Re: Time management under QEMU-KVM

2017-09-15 Thread Maksym Sheremet
On Thu, 14 Sep 2017 23:46:14 +1200 Joel Wirāmu Pauling wrote: > Run NTPd on the hypervisor and NTP client In VM. Run ntpdate at boot before > starting NTPd on the client to ensure the stepping is not too far off > first. What is the reason to run ntpdate on boot? The "-s"

softraid crypto seem really slower than plain ffs

2017-09-15 Thread Joel Carnat
Hi, Initially comparing I/O speed between FreeBSD/ZFS/GELI and OpenBSD/FFS/CRYPTO, I noticed that there were a huge difference between plain and encrypted filesystem using OpenBSD. I ran the test on a 1 vCore/1GB RAM Vultr VPS, running OpenBSD 6.2-beta. I had / configured in plain FFS and

Re: httpd.conf - access denied error whilst trying to auto index a location

2017-09-15 Thread tec...@protonmail.com
The permissions on directories are fine. I have achieved this before with no problems, but it was on 5.7 / 5.8 / 5.9. Is this a bug introduced by changing the chroot? I mean I'm following the creators own slides on this, except for the fact I have disabled the chroot in mines. Thanks for

Re: Time management under QEMU-KVM

2017-09-15 Thread Maksym Sheremet
Is ntpd daemon running on the guest? # rcctl check ntpd Are there any error messages for ntpd in /var/log/daemon? On Thu, 14 Sep 2017 13:34:10 +0200 Aaron Marcher wrote: > Hi all, > > I have a weird problem on my OpenBSD server. It is a virtualized guest > under QEMU-KVM.

Re: Time management under QEMU-KVM

2017-09-15 Thread Joel Wirāmu Pauling
That works too - On 15 September 2017 at 21:28, Maksym Sheremet wrote: > On Thu, 14 Sep 2017 23:46:14 +1200 > Joel Wirāmu Pauling wrote: > > > Run NTPd on the hypervisor and NTP client In VM. Run ntpdate at boot > before > > starting NTPd on the

Re: softraid crypto seem really slower than plain ffs

2017-09-15 Thread Hiltjo Posthuma
On Fri, Sep 15, 2017 at 12:24:32PM +0200, Joel Carnat wrote: > Hi, > > Initially comparing I/O speed between FreeBSD/ZFS/GELI and > OpenBSD/FFS/CRYPTO, I noticed that there were a huge difference between > plain and encrypted filesystem using OpenBSD. I ran the test on a 1 > vCore/1GB RAM Vultr

Re: TCP Window Scaling

2017-09-15 Thread Stuart Henderson
On 2017-09-14, Chris Cappuccio wrote: > -w1M works for me > - > Andreas Kr??ger [a...@patientsky.com] wrote: >> I do manage to read the manual, but let me clarify this. I am not >> allowed to set a buffer larger than 256KB with iperf: >> >> $ uname -a >> OpenBSD odn1-fw-odn1-01

Re: Time management under QEMU-KVM

2017-09-15 Thread Stuart Henderson
On 2017-09-15, Maksym Sheremet wrote: > On Thu, 14 Sep 2017 23:46:14 +1200 > Joel Wirāmu Pauling wrote: > >> Run NTPd on the hypervisor and NTP client In VM. Run ntpdate at boot before >> starting NTPd on the client to ensure the stepping is not

Re: Time management under QEMU-KVM

2017-09-15 Thread Joel Wirāmu Pauling
As I said i've been using tlsdate to set time initially before running ntpd - this resolves most of the aforementioned issues and quite often being out of reach of public time-servers due to network restrictions. On 15 September 2017 at 23:23, Stuart Henderson wrote: > On

cron and desktop-computers

2017-09-15 Thread Niels Kobschaetzki
Hi, today I wondered if I need anacron on my laptop. cron(8) states in the man page in the section "Daylight Saving Time and other time changes": "If time has moved forward, those jobs that would have run in the interval that has been skipped will be run immediately." Does that mean anacron is

Re: httpd.conf - access denied error whilst trying to auto index a location

2017-09-15 Thread tec...@protonmail.com
Ok, I got it to work. Strangely, it required closing my browser down and starting it again. I can't think why that would have caused an 'Access Denied' error but it's gone now. Who knows. > On September 15, 2017 4:06:37 AM GMT+02:00, "tec...@protonmail.com" > wrote:

Re: cron and desktop-computers

2017-09-15 Thread Janne Johansson
2017-09-15 14:48 GMT+02:00 Niels Kobschaetzki : > Hi, > > today I wondered if I need anacron on my laptop. cron(8) states in the man > page in the section "Daylight Saving Time and other time changes": > "If time has moved forward, those jobs that would have run in the

Re: TCP Window Scaling

2017-09-15 Thread Andreas Krüger
I see that. But it still does not answer the question why the option to set them through sysctl was removed. Why would you suddenly not be allowed to set the max size with sysctl, what is the reason behind that choice taken in the 4.9 release. > Den 15. sep. 2017 kl. 13.34 skrev Stuart

[diff] A few typos in www/faq

2017-09-15 Thread Lubos Boucek
Hello, I've found a few typos in www/faq, diff below. Regards, Lubos Boucek Index: current.html === RCS file: /cvs/www/faq/current.html,v retrieving revision 1.852 diff -u -p -r1.852 current.html --- current.html 13 Sep 2017

Re: [diff] A few typos in www/faq

2017-09-15 Thread Lubos Boucek
Sorry for that, I'll try to figure it out until next time. -- Lubos 2017-09-15 19:32 GMT+02:00 Theo Buehler : > On Fri, Sep 15, 2017 at 05:16:15PM +, Lubos Boucek wrote: > > Hello, > > > > I've found a few typos in www/faq, diff below. > > Fixed, thanks! > >

Re: [diff] A few typos in www/faq

2017-09-15 Thread Theo Buehler
On Fri, Sep 15, 2017 at 05:16:15PM +, Lubos Boucek wrote: > Hello, > > I've found a few typos in www/faq, diff below. Fixed, thanks! Unfortunately, your patch was mangled, so I had to make the changes manually. I think it's because you have some kind of wrapping of long lines enabled.

Re: httpd.conf - access denied error whilst trying to auto index a location

2017-09-15 Thread Alexander Hall
On September 15, 2017 4:06:37 AM GMT+02:00, "tec...@protonmail.com" wrote: >Hello, > >I'm using 6.1 + all updates (system and packages) > >I am trying to list a particular directory exactly as shown within the

Re: TCP Window Scaling

2017-09-15 Thread Stuart Henderson
On 2017/09/15 19:45, Andreas Krüger wrote: > I see that. But it still does not answer the question why the option to set > them through sysctl was removed. Why would you suddenly not be allowed to set > the max size with sysctl, what is the reason behind that choice taken in the > 4.9 release.

OpenBSD's HTTPD troubles AGAIN - Can't find any man page that explains how to properly set up directory authentication.

2017-09-15 Thread tec...@protonmail.com
Hello, Can someone with knowledge of OpenBSD's HTTPD please tell me how to properly set up a password protected directory and where you found ALL of the information to do so. I am really struggling to find enough information within the man pages to even make it work corrctly. I want to love

Re: OpenBSD's HTTPD troubles AGAIN - Can't find any man page that explains how to properly set up directory authentication.

2017-09-15 Thread Wiremu Demchick
You may find this helpful: https://marc.info/?l=openbsd-arm=149507490119056=2 On 9/16/17, tec...@protonmail.com wrote: > Hello, > > Can someone with knowledge of OpenBSD's HTTPD please tell me how to properly > set up a password protected directory and where you found

Re: Compiling packages gives me cannot run C compiled programs error

2017-09-15 Thread Jeremie Courreges-Anglas
On Fri, Sep 15 2017, Lea Chescotta wrote: > I'm trying to build Firefox from the -release ports tree in a -stable system, > and python, a dependency, is giving me the following error: > > configure: error: cannot run C compiled programs. > > Searching about the

Compiling packages gives me cannot run C compiled programs error

2017-09-15 Thread Lea Chescotta
I'm trying to build Firefox from the -release ports tree in a -stable system, and python, a dependency, is giving me the following error: configure: error: cannot run C compiled programs. Searching about the error in the net, i have found this mailing list archive

Re: OpenBSD's HTTPD troubles AGAIN - Can't find any man page that explains how to properly set up directory authentication.

2017-09-15 Thread Bryan Harris
I got curious so I looked at the man page. It seems to me one could authenticate a location i.e. folder/directory based on this part. > A location section may include most of the server configuration rules except > alias, connection,hsts, listen on, location, tcp and tls. V/r, Bryan

uvideo0: could not open VS pipe: INVAL + error: [drm:pid49266:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A

2017-09-15 Thread MazoComp
$ fswebcam --- Opening /dev/video0... Trying source module v4l2... /dev/video0 opened. No input was specified, using the first. Adjusting resolution from 384x288 to 320x240. Error starting stream. VIDIOC_STREAMON: Invalid argument Unable to use mmap. Using read instead. --- Capturing frame...