Comment 25 for bug 527369

Revision history for this message
Bryce Harrington (bryce) wrote : Re: [Bug 527369] Re: sudo lshw causes console to turn blue on dell inspiron 1011

On Wed, Mar 17, 2010 at 10:14:29PM -0000, Jason Herne wrote:
> 512251 is fixed in the upstream development release.
>
> Can someone who can recreate the terminal color problem please download
> the latest lshw and see if you can recreate the problem?
>
> If you have subversion installed you can obtain the code via this command:
> svn co http://ezix.org/source/packages/lshw/development lshw
>
> Then simply make the software like so:
> cd lshw
> make
>
> To test:
> sudo ./lshw

Thanks for the cookie cutter directions. I repro'd the bug with the
stock lshw on my test hw, then downloaded the lshw using the svn string
you provided, built the code, and then ran:

 sudo ./src/lshw

Exactly the same corruption occurred on the screen.

But I can confirm that with the svn version the lastmountpoint parameter
does not show non-ascii characters, as the stock lucid version does.

Bryce