How to install TuxOnIce on Debian Stretch? [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I want to install TuxOnIce on my Debian/Windows dual-boot Laptop because I can't get pm-hibernate to work properly. Following some tutorials, I have done the following things:



Added the TuxOnIce ppa: sudo apt-add-repository ppa:tuxonice/ppa. It seems to work, but after confirming with enter I get the following error:



gpg: keybox '/tmp/tmp2dbcfl9z/pubring.gpg' created
gpg: /tmp/tmp2dbcfl9z/trustdb.gpg: trustdb created
gpg: key DAC45EC9DEC8FAAC: public key "Launchpad PPA for TuxOnIce" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
func(**kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
return apsk.add_ppa_signing_key()
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
cleanup(tmp_keyring_dir)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
shutil.rmtree(tmp_keyring_dir)
File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.ssh'


Updating with sudo apt-get update now shows a list of items that is way longer than before. Most of them start with http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic/main which is curious because I don't have Ubuntu and I have read that Ubuntu packages are not really compatible with Debian. Some links get a 404 error, but most of them work. Again, the output ends with some error:



Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tuxonice/ppa/ubuntu/dists/bionic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Install the application with sudo apt-get install tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice. The package tuxonice-userui is already installed, but it can't find the other ones:



E: Unable to locate package linux-generic-tuxonice
E: Unable to locate package linux-headers-generic-tuxonice






share|improve this question














closed as off-topic by Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst Jan 24 at 11:41


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
    – jayhendren
    Jan 24 at 0:29










  • Also more info here: wiki.debian.org/Hibernation
    – jayhendren
    Jan 24 at 0:29






  • 1




    Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
    – piegames
    Jan 24 at 9:31










  • TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
    – Knud Larsen
    Jan 24 at 18:13






  • 1




    The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
    – telcoM
    Jan 28 at 19:09














up vote
2
down vote

favorite












I want to install TuxOnIce on my Debian/Windows dual-boot Laptop because I can't get pm-hibernate to work properly. Following some tutorials, I have done the following things:



Added the TuxOnIce ppa: sudo apt-add-repository ppa:tuxonice/ppa. It seems to work, but after confirming with enter I get the following error:



gpg: keybox '/tmp/tmp2dbcfl9z/pubring.gpg' created
gpg: /tmp/tmp2dbcfl9z/trustdb.gpg: trustdb created
gpg: key DAC45EC9DEC8FAAC: public key "Launchpad PPA for TuxOnIce" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
func(**kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
return apsk.add_ppa_signing_key()
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
cleanup(tmp_keyring_dir)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
shutil.rmtree(tmp_keyring_dir)
File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.ssh'


Updating with sudo apt-get update now shows a list of items that is way longer than before. Most of them start with http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic/main which is curious because I don't have Ubuntu and I have read that Ubuntu packages are not really compatible with Debian. Some links get a 404 error, but most of them work. Again, the output ends with some error:



Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tuxonice/ppa/ubuntu/dists/bionic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Install the application with sudo apt-get install tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice. The package tuxonice-userui is already installed, but it can't find the other ones:



E: Unable to locate package linux-generic-tuxonice
E: Unable to locate package linux-headers-generic-tuxonice






share|improve this question














closed as off-topic by Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst Jan 24 at 11:41


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
    – jayhendren
    Jan 24 at 0:29










  • Also more info here: wiki.debian.org/Hibernation
    – jayhendren
    Jan 24 at 0:29






  • 1




    Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
    – piegames
    Jan 24 at 9:31










  • TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
    – Knud Larsen
    Jan 24 at 18:13






  • 1




    The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
    – telcoM
    Jan 28 at 19:09












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I want to install TuxOnIce on my Debian/Windows dual-boot Laptop because I can't get pm-hibernate to work properly. Following some tutorials, I have done the following things:



Added the TuxOnIce ppa: sudo apt-add-repository ppa:tuxonice/ppa. It seems to work, but after confirming with enter I get the following error:



gpg: keybox '/tmp/tmp2dbcfl9z/pubring.gpg' created
gpg: /tmp/tmp2dbcfl9z/trustdb.gpg: trustdb created
gpg: key DAC45EC9DEC8FAAC: public key "Launchpad PPA for TuxOnIce" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
func(**kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
return apsk.add_ppa_signing_key()
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
cleanup(tmp_keyring_dir)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
shutil.rmtree(tmp_keyring_dir)
File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.ssh'


Updating with sudo apt-get update now shows a list of items that is way longer than before. Most of them start with http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic/main which is curious because I don't have Ubuntu and I have read that Ubuntu packages are not really compatible with Debian. Some links get a 404 error, but most of them work. Again, the output ends with some error:



Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tuxonice/ppa/ubuntu/dists/bionic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Install the application with sudo apt-get install tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice. The package tuxonice-userui is already installed, but it can't find the other ones:



E: Unable to locate package linux-generic-tuxonice
E: Unable to locate package linux-headers-generic-tuxonice






share|improve this question














I want to install TuxOnIce on my Debian/Windows dual-boot Laptop because I can't get pm-hibernate to work properly. Following some tutorials, I have done the following things:



Added the TuxOnIce ppa: sudo apt-add-repository ppa:tuxonice/ppa. It seems to work, but after confirming with enter I get the following error:



gpg: keybox '/tmp/tmp2dbcfl9z/pubring.gpg' created
gpg: /tmp/tmp2dbcfl9z/trustdb.gpg: trustdb created
gpg: key DAC45EC9DEC8FAAC: public key "Launchpad PPA for TuxOnIce" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
func(**kwargs)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
return apsk.add_ppa_signing_key()
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
cleanup(tmp_keyring_dir)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
shutil.rmtree(tmp_keyring_dir)
File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.ssh'


Updating with sudo apt-get update now shows a list of items that is way longer than before. Most of them start with http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic/main which is curious because I don't have Ubuntu and I have read that Ubuntu packages are not really compatible with Debian. Some links get a 404 error, but most of them work. Again, the output ends with some error:



Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tuxonice/ppa/ubuntu/dists/bionic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Install the application with sudo apt-get install tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice. The package tuxonice-userui is already installed, but it can't find the other ones:



E: Unable to locate package linux-generic-tuxonice
E: Unable to locate package linux-headers-generic-tuxonice








share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 14:41

























asked Jan 23 at 22:57









piegames

24118




24118




closed as off-topic by Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst Jan 24 at 11:41


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst
If this question can be reworded to fit the rules in the help center, please edit the question.




closed as off-topic by Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst Jan 24 at 11:41


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Jeff Schaller, jayhendren, mdpc, G-Man, Wouter Verhelst
If this question can be reworded to fit the rules in the help center, please edit the question.











  • Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
    – jayhendren
    Jan 24 at 0:29










  • Also more info here: wiki.debian.org/Hibernation
    – jayhendren
    Jan 24 at 0:29






  • 1




    Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
    – piegames
    Jan 24 at 9:31










  • TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
    – Knud Larsen
    Jan 24 at 18:13






  • 1




    The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
    – telcoM
    Jan 28 at 19:09
















  • Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
    – jayhendren
    Jan 24 at 0:29










  • Also more info here: wiki.debian.org/Hibernation
    – jayhendren
    Jan 24 at 0:29






  • 1




    Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
    – piegames
    Jan 24 at 9:31










  • TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
    – Knud Larsen
    Jan 24 at 18:13






  • 1




    The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
    – telcoM
    Jan 28 at 19:09















Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
– jayhendren
Jan 24 at 0:29




Hibernate features should be available by default on Debian 9, and you should be able to hibernate using the regular Gnome menus or keyboard shortcuts. Is there some reason that's leading you to believe you need to install extra software in order to support hibernation?
– jayhendren
Jan 24 at 0:29












Also more info here: wiki.debian.org/Hibernation
– jayhendren
Jan 24 at 0:29




Also more info here: wiki.debian.org/Hibernation
– jayhendren
Jan 24 at 0:29




1




1




Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
– piegames
Jan 24 at 9:31




Sadly, the default hibernate under Debian does not work, the system always freezes with a black screen when resuming. I already had this problem under Ubuntu on that same machine and TuxOnIce solved it, so I thought I could try this again under Debian. I don't care how, I just want some working hibernate. The documentation you linked hasn't been updated to Stretch too by the way
– piegames
Jan 24 at 9:31












TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
– Knud Larsen
Jan 24 at 18:13




TuxOnIce : # apt-get install tuxonice-userui packages.debian.org/…
– Knud Larsen
Jan 24 at 18:13




1




1




The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
– telcoM
Jan 28 at 19:09




The tuxonice-userui package wires TuxOnIce into Debian 9's normal sleep/hibernate framework, so all Debian 9's normal ways to hibernate should then use TuxOnIce if it's actually usable. But to make it usable, you'll need the TuxOnIce kernel patch, and there is no pre-packaged DKMS version of the patch in Debian 9, so you'll have to build your own TuxOnIce-patched kernel.
– telcoM
Jan 28 at 19:09















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)