Hello!, I have succesfuly compiled OpenSSH on the AmigaOS platform.....all seems to work fine by now...except by sshd, it fail in monitor.c(monitor_sockletpair): socketpair() func with errno #46...so, I was wondering if there is some alternative I can use here ?. any help appreciated. Kind regards ps.: excuse my bad english.. -- Diego CR - http://Amiga.SourceForge.net <tsb> Me encanta el trabajo... Me puedo sentar y ver como lo hacen durante horas.
On Mon, 24 Nov 2003, Diego Casorran wrote:> Hello!, > > I have succesfuly compiled OpenSSH on the AmigaOS platform.....all seems to > work fine by now...except by sshd, it fail in monitor.c(monitor_sockletpair): > socketpair() func with errno #46...so, I was wondering if there is some > alternative I can use here ?. > > any help appreciated.Does the problem go away if you put "UsePrivilegeSeparation no" in your sshd_config ?> > Kind regards > > ps.: excuse my bad english.. > >-- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
Hello Tim, El lunes (24-11-2003), decias:> Does the problem go away if you put "UsePrivilegeSeparation no" in > your sshd_config ?ups..yes, although now seems to have a real problem.. seems like it could not read the file passwd, I tryed to link sshd with -lcrypt (as say the faq for Slackware) without luck... any idea? Thx, Kind regards -- Diego CR - http://Amiga.SourceForge.net <tsb> Los pol?ticos deben leer ciencia ficci?n, no novelas del oeste e historias de detectives. -- Arthur C. Clarke
Diego Casorran wrote:> btw, I have compiled everything with -Dfork=vfork, due fork() is broken on > AmigaOS v3.x ... but I think this is not the problem, (right?), as the others > tools seems to work just fine....gah! vfork() is very different to fork(), no wonder you have problems. -d
Seemingly Similar Threads
- Port WineHQ to a different OS and different hardware...
- Evaluating a port to RTEMS (embedded OS with single address space and no processes)
- vorbis plugin
- Evaluating a port to RTEMS (embedded OS with single address space and no processes)
- Anyone using SAMBA on a HP/9000 with HP/UX 10.20 ?