6.2 SHOWSTOPPER - em completely unusable on 6.2

2006-09-26 Thread Martin Nilsson
mailbox# uname -a FreeBSD mailbox 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 00:31:29 CEST 2006 [EMAIL PROTECTED]:/usr/obj-local/usr/src/sys/SMP amd64 I get tons of these: em0: watchdog timeout -- resetting em0: link state changed to DOWN em0: link state changed to UP mailbox# pcico

Re: Patch: sym(4) "VTOBUS FAILED" panics on amd64, amd64/89550

2006-09-26 Thread Scott Long
Jan Mikkelsen wrote: Attached is a simpler patch, after some feedback from Stefan over general niceness. It removes the amd64 special case by splitting the target member (an array of struct sym_tcb) of sym_hcb out into a separately allocated structure. This way there is never a need to allocate

Re: probs on 6.2-prerelease

2006-09-26 Thread Jeremy Chadwick
On Tue, Sep 26, 2006 at 09:19:39PM -0400, Kris Kennaway wrote: > > This oversight really needs to be addressed. I'll gladly buy anyone > > who wishes to solve it a new USB keyboard to test/debug with. > > Wasn't the kbdmux framework introduced some time ago to solve this? I'm not familiar with t

Re: probs on 6.2-prerelease

2006-09-26 Thread Kris Kennaway
On Tue, Sep 26, 2006 at 06:14:51PM -0700, Jeremy Chadwick wrote: > On Wed, Sep 27, 2006 at 10:46:28AM +1000, Michael Vince wrote: > > Yeah for some reason I couldn't do that, I can't even remember all the > > reasons now but the main reason is because I have a USB keyboard, for > > some reason I

Re: probs on 6.2-prerelease

2006-09-26 Thread Jeremy Chadwick
On Wed, Sep 27, 2006 at 10:46:28AM +1000, Michael Vince wrote: > Yeah for some reason I couldn't do that, I can't even remember all the > reasons now but the main reason is because I have a USB keyboard, for > some reason I can use the USB keyboard in the BIOS but as soon as the > boot loader s

Re: probs on 6.2-prerelease

2006-09-26 Thread Michael Vince
Danny Braniss wrote: [...] Hey all, I don't know if this is pre 6.2 specific but I changed my /etc/tty for device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't login via regular KVM console, just don't get a login. The more alarming thing was that while it appeared everyt

Re: Loadable SMBus modules regression in 6-STABLE -> 6-BETA

2006-09-26 Thread Dmitry Pryanishnikov
On Tue, 26 Sep 2006, John Baldwin wrote: smb_identify() called!!! BUS_ADD_CHILD() = 0x6 6? ENXIO? Why?! I've just found it and fixed it if you upgrade to the newest smbus.c. Thanks, the problem has indeed been fixed. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: [EMAIL P

Re: cvs commit: src/sys/dev/smbus smbus.c

2006-09-26 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Baldwin wrote: > On Tuesday 26 September 2006 14:44, John Baldwin wrote: >> jhb 2006-09-26 18:44:57 UTC >> >> FreeBSD src repository >> >> Modified files:(Branch: RELENG_6) >> sys/dev/smbussmbus.c >> Log: >> MF

Re: Loadable SMBus modules regression in 6-STABLE -> 6-BETA

2006-09-26 Thread John Baldwin
On Tuesday 26 September 2006 15:10, Dmitry Pryanishnikov wrote: > > Hello! > > On Tue, 26 Sep 2006, John Baldwin wrote: > > It still works here. Since you are using modules, make sure all your modules > > are in sync. Short of that, you can edit sys/dev/smbus/smb.c and add a > > Yes, they a

Re: cvs commit: src/sys/dev/smbus smbus.c

2006-09-26 Thread John Baldwin
On Tuesday 26 September 2006 14:44, John Baldwin wrote: > jhb 2006-09-26 18:44:57 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/smbussmbus.c > Log: > MFC: Add an explicit bus_add_child method for smbus(4). > > Approved by:

Re: Loadable SMBus modules regression in 6-STABLE -> 6-BETA

2006-09-26 Thread Dmitry Pryanishnikov
Hello! On Tue, 26 Sep 2006, John Baldwin wrote: It still works here. Since you are using modules, make sure all your modules are in sync. Short of that, you can edit sys/dev/smbus/smb.c and add a Yes, they are (I've followed the standard OS upgrade procedure, including full recompile of th

Re: getopt_long and POSIXLY_CORRECT

2006-09-26 Thread Andrey Chernov
On Tue, Sep 26, 2006 at 12:58:33PM -0400, Mikhail Teterin wrote: > нед?ля 24 вересень 2006 04:43, Hiroki Sato написав: > > mi> Could a committer with interest in -stable, please, see to it, that > > mi> Andrey's recent change to getopt_long makes it into 6.2-RELEASE? > > mi> > > mi> The change make

Re: NFS: freeze during copy

2006-09-26 Thread Vivek Khera
On Sep 26, 2006, at 10:31 AM, [EMAIL PROTECTED] wrote: I was able to mount nfs mounting point and to copie 16K of 7G data. and, it goes to freezing. I can't kill neither cp process neither mount unmount nfs (umount command goes freezing too). tcpdump tells me that server doesn't give any r

RELENG_6_1 panic, possibly gmirror related

2006-09-26 Thread Dmitry Morozovsky
Dear colleagues, this is very preliminar report, I'll try to test more thoroughly tomorrow... after detaching one disk from gmirror (four gmirror tuples for each bsd partition) I encounter panic: panic: handle_written_inodeblock: live inodedep Uptime: 2m4s GEOM_MIRROR: Device m0g: provider mir

Re: Building a kernel with config ?

2006-09-26 Thread Erik Trulsson
On Tue, Sep 26, 2006 at 07:42:50PM +0400, George Potapov wrote: > On Tuesday 26 September 2006 19:23, Sean Bryant wrote: > > > Another way you could achieve the same thing is: > > make kernel KERNCONF=KERNNAME > > > > this will combine both steps in to one. > > Also for those who want to omit the

Re: bug on BTX

2006-09-26 Thread Dominic Marks
John Baldwin wrote: > > Hmm, are you willing to test a change that should fix that? If so, > try > http://people.freebsd.org/~jhb/patches/btx_crx.patch You'll need to > do > a 'make clean && make && make install' in /sys/boot after applying, > and if > the make install suceeeds, do a 'bsdlabel -B

Re: Loadable SMBus modules regression in 6-STABLE -> 6-BETA

2006-09-26 Thread John Baldwin
On Sunday 24 September 2006 10:27, Dmitry Pryanishnikov wrote: > > Hello! > >I've upgraded my 6-STABLE (as of 20-Aug) to the fresh (24-Sep) RELENG_6. > The only modification of the kernel config file is the removal of the > IPFIREWALL_FORWARD_EXTENDED option. Upgrade went successfully, but af

Re: Problem with AHC after updating from 4.11 to 6.1 on the same server hardware

2006-09-26 Thread Michael L. Squires
Not that it will help you, but I'm running 6.2-PRERELEASE compiled 9/23 with three Adaptec controllers and no problems; none of them is a 29160, however. ahc0: port 0xe000-0xe0ff mem 0xfebfd000 -0xfebfdfff irq 16 at device 14.0 on pci0 ahc0: [GIANT-LOCKED] ahc1: port 0xe400-0xe4ff mem 0xfe

Re: bug on BTX

2006-09-26 Thread John Baldwin
On Friday 22 September 2006 11:46, dick hoogendijk wrote: > On 22 Sep Dominic Marks wrote: > > CyberSans AirBort wrote: > > >i have tested 6.2-BETA and the same problem still appear when i want to > > >install it into compaq evo desktop; BTX HALTED. > > Go into the BIOS, disable BIOS DMA transfers

Re: bug on BTX

2006-09-26 Thread John Baldwin
On Friday 22 September 2006 10:39, Dominic Marks wrote: > CyberSans AirBort wrote: > > hello guys, sorry if i send email to wrong address. > > > > i have tested 6.2-BETA and the same problem still appear when i want to > > install it into compaq evo desktop; BTX HALTED. > > > > like previous vers

Re: getopt_long and POSIXLY_CORRECT

2006-09-26 Thread Mikhail Teterin
неділя 24 вересень 2006 04:43, Hiroki Sato написав: > mi> Could a committer with interest in -stable, please, see to it, that > mi> Andrey's recent change to getopt_long makes it into 6.2-RELEASE? > mi> > mi> The change makes our implementation of getopt_long closer to GNULIB's > and will mi> make

Re: NFS: freeze during copy

2006-09-26 Thread rvenne
Cheffo wrote: [EMAIL PROTECTED] wrote: Hi I try to connect NFS client. on the server: /etc/rc.conf: rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" 10029 ?? Ss 0:00.02 rpcbind 10031 ?? Is 0:00.03 nfsd: master (nfsd) 10032 ?? I 0:00.00 nfsd: server (nfsd) 10

Re: NFS: freeze during copy

2006-09-26 Thread Cheffo
[EMAIL PROTECTED] wrote: Hi I try to connect NFS client. on the server: /etc/rc.conf: rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" 10029 ?? Ss 0:00.02 rpcbind 10031 ?? Is 0:00.03 nfsd: master (nfsd) 10032 ?? I 0:00.00 nfsd: server (nfsd) 10033 ?? I 0

Re: ath0 weak connectivity

2006-09-26 Thread Sam Leffler
Sten Daniel Sørsdal wrote: > Sam Leffler wrote: >> I've lost context about your problem but it appears you're having >> trouble associating with "trejago" sometimes. The failed scan shows >> that your rssi was only 6 when you were having problems which is a very >> marginal signal so I'm not at al

Re: ath0 weak connectivity

2006-09-26 Thread Freddie Cash
On Mon, September 25, 2006 3:46 pm, Sten Daniel Sørsdal wrote: > Sam Leffler wrote: >> freebsd does not support XR mode. > Are there any plans to support this? > What about fastframes/bursting? 10Mhz, 5Mhz channels? > WDS? Virtual AP? Is there any place where i can read about this? > Apologies if

Re: Building a kernel with config ?

2006-09-26 Thread Sean Bryant
Gouverneur, Thomas wrote: Make buildkernel KERNCONF=CONFIG Make installkernel KERNCONF=CONFIG This is enough for only compiling kernel and not world and this is the Smartest way according to FreeBSD handbook. -- Thomas Gouverneur Junior UNIX Administrator TI Automotive -Original Message

Re: ffs snapshot lockup

2006-09-26 Thread Vivek Khera
On Sep 25, 2006, at 2:58 PM, Jeremy Chadwick wrote: This problem sounds awfully like what I reported in a recent PR. Now I'm starting to have my doubts as to whether or not my hardware was indeed at fault... http://www.freebsd.org/cgi/query-pr.cgi?pr=103435 I think my issue is a bit differen

RE: Building a kernel with config ?

2006-09-26 Thread Gouverneur, Thomas
Make buildkernel KERNCONF=CONFIG Make installkernel KERNCONF=CONFIG This is enough for only compiling kernel and not world and this is the Smartest way according to FreeBSD handbook. -- Thomas Gouverneur Junior UNIX Administrator TI Automotive -Original Message- From: [EMAIL PROTECTED

Re: Building a kernel with config ?

2006-09-26 Thread Miroslav Lachman
Pete French wrote: On Mon, 25 Sep 2006 11:34:42 -0700, "Kevin Oberman" <[EMAIL PROTECTED]> wrote: 2. Building a kernel with config is not officially supported. It's at your risk and may not work in all cases. Build a kernel with: cd /usr/src make buildkernel I was not aware that you wern'

NFS: freeze during copy

2006-09-26 Thread rvenne
Hi I try to connect NFS client. on the server: /etc/rc.conf: rpcbind_enable="YES" nfs_server_enable="YES" mountd_flags="-r" 10029 ?? Ss 0:00.02 rpcbind 10031 ?? Is 0:00.03 nfsd: master (nfsd) 10032 ?? I 0:00.00 nfsd: server (nfsd) 10033 ?? I 0:00.00 nfsd: server (nfsd)

Re: chpass(1) patch for changing only crypted passwords

2006-09-26 Thread Dmitry Morozovsky
On Tue, 26 Sep 2006, Dag-Erling Sm?rgrav wrote: DS> Dmitry Morozovsky <[EMAIL PROTECTED]> writes: DS> > BTW, a question inspired by ru@: why pw_equal() skips password DS> > field? Its interface is unpublished, and the only consumers are DS> > DS> > [EMAIL PROTECTED]:/lh/src.current> grep -Rl pw_eq

Re: Building a kernel with config ?

2006-09-26 Thread Ruslan Ermilov
On Tue, Sep 26, 2006 at 11:23:49AM +0100, Pete French wrote: > > On Mon, 25 Sep 2006 11:34:42 -0700, "Kevin Oberman" <[EMAIL PROTECTED]> > > wrote: > > > >2. Building a kernel with config is not officially supported. It's at > > your risk and may not work in all cases. Build a kernel with: > >

Problem with AHC after updating from 4.11 to 6.1 on the same server hardware

2006-09-26 Thread Michael Ranner
Hello! After updating from 4.11 to 6.1-RELEASE-p3 I have the following problem with the Adaptec SCSI controller: ahc0: port 0x1000-0x10ff mem 0xfc51-0xfc510fff irq 16 at device 4.0 on pci5 ahc0: can't allocate register resources device_attach: ahc0 attach returned 12 No SCSI device will b

Re: ath0 weak connectivity

2006-09-26 Thread Sten Daniel Sørsdal
Sam Leffler wrote: > I've lost context about your problem but it appears you're having > trouble associating with "trejago" sometimes. The failed scan shows > that your rssi was only 6 when you were having problems which is a very > marginal signal so I'm not at all surprised you're having trouble

/usr/src/sys/i386/i386/local_apic.c and status of ULE

2006-09-26 Thread Viktor Rosendahl
Hi all, I wonder, what is the status of the ULE scheduler? Is it supposed to work at all? I upgraded my -stable system some time ago and it started to hang at the end of the boot process, right before the mounting of the root device. I found out that the immediate cause was a change in /usr/

Building a kernel with config ?

2006-09-26 Thread Pete French
> On Mon, 25 Sep 2006 11:34:42 -0700, "Kevin Oberman" <[EMAIL PROTECTED]> wrote: > >2. Building a kernel with config is not officially supported. It's at > your risk and may not work in all cases. Build a kernel with: > cd /usr/src > make buildkernel I was not aware that you wern't supposed

Re: Is there any good reason for get*by*_r()?

2006-09-26 Thread Fabian Keil
Mark Andrews <[EMAIL PROTECTED]> wrote: > get*by*_r() are deprecated on most platforms and there use > is highly non-portable, lots of different API's. > > Why are we adding compatability for deprecated functions? I was wondering the same thing, especially because it causes a l

Re: make release vs. installworld

2006-09-26 Thread Ruslan Ermilov
On Tue, Sep 26, 2006 at 10:18:05AM +0200, Ulrich Spoerlein wrote: >On 9/26/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 26, 2006 at 09:30:25AM +0200, Ulrich Spoerlein wrote: > [...] > > So, what's the recommended way to a) build own releases > > > Foll

Re: chpass(1) patch for changing only crypted passwords

2006-09-26 Thread Dag-Erling Smørgrav
Dmitry Morozovsky <[EMAIL PROTECTED]> writes: > BTW, a question inspired by ru@: why pw_equal() skips password > field? Its interface is unpublished, and the only consumers are > > [EMAIL PROTECTED]:/lh/src.current> grep -Rl pw_equal . > ./lib/libutil/libutil.h > ./lib/libutil/pw_util.c > ./release

Re: make release vs. installworld

2006-09-26 Thread Ruslan Ermilov
On Tue, Sep 26, 2006 at 09:30:25AM +0200, Ulrich Spoerlein wrote: [...] > So, what's the recommended way to a) build own releases > Follow the release(7) manpage instructions. > and b) update your servers with it. > You can use shell-script type of installation to do binary upgrades, .../R/stage

Re: /usr/src/sys/i386/i386/local_apic.c and status of ULE

2006-09-26 Thread Viktor Rosendahl
Hi again, Looks like the kernel configuration and dmesg where removed from my post; I guess I violated the attachment policy. I put them on a webserver instead: http://viktor.fi/attach/ Sorry for the extra noise. Viktor tisdag 26 september 2006 12:05 skrev Viktor Rosendahl: > Hi all, > > I wo

Re: probs on 6.2-prerelease

2006-09-26 Thread Danny Braniss
> On Mon, Sep 25, 2006 at 04:54:36PM +0300, Danny Braniss wrote: > > > I don't know if this is pre 6.2 specific but I changed my /etc/tty for > > > device ttyd0 to 'on' from 'off' and when I rebooted the pc I couldn't > > > login via regular KVM console, just don't get a login. > > > The more ala

Re: make release vs. installworld

2006-09-26 Thread Joseph Koshy
I am building my own releases for FreeBSD. When upgrading a server to the new release, I'd like to use the 'make installworld' procedure. Therefore I'm mounting the /usr/src and /usr/obj from the release build via NFS onto the server in question. Are you running "make buildworld" on one host and

make release vs. installworld

2006-09-26 Thread Ulrich Spoerlein
Hi all, I am building my own releases for FreeBSD. When upgrading a server to the new release, I'd like to use the 'make installworld' procedure. Therefore I'm mounting the /usr/src and /usr/obj from the release build via NFS onto the server in question. However, installworld will fail, as it lo

Re: Building a kernel with config ?

2006-09-26 Thread George Potapov
On Tuesday 26 September 2006 19:23, Sean Bryant wrote: > Another way you could achieve the same thing is: > make kernel KERNCONF=KERNNAME > > this will combine both steps in to one. > Also for those who want to omit the KERNCONF step set KERNCONF in > /etc/make.conf and you can omit the KERNCONF a