Re: [gentoo-user] sshfs - cannot unmount as normal user

2012-09-14 Thread Helmut Jarausch
On 09/13/2012 04:23:15 PM, Canek Peláez Valdés wrote: On Thu, Sep 13, 2012 at 6:37 AM, Helmut Jarausch wrote: > Hi, > > > Since a short time I have a critical problem with sshfs. > I cannot unmount it ! > > Doing, e.g., > > sshfs -o transform_symlinks -o Cipher="blowfish" numa-sv:/Save /numa-

[gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-14 Thread Alexandre Paz Mena
Hi, I'm trying to generate an ebuild for mldonkey-3.1.3 from version 3.1.0 in a "x86_64" machine. To manually compile de project I have to export LDFLAGS="-png15" before running ./configure the problem is that I don't know how to export it inside the ebuild, I've tried with "append-ldflags -lpng1

Re: [gentoo-user] new machine : mouse trouble : solved by accident

2012-09-14 Thread Michael Mol
On Fri, Sep 14, 2012 at 12:24 AM, Walter Dnes wrote: > On Thu, Sep 13, 2012 at 10:06:01PM -0400, Philip Webb wrote > > > The effect is quite bizarre & it was the gods who saved me : > > if I hadn't happened to plug the mouse into the neighbouring port, > > I could have spent days struggling to fi

Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-14 Thread Michael Orlitzky
On 09/14/2012 04:58 AM, Alexandre Paz Mena wrote: > Hi, I'm trying to generate an ebuild for mldonkey-3.1.3 from version > 3.1.0 in a "x86_64" machine. > > To manually compile de project I have to export LDFLAGS="-png15" before > running ./configure > > the problem is that I don't know how to exp

Re: [gentoo-user] new machine : mouse trouble : solved by accident

2012-09-14 Thread Paul Hartman
On Fri, Sep 14, 2012 at 6:21 AM, Michael Mol wrote: > On Fri, Sep 14, 2012 at 12:24 AM, Walter Dnes wrote: >> >> On Thu, Sep 13, 2012 at 10:06:01PM -0400, Philip Webb wrote >> >> > The effect is quite bizarre & it was the gods who saved me : >> > if I hadn't happened to plug the mouse into the ne

Re: [gentoo-user] new machine : mouse trouble : solved by accident

2012-09-14 Thread Volker Armin Hemmann
Am Freitag, 14. September 2012, 07:21:17 schrieb Michael Mol: > On Fri, Sep 14, 2012 at 12:24 AM, Walter Dnes wrote: > > On Thu, Sep 13, 2012 at 10:06:01PM -0400, Philip Webb wrote > > > > > The effect is quite bizarre & it was the gods who saved me : > > > if I hadn't happened to plug the mouse

Re: [gentoo-user] new machine : mouse trouble : solved by accident

2012-09-14 Thread Michael Mol
On Fri, Sep 14, 2012 at 10:22 AM, Paul Hartman wrote: > On Fri, Sep 14, 2012 at 6:21 AM, Michael Mol wrote: >> On Fri, Sep 14, 2012 at 12:24 AM, Walter Dnes wrote: >>> >>> On Thu, Sep 13, 2012 at 10:06:01PM -0400, Philip Webb wrote >>> >>> > The effect is quite bizarre & it was the gods who save

[gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Mick
I got this message in elog: * Messages for package dev-util/valgrind-3.7.0-r4: * Valgrind will not work if glibc does not have debug symbols. * To fix this you can add splitdebug to FEATURES in make.conf * and remerge glibc. See: * https://bugs.gentoo.org/show_bug.cgi?id=214065 * https://bu

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Paul Hartman
On Fri, Sep 14, 2012 at 2:48 PM, Mick wrote: > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc. See: > *

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Ellen Taylor
Mick writes: > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc. See: > * https://bugs.gentoo.org/show_bu

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Mariusz Ceier
No, it's not a typo - you have to add splitdebug to FEATURES variable in /etc/make.conf (or /etc/portage/make.conf). Splitdebug is not a USE flag. On 14 September 2012 21:48, Mick wrote: > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Sascha Cunz
Am Freitag, 14. September 2012, 20:48:23 schrieb Mick: > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc.

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread covici
Mick wrote: > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc. See: > * https://bugs.gentoo.org/show_b

Re: [gentoo-user] dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Marc Joliet
Am Fri, 14 Sep 2012 20:48:23 +0100 schrieb Mick : > I got this message in elog: > > * Messages for package dev-util/valgrind-3.7.0-r4: > > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc. See

[gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Nikos Chantziaras
On 14/09/12 22:48, Mick wrote: I got this message in elog: * Messages for package dev-util/valgrind-3.7.0-r4: * Valgrind will not work if glibc does not have debug symbols. * To fix this you can add splitdebug to FEATURES in make.conf * and remerge glibc. See: * https://bugs.gentoo.org

Re: [gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Michael Mol
On Fri, Sep 14, 2012 at 4:19 PM, Nikos Chantziaras wrote: > On 14/09/12 22:48, Mick wrote: >> >> I got this message in elog: >> >> * Messages for package dev-util/valgrind-3.7.0-r4: >> >> * Valgrind will not work if glibc does not have debug symbols. >> * To fix this you can add splitdebug to

Re: [gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Mick
On Friday 14 Sep 2012 21:44:43 Michael Mol wrote: > On Fri, Sep 14, 2012 at 4:19 PM, Nikos Chantziaras wrote: > > On 14/09/12 22:48, Mick wrote: > >> I got this message in elog: > >> > >> * Messages for package dev-util/valgrind-3.7.0-r4: > >> * Valgrind will not work if glibc does not have deb

[gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Nikos Chantziaras
On 14/09/12 23:44, Michael Mol wrote: On Fri, Sep 14, 2012 at 4:19 PM, Nikos Chantziaras wrote: On 14/09/12 22:48, Mick wrote: I got this message in elog: * Messages for package dev-util/valgrind-3.7.0-r4: * Valgrind will not work if glibc does not have debug symbols. * To fix this yo

[gentoo-user] How do I determine the processor type?

2012-09-14 Thread felix
I have a shiny new System76 laptop with a "3rd Generation Intel Core i7-3720QM Processor (2.60GHz 6MB L3 Cache - 4 Cores plus Hyperthreading)". It comes with Ubuntu, so naturally my first move was to split the Ubuntu partition in half and install gentoo. I will say no more about my first exper

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread Kerin Millar
fe...@crowfix.com wrote: I have a shiny new System76 laptop with a "3rd Generation Intel Core i7-3720QM Processor (2.60GHz 6MB L3 Cache - 4 Cores plus Hyperthreading)". It comes with Ubuntu, so naturally my first move was to split the Ubuntu partition in half and install gentoo. I will say no

Re: [gentoo-user] Re: dev-util/valgrind-3.7.0-r4 and glibc

2012-09-14 Thread Alex Schuster
Nikos Chantziaras writes: > What the other posters said, except that you shouldn't add "splitdebug" > in your make.conf. If you do that, it will affect all packages. > > What you do instead is put this text into > /etc/portage/env/sys-libs/glibc (yes, it must be a text file, not a > directory

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread felix
On Sat, Sep 15, 2012 at 12:45:51AM +0100, Kerin Millar wrote: > fe...@crowfix.com wrote: > > I have a shiny new System76 laptop with a "3rd Generation Intel Core > > i7-3720QM Processor (2.60GHz 6MB L3 Cache - 4 Cores plus Hyperthreading)". > > > > It comes with Ubuntu, so naturally my first move

Re: [gentoo-user] new machine : mouse trouble : finally explained

2012-09-14 Thread Philip Webb
120914 Volker Armin Hemmann wrote: > On Thu, Sep 13, 2012 at 10:06:01PM -0400, Philip Webb wrote >> Both Mageia -- installed from USB stick in a partition on the >> HDD -- & System Rescue show /dev/input/mouse0 after booting ; >> in the case of SR it does it before I enter the GUI via 'wizard'. >

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread Kerin Millar
fe...@crowfix.com wrote: On Sat, Sep 15, 2012 at 12:45:51AM +0100, Kerin Millar wrote: fe...@crowfix.com wrote: I have a shiny new System76 laptop with a "3rd Generation Intel Core i7-3720QM Processor (2.60GHz 6MB L3 Cache - 4 Cores plus Hyperthreading)". It comes with Ubuntu, so naturally my

[gentoo-user] new machine : a few small queries

2012-09-14 Thread Philip Webb
I've got my new machine basically habitable with a few small problems. (1) In Fluxbox, Gkrellm insists on starting on Desktop 1 ; on my existing machine with the same config files, it starts on Desktop 8 . There must be some setting somewhere which has got changed. (2) Luxi Mono is not coming out

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread felix
On Sat, Sep 15, 2012 at 01:26:41AM +0100, Kerin Millar wrote: > fe...@crowfix.com wrote: > > On Sat, Sep 15, 2012 at 12:45:51AM +0100, Kerin Millar wrote: > >> fe...@crowfix.com wrote: > >>> I have a shiny new System76 laptop with a "3rd Generation Intel Core > >>> i7-3720QM Processor (2.60GHz 6MB

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread Dale
fe...@crowfix.com wrote: > On Sat, Sep 15, 2012 at 01:26:41AM +0100, Kerin Millar wrote: >> fe...@crowfix.com wrote: >>> On Sat, Sep 15, 2012 at 12:45:51AM +0100, Kerin Millar wrote: fe...@crowfix.com wrote: > I have a shiny new System76 laptop with a "3rd Generation Intel Core > i7-3

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread felix
On Fri, Sep 14, 2012 at 09:42:42PM -0500, Dale wrote: > From my understanding, someone correct me if I am off here, AMD sort of > beat Intel to the 64 bit thing. So, it sort of got named amd64 even tho > Intel came along later on and the name just stuck. That's a very short > version of the stor

[gentoo-user] UPS and serial or USB connections

2012-09-14 Thread Dale
Howdy, Newegg just had a sale on a really nice UPS. I got one. Anyway, it has both serial and USB connections. I have a question about these. I could use either one but not sure if it matters. Does the USB connection offer any additional features over the serial connection? I could use USB b

Re: [gentoo-user] UPS and serial or USB connections

2012-09-14 Thread J. Roeleveld
Dale wrote: >Howdy, > >Newegg just had a sale on a really nice UPS. I got one. Anyway, it >has >both serial and USB connections. I have a question about these. I >could use either one but not sure if it matters. Does the USB >connection offer any additional features over the serial connectio

Re: [gentoo-user] UPS and serial or USB connections

2012-09-14 Thread Dale
J. Roeleveld wrote: > Dale wrote: > > Howdy, > > Newegg just had a sale on a really nice UPS. I got one. Anyway, it has > both serial and USB connections. I have a question about these. I > could use either one but not sure if it matters. Does the USB > connection offer an

Re: [gentoo-user] How do I determine the processor type?

2012-09-14 Thread Dale
fe...@crowfix.com wrote: > On Fri, Sep 14, 2012 at 09:42:42PM -0500, Dale wrote: > >> From my understanding, someone correct me if I am off here, AMD sort of >> beat Intel to the 64 bit thing. So, it sort of got named amd64 even tho >> Intel came along later on and the name just stuck. That's a v

Re: [gentoo-user] How do I determine the processor type? -- grub2 comments

2012-09-14 Thread G.Wolfe Woodbury
On 09/15/2012 12:28 AM, Dale wrote: > Put your kernel and such on /boot and run update-grub if I recall > correctly. I installed Kubuntu for my brother and it has grub2 which > has some magic sprinkled on it. I'm not sure how to tell it where to > point for the root partition tho. That may require

Re: [gentoo-user] UPS and serial or USB connections

2012-09-14 Thread J. Roeleveld
Dale wrote: >J. Roeleveld wrote: >> Dale wrote: >> >> Howdy, >> >> Newegg just had a sale on a really nice UPS. I got one. Anyway, >it has >> both serial and USB connections. I have a question about these. >I >> could use either one but not sure if it matters. Does the USB >

Re: [gentoo-user] UPS and serial or USB connections

2012-09-14 Thread Dale
J. Roeleveld wrote: > > > Software is MS Windows only according to that site. > What are you using on Linux? > > Sometimes the software on the UPS gets changed. This might mean it is > not compatible anymore. > -- > Sent from my Android phone with K-9 Mail. Please excuse my brevity. I haven't c

Re: [gentoo-user] How do I determine the processor type? -- grub2 comments

2012-09-14 Thread felix
On Sat, Sep 15, 2012 at 01:05:41AM -0400, G.Wolfe Woodbury wrote: > On 09/15/2012 12:28 AM, Dale wrote: > > Put your kernel and such on /boot and run update-grub if I recall > > correctly. I installed Kubuntu for my brother and it has grub2 which > > has some magic sprinkled on it. I'm not sure how