VultureProject / vulture3-gui

Vulture 3 Management GUI (Django project)
GNU General Public License v3.0
4 stars 5 forks source link

Update scripts pointing to wrong download location #9

Open JMMolenaar opened 3 years ago

JMMolenaar commented 3 years ago

The update script (/home/vlt-sys/scripts/install_updates gui) points to an old download location

[+] Updating Vulture-LIBS from branch ""... [+] Downloading from 'https://dl.vultureproject.org/12.1/Vulture-LIBS.tar.gz' ...DONE tar: Error opening archive: Failed to open '/tmp/Vulture-LIBS.tar.gz'

It's no longer 'dl.vultureproject.org' but it needs to be 'download.vultureproject.org'

Because of this the GUI update fails, even though it says it's succesefull

b4b857f6ee commented 3 years ago

Yes, please, how to fix it :(

b4b857f6ee commented 3 years ago

Update the GUI from 1.74-75 to 1.77 ####!!!! i cannot garante it!!!!! but it's work for me :slight_smile: #### -> snapshot :wink: check your mongo backup in /var/db/mongo_dump/

pkg update -f && pkg upgrade -y && pkg upgrade -y cd /usr/lib ln -s ../../lib/libcrypto.so.111 libcrypto.so.11 ln -s libssl.so.111 libssl.so.11 cd /usr/local/lib/ ln -s libffi.so.7 libffi.so.6 /home/vlt-sys/scripts/check_updates.hour /home/vlt-sys/scripts/install_updates engine

And for update the GUI

cd /home/vlt-gui wget --no-check-certificate https://download.vultureproject.org/v3/12.1/Vulture-LIBS.tar.gz wget --no-check-certificate https://download.vultureproject.org/v3/12.1/Vulture-GUI-1.77.tar.gz /bin/rm -rf ./env /usr/bin/tar xf Vulture-GUI-1.77.tar.gz /usr/bin/tar xf Vulture-LIBS.tar.gz /usr/sbin/chown -R vlt-gui:vlt-gui /home/vlt-gui/ /bin/sh "/home/vlt-gui/lib-12.1/install.sh"

reboot :) If you get and error about the mongo connexion like 9091 etc...just check the /home/vlt-gui/vulture/vulture/mongodb.conf and check you have [vulture] port = 9091 And reboot

brian123434343434 commented 3 years ago

thank you

b4b857f6ee commented 3 years ago

You are welcome @brian123434343434