DescriptionAlbert Strasheim
2011-10-18 10:06:30 UTC
Description of problem:
The following error is produces when running ifup during bootup:
./network-functions: line 228: cd: /var/run/netreport: No such file or directory
I think this is caused by systemd mounting a tmpfs at /var/run but not making a netreport directory or something
Version-Release number of selected component (if applicable):
initscripts-9.32-2.fc16.x86_64
systemd-37-1.fc16.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Boot a F16 system
Additional info:
I had a custom udev rule that was starting a systemd service that was running ifup. I have added an After=systemd-tmpfiles-setup.service to this service. Sorry for the noise.