[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060437

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

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060437

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

Status in linux package in Ubuntu:
  New

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060004

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

Status in linux package in Ubuntu:
  New

Bug description:
  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
  7af1e0aceeb321cbc90fcf6fa0bec8870290377f, please fix it, thanks.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060437

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

Status in linux package in Ubuntu:
  New

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060004

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

Status in linux package in Ubuntu:
  New

Bug description:
  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
  7af1e0aceeb321cbc90fcf6fa0bec8870290377f, please fix it, thanks.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2060004

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

Status in linux package in Ubuntu:
  New

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1988023] Re: Could not switch uppercase/lowercase by using keyboard of laptop

2023-11-27 Thread shangsong
Hi Jeff,
  Any progress for this issue?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1988023

Title:
  Could not switch uppercase/lowercase by using keyboard of laptop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  1. Fresh install ubuntu server 22.04.1 on Lenovo server.
  2. Install console-data package 
  3. Get locale status: 
  # localectl status
 System Locale: LANG=en_US.UTF-8
 VC Keymap: n/a
X11 Layout: us
 X11 Model: pc105
  4. Fail to ist and set keymap with command "localectl", but the kmap file can 
be found in the /usr/share./keymaps/
  #localectl list-keymaps 
  Failed to read list of keymaps: No such file or directory 
  # localectl set-keymap us
  Failed to set keymap: Keymap us is not installed.
  # find /usr/ -name us.kmap.gz
  /usr/share/keymaps/i386/qwerty/us.kmap.gz 
  5. It need type "CapsLock" twice when want to switch uppercase/lowercase by 
using keyboard of laptop, not once, the other keyboard has no issue about it.
  # dumpkeys | grep -E "keymaps|58"
  keymaps 0-127
  keycode  58 = CtrlL_Lock 
  6. It can switch uppercase/lowercase normally after run command "loadkeys us".

  Please help check why need type twice "CapsLock" for switching 
uppercase/lowercase and how to fix it.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-08-29 (0 days ago)
  InstallationMedia: Ubuntu-Server 22.04.1 LTS "Jammy Jellyfish" - Release 
amd64 (20220809)
  MachineType: Lenovo ThinkSystem SR630 V2
  Package: systemd 249.11-0ubuntu3.4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-43-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro
  ProcVersionSignature: Ubuntu 5.15.0-43.46-generic 5.15.39
  SystemdFailedUnits:
   Error: command ['systemctl', 'status', '--full', '●'] failed with exit code 
4: Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use 
systemd-escape?).
   Unit \xe2\x97\x8f.service could not be found.
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2022
  dmi.bios.release: 1.30
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE118I-1.30
  dmi.board.asset.tag: none
  dmi.board.name: 7Z70CTO1WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 1.80
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE118I-1.30:bd04/21/2022:br1.30:efr1.80:svnLenovo:pnThinkSystemSR630V2:pvr05:rvnLenovo:rn7Z70CTO1WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z70CTO1WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkSystem SR630 V2
  dmi.product.sku: 7Z70CTO1WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1988023] Re: Could not switch uppercase/lowercase by using keyboard of laptop

2023-10-24 Thread shangsong
6. It can switch uppercase/lowercase normally after run command
"loadkeys us".

where do you run that command? On the laptop, or on the remote machine
via the xcc console? In other words, where are you changing the keymap?

The detail steps is below:
1. Install package console-data(This is necessary);
2. Run the command "loadkeys us" at any console(No matter laptop, xcc console, 
or any shell console)
3. At this time, it can switch uppercase/lowercase normally via xcc console. 
You also can aware of the change via the output of command 'dumpkeys | grep -E 
"keymaps|58"', the previous keycode58 is from CtrlL_Lock to Caps_Lock.

You also can get the reproduce environment via command "loadkeys cz"

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1988023

Title:
  Could not switch uppercase/lowercase by using keyboard of laptop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  1. Fresh install ubuntu server 22.04.1 on Lenovo server.
  2. Install console-data package 
  3. Get locale status: 
  # localectl status
 System Locale: LANG=en_US.UTF-8
 VC Keymap: n/a
X11 Layout: us
 X11 Model: pc105
  4. Fail to ist and set keymap with command "localectl", but the kmap file can 
be found in the /usr/share./keymaps/
  #localectl list-keymaps 
  Failed to read list of keymaps: No such file or directory 
  # localectl set-keymap us
  Failed to set keymap: Keymap us is not installed.
  # find /usr/ -name us.kmap.gz
  /usr/share/keymaps/i386/qwerty/us.kmap.gz 
  5. It need type "CapsLock" twice when want to switch uppercase/lowercase by 
using keyboard of laptop, not once, the other keyboard has no issue about it.
  # dumpkeys | grep -E "keymaps|58"
  keymaps 0-127
  keycode  58 = CtrlL_Lock 
  6. It can switch uppercase/lowercase normally after run command "loadkeys us".

  Please help check why need type twice "CapsLock" for switching 
uppercase/lowercase and how to fix it.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-08-29 (0 days ago)
  InstallationMedia: Ubuntu-Server 22.04.1 LTS "Jammy Jellyfish" - Release 
amd64 (20220809)
  MachineType: Lenovo ThinkSystem SR630 V2
  Package: systemd 249.11-0ubuntu3.4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-43-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro
  ProcVersionSignature: Ubuntu 5.15.0-43.46-generic 5.15.39
  SystemdFailedUnits:
   Error: command ['systemctl', 'status', '--full', '●'] failed with exit code 
4: Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use 
systemd-escape?).
   Unit \xe2\x97\x8f.service could not be found.
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 04/21/2022
  dmi.bios.release: 1.30
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE118I-1.30
  dmi.board.asset.tag: none
  dmi.board.name: 7Z70CTO1WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 1.80
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE118I-1.30:bd04/21/2022:br1.30:efr1.80:svnLenovo:pnThinkSystemSR630V2:pvr05:rvnLenovo:rn7Z70CTO1WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z70CTO1WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkSystem SR630 V2
  dmi.product.sku: 7Z70CTO1WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Re: Cannot setup status IPv6 address for the specific network during installation

2023-06-20 Thread shangsong
Hi Jeff,
  Now only RHEL/Fedora can support ipv6 address via kernel parameter "ip=", 
SUSE use another boot parameter("hostip=") to set ipv6 address.
  My request is looking for a method to set static ipv6 address for the 
specified mac address during boot, like set static ipv4 address. Is it possible 
on Ubuntu OS? If yes, please provide the boot options on Ubuntu OSes, thanks.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Re: Cannot setup status IPv6 address for the specific network during installation

2023-05-05 Thread shangsong
ipconfig: can't parse IP address '[2002'
ipconfig: can't parse IP address '[2002'
ipconfig: can't parse IP address '[2002'
ipconfig: can't parse IP address '[2002'

** Attachment added: "casper.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2018443/+attachment/5671148/+files/casper.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] acpidump.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671147/+files/acpidump.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] WifiSyslog.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671146/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] ProcCpuinfoMinimal.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671142/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] UdevDb.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/2018443/+attachment/5671145/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] ProcModules.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671144/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] ProcInterrupts.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671143/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] ProcCpuinfo.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671141/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Lsusb-t.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671139/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Lsusb-v.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671140/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Lsusb.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/2018443/+attachment/5671138/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Lspci-vt.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671137/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Lspci.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/2018443/+attachment/5671136/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] HookError_ubuntu.txt

2023-05-05 Thread shangsong
apport information

** Attachment added: "HookError_ubuntu.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671135/+files/HookError_ubuntu.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 1.470.2
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
  MachineType: Lenovo ThinkAgile VX7330-N Appliance
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
  ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-60-generic N/A
   linux-backports-modules-5.15.0-60-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.10
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-60-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/30/2023
  dmi.bios.release: 1.51
  dmi.bios.vendor: Lenovo
  dmi.bios.version: AFE122I-1.51
  dmi.board.asset.tag: none
  dmi.board.name: 7Z62CTO3WW
  dmi.board.vendor: Lenovo
  dmi.board.version: 05
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 23
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: none
  dmi.ec.firmware.release: 2.20
  dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
  dmi.product.family: ThinkSystem
  dmi.product.name: ThinkAgile VX7330-N Appliance
  dmi.product.sku: 7Z62CTO3WW
  dmi.product.version: 05
  dmi.sys.vendor: Lenovo

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2018443] Re: Cannot setup status IPv6 address for the specific network during installation

2023-05-05 Thread shangsong
apport information

** Tags added: apport-collected jammy uec-images

** Description changed:

Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help to
  check if is the usage for IPv6 incorrect or provide the solution about
  IPv6.
  
  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/
  
- Kernel parameters for IPv6(Fail): ksdevice=bootif
- BOOTIF=68:05:ca:44:03:87
- ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
+ Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
+ --- 
+ ProblemType: Bug
+ AlsaDevices:
+  total 0
+  crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
+  crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
+ AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
+ ApportVersion: 2.20.11-0ubuntu82.3
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: N/A
+ CasperMD5json:
+  {
+"result": "skip"
+  }
+ CasperVersion: 1.470.2
+ DistroRelease: Ubuntu 22.04
+ IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
+ LiveMediaBuild: Ubuntu-Server 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230217.1)
+ MachineType: Lenovo ThinkAgile VX7330-N Appliance
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=linux
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=C.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 mgag200drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz fsck.mode=skip ksdevice=bootif 
BOOTIF=BC:97:E1:1F:62:3C ip=[2002:97b:c2bb:830:10:240:210:31]:::64:::none ---
+ ProcVersionSignature: Ubuntu 5.15.0-60.66-generic 5.15.78
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-60-generic N/A
+  linux-backports-modules-5.15.0-60-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.10
+ RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
+ Tags:  jammy uec-images
+ Uname: Linux 5.15.0-60-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/30/2023
+ dmi.bios.release: 1.51
+ dmi.bios.vendor: Lenovo
+ dmi.bios.version: AFE122I-1.51
+ dmi.board.asset.tag: none
+ dmi.board.name: 7Z62CTO3WW
+ dmi.board.vendor: Lenovo
+ dmi.board.version: 05
+ dmi.chassis.asset.tag: none
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: Lenovo
+ dmi.chassis.version: none
+ dmi.ec.firmware.release: 2.20
+ dmi.modalias: 
dmi:bvnLenovo:bvrAFE122I-1.51:bd03/30/2023:br1.51:efr2.20:svnLenovo:pnThinkAgileVX7330-NAppliance:pvr05:rvnLenovo:rn7Z62CTO3WW:rvr05:cvnLenovo:ct23:cvrnone:sku7Z62CTO3WW:
+ dmi.product.family: ThinkSystem
+ dmi.product.name: ThinkAgile VX7330-N Appliance
+ dmi.product.sku: 7Z62CTO3WW
+ dmi.product.version: 05
+ dmi.sys.vendor: Lenovo

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/2018443/+attachment/5671134/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif  BOOTIF=68:05:ca:44:03:87 
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 May  5 15:55 seq
   crw-rw+ 1 root audio 116, 33 May  5 15:55 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5json:
   {
 "result": "skip"
   }
  CasperVersion: 

[Kernel-packages] [Bug 2018443] [NEW] Cannot setup status IPv6 address for the specific network during installation

2023-05-03 Thread shangsong
Public bug reported:

  Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
address via kernel parameters for the specific network MAC address,
below solution can work for IPv4, but IPv6 will be failed with the
message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help to
check if is the usage for IPv6 incorrect or provide the solution about
IPv6.

Kernel parameters for IPv4(Pass): ksdevice=bootif
BOOTIF=68:05:ca:44:03:87
ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
net;s=http://XX.XX.XX.XX/

Kernel parameters for IPv6(Fail): ksdevice=bootif
BOOTIF=68:05:ca:44:03:87
ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2018443

Title:
  Cannot setup status IPv6 address for the specific network during
  installation

Status in linux package in Ubuntu:
  New

Bug description:
Try to install Ubuntu server 20.04/22.04 and setup static IPv4/IPv6
  address via kernel parameters for the specific network MAC address,
  below solution can work for IPv4, but IPv6 will be failed with the
  message “ipconfig: can’t parse IP address ‘ens3f1,[2002”, please help
  to check if is the usage for IPv6 incorrect or provide the solution
  about IPv6.

  Kernel parameters for IPv4(Pass): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=10.10.10.120::10.10.10.1:255.255.255.010.10.10.1  ds=nocloud-
  net;s=http://XX.XX.XX.XX/

  Kernel parameters for IPv6(Fail): ksdevice=bootif
  BOOTIF=68:05:ca:44:03:87
  ip=[2002:97b:c2bb:830:10:240:210:31]:::64::eno1:none

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1988023] Re: Could not switch uppercase/lowercase by using keyboard of laptop

2022-08-29 Thread shangsong
** Package changed: linux (Ubuntu) => systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1988023

Title:
  Could not switch uppercase/lowercase by using keyboard of laptop

Status in systemd package in Ubuntu:
  New

Bug description:
  1. Fresh install ubuntu server 22.04.1 on Lenovo server.
  2. Install console-data package 
  3. Get locale status: 
  # localectl status
 System Locale: LANG=en_US.UTF-8
 VC Keymap: n/a
X11 Layout: us
 X11 Model: pc105
  4. Fail to ist and set keymap with command "localectl", but the kmap file can 
be found in the /usr/share./keymaps/
  #localectl list-keymaps 
  Failed to read list of keymaps: No such file or directory 
  # localectl set-keymap us
  Failed to set keymap: Keymap us is not installed.
  # find /usr/ -name us.kmap.gz
  /usr/share/keymaps/i386/qwerty/us.kmap.gz 
  5. It need type "CapsLock" twice when want to switch uppercase/lowercase by 
using keyboard of laptop, not once, the other keyboard has no issue about it.
  # dumpkeys | grep -E "keymaps|58"
  keymaps 0-127
  keycode  58 = CtrlL_Lock 
  6. It can switch uppercase/lowercase normally after run command "loadkeys us".

  Please help check why need type twice "CapsLock" for switching
  uppercase/lowercase and how to fix it.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1988023] [NEW] Could not switch uppercase/lowercase by using keyboard of laptop

2022-08-29 Thread shangsong
Public bug reported:

1. Fresh install ubuntu server 22.04.1 on Lenovo server.
2. Install console-data package 
3. Get locale status: 
# localectl status
   System Locale: LANG=en_US.UTF-8
   VC Keymap: n/a
  X11 Layout: us
   X11 Model: pc105
4. Fail to ist and set keymap with command "localectl", but the kmap file can 
be found in the /usr/share./keymaps/
#localectl list-keymaps 
Failed to read list of keymaps: No such file or directory 
# localectl set-keymap us
Failed to set keymap: Keymap us is not installed.
# find /usr/ -name us.kmap.gz
/usr/share/keymaps/i386/qwerty/us.kmap.gz 
5. It need type "CapsLock" twice when want to switch uppercase/lowercase by 
using keyboard of laptop, not once, the other keyboard has no issue about it.
# dumpkeys | grep -E "keymaps|58"
keymaps 0-127
keycode  58 = CtrlL_Lock 
6. It can switch uppercase/lowercase normally after run command "loadkeys us".

Please help check why need type twice "CapsLock" for switching
uppercase/lowercase and how to fix it.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1988023

Title:
  Could not switch uppercase/lowercase by using keyboard of laptop

Status in systemd package in Ubuntu:
  New

Bug description:
  1. Fresh install ubuntu server 22.04.1 on Lenovo server.
  2. Install console-data package 
  3. Get locale status: 
  # localectl status
 System Locale: LANG=en_US.UTF-8
 VC Keymap: n/a
X11 Layout: us
 X11 Model: pc105
  4. Fail to ist and set keymap with command "localectl", but the kmap file can 
be found in the /usr/share./keymaps/
  #localectl list-keymaps 
  Failed to read list of keymaps: No such file or directory 
  # localectl set-keymap us
  Failed to set keymap: Keymap us is not installed.
  # find /usr/ -name us.kmap.gz
  /usr/share/keymaps/i386/qwerty/us.kmap.gz 
  5. It need type "CapsLock" twice when want to switch uppercase/lowercase by 
using keyboard of laptop, not once, the other keyboard has no issue about it.
  # dumpkeys | grep -E "keymaps|58"
  keymaps 0-127
  keycode  58 = CtrlL_Lock 
  6. It can switch uppercase/lowercase normally after run command "loadkeys us".

  Please help check why need type twice "CapsLock" for switching
  uppercase/lowercase and how to fix it.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1972814

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

Status in subiquity package in Ubuntu:
  New

Bug description:
  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?

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1968716

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

Status in linux package in Ubuntu:
  Incomplete
Status in subiquity package in Ubuntu:
  New

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1968716

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

Status in linux package in Ubuntu:
  Incomplete
Status in subiquity package in Ubuntu:
  New

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1968716

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

Status in linux package in Ubuntu:
  Incomplete
Status in subiquity package in Ubuntu:
  New

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1968716

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

Status in linux package in Ubuntu:
  Incomplete
Status in subiquity package in Ubuntu:
  New

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1937295

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

Status in subiquity:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux source package in Impish:
  Fix Released
Status in linux source package in Jammy:
  Fix Released

Bug description:
  [Impact]

  A hardware partner discovered they were unable to install Ubuntu on
  some servers using VROC setups.  They point to this issue involving
  DMAR that is blocking discovery of the VROC RAID devices:

  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2565e5b69c44b4e42469afea3cc5a97e74d1ed45

  `git bisect` points to this offending commit ee81ee84f873 ("PCI:
  vmd: Disable MSI-X remapping when possible"), which disables VMD MSI
  remapping. The IOMMU hardware blocks the compatibility format
  interrupt request because Interrupt Remapping Enable Status (IRES) and
  Extended Interrupt Mode Enable (EIME) are enabled. Please refer to
  section "5.1.4 Interrupt-Remapping Hardware Operation" in Intel VT-d
  spec.

  To fix the issue, VMD driver still enables the interrupt remapping
  irrespective of VMD_FEAT_CAN_BYPASS_MSI_REMAP if the IOMMU subsystem
  enables the interrupt remapping.

  [Fix]

  2565e5b69c44 PCI: vmd: Do not disable MSI-X remapping if interrupt
  remapping is enabled by IOMMU

  [Test Plan]

  1. Boot into VRoC controller in uEFI Setup and create a raid10 disk.
  2. Install affected Ubuntu release on the RAID10.
  3. The system hangs at "Partitions formatting 33%".

  [Where problems could occur]

  The fix itself is a very small change to drivers/pci/controller/vmd.c
  and problems should not occur. The root cause was discovered by the
  hardware partner's engineers, who tested and submitted it upstream
  where it was accepted and landed in 5.16.

  That said, I doubt this will fix 18.04.6 as it would require a respin
  to get the patched kernel onto the ISO.  20.04 should pick it up in
  ISO in 20.04.5, so there could still be the initial issue since those
  ISOs would be lacking the patched kernel.

  [Other Info]

  As noted, this would need to not only land in the kernel but land in
  the kernel in the ISO to resolve the issue in the installation
  process.  I'll bring this back as far as Focal with the expectation
  that while 20.04.4 is too late, it will be present using the GA kernel
  in 20.04.5 later on.

  *

  Original Bug Summary:

  A hardware partner has been testing 18.04 subiquity images on their
  servers with VROC enabled and configured in a RAID 10 setup.

  In their own words:
  Steps to reproduce:

  1. Boot into VRoC controller in uEFI Setup and create a raid10
  disk.

  2. Install Ubuntu  18.04.5 on the RAID10.

  3. The system hangs at "Partitions formatting 33%".

  After looking at the launchpad
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896578/), the
  fix was included in the updated kernel.

     [Quotes from the launchpad]

    The released kernels are:

    Hirsute: 5.11.0-22-generic
    Groovy: 5.8.0-59-generic
    Focal: 5.4.0-77-generic
    Bionic: 4.15.0-147-generic

  I've asked them to also confirm this on 20.04.2, and check that
  20.04.3 dailies fix the issue.

  It is at least a very reasonable hypothesis that this will also break
  on all current ISO installs as none of them are respun once released
  to include updated SRUs in the installation media.  This currently
  affects 20.04.2 but that will be resolved shortly when 20.04.3
  releases as the GA and HWE kernels in that image should have the SRU
  that fixes this issue. However, 18.04 has no further releases, and
  even the 18.04.5 daily-live and daily images on cdimages.ubuntu.com
  are not built after 18.04.5 was released.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1960392

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

Status in subiquity:
  New
Status in linux package in Ubuntu:
  Invalid

Bug description:
  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"

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1937295

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

Status in subiquity:
  Invalid
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  In Progress

Bug description:
  [Impact]

  A hardware partner discovered they were unable to install Ubuntu on
  some servers using VROC setups.  They point to this issue involving
  DMAR that is blocking discovery of the VROC RAID devices:

  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2565e5b69c44b4e42469afea3cc5a97e74d1ed45

  `git bisect` points to this offending commit ee81ee84f873 ("PCI:
  vmd: Disable MSI-X remapping when possible"), which disables VMD MSI
  remapping. The IOMMU hardware blocks the compatibility format
  interrupt request because Interrupt Remapping Enable Status (IRES) and
  Extended Interrupt Mode Enable (EIME) are enabled. Please refer to
  section "5.1.4 Interrupt-Remapping Hardware Operation" in Intel VT-d
  spec.

  To fix the issue, VMD driver still enables the interrupt remapping
  irrespective of VMD_FEAT_CAN_BYPASS_MSI_REMAP if the IOMMU subsystem
  enables the interrupt remapping.

  [Fix]

  2565e5b69c44 PCI: vmd: Do not disable MSI-X remapping if interrupt
  remapping is enabled by IOMMU

  [Test Plan]

  1. Boot into VRoC controller in uEFI Setup and create a raid10 disk.
  2. Install affected Ubuntu release on the RAID10.
  3. The system hangs at "Partitions formatting 33%".

  [Where problems could occur]

  The fix itself is a very small change to drivers/pci/controller/vmd.c
  and problems should not occur. The root cause was discovered by the
  hardware partner's engineers, who tested and submitted it upstream
  where it was accepted and landed in 5.16.

  That said, I doubt this will fix 18.04.6 as it would require a respin
  to get the patched kernel onto the ISO.  20.04 should pick it up in
  ISO in 20.04.5, so there could still be the initial issue since those
  ISOs would be lacking the patched kernel.

  [Other Info]

  As noted, this would need to not only land in the kernel but land in
  the kernel in the ISO to resolve the issue in the installation
  process.  I'll bring this back as far as Focal with the expectation
  that while 20.04.4 is too late, it will be present using the GA kernel
  in 20.04.5 later on.

  *

  Original Bug Summary:

  A hardware partner has been testing 18.04 subiquity images on their
  servers with VROC enabled and configured in a RAID 10 setup.

  In their own words:
  Steps to reproduce:

  1. Boot into VRoC controller in uEFI Setup and create a raid10
  disk.

  2. Install Ubuntu  18.04.5 on the RAID10.

  3. The system hangs at "Partitions formatting 33%".

  After looking at the launchpad
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896578/), the
  fix was included in the updated kernel.

     [Quotes from the launchpad]

    The released kernels are:

    Hirsute: 5.11.0-22-generic
    Groovy: 5.8.0-59-generic
    Focal: 5.4.0-77-generic
    Bionic: 4.15.0-147-generic

  I've asked them to also confirm this on 20.04.2, and check that
  20.04.3 dailies fix the issue.

  It is at least a very reasonable hypothesis that this will also break
  on all current ISO installs as none of them are respun once released
  to include updated SRUs in the installation media.  This currently
  affects 20.04.2 but that will be resolved shortly when 20.04.3
  releases as the GA and HWE kernels in that image should have the SRU
  that fixes this issue. However, 18.04 has no further releases, and
  even the 18.04.5 daily-live and daily images on cdimages.ubuntu.com
  are not built after 18.04.5 was released.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1960392

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

Status in subiquity:
  New
Status in linux package in Ubuntu:
  Invalid

Bug description:
  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"

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1960392

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

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  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"

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1960392

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

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  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"

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1960392

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

Status in linux package in Ubuntu:
  New

Bug description:
  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"

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1950306

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

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Bionic:
  Incomplete
Status in linux source package in Focal:
  Incomplete
Status in linux source package in Impish:
  Incomplete
Status in linux source package in Jammy:
  Incomplete

Bug description:
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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp