[arch-general] Fwd: Re: pacman/libalpm/libfetch do not honor TMPDIR

2011-11-30 Thread Ross Hamblin
Original Message Subject: Re: [arch-general] pacman/libalpm/libfetch do not honor TMPDIR Date: Thu, 01 Dec 2011 08:35:37 +1300 From: Ross Hamblin Reply-To: rossc...@gmail.com To: General Discussion about Arch Linux On 01/12/11 07:49, "Jérôme M. Berger" wrote: > Leonid Isaev w

Re: [arch-general] pacman/libalpm/libfetch do not honor TMPDIR

2011-11-30 Thread Ross Hamblin
On 01/12/11 07:49, "Jérôme M. Berger" wrote: > Leonid Isaev wrote: >> Hibernating is a purely windows concept, doing it on a linux machine is >> basically looking for trouble, especially because hibernation gives no >> benefits >> over shutting down. > > I never reboot my laptop unless I j

Re: [arch-general] pacman/libalpm/libfetch do not honor TMPDIR

2011-11-30 Thread Jérôme M. Berger
Leonid Isaev wrote: > On Tue, 29 Nov 2011 19:50:46 +0100 > "Jérôme M. Berger" wrote: >> And if your machine only boots very rarely (because it runs >> continuously or because you hibernate it instead of rebooting) then >> your "temporary" folder is never cleaned up. The solution that makes >>

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Leonid Isaev
On Wed, 30 Nov 2011 21:13:56 +1100 Simon Perry wrote: > On 30/11/11, Ionut Biru wrote: > > | have you tried pacman -Syu ? > > Twice a day normally... > You need gdbm 1.10 from core. -- Leonid Isaev GnuPG key ID: 164B5A6D Key fingerprint: C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Kevin Chadwick
On Wed, 30 Nov 2011 14:43:49 + Mauro Santos wrote: > I would have done 'pacman -Syyu' I had to do that the first time after installing from the arch cd. I forget the reason though now, Sorry.

[arch-general] Re: libgdbm.so.4 breakage?

2011-11-30 Thread Nicolas Sebrecht
The 30/11/11, Thomas Bächler wrote: > Am 30.11.2011 15:43, schrieb Mauro Santos: > >> % rm /var/lib/pacman/sync/core.db > >> % pacman -Syu > >> > >> Not sure why or how, but something was preventing core.db from syncing. > >> > > > > Not sure that is the best approach, I would have done 'pacman -S

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Thomas Bächler wrote: | Indeed, -Syy is the right way to deal with this. TIL: -Syyu I was about to pull everybody up on "IT'S NOT IN THE DAMN MAN PAGE"... But it is: > Passing two --refresh or -y flags will force a refresh of all package > lists even if they appear to be up to dat

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Thomas Bächler
Am 30.11.2011 15:43, schrieb Mauro Santos: >> % rm /var/lib/pacman/sync/core.db >> % pacman -Syu >> >> Not sure why or how, but something was preventing core.db from syncing. >> > > Not sure that is the best approach, I would have done 'pacman -Syyu'. I > guess the devs or someone that knows bette

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Mauro Santos
On 30-11-2011 14:11, Simon Perry wrote: > On 01/12/11, Simon Perry wrote: > > | % sudo pacman -Syu > | :: Synchronizing package databases... > | core is up to date > | extra is up to date > | community 906.8K 154.2K/s 00:00:06 [] 100% > | multili

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Mauro Santos
On 30-11-2011 13:33, Simon Perry wrote: > On 30/11/11, Simon Perry wrote: > > | | do it again. > | | > | | gdbm 1.10 is in core. > | > | This must have only just gone to core, I upgraded to the 3.1.3 kernel this > | morning... > | > | The Aussie AARNet mirror is always pretty up-to-date. > | >

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Thomas Bächler wrote: | Please show the output of 'pacman -Qi gdbm' and 'pacman -Si gdbm'. All good now, once I rm'ed that core.db file. % pacman -Qi gdbm Name : gdbm Version: 1.10-1 URL: http://www.gnu.org/software/gdbm/gdbm.html

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Thomas Bächler
Am 30.11.2011 15:11, schrieb Simon Perry: > On 01/12/11, Simon Perry wrote: > > | % sudo pacman -Syu > | :: Synchronizing package databases... > | core is up to date > | extra is up to date > | community 906.8K 154.2K/s 00:00:06 [] 100% > | multi

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 01/12/11, Simon Perry wrote: | % sudo pacman -Syu | :: Synchronizing package databases... | core is up to date | extra is up to date | community 906.8K 154.2K/s 00:00:06 [] 100% | multilib is up to date | :: Starting full system upgrade... |

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Cédric Girard wrote: | I'm using http://mir.archlinux.fr and gdbm has been updated when I did Syu | a few hours ago. Also, after changing my mirror to mir.archlinux.fr: % sudo pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date c

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Cédric Girard wrote: | Strange, the file is there, at least on mirrors.us.kernel.org. | | I'm using http://mir.archlinux.fr and gdbm has been updated when I did Syu | a few hours ago. | | -- | Cédric Girard You are correct, the package is on the mirror: gdbm-1.10-1-x86_64.pkg.tar

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Cédric Girard
On Wed, Nov 30, 2011 at 2:33 PM, Simon Perry wrote: > On 30/11/11, Simon Perry wrote: > > | | do it again. > | | > | | gdbm 1.10 is in core. > | > | This must have only just gone to core, I upgraded to the 3.1.3 kernel > this > | morning... > | > | The Aussie AARNet mirror is always pretty up-to-d

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Simon Perry wrote: | | do it again. | | | | gdbm 1.10 is in core. | | This must have only just gone to core, I upgraded to the 3.1.3 kernel this | morning... | | The Aussie AARNet mirror is always pretty up-to-date. | | I'll wait for it to come through to the mirror. | | Cheers.

Re: [arch-general] wireless regulatory crda

2011-11-30 Thread scrat
On 11/30/2011 01:43 AM, C Anthony Risinger wrote: On Tue, Nov 29, 2011 at 7:34 PM, scrat wrote: On 11/29/2011 08:21 PM, Karol Babioch wrote: Hi, Am 30.11.2011 02:08, schrieb scrat: How does one set this crda thing up so it does not slay the wireless connection? Try something like "iw reg se

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Ionut Biru wrote: | do it again. | | gdbm 1.10 is in core. This must have only just gone to core, I upgraded to the 3.1.3 kernel this morning... The Aussie AARNet mirror is always pretty up-to-date. I'll wait for it to come through to the mirror. Cheers. -- Simon Perry (aka Pez

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Ionut Biru
On 11/30/2011 12:13 PM, Simon Perry wrote: > On 30/11/11, Ionut Biru wrote: > > | have you tried pacman -Syu ? > > Twice a day normally... > do it again. gdbm 1.10 is in core. -- Ionuț signature.asc Description: OpenPGP digital signature

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
On 30/11/11, Ionut Biru wrote: | have you tried pacman -Syu ? Twice a day normally... -- Simon Perry (aka Pezz)

Re: [arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Ionut Biru
On 11/30/2011 12:09 PM, Simon Perry wrote: > Hi all, > > I was about to lodge a bug regarding this, but now I'm not sure if it's > something my system is doing or... > > Anyway, tonight I needed to RDP to a work box, and both Remmina and > Vinagre both failed to run: > > % remmina > remmina: err

[arch-general] libgdbm.so.4 breakage?

2011-11-30 Thread Simon Perry
Hi all, I was about to lodge a bug regarding this, but now I'm not sure if it's something my system is doing or... Anyway, tonight I needed to RDP to a work box, and both Remmina and Vinagre both failed to run: % remmina remmina: error while loading shared libraries: libgdbm.so.4: cannot open sh

Re: [arch-general] Keyboard autorepeat disabled

2011-11-30 Thread Guillermo Leira
Hello! > -Mensaje original- > De: arch-general-boun...@archlinux.org [mailto:arch-general- > boun...@archlinux.org] En nombre de Taylor Hedberg > Enviado el: viernes, 14 de octubre de 2011 18:23 > Para: arch-general@archlinux.org > Asunto: Re: [arch-general] Keyboard Autorepeat > > Rogutė