[gentoo-user] fprobe: bind(): Address family not supported by protocol

2011-08-26 Thread Alexander Tiurin
Hi!
After upgrade to gentoo-sources-3.0.3  from
sys-kernel/openvz-sources-2.6.32.11.1 fprobe does not start:


/etc/init.d/fprobe start
 * Starting fprobe ...
bind(): Address family not supported by protocol


strace -tt fprobe 127.0.0.1:555
 
02:42:53.248942 brk(0x13ad000)  = 0x13ad000
02:42:53.249015 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
02:42:53.249075 bind(3, {sa_family=AF_UNSPEC, 
sa_data=\0\0\0\0\0\0\0\0\0\0\0\0\0\0}, 16) = -1 EAFNOSUPPORT (Address family 
not supported by protocol)
02:42:53.249168 write(2, bind(): Address family not suppo..., 49bind(): 
Address family not supported by protocol

The full output of strace URL: http://paste.pocoo.org/show/465067/


Any ideas?



Re: [gentoo-user] consolefont do not start after migration to openrc

2011-05-14 Thread Alexander Tiurin
On Tue, 10 May 2011 16:48:15 -0500
Paul Hartman paul.hartman+gen...@gmail.com wrote:

PH On Tue, May 10, 2011 at 12:38 PM, Alexander Tiurin
PH ar...@fromru.com wrote:
PH  I tried add consolefont to boot or default runlevel, but
PH  consolefont is not start
PH 
PH consolefont is in openrc, did you recently upgrade baselayout and
PH friends? Maybe there's some config updates needed.
PH 



I changed rc_sys=uml to rc_sys= and consolefont starting perfectly. 
Thanks!



[gentoo-user] consolefont do not start after migration to openrc

2011-05-10 Thread Alexander Tiurin
Hi!
I tried add consolefont to boot or default runlevel, but consolefont
is not start
# /etc/init.d/cosolefont status
 * status: stopped

Can anyone to solve this problem?

# grep consolefont /var/log/rc.log

/etc/rc.conf 
rc_shell=/sbin/sulogin
rc_logger=YES
unicode=YES
rc_sys=uml
rc_tty_number=12




[gentoo-user] proftpd issue after openssl update

2010-11-19 Thread Alexander Tiurin
hi!
After the latest update to openssl-1.0.0b-r1 and running revdep-rebuild
and /etc/init.d/proftpd restart  I get this messages:


# revdep-rebuild -i
.
==cut==
.
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 100% ]

 * Dynamic linking on your system is consistent... All done.


# /etc/init.d/proftpd restart

 * Stopping   ProFTPD ... [ok]
 * Starting ProFTPD ...
 - mod_tls/2.4.1: compiled using OpenSSL version 'OpenSSL 1.0.0a 1 Jun
   2010' headers, but linked  to OpenSSL version 'OpenSSL  1.0.0b 16
   Nov 2010' library  [ ok ]

How do I go about fixing my problem?






[gentoo-user] virt-manager: Warning: KVM is not available

2010-09-06 Thread Alexander Tiurin
Hi!

I start virt-manager-0.8.5, create a new  virtual machine and get a
message  Warning: KVM is not available  Why?

Thanks.


Some details:

lsmod | grep kvm
kvm_intel  35560  0 
kvm   207681  1 kvm_intel


getfacl /dev/kvm 
getfacl: Removing leading '/' from absolute path names
# file: dev/kvm
# owner: root
# group: kvm
user::rw-
user:alexanderyt:rw-
group::rw-
mask::rw-
other::---


uid=1000(alexanderyt) gid=1000(alexanderyt)
groups=1000(alexanderyt),10(wheel),18(audio),27(video),446(plugdev),447(pulse-access),448(pulse),453(kvm),104(vboxusers)