Systemd Session Abandoned

Home » CentOS » Systemd Session Abandoned
CentOS 3 Comments

Things like this keep showing up in my my logs. Any idea what to look for to (1) figure out why and (2) track it to a particular service?

systemd: Failed to mark scope session-19.scope as abandoned : Stale file handle

3 thoughts on - Systemd Session Abandoned

  • I did this service file myself… does anything here look fishy?

    $ more /etc/systemd/system/dropbox.service

    [Unit]
    Description=Dropbox as a system service

    [Service]
    ExecStart=/home/sdstern/.dropbox-dist/dropboxd User=sdstern
    # ‘LANG’ might be unnecessary, since systemd already sets the
    # locale for all services according to “/etc/locale.conf”.
    # Run `systemctl show-environment` to make sure. Environment=LANG=en_US.utf-8

    [Install]
    WantedBy=multi-user.target

  • I don’t know anything about dropboxd, but it might be that you need “Type=forking” in the service section.