Hide Forgot
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 can't reproduce this here. We have a tmpfiles snippet of: d /var/run/netreport 0775 root root -
Works for me. What is the output of these commands?: rpm -V initscripts systemctl status systemd-tmpfiles-setup.service
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.