Re: [gentoo-user] emerge dependency errors

2003-07-18 Thread Alan
On Sat, Jul 19, 2003 at 07:39:37AM +0200, Christian Aust wrote:
[snip]
> 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,

Same here.  I've seen it before, wait a few hours and emerge sync
again, and chances are it'll be fixed by the gentoo devs.

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



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

2003-07-18 Thread Robin H . Johnson
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)

-- 
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


[gentoo-user] Portage 2.0.48-r4, broken?

2003-07-18 Thread Norberto BENSA
I've just posted to the forums: 
http://forums.gentoo.org/viewtopic.php?p=420056#420056

Norberto

-- 
$ man women
No manual entry for women


pgp0.pgp
Description: signature


[gentoo-user] emerge dependency errors

2003-07-18 Thread Christian Aust
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

-- 

Christian Aust
mailto:[EMAIL PROTECTED]
icq: 84500990 - Yahoo!: datenimperator - MSN: datenimperator
GPG: 3C89AD72



--
[EMAIL PROTECTED] mailing list



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

2003-07-18 Thread William Kenworthy
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.

BillK

On Sat, 2003-07-19 at 12:10, Robin H.Johnson wrote:
> On Fri, Jul 18, 2003 at 04:07:58PM -0500, [EMAIL PROTECTED] wrote:
> > I get the following errors when trying to update mod_php:
> > make: *** [libphp4.la] Error 1
> > make: *** Waiting for unfinished jobs
> > !!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
> > !!! Function php_src_compile, Line 383, Exitcode 2
> > !!! compile problem
> You didn't include the actual compile error.
> Including it here would help a lot more...
> 
> Anyway, I suggest running revdep-rebuild anyway, as a lot of people have
> been ignoring the message in the MySQL upgrade to do that recently.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gcc/glibc/python causing slowness

2003-07-18 Thread Kurt V. Hindenburg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just upgrade gcc/glibc/python and now system is really slow.  
Nothing else has changed that I'm aware of.  Mozilla is really, 
really slow now.  Changing tabs takes almost a sec...urgh

([EMAIL PROTECTED])-(23:33)-(~)> emerge gcc glibc python -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R  ] sys-devel/gcc-3.2.3-r1
[ebuild   R  ] sys-libs/glibc-2.3.2-r1
[ebuild   R  ] dev-lang/python-2.2.3-r1

- -- 
^^^ Kurt

There is no good nor evil; there is only power.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GM/H0cAvx3ELfKARAon2AJ9z7h5TG7D2lTC2C8+GYJGehCpPDQCgmFIa
zdiru3VuQ9TMRNyq3sqC6DA=
=214P
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



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

2003-07-18 Thread Robin H . Johnson
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. 
Run "chgrp -R slocate /var/lib/slocate /usr/bin/slocate" to fix.

-- 
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-18 Thread Robin H . Johnson
On Fri, Jul 18, 2003 at 04:07:58PM -0500, [EMAIL PROTECTED] wrote:
> I get the following errors when trying to update mod_php:
> make: *** [libphp4.la] Error 1
> make: *** Waiting for unfinished jobs
> !!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
> !!! Function php_src_compile, Line 383, Exitcode 2
> !!! compile problem
You didn't include the actual compile error.
Including it here would help a lot more...

Anyway, I suggest running revdep-rebuild anyway, as a lot of people have
been ignoring the message in the MySQL upgrade to do that recently.

-- 
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] partitions on a server

2003-07-18 Thread Gëzim
> 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?

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] partitions on a server

2003-07-18 Thread Jason Stubbs
On Saturday 19 July 2003 12:49, G�zim wrote:
> Hello guys,
> I am gonna install gentoo on a Celeron 433Mhz and it's
> gonna be JUST a server, I want to know what partitions
> should I make and how big? (like /var, /usr, etc.)?
>
Hello Gëzim,

"JUST a server"? What sort of server? How much hard drive space do you have? 
It's generally a good idea to have separate partitions for:
/
/boot
/home
/var
/tmp (tmpfs)

As far as size goes, however, it really depends on what you want to use the 
server for. If your setting it up as a SAMBA domain server, you may want a 
large /home, but if no users will "log in" at all you may not want a separate 
/home at all. Here's a small table of what basic services put data where.

WWW /home
FTP /home
SAMBA   /home
SQL /var
MAIL /var

Remember that you'll want at least 512MB for /var for emerging stuff; 1~4GB if 
you want to emerge XFree86, OpenOffice, etc to run as a "terminal server". 
/boot should be about 100MB. / only needs about 200MB and 2~3GB for /usr 
would be plenty. Apart from that, as I said above, it really depends on what 
services you want to run, how big the userbase is and how much disk space 
you've got to play with.

Jason


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread Robin H . Johnson
On Fri, Jul 18, 2003 at 08:34:47PM -0400, wes chow wrote:
> 
> > This doesn't exactly answer the question you're asking, but do you know
> > about virtual IP addresses? You can assign as many addresses as you
> > want to a single card, and achieve with one card what you're trying to
> > do with two.
> 
> Yeah, the reason why I want two network cards is because this machine is a
> data server.  The limiting factor is the 100Mbs bandwidth, so I thought
> I'd just plop in another ethernet card.  Clients connecting to the machine
> would just randomly pick one of the two IP addresses to connect to.
If you really want to increase bandwidth like that, have a switch that
supports trunking/link-aggregation, and use the bonding driver in linux.
I have 3 gigabit ethernet cards bonded together attached to a D-Link
switch for high throughput. This then becomes totally oblivious of the
IP address, as it appears as a single system, and also adds failover
redundancy as a bonus.

-- 
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


[gentoo-user] junk for Emilio Hoxha (ignore)

2003-07-18 Thread Gëzim
Hi if you're not Emilio Hoxha, didn't need to open
itcoz this is to fix his email server (and you're
seeing this because I can't send him mail directly)...
:)

Tung Emilio, provova me ta kthy pergjegjjen por m'erdh
ky error

--- [EMAIL PROTECTED] wrote:
> This is an automatically generated Delivery Status
> Notification.
> 
> Delivery to the following recipients failed.
> 
>[EMAIL PROTECTED]
> 
> 
> 
> 

> ATTACHMENT part 2 message/delivery-status 


> ATTACHMENT part 3 message/rfc822 
> Date: Fri, 18 Jul 2003 20:52:43 -0700 (PDT)
> From: "Gëzim" Hoxha <[EMAIL PROTECTED]>
> Subject: RE: [gentoo-user] routing slow[?]
> To: Emilio Hoxha <[EMAIL PROTECTED]>
> 
> Tung Emilio, provova herën e mram të shkruaj por nuk
> pata suksesedhe jo, n'BCC ose CC nuk kam asgjë.
> 
> --- Emilio  Hoxha <[EMAIL PROTECTED]> wrote:
> > Gezim,
> >  
> > Shume e cuditshme, sepse maili tend nuk arrin nje
> > nga keta punonjesit. Me ke futur ne bela:))
> > Nje pyetje per kete, ke ndonje entry ne bcc field,
> > pershembull nje userlist? Problemi ehste se ky
> smtp
> > smart host refuzon ta beje deliver milin tend. 
> >  
> > Po ashtu me kthe pergjigje te lutem se duhet ta
> > fixoj
> >  
> > thanks much
> >  
> > -Mili
> > 
> > -Original Message- 
> > From: Gëzim" Hoxha [mailto:[EMAIL PROTECTED] 
> > Sent: Fri 7/18/2003 4:46 PM 
> > To: gentoo user 
> > Cc: 
> > Subject: [gentoo-user] routing slow[?]
> > 
> > 
> > 
> > Hi,
> > Just recently, I got a router and connected only
> > one
> > pc to it (my gentoo). I have noticed though, when
> > browsing it take longer (about 10 secs) to browse
> > sites. Do I just have to except this a part of my
> > networking life, or is there something I did
> wrong?
> > Also could it be privoxy? 
> > Note: I have ADSL.
> > 
> > Thanks,
> > 
> > Gï¿«zim
> > 
> > __
> > Do you Yahoo!?
> > SBC Yahoo! DSL - Now only $29.95 per month!
> > http://sbc.yahoo.com
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> > 
> > 
> > 
> > 
> 
> 
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



[gentoo-user] partitions on a server

2003-07-18 Thread Gëzim
Hello guys,
I am gonna install gentoo on a Celeron 433Mhz and it's
gonna be JUST a server, I want to know what partitions
should I make and how big? (like /var, /usr, etc.)?

Thank you,
Gëzim

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HOTOW: Windows Keys in Consoles

2003-07-18 Thread MIKE MacMartin
To modify the windowskeys functions, on Gentoo the file is 
/usr/share/keymaps/i386/include/windowskeys.inc

> MIKE
Me again,
MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread Raimundo Bilbao
On Fri, 18 Jul 2003 20:41:44 -0400 (EDT)
wes chow <[EMAIL PROTECTED]> wrote:


[..]

> I thought about this... I don't need to get another physical switch or hub 
> for the subnetworks, right?  If I understand correctly, everything should 
> work all plugged into the same switch.

What about EQL / BONDING  ?   -> linux-network list maybe?

Cheers 
mundo

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgraded XFree86 to 4.3.0 - KDE system fonts broken :-(((

2003-07-18 Thread Peter Ruskin
On Saturday 19 Jul 2003 02:23, Heribert Slama wrote:
> Hi,
>
> An "emerge -u system" upgraded **XFree86** to 4.3.0.
>
> Now **KDE** 3.1.1a can no longer display the system fonts
> (Helvetica, IIRC). Text appears as thin long bars (extremely
> strechted). Dialog boxes are distorted (much too wide), control
> elements are mostly shifted out of sight; I couldn't even log out
> properly. Gnome has no font problems, but KDE apps invoked from
> Gnome menu have them.

First of all I would suggest that you upgrade KDE to 3.1.2, then use 
fontconfig (/etc/fonts).

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.7
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Upgraded XFree86 to 4.3.0 - KDE system fonts broken :-(((

2003-07-18 Thread Heribert Slama
Hi,

An "emerge -u system" upgraded **XFree86** to 4.3.0.

Now **KDE** 3.1.1a can no longer display the system fonts
(Helvetica, IIRC). Text appears as thin long bars (extremely
strechted). Dialog boxes are distorted (much too wide), control
elements are mostly shifted out of sight; I couldn't even log out
properly. Gnome has no font problems, but KDE apps invoked from
Gnome menu have them.

Of course, I searched the forums & mailing lists. I didn't find a
solution to my problem. (I did see although, that many people (did)
have problems with fonts, and many of them got no advice that
helped.)

I tried with and w/o XFS (X font server) - makes no difference. Is
/etc/X11/XftConfig still needed? AFAICT Xft is v2.0 which should
rely on "fontconfig" for font selection.

Best regards,
-Heribert

-- 
Heribert Slama
Muttenz, Switzerland


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -pu world wants X and gtk

2003-07-18 Thread Fred Van Andel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On July 18, 2003 04:40 pm, Denny Schierz wrote:
> hi,
>
> it looks, imlib wants gtk and X, is there a normal way, to remove the
> X GTK etc. dependences? the USE=" ... " seems not working for
> everything. I need this lib for my contend management system (Typo3).

Use only controlls optional componants of a package, required 
dependencies will allways be installed
- -- 
Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GJj0dlJq1ZlFVIIRAlc1AJ9Xr68AqbX7i+wmEAHoWpmDx9jX0QCfZZhS
ALF6yJzCwzyjmQyY4Yl6pY4=
=Ta7X
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread wes chow

> I carefuly read your message, but the aim of your trying is still
> hiden for me :-(.

I explained my purpose in a reply to somebody else that I just sent...

> If for some reason usage of diferent interfaces is needed,
> you should split the network into subnetworks (using NETMASK),
> so every iface has its own network ...
> and you can apply everything you learned about
> "cards on diferent networks" :-).

I thought about this... I don't need to get another physical switch or hub 
for the subnetworks, right?  If I understand correctly, everything should 
work all plugged into the same switch.

Wes

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread wes chow

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

I didn't think it really mattered because both are pointing to the same 
gateway anyway.

> What happens when you d/c eth0, do the pings still reply?

Don't have access to the machines right now.  I'll check it out later 
this weekend and let you know...  Thanks!

Wes

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread wes chow

> 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.

Wes


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread wes chow

> This doesn't exactly answer the question you're asking, but do you know
> about virtual IP addresses? You can assign as many addresses as you
> want to a single card, and achieve with one card what you're trying to
> do with two.

Yeah, the reason why I want two network cards is because this machine is a
data server.  The limiting factor is the 100Mbs bandwidth, so I thought
I'd just plop in another ethernet card.  Clients connecting to the machine
would just randomly pick one of the two IP addresses to connect to.

Wes

--
[EMAIL PROTECTED] mailing list



Re: [Fwd: [gentoo-user] ripping error]

2003-07-18 Thread William Kenworthy
check out cdparanoia - may help overcome it.  Bad cd drive?  Heavy ide
bus load?  No dma on ide?

BillK

On Sat, 2003-07-19 at 00:55, Hemmann, Volker Armin wrote:
> On Friday 18 July 2003 12:57, Bram De Smet wrote:
> > Hi,
> >
> > Doen any of you guys have seen this error beeforein dmesg while ripping
> > a cd with ripperX?:
> >
> > hdc: packet command error: error=0xb0
> > ATAPI device hdc:
> >   Error: Aborted command -- (Sense key=0x0b)
> >   (reserved error code) -- (asc=0x48, ascq=0x00)
> >   The failed "Read CD" packet command was:
> >   "be 04 00 00 00 08 00 00 08 f8 00 00 "
> > hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
> >
> > It seems I can rip them in a vmware windows, but in linux I can't.
> > Anyone?
> >
> 
> your cd has a defect.
> 
> Windows ignores the error, linux fails. Choose what is better for your needs.
> 
> Glück Auf,
> Volker
> 
> 
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread Norbert Kamenicky
I carefuly read your message, but the aim of your trying is still
hiden for me :-(.
Basically if assigning two or more IP's from the same network
IP alias is the best choice.
If for some reason usage of diferent interfaces is needed,
you should split the network into subnetworks (using NETMASK),
so every iface has its own network ...
and you can apply everything you learned about
"cards on diferent networks" :-).
Please read comments in text.
wes chow wrote:

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.
 

The reason is in the manner how kernel networking routines
worx and fact, that both ifaces are on the same network.
You shall be able to ping it even if stoping IP forwarding.
"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?
 

Hmm ... you can stop access to 192.168.0.10 on eth0  by firewall rules,
but you will not be able to connect to 192.168.0.10 on eth1 anyway.
To get it work you should adjust interfaces similar to this:

ifconfig eth0 192.168.0.2 netmask 255.255.255.128 broadcast 
192.168.0.255 (or 128)
ifconfig eth1 192.168.0.130 netmask 255.255.255.128 broadcast 192.168.0.255

so, on eth0 is (sub)network 192.168.0.0/25 and on eth1 192.168.0.128/25,
but from boris you'll be able directly ping only the iface on the same 
network,
the second only if IP forwarding (and firewall) allows it.

noro





--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] upgrading the kernel

2003-07-18 Thread Terje Kvernes
Ciaran McCreesh <[EMAIL PROTECTED]> writes:

  [ ... ]

> Again, no. All you should have to do:
> * emerge sys-kernel/development-sources

  * emerge module-init-tools  (from "~x86")

  [ ... ]

-- 
Terje

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc 3

2003-07-18 Thread Jason Stubbs
On Friday 18 July 2003 23:39, Norbert Kamenicky wrote:
> Lincoln A. Baxter wrote:
> >At least one person on this list reported that this broke qmail.
> >There could be other packages not unmasked, that could break as well.
> >Approach with caution.
>
> Indeed, mplayer is borked as well ...
> if running on X and pressing "f" key screen become black and freezes.
> After soft killing mplayer mouse pointer is lost (reruning and quiting
> mplayer
> solves it).
>

I suffered from the same problem, but it only happened/happens with certain 
video types. A new version of mplayer became available since glibc/gcc, so 
it's been recompiled since then. However, I'm not sure if it has been fixed 
or not; I can't remember if the problem still occurs. Did you narrow the 
cause down to the mplayer package?

Jason


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -pu world wants X and gtk

2003-07-18 Thread Denny Schierz
hi,

it looks, imlib wants gtk and X, is there a normal way, to remove the X
GTK etc. dependences? the USE=" ... " seems not working for everything.
I need this lib for my contend management system (Typo3).

cu

On Sat, 2003-07-19 at 00:56, Denny Schierz wrote:

> after a long time, i want to update my server, but he wants to install
> X, gtk, opengl, esd and something else.
> 
> USE="-esd -X -gtk" are not working. How can i find the package, who
> wants this packages?
-- 
cu denny

Gnupg key can be found under pgp.mit.edu, key ID 0x73137598


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


[gentoo-user] startup scripts- > updates not tested enough

2003-07-18 Thread Denny Schierz
hi,


i don't know, what some developer are doing since last weeks :-/ I had a
lot of machines which worked without problems, but since last three
weeks there are bad starting errors. The updates from gentoo (stable)
are not tested enough, i think.

I red something about (hmm, it was baselayout (?)), that the startup
scripts are now working more accurate, which means, if the startup
scripts has errors, it starts with error output etc. But, i have some
stupid scripts, which returns nothing and they are not starting at
bootup anymore.

One of the biggest problem is,that you can see this errors only, if you
in front of the monitor, they will not be logged in syslog or something
else. We have to find a way, to copy(!) the standard output to a small
ramdisk or starting syslog very early with network support or whatever.


Gentoo is a very nice distribution and i using it at work and home, but
please developer, please test more the updates, before putting it into
the main portage three. It makes gentoo more stable and i don't need to
be scary anymore, if new updates available.


-- 
cu denny

Gnupg key can be found under pgp.mit.edu, key ID 0x73137598


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


[gentoo-user] emerge -pu world wants X and gtk

2003-07-18 Thread Denny Schierz
hi,


after a long time, i want to update my server, but he wants to install
X, gtk, opengl, esd and something else.

USE="-esd -X -gtk" are not working. How can i find the package, who
wants this packages?



-- 
cu denny

Gnupg key can be found under pgp.mit.edu, key ID 0x73137598


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


[gentoo-user] Spam harvesting

2003-07-18 Thread Richard Revis
It seems that some lamer has been harvesting the list for mail addresses
to spam.

Just a heads up, not much you can do about it - unless you run an archive,
in which case munging e-mail addresses is a great idea chaps. (Or in case
you can work out his address, suitable for arranging the delivery of many
mail order catalogs.)

Headers follow, spam filters for the updating of:

Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: from eratosthenes by eratosthenes with qmail-deliver
 for <[EMAIL PROTECTED]>; 17 Jul 2003 13:43:38 -
X-Apparently-To: [EMAIL PROTECTED]
X-Zen-Test-Header-Please-Ignore: [EMAIL PROTECTED]
X-Envelope-To: [EMAIL PROTECTED]
X-Envelope-From: [EMAIL PROTECTED]
X-Zen-Virusscan-Flag: zen9786 -> flag is unset
Received: (qmail 25808 invoked from network); 17 Jul 2003 13:43:38 -
Received: from parmenides.zen.co.uk (212.23.8.69)
  by eratosthenes.zen.co.uk with QMTP; 17 Jul 2003 13:43:38 -
Received: (qmail 15795 invoked from network); 17 Jul 2003 11:21:30 -
Received: from unknown (HELO mail-frees02.fasthosts.co.uk) (213.171.216.31)
  by parmenides.zen.co.uk with SMTP; 17 Jul 2003 11:21:30 -
X-Zen-Trace: 213.171.216.31
Received: From pcp862331pcs.ptchar01.fl.comcast.net [68.56.223.110] by 
mail-frees02.fasthosts.co.uk
   (Matrix SMTP Mail Server v(1.4)) ID=8DB0D5B4-A6C1-4A79-A0D8-37ED300995AD ; Thu, 17 
Jul 2003 12:33:13 +0100
Date: Thu, 17 Jul 2003 11:17:18 +
From: [EMAIL PROTECTED]
Subject: new mail8c89Ryt7
MAILER-TRACE:0
To: Gentoo <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
  charset=Windows-1251
Content-Transfer-Encoding: 8bit
X-RCPT-TO: <[EMAIL PROTECTED]>
Status: RO
X-Status: O
X-KMail-EncryptionState: N
X-KMail-SignatureState: N

-- 
This line intentionally left blank.
23:30:44 up 63 days,  9:39,  1 user,  load average: 1.85, 1.04, 1.01
Current number of open Freenet connections: 34
E-mail address munged to prevent spam.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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.

> 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.

Could this be because the cards are working in promiscious mode?  Course if 
the NIC's are connected to a switch, the packets shouldnt be broadcast across 
all port's anyway.

What happens when you d/c eth0, do the pings still reply?

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

iD8DBQE/GIjNzrmqzOOQUj8RAoKeAJwKAaDlYeoVLwA/e4G7pReb/AUs0ACgsCw2
n9ZswHeBrEGM3aAcR0AzodM=
=TLWk
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Does "xdirectfb" work?

2003-07-18 Thread Alex
Has anyone gotten xdirectfb to work in gentoo?

I find it compiles fine, but it only seems to install a very small part of
itself.

When I attempt to run startdfb (or startxfb, I forget now), it compains
about not finding xauth or xinit and I also find that those files don't
exist. (But I did see them compile).

I think the size of the installed files is under 1 meg, which doesn't make
sense since the xdirectfb source is about 30meg.

I posted a bug report a few weeks ago but not much has happened, and I
thought the problem might be due to me.


When I attempt to start directfb with the usual xfree server installed,
the contents of all windows are garbled. (Although the background and
mouse pointer look fine).

-Alex


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login to webmin

2003-07-18 Thread Norberto BENSA
matt gossage wrote:
> my webmin uses my root passwd by default, weird

Webmin can use its own authentification system or PAM. Yours uses PAM :-)

Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] stupid question !!

2003-07-18 Thread Norberto BENSA
blade- wrote:
> Karl-Heinz Zimmer wrote:
> >>-p is for pretend, shows list of packages to install, drop it to do it
> >
> >So this means "emerge -e world" will rebuild Gentoo?
> >
>
> yes

Netiquette please.

-- 
$ man women
No manual entry for women


pgp0.pgp
Description: signature


Re: [gentoo-user] routing slow[?]

2003-07-18 Thread Norberto BENSA
GXzim wrote:
> Do I just have to except this a part of my
> networking life, or is there something I did wrong?

Probably some misconfiguration on the router.

> Also could it be privoxy?

Dunno. Try disabling it.

Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] emerge -e world question

2003-07-18 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 18 July 2003 13:30, Shawn wrote:
> Is there a way to rebuild world and cause the USE flags from
> /var/db/pkg///USE to be used instead of the ones from
> /etc/make.conf?
>
> It's just that some flags like gtk2 break certain packages, and things
> like "breakme" are so transient it's easy to lose them if one were to
> emerge -e world.
>
> Ideas?

"Sticky" USE flags to re-emerge _everything_ installed and upgrade what can be 
upgraded:

cd /var/db/pkg && for i in `ls -d */*` ; do x=${i}/USE USE="-* `cat ${x}`" 
emerge `echo ${i} | sed "s:-[0-9].*::g"` ; done


"Sticky" USE flags to upgrade everything with available upgrades:

cd /var/db/pkg && for i in `ls -d */*` ; do x=${i}/USE USE="-* `cat ${x}`" 
emerge -u `echo ${i} | sed "s:-[0-9].*::g"` ; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GG0FXVaO67S1rtsRAtyxAKCb0mxPnyImYQUxBHzzk6YEmyY8OwCdEPWU
iaEli+SQkQwjFTkZvmagBgA=
=jI0W
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] weirness with nessus ebuild

2003-07-18 Thread Shane Hickey
I was having some problems with nessus, so I unemerged it.  Now, when I
go to emerge it again, I see this..

These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a-r1  +tcpd +X +gtk +gtk2
[ebuild  N   ] net-analyzer/nessus-core-2.0.6a  +tcpd +X +gtk +gtk2
[ebuild  N   ] net-analyzer/nessus-plugins-2.0.6a
[ebuild  N   ] net-analyzer/nessus-2.0.6a-r1

Notice that it wants to emerge two versions of nessus-core.  This
doesn't seem right.

-- 
Shane Hickey <[EMAIL PROTECTED]>: Nerd
http://www.nerddiary.org 
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C  DA95 4109 9F69 777C BF3F
Listening to: The Residents - Cry For The Fire

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread Erland Nylend
* wes chow <[EMAIL PROTECTED]>
> 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?

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


> Thanks for any info or links...



-- 
Erland Nylend

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: odd problem

2003-07-18 Thread Mike Bellemare
got rid of the blank line, same problem...

M.B

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] filename.tar failing to untar

2003-07-18 Thread Steven
Thanks Nathan and Blake:

No I didn't ftp the file. I did transfer it from harddisk to a Jaz drive via
the 'cp' command though. Then, when I attempted to copy it back to
the hard disk following a operating system reinstall, I discovered that
the latest backup file returned those errors and failed to untar. This left
me with no other choice but to keep trying older and older files until I
found one that did work, but not without losing a significant / expensive
amount of work... :-(

Here's the output of the 'tar tvf filename.tar':
...
drwxrwxrwx root/root 0 2003-03-18 14:28:35 DP/
-rwxrwxrwx root/root 38564 2002-08-11 01:38:32 DP/PDEF.DP00
-rw-rw-rw- root/root 55980 2002-09-19 08:27:15 DP/PDEF.DP01
-rw-rw-rw- root/root360249 2002-09-19 08:27:15 DP/RDEF.DP01
tar: Skipping to next header
tar: Error exit delayed from previous errors
[EMAIL PROTECTED] root]#

The strange thing about this is that the filesize is consistant with a full
backup, so it's not as though the tar command failed to concatenate the
full set of files???

I'd sure like to get this recovered. It doesn't make our choice to run
Linux look very good when stuff like this happens... :-(

On Friday 18 July 2003 11:05, [EMAIL PROTECTED] wrote:
> > tar xvf 2003-07-17.tar
> >
> > And here is the last few lines from the result:
> > ...
> > /DP/
> > /DP/PDEF.DP00
> > /DP/PDEF.DP01
> > /DP/RDEF.DP01
> > tar: Skipping to next header
> > tar: Error exit delayed from previous errors
> > [EMAIL PROTECTED] root]#
>
> Is there any chance you ftp'd it from somewhere in text mode? That's a
> common cause of such corruption.

-- 
Know your neighbor. Discover independent media:
http://www.thislife.org/ - This American Life - documenting "everyday life" in the US.
http://www.humanmedia.org/ - Promoting "compassion, service, generosity and equality."
http://www.worldlinktv.org/ - "a global perspective on news, current events and 
culture"

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] routing slow[?]

2003-07-18 Thread Andrew Farmer
At 18 July, 2003 G?zim Hoxha wrote:
> Hi,
> Just recently, I got a router and connected only one
> pc to it (my gentoo). I have noticed though, when
> browsing it take longer (about 10 secs) to browse
> sites. Do I just have to except this a part of my
> networking life, or is there something I did wrong? 
> Also could it be privoxy?  

Definitely could. In fact, it probably is.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Can't login to webmin

2003-07-18 Thread matt gossage
my webmin uses my root passwd by default, weird


- Original Message - 
From: "Prabhat Gupta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 8:46 PM
Subject: Re: [gentoo-user] Can't login to webmin


> type username root and hit ENTER
>
>
>
> Mike Diehl (Encrypted email prefer red) wrote:
>
> >Hi all.
> >
> >I just installed Gentoo on a machine and emerge'd webmin.  I only have
one
> >username on the machine, root, but I can't seem to get logged in.  I've
tried
> >the password many times, so I know I'm typing it in right.
> >
> >Any ideas?
> >
> >Mike Diehl.
> >
> >
> >--
> >[EMAIL PROTECTED] mailing list
> >
> >
> >
> >
> >
>
> -- 
> P r a b h a t  G u p t a
> /\/\*
>
> Senior Software Engineer
> Alternative System Concepts, Inc.
> www.ascinc.com
> 22 Haverhill Road
> Windham, NH 03087
>
> Phone: (603) 437-2234  (o)
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list
>


--
[EMAIL PROTECTED] mailing list



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

2003-07-18 Thread herzog

I get the following errors when trying to update mod_php:

make: *** [libphp4.la] Error 1
make: *** Waiting for unfinished jobs

!!! ERROR: dev-php/mod_php-4.3.2-r3 failed.
!!! Function php_src_compile, Line 383, Exitcode 2
!!! compile problem




-- 
Larry Herzog Jr."Do nothing out of selfish ambition or vain
ZRXOA #1029  conceit, but in humility consider others
[EMAIL PROTECTED]  better than yourselves." - Philippians 2:3

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ppp and dns

2003-07-18 Thread Erland Nylend
* Niklas Koponen <[EMAIL PROTECTED]>
> The error occurs when doing 'emerge rsync' or putting files to a remote
> site over ftp. The error occurs only when I have a dialup
> ppp-connection.  Everything works fine when connected through ethernet.
> The same error occurs with ftp using different clients. The last one I
> used was python's ftplib. I thought that I would possibly find the error
> that way. No success...
> 
> The only thing that I can notice that everything concerning the net just
> halts. Route command gives the following before and after. I guess
> something weird is going on with the name resolution.
> 
> Before:
> 
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse Iface
> 21e0.yhteys.mtv *   255.255.255.255 UH0  00 ppp0
> loopbacklocalhost   255.0.0.0   UG0  00 lo
> default 21e0.yhteys.mtv 0.0.0.0 UG0  00 ppp0
> 
> After:
> 
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse Iface
> 62.236.224.33   *   255.255.255.255 UH0  00 ppp0
> loopbacklocalhost   255.0.0.0   UG0  00 lo
> default 62.236.224.33   0.0.0.0 UG0  00 ppp0
> 
> 
> Any help is appreciated.

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?

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



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

2003-07-18 Thread Denys Duchier
I just noticed something quite strange: /var/lib/slocate is now in
group zope-2_6_1.  So I checked /usr/bin/slocate and it is now also in
group zope-2_6_1.  Unless I am mistaken, it should be in group
slocate.  I installed zope and plone very recently, so there must be a
connection, but I can't figure it out.  The slocate group is still
there in my /etc/group file.  groups slocate and zope-2_6_1 have
distinct gids.  I can create files and put them in group slocate and
they show up as in group slocate.  So, how did /usr/bin/slocate end up
in group zope-2_6_1?

I can fix it, obviously, but I'd like to understand what happened.

Did I do something wrong? and what could it possibly be?
or is this an ebuild bug (what ebuild and what bug?)

I'd really appreciate if anyone could throw some light on this rather
puzzling situation.

Cheers,

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

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] multiple ethernet cards

2003-07-18 Thread nmeyers
On Fri, Jul 18, 2003 at 04:45:45PM -0400, wes chow wrote:
> 
> 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.

Hello Wes,

This doesn't exactly answer the question you're asking, but do you know
about virtual IP addresses? You can assign as many addresses as you
want to a single card, and achieve with one card what you're trying to
do with two.

If you define a device called eth0.0 and set it up like any other ethernet
card (in /etc/conf.d/net and /etc/init.d/), it'll share the eth0 interface
but listen at its own address.

Nathan Meyers
[EMAIL PROTECTED]


> 
> 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?
> 
> Thanks for any info or links...
> 
> 
> Wes
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 
> 

-- 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel-2.6.0 makes some funny things

2003-07-18 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



[gentoo-user] routing slow[?]

2003-07-18 Thread Gëzim
Hi,
Just recently, I got a router and connected only one
pc to it (my gentoo). I have noticed though, when
browsing it take longer (about 10 secs) to browse
sites. Do I just have to except this a part of my
networking life, or is there something I did wrong? 
Also could it be privoxy?  
Note: I have ADSL.

Thanks,

Gëzim

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



[gentoo-user] multiple ethernet cards

2003-07-18 Thread wes chow

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?

Thanks for any info or links...


Wes

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Postfix?

2003-07-18 Thread Peter Ruskin
On Wednesday 16 Jul 2003 22:52, MIKE MacMartin wrote:
> I installed postfix, and it's sending client returns the following
> error:
>
> fatal: gethostbyname: no such file or directory
>
> ... what's the fix for that?  I've also had the problem where I can't
> start the receiving client (due to the initscript not being able to
> calculate dependencies)
>
> MIKE

Add this line to /etc/portage/profiles/package.mask:
>net-mail/postfix-2.0.9
 ...and remerge postfix

The postfix ebuild from last weekend is foobared.

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.7
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] my first alsa install: segfault?

2003-07-18 Thread daniel
and it continues

the following has not worked:

recompiling my kernel, then recompiling alsa-driver
recompiling alsa-driver with CFLAGS="-mcpu=pentium3 -O3 -pipe"
recompiling my kernel with acpi and the above flags for alsa-driver
a bios upgrade + any of the above.

so, i'm now running the latest version of the bios and i still have nothing...  
but i _did_ find this link:

  http://lists.insecure.org/lists/linux-kernel/2003/Jun/4562.html

which implies that i might be able to solve my problem by compiling my kernel 
*with* framepointers...  so what does that mean?  i tried recompiling my 
kernel after removing "-fomit-frame-pointers" from my make.conf, but that 
didn't work, and a grep -ir "framepointer" /usr/src/linux gives me nothing...  
so how am i supposed to do as the link suggests?

help!  please!  i can't work without my tunes!

-- 
where one burns books, one will, in the end, burn people
- heinrich heine




On July 17, 2003 10:55 am, daniel wrote:
> On July 17, 2003 10:20 am, Michael Schreckenbauer wrote:
> > Hello,
> > I've got a similar Dell-PC (same Chipset and Soundcard listed by lspci).
> > Mine is working just fine with Alsa.
> > My wild guess:
> > - Perhaps aggressive CFLAGS (-mcpu=pentium4 or -march=pentium4, see
> > /etc/make.conf)?
> > - Do you have acpi enabled? I have. Afaik IRQ-Routing is handled
> > different, when using it.
>
> here is my cflags entry in make.conf for my celeron 1.7ghz
>   CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
>
> is that to be considered "aggressive"  if so, would omiting the
> -fomit-frame-pointer help?  i'm going to try compiling alsa-driver with:
>   CFLAGS="-mcpu=pentium3 -O3 -pipe"
>
> and see what happens.  if that's a no-go i'll try compiling acpi into the
> kernel although i don't understand what it would be required on a desktop
> machine... it's for laptops right?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login to webmin

2003-07-18 Thread Prabhat Gupta
type username root and hit ENTER



Mike Diehl (Encrypted email prefer red) wrote:

Hi all.

I just installed Gentoo on a machine and emerge'd webmin.  I only have one 
username on the machine, root, but I can't seem to get logged in.  I've tried 
the password many times, so I know I'm typing it in right.

Any ideas?

Mike Diehl.

--
[EMAIL PROTECTED] mailing list


 

--
P r a b h a t  G u p t a 
/\/\*

Senior Software Engineer
Alternative System Concepts, Inc.
www.ascinc.com
22 Haverhill Road
Windham, NH 03087
Phone: (603) 437-2234  (o)



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] galeon need mozilla-1.3-r2?

2003-07-18 Thread Shawn
You really should use galeon-cvs from breakmygentoo until the next
galeon comes out. 1.3.5's moz-1.4 support is lacking.

On Fri, 2003-07-18 at 14:52, Shane Hickey wrote:
> Howdy all,
>   Ever since mozilla-1.4 came out, I've been having problems trying to
> emerge -vuUD world.  It seemed that galeon only wanted to play with
> mozilla 1.3.  I thought it was perhaps a problem with the 1.2.10a
> version of galeon (Which doesn't do gtk2).  So, I removed the galeon
> mask from packages.mask and I unmerged both mozilla and galeon.
>   Now, starting from a somewhat clean slate, I get this when I try to do
> an emerge -vp galeon
> 
> [ebuild  N   ] net-www/mozilla-1.3-r2  +java +crypt -ipv6 +gtk2 +ssl
> +ldap -gnome -mozsvg -mozcalendar -mozaccess -mozinterfaceinfo -mozp3p
> -mozxmlterm -moznoirc -moznomail -moznocompose -moznoxft
> [ebuild  N   ] net-www/galeon-1.3.4
> 
> Hmm... still galeon just wants mozilla 1.3.  So, I'm still going to have
> my emerge world want to take me to 1.4 and then it's going to want to go
> back to 1.3 for galeon.  Am I overlooking something obvious?  What's the
> fix here?

--
[EMAIL PROTECTED] mailing list



[gentoo-user] galeon need mozilla-1.3-r2?

2003-07-18 Thread Shane Hickey
Howdy all,
Ever since mozilla-1.4 came out, I've been having problems trying to
emerge -vuUD world.  It seemed that galeon only wanted to play with
mozilla 1.3.  I thought it was perhaps a problem with the 1.2.10a
version of galeon (Which doesn't do gtk2).  So, I removed the galeon
mask from packages.mask and I unmerged both mozilla and galeon.
Now, starting from a somewhat clean slate, I get this when I try to do
an emerge -vp galeon

[ebuild  N   ] net-www/mozilla-1.3-r2  +java +crypt -ipv6 +gtk2 +ssl
+ldap -gnome -mozsvg -mozcalendar -mozaccess -mozinterfaceinfo -mozp3p
-mozxmlterm -moznoirc -moznomail -moznocompose -moznoxft
[ebuild  N   ] net-www/galeon-1.3.4

Hmm... still galeon just wants mozilla 1.3.  So, I'm still going to have
my emerge world want to take me to 1.4 and then it's going to want to go
back to 1.3 for galeon.  Am I overlooking something obvious?  What's the
fix here?

-- 
Shane Hickey <[EMAIL PROTECTED]>: Nerd
http://www.nerddiary.org 
GPG KeyID: 777CBF3F
Key fingerprint: 254F B2AC 9939 C715 278C  DA95 4109 9F69 777C BF3F
Listening to: Daniel Johnston - The Beatles

--
[EMAIL PROTECTED] mailing list



Re: [Fwd: [gentoo-user] ripping error]

2003-07-18 Thread Arnold Krille
On Friday 18 July 2003 19:14, Bram De Smet wrote:
> You really think that ALL of my music cd's have a defect?

No, _all_ of your cd drives named /dev/hdc...

> On Fri, 2003-07-18 at 18:55, Hemmann, Volker Armin wrote:
> > On Friday 18 July 2003 12:57, Bram De Smet wrote:
> > > hdc: packet command error: error=0xb0
> > > ATAPI device hdc:
> > >   Error: Aborted command -- (Sense key=0x0b)
> > >   (reserved error code) -- (asc=0x48, ascq=0x00)
> > >   The failed "Read CD" packet command was:
> > >   "be 04 00 00 00 08 00 00 08 f8 00 00 "
> > > hdc: packet command error: status=0x51 { DriveReady SeekComplete Error
> > > }

As far a I remember there is a kernel option somewhere to compensate this 
errors, but I don't remember where:(

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] Sound very low

2003-07-18 Thread Arnold Krille
On Friday 18 July 2003 18:46, Paulo Jorge de Oliveira Cantante de Matos wrote:
> I've downloaded a movie and the sound is very low in my laptop even when
> I put totem volume bar in the maximum and the gnome sound bar also in
> the maximum. Is there a way to amplify the sound so I can hear it?

"Experimental" but working solution:

Check out "effecttester" from kde-cvs, directory kdenonbeta/arts. Let your 
player output through aRts and use effecttester to add The 
Synth_STEREO_COMPRESSOR to the master effect-chain. With this you can reduce 
the dynamics of your dvd's very comfortably.

Or wait for kde3.2 where this effectloading will be done via GUI. ;-)

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] Disapearing Processes

2003-07-18 Thread matt gossage
it stops becomeing viewable in  the half-life server watcher, 

but as soon as i open the screen and do something it shows back up


- Original Message - 
From: "Andrew Farmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 8:11 PM
Subject: Re: [gentoo-user] Disapearing Processes



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Disapearing Processes

2003-07-18 Thread Andrew Farmer
At 18 July, 2003 matt gossage wrote:
> but everynow and again 1 of the servers i have setup just disappears, 

What do you mean "disappears"? Does it disappear from ps? From netstat?
Somewhere else?

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [Fwd: [gentoo-user] ripping error]

2003-07-18 Thread Andrew Farmer
At 18 July, 2003 Bram De Smet wrote:
> You really think that ALL of my music cd's have a defect?

He means the CD drive, not the media.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Re: odd problem

2003-07-18 Thread MIKE MacMartin
On July 18, 2003 08:42 am, Kevin Bucknum wrote:
> > >$ cat -e /etc/hostname
> > >
> > >wolverine$
> > >
> > >there is this dollar sign, is it normal?
> > >
> > >M.B
>
> Yes.  The -e option tells cat to print a $ for end of line, and also show
> unprintable characters.  That looks like a correct hostname file to me.

I'll repeat someone else's suggestion: get rid of the blank line before the 
hostname

MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] filename.tar failing to untar

2003-07-18 Thread Amstead, Blake
Try to do a -t redirected to a text file. That should at least show you TOC.

-Original Message-
From: Steven [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 18, 2003 1:04 PM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] filename.tar failing to untar

Hello:

I've been searching high and low for any information that might help me
restore from a backup tar file that is being difficult for some reason.

The file is just your basic tar file without any compression.

Here is the command I'm typing:

tar xvf 2003-07-17.tar

And here is the last few lines from the result:
...
/DP/
/DP/PDEF.DP00
/DP/PDEF.DP01
/DP/RDEF.DP01
tar: Skipping to next header
tar: Error exit delayed from previous errors
[EMAIL PROTECTED] root]#

Here is the version of tar we are running:
tar (GNU tar) 1.13.25

The filesize of the backup file is consistant with the other files that have
worked fine.

Does anyone know what options I have? Is there some way to look into
the file to see what may be wrong?

Thanks so much in advance,

Steven
-- 
Know your neighbor. Discover independent media:
http://www.thislife.org/ - This American Life - documenting "everyday life"
in the US.
http://www.humanmedia.org/ - Promoting "compassion, service, generosity and
equality."
http://www.worldlinktv.org/ - "a global perspective on news, current events
and culture"

--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache2 wants to DOWNgrade to apache 1.3.27?

2003-07-18 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 18 July 2003 13:30, daniel wrote:
> On July 18, 2003 11:51 am, Marius Mauch wrote:
> > unmerge mod_ssl, it works only with apache-1, apache-2 contains a new
> > mod_ssl.
>
> ha!  it worked!  thanks.
>
> shouldn't portage then insist on un-installing mod_ssl if you're upgrading
> to apache2?  (like sendmail and ssmtp).

What if someone wants apache1 and apache2 installed simultaneously? Then the 
blocker prevents apache1 from having ssl.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GEGVXVaO67S1rtsRAsv/AJ0Qcm58iMROLMsZc2g485ds080GrQCdGQ16
bLt6FWZphOm/Kxg/yRvcILY=
=jx4a
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no /dev/SWAP

2003-07-18 Thread Bryce
Thanks everyone for the help on this, but i forgot to metion something that 
was very important in figuring this out. the error during boot is

modprobe: can't locate module /dev/SWAP

as far as i know there isn't a module for it, but i have no idea why its even 
looking for a /dev/swap module

bryce

On Friday 18 July 2003 12:36 pm, matt gossage wrote:
> if you followed the install instructions it will need to be
>
> /dev/hda2
>
> (unless you have scsi / no standard config)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Kernel 2.6.0 and xscreensaver

2003-07-18 Thread Sebastian Hanigk
Am Fri, 18 Jul 2003 13:24:53 -0400 schrieb Robert Kruus:

> Check out
> http://hypermail.idiosynkrasia.net/linux-kernel/archived/2003/week06/0312.html
> if you have problems with xscreensaver and the new kernel --
> xscreensaver will not recognise any password to unlock the screen.
> Need to edit the patch file before compiling AFAIK.

Same goes for xlock. Was a bit worried yesterday that someone's
playing pranks ...

Sebastian
-- 
When you meet a master swordsman,
show him your sword.
When you meet a man who is not a poet,
do not show him your poem.
-- Rinzai, ninth century Zen master

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge -e world question

2003-07-18 Thread Shawn
Is there a way to rebuild world and cause the USE flags from
/var/db/pkg///USE to be used instead of the ones from
/etc/make.conf?

It's just that some flags like gtk2 break certain packages, and things
like "breakme" are so transient it's easy to lose them if one were to
emerge -e world.

Ideas?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache2 wants to DOWNgrade to apache 1.3.27?

2003-07-18 Thread daniel
On July 18, 2003 11:51 am, Marius Mauch wrote:
> On 07/17/03  gabriel wrote:
> > # qpkg -q apache-1.3.27-r4
> > net-www/apache-1.3.27-r4
> > DEPENDED ON BY:
> > net-www/mod_auth_mysql-20030510
> > net-www/mod_ssl-2.8.14
> >
> > note the apache entry.  what's that all about?  i have apache2 in my
> > use flags and i haven't been screwing around with anything in
> > /etc/make.profile so i'm left here thinking it's a hiccup in the
> > servers somewhere.  but since i tried the same thing last night, i'm
> > thinkging it's user error now.
>
> unmerge mod_ssl, it works only with apache-1, apache-2 contains a new
> mod_ssl.

ha!  it worked!  thanks.

shouldn't portage then insist on un-installing mod_ssl if you're upgrading to 
apache2?  (like sendmail and ssmtp).

-- 
it is easy to believe in freedom of speech
for those with whom we agree.
  - leo mckern


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login to webmin

2003-07-18 Thread Mike Diehl (Encrypted email prefer red)
Well, that fixed it.  Thanx.

Mike Diehl.

On Friday 18 July 2003 12:19 pm, Fred Van Andel wrote:
> "Mike Diehl (Encrypted email prefer red)" <[EMAIL PROTECTED]>
> wrote: (07/18/2003 11:12)
>
> >Hi all.
> >
> >I just installed Gentoo on a machine and emerge'd webmin.  I only have one
> >username on the machine, root, but I can't seem to get logged in.  I've
> > tried the password many times, so I know I'm typing it in right.
>
> Webmin uses its own seperate password, your system password is not used.
>
> /usr/libexec/webmin/changepass.pl is used to change the webmin password.
>
>
> Fred Van Andel
> [EMAIL PROTECTED]
> GPG KeyID: 76526AD599455482
> GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login to webmin

2003-07-18 Thread Fred Van Andel
"Mike Diehl (Encrypted email prefer red)" <[EMAIL PROTECTED]> wrote:
(07/18/2003 11:12)

>Hi all.
>
>I just installed Gentoo on a machine and emerge'd webmin.  I only have one 
>username on the machine, root, but I can't seem to get logged in.  I've tried 
>the password many times, so I know I'm typing it in right.
>

Webmin uses its own seperate password, your system password is not used.

/usr/libexec/webmin/changepass.pl is used to change the webmin password.


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


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sound very low

2003-07-18 Thread Hemmann, Volker Armin
On Friday 18 July 2003 18:46, Paulo Jorge de Oliveira Cantante de Matos wrote:
> Hi all,
>
> I've downloaded a movie and the sound is very low in my laptop even when
> I put totem volume bar in the maximum and the gnome sound bar also in
> the maximum. Is there a way to amplify the sound so I can hear it?
>
> Best regards,

yeah, connect line out of your soundcard with line in of your hifi ;o)

A lot of movies and mp3s have not very powerful sound. I have even some cd 
where I have to crank up the volume of the hifi systemto unreasonable 
settings to hear anything 

Glück Auf,
Volker


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] filename.tar failing to untar

2003-07-18 Thread nmeyers
On Fri, Jul 18, 2003 at 11:03:47AM -0700, Steven wrote:
> Hello:
> 
> I've been searching high and low for any information that might help me
> restore from a backup tar file that is being difficult for some reason.
> 
> The file is just your basic tar file without any compression.
> 
> Here is the command I'm typing:
> 
> tar xvf 2003-07-17.tar
> 
> And here is the last few lines from the result:
> ...
> /DP/
> /DP/PDEF.DP00
> /DP/PDEF.DP01
> /DP/RDEF.DP01
> tar: Skipping to next header
> tar: Error exit delayed from previous errors
> [EMAIL PROTECTED] root]#

Is there any chance you ftp'd it from somewhere in text mode? That's a
common cause of such corruption.

Nathan Meyers
[EMAIL PROTECTED]


> 
> Here is the version of tar we are running:
> tar (GNU tar) 1.13.25
> 
> The filesize of the backup file is consistant with the other files that have
> worked fine.
> 
> Does anyone know what options I have? Is there some way to look into
> the file to see what may be wrong?
> 
> Thanks so much in advance,
> 
> Steven
> -- 
> Know your neighbor. Discover independent media:
> http://www.thislife.org/ - This American Life - documenting "everyday life" in the 
> US.
> http://www.humanmedia.org/ - Promoting "compassion, service, generosity and 
> equality."
> http://www.worldlinktv.org/ - "a global perspective on news, current events and 
> culture"
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 
> 

-- 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Can't login to webmin

2003-07-18 Thread Mike Diehl (Encrypted email prefer red)
Hi all.

I just installed Gentoo on a machine and emerge'd webmin.  I only have one 
username on the machine, root, but I can't seem to get logged in.  I've tried 
the password many times, so I know I'm typing it in right.

Any ideas?

Mike Diehl.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] filename.tar failing to untar

2003-07-18 Thread Steven
Hello:

I've been searching high and low for any information that might help me
restore from a backup tar file that is being difficult for some reason.

The file is just your basic tar file without any compression.

Here is the command I'm typing:

tar xvf 2003-07-17.tar

And here is the last few lines from the result:
...
/DP/
/DP/PDEF.DP00
/DP/PDEF.DP01
/DP/RDEF.DP01
tar: Skipping to next header
tar: Error exit delayed from previous errors
[EMAIL PROTECTED] root]#

Here is the version of tar we are running:
tar (GNU tar) 1.13.25

The filesize of the backup file is consistant with the other files that have
worked fine.

Does anyone know what options I have? Is there some way to look into
the file to see what may be wrong?

Thanks so much in advance,

Steven
-- 
Know your neighbor. Discover independent media:
http://www.thislife.org/ - This American Life - documenting "everyday life" in the US.
http://www.humanmedia.org/ - Promoting "compassion, service, generosity and equality."
http://www.worldlinktv.org/ - "a global perspective on news, current events and 
culture"

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: upgrading the kernel

2003-07-18 Thread Shawn
And NEVER just tell someone to copy .config around between major kernel
versions.

CONFIG_* stuff gets renamed, and I suspect one might even have virtualt
terminal stuff missing.

On Fri, 2003-07-18 at 12:25, Martin Gramatke wrote:
> Ciaran McCreesh wrote:
> 
> > William Hubbs wrote:
> 
> > * copy your .config from /usr/src/linux-2.4.*/ to /usr/src/linux-2.6.*
> > * update the /usr/src/linux symlink
> 
> This seems to be wrong. Please read the README. After the emerge there is
> already another link prepared.
> 
> mg
> 
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] root-tail or the likes

2003-07-18 Thread Aaron Stout
Hi.

Has anyone been able to get root-tail or some such program to work under gnome2 ? The 
application will not draw to the screen. (Or it is in fact drawing just placed behind 
the main window) I suspect it has something to do with nautilus controlling the 
screen. Any help would be greatly appreciated. Thanks

Aaron

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OpenOffice and X hang

2003-07-18 Thread Frédéric COIFFIER

Have you any options in the Device section in XF86Config like 
RenderAccel or NVAgp ?
   

only NVAgp

What is its value ?
I had also the RenderAccel set to True and I think it was a mistake so 
I've removed it and now, it seems to work better.

 

I saw, in an NVidia forum about Linux, the same problem reported by 
other people.
   

can you give me the url of that forum
 

http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14

Thanks Patrick
 

Patrick Marquetecken wrote:

   

I got:
OpenOffice 1.1beta "the binaries from openoffice.com"
NVidia 4363
XFree 4.3.0
Kernel 2.4.20-gentoo-r5
and have no problems, exept when cutting and pasting from html pages.

Patrick



 

   



 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: upgrading the kernel

2003-07-18 Thread Martin Gramatke
Ciaran McCreesh wrote:

> William Hubbs wrote:

> * copy your .config from /usr/src/linux-2.4.*/ to /usr/src/linux-2.6.*
> * update the /usr/src/linux symlink

This seems to be wrong. Please read the README. After the emerge there is
already another link prepared.

mg




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel 2.6.0 and xscreensaver

2003-07-18 Thread Robert Kruus
Check out
http://hypermail.idiosynkrasia.net/linux-kernel/archived/2003/week06/0312.html
if you have problems with xscreensaver and the new kernel -- xscreensaver will
not recognise any password to unlock the screen.
Need to edit the patch file before compiling AFAIK.



-- 
Robert Kruus --- [EMAIL PROTECTED]
In three words I can sum up everything I've learned about life: It goes on.
Robert Frost (1874-1963)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] x client

2003-07-18 Thread Johan Van den Neste
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



> I have an old laptop - several years - very slow.  It'd be great if I could
> simply use it for webbrowsing.  First I thought I'd put a light version of
> Gentoo and a light desktop manager.  Then I thought - can't I just use it
> as an X client and have my desktop serve the x session.  Has anyone done
> this or have any suggestions?

I have done this on a pentium 133 laptop with a 1.4G harddrive.

I installed gentoo on it. First the basic system(stage3), then mounted 
/var/portage and /usr/portage/distfiles over nfs, then emerged X

1.4G was too little for large builds like X, hence the mounting over nfs.

I also installed distcc, because compiling all of it on the laptop is just too 
painful :-) More specifically, I didn't *let* the laptop do any compiling, it 
wouldn't have made a difference. I had a couple of desktop athlon's to help 
out, and they did a great job.

Configuring your desktop system to accept xdcmp request isn't very difficult, 
there's loads of docs around, just ask if you have a specific problem.

My laptop can now run as an xterminal, but also has a light wm installed on it 
locally. My experience: Use it as an Xterminal whenever possible. It's heaps 
faster.

- -- 

nessie

GnuPG key at http://studwww.ugent.be/~jvdneste/key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GC1qLuLJs56ENfYRAmN6AKCSBFCtVKWeLRNr1wUu8dYSY+9AHgCfdqeh
T9XPuoHYjF5S+rZcUrEjtOo=
=d6Bz
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [Fwd: [gentoo-user] ripping error]

2003-07-18 Thread Bram De Smet
You really think that ALL of my music cd's have a defect?


On Fri, 2003-07-18 at 18:55, Hemmann, Volker Armin wrote:
> On Friday 18 July 2003 12:57, Bram De Smet wrote:
> > Hi,
> >
> > Doen any of you guys have seen this error beeforein dmesg while ripping
> > a cd with ripperX?:
> >
> > hdc: packet command error: error=0xb0
> > ATAPI device hdc:
> >   Error: Aborted command -- (Sense key=0x0b)
> >   (reserved error code) -- (asc=0x48, ascq=0x00)
> >   The failed "Read CD" packet command was:
> >   "be 04 00 00 00 08 00 00 08 f8 00 00 "
> > hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
> >
> > It seems I can rip them in a vmware windows, but in linux I can't.
> > Anyone?
> >
> 
> your cd has a defect.
> 
> Windows ignores the error, linux fails. Choose what is better for your needs.
> 
> Glück Auf,
> Volker
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
-- 
   .:|:.   Linux! May the Open Source be with you!
   |o o|   http://www.menteb.org
  /. V .\
  |/| |\|
   \W W/   DON'T PANIC!

GnuPG key http://www.menteb.org/bram.gpg
Key ID: 2F307829 @ http://pgp.mit.edu/
Fingerprint CAE0 F924 9590 4D99 7EB5 0A12 D0C7 63C2 2F30 7829



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: odd problem

2003-07-18 Thread Mike Bellemare

so what is it that's made my server unsuable and a weird looking bash prompt?
M.B

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: upgrading the kernel

2003-07-18 Thread Robert Kruus
On Fri, 18 Jul 2003 18:30:48 +0200
Martin Gramatke <[EMAIL PROTECTED]> wrote:
> 
> No 'make dep' and 'make oldconfig' before?!?
> 
> mg
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

No more make dep needed with the 2.6 kernel.



-- 
Robert Kruus --- [EMAIL PROTECTED]
Technical skill is mastery of complexity while creativity is mastery of
simplicity. Chris Zeeman (1925- )
Catastrophe Theory (1977)

--
[EMAIL PROTECTED] mailing list



Re: [Fwd: [gentoo-user] ripping error]

2003-07-18 Thread Hemmann, Volker Armin
On Friday 18 July 2003 12:57, Bram De Smet wrote:
> Hi,
>
> Doen any of you guys have seen this error beeforein dmesg while ripping
> a cd with ripperX?:
>
> hdc: packet command error: error=0xb0
> ATAPI device hdc:
>   Error: Aborted command -- (Sense key=0x0b)
>   (reserved error code) -- (asc=0x48, ascq=0x00)
>   The failed "Read CD" packet command was:
>   "be 04 00 00 00 08 00 00 08 f8 00 00 "
> hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
>
> It seems I can rip them in a vmware windows, but in linux I can't.
> Anyone?
>

your cd has a defect.

Windows ignores the error, linux fails. Choose what is better for your needs.

Glück Auf,
Volker


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: upgrading the kernel

2003-07-18 Thread Martin Gramatke
Ciaran McCreesh wrote:

> * emerge sys-kernel/development-sources
> * copy your .config from /usr/src/linux-2.4.*/ to /usr/src/linux-2.6.*
> * update the /usr/src/linux symlink
> * make menuconfig, and check everything carefully. There's a lot of new
> stuff. In particular, make sure you enable the relevant keyboard and
> mouse support. It's now possible to disable AT/PS2 keyboards and mice

No 'make dep' and 'make oldconfig' before?!?

mg


--
[EMAIL PROTECTED] mailing list



[gentoo-user] samba is read only

2003-07-18 Thread meka
	Here is my smb.conf:
global]
	workgroup = WORKGROUP 

[homes ro]
	guest ok = yes
	read only = no
	path = /home/tehnicar 

[homes rw]
	guest ok = yes
	read only = no
	path = /home/tmp 

I've tried adding writeable = yes and directory mask = 0777 to the homes rw 
(I know it is suficient), but it didn't help. What to do? Yes, I've read 
samba documentation, but I didn't do it carefull enough I gues. Thanx a lot. 
:o) 

--
Meka[ni]
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: Sound very low

2003-07-18 Thread meka
Paulo Jorge de Oliveira Cantante de Matos writes: 

Hi all, 

I've downloaded a movie and the sound is very low in my laptop even when
I put totem volume bar in the maximum and the gnome sound bar also in
the maximum. Is there a way to amplify the sound so I can hear it? 

Best regards, 

Paulo J. Matos 

--
[EMAIL PROTECTED] mailing list 

	If it's a mplayer maybe you should try / or * (decrease or increase 
volume). If it's not mplayer what is it? Good luck. :o) 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Spell checker for Mozilla

2003-07-18 Thread Seth Zirin
On Fri, Jul 18, 2003 at 09:28:22AM -0400, [EMAIL PROTECTED] wrote:
> On Fri, Jul 18, 2003 at 12:20:12AM -0700, Seth Zirin wrote:
> >
> > Are there any convenient ebuilds to 
> > add a spell checker to Mozilla?
> > 
> 
> See http://spellchecker.mozdev.org/ 

Yes, I am familiar with http://spellchecker.mozdev.org/.  I am looking
for an existing ebuild if there is one.

Seth
--
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] upgrading the kernel

2003-07-18 Thread Ciaran McCreesh
William Hubbs wrote:

I am considering upgrading my kernel from 2.4.21 to 2.6.0-test1.

When I do this will I need to recompile my entire system?

No. Just the kernel, and ALSA / pcmcia-cs if you use them.

What about recompiling glibc against the new kernel?  Will I need to do that?
 

Again, no. All you should have to do:
* emerge sys-kernel/development-sources
* copy your .config from /usr/src/linux-2.4.*/ to /usr/src/linux-2.6.*
* update the /usr/src/linux symlink
* make menuconfig, and check everything carefully. There's a lot of new 
stuff. In particular, make sure you enable the relevant keyboard and 
mouse support. It's now possible to disable AT/PS2 keyboards and mice 
(oops...).
* compile
* do whatever's necessary with ALSA / pcmcia-cs if you use them
* mount /boot and copy your new kernel. Best to give it a different name 
(eg bzImage.2.6.0)
* do whatever's necessary to your bootloader (lilo / grub)
* reboot

Regards,
--
Ciaran McCreesh


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] apache2 wants to DOWNgrade to apache 1.3.27?

2003-07-18 Thread Marius Mauch
On 07/17/03  gabriel wrote:

> # qpkg -q apache-1.3.27-r4
> net-www/apache-1.3.27-r4
> DEPENDED ON BY:
> net-www/mod_auth_mysql-20030510
> net-www/mod_ssl-2.8.14
> 
> note the apache entry.  what's that all about?  i have apache2 in my
> use flags and i haven't been screwing around with anything in
> /etc/make.profile so i'm left here thinking it's a hiccup in the
> servers somewhere.  but since i tried the same thing last night, i'm
> thinkging it's user error now.

unmerge mod_ssl, it works only with apache-1, apache-2 contains a new
mod_ssl.

Marius

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sound very low

2003-07-18 Thread Robert Young
are you getting "Normal"  sound  volume from other applications

Paulo Jorge de Oliveira Cantante de Matos wrote:

> Hi all,
>
> I've downloaded a movie and the sound is very low in my laptop even when
> I put totem volume bar in the maximum and the gnome sound bar also in
> the maximum. Is there a way to amplify the sound so I can hear it?
>
> Best regards,
>
> Paulo J. Matos
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Sound very low

2003-07-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all,

I've downloaded a movie and the sound is very low in my laptop even when
I put totem volume bar in the maximum and the gnome sound bar also in
the maximum. Is there a way to amplify the sound so I can hear it?

Best regards,

Paulo J. Matos


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] stupid question !!

2003-07-18 Thread Mike Wojcikiewicz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

*cough*cough*RTFM*cough*cough*

emerge --help:)

- --mike

On Friday 18 July 2003 06:04, blade- wrote:
> >how to rebuild gentoo...
> >
> >emerge  - -p world
> >
> >xxx -  which is the correct option
> 
> The option you need is -e
> >>>
> >>>Does than mean that "emerge -e -p world" would rebuild Gentoo?
> >>
> >>-p is for pretend, shows list of packages to install, drop it to do it
> >
> >So this means "emerge -e world" will rebuild Gentoo?
> >
> >Karl-Heinz
> >- --
> >Karl-Heinz Zimmer, Senior Software Engineer, Klarälvdalens Datakonsult AB
> >
> > "For every complex problem there is an
> >  answer that is clear, simple, and wrong."  H. L. Mencken, 1880 - 1956
> >-BEGIN PGP SIGNATURE-
> >Version: GnuPG v1.2.2 (GNU/Linux)
> >
> >iD8DBQE/F8YyCcaVnbvggDcRAvz5AKDX1Yzm/pFufdWZj+LAwrcildXjHgCg8QpY
> >W1RzXCAXZAgex3Rw7k1KRcc=
> >=j1Of
> >-END PGP SIGNATURE-
> >
> >
> >--
> >[EMAIL PROTECTED] mailing list
>
> yes
>
>
>
> --
> [EMAIL PROTECTED] mailing list
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/GBDNzK7WDkEewTARAt1eAJwNRg8R4+Ee8/SbLbZ19ExeVPJYdACeNuFT
gH5YMkZG3H6Y7jMzz9h4ddw=
=4XE/
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] upgrading the kernel

2003-07-18 Thread William Hubbs
Hi all,

I am considering upgrading my kernel from 2.4.21 to 2.6.0-test1.

When I do this will I need to recompile my entire system?

What about recompiling glibc against the new kernel?  Will I need to do that?

Thanks,

William

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Only half the download speed with masquerading/routing

2003-07-18 Thread Thorsten Kampe
* Jason Stubbs (2003-07-18 16:02 +0200)
> On Friday 18 July 2003 22:48, Thorsten Kampe wrote:
>> my Gentoo box acts as a Router for a Windows XP host. On the Gentoo
>> box the download rate is about *7,5 kB/s* on the XP host just *3,8
>> kB/s*. But: when I use a Cisco router for the Windows host, the
>> download is about *7,5 kB/s*.
>>
>> So it looks like as the Gentoo router is limiting the bandwidth...
>> What can I do to make the full 7-8 kB/s available to the clients?!
>>
>> Neither on the Windows nor on the Gentoo host is a firewall or a virus
>> scanner running. Kernel is 2.4.20.
>>
>> I enable routing by:
>> echo 1 >| /proc/sys/net/ipv4/ip_forward; iptables -t nat -A POSTROUTING
>> -o ppp0 -j MASQUERADE
>>
>> This is my .config:
>> http://www.thorstenkampe.de/tmp/config/view
>>
>> What else can I do or test?!

> I assume you have two net interfaces on the gentoo box? Do you get full
> speed on both interfaces from the gentoo box itself?

ppp0? Yes. eth0? Well difficult to measure, but it feels allright.

> Looking at your config, I would suggest first trying kernel option
> pci=noacpi.

Tried that. Cannot even get a connection to the internet with
CAPI/ISDN. "killall pppd" doesn't even give an error when no pppd is
running (instead of "no process killed" when acpi is enabled).

> There seems to be a few problems with acpi still. With my
> modem, if I don't use pci=noacpi I also get about 1/2 the full speed. If
> that doesn't work, try getting rid of apic as well - you have a single
> processor, right?

I'll try that... Thanks.

Thorsten


--
[EMAIL PROTECTED] mailing list



[gentoo-user] glibc/binutils/gcc upgrade

2003-07-18 Thread Owen Gunden
Hi,

I would like to upgrade my machines to the new glibc/binutils/gcc, but I
want to make sure it doesn't break anything first.  The important things I
am running are (everything is up-to-date x86, NOT ~x86):

- exim
- mailman
- courier-imapd
- apache2
- php4
- mysql
- nfs
- nis

If you have upgraded and are running any of these things, could you please
reply with how the upgrade went?  Any problems or successes are welcome.

Owen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc 3

2003-07-18 Thread Norbert Kamenicky
Lincoln A. Baxter wrote:

At least one person on this list reported that this broke qmail.
There could be other packages not unmasked, that could break as well.
Approach with caution.
 

Indeed, mplayer is borked as well ...
if running on X and pressing "f" key screen become black and freezes.
After soft killing mplayer mouse pointer is lost (reruning and quiting 
mplayer
solves it).

noro

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Previews

2003-07-18 Thread Aaron Stout
On Thu, 17 Jul 2003 15:23:12 -0700
Alan <[EMAIL PROTECTED]> wrote:

> On Thu, Jul 17, 2003 at 06:13:33PM -0500, Aaron Stout wrote:
> > On Thu, 17 Jul 2003 14:06:33 -0700
> > Alan <[EMAIL PROTECTED]> wrote:
> > 
> > > On Thu, Jul 17, 2003 at 04:55:45PM -0500, Aaron Stout wrote:
> > > > Hi all.
> > > > 
> > > > I am just curious how to get Nautilus to make thumbnailed previews of movie 
> > > > files such as mpg, avi etc. I saw it in a screen shot and was really cuirious. 
> > > > Not sure what apps are needed so if someone could point me in the proper 
> > > > direction that would be great.
> > > 
> > > You need the gstreamer package for this.
> > > 
> > > alan
> > > 
> > > -- 
> > > Alan <[EMAIL PROTECTED]> - http://arcterex.net
> > > 
> > > "There are only 3 real sports: bull-fighting, car racing and mountain 
> > > climbing. All the others are mere games."-- Hemingway
> > > 
> > > --
> > > [EMAIL PROTECTED] mailing list
> > > 
> > 
> > Hey Alan.
> > 
> > I have the gstreamer package installed also with the gst-plugins and still no 
> > thumbs. Do I need to set some settings in gconf?
> 
> Oh, sorry, I think you need the ~x86 versions of those.  On my system I
> have:
> 
> 
> *  media-libs/gst-plugins
>   Latest version available: 0.6.1
>   Latest version installed: 0.6.1
>   Size of downloaded files: 1,847 kB
>   Homepage:http://gstreamer.sourceforge.net
>   Description: Additional plugins for gstreamer - streaming media framework
> 
> *  media-libs/gstreamer
>   Latest version available: 0.6.1-r1
>   Latest version installed: 0.6.2
>   Size of downloaded files: 1,038 kB
>   Homepage:http://gstreamer.sourceforge.net
>   Description: Streaming media framework
> 
> I don't think that any configuration was needed, it just happened
> automagically.
> 
> -- 
> Alan <[EMAIL PROTECTED]> - http://arcterex.net
> 
> "There are only 3 real sports: bull-fighting, car racing and mountain 
> climbing. All the others are mere games."-- Hemingway
> 
> --
> [EMAIL PROTECTED] mailing list
> 
You know i have all that and then some. Recompiled gstreamer, gst-plugins, nautilus 
and nautilus media. Lol the things we people do for the little things. Anyhow its 
still a bust =-)

Aaron


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Spell checker for Mozilla

2003-07-18 Thread mike
On Fri, Jul 18, 2003 at 12:20:12AM -0700, Seth Zirin wrote:
> Sorry if it is a FAQ.
> 
> I'm thinking of switching from Evolution to Mozilla Mail but see that 
> there is no default spell checker.  Are there any convenient ebuilds to 
> add a spell checker to Mozilla?
> 
> Thanks,
> Seth
> --
> [EMAIL PROTECTED]
> 

See http://spellchecker.mozdev.org/ 

-- 
Michael Denio <[EMAIL PROTECTED]>
Imagine Software, Inc.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: odd problem

2003-07-18 Thread edj
On Thursday 17 July 2003 10:54 pm, Mike Bellemare wrote:
> $ cat -e /etc/hostname
>
> wolverine$
>
> there is this dollar sign, is it normal?

From the cat man page:
=
-e equivalent to -vE

-E, --show-ends
   display $ at end of each line
==
-- 
Ed Jabbour


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Only half the download speed with masquerading/routing

2003-07-18 Thread Jason Stubbs
On Friday 18 July 2003 22:48, Thorsten Kampe wrote:
> Hi,
>
> my Gentoo box acts as a Router for a Windows XP host. On the Gentoo
> box the download rate is about *7,5 kB/s* on the XP host just *3,8
> kB/s*. But: when I use a Cisco router for the Windows host, the
> download is about *7,5 kB/s*.
>
> So it looks like as the Gentoo router is limiting the bandwidth...
> What can I do to make the full 7-8 kB/s available to the clients?!
>
> Neither on the Windows nor on the Gentoo host is a firewall or a virus
> scanner running. Kernel is 2.4.20.
>
> I enable routing by:
> echo 1 >| /proc/sys/net/ipv4/ip_forward; iptables -t nat -A POSTROUTING
> -o ppp0 -j MASQUERADE
>
> This is my .config:
> http://www.thorstenkampe.de/tmp/config/view
>
> What else can I do or test?!

Hey there,

I assume you have two net interfaces on the gentoo box? Do you get full
speed on both interfaces from the gentoo box itself? Looking at your
config, I would suggest first trying kernel option pci=noacpi. There seems
to be a few problems with acpi still. With my modem, if I don't use
pci=noacpi I also get about 1/2 the full speed. If that doesn't work, try
getting rid of apic as well - you have a single processor, right? If that
doesn't fix, I can't help any further. Good luck!

Jason


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc 3

2003-07-18 Thread Lincoln A. Baxter
At least one person on this list reported that this broke qmail.
There could be other packages not unmasked, that could break as well.
Approach with caution.

On Fri, 2003-07-18 at 00:58, blade- wrote:
> Hi all,
> 
> When I do emerge -Up world it lists the following
> [ebuildU ] sys-devel/gcc-config-1.3.3-r1 [1.3.1-r1]
> [ebuildU ] sys-devel/gcc-3.2.3-r1 [3.2.2]
> [ebuildU ] sys-libs/glibc-2.3.2-r1 [2.3.1-r4]
> 
> Will I have to recompile everything again or is it just a minor change 
> the will not require me to do much at all.
> 
> Thanks
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
-- 
Lincoln A. Baxter <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list



  1   2   >