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

chore(gui-client/linux): show an error if the user doesn't belong to the firezone group #4822

Merged
merged 9 commits into from
May 3, 2024

Conversation

ReactorScram
Copy link
Collaborator

@ReactorScram ReactorScram commented Apr 29, 2024

Ran into this during testing. For some reason Ubuntu 20.04, maybe others, requires a reboot to add the desktop user to a group. I thought logging out and back in should be enough but it's not.

image

@ReactorScram ReactorScram added this to the 05/24 milestone Apr 29, 2024
@ReactorScram ReactorScram self-assigned this Apr 29, 2024
Copy link

vercel bot commented Apr 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
firezone ⬜️ Ignored (Inspect) Visit Preview May 1, 2024 9:52pm

@github-actions github-actions bot added the kind/chore Issues related to repository cleanup or maintenance label Apr 29, 2024
Copy link

github-actions bot commented Apr 29, 2024

Terraform Cloud Plan Output

Plan: 15 to add, 15 to change, 13 to destroy.

Terraform Cloud Plan

Copy link

github-actions bot commented Apr 29, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 241.9 MiB (+4%) 244.1 MiB (+4%) 188 (-4%)
direct-tcp-server2client 246.7 MiB (+2%) 248.0 MiB (+2%) 421 (+44%)
relayed-tcp-client2server 226.1 MiB (+1%) 226.8 MiB (+1%) 275 (-7%)
relayed-tcp-server2client 236.4 MiB (-2%) 237.0 MiB (-2%) 271 (-28%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 499.5 MiB (-0%) 0.66ms (+2000%) 39.04% (-13%)
direct-udp-server2client 500.0 MiB (+0%) 0.02ms (+286%) 21.60% (-3%)
relayed-udp-client2server 500.0 MiB (+0%) 0.03ms (-28%) 56.79% (+0%)
relayed-udp-server2client 500.0 MiB (-0%) 0.02ms (-87%) 41.85% (+4%)

# Does what it says
sudo --preserve-env \
su --login "$USER" --command \
"xvfb-run --auto-servernum $PWD/../target/debug/$PACKAGE $*"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite understand why su needs the quotes here when it doesn't need them in other places. I guess its parsing must be naive and the double hyphens confuse it. It doesn't have the equivalent of Cargo's -- to delineate arguments intended for the subcommand.

@ReactorScram ReactorScram marked this pull request as ready for review April 30, 2024 17:00
Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
@ReactorScram ReactorScram added this pull request to the merge queue May 3, 2024
Merged via the queue into main with commit e8b1736 May 3, 2024
136 checks passed
@ReactorScram ReactorScram deleted the chore/linux-group branch May 3, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Issues related to repository cleanup or maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants