[gentoo-user] openssh login problems

2006-03-07 Thread Stefan Riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at [193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell (non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax 16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openssh login hangs

2006-03-07 Thread Stefan Riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at [193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell (non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax 16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openssh login hangs

2006-03-07 Thread stefan riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at
[193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software
version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell
(non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches
the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue:
publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax
16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need
to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan






___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] external usb hard drive problem

2006-01-12 Thread Stefan Riha
Hi!

Yesterday I bought an external hard drive (lacie, 250 GB, usb 2.0).
I did 
fdisk /dev/sda1
and created a single primary partition.
this creates /dev/sda1p1 or something like that.
(could my problem have to do with the fact that I didn't do
fdisk /dev/sda 
instead? I mean, without the 1 at the end of the line?)

Then I did 
mke2fs -j /dev/sda1
mount -t ext3 /dev/sda1 /mnt/external

and it worked.
Now the problem is that when I copy data from my computers hard drive to
the external drive, the process often hangs up. In KDE's copy process 
window appears stalled.
This happens even more often if I copy from another external hard drive on
my external hard drive. Both of these hang on the USB 2 pci card with four 
slots.
When these two things happen, the green light on the ext. harddrive (ehd) is 
burning.
That means it's working on something.
If I try to unmount the ehd, it doesn't work of course, because the copying
process is still active. If I kill this process with
kill -9 PID
it can't be killed.
The only thing I can think of is 
shutdown 
The real big problem is that I cannot remount the ehd again. 
When I do 
mount -t ext3 /dev/sda1 /mnt/external
there is no error message, but the process is never terminated.
The cursor jumps to the next line and nothing happens,
except that the green light on the ehd starts burning.
Seems like the Filesystem is destroyed? If I do 
fdisk /dev/sda1 
there is a line telling about some flag that will be removed when
I press w(rite). I'm sorry, my computer isn't connected to the net,
so I can't give you the exact messages.

Did I use the right format (ext3)?
What's the command for formating in xfs?
I use genkernel 2.4 (and don't want to upgrade), is that part of the problem?

Thanks for the help,
 --Stefan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] alsa envy24control problem

2005-06-20 Thread stefan riha
Hello!

I need the program envy24control which is part of
alsa-tools to run my soundcard.
But starting the program gives the following error
message:

envy24control
using--- input_channels: 0
 --- output_channels: 2
 --- pcm_output_channels: 8
 --- spdif in/out channels: 2

Gtk-WARNING **: invalid cast from (NULL) pointer to
`GtkObject'
Segmentation fault

Thanks,
 --Stefan






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] alsa envy24control problem

2005-06-20 Thread stefan riha
DEPEND==media-libs/alsa-lib-1.0.0
virtual/alsa
X? ( =x11-libs/fltk-1.1*
 =x11-libs/gtk+-1.2* )

I tried that, the error message is still the same.

CFlags are (this is default on my computer):

CFLAGS=-O3 -march=pentium3 -fprefetch-loop-arrays
-funroll-loops -pipe






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



Ant: Re: [gentoo-user] gtk+-2.6.4 automake missing

2005-06-15 Thread stefan riha
No, it wasn't. 
Now it is and everything works well.

Thank you,
 --Stefan


--- Zac Medico [EMAIL PROTECTED] schrieb:

 stefan riha wrote:
  Hello!
  I tried to emerge gimp, causing the following
 error
  message:
  
  
 Unpacking gtk+-2.6.4.tar.bz2 to
  
  /var/tmp/portage/gtk+-2.6.4-r1/work
  
 Unpacking gtk+-2.6-smoothscroll-r2.patch to
  
  /var/tmp/portage/gtk+-2.6.4-r1/work
  unpack gtk+-2.6-smoothscroll-r2.patch: file format
 not
  recognized. Ignoring.
[32;01m* [0m Applying
  gtk+-2.2.1-disable_icons_smooth_alpha.patch ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
[32;01m* [0m Applying
 gtk+-2.6-smoothscroll-r2.patch
  ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
[32;01m* [0m Applying
  gtk+-2.6.4-bmp_reject_corrupt.patch ...
   [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  am-wrapper: /usr/bin/automake-1.7 is missing or
 not
  executable.
  Please try emerging the correct
 version of
  automake.
  
 
 Is /usr/bin/automake-1.7 there?
 
 emerge =automake-1.7*
 
 Zac
 -- 
 gentoo-user@gentoo.org mailing list
 
 





___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gtk+-2.6.4 automake missing

2005-06-14 Thread stefan riha
Hello!
I tried to emerge gimp, causing the following error
message:

 Unpacking gtk+-2.6.4.tar.bz2 to
/var/tmp/portage/gtk+-2.6.4-r1/work
 Unpacking gtk+-2.6-smoothscroll-r2.patch to
/var/tmp/portage/gtk+-2.6.4-r1/work
unpack gtk+-2.6-smoothscroll-r2.patch: file format not
recognized. Ignoring.
  [32;01m* [0m Applying
gtk+-2.2.1-disable_icons_smooth_alpha.patch ...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  [32;01m* [0m Applying gtk+-2.6-smoothscroll-r2.patch
...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
  [32;01m* [0m Applying
gtk+-2.6.4-bmp_reject_corrupt.patch ...
 [A [-7G   [34;01m[  [32;01mok [34;01m ] [0m
am-wrapper: /usr/bin/automake-1.7 is missing or not
executable.
Please try emerging the correct version of
automake.

!!! ERROR: x11-libs/gtk+-2.6.4-r1 failed.
!!! Function src_unpack, Line 62, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error,
NOT this status message.


What can I do?
Thanks,
 --Stefan






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list