LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-20-2004, 09:29 AM   #1
margen10
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Rep: Reputation: 0
Exclamation Realtek RTL8139 crash suse linux 9.0


I have been trying to run Suse linux 9.0 (kernel 2.4.21-144-default) and everything is ok while I am not using the network card.

I have a realtek rtl8139 card that is supposedly configured correctly but everytime I am trying to download a big file (that produced a load of traffic thru the card) the computer freezes.

No log is reported, no error is displayed, just the computer stop working.

I tried to change the driver to 8139too, but the symptoms are the same. The card seems correctly configured, but when it is exposed to high traffic, it hangs again.

The thing is that if you are doing some "light" use of the card, the computer works fine. I have been monitoring the traffic and computer behavior and it is always crashes when the network card is in use.

I will try changing the card to see what happens; meanwhile, did any of you experience problems like this?

Thanks...

margen10
 
Old 03-20-2004, 10:08 AM   #2
mightymouse
Member
 
Registered: Mar 2004
Posts: 31

Rep: Reputation: 15
rtl8139 is widely used and the implementation is generally considered to be pretty solid in linux. Unless it turns out to be a hardware problem, I would suggest watching your processes (the "top" utility would be the most useful for this) while you download something big. I think perhaps an application you may be using would be more likely to be the cause of the problem.
 
Old 03-20-2004, 10:41 AM   #3
margen10
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Lightbulb

Is there any way I can activate a log to see what has been running when the computer crash?
 
Old 03-20-2004, 11:33 AM   #4
mightymouse
Member
 
Registered: Mar 2004
Posts: 31

Rep: Reputation: 15
Oh, in your initial post you said that no log is reported. I presumed you meant that you had checked your log files and found nothing relevant. If not then have a look through some of the files in your /var/log/ directory. If you do this and you still find nothing relevant, the simplest thing I can think of to do next is to write a simple shell script to monitor your processes and write the data to a file, which you can then check for changes after you reboot the next time it locks up.

If you go with my previous theory that it was one of your applications that was going wrong rather than rtl8139, then something like:

while(true) do ps aux >> log_file && sleep 1; done

...might work. Put that code snippet in a file, chmod it +x, and then run it and deliberately make your system hang by downloading a large file etc as you described before. Note that this little script will leave you with a whole bunch of data to look at so you might want to set up ready to download a file so that all you have to do is hit enter etc after you run the above script; the less data you have to look at the easier it will be to figure out qhats going wrong.

After your system crashes, reboot it and view the log_file. Look at the column's for %CPU and %MEM to see if any application drastically increased in its resource hogging near the end of the file (which is when your computer would have been rebooted). Hopefully, this will be able to identify the offender for you.

Good luck

--mightymouse
 
Old 03-20-2004, 02:03 PM   #5
margen10
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
Talking

I ran the script you suggested me to run and below you will find the last 2 command execution.

I also took a picture of my "freezed" screen running tops, the download file and the script. As you can see in the top command there are 92 process running (3 running, 88 sleeping, 0 stopped and 1 zombie) ; there is no process consuming large amounts of cpu and/or memory. You can find the picture in the following url.

http://briefcase.yahoo.com/margen10

I wonder if any of you know what are the options/parameters required by Yast2 to configure the RTL8139 card.

The funny thing is that this computer also runs WinXP and the network card works just fine....believe it or not....

Any help would be appreciated...

Thanks.


Command output:

USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.6 0.1 620 256 ? S 13:09 0:04 init [5]
root 2 0.0 0.0 0 0 ? SW 13:09 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN 13:09 0:00 [ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW 13:09 0:00 [kswapd]
root 5 0.0 0.0 0 0 ? SW 13:09 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW 13:09 0:00 [kupdated]
root 7 0.0 0.0 0 0 ? SW 13:09 0:00 [kinoded]
root 8 0.0 0.0 0 0 ? SW 13:09 0:00 [mdrecoveryd]
root 11 0.0 0.0 0 0 ? SW 13:09 0:00 [kreiserfsd]
root 616 0.0 0.0 0 0 ? SW 13:09 0:00 [eth0]
root 673 0.0 0.0 1520 160 ? S 13:09 0:00 /sbin/dhcpcd -D -N -t 999999 -h linux eth0
root 747 0.0 0.2 1560 572 ? S 13:10 0:00 /sbin/syslogd -a /var/lib/dhcp/dev/log -a /var/lib/named/dev/log
root 750 0.0 0.5 2376 1332 ? S 13:10 0:00 /sbin/klogd -c 1 -2
root 801 0.0 0.0 0 0 ? SW 13:10 0:00 [khubd]
root 1187 0.0 0.2 1716 628 ? S 13:10 0:00 /sbin/resmgrd
bin 1195 0.0 0.1 1524 304 ? S 13:10 0:00 /sbin/portmap
root 1259 0.0 0.1 1504 476 ? S 13:10 0:00 /usr/sbin/acpid
root 1334 0.0 0.3 4916 1000 ? S 13:10 0:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
lp 1386 0.0 1.0 5860 2700 ? S 13:10 0:00 /usr/sbin/cupsd
root 1702 0.0 0.5 4168 1348 ? S 13:10 0:00 /usr/lib/postfix/master
postfix 1706 0.0 0.5 4204 1320 ? S 13:10 0:00 pickup -l -t fifo -u
postfix 1707 0.0 0.5 4224 1348 ? S 13:10 0:00 qmgr -l -t fifo -u
root 1744 0.0 0.2 2708 680 ? S 13:10 0:00 /opt/kde3/bin/kdm
root 1807 0.0 0.1 1516 476 ? S 13:10 0:00 /usr/sbin/cron
root 1819 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1820 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1821 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1822 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1823 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1824 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1825 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1826 3.0 4.6 90036 11796 ? S 13:10 0:20 /usr/X11R6/bin/X vt7 -auth /var/lib/xdm/authdir/authfiles/A:0-K1XkDu
root 1827 0.0 0.5 3536 1488 ? S 13:10 0:00 -:0
root 1829 0.0 0.2 1500 512 tty1 S 13:10 0:00 /sbin/mingetty --noclear tty1
root 1830 0.0 0.2 1500 512 tty2 S 13:10 0:00 /sbin/mingetty tty2
root 1831 0.0 0.2 1500 512 tty3 S 13:10 0:00 /sbin/mingetty tty3
root 1832 0.0 0.2 1500 512 tty4 S 13:10 0:00 /sbin/mingetty tty4
root 1833 0.0 0.2 1500 512 tty5 S 13:10 0:00 /sbin/mingetty tty5
root 1834 0.0 0.2 1500 512 tty6 S 13:10 0:00 /sbin/mingetty tty6
root 1869 0.0 0.4 2672 1204 ? S 13:10 0:00 /bin/sh /usr/X11R6/bin/kde
root 1899 0.0 0.1 2152 316 ? S 13:10 0:00 gpg-agent --daemon --no-detach --keep-display /bin/bash /etc/X11/xinit/xinitrc
root 1916 0.0 0.5 22008 1364 ? S 13:10 0:00 kdeinit: Running...
root 1919 0.3 0.8 21876 2172 ? S 13:10 0:02 kdeinit: dcopserver --nosid
root 1922 0.0 1.2 23336 3300 ? S 13:10 0:00 kdeinit: klauncher
root 1925 0.3 5.3 102348 13600 ? S 13:10 0:02 kdeinit: kded
root 1933 0.0 0.1 10004 500 ? S 13:10 0:00 /opt/kde3/bin/artsd -F 10 -S 4096 -s 5 -m artsmessage -l 3 -f
root 1935 0.0 5.1 104196 13056 ? S 13:10 0:00 kdeinit: knotify
root 1936 0.0 0.0 1488 52 ? S 13:10 0:00 kwrapper ksmserver
root 1938 0.0 4.1 98080 10720 ? S 13:10 0:00 kdeinit: ksmserver
root 1939 0.2 5.2 100452 13440 ? S 13:10 0:01 kdeinit: kwin
root 1941 0.0 0.9 99160 2492 ? S 13:10 0:00 kdeinit: kwrited
root 1943 0.1 1.4 101220 3776 ? S 13:10 0:00 kdeinit: kdesktop
root 1946 0.2 1.9 101980 5076 ? S 13:11 0:01 kdeinit: kicker
root 1951 0.1 1.7 98672 4428 ? S 13:11 0:01 appletproxy --configfile kminipagerapplet_m45xhd60uxj9l9qujir_rc --callbackid ExternalAppletContainer_135585344 minipagerapplet.desktop
root 1952 0.1 3.5 100080 8968 ? S 13:11 0:01 appletproxy --configfile taskbarappletrc --callbackid ExternalAppletContainer_135709064 taskbarapplet.desktop
root 1953 0.0 0.3 99372 976 ? S 13:11 0:00 appletproxy --configfile lockoutappletrc --callbackid ExternalAppletContainer_135742760 lockout.desktop
root 1954 0.0 0.5 98132 1292 ? S 13:11 0:00 appletproxy --configfile ksystemtrayappletrc --callbackid ExternalAppletContainer_135542584 systemtrayapplet.desktop
root 1955 0.1 1.0 99892 2608 ? S 13:11 0:00 appletproxy --configfile clockappletrc --callbackid ExternalAppletContainer_135535824 clockapplet.desktop
root 1957 0.0 0.7 99992 1796 ? S 13:11 0:00 kdeinit: klipper
root 1959 0.0 0.2 99928 536 ? S 13:11 0:00 kamix
root 1963 2.3 6.4 116892 16420 ? S 13:11 0:15 kdeinit: konqueror --preload
root 1965 0.0 0.2 98928 596 ? S 13:11 0:00 susewatcher -caption SuSE Watcher -icon kinternet.png -miniicon kinternet.png --quiet
root 1966 0.2 0.4 101088 1264 ? S 13:11 0:01 suseplugger -caption SuSE Hardware Tool -icon hi22-action-hardware.png -miniicon hi22-action-hardware.png --quiet
root 1967 0.0 0.2 97928 512 ? S 13:11 0:00 kalarmd --login
root 1980 0.0 0.0 23016 44 ? S 13:11 0:00 kdeinit: kio_file file /tmp/ksocket-root/klauncheriANW1a.slave-socket /tmp/ksocket-root/konquerorsajFCa.slave-socket
root 1995 0.3 1.2 102304 3216 ? S 13:12 0:01 kdeinit: konsole --type su
root 1996 0.0 0.0 2472 4 pts/1 S 13:12 0:00 su
root 1998 0.0 0.0 2816 4 pts/1 S 13:12 0:00 bash
root 2005 0.9 0.2 1872 584 pts/1 S 13:12 0:05 top
root 2025 0.2 1.3 102260 3524 ? S 13:13 0:01 kdeinit: konsole --type su
root 2026 0.0 0.0 2472 4 pts/2 S 13:13 0:00 su
root 2028 0.0 0.2 2820 512 pts/2 S 13:13 0:00 bash
root 2065 0.0 0.0 1516 228 ? S 13:15 0:00 /USR/SBIN/CRON
root 2066 0.0 0.0 2452 4 ? S 13:15 0:00 /bin/sh -c test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
root 2067 0.0 0.1 2456 436 ? S 13:15 0:00 /bin/bash /usr/lib/cron/run-crons
root 2446 0.0 0.7 22348 1972 ? S 13:16 0:00 kdeinit: kio_http http /tmp/ksocket-root/klauncheriANW1a.slave-socket /tmp/ksocket-root/kdedvvcq9a.slave-socket
root 2476 0.0 0.4 2452 1052 ? SN 13:16 0:00 /bin/sh /etc/cron.daily/updatedb
root 2484 0.0 0.4 2452 1048 ? SN 13:16 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody --prunepaths=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc /media
root 2504 0.0 0.1 2452 300 ? SN 13:16 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody --prunepaths=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc /media
nobody 2505 0.0 0.3 2296 884 ? SN 13:16 0:00 su nobody -c /usr/bin/find / \( -fstype nfs -o -fstype NFS -o -fstype proc -o -fstype afs -o -fstype smbfs -o -fstype autofs -o -type d -regex '\(^/mnt$\)\|\(^/cdrom$\)\|\(^/tmp$\)\|\(^/usr/tmp$\)\|\(^/var/tmp$\)\|\(^/var/spool$\)\|\(^/proc$\)\|\(^/media$\)' \) -prune -o -print
root 2506 0.3 6.4 17524 16532 ? SN 13:16 0:01 sort -f
root 2507 0.0 0.1 1484 324 ? SN 13:16 0:00 /usr/lib/find/frcode
nobody 2508 1.9 0.3 1992 804 ? RN 13:16 0:06 /usr/bin/find / ( -fstype nfs -o -fstype NFS -o -fstype proc -o -fstype afs -o -fstype smbfs -o -fstype autofs -o -type d -regex \(^/mnt$\)\|\(^/cdrom$\)\|\(^/tmp$\)\|\(^/usr/tmp$\)\|\(^/var/tmp$\)\|\(^/var/spool$\)\|\(^/proc$\)\|\(^/media$\) ) -prune -o -print
root 2512 14.1 14.2 57312 36564 ? S 13:18 0:31 /opt/mozilla/lib/mozilla-bin
root 2518 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2519 0.1 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2520 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2522 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2532 0.0 0.4 2844 1124 ? S 13:18 0:00 /usr/bin/esd -terminate -nobeeps -as 2 -spawnfd 19
root 2537 0.0 0.0 0 0 ? Z 13:19 0:00 [netstat] <defunct>
root 2548 0.0 14.2 57312 36564 ? S 13:21 0:00 /opt/mozilla/lib/mozilla-bin
root 2583 0.0 0.2 2668 724 pts/2 R 13:21 0:00 ps aux


USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.6 0.1 620 256 ? S 13:09 0:04 init [5]
root 2 0.0 0.0 0 0 ? SW 13:09 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN 13:09 0:00 [ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW 13:09 0:00 [kswapd]
root 5 0.0 0.0 0 0 ? SW 13:09 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW 13:09 0:00 [kupdated]
root 7 0.0 0.0 0 0 ? SW 13:09 0:00 [kinoded]
root 8 0.0 0.0 0 0 ? SW 13:09 0:00 [mdrecoveryd]
root 11 0.0 0.0 0 0 ? SW 13:09 0:00 [kreiserfsd]
root 616 0.0 0.0 0 0 ? SW 13:09 0:00 [eth0]
root 673 0.0 0.0 1520 160 ? S 13:09 0:00 /sbin/dhcpcd -D -N -t 999999 -h linux eth0
root 747 0.0 0.2 1560 572 ? S 13:10 0:00 /sbin/syslogd -a /var/lib/dhcp/dev/log -a /var/lib/named/dev/log
root 750 0.0 0.5 2376 1332 ? S 13:10 0:00 /sbin/klogd -c 1 -2
root 801 0.0 0.0 0 0 ? SW 13:10 0:00 [khubd]
root 1187 0.0 0.2 1716 628 ? S 13:10 0:00 /sbin/resmgrd
bin 1195 0.0 0.1 1524 304 ? S 13:10 0:00 /sbin/portmap
root 1259 0.0 0.1 1504 476 ? S 13:10 0:00 /usr/sbin/acpid
root 1334 0.0 0.3 4916 1000 ? S 13:10 0:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
lp 1386 0.0 1.0 5860 2700 ? S 13:10 0:00 /usr/sbin/cupsd
root 1702 0.0 0.5 4168 1348 ? S 13:10 0:00 /usr/lib/postfix/master
postfix 1706 0.0 0.5 4204 1320 ? S 13:10 0:00 pickup -l -t fifo -u
postfix 1707 0.0 0.5 4224 1348 ? S 13:10 0:00 qmgr -l -t fifo -u
root 1744 0.0 0.2 2708 680 ? S 13:10 0:00 /opt/kde3/bin/kdm
root 1807 0.0 0.1 1516 476 ? S 13:10 0:00 /usr/sbin/cron
root 1819 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1820 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1821 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1822 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1823 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1824 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1825 0.0 0.2 12272 664 ? S 13:10 0:00 /usr/sbin/nscd
root 1826 3.0 4.6 90036 11796 ? S 13:10 0:20 /usr/X11R6/bin/X vt7 -auth /var/lib/xdm/authdir/authfiles/A:0-K1XkDu
root 1827 0.0 0.5 3536 1488 ? S 13:10 0:00 -:0
root 1829 0.0 0.2 1500 512 tty1 S 13:10 0:00 /sbin/mingetty --noclear tty1
root 1830 0.0 0.2 1500 512 tty2 S 13:10 0:00 /sbin/mingetty tty2
root 1831 0.0 0.2 1500 512 tty3 S 13:10 0:00 /sbin/mingetty tty3
root 1832 0.0 0.2 1500 512 tty4 S 13:10 0:00 /sbin/mingetty tty4
root 1833 0.0 0.2 1500 512 tty5 S 13:10 0:00 /sbin/mingetty tty5
root 1834 0.0 0.2 1500 512 tty6 S 13:10 0:00 /sbin/mingetty tty6
root 1869 0.0 0.4 2672 1204 ? S 13:10 0:00 /bin/sh /usr/X11R6/bin/kde
root 1899 0.0 0.1 2152 316 ? S 13:10 0:00 gpg-agent --daemon --no-detach --keep-display /bin/bash /etc/X11/xinit/xinitrc
root 1916 0.0 0.5 22008 1364 ? S 13:10 0:00 kdeinit: Running...
root 1919 0.3 0.8 21876 2172 ? S 13:10 0:02 kdeinit: dcopserver --nosid
root 1922 0.0 1.2 23336 3300 ? S 13:10 0:00 kdeinit: klauncher
root 1925 0.3 5.3 102348 13600 ? S 13:10 0:02 kdeinit: kded
root 1933 0.0 0.1 10004 500 ? S 13:10 0:00 /opt/kde3/bin/artsd -F 10 -S 4096 -s 5 -m artsmessage -l 3 -f
root 1935 0.0 5.1 104196 13056 ? S 13:10 0:00 kdeinit: knotify
root 1936 0.0 0.0 1488 52 ? S 13:10 0:00 kwrapper ksmserver
root 1938 0.0 4.1 98080 10720 ? S 13:10 0:00 kdeinit: ksmserver
root 1939 0.2 5.2 100452 13440 ? S 13:10 0:01 kdeinit: kwin
root 1941 0.0 0.9 99160 2492 ? S 13:10 0:00 kdeinit: kwrited
root 1943 0.1 1.4 101220 3776 ? S 13:10 0:00 kdeinit: kdesktop
root 1946 0.2 1.9 101980 5076 ? S 13:11 0:01 kdeinit: kicker
root 1951 0.1 1.7 98672 4428 ? S 13:11 0:01 appletproxy --configfile kminipagerapplet_m45xhd60uxj9l9qujir_rc --callbackid ExternalAppletContainer_135585344 minipagerapplet.desktop
root 1952 0.1 3.5 100080 8968 ? S 13:11 0:01 appletproxy --configfile taskbarappletrc --callbackid ExternalAppletContainer_135709064 taskbarapplet.desktop
root 1953 0.0 0.3 99372 976 ? S 13:11 0:00 appletproxy --configfile lockoutappletrc --callbackid ExternalAppletContainer_135742760 lockout.desktop
root 1954 0.0 0.5 98132 1292 ? S 13:11 0:00 appletproxy --configfile ksystemtrayappletrc --callbackid ExternalAppletContainer_135542584 systemtrayapplet.desktop
root 1955 0.1 1.0 99892 2608 ? S 13:11 0:00 appletproxy --configfile clockappletrc --callbackid ExternalAppletContainer_135535824 clockapplet.desktop
root 1957 0.0 0.7 99992 1796 ? S 13:11 0:00 kdeinit: klipper
root 1959 0.0 0.2 99928 536 ? S 13:11 0:00 kamix
root 1963 2.3 6.4 116892 16420 ? S 13:11 0:15 kdeinit: konqueror --preload
root 1965 0.0 0.2 98928 596 ? S 13:11 0:00 susewatcher -caption SuSE Watcher -icon kinternet.png -miniicon kinternet.png --quiet
root 1966 0.2 0.4 101088 1264 ? S 13:11 0:01 suseplugger -caption SuSE Hardware Tool -icon hi22-action-hardware.png -miniicon hi22-action-hardware.png --quiet
root 1967 0.0 0.2 97928 512 ? S 13:11 0:00 kalarmd --login
root 1980 0.0 0.0 23016 44 ? S 13:11 0:00 kdeinit: kio_file file /tmp/ksocket-root/klauncheriANW1a.slave-socket /tmp/ksocket-root/konquerorsajFCa.slave-socket
root 1995 0.3 1.2 102304 3216 ? S 13:12 0:01 kdeinit: konsole --type su
root 1996 0.0 0.0 2472 4 pts/1 S 13:12 0:00 su
root 1998 0.0 0.0 2816 4 pts/1 S 13:12 0:00 bash
root 2005 0.9 0.2 1872 584 pts/1 S 13:12 0:05 top
root 2025 0.2 1.3 102260 3524 ? S 13:13 0:01 kdeinit: konsole --type su
root 2026 0.0 0.0 2472 4 pts/2 S 13:13 0:00 su
root 2028 0.0 0.2 2820 512 pts/2 S 13:13 0:00 bash
root 2065 0.0 0.0 1516 228 ? S 13:15 0:00 /USR/SBIN/CRON
root 2066 0.0 0.0 2452 4 ? S 13:15 0:00 /bin/sh -c test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
root 2067 0.0 0.1 2456 436 ? S 13:15 0:00 /bin/bash /usr/lib/cron/run-crons
root 2446 0.0 0.7 22348 1972 ? S 13:16 0:00 kdeinit: kio_http http /tmp/ksocket-root/klauncheriANW1a.slave-socket /tmp/ksocket-root/kdedvvcq9a.slave-socket
root 2476 0.0 0.4 2452 1052 ? SN 13:16 0:00 /bin/sh /etc/cron.daily/updatedb
root 2484 0.0 0.4 2452 1048 ? SN 13:16 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody --prunepaths=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc /media
root 2504 0.0 0.1 2452 300 ? SN 13:16 0:00 /bin/sh /usr/bin/updatedb --localuser=nobody --prunepaths=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc /media
nobody 2505 0.0 0.3 2296 884 ? SN 13:16 0:00 su nobody -c /usr/bin/find / \( -fstype nfs -o -fstype NFS -o -fstype proc -o -fstype afs -o -fstype smbfs -o -fstype autofs -o -type d -regex '\(^/mnt$\)\|\(^/cdrom$\)\|\(^/tmp$\)\|\(^/usr/tmp$\)\|\(^/var/tmp$\)\|\(^/var/spool$\)\|\(^/proc$\)\|\(^/media$\)' \) -prune -o -print
root 2506 0.3 6.4 17524 16532 ? SN 13:16 0:01 sort -f
root 2507 0.0 0.1 1484 324 ? SN 13:16 0:00 /usr/lib/find/frcode
nobody 2508 1.9 0.3 1992 804 ? RN 13:16 0:06 /usr/bin/find / ( -fstype nfs -o -fstype NFS -o -fstype proc -o -fstype afs -o -fstype smbfs -o -fstype autofs -o -type d -regex \(^/mnt$\)\|\(^/cdrom$\)\|\(^/tmp$\)\|\(^/usr/tmp$\)\|\(^/var/tmp$\)\|\(^/var/spool$\)\|\(^/proc$\)\|\(^/media$\) ) -prune -o -print
root 2512 14.1 14.2 57312 36564 ? S 13:18 0:31 /opt/mozilla/lib/mozilla-bin
root 2518 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2519 0.1 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2520 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2522 0.0 14.2 57312 36564 ? S 13:18 0:00 /opt/mozilla/lib/mozilla-bin
root 2532 0.0 0.4 2844 1124 ? S 13:18 0:00 /usr/bin/esd -terminate -nobeeps -as 2 -spawnfd 19
root 2537 0.0 0.0 0 0 ? Z 13:19 0:00 [netstat] <defunct>
root 2548 0.0 14.2 57312 36564 ? S 13:21 0:00 /opt/mozilla/lib/mozilla-bin
root 2586 0.0 0.2 2668 724 pts/2 R 13:21 0:00 ps aux
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Suse 10 Realtek rtl8139 batorma Linux - Networking 1 11-06-2005 12:51 AM
Suse 10 Realtek rtl8139 batorma Linux - Newbie 1 11-04-2005 09:43 PM
Realtek RTL8139/810x and SuSE jrattner1 SUSE / openSUSE 4 07-25-2005 12:30 PM
realtek rtl8139 rokstar Linux - Wireless Networking 1 09-22-2004 04:06 PM
Realtek RTL8139 Family PCI Fast Ethernet NIC configuration on suse linux 9.1 pro vnpneo Linux - Software 1 08-26-2004 12:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:12 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