uclinux-dev  

RE: [uClinux-dev] socket binding error

Gavin Lambert
Wed, 30 Apr 2008 08:45:35 -0700

Title: RE: [uClinux-dev] socket binding error

Quoth kailash toshniwal:
> syslog, Errorlog, Accesslog all these types of files will not be
> created since filesystem used is ROMFS. That's why I had commented
> out all the commands that creates these files\xA0in boa.conf file.\xA0
> This is what I understood,I might be wrong in reasoning here.

You can mount a ramfs somewhere and have it log there, although if you do
this you need to be careful to ensure it can't write too much data and
exhaust the ram.

Also, anything logged via the 'syslog' function can be logged to a file or
even sent over a network (if you have one).  You just need to start the
syslog daemon on your uClinux box (giving it the appropriate options), and
if you want it sent over the network then you'll need to start a syslog
server on your PC to listen for syslog events.



_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev