[Bug 2054470] Re: NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and 20.04

2024-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package nbd - 1:3.23-3ubuntu1.22.04.1

---
nbd (1:3.23-3ubuntu1.22.04.1) jammy; urgency=medium

  * Cherry-pick "Don't disallow dots in /etc/nbdtab hostnames"
(5750003711b8050bad3d) to accept IPv4 addresses on /etc/nbdtab.
(LP: #2054470)
- nbdtab_lexer.c: Update.

 -- Sergio Durigan Junior   Wed, 21 Feb
2024 15:41:05 -0500

** Changed in: nbd (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054470

Title:
  NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2054470/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054470] Re: NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and 20.04

2024-03-04 Thread Sergio Durigan Junior
Performing the verification on Jammy.

First, checking that the issue can be triggered:

# apt policy nbd-client 
nbd-client:
  Installed: 1:3.23-3ubuntu1
  Candidate: 1:3.23-3ubuntu1
  Version table:
 *** 1:3.23-3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status
nbd-server:
  Installed: 1:3.23-3ubuntu1
  Candidate: 1:3.23-3ubuntu1
  Version table:
 *** 1:3.23-3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status

# nbd-client nbd0
parse error parsing /etc/nbdtab: syntax errorERROR: no valid configuration for 
specified device found

Now, verifying that the package from -proposed fixes the bug:

# apt policy nbd-client nbd-server 
nbd-client:
  Installed: 1:3.23-3ubuntu1.22.04.1
  Candidate: 1:3.23-3ubuntu1.22.04.1
  Version table:
 *** 1:3.23-3ubuntu1.22.04.1 500
500 http://archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 
Packages
100 /var/lib/dpkg/status
 1:3.23-3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
nbd-server:
  Installed: 1:3.23-3ubuntu1.22.04.1
  Candidate: 1:3.23-3ubuntu1.22.04.1
  Version table:
 *** 1:3.23-3ubuntu1.22.04.1 500
500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 1:3.23-3ubuntu1 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

# nbd-client nbd0
Negotiation: ..size = 1048576MB
Connected /dev/nbd0


This concludes the verification on Jammy.

** 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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054470

Title:
  NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2054470/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054470] Re: NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and 20.04

2024-03-01 Thread Timo Aaltonen
Hello Thiago, or anyone else affected,

Accepted nbd into jammy-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/nbd/1:3.23-3ubuntu1.22.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: nbd (Ubuntu Jammy)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054470

Title:
  NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2054470/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054470] Re: NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and 20.04

2024-02-28 Thread Thiago Martins
Oops, wrong bug report. Ignore my previous message.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054470

Title:
  NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2054470/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054470] Re: NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and 20.04

2024-02-28 Thread Thiago Martins
Hi Sergio,

Thank you for taking the taking to troubleshoot this!

I forgot to mention another step I took:

```
echo nbd > /etc/modules-load.d/nbd.conf
```

Perhaps there's also a need to `update-initramfs -k all -u`?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054470

Title:
  NBD Client Fails to Parse /etc/nbdtab Correctly on Ubuntu 22.04 and
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nbd/+bug/2054470/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs