[Bug 2093403] [NEW] America/Godthab has incorrect offsets

2025-01-10 Thread Ondřej Lufinka
Public bug reported: America/Godthab has incorrect offsets. It has been changed to -7200 s (winter) and -3600 s (summer). Package still shows -10800 and -7200. ** Affects: python-tz (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1939379] Re: ARM kernel builds fail with GCC 11

2021-11-10 Thread Ondřej Surý
php-swoole on armhf impish is also affected: https://launchpad.net/~ondrej/+archive/ubuntu/php/+build/22393235 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939379 Title: ARM kernel builds fail wit

[Bug 1899902] Re: systemd unit service file does not wait for bind9 to be ready

2021-10-20 Thread Ondřej Surý
Folks, here: https://gitlab.isc.org/isc- projects/bind9/-/merge_requests/5514 (I haven't tested it yet, but you can follow the progress there...) It will most probably make it into 9.18.0 (in December 2021). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1529827] Re: battstat-applet memory leak

2021-03-29 Thread Ondřej Bojar
I recently upgraded my 16.04 to 18.04 and then immediately to 20.04 (no restart between 16->18 and 18->20, if I remember correctly). I have always been using MATE and always had battery indicator in the taskbar (obviously, it was visually different in 16.04). Today, I spotted a memory leak in batt

[Bug 1891916] Re: virtualbox-dkms 6.1.10-dfsg-1~ubuntu1.20.04.1 fails to build with kernel 5.8

2021-01-09 Thread Ondřej Sluka
There is a similar bug that is not "Won't Fix": https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1899233 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891916 Title: virtualbox-dkms 6.1.10-

[Bug 1909836] [NEW] iwlwifi crashes when getting image from IPWebcam

2021-01-01 Thread Ondřej Bojar
Public bug reported: I am getting "Microcode SW error detected. Restarting 0x8200." dmesg after making http/https request to a particular web server. I have Lenovo Yoga 370, Ubuntu 16.04.7 LTS, after fresh apt-get update and upgrade. I normally (heavily) use wifi for all the possible things

[Bug 1867934] Re: Updating bird.conf to point to non-syslog log file results in incorrect log ownership, no logs written, service failure

2020-03-18 Thread Ondřej Surý
That's not specific to bird, any daemon running as non-root have this problem, and usually it's solved by doing: mkdir -p /var/log/bird chown bird: /var/log/bird and configuring the logfile to /var/log/bird/bird.log I don't think the needs to be fixed at the package level, and on the contrary th

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-28 Thread Ondřej Surý
JFTR Debian 2.28-8 has already the fix applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864864 Title: [SRU] pthread_rwlock_trywrlock results in hang To manage notifications about this bug go

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
According to upstream, the issue first appeared in 2.26, so only bionic is affected. ** Bug watch added: Debian Bug tracker #952609 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952609 ** Also affects: glibc (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952609 Import

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
JFTR RHEL 8 and FC30 has already pulled the fix into their glibc, so it's really only Ubuntu and Debian affected by this. ** Package changed: ubuntu => glibc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1864864] [NEW] [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
Public bug reported: [Impact] * pthread_rwlock_trywrlock and pthread_rwlock_tryrdlock before glibc 2.30 could hang: https://sourceware.org/bugzilla/show_bug.cgi?id=23844#c14 * We are especially able to reproduce the problem with BIND 9.16.x when --with-pthread-rwlock configure option enabled

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2020-02-25 Thread Ondřej Skýba
I confirm, that updating BIOS to version 01.10.00 released in January 2020 fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841039 Title: Multiple keys have same keycode on HP ProBook

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
Oh, I never run the builds outside of pbuilder/sbuild, fakeroot should help here. Also, I can confirm the package builds on with all variety of MySQL/MariaDB, but I haven't seen the test-results.txt file whether the MySQL tests are actually run. (I don't have time for that right now...) -- You

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
There are couple more commits in the repository on top of that, and I had a chat with Robie, and the main next culprit is that Oracle decided to disable networking when --skip-grant-tables is in effect, so I am going to try dropping that next and see what happens. -- You received this bug notific

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
You'll also need abdd0141eb37f1e474626db79e2e05bef571c88f and 170b03fd871c854e67e89a1e8aaefd2ec9cd2d50 (not yet tested though). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850190 Title: FTBFS wit

[Bug 1834963] Re: apache dependency should be documented in package description

2019-10-28 Thread Ondřej Surý
The "php" package *does not* install libapache2-mod-php by default, it's the APT dependency solver that picks the first dependency as the best, but in fact, f.e. the "php7.3" package dependency can be fulfilled by any web SAPI: `libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi`. The dependencies ar

[Bug 1850190] [NEW] MySQL 8.0 support

2019-10-28 Thread Ondřej Surý
Public bug reported: To fix the FTBFS, pick https://salsa.debian.org/php- team/php/commit/9090c75f90faafa70623d57525b81aa93e2e734e ** Affects: php7.3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2019-10-28 Thread Ondřej Surý
@paelzer Could I get MR on salsa for this, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772915 Title: Documentation on PHP session garbage collection needs updating. To manage notificatio

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
@seb123, yep, I was burnt by this so many times that it wouldn't pass over me. I guess I should also send email to Simon... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843507 Title: apt-get upda

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
tatus: Confirmed => Fix Released ** Changed in: libidn2 (Ubuntu) Assignee: (unassigned) => Ondřej Surý (ondrej) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843507 Title: apt-get update to lat

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
Tracked here: https://github.com/oerdnj/deb.sury.org/issues/1247, but it also needs to be fixed in Debian and Ubuntu as it was wrong for upstream to drop public symbols and not bump the SOVERSION. I removed the packages from the PPA and I am working on having a fixed package (with restored symbols

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2019-08-22 Thread Ondřej Skýba
** Attachment added: "dmesg log" https://bugs.launchpad.net/ubuntu/+bug/1841039/+attachment/5283961/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841039 Title: Multiple keys ha

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2019-08-22 Thread Ondřej Skýba
** Attachment added: "system info" https://bugs.launchpad.net/ubuntu/+bug/1841039/+attachment/5283960/+files/report.apport -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841039 Title: Multiple k

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2019-08-22 Thread Ondřej Skýba
the apport-collect didn't work for me, so I saved apport to file and uploaded bios is up do date -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841039 Title: Multiple keys have same keycode on HP P

[Bug 1841039] [NEW] Multiple keys have same keycode on HP ProBook 450 G6

2019-08-22 Thread Ondřej Skýba
Public bug reported: Distro release: 19.04 On my laptop HP ProBook 450 G6 multiple keys are mapped to the same keycode, specifically - Fn+F3, Fn+F4 and Fn+F8 (verified by showkey command). It's not a hardware issue since on Windows those keys are working as expected. The correct functions of ke

[Bug 1685937] Re: HID 1018:1006 Touchpad does not work

2019-07-12 Thread Ondřej Žára
It looks like I am currently hit by the very same issue: bought a chinese tablet, its keyboard+touchpad is detected as 1018:1006 and the touchpad is not working (only sending garbage on 3-finger gestures). May I ask about the status of the discussed patch? -- You received this bug notification b

[Bug 1825212] Re: [SRU] openssl disco

2019-06-06 Thread Ondřej Nový
I can confirm that 1.1.1b-1ubuntu2.1 from disco-proposed or 1.1.1b-2ubuntu1 from Eoan fixies this. Thanks a lot! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825212 Title: [SRU] openssl disco To

[Bug 1825212] Re: [SRU] openssl disco

2019-05-11 Thread Ondřej Nový
I can confirm this bug in Disco. It prevents to use application "Datovka". Exactly same problem as in Debian and Fedora. See https://gitlab.labs.nic.cz/datovka/datovka/issues/410 Thanks for fixing. ** Bug watch added: gitlab.labs.nic.cz/datovka/datovka/issues #410 https://gitlab.labs.nic.cz/da

[Bug 1825054] Re: My JavaFx project stopped compiling

2019-04-17 Thread Ondřej Pejša
i have this problem too. After newest update i do not have javaFX jar file ... This is also my post : https://askubuntu.com/questions/1134654/i-do-not-have-javafx-after-newest-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1798171] Re: System fails to boot with \EFI\BOOT\mmx64.efi - Not Found

2018-11-29 Thread Ondřej Hlaváč
Finally, I managed to find workaround. I had made a copy of /EFI/BOOT/grubx64.efi with the name mmx64.efi on the bootable medium. After this, the USB disc was able to boot again and I was able to continue with installation process. After successful instalation wverything was OK. -- You received t

[Bug 1798171] Re: System fails to boot with \EFI\BOOT\mmx64.efi - Not Found

2018-11-29 Thread Ondřej Hlaváč
Exactly same problem like #25. I found MokAuth and MokNew in efivars, but was unable to remove them. Other distros are able to boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798171 Title: Syst

[Bug 1592465] Re: [MIR] swift-plugin-s3

2018-09-29 Thread Ondřej Nový
FYI: https://github.com/openstack/swift3/blob/master/README.md The Openstack Swift community has imported the Swift3 middleware into Swift's codebase as the "s3api" middleware. Swift3 development is now frozen and all new patches should go to s3api middleware. Refer to documentation for more infor

[Bug 707288] Re: `dd` does not move files to "the Trash"

2018-09-29 Thread Ondřej Nový
** Changed in: vifm (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/707288 Title: `dd` does not move files to "the Trash" To manage notifications about thi

[Bug 1774852] Re: Help is missing from vifm (0.9.1-1)

2018-09-29 Thread Ondřej Nový
Fixed in 0.9.1-2, just uploaded to Debian. Thanks for your bugreport. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1774852 Title: Help is missing from vifm (0.9.1-1) To manage notifications about

[Bug 1793263] Re: does not show version information

2018-09-29 Thread Ondřej Nový
Fixed in 2.11.0-2, just uploaded to Debian. Thanks for bugreport. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1793263 Title: does not show version information To manage notifications about this

[Bug 1785780] Re: TB 16 issue on Dell Lattitude 7490 with large amount of data

2018-08-17 Thread Ondřej Kolín
Will this patch go in upstream Ubuntu Kernel or into Linux Kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB 16 issue on Dell Lattitude 7490 with large amount of data To manag

[Bug 1785780] Re: TB 16 issue on Dell Lattitude 7490 with large amount of data

2018-08-09 Thread Ondřej Kolín
Is there a way to do the checksum turn off to be delivered f.e. through a kernel module which is able to check if it is necessary the change? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Titl

[Bug 1785780] Re: TB 16 issue on Dell Lattitude 7490 with large amount of data

2018-08-09 Thread Ondřej Kolín
That fixed the issue. Thanks for help :] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB 16 issue on Dell Lattitude 7490 with large amount of data To manage notifications about this

[Bug 1785780] ProcCpuinfo.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172947/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780

[Bug 1785780] PulseList.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172951/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Titl

[Bug 1785780] WifiSyslog.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172954/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1785780] ProcCpuinfoMinimal.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172948/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1785780] CRDA.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172942/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB 16

[Bug 1785780] IwConfig.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172944/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title:

[Bug 1785780] ProcModules.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172950/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780

[Bug 1785780] Lsusb.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172946/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB 1

[Bug 1785780] Lspci.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172945/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB 1

[Bug 1785780] RfKill.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172952/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB

[Bug 1785780] CurrentDmesg.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172943/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780

[Bug 1785780] ProcInterrupts.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172949/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/178

[Bug 1785780] UdevDb.txt

2018-08-08 Thread Ondřej Kolín
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1785780/+attachment/5172953/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1785780 Title: TB

[Bug 1785780] Re: TB 16 issue on Dell Lattitude 7490 with large amount of data

2018-08-08 Thread Ondřej Kolín
apport information ** Tags added: apport-collected ** Description changed: Hi. Large amount of data gets corrupted when using the TB16 ethernet port. (rsync synchronization, etc... ) We can confirm this issue on this kernel. Creating new issue as stated in this bug (#1729674)

[Bug 1772164] [NEW] position of the terminal is offset by the width of left menu bar

2018-05-19 Thread Ondřej Skýba
Public bug reported: In Ubuntu 18.04 the width of the terminal is the same as the width of the screen, but is offset from left by the width of left menu bar -> part of the terminal is on the second screen ** Affects: guake (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1723947] Re: Current upload for 10.1.28-1 fails dep8 unitest on s390x

2017-11-21 Thread Ondřej Surý
Looks good to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1723947 Title: Current upload for 10.1.28-1 fails dep8 unitest on s390x To manage notifications about this bug go to: https://bugs.la

[Bug 1730401] [NEW] Installation failed (booltloader not installed)

2017-11-06 Thread Ondřej Doněk
Public bug reported: I tried to install latest Ubuntu on my Lenovo ThinkCentre machine but when it looks that installation will be successfully finished soon error with bootloader happens. Firstly it wrote that bootloader can not be written into /dev/dm or something and offer me to choose other p

[Bug 1702677] [NEW] Add an option to override version prefix (~ubuntu)

2017-07-06 Thread Ondřej Surý
Public bug reported: Hi, sometimes it is important to have a larger version number than in the target release, so an option to override (~ubuntu or ~debian) to something larger might be needed. Here's the patch that adds an -p,--prefix option to backportpackage: ``` --- /usr/bin/backportpackage

[Bug 1693766] [NEW] [feature request] pass unknown arguments to backportpackage to the builder

2017-05-26 Thread Ondřej Surý
Public bug reported: In order to use backportpackage as --git-builder in the git-buildpackage invocation the backportpackage needs ability to pass the extra arguments to the builder. E.g. backportpackage --builder="debuild" <.dsc> --buildinfo=-O -sa should not fail, but instead `debuild --buildi

[Bug 1674000] [NEW] fail to build with gcc-6.3.1

2017-03-18 Thread Ondřej Súkup
Public bug reported: [ 33s] cc -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -Wall -Wextra -DVERSION="0.07.25" -O2 -std=gnu99 -DHAVE_LIB_BSD -DHAVE_LIB_Z -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LI

[Bug 1621463] Re: Inconsistent naming of PHP7 apache module

2017-03-11 Thread Ondřej Surý
There's no bug. The upstream PHP module is named php7_module, but the package is named php7.0. You can have more php7_module providers - libapache2-mod-php7.0 | libapache2-mod-php7.1 and in future libapache2 -mod-php7.2, but only one php7_module can be enable at the same time (related to internal

[Bug 1651031] Re: php-igbinary package version is outdated and has various bugs

2016-12-19 Thread Ondřej Surý
@tysona: Thank you very much for taking care of several PHP extensions! This is much appreciated. JFTR I have updated php-igbinary in ppa:ondrej/php and in Debian unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1648959] [NEW] package udev 229-4ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-10 Thread Ondřej Šponar
Public bug reported: after installing updates via Software Updater Ubuntu version:16.04.1 LTS ProblemType: Package DistroRelease: Ubuntu 16.04 Package: udev 229-4ubuntu12 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 NonfreeKernelModules: wl ApportVe

[Bug 1648955] [NEW] package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-10 Thread Ondřej Šponar
Public bug reported: while installing updates via Software Updater Ubuntu version:16.04.1 LTS (website version) ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.1 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 App

[Bug 1648485] [NEW] package plymouth-theme-hostname-text 0.9.2-3ubuntu13.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-08 Thread Ondřej Šponar
Public bug reported: when updating Ubuntu via software updater Ubuntu version:16.04.1 kernel version:4.40-220-generic ProblemType: Package DistroRelease: Ubuntu 16.04 Package: plymouth-theme-ubuntu-text 0.9.2-3ubuntu13.1 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-3

[Bug 1647794] [NEW] package initramfs-tools 0.122ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-06 Thread Ondřej Šponar
Public bug reported: This error has showned after restarting computer from USB stick ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8 ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic i686 NonfreeKernelModules: wl ApportVers

[Bug 988513] Re: unbound defaults break DNS resolution when upstream DNS lacks DNSSEC support

2016-12-05 Thread Ondřej Surý
RFC 4033, 4034 and 4035 are on the IETF Standards track. Any recursive DNS server not supporting 10-yo standards is broken. If we keep dancing around non-standard compliant devices, the situation won't ever improve. Go yell at your vendors for sticking their heads into sand. Or vote with your m

[Bug 988513] Re: unbound defaults break DNS resolution when upstream DNS lacks DNSSEC support

2016-12-05 Thread Ondřej Surý
> that impossible, because the /etc/default/unbound file is part of the package. That's actually not true - you can create /etc/default/unbound before installing the package and the package will not overwrite the configfile by default: root@lettie:/# touch /etc/default/unbound root@lettie:/# ls

[Bug 1579815] Re: Please "duplicate" as php5-mongodb to trusty-universe

2016-06-30 Thread Ondřej Surý
Phil, perhaps the composer script could be modified to print: aw. mongodb not found, install with 'apt-get install build-essential php5-dev pkg-config libpcre3-dev && pecl install mongodb' if on Ubuntu/Debian? (no experience in composer whatsoever, so it might not be possible to do so) -- You r

[Bug 1579815] Re: Please "duplicate" as php5-mongodb to trusty-universe

2016-06-29 Thread Ondřej Surý
+1 to everything Nish said here. You can also pre-built the extension elsewhere and just make the provisioning pull the pre-built .so. Ubuntu (and Debian) doesn't backports stuff to older releases. Especially when there's a dozen ways how to provision it (PECL, prebuilding, using my ppa:ondrej/ph

[Bug 1597379] [NEW] Ubuntu 16.04 support

2016-06-29 Thread Ondřej Šibřina
Public bug reported: Please add support to Ubuntu/Kubuntu 16.04 W: The repository 'http://ppa.launchpad.net/thefanclub/grive-tools/ubuntu xenial Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt

[Bug 1576578] Re: dh-php no longer support multiple bin-packages

2016-06-03 Thread Ondřej Surý
Will be fixed in dh_php (>= 0.20) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576578 Title: dh-php no longer support multiple bin-packages To manage notifications about this bug go to: https://b

[Bug 1584537] Re: php-config5 --php-binary reports path to wrong php binary

2016-05-23 Thread Ondřej Surý
There are no php5 and php5-dev packages in Xenial. Only PHP 7.0. The package you are using is just leftover from development version of Xenial. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1422913] Re: Mulit-tenant store not working

2016-05-19 Thread Ondřej Nový
fixed in 0.1.9, which is already in Ubuntu+Debian ** Changed in: python-glance-store (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/1422913 Title: Mulit-t

[Bug 1579480] Re: PHP7-ubuntu sessionclean searches for "php5" named binary

2016-05-09 Thread Ondřej Surý
Did you fully uninstalled and purged php5* packages, e.g. doing `apt-get purge php5-common`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579480 Title: PHP7-ubuntu sessionclean searches for "php5"

[Bug 1522422] Re: Update to php 7.0

2016-05-02 Thread Ondřej Surý
@r5n Name those PECL extensions. General statements are not useful to anybody. As a counter "general statement" - no, adopting PHP 7 will not take years, it's already happening and it's not such huge deal as PHP 4 to PHP 5 transition. Most if not all of the PHP 5.6 compatible code run just fine wi

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
I made a simple workaround for Wily's case, so this can be closed. ** Changed in: php5 (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/1571607 Title: Merge co-i

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
@nacc Turns out, this is really needed only for Wily, as Trusty php5-cli doesn't contain phar command (yet). The other patch is not that much important as there's a workaround (just disable the other PHP modules with a2dismod before installing the one you need). -- You received this bug notificat

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
Wily EOL is July 2016, so I am not sure if it make sense to go forward with this at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571607 Title: Merge co-installability patches from Debian To

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-18 Thread Ondřej Surý
Nish, this would be for Trusty and Wily for people using backported PHP 7.0. As those little patches are really small and non intrusive, I think they can be merged to help the users. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1356113] Re: PHP5 session clean cron job causes OOM

2016-04-18 Thread Ondřej Surý
You might try the script I use in ppa:ondrej/php: http://anonscm.debian.org/cgit/pkg- php/php.git/tree/debian/sessionclean?h=master-5.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356113 Title: P

[Bug 1571607] [NEW] Merge co-installability patches from Debian

2016-04-18 Thread Ondřej Surý
Public bug reported: The src:php5 packages needs a little nudge to not conflict with the new PHP infrastructure, could you please pull these? commit 23e81c46bb4978596efe58a23070eb75dd3d5380 Author: Ondřej Surý Date: Mon Jan 4 13:49:00 2016 +0100 Make phar command versioned and use update

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-18 Thread Ondřej Surý
** Patch added: "Fail gracefully when other PHP module is enabled in Apache2" https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1571607/+attachment/4639152/+files/0001-Fail-gracefully-when-other-PHP-module-is-enabled-in-.patch -- You received this bug notification because you are a member o

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-14 Thread Ondřej Surý
@patrickdk Were you calling the sysvrc script directly or using a helper like: service restart unbound or invoke-rc.d ? Anyway when you invoke sysvrc scripts in a weird way, it's your responsibility to have a sanitized PATH. -- You received this bug notification because you are a member of U

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-14 Thread Ondřej Surý
Marking this as invalid, as init.d script should not use full path, see https://lintian.debian.org/tags/command-with-path-in-maintainer- script.html ** Changed in: unbound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1565084] Re: ubuntuBSD support

2016-04-08 Thread Ondřej Surý
Care to explain why Debian kFreeBSD is fine and ubuntuBSD is not? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565084 Title: ubuntuBSD support To manage notifications about this bug go to: https:

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-08 Thread Ondřej Surý
I don't think that's a bug under Debian. /usr/sbin is to be expected in PATH when running the sysvrc script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567740 Title: Unbound depends on /usr/sbin

[Bug 1565270] [NEW] package openjdk-9-jdk (not installed) failed to install/upgrade: zkouším přepsat soubor „/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h“, který je také v balíku openjdk-

2016-04-02 Thread Ondřej
Public bug reported: failed to install ProblemType: Package DistroRelease: Ubuntu 16.04 Package: openjdk-9-jdk (not installed) ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6 Uname: Linux 4.4.0-17-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 Architecture: amd64 Date: Sat Apr 2 14:50:53 2

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-22 Thread Ondřej Surý
I think the OP is just confused by mysqlnd versioning: $ grep PHP_MYSQLND_VERSION * mysqlnd.h:#define PHP_MYSQLND_VERSION "mysqlnd 5.0.12-dev - 20150407 - $Id: f59eb767fe17a6679589b5c076d9fa88d3d4eac0 $" ** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- You received this bug

[Bug 1392207] Re: Missing dependency on python-swift

2016-03-19 Thread Ondřej Nový
fixed in 1.2.0-1 ** Changed in: swift-bench (Ubuntu) Status: Confirmed => 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/1392207 Title: Missing dependency on python-swift To man

[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Ondřej Surý
Ok, found the cause to the GH#304, and it's easy to fix, defining PEAR_INSTALLDIR in configure.in even though we are building --without- pear should be enough to get the right PHP define() defined. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Ondřej Surý
ST to allow passing ${prefix} as part of --with-libdir * Don't reset module provides at every dsoname, but at every module name -- Ondřej Surý Mon, 14 Mar 2016 16:11:21 +0100 Just building this and uploading to unstable. Also this might need to be fixed (bad PEAR install path due bui

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-12 Thread Ondřej Surý
And how do you know that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528586 Title: upgrade to php PHP 7.0.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sour

[Bug 1556094] Re: php5-dev installs wrong symlink to ltmain.sh

2016-03-11 Thread Ondřej Surý
Xenial will not ship php5. It hasn't been removed yet, but there will be only PHP 7.0 (and thus you want to `apt-get install php-all-dev` instead that will pull correct dependencies). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1555057] Re: The ltmain.sh file is a dangling symlink

2016-03-09 Thread Ondřej Surý
make replaces $$ with $, so it should be correct. don't run it by hand, but you can use $(error $(LIBTOOL_VERSION)) at the next line in d/rules to print the value that's set into $(LIBTOOL_VERSION) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1555057] Re: The ltmain.sh file is a dangling symlink

2016-03-09 Thread Ondřej Surý
Already fixed in 7.0.3-4 and higher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555057 Title: The ltmain.sh file is a dangling symlink To manage notifications about this bug go to: https://bugs

[Bug 1555060] Re: the "pecl" command that is installed, does not work for PHP 7

2016-03-09 Thread Ondřej Surý
@Nish you need to sync php-pear 1:1.10.1+submodules+notgz-4 from unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555060 Title: the "pecl" command that is installed, does not work for PHP 7

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-09 Thread Ondřej Surý
Please provide full information and not just few top thoughts you have in your mind, f.e. read about good bug reporting here: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html ** Changed in: php5 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are

[Bug 1543703] Re: [needs-packaging] php-mongodb

2016-02-29 Thread Ondřej Surý
I'll upload dh_php tomorrow, but I am not sure if you want to pick this change, since I had to change the place where mods-available is from /etc/php/mods-available to /etc/php/7.0/mods-available. The upgrade should be automatic as much as possible, but it need binNMU on all extensions that depend

[Bug 1543703] Re: [needs-packaging] php-mongodb

2016-02-29 Thread Ondřej Surý
Not on my phone, so I could be more verbose. > W: php-mongodb: command-with-path-in-maintainer-script postrm:12 /usr/sbin/phpdismod This is kind of correct, but it's not a call but a check whether the tool exists. But I rewrote this in dh_php 0.8 to switch from [ -x /usr/sbin/phpdismod ] to whic

[Bug 1543703] Re: [needs-packaging] php-mongodb

2016-02-29 Thread Ondřej Surý
Lintian is wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543703 Title: [needs-packaging] php-mongodb To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/154

[Bug 1543703] Re: [needs-packaging] php-mongodb

2016-02-29 Thread Ondřej Surý
@nacc Can you pull from experimental? The problem is that libbson and libmongoc have been uploaded to experimental, so I am waiting for them to appear in unstable. But I can upload to experimental if that would help you. -- You received this bug notification because you are a member of Ubuntu Bug

  1   2   3   4   5   6   7   8   >