Multiple errors : bbretest-net.sh, No such file - http/https tests requires a full URL - Invalid timespec
Hi,
I'm running a fresh install of Hobbit 4.2.0 on a fresh Linux 2.6. I have noticed a couple of errors after a log rotation :
First error is this : 2008-02-05 13:40:41 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:41:43 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:42:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:43:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory -> Normal, there is no "bbretest-net.sh" around, is this issue famous around ? Is there a way to get "bbretest-net.sh" ?
Now, second huge error : 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL
Here is an extract of my config bb-hosts : 1.2.3.4 server1 # conn ssh http "http://intranet.latecoere.gl.local/" DOWNTIME=1:0000:0600:Backup+ 5.6.7.8 server2 # conn ssh https nosslcert "https://server2.latecoere.gl.local/"
-> Any ideas where could come from the errors ?
Finaly, the last question : 2008-02-05 13:43:19 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:19 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:22 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:22 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:24 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:24 Bad timespec (missing colon or wrong weekdays): 1
Here is my bb-hosts configuration file : 1.2.3.4 server1 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.5 server2 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.6 server3 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.7 server4 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP
Did I configured something wrong ?
Thanks you very much by advance
LMJ
Hi again,
Anyone could be help me out with those issues please ?
Thx!
Le Tue, 05 Feb 2008 13:56:35 +0100, linuxmasterjedi at free.fr a écrit :
Hi,
I'm running a fresh install of Hobbit 4.2.0 on a fresh Linux 2.6. I have noticed a couple of errors after a log rotation :
First error is this : 2008-02-05 13:40:41 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:41:43 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:42:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:43:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory -> Normal, there is no "bbretest-net.sh" around, is this issue famous around ? Is there a way to get "bbretest-net.sh" ?
Now, second huge error : 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL
Here is an extract of my config bb-hosts : 1.2.3.4 server1 # conn ssh http "http://intranet.latecoere.gl.local/" DOWNTIME=1:0000:0600:Backup+ 5.6.7.8 server2 # conn ssh https nosslcert "https://server2.latecoere.gl.local/"
-> Any ideas where could come from the errors ?
Finaly, the last question : 2008-02-05 13:43:19 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:19 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:22 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:22 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:24 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:24 Bad timespec (missing colon or wrong weekdays): 1
Here is my bb-hosts configuration file : 1.2.3.4 server1 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.5 server2 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.6 server3 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.7 server4 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP
Did I configured something wrong ?
Thanks you very much by advance LMJTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I'm pretty sure you want to drop the double quotes around the HTTP url in bb-hosts. Can you perform a
ls -l /home/users/hobbit/application/server/ext/bbretest-net.sh and namei -mx /home/users/hobbit/application/server/ext/bbretest-net.sh
and post the output here?
On 2/7/08, L.M.J <linuxmasterjedi at free.fr> wrote:
Hi again,
Anyone could be help me out with those issues please ?
Thx!
Le Tue, 05 Feb 2008 13:56:35 +0100, linuxmasterjedi at free.fr a écrit :
Hi,
I'm running a fresh install of Hobbit 4.2.0 on a fresh Linux 2.6. I have noticed a couple of errors after a log rotation :
First error is this : 2008-02-05 13:40:41 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:41:43 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:42:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:43:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory -> Normal, there is no "bbretest-net.sh" around, is this issue famous around ? Is there a way to get "bbretest-net.sh" ?
Now, second huge error : 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL
Here is an extract of my config bb-hosts : 1.2.3.4 server1 # conn ssh http " http://intranet.latecoere.gl.local/" DOWNTIME=1:0000:0600:Backup+ 5.6.7.8 server2 # conn ssh https nosslcert "https://server2.latecoere.gl.local/"
-> Any ideas where could come from the errors ?
Finaly, the last question : 2008-02-05 13:43:19 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:19 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:22 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:22 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:24 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:24 Bad timespec (missing colon or wrong weekdays): 1
Here is my bb-hosts configuration file : 1.2.3.4 server1 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.5 server2 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.6 server3 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.7 server4 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP
Did I configured something wrong ?
Thanks you very much by advance LMJTo unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
I'm pretty sure you want to drop the double quotes around the HTTP url in bb-hosts. Can you perform a ls -l /home/users/hobbit/application/server/ext/bbretest-net.sh and namei -mx /home/users/hobbit/application/server/ext/bbretest-net.sh and post the output here?
Hi,
Here is the output concerning the first error "bbretest-net.sh': No such file or directory" As you can see, I don't have any bbretest-net.sh there or in the whole server.
# ls -l /home/users/hobbit/application/server/ext/bbretest-net.sh
ls: /home/users/hobbit/application/server/ext/bbretest-net.sh: No
such file or directory
# namei -mx /home/users/hobbit/application/server/ext/bbretest-net.sh
f: /home/users/hobbit/application/server/ext/bbretest-net.sh
drwxr-xr-x /
Drwxr-xr-x home
drwxr-xr-x users
drwxr-xr-x hobbit
drwxr-xr-x application
drwxr-xr-x server
drwxrwxr-x ext
? bbretest-net.sh - No such file or directory (2)
Hi again,
Anyone could be help me out with those issues please ?
Thx!
Le Tue, 05 Feb 2008 13:56:35 +0100, linuxmasterjedi at free.fr a écrit :
Hi,
I'm running a fresh install of Hobbit 4.2.0 on a fresh Linux 2.6. I have noticed a couple of errors after a log rotation :
First error is this : 2008-02-05 13:40:41 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:41:43 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:42:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory 2008-02-05 13:43:45 Could not start task bbretest using command '/home/users/hobbit/application/server/ext/bbretest-net.sh': No such file or directory ->> Normal, there is no "bbretest-net.sh" around, is this issue famous around ? Is there a way to get "bbretest-net.sh" ?
Now, second huge error : 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL 2008-02-05 13:41:07 http/https tests requires a full URL
Here is an extract of my config bb-hosts : 1.2.3.4 server1 # conn ssh http "http://intranet.latecoere.gl.local/" DOWNTIME=1:0000:0600:Backup+ 5.6.7.8 server2 # conn ssh https nosslcert "https://server2.latecoere.gl.local/"
->> Any ideas where could come from the errors ?
Finaly, the last question : 2008-02-05 13:43:19 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:19 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:22 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:22 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:24 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:24 Bad timespec (missing colon or wrong weekdays): 1
Here is my bb-hosts configuration file : 1.2.3.4 server1 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.5 server2 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.6 server3 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.7 server4 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP
Did I configured something wrong ?
Thanks you very much by advance LMJ
L.M.J. wrote:
Here is the output concerning the first error "bbretest-net.sh': No such file or directory" As you can see, I don't have any bbretest-net.sh there or in the whole server.
ls -l /home/users/hobbit/application/server/ext/bbretest-net.sh ls:
/home/users/hobbit/application/server/ext/bbretest-net.sh: No such file or directory
namei -mx /home/users/hobbit/application/server/ext/bbretest-net.sh
f: /home/users/hobbit/application/server/ext/bbretest-net.sh drwxr-xr-x / Drwxr-xr-x home drwxr-xr-x users drwxr-xr-x hobbit drwxr-xr-x application drwxr-xr-x server drwxrwxr-x ext ? bbretest-net.sh - No such file or directory (2)
So, your installation has failed - you'll need to get hobbit successfully built and installed before moving any further.
What distro are you running? The paths sound odd, on all my hobbit servers the hobbit lives in /usr/lib/hobbit -
I'm guessing you started with a tarball rather than a hobbit package, and chose a custom install path. At any rate I'd suggest looking closely at the build log for obvious errors - it could be you're missing some basic tools or libraries required to build hobbit.
Joe
Le Fri, 08 Feb 2008 00:27:46 -0800, Joe Sloan <joe at tmsusa.com> a écrit :
L.M.J. wrote:
Here is the output concerning the first error "bbretest-net.sh': No such file or directory" As you can see, I don't have any bbretest-net.sh there or in the whole server.
ls -l /home/users/hobbit/application/server/ext/bbretest-net.sh ls:
/home/users/hobbit/application/server/ext/": No such file or directory
namei -mx /home/users/hobbit/application/server/ext/bbretest-net.sh
f: /home/users/hobbit/application/server/ext/bbretest-net.sh drwxr-xr-x / Drwxr-xr-x home drwxr-xr-x users drwxr-xr-x hobbit drwxr-xr-x application drwxr-xr-x server drwxrwxr-x ext ? bbretest-net.sh - No such file or directory (2)
So, your installation has failed - you'll need to get hobbit successfully built and installed before moving any further.
What distro are you running? The paths sound odd, on all my hobbit servers the hobbit lives in /usr/lib/hobbit -
I'm guessing you started with a tarball rather than a hobbit package, and chose a custom install path. At any rate I'd suggest looking closely at the build log for obvious errors - it could be you're missing some basic tools or libraries required to build hobbit.
Joe
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I'm running Ubuntu 64 bits Gutsy. I've compiled it by myself. The path is not a regular one because I've created a Hobbit user in our NIS and the default path of new users is "/home/users/hobbit/" I've found "bbretest-net.sh" next to the compilation repository. This one is fixed.
So, my last problem is this one : 2008-02-05 13:43:19 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:19 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:22 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:22 Bad timespec (missing colon or wrong weekdays): 1 2008-02-05 13:43:24 Invalid timespec - expected 4 digits, got: 'BackUP' 2008-02-05 13:43:24 Bad timespec (missing colon or wrong weekdays): 1
Here is my bb-hosts configuration file : 1.2.3.4 server1 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.5 server2 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.6 server3 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP 1.2.3.7 server4 # conn ssh DOWNTIME=60:2300:2359:BackUP,1:0000:0500:BackUP
Did I configured something wrong ?
Thanks you very much by advance
LMJ
participants (3)
-
joe@tmsusa.com
-
josh@imaginenetworksllc.com
-
linuxmasterjedi@free.fr