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

[FIXED] - fuse package broken - installs will currently fail #442

Closed
zimbawe998 opened this issue Aug 23, 2019 · 20 comments
Closed

[FIXED] - fuse package broken - installs will currently fail #442

zimbawe998 opened this issue Aug 23, 2019 · 20 comments
Labels

Comments

@zimbawe998
Copy link

Linux frontuniform 5.2.0-2-amd64 #1 SMP Debian 5.2.9-2 (2019-08-21) x86_64 GNU/Linux
tpot 19.3 - standard on vm
dps output.
[root@frontuniform:/home/tsec]# dps.sh
grc: docker: No such file or directory
========| System |========
Date: Fri 23 Aug 2019 12:06:19 PM UTC
Uptime: 12:06:19 up 20 min, 2 users, load average: 0.00, 0.00, 0.00

NAME STATUS PORTS
adbhoney DOWN
ciscoasa DOWN
conpot_guardian_ast DOWN
conpot_iec104 DOWN
conpot_ipmi DOWN
conpot_kamstrup_382 DOWN
cowrie DOWN
cyberchef DOWN
dionaea DOWN
elasticpot DOWN
elasticsearch DOWN
ewsposter DOWN
head DOWN
heralding DOWN
honeytrap DOWN
kibana DOWN
logstash DOWN
mailoney DOWN
medpot DOWN
nginx DOWN
p0f DOWN
rdpy DOWN
snare DOWN
spiderfoot DOWN
suricata DOWN
tanner DOWN
tanner_api DOWN
tanner_phpox DOWN
tanner_redis DOWN
tanner_web DOWN
[root@frontuniform:/home/tsec]#

@t3chn0m4g3 t3chn0m4g3 added the no basic support info Please follow the guidelines so we can help label Aug 23, 2019
@zimbawe998
Copy link
Author

it seems that docker is not installed.
how can i reinstall without beak something?

@t3chn0m4g3
Copy link
Member

Unless you provide the basic support info requested upon opening the issue I have no clue how to help you.

@zimbawe998
Copy link
Author

  • What version of the OS are you currently using lsb_release -a and uname -a?
    Linux frontuniform 5.2.0-2-amd64 Release needs testing in VM and on a NUC #1 SMP Debian 5.2.9-2 (2019-08-21) x86_64 GNU/L

  • What T-Pot version are you currently using?
    19.3.1

  • What edition (Standard, Nextgen, etc.) of T-Pot are you running?
    standard

  • What architecture are you running on (i.e. hardware, cloud, VM, etc.)?
    VM VMWare

  • Did you have any problems during the install? If yes, please attach /install.log /install.err.
    NO

  • How long has your installation been running?
    30 minutes. it's the third time, with same error, also with NextGen

  • Did you install upgrades, packages or use the update script?
    I tried the Upgrade to solve the problem

  • Did you modify any scripts or configs? If yes, please attach the changes.
    No

  • Please provide a screenshot of glances and htop.
    command not found

  • How much free disk space is available (df -h)?
    [root@frontuniform:/opt/tpot]# df -h
    Filesystem Size Used Avail Use% Mounted on
    udev 7.9G 0 7.9G 0% /dev
    tmpfs 1.6G 8.6M 1.6G 1% /run
    /dev/sda2 169G 2.0G 159G 2% /
    tmpfs 7.9G 0 7.9G 0% /dev/shm
    tmpfs 5.0M 0 5.0M 0% /run/lock
    tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
    tmpfs 1.6G 0 1.6G 0% /run/user/1000

  • What is the current container status (dps.sh)?
    [root@frontuniform:/opt/tpot]# dps.sh
    grc: docker: No such file or directory
    ========| System |========
    Date: Fri 23 Aug 2019 12:20:27 PM UTC
    Uptime: 12:20:27 up 34 min, 2 users, load average: 0.00, 0.02, 0.00

NAME STATUS PORTS
adbhoney DOWN
ciscoasa DOWN
conpot_guardian_ast DOWN
conpot_iec104 DOWN
conpot_ipmi DOWN
conpot_kamstrup_382 DOWN
cowrie DOWN
cyberchef DOWN
dionaea DOWN
elasticpot DOWN
elasticsearch DOWN
ewsposter DOWN
head DOWN
heralding DOWN
honeytrap DOWN
kibana DOWN
logstash DOWN
mailoney DOWN
medpot DOWN
nginx DOWN
p0f DOWN
rdpy DOWN
snare DOWN
spiderfoot DOWN
suricata DOWN
tanner DOWN
tanner_api DOWN
tanner_phpox DOWN
tanner_redis DOWN
tanner_web DOWN
[root@frontuniform:/opt/tpot]#

  • What is the status of the T-Pot service (systemctl status tpot)?
    [root@frontuniform:/opt/tpot]# systemctl status tpot
    ● tpot.service - tpot
    Loaded: loaded (/etc/systemd/system/tpot.service; enabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Fri 2019-08-23 11:45:49 UTC; 35min ago

Aug 23 11:45:49 frontuniform systemd[1]: tpot.service: Service RestartSec=5s expired, scheduling restart.
Aug 23 11:45:49 frontuniform systemd[1]: tpot.service: Failed to schedule restart job: Unit docker.service not found.
Aug 23 11:45:49 frontuniform systemd[1]: tpot.service: Failed with result 'exit-code'.
[root@frontuniform:/opt/tpot]#

  • What ports are being occupied? Stop T-Pot systemctl stop tpot and run netstat -tulpen
    [root@frontuniform:/opt/tpot]# netstat -tulpen
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
    tcp 0 0 0.0.0.0:64295 0.0.0.0:* LISTEN 0 13045 543/sshd
    tcp6 0 0 :::64295 :::* LISTEN 0 13056 543/sshd

  • If a single container shows as DOWN you can run docker logs <container-name> for the latest log entries
    no log.
    all like this:
    [root@frontuniform:/opt/tpot]# docker logs ciscoasa
    bash: docker: command not found

update.sh logs with errors
[root@frontuniform:/opt/tpot]# ./update.sh -y

Checking for Release ID

Checking for version tag ...

19.03.1 is eligible for the update procedure. [ OK ]

Checking for T-Pot configuration file ...

/opt/tpot/etc/tpot.yml [ OK ]

Now checking availability of ...

https://index.docker.io [ OK ]
https://github.com [ OK ]
https://pypi.python.org [ OK ]
https://debian.org [ OK ]

Need to stop T-Pot ...

Now stopping T-Pot. [ OK ]
Now cleaning up containers.

./update.sh: line 123: docker: command not found

Create a backup, just in case ...

Building archive in /root/201908231215_tpot_backup.tgz [ OK ]

Now checking for newer files in repository ...

Fetching origin

Pulling updates from repository.

HEAD is now at bc6e94d spiderfoot, head bump to latest master
Already up to date.

Installing apt-fast

--2019-08-23 12:15:53-- https://raw.githubusercontent.com/ilikenwf/apt-fast/master/apt-fast
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 21346 (21K) [text/plain]
Saving to: ‘/usr/local/sbin/apt-fast’

/usr/local/sbin/apt-fast 100%[==================================================================================================================>] 20.85K --.-KB/s in 0.006s

2019-08-23 12:15:53 (3.13 MB/s) - ‘/usr/local/sbin/apt-fast’ saved [21346/21346]

Now upgrading packages ...

Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
fuse
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libbluetooth3 libmm-glib0 libndp0 libnm0 libntfs-3g883 libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libteamdctl0 network-manager node-normalize.css python python-minimal
python2 python2-minimal python2.7 python2.7-minimal
0 upgraded, 0 newly installed, 18 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 35.2 MB disk space will be freed.
(Reading database ... 34968 files and directories currently installed.)
Removing network-manager (1.20.0-1) ...
Removing libbluetooth3:amd64 (5.50-1+b1) ...
Removing libmm-glib0:amd64 (1.10.4-0.1) ...
Removing libndp0:amd64 (1.6-1+b1) ...
Removing libnm0:amd64 (1.20.0-1) ...
Removing libntfs-3g883 (1:2017.3.23AR.3-3) ...
Removing python (2.7.16-1) ...
Removing libpython-stdlib:amd64 (2.7.16-1) ...
Removing python2 (2.7.16-1) ...
Removing libpython2-stdlib:amd64 (2.7.16-1) ...
Removing python2.7 (2.7.16-3) ...
Removing libpython2.7-stdlib:amd64 (2.7.16-3) ...
Removing python-minimal (2.7.16-1) ...
Removing libteamdctl0:amd64 (1.28-1+b1) ...
Removing node-normalize.css (8.0.1-3) ...
Removing python2-minimal (2.7.16-1) ...
Removing python2.7-minimal (2.7.16-3) ...
Removing libpython2.7-minimal:amd64 (2.7.16-3) ...
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for man-db (2.8.6.1-1) ...
Processing triggers for dbus (1.12.16-1) ...
Processing triggers for mime-support (3.63) ...
Errors were encountered while processing:
fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hit:1 http://deb.debian.org/debian unstable InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'man-db' instead of 'man'
apache2-utils is already the newest version (2.4.41-1).
apparmor is already the newest version (2.13.3-4).
aria2 is already the newest version (1.34.0-4+b1).
ca-certificates is already the newest version (20190110).
console-setup is already the newest version (1.193).
console-setup-linux is already the newest version (1.193).
libcrack2 is already the newest version (2.9.6-2+b1).
curl is already the newest version (7.65.3-1).
dialog is already the newest version (1.3-20190211-1).
figlet is already the newest version (2.2.5-3+b1).
git is already the newest version (1:2.23.0-1).
grc is already the newest version (1.11.3-1).
haveged is already the newest version (1.9.4-2).
iptables is already the newest version (1.8.3-2).
kbd is already the newest version (2.0.4-4).
libltdl7 is already the newest version (2.4.6-10).
man-db is already the newest version (2.8.6.1-1).
mosh is already the newest version (1.3.2-2.1+b1).
net-tools is already the newest version (1.60+git20180626.aebd88e-1).
netselect-apt is already the newest version (0.3.ds1-28).
openssh-server is already the newest version (1:8.0p1-4).
openssl is already the newest version (1.1.1c-1).
psmisc is already the newest version (23.2-1+b1).
software-properties-common is already the newest version (0.96.20.2-2).
toilet is already the newest version (0.3-1.2).
unattended-upgrades is already the newest version (1.14).
wget is already the newest version (1.20.3-1+b1).
wpasupplicant is already the newest version (2:2.9-1).
The following additional packages will be installed:
aufs-dkms bind9-host binutils binutils-common binutils-x86-64-linux-gnu blt cockpit-bridge cockpit-dashboard cockpit-networkmanager cockpit-packagekit cockpit-storaged cockpit-system cockpit-ws cpp cpp-8
cpp-9 crda dbus-user-session dconf-gsettings-backend dconf-service dkms dns-root-data dnsmasq-base dosfstools dpkg-dev exfat-fuse exfat-utils fakeroot fontconfig-config fonts-lyx g++ g++-9 gcc gcc-8
gcc-8-base gcc-9 gdisk geoip-database glib-networking glib-networking-common glib-networking-services golang-docker-credential-helpers gsettings-desktop-schemas gyp hddtemp javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatasmart4 libatomic1 libbind9-161 libbinutils libblas3 libblockdev-crypto2 libblockdev-fs2 libblockdev-loop2
libblockdev-mdraid2 libblockdev-part-err2 libblockdev-part2 libblockdev-swap2 libblockdev-utils2 libblockdev2 libbluetooth3 libbytesize1 libc-dev-bin libc6-dev libcc1-0 libdconf1 libdns1104 libdpkg-perl
libevent-core-2.1-6 libevent-pthreads-2.1-6 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfstrm0 libgcc-8-dev libgcc-9-dev libgeoip1 libgfortran5 libgomp1 libgpgme11 libgudev-1.0-0
libice6 libimagequant0 libintl-perl libintl-xs-perl libirs161 libisc1100 libisccc161 libisccfg163 libisl19 libitm1 libiw30 libjbig0 libjim0.77 libjpeg62-turbo libjq1 libjs-inherits libjs-is-typedarray
libjs-jquery libjs-jquery-ui libjs-sphinxdoc libjs-underscore libjson-glib-1.0-0 libjson-glib-1.0-common liblapack3 liblcms2-2 liblsan0 liblwres161 libmbim-glib4 libmbim-proxy libmm-glib0
libmodule-find-perl libmodule-scandeps-perl libmpc3 libmpfr6 libmpx2 libndp0 libnm0 libnode-dev libnode64 libnspr4 libnss3 libntfs-3g883 libonig5 libopts25 libparted-fs-resize0 libparted2 libpcap0.8
libproc-processtable-perl libprotobuf-c1 libproxy1v5 libpwquality-common libpwquality-tools libpwquality1 libpython-all-dev libpython-dev libpython-stdlib libpython2-dev libpython2-stdlib libpython2.7
libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libqmi-glib5 libqmi-proxy libqrencode4 libquadmath0 libsecret-1-0 libsecret-common libsensors-config libsensors5 libsm6 libsort-naturally-perl
libssh-4 libssl-dev libstdc++-9-dev libtcl8.6 libteamdctl0 libterm-readkey-perl libtiff5 libtk8.6 libtsan0 libubsan1 libudisks2-0 libusb-1.0-0 libuv1 libuv1-dev libvolume-key1 libwebp6 libwebpdemux2
libwebpmux3 libxft2 libxmu6 libxrender1 libxss1 libxt6 linux-compiler-gcc-8-x86 linux-headers-5.2.0-2-amd64 linux-headers-5.2.0-2-common linux-headers-amd64 linux-kbuild-5.2 linux-libc-dev lm-sensors
make manpages manpages-dev mdadm modemmanager mtools needrestart network-manager node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy
node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird node-boxen node-brace-expansion node-builtin-modules
node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-color-convert node-color-name node-combined-stream node-concat-map
node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash node-decamelize node-decompress-response
node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream
node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum
node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag
node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight node-inherits
node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl
node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim
node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response node-minimatch
node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-normalize.css node-npm-package-arg node-npm-run-path
node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout node-package-json
node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard node-proto-list
node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory
node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex
node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 node-timed-out
node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate node-uuid
node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy
node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs nodejs-doc ntfs-3g parted ppp python python-all python-all-dev python-asn1crypto
python-cffi-backend python-configparser python-crypto python-cryptography python-dbus python-dev python-entrypoints python-enum34 python-gi python-ipaddress python-keyring python-keyrings.alt
python-matplotlib-data python-minimal python-pip-whl python-pkg-resources python-secretstorage python-setuptools python-six python-wheel python-xdg python2 python2-dev python2-minimal python2.7
python2.7-dev python2.7-minimal python3-bottle python3-cached-property python3-certifi python3-chardet python3-cycler python3-dateutil python3-distutils python3-docker python3-dockerpty
python3-dockerpycreds python3-docopt python3-idna python3-influxdb python3-jsonschema python3-kiwisolver python3-lib2to3 python3-matplotlib python3-netifaces python3-numpy python3-olefile python3-pil
python3-pkg-resources python3-ply python3-psutil python3-pyasn1 python3-pycryptodome python3-pyinotify python3-pyparsing python3-pysmi python3-pysnmp4 python3-pystache python3-requests python3-six
python3-systemd python3-texttable python3-tk python3-tz python3-urllib3 python3-websocket python3-yaml qrencode runc sntp syslinux-common tini tk8.6-blt2.5 tree ttf-bitstream-vera udisks2 usb-modeswitch
usb-modeswitch-data vim-runtime whois wireless-regdb x11-common xclip
Suggested packages:
aufs-dev binutils-doc blt-demo cockpit-doc cockpit-pcp cockpit-machines xdg-utils cpp-doc gcc-8-locales gcc-9-locales python3-apport menu rblcheck docker-doc btrfs-progs debootstrap rinse xfsprogs
zfs-fuse | zfsutils debian-keyring mailx monit sqlite3 g++-multilib g++-9-multilib gcc-9-doc libstdc++6-9-dbg gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-8-multilib gcc-8-doc
libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg gcc-9-multilib wodim cdrkit-doc glances-doc lsof strace apache2
| lighttpd | httpd glibc-doc bzr geoip-bin libjs-jquery-ui-docs liblcms2-utils libparted-dev libparted-i18n libssl-doc libstdc++-9-doc tcl8.6 tk8.6 fancontrol read-edid i2c-tools make-doc dracut-core
floppyd needrestart-session | libnotify-bin iucode-tool libteam-utils libjs-html5shiv ntp-doc parted-doc libxml-simple-perl ruby doc-base python-doc python-tk python-cryptography-doc
python-cryptography-vectors python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-gdata python-keyczar python-secretstorage-doc
python-setuptools-doc python2-doc python2.7-doc binfmt-support python-cycler-doc python-jsonschema-doc dvipng ffmpeg gir1.2-gtk-3.0 ghostscript inkscape ipython3 librsvg2-common python-matplotlib-doc
python3-cairocffi python3-gi-cairo python3-gobject python3-nose python3-pyqt4 python3-scipy python3-sip python3-tornado texlive-extra-utils texlive-latex-extra ttf-staypuft gfortran python-numpy-doc
python3-dev python3-pytest python3-numpy-dbg python-pil-doc python3-pil-dbg python3-setuptools python-ply-doc python-psutil-doc python-pyinotify-doc python-pyparsing-doc python3-cryptography
python3-openssl python3-socks tix python3-tk-dbg f2fs-tools nilfs-tools reiserfsprogs udftools udisks2-bcache udisks2-btrfs udisks2-lvm2 udisks2-vdo udisks2-zram zip comgt wvdial ctags vim-doc
vim-scripts
Recommended packages:
default-mta | mail-transport-agent
The following NEW packages will be installed:
apt-transport-https aufs-dkms aufs-tools bash-completion bind9-host binutils binutils-common binutils-x86-64-linux-gnu blt build-essential cgroupfs-mount cockpit cockpit-bridge cockpit-dashboard
cockpit-docker cockpit-networkmanager cockpit-packagekit cockpit-storaged cockpit-system cockpit-ws cpp cpp-8 cpp-9 crda dbus-user-session dconf-gsettings-backend dconf-service debconf-utils dkms
dns-root-data dnsmasq-base dnsutils docker-compose docker.io dosfstools dpkg-dev dstat ethtool exfat-fuse exfat-utils fail2ban fakeroot fontconfig-config fonts-lyx g++ g++-9 gcc gcc-8 gcc-8-base gcc-9
gdisk genisoimage geoip-database glances glib-networking glib-networking-common glib-networking-services golang-docker-credential-helpers gsettings-desktop-schemas gyp hddtemp html2text htop iw
javascript-common jq libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatasmart4 libatomic1 libbind9-161 libbinutils libblas3 libblockdev-crypto2 libblockdev-fs2
libblockdev-loop2 libblockdev-mdraid2 libblockdev-part-err2 libblockdev-part2 libblockdev-swap2 libblockdev-utils2 libblockdev2 libbluetooth3 libbytesize1 libc-dev-bin libc6-dev libcc1-0 libdconf1
libdns1104 libdpkg-perl libevent-core-2.1-6 libevent-pthreads-2.1-6 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfstrm0 libgcc-8-dev libgcc-9-dev libgeoip1 libgfortran5 libgomp1
libgpgme11 libgudev-1.0-0 libice6 libimagequant0 libintl-perl libintl-xs-perl libirs161 libisc1100 libisccc161 libisccfg163 libisl19 libitm1 libiw30 libjbig0 libjim0.77 libjpeg62-turbo libjq1
libjs-inherits libjs-is-typedarray libjs-jquery libjs-jquery-ui libjs-sphinxdoc libjs-underscore libjson-glib-1.0-0 libjson-glib-1.0-common liblapack3 liblcms2-2 liblsan0 liblwres161 libmbim-glib4
libmbim-proxy libmm-glib0 libmodule-find-perl libmodule-scandeps-perl libmpc3 libmpfr6 libmpx2 libndp0 libnm0 libnode-dev libnode64 libnspr4 libnss3 libntfs-3g883 libonig5 libopts25 libparted-fs-resize0
libparted2 libpcap0.8 libproc-processtable-perl libprotobuf-c1 libproxy1v5 libpwquality-common libpwquality-tools libpwquality1 libpython-all-dev libpython-dev libpython-stdlib libpython2-dev
libpython2-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libqmi-glib5 libqmi-proxy libqrencode4 libquadmath0 libsecret-1-0 libsecret-common libsensors-config libsensors5
libsm6 libsort-naturally-perl libssh-4 libssl-dev libstdc++-9-dev libtcl8.6 libteamdctl0 libterm-readkey-perl libtiff5 libtk8.6 libtsan0 libubsan1 libudisks2-0 libusb-1.0-0 libuv1 libuv1-dev
libvolume-key1 libwebp6 libwebpdemux2 libwebpmux3 libxft2 libxmu6 libxrender1 libxss1 libxt6 linux-compiler-gcc-8-x86 linux-headers-5.2.0-2-amd64 linux-headers-5.2.0-2-common linux-headers-amd64
linux-kbuild-5.2 linux-libc-dev lm-sensors make manpages manpages-dev mdadm modemmanager mtools multitail needrestart network-manager node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex
node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bluebird
node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-cli-boxes node-cliui node-clone node-color-convert
node-color-name node-combined-stream node-concat-map node-concat-stream node-config-chain node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-cyclist node-dashdash
node-decamelize node-decompress-response node-deep-extend node-defaults node-delayed-stream node-delegates node-detect-indent node-detect-newline node-duplexer3 node-duplexify node-ecc-jsbn node-editor
node-encoding node-end-of-stream node-errno node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream node-forever-agent node-form-data
node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath node-gauge node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema
node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash
node-inflight node-inherits node-ini node-invert-kv node-is-builtin-module node-is-npm node-is-object node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe
node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream
node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lowercase-keys node-lru-cache node-mem node-mime-types node-mimic-fn node-mimic-response
node-minimatch node-minimist node-mississippi node-mkdirp node-move-concurrently node-mute-stream node-node-uuid node-nopt node-normalize-package-data node-normalize.css node-npm-package-arg
node-npm-run-path node-npmlog node-oauth-sign node-object-assign node-once node-opener node-os-locale node-osenv node-p-cancelable node-p-finally node-p-limit node-p-locate node-p-timeout
node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-prepend-http node-process-nextick-args node-promise-inflight node-promzard
node-proto-list node-prr node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token node-registry-url node-request
node-require-directory node-require-main-filename node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command
node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate
node-stream-shift node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2
node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-uid-number node-unique-filename node-unpipe node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate
node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy
node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs nodejs-doc npm ntfs-3g ntp parted pass ppp prips pv python python-all python-all-dev
python-asn1crypto python-cffi-backend python-configparser python-crypto python-cryptography python-dbus python-dev python-entrypoints python-enum34 python-gi python-ipaddress python-keyring
python-keyrings.alt python-matplotlib-data python-minimal python-pip python-pip-whl python-pkg-resources python-secretstorage python-setuptools python-six python-wheel python-xdg python2 python2-dev
python2-minimal python2.7 python2.7-dev python2.7-minimal python3-bottle python3-cached-property python3-certifi python3-chardet python3-cycler python3-dateutil python3-distutils python3-docker
python3-dockerpty python3-dockerpycreds python3-docopt python3-idna python3-influxdb python3-jsonschema python3-kiwisolver python3-lib2to3 python3-matplotlib python3-netifaces python3-numpy
python3-olefile python3-pil python3-pkg-resources python3-ply python3-psutil python3-pyasn1 python3-pycryptodome python3-pyinotify python3-pyparsing python3-pysmi python3-pysnmp4 python3-pystache
python3-requests python3-six python3-systemd python3-texttable python3-tk python3-tz python3-urllib3 python3-websocket python3-yaml qrencode runc sntp syslinux syslinux-common tini tk8.6-blt2.5 tree
ttf-bitstream-vera udisks2 unzip usb-modeswitch usb-modeswitch-data vim vim-runtime whois wireless-regdb wireless-tools x11-common xclip
0 upgraded, 561 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/259 MB of archives.
After this operation, 951 MB of additional disk space will be used.
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 33972 files and directories currently installed.)
Preparing to unpack .../0-libpython2.7-minimal_2.7.16-3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.16-3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../1-python2.7-minimal_2.7.16-3_amd64.deb ...
Unpacking python2.7-minimal (2.7.16-3) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../2-python2-minimal_2.7.16-1_amd64.deb ...
Unpacking python2-minimal (2.7.16-1) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../3-python-minimal_2.7.16-1_amd64.deb ...
Unpacking python-minimal (2.7.16-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../4-libpython2.7-stdlib_2.7.16-3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.16-3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../5-python2.7_2.7.16-3_amd64.deb ...
Unpacking python2.7 (2.7.16-3) ...
Selecting previously unselected package libpython2-stdlib:amd64.
Preparing to unpack .../6-libpython2-stdlib_2.7.16-1_amd64.deb ...
Unpacking libpython2-stdlib:amd64 (2.7.16-1) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../7-libpython-stdlib_2.7.16-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.16-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.16-3) ...
Setting up python2.7-minimal (2.7.16-3) ...
Setting up python2-minimal (2.7.16-1) ...
Selecting previously unselected package python2.
(Reading database ... 34727 files and directories currently installed.)
Preparing to unpack .../python2_2.7.16-1_amd64.deb ...
Unpacking python2 (2.7.16-1) ...
Setting up python-minimal (2.7.16-1) ...
Selecting previously unselected package python.
(Reading database ... 34759 files and directories currently installed.)
Preparing to unpack .../0-python_2.7.16-1_amd64.deb ...
Unpacking python (2.7.16-1) ...
Selecting previously unselected package libbluetooth3:amd64.
Preparing to unpack .../1-libbluetooth3_5.50-1+b1_amd64.deb ...
Unpacking libbluetooth3:amd64 (5.50-1+b1) ...
Selecting previously unselected package libmm-glib0:amd64.
Preparing to unpack .../2-libmm-glib0_1.10.4-0.1_amd64.deb ...
Unpacking libmm-glib0:amd64 (1.10.4-0.1) ...
Selecting previously unselected package libndp0:amd64.
Preparing to unpack .../3-libndp0_1.6-1+b1_amd64.deb ...
Unpacking libndp0:amd64 (1.6-1+b1) ...
Selecting previously unselected package libnm0:amd64.
Preparing to unpack .../4-libnm0_1.20.0-1_amd64.deb ...
Unpacking libnm0:amd64 (1.20.0-1) ...
Selecting previously unselected package libteamdctl0:amd64.
Preparing to unpack .../5-libteamdctl0_1.28-1+b1_amd64.deb ...
Unpacking libteamdctl0:amd64 (1.28-1+b1) ...
Selecting previously unselected package network-manager.
Preparing to unpack .../6-network-manager_1.20.0-1_amd64.deb ...
Unpacking network-manager (1.20.0-1) ...
Selecting previously unselected package node-normalize.css.
Preparing to unpack .../7-node-normalize.css_8.0.1-3_all.deb ...
Unpacking node-normalize.css (8.0.1-3) ...
Selecting previously unselected package libntfs-3g883.
Preparing to unpack .../8-libntfs-3g883_1%3a2017.3.23AR.3-3_amd64.deb ...
Unpacking libntfs-3g883 (1:2017.3.23AR.3-3) ...
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
info: Trying to set 'docker.io/restart' [boolean] to 'true'
info: Loading answer for 'docker.io/restart'
info: Trying to set 'debconf/frontend' [select] to 'noninteractive'
info: Loading answer for 'debconf/frontend'

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libbluetooth3 libmm-glib0 libndp0 libnm0 libntfs-3g883 libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libteamdctl0 network-manager node-normalize.css python python-minimal
python2 python2-minimal python2.7 python2.7-minimal
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
15 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Setting up libntfs-3g883 (1:2017.3.23AR.3-3) ...
Setting up libpython2.7-stdlib:amd64 (2.7.16-3) ...
Setting up libteamdctl0:amd64 (1.28-1+b1) ...
Setting up libnm0:amd64 (1.20.0-1) ...
Setting up libmm-glib0:amd64 (1.10.4-0.1) ...
Setting up libbluetooth3:amd64 (5.50-1+b1) ...
Setting up libndp0:amd64 (1.6-1+b1) ...
Setting up node-normalize.css (8.0.1-3) ...
Setting up python2.7 (2.7.16-3) ...
Setting up libpython2-stdlib:amd64 (2.7.16-1) ...
Setting up network-manager (1.20.0-1) ...
Setting up python2 (2.7.16-1) ...
Setting up libpython-stdlib:amd64 (2.7.16-1) ...
Setting up python (2.7.16-1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (242-4) ...
Processing triggers for man-db (2.8.6.1-1) ...
Processing triggers for dbus (1.12.16-1) ...
Processing triggers for mime-support (3.63) ...
Errors were encountered while processing:
fuse
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
fuse
./update.sh: line 194: npm: command not found
./update.sh: line 195: pip: command not found
./update.sh: line 197: pip: command not found
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'mailutils' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libbluetooth3 libmm-glib0 libndp0 libnm0 libntfs-3g883 libpython-stdlib libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib libteamdctl0 network-manager node-normalize.css python python-minimal
python2 python2-minimal python2.7 python2.7-minimal
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
exim4-base*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
installed fuse package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
exim4-base set on hold.
mailutils set on hold.

Now replacing T-Pot related config files on host

Ensure some T-Pot defaults with regard to some folders, permissions and configs.

Now pulling latest docker images

This might take a while, please be patient!

./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found
./update.sh: line 171: docker: command not found

If you made changes to tpot.yml please ensure to add them again.

We stored the previous version as backup in /root/.

Some updates may need an import of the latest Kibana objects as well.

Download the latest objects here if they recently changed:

https://raw.githubusercontent.com/dtag-dev-sec/tpotce/master/etc/objects/kibana_export.json.zip

Export and import the objects easily through the Kibana WebUI:

Go to Kibana > Management > Saved Objects > Export / Import

All objects will be overwritten upon import, make sure to run an export first.

Please reboot.

[root@frontuniform:/opt/tpot]# q

@t3chn0m4g3
Copy link
Member

From the looks of it my best guess that the mirror has currently some problems (fuse package). Nothing I can really do about it at the moment. Will start an install and see if this is reproducable.

@t3chn0m4g3
Copy link
Member

This is confirmed. I can reproduce this. My assumption was correct fuse package is defective.

@t3chn0m4g3 t3chn0m4g3 added upstream-bug and removed no basic support info Please follow the guidelines so we can help labels Aug 23, 2019
@t3chn0m4g3
Copy link
Member

There is already a Debian bug report for fuse-2.9.9-1.

At this point in time we need to wait for a fix since fuse is a widely used dependency.

@t3chn0m4g3 t3chn0m4g3 changed the title New installation without docker fuse package broken - installs and updates will fail Aug 23, 2019
@zimbawe998
Copy link
Author

zimbawe998 commented Aug 23, 2019 via email

@t3chn0m4g3
Copy link
Member

Will close the ticket if it works again :bowtie:

@zimbawe998
Copy link
Author

zimbawe998 commented Aug 23, 2019 via email

@cappetta
Copy link

cappetta commented Aug 23, 2019

Nope - Caught this as well -- here's a PR w/ the fix to revert back to a stable install (use w/ caution & note the update concern below):

#441

Note: I dont expect the PR to be approved but its available for others to use

@t3chn0m4g3
Copy link
Member

@cappetta An installation with the code of your PR is not recommended. It will most likely break installations when using update.sh.

@t3chn0m4g3 t3chn0m4g3 changed the title fuse package broken - installs and updates will fail fuse package broken - installs will currently fail Aug 23, 2019
t3chn0m4g3 added a commit that referenced this issue Aug 23, 2019
@t3chn0m4g3
Copy link
Member

While the fuse package is still broken, installation in pre-install (stretch, buster) works fine and thus update to sid is unaffected.

Appreciate feedback, works perfectly fine here.

@t3chn0m4g3
Copy link
Member

This is solved. However I will keep it open until Monday.

@t3chn0m4g3 t3chn0m4g3 changed the title fuse package broken - installs will currently fail [FIXED] - fuse package broken - installs will currently fail Aug 23, 2019
@dpisano
Copy link

dpisano commented Aug 25, 2019

It looks like the problem with fuse is back. I'm now seeing a problem during the sid upgrade with it. It was fine yesterday with the workaround.

@t3chn0m4g3
Copy link
Member

t3chn0m4g3 commented Aug 25, 2019

@dpisano Can you provide some logs? Unfortunately I cannot reproduce.

@dpisano
Copy link

dpisano commented Aug 25, 2019

This is what I'm seeing in the install.log.

root@stretch:/# grep fuse install.log
08/25 15:44:02 [NOTICE] Verification finished successfully. file=/var/cache/apt/apt-fast/fuse_2.9.9-1_amd64.deb
08/25 15:44:02 [NOTICE] Download complete: /var/cache/apt/apt-fast/fuse_2.9.9-1_amd64.deb
08/25 15:44:02 [NOTICE] Verification finished successfully. file=/var/cache/apt/apt-fast/libfuse2_2.9.9-1_amd64.deb
08/25 15:44:02 [NOTICE] Download complete: /var/cache/apt/apt-fast/libfuse2_2.9.9-1_amd64.deb
72d752|OK  |    34MiB/s|/var/cache/apt/apt-fast/fuse_2.9.9-1_amd64.deb
342365|OK  |   6.4MiB/s|/var/cache/apt/apt-fast/libfuse2_2.9.9-1_amd64.deb
  fuse gcc geoip-database gettext-base gir1.2-glib-2.0
  libfakeroot libfastjson4 libfdisk1 libffi6 libfreetype6 libfribidi0 libfuse2
   * Refuse RSA keys <1024 bits in length and improve reporting for keys
Preparing to unpack .../132-fuse_2.9.9-1_amd64.deb ...
Unpacking fuse (2.9.9-1) over (2.9.7-1+deb9u2) ...
Preparing to unpack .../133-libfuse2_2.9.9-1_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-1) over (2.9.7-1+deb9u2) ...
Setting up libfuse2:amd64 (2.9.9-1) ...
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
 installed fuse package post-installation script subprocess returned error exit status 1
 fuse
08/25 15:50:35 [NOTICE] CUID#231 - Redirecting to http://cdn-fastly.deb.debian.org/debian/pool/main/f/fuse-exfat/exfat-fuse_1.3.0-1_amd64.deb
08/25 15:50:35 [NOTICE] Verification finished successfully. file=/var/cache/apt/apt-fast/exfat-fuse_1.3.0-1_amd64.deb
08/25 15:50:35 [NOTICE] Download complete: /var/cache/apt/apt-fast/exfat-fuse_1.3.0-1_amd64.deb
f7d5d9|OK  |    14MiB/s|/var/cache/apt/apt-fast/exfat-fuse_1.3.0-1_amd64.deb
  dnsmasq-base dosfstools exfat-fuse exfat-utils fontconfig-config fonts-lyx
  docker-doc btrfs-progs debootstrap rinse xfsprogs zfs-fuse | zfsutils monit
  exfat-fuse exfat-utils fail2ban fontconfig-config fonts-lyx gdisk
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
 installed fuse package post-installation script subprocess returned error exit status 1
 fuse
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
 installed fuse package post-installation script subprocess returned error exit status 1
 fuse
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
 installed fuse package post-installation script subprocess returned error exit status 1
 fuse
Del fuse 2.9.7-1+deb9u2 [71.5 kB]
Setting up fuse (2.9.9-1) ...
dpkg: error processing package fuse (--configure):
 installed fuse package post-installation script subprocess returned error exit status 1
 fuse

@t3chn0m4g3
Copy link
Member

Interesting, it does not seem to upgrade the package as it supposed to do.

@oriolnfe
Copy link

oriolnfe commented Sep 8, 2019

Hello,

I was going to post a new issue, but mine is related to this one.
I have been trying to deploy the Cloud Edition for T-Pot, but I am finding blockers like the fuse package issue, and also that the docker, nodejs and npm are not installing. As a result from that the deployed instance hangs on reboot, since the software is not correctly installed.

Is that something occurring to you as well?

@dpisano
Copy link

dpisano commented Sep 8, 2019

I'm not having problems with any of my setups. The fuse package has been fixed for me for the past week.

@oriolnfe
Copy link

oriolnfe commented Sep 9, 2019

Actually, I tried again and it worked. Excuse the hassle!

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

No branches or pull requests

5 participants