Upgrade to 2013 - Cannot create /home/openemm2013

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

ohho
Posts: 20
Joined: Mon Jan 28, 2013 4:37 am

Upgrade to 2013 - Cannot create /home/openemm2013

Post by ohho »

When I click the upgrade button, the last error I see is: cannot create /home/openemm2013

I created the folder but now it seems to me openemm is down. How can I restart it or check error log?

Thanks
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Upgrade to 2013 - Cannot create /home/openemm2013

Post by maschoff »

to restart change to user openemm

su - openemm

and start openemm with

openemm.sh start
OpenEMM Maintainer
ohho
Posts: 20
Joined: Mon Jan 28, 2013 4:37 am

Re: Upgrade to 2013 - Cannot create /home/openemm2013

Post by ohho »

It seems that update removes the /home/openemm symbolic link. After rebuild the link, I can restart RC2:

Code: Select all

cd /home
mv openemm-2013\ RC2/ openemm-2013_RC2
ln -s openemm-2013_RC2/ openemm
after that:

Code: Select all

su - openemm
openemm.sh stop
openemm.sh start
Post Reply