[hobbit] BBWin problems
OK Here is my configuration at this point:
In the config file: <setting name="hostname" value="lielap28.eu.tiauto.com">
In the registry: lielap28.eu.tiauto.com
In bb-hosts: 0.0.0.0 lielap28.eu.tiauto.com # conn
lielap28.eu.tiauto.com is the FQDN of the machine where BBWin is installed. And it still does not work
Thanks
-----Original Message----- From: Jones, Jason (Altrincham) [mailto:JasonAS_Jones at mentor.com] Sent: vendredi 9 février 2007 11:00 To: hobbit at hswn.dk Subject: RE: [hobbit] BBWin problems
I think what he's getting at is the fact that you have .bbwin on the end so are you operating on the .bbwin domain? With bbwin you can specify the hostname by adding:
<setting name="hostname" value="FQDN" />
But by default it only uses the computer name. (maybe you can use %hostname%.domain I don't know, I use a cmd file to generate the bbwin.cfg so I don't have to type in each and every hostname.
Jason.
-----Original Message----- From: Marganne, Etienne [mailto:emarganne at be.tiauto.com] Sent: 09 February 2007 09:44 To: hobbit at hswn.dk Subject: RE: [hobbit] BBWin problems
What does look strange? The use of some kind of FQDN? I have read that there could be problems with BBWin clients and FQDN... I am right? Is there a solution?
Thank in advance.
Etienne Marganne TI Automotive
-----Original Message----- From: Johann Eggers [mailto:Johann.Eggers at teleatlas.com] Sent: vendredi 9 février 2007 10:35 To: hobbit at hswn.dk Subject: RE: [hobbit] BBWin problems
From: Marganne, Etienne [mailto:emarganne at be.tiauto.com] Sent: Freitag, 9. Februar 2007 10:20 To: hobbit at hswn.dk Subject: [hobbit] BBWin problems
Hello all,
I am currently testing BBWin and I have some problems. The bb-hostsvc.sh script returns an error:
Query string: bb-hostsvc.sh?HOST=emarganne.bbwin&SERVICE=info Results: Premature end of script headers: bb-hostsvc.sh
Beside that it does not display the other information like CPU, disk,... just like the BBWin client was not sending properly the information (and I am sure the bbdisplay is well configured, so is the registry key) or the information were misinterpreted by the server. Is there something to do on the server side (besides adding the new client in bb-hosts) to make it work with BBWin?
Thank you for any help on that topic.
Etienne Marganne TI Automotive
I had no problem using the BBWin client. Just install it on the machine, adapt the bbwin.cfg file and start the service. No change in bb-hosts needed...
B.t.w: The hostname in your query (HOST=emarganne.bbwin ) looks a little bit strange to me. Here is a sample query for a windows machine in my environment: http://my-hobbit-server/hobbit-cgi/bb-hostsvc.sh?HOST=adm02&SERVICE=info
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
Using the format In bb-hosts:
0.0.0.0 HOSTNAME (without domain) # ssh
the browser asks where to save bb-hostsvc.sh
Link-address: .../hobbit-cgi/bb-hostsvc.sh?HOST=hobbitzone&SERVICE=info Alt-text of the link is: info:green:0.0.0.0
I've already compared with another hobbit-server's configuration, but found no differences.
The mailing-list archive did not help (perhaps wrong search term?!).
When entering the IP-address instead of 0.0.0.0 (in bb-hosts) it works fine...
Any ideas?
Thanks in advance, Michael [hobbit-newbie!!]
On Fri, Feb 09, 2007 at 11:39:53AM +0100, Michael.Wiegard at materna.de wrote:
Using the format In bb-hosts:
0.0.0.0 HOSTNAME (without domain) # ssh
the browser asks where to save bb-hostsvc.sh
This is reported from time to time - usually with the "client data" links.
First check that your webserver has the hobbit-cgi directory configured as a "CGI" directory, i.e. it will run the bb-hostsvc.sh program rather than just downloading the shell script. If the bb-hostsvc.sh CGI works for some links but not for others, then that is not your problem.
In that case, it probably is a problem with the browser. If you do save the data to a file, I think you'll see that it is a perfectly valid HTML document that's been sent. Since the data sent from your webserver to your browser is HTML, and the webserver also sends a valid "content-type" header, your browser should present it as an HTML page, instead of asking you to save it.
Internet Explorer seems prone to this in some setups, whereas I haven't heard of it being an issue with Firefox. I suspect it is some security setting inside IE that triggers it - or perhaps it's just a bug.
As an example, this link http://www.hswn.dk/hobbit-cgi/bb-hostsvc.sh?HOST=localhost&SERVICE=info is the "info" column page for a host with no domain name and a 0.0.0.0 address in bb-hosts. Does that work in your browser?
Regards, Henrik
Hello Etienne,
Could you post your bbwin.cfg file ? Your hostname config looks good but may be something is wrong somewhere else.
You should check in the event viewer if there are any error from bbwin. Also, check that there are any firewall issues between your host and your hobbit server (with telnet or bbwincmd).
Etienne.
2007/2/9, Marganne, Etienne <emarganne at be.tiauto.com>:
OK Here is my configuration at this point:
In the config file: <setting name="hostname" value="lielap28.eu.tiauto.com">
In the registry: lielap28.eu.tiauto.com
In bb-hosts: 0.0.0.0 lielap28.eu.tiauto.com # conn
lielap28.eu.tiauto.com is the FQDN of the machine where BBWin is installed. And it still does not work
Thanks
-----Original Message----- From: Jones, Jason (Altrincham) [mailto:JasonAS_Jones at mentor.com] Sent: vendredi 9 février 2007 11:00 To: hobbit at hswn.dk Subject: RE: [hobbit] BBWin problems
I think what he's getting at is the fact that you have .bbwin on the end so are you operating on the .bbwin domain? With bbwin you can specify the hostname by adding:
<setting name="hostname" value="FQDN" />
But by default it only uses the computer name. (maybe you can use %hostname%.domain I don't know, I use a cmd file to generate the bbwin.cfg so I don't have to type in each and every hostname.
-- Etienne GRIGNON
participants (4)
-
emarganne@be.tiauto.com
-
etienne.grignon@gmail.com
-
henrik@hswn.dk
-
Michael.Wiegard@materna.de