[arch-general] Question concerning curl package

2012-01-27 Thread Oon-Ee Ng
I see that curl was updated in [core] (and probably through [testing] first?) to 7.24.0 With this update, my AUR package (don't jump me yet, please) rainlendar-beta-unstable, when run, gives me the following error message:- rainlendar: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found

Re: [arch-general] Upgrade of bluez breaks A2DP?

2012-01-27 Thread Karol Babioch
Hi, things got sorted out ;). As said they changed the way the bluetooth subsystem talks to PulseAudio (using D-Bus instead of sockets). However they forgotten to change some of the code. There is a fix, which can be found under [1], which works just fine. This should be included into the next

[arch-general] iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Ralf Mardorf
Hi :) I won a MC770FD/A iPad 2 Wi-Fi 32GB Black. I'm uncertain if I should retain or sell it. The iPad was delivered today and I still didn't configure it. I don't need all those consumer toys and I don't like proprietary software, especially I don't like Apple regarding to the company's policy.

Re: [arch-general] iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Jelle van der Waa
On Jan 27, 2012 2:53 PM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: Hi :) I won a MC770FD/A iPad 2 Wi-Fi 32GB Black. I'm uncertain if I should retain or sell it. The iPad was delivered today and I still didn't configure it. I don't need all those consumer toys and I don't like

Re: [arch-general] Upgrade of bluez breaks A2DP?

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 10:28 AM, Karol Babioch ka...@babioch.de wrote: Hi, things got sorted out ;). As said they changed the way the bluetooth subsystem talks to PulseAudio (using D-Bus instead of sockets). However they forgotten to change some of the code. There is a fix, which can be

Re: [arch-general] Upgrade of bluez breaks A2DP?

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 12:00 PM, Denis A. Altoé Falqueto denisfalqu...@gmail.com wrote: Thanks for your replies, which reinforced my conception of this being a bug in the first place ;). And now just to confirm the fix works beautifully. Thanks again. -- A: Because it obfuscates the reading.

Re: [arch-general] [arch-dev-public] KDE 4.8.0 hits [testing]

2012-01-27 Thread Timothée Ravier
Le 26/01/2012 08:24, Andrea Scarpino a écrit : Hi all, overnight the mirrors synced the latest stable release of KDE. I had no many time to work on it, so I pushed it in [testing] just to be sure everything's ok. As I can't send to arch-dev-public, I'm sending this here: This release seems

Re: [arch-general] iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 14:57 +0100, Jelle van der Waa wrote: On Jan 27, 2012 2:53 PM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: Hi :) I won a MC770FD/A iPad 2 Wi-Fi 32GB Black. I'm uncertain if I should retain or sell it. [snip] I would rather buy an e reader for reading . Most of

[arch-general] bashrc path not being enforced

2012-01-27 Thread gt
Hello list Earlier I had appended my personal bin directory to /etc/profile's PATH, and it worked perfectly. Now, i am trying to add PATH to my user's .bashrc, but it doesn't come into effect. Though adding it to .bash_profile works. I am using urxvt and have set it to start as a login shell.

Re: [arch-general] bashrc path not being enforced

2012-01-27 Thread Thomas Bächler
Am 27.01.2012 15:20, schrieb gt: Hello list Earlier I had appended my personal bin directory to /etc/profile's PATH, and it worked perfectly. Now, i am trying to add PATH to my user's .bashrc, but it doesn't come into effect. Though adding it to .bash_profile works. I am using urxvt and

[arch-general] PKGBUILD help

2012-01-27 Thread Peter G Nikolic
Hi .. I am trying to install my favorite editor joe now i have the PKGBUILD file have run makepkg it has built ok no erors but how the heck do i install it says installed but it has not it has just created the directorys in the build dir but not actually installed it on the system .

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Thanasis Georgiou
On 27 January 2012 17:40, Peter G Nikolic p.nikol...@btinternet.com wrote: Hi .. I am trying to install my favorite editor   joe   now i have the PKGBUILD file  have  run makepkg it has built ok no erors but how the heck do i install  it says installed but it has not it has just created the

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Tim Stella
Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well. Tim On 01/27/12 at 03:40pm, Peter G Nikolic wrote: Hi .. I am trying to install my favorite editor joe now i

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Taylor Hedberg
Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package. pgpOGh6Oqpbiw.pgp Description: PGP signature

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 1:50 PM, Tim Stella denst...@gmail.com wrote: Seems to me like you'd like an aur tool like 'yaourt' -- then it'd be as simple as 'yaourt -S joe'. Their homepage has installation instructions you can copy and paste as well. I should say that a AUR tool is only useful

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Peter G Nikolic
On Friday 27 Jan 2012 17:47:26 Thanasis Georgiou wrote: On 27 January 2012 17:40, Peter G Nikolic p.nikol...@btinternet.com wrote: Hi .. I am trying to install my favorite editor joe now i have the PKGBUILD file have run makepkg it has built ok no erors but how the heck do i

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Denis A . Altoé Falqueto
On Fri, Jan 27, 2012 at 2:23 PM, Peter G Nikolic p.nikol...@btinternet.com wrote: Or run makepkg -i (or makepkg -si which will install dependencies too). I am pretty sure the wiki explains PKGBUILDs pretty good, take a look :) Did but could not find much   never mind   solved now thanks now

Re: [arch-general] [arch-dev-public] KDE 4.8.0 hits [testing]

2012-01-27 Thread Genes MailLists
On 01/27/2012 09:21 AM, Timothée Ravier wrote: Le 26/01/2012 08:24, Andrea Scarpino a écrit : Hi all, overnight the mirrors synced the latest stable release of KDE. I had no many time to work on it, so I pushed it in [testing] just to be sure everything's ok. As I can't send to

[arch-general] OT: iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 13:22 -0200, Denis A. Altoé Falqueto wrote: On Fri, Jan 27, 2012 at 1:13 PM, Rogutės Sparnuotos rogu...@googlemail.com wrote: Or am I the only one wondering why list is turning into a forum? Pretty much... I thought the words General Discussion in the list subject

Re: [arch-general] iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 17:13 +0200, Rogutės Sparnuotos wrote: Wifi is better suited for internet connectivity (and Linux might have problems with bluetooth in this regard). For wireless devices, look at this list: http://linuxwireless.org/en/users/Devices/USB A device supporting hardware access

Re: [arch-general] bashrc path not being enforced

2012-01-27 Thread gt
On Fri, Jan 27, 2012 at 03:42:17PM +0100, Thomas Bächler wrote: Am 27.01.2012 15:20, schrieb gt: Earlier I had appended my personal bin directory to /etc/profile's PATH, and it worked perfectly. Now, i am trying to add PATH to my user's .bashrc, but it doesn't come into effect. Though

Re: [arch-general] PKGBUILD help

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 10:47 -0500, Taylor Hedberg wrote: Either use `makepkg -i` to install automatically after building, or `pacman -U foo.pkg.tar.xz` to manually install the built package. FWIW makepkg -i requires sudo. I don't set up sudo for my user. IMO there are good wikis about building

Re: [arch-general] Kernel 3.2.1 woes

2012-01-27 Thread Chris Cooper
Have you figured this out? I have an issue that is similar, that may be related. When using an external display, my laptop screen is no longer usable since upgrading to 3.2.x from 3.1.x. I've tried using xrandr to turn it on with no luck, the mouse will go off the screen as if it is moved over to

[arch-general] New PC and data copying -- am I doing this right?

2012-01-27 Thread Kwpolska
I bought a new PC. I'm going to get it a bit later, I need a plan for data movement. I created this, can someone please tell me if it's okay, and, if it's not, what should I change? 01. Remove the OLDPC drivers from Arch on OLDHDD. 02. Connect the NEWHDD to the OLDPC. 03. Create the appropriate

Re: [arch-general] [arch-dev-public] KDE 4.8.0 hits [testing]

2012-01-27 Thread Tom Gundersen
Hi Gene, On Fri, Jan 27, 2012 at 5:32 PM, Genes MailLists li...@sapience.com wrote:  First off, New arch user here (was with redhat/fedora since about RH3 or so) - decided to move in this direction ... so far am liking it a lot. Welcome!   (2) One smallish potential problem zone on laptop is

Re: [arch-general] OT: iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread C Anthony Risinger
On Fri, Jan 27, 2012 at 10:42 AM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: On Fri, 2012-01-27 at 13:22 -0200, Denis A. Altoé Falqueto wrote: On Fri, Jan 27, 2012 at 1:13 PM, Rogutės Sparnuotos rogu...@googlemail.com wrote: Or am I the only one wondering why list is turning into a forum?

Re: [arch-general] [arch-dev-public] KDE 4.8.0 hits [testing]

2012-01-27 Thread Genes MailLists
On 01/27/2012 01:40 PM, Tom Gundersen wrote: Welcome! Thank you! (2) One smallish potential problem zone on laptop is the new power applet - profiles are gone and it is no longer possible to choose a 'powersave' vs 'performance' via a toggle. This seems to be working as intended

Re: [arch-general] New PC and data copying -- am I doing this right?

2012-01-27 Thread Thanasis Georgiou
On 27 January 2012 20:37, Kwpolska kwpol...@gmail.com wrote: I bought a new PC.  I'm going to get it a bit later, I need a plan for data movement.  I created this, can someone please tell me if it's okay, and, if it's not, what should I change? 01. Remove the OLDPC drivers from Arch on

Re: [arch-general] OT: iPad - FLOSS on the iPad - data transfer between an Arch PC and an iPad

2012-01-27 Thread Chris Sakalis
On Fri, Jan 27, 2012 at 8:54 PM, C Anthony Risinger anth...@xtfx.me wrote: i think static arises because this list, or any other list by definition and without condition, spams hundreds[++] of people.  the title is casually referenced as General Discussion, but the often omitted qualifier is

Re: [arch-general] New PC and data copying -- am I doing this right?

2012-01-27 Thread Ralf Mardorf
On Fri, 2012-01-27 at 20:59 +0200, Thanasis Georgiou wrote: On 27 January 2012 20:37, Kwpolska kwpol...@gmail.com wrote: I bought a new PC. I'm going to get it a bit later, I need a plan for data movement. I created this, can someone please tell me if it's okay, and, if it's not, what

Re: [arch-general] New PC and data copying -- am I doing this right?

2012-01-27 Thread C Anthony Risinger
On Fri, Jan 27, 2012 at 12:59 PM, Thanasis Georgiou sakisd...@gmail.com wrote: On 27 January 2012 20:37, Kwpolska kwpol...@gmail.com wrote: I bought a new PC.  I'm going to get it a bit later, I need a plan for data movement.  I created this, can someone please tell me if it's okay, and, if

[arch-general] change in mount behaviour?

2012-01-27 Thread G. Schlisio
Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since some days, this folder disappeared, even if created again. is there any change in filesystems, kernel or whatsoever changing behavior there, is it intended (if so, why?) or a bug? every

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread G. Schlisio
Am 28.01.2012 00:26, schrieb G. Schlisio: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since some days, this folder disappeared, even if created again. is there any change in filesystems, kernel or whatsoever changing behavior there, is

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread Leonid Isaev
On Sat, 28 Jan 2012 00:26:38 +0100 G. Schlisio g.schli...@gmx.de wrote: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since some days, this folder disappeared, even if created again. is there any change in filesystems, kernel or

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread G. Schlisio
Am 28.01.2012 00:46, schrieb Leonid Isaev: On Sat, 28 Jan 2012 00:26:38 +0100 G. Schlisiog.schli...@gmx.de wrote: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since some days, this folder disappeared, even if created again. is there any

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread Tom Gundersen
On Sat, Jan 28, 2012 at 12:35 AM, G. Schlisio g.schli...@gmx.de wrote: Am 28.01.2012 00:26, schrieb G. Schlisio: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since some days, this folder disappeared, even if created again. is there any

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread Fons Adriaensen
On Sat, Jan 28, 2012 at 12:50:09AM +0100, Tom Gundersen wrote: On Sat, Jan 28, 2012 at 12:35 AM, G. Schlisio g.schli...@gmx.de wrote: Am 28.01.2012 00:26, schrieb G. Schlisio: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was needed. since

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread Leonid Isaev
On Sat, 28 Jan 2012 00:49:03 +0100 G. Schlisio g.schli...@gmx.de wrote: Am 28.01.2012 00:46, schrieb Leonid Isaev: On Sat, 28 Jan 2012 00:26:38 +0100 G. Schlisiog.schli...@gmx.de wrote: Hi all, i used to keep a folder in /media to serve as mountpoint if some manual mountis was

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread G. Schlisio
Am 28.01.2012 01:02, schrieb Leonid Isaev: On Sat, 28 Jan 2012 00:49:03 +0100 G. Schlisiog.schli...@gmx.de wrote: Am 28.01.2012 00:46, schrieb Leonid Isaev: On Sat, 28 Jan 2012 00:26:38 +0100 G. Schlisiog.schli...@gmx.de wrote: Hi all, i used to keep a folder in /media to serve as

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread C Anthony Risinger
On Fri, Jan 27, 2012 at 5:56 PM, Fons Adriaensen f...@linuxaudio.org wrote: Wouldn't most users associate /media with cd, dvd etc. ? Seems like on odd name for what systemd uses it for. for as long as i remember anyway, the DE will often mount stuff there automatically, ergo it's not safe to

[arch-general] [AUDIO] Terrasoniq phase X64 - ice1712 - configuration

2012-01-27 Thread Lars Madson
Hi Archers, I just received that external sound card, Terrasoniq Phase X64. It seems to be supported in the kernel using module ice1712. I've been reading about how to make it work in the last days. the closer I've been to see it was by listing some stuff (sorry for imprecision I forgot how

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread Heiko Baums
Am Fri, 27 Jan 2012 19:41:54 -0600 schrieb C Anthony Risinger anth...@xtfx.me: On Fri, Jan 27, 2012 at 5:56 PM, Fons Adriaensen f...@linuxaudio.org wrote: Wouldn't most users associate /media with cd, dvd etc. ? Seems like on odd name for what systemd uses it for. for as long as i

Re: [arch-general] change in mount behaviour?

2012-01-27 Thread C Anthony Risinger
On Fri, Jan 27, 2012 at 8:39 PM, Heiko Baums li...@baums-on-web.de wrote: Am Fri, 27 Jan 2012 19:41:54 -0600 schrieb C Anthony Risinger anth...@xtfx.me: On Fri, Jan 27, 2012 at 5:56 PM, Fons Adriaensen f...@linuxaudio.org wrote: Wouldn't most users associate /media with cd, dvd etc. ?

Re: [arch-general] New PC and data copying -- am I doing this right?

2012-01-27 Thread atilla ontas
2012/1/27 C Anthony Risinger anth...@xtfx.me: On Fri, Jan 27, 2012 at 12:59 PM, Thanasis Georgiou sakisd...@gmail.com wrote: On 27 January 2012 20:37, Kwpolska kwpol...@gmail.com wrote: I bought a new PC.  I'm going to get it a bit later, I need a plan for data movement.  I created this, can