Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firewall script doesn't correctly add service to all active zones #2508

Open
3 of 5 tasks
yobson1 opened this issue Nov 15, 2024 · 0 comments
Open
3 of 5 tasks

firewall script doesn't correctly add service to all active zones #2508

yobson1 opened this issue Nov 15, 2024 · 0 comments

Comments

@yobson1
Copy link

yobson1 commented Nov 15, 2024

Description

When troubleshooting the same problem described here I noticed when going into my firewall settings the service was created and was enabled for the libvirt zone but not the public zone.

for zone in $(firewall-cmd --get-active-zones | grep -P '^\w+.*\w$'); do

The output of this on my machine is just libvirt.

❯ firewall-cmd --get-active-zones | grep -P '^\w+.*\w$'
libvirt

The firewall-cmd command on it's own is:

❯ firewall-cmd --get-active-zones
libvirt
  interfaces: virbr0
public (default)
  interfaces: enp40s0

So it would seem that regex needs some attention.

General Troubleshooting

  • I carefully followed the instructions in the README and successfully completed the setup wizard
  • I read the ALVR GitHub Wiki

Environment

Hardware

https://linux-hardware.org/?probe=057c9f6d92

Installation

ALVR Version:
20.11.1

Install Type:

  • Packaged (exe, deb, rpm, etc)
  • Portable (zip)
  • Source (alvr-nvidia AUR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant