[Touch-packages] [Bug 2064457] Re: Merge rsync from Debian unstable for oracular

2024-05-01 Thread Mitchell Dzurick
** Changed in: rsync (Ubuntu) Assignee: Sergio Durigan Junior (sergiodj) => Mitchell Dzurick (mitchdz) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/2064457 Ti

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-15 Thread Mitchell Dzurick
Package is in proposed now. Testing in an LXC container shows a fix of this behavior. $ lxc launch ubuntu-daily:noble n $ lxc shell n # dpkg -s rsync | grep Version: Version: 3.2.7-1build2 # rsync -F --delete-after --archive /etc/os-release /tmp/ *** buffer overflow detected ***: terminated

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
The debian patch looks promising in my local testing. I uploaded a test package to run dep8 tests against. If those look green I'll submit my MP and get it in ASAP. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
** Changed in: rsync (Ubuntu) Assignee: (unassigned) => Mitchell Dzurick (mitchdz) ** Changed in: rsync (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
This looks like it could already be fixed in debian with https://salsa.debian.org/debian/rsync/-/commit/d3a0eccf989175b096c10b6c42b02b1ee1306a00 I'll try an ubuntu build with this patch and report back. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
** Also affects: rsync (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: rsync (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: rsync (Ubuntu Mantic) Importance: Undecided Status: New ** Changed in: rsync (Ubuntu Focal)

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
I was able to reproduce this in a noble LXD container. $ lxc launch ubuntu-daily:noble n $ lxc shell n # ssh-keygen -t rsa # cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys # touch testfile.txt # rsync -F --delete-after --archive /root/testfile.txt 127.0.0.1:/tmp/ The authenticity of host

[Touch-packages] [Bug 2060967] Re: noble/rsync buffer overflow detected

2024-04-12 Thread Mitchell Dzurick
Quickly testing Jammy/Mantic in a similar fashion as above I do not see the buffer overflow. ** Changed in: rsync (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu.

[Touch-packages] [Bug 2040657] Re: bluez does not detect Logitech Pebble M350, no option to connect

2024-03-25 Thread Mitchell Dzurick
Just want to update this bug - I have not found a fix for this. Instead I've been relying on the Logitech universal receiver which is working great in my experience. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in

[Touch-packages] [Bug 2055776] Re: After updating ubuntu, the network to which the subnet address is assigned does not become active in KVM.

2024-03-22 Thread Mitchell Dzurick
Thanks Tim! With more people having a seemingly similar issue I re- opened it as New and subscribed ubuntu-server to take a look at this again. ** Changed in: dnsmasq (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-13 Thread Mitchell Dzurick
Ran the autopkgtest on a new PPA with my changes enabled by default and the test still fails[0]. I believe this is fine enough to ignore simply because this test has always been failing like this. [0] - https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-mitchdz- python2.7-opt-test-enabled-

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-12 Thread Mitchell Dzurick
The only focal autopkgtest that really has me confused in the python2.7 failure. This is due to a unit test that fails. The strange thing is that this unit test actually fails in the Jammy autopkgtest, but the Jammy autopkgtest passes anyways. It has always been like this. You will see 1643s

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-11 Thread Mitchell Dzurick
I wonder if the latest update to Jammy has fixed the issue? Is this issue still occurring for you when upgrading to the Jammy package version 2.90-0ubuntu0.22.04.1 Julia? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-07 Thread Mitchell Dzurick
i took a look at the other focal packages and put my thoughts. RELEASE=focal TRIGGER=python2.7/2.7.18-1~20.04.4 release arch packageversion exitcode triggersrequester --- --- -

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-07 Thread Mitchell Dzurick
Hi Andreas, the test_customize_compiler flag test has always failed. I'm curious about why it's failing but the autopkgtest as a whole is passing. In fact, the same failures occur for both jammy/focal since forever - yet they seem to be the reason w hy the Focal autopkgtest fails, whereas Jammy

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-06 Thread Mitchell Dzurick
Thanks a ton Mauricio! Would we be good to start phasing the Jammy package then while I investigate the Focal failures? I'll start taking a look at Focal today. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-03-05 Thread Mitchell Dzurick
mfo: thanks for catching the ctrlc+ctrlv error! It sounds like we are just waiting to re-run the autopkgtest then. Let me know if you would like any additional testing from me! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2055455] Re: dnsmasq-base causes network device virbr0 to shut down

2024-03-01 Thread Mitchell Dzurick
Thanks for taking the time to make this bug report to make Ubuntu better! I tried reproducing your failure and unfortunately am not able to in a VM/container setup. I think this may need some extra configuration to reproduce the failure. Starting with something basic, would you mind sharing

[Touch-packages] [Bug 2055455] Re: dnsmasq-base causes network device virbr0 to shut down

2024-03-01 Thread Mitchell Dzurick
I must've opened this bug up in the morning before Marc commented and just got back around to posting the question. Apologies for asking for the same information! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in

[Touch-packages] [Bug 2003756] Re: Cannot configure krb5-kdc on Ubuntu Jammy 22.04.01, "Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142."

2024-02-26 Thread Mitchell Dzurick
Also, the various packages here have a similar error message but the error is probably caused by different things. This is a generic error message from init-system-helpers. Now, with that said, I agree init-system-helpers should be more verbose when this error happens. -- You received this bug

[Touch-packages] [Bug 2003756] Re: Cannot configure krb5-kdc on Ubuntu Jammy 22.04.01, "Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142."

2024-02-26 Thread Mitchell Dzurick
netvicious or Dan, do you have the AMI that you used to produce that error with proftpd-core? I also tried reproduction on ami-0dffe9017aa8424a2 in eu-north-1 and was not able to reproduce that failure. I just booted a fresh t3.micro instance with the above AMI, then proceeded to run `apt update

[Touch-packages] [Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-02-16 Thread Mitchell Dzurick
Thanks for the additional info Ake! Do you happen to have simple steps you could share to help reproduce the issue? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2053146

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-02-16 Thread Mitchell Dzurick
Attached is my manual verification steps of testing the proposed package for Focal. Package version tested: 2.7.18-1~20.04.4 Part of the verification process is to ensure no regressions happen in no-change rebuilds of the current wheels compiled with python2.7 in our archives. It was determined

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-02-16 Thread Mitchell Dzurick
Attached is my manual verification steps of testing the proposed package for Jammy. Package version 2.7.18-13ubuntu1.2 Part of the verification process is to ensure no regressions happen in no-change rebuilds of the current wheels compiled with python2.7 in our archives. It was determined that

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-02-08 Thread Mitchell Dzurick
That's a great idea Andreas! It's a little difficult to pinpoint the exact OPT flags as they are bunched up with the other compiler flags, so I'll add a test in addition to the current ones which makes it easier to see what's happening. -- You received this bug notification because you are a

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-02-01 Thread Mitchell Dzurick
** Merge proposal linked: https://code.launchpad.net/~mitchdz/ubuntu/+source/python2.7/+git/python2.7/+merge/459844 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu.

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-01-31 Thread Mitchell Dzurick
** Description changed: [ Impact ] When compiling Python extensions using Python2, CFLAGS optimization flags are dropped. This behavior has been caused by our update in this patch http://archive.ubuntu.com/ubuntu/pool/universe/p/python2.7/python2.7_2.7.18-1~20.04.3.diff.gz

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-01-29 Thread Mitchell Dzurick
Description Updated. I'll work on getting the patch for Jammy approved and then I will create the patch for Focal. I expect (and would love) feedback on wording for the new print statements I made. ** Description changed: - Compiling a Python extension using Python2 (Python 2.7.18) is making use

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-01-29 Thread Mitchell Dzurick
Thanks Nafees! I'll go ahead and prepare the SRU and move forward with it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/2002043 Title: Python extension modules get

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-01-29 Thread Mitchell Dzurick
Nafees, while exploring adding this change, a priority is to not cause any regressions in packages already built in the archives. This is unfortunately a non-trivial change so I'm proposing making this an opt- in change, but make an informative message whenever someone compiles wheels, so they can

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2024-01-22 Thread Mitchell Dzurick
** Merge proposal linked: https://code.launchpad.net/~mitchdz/ubuntu/+source/python2.7/+git/python2.7/+merge/458533 ** Changed in: python2.7 (Ubuntu Jammy) Assignee: Ghadi Rahme (ghadi-rahme) => Mitchell Dzurick (mitchdz) ** Changed in: python2.7 (Ubuntu Focal) Assignee: Gh

[Touch-packages] [Bug 2048081] Re: package openssh-client 1:8.9p1-3ubuntu0.5 failed to install/upgrade: não pode copiar dados extráidos para './usr/lib/openssh/ssh-pkcs11-helper' para '/usr/lib/openss

2024-01-05 Thread Mitchell Dzurick
In the terminal I see dpkg-deb (sub-processo): ZSTD_decompressStream error : Corrupted block detected which makes me think the package was corrupted in transport. Try sudo apt-get clean sudo apt-get update ** Changed in: openssh (Ubuntu) Status: New => Incomplete -- You received

[Touch-packages] [Bug 2040389] Re: Merge libmnl from Debian unstable for noble

2024-01-03 Thread Mitchell Dzurick
The only Ubuntu delta is now in Debian. Requesting a sync. ** Merge proposal linked: https://code.launchpad.net/~mitchdz/ubuntu/+source/libmnl/+git/libmnl/+merge/457925 ** Tags removed: needs-merge ** Tags added: needs-sync ** Summary changed: - Merge libmnl from Debian unstable for noble

[Touch-packages] [Bug 2040389] Re: Merge libmnl from Debian unstable for noble

2024-01-03 Thread Mitchell Dzurick
** Changed in: libmnl (Ubuntu) Assignee: (unassigned) => Mitchell Dzurick (mitchdz) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libmnl in Ubuntu. https://bugs.launchpad.net/bugs/2040389 Title: Merge libmnl f

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2023-11-15 Thread Mitchell Dzurick
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2042587 Title: jammy's version breaks existing dhcp scripts with relay Status in dnsmasq

[Touch-packages] [Bug 2043114] Re: sshd segmentation fault on 20.04.6 (focal)

2023-11-10 Thread Mitchell Dzurick
Thank you Ivaylo for creating this bug report and helping make Ubuntu better! I have 2 follow up questions: 1. How often do these segmentation faults occur for you? 2. Have you tried to SSH to the Focal server from multiple other systems? Do you encounter this issue with multiple systems, or is

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-11-08 Thread Mitchell Dzurick
Hi, I have the patch modified how I want it to, I'm still exploring ways to blocklist the current launchpad builds, as I'm not sure I can extract the necessary metadata in distutils.sysconfig. I'll be exploring more next week and attempting to find a reliable way to determine the name of the

[Touch-packages] [Bug 2040657] Re: bluez does not detect Logitech Pebble M350, no option to connect

2023-11-03 Thread Mitchell Dzurick
Thank you Daniel! Over the week I upgraded my laptop to Mantic, so can no longer test for Jammy. I still can't discover my logitech mice in Mantic, so maybe still the same situation. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2040657] acpidump.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715734/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] modified.conffile..etc.bluetooth.main.conf.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "modified.conffile..etc.bluetooth.main.conf.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715736/+files/modified.conffile..etc.bluetooth.main.conf.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2040657] syslog.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "syslog.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715738/+files/syslog.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] rfkill.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "rfkill.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715737/+files/rfkill.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] UdevDb.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715733/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] getfacl.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "getfacl.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715735/+files/getfacl.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] ProcModules.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715732/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] ProcCpuinfoMinimal.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715730/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] ProcCpuinfo.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715729/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] ProcInterrupts.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715731/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Lsusb-v.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715728/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Lsusb.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715726/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Lsusb-t.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715727/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Lspci-vt.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715725/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Dependencies.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715723/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Re: bluez does not detect Logitech Pebble M350, no option to connect

2023-11-03 Thread Mitchell Dzurick
apport information ** Tags added: apport-collected mantic wayland-session ** Description changed: I lost the proprietary USB dongle and decided I wanted to try bluetooth with this particular mouse. I am able to connect with bluetooth on Windows 11, but the device doesn't even show up in

[Touch-packages] [Bug 2040657] Lspci.txt

2023-11-03 Thread Mitchell Dzurick
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2040657/+attachment/5715724/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2023-11-03 Thread Mitchell Dzurick
Thanks for taking the time to report this bug Timo! Do you have steps for how you setup dnsmasq so it can be more easy to reproduce your issue? ** Changed in: dnsmasq (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 2040281] Re: mkhomedir and pam_mount incompatibility

2023-10-27 Thread Mitchell Dzurick
Hi Virginie, I tried to reproduce this in an LXD vm $ lxc launch ubuntu:jammy j --vm $ lxc shell j # apt install -y sssd-ad sssd-tools realmd adcli # pam-auth-update --enable mkhomedir # sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted

[Touch-packages] [Bug 2040657] Re: bluez does not detect Logitech Pebble M350, no option to connect

2023-10-25 Thread Mitchell Dzurick
I am able to connect with the unifying receiver which is good enough for now. It'd still be nice for regular bluetooth to work. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu.

[Touch-packages] [Bug 2040657] Re: bluez does not detect Logitech Pebble M350, no option to connect

2023-10-25 Thread Mitchell Dzurick
Actually after opening this bug I decided to try my MX master 3S with bluetooth mode and that's not detected either. I also tried a pair of airpods and those are not seen. the weird part is that I am actively using some samsung galaxy buds with this laptop via bluetooth and they work. So perhaps

[Touch-packages] [Bug 2040657] [NEW] bluez does not detect Logitech Pebble M350, no option to connect

2023-10-25 Thread Mitchell Dzurick
Public bug reported: I lost the proprietary USB dongle and decided I wanted to try bluetooth with this particular mouse. I am able to connect with bluetooth on Windows 11, but the device doesn't even show up in `bluetoothctl scan on`. This is seen on Jammy with bluez 5.64-0ubuntu1 ** Affects:

[Touch-packages] [Bug 2039752] Re: package openssh-server 1:9.0p1-1ubuntu8.5 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status

2023-10-20 Thread Mitchell Dzurick
@Markle Liu if you still have your system in the affected state, could you please give the output of these following commands? # systemctl status ssh.{socket,service} tinysshd.socket # lsof -i :22 # systemctl list-units | grep ssh ** Changed in: openssh (Ubuntu) Status: New => Incomplete

[Touch-packages] [Bug 2039752] Re: package openssh-server 1:9.0p1-1ubuntu8.5 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status

2023-10-20 Thread Mitchell Dzurick
Interesting, I tried in a new LXC container and I see it working now. $ lxc launch ubuntu:lunar l $ lxc shell l # apt install -y openssh-client=1:9.0p1-1ubuntu8 -y --allow-downgrades # apt install -y openssh-sftp-server=1:9.0p1-1ubuntu8 -y --allow-downgrades # apt install -y

[Touch-packages] [Bug 2039752] Re: package openssh-server 1:9.0p1-1ubuntu8.5 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status

2023-10-20 Thread Mitchell Dzurick
I only see those errors in a container. When I launch a VM to try this, I see no errors. $ lxc launch ubuntu:lunar l-vm --vm $ lxc shell l-vm # apt install -y openssh-client=1:9.0p1-1ubuntu8 -y --allow-downgrades # apt install -y openssh-sftp-server=1:9.0p1-1ubuntu8 -y --allow-downgrades # apt

[Touch-packages] [Bug 2039752] Re: package openssh-server 1:9.0p1-1ubuntu8.5 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status

2023-10-20 Thread Mitchell Dzurick
Relevant Dpkg errors: openssh-server (1:9.0p1-1ubuntu8.5) over (1:9.0p1-1ubuntu8) ... Setting up openssh-server (1:9.0p1-1ubuntu8.5) ... rescue-ssh.target is a disabled or a static unit not running, not starting it. Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 145. dpkg:

[Touch-packages] [Bug 2038561] Re: Requesting Ubuntu package manager to release openssh updates to focal and jammy

2023-10-10 Thread Mitchell Dzurick
Hi Prashanth, Unless there's a good reason, the Jammy/Focal version of openssh will stay the version it is. Likely, any changes to this package will be specific commits which will have to go through the SRU process[0] if it can be justified. Is there a reason you are trying to test the latest

[Touch-packages] [Bug 2038561] Re: Requesting Ubuntu package manager to release openssh updates to focal and jammy

2023-10-06 Thread Mitchell Dzurick
** Changed in: openssh (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2038561 Title: Requesting Ubuntu package manager to

[Touch-packages] [Bug 2038561] Re: Requesting Ubuntu package manager to release openssh updates to focal and jammy

2023-10-06 Thread Mitchell Dzurick
Hello Prashanth, thank you very much for making this bug report and making Ubuntu better! Are you building openssl 3.1.2 or pulling the package from somewhere? I tried installing a slightly newer version in a jammy LXC container and see this error when trying to install libssl3 (a requirement to

[Touch-packages] [Bug 2031340] Re: slic3r-prusa autopkgtest flaky

2023-10-04 Thread Mitchell Dzurick
Just adding that I tried rebuilding the package and tests are still failing 2.6.1+dfsg-3 https://launchpad.net/~mitchdz/+archive/ubuntu/slic3r-prusa- mantic/+builds?build_text=_state=all -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2036358] Re: systemd wait-online now times out after jammy and lunar upgrade

2023-09-25 Thread Mitchell J. O'Sullivan
lo: link is ignored eth0: link is ignored This is probably indicative that Microsoft ought to tweak their integration but I thought I'd share anyway. I'm fine for now to override ExecStart (i.e. to include --ignore) so that things work smoothly again using the latest version. Kind regards, Mitchell

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-09-15 Thread Mitchell Dzurick
Hi Nafees, I'll be looking into this bug. Planning to have some more updates next week. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/2002043 Title: Python extension

[Touch-packages] [Bug 1973441] Re: Printing does not work on Ubuntu 22.04 - cups-pki-invalid

2022-11-17 Thread Paul Mitchell
Further confirmation, deleting a certificate file (dated Sept 2nd) got printing working again. Printer Xerox B230 (probably not relevant, I'm guessing) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1768625] Re: Bluetooth headset HSP/HFP mode not working in Bionic

2021-06-25 Thread Jason Mitchell
*** This bug is a duplicate of bug 1576559 *** https://bugs.launchpad.net/bugs/1576559 ** Tags added: focal groovy hirsuit -- 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 1915322] [NEW] Xorg freeze

2021-02-10 Thread Mitchell Seitz
Public bug reported: Hey guys! First up, I've been using ubuntu on and off since I was about twelve, and I love this os.Thank you guys for the hard work! Second, I've been having an unfortunate bug on my laptop for quite some time now. I'm using an acer aspire e5-575g-55nw and every time my

[Touch-packages] [Bug 1896645] [NEW] Dual screen window size problem

2020-09-22 Thread Mitchell
Public bug reported: Certain programs don't seem to co-operate well with a dual monitor setup. If it is of any importance, my setup is a laptop with a TV plugged in via HDMI. So far I've found that VLC media player and Oracle Virtualbox won't play nicely with two monitors. When both monitors are

[Touch-packages] [Bug 1896644] [NEW] Dual screen window size problem

2020-09-22 Thread Mitchell
Public bug reported: Certain programs don't seem to co-operate well with a dual monitor setup. If it is of any importance, my setup is a laptop with a TV plugged in via HDMI. So far I've found that VLC media player and Oracle Virtualbox won't play nicely with two monitors. When both monitors are

[Touch-packages] [Bug 1851714] [NEW] package libssl1.1:i386 1.1.1-1ubuntu2.1~18.04.4 failed to install/upgrade: installed libssl1.1:i386 package post-installation script subprocess returned error exit

2019-11-07 Thread ian mitchell
Public bug reported: on login to laptop. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: libssl1.1:i386 1.1.1-1ubuntu2.1~18.04.4 ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17 Uname: Linux 4.15.0-20-generic i686 ApportVersion: 2.20.9-0ubuntu7 Architecture: i386 Date: Thu Nov

[Touch-packages] [Bug 1830441] [NEW] libkrb5-3 1.16.2 can crash client programs

2019-05-24 Thread Mitchell Sternke
Public bug reported: Ubuntu Release: 18.04.2 LTS Package: libkrb5-3 1.16.2 The libkrb5-3 package (MIT Kerberos library) shipped with Ubuntu 18.04.2 has a known bug which can cause a program using the library to crash when using MEMORY ccaches. This was introduced as a regression in version

[Touch-packages] [Bug 1694885] Re: When playing the "headphone test" it cranked the volume of my virtual output to over 15k%. My speakers nearly killed themselves.

2017-05-31 Thread Mitchell
All this is in the "checkbox" testing app. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1694885 Title: When playing the "headphone test" it

[Touch-packages] [Bug 1694885] [NEW] When playing the "headphone test" it cranked the volume of my virtual output to over 15k%. My speakers nearly killed themselves.

2017-05-31 Thread Mitchell
Public bug reported: Summary says it all. The volume percentage was checked with `pavucontrol.` The tone played fine. Then this happened, I thought it would just stay at the same volume. 16.04 LTS. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: qmlscene 5.5.1-2ubuntu6

[Touch-packages] [Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2017-01-09 Thread Luke Boga Mitchell
This bug seems to be affecting me, specifically a UE Megaboom (device info below). Pairs fine, but doesn't show up in output devices, therefore audio continues to play via internal speakers. I'm using Ubuntu 16.10 with Gnome 3.20.4 on a Dell XPS 13 (9350). Attached are some log files using 'grep

[Touch-packages] [Bug 1580694] [NEW] dhclient does not work with some CNA adapters

2016-05-11 Thread Keith Mitchell
Public bug reported: Some CNA adapters (such as the Cisco VIC) pass 802.1P frames. These are frames that have a TCI field on them but the vlan tag is 0 (this is so they can pass the priority bits down to the server). The dhclient in xenial does not work with these adapters (dhclient is

[Touch-packages] [Bug 1573168] Re: [Frieza] Location service fails to start cleanly, entering restart loop

2016-04-21 Thread Mitchell
Hi Thomas, I can confirm this bug on Freiza. Currently gps and location is unusable. This happened both before updating to ota 10, and on 9.5. Any workarounds? Thanks, Mitchell -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1511974] [NEW] Touchpad Not Working

2015-10-31 Thread Mitchell Limas
Public bug reported: After upgrading from Ubuntu 14 to 15.10 the touchpad no longer works. To get it to work, I must manually reload the mouse drivers through terminal. However, this only works for the current session. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4

[Touch-packages] [Bug 1499246] [NEW] installing libpython3.4-minimal fails to upgrade: trying to overwrite '/usr/lib/python3.4/_threading_local.py', which is also in package libpython3.4-stdlib

2015-09-24 Thread Richard Mitchell
Public bug reported: Just following the normal apt upgrade process. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: libpython3.4-minimal 3.4.2-1+precise1 ProcVersionSignature: Ubuntu 3.13.0-63.103-generic 3.13.11-ckt25 Uname: Linux 3.13.0-63-generic x86_64 NonfreeKernelModules: nvidia

Re: [Touch-packages] [Bug 1304154] Ubuntu web browser won't start

2015-06-16 Thread Mitchell
Seems fine now Olivier, however I've since upgraded to 15.04, so not sure if there are any updated packages on 14.04 that fixed it or not. I think you can close this bug. Mitchell On Wednesday, 17 June 2015 1:10:25 AM AEST, Olivier Tilloy wrote: Thanks for the report Mitchell. Are you still

[Touch-packages] [Bug 1427264] Re: using ecryptfs, creating frameworks fail to bind mount issues

2015-05-17 Thread Mitchell
Wow - this experience has been painful. Have just spent an hour or so debugging my machine to work out why it froze each time I logged into my main user account. No terminals worked, nothing, nada. Finally logged into another user (not with admin rights), used the password from my main account to

[Touch-packages] [Bug 1186381] Re: Can not paste into web forms

2014-11-19 Thread Mitchell
@Alexandre: thanks for that. Is this work being backported to 14.10 on the desktop, or only present in touch versions? (i.e., Unity 8) Thanks, M -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1321920] Re: Ctrl-V doesn't work

2014-11-19 Thread Mitchell
+el_gallo_azul - What version are you using? I'm on 14.10. M -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1321920 Title: Ctrl-V doesn't work Status in

[Touch-packages] [Bug 1321920] Re: Ctrl-V doesn't work

2014-11-18 Thread Mitchell
Until todayI thought the webbrowser (and ALL the webapps) on Ubuntu 14.10 desktop were unusable - copy and paste is essential. Have found a workaround by right clicking on the web page, and the touch dialogue comes up for paste. This is a major functionality issue, and should be fixed - ctrl +v is

[Touch-packages] [Bug 1186381] Re: Can not paste into web forms

2014-11-18 Thread Mitchell
Yep, this is a massive and major oversite - love the concept of webapps, however I'm forced to use chromium instead. This just sucks. Are there any fixes in progess? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1379836] Re: dialer and messaging app show unlocked pin as locked

2014-10-18 Thread Mitchell
Under RTM 5 on Mako, I'm having the same bug, and I managed to PUK lock my phone. Found another work-around: Firstly, I had not set a sim pin, and settings showed this wasn't locked. After trying to 'unlock' my pin three times unsucessfully, I was asked for my PUK code. SIM was screwed,

[Touch-packages] [Bug 1382857] [NEW] No way to swipe away sound notification

2014-10-18 Thread Mitchell
Public bug reported: Using RTM 5 on Mako, there is no way to swipe away the new sound notification overlay. While it doesn't last very long, this is annoying. Touching it, or swiping it away, would be a preferable way to dismiss this. ** Affects: indicator-sound (Ubuntu) Importance:

[Touch-packages] [Bug 1382860] [NEW] Keyboard sound not affected by turning volume down/off

2014-10-18 Thread Mitchell
Public bug reported: On RTM 5 with Mako, the keyboard sound is not affected by turning off the main sound. I.e., when putting my phone on 'silent' by turning down the sound all the way, they keyboard 'clicks' still sound when typing on keyboard. Workaround is to disable keyboard sound in System

[Touch-packages] [Bug 1382861] [NEW] Auto brightness toggle removed from power indicator

2014-10-18 Thread Mitchell
Public bug reported: On RTM 5 with Mako, the auto brightness toggle switch has been removed from the power indicator. This was highly useful, and I don't understand why it has been removed. Please bring it back!! ** Affects: indicator-power (Ubuntu) Importance: Undecided Status:

[Touch-packages] [Bug 1382864] [NEW] No indicator on pinned apps

2014-10-18 Thread Mitchell
Public bug reported: On rtm 5 with mako, there is no longer any indicator on pinned apps. All that's seen is an arrow on the app that is in focus. This is not very useful on a ubuntu touch device. Please bring back the indicator on pinned apps, so we can see what's pinned to the app bar! **

[Touch-packages] [Bug 1250995] Re: Choose another default start page

2014-10-18 Thread Mitchell
On mako rtm 5, there needs to be a better default page - currently the ubuntu branded search page isn't mobile friendly. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1382869] [NEW] Click scope slow to start after reboot

2014-10-18 Thread Mitchell
Public bug reported: On rtm 5 using mako, the click scope can be very slow to start on reboot. This is intermittent, and can be reproduced when starting my phone. ** Affects: unity-scope-click (Ubuntu) Importance: Undecided Status: New ** Tags: avengers -- You received this bug

[Touch-packages] [Bug 1182658] Re: Geolocation is not working in the browser

2014-10-18 Thread Mitchell
Still finding an issue with this bug in rtm 5 on mako - not sure where work is at with this, but NONE of the webapp maps are working. This includes google maps, here maps, and osm maps. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1366230] [NEW] Whitespace causes random character deletions

2014-09-05 Thread Mitchell
Public bug reported: Frustrating bug that has been around since I started dogfooding ubuntu on my nexus 4 - somwhere around the 180 image mark. Am currently running devel-proposed 223 on mako. Have tested this in multiple apps, including the default Notes, Quick Memo, Touchwriter - all have the

[Touch-packages] [Bug 1366230] Re: Whitespace causes random character deletions

2014-09-05 Thread Mitchell
That would explain why it's gone so long unnoticed - was driving me nutty. Can confirm that Spell Checking and Word Suggestions cause this behavior, however I've been unable to reproduce with Auto correction turned on only. Thanks for the work around! -- You received this bug notification

  1   2   >