We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
rosstcorbett
5 years agoExplorer | Level 4
Help! Unable to connect to Upstart: Failed to conenct to socket/com/ubuntu/upstart
Hi there,
Dropbox seemed to have stopped working. So I went onto the terminal to restart it.
When I tried to restart it I got this message:
Unable to connect to Upstart: Failed to conenct to so...
- 5 years ago
rosstcorbett wrote:...
Dropbox seemed to have stopped working. So I went onto the terminal to restart it.
When I tried to restart it I got ...
Hi rosstcorbett,
First, how exactly you try "restart" your Dropbox application? Dropbox work don't have be related in any way to used "root" service. Where you exactly receive the error message? Can you post the exact commands and results?
Next, is there some reason you use "upstart"???! It was deprecated almost 5 years ago (even still available for use)! Present day "systemd" is in use typically. What kind of Ubuntu version are you use - isn't it too old?!
I would advice you switch permanently to "systemd" or, even better, reinstall latest Ubuntu version (or least upgrade):
sudo apt-get update sudo apt-get dist-upgrade
😏
Good luck.
Здравко
Legendary | Level 20
Hi rosstcorbett,
😁🙂 The first thing on command line have to be the command! 🤔 What is the command name for the Dropbox application? Next to the command all needed options or parameters, If any, should follow. Are there such things in your commands above and are they ordered correctly? 😉
Hope this helps.
rosstcorbett
5 years agoExplorer | Level 4
Hi Здравко
Thank you for the reply :)
Our websites automation has stopped working, this is usually because dropbox stops working and I go into Terminal to restart it.
Usually works, but as you can see this is how I do it and where the error is now coming up.
root@server-1:/srv/users/serverpilot# dropbox status
Up to date
root@server-1:/srv/users/serverpilot# start dropbox
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
root@server-1:/srv/users/serverpilot#
I hope I'm making sense, as previously mentioned I know very little and about using Linux.
Many thanks.
Ross
- Здравко5 years agoLegendary | Level 20
It's not something related to Linux! It's the same for every one OS (including Windows and Mac). Let focus on Linux.You are trying 2 subcommand (options) - status and start.The first "dropbox status" seems to work (isn't it 😉) and shows that dropbox daemon is working and everything is up to date. What about the second - "start dropbox"? Seems here is something wrong! 🤔 Isn't better "dropbox start"? 😉
In addition it's never good idea an application (including Dropbox) to run in escalated privileges! Could be dangerous for the system. Better use a dedicated regular user context.
- rosstcorbett5 years agoExplorer | Level 4
- Здравко5 years agoLegendary | Level 20
Hi rosstcorbett,
You can vote up on my idea I just shared, so problems, like yours, (managing Dropbox as a server) would get softer. 😉
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!