Month: May 2016
-
Fix (13)Permission denied access to * denied * because search permissions are missing on a component of the path
[core:error] [pid 25430] (13)Permission denied: [client 10.33.4.13:57108] AH00035: access to /el6/el-6-epel/ denied (filesystem path ‘/var/www/html/el6/el-6-epel’) because search permissions are missing on a component of the path check selinux
-
Reset HP/HPE iLO 4 password with CLI on Linux
File: Install hponcfg-4.6.0-0.x86_64.rpm , get it here: http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29 . Not available anymore? I made a base64 version of the thing here: http://pastebin.com/raw/XQyXBdCg . Run hponcfg -f pass.xml .
-
Simulate cron environment
Add this to your cron: 30 08 * * * env > ~/cronenv After it runs, do this: env – `cat ~/cronenv` /bin/sh via https://stackoverflow.com/questions/2135478/how-to-simulate-the-environment-cron-executes-a-script-with