Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start atd service #2762

Closed
Ebola-Chan-bot opened this issue Dec 19, 2017 · 2 comments
Closed

Can't start atd service #2762

Ebola-Chan-bot opened this issue Dec 19, 2017 · 2 comments

Comments

@Ebola-Chan-bot
Copy link

Ebola-Chan-bot commented Dec 19, 2017

  • Your Windows build number: (Type ver at a Windows Command Prompt)
    17046

  • What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
    I tried two ways to start atd:

  1. 【Input】sudo systemctl restart atd
    【Output】Failed to connect to bus: No such file or directory

2.【Input】service atd start
【Output】 * Starting deferred execution scheduler atd [fail]

  • What's wrong / what should be happening instead:
    atd is not started

  • Strace of the failing command, if applicable: (If some_command is failing, then run strace -o some_command.strace -f some_command some_args, and link the contents of some_command.strace in a gist here)

[edit: removed very long strace of sysctrl not being able to connect to dbus --KC]

@therealkenc
Copy link
Collaborator

It looks like you missed going root; sudo service adt start works here. systemctl does not work because #1579. Please lose the strace.

@Ebola-Chan-bot
Copy link
Author

@therealkenc Thank you! Sorry for the stupid issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants