[gentoo-user] Re: Ghosting a Ext3 partition

2008-03-04 Thread Michael Schmarck
Jonathan Haws [EMAIL PROTECTED] wrote:

 On Sunday March 2 2008 16:43, Mark Kirkwood wrote:
 Right - what you intend the backup to protect against drives all this
 sort of stuff.
 
 The thing that is driving my backups is a hard disk failure.

Of course :)

 Hence I was 
 using Ghost instead of something else so I can backup the entire drive and
 not just a single partition.  That enables the quickest recovery of the
 entire system in the event of a failure.

Depends. If you'd just store tar files, you'd just have to create the
filesystem beforehand and then restore the tar files. Won't take much
longer than restoring a Ghost image, I'd suppose.

 I have looked everywhere I can think of to find a tool that is similar to
 Ghost that will backup the entire hard drive to an image that I can put to
 DVD, without including free blocks on the disk (I don't want an 80GB image
 of
 an 80GB drive when only 5GB are in use at the time).

That's why I'd rather use tar... An additional benefit is, that tar
is *MUCH* simpler than Ghost (or partimage). Because of that, you could
use your tar file in many more applications (for example if you want
to have a look at what the file was at your last backup).

 Does anyone know of 
 a tool capable of this that runs on Linux and has FULL Linux fs support?

partimage.

Michael

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



[gentoo-user] How to access ~user on lighttpd ?

2008-03-04 Thread Amar Cosic
I uncomented mod_userdir in lighttpd.conf but still cant access to it. I got
404 error



-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Upgraded kernel from .17 to .23 and all sorts of broken things... (nvidia, splash, iptables)

2008-03-04 Thread Neil Bothwick
On Mon, 3 Mar 2008 20:23:29 -0800, Daevid Vincent wrote:

 What now? How do I get back the only working driver for this piece of
 crap GeForce 440 Go card that is apparently unsupported now in newer
 drivers. (It's in a Dell i8200 notebook -- I CAN'T replace the card BTW)

Have you read http://www.gentoo.org/doc/en/nvidia-guide.xml ?


-- 
Neil Bothwick

I have a spelling checker, it came with my Pea See;
It helps me too correct Miss Steaks eye mite knot sea.
I ran these versus threw it, yew mae bee pleased too no
Its word prefect in every weight; my spell cheque tolled me sew!


signature.asc
Description: PGP signature


[gentoo-user] Re: Is there really no way to search http://packages.gentoo.org ?!

2008-03-04 Thread Michael Schmarck
Mike Mazur [EMAIL PROTECTED] wrote:

 Hi,
 
 On Tue, Mar 4, 2008 at 1:07 PM, Dale [EMAIL PROTECTED] wrote:
  And I get this when I go there:
 
 Looks like they might be experiencing some downtime at the moment. Try
 again later.

They are down quite often, aren't they? :(

Michael

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



Re: [gentoo-user] xorg-server problem loading mouse driver

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 00:51:15 +, Robert Stockdale IV wrote:

  just emerged xorg-server 1.4.0.90-r3 and when I try to
  startx I get an initialization screen with a pointer that fails to
  move. Afterwards I crtl-alt-backspace it shows an error message as
  follows:

  dlopen: /usr/lib64/xorg/modules/input//mouse_drv.so: undefined symbol:
  miPointerGetMotionEvents
  (EE) Failed to load /usr/lib64/xorg/modules/input//mouse_drv.so
  (EE) Failed to load module mouse (loader failed, 7)

You probably need to re-emerge x11-drivers/xf86-input-mouse


-- 
Neil Bothwick

Any sufficiently advanced bug is indistinguishable from a feature.


signature.asc
Description: PGP signature


[gentoo-user] Re: How to access ~user on lighttpd ?

2008-03-04 Thread Jure Varlec
Amar Cosic wrote:

 I uncomented mod_userdir in lighttpd.conf but still cant access to it. I
 got 404 error
 
 
 


You also need something like this:
userdir.path = public_html
userdir.exclude-user = (root)

userdir.path sets the name of directory in the user's home that will be
exported.


Regards
Jure


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



Re: [gentoo-user] How to use mplayer play file online?

2008-03-04 Thread Chuanwen Wu
I have found a way. Just add USE=ftp when emerge mplayer.
Then, we can play movie in ftp use mplayer:

 mplayer ftp://FTP_SERVER/FILE

  I'm not sure if mplayer supports authentication, but you could try to
  pipe the output from another client. Something like:

  curl --auth-options ftp:/exemple.com/patth/file | mplayer -

  or

  wget --auth-options ftp://exemple.com/patth/file -O - | mplayer -
But I still want to find a pipe way like what you show above.
I have a simple program, which can fetch a file in a remote
machine(this machine also run my protocol).
If mplayer can play in a pipe way, then I can player media like this:
MY_PROGRAM --fetch --MY_SERVER -O - | mplayer -

  --
  Best regards,
  Daniel


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





-- 
wcw
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] No fish!

2008-03-04 Thread Mick
On Monday 03 March 2008, Neil Bothwick wrote:
 On Mon, 3 Mar 2008 21:14:25 +, Mick wrote:
  I am not sure when this started, but trying to connect to ssh servers
  using fish with Konqueror fails with this message:
 
  The process for the fish://ftp.mywebsite.com protocol died unexpectedly.

 Aargh! It is broken here too, using KDE 3.5.9 but with 4.0.1 also
 installed. Which version(s) do you have?

Wed Jan  9 14:58:49 2008  kde-base/konqueror-3.5.7-r3
Sat Feb  2 10:22:25 2008  kde-base/konqueror-3.5.8

It could have started from any of the two above - not sure.  Worth noting that 
Kftpgrabber works fine with sftp and port 22 as does running ssh, sftp from 
the terminal.  It must be something to do with the fish wrapper.

This is my openssh (which I have since revdep-rebuilt two more times):

Fri Jan 25 18:38:50 2008  net-misc/openssh-4.7_p1-r3
-- 
Regards,
Mick


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


Re: [gentoo-user] Tomcat 5.5.26 issue

2008-03-04 Thread Mick
On Monday 03 March 2008, [EMAIL PROTECTED] wrote:
 Hi everyone,

 I'm having a strange issue with the latest stable version of Tomcat. I
 updated from 5.5.25-r1 to 5.5.26 and suddenly some files (XML files in
 this case) seemed unreachable for Tomcat. I run into this when I got
 several SAXParser errors, apparently because it couldn't create an
 InputStream for the file. When I switched back to 5.5.25-r1 the error
 stopped appearing.

 Anyone else has experienced it?

If regressing solves the problem it could well be a legit bug.  Report it on: 
http://bugs.gentoo.org
-- 
Regards,
Mick


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


Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1422 (76278-76327)

2008-03-04 Thread Mick
On Monday 03 March 2008, Uwe Thiem wrote:
 On Monday 03 March 2008, Stroller wrote:
  On 3 Mar 2008, at 09:57, Etaoin Shrdlu wrote:
   On Monday 3 March 2008, Jan Seeger wrote:
   NOTE: I don't speak spanish. But somehow, I read it thusly:
   On Mon, 03. Mar, [EMAIL PROTECTED] spammed my inbox with
  
   todos los temas relacionados con soporte técnico
  
   all technical support requests (relations?)
  
   all technical support-related issues
  
   Ok, not that it changes much... :-)
 
  N! It changes EVERYTHING!!
 
  Issue is word to describe an individual periodical in a series of
  publications, and is a weasel-word when it's used as a synonym for
  problem.

 You are argueing about the English translation of a Spanish word, done
 by someone that most probably isn't a certified translator. The word
 at issue (please excuse the pun) isn't issues but the Spanish
 word temas - and I doubt it can be described as a weasel-word in
 this context.

Depending on the particular discipline context issue can also mean a risk 
that has now been realised/manifested;  the familiar oh sh*t! moment, e.g. 
when you realised that rm -Rf / was not what you meant to have entered . . . 
before that moment you had a risk, afterwards an issue.

For the avoidance of doubt I suggest that we check what ISO 9001 defines the 
term issue as.  ;-)
-- 
Regards,
Mick


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


[gentoo-user] Citrix client connection problem

2008-03-04 Thread Mick
Hi All,

I am trying to connect to my work's T-Snap citrix desktop.  I have installed  
net-misc/icaclient-10.6-r3 but when I click on the remote desktop I get this 
error:
===
Client Error

No connection to ;40;STAE;
Invalid server browser command header received.
===
(where  are random characters)

Looking at the launcher.ica file that the browser downloads I can see that the 
domain is defined as:
===
[T-SNAP Desktop]
Address=;40;STAE;
AudioBandwidthLimit=2
AutologonAllowed=ON
BrowserProtocol=HTTPonTCP
CGPSecurityTicket=On
ClearPassword=XXX
===

I am assuming here that the client is trying to use the hashed server address 
and the browser cannot resolve this.  As far as I understand this solution 
works with guess what: MSWindows (my work is a Microsoft shop) and AppleMac.  
Any ideas what it might take to get it going under Gentoo?
-- 
Regards,
Mick


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


Re: [gentoo-user] Re: How to access ~user on lighttpd ?

2008-03-04 Thread Amar Cosic
Thanks. That worked. I wonder is there any way to access ~user via /user ?





On Tue, Mar 4, 2008 at 10:34 AM, Jure Varlec [EMAIL PROTECTED] wrote:

 Amar Cosic wrote:

  I uncomented mod_userdir in lighttpd.conf but still cant access to it. I
  got 404 error
 
 
 


 You also need something like this:
 userdir.path = public_html
 userdir.exclude-user = (root)

 userdir.path sets the name of directory in the user's home that will be
 exported.


 Regards
 Jure


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




-- 
Amar Ćosić
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+38761240095
http://www.amar.co.ba


Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1422 (76278-76327)

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 08:29:01 +, Mick wrote:

 Depending on the particular discipline context issue can also mean a
 risk that has now been realised/manifested;  the familiar oh sh*t!
 moment, e.g. when you realised that rm -Rf / was not what you meant to
 have entered . . . before that moment you had a risk, afterwards an
 issue.

No, you have a problem, or, as the motivators like to put it, an
opportunity!

I'm with stroller on this, the real meaning of issue has been subverted
by spin doctors so they can say problem without using the word problem.


-- 
Neil Bothwick

NOTICE:
  --  THE ELEVATORS WILL BE OUT OF ORDER TODAY  --
  (The nearest working elevators are in the building
   across the street.)


signature.asc
Description: PGP signature


Re: [gentoo-user] Citrix client connection problem

2008-03-04 Thread eric
Mick wrote:
 Hi All,

 I am trying to connect to my work's T-Snap citrix desktop.  I have installed  
 net-misc/icaclient-10.6-r3 but when I click on the remote desktop I get this 
 error:
 ===
 Client Error

 No connection to ;40;STAE;
 Invalid server browser command header received.
 ===
 (where  are random characters)

 Looking at the launcher.ica file that the browser downloads I can see that 
 the 
 domain is defined as:
 ===
 [T-SNAP Desktop]
 Address=;40;STAE;
 AudioBandwidthLimit=2
 AutologonAllowed=ON
 BrowserProtocol=HTTPonTCP
 CGPSecurityTicket=On
 ClearPassword=XXX
 ===

 I am assuming here that the client is trying to use the hashed server address 
 and the browser cannot resolve this.  As far as I understand this solution 
 works with guess what: MSWindows (my work is a Microsoft shop) and AppleMac.  
 Any ideas what it might take to get it going under Gentoo?
   
Have you tried downloading the ica client from Citrix and installing it
to your home directory and trying it?  I didn't even know they put it in
portage, I've always had to go to their website.

Also, what browser are you using (or are you going straight from the
desktop)?

eric
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] No fish!

2008-03-04 Thread Mick
On Monday 03 March 2008, Neil Bothwick wrote:
 On Mon, 3 Mar 2008 21:14:25 +, Mick wrote:
  I am not sure when this started, but trying to connect to ssh servers
  using fish with Konqueror fails with this message:
 
  The process for the fish://ftp.mywebsite.com protocol died unexpectedly.

 Aargh! It is broken here too, using KDE 3.5.9 but with 4.0.1 also
 installed. Which version(s) do you have?

I also noticed (when using kppp) that these libcrypto errors are shown in the 
terminal:
==
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: 
undefined symbol: OpenSSL_add_all_algorithms_conf
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: 
undefined symbol: PKCS7_content_free
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: 
undefined symbol: OpenSSL_add_all_algorithms
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: 
undefined symbol: OPENSSL_add_all_algorithms
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: 
undefined symbol: OpenSSL_add_all_algorithms_conf
==

I thought of mentioning this in case it is significant . . .
-- 
Regards,
Mick


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


Re: [gentoo-user] Citrix client connection problem

2008-03-04 Thread Mick
On Tuesday 04 March 2008, eric wrote:
 Mick wrote:
  Hi All,
 
  I am trying to connect to my work's T-Snap citrix desktop.  I have
  installed net-misc/icaclient-10.6-r3 but when I click on the remote
  desktop I get this error:
  ===
  Client Error
 
  No connection to ;40;STAE;
  Invalid server browser command header received.
  ===
  (where  are random characters)
 
  Looking at the launcher.ica file that the browser downloads I can see
  that the domain is defined as:
  ===
  [T-SNAP Desktop]
  Address=;40;STAE;
  AudioBandwidthLimit=2
  AutologonAllowed=ON
  BrowserProtocol=HTTPonTCP
  CGPSecurityTicket=On
  ClearPassword=XXX
  ===
 
  I am assuming here that the client is trying to use the hashed server
  address and the browser cannot resolve this.  As far as I understand this
  solution works with guess what: MSWindows (my work is a Microsoft shop)
  and AppleMac. Any ideas what it might take to get it going under Gentoo?

 Have you tried downloading the ica client from Citrix and installing it
 to your home directory and trying it?  I didn't even know they put it in
 portage, I've always had to go to their website.

 Also, what browser are you using (or are you going straight from the
 desktop)?

When you use portage it shows the F flag.  During emerge it advises you to 
manually download the .rpm package from the Citrix website and save it 
manually in portage/distfiles before continuing with the emerge.  I tried 
both Firefox and Opera.  How could I try it straight from the desktop?
-- 
Regards,
Mick


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


[gentoo-user] perl-cleaner won't clean

2008-03-04 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello list,
As per the subject: I recently rebuilt perl from a non-threaded to a threaded
version (with ithreads). Libperl-depending ebuilds were rebuilt correctly, but
all installed modules need to be reinstalled. I wanted to let perl-cleaner do
that, but when I execute 'perl-cleaner reallyall', all I get is All modules are
up to date. Any help?

- - -- 
thenybble.de/blog/ -- four bits at a time
- -BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzUUuMmLQdC6jvocRApbbAKCggUIzkKsNX0FTPpeb6cDG3zFcnACgiGOy
USu+NGAHW6vp/fXAUtz6B8Q=
=bqoE
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzUYGMmLQdC6jvocRAiwrAKCehw/QXHLw+povoJd63hrG0jnhhgCeMDeo
Jfw3EQe2DwD31Ig12cTsK+4=
=lir0
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] [OT] converting FLAC tags from Cp1251 to UTF8

2008-03-04 Thread Andrew Gaydenko
Hi!

There are many inconsistent records in freedb.org db. I mean when, say, 
Cp1251 charset is used instead of UTF8. Say, I have written these 
invalid tags to flac files (with easytag or entagged). How to repair 
tags to make them visible as something useful (i.e. to UTF8) insteaf of 
abracadabra (i.e. from Cp1251)?


Andrew
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] No fish!

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 13:15:36 +, Neil Bothwick wrote:

 It seems that fish has been broken in KDE 3.5 for at least a couple of
 months,

http://bugs.kde.org/show_bug.cgi?id=145123

It appears to fail with kernel =2.6.21


-- 
Neil Bothwick

Oxymoron: Reagan memoirs.


signature.asc
Description: PGP signature


Re: [gentoo-user] perl-cleaner won't clean

2008-03-04 Thread Rumen Yotov

Jan Seeger wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello list,
As per the subject: I recently rebuilt perl from a non-threaded to a threaded
version (with ithreads). Libperl-depending ebuilds were rebuilt correctly, but
all installed modules need to be reinstalled. I wanted to let perl-cleaner do
that, but when I execute 'perl-cleaner reallyall', all I get is All modules are
up to date. Any help?

- - -- 
thenybble.de/blog/ -- four bits at a time

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

iD8DBQFHzUUuMmLQdC6jvocRApbbAKCggUIzkKsNX0FTPpeb6cDG3zFcnACgiGOy
USu+NGAHW6vp/fXAUtz6B8Q=
=bqoE
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzUYGMmLQdC6jvocRAiwrAKCehw/QXHLw+povoJd63hrG0jnhhgCeMDeo
Jfw3EQe2DwD31Ig12cTsK+4=
=lir0
-END PGP SIGNATURE-
  

Hi,

Threading affects only libperl  perl the modules are Ok.
IIRC perl-cleaner is used when upgrading to new perl version to rebuild 
the modules.

HTH. Rumen
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Suspend/Hibernate on Dell Inspiron 6000

2008-03-04 Thread Yahya Mohammad
 What I did to solve this was to emerge the newest ati-drivers, which as of
 today is 8.455.2-r1. I also installed radeontool and vbetool. I made the
 changes in my common.conf and also in my ram.conf in /etc/hibernate to
 enable vbetool and radeontool. If you need these files, I'll gladly post
 them up. 

Could you please post those files? I haven't had any luck so far even
with 8.455.2-r1 drivers. Thanks in advance.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] perl-cleaner won't clean

2008-03-04 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 04. Mar, Rumen Yotov spammed my inbox with 
 Jan Seeger wrote:
 Hi,

 Threading affects only libperl  perl the modules are Ok.
 IIRC perl-cleaner is used when upgrading to new perl version to rebuild the 
 modules.
 HTH. Rumen
I'm pretty sure modules are also affected, since they should move from
perldir/x86_64-linux/ to perldir/x86_64-linux-thread-multi/. I've had to
reemerge several modules (HTML::Parser, for example) in order for them to be
found in @INC.
Regards,
jeeger

- -- 
thenybble.de/blog/ -- four bits at a time
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzVu/MmLQdC6jvocRAttpAKCJE8NFyLN9RDdYpp7Ov46IhGeUXQCfSEpJ
JnpoGCkUme1ukr30cGq3RhU=
=Q6fp
-END PGP SIGNATURE-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT] converting FLAC tags from Cp1251 to UTF8

2008-03-04 Thread Aleksey V. Kunitskiy
On Tuesday 04 March 2008, Andrew Gaydenko wrote:
 Hi!

 There are many inconsistent records in freedb.org db. I mean when, say,
 Cp1251 charset is used instead of UTF8. Say, I have written these
 invalid tags to flac files (with easytag or entagged). How to repair
 tags to make them visible as something useful (i.e. to UTF8) insteaf of
 abracadabra (i.e. from Cp1251)?


 Andrew

You can try to export tags from flac, then iconv them and after all import it 
back. Will look like this:

1. metaflac --export-tags-to=~/some_file.tags --no-utf8-convert track.flac
2. iconv -f cp-1251 -t utf-8 ~/some_file.tags  ~/some_file_fixed.tags
3. metaflac --remove-all-tags track.flac
4. metaflac --import-tags-from=~/some_file_fixed.tags --no-utf8-convert 
track.flac

HTH

-- 
best regards,
Aleksey V. Kunitskiy
GPG/PGP: 0x12101BD2


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


Re: [gentoo-user] [OT] converting FLAC tags from Cp1251 to UTF8

2008-03-04 Thread Andrew Gaydenko
=== On Tuesday 04 March 2008, Aleksey V. Kunitskiy wrote: ===
 On Tuesday 04 March 2008, Andrew Gaydenko wrote:
  Hi!
 
  There are many inconsistent records in freedb.org db. I mean when,
  say, Cp1251 charset is used instead of UTF8. Say, I have written
  these invalid tags to flac files (with easytag or entagged). How to
  repair tags to make them visible as something useful (i.e. to UTF8)
  insteaf of abracadabra (i.e. from Cp1251)?
 
 
  Andrew

 You can try to export tags from flac, then iconv them and after all
 import it back. Will look like this:

 1. metaflac --export-tags-to=~/some_file.tags --no-utf8-convert
 track.flac 2. iconv -f cp-1251 -t utf-8 ~/some_file.tags 
 ~/some_file_fixed.tags 3. metaflac --remove-all-tags track.flac
 4. metaflac --import-tags-from=~/some_file_fixed.tags
 --no-utf8-convert track.flac

 HTH


Aleksey, 

Aha, I see the idea, thanks!!


Andrew
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Can't boot Compaq Proliant 1600

2008-03-04 Thread Daniel da Veiga
On Mon, Mar 3, 2008 at 4:15 PM, Dale [EMAIL PROTECTED] wrote:

 Daniel da Veiga wrote:
   On Sun, Mar 2, 2008 at 3:31 PM, Dale [EMAIL PROTECTED] wrote:
  
   Daniel da Veiga wrote:

 Tell me about it, gotta drag this old machine all the way up to the
 forth floor. It was an inexpensive choice for a file server, and I was
 happy to see the Gentoo Minimal CD booting (cause then I was sure it
 would work).

 Anyway, I had to go (I'm on the road right now) and left it compiling
 a new kernel (manually this time), that I'll test tomorrow.

 Is there any way to copy the LiveCD kernel and initrd so I can boot
 the EXACT kernel the CD is using? This way I can troubleshoot this
 damn thing without a LiveCD and chroot every 5 minutes...

  
There may be a way to copy those setting and such but I'm not sure how.
If Knoppix can do it there has to be a way.  I read you can put Knoppix
on a hard drive too.
  
I can say one thing about the server, it has great cooling for a old
rig.  I think they made it big and heavy so the fans would not push it
across the floor.  LOL
  
I wonder if I can copy that to the floppy?  I think the floppy works.
I'll check on that in a little bit.  May save me from dragging that
thing in the house.
  
  
  
   Well, thanks for the help guys.
   When installing, I used the config from the LiveCD to build my own. It
   seems that, somehow along the way (probably oldconfig?!) some serious
   support was removed or marked as module. I mean the console support...
   I'm pretty sure I didn't messed up with that part, and still, it
   wasn't there. Well, 7 hours wasted on this, gosh...
  
   Thanks again.
  
  

  Just to clarify, you can boot from the hard drive and it is working now?


Yeah, its booting from the hard drive and working just fine.
No need for the chain and tractor anymore.

Thanks again.

-- 
Daniel da Veiga
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Is there really no way to search http://packages.gentoo.org ?!

2008-03-04 Thread Rik Koenig
As a work-around, you might try app-portage/esearch. It's a sort of 'locate'
for your portage tree. Run eupdatedb to (re)generate the search database,
and esearch to look through it. Runs a lot quicker than a emerge -S or
waiting for websites ;)

~Rik

On Tue, Mar 4, 2008 at 3:02 AM, Michael Schmarck 
[EMAIL PROTECTED] wrote:

 Mike Mazur [EMAIL PROTECTED] wrote:

  Hi,
 
  On Tue, Mar 4, 2008 at 1:07 PM, Dale [EMAIL PROTECTED] wrote:
   And I get this when I go there:
 
  Looks like they might be experiencing some downtime at the moment. Try
  again later.

 They are down quite often, aren't they? :(

 Michael

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




Re: [gentoo-user] Re: Is there really no way to search http://packages.gentoo.org ?!

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 10:23:35 -0500, Rik Koenig wrote:

 As a work-around, you might try app-portage/esearch. It's a sort of
 'locate' for your portage tree. Run eupdatedb to (re)generate the
 search database, and esearch to look through it. Runs a lot quicker
 than a emerge -S or waiting for websites ;)

eix has long since supplanted esearch on my systems. It is faster and
doesn't need to update its database to be aware of changes to your
installed packages.

PS Please don't top-post on this list.


-- 
Neil Bothwick

If at first you don't succeed, redefine success.


signature.asc
Description: PGP signature


[gentoo-user] [OT] firefox fonts

2008-03-04 Thread maxim wexler
Hi group,

Following a major upgrade I noticed that all my fonts
had shrunk drastically. I was able to enlarge all of
them, KDE, the desktop, consoles etc except the menu
bar and drop down menus in firefox. I can increase the
font size in the window no problem but not the menu
bar and side bar. Nothing in customize toolbar about
changing font size. 

Anybody know how to deal with this?

Maxim




  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

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



Re: [gentoo-user] Can't boot Compaq Proliant 1600

2008-03-04 Thread Dale

Daniel da Veiga wrote:



Yeah, its booting from the hard drive and working just fine.
No need for the chain and tractor anymore.

Thanks again.

  


OK.  Part of me likes to work on that thing.  I just would hate to have 
to install KDE 4 on it.  It does have 4 200MHz CPUs tho.  It does pretty 
good for a OLDD rig.


Glad you got it working tho.

Dale

:-)  :-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] [Probably off-topic] How do I find out what is consuming the bandwidth?

2008-03-04 Thread Daevid Vincent
Actually they don't all cost a fortune. You can pick up a cheap managed
switch these days. We have like 20 of these Nortel Baystack 450s at my
company that we used to use for development for our NAC product. They sell
on eBay for about $50, we've gotten some as cheap as $7 + shipping. Hell,
I've found an Asanti IntraCore 3524 in great condition (that I have sitting
here at my desk) laying by the trash pile that some other company in our
building was tossing out. eBay for managed switch and sort by price,
lowest first.

Having said all that, I would just go with a software traffic monitor like
the ones previously mentioned. Dealing with a manged switch is absolutely no
fun unless you're either really into Layer 2 or 3 masochism, cryptic
commands, and have a pant-load of computers you need vlans and stuff for.

BTW, that 'trafshow' tool is pretty slick! I've never used it before. Thanks
Drew Tomlinson. One bug that I notice though, is that I run several vhosts,
and when I hit some of the web sites, they all show up as the same domain
name. For example, I go to hit http://daevid.com and it shows up in the list
as http://anotherdomain.com :-|

Daevid Vincent
Lockdown Networks: Real NAC Right Now!
Senior Software Engineer | Architect | Founder
206.285.8080.104
100 West Harrison Street, North Tower, Suite 300 | Seattle, WA 98119

 -Original Message-
 From: Alan McKinnon [mailto:[EMAIL PROTECTED] 
 
 There's one other way that I just remembered (for future 
 reference). You 
 don't *have* to use a linux machine as a gateway if you have a decent 
 managed switch - set it to route all traffic on all ports out through 
 the port that a monitoring machine is connected to. In other words, 
 that one part acts like a hub. Now that the monitoring 
 machine can see 
 every bit on the entire Ethernet, it can count 'em :-)
 
 However, these switches cost a fortune and I very much doubt that the 
 el-cheapo ADSL routers on the market have this feature. Both of mine 
 certainly don't.

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



[gentoo-user] Converting subversion to git

2008-03-04 Thread felix
I want to use git on a subversion repository.  I don't care, right
now, if it is two way; I will be happy if I can do a one time convert
and work off that for the time being.

I have installed git, but the recommended git-svn program is perl and
requires SVN::Core.  Downloading Alien::SVN has an interesting note:

It comes with a copy of Subversion 1.4.6 which it will compile but
only installs the Perl and Subversion libraries. The subversion
binaries will not be installed.

What exactly does this mean?  It sounds troublesome -- I can't
overwrite existing Subversion libraries.  Additional Perl libraries
are fine.  Does anyone with experience converting subversion to git
know what is going on here, or if there are alternatie methods?

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 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
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Daevid Vincent
 -Original Message-
 From: Daevid Vincent [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 03, 2008 8:23 PM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] Upgraded kernel from .17 to .23 and 
 all sorts of broken things... (nvidia, splash, iptables)
 
 I had to upgrade my kernel from linux-2.6.17-gentoo-r8 to
 linux-2.6.23-gentoo-r9
 
 Now all sorts of things are broken.
 
 First and foremost, I used to use:
 
 x11-drivers/nvidia-drivers-1.0.8776-r1
 
 But I can't re-emerge that now -- it's gone!? WTF!?
 
 [I] x11-drivers/nvidia-drivers
  Available versions:  71.86.01 (~)71.86.04 96.43.01 (~)96.43.05
 [m]100.14.09 [m](~)100.14.11 [m]100.14.19 [M](~)100.14.23 [m](~)169.07
 [m](~)169.09 [m](~)169.09-r1 [m](~)169.12 {acpi custom-cflags gtk
 kernel_linux multilib}
  Installed versions:  96.43.05(18:44:21 03/03/08)(acpi 
 gtk kernel_linux
 -multilib)
  Homepage:http://www.nvidia.com/
  Description: NVIDIA X11 driver and GLX libraries
 
 So, I tried to emerge whatever the latest stable one was and 
 it told me that
 I was fsck'd and to mask out =x11-drivers/nvidia-drivers-97.0.0.
 
 Re-emerge again, and it gives me 96.43.05.
 
 Now when I start X, I have a @#(*[EMAIL PROTECTED] blank/black screen! UGH! 
 
 What now? How do I get back the only working driver for this 
 piece of crap
 GeForce 440 Go card that is apparently unsupported now in 
 newer drivers.
 (It's in a Dell i8200 notebook -- I CAN'T replace the card BTW)

So this page finally loaded today:
http://gentoo-wiki.com/HARDWARE_Video_Card_Support_Under_XGL#nVidia

And it says:

nVidia GeForce 4 Go 440 32Mb (with latest
x11-drivers/nvidia-drivers-1.0.8774) 

So again, how can I get this driver back since it seems to be missing from
portage now?! *sigh*

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



[gentoo-user] k3b demands audio support

2008-03-04 Thread Philip Webb
Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?

  root: root emerge -pv k3b 

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
  [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile 692 kB
  [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
  [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
  [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
  [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls 380 kB
  [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
  [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts 1,376 kB
  [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr -dvdread 
-emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz -sndfile -vcd 
-vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs -cy -da -de -el -en_GB 
-es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it -ja -ka -lt -mk -ms -nb 
-nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se -sk -sr [EMAIL PROTECTED] -sv -ta 
-tr -uk -uz -zh_CN -zh_TW 4,996 kB

  Total: 9 packages (9 new), Size of downloads: 12,262 kB

  root: root emerge -pv xcdroast

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [ebuild  N] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
  [ebuild  N] sys-libs/libcap-1.10-r11  USE=python 39 kB
  [ebuild  N] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
  [ebuild  N] app-cdr/xcdroast-0.98_alpha15-r5  USE=-nls 3,287 kB

  Total: 4 packages (4 new), Size of downloads: 7,243 kB

The extra pkgs required by K3b all involve audio.
I have no sound support in my kernel.

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



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

because k3b does more then xCDRoast ... it's a fully fledged media encoder

C-


Philip Webb wrote:
| Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?
|
|   root: root emerge -pv k3b
|
|   These are the packages that would be merged, in order:
|
|   Calculating dependencies... done!
|   [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
|   [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile
692 kB
|   [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
|   [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
|   [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
|   [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls
380 kB
|   [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
|   [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts
1,376 kB
|   [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr
- -dvdread -emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz
- -sndfile -vcd -vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs
- -cy -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is
- -it -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se
- -sk -sr [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW 4,996 kB
|
|   Total: 9 packages (9 new), Size of downloads: 12,262 kB
|
|   root: root emerge -pv xcdroast
|
|   These are the packages that would be merged, in order:
|
|   Calculating dependencies... done!
|   [ebuild  N] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax
2,544 kB
|   [ebuild  N] sys-libs/libcap-1.10-r11  USE=python 39 kB
|   [ebuild  N] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
|   [ebuild  N] app-cdr/xcdroast-0.98_alpha15-r5  USE=-nls 3,287 kB
|
|   Total: 4 packages (4 new), Size of downloads: 7,243 kB
|
| The extra pkgs required by K3b all involve audio.
| I have no sound support in my kernel.
|

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

iD8DBQFHzc4F8hUIAnGfls4RAgNFAJ9j2zXvLJ926gRd3/8BWIn9Pw24ugCfb/wC
z3qx1B5yw7KWbFfa8VpNNco=
=+Rf8
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Manuel McLure

On Tue, 4 Mar 2008 17:07:52 -0500, Philip Webb [EMAIL PROTECTED]
wrote:
 Can anyone explain why K3b demands audio support, but Xcdroast doesn't ?
 
   root: root emerge -pv k3b
 
   These are the packages that would be merged, in order:
 
   Calculating dependencies... done!
   [ebuild N ] media-sound/cdparanoia-3.10_pre0  148 kB
   [ebuild N ] media-libs/libsamplerate-0.1.2-r1  USE=-fftw -sndfile 692
 kB
   [ebuild N ] media-libs/taglib-1.4-r1  USE=-debug 716 kB
   [ebuild N ] dev-util/cmake-2.4.6-r1  USE=-emacs -vim-syntax 2,544 kB
   [ebuild N ] sys-libs/libcap-1.10-r11  USE=python 39 kB
   [ebuild N ] media-sound/normalize-0.7.7  USE=-audiofile -mad -nls 380
 kB
   [ebuild N ] app-cdr/cdrkit-1.1.6  USE=-hfs unicode 1,375 kB
   [ebuild N ] app-cdr/cdrdao-1.2.2  USE=-debug -encode -gnome -pccts
 1,376 kB
   [ebuild N ] app-cdr/k3b-1.0.4  USE=-alsa -arts -css -debug -dvdr
 -dvdread -emovix -encode -ffmpeg -flac hal -mp3 -musepack -musicbrainz
 -sndfile -vcd -vorbis -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs -cy
 -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it
-ja
 -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se -sk -sr
 [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW 4,996 kB

[SNIP]

 
 The extra pkgs required by K3b all involve audio.
 I have no sound support in my kernel.

I don't think any of those require that you have audio support in your
kernel. They're sound file manipulation packages and audio CD
ripping/recording packages, not sound playback/recording packages.

-- 
Manuel A. McLure WW1FA [EMAIL PROTECTED] http://www.mclure.org
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft


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



Re: [gentoo-user] k3b demands audio support

2008-03-04 Thread Alan McKinnon
On Wednesday 05 March 2008, Philip Webb wrote:
 Can anyone explain why K3b demands audio support, but Xcdroast
 doesn't ?

k3b supports audio CD ripping and burning. This is independant of audio 
support in your kernel, which basically means how to make sounds come 
out the speakers. k3b's support allows it to understand the data on an 
audio cd

The packages you list are hard coded into the k3b ebuild, but nothing in 
the sources implies that audio cd support is mandatory.Maybe ask the 
devs why they did it this way?



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 13:57:56 -0800, Daevid Vincent wrote:

 So this page finally loaded today:
 http://gentoo-wiki.com/HARDWARE_Video_Card_Support_Under_XGL#nVidia

Bear in mind that this is not official advice.
 
 And it says:
 
 nVidia GeForce 4 Go 440 32Mb (with latest
 x11-drivers/nvidia-drivers-1.0.8774) 
 
 So again, how can I get this driver back since it seems to be missing
 from portage now?! *sigh*

nvidia.com suggests using 96.43.05 but if you want 1.0.8774 you can
download it from the archive section of that site and install it
manually.
 

-- 
Neil Bothwick

As a computer, I find your faith in technology amusing.


signature.asc
Description: PGP signature


Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Willie Wong
On Tue, Mar 04, 2008 at 01:57:56PM -0800, Penguin Lover Daevid Vincent squawked:
 So this page finally loaded today:
 http://gentoo-wiki.com/HARDWARE_Video_Card_Support_Under_XGL#nVidia
 
 And it says:

Please do as you are told and read the OFFICIAL gentoo website?

http://www.gentoo.org/doc/en/nvidia-guide.xml

Which clearly states: 

-begin snip-
Older cards such as the GeForce 3 or GeForce 4 series require the 96.x
drivers. For these cards, you should mask =x11-drivers/nvidia-drivers-97.00 
in your /etc/portage/package.mask file. This will prevent newer 
versions of the driver which are incompatible with your card from being 
installed. 
-end snip---

This information is also found on nVidia's website. 

I have the (almost) exact same card as you do. It should not be a
problem. 

W

-- 
I live in my own little world.
It's okay -- they know me here.
Sortir en Pantoufles: up 452 days, 22:10
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] New trustees for the Gentoo Foundation were just elected

2008-03-04 Thread Jerry McBride

In case you guys missed it

[ Quote ]
| New trustees for the Gentoo Foundation  were just elected. The foundation 
| takes care of Gentoo's intellectual property (copyrights, trademarks) and 
| money. It ensures that nobody violates our copyrights and trademarks, serves 
| as a place to hold money, and decides where to devote that money in the best 
| interests of Gentoo.    
`

http://www.gentoo.org/news/20080302-foundation-election.xml

-- 


From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem with FONTS under X

2008-03-04 Thread Andrey Falko
On Tue, Mar 4, 2008 at 11:12 AM,  [EMAIL PROTECTED] wrote:
 Hi!

  I have problem with fonts under gentoo. After 2 days of installing new 
 system i found, that applications like KDE:4 and FIREFOX don't show text - 
 menus, icons labels or web pages don't have nothing but peace of lines (I 
 think that lines are CTRL+Key underlines). I provide with this message 
 screenshot. Please help, Today I again recompiled whole system.

  Greets, Mateusz M.

Have you tried revdep-rebuid? If you do not have that command, emerge gentoolkit

Let us know what happens
-- 
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Daevid Vincent
 

 -Original Message-
 From: Willie Wong [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 04, 2008 3:41 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] How do I get the 
 x11-drivers/nvidia-drivers-1.0.8776-r1 back?
 
 On Tue, Mar 04, 2008 at 01:57:56PM -0800, Penguin Lover 
 Daevid Vincent squawked:
  So this page finally loaded today:
  http://gentoo-wiki.com/HARDWARE_Video_Card_Support_Under_XGL#nVidia
  
  And it says:
 
 Please do as you are told and read the OFFICIAL gentoo website?
 
 http://www.gentoo.org/doc/en/nvidia-guide.xml
 
 Which clearly states: 
 
 -begin snip-
 Older cards such as the GeForce 3 or GeForce 4 series require the 96.x
 drivers. For these cards, you should mask 
 =x11-drivers/nvidia-drivers-97.00 
 in your /etc/portage/package.mask file. This will prevent newer 
 versions of the driver which are incompatible with your card 
 from being 
 installed. 
 -end snip---
 
 This information is also found on nVidia's website. 
 
 I have the (almost) exact same card as you do. It should not be a problem.


 -Original Message-
 From: Neil Bothwick [mailto:[EMAIL PROTECTED] 

 nvidia.com suggests using 96.43.05

And, as I already posted twice now...

 I emerge again, and it gives me 96.43.05.
 Now when I start X, I have a blank/black screen. 

This driver is NOT working with my card.

Perhaps I need to wipe out all the files (which ones?) or something and
re-install it again, but I guarantee it's doing exactly as I said it is.
Black screen when X starts.

I'm curious if you have XGL working with it. I had it working in Ubuntu
prior to the current release which broke it (I tripple boot). So I know the
card is cabable of it. I just never got it working in Gentoo.

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



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Dale

Daevid Vincent wrote:
 

  

-Original Message-
From: Willie Wong [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 04, 2008 3:41 PM

To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How do I get the 
x11-drivers/nvidia-drivers-1.0.8776-r1 back?


On Tue, Mar 04, 2008 at 01:57:56PM -0800, Penguin Lover 
Daevid Vincent squawked:


So this page finally loaded today:
http://gentoo-wiki.com/HARDWARE_Video_Card_Support_Under_XGL#nVidia

And it says:
  

Please do as you are told and read the OFFICIAL gentoo website?

http://www.gentoo.org/doc/en/nvidia-guide.xml

Which clearly states: 


-begin snip-
Older cards such as the GeForce 3 or GeForce 4 series require the 96.x
drivers. For these cards, you should mask 

=x11-drivers/nvidia-drivers-97.00 
  
in your /etc/portage/package.mask file. This will prevent newer 
versions of the driver which are incompatible with your card 
from being 
installed. 
-end snip---


This information is also found on nVidia's website. 


I have the (almost) exact same card as you do. It should not be a problem.




  

-Original Message-
From: Neil Bothwick [mailto:[EMAIL PROTECTED] 


nvidia.com suggests using 96.43.05



And, as I already posted twice now...

  

I emerge again, and it gives me 96.43.05.
Now when I start X, I have a blank/black screen. 



This driver is NOT working with my card.

Perhaps I need to wipe out all the files (which ones?) or something and
re-install it again, but I guarantee it's doing exactly as I said it is.
Black screen when X starts.

I'm curious if you have XGL working with it. I had it working in Ubuntu
prior to the current release which broke it (I tripple boot). So I know the
card is cabable of it. I just never got it working in Gentoo.

  


Have you looked in /var/log/Xorg.0.log to see what is not working?  Also 
look in /var/log/kdm.log to see if there is any errors in there.  You 
may have other files that may have a error message that will give clues 
as to what is not working.


May help to post those as well.  even the commands like cat 
/var/log/kdm.log | grep EE and cat /var/log/Xorg.0.log | grep EE may 
provide some info.


Also, try lsmod to see if the module is even loading at all.  I know 
sometimes my nvidia does not load when I update the kernel. 


These are just ideas but may be worth a try.

Dale

:-)  :-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Suspend/Hibernate on Dell Inspiron 6000

2008-03-04 Thread Gafei Szeto

Here's my /etc/hibernate/ram.conf and common.conf

http://www.nabble.com/file/p15841943/common.conf common.conf 

http://www.nabble.com/file/p15841943/ram.conf ram.conf 




Yahya Mohammad-2 wrote:
 
 
 Could you please post those files? I haven't had any luck so far even
 with 8.455.2-r1 drivers. Thanks in advance.
 -- 
 gentoo-user@lists.gentoo.org mailing list
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Suspend-Hibernate-on-Dell-Inspiron-6000-tp15666510p15841943.html
Sent from the gentoo-user mailing list archive at Nabble.com.

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



RE: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Daevid Vincent
 
  I emerge again, and it gives me 96.43.05.
  Now when I start X, I have a blank/black screen. 
  
  This driver is NOT working with my card.

Okay I followed the Wiki as instructed to the letter. Same EXACT problem. It
all seems to go fine, but I get a black screen when X starts. Not like a
back-lit one either. Like power off black. I know X is running, I can see
the processes, and it doesn't seem locked up either. I just can't see
anything.

 May help to post those as well.  even the commands like cat 
 /var/log/kdm.log | grep EE and cat /var/log/Xorg.0.log | 
 grep EE may provide some info.

I don't run KDM or any other manager like that.

locutus ~ # cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux locutus.daevid.com 2.6.23-gentoo-r9 #3
PREEMPT Tue Mar 4 18:28:41 PST 2008 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER

Shows no errors that I see right?

 Also, try lsmod to see if the module is even loading at all.  I know 
 sometimes my nvidia does not load when I update the kernel. 

locutus ~ # lsmod | grep nvidia
nvidia   4717848  0 

Thanks for the ideas, I think it's just this P.O.S. card and the fact that
nVidia is screwing me by not supporting it anymore in these later drivers.
Not sure why Willie's works though. That is curious, hopeful and frustrating
at the same time.

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



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Dale

Daevid Vincent wrote:
 
  

I emerge again, and it gives me 96.43.05.
Now when I start X, I have a blank/black screen. 



This driver is NOT working with my card.
  


Okay I followed the Wiki as instructed to the letter. Same EXACT problem. It
all seems to go fine, but I get a black screen when X starts. Not like a
back-lit one either. Like power off black. I know X is running, I can see
the processes, and it doesn't seem locked up either. I just can't see
anything.

  
May help to post those as well.  even the commands like cat 
/var/log/kdm.log | grep EE and cat /var/log/Xorg.0.log | 
grep EE may provide some info.



I don't run KDM or any other manager like that.

locutus ~ # cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux locutus.daevid.com 2.6.23-gentoo-r9 #3
PREEMPT Tue Mar 4 18:28:41 PST 2008 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER

Shows no errors that I see right?

  
Also, try lsmod to see if the module is even loading at all.  I know 
sometimes my nvidia does not load when I update the kernel. 



locutus ~ # lsmod | grep nvidia
nvidia   4717848  0 


Thanks for the ideas, I think it's just this P.O.S. card and the fact that
nVidia is screwing me by not supporting it anymore in these later drivers.
Not sure why Willie's works though. That is curious, hopeful and frustrating
at the same time.

  


I have a older card too, FX-5200 I think it is, and it seems to work 
fine.  I use nvidia-drivers-100.14.19 and it works fine but maybe mine 
is new enough to still be supported.  Looks like it would stay in the 
tree if it is the only driver that supports older cards.  Sort of confused.


I have read about this before either on this list or on the forums.  You 
searched the archives yet?  I'm clueless.  I never had trouble with 
nvidia drivers like this.


Dale

:-)  :-)
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Willie Wong
On Tue, Mar 04, 2008 at 06:14:02PM -0800, Penguin Lover Daevid Vincent squawked:
 And, as I already posted twice now...
 
  I emerge again, and it gives me 96.43.05.
  Now when I start X, I have a blank/black screen. 

Oops, sorry about that, short memory. 
 
 This driver is NOT working with my card.
 
 Perhaps I need to wipe out all the files (which ones?) or something and
 re-install it again, but I guarantee it's doing exactly as I said it is.
 Black screen when X starts.

No errors? That's weird. Okay, I hope this isn't something you have
also mentioned before: have you tried the 96.43.01 one that is
supposed to be stable (.05 is in ~)? It probably won't make
difference, what with the binary drivers being released by nVidia and
all that. 

If you really want to try the old ones:

http://www.nvidia.com/object/linux_display_archive.html

 I'm curious if you have XGL working with it. I had it working in Ubuntu
 prior to the current release which broke it (I tripple boot). So I know the
 card is cabable of it. I just never got it working in Gentoo.

I tried once, a year or so, maybe more, ago. Some applications did not
play nice with it. And it was rather slow. So I stopped using it.
Haven't tried recently. 

Good luck, 

W

-- 
REMEMBER: Stressed spelled backward is desserts
Sortir en Pantoufles: up 453 days,  1:58
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Willie Wong
On Tue, Mar 04, 2008 at 07:05:37PM -0800, Penguin Lover Daevid Vincent squawked:
 locutus ~ # cat /var/log/Xorg.0.log | grep EE
 Current Operating System: Linux locutus.daevid.com 2.6.23-gentoo-r9 #3
 PREEMPT Tue Mar 4 18:28:41 PST 2008 i686
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (II) Loading extension MIT-SCREEN-SAVER
 
 Shows no errors that I see right?

Hum, can you read the log to see if there's anything at all
suspicious? 

Good luck, 

W
-- 
A boy mathematician and a girl mathematician face each other from
opposite sides of a room, and at the same time a boy engineer and a
girl engineer face each other from opposite sides of the room. At the
end of each minute, each boy-girl pair is allowed to halve their
distance from each other. The boy and girl mathematicians never meet,
but after a few minutes the engineers get close enough for all
practical purposes.
Sortir en Pantoufles: up 453 days,  2:17
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1424 (76378-76427)

2008-03-04 Thread mvidela
Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, 
todos los temas relacionados con soporte técnico deben ser realizadas al correo 
electrónico [EMAIL PROTECTED] 

Muchas gracias y disculpe las molestías.

Automáticamente este email será reenvio a [EMAIL PROTECTED]



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



[gentoo-user] Re: killing gnome light - pathetic cry for help.

2008-03-04 Thread Hans de Graaff
On Mon, 25 Feb 2008 13:15:22 -0800, Michael Higgins wrote:

 I use Gnome ['gnome-light'] as my WM.
 
 For the past few months (many months) I've had the 'gnome-panel' lock up
 on me. Nothing is clearly causing this. Rebuilding has not seemed to
 help. Of course, what to rebuild? Everything?

I've seen this issue a few times and found that the esound daemon was to 
blame. Killing just that got things back in a workeable state again.

Kind regards,

Hans

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



Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1424 (76378-76427)

2008-03-04 Thread Iain Buchanan

On Wed, 2008-03-05 at 02:05 -0200, [EMAIL PROTECTED] wrote:
 Por las nuevas políticas de calidad ISO 9001 que la empresa está 
 implementando, todos los temas relacionados con soporte técnico deben ser 
 realizadas al correo electrónico [EMAIL PROTECTED] 
 
 Muchas gracias y disculpe las molestías.
 
 Automáticamente este email será reenvio a [EMAIL PROTECTED]


NO!
-- 
Iain Buchanan iaindb at netspace dot net dot au

Intel Inside, Idiot Outside.

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



Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1424 (76378-76427)

2008-03-04 Thread Dale

Iain Buchanan wrote:

On Wed, 2008-03-05 at 02:05 -0200, [EMAIL PROTECTED] wrote:
  
Por las nuevas políticas de calidad ISO 9001 que la empresa está implementando, todos los temas relacionados con soporte técnico deben ser realizadas al correo electrónico [EMAIL PROTECTED] 


Muchas gracias y disculpe las molestías.

Automáticamente este email será reenvio a [EMAIL PROTECTED]




NO!
  



Someone sent this person a message about this the other day.  Is there 
no way to unsubscribe them until they get this sorted out so we don't 
get a truly useless message?


Just curious.  Someone has to have root access to the mail server don't 
they?


Dale

:-)  :-)  :-) 
--

gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Digest of gentoo-user@lists.gentoo.org issue 1424 (76378-76427)

2008-03-04 Thread Neil Bothwick
On Wed, 05 Mar 2008 00:38:40 -0600, Dale wrote:

 Someone sent this person a message about this the other day.  Is there 
 no way to unsubscribe them until they get this sorted out so we don't 
 get a truly useless message?

File a bug report.


-- 
Neil Bothwick

Shatner, when the wig fell.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: killing gnome light - pathetic cry for help.

2008-03-04 Thread W.Kenworthy
emerge gnome-panel and gnome-applets

BillK


On Wed, 2008-03-05 at 07:12 +0100, Hans de Graaff wrote:
 On Mon, 25 Feb 2008 13:15:22 -0800, Michael Higgins wrote:
 
  I use Gnome ['gnome-light'] as my WM.
  
  For the past few months (many months) I've had the 'gnome-panel' lock up
  on me. Nothing is clearly causing this. Rebuilding has not seemed to
  help. Of course, what to rebuild? Everything?
 
 I've seen this issue a few times and found that the esound daemon was to 
 blame. Killing just that got things back in a workeable state again.
 
 Kind regards,
 
 Hans
 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How do I get the x11-drivers/nvidia-drivers-1.0.8776-r1 back?

2008-03-04 Thread Neil Bothwick
On Tue, 4 Mar 2008 18:14:02 -0800, Daevid Vincent wrote:

  -Original Message-
  From: Neil Bothwick [mailto:[EMAIL PROTECTED] 
 
  nvidia.com suggests using 96.43.05  
 
 And, as I already posted twice now...
 
  I emerge again, and it gives me 96.43.05.
  Now when I start X, I have a blank/black screen.   
 
 This driver is NOT working with my card.

I know. I didn't say you should use it, I just told you that Nvidia claim
it should work with your card, which indicates the fault may lie
elsewhere than the driver version. I also told you where to get the 8774
driver, did you try that?


-- 
Neil Bothwick

WinErr 00A: Promotional literature overflow - Mailbox full


signature.asc
Description: PGP signature