Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scripts pointing to wrong download location #9

Open
JMMolenaar opened this issue Sep 22, 2020 · 4 comments
Open

Update scripts pointing to wrong download location #9

JMMolenaar opened this issue Sep 22, 2020 · 4 comments

Comments

@JMMolenaar
Copy link

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
Copy link

Yes, please, how to fix it :(

@b4b857f6ee
Copy link

###Update the GUI from 1.74-75 to 1.77 ####!!!! i cannot garante it!!!!! but it's work for me :slight_smile: #### -> snapshot 😉 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
Copy link

thank you

@b4b857f6ee
Copy link

You are welcome @brian123434343434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants