Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Markus Hennecke
On Thu, 22 Jan 2009, Aaron Poffenberger wrote: You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over Unix sockets and that was

Re: hoststated on OpenBSD

2009-01-22 Thread Beavis
thank you all for the pointers. On Thu, Jan 22, 2009 at 6:19 PM, Chris Kuethe wrote: > http://marc.info/?l=openbsd-announce&m=120959605703777&w=2 > > it was renamed to relayd > > On Thu, Jan 22, 2009 at 5:09 PM, Beavis wrote: >> Greetings List, >> >> I would like to ask some folks here regardi

Re: hoststated on OpenBSD

2009-01-22 Thread Chris Kuethe
http://marc.info/?l=openbsd-announce&m=120959605703777&w=2 it was renamed to relayd On Thu, Jan 22, 2009 at 5:09 PM, Beavis wrote: > Greetings List, > > I would like to ask some folks here regarding hoststated is it > still available for OpenBSD? All i got through google is > http://cvs.openbs

Re: hoststated on OpenBSD

2009-01-22 Thread Peter Hessler
it is now known as relayd(8). On 2009 Jan 22 (Thu) at 18:09:58 -0600 (-0600), Beavis wrote: :Greetings List, : : I would like to ask some folks here regarding hoststated is it :still available for OpenBSD? All i got through google is :http://cvs.openbsd.org/papers/eurobsdcon07/pyr-loadbalancing

hoststated on OpenBSD

2009-01-22 Thread Beavis
Greetings List, I would like to ask some folks here regarding hoststated is it still available for OpenBSD? All i got through google is http://cvs.openbsd.org/papers/eurobsdcon07/pyr-loadbalancing/ I'm looking for a tool that would be able me to setup OpenBSD as a High-availability appliance w

Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Aaron Poffenberger
You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over Unix sockets and that was an exercise in frustration. Tcp/ip is the way t

Re: trying to install LPRng

2009-01-22 Thread Michael
On Thu, Jan 22, 2009 at 10:22 AM, Michael wrote: > > > On Thu, Jan 22, 2009 at 10:08 AM, Stuart Henderson > wrote: > >> On 2009-01-22, Michael wrote: >> > I am running 4.4 and tried to install LPRng: >> > uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 >> > >> > When I type "sudo pkg_add LP

Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-22 Thread Chris Bennett
I can get LedgerSMB to work fine with httpd -u, but can't it to work correctly with Apache chrooted. I've added a tmp dir to chroot, imported the files from /usr/lib /usr/local/lib tried moving socket into chroot. No luck. Seems to connect OK with PSQL, but database creation is failing to work

Re: trying to install LPRng

2009-01-22 Thread Tom Rosso
> I am running 4.4 and tried to install LPRng: > uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 > > When I type "sudo pkg_add LPRng", I get the following: > parsing LPRng-3.8.21p2 > Can't install LPRng-3.8.21p2: lib not found c.43.0 > c.43.0: partial match in /usr/lib: major=48, minor=0 (bad m

getting random icmp host unreachable messages while accessing host from behind nat with 4.4 amd64

2009-01-22 Thread Imre Oolberg
Hi! I have following problem with my OpenBSD amd64 version firewall and would be very thankful if you can help me with it. Quite accidentally my collegue discovered that while he is accessing content over http from behind natting firewall he doest get it every time. And it happens seemengly

Re: Find - Sillyness

2009-01-22 Thread System Administrator
On 22 Jan 2009 at 14:54, Morris, Roy wrote: > I know this is more of a general 'huh' kind of thing, but I figured someone > could kick start my brain for me. Anyone know why this doesn't work? It > appears to find the files ok but the -exec part thinks it can't? > > > spider:/var/log# find . -na

Re: Find - Sillyness

2009-01-22 Thread John Jackson
On Thu, Jan 22, 2009 at 02:54:21PM -0500, Morris, Roy wrote: > I know this is more of a general 'huh' kind of thing, but I figured someone > could kick start my brain for me. Anyone know why this doesn't work? It > appears to find the files ok but the -exec part thinks it can't? > > > spider:/var

Re: Find - Sillyness

2009-01-22 Thread Daniel A. Ramaley
Remove the quotes from "echo {}". The "No such file or directory" error is because find cannot run a program named "echo ./daemon.2.gz". Remove the quotes and it will try to run "echo" with an argument of "daemon.2.gz". On Thursday January 22 2009 13:54, you wrote: >I know this is more of a gen

Re: Find - Sillyness

2009-01-22 Thread Chris Kuethe
do you have any programs called "echo ./daemon.2.gz"? you want -exec echo "{}" \; On Thu, Jan 22, 2009 at 12:54 PM, Morris, Roy wrote: > I know this is more of a general 'huh' kind of thing, but I figured someone > could kick start my brain for me. Anyone know why this doesn't work? It > appears

Find - Sillyness

2009-01-22 Thread Morris, Roy
I know this is more of a general 'huh' kind of thing, but I figured someone could kick start my brain for me. Anyone know why this doesn't work? It appears to find the files ok but the -exec part thinks it can't? spider:/var/log# find . -name "daemon.*.gz" -exec "echo {}" \; find: echo ./daemon.2

Re: trying to install LPRng

2009-01-22 Thread Michael
On Thu, Jan 22, 2009 at 10:08 AM, Stuart Henderson wrote: > On 2009-01-22, Michael wrote: > > I am running 4.4 and tried to install LPRng: > > uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 > > > > When I type "sudo pkg_add LPRng", I get the following: > > parsing LPRng-3.8.21p2 > > Can't in

Re: trying to install LPRng

2009-01-22 Thread Stuart Henderson
On 2009-01-22, Michael wrote: > I am running 4.4 and tried to install LPRng: > uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 > > When I type "sudo pkg_add LPRng", I get the following: > parsing LPRng-3.8.21p2 > Can't install LPRng-3.8.21p2: lib not found c.43.0 > c.43.0: partial match in /us

trying to install LPRng

2009-01-22 Thread Michael
I am running 4.4 and tried to install LPRng: uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 When I type "sudo pkg_add LPRng", I get the following: parsing LPRng-3.8.21p2 Can't install LPRng-3.8.21p2: lib not found c.43.0 c.43.0: partial match in /usr/lib: major=48, minor=0 (bad major) Can't i

Re: rfc1918

2009-01-22 Thread _azure
Stevoid wrote: > I was wondering if someone could tell me why there's a need to write > a rule to block addresses that come under the private address space if > these addresses aren't routable over the Internet? If you have a cable modem, run tcpdump on your ext_if for a few minutes some time.

Re: rfc1918

2009-01-22 Thread Dave K
On Thu, Jan 22, 2009 at 8:37 AM, Steve Laurie wrote: > I was wondering if someone could tell me why there's a need to write > a rule to block addresses that come under the private address space if > these addresses aren't routable over the Internet? Even if they aren't routed over the Internet,

Re: Sending email in Apache chroot?

2009-01-22 Thread Sunnz
2009/1/21 Sunnz : > So in summary, the following was done: > > - Setup sendmail such as the sendmail that came with OpenBSD or use > some other agent like Postfix such that you can do a `dmesg | mail -s > "Sony VAIO 505R laptop, apm works OK" dm...@openbsd.org` on the > command line. > > - Install

Re: rfc1918

2009-01-22 Thread Stuart Henderson
On 2009-01-22, Steve Laurie wrote: > Hi all, > > I was wondering if someone could tell me why there's a need to write > a rule to block addresses that come under the private address space if > these addresses aren't routable over the Internet? They don't usually appear in full internet routing ta

Re: pf.conf and tags

2009-01-22 Thread Stuart Henderson
On 2009-01-22, Steve Laurie wrote: > Basically, what I'm trying to ask is how can I make pf faster? What is > important? More RAM? Faster CPU? Using tags? A smaller rule file? Using > architecture other than x86? Is it currently too slow for you? > I've got a Sun Microsystems Ultra 5 270MHz 64

Re: rfc1918

2009-01-22 Thread Pereresus ne Vlezaet Buggy
On 22 January 2009 c. 16:37:52 Steve Laurie wrote: > Hi all, > > I was wondering if someone could tell me why there's a need to write > a rule to block addresses that come under the private address space if > these addresses aren't routable over the Internet? - Home Internet provider give you publ

Re: pf.conf and tags

2009-01-22 Thread SJP Lists
Hi Steve, 2009/1/23 Steve Laurie : > > I've got a Sun Microsystems Ultra 5 270MHz 64bit CPU with 128MB of RAM. > Would that be better than the 1GHz 1024MB RAM x86 bitsa I'm using at the > moment? I'd be surprised if that U5 was faster than the 1GHz x86. Back with OpenBSD 3.7 or so, I found with

Re: Apache file upload

2009-01-22 Thread Vadim Zhukov
On 22 January 2009 c. 16:26:08 pcnico...@freesurf.fr wrote: > Hi > > I need a very simple web page to upload files on my Apache web server. > I found some cgi script like this one > http://www.raditha.com/megaupload/ but I always face "internal server > error" message. Did you look at the logs in

Re: rfc1918

2009-01-22 Thread - Tethys
On Thu, Jan 22, 2009 at 1:37 PM, Steve Laurie wrote: > I was wondering if someone could tell me why there's a need to write > a rule to block addresses that come under the private address space if > these addresses aren't routable over the Internet? An RFC that says they shouldn't be routeable o

pf.conf and tags

2009-01-22 Thread Steve Laurie
Hello all (again), I was wondering if someone could tell me if using tags in pf.conf makes anything better apart from setting up trusts between interfaces etc. Basically, what I'm trying to ask is how can I make pf faster? What is important? More RAM? Faster CPU? Using tags? A smaller rule file?

rfc1918

2009-01-22 Thread Steve Laurie
Hi all, I was wondering if someone could tell me why there's a need to write a rule to block addresses that come under the private address space if these addresses aren't routable over the Internet? Cheers, Steve -- I like Linux. I used it to download OpenBSD!!!

Apache file upload

2009-01-22 Thread pcnicolas
Hi I need a very simple web page to upload files on my Apache web server. I found some cgi script like this one http://www.raditha.com/megaupload/ but I always face "internal server error" message. Did anyone done some like that ? Thanks

Re: now OT Re: Virtualization, OpenBSD as host

2009-01-22 Thread Diana Eichert
On Thu, 22 Jan 2009, Josh wrote: I am in the process of building NetBSD dom0 machines after having problems with trying to get linux to work beyond a snails pace on the hardware we have. I just used the howto provided here: http://www.netbsd.org/ports/xen/howto.html Only issue from that was gr

Re: Sudo & YPLDAP

2009-01-22 Thread Gavin Norman
I'm aware of that, but sudo whinges about uid x not being in /etc/passwd if they are from ypldap. Regards. -- Gavin Norman IT Manager R&C Services Vic M: +614 0935 4020 E: gav...@rcservices.com.au

Re: net5501 crypto driver

2009-01-22 Thread Christoph Leser
Yes, I can confirm that glxsb.c 1.15 works fine with 4.4. stable. Now AES 256 works again. Thanks > -Urspr|ngliche Nachricht- > Von: Markus Friedl [mailto:markus.r.fri...@arcor.de] > Gesendet: Dienstag, 20. Januar 2009 13:53 > An: Christoph Leser > Cc: misc@openbsd.org > Betreff: Re: net5

Re: OpenBSD 4.4 pf+vlan+bridge problem

2009-01-22 Thread Imre Oolberg
Hi! Wouldn't it be better to not use the bridge and use (multicast-)routing and pf to solve your problem? Multicast routing with "dvrmpd" is tested with pf, does not work. the same thing happens, if streamX is allowed to pass out on vlanX and streamY is allowed to pass out on vlanY, result is

Re: Router ping one way only

2009-01-22 Thread duxbuz
Still no joy with this issue. I was asked to try: >Try this, . >Go the the ubuntu machine (network 192...) and listen to icmp packets in the interface connected to the >172... network. > >Then get a machine from network 172... and try to ping it. > >You did a tcpdump on the pf pseudo-interface be

Re: Sudo & YPLDAP

2009-01-22 Thread uw
Am Thu, 22 Jan 2009 14:04:00 +1100 schrieb Gavin Norman : > Greetings, > > Anyone had any luck getting sudo working with YPLDAP/LDAP? > > Regards. You don't need ypldap. This is a LDAP-to-NIS server which provides NIS maps for users and groups so You can fetch passwd/groups from LDAP via 'NIS'.