Re: another mol issue - failed to map RAM

2003-07-02 Thread Rogério Brito
On Jul 03 2003, Oliver Ripka wrote: > /dev/zero, open: No such file or directory I think that's weird, but also easy to fix. Just type (as root): # cd /dev; ./MAKEDEV std It should take care of the device (and of others that may be missing). Hope this helps, Roger... -- =-=-=-=-=-

another mol issue - failed to map RAM

2003-07-02 Thread Oliver Ripka
Hi, mol bugs me since the new year began. Here the latest problems: when I run startmol -X I get following error: /dev/zero, open: No such file or directory a "man zero" helped out. But why wasn't the zero device created during the install process? olliwolli