< ^ txt
Tue Feb 17 08:14:38 EST 2015
Slept well.
Goals:
Work:
- Review invoices
Done.
- Revise budget spreadsheet
Nope.
Scott is in Flint, wiring Becky's office.
Home:
- Finish fixing hex maps.
Done.
- Finish reading Champer's _Mask_
Done.
CAMILLA: You, sir, should unmask.
STRANGER: Indeed?
CASSILDA: Indeed it's time. We all have laid aside disguise but you.
STRANGER: I wear no mask.
CAMILLA: (Terrified, aside to Cassilda.) No mask? No mask!
I thought, too, of the King in Yellow wrapped in the fantastic colours of his tattered mantle, and that bitter cry of Cassilda, "Not upon us, oh King, not upon us!" Feverishly I struggled to put it from me, but I saw the lake of Hali, thin and blank, without a ripple or wind to stir it, and I saw the towers of Carcosa behind the moon. Aldebaran, the Hyades, Alar, Hastur, glided through the cloud-rifts which fluttered and flapped as they passed like the scolloped tatters of the King in Yellow.
Question:
- What's the deal with sometimes finding X video hopelessly corrupted sometimes when I sit down at my work machine first thing in the morning (Debian Jessie)?
Didn't I look into this before?
From /var/log/syslog.1:
Feb 16 18:51:36 falstaff NetworkManager[792]: <info> sleep requested (sleeping: no enabled: yes)
Feb 16 18:51:36 falstaff NetworkManager[792]: <info> sleeping...
Feb 16 18:51:37 falstaff systemd-sleep[11281]: Suspending system...
Feb 16 18:51:37 falstaff kernel: [33579.146154] PM: Syncing filesystems ... done.
Feb 16 18:51:37 falstaff kernel: [33579.311966] PM: Preparing system for standby sleep
Feb 17 09:21:33 falstaff kernel: [33579.484925] Freezing user space processes ... (elapsed 0.001 seconds) done.
Feb 17 09:21:33 falstaff kernel: [33579.486472] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Feb 17 09:21:33 falstaff kernel: [33579.487554] PM: Entering standby sleep
Feb 17 09:21:33 falstaff kernel: [33579.487580] Suspending console(s) (use no_console_suspend to debug)
Feb 17 09:21:33 falstaff kernel: [33579.487840] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Feb 17 09:21:33 falstaff kernel: [33579.487904] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Feb 17 09:21:33 falstaff kernel: [33579.488091] sd 0:0:0:0: [sda] Stopping disk
Feb 17 09:21:33 falstaff kernel: [33579.511376] skge 0000:02:01.0 eth0: disabling interface
Feb 17 09:21:33 falstaff kernel: [33579.514384] br0: port 1(eth0) entered disabled state
Feb 17 09:21:33 falstaff kernel: [33579.541065] sd 1:0:0:0: [sdb] Stopping disk
Feb 17 09:21:33 falstaff kernel: [33579.735142] [drm:rv730_stop_dpm] *ERROR* Could not force DPM to low
Feb 17 09:21:33 falstaff kernel: [33580.361509] PM: suspend of devices complete after 872.873 msecs
Feb 17 09:21:33 falstaff kernel: [33580.362000] PM: late suspend of devices complete after 0.486 msecs
Feb 17 09:21:33 falstaff kernel: [33580.362560] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
Feb 17 09:21:33 falstaff kernel: [33580.362574] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
Feb 17 09:21:33 falstaff kernel: [33580.362618] pci 0000:00:1e.0: System wakeup enabled by ACPI
[... snip ...]
Feb 17 09:21:33 falstaff kernel: [85822.065471] skge 0000:02:01.0 eth0: Link is up at 1000 Mbps, full duplex, flow control both
Feb 17 09:21:33 falstaff kernel: [85822.065493] br0: port 1(eth0) entered forwarding state
Feb 17 09:21:33 falstaff kernel: [85822.065507] br0: port 1(eth0) entered forwarding state
Feb 17 09:21:33 falstaff kernel: [85829.910813] radeon 0000:01:00.0: ring 5 stalled for more than 10000msec
Feb 17 09:21:33 falstaff kernel: [85829.910816] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000004 last fence id 0x0000000000000002 on ring 5)
Feb 17 09:21:33 falstaff kernel: [85829.910819] [drm:uvd_v1_0_ib_test] *ERROR* radeon: fence wait failed (-35).
Feb 17 09:21:33 falstaff kernel: [85829.910822] [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on ring 5 (-35).
Feb 17 09:21:33 falstaff kernel: [85830.067114] [drm:rv770_dpm_set_power_state] *ERROR* rv770_set_sw_state failed
Feb 17 09:21:33 falstaff kernel: [85830.156172] PM: resume of devices complete after 10624.835 msecs
Feb 17 09:21:33 falstaff kernel: [85830.156636] PM: Finishing wakeup.
`man logind.conf` says:
IdleAction=
Configures the action to take when the system is idle. Takes one of
"ignore", "poweroff", "reboot", "halt", "kexec", "suspend",
"hibernate", "hybrid-sleep", and "lock". Defaults to "ignore"
`/etc/systemd/logind.conf` has all lines commented out. And it doesn't look like logind is running anyhow.
I guess it's my own lack of knowledge about systemd, but it's really frustrating that I can't even figure out what triggers sleep.
God damn it. This is my own stupid fault. When I switched to fvwm, I wrote a new ~/.xsession, which contains this:
tmux new-session -s xautolock -d '/usr/bin/xautolock -time 60 -locker "systemctl suspend"'
Commented out.
< ^ txt