Hi, I've succeeded to build Tundra for Ubuntu 14.04 64bit as a Debian package, and have tested installing it via a chef recipe. The setup is a bit convoluted, it needs to be installed first (which fails due to missing deps, but can be forced), then the deps are installed afterward Executing the commands manually succeeds and produces an installation to /opt/realxtend-tundra which can be run successfully: dpkg --force-all -i /var/tmp/SynchronizationServer.deb apt-get -y -f install Executing them as part of a chef script, either by using a bash script command bash "install SynchronizationServer" do user "root" code "dpkg --force-all -i /var/tmp/SynchronizationServer.deb" end or a dpkg_package command dpkg_package "tundra" do source "/var/tmp/SynchronizationServer.deb" action :install options --force-all end seems to "succeed", yet no installation is produced to /opt/realxtend-tundra. I've also debug logged the command and it seems to produce just the same success output as when run manually, but the package doesn't actually get installed. At the moment I'm unable to resolve this issue or to know what to do differently, so help would be appreciated. Otherwise it's unlikely I can produce a working recipe by end of this week. -- Lasse Öörni Game Programmer LudoCraft Ltd.
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy