Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
I just basically followed one of the openbsd guides on the net and they are redirecting to that subnet. May I ask why that would be a problem anyway? This leads me to another question if i redirected to int_if, would that actually couse a loop? for whoever asked why is called int if, its just an

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
The source hs: /* check to see if /var/db/spamd exists, if not, create it */ if ((i = open(PATH_SPAMD_DB, O_RDWR, 0)) == -1 errno == ENOENT) { i = open(PATH_SPAMD_DB, O_RDWR|O_CREAT, 0644); Just do a 'touch /var/db/spamd' Jeremy C. Reed Hi Jeremy and the

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread Simon 'corecode' Schubert
[EMAIL PROTECTED] wrote: 99940 spamd-setup CALL close(0x3) 99940 spamd-setup RET close -1 errno 9 Bad file descriptor 99940 spamd-setup CALL pipe 99940 spamd-setup RET pipe 3 99940 spamd-setup CALL fork 99940 spamd-setup RET fork 99948/0x1866c 99940 spamd-setup CALL close(0x3)

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
No, we'd need to see where fd 4 is being opened, but maybe that's a limitation of ktrace. I could guess that that the pipe is between 3 and 4, so we'd have to know what the spamd-setup child is doing. Could you run the trace with -i, so that we can see why the child is closing the fd?

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread Simon 'corecode' Schubert
[EMAIL PROTECTED] wrote: 42015 spamd-setup CALL execve(0xbfbff370,0xbfbff7c0,0xbfbff8e0) 42015 spamd-setup NAMI /sbin/__nonexistent__ It tries to execute __nonexisten__. No wonder that it fails. Something in your config must be wrong. cheers simon

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
I just went through the change, i telneted into port 25 and spamd welcomed me, i went through the whole thing: 220 daria.webgate.net.au ESMTP spamd IP-based SPAM blocker; Thu Aug 9 22:19:40 2007 helo mx1.webgate.net.au 250 Hello, spam sender. Pleased to be wasting your time. mail from: [EMAIL

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
I also cant find any logs from spamd. there is no /var/log/spamd and /var/log/messages only says that spamd is listening. any ideas? petr

[Fwd: Re: Trying to setup PF and spamd...hell!]

2007-08-09 Thread elekktretterr
Ok, Im making a slow progress: Graylisting works, BUT i cannot insert whitelisted entries into the pf table (spamd-white) debug output of spamd says: whitelisted 141.132.64.22 whitelisted 202.125.163.96 whitelisted 203.247.145.54 whitelisted 203.59.222.34 whitelisted 203.87.94.84 whitelisted

Re: Kerneltrap interview available

2007-08-09 Thread Martin P. Hellwig
Robert Clark wrote: I like retcon, timelord, or tardis. [RC] cut Yes and if we refetch a older file we can say that process is called retardis ;-) -- mph

Re: Kerneltrap interview available

2007-08-09 Thread Martin P. Hellwig
Sascha Wildner wrote: Chris Turner wrote: Matthew Dillon wrote: Jeremy did another interview of me in Kernel Trap, here's the URL: http://kerneltrap.org/node/14116 -Matt hey so what happened to the Hammer FS name ? JA: Does your new filesystem have a name?

Re: RealTek 8168B/8111B, new revision

2007-08-09 Thread Matthew Dillon
:Hello, : :is there a chance to get support for what NetBSD calls SPIN3 of :the chip mentioned in the subject into DF? I've always been eager :to try DF out, but so far was held back by lack of networking :support on my (only) box... cf. :http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/ic/

Re: Trying to setup PF and spamd...hell!

2007-08-09 Thread elekktretterr
Jeremy C. Reed Ok, i had my piece of hell with it but i have it working now. Im using mail/spamd from pkgsrc. I will explain my solutions to my problems here in case someone is hit by them too. 1) the __nonexistent_problem is solved by compiling spamd like this: env PFCTL=`which pfctl`

jscan issues

2007-08-09 Thread Michael Neumann
Hi, I've played a bit with jscan, especially rolling a journal back and forth. I created a journal: mountctl -a -w /tmp/journal /mnt:test Stopped it: mountctl -d /mnt:test The journal stream (scan -d /tmp/journal output) looks like this: STREAM c002 11aee6a84680a5a8 { DISCONT }

Domain concept?

2007-08-09 Thread Sdävtaker
Hello people, i hope you can enlaight me a little. I installed my DFBSD, configured it, instelled a lot of services (apache22, sendmail, imap, dns, pop3, webmail, php4, php5, perl, some CMSs, svn, etc...) after that i got a static /30 to make my own DNS real. In the time i did all this I got in

Re: RealTek 8168B/8111B, new revision

2007-08-09 Thread Dennis den Brok
Device ID is the same as for previous revisions; only revision has changed to 0x3840. According to grep, there aren't any quirks specific to this revision; it's handled just like what in NetBSD is called SPIN2, so I suppose it could work by adding the above revision code (or whatever such data

Troubles with mysql-server installation

2007-08-09 Thread Sdävtaker
Hey downloaded and installed the mysql-server-5.0.41.tgz I could succecssfully make the client work (i can connect to another mysql server in different machine, running different OS). But i cant start up the Mysql Server in my DFBSD :-/ I could successfully run the intall_db script. I cant

Re: Domain concept?

2007-08-09 Thread Matthew Dillon
:Hello people, i hope you can enlaight me a little. :I installed my DFBSD, configured it, instelled a lot of services :(apache22, sendmail, imap, dns, pop3, webmail, php4, php5, perl, some :CMSs, svn, etc...) after that i got a static /30 to make my own DNS real. :In the time i did all this I