Re: Moving filesystems around

2018-07-26 Thread Kenneth Gober
On Wed, Jul 25, 2018 at 3:32 PM Jay Hart wrote: > /var is a 6.3G partition (wd0e) using 50M of space > /usr is a 2.0G partition (wd0f) using 1.6G of space > > What would the recommended procedure to use to swap these two partitions? I wouldn't swap them exactly, rather I would make a /usr/local

How to implement CARP master/backup with IPv6 RAs from OpenBSD firewall pair?

2018-07-26 Thread Martin Gignac
Hi, How does one implement a redundant OpenBSD firewall pair with IPv6? With IPv4 I would use CARP to have one of the boxes be the master/active while the other one is backup/standby. But with IPv6 I want to use Router Advertisements so that hosts on the internal network can use SLAAC for IPv6

Re: How to implement CARP master/backup with IPv6 RAs from OpenBSD firewall pair?

2018-07-26 Thread Henrik Dige Semark
For a IPv6 only setup I would put a IPv6 anycast address on your interface on both servers and then announce that in you RA, and use OSPF between the servers if they are connected to two different upstream-providers. But if you are dependent on a CARP IPv4 and tunneling setup on the outside for

Re: How to implement CARP master/backup with IPv6 RAs from OpenBSD firewall pair?

2018-07-26 Thread Martin Gignac
The way the setup is currently done is with an external connection to a single ISP. For both IPv4 and IPv6 on the external side the configuration is all static address assignment, with a single default route towards the ISP and the ISP has a single static route (well, one route for IPv4 and one

Re: ruby-passenger failed to build on OpenBSD/loongson

2018-07-26 Thread Xiyue Deng
Hi, I had some problems when building www/ruby-passenger a few months back and mailed ports@ but got no reply. So I thought I might get better luck on misc@. To avoid posting the build log twice, please refer to my previous email[1] for the attachment. The original email is at the end. Please

Is BCM4360 802.11ac (on MacBook Air 6.1) supported?

2018-07-26 Thread MiKi
Hi, I installed OpenBSD 6.3 in a MacBook Air 6.1 everything works fine but except the wireless card. It have a Broadcom BCM4360 802.11ac (rev3) card, the device is showed on dmesg but left undetected as a device in ifconfig, I take a look on bwi(4) and this exact model wasn't listed. I

Re: Moving filesystems around

2018-07-26 Thread Jay Hart
> Hello, > > jh...@kevla.org (Jay Hart), 2018.07.25 (Wed) 21:31 (CEST): >> Running a stock 6.3 machine. I just bought a new server and hope to >> move this drive over, but think I need to move two partitions around >> at get more space. > > I'm not sure you need to... > My /usr is just 895M.

Re: pf - NAT not working after systemboot

2018-07-26 Thread Solene Rapenne
Thomas Huber wrote: > Hi misc, > > my current pf setup works fine but I face the problem, that NAT does not > work directly after system boot. Only when a do a > > # pfctl -f /etc/pf.conf > > after the booting things a working correctly. > Note: I don´t make any changes to pf.conf. > >

Re: pf - NAT not working after systemboot

2018-07-26 Thread Thomas Huber
Hi Solene, thanks, thats something I had also in mind. But how can I address this ? The system should come up by itself without any manual interaction. --mirac On Thu, 26 Jul 2018 at 12:07, Solene Rapenne wrote: > > Thomas Huber wrote: > > Hi misc, > > > > my current pf setup works fine but

Re: pf - NAT not working after systemboot

2018-07-26 Thread Julien Steinhauser
> But how can I address this ? > The system should come up by itself without any manual interaction. Just a workaround but adding pfctl -f /etc/pf.conf to /etc/rc.local might help.

Re: Best way to serve files to Windows?

2018-07-26 Thread Kevin Chadwick
On Wed, 25 Jul 2018 23:20:47 -0400 > sshfs > > This is the Windows client which works well for my lab members who > like to use Windows. > > https://www.nsoftware.com/netdrive/sftp/ Not sure if explorer integration is planned by Microsoft but if you want speed in place of convenience then the

pf - NAT not working after systemboot

2018-07-26 Thread Thomas Huber
Hi misc, my current pf setup works fine but I face the problem, that NAT does not work directly after system boot. Only when a do a # pfctl -f /etc/pf.conf after the booting things a working correctly. Note: I don´t make any changes to pf.conf. Anybody any idea? General Setup: Hardware:

Re : pf - NAT not working after systemboot

2018-07-26 Thread gro...@grompf.net
Hello, For example : Try to add an anchor in your main pf.conf and populate it using a secondary pf-pppoe.conf file which will be loaded at the end of your hostname.pppoe0. Regards, Eric.

Re: Re : pf - NAT not working after systemboot

2018-07-26 Thread edgar
You could try disabling pf in rc.conf then enable it in your hostname.ppoe0. On Jul 26, 2018 6:34 AM, gro...@grompf.net wrote: > > Hello, > > For example : Try to add an anchor in your main pf.conf and populate it > using a secondary pf-pppoe.conf file which will be loaded at the end of > your

Re: Probelm when building QGIS

2018-07-26 Thread Rashad Kanavath
On Thu, Jul 26, 2018 at 12:36 AM tao wrote: > Hello, > > I am in OpenBSD6.3. QGIS 2.18.17 in packages can not render style just like > things in > > http://openbsd-archive.7691.n7.nabble.com/qgis-bug-since-last-security-update-under-stable-td339707.html > > So, I am trying to build QGIS 2.18.17

Re: Probelm when building QGIS

2018-07-26 Thread tao
Hi, Solene Thank you for your reply. I followed the instructions in QGIS github to build it. https://github.com/qgis/QGIS/blob/master/INSTALL Steps: 1. $ cd $QGIS_SOURCE 2. $ mkdir build 3. $ cd build 4. $ ccmake .. (make WITH_QWTPOLAR=OFF and leave others default) The error

Re: Probelm when building QGIS

2018-07-26 Thread tao
If there is any alternatives of QGIS I can use in OpenBSD, please tell me. Thanks in advance. Tao -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html

Re: Moving filesystems around

2018-07-26 Thread Marcus MERIGHI
Hello, jh...@kevla.org (Jay Hart), 2018.07.25 (Wed) 21:31 (CEST): > Running a stock 6.3 machine. I just bought a new server and hope to > move this drive over, but think I need to move two partitions around > at get more space. I'm not sure you need to... My /usr is just 895M. Yours is fuller

Prepárate para mejorar tu desempeño en el sector

2018-07-26 Thread Agenda de Cursos
Calendario Bimestral.