public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Files in /etc missing after new install
@ 2003-09-30 14:32 BUEHL,REINER (HP-Germany,ex1)
  2003-09-30 15:05 ` John Morrison
  0 siblings, 1 reply; 9+ messages in thread
From: BUEHL,REINER (HP-Germany,ex1) @ 2003-09-30 14:32 UTC (permalink / raw)
  To: cygwin

Hi all,

I just installed cygwin (Setup.exe v2.415). The installation went fine, no
errors, but all the files that should have been created during the
postinstall step are missing. There is no /etc/profile, no /etc/passwd, no
/etc/group and so on.
Can anybody help me to fix this? I already reinstalled twice... :-(

Best regards,
Reiner.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Files in /etc missing after new install
  2003-09-30 15:05 ` John Morrison
@ 2003-09-30 15:05   ` Igor Pechtchanski
  0 siblings, 0 replies; 9+ messages in thread
From: Igor Pechtchanski @ 2003-09-30 15:05 UTC (permalink / raw)
  To: John Morrison; +Cc: BUEHL,REINER (HP-Germany,ex1), cygwin

Also
/etc/postinstall/passwd-grp.sh.done

which comes from the "base-passwd" package.
	Igor

On Tue, 30 Sep 2003, John Morrison wrote:

> From a bash prompt
> /etc/postinstall/base-files-mketc.sh.done
> /etc/postinstall/base-files-profile.sh.done
>
> should create them, if the files don't exist with a .done
> extension then postinstall wasn't called.  If they don't
> exist then you didn't install the base-files package.
>
> J.
>
> On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:
>
> > Hi all,
> >
> > I just installed cygwin (Setup.exe v2.415). The installation went fine, no
> > errors, but all the files that should have been created during the
> > postinstall step are missing. There is no /etc/profile, no /etc/passwd, no
> > /etc/group and so on.
> > Can anybody help me to fix this? I already reinstalled twice... :-(
> >
> > Best regards,
> > Reiner.

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Files in /etc missing after new install
  2003-09-30 14:32 Files in /etc missing after new install BUEHL,REINER (HP-Germany,ex1)
@ 2003-09-30 15:05 ` John Morrison
  2003-09-30 15:05   ` Igor Pechtchanski
  0 siblings, 1 reply; 9+ messages in thread
From: John Morrison @ 2003-09-30 15:05 UTC (permalink / raw)
  To: BUEHL,REINER (HP-Germany,ex1); +Cc: cygwin


From a bash prompt
/etc/postinstall/base-files-mketc.sh.done
/etc/postinstall/base-files-profile.sh.done

should create them, if the files don't exist with a .done
extension then postinstall wasn't called.  If they don't
exist then you didn't install the base-files package.

J.

On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:

> Hi all,
>
> I just installed cygwin (Setup.exe v2.415). The installation went fine, no
> errors, but all the files that should have been created during the
> postinstall step are missing. There is no /etc/profile, no /etc/passwd, no
> /etc/group and so on.
> Can anybody help me to fix this? I already reinstalled twice... :-(
>
> Best regards,
> Reiner.
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Files in /etc missing after new install
  2003-09-30 15:34 BUEHL,REINER (HP-Germany,ex1)
@ 2003-09-30 15:55 ` Igor Pechtchanski
  0 siblings, 0 replies; 9+ messages in thread
From: Igor Pechtchanski @ 2003-09-30 15:55 UTC (permalink / raw)
  To: BUEHL,REINER (HP-Germany,ex1); +Cc: cygwin

Reiner,

Yes, it certainly does look like a permission issue (as I guessed in my
reply to CGF -- I should learn to read all the messages in the thread
before replying).  Since you said you've already reinstalled a couple of
times, and, at a guess, are willing to do so again if needed, as the
simplest course of aciton I'd suggest removing everything under c:\cygwin
(but leaving the directory itself), changing the permissions of that
directory to something more liberal (IMO, read and execute access for at
least "Authenticated Users" or "Users", write access for the owner, and
check the "inherited by children" box), and reinstalling.

Please let the list know if this works, since this kind of problem has
cropped up from time to time, and it's good to have something definite in
the archives.
	Igor
P.S. As suggested in <http://cygwin.com/ml/cygwin/2003-09/msg01722.html>,
this would be a good functionality to have in setup.

On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:

> /etc/postinstall/base-files-profile.sh.done worked, both other scripts
> mentioned had errors:
>
> /bin/uname: not found
> /bin/cygpath: not found
> Unknown system type ; exiting
>
> and
>
> /bin/mkpasswd: not found
> /bin/mkgroup: not found
>
> Even though all files exist in /bin (with .exe ending). It seems to be a
> permission problem of some kind because if I do a ls -l in /etc I see this:
>
> bash-2.05b$ ls -l /etc
> total 114
> ----------    1 reibuehl mkpasswd     2810 Sep 30 17:05 DIR_COLORS
> d---------   13 reibuehl 4294967295        0 Sep 30 13:54 X11
> ----------    1 reibuehl mkpasswd       28 Sep 30 17:05 bash.bashrc
> d---------    3 reibuehl 4294967295        0 Sep 30 13:52 defaults
> d---------    2 reibuehl 4294967295        0 Sep 30 13:54 fonts
> ----------    1 reibuehl 4294967295     4415 Mar 10  2003 man.config
> ----------    1 reibuehl 4294967295    88039 Sep 16 23:25 moduli
> d---------    2 reibuehl 4294967295        0 Sep 30 17:06 postinstall
> ----------    1 reibuehl mkpasswd     5886 Sep 30 17:05 profile
> d---------    2 reibuehl 4294967295        0 Sep 30 13:53 profile.d
> d---------    2 reibuehl 4294967295        0 Sep 30 13:57 setup
> d---------    2 reibuehl 4294967295        0 Sep 30 17:05 skel
> ----------    1 reibuehl 4294967295    12546 Jul 16 19:27 termcap
>
> Attached is the output of cygcheck -svr.
>
> Best Regards,
> Reiner.
>
>
> > -----Original Message-----
> > From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu]
> > Sent: Tuesday, September 30, 2003 5:05 PM
> > To: John Morrison
> > Cc: BUEHL,REINER (HP-Germany,ex1); cygwin@cygwin.com
> > Subject: Re: Files in /etc missing after new install
> >
> >
> > Also
> > /etc/postinstall/passwd-grp.sh.done
> >
> > which comes from the "base-passwd" package.
> >       Igor
> >
> > On Tue, 30 Sep 2003, John Morrison wrote:
> >
> > > From a bash prompt
> > > /etc/postinstall/base-files-mketc.sh.done
> > > /etc/postinstall/base-files-profile.sh.done
> > >
> > > should create them, if the files don't exist with a .done extension
> > > then postinstall wasn't called.  If they don't exist then
> > you didn't
> > > install the base-files package.
> > >
> > > J.
> > >
> > > On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:
> > >
> > > > Hi all,
> > > >
> > > > I just installed cygwin (Setup.exe v2.415). The installation went
> > > > fine, no errors, but all the files that should have been created
> > > > during the postinstall step are missing. There is no /etc/profile,
> > > > no /etc/passwd, no /etc/group and so on. Can anybody help me to fix
> > > > this? I already reinstalled twice... :-(
> > > >
> > > > Best regards,
> > > > Reiner.

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Files in /etc missing after new install
  2003-09-30 15:15   ` Christopher Faylor
@ 2003-09-30 15:41     ` Igor Pechtchanski
  0 siblings, 0 replies; 9+ messages in thread
From: Igor Pechtchanski @ 2003-09-30 15:41 UTC (permalink / raw)
  To: cygwin

On Tue, 30 Sep 2003, Christopher Faylor wrote:

> On Tue, Sep 30, 2003 at 11:09:06AM -0400, Igor Pechtchanski wrote:
> >Please read and follow the problem reporting guidelines at
> ><http://cygwin.com/problems.html>, especially the bit about attaching (as
> >an uncompressed text *attachment*) the output of "cygcheck -svr".
>
> This is good advice but isn't this the usual confusion between "download"
> and "install" in setup?
>
> cgf

The cygcheck output would have shown these packages as not installed if
this were the case.  It would also show the information about mounts,
users, etc.  I was about to ask a whole bunch of questions, but then
realized that the cygcheck output will contain the answers for most of
them, hence the advice.

FWIW, it doesn't look like a download vs install issue, since the original
poster did say that the files exist in /bin.  It's more likely a
permission problem.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Files in /etc missing after new install
@ 2003-09-30 15:34 BUEHL,REINER (HP-Germany,ex1)
  2003-09-30 15:55 ` Igor Pechtchanski
  0 siblings, 1 reply; 9+ messages in thread
From: BUEHL,REINER (HP-Germany,ex1) @ 2003-09-30 15:34 UTC (permalink / raw)
  To: cygwin, John Morrison; +Cc: BUEHL,REINER (HP-Germany,ex1)

[-- Attachment #1: Type: text/plain, Size: 3200 bytes --]

/etc/postinstall/base-files-profile.sh.done worked, both other scripts
mentioned had errors:

/bin/uname: not found
/bin/cygpath: not found
Unknown system type ; exiting

and

/bin/mkpasswd: not found
/bin/mkgroup: not found

Even though all files exist in /bin (with .exe ending). It seems to be a
permission problem of some kind because if I do a ls -l in /etc I see this:

bash-2.05b$ ls -l /etc
total 114
----------    1 reibuehl mkpasswd     2810 Sep 30 17:05 DIR_COLORS
d---------   13 reibuehl 4294967295        0 Sep 30 13:54 X11
----------    1 reibuehl mkpasswd       28 Sep 30 17:05 bash.bashrc
d---------    3 reibuehl 4294967295        0 Sep 30 13:52 defaults
d---------    2 reibuehl 4294967295        0 Sep 30 13:54 fonts
----------    1 reibuehl 4294967295     4415 Mar 10  2003 man.config
----------    1 reibuehl 4294967295    88039 Sep 16 23:25 moduli
d---------    2 reibuehl 4294967295        0 Sep 30 17:06 postinstall
----------    1 reibuehl mkpasswd     5886 Sep 30 17:05 profile
d---------    2 reibuehl 4294967295        0 Sep 30 13:53 profile.d
d---------    2 reibuehl 4294967295        0 Sep 30 13:57 setup
d---------    2 reibuehl 4294967295        0 Sep 30 17:05 skel
----------    1 reibuehl 4294967295    12546 Jul 16 19:27 termcap

Attached is the output of cygcheck -svr.

Best Regards,
Reiner.


> -----Original Message-----
> From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu] 
> Sent: Tuesday, September 30, 2003 5:05 PM
> To: John Morrison
> Cc: BUEHL,REINER (HP-Germany,ex1); cygwin@cygwin.com
> Subject: Re: Files in /etc missing after new install
> 
> 
> Also
> /etc/postinstall/passwd-grp.sh.done
> 
> which comes from the "base-passwd" package.
> 	Igor
> 
> On Tue, 30 Sep 2003, John Morrison wrote:
> 
> > From a bash prompt
> > /etc/postinstall/base-files-mketc.sh.done
> > /etc/postinstall/base-files-profile.sh.done
> >
> > should create them, if the files don't exist with a .done extension 
> > then postinstall wasn't called.  If they don't exist then 
> you didn't 
> > install the base-files package.
> >
> > J.
> >
> > On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:
> >
> > > Hi all,
> > >
> > > I just installed cygwin (Setup.exe v2.415). The installation went 
> > > fine, no errors, but all the files that should have been created 
> > > during the postinstall step are missing. There is no 
> /etc/profile, 
> > > no /etc/passwd, no /etc/group and so on. Can anybody help 
> me to fix 
> > > this? I already reinstalled twice... :-(
> > >
> > > Best regards,
> > > Reiner.
> 
> -- 
> 				http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_		pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
>     '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> "I have since come to realize that being between your mentor 
> and his route to the bathroom is a major career booster."  -- 
> Patrick Naughton
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 


[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 13655 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Sep 30 17:13:07 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	C:\cygwin\bin
	C:\cygwin\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 400(reibuehl) GID: 401(mkpasswd)
401(mkpasswd)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 400(reibuehl) GID: 401(mkpasswd)
401(mkpasswd)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `c:\Documents and Settings\reibuehl'
PWD = `/etc'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\reibuehl\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `NSMSE46'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\reibuehl'
LOGONSERVER = `\\BBNBDC01'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 7, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0207'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\Temp'
TERM = `cygwin'
TMP = `c:\Temp'
USERDOMAIN = `EUROPE2'
USERNAME = `reibuehl'
USERPROFILE = `C:\Documents and Settings\reibuehl'
WINDIR = `C:\WINDOWS'
_ = `/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   22325Mb  63% CP CS UN PA FC     E-Client
d:  cd           N/A    N/A                    
e:  hd  FAT32   7663Mb  20% CP    UN           
g:  net NTFS    7604Mb  77% CP       PA        reibuehl
i:  net NTFS   99999Mb  91% CP CS UN PA FC     DATA
j:  net NTFS   18269Mb  94% CP CS UN PA FC     Infonet
k:  net NTFS   18269Mb  94% CP CS UN PA FC     Infonet
m:  net NTFS   18269Mb  94% CP CS UN PA FC     Infonet
r:  net NTFS    5120Mb  83% CP CS    PA        cetm
s:  net NTFS   11849Mb  97% CP CS UN PA FC     cetm
t:  net NTFS   14026Mb  69% CP CS UN PA FC     nt-share

C:\cygwin      /          system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.              /cygdrive  system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 8:35
  849k 2003/08/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 10:58
   28k 2003/08/11 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/8/11 2:54
  132k 2003/07/12 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/7/12 13:33
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 11:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 10:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/11 0:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 0:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/11 0:10
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 1:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 22:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 19:09
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 11:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 11:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 11:24
   67k 2003/09/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/9/10 16:25
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 10:31
   15k 2003/09/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/9/10 16:25
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 1:16
  176k 2003/08/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/8/11 10:58
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 8:28
  949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 22:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\Home\Install\Cygwin
Last downloaded files from: C:\Home\Install\Cygwin

Package                 Version            
_update-info-dir        00219-1            
ash                     20020731-3         
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-15           
bzip2                   1.0.2-5            
cygipc                  2.01-2             
cygwin                  1.5.5-1            
diffutils               2.8.4-1            
expat                   1.95.6-2           
fileutils               4.1-2              
findutils               4.1.7-4            
fvwm                    2.4.7-2            
gawk                    3.1.3-3            
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
grep                    2.5-1              
groff                   1.18.1-2           
gzip                    1.3.5-1            
inetutils               1.3.2-25           
less                    381-1              
libbz2_1                1.0.2-5            
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-7            
libgdbm3                1.8.3-3            
libgdbm4                1.8.3-7            
libgettextpo0           0.12.1-3           
libiconv2               1.9.1-3            
libintl                 0.10.38-3          
libintl1                0.10.40-1          
libintl2                0.12.1-3           
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libpcre                 4.1-1              
libpcre0                4.4-2              
libpopt0                1.6.4-4            
libreadline4            4.1-2              
libreadline5            4.3-5              
login                   1.9-7              
man                     1.5j-2             
mktemp                  1.5-3              
more                    2.11o-1            
ncurses                 5.3-4              
netcat                  1.10-2             
openssh                 3.7.1p1-1          
openssl                 0.9.7b-3           
pcre                    4.4-2              
pcre-doc                4.4-2              
readline                4.3-5              
sed                     4.0.7-3            
sh-utils                2.0.15-4           
shutdown                1.4-1              
tar                     1.13.25-3          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
texinfo                 4.2-4              
textutils               2.0.21-1           
unzip                   5.50-5             
vim                     6.2.098-1          
which                   1.5-2              
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-4            
XFree86-etc             4.3.0-3            
XFree86-f100            4.2.0-3            
XFree86-fenc            4.2.0-3            
XFree86-fnts            4.2.0-3            
XFree86-fscl            4.2.0-3            
XFree86-fsrv            4.3.0-3            
XFree86-html            4.3.0-1            
XFree86-lib             4.3.0-1            
XFree86-lib-compat      4.3.0-1            
XFree86-man             4.3.0-1            
XFree86-startup-scripts 4.2.0-5            
XFree86-xserv           4.3.0-14           
XFree86-xwinclip        4.3.0-1            
zip                     2.3-5              
zlib                    1.1.4-4            
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Files in /etc missing after new install
  2003-09-30 15:12 ` Igor Pechtchanski
@ 2003-09-30 15:15   ` Christopher Faylor
  2003-09-30 15:41     ` Igor Pechtchanski
  0 siblings, 1 reply; 9+ messages in thread
From: Christopher Faylor @ 2003-09-30 15:15 UTC (permalink / raw)
  To: cygwin

On Tue, Sep 30, 2003 at 11:09:06AM -0400, Igor Pechtchanski wrote:
>Please read and follow the problem reporting guidelines at
><http://cygwin.com/problems.html>, especially the bit about attaching (as
>an uncompressed text *attachment*) the output of "cygcheck -svr".

This is good advice but isn't this the usual confusion between "download"
and "install" in setup?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Files in /etc missing after new install
  2003-09-30 15:09 BUEHL,REINER (HP-Germany,ex1)
@ 2003-09-30 15:12 ` Igor Pechtchanski
  2003-09-30 15:15   ` Christopher Faylor
  0 siblings, 1 reply; 9+ messages in thread
From: Igor Pechtchanski @ 2003-09-30 15:12 UTC (permalink / raw)
  To: BUEHL,REINER (HP-Germany,ex1); +Cc: cygwin

Reiner,

Please read and follow the problem reporting guidelines at
<http://cygwin.com/problems.html>, especially the bit about attaching (as
an uncompressed text *attachment*) the output of "cygcheck -svr".
	Igor

On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:

> If I run /etc/postinstall/base-files-mketc.sh.done from bash promt I get
> the following error messages:
>
> /bin/uname: not found
> /bin/cygpath: not found
> Unknown system type ; exiting
>
> PATH is set to /bin:/usr/bin and "ls /bin" shows that uname.exe and
> cygpath.exe exist there. All files in /etc/postinstall have the .done
> extension and base-files package has been installed. Any ideas?
>
> Best regards,
> Reiner.
>
> > -----Original Message-----
> > From: John Morrison [mailto:john@morrison.mine.nu]
> > Sent: Tuesday, September 30, 2003 4:52 PM
> > To: BUEHL,REINER (HP-Germany,ex1)
> > Cc: cygwin@cygwin.com
> > Subject: Re: Files in /etc missing after new install
> >
> >
> >
> > From a bash prompt
> > /etc/postinstall/base-files-mketc.sh.done
> > /etc/postinstall/base-files-profile.sh.done
> >
> > should create them, if the files don't exist with a .done
> > extension then postinstall wasn't called.  If they don't
> > exist then you didn't install the base-files package.
> >
> > J.
> >
> > On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:
> >
> > > Hi all,
> > >
> > > I just installed cygwin (Setup.exe v2.415). The installation went
> > > fine, no errors, but all the files that should have been created
> > > during the postinstall step are missing. There is no /etc/profile, no
> > > /etc/passwd, no /etc/group and so on. Can anybody help me to fix this?
> > > I already reinstalled twice... :-(
> > >
> > > Best regards,
> > > Reiner.

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Files in /etc missing after new install
@ 2003-09-30 15:09 BUEHL,REINER (HP-Germany,ex1)
  2003-09-30 15:12 ` Igor Pechtchanski
  0 siblings, 1 reply; 9+ messages in thread
From: BUEHL,REINER (HP-Germany,ex1) @ 2003-09-30 15:09 UTC (permalink / raw)
  To: cygwin

If I run /etc/postinstall/base-files-mketc.sh.done from bash promt I get the
following error messages:

/bin/uname: not found
/bin/cygpath: not found
Unknown system type ; exiting

PATH is set to /bin:/usr/bin and "ls /bin" shows that uname.exe and
cygpath.exe exist there. All files in /etc/postinstall have the .done
extension and base-files package has been installed. Any ideas?

Best regards,
Reiner. 

> -----Original Message-----
> From: John Morrison [mailto:john@morrison.mine.nu] 
> Sent: Tuesday, September 30, 2003 4:52 PM
> To: BUEHL,REINER (HP-Germany,ex1)
> Cc: cygwin@cygwin.com
> Subject: Re: Files in /etc missing after new install
> 
> 
> 
> From a bash prompt
> /etc/postinstall/base-files-mketc.sh.done
> /etc/postinstall/base-files-profile.sh.done
> 
> should create them, if the files don't exist with a .done 
> extension then postinstall wasn't called.  If they don't 
> exist then you didn't install the base-files package.
> 
> J.
> 
> On Tue, 30 Sep 2003, BUEHL,REINER (HP-Germany,ex1) wrote:
> 
> > Hi all,
> >
> > I just installed cygwin (Setup.exe v2.415). The installation went 
> > fine, no errors, but all the files that should have been created 
> > during the postinstall step are missing. There is no 
> /etc/profile, no 
> > /etc/passwd, no /etc/group and so on. Can anybody help me 
> to fix this? 
> > I already reinstalled twice... :-(
> >
> > Best regards,
> > Reiner.
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Problem reports:       http://cygwin.com/problems.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-09-30 15:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-30 14:32 Files in /etc missing after new install BUEHL,REINER (HP-Germany,ex1)
2003-09-30 15:05 ` John Morrison
2003-09-30 15:05   ` Igor Pechtchanski
2003-09-30 15:09 BUEHL,REINER (HP-Germany,ex1)
2003-09-30 15:12 ` Igor Pechtchanski
2003-09-30 15:15   ` Christopher Faylor
2003-09-30 15:41     ` Igor Pechtchanski
2003-09-30 15:34 BUEHL,REINER (HP-Germany,ex1)
2003-09-30 15:55 ` Igor Pechtchanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).