forked from NVIDIA/DIGITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NVIDIA#1127 from lukeyeager/systemd
Add packaging support for 16.04 (and remove gunicorn)
- Loading branch information
Showing
23 changed files
with
130 additions
and
133 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,41 @@ | ||
<html> | ||
<title>Failed to connect to DIGITS</title> | ||
<body> | ||
<h1>Error: Unable to connect to NVIDIA DIGITS</h1> | ||
<h1>Error: Unable to connect to DIGITS</h1> | ||
|
||
<h3>Restart the server</h3> | ||
<p> | ||
To fix this problem, try stopping and restarting the DIGITS server by running | ||
the following two commands: | ||
On Ubuntu 14.04, use this command to restart the server: | ||
</p> | ||
<pre> | ||
sudo stop digits | ||
sudo start digits | ||
sudo service digits restart | ||
</pre> | ||
<p> | ||
If you are still encountering problems after attempting to restart the DIGITS | ||
server, check /var/log/digits/digits.log for errors. | ||
On Ubuntu 16.04, use this command to restart the server: | ||
</p> | ||
<pre> | ||
sudo systemctl restart digits | ||
</pre> | ||
|
||
<h3>Check the logs for errors</h3> | ||
<p> | ||
If you are still encountering problems after restarting, check the logs for errors. | ||
</p> | ||
<pre> | ||
cat /var/log/digits/digits.log | ||
</pre> | ||
</p> | ||
<p> | ||
For additional messsages on Ubuntu 14.04: | ||
</p> | ||
<pre> | ||
cat /var/log/upstart/digits.log | ||
</pre> | ||
<p> | ||
For additional messages on Ubuntu 16.04: | ||
</p> | ||
<pre> | ||
journalctl -u digits.service | ||
</pre> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.