Skip to Content.
Sympa Menu

sm-users - Re: [SM-Users] Big Problem after sorcery update

sm-users AT lists.ibiblio.org

Subject: Sourcemage Users List

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: debosebastien AT gmail.com
  • Cc: sm-users AT lists.ibiblio.org
  • Subject: Re: [SM-Users] Big Problem after sorcery update
  • Date: Mon, 22 Nov 2004 22:43:43 -0800

Hi, this appears to be due to a lack of a symlink between /dev/fd and
/proc/self/fd. I've been able to reproduce your symptoms by removing my
/dev/fd symlink...

output of ls -ld /dev/fd
should be
lr-xr-xr-x 1 root root 13 Nov 22 22:11 /dev/fd -> /proc/self/fd

fix by running
ln -s /proc/self/fd/ /dev
Then start using devfsd which will do it automatically, or by running
that in from /etc/sysconfig/bootmisc

Perhaps devfsd should be always installed on systems using devfs...

-Andrew


On Tue, Nov 23, 2004 at 09:59:28AM +0400, S?bastien wrote:
> Hello everyone,
> sorry by advance if i post on the wrong mailing list !
>
> After sorcery update, i get always the same error and sorcery stop and i
> can't
> compile any program !
>
> i get this error : /tmp/sorcery/cast/17326/casting.safe: line
> 1174: /dev/fd/62: No such file or directory
>
> please help me ! :)
> _______________________________________________
> SM-Users mailing list
> SM-Users AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-users




Archive powered by MHonArc 2.6.24.

Top of Page