Re: Kernel builds failing

2001-08-31 Thread Søren Schmidt
It seems [EMAIL PROTECTED] wrote: > > For the last two days, my kernel builds have been failing with: > > > > linking kernel.debug > > ata-all.o: In function `ataioctl': > > /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to > > `atapi_queue _cmd' > > *** Error code 1

RE: Kernel builds failing

2001-08-31 Thread kibbet
Hi Adam, Søren (CC'd to [EMAIL PROTECTED]) On 31-Aug-01 Adam Kranzel wrote: > Hi... > > For the last two days, my kernel builds have been failing with: > > linking kernel.debug > ata-all.o: In function `ataioctl': > /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to > `atapi_

Re: testing KSE

2001-08-31 Thread Julian Elischer
Carlo Dapor wrote: > > The medium I mount is a hard disk partition. > /dev/ad0s1 is my win98 boot drive, /dev/ad0s2* my FreeBSD world. > It has worked for almost a year, never had a crash or lost a single byte. > > I can go back to the kse kernel, and remount Win98, with the instructions > You j

Re: ufs ext attr problem...

2001-08-31 Thread Robert Watson
Could you try the attached patch, which does what you suggest? Robert N M Watson FreeBSD Core Team, TrustedBSD Project [EMAIL PROTECTED] NAI Labs, Safeport Network Services On Fri, 31 Aug 2001, Christian Carstensen wrote: > > hi, > > it seems like there's a problem in ffs_unm

Re: Broken world (was Re: cvs commit: src/lib/libc/posix1e cap_text.c)

2001-08-31 Thread Robert Watson
This should now be fixed (actually, as of last night I think). Thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Project [EMAIL PROTECTED] NAI Labs, Safeport Network Services On Fri, 31 Aug 2001, Mike Barcroft wrote: > Robert Watson <[EMAIL PROTECTED]> writes: > > rwatso

dynamic sysctl problem and hot fix

2001-08-31 Thread Christian Carstensen
hi, i just came across a problem with dynamic sysctls: when unloading a driver module that used dyn sysctls, my system paniced with "oid too high". that problem is caused by sysctl_ctx_free() in kern/kern_sysctl.c, that first deregisters all oids in the list to see if a error occurs. then, all o

Re: KSE: How often diff'ed ?

2001-08-31 Thread Peter Wemm
John Baldwin wrote: > > On 31-Aug-01 Peter Wemm wrote: > > Julian Elischer wrote: > >> The diff file is updated automatically one per hour > >> from the P4 repository that we are working on. > >> it IS possible that yuo might catch it at a time when what is in teh > >> repository may not match wh

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Jim Bryant
I would have waited for the re-run of hexdump to finish, but checking right after I sent the last message produced: DING! wahoo(102): hexdump -C /dev/mem | grep "RSD PTR" 000716d0 67 72 65 70 20 22 52 53 44 20 50 54 52 22 27 00 |grep "RSD PTR"'.| 000719d0 67 72 65 70 20 22 52 53 44 20 50

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Jim Bryant
Duh!!! No wonder it was taking so long... Seems we both forgot that would have never come up with anything... doing a: hexdump -C /dev/mem | grep "RSD PTR" now... Mike Smith wrote: >>My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known >> bios updates. ACPI is ena

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Jim Bryant
In progress... You aren't joking about it taking a while... Been half an hour now... Mike Smith wrote: >>My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known >> bios updates. ACPI is enabled, and APM disabled in >>the BIOS. This happens regardless if PnP is on or of

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Mike Smith
> My motherboard is a Tyan S1696-DLUA dual P2-333. I am using the latest known > bios updates. ACPI is enabled, and APM disabled in > the BIOS. This happens regardless if PnP is on or off in the BIOS. > > [dmesg | grep -i acpi] > > ACPI debug layer 0x0 debug level 0x0 > tbxface-0170: ***

Re: minor HEADS UP: /etc/defaults/make.conf is gone

2001-08-31 Thread Leif Neland
- Original Message - From: "Alexander Langer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 2:52 PM Subject: minor HEADS UP: /etc/defaults/make.conf is gone > Hi! > > /etc/defaults/make.conf has been removed and is not included by > ma

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-08-31 Thread Joe Kelsey
Joe Kelsey writes: > Maxim Sobolev writes: > > Poul-Henning Kamp wrote: > > > > > Assignment: > > > > > > There is no reason for the NCCD constant to exist anymore. > > > > > > The CCD driver already has cloning support but CCDs "softc" > > > structure is statically allocated for

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Jim Bryant
I'm going to double-check my config against GENERIC, but I've been seeing this since before the new changes. Because of that one problem with the missing file the other day, I simply blasted and re-synched my /usr/src/sys, so I am definitely running the latest sources. My motherboard is a Tya

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Bruce Evans
On Fri, 31 Aug 2001, Terry Lambert wrote: > Bruce Evans wrote: > > No, the empty pathname has been invalid and not an alias for "." since at > > least the first version of POSIX. > > That's the same time they broke signal restart and file > locks, right? Only the file locks :-). Bruce To Unsu

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Bruce Evans
On Fri, 31 Aug 2001, Brian F. Feldman wrote: > Bruce Evans <[EMAIL PROTECTED]> wrote: > > On Fri, 31 Aug 2001, Brian F. Feldman wrote: > > > > > Bruce Evans <[EMAIL PROTECTED]> wrote: > > > > Here's an example of a standard utility being clueless about symlinks to > > > > nothing: > > > > > > > >

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Terry Lambert
Bruce Evans wrote: > No, the empty pathname has been invalid and not an alias for "." since at > least the first version of POSIX. That's the same time they broke signal restart and file locks, right? -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

recent acpi-autoloading results in panic during boot on SMP-System

2001-08-31 Thread Michael Class
Hello current, the recent changes in current to auoload th acpi.ko module make my system crash in an early state. With a "pmap_mapdev: Couldn't alloc kernel virtual memory" panic. Without the acpi-module the system works fine. Any hints? Michael This is the output with the panic: ok boot -v

MFC request (was Re: symlink(2) [Was: Re: tcsh.cat])

2001-08-31 Thread Matt Dillon
This argument is just rehashing something that came up in June. Man you people have short memories! I comitted a fix to -current two months ago. It's still in my -stable tree... if Jordan gives the O.K., I will MFC it to -stable.

New source fails probe

2001-08-31 Thread Beech Rintoul
The latest sources (yesterday) failed with the following: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #7: Thu Aug 30 22:38:48 AK

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Brian F. Feldman
Bruce Evans <[EMAIL PROTECTED]> wrote: > On Fri, 31 Aug 2001, Brian F. Feldman wrote: > > > Bruce Evans <[EMAIL PROTECTED]> wrote: > > > Here's an example of a standard utility being clueless about symlinks to > > > nothing: > > > > > > $ ln -s '' foo > > > $ cp foo bar > > > cp: foo

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Garrett Wollman
[Attribution deleted for clarity; see referenced messages in the archives.] >> > $ ln -s '' foo >> > $ cp foo bar >> > cp: foo is a directory (not copied) >> No, "foo" certainly _is_ a directory. It is precisely the same thing as >> ".". > No, the empty pathname has been invalid an

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Bruce Evans
On Fri, 31 Aug 2001, Brian F. Feldman wrote: > Bruce Evans <[EMAIL PROTECTED]> wrote: > > Here's an example of a standard utility being clueless about symlinks to > > nothing: > > > > $ ln -s '' foo > > $ cp foo bar > > cp: foo is a directory (not copied) > > > > foo is certainly not

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-08-31 Thread Joe Kelsey
Maxim Sobolev writes: > Poul-Henning Kamp wrote: > > > Assignment: > > > > There is no reason for the NCCD constant to exist anymore. > > > > The CCD driver already has cloning support but CCDs "softc" > > structure is statically allocated for NCCD devices. > > > > Change the CCD driver

Kernel builds failing

2001-08-31 Thread Adam Kranzel
Hi... For the last two days, my kernel builds have been failing with: linking kernel.debug ata-all.o: In function `ataioctl': /usr/src/sys/dev/ata/ata-all.c(.text+0x791): undefined reference to `atapi_queue _cmd' *** Error code 1 Stop in /usr/obj/usr/src/sys/CHESHIRE. *** Error code

PATCH: if_tap device cloning (final)

2001-08-31 Thread Maksim Yevmenkin
Hackers, Attached some patches that implements device cloning (with devfs(5) support) for tap(4). The implementation is based on resource manager (see tun(4) and gif(4)). Brooks Davis ([EMAIL PROTECTED]) took a quick look at the patch and seems has no objection. Please review,

ufs ext attr problem...

2001-08-31 Thread Christian Carstensen
hi, it seems like there's a problem in ffs_unmount, ffs_vfsops.c:841: if ufs_extattr_stop() returns EOPNOTSUPP, calling ufs_extattr_uepm_destroy two lines later will cause a panic("ufs_extattr_uepm_destroy: not initialized") in ufs_extattr.c:175, at least on my machine. maybe, ufs_extattr_uepm_

Re: KSE: How often diff'ed ?

2001-08-31 Thread Carlo Dapor
Could You give me some guidance as to where to access the p4 repository; I may have missed it on the list. Thanks ! I don't have the capacity to check out the complete CVS repository, by the way. I have only 6 GB, and it is already 80 % full or so. That's why CTM is quite handy for me, hence my

Re: symlink(2) [Was: Re: tcsh.cat]

2001-08-31 Thread Brian F. Feldman
Bruce Evans <[EMAIL PROTECTED]> wrote: > On Fri, 15 Jun 2001, Steve O'Hara-Smith wrote: > > > On Fri, 15 Jun 2001 06:31:12 -0700 (PDT) > > David Wolfskill <[EMAIL PROTECTED]> wrote: > > > > DW> Indeed: it is my understanding that the "path name" interpretation is > > DW> an issue at the time of

minor HEADS UP: /etc/defaults/make.conf is gone

2001-08-31 Thread Alexander Langer
Hi! /etc/defaults/make.conf has been removed and is not included by make(1) any more. If you are using BDEFLAGS, add the entry to your local /etc/make.conf. The example file lives in /usr/share/examples/etc/ now. Thank you Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Junior Kernel Hacker task: Get rid of NCCD constant.

2001-08-31 Thread Maxim Sobolev
Poul-Henning Kamp wrote: > Assignment: > > There is no reason for the NCCD constant to exist anymore. > > The CCD driver already has cloning support but CCDs "softc" > structure is statically allocated for NCCD devices. > > Change the CCD driver to dynamically allocate memory as needed, > the MD

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-31 Thread Andy Farkas
On Thu, 30 Aug 2001, Bruce Evans wrote: > I've found acpica as useful as any other disk filling service and hope > it stays that way. > > Bruce Can someone put this in fortunes.dat :) -- :{ [EMAIL PROTECTED] Andy Farkas System Administrator Speednet Communications http://www.

Re: ipfw syntax - should this error?

2001-08-31 Thread Ruslan Ermilov
This is the documented behavior. : With the TCP and UDP protocols, optional ports may be specified : as: : : {port|port-port|port:mask}[,port[,...]] : : The `-' notation specifies a range of ports (including bound- : aries). : : The `:' notation specifies a port and a mask, a ma

What is highest connection rate?

2001-08-31 Thread Terry Lambert
What is the highest rate of connections per second people out there have achieved with a FreeBSD machine? Ideally, this would be a server that just accepts and closes connections, using something like a zero byte WebBench client. Thanks, -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] w