Artix Linux Forum

Init systems => OpenRC => Topic started by: tut on 28 July 2020, 16:48:06

Title: [SOLVED] ufw in openrc
Post by: tut on 28 July 2020, 16:48:06
hello I have trivial problem, but I would appreciate some help:
when trying to add ufw to open-rc, I am getting error that service ufw does not exist:
Quote
sudo rc-update add ufw default
rc-update: service `ufw' does not exist

how can I solve it?

Thank you
Title: Re: ufw in openrc
Post by: ndowens on 28 July 2020, 16:55:36
I just installed it to test this but I don’t get this error. Have you updated your system lately? I verified it does install the script where it needs to be and name and those were fine for me as well.
Title: Re: ufw in openrc
Post by: dxrobertson on 28 July 2020, 17:56:19
Did you install package ufw-openrc (as well as ufw)?
Title: Re: ufw in openrc
Post by: tut on 28 July 2020, 18:02:40
thank you both for responding.
@dxrobertson
that was it. After installing ufw-openrc all works