[Touch-packages] [Bug 1668771] Re: systemd-resolved negative caching for extended period of time

2019-05-23 Thread James Hebden
This is especially upsetting in an OpenStack and server environment where external DNS is being used to reach/resolve API endpoints and other systems such as database servers. A small outage to DNS becomes a potentially unbounded outage when the SERVFAIL responses are cached indefinitely,

[Touch-packages] [Bug 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2019-05-08 Thread Master James
Still a problem for Ubuntu 19.04 too https://askubuntu.com/questions/1139536/ubuntu-19-04-bind-not-resolving-locally/1140151 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1823862] Re: disco: unable to use iptables/enable ufw under -virtual kernel

2019-04-10 Thread James Page
Tested with the kernel+modules linked in #22 I can confirm I was able to enable ufw and query the installed iptables rules: $ uname -a Linux juju-0f0cbd-disco-testing-38 5.0.0-10-generic #11+lp1823862v201904100938 SMP Wed Apr 10 14:40:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ sudo ufw

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw under -virtual kernel

2019-04-10 Thread James Page
This might have some implications for fan usage on cloud instances as I see some fan-* rules post switch to generic kernel. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ufw in Ubuntu.

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw under -virtual kernel

2019-04-10 Thread James Page
Dropping ufw from the test case - just running sudo iptables-save against the virtual kernel produces no output. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ufw in Ubuntu. https://bugs.launchpad.net/bugs/1823862 Title:

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw under -virtual kernel

2019-04-10 Thread James Page
Diff between two identical instances, one with -generic and one with -virtual. iptables* commands working find with -generic. ** Attachment added: "kernel-diff.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823862/+attachment/5254621/+files/kernel-diff.txt -- You received this

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-10 Thread James Page
OK I think I've figured it out; the cloud images use the -virtual kernel, which does not install linux-modules-extra-*. If I install the -generic kernel or just the extra modules and reboot, then iptables commands start working again. ** Changed in: ufw (Ubuntu) Status: Incomplete => New

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-10 Thread James Page
main diff there is py2.7 vs py3 (but that's cause swift still uses python2) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ufw in Ubuntu. https://bugs.launchpad.net/bugs/1823862 Title: disco: unable to enable ufw Status

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-10 Thread James Page
I also tested on a pristine machine: $ sudo /usr/share/ufw/check-requirements Has python: pass (binary: python3.7, version: 3.7.3, py3) Has iptables: pass Has ip6tables: pass Has /proc/net/dev: pass Has /proc/net/if_inet6: pass This script will now attempt to create various rules using the

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-10 Thread James Page
check-requirements from failing swift unit: $ sudo /usr/share/ufw/check-requirements Has python: pass (binary: python2.7, version: 2.7.16, py2) Has iptables: pass Has ip6tables: pass Has /proc/net/dev: pass Has /proc/net/if_inet6: pass This script will now attempt to create various rules using

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-09 Thread James Page
I can only think this is something cloud-image specific. FTR the policy is initially configured wide open (as the server may be doing a number of other things the charm deploying does not know about) and then the ports for swift/rsync are restricted to peers. -- You received this bug

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-09 Thread James Page
this translates into: ufw default allow incoming ufw default allow outgoing ufw default allow routed ufw allow rsync ufw allow ssh ufw enable which gets us to the: ufw.enable(soft_fail=config('allow-ufw-ip6-softfail')) which is where the failure to enable occurs. -- You received this bug

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-09 Thread James Page
OK so there is a little modification of the policy prior to enablement: def initialize_ufw(): """Initialize the UFW firewall Ensure critical ports have explicit allows :return: None """ if not config('enable-firewall'): log("Firewall has been administratively

[Touch-packages] [Bug 1823862] Re: disco: unable to enable ufw

2019-04-09 Thread James Page
I'm trying to figure out what is modifying /etc/default/ufw - the swift- storage charm does but it just disables IPv6 in some situations. I reported this from a different cloud instance - so probably worth mentioning that this is a disco image running on openstack from the daily image stream. --

[Touch-packages] [Bug 1823862] [NEW] disco: unable to enable ufw

2019-04-09 Thread James Page
Public bug reported: Fresh install of disco: $ sudo ufw enable Command may disrupt existing ssh connections. Proceed with operation (y|n)? y ERROR: problem running ufw-init iptables-restore v1.6.1: Can't set policy `DROP' on `INPUT' line 3: Bad built-in chain name iptables-restore: line 22

[Touch-packages] [Bug 1806012] Re: set-cpufreq: 'powersave' governor configuration sanity on ubuntu server

2019-04-03 Thread James Page
TBH it was probably whatever the default mode was in the BIOS - we saw the same issue on Dell and HP servers. This one >> "You mean that you let systemd ondemand service do whatever it does by default" -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2019-04-02 Thread James Howe
> None of the packages which you are having an issue with are ones from the official Ubuntu archive What about these? Why is libcurl3 even in Bionic as a conflicting package if nothing was supposed to use it? $ apt-cache rdepends libcurl3 libcurl3 Reverse Depends: libcurl-openssl1.0-dev

[Touch-packages] [Bug 1806012] Re: set-cpufreq: 'powersave' governor configuration sanity on ubuntu server

2019-04-02 Thread James Page
Just to add some more detail to this bug; for the impacted deployment we actually ended up re-configuring the power regulator settings via the BIOS to delegate to the OS for control; after a reboot we've just stuck with the default ondemand behaviour and performance has been consistent/better than

[Touch-packages] [Bug 1815426] [NEW] slow apt-get update when no /proc

2019-02-11 Thread James Dingwall
Public bug reported: When building a disk image inside a docker container an `apt-get update` executed in the chroot filesystem is very slow. This seems similar to behaviour reported in #1332440. Ubuntu bionic host docker-ce 5:18.09.1~3-0~ubuntu-bionic -> ubuntu:18.04 docker image -> bionic

[Touch-packages] [Bug 1793410] Re: [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal microphone not working

2018-12-16 Thread James Pollock
worth trying? Thanks again for your help, James -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1793410 Title: [Acer Swift SF315-52, Realtek ALC256, Mic, Internal

[Touch-packages] [Bug 1793410] Re: [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal microphone not working

2018-12-08 Thread James Pollock
Hi Sebastien, Yes I would be happy to manually patch the driver. Is it just a case of replacing my existing patch_realtek.c file with the one in the branch and adding that line? Or is the patching process more involved? Thanks, James -- You received this bug notification because you

[Touch-packages] [Bug 1806511] [NEW] FreeCAD 17 Beta text displayed as squares

2018-12-03 Thread James Luscher
Public bug reported: FreeCAD installed from Ubuntu Software Center - FreeCAD 17 Beta - worked with Ubuntu 18.04 but after upgrading to Ubuntu 18.10 the display is unusable. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: xorg 1:7.7+19ubuntu8 ProcVersionSignature: Ubuntu

[Touch-packages] [Bug 1806012] [NEW] set-cpufreq: 'powersave' governor configuration sanity on ubuntu server

2018-11-30 Thread James Page
Public bug reported: Whilst debugging 'slow instance performance' on a Ubuntu Bionic based cloud, I observed that the default cpu governor configuration was set to 'powersave'; toggling this to 'performance' (while in not anyway a particularly green thing todo) resulted in the instance slowness

[Touch-packages] [Bug 1794229] Re: python packages should not ship colliding /usr/lib/python3/dist-packages/.pytest_cache

2018-11-22 Thread James Page
: New => Fix Committed ** Changed in: alembic (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dh-python in Ubuntu. https://bugs.launchpad.net/bugs/1794229

[Touch-packages] [Bug 1803534] Re: Backport uuid based cache file naming scheme

2018-11-20 Thread James Henstridge
** Description changed: Fontconfig 2.13.0 changed the cache file naming scheme to be based on the contents of ".uuid" file in the directory rather than a hash of the directory name. On a pure debs system this doesn't really matter since everything is using the same libfontconfig.so.

[Touch-packages] [Bug 1803534] Re: Backport uuid based cache file naming scheme

2018-11-15 Thread James Henstridge
A backport of the UUID cache file directory feature from fontconfig 2.13. ** Patch added: "fontconfig_2.12.6-0ubuntu2_2.12.6-0ubuntu3.diff" https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1803534/+attachment/5213086/+files/fontconfig_2.12.6-0ubuntu2_2.12.6-0ubuntu3.diff -- You

[Touch-packages] [Bug 1803534] [NEW] Backport uuid based cache file naming scheme

2018-11-15 Thread James Henstridge
Public bug reported: Fontconfig 2.13.0 changed the cache file naming scheme to be based on the contents of ".uuid" file in the directory rather than a hash of the directory name. On a pure debs system this doesn't really matter since everything is using the same libfontconfig.so. When snaps are

Re: [Touch-packages] [Bug 1800055] Re: iwd does not work with network manager

2018-10-29 Thread James Troup
sing network-manager) at a recent sprint iwd is orders of magnitude better than wpasupplicant in 'busy' wireless networks. -- James -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launch

Re: [Touch-packages] [Bug 1800055] Re: iwd does not work with network manager

2018-10-26 Thread James Troup
Will Cooke <1800...@bugs.launchpad.net> writes: > Just so I understand, did you try and rebuild n-m with iwd enabled, or > did you try and enable it at run time? The latter. -- James -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1800055] [NEW] iwd does not work with network manager

2018-10-25 Thread James Troup
Public bug reported: I configured network manager to use iwd, unfortunately it doesn't work: Oct 25 15:12:23 malefic NetworkManager[17004]: [1540501943.4358] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Oct 25 15:12:23 malefic

[Touch-packages] [Bug 1800055] Re: iwd does not work with network manager

2018-10-25 Thread James Troup
More of the log: https://pastebin.canonical.com/p/dQb39VRFZw/ This is network-manager 1.12.4-1ubuntu1 on 18.10 with iwd 0.8-2. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2018-10-12 Thread James Troup
Sorry but that argument is illogical. The only retention period that would ensure that you always have the boot time kernel messages is 'infinity' and that's not a reasonable option for obvious reasons (c.f. LP #1618188). ** Changed in: systemd (Ubuntu) Status: Won't Fix => New -- You

Re: [Touch-packages] [Bug 1797432] Re: [HP Pavilion Laptop 15-cc1xx, Realtek ALC295, Black Headphone Out, Left] No sound at all

2018-10-11 Thread James Miller
Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18 Uname: Linux 4.15.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/pcmC0D0c: james 264

[Touch-packages] [Bug 1797432] Re: [HP Pavilion Laptop 15-cc1xx, Realtek ALC295, Black Headphone Out, Left] No sound at all

2018-10-11 Thread James Miller
1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.15.0-36.39~16.04.1-generic 4.15.18 Uname: Linux 4.15.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/pcmC0D0c: james 2649 F...m pulseaudio

[Touch-packages] [Bug 1797432] [NEW] [HP Pavilion Laptop 15-cc1xx, Realtek ALC295, Black Headphone Out, Left] No sound at all

2018-10-11 Thread James Miller
4.15.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/pcmC0D0c: james 2649 F...m pulseaudio  /dev/snd/controlC0: james 2649 F pulseaudio CurrentDesktop: Unity Date: Thu Oct 11 13:12:34 2018

[Touch-packages] [Bug 1780332] Re: vaultlocker does not ensure that udev is triggered to create /dev/disk/by-uuid/ symlink and fails

2018-10-11 Thread James Page
@xnox as dmitriis state's we've worked around this issue in vaultlocker; however I do think that fixing this more generally would be a nice broader ecosystem step - fixing and underlying race rather than papering over it in tooling high up the stack is always more preferable. -- You received

[Touch-packages] [Bug 1769231] Re: wpa_cli -i flag and p2p_disabled=1 config broken

2018-10-09 Thread Roger James
The p2p-disabled flag is not supported until wpa-supplicant 2.5+. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1769231 Title: wpa_cli -i flag and p2p_disabled=1 config

[Touch-packages] [Bug 1793410] [NEW] [Acer Swift SF315-52, Realtek ALC256, Mic, Internal] Internal microphone not working

2018-09-19 Thread James Pollock
lor = Unknown DefAssociation = 0x0, Sequence = 0x0 Pin-ctls: 0x20: IN Power states: D0 D1 D2 D3 EPSS Power: setting=D0, actual=D0 Let me know if you need any other information. James --- Tags: bionic Uname: Linux 4.15.0-34-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) _

[Touch-packages] [Bug 1780332] Re: vaultlocker does not ensure that udev is triggered to create /dev/disk/by-uuid/ symlink and fails

2018-09-14 Thread James Page
tl;dr you don't need vaultlocker to reproduce this issue :-) ** Changed in: cryptsetup (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1780332] Re: vaultlocker does not ensure that udev is triggered to create /dev/disk/by-uuid/ symlink and fails

2018-09-14 Thread James Page
Dimitri vaultlocker is a helper tool for managing dmcrypt/LUKS keys in Vault. vaultlocker provides commands to format a block devices using an encryption key, and to unlock a block device previously encrypted by vaultlocker (along with some systemd unit configurations to perform this action on

[Touch-packages] [Bug 1792458] [NEW] [HP 655 Notebook PC, ATI R6xx HDMI, Digital Out, HDMI] No sound at all

2018-09-13 Thread James Reinholm
with pulseaudio and pavucontrol, but it didn't help. Thanks, James R. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18 Uname: Linux 4.15.0-34-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture: amd64

[Touch-packages] [Bug 1761382] Re: Unable to connect to ibus: Could not connect: Connection refused

2018-09-13 Thread James Pic
Breaks importing firefox data into brave browser. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1761382 Title: Unable to connect to ibus: Could not connect: Connection

[Touch-packages] [Bug 1791710] Re: tar 1.29b-2 breaks pristine-tar

2018-09-10 Thread James Page
** Also affects: pristine-tar (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tar in Ubuntu. https://bugs.launchpad.net/bugs/1791710 Title: tar 1.29b-2 breaks

[Touch-packages] [Bug 1787324] Re: Snap policy module denies recording access to classic snaps

2018-08-28 Thread James Henstridge
Here is a debdiff based on the attached branch. ** Patch added: "pulseaudio_12.2-0ubuntu2_12.2-0ubuntu3.diff" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1787324/+attachment/5181694/+files/pulseaudio_12.2-0ubuntu2_12.2-0ubuntu3.diff -- You received this bug notification

[Touch-packages] [Bug 1787324] Re: Snap policy module denies recording access to classic snaps

2018-08-16 Thread James Henstridge
** Merge proposal linked: https://code.launchpad.net/~ubuntu-audio-dev/pulseaudio/+git/pulseaudio/+merge/353214 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1787324

[Touch-packages] [Bug 1787324] [NEW] Snap policy module denies recording access to classic snaps

2018-08-16 Thread James Henstridge
skype.skype /usr/bin/parecord foo.wav Stream error: Access denied [note that the Skype app itself still functions because it bypasses PulseAudio all together] The above command should result in audio being recorded from the microphone. ** Affects: pulseaudio (Ubuntu) Importance: High

[Touch-packages] [Bug 1781428] Re: pulseaudio built with --enable-snappy but 'Enable Snappy support: no'

2018-08-10 Thread James Henstridge
Attached is a debdiff for a 1:12.2-0ubuntu2 release of pulseaudio with an updated snap policy module and the default configuration modified to enable it. I also took the opportunity to remove the Ubuntu Phone era trust-store module, which hasn't been built since February. ** Patch added:

Re: [Touch-packages] [Bug 775156] Re: Publish shared printers to the network does not work

2018-08-09 Thread James D. Ehmann
Sorry, I don't use Ubuntu anymore. ~ Jim (James D.) Ehmann Cary, NC 27511 http://about.me/james.ehmann On Thu, Aug 9, 2018 at 1:45 AM gf <775...@bugs.launchpad.net> wrote: > Hello James, > Thank you for submitting this bug and reporting a problem with cups and > printing. Yo

[Touch-packages] [Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-08-07 Thread James Carnegie
Confirmed that a recent update to my 18.04.1 machine has caused this issue. Also confirmed that running `sudo kbd_mode -s` resolves the issue (at least temporarily). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in

[Touch-packages] [Bug 1575109] Re: Upgrade failed, x86_64-linux-gnu/crti.o: unrecognized relocation (0x2a) in section `.init'

2018-07-31 Thread James Niland
since the update my gcc-4.8 will not compile (Make) Ubuntu 140.4.5 (Linux-...generic-..131.) So far I have had to r-sync a backup on my system because of updates, 4 times the last 2 months due to upstates. I am confused, frustrated and dismayed recently with Ubuntu. This bug is no allowing me

[Touch-packages] [Bug 1784512] [NEW] All Jobs Stopped, Idle - 'filter failed' since July update for C1765nfw-MFP network printer

2018-07-30 Thread James Niland
Thanks James Niland ** Affects: cups (Ubuntu) Importance: Undecided Status: New ** Tags: c1765 cups foomatic. ** Attachment added: "cup error_log" https://bugs.launchpad.net/bugs/1784512/+attachment/5169757/+files/troubleshoot.txt -- You received this bug notificati

[Touch-packages] [Bug 1718227] Re: replacement of ifupdown with netplan needs integration for /etc/network/if{up, down}.d scripts

2018-07-26 Thread James Page
** Changed in: openvswitch (Ubuntu) Importance: Undecided => Wishlist ** Changed in: openvswitch (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ntp in Ubuntu.

[Touch-packages] [Bug 1750240] Re: package python-decorator 4.0.6-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2018-07-26 Thread James Page
Bug could do with more detail but I think this happens when you make /usr/bin/python point to python3 - this breaks everything - python3 is always /usr/bin/python3. ** Changed in: python-decorator (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a

[Touch-packages] [Bug 1748597] Re: Please backport fix for bugs.debian.org/827015

2018-07-26 Thread James Page
** Changed in: libunwind (Ubuntu) Status: New => Triaged ** Changed in: libunwind (Ubuntu) Importance: Undecided => Medium ** Also affects: libunwind (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: libunwind (Ubuntu Trusty) Importance: Undecided

[Touch-packages] [Bug 1775985] [NEW] No sound in bionic

2018-06-09 Thread James King
Public bug reported: Dual-boot system Windows 10 / Ubuntu 18.04 LTS - Sound working in Windows but no sound card detected in Ubuntu. I've followed all troubleshooting steps on Ubuntu's alsa troubleshooting wiki. ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New **

Re: [Touch-packages] [Bug 1768905] Re: package menu 2.1.47ubuntu2 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2018-05-30 Thread James Grimaldi
nu > Title: package menu 2.1.47ubuntu2 failed to install/upgrade: dependency > problems - leaving triggers unprocessed > UpgradeStatus: Upgraded to bionic on 2018-05-03 (0 days ago) > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/ap

[Touch-packages] [Bug 1770591] [NEW] On boot, for a few seconds, the color of the selection lasso is the default (orange), regardless of background picture and/or theme.

2018-05-11 Thread James Chaberka
Public bug reported: To comply with reporting guidelines: 1) lsb_release -rd output: Description:Ubuntu 18.04 LTS Release:18.04 2) Unsure of package name 3) I expected that on boot, the lasso color would immediately be the correct color, based on background image and/or theme. 4)

[Touch-packages] [Bug 1769400] [NEW] suspend no longer functions after update to 18.04

2018-05-05 Thread James
Public bug reported: Suspend does not complete. The system stops in an unknown state without fully suspending and without ability to wake. Problem began on upgrade to Ubuntu 18.04 LTS. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: pm-utils 1.4.1-17 ProcVersionSignature: Ubuntu

[Touch-packages] [Bug 1660574] Re: IPv4 Address Lost 8 Days After Previous DHCP Allocation

2018-05-03 Thread James Cobban
I had this issue yesterday on 17.10. The IPV4 address for my Ethernet interface vanished. I could not find any option in the network portion of settings to ask the DHCP for the IP address, and sudo service network-manager restart did not recover, so I rebooted the system. This is obviously an

[Touch-packages] [Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-02 Thread James Kent
Reiterating the above experiences regarding the Dell XPS 9560. Black screen with nvidia drivers. Cannot workaround this issue unless I remove the drivers. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1577218] Re: includedir is specified incorrectly in glew.pc v1.13.0

2018-05-01 Thread James Cowgill
Closing because this is the intended behavior. Anything which includes is incorrect. ** Changed in: glew (Ubuntu) Status: New => Incomplete ** Changed in: glew (Ubuntu) Status: Incomplete => Invalid ** Changed in: glewmx (Ubuntu) Status: New => Invalid -- You received

[Touch-packages] [Bug 1762023] [NEW] package avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2018-04-07 Thread Jeff James
*** This bug is a duplicate of bug 1760128 *** https://bugs.launchpad.net/bugs/1760128 Public bug reported: Ubuntu Mate 16.04.4 LTS ProblemType: Package DistroRelease: Ubuntu 16.04 Package: avahi-dnsconfd 0.6.32~rc+dfsg-1ubuntu2 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98

[Touch-packages] [Bug 1758331] Re: IPv6 Route to OpenVPN Server is not created

2018-03-26 Thread James Page
Tested on my laptop using hostname based endpoint from IPv6 enable location (was failing previously); packages from PPA resolved my problem. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1755144] Re: No audio on vlc or videos sound or video files

2018-03-22 Thread James Cowgill
Try removing some config files (or move them out of the way)? ~/.asoundrc ~/.config/pulse/daemon.conf ~/.config/totem ~/.config/vlc -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1755144] Re: No audio on vlc or videos sound or video files

2018-03-21 Thread James Cowgill
To get more logs you can run: mplayer -v ffplay -loglevel verbose vlc --verbose=2 To play files with ffmpeg you want to run "ffplay" not "ffmpeg". Also I notice: ffmpeg version 3.2.6-1~backport1.1~xenial This is another different version of ffmpeg you tried to install? -- You received

[Touch-packages] [Bug 1757328] [NEW] package systemd 237-3ubuntu 4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-20 Thread James Harris
Public bug reported: Description:Ubuntu 17.10 Release:17.10 systemd: Installed: 237-3ubuntu4 Candidate: 237-3ubuntu4 Expected updating with `do-release-upgrade -d` to succeed, however failed during the install of the systemd package. ProblemType: Package DistroRelease: Ubuntu

[Touch-packages] [Bug 1748659] Re: Windows 10 Ubuntu 16.04 upgrade to 18.04: package systemd 235-3ubuntu3 failed to install/upgrade: installed systemd package post-installation script subprocess retur

2018-03-04 Thread James Harris
Same issue occurs with 17.10 -> 18.04 on WSL -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1748659 Title: Windows 10 Ubuntu 16.04 upgrade to 18.04: package systemd

[Touch-packages] [Bug 1752524] Re: package bash 4.3-14ubuntu1.2 fa iled to install/upgrade: subprocess new pre-installation script was killed by signal (Aborted), core dumped

2018-03-01 Thread James Harris
*** This bug is a duplicate of bug 1725333 *** https://bugs.launchpad.net/bugs/1725333 ** This bug has been marked a duplicate of bug 1725333 do-release-upgrade broke WSL -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1752524] [NEW] package bash 4.3-14ubuntu1.2 fa iled to install/upgrade: subprocess new pre-installation script was killed by signal (Aborted), core dumped

2018-03-01 Thread James Harris
Public bug reported: 16.04 -> 17.10 release upgrade within Windows Subsystem for Linux ProblemType: Package DistroRelease: Ubuntu 16.04 Package: bash 4.3-14ubuntu1.2 ProcVersionSignature: Microsoft 4.4.0-43-Microsoft 4.4.35 Uname: Linux 4.4.0-43-Microsoft x86_64 ApportVersion: 2.20.1-0ubuntu2.15

[Touch-packages] [Bug 1311503] Re: compiz crashes with segfault error in libnux-graphics

2018-02-05 Thread James Deck
Echoing WHK's comment. "apt-get -y reinstall libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk- pixbuf2.0-common && reboot" solved the problem. uname Linux fcs-server 4.4.0-112-generic #135~14.04.1-Ubuntu SMP Tue Jan 23 20:41:48 U lspci 01:00.0 VGA compatible controller [0300]: Advanced Micro

[Touch-packages] [Bug 1747388] Re: patch for multipath disks

2018-02-05 Thread James Page
** Package changed: udev (Ubuntu) => lvm2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/1747388 Title: patch for multipath disks Status in OpenStack ceph-osd

[Touch-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-12-08 Thread James Lu
** Also affects: lightdm-gtk-greeter-settings Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdebi in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch

[Touch-packages] [Bug 1737063] [NEW] 17.10 v4l-utils usb camera (cheese) broken

2017-12-07 Thread james frandsen
Public bug reported: running cheese produces the following output: " james@Scarif:~$ cheese libva error: va_getDriverName() failed with unknown libva error,driver_name=(null) libva error: va_getDriverName() failed with unknown libva error,driver_name=(null) (cheese:9195): Gtk-WA

[Touch-packages] [Bug 1734500] Re: Ubuntu Web Browser content upside down on rotated screen

2017-11-29 Thread James Waldby
Anyone with a dual monitor setup (regardless of whether either monitor is physically rotated) should be able to test if they observe this problem after setting one monitor rotate-setting to Clockwise. I don't know whether it can be observed on a single-monitor system. -- You received this bug

[Touch-packages] [Bug 1670959] Re: systemd-resolved using 100% CPU

2017-11-28 Thread James Cuzella
Maybe interesting things to note: 1. When in bad state: - The mentioned ENV var change in /etc/default/dnsmasq and `sudo systemctl restart dnsmasq` immediately resolves the issue 2. When in good state: - Commenting out the ENV var and running `sudo systemctl restart dnsmasq` does not

[Touch-packages] [Bug 1670959] Re: systemd-resolved using 100% CPU

2017-11-28 Thread James Cuzella
Christian: I've tried as I believe you have asked. When in the bad case (I comment out the line: DNSMASQ_EXCEPT=lo and then reboot): - Running this did not resolve the issue: `sudo resolvconf -a lo.dnsmasq` - Running this did not resolve the issue: `echo "nameserver 127.0.0.1" |

[Touch-packages] [Bug 1734500] [NEW] Ubuntu Web Browser content upside down on rotated screen

2017-11-25 Thread James Waldby
Public bug reported: I use two monitors, a Plain Tree 22" on the left and a Goldstar 29" on the right. The Plain Tree is physically rotated 90 degrees counterclockwise and the Goldstar is not rotated. In Settings - Displays, the Goldstar 29" has Rotation set to Normal, and content displays ok

[Touch-packages] [Bug 1670959] Re: systemd-resolved using 100% CPU

2017-11-08 Thread James Cuzella
Also seeing this issue in Ubuntu 17.10 (artful) with: dnsmasq-base 2.78-1 systemd 234-2ubuntu12.1 I can confirm that following https://askubuntu.com/a/968309/ resolves the issue! Steps to fix the issue: Added this line to /etc/default/dnsmasq: DNSMASQ_EXCEPT=lo Then restarting

[Touch-packages] [Bug 1730630] [NEW] package linux-image-4.10.0-38-generic 4.10.0-38.42 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2017-11-07 Thread James Blandford
pportVersion: 2.20.4-0ubuntu4.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: james 2185 F pulseaudio Date: Tue Nov 7 10:04:45 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 HibernationDevice: RESUM

[Touch-packages] [Bug 1698181] Re: Switch to netplan renderer in Artful

2017-10-31 Thread James Gibbins
** Also affects: openvswitch Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to resolvconf in Ubuntu. https://bugs.launchpad.net/bugs/1698181 Title: Switch to netplan renderer in

[Touch-packages] [Bug 1698181] Re: Switch to netplan renderer in Artful

2017-10-31 Thread James Gibbins
For 17.10 forward, due to netplan being incomplete and lacking too many features, it is unsuitable for production use. What packages need to be added/removed to drop netplan and restore full network functionality as it existed in 16.04? -- You received this bug notification because you are a

[Touch-packages] [Bug 1664818] Re: Not possible to render pre-up, pre-down, post-up, or post-down snippets

2017-10-27 Thread James Gibbins
You mention that all the examples can already be done by netplan, yet one, he mentioned was modifying iptables, something I use myself, and have yet to find that anywhere in netplan. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1705870] Re: systemd-udevd crashed with SIGABRT in __epoll_wait_nocancel()

2017-10-26 Thread James M Knock
Not virtual. Occurs a few minutes after boot. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1705870 Title: systemd-udevd crashed with SIGABRT in __epoll_wait_nocancel()

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Also validated that the update fixes an existing machine with the 1.2 update on it (with pacemaker services not running). Pacemaker started after the update. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Testing from security-proposed PPA: Broken install (dpkg-reconfigure pacemaker already run, daemons stopped): Packages updated and pacemaker daemon restarted by postinst: OK Running install (pacemaker daemons running prior to pkg upgrade): Packages update, pacemaker daemon stop prior to unpack

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Also tested proposed fix on a three unit gnocchi HA deployment; all pacemaker updates applied and restarted pacemaker postinst as desired. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to init-system-helpers in Ubuntu.

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Updates building in: https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1727063 Title:

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
** Description changed: [Impact] upgrades of the pacemaker package don't restart pacemaker after the package upgrade, resulting in down HA clusters. [Test Case] sudo apt install pacemaker sudo systemctl start pacemaker sudo dpkg-reconfigure pacemaker pacemaker daemons will

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Tested OK (pacemaker was restarted after upgrade) Uploaded to unapproved queue for SRU Team review - I'd suggest we fasttrack this ASAP into -updates and -security to catch auto updates for those systems not already updated. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Doing some testing via: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3010 before upload to xenial-proposed; not that the act of fixing this problem will in itself cause the pacemaker daemons to be started on upgrade. However it won't be auto-applied on a default install (unlike

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Proposed update for xenial ** Patch added: "pacemaker.debdiff" https://bugs.launchpad.net/ubuntu/zesty/+source/pacemaker/+bug/1727063/+attachment/4993845/+files/pacemaker.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
Actually this only impacts Xenial; Debian carried a patch from: pacemaker (1.1.15~rc3-1) unstable; urgency=medium [ Christoph Berg ] * [23ee108] libcrmservice3.symbols: Exclude systemd symbol on non-linux * [41dea05] Fix time formatting on x32 * [533c5cc] Fix FTBFS on GNU Hurd [

[Touch-packages] [Bug 1727063] Re: Pacemaker package upgrades stop but fail to start pacemaker resulting in HA outage

2017-10-25 Thread James Page
This issue can be fixed by re-adding the required Start/Stop bits to the LSB header; however the behaviour of update-rc.d when native systemd unit files are in use looks odd to me. Raising an init-system-helpers bug task for foundations team input on this. ** Also affects: init-system-helpers

[Touch-packages] [Bug 1675456] Re: package python-decorator 4.0.6-1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 127

2017-10-24 Thread James Page
Настраивается пакет python-decorator (4.0.6-1) … /var/lib/dpkg/info/python-decorator.postinst: 6: /var/lib/dpkg/info/python-decorator.postinst: pycompile: not found dpkg: ошибка при обработке пакета python-decorator (--configure): подпроцесс установлен сценарий post-installation возвратил код

[Touch-packages] [Bug 1675456] Re: package python-decorator 4.0.6-1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 127

2017-10-24 Thread James Page
pycompile is provided by python-minimal which is a direct dependency of pretty much all python-* packages; why its not found is a bit of a mystery - you can try reinstalling it: sudo apt install --reinstall python-minimal to see if that helps? Also check if its already present and you have

[Touch-packages] [Bug 1675456] Re: package python-decorator 4.0.6-1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 127

2017-10-24 Thread James Page
https://askubuntu.com/questions/565438/deleted-the-python-binary-and- cant-recover-using-apt-get-what-can-i-do also has some advice here. ** Changed in: python-decorator (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1667372] Re: package python-decorator 4.0.6-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2017-10-24 Thread James Page
Setting up python-decorator (4.0.6-1) ... /var/lib/dpkg/info/python-decorator.postinst: 6: /var/lib/dpkg/info/python-decorator.postinst: pycompile: not found dpkg: error processing package python-decorator (--configure): subprocess installed post-installation script returned error exit status

[Touch-packages] [Bug 1703573] Re: package python-decorator 4.0.6-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-24 Thread James Page
Any chance /usr/bin/python is not a symlink to /usr/bin/python2.7? ConfigParser is part of the Python 2.7 stdlib; in Python 3 its been renamed to configparser, so the debpython module won't work with Python 3. I'm going to mark this bug as Invalid; if the above is not true, please set back to

[Touch-packages] [Bug 1710313] Re: package python-decorator 4.0.6-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-10-23 Thread James Page
Looks like somehow 'python-configparser' is no longer installed on your desktop; try resolving using: sudo apt install python-configparser python-minimal uses configparser, but has no direct depends which I find a little odd. ** Package changed: python-decorator (Ubuntu) => python-defaults

[Touch-packages] [Bug 1710313] Re: package python-decorator 4.0.6-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-10-23 Thread James Page
Re-assigning to python-defaults (which provides python-minimal). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1710313 Title: package python-decorator 4.0.6-1

<    1   2   3   4   5   6   7   8   9   10   >