LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What reverses I'll face with this? (https://www.linuxquestions.org/questions/linux-newbie-8/what-reverses-ill-face-with-this-695168/)

baig 01-05-2009 03:23 PM

What reverses I'll face with this?
 
I was logged in as ordinary user as usual, I keep a terminal, root logged in, for administration....

I was unable to delete client(300mb) from trash using GUI.. was giving me some error.. I decided to delete it through CLI.. I was suppose to to it as ordinary user.. but unfortunately I typed it in root terminal..


Code:

rm -frv `find / -name client`
(I didn't redirect the output to somewhere...:( )
and it deleted long enough list from /usr/... and etc.. and ofcourse the
one I wanted:).
one thing which i remember was "smolt" included in the deleted list..

Now I observe a bit strange behaviour ...
(I was unable to redirect the output)
Code:

[root@wazirkutz log]# ifdown eth0
Firewall started

system hangs when I open system logs in GUI.

Takes considerable time to shutdown and startup.

Question:

What security reverses I may face? what should I do to fix any possible prob?

Cheers!!

jailbait 01-05-2009 03:34 PM

You need to find out what you deleted. Look through your backup for files named client and check to see if they have been deleted from your / tree. Something like:

find /backup -name client

or whatever command it takes to search your backup.

---------------------
Steve Stites

baig 01-05-2009 03:39 PM

Sorry I forgot to mention that I don't have a system backup in this situation.. Unfortunately I don't have backup...

baig 01-05-2009 04:11 PM

I think here what are missing...


Code:

[root@wazirkutz ~]# rpm -Va |grep miss
missing    /var/run/pm-utils/storage
prelink: /usr/lib64/libopenrawgnome.so.1.4.0: prelinked file was modified
missing  c /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo
missing  c /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo
missing  c /etc/yum.repos.d/rpmfusion-nonfree-updates.repo
missing  c /etc/yum.repos.d/rpmfusion-nonfree.repo
prelink: /usr/bin/seahorse: prelinked file was modified
prelink: /usr/bin/seahorse-agent: prelinked file was modified
prelink: /usr/bin/seahorse-daemon: prelinked file was modified
prelink: /usr/bin/seahorse-preferences: prelinked file was modified
prelink: /usr/bin/seahorse-tool: prelinked file was modified
prelink: /usr/lib64/seahorse/seahorse-applet: prelinked file was modified
prelink: /usr/lib64/seahorse/seahorse-ssh-askpass: prelinked file was modified
missing    /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/x86_64/client
missing    /var/lib/texmf/default.ls-R
missing    /var/lib/texmf/dvipdfm/config/config
missing  c /var/lib/texmf/web2c/mktex.cnf
missing  c /etc/yum.repos.d/adobe-linux-i386.repo
missing    /var/lib/texmf/dvips/config/config.generic
missing    /var/lib/texmf/dvips/config/config.ps
missing  c /etc/yum.repos.d/rpmfusion-free-rawhide.repo
missing  c /etc/yum.repos.d/rpmfusion-free-updates-testing.repo
missing  c /etc/yum.repos.d/rpmfusion-free-updates.repo
missing  c /etc/yum.repos.d/rpmfusion-free.repo
missing    /usr/lib/python2.5/site-packages/fedora/client
missing    /usr/lib/python2.5/site-packages/fedora/client/__init__.py
missing    /usr/lib/python2.5/site-packages/fedora/client/__init__.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/__init__.pyo
missing    /usr/lib/python2.5/site-packages/fedora/client/baseclient.py
missing    /usr/lib/python2.5/site-packages/fedora/client/baseclient.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/baseclient.pyo
missing    /usr/lib/python2.5/site-packages/fedora/client/bodhi.py
missing    /usr/lib/python2.5/site-packages/fedora/client/bodhi.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/bodhi.pyo
missing    /usr/lib/python2.5/site-packages/fedora/client/fas2.py
missing    /usr/lib/python2.5/site-packages/fedora/client/fas2.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/fas2.pyo
missing    /usr/lib/python2.5/site-packages/fedora/client/pkgdb.py
missing    /usr/lib/python2.5/site-packages/fedora/client/pkgdb.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/pkgdb.pyo
missing    /usr/lib/python2.5/site-packages/fedora/client/proxyclient.py
missing    /usr/lib/python2.5/site-packages/fedora/client/proxyclient.pyc
missing    /usr/lib/python2.5/site-packages/fedora/client/proxyclient.pyo

so any idea how to fix? which packages to reinstall?


All times are GMT -5. The time now is 06:23 PM.