These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Eve Corp. Management : 2.0.0 release is out !!!

Author
PyroTech03
Caldari Provisions
Caldari State
#101 - 2013-03-31 11:18:03 UTC
Ajurna Jakar wrote:
bumse you need to check that the user that runs the cron process has access to the log directory in the instance folder.

pyro hop on irc and ask for help. helps to hang on for a bit as ppl arent always looking at it but i'll try to help if i see you.



Ok, I'm setup on there....i'll hit you guys up when i can sit down and work with it.

thanks o/
AzAkiR NaLDa
Council of Exiles
Brave Collective
#102 - 2013-03-31 16:53:17 UTC
Bumse wrote:
I've started getting some errors recently. I'm no sure why it has been popping up all of a sudden, but I suspect an updated system package is the cause.

Quote:
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 78, in emit
self.doRollover()
File "/usr/lib/python2.7/logging/handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
OSError: [Errno 13] Permission denied
Logged from file outposts.py, line 40
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 78, in emit
self.doRollover()
File "/usr/lib/python2.7/logging/handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
OSError: [Errno 13] Permission denied
Logged from file outposts.py, line 63
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 78, in emit
self.doRollover()
File "/usr/lib/python2.7/logging/handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
OSError: [Errno 13] Permission denied
Logged from file standings.py, line 38
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 78, in emit
self.doRollover()
File "/usr/lib/python2.7/logging/handlers.py", line 338, in doRollover
os.rename(self.baseFilename, dfn)
OSError: [Errno 13] Permission denied


Some mails contunues on for what seems to be pretty much each module triggered by the cron job, some mail just contains a single module, but I do think I see why.

I assume this has to do with the logs (writing to existing or doing a new date-marked-set). The log directory and all the files within are set to 777 and I've tried changing ownership between www-data, the user that is running the cron-job and also setting it to pretty much _everyone_ can do anything ... but the error still seems to be popping up.

Any tips&tricks for me here? :)


The process that is running your Python interpreter doesn't have permission to write into the media directory. You'll need to either chgrp or chown the media directory to the same group as your Python process, and ensure you have at least g+rwx on directories and g+rw on files.

this is for linux systems found here :

http://stackoverflow.com/questions/5543641/django-media-upload-errno-13-permission-denied

so to make it simple the user that is running the django instance doesnt have the rights to write to the files when it is running the cron jobs. This is causing the error.

Did you do the final step which would be :
Quote:
sudo chown -R www-data /var/www/ecm-instance


where in the above www-data is the apache2 user that runs the cron jobs and therefor the django cron aswell.

if you are still having issues look in this forum thread created by someone that had issues installing it :

http://eve-corp-management.org/boards/2/topics/85

Lone Star Warrior

Maya Gintaki
Aliastra
Gallente Federation
#103 - 2013-05-27 02:48:52 UTC
I'm having one hell of a time getting the items in the static folder to show. I've tried changing owners and permissions on it and nothing seems to be working. The server acts as if the directory isn't alias'd but i've got this in the vhost config:

Quote:
...
Directory "/var/www/ecm-instance/static/"
Order deny,allow
Allow from all
Options -Indexes
/Directory
...


Any ideas? Some help would be greatly appreciated.
AzAkiR NaLDa
Council of Exiles
Brave Collective
#104 - 2013-05-27 16:03:56 UTC
Maya Gintaki wrote:
I'm having one hell of a time getting the items in the static folder to show. I've tried changing owners and permissions on it and nothing seems to be working. The server acts as if the directory isn't alias'd but i've got this in the vhost config:

Quote:
...
Directory "/var/www/ecm-instance/static/"
Order deny,allow
Allow from all
Options -Indexes
/Directory
...


Any ideas? Some help would be greatly appreciated.


If you followed the installation instructions the vhost file is located in yourecminstance/example. A symbolic link is created if you followed it and stuff should load as intended. Also for more specific help on the app you can better ask the tech forums of ECM.

Lone Star Warrior

Maya Gintaki
Aliastra
Gallente Federation
#105 - 2013-05-28 23:12:08 UTC
I was able to get it done with a clean install. Not sure what I missed but everything loads and looks good now.

Only issue now is currently with the:
ecm.apps.common.tasks.outposts.update
ecm.plugins.pos.tasks.pos.update
ecm.plugins.assets.tasks.assets.update

modules. From the ECM web interface they just read 'ERROR' when trying to update. The first time loading the eve dump it crashed on inserting... what was it, something like Celestial Objects into the database and froze the server. After a reboot and a second attempt it had no errors loading the sql file.

At the moment it looks like the only help is here. The http://www.eve-corp-management.org/ website is offline and my ISP has the IRC server blocked.

Should I attempt to reload the eve sql file with the ecm-tool or is there a better way to just fix this one missing table?
Tahnil
Gunboat Commando
#106 - 2013-05-30 21:01:48 UTC
I tried to set this thing up on two different servers, but I can't get it up and running.

Seems like I can't create the instance.

I followed the installation instructions, resolved all dependencies, but when I enter "ecm-admin create /var/www/eve-community/ecm" (or only ecm-admin) I get the following error:

Traceback (most recent call last):
File "/usr/local/bin/ecm-admin", line 9, in < module >
load_entry_point('ecm==2.1.2', 'console_scripts', 'ecm-admin')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/local/lib/python2.7/dist-packages/ecm-2.1.2-py2.7.egg/ecm/admin/cli.py", line 25, in < module >
from ecm.admin.cmd import create, upgrade, daemon, init, manage, run, load, dump
File "/usr/local/lib/python2.7/dist-packages/ecm-2.1.2-py2.7.egg/ecm/admin/cmd/create.py", line 30, in < module >
from django.utils.crypto import get_random_string
ImportError: cannot import name get_random_string

Any ideas? My system:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise

Linux version 3.2.0-29-generic (buildd@allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012
diabeteman
Diabete Studios
#107 - 2013-07-20 20:12:06 UTC
Hello all,

I'm still alive and the project too :)

Version 2.1.3 was released a few days ago and I'm still looking for help !

*ATTENTION*

ECM now has usage feedback system which is enabled by default. This feature is really helpfull for ECM developers because it allows us to know how much the project is used and helps our motivation ;-)

It consists in a scheduled task that will run once each week and send *basic* and *anonymous* data to the official server http://feedback.eve-corp-management.org/. This is *NOT* a spying system nor a backdoor to enter your ECM instance.

To know what data is sent in detail, please see the source code at http://eve-corp-management.org/projects/ecm/repository/entry/ecm/apps/common/tasks/usage_feedback.py

If however you *really* want to disable the usage feedback on your instance, you need to go to the admin panel and change the scheduled task ecm.apps.common.tasks.usage_feedback.send_feedback to inactive.

Please update so we can know how many people are using ECM !!!

Thank you & Fly safe.
--diab

Initiator and CTO of Eve Corp. Management

Tahnil
Gunboat Commando
#108 - 2013-07-23 16:15:34 UTC
Ajurna Jakar wrote:
Bumse wrote:
I updated an hour ago and it seems to be working quite nice.
Still got an error on the job "ecm.apps.hr.tasks.members.update" when I got Dust514 members in corp, but atleast there's a workaround. :)


That's great to hear! soon as CCP fix that we will fix it on our end as well. Our hands are tied i'm afraid.


Do I understand it right that as long I have got DUST members in my corp, I can't use ECM at all?
diabeteman
Diabete Studios
#109 - 2013-07-23 21:37:19 UTC
Tahnil wrote:
Do I understand it right that as long I have got DUST members in my corp, I can't use ECM at all?

You can use ECM. But you will not be able to pull the corp members.This means that the "human resources" section will be empty.

hint: It would be a good if CCP PrismX could fix this problem :)

Initiator and CTO of Eve Corp. Management

diabeteman
Diabete Studios
#110 - 2013-07-31 22:34:47 UTC
Hello friends :)

I'm happy to see that some people play the game and leave the usage feedback upload enabled. http://feedback.eve-corp-management.org/

This has given motivation to ecm developers ! Expect a new release by the end of the week :)

Fly Safe
--diab

Initiator and CTO of Eve Corp. Management

diabeteman
Diabete Studios
#111 - 2013-08-04 16:04:28 UTC
Version 2.1.5 is out :)

http://eve-corp-management.org/news/12

Initiator and CTO of Eve Corp. Management

Tiberu Stundrif
Nifty Idustries
Pandemic Horde
#112 - 2013-08-05 10:34:06 UTC
Excellent application! Keep up the excellent work!
diabeteman
Diabete Studios
#113 - 2013-08-15 17:12:16 UTC
Hello all,

Version 2.1.6 has been released and contains a lot of bug fixes (along with a few enhancements :))

Please check it out : http://eve-corp-management.org/news/13

Initiator and CTO of Eve Corp. Management

Aphelion Thunderclap
Caldari Provisions
Caldari State
#114 - 2013-09-15 16:57:46 UTC  |  Edited by: Aphelion Thunderclap
hello everyone my apologies first time user of ECM and noticed a shopping button how can i set it up for the corpies to buy the products we produce i cant see a option for them to view it ..Please help*

*Fixed this issue

new issue i need help with

assets are showing 350 bpos
but the bpo catalogue is only showing 94
diabeteman
Diabete Studios
#115 - 2013-10-03 18:26:24 UTC
@Aphelion Thunderclap: you should ask these questions on IRC or in the official forums (I don't come here often Big smile)

--> http://eve-corp-management.org/

Initiator and CTO of Eve Corp. Management

Aphelion Thunderclap
Caldari Provisions
Caldari State
#116 - 2013-10-04 00:48:42 UTC
IRC Server EpiKnet has not worked for me in days
Ajurna Jakar
Jian Products Engineering Group
#117 - 2013-10-24 10:43:50 UTC
its working for me right now...

http://eve-corp-management.org/ 

Aphelion Thunderclap
Caldari Provisions
Caldari State
#118 - 2013-10-24 12:35:42 UTC
* Connecting to EpiKnet (6667)
-
* Unable to resolve server
-
* Connect retry #6 EpiKnet (6667)
Lucy McCallum
Sebiestor Tribe
Minmatar Republic
#119 - 2013-10-25 05:07:00 UTC
Aphelion Thunderclap wrote:
* Connecting to EpiKnet (6667)
-
* Unable to resolve server
-
* Connect retry #6 EpiKnet (6667)

Connect to irc.epiknet.org, it'll probably work better.
Plain213
Macabre Votum
Northern Coalition.
#120 - 2013-12-26 14:23:22 UTC
Can someone support with the install of this tool?

I have followed the steps shown here -http://eve-corp-management.org/boards/2/topics/258

I am at the final part where I need to confire the httpd.conf file. But i cannot seem to get it to work.

Thanks in advance.
Plain