Skip to content

Instantly share code, notes, and snippets.

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
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
@anka-213
anka-213 / find_forum_links.pl
Created May 29, 2013 11:45
Locate the first link in the forum thread to each frame in the xkcd Time comic
@anka-213
anka-213 / config.nix
Created June 11, 2012 16:36
Opera next override
# ~/.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";