-
Notifications
You must be signed in to change notification settings - Fork 27
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
Console Install #8
Comments
found it in roles/console/var. But im going through dependency HELL! |
note, the docs say to use 18.04 and my experience so far is that it works with that ive been working on some tweaks for getting console to work on 20.04:
use chrony instead of ntp keep an eye on dependencies between:
consider the following:
using later versions for django stuff
rinse and repeat the whole process for
|
Im going to fire up ubuntu 18 and see if that can fix my woes. I got pretty far but i threw in the towel last night when i got down to python versioning and pygraphviz. pygraphviz just seemed to conk out on compiling a file. I think it has something to do with ubuntu 20 just wanting to use python3.8 even though 3.6 is installed and i linked python3 to python3.6 in usr/bin. I about threw the laptop at that point and went to bed. now you come in here giving me hope.... I dont know... but. ill give it a shot :) |
my test environment: while in deployer VM:
install ansible
while on console/engine
install chrony and check proper time configured always double check the system time after starting up a VM!
|
ok, great news, i got it to work! |
having an issue with the console install. after running this command
ansible-playbook console.yml -u masscan --become --private-key=/home/masscan/.ssh/id_rsa
TASK [console : Install specified packages. pkg={{ install_packages }}, state=latest] *****************************************************************************************************************************
fatal: [Blacked out IP]: FAILED! => {
"changed": false
}
MSG:
No package matching 'python-virtualenv' is available
The package python3-virtualenv is installed... Not sure where i need to change the code to python3 instead of python.... or if i even need to do that? should i just continue?
The text was updated successfully, but these errors were encountered: