Re: panic kldunload'ing: static sysctl oid too high

2001-08-18 Thread neckpain
On Sat, Aug 11, 2001 at 03:22:21PM +0900, I wrote: > > - unloading snd_ds1 always panics(either when it's loaded from > > /boot/loader.conf, or from the command line by kldload). > > - loading and unloading snd_pcm alone does not panic(snd_pcm is a driver > > loaded as dependency when snd

Re: Sound broken on -current again...

2001-08-18 Thread Maxim Sobolev
On Sat, 18 Aug 2001 21:10:40 -0500, Daniel M . Kurry wrote: > On Wed, Aug 15, 2001 at 07:01:46PM +0200, some SMTP stream spewed forth: > > > > One gets the first DMA buffer full, then the process hangs... > > Due to the lack of replies, I'll go ahead. > > I am seeing sound breakage also. > My

Re: Sound broken on -current again...

2001-08-18 Thread Jim Bryant
This is pretty wierd... I'm running -current as of 7am this morning, and am listening to Black in Black in XMMS at this moment. SB-Live! Value, I am running SMP. Richard Todd wrote: > In servalan.mailinglist.fbsd-current Daniel M. Kurry writes: > > >>On Wed, Aug 15, 2001 at 07:01:46PM +0200

kde22 && current

2001-08-18 Thread David W. Chapman Jr.
I don't know if this helps, I tried gdb'ing through the lt-meinproc.core that is produced when trying to compile kde22 and got this. I'm not a programmer so hopefully someone can point me in the right direction on this. It appears to only be an issue on -current and new version of -current.

Re: Userbase of -current

2001-08-18 Thread Vincent Poy
On Wed, 1 Aug 2001, Giorgos Keramidas wrote: > From: Tom Fischer <[EMAIL PROTECTED]> > Subject: Re: Userbase of -current > Date: Mon, Jul 23, 2001 at 07:19:25PM +0200 > > > Add a data point for me using -current on my laptop in order to take > > advantage of cardbus support (thanks Warner!). > >

Re: Userbase of -current

2001-08-18 Thread Giorgos Keramidas
From: Tom Fischer <[EMAIL PROTECTED]> Subject: Re: Userbase of -current Date: Mon, Jul 23, 2001 at 07:19:25PM +0200 > Add a data point for me using -current on my laptop in order to take > advantage of cardbus support (thanks Warner!). We really should have those Slashdot people run a poll or st

Re: Sound broken on -current again...

2001-08-18 Thread Richard Todd
In servalan.mailinglist.fbsd-current Daniel M. Kurry writes: >On Wed, Aug 15, 2001 at 07:01:46PM +0200, some SMTP stream spewed forth: >> >> One gets the first DMA buffer full, then the process hangs... >Due to the lack of replies, I'll go ahead. >I am seeing sound breakage also. >My card is

Re: Sound broken on -current again...

2001-08-18 Thread Daniel M . Kurry
On Wed, Aug 15, 2001 at 07:01:46PM +0200, some SMTP stream spewed forth: > > One gets the first DMA buffer full, then the process hangs... Due to the lack of replies, I'll go ahead. I am seeing sound breakage also. My card is a Creative Labs SoundBlaster Live!. xmms will play a short (less t

Re: panic: ffs_blkfree: freeing free block / + UDMA ICRC error with ad0

2001-08-18 Thread Greg Lehey
On Saturday, 18 August 2001 at 14:56:10 +0200, Alexander Leidinger wrote: > Hi, > > -current as of Aug 16, ~2pm CEST: I don't see a "freeing free block" in the stack trace. What is missing from the trace below? Does the trace belong to the panic message? The trace shows two panics: the first l

Re: no new snapshot onftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/

2001-08-18 Thread Wolfram Schneider
On 2001-08-19 00:48:19 +0900, Makoto MATSUSHITA wrote: > > wosch> the 5.0-current snapshots on current.jp.freebsd.org are not updated > wosch> since 3-Aug-2001. What happens? > > Really? Sorry, my fault. > lrwxr-xr-x 1 root ftp 27 Aug 10 17:19 5-LATEST -> 5.0-CURRENT-20010810-JPSNAP > > T

Re: CFR: lseek() POSIXed patch

2001-08-18 Thread Andrey A. Chernov
Updated variant: --- vfs_syscalls.c.old Sat Aug 11 02:14:18 2001 +++ vfs_syscalls.c Sun Aug 19 05:01:32 2001 @@ -1614,29 +1614,44 @@ register struct filedesc *fdp = p->p_fd; register struct file *fp; struct vattr vattr; - int error; + struct vnode *vp; +

Re: X in free(): error: recursive call.

2001-08-18 Thread Daniel M . Kurry
On Tue, Jul 31, 2001 at 09:13:29AM +0200, some SMTP stream spewed forth: > Hello, > > I was running in the same problem early this year. Probably you > have found my mails in the archive. Unfortunately I was not able > solve the problem. I am running now 3.3.6 on my laptop (which > furtunately s

Re: X in free(): error: recursive call.

2001-08-18 Thread Daniel M . Kurry
On Sun, Jul 29, 2001 at 10:29:40PM +0800, some SMTP stream spewed forth: > I am running -CURRENT as of 2001/01/31 12:00, more or less uneventfully > for the last six months on a Dell 5000e. > > The one problem is that X occasionally dies without coredump or cleanup with > the error 'X in free()

Re: where can i find info on supported MB chipsets

2001-08-18 Thread Mike Smith
> > Subj. I can browse through code (and i do so), looking for chip IDs and > comparing them with chipset ones, but it's sometimes difficult, because > not all chip IDs in chipsets are know to me. So maybe driver developers > know more than i do? > I want to buy VIA Apollo KT266 based MD for Ath

Mailing list problem because of DNS

2001-08-18 Thread Buzz Megg
I'm getting an error when attempting to send to [EMAIL PROTECTED] from an address that used to work. Has anything changed recently on the mailing list server? Thanks, -a - Transcript of session follows - ... while talking to hub.freebsd.org.: >>>RCPT To:<[EMAIL PROTECTED]> <<< 450 C

Re: devfs

2001-08-18 Thread Matthew Jacob
Ohh, I think doing this unwise. You should always leave yourself something in /dev... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: devfs

2001-08-18 Thread Matthew Jacob
On Sat, 18 Aug 2001, David W. Chapman Jr. wrote: > If I'm using devfs on -current, can I erase the contents of my /dev > before devfs is mounted to save space? You could, but that would be, well, it'd really be a Darwin award winner. > > -- > David W. Chapman Jr. > [EMAIL PROTECTED] Raintr

Re: devfs

2001-08-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "David W. Chapman Jr." writes: >If I'm using devfs on -current, can I erase the contents of my /dev >before devfs is mounted to save space? Yes, the easiest way is: boot singleuser mount -o rw / mv /dev /dev_ mkdir /dev c

devfs

2001-08-18 Thread David W. Chapman Jr.
If I'm using devfs on -current, can I erase the contents of my /dev before devfs is mounted to save space? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. [EMAIL PROTECTED] FreeBSD Committer To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: "block device required"

2001-08-18 Thread David Malone
> > > msdosfs: /dev/ugen0: Block device required > > > > This is caused by the kernel returning ENOTBLK, which I think still > > makes sense in the kernel. It's possible that the errno should be > > translated to a different string though... > Just because there is no 'block' device representa

Re: "block device required"

2001-08-18 Thread Matthew Jacob
On Sat, 18 Aug 2001, David Malone wrote: > On Sat, Aug 18, 2001 at 11:02:04AM -0400, Mikhail Teterin wrote: > > Now, this may be the wrong way to do it: > > > > # mount -oro -t msdos /dev/ugen0 /mnt > > > > But the error message is certainly misleading. Especially, > > since the are no blo

Re: "block device required"

2001-08-18 Thread David Malone
On Sat, Aug 18, 2001 at 11:02:04AM -0400, Mikhail Teterin wrote: > Now, this may be the wrong way to do it: > > # mount -oro -t msdos /dev/ugen0 /mnt > > But the error message is certainly misleading. Especially, > since the are no block devices in -current any more :) > > msdosfs:

Re: help! su(1) is still broken

2001-08-18 Thread Mark Murray
There is a recen-ish fix that may sort this out. Re-sup and build again... M > I cvsupped earlier in the week (august 9th) for the first time in > about 3 weeks. The pam changes seem to have broken su on my machine. > I'm using the default pam.conf (via mergemaster), so I would assume > that i

Re: "block device required"

2001-08-18 Thread Mikhail Teterin
On 18 Aug, Bernd Walter wrote: > On Sat, Aug 18, 2001 at 11:02:04AM -0400, Mikhail Teterin wrote: >> Now, this may be the wrong way to do it: >> >> # mount -oro -t msdos /dev/ugen0 /mnt >> >> But the error message is certainly misleading. Especially, since the >> are no block devices in -c

Re: is 'suspend' broken in CURRENT?

2001-08-18 Thread Brad Huntting
> I have sony vaio z505hs. I have latest cvs-tree. suspend worked > 1-2 weeks ago but now when I want to resume from suspend-mode I > see the same screen I saw before suspend but keyboard doesn't work > and harddisk doesn't spin. FYI: I see this on my z505(ls??) running 4.3-STABLE from a few m

Re: no new snapshotonftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/

2001-08-18 Thread Makoto MATSUSHITA
wosch> the 5.0-current snapshots on current.jp.freebsd.org are not updated wosch> since 3-Aug-2001. What happens? Really? lrwxr-xr-x 1 root ftp 27 Aug 10 17:19 5-LATEST -> 5.0-CURRENT-20010810-JPSNAP The last successfully finished release should be Aug/10/2001. Current 5-current release i

Re: "block device required"

2001-08-18 Thread Bernd Walter
On Sat, Aug 18, 2001 at 11:02:04AM -0400, Mikhail Teterin wrote: > Now, this may be the wrong way to do it: > > # mount -oro -t msdos /dev/ugen0 /mnt > > But the error message is certainly misleading. Especially, > since the are no block devices in -current any more :) > > msdosfs:

microuptime() went backwards

2001-08-18 Thread Mikhail Teterin
Should I worry about this: [...] Aug 18 11:11:51 aldan /boot/mi/kernel: calcru: negative time of -1781452130 usec for pid 352 (setiathome) Aug 18 11:17:10 aldan /boot/mi/kernel: microuptime() went backwards (442732.3850800 -> 442731.165931) Aug 18 11:17:10 aldan /boot/mi/kernel: microuptime() w

Re: NEWCARD support for aironet driver an(4) (kern/24854)

2001-08-18 Thread Jonathan Chen
On Fri, Aug 17, 2001 at 01:11:03AM -0700, Sam Habash wrote: > Any good reason why the the patch in this PR hasn't yet been > committed to the tree? Can you clearify exactly what the problem is under newcard? Or is it just not supporting the newcard interface? I'm using my aironet (340) card

"block device required"

2001-08-18 Thread Mikhail Teterin
Now, this may be the wrong way to do it: # mount -oro -t msdos /dev/ugen0 /mnt But the error message is certainly misleading. Especially, since the are no block devices in -current any more :) msdosfs: /dev/ugen0: Block device required -mi To Unsubscribe: send mail to

Re: no new snapshot onftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/

2001-08-18 Thread Wolfram Schneider
Hi Makoto, the 5.0-current snapshots on current.jp.freebsd.org are not updated since 3-Aug-2001. What happens? -Wolfram >wosch> What happens? Is -current now so unstable that we cannot make a >wosch> snapshot anymore? > >current.jp.FreeBSD.org is for you until current.freebsd.org is back >agai

panic: ffs_blkfree: freeing free block / + UDMA ICRC error with ad0

2001-08-18 Thread Alexander Leidinger
Hi, -current as of Aug 16, ~2pm CEST: ---snip--- IdlePTD 4812800 initial pcb at 305f60 panicstr: bremfree: bp 0xc69e0748 not locked panic messages: --- panic: ffs_blkfree: freeing free block panic: from debugger [...] #0 dumpsys () at ../../../kern/kern_shutdown.c:479 #1 0xc01baf11 in boot (ho

Re: Cross builds and upgrade path from 4.x are broken in usr.bin/file

2001-08-18 Thread Bruce Evans
On Fri, 17 Aug 2001, David O'Brien wrote: > On Wed, Aug 15, 2001 at 12:40:19PM +1000, Bruce Evans wrote: > > On Tue, 14 Aug 2001, Ruslan Ermilov wrote: > > > > > On Tue, Aug 14, 2001 at 08:55:56AM -0700, David O'Brien wrote: > > > > >From a correctness stand point, building the .mgc files at inst

is 'suspend' broken in CURRENT?

2001-08-18 Thread Juriy Goloveshkin
I have sony vaio z505hs. I have latest cvs-tree. suspend worked 1-2 weeks ago but now when I want to resume from suspend-mode I see the same screen I saw before suspend but keyboard doesn't work and harddisk doesn't spin. -- bye Juriy Goloveshkin To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: psmintr: out of sync (was: Re: FreeBSD's aggressive keyboard probe/attach)

2001-08-18 Thread Kazutaka YOKOTA
>Anyway, I am now considering the following experiment. > >- We make the psm driver count the number of the "out-of-sync" errors. >- When the error is detected for the first time, the psm driver will > throw few data bytes (up to entire packet size) and see if it can > get back to sync. >- If

Re: Disabling harmful keys (was: Re: PATCH: syscons.c sysctl for PC-Reboo Keys)

2001-08-18 Thread Kazutaka YOKOTA
>I really like this, however I think that the sysctl section is >a bit too complicated, even though it's somewhat gross it would >make sense to have: > >machdep.enable_harmful_keys > >where the user can choose to assign 0xff to enable all, or leave it >at zero to leave them all disabled. > >In fa

Re: Disabling harmful keys (was: Re: PATCH: syscons.c sysctl for PC-Reboo Keys)

2001-08-18 Thread Alfred Perlstein
* Kazutaka YOKOTA <[EMAIL PROTECTED]> [010818 03:02] wrote: > I posted the following message in the stable ML the other day, but got > no response. So, I will post it here again. > > Please follow the thread "PATCH: syscons.c sysctl for PC-Reboo Keys" > in the stable ML for background informatio

Disabling harmful keys (was: Re: PATCH: syscons.c sysctl for PC-Reboo Keys)

2001-08-18 Thread Kazutaka YOKOTA
I posted the following message in the stable ML the other day, but got no response. So, I will post it here again. Please follow the thread "PATCH: syscons.c sysctl for PC-Reboo Keys" in the stable ML for background information on this subject. Kazu