You are not logged in.
I noticed something that scared me a little: when looking into ps aux listing there is an "ini" process with pid=1. uhh... pid 1 should be init, what's happening here?
silvik@morgana:~$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 1692 572 ? Ss 13:05 0:00 ini
<snip>actually it's "ini " not "ini", with a trailing space.
but if we use other commands everything it's OK:
silvik@morgana:~$ ps -p 1 -o comm=
initsilvik@morgana:~$ pgrep -l ini
1 init
4443 xinit
4489 kdeinit4so... I'm confused... is anybody else seeing this? Why?
Offline
Mmm that is weird, works fine here:
arkham ~ $ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 1692 512 ? Ss Jul03 0:01 init [3]
Have you tried reinstalling ps, glibc and procps?
"I'm Winston Wolfe. I solve problems."
~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~
Offline
% ps aux | grep ini
root 1 0.0 0.0 1692 580 ? Ss 12:09 0:00 iniWell, i have "ini" too.
Offline
it's "ini" in /proc too, it's not only a ps problem:
silvik@morgana:~$ cat /proc/1/cmdline
inisilvik@morgana:~$@arkham: I'll try that when I have a little time
@rebugger: thanks, so it's confirmed
Offline
Offline
When i run ps aux|grep ini i get this,
root 1 0.0 0.0 1692 96 ? Ss Jul01 0:01 ini
sharpsy 5027 0.0 0.0 3624 804 pts/1 R+ 14:27 0:00 grep inibut when using ps -e|grep ini
it's:
1 ? 00:00:01 initThat 'ini ' process is actually 'init', but i don't know why is 't' missing. ![]()
Offline
oh, an arch specific patch gone wrong. weird.
thanks allan
Offline