IPv6 NDP not completing

2019-07-30 Thread Kyle
Hi all, I'm trying to get IPv6 set up on a firewall box running 6.4. I'm using dhcpcd to get an NA and several PDs, which appears to be working fine, but no normal v6 traffic can be sent or received. tcpdump on the egress interface (em3) shows lots of icmp6 neighbor solicits going back and

HID keyboard + usbhidctl weirdness

2019-07-30 Thread Anatoli
Hi all, I have a Logitech diNovo Edge USB keyboard with multimedia keys. By default no multimedia keys work, but also the printscreen button doesn't work. With usbhidctl I can make most of the keys work, but they are split between 2 uhid devices. I have found no way to make printscreen key

Re: RNG question

2019-07-30 Thread Theo de Raadt
Peter J. Philipp wrote: > Before twisting the pool, enqueue_randomness() has a component of time if > I'm not misreading. Why is this done? That is a low-grade question.

Re: RNG question

2019-07-30 Thread Remco
On 30-07-19 09:51, Peter J. Philipp wrote: Hi, I had considered doing some programming in visual studio on windows and I really miss the easy arc4random*() routines there. You may be able to get the arc4ramdon interface on systems other than OpenBSD by extracting the necessary files from:

RNG question

2019-07-30 Thread Peter J. Philipp
Hi, I had considered doing some programming in visual studio on windows and I really miss the easy arc4random*() routines there. Out of boredom I started looking at /sys/dev/rnd.c and have a question now. Before twisting the pool, enqueue_randomness() has a component of time if I'm not

Re: RNG question

2019-07-30 Thread Peter J. Philipp
On Tue, Jul 30, 2019 at 06:11:15AM -0600, Theo de Raadt wrote: > Peter J. Philipp wrote: > > > Before twisting the pool, enqueue_randomness() has a component of time if > > I'm not misreading. Why is this done? > > That is a low-grade question. OK I retract it then. Don't worry about it.

lrint(INT_MAX) != INT_MAX

2019-07-30 Thread hans
This is what happens on my relatively current OpenBSD bbb.stare.cz 6.5 GENERIC#0 armv7(BeagleBone Black) OpenBSD ppc.stare.cz 6.5 GENERIC#0 macppc (an old MacMini) #include #include #include int main() { long l; double d = INT_MAX; l = lrint(d);

Re: [www] faq/ports/testing.html - adding link for portslogger(1)'s man

2019-07-30 Thread Daniel Jakots
On Mon, 29 Jul 2019 22:22:01 +0200, Alex Naumov wrote: > just a small update for the port testing guide ;-) Thanks committed! Daniel

Re: How to debug hanging machines / proc: table is full

2019-07-30 Thread Raimo Niskanen
On Mon, Jul 29, 2019 at 01:20:58PM +, Stuart Henderson wrote: > On 2019-07-29, Raimo Niskanen wrote: > > A new hang, I tried to invstigate: > > > > At July 19 the last log entry from my 'ps' log was from 14:55, which is > > also the time on the 'systat vmstat' screen when it froze. Then the

Re: PCI-Passthrough XL710 NIC ixl OpenBSD Guest reboot Resets Hypervisor OS

2019-07-30 Thread Mike Hammett
Did that fix it? - Mike Hammett Intelligent Computing Solutions Midwest Internet Exchange The Brothers WISP - Original Message - From: "Tom Smyth" To: "Misc" Sent: Tuesday, July 30, 2019 8:30:04 AM Subject: PCI-Passthrough XL710 NIC ixl OpenBSD Guest reboot Resets

Re: PCI-Passthrough XL710 NIC ixl OpenBSD Guest reboot Resets Hypervisor OS

2019-07-30 Thread Tom Smyth
Good question... Yes it did :) sorry for the suspense ;) On Tue, 30 Jul 2019 at 14:38, Mike Hammett wrote: > Did that fix it? > > > > - > Mike Hammett > Intelligent Computing Solutions > >

PCI-Passthrough XL710 NIC ixl OpenBSD Guest reboot Resets Hypervisor OS

2019-07-30 Thread Tom Smyth
Hello all, I recently have been playing with PCI Pass through, IO MMU / SR-IOV with Intel NIC XL710 based 40G nic ixl drivers with proxmox / kvm and qemu as a hypervisor and OpenBSD as the guest vms, we encountered an issue where if I passed through the Physical Function (full nic pass through)

Re: RNG question

2019-07-30 Thread Brent Cook
> On Jul 30, 2019, at 5:15 AM, Remco wrote: > > On 30-07-19 09:51, Peter J. Philipp wrote: >> Hi, >> I had considered doing some programming in visual studio on windows and I >> really miss the easy arc4random*() routines there. > > You may be able to get the arc4ramdon interface on systems

Re: RNG question

2019-07-30 Thread Roderick
On Tue, 30 Jul 2019, Peter J. Philipp wrote: On Tue, Jul 30, 2019 at 06:11:15AM -0600, Theo de Raadt wrote: Peter J. Philipp wrote: [...] I'm not misreading. Why is this done? That is a low-grade question. OK I retract it then. Don't worry about it. You cannot retract it.

Re: Kerberos SSH routing tables problem

2019-07-30 Thread Byte Skeptical
Ran into a similar issue on my ERL when I used egress in my pf rules. Ended up trunking the ethernet ports using aggr(4) and switched to using that interface in my rules, got failover as a bonus. Still not sure why egress behaves this way and if its a bug or my own misunderstanding. Running

Re: Boot NVME device on sparc64

2019-07-30 Thread Aaron Mason
Could you boot from another bootable device and use boot.conf(8) to tell it to boot the kernel on the SSD? Bit of a round-about way of doing it but it could work if boot(8) can see the SSD. If the CD boot loader can see the SSD, you could burn it to a CD-R along with your boot.conf and use it to