[Bug 1453751] Re: Postfix/verify_cache.db out of chroot

2015-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: postfix (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1453751 Title: Po

[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
After Update Lubuntu 14.10 --> 15.04 my above described workaround was recessed. Bug still open :-( Re-applying my workaround solves the issue again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/139

[Bug 1462737] Re: mawk counts characters incorrectly

2015-07-19 Thread Jarno Suni
I guess it is design. I think some operations are faster, if you count bytes instead of characters. There could be an option to allow mawk count characters, though. ** Description changed: $ echo ä | mawk '{print length($0)}' - outputs 2. I expect 1. + outputs 2. I expect 1. $ echo äo | m

[Bug 1471523] Re: Deleting a non empty folder in PCManFM on a cifs share won't work.

2015-07-19 Thread us2000
Investigating further: Seems pcmanfm does not handle cifs vers 3.0 and 2.1 correctly (2.0 not tested). Mounting with cifs vers 1.0 solves the issue, no other changes on server or client. Working mount: //server/pw/d on /p/d type cifs (rw,relatime,vers=1.0,cache=strict,username=smbdata,domain=x

[Bug 1453751] Re: Postfix/verify_cache.db out of chroot

2015-07-19 Thread Kenyon Ralph
** Bug watch added: Debian Bug tracker #578862 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578862 ** Also affects: postfix (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578862 Importance: Unknown Status: Unknown -- You received this bug notification because y

Re: [Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread Paul Gevers
On 19-07-15 09:30, us2000 wrote: > After Update Lubuntu 14.10 --> 15.04 my above described workaround was > recessed. > Bug still open :-( > Re-applying my workaround solves the issue again. And I still believe it is only a workaround that I don't want to incorporate in the nedit package. The is

[Bug 1058751] Re: The -b switch for modifying a variable doesn't work

2015-07-19 Thread us2000
Hi, I'm still affected by this bug. What does "Please report upstream." mean ? Why is the status invalid? What I'm expected to do? Thanks very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/105

[Bug 1468172] Re: Upon 550-5.1.1 errors, send report to replyTo instead

2015-07-19 Thread Kenyon Ralph
No, this is not possible. You have a fundamental misunderstanding of how email works. The "reply-to" field is part of the message content. A 550 rejection happens before the SMTP client even gets to start sending message content. In other words, the 550 rejection occurs based on the message envelop

[Bug 1388043] Re: /etc/mailname no longer used for outgoing message domain

2015-07-19 Thread Kenyon Ralph
marking invalid for postfix per comment #1 ** Changed in: postfix (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388043 Title: /etc/mailname no longer used fo

[Bug 1475957] Re: package chromium-browser (not installed) failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libblink_web.so' to '/usr/lib/chromium-browser/lib

2015-07-19 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that there was an error on your system when trying to install a particular package. Please execute the following command, as it will clear your package cache, in a terminal: sudo apt-get clean Then try

[Bug 1431846] Re: white screen on boot right before login promt

2015-07-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1428884 *** https://bugs.launchpad.net/bugs/1428884 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1453751] Re: Postfix/verify_cache.db out of chroot

2015-07-19 Thread Bug Watch Updater
** Changed in: postfix (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1453751 Title: Postfix/verify_cache.db out of chroot To manage notifications about this b

[Bug 222813] Re: analog logfile analyser fails to identify Windows Vista

2015-07-19 Thread Bug Watch Updater
** Changed in: analog (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/222813 Title: analog logfile analyser fails to identify Windows Vista To manage notif

[Bug 397466]

2015-07-19 Thread Chaser-andrey
I just use KWallet without password because I don't want to wait single- sing-on next year or two and I don't want to type my password again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/397466 Title

[Bug 1475967] [NEW] Using a cache for downloads

2015-07-19 Thread Sworddragon
Public bug reported: I'm using Ubuntu 15.10 dev with update-notifier-common 3.161 and if I'm downloading a file (for example by installing flashplugin-installer) I'm noticing that the downloaded file is not cached as it is done with package downloads from apt. Maybe update-notifier-common could ha

[Bug 480159] Re: grub console is ridiculously slow

2015-07-19 Thread Marcus
Having the issue on 15.04. I've been having the problem for several Ubuntu versions but it is now extreme as I have upgraded to a UHD (3840x2160) monitor. Radeon HD 7850 on a fully open source stack (radeonsi driver). -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1412312] Re: SHIFT + Numpad arrow produces garbage

2015-07-19 Thread Kirr
How to remap key combination Ctrl + Shift + KP_Left to Ctrl + Shift + Left in keyboard layout? I can't select anything using keypad because of that. ** Changed in: gedit (Ubuntu) Status: New => Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/gedit/+questi

[Bug 1475968] [NEW] match function hangs

2015-07-19 Thread Jarno Suni
Public bug reported: Testcase: mawk '{print match($0,/(a*)*/)}' hangs with any input. I expect it to print an integer number for each line in input and exit thereafter. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: mawk 1.3.3-17ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-57.95-lowlatency

[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
Hi, thanks for your answer! I looked a little closer, I still believe the error is in "nedit.desktop" in the exec line: Exec=nedit-nc %U Comparing with another *working* program like leafpad shows in "leafpad.desktop": Exec=leafpad %f Some command line option debugging: %f results in "/home/us

[Bug 1475971] [NEW] Bugged depends or wiki failure

2015-07-19 Thread EricDHH
Public bug reported: Ubuntu 14.04 LTS AMD64 gramps 4.0.3+dfsg-2 Starting an installed gramps will result to a bug: OSMGPSMAP module not loaded! Please enter the ubuntu wiki for a correct installation of gramps here: http://wiki.ubuntuusers.de/GRAMPS This help will succeed up to this co

[Bug 1471676] Re: Update fish to newest version to fix "grep: warning: GREP_OPTIONS is deprecated"

2015-07-19 Thread Thibaut Brandscheid
** Changed in: fish (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471676 Title: Update fish to newest version to fix "grep: warning: GREP_OPTIONS is de

[Bug 1410406] Re: black screen after booting, 100% cpu usage

2015-07-19 Thread Andrew P.
1. About the bug. The algorithm that detects monitors overlapping must be a little "smarter". It's solvable, just need some time to fix. You can use "active-monitor" as workaround. 2. You still will have some issues with your monitors even with that fix. Each your monitor displays the same area (

[Bug 1153186] Re: [PATCH] Allow to specify custom script file via param '-s'

2015-07-19 Thread Pali
Patch is now included also in Ubuntu Wily, version 1.2.9.2-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1153186 Title: [PATCH] Allow to specify custom script file via param '-s' To manage notifi

[Bug 1475902] Re: Segmentation fault on 15.10 wily

2015-07-19 Thread Hans Joachim Desserud
You're welcome. :) Thanks for adding the requested information. Without the same drivers (and possibly graphics card), I don't know if there's all that much I can do. There's a couple of things you could test though, have you had similar problems with other opengl programs? Could you test whether

[Bug 1312227] Re: fonts missing from adobe acroread v9.5.5

2015-07-19 Thread Adolfo Jayme
The Linux version of Acrobat Reader, proprietary software, was killed by Adobe years ago, and went unmaintained since 2013. There is no point in filing bug reports if we can’t do anything about closed software. ** Changed in: acroread (Ubuntu) Status: New => Won't Fix -- You received this

[Bug 1475974] [NEW] installer (ubuntu 15.04) crashes while upgrading from 14.04 with raid0 array

2015-07-19 Thread David
Public bug reported: - I've installed 14.04 with a "net install". - Have a raid0 config not detected by installer of 15.04 (liveusb). - Installed mdadm and run with --assemble --scan - /dev/md0 correctly detected --> tried to upgrade distro and then ... bad luck :o( got error #2 ProblemType: Bug

[Bug 1456400] Re: gnome-weather is missing several dependencies

2015-07-19 Thread Matthias Jordan
Awesome. So, after two months I wonder when this new package appears in the repositories. As of now, only the old package -0ubuntu1 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/1456400

[Bug 1475978] [NEW] Sync mknbi 1.4.4-11 (main) from Debian unstable (main)

2015-07-19 Thread Artur Rona
Public bug reported: Please sync mknbi 1.4.4-11 (main) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * Build with -fgnu89-inline for GCC 5. * Build with -fgnu89-inline for GCC 5. Debian has merged Ubuntu changes. Changelog entries since current wily

[Bug 1316913] Re: wrong keybord layout at system start

2015-07-19 Thread Winga
Same problem for me on Ubuntu 14.04 : I chose to set the keyboard in French when I made the installation (in the beginning July 2015), but it automatically sets in English each time I reboot. Strangely, this bug appeared around 10 days after Ubuntu installation. For people still looking for a solu

[Bug 1471042] Re: gtkwave v3.3.58 crashes a lot because libjudy is built wrong

2015-07-19 Thread berndl
>Since this is an LTS, I'm guessing you should fix libjudy and then provide the >update so that we >can pull in the fixed packages via apt-get. I too want to highlight this. I'm using gtkwave together with ghdl, a free VHDL simulator available via ppa. I've observed this bug since last year, when

[Bug 1471666] Re: [MX4] 4K record

2015-07-19 Thread Simon Raffeiner
I think this might be because the video resolution is hardcoded at a maximum of 1920x1080 in http://bazaar.launchpad.net/~phablet-team /camera-app/trunk/view/head:/ViewFinderOverlay.qml#L101 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1401792] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-07-19 Thread Joe Linux
Hello Folks, This is occurring all the time with each and every single kernel auto update. This is just nightmare since months and months! This is affecting all my Ubuntu 14.04.x LTS distributions including Studio as well. LTS is supposed to be the most stable Ubuntu version. So, what the non L

[Bug 1475974] Re: installer (ubuntu 15.04) crashes while upgrading from 14.04 with raid0 array

2015-07-19 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. Reviewing your log files attached to this bug report it seems that there is a problem with your installation media (CD/DVD). You can verify the integrity of the Ubuntu ISO files you downloaded by following the inst

[Bug 1410406] Re: black screen after booting, 100% cpu usage

2015-07-19 Thread Martin Smat
Thank you, Andrew, for a prompt answer. I used the workaround with "active-monitor" already before 2.0.1. I only hoped the new bug fix would solve this problem. It obviously helped to many others but in some specific configurations like mine it still fails. I will patiently wait for a "smarter" alg

[Bug 1475982] [NEW] mir (main) build-depends on abi-compliance-checker (universe)

2015-07-19 Thread Matthias Klose
Public bug reported: mir (main) build-depends on abi-compliance-checker (universe), this seems to be introduced for 14.10. Please either drop this build dependency or file a MIR for the package. This severely hinders rebuilding packages using GCC 5 in silo16. This is a long known issue, in that t

[Bug 1475983] Re: package chromium-browser (not installed) failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libash.so' to '/usr/lib/chromium-browser/libs/liba

2015-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475983 Title: package chromium-browser (not installed) failed to install/upgrade: cannot copy extracted data fo

[Bug 1475983] [NEW] package chromium-browser (not installed) failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/libs/libash.so' to '/usr/lib/chromium-browser/libs/li

2015-07-19 Thread PCK PANICKER
Public bug reported: crashed while installing. computer hang after that. shut down computer By CTRL+ALT+F2 => sudo reboot command. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: chromium-browser (not installed) ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21 Uname: Linu

[Bug 1064112] Re: Please Update to Upsteam Release 1.3.2.1

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that viking 1.4.2-2 is available in Ubuntu 14.04, so I believe this can be closed. Newer releases have version 1.5.1-1. ** Changed in: viking (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1037892] Re: mosquitto: New upstream version available - 1.0.1

2015-07-19 Thread Hans Joachim Desserud
mosquitto 1.3.4-2ubuntu1 is available in Ubuntu 15.04 and later, so I believe this can be closed. Note bug 1423037 though... ** Changed in: mosquitto (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1420290]

2015-07-19 Thread Kvaster
Same porblem on my box. I can reproduce this very often mostly using chromium. My options for i915 driver: options i915 enable_rc6=7 enable_fbc=1 lvds_downclock=1 semaphores=1 My box is gentoo box with 4.1.2 kernel. I had no such problems before 4.1.x kernel... [ cut here ]--

[Bug 1475500] Re: the demangler is not aware of the __cxx11 symbols in GCC 5's libstdc++

2015-07-19 Thread Bug Watch Updater
** Changed in: google-glog (Debian) Status: Unknown => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475500 Title: the demangler is not aware of the __cxx11 symbols in GCC 5's libs

[Bug 1204657] Re: [Upgrade request] denemo: New upstream release (V. 1.1.4) available

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that denemo version 1.1.8-2ubuntu1 is available in Ubuntu 15.04 and later, so I believe this can be closed. ** Changed in: denemo (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1475619] Re: url-dispatcher ftbfs with GCC 5

2015-07-19 Thread Matthias Klose
no, this is now bug lp: #1475982 . mir gained a new build dependency on abi-compliance-checker without doing the paper work to get it into main from universe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1471666] Re: [MX4] 4K record

2015-07-19 Thread Krzysztof Tataradziński
So you think that solution would be only to change that line(s)? Can someone test that? How can I do it myself? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471666 Title: [MX4] 4K record To manag

[Bug 1395924] Re: [needs-packaging] monodevelop 5.*

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. Monodevelop 5.5.0.227-1 is available in Ubuntu 15.04 and later releases, so I believe this can be closed. ** Tags added: upgrade-software-version ** Bug watch added: Debian Bug tracker #754316 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754316 ** Also affects: mono

[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
Now it's clear for me, see http://unix.stackexchange.com/questions/91934/no-desktop-and-u-what-for for an explanation of the variables. %U is for URL's, like file:// http:// - modern programs may understand this, but not nedit. Nedit needs the simple plain %f, or better %F to open a list of file

[Bug 1162245] Re: There is an update available

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that monodevelop 4.0.12+dfsg-2 is available in Ubuntu 14.04, so I believe this is fixed. (See bug 1395924 for monodevelop 5.x) ** Changed in: monodevelop (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member o

[Bug 1204335] Re: Upgrade to 0.90.4

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. Since autokey 0.90.4-1 is available in Ubuntu 14.04 and later releases, I've taken the liberty of resolving this issue as Fix Released. ** Changed in: autokey (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member

[Bug 1205347] Re: upstream release v1.0

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. Looks like the problems discussed above got resolved when python- setuptools-git version 1.1-1 got synced to Ubuntu. This version is available in Ubuntu 15.04 and later releases, so I believe this issue can be closed. ** Changed in: python-setuptools-git (Ubuntu) Stat

[Bug 1220988] Re: Upgrade latest librime release 0.9.9

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. librime version 0.9.9-1build1 is available in Ubuntu 14.04 so I believe this issue can be closed. Ubuntu 14.10 and later releases have 1.2+dfsg-1. ** Changed in: librime (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a mem

[Bug 1464848] Re: Missing german translation

2015-07-19 Thread Sworddragon
So this is not a language-pack issue this time? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1464848 Title: Missing german translation To manage notifications about this bug go to: https://bugs.la

[Bug 893878] Re: new version available

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that libpdl-netcd-perl version 4.16-3build2 is available in Ubuntu 14.04, so I believe this issue can be closed. Ubuntu 15.04 and later releases have 4.20-1 which from what I can see is the latest release. ** Changed in: libpdl-netcdf-perl (Ubuntu) Status: New =

[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread Paul Gevers
Indeed, seems like I was wrong in my understanding that I tested %U. I think my browser passed the local filenames all along. ** Package changed: lubuntu-meta (Ubuntu) => nedit (Ubuntu) ** Changed in: nedit (Ubuntu) Status: New => Confirmed ** Changed in: nedit (Ubuntu) Assignee: (un

[Bug 1395924] Re: [needs-packaging] monodevelop 5.*

2015-07-19 Thread Bug Watch Updater
** Changed in: monodevelop (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395924 Title: [needs-packaging] monodevelop 5.* To manage notifications abo

[Bug 1450127] Re: NEdit crashes on launch in Ubuntu 15.04

2015-07-19 Thread Paul Gevers
*** This bug is a duplicate of bug 1415309 *** https://bugs.launchpad.net/bugs/1415309 No response, so I mark this bug as duplicate of bug 1415309. ** This bug has been marked a duplicate of bug 1415309 "Open file with Nedit" from PCManFM causes Nedit to crash -- You received this bug no

[Bug 1388845] Re: snapper version is really old

2015-07-19 Thread Hans Joachim Desserud
Hm, looks like it built successfully in the end, because snapper version 0.2.4-1 is available in Ubuntu 15.04. Might have been some dependency which was out of sync or intermittent build failure. ** Changed in: snapper (Ubuntu) Status: New => Fix Released -- You received this bug notifica

[Bug 1430897] Re: [new-upstream]Gajim 0.16.1

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I found a corresponding bug report in Debian, so I have attached a bug watch. This should give us a notification once it is packaged in Debian and ready to be synced to Ubuntu. ** Bug watch added: Debian Bug tracker #785521 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug

[Bug 1475989] [NEW] package libpam-systemd:amd64 204-5ubuntu20.12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-07-19 Thread SAMsan
Public bug reported: First update after fresh install from Ubuntu Mate x64 ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libpam-systemd:amd64 204-5ubuntu20.12 ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7 Uname: Linux 3.16.0-33-generic x86_64 ApportVersion: 2.1

[Bug 1377589] Re: [new-upstream]Gajim 0.16

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that gajim version 0.16-1 is available in Ubuntu 15.04, so I believe this issue can be closed. ** Changed in: gajim (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1264554] Re: python3.4 autopkg test failures

2015-07-19 Thread Martin Pitt
Same error in the cloud tests: http://autopkgtest.ubuntu.com/packages/p/python3.4/trusty/amd64 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1264554 Title: python3.4 autopkg test failures To manage

[Bug 1475989] Re: package libpam-systemd:amd64 204-5ubuntu20.12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2015-07-19 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475989 Title: package libpam-systemd:amd64 204-5ubuntu20.12 failed to install/upgrade: subprocess installed pos

[Bug 1264554] Re: python3.4 autopkg test failures

2015-07-19 Thread Martin Pitt
Still fails: https://jenkins.qa.ubuntu.com/job/trusty-adt-python3.4/83/ == ERROR: test_dh_params (test.test_ssl.ThreadedTests) -- Traceback (most recent call last

[Bug 1447808] Re: Access denied for user 'root'@'localhost' after upgrading to Ubuntu 15.04

2015-07-19 Thread nadavkav
Workaround/fix: http://www.versatilewebsolutions.com/blog/2015/05/dealing-with-mariadb-plugin-unixsocket-is-not-loaded.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447808 Title: Access denied

[Bug 1266516] Re: New version available upstream: 1.104

2015-07-19 Thread Hans Joachim Desserud
Indeed, 1.108ubuntu5 is actually available in 15.04 as well. Based on your comment, I'm marking this as Fix Released. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. Yo

[Bug 1129873] Re: Request pidgin-sipe 1.14.1 in 13.04

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. Since Ubuntu 13.04 now has reached End Of Life, it is hard to tell whether this was upgraded in time for that. However, I see that pidgin-sipe version 1.17.3-1 is available

[Bug 1406939] Re: Upgraded to 7.3

2015-07-19 Thread Hans Joachim Desserud
Looks like the comment above was correct. Awstats 7.3+dfsg-1 was synced and is available in Ubuntu Wily. I therefore believe this issue can be resolved as fixed. ** Changed in: awstats (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member

[Bug 1475990] Re: autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
One side affect is that nautilus takes *several* minutes to launch on first use during a login session. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475990 Title: autofs service fails to connect t

[Bug 1475990] [NEW] autofs service fails to connect to upstart

2015-07-19 Thread Nathan Adams
Public bug reported: I have a fresh install of Ubuntu 15.04 and am attempting to install autofs. $ sudo apt-get install autofs Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed:   autofs 0 upgraded, 1 newly instal

[Bug 1475992] [NEW] Sync bind9 1:9.9.5.dfsg-10 (main) from Debian unstable (main)

2015-07-19 Thread Artur Rona
Public bug reported: Please sync bind9 1:9.9.5.dfsg-10 (main) from Debian unstable (main) Explanation of the Ubuntu delta and why it can be dropped: * SECURITY UPDATE: resolver DoS via specially crafted zone data - lib/dns/validator.c: don't use uninitialized fixedname. - CVE-2015-4620

[Bug 1033598] Re: the CAPTCHA challenge in Ubuntu Software Center is much too difficult to solve for a real human being

2015-07-19 Thread Anthony Martin
A work around for this bug (although its insane that this should even be needed) is to make an account at https://login.ubuntu.com/ as the main site don't require a captcha. Both my wife and I could not get this captcha to work and we tried about 15 times each which is insane for a captcha. -- Yo

[Bug 1475993] [NEW] Freeze logout in Ubuntu 15.04

2015-07-19 Thread mozart
Public bug reported: diodon indicator causes logout in Ubuntu 15.04 freeze for more one minute ** Affects: diodon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1132176] Re: Upgrade to ibus-table-chinese 1.4.6

2015-07-19 Thread Hans Joachim Desserud
Thanks for reporting. I see that ibus-table-chinese version 1.4.6-Source-1 is available in Ubuntu 14.04, so I belive this issue can be resolved as fixed. (Version 1.8.2-1 is available in Ubuntu 15.04 and later releases) ** Changed in: ibus-table-chinese (Ubuntu) Status: New => Fix Released

[Bug 542763] Re: new upstream version available since 2.5 years

2015-07-19 Thread Hans Joachim Desserud
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. Since libiksemel version 1.4-2 is available in Ubuntu 15.04 I believe this issue can be resolved as fixed. ** C

[Bug 1475994] [NEW] mir fails to build with GCC 5

2015-07-19 Thread Matthias Klose
Public bug reported: as seen in silo16: https://launchpadlibrarian.net/212029958/buildlog_ubuntu-wily- amd64.mir_0.14.0%2B15.10.20150715-0ubuntu2~gcc5.1_BUILDING.txt.gz make[3]: Entering directory '/«BUILDDIR»/mir-0.14.0+15.10.20150715/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_repo

[Bug 1475997] [NEW] no audio output in system setting

2015-07-19 Thread Antonello
Public bug reported: no audio output in system setting. Every sounds does not works. When the PC starts, in login screen the sound works, if I login, with each account, it does not works. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: pulseaudio 1:6.0-0ubuntu6 ProcVersionSignature: Ubuntu

[Bug 1475996] [NEW] Oracle OpenJDK7 in EOL, but RedHat still continue update OpenJDK7

2015-07-19 Thread mrl586
Public bug reported: Oracle have phased out OpenJDK 7 updates after 7u80 from non-paying customers. Because RedHat still continue updating their OpenJDK7 packaging, we should consider change OpenJDK7 upstream to RedHat. ** Affects: openjdk-7 (Ubuntu) Importance: Undecided Status: Ne

[Bug 1292290] Re: [SRU] Window manager keybindings don't work after reboot

2015-07-19 Thread Boris Aranovich
Sorry, I meant Super+Up, not Super+M -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1292290 Title: [SRU] Window manager keybindings don't work after reboot To manage notifications about this bug go

[Bug 1292290] Re: [SRU] Window manager keybindings don't work after reboot

2015-07-19 Thread Boris Aranovich
And just checked, same issue with my Show Desktop key, which I reconfigured from Ctrl-Alt-D to Super-D. $ xfconf-query -c xfce4-keyboard-shortcuts -lv | grep desktop /xfwm4/custom/d show_desktop_key /xfwm4/custom/dshow_desktop_key /xfwm4/default/d

[Bug 1401901] Re: package mythexport 2.2.4-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-07-19 Thread Steve Gsly
Steve Grsly wrote - This is the end of my installation script reporting the error.. Errors were encountered while processing: mythexport Error in function: Setting up mythexport (2.2.4-0ubuntu2) ... mkdir: missing operand Try 'mkdir --help' for more information. dpkg: error processing package m

[Bug 1292290] Re: [SRU] Window manager keybindings don't work after reboot

2015-07-19 Thread Boris Aranovich
I can confirm the same on Xubuntu distribution of Ubuntu 14.04.2. Configured Maximize window to Super+M. It works fine until reboot. After that it doesn't respond until I open xfwm4-settings and re-configure the shortcut again. It works then until the next reboot, and then everything has to be rep

[Bug 1097280] Re: ubuntu 11.10 crashed while installing from boot cd.

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097280 Title: ubuntu 11.10 crashed while installing from boot

[Bug 1054743] Re: crash of installer with initial installation

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054743 Title: crash of installer with initial installation T

[Bug 1097059] Re: installation on eeepc succeeded before, after change of hdd not anymore

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097059 Title: installation on eeepc succeeded before, after c

[Bug 1051127] Re: installer crashed

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1051127 Title: installer crashed To manage notifications abou

[Bug 1195270] Re: DEFT 7.1 Installer crash

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1195270 Title: DEFT 7.1 Installer crash To manage notificatio

[Bug 1060446] Re: grub bootloader failed to install and instalation of system failed

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1060446 Title: grub bootloader failed to install and instalati

[Bug 1038465] Re: crash during installation - /usr/bin/dpkg exited unexpectedly

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038465 Title: crash during installation - /usr/bin/dpkg exite

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2015-07-19 Thread Jack O'Quin
I recently experienced this problem on Trusty, and tried several of the recommended work-arounds, without success until I tried switching to libnss-ldapd in place of libnss-ldap. That worked. Now I can successfully reboot my LDAP clients. Amazing that something so fundamental is still broken seve

[Bug 1054877] Re: installation crashed at about 60 percent

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1054877 Title: installation crashed at about 60 percent To ma

[Bug 1031383] Re: instalacion failed

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1031383 Title: instalacion failed To manage notifications abo

[Bug 1048240] Re: Boot up crashed need disk

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048240 Title: Boot up crashed need disk To manage notificati

[Bug 1039574] Re: problems with installation - File "/usr/share/ubiquity/install.py", line 656, in

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039574 Title: problems with installation - File "/usr/share/

[Bug 1023216] Re: Didn't finish my install from my USB stick. (It's an old image anyways.)

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023216 Title: Didn't finish my install from my USB stick. (It

[Bug 1026084] Re: Ubuntu Installer crashed on a clean install

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026084 Title: Ubuntu Installer crashed on a clean install To

[Bug 1022928] Re: installer crashed. installing on a mac. running os through VMware Fusion

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022928 Title: installer crashed. installing on a mac. running

[Bug 1471523] might be gvfs

2015-07-19 Thread Walter Lapchynski
this is typically implemented in gvfs, i.e. it should also be a problem with the likes of thunar, nautilus, etc. please double check and confirm. thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1027737] Re: installation crash after log/sign-in on / formatted partition

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027737 Title: installation crash after log/sign-in on / forma

[Bug 1021172] Re: crash during download of language files for installation of Ubuntu on my laptop

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021172 Title: crash during download of language files for ins

[Bug 1022275] Re: screen saver came up the install went down

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022275 Title: screen saver came up the install went down To

[Bug 1027331] Re: toward the end of the install, the installer crashed.

2015-07-19 Thread dino99
That version have expired ** Changed in: ubiquity (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027331 Title: toward the end of the install, the instal

  1   2   3   4   >