Re: make buildkernel hang with SCHED_ULE

2003-08-14 Thread Bruce M Simpson
On Thu, Aug 14, 2003 at 05:45:28PM -0400, Adam Migus wrote: > I also do testing on a dual Althon and honestly didn't bother to > research whether they'd have any affect. Could/would they be > causing a problem? I'll recompile without them and try again at any > rate. They are old options for ena

Re: clock works slowly when I change CPU speed

2003-08-14 Thread MATOBA Hirozumi
On Thu, 2003-08-14 at 19:50, Nate Lawson wrote: > This indicates that the problem was introduced in a kernel change between > Aug 2 and Aug 9 and that acpi is not at fault. Try searching the cvs-all > archives between those dates (and perhaps narrowing the date more). I misunderstand Nate Lawson

USB KVM/Keyboard vs. FreeBSD.....

2003-08-14 Thread Jeff Jonze
I have a small issue with my KVM/keyboard. It's a IOGear Miniport (all USB). Has no problem with switching, detaches fine, and sees the KVM, keyboard, and mouse. It recognizes them all. But the keyboard (Logitech Elite corded) doesn't work. It has power (LEDs), but no typing. It works fine un

Re: Kernel compile errors

2003-08-14 Thread Kris Kennaway
On Thu, Aug 14, 2003 at 11:11:35PM +0200, Stefan Malte Schumacher wrote: > 42 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 > and I am having problems with make lint as well as with building a new kernel. > I have just updated /usr/src/sys with cvsup using tag=RELENG_5_1. "Make

Re: Troubles while mounting ext2 from 5.1-RELEASE

2003-08-14 Thread Olivier Cortes
Hi, by default, ext2fs support is not built in the kernel AND the kld isn't built. either put options EXT2FS in your kernel config file or set WANT_EXT2FS_MODULE=yes in /etc/make.conf Whatever way you choose, you must have the source of the kernel, and rebuild it with make buildkernel &&

RE: Change to kernel+modules build approach

2003-08-14 Thread Andrew Gallatin
John Baldwin writes: > > On 14-Aug-2003 Andrew Gallatin wrote: > > > > John Baldwin writes: > > > > > > On 14-Aug-2003 Ruslan Ermilov wrote: > > > > On Thu, Aug 14, 2003 at 02:10:19AM -0600, Scott Long wrote: > > > >> Luoqi Chen wrote: > > > > [...] > > > >> >On the other hand,

Change to kernel+modules build approach

2003-08-14 Thread Ruslan Ermilov
On Thu, Aug 14, 2003 at 02:10:19AM -0600, Scott Long wrote: > Luoqi Chen wrote: [...] > >On the other hand, all modules should create all the opt_*.h files > >it needs when built individually. Add opt_ddb.h to nullfs's Makefile > >should fix the breakage. > > > Our kernel build system isn't set up

Re: make buildkernel hang with SCHED_ULE

2003-08-14 Thread Adam Migus
Bruce M Simpson said: > On Mon, Aug 11, 2003 at 11:09:44PM -0400, Adam Migus wrote: >> The hardware is a dual Xeon box. The kernel is SMP w/ SCHED_ULE >> instead of SCHED_4BSD, the options required for diskless and the >> following two options: >> >> options CPU_FASTER_5X86_FPU >> options

Re: clock works slowly when I change CPU speed

2003-08-14 Thread Bob Fleck
On Thu, 2003-08-14 at 19:50, Nate Lawson wrote: > This indicates that the problem was introduced in a kernel change between > Aug 2 and Aug 9 and that acpi is not at fault. Try searching the cvs-all > archives between those dates (and perhaps narrowing the date more). To help narrow the date: I'

Kernel compile errors

2003-08-14 Thread Stefan Malte Schumacher
Hi I hope I am using the correct mailinglist. I am using FreeBSD avalon.fantasy.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55: 42 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 and I am having problems with make lint as well as with building a new kernel. I have jus

Re: kernel failing to build

2003-08-14 Thread Kris Kennaway
On Thu, Aug 14, 2003 at 05:28:54PM +0200, Guido Falsi wrote: > I's been a few days, the kernel on my machine is failing to build in the > same point...I tried cvsupping at various times. > > The system is a -current from 19 July. Build your kernel with WERROR= as discussed on this list. Kris pg

Re: usbd does not use detach

2003-08-14 Thread Olivier Cortes
Le Mer 06/08/2003 à 17:55, Jan Stocker a écrit : > Does nobody has this problem or does noone use this feature? the problem i see with detach is the "utility" of the command. example: my digital photo recorder. i have an attach script to mount automatically the partition on the cooresponding umas

Re: usbd does not use detach

2003-08-14 Thread Eric Jacobs
On Thu, 14 Aug 2003 14:30:06 + Olivier Cortes <[EMAIL PROTECTED]> wrote: > Le Mer 06/08/2003 à 17:55, Jan Stocker a écrit : > > Does nobody has this problem or does noone use this feature? > > the problem i see with detach is the "utility" of the command. > > example: my digital photo record

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Cameron Grant
It's also handy if you don't have external speakers hooked up to a machine, and want something better than beeps. Would it be a useful exercise for the minority(?) of users who use this driver to either see if it can be effectively newbussed or turned into a port or both? i'd quite like to see it r

Re: pci configuration

2003-08-14 Thread Bruce M Simpson
On Wed, Aug 13, 2003 at 05:51:09PM +0300, Petri Helenius wrote: > > True, those parameters are available, but the original question was > > about reporting the bus width and frequency, which are not available. > How can these parameters be displayed? Generally I measure PCI bus frequency by attach

Re: make buildkernel hang with SCHED_ULE

2003-08-14 Thread Bruce M Simpson
On Mon, Aug 11, 2003 at 11:09:44PM -0400, Adam Migus wrote: > The hardware is a dual Xeon box. The kernel is SMP w/ SCHED_ULE > instead of SCHED_4BSD, the options required for diskless and the > following two options: > > options CPU_FASTER_5X86_FPU > options CPU_UPGRADE_HW_CACHE

Re: clock works slowly when I change CPU speed

2003-08-14 Thread MATOBA Hirozumi
From: Nate Lawson <[EMAIL PROTECTED]> Date: Thu, 14 Aug 2003 12:50:17 -0700 (PDT) | Try searching the cvs-all | archives between those dates (and perhaps narrowing the date more). Thank you for your advice. I will try this method. (reading source, or by doing cvsup with "date=" optio

RE: Change to kernel+modules build approach

2003-08-14 Thread John Baldwin
On 14-Aug-2003 Andrew Gallatin wrote: > > John Baldwin writes: > > > > On 14-Aug-2003 Ruslan Ermilov wrote: > > > On Thu, Aug 14, 2003 at 02:10:19AM -0600, Scott Long wrote: > > >> Luoqi Chen wrote: > > > [...] > > >> >On the other hand, all modules should create all the opt_*.h files > >

Re: FreeBSD 5.1-R kernel panic

2003-08-14 Thread Stephane Raimbault
Hi Bosko, This is the output of sysctl vm.zone about 2 minutes before the crash occured. let me know if there is anything else I can provide you for this crashing problem. vm.zone: ITEMSIZE LIMIT USEDFREE REQUESTS FFS2 dinode: 256,0, 169095, 2670, 3126952

Re: clock works slowly when I change CPU speed

2003-08-14 Thread Nate Lawson
On Fri, 15 Aug 2003, MATOBA Hirozumi wrote: > | Between Aug 2 and 9, there were no significant changes to ACPI. > > I tryed sets of kernel and acpi.ko. > > kenel acpi.ko clock works on CPU speed as 4 > > Aug 2 Aug 2 normally > Aug 9 Aug 9 slowly > Aug

Re: usbd does not use detach

2003-08-14 Thread John-Mark Gurney
Eric Jacobs wrote this message on Thu, Aug 14, 2003 at 11:01 -0400: > In addition, the DETACH_FORCE and DETACH_EJECTED flags could > be mapped to appropriate flag values for the other subsystems, such > as MNT_FORCE and (a new) MNT_EJECTED flag for VFS. This is a bit more complex than this. There

Re: if_xl borked in current!!

2003-08-14 Thread Andreas Klemm
On Wed, Aug 13, 2003 at 02:34:38PM +0200, Soeren Schmidt wrote: > > Upgraded laptop from 5.1 to -current was as usual a bad idea, this > time the xl driver broke (and wi is still useless BTW) leaving me > with no networks working :( Well, you lucky one, when I insert a Xircom PCMCIA card -current

Re: FreeBSD 5.1-R kernel panic

2003-08-14 Thread Stephane Raimbault
Hi Bosko, I've setup a cronjob every 5 minutes to e-mail me the requested data "sysctl vm.zone". The crashing is re-occuring, it seems to happen every day and a half or so. We did not fix the problem, but we did leave it at about a week and half ago when you suggested to update to -CURRENT from -

Re (long): A-DATA flash drive: some oddities and how to add USBquirks

2003-08-14 Thread Igor B. Bykhalo
From: "Nate Lawson" <[EMAIL PROTECTED]> To: "Igor B. Bykhalo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 2:56 AM Subject: Re: A-DATA flash drive: some oddities and how to add USB quirks > Looking at your dmesg output, I see that your drive is reporting that it's

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Dr. Richard E. Hawkins
On Wed, Aug 13, 2003 at 11:35:14AM -0400, John Baldwin wrote: > On 13-Aug-2003 Dr. Richard E. Hawkins wrote: > > On Tue, Aug 12, 2003 at 08:33:57PM -0500, Cagle, John (ISS-Houston) wrote: > >> I think the valid settings are only 0 or 1, with the default being 1 > >> which will disable all logical

Re: 5.1, Data Corruption, Intel, Oh my! [patch] - Fatal trap 12

2003-08-14 Thread Peter Edwards
On Wed, 2003-08-13 at 07:38, Terry Lambert wrote: > Peter Edwards wrote: > > > ... He might also want to look for any function pointer > > > that takes 5 arguments; > > > > Nice tactic, but misleading in this case, methinks. > > > > I assume your basing this on the 5 arguments shown in the backtr

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread John Baldwin
On 13-Aug-2003 Dr. Richard E. Hawkins wrote: > On Wed, Aug 13, 2003 at 11:35:14AM -0400, John Baldwin wrote: > >> On 13-Aug-2003 Dr. Richard E. Hawkins wrote: >> > On Tue, Aug 12, 2003 at 08:33:57PM -0500, Cagle, John (ISS-Houston) wrote: >> >> I think the valid settings are only 0 or 1, with the

-current install: panics if PCMCIA card (Xircom REM56-100) isinserted

2003-08-14 Thread Andreas Klemm
Tried to install FreeBSD 5.1 on my Toshiba Satellite Pro 4360. No matter if ACPI enabled or disabled (boot option 1/2) it panics after displaying: Timecounter "TSC" frequency 696583708 Hz Timecounter tick every 10. msec Fatal trap 12: page fault while in kernel mode current process: 6 (cbb0)

Deadlock [PATCH]

2003-08-14 Thread Peter Holm
I have tracked down, what I belive to be the cause of several deadlock situations I have encountered, like http://people.freebsd.org/~pho/stress/cons40.html. The problem seems to be the 4bsd scheduler, that does not preempt correctly. I've included a patch that fixes the problem for me. -- Peter

kernel failing to build

2003-08-14 Thread Guido Falsi
I's been a few days, the kernel on my machine is failing to build in the same point...I tried cvsupping at various times. The system is a -current from 19 July. this is the error, I'm attaching my kernel config. cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi

Re: ACPI battery state and resume not working on Inspiron 5150

2003-08-14 Thread John Baldwin
On 06-Aug-2003 Barney Wolff wrote: > On Wed, Aug 06, 2003 at 03:31:01PM -0400, Joe Marcus Clarke wrote: >> ACPI-1287: *** Error: Method execution failed >> [\\_SB_.PCI0.LPCB.BAT1._STA] (Node 0xc6137640), AE_NOT_EXIST > > I would not expect BAT1 to exist unless you have 2 batteries installed.

Re: TESTERS WANTED for ATAng preview 1

2003-08-14 Thread Soeren Schmidt
It seems Gavin Atkinson wrote: > I'm using ATAng-20030809-1.tgz on top-of-tree current on hardware detected > with the old ATA code as: > > atapci0: port 0xffa0-0xffaf,0-0x3,0-0x7,0-0x3,0-0x7 > at device 31.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > atapci1

distcc and freebsd

2003-08-14 Thread Christer Gundersen
anyone gotten this to work? It seems like I cant. I followed the howto on their page, but it seems like distccd dont startup right. ('ps aux' shows distccd running) Like, distccd runs but it dont open the port that it needs. I even tried using 'distccd --daemon -p 80' , but nmap did not find it, no

Re: LOR with filedesc structure and Giant

2003-08-14 Thread Kris Kennaway
On Mon, Aug 11, 2003 at 03:09:32PM -0700, Kris Kennaway wrote: > On Fri, Aug 08, 2003 at 11:11:12PM -0700, Kris Kennaway wrote: > > Aug 9 11:29:50 dosirak kernel: lock order reversal > > Aug 9 11:29:50 dosirak kernel: 1st 0xcf3fa334 filedesc structure (filedesc > > structure) @ kern/sys_generic.

driver maintainers, please help

2003-08-14 Thread Lukas Ertl
Hi there, this is a call for help from the various driver maintainers. In a recent discussion on -doc it has come out that several manpages are not in sync with what's listed in the 5.1 Hardware Notes, and I'm currently trying to update those manpages. Unfortunately, for some devices (especially

Re: help! 5.1 doesn't want to start my nic :)

2003-08-14 Thread Scot W. Hetzel
From: "Charlie Schluting" <[EMAIL PROTECTED]> > I ran /etc/rc.d/netif manually, and it said it couldn't find > /etc/network.subr, so I copied that over manually, rebooted, and the > interfaces still didn't start. But, if I run /etc/rc.d/netif manually, > it starts just fine now! Yes, the file has e

Problem with dhclient & wi0 on resume.

2003-08-14 Thread Mark Sergeant
I've got a toshiba portege 4000 with inbuilt wi0 wireless card. On resume dhclient kicks off straight away which then breaks as the card isn't loaded as yet. Is there anyway to specify a sleep value for dhclient on resume from suspend ? I'm running current from today, I should note I'm also seeing

Re: -0166: *** Error: UtAllocate: Attempt to allocate zero bytes

2003-08-14 Thread Nate Lawson
There is supposed to be a workaround for this in the current acpi version but apparently it's not catching all the calls to UtAllocate(). I am tracking down this problem. You can do: acpidump -o christoph.dsdt > christoph.asl and then send me a URL to those two files. Also, see PR bin/54066 I

Re: 5.1, Data Corruption, Intel, Oh my! [patch]

2003-08-14 Thread Kevin Oberman
Bosko, I am seeing a very similar thing on my CURRENT system after applying your patch It's also when probing APM. I suspect it's not an issue with ACPI. It is also at least very similar to the crash I see when I add DISABLE_PSE to my kernel. Here is mine, as transcribed by hand from my IBM T30

Re: "got bad cookie" warnings/errors?

2003-08-14 Thread David Malone
On Sat, Aug 09, 2003 at 09:15:45PM -0700, Lars Eggert wrote: > I can only say that (1) I've been getting these forever, on both -stable > and -current, and (2) I personally have never lost any data. > > However, I have no clue as to why you and I get them, or what they signify. I have a vague fe

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Scott M. Likens
On Tue, 2003-08-12 at 15:41, Brooks Davis wrote: > On Tue, Aug 12, 2003 at 03:38:29PM -0700, Scott M. Likens wrote: > > Well friend of mine just landed a Dual P4 2.4Ghz Xeon with > > Hyperthreading Enabled, and yet I know there's a hyperthreading option > > in 4.8-RELEASE but I don't see one at ALL

loader.conf "Error: stack overflow"

2003-08-14 Thread Lucky Green
Using -CURRENT as of a few hours ago: --- FreeBSD/i386 bootstrap loader, Revision 1.1 ([EMAIL PROTECTED], Sun Aug 10 13:37:08 CEST 2003) Loading /boot/defaults/loader.conf Error: stack overflow \ /boot/kernel/kernel text=0x30ee80 data=0x33f98+0x57160 syms=[0x4+0x3c2d0+0x4+0x4 a11b] Hit [Enter]

Re: pci configuration

2003-08-14 Thread Petri Helenius
> > True, those parameters are available, but the original question was > about reporting the bus width and frequency, which are not available. > How can these parameters be displayed? (whether the original question was only for the specifically mentioned parameters is actually matter of semanti

Re: pci configuration

2003-08-14 Thread Doug White
On Tue, 12 Aug 2003, Petri Helenius wrote: > Is there way to view PCI / PCI-X configuration with bus-width and clock > values when FreeBSD has already booted? If you know where in PCI config space to look you could use pciconf to query it. Can't say I've heard of PCI speed negotiation issues, th

Re: openpam_load_module():no pam_wheel.so found

2003-08-14 Thread Christoph P. Kukulies
On Sun, Aug 10, 2003 at 10:08:15AM -0400, Robert Watson wrote: > > On Sun, 10 Aug 2003, Christoph Kukulies wrote: > > > When I do an su command from a normal user on my 5.1-current of > > yesterday I'm getting a segfault/core dump. > > > > /var/log/messages then shows: > > Aug 10 15:27:44 kukub

Re: Best Known Methods for dual booting WinXP + -current

2003-08-14 Thread Wilko Bulte
On Thu, Aug 07, 2003 at 06:49:55PM -0700, David O'Brien wrote: > On Thu, Aug 07, 2003 at 03:40:27PM -0500, Cagle, John (ISS-Houston) wrote: > > Had to use FFS filesystem since Grub doesn't support UFS. > ^^^ > UFS1 ^

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Dr. Richard E. Hawkins
On Tue, Aug 12, 2003 at 08:33:57PM -0500, Cagle, John (ISS-Houston) wrote: > I think the valid settings are only 0 or 1, with the default being 1 > which will disable all logical CPUs. If you want to enable the extra > logical CPUS, then set it to 0 (zero). They will come online > immediately.

Re: dhclient problem with xl0

2003-08-14 Thread Craig Rodrigues
On Sat, Aug 09, 2003 at 06:21:43PM +0200, Martin Blapp wrote: > > Hi, > > Adapted to the newst source-version, the patch will look like > this. After I got home, I'll test it. OK, this is weird. I did not use your change to dhclient. However, I did use Matthew Dodd's change to if_xl.c. I rebuil

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Brooks Davis
On Tue, Aug 12, 2003 at 05:05:49PM -0600, Stephane Raimbault wrote: > Hi Brooks, > > I'm curious, what should that option be set to if one does have an SMP > kernel running on 2x 2.4Ghz Xeon Processors (Hyper thread enabled) > > Mine is currently set to > machdep.hlt_logical_cpus: 1 Set it to 0

Re: LOR with filedesc structure and Giant

2003-08-14 Thread Kris Kennaway
On Fri, Aug 08, 2003 at 11:11:12PM -0700, Kris Kennaway wrote: > Aug 9 11:29:50 dosirak kernel: lock order reversal > Aug 9 11:29:50 dosirak kernel: 1st 0xcf3fa334 filedesc structure (filedesc > structure) @ kern/sys_generic.c:895 > Aug 9 11:29:50 dosirak kernel: 2nd 0xc070a8e0 Giant (Giant) @

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Mark Murray
Dan Nelson writes: > In the last episode (Aug 13), Julian Elischer said: > > Well I'm not too happy about this.. > > > > It's the only audio I have on my TI-810 laptop. That is however not > > running -current yet. > > > > I'm also not pleased from the perspective that this is the only major > >

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Brooks Davis
On Tue, Aug 12, 2003 at 03:38:29PM -0700, Scott M. Likens wrote: > Well friend of mine just landed a Dual P4 2.4Ghz Xeon with > Hyperthreading Enabled, and yet I know there's a hyperthreading option > in 4.8-RELEASE but I don't see one at ALL in 5.1? > > am I suddenly blind or do I need to cvsup t

Re: mergemaster chokes on etc/sendmail

2003-08-14 Thread Andre Guibert de Bruet
I'm seeing this my laptop too. CVSUP'ed 10 minutes ago. > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/> On Wed, 13 Aug 2003, Poul-Henning Kamp wrote: > > cd /freebsd/src/etc/sendmail; make distribution > install -o root -g

5.1, Data Corruption, Intel, Oh my! [patch]

2003-08-14 Thread Bosko Milekic
[If you're not interested in the history and technical information, and just want to try this out, please scroll down to after the [*]]. Hi, Over the past few months, it seems that some of our 5.x users have been plagued by various random data corruption problems on some version(s) of the

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Have you done a "ifconfig xl0 0.0.0.0 up" before ? > xl0: No Link on interface I think I'll have to support this, if the interface is not initialized. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Mozilla V1.3.1 crashing on FreeBSD 5.1-C (older cvsup level)

2003-08-14 Thread Joe Marcus Clarke
On Wed, 2003-08-06 at 10:18, Tom Parquette wrote: > Joe, > I cvsuped my ports tree and portupgraded mozilla and mozilla-gtk2 (I > never noticed there were two flavors installed until now.) > As a quick sidenote, the descriptions of the two ports are functionally > identical. I noticed minor tool

USB connects my DigiCam to 8 devices the same time.....

2003-08-14 Thread Jan Stocker
After attaching my digicam (new kernel without quirks): Aug 13 16:39:50 Twoflower kernel: umass0: MINOLTA DIMAGE 2330 ZOOM DIMAGE2330ZOOM, rev 1.00/1.00, addr 2 Aug 13 16:39:50 Twoflower kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Aug 13 16:39:50 Twoflower kernel: da0: Removable Direct Acce

Re: Problem with PS/2 mouse driver in XFree86 4.3.0

2003-08-14 Thread Mike Bohan
Yes, adding hint.acpi.0.disabled="1" to /boot/device.hints fixed the mouse problem. While this is somewhat pleasing, it also leaves me with uncertainty. I tried tweaking basically every CMOS combination I could think of. Do you suppose this is an incompatability between the apci driver and my m

HEADSUP: pca driver being retired.

2003-08-14 Thread Poul-Henning Kamp
I plan to remove the pca driver in about a week. Protest only from actual users respected. If you don't know what pca is or what it does, do not even send email. Thank you! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committ

Re: TESTERS WANTED for ATAng preview 1

2003-08-14 Thread Doug White
On Wed, 13 Aug 2003, Soeren Schmidt wrote: > It seems Gavin Atkinson wrote: > > On Wed, 13 Aug 2003, Soeren Schmidt wrote: > > > It seems Gavin Atkinson wrote: > > > > ata1: spurious interrupt - status=0x7f error=0x7f reason=0x7f > > > > ad0: 19881MB [40395/16/63] at ata0-master UDMA100 > > > > a

Re: USB KVM/Keyboard vs. FreeBSD.....

2003-08-14 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
I think to enable the usb keyboard you need something like: kbdcontrol -i < /dev/kbd1 where /dev/kbd1 is the usb keyboard... Robert On Wed, Aug 13, 2003 at 08:29:28PM -0700, Jeff Jonze wrote: > I have a small issue with my KVM/keyboard. It's a > IOGear Miniport (all USB). Has no problem wit

Re: ACLS on UFS2 from FreeBSD 5.1-RELEASE install.

2003-08-14 Thread Robert Watson
On Fri, 8 Aug 2003, Terry Lambert wrote: > "Daniel C. Sobral" wrote: > > You'll also notice I'm not questioning the _existence_ of ACL. My point > > is that FreeBSD is Unix (no matter what the lawyers say), and people > > don't usually think of ACL when they think of Unix. Ergo, enabling ACL > >

Re: 5.1, Data Corruption, Intel, Oh my! [patch] - Fatal trap 12

2003-08-14 Thread Mark Johnston
Bosko Milekic wrote: > The information I'd like to see, if possible (private mail is OK): > > 1) Your hardware, UP or SMP. UP - the hardware is an IBM Thinkpad A31 with a Pentium 4 "M" chip. ACPI is disabled. > 2) Whether you have PAE turned on. PAE is not enabled. > 3) If you had the data cor

Question about porting KAME IPv6 to CURRENT

2003-08-14 Thread Craig Rodrigues
Hi, Is anyone actively working on importing the latest IPv6 implementation from KAME to CURRENT? I am trying to port the sctp.org implementation of SCTP to -CURRENT, and am getting hung up on the mismatch between KAME's IPv6 implementation and -CURRENT's. I am giving a shot at importing some of

Re: LOR: sigacts vs Giant

2003-08-14 Thread Marcel Moolenaar
On Wed, Aug 13, 2003 at 02:34:15PM -0400, John Baldwin wrote: > > > sendsig() on ia64 drops the lock around the copyout, see line 921 in > machdep.c. It is not reacquired again until the very end of the > function. You could change the assert at the top of the function to > say that sigacts is

Re: [acpi-jp 2583] ACPI sleep_delay caused reboot

2003-08-14 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 11 August 2003 12:01 pm, you wrote: > On Mon, 11 Aug 2003, Anish Mistry wrote: > > I cvsup'd over the weekend and my laptop started to reboot after the second > > resume. I checked the hw.acpi.sleep_delay and the default value seems to be

GCC Java Compiler?

2003-08-14 Thread Sparrevohn, Thomas
Does the Java Compiler under Gcc 3.3 and 3.4 work? It seems to have trouble with the crtx (e.g. main) stuff - but I am not really sure what the "official" status of gcj are? Regards Thomas ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.o

Re: mergemaster chokes on etc/sendmail

2003-08-14 Thread Ruslan Ermilov
On Wed, Aug 13, 2003 at 07:11:13AM +0200, Poul-Henning Kamp wrote: > > cd /freebsd/src/etc/sendmail; make distribution > install -o root -g wheel -m 644 /freebsd/src/etc/sendmail/freebsd.mc freebsd.cf > /var/tmp/temproot/etc/mail > install: freebsd.cf: No such file or directory > *** Error code

Re: smp in 5.1

2003-08-14 Thread Steve Kargl
On Tue, Aug 12, 2003 at 08:25:38AM +1000, Andy Farkas wrote: > On Mon, 11 Aug 2003, Eriq Lamar wrote: > > > Is there any advantage in 5.1 over 4.8 for two amd mp's. and if so could > > someone tell what they are. I am interested in building dual system using > > mp's but not sure which version wou

Re: INET6 in world

2003-08-14 Thread Bruce Cran
On Fri, Aug 08, 2003 at 08:01:30AM -0300, Daniel C. Sobral wrote: > Terry Lambert wrote: > > > > > >1) Machines do not ship with it enabled by default; a > > Windows user has about as much probability of doing > > the necessary work to enable it as they do of making > > something othe

RE: smp in 5.1

2003-08-14 Thread Andre Guibert de Bruet
I guess I'll chime in as well... I have a Dual Athlon 2000+ MP here and it's running like a charm with SCHED_4BSD. Andy > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/> On Mon, 11 Aug 2003, derwood wrote: > I've been runnin

[current tinderbox] failure on amd64/amd64

2003-08-14 Thread Tinderbox
TB --- 2003-08-11 17:34:20 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-08-11 17:34:21 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-08-11 17:35:55 - building world TB --- cd /

-0166: *** Error: UtAllocate: Attempt to allocate zero bytes

2003-08-14 Thread Christoph Kukulies
I was told it comes from the new ACPI those mass messages that are spit during bootup: -0166: *** Error: UtAllocate: Attempt to allocate zero bytes -0166: *** Error: UtAllocate: Attempt to allocate zero bytes -0166: *** Error: UtAllocate: Attempt to allocate zero bytes -0166: *** Error: UtAllocate:

Re: Problem with dhclient & wi0 on resume.

2003-08-14 Thread Mark Sergeant
Unfortunately this system hasn't worked for me. As it is I have a script which lives in rc.d which starts up dhclient with the appropriate wireless options. Unfortunately after each suspend and resume this is what I have to use. If anyone comes up with a solution to this it'd be much appreciated.

repeatable kernel -current panic running /usr/ports version of ntpd

2003-08-14 Thread Aaron Wohl
Im getting a repeatiable kernel panic running /usr/local/bin/ntpd after building and installing from /usr/ports/net/ntp. This is on 5.1 -current less than a week old. Happens on an AMD 1000 processor and intel xeon as well. Anyone else seeing this: cat /etc/ntp.conf restrict default ignore rest

RE: fbsd 4.8 make release question ?

2003-08-14 Thread John Baldwin
On 14-Aug-2003 NIkolay Kalev wrote: > How can the values for BIGBOOT image can be changed so if there is source > patch for the system like ssp make release won;t fail when buidling release.9 > stage ? Use a local patch via LOCAL_PATCHES. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.

Re: Heads up: checking in change to ata-card.c

2003-08-14 Thread Stephen Casner
On Tue, 5 Aug 2003, John Birrell wrote: > On Mon, Aug 04, 2003 at 10:45:39PM -0700, Stephen Casner wrote: > > I tried what I thought might be the equivalent patch (eliminating an > > else clause), but it did not solve the problem. In 4.8-RELEASE I > > sometimes get a system hang and sometimes not

if_xl borked in current!!

2003-08-14 Thread Soeren Schmidt
Upgraded laptop from 5.1 to -current was as usual a bad idea, this time the xl driver broke (and wi is still useless BTW) leaving me with no networks working :( CURRENT: xl0: <3Com 3c575C Fast Etherlink XL> port 0x1000-0x107f mem 0x88002000-0x8800207f,0x88002080-0x880020ff irq 11 at device 0.0 o

Re: New panics

2003-08-14 Thread Lukas Ertl
On Mon, 11 Aug 2003, Lukas Ertl wrote: > Closest comes pmap_is_modified, I guess. Gang, I gladly managed to get a crashdump on the latest panic. It's now clear it happends in pmap_is_modified(). This is a "FreeBSD 5.1-CURRENT #18: Tue Aug 12 18:42:23 CEST 2003" kernel, but with the DISABLE_PSE

Re: clock works slowly when I change CPU speed

2003-08-14 Thread MATOBA Hirozumi
From: Nate Lawson <[EMAIL PROTECTED]> Date: Thu, 14 Aug 2003 11:20:12 -0700 (PDT) | Between Aug 2 and 9, there were no significant changes to ACPI. I | imported the userland tools, added tunable access to an existing variable, | and increased the default sleep delay from 0 to 5. The last one is

Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Scott M. Likens
Well friend of mine just landed a Dual P4 2.4Ghz Xeon with Hyperthreading Enabled, and yet I know there's a hyperthreading option in 4.8-RELEASE but I don't see one at ALL in 5.1? am I suddenly blind or do I need to cvsup to CURRENT to take proper advantage? I am aware of a few problems where som

Re: Porting 4.x code to 5.x: zfreei, zinit, struct vm_zone

2003-08-14 Thread Craig Rodrigues
On Mon, Aug 11, 2003 at 08:23:56PM +, Bosko Milekic wrote: > Take a look at zone(9) in -current. It has been updated, more or > less. Otherwise, glance at src/sys/vm/uma.h, which is decently > documented for what concerns exported API. Thanks for this pointer. This API is not too diff

RE: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Cagle, John (ISS-Houston)
I think the valid settings are only 0 or 1, with the default being 1 which will disable all logical CPUs. If you want to enable the extra logical CPUS, then set it to 0 (zero). They will come online immediately. John Cagle [EMAIL PROTECTED] Principal Member T

Re: driver maintainers, please help

2003-08-14 Thread David O'Brien
On Wed, Aug 13, 2003 at 03:11:35PM +0200, Lukas Ertl wrote: > this is a call for help from the various driver maintainers. In a recent > discussion on -doc it has come out that several manpages are not in sync > with what's listed in the 5.1 Hardware Notes, We also have several drivers in 5.1 tha

What parts of disk geometry are relevant?

2003-08-14 Thread James Quick
I'm setting up 5.1 with a couple of new drives. Sysinstall, and for that matter, any combination of command line tools, all seem have different ideas about geometry. Sysinstall would use any of the numbers I threw at it, and even after using sysinstalls values, fdisk and bsdlabel find reasons to

Re: Dual P4 2.4Ghz Xeon With Hyperthreading enabled...

2003-08-14 Thread Stephane Raimbault
Hi Brooks, Thanks for responding... However I'm confused by the terms used. Are you saying if I set it to 0, I would be using the processing power of all CPU's? I'm not sure how this halted comes in to play, cuz the only thing that comes to mind is to halt the machine as in shutdown I'm pr

Re: makemap problem in virtusertable.

2003-08-14 Thread Chris Larsen
In the year of 2003, on Monday, August 11 at 16:30 +0200, Mark Sergeant proclaimed: > I'm running current as of two weeks ago I get the following problem when > doing a make in /etc/mail ... > > makemap: virtusertable.db: line 206: key [EMAIL PROTECTED]: put error: > Operation not permitted > ***

Re: Porting 4.x code to 5.x: zfreei, zinit, struct vm_zone

2003-08-14 Thread Bosko Milekic
On Mon, Aug 11, 2003 at 06:43:27PM -0400, Craig Rodrigues wrote: > Hi, > > I am trying to port Randall Stewart's SCTP implementation > from -STABLE to -CURRENT. > > The code makes use of zfreei(), zinit(), etc. and struct vm_zone. > > How can I port this code to -CURRENT? > > Can I start by re

Re: TESTERS WANTED for ATAng preview 1

2003-08-14 Thread Gavin Atkinson
On Wed, 13 Aug 2003, Soeren Schmidt wrote: > It seems Gavin Atkinson wrote: > > With the new ATA code, the boot now hangs. I now get on a verbose bootup: > > ata1-master: FAILURE - ATAPI_IDENTIFY status=1 error=0 > > Okies, what if you make that CDROM a slave ? That seems to work fine: ata1: spur

Re: pci configuration

2003-08-14 Thread Petri Helenius
> > I'm not aware of any registers in the standard PCI config space that > will tell you the speed of the bus. Some PCI devices will make that > information available, but not in a standard way. The BIOS of some > higher-end systems might also tell you this information. > How about the busmaste

Re: makemap problem in virtusertable.

2003-08-14 Thread Doug White
On Mon, 12 Aug 2003, Mark Sergeant wrote: > I'm running current as of two weeks ago I get the following problem when > doing a make in /etc/mail ... > > makemap: virtusertable.db: line 206: key [EMAIL PROTECTED]: put error: > Operation not permitted > *** Error code 74 > > This line contains ... >

RE: smp in 5.1

2003-08-14 Thread Evan Dower
I've got a dual athlon 1900+ MP. I've run both 4.x and 5.x. On 5.x I've tried both schedulers (4BSD and ULE). I don't think I've ever had any crashes, except when I install nvidia-driver, and then it crashes all the time. Theoretically 5.x should be better for smp as much work has happened in t

Re: pci configuration

2003-08-14 Thread Scott Long
Petri Helenius wrote: I'm not aware of any registers in the standard PCI config space that will tell you the speed of the bus. Some PCI devices will make that information available, but not in a standard way. The BIOS of some higher-end systems might also tell you this information. How about the

Re: twe driver, 1+ terabyte array, fdisk and disklabel

2003-08-14 Thread Mark Nipper
On 13 Aug 2003, Brooks Davis wrote: > My workaround was to split the array into a 2 disk RAID1 and a 6 disk > RAID5. Sysinstall will install on the small mirror and then you can use > the RAID5 array raw. On some other systems, I'm not going to be booting > from the arrays so I'll use the entire

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Lukas Ertl
On Tue, 5 Aug 2003, John-Mark Gurney wrote: > Are you running -current w/ a kernel from the last 24 hrs? (After phk's > mass swap check in?) If so, make sure your swap isn't at the start of > your disk. If it is, phk was nice enough to only blow away your boot > blocks instead of your disk labe

Re: vinum problems with todays current

2003-08-14 Thread Greg 'groggy' Lehey
On Tuesday, 5 August 2003 at 22:21:41 +0200, Rob wrote: > Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, Rob writes: >> >>> Hi all, >>> >>> After cvs'upping (about 12 hours ago) and building world/kernel vinum >>> stopped working. It does show my two disks but nothing more. I also >>>

Re: busdma/scsi trm(4) related panic

2003-08-14 Thread Jon Kuster
On Fri, 2003-08-08 at 23:46, Scott Long wrote: > Attached is an untested patch. Please let me know if it solves the > problem > > Scott That did the trick. Thanks! Jon ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: Change in application of default ACLs in UFS

2003-08-14 Thread Daniel C. Sobral
Robert Watson wrote: Just an FYI to users of ACLs on UFS -- I've modified the semantics of the application of the default ACL in combination with the umask. The result is that the application of default ACLs is now more conservative than previously, so you may want to keep an eye out and make sure

new panic during buildworld -j4

2003-08-14 Thread Mike Silbersack
I suppose a coredump would be nice here, but I didn't have that enabled... And it turns out that I'm too lazy to actually type in all of the arguments, but I'll leave the machine sitting at the backtrace. If anyone wants any more info, please ask. panic uma_dbg_free uma_zfree_arg free workitem_

Re: dhclient problem with xl0

2003-08-14 Thread Martin Blapp
Hi, > xl0: Polling interface state > xl0: client state of 2 > xl0: link = 0 > xl0: No Link on interface Erm. What does 'ifconfig xl0' show you ? For dhclient it looks like you have no link. Martin ___ [EMAIL PROTECTED] mailing list http://lists.freebs

<    1   2   3   4   >