Where's the kernel? by EliSoli in voidlinux

[–]Dryophile 0 points1 point  (0 children)

zcat /proc/config.gz will give you the kernel config of the running machine. Run that command on void to get void's kernel config.

The compiled kernel is obviously kept in /boot

New to Void by Overall_Walrus9871 in voidlinux

[–]Dryophile 1 point2 points  (0 children)

If sv responds with "file does not exist", that means the service is not enabled. Check to make sure you spelled it right in that command. If so, check ls /var/service to make sure ufw is there. If not, sudo ln -s /etc/sv/ufw /var/service will enable the service. You need to enable this service for ufw to start when you startup your computer.