Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
That's not enough info; what about the versions of files in sys/dev/ath ? Adrian 2011/3/8 Vinícius Zavam egyp...@googlemail.com 2011/3/7 Adrian Chadd adrian.ch...@gmail.com: Which version of the driver are you using? Adrian # $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02

Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/8 Vinícius Zavam egyp...@googlemail.com it's true. works for me, but i need to put my netbook less than 1meter from my access point, when using freebsd ;( somewhere else i've tryed to send icmp echo requests to my gw got nothing but bb hang detected. my `ifconfig wlan0 list scan`

r219379 build failure on sparc64

2011-03-08 Thread Anton Shterenlikht
Updating sparc64 from r202445 to r219379: cc -O2 -pipe -I/usr/src/sbin/hastctl/../hastd -DINET -DINET6 -DYY_NO_UNPUT -DYY_NO_INPUT -DHAVE_CRYPTO -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes

Limited repository, packages gzipped in groups.

2011-03-08 Thread Super Biscuit
http://code.google.com/p/powerpc-bits-and-pieces/downloads/list The number of packages are limited; but, there is enough of a base to setup X, have a browser, a window manager and a few others. PowerPC only. You'll have to download such as: ftp

Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com: That's not enough info; what about the versions of files in sys/dev/ath ? Adrian ops. shame on me. 2011/3/8 Vinícius Zavam egyp...@googlemail.com 2011/3/7 Adrian Chadd adrian.ch...@gmail.com: Which version of the driver are you using?

Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Olivier Smedts
2011/3/7 Pierre Beyssac p...@fasterix.frmug.org: Hello, I'm running a 9-current server as compiled on Sat Mar  5 02:17:14 CET 2011. Since I upgraded to ZFS v28 I noticed missing files from NFS. The files are still accessible through NFS but they don't show up on a readdir(3). On the NFS

Re: More if_ath churn coming your way!

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com: 2011/3/8 Vinícius Zavam egyp...@googlemail.com it's true. works for me, but i need to put my netbook less than 1meter from my access point, when using freebsd ;( somewhere else i've tryed to send icmp echo requests to my gw got nothing but

Re: Sense fetching [Was: cdrtools /devel ...]

2011-03-08 Thread Brandon Gooch
On Tue, Mar 8, 2011 at 8:29 AM, Jakub Lach jakub_l...@mailplus.pl wrote: Hello. Just ensuring that this issue would not be forgotten, If I recall correctly, without added patches one cannot burn CD with cdrtools, quite a problem for media burning suite ;) best regards, - Jakub Lach mav@

Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Vinícius Zavam egyp...@googlemail.com: 2011/3/8 Adrian Chadd adrian.ch...@gmail.com: That's not enough info; what about the versions of files in sys/dev/ath ? Adrian ops. shame on me. 2011/3/8 Vinícius Zavam egyp...@googlemail.com 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:

MacbookPro4,1, atapci/ata stall during boot

2011-03-08 Thread Rick van der Zwet
After 8.1-RELEASE was running fine, upgrading to 8.2-RELEASE caused to stalls completely without crash during boot. I now went for a fresh -CURRENT which still stalls/freezes completely without crashing with last messages (captured via firewire/dcons): atapci0: Intel ICH8M UDMA100 controller

[TESTING]: one more boot2 shrinking patch

2011-03-08 Thread Roman Divacky
hi, this diet patch http://lev.vlakno.cz/~rdivacky/boot2-final-diet.patch includes these changes: o bunch of variables are turned into uint8_t o initial setting of namep[] in lookup() is removed as it's only overwritten a few lines down

Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Pawel Jakub Dawidek
On Mon, Mar 07, 2011 at 01:08:46AM +0100, Pierre Beyssac wrote: Hello, I'm running a 9-current server as compiled on Sat Mar 5 02:17:14 CET 2011. Since I upgraded to ZFS v28 I noticed missing files from NFS. The files are still accessible through NFS but they don't show up on a

Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Florian Smeets
On 08.03.11 19:40, Pawel Jakub Dawidek wrote: On Mon, Mar 07, 2011 at 01:08:46AM +0100, Pierre Beyssac wrote: Hello, I'm running a 9-current server as compiled on Sat Mar 5 02:17:14 CET 2011. Since I upgraded to ZFS v28 I noticed missing files from NFS. The files are still accessible

Re: About panic: bufwrite: buffer is not busy???

2011-03-08 Thread Freddie Cash
Not sure if the CC: line needs to be trimmed, leaving it as is for now. On Sun, Feb 20, 2011 at 7:46 AM, Jeremy Chadwick free...@jdc.parodius.com wrote: On Sun, Feb 20, 2011 at 10:30:52AM -0500, Mike Tancsa wrote: On 2/20/2011 9:33 AM, Andrey Smagin wrote: On week -current I have same

RE: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Chris Forgeron
Interesting - I'm having the same problem, but I thought it was due to some tweaking I was doing to NFS to force it into async mode from a ESX mount, and to remove the last of giant_lock. Now that someone else is having the same problem, maybe it's not my tweaks. I've found that if I create a

Re: [TESTING]: one more boot2 shrinking patch

2011-03-08 Thread Fabian Keil
Roman Divacky rdiva...@freebsd.org wrote: this diet patch http://lev.vlakno.cz/~rdivacky/boot2-final-diet.patch includes these changes: o bunch of variables are turned into uint8_t o initial setting of namep[] in lookup() is removed

Re: [TESTING]: one more boot2 shrinking patch

2011-03-08 Thread Roman Divacky
On Tue, Mar 08, 2011 at 09:19:31PM +0100, Fabian Keil wrote: Roman Divacky rdiva...@freebsd.org wrote: this diet patch http://lev.vlakno.cz/~rdivacky/boot2-final-diet.patch includes these changes: o bunch of variables are turned into uint8_t

Can't buildworld with r219408

2011-03-08 Thread Freddie Cash
Revision: 219408 Buildworld errors out during compilation of X86RecognizableInstr.cpp, but there are a *lot* of undefined reference to llvm:raw_ostream::write() lines emitted before that. I'll have a log of the errors up shortly here:

Re: HEADSUP: BSD iconv coming to the base system with default off

2011-03-08 Thread Alexander Kabaev
On Thu, 24 Feb 2011 22:40:48 + Gabor Kovesdan ga...@kovesdan.org wrote: Hi Folks, I've got some time again to keep working on iconv. The last time I posted a patch, there were problems with some ports but apart from this it proved to be quite mature, so I decided to commit it to the

Re: Can't buildworld with r219408

2011-03-08 Thread Freddie Cash
On Tue, Mar 8, 2011 at 1:58 PM, Dimitry Andric d...@freebsd.org wrote: On 2011-03-08 22:13, Freddie Cash wrote: Revision: 219408 Buildworld errors out during compilation of X86RecognizableInstr.cpp, but there are a *lot* of undefined reference to llvm:raw_ostream::write() lines emitted

Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Rick Macklem
Hello Rick, Thanks for your reply. On Mon, Mar 07, 2011 at 06:12:43PM -0500, Rick Macklem wrote: Readdir (in both NFS servers) depends on ZFS to reply EOPNOTSUPP for VFS_VGET() when it cannot be done, so that Readdir will switch to using VP_LOOKUP(). Just a wild guess, but maybe ZFS

Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
Thanks. I'd really like to know what the exact model/manufacturer of the card is. are you easily able to remove it from your laptop and take some clear photos? adrian 2011/3/8 Vinícius Zavam egyp...@googlemail.com 2011/3/8 Vinícius Zavam egyp...@googlemail.com: 2011/3/8 Adrian Chadd

Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/8 Vinícius Zavam egyp...@googlemail.com i've done it before. did not receive my mail? hmm... maybe it's because i attached and carbon copied current@ and mobile@. will mail it to you ASAP. I believe it's in my inbox. Thanks. Are you able to crack open the laptop and write down

Re: More if_ath churn coming your way!

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com: 2011/3/8 Vinícius Zavam egyp...@googlemail.com i've done it before. did not receive my mail? hmm... maybe it's because i attached and carbon copied current@ and mobile@. will mail it to you ASAP. I believe it's in my inbox. Thanks. Are

Re: missing files in readdir(3) on NFS export of ZFS volume (since v28?)

2011-03-08 Thread Pierre Beyssac
On Tue, Mar 08, 2011 at 07:40:19PM +0100, Pawel Jakub Dawidek wrote: Since I upgraded to ZFS v28 I noticed missing files from NFS. The files are still accessible through NFS but they don't show up on a readdir(3). Could you try r219404? It's fixed! Great work! Thanks a million! -- Sent

Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/9 Vinícius Zavam egyp...@googlemail.com Ok. Exactly which model laptop is it? Maybe you're suffering similar issues to my AR2427 (which is an AR9285 w/out the 11n bits all enabled in the silicon.) asus eeepc 1005PE I can't seem to get a cheap one locally; does anyone have