Thanks. Do you have any idea what scripts I should look into? Andrey Alex Rhomberg wrote:
Hello. I'm runnig Bering 1.2 with 3 NIC's and wireless access on DMZ.
Since I put third NIC I noticed message on boot:
ip_conntrack_ftp -find: /proc/19764 No such file or directory
Using /lib/modules/ip_conntrack_ftp.o
And everything runs no problems. Anybody has any idea what causes this
message?
Just gessing from the error message, some script on the boot up does a find in /proc. The /proc/19764 directory is the one containing the info about the running process with pid 19764. The error message likely appears because the process 19764 ends during the find. It is very unlikely that the find needs to look in the process directories at all, that's why everything works fine.
- Alex
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
