cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
0
Helpful
3
Replies

var/tmp permission issues in LMS2.2

nawas
Level 4
Level 4

I have been having problm running SWIM job, I have found this in the debug,

DriverUtil.pl 510 {3/25/2004 15:26:1}: /var/tmp/aaaEUaaYc could not be opened for reading

DriverUtil.pl 525 {3/25/2004 15:26:1}: Lock/Unlock operation did not succeed

for 10.5.0.54

I'm under the impression that I need to tweak my var/tmp permission, my current permissions as follows, can any help me in the right direction? Thanks,

drwxr-xr-x root sys 1024 Mar 30 14:33 var

drwxr-xr-x root other 1024 Mar 30 10:17 tmp

3 Replies 3

guffe
Level 1
Level 1

Hi There

I have put the stickybit on the /var/tmp simply to avoid any problem so i have drwxrwxrwt and i works

Ho that solv you problem

Yep. That is correct. /var/tmp needs to be wide open, 777. To add a litter safenet on it, you may set the sticky bit on it

chmod 777 /var/tmp

chmod +t /var/tmp

Thanks guys, that helped.