Hi, There are certain files in /proc filesystem, like rmem_default in /proc/sys/net/core and ip_queue_maxlen in /proc/sys/net/ipv4 , should I always use sysctl to change values for these or changing values by hand a safe option ? thanks Amit l x <whereisit28@yahoo.com>@nl.linux.org on 05/26/2004 03:59:44 AM Sent by: kernelnewbies-bounce@nl.linux.org To: arjanv@redhat.com, Amit Kumar Singh/HSS@HSS cc: kernelnewbies@nl.linux.org Subject: RE: Help - header include issues --- Arjan van de Ven <arjanv@redhat.com> wrote: > > > I believe INCLUDE_PATH is incorrect in your > makefile , it should be > > INCLUDE_PATH=-I/usr/src/linux-`uname > -r`/drivers/scsi > > no it should be /lib/modules/`uname -r`/build/ > modules should NOT, repeat NOT, use > /usr/src/linux-<anything> as default > location for the headers of the currently running > kernel. Only the /lib > location should be used for that by default. > But scsi.h under /usr/src/linux-<something>/drivers/scsi/ is different from scsi.h under /lib/modules/linux-<something>/build/include/scsi/ Modules need to use the first scsi.h, correct? __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/