Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-30 Thread Erich Titl
Hi Folks in my attempt to move to Bering-uClibc I found that ulogd does not switch to the new logfile after log rotation. I suggest to add svi ulogd restart to /etc/multicron-p in the rotatelogs function. cheers Erich -

Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-29 Thread Erich Titl
Hi Eric Eric Spakman wrote: > Hi Erich, > Starting with bering-uclibc3.x I observed an error when trying to use ssh/scp. debug2: calling socket with 10 , 1 , 6 socket: Address family not supported by protocol This is due to the fact that the socket call is

Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-29 Thread Eric Spakman
Hi Erich, >> >>> Starting with bering-uclibc3.x I observed an error when trying to use >>> ssh/scp. >>> >>> debug2: calling socket with 10 , 1 , 6 >>> socket: Address family not supported by protocol >>> >>> >>> This is due to the fact that the socket call is using an address >>> family of inetv6

Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-28 Thread Erich Titl
Martin Martin Hejl wrote: > Hi Erich, > > Erich Titl wrote: >> Starting with bering-uclibc3.x I observed an error when trying to use >> ssh/scp. >> >> debug2: calling socket with 10 , 1 , 6 >> socket: Address family not supported by protocol >> >> This is due to the fact that the socket call is u

Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-28 Thread Martin Hejl
Hi Erich, Erich Titl wrote: > Starting with bering-uclibc3.x I observed an error when trying to use > ssh/scp. > > debug2: calling socket with 10 , 1 , 6 > socket: Address family not supported by protocol > > This is due to the fact that the socket call is using an address family > of inetv6 by

Re: [leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-28 Thread Eric Spakman
Hi Erich, I suppose you are talking about openssh, not dropbear ssh/scp? No problem to add that value to the ssh_config file, will do that later today. Eric > Hi Folks > > > Starting with bering-uclibc3.x I observed an error when trying to use > ssh/scp. > > debug2: calling socket with 10 , 1 ,

[leaf-devel] small glitch in ssh/scp in bering-uClibc

2006-11-28 Thread Erich Titl
Hi Folks Starting with bering-uclibc3.x I observed an error when trying to use ssh/scp. debug2: calling socket with 10 , 1 , 6 socket: Address family not supported by protocol This is due to the fact that the socket call is using an address family of inetv6 by default. This can be overridden by