[Bug 1972735] Re: "go test archive/zip" fails, gophercolor16x16.png wrong size

2022-05-09 Thread Dan Kegel
That would be helpful, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1972735 Title: "go test archive/zip" fails, gophercolor16x16.png wrong size To manage notifications about this bug go

[Bug 1972735] [NEW] "go test archive/zip" fails, gophercolor16x16.png wrong size

2022-05-09 Thread Dan Kegel
Public bug reported: Go's test suite shows a problem: $ go test archive/zip --- FAIL: TestReader (0.06s) --- FAIL: TestReader/test.zip (0.00s) reader_test.go:675: gophercolor16x16.png: len=785, want 664 --- FAIL: TestReader/test-trailing-junk.zip (0.00s)

[Bug 1921651] Re: colon in name causes gvfs hang when copying to phone

2021-03-28 Thread Dan Kegel
Also: if the colon is in the name of a directory you are copying, the directory gets created with the colon in the name, but any attempt to put files in it hangs. Deleting the colon-named things via Files does seem to work, though. And transferring files with spaces, dashes, and umlauts in the

[Bug 1921651] [NEW] colon in name causes gvfs hang when copying to phone

2021-03-28 Thread Dan Kegel
Public bug reported: A colon in a file or directory name causes the operation to hang when copying to a phone via ptp. To reproduce: On android phone: 1) plug usb cable between phone and computer 2) Go to settings. Search for USB. Click on "Standard USB configuration". (Alternately, notice

[Bug 103537]

2020-11-30 Thread Dan Kegel
I tip my hat to you, sir! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/103537 Title: rosetta stone won't install via WINE To manage notifications about this bug go to:

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2020-11-16 Thread Dan Kegel
I no longer have access to the system in question, and haven't seen it anywhere else, may as well close as abandoned. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766938 Title: gnome-shell

[Bug 1896350] Re: nbd locks system?

2020-09-21 Thread Dan Kegel
(The zero size problem mentioned above also occurs occasionally on ubuntu 18.04, and the workaround is to add a sleep in the user script after modprobe nbd, so that's really a separate problem.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1896350] Re: nbd locks system?

2020-09-19 Thread Dan Kegel
On today's groovy snapshot (with the default kernel, 5.8.0-generic), the original problem is still present; didn't seem to show up until 2nd run of the bug script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1896350] Re: nbd locks system?

2020-09-19 Thread Dan Kegel
Also seems to work fine on ubuntu 18.04 (fresh, fully updated). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896350 Title: nbd locks system? To manage notifications about this bug go to:

[Bug 1896350] Re: nbd locks system?

2020-09-19 Thread Dan Kegel
FWIW, running same script on ubuntu 16.04 seems to work better. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896350 Title: nbd locks system? To manage notifications about this bug go to:

[Bug 1896350] Re: nbd locks system?

2020-09-19 Thread Dan Kegel
Here's the apport file from the VM (which is a very recent clean install); for some reason I couldn't upload it with ubuntu-bug. ** Attachment added: "apport.linux-image-5.4.0-47-generic.0beq9kz0.apport"

[Bug 1896350] [NEW] nbd locks system?

2020-09-19 Thread Dan Kegel
Public bug reported: I'm trying to use nbd on ubuntu 20.04 like so: qemu-img create -f qcow2 foo.img 500M sudo modprobe nbd sudo qemu-nbd --disconnect /dev/nbd15 || true sudo qemu-nbd --connect=/dev/nbd15 --cache=writeback --format=qcow2 foo.img sudo mkfs.ext4 -L root -O "^64bit" -E nodiscard

[Bug 1874879] Re: startx fails on first run with "Cannot run in framebuffer mode"

2020-04-28 Thread Dan Kegel
The 2nd startx workaround turns out not to work, alas; I spoke too soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874879 Title: startx fails on first run with "Cannot run in framebuffer mode"

[Bug 1874879] Re: startx fails on first run with "Cannot run in framebuffer mode"

2020-04-24 Thread Dan Kegel
BTW this worked fine on earlier versions of ubuntu, including 18.04 and 19.10. (I'm perfectly happy to hear it's user error, and the login needs to wait for something other than network-online.target, or that I did the wait wrong. The wait didn't seem to be needed before. Also, I didn't mention

[Bug 1874879] [NEW] startx fails on first run with "Cannot run in framebuffer mode"

2020-04-24 Thread Dan Kegel
Public bug reported: Fresh ubuntu 20.04 machine with a gtx 1080. Configured to boot to commandline with sudo systemctl set-default multi- user.target Proprietary driver nvidia 440 installed with 'ubuntu-driver install'. Rebooted. Logged in, ran startx. Startx ran fine. Configured system to

[Bug 1865870] Re: [nvidia] xorg via gdm-x-session fails to start with "Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices"

2020-04-24 Thread Dan Kegel
I saw this on an ubuntu 20.04 alpha system when I did 'ubuntu-drivers install' to get drivers for my gtx 1080. Reinstalling ubuntu 20.04 final made the problem vanish (whew). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1873920] [NEW] default vi on focal emits escape sequences unrecognized by bionic's terminal?

2020-04-20 Thread Dan Kegel
Public bug reported: On ubuntu 18.04, opening the default terminal (gnome-terminal 3.28.2-1ubuntu1~18.04.1), ssh'ing to an up-to-date ubuntu 20.04 system, running 'vi', and pressing 'i' shows the unwelcome garbage ESC [>4;m. Pressing ESC emits more garbage: ESC [>4;2m Focal's default vi is

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2020-03-23 Thread Dan Kegel
No, it's hard to imagine that working, I fear. Theoretically Canonical could upgrade bionic's nodejs to use the system's primary openssl. That is also not likely to happen, though, as it is a lot of work, and still might not please nodejs users fully. (Plus it could break some users.) -- You

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2020-03-05 Thread Dan Kegel
Well, yes. And as a result, the nodejs package on bionic is completely broken when you actually try to use it for any project. So, I guess one should avoid bionic if one uses nodejs? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1849873] Re: Cannot compile programs that use gtk.h and -Werror

2019-10-25 Thread Dan Kegel
Filed https://gitlab.gnome.org/GNOME/gtk/issues/2221 in case it's an upstream bug. I'll probably regret that. ** Bug watch added: gitlab.gnome.org/GNOME/gtk/issues #2221 https://gitlab.gnome.org/GNOME/gtk/issues/2221 -- You received this bug notification because you are a member of Ubuntu

[Bug 1849873] [NEW] Cannot compile programs that use gtk.h and -Werror

2019-10-25 Thread Dan Kegel
Public bug reported: To reproduce: sudo apt install libgtk2.0-dev && echo "#include " > foo.c && gcc -Werror -c foo.c $(pkg-config --cflags gtk+-2.0) || echo FAIL Should complete silently and produce foo.o, but instead, fails as follows: Reading package lists... Done Building dependency tree

[Bug 1732766] Re: firefox 57 does not display fish in fishgl.com on intel 530?

2019-09-02 Thread Dan Kegel
Upstream bug now https://bugzilla.mozilla.org/show_bug.cgi?id=1399501 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732766 Title: firefox 57 does not display fish in fishgl.com on intel 530? To

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-07-12 Thread Dan Kegel
Yeah... I suspect the OpenSSL folks are painfully aware of that, and future versions will likely be much better at preserving compatibility. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589

[Bug 1822426] Re: 19.04 Built in Intel HDA sound is disabled upon resume

2019-05-18 Thread Dan Kegel
FWIW, I ran into this after updating to 19.04 from 18.04. Audio working fine with HDMI (yay) but not with back panel audio (boo) unless I ran aplay as root, e.g. sudo aplay -D sysdefault:CARD=PCH /usr/share/sounds/alsa/Front_Left.wav ps showed timidity running. 'sudo apt remove timidity; sudo

[Bug 1828748] [NEW] gmtp can't connect to phone while gvfs-gphoto2-volume-monitor running

2019-05-12 Thread Dan Kegel
Public bug reported: My Nokia 6.1 phone is properly autodetected, and I can fetch files from it fine via the default ubuntu gui (using gvfs etc). However, running gmtp fails. To diagnose this I tried running mtp-detect. This fails with dank@thinky:~$ mtp-detect libmtp version: 1.1.16 Listing

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-04-15 Thread Dan Kegel
It's worse than that. Developers who use nodejs in their apps, and have to use libssl-dev, are simply screwed. Even moving to a container won't help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1822858] Re: In Ubuntu desktop, alt-tab twice does not return you to same window

2019-04-06 Thread Dan Kegel
Here's where the regression occurred: https://bugzilla.gnome.org/show_bug.cgi?id=689972 The design page, https://wiki.gnome.org/Design/OS/KeyboardShortcuts, noted "Maybe the familiarity is too strong on this one". It most certainly is. ** Bug watch added: GNOME Bug Tracker #689972

[Bug 1822858] [NEW] In Ubuntu desktop, alt-tab twice does not return you to same window

2019-04-02 Thread Dan Kegel
Public bug reported: In olden days, you could alt-tab to return to the last window you had active. and pressing alt-tab twice was a round trip, bringing you back to the same window. Now alt-tab does something else less useful. Every time I want to switch between two windows, I try to use

[Bug 1821483] Re: pip crashes when reinstalling native wheels

2019-03-24 Thread Dan Kegel
The first line of the bug report should have said "and ubuntu 16.04". https://launchpad.net/~dank/+archive/ubuntu/python-fixes/+packages now includes updated pip with the cherrypicked fix for both ubuntu 16.04 and ubuntu 18.04. -- You received this bug notification because you are a member of

[Bug 1821247] Re: python-configparser 3.5.0-1 breaks the python backports namespace

2019-03-23 Thread Dan Kegel
PPA https://launchpad.net/~dank/+archive/ubuntu/python-fixes/ now contains a python-configparser with that 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/1821247 Title:

[Bug 1812589] Re: pip's configparser dependency breaks backports namespace conventions

2019-03-23 Thread Dan Kegel
I suspect this was the cause of https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=865359 ** Bug watch added: Debian Bug tracker #865359 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865359 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1821483] Re: pip crashes when reinstalling native wheels

2019-03-23 Thread Dan Kegel
https://launchpad.net/~dank/+archive/ubuntu/python-fixes contains an updated pip with the cherrypicked fix. (Also, http://kegel.com/linux/howto-ppa/ happens to document how it was prepared.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1821483] [NEW] pip crashes when reinstalling native wheels

2019-03-23 Thread Dan Kegel
Public bug reported: On Ubuntu 18.04 (and , Running 'pip install simplejson' or 'pip install PyOpenSSL' twice crashes on exit because their shared libraries are overwritten while in use. To reproduce: $ sudo apt install python-pip $ pip install simplejson $ pip install simplejson Segmentation

[Bug 1821247] Re: python-configparser 3.5.0-1 breaks the python backports namespace

2019-03-21 Thread Dan Kegel
See also https://github.com/jaraco/configparser/issues/17 I also verified that rebuilding the package python-configparser with the following patch, and installing that, fixes the problem here: --- configparser-3.5.0.orig/setup.py +++ configparser-3.5.0/setup.py @@ -42,7 +42,6 @@ setup(

[Bug 1821247] [NEW] python-configparser 3.5.0-1 breaks the python backports namespace

2019-03-21 Thread Dan Kegel
Public bug reported: Installing python-configparser 3.5.0-1 breaks other python modules in the backports namespace. https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1812589 was filed against the wrong package; see also https://github.com/PiDelport/backports.os/issues/11 The problem was

[Bug 1551351] Re: dhclient does not renew leases

2019-03-14 Thread Dan Kegel
(although on ubuntu 18.04 desktop, the underlying network system might be systemd rather than dhclient; it's hard to tell, there are so many layers to keep track of, and they keep changing) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1551351] Re: dhclient does not renew leases

2019-03-14 Thread Dan Kegel
This affects me on Ubuntu 18.04 desktop. After changing hostname, I have to use nmcli c down... nmcli c up... to update the dynamic DNS entry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551351

[Bug 1819057] [NEW] uefi install of ubuntu 16.04 crashed installer

2019-03-07 Thread Dan Kegel
Public bug reported: Trying to install 16.04 on a Dell 3620 in secure boot mode with uefi. Two disks: nvme... and sda. Seems confused by old contents on disks, even though I chose "erase disk and install ubuntu". ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63

[Bug 1819057] Re: uefi install of ubuntu 16.04 crashed installer

2019-03-07 Thread Dan Kegel
Workaround was easy: in the live session the installer started for my convenience after the fault, I ran fdisk on each of the two disks to create a new gpt partition table, then reran the live installer. Worked great this time. So: start terminal lsblk fdisk /dev/sda g w fdisk

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-02-25 Thread Dan Kegel
Even with lxd or schroot, you won't be able build anything against libssl-dev if your build script happens to need any of the nodejs modules that use openssl. So that's not really much of a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-02-24 Thread Dan Kegel
I think the advice is harder to follow than it looks. Many node packages require libssl-1.0-dev, and you can't install them on a system used to develop c/c++ apps that require libssl-dev. To wit: $ sudo apt install -s node-websocket libssl-dev ... node-websocket : Depends: nodejs-dev (>=

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-02-13 Thread Dan Kegel
In hopes of being able to create a ppa that reduces the pain level a bit, I tried rebuilding a newer nodejs for ubuntu 18.04 using the debian/ubuntu nodejs git repo. Using the source from 19.04's runs into quite a few test failures ( https://github.com/nodejs/help/issues/1760 ).

[Bug 1814607] [NEW] ubuntu 18.04.2 daily is janky with chromium on fishgl.com?

2019-02-04 Thread Dan Kegel
Public bug reported: I've been testing as follows: - install chromium (or chrome, or chrome beta) - open http://fishgl.com - crank up number of fish to 325 (or as high as it'll go and sustain 60 fps) - after fish are happily swimming, watch them swim for 60 seconds, and count number of times the

[Bug 1814606] [NEW] ubuntu 18.04.2 daily is janky with chromium on fishgl.com?

2019-02-04 Thread Dan Kegel
Public bug reported: I've been testing Ubuntu 18.04.1 with Hades Canyon using the recipe https://mzwiki.oblong.com/wiki/Hades_Canyon My smoke test is: - install chromium (or chrome, or chrome beta) - open http://fishgl.com - crank up number of fish to 325 (or as high as it'll go and sustain 60

[Bug 1812589] Re: pip's configparser dependency breaks backports namespace conventions

2019-02-01 Thread Dan Kegel
This just cost me four hours on Ubuntu 18.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1812589 Title: pip's configparser dependency breaks backports namespace conventions To manage

[Bug 1812589] Re: pip's configparser dependency breaks backports namespace conventions

2019-02-01 Thread Dan Kegel
More specifically, if I do pip install backports.os python -c "from backports import os" it fails as described. But if I then do sudo apt remove python-configparser it succeeds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-01-29 Thread Dan Kegel
I just re-read kapouer's comments. They seem spot on. I also re-read vorlon's comments. They have a vaguely disturbing attitude along the lines of 'Why are you using Ubuntu to develop software on? It's only for running software somebody else built already.' -- You received this bug

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-01-22 Thread Dan Kegel
You could try https://github.com/nodesource/distributions/blob/master/README.md -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589 Title: libssl1.0-dev conflicts libssl-dev To manage

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-01-17 Thread Dan Kegel
That was the correct solution, and I sympathise with your rant. Node is an ecosystem, and shipping a version of node that can't handle native libraries is like sticking a fork in the eyes of the users. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2019-01-02 Thread Dan Kegel
I uploaded the backports of xmltooling, xml-security-c, and opensaml2 to https://launchpad.net/~dank/+archive/ubuntu/openssl-uplift and wrote it up at http://kegel.com/linux/openssl-ubuntu18.04-snafu/ That might be enough to let us limp by now that we've given up on the nodejs packaged with

[Bug 1708674] Re: Haveged with AppArmor issue on Upstart

2018-12-14 Thread Dan Kegel
Correction: 1) futzing with /lib/systemd/system/haveged.service doesn't help 2) strace -f shows that haveged is indeed failing because it can't write to /var/run 3) adding the line suggested in the original post to /etc/apparmor.d/usr.sbin.haveged works I failed to try the single-line

[Bug 1708674] Re: Haveged with AppArmor issue on Upstart

2018-12-13 Thread Dan Kegel
I verified that my 16.04 system has upstart-sysv installed and that /var/log/syslog contains haveged: haveged starting up kernel: [43612.894002] audit: type=1400 audit(1544731842.319:38): apparmor="DENIED" operation="mknod" profile="/usr/sbin/haveged" name="/run/haveged.pid" pid=15508

[Bug 900901]

2018-11-25 Thread Dan Kegel
Does https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46468 need tidying? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900901 Title: Steam overlay does not work due to GCC-4.6 issues To manage

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-22 Thread Dan Kegel
Those two weren't hard; I also had to backport opensaml2-tools. I can imagine a little ppa with those three packages and maybe a few more; using the ppa would let you rebuild your app using the backported packages (and prevent you from building against the old packages, as the new -dev's would

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-22 Thread Dan Kegel
The next place this reared its ugly head was libxmltooling7 / libxml- security-c-dev, and I don't see an alternate available. Looks like ubuntu 18.10 has solved that bit. Maybe the answer for me is to give up on 18.04 and use 18.10 / 19.04 / 19.10 / 20.04. I really don't think our product folks

[Bug 1804343] Re: apt: Misleadingly reports Hash Sum mismatch if package is missing stronger hashes

2018-11-21 Thread Dan Kegel
correct, apt-cache policy did show two sources. I wasn't paying attention. Invalid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804343 Title: apt: Misleadingly reports Hash Sum mismatch if

[Bug 1804343] [NEW] apt: Misleadingly reports Hash Sum mismatch if package is missing stronger hashes

2018-11-20 Thread Dan Kegel
Public bug reported: I'm using reprepro to maintain a local repository. It doesn't compute SHA512 hashes. This worked fine until today, when I got this error: buildbot@workstation:~/src/python-modules-deps/old$ apt download python-swagger-spec-validator Get:1

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
{Thank,curse} you for offering that solution. I will have a look! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589 Title: libssl1.0-dev conflicts libssl-dev To manage notifications about

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
Our project also links against libssh-dev (sorry, I meant to mention that), which has the same problem, but lacks a libssh-openssl1.0-dev. Also, it's somewhat jarring to have to change dependency names when we build against ubuntu 18.04 vs. 16.04; we can do that, and have done it, but it adds a

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
I've been really happy with Ubuntu for ten years, but this particular situation is making me scratch my head. Might want to get Mark's input here -- is Ubuntu intended to be a curated ecosystem that works well as a platform for both proprietary and open source software? -- You received this

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
Yup, I have a package that uses node and requires libssl-dev and libcurl-openssl. It was rather jarring when it stopped building because of the update to node. If you're saying that Ubuntu is not suitable for developing proprietary software that uses node, libssl, and libcurl, well, I guess

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
Here's a short way to see the failure: 1) make sure /etc/apt/sources.list has bionic-updates enabled for universe (and multiverse?) 2) sudo apt update 3) sudo apt install nodejs-dev libssl-dev ... The following packages have unmet dependencies: nodejs-dev : Depends: libssl1.0-dev (>= 1.0.2)

[Bug 1794589] Re: libssl1.0-dev conflicts libssl-dev

2018-11-02 Thread Dan Kegel
Then my original bug report was correct. nodejs needs to be updated to a version that uses ubuntu 18.04's openssl instead of using the incompatible one. Shall I refile? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1796168] [NEW] "vagrant plugin install vagrant-scp" fails

2018-10-04 Thread Dan Kegel
Public bug reported: To reproduce: $ sudo apt install vagrant virtualbox $ vagrant box add ubuntu/xenial64 $ vagrant plugin install vagrant-scp Installing the 'vagrant-scp' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error.

[Bug 1796168] Re: "vagrant plugin install vagrant-scp" fails

2018-10-04 Thread Dan Kegel
I see Debian's up to 2.1.2 in Buster for what it's worth: https://packages.debian.org/search?keywords=vagrant -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796168 Title: "vagrant plugin install

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-10-04 Thread Dan Kegel
Can you pin the version of nodejs (either in the command that installs it, or in apt configuration)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589 Title: nodejs-dev conflicts with

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-10-04 Thread Dan Kegel
Can you comment out universe from bionic-updates in /etc/apt/sources.list ? That works for me, at least for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794589 Title: nodejs-dev conflicts

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-10-02 Thread Dan Kegel
Doing version transitions of popular libraries is not rocket science. It's a hard slog. I respect and thank the node and openssl maintainers. I was not assigning blame, simply giving the symptom that caused my world to explode. -- You received this bug notification because you are a member of

[Bug 1794589] Re: nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-09-26 Thread Dan Kegel
When will ubuntu provide nodejs 10.x (said to depend on openssl 1.1)? cosmic would be none too soon. (I kind of wish Debian and Ubuntu allowed simultaneous installs of node8 and node10 ecosystems... e.g. by installing nodejs 10 to /usr/lib/node/10 and using node10 prefixes on package names, and

[Bug 1794589] [NEW] nodejs-dev conflicts with libcurl4-openssl-dev libssh-dev libssl-dev, causing build failures

2018-09-26 Thread Dan Kegel
Public bug reported: The fix for https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1779863 is, not surprisingly, somewhat traumatic for some users. In my case, installing libssl1.0-dev causes libcurl4-openssl-dev, libssh-dev, and libssl-dev to be uninstalled, which makes some of our internal

[Bug 1714178] Re: Triple 4K monitor display failed (modesetting driver limited to 8192x8192)

2018-09-11 Thread Dan Kegel
I should have mentioned, my Hades has 32GB of RAM. With 8GB or less of RAM, the problem might persist (if I understand the mailing list posts). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714178

[Bug 1714178] Re: Triple 4K monitor display failed (modesetting driver limited to 8192x8192)

2018-09-11 Thread Dan Kegel
This just changed for me... but the hardware may matter, as I'm on Hades Canyon, using the amd gpu, not HD graphics. A few days ago I updated to the then-latest 4.19-rc2 (and wrote https://ubuntuforums.org/showthread.php?t=2400400 documenting exactly what I did). Using plain old X (no desktop) on

[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Dan Kegel
Oh? Then you think https://bugs.launchpad.net/ubuntu/+source/makedev/+bug/1675163 was decided incorrectly, and makedev should indeed create devices inside lxc containers? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1791437] Re: Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Dan Kegel
Correction: the repro script was #!/bin/sh set -ex sudo apt install dh-make-golang DIST=bionic git-pbuilder create dh-make-golang github.com/gomatic/renderizer dh-make-golang github.com/gomatic/renderizer cd renderizer/ gbp buildpackage --git-dist=bionic --git-pbuilder -- You received this bug

[Bug 1791437] [NEW] Can't use pbuilder inside simple lxc container?

2018-09-08 Thread Dan Kegel
Public bug reported: On Ubuntu 18.04, I was trying to reproduce a problem, so I spun up an lxc container and ran my reproduce script in it, i.e. #!/bin/sh set -ex sudo apt install dh-make-golang DIST=bionic git-pbuilder create dh-make-golang github.com/gomatic/renderizer cd renderizer/ gbp

[Bug 1770742] Re: Cannot find -lGL

2018-09-06 Thread Dan Kegel
This just hit me as well, on a kosher 18.04 system. I recently upgraded to a newer nvidia card, so that must have mangled it somehow. Looks like three of its symlinks got nuked: ls: cannot access '/usr/lib/x86_64-linux-gnu/libEGL.so': No such file or directory ls: cannot access

[Bug 1732766] Re: firefox 57 does not display fish in fishgl.com on intel 530?

2018-09-05 Thread Dan Kegel
Also occurs on Ubuntu 18.04 updated to latest mesa and using Vega M graphics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732766 Title: firefox 57 does not display fish in fishgl.com on intel

[Bug 1530204] Re: "composer create-project drupal/drupal hellodrupal 8.0.0" throws error

2018-09-02 Thread Dan Kegel
Tested as follows on ubuntu 18.04: $ apt-get install lxd lxd-client $ lxd init $ lxc launch ubuntu:18.04 ubu1804-demo $ lxc exec ubu1804-demo bash # apt update # apt install composer # composer --version Composer 1.6.3 2018-01-31 16:28:17 # composer create-project drupal/drupal hellodrupal 8.5.6

[Bug 1787299] [NEW] Frequent PCIe bus error on device 8086:a292

2018-08-15 Thread Dan Kegel
Public bug reported: This is on a fresh Dell 8930 with an i7-8700 (and a gtx1050) running ubuntu 18.04. Linux rbb-ubu1804-1 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Oddly this only happens on one of the two such boxes I have. Here's the main

[Bug 1774425] Re: i915 driver limits virtual resolution to 8192x8192

2018-06-20 Thread Dan Kegel
https://lkml.org/lkml/2017/12/7/201 tries to raise the limit, but according to https://bugs.freedesktop.org/show_bug.cgi?id=102508#c11 it does not work. Also, Skull Canyon is 6th generation, is it not? See https://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i7kyk-features-

[Bug 1774425] Re: i915 driver limits virtual resolution to 8192x8192

2018-06-20 Thread Dan Kegel
See also similar bugs https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1776260 https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1714178 Those were treated as if the 8kx8k limit was ok, and the bug was in the compositor which failed to work around that limit. Perhaps this bug

[Bug 1776260] Re: Can't use three monitors properly; "xrandr: screen cannot be larger than 8192x8192"

2018-06-13 Thread Dan Kegel
Thanks... sounds like it's a hardware limitation, and the fix involves noticing when the limit's being violated, and doing extra work in that case. I wonder what the framerate impact of that extra work will be. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1776260] Re: Can't use three monitors properly; "xrandr: screen cannot be larger than 8192x8192"

2018-06-13 Thread Dan Kegel
Thanks, I'll try weston-launch when I get a chance, and I'll try it on ubuntu 18.04 with intel graphics. In the meantime, I checked the maximum size a few systems report, and it does seem to be a property of the graphics hardware and/or driver. See also

[Bug 1776260] Re: Can't use three monitors properly; "xrandr: screen cannot be larger than 8192x8192"

2018-06-11 Thread Dan Kegel
Sorry, that Intel URL should have been https://www.intel.com/content/www/us/en/support/articles/05571/mini- pcs.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1776260 Title: Can't use three

[Bug 1776260] [NEW] Can't use three monitors properly; "xrandr: screen cannot be larger than 8192x8192"

2018-06-11 Thread Dan Kegel
Public bug reported: https://www.intel.com/content/www/us.../mini-pcs.html claims that the Skull Canyon ( NUC6i7KYK ) can handle three 4k displays, so I'm experimenting with a Skull Canyon running a fresh minimal Ubuntu 18.04. It works great when plugged into one 4k monitor (via any of the three

[Bug 1460447] Re: Boot slow, "scanning for btrfs filesystems" takes 100 seconds

2018-06-09 Thread Dan Kegel
https://askubuntu.com/questions/836105/ubuntu-16-04-takes-long-time-to- boot-using-btrfs-and-persistent-logs suggests disabling COW on the systemd journal directory may help. Avoiding / as btrfs, and using it just for e.g. /var/lib/lxd, may be an option for some people. -- You received this bug

[Bug 1560942] Re: Support swap

2018-05-14 Thread Dan Kegel
May be fixed now? See https://forum.snapcraft.io/t/swap-on-core/5430/4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560942 Title: Support swap To manage notifications about this bug go to:

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2018-04-26 Thread Dan Kegel
optimized out, alas. But: (gdb) frame 9 #9 surface_from_pixmap (xdisplay=xdisplay@entry=0x56149472f000, xpixmap=xpixmap@entry=31457330, height=, width=) at x11/iconcache.c:325 325 return cairo_xlib_surface_create_with_xrender_format (xdisplay, xpixmap, DefaultScreenOfDisplay

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2018-04-25 Thread Dan Kegel
Too late! The world has moved on, and I can no longer upload this bug: You have some obsolete package versions installed. Please upgrade the following packages and check if the problem still occurs: libdb5.3, libplist3, libssl1.1, openssl I guess if it happens on another machine, I'll upload

[Bug 1766938] Re: gnome-shell crashed in standard_pict_format_for_depth()

2018-04-25 Thread Dan Kegel
Sure, sorry for uploading it wrong in the first place. The new bug is ... uh... it didn't create one, it just went into the ether, in a cloud of dots. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1766938] Re: gnome-shell crashes after a few seconds

2018-04-25 Thread Dan Kegel
Ah, that assert is in mutter. $ mkdir ~/xsrc $ cd ~/xsrc $ apt-get source libmutter-2-0 $ cd ~ $ apport-retrace -g _usr_bin_gnome-shell.1000.crash (gdb) bt ... (gdb) frame 7 #7 0x7f75c6bb5fbe in standard_pict_format_for_depth (depth=) at x11/iconcache.c:303 303 x11/iconcache.c: No such

[Bug 1766938] Re: gnome-shell crashes after a few seconds

2018-04-25 Thread Dan Kegel
Doesn't sound like a release blocker offhand, but sheesh. Boot loops are no fun. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766938 Title: gnome-shell crashes after a few seconds To manage

[Bug 1766938] Re: gnome-shell crashes after a few seconds

2018-04-25 Thread Dan Kegel
apport-retrace -g _usr_bin_gnome-shell.1000.crash bt indicates it's an assert in standard_pict_format_for_depth: (gdb) bt #0 0x7f75c68f0727 in raise (sig=) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x56149221ba6b in dump_gjs_stack_on_signal_handler (signo=6) at ../src/main.c:367

[Bug 1766938] [NEW] gnome-shell crashes after a few seconds

2018-04-25 Thread Dan Kegel
Public bug reported: I have a fleet of Dell T7500's, a few Dell 3620's, a Skull Canyon, and a Hades Canyon, and a few other odds and ends, running a mix of ubuntu 16.04 and 17.10. On one of the T7500 ubuntu 17.10 boxes (nvidia 340 package, Quadro K5000 card), I did sudo "do-release-upgrade -d".

[Bug 1766102] Re: dh_installchangelogs fails if version is 0

2018-04-22 Thread Dan Kegel
(Right... that's why I linked to that bug. It would have been nice if I had noticed this problem a month ago, apologies...) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766102 Title:

[Bug 1766102] [NEW] dh_installchangelogs fails if version is 0

2018-04-22 Thread Dan Kegel
Public bug reported: If the package's debian/changelog has a first line with version 0, dh_installchangelogs fails with dh_installchangelogs: changelog parse failure This is fixed upstream, see https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=894895 ProblemType: Bug DistroRelease: Ubuntu

[Bug 1761932] [NEW] make -j2 aborts with "make[3]: *** read jobs pipe: Success. Stop."

2018-04-07 Thread Dan Kegel
Public bug reported: Porting a particular build of v8 from ubuntu 17.10 to ubuntu 18.04 circa beta 2, its make failed at -j2, but succeeded at -j1. The error message was odd: ... make[3]: Entering directory '/home/buildbot/src/oblong-v8/out/v8/out' testing/gtest.target.x64.release.mk:229:

[Bug 1655709] Re: Spurious crash report dialog on every login

2018-03-22 Thread Dan Kegel
Still in ubuntu 17.10 with nvidia card. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1655709 Title: Spurious crash report dialog on every login To manage notifications about this bug go to:

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-12-26 Thread Dan Kegel
Out of 51 tries, a little more than half fail: 29 FAIL: test-out-of-memory 22 PASS: test-out-of-memory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734575 Title: guile-2.2 FTBFS on

[Bug 1734575] Re: guile-2.2 FTBFS on bionic on x86_64?

2017-12-26 Thread Dan Kegel
Nevermind, it failed on the next try. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734575 Title: guile-2.2 FTBFS on bionic on x86_64? To manage notifications about this bug go to:

  1   2   3   4   5   6   7   >