[gentoo-user] wxGTK-2.6.2 always requires gtk2

2005-10-15 Thread Carlos
Hello all!

I am trying to emerge wxGTK-2.6.2 with -X use flag (that should install
only wxbase -non-gui libs- ) but it stills trying to emerge gtk+. In
wxGTK-2.6.1 you can use -gtk2 and -wxgtk1 USE flags to avoid this to be
installed. Is there any reason for 2.6.2 to work in this way? bug
in ebuild?

mymachine ~ # emerge -pav wxGTK
 --pretend disables --ask... removing --ask from options.

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

Calculating dependencies ...done!
[ebuild NS ] dev-libs/glib-2.6.5 -doc -hardened -static 2,301 kB 
[ebuild N ] x11-misc/ttmkfdir-3.0.9-r3 19 kB 
[ebuild N ] x11-base/opengl-update-2.2.1 38 kB 
[ebuild N ] x11-base/xorg-x11-6.8.2-r4
-3dfx -3dnow +bitmap-fonts -cjk -debug -dlloader -dmx -doc -font-server
-insecure-drivers -ipv6 -minimal +mmx +nls -nocxx +opengl +pam -sdk
-sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv 45,110
kB 
[ebuild N ] app-arch/rpm2targz-9.0-r3 2 kB 
[ebuild N ] sys-apps/utempter-0.5.5.6 20 kB 
[ebuild N ] x11-terms/xterm-204 -Xaw3d -toolbar +truetype +unicode 698 kB 
[ebuild N ] x11-libs/pango-1.8.1-r1 -debug -doc -static 973 kB 
[ebuild N ] dev-libs/atk-1.10.1 -debug -doc -static 480 kB 
[ebuild N ] dev-perl/XML-Parser-2.34 224 kB 
[ebuild N ] dev-util/intltool-0.34.1 127 kB 
[ebuild N ] dev-libs/libxml2-2.6.20-r2 -doc -ipv6 +python +readline -static 3,042 kB 
[ebuild N ] x11-misc/shared-mime-info-0.16 735 kB 
[ebuild N ] x11-libs/gtk+-2.6.8 -doc +jpeg -static +tiff 11,393 kB 
[ebuild U ] x11-libs/wxGTK-2.6.2 [2.6.1] -X
-debug -doc -gnome -joystick -odbc -opengl -sdl -unicode 12,753 kB

Thank you in advance.


[gentoo-user] Re: GDB EOF Issue

2005-10-15 Thread Justin Hart
Found it.

Justin

On 10/15/05, Justin Hart [EMAIL PROTECTED] wrote:
 I'm debugging some code that reads from ifstream.  When running in
 GDB, a file loading routing fails, whereby it would appear that the
 ifstream.eof() works improperly (it keeps reading past the end of the
 file).

 Searching around the net yielded a couple of posts in forums regarding
 a bug in GDB that could cause this issue.  I am wondering if a version
 of GDB that is no so afflicted is currently available in portage.
 --
 Justin W. Hart




--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] text-only email parts in evolution 2.4

2005-10-15 Thread Iain Buchanan
I recently upgraded gnome to 2.12 (went smoothly, looks great!) and with
it came evolution 2.4.1.  One of the features of 2.2.3 that I found
great was the only show text parts of messages plug in.  This is the
first time I saw evolution support such a (long wanted) feature.

However, it appears that plugin got in by accident, and although I'm
sure a huge number of evolution users want it, have asked for it, and
use it, it was never meant to be there and is not officially supported
(and hence was taken out of 2.4)

Excuse me for asking a dumb question, but why?  This seems to be a basic
feature supported by every real email client on earth, so why not
evolution?  So what if some people don't want it - that's why its an
option...

All flame wars about html vs text emails aside, how do I get it back?
I've been trying to find out how to get / use plugins for evolution, but
there doesn't seem to be much help about it.

And also, if so many people want such a feature, why isn't it a patch
from gentoo?  Is there some fundamental understanding that I'm missing?

Any help, or enlightenment about the topic, would be much appreciated,
Thanks,
-- 
Iain

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] text-only email parts in evolution 2.4

2005-10-15 Thread Iain Buchanan
I recently upgraded gnome to 2.12 (went smoothly, looks great!) and with
it came evolution 2.4.1.  One of the features of 2.2.3 that I found
great was the only show text parts of messages plug in.  This is the
first time I saw evolution support such a (long wanted) feature.

However, it appears that plugin got in by accident, and although I'm
sure a huge number of evolution users want it, have asked for it, and
use it, it was never meant to be there and is not officially supported
(and hence was taken out of 2.4)

Excuse me for asking a dumb question, but why?  This seems to be a basic
feature supported by every real email client on earth, so why not
evolution?  So what if some people don't want it - that's why its an
option...

All flame wars about html vs text emails aside, how do I get it back?
I've been trying to find out how to get / use plugins for evolution, but
there doesn't seem to be much help about it.

And also, if so many people want such a feature, why isn't it a patch
from gentoo?  Is there some fundamental understanding that I'm missing?

Any help, or enlightenment about the topic, would be much appreciated,
Thanks,
-- 
Iain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Omitting blocked package when updating world

2005-10-15 Thread C. Beamer
Rumen Yotov wrote:

On Fri, 2005-10-14 at 19:09 -0400, C. Beamer wrote:
  

Hi,

I've had Gentoo installed on my main computer for about a month now and
want to update world.

When I did 'emerge --pretend --update --deep world'  I got told that a
package that I had installed was blocking another package.  I want to
update but omit the blocked package from the update, which incidentally
is not installed on my system.

Regards,

Colleen


Hi,
Think it mostly depends on which is the package in question.
Seen three types of package blocking:
1.a new version blocking the old version of the same package - remove it
then add again;
2.A new package wants to install but there is another package serving
the same role, e.g mail-server: qmail, postfix, exim all provide -
virtual/mta (IIRC), so only one could get installed;
3.Think it's your case. Some other package (which is installed) has a
*new* dependency on another one (not installed), which provides the same
'virtual/...' as third one (installed).
This could happen when using -D/--deep flag - try without it to check
and use -t/-tree option to see the deps. But it depends on the package
in question  friends.
HTH.Rumen
  

I went to the painstaking effort of updating each package on my system
that required updating individually and am left with this, which is the
result of 'emerge --pretend --update --deep world':

Calculating world dependencies ...done!
[blocks B ] mail-client/pine-4.64-r1 (is blocking
net-mail/uw-mailutils-2004g)
[ebuild  N] net-mail/uw-mailutils-2004g
[ebuild U ] mail-client/pine-4.64-r1 [4.63-r2]

From this, I assume that the installed package, Pine, is blocking the
package nw-mail-utils-2004g, which is *not* installed.  So, how do I
prevent uw-mailutils-2004g from being installed so I can update Pine?

Regards,

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



Re: [gentoo-user] Omitting blocked package when updating world

2005-10-15 Thread Holly Bostick
C. Beamer schreef:
 Rumen Yotov wrote:
 
 
 On Fri, 2005-10-14 at 19:09 -0400, C. Beamer wrote:
 
 
 
 Hi,
 
 I've had Gentoo installed on my main computer for about a month
 now and want to update world.
 
 When I did 'emerge --pretend --update --deep world'  I got told
 that a package that I had installed was blocking another package.
 I want to update but omit the blocked package from the update,
 which incidentally is not installed on my system.
 
 Regards,
 
 Colleen
 
 
 
 Hi, Think it mostly depends on which is the package in question. 
 Seen three types of package blocking: 1.a new version blocking the
 old version of the same package - remove it then add again; 2.A new
 package wants to install but there is another package serving the
 same role, e.g mail-server: qmail, postfix, exim all provide - 
 virtual/mta (IIRC), so only one could get installed; 3.Think it's
 your case. Some other package (which is installed) has a *new*
 dependency on another one (not installed), which provides the same 
 'virtual/...' as third one (installed). This could happen when
 using -D/--deep flag - try without it to check and use -t/-tree
 option to see the deps. But it depends on the package in question 
 friends. HTH.Rumen
 
 
 
 I went to the painstaking effort of updating each package on my
 system that required updating individually and am left with this,
 which is the result of 'emerge --pretend --update --deep world':
 
 Calculating world dependencies ...done! [blocks B ]
 mail-client/pine-4.64-r1 (is blocking net-mail/uw-mailutils-2004g) 
 [ebuild  N] net-mail/uw-mailutils-2004g [ebuild U ]
 mail-client/pine-4.64-r1 [4.63-r2]
 
 From this, I assume that the installed package, Pine, is blocking
 the
 package nw-mail-utils-2004g, which is *not* installed.  So, how do I 
 prevent uw-mailutils-2004g from being installed so I can update Pine?
 
 
 Regards,
 
 Colleen

You can't-- this is a normal block:

(from http://www.gentoo-portage.com )

Runtime Dependencies
pine-4.64-r1

! net-mail/uw-imap - 2004g
= sys-apps/sed - 4
= sys-libs/ncurses - 5.1
ldap net-nds/openldap
pam = sys-libs/pam - 0.72
ssl dev-libs/openssl
app-misc/mimetypes
==net-mail/uwmailutils
virtual/libc
kerberos app-crypt/mitkrb5

The problem here is that 1) uwmailutils is a new dependency of Pine; 2)
dependencies must be installed before the program that depend on them
(just like you have to build the walls of your house before you put the
roof on, as the roof depends on the walls to hold it up); and 3) pine is
already installed (thus the program that depends on uwmailutils is
installed before what it depends on is installed, since Portage only
removes the previously installed version *after* the new version is
installed, which it can't be because its dependency can't be installed,
because the program that requires the dependency must be installed to
remove the currently-installed version).

If you see what I mean.

Remove (unemerge) Pine, then merge the updated version, so the
dependencies will be installed prior to the program they depend on.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How to set an application to be on all workspaces?

2005-10-15 Thread Ognjen Bezanov

Hi all

This is more of a general linux question, but in fluxbox how do you set 
a program to be on all workspaces. I am using engage (from 
enlightenment) as a toolbar but when run from the fluxbox startup file, 
it will only be shown on  workspace 1. The program itself doesnt seem to 
have an option show on all workspaces so is there another way to get 
it on all other workspaces.


Cheers

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to set an application to be on all workspaces?

2005-10-15 Thread Holly Bostick
Ognjen Bezanov schreef:
 Hi all
 
 This is more of a general linux question, but in fluxbox how do you
 set a program to be on all workspaces. I am using engage (from 
 enlightenment) as a toolbar but when run from the fluxbox startup
 file, it will only be shown on  workspace 1. The program itself
 doesnt seem to have an option show on all workspaces so is there
 another way to get it on all other workspaces.
 
 Cheers
 

If fluxbox itself does not allow you to set applications to be 'sticky',
I would suggest devilspie (emerge devilspie; then read the sample config
and the docs).

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



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Martins Steinbergs
i would say there no support for ya net cart built into kernel/module

On Thursday 13 October 2005 17:51, Michael Sullivan wrote:
 I got a new computer yesterday.  As I was installing Gentoo on it, I ran
 into a problem.  I've got the basic install set up, but my eth0 won't
 start.  It would with the liveCD.  When I boot up with the live CD and
 run:

 dmesg | grep 'eth0 it gives me this output:


 e100: eth0: e100_probe: addr 0xff91, irq 20, MAC addr 00:13:20:2B:98:18
 e100: eth0: e100_watchdog: link up, 100 Mbps, full-duplex
 eth0: no IPv6 routers present


 However, when I reboot into my installed environment and run the same
 command, there's no mention of 'eth0'.  I tried emerging net-misc/e100 (I
 thought it might help), but the build failed.  Something about too many
 parameters being passed to a method.  Is there anything I can do to
 resolve this other than filing a bug report?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ifconfig vs iproute2

2005-10-15 Thread Martins Steinbergs
hi

what is the difference in general between these - ifconfig and iproute2?

i used old style /etc/conf.d/net and it worked well until system last update i 
run - net was gone. made new style /etc/conf.d/net but ifconfig version 
refused to work, lucky i got windoze on other drive to get iproute2 source 
from mirror. ok, now net is working but im still confused about ifconfig not 
working, got these setings for single box connected to i-net, is there 
somethin' wrong?

hotplug_eth0=yes

modules=( iproute2 )
here i tried both modules

config_eth0=( some_IP netmask some_IP broadcast some_IP )
routes_eth0=(
default via some_IP
::/0
)



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



Re: [gentoo-user] How to set an application to be on all workspaces?

2005-10-15 Thread Daniel Bengtsson
 If fluxbox itself does not allow you to set applications to be
 'sticky', I would suggest devilspie (emerge devilspie; then read the
 sample config and the docs).


Well fluxbox does (am using the it right now) if your theme provides it
there is a button to the left of the titlebar that enables the
sticky-option. 

If it does not, right click the titlebar and there should be an option
for it (2nd from top in my case)

/daniel


pgpg61GMjokxP.pgp
Description: PGP signature


Re: [gentoo-user] Omitting blocked package when updating world

2005-10-15 Thread C. Beamer
Holly Bostick wrote:

C. Beamer schreef:
  

I went to the painstaking effort of updating each package on my
system that required updating individually and am left with this,
which is the result of 'emerge --pretend --update --deep world':

Calculating world dependencies ...done! [blocks B ]
mail-client/pine-4.64-r1 (is blocking net-mail/uw-mailutils-2004g) 
[ebuild  N] net-mail/uw-mailutils-2004g [ebuild U ]
mail-client/pine-4.64-r1 [4.63-r2]



From this, I assume that the installed package, Pine, is blocking
the
  

package nw-mail-utils-2004g, which is *not* installed.  So, how do I 
prevent uw-mailutils-2004g from being installed so I can update Pine?


Regards,

Colleen



You can't-- this is a normal block:

Remove (unemerge) Pine, then merge the updated version, so the
dependencies will be installed prior to the program they depend on.
  

Thank you, Holly .. :-)

For the right answer, for your patience with a newbie to Gentoo and
for always seeming to have the right answer to any post that you reply to.

I learned something new today.  I *did* try using equery to determine
the dependencies of pine and  uw-mailutils-2004g, but didn't get any
dependencies listed.  Anyway, next time, I won't have to bother the list
with a like problem.  :-)

Take care,

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



[gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Kevin O'Gorman
I thought I was just looking, but after closing the editor my emerges are
complaining about a corrupted ebuild of xchat. Specifically,

 calculating world dependencies
-/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: syntax error
near unexpected token `'
 /usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24:
` !xchatnogtk? (
=x11-libs/gtk+-2.0.3 )'

 !!! ERROR: net-irc/xchat-2.4.5 failed.
 !!! Function , Line 1686, Exitcode 1
 !!! error sourcing ebuild
 !!! If you need support, post the topmost build error, NOT this status message.

Clearly, I did this to myself. But now I don't know how to set it right. I suspect
all the pieces are here, but a quick look at distfiles didn't even show that version
of xchat, so I don't know how to proceed. The syntax of the offending line
looks enough like the ones around it that I can't intuit a quick edit fix.
Maybe somebody could email the correct ebuild, or quick instructions for
forcing a new unpack or whatever seems best?

While I'm here: the reason I was looking was that I was wondering what the
USE flags xchatdccserver, xchatnogtk and xchattext do, and was hoping the
ebuild itself might tell me. It didn't, or at least not very well. Especially the
xchattext one.

++ kevin
-- Kevin O'Gorman, PhD


Re: [gentoo-user] How to set an application to be on all workspaces?

2005-10-15 Thread Daniel Bengtsson
  I am using engage (from enlightenment) as a toolbar
 
 ... and toolbars don't usually have titlebars.

Ah, must have been missing out on the word toolbar.
Not shure what it means acutally =)

 
 Is there another way to make a given window sticky in fluxbox (via a
 menu or something)? Otherwise, looks like it's still a job for
 devilspie (and that is kinda what devilspie is for, anyway,
 so)
 
 Holly


Then you could define a key-sequence for setting the sticky property.
If fluxkeys is installed, use it and add a kombination for stick

If not, you can edit ~/.fluxbox/keys by hand and add something like:
Mod1 Shift s :stick

Then alt-shift-s makes the active window sticky. Hope it works for
toolbars as well.


pgp1UKKZcB8fs.pgp
Description: PGP signature


Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Holly Bostick
Kevin O'Gorman schreef:
 I thought I was just looking, but after closing the editor my emerges are
 complaining about a corrupted ebuild of xchat. Specifically,
 
 
calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
 
 2.4.5.ebuild: line 24: syntax error near unexpected token `'
 
/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
=x11-libs/gtk+-2.0.3 )'


OK, here's line 23-29 of my ebuild:

(piped to prevent Thunderbird freaking out; ignore the first | symbol)

|RDEPEND==dev-libs/glib-2.0.3
|!xchatnogtk? ( =x11-libs/gtk+-2.0.3 )
|ssl? ( =dev-libs/openssl-0.9.6d )
|perl? ( =dev-lang/perl-5.6.1 )
|python? ( =dev-lang/python-2.2 )
|tcltk? ( dev-lang/tcl )
|!net-irc/xchat-gnome


Happens with editors; sometimes you get changed spacing or line wrap,
and it gets saved for some reason.

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



[gentoo-user] Gentoo Virtual Mailhost Setup Question.

2005-10-15 Thread Mal Herring
Hi Gentoo-User,
I am running the virtual mailhost as per the Gentoo set-up guide and
would like to know the best way of being able to configure auto-response
messages, for example, an Out of Office notification...

Anyone able to give me some pointers on this ?

Ta

Mal

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ifconfig vs iproute2

2005-10-15 Thread Joshua Schmidlkofer
iproute2 is newer and while it takes over all of the abilities of
ifconfig, it is modularized and designed for controlling advanced
router features as well as basic interface related stuff.

The capabilities of it are vastly superior to ifconfig, and sometimes the notation is simpler.

Setup eth0, and activate it:

ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
route add -net 0/0 gw 192.168.1.254

ip addr add 192.168.1.1/24 brd 192.168.1.255
ip link set eth0 up
ip route add default via 192.168.1.254



There is a type of NAT [aka FastNAT] that you can use with iproute2 -
involving no iptables/netfilter support. You can setup multiple
defoult routes, rudimentary load balancing, and other stuff. 


For a better concept of the abilities of iproute2 - please see http://lartc.org
The Linux Advanced Routing and Traffic Control site.

thanks,
 joshua

On 10/12/05, Martins Steinbergs [EMAIL PROTECTED] wrote:
hiwhat is the difference in general between these - ifconfig and iproute2?i used old style /etc/conf.d/net and it worked well until system last update irun - net was gone. made new style /etc/conf.d/net but ifconfig version
refused to work, lucky i got windoze on other drive to get iproute2 sourcefrom mirror. ok, now net is working but im still confused about ifconfig notworking, got these setings for single box connected to i-net, is there
somethin' wrong?hotplug_eth0=yesmodules=( iproute2 )here i tried both modulesconfig_eth0=( some_IP netmask some_IP broadcast some_IP )routes_eth0=(
default via some_IP::/0)martins--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Michael Sullivan
On Thu, 2005-10-13 at 18:07 +0300, Martins Steinbergs wrote:
 i would say there no support for ya net cart built into kernel/module
 
 On Thursday 13 October 2005 17:51, Michael Sullivan wrote:
  I got a new computer yesterday.  As I was installing Gentoo on it, I ran
  into a problem.  I've got the basic install set up, but my eth0 won't
  start.  It would with the liveCD.  When I boot up with the live CD and
  run:
 
  dmesg | grep 'eth0 it gives me this output:
 
 
  e100: eth0: e100_probe: addr 0xff91, irq 20, MAC addr 00:13:20:2B:98:18
  e100: eth0: e100_watchdog: link up, 100 Mbps, full-duplex
  eth0: no IPv6 routers present
 
 
  However, when I reboot into my installed environment and run the same
  command, there's no mention of 'eth0'.  I tried emerging net-misc/e100 (I
  thought it might help), but the build failed.  Something about too many
  parameters being passed to a method.  Is there anything I can do to
  resolve this other than filing a bug report?

I found it.  Had to modprobe e100 and restart /etc/init.d/net.eth0.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Jason Cooper
Martins Steinbergs ([EMAIL PROTECTED]) scribbled:
 i would say there no support for ya net cart built into kernel/module
 
 On Thursday 13 October 2005 17:51, Michael Sullivan wrote:
  I got a new computer yesterday.  As I was installing Gentoo on it, I ran
  into a problem.  I've got the basic install set up, but my eth0 won't
  start.  It would with the liveCD.  When I boot up with the live CD and
  run:
 
  dmesg | grep 'eth0 it gives me this output:
 
 
  e100: eth0: e100_probe: addr 0xff91, irq 20, MAC addr 00:13:20:2B:98:18
  e100: eth0: e100_watchdog: link up, 100 Mbps, full-duplex
  eth0: no IPv6 routers present
 
 
  However, when I reboot into my installed environment and run the same
  command, there's no mention of 'eth0'.  I tried emerging net-misc/e100 (I
  thought it might help), but the build failed.  Something about too many
  parameters being passed to a method.  Is there anything I can do to
  resolve this other than filing a bug report?

It looks from the ebuild that net-misc/e100 was intended for 2.4.x
series kernels (*.o as opposed to *.ko).  I would suggest running 'make
menuconfig' or similar and enabling e100 as a module from within the
kernel tree. 

hth,

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



Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Jason Cooper
Kevin O'Gorman ([EMAIL PROTECTED]) scribbled:
 I thought I was just looking, but after closing the editor my emerges are
 complaining about a corrupted ebuild of xchat. Specifically,

emerge sync :)

hth,

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



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Joshua Schmidlkofer
you can add e100 to /etc/modules.autoload.d/kernel-2.6

or

install/activate coldplug on default or bootOn 10/15/05, Michael Sullivan [EMAIL PROTECTED] wrote:
On Thu, 2005-10-13 at 18:07 +0300, Martins Steinbergs wrote: i would say there no support for ya net cart built into kernel/module
 On Thursday 13 October 2005 17:51, Michael Sullivan wrote:  I got a new computer yesterday.As I was installing Gentoo on it, I ran  into a problem.I've got the basic install set up, but my eth0 won't
  start.It would with the liveCD.When I boot up with the live CD and  run:   dmesg | grep 'eth0 it gives me this output:e100: eth0: e100_probe: addr 0xff91, irq 20, MAC addr 00:13:20:2B:98:18
  e100: eth0: e100_watchdog: link up, 100 Mbps, full-duplex  eth0: no IPv6 routers presentHowever, when I reboot into my installed environment and run the same
  command, there's no mention of 'eth0'.I tried emerging net-misc/e100 (I  thought it might help), but the build failed.Something about too many  parameters being passed to a method.Is there anything I can do to
  resolve this other than filing a bug report?I found it.Had to modprobe e100 and restart /etc/init.d/net.eth0.--gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Kevin O'Gorman
On 10/15/05, Holly Bostick [EMAIL PROTECTED] wrote:
Kevin O'Gorman schreef: I thought I was just looking, but after closing the editor my emerges are complaining about a corrupted ebuild of xchat. Specifically,calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
 2.4.5.ebuild: line 24: syntax error near unexpected token `'/usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (=x11-libs/gtk+-2.0.3 )'OK, here's line 23-29 of my ebuild:
(piped to prevent Thunderbird freaking out; ignore the first | symbol)|RDEPEND==dev-libs/glib-2.0.3|!xchatnogtk? ( =x11-libs/gtk+-2.0.3 )|ssl? ( =dev-libs/openssl-
0.9.6d )|perl? ( =dev-lang/perl-5.6.1 )|python? ( =dev-lang/python-2.2 )|tcltk? ( dev-lang/tcl )|!net-irc/xchat-gnomeHappens with editors; sometimes you get changed spacing or line wrap,
and it gets saved for some reason.Hope this helps,Holly
I put that in, but it made no difference (according to both diff and emerge). So it must be something
else. Is there a way to force a fresh copy?

++ kevin
-- Kevin O'Gorman, PhD


Re: [gentoo-user] IndexError: list index out of range

2005-10-15 Thread Joshua Schmidlkofer
I have seen this a number of times, but I have always gotten around it by emerging portage, then doing and 'emerge metadata'

js
On 10/15/05, Thomas T. Veldhouse [EMAIL PROTECTED] wrote:
I have been away from Gentoo for awhile and I am going about building a2005.1 system.I just finished a emerge --sync and have received thefollowing:xfce-extra/xfwm4-themes/xfwm4-themes-4.2.2-r1.ebuild
 413 100%0.00kB/s0:00:00xfce-extra/xfwm4-themes/xfwm4-themes-4.2.2.ebuild 386 100%0.00kB/s0:00:00 127700 files...Number of files: 127717Number of files transferred: 106537
Total file size: 101573026 bytesTotal transferred file size: 101573026 bytesLiteral data: 101573026 bytesMatched data: 0 bytesFile list size: 2929830Total bytes written: 2130921Total bytes read: 109297663
wrote 2130921 bytesread 109297663 bytes152746.52 bytes/sectotal size is 101573026speedup is 0.91  Updating Portage cache:Traceback (most recent call last):File /usr/bin/emerge, line 2705, in ?
oldcat = portage.catsplit(cp_list[0])[0]IndexError: list index out of rangeSo, is this a known issue?Tom Veldhouse--gentoo-user@gentoo.org
 mailing list


[gentoo-user] Space problems

2005-10-15 Thread Santiago Ferreira
Hi, after doing a rm /usr/portage/distfiles*
and rm -r /var/tmp/portage/* because disk was full, i get the following
message and cannot initialize the computer.
tar xda cannot mknod... 
and
since this is a critical task startup cannot continue

i need some advice in what to do in this situation to make the computer work again.

thanks

Santiago Ferreira



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Joshua Schmidlkofer


It looks from the ebuild that net-misc/e100 was intended for 2.4.x
series kernels (*.o as opposed to *.ko).I would suggest running 'makemenuconfig' or similar and enabling e100 as a module from within thekernel tree.

I don't think that he built net-misc/e100... I think his module just didn't autoload. Did I miss something? 



Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-10-15 10:07 -0700, [EMAIL PROTECTED] wrote:
 Is there a way to force a fresh copy?

`emerge --sync' (which has already been suggested), or, since in this
case only a single ebuild is broken, www.gentoo-portage.com offers
ebuild downloads.

- -- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDUTr8dY+HSb3praYRAoE7AKCvYLylel7VuUMMgWzXZeVNJ6eEGQCgmT3Z
yQv5zdMsiFZT5tOYUrKOGHA=
=e194
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Kevin O'Gorman
On 10/15/05, Jason Cooper [EMAIL PROTECTED] wrote:
Kevin O'Gorman ([EMAIL PROTECTED]) scribbled: I thought I was just looking, but after closing the editor my emerges are complaining about a corrupted ebuild of xchat. Specifically,
emerge sync :)hth,jason.--gentoo-user@gentoo.org mailing listD'Oh!! Of course. That worked. Thanks.

++ kevin-- Kevin O'Gorman, PhD


Re: [gentoo-user] Gentoo Virtual Mailhost Setup Question.

2005-10-15 Thread Mark Shields
If you're using qmail and have qmailadmin, you can use the Vacation
feature.

Mal Herring wrote:

Hi Gentoo-User,
I am running the virtual mailhost as per the Gentoo set-up guide and
would like to know the best way of being able to configure auto-response
messages, for example, an Out of Office notification...

Anyone able to give me some pointers on this ?

Ta

Mal

  


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Joshua Schmidlkofer
On 10/15/05, Joshua Schmidlkofer [EMAIL PROTECTED] wrote:
you can add e100 to /etc/modules.autoload.d/kernel-2.6

or

install/activate coldplug on default or bootOn 10/15/05, Michael Sullivan 
[EMAIL PROTECTED] wrote:
On Thu, 2005-10-13 at 18:07 +0300, Martins Steinbergs wrote: i would say there no support for ya net cart built into kernel/module
 On Thursday 13 October 2005 17:51, Michael Sullivan wrote:  I got a new computer yesterday.As I was installing Gentoo on it, I ran  into a problem.I've got the basic install set up, but my eth0 won't
  start.It would with the liveCD.When I boot up with the live CD and  run:   dmesg | grep 'eth0 it gives me this output:e100: eth0: e100_probe: addr 0xff91, irq 20, MAC addr 00:13:20:2B:98:18
  e100: eth0: e100_watchdog: link up, 100 Mbps, full-duplex  eth0: no IPv6 routers presentHowever, when I reboot into my installed environment and run the same
  command, there's no mention of 'eth0'.I tried emerging net-misc/e100 (I  thought it might help), but the build failed.Something about too many  parameters being passed to a method.Is there anything I can do to
  resolve this other than filing a bug report?I found it.Had to modprobe e100 and restart /etc/init.d/net.eth0.--
gentoo-user@gentoo.org mailing list





Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Christoph Eckert

 Where are the other alsa configs located?  I've unmerged and
 re-emerged alsa-utils several times and I cannot seem to fix this
 problem on my own...

There aren't much configs for ALSA, and alsasound only modifies 
your /etc/modules.d/alsa.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is There An Ebuild For aee?

2005-10-15 Thread Drew Tomlinson

On 10/14/2005 10:02 PM A. Khattri wrote:


On Fri, 14 Oct 2005, Drew Tomlinson wrote:

 


I also recall reading about non-official ebuilds available at somewhere
like bugs.gentoo.org.
   



Is there something preventing you from doing a search in Bugzilla?
 



Not at all.  Just needed to know where to begin searching.  And now I 
do.  :)


So I searched on 'aee' and found Zarro Boogs found.  I assume this is 
someone's idea of a cute way to say 'Zero Bugs Found?


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!

http://www.alchemistswarehouse.com

--
gentoo-user@gentoo.org mailing list



[gentoo-user] can`t build kde with modular xorg

2005-10-15 Thread Makurin Roman
Hi all! I`ve got modular xorg installed on my system, everything`s fine but
now I can`t build new kde 3.4.3.  here is my error:

[snip]
checking for XF86MiscSetGrabKeysState in -lXxf86misc... yes
checking for GL... (cached) yes
checking for glXChooseVisual in -lGL... (cached) yes
checking struct ucred... yes
checking nogroup... nogroup
checking for getpeereid... no
checking for xmkmf... /usr/bin/xmkmf
checking X paths... failed
configure: error: /usr/bin/xmkmf (imake) failed.
Make sure you have all necessary X development packages installed.
On some systems a missing /lib/cpp symlink is at fault.

!!! ERROR: kde-base/kdebase-3.4.3 failed.
!!! Function kde_src_compile, Line 156, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status 
message.


Is there any solution ?


Thanks


pgpLrgiecFJLA.pgp
Description: PGP signature


Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Michael Sullivan
On Sat, 2005-10-15 at 20:14 +0200, Christoph Eckert wrote:
  Where are the other alsa configs located?  I've unmerged and
  re-emerged alsa-utils several times and I cannot seem to fix this
  problem on my own...
 
 There aren't much configs for ALSA, and alsasound only modifies 
 your /etc/modules.d/alsa.
 
 
 Best regards
 
 
 ce
 

The problem I'm currently facing is this:

camille regbackups # alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument

Are you saying that all I have to do to fix this is to
delete /etc/modules.d/alsa and re-run alsaconf?

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Gentoo Virtual Mailhost Setup Question.

2005-10-15 Thread Mal Herring
 If you're using qmail and have qmailadmin, you can use the Vacation
feature.

Sounds like a handy feature but I am using Postfix... :(

Does Postfix offer this functionality ?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Collecting USE variables

2005-10-15 Thread Walter Dnes
On Thu, Oct 13, 2005 at 04:29:39PM +0100, Jorge Almeida wrote
 I would like to know how the current USE variables are set.
 I know that emerge --info displays a list of all of them, but it doesn't
 discriminate where they come from. I couldn't find clear documentation
 about it, but of course I may have missed something. 
 In the same line, I find /etc/make.profile/make.defaults _very strange_.
 perl? Sure. fortran? Well, who knows... But emboss?!

  Actually, fortran is a gcc flag that seems to have some other uses.
You *DO* need it.  perl is for enabling optional perl support in
various programs, which I try to do without.

 I'm writing -* at the beginning of the USE declaration in
 /etc/make.conf, but I can't avoid the feeling that this may be a Bad
 Thing.

  Actually, I do it too, and I've only been bitten twice.  Here's mine.
It fits my equipment and my mix of applications.  Your needs may be
different.

USE=-* 3dnow X a52 aac alsa bzip2 cdr dga dio divx4linux dri dvd dvdr dvdread 
encode exif ffmpeg flac fortran gb gif gtk2 imlib jpeg maildir mikmod mime mmap 
mmx mng mp3 mpeg ncurses nptl nptlonly nsplugin offensive ogg opengl plotutils 
png posix quicktime readline sdl sharedmem slang sockets sse theora threads 
tiff truetype vcd vorbis win32codecs wmf xpm xv zlib

  Remember also /usr/portage/profiles/use.local.desc and
/etc/portage/package.use.  My package.use contains...

# begin ==

app-misc/mc -X
app-office/openoffice-bin java
app-text/xpdf motif
media-gfx/gimp doc
media-libs/win32codecs real
media-video/mplayer custom-cflags i8x0 real sse2 3dnowext mmxext
net-misc/wget ssl
net-nntp/slrn uudeview
sys-libs/glibc userlocales
www-client/links svga

x11-base/xorg-x11 bitmap-fonts font-server truetype-fonts type1-fonts

# If it's going to be a rescue package, it damn well better work
# standalone when libraries get deleted.
sys-apps/busybox static

# end 

  The 2 times I've been bitten are...
  1) xpdf *MUST* have motif support enabled.  If not, the xpdf libraries
 get built, but not the executable... oops.
  2) wget without ssl retrieves http://; URLs fine, but does *NOT*
 retrieve https://; URLs

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



Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Christoph Eckert

 The problem I'm currently facing is this:

 camille regbackups # alsamixer

 alsamixer: function snd_mixer_load failed: Invalid argument

 Are you saying that all I have to do to fix this is to
 delete /etc/modules.d/alsa and re-run alsaconf?

No, I do not know why this error appears. But I'd try to remove the 
alsaconf generated section from the file (make a backup of it first if 
in doubt) and rerun ALSAconf, yes.

Alsaconf is an old and dirty script, but it still does a really good 
job.


Best regards


ce



»Wer Visionen hat, sollte zum Arzt gehen« (Helmut Schmidt)



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mozilla-bin port not rendering correctly

2005-10-15 Thread Walter Dnes
On Fri, Oct 14, 2005 at 10:58:04AM -0700, Rob wrote
 I have never seen this behavior except with the Gentoo mozilla-bin port. 
 It is not rendering text correctly.  I have tried Arial Truetype font 
 and ordinary fonts.  What is does is print the letters of text with huge 
 spaces between them.  It does not occur on all web pages, but enough to 
 be really annoying.  I do not know if this is a port problem or a basic 
 mozilla problem.  Has any one else seen this? the mozilla version is 1.7.12

Problem
===
  I had the exact same problem in Firefox.  What's happening is that you
are setting up *YOUR* fonts, but the browser is using *THE WEBPAGE'S*
fonts, so what you do has no effect.

Solution

  The Mozilla menu sequence might be slightly different.  In Firefox, it
was as follows...

Edit
Preferences
General
Fonts  Colors

  Near the bottom of the Fonts  Colors tab, check the option...
Always use my: [X] Fonts

  Now *YOUR* font choices should take effect.

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



[gentoo-user] Dell PowerEdge 2300 questions

2005-10-15 Thread Your Name
Hello,

I've bought dell pe 2300 with megaraid 428 card and i've read that new
2.6 kernels does not support it, or am I wrong? it thereis no support
how to do the support for it to get my raid array working properly with
the newest 2.6 kernels?

Greets 

Paul


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Omitting blocked package when updating world

2005-10-15 Thread Walter Dnes
On Fri, Oct 14, 2005 at 07:09:05PM -0400, C. Beamer wrote
 Hi,
 
 I've had Gentoo installed on my main computer for about a month now and
 want to update world.
 
 When I did 'emerge --pretend --update --deep world'  I got told that a
 package that I had installed was blocking another package.  I want to
 update but omit the blocked package from the update, which incidentally
 is not installed on my system.
 
 I looked in the Gentoo documentation which told me that I had 2 options
 - to omit the blocked package or remove the blocked package.  Since the
 blocked package is not installed on my system, my only option is to
 omit, but I couldn't find how to omit it in the documentation.  Nor,
 could I figure out from the man page how to do it.

  Please post a copy of what you get when you run...
  emerge --pretend --update --deep --world

  It'll help us better understand what your exact problem is.  In
general, if you're asking about *ANY* Gentoo problem, it helps to have
the error listing as part of your post.

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



[gentoo-user] OT: CPU Temperature

2005-10-15 Thread Jamie Dobbs
I built myself an AMD64 based system a week ago using the following 
components:


Albatron K8NF4U motherboard
AMD Athlon 64 3200+ (Socket 939)
1GB DDR Memory
Albatron TC6200 video card

Motherboard sensors indicate that the CPU core is running at a constant 
65 degrees Celcius and this figure does not change more than a degree  
no matter what is being done, it only increased to 66 degrees C while 
doing a compile of xorg, kde and gnome which took a few hours.


Should I be worried about these figures? The heatsink feels only 
slightly warm to the touch and I am sure it is seated correctly so I 
wonder if the BIOS is reporting the right temperatures. Does anyone have 
the same board that can help me out here?


Can anyone point me in the right direction to find out what the 
acceptable temperature range for my CPU is?


Cheers

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



Re: [gentoo-user] Need help with eth0 on new computer

2005-10-15 Thread Antoine

Joshua Schmidlkofer wrote:



It looks from the ebuild that net-misc/e100 was intended for 2.4.x
series kernels (*.o as opposed to *.ko).  I would suggest running 'make
menuconfig' or similar and enabling e100 as a module from within the
kernel tree.



I don't think that he built net-misc/e100... I think his module just 
didn't autoload.  Did I miss something?





This seems strange... my e100 card was recognised OOTB (with the livecd) 
- is this normal? Enable it in the kernel and then well... it should 
just work.

Cheers
Antoine
ps. I can't remember the exact name, but look in the help for the kernel 
ethernet modules that have Intel in their name.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: CPU Temperature

2005-10-15 Thread Glenn Enright
On Sat, 15 Oct 2005 19:57, Jamie Dobbs wrote:
 I built myself an AMD64 based system a week ago using the following
 components:

 Albatron K8NF4U motherboard
 AMD Athlon 64 3200+ (Socket 939)
 1GB DDR Memory
 Albatron TC6200 video card

 Motherboard sensors indicate that the CPU core is running at a constant
 65 degrees Celcius and this figure does not change more than a degree
 no matter what is being done, it only increased to 66 degrees C while
 doing a compile of xorg, kde and gnome which took a few hours.

 Should I be worried about these figures? The heatsink feels only
 slightly warm to the touch and I am sure it is seated correctly so I
 wonder if the BIOS is reporting the right temperatures. Does anyone have
 the same board that can help me out here?

 Can anyone point me in the right direction to find out what the
 acceptable temperature range for my CPU is?

 Cheers

 Jamie

I'm not an expert on AMD chips but that does seem quite high. With intensive 
compiles I would expect to see the temp raising about 20 degrees or so, 
depending on your fan and sink. How are you monitoring the temp? 
through /proc/acpi/thermal? or just from the bios? Or are you lucky enough to 
have a readout on your box?

-- 

/* Ugly, ugly fucker. */
linux-2.6.6/include/linux/netfilter_ipv4/ipt_limit.h
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mozilla-bin port not rendering correctly/ solved

2005-10-15 Thread Rob
Walter Dnes wrote:
 On Fri, Oct 14, 2005 at 10:58:04AM -0700, Rob wrote
 
I have never seen this behavior except with the Gentoo mozilla-bin port. 
It is not rendering text correctly.  I have tried Arial Truetype font 
and ordinary fonts.  What is does is print the letters of text with huge 
spaces between them.  It does not occur on all web pages, but enough to 
be really annoying.  I do not know if this is a port problem or a basic 
mozilla problem.  Has any one else seen this? the mozilla version is 1.7.12
 
 
 Problem
 ===
   I had the exact same problem in Firefox.  What's happening is that you
 are setting up *YOUR* fonts, but the browser is using *THE WEBPAGE'S*
 fonts, so what you do has no effect.
 
 Solution
 
   The Mozilla menu sequence might be slightly different.  In Firefox, it
 was as follows...
 
 Edit
 Preferences
 General
 Fonts  Colors
 
   Near the bottom of the Fonts  Colors tab, check the option...
 Always use my: [X] Fonts
 
   Now *YOUR* font choices should take effect.
 

Actually, the solution for me was to get rid of the mozilla-bin port and
compile it from scratch.  Evidently mozilla-bin has some integration
problems with Xorg, etc.  Then it doesn't matter what that Allow
documents to use other fonts setting is.  My test web page was
www.msnbc.com.  Mozilla-bin totally barfs on this page, whereas the
compiled version renders everything correctly.

I only have one problem left.  Windowmaker starts up (when I am just a
regular user) then aborts because it can't find one of the TrueType
fonts.  That font directory is set in xorg.conf, but I am afraid the
problem is in the /etc/fonts directory.  I just don't have enough
experience working with those config files to get TrueType fonts set up
right.

But I have made good progress!  I am happy about that.

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



Re: [gentoo-user] OT: CPU Temperature

2005-10-15 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-10-16 07:27 +1300, [EMAIL PROTECTED] wrote:
 AMD Athlon 64 3200+ (Socket 939)
 
 Motherboard sensors indicate that the CPU core is running at a constant 65
 degrees Celcius and this figure does not change more than a degree  no
 matter what is being done, it only increased to 66 degrees C while doing a
 compile of xorg, kde and gnome which took a few hours.

That seems quite high to me. With an uptime of a shade under 17 days,
during normal use and with [EMAIL PROTECTED] running since 11.5 CPU-days (says
top), /proc/acpi reports 49 degrees Celsius at the CPU. My system,
built around an Athlon 64 3000+, has a critical trip (shutdown)
temperature of 70 C and I have never hit that level. I have not
checked the CPU temperature during lengthy compilations however, but
considering that CPU utilization stays close to 100% due to [EMAIL PROTECTED],
it is probably about the same.

I would consider anything above 60 C as certainly out of the ordinary
and worth investigating.

Does the motherboard BIOS setup show the same temperature as Linux?

- -- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDUWzCdY+HSb3praYRArjRAJ4tyPN8FU7VGhqIb8TQH8UNMjmF8QCfd4jM
IrwpbOpHRXlXO6BZw3C3kSo=
=kjAN
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fumblefingers corrupts an ebuild, plea for help

2005-10-15 Thread Nick Rout

Try deleting the emerge then running emerge sync



On Sun, October 16, 2005 5:04 am, Kevin O'Gorman said:
 I thought I was just looking, but after closing the editor my emerges are
 complaining about a corrupted ebuild of xchat. Specifically,

 calculating world dependencies -/usr/portage/net-irc/xchat/xchat-
 2.4.5.ebuild: line 24: syntax error near unexpected token `'
 /usr/portage/net-irc/xchat/xchat-2.4.5.ebuild: line 24: ` !xchatnogtk? (
=x11-libs/gtk+-2.0.3 )'

 !!! ERROR: net-irc/xchat-2.4.5 failed.
 !!! Function , Line 1686, Exitcode 1
 !!! error sourcing ebuild
 !!! If you need support, post the topmost build error, NOT this status
 message.

 Clearly, I did this to myself. But now I don't know how to set it right. I
 suspect
 all the pieces are here, but a quick look at distfiles didn't even show
 that
 version
 of xchat, so I don't know how to proceed. The syntax of the offending line
 looks enough like the ones around it that I can't intuit a quick edit fix.
 Maybe somebody could email the correct ebuild, or quick instructions for
 forcing a new unpack or whatever seems best?

 While I'm here: the reason I was looking was that I was wondering what the
 USE flags xchatdccserver, xchatnogtk and xchattext do, and was hoping the
 ebuild itself might tell me. It didn't, or at least not very well.
 Especially the
 xchattext one.

 ++ kevin

 --
 Kevin O'Gorman, PhD



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] porno filtering using squid?

2005-10-15 Thread Gentoo Shadow
dear friends,

1) how to band(block) porno web url(s)+web contents using squid-cache server? 

2) which filtering tool is de best for a internet-cafe?-- ...The future lies ahead. ___ Have you mooed today?  ---\^__^
 \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-AIT-v3.3#


Re: [gentoo-user] ifconfig vs iproute2

2005-10-15 Thread Hemmann, Volker Armin
On Saturday 15 October 2005 18:48, Joshua Schmidlkofer wrote:
 iproute2 is newer and while it takes over all of the abilities of ifconfig,
 it is modularized and designed for controlling advanced router features as
 well as basic interface related stuff.

 The capabilities of it are vastly superior to ifconfig, and sometimes the
 notation is simpler.

 Setup eth0, and activate it:

 ifconfig eth0 192.168.1.1 http://192.168.1.1 netmask
 255.255.255.0http://255.255.255.0broadcast
 192.168.1.255 http://192.168.1.255 up
 route add -net 0/0 gw 192.168.1.254 http://192.168.1.254

 ip addr add 192.168.1.1/24 http://192.168.1.1/24 brd
 192.168.1.255http://192.168.1.255
 ip link set eth0 up
 ip route add default via 192.168.1.254 http://192.168.1.254


http:// ???

that does not have anything to do there... http:// is for urls...
In the config, you are only dealing with ips ;)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] porno filtering using squid?

2005-10-15 Thread fire-eyes
Gentoo Shadow wrote:
 dear friends,
 
 1) how to band(block) porno web url(s)+web contents using squid-cache
 server?
 
 2) which filtering tool is de best for a internet-cafe?

Have a look at Dans Guardian, it works with squid to do just that. I
know of entire ISP's using it.

I think the ebuild is dansguardian.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bash Pattern Matching Syntax

2005-10-15 Thread Michael Kjorling
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-10-15 15:25 -0700, [EMAIL PROTECTED] wrote:
 I want to list the files in a directory that end in .jpg irregardless of 
 case.  Thus after reading the bash man page, it seems I should be able to 
 issue a command something along the lines of ls [*.[JjPpGg]]  or ls 
 *.[JjPpGg] but neither of these work and return a No such file or 
 directory message.  What is the correct syntax for what I'm trying to do?

ls *.[jJ][pP][gG]

Each [] group matches a single character, so ls *.[JjPpGg] is list
all files that end in a period followed by one of J, j, P, p, G or g.
Character ordering is irrelevant.

Alternatively, you could do:

ls | grep -i '.jpg$'

Or:

find . -maxdepth 1 -iname '*.jpg'

The find or ls-pipe-grep versions get a LOT cleaner when you have many
known characters with unknown case in the file name, but don't work if
you need to discriminate based on case for some characters and not by
others.

- -- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDUYTjdY+HSb3praYRAulaAJ9P1LDLFnmu33HTTHFeXZwAGrAwRACfTmGF
8rnOP4hrj6gFZaoaArSqwjo=
=LuDd
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] porno filtering using squid?

2005-10-15 Thread Gentoo Shadow
is it free to use for commercial purposes?On 10/16/05, fire-eyes [EMAIL PROTECTED] wrote:
Gentoo Shadow wrote: dear friends, 1) how to band(block) porno web url(s)+web contents using squid-cache
 server? 2) which filtering tool is de best for a internet-cafe?Have a look at Dans Guardian, it works with squid to do just that. Iknow of entire ISP's using it.I think the ebuild is dansguardian.
--gentoo-user@gentoo.org mailing list-- ...The future lies ahead. ___
 Have you mooed today?  ---\^__^ \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-AIT-v3.3#


Re: [gentoo-user] Bash Pattern Matching Syntax

2005-10-15 Thread Drew Tomlinson

On 10/15/2005 3:38 PM Michael Kjorling wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-10-15 15:25 -0700, [EMAIL PROTECTED] wrote:
 

I want to list the files in a directory that end in .jpg irregardless of 
case.  Thus after reading the bash man page, it seems I should be able to 
issue a command something along the lines of ls [*.[JjPpGg]]  or ls 
*.[JjPpGg] but neither of these work and return a No such file or 
directory message.  What is the correct syntax for what I'm trying to do?
   



ls *.[jJ][pP][gG]

Each [] group matches a single character, so ls *.[JjPpGg] is list
all files that end in a period followed by one of J, j, P, p, G or g.
Character ordering is irrelevant.

Alternatively, you could do:

ls | grep -i '.jpg$'

Or:

find . -maxdepth 1 -iname '*.jpg'

The find or ls-pipe-grep versions get a LOT cleaner when you have many
known characters with unknown case in the file name, but don't work if
you need to discriminate based on case for some characters and not by
others.



Thank you very much for your explanation.  This works well!!!

Cheers,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!

http://www.alchemistswarehouse.com

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: CPU Temperature

2005-10-15 Thread Richard Fish

Glenn Enright wrote:


On Sat, 15 Oct 2005 19:57, Jamie Dobbs wrote:
 


I built myself an AMD64 based system a week ago using the following
components:

Albatron K8NF4U motherboard
AMD Athlon 64 3200+ (Socket 939)
1GB DDR Memory
Albatron TC6200 video card

Motherboard sensors indicate that the CPU core is running at a constant
65 degrees Celcius and this figure does not change more than a degree
no matter what is being done, it only increased to 66 degrees C while
doing a compile of xorg, kde and gnome which took a few hours.

Should I be worried about these figures? The heatsink feels only
slightly warm to the touch and I am sure it is seated correctly so I
wonder if the BIOS is reporting the right temperatures. Does anyone have
the same board that can help me out here?

Can anyone point me in the right direction to find out what the
acceptable temperature range for my CPU is?

Cheers

Jamie
   



I'm not an expert on AMD chips but that does seem quite high. With intensive 
compiles I would expect to see the temp raising about 20 degrees or so, 
depending on your fan and sink. How are you monitoring the temp? 
through /proc/acpi/thermal? or just from the bios? Or are you lucky enough to 
have a readout on your box?
 



I also am not an expert on AMD chips, but ~65C seems acceptable for an 
upper-level temperature to me. 

Unfortunately, the AMD documentation 
(http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_7203,00.html) 
doesn't really specify what the throttle and shutdown temperatures are 
of the processor.  They just say that the case temperature should not 
exceed 42C, and that Tcase_max is 70C.  I am reading that as meaning 70C 
is the upper design limit for the processor.


What does bother me, as Glen alluded to, is that you are not seeing a 
drop/rise in temperature with load.  That indicates that maybe your 
kernel configuration isn't correct for the Athlon64.  Double check your 
kernel configuration, and make sure you have support for the Athlon64 in 
your kernel.  You might also try enabling CPU Frequency scaling with 
the ondemand governor and the Athlon64 driver.


You could also post the output of dmesg.

FYI, the pentium-m in my laptop idles at around 60C, but will easily 
reach 85C under full load.  Fortunately, it doesn't throttle until 95C, 
and doesn't shutoff until ~105C.


-Richard


--
gentoo-user@gentoo.org mailing list



[gentoo-user] pgcc

2005-10-15 Thread Justin Hart
Hey, I haven't seen any packages for the pentium optimized GCC.  Is it
in portage?
--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] porno filtering using squid?

2005-10-15 Thread Dan



Gentoo Shadow wrote:
 dear friends,

 1) how to band(block) porno web url(s)+web contents using
squid-cache
 server?

 2) which filtering tool is de best for a internet-cafe?



On 10/16/05, *fire-eyes* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:



Have a look at Dans Guardian, it works with squid to do just that. I
know of entire ISP's using it.

I think the ebuild is dansguardian.


Then Gentoo Shadow wrote:


is it free to use for commercial purposes?


And I answered:




No.
   http://dansguardian.org/?page=pricing



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: pgcc

2005-10-15 Thread Justin Hart
Ok, compiler history lesson learned.  That's all apparently in gcc now.

Justin

On 10/15/05, Justin Hart [EMAIL PROTECTED] wrote:
 Hey, I haven't seen any packages for the pentium optimized GCC.  Is it
 in portage?
 --
 Justin W. Hart




--
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] porno filtering using squid?

2005-10-15 Thread Michael Crute
On 10/15/05, Renat Golubchyk [EMAIL PROTECTED] wrote:
On Sun, 16 Oct 2005 04:43:18 +0600 Gentoo Shadow [EMAIL PROTECTED]wrote: is it free to use for commercial purposes?It's GPL.
After a fashion. Read the pricing page.

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.In a world without walls and fences, who needs windows and gates?


RE: [gentoo-user] X will NOT run in framebuffer mode

2005-10-15 Thread Richard Watson
Knowing what video chip is involved, what kernel module you're trying to
use with it, and what settings you have in Xorg (the contents of
/etc/X11/xorg.conf and /var/log/Xorg.0.log would be good here), would be
useful info to have in order to attempt to help; we are not psychic
(this week, as far as I know).

Also, are you trying to run in framebuffer mode (and it's not working,
obviously), or are you not supposed to be running in framebuffer mode
(so you're making an incorrect request when starting the X server, which
needs to be corrected)?

Holly

I finally got around to rreading the X.org site ... Basically I was being lazy 
... I ran the text based setup utility xorgconfig and tracked down the video 
card and monitor hsync and vsync and everything's fine. Sorry for wasting your 
time. Richard

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/131 - Release Date: 12/10/2005
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How do I use the PACKAGE CD contents

2005-10-15 Thread Richard Watson
I'm trying to use the contents of the 2005.1 packages CD. This may be a
silly question but do I simply copy the files I want to use into the
directory /usr/portage/distfiles or is there a emerge command that allows me
to take them directly off the CD? Thanks, Richard
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/131 - Release Date: 12/10/2005

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: mount mac disks?

2005-10-15 Thread Mark Knecht
I found HFS  HFSPLUS file system support in the kernel so I'm
building that now.

There are also hfsutils and hfsplusutils but the later seems to be
masked in a way that I don't know how to get around:

lightning linux # emerge -pv hfsutils hfsplusutils

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

Calculating dependencies -
!!! All ebuilds that could satisfy hfsplusutils have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-fs/hfsplusutils-1.0.4 (masked by: missing keyword)
- sys-fs/hfsplusutils-1.0.4-r1 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 Software Availability in the Gentoo Handbook.

lightning linux # emerge -pv hfsutils

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

Calculating dependencies ...done!
[ebuild  N] sys-fs/hfsutils-3.2.6-r4  +tcltk 202 kB

Total size of downloads: 202 kB
lightning linux #

Thanks,
Mark

On 10/15/05, Mark Knecht [EMAIL PROTECTED] wrote:
 Good afternoon,
Not a topic I see come up a lot. I finally bought my first Mac - a
 Mac Mini - and I'm fiddling around with external 1394 drives. If I use
 MSDOS as  a file system for the drive then I have no trouble mounting
 the drive on any of my systems, but it made me wonder if I can format
 the drive using an Apple native partition type and mount that under
 Gentoo?

Is it possible?

I had been assuming that since OS X is based on BSD Linux that it
 would be happy mounting ext3 drives but it doesn't mount them at all,
 at least using their default tools that recognized a 1394 drive when
 it's plugged in.

Thanks in advance for info in this area. I've never used a Mac and
 bought this one on a whim after selling my x86 laptop. Not sure if I'm
 going to continue running OS X on it or whether I might try Gentoo.

 Cheers,
 Mark



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ODBC Connection to MySQL database

2005-10-15 Thread C. Beamer
Hello all,

I am trying to set up an ODBC connection to a MySQL database.  I have
done this before when I used Fedora Core, but when I tried to do it
today on my Gentoo system, I got an error message when I tested the
connection.

I have both UnixODBC and myodbc installed.

The instructions that I previously followed to set this up in Fedora
were as follows:

create 2 files - odbcinst.ini and odbc.ini  These files were supposed to
be in /etc.  In Fedora Core, there were templates to use, but I had to
completely create the files in Gentoo.

In the odbcinst.ini file, the line for the driver when I did this in
Fedora Core was:
Driver = /usr/lib/libmyodbc.so

In Gentoo, there is no libmyodbc.so.  There is, however, a libmyodbc3.so
which is a symlink to libmyodbc3-3.51.11.so

Therefore, I used /usr/lib/libmyodbc3.so as the driver.

In the odbc.ini file, the proper name of the database was listed.

After creating the odbcinst.ini and odbc.ini files,, I ran 'isql
MySQL-home home' which was supposed to test the connectivity to the
database and I got the error [ISQL]ERROR: Could not SQLConnect

When I did a google search for the error message, I came across a
post where it was asked what the output of isql -v was.  I ran
this on my system and got the following message:

[IM010][unixODBC][Driver Manager]Data source name too long

I've posted to the UnixODBC support list, but my reason for posting here
is to ask if anyone knows whether the instructions that I used to set
this up should have been done differently in Gentoo.  And for what it's
worth, although the database was created when I used Fedora Core and
then, copied into the appropriate place in Gentoo, the database works
fine when I use it from within MySQL.

Regards,

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



Re: [gentoo-user] OT: CPU Temperature

2005-10-15 Thread Hemmann, Volker Armin
On Saturday 15 October 2005 21:57, Jamie Dobbs wrote:
 I built myself an AMD64 based system a week ago using the following
 components:

 Albatron K8NF4U motherboard
 AMD Athlon 64 3200+ (Socket 939)
 1GB DDR Memory
 Albatron TC6200 video card

 Motherboard sensors indicate that the CPU core is running at a constant
 65 degrees Celcius and this figure does not change more than a degree
 no matter what is being done, it only increased to 66 degrees C while
 doing a compile of xorg, kde and gnome which took a few hours.

 Should I be worried about these figures? The heatsink feels only
 slightly warm to the touch and I am sure it is seated correctly so I
 wonder if the BIOS is reporting the right temperatures. Does anyone have
 the same board that can help me out here?


as long as your box is stable, it does not matter, what the sensors say. They 
are lying all the time.

They are so much off the real value most of the time, that the only 
temperature that maters, when your box starts to behave strangely.

Note down that temperature, and do everything to not reach it. But everything 
below that is nicecool.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: mount mac disks?

2005-10-15 Thread Michael Crute
On 10/15/05, Mark Knecht [EMAIL PROTECTED] wrote:
I found HFS  HFSPLUS file system support in the kernel so I'mbuilding that now.
Actually OS X disks are formated HFS+ so no need to build HFS support.
There are also hfsutils and hfsplusutils but the later seems to bemasked in a way that I don't know how to get around:

Hack the ebuild :-) (and submit the patch).
lightning linux # emerge -pv hfsutils hfsplusutilsThese are the packages that I would merge, in order:
Calculating dependencies -!!! All ebuilds that could satisfy hfsplusutils have been masked.!!! One of the following masked packages is required to complete your request:- sys-fs/hfsplusutils-
1.0.4 (masked by: missing keyword)- sys-fs/hfsplusutils-1.0.4-r1 (masked by: missing keyword)For more information, see MASKED PACKAGES section in the emerge man page orsection 2.2 Software Availability in the Gentoo Handbook.
-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.
In a world without walls and fences, who needs windows and gates?


[gentoo-user] Setting $TERM in Konsole (and others)

2005-10-15 Thread Kevin O'Gorman
I run Konsole for shell sessions, and things are going slightly wrong.
I've tracked it down to the fact that although I've set the Konsole
preferences to $TERM=linux, that variable is obdurately xterm.

When I put an echo in .bashrc or .bash_profile, it's already xterm. 
How can I find the culprit?

++ kevin-- Kevin O'Gorman, PhD


Re: [gentoo-user] Setting $TERM in Konsole (and others)

2005-10-15 Thread Glenn Enright
On Sun, 16 Oct 2005 03:06, Kevin O'Gorman wrote:
 I run Konsole for shell sessions, and things are going slightly wrong.
 I've tracked it down to the fact that although I've set the Konsole
 preferences to $TERM=linux, that variable is obdurately xterm.

 When I put an echo in .bashrc or .bash_profile, it's already xterm.
 How can I find the culprit?

 ++ kevin

You'll find if you log into a text console (ALT F1, F2 etc), $TERM should be 
linux. However konsole and others in 'X' are set to xterm so something is 
being set as X loads. I couldn't find xterm in any of the /etc/env.d files, 
so its not being picked up there anyhow.

-- 

We shall take only the greatest minds, the finest soldiers,
the most faithful servants. We shall multiply them a thousandfold
and release them to usher in a new era of glory.
 
 -- Col. Corazon Santiago,
The Council of War
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] porno filtering using squid?

2005-10-15 Thread Gentoo Shadow
how about de squidguard? its working with squid. is it has a online tool(online update de blacklist db file or like)?On 10/16/05, Michael Crute 
[EMAIL PROTECTED] wrote:On 10/15/05, 
Renat Golubchyk [EMAIL PROTECTED] wrote:

On Sun, 16 Oct 2005 04:43:18 +0600 Gentoo Shadow [EMAIL PROTECTED]wrote: is it free to use for commercial purposes?
It's GPL.
After a fashion. Read the pricing page.

-Mike-- Michael E. CruteSoftware DeveloperSoftGroup Development CorporationLinux, because reboots are for installing hardware.
In a world without walls and fences, who needs windows and gates?

-- ...The future lies ahead. ___ Have you mooed today?  ---\^__^
 \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-AIT-v3.3#


[gentoo-user] maya on Gentoo linux?

2005-10-15 Thread Gentoo Shadow
dear friends,

where can i download de maya ple trial for gentoo linux?-- ...The future lies ahead. ___ Have you mooed today?  ---\^__^
 \ (oo) \___
(__)
\
)\/\||--w|||
||Gentoo Linux 2.6.12-gentoo-r4-AIT-v3.3#