Re: [systemd-devel] getty login prompt

2011-12-15 Thread Lennart Poettering
On Mon, 28.11.11 10:12, Devendra Talegaonkar 
(devendra.talegaon...@kpitcummins.com) wrote:

 
 Michael,
 Thanks for reply. 
 I am using kernel version 2.6.38 and after objdump, I could see the code for 
 accept4 in libc as well.
 But still problem persists.

You need to make sure that the accept4() system call is available in the
kernel and in glibc, and is wired up properly with the right syscall
numbers. This wasn't the case for a long time for many embedded archs.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] getty login prompt

2011-11-28 Thread Devendra Talegaonkar
Michael,
Thanks for reply. 
I am using kernel version 2.6.38 and after objdump, I could see the code for 
accept4 in libc as well.
But still problem persists.

Regards,
Devendra 

-Original Message-
From: 
systemd-devel-bounces+devendra.talegaonkar=kpitcummins@lists.freedesktop.org
 
[mailto:systemd-devel-bounces+devendra.talegaonkar=kpitcummins@lists.freedesktop.org]
 On Behalf Of Michal Schmidt
Sent: Friday, November 25, 2011 8:03 PM
To: systemd-devel@lists.freedesktop.org
Subject: Re: [systemd-devel] getty login prompt

On 11/23/2011 07:26 AM, Devendra Talegaonkar wrote:
 30systemd-stdout-syslog-bridge[78]: Failed to accept new connection:
 Function not implemented

Your kernel or libc does not support the accept4() syscall.

Michal
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] getty login prompt

2011-11-25 Thread Michal Schmidt

On 11/23/2011 07:26 AM, Devendra Talegaonkar wrote:

30systemd-stdout-syslog-bridge[78]: Failed to accept new connection:
Function not implemented


Your kernel or libc does not support the accept4() syscall.

Michal
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel