[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-24 Thread Dominic
I've solved this by statically entering the first IPv6 address in my netplan config. Previously it came up via DHCPv6, whereas the second IPv6 address was static. I don't know why the above script didn't achieve the required delay, given that it explicitly waits for the IPv6 address which nginx fa

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
I've added my script back in to the wait-online override, which looks like this. After a few reboots, nginx once again failed to bind to this address. My hacky solution is to add a 5 second sleep to the end of this script. #!/bin/bash ip=$(ip -6 address) until [[ $ip == *"2603:af50:1630:aec9:f19

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
Another thing I tried was an additional script to loop "ip address" and look for the IPv6 address I need before wait-online finishes, and even that failed to sufficiently delay the boot process enough to allow nginx to bind to the address. -- You received this bug notification because you are a m

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
** Attachment added: "wait-online.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2081645/+attachment/5826892/+files/wait-online.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bu

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
** Attachment added: "networkd.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2081645/+attachment/5826893/+files/networkd.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.lau

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
> it does not override the existing one (maybe you already know that) Yep, I did know that. My drop-in creates a second wait-online invocation, but since they are both waiting I saw no need to remove the initial invocation. > I am wondering if networkd is reporting the link as configured after *o

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-10-10 Thread Dominic
Any update? I'm still seeing failures to bind to an IPv6 address that systemd-networkd has previously reported as being up. I can insert an arbitrary 5 second pause as a workaround, but this should not be necessary. ubuntu@hawk:~$ journalctl -g 2603:af50:1630:aec9:f19a:227e:2f54:5c73 -b Oct 10 13:

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-24 Thread Dominic
Logs attached. I created the file: /etc/systemd/system/systemd-networkd-wait-online.service.d/override.conf in order to delay boot until IPv6 is available. ** Attachment added: "networkctl.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2081645/+attachment/5821598/+files/networkc

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-24 Thread Dominic
** Attachment added: "cat-sd-wait-online.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2081645/+attachment/5821600/+files/cat-sd-wait-online.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubun

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-24 Thread Dominic
** Attachment added: "wait-online.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2081645/+attachment/5821599/+files/wait-online.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bu

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-24 Thread Dominic
Also, there is no problem launching services manually after boot, and the issue doesn't happen on every boot, so whatever is happening is very time-dependant. I can manually add a few seconds of delay to the boot process, but that feels hacky. -- You received this bug notification because you ar

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-24 Thread Dominic
I'm using two IPv6 addresses, bind9 is binding to one, which as you say is fine. But when nginx and dovecot try to bind to the other IPv6 address during boot, they (sometimes) fail. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribe

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-23 Thread Dominic
This sounds very similar: https://github.com/systemd/systemd/issues/650 Nevertheless that bug was resolved, so it may be a regression or something else entirely. ** Bug watch added: github.com/systemd/systemd/issues #650 https://github.com/systemd/systemd/issues/650 -- You received this bug

[Touch-packages] [Bug 2081645] Re: (during boot) failed: Cannot assign requested address

2024-09-22 Thread Dominic
I can launch the services manually after boot, so the IP addresses are fine. It's a question of why during boot systemd-networkd is reporting the IPv6 addresses as available before they actually are. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, w

[Touch-packages] [Bug 2081645] [NEW] (during boot) failed: Cannot assign requested address

2024-09-22 Thread Dominic
Public bug reported: Not sure where to post this, but since systemd controls boot precedence this section seems appropriate. I am testing oracular / 24.10 , and I bind some services to specific IPv6 addresses. In order to wait until the IP addresses are up before binding to them during boot, I us

[Touch-packages] [Bug 2056153] [NEW] Removing the systemd-resolved package breaks DNSSEC validation

2024-03-05 Thread Dominic
Public bug reported: Removing the systemd-resolved package breaks glibc DNSSEC validation, because it removes an existing line from the new /etc/resolv.conf file. This line should be retained so that packages like Exim can continue to use the AD bit after systemd-resolved is removed. ubuntu@ins

[Touch-packages] [Bug 1823171] Re: systemd-resolve hides DS records in explicit queries

2024-02-23 Thread Dominic
DNSSEC isn't required to query a DS record. The reason your query succeeded after you enabled DNSSEC is because systemd-resolved caches it internally as a result of the DNSSEC lookup. Once the DS query is cached, the bug will not manifest. Another way to cache it is: ubuntu@server:~$ dig ripe.net

[Touch-packages] [Bug 1823171] Re: systemd-resolve hides DS records in explicit queries

2024-02-14 Thread Dominic
Still a problem in 23.10 (mantic). Using resolved's passthrough address 127.0.0.54 results in success. After it's cached, the default 127.0.0.53 address is happy to return it. ubuntu@server:~$ dig arin.net ds @127.0.0.53 +short ubuntu@server:~$ dig arin.net ds @127.0.0.54 +short 50716 8 2 EB708

[Touch-packages] [Bug 1782709] Re: Updating systemd kills network on bionic

2024-02-01 Thread Dominic Raferd
Despite my comment above, I still have this problem when using netplan. Here is my /etc/netplan/config.yaml (external IP quatrains have been changed), the setup is that enp8s1 provides internet access (with metric 49) and enp7s0 provides local lan access *and* (with metric 51) fallback internet acc

[Touch-packages] [Bug 2049977] [NEW] journalctl --follow --grep lists lines in wrong order

2024-01-20 Thread Dominic
Public bug reported: Version: systemd 253 (253.5-1ubuntu6.1) (23.10 mantic) When executing: journalctl --follow --grep="session closed" the lines are printed from newest to oldest. This essentially makes --follow useless since it is tail-ing in the wrong direction. ** Affects: systemd (Ubuntu)

[Touch-packages] [Bug 2027930] Re: Open hotspot, open WIFI, exit the network Settings page and enter again, WIFI switch will be closed automatically.

2023-07-17 Thread Dominic Hargreaves
** Package changed: perl (Ubuntu) => ubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to perl in Ubuntu. https://bugs.launchpad.net/bugs/2027930 Title: Open hotspot, open WIFI, exit the network Settings page and enter

[Touch-packages] [Bug 2025382] Re: 22.04 DHCPv6 IPv6 broken (at least on Oracle OCI)

2023-06-30 Thread Dominic
Oracle seem to have started sending invalid bytes at the end of dhcpv6 packets. Systemd has just issued a patch to work around this. Can this patch be backported into Ubuntu 22.04? https://github.com/systemd/systemd/commit/1d2b93ff89f28b18c222321c8c7bc48be2185375 -- You received this bug notif

[Touch-packages] [Bug 2015355] Re: Please backport patches for false atari partition detection to Ubuntu 20.04

2023-06-08 Thread Dominic Evans
Thanks for completing the backport, rolling out the proposed .deb now and will comment again once I've confirmed the fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/201

[Touch-packages] [Bug 1796946] Re: cups does not allow adding, deleting or changing printers

2022-11-21 Thread Dominic Mayers
This seems related to https://github.com/apple/cups/issues/6076, but this bug would be more appropriately corrected in the Ubuntu installation, because it is a configuration issue. ** Bug watch added: github.com/apple/cups/issues #6076 https://github.com/apple/cups/issues/6076 -- You received

[Touch-packages] [Bug 1924251] Re: Embedded browser display corruption under Wayland on Pi desktop

2022-08-26 Thread Dominic Parry
I bare good news, On 22.10 current build for desktop, this issue no longer is valid as it will be resolved! No more garbled mess. I have been looking about but perhaps the fixes there can be applied to jammy. Been testing 22.10 :D -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1924251] Re: Embedded browser display corruption under Wayland on Pi desktop

2022-08-26 Thread Dominic Parry
I think this is to do with the hardware (probably 3D) acceleration under OpenGL since the effect is reproducable by installing virt-manager, setting the type to SPICE instead of VNC and then enabling OpenGL hadware accelerated rendering (3d acceleration as it might be called.) Thus, I believe that

[Touch-packages] [Bug 1977764] Re: kernel modules "zstd" and "z3fold" missing.

2022-08-09 Thread Dominic Parry
** No longer affects: linux-raspi (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu. https://bugs.launchpad.net/bugs/1977764 Title: kernel modules "zstd" and "z3fold" missing. Status in Ubu

[Touch-packages] [Bug 1978853] [NEW] Volume keys on USB keyboard do not work

2022-06-15 Thread Derrick Dominic
Public bug reported: I use a USB keyboard plugged into a laptop running Ubuntu. The USB keyboard has volume adjustment integrated into the function row: mute is Fn + F1, decrease volume is Fn + F2, and increase volume is Fn + F3. On Ubuntu 20.04.4, I could use these keys to do volume adjustment. B

[Touch-packages] [Bug 1977689] Re: Wrong error msg: "state file /var/lib/logrotate/status is world-readable" although it is not

2022-06-09 Thread Dominic Raferd
+1 I see the same after upgrading to Ubuntu 22.04. Two problems I think: - it is not really an error since the file is *not* world-readable - if the file was world-readable the message should I think say 'cannot', not 'can' -- You received this bug notification because you are a member of Ubunt

[Touch-packages] [Bug 1977764] Re: kernel modules "zstd" and "z3fold" missing.

2022-06-07 Thread Dominic Parry
Ok, thanks for the fast reply. Hope you have a good day :D -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu. https://bugs.launchpad.net/bugs/1977764 Title: kernel modules "zstd" and "z3fold" missing

[Touch-packages] [Bug 1782709] Re: Updating systemd kills network on bionic

2021-08-30 Thread Dominic Raferd
I changed my networking setup to use netplan and the problem disappeared. -- 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/1782709 Title: Updating systemd kills network on b

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2021-01-07 Thread Dominic Raferd
my problem is I think likely better covered by https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1782709 -- 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/1803391 Title: S

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2021-01-07 Thread Dominic Raferd
TTFN: To add to (and correct) my earlier comments: after the updating shown there, the machine had to be rebooted manually. Checking /var/log/apt/term.log it appears that the upgrade did complete successfully: Log started: 2021-01-07 13:28:19 (Reading database ... 151099 files and directories

[Touch-packages] [Bug 1803391] Re: Systemd update installation hangs in unattended-upgrades InstallOnShutdown mode

2021-01-07 Thread Dominic Raferd
I have this problem with Ubuntu 18.04 system set up with 'encrypted LVM' (standard Ubuntu recipe as per the alternate installer). Whenever there is systemd upgrade it hangs (whole machine crashes - other logins not possible) and has to be manually rebooted (which is not ideal as the machine is 1500

[Touch-packages] [Bug 1871794] Re: [Bluetooth] No audio output/input in HSP/HFP mode

2020-10-01 Thread Dominic Swaine
Affected by this also. -- 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/1871794 Title: [Bluetooth] No audio output/input in HSP/HFP mode Status in bluez package in Ubunt

[Touch-packages] [Bug 1875950] Re: rsyslog log files failing to rotate

2020-05-02 Thread Dominic
VM reinstalled, logs are rotating now. ** Changed in: logrotate (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to logrotate in Ubuntu. https://bugs.launchpad.net/bugs/1875950 Title: rsy

[Touch-packages] [Bug 1875950] Re: rsyslog log files failing to rotate

2020-04-29 Thread Dominic
My mistake, error does not appear with: sudo logrotate -d /etc/logrotate.conf For some reason my logs are not being rotated though. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to logrotate in Ubuntu. https://bugs.launchp

[Touch-packages] [Bug 1875950] [NEW] rsyslog log files failing to rotate

2020-04-29 Thread Dominic
Public bug reported: In focal, /etc/logrotate.conf contains: su root adm logrotate does not rotate files in /var/log: error: skipping "/var/log/syslog" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive

[Touch-packages] [Bug 1767468] Re: Upgrade from 16.04 to 18.04, then uninstalling unity disables hardware acceleration

2019-11-22 Thread Dominic Jaques
*** This bug is a duplicate of bug 1768610 *** https://bugs.launchpad.net/bugs/1768610 I have witnessed a _related_ issue but it does not appear to be precisely the same problem. https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1853585 -- You received this bug notification because

[Touch-packages] [Bug 1853466] [NEW] I have installed the xserver-xorg-video-intel package but cannot detect monitor

2019-11-21 Thread Dominic Jaques
Public bug reported: The monitor U2414H is not detected by Ubuntu, the graphics card displayed in settings is llvmpipe (LLVM 8.0, 256 bits). I believe it should be "Intel Iris Plus Graphics", which is what shows up in Windows Device Manager (my device is set up to dual boot). ProblemType: Bug Dis

[Touch-packages] [Bug 1849298] Re: unattended-upgrade is checking o=UbuntuESM, a=eoan-security when disabled in config

2019-10-22 Thread Dominic
Not sure I can close the bug. Nevertheless it's confusing to have this configuration in two places. Maybe deserves a review. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1849298] Re: unattended-upgrade is checking o=UbuntuESM, a=eoan-security when disabled in config

2019-10-22 Thread Dominic
I just realised it's enabled by /etc/apt/apt.conf.d/51ubuntu-advantage- esm. Closing bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1849298 Title: unatten

[Touch-packages] [Bug 1849298] [NEW] unattended-upgrade is checking o=UbuntuESM, a=eoan-security when disabled in config

2019-10-22 Thread Dominic
Public bug reported: My /etc/apt/apt.conf.d/50unattended-upgrades file looks like this: Unattended-Upgrade::Allowed-Origins { "${distro_id}:${distro_codename}"; "${distro_id}:${distro_codename}-security"; // Extended Security Maintenance; doesn't necessarily exist for

[Touch-packages] [Bug 1802090] Re: update overwrites sshd_config

2018-11-07 Thread Dominic Raferd
attached: /var/log/apt/term.log ** Attachment added: "term.log.gz" https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1802090/+attachment/5210010/+files/term.log.gz -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to open

Re: [Touch-packages] [Bug 1802090] Re: update overwrites sshd_config

2018-11-07 Thread Dominic Raferd
The update to 18.04 was a long time ago, the problem occurred this morning... On Wed, 7 Nov 2018 at 13:01, Marc Deslauriers < marc.deslauri...@canonical.com> wrote: > It looks like you upgraded from Ubuntu 16.04 to Ubuntu 18.04. > >From the log file: > > Unpacking openssh-server (1:7.6p1-4) over

[Touch-packages] [Bug 1802090] Re: update overwrites sshd_config

2018-11-07 Thread Dominic Raferd
It was an automatic update, file attached ** Attachment added: "apt-term.log" https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1802090/+attachment/5209992/+files/apt-term.log.gz -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is sub

[Touch-packages] [Bug 1802090] [NEW] update overwrites sshd_config

2018-11-07 Thread Dominic Raferd
Public bug reported: The latest update for Bionic (18.04.1) either overwrote or modified my /etc/ssh/sshd_config with the result that I could no longer access my machine using ssh. A specific Port [x] line was removed and replaced by: #Port 22 This was the only change. It happened as par

[Touch-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-09-10 Thread Dominic Anderson
The bug was not gone when using kernel 4.4 there was also an additional kernel between 4.4 and 4.15 that was available. I tried that as well. same result.no fix. Since then I backed up my system and did a completely fresh install of 18.04LTS and the issue is still not fixed. -- You received thi

[Touch-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-09-10 Thread Dominic Anderson
The bug was not gone when using kernel 4.4 there was also an additional kernel between 4.4 and 4.15 that was available. I tried that as well. same result.no fix. Since then I backed up my system and did a completely fresh install of 18.04LTS and the issue is still not fixed. -- You received thi

[Touch-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
"16.04 used kernel 4.4 and you are presently using kernel 4.15" Have been running 18.04 for a week. Until earlier today issue was not present, each day until now however, had been just fine. Is "4.15" the same kernel used at install of "18.04"? -- You received this bug notification because you a

[Touch-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
uname -a Linux novgorod-LinuxBook 4.4.146-0404146-generic #201808061143 SMP Mon Aug 6 15:51:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchp

[Touch-packages] [Bug 1786195] Re: broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
Over-Amplification is set to "OFF" Test Speakers returned no sound from either left or right speaker. Previous version of Ubuntu "16.04 LTS" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.

[Touch-packages] [Bug 1786195] [NEW] broken audio/muffled, no system audio

2018-08-09 Thread Dominic Anderson
Public bug reported: Ubuntu 18.04.1 LTS pulseaudio: Installed: 1:11.1-1ubuntu7.1 Candidate: 1:11.1-1ubuntu7.1 Version table: *** 1:11.1-1ubuntu7.1 500 500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 100 /var/lib/dpkg/status 1:11.1-1ubuntu7 50

[Touch-packages] [Bug 1774717] Re: Saying goodbye to search.cpan.org

2018-06-02 Thread Dominic Hargreaves
Here is a relevant thread on debian-perl: https://lists.debian.org /debian-perl/2018/05/msg00046.html In short: yes, but there is no urgency. I don't think a bug on perl in ubuntu is needed to track this. -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1683179] Re: Variables set inside files executed with do not visible to script

2017-04-16 Thread Dominic Hargreaves
Hello, I'm one of the perl maintainers in Debian. In Debian we're still finalising the release notes for this issue for our next release; I suspect noone thought about communicating this change for Ubuntu :( A couple of observations that might be helpful to you and others: 1) you can revert this c

[Touch-packages] [Bug 1085766] Re: /var/log/upstart/ureadahead.log contains garbage

2016-10-06 Thread Dominic Raferd
I have this too with Xenial. Looking at yesterday's syslog: $ sudo grep -c "Ignored relative path" /var/log/syslog.1 19728 and here are the first few lines: $ sudo grep -m30 ureadahead /var/log/syslog.1 Oct 6 08:00:20 dl1 systemd[1]: Stopped Stop ureadahead data collection 45s after completed

[Touch-packages] [Bug 1614215] Re: "md5sums differ" message seems to indicate an install problem

2016-08-19 Thread Dominic Raferd
Agree with OP on both points, but also note that when I check the two supposedly different files afterwards they are in fact identical except for timestamp: $ sudo diff /var/lib/dpkg/info/apparmor.md5sums /var/lib/apparmor/profiles/.apparmor.md5sums; echo $? 0 -- You received this bug notificat

[Touch-packages] [Bug 1237042] Re: ureadahead source needs "tracing_enabled" changed to "tracing_on" for 12.04.3

2016-01-29 Thread Dominic Raferd
I also have this problem with Ubuntu 15.10, same output as Nicolas: $ sudo systemctl status ureadahead ● ureadahead.service - Read required files in advance Loaded: loaded (/lib/systemd/system/ureadahead.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat

[Touch-packages] [Bug 613273] Re: run-init: nuking initramfs contents: directory not empty

2015-10-31 Thread Dominic Raferd
I have been having this problem (intermittently) with Ubuntu Server 15.04 and now with 15.10 on my Intel NUC5CPYH for the last 3 months (since I bought it in fact). It only seems to happen when rebooting (never from a cold boot), and it doesn't always happen. I've attached an image of the console o

[Touch-packages] [Bug 1130611] Re: Upstart never closes /var/log/upstart/mysql.log

2015-03-07 Thread Dominic Raferd
oops, looks like I spoke too soon. The report from dmesg mentioned in my previous comment has gone away on reboot. I believe the cause may have been a fault in my /etc/rc.local file, which may not have been completing. This is fixed now. -- You received this bug notification because you are a mem

[Touch-packages] [Bug 1130611] Re: Upstart never closes /var/log/upstart/mysql.log

2015-03-05 Thread Dominic Raferd
I confirm this problem in ubuntu 14.04: $ sudo lsof|grep deleted|grep -Ev "/(dev|tmp|run)" init 1 root 10w REG 252,4 778 131190 /var/log/upstart/mysql.log.1 (deleted) An effect (and how I noticed it) is that when I take LVM snapshot of the under

[Touch-packages] [Bug 1388647] Re: DRI_PRIME=1 has no effect in Ubuntu 14.10

2015-03-01 Thread Dominic Chambers
Hi Christopher, No backport required by me thanks. Alain Rouet's work-around solves this problem. Thanks, Dominic. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/13

[Touch-packages] [Bug 1388647] Re: DRI_PRIME=1 has no effect in Ubuntu 14.10

2015-02-25 Thread Dominic Chambers
Hi Christopher, I can confirm that this issue has been fixed in the current daily build of Ubuntu 15.04. Thanks, Dominic. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs

[Touch-packages] [Bug 1388647] Re: DRI_PRIME=1 has no effect in Ubuntu 14.10

2014-11-03 Thread Dominic Chambers
That's a clever trick, being able to downgrade dependencies like that. Any pointers on how one goes about doing it, since even if I add 'trusty' sources to `/etc/apt/sources.list' then I still only see a single version available to install if I run `apt-show-versions xserver- xorg`? Anyway, great