[Bug 936756] Re: lxc complains about cgroup not available

2012-09-06 Thread Arie Skliarouk
kernel 3.2.0-30-generic cgroup-bin 0.37.1-1ubuntu10 After boot cgroup fs is mounted onto /sys/fs/cgroup # df | grep cgroup cgroups 4088656 0 4088656 0% /sys/fs/cgroup # mount | grep cgroup cgroups on /sys/fs/cgroup type tmpfs (rw,uid=0,gid=0,mode=0755) # and

[Bug 907816] Re: libapache2-mod-php5 forgets timezone definition after some time

2012-01-01 Thread Arie Skliarouk
I am sorry, the problem was on my side. We have both python-django and php sites running on the same server. The django-based site was misconfigured to reset server's timezone to America/Chicago. Apparently if the timezone is specified programmatically by a php or python script, it is

[Bug 907816] Re: libapache2-mod-php5 forgets timezone definition after some time

2011-12-22 Thread Arie Skliarouk
** Attachment added: print_timezone.php https://bugs.launchpad.net/bugs/907816/+attachment/2643959/+files/print_timezone.php -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/907816

[Bug 907816] [NEW] libapache2-mod-php5 forgets timezone definition after some time

2011-12-22 Thread Arie Skliarouk
Public bug reported: Under libapache2-mod-php5 5.3.2-1ubuntu4.10 (as provided by Lucid LTS release) php scripts tend to forget timezone after some time. The timezone is correctly set in the /etc/php5/conf.d/timezone.ini file: [Date] date.timezone=UTC It works properly for several hours after

[Bug 622077] Re: Unable to start ubuntu hardy server guest os with kvm

2010-11-21 Thread Arie Skliarouk
Same problem, under ubuntu 10.10 (maverick) when installed ubuntu intrepid 8.10 as a guest. -- Unable to start ubuntu hardy server guest os with kvm https://bugs.launchpad.net/bugs/622077 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 622077] Re: Unable to start ubuntu hardy server guest os with kvm

2010-11-21 Thread Arie Skliarouk
Solved for me - my problem was that I did not reboot the physical machine after installing kvm+libvirt packages and thus the virtual machine was running QEMU software virtualization and not HW-based KVM one. Apparently QEMU has some issues with the SeaBIOS, which prevents int13 to operate

[Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2010-05-19 Thread Arie Skliarouk
KVM on lucid appears to prioritize pa: #kvm -audio-help | grep ^Name Name: pa Name: alsa Name: sdl Name: oss Name: none Name: wav but in effect alsa is still used... could it be related to the fact that by default pulse-audio daemon is started per user, whereas kvm starts the virtual machines

[Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2009-12-30 Thread Arie Skliarouk
Hmm, yesterday sound from KVM+ALSA worked for the whole day (using export QEMU_AUDIO_DRV=alsa) but today the audio from KVM works for couple of seconds only (enough to hear the startup audio from windows only)! This is repeatable each time I shutdown and start the windows XP SP2 virtual

[Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2009-12-29 Thread Arie Skliarouk
I added export QEMU_AUDIO_DRV=pa to the /etc/default/libvirt-bin and looks like that the parameter is passed to the KVM, as the KVM does not use the /dev/snd/* directly. But then audio from KVM works for couple of seconds only (enough to hear the startup audio from windows, but not much more than

[Bug 304649] Re: Include pulseaudio driver

2009-12-29 Thread Arie Skliarouk
As I wrote here: https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/393430 The PA is not working well from KVM: I added export QEMU_AUDIO_DRV=pa to the /etc/default/libvirt-bin and looks like that the parameter is passed to the KVM, as the KVM does not use the /dev/snd/* directly. But then audio

[Bug 419182] Re: KVM and audio driver in Windows 7

2009-12-08 Thread Arie Skliarouk
virt-manager provides only three options for audio card: es1370, sb16 and pcskp. I tried to use sb16 audio card for the windows7 instance and Windows have not even recognized it (with es1370 it at least detected the Multimedia Audio Controller). Someone posted success with Windows 3.1 Driver

[Bug 304649] Re: Include pulseaudio driver

2009-10-21 Thread Arie Skliarouk
The latests qemu-kvm (version 0.11.0-0ubuntu6) in karmic still uses ALSA instead of pulseaudio. This is described in my latests post to another bug over here: https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/393430 (#393430) Are these two issues duplicates? Will the bug be fixed in time for

[Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2009-10-18 Thread Arie Skliarouk
** Summary changed: - kvm: please prefer ALSA over OSS + kvm: use PulseAudio instead of ALSA -- kvm: use PulseAudio instead of ALSA https://bugs.launchpad.net/bugs/393430 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. --

[Bug 393430] Re: kvm: use PulseAudio instead of ALSA

2009-10-18 Thread Arie Skliarouk
Can kvm launch qemu with pulseaudio driver, so that audio could be heard both from native Linux machine and from the windows machine? Currently kvm launches qemu with ALSA driver. By then, the ALSA soundcard is taken by pulseaudio and qemu has no luck to open the audio device for itself. If I

[Bug 400150] Re: Cannot determine QEMU argv syntax

2009-09-23 Thread Arie Skliarouk
** Tags added: karmic -- Cannot determine QEMU argv syntax https://bugs.launchpad.net/bugs/400150 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 400150] Re: Cannot determine QEMU argv syntax

2009-09-23 Thread Arie Skliarouk
Looks like the bug have been fixed in karmic. (I got it by mistake when I installed virt-manager 0.7.0-3ubuntu1, but forgot to install libvirt of corresponding version). ** Tags removed: karmic -- Cannot determine QEMU argv syntax https://bugs.launchpad.net/bugs/400150 You received this bug

[Bug 393430] Re: kvm: please prefer ALSA over OSS

2009-09-23 Thread Arie Skliarouk
After installation of qemu-kvm package from karmic (version 0.11.0~rc2-0ubuntu9) the situation is better, as order of the audio driver has changed (I am not sure that it matters): # kvm -audio-help | grep ^Name Name: alsa Name: pa Name: oss Name: sdl Name: none Name: wav # I hear audio on host

[Bug 419182] Re: KVM and audio driver in Windows 7

2009-09-12 Thread Arie Skliarouk
Ok, for some reason windows 7 has no built-in driver for es1370 audio card (which is emulated by KVM by default)... Is there downloadable driver for es1370 audio card for windows 7 somewhere? May be there is a way to make KVM to emulate different kind of audio card (which windows 7 does know how

[Bug 311152] Re: Segfault when trying to use ldapsam:trusted=yes option

2008-12-24 Thread Arie Skliarouk
** Attachment added: samba configuration that causes samba crash http://launchpadlibrarian.net/20707686/smb.conf -- Segfault when trying to use ldapsam:trusted=yes option https://bugs.launchpad.net/bugs/311152 You received this bug notification because you are a member of Ubuntu Server Team,