[gentoo-user] libxml++config.h missing - what package should provide the file?

2007-10-25 Thread Alexander Skwar
Hello.

I'm trying to compile gnome-extra/assogiate-0.2.0, and it fails, because
it cannot find libxml++config.h:

In file included from 
/usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h:25,
 from ../libassogiate/mime-type.hh:30,
 from mime-package.hh:26,
 from mime-package.cc:24:
/usr/include/libxml++-2.6/libxml++/exceptions/exception.h:28:28: error: 
libxml++config.h: No such file or directory

Could somebody please tell me, which package should provide this file?
And while we're at it, does anybody know if there's something like the
now gone PFS, Portage File Search service, which used to be at
http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl?

Thanks,

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] layman overlay xeffects

2007-10-25 Thread Marc LEURENT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Good Morning averybody,
any idea why the xeffects overlay isn't available anymore???

Thanks
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHIElfqjpLE0HiOBYRAgydAJ9AbGNXCgnSrKI04Gr9KjvFSVgynACglfkJ
5nOeOE+xHRIZ9gQtpefxQTY=
=lhTg
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Thunderbird - filters broken

2007-10-25 Thread Marc LEURENT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello again,
I have another question. Does anybody have troubles with the edition of filters 
on thunderbird 2.0.6
When I edit filters and restart Thunderbird, the changes I've made disappear!
I have write access to my Thunderbird folder, I don't understand

Any idea?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHIEn8qjpLE0HiOBYRAhSLAKCcMghUNxt1rn/OQVlFGWgk2Q95aACfZJjm
KyhPFw/MOeh5uzwnhoO80uc=
=gXjL
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Pinging two devices on the same IP address

2007-10-25 Thread Dan Farrell
On Wed, 24 Oct 2007 22:03:22 -0300
Daniel da Veiga [EMAIL PROTECTED] wrote:

 Obviously I was wrong. No point in arguing that.

Meh, I don't see why we should all be held to formalized terms for
everything.  Understanding each other is the important thing, in my
mind.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mplayer with libmp3lame

2007-10-25 Thread Szénási István
Hi!

 MPlayer was compiled without libmp3lame support.
 -lameopts is not an MEncoder option

Try to recompile it with lame use flag.

-- 
Szénási István


Re: [gentoo-user] Emerge firefox 2.0.0.8 and now printing is hosed

2007-10-25 Thread Dan Farrell
On Wed, 24 Oct 2007 21:00:14 -0700
Kevin O'Gorman [EMAIL PROTECTED] wrote:

 It's a gentoo ebuild, so I start here.  For all I know, it was
 something that happened here.

I agree with you there.  Besides, I just upgraded to firefox-2.0.0.8 as
well, and I have no such problems... although it was firefox-bin i686,
I still feel relatively confident that it's not firefox's fault, at
least not completely.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] layman overlay xeffects

2007-10-25 Thread Neil Bothwick
Hello Marc LEURENT,

 any idea why the xeffects overlay isn't available anymore???

If you're after compiz/fusion, those have been moved into the main
portage tree.

http://www.hboeck.de/archives/555-Compiz-Fusion-hits-Gentoo.html


-- 
Neil Bothwick

Sometimes too much to drink is not enough.


signature.asc
Description: PGP signature


Re: [gentoo-user] layman overlay xeffects

2007-10-25 Thread Marc LEURENT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks

Neil Bothwick a écrit :
 Hello Marc LEURENT,
 
 any idea why the xeffects overlay isn't available anymore???
 
 If you're after compiz/fusion, those have been moved into the main
 portage tree.
 
 http://www.hboeck.de/archives/555-Compiz-Fusion-hits-Gentoo.html
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHIFdYqjpLE0HiOBYRAvRaAJ9fNGyG5Q+ZxASrGkg3hy+NomsnlwCfTzDU
DRIcz+jYv1iS7IWfFM2GUb0=
=ODuH
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Alsa kernel driver problem - fixed

2007-10-25 Thread Adam Carter
 Sounds like the wrong driver is being loaded. What is the 
 output of lspci? 
 From a console, what does modprobe snd_via82xx show and 
 what's being sent to /var/log/messages??

I found that the Intel HD Audio module is also required, not just the
via driver.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] pam limits

2007-10-25 Thread Daniel Iliev
Hi, ppl

I have the habit of imposing some limitations over all users via 
/etc/security/limits.conf. For example I used to limit the number of
concurrent processes one can execute to prevent the system from simple
misuses like fork bombs by putting a limit (nproc) for group users
and all other common groups (games etc.)

Now that the behaviour of useradd -m xyz has changed from putting the
newuser in group users (xyz:users) to putting the user in a group
with same name (xyz:xyz) I would appreciate any advice on getting the
old behavior back or any workaround to achieve the same goal - all
users should be limited by default at creation time.


-- 
Best regards,
Daniel
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Albert Hopkins

On Thu, 2007-10-25 at 14:35 +0300, Daniel Iliev wrote:
 Hi, ppl
 
 I have the habit of imposing some limitations over all users via 
 /etc/security/limits.conf. For example I used to limit the number of
 concurrent processes one can execute to prevent the system from simple
 misuses like fork bombs by putting a limit (nproc) for group users
 and all other common groups (games etc.)
 
 Now that the behaviour of useradd -m xyz has changed from putting the
 newuser in group users (xyz:users) to putting the user in a group
 with same name (xyz:xyz) I would appreciate any advice on getting the
 old behavior back or any workaround to achieve the same goal - all
 users should be limited by default at creation time.

Oh do they do that now?  That was that nasty Red Hat extension.
Nevertheless, override the default behavior:

# useradd -m -g users xyz



--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Etaoin Shrdlu
On Thursday 25 October 2007, Daniel Iliev wrote:

 Now that the behaviour of useradd -m xyz has changed from putting
 the newuser in group users (xyz:users) to putting the user in a
 group with same name (xyz:xyz) I would appreciate any advice on
 getting the old behavior back or any workaround to achieve the same
 goal - all users should be limited by default at creation time.

Why can't you specify the -g users when running useradd?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Dirk Heinrichs
Am Donnerstag, 25. Oktober 2007 schrieb ext Daniel Iliev:
 Now that the behaviour of useradd -m xyz has changed from putting the
 newuser in group users (xyz:users) to putting the user in a group
 with same name (xyz:xyz) I would appreciate any advice on getting the
 old behavior back or any workaround to achieve the same goal

Don't use useradd?
Overide the default?
Change it afterwards?

Bye...

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


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


Re: [gentoo-user] pam limits

2007-10-25 Thread Etaoin Shrdlu
On Thursday 25 October 2007, Albert Hopkins wrote:

 Oh do they do that now?  That was that nasty Red Hat extension.

While one might agree or disagree about that, IMHO the problem now is 
that the options in /etc/default/useradd are ignored. If I run 
useradd -D it shows GROUP=100, but running useradd username still 
creates a new group named after the user and puts the user into it.

After a little search, it seems that the USERGROUPS_ENAB directive 
in /etc/login.defs, although not explicitly mentioning this issue, is 
the culprit. Setting it to no restores the old behavior (putting the 
new users into group users).

Alternatively, looking at the various patches, it seems that a new option 
exists (-n), which seems to be the default when -g is not given, that is 
not documented in the man page (to see it, useradd --help must be 
used). This is another case where man pages are not in sync with changes 
introduced by patches. Should a bug be opened for this?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Daniel Iliev
On Thu, 25 Oct 2007 06:45:49 -0500
Albert Hopkins [EMAIL PROTECTED] wrote:

  
  Now that the behaviour of useradd -m xyz has changed from putting
  the newuser in group users (xyz:users) to putting the user in a
  group with same name (xyz:xyz) I would appreciate any advice on
  getting the old behavior back or any workaround to achieve the same
  goal - all users should be limited by default at creation time.
 
 Oh do they do that now?  That was that nasty Red Hat extension.
 Nevertheless, override the default behavior:
 
 # useradd -m -g users xyz
 
 
 
 --
 Albert W. Hopkins
 


Yes, of course, I could use useradd -g, but I'm always forgetting it.
I was thinking for something more like...let's say a config file, where
one could put the defaults and actually use only useradd xyz w/o any
params. Thinking of which...there is this file /etc/default/useradd,
where I have the statement GROUP=100 (100=users), but useradd doesn't
obey it...



-- 
Best regards,
Daniel
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Etaoin Shrdlu
On Thursday 25 October 2007, Etaoin Shrdlu wrote:

 After a little search, it seems that the USERGROUPS_ENAB directive
 in /etc/login.defs, although not explicitly mentioning this issue, is
 the culprit. Setting it to no restores the old behavior (putting the
 new users into group users).

Found bug #128715 about the issue, apparently fixed but not stating 
clearly what the correct behavior should be.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Daniel Iliev
On Thu, 25 Oct 2007 06:45:49 -0500
Albert Hopkins [EMAIL PROTECTED] wrote:

  
  Now that the behaviour of useradd -m xyz has changed from putting
  the newuser in group users (xyz:users) to putting the user in a
  group with same name (xyz:xyz) I would appreciate any advice on
  getting the old behavior back or any workaround to achieve the same
  goal - all users should be limited by default at creation time.
 
 Oh do they do that now?  That was that nasty Red Hat extension.
 Nevertheless, override the default behavior:
 
 # useradd -m -g users xyz
 
 
 
 --
 Albert W. Hopkins
 



Yes, of course, I could use useradd -g, but I'm always forgetting
about it. I was thinking for something more like...let's say a config
file, where one could put the defaults and actually use only
 useradd xyz w/o any params. Talking of which...there's that
file /etc/default/useradd, where I have the statement
GROUP=100 (100=users), but useradd doesn't obey it...


-- 
Best regards,
Daniel
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [SOLVED] pam limits

2007-10-25 Thread Daniel Iliev
On Thu, 25 Oct 2007 14:25:03 +0200
Etaoin Shrdlu [EMAIL PROTECTED] wrote:

 On Thursday 25 October 2007, Albert Hopkins wrote:
 
  Oh do they do that now?  That was that nasty Red Hat extension.
 
 While one might agree or disagree about that, IMHO the problem now is 
 that the options in /etc/default/useradd are ignored. If I run 
 useradd -D it shows GROUP=100, but running useradd username still 
 creates a new group named after the user and puts the user into it.
 

Exactly my point! :)
You were ahead of me with this reply, but it came here after I sent my
previous message. Sorry for the noise and redundancy.


 After a little search, it seems that the USERGROUPS_ENAB directive 
 in /etc/login.defs, although not explicitly mentioning this issue, is 
 the culprit. Setting it to no restores the old behavior (putting
 the new users into group users).
 


Big thanks!

That's exactly what I needed. ;-




-- 
Best regards,
Daniel
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Emerge firefox 2.0.0.8 and now printing is hosed

2007-10-25 Thread Dan Cowsill
On 10/25/07, Dan Farrell [EMAIL PROTECTED] wrote:
 On Wed, 24 Oct 2007 21:00:14 -0700
 Kevin O'Gorman [EMAIL PROTECTED] wrote:

  It's a gentoo ebuild, so I start here.  For all I know, it was
  something that happened here.

 I agree with you there.  Besides, I just upgraded to firefox-2.0.0.8 as
 well, and I have no such problems... although it was firefox-bin i686,
 I still feel relatively confident that it's not firefox's fault, at
 least not completely.
 --
 [EMAIL PROTECTED] mailing list



That's what I get for posting drunk.  My apologies for being belligerent!

-- 
Dan Cowsill
http://www.danthehat.net
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] libxml++config.h missing - what package should provide the file?

2007-10-25 Thread Bo Ørsted Andresen
On Thursday 25 October 2007 09:14:15 Alexander Skwar wrote:
 I'm trying to compile gnome-extra/assogiate-0.2.0, and it fails, because
 it cannot find libxml++config.h:

 In file included from
 /usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h:25, from
 ../libassogiate/mime-type.hh:30,
  from mime-package.hh:26,
  from mime-package.cc:24:
 /usr/include/libxml++-2.6/libxml++/exceptions/exception.h:28:28: error:
 libxml++config.h: No such file or directory

 Could somebody please tell me, which package should provide this file?

Clearly it's supposed to be provided by the same package that 
provides /usr/include/libxml++-2.6/libxml++/exceptions/exception.h, 
dev-cpp/libxmlpp.

-- 
Bo Andresen


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


Re: [gentoo-user] layman overlay xeffects

2007-10-25 Thread Rik Koenig
It isn't? I'm syncing it no problem...

hostname username # layman -S
* Running command /usr/bin/svn update
/usr/portage/local/layman/xeffects...
U/usr/portage/local/layman/xeffects/x11-base/xgl/Manifest
U/usr/portage/local/layman/xeffects/x11-base/xgl/ChangeLog
U/usr/portage/local/layman/xeffects/x11-base/xgl/xgl-
0.0.1_pre20070105.ebuild
U/usr/portage/local/layman/xeffects/profiles/use.local.desc
U/usr/portage/local/layman/xeffects/profiles/ChangeLog
U
/usr/portage/local/layman/xeffects/gnome-extra/avant-window-navigator-extras/Manifest
..
U/usr/portage/local/layman/xeffects/kde-base/kdelibs/kdelibs-
3.5.7-r2.ebuild
A/usr/portage/local/layman/xeffects/kde-base/kdelibs/kdelibs-
3.5.8.ebuild
U/usr/portage/local/layman/xeffects/kde-base/kdelibs/kdelibs-
3.5.7-r3.ebuild
Updated to revision 178.
*
* Success:
* --
*
* Successfully synchronized overlay xeffects.


On 10/25/07, Marc LEURENT [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Good Morning averybody,
 any idea why the xeffects overlay isn't available anymore???

 Thanks
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFHIElfqjpLE0HiOBYRAgydAJ9AbGNXCgnSrKI04Gr9KjvFSVgynACglfkJ
 5nOeOE+xHRIZ9gQtpefxQTY=
 =lhTg
 -END PGP SIGNATURE-
 --
 [EMAIL PROTECTED] mailing list




[gentoo-user] Re: Emerge firefox 2.0.0.8 and now printing is hosed

2007-10-25 Thread »Q«
On Thu, 25 Oct 2007 03:19:57 -0500
Dan Farrell [EMAIL PROTECTED] wrote:

 On Wed, 24 Oct 2007 21:00:14 -0700
 Kevin O'Gorman [EMAIL PROTECTED] wrote:
 
  It's a gentoo ebuild, so I start here.  For all I know, it was
  something that happened here.  
 
 I agree with you there.  Besides, I just upgraded to firefox-2.0.0.8
 as well, and I have no such problems... although it was firefox-bin
 i686, I still feel relatively confident that it's not firefox's
 fault, at least not completely. 

I'm using mozilla-firefox-2.0.0.8, not -bin, and printing works fine
here also.  Just another data point;  sorry I don't know how to help,
Kevin.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Impossible to compile PyQt

2007-10-25 Thread econti

Willie Wong ha scritto:

On Wed, Oct 24, 2007 at 05:24:19PM +0200, Penguin Lover econti squawked:
  

Hi all,
the upgrade of my system has had another stop.

This time due to PyQt. I googled and found many problems regarding PyQt, 
but, because of my english, I did not understand what exactly to do.





I'm not quite sure, but might be related to bug190582

try either emerge PyQT-3.17.3

or 


downgrade dev-python/sip to 4.5.2-r1

Best of luck, 


W
  

The last one worked!

Thank you.

emilio

--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Stefan G. Weichinger

Greetings, gentoo-users,

I see a problem with emerge on my notebook.

Whenever I try to emerge something, it starts off like:

# emerge -1 libsexy
Calculating dependencies... done!
 Verifying ebuild Manifests...

 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /

and then just hangs there, doing nothing.

It doesn't even generate load on the CPU or something, it just hangs and
doesn't continue or finish (and is hard to kill ...).

This is independent of the pkg emerged, at least until now it happened
with every pkg I tried to emerge, also with world.

I tried to clean the ccache, disable ccache, clean out /var/tmp/portage,
and for sure I did some fresh eix-sync ... nothing helped so far.

I tried to find something in the list-archives, in forums etc. but still
couldn't find anything helpful.

The system is up-to-date, I run updates every few days.

I would be thankful for any help on this.

Thanks in advance, Stefan

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread felix
On Thu, Oct 25, 2007 at 07:01:26PM +0200, Stefan G. Weichinger wrote:

 Whenever I try to emerge something, it starts off like:
 
 # emerge -1 libsexy
 Calculating dependencies... done!
  Verifying ebuild Manifests...
 
  Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 
 and then just hangs there, doing nothing.
 
 It doesn't even generate load on the CPU or something, it just hangs and
 doesn't continue or finish (and is hard to kill ...).
 
 This is independent of the pkg emerged, at least until now it happened
 with every pkg I tried to emerge, also with world.

I have this happen with some specific packages which think it wise and
necessary to prompt the operator with a configuration question and
THEN WAIT FOR AN ANSWER!

It annoys me so much that I use ps -el to find the offending program
and kill it and let the config fail, and then I cross that package off
my list.  It has only happened two or three times, and I guess either
someone else complained and it was fixed, or I didn't need the package
enough to ever miss it.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Stefan G. Weichinger
[EMAIL PROTECTED] schrieb:

 I have this happen with some specific packages which think it wise and
 necessary to prompt the operator with a configuration question and
 THEN WAIT FOR AN ANSWER!

But it would wait for an answer than on my other machines as well, which
it doesn't.

Thanks, Stefan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefan G. Weichinger wrote:
 Greetings, gentoo-users,
 
 I see a problem with emerge on my notebook.
 
 Whenever I try to emerge something, it starts off like:
 
 # emerge -1 libsexy
 Calculating dependencies... done!
 Verifying ebuild Manifests...
 
 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 
 and then just hangs there, doing nothing.

That's right where it attempts to obtain a lock on the required
files in ${DISTDIR}. If that's on nfs and nfs isn't behaving
properly then it can cause problems like that. Check dmesg.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHIOFe/ejvha5XGaMRAt3SAJ0Qh8sFGSMIDNCHGfa/f72bNmXiRQCgzKvp
4JKW3J4QLaU4127iEeng544=
=EoOm
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Finding local IPs

2007-10-25 Thread Bertram Scharpf

Hi,


in some script I need all the local IP addresses of a host,
as there are 127.0.01, 192.168.8.1, ...

I can do this using the command suite

  LANG= /sbin/ifconfig | awk '/\inet\/{split($2,a,:);print a[2]}'

As this is quite long I would like to ask whether there is
some smarter way to do it.

Thanks in advance,

Bertram Scharpf


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Finding local IPs

2007-10-25 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Bertram Scharpf wrote:
 As this is quite long I would like to ask whether there is
 some smarter way to do it.

Add this to /etc/profile (or any other place you prefer):

alias listips=LANG= /sbin/ifconfig | awk '/\inet\/{split(\$2,a,\:\);print 
a[2]}'

Then just run listips...

Or put your command in a script file. ifconfig+awk is definitely very portable.

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
Servicios Ofrecidos: http://www.buanzo.com.ar/pro/
Unase a los Foros GNU/Buanzo - La palabra Comunidad en su maxima expresion.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFHIOe7AlpOsGhXcE0RCg5VAJjz22DY9yliSsLFHAj9q+vF0IdEAJ9WFH0q
7ivDKlgf2tGDF8s8CUve5Q==
=wPMn
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Finding local IPs

2007-10-25 Thread Ricardo Saffi Marques
Hi Bertram.

I've tried some stuff here and ended up with this:

 ifconfig | egrep inet addr | cut -d : -f 2 | cut -d   -f 1


It's not pretty, but certainly works.

Regards,

Saffi

On 10/25/07, Bertram Scharpf [EMAIL PROTECTED] wrote:


 Hi,


 in some script I need all the local IP addresses of a host,
 as there are 127.0.01, 192.168.8.1, ...

 I can do this using the command suite

   LANG= /sbin/ifconfig | awk '/\inet\/{split($2,a,:);print a[2]}'

 As this is quite long I would like to ask whether there is
 some smarter way to do it.

 Thanks in advance,

 Bertram Scharpf


-- 
*Ricardo Saffi Marques*
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
*Cell:* +55 (19) 8128-0435
*Skype:* ricardo_saffi_marques
*Website:* *http://www.rsaffi.com*


[gentoo-user] Networking Issue

2007-10-25 Thread Jonathan Haws
I am running Gentoo on a Sager NP5560 and am having a nightmare getting
the networking to work right.  I finally have the Intel 2915ABG card
working just fine, but I cannot seem to get the Ethernet to work at all.
I have configured it for DHCP and it will not get an address.  I have
other systems on the same network that get DHCP addresses just fine
(WinXP and Suse Linux).  Here are some specs:

 

Kernel: 2.6.20.1

Gentoo Linux

Ethernet card: Realtek card using r8169 module

 

Any ideas?  The /etc/conf.d/net file is very basic.  All is has is
config_eth1=(dhcp) then the wireless stuff.  I could get eth1 to work
if I manually assigned an address, but now that doesn't work either.
Any help is appreciated.

 

--

Jonathan R. Haws

[EMAIL PROTECTED]

 

 

 



Re: [gentoo-user] Networking Issue

2007-10-25 Thread Dan Johansson
On Thursday 25 October 2007, Jonathan Haws wrote:
 I am running Gentoo on a Sager NP5560 and am having a nightmare getting
 the networking to work right.  I finally have the Intel 2915ABG card
 working just fine, but I cannot seem to get the Ethernet to work at all.
 I have configured it for DHCP and it will not get an address.  I have
 other systems on the same network that get DHCP addresses just fine
 (WinXP and Suse Linux).  Here are some specs:



 Kernel: 2.6.20.1

 Gentoo Linux

 Ethernet card: Realtek card using r8169 module



 Any ideas?  The /etc/conf.d/net file is very basic.  All is has is
 config_eth1=(dhcp) then the wireless stuff.  I could get eth1 to work
 if I manually assigned an address, but now that doesn't work either.
 Any help is appreciated.
You're sure that the Ethernet card is eth1 and not eth0?
-- 
Dan Johansson, http://www.dmj.nu
***
This message is printed on 100% recycled electrons!
***


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


Re: [gentoo-user] Networking Issue

2007-10-25 Thread Alan
On Thu, Oct 25, 2007 at 09:57:24PM +0200, Dan Johansson wrote:
 On Thursday 25 October 2007, Jonathan Haws wrote:
  I am running Gentoo on a Sager NP5560 and am having a nightmare getting
  the networking to work right.  I finally have the Intel 2915ABG card
  working just fine, but I cannot seem to get the Ethernet to work at all.
  I have configured it for DHCP and it will not get an address.  I have
  other systems on the same network that get DHCP addresses just fine
  (WinXP and Suse Linux).  Here are some specs:
 
 
 
  Kernel: 2.6.20.1
 
  Gentoo Linux
 
  Ethernet card: Realtek card using r8169 module
 
 
 
  Any ideas?  The /etc/conf.d/net file is very basic.  All is has is
  config_eth1=(dhcp) then the wireless stuff.  I could get eth1 to work
  if I manually assigned an address, but now that doesn't work either.
  Any help is appreciated.
 You're sure that the Ethernet card is eth1 and not eth0?


You can test which card is plugged in by typing 'mii-tool' from the
command line (or install it if it's not there already).



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

Beware of computer programmers that carry screwdrivers. -- Unknown


pgpp0QWwOiKzT.pgp
Description: PGP signature


Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Stefan G. Weichinger
Zac Medico schrieb:
 Stefan G. Weichinger wrote:
 Greetings, gentoo-users,
 
 I see a problem with emerge on my notebook.
 
 Whenever I try to emerge something, it starts off like:
 
 # emerge -1 libsexy
 Calculating dependencies... done!
 Verifying ebuild Manifests...
 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 and then just hangs there, doing nothing.
 
 That's right where it attempts to obtain a lock on the required
 files in ${DISTDIR}. If that's on nfs and nfs isn't behaving
 properly then it can cause problems like that. Check dmesg.

Correct, my ${DISTDIR} is normally mounted via nfs.
When I umount it, I can emerge ...

When mounted, dmesg gives me

lockd: cannot monitor ${IP_OF_NFS_SERVER}
lockd: failed to monitor ${IP_OF_NFS_SERVER}

What can I do to fix this? Restarting the nfs-service on the server did
not help yet.

Thanks a lot, Stefan

-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Re: Emerge firefox 2.0.0.8 and now printing is hosed

2007-10-25 Thread Arttu V.

 I'm using mozilla-firefox-2.0.0.8, not -bin, and printing works fine
 here also. Just another data point; sorry I don't know how to help

I might have missed it, but was revdep-rebuild tried already? :)

Also, maybe it could be something with gtk+ or some printing component (old 
cups? cups ebuild was just updated) instead of firefox? So, how about other 
apps and their print dialogs? Are they broken too?

-- 
arttuv
_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefan G. Weichinger wrote:
 Emerging (1 of 1) x11-libs/libsexy-0.1.11 to /
 and then just hangs there, doing nothing.
 That's right where it attempts to obtain a lock on the required
 files in ${DISTDIR}. If that's on nfs and nfs isn't behaving
 properly then it can cause problems like that. Check dmesg.
 
 Correct, my ${DISTDIR} is normally mounted via nfs.
 When I umount it, I can emerge ...
 
 When mounted, dmesg gives me
 
 lockd: cannot monitor ${IP_OF_NFS_SERVER}
 lockd: failed to monitor ${IP_OF_NFS_SERVER}
 
 What can I do to fix this? Restarting the nfs-service on the server did
 not help yet.

There are also nfs services that you need to run on the client side.
 Maybe you need to do something like this:

emerge --noreplace nfs-utils
rc-update add nfs default
/etc/init.d/nfs start

If both client and server side services are running correctly then
should just work.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHIQBD/ejvha5XGaMRAjscAKDtMwR9v/kk1si83X6Yw/bL8GscbgCdHGmC
t2spiSHCT+asZE7afFiJIHc=
=TrRr
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Setting up a local portage/rsync mirror on OpenBSD

2007-10-25 Thread Samuel Baldwin
Hey everyone,

I've been considering setting up a local rsync mirror for my many
local machines. However, my primary server with all the hard drive
space (the only one that's any good) is running OpenBSD.

There's a few guides out there about running Portage mirrors on
Gentoo, but none that I can find about running one on OpenBSD. So I
turned here for advice.

Has anyone done this/have insight on doing this? Also, in the rsync
configuration, the line path=/usr/portage, does rsync work in a way
that I need to leave it like that, or can I arbitrarily redirect that
to wherever. Right now I have that as a symlink.

Thanks,
-- 
Samuel 'Shardz' Baldwin

Shardz's Igloo: shardz.homelinux.net

Registered Linux User #410639
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge stalls - what to do ?

2007-10-25 Thread Stefan G. Weichinger
Zac Medico schrieb:
 There are also nfs services that you need to run on the client side.
  Maybe you need to do something like this:
 
 emerge --noreplace nfs-utils
 rc-update add nfs default
 /etc/init.d/nfs start
 
 If both client and server side services are running correctly then
 should just work.

Hmm, I don't have nfs running on any of my other boxes (only
nfsmount) and the nfs-mounted DISTDIR worked for a long time ...

Anyway, I did what you recommended and now emerge runs fine.

Might be that the reboot of the NFS-server also helped a bit.

Thank you, Stefan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Florian Philipp

Albert Hopkins schrieb:

On Thu, 2007-10-25 at 14:35 +0300, Daniel Iliev wrote:

Hi, ppl

I have the habit of imposing some limitations over all users via 
/etc/security/limits.conf. For example I used to limit the number of

concurrent processes one can execute to prevent the system from simple
misuses like fork bombs by putting a limit (nproc) for group users
and all other common groups (games etc.)

Now that the behaviour of useradd -m xyz has changed from putting the
newuser in group users (xyz:users) to putting the user in a group
with same name (xyz:xyz) I would appreciate any advice on getting the
old behavior back or any workaround to achieve the same goal - all
users should be limited by default at creation time.


Oh do they do that now?  That was that nasty Red Hat extension.
Nevertheless, override the default behavior:

# useradd -m -g users xyz



--
Albert W. Hopkins



I'm wondering what's the advantage of using a special group for each
user. Doesn't it just make user administration more complicated?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Setting up a local portage/rsync mirror on OpenBSD

2007-10-25 Thread Samuel Baldwin
 I don't use OpenBSD but I can assure you that there is nothing special
 about portage's usage of rsync. Every howto about rsync servers and BSD
 should work. Just look into the script for settings like recursion and
 compression.

Well, I mean't every gentoo one says emerge --sync, I was wondering
what commands I could run/throw into a script to grab exactly what I
want. Also, how would I get rsync to download/sync to a different
location (upstream syncing, not syncing with local clients), such as
/mnt/srv/portage/ or whatnot.

 You can choose every directory you want. In fact, it's even better to
 use another one so you don't need to exclude /usr/portage/distfiles and
 /usr/portage/packages.

Awesome.

Thanks,
-- 
Samuel 'Shardz' Baldwin

Shardz's Igloo: shardz.homelinux.net

Registered Linux User #410639
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] pam limits

2007-10-25 Thread Albert Hopkins

On Fri, 2007-10-26 at 00:02 +0200, Florian Philipp wrote:
 I'm wondering what's the advantage of using a special group for each
 user. Doesn't it just make user administration more complicated?

It's explained here http://tinyurl.com/4bn9h 

Basically it aids in the sharing of files/directories between groups.
AFAIK the same thing can (and should) be done using ACLs but,
unfortunately, this isn't enabled by default on most Linux distros, thus
the Red Hat hack.

--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] smartctl strangeness

2007-10-25 Thread maxim wexler
Hi group,

A while ago my Maxtor 120G IDE HD started acting up,
smartctl wouldn't pass it and in dmesg were many
ominous dma_intr errors. 

So from ebay I got a used Samsung 160g which I just
installed. I was hoping to transfer over my OS and
files etc to the new drive.

The drive is recognized in the BIOS on a venerable
PIII and assigned Ultra DMA mode 5. But I notice it is
recognized as having only 131G. Maybe that's
significant. IIRC the PC, a Dell, was put together in
01 and the Samsung HD is c. 2004. It's formatted
completely FAT32 and mounts OK.

Anyway, this is where things get even stranger. I've
quadruple-checked and I still don't believe it. The
Maxtor drive now PASSES smartctl -H and the new one
FAILS. The Maxtor still gets the dma_intr errors in
dmesg and the Samsung is said to have it's DMA
disabled which contradicts the BIOS, but no other
errors. 

Can somebody make sense of this? 

Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cross-compiling

2007-10-25 Thread Iain Buchanan

On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
 O/H Michael Sullivan έγραψε:
  I've read over the guide at
  http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about
  cross-compiling with distcc.  This may be a really stupid question, but
  how do I force my slow box to use cross-compiling via distcc?  Is there
  some special option I have to pass to emerge to invoke it?  The guide
  was not very clear on that point
 

 look here: http://www.gentoo.org/doc/en/distcc.xml
 you just have to put distcc in FEATURES in make.conf...
 and use distcc-config --set-hosts to specify the participating machines...

make sure you put the other faster machines first in the host list.

 and of course start distccd in each partitipating pc...

but after all that, some ebuilds don't let you use distcc because it
seems to break them.  So don't expect it to work for everything.

cya,
-- 
Iain Buchanan iaindb at netspace dot net dot au

The complexity of software is an essential property, not an accidental one.
Hence, descriptions of a software entity that abstract away its complexity
often abstract away its essence.
- Fred Brooks, Jr.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Online photo album software in Portage?

2007-10-25 Thread Iain Buchanan

On Fri, 2007-10-19 at 11:55 -0700, Grant wrote:
 Can anyone recommend a photo album package either in Portage or an
 overlay?  jalbum looks good but it doesn't seem to be in either:
 
 http://jalbum.net

even though it's not in portage, I'd highly recommend you try it - I use
it and it produces some fantastic looking albums!

cya,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Punning is the worst vice, and there's no vice versa.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] mobo onboard Intel graphics

2007-10-25 Thread Philip Webb
I've got X working on my new box with Fluxbox (KDE is more work).
I used 'Xorg -configure' to create the basic  xorg.conf .

It runs without any obvious problems, but there are  2  niggles:
(1) the log file shows (EE) AIGLX: Screen0 is not DRI capable,
tho' X refuses to start without the 'Load dri' line in  xorg.conf ;
(2) a big box appears in the middle of the screen 
Not optimum mode: recommended mode 1680x1050 60 Hz
 sits there for  c 1 min , despite otherwise problem-free operation.
Google shows others have met these irritants, but no sensible responses.
I have tried the obvious changes in  xorg.conf  without success.

Does anyone have any useful experience or suggestions ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mobo onboard Intel graphics

2007-10-25 Thread Daniel da Veiga
On 10/25/07, Philip Webb [EMAIL PROTECTED] wrote:
 I've got X working on my new box with Fluxbox (KDE is more work).
 I used 'Xorg -configure' to create the basic  xorg.conf .

 It runs without any obvious problems, but there are  2  niggles:
 (1) the log file shows (EE) AIGLX: Screen0 is not DRI capable,
 tho' X refuses to start without the 'Load dri' line in  xorg.conf ;

What driver are you using?
The binary Intel driver (i810) has 3D Acceleration, but AFAIK the
opensource doesn't.

 (2) a big box appears in the middle of the screen
 Not optimum mode: recommended mode 1680x1050 60 Hz
  sits there for  c 1 min , despite otherwise problem-free operation.

This is your monitor, not your computer. The message is pretty clear,
try setting the resolution like it tells you. Let me guess, its a
Samsung, right?! If I'm wrong, more manufacturers are using the same
message.

-- 
Daniel da Veiga

Filosofia de TI: Programadores de verdade consideram o conceito o que
você vê é o que você tem tão ruim em editores de texto quanto em
mulheres. Não, o programador de verdade quer um editor de texto do
estilo você pediu, você levou - complicado, indecifrável, poderoso,
impiedoso, perigoso.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cross-compiling

2007-10-25 Thread Davi
Em Qui 25 Out 2007, Iain Buchanan escreveu:
 On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
  O/H Michael Sullivan έγραψε:
[...]
  and of course start distccd in each partitipating pc...

 but after all that, some ebuilds don't let you use distcc because it
 seems to break them.  So don't expect it to work for everything.


# FEATURES=-distcc emerge --ask --resume

will be your friend... :-)

-- 
Davi Vidal
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : davi vidal
ICQ   : 138815296


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


[gentoo-user] gnome-art crash

2007-10-25 Thread Shaochun Wang
Every time I click the install button of gnome-art, it will crash with the
following output:

/usr/lib64/ruby/1.8/rexml/document.rb:186:in `write': undefined local variable 
or method `transitive' for UNDEFINED ... /:REXML::Document (NameError)
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/get_art.rb:133:in 
`add_backgrounds_entry'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/ui/main_window.rb:368:in 
`install_art'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/ui/main_window.rb:327:in 
`initialize'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/ui/main_window.rb:327:in 
`new'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/ui/main_window.rb:327:in 
`install_art'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/ui/main_window.rb:74:in 
`on_button_install_clicked'
from /usr/lib64/ruby/site_ruby/1.8/libglade2.rb:44:in `call'
from /usr/lib64/ruby/site_ruby/1.8/libglade2.rb:44:in `connect'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/gnome_art.rb:132:in `call'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/gnome_art.rb:132:in `main'
from /usr/lib64/ruby/site_ruby/1.8/gnome-art/gnome_art.rb:132:in `main'
from /usr/bin/gnome-art:25

Any suggestion?

-- 
Shaochun Wang [EMAIL PROTECTED]

Jabber: [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gnome-art crash

2007-10-25 Thread Shaochun Wang
After visiting the gnome-art official web site, I know that gnome-art is
not maintained any longer. Specifically, the most recent version was
issued in 20.04.2005.

So I think this package is out of date!

On Fri, Oct 26, 2007 at 09:41:28AM +0800, Shaochun Wang wrote:
 Every time I click the install button of gnome-art, it will crash with the
 following output:

-- 
Shaochun Wang [EMAIL PROTECTED]

Jabber: [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Networking Issue

2007-10-25 Thread Adam Carter
   Any ideas?  The /etc/conf.d/net file is very basic.  All is has is
   config_eth1=(dhcp) then the wireless stuff.  I could 
 get eth1 to work
   if I manually assigned an address, but now that doesn't 
 work either.
   Any help is appreciated.
  You're sure that the Ethernet card is eth1 and not eth0?
 
 
 You can test which card is plugged in by typing 'mii-tool' from the
 command line (or install it if it's not there already).

I think mii-tool will only work with some older drivers, and ethtool is
probably a better bet.

Lets start at the beginning - what is displayed when you run ifconfig
-a?
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] smartctl strangeness

2007-10-25 Thread Adam Carter
 Anyway, this is where things get even stranger. I've
 quadruple-checked and I still don't believe it. The
 Maxtor drive now PASSES smartctl -H and the new one
 FAILS. The Maxtor still gets the dma_intr errors in
 dmesg and the Samsung is said to have it's DMA
 disabled which contradicts the BIOS, but no other
 errors. 
 
 Can somebody make sense of this? 

Bad cable?

Re: the 131 size - can the motherboard BIOS cope with drives larger that
128Gig?
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Emerge firefox 2.0.0.8 and now printing is hosed

2007-10-25 Thread Kevin O'Gorman
Nah.  It's what I get for posting stupid.  I just needed to restart
firefox.  Everything is now good.

++ kevin

On 10/25/07, Arttu V. [EMAIL PROTECTED] wrote:


  I'm using mozilla-firefox-2.0.0.8, not -bin, and printing works fine
  here also. Just another data point; sorry I don't know how to help

 I might have missed it, but was revdep-rebuild tried already? :)

 Also, maybe it could be something with gtk+ or some printing component
 (old cups? cups ebuild was just updated) instead of firefox? So, how about
 other apps and their print dialogs? Are they broken too?

 --
 arttuv
 _
 Connect to the next generation of MSN Messenger

 http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline--
 [EMAIL PROTECTED] mailing list




-- 
Kevin O'Gorman, PhD


[gentoo-user] kernel 2.6.23 CFS problem?

2007-10-25 Thread Wang, Baojun
hi, list

  I've upgraded my kernel from 2.6.22.9 to 2.6.23 when it was out, After that 
I can't install ELDK 4.1 anymore (The one I installed was crashed), it always 
stopped at preparing install package XXX (or YYY sometimes), I've waited for 
a very long time(more than 1 hour), but it still the same. After I switch 
back to kernel 2.6.22.9, everything is fine. Is there somebody have the some 
problem like me?

  I've tried on two machines:

1. AMD DURON 1.6G, 512M RAM, gentoo 2007.0
2. INTEL Pentium 3 667M, 192M RAM, gentoo 2007.0

  Regards,
Wang
-- 
Wang, Baojun                                        Lanzhou University
Distributed  Embedded System Lab              http://dslab.lzu.edu.cn
School of Information Science and Engeneering       [EMAIL PROTECTED]
Tianshui South Road 222. Lanzhou 73                     .P.R.China
Tel:+86-931-8912025                                Fax:+86-931-8912022


config-2.6.23-k7.gz
Description: GNU Zip compressed data


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


[gentoo-user] openoffice hangs (openoffice-bin a little better) no /opt/OpenOffice

2007-10-25 Thread Allan Gottlieb
I emerge openoffice-2.3.0.  Whenever I try to start any component, it
hangs.  For example

[EMAIL PROTECTED] ~ $ ooo
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering

The splash screen comes up, but that is it.
When I type ^C I get back a prompt but the splash is still there.

I then emerged openoffice-bin and when I run it the same libGL
messages appear, but the program starts.  However, there are still
problems.

When I started 
  oowriter file-to-edit.doc
a window pops up saying

Error loading BASIC of document 
file:///opt/OpenOffice.org/share/basic/WebWizard/script.xlb:
General Error.
General input/output error

I don't have a directory /opt/OpenOffice.

I can edit file-to-edit.doc.

any help would be appreciated.
allan

[EMAIL PROTECTED] /opt $ emerge --info
Portage 2.1.3.9 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.6.1-r0, 
2.6.20-gentoo-r7 i686)
=
System uname: 2.6.20-gentoo-r7 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
Timestamp of tree: Thu, 25 Oct 2007 19:00:09 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=prescott -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-O2 -march=prescott -pipe
DISTDIR=/a/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict unmerge-orphans 
userfetch
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/a/portage/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acpi alsa apache2 berkdb bitmap-fonts cdr cli 
cracklib crypt cups dbus doc dri dvd dvdr emacs esd firefox fortran gdbm gimp 
gimpprint gnome gpm gtk guile hal iconv imap ipv6 isdnlog java jpeg midi mp3 
mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg openmp oss pam pcre perl 
png ppds pppd python quicktime readline reflection scanner session snmp sound 
spl ssl tcpd tiff tk truetype truetype-fonts type1-fonts unicode vorbis x86 
xorg xvid xvmc zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x 
ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel 
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file 
hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route 
share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 
mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=i810 vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] smartctl strangeness

2007-10-25 Thread maxim wexler
 Since you didn't specify how you determined that it
 has only 131G,
 perhaps you should check with fdisk to see what the
 actual capacity
 is?
 

The BIOS has 131G for the Samsung in a sub-menu for
that drive: Maximum Capacity  [131071MB], fdisk sees
the whole 160G.

On my way to check the cable...to be cont'd.

MW

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] smartctl strangeness

2007-10-25 Thread Adam Carter
 The BIOS has 131G for the Samsung in a sub-menu for
 that drive: Maximum Capacity  [131071MB], fdisk sees
 the whole 160G.

In that case I'd look for a BIOS update. (FWIW 128 x 1024 = 131072).
--
[EMAIL PROTECTED] mailing list



[gentoo-user] ssl timeout when downloading file(s)

2007-10-25 Thread Eric W Phillips
I have been trying to install firefox extensions and kept getting timeout 
errors.  I have since discovered that I am unable to download files over an 
ssl (https://) encrypted connection using Firefox or Konqueror.  I have not 
been able to find any help on this issue, where should I look in my system to 
resolve this.  I was able to install a Firefox extension from a local 
location that I downloaded with a different computer.
-- 
Eric Phillips
[EMAIL PROTECTED]
303-435-1478


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