Penguin

Differences between current version and previous revision of LIDSNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Wednesday, October 12, 2005 4:22:15 am by ThomasPage
Older page: version 3 Last edited on Monday, August 23, 2004 1:49:29 pm by PerryLorier Revert
@@ -74,9 +74,9 @@
 !Problem - error writing to /var/log/dmesg 
  
  rc.sysyinit:818: dmesg -s 131072 > /var/log/dmesg 
  
-Either comment out the line which updates /var/log/dmesg in rc.sysinit, apply the patch to the dmesg source available [here|http://www.wlug .org.nz /] or allow bash to modify the file. (I opted for the dmesg patch - GerwinVanDeSteeg). 
+Either comment out the line which updates /var/log/dmesg in rc.sysinit, apply the patch to the dmesg source available [here|http://www.kernel .org/pub/linux/utils/util-linux /] (util-linux-XXX/sys-utils/dmesg.c) or allow bash to modify the file. (I opted for the dmesg patch - GerwinVanDeSteeg). 
  
  rc.sysinit: dmesg -s 131072 -f /var/log/dmesg 
  
 !Problem - writing to /var/log/ksyms*