Whonixcheck Error Script bug

My error is this.:

error_cause: error_handler signal ERR detected with BASH_COMMAND: eval ${1+"$@"}

After I got this I updated/upgraded and one of the packages was whonixcheck which I thought would resolve it but it didn’t.
Gateway is fine, this is on the WS.
whonixcheck --debug also doesn’t help.
using virtual box.

Is it safe to use given I’m connected to tor?

whonixcheck debug output…
Script running as user

  • CURL_VERBOSE=
  • shift
  • :
  • case $1 in
  • break
  • preparation
  • whonixcheck_run_function msgdispatcher_init
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running msgdispatcher_init, because whonixcheck_skip_functions does not include it.’
  • eval msgdispatcher_init
    ++ msgdispatcher_init
    ++ output_tool=/usr/lib/msgcollector/msgcollector
    ++ output_general=output_func_general
    ++ output_x=output_func_x
    ++ output_cli=output_func_cli
    ++ msgdispatcher_run_check
    ++ msgdispatcher_pid_check x
    ++ local pid_file pid
    ++ ‘[’ ‘’ = ‘’ ‘]’
    +++ whoami
    ++ who_ami=user
    ++ ‘[’ cli = x ‘]’
    ++ ‘[’ x = x ‘]’
    ++ pid_file=/var/run/msgcollector/user/msgdispatcher_pidx
    ++ [[ -f /var/run/msgcollector/user/msgdispatcher_pidx ]]
    +++ cat /var/run/msgcollector/user/msgdispatcher_pidx
    ++ pid=1754
    ++ kill -0 1754
    ++ msgdispatcher_running_x=true
    ++ msgdispatcher_pid_check cli
    ++ local pid_file pid
    ++ ‘[’ user = ‘’ ‘]’
    ++ ‘[’ cli = cli ‘]’
    ++ pid_file=/var/run/msgcollector/user/msgdispatcher_pidcli
    ++ [[ -f /var/run/msgcollector/user/msgdispatcher_pidcli ]]
    ++ return 4
  • whonixcheck_run_function input_detection
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running input_detection, because whonixcheck_skip_functions does not include it.’
  • eval input_detection
    ++ input_detection
    ++ ‘[’ ‘’ = true ‘]’
    ++ ‘[’ ‘’ = true ‘]’
    ++ ‘[’ ‘’ = true ‘]’
    ++ ‘[’ -t 0 ‘]’
    ++ CLI=true
    ++ GUI=false
    ++ input_auto=true
    ++ input_msg=‘

    Input Detection: INPUT_AUTO=true CLI=true GUI=false
    stdin connected to terminal. Using cli output. Not using gui output.
    Alternatively, if want to run from command line, but still use the graphical user interface for input, you could add to command line: --gui


    ++ ‘[’ true = false ‘]’
    ++ ‘[’ false = false ‘]’
    ++ output_x=true
  • ‘[’ -n ‘’ ‘]’
  • verbose=0
  • ‘[’ 0 = 1 ‘]’
  • ‘[’ ‘’ = 1 ‘]’
  • ‘[’ -e /var/run/whonixcheck/whonixcheck_pid ‘]’
  • local oldpid
    ++ cat /var/run/whonixcheck/whonixcheck_pid
  • oldpid=11526
  • ‘[’ ‘!’ 11526 = ‘’ ‘]’
  • ‘[’ 0 = 1 ‘]’
  • ‘[’ ‘’ = 1 ‘]’
  • lastpid=11526
  • process_killer_helper
    ++ type -t error_handler
  • ‘[’ function = function ‘]’
  • trap error_handler ERR
  • ‘[’ 11526 = ‘’ ‘]’
  • local ps_p_exit_code
  • ps_p_exit_code=0
  • ps -p 11526
  • ps_p_exit_code=1
  • true
  • ‘[’ ‘!’ 1 = 0 ‘]’
  • return 0
  • unset lastpid
  • rm --force /var/run/whonixcheck/whonixcheck_done
  • rm --force /var/run/whonixcheck/whonixcheck_recently_run
  • sudo -u user touch /var/run/whonixcheck/whonixcheck_running
  • echo 12925
  • sudo -u user tee /var/run/whonixcheck/whonixcheck_pid
  • sync
  • ‘[’ ‘’ = ‘’ ‘]’
  • ‘[’ :0 = ‘’ ‘]’
  • display=:0
  • local my_tty
  • local my_tty_exit_code
  • my_tty_exit_code=0
    ++ tty
  • my_tty=/dev/pts/0
  • ‘[’ ‘!’ 0 = 0 ‘]’
  • ‘[’ /dev/pts/0 = ‘’ ‘]’
  • user_name=user
  • WHONIX_HOMEPAGE=https://www.whonix.org
    ++ mktemp --directory
  • TEMP_DIR=/tmp/tmp.bXRFagK9eR
  • export TEMP_DIR
  • get_local_whonix_version
  • ‘[’ -f /usr/share/anon-gw-base-files/gateway ‘]’
  • ‘[’ -f /usr/share/anon-ws-base-files/workstation ‘]’
  • whonix_deb_package_name=whonix-workstation-packages-dependencies
  • whonix_deb_package_version=‘Could not detect Whonix debian version. (Code: 1) Please report this bug!’
  • whonix_deb_package_version_detection_success=false
  • local dpkg_query_exit_code
  • dpkg_query_exit_code=0
    ++ dpkg-query --show ‘–showformat=${Version}’ whonix-workstation-packages-dependencies
  • whonix_deb_package_version=3:3.4-1
  • ‘[’ 0 = 0 ‘]’
  • whonix_deb_package_version_detection_success=true
    ++ awk -F : ‘{ print $2 }’
    ++ echo 3:3.4-1
  • whonix_deb_package_version=3.4-1
  • ‘[’ 3.4-1 = ‘’ ‘]’
  • whonix_build_version=‘Could not read Whonix Build Version File. (Code: 3) Please report this bug!’
  • whonix_build_version_detection_success=false
  • local build_version_file
  • ‘[’ -f /usr/share/whonix/build_version ‘]’
  • ‘[’ -f /var/lib/anon-dist/build_version ‘]’
  • build_version_file=/var/lib/anon-dist/build_version
  • ‘[’ /var/lib/anon-dist/build_version = ‘’ ‘]’
  • ‘[’ -f /var/lib/anon-dist/build_version ‘]’
    ++ cat /var/lib/anon-dist/build_version
  • whonix_build_version=13.0.0.1.1
  • whonix_build_version_detection_success=true
  • ‘[’ 13.0.0.1.1 = ‘’ ‘]’
  • chmod 700 /tmp/tmp.bXRFagK9eR
  • command -v qubesdb-read
  • qubes_detected=false
  • ‘[’ -f /usr/share/anon-gw-base-files/gateway ‘]’
  • ‘[’ -f /usr/share/anon-ws-base-files/workstation ‘]’
  • VM=Whonix-Workstation
  • vm_lower_case_short=workstation
    ++ /usr/lib/anon-shared-helper-scripts/settings_echo
  • eval ‘GATEWAY_IP=“10.152.152.10”’ ‘gateway_control_authenticate=“0”’ ‘gateway_control_port=“9052”’
    ++ GATEWAY_IP=10.152.152.10
    ++ gateway_control_authenticate=0
    ++ gateway_control_port=9052
  • ‘[’ -f /etc/apt/sources.list.d/whonix.list ‘]’
  • whonix_codename=unknown
  • local i
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘##’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ ‘’ = deb ‘]’
  • read -r i
  • local first second third fourth
  • read -r first second third fourth _
  • ‘[’ deb = deb ‘]’
  • whonix_codename=jessie
  • break
  • whonix_codename_uppercase=JESSIE
  • ‘[’ ‘’ = 1 ‘]’
  • ‘[’ 0 = 1 ‘]’
  • manualrun=1
    ++ uname --machine
  • ARCH=i686
  • ‘[’ false = true ‘]’
  • start_menu_instructions_system_first_part=‘Start Menu → Applications → System ->’
  • persistent_changes_start_menu_instructions_first_part=‘Start Menu → Applications → System ->’
  • qubes_title_extra=
  • update_where=‘this machine’
  • passive_popup_title=‘[whonixcheck]’
  • ‘[’ -n ‘’ ‘]’
  • silent=0
  • ‘[’ ‘’ = true ‘]’
  • TITLE_X=‘whonixcheck | Whonix-Workstation’
    ++ date
  • TITLE_CLI=’ | Whonix-Workstation | Wed Oct 26 13:54:36 UTC 2016’
  • TPO_PIN_CERT_FILE=/usr/share/torbrowser-launcher/torproject.pem
  • CURL_TPO_PIN_CERT=‘–cacert /usr/share/torbrowser-launcher/torproject.pem’
    ++ whoami
  • who_ami=user
  • output_func_general --icon /usr/share/icons/anon-icon-pack/whonix.ico
  • output_func --icon /usr/share/icons/anon-icon-pack/whonix.ico
  • ‘[’ -n user ‘]’
  • ‘[’ ‘’ = true ‘]’
  • /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --icon /usr/share/icons/anon-icon-pack/whonix.ico
  • return 0
  • return 0
  • output_func_general --parenttty /dev/pts/0
  • output_func --parenttty /dev/pts/0
  • ‘[’ -n user ‘]’
  • ‘[’ ‘’ = true ‘]’
  • /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --parenttty /dev/pts/0
  • return 0
  • return 0
  • output_func_general --whoami user
  • output_func --whoami user
  • ‘[’ -n user ‘]’
  • ‘[’ ‘’ = true ‘]’
  • /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --whoami user
  • return 0
  • return 0
  • true --titlex ‘whonixcheck | Whonix-Workstation’
  • output_func_cli --titlecli ’ | Whonix-Workstation | Wed Oct 26 13:54:36 UTC 2016’
  • ‘[’ ‘’ = true ‘]’
  • true ‘output_func_cli: injecting --onlyecho.’
  • output_func --onlyecho --titlecli ’ | Whonix-Workstation | Wed Oct 26 13:54:36 UTC 2016’
  • ‘[’ -n user ‘]’
  • ‘[’ ‘’ = true ‘]’
  • /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --onlyecho --titlecli ’ | Whonix-Workstation | Wed Oct 26 13:54:36 UTC 2016’
  • return 0
  • output_func_general --lefttop
  • output_func --lefttop
  • ‘[’ -n user ‘]’
  • ‘[’ ‘’ = true ‘]’
  • /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --lefttop
  • return 0
  • return 0
  • ‘[’ 0 -ge 1 ‘]’
  • ‘[’ false = true ‘]’
  • MSG=‘

    Input Detection: INPUT_AUTO=true CLI=true GUI=false
    stdin connected to terminal. Using cli output. Not using gui output.
    Alternatively, if want to run from command line, but still use the graphical user interface for input, you could add to command line: --gui

  • ‘[’ 0 -ge 1 ‘]’
  • shopt -s nullglob
  • local i
  • for i in ‘/etc/whonix.d/*.conf’
  • bash -n /etc/whonix.d/30_whonixcheck_default.conf
  • source /etc/whonix.d/30_whonixcheck_default.conf
    ++ WHONIXCHECK_NO_EXIT_ON_UNSUPPORTED_VIRTUALIZER=0
    ++ WHONIXCHECK_DISABLE_SOCKS_PORT_TEST=0
    ++ WHONIXCHECK_NO_EXIT_ON_TRANS_PORT_DETECTION_FAILURE=0
    ++ WHONIXCHECK_DISABLE_TRANS_PORT_TEST=0
    ++ WHONIXCHECK_NO_EXIT_ON_IP_FORWARDING_DETECTION=0
    ++ whonixcheck_unwanted_package+=’ popularity-contest ’
    ++ whonixcheck_unwanted_package+=’ canonical-census ’
    ++ whonixcheck_unwanted_package+=’ unity-lens-shopping ’
    ++ whonixcheck_unwanted_package+=’ unity-scope-video-remote ’
    ++ whonixcheck_unwanted_package+=’ unity-scope-musicstores ’
    ++ whonixcheck_unwanted_package+=’ bts ’
    ++ whonixcheck_unwanted_package+=’ wnpp-check ’
    ++ whonixcheck_unwanted_package+=’ chrony ’
    ++ whonixcheck_unwanted_package+=’ ntp ’
    ++ whonixcheck_unwanted_package+=’ ntpdate ’
    ++ whonixcheck_expected_nonfree_package+=’ virtualbox-guest-dkms ’
    ++ whonixcheck_expected_nonfree_package+=’ virtualbox-guest-utils ’
    ++ whonixcheck_expected_nonfree_package+=’ virtualbox-guest-x11 ’
    ++ whonixcheck_expected_nonfree_package+=’ firmware-linux ’
    ++ whonixcheck_expected_nonfree_package+=’ firmware-linux-nonfree ’
    ++ date +%s
  • TIME_START=1477490076
  • whonixcheck_run_function root_check
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running root_check, because whonixcheck_skip_functions does not include it.’
  • eval root_check
    ++ root_check
    ++ ‘[’ ‘!’ ‘’ = 0 ‘]’
    +++ id -u
    ++ ‘[’ 1000 ‘!=’ 0 ‘]’
    ++ local ‘MSG=

    Root Check Result: Ok, not running as root.


    ++ ‘[’ 0 -ge 1 ‘]’
  • whonixcheck_run_function uwt_tool
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running uwt_tool, because whonixcheck_skip_functions does not include it.’
  • eval uwt_tool
    ++ uwt_tool
    ++ ret=0
    ++ command -v curl.anondist-orig
    ++ ‘[’ 0 = 0 ‘]’
    ++ CURL=curl.anondist-orig
    ++ ret=0
    ++ command -v apt-get.anondist-orig
    ++ ‘[’ 0 = 0 ‘]’
    ++ APT_GET=apt-get.anondist-orig
  • whonixcheck_run_function pin_tpo_ssl_cert
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running pin_tpo_ssl_cert, because whonixcheck_skip_functions does not include it.’
  • eval pin_tpo_ssl_cert
    ++ pin_tpo_ssl_cert
    ++ ‘[’ ‘’ = true ‘]’
    ++ local ‘MSG=

    Pin torproject.org certificate: disabled.


    ++ ‘[’ 0 -ge 1 ‘]’
    ++ CURL_TPO_PIN_CERT=
    ++ true 'CURL_TPO_PIN_CERT: ’
  • whonixcheck_run_function function_manual_run
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running function_manual_run, because whonixcheck_skip_functions does not include it.’
  • eval function_manual_run
    ++ function_manual_run
    ++ ‘[’ ‘’ = none ‘]’
    ++ ‘[’ ‘’ = ‘’ ‘]’
    ++ return 0
  • whonixcheck_run_function check_qubes_settings
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_qubes_settings, because whonixcheck_skip_functions does not include it.’
  • eval check_qubes_settings
    ++ check_qubes_settings
    ++ ‘[’ ‘!’ false = true ‘]’
    ++ local ‘MSG=

    Qubes Settings Test Result: Skipped, because Qubes not detected.


    ++ ‘[’ 0 -ge 1 ‘]’
    ++ return 0
  • whonixcheck_run_function check_kernel_messages
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_kernel_messages, because whonixcheck_skip_functions does not include it.’
  • eval check_kernel_messages
    ++ check_kernel_messages
    ++ local dmesg_output grep_output
    +++ dmesg
    ++ dmesg_output=‘[ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008a8effff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000008a8f0000-0x000000008a8fffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x8a8f0 max_arch_pfn = 0x1000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR variable ranges disabled:
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] CPU MTRRs all blank - virtualized system.
    [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [c009fff0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x36200000-0x363fffff]
    [ 0.000000] [mem 0x36200000-0x363fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x34000000-0x361fffff]
    [ 0.000000] [mem 0x34000000-0x361fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x36400000-0x375fdfff]
    [ 0.000000] [mem 0x36400000-0x373fffff] page 2M
    [ 0.000000] [mem 0x37400000-0x375fdfff] page 4k
    [ 0.000000] BRK [0x017a1000, 0x017a1fff] PGTABLE
    [ 0.000000] BRK [0x017a2000, 0x017a3fff] PGTABLE
    [ 0.000000] BRK [0x017a4000, 0x017a4fff] PGTABLE
    [ 0.000000] BRK [0x017a5000, 0x017a5fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x36476000-0x37232fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
    [ 0.000000] ACPI: XSDT 0x000000008A8F0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
    [ 0.000000] ACPI: FACP 0x000000008A8F00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
    [ 0.000000] ACPI: DSDT 0x000000008A8F0470 00210F (v01 VBOX VBOXBIOS 00000002 INTL 20160831)
    [ 0.000000] ACPI: FACS 0x000000008A8F0200 000040
    [ 0.000000] ACPI: FACS 0x000000008A8F0200 000040
    [ 0.000000] ACPI: APIC 0x000000008A8F0240 000054 (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
    [ 0.000000] ACPI: SSDT 0x000000008A8F02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20160831)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1330MB HIGHMEM available.
    [ 0.000000] 885MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 375fe000
    [ 0.000000] low ram: 0 - 375fe000
    [ 0.000000] BRK [0x017a6000, 0x017a6fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x375fdfff]
    [ 0.000000] HighMem [mem 0x375fe000-0x8a8effff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x8a8effff]
    [ 0.000000] On node 0 totalpages: 567438
    [ 0.000000] free_area_init_node: node 0, pgdat c1661280, node_mem_map f531e020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1740 pages used for memmap
    [ 0.000000] Normal zone: 222718 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2662 pages used for memmap
    [ 0.000000] HighMem zone: 340722 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [ 0.000000] e820: [mem 0x8a900000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f75e4000 s34752 r0 d22592 u57344
    [ 0.000000] pcpu-alloc: s34752 r0 d22592 u57344 alloc=144096
    [ 0.000000] pcpu-alloc: [0] 0
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 565666
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=26ada0c0-1165-4098-884d-aafd2220c2c6 ro apparmor=1 security=apparmor
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] Initializing HighMem for node 0 (000375fe:0008a8f0)
    [ 0.000000] Initializing Movable for node 0 (00000000:00000000)
    [ 0.000000] Memory: 2229128K/2269752K available (4624K kernel code, 523K rwdata, 1452K rodata, 660K init, 460K bss, 40624K reserved, 1362888K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
    pkmap : 0xff600000 - 0xff800000 (2048 kB)
    vmalloc : 0xf7dfe000 - 0xff5fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf75fe000 ( 885 MB)
    .init : 0xc1675000 - 0xc171a000 ( 660 kB)
    .data : 0xc148473c - 0xc1673c80 (1981 kB)
    .text : 0xc1000000 - 0xc148473c (4625 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode…Ok.
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=1.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [ 0.000000] NR_IRQS:2304 nr_irqs:256 16
    [ 0.000000] CPU 0 irqstacks, hard=f4c06000 soft=f4c08000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1696.070 MHz processor
    [ 0.000135] Calibrating delay loop (skipped), value calculated using timer frequency… 3392.14 BogoMIPS (lpj=6784280)
    [ 0.000143] pid_max: default: 32768 minimum: 301
    [ 0.000157] ACPI: Core revision 20140424
    [ 0.001611] ACPI: All ACPI Tables successfully acquired
    [ 0.001631] Security Framework initialized
    [ 0.001645] AppArmor: AppArmor initialized
    [ 0.001648] Yama: disabled by default; enable with sysctl kernel.yama.

    [ 0.001663] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001668] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001880] Initializing cgroup subsys memory
    [ 0.001886] Initializing cgroup subsys devices
    [ 0.001894] Initializing cgroup subsys freezer
    [ 0.001898] Initializing cgroup subsys net_cls
    [ 0.001905] Initializing cgroup subsys blkio
    [ 0.001910] Initializing cgroup subsys perf_event
    [ 0.001914] Initializing cgroup subsys net_prio
    [ 0.002015] CPU: Physical Processor ID: 0
    [ 0.002048] mce: CPU supports 0 MCE banks
    [ 0.002073] process: using mwait in idle threads
    [ 0.002085] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    tlb_flushall_shift: 6
    [ 0.016742] Freeing SMP alternatives memory: 20K (c171a000 - c171f000)
    [ 0.021461] ftrace: allocating 20830 entries in 41 pages
    [ 0.053911] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.055803] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.095509] smpboot: CPU0: Intel(R) Core™ i3-4010U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
    [ 0.203011] Performance Events: unsupported p6 CPU model 69 no PMU driver, software events only.
    [ 0.205519] x86: Booted up 1 node, 1 CPUs
    [ 0.205529] smpboot: Total of 1 processors activated (3392.14 BogoMIPS)
    [ 0.206087] NMI watchdog: disabled (cpu0): hardware events not enabled
    [ 0.206195] devtmpfs: initialized
    [ 0.207418] pinctrl core: initialized pinctrl subsystem
    [ 0.207500] NET: Registered protocol family 16
    [ 0.207637] cpuidle: using governor ladder
    [ 0.207643] cpuidle: using governor menu
    [ 0.207719] ACPI: bus type PCI registered
    [ 0.207723] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.207897] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
    [ 0.207903] PCI: PCI BIOS revision 2.10 entry at 0xfda26, last bus=0
    [ 0.207907] PCI: Using configuration type 1 for base access
    [ 0.208805] ACPI: Added _OSI(Module Device)
    [ 0.208810] ACPI: Added OSI(Processor Device)
    [ 0.208813] ACPI: Added OSI(3.0 SCP Extensions)
    [ 0.208816] ACPI: Added OSI(Processor Aggregator Device)
    [ 0.209551] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.212039] ACPI: Interpreter enabled
    [ 0.212057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S1
    ] (20140424/hwxface-580)
    [ 0.212065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S2
    ] (20140424/hwxface-580)
    [ 0.212072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S3
    ] (20140424/hwxface-580)
    [ 0.212079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S4
    ] (20140424/hwxface-580)
    [ 0.212088] ACPI: (supports S0 S5)
    [ 0.212091] ACPI: Using IOAPIC for interrupt routing
    [ 0.212282] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
    [ 0.216357] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.216365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
    [ 0.216373] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.216459] acpi PNP0A03:00: fail to add MMCONFIG information, can’''t access extended PCI configuration space under this bridge.
    [ 0.216691] PCI host bridge to bus 0000:00
    [ 0.216697] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.216701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.216705] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.216709] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.216713] pci_bus 0000:00: root bus resource [mem 0x8a900000-0xffdfffff]
    [ 0.216758] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
    [ 0.217328] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
    [ 0.218053] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
    [ 0.224734] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
    [ 0.260810] pci 0000:00:03.0: [1022:2000] type 00 class 0x020000
    [ 0.262543] pci 0000:00:03.0: reg 0x10: [io 0xd000-0xd01f]
    [ 0.263421] pci 0000:00:03.0: reg 0x14: [mem 0xf0000000-0xf0000fff]
    [ 0.271698] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
    [ 0.273253] pci 0000:00:04.0: reg 0x10: [io 0xd020-0xd03f]
    [ 0.274743] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
    [ 0.276018] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
    [ 0.282452] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
    [ 0.283003] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
    [ 0.283025] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
    [ 0.283350] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
    [ 0.284833] pci 0000:00:0d.0: reg 0x10: [io 0xd040-0xd047]
    [ 0.287506] pci 0000:00:0d.0: reg 0x18: [io 0xd050-0xd057]
    [ 0.290264] pci 0000:00:0d.0: reg 0x20: [io 0xd060-0xd06f]
    [ 0.291503] pci 0000:00:0d.0: reg 0x24: [mem 0xf0804000-0xf0805fff]
    [ 0.293515] pci 0000:00:16.0: [1000:0054] type 00 class 0x010000
    [ 0.295027] pci 0000:00:16.0: reg 0x10: [io 0xd100-0xd1ff]
    [ 0.297261] pci 0000:00:16.0: reg 0x14: [mem 0xf0820000-0xf083ffff]
    [ 0.298952] pci 0000:00:16.0: reg 0x18: [mem 0xf0840000-0xf085ffff]
    [ 0.304645] pci_bus 0000:00: on NUMA node 0
    [ 0.305854] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
    [ 0.306112] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
    [ 0.306205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
    [ 0.306296] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
    [ 0.306454] ACPI: Enabled 2 GPEs in block 00 to 07
    [ 0.306646] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.306651] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.306675] vgaarb: loaded
    [ 0.306678] vgaarb: bridge control possible 0000:00:02.0
    [ 0.306761] PCI: Using ACPI for IRQ routing
    [ 0.306764] PCI: pci_cache_line_size set to 64 bytes
    [ 0.306961] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.306967] e820: reserve RAM buffer [mem 0x8a8f0000-0x8bffffff]
    [ 0.307173] Switched to clocksource refined-jiffies
    [ 0.313191] AppArmor: AppArmor Filesystem Enabled
    [ 0.313259] pnp: PnP ACPI init
    [ 0.313272] ACPI: bus type PNP registered
    [ 0.313357] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.313443] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
    [ 0.314049] pnp: PnP ACPI: found 2 devices
    [ 0.314053] ACPI: bus type PNP unregistered
    [ 0.314060] PnPBIOS: Disabled by ACPI PNP
    [ 0.350133] Switched to clocksource acpi_pm
    [ 0.350150] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.350152] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.350155] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.350157] pci_bus 0000:00: resource 7 [mem 0x8a900000-0xffdfffff]
    [ 0.350185] NET: Registered protocol family 2
    [ 0.350424] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.350439] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.350460] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.350772] TCP: reno registered
    [ 0.350777] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.350783] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.350825] NET: Registered protocol family 1
    [ 0.350852] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    [ 0.350883] pci 0000:00:01.0: Activating ISA DMA hang workarounds
    [ 0.350907] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.350969] PCI: CLS 0 bytes, default 64
    [ 0.351023] Unpacking initramfs…
    [ 0.734330] Freeing initrd memory: 14068K (f6476000 - f7233000)
    [ 0.734594] platform rtc_cmos: registered platform RTC device (no PNP device found)
    [ 0.734710] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 4 fixed counters 10737418240 ms ovfl timer
    [ 0.734786] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x0
    [ 0.734850] microcode: Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba
    [ 0.734973] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x300000 bytes, mapped to 0xf7e80000
    [ 0.734983] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1024x768x32, linelength=4096
    [ 0.743055] Console: switching to colour frame buffer device 128x48
    [ 0.748578] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
    [ 0.748976] futex hash table entries: 256 (order: 2, 16384 bytes)
    [ 0.749075] audit: initializing netlink subsys (disabled)
    [ 0.749150] audit: type=2000 audit(1477488610.631:1): initialized
    [ 0.749694] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.749784] zbud: loaded
    [ 0.749936] VFS: Disk quotas dquot_6.5.2
    [ 0.750426] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.750706] msgmni has been set to 1719
    [ 0.751898] alg: No test for stdrng (krng)
    [ 0.752053] bounce: pool size: 64 pages
    [ 0.752189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.752413] io scheduler noop registered
    [ 0.752535] io scheduler deadline registered
    [ 0.752699] io scheduler cfq registered (default)
    [ 0.752954] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.753120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.753328] GHES: HEST is not enabled!
    [ 0.753476] isapnp: Scanning for PnP cards…
    [ 1.117950] isapnp: No Plug & Play device found
    [ 1.118207] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.118700] Linux agpgart interface v0.103
    [ 1.118998] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 1.123496] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.125144] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.127019] mousedev: PS/2 mouse device common for all mice
    [ 1.128833] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.131668] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
    [ 1.135136] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
    [ 1.136827] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.138822] TCP: cubic registered
    [ 1.140371] NET: Registered protocol family 10
    [ 1.142100] mip6: Mobile IPv6
    [ 1.143632] NET: Registered protocol family 17
    [ 1.145147] mpls_gso: MPLS GSO support
    [ 1.146823] Using IPI No-Shortcut mode
    [ 1.148416] registered taskstats version 1
    [ 1.150108] AppArmor: AppArmor sha1 policy hashing enabled
    [ 1.154784] rtc_cmos rtc_cmos: setting system clock to 2016-10-26 13:30:11 UTC (1477488611)
    [ 1.156342] PM: Hibernation image not present or could not be loaded.
    [ 1.156528] Freeing unused kernel memory: 660K (c1675000 - c171a000)
    [ 1.158133] Write protecting the kernel text: 4628k
    [ 1.159648] Write protecting the kernel read-only data: 1456k
    [ 1.161077] NX-protecting the kernel data: 3564k
    [ 1.174759] systemd-udevd[54]: starting version 215
    [ 1.179163] random: systemd-udevd urandom read with 1 bits of entropy available
    [ 1.201832] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
    [ 1.213726] SCSI subsystem initialized
    [ 1.214351] Fusion MPT base driver 3.04.20
    [ 1.214352] Copyright (c) 1999-2008 LSI Corporation
    [ 1.222093] Fusion MPT SAS Host driver 3.04.20
    [ 1.223585] pcnet32: PCnet/FAST III 79C973 at 0xd000, 08:00:27:35:95:53 assigned IRQ 19
    [ 1.223606] pcnet32: Found PHY 0022:561b at address 0
    [ 1.224041] pcnet32: eth0: registered as PCnet/FAST III 79C973
    [ 1.231670] pcnet32: 1 cards_found
    [ 1.237657] libata version 3.00 loaded.
    [ 1.247529] mptbase: ioc0: Initiating bringup
    [ 1.310844] ioc0: LSISAS1068 A0: Capabilities={Initiator}
    [ 1.435230] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 1.442507] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
    [ 1.480090] scsi0 : ioc0: LSISAS1068 A0, FwRev=00000000h, Ports=8, MaxQ=256, IRQ=22
    [ 1.490346] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x60504030201a0
    [ 1.497095] scsi 0:0:0:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
    [ 1.501191] ahci 0000:00:0d.0: version 3.0
    [ 1.502097] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
    [ 1.504532] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.507185] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc
    [ 1.519253] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB)
    [ 1.526586] scsi1 : ahci
    [ 1.529731] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.534663] sd 0:0:0:0: [sda] Mode Sense: 04 00 10 00
    [ 1.534793] scsi2 : ahci
    [ 1.539195] scsi3 : ahci
    [ 1.541872] sd 0:0:0:0: [sda] Incomplete mode parameter data
    [ 1.544134] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 1.546905] scsi4 : ahci
    [ 1.551308] ata1: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804100 irq 21
    [ 1.557394] ata2: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804180 irq 21
    [ 1.559833] ata3: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804200 irq 21
    [ 1.561764] ata4: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804280 irq 21
    [ 1.565525] sda: sda1
    [ 1.568579] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.735284] tsc: Refined TSC clocksource calibration: 1696.069 MHz
    [ 1.882999] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.207924] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.212362] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
    [ 2.215553] ata2.00: applying bridge limits
    [ 2.217447] ata2.00: configured for UDMA/100
    [ 2.219242] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
    [ 2.539249] ata3: SATA link down (SStatus 0 SControl 300)
    [ 2.735932] Switched to clocksource tsc
    [ 2.863474] ata4: SATA link down (SStatus 0 SControl 300)
    [ 2.870723] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 2.876830] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [ 2.883526] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
    [ 2.884949] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.886736] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 4.251898] floppy0: no floppy controllers found
    [ 4.255770] work still pending
    [ 9.917277] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.248290] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
    [ 10.253751] systemd[1]: Detected virtualization ‘'‘oracle’'’.
    [ 10.254962] systemd[1]: Detected architecture ‘'‘x86’'’.
    [ 10.376212] systemd[1]: Inserted module ‘'‘autofs4’'’
    [ 10.383188] systemd[1]: Set hostname to .
    [ 10.845626] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 10.851742] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 10.853196] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 10.854653] systemd[1]: Starting Remote File Systems (Pre).
    [ 10.857494] systemd[1]: Reached target Remote File Systems (Pre).
    [ 10.858881] systemd[1]: Starting Encrypted Volumes.
    [ 10.861653] systemd[1]: Reached target Encrypted Volumes.
    [ 10.863120] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 10.864860] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 10.868711] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 10.871442] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 10.873031] systemd[1]: Starting Swap.
    [ 10.876017] systemd[1]: Reached target Swap.
    [ 10.877487] systemd[1]: Starting Root Slice.
    [ 10.880481] systemd[1]: Created slice Root Slice.
    [ 10.882089] systemd[1]: Starting User and Session Slice.
    [ 10.887714] systemd[1]: Created slice User and Session Slice.
    [ 10.889824] systemd[1]: Starting Delayed Shutdown Socket.
    [ 10.892553] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 10.894085] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 10.897750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 10.899478] systemd[1]: Starting Journal Socket (/dev/log).
    [ 10.902850] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 10.904941] systemd[1]: Starting udev Control Socket.
    [ 10.910714] systemd[1]: Listening on udev Control Socket.
    [ 10.912386] systemd[1]: Starting udev Kernel Socket.
    [ 10.915707] systemd[1]: Listening on udev Kernel Socket.
    [ 10.917291] systemd[1]: Starting Journal Socket.
    [ 10.920489] systemd[1]: Listening on Journal Socket.
    [ 10.922069] systemd[1]: Starting System Slice.
    [ 10.927202] systemd[1]: Created slice System Slice.
    [ 10.929630] systemd[1]: Started File System Check on Root Device.
    [ 10.930831] systemd[1]: Starting system-getty.slice.
    [ 10.934144] systemd[1]: Created slice system-getty.slice.
    [ 10.935691] systemd[1]: Starting Increase datagram queue length…
    [ 10.939270] systemd[1]: Starting Braille Device Support…
    [ 10.943660] systemd[1]: Mounting Debug File System…
    [ 10.966466] systemd[1]: Started Set Up Additional Binary Formats.
    [ 10.972617] systemd[1]: Mounting POSIX Message Queue File System…
    [ 10.978176] systemd[1]: Starting udev Coldplug all Devices…
    [ 10.982833] systemd[1]: Starting Create list of required static device nodes for the current kernel…

hologone:

whonixcheck --debug also doesn’t help.

It’s not expected to help directly, looking at that debug output only
helps to figure out what the issue is so it can be fixed.

The output is incomplete. Probably due to forum maximum lines per post.

The whole output should not be required. Only enough lines before the error starts.

This is from bottom up. Next post continues upwards

++ ‘[’ Whonix-Workstation = Whonix-Gateway ‘]’
++ ‘[’ Whonix-Workstation = Whonix-Workstation ‘]’
++ ‘[’ false = false ‘]’
++ local ‘multiple_whonix_ws_msg=
- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured
++ local ‘MSG=

Tor Bootstrap Result:

Tor’’‘s Control Port could not be reached!



Troubleshooting:

- Confirm that Whonix-Gateway is running.

- Run whonixcheck on Whonix-Gateway and confirm success.

- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured

- Rerun whonixcheck here in this Whonix-Workstation.



(Technical information:)

(Code: 137)

(tor_bootstrap_timeout_type: sigkill)

(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)

(check_socks_port_open_test: 22)

(Tor Circuit: established)


++ ‘[’ ‘’ = 1 ‘]’
++ true --messagex --typex error --message ‘

Tor Bootstrap Result:

Tor’’‘s Control Port could not be reached!



Troubleshooting:

- Confirm that Whonix-Gateway is running.

- Run whonixcheck on Whonix-Gateway and confirm success.

- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured

- Rerun whonixcheck here in this Whonix-Workstation.



(Technical information:)

(Code: 137)

(tor_bootstrap_timeout_type: sigkill)

(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)

(check_socks_port_open_test: 22)

(Tor Circuit: established)


++ output_func_cli --messagecli --typecli error --message ‘

Tor Bootstrap Result:

Tor’’‘s Control Port could not be reached!



Troubleshooting:

- Confirm that Whonix-Gateway is running.

- Run whonixcheck on Whonix-Gateway and confirm success.

- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured

- Rerun whonixcheck here in this Whonix-Workstation.



(Technical information:)

(Code: 137)

(tor_bootstrap_timeout_type: sigkill)

(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)

(check_socks_port_open_test: 22)

(Tor Circuit: established)


++ ‘[’ ‘’ = true ‘]’
++ true ‘output_func_cli: injecting --onlyecho.’
++ output_func --onlyecho --messagecli --typecli error --message ‘

Tor Bootstrap Result:

Tor’’‘s Control Port could not be reached!



Troubleshooting:

- Confirm that Whonix-Gateway is running.

- Run whonixcheck on Whonix-Gateway and confirm success.

- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured

- Rerun whonixcheck here in this Whonix-Workstation.



(Technical information:)

(Code: 137)

(tor_bootstrap_timeout_type: sigkill)

(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)

(check_socks_port_open_test: 22)

(Tor Circuit: established)


++ ‘[’ -n user ‘]’
++ ‘[’ ‘’ = true ‘]’
++ /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --onlyecho --messagecli --typecli error --message ‘

Tor Bootstrap Result:

Tor’’‘s Control Port could not be reached!



Troubleshooting:

- Confirm that Whonix-Gateway is running.

- Run whonixcheck on Whonix-Gateway and confirm success.

- If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured

- Rerun whonixcheck here in this Whonix-Workstation.



(Technical information:)

(Code: 137)

(tor_bootstrap_timeout_type: sigkill)

(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)

(check_socks_port_open_test: 22)

(Tor Circuit: established)


[ERROR] [whonixcheck] Tor Bootstrap Result:
Tor’s Control Port could not be reached!

Troubleshooting:

  • Confirm that Whonix-Gateway is running.
  • Run whonixcheck on Whonix-Gateway and confirm success.
  • If you’re running multiple Whonix-Workstations simultaneously, confirm that separate IP addresses are configured
  • Rerun whonixcheck here in this Whonix-Workstation.

(Technical information:)
(Code: 137)
(tor_bootstrap_timeout_type: sigkill)
(tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”)
(check_socks_port_open_test: 22)
(Tor Circuit: established)
++ return 0
++ EXIT_CODE=1
++ cleanup 1
++ true cleanup…
++ touch /var/run/whonixcheck/whonixcheck_done
++ sync
++ SIGNAL_TYPE=NONE
++ cd …
++ ‘[’ 1 = ‘’ ‘]’
++ ex_funct
++ ‘[’ ‘!’ NONE = NONE ‘]’
++ trap - SIGTERM
++ trap - SIGINT
++ trap - SIGUSR2
++ maybe_kill_apt_get_update
++ ‘[’ ‘’ = ‘’ ‘]’
++ return 0
++ command -v process_killer_helper
++ process_killer_helper
+++ type -t error_handler
++ ‘[’ function = function ‘]’
++ trap error_handler ERR
++ ‘[’ 5928 = ‘’ ‘]’
++ local ps_p_exit_code
++ ps_p_exit_code=0
++ ps -p 5928
++ ps_p_exit_code=1
++ true
++ ‘[’ ‘!’ 1 = 0 ‘]’
++ return 0
++ lastpid=
++ process_killer_helper
+++ type -t error_handler
++ ‘[’ function = function ‘]’
++ trap error_handler ERR
++ ‘[’ ‘’ = ‘’ ‘]’
++ return 0
++ cleanup_files
++ ‘[’ ‘’ = false ‘]’
++ ‘[’ -d /tmp/tmp.ErB6ZoPhR9 ‘]’
++ rm --recursive /tmp/tmp.ErB6ZoPhR9
++ rm --force /var/run/whonixcheck/whonixcheck_running
++ rm --force /var/run/whonixcheck/whonixcheck_waiting
++ local command_v_output_exit_code
++ command_v_output_exit_code=0
++ command -v output_func
++ ‘[’ 0 = 0 ‘]’
++ local output_status_exit_code
++ output_status_exit_code=0
++ output_func_general --identifier whonixcheck --status --messagecli
++ output_func --identifier whonixcheck --status --messagecli
++ ‘[’ -n user ‘]’
++ ‘[’ ‘’ = true ‘]’
++ /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --identifier whonixcheck --status --messagecli
++ return 1
++ return 1
++ output_status_exit_code=1
++ true
++ ‘[’ ‘!’ 1 = 1 ‘]’
++ ‘[’ ‘!’ ‘’ = ‘’ ‘]’
++ ‘[’ NONE = SIGUSR2 ‘]’
++ ‘[’ ‘’ = 0 ‘]’
++ true ‘No progress bar open. No need to send progress 100 to close progress bar.’
++ ‘[’ ‘whonixcheck | Whonix-Workstation’ = ‘’ ‘]’
++ ‘[’ ’ | Whonix-Workstation | Sat Oct 29 07:52:13 UTC 2016’ = ‘’ ‘]’
++ true --titlex ‘whonixcheck | Whonix-Workstation’
++ output_func_cli --titlecli ’ | Whonix-Workstation | Sat Oct 29 07:52:13 UTC 2016’
++ ‘[’ ‘’ = true ‘]’
++ true ‘output_func_cli: injecting --onlyecho.’
++ output_func --onlyecho --titlecli ’ | Whonix-Workstation | Sat Oct 29 07:52:13 UTC 2016’
++ ‘[’ -n user ‘]’
++ ‘[’ ‘’ = true ‘]’
++ /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --onlyecho --titlecli ’ | Whonix-Workstation | Sat Oct 29 07:52:13 UTC 2016’
++ return 0
++ ‘[’ ‘!’ NONE = NONE ‘]’
++ true --messagex --done
++ output_func_cli --messagecli --done
++ ‘[’ ‘’ = true ‘]’
++ true ‘output_func_cli: injecting --onlyecho.’
++ output_func --onlyecho --messagecli --done
++ ‘[’ -n user ‘]’
++ ‘[’ ‘’ = true ‘]’
++ /usr/lib/msgcollector/msgcollector --identifier whonixcheck --whoami user --onlyecho --messagecli --done
++ return 0
++ ‘[’ 1 = ‘’ ‘]’
++ exit 1

0000000f0400000 (size 0x400000)
[ 8.786471] vboxguest: Successfully loaded version 4.3.36_Debian (interface 0x00010004)
[ 8.818417] [drm] Initialized drm 1.1.0 20060810
[ 8.836597] intel_rapl: no valid rapl domains found in package 0
[ 8.868233] [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
[ 8.909727] ppdev: user-space parallel port driver
[ 9.148579] audit: type=1400 audit(1477727229.488:2): apparmor=“STATUS” operation=“profile_load” name=“/usr/bin/whonixcheck” pid=300 comm=“apparmor_parser”
[ 9.190265] audit: type=1400 audit(1477727229.532:3): apparmor=“STATUS” operation=“profile_load” name=“/usr/lib/sdwdate/url_to_unixtime” pid=300 comm=“apparmor_parser”
[ 11.629919] floppy0: no floppy controllers found
[ 11.634952] work still pending
[ 11.873768] pcnet32 0000:00:03.0 eth0: link up, 100Mbps, full-duplex
[ 12.797706] vboxsf: Successfully loaded version 4.3.36_Debian (interface 0x00010004)
[ 12.901582] VBoxService 4.3.36_Debian r105129 (verbosity: 0) linux.x86 (Jan 26 2016 11:04:01) release log
00:00:00.000219 main Log opened 2016-10-29T07:49:32.939526000Z
[ 12.908043] 00:00:00.006680 main OS Product: Linux
[ 12.909913] 00:00:00.008546 main OS Release: 3.16.0-4-686-pae
[ 12.911719] 00:00:00.010363 main OS Version: #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
[ 12.913522] 00:00:00.012165 main OS Service Pack: #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19)
[ 12.915017] 00:00:00.013606 main Executable: /usr/sbin/VBoxService
00:00:00.013610 main Process ID: 464
00:00:00.013611 main Package type: LINUX_32BITS_GENERIC (OSE)
[ 12.924571] 00:00:00.023199 main 4.3.36_Debian r105129 started. Verbose level = 0
[ 13.726723] sf_read_super_aux err=-71
[ 13.727814] sf_read_super_aux err=-71
[ 13.727977] sf_read_super_aux err=-71
[ 13.814780] loop: module loaded
[ 14.118780] NET: Registered protocol family 38
[ 17.828295] device-mapper: uevent: version 1.0.3
[ 17.832920] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 18.700110] Adding 522236k swap on /dev/mapper/swapfile. Priority:-1 extents:1 across:522236k FS’
++ grep_output=
++ true
++ ‘[’ ‘’ = ‘’ ‘]’
++ local ‘MSG=

Check Kernel Messages Test Result: Found nothing remarkable, ok.


++ ‘[’ 0 -ge 1 ‘]’

  • whonixcheck_run_function check_whonixsetup_done
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_whonixsetup_done, because whonixcheck_skip_functions does not include it.’
  • eval check_whonixsetup_done
    ++ check_whonixsetup_done
    ++ check_whonixsetup_done_do
    ++ ‘[’ false = true ‘]’
    ++ ‘[’ -f /var/cache/whonix-setup-wizard/status-files/whonixsetup.done ‘]’
    ++ whonixsetup_done=1
    ++ return 0
    ++ ‘[’ 1 = 0 ‘]’
    ++ local ‘MSG=

    Check whonixsetup Result: done, ok.


    ++ ‘[’ 0 -ge 1 ‘]’
  • whonixcheck_run_function check_package_manager_running
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_package_manager_running, because whonixcheck_skip_functions does not include it.’
  • eval check_package_manager_running
    ++ check_package_manager_running
    ++ check_package_manager_running_helper
    ++ ‘[’ -f /var/run/package_manager_lock ‘]’
    ++ check_apt_get_exit_code=0
    ++ apt_get_update_pid=5713
    ++ wait 5713
    ++ sudo /usr/lib/anon-shared-helper-scripts/apt-get-update-simulate
    ++ unset apt_get_update_pid
    ++ ‘[’ ‘!’ 0 = 0 ‘]’
    ++ package_manager_waiting_msg=‘No package manger currently running. You should not see this message. Please report this bug!’
    ++ ‘[’ 0 = 0 ‘]’
    ++ ‘[’ ‘’ = 1 ‘]’
    ++ local ‘MSG=

    Check Package Manager Running Result: None running, ok.


    ++ ‘[’ 0 -ge 1 ‘]’
    ++ return 0
  • whonixcheck_run_function check_network_interfaces
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_network_interfaces, because whonixcheck_skip_functions does not include it.’
  • eval check_network_interfaces
    ++ check_network_interfaces
    ++ ‘[’ ‘’ = TemplateVM ‘]’
    ++ local failed eth0_failed eth1_failed
    ++ failed=false
    ++ sudo /sbin/ifconfig eth0
    ++ ‘[’ workstation = gateway ‘]’
    ++ ‘[’ false = false ‘]’
    ++ local ‘MSG=

    check network interfaces Result: Ok.


    ++ ‘[’ 0 -ge 1 ‘]’
    ++ return 0
  • whonixcheck_run_function check_tor_enabled
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_tor_enabled, because whonixcheck_skip_functions does not include it.’
  • eval check_tor_enabled
    ++ check_tor_enabled
    ++ check_tor_enabled_do
    ++ ‘[’ ‘!’ -e /usr/share/anon-gw-base-files/gateway ‘]’
    ++ TOR_ENABLED=1
    ++ return 0
    ++ ‘[’ 1 = 0 ‘]’
    ++ ‘[’ -e /usr/share/anon-gw-base-files/gateway ‘]’
    ++ local ‘MSG=

    Tor Check Result: Not running on Whonix-Gateway, ok.


    ++ ‘[’ 0 -ge 1 ‘]’
  • whonixcheck_run_function check_tor_config
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_tor_config, because whonixcheck_skip_functions does not include it.’
  • eval check_tor_config
    ++ check_tor_config
    ++ check_tor_config_do
    ++ tor_verify_config_exit_code=0
    ++ ‘[’ ‘!’ -e /usr/share/anon-gw-base-files/gateway ‘]’
    ++ tor_verify_config_file=‘Not running on Whonix-Gateway’
    ++ tor_verify_config_exit_code=0
    ++ return 0
    ++ ‘[’ ‘!’ 0 = 0 ‘]’
    ++ local ‘MSG=

    Tor Config Check Result: Not running on Whonix-Gateway, ok.


    ++ ‘[’ 0 -ge 1 ‘]’
  • whonixcheck_run_function check_tor_pid
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_tor_pid, because whonixcheck_skip_functions does not include it.’
  • eval check_tor_pid
    ++ check_tor_pid
    ++ check_tor_pid_do
    ++ tor_pid_exit_code=1
    ++ ‘[’ ‘!’ -e /usr/share/anon-gw-base-files/gateway ‘]’
    ++ tor_pid_message=‘Not running on Whonix-Gateway.’
    ++ tor_pid_exit_code=0
    ++ return 0
    ++ ‘[’ ‘!’ 0 = 0 ‘]’
    ++ local ‘MSG=

    Tor Pid Check Result: Not running on Whonix-Gateway., ok.


    ++ ‘[’ 0 -ge 1 ‘]’
  • whonixcheck_run_function check_control_port_filter_running
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_control_port_filter_running, because whonixcheck_skip_functions does not include it.’
  • eval check_control_port_filter_running
    ++ check_control_port_filter_running
    ++ ‘[’ ‘!’ Whonix-Workstation = Whonix-Gateway ‘]’
    ++ return 0
  • whonixcheck_run_function check_anondate_show
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_anondate_show, because whonixcheck_skip_functions does not include it.’
  • eval check_anondate_show
    ++ check_anondate_show
    ++ ‘[’ ‘!’ -e /usr/share/anon-gw-base-files/gateway ‘]’
    ++ return 0
  • whonixcheck_run_function check_tor_socks_port_reachability
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_tor_socks_port_reachability, because whonixcheck_skip_functions does not include it.’
  • eval check_tor_socks_port_reachability
    ++ check_tor_socks_port_reachability
    ++ local SOCKS_PORT_WHONIXCHECK
    ++ SOCKS_PORT_WHONIXCHECK=9110
    ++ true ‘FUNCNAME: CURL: curl.anondist-orig’
    ++ lastpid=5736
    ++ wait 5736
    ++ curl.anondist-orig --fail --max-time 10 --output /tmp/tmp.ErB6ZoPhR9/socks_port_open_file 10.152.152.10:9110
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:–:-- 0:00:09 --:–:-- 0curl: (22) The requested URL returned error: 501 Tor is not an HTTP Proxy
    ++ check_socks_port_open_test=22
    ++ true
    ++ local curl_status_message
    +++ /usr/lib/curl-scripts/curl_exit_codes 22
    ++ curl_status_message=‘[22] - [HTTP page not retrieved. The requested url was not found or returned another error with the HTTP error code being 400 or above. This return code only appears if -f, --fail is used.]’
    ++ ‘[’ 22 = 22 ‘]’
    ++ local ‘MSG=

    Tor SocksPort Reachability Test Result: Reachable. (curl exit code: 22 | curl status message: [22] - [HTTP page not retrieved. The requested url was not found or returned another error with the HTTP error code being 400 or above. This return code only appears if -f, --fail is used.])


    ++ ‘[’ 0 -ge 1 ‘]’
    ++ return 0
  • whonixcheck_run_function check_tor_bootstrap
  • case $whonixcheck_skip_functions in
  • true ‘INFO: Running check_tor_bootstrap, because whonixcheck_skip_functions does not include it.’
  • eval check_tor_bootstrap
    ++ check_tor_bootstrap
    ++ source /usr/lib/anon-shared-helper-scripts/tor_bootstrap_check.bsh
    ++ check_tor_bootstrap_helper
    ++ ‘[’ /tmp/tmp.ErB6ZoPhR9 = ‘’ ‘]’
    ++ check_tor_bootstrap_helper_variables
    ++ command -v qubesdb-read
    ++ ‘[’ -f /usr/share/anon-ws-base-files/workstation ‘]’
    ++ ‘[’ 10.152.152.10 = ‘’ ‘]’
    ++ ‘[’ 9052 = ‘’ ‘]’
    ++ ‘[’ 0 = ‘’ ‘]’
    ++ ‘[’ -f /usr/share/anon-gw-base-files/gateway ‘]’
    ++ ‘[’ 9052 = ‘’ ‘]’
    ++ ‘[’ 0 = ‘’ ‘]’
    ++ ‘[’ 10.152.152.10 = ‘’ ‘]’
    ++ check_tor_bootstrap_helper_kill_after=5s
    ++ check_tor_bootstrap_helper_timeout_after=10s
    ++ check_bootstrap_helper_bootstrap_file=/tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file
    ++ check_bootstrap_helper_script=/usr/lib/anon-shared-helper-scripts/tor_bootstrap_check.py
    ++ check_tor_bootstrap_helper_run_helper_script
    ++ ‘[’ ‘’ = ‘’ ‘]’
    +++ date +%s
    ++ TOR_BOOTSTRAP_TIME_START=1477727544
    +++ date +%s
    ++ TOR_BOOTSTRAP_TIME_NOW=1477727544
    ++ TOR_BOOTSTRAP_TIME_PASSED=0
    ++ rm --force /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file
    ++ check_bootstrap_helper_script_exit_code=0
    ++ lastpid=5840
    ++ wait 5840
    ++ timeout --kill-after=5s 10s /usr/lib/anon-shared-helper-scripts/tor_bootstrap_check.py 10.152.152.10 9052 0
    /usr/lib/anon-shared-helper-scripts/tor_bootstrap_check.bsh: line 76: 5840 Killed timeout --kill-after=“$check_tor_bootstrap_helper_kill_after” “$check_tor_bootstrap_helper_timeout_after” “$check_bootstrap_helper_script” “$GATEWAY_IP” “$gateway_control_port” “$gateway_control_authenticate” > “$check_bootstrap_helper_bootstrap_file” 2>&1
    ++ check_bootstrap_helper_script_exit_code=137
    ++ true
    ++ ‘[’ -f /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file ‘]’
    +++ cat /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file
    ++ check_bootstrap_helper_script_output=‘NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”’
    ++ ‘[’ ‘NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”’ = ‘’ ‘]’
    ++ tor_bootstrap_percent=137
    ++ tor_bootstrap_status=‘NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”’
    ++ ‘[’ 137 = 124 ‘]’
    ++ ‘[’ 137 = 137 ‘]’
    ++ tor_bootstrap_timeout_type=sigkill
    ++ check_bootstrap_helper_script=/usr/lib/anon-shared-helper-scripts/tor_circuit_established_check.py
    ++ check_tor_bootstrap_helper_run_helper_script
    ++ ‘[’ 1477727544 = ‘’ ‘]’
    +++ date +%s
    ++ TOR_BOOTSTRAP_TIME_NOW=1477727560
    ++ TOR_BOOTSTRAP_TIME_PASSED=16
    ++ rm --force /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file
    ++ check_bootstrap_helper_script_exit_code=0
    ++ lastpid=5928
    ++ wait 5928
    ++ timeout --kill-after=5s 10s /usr/lib/anon-shared-helper-scripts/tor_circuit_established_check.py 10.152.152.10 9052 0
    ++ ‘[’ -f /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file ‘]’
    +++ cat /tmp/tmp.ErB6ZoPhR9/tor_check_bootstrap_helper_bootstrap_file
    ++ check_bootstrap_helper_script_output=1
    ++ ‘[’ 1 = ‘’ ‘]’
    ++ tor_circuit_established_check_exit_code=0
    ++ ‘[’ 0 = 0 ‘]’
    ++ tor_circuit_established=1
    ++ ‘[’ 1 = 1 ‘]’
    ++ tor_circuit_established_word=established
    ++ true ‘tor_bootstrap_percent: 137’
    ++ true ‘tor_bootstrap_status: NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=“Done”’
    ++ true ‘tor_circuit_established: 1’
    ++ true ‘tor_circuit_established_check_exit_code: 0’
    ++ true ‘tor_circuit_established_word: established’
    ++ ‘[’ 137 = 255 ‘]’
    ++ ‘[’ 137 = 124 ‘]’
    ++ ‘[’ 137 = 137 ‘]’

another part, just in case:

[ 0.002099] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
tlb_flushall_shift: 6
[ 0.017940] Freeing SMP alternatives memory: 20K (c171a000 - c171f000)
[ 0.023299] ftrace: allocating 20830 entries in 41 pages
[ 0.056331] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.058219] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.097887] smpboot: CPU0: Intel(R) Core™ i3-4010U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
[ 0.202237] Performance Events: unsupported p6 CPU model 69 no PMU driver, software events only.
[ 0.203851] x86: Booted up 1 node, 1 CPUs
[ 0.203856] smpboot: Total of 1 processors activated (3388.21 BogoMIPS)
[ 0.204247] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.204320] devtmpfs: initialized
[ 0.205482] pinctrl core: initialized pinctrl subsystem
[ 0.205554] NET: Registered protocol family 16
[ 0.205684] cpuidle: using governor ladder
[ 0.205690] cpuidle: using governor menu
[ 0.205763] ACPI: bus type PCI registered
[ 0.205767] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.205973] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[ 0.205980] PCI: PCI BIOS revision 2.10 entry at 0xfda26, last bus=0
[ 0.205983] PCI: Using configuration type 1 for base access
[ 0.206682] ACPI: Added _OSI(Module Device)
[ 0.206687] ACPI: Added OSI(Processor Device)
[ 0.206690] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.206693] ACPI: Added OSI(Processor Aggregator Device)
[ 0.207443] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.209890] ACPI: Interpreter enabled
[ 0.209909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S1
] (20140424/hwxface-580)
[ 0.209917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S2
] (20140424/hwxface-580)
[ 0.209924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S3
] (20140424/hwxface-580)
[ 0.209930] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S4
] (20140424/hwxface-580)
[ 0.209940] ACPI: (supports S0 S5)
[ 0.209943] ACPI: Using IOAPIC for interrupt routing
[ 0.210135] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.214898] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.214907] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.214915] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.215003] acpi PNP0A03:00: fail to add MMCONFIG information, can’''t access extended PCI configuration space under this bridge.
[ 0.215242] PCI host bridge to bus 0000:00
[ 0.215247] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.215251] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.215255] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.215259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.215263] pci_bus 0000:00: root bus resource [mem 0x8a900000-0xffdfffff]
[ 0.215310] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.215853] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.216637] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
[ 0.222328] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
[ 0.257816] pci 0000:00:03.0: [1022:2000] type 00 class 0x020000
[ 0.259125] pci 0000:00:03.0: reg 0x10: [io 0xd000-0xd01f]
[ 0.260861] pci 0000:00:03.0: reg 0x14: [mem 0xf0000000-0xf0000fff]
[ 0.268118] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
[ 0.269536] pci 0000:00:04.0: reg 0x10: [io 0xd020-0xd03f]
[ 0.270496] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
[ 0.271881] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
[ 0.278470] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
[ 0.278986] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
[ 0.279008] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
[ 0.279358] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
[ 0.280833] pci 0000:00:0d.0: reg 0x10: [io 0xd040-0xd047]
[ 0.283052] pci 0000:00:0d.0: reg 0x18: [io 0xd050-0xd057]
[ 0.286129] pci 0000:00:0d.0: reg 0x20: [io 0xd060-0xd06f]
[ 0.286895] pci 0000:00:0d.0: reg 0x24: [mem 0xf0804000-0xf0805fff]
[ 0.289664] pci 0000:00:16.0: [1000:0054] type 00 class 0x010000
[ 0.290737] pci 0000:00:16.0: reg 0x10: [io 0xd100-0xd1ff]
[ 0.292316] pci 0000:00:16.0: reg 0x14: [mem 0xf0820000-0xf083ffff]
[ 0.293803] pci 0000:00:16.0: reg 0x18: [mem 0xf0840000-0xf085ffff]
[ 0.299608] pci_bus 0000:00: on NUMA node 0
[ 0.300904] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
[ 0.301164] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
[ 0.301261] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
[ 0.301355] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
[ 0.301505] ACPI: Enabled 2 GPEs in block 00 to 07
[ 0.301696] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.301701] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.301707] vgaarb: loaded
[ 0.301710] vgaarb: bridge control possible 0000:00:02.0
[ 0.301791] PCI: Using ACPI for IRQ routing
[ 0.301795] PCI: pci_cache_line_size set to 64 bytes
[ 0.301955] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.301962] e820: reserve RAM buffer [mem 0x8a8f0000-0x8bffffff]
[ 0.302167] Switched to clocksource refined-jiffies
[ 0.308170] AppArmor: AppArmor Filesystem Enabled
[ 0.308239] pnp: PnP ACPI init
[ 0.308252] ACPI: bus type PNP registered
[ 0.308339] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.308427] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
[ 0.309046] pnp: PnP ACPI: found 2 devices
[ 0.309050] ACPI: bus type PNP unregistered
[ 0.309057] PnPBIOS: Disabled by ACPI PNP
[ 0.345137] Switched to clocksource acpi_pm
[ 0.345154] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.345157] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.345159] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.345161] pci_bus 0000:00: resource 7 [mem 0x8a900000-0xffdfffff]
[ 0.345189] NET: Registered protocol family 2
[ 0.345420] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.345435] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.345456] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.346087] TCP: reno registered
[ 0.346092] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.346099] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.346144] NET: Registered protocol family 1
[ 0.346171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.346204] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.346229] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.346292] PCI: CLS 0 bytes, default 64
[ 0.346347] Unpacking initramfs…
[ 0.736120] Freeing initrd memory: 14068K (f6476000 - f7233000)
[ 0.736247] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.736327] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 4 fixed counters 10737418240 ms ovfl timer
[ 0.736367] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x0
[ 0.736410] microcode: Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba
[ 0.736499] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x300000 bytes, mapped to 0xf7e80000
[ 0.736505] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1024x768x32, linelength=4096
[ 0.742385] Console: switching to colour frame buffer device 128x48
[ 0.748089] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[ 0.748691] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.748817] audit: initializing netlink subsys (disabled)
[ 0.748911] audit: type=2000 audit(1477727220.631:1): initialized
[ 0.749475] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.749536] zbud: loaded
[ 0.749590] VFS: Disk quotas dquot_6.5.2
[ 0.749621] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.749723] msgmni has been set to 1719
[ 0.750027] alg: No test for stdrng (krng)
[ 0.750077] bounce: pool size: 64 pages
[ 0.750113] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.750204] io scheduler noop registered
[ 0.750234] io scheduler deadline registered
[ 0.750291] io scheduler cfq registered (default)
[ 0.750407] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.750462] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.750548] GHES: HEST is not enabled!
[ 0.750596] isapnp: Scanning for PnP cards…
[ 1.111867] isapnp: No Plug & Play device found
[ 1.112136] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.112661] Linux agpgart interface v0.103
[ 1.112964] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.116680] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.118208] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.119856] mousedev: PS/2 mouse device common for all mice
[ 1.122200] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.125986] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 1.128405] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[ 1.129960] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.131787] TCP: cubic registered
[ 1.133436] NET: Registered protocol family 10
[ 1.135453] mip6: Mobile IPv6
[ 1.137056] NET: Registered protocol family 17
[ 1.138605] mpls_gso: MPLS GSO support
[ 1.140263] Using IPI No-Shortcut mode
[ 1.142323] registered taskstats version 1
[ 1.145501] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.148954] rtc_cmos rtc_cmos: setting system clock to 2016-10-29 07:47:01 UTC (1477727221)
[ 1.150409] PM: Hibernation image not present or could not be loaded.
[ 1.150644] Freeing unused kernel memory: 660K (c1675000 - c171a000)
[ 1.152265] Write protecting the kernel text: 4628k
[ 1.153776] Write protecting the kernel read-only data: 1456k
[ 1.155205] NX-protecting the kernel data: 3564k
[ 1.169731] systemd-udevd[54]: starting version 215
[ 1.179434] random: systemd-udevd urandom read with 1 bits of entropy available
[ 1.193099] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[ 1.201972] SCSI subsystem initialized
[ 1.205918] Fusion MPT base driver 3.04.20
[ 1.209197] Copyright (c) 1999-2008 LSI Corporation
[ 1.211991] Fusion MPT SAS Host driver 3.04.20
[ 1.219296] pcnet32: PCnet/FAST III 79C973 at 0xd000, 08:00:27:35:95:53 assigned IRQ 19
[ 1.220771] pcnet32: Found PHY 0022:561b at address 0
[ 1.238003] pcnet32: eth0: registered as PCnet/FAST III 79C973
[ 1.243292] libata version 3.00 loaded.
[ 1.255109] pcnet32: 1 cards_found
[ 1.266824] mptbase: ioc0: Initiating bringup
[ 1.330669] ioc0: LSISAS1068 A0: Capabilities={Initiator}
[ 1.434219] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[ 1.440399] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
[ 1.495220] scsi0 : ioc0: LSISAS1068 A0, FwRev=00000000h, Ports=8, MaxQ=256, IRQ=22
[ 1.504721] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x60504030201a0
[ 1.510630] scsi 0:0:0:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
[ 1.513445] ahci 0000:00:0d.0: version 3.0
[ 1.514046] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
[ 1.515891] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[ 1.517568] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc
[ 1.525696] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB)
[ 1.530638] sd 0:0:0:0: [sda] Write Protect is off
[ 1.532237] sd 0:0:0:0: [sda] Mode Sense: 04 00 10 00
[ 1.533046] scsi1 : ahci
[ 1.535514] sd 0:0:0:0: [sda] Incomplete mode parameter data
[ 1.537347] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 1.539503] scsi2 : ahci
[ 1.542016] scsi3 : ahci
[ 1.545838] scsi4 : ahci
[ 1.549401] ata1: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804100 irq 21
[ 1.550942] ata2: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804180 irq 21
[ 1.552415] ata3: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804200 irq 21
[ 1.553550] ata4: SATA max UDMA/133 abar m8192@0xf0804000 port 0xf0804280 irq 21
[ 1.581709] sda: sda1
[ 1.588040] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.733973] tsc: Refined TSC clocksource calibration: 1696.058 MHz
[ 1.873955] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.198134] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.202049] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
[ 2.203419] ata2.00: applying bridge limits
[ 2.205052] ata2.00: configured for UDMA/100
[ 2.206793] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
[ 2.526200] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.734421] Switched to clocksource tsc
[ 2.850297] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.858321] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.863236] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 2.866213] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
[ 2.867617] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.869554] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 4.250838] floppy0: no floppy controllers found
[ 4.258506] work still pending
[ 4.439532] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.098903] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 5.103838] systemd[1]: Detected virtualization ‘'‘oracle’'’.
[ 5.105238] systemd[1]: Detected architecture ‘'‘x86’'’.
[ 5.396902] systemd[1]: Inserted module ‘'‘autofs4’'’
[ 5.408983] systemd[1]: Set hostname to .
[ 6.373156] random: nonblocking pool is initialized
[ 6.555811] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 6.561977] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 6.563613] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.565750] systemd[1]: Starting Remote File Systems (Pre).
[ 6.569497] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.571190] systemd[1]: Starting Encrypted Volumes.
[ 6.574472] systemd[1]: Reached target Encrypted Volumes.
[ 6.577709] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 6.582103] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.584266] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 6.587941] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.590178] systemd[1]: Starting Swap.
[ 6.593616] systemd[1]: Reached target Swap.
[ 6.596940] systemd[1]: Starting Root Slice.
[ 6.604730] systemd[1]: Created slice Root Slice.
[ 6.607373] systemd[1]: Starting User and Session Slice.
[ 6.613010] systemd[1]: Created slice User and Session Slice.
[ 6.617377] systemd[1]: Starting Delayed Shutdown Socket.
[ 6.625455] systemd[1]: Listening on Delayed Shutdown Socket.
[ 6.628262] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 6.633926] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.639195] systemd[1]: Starting Journal Socket (/dev/log).
[ 6.646105] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.649192] systemd[1]: Starting udev Control Socket.
[ 6.654586] systemd[1]: Listening on udev Control Socket.
[ 6.659893] systemd[1]: Starting udev Kernel Socket.
[ 6.666230] systemd[1]: Listening on udev Kernel Socket.
[ 6.668430] systemd[1]: Starting Journal Socket.
[ 6.673849] systemd[1]: Listening on Journal Socket.
[ 6.678936] systemd[1]: Starting System Slice.
[ 6.685112] systemd[1]: Created slice System Slice.
[ 6.687636] systemd[1]: Started File System Check on Root Device.
[ 6.690424] systemd[1]: Starting system-getty.slice.
[ 6.697882] systemd[1]: Created slice system-getty.slice.
[ 6.702392] systemd[1]: Starting Increase datagram queue length…
[ 6.708589] systemd[1]: Starting Braille Device Support…
[ 6.715552] systemd[1]: Mounting Debug File System…
[ 6.764802] systemd[1]: Started Set Up Additional Binary Formats.
[ 6.770677] systemd[1]: Mounting POSIX Message Queue File System…
[ 6.779419] systemd[1]: Starting udev Coldplug all Devices…
[ 6.787082] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 6.792968] systemd[1]: Mounting Huge Pages File System…
[ 6.801009] systemd[1]: Starting LSB: Set keymap…
[ 6.845495] systemd[1]: Starting Load Kernel Modules…
[ 6.851659] systemd[1]: Starting Slices.
[ 6.855248] systemd[1]: Reached target Slices.
[ 7.008080] systemd[1]: Started udev Coldplug all Devices.
[ 7.132430] fuse init (API version 7.23)
[ 7.180323] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 7.187373] systemd[1]: Starting Create Static Device Nodes in /dev…
[ 7.351063] systemd[1]: Started Load Kernel Modules.
[ 7.352750] systemd[1]: Mounting FUSE Control File System…
[ 7.362217] systemd[1]: Starting Apply Kernel Variables…
[ 7.367826] systemd[1]: Mounted Configuration File System.
[ 7.593841] systemd[1]: Mounted Huge Pages File System.
[ 7.602022] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.605450] systemd[1]: Mounted FUSE Control File System.
[ 7.609249] systemd[1]: Mounted Debug File System.
[ 7.613295] systemd[1]: Started Increase datagram queue length.
[ 7.627365] systemd[1]: Started Apply Kernel Variables.
[ 7.648819] systemd[1]: Starting Syslog Socket.
[ 7.654842] systemd[1]: Listening on Syslog Socket.
[ 7.660197] systemd[1]: Starting Journal Service…
[ 7.666569] systemd[1]: Started Journal Service.
[ 7.965969] systemd-udevd[175]: starting version 215
[ 8.164913] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 8.234047] ACPI: AC Adapter [AC] (off-line)
[ 8.248572] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 8.250910] ACPI: Power Button [PWRF]
[ 8.266203] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
[ 8.280916] ACPI: Sleep Button [SLPF]
[ 8.416711] input: BRLTTY 5.2dev Linux Screen Driver Keyboard as /devices/virtual/input/input5
[ 8.464396] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 8.471015] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6
[ 8.577530] ACPI: Battery Slot [BAT0] (battery present)
[ 8.650957] systemd-journald[166]: Received request to flush runtime journal from PID 1
[ 8.680901] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 8.738993] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
[ 8.766659] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input8
[ 8.782733] vboxguest: misc device minor 59, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)

There was no script bug (at coding level, caught by error handler) during that run or it is not included in the output.

The output should include a line such as:

error_cause: error_handler signal ERR detected

Use http://pastebin.com or similar [anyone any Tor friendly recommendations?] to post full logs in once piece.

The error you are having now is not a no script bug at coding level most likely. It’s a separate issue. The error message should be self explanatory. Otherwise discussed earlier also in these forums, please try the search function.

Here’s the whole debug output: user@host:~$ whonixcheck --debugwhonixcheck debug output...Script running as - Pastebin.com

And the bash -x whonixcheck --verbose one:

This is what I get when I run whonixcheck:

error_cause: error_handler signal ERR detected with BASH_COMMAND: eval ${1+"$@"}

Is that what you are looking for?

It’s a very rare minor race condition bug. For now, to remidy this, please run:

sudo rm /var/lib/whonixcheck/whonixcheck_lastrun

It will be fixed in Whonix 14. Thanks for reporting this!

Worked. Thanks for your time and effort.

1 Like

https://github.com/Whonix/whonixcheck/commit/af4865aa23b7f61f8d38983647200c81a48c7430