> this is not a problem due to devpts filesystem. Okay, using devfs it works perfectly.
A remaining problem is also Samba: [2003/06/22 11:09:07, 0] passdb/machine_sid.c:pdb_generate_sam_sid(85) unable to open or create file /etc/samba/MACHINE.SID. Error was Read-only file system So actually samba writes to /etc/samba .. The problem also occurs for the pwd database (sync with other machines) [2003/06/22 11:13:11, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(237) startsmbfilepwent_internal: failed to set 0600 permissions on password file /etc/samba/smbpasswd. Error was Read-only file system .unable to open passdb database. Moving both /etc/samba/MACHINE.SID and /etc/samba/smbpasswd to /run/samba solves the problem Remarks?