Re: Nasty non-recursive lockmgr panic on softdep only enabled UFS partition when filesystem full

2011-05-03 Thread Garrett Cooper
On Tue, May 3, 2011 at 11:42 PM, Garrett Cooper wrote: > On Tue, May 3, 2011 at 10:59 PM, Kirk McKusick wrote: >>> Date: Tue, 3 May 2011 22:40:26 -0700 >>> Subject: Nasty non-recursive lockmgr panic on softdep only enabled UFS >>>  partition when filesystem full >>> From: Garrett Cooper >>> To:

Re: Nasty non-recursive lockmgr panic on softdep only enabled UFS partition when filesystem full

2011-05-03 Thread Garrett Cooper
On Tue, May 3, 2011 at 10:59 PM, Kirk McKusick wrote: >> Date: Tue, 3 May 2011 22:40:26 -0700 >> Subject: Nasty non-recursive lockmgr panic on softdep only enabled UFS >>  partition when filesystem full >> From: Garrett Cooper >> To: Jeff Roberson , >>         Marshall Kirk McKusick >> Cc: FreeB

Re: Clang error make buildworld

2011-05-03 Thread Dimitry Andric
On 2011-05-04 03:07, Manfred Antar wrote: I get this error when trying to buildworld on current i386. It's been this way for awhile Any Ideas ? ===> boot/i386/boot0 (all) clang -O2 -pipe -DVOLUME_SERIAL -DPXE -DFLAGS=0x8f -DTICKS=0xb6 -DCOMSPEED="7<< 5 + 3" -ffreestanding -mpreferred-stack

Nasty non-recursive lockmgr panic on softdep only enabled UFS partition when filesystem full

2011-05-03 Thread Garrett Cooper
Hi Jeff and Dr. McKusick, Ran into this panic when /usr ran out of space doing a make universe on amd64/r221219 (it took ~15 minutes for the panic to occur after the filesystem ran out of space -- wasn't quite sure what it was doing at the time): pid 24486 (ld), uid 0 inumber 9993 on /usr: fil

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Jason Hellenthal
Edwin, >>> >>  /dev/acd0              /cdrom          cd9660  ro,noauto       0       0 >>> >>  /dev/acd1              /cdrom1         cd9660  ro,noauto       0       0 As a side note. These are also now useless & can be sent to /dev/null for extra padding ;) Shouldn't cause no harm being ther

Fwd: svn commit: r221418 - head/sys/net80211

2011-05-03 Thread Adrian Chadd
This has the potential to subtly break things, so I'd appreciate it if users of wireless devices would please test this out and let me know if it breaks anything. Thanks, Adrian -- Forwarded message -- From: Adrian Chadd Date: 4 May 2011 10:23 Subject: svn commit: r221418 - hea

Clang error make buildworld

2011-05-03 Thread Manfred Antar
I get this error when trying to buildworld on current i386. It's been this way for awhile Any Ideas ? ===> boot/i386/boot0 (all) clang -O2 -pipe -DVOLUME_SERIAL -DPXE -DFLAGS=0x8f -DTICKS=0xb6 -DCOMSPEED="7 << 5 + 3" -ffreestanding -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -m

Re: cardbus memory allocation problem

2011-05-03 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/11 19:49, I wrote: > Parent bridge: > > I "fixed" the subordinate bus using "setpci -s 07:06.2 4c.b=02" Correction: this should be "pciconf -wb pci0:0:30:0 0x1a 9" imb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (FreeBSD)

Re: cardbus memory allocation problem

2011-05-03 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I have WIP patches to fix this but they aren't ready yet. > >> pcib4: I/O decode0x4000-0x4fff >> pcib4: memory decode 0xf090-0xf09f >> *** this memory widow is what I expected all children to allocate from >> >> pcib4: no

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Arnaud Lacombe
Hi Jack, On Tue, May 3, 2011 at 6:00 PM, Jack Vogel wrote: > It has nothing to do with load, it has to do with the prerequisites to init > your interfaces. > The amount you need is fixed, it doesn't vary with load. Every RX descriptor > needs one, > so its simple math, number-of-interfaces X numb

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Olivier Smedts
2011/5/4 Arnaud Lacombe : > A more rude version might be "Why the frak my network adapter stopped > working with the default setting ?" :) ...on a -STABLE branch -- Olivier Smedts                                                 _                                         ASCII ribbon campaign ( )

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Jack Vogel
It has nothing to do with load, it has to do with the prerequisites to init your interfaces. The amount you need is fixed, it doesn't vary with load. Every RX descriptor needs one, so its simple math, number-of-interfaces X number-of-queues X size of the ring. If you have other network interfaces

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Michael Schmiedgen
On 03.05.2011 23:24, Jack Vogel wrote: If you get the setup receive structures fail, then increase the nmbclusters. If you use standard MTU then what you need are mbufs, and standard size clusters (2K). Only when you use jumbo frames will you need larger. You must configure enough, its that sim

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Michael Schmiedgen
Hi, I have the very same problem. - GENERIC 9.0-CURRENT (April 28) - em0 PRO/1000 7.2.3 - "em0: Could not setup receive structures" On 03.05.2011 10:58, Olivier Smedts wrote: I tried increasing kern.ipc.nmbjumbo* (is it what you suggested ?). Values doubled : kern.ipc.nmbjumbo16: 6400 kern.ipc

firewire debugging

2011-05-03 Thread Julian Elischer
does anyone know if there is a limitation on firewire debugging on a machine with > 4GB or memory? I have 1394 {a,b} cards. does it make a difference? also, the firewire card on one machine stops it from booting.. is there a way to disable it during boot other than recompiling the kernel wit

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Jack Vogel
If you get the setup receive structures fail, then increase the nmbclusters. If you use standard MTU then what you need are mbufs, and standard size clusters (2K). Only when you use jumbo frames will you need larger. You must configure enough, its that simple. Jack On Tue, May 3, 2011 at 2:13

Re: Building FreeBSD 9.0-CUR/amd64 with CLANG fails

2011-05-03 Thread O. Hartmann
On 05/03/11 21:13, Olivier Smedts wrote: 2011/5/3 O. Hartmann: On 05/02/11 14:19, Olivier Smedts wrote: 2011/5/1 O. Hartmann: Well, I tried the first time building FreeBSD 9.0-CURRENT/amd64 (sources from today's latest svn) and it failed (taken the /etc/make.conf addition from the wiki), giv

Re: Building FreeBSD 9.0-CUR/amd64 with CLANG fails

2011-05-03 Thread O. Hartmann
On 05/02/11 14:19, Olivier Smedts wrote: 2011/5/1 O. Hartmann: Well, I tried the first time building FreeBSD 9.0-CURRENT/amd64 (sources from today's latest svn) and it failed (taken the /etc/make.conf addition from the wiki), giving the below showed error. Did you follow the instructions on th

Re: Building FreeBSD 9.0-CUR/amd64 with CLANG fails

2011-05-03 Thread Olivier Smedts
2011/5/3 O. Hartmann : > On 05/02/11 14:19, Olivier Smedts wrote: >> >> 2011/5/1 O. Hartmann: >>> >>> Well, >>> I tried the first time building FreeBSD 9.0-CURRENT/amd64 (sources from >>> today's latest svn) and it failed (taken the /etc/make.conf addition from >>> the wiki), giving the below showe

Re: Totally confused with the /usrsrc/UPDATING for 20110424 CAM-based ATA stack

2011-05-03 Thread Edwin L. Culp W.
On Tue, May 3, 2011 at 12:56 PM, Arnaud Lacombe wrote: > Hi, > > On Mon, May 2, 2011 at 8:28 PM, eculp wrote: >> With this confusion I need someone to give me an idea on renumbering. >> >> I have two disks on this old machine that I have keep current sin FreeBSD 6 >> IIRC as preparation for all t

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Arnaud Lacombe
Hi, On Tue, May 3, 2011 at 7:16 AM, Edwin L. Culp W. wrote: > ... thanks a lot to have posted the same message, twice, under different subject... - Arnaud ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-c

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Edwin L. Culp W.
On Tue, May 3, 2011 at 9:02 AM, John Baldwin wrote: > On Tuesday, May 03, 2011 8:51:02 am Edwin L. Culp W. wrote: >> On Tue, May 3, 2011 at 6:59 AM, John Baldwin wrote: >> > On Tuesday, May 03, 2011 7:16:34 am Edwin L. Culp W. wrote: >> >> I have two disks on this old machine that I have keep cur

Re: firefox4+html5

2011-05-03 Thread Guido Falsi
On 05/03/11 19:19, Francois Gerodez wrote: Hi all, I'm currently running FreeBSD 8.1 (latest update) and I'm experiencing a similar issue. HTML5 videos are very laggy (both image and sound) with Firefox 4. I ended up installing the flash player to watch youtube streaming. I didn't spot any part

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Edwin L. Culp W.
On Tue, May 3, 2011 at 8:54 AM, Daniel Nebdal wrote: >> >> Thanks, John.  I was afraid that was the answer. Now, II'm really >> confused.  I'm guessing that the partitions will notl need to be shown >> in fstab (ada0s1a).   What little mind I have left is a blank, >> /dev/ad4s1g will be automatica

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-05-03 Thread Marius Nünnerich
Hi Andrey, just want to say you don't have to wait for me anymore. Just can't find the time to analyze your aproach. Thanks for your work on this. 2011/5/3 Andriy Gapon : > on 29/04/2011 19:55 Andrey V. Elsukov said the following: >> On 27.04.2011 11:37, Andrey V. Elsukov wrote: I wrote a sm

Re: Totally confused with the /usrsrc/UPDATING for 20110424 CAM-based ATA stack

2011-05-03 Thread Arnaud Lacombe
Hi, On Mon, May 2, 2011 at 8:28 PM, eculp wrote: > With this confusion I need someone to give me an idea on renumbering. > > I have two disks on this old machine that I have keep current sin FreeBSD 6 > IIRC as preparation for all the new goodies but this really bit me in the > morning with a gen

Re: firefox4+html5

2011-05-03 Thread Francois Gerodez
Hi all, I'm currently running FreeBSD 8.1 (latest update) and I'm experiencing a similar issue. HTML5 videos are very laggy (both image and sound) with Firefox 4. I ended up installing the flash player to watch youtube streaming. I didn't spot any particular warning/error messages so I don't know

RE: firefox4+html5

2011-05-03 Thread Holger Kipp
Dear Vitaly, I'm usually not using FreeBSD for accessing youtube, but as you're using FreeBSD 9.0-current, please note that this presumably has Witness enabled (because FreeBSD 9.0-current is still development branch), which will reduce performance and hence might give the problems you described.

firefox4+html5

2011-05-03 Thread Vitaly Liaschuk
Hi, list! I do not know in what part of forum to write, so I decide write in General. I'm trying to use html5 on youtube.com. I getting the video stream, but audio "stutters" on most of video files . I tried to use the chrome-browser and he is works fine. Also, I tried boot from usb flash

a process waits forever

2011-05-03 Thread Boris Samorodov
Hi, I've got a problem which I harly can explain. Latest CURRENT built with gcc and clang suffers. Both hosts with CURRENT I have an access to has this problem. The most clean way to reproduce the error (for me) is to reload (sometimes once or twice, sometimes more, but not more than a dozen) cur

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Daniel Nebdal
> > Thanks, John.  I was afraid that was the answer. Now, II'm really > confused.  I'm guessing that the partitions will notl need to be shown > in fstab (ada0s1a).   What little mind I have left is a blank, > /dev/ad4s1g will be automatically be detected.  Is that correct? > > What will I do with

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 8:51:02 am Edwin L. Culp W. wrote: > On Tue, May 3, 2011 at 6:59 AM, John Baldwin wrote: > > On Tuesday, May 03, 2011 7:16:34 am Edwin L. Culp W. wrote: > >> I have two disks on this old machine that I have keep current sin > >> FreeBSD 6 IIRC as preparation for all the ne

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Warren Block
On Tue, 3 May 2011, Edwin L. Culp W. wrote: It will be ada0 rather than ad4.  With adaX the weird ATA_STATIC_ID stuff is gone and ATA disks are now numbered starting from 0 just like SCSI disks use da0, da1, ... etc. -- John Baldwin Thanks, John. I was afraid that was the answer. Now, II'm r

Totally confused with the /usrsrc/UPDATING for 20110424 CAM-based ATA stack

2011-05-03 Thread eculp
With this confusion I need someone to give me an idea on renumbering. I have two disks on this old machine that I have keep current sin FreeBSD 6 IIRC as preparation for all the new goodies but this really bit me in the morning with a generic kernel and had a heck of a time getting it up.

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Edwin L. Culp W.
On Tue, May 3, 2011 at 6:59 AM, John Baldwin wrote: > On Tuesday, May 03, 2011 7:16:34 am Edwin L. Culp W. wrote: >> I have two disks on this old machine that I have keep current sin >> FreeBSD 6 IIRC as preparation for all the new goodies but this really >> bit me in the morning with a generic ke

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-05-03 Thread Andriy Gapon
on 29/04/2011 19:55 Andrey V. Elsukov said the following: > On 27.04.2011 11:37, Andrey V. Elsukov wrote: >>> I wrote a small extension for the GEOM_PART class. It adds an ability >>> to GEOM_PART class to create partition labels for schemes which are >>> support them. > > Hi All, > > i got sever

Re: cardbus memory allocation problem

2011-05-03 Thread John Baldwin
On Monday, May 02, 2011 10:29:56 pm Michael Butler wrote: > I've stared at this for a (long) while but haven't come to any > reasonable conclusion as to why it does what it does or how to fix it :-( > > Specifically, the BIOS in this machine doesn't set up a memory window > for the cardbus control

Re: I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread John Baldwin
On Tuesday, May 03, 2011 7:16:34 am Edwin L. Culp W. wrote: > I have two disks on this old machine that I have keep current sin > FreeBSD 6 IIRC as preparation for all the new goodies but this really > bit me in the morning with a generic kernel and had a heck of a time > getting it up. > > I have

I am very confused and would appreciate some help on device renameing or on renumbering on current fstab.

2011-05-03 Thread Edwin L. Culp W.
I have two disks on this old machine that I have keep current sin FreeBSD 6 IIRC as preparation for all the new goodies but this really bit me in the morning with a generic kernel and had a heck of a time getting it up. I have a new kernel with the new options. optionsATA_CAM

Re: problems with em(4) since update to driver 7.2.2

2011-05-03 Thread Olivier Smedts
Hello, 2011/4/27 Jack Vogel : > If you get "cannot setup receive structures" you cannot go on and try to > use the thing :) It means you have inadequate mbuf clusters to setup > your receive side, you simply have to increase it and reload the driver. I tried increasing kern.ipc.nmbjumbo* (is it w