Re: [arch-general] Invalid signatures

2012-11-06 Thread Leonid Isaev
On Tue, 06 Nov 2012 20:33:20 +0100 Thomas Bächler wrote: > Am 06.11.2012 20:11, schrieb Leonid Isaev: > > A bit OT, but anyway... Are there any plans for actually storing *.sig > > files in the cache alongside the packages? This costs a tiny amount of > > space, but IMHO will make verification (e

Re: [arch-general] Invalid signatures

2012-11-06 Thread Dave Reisner
On Tue, Nov 06, 2012 at 01:11:38PM -0600, Leonid Isaev wrote: > On Tue, 6 Nov 2012 14:02:23 -0500 > Dave Reisner wrote: > > > On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote: > > > Saw these errors from pacman today, which are preventing me from > > > upgrading some packages: >

Re: [arch-general] Invalid signatures

2012-11-06 Thread Thomas Bächler
Am 06.11.2012 20:11, schrieb Leonid Isaev: > A bit OT, but anyway... Are there any plans for actually storing *.sig files > in the cache alongside the packages? This costs a tiny amount of space, but > IMHO will make verification (especially of old packages) much easier. pacman does not download t

Re: [arch-general] Invalid signatures

2012-11-06 Thread Karol Blazewicz
On Tue, Nov 6, 2012 at 7:50 PM, David Rosenstrauch wrote: > Saw these errors from pacman today, which are preventing me from upgrading > some packages: > > error: directfb: signature from "Eric Belanger " is > invalid > error: xmms2: signature from "Sergej Pupykin " is invalid > error: failed to c

Re: [arch-general] Invalid signatures

2012-11-06 Thread Leonid Isaev
On Tue, 6 Nov 2012 14:02:23 -0500 Dave Reisner wrote: > On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote: > > Saw these errors from pacman today, which are preventing me from > > upgrading some packages: > > > > error: directfb: signature from "Eric Belanger " > > is invalid >

Re: [arch-general] Invalid signatures

2012-11-06 Thread Dave Reisner
On Tue, Nov 06, 2012 at 01:50:01PM -0500, David Rosenstrauch wrote: > Saw these errors from pacman today, which are preventing me from > upgrading some packages: > > error: directfb: signature from "Eric Belanger " > is invalid > error: xmms2: signature from "Sergej Pupykin " is invalid > error: f

[arch-general] Invalid signatures

2012-11-06 Thread David Rosenstrauch
Saw these errors from pacman today, which are preventing me from upgrading some packages: error: directfb: signature from "Eric Belanger " is invalid error: xmms2: signature from "Sergej Pupykin " is invalid error: failed to commit transaction (invalid or corrupted package (PGP signature))

[arch-general] Qingy on systemd

2012-11-06 Thread David Rosenstrauch
I recently switched over to systemd, and am trying to get my system set up the way I like under there. I'm trying to set up qingy on systemd right now, but it doesn't seem to be working properly. I followed the instructions here: https://wiki.archlinux.org/index.php/Qingy#Systemd ... and tri

Re: [arch-general] gstreamer vs gstreamer0.10

2012-11-06 Thread Jan Steffens
1.0 has a slightly different API, is missing some plugins and has gained others. Otherwise they're pretty much equivalent. If building packages, build against GStreamer 1.0, if possible. 0.10 is deprecated. On Mon, Nov 5, 2012 at 8:10 PM, DG wrote: > Quick question on the 2 gstreamer packages cur

Re: [arch-general] Forking daemons and systemd

2012-11-06 Thread Thomas Bächler
Am 06.11.2012 02:22, schrieb ianux: > Is it safe to assume that if a daemon is meant to be run in > foreground (i.e default behaviour, without options) , it is safe to run > it this way in the corresponding service file ? I'd say yes. In practice, you should just try it, and if any bugs appear see

Re: [arch-general] Systemd and inactive sessions

2012-11-06 Thread Thomas Bächler
Am 05.11.2012 22:43, schrieb Leonid Isaev: >> Important caveat to that setting: >> >> "Note that setting KillUserProcesses=1 will break tools like screen(1)" >> >> DR >> > > Yes, I learnt that the hard way :) So it's a useful setting for a laptop, but > obviously not for a server... I was hoping

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread Todd Carnes
On Sun, 4 Nov 2012 18:58:09 + "P .NIKOLIC" wrote: > Hi . > > Just purchased several SanDisk 4Gb Cruzer Blade USB flash drives but > can not access any of them . the only error report i can find just > says > An error occurred while accessing `3.7GiB Removable Media`, the system > responde

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread Tom Rand
On Mon, Nov 05, 2012 at 07:00:43PM +, P .NIKOLIC wrote: > On Mon, 5 Nov 2012 17:18:48 +0200 > Tom Rand wrote: > > > My son-in-law recently purchased 2 of these & he could not access > > them on PS3 or my arch desktop. > > It turned out they were formatted as EXFAT, he re-formatted as NTFS & >

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread P .NIKOLIC
On Mon, 5 Nov 2012 15:03:52 -0500 Dave Reisner wrote: > On Mon, Nov 05, 2012 at 08:22:33PM +0100, coderkun wrote: > > Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > > > How do i check to see if it is systemd or not > > > > $ printf "%d" `systemd-notify --booted` > > systemd-notify

Re: [arch-general] USB Flash drive problems (SOLVED)

2012-11-06 Thread P .NIKOLIC
On Mon, 5 Nov 2012 19:00:43 + "P .NIKOLIC" wrote: > On Mon, 5 Nov 2012 17:18:48 +0200 > Tom Rand wrote: > > > My son-in-law recently purchased 2 of these & he could not access > > them on PS3 or my arch desktop. > > It turned out they were formatted as EXFAT, he re-formatted as NTFS > > & a

Re: [arch-general] resume do not work after self suspend in gnome 3.6

2012-11-06 Thread Mathieu R.
> > > Hi Mathieu, what's your video card? $ lspci | grep -i vga will do it. 0:41 mathieu@kubrick ~ % lspci | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) > Also: > 1. do you have installed

Re: [arch-general] Forking daemons and systemd

2012-11-06 Thread ianux
Le 05/11/12, Dave Reisner a écrit : > On Mon, Nov 05, 2012 at 10:01:11AM -0600, Leonid Isaev wrote: > > Hi, > > > > I was wondering whether there is a guideline regarding using > > Type=forking daemons in systemd units. For instance, if a daemon > > supports a cmdline switch to run in foreg

[arch-general] gstreamer vs gstreamer0.10

2012-11-06 Thread DG
Quick question on the 2 gstreamer packages currently in extra (gstreamer & gstreamer0.10) - is one "preferred" over the other? It looks like gstreamer is v1.0 and is used by gnome3, so is gstreamer0.10 being transitioned out? Do they provide the same functionality? Thanks, Danny G