From: Blaisorblade <blaisorblade@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net,
stefano.melchior@openlabs.it
Cc: user-mode-linux-user@lists.sourceforge.net
Subject: Re: [uml-devel] "Configuring network interfaces...execvp of 'uml_net' failed - errno = 2" error msg
Date: Fri, 17 Feb 2006 13:07:50 +0100 [thread overview]
Message-ID: <200602171307.51262.blaisorblade@yahoo.it> (raw)
In-Reply-To: <20060217115152.GA17278@SteX>
On Friday 17 February 2006 12:51, Stefano Melchior wrote:
> Hi all,
> I am trying to integrate 2.6.x support to debian and I encountered a
> blocking issue on networking configuration.
> If you use the 2.4.x uml kernel the UML image work fine with network, but
> if you use an available 2.6.x uml image or a 2.6.x image of mine the uml
> bootstrap phase hangs with the following error message:
Indeed on the same machine and with same config? It's strange, I never saw
this incompatibility, and I can't find bugs in the code able to produce this
(with a quick look). Could you check on your part?
> Setting up networking...done.
> * /etc/network/options is deprecated.
> Setting up IP spoofing protection...done (rp_filter).
> Configuring network interfaces...execvp of 'uml_net' failed - errno = 2
> From previous messages I read that this concerns uml_net and its
> permissions.
Which are them? It should be setuid root and executable...
However, since:
# perror 2
OS error code 2: No such file or directory
Uml is saying it didn't find uml_net, or some of its libraries, not that
there's a permission problem.
Possibly it's lying and printing the wrong code, dunno. But from current code:
arch/um/os-Linux/helper.c:helper_child
execvp(argv[0], argv);
errval = errno;
printk("execvp of '%s' failed - errno = %d\n", argv[0], errno);
it seems not (that source file was somewhere else, guess in arch/um/kernel,
until 2.6.14, but I think the content was the same).
> Do you have an idea how to work around this issue?
> I also need it to apply to the future debian uml support.
> Thank you in advance
> Cheers
> SteX
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2006-02-17 12:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-17 11:51 [uml-devel] "Configuring network interfaces...execvp of 'uml_net' failed - errno = 2" error msg Stefano Melchior
2006-02-17 12:07 ` Blaisorblade [this message]
2006-02-17 13:47 ` Stefano Melchior
2006-02-17 14:05 ` Blaisorblade
2006-02-17 14:29 ` Stefano Melchior
2006-02-17 18:58 ` Blaisorblade
2006-02-17 15:44 ` [uml-user] " Jeff Dike
2006-02-17 18:48 ` Blaisorblade
2006-02-19 22:04 ` Rob Landley
2006-02-20 3:47 ` Jason Lunz
2006-02-20 5:34 ` Stefano Melchior
2006-02-20 19:00 ` Blaisorblade
[not found] ` <20060221110240.GA8285@SteX>
[not found] ` <20060221161450.GZ28322@alcor.net>
2006-02-21 16:51 ` Stefano Melchior
2006-02-21 17:01 ` Matt Zimmerman
2006-02-22 16:33 ` Blaisorblade
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=200602171307.51262.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=stefano.melchior@openlabs.it \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@lists.sourceforge.net \
/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