Re: Scan for viruses!

2005-10-27 Thread Rob Pitt
amavis On 27 Oct 2005, at 18:40, Carstea Catalin wrote: Hi there! I want to scan all traffic going through wan - interface for viruses? Any recommendation? P.S: my freebsd box is router of my network! -- Any help would be greatly appreciated. regards, Carstea Catalin

Re: Apache log rotation

2005-10-19 Thread Rob Pitt
Sending HUP is fine. Olivier Nicole wrote: Hi, If one install Apache from the ports, the logs go in /var/log, namely in: ssl_request_log httpd-access.log ssl_engine_log httpd-error.log Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but

GVINUM woes

2005-10-01 Thread Rob Pitt
Hello, When I power into single user mode and rebuild all my stale plesks (start root.p1, etc) it works fine they all come back up everyone is up until I reboot and then... ad4: 76293MB Maxtor 6Y080M0/YAR51HW0 [155009/16/63] at ata2-master SATA150 ad6: 76293MB Maxtor 6Y080M0/YAR51HW0

More GVINUM

2005-09-30 Thread Rob Pitt
Hi guys, I've only just subscribed but I notice gvinum seems to get a fair bit of traffic so I'll try to keep this brief :) I noticed that several plexes on a system where I setup a everything on gvinum system are down (the subdisks are marked as stale), The drive itself is up and I wondered

Re: NEWBIE: setuid diffs?

2005-09-30 Thread Rob Pitt
] -- Rob Pitt Technical Architect Motionpath Digital Media Limited St Georges House 34-36 St Georges Road Kemp Town Brighton BN2 1ED tel:01273 608708 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Simple PAM authentication code?

2005-09-30 Thread Rob Pitt
This is mostly taken from Linux Standards Base. Compile with -lpam - lpam_misc. HTH - RP #include security/pam_appl.h #include security/pam_misc.h #include stdio.h int main(int argc, char *argv[]) { static struct pam_conv conv; conv.conv = misc_conv; conv.appdata_ptr