RE: [SLUG] samba

2004-01-29 Thread Low Christopher - clow
Might be handy to run a few tests/checks: Check to see if port is actually open? telnet localhost 139 Check if its in listening state? netstat -a | grep 139 And you should see something like this: tcp 0 0 *.139 *.* LISTEN Are you sure you don't have samba

[SLUG] LS_COLORS

2004-01-07 Thread Low Christopher - clow
Arrghhh this is driving me mad. I'm sure its something trivial but how does one switch ls colors off? I've got: Colors=none in /etc/DIR_COLORS $LS_COLORS='' But it still uses colors TIA C. ** The information contained

RE: [SLUG] Server 'up'; but 'down' from external viewers...

2003-09-14 Thread Low Christopher - clow
You can try a few things once you have located apachectl ./apachectl configtest Should return and say Syntax OK Also, try looking at the error logs for apache (usually under /usr/local/apache/logs) That may give you some hints on what is wrong. Could the other site be a secure site and needs

RE: [SLUG] URGENT: Please help.../Desperate plea...

2003-08-28 Thread Low Christopher - clow
Even man Mail might help :) J/k. If you are just using straight mail or mailx the switch you want is '-r [EMAIL PROTECTED]' eg. mail -r [EMAIL PROTECTED] -s Greetings [EMAIL PROTECTED] Unless of course mail is called in a perl script using Net::Mail or something then there would be a from

[SLUG] SSH2 hostbased authentications issues...

2003-06-22 Thread Low Christopher - clow
Guys, I'm trying to set up hostbased authentication from one box to another. I don't want it to be system wide and thus have set up for individual users. My problem arises when the client user is trying to ssh to server user using another user eg. [EMAIL PROTECTED] ssh -l different server user

[SLUG] Bind startup problems on RH 6.1

2003-06-18 Thread Low Christopher - clow
Guys, I've managed to build/compile bind 8.4.1 on RH 6.1 (don't ask) without incident. However when I try to start the daemon up, I get the following message: Jun 19 08:32:28 kettle named[32615]: socket(SOCK_DGRAM): Invalid argument Jun 19 08:32:28 kettle named[32615]: socket(SOCK_DGRAM):

RE: [SLUG] Apache Error

2003-06-04 Thread Low Christopher - clow
It does look like apache is being started with ssl. Check your startup script if there is a reference to startssl in it. Eg. if /usr/internet/httpd/bin/apachectl startssl ; then echo HTTP daemon with SSL started on port $PORT and $SSLPORT Also, if you're not using SSL, then see if these

RE: [SLUG] Routing problem (I think)

2002-07-23 Thread Low Christopher - clow
I think it is Tony. Looking at the routing table. Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 192.168.1.0 * 255.255.255.0 U 0 00 eth0 127.0.0.0 * 255.0.0.0 U 0 0

RE: [SLUG] bind version

2002-03-18 Thread Low Christopher - clow
I'll help with this one Tony :) For rpm= rpm -qa | grep Bind Chris -Original Message- From: Tony Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 March 2002 11:31 AM To: [EMAIL PROTECTED] Subject: Re: [SLUG] bind version On Tue, 2002-03-19 at 11:23, Ben Donohue wrote: Hi Slugs,

RE: [SLUG] bind version

2002-03-18 Thread Low Christopher - clow
Or you could kill -HUP named Then tail -50 /var/log/messages (if you have daemon msges to log into messages) Should display named version number when it restarts. Chris -Original Message- From: Tony Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 March 2002 11:59 AM To: [EMAIL

RE: [SLUG] restarting after editing inetd.conf

2002-03-06 Thread Low Christopher - clow
Ben, The way I would do it is # ps -ef | grep inet Once you get the PID then # kill -HUP inetd pid Hope this helps Chris -Original Message- From: Ben Donohue [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 March 2002 1:01 PM To: [EMAIL PROTECTED] Subject: [SLUG] restarting after