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): add install script and change group to firezone-client #4879

Merged
merged 4 commits into from
May 2, 2024

Conversation

ReactorScram
Copy link
Collaborator

Closes #4873

@ReactorScram ReactorScram added the area/tauri_client The Windows and Linux Tauri GUI clients label May 2, 2024
@ReactorScram ReactorScram added this to the 05/24 milestone May 2, 2024
@ReactorScram ReactorScram self-assigned this May 2, 2024
Copy link

vercel bot commented May 2, 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 2, 2024 3:48pm

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

github-actions bot commented May 2, 2024

Terraform Cloud Plan Output

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

Terraform Cloud Plan

Copy link

github-actions bot commented May 2, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 239.7 MiB (-1%) 241.9 MiB (-0%) 195 (-34%)
direct-tcp-server2client 245.2 MiB (+1%) 247.1 MiB (+1%) 234 (+485%)
relayed-tcp-client2server 223.7 MiB (-0%) 224.6 MiB (-0%) 224 (-11%)
relayed-tcp-server2client 234.7 MiB (-1%) 235.4 MiB (-1%) 363 (+1%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 499.9 MiB (-0%) 0.06ms (+99%) 41.75% (-2%)
direct-udp-server2client 499.9 MiB (-0%) 0.04ms (+483%) 23.72% (+9%)
relayed-udp-client2server 500.0 MiB (-0%) 0.03ms (-51%) 57.39% (+8%)
relayed-udp-server2client 500.0 MiB (-0%) 0.01ms (-94%) 39.54% (-22%)

@@ -44,7 +44,7 @@ ExecStart=firezone-client-ipc
Type=notify
# Unfortunately we may need root to control DNS
User=root
Group=firezone
Group=firezone-client
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just in case we need it to be separate from the gateway group

@ReactorScram ReactorScram requested a review from jamilbk May 2, 2024 17:19
@ReactorScram ReactorScram marked this pull request as ready for review May 2, 2024 17:19
Copy link
Member

@jamilbk jamilbk left a comment

Choose a reason for hiding this comment

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

Might be able to get away with telling the user to log out and back in to restart their X/Wayland session (i.e. new shell session)

Comment on lines +23 to +24
# Unfortunately Ubuntu seems to need a reboot here, at least 20.04 does
echo "Reboot to finish adding yourself to the group"
Copy link
Member

Choose a reason for hiding this comment

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

Don't we just need to restart the current login session? I.e. logout and back in?

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 tried on 20.04, but it doesn't seem to work. Maybe it's something particular Ubuntu does, I know it used to work on other distros in the past.

@ReactorScram ReactorScram added this pull request to the merge queue May 2, 2024
Merged via the queue into main with commit 35a802d May 2, 2024
136 checks passed
@ReactorScram ReactorScram deleted the chore/linux-install-scripts branch May 2, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tauri_client The Windows and Linux Tauri GUI clients kind/chore Issues related to repository cleanup or maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc(linux GUI): install script
2 participants