unable to upgrade to 7.1-PRE

2008-08-30 Thread John Scroggins
Hello all, I have attempted to upgrade to 7.1-Pre with no avail. My source tree is has been cleaned and /usr/obj is cleared every time the system is rebuilt. I have swapped over the kernel config to the latest Generic and uncommented the dtrace hooks -- but my build continues to fall on its face

Re: unable to upgrade to 7.1-PRE

2008-08-30 Thread John Birrell
On Sat, Aug 30, 2008 at 06:09:43PM -0700, John Scroggins wrote: > Hello all, > > I have attempted to upgrade to 7.1-Pre with no avail. > My source tree is has been cleaned and /usr/obj is cleared every time > the system is rebuilt. I have swapped over the kernel config to the &

Re: unable to upgrade to 7.1-PRE

2008-08-30 Thread John Scroggins
On Sun, 2008-08-31 at 02:20 +, John Birrell wrote: > On Sat, Aug 30, 2008 at 06:09:43PM -0700, John Scroggins wrote: > > Hello all, > > > > I have attempted to upgrade to 7.1-Pre with no avail. > > My source tree is has been cleaned and /usr/obj is cleared e

Re: unable to upgrade to 7.1-PRE

2008-08-31 Thread John Scroggins
On Sat, 2008-08-30 at 19:57 -0700, John Scroggins wrote: thanks John, found the offending file dtrace.h -- lines 520 and 630 had the #if BYTE_ORDER == _BIG_ENDIAN entries. For good measure, I rm'd the whole ../../cddl directory and re-sup'd it. Build with no errors --smooth as glass ;)

Re: Unresponsive after dtrace

2008-08-31 Thread John Birrell
re to include the > options KDB, DDB and STACK in my kernel for zfs functionality. > Unfortunately, I cannot try without those options since my root is zfs. > Booting a kernel from 8/20 works fine. That's not good news. :-( I think I'll have to look at

Re: unable to upgrade to 7.1-PRE

2008-08-31 Thread John Birrell
On Sun, Aug 31, 2008 at 03:22:18PM -0700, John Scroggins wrote: > On Sat, 2008-08-30 at 19:57 -0700, John Scroggins wrote: > > thanks John, > found the offending file dtrace.h -- lines 520 and 630 had the #if > BYTE_ORDER == _BIG_ENDIAN entries. That code is correct though. F

Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade

2008-08-31 Thread John Birrell
ing anything new. > Is everything supposed to work out of box now? Yes, but an obj tree from a broken build will cause problems. -- John Birrell ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-sta

Re: WARNING: 7-STABLE BROKEN -- please wait to upgrade

2008-08-31 Thread John Birrell
On Sun, Aug 31, 2008 at 07:32:14PM -0400, Alex Goncharov wrote: > | or > | > | 2. Delete the obj tree before building anything new. > | > | > Is everything supposed to work out of box now? > | > | Yes, but an obj tree from a broken build will cause problems. > > That's a bit strange: > > 1. W

Re: Unresponsive after dtrace

2008-08-31 Thread John Birrell
current /boot/kernel) cd src/sys/modules/opensolaris make obj && make depend && make all && make install -- John Birrell ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

ZFS performance issues (solved?!)

2008-08-31 Thread John Birrell
ave been seeing. -- John Birrell ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPMI and Dell ERA/O

2008-09-02 Thread John Baldwin
On Saturday 30 August 2008 11:56:01 am Jonathan Bond-Caron wrote: > On Fri Aug 29 11:24 AM, John Baldwin wrote: > > > > If your BIOS doesn't tell us about the IPMI BMC via ACPI or SMBIOS, > > you can try using hints (I've seen machines thave a BMC, but the BIOS

Re: alpm(4) I/O range is claimed by ACPI

2008-09-11 Thread John Baldwin
esource(rm, start, end, count, flags & ~RF_ACTIVE, child); I'm not sure why you are having issues with SMBus. I know I've been able to use IPMI over SSIF (IPMI over SMBus) using ichsmb0 on some Intel boxes that were new about 2 years ago. -- John Baldwin ___

Re: alpm(4) I/O range is claimed by ACPI

2008-09-13 Thread John Baldwin
On Friday 12 September 2008 10:13:27 pm Bruce M Simpson wrote: > John Baldwin wrote: > > Umm, ACPI will allow children devices to allocate their resources out of > > the "sysresource" pool. IPMI has to do this on some systems where ACPI > > claims the IPMI I/O port

Re: Suddenly frozen fcntl/stat call on NFS over TCP with MTU 9000

2008-09-15 Thread John Baldwin
en they hang? If it is "lockf", then make sure you have an up-to-date RELENG_6 kernel as there was a recent fix for a "lockf" hang. Alternatively, if things are stuck in "nfsreq", it may be useful to use tcpdump to look at the NFS requests your client is making. nfsst

Re: ACPI regression on recent 7.0-STABLE: HPET stops working

2008-09-15 Thread John Baldwin
On Friday 12 September 2008 07:28:50 pm Bruce Cran wrote: > On Wed, 23 Jul 2008 11:16:02 -0400 > John Baldwin <[EMAIL PROTECTED]> wrote: > > I've committed the patch. However, I think this actually points out > > a slightly bigger issue in that the HPET timer is pro

Re: Suddenly frozen fcntl/stat call on NFS over TCP with MTU 9000

2008-09-16 Thread John Baldwin
On Tuesday 16 September 2008 02:02:14 am Tim Chen wrote: > On Tue, Sep 16, 2008 at 4:06 AM, John Baldwin <[EMAIL PROTECTED]> wrote: > > > On Monday 15 September 2008 11:57:02 am Tim Chen wrote: > > > Currently I was running a mail server using a netapp filer as backend

Re: alpm(4) I/O range is claimed by ACPI

2008-09-17 Thread John Baldwin
? Please give me some points. PCIR_BAR is always 0, > even if any values are written by pciconf. Well, bus_alloc_resource() will allocate resources for the BAR and update the BAR for you, the question is if you need to hardcode the range to bus_alloc_resource() or not. -- John Baldwin ___

Re: ACPI "blacklist" question

2008-09-17 Thread John Baldwin
izeof(dsdt)); if (ACPI_FAILURE(AcpiGetTableHeader(ACPI_SIG_XSDT, 0, &xsdt))) - bzero(&fadt, sizeof(xsdt)); + bzero(&xsdt, sizeof(xsdt)); /* Then, override the quirks with any matched from table signatures. */ for (entry = acpi_quirks_table; entry->matc

Re: floppy disk controller broken

2008-09-17 Thread John Baldwin
r(EX_OSERR, "ioctl(FD_FORM)"); + (void)ioctl(fd, FD_FORM, (caddr_t)&f); } static int -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: alpm(4) I/O range is claimed by ACPI

2008-09-19 Thread John Baldwin
); This will allocate fresh resources for the BAR if possible. However, if the BAR is "special" and only works with a certain hard-coded address, then you can try specifying the start/end/count using bus_alloc_resource() rather than bus_alloc_resource_any(). -- John Baldwin ___

Re: Upcoming Releases Schedule...

2008-09-23 Thread John Baldwin
uired to support a release after it is EOL'd in a much more direct fashion than an e-mail thread. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: RELENG_7: something is very wrong with UDP?

2008-09-23 Thread John Baldwin
;time of day". It does not drive the internal timers used by the kernel. If you find that the latest acpi.c makes a difference, you will need to start with before and after verbose dmesgs. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 7.0-stable: a hung process - scheduler bug?

2008-09-23 Thread John Baldwin
LE as a > > work-around? > > SCHED_BSD4 is suboptimal for 4 CPUs, and it is replaced with SCHED_ULE > on 7 STABLE. SCHED_4BSD should still work fine. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Upcoming Releases Schedule...

2008-09-24 Thread John Baldwin
On Tuesday 23 September 2008 04:42:13 pm Jo Rhett wrote: > John, we're already committed to upgrade to 6.3 (since it will > currently be supported longer than 6.4). 6.2 support isn't part of > this conversation, it has entirely revolved around support periods for > up

Re: vm.kmem_size settings doesn't affect loader?

2008-09-25 Thread John Baldwin
; vm.kmem_size_max: 536870912 > vm.kmem_size_scale: 3 > > Am I missing something? If kvm is fragmented you could have a malloc fail even if there are enough total free bytes for the allocatoin. -- John Baldwin ___ freebsd-stable@freebsd.

Re: bad NFS/UDP performance

2008-09-26 Thread John Baldwin
Perhaps use nfsstat to see if 7.1 is performing more on-the-wire requests? Also, if you can, do a binary search to narrow down when the regression occurred in RELENG_7. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.free

Re: 7.1-PRELEASE sporadically panicking with fatal trap 12

2008-09-29 Thread John Baldwin
On Saturday 27 September 2008 02:37:55 pm John L. Templer wrote: > I'm running 7.1-PRERELEASE, with /usr/src and /usr/ports last csup-ed > just a few days ago. After being up for about a day or so the system > will panic because of a page fault. I'm not completely sure, b

Re: DTrace MFC broke kldstat(2) on RELENG_7

2008-09-30 Thread John Baldwin
(working copy) @@ -1199,7 +1199,7 @@ td->td_retval[0] = 0; - return (copyout(&stat, uap->stat, sizeof(struct kld_file_stat))); + return (copyout(&stat, uap->stat, version)); } I will send in a request to MFC it in a second. -- John Baldwin

Re: system hangup - I'm lost

2008-09-30 Thread John Baldwin
the core file generated, probably vmcore.0). That's the first place to start. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: system hangup - I'm lost

2008-09-30 Thread John Baldwin
On Tuesday 30 September 2008 10:57:19 am Oliver Lehmann wrote: > John Baldwin wrote: > > > (CTRL+ALT+ESC) and run 'panic' to generate a crash dump. > > problem here is, that after some memory upgrade my swapspace is no longer > bigh enough to cover the memory size.

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-01 Thread John Baldwin
7;s already fixed and > working fine for everyone? > > http://lists.freebsd.org/pipermail/freebsd-current/2007-December/081429.html > http://lists.freebsd.org/pipermail/freebsd-current/2008-March/084272.html > > Thanks in advance for any update on thi

Re: system hangup - I'm lost

2008-10-02 Thread John Baldwin
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 2, size: 4096 > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 2, size: 4096 Sounds like your disk has died, or perhaps the controller is hung and not completing disk I/O requests anymore. -- John Baldwin

Re: Regression 7.0R -> 7-stable?

2008-10-07 Thread John Baldwin
ne... > > This is of great concern if in fact that's true. > > I'm adding Jeff Roberson, author of the ULE/SMP2.0 code, to the CC. Do you have more details about the crash? Are you getting an actual panic with messages on the cons

Re: Regression 7.0R -> 7-stable?

2008-10-07 Thread John Baldwin
On Tuesday 07 October 2008 11:07:42 am Gerrit Kühn wrote: > JC> John can probably help you with the commands you need to type, but the > JC> FreeBSD Handbook goes over the general commands. > JC> As far as getting into the debugger, it's Control-Alt-Esc from the > JC&

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread John Baldwin
in the iso tree, then use mkisofs to build a new ISO. Just be sure that once you've installed the box, you copy the updated kernel onto the box somehow before you reboot from the installer (you can use the fixit shell to help with this). -- John Baldwin _

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-08 Thread John Baldwin
ave a full CVS mirror of > > > FreeBSD, and a fresh checkout of RELENG_7). > > > You can just grab the existing iso, > > OK > > > untar it into a directory, > > OK > > > build your own GENERIC kernel and replace the > > /boot/kernel/kernel

Re: Regression 7.0R -> 7-stable?

2008-10-10 Thread John Baldwin
On Friday 10 October 2008 06:22:05 am Gerrit Kühn wrote: > On Tue, 7 Oct 2008 12:05:35 -0400 John Baldwin <[EMAIL PROTECTED]> wrote > about Re: Regression 7.0R -> 7-stable?: > > JB> > Ok, I added options KDB and DDB to my kernel configuration and > JB> > com

Re: [FreeBSD] Fix for ServerWorks HT1000 in upcoming 7.1?

2008-10-10 Thread John Baldwin
On Friday 10 October 2008 01:11:17 pm Fernan Aguero wrote: > John, > > thanks for the tip. I have now successfully gone through > the process of making a new bootable CD using the ATA_HT1000 > patched kernel. > > I have already done a minimal installation of > FreeBSD-

Re: Regression 7.0R -> 7-stable?

2008-10-13 Thread John Baldwin
On Monday 13 October 2008 03:09:46 am Gerrit Kühn wrote: > On Fri, 10 Oct 2008 11:22:15 -0400 John Baldwin <[EMAIL PROTECTED]> wrote > about Re: Regression 7.0R -> 7-stable?: > > JB> Ok, can you run gdb on your kernel.debug and do > JB> 'l *0x8046

Re: Regression 7.0R -> 7-stable?

2008-10-14 Thread John Baldwin
On Tuesday 14 October 2008 05:53:33 am Gerrit Kühn wrote: > On Mon, 13 Oct 2008 10:27:40 -0400 John Baldwin <[EMAIL PROTECTED]> wrote > about Re: Regression 7.0R -> 7-stable?: > > JB> On Monday 13 October 2008 03:09:46 am Gerrit Kühn wrote: > > JB> > JB> O

Re: panic on RELENG_6

2008-10-20 Thread John Baldwin
ue, or q to quit--- > state = (struct lockf *) 0x0 > freestate = (struct lockf *) 0x0 > fl = (struct flock *) 0xebddbc1c > lock = (struct lockf_entry *) 0x6 > vp = (struct vnode *) 0xc94c0110 > id = 0xcb29d7e0 "x\026?ÓØ°ÊÍ\001" > flags = 48 > hash = -337790260 > lo = (struct lock_owner *) 0x0 > start = Unhandled dwarf expression opcode 0x93 > (kgdb) You probably want to send this to dfr@ since this is in the advisory file locking code. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Process in "uwait" state

2008-10-20 Thread John Baldwin
n ?? () > #3 0x0002 in ?? () > #4 0x in ?? () > #5 0x in ?? () > #6 0x in ?? () > #7 0x0040 in ?? () > #8 0xbfbfdda4 in ?? () > #9 0x28a94bb7 in pthread_rwlock_unlock () from /lib/libthr.so.3 > Previous frame identical to t

Re: ifconfig won't allow me to change ether address and inet address in the same command

2008-10-21 Thread John Hay
t; ifconfig_rl0="inet 192.168.2.12 netmask 255.255.255.0 ether 00:02:4f:0a:ce:f3" > > Won't allow me to do what I want. Any suggestions? I would like like > to edit /etc/rc.local and any other kind of "workaround". Can rc.conf > issue ifconfig twice for the same nic

6.4-RC1 Boot Fails if NFS Hostname cannot be resolved (mount_nfs)

2008-10-21 Thread John Marshall
late file systems:[tcp] 192.0.2.1:/kits: RPCPROG_NFS: RPC: Port mapper failure - RPC: unable to mount_nfs: Cannot immediately mount 192.0.2.1:/kits, backgrounding --- I think the hostname stuff in mount_nfs has changed without taking this scenario into consideration? -- John Marshall pgpKvQY

Re: 6.4 RC1 locks up solid on first reboot

2008-10-23 Thread John Baldwin
> > In your case, you would write old /boot/loader from 6.3 over new installed > > with 6.4RC1 and it will boot normally again. > > > > I know it is only workaround, but it's quick and easy, and I have not too much > > time to investigate any further (not to

Re: 6.4 RC1 locks up solid on first reboot

2008-10-27 Thread John Baldwin
em. You might also play with any BIOS settings you have for serial console redirection to see if they make a difference. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 6.4 RC1 locks up solid on first reboot

2008-10-27 Thread John Baldwin
On Friday 24 October 2008 03:05:32 pm Jo Rhett wrote: > John, is this perhaps the problem seen with 7.0, discussed here? > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2008-05/msg00437.html It is related, but that fix is already in 6.4. -- John B

Re: 6.4 RC1 locks up solid on first reboot

2008-10-27 Thread John Baldwin
o the USB controller and keyboard and updates the register values to simulate the I/O port accesses. This is disabled by having the USB host controller driver frob flags in controller registers to disable the SMI traps. -- John Baldwin ___ freebsd

Re: 3Ware 9000 series hangs under load

2008-10-30 Thread John Baldwin
will not work at all starting at boot. You can also try just disabling SMP while leaving APIC enabled by setting 'kern.smp.disabled=1' from the loader. If that fixes the issue, then it may be that the 3ware driver simply has a race condition that is more easily triggered on SMP boxes. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: DL360 G3 w/ AMD64 Cant boot from CD

2008-11-04 Thread John Baldwin
gt; halted > > There have been a number of recent reports of "BTX halted" on all sorts > of hardware. So far each problem has been unique; there doesn't appear > to be a "thing" that explains it for everyone. > > > In any case , the latest 6.4/7.1 Snapsho

Re: Big problems with 7.1 locking up :-(

2009-01-15 Thread John Baldwin
bled output but had actually gone to the debugger. Apparently not. > > > > Thats with a config file containing KDB, DDB and BREAK_TO_DEBUGGER, which > > does work as I have tested it with CTRL_ALT_ESC. > > Er, that's rather upsetting. John, do you have any ideas abo

Re: Broken loader on 7.1-STABLE?

2009-01-20 Thread John Rushford
how to fix? Appreciate the help as I'd like to get 7.1-STABLE running on this machine. Regards John On 1/20/09 3:56 AM, "Mark Kirkwood" wrote: > Reuben wrote: >> >> I was wondering if anyone else was seeing loader (v1.02) break after updating >> from 7.

Re: Broken loader on 7.1-STABLE?

2009-01-21 Thread John Rushford
On 1/21/09 9:52 AM, "j...@larush.com" wrote: >> On Tue, Jan 20, 2009 at 06:22:00PM -0700, John Rushford wrote: >>> Hello, >>> >>> Perhaps mine is a different issue but I ran into this today. >>> >>> I loaded FreeBSD 7.1-RELEASE fr

Re: Broken loader on 7.1-STABLE?

2009-01-21 Thread John Rushford
On 1/21/09 6:23 PM, "John Rushford" wrote: > > > > On 1/21/09 9:52 AM, "j...@larush.com" wrote: > >>> On Tue, Jan 20, 2009 at 06:22:00PM -0700, John Rushford wrote: >>>> Hello, >>>> >>>> Perhaps mine is a di

Re: kld regression

2009-02-11 Thread John Baldwin
On Thursday 31 January 2008 1:00:43 pm Andriy Gapon wrote: > on 31/01/2008 18:52 John Baldwin said the following: > > On Thursday 31 January 2008 10:05:57 am Andriy Gapon wrote: > >> on 31/01/2008 14:39 Andriy Gapon said the following: > >>> on 31/01/2008 13:07 J

Re: floppy disk controller broken

2009-02-11 Thread John Baldwin
On Thursday 18 September 2008 3:53:06 am Michel Talon wrote: > On Wed, Sep 17, 2008 at 05:13:39PM -0400, John Baldwin wrote: > > On Wednesday 17 September 2008 11:04:33 am Michel Talon wrote: > > > Hello, > > > > > > when testing FreeBSD-7.1-BETA i discovered t

Re: Interval timers firing early

2009-02-11 Thread John Baldwin
42 > 1230777119.991065 59.998935 59998935 > 1230777179.978597 0.011403 11403 > 1230777179.991610 59.998390 59998390 > 1230777239.979139 0.010861 10861 > 1230777239.991142 59.998858 59998858 On a whim, hack kern_tc.c to only use 2 or 3 timehands structures instead of 64. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: 7.1 Panic on degraded disk w/mpt

2009-02-13 Thread John Baldwin
dler > 4830 * any of the "non-immediate" type of ccbs. > 4831 */ > 4832sim = done_ccb->ccb_h.path->bus->sim; > 4833switch (done_ccb->ccb_h.path->periph->type) { > 4834

Re: Error compiling FreeBSD-Stable with MFC'ed iconv locking

2009-02-17 Thread John Baldwin
On Saturday 14 February 2009 8:04:45 am Jens Rehsack wrote: > Hi John, > > after I updated my system (-STABLE) I received following compilation error > while building the kernel (having ICONV built in): > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=nocona &

Re: 8.0-rc2 dropped hardsupport

2009-11-12 Thread John Baldwin
27;s. What are these devices? Random model numbers generally aren't enough context for most people to figure out what you are asking. Are these embedded ARM boards, storage controllers, wireless NICs, etc.? -- John Baldwin ___ freebsd-st

Re: boot issues

2009-11-18 Thread John Baldwin
d not from beastie? Err, so what happens if you break into the boot loader prompt (option 6 IIRC) and then just type 'boot', how far does it get before it hangs? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd

Re: RELENG_7: Kernel Compile Failure

2009-11-19 Thread John Baldwin
gt; Stop in /usr/src. > >> # > >> > >> > >> Ideas? > >> ... > > > > Try a different mirror, perhaps? I've had no problems tracking stable/7 > > daily (though I'm using SVN). > > Thanks. Pulled a update from cvsup5.us.freeb

Re: Recommendations on when to use soft updates

2009-11-20 Thread John Baldwin
1.2G 48G 2%/var > devfs 1.0K1.0K 0B 100%/var/named/dev > > Currently /usr and /var uses soft updates, but / does not. > > The machine acts as a front MX with lots of reads and writes in /var. > > Is this a reasonable setu

Re: [panic] 8.0-PRERELEASE

2009-11-30 Thread John Baldwin
t; excluded because of the length). > > Any thoughts? Can you do this in kgdb: 'frame 7' 'p dev' 'p dl' -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-st

Re: 8.0 kernel fails to build if some USB drivers are trimmed out; error in /sys/conf/files

2009-11-30 Thread John Baldwin
| > uvisor | uvscom) > > It would be interesting if this also breaks for compiling 'USB serial > and parallel port drivers' into the kernel. config doesn't handle parentheses here at all. They should just be removed. config thinks the file is conditional on the '(aue&#

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-02 Thread John Baldwin
changes of loader(8) between 7.1R > and 7.2R is the cause, but I am still not sure what it is... It may be related to the loader switching to using memory > 1MB for its malloc(). Maybe try building the loader with 'LOADER_NO_GPT_SUPPORT=yes' in /etc/src.conf? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: route(8) and show/sticky/... Re: 8.0-RELEASE completed...

2009-12-03 Thread John Baldwin
tion allows the superuser inside of the jail to > change the CPU bindings specified." > --- > > Is it true? I don't have 8.0-RELEASE installed, but I think it was fixed > in 7-STABLE right after the 7.2-RELEASE > > PR kern/134050 was reported by me I bel

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-03 Thread John Baldwin
On Thursday 03 December 2009 5:29:13 am Hiroki Sato wrote: > John Baldwin wrote > in <200912020948.05698@freebsd.org>: > > jh> On Tuesday 01 December 2009 12:13:39 pm Hiroki Sato wrote: > jh> > While the "load" command seemed to finish, the box got

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-04 Thread John Baldwin
On Thursday 03 December 2009 4:20:08 pm Hiroki Sato wrote: > John Baldwin wrote > in <200912030803.29797@freebsd.org>: > > jh> On Thursday 03 December 2009 5:29:13 am Hiroki Sato wrote: > jh> > John Baldwin wrote > jh> > in <200912020948.0569

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-04 Thread John Baldwin
On Friday 04 December 2009 10:35:59 am John Baldwin wrote: > On Thursday 03 December 2009 4:20:08 pm Hiroki Sato wrote: > > John Baldwin wrote > > in <200912030803.29797@freebsd.org>: > > > > jh> On Thursday 03 December 2009 5:29:13 am Hiroki Sato

Re: em interface slow down on 8.0R

2009-12-05 Thread John Nielsen
On Dec 5, 2009, at 4:40 AM, Hiroki Sato wrote: Hiroki Sato wrote in <20091203.182931.129751456@allbsd.org>: hr> And another thing, I noticed a box with 82573E and 82573L sometimes hr> got stuck after upgrading to 8.0-STABLE. It has moderate network hr> load (average 5-10Mbps) on b

Re: kldload: can't load msdosfs_iconv: Exec format error

2009-12-07 Thread John Baldwin
reference to `iconv_convchr' > msdosfs_iconv.o(.data+0x28): undefined reference to `iconv_convchr_case' > *** Error code 1 You need 'options LIBICONV' in your kernel config for this approach. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: vmstat and iostat us/sy/id numbers wrong?

2009-12-07 Thread John Baldwin
previous second which is what top reports (and what 'vmstat 1' reports after the first line). -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: loader(8) readin failed on 7.2R and later including 8.0R

2009-12-07 Thread John Baldwin
case 2c. Ok. Your system's SMAP is kind of weird (it has a very small region above 1MB, so it may not deal well with "large" kernels, though I thought it had enough room for at least a 12MB kernel. Hmm, the size of the kernel file may be deceptive though since it

Re: ACPI Error: A valid RSDP was not found 20090521 tbxfroot-309

2009-12-09 Thread John Baldwin
hink it is due to disabling ACPI in your BIOS. Do you have problems when ACPI is enabled? ACPI is generally going to be more reliable than !ACPI in the future as it seems many BIOS vendors no longer test the !ACPI case as much (e.g. I've seen Intel motherboards with incomplete

Re: ACPI Error: A valid RSDP was not found 20090521 tbxfroot-309

2009-12-10 Thread John Baldwin
On Wednesday 09 December 2009 8:52:06 pm Chris H wrote: > On Wed, December 9, 2009 6:50 am, John Baldwin wrote: > > On Tuesday 08 December 2009 7:06:18 pm Chris H wrote: > > > >> Greetings, > >> I am receiving the following in dmesg (verbose) during boot in 8-RE

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-14 Thread John Baldwin
ed in the following thread: > >http://www.nvnews.net/vbulletin/showthread.php?t=142391 > > which appears to be implying that something in the kernel is > interfering with memory allocation. Would it be possible for someone > with deeper kernel-fu be able to

Re: Cannot list a particular directory through NFS with UDP

2009-12-14 Thread John Baldwin
ir POST: DIR 755 ids 0/0 [|nfs] > 00:00:01.953711 IP (tos 0x0, ttl 64, id 27028, offset 1480, flags [none], > proto UDP (17), length 632) 192.168.1.222 > 192.168.1.1: udp It looks like the NFS client does not like the replies to the 3819288094 request. Can you grab nfsstat output before and after a retransmit of the request and reply to see which counters are increased? This might indicate why the reply is not being accepted. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-15 Thread John Baldwin
On Monday 14 December 2009 9:37:51 pm Jonathan Chen wrote: > On Mon, Dec 14, 2009 at 10:46:27AM -0500, John Baldwin wrote: > > On Sunday 13 December 2009 2:19:05 pm Jonathan Chen wrote: > > > Hi, > > > > > > This is a general rehash of a problem that I'v

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-15 Thread John Baldwin
On Tuesday 15 December 2009 2:47:03 pm Jonathan Chen wrote: > On Tue, Dec 15, 2009 at 10:18:36AM -0500, John Baldwin wrote: > > On Monday 14 December 2009 9:37:51 pm Jonathan Chen wrote: > > > On Mon, Dec 14, 2009 at 10:46:27AM -0500, John Baldwin wrote: > > > > On S

Re: Problem with kern.icp.shmseg

2009-12-16 Thread John Baldwin
nf > # Number of shared memory identifiers > kern.ipc.shmmni=2048 > # Number of segments per process #2048 > kern.icp.shmseg=256 s/icp/ipc/. :) -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-16 Thread John Baldwin
On Wednesday 16 December 2009 8:47:56 am Robert Noland wrote: > On Tue, 2009-12-15 at 15:51 -0500, John Baldwin wrote: > > On Tuesday 15 December 2009 2:47:03 pm Jonathan Chen wrote: > > > On Tue, Dec 15, 2009 at 10:18:36AM -0500, John Baldwin wrote: > > > > On Mond

Re: Passenger hangs on live and SEGV on tests possible threading / kernel bug?

2009-12-17 Thread John Baldwin
lication bug of some sort. The segv trace doesn't include the first part of GDB messages which show which thread actually had a seg fault. It looks like it was the thread that was throwing an exception. However, nanosleep() doesn't throw exceptions, so that stack trace doesn&#x

Re: Passenger hangs on live and SEGV on tests possible threading / kernel bug?

2009-12-21 Thread John Baldwin
On Thursday 17 December 2009 12:27:17 pm Steven Hartland wrote: > - Original Message - > From: "John Baldwin" > > For the hang it seems you have a thread waiting in a blocking read(), a > > thread > > waiting in a blocking accept(), and lots of threads

Re: Passenger hangs on live and SEGV on tests possible threading /kernel bug?

2009-12-21 Thread John Baldwin
On Monday 21 December 2009 9:45:53 am Steven Hartland wrote: > - Original Message - > From: "John Baldwin" > >> I've uploaded a two more traces for the oxt test failure / segv. > >> http://code.google.com/p/phusion-passenger/issues/detail?id=441#

Re: MD_ROOT and MFS_IMAGE options in 7.2 causes kernel trap

2009-12-21 Thread John Baldwin
r11, architecture: amd64 > > there was a lot of changes in sys/amd64/amd64/pmap.c and can't really > understant which can cause this. > > I'll appreciate any help. Hmm, perhaps try making NKPT larger? -- John Baldwin __

Re: atheros issues with releng_8

2009-12-22 Thread John Hay
/wireless-8.php > > Been there, done that, documented it. The attach that fails happen long before wlan devices and user level ifconfigs. Maybe "pciconf -lv" will show something or maybe showing some of the pci space with pciconf -r will give an

Re: atheros issues with releng_8

2009-12-22 Thread John Baldwin
tes of rid 0x10 res 3 failed (0, 0x). > ath0: cannot map register space > device_attach: ath0 attach returned 6 > > Any suggestions? It was working fine on releng_6. You can try disabling ACPI. I have seen ACPI clear BARs in other devices before and FreeBSD doesn't

Re: 8.0 regression: wired network slow to initialise ?

2010-01-08 Thread John Baldwin
est. Other network services starting on boot seem to be > not affected at least. SYNCDHCP would probably restore the old behavior but make your boot take longer. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebs

Re: 8.0 regression: wireless network slow to initialise ?

2010-01-08 Thread John Baldwin
work (e.g. ntpd). It also seems to break lagg for me. SYNCDHCP should fix the problems with ntpd. I have no idea about lagg(4), you would probably need to ask a more specific question about what exact breakage you are seeing. -- John Baldwin ___ f

Re: kernel: warning: attempt to domain_add(bluetooth) after domainfinalize()

2010-01-08 Thread John Baldwin
it a known issue ? I believe so. You can make the warning go away by compiling the bluetooth modules into your kernel or loading them via loader.conf. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: USB problems on 8.0-STABLE

2010-01-13 Thread John Baldwin
ainer... > > Another data point... > > I didn't pay much attention to it, but without changing my apcupsd > configuration, it "just worked" after upgrading from RELENG_7 to > RELENG_8, just a couple of days ago. > > I'm still running on a GENERIC kernel, but if I

Re: USB problems on 8.0-STABLE

2010-01-13 Thread John Baldwin
>= 800069 > > CONFIGURE_ARGS+=--with-generic-usb > > .endif > > > > Does this tell you? > > No, I checked the code, it doesn't use libusb :( > > I guess it will need to be ported manually, I have no idea how difficult > that would be

Re: LOR - 8.0-STABLE r202128

2010-01-13 Thread John Baldwin
fake vm_page_t objects using uma_zfree() from their destructors. I guess uma_zfree() will never call kmem_free() directly? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To un

Re: USB problems on 8.0-STABLE

2010-01-14 Thread John Baldwin
On Wednesday 13 January 2010 6:21:08 pm Frank wrote: > On Wed, 13 Jan 2010, John Baldwin wrote: > > > Same here. I suspect the problem is in apcupsd.conf. This is what I am > > using: > > > > UPSCABLE usb > > UPSTYPE usb > > DEVICE > > This is w

Re: USB problems on 8.0-STABLE

2010-01-15 Thread John Baldwin
On Thursday 14 January 2010 6:40:42 pm Frank wrote: > On Thu, 14 Jan 2010, Frank wrote: > > > On Thu, 14 Jan 2010, John Baldwin wrote: > > > >> What does apctest say when you run it? > >> > >> -- > >> John Baldwin > > > > apcte

Re: 32-bit jails on a 64-bit system?

2010-01-21 Thread John Baldwin
host can create child jails w/o needing to copy the 64-bit jail binary from the host into the jail. There are still several binaries such as ps that need to be 64-bit, even in a 32-bit jail. -- John Baldwin ___ freebsd-stable@freebsd.org mailing

Re: 7.2-STABLE page fault with kernel from 12.01.2010 / crashinfo available

2010-01-21 Thread John Baldwin
7 0xc0572e48 in m_copydata (m=0x0, off=0, len=40, cp=0xc23cced8 > "\203??b??\237\f)h?M\220\224?\023?\205K(e??s?\"???k?oQ?~\223\020g\030") > at /usr/src/sys/kern/uipc_mbuf.c:815 > 815 count = min(m->m_len - off, len); > (kgdb) l > 810 o

Re: 7.2-STABLE page fault with kernel from 12.01.2010 / crashinfo available

2010-01-21 Thread John Baldwin
On Thursday 21 January 2010 8:25:22 am Florian Smeets wrote: > On 1/21/10 2:01 PM, John Baldwin wrote: > > On Thursday 21 January 2010 5:10:20 am Florian Smeets wrote: > >> (kgdb) where > >> #0 doadump () at pcpu.h:196 > >> #1 0xc0525703 in boot (howto=260) a

Re: 7.2-STABLE page fault with kernel from 12.01.2010 / crashinfo available

2010-01-21 Thread John Baldwin
On Thursday 21 January 2010 1:33:35 pm Florian Smeets wrote: > On 1/21/10 6:58 PM, John Baldwin wrote: > > On Thursday 21 January 2010 8:25:22 am Florian Smeets wrote: > >> On 1/21/10 2:01 PM, John Baldwin wrote: > >>> On Thursday 21 January 2010 5:10:20 am Flor

<    1   2   3   4   5   6   7   8   9   10   >