> Elfyn, > Sorry that was all cygcheck that I got > > > >$ mount > >$ ls -al / > > bash-2.05b$ mount > C:\cygwin\bin on /usr/bin type system (binmode) > C:\cygwin\lib on /usr/lib type system (binmode) > c: on /cygdrive/c type user (binmode,noumount) > e: on /cygdrive/e type user (binmode,noumount) > bash-2.05b$ ls -al / > ls: /pagefile.sys: No such file or directory > ls: /hiberfil.sys: No such file or directory > total 25165 > dr-xr-xr-x 2 Davidr mkpasswd 0 Jun 2 2002 $VAULT$.AVG/ > drwxr-xr-x 3 Davidr mkpasswd 0 Nov 28 2000 ADOBEAPP/ > -r--r--r-- 1 Davidr mkpasswd 19962316 Mar 26 10:57 AVG6DB_F.DAT > drwxr-xr-x 13 Davidr mkpasswd 0 Oct 4 2001 Apache/ > -rw-r--r-- 1 Davidr mkpasswd 512 Jun 1 2002 BOOTSECT.DOS > drwxr-xr-x 2 Davidr mkpasswd 0 Dec 6 1999 CDROM/ > drwxr-xr-x 4 Davidr mkpasswd 0 Jun 1 2000 COD9/ > etc > (it's my Windows Home Directory)
Well, your system isn't very happy. If knowone else can come up with anything try running setup.exe again and re-installing, you do not need to delete anything. After you have re-installed run this: $ mv /etc/passwd /etc/passwd.old && mv /etc/group /etc/group.old $ mkpasswd -l >/etc/passwd (use -d if your in a domain) $ mkgroup -l >/etc/group (ditto...use -d if in a domain) Sorry there's nothing else I can suggest. :-( -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/