[gentoo-user] Network configuration - Two ips one from dhcp & other static

2012-01-06 Thread Nilesh Govindarajan
Well, the title tells the question clearly; how do I configure network such that the first ip is obtained via dhcpcd and other is static? config_eth0="dhcp " doesn't work. As a solution I wrote a dhcpcd hook containing /sbin/ifconfig eth0:0 netmask Is there a direct way? -- Nilesh Govindaraja

[gentoo-user] No access to encfs-encrypted directory

2012-01-06 Thread meino . cramer
Hi, On a extf4 formatted partition I have two directories (beside others, non encrypted ones): .crypt crypt .crypt contains the encrypted data. I then mount the encrypted partionas as root with mount -t ecryptfs /home/user/.crypt /home/user/crypt -o ecryptfs_cipher=blowfish,ecrypt

Re: [gentoo-user] pidgin, ssl, and xmpp

2012-01-06 Thread Pandu Poluan
On Jan 7, 2012 11:14 AM, "Andrey Moshbear" wrote: > > On Fri, Jan 6, 2012 at 23:04, Pandu Poluan wrote: > > > > On Jan 7, 2012 9:59 AM, "Andrey Moshbear" wrote: > >> > [snip] > >> > >> where exactly is the SSL problem? > >> > > > > It's not SSL problem, but SASL authentication failure. > > > > C

Re: [gentoo-user] pidgin, ssl, and xmpp

2012-01-06 Thread Andrey Moshbear
On Fri, Jan 6, 2012 at 23:04, Pandu Poluan wrote: > > On Jan 7, 2012 9:59 AM, "Andrey Moshbear" wrote: >> [snip] >> >> where exactly is the SSL problem? >> > > It's not SSL problem, but SASL authentication failure. > > Check the following, might help : > > http://askubuntu.com/questions/88989/una

Re: [gentoo-user] pidgin, ssl, and xmpp

2012-01-06 Thread Pandu Poluan
On Jan 7, 2012 9:59 AM, "Andrey Moshbear" wrote: > > With the following pidgin debug log: > 21:46:56) account: Connecting to account x...@gmail.com/. > (21:46:56) connection: Connecting. gc = 0x1d44780 > (21:46:56) dnssrv: querying SRV record for gmail.com: > _xmpp-client._tcp.gmail.com > (21:46:5

Re: [gentoo-user] Re: xpdf - missing fonts

2012-01-06 Thread Joseph
On 01/06/12 13:51, walt wrote: On 01/06/2012 08:48 AM, Joseph wrote: On 01/06/12 07:52, walt wrote: On 01/05/2012 09:36 AM, Joseph wrote: It seems to me I'm missing some fonts or they are not correctly setup. I've added these fonts to /etc/xpdfrc but it did not help. A while ago there was a

[gentoo-user] pidgin, ssl, and xmpp

2012-01-06 Thread Andrey Moshbear
With the following pidgin debug log: 21:46:56) account: Connecting to account x...@gmail.com/. (21:46:56) connection: Connecting. gc = 0x1d44780 (21:46:56) dnssrv: querying SRV record for gmail.com: _xmpp-client._tcp.gmail.com (21:46:56) dnssrv: found 5 SRV entries (21:46:56) dnsquery: Performing D

Re: [gentoo-user] Re: ERROR: Cannot locate kernel binary

2012-01-06 Thread .
I'm assuming it's a genkernel bug. I've masked the latest ~arch version and it worked.

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3

2012-01-06 Thread Walter Dnes
On Thu, Jan 05, 2012 at 08:30:52AM +0100, pk wrote > On 2012-01-05 01:02, Alan McKinnon wrote: > > > On my notebooks and test/development VMs, that's different. Those need > > udev. > > Why does it need udev specifically? Just curious... if there's a > technical need for something else than /dev

Re: [gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread Mick
On Friday 06 Jan 2012 15:57:40 James wrote: > Yohan Pereira gmail.com> writes: > > Maybe you can try creating another akonadi resource similar > > to the one your using and see if it works. > > OK, I'm game. Not sure how to do this; googling leaves > me more confused. > > Got a few instructions

Re: [gentoo-user] How to get raid

2012-01-06 Thread Jeff Cranmer
On Fri, 2012-01-06 at 13:36 +0100, Volker Armin Hemmann wrote: > Am Donnerstag, 5. Januar 2012, 23:44:10 schrieb Jeff Cranmer: > > On Fri, 2012-01-06 at 02:42 +0100, Volker Armin Hemmann wrote: > > > in your case > > > > > > sfdisk -d /dev/sdb | sfdisk /dev/sdc > > > > > > of course ;) > > > > O

[gentoo-user] Re: ipv6 problem with ping6

2012-01-06 Thread Grant Edwards
On 2012-01-06, Michael Mol wrote: > ping6 -c3 fe80::216:17ff:fe84:a7b3%eth0 > > Link-local addresses are only valid at the link-level scope, and you > have to specify which link you're referring to. OK, that makes sense when there are multiple non-loopback interfaces. but it appears that even wh

[gentoo-user] Re: xpdf - missing fonts

2012-01-06 Thread walt
On 01/06/2012 08:48 AM, Joseph wrote: > On 01/06/12 07:52, walt wrote: >> On 01/05/2012 09:36 AM, Joseph wrote: >>> It seems to me I'm missing some fonts or they are not correctly setup. >>> I've added these fonts to /etc/xpdfrc but it did not help. >> >> A while ago there was a font problem caused

[gentoo-user] Re: ipv6 problem with ping6

2012-01-06 Thread Grant Edwards
On 2012-01-06, Michael Mol wrote: > Grant Edwards wrote: >> I've enabled ipv6 support in my kernel and it appears to be working on >> the "lo" interface: >> >># ip -6 addr show lo >> >>1: lo: mtu 16436 >>inet6 ::1/128 scope host >> valid_lft forever preferred_lf

Re: [gentoo-user] ipv6 problem with ping6

2012-01-06 Thread Michael Mol
Paul Hartman wrote: > On Fri, Jan 6, 2012 at 3:09 PM, Michael Mol wrote: >> Grant Edwards wrote: >>> I've enabled ipv6 support in my kernel and it appears to be working on >>> the "lo" interface: >>> >>># ip -6 addr show lo >>> >>>1: lo: mtu 16436 >>>inet6 ::1/128 scope host >>>

Re: [gentoo-user] ipv6 problem with ping6

2012-01-06 Thread Paul Hartman
On Fri, Jan 6, 2012 at 3:09 PM, Michael Mol wrote: > Grant Edwards wrote: >> I've enabled ipv6 support in my kernel and it appears to be working on >> the "lo" interface: >> >>    # ip -6 addr show lo >> >>    1: lo: mtu 16436 >>        inet6 ::1/128 scope host >>           valid_lft forever pref

Re: [gentoo-user] ipv6 problem with ping6

2012-01-06 Thread Michael Mol
Grant Edwards wrote: > I've enabled ipv6 support in my kernel and it appears to be working on > the "lo" interface: > ># ip -6 addr show lo > >1: lo: mtu 16436 >inet6 ::1/128 scope host > valid_lft forever preferred_lft forever > ># ping6 -c3 ::1 >

Re: [gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread Peter Humphrey
On Friday 06 January 2012 18:00:31 James wrote: > Well, like everyone else, I hate responding to my own threads On the contrary, I think it's as useful as any other kind of reply. -- Rgds Peter Linux Counter 5290, 1994-04-23

Re: [gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread Peter Humphrey
On Friday 06 January 2012 20:57:31 Marc Joliet wrote: > FWIW, there was an update to ppl recently, whose postinst message warns of > this: > > WARN: postinst > > After an upgrade of PPL it is important that you rebuild > > dev-libs/cloog-ppl. > > > > If you use gcc-config to switch to an older co

Re: [gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread Peter Humphrey
On Friday 06 January 2012 17:18:51 Michael Orlitzky wrote: > On the one hand, it's kind of fun and educational to have something > break in a novel way so that you can figure out how to fix it. Only snag, in my case, is that with passing years I'm beginning to find myself going round in circles,

[gentoo-user] ipv6 problem with ping6

2012-01-06 Thread Grant Edwards
I've enabled ipv6 support in my kernel and it appears to be working on the "lo" interface: # ip -6 addr show lo 1: lo: mtu 16436 inet6 ::1/128 scope host valid_lft forever preferred_lft forever # ping6 -c3 ::1 PING ::1(::1) 56 data bytes 64 b

Re: [gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread Marc Joliet
Am Fri, 06 Jan 2012 08:12:24 -0800 schrieb walt : > On 01/05/2012 08:38 AM, Nikos Chantziaras wrote: > > On 01/05/2012 05:14 PM, Peter Humphrey wrote: > >> Hello list, > >> > >> For the last few days I've been unable to emerge anything that needs a C > >> compiler. I've started getting this error

Re: [gentoo-user] black console w/ 3.2.0-rc7

2012-01-06 Thread Johannes Kimmel
On 12/29/2011 04:32 PM, Stefan G. Weichinger wrote: Very likely a FAQ but I can't find it right now: wanted to try linux 3.2.0-rc7 (by emerging git-sources) ... used my old config and it built OK. It also boots OK but very soon it gets simply black, no console, no xdm. I am able to ssh into i

[gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread James
James tampabay.rr.com> writes: > > KDE has just always worked, so I've read/hacked Well, like everyone else, I hate responding to my own threads But, korganizer-4.7.3 is borked, actually: kmail korganizer kontact kaddressbook; according to this posting: http://forums.gentoo.org/viewtopic

Re: [gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread Yohan Pereira
On Friday 06 Jan 2012 16:28:39 James wrote: > OK, I think I found the problem. > > In the settings->general->calenders > there is nothing selected. Nothing shows > up but 2 copies of std.ics. > > Now in this dir ( ~/.kde4/share/apps/korganizer ) > I have several calenders that end in .ics. > (for

Re: [gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread Michael Orlitzky
On 01/06/12 11:55, Peter Humphrey wrote: > > To get things compiling I removed all signs of graphite. I'm not sure > whether it's worth the trouble of putting it back in again. Thoughts, > anyone? > On the one hand, it's kind of fun and educational to have something break in a novel way so that

Re: [gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread Peter Humphrey
On Friday 06 January 2012 16:12:24 walt wrote: > I rebuilt only gloog-ppl and that fixed the problem for me. > > In order to get that done, though, I had to remove the -floop-* flags > temporarily because cloog-ppl gave the error that Peter describes. > Once that job was done I reinstated the -fl

Re: [gentoo-user] Re: xpdf - missing fonts

2012-01-06 Thread Joseph
On 01/06/12 07:52, walt wrote: On 01/05/2012 09:36 AM, Joseph wrote: It seems to me I'm missing some fonts or they are not correctly setup. I've added these fonts to /etc/xpdfrc but it did not help. A while ago there was a font problem caused by turning off the NLS useflag, because some font p

Re: [gentoo-user] Re: xpdf - missing fonts

2012-01-06 Thread Joseph
On 01/06/12 07:52, walt wrote: On 01/05/2012 09:36 AM, Joseph wrote: It seems to me I'm missing some fonts or they are not correctly setup. I've added these fonts to /etc/xpdfrc but it did not help. A while ago there was a font problem caused by turning off the NLS useflag, because some font p

Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Joseph
On 01/06/12 10:05, Willie WY Wong wrote: On Thu, Jan 05, 2012 at 10:50:19AM -0700, Penguin Lover Joseph squawked: I tred to compile epdfview but it failed: JobPrint.cxx: In member function ‘guint ePDFView::JobPrint::setUpPageRange()’: JobPrint.cxx:379:56: warning: suggest parentheses around ‘&&

[gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread James
James tampabay.rr.com> writes: > KDE has just always worked, so I've read/hacked > at it little over the years. OK, I think I found the problem. In the settings->general->calenders there is nothing selected. Nothing shows up but 2 copies of std.ics. Now in this dir ( ~/.kde4/share/apps/korg

[gentoo-user] Re: Graphite causing trouble

2012-01-06 Thread walt
On 01/05/2012 08:38 AM, Nikos Chantziaras wrote: > On 01/05/2012 05:14 PM, Peter Humphrey wrote: >> Hello list, >> >> For the last few days I've been unable to emerge anything that needs a C >> compiler. I've started getting this error message in the logs: >> >> $ grep Graphite >> /var/log/portage/

[gentoo-user] Re: ERROR: Cannot locate kernel binary

2012-01-06 Thread walt
On 01/05/2012 06:47 AM, . wrote: > Hi there! > > genkernel --menuconfig all failed (ERROR: Cannot locate kernel binary). > eix sys-kernel/gentoo-sources: > http://paste.pocoo.org/show/530006/ I notice your gentoo-sources are installed with -symlink. Dou you have a symlink /usr/src/linux pointin

[gentoo-user] Re: korganize-4.7.3 broken

2012-01-06 Thread James
Yohan Pereira gmail.com> writes: > Maybe you can try creating another akonadi resource similar > to the one your using and see if it works. OK, I'm game. Not sure how to do this; googling leaves me more confused. Got a few instructions on a reference for this? James

[gentoo-user] Re: xpdf - missing fonts

2012-01-06 Thread walt
On 01/05/2012 09:36 AM, Joseph wrote: > It seems to me I'm missing some fonts or they are not correctly setup. > I've added these fonts to /etc/xpdfrc but it did not help. A while ago there was a font problem caused by turning off the NLS useflag, because some font packages honor that flag. Do yo

Re: [gentoo-user] requirements for a gentoo wlan accesspoint

2012-01-06 Thread Pandu Poluan
On Jan 6, 2012 8:44 PM, "Stroller" wrote: > > > On 4 January 2012, at 18:19, Tamer Higazi wrote: > > … > > I want to make my linux machine being a wlan access point for my other > > components like Notebook, Cell phone etc... > > If you just want to temporarily share then I think "access point" is

[gentoo-user] Re: Strange flashplayer behavior recently[SOLVED]

2012-01-06 Thread walt
On 01/04/2012 11:23 AM, walt wrote: > I'm always getting email with links to youtube and various > other flash-intensive websites, and just a few days ago the > flash content stopped loading in firefox when I click on the > URL in thunderbird. I still have no idea what the problem was, but it's fi

Re: [gentoo-user] requirements for a gentoo wlan accesspoint

2012-01-06 Thread Stroller
On 4 January 2012, at 18:19, Tamer Higazi wrote: > … > I want to make my linux machine being a wlan access point for my other > components like Notebook, Cell phone etc... If you just want to temporarily share then I think "access point" is unimportant - can't you use "ad hoc" mode? "Access poi

Re: [gentoo-user] How to get raid

2012-01-06 Thread Volker Armin Hemmann
Am Donnerstag, 5. Januar 2012, 23:44:10 schrieb Jeff Cranmer: > On Fri, 2012-01-06 at 02:42 +0100, Volker Armin Hemmann wrote: > > in your case > > > > sfdisk -d /dev/sdb | sfdisk /dev/sdc > > > > of course ;) > > One of the disks had a GPT partition table which I was eventually able > to get ri

Re: [gentoo-user] No display w/ kernel 3.2.0

2012-01-06 Thread Blakawk
On 2012-01-06 0:22, Stefan G. Weichinger wrote: Am 2012-01-05 21:00, schrieb Mick: Not sure if related but don't forget that 3.1.6 broke suspend to RAM/hibernate for some of us. yeah, thanks. Never had these issues, and I was/am on 3.1.7 already before. Hello, can you provide your kernel dm

Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel

2012-01-06 Thread Helmut Jarausch
On 01/06/2012 10:51:26 AM, András Csányi wrote: > Dear All, > > I updated my system and there is a new gentoo-sources version > 3.2.0-gentoo-r1. I reconfigured my system to use this kernel and I > compiled the kernel with genkernel. But there is no compiled file > under /boot directory. Did I miss

[gentoo-user] gentoo-sources-3.2.0-r1 and genkernel

2012-01-06 Thread András Csányi
Dear All, I updated my system and there is a new gentoo-sources version 3.2.0-gentoo-r1. I reconfigured my system to use this kernel and I compiled the kernel with genkernel. But there is no compiled file under /boot directory. Did I missed something? Is there anything new in genkernel? Should I r

Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Willie WY Wong
On Thu, Jan 05, 2012 at 10:50:19AM -0700, Penguin Lover Joseph squawked: > I tred to compile epdfview but it failed: > > JobPrint.cxx: In member function ‘guint ePDFView::JobPrint::setUpPageRange()’: > JobPrint.cxx:379:56: warning: suggest parentheses around ‘&&’ within ‘||’ > PDFDocument.cxx: In

Re: [gentoo-user] xpdf - missing fonts

2012-01-06 Thread Willie WY Wong
On Thu, Jan 05, 2012 at 10:36:29AM -0700, Penguin Lover Joseph squawked: > On 01/05/12 09:59, Willie WY Wong wrote: > >It should be the same font as other user interface elements, and > >controlled via the "-font" option. Hum actually that shows where > >the "Missing charsets in String to FontS