Re: Hardware RAID

2009-10-09 Thread Alexander Kraev
Hi, Check the dmesg output. E.g, `dmesg | grep -i contr` shows: [1.484080] 3ware 9000 Storage Controller device driver for Linux v2.26.02.012. [1.720017] scsi2 : 3ware 9000 Storage Controller [1.720079] 3w-9xxx: scsi2: Found a 3ware 9000 Storage Controller at 0xfc9ff000, IRQ:

Re: lsmod shows nothing

2009-09-03 Thread Alexander Kraev
Hi, No, it's a dedicated server. modprobe -ls shows: /lib/modules/2.6.27.9/kernel/drivers/scsi/scsi_wait_scan.ko Regards, Sasha brent timothy saner wrote: Alexander Kraev wrote: Hi, I have a server running on Ubuntu 8.04. I just got an access, so I started to check how the system works

Re: Ubuntu Server Tips

2009-08-17 Thread Alexander Kraev
Hi Dave, Just finished the Russian translations. There is also a typo in the tip #24: Ubuntu Server Tip: Use pastebinit _top_ copy a file, or output of a command to a webpage allowing you to share it with others. e.g. pastebinit /proc/cpuinfo or df -h | pastebinit s/top/to/g Regards, Sasha

Re: Permissions on /var/www

2009-08-17 Thread Alexander Kraev
. Sasha James Dinkel wrote: On Mon, Aug 17, 2009 at 12:00 PM, Alexander Kraev alexander.kr...@gmail.com mailto:alexander.kr...@gmail.com wrote: Hi, It depends on web-server architecture and how many sites you are going to run inside /var/www. root:root is good for /var/www

Re: Best IDE in Ubuntu, or Which IDE do you use ?

2009-07-04 Thread Alexander Kraev
Hi, It depends on language do you use. NetBeans is good for Java development. Anjuta is for C/C++ development. There is also QDevelop and others. Regards, Alexander bvidinli wrote: Which IDE do you use mostly in Ubuntu. I mean a programming environment where you develop GUI applications

Re: ubuntu jaunty server - locale problem

2009-05-27 Thread Alexander Kraev
Hi, Try to add additional locale: sudo locale-gen ru_RU.UTF-8 (change this) sudo dpkg-reconfigure locales then check: /var/lib/locales/supported.d /usr/share/i18n/SUPPORTED Br, Alex Aljosa Mohorovic wrote: when i try to install croatian support apt-get

[Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-19 Thread Alexander Kraev
Hi, Dustin! The workaround works. Could you please give me a link to good description of private directory's encryption in Ubuntu, internals and so on. Many thanks, Alex -- Public key ssh auth doesn't work with my Encrypted Home Directory https://bugs.launchpad.net/bugs/362427 You received

[Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-19 Thread Alexander Kraev
Strange but auto mount of encrypted private directory has stopped to work. There is only Mount of private directory return code [256] error in auth.log. But I am able to mount manually the private dir after ssh login. -- Public key ssh auth doesn't work with my Encrypted Home Directory

[Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-17 Thread Alexander Kraev
Thanks, Dustin. Just tried your workaround. But it doesn't work. I steel get the same error. Just for note, there is /sbin/ecryptfs.umount_private, there is /sbin/umount.ecryptfs_private -- Public key ssh auth doesn't work with my Encrypted Home Directory https://bugs.launchpad.net/bugs/362427

[Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-17 Thread Alexander Kraev
Thanks, Dustin. Just tried your workaround. But it doesn't work. I steel get the same error. Just for note, there is no /sbin/ecryptfs.umount_private, there is /sbin/umount.ecryptfs_private -- Public key ssh auth doesn't work with my Encrypted Home Directory

[Bug 362427] [NEW] Public key ssh auth doesn't work in Jauny

2009-04-16 Thread Alexander Kraev
Public bug reported: Spent all night to understand why public key ssh auth doesn't work. It seems to me that issue only affects Jaunty. Please have a look at the details below. So, the configuration is: 1. Client - lsb_release: Ubuntu 8.10 intrepid - ssh-client: OpenSSH_5.1p1 Debian-3ubuntu1,

[Bug 362427] Re: Public key ssh auth doesn't work in Jauny

2009-04-16 Thread Alexander Kraev
** Attachment added: ssh - http://launchpadlibrarian.net/25547970/ssh-client.txt -- Public key ssh auth doesn't work in Jauny https://bugs.launchpad.net/bugs/362427 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in

[Bug 362427] Re: Public key ssh auth doesn't work in Jauny

2009-04-16 Thread Alexander Kraev
Please try public key ssh auth with Jaunty server and confirm. It seems to me this is an important issue. -- Public key ssh auth doesn't work in Jauny https://bugs.launchpad.net/bugs/362427 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 362427] Re: Public key ssh auth doesn't work in Jauny

2009-04-16 Thread Alexander Kraev
Yes, I do. You can find some information related to encryptfs in sshd log. ** Summary changed: - Public key ssh auth doesn't work in Jauny + Public key ssh auth doesn't work in Jaunty -- Public key ssh auth doesn't work in Jaunty https://bugs.launchpad.net/bugs/362427 You received this bug

[Bug 362427] Re: Public key ssh auth doesn't work in Jaunty

2009-04-16 Thread Alexander Kraev
Hmm.. Well, sound like it's not a bug. Thank you for explanation! But are there any solution or workaround to use public key auth with encrypted home dir? -- Public key ssh auth doesn't work in Jaunty https://bugs.launchpad.net/bugs/362427 You received this bug notification because you are a

[Bug 362427] Re: Public key ssh auth doesn't work in Jaunty

2009-04-16 Thread Alexander Kraev
I think it's a bug, but not related to openssh. I fixed the issue by adding this to sshd_config: AuthorizedKeysFile /etc/.ssh/%u/authorized_keys -- Public key ssh auth doesn't work in Jaunty https://bugs.launchpad.net/bugs/362427 You received this bug notification because you are a member

Re: ZFS on Linux?

2008-07-14 Thread Alexander Kraev
Hi, Have a look at http://www.wizy.org/wiki/ZFS_on_FUSE http://zfs-on-fuse.blogspot.com/ Regards, Alex DULMANDAKH Sukhbaatar wrote: As I know there is no such project to port ZFS into Linux. ZFS is still licensed under CDDL, which is not compatible with GPL though. On Sat, Jul 12, 2008 at

Re: Looking for users of redhat-cluster-suite on Ubuntu

2008-07-13 Thread Alexander Kraev
Hi Etienne, One year ago I built HA cluster based on heartbeat and ocfs2. The cluster contains two Dell servers and one storage running in a cluster mode and directly connected to the servers via SCSI cables(DAS). The system is powered by SLES 10.2 and it's still in production. The HA cluster