Re: problem installing cygwin+sshd

2007-02-21 Thread Christopher Faylor
On Wed, Feb 21, 2007 at 09:20:01PM +0100, Michael wrote: >Chuck: >[snip] >>If all you want is an ssh server running under cygwin check out CopSSH. >>It might be easier to get running. > >great - worked right away, once I uninstalled everything from my >pervios cygwin-installation! Thanks for that h

Re: problem installing cygwin+sshd

2007-02-21 Thread Michael
Chuck: [snip] If all you want is an ssh server running under cygwin check out CopSSH. It might be easier to get running. great - worked right away, once I uninstalled everything from my pervios cygwin-installation! Thanks for that hint (although I'm a little bit sad, that I was not able to inst

Re: problem installing cygwin+sshd

2007-02-20 Thread Chuck
Michael wrote: > Hello, > > I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an > error, when starting the service. > It would be great, if someone is able to help me find a hint for a > solution for this problem! > > Here a summary what I did: > - logged in with domain-user with

Re: problem installing cygwin+sshd

2007-02-18 Thread René Berber
Larry Hall (Cygwin) wrote: > René Berber wrote: >> Larry Hall (Cygwin) wrote: >> [snip] >>> Hm. What exactly is the point to showing us a sequence of steps that >>> results in a working install on one machine rather than the details of >>> the failure of these steps on another? >> >> It did not r

Re: problem installing cygwin+sshd

2007-02-18 Thread Larry Hall (Cygwin)
René Berber wrote: Larry Hall (Cygwin) wrote: [snip] Hm. What exactly is the point to showing us a sequence of steps that results in a working install on one machine rather than the details of the failure of these steps on another? It did not result in a working install, that is his point. I

Re: problem installing cygwin+sshd

2007-02-18 Thread René Berber
Larry Hall (Cygwin) wrote: [snip] > Hm. What exactly is the point to showing us a sequence of steps that > results in a working install on one machine rather than the details of > the failure of these steps on another? It did not result in a working install, that is his point. It works when sshd

Re: problem installing cygwin+sshd

2007-02-18 Thread Larry Hall (Cygwin)
Michael wrote: > ok - here listed what I did (sorry for the long listing): > ---cut--- > 01. $ cygrunsrv -R sshd > 02. remove registry-keys: HK(CU|LM)->SOFTWARE->Cygnus Solutions > 03. remove windows/user sshd > 04. rename c:\cygwin to c:\cygwin_1 > 05. run http://www.cygwin.com/setup.exe from us

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
> ok - here listed what I did (sorry for the long listing): > ---cut--- > 01. $ cygrunsrv -R sshd > 02. remove registry-keys: HK(CU|LM)->SOFTWARE->Cygnus Solutions > 03. remove windows/user sshd > 04. rename c:\cygwin to c:\cygwin_1 > 05. run http://www.cygwin.com/setup.exe from user ladmin member

Re: problem installing cygwin+sshd

2007-02-18 Thread René Berber
Michael Manzenreither wrote: > ok - here listed what I did (sorry for the long listing): > ---cut--- > 01. $ cygrunsrv -R sshd > 02. remove registry-keys: HK(CU|LM)->SOFTWARE->Cygnus Solutions > 03. remove windows/user sshd > 04. rename c:\cygwin to c:\cygwin_1 > 05. run http://www.cygwin.com/setu

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
Michael wrote: [snip] >> Try to get rid of the ACEs that cause the "+" sign at the end of the ls > listing.[...] > > but I don't know how to get rid of the "+". What is this "+" (???) > called, so I can search for it and find out what to do? It's not important, here's how my /var/empty looks (wit

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael Manzenreither
Michael wrote: [snip] >> Try to get rid of the ACEs that cause the "+" sign at the end of the ls > listing.[...] > > but I don't know how to get rid of the "+". What is this "+" (???) > called, so I can search for it and find out what to do? It's not important, here's how my /var/empty looks (wit

Re: problem installing cygwin+sshd

2007-02-18 Thread Larry Hall (Cygwin)
On 02/18/2007, Michael wrote: > Try to get rid of the ACEs that cause the "+" sign at the end of the ls listing.[...] but I don't know how to get rid of the "+". What is this "+" (???) called, so I can search for it and find out what to do? Use 'getfacl' and 'setfacl'. This will manipulate

Re: problem installing cygwin+sshd

2007-02-18 Thread René Berber
Michael wrote: [snip] >> Try to get rid of the ACEs that cause the "+" sign at the end of the ls > listing.[...] > > but I don't know how to get rid of the "+". What is this "+" (???) > called, so I can search for it and find out what to do? It's not important, here's how my /var/empty looks (wit

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
* Michael (Sun, 18 Feb 2007 20:19:06 +0100) > $ ls -dl /var/empty > drwxr-xr-x+ 2 SYSTEM Administrators 0 Feb 18 20:06 /var/empty > => done :-) > > > Try to get rid of the ACEs that cause the "+" sign at the end of the ls > listing.[...] > > but I don't know how to get rid of the "+". What is thi

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
> > > > Nowhere. "/var/empty must be owned by root and not group or world- > > > > writable" - that's pretty clear, isn't it?! > > > > > > I've already recognized this message, but as I wanted to chown to > > > root, I was told that there's no "root"-user in the system... > > > > > > Now I "chown"

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
* Michael (Sun, 18 Feb 2007 18:56:03 +0100) > > > > Nowhere. "/var/empty must be owned by root and not group or world- > > > > writable" - that's pretty clear, isn't it?! > > > > > > I've already recognized this message, but as I wanted to chown to > > > root, I was told that there's no "root"-user

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
... >> > $ /usr/sbin/sshd -D -ddd ... >> > /var/empty must be owned by root and not group or world-writable. ... > > I've already recognized this message, but as I wanted to chown to > root, I was told that there's no "root"-user in the system... > > Now I "chown"ed to myself:root and now it works

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
* Michael (Sun, 18 Feb 2007 18:56:03 +0100) > Thorsten: > > > > > /var/empty must be owned by root and not group or world-writable. > > > > > --cut-- > > > > > $ ssh localhost > > > > > ssh: connect to host localhost port 22: Connection refused > > > > > --cut-- > > > > > > > > > > > and "strace /

Re: problem installing cygwin+sshd

2007-02-18 Thread Daniel P. Kionka
Michael wrote: ... > $ /usr/sbin/sshd -D -ddd ... > /var/empty must be owned by root and not group or world-writable. ... Nowhere. "/var/empty must be owned by root and not group or world- writable" - that's pretty clear, isn't it?! I've already recognized this message, but as I wanted to c

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
Thorsten: > > > /var/empty must be owned by root and not group or world-writable. > > > --cut-- > > > $ ssh localhost > > > ssh: connect to host localhost port 22: Connection refused > > > --cut-- > > > > > > > and "strace /usr/sbin/sshd -D" > > > > > > see attached file. > > > > > > where do I

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
* Michael (Sun, 18 Feb 2007 17:49:38 +0100) > Thorston: > > Please refrain from sending me private mail... > Sorry, I didn't want to offend you! - when answering, I deleted the > To: value by mistake and reenterd obviously the wrong address ... You didn't offend me - you just sent your email to an

Re: problem installing cygwin+sshd

2007-02-18 Thread Michael
Thorston: Please refrain from sending me private mail... Sorry, I didn't want to offend you! - when answering, I deleted the To: value by mistake and reenterd obviously the wrong address ... > Thorsten > > Michael > > > [cannot start sshd as a service] > > > any ideas - what did I do wrong? >

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
Please refrain from sending me private mail... > Thorsten > > Michael > > > [cannot start sshd as a service] > > > any ideas - what did I do wrong? > > > > Check the permissions from /var/log - sshd /has/ to log there. As a last > > chance I would try to run sshd manually: "sshd -D -ddd" > > --cu

Re: problem installing cygwin+sshd

2007-02-18 Thread Thorsten Kampe
Thorsten > Michael > > [cannot start sshd as a service] > > any ideas - what did I do wrong? > > Check the permissions from /var/log - sshd /has/ to log there. As a last > chance I would try to run sshd manually: "sshd -D -ddd" --cut-- $ /usr/sbin/sshd -D -ddd debug2: load_server_config: filename

Re: problem installing cygwin+sshd

2007-02-17 Thread Thorsten Kampe
* Michael Manzenreither (Sat, 17 Feb 2007 10:34:47 +0100) > [cannot start sshd as a service] > any ideas - what did I do wrong? Check the permissions from /var/log - sshd /has/ to log there. As a last chance I would try to run sshd manually: "sshd -D -ddd" and "strace /usr/sbin/sshd -D" Thorste

Re: problem installing cygwin+sshd

2007-02-17 Thread Michael
René Berber wrote: Michael wrote: > I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an > error, when starting the service. [snip] > no /var/log/ssh* files (???) Normal if it didn't run. > ls -l /etc/ssh* > -rwxr-x--- 1 SYSTEM mkgroup-l-d 1418 Feb 15 03:02 ssh_config > -rw

Re: problem installing cygwin+sshd

2007-02-17 Thread Michael Manzenreither
René Berber wrote: Michael wrote: > I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an > error, when starting the service. [snip] > no /var/log/ssh* files (???) Normal if it didn't run. > ls -l /etc/ssh* > -rwxr-x--- 1 SYSTEM mkgroup-l-d 1418 Feb 15 03:02 ssh_config > -rw

Re: problem installing cygwin+sshd

2007-02-16 Thread René Berber
Michael wrote: > I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an > error, when starting the service. [snip] > no /var/log/ssh* files (???) Normal if it didn't run. > ls -l /etc/ssh* > -rwxr-x--- 1 SYSTEM mkgroup-l-d 1418 Feb 15 03:02 ssh_config > -rw--- 1 SYSTEM mkgroup-

problem installing cygwin+sshd

2007-02-16 Thread Michael
Hello, I'm trying to install cygwin+sshd on a WinXPPro-machine, but get an error, when starting the service. It would be great, if someone is able to help me find a hint for a solution for this problem! Here a summary what I did: - logged in with domain-user with local admin privileges - install