Invitation to connect on LinkedIn
2012-05-11 06:48:56 GMT
| ||||||||||||||||||||||||||||||||||||||||||||
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
| ||||||||||||||||||||||||||||||||||||||||||||
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Hi all,
OK, I have ERP5 installed and apparently working OK.
I have access to it from other machines on site.
I cannot, so far, see any features specifically for MRP, Bill of materials type features etc.
These features appear to be extra items under ‘Manage Business Templates’ – ‘Install Business Templates from Repositories’.
I’ve tried adding the MRP & Payroll modules, but cannot see any changes in the available features, or additions in the Modules pulldown?
Regards,
Robert.
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Hi,
I now appear to have an erp5 install complete and the service configured, according to vifib.net
The service page shows a couple of ipv4 urls for services, plus an ipv6 ssl site_url presumably for access to erp5 or zope.
The problem is that the ipv6 url does not appear to have a security certificate – trying to access it via firefox gives a certificate error which cannot be overridden, as it says there is no certificate that it can download – or at least does nothing when trying to d/l the certificate.
Looking through the docs, I realise the default xml file given when requesting an instance does not have the certificate info shown in some screenshots. I’ve updated that to include appropriate info and let the system idle for a while to pick up the update.
No change, so rebooted and left for a while again – still no change.
I’ve now requested another instance of erp5, with the correct info in the certificate fields from the start.
After a few mins, that is showing available.
Trying to access it gives the same error as above.
Going back to the first instance, firefox now gives a different error – it says the certificate has the same serial number as another, and won’t allow me to do anything further.
Any ideas?
When I first registered on vifib.net, I misread the info and tried to start a service before the software was installed.
That was Vifib - slapos-031
Now understanding a bit more of the system, I’ve tried to install that package so the service install can complete.
It has given multiple errors while building, as several of the source packages no longer exist at the original URLs.
I’ve managed to work around most of these by finding & locally mirrorring the appropriate packages (with a tempory line of /etc/hosts for the original server).
I’m stuck with the latest error, as rather than a missing file all attempts show as blocked by –allow-hosts, so there in no server to substitute.
It appears that particular package (slapos-031) is long defunct, but I cannot see any way on vifib.net of cancelling the installation? It just re-runs locally every five mins and bombs out in the same manner.
Re. previous question on connectivity / firewalling;
What ports need to be open for full connectivity, making a slapos/slapgrid machine available to the rest of the cloud?
Regards,
Robert.
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Hi, Im trying to get ERP5 running on a Centos 6 based machine (Centos 6.2 x86_64 with all updates). Going through the ERP5 install with SlapOS [http://www.erp5.com/user-Install.ERP5.With.SlapOS ] Everything works OK up to step 8. At step 9, running slapgrid, it bombs out with this error: bin/slapgrid-cp -c /raid/slapos/slapos.cfg INFO:ComputerPartitionProcessing:Processing computer partitions... INFO:SVCBackend:Supervisord already running. INFO:Partition:Installing Computer Partition slappart0... ERROR:ComputerPartitionProcessing:Traceback (most recent call last): File "/raid/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/slapgrid.py", line 462, in processComputerPartitionList local_partition.install() File "/raid/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/SlapObject.py", line 220, in install shutil.copy(template_location, config_location) File "/raid/slapos/parts/python2.7/lib/python2.7/shutil.py", line 116, in copy copyfile(src, dst) File "/raid/slapos/parts/python2.7/lib/python2.7/shutil.py", line 81, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: '/raid/slapgrid/afaeaed482578cde211ab84114e0c317/template.cfg' INFO:ComputerPartitionProcessing:Finished computer partitions... I have /opt/slapos & /opt/slapgrid linked to /raid/slapos & /raid/slapgrid, as the root is on a relatively small SSD with only /var & /home mounted on HDD. /raid is another HDD Ive tried running through the install three times now, to try and make sure Im not doing anything dumb. (slapos & slapgrid directories emptied between tries). Ive run it using both /opt/slapos and /raid/slapos as the configured directories, with the same error occurring. Any help appreciated, its getting a bit tedious watching everything rebuild each time. Thanks, Rob.
Date: Fri, 10 Feb 2012 16:58:23 +0100 From: Leonardo Rochael Almeida <leonardo <at> nexedi.com> Subject: Re: [Erp5-users] Installation through buildout / slapos To: erp5-users <at> erp5.org Cc: C?dric de Saint Martin <cedric.dsm <at> tiolive.com> Message-ID: <4F353E9F.20607 <at> nexedi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Evert, in your output, the error happens as buildout (actually, hexagonit.recipe.download, called by hexagonit.recipe.cmmi) tries to download ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.3-10.tar.bz2 That file doesn't seem to exist, at least not at that location, which contains only ImageMagick-6.7.5-3.tar.gz. However the file specified can be found at: ftp://ftp.imagemagick.org/pub/ImageMagick/legacy/ImageMagick-6.7.3-10.tar.gz C?dric, what needs to be fixed so that the right ImageMagic is downloaded from the right location? Regards, Leo On 10-02-2012 11:59, Evert van de Waal wrote:Hi All, I am installing ERP5 according the steps in http://www.erp5.com/user-install.ERP5.With.SlapOS, on a vanilla Kubuntu 11.04 virtual machine. During step 5, discover slapgrid, ERP5 and all dependencies are compiled. I get an error message when ImageMagick 6.7.3-10 is installed: Failed to change directory (the full error text is added below). I searched on google, but got no solutions, except that the same error also occured during an ERP5 test in June 2011: http://mail.tiolive.com/pipermail/erp5-report/20110603/075286.html. That was for an earlier version of ImageMagick, but looks very similar. The buildout below also reports a failure to download ImageMagick due to an 'unreachable network'. However, this error was reported for all packages that were installed. Buildout seems to try several sources for packages. It was able to download it from somewhere, build it, but got stuck during installation of the things it built. Thus I think the 'unreachable network' error is unrelated to the failed to change directory error. Does anybody know how to solve this problem? Thanks, Evert Installing imagemagick. imagemagick: [ENV] CPPFLAGS = -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/include imagemagick: [ENV] LDFLAGS = -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/lib imagemagick: [ENV] PATH = /opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/bin:/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/ghostscript/bin:/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/pkgconfig/bin:/opt/slapos/parts/bison/bin:/opt/slapos/parts/bzip2/bin:/opt/slapos/parts/gettext/bin:/opt/slapos/parts/glib/bin:/opt/slapos/parts/libxml2/bin:/opt/slapos/parts/libxslt/bin:/opt/slapos/parts/m4/bin:/opt/slapos/parts/ncurses/bin:/opt/slapos/parts/openssl/bin:/opt/slapos/parts/pkgconfig/bin:/opt/slapos/parts/python2.7/bin:/opt/slapos/parts/readline/bin:/opt/slapos/parts/sqlite3/bin:/opt/slapos/parts/swig/bin:/opt/slapos/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin imagemagick: [ENV] PKG_CONFIG_PATH = /opt/slapos/afaeaed482578cde211ab84114e0c317/parts/fontconfig/lib/pkgconfig Downloading ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.3-10.tar.bz2 Downloading ImageMagick-6.7.3-10.tar.bz2 from network cache. Failed to download from network cache ImageMagick-6.7.3-10.tar.bz2: <urlopen error [Errno 101] Network is unreachable> While: Installing imagemagick. An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 2027, in main getattr(buildout, command)(args) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 737, in install installed_files = self[part]._call(recipe.install) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 1490, in _call return f() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/hexagonit.recipe.cmmi-1.5.0-py2.7.egg/hexagonit/recipe/cmmi/__init__.py", line 144, in install self.buildout, self.name, opt).install() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/hexagonit.recipe.download-1.5.0-py2.7.egg/hexagonit/recipe/download/__init__.py", line 81, in install path, is_temp = download(self.options['url'], md5sum=self.options.get('md5sum')) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 119, in __call__ local_path, is_temp = self.download_cached(url, md5sum) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 167, in download_cached _, is_temp = self.download(url, md5sum, cached_path) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 209, in download tmp_path, headers = urllib.urlretrieve(url, tmp_path) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 91, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 237, in retrieve fp = self.open(url, data) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 205, in open return getattr(self, name)(url) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 548, in open_ftp (fp, retrlen) = self.ftpcache[key].retrfile(file, type) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 898, in retrfile self.ftp.cwd(file) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 543, in cwd return self.voidcmd(cmd) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 249, in voidcmd return self.voidresp() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 224, in voidresp resp = self.getresp() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 219, in getresp raise error_perm, resp IOError: [Errno ftp error] [Errno ftp error] 550 Failed to change directory. ERROR:SoftwareReleases:Traceback (most recent call last): File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/slapgrid.py", line 406, in processSoftwareReleaseList shadir_key_file=self.shadir_key_file).install() File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/SlapObject.py", line 116, in install console=self.console) File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/utils.py", line 318, in launchBuildout raise BuildoutFailedError(message) BuildoutFailedError: Failed to run buildout profile in directory '/opt/slapos/afaeaed482578cde211ab84114e0c317': Please consult messages above INFO:SoftwareReleases:Finished software releases... INFO:ComputerPartitionProcessing:Processing computer partitions... INFO:SVCBackend:Supervisord already running. INFO:ComputerPartitionProcessing:Finished computer partitions... INFO:UsageReporting:Aggregating and sending usage reports... INFO:UsageReporting:Finished usage reports...
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Hi All, I am installing ERP5 according the steps in http://www.erp5.com/user-install.ERP5.With.SlapOS, on a vanilla Kubuntu 11.04 virtual machine. During step 5, discover slapgrid, ERP5 and all dependencies are compiled. I get an error message when ImageMagick 6.7.3-10 is installed: Failed to change directory (the full error text is added below). I searched on google, but got no solutions, except that the same error also occured during an ERP5 test in June 2011: http://mail.tiolive.com/pipermail/erp5-report/20110603/075286.html. That was for an earlier version of ImageMagick, but looks very similar. The buildout below also reports a failure to download ImageMagick due to an 'unreachable network'. However, this error was reported for all packages that were installed. Buildout seems to try several sources for packages. It was able to download it from somewhere, build it, but got stuck during installation of the things it built. Thus I think the 'unreachable network' error is unrelated to the failed to change directory error. Does anybody know how to solve this problem? Thanks, Evert Installing imagemagick. imagemagick: [ENV] CPPFLAGS = -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/include -I/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/include imagemagick: [ENV] LDFLAGS = -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/bzip2/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/zlib/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jbigkit/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libjpeg/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libtiff/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/libpng/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/jasper/lib -L/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/lib -Wl,-rpath=/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/lib imagemagick: [ENV] PATH = /opt/slapos/afaeaed482578cde211ab84114e0c317/parts/freetype/bin:/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/ghostscript/bin:/opt/slapos/afaeaed482578cde211ab84114e0c317/parts/pkgconfig/bin:/opt/slapos/parts/bison/bin:/opt/slapos/parts/bzip2/bin:/opt/slapos/parts/gettext/bin:/opt/slapos/parts/glib/bin:/opt/slapos/parts/libxml2/bin:/opt/slapos/parts/libxslt/bin:/opt/slapos/parts/m4/bin:/opt/slapos/parts/ncurses/bin:/opt/slapos/parts/openssl/bin:/opt/slapos/parts/pkgconfig/bin:/opt/slapos/parts/python2.7/bin:/opt/slapos/parts/readline/bin:/opt/slapos/parts/sqlite3/bin:/opt/slapos/parts/swig/bin:/opt/slapos/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin imagemagick: [ENV] PKG_CONFIG_PATH = /opt/slapos/afaeaed482578cde211ab84114e0c317/parts/fontconfig/lib/pkgconfig Downloading ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.7.3-10.tar.bz2 Downloading ImageMagick-6.7.3-10.tar.bz2 from network cache. Failed to download from network cache ImageMagick-6.7.3-10.tar.bz2: <urlopen error [Errno 101] Network is unreachable> While: Installing imagemagick. An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 2027, in main getattr(buildout, command)(args) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 737, in install installed_files = self[part]._call(recipe.install) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/buildout.py", line 1490, in _call return f() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/hexagonit.recipe.cmmi-1.5.0-py2.7.egg/hexagonit/recipe/cmmi/__init__.py", line 144, in install self.buildout, self.name, opt).install() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/hexagonit.recipe.download-1.5.0-py2.7.egg/hexagonit/recipe/download/__init__.py", line 81, in install path, is_temp = download(self.options['url'], md5sum=self.options.get('md5sum')) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 119, in __call__ local_path, is_temp = self.download_cached(url, md5sum) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 167, in download_cached _, is_temp = self.download(url, md5sum, cached_path) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/eggs/zc.buildout-1.6.0_dev_SlapOS_003-py2.7.egg/zc/buildout/download.py", line 209, in download tmp_path, headers = urllib.urlretrieve(url, tmp_path) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 91, in urlretrieve return _urlopener.retrieve(url, filename, reporthook, data) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 237, in retrieve fp = self.open(url, data) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 205, in open return getattr(self, name)(url) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 548, in open_ftp (fp, retrlen) = self.ftpcache[key].retrfile(file, type) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/urllib.py", line 898, in retrfile self.ftp.cwd(file) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 543, in cwd return self.voidcmd(cmd) File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 249, in voidcmd return self.voidresp() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 224, in voidresp resp = self.getresp() File "/opt/slapos/afaeaed482578cde211ab84114e0c317/rebootstrap.3.parts/python2.7/lib/python2.7/ftplib.py", line 219, in getresp raise error_perm, resp IOError: [Errno ftp error] [Errno ftp error] 550 Failed to change directory. ERROR:SoftwareReleases:Traceback (most recent call last): File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/slapgrid.py", line 406, in processSoftwareReleaseList shadir_key_file=self.shadir_key_file).install() File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/SlapObject.py", line 116, in install console=self.console) File "/opt/slapos/eggs/slapos.core-0.19-py2.7.egg/slapos/grid/utils.py", line 318, in launchBuildout raise BuildoutFailedError(message) BuildoutFailedError: Failed to run buildout profile in directory '/opt/slapos/afaeaed482578cde211ab84114e0c317': Please consult messages above INFO:SoftwareReleases:Finished software releases... INFO:ComputerPartitionProcessing:Processing computer partitions... INFO:SVCBackend:Supervisord already running. INFO:ComputerPartitionProcessing:Finished computer partitions... INFO:UsageReporting:Aggregating and sending usage reports... INFO:UsageReporting:Finished usage reports...
Hello everyone, I installed ERP5 through RPM on a opensuse server. Everything went fine it seems but I can't access ERP5 even after opening all ports on my firewall. I already tried the installation on my local machine and could access it through http://localhost:12001/erp5 Should I do something on the server so I can access ERP5 remotly? Regards, Jacques
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Hi Matthias,
I answered your question on Erp5-dev mailing list.
Regards, Klaus
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
Bonjour,
_______________________________________________ Erp5-users mailing list Erp5-users <at> erp5.org https://mail.tiolive.com/mailman/listinfo/erp5-users
RSS Feed2 | |
|---|---|
5 | |
14 | |
9 | |
1 | |
3 | |
1 | |
12 | |
3 | |
11 | |
9 | |
11 | |
6 | |
17 | |
22 | |
26 | |
105 | |
24 | |
41 | |
1 | |
19 | |
6 | |
10 | |
5 | |
5 | |
9 | |
12 | |
5 | |
16 | |
23 | |
41 | |
20 | |
4 | |
10 | |
21 | |
9 | |
20 | |
13 | |
5 | |
25 | |
66 | |
6 | |
16 | |
8 | |
12 | |
7 | |
5 | |
24 | |
42 | |
9 | |
21 | |
2 | |
11 | |
17 | |
8 | |
5 | |
22 | |
12 | |
25 | |
25 | |
29 | |
9 | |
4 | |
34 | |
14 | |
4 | |
14 | |
8 | |
52 | |
21 | |
33 | |
13 | |
20 | |
38 | |
3 | |
2 | |
9 | |
12 | |
29 | |
36 | |
20 | |
28 | |
11 | |
39 | |
57 | |
11 | |
18 | |
10 | |
5 | |
9 | |
48 | |
1 |