RE: [gentoo-user] Perl Upgrade Problem

2005-06-02 Thread Richard Watson
Hi Holly, thanks again for your support. I finally solved this with: # emerge -Dupv =perl-core/File-Spec-0.87 (this recognised it in portage ... maybe?) # emerge -C File-Spec # emerge -D perl (which interestingly enough does not want to re-install File-Spec ... I wonder what it's needed for) Th

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread Dirk Heinrichs
Am Donnerstag, 2. Juni 2005 22:04 schrieb ext Richard Fish: > For dm-crypt: http://www.saout.de/misc/dm-crypt/ > > For loop-AES, http://loop-aes.sourceforge.net/loop-AES.README For dm-crypt + LUKS: http://luks.endorphin.org Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234

Re: [gentoo-user] OT: customising nautilus desktop icon right-click menu

2005-06-02 Thread Greg Bur
On 6/2/05, Iain Buchanan <[EMAIL PROTECTED]> wrote: > Anybody know how to specify (if possible) what comes up in the > right-click menu for an object on the desktop? I'm not talking about > the existing ones like Trash or Computer, but say I create a new > launcher "foo" on my desktop, is there so

[gentoo-user] Recompile Myt Manually

2005-06-02 Thread Michael Haan
I want to either: a) Recompile my already built ebuild of myth, insuring that it's built against XvMC from nVidia. b) Rebuild myth from portage, insuring that it's built against XvMC from nVidia. How do I do this? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-02 Thread Sami Samhuri
* On Thu Jun-02-2005 at 07:49:13 AM -0700, maxim wexler said: > > > cheaper to buy online. > > I've had good results w/ tigerdirect.ca. Yes this is where I normally shop. However, they have a limited selection of higher-end hardware. No Tyan motherboards and only 2 choices for DDR400 ECC Reg me

Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-02 Thread Sami Samhuri
* On Thu Jun-02-2005 at 04:23:08 AM -0400, Philip Webb said: > 050601 Ted Ozolins wrote: > > Sami Samhuri wrote: > >> Perhaps some of you know of some Canadian stores (preferred) > > I've had good results from: http://www.cclcpr.com/shop/ > > the best store in Toronto is http://www.canadacompute

Re: [gentoo-user] root block device unspecified error on boot

2005-06-02 Thread Gentoo Linux Mailing List Client
yeah I did that as well. grub is not the problem as far as I can tell. I get the boot menu just fine. my system stops when it tries to (re)mount the root partition. It seems to think I didn't specify it. I thought that's what fstab was for ??? any other suggestions? TIA, Tomoki On 6/2/05, M

Re: [gentoo-user] Sound not working with XDM

2005-06-02 Thread Bob Sanders
On Thu, 2 Jun 2005 11:25:20 -0300 Daniel da Veiga <[EMAIL PROTECTED]> wrote: > I'm not sure about what's happening, ALSA is configured and working, > all mixer settings OK, if I use GDM, everything works fine (all apps > have sound), but GDM is just crashing with no reason while fluxbox is > runn

Re: Re: [gentoo-user] Printer setup tool

2005-06-02 Thread creighto
I re-emerged cups, got cupsd to hold, setup my deskjet 722c as parralel port 0, It said everything was good, but the test page will not print! > Did you try emerging CUPS again? >> >> From: [EMAIL PROTECTED] >> Date: 2005/06/01 Wed PM 10:17:16 EDT >> To: gentoo-user@lists.gentoo.org >> Subject: R

Re: [gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Phil Sexton
On Thu, 2005-06-02 at 20:20, Mark Shields wrote: > That's an interesting idea, Phil. Perhaps a livecd that works like > Knoppix, where you can choose to install it to your system? Actually, I did use a Knoppix CD to install both Gentoo and Debian SID on my 5 boot box (Windows XP Pro, Fedora Core

Re: [gentoo-user] [OT] tips on my 1st try at iptables?

2005-06-02 Thread Mark Shields
As first I was a bit weary, but after I modified a sample iptables to my likings, I found I got what I wanted. #First we flush our current rules iptables -F iptables -t nat -F #Then we lock our services so they only work from the LAN iptables -I INPUT 1 -i eth1 -j ACCEPT iptables -I INPUT 1 -i lo

Re: [gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Mark Shields
That's an interesting idea, Phil. Perhaps a livecd that works like Knoppix, where you can choose to install it to your system? On 6/2/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > On 6/2/05, Phil Sexton <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-06-02 at 18:00, Walter Dnes wrote: > > > After a

Re: [gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Mark Knecht
On 6/2/05, Phil Sexton <[EMAIL PROTECTED]> wrote: > On Thu, 2005-06-02 at 18:00, Walter Dnes wrote: > > After a few long+slow stage 1 installs, I want to give up the macho > > act and do a stage 2 or 3 next time. Am I correct to assume that I can > > set up CFLAGS and USE, and start "emerge --sy

Re: [gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Phil Sexton
On Thu, 2005-06-02 at 18:00, Walter Dnes wrote: > After a few long+slow stage 1 installs, I want to give up the macho > act and do a stage 2 or 3 next time. Am I correct to assume that I can > set up CFLAGS and USE, and start "emerge --system" and "emerge --world" > later on when I'm going away

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Maxime Robert-Schreyers
Oscar Carlsson wrote: >ACCEPT_KEYWORDS="~x86" != ACCEPT_KEYWORDS="~86" > >Can you see the difference? :-) >It's supposed to be "~x86". > >Oscar > > > Yup, but this wasn't a copy/paste, and the mistake is in the mail, not the file ;-) I don't think portage would have let me do such a dumb mistake

[gentoo-user] Does a stage 2 or 3 install eventually catch up with stage 1?

2005-06-02 Thread Walter Dnes
After a few long+slow stage 1 installs, I want to give up the macho act and do a stage 2 or 3 next time. Am I correct to assume that I can set up CFLAGS and USE, and start "emerge --system" and "emerge --world" later on when I'm going away for the weekend? Also, I notice that CHOST is not sup

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Thomas Heinrichsdobler
One could also take a look at http://www.pcuser.com.au/pcuser/hs2.nsf/Dir/registration and scroll down to "June 2005: Free full version registration" ;) //Thomas 2005/6/2, Ryan <[EMAIL PROTECTED]>: > I didnt have to pay anything for the license that I received. I dunno, > maybe it will expire so

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Ryan
I didnt have to pay anything for the license that I received. I dunno, maybe it will expire sometime, but it seems to be workin pretty good right now. I dl'd it and tried it out today as I'd never heard of it before. I know that the pro version costs, but from what I read, the personal version i

Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Andreas Karlsson
On Thursday 02 June 2005 22.05, Dmitry S. Makovey wrote: > because there are more platforms than just linux and not all the > platforms have ALSA. There are more reasons than that but this is the > most obvious. Arts was single gateway to whatever soundsystem your OS > provides for entire KDE in co

[gentoo-user] Cron job environmental differences: solved

2005-06-02 Thread fire-eyes
First off, thanks to those on the list who replied to my intitial problem, where it seemed that the environment for a script which cron was running was different from when it was run directly as root. I made the second line (after #!/bin/sh) source /etc/profile , and pow it started working. Right

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Antonino Sabetta
Ryan wrote: The personal version doesnt need you to pay anything. Just sign up with a junk mail account and get the personal key. It's 29$, isn't it? It is relatively cheap, but you do have to pay. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Andrew Gaydenko
OK. The choice is done: it is a TruStudio Eclipse plugin. Gentoo-ALL, THANKS! Andrew -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Ryan
The personal version doesnt need you to pay anything. Just sign up with a junk mail account and get the personal key. It's not to bad, but I like the colors of Quanta better. Oscar Carlsson wrote: >Too bad it's pay-ware :-( > >torsdagen den 2 juni 2005 13.38 skrev Thomas Heinrichsdobler: > >

Re: [gentoo-user] kdelibs failed to emerge is this an arts problem?

2005-06-02 Thread Richard Fish
I don't think so. It looks more like a MAKEOPTS=jX, where X > 1, problem. The first CC is still compiling and writing artskde.lo when the second tries to link against it. The solution is to set MAKEOPTS="-j1". -Richard Stoian Ivanov wrote: >/bin/sh ../../libtool --silent --mode=compile --tag

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread Richard Fish
rob3 wrote: >Hi guys, > >I am very interested in encrypted directories and/or disks. Right now >I am using ext3. Where can I find more info? The docs page at >Gentoo? > Probably, but someone else will have to point you to that. For dm-crypt: http://www.saout.de/misc/dm-crypt/ For loop-AES,

Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Dmitry S. Makovey
On June 2, 2005 01:04 pm, Andreas Karlsson wrote: > I don╢t want to start a flamewar here but I don╢t see the reason > why KDE insists on using arts. Why not just route all sounds > through alsa? Or has it to do with some cards limitations for > harwaremixing? because there are more platforms than

Re: [gentoo-user] grub still broke

2005-06-02 Thread Richard Fish
maxim wexler wrote: >http://www.gnu.org/software/grub/grub-legacy-faq.en.html > > >>HTH, >> >>Michael >> >> > >Thanks for the tip. But before I try this(and this >goes for Richard F's suggestion) how do I safely get >rid of the grub I have? Or do I need to? The emerge -C >flag comes w/ dire

Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Luigi Pinna
Alle 21:04, giovedì 02 giugno 2005, Andreas Karlsson ha scritto: > Yes. I am through with my recompiles and arts is no more on my > system. Sure, as you say, system sounds are gone, but I don´t miss > them as I never used them anyways. > I don´t want to start a flamewar here but I don´t see the rea

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Oscar Carlsson
Too bad it's pay-ware :-( torsdagen den 2 juni 2005 13.38 skrev Thomas Heinrichsdobler: > Another suggestion: Activestate Komodo - my IDE of choice for PHP, > Perl, Python, (X)HTML, XSLT, etc. pp. > > See a list of its features here: > http://www.activestate.com/Products/Komodo/ > > I think it wil

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Oscar Carlsson
ACCEPT_KEYWORDS="~x86" != ACCEPT_KEYWORDS="~86" Can you see the difference? :-) It's supposed to be "~x86". Oscar > Anyway, I re-tried it with only "~86" and the same error > shows up. pgpjrNMfuH853.pgp Description: PGP signature

Re: [gentoo-user] Error when running ethereal through ssh tunneled X11

2005-06-02 Thread fire-eyes
On Thu, 2005-06-02 at 21:27 +0200, Chris Prior wrote: > Try using ssh -Y instead of ssh -X. > (or set trusted forwarding in ssh_config) Hrm. That did it. I'm curious, can you tell me a bit more than th eman page about what -Y is? It basically says it's trusted, but doesn't go any further. Thank y

Re: [gentoo-user] Error when running ethereal through ssh tunneled X11

2005-06-02 Thread Chris Prior
Try using ssh -Y instead of ssh -X. (or set trusted forwarding in ssh_config) -- Christian Prior http://christianprior.de -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread rob3
Dirk Heinrichs wrote: > Am Mittwoch, 1. Juni 2005 19:06 schrieb ext Richard Fish: > >> It is pretty easy to google for such a comparison. The main >> security problem with dm-crypt is that it doesn't support >> multi-key encryption modes, which makes it vulnerable to >> "watermark" attacks. It is

[gentoo-user] Error when running ethereal through ssh tunneled X11

2005-06-02 Thread fire-eyes
When I ssh into one of my servers, using X11 tunneling, then su - to root, cp ~useriloggedinas/.Xauthority . , then try to run ethereal the following happens: # ethereal The program 'ethereal' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow

Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Andreas Karlsson
On Thursday 02 June 2005 18.37, Rafael Dantas de Castro wrote: > I did this when I switched to KDE 3.4.0 and didn't run into any big > problem, besides recompiling everything that rellied on arts. Of > course I lost system sounds and so on, but I didn't actually care much > for them. Now I'm very m

RE: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread fire-eyes
On Thu, 2005-06-02 at 14:54 -0400, Dave Nebinger wrote: > Sometimes there are environmental differences that are not immediately > obvious between executing a command at the shell vs. within a cron task. > > A great hint I saw was to use the 'sys-process/at' package's command to > schedule the scr

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread Richard Fish
Dirk Heinrichs wrote: >Am Mittwoch, 1. Juni 2005 19:06 schrieb ext Richard Fish: > > > >>It is pretty easy to google for such a comparison. The main security >>problem with dm-crypt is that it doesn't support multi-key encryption >>modes, which makes it vulnerable to "watermark" attacks. It is

RE: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread Dave Nebinger
Sometimes there are environmental differences that are not immediately obvious between executing a command at the shell vs. within a cron task. A great hint I saw was to use the 'sys-process/at' package's command to schedule the script to run some time in the future. Then go to the /var/spool/at

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Maxime Robert-Schreyers
Mike Williams wrote: >On Thursday 02 June 2005 17:49, Maxime Robert-Schreyers wrote: > > >>configure:6491: checking compiler and flags for sanity >>configure:6510: i386-pc-linux-gnu-gcc -o conftest -O2 -mcpu=i686 >>-fomit-frame-pointer -DWITH_LDAP_PUBKEY -Wall -Wpointer-arith >>-Wno-uninitialize

Re: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread fire-eyes
On Thu, 2005-06-02 at 14:17 -0300, Daniel da Veiga wrote: > Check if root will run the process and if the environment where the > script will run is correct (like shell and umask). I'm not sure, but a > #! usually makes my scripts run correctly at cron. Yep my first line is #!/bin/sh. -- gentoo

Re: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread fire-eyes
On Thu, 2005-06-02 at 12:37 -0400, A. Khattri wrote: > On Thu, 2 Jun 2005, fire-eyes wrote: > > > However, when I run it from cron as the same shell script (and redirect > > STDERR and STDOUT to files): > > > > ppp0: error fetching interface information: Device not found > > Is it running as roo

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Mike Williams
On Thursday 02 June 2005 17:49, Maxime Robert-Schreyers wrote: > configure:6491: checking compiler and flags for sanity > configure:6510: i386-pc-linux-gnu-gcc -o conftest -O2 -mcpu=i686 > -fomit-frame-pointer -DWITH_LDAP_PUBKEY -Wall -Wpointer-arith > -Wno-uninitialized    -lldap conftest.c  >&5 c

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Maxime Robert-Schreyers
Jan Callewaert wrote: >On 6/2/05, Maxime Robert-Schreyers <[EMAIL PROTECTED]> wrote: > > >>[...snip] >>I've changed my /etc/make.conf , adding ACCEPT_KEYWORDS="x86 ~x86" . >> >> > >If you wish to use the unstable branch of gentoo, you should just set >ACCEPT_KEYWORDS="~x86". > > > It was t

Re: [gentoo-user] When is Gentoo CVS synched to the trunk?

2005-06-02 Thread Myk Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 D'oh. I see my mistake. The bug was fixed in an eclass, not the ebuild where I was expecting it. Sorry for the noise. Ciaran McCreesh wrote: > On Thu, 02 Jun 2005 01:23:02 -0700 Myk Taylor <[EMAIL PROTECTED]> wrote: > | I've noticed a few Gentoo bu

Re: [gentoo-user] openssh newuse

2005-06-02 Thread Jan Callewaert
On 6/2/05, Maxime Robert-Schreyers <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I'm new to this list, so if I inadvertently break some rules, feel free > to tell me so. > > I've been happily running gentoo for a bit more than a year, and have > just encountered > my first real problem (gentoo i

Re: [gentoo-user] grub still broke

2005-06-02 Thread maxim wexler
> http://www.gnu.org/software/grub/grub-legacy-faq.en.html > > HTH, > > Michael Thanks for the tip. But before I try this(and this goes for Richard F's suggestion) how do I safely get rid of the grub I have? Or do I need to? The emerge -C flag comes w/ dire warnings, The manual entry for -c ment

Re: [gentoo-user] distcc doesn't work

2005-06-02 Thread askar ...
On 6/2/05, Rafael Dantas de Castro <[EMAIL PROTECTED]> wrote: > You actually switched the files of the PC's. The "--listen " arg > should have the IP of the LOCAL PC, the one you'll listen IN, not the > one you'll listen FROM. That's why you get the errors, you're trying > to bind to an IP that's n

Re: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread Daniel da Veiga
Check if root will run the process and if the environment where the script will run is correct (like shell and umask). I'm not sure, but a #! usually makes my scripts run correctly at cron. On 6/2/05, A. Khattri <[EMAIL PROTECTED]> wrote: > On Thu, 2 Jun 2005, fire-eyes wrote: > > > However, when

Re: [gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread A. Khattri
On Thu, 2 Jun 2005, fire-eyes wrote: > However, when I run it from cron as the same shell script (and redirect > STDERR and STDOUT to files): > > ppp0: error fetching interface information: Device not found Is it running as root from crontab? -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [OT] tips on my 1st try at iptables?

2005-06-02 Thread A. Khattri
On Tue, 31 May 2005, Ow Mun Heng wrote: > > I prefer just plain iptables myself ;-) > > One man's meat is another's poison. > > That's the beauty of Open Source. You're free to decide. Well its one less package to manage - and you dont need any startup scripts ("/etc/init.d/iptables save" saves t

[gentoo-user] Shell Script runs fine directly, fails in crontab

2005-06-02 Thread fire-eyes
I built the following shell script to bring up a pptp tunnel, grab a file via rsync, change some perms, and bring the tunnel down. When I run it directly logged in as root, I don't get problems. /usr/sbin/pon det-cle && \ sleep 3 ppp0_address=$(/sbin/ifconfig ppp0 | grep addr | awk '{print $2}' |

[gentoo-user] openssh newuse

2005-06-02 Thread Maxime Robert-Schreyers
Hi everybody, I'm new to this list, so if I inadvertently break some rules, feel free to tell me so. I've been happily running gentoo for a bit more than a year, and have just encountered my first real problem (gentoo is excellent :-)) ). I've changed my /etc/make.conf , adding ACCEPT_KEYWORDS="x

Re: [gentoo-user] distcc doesn't work

2005-06-02 Thread Rafael Dantas de Castro
You actually switched the files of the PC's. The "--listen " arg should have the IP of the LOCAL PC, the one you'll listen IN, not the one you'll listen FROM. That's why you get the errors, you're trying to bind to an IP that's not the IP fo the local machine. Switch the files and it should work.

Re: [gentoo-user] KDE 3.4.1 released

2005-06-02 Thread Rafael Dantas de Castro
I did this when I switched to KDE 3.4.0 and didn't run into any big problem, besides recompiling everything that rellied on arts. Of course I lost system sounds and so on, but I didn't actually care much for them. Now I'm very much pleased with amaroK+GStreamer and Gaim. My board does hardware mixi

Re: [gentoo-user] mailman: how to approve messages by automated script or how to just allow autopost from address and ip?

2005-06-02 Thread A. Khattri
On Wed, 1 Jun 2005, Claudinei Matos wrote: > I have a list at mailman with all my clients. I've specified that all > posts to the list are moderated. > That works fine but I always have to approve the messages by admin interface. > The situation is that I have a address that I want to trust to pos

Re: [gentoo-user] pxe installation

2005-06-02 Thread A. Khattri
On Thu, 2 Jun 2005, Shahriar Mokhtari wrote: > I have to have the keyboard attached to client and press "enter" key > before time out. Usually there's a setting in the BIOS of most PCs to ignore keyboard "errors". -- -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] # ./CA.pl -newca certification problem

2005-06-02 Thread askar ...
> While not a direct answer to your question, have you tried using tinyca > instead of CA.pl? I always found CA.pl something of a challenge with > many chances to make a silly error. Using tinyca (under Xwindows) I > found managing certificates was a breeze. No, I never tried tinyca. For now, I wo

Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-02 Thread maxim wexler
> cheaper to buy online. I've had good results w/ tigerdirect.ca. -mw __ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [Fwd: baselayout-1.11.12-r2 request for testers]

2005-06-02 Thread Mark Knecht
After some Googling it appears this kernel is built for Pentium III even though the hardware (and make.conf) say Pention 4. I am rebuilding the kernel and modules for Pentium 4. - Mark On 6/2/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > Mike, >Where do I report problems? I seem to have a pret

Re: [gentoo-user] [Fwd: baselayout-1.11.12-r2 request for testers]

2005-06-02 Thread Mark Knecht
Mike, Where do I report problems? I seem to have a pretty disastorious reboot! I am writing from the machine, so X and netowrking are up, but many drivers didn't load and I am seeing many versions of this message in demsg: (replace agpgart with many names...) agpgart: version magic '2.6.11-gent

[gentoo-user] Sound not working with XDM

2005-06-02 Thread Daniel da Veiga
Greetings, I'm not sure about what's happening, ALSA is configured and working, all mixer settings OK, if I use GDM, everything works fine (all apps have sound), but GDM is just crashing with no reason while fluxbox is running, a few clicks and BUM! Its out. So, I decided to use xdm (because its s

Re: [gentoo-user] # ./CA.pl -newca certification problem

2005-06-02 Thread Steve [Gentoo]
askar ... wrote: I'm trying to setup email system by reading the "Virtual Mailhosting System with Postfix Guide". I have a problem in section 5. When I do # ./CA.pl -newca have error "unable to load certificate 2319:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:637:Expecting

[gentoo-user] pxe installation

2005-06-02 Thread Shahriar Mokhtari
hi there, I am trying "Diskless install using PXE boot" in http://www.gentoo.org/doc/en/altinstall.xml#doc_chap5. Things installed fine. When I reboot client machine, I gets its ip from dhcp and then I see the grub menu. I have two problems; 1- If I leave the timeout elapse in the grub menu then

Re: [gentoo-user] CVSpserver && xinitd

2005-06-02 Thread kashani
pat wrote: Hi, I want to run cvspserver as a service through xinietd. I've created a correct setup for the cvspserver (I've run the cvs this way on different Linux distribution), but it doesn't work. I want to ask, if there's necessary to do some extra steps for xinetd or if is necessary to add

Re: [gentoo-user] genkernel-3.1.6 fails for my situation

2005-06-02 Thread Digby Tarvin
I would quite like to try something like that as a neat way of bootstrapping a new install. Can you tell me which pcmcia-usb2 adapter you are using? The one that I have tried (an SDK adapter) didn't seem to work with Linux, and I have had trouble finding anyone who can confirm a working card. Tha

[gentoo-user] # ./CA.pl -newca certification problem

2005-06-02 Thread askar ...
Hi! I'm trying to setup email system by reading the "Virtual Mailhosting System with Postfix Guide". I have a problem in section 5. When I do # ./CA.pl -newca have error "unable to load certificate 2319:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:637:Expecting: TRUSTED CERTIF

Re: [gentoo-user] Re: Can't see networked windows xp machine

2005-06-02 Thread Sandy McGuffog
On 6/2/05, Harry Putnam <[EMAIL PROTECTED]> wrote: > Paul <[EMAIL PROTECTED]> writes: > > > Hi all, > > I use kde and when I try the lan Browse option in konqueror I get a message > > box telling me that The Lisa daemon does not appear to be running. > > This is after using the guided setup option

Re: [gentoo-user] PCMCIA progress

2005-06-02 Thread Digby Tarvin
Hi Jerry, So your /proc/bus/pccard is also missing the two digit files aka: % ls -l /proc/bus/pccard total 0 dr-xr-xr-x2 root root0 Jun 2 13:13 00 dr-xr-xr-x2 root root0 Jun 2 13:13 01 dr-xr-xr-x2 root root0 Jun 2 1

Re: [gentoo-user] When is Gentoo CVS synched to the trunk?

2005-06-02 Thread Ciaran McCreesh
On Thu, 02 Jun 2005 01:23:02 -0700 Myk Taylor <[EMAIL PROTECTED]> wrote: | I've noticed a few Gentoo bugs have been closed with remarks stating: | 'fixed in CVS'. However, weeks later, I still haven't seen the | changes reflected in the web view of Gentoo CVS. Are the maintainers | committing to

[gentoo-user] Re: Can't see networked windows xp machine

2005-06-02 Thread Harry Putnam
Paul <[EMAIL PROTECTED]> writes: > Hi all, > I use kde and when I try the lan Browse option in konqueror I get a message > box telling me that The Lisa daemon does not appear to be running. > This is after using the guided setup option in control panel and stopping and > starting lisa. > Has any

[gentoo-user] Re: When a dependancy built by hand

2005-06-02 Thread Harry Putnam
Paul Varner <[EMAIL PROTECTED]> writes: [...] > > Your /etc/portage/profile/package.provided file is correct. > Unfortunately, in this case, the dependency is on virtual/emacs. > > Add "virtual/emacs app-editors/emacs-cvs" > to /etc/portage/profile/virtuals and it will quit trying to install > e

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Thomas Heinrichsdobler
Another suggestion: Activestate Komodo - my IDE of choice for PHP, Perl, Python, (X)HTML, XSLT, etc. pp. See a list of its features here: http://www.activestate.com/Products/Komodo/ I think it will give you all you need. Its code completion capabilities are way beyond standard, so your needs shou

Re: Re: [gentoo-user] Printer setup tool

2005-06-02 Thread brettholcomb
Did you try emerging CUPS again? > > From: [EMAIL PROTECTED] > Date: 2005/06/01 Wed PM 10:17:16 EDT > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Printer setup tool > > bash-2.05b# cupsd > cupsd: Child exited with status 98! > > I happens after about 5 seconds. What I am doing

[gentoo-user] kdelibs failed to emerge is this an arts problem?

2005-06-02 Thread Stoian Ivanov
/bin/sh ../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../arts/kde -I../.. -I/usr/kde/3.4/include/arts -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdeu

Re: [gentoo-user] Printer setup tool

2005-06-02 Thread Holly Bostick
[EMAIL PROTECTED] schreef: >>>I can't, cupsd dies quickly. >>> >>> >>> >> >>Well, that's a problem. >> >>At what point does it die (what are you doing when it dies), and what >>does it say with its dying breath (error message)? >> >>Holly >>-- >>gentoo-user@gentoo.org mailing list >> > > bash-2.05

Re: [gentoo-user] Perl Upgrade Problem

2005-06-02 Thread Holly Bostick
Richard Watson schreef: > I believe that you are mistaken about what is blocking the Perl upgrade > (no fault of your own, block messages are hard to read). > > I think that the blocking (currently installed) package is > perl-core/File-Spec-0.87 > not Perl 5.8.5 whatever. > So that is what I woul

[gentoo-user] Apache + Mod_BW experiences vs QoS

2005-06-02 Thread Ow Mun Heng
Hi, I'm wondering the effectiveness of using mod_bw or mod_bwshare (which is masked in portage) versus a solution that uses QoS for Upstream bandwidth throttling/management. The fact is that I'm trying to figure out which is the best method in a virtual server environment which is hosting

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread Bastian Balthazar Bux
Colin wrote: > Calvin Walton wrote: > >> On 5/31/05, Colin <[EMAIL PROTECTED]> wrote: >> >> >>> When will Reiser4 be added to the Gentoo kernel? I can emerge >>> reiser4progs, but I can't mount the volumes nor use them in /etc/fstab. >>> -- >>> Colin >>> >> >> Although reiser4 is not in the

Re: [gentoo-user] root block device unspecified error on boot

2005-06-02 Thread Myk Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Have you directed the first-stage bootloader to find root on hda1? from http://www.gentoo.org/doc/en/handbook/2005.0/handbook-x86.xml?part=1&chap=10#doc_chap2 try 'grub-install /dev/hda' or 'grub' and grub> root (hd0,0) (Specify where your /

Re: [gentoo-user] [OT] The best PHP IDE

2005-06-02 Thread Oscar Carlsson
Ctrl+space is probably what you are looking for... :-) torsdagen den 2 juni 2005 03.32 skrev Ryan: > I use Quanta myself, but I have yet to figure out how to get it to do > code completion on my own functions/libraries/classes. I have several > functions that I use in every application I use but

Re: [gentoo-user] Reiser4, encryption

2005-06-02 Thread Dirk Heinrichs
Am Mittwoch, 1. Juni 2005 19:06 schrieb ext Richard Fish: > It is pretty easy to google for such a comparison. The main security > problem with dm-crypt is that it doesn't support multi-key encryption > modes, which makes it vulnerable to "watermark" attacks. It is better > than it used to be, w

[gentoo-user] distcc doesn't work

2005-06-02 Thread askar ...
Recently knew about distcc, though I used to see the name a lot. I likd the idea of distributed complilation. I have 2 PCs and both have gentoo installed. To use distcc I followed instruction at http://www.gentoo.org/doc/en/distcc.xml. My distcc related settings for PCs as follows 1st PC ip addres

[gentoo-user] Can't see networked windows xp machine

2005-06-02 Thread Paul
Hi all, I use kde and when I try the lan Browse option in konqueror I get a message box telling me that The Lisa daemon does not appear to be running. This is after using the guided setup option in control panel and stopping and starting lisa. Has anybody else had this problem or have any suggest

RE: [gentoo-user] Perl Upgrade Problem

2005-06-02 Thread Richard Watson
I believe that you are mistaken about what is blocking the Perl upgrade (no fault of your own, block messages are hard to read). I think that the blocking (currently installed) package is perl-core/File-Spec-0.87 not Perl 5.8.5 whatever. So that is what I would unmerge, not Perl, then try the emer

Re: [gentoo-user] [OT] Online stores (that ship to Canada)

2005-06-02 Thread Philip Webb
050601 Ted Ozolins wrote: > Sami Samhuri wrote: >> Perhaps some of you know of some Canadian stores (preferred) > I've had good results from: http://www.cclcpr.com/shop/ the best store in Toronto is http://www.canadacomputers.com/ : they have lower prices for CPUs than the Burnaby store & they h

[gentoo-user] When is Gentoo CVS synched to the trunk?

2005-06-02 Thread Myk Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've noticed a few Gentoo bugs have been closed with remarks stating: 'fixed in CVS'. However, weeks later, I still haven't seen the changes reflected in the web view of Gentoo CVS. Are the maintainers committing to a different repository? And if so

[gentoo-user] root block device unspecified error on boot

2005-06-02 Thread Gentoo Linux Mailing List Client
I had to move my linux partition from /dev/hda3 to /dev/hda1 I have altered /etc/fstab to reflect the move, along with /boot/grub/menu.lst yet everytime I boot I still get the following error. The root block device is unspecified or not detected. Please specify a device or "shell" for a she

[gentoo-user] CVSpserver && xinitd

2005-06-02 Thread pat
Hi, I want to run cvspserver as a service through xinietd. I've created a correct setup for the cvspserver (I've run the cvs this way on different Linux distribution), but it doesn't work. I want to ask, if there's necessary to do some extra steps for xinetd or if is necessary to add the xinetd to

Re: [gentoo-user] Printer setup tool

2005-06-02 Thread Neil Bothwick
On Wed, 1 Jun 2005 21:17:16 -0500 (CDT), [EMAIL PROTECTED] wrote: > bash-2.05b# cupsd > cupsd: Child exited with status 98! Have you tried googling that error message? I found this http://www.linuxquestions.org/questions/showthread.php?s=&threadid=154739&goto=nextoldest -- Neil Bothwick As l

Re: [gentoo-user] Can't burn an image

2005-06-02 Thread Neil Bothwick
On Thu, 2 Jun 2005 10:10:24 +1000, Nanayakkara, Pubudu wrote: > growisofs -dvd-compat -Z /dev/cdrom=image.iso > Executing 'builtin_dd if=image.iso of=/dev/cdrom obs=32k seek=0' > :-[ MODE SELECT failed with SK=5h/ASC=1Ah/ACQ=00h]: Input/output error What type of disc is this? You may need to form