[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2021-06-30 Thread Dan Streetman
please reopen if this is still an issue

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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


[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2019-04-22 Thread Andreas Hasenack
** Changed in: libvirt (Ubuntu)
   Status: New => Triaged

** Changed in: libvirt (Ubuntu)
   Importance: Undecided => High

** Changed in: libvirt (Ubuntu)
   Importance: High => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  New

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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


[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2019-04-15 Thread Dimitri John Ledkov
https://www.redhat.com/archives/libvir-list/2019-April/msg00987.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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


[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2019-04-15 Thread Dimitri John Ledkov
https://github.com/systemd/systemd/pull/12321

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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


[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2019-04-15 Thread Dimitri John Ledkov
Ack. Also DPM mode has LPAR UUID we should be using.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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


[Touch-packages] [Bug 1824810] Re: use host uuid on kvm on power too

2019-04-15 Thread Christian Ehrhardt 
On s390x it only uses sysinfo for systemd-detect-virt,
  src/basic/virt.c:306:r = get_proc_field("/proc/sysinfo", "VM00 
Control Program", 
  WHITESPACE, );

but there also the Host UUID is exposed:
  $ cat /proc/sysinfo
  VM00 UUID:0804001f-c45f-4345-994f-9fec048e822e

There it also seems not used to (re-)generate a machine ID consistently:

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1824810

Title:
  use host uuid on kvm on power too

Status in libvirt package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  use host uuid on kvm on power too

  On power, the qemu uuid is exposed as
  /sys/firmware/devicetree/base/vm,uuid and should be used like
  /sys/class/dmi/id/product_uuid is used on x86.

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

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