[Bug 2060437] Re: The module ib_ipoib does not load automatically on ubuntu server 24.04

2024-04-25 Thread shangsong
root@ll:~# modprobe -v ib_ipoib
insmod 
/lib/modules/6.8.0-31-generic/kernel/drivers/infiniband/core/ib_cm.ko.zst 
insmod 
/lib/modules/6.8.0-31-generic/kernel/drivers/infiniband/ulp/ipoib/ib_ipoib.ko.zst
 
root@ll:~# 

After probe the module manually, the port can be shown with the command 'ip a'
7: ibs2f0:  mtu 4092 qdisc noop state DOWN group default 
qlen 256
link/infiniband 00:00:10:69:fe:80:00:00:00:00:00:00:b8:3f:d2:03:00:3c:55:1c 
brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff
altname ibp216s0f0
8: ibs2f1:  mtu 4092 qdisc noop state DOWN group default 
qlen 256
link/infiniband 00:00:11:69:fe:80:00:00:00:00:00:00:b8:3f:d2:03:00:3c:55:1d 
brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff
altname ibp216s0f1


** Attachment added: "sosreport and lsmod log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060437/+attachment/5770182/+files/ipoib_log.zip

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

Title:
  The module ib_ipoib does not load automatically on ubuntu server 24.04

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


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

[Bug 2060437] Re: The module ib_ipoib does not load automatically on ubuntu server 24.04

2024-04-24 Thread shangsong
The mellanox is "Nvidia ConnectX-7 NDR200/HDR QSFP112 2-port PCIe Gen5
x16 InfiniBand Adapter"

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

Title:
  The module ib_ipoib does not load automatically on ubuntu server 24.04

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


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

[Bug 2060004] Re: Fail to enable workqueue via accel-config under ubuntu server 24.04

2024-04-08 Thread shangsong
The issue cannot reproduce after set driver-name for wq. It can be
closed now.

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

Title:
  Fail to enable workqueue via accel-config under ubuntu server 24.04

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


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

[Bug 2060437] [NEW] The module ib_ipoib does not load automatically on ubuntu server 24.04

2024-04-08 Thread shangsong
Public bug reported:

1. Fresh install Ubuntu server 24.04 on a server with mellanox card and 
infiniband mode
2. As the module "ib_ipoib" does not load automatically, it fail to display the 
port via the command "ip a". The port can display after load manually.

Please help to fix it, thanks.

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

** Package changed: subiquity (Ubuntu) => linux (Ubuntu)

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

Title:
  The module ib_ipoib does not load automatically on ubuntu server 24.04

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


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

[Bug 2060004] Re: Fail to enable workqueue via accel-config under ubuntu server 24.04

2024-04-03 Thread shangsong
** Description changed:

  1. Fresh install Ubuntu server 24.04 on the thinksystem server;
  2. Add boot parameter "intel_iommu=on,sm_on" and restart
  3. Verify Intel Data Streaming Accelerator (DSA) functionality via 
accel-config command, it fail to enable workqueue:
  root@test:/# accel-config list
  []
  root@test:/# accel-config config-wq dsa0/wq0.0 --group-id=0
  root@test:/#  accel-config config-wq dsa0/wq0.0 --priority=5
  root@test:/# accel-config config-wq dsa0/wq0.0 --wq-size=8
  root@test:/# accel-config config-engine dsa0/engine0.0 --group-id=0
  root@test:/#  accel-config config-wq dsa0/wq0.0 --type=user
  root@test:/# accel-config config-wq dsa0/wq0.0 --name="dsa-test"
  root@test:/# accel-config config-wq dsa0/wq0.0 --mode=dedicated
  root@test:/#  accel-config enable-device dsa0
  enabled 1 device(s) out of 1
- root@test:/# 
+ root@test:/#
  root@test:/#  accel-config enable-wq dsa0/wq0.0
  failed in dsa0/wq0.0
  enabled 0 wq(s) out of 1
  Error[0x8020] dsa0/wq0.0: Unknown error
- root@test:/# 
+ root@test:/#
  
  After comparing the kernel source, the issue comes from
- c9d01179e185f72b20af7e37aa4308f4c7ca7eeb, please fix it, thanks.
+ 7af1e0aceeb321cbc90fcf6fa0bec8870290377f, please fix it, thanks.

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

Title:
  Fail to enable workqueue via accel-config under ubuntu server 24.04

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


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

[Bug 2060004] [NEW] Fail to enable workqueue via accel-config under ubuntu server 24.04

2024-04-02 Thread shangsong
Public bug reported:

1. Fresh install Ubuntu server 24.04 on the thinksystem server;
2. Add boot parameter "intel_iommu=on,sm_on" and restart
3. Verify Intel Data Streaming Accelerator (DSA) functionality via accel-config 
command, it fail to enable workqueue:
root@test:/# accel-config list
[]
root@test:/# accel-config config-wq dsa0/wq0.0 --group-id=0
root@test:/#  accel-config config-wq dsa0/wq0.0 --priority=5
root@test:/# accel-config config-wq dsa0/wq0.0 --wq-size=8
root@test:/# accel-config config-engine dsa0/engine0.0 --group-id=0
root@test:/#  accel-config config-wq dsa0/wq0.0 --type=user
root@test:/# accel-config config-wq dsa0/wq0.0 --name="dsa-test"
root@test:/# accel-config config-wq dsa0/wq0.0 --mode=dedicated
root@test:/#  accel-config enable-device dsa0
enabled 1 device(s) out of 1
root@test:/# 
root@test:/#  accel-config enable-wq dsa0/wq0.0
failed in dsa0/wq0.0
enabled 0 wq(s) out of 1
Error[0x8020] dsa0/wq0.0: Unknown error
root@test:/# 

After comparing the kernel source, the issue comes from
c9d01179e185f72b20af7e37aa4308f4c7ca7eeb, please fix it, thanks.

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

** Package changed: subiquity (Ubuntu) => linux (Ubuntu)

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

Title:
  Fail to enable workqueue via accel-config under ubuntu server 24.04

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


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

[Bug 1972814] [NEW] Ubuntu server 22.04 subiquity cannot detect intel VROC raid disk during legacy mode

2022-05-10 Thread shangsong
Public bug reported:

Fresh install ubuntu server 22.04 on the server with VROC raid, but legacy mode 
can not detect the VROC raid disk:
   1.For Legacy mode, installer does not detect VROC raid disk, 
but update subiquity to edge version, the VROC disk can display.

   2.For UEFI mode, default subiquity of ISO image can show the VROC raid disk 
directly.
   
Therefore, whether will merge the latest subiquity into the later ISO image? If 
yes, would you like give the merge schedule or when will the ISO be available?

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

** Package changed: linux (Ubuntu) => subiquity (Ubuntu)

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

Title:
  Ubuntu server 22.04 subiquity cannot detect intel VROC raid disk
  during legacy mode

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


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

[Bug 1968952] Re: subiquity crash when install ubuntu server 22.04 on server with multiple adapter

2022-04-22 Thread shangsong
It can pass with the ISO file released on "2022-04-21 06:14"

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

Title:
  subiquity crash when install ubuntu server 22.04 on server with
  multiple adapter

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


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

[Bug 1968952] Re: subiquity crash when install ubuntu server 22.04 on server with multiple adapter

2022-04-21 Thread shangsong
Hi Jeff,
 It is correct.
I has uploaded the integrated crash log(#1), the log should be helpful for 
getting more info.

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

Title:
  subiquity crash when install ubuntu server 22.04 on server with
  multiple adapter

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


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

[Bug 1968952] Re: subiquity crash when install ubuntu server 22.04 on server with multiple adapter

2022-04-21 Thread shangsong
When disconnect the network cable, it can be installed normally.
When the errror occur, enter terminal by using Ctrl+Alt+Fn, then type the 
command "sudo subiquity", it can be installed at this time.

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

Title:
  subiquity crash when install ubuntu server 22.04 on server with
  multiple adapter

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


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

[Bug 1968952] Re: subiquity crash when install ubuntu server 22.04 on server with multiple adapter

2022-04-13 Thread shangsong
Always fail to collect log by apport-collect, please help analyze the
crash log(#1) firstly.

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

Title:
  subiquity crash when install ubuntu server 22.04 on server with
  multiple adapter

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


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

[Bug 1968952] [NEW] subiquity crash when install ubuntu server 22.04 on server with multiple adapter

2022-04-13 Thread shangsong
Public bug reported:

Fresh install ubuntu server 22.04 on lenovo server with multiple adapter, but 
it display unknown error after choose "Choose type of install" and cannot 
continue.
Adapter info:
1.Intel Ethernet Server Adapter I350-T4
2.ThinkSystem 440-16e SAS/SATA PCIe Gen4 12Gb HBA
3.Emulex 01CV832 16Gb FC Single-port HBA
4.Broadcom 57504 10/25GbE SFP28 4-port PCIe Ethernet Adapter

Crash log:
 2022-04-13 23:03:40,784 ERROR subiquity.server.server:416 top level error
 Traceback (most recent call last):
   File 
"/snap/subiquity/3243/usr/lib/python3/dist-packages/aiohttp/connector.py", line 
829, in _resolve_host
 addrs = await \
   File 
"/snap/subiquity/3243/usr/lib/python3/dist-packages/aiohttp/resolver.py", line 
29, in resolve
 infos = await self._loop.getaddrinfo(
   File "/snap/subiquity/3243/usr/lib/python3.8/asyncio/base_events.py", line 
825, in getaddrinfo
 return await self.run_in_executor(
   File "/snap/subiquity/3243/usr/lib/python3.8/concurrent/futures/thread.py", 
line 57, in run
 result = self.fn(*self.args, **self.kwargs)
   File "/snap/subiquity/3243/usr/lib/python3.8/socket.py", line 918, in 
getaddrinfo
 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
 socket.gaierror: [Errno -3] Temporary failure in name resolution

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

** Attachment added: "crash log and screenshot"
   https://bugs.launchpad.net/bugs/1968952/+attachment/5580558/+files/crash.zip

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

Title:
  subiquity crash when install ubuntu server 22.04 on server with
  multiple adapter

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
Hi Jeff,
  Although now we can load the module manually when install with ISO.
But it is impossible for infiniband PXE installation. Therefore if there has a 
method to load the module automatically during installation or the future 
release can add the module into modprobe list?

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
Fail to run apport-collect, would you please check the sosreport
firstly?

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
Sorry for the following inaccurate decription:
3.The network port can be found after finish the installation.
-->The IB device can not be seen directly after the installation, it still need 
install package "rdma-core" (The package can not be found in the ISO image, 
install it via command "apt install rdma-core"), after check the package , it 
will generate /etc/rdma/modules/infiniband.conf and the config file will load 
ib_ipoib automatically when OS boot.

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
Hi Jeff,
  The IB device can be seen by installer subiquity after load ib_ipoib manually.

** Attachment added: "ib network port"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1968716/+attachment/5580263/+files/infiniband.jpg

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
The module ib_ipoib is not loaded during installation, is this an known
issue and whether there has already method to workaround it?

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] Re: The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
** Attachment added: "rhel 8.5 boot log"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1968716/+attachment/5579929/+files/rhel85.log

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1968716] [NEW] The infiniband port can not display during ubuntu server 22.04 installation

2022-04-12 Thread shangsong
Public bug reported:

1.Fresh install the ubuntu server 22.04 on Lenovo server with
"ThinkSystem Mellanox ConnectX-6 HDR100/100GbE QSFP56 2-port PCIe VPI
Adapter" and "infiniband mode"

2.The network port about infiniband(ibX) can not be found.

3.The network port can be found after finish the installation.

The other info:
The network port(ib0/ib1) can be detected during RHEL 8.5 installation

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

** Attachment added: "ubuntu server 22.04 sosreport under installation 
interface"
   
https://bugs.launchpad.net/bugs/1968716/+attachment/5579928/+files/sosreport-ubuntu-server-2022-04-12-qjqgazb.tar.xz

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

Title:
  The infiniband port can not display during ubuntu server 22.04
  installation

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


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

[Bug 1937295] Re: [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by IOMMU

2022-03-23 Thread shangsong
Hi Jeff,
  Now it fail to install Ubuntu server 22.04 with the latest ISO image, but it 
can pass after update subiquity to the latest. If the latest subiquitythe can 
be merged into ISO image?

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

Title:
  [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping
  is enabled by IOMMU

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


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

[Bug 1960392] Re: Ubuntu server 22.04 installation crash with intel VROC sata raid

2022-03-17 Thread shangsong
*** This bug is a duplicate of bug 1960926 ***
https://bugs.launchpad.net/bugs/1960926

It can pass with the latest edge subiquity

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

Title:
  Ubuntu server 22.04 installation crash with intel VROC sata raid

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


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

[Bug 1961758] Re: Fail to run tpm2 command under ubuntu server 22.04

2022-03-08 Thread shangsong
It can pass with "tpm2-openssl", thank you for your support.

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

Title:
  Fail to run tpm2 command under ubuntu server 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tpm2-tss-engine/+bug/1961758/+subscriptions


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

[Bug 1937295] Re: [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by IOMMU

2022-03-02 Thread shangsong
It does not reproduce after update linux 5.13.0-32.35 on impish.

** Attachment added: "dmesg and OS info"
   
https://bugs.launchpad.net/ubuntu/jammy/+source/linux/+bug/1937295/+attachment/5564971/+files/ubuntu2110.txt

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

Title:
  [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping
  is enabled by IOMMU

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


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

[Bug 1961758] [NEW] Fail to run tpm2 command under ubuntu server 22.04

2022-02-22 Thread shangsong
Public bug reported:

Reproduce steps:
1.Fresh install Ubuntu server 22.04 on lenovo server with TPM 2.0
2.Update software with apt update; apt upgrade, then install 
packages(tpm2-abrmd/tpm2-tools/tss2, and so on).
3.It return the same error after running command tpm2_clear or 
tpm2_createprimary:
# tpm2_clear
ERROR:esys_crypto:src/tss2-esys/esys_crypto_ossl.c:327:iesys_cryptossl_hmac_start()
 ErrorCode (0x00070001) EVP_PKEY_new_mac_key 
ERROR:esys_crypto:src/tss2-esys/esys_crypto.c:185:iesys_crypto_authHmac() Error 
ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/esys_iutil.c:1244:iesys_compute_hmac() HMAC error 
ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/esys_iutil.c:1354:iesys_gen_auths() Error while 
computing hmacs ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/api/Esys_Clear.c:188:Esys_Clear_Async() Error in 
computation of auth values ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/api/Esys_Clear.c:74:Esys_Clear() Error in async 
function ErrorCode (0x00070001) 
ERROR: Esys_Clear(0x70001) - esapi:Catch all for all errors not otherwise 
specified
ERROR: Unable to run tpm2_clear
#  tpm2_createprimary -c primary.ctx
ERROR:esys_crypto:src/tss2-esys/esys_crypto_ossl.c:327:iesys_cryptossl_hmac_start()
 ErrorCode (0x00070001) EVP_PKEY_new_mac_key 
ERROR:esys_crypto:src/tss2-esys/esys_crypto.c:185:iesys_crypto_authHmac() Error 
ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/esys_iutil.c:1244:iesys_compute_hmac() HMAC error 
ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/esys_iutil.c:1354:iesys_gen_auths() Error while 
computing hmacs ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/api/Esys_CreatePrimary.c:244:Esys_CreatePrimary_Async()
 Error in computation of auth values ErrorCode (0x00070001) 
ERROR:esys:src/tss2-esys/api/Esys_CreatePrimary.c:110:Esys_CreatePrimary() 
Error in async function ErrorCode (0x00070001) 
ERROR: Esys_CreatePrimary(0x70001) - esapi:Catch all for all errors not 
otherwise specified
ERROR: Unable to run tpm2_createprimary

** Affects: tpm2-tss-engine (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: subiquity (Ubuntu) => tpm2-tss-engine (Ubuntu)

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

Title:
  Fail to run tpm2 command under ubuntu server 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tpm2-tss-engine/+bug/1961758/+subscriptions


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

[Bug 1960926] Re: [VROC] Installation on RAID volume fails - ubuntu 22.04

2022-02-16 Thread shangsong
** Attachment added: "20.04 sosreport and journal info"
   
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1960926/+attachment/5561251/+files/20.04%20sosreport%20and%20journal.zip

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

Title:
  [VROC] Installation on RAID volume fails - ubuntu 22.04

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


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

[Bug 1960926] Re: [VROC] Installation on RAID volume fails - ubuntu 22.04

2022-02-15 Thread shangsong
** Attachment added: "ubuntu server 22.04 journal"
   
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1960926/+attachment/5561209/+files/2204_journal.txt

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

Title:
  [VROC] Installation on RAID volume fails - ubuntu 22.04

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


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

[Bug 1960926] Re: [VROC] Installation on RAID volume fails - ubuntu 22.04

2022-02-15 Thread shangsong
Hi Jeff,
  1: Just to confirm, you're seeing this on the 22.04 daily images?
  --> Yes
  2: does this also happen on 20.04?
  -->The latest 20.04 daily build can finish the installation successfully.

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

Title:
  [VROC] Installation on RAID volume fails - ubuntu 22.04

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


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

[Bug 1960392] Re: Ubuntu server 22.04 installation crash with intel VROC sata raid

2022-02-10 Thread shangsong
Does this happen every time?
-->Yes, recurrence rate 100%

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

Title:
  Ubuntu server 22.04 installation crash with intel VROC sata raid

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


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

[Bug 1960392] Re: Ubuntu server 22.04 installation crash with intel VROC sata raid

2022-02-09 Thread shangsong
Fail to run the command "apport-collect 1960392".
Please check if the sosreport of #1 is enough, thanks.

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

Title:
  Ubuntu server 22.04 installation crash with intel VROC sata raid

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


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

[Bug 1960392] Re: Ubuntu server 22.04 installation crash with intel VROC sata raid

2022-02-09 Thread shangsong
** Attachment added: "sosreport and screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960392/+attachment/5559923/+files/1960392.zip

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

Title:
  Ubuntu server 22.04 installation crash with intel VROC sata raid

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


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

[Bug 1960392] [NEW] Ubuntu server 22.04 installation crash with intel VROC sata raid

2022-02-09 Thread shangsong
Public bug reported:

Reproduce steps:
1.Setup raid 0 with 2 sata disks and intel VROC SATA controller.
2.Install Ubuntu server 22.04 with the latest image.
3.It crash with error "devices or container for raid must be specified"

** Affects: linux (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/1960392

Title:
  Ubuntu server 22.04 installation crash with intel VROC sata raid

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


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

[Bug 1950306] Re: Ubuntu server 21.10 and 22.04 installation crash with VROC raid10

2022-02-09 Thread shangsong
Fail to run command "apport-collect ".

Please check if the sosreport is enough for you


** Attachment added: "sosreport 22.04"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1950306/+attachment/5559922/+files/sosreport-ubuntu-server-1950306-2022-02-09-qxnqhqc.tar.xz

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

Title:
  Ubuntu server 21.10 and 22.04 installation crash with VROC raid10

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


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

[Bug 1950306] [NEW] Ubuntu server 21.10 and 22.04 installation crash with VROC raid10

2021-11-09 Thread shangsong
Public bug reported:

  Try to install ubuntu server 21.10 and 22.04 with VROC raid disk, the
raid disk can be identified and created partition normally, but it crash
when finish the configuration setup.

  Ubuntu server 18.04.6 cannot reproduce the issue, no matter DI-
installer or live installer.

  ubuntu desktop 18.04.6 only display the nvme disk, not VROC disk, when
it is on insalling.

** 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/1950306

Title:
  Ubuntu server 21.10 and 22.04 installation crash with VROC raid10

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


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

[Bug 1942039] [NEW] Ubuntu server 20.04 disk size is incorrect by the command fdisk

2021-08-30 Thread shangsong
Public bug reported:

1.Fresh install Ubuntu server 20.04.2 on lenovo server with 1.2TiB disk.
2.The installer display it 1.091TiB, but it display 1.9TiB by the command 
"fdisk -l".
3.Finsh the installation and boot into OS, it still display 1.9TiB as following:
# cat ./sos_commands/block/fdisk_-l_.dev.sdb
Disk /dev/sdb: 1.9 TiB, 1200243695616 bytes, 2344225968 sectors
Disk model: ST1200MM0088
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

The other things:
1.The ubuntu server 21.04 is normal at the same environment.
2.The latest ubuntu server 20.04 daily build can reproduce the issue.

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "sosreport and installer screenshot"
   
https://bugs.launchpad.net/bugs/1942039/+attachment/5521562/+files/log_screenshot.zip

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

Title:
  Ubuntu server 20.04 disk size is incorrect by the command fdisk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1942039/+subscriptions


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

[Bug 1934755] Re: Ubuntu server 20.04 installation will crash with http error 500

2021-07-06 Thread shangsong
Hi Jeff,
  So to confirm for BOTH 20.04 and 20.04.2, you are using the new Subiquity 
installer (The Ubuntu Server Live ISO available from ubuntu.com)?
==>Yes, both 20.04 and 20.04.2 use the LIVE ISO

Does the machine have internet access during installation?
==>Yes, it can access internet via http proxy.

The other thing, i can install the 20.04 via LIVE ISO successfully, but
not it fail with pxe installation

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

Title:
  Ubuntu server 20.04 installation will crash with http error 500

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

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

[Bug 1934755] [NEW] Ubuntu server 20.04 installation will crash with http error 500

2021-07-06 Thread shangsong
Public bug reported:

1.Install Ubuntu server 20.04 lts will crash with "
subiquity/Refresh/apply_autoinstall_config: FAIL: 500 Server Error:
Internal Server Error for url:
http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh"

2.Ubuntu 20.04.2 can be install with the same environment successfully.

Crash log:
2021-07-05 06:07:41,667 DEBUG urllib3.connectionpool:396 
https://geoip.ubuntu.com:443 "GET /lookup HTTP/1.1" 200 None
 2021-07-05 06:07:41,669 DEBUG urllib3.connectionpool:396 
https://geoip.ubuntu.com:443 "GET /lookup HTTP/1.1" 200 None
 2021-07-05 06:07:41,673 DEBUG root:39 finish: subiquity/Mirror/lookup: 
SUCCESS: 
 2021-07-05 06:08:20,070 DEBUG urllib3.connectionpool:396 http://localhost:None 
"GET /v2/find?select=refresh HTTP/1.1" 500 264
 2021-07-05 06:08:20,074 ERROR root:39 finish: 
subiquity/Refresh/check_for_update: FAIL: 500 Server Error: Internal Server 
Error for url: http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh
 2021-07-05 06:08:20,087 ERROR root:39 finish: 
subiquity/Refresh/apply_autoinstall_config: FAIL: 500 Server Error: Internal 
Server Error for url: http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh
 2021-07-05 06:08:20,090 DEBUG subiquitycore.core:248 _exception_handler 
HTTPError('500 Server Error: Internal Server Error for url: 
http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh',)
 2021-07-05 06:08:20,097 ERROR subiquitycore.core:688 Exception in 
controller.run():
 Traceback (most recent call last):
   File 
"/snap/subiquity/1772/lib/python3.6/site-packages/subiquitycore/core.py", line 
686, in run
 self.urwid_loop.run()
   File 
"/snap/subiquity/1772/usr/lib/python3/dist-packages/urwid/main_loop.py", line 
286, in run
 self._run()
   File 
"/snap/subiquity/1772/usr/lib/python3/dist-packages/urwid/main_loop.py", line 
384, in _run
 self.event_loop.run()
   File 
"/snap/subiquity/1772/usr/lib/python3/dist-packages/urwid/main_loop.py", line 
1484, in run
 reraise(*exc_info)
   File "/snap/subiquity/1772/usr/lib/python3/dist-packages/urwid/compat.py", 
line 58, in reraise
 raise value
   File "/snap/subiquity/1772/usr/lib/python3.6/asyncio/events.py", line 145, 
in _run
 self._callback(*self._args)
   File 
"/snap/subiquity/1772/lib/python3.6/site-packages/subiquitycore/async_helpers.py",
 line 26, in _done
 fut.result()
   File "/snap/subiquity/1772/lib/python3.6/site-packages/subiquity/core.py", 
line 374, in _apply
 await controller.apply_autoinstall_config()
   File 
"/snap/subiquity/1772/lib/python3.6/site-packages/subiquity/controllers/refresh.py",
 line 93, in apply_autoinstall_config
 await asyncio.wait_for(self.check_task.wait(), 60)
   File "/snap/subiquity/1772/usr/lib/python3.6/asyncio/tasks.py", line 358, in 
wait_for
 return fut.result()
   File 
"/snap/subiquity/1772/lib/python3.6/site-packages/subiquitycore/async_helpers.py",
 line 83, in wait
 return await self.task
   File 
"/snap/subiquity/1772/lib/python3.6/site-packages/subiquity/controllers/refresh.py",
 line 193, in check_for_update
 result = await self.app.snapd.get('v2/find', select='refresh')
   File "/snap/subiquity/1772/lib/python3.6/site-packages/subiquity/snapd.py", 
line 175, in get
 response.raise_for_status()
   File 
"/snap/subiquity/1772/usr/lib/python3/dist-packages/requests/models.py", line 
935, in raise_for_status
 raise HTTPError(http_error_msg, response=self)
 requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for 
url: http+unix://%2Frun%2Fsnapd.socket/v2/find?select=refresh

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "crash log & sosreport & autoinstall.yaml"
   
https://bugs.launchpad.net/bugs/1934755/+attachment/5509339/+files/ubuntu20.04.zip

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

Title:
  Ubuntu server 20.04 installation will crash with http error 500

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

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

[Bug 1663645] Re: Installation hangs at 66% "Installing GRUB boot loader"

2021-02-02 Thread shangsong
I can reproduce the issue when install 18.04 with HWE, the
workaround(Kill the dmsetup process or add GRUB_DISABLE_OS_PROBER=true
to the kernel options) can works.

  Whether will build the new os-prober(1.75) for fixing this issue or
not? If yes, what is the schedule?

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

Title:
  Installation hangs at 66% "Installing GRUB boot loader"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1663645/+subscriptions

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

[Bug 1908497] Re: Ubuntu server 18.04.5 txt-stat is false at whitley platform

2021-01-04 Thread shangsong
Hi Jeff,
  1.It still fail on 20.04 with tboot version 1.9.7-0ubuntu2;
  2.Download the 21.04 daily build,it will reboot automatically when boot from 
tboot 1.9.12,
but it can pass after "apt-get upgrade".

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

Title:
  Ubuntu server 18.04.5 txt-stat is false at whitley platform

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

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

[Bug 1908497] Re: Ubuntu server 18.04.5 txt-stat is false at whitley platform

2020-12-17 Thread shangsong
For the latest UEFI, only latest tboot(1.10.0) can pass.

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

Title:
  Ubuntu server 18.04.5 txt-stat is false at whitley platform

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

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

[Bug 1908497] [NEW] Ubuntu server 18.04.5 txt-stat is false at whitley platform

2020-12-17 Thread shangsong
Public bug reported:

Steps:
1.Fresh install ubuntu 18.04.5 with HWE kernel at whitley platform under legacy 
mode;
2.Install tboot package and boot from tboot kernel;
3.Check the status of tboot via the command "txt-stat":
 TXT measured launch: FALSE
 secrets flag set: FALSE
4.Compile the latest tboot(1.9.12) from 
"https://sourceforge.net/projects/tboot/files/;;
5.Boot from tboot 1.9.12  and check the tboot status is TRUE:
  TXT measured launch: TRUE
  secrets flag set: TRUE


Expected result:
After update the tboot package and the txt-stat status can be true.

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

** Attachment added: "serial over lan log(fail) and pass log(tboot 1.9.12)"
   https://bugs.launchpad.net/bugs/1908497/+attachment/551/+files/tboot.zip

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

Title:
  Ubuntu server 18.04.5 txt-stat is false at whitley platform

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

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