Hi Todd,
Hummm... it does not work...
The script is named teste1.sh, it's chmod'ed 777. The contents are:
#!/bin/sh
echo "works" >> /tmp/itisworking.txt
The submission file is
####################
#
# submit description file
# Example 1: queuing multiple jobs with differing
# command line arguments and output files.
# Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
#################### Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ
                                    Â
Executable   = teste1.sh                         ÂÂ
Universe    = standard
                                    Â
Arguments   Â= 1                       ÂÂ
Output Â= foo.out1 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ
Error  = foo.err1
QueueÂ
All the logs are empty at the end.
The result of the ShadowLog is
12/02/17 06:56:08 (?.?) (81788):*******************************************
12/02/17 06:56:08 (?.?) (81788):uid=0, euid=122, gid=0, egid=131
12/02/17 06:56:08 (?.?) (81788):Hostname = "<xxx.xxx.xxx.xxx:17345?addrs=xxx.xxx.xxx.xxx-17345>", Job = 39.0
12/02/17 06:56:08 (39.0) (81788):Requesting Primary Starter
12/02/17 06:56:08 (39.0) (81788):Shadow: Request to run a job was ACCEPTED
12/02/17 06:56:08 (39.0) (81788):Shadow: RSC_SOCK connected, fd = 17
12/02/17 06:56:08 (39.0) (81788):Shadow: CLIENT_LOG connected, fd = 18
12/02/17 06:56:08 (39.0) (81788):My_Filesystem_Domain = "my domain"
12/02/17 06:56:08 (39.0) (81788):My_UID_Domain = "my domain"
12/02/17 06:56:08 (39.0) (81788):Can't get address for checkpoint server host (NULL): No such file or directory
12/02/17 06:56:08 (39.0) (81788): Entering pseudo_get_file_stream
12/02/17 06:56:08 (39.0) (81788): file = "/var/lib/condor/spool/39/cluster39.ickpt.subproc0"
12/02/17 06:56:08 (39.0) (81788):Shadow: Job 39.0 exited, termsig = 0, coredump = 128, retcode = 0
12/02/17 06:56:08 (39.0) (81788):user_time = 0 ticks
12/02/17 06:56:08 (39.0) (81788):sys_time = 0 ticks
12/02/17 06:56:08 (39.0) (81788):Shadow: Cannot notify user( Condor Job 39.0, tavares, w )
12/02/17 06:56:08 (39.0) (81788):Static Policy: removing job because OnExitRemove has become true
12/02/17 06:56:08 (39.0) (81788):********** Shadow Exiting(102) **********
(xxx.xxx.xxx.xxx is my IP for the external network - eth0; 192.168.0.2 is the internal IP - eth1)
Is there any other relevant log or anything else that I should look for?
Thanks!
Roberto