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 | |
# | |
### BEGIN INIT INFO | |
# Provides: mysql | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Should-Start: $network $named $time | |
# Should-Stop: $network $named $time | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 |
This file has been truncated, but you can view the full file.
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
"September 10th 2019, 07:00:09.901","2019/09/10 05:00:09 [INFO] kontainerdriver rancherkubernetesengine listening on address 127.0.0.1:10296" | |
"September 10th 2019, 07:00:09.908","2019/09/10 05:00:09 [INFO] Starting saving snapshot on etcd hosts" | |
"September 10th 2019, 07:00:09.908","2019/09/10 05:00:09 [INFO] [dialer] Setup tunnel for host [192.168.252.243]" | |
"September 10th 2019, 07:00:09.910","2019/09/10 05:00:09 [INFO] [dialer] Setup tunnel for host [10.10.2.20]" | |
"September 10th 2019, 07:00:09.910","2019/09/10 05:00:09 [INFO] [dialer] Setup tunnel for host [192.168.252.244]" | |
"September 10th 2019, 07:00:09.931","2019/09/10 05:00:09 [INFO] [etcd] Saving snapshot [c-scsb6-rl-zz7w2_2019-09-10T04:59:25Z] on host [192.168.252.244]" | |
"September 10th 2019, 07:00:11.394","2019/09/10 05:00:11 [INFO] Waiting for [etcd-snapshot-once] container to exit on host [192.168.252.244]" | |
"September 10th 2019, 07:00:11.431","2019/09/10 05:00:11 [INFO] kontainerdriver rancherkubernetesengine stopped" | |
"September 10th 2019, 07:00:18.2 |
This file has been truncated, but you can view the full file.
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
MIME-Version: 1.0 | |
Content-Transfer-Encoding: quoted-printable | |
Content-Type: text/html; charset=UTF-8 | |
boundary="=_2373e20b829c980ff7088d22d2cf1d61" | |
Date: Fri, 14 Sep 2018 10:15:27 +0200 |
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
mintvm pywbem-0.8.3.dev0 # python setup.py install | |
running install | |
running bdist_egg | |
running egg_info | |
writing requirements to pywbem.egg-info/requires.txt | |
writing pywbem.egg-info/PKG-INFO | |
writing top-level names to pywbem.egg-info/top_level.txt | |
writing dependency_links to pywbem.egg-info/dependency_links.txt | |
reading manifest file 'pywbem.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' |
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
root@debian-wheezy:~/src/pywbem/src# python setup.py install | |
Testing for availability if Swig in PATH... | |
Swig is not available in PATH; installing Swig | |
Installing prerequisite OS-level packages for building Swig... | |
Installing package: libpcre3 libpcre3-dev | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
libpcre3 is already the newest version. | |
libpcre3 set to manually installed. |