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
aug 22 19:01:07 hjulle-arch systemd-logind[246]: Power key pressed. | |
aug 22 19:01:07 hjulle-arch systemd-sleep[7053]: Suspending system... | |
aug 22 19:01:08 hjulle-arch kernel: PM: Syncing filesystems ... done. | |
aug 22 19:01:08 hjulle-arch kernel: PM: Preparing system for mem sleep | |
aug 22 19:25:45 hjulle-arch kernel: Freezing user space processes ... (elapsed 0.001 seconds) done. | |
aug 22 19:25:45 hjulle-arch kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. | |
aug 22 19:25:45 hjulle-arch kernel: PM: Entering mem sleep | |
aug 22 19:25:45 hjulle-arch kernel: Suspending console(s) (use no_console_suspend to debug) | |
aug 22 19:25:45 hjulle-arch kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache | |
aug 22 19:25:45 hjulle-arch kernel: sd 2:0:0:0: [sda] Stopping disk |
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
aug 29 01:20:40 hjulle-arch systemd-logind[246]: Power key pressed. | |
aug 29 01:20:41 hjulle-arch systemd[1]: Failed to reset devices.list on /system.slice: Invalid argument | |
aug 29 01:20:41 hjulle-arch systemd-sleep[21188]: Suspending system... | |
aug 29 01:20:42 hjulle-arch kernel: PM: Syncing filesystems ... done. | |
aug 29 01:20:42 hjulle-arch kernel: PM: Preparing system for mem sleep | |
aug 29 01:20:51 hjulle-arch kernel: Freezing user space processes ... (elapsed 0.077 seconds) done. | |
aug 29 01:20:51 hjulle-arch kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. | |
aug 29 01:20:51 hjulle-arch kernel: PM: Entering mem sleep | |
aug 29 01:20:51 hjulle-arch kernel: Suspending console(s) (use no_console_suspend to debug) | |
aug 29 01:20:57 hjulle-arch kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache |
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
#!/usr/bin/perl -w | |
use strict; | |
use warnings; | |
use LWP::Simple; | |
sub main | |
{ | |
my $start = 0; | |
my %frames; |
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
# ~/.nixpkgs/config.nix | |
{ | |
packageOverrides = pkgs: let | |
inherit (builtins) substring stringLength sub; | |
in { | |
operaNext = pkgs.lib.overrideDerivation pkgs.opera (oldAttrs: | |
let s = oldAttrs.preFixup; l=stringLength s; in | |
rec { | |
version = "12.00-1450"; |
NewerOlder