apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1986987/+attachment/5609834/+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/1986987

Title:
  network interface down/up removes local lookup table from routing
  policy db

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi, the IRC guys suggested to file a bug here with 'linux'.

  # cat /proc/version_signature
  Ubuntu 5.15.0-46.49-generic 5.15.39

  Description:    Ubuntu 22.04.1 LTS
  Release:        22.04

  
  I'm not able to attach the lspci output - but it's happening on various 
hardware flavors (intel i350 nic, mellanox connectx-6, xeon/epyc cpu's, etc) so 
it doesn't look hardware related. If you want to know something hardware 
specific let me know.

  
  $ ip rule show 
  100:    from all lookup local
  32766:  from all lookup main
  32767:  from all lookup default

  $ ping localhost -c3
  PING localhost (127.0.0.1) 56(84) bytes of data.
  64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.044 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.050 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.050 ms

  --- localhost ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 2040ms
  rtt min/avg/max/mdev = 0.044/0.048/0.050/0.003 ms

  $ ip link set dev eno1 down

  $ ip link set dev eno1 up

  $ ip rule show 
  32766:  from all lookup main
  32767:  from all lookup default
  ====> NO LOCAL 

  $ ping localhost -c3
  PING localhost (127.0.0.1) 56(84) bytes of data.

  --- localhost ping statistics ---
  3 packets transmitted, 0 received, 100% packet loss, time 2051ms

  $ ip rule add from all lookup local pref 100

  $ ip rule show 
  100:    from all lookup local
  32766:  from all lookup main
  32767:  from all lookup default

  $ ping localhost -c3
  PING localhost (127.0.0.1) 56(84) bytes of data.
  64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.066 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.054 ms
  64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.050 ms

  --- localhost ping statistics ---
  3 packets transmitted, 3 received, 0% packet loss, time 2024ms
  rtt min/avg/max/mdev = 0.050/0.056/0.066/0.006 ms
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw---- 1 root audio 116,  1 Aug 19 00:02 seq
   crw-rw---- 1 root audio 116, 33 Aug 19 00:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.1
  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
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-07-01 (48 days ago)
  InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220421)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  MachineType: Supermicro Super Server
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-46-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro mitigations=off
  ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-46-generic N/A
   linux-backports-modules-5.15.0-46-generic  N/A
   linux-firmware                             20220329.git681281e4-0ubuntu3.4
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-46-generic x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: False
  dmi.bios.date: 04/14/2017
  dmi.bios.release: 5.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2.0b
  dmi.board.asset.tag: Default string
  dmi.board.name: X10DRD-i
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 17
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.0b:bd04/14/2017:br5.6:svnSupermicro:pnSuperServer:pvr0123456789:rvnSupermicro:rnX10DRD-i:rvr1.00:cvnSupermicro:ct17:cvr0123456789:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Super Server
  dmi.product.sku: Default string
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1986987/+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

Reply via email to