This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-02 09:33:53,240+00:00 - INFO - scalarizr.app - [pid: 1780] Starting scalarizr 4.1.0.695 | |
2015-11-02 09:33:53,240+00:00 - DEBUG - scalarizr.node - Reloading C:\opt\scalarizr\etc/private.d\config.ini | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.docker - Fitting... | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.docker - Does not fit | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.verizon - Fitting... | |
2015-11-02 09:33:53,270+00:00 - DEBUG - common.utils.subprocess2 - Executing subprocess: ('vmtoolsd --cmd "info-get guestinfo.personality.count"',) | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.configdrive - Fitting... | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.configdrive - Does not fit: Not supported on Windows | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.personality - Fitting... | |
2015-11-02 09:33:53,270+00:00 - DEBUG - agent.cloudinit.metadata.personality - Does not fit: User-data files ['C:\\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get update | |
apt-get install squid3 apache2-utils -y | |
htpasswd -bc /etc/squid3/passwords testuser p@ssw0rd | |
cat <<EOT > /etc/squid3/squid.conf | |
debug_options ALL,9 | |
http_port 3128 |