GithubHelp home page GithubHelp logo

Comments (6)

ekristen avatar ekristen commented on June 2, 2024

There's a log file we can look at in /var/cache/cast and then there's running the log level higher like debug as a cli option.

Sounds like it doesn't like the python install which is more likely the OS or saltstack.

from cast.

john-crane-69 avatar john-crane-69 commented on June 2, 2024

There's a log file we can look at in /var/cache/cast and then there's running the log level higher like debug as a cli option.

Sounds like it doesn't like the python install which is more likely the OS or saltstack.

saltstack.log
I've Uploaded the slatstack log for you

from cast.

ekristen avatar ekristen commented on June 2, 2024

Looks like your network is preventing it from working.

Reading state information...
The following packages were automatically installed and are no longer required:
  chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
  libgstreamer-plugins-bad1.0-0 libwireshark13 libwiretap10 libwsutil11
  python3-colorama
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libemu
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 291 kB of archives.
After this operation, 2704 kB of additional disk space will be used.
Err:1 http://ppa.launchpad.net/remnux/stable/ubuntu focal/main amd64 libemu amd64 1.0.3-2-focal
  499  Request has been forbidden by antivirus [IP: 185.125.190.52 80]
# [ERROR   ] stderr: Running scope as unit: run-r0e8017471f1f4b16876470899b8f3d33.scope
E: Failed to fetch http://ppa.launchpad.net/remnux/stable/ubuntu/pool/main/libe/libemu/libemu_1.0.3-2-focal_amd64.deb  499  Request has been forbidden by antivirus [IP: 185.125.190.52 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
# [ERROR   ] retcode: 100
# [INFO    ] Executing command dpkg-query in directory '/root'
# [ERROR   ] Problem encountered installing package(s). Additional info follows:```

from cast.

john-crane-69 avatar john-crane-69 commented on June 2, 2024

Looks like your network is preventing it from working.

Reading state information...
The following packages were automatically installed and are no longer required:
  chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
  libgstreamer-plugins-bad1.0-0 libwireshark13 libwiretap10 libwsutil11
  python3-colorama
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libemu
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 291 kB of archives.
After this operation, 2704 kB of additional disk space will be used.
Err:1 http://ppa.launchpad.net/remnux/stable/ubuntu focal/main amd64 libemu amd64 1.0.3-2-focal
  499  Request has been forbidden by antivirus [IP: 185.125.190.52 80]
# [ERROR   ] stderr: Running scope as unit: run-r0e8017471f1f4b16876470899b8f3d33.scope
E: Failed to fetch http://ppa.launchpad.net/remnux/stable/ubuntu/pool/main/libe/libemu/libemu_1.0.3-2-focal_amd64.deb  499  Request has been forbidden by antivirus [IP: 185.125.190.52 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
# [ERROR   ] retcode: 100
# [INFO    ] Executing command dpkg-query in directory '/root'
# [ERROR   ] Problem encountered installing package(s). Additional info follows:```

OMG it was Kaspersky, I've noticed that with VMs it doesn't let me upgrade, I guess the settings are too aggressive or something which is good in my case since I'm working with malware, I tried it again with Kaspersky disabled, and it reduced the failed down to 6.
I've rebooted and tried again multiple times and it remains at 6.
Here's the new log: saltstack.log

from cast.

ekristen avatar ekristen commented on June 2, 2024
# [INFO    ] Running state [/usr/share/keyrings/DRAIOS-GPG-KEY.asc] at time 16:30:36.050938
# [INFO    ] Executing state file.managed for [/usr/share/keyrings/DRAIOS-GPG-KEY.asc]
# [ERROR   ] Failed to cache https://download.sysdig.com/DRAIOS-GPG-KEY.public: Error: [Errno 111] Connection refused reading /DRAIOS-GPG-KEY.public
# [INFO    ] Completed state [/usr/share/keyrings/DRAIOS-GPG-KEY.asc] at time 16:30:36.077901 (duration_in_ms=26.963)
# [INFO    ] Running state [/usr/share/keyrings/INETSIM-GPG-KEY.asc] at time 16:30:36.079351
# [INFO    ] Executing state file.managed for [/usr/share/keyrings/INETSIM-GPG-KEY.asc]
# [INFO    ] File /usr/share/keyrings/INETSIM-GPG-KEY.asc is in the correct stat```

For some reason it can't get the pgp key.

from cast.

john-crane-69 avatar john-crane-69 commented on June 2, 2024
# [INFO    ] Running state [/usr/share/keyrings/DRAIOS-GPG-KEY.asc] at time 16:30:36.050938
# [INFO    ] Executing state file.managed for [/usr/share/keyrings/DRAIOS-GPG-KEY.asc]
# [ERROR   ] Failed to cache https://download.sysdig.com/DRAIOS-GPG-KEY.public: Error: [Errno 111] Connection refused reading /DRAIOS-GPG-KEY.public
# [INFO    ] Completed state [/usr/share/keyrings/DRAIOS-GPG-KEY.asc] at time 16:30:36.077901 (duration_in_ms=26.963)
# [INFO    ] Running state [/usr/share/keyrings/INETSIM-GPG-KEY.asc] at time 16:30:36.079351
# [INFO    ] Executing state file.managed for [/usr/share/keyrings/INETSIM-GPG-KEY.asc]
# [INFO    ] File /usr/share/keyrings/INETSIM-GPG-KEY.asc is in the correct stat```

For some reason it can't get the pgp key.

I've turned off Windscribe VPN and performed the installation one more time and everything installed successfully.

Thank you so much for the help, now I'll keep in mind in the future if an installation fails check the VPN and the antivirus first.

from cast.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.