Unable to archive current installation
Moderator: moderator
Unable to archive current installation
I get this during the upgrade process when I try and move to 5.5. Is it a simple permissions issue or should I riip out and start again?
The same happens to me!
Browsweroutput
----------------------
* Update process starting up
* Trying to determinate current running version
* Found "5.5.1" as current active version
* Looking for new version on remote server (this may take some time)
* Found version 6.0 on server
* Current version is 5.5.1, new version 6.0, starting update now
* Trying to fetch the new version from one of these URLs:
* http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz
* http://dfn.dl.sourceforge.net/project/o ... bin.tar.gz
* http://superb-east.dl.sourceforge.net/p ... bin.tar.gz
* http://optusnet.dl.sourceforge.net/proj ... bin.tar.gz
* http://surfnet.dl.sourceforge.net/proje ... bin.tar.gz
* http://mesh.dl.sourceforge.net/project/ ... bin.tar.gz
* http://heanet.dl.sourceforge.net/projec ... bin.tar.gz
* http://nchc.dl.sourceforge.net/project/ ... bin.tar.gz
* http://internap.dl.sourceforge.net/proj ... bin.tar.gz
* http://puzzle.dl.sourceforge.net/projec ... bin.tar.gz
* http://switch.dl.sourceforge.net/projec ... bin.tar.gz
* http://garr.dl.sourceforge.net/project/ ... bin.tar.gz
* http://jaist.dl.sourceforge.net/project ... bin.tar.gz
* http://superb-west.dl.sourceforge.net/p ... bin.tar.gz
* http://kent.dl.sourceforge.net/project/ ... bin.tar.gz
* Be patient, this may take several minutes ...
* Trying to download file http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz
* Downloading 26.119 kByte
* Download of http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz successful
* Trying to store the new version to /tmp/OpenEMM-6.0-bin.tar.gz
* Stopping running instance
* Stopping httpd
* Stop scripts/slrtscn.py program .. delaying 2 seconds .. done.
* Stop all sendmail processes: -15:21176 -15:21179 -15:21182 done.
* Stop scripts/pickdist program .. delaying 2 seconds .. done.
* Stop scripts/update.py program .. delaying 2 seconds .. done.
* Stop bin/bav program with signal 15 .. done.
* Stop bin/bav program with signal 9 .. done.
* Stop scripts/bavd program with signal 15 .. done.
* Stop scripts/bav-trigger program with signal 15 .. done.
* Stop scripts/bav-update program with signal 15 .. done.
* Renaming current version to keep as archive
* Unable to archive current installation
Browsweroutput
----------------------
* Update process starting up
* Trying to determinate current running version
* Found "5.5.1" as current active version
* Looking for new version on remote server (this may take some time)
* Found version 6.0 on server
* Current version is 5.5.1, new version 6.0, starting update now
* Trying to fetch the new version from one of these URLs:
* http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz
* http://dfn.dl.sourceforge.net/project/o ... bin.tar.gz
* http://superb-east.dl.sourceforge.net/p ... bin.tar.gz
* http://optusnet.dl.sourceforge.net/proj ... bin.tar.gz
* http://surfnet.dl.sourceforge.net/proje ... bin.tar.gz
* http://mesh.dl.sourceforge.net/project/ ... bin.tar.gz
* http://heanet.dl.sourceforge.net/projec ... bin.tar.gz
* http://nchc.dl.sourceforge.net/project/ ... bin.tar.gz
* http://internap.dl.sourceforge.net/proj ... bin.tar.gz
* http://puzzle.dl.sourceforge.net/projec ... bin.tar.gz
* http://switch.dl.sourceforge.net/projec ... bin.tar.gz
* http://garr.dl.sourceforge.net/project/ ... bin.tar.gz
* http://jaist.dl.sourceforge.net/project ... bin.tar.gz
* http://superb-west.dl.sourceforge.net/p ... bin.tar.gz
* http://kent.dl.sourceforge.net/project/ ... bin.tar.gz
* Be patient, this may take several minutes ...
* Trying to download file http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz
* Downloading 26.119 kByte
* Download of http://ufpr.dl.sourceforge.net/project/ ... bin.tar.gz successful
* Trying to store the new version to /tmp/OpenEMM-6.0-bin.tar.gz
* Stopping running instance
* Stopping httpd
* Stop scripts/slrtscn.py program .. delaying 2 seconds .. done.
* Stop all sendmail processes: -15:21176 -15:21179 -15:21182 done.
* Stop scripts/pickdist program .. delaying 2 seconds .. done.
* Stop scripts/update.py program .. delaying 2 seconds .. done.
* Stop bin/bav program with signal 15 .. done.
* Stop bin/bav program with signal 9 .. done.
* Stop scripts/bavd program with signal 15 .. done.
* Stop scripts/bav-trigger program with signal 15 .. done.
* Stop scripts/bav-update program with signal 15 .. done.
* Renaming current version to keep as archive
* Unable to archive current installation
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
The update process stops because directory /home/openemm could not be renamed to archive name "openemm-<version>". Maybe a former cancelled update process already created this archive. Please delete this archive or check the permissions for OpenEMM in directory /home and try again.
OpenEMM Maintainer
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Some more tipps:
Since the updater runs as root:
1. Do you use SELinux? If so, please disable.
2. Check permissions for file updater:
The s permission is important!
Since the updater runs as root:
1. Do you use SELinux? If so, please disable.
2. Check permissions for file updater:
Code: Select all
ls -l /home/openemm/bin/updater
-rwsr-sr-x 1 root root 20114 May 7 2009 /home/openemm/bin/updater
OpenEMM Maintainer