setlocale in cp/rm/mv

2016-10-10 Thread Jan Stary
cp(1) and rm(1) call setlocale(LC_ALL, "") but mv(1) does not. Why do they do that, and why mv doesn't? Jan

Re: FDE on BeagleBone Black

2016-10-10 Thread Tuyosi T
hi all . using snaphots of october 2nd and ports , i can compile x11vnc . but it taks long hours ( about two days) . i have memorized openbsd on beaglebone black(BBB) openbsd on BBB is very small system , so it can run on everything ( for example door , baby car )

Re: what all touches the carp demote counter?

2016-10-10 Thread R0me0 ***
Hello sorry my bad english So, Let's debug Review carp/pfsync ( NODE1-carp0/NODE2-carp0 samepassword and same vhid for each pair ) ( pfsync syncdev ) ( /etc/hostname.pfsync0 = up syndev IFACE ) check default gateway on both ( /etc/mygate) / sysctl ip.forwarding=1 and carp.preempt=1 (

Re: what all touches the carp demote counter?

2016-10-10 Thread Paul B. Henson
On Mon, Oct 10, 2016 at 09:43:56PM -0300, R0me0 *** wrote: > Did you adjust advskew value on the machine you want to be Backup ? Yes, the backup has an advskew of 5 and the primary an advskew of 1. As I mentioned, when I first configured the interfaces by hand the two systems properly negotiated

Re: what all touches the carp demote counter?

2016-10-10 Thread R0me0 ***
Hello Paul, Did you adjust advskew value on the machine you want to be Backup ? For example: Primary/Master # cat hostname.carp0 vhid 1 cardev em0 pass THEPASSWORD inet 10.20.30.40 255.255.255.0 Slave/Backup # cat hostname.carp0 vhid 1 cardev em0 advskew 100 pass THEPASSWORD inet

what all touches the carp demote counter?

2016-10-10 Thread Paul B. Henson
I'm setting up a second router that's going to sit next to an existing one and become a redundant failover system. The current one is in production, and I've been converting some of the existing LAN subnets on it to use carp interfaces and making them primary and the new box secondary. I also set

Failure to get unbound to talk to nsd on the same server

2016-10-10 Thread Johan Mellberg
Hi all, I am setting up a fresh OpenBSD 6.0 server in a KVM VM to serve my home network with DNS. I have a custom zone (only for LAN use) set up and previously used BIND successfully (but that VM crashed and its disk was hosed...) both as authoritative and caching/resolving. So now I am trying

Re: error: [drm:pid10679:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... render ring idle

2016-10-10 Thread Alexis de BRUYN
On 10/03/16 13:43, Mark Kettenis wrote: This is expected. You should use the "modesetting" driver instead of the "intel" driver. And if you don't have an /etc/X11/xorg.conf file, that would be the default. If you really need an /etc/X11/xorg.conf file, change the driver Thanks Mark, this is

Re: Multiple web servers behind NAT

2016-10-10 Thread trondd
On Mon, October 10, 2016 6:01 am, Radek wrote: > > The second thing to do is enabling wesites' SSL/TLS certs. > Each website has its own certificate on its server. I suppose that I have > to configure man-in-the-middle "TLS inspecion" mode to enable TLS > connection using these certs again. > Am I

Re: OpenBSD on HPE DL20 G9

2016-10-10 Thread Steve Shockley
On 10/10/2016 11:44 AM, Todd C. Miller wrote: Can't you enable serial console redirection with the built-in iLO? That should make it easier to get the boot messages in legacy mode. Alternatively, if you have the "Advanced iLO" license, you can ssh to iLO and view the text console.

opensmtpd-extras-[clamav|spamassassin] packages in 6.0

2016-10-10 Thread mabi
Hi, Just noticed that the OpenBSD 6.0 release does not include the opensmtpd-extras-clamav nor the opensmtpd-extras-spamassassin packages. I would like to upgrade my 5.9 OpenBSD mail gateway to 6.0 and was wondering if I can use the old packages from 5.9 with 6.0? Or what is the alternative

Re: OpenBSD on HPE DL20 G9

2016-10-10 Thread Todd C. Miller
Can't you enable serial console redirection with the built-in iLO? That should make it easier to get the boot messages in legacy mode. - todd

Re: OpenBSD on HPE DL20 G9

2016-10-10 Thread Marko Cupać
On Mon, 10 Oct 2016 15:12:04 + BARDOU Pierre wrote: > Hello, > > I have a brand new HPE DL20 G9, on which I am trying to boot OpenBSD > (version 6.0). > > 1s try : UEFI. The boot loader does its work, and then the screen > remains blank. > I can't see any line with blue

OpenBSD on HPE DL20 G9

2016-10-10 Thread BARDOU Pierre
Hello, I have a brand new HPE DL20 G9, on which I am trying to boot OpenBSD (version 6.0). 1s try : UEFI. The boot loader does its work, and then the screen remains blank. I can't see any line with blue background. I tried to see what happend via console, but there is no serial port on these

Re: Multiple web servers behind NAT

2016-10-10 Thread Markus Hennecke
Am 10.10.2016 um 12:01 schrieb Radek: The second thing to do is enabling wesites' SSL/TLS certs. Each website has its own certificate on its server. I suppose that I have to configure man-in-the-middle "TLS inspecion" mode to enable TLS connection using these certs again. Am I right? You

Re: segfault with stripped lib, works fine when non-stripped

2016-10-10 Thread Jeremie Le Hen
Hey, On Tue, Jan 5, 2016 at 7:38 AM, Stuart Henderson wrote: > On 2016-01-04, Jeremie Le Hen wrote: >> Hi, >> >> Yeah... when you read that subject you probably had this weird gaze ô_Ò >> like I did when I came to that conclusion. >> >> I've been

Re: Multiple web servers behind NAT

2016-10-10 Thread Radek
Thank you for your precise explanation. HTTP relay seems to work fine now. #cat /etc/relayd.conf ext_addr="msk0" host1="10.0.30.101" host2="10.0.30.201" table { $host1 } table { $host2 } http protocol "web_one" { return error pass request header "Host" value "1.domain.com"