Licensing issue (SOLVED)

Hi All,

I have urchased a license for FOP2 and run the command to register it. I ahve PBX in a Flash installed as a full KVM vm on a proxmox host and this is hte error I get when running the registration command

root@pbx:~ $ /usr/local/fop2/fop2_server --register
Can't get info from ifconfig: Cannot allocate memory at script/fop2_server.pl line 6878.


I did see the FAQ about creating a MAC using VZctr but I get an error when trying to run that command as well. That could be because we are running full KVM VM's not openVZ?
root@pbx:~ $ vzctl set $VEID --netif_add eth0 --save
-bash: vzctl: command not found


Might anyone have any insights into these issues?

Comments

  • Hi,

    Your problem is not related to the virtual NIC but memory constraints, you need a 512mb machine at least. Try increasing RAM if you have less than that. Best regards,
  • I solved the issue by registering the code through the web interface. I noticed whn you accessed the web interface that at the bottom of the screen was an option to register, I clicked that, entered the registration code and it was all good. Fully registered.
  • Thanks for the info.

    When you have limited memory, running "fop2_server --register" or any other command line option while you still have the daemonized fop2 running in the background will take a lot of memory for the 2nd instance. So another options would be to stop fop2, then try to register via the command line, and finally start it again. In any case, you need 512mb on your virtual server.

    Best regards,
Sign In or Register to comment.