Re: kernel panics on sio interrupt-level overflows

2005-04-04 Thread Oleg Tarasov
Hello, Kris Kennaway <[EMAIL PROTECTED]> wrote: > Does enabling WITNESS support (and possibly excluding > WITNESS_SKIPSPIN) produce any diagnostics? > Kris I can enable WITNESS, but I don't know where to find that useful information I can provide. My server's uptime is 8 days without mpsafen

RealTek 8169S (re) and NFS server not responding

2005-04-04 Thread pcasidy
Hi! I have a problem since I changed the NIC of my server to a driver re. I encounter a lots of NFS server not responding from any clients as soon as the load on the network increase. I had to do an horrible hack: I added the following script on the server crontab every 2 minutes: #!/bin/sh /s

Re: 5.4-PRERELEASE pccard problem

2005-04-04 Thread Alex Burke
Hi, Just a small point - I am not sure if RELENG_5_4 exists yet, I think that is only created after RELENG_5 is branched to create FreeBSD 5.4-RELEASE. Try cvsup'ing to RELENG_5 maybe? Thanks, Alex J Burke. ___ freebsd-stable@freebsd.org mailing list h

Re: 5.4-PRERELEASE pccard problem

2005-04-04 Thread Christian Laursen
Alex Burke <[EMAIL PROTECTED]> writes: > Just a small point - I am not sure if RELENG_5_4 exists yet, I think > that is only created after RELENG_5 is branched to create FreeBSD > 5.4-RELEASE. It exists all right. -- Christian Laursen ___ freebsd-stab

Re: "ffs_mountroot: can't find rootvp" after cvsup and making worldfmen

2005-04-04 Thread Graham Menhennitt
Doug White wrote: Anyway, I now have a working kernel. I presume that I should file a PR on this. Yes please. Done - kern/79332 Do you have a long delay at the point where the bogus messages are printed in the newer kernel, but in the older? The change implies that it will get out of a bust

Re: USB device causes kernel panic

2005-04-04 Thread Gerrit =?ISO-8859-1?Q?K=FChn?=
On Fri, 01 Apr 2005 08:05:47 -0500 Mike Tancsa <[EMAIL PROTECTED]> wrote about Re: USB device causes kernel panic: MT> >I have a XS-Drive Pro VP300 (Vosonic) here which runs fine as USB1 MT> >device, but completely screws up my system when pluggeg into a USB2 MT> >port. MT> Try updating to the la

Xorg problem with 5.3

2005-04-04 Thread Yann Golanski
I am having an issue with Xorg under FreeBSD 5.3: The screen has lots of small wave-like patterns descending along the screen whenever the CPU does any work. My monitor is a Viglen CRT. Any idea how to solve this? Google is of no help -- at least with the characters I can think of searching und

Re: kern/79208: Deadlock or starvation doing heavy NFS writes with writev

2005-04-04 Thread Marc Olzheim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FreeBSD 5.3-RELEASE-p6 (SMP) #0: Wed Mar 30 14:28:31 CEST 2005 on i386 is vulnerable as well, so it has been b0rken for some time now, I'm afraid. Marc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCUT8hezjnobFOgrERAg7xAKCVF1sL

Re: Xorg problem with 5.3

2005-04-04 Thread Godwin Stewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 4 Apr 2005 14:15:47 +0100, Yann Golanski <[EMAIL PROTECTED]> wrote: > I am having an issue with Xorg under FreeBSD 5.3: The screen has lots > of small wave-like patterns descending along the screen whenever the CPU > does any work. My monito

Re: 5.4-PRERELEASE usb audio problem

2005-04-04 Thread Khairil Yusof
On Sat, 2005-04-02 at 21:13 +0200, Christian Laursen wrote: > When I plug in my Logitech USB headset I get the following: > > uaudio0: Logitech Logitech USB Headset, rev 1.10/1.13, addr 2 > uaudio_add_selector: NOT IMPLEMENTED > uaudio0: audio rev 1.00 > pcm1: on uaudio0 > pcm1: chn_init(pcm1:pla

IPFW2 fwd rulesets not working

2005-04-04 Thread Jamie Heckford
Hi, Has anyone else had issues with using the fwd/forward feature of IPFW2? As described in below PR, not working for me either since going to 5.3 :( http://lists.freebsd.org/pipermail/freebsd-i386/2004-November/001823.html Any pointers would be greatly appreciated! thanks ___

Re: IPFW2 fwd rulesets not working

2005-04-04 Thread Mike Tancsa
At 12:47 PM 04/04/2005, Jamie Heckford wrote: Hi, Has anyone else had issues with using the fwd/forward feature of IPFW2? As described in below PR, not working for me either since going to 5.3 :( http://lists.freebsd.org/pipermail/freebsd-i386/2004-November/001823.html Any pointers would be greatly

Re: 5.4-PRERELEASE usb audio problem

2005-04-04 Thread Christian Laursen
Khairil Yusof <[EMAIL PROTECTED]> writes: > On Sat, 2005-04-02 at 21:13 +0200, Christian Laursen wrote: > > When I plug in my Logitech USB headset I get the following: > > > > uaudio0: Logitech Logitech USB Headset, rev 1.10/1.13, addr 2 > > uaudio_add_selector: NOT IMPLEMENTED > > uaudio0: audio

Re: IPFW2 fwd rulesets not working

2005-04-04 Thread Jamie Heckford
On Mon, Apr 04, 2005 at 12:48:04PM -0400, Mike Tancsa wrote: > At 12:47 PM 04/04/2005, Jamie Heckford wrote: > >Hi, > > > >Has anyone else had issues with using the fwd/forward feature of IPFW2? > > > >As described in below PR, not working for me either since going to 5.3 :( > > > >http://lists.fre

Re: IPFW2 fwd rulesets not working

2005-04-04 Thread Maxim Konovalov
> Saw this however FreeBSD 5.3-RELEASE-p6 #2: Thu Mar 31 01:50:41 > BST 2005 is giving unknown option "IPFIREWALL_FORWARD_EXTENDED" You need RELENG_5 or RELENG_5_4, not RELENG_5_3. -- Maxim Konovalov ___ freebsd-stable@freebsd.org mailing list http

Re: IPFW2 fwd rulesets not working

2005-04-04 Thread Mike Tancsa
At 01:04 PM 04/04/2005, Jamie Heckford wrote: > Try adding > > options IPFIREWALL_FORWARD > options IPFIREWALL_FORWARD_EXTENDED Saw this however FreeBSD 5.3-RELEASE-p6 #2: Thu Mar 31 01:50:41 BST 2005 is giving unknown option "IPFIREWALL_FORWARD_EXTENDED" This was only

Re: apache+mod_ssl signal 4

2005-04-04 Thread Doug White
On Mon, 4 Apr 2005, Uzi Klein wrote: > Chuck Swiger wrote: > > [.] > > Try using PHP from the ports and see whether that runs better. If it > > does, well, take a look at what the port changes, and you've probably > > located the source of your current problems. > > I mananged to fix it. > ph

Re: IPFW2 fwd rulesets not working

2005-04-04 Thread Jamie Heckford
On Mon, Apr 04, 2005 at 01:34:25PM -0400, Mike Tancsa wrote: > This was only added to RELENG_5. I would cvsup, or wait a few days for the > 5.4R. I have been using RELENG_5 on a number of production boxes and they > are very stable and I think 5.4R will be as well. But as always, YMMV > Ah ok

Kernel panic on 5.4-PRERELEASE in doselwakeup()

2005-04-04 Thread Simon L. Nielsen
Hello First, sorry for the lack of details, but given that 5.4 is in prerelease I though it could be interesting to rapport the problem anyway, in hope that somebody else has seen something similar. I don't haave the actual panic message since the serial cable wasn't connected at the time and I d

Re: kernel panics on sio interrupt-level overflows

2005-04-04 Thread Kris Kennaway
On Mon, Apr 04, 2005 at 10:35:11AM +0200, Oleg Tarasov wrote: > Hello, > > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > > Does enabling WITNESS support (and possibly excluding > > WITNESS_SKIPSPIN) produce any diagnostics? > > > Kris > > I can enable WITNESS, but I don't know where to find

[5.4] installworld fails in acpica

2005-04-04 Thread Ion-Mihai Tetcu
Hey Sources of a couple of hours ago, clean obj dir, etc -- >>> Installing everything -- cd /usr/src; make -f Makefile.inc1 install ===> share/info ===> include [ ... ] if [ -

Re: FreeBSD mpd PPTP client connection to SnapGearLITE+

2005-04-04 Thread Walentyn
Quoting Daniel O'Connor <[EMAIL PROTECTED]>: > > I've done Windows -> FreeBSD PopTop server without any big issues. > So have I, but I'm going from FreeBSD client to SnapGearLITE UCLinux PopTop server appliance > It would be helpful if you supplied log files and configs to download > somewhere.

Re: FreeBSD mpd PPTP client connection to SnapGearLITE+

2005-04-04 Thread Daniel O'Connor
On Tue, 5 Apr 2005 08:37, Walentyn wrote: > -- > # cat /usr/local/etc/mpd/mpd.conf > # Any reason you are using mpd? I have only done it with ppp.. Looking at the log messages I would guess it's failing to negotiate MSChap properly, although never

Re: Problems with AMD64 and 8 GB RAM? (solved)

2005-04-04 Thread Greg 'groggy' Lehey
On Thursday, 31 March 2005 at 10:59:02 -0800, David O'Brien wrote: > On Thu, Mar 31, 2005 at 11:24:29AM +0930, Greg 'groggy' Lehey wrote: >> On Thursday, 31 March 2005 at 10:32:33 +0930, Daniel O'Connor wrote: >>> On Thu, 31 Mar 2005 08:14, Greg 'groggy' Lehey wrote: > Have you run sysutils/mem

Re: Problems with AMD64 and 8 GB RAM? (solved)

2005-04-04 Thread Danny Pansters
This may not be related at all, but I've been following this thread and at certain times I wanted to drop in and stress that things like pci express cards should be re-inserted after the RAM has been (re)inserted. Perhaps the BIOSes are really that stupid that they only rely on memory adresses

Re: FreeBSD mpd PPTP client connection to SnapGearLITE+

2005-04-04 Thread Michael Bretterklieber
Hi, Walentyn wrote: Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 12394, version 3.18 ([EMAIL PROTECTED] 08:48 21-Mar-2005) [vpn] ppp node is "mpd12394-vpn" [vpn] using interface ng0 [vpn] IFACE: Open event [vpn] IPCP: Open event [vpn] IPCP: state cha

probably hardware problem

2005-04-04 Thread Zoran Kolic
Hi all! On 5.3 I have strange boot on old hardware. It goes to "ata" channels, then waits about 10 seconds. Cd drive lights all the time. After that stop, resumes to the login prompt and behaves normal, except cd. It lights. Just reboot (no power down) doesn't help. When I stop the power and boot a

Re: apache+mod_ssl signal 4

2005-04-04 Thread Uzi Klein
Doug White wrote: [] php was compiled with OpenSSL support. When I removed that, it works like charm. ( Still, i might want that future one day ) [] I've seen this if you have multiple OpenSSL versions installed and somehow both libraries get linked in at once. This commonly happens if you