Re: startup problem // no longer works // profile not called

2004-10-29 Thread Igor Pechtchanski
On Fri, 29 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > > On Thu, 28 Oct 2004, Alex Vinokur wrote: > [snip] > > > It seems that I got rid of problem "bash: kpsexpand: command not found". > > > > Great. So it was simply a missing dependency problem. > > I don't understand how the p

Re: startup problem // no longer works // profile not called

2004-10-29 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Thu, 28 Oct 2004, Alex Vinokur wrote: [snip] > > It seems that I got rid of problem "bash: kpsexpand: command not found". > > Great. So it was simply a missing dependency problem. I don't understand how the problem has been resolve

Re: startup problem // no longer works // profile not called

2004-10-28 Thread Igor Pechtchanski
On Thu, 28 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > > On Tue, 26 Oct 2004, Alex Vinokur wrote: > > > > > "Igor Pechtchanski" wrote: > > > > > > > I have a feeling your postinstall scripts didn't run properly because > > > > of the screwed-up mounts. In fact, run > > > > > > > >

Re: startup problem // no longer works // profile not called

2004-10-28 Thread David Baron
I nuked and restored the Windows disk from partimage saves (attempting to correct a problem unrelated to Cygwin). Partimage is a bit too finicky about the size of the destination partition, test full size and aborts even if the "used data" fill fit! As I was unable to recreate the partition I ha

Re: startup problem // no longer works // profile not called

2004-10-28 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Tue, 26 Oct 2004, Alex Vinokur wrote: > > > "Igor Pechtchanski" wrote: > > > > > I have a feeling your postinstall scripts didn't run properly because > > > of the screwed-up mounts. In fact, run > > > > > > find /etc/postinstall -na

Re: startup problem // no longer works // profile not called

2004-10-26 Thread Igor Pechtchanski
On Tue, 26 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > [snip] > > Please select "Reinstall" for all of the packages in your zzz3.txt file. > [snip] > > "Select Packages" has the following actions: > * Keep > * Retrieve > * Source > * Uninstall > > I didn't find "Reinstall". Dave

Re: startup problem // no longer works // profile not called

2004-10-26 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] [snip] > Please select "Reinstall" for all of the packages in your zzz3.txt file. [snip] "Select Packages" has the following actions: * Keep * Retrieve * Source * Uninstall I didn't find "Reinstall". -- Alex Vinokur email: alex

Re: startup problem // no longer works // profile not called

2004-10-26 Thread Igor Pechtchanski
On Tue, 26 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > > > I have a feeling your postinstall scripts didn't run properly because > > of the screwed-up mounts. In fact, run > > > > find /etc/postinstall -name \*.done | sed 's/\.done$//' | xargs cygcheck -f | uniq > > $ find /etc/po

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > > > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > > > > > "Igor Pechtchanski" wrote: > > > > [snip] > > > > > 'mount' command,

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Andrew DeFaria
Alex Vinokur wrote: "David Baron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] All of these posters are complaining about the same thing. Not at all a bad idea to read the bash man page, the helps, everything. bash-2.05b$ man bash Warning: cannot open configuration file /usr/share/

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > > > "Igor Pechtchanski" wrote: > > > [snip] > > > > 'mount' command, you can do something like > > > > > > > > mount -fst c:/cygwin / > > > > mo

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Reini Urban
Igor Pechtchanski schrieb: On Mon, 25 Oct 2004, Alex Vinokur wrote: "Igor Pechtchanski" wrote: [snip] 'mount' command, you can do something like mount -fst c:/cygwin / mount -fst c:/cygwin/bin /usr/bin mount -fst c:/cygwin/lib /usr/lib [snip] There is some progress. Thanks. After that I have all m

RE: startup problem // no longer works // profile not called

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alex Vinokur > Sent: 25 October 2004 14:50 > "Igor Pechtchanski" wrote in message > news:[EMAIL PROTECTED] > [snip] > > 'mount' command, you can do something like > > > > mount -fst c:/cygwin / > > mount -fst c:/cygwin/bin /usr/bin >

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > "Igor Pechtchanski" wrote: > > [snip] > > > 'mount' command, you can do something like > > > > > > mount -fst c:/cygwin / > > > mount -fst c:/cygwin/bin /usr/bin > > > mount -fst c:/cygwin/

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > [snip] > > 'mount' command, you can do something like > > > > mount -fst c:/cygwin / > > mount -fst c:/cygwin/bin /usr/bin > > mount -fst c:/cygwin/lib /usr/lib > > > [snip] > > There is some progress. > Thanks. > > After that

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Brian Dessent" dessentnet> wrote: . Thanks. > > Alex Vinokur wrote: > > > > > bash-2.05b$ man bash > > > Warning: cannot open configuration file /usr/share/misc/man.conf > > > No manual entry for bash > > > b

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > bash-2.05b$ man bash > > Warning: cannot open configuration file /usr/share/misc/man.conf > > No manual entry for bash > > bash-2.05b$ > > Like I said, nothing is going to work until you fix you

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Brian Dessent
Alex Vinokur wrote: > bash-2.05b$ man bash > Warning: cannot open configuration file /usr/share/misc/man.conf > No manual entry for bash > bash-2.05b$ Like I said, nothing is going to work until you fix your mounts. I don't know what has changed on your system but your root "/" dir is mounted as

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"David Baron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > All of these posters are complaining about the same thing. > > Not at all a bad idea to read the bash man page, the helps, everything. bash-2.05b$ man bash Warning: cannot open configuration file /usr/share/misc/man.conf

Re: startup problem // no longer works // profile not called

2004-10-25 Thread David Baron
All of these posters are complaining about the same thing. Not at all a bad idea to read the bash man page, the helps, everything. But the fact is once clicking the Cygwin icon gave one an operating shell. It no longer does. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro