linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* "Function not implemented" error with syslogd
@ 2006-08-08 13:50 Christopher Dumoulin
  2006-08-08 21:00 ` Christopher Dumoulin
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Dumoulin @ 2006-08-08 13:50 UTC (permalink / raw)
  To: linuxppc-embedded

Hi All,
I've got an embedded linux system running on a V2Pro-based devlopment 
board, using a 2.6 kernel and ramdisk based on ELDK 4.0.
I'm trying to get syslogd running so I can log printk output to 
/var/log/messages. I'm using a Busybox syslogd that was included in the 
ELDK 4.0 ramdisk image. When I try to start syslogd, I get the following 
error:
syslogd: Couldn't get file descriptor for socket /dev/log: Function not 
implemented

The file /dev/log didn't exist, so I tried to create it with the 
following command, but that doesn't seem to make a difference:
mknod -m 660 /dev/log p

I'm assuming that syslogd does a 'socket' call, which is returning 
ENOSYS. Any ideas about what is going on, or how I can get it working, 
would be appreciated.

Regards,
Chris Dumoulin
-- 
*--Christopher Dumoulin--*
Software Team Leader

<http://ics-ltd.com/>
<http://ics-ltd.com/>

Interactive Circuits and Systems Ltd.
5430 Canotek Road
Ottawa, ON
K1J 9G2
(613)749-9241
1-800-267-9794 (USA only)

------------------------------------------------------------------------
This e-mail is private and confidential and is for the addressee only. 
If misdirected, please notify us by telephone and confirm that it has 
been deleted from your system and any hard copies destroyed. You are 
strictly prohibited from using, printing, distributing or disseminating 
it or any information contained in it save to the intended recipient.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "Function not implemented" error with syslogd
  2006-08-08 13:50 "Function not implemented" error with syslogd Christopher Dumoulin
@ 2006-08-08 21:00 ` Christopher Dumoulin
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Dumoulin @ 2006-08-08 21:00 UTC (permalink / raw)
  To: linuxppc-embedded

I figured out the problem I was having. I had to enable "Networking 
support", and "Unix domain sockets" in my kernel configuration in order 
for sockets to work.

- Chris

Christopher Dumoulin wrote:

> Hi All,
> I've got an embedded linux system running on a V2Pro-based devlopment 
> board, using a 2.6 kernel and ramdisk based on ELDK 4.0.
> I'm trying to get syslogd running so I can log printk output to 
> /var/log/messages. I'm using a Busybox syslogd that was included in 
> the ELDK 4.0 ramdisk image. When I try to start syslogd, I get the 
> following error:
> syslogd: Couldn't get file descriptor for socket /dev/log: Function 
> not implemented
>
> The file /dev/log didn't exist, so I tried to create it with the 
> following command, but that doesn't seem to make a difference:
> mknod -m 660 /dev/log p
>
> I'm assuming that syslogd does a 'socket' call, which is returning 
> ENOSYS. Any ideas about what is going on, or how I can get it working, 
> would be appreciated.
>
> Regards,
> Chris Dumoulin



-- 
*--Christopher Dumoulin--*
Software Team Leader

<http://ics-ltd.com/>
<http://ics-ltd.com/>

Interactive Circuits and Systems Ltd.
5430 Canotek Road
Ottawa, ON
K1J 9G2
(613)749-9241
1-800-267-9794 (USA only)

------------------------------------------------------------------------
This e-mail is private and confidential and is for the addressee only. 
If misdirected, please notify us by telephone and confirm that it has 
been deleted from your system and any hard copies destroyed. You are 
strictly prohibited from using, printing, distributing or disseminating 
it or any information contained in it save to the intended recipient.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-08 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08 13:50 "Function not implemented" error with syslogd Christopher Dumoulin
2006-08-08 21:00 ` Christopher Dumoulin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).