Re: Virtio and GEOM labels

2013-03-25 Thread John Nielsen
On Mar 22, 2013, at 8:14 AM, Paul Mather wrote: > I'm running FreeBSD 9-STABLE as a guest under RHEL 6.4 KVM virtualisation. I > have networking and storage in the FreeBSD guest using the Virtio drivers > (with the virtual disk set to "Virtio" in the definition on the host). > Everything is

Re: [patch] IPMI KCS can drop the lock while servicing a request

2013-04-02 Thread John Baldwin
ting but so long. I had some other comments about this patch in my reply to when it was committed. -- 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: gptzfsboot: error 4 lba 30

2013-04-02 Thread John Baldwin
hat are small? An error code of 4 means 'sector not found' or 'read error'. It would be interesting to see the output of 'lsdev -v' from the loader prompt. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://l

Re: 9.1-REL Supermicro H8DCL-iF kernel panic

2013-04-03 Thread John Baldwin
believe this is a chip bug of some sort, but I've no idea whose fault it is. It has only been reported on SuperMicro *8* boards to date. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: svn - but smaller?

2013-04-10 Thread John Mehr
On Tue, 9 Apr 2013 17:05:28 +0200  "Patrick M. Hausen" wrote: Hi, all, first a big big thank you to John an all others involved for all the work. A bit more slowly than cvsup but definitely a lot more convenient than using plain subversion. Part of the slow performance may

Re: svn - but smaller?

2013-04-12 Thread John Mehr
On Fri, 12 Apr 2013 10:28:10 +0300  Markiyan Kushnir wrote: ok, looks like the mere fix to the strlen() call as you suggested earlier doesn't resolve the issue of CPU eating up. On 12.04.2013 08:43, mrb...@gmail.com wrote: On Friday, April 12, 2013 1:09:53 AM UTC+6, Markiyan Kushnir wrote

Re: svn - but smaller?

2013-04-12 Thread John Mehr
On Thu, 11 Apr 2013 01:39:32 -0700 (PDT)  mrb...@gmail.com wrote: On Thursday, April 11, 2013 1:14:57 PM UTC+6, mrb...@gmail.com wrote: I've placed the patched svnup.c (0.56), the diff and two statically linked binaries on http://ftp.ufanet.ru/pub/boco/freebsd/svnup/ I'm sorry, svnup.c.dif

Re: svn - but smaller?

2013-04-14 Thread John Mehr
On Sat, 13 Apr 2013 14:41:46 +0300  Markiyan Kushnir wrote: On 13.04.2013 11:29, Markiyan Kushnir wrote: The only thing I would like to add -- tree lookup did make a good effect on CPU consumption. John, I'm just curious, did you consider sys/tree.h for tree implementation? I re

Re: svn revision stable/9

2013-04-23 Thread John Mehr
the information, and since "svnup" is not "svn", it can't > get it, thus there's nothing to print. > svnversion is the specific binary that is required, but svnup does not pull in metadata. As always, thanks for the insights Glen -- that was the piece

Re: SunFire X2200 ilo's bge1 DOWN/UP

2013-05-30 Thread John Baldwin
t query interface state such as an SNMP server, ladvd, etc. If you wanted help you could modify the patch so that it does something like this: if (/* test for IFF_UP */) { BGE_UNLOCK(sc); if_printf(ifp, "state queried on down interface by pid %d (%s)", curt

Re: System doesn't dump

2013-05-30 Thread John Baldwin
le for /var/crash. > > I'm looking for that secret, undocumented trigger, that makes the > system dump if a panic occurs. Once upon a time dumping just worked > if the swap partition was large enough. I miss those olden days. Does /dev/dumpdev exi

Re: FreeBSD-9.1: machine reboots during snapshot creation, LORs found

2013-05-31 Thread John Baldwin
ed ;-(. > > I have checked and even rebuilt the (UFS1) fs in question > from scratch. I have also seen this happen on an UFS2 on > another machine and on a third one when running "dump -L" > on a root fs. > > Any hints of how to proceed? Would it be possible

Re: ZFS LZ4 Upgrade

2013-06-03 Thread John Nielsen
On Jun 3, 2013, at 12:52 PM, Kenta Suzumoto wrote: > Hi. I'm planning on doing a ZFS root installation on a remote server very > soon. The company only offers a 9.0 and 9.1 installation and "rescue" > (nfs/pxe boot with ramdisk basically) system. I'd like to use LZ4 with the > ZFS root pool, s

Re: Reproducable Infiniband panic

2013-06-06 Thread John Baldwin
;f_vnode, filp); kfree(filp); } @@ -232,6 +232,7 @@ linux_dev_open(struct cdev *dev, int oflags, int d filp->f_dentry = &filp->f_dentry_store; filp->f_op = ldev->ops; filp->f_flags = file->f_flag; + filp->f_vnode = file-&

Re: Reproducable Infiniband panic

2013-06-07 Thread John Baldwin
On Friday, June 07, 2013 5:07:34 am Julian Stecklina wrote: > On 06/06/2013 08:57 PM, John Baldwin wrote: > > On Thursday, June 06, 2013 9:54:35 am Andriy Gapon wrote: > [...] > >> The problem seems to be in incorrect interaction between devfs_close_f and > >> linux_

Re: Reproducable Infiniband panic

2013-06-10 Thread John Baldwin
On Monday, June 10, 2013 8:04:12 am Julian Stecklina wrote: > On 06/07/2013 06:06 PM, John Baldwin wrote: > > On Friday, June 07, 2013 5:07:34 am Julian Stecklina wrote: > >> On 06/06/2013 08:57 PM, John Baldwin wrote: > >>> On Thursday, June 06, 2013

Re: ACPI Warning, then hang

2013-06-10 Thread John Baldwin
All sorts of vendors ship tables with busted checksums that are in fact fine. :( However, the table name looks very odd which is more worrying. Booting without ACPI enabled would be a good first step. Trying a verbose boot to capture the last message before the hang would also be useful. -- 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: ACPI Warning, then hang

2013-06-14 Thread John Baldwin
e as well. I think the BIOS is just broken I'm afraid. :( -- 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: zpool labelclear destroys GPT data

2013-06-14 Thread John Baldwin
e). No idea how many have checksums though.. Well, you could have zpool check if there is a valid ZFS label and prompt/warn if it doesn't find one on whatever device it's about to wipe. That doesn't fix the gmirror/gpt case, but it might make zpool more intuitive to use. -- Jo

Re: FreeBSD-9.1: machine reboots during snapshot creation, LORs found

2013-06-17 Thread John Baldwin
On Sunday, June 16, 2013 2:39:42 am Andre Albsmeier wrote: > On Fri, 31-May-2013 at 16:51:03 +0200, John Baldwin wrote: > > On Friday, May 31, 2013 8:26:11 am Andre Albsmeier wrote: > > > Each day at 5:15 we are generating snapshots on various machines. > > > This use

Re: request for your comments on release documentation

2013-06-27 Thread John Nielsen
On Jun 12, 2013, at 11:49 AM, Hiroki Sato wrote: > I would like your comments on release notes for each release. > Although I have been working on editing them for years, the workflow > is still not optimal and sometimes delay of the preparation became an > obstacle for release process. I would

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-08 Thread John Baldwin
ok in Intel's SDM manuals) means it got an interrupt vector < 32 (probably zero). Perhaps it asserted an interrupt in an I/O APIC before the I/O APIC was properly reset? Are you using MSI at all? -- 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: locks under printf(9) and WITNESS = panic?

2013-07-11 Thread John Baldwin
freebsd-current/2012- January/031375.html > > Any ideas? Yeah, that lock needs to be MTX_RECURSE (the cnputs_mtx). However, it only recurses under witness. *sigh* -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd

Re: syncer causing latency spikes

2013-07-17 Thread John Baldwin
to something like 1024, at least on 64bit > architectures which do not starve for kernel memory. Also, if you are seeing I/O stalls with mfi(4), then you might need a firmware update for your mfi(4) controller. cc'ing smh@ who knows more about that particular issue (IIRC). -- John Baldw

experience with 9.2-PRERELEASE

2013-07-17 Thread John Reynolds
Hello all, I have some feedback for the recently prepared snapshot of 9.2-RELEASE. I've been trying like crazy to get the 9x series code installed on a brand new workstation I'm building. It consists of a brand new ASRock motherboard and haswell i7-4770k processor, Z87 chipset. I tried at fir

Re: experience with 9.2-PRERELEASE

2013-07-17 Thread John Reynolds
On 7/17/2013 5:48 PM, Glen Barber wrote: Hi John, Do you have a SATA drive you can try with this hardware? It would be useful to know if that works, or same errors, etc. Glen I do, and that was my plan for tomorrow. A bit under the weather today. I will most definitely report back any

Re: experience with 9.2-PRERELEASE

2013-07-18 Thread John Reynolds
On 7/18/2013 12:36 AM, Steven Hartland wrote: Is the SSD running at 6Gbps? If so have you tried limiting the speed to 3Gbps? I would imagine so. It has a 6Gbps interface and the Z87 board does also--so I can only imagine it's trying to go as fast as possible by default. I will fiddle with the B

Re: experience with 9.2-PRERELEASE

2013-07-18 Thread John Reynolds
John, in addition to suggestions/replies from others, can you also try the 10.0-CURRENT snapshot? In particular, if your problem continues with a SATA drive, I am curious if the problem still exists in head/. http://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/ Thanks. Yes, I can try

Re: experience with 9.2-PRERELEASE

2013-07-18 Thread John Reynolds
On 7/18/2013 8:49 AM, Glen Barber wrote: On Wed, Jul 17, 2013 at 08:49:39PM -0700, John Reynolds wrote: today. I will most definitely report back any findings. Thanks for your reply! John, in addition to suggestions/replies from others, can you also try the 10.0-CURRENT snapshot? In

Re: [REGRESSION] Root zpool mounting broken between 06/30/2013 and 07/21/2013 when PS/2 support compiled into the kernel

2013-07-22 Thread John Baldwin
before doing any work that needs to be torn down. > > PR: kern/91594 > Approved by:re (marius) I strongly doubt that this is related. It would be most helpful if you could obtain a dmesg from the new kernel

NFS locking between 8.3-STABLE (jan 2013) and 9.2-BETA2 -- Firefox SQLite locking issue

2013-08-03 Thread John Reynolds
Hello all, I've been recently building up a new Haswell box and after overcoming several problems have gotten things to mostly work. But I got stuck when trying to use Firefox 22. The bookmarks editor/container was always coming up empty and I was not able to import bookmarks I had from a sav

SOLVED: Re: NFS locking between 8.3-STABLE (jan 2013) and 9.2-BETA2 -- Firefox SQLite locking issue

2013-08-07 Thread John Reynolds
About all you need to do is add a "V4: ..." line to your /etc/exports and then set nfsv4_server_enable="YES" in /etc/rc.conf and reboot. On the client mount, you need to add "nfsv4" as a mount option. I had to enable the proper daemons and mount on the client from the actual server mount point (p

Re: Why are cardbus drivers cbb(4) and pccard(4) still included in GENERIC?

2013-08-29 Thread John Baldwin
you would load them during boot when you saw an appropriate PCI device. Currently we don't autoload any PCI drivers, so I don't think that should be a blocker for taking these out of GENERIC. Warner is probably the best person to ask

Re: unexpected idprio 31 behavior on 9.2-BETA2 and 9.2-RC1

2013-09-04 Thread John Baldwin
/* Lowest priority thread. */ u_char tdq_ipipending; /* IPI pending. */ u_char tdq_idx;/* Current insert index. */ u_char tdq_ridx; /* Current removal index. */ @@ -2323,7 +2323,7 @@ sched_choose(void)

Re: 9.2-PRERELEASE #0 r254557 amd64: core dump on shutdown

2013-09-11 Thread John Baldwin
reproducible? > #6 0x80cdc843 in calltrap () > at /usr/src/sys/amd64/amd64/exception.S:232 > #7 0x80b71085 in swapoff_one (sp=0xfe0006296600, > cred=0xfe00037a0e00) at /usr/src/sys/vm/swap_pager.c:1753 Relevant line is: 1753for (swap = swha

Re: 9.2-PRERELEASE #0 r254557 amd64: core dump on shutdown

2013-09-12 Thread John Baldwin
On Thursday, September 12, 2013 1:29:40 am Marko Cupać wrote: > On Wed, 11 Sep 2013 11:11:24 -0400 > John Baldwin wrote: > > > Is this reproducible? > > It happened a few times before (maybe 3-4 times this year), but I can't > reproduce it intentionally. Hmm, I&#x

9.2-RC4 amd64 panic: vm_page_unwire

2013-09-26 Thread John Marshall
de the core.txt.[0-2] files available in the following directory. The directory is not browsable. http://www.riverwillow.net.au/~john/92rc4/ -- John Marshall pgpmZwGKbJWGM.pgp Description: PGP signature

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-09-27 Thread John Marshall
On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wrote: > > I'm running 9.2-RC4 on a handful of desktop and server machines (both > > i386 and amd64). I have seen three panics (all vm_page_unwire) on one

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-09-29 Thread John Marshall
On Sat, 28 Sep 2013, 17:27 +0200, Oliver Pinter wrote: > On 9/28/13, John Marshall wrote: > > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > >> On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wrote: > >> > The first two panics were trigger

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-09-30 Thread John Marshall
On Mon, 30 Sep 2013, 09:24 +0200, Oliver Pinter wrote: > On 9/29/13, John Marshall wrote: > > On Sat, 28 Sep 2013, 17:27 +0200, Oliver Pinter wrote: > >> On 9/28/13, John Marshall wrote: > >> > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > &g

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-10-01 Thread John Marshall
On Mon, 30 Sep 2013, 19:55 +1000, John Marshall wrote: > Another data point: both systems on which I have seen this panic have > the ipmi driver compiled in. ipmi makes the BMC's watchdog timer > available to the system. So, I decided to revert my source tree to a clean releng/9.

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-10-04 Thread John Marshall
On Mon, 30 Sep 2013, 19:55 +1000, John Marshall wrote: > > >> > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > > >> >> On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wrote: > > >> >> > I have made the core.txt.[0-2]

Re: Device timeout from mfi(9) while booting 9.2-RELEASE

2013-10-04 Thread John Marshall
020/info) - Board Revision 04B > > === Product Name: Intel (R) RAID Controller RS2BL080 mfi0: Megaraid SAS driver Ver 4.23 mfi0: 11650 (boot + 4s/0x0020/info) - Firmware version 2.130.03-1332 mfi0: 11651 (boot + 5s/0x0020/info) - Package version 12.13.0-0104 mfi0: 11652 (boot + 5s/0x0

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-10-05 Thread John Marshall
On Fri, 04 Oct 2013, 23:29 +1000, John Marshall wrote: > On Mon, 30 Sep 2013, 19:55 +1000, John Marshall wrote: > > > >> > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > > > >> >> On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wro

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-10-05 Thread John Marshall
releng/9.2 branch (r253912). There has been more such activity in stable/9 since the branch but a system running stable/9 from yesterday still produces this panic. -- John Marshall pgpMu6CjxHwnh.pgp Description: PGP signature

Re: 9.2-RC4 amd64 panic: vm_page_unwire

2013-10-07 Thread John Marshall
Xfast_syscall+0xf7 Additional information is in core.txt.31 in the same location indicated in my OP. -- John Marshall pgpctZUOjHkc1.pgp Description: PGP signature

Re: Suspected libkvm infinite loop

2015-03-10 Thread John Baldwin
h dump after it reboots, switch to the fstat process via the 'proc ' command and get a backtrace via 'bt'. -- 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: There has to be a better way of merging /etc during a major freebsd-update

2015-03-12 Thread John Baldwin
reebsd-update is set to update your source tree on each update and to not do any /etc merges After your next run of 'freebsd-update', run 'etcupdate' to merge in any changes to '/etc'. It can generally cope with simple merges similar to 'svn up'. If it encounters a conflict, it saves off a copy of the file with conflict markers for you to resolve via 'etcupdate resolve' but leaves the "old" file in /etc untouched until you resolve the conflict. -- 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: Suspected libkvm infinite loop

2015-03-12 Thread John Baldwin
On Wednesday, March 11, 2015 02:00:41 PM Nick Frampton wrote: > On 11/03/15 07:59, Mark Johnston wrote: > > On Tue, Mar 10, 2015 at 02:10:09PM -0400, John Baldwin wrote: > >> Often loops using libkvm are due to programs using libkvm are trying to > >> read > >&g

Re: Suspected libkvm infinite loop

2015-03-12 Thread John Baldwin
On Thursday, March 12, 2015 12:40:23 PM Konstantin Belousov wrote: > On Wed, Mar 11, 2015 at 09:34:07PM -0700, Mark Johnston wrote: > > On Thu, Mar 12, 2015 at 02:05:32PM +1000, Nick Frampton wrote: > > > On 12/03/15 00:38, John Baldwin wrote: > > > >>> It sou

Re: On-going laptop brightness issues

2015-03-13 Thread John Baldwin
re is a viable workaround the gain from merging this probably outweighs the downside. -- 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: HP EliteBook EFI boot failure

2015-03-16 Thread John Baldwin
ght generate other random corruption even in the non-gzip case. I think the chance that it helps is low, but it isn't quite zero. -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To uns

Re: savecore problem

2015-03-16 Thread John Baldwin
gt; (...) > > > /dev/ufs/varfs /varufs rw,noatime > > 2 2 > > > > Last I checked, savecore had to happen very early --- before filesystems > other than / are mounted. No, it can happen after that. What really has to happen is th

Re: savecore problem

2015-03-16 Thread John Baldwin
On Monday, March 16, 2015 11:54:52 AM Michael Jung wrote: > On 2015-03-16 11:23, John Baldwin wrote: > > On Monday, March 16, 2015 10:17:54 AM Brandon Allbery wrote: > >> On Mon, Mar 16, 2015 at 9:40 AM, Michael BlackHeart > >> > >> wrote: > >> >

Re: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-21 Thread John Baldwin
can't mix deeper sleep states with the TSC as timecounter, but those CPUs are getting to be a bit older at this point. -- 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: RELENG_10 performance regression (was Re: 35-40% performance drop releng9 vs releng10 openvpn

2015-03-21 Thread John Baldwin
On 3/21/15 12:31 PM, Adrian Chadd wrote: > On 21 March 2015 at 08:52, John Baldwin wrote: >> On 3/20/15 8:46 PM, Mike Tancsa wrote: >>> On 3/20/2015 8:15 PM, Konstantin Belousov wrote: >>>>> >>>>> For the purpose of devfs, does it make sense to b

Re: Build failed in Jenkins: FreeBSD_stable_9 #729

2015-03-31 Thread John Baldwin
er.y.h mv: rename dtparserparse.h to dtparser.y.h: No such file or directory *** [dtparser.y.h] Error code 1 I suspect this is some sort of race with -j? -- John Baldwin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Getting going with a new Dell 7810

2015-06-16 Thread John Nielsen
On Jun 16, 2015, at 12:39 PM, Ronald Klop wrote: > What does 'sysctl kern.vty' say? If it is not 'vt', you need the following > stuff. > > /boot/loader.conf should contain > kern.vty="vt" > > And /etc/rc.conf > kld_list="radeonkms" > > Or something similar. > > FreeBSD is in the transition o

Re: suspend/resume regression

2015-06-30 Thread John Baldwin
I'm traveling and AFK for a week or so more, but I did test this MFC including suspend/resume with CardBus, etc. on a T440 before committing it. It would be good to know if HEAD works for you. If it does then there's likely another fix from HEAD that you need merged. -- John Bal

Will 10.2 also ship with a very stale NTP?

2015-07-10 Thread John Marshall
d to offer as a replacement but that is presumably not ready yet. I also note that we have current versions of ntp available in ports; but I'm talking about what we ship in the base system. -- John Marshall pgptedBLgTA3B.pgp Description: PGP signature

Re: suspend/resume regression

2015-07-15 Thread John Baldwin
been moving house and generally offline since mid-June (and I'm not really fully online yet). My last request was if Kevin (or someone else with an affected laptop) could test HEAD to see if there is a missing bugfix on HEAD that needs to be merged. This specific change was tested on HEAD

10.2-BETA2 ntpd problem with autokey

2015-07-21 Thread John Marshall
after rebuilding with libmd excluded. Patch with Bug 201738 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201738 -- John Marshall pgplNaDwLQ_WQ.pgp Description: PGP signature

Re: suspend/resume regression

2015-07-22 Thread John Baldwin
pci_set_powerstate(child, dstate); } } Index: . === --- . (revision 285761) +++ . (working copy) Property changes on: . ___ Modified

10.2-BETA2 patch etc/ntp.conf to enable ntpd pool client functionality

2015-07-23 Thread John Marshall
2 u 32 64 17 31.100 -7.764 3.887 +202.127.210.37 130.102.2.1233 u 32 64 17 40.1812.001 2.074 +2001:df0:fe:2:: 130.102.2.1233 u 32 64 17 45.9742.414 2.502 -- John Marshall pgp2bX3AHP32o.pgp Description: PGP signature

Re: suspend/resume regression

2015-07-29 Thread John Baldwin
On Saturday, July 25, 2015 03:54:40 PM Kevin Oberman wrote: > John, > > I'm concerned that two issues may be getting conflated. > > The issue I thought we were looking at was the failure of some systems > (T520, X220, T430) to resume after a number of PCI enhancement

Re: Panic on 11-STABLE with Xen guest

2018-11-26 Thread John Baldwin
idea. Roger, the main changes that aren't MFC'd to 11 from 12/head seem to be some refcounting on event channels and PVHv2 vs PVHv1? -- John Baldwin ___ freebsd-stab

/dev/crypto not being used in 12-STABLE

2018-12-06 Thread John Nielsen
I have upgraded two physical machines from 11-STABLE to 12-STABLE recently (one is 12.0-PRERELEASE r341380 and the other is 12.0-PRERELEASE r341391). I noticed today that neither machine seems to be utilizing /dev/crypto. Typically I see at least ssh/sshd have the device open plus some programs

Re: /dev/crypto not being used in 12-STABLE

2018-12-06 Thread John Nielsen
> On Dec 6, 2018, at 4:04 PM, Xin LI wrote: > > On Thu, Dec 6, 2018 at 11:37 AM John Nielsen wrote: >> >> I have upgraded two physical machines from 11-STABLE to 12-STABLE recently >> (one is 12.0-PRERELEASE r341380 and the other is 12.0-PRERELEASE r341391). I &g

Re: /dev/crypto not being used in 12-STABLE

2018-12-06 Thread John Baldwin
On 12/6/18 3:24 PM, John Nielsen wrote: >> On Dec 6, 2018, at 4:04 PM, Xin LI wrote: >> >> On Thu, Dec 6, 2018 at 11:37 AM John Nielsen wrote: >>> >>> I have upgraded two physical machines from 11-STABLE to 12-STABLE recently >>> (one is 12.0-PREREL

Re: /dev/crypto not being used in 12-STABLE

2018-12-06 Thread John Nielsen
> On Dec 6, 2018, at 4:39 PM, John Baldwin wrote: > > On 12/6/18 3:24 PM, John Nielsen wrote: >>> On Dec 6, 2018, at 4:04 PM, Xin LI wrote: >>> >>> On Thu, Dec 6, 2018 at 11:37 AM John Nielsen wrote: >>>> >>>> I have upgrade

Re: /dev/crypto not being used in 12-STABLE

2018-12-07 Thread John Baldwin
On 12/6/18 4:19 PM, Konstantin Belousov wrote: > On Thu, Dec 06, 2018 at 04:48:35PM -0700, John Nielsen wrote: >> Is aesni(4) even required if all you want is userland acceleration? >> > No, it is not. Same for rdrand_rng(4), if an application uses hw random > source di

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-21 Thread John Baldwin
proc->p_comm] = count()' Let that run and then Ctrl-C after you see some warnings. >     ---Mike > > On 8/19/2019 9:30 PM, John Baldwin wrote: >> Author: jhb >> Date: Tue Aug 20 01:30:35 2019 >> New Revision: 351246 >> URL: https://svnweb.freebsd.org/changeset

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-21 Thread John Baldwin
On 8/21/19 9:08 AM, mike tancsa wrote: > On 8/21/2019 12:00 PM, John Baldwin wrote: >> dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = >> count()' > > Thanks, I am not familiar with dtrace at all. This command gives a > s

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-22 Thread John Baldwin
On 8/21/19 5:47 PM, Mike Tancsa wrote: > On 8/21/2019 6:38 PM, John Baldwin wrote: >> On 8/21/19 9:08 AM, mike tancsa wrote: >>> On 8/21/2019 12:00 PM, John Baldwin wrote: >>>> dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = >>

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-26 Thread John Baldwin
On 8/26/19 1:59 PM, mike tancsa wrote: > On 8/22/2019 6:51 PM, John Baldwin wrote: >> On 8/21/19 5:47 PM, Mike Tancsa wrote: >>> On 8/21/2019 6:38 PM, John Baldwin wrote: >>>> On 8/21/19 9:08 AM, mike tancsa wrote: >>>>> On 8/21/2019 12:00

Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto

2019-08-27 Thread John Baldwin
On 8/26/19 5:25 PM, John Baldwin wrote: > On 8/26/19 1:59 PM, mike tancsa wrote: >> On 8/22/2019 6:51 PM, John Baldwin wrote: >>> On 8/21/19 5:47 PM, Mike Tancsa wrote: >>>> On 8/21/2019 6:38 PM, John Baldwin wrote: >>>>> On 8/21/19 9:08 AM, mike tan

MRSAS - Connected Sata port question

2019-09-08 Thread John Fleming
https://github.com/freebsd/freebsd/blob/master/sys/dev/mrsas/mrsas_cam.c#L359 ccb->cpi.base_transfer_speed = 15; What is that used for? I poked around /usr/src/sys and found multiple WTF comments. The reason I ask is i have Samsung EVO 860s plugged into a Dell R720 (via LSI 9361 which is wher

Re: Anyone else seeing hangs at "Trying to mount root" after recent commits?

2019-09-11 Thread John Kennedy
On Wed, Sep 11, 2019 at 01:38:14AM -0700, Jack L. wrote: > Yes, I upgraded 2 systems and both experience the same behavior > Dell R610 and Dell 7010 here. Afraid to upgrade any others For what it's worth, I have a Dell Optiplex 9020 booting r352118: FreeBSD FreeBSD 12.1-PRERELEASE #105

Re: Anyone else seeing hangs at "Trying to mount root" after recent commits?

2019-09-11 Thread John Kennedy
On Wed, Sep 11, 2019 at 08:59:58AM -0700, John Kennedy wrote: > For what it's worth, I have a Dell Optiplex 9020 booting r352118: > > FreeBSD 12.1-PRERELEASE #105 r352118+b6945c1f5542(stable/12) > > That's at least after r352025, which may help your bisec

Re: 12.1-PRE-RELEASE, 352114 is ok but 352202 is bad

2019-09-12 Thread John Kennedy
On Wed, Sep 11, 2019 at 11:46:14PM -0400, Yoshihiro Ota wrote: > After updating from 352114 to 352202 on 12/stable, 12.1-PRE-RELEASE, my > kernel stopped booting. > ... This one runs on Parallels VM. ... > As 13-CURRENT with the last night's code boots okay, I suspect some merge > error to the br

Re: Just joined the infiniband club

2019-09-13 Thread John Fleming
On Sat, Sep 7, 2019 at 9:26 PM Jason Bacon wrote: > > On 2019-09-07 19:00, John Fleming wrote: > > Hi all, i've recently joined the club. I have two Dell R720s connected > > directly to each other. The card is a connectx-4. I was having a lot > > of problem with netwo

Question about bottle neck in storage

2019-09-24 Thread John Fleming
Is there anyway to see how busy a SAS/Sata controller is vs disks? I have a R720 with 14 Samsung 860 EVOs in it (its a lab server) in raid 10 ZFS. When firing off a dd I (bs=1G count=10) seems like the disks never go above %50 busy. I'm trying to figure out if i'm maxing out SATA 3 BW or if its so

Re: Question about bottle neck in storage

2019-09-24 Thread John Fleming
On Tue, Sep 24, 2019 at 12:05 PM Pete Wright wrote: > > > > On 9/24/19 8:45 AM, John Fleming wrote: > > Is there anyway to see how busy a SAS/Sata controller is vs disks? I > > have a R720 with 14 Samsung 860 EVOs in it (its a lab server) in raid > > 10 ZFS. > &g

Re: FreeBSD 12.1-BETA2 Now Available

2019-09-28 Thread John Kennedy
On Sat, Sep 28, 2019 at 05:21:12PM +0200, Kurt Jaeger wrote: > Upgrading a 12.1-BETA1 poudriere install with > poudriere jail -u -t 12.1-BETA2 -j 121 > fails with: ... I don't know if it's proper, but just doing a "poudriere jail -u -j 12-1" worked for me, The version reported by "poudrier

Re: Question about bottle neck in storage

2019-09-29 Thread John Fleming
On Tue, Sep 24, 2019 at 1:09 PM Warner Losh wrote: > > > > On Tue, Sep 24, 2019 at 5:46 PM John Fleming > wrote: >> >> Is there anyway to see how busy a SAS/Sata controller is vs disks? I >> have a R720 with 14 Samsung 860 EVOs in it (its a lab server) in raid &

Re: pkg thinks kernel is old

2019-10-09 Thread John Kennedy
On Wed, Oct 09, 2019 at 11:38:25PM +0200, Bengt Ahlgren wrote: > I've ran into this on my 11.3-STABLE system: > > # uname -K > 1103500 > # pkg update -f > Updating ivyp repository catalogue... > Fetching meta.txz: 100%560 B 0.6kB/s00:01 > Fetching packagesite.txz: 100% 410 KiB 419.9

Re: Confused about i915kms on 12.1

2019-10-13 Thread John Kennedy
On Sun, Oct 13, 2019 at 12:35:41PM -0700, Chuck Tuffli wrote: > I've been running 12.0-REL on my X1 Carbon 3rd Gen happily with xorg, > but after installing 12.1-RC1, the laptop reboots when loading the > i915kms driver. If I comment out the line in /etc/rc.conf: > > kld_list="/boot/modules/i915km

Re: Confused about i915kms on 12.1

2019-10-13 Thread John Kennedy
On Sun, Oct 13, 2019 at 02:42:46PM -0700, Chuck Tuffli wrote: > Many thanks to Pete and John. See inline below > ... > I upgraded the box per the release announcement: >freebsd-update upgrade -r 12.1-RC1 >freebsd-update install > with the prescribed reboots and installs.

Re: Running FreeBSD on M.2 SSD

2020-02-24 Thread John Kennedy
On Sun, Feb 23, 2020 at 11:18:08PM -0300, Mario Olofo wrote: > Some time ago I tried to switch from Linux to FreeBSD 12.1, used a WiFi > dongle and all good, until I found that both ZFS and UFS corrupted the > filesystem very fast. > I work with a lot of small files because of web programming (node

Re: Running FreeBSD on M.2 SSD

2020-02-25 Thread John Kennedy
On Tue, Feb 25, 2020 at 11:07:48AM +, Pete French wrote: > I have often wondered if ZFS is more aggressive with discs, because until > very recently any solid state drive I have used ZFS on broke very quicky. ... I've always wondered if ZFS (and other snapshotting file systems) would help ki

Re: 12.1p7 no longer boots after doing zpool upgrade -a

2020-07-09 Thread John Kennedy
On Thu, Jul 09, 2020 at 08:24:54AM -0500, Kyle Evans wrote: > On Thu, Jul 9, 2020 at 8:12 AM Guido van Rooij wrote: > > > > I did a zpool upgrade -a to enable large_dnode and spacemap_v2. > > After that, I did: > > gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 ada0 > > gpart bootcode -b /b

Re: 12.1p7 no longer boots after doing zpool upgrade -a

2020-07-14 Thread John Kennedy
On Fri, Jul 10, 2020 at 02:25:02PM -0500, Kyle Evans wrote: > > So one recipe doesn't even seem to make the freebsd-boot partition, so is > > it > > optional for a pure UEFI boot? Should we always gpart-bootcode it if it > > exists > > and upgrade BOOTx64.efi when the EFI partition exists, or

Re: authentication errors on 'make fetchindex' in /usr/ports

2020-12-03 Thread John Kennedy
On Thu, Dec 03, 2020 at 04:57:53PM -0600, Bob Willcox wrote: > I am trying to upgrade a 12.1-stable system installed back in July to > 12.2-stable. > I downloaded the new ports hierarchy and now when I attempt to run 'make > fetchindex' > I get these errors: > > /usr/bin/env fetch -am -o /usr/p

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-21 Thread John Kennedy
On Wed, Dec 16, 2020 at 05:46:35PM -0700, Warner Losh wrote: > The FreeBSD project will be moving it's source repo from subversion to git > starting this this weekend. The docs repo was moved 2 weeks ago. The ports > repo will move at the end of March, 2021 due to timing issues. ... I filed Bug

Re: iSCSI initiator tester wanted

2007-06-06 Thread John Nielsen
Quoting Danny Braniss <[EMAIL PROTECTED]>: I'm in the last mile before crossing the beta->release line, so I'd like to get some input, and update the list of targets it supports. you can obtain the driver from: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/iscsi-2.0.92.tar.gz Look

Re: iSCSI initiator tester wanted

2007-06-06 Thread John Nielsen
Quoting Danny Braniss <[EMAIL PROTECTED]>: Quoting John Nielsen <[EMAIL PROTECTED]>: Do you have any suggestions on startup integration (rc script, fstab magic, etc)? I know you said once before that that was hopefully coming soon.. this is an attempt: A couple comments just

Re: iSCSI initiator tester wanted

2007-06-06 Thread John Nielsen
Quoting Ivan Voras <[EMAIL PROTECTED]>: Danny Braniss wrote: I'm in the last mile before crossing the beta->release line, so I'd like to get some input, and update the list of targets it supports. you can obtain the driver from: ftp://ftp.cs.huji.ac.il/users/danny/freebsd/iscsi-2

Panic: vm_fault: fault on nofault entry, addr: c1d9c000

2007-06-11 Thread John Walthall
ation, so I could catch the dump.) You can get the complete contents of /var/crash from ftp://[EMAIL PROTECTED]/pub/crash.tar.bz2 Any help would be greatly appreciated! --John machine i386 cpu I686_CPU ident BORODIN # To statically compile in device wiring

Re: FreeBSD Intel i852GM/i855GM DRI problem

2007-06-12 Thread John Walthall
lding world, and report if it works. --John ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD Intel i852GM/i855GM DRI problem

2007-06-14 Thread John Walthall
# Wednesday 13 June 2007 03:37:12 kirjutas John Walthall: # > I will try rebuilding world, and report if it works. # > # > --John It did not. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

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