My PCLinuxOS .93a system has been acting a little weird ever since I ran
cat /dev/console as a user....
It seems a little slower and applications are acting wierd, in particular
pan was trying to post or download the same message (s) 100's of times all
by itself!
I hope it failed
So I ran rootkithunter and it came up with something interesting....
A hidden directory under /dev called .udevdb
iow /dev/.udevdb.
Which RKhunter said to look into.........
I have no idea what this directory does (some of the contents are below),
however, and here is the interesting part.
The date and timestamp on the files are the exact same date and time that
I ran the cat /dev/console command, as a user.
Here is when I ran the command:
http://groups.google.com/group/comp.os.linux.advocacy/msg/1d8096e5d3d9161f
Here it is again:
[flatfish@localhost ~]$ date
Mon Sep 18 12:00:07 EDT 2006
[flatfish@localhost ~]$ cd /dev
[flatfish@localhost dev]$ ls -al console
crw------- 1 flatfish root 5, 1 Sep 17 22:33 console
Here is a partial list from that directory:
[root@localhost dev]# cd .udevdb
[root@localhost .udevdb]# ls -al
total 528
drwxr-xr-x 2 root root 2680 Sep 19 12:19 ./
drwxr-xr-x 21 root root 4180 Sep 19 12:19 ../
-rw-r--r-- 1 root root 104 Sep 17 22:33 block@hda
-rw-r--r-- 1 root root 107 Sep 17 22:33 block@hda@hda1
-rw-r--r-- 1 root root 131 Sep 17 22:33 block@hdc
-rw-r--r-- 1 root root 106 Sep 17 22:33 block@hdd
-rw-r--r-- 1 root root 109 Sep 17 22:33 block@hdd@hdd1
-rw-r--r-- 1 root root 109 Sep 17 22:33 block@hdd@hdd2
-rw-r--r-- 1 root root 109 Sep 17 22:33 block@hdd@hdd5
-rw-r--r-- 1 root root 105 Sep 17 22:33 block@hde
-rw-r--r-- 1 root root 108 Sep 17 22:33 block@hde@hde1
-rw-r--r-- 1 root root 106 Sep 17 22:33 block@hdf
-rw-r--r-- 1 root root 109 Sep 17 22:33 block@hdf@hdf1
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop0
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop1
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop2
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop3
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop4
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop5
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop6
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@loop7
-rw-r--r-- 1 root root 32 Sep 17 22:33 block@md0
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram0
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram1
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram10
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram11
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram12
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram13
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram14
-rw-r--r-- 1 root root 38 Sep 17 22:33 block@ram15
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram2
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram3
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram4
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram5
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram6
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram7
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram8
-rw-r--r-- 1 root root 34 Sep 17 22:33 block@ram9
-rw-r--r-- 1 root root 52 Sep 17 22:33 class@input@mice
-rw-r--r-- 1 root root 56 Sep 17 22:33 class@misc@agpgart
-rw-r--r-- 1 root root 58 Sep 17 22:33 class@misc@psaux
-rw-r--r-- 1 root root 53 Sep 17 22:34 class@printer@lp0
-rw-r--r-- 1 root root 50 Sep 17 22:34 class@sound@audio
.................. and so forth....
The machine has been shutdown several times since then.
Any ideas?