Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Seriously, debian...
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Seriously, debian...

raindog308raindog308 Administrator, Veteran
edited June 2012 in General

...how could you install a package and not have an owner for the service?

# ps -ef | grep exim
107      32673     1  0 Jun04 ?        00:00:00 /usr/sbin/exim4 -bd -q30m
# ps -ef | grep exim
101       1417     1  0 Jun15 ?        00:00:00 /usr/sbin/exim4 -bd -q30m

That last one is straight after install from DVD.

Comments

  • BluBoyBluBoy Member

    I had this issue in FreeBSD after a program (or possibly me) messed around with users/groups...

    It sucked hard cause I had denied root login, and without groups working correctly, my sudo user could no long sudo to fix the issue!

  • raindog308raindog308 Administrator, Veteran

    Bizarrely, the binary is setuid root:

    -rwsr-xr-x 1 root root 758852 May 12 2011 /usr/sbin/exim4

    /etc/init.d/exim4 restart doesn't change - still running as uid 101 on this VPS.

  • raindog308raindog308 Administrator, Veteran

    On closer examination, it appears there is a user 101...I think the problem is that its name is Debian-exim, and that column in ps output is not wide enough to show it.

  • BluBoyBluBoy Member

    can you add the -w to it? Or what is shown in top?

  • raindog308raindog308 Administrator, Veteran

    Good call:

    # top -b -n 1 | grep exim4
     5860 Debian-e  20   0  6516  924  612 S  0.0  0.7   0:00.00 exim4
    
Sign In or Register to comment.