Installing the agent
-
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy looks like you have a problem with your system and insserve. I've seen it recommended to remove it as too many things don't support it.
apt-get remove insserv
Not sure if I can as I might need it for the EZ Proxy part that is on that server. But I'll see what I can do.
EZ Proxy is specifically one of the packages not working with it.
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
The Windows box didn't have any updates needed.
-
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
-
@wls-itguy said in Installing the agent:
The Windows box didn't have any updates needed.
Very strange that PS doesn't have that cmdlet when updated.
If PowerShell is too hold for the job, you can use the fallback manual download:
Once downloaded, open the folder it is in, right click and "Run As Admin"
-
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Powershell versions did not update with Windows Update by default in 2008 R2 to my knowledge.
-
@jaredbusch said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Powershell versions did not update with Windows Update by default in 2008 R2 to my knowledge.
It doesn't. Just read that on the Google. I am updating now.
-
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
So it definitely has problems even on the restore without any SS on there? Not that I'm happy about that, but sure didn't want to be the cause of any problems.
-
Googled to verify..
Invoke-Webrequest
was implemented with Powershell 3.0 in 2012.That is after Server 2008 R2.
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
So it definitely has problems even on the restore without any SS on there? Not that I'm happy about that, but sure didn't want to be the cause of any problems.
Correct. Seems there are some other things going sideways on that box. Good thing it is only a Proxy server. I'll spin up a new VM for it and move the limited data over tomorrow.
-
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
So it definitely has problems even on the restore without any SS on there? Not that I'm happy about that, but sure didn't want to be the cause of any problems.
Correct. Seems there are some other things going sideways on that box. Good thing it is only a Proxy server. I'll spin up a new VM for it and move the limited data over tomorrow.
See, SodiumSuite found your first issue already!
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
So it definitely has problems even on the restore without any SS on there? Not that I'm happy about that, but sure didn't want to be the cause of any problems.
Correct. Seems there are some other things going sideways on that box. Good thing it is only a Proxy server. I'll spin up a new VM for it and move the limited data over tomorrow.
See, SodiumSuite found your first issue already!
Yup, definitely wasn't getting that from
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Update to Windows Management Framework 5.1 can help with that. Just need .Net 4.5 or higher.
https://www.microsoft.com/en-us/download/details.aspx?id=54616 -
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
And on Windows 2008 R2 using the SuperDOS script:
PowerShell doesn't have Invoke-Webrequest? That's a really old cmdlet. I noticed the Debian system having issues is not patched, is this Windows maybe not patched either? We can always get the script another way, but not having PowerShell makes it a little harder.
Had to restore the debian system from backup. I'll patch it before I try installing the SS agent again.
Just now?
Yes.
That's not good. Those errors don't appear to be from the install, though, they appear to be from existing packages that can't update.
Yea, that thing is FUBAR'd! Guess I have something else to work on tomorrow
So it definitely has problems even on the restore without any SS on there? Not that I'm happy about that, but sure didn't want to be the cause of any problems.
Correct. Seems there are some other things going sideways on that box. Good thing it is only a Proxy server. I'll spin up a new VM for it and move the limited data over tomorrow.
See, SodiumSuite found your first issue already!
Yup, definitely wasn't getting that from
Ha, lame.
-
@scottalanmiller said in Installing the agent:
For Mac the installer should work fine, I believe. It's pretty new. For scanning, we are working on getting it to keep reporting. It keeps working, but acts like it isn't. So it collects data, but says that the data is old.
Another Mac install fail. bash: Line 243 /etc/hosts: Permission denied
-
Argh. Okay. On a plane now. Will look when I can.
-
@scottalanmiller said in Installing the agent:
@wls-itguy said in Installing the agent:
@dustinb3403 said in Installing the agent:
Do you have wget or curl installed, I believe debian comes with both. So either should work.
wget worked for Debian. Ubuntu failed but that is because of root being disabled by default.
Just switch into root. Ubuntu doesn't disable root, they just don't hand out the password.
Yes, it it... https://help.ubuntu.com/community/RootSudo
By default, the root account password is locked in Ubuntu.
-
Debian 9
root@oso:~# wget -q -O - https://gitlab.com/dutchcolonial/sodiumsuiteinstallers/raw/master/unix.sh | bash -s 79bcd200ab29ef4fac4adc5a34ff0a9b7d065146 Hit:1 http://security.debian.org stretch/updates InRelease Hit:2 http://apt.postgresql.org/pub/repos/apt wheezy-pgdg InRelease Ign:3 http://ftp.us.debian.org/debian stretch InRelease Hit:4 http://ftp.us.debian.org/debian stretch-updates InRelease Hit:5 http://ftp.us.debian.org/debian stretch Release Hit:6 http://cdn-fastly.deb.debian.org/debian wheezy-backports InRelease Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: dctrl-tools debconf-utils libjs-sphinxdoc libjs-underscore libpgm-5.2-0 libsodium18 libzmq5 python-backports-abc python-cffi-backend python-concurrent.futures python-croniter python-crypto python-cryptography python-dateutil python-enum34 python-idna python-ipaddress python-jinja2 python-markupsafe python-msgpack python-openssl python-pyasn1 python-requests python-singledispatch python-systemd python-tornado python-tz python-urllib3 python-yaml python-zmq salt-common Suggested packages: debtags python-crypto-dbg python-crypto-doc python-cryptography-doc python-cryptography-vectors python-enum34-doc python-jinja2-doc python-openssl-doc python-openssl-dbg python-psutil-doc doc-base python-socks python-mysqldb python-tornado-doc python-twisted python-ntlm python-mako salt-doc python-augeas The following NEW packages will be installed: dctrl-tools debconf-utils libjs-sphinxdoc libjs-underscore libpgm-5.2-0 libsodium18 libzmq5 python-backports-abc python-cffi-backend python-concurrent.futures python-croniter python-crypto python-cryptography python-dateutil python-enum34 python-idna python-ipaddress python-jinja2 python-markupsafe python-msgpack python-openssl python-psutil python-pyasn1 python-requests python-singledispatch python-systemd python-tornado python-tz python-urllib3 python-yaml python-zmq salt-common salt-minion 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. Need to get 6,175 kB/7,074 kB of archives. After this operation, 33.6 MB of additional disk space will be used. Get:1 http://ftp.us.debian.org/debian stretch/main amd64 dctrl-tools amd64 2.24-2+b1 [104 kB] Get:2 http://ftp.us.debian.org/debian stretch/main amd64 debconf-utils all 1.5.61 [56.6 kB] Get:3 http://ftp.us.debian.org/debian stretch/main amd64 libjs-underscore all 1.8.3~dfsg-1 [63.8 kB] Get:4 http://ftp.us.debian.org/debian stretch/main amd64 libjs-sphinxdoc all 1.4.9-2 [69.5 kB] Get:5 http://ftp.us.debian.org/debian stretch/main amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] Get:6 http://ftp.us.debian.org/debian stretch/main amd64 libsodium18 amd64 1.0.11-2 [161 kB] Get:7 http://ftp.us.debian.org/debian stretch/main amd64 libzmq5 amd64 4.2.1-4 [200 kB] Get:8 http://ftp.us.debian.org/debian stretch/main amd64 python-backports-abc all 0.5-1 [6,050 B] Get:9 http://ftp.us.debian.org/debian stretch/main amd64 python-concurrent.futures all 3.0.5-3 [35.8 kB] Get:10 http://ftp.us.debian.org/debian stretch/main amd64 python-dateutil all 2.5.3-2 [51.3 kB] Get:11 http://ftp.us.debian.org/debian stretch/main amd64 python-tz all 2016.7-0.3 [33.7 kB] Get:12 http://ftp.us.debian.org/debian stretch/main amd64 python-croniter all 0.3.12-2 [12.6 kB] Get:13 http://ftp.us.debian.org/debian stretch/main amd64 python-markupsafe amd64 0.23-3 [14.4 kB] Get:14 http://ftp.us.debian.org/debian stretch/main amd64 python-jinja2 all 2.8-1 [111 kB] Get:15 http://ftp.us.debian.org/debian stretch/main amd64 python-msgpack amd64 0.4.8-1 [67.8 kB] Get:16 http://ftp.us.debian.org/debian stretch/main amd64 python-psutil amd64 5.0.1-1 [127 kB] Get:17 http://ftp.us.debian.org/debian stretch/main amd64 python-singledispatch all 3.4.0.3-2 [9,690 B] Get:18 http://ftp.us.debian.org/debian stretch/main amd64 python-systemd amd64 233-1 [32.6 kB] Get:19 http://ftp.us.debian.org/debian stretch/main amd64 python-tornado amd64 4.4.3-1 [313 kB] Get:20 http://ftp.us.debian.org/debian stretch/main amd64 python-yaml amd64 3.12-1 [119 kB] Get:21 http://ftp.us.debian.org/debian stretch/main amd64 python-zmq amd64 16.0.2-2 [243 kB] Get:22 http://ftp.us.debian.org/debian stretch/main amd64 salt-common all 2016.11.2+ds-1 [4,152 kB] Get:23 http://ftp.us.debian.org/debian stretch/main amd64 salt-minion all 2016.11.2+ds-1 [34.9 kB] Fetched 6,175 kB in 1s (3,811 kB/s) Extracting templates from packages: 100% Selecting previously unselected package dctrl-tools. (Reading database ... 94652 files and directories currently installed.) Preparing to unpack .../00-dctrl-tools_2.24-2+b1_amd64.deb ... Unpacking dctrl-tools (2.24-2+b1) ... Selecting previously unselected package debconf-utils. Preparing to unpack .../01-debconf-utils_1.5.61_all.deb ... Unpacking debconf-utils (1.5.61) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../02-libjs-underscore_1.8.3~dfsg-1_all.deb ... Unpacking libjs-underscore (1.8.3~dfsg-1) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../03-libjs-sphinxdoc_1.4.9-2_all.deb ... Unpacking libjs-sphinxdoc (1.4.9-2) ... Selecting previously unselected package libpgm-5.2-0:amd64. Preparing to unpack .../04-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... Selecting previously unselected package libsodium18:amd64. Preparing to unpack .../05-libsodium18_1.0.11-2_amd64.deb ... Unpacking libsodium18:amd64 (1.0.11-2) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../06-libzmq5_4.2.1-4_amd64.deb ... Unpacking libzmq5:amd64 (4.2.1-4) ... Selecting previously unselected package python-backports-abc. Preparing to unpack .../07-python-backports-abc_0.5-1_all.deb ... Unpacking python-backports-abc (0.5-1) ... Selecting previously unselected package python-cffi-backend. Preparing to unpack .../08-python-cffi-backend_1.9.1-2_amd64.deb ... Unpacking python-cffi-backend (1.9.1-2) ... Selecting previously unselected package python-concurrent.futures. Preparing to unpack .../09-python-concurrent.futures_3.0.5-3_all.deb ... Unpacking python-concurrent.futures (3.0.5-3) ... Selecting previously unselected package python-dateutil. Preparing to unpack .../10-python-dateutil_2.5.3-2_all.deb ... Unpacking python-dateutil (2.5.3-2) ... Selecting previously unselected package python-tz. Preparing to unpack .../11-python-tz_2016.7-0.3_all.deb ... Unpacking python-tz (2016.7-0.3) ... Selecting previously unselected package python-croniter. Preparing to unpack .../12-python-croniter_0.3.12-2_all.deb ... Unpacking python-croniter (0.3.12-2) ... Selecting previously unselected package python-crypto. Preparing to unpack .../13-python-crypto_2.6.1-7_amd64.deb ... Unpacking python-crypto (2.6.1-7) ... Selecting previously unselected package python-enum34. Preparing to unpack .../14-python-enum34_1.1.6-1_all.deb ... Unpacking python-enum34 (1.1.6-1) ... Selecting previously unselected package python-idna. Preparing to unpack .../15-python-idna_2.2-1_all.deb ... Unpacking python-idna (2.2-1) ... Selecting previously unselected package python-ipaddress. Preparing to unpack .../16-python-ipaddress_1.0.17-1_all.deb ... Unpacking python-ipaddress (1.0.17-1) ... Selecting previously unselected package python-pyasn1. Preparing to unpack .../17-python-pyasn1_0.1.9-2_all.deb ... Unpacking python-pyasn1 (0.1.9-2) ... Selecting previously unselected package python-cryptography. Preparing to unpack .../18-python-cryptography_1.7.1-3_amd64.deb ... Unpacking python-cryptography (1.7.1-3) ... Selecting previously unselected package python-markupsafe. Preparing to unpack .../19-python-markupsafe_0.23-3_amd64.deb ... Unpacking python-markupsafe (0.23-3) ... Selecting previously unselected package python-jinja2. Preparing to unpack .../20-python-jinja2_2.8-1_all.deb ... Unpacking python-jinja2 (2.8-1) ... Selecting previously unselected package python-msgpack. Preparing to unpack .../21-python-msgpack_0.4.8-1_amd64.deb ... Unpacking python-msgpack (0.4.8-1) ... Selecting previously unselected package python-openssl. Preparing to unpack .../22-python-openssl_16.2.0-1_all.deb ... Unpacking python-openssl (16.2.0-1) ... Selecting previously unselected package python-psutil. Preparing to unpack .../23-python-psutil_5.0.1-1_amd64.deb ... Unpacking python-psutil (5.0.1-1) ... Selecting previously unselected package python-urllib3. Preparing to unpack .../24-python-urllib3_1.19.1-1_all.deb ... Unpacking python-urllib3 (1.19.1-1) ... Selecting previously unselected package python-requests. Preparing to unpack .../25-python-requests_2.12.4-1_all.deb ... Unpacking python-requests (2.12.4-1) ... Selecting previously unselected package python-singledispatch. Preparing to unpack .../26-python-singledispatch_3.4.0.3-2_all.deb ... Unpacking python-singledispatch (3.4.0.3-2) ... Selecting previously unselected package python-systemd. Preparing to unpack .../27-python-systemd_233-1_amd64.deb ... Unpacking python-systemd (233-1) ... Selecting previously unselected package python-tornado. Preparing to unpack .../28-python-tornado_4.4.3-1_amd64.deb ... Unpacking python-tornado (4.4.3-1) ... Selecting previously unselected package python-yaml. Preparing to unpack .../29-python-yaml_3.12-1_amd64.deb ... Unpacking python-yaml (3.12-1) ... Selecting previously unselected package python-zmq. Preparing to unpack .../30-python-zmq_16.0.2-2_amd64.deb ... Unpacking python-zmq (16.0.2-2) ... Selecting previously unselected package salt-common. Preparing to unpack .../31-salt-common_2016.11.2+ds-1_all.deb ... Unpacking salt-common (2016.11.2+ds-1) ... Selecting previously unselected package salt-minion. Preparing to unpack .../32-salt-minion_2016.11.2+ds-1_all.deb ... Unpacking salt-minion (2016.11.2+ds-1) ... Setting up python-idna (2.2-1) ... Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... Setting up python-msgpack (0.4.8-1) ... Setting up python-urllib3 (1.19.1-1) ... Setting up python-yaml (3.12-1) ... Setting up python-crypto (2.6.1-7) ... Setting up python-backports-abc (0.5-1) ... Setting up libjs-underscore (1.8.3~dfsg-1) ... Setting up python-pyasn1 (0.1.9-2) ... Setting up debconf-utils (1.5.61) ... Setting up python-tz (2016.7-0.3) ... Setting up libjs-sphinxdoc (1.4.9-2) ... Setting up dctrl-tools (2.24-2+b1) ... Setting up python-markupsafe (0.23-3) ... Setting up python-dateutil (2.5.3-2) ... Setting up python-cffi-backend (1.9.1-2) ... Setting up openssh-server (1:7.4p1-10+deb9u2) ... Processing triggers for libc-bin (2.24-11+deb9u1) ... Setting up python-psutil (5.0.1-1) ... Setting up python-systemd (233-1) ... Setting up python-enum34 (1.1.6-1) ... Processing triggers for systemd (232-25+deb9u1) ... Setting up python-requests (2.12.4-1) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up python-concurrent.futures (3.0.5-3) ... Setting up python-singledispatch (3.4.0.3-2) ... Setting up libsodium18:amd64 (1.0.11-2) ... Setting up python-croniter (0.3.12-2) ... Setting up python-ipaddress (1.0.17-1) ... Setting up rsyslog (8.24.0-1) ... Setting up libzmq5:amd64 (4.2.1-4) ... Setting up python-jinja2 (2.8-1) ... Setting up python-tornado (4.4.3-1) ... Setting up python-cryptography (1.7.1-3) ... Setting up python-zmq (16.0.2-2) ... Setting up salt-common (2016.11.2+ds-1) ... Setting up python-openssl (16.2.0-1) ... Setting up salt-minion (2016.11.2+ds-1) ... Configuration file '/etc/salt/minion' ==> File on system created by you or by a script. ==> File also in package provided by package maintainer. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version. *** minion (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package salt-minion (--configure): end of file on stdin at conffile prompt Processing triggers for libc-bin (2.24-11+deb9u1) ... Processing triggers for systemd (232-25+deb9u1) ... Errors were encountered while processing: salt-minion E: Sub-process /usr/bin/dpkg returned an error code (1) main: line 29: uuidgen: command not found Synchronizing state of salt-minion.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable salt-minion