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

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

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 330516] [NEW] id3tag sometimes cuts id3tag in the middle

2009-02-17 Thread Arie Skliarouk
Public bug reported: Package libid3-3.8.3-dev version 3.8.3-7.2 (as packaged in ubuntu 8.10) contains binary /usr/bin/id3tag that I have used to tag mp3 files. Most of the time the tagging works well, but some times the title tag is cut in the middle: # title=Send In The Clowns / Looks Like We

[Bug 330516] Re: id3tag sometimes cuts id3tag in the middle

2009-02-17 Thread Arie Skliarouk
** Attachment added: The sample file that is not tagged properly http://launchpadlibrarian.net/22743388/14079195.mp3 -- id3tag sometimes cuts id3tag in the middle https://bugs.launchpad.net/bugs/330516 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 331703] [NEW] mid3iconv produces mp3 file with question marks

2009-02-19 Thread Arie Skliarouk
Public bug reported: python-mutagen version 1.14-1: I have an mp3 file that contains id3 tag in WINDOWS-1251 encoding (see attached). When I convert the file's encoding into UNICODE, using mid3iconv program, the resulting file contains all letters as question marks (checked using hex editor in

[Bug 331703] Re: mid3iconv produces mp3 file with question marks

2009-02-19 Thread Arie Skliarouk
** Attachment added: The sample mp3 file that contains id3 tags in WINDOWS-1251 encoding http://launchpadlibrarian.net/22883833/windows1251.mp3 -- mid3iconv produces mp3 file with question marks https://bugs.launchpad.net/bugs/331703 You received this bug notification because you are a

[Bug 206547] Re: No option to open messages automatically

2009-04-21 Thread Arie Skliarouk
I second the Saul Howard's opinion. Skype has a nice bubble notifications, where the notification includes the message that you received. If you want to answer to the message, you can click on the baloon and it will take you directly to the chat window with the sender. -- No option to open

[Bug 356918] [NEW] rocksndiamonds: directory downloads is not created automatically

2009-04-07 Thread Arie Skliarouk
Public bug reported: Binary package hint: rocksndiamonds Although directory creation is mentioned in postinst, the packet is not installable if the directory does not exist Setting up package rocksndiamonds (3.2.6.0+dfsg-3) ... Update menu Can not read directory

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

2008-12-24 Thread Arie Skliarouk
Public bug reported: Binary package hint: samba On samba version 2:3.2.3-1ubuntu3 (x86_64) I am trying to use LDAP for users authentication: passdb backend = ldapsam:ldap://neon ldap suffix = dc=catchmedia,dc=com ldap user suffix = ou=People ldap group suffix = ou=Group ldap

[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 Bugs, which

[Bug 311162] [NEW] Can not edit meta-data of torrents

2008-12-24 Thread Arie Skliarouk
Public bug reported: Binary package hint: gtorrent-viewer I have an torrent, that I want to change it's tracker URL. Description of the gtorrent-viewer says that it is capable to edit metadata as well. Unfortunately, no matter what I tried to click, I could not edit anything. ** Affects:

[Bug 306876] [NEW] Switch to russian interface is not working

2008-12-10 Thread Arie Skliarouk
Public bug reported: On ubuntu 8.10, if I choose russian interface, the interface remains to be on english. Turns out that the required /usr/share/locale- langpack/ru/LC_MESSAGES/gcompris.mo file is located in package language- pack-gnome-ru-base The package is not installed by default, so

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-01-22 Thread Arie Skliarouk
I tried to rebuild sox with enabled mp3 encoding support and the resulting binary segfaults on any mp3-encoding operation. I have used following procedure to do that (on Ubuntu 8.10, both i386 and x86_64 architectures): apt-get install sox libmp3lame0 libmp3lame-dev apt-get build-dep sox cd

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-01-25 Thread Arie Skliarouk
Actually the mp3-enabled sox segfaults on attempt to create any output file, not just the mp3 one. -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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 463001] Re: facebook games like farmville dont work (failure in java?!) i dont know

2009-11-30 Thread Arie Skliarouk
I have firefox 3.5.5, adobe flash (10.0.32.18ubuntu1) on ubunut 9.10 (i386) and see the farmville page refreshing itself every second or two. There is similar bug posted at mozilla forum: https://support.mozilla.com/en/forum/1/504310 I am subscribed to there as well, if I see anything meaningful,

[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 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 491740] [NEW] grub-pc can not install on old drives, use grub instead

2009-12-02 Thread Arie Skliarouk
Public bug reported: Binary package hint: debian-installer I tried to install ubuntu 9.10 amd64 onto an old drive that has only 965632 bytes per cylinder and the system did not boot after the installation. When I tried to do grub-install /dev/sda (from Live CD), I got warning: Embedding area is

[Bug 491740] Re: grub-pc can not install on old drives, use grub instead

2009-12-03 Thread Arie Skliarouk
You are right, I have two disks - old one as primary and new one as secondary. I installed linux on the new harddisk, so I can't use blocklists... Are there any other ways to use grub2 ? -- grub-pc can not install on old drives, use grub instead https://bugs.launchpad.net/bugs/491740 You

[Bug 491740] Re: grub-pc can not install on old drives, use grub instead

2009-12-03 Thread Arie Skliarouk
As I wrote earlier, I have solved the problem for me and am interested in it being resolved for sake of laymen that are going to install ubuntu onto theirs old harddisk, lose ability to boot windows and then hate linux (as a generalization) for the rest of their life. I don't care how the problem

[Bug 181996] Re: NFS server: lockd: server not responding

2010-01-10 Thread Arie Skliarouk
We use initrd.img-2.6.24-19-openvz with bunch of Linux clients without any problems. Recently I tried to add Mac OS X client and immediately noticed that the nfs-kernel-server on Linux started locking up for several seconds (thus stalling NFS access for every other client) every minute with

[Bug 442651] Re: Update of Ubuntu from 9.04 to 9.10 Beta fails with error message regarding OpenOffice

2009-10-10 Thread Arie Skliarouk
Thanks for the tip, after I removed openoffice.org-filter-binfilter, I was able to continue with the upgrade. -- Update of Ubuntu from 9.04 to 9.10 Beta fails with error message regarding OpenOffice https://bugs.launchpad.net/bugs/442651 You received this bug notification because you are a

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

2009-10-12 Thread Arie Skliarouk
I did dist-upgrade and now the situation is the same as in the bug description, so we are squarely at the beginning: ... once a virtual machine with working audio card starts, the kvm grabs the audio card entirely for itself. Any subsequent operations on audio card either from the host machine,

[Bug 401393] Re: declarations in clientlaunch.d directory are disregarded

2009-10-15 Thread Arie Skliarouk
Yes, I did restart the daemon: /etc/init.d/hobbit-client start /etc/init.d/hobbit-client stop Here is the content of the file I have put into /etc/hobbit/clientlaunch.d directory. [raid] #DISABLED ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg CMD $HOBBITCLIENTHOME/ext/bb-raid.pl

[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 311076] Re: hang on BOGUS LENGTH in write keyboard desc

2009-09-27 Thread Arie Skliarouk
The libgcrypt's complaint is related to bug in apparmor, which already was fixed: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/392337 -- hang on BOGUS LENGTH in write keyboard desc https://bugs.launchpad.net/bugs/311076 You received this bug notification because you are a member of

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

[Bug 476209] [NEW] openvz karmic-based guest virtual machine fails to boot

2009-11-05 Thread Arie Skliarouk
Public bug reported: Binary package hint: upstart We use openvz virtualization technology to run our virtual machines. Recently I upgraded a jaunty (9.04) virtual machine to karmic (9.10) and now it fails to boot (only init is started). I have copied /sbin/init into /sbin/init.real and replaced

[Bug 307602] Re: I can't play my amr and 3gp music and video

2009-06-29 Thread Arie Skliarouk
*** This bug is a duplicate of bug 93849 *** https://bugs.launchpad.net/bugs/93849 ** This bug is no longer a duplicate of bug 180147 Medibuntu nor Gutsy versions of mplayer still does not play AMR files ** This bug has been marked a duplicate of bug 93849 Can't hear audio from 3GP

[Bug 180147] Re: Medibuntu nor Gutsy versions of mplayer still does not play AMR files

2009-06-29 Thread Arie Skliarouk
*** This bug is a duplicate of bug 93849 *** https://bugs.launchpad.net/bugs/93849 ** This bug has been marked a duplicate of bug 93849 Can't hear audio from 3GP video files: AMR audio support missing in ffmpeg -- Medibuntu nor Gutsy versions of mplayer still does not play AMR files

[Bug 268103] Re: i don't heard the sound of a video with the extension 3gp

2009-06-29 Thread Arie Skliarouk
*** This bug is a duplicate of bug 93849 *** https://bugs.launchpad.net/bugs/93849 ** This bug has been marked a duplicate of bug 93849 Can't hear audio from 3GP video files: AMR audio support missing in ffmpeg -- i don't heard the sound of a video with the extension 3gp

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

2009-06-29 Thread Arie Skliarouk
Public bug reported: Binary package hint: kvm kvm in jaunty prefers to use OSS drivers rather than ALSA: # dpkg -l | grep kvm ii kvm1:84+dfsg-0ubuntu11Full virtualization on i386 and amd64 hardwa # kvm -audio-help | grep ^Name Name: oss Name: alsa Name: sdl Name: pa

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

2009-07-01 Thread Arie Skliarouk
So we are waiting for the kvm 85+dfsg-4 to be ported over to ubuntu... Will the resulting package be backported to Jaunty? -- kvm: please prefer ALSA over OSS https://bugs.launchpad.net/bugs/393430 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

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

2009-07-01 Thread Arie Skliarouk
Excellent! Please write a note in the bug report when the new packaging is in the repository. -- kvm: please prefer ALSA over OSS https://bugs.launchpad.net/bugs/393430 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 262491] Re: Please remove xserver-xgl (universe) from the archives

2009-07-13 Thread Arie Skliarouk
I have setup multiseat configuration using following blogpost: http://netpatia.blogspot.com/2009/06/multiseat-in-ubuntu-904.html The setup uses Xephyr for separation of the virtually big Xorg xscreen. Unfortunately Xephyr does not support OpenGL. I have read somewhere that xserver-xgl does have

[Bug 248628] Re: Sound dies on amd64 with WinXP guest

2009-07-16 Thread Arie Skliarouk
** Changed in: kvm (Ubuntu) Status: Fix Released = Confirmed -- Sound dies on amd64 with WinXP guest https://bugs.launchpad.net/bugs/248628 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 248628] Re: Sound dies on amd64 with WinXP guest

2009-07-16 Thread Arie Skliarouk
KVM 1:84+dfsg-0ubuntu11 (Jaunty amd64) has similar symptoms. Once Windows XP is booted the initial sound is heard and audio playback works for some time. Then, at some moment (10-15 minutes after), the audio stops working while blocking any application that tries to access the audio. The only

[Bug 401393] [NEW] declarations in clientlaunch.d directory are disregarded

2009-07-19 Thread Arie Skliarouk
Public bug reported: Declaration on new check that I put into /etc/hobbit/clientlaunch.d directory are disregarded by the hobbitlaunch daemon. If I put the configuration into the /etc/hobbit/clientlaunch.cfg file, the hobbitlaunch starts launching the custom script. Either fix the hobbitlaunch

[Bug 302458] Re: The driver can not detect mach64 card in presence of NVidia card

2009-03-31 Thread Arie Skliarouk
I have upgraded my system to ubuntu 9.04 (Jaunty Jackalope), which overwrote the debian packages I have installed on top of ubuntu 8.10, and got to the same point as with clean ubuntu 8.10 install: Only the first ATI videocard (out of 3) works. The other two screen indicate No signal situation.

[Bug 235137] Re: hobbit-client fails to load config due to missing /var/run/hobbit

2009-03-31 Thread Arie Skliarouk
The problem exists in hobbit-client from ubuntu 9.04 (Jaunty) as well. -- hobbit-client fails to load config due to missing /var/run/hobbit https://bugs.launchpad.net/bugs/235137 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 359975] [NEW] evince sometimes yield error Error printing: Too many failed attempts

2009-04-12 Thread Arie Skliarouk
Public bug reported: After couple (two, three or four) successful printouts, evince stops printing and shows following error message: Error printing: Too many failed attempts Once the error is triggered, restart of cupsys does not help, whereas logout and login again allows couple more

[Bug 359975] Re: evince sometimes yield error Error printing: Too many failed attempts

2009-04-12 Thread Arie Skliarouk
Forgot to specify version numbers (Ubuntu Jaunty 9.04 Beta): libgtk2.0-0 2.16.0-1ubuntu8 cups 1.3.9-17 I would say the issue is serious one, as it prevents evince to always print PDF documents. -- evince sometimes yield error Error printing: Too many failed attempts

[Bug 145278] Re: [gutsy] getting Error Printing: Too many failed attempts error when printing through GtkPrintOperation

2009-04-12 Thread Arie Skliarouk
samuel, Erich Pawlik, 850001, AlexBuck, I have submitted a bug report on the new issue here: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/359975 Feel free to contribute to it. -- [gutsy] getting Error Printing: Too many failed attempts error when printing through GtkPrintOperation

[Bug 306876] Re: Switch to russian interface is not working

2009-05-31 Thread Arie Skliarouk
The problem still exists in Jaunty as well, nothing have been changed. -- Switch to russian interface is not working https://bugs.launchpad.net/bugs/306876 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 311076] Re: hang on BOGUS LENGTH in write keyboard desc

2009-09-04 Thread Arie Skliarouk
About a week ago I did exactly that (Installed xserver-xorg-core package from karmic on jaunty) and I had no failures since then. In my case failures also happened when I was using VMWare player, but I am not sure it did not happen when I was not. -- hang on BOGUS LENGTH in write keyboard desc

[Bug 419182] [NEW] Windows 7 can not find driver for es1370 card

2009-08-26 Thread Arie Skliarouk
Public bug reported: Binary package hint: kvm Windows XP in KVM 1:84+dfsg-0ubuntu12.3 (kernel 2.6.28-15-generic) recognizes the Ensoniq AudioPCI ES1370 device automatically and I can hear the audio. On the same KVM Windows 7 (Evaluation copy, Build 7100) only detects presence of Multimedia

[Bug 192342] Re: [needs-packaging] foo2hiperc printing driver in your repositories

2009-07-27 Thread Arie Skliarouk
You meant sudo apt-get install foo2zjs right? -- [needs-packaging] foo2hiperc printing driver in your repositories https://bugs.launchpad.net/bugs/192342 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 415908] Re: Please merge pidgin 2.6.1-1 (main) from Debian experimental (main)

2009-08-27 Thread Arie Skliarouk
FYI: Since I upgraded pidgin from http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu, pidgin-encryption plugin (as shipped in jaunty) stopped working (the sending side is stuck in (05:11:41 PM) Requesting key... state). -- Please merge pidgin 2.6.1-1 (main) from Debian experimental (main)

[Bug 229137] Re: The user cannot select sound card

2009-08-03 Thread Arie Skliarouk
Probably this is not the best place to ask the question, but I have related issue: I have set up multiseat (two seats for now) configuration according to the following howto: http://netpatia.blogspot.com/2009/06/multiseat-in-ubuntu-904.html The machine has two sound cards, with each card to be

[Bug 855684] [NEW] The machine locks up hard on heavy load

2011-09-21 Thread Arie Skliarouk
Public bug reported: Under very heavy load the machine suddenly locks up. The lock up is not immediate, it takes couple of seconds from the moment commands stop returning and the moment the terminal is not responding at all. This happens both under kernel 3.0 and 2.6.38.8.22. See attached the

[Bug 855684] Re: The machine locks up hard on heavy load

2011-09-21 Thread Arie Skliarouk
** Attachment added: kernel_panic_3.0.0-10-server.jpg https://bugs.launchpad.net/ubuntu/+bug/855684/+attachment/2437531/+files/kernel_panic_3.0.0-10-server.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 855684] Re: The machine locks up hard on heavy load

2011-09-22 Thread Arie Skliarouk
Here is the output of the vmstat -n 1 command I had running in a separate window when the crash occured: procs ---memory-- ---swap-- -io -system-- cpu r b swpd free buff cache si sobibo in cs us sy id wa ... 0 1 2824760 1980660 3645032

[Bug 855684] Re: The machine locks up hard on heavy load

2011-09-23 Thread Arie Skliarouk
The thread possibly discusses the same problem: http://comments.gmane.org/gmane.linux.kernel/1174709 Unfortunately I don't have a spare hardware to check the patch on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 920936] Re: SiS 65x/M650/740 works strangely on high resolution

2012-01-26 Thread Arie Skliarouk
The card works properly with the same LCD on other resolutions: 1400x1050, 1600x1200, 1680x1200... It just the native resolution of the LCD (1680x1050 16:9) that does not work properly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 797226] Re: /dev/dm-10 is not created for LVM volume

2011-09-26 Thread Arie Skliarouk
I tried to understand the changes done to the udev-167-2 in F15 to fix the problem. The commitdiffs can be see on the following page (fixed udev-trigger.service): http://pkgs.fedoraproject.org/gitweb/?p=udev.git;a=shortlog But looks like the bug already was fixed in the udev of ubuntu... Dave,

[Bug 797226] Re: /dev/dm-10 is not created for LVM volume

2011-09-27 Thread Arie Skliarouk
Until this is fixed, I wrote a shell script that looks in the /dev/mapper directory and recreates nodes that the udev missed. Helps to me, might help to someone else. ** Attachment added: create_missing_block_devices.sh

[Bug 865280] Re: LV status is NOT available after mkfs

2011-10-04 Thread Arie Skliarouk
It even worse than that: If I create snapshot and it is has LV status NOT available - the status affects the primary partition of the snapshot, which also becomes NOT available. Some other unrelated logical volumes (even mounted ones) also become NOT available as a result. As long as the volumes

[Bug 865280] [NEW] LV status is NOT available after mkfs

2011-10-03 Thread Arie Skliarouk
Public bug reported: system ubuntu 10.04, kernel 3.0.0-12-server (pinned from oneiric). lvm2: 2.02.66-4ubuntu2 Sometimes, status of the new LV becomes NOT available after mkfs.ext3: root@mf:~# lvdisplay ... /dev/mapper/mf-zdb--2011--10--0304--23: open failed: No such device or address

[Bug 838061] Re: lxc causes process to get stuck in unkillable state

2012-02-18 Thread Arie Skliarouk
I upgraded to kernel 3.0.0-12-server and since then the machine is 62 days up without problems. Close the bug please. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838061 Title: lxc causes process

[Bug 865280] Re: LV status is NOT available after mkfs

2011-12-11 Thread Arie Skliarouk
My mistake, I used wrong major number in mknod in the attached create_missing_block_devices.sh script. Close the bug please. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865280 Title: LV status

[Bug 797226] Re: /dev/dm-10 is not created for LVM volume

2011-12-11 Thread Arie Skliarouk
Here is the screenshot of the console when one can see failed attempts of udev to create the device nodes. ** Attachment added: udev_mknod_bug.jpg https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/797226/+attachment/2627752/+files/udev_mknod_bug.jpg -- You received this bug notification

[Bug 465916] Re: CUPS DNS-SD (Bonjour/mDNS/Zeroconf/Avahi) not broadcasting

2011-12-13 Thread Arie Skliarouk
Same problem on ubuntu 11.10 (oneiric). Freshly installed printer does not appear on a neighbor machines. Had to use an 11.04-based machine to share the printer on the network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 465916] Re: CUPS DNS-SD (Bonjour/mDNS/Zeroconf/Avahi) not broadcasting

2011-12-13 Thread Arie Skliarouk
Avahi is running and does not take 100% CPU: root@ubuntu2:~# ps awux | grep avahi root@ubuntu2:~# ps awux | grep avahi avahi 739 0.0 0.0 32396 1944 ?SDec13 0:00 avahi-daemon: running [ubuntu2.local] avahi 740 0.0 0.0 32132 468 ?SDec13 0:00

[Bug 918735] [NEW] openjdk takes long time to download an JavaWS application

2012-01-19 Thread Arie Skliarouk
Public bug reported: I am trying to open an JavaWS application, the jar download window appears (see attached) but it takes long time (several minutes) to download the jar file. Could be the problem is related that openjdk initially opens the connection over tcp6 and then falls back to tcp4? I

[Bug 918735] Re: openjdk takes long time to download an JavaWS application

2012-01-19 Thread Arie Skliarouk
** Attachment added: downloading_jar.png https://bugs.launchpad.net/bugs/918735/+attachment/2682614/+files/downloading_jar.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/918735 Title:

[Bug 918735] Re: openjdk takes long time to download an JavaWS application

2012-01-22 Thread Arie Skliarouk
My suspicions proved wrong - I disabled ipv6 by doing following: cat /etc/sysctl.d/40-noipv6.conf ENDOFIPV6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.eth0.disable_ipv6 = 1 net.ipv6.conf.eth1.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1

[Bug 920936] [NEW] SiS 65x/M650/740 works strangely on high resolution

2012-01-24 Thread Arie Skliarouk
Public bug reported: SiS 65x/M650/740 VGA adapter works strangely on high resolution. The 1680x1050 LCD monitor is connected using DVI cable. It works properly on 1280x960 resolution. If I choose 1680x1050, weird things happen: * mouse pointer disappears at certain screen areas and becomes

[Bug 920936] Re: SiS 65x/M650/740 works strangely on high resolution

2012-01-24 Thread Arie Skliarouk
** Attachment added: sis_xorg.0.log https://bugs.launchpad.net/bugs/920936/+attachment/2690597/+files/sis_xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920936 Title: SiS 65x/M650/740

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907816 Title:

[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 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 777020] Re: Disabling LCD disables the HDMI monitor too

2011-12-19 Thread Arie Skliarouk
I booted Ubuntu 11.10 Live CD on the laptop and saw that the bug is fixed. Close it please. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777020 Title: Disabling LCD disables the HDMI monitor too

[Bug 784335] Re: Heavy network utilization with r8169 leads to kernel panic

2011-08-17 Thread Arie Skliarouk
I tried the kernel 3.0 and it (3.0.0-7.9, pinned from oneiric) and it only made things worse. The computer now lockups completely, without even eth0: link up in dmesg or on-screen kernel stack trace. It takes couple of days to reach that, with heavy CPU, disk and network load. I then disabled the

[Bug 784335] Re: Heavy network utilization with r8169 leads to kernel panic

2011-07-03 Thread Arie Skliarouk
Essentially - me too, including the link up line. [27358.595318] r8169 :13:00.0: eth0: link up Kernel 2.6.38-8-server x86_64. Attaching screenshot of the panic. ** Attachment added: rtl8169_kernel2.6.39_crash.jpg

[Bug 719388] Re: semop failed for cookie 0xd4d09ef: incorrect semaphore state during luksOpen

2011-07-04 Thread Arie Skliarouk
I get the same semop failed for cookie 0xd4daad3: incorrect semaphore state errors when removing an LVM volume: root@mf:~# lvremove /dev/mf/lvmtest3 Do you really want to remove active logical volume lvmtest3? [y/n]: y semid 393216: semop failed for cookie 0xd4daad3: incorrect semaphore state

[Bug 838061] [NEW] lxc causes process to get stuck in unkillable state

2011-08-31 Thread Arie Skliarouk
Public bug reported: Ubuntu 11.04, kernel 3.0.0-7-server (pinned from oneiric). The machine runs about 50 LXC containers (1300 processes at the moment). Twice during last month I observed an process (first time it was apache and then cron) in a container to get stuck in unkillable (D) state.

[Bug 838061] Re: lxc causes process to get stuck in unkillable state

2011-08-31 Thread Arie Skliarouk
Here is the dmesg snippet: [677500.036424] INFO: task cron:6644 blocked for more than 120 seconds. [677500.037191] echo 0 /proc/sys/kernel/hung_task_timeout_secs disables this message. [677500.038013] cronD 81805120 0 6644 2375 0x0002 [677500.038017]

[Bug 598138] Re: cpufreqd version 2.3.3 does not work with (lib)sensors version 3.1.2

2011-09-06 Thread Arie Skliarouk
I had the same misunderstanding. My sensors -u was: root@mf:~# sensors -u coretemp-isa- Adapter: ISA adapter Core 0: temp2_input: 70.00 temp2_max: 80.00 temp2_crit: 100.00 temp2_crit_alarm: 1.00 Core 1: temp3_input: 70.00 temp3_max: 80.00 temp3_crit: 100.00 temp3_crit_alarm:

[Bug 784335] Re: Heavy network utilization with r8169 leads to kernel panic

2011-07-26 Thread Arie Skliarouk
The bug is related to Active State Power Management (ASPN) support and is supposed to be retracted from the 3.0 kernel due to problems it causes: https://lkml.org/lkml/2011/6/23/496 Can someone confirm that 3.0 is free of this bug? -- You received this bug notification because you are a member

[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2011-10-25 Thread Arie Skliarouk
Recently upgraded 11.04 to 10.04. The user prefers to stay with gnome-classic instead of Unity. The keyboard applet in gnome-classic does not show the current layout, just as described in the bug's description. -- You received this bug notification because you are a member of Ubuntu Bugs,

  1   2   3   4   >