Re: newfs silently fails if random is not ready (?)

2018-09-05 Thread Mark R V Murray
om_fortuna_seeded=off > debug.fail_point.random_fortuna_seeded: return(1) -> off > > ... > 9e5eb30f > > > Best, > Conrad > ___ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > -- Mark R V Murray signature.asc Description: Message signed with OpenPGP

Re: em broken on current amd64

2015-09-13 Thread Mark R V Murray
> On 13 Sep 2015, at 16:45, Sean Bruno wrote: > Any chance you can turn TSO off if its on and see what your results are? Only TSO4 was on. I turned it off; no difference. M -- Mark R V Murray ___ freebsd-current@freebsd.org mailing list

Re: em broken on current amd64

2015-09-12 Thread Mark R V Murray
> On 8 Sep 2015, at 19:02, Mark R V Murray wrote: > > >> On 8 Sep 2015, at 17:22, Sean Bruno wrote: >> >> >>>>> >>>>> I’m also seeing breakage with the em0 device; this isn’t a kernel >>>>> hang, it is a failure

Re: em broken on current amd64

2015-09-08 Thread Mark R V Murray
ge subclass = ATA atapci0@pci0:2:0:0: class=0x01018f card=0x610111ab chip=0x610111ab rev=0xb1 hdr=0x00 vendor = 'Marvell Technology Group Ltd.' device = '88SE6101/6102 single-port PATA133 interface' class = mass storage subclass = ATA dc0

Re: em broken on current amd64

2015-09-08 Thread Mark R V Murray
> On 8 Sep 2015, at 00:44, Sean Bruno wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > > On 09/07/15 14:10, Mark R V Murray wrote: >> >>> On 5 Sep 2015, at 17:11, Garrett Cooper >>> wrote: >>> >>> >

Re: em broken on current amd64

2015-09-07 Thread Mark R V Murray
device 25.0 on pci0 em0: Using an MSI interrupt em0: Ethernet address: 00:16:76:d3:e1:5b em0: netmap queues/slots: TX 1/1024, RX 1/1024 Fixing it is as easy as … # ifconfig em0 down ; service ipfw restart ; ifconfig em0 up :-) I’m running CURRENT, r287538. This last worked of me a month o

Re: Device random seems broken.

2015-08-22 Thread Mark R V Murray
> On 22 Aug 2015, at 13:49, Mark R V Murray wrote: > > >> On 22 Aug 2015, at 06:03, Steve Kargl >> wrote: >> >> >> Please fix. > > On its way. Fixed. A git commit was in the wrong review (D3197 instead of D3354). This is now committed

Re: Device random seems broken.

2015-08-22 Thread Mark R V Murray
> On 22 Aug 2015, at 06:03, Steve Kargl > wrote: > > > Please fix. On its way. M -- Mark R V Murray ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any m

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Mark R V Murray
and the /dev/da0* devices > have not been destroyed. Weirder and weirder :-(. Something with SX locks? Hmm. I do use those for attach and detach for RNG sources. Could it be that that stick of yours is somehow getting involved in the RNG source locks? M -- Mark R V Murray ___

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Mark R V Murray
dom is probably trying to harvest some entropy. I’m sorry my commit caused the problem. I’m also trying to find out why, but I don’t know enough about USB or mass-storage devices to know why, so this may take me a while. In the meanwhile, I’ll try to help by pointing out things I do know. M -- M

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Mark R V Murray
> On 16 Nov 2014, at 18:21, Ian Lepore wrote: > > On Sun, 2014-11-16 at 18:17 +0000, Mark R V Murray wrote: >>> On 16 Nov 2014, at 17:51, Steve Kargl >>> wrote: >>> >>> Is there a 'random: device_detach():' missing between the 'u

Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-16 Thread Mark R V Murray
> On 16 Nov 2014, at 17:51, Steve Kargl > wrote: > > Is there a 'random: device_detach():' missing between the 'umass0' > and 'da0' messages in the last 4 lines. No. At attach time, the RNG grabs some probe entropy. At detach

Fwd: New /dev/random code for review please.

2014-05-07 Thread Mark R V Murray
Hi Folks, Please could the wisdom-of-crowds apply its collective attention to this? Thanks! M Begin forwarded message: > From: Mark R V Murray > Subject: New /dev/random code for review please. > Date: 4 May 2014 18:28:43 BST > To: "sect...@freebsd.org Team" > Conte

Re: [PATCH RFC] Disable save-entropy in jails

2013-12-25 Thread Mark R V Murray
in jails IFF this didn’t leak out and prevent harvesting in the jail’s host AND this gave a noticeable simplification of script code. M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail

Re: HW fed /dev/random

2013-09-11 Thread Mark R V Murray
reat control over > /dev/random with sysctk kern.random. > Are there considerations to extend the HW-rng-implementation by optional > post processing? Yes. This was discussed in Cambridge recently, and will no doubt be brought up again in Malta. There are indeed plans to post-proce

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-08 Thread Mark R V Murray
gt; revisions), so at the time I thought head/ was still broken for > arm and mips architectures. > > Sorry for the misunderstanding on my part. delphij corrected me on > this. No worries, thanks! Keep up the good work! M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-08 Thread Mark R V Murray
s as it was. I'll look for a way to set this bit from the kernel config file. M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-08 Thread Mark R V Murray
On 8 Sep 2013, at 01:36, Glen Barber wrote: > Either way, I think this commit needs to be reverted until properly > fixed and tested. The hyperbole is getting a little thick. How about sysctl kern.random.sys.seeded=1 ?? M -- Mark R V Murray signature.asc Description: Message

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
hing you like (hopefully random crud) to the device and it seeds itself with what it gets. At file close after the write, it unblocks. So at the minimum, you can unblock Yarrow by doing $ echo '' > /dev/random ... as soon as the device is active. There is your knob. M -- Mark R

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
to make it hard to do the wrong thing by accident. It's not > okay to make it impossible to do that thing on purpose. Again, true, but please bear in mind that things are suboptimal right now. M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
t > don't have a hardware PRNG to start seeding things with? This has some merit; but I need to thing about how to do it. Per-architecture block/no-block defaults are going to get messy unless done properly. M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
On 7 Sep 2013, at 20:12, Sean Bruno wrote: > On Sat, 2013-09-07 at 19:56 +0100, Mark R V Murray wrote: >>> Ok. Right now, the mips kernel doesn't build unless I have random >> built >>> in, we were using it as a module previously. >> >> >&

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
On 7 Sep 2013, at 19:49, Sean Bruno wrote: > On Sat, 2013-09-07 at 19:40 +0100, Mark R V Murray wrote: >>> Looks like it does indeed work if that is set to 1. >>> >>> This "DIR-825" config, should be loading random as a module, not >> built >

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
On 7 Sep 2013, at 19:36, Sean Bruno wrote: > On Sat, 2013-09-07 at 18:39 +0100, Mark R V Murray wrote: >> On 7 Sep 2013, at 17:43, Sean Bruno wrote: >>> trying to enable random on my DIR-825 kernconf I get this on boot: >>> >>> Configuration file: /

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
Please make a change to sys/dev/random/randomdev_soft.c; Around line 82, please change from ".seeded = 0" to ".seeded = 1". If that works, then your report above with the "Entropy device is blocking." is trying to read random numbers before /dev/random is secure;

Re: random(4) update causes mips compile fail | mips boot fail

2013-09-07 Thread Mark R V Murray
> Using interface wlan0 with hwaddr 00:00:88:88:22:22 and ssid "TESTBRUNO" > Entropy device is blocking. Can you please see if you can get the output of "sysctl -a | grep random" at that point? M -- Mark R V Murray signature.asc Description: Message signed with OpenPGP using GPGMail