Re: multiple python version

2016-08-15 Thread Stuart Henderson
On 2016-08-16, Jay Patel wrote: > Hi all, > > greetings. > > is there a way to get two python versions running on OpenBSD system? and is > it advisable to use it for production system or just follow packaged python > version for production? You can just "pkg_add python" and choose - things are se

multiple python version

2016-08-15 Thread Jay Patel
Hi all, greetings. is there a way to get two python versions running on OpenBSD system? and is it advisable to use it for production system or just follow packaged python version for production? Thanks.

Re: Unresolvable loghost FQDNs in syslog.conf

2016-08-15 Thread Edgar Pettijohn
On 16-08-15 14:01:51, Darren S. wrote: > Hoping to verify expected behavior of unresolvable FQDNs for remote > loghosts in syslog.conf(5). > > *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none > @loghost.example.com > auth,daemon,syslog,user.info;authpriv,kern.debug > @loghost.example.com >

[Job] Senior Firewall Technician in Edinburgh, Scotland

2016-08-15 Thread Craig Skinner
I've no connection, but thought it might be of interest to others: http://www.JobServe.Co.UK/Ep1qJ British jobs are often 37hours/wk, ~30 days paid holiday & monthly pay.

Unresolvable loghost FQDNs in syslog.conf

2016-08-15 Thread Darren S.
Hoping to verify expected behavior of unresolvable FQDNs for remote loghosts in syslog.conf(5). *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost.example.com auth,daemon,syslog,user.info;authpriv,kern.debug @loghost.example.com In the above configuration, if loghost.example.com can

Re: Driving 4k Display for OpenBSD Workstation

2016-08-15 Thread Bryan Vyhmeister
I neglected one solution to having a 4k Display with OpenBSD. I was reading about Haswell and 4k in context of the Mac mini which uses a low power series of processors that do not support 4k at 60 Hz. The regular Haswell chips like the Xeon E3 1275 v3 I am using now, do support 4k at 60 Hz using Di

Re: ifconfig(8) display aliases by default

2016-08-15 Thread Theo de Raadt
> Is there any reason why ifconfig(8) do not display IPv4 aliases by default ? > If there isn't, I can send a patch to make it the default behaviour. that is intentional.

ifconfig(8) display aliases by default

2016-08-15 Thread Denis Fondras
Hello, Is there any reason why ifconfig(8) do not display IPv4 aliases by default ? If there isn't, I can send a patch to make it the default behaviour. Denis

Re: 5.9: vmx0: device timeout

2016-08-15 Thread Kurt Mosiejczuk
On Sat, Aug 13, 2016 at 03:40:28PM +0200, mxb wrote: > > On 11 aug. 2016, at 21:44, Kurt Mosiejczuk wrote: > > I've noticed that for 5.9, any VMs (in VMware) using vmx(4), end up putting > > "vmx0: device timeout" into the dmesg a bunch when under network load. > > I switched one of the VMs to

Re: problem trying to import a 3.4m database with phpmyadmin

2016-08-15 Thread STeve Andre'
Well guess what--I fixed it. In /etc/php5-6.ini, a semi-colon is used for comment lines. I used a colon. It misparses things when you do that. Silently. I need to clean my eyeballs now... Sorry for the noise, but at least you can remember this. (reason 416 to not be crazy about php...) --STe

problem trying to import a 3.4m database with phpmyadmin

2016-08-15 Thread STeve Andre'
This is on an amd64 -current system updated/compiled as of Aug 8 7am; using the 8/13 packages. I'm trying to use phpMyAdmin to import a database into maria. in /etc/php-5.6ini I've set memory_limit to 256m, post_max_size to 16m and upload_max_filesize to 8m. The db I'm trying to import i