[gentoo-user] Re: gthumb doesn't display images

2005-09-15 Thread Arkady Grudzinsky
Hmm...  Since this e-mail went totally ignored, I have to answer my own question (just for the record). The problem went away after I installed Nautilus.  Gthumb magically started to "see" images and display thumbs (as it is supposed to if the name means anything).  Apparently, both Nautilus and Gt

Re: [gentoo-user] Unable to calculate Linux Kernel version

2005-09-15 Thread Ow Mun Heng
On Fri, 2005-09-16 at 15:42 +1200, Bogo Mipps wrote: > Hi > > Simple problem, simple answer I'm sure. Not clear to me ex-list or google. > > Trying to emerge svgalib-1.9.21 get following error: > > Could not detect kernel version > Please ensure that /usr/src/linux points to complete set of ker

Re: [gentoo-user] Clarification of packages cd's for 2005.1

2005-09-15 Thread Ted Ozolins
Nick Rout wrote: >On Fri, 16 Sep 2005 03:28:47 +0100 >Mike Williams wrote: > > > >>On Friday 16 September 2005 03:11, Nick Rout wrote: >> >> >>>I am looking at building a box this weekend. I want to use 2005.1 and if >>>possible the packages cd (for a quick result) . >>> >>>I have an athlon

[gentoo-user] Unable to calculate Linux Kernel version

2005-09-15 Thread Bogo Mipps
Hi Simple problem, simple answer I'm sure. Not clear to me ex-list or google. Trying to emerge svgalib-1.9.21 get following error: Could not detect kernel version Please ensure that /usr/src/linux points to complete set of kernel sources Function linux-info_pkg_setup line 521 Exitcode 1 Unable

Re: [gentoo-user] Help with Script [SOLVED] + Help Make it more efficient

2005-09-15 Thread Ow Mun Heng
On Fri, 2005-09-16 at 14:03 +1200, Nick Rout wrote: > On Fri, 16 Sep 2005 09:43:50 +0800 > Ow Mun Heng wrote: > > > That's what I just did.. > > $ cat cron_fetch_stock.sh > > #!/bin/bash > > # > > TEMPFILE="/tmp/file.$$" > > PORTFOLIO_SCRIPT=$HOME/scripts/portfolio.sh > > > > $PORTFOLIO_SCRIPT -

Re: [gentoo-user] nvtv Seg Faults After 'emerge -uvD world' -- SOLVED!!!

2005-09-15 Thread Drew Tomlinson
Apparently nvtv does not work with the nvidia drivers after 1.0.7174. See 'man portage' and look for package.mask to see how to limit versions. Drew On 9/14/2005 6:59 PM Drew Tomlinson wrote: On 9/13/2005 2:30 PM Nick Rout wrote: On Tue, 2005-09-13 at 07:06 -0700, Drew Tomlinson wrote:

Re: [gentoo-user] Clarification of packages cd's for 2005.1

2005-09-15 Thread Nick Rout
On Fri, 16 Sep 2005 03:28:47 +0100 Mike Williams wrote: > On Friday 16 September 2005 03:11, Nick Rout wrote: > > I am looking at building a box this weekend. I want to use 2005.1 and if > > possible the packages cd (for a quick result) . > > > > I have an athlon 1133. > > > > The package cd's do

Re: [gentoo-user] Clarification of packages cd's for 2005.1

2005-09-15 Thread Dave Nebinger
Is it true that the packagers have abandoned p3, p4 and athlon-*?? I don't know about that, Nick, but if you can't find the p3, p4, or athlon packages I can tell you that distcc will be your best friend ;-) -- gentoo-user@gentoo.org mailing list

[gentoo-user] Doubts about how to create a free software project

2005-09-15 Thread Raphael Melo de Oliveira Bastos Sales
Hi everyone, I work with biotech and for about an 1 year I've been working on a web interface for genome/proteome data analysis. And I'd like to make it free software. But I still have doubts about legal problems I might face and about intellectual property. Basically, I don't want to restr

Re: [gentoo-user] Clarification of packages cd's for 2005.1

2005-09-15 Thread Mike Williams
On Friday 16 September 2005 03:11, Nick Rout wrote: > I am looking at building a box this weekend. I want to use 2005.1 and if > possible the packages cd (for a quick result) . > > I have an athlon 1133. > > The package cd's don't seem to have an athlon version any more. the > choices seem to be al

[gentoo-user] Clarification of packages cd's for 2005.1

2005-09-15 Thread Nick Rout
I am looking at building a box this weekend. I want to use 2005.1 and if possible the packages cd (for a quick result) . I have an athlon 1133. The package cd's don't seem to have an athlon version any more. the choices seem to be alpha amd64 ppc (32 bit) ppc (64 bit) sparc64 x86. Is it true t

Re: [gentoo-user] Help with Script that sends out HTML emails [SOLVED]

2005-09-15 Thread Nick Rout
On Fri, 16 Sep 2005 09:43:50 +0800 Ow Mun Heng wrote: > That's what I just did.. > $ cat cron_fetch_stock.sh > #!/bin/bash > # > TEMPFILE="/tmp/file.$$" > PORTFOLIO_SCRIPT=$HOME/scripts/portfolio.sh > > $PORTFOLIO_SCRIPT --html > $TEMPFILE 2>/dev/null>&1 && mail -a > "Content-Type: text/html" -

Re: [gentoo-user] Help with Script that sends out HTML emails [SOLVED]

2005-09-15 Thread Ow Mun Heng
On Thu, 2005-09-15 at 20:30 -0500, John Jolet wrote: > On Sep 15, 2005, at 8:14 PM, Ow Mun Heng wrote: > > > On Thu, 2005-09-15 at 20:47 -0400, Willie Wong wrote: > > > >> On Fri, Sep 16, 2005 at 07:07:23AM +0800, Ow Mun Heng wrote: > >> > >>> Hi, > >>> > >>> I'm writing a bash script that bas

Re: [gentoo-user] Help with Script that sends out HTML emails [SOLVED]

2005-09-15 Thread John Jolet
On Sep 15, 2005, at 8:14 PM, Ow Mun Heng wrote: On Thu, 2005-09-15 at 20:47 -0400, Willie Wong wrote: On Fri, Sep 16, 2005 at 07:07:23AM +0800, Ow Mun Heng wrote: Hi, I'm writing a bash script that basically checks for stocks prices and I want the formatted output to be mailed to me

Re: [gentoo-user] Help with Script that sends out HTML emails [SOLVED]

2005-09-15 Thread Ow Mun Heng
On Thu, 2005-09-15 at 20:47 -0400, Willie Wong wrote: > On Fri, Sep 16, 2005 at 07:07:23AM +0800, Ow Mun Heng wrote: > > Hi, > > > > I'm writing a bash script that basically checks for stocks prices and I > > want the formatted output to be mailed to me. I've got the script > > working already

Re: [gentoo-user] Printing a bunch of images files, 2 images per page

2005-09-15 Thread Matthias Bethke
Hi gentoo-user, on Friday, 2005-09-16 at 02:54:33, you wrote: > Or there might be something in the > netpbm package... Uh...silly me! I overlooked the part where you said they're PPM already. So just skip the anytopnm :) cheers! Matthias -- I prefer encrypted and signed messages.

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread Denis
I read AnandTech. And many other reviews by now. But since I've been out of hardware buying venture for a long time, I figured I'd read up on the specs directly from the manufacturers' websites first and then the reviews. I can't say I am handy with different relationships between front size bus

Re: [gentoo-user] Printing a bunch of images files, 2 images per page

2005-09-15 Thread Matthias Bethke
Hi romildo, on Thursday, 2005-09-15 at 09:47:53, you wrote: > I have a bunch of ppm image files that I want to print, > putting 2 images per page. How can I do that, please? If you know LaTeX, you could try writing a shellscript that prints a LaTeX document that includes two images per page, run

Re: [gentoo-user] Help with Script that sends out HTML emails

2005-09-15 Thread Willie Wong
On Fri, Sep 16, 2005 at 07:07:23AM +0800, Ow Mun Heng wrote: > Hi, > > I'm writing a bash script that basically checks for stocks prices and I > want the formatted output to be mailed to me. I've got the script > working already. The only problem is the HTML is well, not displayed as > HTML,

Re: [gentoo-user] Help with Script that sends out HTML emails

2005-09-15 Thread Nick Rout
It seems to me that you need a couple of other things: 1. a look at a couple of the html emails in my inbox show a mail header (ie part of the email where stuff like from, to and subject go) like this: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_=_NextPart_001_0

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread Dave Nebinger
I was under the impression that the Opterons didn't have the same type of a NorthBridge bottleneck that Intel processors experience and were thus quite a bit more efficient in the way they integrate with RAM and themselves!... In fact, from reading the numbers posted on the AMD website comparing

Re: [gentoo-user] Opinions?

2005-09-15 Thread Michael Crute
On 9/15/05, C. Beamer <[EMAIL PROTECTED]> wrote: However, I am still learning Gentoo and haven't yet figured out allthe nuances of portage.  I was just curious to find out if anyone hadtried the program.  I was not necessarily suggesting that I was aboutto jump on the bandwagon.  IMO if you want t

Re: [gentoo-user] ati-drivers: bad md5 sum [SOLVED]

2005-09-15 Thread Michael Crute
On 9/15/05, Holly Bostick <[EMAIL PROTECTED]> wrote: of some useful info about DX9 on Wine.HollyThanks for the info. I'm gonna try the free DX for Wine as soon as I get home. -Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread Bob Sanders
On Thu, 15 Sep 2005 19:27:08 -0400 - - <[EMAIL PROTECTED]> wrote: > > > This is the first time I heard of intel compilers and I am using dual > 3.2GHz irwindales with 1 mb cache each and 2 GB of ram. Is there any > advantage > to using these compilers over GCC? What performance gain can I expect

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread - -
After a google search, it seems like the ICC compiler compiles faster and runs certain programs better. Gentoo has a package, can anyone say if the ICC compiler has any issues compiling common packages such as the gentoo base packages, gnome, or kde?

Re: [gentoo-user] Help with Script that sends out HTML emails

2005-09-15 Thread Mike Williams
On Friday 16 September 2005 00:07, Ow Mun Heng wrote: > I'm writing a bash script that basically checks for stocks prices > and I want the formatted output to be mailed to me. I've got the script > working already. The only problem is the HTML is well, not displayed as > HTML, it's displaye

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread - -
On 9/12/05, Bob Sanders <[EMAIL PROTECTED]> wrote:     Intel's compiler fairly cheap - approx. $600.  Free for non-commericalhome use. This is the first time I heard of intel compilers and I am using dual 3.2 GHz irwindales with 1 mb cache each and 2 GB of ram. Is there

[gentoo-user] Help with Script that sends out HTML emails

2005-09-15 Thread Ow Mun Heng
Hi, I'm writing a bash script that basically checks for stocks prices and I want the formatted output to be mailed to me. I've got the script working already. The only problem is the HTML is well, not displayed as HTML, it's displayed RAW(and not formatted). I'm using cron to send the ema

Re: [gentoo-user] Plesk...

2005-09-15 Thread Mike Williams
On Thursday 15 September 2005 23:28, W.Kenworthy wrote: > Then what is it?  A quick look at the web site tells me how good it is, > but not what it does?  One of the faq questions deals with email.  Its a > "control panel" - but for what.  They mention things like skinning it, > but not "what does

Re: [gentoo-user] Opinions?

2005-09-15 Thread Holly Bostick
Mauro Faccenda schreef: > > You understood what it means => you are geek > > And don't try to avoid been called geek by using those fancy smileys. ;) Drat! And I would have got away with it, too, if it wasn't for you meddling kids .!!! Holly -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Opinions?

2005-09-15 Thread Mauro Faccenda
On Thursday 15 September 2005 19:20, Holly Bostick wrote: > > :-) :-) :-) :-) > > I would guess that it means 'not equal to', and is typed this way > because either 1) that's what programmers use, and we *are* all geeks > (except me, obviously) and/or 2) the symbol of an equal sign with a > slash t

Re: [gentoo-user] Opinions?

2005-09-15 Thread Holly Bostick
Christoph Eckert schreef: > To be honest, this has nothing to do with command line or not. I use > a great command line script called unp. It unpacks any archive format > without knowing the options of the various packing tools. Simply > type »unp FILENAME« and you're done. Like it. > Oh, and t

Re: [gentoo-user] Plesk...

2005-09-15 Thread W.Kenworthy
Then what is it? A quick look at the web site tells me how good it is, but not what it does? One of the faq questions deals with email. Its a "control panel" - but for what. They mention things like skinning it, but not "what does plex do" ... BillK On Thu, 2005-09-15 at 12:39 -0400, Mark Sh

Re: [gentoo-user] named init-script error

2005-09-15 Thread Dave Nebinger
What version of bind are we talking about? net-dns/bind-9.3.1-r4 Well, this version is masked, maybe for this reason? I'm running 9.2.5-r6, the latest stable, and do not have this issue... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Opinions?

2005-09-15 Thread Holly Bostick
Christoph Eckert schreef: > GUI != ease of use :-) :-) :-) :-) See, statements like this are why 'the average user' says that Linux is only for geeks. :-) :-) :-) :-) What in the bloody blue blazes does "!=" mean? :-) :-) :-) :-) I would guess that it means 'not equal to', and is typed this w

Re: [gentoo-user] Opinions?

2005-09-15 Thread Volker Armin Hemmann
On Thursday 15 September 2005 08:13, Arkady Grudzinsky wrote: > I would compare GUI to helper wheels for bycicles. You may need them if you > can't ride, but once you know how to ride they start limiting you and > getting in your way. In my experience, time spent to learn the text > interface is mu

Re: [gentoo-user] Opinions?

2005-09-15 Thread Christoph Eckert
Hi, > I would compare GUI to helper wheels for bycicles. You may need them > if you can't ride, but once you know how to ride they start limiting > you and getting in your way. Hm, good comparison, but only half of the truth. Most people only need a small part of the options command line tools

Re: [gentoo-user] named init-script error

2005-09-15 Thread Peper
> What do you have in /etc/conf.d/named? OPTIONS="" CPU="1" > What version of bind are we talking about? net-dns/bind-9.3.1-r4 -- Best Regards Piotr Jaroszynski -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] named init-script error

2005-09-15 Thread Dave Nebinger
$ /etc/init.d/named start * Starting named ... usage: named [-4|-6] [-c conffile] [-d debuglevel] [-f|-g] [-n number_of_cpus] [-p port] [-s] [-t chrootdir] [-u username] [-m {usage|trace|record}] named: extra command line arguments What do you think about it? What do you

Re: [gentoo-user] Opinions?

2005-09-15 Thread C. Beamer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arkady Grudzinsky wrote: > I would compare GUI to helper wheels for bycicles. You may need > them if you can't ride, but once you know how to ride they start > limiting you and getting in your way. In my experience, time spent > to learn the text inte

[gentoo-user] named init-script error

2005-09-15 Thread Peper
Hello, How is it possible that: $ /etc/init.d/named start * Starting named ... usage: named [-4|-6] [-c conffile] [-d debuglevel] [-f|-g] [-n number_of_cpus] [-p port] [-s] [-t chrootdir] [-u username] [-m {usage|trace|record}] named: extra command line arguments is not

Re: [gentoo-user] Load Balancing / Redundant Network ?

2005-09-15 Thread kashani
Mal Herring wrote: Hi List, Been looking on forums.gentoo.org looking for a way to pair two NIC's so that should the primary fail, the secondary takes over... The situation is this: 8 HP DL380G4's all running Gentoo moving into a data centre rack, the firewall is currently a Netscreen(Juniper)

RE: [gentoo-user] mailman stopped working after upgrade

2005-09-15 Thread Michael Sullivan
On Thu, 2005-09-15 at 13:46 -0700, Daevid Vincent wrote: > Okay. Last night I ripped out every 'mailman' directory and file I could > find. Unmerged mailman. Backed up my lists. And re-emerged mailman. Same f'n > problem. WTF?! > > Sep 15 13:31:17 [Mailman mail-wrapper] Group mismatch error. Mail

RE: [gentoo-user] mailman stopped working after upgrade

2005-09-15 Thread Daevid Vincent
Okay. Last night I ripped out every 'mailman' directory and file I could find. Unmerged mailman. Backed up my lists. And re-emerged mailman. Same f'n problem. WTF?! Sep 15 13:31:17 [Mailman mail-wrapper] Group mismatch error. Mailman expected the mail_wrapper script to be executed as group "mailm

Re: [gentoo-user] Load Balancing / Redundant Network ?

2005-09-15 Thread Mike Williams
On Thursday 15 September 2005 19:08, A. Khattri wrote: > Shame we dont have anything like CARP for Linux yet... (unless someone > knows better?). UCARP, but it's fundamentally flawed, as iptables has no method to keep state tables in sync between machines. Personally, I prefer to have iptables s

Re: [gentoo-user] lvm2 and RAID

2005-09-15 Thread Neil Bothwick
On Thu, 15 Sep 2005 12:25:14 -0700, Carl Flippin wrote: > The trick to getting it all to work together is doing the raid setup > first and then using the /dev/md* devices for the LVM2 setup. I did something similar here. By creating the RAID first, you only need to RAID one large partition. --

Re: [gentoo-user] ati-drivers: bad md5 sum [SOLVED]

2005-09-15 Thread Holly Bostick
Michael Crute schreef: > On 9/14/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > >> Would have done it months ago, Mike, if there was any way, but I >> really have absolutely no budget, even for an MX440 (true >> desperation, if I'm even considering an MX 440 in this day and age. >> But I'd rath

Re: [gentoo-user] lvm2 and RAID

2005-09-15 Thread Carl Flippin
I have such a setup. It was fairly easy to do. For the LVM2 part, just follow this howto: http://www.gentoo.org/doc/en/lvm2.xml For the raid part, the documentation you need is here: http://www.gentoo.org/doc/en/gentoo-x86-tipsntricks.xml#software-raid The trick to getting it all to work toget

Re: [gentoo-user] cdk build error

2005-09-15 Thread Robert Crawford
On Thursday 15 September 2005 12:44 pm, Aleksandr Guidrevitch wrote: > Hi there, > > I get the following error while `emerge -uD world`: > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../crtn.o: No > such file or directory > make: *** [libcdk.la] Error 1 > > I have 3.3.6 installed. I've

Re: [gentoo-user] lvm2 and RAID

2005-09-15 Thread brettholcomb
I did it with EVMS. I created the raid, then lvm on it. It's been a while so I don't remember the details. If you're not using EVMS you can create the raid, then apply LVM to do what you want. > > From: "A. Khattri" <[EMAIL PROTECTED]> > Date: 2005/09/15 Thu PM 02:30:42 EDT > To: gentoo-user

Re: [gentoo-user] sort of OT - dev-lang/php vs dev-php/php

2005-09-15 Thread Michael Crute
On 9/15/05, Antoine <[EMAIL PROTECTED]> wrote: Hi,I am at a bit of a loss to understand the difference between the shellinterpreter and the runtime engine - could someone clarify? CheersAntoine The runtime engine allows you to embed PHP scripting ability into programs while the CLI allows you to ru

Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-15 Thread Michael Crute
On 9/14/05, Holly Bostick <[EMAIL PROTECTED]> wrote: Would have done it months ago, Mike, if there was any way, but I reallyhave absolutely no budget, even for an MX440 (true desperation, if I'm even considering an MX 440 in this day and age. But I'd rather that thana 5200, all things considered.

[gentoo-user] lvm2 and RAID

2005-09-15 Thread A. Khattri
Anybody using lvm2 and RAID together on the same partitions? Can anyone detail how to create such a setup? -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] hardware advice for dual-processor set-up on gentoo

2005-09-15 Thread A. Khattri
On Mon, 12 Sep 2005, Denis wrote: > So basically... I would pretty much be buying an already outdated > technology if I were to purchase a dual Xeon or a dual Opteron system > now? One could say that about any technology you buy ;-) > I guess the other advantage is that a good dual Xeon system

[gentoo-user] sort of OT - dev-lang/php vs dev-php/php

2005-09-15 Thread Antoine
Hi, I am at a bit of a loss to understand the difference between the shell interpreter and the runtime engine - could someone clarify? Cheers Antoine -- gentoo-user@gentoo.org mailing list

RE: [gentoo-user] Load Balancing / Redundant Network ?

2005-09-15 Thread A. Khattri
On Wed, 14 Sep 2005, Olaf Niermann wrote: > Maybe you can try a lookup onto 'heartbeat' (emerge -s heartbeat) allthough > it might be overloaded for your needs and I personally just use it for > failover between different physical servers. Just wanted to add that heartbeat is part of the HA Linux

Re: [gentoo-user] ati-drivers: bad md5 sum

2005-09-15 Thread Rafael Fernández López
I wonder why I bought a computer with an ATI graphics card. I know, it was really cheap. Next time I'll bought another with an nVidia, but I can't understand why X.org drivers cannot handle damage extensions and so on with ati cards... Bye.

Re: [gentoo-user] Plesk...

2005-09-15 Thread Holly Bostick
Mal Herring schreef: > Hi List, > Anyone ever installed Plesk onto a Gentoo server ? > > Can it be done and if so how did you find the install ? > > Got someone wanting me to install a Plesk box for them and I don't want > to have to use Red-Hat > Apparently, you don't, anymore: OS Requirements

Re: [gentoo-user] Plesk...

2005-09-15 Thread Rumen Yotov
Mark Shields wrote: > Rumen, > > Plesk isn't an MTA. http://www.sw-soft.com/en/plesk/ > > On 9/15/05, *Rumen Yotov* < [EMAIL PROTECTED] > > wrote: > > Mal Herring wrote: > > Hi List, > > Anyone ever installed Plesk onto a Gentoo server ? > > > > Can

Re: [gentoo-user] Fwd: gnome-spell build failing

2005-09-15 Thread Holly Bostick
Nelis Lamprecht schreef: > * Applying gnome-spell-1.0.6-enchant.patch ... >[ ok ] * Applying > gnome-spell-1.0.6-combo.patch ... >[ ok ] * Runnig aclocal > /usr/share/aclocal/path_dps.m4:202: warning: underquoted definition of > AC_PATH_D

Re: [gentoo-user] Plesk...

2005-09-15 Thread Mark Shields
Rumen, Plesk isn't an MTA. http://www.sw-soft.com/en/plesk/On 9/15/05, Rumen Yotov < [EMAIL PROTECTED]> wrote:Mal Herring wrote:> Hi List,> Anyone ever installed Plesk onto a Gentoo server ? >> Can it be done and if so how did you find the install ?>> Got someone wanting me to install a Plesk box

[gentoo-user] cdk build error

2005-09-15 Thread Aleksandr Guidrevitch
Hi there, I get the following error while `emerge -uD world`: creating libcdk.la i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/crtbeginS.o .libs/dscale.o .libs/fscale.o .libs/fslider

Re: [gentoo-user] Plesk...

2005-09-15 Thread Rumen Yotov
Mal Herring wrote: > Hi List, > Anyone ever installed Plesk onto a Gentoo server ? > > Can it be done and if so how did you find the install ? > > Got someone wanting me to install a Plesk box for them and I don't want > to have to use Red-Hat > > Thanks in advance. > > Mal > Hi, Why not insta

Re: [gentoo-user] Plesk...

2005-09-15 Thread Jonathan Wright
Mal Herring wrote: > Hi List, > Anyone ever installed Plesk onto a Gentoo server ? > > Can it be done and if so how did you find the install ? > > Got someone wanting me to install a Plesk box for them and I don't want > to have to use Red-Hat > > Thanks in advance. Good luck! :) Actually, it'

Re: [gentoo-user] LDAP authentification and management

2005-09-15 Thread Andrew MacKenzie
> Uh...why was the "management" in the subject line? Because I forgot yet > another question: > What dou you guys use for LDAP data management? Check out phpldapadmin: # eix phpldapadmin * net-nds/phpldapadmin Available versions: ~0.9.7_alpha6 ~0.9.7_rc1 Installed: no Home

Re: [gentoo-user] Fwd: gnome-spell build failing

2005-09-15 Thread Nelis Lamprecht
http://forums.gentoo.org/viewtopic-t-370684-view-next.html?sid=3955ee980f1c0f4997bf8fda92c001c9 On 9/15/05, Nelis Lamprecht <[EMAIL PROTECTED]> wrote: > On 9/14/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > > Nelis Lamprecht schreef: > > > Hi, > > > > > > No takers on the below error ? I've tried

Re: [gentoo-user] Sharing portage in my LAN without rsync?

2005-09-15 Thread Matthew Cline
On 9/15/05, aka Sevein Jes__s Garc__a Crespo <[EMAIL PROTECTED]> wrote: > Hi! Was Portage developed to work with a /usr/portage directory mounted > from another computer with NFS or SMB? I did it and it worked. > > I thought this way could be easier than rsync when you have maybe two > or three co

Re: [gentoo-user] Question regarding trick portage.mask situation

2005-09-15 Thread Matthew Cline
On 9/14/05, Paul Varner <[EMAIL PROTECTED]> wrote: > In /etc/portage/package.mask: > >sys-kernel/gentoo-sources-2.6.12-r4 > > In /etc/portage/package.unmask > >=sys-kernel/gentoo-sources-2.6.12-r10 > Thanks for the help. So the atoms in package.unmask are evaluated after the atoms in package.mas

Re: [gentoo-user] Question regarding trick portage.mask situation

2005-09-15 Thread Matthew Cline
> My partner's computer is running the 1.0.7174 drivers, the latest that > work with the TNT2 card, on gentoo-sources-2.6.13-r1 with no stability > problems. It also worked fine on later the 2.6.12 revisions. > > That may indicate that the fault is elsewhere in your setup, or it may > mean that th

[gentoo-user] Plesk...

2005-09-15 Thread Mal Herring
Hi List, Anyone ever installed Plesk onto a Gentoo server ? Can it be done and if so how did you find the install ? Got someone wanting me to install a Plesk box for them and I don't want to have to use Red-Hat Thanks in advance. Mal -- gentoo-user@gentoo.org mailing list

[gentoo-user] Printing a bunch of images files, 2 images per page

2005-09-15 Thread romildo
Hello. I have a bunch of ppm image files that I want to print, putting 2 images per page. How can I do that, please? Romildo -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] LDAP authentification and management

2005-09-15 Thread Eric Crossman
On Thu, 2005-09-15 at 13:59 +0200, Matthias Bethke wrote: > Uh...why was the "management" in the subject line? Because I forgot yet > another question: > What dou you guys use for LDAP data management? > I've tried quite a few tools now. app-admin/diradm seems the only usable > one so far. net-nds/

[gentoo-user] Sharing portage in my LAN without rsync?

2005-09-15 Thread aka Sevein
Hi! Was Portage developed to work with a /usr/portage directory mounted from another computer with NFS or SMB? I did it and it worked. I thought this way could be easier than rsync when you have maybe two or three computer working with the same network-shared directory. But I noticed a poor perfor

Re: [gentoo-user] LDAP authentification and management

2005-09-15 Thread Matthias Bethke
Uh...why was the "management" in the subject line? Because I forgot yet another question: What dou you guys use for LDAP data management? I've tried quite a few tools now. app-admin/diradm seems the only usable one so far. net-nds/directoryadministrator segfaults on startup; net-nds/gq works until

RE: [gentoo-user] Dell 1850/Dell Partition

2005-09-15 Thread Michael Kintzios
> -Original Message- > From: Timo Boettcher [mailto:[EMAIL PROTECTED] > Sent: 15 September 2005 08:44 > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Dell 1850/Dell Partition > > > Hi Edoceo, > > > * Edoceo Lists <[EMAIL PROTECTED]>, Thursday, September 15, > 2005, 4

Re: [gentoo-user] Fwd: gnome-spell build failing

2005-09-15 Thread Nelis Lamprecht
On 9/14/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > Nelis Lamprecht schreef: > > Hi, > > > > No takers on the below error ? I've tried removing it completely, > > re-installing it but still get the same error. I have to skip it every > > time I upgrade my ports. Didn't see any bugs relating to i

Re: [gentoo-user] Dell 1850/Dell Partition

2005-09-15 Thread Ow Mun Heng
On Wed, 2005-09-14 at 21:46 -0700, gentuxx wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nick Rout wrote: > > >WHAT is at /dev/sda1? > > > >On Wed, 2005-09-14 at 19:08 -0700, Edoceo Lists wrote: > > > >>List, > >> Is at /dev/sda1. Does anyone know if I need this? Where will I put >

Re: [gentoo-user] Question regarding trick portage.mask situation

2005-09-15 Thread Neil Bothwick
On Wed, 14 Sep 2005 21:20:01 -0400, Matthew Cline wrote: > As an aside, I think this latest instability with new versions of > gentoo-sources has to do with problems using older versions of the > nvidia drivers with newer kernel versions. Unfortunately, I cannot > upgrade my nvidia drivers because

Re: [gentoo-user] Question regarding trick portage.mask situation

2005-09-15 Thread Michael Kintzios
  > From:: Matthew Cline <[EMAIL PROTECTED]> > To: gentoo-user@lists.gentoo.org > Subject: [gentoo-user] Question regarding trick portage.mask situation > Date: Wed, 14 Sep 2005 21:20:01 -0400 > I've been having serious problems with newer versions of > gentoo-sources (basically 2.6.12-

Re: [gentoo-user] Dell 1850/Dell Partition

2005-09-15 Thread Timo Boettcher
Hi Edoceo, * Edoceo Lists <[EMAIL PROTECTED]>, Thursday, September 15, 2005, 4:08:08 AM: > List, >Is at /dev/sda1. Does anyone know if I need this? Probably not. IIRC, the stuff on it is also on a CD you got and/or downloadable from the web. If not, you can make a backup yourself (dd if=/def