Re: [gentoo-user] Naming servers on a network with one IP

2005-05-13 Thread Calvin Spealman
Thats seems a good configuration, but what about /etc/hostname? thats
what im not sure of, how to set what the box sees as its own hostname,
without setting it to the domain (because thats the router/network),
but still with Postfix and apache running.

I guess I can use the config files for them as Neil, suggested. The
behavior I was seeing is that I did not set the hostname in apache's
config, but set it to hostname myhostname.

On 5/12/05, Iain Buchanan [EMAIL PROTECTED] wrote:
 On Thu, 2005-05-12 at 02:34 -0400, Calvin Spealman wrote:
   ive got a network question. i have a few machines on my local
  network, but only one IP.
 
  But, i
  don't intend to run all the server daemons on one box for long.
 
   i want to be able to
  address the different boxes by unique names from within the network
 
 sounds simple enough.
 
 so just give them each their own name within your network (a, b, c); and
 put it in /etc/hosts of each machine.  Then put in /etc/hosts (or leave
 it up to the DNS) your external host name (x.com) which points to the
 router.
 
 eg /etc/hosts:
 
 192.168.1.1 a
 192.168.1.2 b
 192.168.1.3 c
 216.239.32.10 x.com
 
 your router forwards to each machine from the outside based on port.
 
 Each box thinks it is only called a, or b, or c, (or a.x.com if you
 like) but then configure the service on the box to think it is your
 outside name (x.com). eg in your apache.conf on machine a, you can say
 the hostname is x.com, in your postfix conf on machine b, you say the
 hostname is x.com.
 
 Internally, any machine can connect to a service on the virtual x.com,
 which goes to your router and back in to the correct machine (so long as
 your router is smart enough to do this without sending the traffic to
 your isp and back).
 
 Or, internally, you can connect to the correct machine, by just using a,
 b, or c, because you set it up and you know which is which.
 
 externally, all anyone knows about is x.com, which is listening on
 multiple ports.
 
 I did a similar thing at home with various services (I used to have 3
 machines but I scaled back to 1!)
 
 HTH,
 --
 Iain Buchanan [EMAIL PROTECTED]
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Printing to shared Windows XP printer

2005-05-13 Thread Heinz Sporn
Hi!

It's hard to help you if you don't provide more
info. /etc/cups/printers.conf and /etc/samba/smb.conf for a start?

Regards

spox

Am Freitag, den 13.05.2005, 10:20 +1000 schrieb Richard Watson:
 Hi - I'm trying to get my Gentoo machine to print to a hp1210 psc printer
 using Samba. The printer is connected and shared from a Windows XP box. I
 followed the instructions at http://gentoo-wiki.com/HOWTO_print_winserver
 and I'm fairly sure I've followed the instructions correctly. I keep getting
 the error client-error-not-possible. Any help would be really appreciated.
 
 
 Thanks, Richard
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.11.9 - Release Date: 12/05/2005
  
 
 
-- 
Mit freundlichen Grüßen

Heinz Sporn

SPORN it-freelancing

Mobile: ++43 (0)699 / 127 827 07
Email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]
Snail:  Steyrer Str. 20
A-4540 Bad Hall
Austria / Europe

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing to VFAT partition

2005-05-13 Thread Dirk Heinrichs
Am Freitag, 13. Mai 2005 08:40 schrieb ext THUFIR HAWAT:

 when you say that Gentoo installs on the partition of my choice, how
 does that happen: with a gui, drop-down menu or what?

There is no installer for Gentoo. You boot from a LiveCD and type commands 
into a shell. That's how Gentoo is installed - your way. I'd suggest to 
read the installation docs first.

 I don't mind 
 formating the fat32/vfat partition to ext3 (or whatever gentoo uses).

Whatever _you_ want to use.

 My primary concern is losing data on the fedora partition, secondary

Then, just be carefull not to overwrite it.

 concern being some sort of snafu with grub or similar, although that's
 a fairly minor fix.

If you already have Linux on the box, then you also have grub already 
installed. So you can skip that part of the installation and just add an 
entry for booting Gentoo (assuming you'll keep Windows and Fedora, you will 
have a triple boot system, then).

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpHjmm41ilBe.pgp
Description: PGP signature


[gentoo-user] Which IMAP is happiest with gentoo?

2005-05-13 Thread michael
I already have Postfix running and I happily read email on my server,
but I'd like to read my email on my IMAP/SSL cellphone client. I've seen
Courier, UW, and Cyrus, and perhaps there are others. Any
recommendations, for or against?
Currently I'm the only user, but I host about a dozen friend's websites,
and perhaps someday they too would like email, so I'd like to be able to
grow into that, but I don't feel I need a database to support a huge
number of clients. I support these virtual domains directly from
Postfix.
Any other things I should be thinking about, or aware of?
Thanks in advance,
Michael
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] installing to VFAT partition

2005-05-13 Thread Phil Sexton
On Fri, 2005-05-13 at 02:40, THUFIR HAWAT wrote:

 when you say that Gentoo installs on the partition of my choice, how
 does that happen: with a gui, drop-down menu or what?  I don't mind
 formating the fat32/vfat partition to ext3 (or whatever gentoo uses). 
 My primary concern is losing data on the fedora partition, secondary
 concern being some sort of snafu with grub or similar, although that's
 a fairly minor fix.

By commands, actually.  You can even install Gentoo from your running
Fedora installation, or from a Linux Live CD such as Knoppix.

See this:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml

-- 
Phil
Our 2nd CD: http://www.cdbaby.com/naomisfancy
Naomi's Fancy performances: http://naomisfancy.virtualave.net/schedule.html

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Naming servers on a network with one IP

2005-05-13 Thread Neil Bothwick
On Fri, 13 May 2005 02:08:54 -0400, Calvin Spealman wrote:

 Thats seems a good configuration, but what about /etc/hostname? thats
 what im not sure of, how to set what the box sees as its own hostname,
 without setting it to the domain (because thats the router/network),
 but still with Postfix and apache running.

/etc/hostname doesn't matter here. It is common for a server to have
several, even many, domain names. As long as the server config contain
the correct information, you will be OK. My mail server handles mail for
about a dozen domain names, the only place most of these appear in in the
Postfix config file.


-- 
Neil Bothwick

Indecision is the key to flexibility.


pgpYf04f2AT75.pgp
Description: PGP signature


Re: [gentoo-user] Which IMAP is happiest with gentoo?

2005-05-13 Thread Dirk Heinrichs
Am Donnerstag, 12. Mai 2005 21:10 schrieb ext [EMAIL PROTECTED]:

 [Something about IMAP in an unrelated thread]

Please stop thread hijacking.

Thanks...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpqUbTcb7ntL.pgp
Description: PGP signature


Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Thu, 12 May 2005 12:47:36 -0700, Mark Knecht wrote:

As for proceeding with the emerge world operation I don't think
 there's any particular order you need to go in. The order shown is the
 was portage would handle it if you let it do it as one big group. I
 often opt for doing 5-10 packages instead of kicking off the world
 operation. In that case I'd do it in the order shown before:
 
 emerge -pv --newuse grep net-tools kbd binutils-config binutils

Doing it this way will mess up your world file. Most of the packages in
the list are dependencies that should be in world themselves. Installing
them explicitly with emerge adds them to world, with the result that if
you uninstall the package that required them in the first place, they
will remain as useless cruft on your system and not be cleaned out by
emerge depclean.

If you want to pick individual packages from emerge -upv world for
merging, merge them with the --oneshot argument to prevent them being
added to world.


-- 
Neil Bothwick

Q: Why do PCs - even modern ones - have reset buttons on the front?
A: Because they come with Microsoft operating systems.


pgpGyZDJtpJrK.pgp
Description: PGP signature


Re: [gentoo-user] Fwd: VFS does not find /dev/sda3 (8,3), Kernel Panic

2005-05-13 Thread Dirk Heinrichs
Am Freitag, 13. Mai 2005 10:23 schrieb ext Zeno Davatz:


 I took the /proc/config.gz from the chrooted and mounted system and
 compiled a new kernel off it. I made sure that all the SATA drivers
 are (*) and not (M).

No, you didn't. All (!?) hardware drivers are M, they (or better, the one 
for your controller) should be *.

When configuring your kernel look into SCSI low-level drivers and enable 
the driver for your controller.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpu5jqTkpEMw.pgp
Description: PGP signature


Re: [gentoo-user] Postfix problem w/o network

2005-05-13 Thread Matthias Bethke
Hi Neil,
on Thursday, 2005-05-12 at 22:18:23, you wrote:
 I'm running ~amd64 and ~ppc. I don't know if it's in the older
 baselayout, but there are a lot of differences between testing and stable
 baselayouts.

My RC_NET_STRICT_CHECKING had been set to no already, and I don't have support
for the other values yes. Gonna try the baselayout ~x86 now...so before, this 
was
really impossible unless you edited your initscripts?

thanx!
Matthias
-- 
I prefer encrypted and signed messages.   KeyID: 90CF8389
Fingerprint: 8E 1F 10 81 A4 66 29 46  B9 8A B9 E2 09 9F 3B 91


pgpVSpy8qg3fc.pgp
Description: PGP signature


Re: [gentoo-user] Fwd: VFS does not find /dev/sda3 (8,3), Kernel Panic

2005-05-13 Thread Zeno Davatz
Yes, sorry, your are right. To much configuring in my brain.

Check the new config. I suppose I only need the Intel PII/ICH SATA
support (as my lspci tells me).

But I get the same result; a Kernel Panic VFS not found (8,3)... but
my HDD is on /dev/sda3.

Is there any why I can get more detailed info out of my kernel-boot
(except from my screen)?

Any other hints?

Thanks for your help.
Zeno

On 5/13/05, Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Freitag, 13. Mai 2005 10:23 schrieb ext Zeno Davatz:
 
 
  I took the /proc/config.gz from the chrooted and mounted system and
  compiled a new kernel off it. I made sure that all the SATA drivers
  are (*) and not (M).
 
 No, you didn't. All (!?) hardware drivers are M, they (or better, the one
 for your controller) should be *.
 
 When configuring your kernel look into SCSI low-level drivers and enable
 the driver for your controller.
 
 HTH...
 
 Dirk
 --
 Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
 Configuration Manager   | Fax:  +49 (0)211 47068 111
 Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
 Hambornerstraße 55  | Web:  http://www.capgemini.com
 D-40472 Düsseldorf  | ICQ#: 110037733
 GPG Public Key C2E467BB | Keyserver: www.keyserver.net
 
 



config
Description: Binary data


Re: [gentoo-user] Problem with xine

2005-05-13 Thread Paul
On Thursday 12 May 2005 19:09, Richard Fish wrote:
 Paul wrote:
 On Thursday 12 May 2005 15:22, Richard Fish wrote:
 Paul wrote:
 Hi all,
 I posted this problem a few weeks ago and had no replies.  I have tried
 all sorts including re-installation of xine-lib 1.0-r2 and xine-ui
  0.99.3 but I always get the same error:-
 
 snip 
 
 xiTK received SIGSEGV signal, RIP.
 Aborted
 
 What does xiTK refer to?
 I am at a loss now, can anybody help???  PLEASE
 
 What USE flags do you build xine-ui and xine-lib with?  Mine are:
 
 snip
 [ebuild   R   ] media-video/xine-ui-0.99.3  +X +aalib -directfb -lirc +nls
  0 kB
 [ebuild   R   ] media-libs/xine-lib-1.0-r2  +X -aac +aalib +alsa
  (-altivec) +arts -cle266 -debug -directfb +dvd -dxr3 +esd -fbcon -ffmpeg
  +flac -gnome -i8x0 +ipv6 -libcaca -mng +nls -nvidia +opengl +oss +png
  +samba +sdl -speex -theora +v4l-vidix +vorbis -win32codecs -xinerama +xv
  -xvmc 0 kB
 
 Also, what CFLAGS do you have in /etc/make.conf?
 
 CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer
 CHOST=i686-pc-linux-gnu

 Two suggestions.  First, try moving/deleting the ~/.xine directory.  I
 am thinking that you might be using a non-default UI skin, or you have
 some other configuration problem.  If that doesn't help, try rebuilding
 xine-lib with USE=-opengl -oss.  OpenGL can cause some problems in
 some applications, and OSS is just not necessary anymore.  You could
 also try disabling v4l, which is not needed for playback.

 HTH.

 -Richard
Thanks for the help Richard but after trying your suggestions I still Have the 
same problem.  This is so frustrating, I'm sure it will turn out to be 
something simple, but I just can't see it.
I still don't know what xiTK is and if it's relevent.
regards
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] isdn4k-utils or how to get back my old ebuild

2005-05-13 Thread Jaap van Geffen
On Thu, 2005-05-12 at 23:55 +0200, Christoph Gysin wrote:

 
 
 Old ebuilds are avaible from viewcvs:
 
 http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild
 
 Copy it to /usr/portage/net-dialup/isdn4k-utils/ and run:
 
 # /usr/portage/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild digest
 # emerge isdn4k-utils-3.2_p1-r2
 
Thank you,Christoph
It worked allright except that emerge wants to have 
/usr/portage/net-dialup/isdn4k-utils/files/3.2_p1-r2/gentoo.patch

Any idea where to find it ?

ciao,
--
jaap

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] links in Thunderbird

2005-05-13 Thread Arran Fraser

I recently did my first-in-a-long-while emerge world.  Now, when I
click a link in Thunderbird nothing happens.  I'd like the link to be
opened in Firefox (of course).  I'm using KDE.

Any ideas?


--
Arran
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting a core dump with apache2/mod_perl

2005-05-13 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
 I'm trying to track down my apache2 segfaults and the mod_perl guys
 are telling me I need to get my system to dump a core file for
 analysis.  How can I do that?  Should I re-emerge apache2 and apr with
 +debug?

Unfortunately just having USE=debug isn't all that you need.  I use a bash
alias like so:

alias debug=USE=debug FEATURES=nostrip CFLAGS=-ggdb3 CXXFLAGS=-ggdb3

then you can just run 'debug emerge blah'.

You'll probably want to rebuilt apache2,apr,apr-util,mod_perl and possibly more
depending on what exactly you're looking for.

Finally, to get it to dump core, you'll probably have to add 'ulimit -c
unlimited' to your apache2 init script.

HTH
- --
Gort, klaatu nikto barada.
- -- The Day the Earth Stood Still

Aaron Walker [EMAIL PROTECTED]
[ BSD | cron | forensics | shell-tools | commonbox | netmon | vim | web-apps ]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFChFQdC3poscuANHARArvZAKCfPJzWNJAMOoNfDTvzhdfy3qSo6ACgzACz
l2I65i0OLbCICuWwg/mMRyc=
=IM84
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Doubt about qt and kde flags

2005-05-13 Thread Allan Spagnol Comar
Hi All, I am having a little doubt about qt and kde user flags, I am
using Gnome in my system but I like some kde programs, so I have gtk
and gnome flag, should I use kde and qt flags to or should I put the
-kde and -qt ?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Mark Knecht
On 5/13/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 12 May 2005 12:47:36 -0700, Mark Knecht wrote:
 
 As for proceeding with the emerge world operation I don't think
  there's any particular order you need to go in. The order shown is the
  was portage would handle it if you let it do it as one big group. I
  often opt for doing 5-10 packages instead of kicking off the world
  operation. In that case I'd do it in the order shown before:
 
  emerge -pv --newuse grep net-tools kbd binutils-config binutils
 
 Doing it this way will mess up your world file. 

Mess up?

 Most of the packages in
 the list are dependencies that should be in world themselves. 

Should be in world...

 Installing
 them explicitly with emerge adds them to world, 

Should be in world, but adds them to world..

 with the result that if
 you uninstall the package that required them in the first place, they
 will remain as useless cruft on your system and not be cleaned out by
 emerge depclean.

???

 
 If you want to pick individual packages from emerge -upv world for
 merging, merge them with the --oneshot argument to prevent them being
 added to world.
 

HummOK, or go back once in awhile and clean up your world file by hand.

- Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Fri, 13 May 2005 05:27:25 -0700, Mark Knecht wrote:

  Doing it this way will mess up your world file. 
 
 Mess up?

Yes, by adding packages that shouldn't be there.

  Most of the packages in
  the list are dependencies that should be in world themselves. 
 
 Should be in world...

Sorry, that should have read should not be in world...

  with the result that if
  you uninstall the package that required them in the first place, they
  will remain as useless cruft on your system and not be cleaned out by
  emerge depclean.
 
 ???

For example. You emerge someprog, which has a dependency for somelib, so
emerge install both packages but only adds someprog to world. Then you
decide that you don't want someprog so you unmerge it, but somelib is
still there, even though nothing else requires it. Normally, emerge
depclean -p will show that somelib needs to be removed, but emerging
updates the way you suggest could result in it being in your world file,
so it will be considered as necessary to your system, even though the
only function it now fulfils is taking up hard disk space (and possibly
providing a security risk).


  If you want to pick individual packages from emerge -upv world for
  merging, merge them with the --oneshot argument to prevent them being
  added to world.

 HummOK, or go back once in awhile and clean up your world file by
 hand.

Assuming you can remember which files you do and don't want, out of the
hundreds of extra lines you end up with in world. Trust me, I learned
this the hard way and spent some time cleaning things up. If you want to
do things the hard way, that's up to you - Gentoo is about choice :)

But you really shouldn't recommend this sort of bad practice to others
without at least warning them first.

The world file is a powerful concept in portage, if used correctly,.
Filling it up with a list of all installed packages completely negates
its usefulness.


-- 
Neil Bothwick

Hm..what's this red button fo|'».'NO CARRIER


pgpTetX2M3x3T.pgp
Description: PGP signature


Re: [gentoo-user] Fwd: VFS does not find /dev/sda3 (8,3), Kernel Panic

2005-05-13 Thread Zeno Davatz
ok, will try. I'm starting from scratch again. I managed to boot twice
;)) but then I changed something in /etc/rc.conf and now no more boot
but only Kernel Panics.

What is the name of the PATA driver? My Primary IDE is PATA. My CD-Rom
is attached to that. My secondary IDE is SATA.

This is so strange.

Thanks for your help.
Zeno

On 5/13/05, Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Freitag, 13. Mai 2005 12:03 schrieb ext Zeno Davatz:
  Yes, sorry, your are right. To much configuring in my brain.
 
  Check the new config. I suppose I only need the Intel PII/ICH SATA
  support (as my lspci tells me).
 
  But I get the same result; a Kernel Panic VFS not found (8,3)... but
  my HDD is on /dev/sda3.
 
  Is there any why I can get more detailed info out of my kernel-boot
  (except from my screen)?
 
 In make menuconfig, the help text for this driver says:
 
 This option enables support for ICH5 Serial ATA.
 If PATA support was enabled previously, this enables
 support for select Intel PIIX/ICH PATA host controllers.
 
 Maybe you should switch off PATA first.
 
 HTH...
 
 Dirk
 --
 Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
 Configuration Manager   | Fax:  +49 (0)211 47068 111
 Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
 Hambornerstraße 55  | Web:  http://www.capgemini.com
 D-40472 Düsseldorf  | ICQ#: 110037733
 GPG Public Key C2E467BB | Keyserver: www.keyserver.net
 
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Mark Knecht
On 5/13/05, Neil Bothwick [EMAIL PROTECTED] wrote:

 
 Sorry, that should have read should not be in world...

OK, that helps.

 
   with the result that if
   you uninstall the package that required them in the first place, they
   will remain as useless cruft on your system and not be cleaned out by
   emerge depclean.
 
  ???
 
 For example. You emerge someprog, which has a dependency for somelib, so
 emerge install both packages but only adds someprog to world. Then you
 decide that you don't want someprog so you unmerge it, but somelib is
 still there, even though nothing else requires it. Normally, emerge
 depclean -p will show that somelib needs to be removed, but emerging
 updates the way you suggest could result in it being in your world file,
 so it will be considered as necessary to your system, even though the
 only function it now fulfils is taking up hard disk space (and possibly
 providing a security risk).

OK, using disk space I understand. Even taking up time and making
emerge world longer I understand. How an unused library causes a
possible security risk is beyond me but I'll accept it's a possibility
for the sake of making forward progress.
 
 
   If you want to pick individual packages from emerge -upv world for
   merging, merge them with the --oneshot argument to prevent them being
   added to world.
 
  HummOK, or go back once in awhile and clean up your world file by
  hand.
 
 Assuming you can remember which files you do and don't want, out of the
 hundreds of extra lines you end up with in world. Trust me, I learned
 this the hard way and spent some time cleaning things up. If you want to
 do things the hard way, that's up to you - Gentoo is about choice :)

I'm not disagreeing with you. I'm just faced with what's happening
this morning. emerge world had 6 things it wanted to update. One of
them (MythTV) is running right now. Running emerge world would result
in MythTV files being changed while the program is operating. I don't
think that seems like a safe thing to do so I don't want that one. I
emerge the other 5 by hand.

Granted, I think about your point as I do so. I'm not overly bothered
by the disk space issue, or even to a great extent the time to compile
issue. The basis of your argument is that I'm installing and
uninstalling apps which doesn't happen much here. Stuff goes on, it
doesn't much come off.

If I use only emerge world then I have to wait until the machine is
idle and unneeded for long periods of time. I cannot know that with
any certainty when the machine is 400 miles away...

 
 But you really shouldn't recommend this sort of bad practice to others
 without at least warning them first.

Mea culpa. If I'd known that someone considered it bad practice I most
likely wouldn't have. In this case I do (personally) still think it's
about choice. I've never run emerge --depclean. The warnings are too
severe. The man page is too scary. I won't touch it so I would imagine
there are others like me too. For those of us that won't run depclean
I think there is not real downside to doing this, but maybe I'm
missing some finer point.

 
 The world file is a powerful concept in portage, if used correctly,.
 Filling it up with a list of all installed packages completely negates
 its usefulness.

Completely negates? No, not hardly. Reduces? Most possibly, but I do
not see a way to update my machines otherwise. I get that this is
probably just me.

cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Smaller fonts at boot time

2005-05-13 Thread Patrick Marquetecken

 On Tue, May 10, 2005 at 07:04:47PM +0200, Patrick wrote
 Hi,

 I'm trying to get smaller fonts at boot time like the live cd

   Actually, you can do that on a plain ordinary text console.  See my
 webpage http://www.waltdnes.org/tips_and_tricks/textmodes.html
 Here's a snippet from my make menuconfig

 Device drivers ---
 Graphics support  ---
   [ ] Support for frame buffer devices
   Console display driver support  ---
  --- VGA text console
  [*]   Video mode selection support

   That's right, *NO* frame buffer support, but you can probably leave it
 enabled if you wish.  But you must have Video mode selection support
 enabled.  In lilo or grub, specify VGA=6 which gives a text console 640
 pixels across by 480 scanlines.  It uses the old CGA (8x8) font by
 default.  This gives 80 columns X 60 rows, but is painfull to read,
 unless you have a honking big display.  However, you can select any font
 in the directory /usr/share/consolefonts by invoking it in /etc/rc.conf.
 My /etc/rc.conf contains the line...

 CONSOLEFONT=lat1-10

   That's 8 x 10 pixels on a 640 x 480 text console, giving 80 x 48 (YES!)
 text console mode.  The 10-pixel-high font is much easier on the eyes
 than the 8 x 8 CGA font on 640 x 400 mode, which gives 80 x 50 text
 display (mode co80,50 in DOS).

 --
 Walter Dnes [EMAIL PROTECTED]
 An infinite number of monkeys pounding away on keyboards will
 eventually produce a report showing that Windows is more secure,
 and has a lower TCO, than linux.
 --
 gentoo-user@gentoo.org mailing list


Workt perfect
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problems with updating gcc

2005-05-13 Thread Kumar Golap
Hi All,

When i update gcc 
with 

emerge --update gcc...it fails (the end part of the message is below).

Thanks in advance for any help/clue.

Kumar
===



* Configuring GCC with:
--enable-version-specific-runtime-libs
--prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info

--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3
--host=i686-pc-linux-gnu
--disable-altivec
--enable-nls
--without-included-gettext
--with-system-zlib
--disable-checking
--disable-werror
--disable-libunwind-exceptions
--disable-multilib
--disable-libgcj
--enable-languages=c,c++,f77
--enable-shared
--enable-threads=posix
--enable-__cxa_atexit
--enable-clocale=gnu

*** This configuration is not supported in the following subdirectories:
 target-libffi target-boehm-gc target-zlib target-libjava zlib
fastjar target-libobjc
(Any other directories should still work fine.)
Created Makefile in
/var/tmp/portage/gcc-3.3.5.20050130-r1/work/build using mt-frag
gcc: installation problem, cannot exec `as': No such file or directory
*** The command '/usr/bin/gcc -o conftest -O2 -march=pentium3  
conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] links in Thunderbird

2005-05-13 Thread Craig Duncan
Arran Fraser wrote:

I recently did my first-in-a-long-while emerge world.  Now, when I
click a link in Thunderbird nothing happens.  I'd like the link to be
opened in Firefox (of course).  I'm using KDE.

Any ideas?


--
Arran
  

Try something like this...

$EDITOR ~/.thunderbird/default pref dir/prefs.js and add the following
lines

And add these lines

user_pref(network.protocol-handler.app.ftp, /opt/firefox/firefox);
user_pref(network.protocol-handler.app.http, /opt/firefox/firefox);
user_pref(network.protocol-handler.app.https, /opt/firefox/firefox);

Restart thunderbird and links in email should now open in firefox.

Craig

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML parsing errors editing Mozilla prefs

2005-05-13 Thread Alexander Kirillov
That was it.
Thanks Alin,
Sasha

 Reinstall mozilla, but this time make sure that you don't have any
 existing mozilla processes running while installing the new version.
 
 I have a problem with recently emerged Mozilla (1.7.7)
 Selecting Advanced or Scripts  Plug-ins in Edit-Preferences
 results in the following error messages in the right panel:
 
 XML Parsing Error: not well formed
 Location: chrome://communicator/content/pref/pref-advanced.xul
 Line Number 1, Column 1:
 
 XML Parsing Error: not well formed
 Location: chrome://communicator/content/pref/pref-scripts.xul
 Line Number 1, Column 1:

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Fri, 13 May 2005 15:18:22 +0100, Russ Brown wrote:

 Say I run emerge -pvD world, and ten packages pop out.
 
 I look at the list and decide that I want to emerge all but one of the
 things on the list.
 
 How do I go about this without running an emerge command with nine
 packages passed to emerge, and causing the world file pollution
 described in this thread?

emerge --oneshot package1 package2...


-- 
Neil Bothwick

I don't have any solution, but I certainly admire the problem.


pgpVZTAxOyHvm.pgp
Description: PGP signature


[gentoo-user] Terminal Client

2005-05-13 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a real need for a terminal client program for gentoo that will
allow me to connect to a Windows machine.  I know Mandrake (Mandriva)
has one which works very nicely, but I would really like to be able
to use gentoo.
Can anybody tell me what I can use for this and where I can find it.

Thanks,
Mike
- --
Mike Noble
[EMAIL PROTECTED]
Key ID: 0xFFDFC13B
Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
Keyserver: http://pgpkeys.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFChMHolJFYJP/fwTsRAtn9AJ41zldb2JRPu9TeGZf7p5xpPD5L6wCggCvL
pOY7B9eQdDX9NrXyNtO3rDs=
=FzzI
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Terminal Client

2005-05-13 Thread C R. Little
emerge -s rdesktop

*  net-misc/grdesktop
  Latest version available: 0.22-r1
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 418 kB
  Homepage:http://www.nongnu.org/grdesktop/
  Description: Gtk2 frontend for rdesktop
  License: GPL-2

*  net-misc/rdesktop
  Latest version available: 1.4.0-r1
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 197 kB
  Homepage:http://rdesktop.sourceforge.net/
  Description: A Remote Desktop Protocol Client
  License: GPL-2



-Original Message-
From: Mike Noble [mailto:[EMAIL PROTECTED]
Sent: Friday, May 13, 2005 10:04 AM
To: Gentoo Users
Subject: [gentoo-user] Terminal Client


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a real need for a terminal client program for gentoo that will
allow me to connect to a Windows machine.  I know Mandrake (Mandriva)
has one which works very nicely, but I would really like to be able
to use gentoo.
Can anybody tell me what I can use for this and where I can find it.

Thanks,
Mike
- --
Mike Noble
[EMAIL PROTECTED]
Key ID: 0xFFDFC13B
Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
Keyserver: http://pgpkeys.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFChMHolJFYJP/fwTsRAtn9AJ41zldb2JRPu9TeGZf7p5xpPD5L6wCggCvL
pOY7B9eQdDX9NrXyNtO3rDs=
=FzzI
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fwd: VFS does not find /dev/sda3 (8,3), Kernel Panic

2005-05-13 Thread Zeno Davatz
Ok, thanks for all your help, I found out: it was a faulty (new !! SATA disk).

Thanks again
Zeno

On 5/13/05, Dirk Heinrichs [EMAIL PROTECTED] wrote:
 Am Freitag, 13. Mai 2005 12:03 schrieb ext Zeno Davatz:
  Yes, sorry, your are right. To much configuring in my brain.
 
  Check the new config. I suppose I only need the Intel PII/ICH SATA
  support (as my lspci tells me).
 
  But I get the same result; a Kernel Panic VFS not found (8,3)... but
  my HDD is on /dev/sda3.
 
  Is there any why I can get more detailed info out of my kernel-boot
  (except from my screen)?
 
 In make menuconfig, the help text for this driver says:
 
 This option enables support for ICH5 Serial ATA.
 If PATA support was enabled previously, this enables
 support for select Intel PIIX/ICH PATA host controllers.
 
 Maybe you should switch off PATA first.
 
 HTH...
 
 Dirk
 --
 Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
 Configuration Manager   | Fax:  +49 (0)211 47068 111
 Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
 Hambornerstraße 55  | Web:  http://www.capgemini.com
 D-40472 Düsseldorf  | ICQ#: 110037733
 GPG Public Key C2E467BB | Keyserver: www.keyserver.net
 
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Russ Brown
Neil Bothwick wrote:
 On Fri, 13 May 2005 15:18:22 +0100, Russ Brown wrote:
 
 
Say I run emerge -pvD world, and ten packages pop out.

I look at the list and decide that I want to emerge all but one of the
things on the list.

How do I go about this without running an emerge command with nine
packages passed to emerge, and causing the world file pollution
described in this thread?
 
 
 emerge --oneshot package1 package2...
 
 

Aha! So the rule is, whenever I selectively emerge a list of packages
returned by emerge -pvD world, I should always do the emerges with the
--oneshot switch? I suppose the packages that are already in the world
file won't be removed by that command, and the ones that aren't in the
world file don't get added to it.

If so, that makes sense and makes me happy. Still means I have a really
messy world file though. :-)

Thanks for that!

-- 

Russ
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Mark Knecht
On 5/13/05, Russ Brown [EMAIL PROTECTED] wrote:
 Neil Bothwick wrote:
  On Fri, 13 May 2005 15:18:22 +0100, Russ Brown wrote:
 
 
 Say I run emerge -pvD world, and ten packages pop out.
 
 I look at the list and decide that I want to emerge all but one of the
 things on the list.
 
 How do I go about this without running an emerge command with nine
 packages passed to emerge, and causing the world file pollution
 described in this thread?
 
 
  emerge --oneshot package1 package2...
 
 
 
 Aha! So the rule is, whenever I selectively emerge a list of packages
 returned by emerge -pvD world, I should always do the emerges with the
 --oneshot switch? I suppose the packages that are already in the world
 file won't be removed by that command, and the ones that aren't in the
 world file don't get added to it.
 
 If so, that makes sense and makes me happy. Still means I have a really
 messy world file though. :-)
 
 Thanks for that!
 

Right. Me too.

Now the question is how to clean up the world file without messing up
the world file...

I don't suppose there's even some ASCII art program that draws a tree
of what's used by what to that I'd be able to see branches that need
pruning?

Neil said he dealt with the pain of this. I'd like to learn how to go
about it. I have learned this morning that I probably have 5 machines
that need to be looked after WRT this issue.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting a core dump with apache2/mod_perl

2005-05-13 Thread Grant
  I'm trying to track down my apache2 segfaults and the mod_perl guys
  are telling me I need to get my system to dump a core file for
  analysis.  How can I do that?  Should I re-emerge apache2 and apr with
  +debug?
 
 Unfortunately just having USE=debug isn't all that you need.  I use a bash
 alias like so:
 
 alias debug=USE=debug FEATURES=nostrip CFLAGS=-ggdb3 CXXFLAGS=-ggdb3
 
 then you can just run 'debug emerge blah'.
 
 You'll probably want to rebuilt apache2,apr,apr-util,mod_perl and possibly 
 more
 depending on what exactly you're looking for.
 
 Finally, to get it to dump core, you'll probably have to add 'ulimit -c
 unlimited' to your apache2 init script.

Hi Aaron,

I did all of this but a couple of segfaults don't seem to have
generated any core files.  Do you know where they should be located
and what they should be called?  Is there anything else I need to do
to get those files to dump?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new install - no network?

2005-05-13 Thread Tamas Sarga

On Fri, 13 May 2005, tj wrote:


 Sorry for the newb post here.

 I figured out what I screwed up. I have an e100 and I didn't get it into
 my kernel.
 Do i have to recompile? or? is there are way around it.

 - tj


Hi,

Just a small side-note: On this list the bottom-post is the accepted
method.

You have to recompile, but don't be affraid. It won't recompile the
already compiled parts.

[EMAIL PROTECTED] make
[EMAIL PROTECTED] make modules_install

will do it. The make will decide what to compile, and what not.
You would need make modules_install only if compile e100 as a module.

If you compile it into kernel, than don't need for make modules_install,
but need to copy the new bzImage to /boot/. I'm not sure whether needed, but
if you want absolute safety, re-run your lilo or grub.

HTH.
Cheers,
Tamas Sarga Srga Tams
--
Make the world confused!Zavard ssze a vilgot!
Smile on monday morning!Mosolyogj htf reggel!

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo's t/REPORT equivalent

2005-05-13 Thread Grant
Hello, I need to figure out which version of mod_perl I'm running and
the mod_perl guys are telling me to run t/REPORT.  I don't seem to
have t/report or t/REPORT anywhere on my system though.  What is the
Gentoo equivalent of this?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Fri, 13 May 2005 08:37:34 -0700, Mark Knecht wrote:

 Neil said he dealt with the pain of this. I'd like to learn how to go
 about it. I have learned this morning that I probably have 5 machines
 that need to be looked after WRT this issue.

I did it manually, editing the world file to remove anything I thought I
didn't need directly, then running emerge depclean -p. If it showed up
something I wanted, I added it to the world file.

You could probably do something that used equery/qpkg to check each
package in world to see if it was a dependency of something else and
filter it out if it was.

This should do it, but it's a QAD kludge I haven't tested.

cat /var/lib/portage/world | while read p; do  [ $(qpkg -I -nc -q $p | wc -l) 
-eq 2 ]  echo $p; done


-- 
Neil Bothwick

It's not a bug, it's tradition!


pgp0a4jdUYCMh.pgp
Description: PGP signature


Re: [gentoo-user] next step X

2005-05-13 Thread Mark Knecht
On 5/13/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Thu, 12 May 2005 12:47:36 -0700, Mark Knecht wrote:
 
 As for proceeding with the emerge world operation I don't think
  there's any particular order you need to go in. The order shown is the
  was portage would handle it if you let it do it as one big group. I
  often opt for doing 5-10 packages instead of kicking off the world
  operation. In that case I'd do it in the order shown before:
 
  emerge -pv --newuse grep net-tools kbd binutils-config binutils
 
 Doing it this way will mess up your world file. Most of the packages in
 the list are dependencies that should be in world themselves. Installing
 them explicitly with emerge adds them to world, with the result that if
 you uninstall the package that required them in the first place, they
 will remain as useless cruft on your system and not be cleaned out by
 emerge depclean.
 
 If you want to pick individual packages from emerge -upv world for
 merging, merge them with the --oneshot argument to prevent them being
 added to world.

OK, so I looked at my world file (hope it's the right one -
/var/lib/portage/world) on my Compaq laptop. This laptop is 18 months
young running Gentoo. I'd done this piece by piece emerge install
thing forever on this. I run all the standard app, plus Gnome, KDE and
fluxbox. I've got a few browsers and just about every audio app
supported by Gentoo. I run xine to watch movies. It's a great system.

My world file is 235 lines long. How screwed up is that really? How
long it yours?

Just glancing through the file I spot very few things that wouldn't be
installed whether they were in in the world file or not, but I do have
28 gnome entries and certainly some of them are not end user Gnomish
things, like gnome-base/librsvg.

I presume this is the 'cruft' you're talking about?

I have a problem with Portage and Gnome specifically. If I want to
emerge Gnome portage wants to emerge in Evolution. I don't use
Evolution but I didn't know how to get what I wanted (Gentoo is about
choice even if Gnome is not...) so I emerged the pieces and got what I
wanted. (And a longer world file...)

How should I have gone about getting Gnome without Evolution?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: new mail notification

2005-05-13 Thread Bruno Lustosa
On 5/13/05, Bruno Lustosa [EMAIL PROTECTED] wrote:
 There used to be an applet in GNOME to notify the user of new mail.
 Now I can't find it. Has it moved into a separate package?
 Using gnome 2.10 here.

Never mind... found it:

emerge -s mail-notification
Searching...
[ Results for search key : mail-notification ]
[ Applications found : 1 ]

*  mail-client/mail-notification
  Latest version available: 1.1
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 667 kB
  Homepage:http://www.nongnu.org/mailnotify/
  Description: A GNOME trayicon which checks for mail supporting
mbox, MH, Maildir, IMAP, Sylpheed, POP3, Gmail. Authenticates via
apop, ssl, sasl.
  License: GPL-2


-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new install - no network?

2005-05-13 Thread tj




Thanks for the quick responses.
I loaded the module and moved the kernel over. 
I had to then run lsmod to make sure and then modprobe and get it into
the autoload.

works great.

now to get Gnome and KDE on the machine :)

- tj

*note - i will bottom post from now on- sorry :)



Mark Knecht wrote:

  On 5/13/05, tj [EMAIL PROTECTED] wrote:
  
  
Sorry for the newb post here.

I figured out what I screwed up. I have an e100 and I didn't get it into
my kernel.
Do i have to recompile? or? is there are way around it.

- tj


  
  
Probably you do but if you do

make  make modules_install

and the only change in make menuconfig was that you added a single
module then it should only take a minute to get it done.

Good luck,
Mark

--
gentoo-user@gentoo.org mailing list



  




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: next step X

2005-05-13 Thread Thomas Kirchner
* On May 13  9:06, Mark Knecht (gentoo-user@lists.gentoo.org) wrote:
 My world file is 235 lines long. How screwed up is that really? How
 long it yours?

My world file is 135 lines, and I run a fairly minimalist desktop system 
(no DE, just good ole fvwm).  For a system with kde, gnome, and fluxbox, 
235 doesn't seem out of line at all.

 Just glancing through the file I spot very few things that wouldn't be
 installed whether they were in in the world file or not, but I do have
 28 gnome entries and certainly some of them are not end user Gnomish
 things, like gnome-base/librsvg.
 
 I presume this is the 'cruft' you're talking about?

(Not that I was talking about, but) yes, that sort of thing is world-file 
cruft.  You can delete pretty much any library from world, unless you 
specifically need it, such as if you're a developer who works with it 
(and in that case, you'd know.)

The general rule is to delete anything you don't recognize and use 
directly.  You can `emerge -pv depclean` to check if there any straggler 
programs that you still want, but portage won't remove anything that can 
hurt you as long as you have your important apps in world (which covers 
deps) and you've checked an `emerge -pvD --newuse world` for changed USE 
flags.

 I have a problem with Portage and Gnome specifically. If I want to
 emerge Gnome portage wants to emerge in Evolution. I don't use
 Evolution but I didn't know how to get what I wanted (Gentoo is about
 choice even if Gnome is not...) so I emerged the pieces and got what I
 wanted. (And a longer world file...)
 
 How should I have gone about getting Gnome without Evolution?

You should use the gnome-light package, which only includes essentials, 
rather than the bloated gnome package, which is designed to match 
upstream.  What I did when I used gnome was to create a gnome-medium 
package in my overlay that included gnome-light and the other gnome apps 
I wanted.  That keeps the system clean for you and covers deps.  Each 
person's gnome-medium would vary, of course.

Tom


pgpfHSjUrXd0A.pgp
Description: PGP signature


[gentoo-user] Re: Gentoo's t/REPORT equivalent

2005-05-13 Thread Grant
 Hello, I need to figure out which version of mod_perl I'm running and
 the mod_perl guys are telling me to run t/REPORT.  I don't seem to
 have t/report or t/REPORT anywhere on my system though.  What is the
 Gentoo equivalent of this?

Nevermind, mp2bug was what I needed.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which IMAP is happiest with gentoo?

2005-05-13 Thread Jonathan Nichols
[EMAIL PROTECTED] wrote:
I already have Postfix running and I happily read email on my server,
but I'd like to read my email on my IMAP/SSL cellphone client. I've seen
Courier, UW, and Cyrus, and perhaps there are others. Any
recommendations, for or against?
Currently I'm the only user, but I host about a dozen friend's websites,
and perhaps someday they too would like email, so I'd like to be able to
grow into that, but I don't feel I need a database to support a huge
number of clients. I support these virtual domains directly from
Postfix.
Any other things I should be thinking about, or aware of?
Thanks in advance,
Michael
Courier-IMAP is pretty easy to deal with. Cyrus can get.. uh.. out of 
hand, real easily. It's overkill for many situations. the guy that wrote 
courier is also very active on the courier-users mailing list too, which 
is a big plus.

uw-imap  the mbox format in general are outdated  sometimes dangerous, 
imo. back in the days where emails were nice  tiny, it worked a lot 
better..
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hdparm HDIO_SET_DMA failed

2005-05-13 Thread Peter Gordon
Quoting Grant [EMAIL PROTECTED]:
Actually, is hdparm supposed to be used when specific IDE support is
not included in the kernel?  It sounds like the kernel optimally
configures your device if that support is included.  hdparm sounds
like it does the same thing.
My understanding is that the kernel will automagically configure DMA
as appropriate if you build support for the IDE controller statically,
but hdparm is needed to initialize DMA stuff if you build your IDE
controller's driver as a module. I'm not certain though. I tend to build
everything into the kernel, and I've not needed to use hdparm.
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---
Peter A. Gordon (codergeek42)
E-Mail: [EMAIL PROTECTED]
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
Encrypted and/or Signed correspondence preffered.
Notice: This message not is not GPG-signed, because
  it is sent through a webmail interface.
---
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] next step X

2005-05-13 Thread Stroller
On May 13, 2005, at 3:46 pm, Neil Bothwick wrote:
On Fri, 13 May 2005 15:18:22 +0100, Russ Brown wrote:
Say I run emerge -pvD world, and ten packages pop out.
I look at the list and decide that I want to emerge all but one of the
things on the list.
How do I go about this without running an emerge command with nine
packages passed to emerge, and causing the world file pollution
described in this thread?
emerge --oneshot package1 package2...
Or pin the single package at a specific version using 
/etc/portage/package.keywords or package.mask or something? Then you 
could `emerge world` and all the other 9 packages would be emerged, but 
not that one?

Stroller.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] hdparm HDIO_SET_DMA failed

2005-05-13 Thread Grant
  Actually, is hdparm supposed to be used when specific IDE support is
  not included in the kernel?  It sounds like the kernel optimally
  configures your device if that support is included.  hdparm sounds
  like it does the same thing.
 
 My understanding is that the kernel will automagically configure DMA
 as appropriate if you build support for the IDE controller statically,
 but hdparm is needed to initialize DMA stuff if you build your IDE
 controller's driver as a module. I'm not certain though. I tend to build
 everything into the kernel, and I've not needed to use hdparm.

Ok, thanks Peter.  Maybe I'll only use hdparm for the system that
doesn't have IDE chipset support in the kernel:

IDE interface: Intel Corporation 82801AA IDE (rev 02)

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] firefox and the mozilla USE flag

2005-05-13 Thread Mark Knecht
If using Firefox (compiled) as a browser should I still be using the
mozilla USE flag? This flag is still hanging about from when I used
Mozilla. Removing it seems to effect other things like Blackdown Java
which is probably used on this system by Firefox so I'm not sure of
the best state for this flag.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Terminal Client

2005-05-13 Thread brettholcomb
You might look at rdesktop or tightvnc.

 
 From: Mike Noble [EMAIL PROTECTED]
 Date: 2005/05/13 Fri AM 11:04:08 EDT
 To: Gentoo Users gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] Terminal Client
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I have a real need for a terminal client program for gentoo that will
 allow me to connect to a Windows machine.  I know Mandrake (Mandriva)
 has one which works very nicely, but I would really like to be able
 to use gentoo.
 Can anybody tell me what I can use for this and where I can find it.
 
 Thanks,
 Mike
 - --
 Mike Noble
 [EMAIL PROTECTED]
 Key ID: 0xFFDFC13B
 Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
 Keyserver: http://pgpkeys.mit.edu
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)
 
 iD8DBQFChMHolJFYJP/fwTsRAtn9AJ41zldb2JRPu9TeGZf7p5xpPD5L6wCggCvL
 pOY7B9eQdDX9NrXyNtO3rDs=
 =FzzI
 -END PGP SIGNATURE-
 -- 
 gentoo-user@gentoo.org mailing list
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new install - no network?

2005-05-13 Thread Sami Samhuri
* On Fri May-13-2005 at 10:41:19 AM -0500, tj said:
 Sorry for the newb post here.
 
 I figured out what I screwed up. I have an e100 and I didn't get it into
 my kernel.
 Do i have to recompile? or? is there are way around it.

[I'm going to assume you used the 2005.0 CD and installed a 2.6 kernel
(the default choice)]

If you compile it in your kernel as a module then the following
instructions should work. From your kernel source dir (/usr/src/linux):

# make all modules_install
# insmod e100

Let us know how this goes.

-- 
Sami Samhuri


pgpADofcp6DJK.pgp
Description: PGP signature


Re: [gentoo-user] Doubt about qt and kde flags

2005-05-13 Thread A. R.
Hi,

It is my understanding that even if you disable those flags
(-kde -qt) and you try to emerge a package that depends 
on kde and qt libraries, those will be compiled as well.

As an example, I am running xfce4 (gtk2) and my use flags have 
-kde -qt, if I try to emerge k3b, it shows that it wants to emerge:
(just a snippet)

x11-libs/qt
kde-base/kde-env
kde-base/kde-libs

The flags only affect what a given package is *able* to support.

In this example, if I want to be able to use k3b, some
kde and qt libraries need to be compiled so it can run, 
and that is completely different than the software 
supported by k3b that can be customized through altering
the use flags.

HTH,

-AR


On 5/13/05, Allan Spagnol Comar [EMAIL PROTECTED] wrote:
 Hi All, I am having a little doubt about qt and kde user flags, I am
 using Gnome in my system but I like some kde programs, so I have gtk
 and gnome flag, should I use kde and qt flags to or should I put the
 -kde and -qt ?
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
If the truth can't set you free, a lie will save you.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 3rd party ebuild help (mod_perl)

2005-05-13 Thread Grant
I'm trying to try the mod_perl-2.0.0-rc4 ebuild posted here:

http://bugs.gentoo.org/show_bug.cgi?id=77551

but when I try to generate the digest or emerge it from the overlay I get:

No digest file available and download failed.

There is also a mod_perl.patch posted a week after the ebuild.  How do
I incorporate that?  Sorry about the lameness.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] isdn4k-utils or how to get back my old ebuild

2005-05-13 Thread Christoph Gysin
Jaap van Geffen wrote:
 It worked allright except that emerge wants to have 
 /usr/portage/net-dialup/isdn4k-utils/files/3.2_p1-r2/gentoo.patch
 
 Any idea where to find it ?

Have a look at:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-dialup/isdn4k-utils/files/

All obsolete files are still avaiable from CVS.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] links in Thunderbird

2005-05-13 Thread q-parser




Arran Fraser wrote:

  I recently did my first-in-a-long-while "emerge world".  Now, when I
click a link in Thunderbird nothing happens.  I'd like the link to be
opened in Firefox (of course).  I'm using KDE.

Any ideas?


--
Arran
  

Something similar here. I'm getting an error dialog saying:
"Epiphany appears to have crashed or been killed the last time it was
run."
And shortly after another one comes: "Epiphany can't be used now.
Mozilla initialization failed. Check your MOZILLA_FIVE_HOME
environmental variable."

Anybody knows what to do with it?





Re: [gentoo-user] Doubt about qt and kde flags

2005-05-13 Thread Allan Spagnol Comar
Thanks for the explanention, so if I do not use the flags all should
be ok, and If I use the flag too I still won't have problems  :)

On 5/13/05, A. R. [EMAIL PROTECTED] wrote:
 Hi,
 
 It is my understanding that even if you disable those flags
 (-kde -qt) and you try to emerge a package that depends
 on kde and qt libraries, those will be compiled as well.
 
 As an example, I am running xfce4 (gtk2) and my use flags have
 -kde -qt, if I try to emerge k3b, it shows that it wants to emerge:
 (just a snippet)
 
 x11-libs/qt
 kde-base/kde-env
 kde-base/kde-libs
 
 The flags only affect what a given package is *able* to support.
 
 In this example, if I want to be able to use k3b, some
 kde and qt libraries need to be compiled so it can run,
 and that is completely different than the software
 supported by k3b that can be customized through altering
 the use flags.
 
 HTH,
 
 -AR
 
 
 On 5/13/05, Allan Spagnol Comar [EMAIL PROTECTED] wrote:
  Hi All, I am having a little doubt about qt and kde user flags, I am
  using Gnome in my system but I like some kde programs, so I have gtk
  and gnome flag, should I use kde and qt flags to or should I put the
  -kde and -qt ?
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 --
 If the truth can't set you free, a lie will save you.
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] vsftp not accepting anonymous users

2005-05-13 Thread Calvin Spealman
I have set the anoymous_enable=YES in vsftp.conf, but it still is not
accepting anonymous users. I have also restarted the server. I have
tried both anonymous and ftp, using valid e-mail addresses as
passwords. Is there another step I am missing to properly enable this?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] links in Thunderbird

2005-05-13 Thread Andrew Gaffney
q-parser wrote:
 Arran Fraser wrote:
 
I recently did my first-in-a-long-while emerge world.  Now, when I
click a link in Thunderbird nothing happens.  I'd like the link to be
opened in Firefox (of course).  I'm using KDE.

 Something similar here. I'm getting an error dialog saying: Epiphany
 appears to have crashed or been killed the last time it was run.
 And shortly after another one comes: Epiphany can't be used now.
 Mozilla initialization failed. Check your MOZILLA_FIVE_HOME
 environmental variable.
 
 Anybody knows what to do with it?

How exactly is that similar?

-- 
Andrew Gaffneyhttp://dev.gentoo.org/~agaffney/
Gentoo Linux Developer   Installer Project
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Fri, May 13, 2005 5:06 pm, Mark Knecht said:

 My world file is 235 lines long. How screwed up is that really? How
 long it yours?

It's not thye length, it's the amount of unnecessary content. But the
world file on my laptop is 139 lines.

 Just glancing through the file I spot very few things that wouldn't be
 installed whether they were in in the world file or not, but I do have
 28 gnome entries and certainly some of them are not end user Gnomish
 things, like gnome-base/librsvg.

That's exactly the sort of thing I'm talking about. you certainly didn't
emerge that because you wanted it, so the only way it could have got in
there was by a piece by piece emerge.

 I have a problem with Portage and Gnome specifically. If I want to
 emerge Gnome portage wants to emerge in Evolution. I don't use
 Evolution but I didn't know how to get what I wanted (Gentoo is about
 choice even if Gnome is not...) so I emerged the pieces and got what I
 wanted. (And a longer world file...)

 How should I have gone about getting Gnome without Evolution?

Gnome is a meta-package, like kde. It contains nothing but a long list of
dependencies, for all of GNOME/KDE. If you only want specific parts,
either merge them individually, the applications, not the libraries, or
try gnome-light.




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-13 Thread Neil Bothwick
On Fri, May 13, 2005 5:30 pm, Mark Knecht said:
 On 5/13/05, Neil Bothwick [EMAIL PROTECTED] wrote:

 This should do it, but it's a QAD kludge I haven't tested.

 cat /var/lib/portage/world | while read p; do  [ $(qpkg -I -nc -q $p |
 wc -l) -eq 2 ]  echo $p; done


 Thanks. If I can trust the results then it reduced my world file from
 235 lines to 109 lines. (slow program...) However I no longer see any
 of Gnome, KDE or fluxbox so I'm not sure it's right quite yet. No idea
 what else is missing or exactly what to put back in.

You should see the KDE and GNOMe meta-packages, but not the individual
pacakges, but, as I said, it is totally tested.

 To do the depclean -p step I'd need to take the output of this and
 place it at the world file location I presume?

The output of depclean -p is too verbose for that, and would put
*everything* back in world anyway. Look at the output and copy ther
packages you know you need back in. the rest will be no longer needed
dependencies that can be removed.

As always, it's best to run emerge world -uavD and revdep-rebuild -p
after a depclean, just to be safe.



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] links in Thunderbird

2005-05-13 Thread q-parser




Andrew Gaffney wrote:

  q-parser wrote:
  
  
Arran Fraser wrote:



  I recently did my first-in-a-long-while "emerge world".  Now, when I
click a link in Thunderbird nothing happens.  I'd like the link to be
opened in Firefox (of course).  I'm using KDE.

  

Something similar here. I'm getting an error dialog saying: "Epiphany
appears to have crashed or been killed the last time it was run."
And shortly after another one comes: "Epiphany can't be used now.
Mozilla initialization failed. Check your MOZILLA_FIVE_HOME
environmental variable."

Anybody knows what to do with it?

  
  
How exactly is that similar?

  

Maybe the way it's not working at all?!




Re: [gentoo-user] Re: next step X

2005-05-13 Thread Neil Bothwick
On Fri, May 13, 2005 5:32 pm, Thomas Kirchner said:
 * On May 13  9:06, Mark Knecht (gentoo-user@lists.gentoo.org) wrote:
 My world file is 235 lines long. How screwed up is that really? How
 long it yours?

 My world file is 135 lines, and I run a fairly minimalist desktop system
 (no DE, just good ole fvwm).  For a system with kde, gnome, and fluxbox,
 235 doesn't seem out of line at all.

emerging kde, gnome and fluxbox instead of fvwm would oonly make the world
file two lines longer :)

 You should use the gnome-light package, which only includes essentials,
 rather than the bloated gnome package, which is designed to match
 upstream.  What I did when I used gnome was to create a gnome-medium
 package in my overlay that included gnome-light and the other gnome apps
 I wanted.  That keeps the system clean for you and covers deps.  Each
 person's gnome-medium would vary, of course.

That's a good idea. With the split KDE ebuilds, it may make life easier to
create a kde-custom (or should that be kde-kustom :) ebuild in my overlay.



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Re: next step X

2005-05-13 Thread Thomas Kirchner
* On May 13 20:30, Neil Bothwick (gentoo-user@lists.gentoo.org) wrote:
 emerging kde, gnome and fluxbox instead of fvwm would oonly make the 
 world file two lines longer :)

If you only install the meta-ebuilds, that's true... Perhaps I should 
have prefaced it with a 'YMMV', but if you have three DEs (or two and a 
WM) you tend to have a lot of complimentary apps installed to go with 
each, increasing your world-count.  That is, unless you make custom 
ebuilds ala gnome-medium :)
Tom


pgpr7FP8GKg2l.pgp
Description: PGP signature


Re: [gentoo-user] 3rd party ebuild help (mod_perl)

2005-05-13 Thread brettholcomb
Man ebuild

Also, check out the Gentoo docs on ebuilds and look at some existing ones as 
guides.

 
 From: Grant [EMAIL PROTECTED]
 Date: 2005/05/13 Fri PM 01:55:53 EDT
 To: Gentoo mailing list gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] 3rd party ebuild help (mod_perl)
 
 I'm trying to try the mod_perl-2.0.0-rc4 ebuild posted here:
 
 http://bugs.gentoo.org/show_bug.cgi?id=77551
 
 but when I try to generate the digest or emerge it from the overlay I get:
 
 No digest file available and download failed.
 
 There is also a mod_perl.patch posted a week after the ebuild.  How do
 I incorporate that?  Sorry about the lameness.
 
 - Grant
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] links in Thunderbird

2005-05-13 Thread david
Go to /home/name/.thunderbird/9qflya66.default(yours may be
different)prefs.js and add this;
user_pref(network.protocol-handler.app.http, /usr/bin/firefox);
user_pref(network.protocol_handler.app.ftp, usr/bin/firefox);
user_pref(network.protocol_handler.app.https, /usr/bin/firefox);
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problems with updating gcc

2005-05-13 Thread Edward Catmur
On Fri, 2005-05-13 at 07:56 -0600, Kumar Golap wrote:
 /var/tmp/portage/gcc-3.3.5.20050130-r1/work/build using mt-frag
 gcc: installation problem, cannot exec `as': No such file or directory
 *** The command '/usr/bin/gcc -o conftest -O2 -march=pentium3  
 conftest.c' failed.
 *** You must set the environment variable CC to a working compiler.

`as' is the problem (as is the GNU assembler, provided by binutils). 

You probably need to run binutils-config.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Slune

2005-05-13 Thread Bill Six
Hi,

I emerged the game Slune, but when I try to run
slune from the command line, I get the following
error

/usr/lib/python2.3/site-packages/soya/model.py:20:
DeprecationWarning: The content of this module is now
in the soya module.
  warnings.warn(The content of this module is now in
the soya module., DeprecationWarning)
/usr/lib/python2.3/site-packages/soya/soya3d.py:19:
DeprecationWarning: The content of this module is now
in the soya module.
  warnings.warn(The content of this module is now in
the soya module., DeprecationWarning)
Traceback (most recent call last):
  File /usr/bin/slune, line 36, in ?
import slune.globdef as globdef
  File /usr/share/slune/globdef.py, line 23, in ?
model.Image   .PATH = os.path.join(APPDIR,
images)
AttributeError: 'module' object has no attribute
'Image'


Any ideas what's wrong?

Thanks,

Bill Six



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XMMS Stopped Playing

2005-05-13 Thread Christoph Eckert

 Recently xmms stopped working.  It will launch, but it
 won't play anything.  I try to play a file and nothing
 happens, I try to play an internet stream and I get a file
 dialog.  I think it broke in the upgrade from 1.2.10-r13 to
 1.2.10-r5.  Suggestions?

Does it simply not produce audio output (but show the loaded 
file and activity in the level meter), or does it even not 
show the loaded file?


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XMMS Stopped Playing

2005-05-13 Thread Kent Borg
On Fri, May 13, 2005 at 10:50:14PM +0200, Christoph Eckert wrote:
 
  Recently xmms stopped working. 
  [...]
 Does it simply not produce audio output (but show the loaded 
 file and activity in the level meter), or does it even not 
 show the loaded file?

No activity, does not show the loaded file.

-kb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XMMS Stopped Playing

2005-05-13 Thread Christoph Eckert

 No activity, does not show the loaded file.

So I'm sorry. I expected that it is somehow related to the 
chosen output plugin or to the sound system.


Best regards


ce
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Re: next step X

2005-05-13 Thread Neil Bothwick
On Fri, May 13, 2005 8:43 pm, Thomas Kirchner said:
 * On May 13 20:30, Neil Bothwick (gentoo-user@lists.gentoo.org) wrote:
 emerging kde, gnome and fluxbox instead of fvwm would only make the
 world file two lines longer :)

 If you only install the meta-ebuilds, that's true... Perhaps I should
 have prefaced it with a 'YMMV',

There was a smiley after my comment...

 but if you have three DEs (or two and a
 WM) you tend to have a lot of complimentary apps installed to go with
 each, increasing your world-count.  That is, unless you make custom
 ebuilds ala gnome-medium :)

You coukld end up with less, because so much is included with the DE. I
douobt fvwm includes a web browser, file manager, three text editors, a
mailer, media player, CD ripper/encoder, two PDF viewers and the
kitchensync :)



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] apache-2.0.54 upgrade

2005-05-13 Thread Joseph
After upgrading to apache-2.0.54 dispach-conf left this code: in
my /etc/conf.d/apache2:
...
 /etc/conf.d/apache2
APACHE2_OPTS=-D SSL -D PHP4
#===
#APACHE2_OPTS=-D SSL -D DOC
 /etc/conf.d/._cfg_apache2
...

Was pressing u too fast?
Commenting out the first and last line solved the problem.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Doubt about qt and kde flags

2005-05-13 Thread Holly Bostick
A. R. schreef:
 On 5/13/05, Allan Spagnol Comar [EMAIL PROTECTED] wrote:
 
Hi All, I am having a little doubt about qt and kde user flags, I am
using Gnome in my system but I like some kde programs, so I have gtk
and gnome flag, should I use kde and qt flags to or should I put the
-kde and -qt ?

--
 Hi,

 It is my understanding that even if you disable those flags
 (-kde -qt) and you try to emerge a package that depends
 on kde and qt libraries, those will be compiled as well.

 As an example, I am running xfce4 (gtk2) and my use flags have
 -kde -qt, if I try to emerge k3b, it shows that it wants to emerge:
 (just a snippet)

 x11-libs/qt
 kde-base/kde-env
 kde-base/kde-libs

 The flags only affect what a given package is *able* to support.

 In this example, if I want to be able to use k3b, some
 kde and qt libraries need to be compiled so it can run,
 and that is completely different than the software
 supported by k3b that can be customized through altering
 the use flags.

 HTH,

 -AR


This is true, but not exactly clear. Continuing with the K3b example
(because it's a good one for this purpose), I have often compiled K3b
without the -kde and -arts USE flags, because by preference I use GNOME
or Openbox or IceWM, not KDE. Because K3b relies on kdelibs and qt
before it can be compiled at all, those will be compiled when I emerge
K3b, no matter what my USE flags say. They are required dependencies.

However K3bsetup2 is an optional dependency. It is required if you want
to integrate K3b into KDE (+kde), and sound output (the rasberry sound
when a burn fails, the fanfare when it succeeds, etc) is an optional
dependency that will be compiled with the +arts flag, also for
integration with KDE. So if I am running K3b under GNOME, and thus have
emerged it -kde and -arts, I won't have K3bsetup2 or the sound business,
but then again, I'm running it under GNOME, so I don't actually care
that much (I can do the setup manually if I must, and it's not worth it
to have aRTs just to hear a fanfare when my burn succeeds). That's what
an optional dependency is.

If I don't have KDE installed, though, and try to emerge K3b +kde and
+arts, K3b will not only emerge the required kdelibs, but also kdebase,
because k3bsetup2 (the optional dependency added by +kde) requires that
as well. So basically I'll get KDE, because I requested that K3b be
integrated with KDE-- and that obviously requires that a viable KDE
installation be present, so it will be created if it does not exist
beforehand.

So if you want your programs to have all possible integration into the
KDE environment (perhaps you want to give it a spin, even I think that
3.4.0 is pretty nice), then use +kde and +arts. +qt you probably want if
you want to use QT based programs (some of which are not related to KDE,
for instance DVD:Rip, iirc, and probably Quanta). But if you know that
you just want some KDE based programs, but not KDE itself, you can try
using -kde and -arts (it should always be -both, because aRTs pulls in
KDE if present).

However, you should be aware that there are not all that many KDE-based
programs that don't require KDE to be present to run, but only the libs.
That may have changed with the split ebuilds, but up to now the only
ones I know of are K3b and Krusader (mostly because they're the only
ones I use when not using KDE). It's not like you can so much install
Konqueror without KDE, for example. But again, that may have changed.

Hope this helps.
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing to VFAT partition

2005-05-13 Thread THUFIR HAWAT
On 5/13/05, Phil Sexton [EMAIL PROTECTED] wrote:
[..]
 By commands, actually.  You can even install Gentoo from your 
 running Fedora installation, or from a Linux Live CD such as 
 Knoppix.
[..]

I was hoping for a screen shot to compare against anaconda.

The Gentoo Installation CDs are bootable CDs which contain a
self-sustained Gentoo environment. They allow you to boot Linux from
the CD. During the boot process your hardware is detected and the
appropriate drivers are loaded. They are maintained by Gentoo
developers.   -the handbook, 2c

I'm somewhat familiar with knoppix.  when the handbook says
self-sustained do they mean live, like knoppix?


thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Style Compile Error

2005-05-13 Thread Peter Gordon
Ian K wrote:
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such
file or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la'
is not a valid libtool archive
This problem was discussed, and (if I recall correctly) resolved on the
forums.[1] Try those solutions and see if that is fixed.
[1] http://forums.gentoo.org/viewtopic-p-2269363.html
--
()  The ASCII Ribbon Campaign - against HTML Email,
/\  vCards, and proprietary formats.
---
Peter A. Gordon (codergeek42)
E-Mail: [EMAIL PROTECTED]
GPG Public Key ID: 0x109DBECE
GPG Key Fingerprint (SHA1):
  E485 E2F7 11CE F9B2 E3D9 C95D 208F B732 109D BECE
Encrypted and/or Signed correspondence preffered.
GPG Public Key available upon request or from
  pgp.mit.edu's public key server.
---


signature.asc
Description: OpenPGP digital signature


[gentoo-user] Bugzilla ebuild request

2005-05-13 Thread James
Hello,

I've just requested an ebuild package for 'jffnms' which is a system/network
management tool. I'm not sure I made the request properly, nor what to do,
if anything concerning the request I've gotten some email from the 
bugzilla daemon, but I'm not sure I need to do anything.

Anyone care to take a look and 'educate me' about what else I need to do
or a more accurate way to request an ebuild?

First email received
snip
http://bugs.gentoo.org/show_bug.cgi?id=92501
Secure: https://bugs.gentoo.org/show_bug.cgi?id=92501

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]



Second email received
.
http://bugs.gentoo.org/show_bug.cgi?id=92501
Secure: https://bugs.gentoo.org/show_bug.cgi?id=92501

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||REQUEST
Summary|Request to create and ebuild|net-analyzer/jffnms-0.8.2
   |for jffnms  |ebuild request

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


third email received

http://bugs.gentoo.org/show_bug.cgi?id=92501
Secure: https://bugs.gentoo.org/show_bug.cgi?id=92501





---Additional Comments From [EMAIL PROTECTED]  2005-05-13 16:08 UTC ---
Created an attachment (id=58842)
 -- (http://bugs.gentoo.org/attachment.cgi?id=58842action=view)
jffnms-0.8.2.ebuild

very sketchy ebuild

end/snip

So do I do anything or just read the emails and wait/watch?


James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bugzilla ebuild request

2005-05-13 Thread Tim Igoe


 snip
 
 So do I do anything or just read the emails and wait/watch?
 
 

Got it in one. if an ebuild is attached to the thread, you could test it
by placing it into your portage overlay. But if your not sure, you'd be
best just watching.

The reason for the emails is to keep you informed with the status of
your 'bug' report.

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Bugzilla ebuild request

2005-05-13 Thread Christoph Gysin
James wrote:
 So do I do anything or just read the emails and wait/watch?

The emails inform you about the status of the request. Every change will
 generate a mail to you. You can customize your preferences on bugzilla
if you don't want to be informed of some events.

In the first mail, the request was assigned to a group of developers
(netmon). In the second, the summary has been changed to better describe
the request. In the third there has been made an attachement.

You could help out testing the ebuild and report if it works already.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: nfs export/remote mount problem

2005-05-13 Thread Paul Varner
On Thu, 2005-05-12 at 21:12 -0700, Mark Knecht wrote:
 No, it's something more nefarious than that
 
 1) All machines have the same hosts file. None of the machines are using dhcp.
 
 2) The FC2 client logs into both Gentoo and FC2 hosts fast
 
 3) The Gentoo client logs into both Gentoo and FC2 hosts slow
 
 Seems (to me) like it's the Gentoo client. I don't know where to look
 for any special messages. I've looked in dmesg and /var/log/messages.
 I do not see any warnings or errors on either the client or the host.

Mark,

This smells like a name resolution timeout type of problem.  To debug
and make sure that it is or is not do the following:

1. ssh from gentoo client to server
2. execute 'who am i'
3. The last item will be the hostname that the server thinks you came
from.  Verify that it states what it should be.
4. Do a host name given by above.  Make sure that it returns the
correct IP address.
5. Do a host IP address.  Make sure that it returns the correct host
name.
6. Repeat for the other server
7. Repeat going from server to client

If any of the above, do not return the correct information, then what is
happening is that a name resolution call is failing and the delay is
being caused waiting for the timeout to occur. How to fix will depend
upon your DNS / hosts file setup.  So, if this is the cause and you
don't know how to fix it, ask another question with the details.

If all of the above work properly, then I'm stumped :)

Regards,
Paul
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] phppgadmin 3.5.1 doesn't recognize login

2005-05-13 Thread Claudinei Matos
hi guys,

I have phppgadmin 3.5.1 and ti doesn't recognize my password in any
way. I've looked at config.inc.php and the file is OK. I also tried to
disable extra security but I can't connect even with postgres what
should works.
If I try to connect by psql I get no problem, or even if I try to
access my website everithing works like a charm.
What could be happen with phppgadmin ? may it's bugged?

Tks in suggestions,

Claudinei Matos

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Style Compile Error

2005-05-13 Thread Ian K
Peter Gordon wrote:

 Ian K wrote:

 grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such
 file or directory
 /bin/sed: can't read
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or
 directory
 libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la'
 is not a valid libtool archive


 This problem was discussed, and (if I recall correctly) resolved on the
 forums.[1] Try those solutions and see if that is fixed.


 [1] http://forums.gentoo.org/viewtopic-p-2269363.html

This thread seems to pertain to emerge compilations rathre than manual ones.
Next time, please also point to the step as opposed to only the thread.
Thanks
Ian

begin:vcard
fn:Ian K
n:K;Ian
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Pentium 3=0D=0A=
	500mHz=0D=0A=
	256MB RAM=0D=0A=
	80.0GB HDD=0D=0A=
	ATI Radeon 7000 Evil Wizard 64MB=0D=0A=
	Computer name: PentaQuad=0D=0A=
	
x-mozilla-html:TRUE
version:2.1
end:vcard



[gentoo-user] Re: Bugzilla ebuild request

2005-05-13 Thread James
Christoph Gysin cgysin at gmx.ch writes:

 
 James wrote:
  So do I do anything or just read the emails and wait/watch?
 
 The emails inform you about the status of the request. Every change will
  generate a mail to you. You can customize your preferences on bugzilla
 if you don't want to be informed of some events.
 
 In the first mail, the request was assigned to a group of developers
 (netmon). In the second, the summary has been changed to better describe
 the request. In the third there has been made an attachement.
 
 You could help out testing the ebuild and report if it works already.


Um, I think I'm better off watching... as the previous person suggested.

I only saw a sketch of an ebuild not an actual ebuild to test...
Did I miss something? The this part of Bugzilla seems to a bit terse.

I'll keep watching...

James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] phppgadmin 3.5.1 doesn't recognize login

2005-05-13 Thread Claudinei Matos
hi guys,

I have phppgadmin 3.5.1 and ti doesn't recognize my password in any
way. I've looked at config.inc.php and the file is OK. I also tried to
disable extra security but I can't connect even with postgres what
should works.
If I try to connect by psql I get no problem, or even if I try to
access my website everithing works like a charm.
What could be happen with phppgadmin ? may it's bugged?

Tks in suggestions,

Claudinei Matos

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] installing to VFAT partition

2005-05-13 Thread Mark Knecht
On 5/13/05, THUFIR HAWAT [EMAIL PROTECTED] wrote:
 On 5/14/05, Mark Knecht [EMAIL PROTECTED] wrote:
 [..]
  Thufir,
 I think the point you may be missing here is that there is
  NOTHING  graphical about the Gentoo installation. It is nothing
  more than a very carefully crafted set of text commands.
 [..]
 
 ah, thanks for clarifying that.  I just burned and booted the
 complete-cd, looks good. 

You're welcome.

 I hesitate to proceed before I understand
 how Gentoo handles partitions, however.  will it bring up a list of
 partitions similar to:
 
 1 FAT32
 2 ext3
 
 and then I enter 1 to format the first partition, and then similarly
 select 1 install gentoo onto just the one partition?
 
Thufir,
   I hesitate to be forward here but I think it's pretty clear that
you have not read the Gentoo install instructions. You really need to
do that before you even think about proceeding with a real install.

   The instructions are located here:

http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml

The Gentoo install does not 'bring up' anything. You will boot the CD
and be presented with nothing but a command line. It is from that
command line that you follow the instructions on the above linked
page. The first step is 'date', the second step is 'modprobe' and on
you go.

You cannot execute this install without having a basic understanding
of what these commands are doing and what you want the configuration
of the machine should be.

The answer to your specific question is that you will run fdisk, you
will create the partitions you want at the size you want with the file
system type you want. There is no set size. there is no script to make
it happen. It comes out exactly as you create it. You want FAT? You
make FAT. (At your own risk!) You want ext2 or reiserfs-4 or whatever,
you make it. you place it on the disk where you want it, you format
it, everything is done by hand.

You are in control. 

This is good, but it takes some thinking and some planning.

You will get good help here, but your next step is to read the install
instructions and ask questions about what they say. that is your next
step.not putting the CD in the drive and saying 'install please!'.

Have a good read and come back with questions.

cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: XMMS Stopped Playing

2005-05-13 Thread Gabriel M. Beddingfield
Kent Borg wrote:

 Recently xmms stopped working.  It will launch, but it won't play
 anything.  I try to play a file and nothing happens, I try to play an
 internet stream and I get a file dialog.  I think it broke in the
 upgrade from 1.2.10-r13 to 1.2.10-r5.  Suggestions?

Have you recently upgraded your kernel to 2.6.10?


-- 
 G a b r i e l   M .   B e d d i n g f i e l d

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which IMAP is happiest with gentoo?

2005-05-13 Thread michael
Thanks for the excellent advice, Jonathan. Yes, I figured I'd have to
move out of mbox sooner or later. I wonder if there are tools to convert
mbox files to maildir format - I would guess yes.
Michael
On Fri, 13 May 2005, Jonathan Nichols wrote:
[EMAIL PROTECTED] wrote:
I already have Postfix running and I happily read email on my server,
but I'd like to read my email on my IMAP/SSL cellphone client. I've seen
Courier, UW, and Cyrus, and perhaps there are others. Any
recommendations, for or against?
Currently I'm the only user, but I host about a dozen friend's websites,
and perhaps someday they too would like email, so I'd like to be able to
grow into that, but I don't feel I need a database to support a huge
number of clients. I support these virtual domains directly from
Postfix.
Any other things I should be thinking about, or aware of?
Thanks in advance,
Michael
Courier-IMAP is pretty easy to deal with. Cyrus can get.. uh.. out of hand, 
real easily. It's overkill for many situations. the guy that wrote courier is 
also very active on the courier-users mailing list too, which is a big plus.

uw-imap  the mbox format in general are outdated  sometimes dangerous, imo. 
back in the days where emails were nice  tiny, it worked a lot better..
--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list