[Touch-packages] [Bug 1679346] Re: Missing dep8 tests

2021-10-20 Thread Lena Voytek
Hi! I am taking the bug and will be adding DEP-8 tests to the package. I will be working on proposing a fix and proposing a merge to get this fixed. I am targeting to fix in Bionic and Focal ** Changed in: net-tools (Ubuntu) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in:

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2021-10-29 Thread Lena Voytek
** Description changed: + [Impact] + + Rsync crashes when using --delete-missing-args on a file with a missing + parent folder. + + Backporting this fix will allow users to delete missing source args when + some files in the list have missing parent folders without interruption. + + This is

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2021-10-26 Thread Lena Voytek
** Changed in: rsync (Ubuntu Bionic) Status: Triaged => In Progress ** Changed in: rsync (Ubuntu Focal) 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 Ubuntu.

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2021-10-26 Thread Lena Voytek
** Changed in: rsync (Ubuntu Bionic) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in: rsync (Ubuntu Focal) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1679346] Re: Missing dep8 tests

2021-10-22 Thread Lena Voytek
** Merge proposal linked: https://code.launchpad.net/~lvoytek/ubuntu/+source/net-tools/+git/net-tools/+merge/410677 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu.

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2021-11-08 Thread Lena Voytek
Performing the verification for Focal: First, reproducing the bug with the current version: # apt policy rsync rsync: Installed: 3.1.3-8 Candidate: 3.1.3-8 Version table: *** 3.1.3-8 500 500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages 100

[Touch-packages] [Bug 1896251] Re: rsync --delete-missing-args fails with "error: protocol incompatibility"

2021-11-08 Thread Lena Voytek
Performing the verification for Bionic: First, reproducing the bug with the current version: # apt policy rsync rsync: Installed: 3.1.2-2.1ubuntu1.1 Candidate: 3.1.2-2.1ubuntu1.1 Version table: *** 3.1.2-2.1ubuntu1.1 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/main

[Touch-packages] [Bug 1679346] Re: Missing dep8 tests

2021-11-01 Thread Lena Voytek
** Changed in: net-tools (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/1679346 Title: Missing dep8 tests Status

[Touch-packages] [Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-01 Thread Lena Voytek
** Also affects: openssh (Ubuntu Jammy) Importance: Low Status: Triaged ** Changed in: openssh (Ubuntu Jammy) Status: Triaged => Fix Released ** Changed in: openssh (Ubuntu Bionic) Status: New => Triaged ** Changed in: openssh (Ubuntu Focal) Status: New => Triaged

[Touch-packages] [Bug 1903516] Re: aborted (core dumped) when using ConnectTimeout > 2147483

2022-03-02 Thread Lena Voytek
** Changed in: openssh (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: openssh (Ubuntu Focal) Importance: Undecided => Low ** Changed in: openssh (Ubuntu Impish) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1966591] Re: ssh-keygen -R changes known_hosts file permissions (mode)

2022-03-28 Thread Lena Voytek
Thank you for taking the time to report this bug while providing a good reproducer. I was able to reproduce in Focal and Bionic # ssh-keyscan github.com >test_known_hosts # ls -la test_known_hosts -rw-r--r-- 1 root root 656 Mar 28 14:24 test_known_hosts # ssh-keygen -R github.com -f

[Touch-packages] [Bug 2031942] Re: AuthorizedPrincipalsCommand is ignored if AuthorizedKeysCommand is set

2023-09-11 Thread Lena Voytek
Verified for lunar and jammy: # lxc launch ubuntu:jammy test-openssh-lunar # lxc exec test-openssh-lunar bash # cat

[Touch-packages] [Bug 2028810] Re: rsync 3.1.3 performance regression

2023-09-01 Thread Lena Voytek
Added an additional merge request containing man and help docs https://code.launchpad.net/~lvoytek/ubuntu/+source/rsync/+git/rsync/+merge/450497 -- 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 2028810] Re: rsync 3.1.3 performance regression

2023-09-07 Thread Lena Voytek
Re-verified with documentation: $ lxc launch ubuntu:focal test-rsync-receiver $ lxc exec test-rsync-receiver bash # apt update && apt dist-upgrade -y # apt install openssh-server rsync -y # passwd ubuntu New password: Retype new password: passwd: password updated successfully # sed -i

[Touch-packages] [Bug 2040403] Re: Merge net-tools from Debian unstable for noble

2023-10-25 Thread Lena Voytek
** Changed in: net-tools (Ubuntu) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/2040403 Title: Merge net-to

[Touch-packages] [Bug 1974230] Re: Negative cache results from dnsmasq do not include SOA as required in RFC2308

2022-05-23 Thread Lena Voytek
Hello Eric, Thank you for providing this bug report. When testing in Jammy I see the same behavior. We will look into the issue this week. ** Tags added: server-triage-discuss -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1971932] Re: error in rsync protocol data stream

2022-05-16 Thread Lena Voytek
I attempted to reproduce by running the command through localhost over ssh and it succeeded using a 3GB file. This may be due to the transfer between Ubuntu and Debian then. Here is my test case: # lxc launch images:ubuntu/jammy test-rsync # lxc exec test-rsync bash # apt update && apt

[Touch-packages] [Bug 1957104] Re: updating openssh-server fails, because port 22 is in use by systemd

2022-05-16 Thread Lena Voytek
Hello Thomas, Since the issue can't be reproduced in impish or jammy, is this an error you found in Focal, or has this been fixed for you? If it's an error in an earlier supported version then we can backport the fix to it. Thanks! -- You received this bug notification because you are a member

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

2022-05-16 Thread Lena Voytek
Hello Frank, You noted that this may be due to update-manager having two instances running. Were you able to try again with one running to get it updated? If not, does updating with: sudo apt update sudo apt upgrade cause any errors? Thanks! ** Changed in: openssh (Ubuntu) Status: New

[Touch-packages] [Bug 1973137] Re: ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

2022-05-16 Thread Lena Voytek
Hello Sebastian, Thank you for taking the time to make this bug report. The error you are encountering shows up through openldap, so marking the bug under openldap is fine. It may be due to multiple sources attempting to free a request. Does this error show up every time you attempt to log in?

[Touch-packages] [Bug 1968876] Re: ssh-agent: Error connecting to agent: Connection refused

2022-04-29 Thread Lena Voytek
Hello David, I tried to reproduce the crash you were having by upgrading from 21.10 to 22.04 then adding keys followed by slogin and didn't receive an error. I'm using a Raspberry Pi 4GB too. Is the command still failing for you even though the diagnostic dump doesn't show up anymore? If so you

[Touch-packages] [Bug 1912256] Re: Missing channel binding prevents authentication to ActiveDirectory

2022-09-27 Thread Lena Voytek
** Description changed: + [Impact] + + When attempting to bind to a SASL channel using GSSAPI or GSS-SPNEGO for + Windows Active Directory, authentication will fail stating invalid + credentials as the cause. + + This is due to cyrus-sasl2 missing the feature of GSSAPI/GSS-SPNEGO + channel

[Touch-packages] [Bug 1993420] Re: Merge net-tools from Debian unstable for l-series

2022-10-19 Thread Lena Voytek
** Changed in: net-tools (Ubuntu) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/1993420 Title: Merge net-to

[Touch-packages] [Bug 1677781] Re: Missing dep8 tests

2022-10-19 Thread Lena Voytek
** Also affects: cyrus-sasl2 (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: cyrus-sasl2 (Ubuntu Jammy) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in: cyrus-sasl2 (Ubuntu Jammy) Status: New => In Progress -- You received th

[Touch-packages] [Bug 1992105] Re: missing httpform plugin for saslauthd

2022-10-28 Thread Lena Voytek
Status: New ** Also affects: cyrus-sasl2 (Ubuntu Lunar) Importance: Undecided Assignee: Lena Voytek (lvoytek) Status: In Progress ** Changed in: cyrus-sasl2 (Ubuntu Focal) Status: New => In Progress ** Changed in: cyrus-sasl2 (Ubuntu Focal) Assignee: (unassigned) =>

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2022-10-17 Thread Lena Voytek
** Merge proposal linked: https://code.launchpad.net/~lvoytek/ubuntu/+source/dnsmasq/+git/dnsmasq/+merge/431606 -- 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/1981794

[Touch-packages] [Bug 1912256] Re: Missing channel binding prevents authentication to ActiveDirectory

2022-09-21 Thread Lena Voytek
** Changed in: cyrus-sasl2 (Ubuntu Jammy) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in: cyrus-sasl2 (Ubuntu Jammy) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2022-09-29 Thread Lena Voytek
Hello, Sorry we missed this bug for so long. I can confirm the issue is present in 22.04 and 22.10 and can be fixed with the commit you provided. I created a patch file that can be added to 22.04, attached here. I will mark this bug as confirmed too. Thanks! ** Patch added:

[Touch-packages] [Bug 1992105] Re: missing httpform plugin for saslauthd

2022-10-13 Thread Lena Voytek
Hi Amit, Ubuntu 22.04 is currently sticking with version 2.1.27 + security and feature updates to maintain consistency and stability. Ubuntu 22.10, which is fully releasing soon, uses 2.1.28 though. The package will be actively maintained in 22.04 until 2027 but may not experience many version

[Touch-packages] [Bug 1992105] Re: missing httpform plugin for saslauthd

2022-10-07 Thread Lena Voytek
Hello, Thank you for the bug report. I can confirm Ubuntu does not currently support the httpform auth mechanism. I reproduced this with the following in both 22.04 and 22.10: # lxc launch images:ubuntu/jammy test-saslauthd # lxc exec test-saslauthd bash # apt update && apt dist-upgrade -y #

[Touch-packages] [Bug 1992105] Re: missing httpform plugin for saslauthd

2022-10-11 Thread Lena Voytek
cyrus-sasl2 (Ubuntu Jammy) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in: cyrus-sasl2 (Ubuntu Kinetic) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1992105] Re: missing httpform plugin for saslauthd

2022-10-11 Thread Lena Voytek
Thanks for the help! I've created a ppa that enables httpform and confirmed that it showed up when running saslauthd -v. It's located here: https://launchpad.net/~lvoytek/+archive/ubuntu/cyrus- sasl2-saslauthd-add-httpform If you'd like to install and test, you can run: sudo add-apt-repository

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2022-10-14 Thread Lena Voytek
** Description changed: + [Impact] + + When a DNS query fails to complete and the system retries it, subsequent + copies of the query will be refused by dnsmasq. The client will + automatically receive the REFUSED return value without a retry attempt. + + Adding this fix will stop dnsmasq from

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2022-09-30 Thread Lena Voytek
Hello Reuben, I've started working on getting this fix into Ubuntu. In the meantime, if you would like this fix in 22.04 you can get it from a ppa I made here: https://launchpad.net/~lvoytek/+archive/ubuntu/dnsmasq-fix-denied- dns-retries To install run the following commands: sudo

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2023-01-04 Thread Lena Voytek
** Description changed: [Impact] When a DNS query fails to complete and the system retries it, subsequent copies of the query will be refused by dnsmasq. The client will automatically receive the REFUSED return value without a retry attempt. Adding this fix will stop dnsmasq from

[Touch-packages] [Bug 1993420] Re: Merge net-tools from Debian unstable for lunar

2023-01-04 Thread Lena Voytek
est  -- Lena Voytek Fri, 22 Oct 2021 07:49:06 -0700 net-tools (1.60+git20181103.0eebece-1ubuntu3) impish; urgency=medium   * No-change rebuild to build packages with zstd compression.  -- Matthias Klose Thu, 07 Oct 2021 12:21:22 +0200 net-tools (1.60+git20181103.0eebece-1ubun

[Touch-packages] [Bug 2000276] Re: FIDO2 user verification impossible when using the ssh agent

2023-01-03 Thread Lena Voytek
Thank you for submitting this report. I attempted to verify on a fresh install of Kinetic as a client and Jammy as a server using a Yubikey Bio. ssh login worked for me both with and without ssh-agent active. I unfortunately don't have a 5c to test with and the issue may lie specifically with

[Touch-packages] [Bug 1993420] Re: Merge net-tools from Debian unstable for l-series

2022-12-12 Thread Lena Voytek
/t/ifconfig-lo-info: new test  -- Lena Voytek Fri, 22 Oct 2021 07:49:06 -0700 net-tools (1.60+git20181103.0eebece-1ubuntu3) impish; urgency=medium   * No-change rebuild to build packages with zstd compression.  -- Matthias Klose Thu, 07 Oct 2021 12:21:22 +0200 net

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2022-12-06 Thread Lena Voytek
** Description changed: [Impact] When a DNS query fails to complete and the system retries it, subsequent copies of the query will be refused by dnsmasq. The client will automatically receive the REFUSED return value without a retry attempt. Adding this fix will stop dnsmasq from

[Touch-packages] [Bug 1912256] Re: Missing channel binding prevents authentication to ActiveDirectory

2022-12-07 Thread Lena Voytek
Thanks for verifying Robert! Making sure the above tests pass then the package should migrate to jammy soon ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1993420] Re: Merge net-tools from Debian unstable for lunar

2023-01-19 Thread Lena Voytek
nfo - d/t/hostname-set-get: new test - d/t/ifconfig-lo-info: new test  -- Lena Voytek Fri, 22 Oct 2021 07:49:06 -0700 net-tools (1.60+git20181103.0eebece-1ubuntu3) impish; urgency=medium   * No-change rebuild to build packages with zstd compression.  -- Matthias Klose

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2023-01-18 Thread Lena Voytek
** Description changed: [Impact] When a DNS query fails to complete and the system retries it, subsequent copies of the query will be refused by dnsmasq. The client will automatically receive the REFUSED return value without a retry attempt. Adding this fix will stop dnsmasq from

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-24 Thread Lena Voytek
Thanks for the update! I managed to reproduce this on my end: $ lxc launch images:ubuntu/focal test-ssh-focal $ lxc exec test-ssh-focal bash # apt update && apt upgrade -y # apt install openssh-server # adduser user > ssh into container from another terminal to show pw auth is available by

[Touch-packages] [Bug 1981794] Re: Duplicate/retried DNS queries fail with REFUSED (Fixed in upstream)

2023-02-22 Thread Lena Voytek
** Tags removed: verification-needed ** Tags added: verification-done -- 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/1981794 Title: Duplicate/retried DNS queries fail

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-17 Thread Lena Voytek
** Tags removed: verification-needed ** Tags added: verification-done -- 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/2012298 Title: PasswordAuthenticaion in sshd_config.d

[Touch-packages] [Bug 1871465] Re: ssh_config(5) contains outdated information

2023-04-18 Thread Lena Voytek
Unblocking since the fix for (LP: #2012298) is now available ** Tags removed: block-proposed-focal verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu.

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-03-31 Thread Lena Voytek
-repository ppa:lvoytek/openssh-fix-passwordauthentication-config sudo apt update sudo apt upgrade I'll assign this bug to myself and work to get it added to 20.04 ** Changed in: openssh (Ubuntu Focal) Assignee: (unassigned) => Lena Voytek (lvoytek) ** Changed in: openssh (Ubuntu Fo

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Lena Voytek
Thanks for the confirmation Gerard. This fix won't be marked as a security update, but should show up in the mainline Ubuntu focal-updates repository soon once its uploaded and accepted. I don't have an exact eta, but it should happen within the next week or two. -- You received this bug

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-03 Thread Lena Voytek
** Description changed: + [Impact] + + When using the "Match" phrase in sshd_config.d files, the configuration + does not apply. This leads to failures in user-specific configurations + such as with PasswordAuthentication. + + The fix for this issue should be added to Focal to allow users to

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-04-05 Thread Lena Voytek
** Description changed: [Impact] When using the "Match" phrase in sshd_config.d files, the configuration does not apply. This leads to failures in user-specific configurations such as with PasswordAuthentication. The fix for this issue should be added to Focal to allow users to

[Touch-packages] [Bug 2026307] Re: ssh-askpass-gnome pops up for every sudo command

2023-07-07 Thread Lena Voytek
Thanks for the bug report. I tested this on my system and can confirm this is an issue in Jammy, Kinetic, Lunar, and Mantic. I found this issue noted on the gnome gitlab here too - https://gitlab.gnome.org/GNOME/seahorse/-/issues/352 Based on the comments in that issue I was able to come up

[Touch-packages] [Bug 2026307] Re: ssh-askpass-gnome pops up for every sudo command

2023-07-11 Thread Lena Voytek
Hmm, I tested the workaround on lunar too just to make sure and it works for me. After the .desktop file is created the inhibitShortcutsDialog will show up one more time. Notably the description of the dialog box will change to contain the Name entry for the desktop file - in this case "GNOME

[Touch-packages] [Bug 2012298] Re: PasswordAuthenticaion in sshd_config.d

2023-05-10 Thread Lena Voytek
Here's the result of me running through the test with the new version: $ lxc launch images:ubuntu/focal test-ssh-focal $ lxc exec test-ssh-focal bash # cat

[Touch-packages] [Bug 2018091] Re: Merge net-tools from Debian unstable for mantic

2023-05-10 Thread Lena Voytek
** Changed in: net-tools (Ubuntu) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/2018091 Title: Merge net-to

[Touch-packages] [Bug 2064431] Re: Merge net-tools from Debian unstable for oracular

2024-05-01 Thread Lena Voytek
** Changed in: net-tools (Ubuntu) Assignee: (unassigned) => Lena Voytek (lvoytek) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to net-tools in Ubuntu. https://bugs.launchpad.net/bugs/2064431 Title: Merge net-to