[Bug 1948884] [NEW] casper interactive_netmount looks for the wrong url on 20.04.3

2021-10-26 Thread Keno Fischer
Public bug reported:

In
https://git.launchpad.net/ubuntu/+source/casper/tree/scripts/casper?id=57382352df0fd500aeb132bfd3373c8463a7b46d#n385,
casper attempts to construct the iso URL for an interactive_netmount as

```
case $DPKG_ARCH in
amd64)

server_url=https://releases.ubuntu.com/$UBUNTU_CODENAME/ubuntu-$VERSION_ID-live-server-$DPKG_ARCH.iso

desktop_url=https://releases.ubuntu.com/$UBUNTU_CODENAME/ubuntu-$VERSION_ID-desktop-$DPKG_ARCH.iso
;;
*)

server_url=http://cdimage.ubuntu.com/releases/$UBUNTU_CODENAME/release/ubuntu-$VERSION_ID-live-server-$DPKG_ARCH.iso

desktop_url=http://cdimage.ubuntu.com/releases/$UBUNTU_CODENAME/release/ubuntu-$VERSION_ID-desktop-$DPKG_ARCH.iso
;;
```

However, on Ubuntu 20.04.3, /etc/os-release in the initrd reads:

```
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
```

i.e. VERSION_ID is 20.04. For the above URL pattern to work, the VERSION_ID 
would have
to be 20.04.3. As a result, the interactive_netmount functionality fails with
a 404 on 20.04.3 unless the correct url is manually typed in.

** Affects: casper (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  casper interactive_netmount looks for the wrong url on 20.04.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1948884/+subscriptions


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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-02-22 Thread Keno Fischer
** Package changed: ubuntu => debian-installer (Ubuntu)

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

Title:
  Installing via IPv6 results in invalid netplan yaml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1751151/+subscriptions

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

[Bug 1751151] [NEW] Installing via IPv6 results in invalid netplan yaml

2018-02-22 Thread Keno Fischer
Public bug reported:

I installed ubuntu 17.10 using the mini iso. The network is IPv6 only, so I 
used that (successfully) to do a network install of ubuntu 17.10. However, the 
resulting system
was unreachable over the network. The installer generated 01-netcfg.yaml looked 
like:

```
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
enp24s0f0:
  addresses: [ :XXX:X:XX::XX:XX/112 ]
  gateway6: :XXX:X:XX::XX:X
  nameservers:
  search: [ X.XX ]
  addresses:
  - :XXX:X:X::X
```

However,

`netplan apply` complains:

`Invalid YAML at //etc/netplan/01-netcfg.yaml line 7 column 23: found
unexpected ':'`

This is remedied, by putting the ipv6 address into quotes, i.e.:
```
addresses: [ ":XXX:X:XX::XX:XX/112" ]
```

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1612254] [NEW] Debug Symbol Package missing

2016-08-11 Thread Keno Fischer
Public bug reported:

There does not appear to be a debug symbol package available for dash,
at least as of Ubuntu 16.04.

** Affects: dash (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Debug Symbol Package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dash/+bug/1612254/+subscriptions

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