Skip to content

Instantly share code, notes, and snippets.

[self@anvl pacman-watch]$ sudo pacman -U /var/cache/pacman/pkg/libpng-1.6.14-1-armv7h.pkg.tar.xz
loading packages...
warning: downgrading package libpng (1.6.15-1 => 1.6.14-1)
resolving dependencies...
looking for inter-conflicts...
Packages (1): libpng-1.6.14-1
Total Installed Size: 0.54 MiB
Net Upgrade Size: 0.00 MiB
get chat history
/yum/chat_history
- eventid
post to chatroom and also send push notifications to everyone in the group with the chat message
/yum/chat_message
- eventid
psql (9.3.5, server 8.0.2)
SSL connection (cipher: ECDHE-RSA-AES256-SHA, bits: 256)
Type "help" for help.
db=# drop schema if exists s_sales;
ERROR: syntax error at or near "exists"
LINE 1: drop schema if exists s_sales;
^
according to http://docs.aws.amazon.com/redshift/latest/dg/r_DROP_SCHEMA.html it should be supported.
Oct 16 05:29:34 anvl systemd[1767]: Time has been changed
-- Subject: Time change
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- The system clock has been changed to REALTIME microseconds after January 1st, 1970.
Oct 16 05:29:34 anvl systemd[1]: Time has been changed
-- Subject: Time change
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Oct 15 03:08:06 anvl sudo[1834]: self : TTY=pts/0 ; PWD=/home/self ; USER=root ; COMMAND=/usr/bin/systemctl suspend
Oct 15 03:08:06 anvl sudo[1834]: pam_unix(sudo:session): session opened for user root by self(uid=0)
Oct 15 03:08:06 anvl systemd[1]: Starting Sleep.
-- Subject: Unit sleep.target has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit sleep.target has begun starting up.
Oct 15 03:08:06 anvl systemd[1]: Reached target Sleep.
-- Subject: Unit sleep.target has finished start-up
[Oct 4 22:35] usb 1-1.2: new high-speed USB device number 30 using ehci-pci
[ +0.084348] usb 1-1.2: unable to get BOS descriptor
[ +3.057512] usb 1-1.2: USB disconnect, device number 30
[ +11.700393] usb 1-1.2: new high-speed USB device number 31 using ehci-pci
[ +0.079948] usb 1-1.2: device descriptor read/64, error -32
[ +0.170049] usb 1-1.2: device descriptor read/64, error -32
[ +0.169792] usb 1-1.2: new high-speed USB device number 32 using ehci-pci
[ +0.066729] usb 1-1.2: device descriptor read/64, error -32
[ +0.169911] usb 1-1.2: device descriptor read/64, error -32
[ +0.170074] usb 1-1.2: new high-speed USB device number 33 using ehci-pci
@thomasdziedzic
thomasdziedzic / gist:6505477
Created September 10, 2013 05:50
libspotify null deref on sp_session_create
0xb7f36b2f <+1302>: mov esi,0x5
0xb7f36b34 <+1307>: xor ebx,ebx
=> 0xb7f36b36 <+1309>: mov eax,DWORD PTR [ebx+0x1c0]
==> Starting package_ruby-gtk2()...
(cd ext/gtk2 && make install)
make[1]: Entering directory `/build/src/ruby-gtk2-1.2.1/gtk2/ext/gtk2'
/usr/bin/install -c -m 644 /build/src/ruby-gtk2-1.2.1/gtk2/ext/gtk2/rbgdk.h /build/pkg/ruby-gtk2//usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux
/usr/bin/install: cannot overwrite directory '/build/pkg/ruby-gtk2//usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux' with non-directory
make[1]: *** [install-headers] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/build/src/ruby-gtk2-1.2.1/gtk2/ext/gtk2'
make: *** [install] Error 2
==> ERROR: A failure occurred in package_ruby-gtk2().
<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns="http://soap.sforce.com/2006/04/metadata">
<classAccesses>
<apexClass>AccountConferenceButtonControllerExt</apexClass>
<enabled>false</enabled>
</classAccesses>
<classAccesses>
<apexClass>AccountConferenceButtonControllerExtTest</apexClass>
<enabled>false</enabled>
</classAccesses>
[22] pry(main)> work_items.all
=> [{"_id"=>BSON::ObjectId('50c015a96740747127000011'),
"who"=>"asdf",
"goal"=>"Looking for work",
"description"=>"asdf"},
{"_id"=>BSON::ObjectId('50c015c36740747127000012'),
"who"=>"asdf",
"goal"=>"Looking for work",
"description"=>"asdf"}]
[23] pry(main)> work_items.remove '_id' => '50c015a96740747127000011'