Re: msdosfs mask?

2003-10-06 Thread Nate Lawson
On Mon, 6 Oct 2003, Bruce Evans wrote: > On Sun, 5 Oct 2003, Nate Lawson wrote: > > In the past, msdosfs has taken its permissions from the mountpoint. > > Recently I noticed that this still works for files in the root directory > > but subdirectories are all chmod 000. Has anyone else seen this?

Re: cannot create partition entries for /dev/ad3

2003-10-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, ecsd writes: >with MAKEDEV gone, the mystery is how to use devfs. >In /dev I have ad3, but I cannot "disklabel -e /dev/ad3s1d", >nor can I "disklabel -e /dev/ad3", and I can't determine >what minor device numbers to assign for mknod to create >the partition entries.

cannot create partition entries for /dev/ad3

2003-10-06 Thread ecsd
with MAKEDEV gone, the mystery is how to use devfs. In /dev I have ad3, but I cannot "disklabel -e /dev/ad3s1d", nor can I "disklabel -e /dev/ad3", and I can't determine what minor device numbers to assign for mknod to create the partition entries. So how does one use devfs to do what MAKEDEV used

savecore: first and last dump headers disagree on /dev/ad0b

2003-10-06 Thread YONETANI Tomokazu
Hello. -CURRENT as of yesterday can't save kernel dump: savecore: first and last dump headers disagree on /dev/ad0b savecore: unsaved dumps found but not saved Is this a known issue? I need to be able to dump to this device because I've seen reliably reproducible panics to be reported, and sa

Re: Debugging CURRENT kernels using remote gdb on STABLE does not work ?

2003-10-06 Thread Kris Kennaway
On Mon, Oct 06, 2003 at 10:34:50PM +0400, Vladimir B. Grebenschikov wrote: > > Hi > > Debugging CURRENT kernels using remote gdb on STABLE does not work ? That's probably to be expected - trying to debug a 5.x crashdump with 4.x's gdb also doesn't work, because gdb needs to know details of the k

Re: D-Link DWL-520+

2003-10-06 Thread Marcos Biscaysaqu
Hi there. If you want a very stable Freebsd Access Point, use a PCMCIA card with chipset prism II and freebsd 5.0 release I 've got one working for 6 month with more than 40 customers (never crash!!) if you want to use a PCI card try with a Netgear is prism 2.5 (I testing one these now and l

cardbus code still broken in current

2003-10-06 Thread Don Lewis
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma t-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contri b/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/

Re: D-Link DWL-520+

2003-10-06 Thread tokza
On Monday 06 October 2003 05:22, Marcos Biscaysaqu wrote: > Ok.! > Anyway don't use the Dlink 520 as Access Point has a bug, and crash very > often. :( > No problem if you use it like client :) Hm, sounds wery useful for me, thanks a lot. Building wireless Host AP on freebsd using PCI wi-fi card

Re: usb digital camera failure

2003-10-06 Thread Matt
Matt wrote: [EMAIL PROTECTED] root]# mdconfig -a -t vnode -f /root/blah md0 [EMAIL PROTECTED] root]# mount_msdosfs /dev/md0 /mnt [EMAIL PROTECTED] root]# ls /mnt dcim [EMAIL PROTECTED] root]# cd /mnt/dcim/100_fuji/ [EMAIL PROTECTED] 100_fuji]# ls dscf0001.jpg dscf0006.jpg dscf0011.jpg dscf0016.jpg

ATAng doesn't boot on my notebook - panic

2003-10-06 Thread Vladimir B. Grebenschikov
Hi Soren, please help. I can't boot kernel after ATAng. It founds one extra ATA device (I have no ata1-slave attached) and then panics. All details in PR kern/57156. In short: ad0: setting UDMA33 on Intel PIIX4 chip GEOM: create disk ad0 dp=0xc1d00970 ad0: ATA-5 disk at ata0-master ad0: 381

Re: usb digital camera failure

2003-10-06 Thread Matt
Bernd Walter wrote: On Mon, Oct 06, 2003 at 07:26:34PM +0100, Matt wrote: [EMAIL PROTECTED] root]# dd if=/dev/da0s1 of=/root/blah bs=512 dd: /dev/da0s1: Input/output error 63646+0 records in 63646+0 records out 32586752 bytes transferred in 812.878115 secs (40088 bytes/sec) [EMAIL PROTECTED] root]

Debugging CURRENT kernels using remote gdb on STABLE does not work ?

2003-10-06 Thread Vladimir B. Grebenschikov
Hi Debugging CURRENT kernels using remote gdb on STABLE does not work ? /ext/current/src# uname -r 4.9-PRERELEASE /ext/current/src# gdb -k /usr/obj/ext/current/src/sys/VBOOK/kernel.debug GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GN

Re: usb digital camera failure

2003-10-06 Thread Bernd Walter
On Mon, Oct 06, 2003 at 07:26:34PM +0100, Matt wrote: > [EMAIL PROTECTED] root]# dd if=/dev/da0s1 of=/root/blah bs=512 > dd: /dev/da0s1: Input/output error > 63646+0 records in > 63646+0 records out > 32586752 bytes transferred in 812.878115 secs (40088 bytes/sec) > [EMAIL PROTECTED] root]# mdconfi

Re: usb digital camera failure

2003-10-06 Thread Matt
Bernd Walter wrote: On Sun, Oct 05, 2003 at 10:39:14PM -0700, Doug White wrote: On Sun, 5 Oct 2003, Matt wrote: I have a fuji digital camera which has always previously worked with -current no problems. However I have not tried to copy images from it for a couple of months now. [...] Oct 5 23

Re: make buildkernel failure in cardbus.c

2003-10-06 Thread Dimitry Andric
On 2003-10-06 at 19:21:34 M. Warner Losh wrote: > My bad. I've fixed it. Builds fine now, thanks for the fast fix. :) pgp0.pgp Description: PGP signature

Re: CDROM / UDMA problem on -current (2 hours old)

2003-10-06 Thread Thomas Quinot
Le 2003-10-06, Jan Stocker écrivait : > But here some stuff when booting in "safe mode" (maybe it boots because > DMA support for atapi is off, have to check) Probably so. The messages you quote look perfectly normal. Thomas. -- [EMAIL PROTECTED] ___

? warning used static ldt allocation

2003-10-06 Thread Pau Rodriguez
#dmesg|tail -n 2 Warning: pid 474 used static ldt allocation. See the i386_set_ldt man page for more info What does it means? It was apearring for aprox. 15days. What I have to do? Maybe it was asked before... Could anybody refetch that message or answer? :( -- freebsd the power to serve ---P

Re: make buildkernel failure in cardbus.c

2003-10-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Arjan van Leeuwen <[EMAIL PROTECTED]> writes: : While trying to do a make buildkernel, cvsupped two hours ago: My bad. I've fixed it. I'd had the changes in my local tree for months, but somehow missed committing the cardbus parts. :-( Warner

Re: CDROM / UDMA problem on -current (2 hours old)

2003-10-06 Thread Jan Stocker
On Mon, 2003-10-06 at 17:23, Thomas Quinot wrote: > Le 2003-10-06, Jan Stocker écrivait : > > > I would give you more info... but as i wrote... thats an endless loop. > > You might be able to interrupt the loop by breaking into DDB with > Crtl+Alt+Esc, which then allows you to get a backtrace. Y

Re: ptmx, /dev/pts support for 5.x

2003-10-06 Thread Jilles Tjoelker
On Sun, Oct 05, 2003 at 09:25:53PM -0400, Robert Watson wrote: > Last week, I did a bit of experimentation to look at privilege issues in > the allocation of ptys on FreeBSD. Right now, to safely allocate a > pty/tty pair, you basically need privilege (otherwise you can't > chown/chmod the slave n

IPv6 panic page fault nd6_cache_lladdr/nd6_ns_input

2003-10-06 Thread Jilles Tjoelker
Hello, After upgrading a system to -CURRENT of yesterday night, making IPv6 connections to another host in the same subnet does not work (remains in [connec] state). Some messing about with routes solved that, but it panicked quickly thereafter. After a reboot it panicked again with a similar pani

Re: CDROM / UDMA problem on -current (2 hours old)

2003-10-06 Thread Thomas Quinot
Le 2003-10-06, Jan Stocker écrivait : > I would give you more info... but as i wrote... thats an endless loop. You might be able to interrupt the loop by breaking into DDB with Crtl+Alt+Esc, which then allows you to get a backtrace. > > interesting to know whether the enclosed patch changes anyt

Re: Kernel build breaks in dev/cardbus

2003-10-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Lukas Ertl <[EMAIL PROTECTED]> writes: : a buildkernel from a fresh cvsup breaks with these errors: working on it. my bad. warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: CDROM / UDMA problem on -current (2 hours old)

2003-10-06 Thread Jan Stocker
> are printed so fast i cant really read but it must be something > > like that: > > acd1: WARNING - REQUEST_UDMA (error request) > > acd1: WARNING - INQUIRE_SENSE (retrying request) > > Little can be said without complete and accurate error messages, > preferrably including a compl

Re: ld not sucking in /usr/lib/crt1.o - or is it me?

2003-10-06 Thread Alexander Kabaev
On Mon, 6 Oct 2003 20:52:23 +1100 "Chris Knight" <[EMAIL PROTECTED]> wrote: > > If I add /usr/lib/crt1.o to the file list it works OK. Any reason > why ld isn't pulling this in automatically? Feel free to correct > me if I'm missing the obvious and if there's a better way of > resolving this.

Can't build kernel without overriding -Werror

2003-10-06 Thread Vladimir B. Grebenschikov
Anybody expecting this: /usr/src# make buildkernel ... cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I 17:33:15 [] flashone: . -I/ext/curr

Re: usb keyboard not working in single user mode

2003-10-06 Thread Jilles Tjoelker
On Sun, Oct 05, 2003 at 09:17:37PM -0700, Doug White wrote: > On Fri, 3 Oct 2003, Ken McKittrick wrote: > > I've got 5.1-current running on an IBM BladeCenter HS20. This thing has > > a USB KVM built-in. It's working in multi-user mode. Problem is when I > > boot to single user, can't do anything.

make buildkernel failure in cardbus.c

2003-10-06 Thread Arjan van Leeuwen
While trying to do a make buildkernel, cvsupped two hours ago: /usr/local/bin/gcc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/ usr/src/sys

ld not sucking in /usr/lib/crt1.o - or is it me?

2003-10-06 Thread Chris Knight
Howdy, I installed 5.1 on my laptop, then synced up to -current as of 8 hours ago. I'm trying to build the 1.5 branch of Firebird (the DBMS), but run into the following error: ld ../temp/static.gpre/gpre/cmd.o ../temp/static.gpre/gpre/cme.o ../temp/static.gpre/gpre/cmp.o ../temp/static.gpre/gpre

Re: usb digital camera failure

2003-10-06 Thread Bernd Walter
On Sun, Oct 05, 2003 at 10:39:14PM -0700, Doug White wrote: > On Sun, 5 Oct 2003, Matt wrote: > > > I have a fuji digital camera which has always previously worked with > > -current no problems. However I have not tried to copy images from it > > for a couple of months now. > > [...] > > > Oct

panic: mutex vm object not owned at ../../../vm/vm_page.c:762

2003-10-06 Thread Kris Kennaway
I got this upon attempting to burn a CD with cdrecord on my freshly-updated current machine: panic: mutex vm object not owned at ../../../vm/vm_page.c:762 syncing disks, buffers remaining... 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 3842 givin

Re: msdosfs mask?

2003-10-06 Thread Bruce Evans
On Sun, 5 Oct 2003, Nate Lawson wrote: > In the past, msdosfs has taken its permissions from the mountpoint. > Recently I noticed that this still works for files in the root directory > but subdirectories are all chmod 000. Has anyone else seen this? Adding > the -m=755 flag for instance does wo

Re: usb digital camera failure

2003-10-06 Thread Matt
Doug White wrote: On Sun, 5 Oct 2003, Matt wrote: I have a fuji digital camera which has always previously worked with -current no problems. However I have not tried to copy images from it for a couple of months now. [...] Oct 5 23:02:58 heather kernel: umass0: Fuji Photo Film USB Mass Stora

mgetty fails in -current

2003-10-06 Thread Christoph Kukulies
I don't know if it is a problem with 5.1 or with my ASUS P4SX (sio on board, Sis chipset) or with the Devolo Fun II (ELSA Microlink) modem. Anyway, I spent the sunday afternoon sending log files into the mgetty+sendfax list (Gert Doering, the maintainer and author of mgetty) was so king to help an

Re: SiI3112 SATA controller problems - status

2003-10-06 Thread Soren Schmidt
It seems Derek Ragona wrote: > The SATA seems better, but is still not working. I tried the Oct 5 > snapshot, doing a clean install. I CVSup'd and did > make buildworld > make buildkernel KERNCONF=GENERIC > make installkernel KERNCONF=GENERIC > reboot to single user > mount -a > swapon -a > merg