Re: Apache logging?

2005-06-15 Thread Jeff Wirth
Anyone here know how to get Apache to log in GMT when the system clock is in local time? I can't imagine this being impossible...but I you didn't mention what version of apache... 1.3.* - http://httpd.apache.org/docs/logs.html#accesslog [10/Oct/2000:13:55:36 -0700] (%t) The time that

Re: su command problem

2005-03-29 Thread Jeff Wirth
On Tue, 29 Mar 2005 08:25:10 -0800 (PST), John Public [EMAIL PROTECTED] wrote: Thank you very much! I had checked the password file, but had been focused on the mysql account. I only just noticed that the root account was set to use /bin/csh for it's shell. When I changed it to

Re: sFTP nologin

2005-03-28 Thread Jeff Wirth
On Fri, 25 Mar 2005 19:53:12 -0500, Grant Peel [EMAIL PROTECTED] wrote: So, If I simply change the isers shell in /etc/passwd to the /usr/local/sbin.scponly shell it should work? If so, it doesn't! After installing the port (scponly) does one have to run the chroot scrippts and all that

Re: su command problem

2005-03-28 Thread Jeff Wirth
I am running into an issue using rc.conf to run applications at startup. Specifically, nagios, and mysql. When the system boots, it goes to a command prompt at the stage of the boot process when those applications would be run and then stops. If I exit out of the prompt, booting

Re: sendmail only listening on localhost

2005-03-28 Thread Jeff Wirth
On Mon, 28 Mar 2005 17:25:43 +0100, Simon Ironside [EMAIL PROTECTED] wrote: Hi all, I have a default sendmail instance on FreeBSD 5.3, the SMTP service only seems to be listening on localhost: netstat -al | grep smtp tcp4 0 0 localhost.smtp *.*

Re: su command problem

2005-03-28 Thread Jeff Wirth
On Mon, 28 Mar 2005 11:03:23 -0800 (PST), John Public [EMAIL PROTECTED] wrote: Thanks for your quick reply. In answer to your query, NP yes, I installed mysql 4.1 from ports, and it works just fine if I start it using mysqld_safe. However, if I attempt to run it from

Re: sFTP nologin

2005-03-25 Thread Jeff Wirth
Yes, been trying that all morning. sbin/nologin kills the connection after it prints the message. i have been tring scponly it has been less that workable so far too. 'nologin' will work for 'ftp' and things that don't require a password ( i.e. `sudo -u user -s`) 'scponly' is the correct

Re: FTP server on 5.3

2005-03-16 Thread Jeff Wirth
On Wed, 16 Mar 2005 12:56:12 -0800 (PST), Joshua Lewis [EMAIL PROTECTED] wrote: I was trying to setup an FTP server last night on my 5.3 box. I was using the handbook and was instructed to make a new user ftp. So that worked fine and I was able to upload to ftp's home dirrectory but wanted

Re: rc.conf reloaded

2005-03-15 Thread Jeff Wirth
On Tue, 15 Mar 2005 08:33:26 +0100, Bernt Hansson [EMAIL PROTECTED] wrote: Hello. I want to reread the rc.conf file without reboot. How does one do that? /etc/netstart restarts the network but /etc/rc.conf does nothing. Is it me or... FAQs for FreeBSD:

Re: mysql troubles

2005-03-14 Thread Jeff Wirth
On Mon, 14 Mar 2005 07:15:39 -0600, Dennis Olvany [EMAIL PROTECTED] wrote: just installed it and having trouble getting it going fresh mysql4.1 install on fbsd5.3 bsd# mysqladmin flush-privileges mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server

Re: mysql troubles

2005-03-14 Thread Jeff Wirth
On Mon, 14 Mar 2005 12:52:59 -0600, Dennis Olvany [EMAIL PROTECTED] wrote: mysql via ports If that's the case everything should to be good to go after the port is install. With the exception of creating the root password (and of course creating your own dbs). On your original post you

FreeBSD and RSA SecurID Authentication

2005-03-10 Thread Jeff Wirth
List, This post is really for archival purposes in the event that someone else is looking into centralized authentication with RSA SecurID and FreeBSD (or any other *nix platform for that matter).. The organization I currently work for has a large ($$$) investment in RSA SecurID (for VPN use

Re: [pki-team] FreeBSD and RSA SecurID Authentication (fwd)

2005-03-10 Thread Jeff Wirth
On Thu, 10 Mar 2005 12:14:52 -0800, Mike Helm [EMAIL PROTECTED] wrote: John Webster forwards: 'shared secret'. (PAM module uses /etc/radius.conf for 'shared secret', servername, etc) 5 - Configure PAM/sshd (or whatever PAM aware services) to require RADIUS authentication 6 - Configure

Re: Fake Internal IP Address Ranges

2005-03-09 Thread Jeff Wirth
Does FreeBSD refuse to route fake internal address ranges? by 'fake' I assume you are referring to RFC1918 (http://www.faqs.org/rfcs/rfc1918.html) I have a setup as follows: Ethernet0 (10.0.0.0 address, internet-facing) Having a RFC1918 address as your internet-facing address is not going