Top in jails

2003-08-23 Thread Rus Foster
Hi All, I'm playing with jail on FBSD5 and wondered if there was anyway I could use top without have to create /dev/mem. ATM anyone in the jail could just do cat /dev/mem | grep for_intresting_stuff. Any ideas? Tried using devfs and still no luck Rus -- w: http://www.jvds.com | Linux +

Re: ENE 4-in-1 card reader

2003-08-23 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Lars Eggert [EMAIL PROTECTED] writes: : M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Lars Eggert [EMAIL PROTECTED] writes: : : However, even with a new kernel that has your latest commit, this device : : is still unattached. I'm

mksnap_ffs, snapshot issues, again

2003-08-23 Thread Kirk McKusick
Robert Watson forwarded your posting to me as I am not as current on current as I should be. -- Forwarded message -- Date: Mon, 18 Aug 2003 22:38:47 +0200 From: [iso-8859-2] Branko F. Graènar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: mksnap_ffs, snapshot issues, again

Re: sound card woes

2003-08-23 Thread Szilveszter Adam
Hello, On Fri, Aug 22, 2003 at 11:30:45AM -0400, Matt Gostick wrote: On Wed, 2003-08-20 at 17:04, Szilveszter Adam wrote: What does 'cat /dev/sndstat' say? # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: SB16 DSP 4.16 (ViBRA16X) at io 0x220 irq 7 drq 0 bufsz

Re: mksnap_ffs, snapshot issues, again

2003-08-23 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Kirk McKusick writes: But, to get to the problem that you are having with accessing your filesystem. The problem is that although the filesystem is only locked briefly, the snapshot file is locked for the entire 48 minutes. Thus, if you touch the snapshot file (by

When this panic will be fixed?

2003-08-23 Thread Rostislav Krasny
When FreeBSD 5.0-RELEASE had been released I tried to install it from floppies. I got system panic and then reported this problem into [EMAIL PROTECTED] mailing list. You can find this report in http://www.atm.tut.fi/list-archive/freebsd-stable/msg08385.html or in

patch against src from 20030802 to compile GENERIC with icc

2003-08-23 Thread Alexander Leidinger
Hi, I was able to compile most of GENERIC with icc. There are still some rough edges (it doesn't compile *.s because of a bug in my *.mk patch) and there's an internal error in icc for one file, but the patch offers enough to play with icc (or to help to improve the patch). The compile log (with

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Larry Rosenman
--On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday 23 August 2003 14:51, Larry Rosenman wrote: I'm not sure how to switch to a libkse'd world. You have to explicitly make and install both libkse and libthr: cd /usr/src/lib/libpthread make

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Michael Nottebrock
On Saturday 23 August 2003 16:08, Larry Rosenman wrote: libkse and libthr are built by default now. konsole crashes with all 3 (libc_r, libthr, libkse). Just to make sure, have you tried rebooting between changing stuff? How can I help figure this out? No idea really. I don't use -CURRENT

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Daniel Eischen
On Sat, 23 Aug 2003, Larry Rosenman wrote: --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday 23 August 2003 14:51, Larry Rosenman wrote: I'm not sure how to switch to a libkse'd world. You have to explicitly make and install both

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Larry Rosenman
--On Saturday, August 23, 2003 10:27:59 -0400 Daniel Eischen [EMAIL PROTECTED] wrote: On Sat, 23 Aug 2003, Larry Rosenman wrote: --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday 23 August 2003 14:51, Larry Rosenman wrote: I'm not sure how

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Michael Nottebrock
On Saturday 23 August 2003 16:27, Daniel Eischen wrote: On Sat, 23 Aug 2003, Larry Rosenman wrote: --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday 23 August 2003 14:51, Larry Rosenman wrote: I'm not sure how to switch to a libkse'd

3C940 / Asus P4P800 gigabit LAN driver

2003-08-23 Thread Stuart Walsh
Hi, I ported the openbsd additions to the sk driver to support the 3c940 gigabit network card which is commonly found in the above asus motherboard. Testers/comments/commits welcome, but please don't blame me if it burns your house down or something :) Apply the diff in /usr/src/sys. It will

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-08-23 Thread Stuart Walsh
On Sat Aug 23, 04:45P +0100, Stuart Walsh wrote: Hi, I ported the openbsd additions to the sk driver to support the 3c940 gigabit network card which is commonly found in the above asus motherboard. Testers/comments/commits welcome, but please don't blame me if it burns your house down or

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-08-23 Thread Stuart Walsh
On Sat Aug 23, 04:45P +0100, Stuart Walsh wrote: Hi, I ported the openbsd additions to the sk driver to support the 3c940 gigabit network card which is commonly found in the above asus motherboard. Testers/comments/commits welcome, but please don't blame me if it burns your house down or

Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Andrew Lankford
Remove the # (stringify) operator from the printf() arguments in the iprintf macro. It was causing the actual format string and variable names to be written out, instead of substituting the values of the variables into the format string. I take it that gcc's preprocessor getting stricter

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Daniel Eischen
On Sat, 23 Aug 2003, Larry Rosenman wrote: --On Saturday, August 23, 2003 10:27:59 -0400 Daniel Eischen [EMAIL PROTECTED] wrote: On Sat, 23 Aug 2003, Larry Rosenman wrote: --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock [EMAIL PROTECTED] wrote: On Saturday 23

Re: Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Matthew Emmerton
Remove the # (stringify) operator from the printf() arguments in the iprintf macro. It was causing the actual format string and variable names to be written out, instead of substituting the values of the variables into the format string. I take it that gcc's preprocessor getting

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Michael Nottebrock
On Saturday 23 August 2003 16:52, Michael Nottebrock wrote: Incidentally, Adriaan de Groot just dug up a set of patches for konsole konsole_grantpty, I quickly adapted those for the kdebase port. They apply, but I'm still compiling kdebase with those myself Just finished. They work fine on

Re:cvs commit: src/contrib/smbfs/smbutil common.h

2003-08-23 Thread Andrew Lankford
Someone out there is just making a hash of things. No pun intended, right? :) -- Matt Emmerton On the contrary, I take my puns very seriously. You were supposed to reply with Ugh! Andrew Lankford ___ [EMAIL PROTECTED]

Re: mksnap_ffs, snapshot issues, again

2003-08-23 Thread Kirk McKusick
To: Kirk McKusick [EMAIL PROTECTED] cc: [iso-8859-2] Branko F. Graènar [EMAIL PROTECTED], Paul Saab [EMAIL PROTECTED], Robert Watson [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: mksnap_ffs, snapshot issues, again

kernel build fails in agp_nvidia.c

2003-08-23 Thread Harald Schmalzbauer
Hello, cvsupped half an hour ago, the following error occurs when trying to build a kernel (mine, which worked fine with yesterdays source) @ - /usr/src/sys machine - /usr/src/sys/i386/include awk -f @/tools/makeobjops.awk @/pci/agp_if.m -c awk -f @/tools/makeobjops.awk @/kern/device_if.m -h

System freezes with radeon 9100 graphics card

2003-08-23 Thread Glenn Johnson
I have had an ongoing problem with -current freezing during a restart of the X serer. The graphics card is an ATI Radeon 9100. I am pretty sure this is related to DRI as I have not had it happen with DRI disabled. I am not sure if the problem is with the radeon kernel module, with

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Michael Nottebrock
On Saturday 23 August 2003 16:52, I wrote: Incidentally, Adriaan de Groot just dug up a set of patches for konsole konsole_grantpty, I quickly adapted those for the kdebase port. They apply, but I'm still compiling kdebase with those myself, so beware, they might turn konsole into a

Re: kernel build fails in agp_nvidia.c

2003-08-23 Thread Matthew N. Dodd
On Sat, 23 Aug 2003, Harald Schmalzbauer wrote: cvsupped half an hour ago, the following error occurs when trying to build a kernel (mine, which worked fine with yesterdays source) This one is mine, sorry. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: kernel build fails in agp_nvidia.c

2003-08-23 Thread Harald Schmalzbauer
On Saturday 23 August 2003 21:31, Matthew N. Dodd wrote: On Sat, 23 Aug 2003, Harald Schmalzbauer wrote: cvsupped half an hour ago, the following error occurs when trying to build a kernel (mine, which worked fine with yesterdays source) This one is mine, sorry. No problem, but if you want

Re: kernel fails to build on current (mga_g400_emit_tex0)

2003-08-23 Thread Rainer Duffner
Kris Kennaway wrote: On Fri, Aug 22, 2003 at 11:57:23PM +0200, Rainer Duffner wrote: Hi, this is the output of make buildkernel Usually you need to post your kernel config file when reporting errors, so that others can try to reproduce the problem. Yes, but the kernel config worked before I

panic when unplugging a mounted usb camera

2003-08-23 Thread Stuart Walsh
Hi, A somewhat annoying occurance in -current; I get a panic if I leave the camera device mounted when I unplug it and subsequently try to unmount the device or reboot the system. I did some digging and it seems the dacleanup() function isnt being called because periph-refcount is 1. I spoke to

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Mike Makonnen
On Sat, Aug 23, 2003 at 09:12:38PM +0200, Michael Nottebrock wrote: Content-Description: signed data On Saturday 23 August 2003 16:52, I wrote: Incidentally, Adriaan de Groot just dug up a set of patches for konsole konsole_grantpty, I quickly adapted those for the kdebase port. They

VIA VT82C686A sound problems

2003-08-23 Thread Fred Souza
Hello, I'm using -CURRENT built with sources of 08/23 and I'm noticing two problems with sound with a VIA soundcard: a) There's a annoying noise coming out all the time, including when playing sound files (I've noticed this noise before, but it used to be noticeable only when you

[current tinderbox] failure on i386/pc98

2003-08-23 Thread Tinderbox
TB --- 2003-08-23 20:20:13 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-08-23 20:20:13 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-08-23 20:23:20 - building world TB --- cd

USB umass detach panic

2003-08-23 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm getting a repeatable panic after updating my sources yesterday when inserting a usb sandisk sd/mmc card reader. I couldn't get the dmesg output of the insertion, but I plugged it in, attach message, detach message , panic #0 doadump () at

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Simon L. Nielsen
On 2003.08.23 23:34:53 +0200, Michael Nottebrock wrote: Content-Description: signed data On Saturday 23 August 2003 22:52, Mike Makonnen wrote: As far as I know text attachments are still accepted. So, if the attachment is being stripped either you are sending gziped/uuencoded attachments

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-23 Thread Michael Nottebrock
On Sunday 24 August 2003 00:13, Simon L. Nielsen wrote: FYI, this is actually documented: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#E RESOURCES-MAILFILTERING Thanks! If you think 'text/x-diff' should be allowed, you can ask [EMAIL PROTECTED] (If get it

No sound output for pcm

2003-08-23 Thread Harald Schmalzbauer
Hi all, I can confirm something is wrongwith pcm. I have no sound output with todays kernel, the one some weeks ago I had no problems. Here's my dmesg: pcm0: Creative CT5880-C port 0xd400-0xd43f irq 5 at device 13.0 on pci2 pcm0: SigmaTel STAC9708/11 AC97 Codec In /dev I have: dsp0.0 dsp0.1