[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] uid issues with condor master



12/27 15:33:10 DaemonCore: Command Socket at <0.0.0.0:32790>
That looks really suspicious to me. 0.0.0.0 is not normally a good IP 
address. Do you have problems in how your network configuration is set up.?
12/27 15:33:10 ERROR "default_daemon_name() returned NULL" at line 794 in file master.C
There are a few causes for this, none of which are documented. Condor 
tries to find the current user name as well as the host name, and if 
either fail, then you get this message.
-alain