tmpfs mounts prevent wicd daemon from starting
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wicd |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I believe I have identified what is preventing the Wicd daemon from starting for a lot of people that use the Eee PC with tmpfs mounts, and possibly other devices. Adding the following lines to /etc/fstab on my Eee PC 900 running Ubuntu (as recommended at http://
tmpfs /tmp tmpfs defaults,
tmpfs /var/tmp tmpfs defaults,
tmpfs /var/log tmpfs defaults,
tmpfs /var/log/apt tmpfs defaults,noatime 0 0
Changed in wicd: | |
status: | Fix Committed → Fix Released |
Further testing has narrowed the problem down to this particular line:
tmpfs /var/log tmpfs defaults, noatime, mode=0755 0 0