missing updates :(

2009-09-13 Thread Eugene Apolinary
Lenny:

Iceweasel: 3.0.6
Flash Player: 10,0,22,87

Why???

It's a big security hole :(

I think I will switch to ubuntu on desktop :( :( :( omg :( :(



  

Firefox 3.5 wine

2009-09-05 Thread Eugene Apolinary
Hi

I just want to use Firefox under wine

but after I start with wine firefox.exe, I get this error message:

fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x32fcd4

does someone know what does these messages mean? How could I fix it to get a 
Fresh Firefox under wine? :)

thank you!



  

change keymap to other language

2009-08-30 Thread Eugene Apolinary
How can I change the default keyboard language under Debian Lenny?

in the console
and under GNOME too

Thank you!

Best regards



  

Re: ssh without password

2009-08-27 Thread Eugene Apolinary
Thank you!! It worked with this howto:

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

Thanks!! :))

Thank you!

--- On Thu, 8/27/09, Frank Bonnet f.bon...@esiee.fr wrote:

From: Frank Bonnet f.bon...@esiee.fr
Subject: Re: ssh without password
To: Eugene Apolinary eugeneapolinar...@yahoo.com
Cc: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Thursday, August 27, 2009, 7:16 AM

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Look here

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html



Eugene Apolinary wrote:
 Hi...
 
 It's just not working! :(
 
 Machine [A]: Debian Lenny [server]
 Machine [B]: Debian Lenny [client]
 
 I just want to SSH from [A] to [B] without password...
 
 [A]
 # apt-get install openssh-server
 
 # dpkg -l|grep ssh
 ii  openssh-blacklist                   0.4.1                    list of 
 default blacklisted OpenSSH RSA and 
 ii  openssh-blacklist-extra             0.4.1                    list of 
 non-default blacklisted OpenSSH RSA 
 ii  openssh-client                      1:5.1p1-5                secure shell 
 client, an rlogin/rsh/rcp repla
 ii  openssh-server                      1:5.1p1-5                secure shell 
 server, an rshd replacement
 
 # ssh-keygen -b 4096 -t rsa -v
 [I didn't give password, when it asked to, I just hit enter]
 
 [B]
 I copied the generated id_rsa.pub file to the [B] and:
 
 cat id_rsa.pub  /home/user/.ssh/authorized_keys
 cat id_rsa.pub  /home/user/.ssh/authorized_keys2
 
 # dpkg -l | grep ssh
 ii  libssh2-1                                     0.18-1                     
 SSH2 client-side library
 ii  openssh-client                                1:5.1p1-5                  
 secure shell client, an rlogin/rsh/rcp replacement
 
 ssh r...@ip
 [I answered yes, then it wants me to give password :\  if I give the 
 correct password, it logs me in, ok, but why didn't it worked without 
 password?]
 
 
 What am I missing?? :( Please help
 
 ssh -v
 http://pastebin.com/fe2fc0d0
 
 [A]
 # ls -la
 total 7
 drwx-- 2 root root 1024 2009-08-25 17:47 .
 drwxr-xr-x 5 root root 1024 2009-08-25 17:53 ..
 -rw--- 1 root root 3239 2009-08-25 17:47 id_rsa
 -rw-r--r-- 1 root root  733 2009-08-25 17:47 id_rsa.pub
 
 [B]
 $ ls -la
 total 16
 drwx--  2 user user   69 2009-08-27 00:51 .
 drwx-- 59 user user 4096 2009-08-27 00:53 ..
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys2
 -rw-r--r--  1 user user  442 2009-08-27 00:51 known_hosts
 
 
       

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

iEYEARECAAYFAkqWMq8ACgkQ6f7UMO5oSsVJcwCdE2IVKuJlBjSRHhONHwniJD1f
OWMAn3xWsrS5hNAeBGsTwyHDBPSJ/Rfy
=1iTG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  

Re: ssh without password

2009-08-27 Thread Eugene Apolinary
I think the problem was, that I generated the rsa key on the server [and have 
the id_rsa there], not on the client [I wanted to log in to the server from the 
client] :D:D

thanks again :))

--- On Thu, 8/27/09, Eugene Apolinary eugeneapolinar...@yahoo.com wrote:

From: Eugene Apolinary eugeneapolinar...@yahoo.com
Subject: Re: ssh without password
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Thursday, August 27, 2009, 8:25 AM

Thank you!! It worked with this howto:

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html

Thanks!! :))

Thank you!

--- On Thu, 8/27/09, Frank Bonnet f.bon...@esiee.fr wrote:

From: Frank Bonnet f.bon...@esiee.fr
Subject: Re: ssh without password
To: Eugene Apolinary eugeneapolinar...@yahoo.com
Cc: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Thursday, August 27, 2009, 7:16 AM

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Look here

http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html



Eugene Apolinary wrote:
 Hi...
 
 It's just not working! :(
 
 Machine [A]: Debian Lenny [server]
 Machine [B]: Debian Lenny [client]
 
 I just want to SSH from [A] to [B] without password...
 
 [A]
 # apt-get install openssh-server
 
 # dpkg -l|grep ssh
 ii  openssh-blacklist                   0.4.1                    list of 
 default blacklisted OpenSSH RSA and 
 ii  openssh-blacklist-extra             0.4.1                    list of 
 non-default blacklisted OpenSSH RSA 
 ii  openssh-client               
       1:5.1p1-5                secure shell client, an rlogin/rsh/rcp repla
 ii  openssh-server                      1:5.1p1-5                secure shell 
 server, an rshd replacement
 
 # ssh-keygen -b 4096 -t rsa -v
 [I didn't give password, when it asked to, I just hit enter]
 
 [B]
 I copied the generated id_rsa.pub file to the [B] and:
 
 cat id_rsa.pub  /home/user/.ssh/authorized_keys
 cat id_rsa.pub  /home/user/.ssh/authorized_keys2
 
 # dpkg -l | grep ssh
 ii  libssh2-1                                     0.18-1                 
    SSH2 client-side library
 ii  openssh-client                                1:5.1p1-5                  
 secure shell client, an rlogin/rsh/rcp replacement
 
 ssh r...@ip
 [I answered yes, then it wants me to give password :\  if I give the 
 correct password, it logs me in, ok, but why didn't it worked without 
 password?]
 
 
 What am I missing?? :( Please help
 
 ssh -v
 http://pastebin.com/fe2fc0d0
 
 [A]
 # ls -la
 total 7
 drwx-- 2 root root 1024 2009-08-25 17:47 .
 drwxr-xr-x 5 root root 1024 2009-08-25 17:53 ..
 -rw--- 1 root root 3239 2009-08-25 17:47 id_rsa
 -rw-r--r-- 1 root root  733 2009-08-25 17:47
 id_rsa.pub
 
 [B]
 $ ls -la
 total 16
 drwx--  2 user user   69 2009-08-27 00:51 .
 drwx-- 59 user user 4096 2009-08-27 00:53 ..
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys2
 -rw-r--r--  1 user user  442 2009-08-27 00:51 known_hosts
 
 
       

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

iEYEARECAAYFAkqWMq8ACgkQ6f7UMO5oSsVJcwCdE2IVKuJlBjSRHhONHwniJD1f
OWMAn3xWsrS5hNAeBGsTwyHDBPSJ/Rfy
=1iTG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  


  

ssh without password

2009-08-26 Thread Eugene Apolinary
Hi...

It's just not working! :(

Machine [A]: Debian Lenny [server]
Machine [B]: Debian Lenny [client]

I just want to SSH from [A] to [B] without password...

[A]
# apt-get install openssh-server

# dpkg -l|grep ssh
ii  openssh-blacklist   0.4.1    list of 
default blacklisted OpenSSH RSA and 
ii  openssh-blacklist-extra 0.4.1    list of 
non-default blacklisted OpenSSH RSA 
ii  openssh-client  1:5.1p1-5    secure shell 
client, an rlogin/rsh/rcp repla
ii  openssh-server  1:5.1p1-5    secure shell 
server, an rshd replacement

# ssh-keygen -b 4096 -t rsa -v
[I didn't give password, when it asked to, I just hit enter]

[B]
I copied the generated id_rsa.pub file to the [B] and:

cat id_rsa.pub  /home/user/.ssh/authorized_keys
cat id_rsa.pub  /home/user/.ssh/authorized_keys2

# dpkg -l | grep ssh
ii  libssh2-1 0.18-1 
SSH2 client-side library
ii  openssh-client    1:5.1p1-5  
secure shell client, an rlogin/rsh/rcp replacement

ssh r...@ip
[I answered yes, then it wants me to give password :\  if I give the 
correct password, it logs me in, ok, but why didn't it worked without password?]


What am I missing?? :( Please help

ssh -v
http://pastebin.com/fe2fc0d0

[A]
# ls -la
total 7
drwx-- 2 root root 1024 2009-08-25 17:47 .
drwxr-xr-x 5 root root 1024 2009-08-25 17:53 ..
-rw--- 1 root root 3239 2009-08-25 17:47 id_rsa
-rw-r--r-- 1 root root  733 2009-08-25 17:47 id_rsa.pub

[B]
$ ls -la
total 16
drwx--  2 user user   69 2009-08-27 00:51 .
drwx-- 59 user user 4096 2009-08-27 00:53 ..
-rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys
-rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys2
-rw-r--r--  1 user user  442 2009-08-27 00:51 known_hosts


  

Re: ssh without password

2009-08-26 Thread Eugene Apolinary
ssh -vv
http://pastebin.com/f3d2d4e3d

ssh -vvv

http://pastebin.com/f687e372

I changed the authorized_keys permission on [B] to 600

Plus I tried to change

PasswordAuthentication no

in [A] /etc/ssh/sshd_config, and then restart ssh. But if I do this this happens

http://pastebin.ca/1544022

thank you :)

--- On Wed, 8/26/09, James Richardson ja...@jamesr.biz wrote:

From: James Richardson ja...@jamesr.biz
Subject: Re: ssh without password
To: debian-user@lists.debian.org
Date: Wednesday, August 26, 2009, 11:15 PM

Eugene Apolinary wrote:
 Hi...
 
 It's just not working! :(
 
 Machine [A]: Debian Lenny [server]
 Machine [B]: Debian Lenny [client]
 
 I just want to SSH from [A] to [B] without password...
 
 [A]
 # apt-get install openssh-server
 
 # dpkg -l|grep ssh
 ii  openssh-blacklist   0.4.1    list of 
 default blacklisted OpenSSH RSA and 
 ii  openssh-blacklist-extra 0.4.1    list of 
 non-default blacklisted OpenSSH RSA 
 ii  openssh-client  1:5.1p1-5    secure shell 
 client, an rlogin/rsh/rcp repla
 ii  openssh-server  1:5.1p1-5    secure shell 
 server, an rshd replacement
 
 # ssh-keygen -b 4096 -t rsa -v
 [I didn't give password, when it asked to, I just hit enter]
 
 [B]
 I copied the generated id_rsa.pub file to the [B] and:
 
 cat id_rsa.pub  /home/user/.ssh/authorized_keys
 cat id_rsa.pub  /home/user/.ssh/authorized_keys2
 
 # dpkg -l | grep ssh
 ii  libssh2-1 0.18-1 
 SSH2 client-side library
 ii  openssh-client    1:5.1p1-5  
 secure shell client, an rlogin/rsh/rcp replacement
 
 ssh r...@ip
 [I answered yes, then it wants me to give password :\  if I give the 
 correct password, it logs me in, ok, but why didn't it worked without 
 password?]
 
 
 What am I missing?? :( Please help
 
 ssh -v
 http://pastebin.com/fe2fc0d0
 
 [A]
 # ls -la
 total 7
 drwx-- 2 root root 1024 2009-08-25 17:47 .
 drwxr-xr-x 5 root root 1024 2009-08-25 17:53 ..
 -rw--- 1 root root 3239 2009-08-25 17:47 id_rsa
 -rw-r--r-- 1 root root  733 2009-08-25 17:47 id_rsa.pub
 
 [B]
 $ ls -la
 total 16
 drwx--  2 user user   69 2009-08-27 00:51 .
 drwx-- 59 user user 4096 2009-08-27 00:53 ..
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys
 -rw-r--r--  1 user user  733 2009-08-27 00:51 authorized_keys2
 -rw-r--r--  1 user user  442 2009-08-27 00:51 known_hosts
 
 
The permission on authorized_keys should be 600. No group/other access.
authorized_keys2, I think is not required (at least I don't seem to have
it).

Also send the output of ssh -vv ... and we can better help.

Thanks.
       
-- 
James Richardson
Debian GNU/Linux Consultant
http://www.linkedin.com/in/jamesrichardsonconsulting



  

Re: inode question

2009-08-23 Thread Eugene Apolinary


--- On Sun, 8/23/09, David Fox dfox94...@gmail.com wrote:

From: David Fox dfox94...@gmail.com
Subject: Re: inode question
To: Debian User Group debian-user@lists.debian.org
Date: Sunday, August 23, 2009, 1:45 AM

On Sat, Aug 22, 2009 at 2:09 AM, Eugene
Apolinaryeugeneapolinar...@yahoo.com wrote:
 Could that be possible to find the same inode, just because of there are two
 filesystems?

Yes, of course. Each fs is independent of the other, hence it is
possible to have two inode entries with the same number. Of course
they'd not point to the same file.

\


-- 
thanks for letting me change the magnetic patterns on your hard disk.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  

Re: inode question

2009-08-23 Thread Eugene Apolinary
ok, thank you!!

--- On Sun, 8/23/09, Eugene Apolinary eugeneapolinar...@yahoo.com wrote:

From: Eugene Apolinary eugeneapolinar...@yahoo.com
Subject: Re: inode question
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Sunday, August 23, 2009, 11:17 AM



--- On Sun, 8/23/09, David Fox dfox94...@gmail.com wrote:

From: David Fox dfox94...@gmail.com
Subject: Re: inode question
To: Debian User Group debian-user@lists.debian.org
Date: Sunday, August 23, 2009, 1:45 AM

On Sat, Aug 22, 2009 at 2:09 AM, Eugene
Apolinaryeugeneapolinar...@yahoo.com wrote:
 Could that be possible to find the same inode, just because of there are two
 filesystems?

Yes, of course. Each fs is independent of the other, hence it is
possible to have two inode entries with the same number. Of course
they'd not point to
 the same file.

\


-- 
thanks for letting me change the magnetic patterns on your hard disk.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




  


  

inode question

2009-08-22 Thread Eugene Apolinary
Could that be possible to find the same inode, just because of there are two 
filesystems?e.g.: HDD is partitionedthank you


  

Re: inode question

2009-08-22 Thread Eugene Apolinary


--- On Sat, 8/22/09, Eugene Apolinary eugeneapolinar...@yahoo.com wrote:

From: Eugene Apolinary eugeneapolinar...@yahoo.com
Subject: inode question
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: Saturday, August 22, 2009, 9:09 AM

Could that be possible to find the same inode, just because of there are two 
filesystems?e.g.: HDD is partitionedthank you


  


  

sftp with chroot?

2009-08-01 Thread Eugene Apolinary
Hi

I want to make an sftp server

- Only an sftp server
- Some users may log in by ssh (with openssh-server), some users can only use 
sftp
- Important! - Chroot! Users using sftp must only see e.g.: their home 
directory, or better: a folder in it.
- Under Debian Lenny

Is there any good, secure solution? At least links to howtos? :S

Thank You!



  

Re: sftp with chroot?

2009-08-01 Thread Eugene Apolinary
I'm trying

#!/bin/bash

apt-get install scponly
dpkg-reconfigure scponly # Select: Yes
cd /usr/share/doc/scponly/setup_chroot
gunzip setup_chroot.sh.gz
sh setup_chroot.sh # Just use default settings



Ok, now I:

echo /var/log/auth.log

Then try to log in:

sftp scpo...@localhost

Connection closed.

log:
http://pastebin.com/fbc34c01

Why doesn't it work???

p.s.: Yes, I copy the sftpd-server to /home/scponly/usr/lib/sftpd-server

is it a bug? :(

--- On Sat, 8/1/09, Eugene Apolinary eugeneapolinar...@yahoo.com wrote:

From: Eugene Apolinary eugeneapolinar...@yahoo.com
Subject: sftp with chroot?
To: debian-user@lists.debian.org
Date: Saturday, August 1, 2009, 6:50 PM

Hi

I want to make an sftp server

- Only an sftp server
- Some users may log in by ssh (with openssh-server), some users can only use 
sftp
- Important! - Chroot! Users using sftp must only see e.g.: their home 
directory, or better: a folder in it.
- Under Debian Lenny

Is there any good, secure solution? At least links to howtos? :S

Thank You!