Re: cvs usage question

2006-12-16 Thread Ingo Schwarze
James Turner wrote on Sun, Dec 17, 2006 at 12:13:07AM -0500: > On Sun, 17 Dec 2006, Ingo Schwarze wrote: >> James Turner wrote on Sat, Dec 16, 2006 at 11:28:43PM -0500: >>> jcs@ suggested looking at loginfo in CVSROOT, but I haven't had much luck >>> there. I added "^webapp cd /var/www/webapp &&

Re: cvs usage question

2006-12-16 Thread James Turner
I fixed the problem. It had nothing to do with using cvs through ssh. The key was running the cvs update in the background. So adding "^webapp ( cd /var/www/webapp; cvs -q update -d & )" to loginfo in my CVSROOT works perfectly with out any locking problems. On Sun, 17 Dec 2006, James Turner

Re: cvs usage question

2006-12-16 Thread James Turner
I should probably have noted this earlier, but I use cvs through ssh. So I wonder if that might be the cause of the locking issue. export CVS_RSH="ssh" export CVSROOT=":ext:[EMAIL PROTECTED]:/home/username/cvsroot"

Re: Errors Compiling OpenOffice

2006-12-16 Thread Travers Buda
On Sat, 16 Dec 2006 22:35:24 -0600 Travers Buda <[EMAIL PROTECTED]> wrote: > On Sat, 16 Dec 2006 11:24:52 -0500 > Jim Michael <[EMAIL PROTECTED]> wrote: > > > I encountered the following errors when compiling OpenOffice on a fresh > > install of 4.0-stable on an i386. Dmesg is also included >

Re: 4.0 frozen

2006-12-16 Thread Travers Buda
On Sat, 16 Dec 2006 21:31:28 -0500 "STeve Andre'" <[EMAIL PROTECTED]> wrote: > > If things have been running for nearly a month and now you've > crashed twice in two days, that says that the system was just > fine, and now things have gone to hell. You have new hardware > problems. > > I'd firs

Re: Errors Compiling OpenOffice

2006-12-16 Thread Travers Buda
On Sat, 16 Dec 2006 11:24:52 -0500 Jim Michael <[EMAIL PROTECTED]> wrote: > I encountered the following errors when compiling OpenOffice on a fresh > install of 4.0-stable on an i386. Dmesg is also included Upgrade to current, openoffice should not work with the -stable gcc. Also do ulimit -n 1

Re: cvs usage question

2006-12-16 Thread James Turner
Below is the output of running cvs commit on my local repos. As you can see the update tries to run on the server side but when it gets to the directory where I edited a file it has a lock error. I'm guessing it's locked for the commit there for the update won't run on it. Checking in header

Re: cvs usage question

2006-12-16 Thread Ingo Schwarze
James Turner wrote on Sat, Dec 16, 2006 at 11:28:43PM -0500: > jcs@ suggested looking at loginfo in CVSROOT, but I haven't had much luck > there. I added "^webapp cd /var/www/webapp && cvs update -d" but there > seems to be a locking issue, I'm guessing cvs update tries to run before > the comm

Problems with ral0 in wep mode

2006-12-16 Thread Steve Shockley
I've got an IBM A31p with a ral minipci card. It works fine with two different 802.11b access points (one with WEP, one without), but does not work with 802.11g access point (an OpenBSD box with a ral card). When I associate with the G AP and run dhclient it never gets an IP address. Any idea

Re: cvs usage question

2006-12-16 Thread James Turner
Thanks for the recommendation, your the second person to suggest cron. jcs@ suggested looking at loginfo in CVSROOT, but I haven't had much luck there. I added "^webapp cd /var/www/webapp && cvs update -d" but there seems to be a locking issue, I'm guessing cvs update tries to run before the c

Re: package update trouble

2006-12-16 Thread pmatulis
- Original Message - From: Daniel Ouellet <[EMAIL PROTECTED]> Date: Saturday, December 16, 2006 12:09 am Subject: Re: package update trouble To: misc@openbsd.org > [EMAIL PROTECTED] wrote: > > - Original Message - > > From: Daniel Ouellet <[EMAIL PROTECTED]> > > Date: Friday, Decem

Re: cvs usage question

2006-12-16 Thread Michael Osburn
James, I do roughly the same thing with a few of my websites, with one exception, I have a cron job that runs every hour to update the sites. This is not instantaneous but it works well enough for my sites. While you can adjust the timing to every five mins if you need it that quickly (a

Re: dspam on OpenBSD 4.0

2006-12-16 Thread Vijay Sankar
Found the solution to my problem after reading up on setuid/gid. I had to chmod 2755 /usr/local/bin/dspam. In addition, I did a chmod 2771 /var/dspam. All errors have disappeared. Hope this helps someone. On Sat, 2006-16-12 at 19:37 -0600, Vijay Sankar wrote: > Good day, > > I am trying out the

Re: 4.0 frozen

2006-12-16 Thread STeve Andre'
On Saturday 16 December 2006 20:24, Stephen Schaff wrote: > I've got 4.0 running nicely on a server sitting in a data centre, > thanks to the help of the members of this list. > It's been up since Nov. 22nd and in production. > > Yesterday it inexplicably went dark. I went down to check it out, and

cvs usage question

2006-12-16 Thread James Turner
I just started using cvs to manage a new web project had a usage question I was wondering if anyone could help me with. Once I run "cvs commit" in my local repos I would like the server to automatically run a "cvs update" on a checkout which is located on the same server as the cvs repos. I w

Re: 4.0 frozen

2006-12-16 Thread Andreas Maus
Hi Stephen. On 12/17/06, Stephen Schaff <[EMAIL PROTECTED]> wrote: wd0(pciide1:0:0): timeout type: ata c_bcount: 65536 c_skip: 0 pciide1:0:0: bus-master DMA error: missing interrupt, status=0x21 wd0d: device timeout reading fsbn 234162112 of 234162112-234162239 (wd0 bn 23

Re: 4.0 frozen

2006-12-16 Thread Federico Giannici
Stephen Schaff wrote: I've got 4.0 running nicely on a server sitting in a data centre, thanks to the help of the members of this list. It's been up since Nov. 22nd and in production. Yesterday it inexplicably went dark. I went down to check it out, and hooked up the monitor and keyboard. I co

Re: 4.0 frozen

2006-12-16 Thread Dimitry Andric
Stephen Schaff wrote: > Yesterday it inexplicably went dark. ... > wd0(pciide1:0:0): timeout > type: ata > c_bcount: 65536 > c_skip: 0 > pciide1:0:0: bus-master DMA error: missing interrupt, status=0x21 > wd0d: device timeout reading fsbn 234162112 of 234162112-234162239 (wd0 > bn 23533

Re: vmstat -m : negative Requests value for UVM amap?

2006-12-16 Thread Dimitry Andric
Maxim Bourmistrov wrote: > vmstat -m reports negative value for UVM amap Requests. ... > ===> UVM amap 87670 8352K 28908K157284K-20682868430 0 > 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768 That is just a 32 bit signed integer wrapping around, probably because your machine has b

Re: 4.0 frozen

2006-12-16 Thread K K
On 12/16/06, Stephen Schaff <[EMAIL PROTECTED]> wrote: Yesterday it inexplicably went dark. I went down to check it out, and hooked up the monitor and keyboard. I could see the welcoming login prompt, but it wouldn't accept any input. It wasn't accepting any pings from a remote system on the netw

dspam on OpenBSD 4.0

2006-12-16 Thread Vijay Sankar
Good day, I am trying out the package dspam-3.6.8p1-mysql and ran into the following problem -- not able to get any answers after days of searching the dspam lists, various archives, etc. Apologize in advance for sending this to the OBSD list but am hoping someone here can help. All the various f

4.0 frozen

2006-12-16 Thread Stephen Schaff
I've got 4.0 running nicely on a server sitting in a data centre, thanks to the help of the members of this list. It's been up since Nov. 22nd and in production. Yesterday it inexplicably went dark. I went down to check it out, and hooked up the monitor and keyboard. I could see the welcoming

Errors Compiling OpenOffice

2006-12-16 Thread Jim Michael
I encountered the following errors when compiling OpenOffice on a fresh install of 4.0-stable on an i386. Dmesg is also included I'm not sure what to do to resolve the problems, not being a programmer. Any help would be appreciated. Jim Michael systrace: intercept_get_string: ioctl: Inva

azalia issue, no sound

2006-12-16 Thread Michael
Hi, I am getting no sound out of this board (ASUSTeK Computer INC. P5AD2-E-Premium) with OpenBSD 4.0. See dmesg for azalia error during boot: OpenBSD 4.0 (GENERIC) #1107: Sat Sep 16 19:15:58 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) 4 CPU 3

ASUS P5L-MX

2006-12-16 Thread Frank Bax
Will OpenBSD 4.0 release run on ASUS P5L-MX? The asus website does not seem to mention which Gigabit chipset is used on this board. Anyone using this board? http://www.asus.com/products.aspx?l1=3&l2=11&l3=194&model=1320&modelmenu=2

errata page and "FTP DISTRIBUTION ERROR"

2006-12-16 Thread Robert Urban
on the errata page, http://www.openbsd.org/errata.html, it says: *> 006: FTP DISTRIBUTION ERROR: December 4, 2006* /All architectures/ > The *src.tar.gz* and *ports.tar.gz* archives released on FTP were created incorrectly, > a week after the 4.0 release. The archives on the CD > sets are corr

don't beat me... IPSec and wlan

2006-12-16 Thread Chris C.
Hi, We're currently (since 4 hours :() building a new wlan for my home network. My confuguration is as follows: re0: link to my router (juniper) which is connected to a private line... fxp0: link to my workstations fxp1: link to my accespoint (Linksys WRT54GL, acting as a bridge) fxp2: optical li

vmstat -m : negative Requests value for UVM amap?

2006-12-16 Thread Maxim Bourmistrov
Hi! vmstat -m reports negative value for UVM amap Requests. Any ideas why? Bug? This is a i386, MP, 3.9-stable. susbject related vmstat output: Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) devbuf 90

"vmstat -m" - negative value on Requests for UVM amap?

2006-12-16 Thread Maxim Bourmistrov
Hi! This is a i386 3.9 MP machine. Bug? Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) devbuf 901 361K558K157284K2962728660 0 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768

Re: Home networking for an amateur

2006-12-16 Thread Erik Wikström
On 2006-12-14 21:22, Erik Wikstrvm wrote: I've get an box laying in my basement running OpenBSD 3.7 (probably should upgrade that some time but I've never taken the time) acting as gateway for both wired and wireless networks. Everything has been working flawlessly except one thing; I can not a

Re: Looking for PE860 dmesg

2006-12-16 Thread Gustavo Rios
I am considering a PE860 for my new Obsd 4.0 server, but i am confused about this hardware. My main doubt is if i can have two raid controller within this device! Thanks a lot for your time and cooperation. On 12/12/06, Jason Dixon <[EMAIL PROTECTED]> wrote: On Nov 29, 2006, at 1:08 PM, Jason

Re: Conexant USB/PCI ADSL Modem Under OpenBSD

2006-12-16 Thread Girish Venkatachalam
On Sat, Dec 16, 2006 at 04:47:40PM +0800, Demuel I. Bendano, R.E.E wrote: > All, > > From the results of my googling, it appers to me that an a cxacru > 4-2:1.0(Conexant USB ADSL modem) works only on the linux 2.6.x kernel. > I just like to know if there is anyone who has a success experience > wi

Re: nagios check_carp for OpenBSD carp(4)

2006-12-16 Thread Henning Brauer
* Brian A. Seklecki <[EMAIL PROTECTED]> [2006-12-16 01:20]: > - C utility to ask /dev/pf pf(4) definately the best option. except that there is no carp shitz to query via /dev/pf. c'mon, it's and INTERFACE, and doesn't have ANYTHING to do with pf whatsoever. > Preempt: Unlike "HSRP Groups" wher

Re: Lenovo Notebook w/ ACPI ucycom Delorme GPS

2006-12-16 Thread Jonathan Gray
On Sat, Dec 16, 2006 at 04:45:47AM -0600, Sam Fourman Jr. wrote: > Hello misc@ > > I am having trouble running gpsd Maybe I have the startup syntax > wrong, I Included as much information as I know how to retrive > > My question is the Delorme USB GPS supported on OpenBSD the Earthmate > USB devi

Re: Lenovo Notebook w/ ACPI ucycom Delorme GPS

2006-12-16 Thread Marc Balmer
* Sam Fourman Jr. wrote: > Hello misc@ as this is about gpsd, ports@ could be a better list... > My question is the Delorme USB GPS supported on OpenBSD the Earthmate > USB device does sat model #9538 v 1.0 on a sticker on the bottom of > the device. it attaches as a com device, you should be ab

Re: dhclient clobbers default route, even though configured not to

2006-12-16 Thread James Herbert (Lists)
Jeroen Massar wrote: James Herbert (Lists) wrote: Hi misc! I have a home router which is connected to a DSL line as its primary connection, with static IPs and the like. I have a secondary cable connection with a dynamic IP, and I have to use dhcp to get the IP for this link. I have the follow

Lenovo Notebook w/ ACPI ucycom Delorme GPS

2006-12-16 Thread Sam Fourman Jr.
Hello misc@ I am having trouble running gpsd Maybe I have the startup syntax wrong, I Included as much information as I know how to retrive My question is the Delorme USB GPS supported on OpenBSD the Earthmate USB device does sat model #9538 v 1.0 on a sticker on the bottom of the device. here

Conexant USB/PCI ADSL Modem Under OpenBSD

2006-12-16 Thread Demuel I. Bendano, R.E.E
All, >From the results of my googling, it appers to me that an a cxacru 4-2:1.0(Conexant USB ADSL modem) works only on the linux 2.6.x kernel. I just like to know if there is anyone who has a success experience with either the Conexant PCI ADSL modem or the Conexant USB ADSL modem in an OpenBSD pl

Re: console switching problem from desktop

2006-12-16 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Today Jeremy Huiskamp wrote: On 15-Dec-06, at 8:42 PM, Denny White wrote: There are actually 2 problems. First one is, when using ctrl-alt-f1 & so forth, it goes to the other console fine, but when I try to switch back, all I see on the screen is

Re: dhcpd question

2006-12-16 Thread Lars Hansson
On Saturday 16 December 2006 06:47, Craig Skinner wrote: > Don't do that. DJB junk is not in ports for good reasons. And the reason has nothing to do with the quality of DJB's stuff. --- Lars Hansson

Re: samba and ldap

2006-12-16 Thread Marc Balmer
* Dr. Harry Knitter wrote: > My goal would be to use ldap alone for authetication for my samba users and > circumvent the use of /etc/passwd at all. I. e all authtication requests > should be managed by my ldap database. On OpenBSD, this is not possible. I.e you have to add all accounts to /et

Re: samba and ldap

2006-12-16 Thread Dr. Harry Knitter
Am Freitag, 15. Dezember 2006 22:15 schrieb Bolke de Bruin: > [EMAIL PROTECTED] wrote: > > Am Freitag, 15. Dezember 2006 15:26 schrieb Vijay Sankar: > >> Sorry, I meant to write smbldap-useradd. > >> > >> FWIW, all I had to do were the following three steps: > >> > >> 1) added an OpenBSD user acc