linux-um archives
 help / color / mirror / Atom feed
From: "roland" <for_spam@gmx.de>
To: Jeff Dike <jdike@addtoit.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] /dev/fd/62: No such file or directory
Date: Thu, 20 May 2004 20:28:02 +0200	[thread overview]
Message-ID: <01f901c43e98$304054d0$2000000a@schlepptopp> (raw)
In-Reply-To: 200405200040.i4K0eYDt002107@ccure.user-mode-linux.org

Hi !
I have dig into this and made a repro-case:

#!/bin/bash
while IFS=- read line ; do
 echo $line
done < <(cat /etc/hosts)

on HOST this prints the contents of /etc/hosts
on UML this gives:
./test: line 4: /dev/fd/62: No such file or directory

it seems,  bash process substitution has problems within UML (at least within my uml)

i have googled a little bit - maybe this gives a hint:
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&th=d6142de0d1ec5cd&rnum=2
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&th=161582ba6e79f8c7&rnum=3
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&th=94e9a60998cb724c&rnum=3

anybody able to reproduce ?

my UML is 2.6.6  (but i have seen this on other 2.6.x, too) - it uses devfs
host seems irrelevent - i have seen this on 2.4 and on 2.6 hosts

regards
roland






----- Original Message ----- 
From: "Jeff Dike" <jdike@addtoit.com>
To: "roland" <for_spam@gmx.de>
Cc: <user-mode-linux-devel@lists.sourceforge.net>
Sent: Thursday, May 20, 2004 2:40 AM
Subject: Re: [uml-devel] /dev/fd/62: No such file or directory


> for_spam@gmx.de said:
> > can anybody give me a hint, what`s the problem, and how to (probably)
> > fix this ?
>
> Can you trace these back to the system call within which these happen?
>
> Figuring out which command in which script causes it, and putting a strace
> in front of it should do the trick.
>
> Jeff
>

Hi !
I`m getting the following errors with uml 2.6.6 (2.6.4 had that, too) and suse9 rootfs during boot (see below).
can anybody give me a hint, what`s the problem, and how to (probably) fix this ?
networking basically works - but i have to setup the defaultroute manually afterwards and soooo many errors during boot really don`t
give a good "feeling" :)

regards
roland


Master Resource Control: previous runlevel: N, switching to runlevel: 3
Setting up network interfaces:
    lo        /sbin/ifup: line 119: /dev/fd/62: No such file or directory
/sbin/ifup: line 540: /dev/fd/62: No such file or directory
/sbin/ifup: line 1: /dev/fd/62: No such file or directory
/sbin/ifup: line 1: /dev/fd/61: No such file or directory
/sbin/ifup: line 171: /dev/fd/62: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/62: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 433: /dev/fd/62: No such file or directory
done
    eth0      /etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/61: No such file or directory
/sbin/ifup: line 119: /dev/fd/62: No such file or directory
/sbin/ifup: line 540: /dev/fd/62: No such file or directory
/sbin/ifup: line 171: /dev/fd/62: No such file or directory
/sbin/ifup: line 1: /dev/fd/62: No such file or directory
/sbin/ifup: line 1: /dev/fd/61: No such file or directory
IP/Netmask: 100.1.7.247 / 255.255.252.0
/etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/62: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 433: /dev/fd/62: No such file or directory
done
/etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/61: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 433: /dev/fd/62: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/61: No such file or directory
/etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/62: No such file or directory





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2004-05-20 18:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-17 20:16 [uml-devel] /dev/fd/62: No such file or directory roland
2004-05-20  0:40 ` Jeff Dike
2004-05-20 18:28   ` roland [this message]
2004-05-20 18:51     ` Henrik Nordstrom
  -- strict thread matches above, loose matches on Subject: below --
2004-05-22 13:05 roland
2004-05-23 14:43 roland

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='01f901c43e98$304054d0$2000000a@schlepptopp' \
    --to=for_spam@gmx.de \
    --cc=jdike@addtoit.com \
    --cc=user-mode-linux-devel@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