Re: sshd idle session

2006-11-21 Thread Lars Hansson
On Wednesday 22 November 2006 10:02, atstake atstake wrote: > I am using ssh (OpenSSH_4.4, OpenSSL 0.9.7j) on OpenBSD4.0. I want > idle user sessions to timeout after a certain period. I tried > ClientAliveInterval 15 and ClientAliveCountMax 3 in > /etc/ssh/sshd_config & restarted sshd which, accor

Re: sshd idle session

2006-11-21 Thread Clint Pachl
atstake atstake wrote: I am using ssh (OpenSSH_4.4, OpenSSL 0.9.7j) on OpenBSD4.0. I want idle user sessions to timeout after a certain period. I tried ClientAliveInterval 15 and ClientAliveCountMax 3 in /etc/ssh/sshd_config & restarted sshd which, according to sshd_config(5) should end the idle

Weird behaviour of KDM

2006-11-21 Thread Dr. Harry Knitter
I have installed OpenBSD 4.0 on an AMD-64 machine an would like to use KDE with KDM for login. First I tried the folowwing in my rc.local: kdm_flags="" if [ "X${kdm_flags}" != X"NO" ]; then /usr/local/bin/kdm ${kdm_flags} ; echo -n 'kdm ' fi Resul

Re: ktrace interpretation

2006-11-21 Thread Otto Moerbeek
On Tue, 21 Nov 2006, Olivier Meyer wrote: > Most of what you see is the libc setting up default signal stuff. > After the ELF is loaded mprotect is used to make the area executable, > so when EIP is set to the starting point, the program does not SEGV. > > As to understanding, I would read the ap

Re: redundant vpn problems

2006-11-21 Thread Bryan Irvine
should I be able to traceroute from one firewall to other when it's working? Will I need to add a custom route or will they show up when I finally do have it working? On 11/20/06, Mathieu Sauve-Frankel <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 20, 2006 at 05:25:16PM -0500, Bryan Irvine wrote:

Re: screen resolution problem(was: X configuration)

2006-11-21 Thread Nick Holland
arnuld wrote: >> i have configured X using "xorgcfg" but it does not work properly: > >> 1.) everytime i use "xinit" it switches OFF/ON my monitor for once. > >> 2.) by default it show me the "1280x1024" mode which has verysmall >> icons. i want to have "1024x768". to do that i added "Modes "1024

Re: raidctl: ioctl (RAIDFRAME_CONFIGURE) failed on 4.0 amd64 for RAID 1 (mirroring)

2006-11-21 Thread Vijay Sankar
Good day, I found out the problem. Here is the fstab and df -h ftl21# df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/raid0a3.9G 34.5M3.7G 1%/ /dev/raid0d7.9G6.0K7.5G 0%/tmp /dev/raid0e7.9G4.1M7.5G 0%/var /dev/raid0f

screen resolution problem(was: X configuration)

2006-11-21 Thread arnuld
i have configured X using "xorgcfg" but it does not work properly: 1.) everytime i use "xinit" it switches OFF/ON my monitor for once. 2.) by default it show me the "1280x1024" mode which has verysmall icons. i want to have "1024x768". to do that i added "Modes "1024x768" in the Display sect

Re: ktrace interpretation

2006-11-21 Thread Tobias Ulmer
On Tue, Nov 21, 2006 at 06:46:49PM -0700, Olivier Meyer wrote: > Most of what you see is the libc setting up default signal stuff. > After the ELF is loaded mprotect is used to make the area executable, > so when EIP is set to the starting point, the program does not SEGV. > > As to understanding,

Re: raidctl: ioctl (RAIDFRAME_CONFIGURE) failed on 4.0 amd64 for RAID 1 (mirroring)

2006-11-21 Thread Vijay Sankar
Good day, I took one of my desktops that has two EIDE hard drives and went through the steps I had sent earlier to you and tried to verify that it does work on OpenBSD 4.0. It does work -- almost. I am pretty sure I was booting from /dev/raid0a on the old server but couldn't repeat that with this

sshd idle session

2006-11-21 Thread atstake atstake
I am using ssh (OpenSSH_4.4, OpenSSL 0.9.7j) on OpenBSD4.0. I want idle user sessions to timeout after a certain period. I tried ClientAliveInterval 15 and ClientAliveCountMax 3 in /etc/ssh/sshd_config & restarted sshd which, according to sshd_config(5) should end the idle user session in 45 secon

Re: ktrace interpretation

2006-11-21 Thread Olivier Meyer
Most of what you see is the libc setting up default signal stuff. After the ELF is loaded mprotect is used to make the area executable, so when EIP is set to the starting point, the program does not SEGV. As to understanding, I would read the appropriate code in the kernel. On 11/21/06, Jan Star