Flash Operator Panel Error

I keep getting this error whenever I go to the flash operator panel page:

Error loading configuration file variables.txt?aldope=28123

Any ideas how I can fix this? For some reason the variables.txt file is not being created in /panel.

cubber wrote:

[quote] Any ideas how I can fix this? For some reason the variables.txt file is not being created in /panel.
[/quote]
Sounds like the op_server.pl is not running. That’s what creates the
variables.txt file for you.

cYa,
Avi


National Manager - Special Projects

< Sydney / Melbourne / Canberra / Hobart / London />
2/340 Gore Street T: 1 3000 SQUIZ (77849)
Fitzroy, VIC T: +61 (0) 3 9235 5400
3065 F: +61 (0) 3 9235 5444
W: http://www.squiz.net/

…>> Open Source - Own it - Squiz.net …/>


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

that worked, but how do I get it to start when it is supposed to instead of manually starting it whenever I want to use it?

cubber wrote:

[quote] that worked, but how do I get it to start when it is supposed to instead of manually starting it whenever I want to use it?
[/quote]
It should be started automatically by the amportal script:

/usr/sbin/amportal start

This will also check permissions and start Asterisk for you.

cYa,
Avi


National Manager - Special Projects

< Sydney / Melbourne / Canberra / Hobart / London />
2/340 Gore Street T: 1 3000 SQUIZ (77849)
Fitzroy, VIC T: +61 (0) 3 9235 5400
3065 F: +61 (0) 3 9235 5444
W: http://www.squiz.net/

…>> Open Source - Own it - Squiz.net …/>


Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

when i run /usr/sbin/amportal start i get this:

SETTING FILE PERMISSIONS
Permissions OK

STARTING ASTERISK
Asterisk is already running

STARTING FOP SERVER
this account is currently not available.
safe_opserver: no process killed


The FOP’s server (op_server.pl) could not start!
Please correct this problem

Permisions? but what account is supposed to be used by the FOP server?

[quote=“cubber”]when i run /usr/sbin/amportal start i get this:

SETTING FILE PERMISSIONS
Permissions OK

STARTING ASTERISK
Asterisk is already running

STARTING FOP SERVER
this account is currently not available.
safe_opserver: no process killed


The FOP’s server (op_server.pl) could not start!
Please correct this problem

Permisions? but what account is supposed to be used by the FOP server?[/quote]

Looks like your distribution has set the shell for the asterisk user to /usr/sbin/nologin, change it to /bin/bash.