whonix is unconnecting - Tor fails to start - [warn] Failed to parse/validate config: Unknown option ‘1’. Failing.

I rewritten /etc/dhcp/dhcpd.conf

option domain-name “whonix”;
option domain-name-servers 10.152.152.10;
subnet 10.152.128.0 netmask 255.255.192.0 {
range 10.152.152.12 10.152.152.15;
option subnet-mask 255.255.192.0;
option broadcast-address 10.152.191.255;
option routers 10.152.152.10;
}
default-lease-time 600;
max-lease-time 7200;

This error

ERROR: Tor Config Check Result:
Your Tor config file contains at least one error.
(Tor exit code: 1)
Tor concise reports (below warns and errors must be fixed before you can use Tor):
Aug 16 08:09:15.774 [warn] Failed to parse/validate config: Unknown option ‘1’. Failing.
Aug 16 08:09:15.774 [err] Reading config failed–see warnings above.
Tor full reports:
Aug 16 08:09:15.772 [notice] Tor 0.3.3.9 (git-ca1a436fa8e53a32) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.1.0f, Zlib 1.2.8, Liblzma 5.2.2, and Libzstd 1.1.2.
Aug 16 08:09:15.772 [notice] Tor can’t help you if you use it wrong! Learn how to be safe at Tor Project | Download
Aug 16 08:09:15.772 [notice] Read configuration file “/etc/tor/torrc”.
Aug 16 08:09:15.774 [warn] Failed to parse/validate config: Unknown option ‘1’. Failing.
Aug 16 08:09:15.774 [err] Reading config failed–see warnings above.
Try to look at this report yourself by running. Start Menu → Applications → System → Terminal
sudo -u debian-tor tor --verify-config
To try to fix this, please open your Tor config file.
Start Menu → Applications → System → Torrc
or in Terminal: sudo nano /usr/local/etc/torrc.d/50_user.conf
Please restart Tor after fixing this error.
Start Menu → Applications → System → Restart Tor
or in Terminal: sudo service tor@default restart
Restart whonixcheck after fixing this error.
Start Menu → Applications → System → Whonix Check
or in Terminal: whonixcheck
If you know what you are doing, feel free to disable this check. Create a file /etc/whonix.d/50_whonixcheck_user.conf and add:

What is wrong?

Fix Tor config.

Remove 1.

1 Like

I Succeeded! Thanks Patrick!

Why?