[gentoo-user] Where to report bugs for KDE 4?

2008-02-18 Thread Dirk Heinrichs
Hi, seems there are no bug reports yet for KDE 4 in Gentoo's bugzilla, which makes me wonder wether it is ok to do so or wether they should be reported elsewhere. Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Ca

Re: [gentoo-user] [query] kernel-2.6.24 + ndiswrapper

2008-02-18 Thread Iain Buchanan
On Mon, 2008-02-18 at 18:37 +0530, dell core2duo wrote: > > > On Feb 18, 2008 5:59 PM, Iain Buchanan <[EMAIL PROTECTED]> wrote: > > > On Fri, 2008-02-15 at 23:31 +0530, dell core2duo wrote: > > > > > > On Fri, Feb 15, 2008 at 7:28 PM, Iain Buchan

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread Grant
> > > I actually don't have a mynetworks statement in main.cf at all and I > > > send from squirrelmail all over the place. > > > > > > I won't be able to specify a single IP for my laptop. Can I allow > > > authenticated users to send? > > > > You connect to squirrelmail from many different IPs v

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Alan McKinnon
On Tuesday 19 February 2008, Dale wrote: > Actually, I hadn't used autounmask, yet.  I was trying not to use it > actually.  When I ran autounmask, it fixed it.  I got a couple blocks > to deal with but after autounmask did it's thing, it seems a lot > happier now.  I had tried the keyword and unma

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Mick
On Monday 18 February 2008, Willie Wong wrote: > On Mon, Feb 18, 2008 at 07:26:28PM +, Penguin Lover Mick squawked: > > > ssh -p 443 -L :smtpserver:25 [EMAIL PROTECTED] > > > > > > and configure your mail client to send to localhost, port . > > > Another alternative (depending upon how

[gentoo-user] ld error clues sought

2008-02-18 Thread DK Smith
Hello, Can anyone share their knowledge about ld errors, such as this one? LD arch/x86_64/boot/compressed/vmlinux ld: i386:x86-64 architecture of input file `arch/x86_64/boot/compressed/head.o' is incompatible with i386 output Perhaps there is something about the current configuration of

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread Grant
> > I actually don't have a mynetworks statement in main.cf at all and I > > send from squirrelmail all over the place. > > > > I won't be able to specify a single IP for my laptop. Can I allow > > authenticated users to send? > > You connect to squirrelmail from many different IPs via HTTP, but >

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Willie Wong
On Mon, Feb 18, 2008 at 07:26:28PM +, Penguin Lover Mick squawked: > > ssh -p 443 -L :smtpserver:25 [EMAIL PROTECTED] > > > > and configure your mail client to send to localhost, port . > > Another alternative (depending upon how many ports you need to forward) > > could be to use SOCKS

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Dale
Alan McKinnon wrote: On Monday 18 February 2008, Dale wrote: So even the qt3 that I have installed is masked. What's going on? I have and plan to keep KDE 3.5.8 around for a while so I assume it needs qt3 but yet KDE 4.0 needs qt4 if I understand correctly. What's the best thing to do here

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread kashani
Grant wrote: I actually don't have a mynetworks statement in main.cf at all and I send from squirrelmail all over the place. I won't be able to specify a single IP for my laptop. Can I allow authenticated users to send? You connect to squirrelmail from many different IPs via HTTP, but squirr

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread Grant
> > Here's my main.cf (I'm using postgrey): > > > > mydestination = mydomain.com > > setgid_group = postdrop > > smtpd_recipient_restrictions = > > permit_mynetworks, > > check_policy_service inet:127.0.0.1:10030 > > reject_unauth_destination, > > permit > > virtual_

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread kashani
Grant wrote: Here's my main.cf (I'm using postgrey): mydestination = mydomain.com setgid_group = postdrop smtpd_recipient_restrictions = permit_mynetworks, check_policy_service inet:127.0.0.1:10030 reject_unauth_destination, permit virtual_alias_maps = hash:/etc/p

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Thomas Kahle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In any case, to stay out of trouble you should compile KDE4 against QT 4.3.3 Just delete everything with qt-4.4.0 from the package.unmask file after running autounmask. this saves you a lot of trouble. Dale wrote: | Hi, | | I was planning to install

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Alan McKinnon
On Monday 18 February 2008, Dale wrote: > So even the qt3 that I have installed is masked.  What's going on?  I > have and plan to keep KDE 3.5.8 around for a while so I assume it > needs qt3 but yet KDE 4.0 needs qt4 if I understand correctly. >  What's the best thing to do here? Well, it's not a

Re: [gentoo-user] SSL CUPS and SMTP on port 587

2008-02-18 Thread Grant
> > > I uncommented the above line and added the following to main.cf: > > > > > > smtpd_tls_security_level = may > > > > > > as instructed here: > > > > > > http://www.postfix.org/TLS_README.html#server_enable > > > > > > and restarted postfix, but I still can't send. In claws-mail, I tried > > >

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Mick
On Monday 18 February 2008, Etaoin Shrdlu wrote: > On Monday 18 February 2008, Mick wrote: > > Hi All, > > > > I think that I have confused myself with this. I am behind a > > firewall/http proxy which seems to only allow outbound connections on > > ports 80 & 443 for web browsing. This is not en

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Dale
Kenneth Prugh wrote: On Mon, 18 Feb 2008 12:35:40 -0600 Dale <[EMAIL PROTECTED]> wrote: Hi, I was planning to install KDE 4.0.1 and finally got it all fetched. Sort of ran into this tho. [EMAIL PROTECTED] / # emerge -evp world These are the packages that would be fetched, in orde

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Nick Stinemates
Dale wrote: > Hi, > > I was planning to install KDE 4.0.1 and finally got it all fetched. > Sort of ran into this tho. > >> [EMAIL PROTECTED] / # emerge -evp world >> >> These are the packages that would be fetched, in order: >> >> Calculating world dependencies \ >> !!! All ebuilds that could sat

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Kenneth Prugh
On Mon, 18 Feb 2008 12:35:40 -0600 Dale <[EMAIL PROTECTED]> wrote: > Hi, > > I was planning to install KDE 4.0.1 and finally got it all fetched. > Sort of ran into this tho. > > > [EMAIL PROTECTED] / # emerge -evp world > > > > These are the packages that would be fetched, in order: > > > > Ca

Re: [gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Dirk Heinrichs
Am Montag, 18. Februar 2008 schrieb Dale: > So even the qt3 that I have installed is masked. What's going on? I > have and plan to keep KDE 3.5.8 around for a while so I assume it needs > qt3 but yet KDE 4.0 needs qt4 if I understand correctly. What's the > best thing to do here? I'd guess tha

[gentoo-user] What's up with qt? Almost ALL masked or keyworded now.

2008-02-18 Thread Dale
Hi, I was planning to install KDE 4.0.1 and finally got it all fetched. Sort of ran into this tho. [EMAIL PROTECTED] / # emerge -evp world These are the packages that would be fetched, in order: Calculating world dependencies \ !!! All ebuilds that could satisfy "x11-libs/qt" have been mas

Re: [gentoo-user] evince and letter size paper

2008-02-18 Thread Allan Gottlieb
At Sun, 17 Feb 2008 16:30:52 +0100 Henry Gebhardt <[EMAIL PROTECTED]> wrote: >> > Nonetheless, whenever evince starts up it defaults to A4 paper. >> > Any help would be appreciated. > > > What size are your PDFs? In particular the output from > > pdfinfo | grep 'Page size' > > might be inter

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Etaoin Shrdlu
On Monday 18 February 2008, Mick wrote: > Hi All, > > I think that I have confused myself with this. I am behind a > firewall/http proxy which seems to only allow outbound connections on > ports 80 & 443 for web browsing. This is not enough for me, as I > would like to use my mail client to send

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Alan McKinnon
On Monday 18 February 2008, Mick wrote: > Hi All, > > I think that I have confused myself with this. I am behind a > firewall/http proxy which seems to only allow outbound connections on > ports 80 & 443 for web browsing. This is not enough for me, as I > would like to use my mail client to send

Re: [gentoo-user] evince and letter size paper

2008-02-18 Thread Allan Gottlieb
At Sun, 17 Feb 2008 12:08:11 + Mick <[EMAIL PROTECTED]> wrote: > On Saturday 16 February 2008, Allan Gottlieb wrote: >> emerging libpaper says >> >> elog "run \"paperconfig -p letter\" as root to use letter-pagesizes" >> elog "or paperconf with normal user privileges." >> >> I did the first an

Re: [gentoo-user] OpenVPN setup

2008-02-18 Thread Mick
On Sunday 17 February 2008, Grant wrote: > > What wasn't mentioned is that SSL covers transport encryption, not > > necessarily application security. What that means is if you open IMAP, > > SMTP, CUPS, and SSH daemons over the internet then you also need to keep > > (better) track of security vu

Re: [gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Nick Stinemates
Mick wrote: > Hi All, > > I think that I have confused myself with this. I am behind a firewall/http > proxy which seems to only allow outbound connections on ports 80 & 443 for > web browsing. This is not enough for me, as I would like to use my mail > client to send and receive mail from beh

Re: [gentoo-user] konsole selected text

2008-02-18 Thread Thomas Kahle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, But if I select non-colored | light gray text, I get black on black. If I use 'less' to display a file, | there's a status line at the bottom which shows the line number, etc. in | inverted text. On my terminal, it's black on black and i

[gentoo-user] [OT] SSH port forwards behind restrictive firewall

2008-02-18 Thread Mick
Hi All, I think that I have confused myself with this. I am behind a firewall/http proxy which seems to only allow outbound connections on ports 80 & 443 for web browsing. This is not enough for me, as I would like to use my mail client to send and receive mail from behind the firewall. I tr

Re: [gentoo-user] konsole selected text

2008-02-18 Thread Daniel D Jones
On Monday 18 February 2008 04:26:01 Thomas Kahle wrote: > Daniel D Jones wrote: > | When I select Konsole's "Linux Colors" schema, selected text appears > > to be > > | black text on a black background. Under options, I can alter colors > > but I > > | don't appear to be able to choose the backgro

Re: [gentoo-user] [query] kernel-2.6.24 + ndiswrapper

2008-02-18 Thread dell core2duo
On Feb 18, 2008 5:59 PM, Iain Buchanan <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-02-15 at 23:31 +0530, dell core2duo wrote: > > > > > > On Fri, Feb 15, 2008 at 7:28 PM, Iain Buchanan > > <[EMAIL PROTECTED]> wrote: > > > > On Sat, 2008-02-09 at 15:47 -0600, Dan Farrell wrote: > >

Re: [gentoo-user] [query] kernel-2.6.24 + ndiswrapper

2008-02-18 Thread Iain Buchanan
On Fri, 2008-02-15 at 23:31 +0530, dell core2duo wrote: > > > On Fri, Feb 15, 2008 at 7:28 PM, Iain Buchanan > <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-02-09 at 15:47 -0600, Dan Farrell wrote: > > On Sat, 9 Feb 2008 13:28:39 +0100 > > Etaoin Shrdlu <[EMAIL PRO

[gentoo-user] Re: [gentoo-embedded] ld error and multilib question

2008-02-18 Thread Mike Frysinger
On Monday 18 February 2008, DK Smith wrote: > Hello, do not cross-post to multiple lists at once. > I'm compiling a kernel for arch "Intel EM64T" on an amd64 host. not an embedded question nor do you need crossdev. ask the amd64 peeps. -mike signature.asc Description: This is a digitally sign

Re: [gentoo-user] konsole selected text

2008-02-18 Thread Thomas Kahle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel D Jones wrote: | When I select Konsole's "Linux Colors" schema, selected text appears to be | black text on a black background. Under options, I can alter colors but I | don't appear to be able to choose the background and foreground colors th