Re: [gentoo-user] emerge dependency errors

2003-07-19 Thread Jon Gaudette
Earlier I filed a bug report about this:

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

If you follow that, you should know when it has been fixed.  In the
meantime, the following may work for you, so you can upgrade other
programs than evolution

USE="-mozilla" emerge -up world

then, you can upgrade the programs other than Evolution seperately with
the regular emerge -u 

-Jon "GenKiller" Gaudette
Webmaster - http://www.digital-drip.com
Co-Webmaster - http://www.cncnz.com

On Sat, 2003-07-19 at 01:39, Christian Aust wrote:
> Hi all,
> 
> I'm starting to get those emerge errors like this one:
> 
> de-christiana root # emerge -Dup world
>  
> These are the packages that I would merge, in order:
>  
> Calculating world dependencies -
> !!! all ebuilds that could satisfy ">=dev-libs/nspr-4.3" have been
> masked.
> !!!(dependency required by "net-mail/evolution-1.4.3" [ebuild])
>  
> !!! Problem with ebuild net-mail/evolution-1.4.3
> !!! Possibly a DEPEND/*DEPEND problem.
>  
> !!! Depgraph creation failed.
> 
> This never happened before, is something wrong with my portage, or is
> someone testing his/her work on an unstable system only? (I'm running
> x86). Anyone having the same problem? Best regards,
> 
> -  Christian


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] mod_php-4.3.2-r3 compile problem

2003-07-19 Thread William Kenworthy
Yes, one system was the libwww which refused to build first, not sure
what the second systems error was, something about libiconv (which was
masked) when trying to build php.  A build everything manually first
fixed it.

BillK

On Sat, 2003-07-19 at 14:30, Robin H.Johnson wrote:
> On Sat, Jul 19, 2003 at 01:27:37PM +0800, William Kenworthy wrote:
> > revdep-rebuild sucks at determining the build order.  Its failed on the
> > two systems (different errors) I have used it on so far.  
> > 
> > The fix was to run it, control-c when it generates a list of what needs
> > rebuilding, and then emerge them one by one with the one(s) that
> > generated errors last.  Then "rm /root/.revdep*", rerun revdep-rebuild
> > to make sure you got them all.
> Have you upgraded to gentoolkit-0.1.30 ?
> The only remaining rebuild order item in revdep-rebuild that has been
> noted is sometimes still getting libwww wrong, due to how libwww is used
> (libwww takes mysql as an optional extra, and one of the mysql
> dependancies requires libwww)
-- 
William Kenworthy <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Using a USB Network Adapter

2003-07-19 Thread Sebastian Bergmann
Sebastian Bergmann wrote:
> I have a T-Sinus 130 data USB / Wireless LAN 802.11b network adapter
> attached to my desktop box.

  The correct driver for this adapter can be found at

http://at76c503a.berlios.de/

  It'd be nice if it could be included on the Install / Live CDs as that
  adapter is not uncommon in Germany. :-)

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-19 Thread David Mallwitz
wes chow wrote:
This is probably not the most elegant solution, but here it is anyway:

/sbin/iptables -A INPUT -i eth0 -j DROP -d ! 192.168.0.2
/sbin/iptables -A INPUT -i eth1 -j DROP -d ! 192.168.0.10


I'll try it out.  Don't have access to the machines right now, but I'll 
let you know later this weekend.
You need to frobnicate your routing table a little. You want one default 
route out using your eth0, and then you will want to add routing 
exceptions with the 'route add' command. So if the remote server you 
need to talk to is called natasha and the ip address is 192.168.0.100 
you would do this: route add -host 192.168.0.100 metric 1 eth1 . This 
sends all traffic from boris (192.168.0.10) to natasha (192.168.0.100) 
via eth1. All return traffic from natasha would be destined for 
192.168.0.10 anyway so no changes are needed there.

Dave



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] mod_php-4.3.2-r3 compile problem

2003-07-19 Thread Robin H . Johnson
On Sat, Jul 19, 2003 at 03:38:15PM +0800, William Kenworthy wrote:
> Yes, one system was the libwww which refused to build first, not sure
> what the second systems error was, something about libiconv (which was
> masked) when trying to build php.  A build everything manually first
> fixed it.
Unmerge libiconv, it's hardmasked as it turned out to break a lot of
things, and is only intended for non-glibc systems.

-- 
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#   : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] mod_php-4.3.2-r3 compile problem

2003-07-19 Thread William Kenworthy
rattus mail # emerge libiconv -s
Searching...
[ Results for search key : libiconv ]
[ Applications found : 1 ]
  
*  dev-libs/libiconv [ Masked ]
  Latest version available: 1.7
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 2,872 kB
  Homepage:http://www.gnu.org/software/libiconv/
  Description: This is a fork of the glibc iconv implementation that
is incompatible. it may break things.

Was never installed, which why I was a bit confused that it wanted it!

BilLK

On Sat, 2003-07-19 at 16:56, Robin H.Johnson wrote:

> Unmerge libiconv, it's hardmasked as it turned out to break a lot of
> things, and is only intended for non-glibc systems.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-19 Thread Norbert Kamenicky


Mark Fisher wrote:

On Friday 18 July 2003 8:45 pm, wes chow wrote:

eth0  Link encap:Ethernet  HWaddr 00:0C:6E:3D:F2:B0
inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
eth1  Link encap:Ethernet  HWaddr 00:50:BF:05:13:5F
inet addr:192.168.0.10  Bcast:192.168.0.255  Mask:255.255.255.0
[ .. ]

My routing table, though I don't think it matters:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface 192.168.0.0 *   255.255.255.0   U 0  
0   
0 eth0 192.168.0.0 *   255.255.255.0   U 0  
0  
0 eth1 loopbacklocalhost   255.0.0.0   UG0  0 
0 lo default 192.168.0.1 0.0.0.0 UG1  0  
0 eth0

Hm, 2 default gateways ... not relevant to your question but I would 
recommend
at least raising the metric on one of them.


I don't think so AFAIK metric is irrelevant for static routes, i.e. 
first find, first used,
doesn't matter on metric.
Metric become important with dynamic routing, i.e. if using some routing 
daemon.

noro



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] ppp and dns

2003-07-19 Thread Niklas Koponen
On Fri, Jul 18, 2003 at 11:05:04PM +0200, Erland Nylend wrote:
> 
> Im not sure whether I've understood your problem correctly. My
> understanding is that when you connect using dialup, the net hangs..
> 
> Suggestion:
> -connect using dialup
> -check whether you can ping your gateway.
> -check whether you can ping your dns servers.
> -make sure that your dns servers are listed in /etc/resolv.conf
> -try to resolv domain names. (use dig, dnsip or similar)
> 
> Does this work?

I am using dynamic nameservers from the provider. After the hangup I
could not ping even the gateway.

Well... the problem is not solved but I found another solution which
works. I have two modems on my laptop. The other is a PCMCIA card with
ISDN (this is the part that does not work correctly). I guess the the
ISDN is implemented in the hardware so that linux sees the ISDN line as
a normal modem. The other modem is a Winmodem. If I connect through it
everything seems to work fine (so far). I don't know what the problem is
but as long as I get the transfers working someway I'm happy.

Thank you for the reply.


> Is the "problem" only occuring when doing rsync or ftp? If so; are you
> using a firewall with different settings for pppX and ethX ?
> 
> -- 
> Erland Nylend
> 
> --
> [EMAIL PROTECTED] mailing list

-- 
Niklas Koponen   | Hietapellontie 3 B 7 | [EMAIL PROTECTED]
+358 40 757 1459 | 02400 KIRKKONUMMI| http://www.iki.fi/niklas.koponen



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: slocate in zope group???

2003-07-19 Thread Denys Duchier
Robin H.Johnson <[EMAIL PROTECTED]> writes:

> On Fri, Jul 18, 2003 at 10:47:10PM +0200, Denys Duchier wrote:
>> I'd really appreciate if anyone could throw some light on this rather
>> puzzling situation.
> The user and group id# on slocate changed. 

What ebuild was responsible for this change?  If it was slocate, then
this still does not explain the situation since slocate-2.7-r2.ebuild
(which is the ebuild installed on my system) is careful to chown files
and directories to the proper user (root) and group (slocate).  I
checked the CVS history of that ebuild and it appears to have done the
right thing from the start.  So what gives?

I really wish to understand what went wrong.  As before, I'd be
grateful for any hints.

Cheers,

-- 
Dr. Denys Duchier
Équipe Calligramme
LORIA, Nancy, FRANCE

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] partitions on a server

2003-07-19 Thread Timo Boettcher
Hi Gëzim,

Nachricht vom Samstag, 19. Juli 2003, 06:21:16:

>> Hello Gëzim,
> Hi Jason 
>> "JUST a server"? What sort of server? How much hard
>> drive space do you have? 
> I want to run a web server (apache), have support for
> perl, php, mysql, and these things. I've got 13GB of
> space...
> What do you suggest?

Have a look at the gentoo-security-guide. It has a nice part on
partitioning, and mount-options. For example you can mount /tmp
without support for devicefiles or without ability to run executables
from it.

 Timo


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] partitions on a server

2003-07-19 Thread Jason Stubbs
(Previously responded directly by accident)

> Hi Jason
>
> > "JUST a server"? What sort of server? How much hard
> > drive space do you have?
>
> I want to run a web server (apache), have support for
> perl, php, mysql, and these things. I've got 13GB of
> space...
> What do you suggest?

/   500MB
/boot   100MB (usually not mounted)
/home   8GB
/usr1.5GB (mounted read-only)
/var3GB

Of course, it really depends on the expected size of your database and web
site. A 3GB /var will give you plenty of space for compiling and a fairly
large database. But then you may expect a fairly static size web site with a
large database, in which case it would be better to 3GB for /home and 8GB for
/var. If your not certain on the sizes, then I would suggest similar to the
following:

/   500MB
/boot   100MB (usually not mounted)
/home   10GB
/home/mysql (standard directory)
/usr1.5GB (mounted read-only)
/var1GB
/var/lib/mysql (symlinked to /home/mysql)

You even do something similar with /usr/portage, meaning you would only have
to remount /usr read-write if there were actual updates to be made and drop
/usr down to 500MB as well. I'm not certain of the size of /usr without
XFree86, but 1GB would definately be more than enough if you move
/usr/portage/distfiles somewhere else.

One benefit of symlinking /var/lib/mysql (I think that's where the database
 is stored - it is with postgresql but you will need to confirm it) is that
 all data requires backup would be in /home. Secondly, if you worried about
 the stability of different filesystems, you could put a "more stable"
 filesystem on /home and "faster" filesystems on the other partitions.

*DISCLAIMER* I've never set up a server using Gentoo. I have set up systems
with several partitions and not ran out of space. Use information at own
risk, blah, blah, blah...

The best place I've seen for information regarding partitioning is in the
FreeBSD installation guide. It goes through the pros and cons in a fairly
general way. You should probably check that out and there's a fairly
extensive thread on filesystems in the Gentoo forums. Check those out and you
should be right. Good luck!

Jason


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge dependency errors

2003-07-19 Thread Jon Gaudette
This bug has now been fixed by the devs.  Both nspr-4.3 and nss-3.8 have
been "expressed" to stable.

-Jon "GenKiller" Gaudette
Webmaster - http://www.digital-drip.com
Co-Webmaster - http://www.cncnz.com

On Sat, 2003-07-19 at 01:39, Christian Aust wrote:
> Hi all,
> 
> I'm starting to get those emerge errors like this one:
> 
> de-christiana root # emerge -Dup world
>  
> These are the packages that I would merge, in order:
>  
> Calculating world dependencies -
> !!! all ebuilds that could satisfy ">=dev-libs/nspr-4.3" have been
> masked.
> !!!(dependency required by "net-mail/evolution-1.4.3" [ebuild])
>  
> !!! Problem with ebuild net-mail/evolution-1.4.3
> !!! Possibly a DEPEND/*DEPEND problem.
>  
> !!! Depgraph creation failed.
> 
> This never happened before, is something wrong with my portage, or is
> someone testing his/her work on an unstable system only? (I'm running
> x86). Anyone having the same problem? Best regards,
> 
> -  Christian


signature.asc
Description: This is a digitally signed message part


[gentoo-user] Re: multiple ethernet cards

2003-07-19 Thread Kirler

"wes chow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I've been playing with a multiple ethernet card configuration.  There's a
> lot of info online about how to deal with routing tables, *if the cards
> are on different networks*.  What I'm curious about is if I hook the two
> cards up to the same switch, with different IP addresses.  I'd like to be
> able to write servers that bind to the different addresses but run on
> the same machine.
>
> Problem is, I can't get it to work.  Here's ifconfig's output:
>
> eth0  Link encap:Ethernet  HWaddr 00:0C:6E:3D:F2:B0
>   inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:214294 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:168729 errors:0 dropped:0 overruns:0 carrier:168376
>   collisions:0 txqueuelen:100
>   RX bytes:40815289 (38.9 Mb)  TX bytes:115947325 (110.5 Mb)
>   Interrupt:10 Memory:ee00-ee001080
>
> eth1  Link encap:Ethernet  HWaddr 00:50:BF:05:13:5F
>   inet addr:192.168.0.10  Bcast:192.168.0.255  Mask:255.255.255.0
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:30 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:100
>   RX bytes:3087 (3.0 Kb)  TX bytes:240 (240.0 b)
>   Interrupt:9 Base address:0x7000
>
>
> My routing table, though I don't think it matters:
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse
Iface
> 192.168.0.0 *   255.255.255.0   U 0  00
eth0
> 192.168.0.0 *   255.255.255.0   U 0  00
eth1
> loopbacklocalhost   255.0.0.0   UG0  00 lo
> default 192.168.0.1 0.0.0.0 UG1  00
eth0
>
>
> The computer with two ethernet cards is called milhouse, and a seperate
> machine on the network is boris.
>
> Now, when I ping 192.168.0.10 from boris, I only see eth0's light blink.
> I can completely disconnect eth1 and it still works.
>
> "ip neigh show"'s output:
>
> boris root # ip neigh show
> 192.168.0.2 dev eth0 lladdr 00:0c:6e:3d:f2:b0 nud reachable
> 192.168.0.10 dev eth0 lladdr 00:0c:6e:3d:f2:b0 nud reachable
>
> It shows that it thinks 192.168.0.10 belongs to eth0 of milhouse (based on
> the MAC address).  How do I get milhouse to accept traffic to 192.168.0.10
> only on eth1?  Is this possible at all?

Hi,

You have a very interesting setup over there and you have indeed god many
good advices so far.
What I am wondering about is that nobody has suggested using iproute2 for
this stuff.

Your setup reminds me of myself playing with load-balancing a while ago.

I think you should check out the Linux Advanced Routing & Traffic Control
HOWTO (and especially Chapter 4. of it).. www.lartc.org
Anyway, here is what I would do If I were you:

--script start--

#first creating routing table aliases
echo '102 table0' >> /etc/iproute2/rt_tables
echo '110 table1' >> /etc/iproute2/rt_tables

#then some definitions
NET0=192.168.0.0 #destination
GW0=192.168.0.1 #gateway

IFACE0=eth0
IFACE1=eth1
IP0=192.168.0.2
IP1=192.168.0.10


#then some action
ip route add $NET0 dev $IFACE0 src $IP0 table table0
ip route add default via $GW0 table table0

ip route add $NET0 dev $IFACE1 src $IP1 table table1
ip route add default via $GW0 table table1



#these you already have in place...
ip route add $NET0 dev $IFACE0 src $IP0
ip route add $NET0 dev $IFACE1 src $IP1
ip route add default via $GW0


#final steps
ip rule add from $IP0 table table0
ip rule add from $IP1 table table1

---script end--

Now your incoming packets should go the correct interface regarding its
IP-address.

Hope this works for you, if not then reading the LARTC HOWTO should help you
with fixing your configuration!

good luck
--kirler






--
[EMAIL PROTECTED] mailing list



[gentoo-user] critical emerge error

2003-07-19 Thread Tom Allison
emerge sync (or anything) results in:

File "/usr/bin/emerge" line 1577
   if myportdir[-1]=="\":
IndexError: subscript out of range
ALSO:
/etc/make.conf:  PORTAGE_TMPDIR="/var/tmp"
but
echo $PORTAGE_TMPDIR is null.
And this is related to another error I got about this variable being set to 
",".  I don't get this error anymore.

How do I fix this?
--
Joe's sister puts spaghetti in her shoes!
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: ReiserFS said to repaired but isn't :-(

2003-07-19 Thread Heribert Slama
On Tue, 15 Jul 2003 22:09:03 -0400, in gmane.linux.gentoo.user,
"Brett I. Holcomb" <[EMAIL PROTECTED]> wrote:

>Glad that's fixed!  
>
>I'm not familiar with resierfs - what is it about rebuild tree that causes 
>anguish and consternation for people?  [..]

Sorry for the delayed response.
Man pages recommend a complete backup; a (partial) data loss is
quite probable. From "man reiserfsck"---

| --rebuild-tree
| 
|   This rebuilds filesystem tree using leaf nodes found on the device. Normally, 
| you do not need this, but if you have to rebuild tree - please backup whole partition
| first or at least the most important data if you can mount the partition.

***

I've experienced this kind of memory leak (bitmap error) 2 or 3
times before, when I made a copy of the complete root filesystem to
another partition and back again, for the purpose of making the root
partition larger. FYI, "parted" with automatic file system resize
option wrecked reiserfs (partition was resized correctly).

ReiserFS v3.6.25 (vanilla-kernel 2.4.19) probably isn't completely
sound. There is a Windows tool that supposedly can read ReiserFS,
but _not mine_:-<< (RFSTOOL
http://p-nand-q.com/download/rfstool/download.html).

Best regards,
-Heribert

-- 
Heribert Slama
Muttenz, Switzerland


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: ReiserFS said to repaired but isn't :-(

2003-07-19 Thread Brett I. Holcomb
Okay, I see.  Thanks.

> On Tue, 15 Jul 2003 22:09:03 -0400, in gmane.linux.gentoo.user,
>
> "Brett I. Holcomb" <[EMAIL PROTECTED]> wrote:
> >Glad that's fixed!
> >
> >I'm not familiar with resierfs - what is it about rebuild tree that causes
> >anguish and consternation for people?  [..]
>
> Sorry for the delayed response.
> Man pages recommend a complete backup; a (partial) data loss is
> quite probable. From "man reiserfsck"---

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Weird emerge error

2003-07-19 Thread Susie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've been getting off and on(ok might of been constant not been paying
that close of attention) a single error after emerge -uD world.  So when
I saw there was an update today I added the -v swtich.  This was the
error I got:

>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * Regenerating GNU info directory index...
install-info: menu item `Bash' already exists, for file `bash'
 * Processed 81 info files; 1 errors.


Any idea why it has that particular error?  and any idea how I get arid
of that error?  Thanks in advance.

- -- 

Susie
http://arienadean.tripod.com/

Digitally signed
GPG Key ID: E93F0D23
Key fingerprint = 33F8 0E9D 3AD1 23E0 C70F  ECC6 7871 D811 E93F 0D23

- ---

"Men are not prisoners of fate, but only prisoners of their own minds."
- - Franklin D. Roosevelt



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GamPeHHYEek/DSMRAmFDAJ43tDIrEc3wvy5LEHcneGH4mceMmACdHSPh
k6BpAbiAwsZKfewEgOvj6gY=
=3IyG
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Weird emerge error

2003-07-19 Thread Tom Allison
Susie wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I've been getting off and on(ok might of been constant not been paying
that close of attention) a single error after emerge -uD world.  So when
I saw there was an update today I added the -v swtich.  This was the
error I got:

Regenerating /etc/ld.so.cache...
Regenerating /etc/ld.so.cache...
Auto-cleaning packages ...


No outdated packages were found on your system.


 * Regenerating GNU info directory index...
install-info: menu item `Bash' already exists, for file `bash'
 * Processed 81 info files; 1 errors.
Any idea why it has that particular error?  and any idea how I get arid
of that error?  Thanks in advance.
I saw this too, right before things broke.

Are you using the unstable option ~86 ?
If so, don't, at least not for today.
IRC mentions some problems with the portage today and I'm not clear on what 
the problems are, but I had to rescue portage, update portage and now update 
world because I was using ~86.

--
Ain't nothin' an old man can do for me but bring me a message from a young man.
-- Moms Mabley
--
[EMAIL PROTECTED] mailing list


[gentoo-user] DVD rom keeps spinning

2003-07-19 Thread Aaron Stout
Hello.

I have a question about Nautilus and dvd's. When I mount a dvd rom I use mount -t udf 
/dev/dvd /mnt/dvd . When I am in a console state I can access the directory and see 
the contents of the dvd. When I try to see the contents of the dvd rom in a graphical 
view through nautilus the dvd lands up spinning endlessly. /var/log/meesages reports   

Jul 19 16:06:40 flux kernel: hdc: command error: error=0x54
Jul 19 16:06:40 flux kernel: end_request: I/O error, cmd 0 dev 16:00 (hdc), sector 3348
Jul 19 16:06:40 flux kernel: hdc: command error: status=0x51 { DriveReady SeekComplete 
Error }

Now I can play a dvd just fine with xine and no errors. I am just curious if anyone 
knows why Nautilus seems to run home to momma when i try to look at the dirs on the 
dvd. Kde's konqueror can list the files on the dvd without spinning the rom endlessly. 
This little minor problem is driving me nuts.

Aaron

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Weird emerge error

2003-07-19 Thread Susie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 19 Jul 2003 16:21:44 -0400
Tom Allison <[EMAIL PROTECTED]> wrote:


> I saw this too, right before things broke.

Hmm I hope mine doesn't break.  I briefly messed up bash at one point
when I altered my paths in /etc/profile oddly copying over the same file
from my other machine and changing the path again made the problems
disappear.(must of been a stray space/return somewhere I didn't see in
the file that messed things up)
 
> Are you using the unstable option ~86 ?
> If so, don't, at least not for today.

Nope.  I only have a few things where I've unmasked them.  Most of my
packages installed are known stables.  I just found this error odd and I
figure it must of been the same thing that was the error prior(only I
didn't have verbose turned on so can't be 100% sure of that).  One of my
friends who also runs gentoo has been getting a single error.  I've not
has a chance to ask him if when he used verbose if the error was the
same thing as mine.

> IRC mentions some problems with the portage today and I'm not clear on
> what the problems are, but I had to rescue portage, update portage and
> now update world because I was using ~86.

I'm hoping I don't have to go through all that.  Things seem to be ok. 
I just get that error when updating things lately.  I did have to
recompile mplayer but I think that might of been the gcc change or
something.

- -- 

Susie
http://arienadean.tripod.com/

Digitally signed
GPG Key ID: E93F0D23
Key fingerprint = 33F8 0E9D 3AD1 23E0 C70F  ECC6 7871 D811 E93F 0D23

- ---

"Men are not prisoners of fate, but only prisoners of their own minds."
- - Franklin D. Roosevelt



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Gbl3eHHYEek/DSMRAg6gAKCKELUpUMl3VGHdeft2NqmWjWceqACfWWFM
AbjmavttrlpkouHDGD4q+f8=
=fvWj
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Arts Compilation Error

2003-07-19 Thread Loopingz



When i emege mplayer, it stop on the compilation of dependency arts with 
this error :
!!! ERROR: kde-base/arts-1.1.2 failed.!!! Function kde_src_compile, 
Line 138, Exitcode 2!!! died running emake, 
kde_src_compile:make


Re: [gentoo-user] Re: slocate in zope group???

2003-07-19 Thread Robin H . Johnson
On Sat, Jul 19, 2003 at 01:46:59PM +0200, Denys Duchier wrote:
> What ebuild was responsible for this change?  If it was slocate, then
> this still does not explain the situation since slocate-2.7-r2.ebuild
> (which is the ebuild installed on my system) is careful to chown files
> and directories to the proper user (root) and group (slocate).  I
> checked the CVS history of that ebuild and it appears to have done the
> right thing from the start.  So what gives?
> I really wish to understand what went wrong.  As before, I'd be
> grateful for any hints.
Slocate used to add it's own userid to your system. Since then, that was
integrated into the initial /etc/passwd included in baselayout, and the
UID# was changed in the process to avoid a conflict with something else.


-- 
Robin Hugh Johnson
E-Mail : [EMAIL PROTECTED]
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#   : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Arts Compilation Error

2003-07-19 Thread Arnold Krille
On Saturday 19 July 2003 23:27, Loopingz wrote:
> When i emege mplayer, it stop on the compilation of dependency arts with
> this error :
> !!! ERROR: kde-base/arts-1.1.2 failed.
> !!! Function kde_src_compile, Line 138, Exitcode 2
> !!! died running emake, kde_src_compile:make

A _little_ bit more output would be very helpfull since my crystal ball is in 
holiday already...

Arnold

-- 
Get my public-key from pgp.mit.edu or pgp.uni-mainz.de
---
Hi, I am a .signature virus. Please copy me into your ~/.signature and send me 
to all your contacts.
After a month or so log in as root and do a rm / -rf. Or ask your 
administrator to do so...


pgp0.pgp
Description: signature


Re: [gentoo-user] Weird emerge error

2003-07-19 Thread Ian Truelsen
On Sat, 19 Jul 2003 13:26:55 -0700
Susie <[EMAIL PROTECTED]> wrote:

> I've been getting off and on(ok might of been constant not been paying
> that close of attention) a single error after emerge -uD world.  So
> when I saw there was an update today I added the -v swtich.  This was
> the error I got:
> 
> >>> Regenerating /etc/ld.so.cache...
> >>> Regenerating /etc/ld.so.cache...
> >>> Auto-cleaning packages ...
> 
> >>> No outdated packages were found on your system.
> 
> 
>  * Regenerating GNU info directory index...
> install-info: menu item `Bash' already exists, for file `bash'
>  * Processed 81 info files; 1 errors.
> 
> 
> Any idea why it has that particular error?  and any idea how I get
> arid of that error?  Thanks in advance.
> 
I have no idea what it means, or what to do about it, but I have been
getting the same error on my system for about a week now.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



[gentoo-user] OT: Burning CDs with CD Bake Oven

2003-07-19 Thread Jason Giangrande
Anyone know if it's possible, with CD Bake Oven, to burn a data CD that
isn't an ISO image.  I want to burn a CD with a few files so I can use
them on another computer.  If this is not possible can anyone recommend
CD burning software for Linux that doesn't suck?  Every burning software
I've tried seems to not be able to have some major flaw or not be able
to do something at all (like not burning data CDs that aren't ISO
images).

Thanks,
Jason Giangrande


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: Burning CDs with CD Bake Oven

2003-07-19 Thread Joseph A Nagy Jr
On Saturday 19 July 2003 18:06, Jason Giangrande wrote this in an 
attempt to be witty and informative:
> Anyone know if it's possible, with CD Bake Oven, to burn a data CD
> that isn't an ISO image.  I want to burn a CD with a few files so I
> can use them on another computer.  If this is not possible can anyone
> recommend CD burning software for Linux that doesn't suck?  Every
> burning software I've tried seems to not be able to have some major
> flaw or not be able to do something at all (like not burning data CDs
> that aren't ISO images).
>
> Thanks,
> Jason Giangrande

try xcdroast
-- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/


--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel 2.6.0 and some weird problems

2003-07-19 Thread Meka[ni]
First of all my scroll on mouse doesn't work. I have two kernels on my 
system (the first one is 2.4.20) and with old kernel it works fine (so it's 
not configuration of X or hardware problem). I've have psmouse and mousedev 
compiled and loaded as modules. Do I need something else?
Second problem is PC speaker. I have no sound from it with new kernel. 
Do I miss some modules? Thanx and keep hacking. :o)

-- 
Meka[ni]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Weird emerge error

2003-07-19 Thread Bryan Feir
On Sat, Jul 19, 2003 at 01:26:55PM -0700, Susie wrote:
> I've been getting off and on(ok might of been constant not been paying
> that close of attention) a single error after emerge -uD world.  So when
> I saw there was an update today I added the -v swtich.  This was the
> error I got:
> 
> >>> Regenerating /etc/ld.so.cache...
> >>> Regenerating /etc/ld.so.cache...
> >>> Auto-cleaning packages ...
> 
> >>> No outdated packages were found on your system.
> 
> 
>  * Regenerating GNU info directory index...
> install-info: menu item `Bash' already exists, for file `bash'
>  * Processed 81 info files; 1 errors.

It's an official bug: .

What it boils down to is that the 'bash' ebuild creates a symbolic link
in the /usr/share/info directory, bashref.info.gz, which points to the
original bash.info.gz.  As a result, the install-info program which runs
over the info directory to build the 'dir' directory file finds two
different references to 'bash' in what it thinks are two different files.
Thus it declares an error.

While there shouldn't be an error displayed for this, it is ignorable;
the 'dir' file is otherwise correctly generated, so far as I can tell.
The error will simply keep showing up after running any ebuild that
installs a .info file.  The install-info program needs to be patched
to ignore duplicates like this.  (It can't just ignore symlinks, as
there could be symlinks to files outside the standard info directory.)

As the first comment on the bug report points out, removing the symbolic
link (and the dosym command in the bash ebuild that generates it) will
remove the error message.

---+---
Bryan Feir   VA3GBF|"Many a man in love with a dimple has made the
Home:[EMAIL PROTECTED]   | mistake of marrying the whole girl."
   |  -- Stephen Leacock
---+---

--
[EMAIL PROTECTED] mailing list



[gentoo-user] mudding?

2003-07-19 Thread MIKE MacMartin
Anyone here mud?  If so, do you have a favourite client for Linux?  Is it in 
portage?

I'm kinda leaning toward papaya, but I don't think it's in Portage - I suppose 
I could always write an ebuild.  I also really like mudtelnet, except for its 
lack of aliases.

MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mudding?

2003-07-19 Thread Gary Davis
On Sat, 19 Jul 2003 22:15:11 -0400
MIKE MacMartin <[EMAIL PROTECTED]> wrote:

> Anyone here mud?  If so, do you have a favourite client for Linux?  Is it in 
> portage?
> 
> I'm kinda leaning toward papaya, but I don't think it's in Portage - I suppose 
> I could always write an ebuild.  I also really like mudtelnet, except for its 
> lack of aliases.


I really like TinyFugue, listed in portage as tf (also the executable), more info at 
http://tf.tcp.com/~hawkeye/tf/

-Gary
-- 
"In Christianity neither morality nor religion come into contact with reality at any 
point."-- Friedrich Nietzsche

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mudding?

2003-07-19 Thread MIKE MacMartin
> I really like TinyFugue, listed in portage as tf (also the executable),
> more info at http://tf.tcp.com/~hawkeye/tf/

I just tried out gMUDix ... it's got everything I want except for ANSI 
background support (anyone know how easy this is to do?)

Anyway, tried it out and its for command doesn't work!

tf I tried out and couldn't figure out

> -Gary
MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mudding?

2003-07-19 Thread Bryan Feir
On Sat, Jul 19, 2003 at 10:15:11PM -0400, MIKE MacMartin wrote:
> Anyone here mud?  If so, do you have a favourite client for Linux?  Is it in 
> portage?
> 
> I'm kinda leaning toward papaya, but I don't think it's in Portage - I suppose
> I could always write an ebuild.  I also really like mudtelnet, except for its 
> lack of aliases.

   Well, the ones I found in portage were gmudix, gnome-mud, mcl, mudix,
tf/tinyfugue, and tintin.  I use tinyfugue myself, but then, I've been
MUDding since the days of tinytalk, the first MUD client I was aware of,
in 1990.  (Tinytalk being simply a telnet client that would rebuild the
command line whenever something arrived from the remote location, so you
wouldn't get lost halfway through typing.)

---+---
Bryan Feir   VA3GBF|"A half-truth, like a half-brick, is more forcible
Home:[EMAIL PROTECTED]   | in an argument than a whole one...
   | it carries further." -- Stephen Leacock
---+---

--
[EMAIL PROTECTED] mailing list



[gentoo-user] !! Possibly a DEPEND/*DEPEND problem.

2003-07-19 Thread Maximus

!!! all ebuilds that could satisfy ">=sys-devel/gcc-3.3" have been masked.
!!!(dependency required by "sys-libs/glibc-2.3.2-r2" [ebuild])

!!! Problem with ebuild sys-libs/zlib-1.1.4-r1
!!! Possibly a DEPEND/*DEPEND problem.

How do I get rid of this error?
Please.
-- 
"Of course the people don't want war. But after all, it's the leaders of the country 
who determine the policy, and it's always a simple matter to drag the people along 
whether it's a democracy, a fascist dictatorship, or a parliament, or a communist 
dictatorship. Voice or no voice, the people can always be brought to the bidding of 
the leaders. That is easy. All you have to do is tell them they are being attacked, 
and denounce the pacifists for lack of patriotism, and exposing the country to greater 
danger."

-- Herman Goering at the Nuremberg trials 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mudding?

2003-07-19 Thread Andrew Farmer
At 19 July, 2003 MIKE MacMartin wrote:
> Anyone here mud?  If so, do you have a favourite client for Linux?  Is it in 
> portage?

Tinyfugue plus screen or a few xterms make for much happiness.

Speaking of screen, does anyone know a way to make the hardstatus line
show window status information in more detail? I know that

hardstatus alwayslastline
defhstatus \005w

will give me a list of windows in the last line, but it won't show
modifiers (like '@' for windows with activity) like meta-w will.
Is there any easy way to get this behaviour, or should I start hacking
on the screen source to make it happen?

(or has this been added since screen 3.09.13?)

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


[gentoo-user] Gentoo Poll #1 results

2003-07-19 Thread Fred Van Andel
Gentoo poll #1 received votes from 82 people.  The first vote came 
literally less than two minutes after the poll was posted. A few people 
voted on the list and not to the email address provided, those votes 
are not counted.

The question was:
What operating system were you using BEFORE you used gentoo?

Multiple answers from people were accepted and counted in the total. 
Many people wrote in 3 or 4 operating systems and one wrote in over 30.

In the case of multiple choices each choice was only counted if someone 
else also voted for the same OS.

Here are the results.
(my apologies for the poor formatting)

Caldera  1
Debian  20
FreeBSD  3
Linux From Stratch   5
Mandrake14
OpenBSD  1
RedHat  18
Solaris  2
Slackware8
Suse15
Windows 14
-
Total  101

Comments anyone?
-- 
Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo Poll #2

2003-07-19 Thread Fred Van Andel
This is the second gentoo poll.

The question is:

Why did you choose gentoo?

Please try to keep the answer fairly general to make it easier for me to 
summarize, because if you dont I will have to.

Please respond by emailing your reply to [EMAIL PROTECTED] . 
Please do NOT reply within the mailing list, any replies to the list 
will be not be counted. Discussion on the list about the poll are 
encouraged. Results will be summarized and posted in about a week.
-- 
Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482


--
[EMAIL PROTECTED] mailing list