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 &&
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
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"
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
>
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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
* 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
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
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
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
-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
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
* 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
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
42 matches
Mail list logo