[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-07-31 Thread Norbert
** Tags removed: disco eoan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes To manage notifications about this bug go to:

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-03-03 Thread Bug Watch Updater
** Changed in: lshw (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes To manage

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package lshw - 02.18-0.1ubuntu6.18.04.2 --- lshw (02.18-0.1ubuntu6.18.04.2) bionic; urgency=medium * Backported patches for NMVe support (LP: #1826737): - d/p/lp1826737-code-clean-up.patch - d/p/lp1826737-implement-NVMe-scanning.patch -

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package lshw - 02.18.85-0.3ubuntu2.20.04.1 --- lshw (02.18.85-0.3ubuntu2.20.04.1) focal; urgency=medium * Add cherry-picked patches for NMVe support (LP: #1826737): - d/p/lp1826737-code-clean-up.patch - d/p/lp1826737-implement-NVMe-scanning.patch

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-26 Thread Launchpad Bug Tracker
This bug was fixed in the package lshw - 02.18.85-0.3ubuntu2.20.10.1 --- lshw (02.18.85-0.3ubuntu2.20.10.1) groovy; urgency=medium * Add cherry-picked patches for NMVe support (LP: #1826737): - d/p/lp1826737-code-clean-up.patch - d/p/lp1826737-implement-NVMe-scanning.patch

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-22 Thread Victor Tapia
# VERIFICATION BIONIC $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" $ apt-cache policy lshw lshw: Installed: 02.18-0.1ubuntu6.18.04.2 Candidate: 02.18-0.1ubuntu6.18.04.2 Version table: ***

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-22 Thread Victor Tapia
# VERIFICATION FOCAL $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS" $ apt-cache policy lshw lshw: Installed: 02.18.85-0.3ubuntu2.20.04.1 Candidate: 02.18.85-0.3ubuntu2.20.04.1 Version

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-22 Thread Victor Tapia
# VERIFICATION GROOVY $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.10 DISTRIB_CODENAME=groovy DISTRIB_DESCRIPTION="Ubuntu 20.10" $ apt-cache policy lshw lshw: Installed: 02.18.85-0.3ubuntu2.20.10.1 Candidate: 02.18.85-0.3ubuntu2.20.10.1 Version table: ***

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
No worries, glad we figured it out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes To manage notifications about this bug go

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Stephen Boston
Yes. I had built from the source. lshw-B.02.18 and then lshw-02.18.85. I had enabled proposed but it had no effect. Perhaps I had downloaded too early? Anyway, after updating and trying as you suggest /usr/bin/lshw then everything works as expected. I hope this error did not cause too much

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin /usr/sbin is before /usr/bin, hence why it is called first. If I copy lshw from /usr/bin into /usr/sbin $ which lshw /usr/sbin/lshw so that would make sense (until I'm proven wrong).

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
My guess is that you have more than one 'lshw' on your system such as a compiled version (/usr/sbin) of 'lshw' and our Ubuntu package (/usr/bin), and when you are executing 'lshw' it calls the compiled one and not the one coming from our package. You can confirm it by doing : dpkg -S

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
At first glance, your lshw binary doesn't seem to come from our package. We ship the binary in /usr/bin, and your crash indicates: ExecutablePath: /usr/sbin/lshw -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
root@gtest:~# lsb_release -cs groovy root@gtest:~# dpkg -l | grep -i lshw ii lshw 02.18.85-0.3ubuntu2.20.10.1 amd64 information about hardware configuration root@gtest:~# dpkg -L lshw /. /usr /usr/bin /usr/bin/lshw /usr/share /usr/share/doc

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
'dpkg -i | grep -i lshw' will provide the version. We just want to confirm you were using the package found in groovy-proposed. It will be useful for Victor to download the right debug symbol. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
'dpkg -i | grep -i lswh' will provide the version. We just want to confirm you were using the package found in groovy-proposed. It will be useful for Victor to download the right debug symbol. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Stephen Boston
lshw -version unknown the latest version is B.02.18 ** Attachment added: "_usr_sbin_lshw.1000.crash" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5455307/+files/_usr_sbin_lshw.1000.crash -- You received this bug notification because you are a member of Ubuntu

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
The way I see your outputs, is that you only get the error when performing: lshw ? If it is the case, could you also run 'lshw' with super privileges for each class and report which one is coredumping ? That might help isolate the situation to a given class, and narrow down the situation.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
https://en.cppreference.com/w/cpp/error/exception/what Pointer to a null-terminated string with explanatory information. The pointer is guaranteed to be valid at least until the exception object from which it is obtained is destroyed, or until a non-const member function on the exception object

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Eric Desrochers
I can't reproduce neither on container nor baremetal. In addition to Victor, can you tell us on what type of platform it was run ? (baremetal, VM, container (priv/unpriv), ... ) ? - Eric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-21 Thread Victor Tapia
Hi Stephen, I haven't been able to reproduce the issue you are seeing. Is this happening with the version in -proposed (02.18.85-0.3ubuntu2.20.10.1)? Would you mind attaching the generated core dump to this bug so I can take a look at it? -- You received this bug notification because you are a

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-20 Thread Stephen Boston
Installed and ran the application. Although output for device is correct there is another issue. lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.10 Release:20.10 Codename: groovy As below lshw-B.02.18$ lshw WARNING: you should run

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-19 Thread Brian Murray
Hello Stephen, or anyone else affected, Accepted lshw into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lshw/02.18-0.1ubuntu6.18.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-19 Thread Brian Murray
Hello Stephen, or anyone else affected, Accepted lshw into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lshw/02.18.85-0.3ubuntu2.20.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Eric Desrochers
[sts-sponsors][groovy][focal][bionic] Sponsored. Thanks for your contribution Victor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Eric Desrochers
** Description changed: [Impact]  * NVMe devices are not recognized by lshw in Ubuntu [Test Case]  * Running "lshw -C disk" or "lshw -C storage" does not show NVMe devices.    Example: https://pastebin.ubuntu.com/p/FfKGNc7W6M/ [Where problems could occur]  * This

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Eric Desrochers
** Changed in: lshw (Ubuntu Groovy) Status: New => In Progress ** Changed in: lshw (Ubuntu Focal) Status: New => In Progress ** Changed in: lshw (Ubuntu Bionic) Status: New => In Progress ** Changed in: lshw (Ubuntu Bionic) Assignee: (unassigned) => Victor Tapia

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Victor Tapia
** Patch added: "lshw-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5452916/+files/lshw-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Victor Tapia
** Patch added: "lshw-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5452915/+files/lshw-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-14 Thread Victor Tapia
** Patch removed: "lshw-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5452323/+files/lshw-groovy.debdiff ** Patch removed: "lshw-focal.debdiff"

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-12 Thread Victor Tapia
** Patch added: "lshw-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5452324/+files/lshw-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-12 Thread Victor Tapia
** Patch added: "lshw-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5452323/+files/lshw-groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-07 Thread Launchpad Bug Tracker
This bug was fixed in the package lshw - 02.18.85-0.5ubuntu2 --- lshw (02.18.85-0.5ubuntu2) hirsute; urgency=medium * Add cherry-picked patches for NMVe support (LP: #1826737): - d/p/lp1826737-code-clean-up.patch - d/p/lp1826737-implement-NVMe-scanning.patch -

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2021-01-07 Thread Eric Desrochers
[sts-sponsors[hirsute] In the absence of a reply from Debian, I have sponsored the patchset in Hirsute. My preference would have been to have a version bump but nevertheless, the request to bump the version is still opened, and it's not too late for us to sync with Debian once done if this still

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes

2020-12-20 Thread Mathew Hodson
** Summary changed: - lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 ) + lshw does not list NVMe storage devices as "disk" nodes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-20 Thread Eric Desrochers
** Changed in: lshw (Ubuntu Hirsute) Status: Confirmed => In Progress ** Changed in: lshw (Ubuntu Hirsute) Assignee: (unassigned) => Victor Tapia (vtapia) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-20 Thread Eric Desrochers
[sts-sponsors][hirsute] I have reported a bug against debian/lshw: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=94 We could add the NVME support via cherrypick in active development release (hirsute) as proposed by my colleague Victor, but I would rather prefer to see lshw to bump

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-20 Thread Eric Desrochers
** Description changed: [Impact]  * NVMe devices are not recognized by lshw in Ubuntu [Test Case]  * Running "lshw -C disk" or "lshw -C storage" does not show NVMe devices.    Example: https://pastebin.ubuntu.com/p/FfKGNc7W6M/ [Where problems could occur]  * This

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-20 Thread Eric Desrochers
** Description changed: - [Impact] - * NVMe devices are not recognized by lshw in Ubuntu +  * NVMe devices are not recognized by lshw in Ubuntu [Test Case] - * Running "lshw -C disk" or "lshw -C storage" does not show NVMe devices. -Example:

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-19 Thread Eric Desrochers
** Tags added: sts-sponsor-slashd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 ) To manage

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-17 Thread Stephen Boston
Has this been corrected? in Ubuntu 20.10. [code] shw -c storage ... *-storage description: Non-Volatile memory controller product: NVMe SSD Controller SM951/PM951 ... [/code] The initial report suggests that NVME SSD should appear as 'disk' This would not be correct since NVME

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-17 Thread Mathew Hodson
** Changed in: lshw (Ubuntu Bionic) Importance: Undecided => Low ** Changed in: lshw (Ubuntu Focal) Importance: Undecided => Low ** Changed in: lshw (Ubuntu Hirsute) Importance: Undecided => Low ** Changed in: lshw (Ubuntu Groovy) Importance: Undecided => Low -- You received this

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-17 Thread Ubuntu Foundations Team Bug Bot
The attachment "lshw-hirsute.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-17 Thread Victor Tapia
** Patch added: "lshw-hirsute.debdiff" https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1826737/+attachment/5444545/+files/lshw-hirsute.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-12-17 Thread Victor Tapia
** Description changed: + + [Impact] + + * NVMe devices are not recognized by lshw in Ubuntu + + [Test Case] + + * Running "lshw -C disk" or "lshw -C storage" does not show NVMe devices. +Example: https://pastebin.ubuntu.com/p/FfKGNc7W6M/ + + [Where problems

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2020-11-30 Thread Shunde Zhang
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 ) To manage notifications about this

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lshw (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-27 Thread Stephen Boston
This shows as 'nothing to compare'. Of course it is your decision to make and your effort for which we are grateful. Thank you. However I want to go on record as protesting. An NVME storage device is a disk only so far as it is a tape. -- You received this bug notification because you are a

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-27 Thread Yuan-Chen Cheng
hmm, per check https://github.com/lyonel/lshw/pull/45https://github.com/lyonel/lshw/pull/45/commits/16e1d7b9e9a1aa69a59867de0aad6411c953fbfc/commits/16e1d7b9e9a1aa69a59867de0aad6411c953fbfc it belongs to both storage and disk class. ** Tags removed: oem-priority ** No longer affects:

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-26 Thread Stephen Boston
@Yuan - Thank you. For precedent in this issue can we look to the transition from tape to disk? Both are devices for persistent storage but each is in its own class. Now with NVM we have a third type of storage device so perhaps we should consider a new class. lshw is a hardware listing.

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-26 Thread Yuan-Chen Cheng
@Stephane, I am open to it. Here are all class current supported: system, bridge, memory, processor, address, storage, disk, tape, bus, network, display, input, printer, multimedia, communication, power, volume, generic Per quick check, NVME / SATA controller are belongs to storage

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-26 Thread Stephen Boston
I don't recall posting this bug that I don't think is a bug. NVM is not a disk so why should it be reported as a disk? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826737 Title: lshw does not

[Bug 1826737] Re: lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )

2019-10-26 Thread Yuan-Chen Cheng
Ref: https://github.com/lyonel/lshw/pull/45/commits/16e1d7b9e9a1aa69a59867de0aad6411c953fbfc ** Also affects: oem-priority Importance: Undecided Status: New ** Changed in: oem-priority Assignee: (unassigned) => Yuan-Chen Cheng (ycheng-twn) ** Changed in: oem-priority