[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2020-07-13 Thread Lucas Ignacio Quequesana Lagos
hi, i got a similar problem when run "sudo lshw -c memory" here the output: root@l4cus:/home/l4cus# lshw -c memory *-memory descripción: Memoria de sistema id físico: 40 ranura: Placa de sistema o placa base tamaño: 8GiB *-bank:0 descripción: DIMM DDR3

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2020-01-10 Thread Brian Murray
Thanks for digging into the bug and submitting a patch upstream. Please let us know if it gets accepted, thanks! ** Changed in: lshw (Ubuntu) Importance: Undecided => Low ** Changed in: lshw (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2020-01-08 Thread Benno Schulenberg
Confirmed. Attached patch has been sent to the upstream maintainer. It fixes the bug for me. (Tested against lshw from git.) ** Patch added: "avoid calling gettext("")"

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2020-01-08 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/1597886 Title:

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2016-07-01 Thread Sebastien Bacher
thanks, it looks like a code bug then, if the string is empty it shouldn't try to translate it... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597886 Title: Strange Launchpad data appears on

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2016-07-01 Thread Byte Commander
@Sebastien Bacher of course, thanks for your response. My default locale is: $ echo $LANG en_GB.UTF-8 And here's the output of lshw with C locale: $ LANG=C sudo lshw -c memory [... info about CPU cache and firmware removed ...] *-memory description: System Memory physical id:

[Bug 1597886] Re: Strange Launchpad data appears on empty memory banks

2016-07-01 Thread Sebastien Bacher
Thank you for your bug report, gettext usually does that when trying to translate an empty string ... could you start the command under a C locale and copy the output? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.