linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Johannes Schauer" <j.schauer@email.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev regression from 167 to 168 on notion ink adam
Date: Thu, 05 May 2011 12:04:09 +0000	[thread overview]
Message-ID: <1438502610.430340.1304597049693.JavaMail.fmail@mwmweb067> (raw)
In-Reply-To: <809580245.144501.1304521074555.JavaMail.fmail@mwmweb069>

Hi,

>But on the other hand we require a certain kernel version and it's
>symbols to work. There should never be a ENOSYS unless something is
>broken somewhere else.
It seems that indeed something is broken somewhere else. When I compile
this small C snippet:

#include <sys/socket.h>
#include <stdlib.h>
#include <errno.h>

int main() {
    accept4(0, NULL, 0, 0);
    perror("accept4");
}

then instead of
"accept4: Socket operation on non-socket"
I get
"accept4: Function not implemented".

I'm clueless though why that is since i'm definitely on 2.6.32 and using
libc6 2.13 which should both be enough for accept4 to be there.

thank you for your help so far but it seems this is not a problem with
udev :)

cheers, josch

  parent reply	other threads:[~2011-05-05 12:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 14:57 udev regression from 167 to 168 on notion ink adam Johannes Schauer
2011-05-04 15:20 ` Marco d'Itri
2011-05-04 16:03 ` Kay Sievers
2011-05-04 16:31 ` Gabor Z. Papp
2011-05-04 16:36 ` Kay Sievers
2011-05-04 18:39 ` Johannes Schauer
2011-05-05  8:33 ` Johannes Schauer
2011-05-05  9:33 ` Kay Sievers
2011-05-05  9:38 ` Kay Sievers
2011-05-05  9:56 ` Marco d'Itri
2011-05-05 10:06 ` Kay Sievers
2011-05-05 10:18 ` Marco d'Itri
2011-05-05 11:32 ` Johannes Schauer
2011-05-05 12:04 ` Johannes Schauer [this message]
2011-05-05 15:13 ` Kay Sievers
2011-05-05 15:37 ` Johannes Schauer
2011-05-05 15:42 ` Marco d'Itri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438502610.430340.1304597049693.JavaMail.fmail@mwmweb067 \
    --to=j.schauer@email.de \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).