Closed lemorn closed 4 years ago
The screenshots you provided show the installation failed because of the installation requirements probably not being met. To find the best and fastetest Debian mirrors the T-Pot ISO installer relies on netselect-apt, hence the ICMP requirement. If this fails it will fallback to the Debian standard mirror. If this does not work for you, you can always follow the instructions in the Readme for a post installation. Installing T-Pot requires transparent access to the internet, if you are installing from a corporate environmnet it is likely you need to proxy the connection and set the corresponding environment variables, please check the Debian documentation for that.
Hello! I have encountered some problems. I downloaded the latest tpot20.06 from github and imported it into vmware workstation as a mirror. But it shows that docker is not installed and all containers are down. I see from other issues that this problem can be solved by opening ICMP outbound, but how should I do it (my computer is a windows10 system, and the vmware used is vmware workstation 15 pro 15.5.2)?
There are two more problems. I want to enter root mode through the su command, but it fails after entering the password;
My computer is on the intranet, can I use tpot?
Before you post your issue make sure it has not been answered yet and provide
basic support information
if you come to the conclusion it is a new issue.β οΈ Basic support information (commands are expected to run as
root
)What version of the OS are you currently using
lsb_release -a
anduname -a
?What T-Pot version are you currently using? 20.06
What edition (Standard, Nextgen, etc.) of T-Pot are you running? Standard
What architecture are you running on (i.e. hardware, cloud, VM, etc.)? Vmware workstation pro
Did you have any problems during the install? If yes, please attach
/install.log
/install.err
.How long has your installation been running? 1 day
Did you install upgrades, packages or use the update script? no
Did you modify any scripts or configs? If yes, please attach the changes. no
Please provide a screenshot of
glances
andhtop
.How much free disk space is available (
df -h
)?What is the current container status (
dps.sh
)?What is the status of the T-Pot service (
systemctl status tpot
)?What ports are being occupied? Stop T-Pot
systemctl stop tpot
and runnetstat -tulpen
If a single container shows as
DOWN
you can rundocker logs <container-name>
for the latest log entries