Re: How to route squid traffic over a particular interface transparently

2015-06-10 Thread Stuart Henderson
On 2015-06-05, Brad DeMorrow bdemor...@gmail.com wrote: I'm currently running squid on my gateway - working well. I've got the standard couple of lines that they recommend putting into pf.conf pass in quick on inet proto tcp from 192.0.2.0/24 to port www divert-to 127.0.0.1 port 3129 pass

Re: Coreboot on ThinkPad x60 - BSDCan

2015-06-10 Thread L.R. D.S.
Few weeks ago someone reported here that it's working: http://marc.info/?l=openbsd-miscm=143264567018501w=2 We have a discussion on libreboot list about this too (but about x200, not x60): http://lists.nongnu.org/archive/html/libreboot/2015-05/msg3.html What kind of problem are you having?

Re: Blob-free OpenBSD kernel needed

2015-06-10 Thread L.R. D.S.
If you want HW freedom, I think the viable way is this: https://www.crowdsupply.com/purism/librem-15#products-top Please, don't buy this crapbook. We already have discussed it on this mailing list: http://marc.info/?l=openbsd-miscm=142240878031170w=2

Re: Error while building userland

2015-06-10 Thread ludovic coues
2015-06-09 22:46 GMT+02:00 ludovic coues cou...@gmail.com: Hello misc@, I am building -current for the first time and I have an error while building userland. More specifically, when rebuilding the symbolic link, make spew this error: *** Parse error in /usr/src/gnu/usr.bin/binutils:

Re: Web2py running on openbsd 5.7 with new httpd server

2015-06-10 Thread Florian Obser
On Tue, Jun 09, 2015 at 09:44:45PM -0600, Alvaro Mantilla Gimenez wrote: Hi, I would like to know if anyone have web2py running on OpenBSD 5.7 using new httpd server. I've started web2py with fcgihandler and tried a simple configuration with no luck (probably wrong, that's why I am

Re: SAMBA CIFS/SMBMOUNT

2015-06-10 Thread Stuart Henderson
On 2015-06-07, Max Power open...@cpnetserver.net wrote: Hi guys! Question about OpenBSD 5.7 amd64. How to mount shared device via samba fs? I tried in this way: # mount -t cifs //192.168.2.111/raid5/download /BACKUP -o username=user,password=passwd and this returns: mount: no mount helper

Re: Coreboot on ThinkPad x60 - BSDCan

2015-06-10 Thread Muammar Gaddafi
On 10 June 2015 at 13:18, L.R. D.S. arrowscr...@mail.com wrote: Few weeks ago someone reported here that it's working: http://marc.info/?l=openbsd-miscm=143264567018501w=2 That was me :) What kind of problem are you having? This hardware are able to boot OpenBSD -current using SeaBIOS?

Re: SAMBA CIFS/SMBMOUNT

2015-06-10 Thread sven falempin
On Wed, Jun 10, 2015 at 2:54 PM, Stuart Henderson s...@spacehopper.org wrote: On 2015/06/10 13:33, sven falempin wrote: On Wed, Jun 10, 2015 at 4:32 AM, Stuart Henderson s...@spacehopper.org wrote: On 2015-06-07, Max Power open...@cpnetserver.net wrote: Hi guys!

Re: SAMBA CIFS/SMBMOUNT

2015-06-10 Thread sven falempin
On Wed, Jun 10, 2015 at 4:32 AM, Stuart Henderson s...@spacehopper.org wrote: On 2015-06-07, Max Power open...@cpnetserver.net wrote: Hi guys! Question about OpenBSD 5.7 amd64. How to mount shared device via samba fs? I tried in this way: # mount -t cifs

spamd pf rules

2015-06-10 Thread Edgar Pettijohn III
I've been using spamd for a while now. I was looking through my pf.conf and noticed that I had the following rules in regards to spamd. table spamd-white persist table nospamd persist file /etc/mail/nospamd pass in log on egress proto tcp from any to any port smtp \ rdr-to 127.0.0.1 port spamd

Re: Web2py running on openbsd 5.7 with new httpd server

2015-06-10 Thread Alvaro Mantilla Gimenez
On Wed, Jun 10, 2015 at 1:35 AM, Florian Obser flor...@openbsd.org wrote: You are not giving us much to go with, but this sticks out. Check if that unix domain socket is there and keep in mind that httpd(8) chroot(2)s to /var/www, so outside the chroot that should be /var/www/tmp/fcgi.sock.

Re: SAMBA CIFS/SMBMOUNTysutils/usmby

2015-06-10 Thread Rafael Sadowski
On Wed Jun 10, 2015 at 01:33:35PM -0400, sven falempin wrote: On Wed, Jun 10, 2015 at 4:32 AM, Stuart Henderson s...@spacehopper.org wrote: On 2015-06-07, Max Power open...@cpnetserver.net wrote: Hi guys! Question about OpenBSD 5.7 amd64. How to mount shared device via samba fs?

Re: SAMBA CIFS/SMBMOUNT

2015-06-10 Thread Stuart Henderson
On 2015/06/10 13:33, sven falempin wrote: On Wed, Jun 10, 2015 at 4:32 AM, Stuart Henderson s...@spacehopper.org wrote: On 2015-06-07, Max Power open...@cpnetserver.net wrote: Hi guys! Question about OpenBSD 5.7 amd64. How to mount shared device via samba fs?

Re: spamd pf rules

2015-06-10 Thread Okan Demirmen
On Wed 2015.06.10 at 15:43 -0500, Edgar Pettijohn III wrote: I've been using spamd for a while now. I was looking through my pf.conf and noticed that I had the following rules in regards to spamd. table spamd-white persist table nospamd persist file /etc/mail/nospamd pass in log on egress

Re: spamd pf rules

2015-06-10 Thread Edgar Pettijohn III
On Jun 10, 2015, at 3:59 PM, Okan Demirmen wrote: On Wed 2015.06.10 at 15:43 -0500, Edgar Pettijohn III wrote: I've been using spamd for a while now. I was looking through my pf.conf and noticed that I had the following rules in regards to spamd. table spamd-white persist table nospamd

OpenBGPd forward update configuration

2015-06-10 Thread dsp
Hello list! please excuse my probably idiotic question, but i'm still a new OpenBGPd user. (5.7 release) what i'm trying to achieve is: a) connect to a bunch of peers but announce nothing to them. just collect their updates. b) send all those updates to another peer ($livebgp) my config is :