]> err.no Git - systemd/commitdiff
Document that /etc/network/run should be a symlink
authorTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 19:30:16 +0000 (20:30 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 26 Dec 2010 19:30:16 +0000 (20:30 +0100)
debian/README.Debian
debian/changelog

index bf4f308f71bceb3e0223ac7bc941eeb996d1f96f..d7c18b0d868e2e9ce324ea58db2dfdb65fc1dda5 100644 (file)
@@ -16,4 +16,14 @@ Known bugs and problems
 The PAM module makes su exit with an error after running the command,
 hiding the real exit status of the process.
 
- -- Tollef Fog Heen <tfheen@debian.org>, Sun, 29 Aug 2010 10:39:57 +0200
+ifupdown's postinst has a bug where it ends up creating
+/etc/network/run as a normal directory rather than a symlink to
+/dev/shm or /lib/init/rw.  This can cause network interfaces to not
+start correctly on boot.  The easiest way to fix this is to run:
+
+  mv /etc/network/run /etc/network/run.old
+  ln -s /lib/init/rw/network /etc/network/run
+  mv /etc/nework/run.old/* /etc/network/run
+  rmdir /etc/nework/run.old/
+
+ -- Tollef Fog Heen <tfheen@debian.org>, Sun, 26 Dec 2010 20:29:37 +0100
index 5bd437ea9cff43ffe608858d24d966aa0e0647d2..f88a4971fcfb25a2832996214df30ee050c38de1 100644 (file)
@@ -9,6 +9,8 @@ systemd (15-1) experimental; urgency=low
   * Remove -s from getty serial console invocation.
   * Add dependency on new util-linux to make sure /sbin/agetty exists
   * Don't mount /var/lock with gid=lock (Debian has no such group).
+  * Document problem with ifupdown's /etc/network/run being a normal
+    directory.
 
   [ Michael Biebl ]
   * Revert upstream change which requires libnotify 0.7 (not yet available in