RE: sshD fails to start as a service

2004-08-22 Thread Larry Hall
At 05:32 PM 8/21/2004, you wrote: >On Wed, 9 Jun 2004, cygwin wrote: > >> > On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: >> > > sshd : PID 3576 : starting service `sshd' failed: execv: 255, error >255. >> > >> > I've encountered such problems when the binaries and >> > librari

RE: sshD fails to start as a service

2004-08-21 Thread david
On Wed, 9 Jun 2004, cygwin wrote: > > On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: > > > sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. > > > > I've encountered such problems when the binaries and > > libraries were not > > executable by SYSTEM. "chm

RE: sshD fails to start as a service

2004-06-09 Thread cygwin
> > Yes, this is known (and intended). Perhaps it might be wise > for the setup > program to warn the user in those cases that services will be > affected, if > we could only differentiate between intentional and > accidental selection > of "Just Me"... Or, maybe, just include the warning i

RE: sshD fails to start as a service

2004-06-09 Thread Igor Pechtchanski
On Wed, 9 Jun 2004, cygwin wrote: > > Are you saying that you did not choose "Just Me" in "Install for:" > > when you ran 'setup.exe'? "All Users" is always selected for me. > > AFAIK, it is the default. > > Yes, All Users is the default, and in retrospect given that I'm the only > user on this l

RE: sshD fails to start as a service

2004-06-09 Thread cygwin
> > Are you saying that you did not choose "Just Me" in "Install > for:" when > you ran 'setup.exe'? "All Users" is always selected for me. > AFAIK, it is > the default. Yes, All Users is the default, and in retrospect given that I'm the only user on this laptop, I'd have been just as well

RE: sshD fails to start as a service

2004-06-09 Thread Larry Hall
At 06:55 AM 6/9/2004, you wrote: >> >> You have user mounts instead of system ones. Re-mount all >> your mounts as >> system mounts, and it should work. Below is probably the >> shortest way of >> doing this: >> >> eval "`mount -m | sed 's/ -u / -s /'`" >> > >I've done this.. Service started

RE: sshD fails to start as a service

2004-06-09 Thread cygwin
> > You have user mounts instead of system ones. Re-mount all > your mounts as > system mounts, and it should work. Below is probably the > shortest way of > doing this: > > eval "`mount -m | sed 's/ -u / -s /'`" > I've done this.. Service started, once I changed the permissions on the host

RE: sshD fails to start as a service

2004-06-08 Thread Igor Pechtchanski
On Wed, 9 Jun 2004, cygwin wrote: > > On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: > > > sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. > > > > I've encountered such problems when the binaries and > > libraries were not > > executable by SYSTEM. "chm

RE: sshD fails to start as a service

2004-06-08 Thread cygwin
> > On Mon, Jun 07, 2004 at 11:50:40PM +0100, > [EMAIL PROTECTED] wrote: > > sshd : PID 3576 : starting service `sshd' failed: execv: > 255, error 255. > > I've encountered such problems when the binaries and > libraries were not > executable by SYSTEM. "chmod 755 /usr/sbin/* /usr/bin/*" fixed

Re: sshD fails to start as a service

2004-06-08 Thread Baurjan Ismagulov
On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: > sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. I've encountered such problems when the binaries and libraries were not executable by SYSTEM. "chmod 755 /usr/sbin/* /usr/bin/*" fixed the problem. With ki