ATAPI burner goes as PIO4

2003-09-03 Thread Petri Helenius
I have a DVD drive which is recognized by the BIOS as UDMA33 and also the documentation states that UDMA33 is the fastest it goes, however with ATAng the hw.ata.atapi_dma is gone and the kernel thinks PIO4 is the way to go; acd0: DVDR HL-DT-ST DVDRAM GSA-4040B at ata7-master PIO4 it works alright

buildworld failed in libcam

2003-09-03 Thread leafy
In file included from /usr/src/sys/cam/scsi/scsi_da.c:51: /usr/src/sys/sys/taskqueue.h:33:2: #error no user-servicable parts inside mkdep: compile failed The message was really funny :) JY -- Without the userland, the kernel is useless. --inspired by The Tao of Programming

Re: inetd unknown rpc/udp or rpc/tcp

2003-09-03 Thread Nick H. - Network Operations
And it did. Thanks! Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: Vitali Djatsuk [EMAIL PROTECTED] To: Martin Blapp [EMAIL PROTECTED]; Nick H. - Network Operations [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 12:40 AM Subject: RE: inetd

Re: 5.2-RELEASE TODO

2003-09-03 Thread FUJIMOTO Kou
Scott Long wrote: Btw, does X work on it? Can I compile/install it without hassle? I've tried. portinstall XFree86-Server succeeded with no error. But XFree86 -configure dumps core and exits abnormally. In /var/log/messages: kernel: pid 23797 (XFree86), uid 0: exited on signal 6 (core dumped)

Re: swapon vs savecore dilemma

2003-09-03 Thread Terry Lambert
Dirk Meyer wrote: Wouldn't fsck - mount - savecore - swapon be a more appropriate order? Terry Lambert schrieb:, If you had small enough disks, large enough RAM, or could limit the number of CG bitmaps you had to simultaneously examine, then yes. Otherwise, no. Can't we get a knob

Re: ATAPI burner goes as PIO4

2003-09-03 Thread Soren Schmidt
It seems Petri Helenius wrote: I have a DVD drive which is recognized by the BIOS as UDMA33 and also the documentation states that UDMA33 is the fastest it goes, however with ATAng the hw.ata.atapi_dma is gone and the kernel thinks PIO4 is the way to go; acd0: DVDR HL-DT-ST DVDRAM GSA-4040B

Modules in -CURRENT

2003-09-03 Thread wintran
Hello, I have 5.1 system and I would like make kernel and modules from -CURRENT sources (src-sys in cvsup file). Make done and I need all new modules (for example snd_ich.ko), but there isn't all modules - http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/modules/ How can I make snd_ich.ko for

make buildworld errors (libcam)

2003-09-03 Thread Michael Bretterklieber
Hi, buildworld fails (cvsup some minutes ago): In file included from /usr/src/sys/cam/scsi/scsi_da.c:51: /usr/src/sys/sys/taskqueue.h:33:2: #error no user-servicable parts inside mkdep: compile failed bye, -- --- -- Michael

Re: make buildworld errors (libcam)

2003-09-03 Thread Don Lewis
On 3 Sep, Michael Bretterklieber wrote: Hi, buildworld fails (cvsup some minutes ago): In file included from /usr/src/sys/cam/scsi/scsi_da.c:51: /usr/src/sys/sys/taskqueue.h:33:2: #error no user-servicable parts inside mkdep: compile failed The following patch works for me: Index:

make buildworld broken in telnetd

2003-09-03 Thread Shin-ichi Yoshimoto
make buildworld broken in libexec/telnetd. [snip] === libexec/telnetd cc -O -pipe -march=pentium4 -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -I/usr/src/l ibexec/telnetd/../../contrib/telnet -DINET6 -DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD -Dnet_write=te

dirtybuf: 0xc643f000 interlock is not locked but should be

2003-09-03 Thread Don Lewis
I just upgraded to a fresh version of -current and started getting a lot of these vnode lock violation messages when running with the DEBUG_VFS_LOCKS kernel option. I only ever saw the stack trace below, but it is not obvious to me that other callers of getdirtybuf() would not have the same

Re: make buildworld errors (libcam)

2003-09-03 Thread Michael Bretterklieber
Hi, On Wed, 3 Sep 2003, Don Lewis wrote: The following patch works for me: Index: sys/cam/scsi/scsi_da.c === RCS file: /home/ncvs/src/sys/cam/scsi/scsi_da.c,v retrieving revision 1.157 diff -u -r1.157 scsi_da.c ---

[patch] FreeBSD Port: nvidia-driver-1.0.4365

2003-09-03 Thread Harald Schmalzbauer
Hello all, with today's -current the nvidia port failed to compile. With a bit luck I found that there seems to be a misstype in the src/nvidia_sysctl.c. I'm no programmer so I don't know if this has changed recently or if it has always been an error but the old gcc didn't complain (I think

Re: [patch] FreeBSD Port: nvidia-driver-1.0.4365

2003-09-03 Thread Sergey A. Osokin
On Wed, Sep 03, 2003 at 01:01:55PM +0200, Harald Schmalzbauer wrote: with today's -current the nvidia port failed to compile. With a bit luck I found that there seems to be a misstype in the src/nvidia_sysctl.c. I'm no programmer so I don't know if this has changed recently or if it has

make kernel - no root found, sysinstall - panic

2003-09-03 Thread Niklas Saers Mailinglistaccount
Hi guys, I cvsupped about two hours ago and made myself a world. This, on a system compiled up from 5-CURRENT cvs yesterday, caused a panic when compiling fork in libc. Not getting through this, I figured the worlds were similar enough that I compiled up a new kernel and left the world to be

Re: [patch] FreeBSD Port: nvidia-driver-1.0.4365

2003-09-03 Thread Matt
Sergey A. Osokin wrote: On Wed, Sep 03, 2003 at 01:01:55PM +0200, Harald Schmalzbauer wrote: with today's -current the nvidia port failed to compile. With a bit luck I found that there seems to be a misstype in the src/nvidia_sysctl.c. I'm no programmer so I don't know if this has changed

Re: [patch] FreeBSD Port: nvidia-driver-1.0.4365

2003-09-03 Thread Alexey Dokuchaev
On Wed, Sep 03, 2003 at 03:08:30PM +0400, Sergey A. Osokin wrote: On Wed, Sep 03, 2003 at 01:01:55PM +0200, Harald Schmalzbauer wrote: with today's -current the nvidia port failed to compile. With a bit luck I found that there seems to be a misstype in the src/nvidia_sysctl.c. I'm no

Re: [patch] FreeBSD Port: nvidia-driver-1.0.4365

2003-09-03 Thread Alexey Dokuchaev
On Wed, Sep 03, 2003 at 12:14:52PM +0100, Matt wrote: Sergey A. Osokin wrote: On Wed, Sep 03, 2003 at 01:01:55PM +0200, Harald Schmalzbauer wrote: with today's -current the nvidia port failed to compile. With a bit luck I found that there seems to be a misstype in the

Re: make buildworld errors (libcam)

2003-09-03 Thread Kenneth D. Merry
On Wed, Sep 03, 2003 at 03:03:04 -0700, Don Lewis wrote: On 3 Sep, Michael Bretterklieber wrote: Hi, buildworld fails (cvsup some minutes ago): In file included from /usr/src/sys/cam/scsi/scsi_da.c:51: /usr/src/sys/sys/taskqueue.h:33:2: #error no user-servicable parts inside

Re: ATAng - copying atapi CD

2003-09-03 Thread Sean Kelly
On Wed, Sep 03, 2003 at 07:11:53AM -0400, Bryan Liesner wrote: On Wed, 3 Sep 2003, Martin wrote: Am Di, 2003-09-02 um 18.56 schrieb Bryan Liesner: dd then gets slower and slower until it seems to grind to a halt. I have this problems everywhere (not only ATAng), if I'm trying to read

Re: ATAng - copying atapi CD

2003-09-03 Thread Soren Schmidt
It seems Sean Kelly wrote: I have this problems everywhere (not only ATAng), if I'm trying to read some of my really old CD-Rs. You should know that they are aging. Check the surface of the CD-R (the surface is actually the label!). On few CD-Rs which have been in my car the label

Re: ATAng - copying atapi CD

2003-09-03 Thread Bryan Liesner
On Wed, 3 Sep 2003, Soren Schmidt wrote: No, we're talking about brand new, factory pressed, audio CDs. And on top of that, my Windows XP machine's DVD-ROM was able to raed my *commercial audio CDs* perfectly while the CD-RW in the FreeBSD machine was only able to read about 95% of the

Re: ATAng probe updated please test

2003-09-03 Thread Daniel Rock
D. Rock schrieb: Soren Schmidt schrieb: I've gone over the probe code once again. Please test, and in case it fails to detect or misdetects anything, mail me the output of dmesg from a verbose boot, and state what devices actually are there. Hi, again no luck. Same problem persists, the devices

Re: ATAng probe updated please test

2003-09-03 Thread Putinas
looks like and my problem with sil 3112 which still exist... - Original Message - From: Daniel Rock To: Soren Schmidt Cc: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 16:15 PM Subject: Re: ATAng probe updated please test Just an additional notice: Booting in PIO mode (by

Re: ATAng probe updated please test

2003-09-03 Thread Soren Schmidt
It seems Daniel Rock wrote: Just an additional notice: Booting in PIO mode (by setting hw.ata.ata_dma=0 in /boot/loader.conf): [...] GEOM: create disk ad0 dp=0xc10b3b70 ad0: 9671MB IBM-DTTA-351010 [20960/15/63] at ata0-master PIO4 GEOM: create disk ad1 dp=0xc10b3470 ad1: 1221MB Seagate

5.1: make installworld: broken?

2003-09-03 Thread Christian Wittenhorst
weather# make installworld Running test variables PASS: Test variables detected no regression, output matches. Running test targets PASS: Test targets detected no regression. Running test sysvmatch PASS: Test sysvmatch detected no regression. Running test lhs_expn PASS: Test lhs_expn detected no

Re: make buildworld broken in telnetd

2003-09-03 Thread Shin-ichi Yoshimoto
Subject: make buildworld broken in telnetd, On Wed, 3 Sep 2003 19:14:10 +0900, Shin-ichi Yoshimoto wrote: make buildworld broken in libexec/telnetd. I tried to backout share/bsd.lib.mk from rev.1.152 to rev 1.151, buildworld is ok. Is the rev.1.152 anything wrong ? -- Shin-ichi YOSHIMOTO

scheduling

2003-09-03 Thread Andy Farkas
Not to flog a dead horse, but scheduling seems to be very broken this month. I am subjectively watching my smp box do a: 'cd /usr/ports/www/apache2 ; make all' in one window, and 'cd cd /usr/ports/databases/mysql40-server/ ; make all' in another window, and most disturbingly a 'top -S' in a

Re: Filesystem problem

2003-09-03 Thread Kevin Bockman
Although this is a pretty dead thread now, I just wanted to post my fix for the archives. I figured out that this was due to quotas. I made a blank quota.user and quota.group (?) file since I turned off check_quota (?) in rc.conf which said it would slow the boot (so I didn't turn it on!). It

make buildworld b0rked (libkrb5)

2003-09-03 Thread Michael Bretterklieber
Hi, make buildworld (cvsup some minutes ago) fails: during linking of telnetd: /usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to '_ossl_old_des_set_key' /usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to 'RAND_write_file' /usr/obj/usr/src/i386/usr/lib/libkrb5.so:

Re: FreeBSD 5.1-R kernel panic

2003-09-03 Thread Stephane Raimbault
Hi Bosko, Well a couple weeks ago I re-cvsup'd to current since I had missed one of your updates it would seem by a day. I still had the panic occur... so I did as suggested and upped my KVA. I did the following: In the kernel options KVA_PAGES=400 options NMBCLUSTERS=8192

Re: scheduling

2003-09-03 Thread Steve Kargl
On Thu, Sep 04, 2003 at 03:24:13AM +1000, Andy Farkas wrote: Not to flog a dead horse, but scheduling seems to be very broken this month. I am subjectively watching my smp box do a: 'cd /usr/ports/www/apache2 ; make all' in one window, and 'cd cd /usr/ports/databases/mysql40-server/

ATAng + atapicam broke for me

2003-09-03 Thread arno
Hello, shortly after last sunday, ATAng broke for me with atapicam enabled; on a Toshiba Satelite 6000 Notebook; first versions of ATAng worked flawlessly with atapicam, never tested without. Things broke when the newer probe-code for CD-slaves etc was introduced. Now it hangs as follows :

Kerberos/telnet broken?

2003-09-03 Thread Harald Schmalzbauer
Hi all, after re-cvsupping it seems to me something kerberos library related is broken: cc -O -pipe -march=pentiumpro -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK -I/usr/src/libexec/telnetd/../../contrib/telnet -DINET6 -DAUTHENTICATION -DENCRYPTION -DKRB5 -DFORWARD

RE: make buildworld b0rked (libkrb5)

2003-09-03 Thread Mike Jakubik
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Bretterklieber Sent: Wednesday, September 03, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: make buildworld b0rked (libkrb5) Hi, make buildworld (cvsup some minutes ago) fails: during linking

NVidia Port Problems with kernel

2003-09-03 Thread Pau Rodriguez
Hello! I'm a FreeBSD 5.1-CURRENT user and I use NVidia card. While I'm building 'ports/x11/nvidia-driver' make return errors cd /usr/ports/x11/nvidia-driver;make #ERRORS /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-4365/src/nvidia_sysctl.

Re: NVidia Port Problems with kernel

2003-09-03 Thread Harald Schmalzbauer
On Wednesday 03 September 2003 21:17, Pau Rodriguez wrote: Hello! I'm a FreeBSD 5.1-CURRENT user and I use NVidia card. While I'm building 'ports/x11/nvidia-driver' make return errors Either re-cvsup, the HAEDERTYPE-HDRTYPE change got the old as alias, or create a folder named files in

build error in chpass

2003-09-03 Thread masta
Hello, I found an error in my make world with sources cvsup'ed as of this morning. I am using WITH_DYNAMICROOT in my make.conf. === usr.bin/chpass cc -O -pipe -mcpu=pentiumpro -DYP -I/usr/src/usr.bin/chpass/../../usr.sbin/pwd_mkdb -I/usr/src/usr.bin/chpass/../../lib/libc/gen -I.

usb mouse : /dev/ums0 not created ...

2003-09-03 Thread Ivan Georgiev
Hello, I am trying to use a USB mouse on 5.1-CURRENT (compiled today from the src), but the /dev/ums0 is not created by the device ... Tried with and without ACPI - in either case the ums0 is not created. in dmesg I see: ... device_probe_and_attach: ums0 attach returned 6 ugen0: setting

Re: NVidia Port Problems with kernel

2003-09-03 Thread Sergey A. Osokin
On Wed, Sep 03, 2003 at 09:17:21PM +0200, Pau Rodriguez wrote: I'm a FreeBSD 5.1-CURRENT user and I use NVidia card. While I'm building 'ports/x11/nvidia-driver' make return errors cd /usr/ports/x11/nvidia-driver;make #ERRORS

Re: scheduling

2003-09-03 Thread Julian Elischer
-current? libkse? libthr? SCHED_ULE? SCHED_4BSD? On Thu, 4 Sep 2003, Andy Farkas wrote: Not to flog a dead horse, but scheduling seems to be very broken this month. I am subjectively watching my smp box do a: 'cd /usr/ports/www/apache2 ; make all' in one window, and 'cd cd

Re: Compaq desktop does not work without ACPI

2003-09-03 Thread Oleg Polyakov
From: Doug White [EMAIL PROTECTED] On Tue, 2 Sep 2003, Oleg Polyakov wrote: I upgraded old Compaq Despro EP from 5.1-Release to Current as of Aug 27th (cvsupped) and last line I see after boot is Mounting root from ufs:/dev/ad0s1a. The box just can't go past this point. boot -v gives

Re: NVidia Port Problems with kernel

2003-09-03 Thread Evan Dower
I suspect you (and many others) will find these pages useful: Current FreeBSD Problem Reports page http://www.freebsd.org/cgi/query-pr-summary.cgi The problem you are having is listed here as ports/56157 and there are others relating to nvidia-driver as well (and many others related to other

ufs2 crashes

2003-09-03 Thread Petri Helenius
I´ve been getting these crashes on a DVD-RAM filesystem which gets unmounted, newfs´d, remounted and used. No specific pattern though but they are quite frequent. Not sure if these came after or before ATAng. db trace Debugger(c03e1565,0,c03f09e4,dd7309d0,100) at Debugger+0x55

NFS writes over a VLAN trunk wedges system

2003-09-03 Thread Peter Jeremy
I have a system running 5.1-RELEASE-p2 which is an NFS client of another FreeBSD (4.x) machine. When I have the NFS mount via a VLAN the system reliably hangs (no response to console, including Ctrl-Alt-Esc). This is a default NFS mount (no options) and I am trying to do a buildworld with

Re: bktr(4) bufs plus patch

2003-09-03 Thread Jens Rehsack
Michal Mertl wrote: I found 2 bugs and some potential problems in bktr(4) code. Bug 1: Compilation with options BKTR_USE_FREEBSD_SMBUS failes. Error is that code tries to use iicbus which isn't defined where it looks for it. I added it there and the compilation and detection goes fine. I don't

Re: NVidia Port Problems with kernel

2003-09-03 Thread Pau Rodriguez
Really thank-you!! It runs perfect-ly. I have changed it manualy but it compiles perfectly. Really thanks for all team that answerme fastly. thanks! On Wed, 3 Sep 2003 21:24:05 +0200 Harald Schmalzbauer [EMAIL PROTECTED] wrote: On Wednesday 03 September 2003 21:17, Pau Rodriguez wrote:

Re: bktr(4) bufs plus patch

2003-09-03 Thread John-Mark Gurney
Jens Rehsack wrote this message on Wed, Sep 03, 2003 at 22:03 +: Michal Mertl wrote: I found 2 bugs and some potential problems in bktr(4) code. Bug 1: Compilation with options BKTR_USE_FREEBSD_SMBUS failes. Error is that code tries to use iicbus which isn't defined where it looks for

Re: usb mouse : /dev/ums0 not created ...

2003-09-03 Thread Mark Dixon
Ivan Georgiev wrote: Hello, I am trying to use a USB mouse on 5.1-CURRENT (compiled today from the src), but the /dev/ums0 is not created by the device ... Tried with and without ACPI - in either case the ums0 is not created. in dmesg I see: ... device_probe_and_attach: ums0 attach returned

Re: bktr(4) bufs plus patch

2003-09-03 Thread Jens Rehsack
John-Mark Gurney wrote: Jens Rehsack wrote this message on Wed, Sep 03, 2003 at 22:03 +: Michal Mertl wrote: I found 2 bugs and some potential problems in bktr(4) code. Bug 1: Compilation with options BKTR_USE_FREEBSD_SMBUS failes. Error is that code tries to use iicbus which isn't defined

lockorder reversal on vm_object.c vm_kern.c (with backtrace)

2003-09-03 Thread Nick H. - Network Operations
Got this error today when I dropped out of X/KDE. First time I've seen it pop up when dropping out of X/KDE. Machne got real sluggish when I did exit out and took a couple of minutes for console to re-appear and the first thing that jumped across when console did come back up was the following:

Re: Question related to FreeBSD Serial Console...

2003-09-03 Thread Matthew D. Fuller
On Tue, Sep 02, 2003 at 12:18:51PM +0100 I heard the voice of [EMAIL PROTECTED], and lo! it spake thus: Keyboard and mouse manufacturers usually give dire warnings about plugging in PS/2 devices when the machine is powered up, maybe that's the reason why. I think it's more because the

Re: 5.2-RELEASE TODO

2003-09-03 Thread Peter Wemm
Scott Long wrote: David O'Brien wrote: On Mon, Sep 01, 2003 at 10:00:17AM -0400, Robert Watson wrote: |-+---+-+| | | | | Productionable | | |

Re: make buildworld broken in telnetd

2003-09-03 Thread Manfred Antar
At 01:03 AM 09/04/2003 +0900, Shin-ichi Yoshimoto wrote: Subject: make buildworld broken in telnetd, On Wed, 3 Sep 2003 19:14:10 +0900, Shin-ichi Yoshimoto wrote: make buildworld broken in libexec/telnetd. I tried to backout share/bsd.lib.mk from rev.1.152 to rev 1.151, buildworld is ok. Is the

config(8) KERNEL setting

2003-09-03 Thread John Birrell
In a RELENG_4 kernel build, I'm accustomed to setting 'config foo' in a kernel configuration file and ending up with a kernel called 'foo'. In current, kern.pre.mk contains: KERNEL_KO?= kernel KERNEL?=kernel KODIR?= /boot/${KERNEL} however kern.post.mk only uses KERNEL_KO,

Re: build error in chpass

2003-09-03 Thread Doug White
On Wed, 3 Sep 2003 [EMAIL PROTECTED] wrote: I found an error in my make world with sources cvsup'ed as of this morning. I am using WITH_DYNAMICROOT in my make.conf. I'm getting the same thing minus WITH_DYNAMICROOT. I think bsd.lib.mk rev 1.152 is the culprit. I'm doing a rebuild with that

Re: Compaq desktop does not work without ACPI

2003-09-03 Thread Doug White
On Wed, 3 Sep 2003, Oleg Polyakov wrote: Hm, ATAng went in since 5.1-R, so I wonder if it is having issues reading from the disk then. How long have you let it sit trying to start init? Does it give random disk errors? I let it try to start for about an hour three or four times... It just

Re: config(8) KERNEL setting

2003-09-03 Thread Doug White
On Thu, 4 Sep 2003, John Birrell wrote: however kern.post.mk only uses KERNEL_KO, so even though config(8) has set KERNEL for me, that name only gets used for the boot directory. There doesn't seem to be any way of getting KERNEL_KO set from the kernel config file. If you change the name of

ATAng boot up hang

2003-09-03 Thread Anish Mistry
Sometimes when booting after a non-graceful shutdown, the harddisk and cdrom drives cause the bootup to hang while probing for them. Sometimes is finds the ad0, but then hangs when it gets to acd0, sometimes it hangs at ad0 too. I then have to boot to a pre-ATAng kernel to continue. --