You are not logged in.

#1 2014-09-26 10:57:44

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

/sbin/init high CPU usage (80%)

My PC run slowly, I viewed the processes by htop utility and it revealed that /sbin/init has a constantly high CPU usage, around 70-80%. I scanned it with clamscan virus scanner, but not infected. What can I do to fix this problem?

Offline

#2 2014-09-26 11:08:11

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: /sbin/init high CPU usage (80%)

is /sbin/init a symlink to /lib/systemd/systemd). Is there something in the journal?

Last edited by Spider.007 (2014-09-26 11:08:46)

Offline

#3 2014-09-26 13:08:07

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

Re: /sbin/init high CPU usage (80%)

When I issue "journalctl --no-full -f", I get the following:

Sep 26 15:07:14 archlinux login[23994]: pam_unix(login:account): could not identify user (from getpwnam(live))
Sep 26 15:07:14 archlinux login[23994]: User not known to the underlying authentication module
Sep 26 15:07:17 archlinux systemd[1]: autologin@tty1.service has no holdoff time, scheduling restart.
Sep 26 15:07:17 archlinux systemd[1]: Stopping Getty on tty1...
Sep 26 15:07:17 archlinux systemd[1]: Starting Getty on tty1...
Sep 26 15:07:17 archlinux systemd[1]: Started Getty on tty1.
Sep 26 15:07:17 archlinux login[23999]: pam_unix(login:account): could not identify user (from getpwnam(live))
Sep 26 15:07:17 archlinux login[23999]: User not known to the underlying authentication module
Sep 26 15:07:20 archlinux systemd[1]: autologin@tty1.service has no holdoff time, scheduling restart.
Sep 26 15:07:20 archlinux systemd[1]: Stopping Getty on tty1...
Sep 26 15:07:20 archlinux systemd[1]: Starting Getty on tty1...
Sep 26 15:07:20 archlinux systemd[1]: Started Getty on tty1.
Sep 26 15:07:20 archlinux login[24004]: pam_unix(login:account): could not identify user (from getpwnam(live))
Sep 26 15:07:20 archlinux login[24004]: User not known to the underlying authentication module
Sep 26 15:07:23 archlinux systemd[1]: autologin@tty1.service has no holdoff time, scheduling restart.
Sep 26 15:07:23 archlinux systemd[1]: Stopping Getty on tty1...
Sep 26 15:07:23 archlinux systemd[1]: Starting Getty on tty1...
Sep 26 15:07:23 archlinux systemd[1]: Started Getty on tty1.
Sep 26 15:07:23 archlinux login[24007]: pam_unix(login:account): could not identify user (from getpwnam(live))
Sep 26 15:07:23 archlinux login[24007]: User not known to the underlying authentication module
Sep 26 15:07:26 archlinux systemd[1]: autologin@tty1.service has no holdoff time, scheduling restart.
Sep 26 15:07:26 archlinux systemd[1]: Stopping Getty on tty1...
Sep 26 15:07:26 archlinux systemd[1]: Starting Getty on tty1...
Sep 26 15:07:26 archlinux systemd[1]: Started Getty on tty1.
Sep 26 15:07:26 archlinux login[24013]: pam_unix(login:account): could not identify user (from getpwnam(live))
Sep 26 15:07:26 archlinux login[24013]: User not known to the underlying authentication module

Last edited by Bailando (2014-09-26 13:09:40)

Offline

#4 2014-09-26 15:32:49

rebootl
Member
Registered: 2012-01-10
Posts: 431
Website

Re: /sbin/init high CPU usage (80%)

So, what do you get out of this ? It's quite obvious that you have a problem with autologin@tty1.service.

What's this service, how did you set it up ? Can you disable/stop it ?


Personal website: reboot.li
GitHub: github.com/rebootl

Offline

#5 2014-09-26 15:47:17

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

Re: /sbin/init high CPU usage (80%)

I have no clue what service causes this problem, and I don't remember what I have set up, but when I switch to the console #1 with Ctrl+Alt+F1, I see this message: "User not known to the underlying authentication module"

Offline

#6 2014-09-26 15:58:59

rebootl
Member
Registered: 2012-01-10
Posts: 431
Website

Re: /sbin/init high CPU usage (80%)

and I don't remember what I have set up,

And you expect us to figure this out for you ?

Try 'systemctl stop autologin@tty1.service' and 'systemctl disable autologin@tty1.service' .


Personal website: reboot.li
GitHub: github.com/rebootl

Offline

#7 2014-09-26 17:30:39

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

Re: /sbin/init high CPU usage (80%)

I generally remember what I set up (packages, services, etc), but I don't know this autologin mechanism. I have never met it in the past. I simply killed the /sbin/init process by its process ID "1":

sudo kill 1

Offline

#8 2014-09-26 17:42:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,789

Re: /sbin/init high CPU usage (80%)

Bailando wrote:

I generally remember what I set up (packages, services, etc), but I don't know this autologin mechanism. I have never met it in the past. I simply killed the /sbin/init process by its process ID "1":

sudo kill 1

How did that work out for you?

Would you post the output of pe -ef   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#9 2014-09-26 21:02:02

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

Re: /sbin/init high CPU usage (80%)

Did you mean "ps -ef" ? Then:

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  8 Sep22 ?        08:27:41 /usr/lib/systemd/systemd --system --deserialize 131
root         2     0  0 Sep22 ?        00:00:00 [kthreadd]
root         3     2  0 Sep22 ?        00:45:38 [ksoftirqd/0]
root         5     2  0 Sep22 ?        00:00:00 [kworker/0:0H]
root         7     2  0 Sep22 ?        00:05:10 [rcu_preempt]
root         8     2  0 Sep22 ?        00:00:03 [rcu_sched]
root         9     2  0 Sep22 ?        00:00:00 [rcu_bh]
root        10     2  0 Sep22 ?        00:00:02 [migration/0]
root        11     2  0 Sep22 ?        00:00:01 [watchdog/0]
root        12     2  0 Sep22 ?        00:00:01 [watchdog/1]
root        13     2  0 Sep22 ?        00:00:02 [migration/1]
root        14     2  0 Sep22 ?        00:54:35 [ksoftirqd/1]
root        16     2  0 Sep22 ?        00:00:00 [kworker/1:0H]
root        17     2  0 Sep22 ?        00:00:00 [khelper]
root        18     2  0 Sep22 ?        00:00:00 [kdevtmpfs]
root        19     2  0 Sep22 ?        00:00:00 [netns]
root        20     2  0 Sep22 ?        00:00:00 [khungtaskd]
root        21     2  0 Sep22 ?        00:00:00 [writeback]
root        22     2  0 Sep22 ?        00:00:00 [ksmd]
root        23     2  0 Sep22 ?        00:00:52 [khugepaged]
root        24     2  0 Sep22 ?        00:00:00 [crypto]
root        25     2  0 Sep22 ?        00:00:00 [kintegrityd]
root        26     2  0 Sep22 ?        00:00:00 [bioset]
root        27     2  0 Sep22 ?        00:00:00 [kblockd]
root        30     2  0 Sep22 ?        00:05:54 [kswapd0]
root        31     2  0 Sep22 ?        00:00:00 [fsnotify_mark]
root        35     2  0 Sep22 ?        00:00:00 [kthrotld]
root        36     2  0 Sep22 ?        00:00:00 [ipv6_addrconf]
root        37     2  0 Sep22 ?        00:00:00 [deferwq]
root        63     2  0 Sep22 ?        00:00:00 [khubd]
root        64     2  0 Sep22 ?        00:00:00 [firewire]
root        65     2  0 Sep22 ?        00:00:00 [firewire_ohci]
root        66     2  0 Sep22 ?        00:00:00 [ata_sff]
root        68     2  0 Sep22 ?        00:00:00 [scsi_eh_0]
root        69     2  0 Sep22 ?        00:00:00 [scsi_tmf_0]
root        70     2  0 Sep22 ?        00:00:00 [scsi_eh_1]
root        71     2  0 Sep22 ?        00:00:00 [scsi_tmf_1]
root        74     2  0 Sep22 ?        00:00:00 [scsi_eh_2]
root        75     2  0 Sep22 ?        00:00:00 [scsi_tmf_2]
root        76     2  0 Sep22 ?        00:00:00 [scsi_eh_3]
root        77     2  0 Sep22 ?        00:00:00 [scsi_tmf_3]
root        88     2  0 Sep22 ?        00:01:22 [kworker/0:1H]
root        89     2  0 Sep22 ?        00:00:00 [scsi_eh_4]
root        90     2  0 Sep22 ?        00:00:00 [scsi_tmf_4]
root        91     2  0 Sep22 ?        00:00:07 [usb-storage]
root        99     2  0 Sep22 ?        00:00:00 [kworker/1:1H]
root       101     2  0 Sep22 ?        00:00:27 [jbd2/sda1-8]
root       102     2  0 Sep22 ?        00:00:00 [ext4-rsv-conver]
root       130     1  0 Sep22 ?        00:08:22 /usr/lib/systemd/systemd-journald
root       145     2  0 Sep22 ?        00:00:00 [rpciod]
root       147     2  0 Sep22 ?        00:00:00 [nfsiod]
root       163     1  0 Sep22 ?        00:00:00 /usr/lib/systemd/systemd-udevd
root       221     2  0 Sep22 ?        00:00:00 [kpsmoused]
root       243     1  1 Sep22 ?        01:39:24 /sbin/mount.ntfs-3g /dev/sda2 /mnt/ntfs -n -o rw,uid=1000,gid=100,dmask=022,fmask=133
root       251     1  0 Sep22 ?        00:00:34 /usr/lib/systemd/systemd-logind
dbus       253     1  0 Sep22 ?        00:02:38 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       254     1  0 Sep22 ?        00:02:32 /usr/bin/haveged -w 1024 -v 1
root       255     1  0 Sep22 ?        00:00:00 /usr/bin/dhcpcd -q -b
rpc        258     1  0 Sep22 ?        00:00:00 /usr/bin/rpcbind -w 
root       288     1  0 Sep22 ?        00:00:13 /usr/bin/NetworkManager --no-daemon
root       295     1  0 Sep22 ?        00:00:00 /usr/sbin/rpc.idmapd
root       330     2  0 Sep22 ?        00:00:00 [cfg80211]
polkitd    333     1  0 Sep22 ?        00:00:09 /usr/lib/polkit-1/polkitd --no-debug
tor        436     1  0 Sep22 ?        00:03:27 /usr/bin/tor -f /etc/tor/torrc
privoxy    438     1  0 Sep22 ?        00:00:00 /usr/bin/privoxy --pidfile /run/privoxy.pid --user privoxy.privoxy /etc/privoxy/config
root       445     1  0 Sep22 ?        00:00:00 /usr/sbin/rpc.statd --no-notify
root       449     1  0 Sep22 ?        00:00:00 /usr/sbin/rpc.mountd
root       466     2  0 Sep22 ?        00:00:00 [nfsv4.0-svc]
root       500     1  0 Sep22 ?        00:00:00 /usr/sbin/lxdm-binary
root       503   500  6 Sep22 tty7     06:37:07 /usr/bin/Xorg.bin :0 vt07 -nolisten tcp -novtswitch
root      1755   500  0 Sep22 ?        00:00:00 /usr/lib/lxdm/lxdm-session
walaki    1756     1  0 Sep22 ?        00:00:00 /usr/lib/systemd/systemd --user
walaki    1757  1756  0 Sep22 ?        00:00:00 (sd-pam)  
walaki    1763  1755  0 Sep22 ?        00:00:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc
walaki    1773     1  0 Sep22 ?        00:00:00 dbus-launch --sh-syntax --exit-with-session
walaki    1774     1  0 Sep22 ?        00:00:21 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
walaki    1781  1763  0 Sep22 ?        00:00:46 xfce4-session
walaki    1784     1  0 Sep22 ?        00:00:00 /usr/lib/xfce4/xfconf/xfconfd
walaki    1789     1  0 Sep22 ?        00:00:16 /usr/bin/gpg-agent --sh --daemon --enable-ssh-support --write-env-file /home/walaki/.cache/gpg-agent-info
walaki    1792  1781  0 Sep22 ?        00:01:54 xfwm4 --display :0.0 --sm-client-id 23fec2b63-e849-4a72-8ded-64b47902bd41
walaki    1795  1781  0 Sep22 ?        00:00:35 Thunar --sm-client-id 2d0147b28-0a91-4a3b-a669-064fc26ae553 --daemon
walaki    1797  1781  0 Sep22 ?        00:09:43 xfce4-panel --display :0.0 --sm-client-id 247d7309b-f81b-4064-adbd-0875fed923d4
walaki    1798  1781  0 Sep22 ?        00:00:18 xfdesktop --display :0.0 --sm-client-id 2e572e480-670a-4c6f-af62-2339f19929ef
walaki    1799     1  0 Sep22 ?        00:00:36 xfsettingsd --display :0.0 --sm-client-id 26269b48e-af0b-4399-b385-5305502e24f1
walaki    1802  1781  1 Sep22 ?        01:24:09 /usr/lib/skype/skype -session 21d1f7d38-8c0a-41de-98b7-021e4f2a5bd7_1410900031_251500
walaki    1803  1781  0 Sep22 ?        00:00:06 kruler -session 20c051002-8d7b-4c2c-bf0b-c384f149b9b5_1410900031_629257
walaki    1806     1  0 Sep22 ?        00:00:01 xfce4-power-manager --restart --sm-client-id 2154ad16d-be90-40bc-8354-c2647728cf16
walaki    1810     1  0 Sep22 ?        00:00:00 /usr/lib/gvfs/gvfsd
walaki    1823     1  0 Sep22 ?        00:00:00 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
walaki    1825  1797  0 Sep22 ?        00:00:02 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libsystray.so 6 14680094 systray Notification Area Area where notification icons appear 
walaki    1833  1797  0 Sep22 ?        00:00:07 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libmixer.so 15 14680095 mixer Audio Mixer Adjust volume levels 
walaki    1834  1797  0 Sep22 ?        00:44:27 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libweather.so 16 14680096 weather Weather Update Show current weather conditions 
walaki    1835  1797  0 Sep22 ?        00:46:02 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libsystemload.so 17 14680097 systemload System Load Monitor Monitor CPU load, swap usage and memory footprint 
walaki    1836  1797  0 Sep22 ?        00:00:03 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libactions.so 2 14680098 actions Action Buttons Log out, lock or other system actions 
walaki    1841  1797  0 Sep22 ?        00:00:03 /usr/lib/xfce4/panel/wrapper /usr/lib/xfce4/panel/plugins/libthunar-tpa.so 8 14680102 thunar-tpa Trash Applet Display the trash can 
walaki    1843     1  0 Sep22 ?        00:00:04 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
walaki    1846     1  0 Sep22 ?        00:00:03 /usr/lib/gvfs/gvfsd-trash --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
root      1856     1  0 Sep22 ?        00:00:00 /usr/lib/upower/upowerd
root      1857     1  0 Sep22 ?        00:02:10 /usr/lib/udisks2/udisksd --no-debug
walaki    1862     1  0 Sep22 ?        00:09:10 kwooty -session 2fc05dbf4-9492-4cf1-bd80-efe7e47dfb90_1410900031_251208
walaki    1895     1  0 Sep22 ?        00:00:00 /usr/lib/GConf/gconfd-2
walaki    1904     1  0 Sep22 ?        00:00:05 /usr/bin/python2 /usr/bin/glipper
walaki    1907     1  0 Sep22 ?        00:00:06 nm-applet
walaki    1922     1  0 Sep22 ?        00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
walaki    1926  1922  0 Sep22 ?        00:00:25 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
walaki    1930     1  0 Sep22 ?        00:00:03 /usr/lib/evolution/3.12/evolution-alarm-notify
walaki    1936     1  1 Sep22 ?        01:59:26 firefox
walaki    1938     1  0 Sep22 ?        00:01:08 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
walaki    2023     1  0 Sep22 ?        00:00:00 /usr/lib/evolution-data-server/evolution-source-registry
walaki    2043     1  0 Sep22 ?        00:00:25 /usr/lib/gnome-online-accounts/goa-daemon
walaki    2058     1  0 Sep22 ?        00:00:01 /usr/lib/evolution-data-server/evolution-calendar-factory
walaki    2084     1  0 Sep22 ?        00:00:00 kdeinit4: kdeinit4 Runnin e
walaki    2089  2084  0 Sep22 ?        00:00:00 kdeinit4: klauncher [kdei e
walaki    2101     1  0 Sep22 ?        00:00:06 kdeinit4: kded4 [kdeinit]  
walaki    5752     1  0 Sep22 ?        00:00:01 /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
walaki    5887  1789  0 Sep22 ?        00:01:01 scdaemon --multi-server
walaki    7557 11505  0 11:19 pts/8    00:00:00 /bin/bash
walaki    8876 19571  0 12:04 pts/4    00:00:03 mc
walaki    8878  8876  0 12:04 pts/9    00:00:00 bash -rcfile .bashrc
root     10950     2  0 18:10 ?        00:00:02 [kworker/u4:1]
walaki   10953 18727  0 18:10 pts/6    00:00:04 mc
walaki   10955 10953  0 18:10 pts/7    00:00:00 bash -rcfile .bashrc
walaki   11492  1797  0 Sep23 ?        00:02:06 /usr/bin/python2 /usr/bin/terminator
walaki   11504 11492  0 Sep23 ?        00:00:00 gnome-pty-helper
walaki   11505 11492  0 Sep23 pts/8    00:00:00 /bin/bash
walaki   12283  1797  0 13:19 ?        00:00:26 /usr/bin/python2 /usr/bin/terminator
walaki   12299 12283  0 13:19 ?        00:00:00 gnome-pty-helper
walaki   12300 12283  0 13:19 pts/1    00:00:00 /bin/bash
walaki   12707  1797  0 13:23 ?        00:02:59 geany
walaki   12713 12707  0 13:23 ?        00:00:00 gnome-pty-helper
walaki   12714 12707  0 13:23 pts/11   00:00:00 /bin/bash
walaki   13471  1797  0 18:31 ?        00:00:18 /usr/bin/python2 /usr/bin/terminator
walaki   13487 13471  0 18:31 ?        00:00:00 gnome-pty-helper
walaki   13488 13471  0 18:31 pts/3    00:00:00 /bin/bash
walaki   13751 13488  0 18:33 pts/3    00:00:00 /bin/bash
walaki   16906  1797 46 13:59 ?        04:12:08 /usr/lib/opera-next/opera-next
walaki   18711  1797  0 Sep23 ?        00:05:05 /usr/bin/python2 /usr/bin/terminator
walaki   18726 18711  0 Sep23 ?        00:00:00 gnome-pty-helper
walaki   18727 18711  0 Sep23 pts/6    00:00:00 /bin/bash
walaki   19550  1797  0 Sep22 ?        00:01:48 /usr/bin/python2 /usr/bin/terminator
walaki   19570 19550  0 Sep22 ?        00:00:00 gnome-pty-helper
walaki   19571 19550  0 Sep22 pts/4    00:00:00 /bin/bash
walaki   21931 23464  3 20:17 ?        00:04:59 /opt/google/chrome/chrome --type=renderer --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StandardR4/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/SPDY/SpdyDisabled/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1-Percent/group_22/UMA-Uniformity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-50-Percent/default/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-video-decode --disable-webrtc-hw-encoding --disable-gpu-compositing --channel=23445.24.769536197
walaki   22985 23464  0 20:39 ?        00:00:55 /opt/google/chrome/chrome --type=renderer --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StandardR4/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/SPDY/SpdyDisabled/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1-Percent/group_22/UMA-Uniformity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-50-Percent/default/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-video-decode --disable-webrtc-hw-encoding --disable-gpu-compositing --channel=23445.25.841939391
walaki   23052 23464  2 20:40 ?        00:03:57 /opt/google/chrome/chrome --type=ppapi --channel=23445.26.1843768387 --ppapi-flash-args --lang=en-US
walaki   23445     1  3 15:02 ?        00:16:57 /opt/google/chrome/chrome      
walaki   23453 23445  0 15:02 ?        00:00:05 /opt/google/chrome/chrome --type=sandbox-ipc 
walaki   23454 23445  0 15:02 ?        00:00:00 /opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote
walaki   23455 23454  0 15:02 ?        00:00:00 /opt/google/chrome/chrome --type=zygote
walaki   23461 23455  0 15:02 ?        00:00:00 /opt/google/chrome/chrome-sandbox /opt/google/chrome/nacl_helper
walaki   23462 23461  0 15:02 ?        00:00:00 /opt/google/chrome/nacl_helper
walaki   23464 23455  0 15:02 ?        00:00:00 /opt/google/chrome/chrome --type=zygote
walaki   23484 23445  0 15:03 ?        00:00:04 /opt/google/chrome/chrome --type=gpu-process --channel=23445.0.587379006 --supports-dual-gpus=false --gpu-driver-bug-workarounds=1,14,20,23,43 --disable-accelerated-video-decode --gpu-vendor-id=0x10de --gpu-device-id=0x0322 --gpu-driver-vendor --gpu-driver-version
walaki   23672 23464  0 15:04 ?        00:01:06 /opt/google/chrome/chrome --type=renderer --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StandardR4/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/SPDY/SpdyDisabled/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1-Percent/group_22/UMA-Uniformity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-50-Percent/default/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-video-decode --disable-webrtc-hw-encoding --disable-gpu-compositing --channel=23445.5.858801638
root     23962   288  0 Sep25 ?        00:00:00 /usr/bin/dhclient -d -sf /usr/lib/networkmanager/nm-dhcp-helper -pf /var/run/dhclient-enp2s8.pid -lf /var/lib/NetworkManager/dhclient-a8966a98-c9d9-4425-9e4d-459c41d83921-enp2s8.lease -cf /var/lib/NetworkManager/dhclient-enp2s8.conf enp2s8
root     24159     1  0 15:08 tty2     00:00:00 /sbin/agetty --noclear tty2 linux
root     24165     1  0 15:08 tty3     00:00:00 /sbin/agetty --noclear tty3 linux
root     24169     1  0 15:08 tty5     00:00:00 /sbin/agetty --noclear tty5 linux
root     24174     1  0 15:08 tty6     00:00:00 /sbin/agetty --noclear tty6 linux
walaki   25161     1  2 Sep23 ?        02:22:03 audacious
root     25840     2  0 21:32 ?        00:00:01 [kworker/1:1]
walaki   27082 23464  4 21:51 ?        00:02:56 /opt/google/chrome/chrome --type=renderer --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StandardR4/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/SPDY/SpdyDisabled/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1-Percent/group_22/UMA-Uniformity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-50-Percent/default/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-video-decode --disable-webrtc-hw-encoding --disable-gpu-compositing --channel=23445.29.1207326524
root     27424     2  0 22:00 ?        00:00:00 [kworker/0:1]
root     27664     2  0 15:42 ?        00:00:04 [kworker/u4:2]
root     27769     2  0 22:07 ?        00:00:00 [kworker/1:2]
walaki   28865     1  0 Sep25 ?        00:00:00 /usr/lib/gvfs/gvfsd-http --spawner :1.9 /org/gtk/gvfs/exec_spaw/1
walaki   29628  8878  0 22:54 pts/9    00:00:02 /usr/bin/ruby /home/walaki/util/mr1 Nekem az ég - hazafutás
walaki   29652 23464  0 22:54 ?        00:00:00 /opt/google/chrome/chrome --type=renderer --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StandardR4/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/SPDY/SpdyDisabled/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-1-Percent/group_22/UMA-Uniformity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_14/UMA-Uniformity-Trial-50-Percent/default/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-threaded-compositing --enable-delegated-renderer --disable-accelerated-video-decode --disable-webrtc-hw-encoding --disable-gpu-compositing --channel=23445.30.161699173
root     29693     2  0 22:55 ?        00:00:00 [kworker/0:2]
root     29915     2  0 23:00 ?        00:00:00 [kworker/0:0]
root     29930 27664 89 23:00 ?        00:00:31 /usr/lib/systemd/systemd-coredump 29431 1000 100 6 1411765249 wavparse1374:si
walaki   29946 10955  0 23:01 pts/7    00:00:00 ps -ef
walaki   29948 10955  0 23:01 pts/7    00:00:00 leafpad
walaki   30148     1  0 Sep23 ?        00:00:00 /usr/lib/dconf/dconf-service
walaki   30523     1  0 Sep25 ?        00:00:00 /bin/sh /home/walaki/jdownloader/JDLauncher
walaki   30544 30523  0 Sep25 ?        00:04:54 /usr/lib/jvm/java-default-runtime/bin/java -Dinstall4j.jvmDir=/usr -Dexe4j.moduleName=/home/walaki/jdownloader/JDLauncher -Xmx512m -Xms64m -Dinstall4j.launcherId=26 -Dinstall4j.swt=false -Di4j.vmov=true -Di4j.vmov=true -Di4j.vmov=true -Di4j.vmov=true -Di4j.vmov=true -Di4j.vpt=true -classpath /home/walaki/jdownloader/.install4j/i4jruntime.jar:/home/walaki/jdownloader/JDownloader.jar com.install4j.runtime.launcher.Launcher launch jd.Main true false   true true false  true true 0 0  20 20 Arial 0,0,0 8 500 version 0.9 20 40 Arial 0,0,0 8 500 -1

Offline

#10 2014-09-26 21:34:04

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,789

Re: /sbin/init high CPU usage (80%)

Bailando wrote:

Did you mean "ps -ef" ?

I did.  Sorry.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#11 2014-09-28 09:43:55

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: /sbin/init high CPU usage (80%)

So what happens when you do this?

Offline

#12 2014-09-29 14:00:21

Bailando
Member
From: Hungary
Registered: 2013-08-19
Posts: 133
Website

Re: /sbin/init high CPU usage (80%)

When I issue: "sudo systemctl stop autologin@tty1.service"

Failed to stop autologin@tty1.service: Unit autologin@tty1.service not loaded.

Is it possible my system was compromised by the ShellShock bug?

Last edited by Bailando (2014-09-29 14:01:28)

Offline

#13 2014-09-29 15:56:09

rebootl
Member
Registered: 2012-01-10
Posts: 431
Website

Re: /sbin/init high CPU usage (80%)

Is it possible my system was compromised by the ShellShock bug?

I don't think so, but I'm not a security expert. Detecting an intrusion is probably not so easy, maybe even impossible (?)... Basic things to check that come to my mind: Are your passwords intact (change them), who is logged in, what users exist, check for suspect processes.

Isn't it possible that you tried to setup some sort of autologin, maybe according to some non-english Arch wiki ? E.g. googling "arch linux autologin@tty1.service" yields https://wiki.archlinux.org/index.php/Au … taliano%29 as second result.

What's the state now ? Does it always happen after a reboot or so ?

Edit: Additionally, it may also be the case that a method using autologin@tty.service was on the english wiki some time ago (I don't remember exactly), but it got replaced by another method now.

Last edited by rebootl (2014-09-29 18:23:26)


Personal website: reboot.li
GitHub: github.com/rebootl

Offline

#14 2014-09-29 16:19:01

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: /sbin/init high CPU usage (80%)

Bailando wrote:

When I issue: "sudo systemctl stop autologin@tty1.service"

Failed to stop autologin@tty1.service: Unit autologin@tty1.service not loaded.

Is it possible my system was compromised by the ShellShock bug?

No, you just have a service which is infinitely respawning because of a bad parameter and no restart limit.

Who installed Arch for you?

Offline

Board footer

Powered by FluxBB