Re: Search with regex in nvi

2016-02-25 Thread Martijn van Duren
>From what I can see your regex is the same as Attiva.*XXL[1], so why not just that one? Or what pattern are you trying to match exactly? On 02/26/16 04:39, Артур Истомин wrote: > Suppose I have file with next lines among others: > > Omsa Attiva 40 cioccolato 2 > Omsa Attiva 40 blue XXL > Omsa

Search with regex in nvi

2016-02-25 Thread Артур Истомин
Suppose I have file with next lines among others: Omsa Attiva 40 cioccolato 2 Omsa Attiva 40 blue XXL Omsa Attiva 40 milk S Omsa Attiva 40 sierra XXL Omsa Attiva 40 nero M Omsa Attiva 40 nero XXL I need to find lines, where size is XXL. I can do it with "Attiva\&.*XXL" in vim but it doesn't work

Re: hostname | /etc/hosts

2016-02-25 Thread Roderick
On Wed, 24 Feb 2016, Janne Johansson wrote: Since "dk." resolves to an A-record, I guess that works as an FQDN. We tend to suppose that a FQDN is a hostname plus a domain, but this is obviously not the case. Any string as described at the end of hosts (5) should serve as a host name. We

OpenSSL changes coming Tuesday

2016-02-25 Thread Devin Reade
Operators: Apparently there are high severity security patches coming for OpenSSL on Tuesday 01 Mar 2015: I have no idea if/how this affects LibreSSL, and we can't necessarily expect info from those in the know

Re: Nagios/OpenBSD 5.8: success anyone?

2016-02-25 Thread Jiri B
On Thu, Feb 25, 2016 at 04:24:31PM +, Olivier Debr wrote: > Symptoms: > trying to access any cgi yields error 500 and lines as follows in > /var/log/messages > slowcgi[32405]: execve /cgi-bin/nagios/: Is a directory > > [...] > I have never used slowcgi but check below: > lan_ip="em0" >

Re: sensorsd, upd, and state changes

2016-02-25 Thread lilit-aibolit
Hi list, why I don't have extra line in output with sensor upd0.percent1(RemainingCapacity)? Is it related to model of my UPS? # usbdevs | grep UPS addr 4: Back-UPS ES 525 FW:851.t3.I USB FW:t3, American Power Conversion # sysctl hw.sensors hw.sensors.upd0.indicator0=Off (Charging), OK

how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
thanks for Stefan's good idvice . i add 3)too common , only dhcpd & pf (no bridge) internet-router:192.168.1.1--FON192.168.10.1...wifi...rum0[openbsd]axe0---TV /etc/hostname.rum0 nwid MyPlace wpakey 70810 dhcp /etc/hostname.axe0 inet 192.168.0.1 255.255.255.0 /etc/dhcpd.interfaces

Firejail in OpenBSD?

2016-02-25 Thread hans peter
Hello, Firejail secures* the everyday apps that a user uses on an example Desktop machine: Firefox, transmission, etc.: https://firejail.wordpress.com/ Is there any alternatives on OpenBSD for Firejail? Or could it be ported? *The sandbox is lightweight, the overhead is low. There are no

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stefan Sperling
On Fri, Feb 26, 2016 at 05:15:19AM +0900, Tuyosi Takesima wrote: > TV get 192.168.0.10 >gateway adress 192.168.0.1 >dns8.8.8.8 > > how to rerite pf.conf inorder to access TV from 192.168.10.0/24 ? You could try using rdr-to. Something like this might work: pass in

Re: Firejail in OpenBSD?

2016-02-25 Thread Karel Gardas
I'm afraid you will get a no answer on this. Firejail seems to use Linux specific tools to do its task and IIRC I've read some not so nice remarks about at least BPF on some of OpenBSD mailing list. Anyway, OpenBSD is heading into the same direction (of apps limited priviledges) by using its own

Re: Alternative route table issue on 5.8

2016-02-25 Thread Jean-Daniel Dupas
> Le 25 févr. 2016 à 07:48, Martin Pieuchot a écrit : > > On 25/02/16(Thu) 00:05, Martin Pieuchot wrote: >> On 24/02/16(Wed) 21:57, Jean-Daniel Dupas wrote: Le 24 févr. 2016 à 19:58, Martin Pieuchot a écrit : On 24/02/16(Wed) 18:56,

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Raf Czlonka
On Thu, Feb 25, 2016 at 10:25:38AM GMT, Peter N. M. Hansteen wrote: > On 02/25/16 07:26, Indunil Jayasooriya wrote: > > I have OpenBSD 5.5 64 bit gateway. > > As Raf pointed out already, you're way overdue for an upgrade. > > > I want to install bandwidthd. But I can't find a src pkg in > >

Re: Just curious, what are approx plans for kernel-multicore-ness next 1-2 years? (net/file IO) How much is it a relevant prio?

2016-02-25 Thread Jiri B
On Thu, Feb 25, 2016 at 06:14:40PM +0700, Tinker wrote: > Any guess about when might it actually become usable, 6.1, 6.2, this year, > next? > > > I would be very curious to see if-what limits there are on file IO activity > when you do it full-on completely RW on 10-20 cores and a ton of SSD:s.

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Tuyosi Takesima
i try openbsd . 1) too common way( wired-wired bridge) internet--router:192.168.1.1--em0[openbsd]axe0---TV /etc/hostname.em0 dhcp /etc/hostname.axe0 up /etc/hostname.bridge0 add em0 add axe0 up TV address 192.168.1.250 gateway 192.168.1.1 dns 192.168.1.1 2) wifi bridging is hard

Re: Just curious, what are approx plans for kernel-multicore-ness next 1-2 years? (net/file IO) How much is it a relevant prio?

2016-02-25 Thread Tinker
On 2016-02-25 19:05, Jiri B wrote: On Thu, Feb 25, 2016 at 06:14:40PM +0700, Tinker wrote: Any guess about when might it actually become usable, 6.1, 6.2, this year, next? I would be very curious to see if-what limits there are on file IO activity when you do it full-on completely RW on

Re: hostname | /etc/hosts

2016-02-25 Thread Stuart Henderson
On 2016-02-24, Kamil Cholewiński wrote: > On Wed, 24 Feb 2016, Peter Hessler wrote: >> On 2016 Feb 24 (Wed) at 12:59:04 + (+), Craig Skinner wrote: >> :Hi Rodrigo, >> : >> :On 2016-02-24 Wed 10:48 AM |, Roderick wrote: >> :> >> :> Should the

rsync mirror for firmware.openbsd.org

2016-02-25 Thread Comète
Hi, i would like to make an internal mirror but didn't find any rsync url to mirror firmware.openbsd.org, is there any ? Thanks. Morgan

Re: hostname | /etc/hosts

2016-02-25 Thread Kamil Cholewiński
On Thu, 25 Feb 2016, Stuart Henderson wrote: > On 2016-02-24, Kamil Cholewiński wrote: >> This. See how Google bought '.dev'. >> >> https://tools.ietf.org/html/rfc2606 > > was cheaper to buy the TLD to prevent anyone else from grabbing > it, rather

Re: rsync mirror for firmware.openbsd.org

2016-02-25 Thread Jiri B
On Thu, Feb 25, 2016 at 12:59:14PM +, Comte wrote: > Hi, > > i would like to make an internal mirror but didn't find any rsync url to > mirror firmware.openbsd.org, is there any ? Easy to mirror with lftp and its 'mirror' command. j.

Re: e-commerce framework suggestion? medoc?

2016-02-25 Thread lists
Wed, 24 Feb 2016 23:51:10 +0100 arrowscr...@mail.com > So, I'll probably use Ubercart. Thanks everyone. > The "Django" software seems good too 'Mariano', I'll read more on that. > > About the laws and regulations 'Dave', I will need to see that. Here > in my country we have all these regulations

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stefan Sperling
On Tue, Feb 23, 2016 at 08:07:31PM +0900, Tuyosi Takesima wrote: > auto wlan0 > iface wlan0 inet dhcp > wpa-ssid URoad-9BF > wpa-ap-scan 1 > wpa-key-mgmt WPA-PSK > wpa-psk 4955 > # iw wlan0 info > command failed: No such device (-19) I don't understand how iw can fail like this if you have wlan0

Re: e-commerce framework suggestion? medoc?

2016-02-25 Thread Dave Anderson
On Thu, 25 Feb 2016, li...@wrant.com wrote: Wed, 24 Feb 2016 23:51:10 +0100 arrowscr...@mail.com So, I'll probably use Ubercart. Thanks everyone. The "Django" software seems good too 'Mariano', I'll read more on that. About the laws and regulations 'Dave', I will need to see that. Here in my

how to send email via Mail

2016-02-25 Thread Jaap Bosman
Hallo, I would like to use mail(1) for email client. In man mail(1) I read nothing about configure mail to send and receive email from outside. I would like to find how to configure mail(1). I guess email addresses have to be listed somewhere? where? How? ISP adresses and POP or whatever should be

Typo on main html page

2016-02-25 Thread Bernd Schoeller
Hi - I know that I might be fussy, but Dillo complains about the following in the main index.html of www.openbsd.org: Index: index.html === RCS file: /cvs/www/index.html,v retrieving revision 1.689 diff -u -p -u -r1.689 index.html

Re: how to send email via Mail

2016-02-25 Thread Nick
http://www.openbsd.org/opensmtpd/faq/example1.html Original Message Subject: how to send email via Mail Local Time: February 25, 2016 10:02 pm UTC Time: February 25, 2016 10:02 PM From: j...@xs4all.nl To: misc@openbsd.org Hallo, I would like to use mail(1) for email client. In

Re: asking for help compiling dns stats collector (dsc)

2016-02-25 Thread Oliver Peter
On Thu, Feb 25, 2016 at 09:42:25AM +0200, Imre Oolberg wrote: > Hi! > > On 2016-02-22 20:08, Stuart Henderson wrote: > >On 2016-02-21, Imre Oolberg wrote: > >>Hi! > >> > >>I am in the middle of implementing https://www.dns-oarc.net/tools/dsc/ > >>while on OpenBSD is running

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Raf Czlonka
On Thu, Feb 25, 2016 at 07:01:58AM GMT, Indunil Jayasooriya wrote: > > > I want to install bandwidthd. But I can't find a src pkg in > > > /usr/ports > > > > > > is there a Binary pkg? > > > > There's neither a package nor a port. > > Thanks for this. No worries - it is easy to check yourself[0]

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Peter N. M. Hansteen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/16 07:26, Indunil Jayasooriya wrote: > I have OpenBSD 5.5 64 bit gateway. As Raf pointed out already, you're way overdue for an upgrade. > I want to install bandwidthd. But I can't find a src pkg in > /usr/ports > > is there a Binary

Re: hostname | /etc/hosts

2016-02-25 Thread Craig Skinner
On 2016-02-24 Wed 14:13 PM |, Kamil Cholewi??ski wrote: > > Any other relevant RFC's? > Yes Kamil;- RFC 6761 (2606) reserves *) .example: for use in examples, includes .example.{com,net,org} *) .invalid: for use as obviously invalid (@address.invalid has special meaning for

Re: Just curious, what are approx plans for kernel-multicore-ness next 1-2 years? (net/file IO) How much is it a relevant prio?

2016-02-25 Thread Peter Hessler
On 2016 Feb 25 (Thu) at 18:14:40 +0700 (+0700), Tinker wrote: :On 2016-02-25 06:04, Chris Cappuccio wrote: :>Tinker [ti...@openmailbox.org] wrote: :>>First, Thank you for this fantastically awesome OS. :>> :>> :>>Just curious, what are approx plans for kernel-multicore-ness next 1-2 :>>years?

Re: Just curious, what are approx plans for kernel-multicore-ness next 1-2 years? (net/file IO) How much is it a relevant prio?

2016-02-25 Thread Tinker
On 2016-02-25 06:04, Chris Cappuccio wrote: Tinker [ti...@openmailbox.org] wrote: First, Thank you for this fantastically awesome OS. Just curious, what are approx plans for kernel-multicore-ness next 1-2 years? (Network IO, file/disk IO) Network SMP (and other subsystems required to

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Marc Espie
On Thu, Feb 25, 2016 at 11:56:10AM +0530, Indunil Jayasooriya wrote: > Hi Misc, > > I have OpenBSD 5.5 64 bit gateway. UPGRADE. You're very badly out of date. That stuff is no longer supported at all. There are probably exploitable holes in it by now.

Re: e-commerce framework suggestion? medoc?

2016-02-25 Thread Dan Jones
> On Feb 25, 2016, at 1:28 AM, li...@wrant.com wrote: > > Don't fall for regulation scare talks, there should be no reason to > put something outside local premises except payment processing which > is a well developed monetary system service from banks etc. > Since I deal with credit card

Re: how to send email via Mail

2016-02-25 Thread Nick Holland
On 02/25/16 17:01, Jaap Bosman wrote: > Hallo, I would like to use mail(1) for email client. No, really, you don't. > In man mail(1) I read nothing about configure mail to send and receive > email from outside. I would like to find how to configure mail(1). Step 1: you need to read the first

Re: how to Bridging with a wireless NIC

2016-02-25 Thread Stuart Henderson
On 2016-02-25, Stefan Sperling wrote: > On Tue, Feb 23, 2016 at 08:07:31PM +0900, Tuyosi Takesima wrote: >> auto wlan0 >> iface wlan0 inet dhcp >> wpa-ssid URoad-9BF >> wpa-ap-scan 1 >> wpa-key-mgmt WPA-PSK >> wpa-psk 4955 > >> # iw wlan0 info >> command failed: No such device

Re: hostname | /etc/hosts

2016-02-25 Thread Roderick
Hello anyone and thanks for the clarifications! On Thu, 25 Feb 2016, Craig Skinner wrote: Here's the full public domain name root list (which changes): http://www.iana.org/domains/root/db There is an inflation of TLD Names. I hope that registering a domain name become cheaper due to this

Nagios/OpenBSD 5.8: success anyone?

2016-02-25 Thread Olivier Debré
Hello. I've been using Nagios/OpenBSD/Apache for years, but can't make it work now on 5.8/httpd. I think this must be related with my (very) poor understanding of httpd/slowcgi/fastcgi. Symptoms: trying to access any cgi yields error 500 and lines as follows in /var/log/messages slowcgi[32405]: