NTPD connection refused ntp keygen

2006-01-28 Thread atstake atstake
I am running OpenNTPD in OpenBSD 3.8 and /var/log/daemon shows it is working fine - peer IP now valid adjusting local clock by -0.434343 clock is now synced But if I run ntpq -p (as root) it says ntpp:read:Connection refused lsof -i | grep ntpd shows ntpd is listening from local IP port 4345

subversion and HTTP

2007-04-23 Thread atstake atstake
I would like to use subversion such that people can checkout files using http://. But since OpenBSD doesn't come with Apache2, I guess I need to compile Apache2. Is there any way around this? Thanks.

Compaq B1916TU with OpeNBSD 4.1

2007-05-12 Thread atstake atstake
I want to buy one of these wondering if anyone runs 4.1 on it. Any general comments on HP/Compaq laptops would be appreciated. My main concern is base getting too hot, noise and of course hardware support. Here's the product's review page: http://tinyurl.com/2aaqrh Thanks.

issues starting wmii window manager

2007-05-19 Thread atstake atstake
I just installed wmii window manager on 4.1 on i386 but when I try to start by typing wmii it says - wmiiwm: cannot open display However, I can start fvwm fine by typing startx in the console. And /usr/X11R6/bin in my $PATH Any help would be appreciated. Thanks.

Re: OpenBSD on ThinkPad

2007-06-14 Thread atstake atstake
On 6/15/07, Pieter Verberne [EMAIL PROTECTED] wrote: *I'm thinking of a R60 or T60. I have no interest in widescreen. I bought a T60 recently - o wpi(4) is not detected - fatal firmware error. From the manpage - fatal firmware error. For some reason, the firmware crashed. The driver will

Re: Wifi setup on Thinkpad T60

2007-06-19 Thread atstake atstake
On 6/18/07, Fred Crowson [EMAIL PROTECTED] wrote: What you want is: dhcp none none none nwid my_SSID nwkey P789J497CA Thanks. but leaving out 0x fails to receive an IP address on the wpi0 interface. This is what it says - DHCPREQUEST on wpi0 to 255.255.255.255 DHCPREQUEST on wpi0 to

Re: Wifi setup on Thinkpad T60

2007-06-19 Thread atstake atstake
On 6/19/07, atstake atstake [EMAIL PROTECTED] wrote: On 6/18/07, Fred Crowson [EMAIL PROTECTED] wrote: What you want is: dhcp none none none nwid my_SSID nwkey P789J497CA It seems like the problem is with the routing table. During boot up, the ethernet card - em(4) - gets DHCP offer before

IBM T60 - APM issues

2007-06-26 Thread atstake atstake
I'm running 4.1-current on T60. I have got powerdown=YES in /etc/rc.shutdown and apmd_flags= in /etc/rc.conf.local. The laptop doesn't power itself off with halt -p. So, I have to turn off the laptop by pressing the power button manually every time. I was wondering if this is going to cause any

wsmouse cut and paste in X

2007-06-26 Thread atstake atstake
From my dmesg - my touchpad is detected as wsmouse0 at pms0 mux 0. I would like to be able to left-click to select text and right click to paste it. I added wsmoused_flags=-2 in my /etc/rc.conf.local file the cut and paste works fine in the tty console. But it doesn't work in X. My window

Re: wsmouse cut and paste in X

2007-06-26 Thread atstake atstake
On 6/26/07, Antti Harri [EMAIL PROTECTED] wrote: Try first and second button at the same time to paste. Also see emulate3buttons option. Thanks! Pressing first and second button at the same time works great!! Any idea which manpage to find more info on emulate3buttons option? man -k doesn't

Re: IBM T60 - APM issues

2007-06-26 Thread atstake atstake
On 6/27/07, viq [EMAIL PROTECTED] wrote: $ grep apmhalt /etc/sysctl.conf #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't work Thanks but that didn't help. At the monent I'm thinking of re-compiling the kernel as someone mentioned (off the list) that I need to enable

Re: IBM T60 - APM issues

2007-06-27 Thread atstake atstake
On 6/27/07, Janne Johansson [EMAIL PROTECTED] wrote: or, for a one-shot testing, just give boot -c at the boot prompt to get into the UKC to test it once. If it works, run the above trick to make it stick. Thanks all for replying. It's still not working. Here's what I've tried so far along

Re: IBM T60 - APM issues

2007-06-27 Thread atstake atstake
On 27 Jun 2007 11:58:04 +0200, Artur Grabowski [EMAIL PROTECTED] wrote: If the T60 is anything like the X60, it doesn't have APM, only ACPI. Ok. I enabled ACPI from UKC and here's the dmesg - UKC enable acpi 386 acpi0 enabled UKC enable acpiverbose acpi0 at mainbus0: rev 2 acpi0: tables DSDT

Re: IBM T60 - APM issues

2007-06-29 Thread atstake atstake
On 6/27/07, atstake atstake [EMAIL PROTECTED] wrote: On 27 Jun 2007 11:58:04 +0200, Artur Grabowski [EMAIL PROTECTED] wrote: If the T60 is anything like the X60, it doesn't have APM, only ACPI. I recompiled the kernel with this (removing the disable and the #) and still can get halt -p

ath1 fails to work in OBSD3.8

2006-02-17 Thread atstake atstake
ath(4) configuration is not working in OBSD3.8-Release. The wifi card is Netgear WG511T which is supposed to connect to a linksys wifi gateway to get IP address from the DHCP pool and it should have a 26-digit WEP key. Here's the dmesg OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005

pkg_add -u not working

2006-06-17 Thread atstake atstake
I have just upgraded from OpenBSD 3.8 - 3.9. I set my PKG_PATH to ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/i386/ and did a pkg_add -ui -F update -F updatedepends but it doesn't update all the packages instead just compare them. Here's the output - # pkg_add -ui -F update -F updatedepends

Re: pkg_add -u not working

2006-06-17 Thread atstake atstake
I'm sure it doesn't output 3 dots. So if you want serious help, provide the full output of pkg_add. Afaik, the -F flags are not needed because -i already asks you in tricky situations. Here are 3 diffrerent types of output - # pkg_add -uv Candidates for updating atk-1.10.1 - atk-1.10.3p1

Re: pkg_add -u not working

2006-06-17 Thread atstake atstake
Hi Tobias, The last one just solved your problem (in case you didn't notice). Next time use 'pkg_add -ui' The last one solved the problem because I gave the package name (atk in this case). If I didn't give the package name it would just have compared and exited like before.

Re: pkg_add -u not working

2006-06-21 Thread atstake atstake
On 6/21/06, Benjamin Collins [EMAIL PROTECTED] wrote: What I expect the tool to do if I invoke it like $ sudo pkg_add -u is to do this (from pkg_add(1)): If no pkgname is given, pkg_add will update all installed packages. What actually happens after the above invocation is what Sebastian

netcat slow scan

2006-06-25 Thread atstake atstake
I am probing a host using OpenBSD 3.9-release's netcat. # nc -v -w 3 -z host.com 80-81 If it finds port 80 open and 81 closed it sits there in an endless loop for about 1 minute and 10 seconds and after that it gives a connection time-out error. # nc -v -w 3 -z host.com 80-81 Connection to

[4.0] apmd on toshiba satellite A30

2006-11-06 Thread atstake atstake
I am running OBSD 4.0-release (i386) on Toshiba Satellite A30. I started apmd and here's my ps output root 10023 0.0 0.1 240 316 ?? Ss 5:57AM0:00.00 apmd But when I do apm it says Battery state: unknown, 0% remaining, unknown life estimate A/C adapter state: not known

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

revision control system for system administration

2006-12-18 Thread atstake atstake
Not directly OpenBSD related but I thought I'd ask. I'd like to use a revision control system to manage files on 25-30 servers but I'm not sure whether I'd use a centralized repository or have a separate revision control system on each box. It would also be good to know how much leverage can a

mail stats from procmail

2006-12-29 Thread atstake atstake
I use fetchmail and then procmail to filter mails and I read them with mutt. I'm trying to get my mail stats; eg, how many mails I have on each directory, size etc. and when I use mailstats(8) (mailstats -C ~/.procmaillog) it says mailstats: no statistics file located I also tried the mailstat

disk space allocation from an existing slice

2007-01-09 Thread atstake atstake
I'm installing 4.0 on a 120GB HDD. If I, at a later stage, want to allocate 2GB from my /usr partition to my /home partition will I be able to do that given that I have 2GB free space available on my /usr partition? Thanks.

named doesn't bind to IP

2007-02-14 Thread atstake atstake
My named doesn't bind to my private IP and only binds to localhost. starting BIND 9.3.2-P1 command channel listening on 127.0.0.1#953 command channel listening on ::1#953 I already have the listen-on option in /var/named/etc/named.conf file pointed to my private IP. options { listen-on {

Re: mediawiki on chroot

2007-02-14 Thread atstake atstake
On 2/14/07, Stuart Henderson [EMAIL PROTECTED] wrote: On 2007/02/14 21:55, atstake atstake wrote: I'm getting this error I understand that I need to symlink some file inside the chroot (/var/www) area but I'm not sure which file to be exact. I search previous misc@ archive but they seem

Re: mediawiki on chroot

2007-02-16 Thread atstake atstake
On 2/15/07, Stuart Henderson [EMAIL PROTECTED] wrote: this refers to /var/www/tmp, check it exists and has appropriate permissions. I have made the tmp directory world-writable. Now if I try to save anything on Mediawiki, it comes back saying forbidden the first time around and if I try to

cisco vpn gateway

2007-02-19 Thread atstake atstake
I been given this Cisco VPN Client software version 4.8 where a vpnclient.ini file needs to be imported and authentication is done via username and password to a Cisco VPN gateway which (after authentication) drops me off to the internal network. Does anyone know if it is at all possible to use

OBSD4.0 on IBM Thinkpad T60

2007-03-08 Thread atstake atstake
Anyone running OBSD 4.0 or -current on Thinkpad T60? I'm getting one of these and trying to make sure OBSD will run without a fuss. A reply from anyone with T60 - OBSD4.0 experience would be much appreciated. Thanks.