Re: FYI: logitech mouse LED color tool

2018-01-12 Thread Juan Francisco Cantero Hurtado
On Fri, Jan 12, 2018 at 02:42:06AM +0100, Jan Klemkow wrote: > Hi, > > I implemented a utility to set the LED color of Logitech mouse devices > on OpenBSD. Some people might also use this mouse and would like to > change the LED color. > > If you are interested just try it:

Re: vmm issues - vioblk_notifyq: unsupported command 0x8

2018-01-12 Thread Mike Larkin
On Fri, Oct 13, 2017 at 04:14:09PM -0500, Andrew Daugherity wrote: > On Thu, Oct 12, 2017 at 6:42 PM, Mike Larkin wrote: > >> oh. I didn't know that is how it was finding things. > >> > > > > When booting it this way in qemu, qemu just reports the ID as "". > > > > So are

Re: FYI: logitech mouse LED color tool

2018-01-12 Thread Daniel Gracia
Nice to hack a script and warn whenever mail is coming and screen is blank. Thanks! 2018-01-12 13:08 GMT+01:00 flipchan : > Nice > > On January 12, 2018 2:42:06 AM GMT+01:00, Jan Klemkow < > j.klem...@wemelug.de> wrote: > >Hi, > > > >I implemented a utility to set the LED

bsd.mp not installed on EdgeRouter Lite

2018-01-12 Thread Scott Bennett
After reading INSTALL.octeon, I was able to write miniroot62.fs to a usb, plug that into the ERL, and perform a normal installation. The problem is that the installer was not able to detect both cores, so it only installed bsd.sp (bsd.mp was not an option in the set selection). Running

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-12 Thread Philippe Meunier
Nick Holland wrote: >Another answer to your question might be to change those zeros to ones. >One way to do that: > ># tr "\0" "\377"

Re: Strange message from syspatch

2018-01-12 Thread Stuart Henderson
On 2018-01-12, Stuart Henderson wrote: > On 2018-01-12, dmitry.sensei wrote: >> Strange message from syspatch: >> # syspatch >> ftp: SSL write error: no OCSP URLs in peer certificate >> # > > Simplest workaround is to download the files yourself and

Re: Strange message from syspatch

2018-01-12 Thread Stuart Henderson
On 2018/01/12 09:03, Bryan Harris wrote: > I once had incorrect VM time causing OCSP response like it was out of date, > and syspatch > refused in a similar way. Yes. That causes problems for the installer too, it's unable to fetch the list of mirrors (and ironically the time that it uses to

Re: Strange message from syspatch

2018-01-12 Thread Bryan Harris
I once had incorrect VM time causing OCSP response like it was out of date, and syspatch refused in a similar way. But different than your situation I think. V/r, Bryan On Fri, Jan 12, 2018 at 7:19 AM, Stuart Henderson wrote: > On 2018-01-12, dmitry.sensei

Re: Performance issues as KVM guest?

2018-01-12 Thread Tom Smyth
Hello Todd, This issue (Virtual hardware issue happens on latest proxmox5.x but not on Proxmox 4.4 ) with 6.2 (and 6.1 for that matter) It is discussed here https://marc.info/?l=openbsd-misc=151472854021947=2 but in recent versions of Proxmox 5.1 (QEMU/KVM) there were no console freezes

Re: Strange message from syspatch

2018-01-12 Thread Stuart Henderson
On 2018-01-12, dmitry.sensei wrote: > Strange message from syspatch: > # syspatch > ftp: SSL write error: no OCSP URLs in peer certificate > # Simplest workaround is to download the files yourself and use a local url in /etc/installurl, e.g. file:///tmp/syspatch. > what

Re: OpenVPN Help

2018-01-12 Thread Michael Hekeler
On Sun, Jan 07, 2018 at 01:31:02PM -0500, leroy jordan wrote: > Hi, All > > I am useing openbsd 6.2 release, as an server production. My network is > split with vlan into int_ and ext_ . However, I'm not sure which way to > run the VPN in a virtual machine or configure it on the int_ or ext_ so

Re: FYI: logitech mouse LED color tool

2018-01-12 Thread flipchan
Nice On January 12, 2018 2:42:06 AM GMT+01:00, Jan Klemkow wrote: >Hi, > >I implemented a utility to set the LED color of Logitech mouse devices >on OpenBSD. Some people might also use this mouse and would like to >change the LED color. > >If you are interested just try

Re: Performance issues as KVM guest?

2018-01-12 Thread Stefan Fritsch
Hi, I don't see this issue on my Debian system, but please try two things: * disable kvm_intel.preemption_timer on the host (see /sys/module/kvm_intel/parameters/preemption_timer ) This seems to be buggy in linux 4.10 and newer * enable hpet in the vm config: Make sure there is no in your

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-12 Thread Raimo Niskanen
On Thu, Jan 11, 2018 at 11:16:28AM -0600, L. V. Lammert wrote: > On Thu, 11 Jan 2018, STeve Andre' wrote: > > > Don't bother. Wiping the disk twice is enough. If you are storing state > > secrets melt the disk. > > > An anvil big hammer also works well and gives some exercise in the >

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-12 Thread Etienne
On 11/01/18 14:45, Andreas Thulin wrote: in order to achieve paranoid disk-wiping? I don't have a solution to offer for existing disks, but that made me just think that it would be probably easy to create two partitions on a disk, one that will be a keydisk

Strange message from syspatch

2018-01-12 Thread dmitry.sensei
Strange message from syspatch: # syspatch ftp: SSL write error: no OCSP URLs in peer certificate # what does this message mean and what to check? OpenBSD 6.2-stable GENERIC.MP#2 amd64 we have a fortinet in the middle. Previously, it did not interfere with the utility, since I added its

Re: After a failed checksum: What options remain?

2018-01-12 Thread Martijn van Duren
Hello Charlie, There is no correct way to wear a tinfoil hat. Do you trust your current installation of Windows? And why? Do you trust your computer hardware? Intel has proven something along those lines a couple of times in recent history. Based on what premise do you trust OpenBSD? Suspicion

Fix for Otter Browser

2018-01-12 Thread Jonathan Drews
Just a help here for those of you using the Otter-Browser on OpenBSD. Problem: YouTube and other videos will not play in the Otter-Browser. Solution: Install gstreamer1-plugins-good-1.* #pkg_add gstreamer1-plugins-good-1.* install gstreamer1-plugins-libav-1.* #pkg_add gstreamer1-plugins-libav-1.*

Re: Writing "ones" instead of "zeroes" when wiping disk

2018-01-12 Thread Andreas Thulin
Thanks to all of you for either useful tips or good-to-read rants. :-) I’ll try out tips from Nick & Todd, let’s see where that takes me. BR, Andreas fre 12 jan. 2018 kl. 05:22 skrev Todd C. Miller : > On Thu, 11 Jan 2018 22:09:32 -0500, "trondd" wrote: > > > A 1 is too

Re: Performance issues as KVM guest?

2018-01-12 Thread Infoomatic
Same problem here. While we did have significant differences in cpu usage between FreeBSD and OpenBSD (basic OS without configuration: FreeBSD ~ 33min CPU time, OpenBSD ~ 474min CPU time - both started at the same time), with the latest kernel patches for Ubuntu 17.04 (our test environments all

Re: warn: smtpd: parent_forward_open

2018-01-12 Thread Mik J
Hello Edgar, Thank you for your answser. I created the user exactly as written on the page you specified. The smtpd.conf has nothing really special that's why I posted the only lines that were of interest. But you are right, if smtpd is looking for the .forward in the user's home directory the