LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-14-2012, 11:04 AM   #1
Mircer
LQ Newbie
 
Registered: Sep 2012
Posts: 5

Rep: Reputation: Disabled
Smile Hello guys i need help with Linux Ubuntu


I try to install some program call Rk-RootkitRootkit Hunter in Linux Ubuntu and when i install it always the admin kick me from the server and reboot the system i need to know how to clear all logs inside after i install that Rootkit Hunter.

Last edited by unSpawn; 09-14-2012 at 04:09 PM. Reason: //Lets help him a bit...
 
Old 09-14-2012, 11:18 AM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
You're not allowed to install programs if you log in to a server remotely or in a internet café environment, no wonder you're kicked out...

Ask the admin to install it for you and if he doesn't, too bad...
 
Old 09-14-2012, 12:10 PM   #3
Mircer
LQ Newbie
 
Registered: Sep 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by Dutch Master View Post
You're not allowed to install programs if you log in to a server remotely or in a internet café environment, no wonder you're kicked out...

Ask the admin to install it for you and if he doesn't, too bad...
thanks for respond man i have permision i`m root too Ubuntu 10.04.1 LTS uid=0(root) gid=0(root) groups=0(root) but when i install Rk-RootkitRootkit Hunter after i while my rootkitRootkit Hunter is refused from the server and back to normal 22 any commands to clear logs after i wget/install this stuffs..

Last edited by unSpawn; 09-14-2012 at 04:10 PM. Reason: //Idem
 
Old 09-14-2012, 12:19 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you are the admin of that server, why are you kicked from it, who reverts those changes and why do you have to clear the logs?
That does not make sense at all.
 
Old 09-14-2012, 12:19 PM   #5
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
In a terminal, do
Code:
sudo install rkhunter wget
Give your password on request.

After it's installed, do
Code:
sudo rkhunter -update
sudo rkhunter -c
cp /var/log/rkhunter.log ~/rkhunter.txt
Provide your password on each request. The last command (give them one at a time!) copies the log file to your home dir

Last edited by Dutch Master; 09-14-2012 at 12:23 PM. Reason: added command
 
Old 09-14-2012, 02:41 PM   #6
Mircer
LQ Newbie
 
Registered: Sep 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by Dutch Master View Post
In a terminal, do
Code:
sudo install rkhunter wget
Give your password on request.

After it's installed, do
Code:
sudo rkhunter -update
sudo rkhunter -c
cp /var/log/rkhunter.log ~/rkhunter.txt
Provide your password on each request. The last command (give them one at a time!) copies the log file to your home dir
Thanks man i will give a go in few minuts :] you are very helpful person thanks alot
 
Old 09-14-2012, 02:58 PM   #7
Mircer
LQ Newbie
 
Registered: Sep 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by Mircer View Post
Thanks man i will give a go in few minuts :] you are very helpful person thanks alot
doesn`t work man? i have sudo in the root and wget
sudo install rkhunter wget
install: cannot stat `rkhunter': No such file or directory

wget
wget: missing URL

sudo
usage: sudo -h | -K | -k | -L | -V

need help pls :]
 
Old 09-14-2012, 03:40 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you are already root, as you have stated earlier, you don't need to use sudo. So the (corrected) command should be
Code:
apt-get install rkhunter
wget is already installed. In an earlier post you stated that you want to use Rk-Rootkit, not rkhunter. There is no such package in the Ubuntu repositories, so if that is what you want to install the apt-get command won't work.
 
Old 09-14-2012, 03:55 PM   #9
Mircer
LQ Newbie
 
Registered: Sep 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by TobiSGD View Post
If you are already root, as you have stated earlier, you don't need to use sudo. So the (corrected) command should be
Code:
apt-get install rkhunter
wget is already installed. In an earlier post you stated that you want to use Rk-Rootkit, not rkhunter. There is no such package in the Ubuntu repositories, so if that is what you want to install the apt-get command won't work.
yes i root man i install it now i don`t know how to unzip/unpack it any ideas thanks for being here and helping me can you tell more about rkhunter pls.
 
Old 09-14-2012, 04:18 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you have installed rkhunter (a security tool for Linux, http://rkhunter.sourceforge.net/) with apt-get there is no need to unpack anything, apt-get will download and install it automatically.
I still don't get why you are kicked out of your own server and why you have to clear the logs.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi guys, been using linux for a little while now. thevdude LinuxQuestions.org Member Intro 1 02-08-2012 09:03 AM
Hello LINUX guys aredoors LinuxQuestions.org Member Intro 1 12-06-2008 05:14 PM
Guys!! Ubuntu 8.04 is Slow - Docs & PDFs Scroll S-L-O-W !!! taurusx5 Linux - Software 8 09-09-2008 10:42 PM
Hi all Linux guys.... randika LinuxQuestions.org Member Intro 1 10-19-2004 03:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration