You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by tadashi-oya March 16, 2023
When deploying T-Pot 22.04 on AWS using Terraform, it appears that apt-fast is trying to use an empty $myINSTALLPACKAGES.
As a result, the installation proceeds without docker, docker-compose, etc., and ends up incomplete.
...it seems so.
$myINSTALLPACKAGES is created from line 25 to line 30, but if install.sh is launched from cloud-init, the file $myINSTALLPACKAGESFILE does not seem to be accessible at this point.
Did you have any problems during the install? If yes, please attach /install.log/install.err.
tadashi@S1056419:~$ grep -A 10 -e "### Installing T-Pot dependencies." install.log
### Installing T-Pot dependencies.
[apt-fast 16:18:26]
[apt-fast 16:18:26]Working... this may take a while.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
### Removing and holding back problematic packages ...
Reading package lists...
Building dependency tree...
docker and docker-compose have not been installed.
[root@smoothbrake:~]# dps.sh
grc: docker: No such file or directory
[ ========| System |======== ]
DATE: Thu Mar 16 18:36:18 JST 2023
UPTIME: 18:36:18 up 1:17, 1 user, load average: 0.00, 0.00, 0.00
T-POT: INACTIVE
BLACKHOLE: DISABLED
NAME STATUS PORTS
adbhoney DOWN
ciscoasa DOWN
citrixhoneypot DOWN
conpot_guardian_ast DOWN
conpot_iec104 DOWN
conpot_ipmi DOWN
conpot_kamstrup_382 DOWN
cowrie DOWN
ddospot DOWN
dicompot DOWN
dionaea DOWN
elasticpot DOWN
elasticsearch DOWN
ewsposter DOWN
fatt DOWN
heralding DOWN
honeytrap DOWN
ipphoney DOWN
kibana DOWN
logstash DOWN
mailoney DOWN
map_data DOWN
map_redis DOWN
map_web DOWN
medpot DOWN
nginx DOWN
p0f DOWN
redishoneypot DOWN
sentrypeer DOWN
snare DOWN
spiderfoot DOWN
suricata DOWN
tanner DOWN
tanner_api DOWN
tanner_phpox DOWN
tanner_redis DOWN
What is the status of the T-Pot service (systemctl status tpot)?
Discussed in #1279
Originally posted by tadashi-oya March 16, 2023
When deploying T-Pot 22.04 on AWS using Terraform, it appears that apt-fast is trying to use an empty $myINSTALLPACKAGES.
As a result, the installation proceeds without docker, docker-compose, etc., and ends up incomplete.
...it seems so.
tpotce/iso/installer/install.sh
Lines 307 to 309 in 668a4d9
$myINSTALLPACKAGES is created from line 25 to line 30, but if install.sh is launched from cloud-init, the file $myINSTALLPACKAGESFILE does not seem to be accessible at this point.
tpotce/iso/installer/install.sh
Lines 25 to 30 in 668a4d9
It seems that /opt/tpot will become available after line 707, which is the git clone.
tpotce/iso/installer/install.sh
Lines 702 to 708 in 668a4d9
root
)lsb_release -a
anduname -a
?I am trying to deploy to Debian 11.
/install.log
/install.err
.install.log
install.err.log
The installation has not been executed perfectly.
cloud-init is executing install.sh with runcmd.
The security group specification has been changed to use an existing security group.
glances
andhtop
.The installation has not been executed perfectly.
df -h
)?dps.sh
)?docker and docker-compose have not been installed.
systemctl status tpot
)?systemctl stop tpot
and runnetstat -tulpen
DOWN
you can rundocker logs <container-name>
for the latest log entriesdocker and docker-compose have not been installed.
The text was updated successfully, but these errors were encountered: