  jlanci
join:2005-08-30 Staten Island, NY
| trouble with sysinfo
Hey guys I'm having some trouble with getting the sysinfo command to work in Ubuntu.
Can anyone tell me how I can view the output of the sysinfo command when ssh'd into my box? |
|
  koitsu Premium join:2002-07-16 Mountain View, CA
| The output there indicates the utility is trying to use GTK, which means more or less it's wanting to be run under a terminal that's run under X, or possibly talk to it.
Someone more familiar with sysinfo would have to comment. Either it's trying to talk "to" X (probably via the $DISPLAY variable), or X support needs to be disabled for the probe (maybe a command-line option?) -- Making life hard for others since 1977. I speak for myself and not my employer/affiliates of my employer. |
|
  jlanci
join:2005-08-30 Staten Island, NY
| you know what.. i ran sysinfo from the terminal in X and a gui version came up.. I am wonder if there is a way to just get a text based output so I can see the system specs if I happen to be ssh'd into the box.
I've searched everywhere and cannot find a solution. |
|
 pablo2525
join:2003-06-23 | Hi,
Have you looked at `/proc' There are oodles of data which may have the information you're seeking.
Cheers, -pablo -- openSUSE 11.1;KDE ISP: TekSavvy DSL; backhauled via a 6KM wireless link |
|
  ironwalker World Renowned Premium,MVM join:2001-08-31 Keansburg, NJ clubs: 1 edit | reply to jlanci The command does not return any output to the screen unless -q or -v are specified.
From; »osr600doc.sco.com/en/manADM/sysinfo.ADM.html |
|
  jlanci
join:2005-08-30 Staten Island, NY
1 edit | @pablo: Yes I've poked around in there a bit, but sysinfo has a shit load more information.
@ironwalker: Doesn't seem to work, see below:
|
|
  Kakalaky Premium join:2003-04-04 Broken Arrow, OK | reply to jlanci lshw will give you plenty of info on the hardware. |
|
  jlanci
join:2005-08-30 Staten Island, NY | sweet!! that'll do.. thanks |
|