[opensuse] Hibernate fails since a couple of days
Hi, Hibernate hangs when I restart since about 10 days. How can I compile a list of software that I installed during that time? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Le 13/12/2014 11:18, Aaron Digulla a écrit :
Hi,
Hibernate hangs when I restart since about 10 days.
How can I compile a list of software that I installed during that time?
Regards,
13.2? if so looks at snapshots with yast/snapper jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 12/13/2014 12:18 PM, Aaron Digulla wrote:
How can I compile a list of software that I installed during that time?
- do see page at : http://www.tummy.com/blogs/2007/10/31/getting-rpm-to-list-packages-by-instal... |guin:~$ rpm --querytags | grep -i install INSTALLTIME INSTALLCOLOR INSTALLTID INSTALLPREFIX guin:~$ ..................... see remarks such as : |Note that the “%{installtime:date}” specifies that the installtime should be formatted as a date string. Otherwise, it's the time_t seconds since Jan 1, 1970 (which is great for sorting, but not for reading). .................. regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Sat, 13 Dec 2014 11:18:46 +0100 Aaron Digulla <digulla@hepe.com> пишет:
Hi,
Hibernate hangs when I restart since about 10 days.
How can I compile a list of software that I installed during that time?
rpm -qa --last
Regards,
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, Dec 13, 2014 at 02:43:38PM +0300, Andrei Borzenkov wrote:
В Sat, 13 Dec 2014 11:18:46 +0100 Aaron Digulla <digulla@hepe.com> пишет:
Hi,
Hibernate hangs when I restart since about 10 days.
How can I compile a list of software that I installed during that time?
rpm -qa --last
First guess would be the dracut update, where we added a filesystem check after hibernation. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-13 12:45, Marcus Meissner wrote:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I'm surprised. On return from hibernation the filesystem is live and can not be checked. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
Am 13.12.2014 um 12:45 schrieb Marcus Meissner:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I have Name : dracut Version : 037 Release : 17.9.1 Architecture: x86_64 Install Date: Sa 06 Dez 2014 00:20:49 CET I also have NFS mounts. Are they excluded properly? When the system hangs after restart, I just see a very dark background default blotch pattern, so graphics mode is there. But network isn't (system doesn't respond to ping). Any way I could quickly disable the check to see whether it helps? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 12/14/2014 04:39 AM, Aaron Digulla wrote:
Am 13.12.2014 um 12:45 schrieb Marcus Meissner:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I have
Name : dracut Version : 037 Release : 17.9.1 Architecture: x86_64 Install Date: Sa 06 Dez 2014 00:20:49 CET
I also have NFS mounts. Are they excluded properly?
When the system hangs after restart, I just see a very dark background default blotch pattern, so graphics mode is there. But network isn't (system doesn't respond to ping).
Any way I could quickly disable the check to see whether it helps?
Regards,
Since you are the only one complaining about suspend/resume not working, (it continues to work perfectly for me and many others), I don't think you should assume any software update broke your system. Its just as likely an existing problem was unmasked. Over the years, this kind of problem has been caused by modules not being unloaded pre suspend or reloaded post suspend. https://forums.opensuse.org/showthread.php/501343-openSUSE-13-1-resume-from-... Also the google search: https://www.google.com/#q=modules+to+unload+on+suspend+opensuse may be helpful. -- After all is said and done, more is said than done. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 14.12.2014 um 21:54 schrieb John Andersen:
On 12/14/2014 04:39 AM, Aaron Digulla wrote:
Am 13.12.2014 um 12:45 schrieb Marcus Meissner:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I have
Name : dracut Version : 037 Release : 17.9.1 Architecture: x86_64 Install Date: Sa 06 Dez 2014 00:20:49 CET
I also have NFS mounts. Are they excluded properly?
When the system hangs after restart, I just see a very dark background default blotch pattern, so graphics mode is there. But network isn't (system doesn't respond to ping).
Any way I could quickly disable the check to see whether it helps?
Regards,
Since you are the only one complaining about suspend/resume not working, (it continues to work perfectly for me and many others), I don't think you should assume any software update broke your system. Its just as likely an existing problem was unmasked.
Over the years, this kind of problem has been caused by modules not being unloaded pre suspend or reloaded post suspend. https://forums.opensuse.org/showthread.php/501343-openSUSE-13-1-resume-from-...
Also the google search: https://www.google.com/#q=modules+to+unload+on+suspend+opensuse may be helpful.
There is no indication of any kind of problem in /var/log/pm-suspend.log It contains a lot of success and ends in /usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success. Sat Dec 13 23:35:55 CET 2014: performing hibernate INFO: using built-in quirks database from HAL. INFO: S2RAM_OPTS from HAL quirks: ' '. Also I didn't add or edit any modules - my guess was that the software update might have installed a new kernel or module which I missed but that doesn't seem to be the case. The problem starts with resume. How do I debug this? In the old openSUSE (11.x) web site, there was a page dedicated to hibernate problems but I can't find it anymore. State after the resume: - The system shows a dark blotchy background. How can I disable this to see any error message on the console? - The keyboard is active (Num lock works) but SysRq doesn't - Networking is dead Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 12/14/2014 01:19 PM, Aaron Digulla wrote:
Am 14.12.2014 um 21:54 schrieb John Andersen:
On 12/14/2014 04:39 AM, Aaron Digulla wrote:
Am 13.12.2014 um 12:45 schrieb Marcus Meissner:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I have
Name : dracut Version : 037 Release : 17.9.1 Architecture: x86_64 Install Date: Sa 06 Dez 2014 00:20:49 CET
I also have NFS mounts. Are they excluded properly?
When the system hangs after restart, I just see a very dark background default blotch pattern, so graphics mode is there. But network isn't (system doesn't respond to ping).
Any way I could quickly disable the check to see whether it helps?
Regards,
Since you are the only one complaining about suspend/resume not working, (it continues to work perfectly for me and many others), I don't think you should assume any software update broke your system. Its just as likely an existing problem was unmasked.
Over the years, this kind of problem has been caused by modules not being unloaded pre suspend or reloaded post suspend. https://forums.opensuse.org/showthread.php/501343-openSUSE-13-1-resume-from-...
Also the google search: https://www.google.com/#q=modules+to+unload+on+suspend+opensuse may be helpful.
There is no indication of any kind of problem in /var/log/pm-suspend.log It contains a lot of success and ends in
/usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success. Sat Dec 13 23:35:55 CET 2014: performing hibernate INFO: using built-in quirks database from HAL. INFO: S2RAM_OPTS from HAL quirks: ' '.
Also I didn't add or edit any modules - my guess was that the software update might have installed a new kernel or module which I missed but that doesn't seem to be the case.
The problem starts with resume. How do I debug this? In the old openSUSE (11.x) web site, there was a page dedicated to hibernate problems but I can't find it anymore.
State after the resume:
- The system shows a dark blotchy background. How can I disable this to see any error message on the console? - The keyboard is active (Num lock works) but SysRq doesn't - Networking is dead
Regards,
Well, this still sounds like it might be a modules issue either on suspend or resume. since Network is also down upon resume, maybe this
Maybe try changing # HIBERNATE_RESUME_POST_VIDEO="no" to yes in /usr/lib/pm-utils/defaults -- After all is said and done, more is said than done. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-14 22:19, Aaron Digulla wrote:
The problem starts with resume. How do I debug this?
In /etc/suspend.conf I would set suspend loglevel = 255 splash = n I would set "no_console_suspend" as boot option in the kernel line, plus "splash=verbose console=tty0", and I would remove plymouth or disable it with "plymouth.enable=0". The idea is to make sure you get as many messages as possible, instead of a graphical display that tells nothing.
In the old openSUSE (11.x) web site, there was a page dedicated to hibernate problems but I can't find it anymore.
Maybe this? https://old-en.opensuse.org/Suspend_Troubleshooting The old pages are badly broken, they are very difficult to read. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 15.12.2014 um 02:41 schrieb Carlos E. R.:
On 2014-12-14 22:19, Aaron Digulla wrote:
The problem starts with resume. How do I debug this?
In /etc/suspend.conf I would set
suspend loglevel = 255 splash = n
I would set "no_console_suspend" as boot option in the kernel line, plus "splash=verbose console=tty0", and I would remove plymouth or disable it with "plymouth.enable=0". The idea is to make sure you get as many messages as possible, instead of a graphical display that tells nothing.
Thanks. I've configed by system now and I'll report when it crashes again.
In the old openSUSE (11.x) web site, there was a page dedicated to hibernate problems but I can't find it anymore.
Maybe this?
https://old-en.opensuse.org/Suspend_Troubleshooting
The old pages are badly broken, they are very difficult to read.
No, there was an SDB page with tips. Actually how about a small "hibernate debugger" which enables the settings above plus a hibernate plugin which keeps backups of the pm log files to make it easy to find differences? Regards, - -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlSPPCwACgkQbiq/qNASPmOVMwCfRiKfXq3lLak94DAPuOdk7Xy0 7zQAoJFAn0h0kGIIwfZeS3Ex3dv+4GX6 =K2+f -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-15 20:53, Aaron Digulla wrote:
Am 15.12.2014 um 02:41 schrieb Carlos E. R.:
No, there was an SDB page with tips.
There is a page on ubuntu with good tips. I remember using it.
Actually how about a small "hibernate debugger" which enables the settings above plus a hibernate plugin which keeps backups of the pm log files to make it easy to find differences?
wish... Last time I had to edit the kernel source code and add my own error messages myself, to try find where it crashed. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
В Sun, 14 Dec 2014 22:19:07 +0100 Aaron Digulla <digulla@hepe.com> пишет:
Am 14.12.2014 um 21:54 schrieb John Andersen:
On 12/14/2014 04:39 AM, Aaron Digulla wrote:
Am 13.12.2014 um 12:45 schrieb Marcus Meissner:
First guess would be the dracut update, where we added a filesystem check after hibernation.
I have
Name : dracut Version : 037 Release : 17.9.1 Architecture: x86_64 Install Date: Sa 06 Dez 2014 00:20:49 CET
I also have NFS mounts. Are they excluded properly?
When the system hangs after restart, I just see a very dark background default blotch pattern, so graphics mode is there. But network isn't (system doesn't respond to ping).
Any way I could quickly disable the check to see whether it helps?
Regards,
Since you are the only one complaining about suspend/resume not working, (it continues to work perfectly for me and many others), I don't think you should assume any software update broke your system. Its just as likely an existing problem was unmasked.
Over the years, this kind of problem has been caused by modules not being unloaded pre suspend or reloaded post suspend. https://forums.opensuse.org/showthread.php/501343-openSUSE-13-1-resume-from-...
Also the google search: https://www.google.com/#q=modules+to+unload+on+suspend+opensuse may be helpful.
There is no indication of any kind of problem in /var/log/pm-suspend.log
That rings the bell. Recent patch re-enabled pm-utils in systemd: * Tue Nov 25 2014 gber@opensuse.org - temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly So it is quite possible that you suddenly started to use pm-utils where you did not before. How exactly you hibernate now and before (using GUI menu, some command)? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 15.12.2014 um 04:37 schrieb Andrei Borzenkov:
There is no indication of any kind of problem in /var/log/pm-suspend.log
That rings the bell. Recent patch re-enabled pm-utils in systemd:
* Tue Nov 25 2014 gber@opensuse.org - temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly
So it is quite possible that you suddenly started to use pm-utils where you did not before. How exactly you hibernate now and before (using GUI menu, some command)?
I'm using KShutdown since it allows me to hibernate with a single mouse click. I used powersave -U in the past but that isn't supported on openSUSE 13.2 anymore: # powersave -U Error org.freedesktop.DBus.Error.UnknownMethod: Method "Hibernate" with signature "" on interface "org.freedesktop.UPower" doesn't exist Regards, - -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlSPO50ACgkQbiq/qNASPmNrkwCeNxfKdqYV7ZTt8Ix9PeCaqKKD G1QAoIY72Hh4+iP61RgWZJwUksMrzEtV =s+u1 -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 В Mon, 15 Dec 2014 20:50:53 +0100 Aaron Digulla <digulla@hepe.com> пишет:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 15.12.2014 um 04:37 schrieb Andrei Borzenkov:
There is no indication of any kind of problem in /var/log/pm-suspend.log
That rings the bell. Recent patch re-enabled pm-utils in systemd:
* Tue Nov 25 2014 gber@opensuse.org - temporarily re-enable Forward-suspend-hibernate-calls-to-pm-utils.patch until boo#904828 can be addressed properly
So it is quite possible that you suddenly started to use pm-utils where you did not before. How exactly you hibernate now and before (using GUI menu, some command)?
I'm using KShutdown since it allows me to hibernate with a single mouse click.
I do not know what KShutdown does, but quick test would be to uninstall pm-utils and see if it changes something.
I used powersave -U in the past but that isn't supported on openSUSE 13.2 anymore:
# powersave -U Error org.freedesktop.DBus.Error.UnknownMethod: Method "Hibernate" with signature "" on interface "org.freedesktop.UPower" doesn't exist
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlSPpA8ACgkQR6LMutpd94xPmgCeNcm6aM+IhyiNYjKYD0EfWczR QIkAn2t2Pko4Y9bdF8eTLylRN7FAckia =QKaO -----END PGP SIGNATURE-----
Just a short wrap-up: I can now hibernate and resume. Here is what I did: I added this line to /etc/sudoers adigulla ALL = (root) NOPASSWD:/usr/sbin/pm-hibernate (adigulla is my user name). That allows me to run /usr/sbin/pm-hibernate as root without having to give a password. Then I created a desktop icon with the name "Hibernate" and the command sudo /usr/sbin/pm-hibernate To fixate the icon in the lower right corner, I added a "mini program" called "Folder" ("Ordner" in German). I created a new folder $HOME/Hibernate and configured the mini program to use it. I dragged the mini program where I wanted it. Then I dragged the desktop icon from before into the new folder. That gave me a nice big button to hibernate my system. Which solves the "permission denied" problem. The other problem (resume failing), I couldn't track down. After switching to text mode in Grub2 and enabling logging in /etc/suspend.conf and disabling the splash, resume started to work again. Thanks everyone for your support :-) -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-13 11:18, Aaron Digulla wrote:
How can I compile a list of software that I installed during that time?
Several ways. The file "/var/log/zypp/history" contains, well, the history of updates and installs. "rpm -qa --last" provides a sorted list of packages, the most recently installed on top. Or you can use "rpm -q -a --queryformat ...." to produce a list of installed packages with the data fields that interest you. With "--querytags" you can find the list of tokens or tags you can use. For instance: rpm -q -a --queryformat "%{INSTALLTIME};%{INSTALLTIME:day}; \ %{BUILDTIME:day}; %{NAME};%{VERSION}-%-7{RELEASE};%{arch}; \ %{VENDOR};%{PACKAGER};%{DISTRIBUTION};%{DISTTAG}\n" \ | sort | cut --fields="2-" --delimiter=\; \ | tee rpmlist.csv | less -S This produces a sorted by install date of all packages, in a format suitable for import into libreoffice or other calc sheets. Or in text: rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" \ | sort | cut --fields="2-" | tee rpmlist | less -S -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
Am 13.12.2014 um 15:41 schrieb Carlos E. R.:
"rpm -qa --last" provides a sorted list of packages, the most recently installed on top.
This works for me.
rpm -q -a --queryformat "%{INSTALLTIME};%{INSTALLTIME:day}; \ %{BUILDTIME:day}; %{NAME};%{VERSION}-%-7{RELEASE};%{arch}; \ %{VENDOR};%{PACKAGER};%{DISTRIBUTION};%{DISTTAG}\n" \ | sort | cut --fields="2-" --delimiter=\; \ | tee rpmlist.csv | less -S
This doesn't work for some reason; it shows the last install as of Oct 26th, 2014 but I installed packages today. Here is the list of suspects: docker-1.3.2-9.1.x86_64 Mo 08 Dez 2014 20:35:36 CET docker-bash-completion-1.3.2-9.1.noarch Mo 08 Dez 2014 20:35:36 CET gmplayer-1.1.1.r37337-1.1.x86_64 Mo 08 Dez 2014 20:51:30 CET google-chrome-stable-39.0.2171.95-1.x86_64 Di 09 Dez 2014 21:44:28 CET gstreamer-plugins-libav-1.4.4-1.1.x86_64 So 07 Dez 2014 17:44:27 CET gtk2-engine-oxygen-1.4.6-2.4.1.x86_64 Mo 08 Dez 2014 20:35:35 CET gtk2-theme-oxygen-1.4.6-2.4.1.x86_64 Mo 08 Dez 2014 20:35:36 CET iotop-0.6-4.1.4.noarch So 07 Dez 2014 15:14:06 CET libFLAC++6-1.3.0-4.4.1.x86_64 Mo 08 Dez 2014 20:35:36 CET libFLAC8-1.3.0-4.4.1.x86_64 Mo 08 Dez 2014 20:35:36 CET libFLAC8-32bit-1.3.0-4.4.1.x86_64 Mo 08 Dez 2014 20:35:36 CET libfreebl3-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:27 CET libfreebl3-32bit-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:29 CET libsoftokn3-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:29 CET libsoftokn3-32bit-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:30 CET lynx-2.8.8rel.2-2.4.1.x86_64 Mo 08 Dez 2014 20:35:35 CET mozilla-nspr-32bit-4.10.7-3.1.x86_64 So 07 Dez 2014 17:44:29 CET mozilla-nspr-4.10.7-3.1.x86_64 So 07 Dez 2014 17:44:29 CET mozilla-nss-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:29 CET mozilla-nss-32bit-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:33 CET mozilla-nss-certs-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:29 CET mozilla-nss-certs-32bit-3.17.2-4.2.x86_64 So 07 Dez 2014 17:44:29 CET MozillaFirefox-34.0.5-5.4.x86_64 So 07 Dez 2014 17:44:32 CET MozillaFirefox-translations-common-34.0.5-5.4.x86_64 So 07 Dez 2014 17:44:34 CET MPlayer-1.1.1.r37337-1.1.x86_64 Mo 08 Dez 2014 20:51:30 CET openvpn-2.3.4-2.4.1.x86_64 Mo 08 Dez 2014 20:35:36 CET python-argparse-1.2.1-44.1.noarch Sa 06 Dez 2014 16:17:58 CET python-curses-2.7.8-1.1.x86_64 So 07 Dez 2014 15:14:06 CET python-dateutil-2.1-11.1.4.noarch Di 09 Dez 2014 21:40:06 CET python-gconf-2.28.1-22.1.3.x86_64 So 07 Dez 2014 14:58:20 CET python-gnomekeyring-2.32.0-22.1.3.x86_64 So 07 Dez 2014 14:58:20 CET python-gstreamer-0_10-0.10.22-10.1.5.x86_64 So 07 Dez 2014 14:58:20 CET python-libxml2-2.9.1-7.2.1.x86_64 So 07 Dez 2014 14:58:20 CET python-matplotlib-1.4.0-2.6.x86_64 Di 09 Dez 2014 21:40:09 CET python-matplotlib-tk-1.4.0-2.6.x86_64 Di 09 Dez 2014 21:40:09 CET python-notify-0.1.1-40.1.x86_64 So 07 Dez 2014 14:58:20 CET python-pyinotify-0.9.4-31.1.noarch So 07 Dez 2014 17:47:05 CET python-pyparsing-2.0.1-5.1.4.noarch Di 09 Dez 2014 21:40:06 CET python-pytz-2014.4-3.1.4.noarch Di 09 Dez 2014 21:40:06 CET python-stevedore-1.1.0-32.1.noarch Sa 06 Dez 2014 16:17:58 CET python-virtualenv-1.11.6-50.2.noarch Sa 06 Dez 2014 16:17:58 CET python-virtualenv-clone-0.2.5-14.1.noarch Di 09 Dez 2014 21:38:16 CET python-virtualenvwrapper-4.3.1-37.1.noarch Sa 06 Dez 2014 16:17:58 CET python-xdg-0.25-8.1.4.noarch So 07 Dez 2014 14:58:20 CET rpcbind-0.2.1_rc4-8.4.1.x86_64 Mo 08 Dez 2014 20:35:35 CET specto-0.4.1-4.1.5.noarch So 07 Dez 2014 14:58:20 CET specto-lang-0.4.1-4.1.5.noarch So 07 Dez 2014 14:58:20 CET yast2-online-update-configuration-3.1.5-2.1.4.noarch Di 09 Dez 2014 21:40:59 CET yast2-storage-3.1.50-1.4.x86_64 Mo 08 Dez 2014 20:59:18 CET Personally, I'm suspicious of Google Chrome since it has caused trouble before. Plus I could restore after Hibernate when it didn't run. I have an Nvidia card plus the official nvidia-* drivers and I suspect hardware accelerated Flash. I think I read somewhere I can boot into a snapshot? Is there documentation how to do this? Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-12-13 22:31, Aaron Digulla wrote:
rpm -q -a --queryformat "%{INSTALLTIME};%{INSTALLTIME:day}; \ %{BUILDTIME:day}; %{NAME};%{VERSION}-%-7{RELEASE};%{arch}; \ %{VENDOR};%{PACKAGER};%{DISTRIBUTION};%{DISTTAG}\n" \ | sort | cut --fields="2-" --delimiter=\; \ | tee rpmlist.csv | less -S
This doesn't work for some reason; it shows the last install as of Oct 26th, 2014 but I installed packages today.
The last updated are at the bottom. You have to page down.
Personally, I'm suspicious of Google Chrome since it has caused trouble before. Plus I could restore after Hibernate when it didn't run.
I would look first at what Marcus suggested.
I think I read somewhere I can boot into a snapshot? Is there documentation how to do this?
If the root partition is btrfs, you can, but I don't know how. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
participants (7)
-
Aaron Digulla
-
Andrei Borzenkov
-
Carlos E. R.
-
ellanios82
-
jdd
-
John Andersen
-
Marcus Meissner