Re: SSH attack

2005-10-03 Thread Jared Hall
>Also, for goodness sake, please disallow root login via ssh. I forgot to mention that I did that too (among a few other minor tweaks) It's a new dns server which I just put up for testing purposes... so it's not that big of a deal. >I highly recommend the use of shorewall for something like this

Re: SSH attack

2005-10-03 Thread Jared Hall
I took care of it all last night a couple of minutes after I posted. Here's what I did. I looked at my logs and found that there was no successful root login. the reason netstat was showing another root connection from the mentioned ip is that the script kiddie was rapidly connecting to my sshd

SSH attack

2005-10-02 Thread Jared Hall
It looks like I am being rooted right now. How do I toss this guy off of my system. he has an IP address of 210.95.212.131 Please get back to me fast. I took the compilers off of the system, and it's only running dns... so there's no firewall or anything. I can't shut down ssh because that's m

Re: Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup

2005-09-24 Thread Jared Hall
I've tried Pollywog's method and I still can't loginto email accounts using "telnet localhost 143." I've got some ideas about things to play with, but my problem still isn't solved. Please help if you have any ideas! Jared > I had similar problems and this is what I did to get it working: > Edite

Re: Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup

2005-09-24 Thread Jared Hall
/2005 12:56 am, Jared Hall wrote: > > debian users > > > > I'm a newbie having trouble getting imap to authenticate user and password: > > > > I had similar problems and this is what I did to get it working: > Edited /etc/courier/imapd-ssl making the follow

Imap: no login... ps aux - imapd.pid -nodnslookup -noidentlookup

2005-09-24 Thread Jared Hall
debian users I'm a newbie having trouble getting imap to authenticate user and password: # telnet localhost 143 a01 login [EMAIL PROTECTED] my_password a01 NO Login failed. a02 login [EMAIL PROTECTED] my_virtual_password a02 NO Login failed. Connection closed by foreign host. I've set up these u

qmail-rspawn and qmail-clean not active

2005-09-21 Thread Jared Hall
when I: # ps waux | grep qmail I get: root 1350 0.0 0.020 16 ?S18:07 0:00 supervise qmail-smtpd root 1352 0.0 0.020 16 ?S18:07 0:00 supervise qmail-send root 1354 0.0 0.020 16 ?S18:07 0:00 supervise qmail-pop3d qmaill

Fwd: qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
scot- > The qmailadmin file is a binary file, so there is not much you can look > for in there. If you are still getting the 500 error you may take a look > at /var/log/apache2/error.log and see if you can spot what it is > missing. Normally qmailadmin is easy enough to reinstall that people > will

Fwd: qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
-- Forwarded message -- From: Jared Hall <[EMAIL PROTECTED]> Date: Sep 20, 2005 7:34 AM Subject: Re: qmailadmin 500 internal server error To: Scot Hilden <[EMAIL PROTECTED]> On 9/20/05, Scot Hilden <[EMAIL PROTECTED]> wrote: > Might try the ScriptAlias with

qmailadmin 500 internal server error

2005-09-20 Thread Jared Hall
Debian Users I've been having trouble with qmailadmin, and the qmail mailing list has not been very active. I'm hoping some of you may have some answers for me. The install for Qmail is clean. I ran an install check on it, and everything seems to be working fine. Vpop is also working, as well a

Re: scp: file download history

2005-09-20 Thread Jared Hall
On 9/20/05, Victor Munoz <[EMAIL PROTECTED]> wrote: > Maybe 'find'. You can give it time arguments, so you can find files > created/modified today, yesterday, or between two given dates (I think?). If > you know where in the tree it is, then it will take less time, but if you > don't know, well, 'f

Re: Apache2: httpd.conf or apache2.conf?

2005-09-19 Thread Jared Hall
On 9/19/05, David Huemer <[EMAIL PROTECTED]> wrote: > I prefer httpd.conf too, but deleting the apache2.conf is no good idea. > The only good thing about the apache2.conf is, that it includes the > httpd.conf so all user defined configuration can be done in the > httpd.conf and they can be seen ver

Re: Apache2: httpd.conf or apache2.conf?

2005-09-19 Thread Jared Hall
Debian Users >>The README file that came with Debian doesn't cover the difference >>between the httpd.conf file and the apache2.conf file. Is the >>httpd.conf file basically obsolete? > > > >I haven't had time to look into it at depth, but I think the answer is > >yes. I've got everything in apach

Debian Compatable UPS?

2005-09-19 Thread Jared Hall
Debian Users- I'm building a small network to backup two larger networks, and I've got it all figured out except for the power supply. My backup network will only use a laptop and a desktop, and shouldn't ever suck more than 300 watts. I'm looking for a cheap UPS with a usb connection that is co

Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Jared Hall
Oliver and Debian Users On 9/19/05, Oliver Lupton <[EMAIL PROTECTED]> wrote: > You could try this: http://cvs.php.net/co.php/php-src/php.ini-dist I > found that linked from > http://php.net/manual/en/configuration.php#configuration.file > > Cheers, > -ol Thanks Oliver! You have been great help

Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Jared Hall
Oliver and Debian users- In regards to a lost php.ini on a server running php-5.0.5 > It's always possible you don't have one for some reason, php will > usually run quite happily on defaults without it. > > Cheers, > -ol I'm not sure what to do if it's not there... can I just copy one? where sh

Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Jared Hall
Roberto and Debian Users- In regards to a lost php.ini on a server running php-5.0.5 On 9/19/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > It is in /etc/php4. Some ways to have found it: > > `dpkg -L libapache2-mod-php4` > > `find / -name php.ini` > > -Roberto > Just want to note that I

Re: Apache2: httpd.conf or apache2.conf?

2005-09-19 Thread Jared Hall
Debian Users- On 9/19/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > Not only that, but if you compile it by hand from the upstream > distribution, you should be prepared to follow all the security > advisories (i.e., simple pointing apt to sarge/updates will not allow > you to receive the se

Re: absurdly simple LAN problem - SOLVED?

2005-09-19 Thread Jared Hall
Anthony >1. There is a page in the router set-up which shows attached devices; >the laptop appears here as 192.168.0.3, for some reason. >From what I have gathered you haven't been able to get your laptop (wireless) to connect to your desktop (Ethernet). You are connecting both of these machines

Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Jared Hall
Oliver and Debian Users- I received from Oliver: > locate php.ini > > For me it's in /usr/local/lib, but then I compiled php myself so... > in "/usr/local/lib" I have Archive build Console data doc HTML Net OS PEAR pearcmd.php PEAR.php System.php test XML I have looked inside each

Can't find php.ini, and sometimes other files too

2005-09-19 Thread Jared Hall
Debian Users- I seem to have missed my php.ini file. I used phpinfo(); to find the damn thing, but when I went to the place that phpinfo() sent me it wasn't there! I've looked every where by hand, and then thought: "Is there some way of using grep which will save me time and energy which I don't

scp: file download history

2005-09-19 Thread Jared Hall
Debian Users- I am trying to find a file which was uploaded to my server a couple of days ago over ssh using the scp command syntax. I cannot remember the name of the file, or where it was placed. Is there any place I can look to see what files were uploaded to my computer via scp? Is there a co