[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-11-17 Thread Stanislav German-Evtushenko
While waiting for the next LTS version of Ubuntu I was able to fix the mic issue on 20.04 by installing pipewire (followed this guide https://askubuntu.com/questions/1330395/newly-installed- ubuntu-20-04-bluetooth-headset-sound-and-mic-not-working/1340889#1340889 except I installed wireplumber

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2020-11-11 Thread Stanislav German-Evtushenko
I can confirm, 1Mii b10 works pretty well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1838151 Title: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-10-21 Thread Stanislav German-Evtushenko
@haggan-era, I don't think it was possible before but now turning the port off completely could make sense. The following links seem to be related: - https://bugs.launchpad.net/cloud-images/+bug/1573095/comments/58 - https://bugs.launchpad.net/cloud-images/+bug/1573095/comments/59 -- You

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-10-19 Thread Stanislav German-Evtushenko
@haggan-era, uartmode disconnected means that the port is available for the vm. If uart is set to off then the port will not be available at all. In past the os wouldn't boot in such case (this is why the dummy port was introduced) however the latest images seem to work. -- You received this bug

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-10-19 Thread Stanislav German-Evtushenko
@haggan-era, uartmode disconnected means that the port is available for the vm. If it uart set to of them then the port will not be available at all. In past the os wouldn't boot in this case (this is why the dummy port was introduced) at all however the latest images seem to work. -- You

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-10-18 Thread Stanislav German-Evtushenko
@haggai-eran, what if you try to disable the port completely? ``` config.vm.provider "virtualbox" do |vb| vb.customize [ "modifyvm", :id, "--uart1", "off" ] end ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1860390] Re: Dell XPS 13 (9360) defaults to s2idle sleep/suspend instead of deep (suspend to ram)

2020-08-29 Thread Stanislav German-Evtushenko
The same issue on Dell Latitude 5300 running both Ubuntu 18.04.5 and and Ubuntu 20.04.1 $ cat /sys/power/mem_sleep [s2idle] deep -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860390 Title: Dell

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-08-24 Thread Stanislav German-Evtushenko
The fix is waiting review https://code.launchpad.net/~giner/livecd- rootfs/+git/livecd-rootfs/+merge/388963 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874453 Title: ubuntu/focal64 very slow to

[Bug 1874453] Re: ubuntu/focal64 very slow to boot and reboots once

2020-08-09 Thread Stanislav German-Evtushenko
The change which introduced the issue https://code.launchpad.net/~aleks.bogdanov/livecd-rootfs/remove-vagrant- console-log/+merge/355598 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874453 Title:

[Bug 1862515] Re: base64url can't decode own coded strings

2020-03-08 Thread Stanislav German-Evtushenko
Would the fix be backported to Ubuntu 18.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862515 Title: base64url can't decode own coded strings To manage notifications about this bug go to:

[Bug 1862515] Re: base64url can't decode own coded strings

2020-02-10 Thread Stanislav German-Evtushenko
$ echo -e 'oo\x80' | base64url | base64url -d base64url: invalid input Ubuntu 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862515 Title: base64url can't decode own coded strings To manage

[Bug 1767536] Re: Accessing the WIFI section of the "Settings" window causes massive freezes

2020-02-05 Thread Stanislav German-Evtushenko
This is the most annoying issue I have in Ubuntu 18.04 LTS which makes the feeling of the OS being unstable. Can we have the fix being backported to 18.04 please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2016-06-24 Thread Stanislav German-Evtushenko
Hi, I'm sorry for not being here for a long time. I've checked the link and it seems that deb-files for 3.3.8-1ubuntu6.7 have been already deleted. Can anybody create a new build? Stanislav -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1423498] Re: FTP upload causes squid hang

2016-06-24 Thread Stanislav German-Evtushenko
And once again (missed proftpd): sudo apt-get install squid3 lftp proftpd-basic echo test > /tmp/file1 touch /tmp/file2 lftp -e "set ftp:proxy http://localhost:3128; set net:max-retries 1; open $USER@localhost; put /tmp/file1; exit" lftp -e "set ftp:proxy http://localhost:3128; set

[Bug 1423498] Re: FTP upload causes squid hang

2016-06-24 Thread Stanislav German-Evtushenko
I'm so sorry for not being here for a while. Now I have time again to work on this a little bit. I've tested 3.3.8-1ubuntu6.8 and it is still crashes. Here is how to test: sudo apt-get install squid3 lftp echo test > /tmp/file1 touch /tmp/file2 lftp -e "set ftp:proxy http://localhost:3128; set

[Bug 1423498] Re: FTP upload causes squid hang

2016-06-24 Thread Stanislav German-Evtushenko
Oops, once again: sudo apt-get install squid3 lftp echo test > /tmp/file1 touch /tmp/file2 lftp -e "set ftp:proxy http://localhost:3128; set net:max-retries 1; open $USER@localhost; put /tmp/file1; exit" lftp -e "set ftp:proxy http://localhost:3128; set net:max-retries 1; open $USER@localhost;

[Bug 1289807] Re: User Accounts endless loop (never opens)

2015-10-16 Thread Stanislav German-Evtushenko
ubuntu-control-center and cheese have to depend on libwayland-egl1 $ ldd /usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so | grep libwayland-egl libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x7fd2cf3b9000) giner@ginas-notebook:~$

[Bug 1290099] Re: libwayland-egl.so error for Cheese (wont start)

2015-10-16 Thread Stanislav German-Evtushenko
ubuntu-control-center and cheese have to depend on libwayland-egl1 $ ldd /usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so | grep libwayland-egl libwayland-egl.so.1 => /usr/lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x7fd2cf3b9000) giner@ginas-notebook:~$

[Bug 1484988] [NEW] Android smartphone is recognized as MTP device only on 50% of hardware with Ubuntu 14.04

2015-08-14 Thread Stanislav German-Evtushenko
Public bug reported: Hello, Android device Philips (idVendor=0bb4, idProduct=2008) is recognized as MTP device only on some hardware with Ubuntu 14.04 while not recognized on other. Ubuntu is booted on all hardware from the same official livecd, i.e. not installed and not customized. For

[Bug 1423498] Re: FTP upload causes squid hang

2015-06-03 Thread Stanislav German-Evtushenko
I my opinion this change is simple (but critical, any user can break the service) and the patch should be applied for squid in the main repository of Ubuntu LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1423498] Re: FTP upload causes squid hang

2015-06-03 Thread Stanislav German-Evtushenko
I my opinion this change is simple (but critical, any user can break the service) and the patch should be applied for squid in the main repository of Ubuntu LTS. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 1346355] Re: 14.04 power-cog does not turn red when restart is needed

2015-04-17 Thread Stanislav German-Evtushenko
I was also surprised that such a neat and sweat solution was replaced by the disturbing popup window :( ** Changed in: unity (Ubuntu) Status: Invalid = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in error: symbol 'grub_term_highlight_color' not found

2015-04-16 Thread Stanislav German-Evtushenko
This is a bug and easily reproducible: 1. Install Ubuntu 10.04 server 2. Upgrade to 12.04 server (reboot is okay) 3. Upgrade to 14.04 server (reboot fails with grub error) We've had this issue for all systems which was upgraded from 10.04. Here is a work around which worked for us: 1. Install

[Bug 1423498] [NEW] FTP upload causes squid hang

2015-02-19 Thread Stanislav German-Evtushenko
Public bug reported: Hello, Ubuntu 14.04 LTS with recent updates. squid3 version 3.3.8-1ubuntu6.2 If we try to upload file by FTP squid hangs and not responding anymore. Logs show the following: 2015/02/19 10:52:19| assertion failed: Server.cc:244: r-body_pipe != NULL I have found that this

[Bug 1423498] [NEW] FTP upload causes squid hang

2015-02-19 Thread Stanislav German-Evtushenko
Public bug reported: Hello, Ubuntu 14.04 LTS with recent updates. squid3 version 3.3.8-1ubuntu6.2 If we try to upload file by FTP squid hangs and not responding anymore. Logs show the following: 2015/02/19 10:52:19| assertion failed: Server.cc:244: r-body_pipe != NULL I have found that this

[Bug 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2015-02-08 Thread Stanislav German-Evtushenko
We have upgraded our server from 10.04 to 14.04 and now we have just the same issue. To me more precise this does not work with VHOSTs. Our server is using LDAP authentication provided by to domain controllers which belong to different domains. Our scheme is: AuthnProviderAlias ldap ldapdom1

[Bug 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2015-02-08 Thread Stanislav German-Evtushenko
We have upgraded our server from 10.04 to 14.04 and now we have just the same issue. To me more precise this does not work with VHOSTs. Our server is using LDAP authentication provided by to domain controllers which belong to different domains. Our scheme is: AuthnProviderAlias ldap ldapdom1

[Bug 1405351] [NEW] First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
in /var/spool/squid3/0B Solution: - swap creation process should not be daemonized, the patch is attached Best regards, Stanislav German-Evtushenko ** Affects: squid3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
not be daemonized, the patch is attached Best regards, Stanislav German-Evtushenko -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/1405351 Title: First run: Failed to verify one

[Bug 1405351] [NEW] First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
in /var/spool/squid3/0B Solution: - swap creation process should not be daemonized, the patch is attached Best regards, Stanislav German-Evtushenko ** Affects: squid3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member

[Bug 1405351] Re: First run: Failed to verify one of the swap directories

2014-12-23 Thread Stanislav German-Evtushenko
not be daemonized, the patch is attached Best regards, Stanislav German-Evtushenko -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405351 Title: First run: Failed to verify one of the swap directories

[Bug 1388020] [NEW] /etc/init.d/proftpd restart doesn't work properly

2014-10-31 Thread Stanislav German-Evtushenko
]; then - start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile $PIDFILE + start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile $PIDFILE --retry 5 if [ $? = 0 ]; then log_end_msg 0 else Best regards, Stanislav German-Evtushenko ** Affects

[Bug 1372284] [NEW] nagios3: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
Public bug reported: - Ubuntu 14.04 - nagios3 3.5.1-1ubuntu1 - check-mk-livestatus 1.2.2p3-1 Nagios goes down everyday at midnight with livestatus enabled and downtime configured. Here are bug reports in other trackers: https://bugzilla.redhat.com/show_bug.cgi?id=1083003

[Bug 1372284] [NEW] nagios3: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
Public bug reported: - Ubuntu 14.04 - nagios3 3.5.1-1ubuntu1 - check-mk-livestatus 1.2.2p3-1 Nagios goes down everyday at midnight with livestatus enabled and downtime configured. Here are bug reports in other trackers: https://bugzilla.redhat.com/show_bug.cgi?id=1083003

[Bug 1372284] Re: nagios3: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
Right, just noticed that this is a livestatus bug. Should I create another report for check-mk-livestatus? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372284 Title: nagios3: SIGSEGV everyday at

[Bug 1372284] Re: nagios3 + livestatus: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
** Summary changed: - nagios3: SIGSEGV everyday at midnight + nagios3 + livestatus: SIGSEGV everyday at midnight -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372284 Title: nagios3 + livestatus:

[Bug 1372284] Re: nagios3 + livestatus: SIGSEGV everyday at midnight

2014-09-22 Thread Stanislav German-Evtushenko
I did manage to rebuild check-mk with the following files from nagios 3.5.1: *** include/broker.h include/cgiauth.h include/cgiutils.h include/comments.h include/common.h include/compat.h include/config.h include/downtime.h include/locations.h

[Bug 971820] Re: squid-deb-proxy needs special handling of Release, Packages, Source

2014-09-11 Thread Stanislav German-Evtushenko
This type of files should be also excluded but I'm not sure what would be the best way to do: http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/precise.tar.gz http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/dist-upgrader-all/current/trusty.tar.gz and

[Bug 971820] Re: squid-deb-proxy needs special handling of Release, Packages, Source

2014-09-11 Thread Stanislav German-Evtushenko
This type of files should be also excluded but I'm not sure what would be the best way to do: http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/dist-upgrader-all/current/precise.tar.gz http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/dist-upgrader-all/current/trusty.tar.gz and

[Bug 1334361] [NEW] Video calls betweem Empathy clients without video

2014-06-25 Thread Stanislav German-Evtushenko
Public bug reported: Ubuntu 14.04 telepathy-rakia 0.8.0-2 empathy 3.8.6-0ubuntu9.1 gstreamer1.0-plugins-ugly 1.2.3-2build1 Both parties are conencted to asterisk by SIP. All video codecs are allowed. A also tried to disallow all codecs and allow only h263p and h264. If both parties call a

[Bug 865672] Re: Adobe Flash Player Settings dialog does not respond to mouse clicks

2014-06-05 Thread Stanislav German-Evtushenko
I can't change input microphone from the internal to the cam one for the same reason. Could anyone suggest a work around? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865672 Title: Adobe Flash

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2014-05-11 Thread Stanislav German-Evtushenko
You should get this: E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 if you run sudo udevadm info /dev/input/eventX | grep ID_INPUT for your Platronics. If you don't have all three then Platronics will interfere with a mouse. In the log you posted above there is only ID_INPUT=1. That

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2014-05-10 Thread Stanislav German-Evtushenko
*** Udev and hwdb rules for Ubuntu 14.04 LTS *** /etc/udev/rules.d/59-plantronics.rules: * ACTION!=add|change, GOTO=xorg_plantronics_end KERNEL!=event*, GOTO=xorg_plantronics_end SUBSYSTEMS==usb, ENV{ID_BUS}==,

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2014-05-10 Thread Stanislav German-Evtushenko
Sergey, The solution mentioned above doesn't work in Ubuntu 13.10 due to the bug in keymap code (fixed in upstream). Also you can check if you remapped all of buttons using evtest. You need to evtest and click all buttons one by one to get all of key-codes. In addition to this I need to say

[Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2014-05-10 Thread Stanislav German-Evtushenko
Hi François, Check this http://www.helplinux.ru/wiki/en:kb:ubuntu-plantronics and this https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1247676 Stanislav -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2014-05-10 Thread Stanislav German-Evtushenko
Try this: sudo udevadm info /dev/input/event2 | grep ID_INPUT and you should get this: E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 If not then check udev rules in /etc/udev/rules.d/59-plantronics.rules -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2014-05-10 Thread Stanislav German-Evtushenko
Both ID_INPUT_KEY and ID_INPUT_KEYBOARD should have been enabled for Plantronics. ID_INPUT_KEY is not enough. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247676 Title: Plantronics .Audio 648

[Bug 810299] Re: firefox syspref.js not working

2014-02-25 Thread Stanislav German-Evtushenko
I think that manual settings (I mean /etc/firefox/syspref.js here) should override any system settings in any case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810299 Title: firefox syspref.js

[Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically

2014-01-10 Thread Stanislav German-Evtushenko
Still not clear for me why this is marked as for Precise while it is only fixed for Quantal? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923876 Title: FR: Limit and clean-up kernel images and

[Bug 1247676] Re: Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit

2013-11-07 Thread Stanislav German-Evtushenko
** Summary changed: - Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy 32-bit + Plantronics .Audio 648 buttons don't work in Ubuntu Saucy 32-bit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247676] Re: Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy 32-bit

2013-11-04 Thread Stanislav German-Evtushenko
Martin, Stanislav, there is an equivalent in saucy, the rules are now in /lib/udev/hwdb.d/60-keyboard.hwdb. I've just found out, thank you. I though problem was in replacement but actually it was about bug in source code. Thank you for the quick reply. udev.txt is attached. I've managed to

[Bug 1247676] Re: Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy 32-bit

2013-11-04 Thread Stanislav German-Evtushenko
Need to add: if we don't remap all the buttons and don't add ID_INPUT_KEY=1 then this device is recognized as mouse and causes keyboard and mouse instability in X. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247676] [NEW] Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy

2013-11-03 Thread Stanislav German-Evtushenko
Public bug reported: In Ubuntu 12.04 I used the following udev rules to make Plantrinics buttons work: ** ACTION!=add|change, GOTO=xorg_plantronics_end KERNEL!=event*, GOTO=xorg_plantronics_end ENV{ID_VENDOR_ID}==047f, ENV{ID_MODEL_ID}==c013,

[Bug 1247676] Re: Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy

2013-11-03 Thread Stanislav German-Evtushenko
It seems to work in 64-bit Ubuntu however doesn't work in 32-bit Ubuntu, neither 12.04 nor 13.10. I made some investigation and found problem in strtol function behaves differently on 32-bit and 64-bit systems. For example: 64-bit strtol(fff0, endptr, 16), result is 4294967280 32-bit

[Bug 1247676] Re: Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy 32-bit

2013-11-03 Thread Stanislav German-Evtushenko
** Summary changed: - Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy + Plantronics .Audio 648 buttons doesn't in Ubuntu Saucy 32-bit ** Description changed: - In Ubuntu 12.04 I used the following udev rules to make Plantrinics - buttons work: + In Ubuntu 12.04 64-bit I used the

[Bug 915995] Re: ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2013-09-06 Thread Stanislav German-Evtushenko
For 32-bit system the link has to be slightly different: $ sudo ln -s /lib/i386-linux-gnu/ld-linux.so.2 /lib/ld-~fix-linux.so.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915995 Title: ldconfig

[Bug 915995] Re: ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2013-08-05 Thread Stanislav German-Evtushenko
My workaround for Ubuntu 10.04.4: $ sudo ln -s /lib32/ld-linux.so.2 /lib/ld-~fix-linux.so.2 This works for Ubuntu 12.04.2 also, however make sure libc6-i386 is installed before you create a link (this is true for both 10.04 and 12.04). Otherwise ldconfig is going to remove the link. -- You

[Bug 1015744] Re: Bash history navigation keys should be enabled in the config

2013-07-31 Thread Stanislav German-Evtushenko
Yes, I've been waiting this for many years! Would be so great to enable history search by default. This is a must have feature for any linux server and I don't understand why this is not enabled yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 915995] Re: ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2013-07-22 Thread Stanislav German-Evtushenko
Same issue in Ubuntu 10.04.4 (latest updates). Some information from McAfee: https://kc.mcafee.com/corporate/index?page=contentid=KB75925actp=LIST -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915995

[Bug 915995] Re: ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2013-07-22 Thread Stanislav German-Evtushenko
My workaround for Ubuntu 10.04.4: $ sudo ln -s /lib32/ld-linux.so.2 /lib/ld-~fix-linux.so.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915995 Title: ldconfig makes system loader

[Bug 915995] Re: ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2013-07-22 Thread Stanislav German-Evtushenko
@Adam: thank you for the detailed explanation. Now it seems as this is a McAfee bug, however they don't agree https://kc.mcafee.com/corporate/index?page=contentid=KB75925actp=LIST -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1073114] Re: Shopping Lens Does Not Respect User Privacy

2013-02-03 Thread Stanislav German-Evtushenko
Temporary solution is a remastering ISO image: http://www.helplinux.ru/wiki/en:kb:make-ubuntu-safe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073114 Title: Shopping Lens Does Not Respect User

[Bug 1055952] Re: Direct data leaking to Amazon

2013-02-03 Thread Stanislav German-Evtushenko
Temporary solution is a remastering ISO image: http://www.helplinux.ru/wiki/en:kb:make-ubuntu-safe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1055952 Title: Direct data leaking to Amazon To

Re: [Bug 96454] Invitation to connect on LinkedIn

2013-01-07 Thread Stanislav German-Evtushenko
h Hey man, Why? What have I done to you? :) Stas On Mon, Jan 7, 2013 at 4:13 PM, JohnFlux johnf...@gmail.com wrote: LinkedIn Bug, I'd like to add you to my professional network on LinkedIn. - John John Tapsell Computer Programmer for Nokia Brighton, United Kingdom

[Bug 1035603] Re: Ubuntu 12.04 usb sound hotplug problem

2012-08-12 Thread Stanislav German-Evtushenko
That bug is not critical technically but could annoy normal users since they could hotplug usb sound before and could not do that now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035603 Title:

[Bug 1035603] [NEW] Ubuntu 12.04 usb sound hotplug problem

2012-08-11 Thread Stanislav German-Evtushenko
Public bug reported: Usb sound hotplug worked well in Ubuntu 10.04 and 10.10 but hasn't been working since I installed Ubuntu 12.04. Description: Ubuntu 12.04 USB Speakers: Bus 002 Device 002: ID 0d8c:0103 C-Media Electronics, Inc. CM102-A+/102S+ Audio Controller Steps to reproduce: 1) boot

[Bug 569388] Re: apt-dater-host can't refresh in Lucid OpenVZ VPS

2012-03-21 Thread Stanislav German-Evtushenko
Dear Sebastien, Could you tell me how can I get it fixed please? I have updated my Ubuntu but verstion of the program still 0.8.1+svn450-1. Stanislav -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 778924] Re: Square boxes instead of menu labels in Japanese Libreoffice

2011-10-06 Thread Stanislav German-Evtushenko
Installing ttf-vlgothic will probably help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778924 Title: Square boxes instead of menu labels in Japanese Libreoffice To manage notifications about

[Bug 778924] Re: Square boxes instead of menu labels in Japanese Libreoffice

2011-10-06 Thread Stanislav German-Evtushenko
Package: ttf-vlgothic Description: Japanese TrueType font from Vine Linux VL Gothic is beautiful Japanese free Gothic TrueType font, developed by Project Vine. . It is based on Sazanami Gothic (by Electronic Font Open Laboratory) and M+1C/M+1M font (by M+ FONTS PROJECT). Homepage:

[Bug 811056] [NEW] compcache doesn't work

2011-07-15 Thread Stanislav German-Evtushenko
Public bug reported: Ubuntu 10.10 /etc/initramfs-tools/initramfs.conf: COMPCACHE_SIZE=1 G or COMPCACHE_SIZE=50 % doesn't work because of using bash construction in udev rules. The problem is in /usr/share/initramfs-tools/hooks/compcache: RUN+=/sbin/rzscontrol /dev/ramzswap0

[Bug 772207] Re: version 173.14.30 is buggy for NVidia GeForce FX series

2011-06-09 Thread Stanislav German-Evtushenko
Has anybody managed to find any workaround? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772207 Title: version 173.14.30 is buggy for NVidia GeForce FX series To manage notifications about this

[Bug 437637] Re: (Needs -nvidia 190) G102M shows screen split into 6 parts

2011-04-27 Thread Stanislav German-Evtushenko
I can't check it today because I don't have such a laptop. Can somebody check? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/437637 Title: (Needs -nvidia 190) G102M shows screen split into 6 parts

[Bug 691910] [NEW] DVD menu doesn't work properly on some DVDs

2010-12-18 Thread Stanislav German-Evtushenko
Public bug reported: Binary package hint: gstreamer0.10-plugins-good DVD menu doesn't work properly in Totem on some DVDs. For example on that one: http://tfile.ru/forum/download.php?id=365804uk=11 Updating gstreamer0.10-plugins-good and gstreamer0.10-plugins-bad from ppa

[Bug 556293] Re: sudo does not keep http_proxy environment variable

2010-09-10 Thread Stanislav German-Evtushenko
Here are two work arounds that I use: 1) adding to /etc/sudoers: Defaults env_keep = http_proxy https_proxy ftp_proxy or 2) sudo -E apt-get install ... Hope this gets fixed soon too. -- sudo does not keep http_proxy environment variable https://bugs.launchpad.net/bugs/556293 You received this

[Bug 633918] [NEW] initrdrd.lz doesn't have Atheros modules atl1c and atl2

2010-09-09 Thread Stanislav German-Evtushenko
Public bug reported: Binary package hint: casper initrd.lz on Ubuntu LiveCD doesn't have Atheros modules atl1c and atl2 (it has only atl1 and atl1e) Version: Ubuntu Lucid Desktop 10.04 For more information: grep atl /usr/share/initramfs-tools/hook-functions ** Affects: casper (Ubuntu)

[Bug 633918] Re: initrdrd.lz doesn't have Atheros modules atl1c and atl2

2010-09-09 Thread Stanislav German-Evtushenko
Please correct the title. Not initrdrd.lz but initrd.lz -- initrdrd.lz doesn't have Atheros modules atl1c and atl2 https://bugs.launchpad.net/bugs/633918 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 574344] Re: Logout in Kubuntu 10.04 causes a crash

2010-07-23 Thread Stanislav German-Evtushenko
yes, I have it too. after installing kubuntu all worked well, but when i installed nvidia driver, 1) my splash screen went ugly 2) I can't logout (this bug). I see totally the same behavior with Ubuntu Lucid (Gnome). It works with default driver but it doesn't work with nvidia 96. -- Logout in

[Bug 432814] Re: Touchpad: Action for middle and right click is reversed since jaunty

2010-05-11 Thread Stanislav German-Evtushenko
Is still the same in Ubuntu 10.04 Lucid. ** Changed in: gnome-settings-daemon (Ubuntu Lucid) Status: Fix Released = New -- Touchpad: Action for middle and right click is reversed since jaunty https://bugs.launchpad.net/bugs/432814 You received this bug notification because you are a

[Bug 432814] Re: Touchpad: Action for middle and right click is reversed since jaunty

2010-05-11 Thread Stanislav German-Evtushenko
Guys, I really don't understand. 72 posts about exchanging 2 - 3 and 3 - 2. Is it really so hard? There are a lot of other important things that we can/should do. Why can't we just exchange 2 - 3 back and close the issue? -- Touchpad: Action for middle and right click is reversed since jaunty

[Bug 534225] Re: [lucid] setup_http_proxy_env constructs no_proxy incorrectly

2010-05-07 Thread Stanislav German-Evtushenko
When will it appear to the repository? -- [lucid] setup_http_proxy_env constructs no_proxy incorrectly https://bugs.launchpad.net/bugs/534225 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 207135] Re: pulseaudio uses too much CPU

2010-01-07 Thread Stanislav German-Evtushenko
Changed in pulseaudio (Ubuntu): status: Fix Committed → Fix Released Tampoffel, Could you please tell where the fix released? What kind of distribution (8.04 ... 9.10?) and repository (updates, propose, ppa?) ? Stas -- pulseaudio uses too much CPU

[Bug 207135] Re: pulseaudio uses too much CPU

2010-01-07 Thread Stanislav German-Evtushenko
And can I see the changes (I mean the differences between previous one and new one code with a fix applied)? -- pulseaudio uses too much CPU https://bugs.launchpad.net/bugs/207135 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 443298] Re: Dropping desktop-switcher from karmic

2009-12-03 Thread Stanislav German-Evtushenko
gorin on 2009-11-24 Changed in desktop-switcher (Ubuntu): status: Fix Released → Fix Committed gorin on 2009-11-24 Changed in desktop-switcher (Ubuntu): status: Fix Committed → Fix Released Sorry, but what kind of fix and for which Ubuntu version? -- Dropping desktop-switcher

[Bug 251638] Re: security_path don't work in preseed

2009-11-22 Thread Stanislav German-Evtushenko
Oh, sorry. I attached the file. It isn't using security_path because it doesn't work. Quote: -- The fragment you included in your bug report is clearly wrong. It would need to read as follows: d-i apt-setup/security_host string server d-i apt-setup/security_path string

[Bug 404626] Re: Turning wifi off using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-11-08 Thread Stanislav German-Evtushenko
This bug affects me too. -- Turning wifi off using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill) https://bugs.launchpad.net/bugs/404626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 404626] Re: Turning wifi off using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill)

2009-11-08 Thread Stanislav German-Evtushenko
Ubuntu karmic with lastest updates. Eee PC 901. -- Turning wifi off using Fn+F2 on Eee PC with Ralink rt2860 results in kernel panic (rfkill) https://bugs.launchpad.net/bugs/404626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 4584] Re: Remember last choice when switching sessions

2009-10-07 Thread Stanislav German-Evtushenko
I have a patch to change this behaviour https://bugzilla.gnome.org/show_bug.cgi?id=597661 ** Bug watch added: GNOME Bug Tracker #597661 http://bugzilla.gnome.org/show_bug.cgi?id=597661 -- Remember last choice when switching sessions https://bugs.launchpad.net/bugs/4584 You received this bug

[Bug 437637] [NEW] G102M doesn't work properly in (Ubuntu Karmic)

2009-09-27 Thread Stanislav German-Evtushenko
Public bug reported: Notebook: ASUS K50IN Video: G102M OS: Ubuntu Kaemic After installing nvidia driver I get my display is splitted into six parts like this: http://ubuntuforums.org/showthread.php?t=1230528 http://img24.imageshack.us/img24/7560/img4378p.jpg Solving: add this to device section

[Bug 437637] Re: G102M doesn't work properly in (Ubuntu Karmic)

2009-09-27 Thread Stanislav German-Evtushenko
** Attachment added: img4378p.jpg http://launchpadlibrarian.net/32519460/img4378p.jpg ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/32519461/BootDmesg.txt ** Attachment added: CurrentDmesg.gz http://launchpadlibrarian.net/32519462/CurrentDmesg.gz ** Attachment

[Bug 389248] Re: totem-xine doesn't work

2009-09-27 Thread Stanislav German-Evtushenko
It isn't good news. Totem Xine works perfectly with DVD, but totem- gtreamer doesn't. It always bug and crash with DVD :( -- totem-xine doesn't work https://bugs.launchpad.net/bugs/389248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 291158] Re: Boot error INT 6: CR2 00000000 !!!!!!

2009-09-26 Thread Stanislav German-Evtushenko
I have the same problem. Ubuntu 9.04 Notebook: ASUS K50IN with the lastest bios Ubuntu 8.04 works perfectly -- Boot error INT 6: CR2 !! https://bugs.launchpad.net/bugs/291158 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 291158] Re: Boot error INT 6: CR2 00000000 !!!!!!

2009-09-26 Thread Stanislav German-Evtushenko
BUG: Int 6: 00f009aa ... Stack: ... -- Boot error INT 6: CR2 !! https://bugs.launchpad.net/bugs/291158 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 399758] Re: Free-nx, gnome-settings-daemon and Jaunty not working correctly

2009-09-23 Thread Stanislav German-Evtushenko
*** This bug is a duplicate of bug 409621 *** https://bugs.launchpad.net/bugs/409621 downgrading libxklavier to version 3.9-0ubuntu1 fixes the crash.. i don't think it's a freenx bug or a gnome-setting-daemon bug. spiorf, Thank you! It works for me! -- Free-nx, gnome-settings-daemon and

[Bug 409621] Re: The program 'gnome-settings-daemon' received an X Window System error. During on a FreeNX server suring a session.

2009-08-13 Thread Stanislav German-Evtushenko
I have the same problem. -- The program 'gnome-settings-daemon' received an X Window System error. During on a FreeNX server suring a session. https://bugs.launchpad.net/bugs/409621 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 32381] Re: fast scroll wheel motion gives back/forward action

2009-06-04 Thread Stanislav German-Evtushenko
*** This bug is a duplicate of bug 31827 *** https://bugs.launchpad.net/bugs/31827 It is same for Ubuntu 8.04 -- fast scroll wheel motion gives back/forward action https://bugs.launchpad.net/bugs/32381 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 32381] Re: fast scroll wheel motion gives back/forward action

2009-06-04 Thread Stanislav German-Evtushenko
*** This bug is a duplicate of bug 31827 *** https://bugs.launchpad.net/bugs/31827 It is same for Ubuntu 8.04 -- fast scroll wheel motion gives back/forward action https://bugs.launchpad.net/bugs/32381 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 31827] Re: Scrolling fast with the mousewheel triggers history back and forth

2009-06-04 Thread Stanislav German-Evtushenko
I have the same problem with Firefox in Ubuntu 8.04 (Hardy) -- Scrolling fast with the mousewheel triggers history back and forth https://bugs.launchpad.net/bugs/31827 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs

[Bug 327063] Re: Scrolling up with mouse scrollwheel goes back or forward one page in browser history

2009-06-04 Thread Stanislav German-Evtushenko
Hi Warelock, Could you explain your solution? I used 'xev' for scan button codes and result is: scroll up = 4, scroll down = 5. Stas -- Scrolling up with mouse scrollwheel goes back or forward one page in browser history https://bugs.launchpad.net/bugs/327063 You received this bug