Re: SSH Setup Issue

2009-01-16 Thread Syphon
...@kris-pc /var $ chown SYSTEM empty k...@kris-pc /var $ net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service could not be started. The service did not report an error. Larry Hall (Cygwin) wrote: Syphon wrote: I cant seem to get sshd service to start on my Windows

Re: SSH Setup Issue

2009-01-16 Thread Syphon
Thank you, It did create a new user 'sshd_server'. All is good now. Larry Hall (Cygwin) wrote: Syphon wrote: Had the issue before I did all of the above, I know all this is already performed by ssh-host-config, So does this mean ssh-host-config is not working properly ? For you

SSH Setup Issue

2009-01-15 Thread Syphon
I cant seem to get sshd service to start on my Windows Vista box. I tried a few different things, I turned off UAC, I ran bash as Admin. Also, 'chown system:system /var/empty /etc/ssh_*' , 'chmod 755 /etc'. Still when I run 'ssh-host-config', I seem to be missing a few prompts $

Re-entrant versions of functions

2005-08-19 Thread syphon
Hi all, I'm trying to build some example code from 'Programming with POSIX Threads' by David Butenhof, and have run into an error because one of the programs calls readdir_r. From googling and searching the mailing lists, it looks like there has been some work done on the re-entrant