[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 lxc-start complains on lxc-start: cgroup is not mounted

To workaround the problem following had to be done:
/etc/init.d/cgconfig stop
mkdir -p /cgroup
mount none -t cgroup /cgroup

After that lxc-start worked properly...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/936756

Title:
  lxc complains about cgroup not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/936756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 automatically visible to all the other scripts
(which IMHO is wrong).

Thus, a random visit to the timzeone-insensitive django-based site would
automatically reset the server's timezone and thus break the php site
(which *is* sensitive to the timezone value).

Close the bug please.

-- 
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

Title:
  libapache2-mod-php5 forgets timezone definition after some time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/907816/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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

Title:
  libapache2-mod-php5 forgets timezone definition after some time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/907816/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 restart of apache. At some
point the libapache2-mod-php5 forgets the definition and starts thinking
that it's timezone is America/Chicago.

The problem does not occur if php is run using CLI. Also the problem
occurs only on one of my servers. It is not reproducible on other
similar servers.

See attached php script for demonstration of the problem. To see the problem, 
upload the php script to some server and start polling it as follows:
while [ 1 ]; do wget -O - --quiet 
http://badmachine.yourcompany.com/print_timezone.php; sleep 10; echo -n .; 
done
Once you see + in the output, this means the problem exists.

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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

Title:
  libapache2-mod-php5 forgets timezone definition after some time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/907816/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 properly.

-- 
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 kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 before user has a chance to login?

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 machine...

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 that)! Also, in this case the KVM does not appear in list
of the pulse-audio configuration applet (under Running applications).

If I use export QEMU_AUDIO_DRV=alsa in /etc/default/libvirt-bin, then
KVM uses the /dev/snd/* devices and audio from the KVM works (with all
the known limitations).

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 from KVM works for couple of
seconds only (enough to hear the startup audio from windows, but not
much more than that)! Also, in this case the KVM does not appear in list
of the pulse-audio configuration applet (under Running applications).

If I use export QEMU_AUDIO_DRV=alsa in /etc/default/libvirt-bin, then
KVM uses the /dev/snd/* devices and audio from the KVM works (with all
the known limitations).

-- 
Include pulseaudio driver
https://bugs.launchpad.net/bugs/304649
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 Version 3.30.06. driver for 
es1370 over here:
http://brainmindinstrev.blogspot.com/2009_04_01_archive.html

but I was not able to reproduce it (probably due to evaluation version
of my Windows7).

Can someone confirm whether the workaround works at all and post the
result here please?

-- 
KVM and audio driver in Windows 7
https://bugs.launchpad.net/bugs/419182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 karmic?

-- 
Include pulseaudio driver
https://bugs.launchpad.net/bugs/304649
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 kill pulseaudio daemons (not an easy task, believe me), and then
start the qemu, I am able to hear the audio produced by the windows
instance, but not the native linux machine.

It would be very sad if the bug would remain in karmic...

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 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
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 machine (pulseaudio is running).
Any operations on audio card from audio-enabled virtual machines lock up 
(apparently awaiting on on access to the audio card).

KVM uses pulseaudio:
# lsof | grep kvm | grep puls
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/gavri/.gvfs
  Output information may be incomplete.
kvm   5221   root  mem   REG8,1  389688   
12067104 /usr/lib/libpulse.so.0.7.1
kvm   5221   root  mem   REG8,1   72992   
12067250 /usr/lib/libpulse-simple.so.0.0.2
kvm   5231   root  mem   REG8,1  389688   
12067104 /usr/lib/libpulse.so.0.7.1
kvm   5231   root  mem   REG8,1   72992   
12067250 /usr/lib/libpulse-simple.so.0.0.2
kvm   7921   root  mem   REG8,1  389688   
12067104 /usr/lib/libpulse.so.0.7.1
kvm   7921   root  mem   REG8,1   72992   
12067250 /usr/lib/libpulse-simple.so.0.0.2
#
# ps awx | grep 7921
 7921 ?Sl 0:31 /usr/bin/kvm -S -M pc -cpu qemu32 -m 512 -smp 1 
-name gavri-xp -uuid affe5dd7-8576-370b-80ed-50f50d0b5dbe -monitor 
unix:/var/run/libvirt/qemu/gavri-xp.monitor,server,nowait -localtime -no-acpi 
-boot c -drive file=/var/tmp/vmachines/gavri-xp.img,if=ide,index=0,boot=on 
-drive file=/var/tmp/vmachines/winxp_sp2.iso,if=ide,media=cdrom,index=2 -net 
nic,macaddr=54:52:00:16:97:75,vlan=0,name=nic.0 -net 
tap,fd=28,vlan=0,name=tap.0 -serial pty -parallel none -usb -usbdevice tablet 
-vnc 127.0.0.1:1 -k en-us -vga cirrus -soundhw es1370
#

-- 
kvm: please prefer ALSA over OSS
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 to handle?


** Summary changed:

- Windows 7 can not find driver for es1370 card
+ KVM and audio driver in Windows 7

** Changed in: kvm (Ubuntu)
   Status: Invalid = New

-- 
KVM and audio driver in Windows 7
https://bugs.launchpad.net/bugs/419182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs