mjbeverley / inxi

Automatically exported from code.google.com/p/inxi
0 stars 0 forks source link

SSH command errors. (ArcherSeven finding obscure coding fun-ness) #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Be ArcherSeven
2.Try to do something obscure
3.Report error.

What is the expected output? What do you see instead?
Correct.    Correct + error message.

What version of the product are you using? On what operating system?
various.   Arch Linux, mostly.

Please paste your inxi output below.

---one---
22:17:34 <ArcherSeven> /exec -o ssh arch-dino inxi -c0
22:17:40 <ArcherSeven> /usr/bin/inxi: line 1599: qdbus: command not found
22:17:40 <ArcherSeven> CPU[-Single core Mobile Pentium II (UP) clocked at 
92.052 Mhz-] Kernel[-2.6.32-ARCH i686-] Up[-12 days-] Mem[-25.6/248.4MB-] 
HDD[-20.0GB(5.2% used)-] Procs[-54-] Client[-PPID="31056" - empty?-] inxi[-
1.3.14-]

---two---
[max@arch-server:~]$ ssh arch-desktop inxi -c0
*Unrelated data / network info removed: ssh info*
max@arch-desktop's password: 
Could not connect to D-Bus server: 
org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch 
terminated abnormally with the following error: Autolaunch error: X11 
initialization failed.

CPU[-Quad core Intel Core2 Quad Q6600 (SMP) clocked at 2400.000 Mhz-] 
Kernel[-2.6.33-ARCH x86_64-] Up[-7:03-] Mem[-463.6/3959.9MB-] HDD[-
1006.2GB(38.7% used)-] Procs[-184-] Client[-PPID="9956" - empty?-] inxi[-
1.4.8-]

---three--- (this one is correct, run on an "ssh login")
[max@arch-server:~]$ inxi -c0
CPU[-Single core AMD Athlon 64 3200+ (UP) clocked at 2193.867 Mhz-] 
Kernel[-2.6.32-ARCH x86_64-] Up[-10 days-] Mem[-154.9/1487.0MB-] HDD[-
40.0GB(9.4% used)-] Procs[-88-] Client[-Shell-] inxi[-1.4.1-]

---four--- (the first one I found, same thing run as an "ssh command")

[max@arch-desktop:~]$ ssh arch-server inxi -s -c0
/usr/bin/inxi: line 1626: qdbus: command not found
Sensors:   System Temperatures: cpu: 46.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: N/A

---remarks--- flags don't seem to matter.  email me at archermmb@aim.com 
for more info if needed.

Original issue reported on code.google.com by archerse...@gmail.com on 10 Apr 2010 at 3:28