Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] devices to dev swapover ver 0.2

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Eric Sandall" <eric AT sandall.us>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] devices to dev swapover ver 0.2
  • Date: Thu, 17 Jul 2003 00:59:25 -0000 (Local time zone must be set--see zic manual page)

Arwed von Merkatz said:
> You're not running devfsd. devfs doesn't create the /dev/std[in|out|err]
> devices, so all pipes in the shell don't work. I already told rycee
> that, so it can be fixed in the merged devfs + simpleinit spells. You
> have two options:
> - run devfsd, it will create those devices, and give you some nice
> options for creating compatibility devices. It's also the only way to
> get module autoloading work with devfs.
> - create the devices yourself in a bootscript:
> -- cd /dev
> -- ln -s /proc/self/fd
> -- ln -s fd/0 stdin
> -- ln -s fd/1 stdout
> -- ln -s fd/2 stderr

Well, I have devfs running (devfs is mounted on /dev, according to
'mount'), but those files didn't exist. So I created them myself (thanks
for the instructions :)) and I can now cast.

-sandalle

--
PGP Key Fingerprint: FCFF 26A1 BE21 08F4 BB91 FAED 1D7B 7D74 A8EF DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61

Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/




Archive powered by MHonArc 2.6.24.

Top of Page