Re: Problem detecting Sil3124 SATA controllers off of Sandy Bridge northbridge-connected PCIe slots

2012-08-02 Thread John Baldwin
the boot process. > > I'd greatly appreciate any help or suggestions on this matter. We've > already tried just about every BIOS option on the board. Does the device show up in pciconf -l output? -- John Baldwin ___ freebsd-stable@fr

Re: local APIC error 0x40

2012-08-02 Thread John Baldwin
On Wednesday, August 01, 2012 6:04:55 pm Dan Allen wrote: > > On Aug 1, 2012, at 10:06 AM, John Baldwin wrote: > > > Can you use a binary search on the date to narrow down which commit breaks it? > > Sadly, I cannot. I upgraded the machine to RELENG_9. The powerd demo

Re: [stable 9] panic on reboot: ipmi_wd_event()

2012-08-02 Thread John Baldwin
On Wednesday, August 01, 2012 6:48:48 pm Sean Bruno wrote: > On Wed, 2012-08-01 at 05:53 -0700, John Baldwin wrote: > > Index: vfs_subr.c > > === > > --- vfs_subr.c (revision 238969) > > +++ vfs_subr.c (w

Re: Problem detecting Sil3124 SATA controllers off of Sandy Bridge northbridge-connected PCIe slots

2012-08-02 Thread John Baldwin
On Thursday, August 02, 2012 4:35:20 pm Steve Polyack wrote: > On 08/02/2012 01:58 PM, John Baldwin wrote: > > On Thursday, August 02, 2012 10:21:20 am Steve Polyack wrote: > >> Hi, > >> > >> We're having some trouble with detection of a couple of Si

Re: [stable 9] panic on reboot: ipmi_wd_event()

2012-08-06 Thread John Baldwin
On Thursday, August 02, 2012 7:01:28 pm Sean Bruno wrote: > On Thu, 2012-08-02 at 13:34 -0700, John Baldwin wrote: > > On Wednesday, August 01, 2012 6:48:48 pm Sean Bruno wrote: > > > On Wed, 2012-08-01 at 05:53 -0700, John Baldwin wrote: > &g

9.1 needs patch for /usr/bin/krb5-config

2012-08-10 Thread John Marshall
and all is well. Perhaps a committer might consider looking at that PR? Thank you. -- John Marshall pgpDlbsj2nSP5.pgp Description: PGP signature

Re: Kernel panic at early boot time

2012-08-13 Thread John Baldwin
is correct and I've committed it (well, a variant, I put the DELAY() after the lapic_ipi_wait()). I think we should actually just remove the deassert INIT IPI entirely as I can find no reference in either the MP spec or otherwise that says that it should be used. It i

Re: Hyper-V Integration Components Patch for FreeBSD 8.2, 8.3, 9.0 and 9.1-BETA1

2012-08-13 Thread John Baldwin
rease is very nice, as is the heartbeat and > shutdown capabilities. I've yet to check if KVP functionality is > included. Can you post these to virtualization@ as well? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lis

[PATCH] Make ida(4) MPSAFE and a host of other fixes

2012-08-16 Thread John Baldwin
atch compiles, but I have no hardware to test it. Given that this is an old driver, if I can't find anyone to test it, I will remove it from HEAD after committing the fixes (so if someone shows up in the future there is a better base to start from). http://www.FreeBSD.org/~jhb/patches/ida_lo

[PATCH] Add locking to mlx(4)

2012-08-16 Thread John Baldwin
patches, then I will remove the driver from HEAD after committing these fixes. http://www.FreeBSD.org/~jhb/patches/mlx_locking.patch -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: Thinkpad X61s cannot boot 9.1-BETA1

2012-08-21 Thread John Baldwin
On Tuesday, August 21, 2012 1:50:27 pm Martin Dieringer wrote: > On Tue, 31 Jul 2012, John Baldwin wrote: > > > On Friday, July 20, 2012 10:11:33 am jb wrote: > > >>>>> Did anyone else experience this? With 9.1-BETA1 the boot process > >>>>>

Re: iSCSI boot driver 0.2.5 (isboot.ko) has been released.

2012-08-22 Thread John Nielsen
On Aug 21, 2012, at 11:43 PM, Daisuke Aoyama wrote: > You can download the source file from: > http://www.peach.ne.jp/archives/isboot/isboot-0.2.5.tar.gz > ... Daisuke-san- Thank you for this great work! I can see a lot of potential applications for it. I set up a test machine and got as far a

Removing CVS from base

2012-08-23 Thread John Baldwin
cause we are moving away from using CVS as FreeBSD's scm doesn't mean CVS isn't a useful general-purpose tool still. For smaller repositories that don't need fancier things like branches, CVS is quite useful and far lighter weight. I could see moving csup out to ports, but

Re: 9.1-RC1 make buildworld with WITHOUT_LPR NO_LPR not cleaning up properly

2012-08-24 Thread John Baldwin
{MK_LPR} != "no" +_07.lpd= 07.lpd +.endif + .include -- 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: Updated isboot 0.2.6 and FreeBSD 9.1-RC1

2012-08-24 Thread John Nielsen
Thank you for the quick response! On Aug 23, 2012, at 6:25 PM, Daisuke Aoyama wrote: > It seems a bug of isboot. Your NIC is link down, but isboot never retry > on first connection. Because of this, it failed to find the boot device. > > I have updated isboot and created 9.1-RC based image. > P

Re: Thinkpad X61s cannot boot 9.1-BETA1

2012-08-27 Thread John Baldwin
thing you suggest. Hmm, I have no idea on this one. You'd have to ask Alexander Motin (cc'd) about that. -- 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: Thinkpad X61s cannot boot 9.1-BETA1

2012-08-27 Thread John Baldwin
ity that works? > > > debug.acpi.disabled="hostres" fixed it for me on T61 and T410 > with normal HD and (older) SSD (OCZ Summit) > > FreeBSD 9.1-PRERELEASE #16: Tue Aug 21 Can you get a verbose dmesg both with and without the "hostres" setting? -- John

Re: FreeBSD/i386 stable/9 @239722: REDZONE: Buffer underflow detected

2012-08-27 Thread John Baldwin
edzone metadata that specified the object's size was corrupted, but I've no idea how that could occur. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any m

Re: Thinkpad X61s cannot boot 9.1-BETA1

2012-08-28 Thread John Baldwin
On Monday, August 27, 2012 4:07:26 pm Per olof Ljungmark wrote: > On 2012-08-27 19:54, John Baldwin wrote: > > On Sunday, August 26, 2012 6:59:22 pm Martin Dieringer wrote: > >> On Sun, 26 Aug 2012, Per olof Ljungmark wrote: > >> > >>> On 08/26

Re: Problem adding more than 8 network adapters

2012-08-29 Thread John Baldwin
ency=0 > > > >00:19.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2) > >(prog-if 01 [Subtractive decode]) > > Flags: bus master, 66MHz, fast devsel, latency 64 > > Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 > > I/O behind bridge: 1000-1fff > > Memory behind bridge: 4000-400f Note here in this output (presumably from lspci under Linux?), the subordinate bus register == secondary bus register for each bridge. -- 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: Problem with IPMI KCS driver

2012-08-29 Thread John Baldwin
; /* profiling clock's frequency */ extern int profprocs; /* number of process's profiling */ -extern int ticks; +extern volatile int ticks; #endif /* _KERNEL */ -- 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: Problem adding more than 8 network adapters

2012-08-29 Thread John Baldwin
> driver as it does not seem to use primary and subordinate numbers for anything > important. The problem is that it affects the routing of PCI config requests, so it needs to be correct. Fixing our PCI code to properly renumber buses as needed is a WIP I have, but it's not ready

Re: Problem with IPMI KCS driver

2012-08-29 Thread John Baldwin
On Wednesday, August 29, 2012 3:32:41 pm Anton Yuzhanionov wrote: > On 29.08.2012 16:25, John Baldwin wrote: > > Hmm. Can you try this: > > > > Index: kern/kern_clock.c > > === > > --- kern/ke

Re: 9.1-RC1 installer [was: FreeBSD 9.1-RC1 Available...]

2012-09-01 Thread John Marshall
iven filesystem creation. -- John Marshall signature.asc Description: OpenPGP digital signature

Re: GEOM_RAID in GENERIC is harmful

2012-09-13 Thread John Baldwin
agree that there were some surprising side effects from enabling GEOM_RAID, but I think your viewpoint is very much one-sided. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsub

[PATCH] Locking for adv(4), adw(4), aha(4), ahb(4), aic(4), and bt(4)

2012-09-17 Thread John Baldwin
/patches/aic_locking.patch http://www.FreeBSD.org/~jhb/patches/bt_locking.patch -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-uns

Re: Lock MFI config not exclusively locked - panic

2012-09-26 Thread John Baldwin
mtx_lock(&sc->mfi_io_lock); > >mfi_ldprobe(sc); > >mtx_unlock(&sc->mfi_io_lock); > >sx_xunlock(&sc->mfi_config_lock); > > Replying to my own posts again, but just spotted mfi_config_lock &g

[PATCH] Add locking to dpt(4)

2012-09-26 Thread John Baldwin
you do. Thanks! http://www.FreeBSD.org/~jhb/patches/dpt_locking.patch -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-uns

Re: r239739 needs committing for 9.1

2012-09-28 Thread John Baldwin
On Thursday, September 27, 2012 11:38:43 am David Boyd wrote: > r239739 (share/doc/smm/Makefile) fixes a regression in 9.x. > > John Baldwin submitted this fix in August. > > Please commit this fix before 9.1-RELEASE. Hmm, I had basically planned on not merging anything tha

Re: Problem with IPMI KCS driver

2012-09-28 Thread John Baldwin
On Friday, September 28, 2012 5:54:37 am Anton Yuzhaninov wrote: > On 29.08.2012 16:25, John Baldwin wrote: > > On Wednesday, August 29, 2012 5:36:43 am Anton Yuzhaninov wrote: > >> We use servers witch motherboard Supermicro X8DTT-H and meet with such problem: > >> whe

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-01 Thread John Baldwin
rg/~sbruno/acpi_126_r620.txt > > > > > > For fun, I added the pciconf output to see if there's anything obviously > wrong with pcib7. But, as usual, I have no idea how to interpret this. > > http://people.freebsd.org

Re: mps in GENERIC, only in amd64? (RELENG_9_1)

2012-10-01 Thread John Baldwin
added it on amd64 as it hadn't been tested on i386. -- 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: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-01 Thread John Baldwin
knowledgible when it comes to gdb and crash dumps. Is there an > easy command Norbert can type to see all the locks held by > tid 100099, pid 1599? No. :( Only WITNESS keeps track of that sort of state. -- 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: atkbd attach excitement during boot

2012-10-01 Thread John Baldwin
kbd_timeout+0x96 > #8 0x80be9e94 at atkbd_attach_unit+0xb4 > #9 0x80bea0c8 at atkbdattach+0x78 -- 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: atkbd attach excitement during boot

2012-10-01 Thread John Baldwin
l *atkbd_intr+0xab > 0x80be95fb is in atkbd_intr (/usr/src/sys/dev/atkbdc/atkbd.c:512). > 507 do { > 508 c = atkbd_read_char(kbd, FALSE); > 509 } while (c != NOKEY); > 510 } > 511

Re: mps in GENERIC, only in amd64? (RELENG_9_1)

2012-10-01 Thread John Baldwin
freebsd.org] On Behalf Of Kenneth D. Merry > > > Sent: Monday, October 01, 2012 8:58 PM > > > To: John Baldwin > > > Cc: Harald Schmalzbauer; freebsd-stable@freebsd.org > > > Subject: Re: mps in GENERIC, only in amd64? (RELENG_9_1) > > > > > > On Mo

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread John Baldwin
On Tuesday, October 02, 2012 11:21:06 am Norbert Aschendorff wrote: > I'll compile a kernel with > > options WITNESS > options WITNESS_KDB > > ok? Or should I include WITNESS_SKIPSPIN too? Yes, you should include WITNESS_SKIPSPIN. We should probably make that the def

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-02 Thread John Baldwin
On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote: > On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote: > > Can you add extra printfs to see where exactly attach is failing? I > > would > > start with the attach routine in sys/dev/acpica/acpi_pcib_pci.

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread John Baldwin
ck was recursively acquired elsewhere. You could try adding a different WITNESS check (using WITNESS_WARN) to see which NFS proc returns with a lock held so you can catch this when it first occurs rather than much later after the fact. Do you have the start of the log messages? -- John Bal

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-03 Thread John Baldwin
On Tuesday, October 02, 2012 7:12:59 pm Sean Bruno wrote: > On Tue, 2012-10-02 at 14:06 -0700, John Baldwin wrote: > > On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote: > > > On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote: > > > > Can you add extr

Re: FreeBSD 9.1-RC2 Available...

2012-10-12 Thread John Baldwin
7;s config hook is not finishing. Each driver's hook is responsible for deregistering itself once it has finished it's interrupt probing which is why it is not obvious how the list becomes empty. -- John Baldwin ___ freebsd-stable@freebsd.org maili

Re: mpt irq timeout problem after reboot - only if non-verbose booting !?!

2012-10-17 Thread John Baldwin
continue; @@ -1752,7 +1755,7 @@ mpt_raid_set_vol_mwce(struct mpt_softc *mpt, mpt_r mpt_vol_prt(mpt, mpt_vol, "WARNING - Unsafe shutdown " "detected. Suggest full resync.\n"); } - mpt_ver

Re: mpt irq timeout problem after reboot - only if non-verbose booting !?!

2012-10-18 Thread John Baldwin
On Wednesday, October 17, 2012 3:14:52 pm Harald Schmalzbauer (mobil) wrote: > -Ursprüngliche Nachricht- > > Von: John Baldwin > > An: freebsd-stable@freebsd.org > > Cc: h.schmalzba...@omnilan.de > > Gesendet: 17.10.'12, 20:46 > > > > On

Re: mod_auth_kerb2 broken in 8-STABLE? Or is it heimdal to blame?

2012-10-18 Thread John Marshall
156245 >> >> Thank you all for your time, >> >> mamalos >> > Hi all, > > I am bringing this matter back again because the same things hold for my > current system too (/usr/bin/krb5-config does not seem to link > gssapi-things properly): > > # uname -a > FreeBSD example.com 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Jun 18 > 21:04:14 EEST 2012 r...@example.com:/usr/obj/usr/src/sys/FILESRV amd64 > # pkg_info -Ix apache kerb > ap22-mod_auth_kerb-5.4_3 An Apache module for authenticating users with > Kerberos v5 > apache22-2.2.22_8 Version 2.2.x of Apache web server with prefork MPM. > > Should I send a PR or is there something that I've done wrong? I've seen the same thing on 8.3-RELEASE, 9.1-RC1 and 9.1-RC2. In all cases, applying your patch (thank you!) to /usr/bin/krb5-config resolved the issue. I did not need to patch krb5-config for other GSSAPI servers to work (dovecot and sendmail) but they are obviously satisified with -lgssapi and don't need routines supplied via -lgssapi_krb5. Thus far, www/mod_auth_kerb2 is the only port I've used which appears to need gssapi_krb5. I think this is purely a FreeBSD Heimdal config issue. -- John Marshall signature.asc Description: OpenPGP digital signature

Re: FreeBSD 9.1-RC2 Available...

2012-10-19 Thread John Baldwin
ue looks like a pointer into the BIOS (0xf000:bf6a). I bet something in your BIOS had a buffer overrun and trashed the stack or some such. Or it overran an I/O buffer which trashed the return stack of the userland process somehow. -- John Baldwin ___ fre

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-20 Thread John Baldwin
is not checked in recent CTF changes. > Please fix this thing. Which stable? -- 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: ${CTFCONVERT_CMD} expands to empty string

2012-10-22 Thread John Baldwin
contents of /etc/src.conf and commands are you using to reproduce this? I also can't find the string "empty string" in the output of my stable/9 'make universe' build before I committed this. -- John Baldwin ___ freebsd-stable@fr

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-22 Thread John Baldwin
; And simple test case proving that make v9201206140 dislike empty commands. > > Makefile: > > > > CTFCONVERT_CMD= > > all: > > echo ${MAKE_VERSION} > > ${CTFCONVERT_CMD} > > echo b > > -

Re: Possible to reset PCI device at boot? [Was: Re: msi-x enabled igb works only if module loaded twice]

2012-10-23 Thread John Baldwin
orks fine and saves 25kIRQ/s! > > I haven't found a way to change the power-up behaviour for the guest > with ESXi. > > Is it possible to re-init a pci device from userland? The problem is you want the igb driver to retry MSI-X even after a re-init and that basically requires a full d

Re: Failsafe on kernel panic

2013-01-16 Thread John Baldwin
afe script to load the old kernel in case of > psnic. man nextboot (if you are using UFS) -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to &qu

Re: Failsafe on kernel panic

2013-01-17 Thread John Baldwin
onfigs also include the unattended option so that even with the debugger present they reboot by default on a panic. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send

Re: Failed to attach P_CNT - FreeBSD 9.1 RC3

2013-01-19 Thread John Baldwin
e23: failed to attach P_CNT On newer CPUs that use est you don't want to use acpi_throttle anyway so you can ignore the errors. (est gives you power savings when it lowers your CPU speed, acpi_throttle generally does not, it only helps with lowering the temp

Re: Startup lapic messages

2013-01-19 Thread John Baldwin
pic34: Forcing LINT1 to edge trigger > SMP: AP CPU #5 Launched! > lapic52: Forcing LINT1 to edge trigger > SMP: AP CPU #7 Launched! > > I've never seen such messages in past. > Does it mean I have some hardware problem/misconfiguration? Your BIOS is sli

Re: 9-STABLE -> NFS -> NetAPP:

2013-01-19 Thread John Baldwin
e you using interruptible mounts ("intr" mount option)? Also, can you get ps output that includes the 'l' flag to show what the processes are stuck on? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/m

Re: 9-STABLE -> NFS -> NetAPP:

2013-01-20 Thread John Baldwin
On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote: > On 2013-01-19, at 4:57 AM, John Baldwin wrote: > > On Tuesday, December 18, 2012 11:58:36 PM Hub- Marketing wrote: > >> I'm running a few servers sitting on top of a NetAPP file server … > >> everyth

Re: time issues and ZFS

2013-01-23 Thread John Nielsen
On Jan 22, 2013, at 2:40 AM, Adrian Chadd wrote: > On Jan 21, 2013, at 4:33 AM, Daniel Braniss wrote: > >> host: DELL PowerEdge R710, 16GB, I administer a Dell PowerEdge R710 and I've been seeing the exact same thing. It's currently running FreeBSD 9.0-STABLE #0 r236355. It has a ZFS pool wh

Re: svn - but smaller?

2013-01-24 Thread John Mehr
On Thu, 24 Jan 2013 18:34:33 +1100  "Dewayne" wrote: The objective is to return to a base build of FreeBSD that performs the expected task of being able to pull source, without having to acquire a port.  Regardless of our individual solutions/workarounds, the task is to pull and maintain so

Re: svn - but smaller?

2013-01-24 Thread John Mehr
For testing against svn.freebsd.org -- this is pull only? So you only need read permissions on svn.freebsd.org?  That's fine: the SVN repository is open to public access and you can just use it without asking permission.  Although I'd use one of the mirror sites listed in the handbook rather t

Re: svn - but smaller?

2013-01-24 Thread John Marshall
On 25/01/2013 03:13, Chris Rees wrote: > On 24 Jan 2013 14:33, "John Mehr" wrote: >> Correct. I just want to give the folks that administer the servers a > heads-up that there's going to be a lot more entries in their log files > coming from me -- unless it's

Re: bge numbering

2013-01-25 Thread John Baldwin
etermined by the physical traces on your motherboard. -- 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: svn - but smaller?

2013-01-25 Thread John Mehr
On Fri, 25 Jan 2013 10:27:23 +0100  Oliver Brandmueller wrote: Also I'd like to mention John Mehr, who's work on a "lightweight, dependency-free, BSD licensed program to pull source using the svn protocol" (couldn't say it better, so I use his words :-)). Hop

Re: Svnsup architecture [was: Re: svn - but smaller?]

2013-01-25 Thread John Mehr
On Fri, 25 Jan 2013 13:42:19 +0100  Arrigo Marchiori wrote: On Thu, Jan 24, 2013 at 12:57:17AM -0800, 'Jeremy 1- svnsup-distill: takes a revision from svn and creates a text file (called a delta) that represents it. It seems to be almost complete. To answer one of John M

Re: Svnsup architecture

2013-01-27 Thread John Mehr
this >topic. > > On Fri, Jan 25, 2013 at 07:40:45PM -0600, John Mehr >wrote: > >> On Fri, 25 Jan 2013 13:42:19 +0100 Arrigo Marchiori >> wrote: >> > On Thu, Jan 24, 2013 at 12:57:17AM -0800, 'Jeremy >> > >> > 1- svns

Re: svn - but smaller?

2013-01-27 Thread John Mehr
On Sun, 27 Jan 2013 16:03:35 -0500  "Isaac (.ike) Levy" wrote: On Jan 25, 2013, at 8:27 PM, John Mehr wrote: On Fri, 25 Jan 2013 10:27:23 +0100   Oliver Brandmueller wrote: Also I'd like to mention John Mehr, who's work on a "lightweight, dependency-free, BSD

Re: countdown from 31: helping with the FAQ

2013-01-28 Thread John Nielsen
Cherry-picking a few: [install-PLIP] Has anyone used PLIP successfully on a currently-supported version of FreeBSD? (or any version since 4.x?) The last I remember hearing about it was Julian Stacey saying it didn't work in 2007. JHB has made http://lists.freebsd.org/pipermail/freebsd-hackers/

Re: svn - but smaller?

2013-02-01 Thread John Mehr
On Wed, 30 Jan 2013 13:47:52 +0100 Arrigo Marchiori wrote: > On Tue, Jan 29, 2013 at 11:48:31AM -0500, Isaac (.ike) > I tried the attached script to download > http://svn.freebsd.org/base/stable/9/ In 27 minutes it >downloaded 67 > megabytes, corresponding to 42 KByte/sec, th

Re: svn - but smaller?

2013-02-01 Thread John Mehr
Hey Jonn, this news is better than my Monday AM coffee. Once you have something working, however crudely, I'd love to link/post/reference it on the growing wiki page- so folks can give it a whirl. https://wiki.freebsd.org/UsersFetchingSource (If this project succeeds, it will neatly get rid o

Re: problems with the mfi

2013-02-05 Thread John Baldwin
TER 719 SECONDS > ... > > another reboot usualy fixes this. Does it have the latest firmware? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-07 Thread John Baldwin
amp;& pci_get_device(ich_device) != PCI_DEV_82801CA && pci_get_device(ich_device) != PCI_DEV_82801DB)) return; Can you get pciconf -lc output? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.or

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-07 Thread John Baldwin
On Thursday, February 07, 2013 1:28:30 pm Mikhail T. wrote: > On 07.02.2013 13:16, John Baldwin wrote: > > Can you get pciconf -lc output? > Here: > > hostb0@pci0:0:0:0: class=0x06 card=0x > chip=0x11308086 rev=0x02 hdr=0x00 > cap 09[88] =

Re: NFSv4 + Kerberos permission denied

2013-02-07 Thread John Marshall
em permissions allow to "other" because, without nfsuserd, it can't map your kerberos principal to a uid. Of course, I could be wrong... -- John Marshall signature.asc Description: OpenPGP digital signature

Re: 9.1-RELEASE AMD64 crash under VBox 4.2.6 when IO APIC is disabled

2013-02-11 Thread John Baldwin
creen (seems different cause of crash), when IO APIC > is disabled in VBox (which is a default). I thought AMD64 is not > related to APIC..? > Best regards :-) > Tomek You will need to add 'device atpic' to your kernel config and build a custom kernel. All real amd64-capable har

Re: Installing FreeBSD 9.1 amd64 on IBM x3550 M3

2013-02-11 Thread John Alex.
On 02/12/2013 02:59 AM, kpn...@pobox.com wrote: On Mon, Feb 11, 2013 at 11:43:55AM -0800, Kevin Oberman wrote: On Mon, Feb 11, 2013 at 9:58 AM, Panagiotis Christias wrote: I suppose trying an 8.3 installation would be the easiest way to use MBR instead of GPT, right; That would do it, but

Re: 9.1-RELEASE AMD64 crash under VBox 4.2.6 when IO APIC is disabled

2013-02-13 Thread John Baldwin
On Monday, February 11, 2013 4:34:37 pm CeDeROM wrote: > On Mon, Feb 11, 2013 at 10:06 PM, John Baldwin wrote: > > On Sunday, February 10, 2013 1:16:16 pm CeDeROM wrote: > >> Hey :-) I have just noticed that booting installation media for > >> FreeBSD 9.1-RELEASE AM

Re: 9.1-RELEASE AMD64 crash under VBox 4.2.6 when IO APIC is disabled

2013-02-14 Thread John Baldwin
On Wednesday, February 13, 2013 6:56:06 pm CeDeROM wrote: > On Wed, Feb 13, 2013 at 4:48 PM, John Baldwin wrote: > >> The simple answer that I have deduced is that APIC is MANDATORY for > >> AMD64 machines and they won't run otherwise? This is why generic AMD64 > >

Re: 9-STABLE -> NFS -> NetAPP:

2013-02-15 Thread John Baldwin
P_SHOULDSTOP(p) == P_STOPPED_SIG && + td->td_flags & TDF_SBDRY) { + KASSERT(return_instead, + ("TDF_SBDRY set for unsafe thread_suspend_check")); + return (0); + } + + /* * If the

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-15 Thread John Baldwin
On Thursday, February 07, 2013 2:25:17 pm John Baldwin wrote: > On Thursday, February 07, 2013 1:28:30 pm Mikhail T. wrote: > > On 07.02.2013 13:16, John Baldwin wrote: > > > Can you get pciconf -lc output? > > Here: > > > > hostb0@pci0:0:0:0: class=0

Re: 9-STABLE -> NFS -> NetAPP:

2013-02-15 Thread John Baldwin
On Friday, February 15, 2013 10:21:11 am Rick Macklem wrote: > Konstantin Belousov wrote: > > On Fri, Feb 15, 2013 at 08:44:43AM -0500, John Baldwin wrote: > > > On Thursday, February 14, 2013 10:05:56 pm Rick Macklem wrote: > > > > Marc Fournier wrote: > > &

Re: 9-STABLE -> NFS -> NetAPP:

2013-02-19 Thread John Baldwin
;Deferring non-STOP suspension: SHOULDSTOP: %x p_flag %x\n", + P_SHOULDSTOP(p), p->p_flag); + return (0); + } +#endif + + /* * If the process is waiting for us to exit,

Re: IPMI serial console

2013-02-21 Thread John Baldwin
using all these hints, just use these three in loader.conf: console="comconsole vidconsole" console_speed=115200 console_port="0x" (where is the correct I/O port for COM3, 0x3e8 maybe?) -- 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: IPMI serial console

2013-02-21 Thread John Baldwin
On Thursday, February 21, 2013 4:56:02 pm Daniel O'Connor wrote: > > On 22/02/2013, at 2:19, John Baldwin wrote: > >> Does anyone have any hints? > > > > Rather than using all these hints, just use these three in loader.conf: > > > > console=&quo

Re: svn - but smaller?

2013-02-23 Thread John Mehr
Hello all, I've believe I've made just about all of the progress optimizing svnup as I can and I've just submitted it as a new port. With my ~ 350kb/s DSL connection, it now takes just under 30 minutes to download a fresh base/releng/8.3 tree using svnup (Subversion's svn takes appr

Re: svn - but smaller?

2013-02-24 Thread John Mehr
sprintf(command, >""); > > I'm not sure what the intention is here. If it's to >terminate the > buffer, then all of these should be: > > command[0] = '\0'; Correct. Clang didn't complain when I wen

Re: IPMI serial console

2013-02-26 Thread John Baldwin
On Thursday, February 21, 2013 5:55:01 pm Glen Barber wrote: > On Thu, Feb 21, 2013 at 05:23:14PM -0500, John Baldwin wrote: > > On Thursday, February 21, 2013 4:56:02 pm Daniel O'Connor wrote: > > > > > > On 22/02/2013, at 2:19, John Baldwin wrote: >

Re: IPMI serial console

2013-02-26 Thread John Baldwin
On Thursday, February 21, 2013 5:42:08 pm Daniel O'Connor wrote: > > On 22/02/2013, at 8:53, John Baldwin wrote: > >> I also tried booting with '-D -h -S 115200' but nothing either. > > > > Sorry, those should be 'comconsole_speed' and '

Re: FreeBSD-9.1 would not boot on pentium3 laptop

2013-02-26 Thread John Baldwin
On Tuesday, February 26, 2013 1:10:37 am Mikhail T. wrote: > 15.02.2013 08:49, John Baldwin ???(??): > > Were you able to test this patch? > Yes, with the patch my laptop boots -- even after I removed the > work-around (hint.ichss.0.disabled="1" from device.hints).

Re: mfi timeouts

2013-02-26 Thread John Baldwin
; running "mfiutil show > volumes" every minute doesn't make the freezes go away. > Will this small patch be ok on 8.2-RELEASE-p4? Thanks. You can use the patch on 8.2. -- 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: mfi timeouts

2013-02-27 Thread John Baldwin
ing a read, not forcing I/O buffers to be flushed to disk. -- 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: Sanity Check on Mac Mini

2013-03-07 Thread John Mehr
On Thu, 7 Mar 2013 14:18:23 -0800  Doug Hardie wrote: On 7 March 2013, at 11:57, Kevin Oberman wrote: On Thu, Mar 7, 2013 at 11:10 AM, Doug Hardie wrote: On 7 March 2013, at 06:42, Richard Kuhns wrote: > On 03/07/13 01:59, Doug Hardie wrote: >> I have a new Mac Mini and have enco

Re: Sanity Check on Mac Mini

2013-03-08 Thread John Mehr
I have investigated the bless command and nothing I find on google gives me any good ideal on what folder/file to bless.  I am wondering if just using the volume command and ignoring folder and file would work? Hello, If memory serves, I used it in device mode and used the --setBoot option t

Re: svn - but smaller?

2013-03-11 Thread John Mehr
On Mon, 11 Mar 2013 15:16:53 -0400  Patrick McEvoy wrote: Hello John, This is Patrick the BSDTV guy. If you have the time / inclination, would you like to do a quick walk through svnup?**If you have a machine that will run Skype, I could record you doing a walk through including all the

Re: svn - but smaller?

2013-03-12 Thread John Mehr
On Tue, 12 Mar 2013 02:20:37 +0100  "Michael Ross" wrote: On Tue, 12 Mar 2013 00:15:35 +0100, John Mehr wrote: On Mon, 11 Mar 2013 15:16:53 -0400   Patrick McEvoy wrote: Hello John, This is Patrick the BSDTV guy. If you have the time / inclination, would you like to do a

Re: svn - but smaller?

2013-03-12 Thread John Mehr
On Tue, 12 Mar 2013 09:10:41 -0400  Mark Saad wrote: --- On Mar 11, 2013, at 9:20 PM, "Michael Ross" wrote: On Tue, 12 Mar 2013 00:15:35 +0100, John Mehr wrote: On Mon, 11 Mar 2013 15:16:53 -0400 Patrick McEvoy wrote: Hello John, This is Patrick the BSDTV guy. If yo

Re: svn - but smaller?

2013-03-13 Thread John Mehr
On Wed, 13 Mar 2013 16:29:45 +1100 (EST)  Ian Smith wrote: On Tue, 12 Mar 2013 18:32:28 -0500, John Mehr wrote: > On Tue, 12 Mar 2013 02:20:37 +0100 >  "Michael Ross" wrote: > > On Tue, 12 Mar 2013 00:15:35 +0100, John Mehr wrote: [..] > > > Hello, &g

Re: svn - but smaller?

2013-03-13 Thread John Mehr
On Tue, 12 Mar 2013 19:57:13 -0600 (MDT)  Warren Block wrote: On Tue, 12 Mar 2013, John Mehr wrote: On Tue, 12 Mar 2013 02:20:37 +0100  "Michael Ross" wrote: What'd you think about a syntax extension along the lines of svnup --bsd-base svnup --bsd-port

Re: svn - but smaller?

2013-03-13 Thread John Mehr
On Wed, 13 Mar 2013 14:50:43 -0400  "David Magda" wrote: On Tue, March 12, 2013 19:32, John Mehr wrote: This sounds good to me, and as long as there's some sort of a consensus that we're not breaking the principle of least surprise, I'm all for it.  The one default

Re: svn - but smaller?

2013-03-15 Thread John Baldwin
On Wednesday, March 13, 2013 10:11:28 pm John Mehr wrote: > > And svnup(1) really should mention that any files in the > >target tree not > > in the repository will be deleted, which was > >(explicitly) not the case > > with c{,v}sup. I only lost a few acpi

Re: svn - but smaller?

2013-03-16 Thread John Mehr
On Sun, 17 Mar 2013 02:14:30 +1100 (EST)  Ian Smith wrote: On Wed, 13 Mar 2013 21:11:28 -0500, John Mehr wrote: > On Wed, 13 Mar 2013 16:29:45 +1100 (EST) >  Ian Smith wrote: svn0.us-west.freebsd.org as per example, but it's the closest to here anyway; pings avg 217.5ms stddev 0.4

Re: Core Dump / panic sleeping thread

2013-03-20 Thread John Baldwin
t for another patch - or? > > I think the following is what I mean. As an additional note, why nfs > client does not trim the buffers when server reported node size change ? Will changing the size always result in an mtime change forcing the client to throw away the data o

Re: svn - but smaller?

2013-03-24 Thread John Mehr
On Sun, 24 Mar 2013 05:55:19 +0200  Markiyan Kushnir wrote: Hello John, Tested svnup for a while, and I can say it does its job well, and works basically as I would expect, so thanks for your initiative. Although it appears to be quite resource greedy. Most of the time it showed

<    3   4   5   6   7   8   9   10   11   12   >