[Bug 1748471] Re: Automatic squid reload on resolv.conf update does not work

2018-02-16 Thread Kirill Bogdanenko
Hi Christopher, Sorry for the invoke-rc.d command mistake: it was jsut a typo. Of course you are right and the actual command there like you have said. As for the resolvconf, it is installed on my machine: $ apt policy resolvconf resolvconf: Installed: 1.79ubuntu8 Candidate: 1.79ubun

[Bug 1748471] Re: Automatic squid reload on resolv.conf update does not work

2018-02-16 Thread Kirill Bogdanenko
Or let me put it the other way. Below goes what I have figured out so far. 1. Whenever I start my virtual machine (from a "Powered Off" state) internet via proxy does not work. $ env | grep -i http_proxy HTTP_PROXY=http://localhost:48080/ http_proxy=http://localhost:48080/ $ systemctl st

[Bug 1891648] [NEW] Cannot switch to A2DP profile w/o restarting bluetooth.service

2020-08-14 Thread Kirill Bogdanenko
Public bug reported: When connecting to any Bluetooth device, PulseAudio fails to change its profile to A2DP (and leaves it in HSP/HFP). The following is appended to /var/log/syslog when trying to change profile in pavucontrol: Aug 14 14:59:02 k-laptop pulseaudio[18882]: Refused to switch profil

[Bug 1866194] Re: External audio device shows up in the sound output options but the sound keeps being emitted from the internal laptop speaker, or none at all.

2020-05-07 Thread Kirill Bogdanenko
Dell Precision 7510 Plugging headphones via AUX (3.5mm jack) disables the sound. Workaround: in pavucontrol switch profile of the default device ("Built-in Audio") from "Analog Stereo Duplex" to "Analog Stereo Output" and back (after switching back, audio in headphones starts working). After remo

[Bug 1866194] Re: External audio device shows up in the sound output options but the sound keeps being emitted from the internal laptop speaker, or none at all.

2020-05-07 Thread Kirill Bogdanenko
Few more things for my case (Dell Precision 7510). AUX headphones' sound seems to be connected to active input device: switching input devices (headphone mic, built-in mic, dock mic (unplugged)) causes sound to appear in the headphones. Although heavily distorted by noise. But the distortion is not

[Bug 1748471] [NEW] Automatic squid reload on resolv.conf update does not work

2018-02-09 Thread Kirill Bogdanenko
Public bug reported: There is a script (/etc/resolvconf/update-libc.d/squid) provided by the squid package which calls: invoke-rc.d reload squid || true The thing is, that command somehow does not cause the squid to reload. This is particularly painful when Ubuntu is being contained in Virtua

[Bug 990635] [NEW] Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-04-28 Thread Kirill Bogdanenko
Public bug reported: 1) 'lsb_release -rd': Description:Ubuntu 12.04 LTS Release:12.04 2) Software version - default for kubuntu 12.04 on 28.04.2012 (no additional repositories) 3) Description: Default font alias for 'Sans Serif' (cyrillic) looks horrible in kubuntu 12.04. This font

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-04-28 Thread Kirill Bogdanenko
** Attachment added: "Default cyrillic 'Sans Serif' font (e.g. run 'kdesudo kate')" https://bugs.launchpad.net/bugs/990635/+attachment/3113023/+files/bad-sans-serif-by-default.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-04-29 Thread Kirill Bogdanenko
It seems the workaround isn't going to work - sudo in ubuntu is configured to keep '$HOME'. I think something must be done with /etc/fonts -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in Ubuntu. https://bugs.launchpad.net/bugs/990

[Bug 1440210]

2015-11-01 Thread Kirill Bogdanenko
Hi Thomas, I think this report should then be closed as invalid. Comments in this thread (useful information) should be splitted into separate reports. Because this report here serves nothing but a garbage bin. BTW, for me the issue described in name is solved: first I used a workaround KWIN_USE_

[Bug 1440210]

2015-11-01 Thread Kirill Bogdanenko
> KWIN_USE_BUFFER_AGE=0 As I said, I do not use this anymore. However, what I used in the past was: $ cat > /etc/profile.d/kwin-fix.sh export KWIN_USE_BUFFER_AGE=0 $ chown root:root /etc/profile.d/kwin-fix.sh $ chmod 0644 /etc/profile.d/kwin-fix. sh -- You received this bug notification becau

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-09 Thread Kirill Bogdanenko
1. See attachment 2. I haven't clearly understood what I should move out of the way, but when I remove ~/.fonts.conf and ~/.fontconfig fonts remain the same. Nevertheless when I remove 'fonts-nanum' package - everything goes back to normal (see attachment in next post). 3. Attachment in next pos

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-09 Thread Kirill Bogdanenko
And here is the screeshot of sans-serif fonts after workaround (i.e. removing 'fonts-nanum' package). Actually that's how they should look like. ** Attachment added: "That's how cyrrilic sans-serif should look like" https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/990635/+attachment/313

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-09 Thread Kirill Bogdanenko
Please note that not only 'sans-serif' is affected, also 'serif' is looking bad (e.g. huge kerning). See attachment. ** Attachment added: "Bad serif cyrillic font by default" https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/990635/+attachment/3138166/+files/bad-serif-by-default.png --

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-09 Thread Kirill Bogdanenko
I've made an ivestigation. The attached patch for '/etc/fonts' seems to fix the problem . BUT I haven't tested the korean localization with it. ** Patch added: "This patch fixes bad cyrillic 'sans-serif' and 'serif' BUT is not tested with korean localization" https://bugs.launchpad.net/ubunt

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-09 Thread Kirill Bogdanenko
As long as 'sans-serif' in normal in Gnome/Unity and the patch, changing language detection criteria, fixes the problem I can assume that the problem is that Qt's(KDE's) "lang" passed to font configuration xml's differs from one in GTK (Unity/Gnome). I mean it turns out in /etc/fonts/conf.d/90-fon

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 is bad

2012-05-05 Thread Kirill Bogdanenko
sentaus, thanks that's a good workaround. It proves that it is something wrong with aliases in /etc/fonts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990635 Title: Sans serif cyrrilic font in kub

[Bug 995138] [NEW] Software upgrade notifications showing strange window on every login

2012-05-05 Thread Kirill Bogdanenko
Public bug reported: 1) lsb_release -rd Description:Ubuntu 12.04 LTS Release:12.04 I'm using x86_64 kubuntu. After recent (4 may 2012) upgrade I'm observing a "Software notifications are availiable" on every login. When I click on it - the strange black window shows up. See attached

[Bug 995138] Re: Software upgrade notifications showing strange window on every login

2012-05-05 Thread Kirill Bogdanenko
** Attachment added: "This appears in system tray on every login" https://bugs.launchpad.net/bugs/995138/+attachment/3131983/+files/software-notifications.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 995138] Re: Software upgrade notifications showing strange window on every login

2012-05-05 Thread Kirill Bogdanenko
Maybe it is related to this bug: https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/975909 ** Attachment added: "This happens afterdouble-clicking on lamp icon" https://bugs.launchpad.net/ubuntu/+bug/995138/+attachment/3131984/+files/software-notifications-after.png -- You received

[Bug 995138] Re: Software upgrade notifications showing strange window on every login

2012-05-05 Thread Kirill Bogdanenko
I've observed this on kubuntu 12.04 beta. But the window was with some arabian text(the only readable phrase was 'flasplayer-plugin-installer') and "Ok" button. So maybe the bug is happens when upgrading flash-player. -- You received this bug notification because you are a member of Kubuntu Bugs

[Bug 995138] Re: Software upgrade notifications showing strange window on every login

2012-05-05 Thread Kirill Bogdanenko
Dave, no, dist-upgrade didn't fix the problem. Furthermore, the notification appears again when I'm reinstalling flash-plugin-installer via Muon. But not when "sudo apt-get install --reinstall flashplugin-installer". -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1304805] Re: KDE desktop login failure: "Could not start d-bus. Can you call qdbus?"

2014-04-09 Thread Kirill Bogdanenko
[Po]lentino, That informaion isn't actually helpful. You tried to run qdbus from a tty without X11 server? If so, the essage just tells you that X11 should be started and $DISPLAY env variable should be set in order to call qdbus. -- You received this bug notification because you are a member o

[Bug 1369231] [NEW] do-release-upgrade in localized environment does not accept english input

2014-09-14 Thread Kirill Bogdanenko
Public bug reported: Hi, I was running do-release-upgrade tool in an environment like: LANG=ru_UA.UTF-8 LANGUAGE=ru:en:uk:en LC_CTYPE="ru_UA.UTF-8" LC_NUMERIC=ru_UA.UTF-8 LC_TIME=ru_UA.UTF-8 LC_COLLATE="ru_UA.UTF-8" LC_MONETARY=ru_UA.UTF-8 LC_MESSAGES="ru_UA.UTF-8" LC_PAPER=ru_UA.UTF-8 LC_NAME=ru

[Bug 1063317] Re: After update from KDE-Telepathy 0.5 to 0.5.1, Russian language disappear from list of supported interface languages

2012-10-15 Thread Kirill Bogdanenko
Sorry, missed thread with last comment, please ignore :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063317 Title: After update from KDE-Telepathy 0.5 to 0.5.1, Russian language disappear from

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-15 Thread Kirill Bogdanenko
See photo in attachment for boot log when failed to boot. ** Attachment added: "Screep photo when failed to boot" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1048141/+attachment/3399091/+files/2012-10-15_19-10-08.jpg -- You received this bug notification because you are a member of

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-15 Thread Kirill Bogdanenko
And here's boot log on success. ** Attachment added: "Boot log on success" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1048141/+attachment/3399092/+files/kernel.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-15 Thread Kirill Bogdanenko
Still no luck with A11 BIOS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title: Ubuntu boots up in a black screen To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-16 Thread Kirill Bogdanenko
** Description changed: Hello, I'm using Dell XPS15z laptop with kubuntu 12.10 beta 1 and kernel 3.5.0-13 amd64 (additional kernel flags: acpi=noirq). The problem is that ubuntu with this kernel boots up in a black screen: it looks like monitor gots powered off. + + After several reb

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-15 Thread Kirill Bogdanenko
> As well, regarding your Bug Description: > >"additional kernel flags: acpi=noirq" > > Why are you using this kernel parameter? x86_64 kernels won't be able to boot on my machine without the parameter. https://wiki.ubuntu.com/HardwareSupport/Machines/Laptops/Dell/XPS/15z -- You received this

[Bug 1063317] Re: After update from KDE-Telepathy 0.5 to 0.5.1, Russian language disappear from list of supported interface languages

2012-10-15 Thread Kirill Bogdanenko
See boot log (when failed) in attachment. ** Attachment added: "Screen photo, when failed to boot" https://bugs.launchpad.net/ubuntu/+source/meta-kde-telepathy/+bug/1063317/+attachment/3399089/+files/2012-10-15_19-10-08.jpg -- You received this bug notification because you are a member of Ub

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-24 Thread Kirill Bogdanenko
** Description changed: Hello, I'm using Dell XPS15z laptop with kubuntu 12.10 beta 1 and kernel 3.5.0-13 amd64 (additional kernel flags: acpi=noirq). The problem is that ubuntu with this kernel boots up in a black screen: it looks like monitor gots powered off. After several reb

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-28 Thread Kirill Bogdanenko
A12 BIOS is not available for downloading at the moment. See flynsarmy comment. Will try and respond here when the download is available. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title:

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-28 Thread Kirill Bogdanenko
There's something broken on Dell's site. Here's forum topic: http://en.community.dell.com/support-forums/software-os/f/4677/p/19473122/20215297.aspx#20215297 Here's direct link for downloading BIOS: http://downloads-us.dell.com/FOLDER00932248M/1/ -- You received this bug notification because yo

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-28 Thread Kirill Bogdanenko
Still issue with A12 BIOS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title: Ubuntu boots up in a black screen To manage notifications about this bug go to: https://bugs.launchpad.net/ub

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-29 Thread Kirill Bogdanenko
flynsarmy, So you're saying that you are not experiencing the same issue with A11 or A12 BIOS on your Dell XPS 15z (with acpi=noirq)? Can you perform 3 to 5 consecutive reboots and confirm that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1072891] [NEW] Linux kernel requires acpi=noirq or acpi=off on Dell XPS 15z to boot

2012-10-29 Thread Kirill Bogdanenko
Public bug reported: Hello, There's a problem with ACPI subsystem in Linux kernel (3.5.0-18~ubuntu and 3.6.3 mainline). The machine fails to boot without additional kernel flags, that disable ACPI features. Here's more detailed description of dependency between used kernel flags and boot proces

[Bug 1072891] Re: Linux kernel requires acpi=noirq or acpi=off on Dell XPS 15z to boot

2012-10-29 Thread Kirill Bogdanenko
Photo of screen when failed to boot with no acpi kernel parameters in attachment ** Attachment added: "Failed boot log when no acpi options given" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1072891/+attachment/3418038/+files/no_acpi_options.jpg -- You received this bug notification

[Bug 1072891] Re: Linux kernel requires acpi=noirq or acpi=off on Dell XPS 15z to boot

2012-10-29 Thread Kirill Bogdanenko
This bug may be related: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1048141 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072891 Title: Linux kernel requires acpi=noirq or acpi=off on Del

[Bug 1072891] Re: Linux kernel requires acpi=noirq or acpi=off on Dell XPS 15z to boot

2012-10-30 Thread Kirill Bogdanenko
> Despite this, were you able to boot without the parameters in a release prior to Quantal? No, I was not able to boot without acpi parameters on any amd64 release of Ubuntu (starting from Natty). But I would like to admit, that i386 kernels are booting without any acpi parameters on my machine (

[Bug 1072891] Re: Linux kernel requires acpi=noirq or acpi=off on Dell XPS 15z to boot

2012-10-30 Thread Kirill Bogdanenko
Quantal i386 Live image boots successfully without any acpi kernel parameters. Sorry, but I am not able to try Lucid amd64 at the moment, will try a few days later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-10-31 Thread Kirill Bogdanenko
Can confirm that amd64 Lucid boots without additional kernel acpi parameters. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072891 Title: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off

[Bug 990635] Re: Sans serif cyrillic font in kubuntu 12.04 and 12.10 is bad

2012-09-23 Thread Kirill Bogdanenko
** Summary changed: - Sans serif cyrrilic font in kubuntu 12.04 and 12.10 is bad + Sans serif cyrillic font in kubuntu 12.04 and 12.10 is bad -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-08 Thread Kirill Bogdanenko
Still there in 3.5.0-17. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title: Ubuntu boots up in a black screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-10-09 Thread Kirill Bogdanenko
The same issue with mainline 3.6.0, 3.6.1 (ubuntu) kernels. I'll try vanilla ones and bisect. Also no luck with 3.5.0-17~kamal from Sputnik Kernel PPA: https://launchpad.net/~canonical-hwe-team/+archive/sputnik-kernel -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 990635] Re: Sans serif cyrrilic font in kubuntu 12.04 and 12.10 is bad

2012-09-07 Thread Kirill Bogdanenko
Looks like it's no longer an issue in Kubuntu 12.10 Beta 1. Can anyone confirm? -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdebase in Ubuntu. https://bugs.launchpad.net/bugs/990635 Title: Sans serif cyrrilic font in kubuntu 12.04 and

[Bug 1048141] [NEW] Ubuntu boots up in a black screen

2012-09-09 Thread Kirill Bogdanenko
Public bug reported: Hello, I'm using Dell XPS15z laptop with kubuntu 12.10 beta 1 and kernel 3.5.0-13 amd64 (additional kernel flags: acpi=noirq). The problem is that ubuntu with this kernel boots up in a black screen: it looks like monitor gots powered off. Besides, the laptop has hibrid graph

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-09-09 Thread Kirill Bogdanenko
** Tags added: linux xorg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title: Ubuntu boots up in a black screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 993672] Re: Ships malformed interactive upgrade hook which causes translations to be shown in the dialog

2012-06-11 Thread Kirill Bogdanenko
> Still not in the updates for Kubuntu. Window appears on every boot after > every update of flashplugin-nonfree. > > WORKAROUND (to be repeated after every update): > > sudo rm /var/lib/update-notifier/user.d/data-downloads-failed > sudo rm /var/lib/update-notifier/user.d/data-downloads-failed-

[Bug 1069856] Re: error: cannot find a GRUB drive for . Check your device.map.

2012-11-07 Thread Kirill Bogdanenko
Had the same issue, resolved by: rm /etc/grub.d/00_header.backup -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069856 Title: error: cannot find a GRUB drive for . Check your device.map. To manag

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-11-07 Thread Kirill Bogdanenko
Issue is relevant to kernel 3.7-rc4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072891 Title: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot To manage notifications about th

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-11-07 Thread Kirill Bogdanenko
I've already tested amd64 10.10 it does boot. I can say that: * Ubuntu 10.04.4 amd64 boots without any kernel acpi parameters * 10.10+ amd64 requires acpi=noirq or acpi=off to boot I've tested all (amd64) of: 10.04.4, 10.10, 11.04, 11.10, 12.04.1, 12.10 using live images. Should I install 10.10 ?

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-11-07 Thread Kirill Bogdanenko
> I've already tested amd64 10.10 it does boot. it does NOT boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072891 Title: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot T

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-11-05 Thread Kirill Bogdanenko
The latest amd64 buntu release that boots without any acpi flags is 10.04.4 Lucid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072891 Title: [Dell XPS 15z] Need kernel parameter acpi=noirq or acp

[Bug 1048141] Re: Ubuntu boots up in a black screen

2012-11-25 Thread Kirill Bogdanenko
Søren Gellert, Thanks, adding 'acpi_backlight=vendor dell_laptop.backlight=0' to kernel command line worked flawlessly for kernel 3.6.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048141 Title:

[Bug 1072891] Re: [Dell XPS 15z] Need kernel parameter acpi=noirq or acpi=off to boot

2012-11-25 Thread Kirill Bogdanenko
Adding 'acpi_backlight=vendor dell_laptop.backlight=0' to kernel command line (no 'acpi=noirq' or 'acpi=off') results in succesfull boot. ** Description changed: With Quantal amd64, the machine fails to boot without additional kernel parameters. This is reproducible in 3.5.0-18-generic 3.5.0-