[Solved] Re: [Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-01 Thread Robert Michel
Salve Daniel! Thank you ;) On Sat, 01 Jul 2006, Daniel Hokka Zakrisson wrote: > >do not have a /dev/stdin. Is there a way I can > >create it myself? > > As this is just a symlink to /proc/self/fd/0, sure. ln -s /proc/self/fd/0 /dev/stdin ;) That was the solution. But I feel my problem is that

Re: [Solved] Re: [Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-02 Thread Herbert Poetzl
On Sat, Jul 01, 2006 at 02:34:25PM +0200, Robert Michel wrote: > Salve Daniel! > > Thank you ;) > > On Sat, 01 Jul 2006, Daniel Hokka Zakrisson wrote: > > >do not have a /dev/stdin. Is there a way I can > > >create it myself? > > > > As this is just a symlink to /proc/self/fd/0, sure. > > ln -s

Re: [Solved] Re: [Vserver] No /dev/stdin on vserver? (How) can I create new devices?

2006-07-02 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Sonntag, den 02. Juli 2006 um 17:59h: > > What should I read to learn what fd,pts stands for and > > to know what /dev/pts/[14|20|21|31-34] are? > > *phew* good question, probably a lot of source code :) maybe a good questions, but *shame on me* that I f