I’m a newbie… I downloaded the 0.29 FOP tarball at asternic.org and followed the instructions on the Download tab. When I issue an “amportal restart” I get the error:
“chmod: cannot access `/var/www/html/panel/safe_opserver’: No such file or directory”
However safe_opserver is not included in the tarball.
I’m beginning to think that if I set use_amportal_conf=1 in op_server.cfg, then I need to create a safe_opserver file; and if I leave use_amportal_conf=0 then I need to do something like this:
cp init/op_panel_redhat.sh /etc/init.d/op_panel
chmod +x /etc/init.d/op_panel
vi /etc/init.d/op_panel
DAEMON=/usr/local/op_panel/op_server.pl
OPTIONS=“-d”
chkconfig --add op_panel
service op_panel start
However, I think that these are 2 independent ways to get op_server.pl to start and I should not be doing both. Am I on the right track?
Thanks!