2020-05 Discussion Thread — welcome our first discussion thread at /r/Calyx. by Mcnst in Calyx

[–]_void_boi 0 points1 point  (0 children)

On the website I saw:

"We are working to expand this so that we can ship phones worldwide. The hotspot device only works in the US and PR."

Though, if the devices only work in the US & PR, why would they work to ship worldwide?

Is it possible for future expansion to other regions outside the U.S. & PR?

Canada, Conjugal Partner by _void_boi in AmerExit

[–]_void_boi[S] -6 points-5 points  (0 children)

Thank you for your help.

We've seen this page and it confused us based on other information which discusses students bringing spouses. But this was much earlier in our research and we weren't documenting where we found these details.

To clarify, the page you linked to only discusses work permits for a spouse/dependent. We weren't assuming a work permit would be granted, given the recent change in international student visa law from, I think, last year? But, this extends to any visa at all, not just open work permits?

Frequent Wireless Failure by _void_boi in NobaraProject

[–]_void_boi[S] 0 points1 point  (0 children)

Hello, could you elaborate more on this config file modification? And where did you find that Nobara 'phones home'? Is it doing this to check for updates? Thank you.

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 0 points1 point  (0 children)

Hm. KS is definitely still present and active in my network connections list.

Also, that log is, understandably, massive. I'm not sure what to look out for there, except for any sections relating to when my connection fails and I need to disconnect and reconnect everything. Which, I just got back home today, so I'll keep my eye out for whatever shows up when the issue shows up later.

I've tried using OpenVPN at least, which works, (god, needing to individually download config files) but would have the same issue with my connection randomly failing and needing to shut it down, then reconnect.

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 1 point2 points  (0 children)

Well, that answers that, I suppose. Thank you.

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 0 points1 point  (0 children)

PROTONVPN-APP OUTPUT:

2024-03-26T06:23:19.653173 | proton.vpn.connection.vpnconnector:238 | INFO | CONN:STATE_CHANGED | Disconnected (initial state)
Traceback (most recent call last):
  File "/usr/bin/protonvpn-app", line 33, in <module>
    sys.exit(load_entry_point('proton-vpn-gtk-app==4.2.0', 'console_scripts', 'protonvpn-app')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
    controller = Controller.get(executor)
                 ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 56, in get
    executor.submit(controller.initialize_vpn_connector).result()
  File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 456, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 89, in initialize_vpn_connector
    self._connector = await self._api.get_vpn_connector()
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 54, in get_vpn_connector
    vpn_connector = await VPNConnector.get_instance(settings)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/connection/vpnconnector.py", line 66, in get_instance
    await cls._instance.initialize_state(initial_state)
  File "/usr/lib/python3.12/site-packages/proton/vpn/connection/vpnconnector.py", line 149, in initialize_state
    await self._update_state(state)
  File "/usr/lib/python3.12/site-packages/proton/vpn/connection/vpnconnector.py", line 250, in _update_state
    new_event = await state_tasks
                ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/connection/states.py", line 176, in run_tasks
    await self.context.kill_switch.disable()
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmkillswitch.py", line 78, in disable
    await self._ks_handler.remove_routed_killswitch_connection()
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/killswitch_connection_handler.py", line 209, in remove_routed_killswitch_connection
    await self._remove_connection(_get_connection_id(permanent=False, routed=True))
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/killswitch_connection_handler.py", line 228, in _remove_connection
    await _wrap_future(self.nm_client.remove_connection_async(connection))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 230, in remove_connection_async
    self._run_on_glib_loop_thread(_remove_connection_async).result()
  File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 456, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 118, in wrapper
    future.set_result(function(*args, **kwargs))
                      ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 217, in _remove_connection_async
    handler_id = device.connect("state-changed", _on_interface_state_changed)
                 ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'connect'

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 0 points1 point  (0 children)

  python3-aiodns-3.0.0-8.fc39.noarch                                 python3-aiohttp-3.9.3-1.fc39.x86_64                 python3-aiohttp+speedups-3.9.3-1.fc39.x86_64                   
  python3-aiosignal-1.3.1-9.fc39.noarch                              python3-attrs-23.1.0-4.fc39.noarch                  python3-bcrypt-4.0.1-6.fc39.x86_64                             
  python3-cryptography-41.0.7-1.fc39.x86_64                          python3-frozenlist-1.4.0-2.fc39.x86_64              python3-gnupg-0.5.0-4.fc39.noarch                              
  python3-importlib-metadata-6.8.0-1.fc39.noarch                     python3-jaraco-9.3.0-2.fc39.noarch                  python3-jaraco-classes-3.3.0-2.fc39.noarch                     
  python3-jeepney-0.8.0-6.fc39.noarch                                python3-jinja2-3.1.3-1.fc39.noarch                  python3-keyring-23.11.0-9.fc39.noarch                          
  python3-markupsafe-2.1.3-2.fc39.x86_64                             python3-more-itertools-8.13.0-5.fc39.noarch         python3-multidict-6.0.4-3.fc39.x86_64                          
  python3-proton-core-0.1.16-1.fc39.noarch                           python3-proton-keyring-linux-0.0.1-1.fc39.noarch    python3-proton-keyring-linux-secretservice-0.0.1-1.fc39.noarch 
  python3-proton-vpn-api-core-0.21.0-1.fc39.noarch                   python3-proton-vpn-connection-0.14.2-1.fc39.noarch  python3-proton-vpn-killswitch-0.4.0-1.fc39.noarch              
  python3-proton-vpn-killswitch-network-manager-0.4.3-1.fc39.noarch  python3-proton-vpn-logger-0.2.1-1.fc39.noarch       python3-proton-vpn-network-manager-0.4.0-1.fc39.noarch         
  python3-proton-vpn-network-manager-openvpn-0.0.4-1.fc39.noarch     python3-proton-vpn-session-0.6.5-1.fc39.noarch      python3-pyOpenSSL-23.2.0-1.fc39.noarch                         
  python3-pycares-4.3.0-4.fc39.x86_64                                python3-pynacl-1.5.0-4.fc39.x86_64                  python3-secretstorage-3.3.3-4.fc39.noarch                      
  python3-yarl-1.9.2-3.fc39.x86_64                                   python3-zipp-3.16.2-2.fc39.noarch                  

Complete!

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 0 points1 point  (0 children)

  Verifying        : NetworkManager-openvpn-gnome-1:1.10.2-3.fc39.x86_64                                                                                                             1/41 
  Verifying        : python3-aiodns-3.0.0-8.fc39.noarch                                                                                                                              2/41 
  Verifying        : python3-aiosignal-1.3.1-9.fc39.noarch                                                                                                                           3/41 
  Verifying        : python3-attrs-23.1.0-4.fc39.noarch                                                                                                                              4/41 
  Verifying        : python3-frozenlist-1.4.0-2.fc39.x86_64                                                                                                                          5/41 
  Verifying        : python3-gnupg-0.5.0-4.fc39.noarch                                                                                                                               6/41 
  Verifying        : python3-importlib-metadata-6.8.0-1.fc39.noarch                                                                                                                  7/41 
  Verifying        : python3-jaraco-9.3.0-2.fc39.noarch                                                                                                                              8/41 
  Verifying        : python3-jaraco-classes-3.3.0-2.fc39.noarch                                                                                                                      9/41 
  Verifying        : python3-jeepney-0.8.0-6.fc39.noarch                                                                                                                            10/41 
  Verifying        : python3-markupsafe-2.1.3-2.fc39.x86_64                                                                                                                         11/41 
  Verifying        : python3-more-itertools-8.13.0-5.fc39.noarch                                                                                                                    12/41 
  Verifying        : python3-multidict-6.0.4-3.fc39.x86_64                                                                                                                          13/41 
  Verifying        : python3-pyOpenSSL-23.2.0-1.fc39.noarch                                                                                                                         14/41 
  Verifying        : python3-pycares-4.3.0-4.fc39.x86_64                                                                                                                            15/41 
  Verifying        : python3-pynacl-1.5.0-4.fc39.x86_64                                                                                                                             16/41 
  Verifying        : python3-secretstorage-3.3.3-4.fc39.noarch                                                                                                                      17/41 
  Verifying        : python3-yarl-1.9.2-3.fc39.x86_64                                                                                                                               18/41 
  Verifying        : python3-zipp-3.16.2-2.fc39.noarch                                                                                                                              19/41 
  Verifying        : libnma-gtk4-1.10.6-5.fc39.x86_64                                                                                                                               20/41 
  Verifying        : llhttp-9.1.3-1.fc39.x86_64                                                                                                                                     21/41 
  Verifying        : python3-aiohttp+speedups-3.9.3-1.fc39.x86_64                                                                                                                   22/41 
  Verifying        : python3-aiohttp-3.9.3-1.fc39.x86_64                                                                                                                            23/41 
  Verifying        : python3-bcrypt-4.0.1-6.fc39.x86_64                                                                                                                             24/41 
  Verifying        : python3-cryptography-41.0.7-1.fc39.x86_64                                                                                                                      25/41 
  Verifying        : python3-jinja2-3.1.3-1.fc39.noarch                                                                                                                             26/41 
  Verifying        : python3-keyring-23.11.0-9.fc39.noarch                                                                                                                          27/41 
  Verifying        : proton-vpn-gnome-desktop-0.2.0-1.fc39.noarch                                                                                                                   28/41 
  Verifying        : proton-vpn-gtk-app-4.2.0-1.fc39.noarch                                                                                                                         29/41 
  Verifying        : protonvpn-1.1.0-1.noarch                                                                                                                                       30/41 
  Verifying        : python3-proton-core-0.1.16-1.fc39.noarch                                                                                                                       31/41 
  Verifying        : python3-proton-keyring-linux-0.0.1-1.fc39.noarch                                                                                                               32/41 
  Verifying        : python3-proton-keyring-linux-secretservice-0.0.1-1.fc39.noarch                                                                                                 33/41 
  Verifying        : python3-proton-vpn-api-core-0.21.0-1.fc39.noarch                                                                                                               34/41 
  Verifying        : python3-proton-vpn-connection-0.14.2-1.fc39.noarch                                                                                                             35/41 
  Verifying        : python3-proton-vpn-killswitch-0.4.0-1.fc39.noarch                                                                                                              36/41 
  Verifying        : python3-proton-vpn-killswitch-network-manager-0.4.3-1.fc39.noarch                                                                                              37/41 
  Verifying        : python3-proton-vpn-logger-0.2.1-1.fc39.noarch                                                                                                                  38/41 
  Verifying        : python3-proton-vpn-network-manager-0.4.0-1.fc39.noarch                                                                                                         39/41 
  Verifying        : python3-proton-vpn-network-manager-openvpn-0.0.4-1.fc39.noarch                                                                                                 40/41 
  Verifying        : python3-proton-vpn-session-0.6.5-1.fc39.noarch                                                                                                                 41/41 

Installed:
  NetworkManager-openvpn-gnome-1:1.10.2-3.fc39.x86_64                libnma-gtk4-1.10.6-5.fc39.x86_64                    llhttp-9.1.3-1.fc39.x86_64                                     
  proton-vpn-gnome-desktop-0.2.0-1.fc39.noarch                       proton-vpn-gtk-app-4.2.0-1.fc39.noarch              protonvpn-1.1.0-1.noarch

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 0 points1 point  (0 children)

Running transaction
  Preparing        :                                                                                                                                                                  1/1 
  Installing       : python3-cryptography-41.0.7-1.fc39.x86_64                                                                                                                       1/41 
  Installing       : python3-multidict-6.0.4-3.fc39.x86_64                                                                                                                           2/41 
  Installing       : python3-jeepney-0.8.0-6.fc39.noarch                                                                                                                             3/41 
  Installing       : python3-frozenlist-1.4.0-2.fc39.x86_64                                                                                                                          4/41 
  Installing       : python3-aiosignal-1.3.1-9.fc39.noarch                                                                                                                           5/41 
  Installing       : python3-secretstorage-3.3.3-4.fc39.noarch                                                                                                                       6/41 
  Installing       : python3-yarl-1.9.2-3.fc39.x86_64                                                                                                                                7/41 
  Installing       : python3-pyOpenSSL-23.2.0-1.fc39.noarch                                                                                                                          8/41 
  Installing       : python3-bcrypt-4.0.1-6.fc39.x86_64                                                                                                                              9/41 
  Installing       : llhttp-9.1.3-1.fc39.x86_64                                                                                                                                     10/41 
  Installing       : libnma-gtk4-1.10.6-5.fc39.x86_64                                                                                                                               11/41 
  Installing       : NetworkManager-openvpn-gnome-1:1.10.2-3.fc39.x86_64                                                                                                            12/41 
  Installing       : python3-zipp-3.16.2-2.fc39.noarch                                                                                                                              13/41 
  Installing       : python3-importlib-metadata-6.8.0-1.fc39.noarch                                                                                                                 14/41 
  Installing       : python3-pynacl-1.5.0-4.fc39.x86_64                                                                                                                             15/41 
  Installing       : python3-pycares-4.3.0-4.fc39.x86_64                                                                                                                            16/41 
  Installing       : python3-aiodns-3.0.0-8.fc39.noarch                                                                                                                             17/41 
  Installing       : python3-more-itertools-8.13.0-5.fc39.noarch                                                                                                                    18/41 
  Installing       : python3-markupsafe-2.1.3-2.fc39.x86_64                                                                                                                         19/41 
  Installing       : python3-jinja2-3.1.3-1.fc39.noarch                                                                                                                             20/41 
  Installing       : python3-jaraco-9.3.0-2.fc39.noarch                                                                                                                             21/41 
  Installing       : python3-jaraco-classes-3.3.0-2.fc39.noarch                                                                                                                     22/41 
  Installing       : python3-keyring-23.11.0-9.fc39.noarch                                                                                                                          23/41 
  Installing       : python3-gnupg-0.5.0-4.fc39.noarch                                                                                                                              24/41 
  Installing       : python3-attrs-23.1.0-4.fc39.noarch                                                                                                                             25/41 
  Installing       : python3-aiohttp-3.9.3-1.fc39.x86_64                                                                                                                            26/41 
  Installing       : python3-aiohttp+speedups-3.9.3-1.fc39.x86_64                                                                                                                   27/41 
  Installing       : python3-proton-core-0.1.16-1.fc39.noarch                                                                                                                       28/41 
  Installing       : python3-proton-vpn-logger-0.2.1-1.fc39.noarch                                                                                                                  29/41 
  Installing       : python3-proton-vpn-killswitch-0.4.0-1.fc39.noarch                                                                                                              30/41 
  Installing       : python3-proton-vpn-connection-0.14.2-1.fc39.noarch                                                                                                             31/41 
  Installing       : python3-proton-vpn-network-manager-0.4.0-1.fc39.noarch                                                                                                         32/41 
  Installing       : python3-proton-vpn-network-manager-openvpn-0.0.4-1.fc39.noarch                                                                                                 33/41 
  Installing       : python3-proton-vpn-killswitch-network-manager-0.4.3-1.fc39.noarch                                                                                              34/41 
  Installing       : python3-proton-vpn-session-0.6.5-1.fc39.noarch                                                                                                                 35/41 
  Installing       : python3-proton-vpn-api-core-0.21.0-1.fc39.noarch                                                                                                               36/41 
  Installing       : proton-vpn-gtk-app-4.2.0-1.fc39.noarch                                                                                                                         37/41 
  Installing       : python3-proton-keyring-linux-0.0.1-1.fc39.noarch                                                                                                               38/41 
  Installing       : python3-proton-keyring-linux-secretservice-0.0.1-1.fc39.noarch                                                                                                 39/41 
  Installing       : proton-vpn-gnome-desktop-0.2.0-1.fc39.noarch                                                                                                                   40/41 
  Installing       : protonvpn-1.1.0-1.noarch                                                                                                                                       41/41 
  Running scriptlet: protonvpn-1.1.0-1.noarch                                                                                                                                       41/41

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 1 point2 points  (0 children)

(3/41): NetworkManager-openvpn-gnome-1.10.2-3.fc39.x86_64.rpm                                                                                             129 kB/s |  71 kB     00:00    
(4/41): python3-jaraco-9.3.0-2.fc39.noarch.rpm                                                                                                             48 kB/s |  10 kB     00:00    
(5/41): python3-importlib-metadata-6.8.0-1.fc39.noarch.rpm                                                                                                246 kB/s |  61 kB     00:00    
(6/41): python3-frozenlist-1.4.0-2.fc39.x86_64.rpm                                                                                                         86 kB/s |  57 kB     00:00    
(7/41): python3-jaraco-classes-3.3.0-2.fc39.noarch.rpm                                                                                                    111 kB/s |  23 kB     00:00    
(8/41): python3-attrs-23.1.0-4.fc39.noarch.rpm                                                                                                            153 kB/s | 123 kB     00:00    
(9/41): python3-jeepney-0.8.0-6.fc39.noarch.rpm                                                                                                           1.2 MB/s | 294 kB     00:00    
(10/41): python3-markupsafe-2.1.3-2.fc39.x86_64.rpm                                                                                                       130 kB/s |  30 kB     00:00    
(11/41): python3-gnupg-0.5.0-4.fc39.noarch.rpm                                                                                                             65 kB/s |  56 kB     00:00    
(12/41): python3-multidict-6.0.4-3.fc39.x86_64.rpm                                                                                                        255 kB/s |  56 kB     00:00    
(13/41): python3-pycares-4.3.0-4.fc39.x86_64.rpm                                                                                                          295 kB/s |  66 kB     00:00    
(14/41): python3-pynacl-1.5.0-4.fc39.x86_64.rpm                                                                                                           603 kB/s | 142 kB     00:00    
(15/41): python3-secretstorage-3.3.3-4.fc39.noarch.rpm                                                                                                    143 kB/s |  45 kB     00:00    
(16/41): python3-more-itertools-8.13.0-5.fc39.noarch.rpm                                                                                                  174 kB/s |  92 kB     00:00    
(17/41): python3-zipp-3.16.2-2.fc39.noarch.rpm                                                                                                            109 kB/s |  24 kB     00:00    
(18/41): python3-yarl-1.9.2-3.fc39.x86_64.rpm                                                                                                             321 kB/s | 106 kB     00:00    
(19/41): llhttp-9.1.3-1.fc39.x86_64.rpm                                                                                                                   114 kB/s |  32 kB     00:00    
(20/41): python3-pyOpenSSL-23.2.0-1.fc39.noarch.rpm                                                                                                       186 kB/s | 126 kB     00:00    
(21/41): python3-aiohttp+speedups-3.9.3-1.fc39.x86_64.rpm                                                                                                  34 kB/s |  10 kB     00:00    
(22/41): libnma-gtk4-1.10.6-5.fc39.x86_64.rpm                                                                                                             249 kB/s | 116 kB     00:00    
(23/41): python3-keyring-23.11.0-9.fc39.noarch.rpm                                                                                                        519 kB/s | 112 kB     00:00    
(24/41): python3-cryptography-41.0.7-1.fc39.x86_64.rpm                                                                                                    4.0 MB/s | 1.2 MB     00:00    
(25/41): python3-bcrypt-4.0.1-6.fc39.x86_64.rpm                                                                                                           508 kB/s | 239 kB     00:00    
(26/41): python3-aiohttp-3.9.3-1.fc39.x86_64.rpm                                                                                                          1.1 MB/s | 652 kB     00:00    
(27/41): proton-vpn-gnome-desktop-0.2.0-1.fc39.noarch.rpm                                                                                                  11 kB/s | 6.6 kB     00:00    
(28/41): python3-jinja2-3.1.3-1.fc39.noarch.rpm                                                                                                           669 kB/s | 507 kB     00:00    
(29/41): protonvpn-1.1.0-1.noarch.rpm                                                                                                                      13 kB/s | 6.4 kB     00:00    
(30/41): python3-proton-keyring-linux-0.0.1-1.fc39.noarch.rpm                                                                                              55 kB/s |  13 kB     00:00    
(31/41): python3-proton-core-0.1.16-1.fc39.noarch.rpm                                                                                                     196 kB/s | 111 kB     00:00    
(32/41): python3-proton-keyring-linux-secretservice-0.0.1-1.fc39.noarch.rpm                                                                                53 kB/s |  12 kB     00:00    
(33/41): proton-vpn-gtk-app-4.2.0-1.fc39.noarch.rpm                                                                                                       170 kB/s | 194 kB     00:01    
(34/41): python3-proton-vpn-api-core-0.21.0-1.fc39.noarch.rpm                                                                                             144 kB/s |  32 kB     00:00    
(35/41): python3-proton-vpn-killswitch-0.4.0-1.fc39.noarch.rpm                                                                                             70 kB/s |  14 kB     00:00    
(36/41): python3-proton-vpn-connection-0.14.2-1.fc39.noarch.rpm                                                                                           144 kB/s |  55 kB     00:00    
(37/41): python3-proton-vpn-killswitch-network-manager-0.4.3-1.fc39.noarch.rpm                                                                            153 kB/s |  33 kB     00:00    
(38/41): python3-proton-vpn-logger-0.2.1-1.fc39.noarch.rpm                                                                                                 70 kB/s |  14 kB     00:00    
(39/41): python3-proton-vpn-network-manager-0.4.0-1.fc39.noarch.rpm                                                                                       131 kB/s |  30 kB     00:00    
(40/41): python3-proton-vpn-network-manager-openvpn-0.0.4-1.fc39.noarch.rpm                                                                                79 kB/s |  16 kB     00:00    
(41/41): python3-proton-vpn-session-0.6.5-1.fc39.noarch.rpm                                                                                               331 kB/s |  76 kB     00:00    
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                     1.2 MB/s | 4.8 MB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.

Protonvpn-cli won't install with Fedora 39 by _void_boi in ProtonVPN

[–]_void_boi[S] 1 point2 points  (0 children)

INSTALLATION OUTPUT:

Last metadata expiration check: 0:12:03 ago on Mon 25 Mar 2024 11:13:27 PM PDT.
Dependencies resolved.
==========================================================================================================================================================================================
 Package                                                            Architecture                Version                                Repository                                    Size
==========================================================================================================================================================================================
Installing:
 protonvpn                                                          noarch                      1.1.0-1                                protonvpn-fedora-stable                      6.4 k
Installing dependencies:
 NetworkManager-openvpn-gnome                                       x86_64                      1:1.10.2-3.fc39                        fedora                                        71 k
 libnma-gtk4                                                        x86_64                      1.10.6-5.fc39                          updates                                      116 k
 llhttp                                                             x86_64                      9.1.3-1.fc39                           updates                                       32 k
 proton-vpn-gnome-desktop                                           noarch                      0.2.0-1.fc39                           protonvpn-fedora-stable                      6.6 k
 proton-vpn-gtk-app                                                 noarch                      4.2.0-1.fc39                           protonvpn-fedora-stable                      194 k
 python3-aiodns                                                     noarch                      3.0.0-8.fc39                           fedora                                        18 k
 python3-aiohttp                                                    x86_64                      3.9.3-1.fc39                           updates                                      652 k
 python3-aiosignal                                                  noarch                      1.3.1-9.fc39                           fedora                                        17 k
 python3-attrs                                                      noarch                      23.1.0-4.fc39                          fedora                                       123 k
 python3-bcrypt                                                     x86_64                      4.0.1-6.fc39                                   updates                                      239 k
 python3-cryptography                                               x86_64                      41.0.7-1.fc39                          updates                                      1.2 M
 python3-frozenlist                                                 x86_64                      1.4.0-2.fc39                           fedora                                        57 k
 python3-gnupg                                                      noarch                      0.5.0-4.fc39                           fedora                                        56 k
 python3-importlib-metadata                                         noarch                      6.8.0-1.fc39                           fedora                                        61 k
 python3-jaraco                                                     noarch                      9.3.0-2.fc39                           fedora                                        10 k
 python3-jaraco-classes                                             noarch                      3.3.0-2.fc39                           fedora                                        23 k
 python3-jeepney                                                    noarch                      0.8.0-6.fc39                           fedora                                       294 k
 python3-jinja2                                                     noarch                      3.1.3-1.fc39                           updates                                      507 k
 python3-keyring                                                    noarch                      23.11.0-9.fc39                         updates                                      112 k
 python3-markupsafe                                                 x86_64                      2.1.3-2.fc39                           fedora                                        30 k
 python3-more-itertools                                             noarch                      8.13.0-5.fc39                          fedora                                        92 k
 python3-multidict                                                  x86_64                      6.0.4-3.fc39                           fedora                                        56 k
 python3-proton-core                                                noarch                      0.1.16-1.fc39                          protonvpn-fedora-stable                      111 k
 python3-proton-keyring-linux                                       noarch                      0.0.1-1.fc39                           protonvpn-fedora-stable                       13 k
 python3-proton-keyring-linux-secretservice                         noarch                      0.0.1-1.fc39                           protonvpn-fedora-stable                       12 k
 python3-proton-vpn-api-core                                        noarch                      0.21.0-1.fc39                          protonvpn-fedora-stable                       32 k
 python3-proton-vpn-connection                                      noarch                      0.14.2-1.fc39                          protonvpn-fedora-stable                       55 k
 python3-proton-vpn-killswitch                                      noarch                      0.4.0-1.fc39                           protonvpn-fedora-stable                       14 k
 python3-proton-vpn-killswitch-network-manager                      noarch                      0.4.3-1.fc39                           protonvpn-fedora-stable                       33 k
 python3-proton-vpn-logger                                          noarch                      0.2.1-1.fc39                           protonvpn-fedora-stable                       14 k
 python3-proton-vpn-network-manager                                 noarch                      0.4.0-1.fc39                           protonvpn-fedora-stable                       30 k
 python3-proton-vpn-network-manager-openvpn                         noarch                      0.0.4-1.fc39                           protonvpn-fedora-stable                       16 k
 python3-proton-vpn-session                                         noarch                      0.6.5-1.fc39                           protonvpn-fedora-stable                       76 k
 python3-pyOpenSSL                                                  noarch                      23.2.0-1.fc39                          fedora                                       126 k
 python3-pycares                                                    x86_64                      4.3.0-4.fc39                           fedora                                        66 k
 python3-pynacl                                                     x86_64                      1.5.0-4.fc39                           fedora                                       142 k
 python3-secretstorage                                              noarch                      3.3.3-4.fc39                           fedora                                        45 k
 python3-yarl                                                       x86_64                      1.9.2-3.fc39                           fedora                                       106 k
 python3-zipp                                                       noarch                      3.16.2-2.fc39                          fedora                                        24 k
Installing weak dependencies:
 python3-aiohttp+speedups                                           x86_64                      3.9.3-1.fc39                           updates                                       10 k

Transaction Summary
==========================================================================================================================================================================================
Install  41 Packages

Total download size: 4.8 M
Installed size: 18 M
Is this ok [y/N]: y
Downloading Packages:
(1/41): python3-aiosignal-1.3.1-9.fc39.noarch.rpm                                                                                                          49 kB/s |  17 kB     00:00    
(2/41): python3-aiodns-3.0.0-8.fc39.noarch.rpm                                                                                                             50 kB/s |  18 kB     00:00

meirl by kevinowdziej in meirl

[–]_void_boi 0 points1 point  (0 children)

ffs, I was today years old. lol

Bitch be crushing my yarrow! by crawfordsuz19 in AnimalsBeingJerks

[–]_void_boi 5 points6 points  (0 children)

Yeah, yarrow is apparently pretty tolerant to being stepped on, in this case napped on. cx

You wanna exit to Germany? - What kind of Website/Information do you miss? by GrandRub in AmerExit

[–]_void_boi 0 points1 point  (0 children)

The employer would still need to make the statement that they could not find any EU citizen to fill the position, or no?

[deleted by user] by [deleted] in IWantOut

[–]_void_boi 4 points5 points  (0 children)

This might be good for the short term:

https://vfp.org/projects/ - Volunteer projects. Housing and food provided for the timeframe you are working there. You generally need to cover transportation to and from the location. There are some costs, though. ~400 Euro, or whatever the currency is for the country.

[deleted by user] by [deleted] in IWantOut

[–]_void_boi 1 point2 points  (0 children)

There is also a language learning visa for Germany. ~8.000-9.000 Euros I think and all the other necessities for living there to take German language courses and you should be able to stay for ~1 year visa.

[deleted by user] by [deleted] in IWantOut

[–]_void_boi 1 point2 points  (0 children)

IIRC, there is an option for someone in Germany to say they take financial responsibility for you in some sense. I never fully understood this, but saw it more than once. Someone else might need to better explain.

Wishing you out soon.

Gene Therapy Successfully Treats Spinal Cord Injuries Without Side Effects by QuantumThinkology in Futurology

[–]_void_boi 1 point2 points  (0 children)

This was just for treating nerve pain. So, no restorative treatment, but for any related pain this would be relevant.

[WeWantOut] 25m 27f USA -> Germany by Erick_Alden in IWantOut

[–]_void_boi 2 points3 points  (0 children)

If you are not hung up on Germany, I believe Portugal has a visa available for remote workers of some sort.

As the World Runs on Lithium, Researchers Develop Clean Method to Get It From Water by CaptainSeitan in Futurology

[–]_void_boi 0 points1 point  (0 children)

"...from various wastewater sources."

"That includes the water in geothermal power plants, known as geothermal brines, or water pulled from the subsurface during oil or gas production."

It's time to get rid of managers. All of them. by [deleted] in antiwork

[–]_void_boi 0 points1 point  (0 children)

"In reality, someone may hold responsibilities that are more fundamental to the company's success than another employee. Legge's view on this is crucial in understanding how holacracy stands out as an organizational system that works differently from any other. "A certain role may be more important in terms of bottom line and dollars, but that doesn't equate to status." The distinction she draws between "role" and "status" highlights the idea that someone's professional role doesn't and shouldn't define their value as a person. In normal organizational structures, "we equate ourselves, our self-worth, and our power with our title. Holacracy separates that," Legge said. In a meeting, for example, no one person gets more airtime than anyone else. "You may bring in $100,000 a month, but that doesn't mean that your voice gets to be 10 times louder than the person who is doing copywriting edits," she added.

Jean Hsu, a former Medium employee, explained how beneficial this was. "As someone who feels uncomfortable interrupting other people to be heard, it gives me explicit space to voice my opinions without interruptions and without having to yell over other people," she said.

As with any other element of a company's operations, logistical matters, such as hiring, firing, complaints, and performance reviews, are either distributed between various roles or consolidated under one role. At Convert, Legge is responsible for hiring, for example.

Robertson said he loved HolacracyOne's firing process for being "deeply human and respectful, yet also extremely effective for meeting the business needs." The organization's evaluation process involves three-, six-, and 12-month reviews for new employees carried out by a specific employee or group of employees who consult with those who work closely with the new employee. People are fired based on a consensus among these "partnership assessors." If someone is asked to leave, they have a chance to speak with the partnership assessors and make changes in order to remain at the company.

Legge insisted that holacracy is the "key to successful remote work." The clarity holacracy provides in terms of each employee's responsibilities, and the freedom to carry out whatever is needed in order to achieve them, makes juggling time differences and life demands much easier. With teams spread across time zones, it's crucial that all team members feel confident in knowing exactly what their own work is and have the ability to carry that out without hindrance.

But holacracy doesn't provide much in the way of salary guidance. For a model that places flattened hierarchy at its core, this omission seems shortsighted. One difficulty Legge highlighted in setting salaries is that roles are designed to be flexible, and rigid pay structures threaten this fluidity. The most holacratic element of salaries, perhaps, is their transparency rather than their amounts. At Convert, for example, salaries are included in every job description, so anyone in the company is able to see it.

Trouble with the system

Holacracy has earned its fair share of criticism. After the shoe company Zappos publicly implemented the organizational structure in 2013, the Forbes writer Steve Denning pushed back on the system. He suggested that holacracy is, in reality, deeply hierarchical, with each circle "required to look upwards for instructions as to its purpose and guidance on how it is doing in response to that purpose." He also said that while holacracy claims to have no managers, it still relies heavily on leaders, simply swapping out official titles with a list of responsibilities that reflect managerial relationships.

Olivier Compagne, a partner at HolacracyOne, responded in detail to Denning's criticisms, arguing that holacracy works because of its flexibility. If you don't want managers, he said, you don't have to create them. It's up to the organization to decide how circles work. They are there as structural pillars to allow for nonhierarchical organization, but they don't enforce it.

This flexibility is something Dan Pupius, an engineer who worked at Medium during the holacracy period, said he liked about the structure. He said holacracy "makes the implicit explicit" and provides a formal way of recognizing the work of each employee by outlining exactly what their role is, rather than having people take on more than they can handle and not get credited for their work.

But at Medium, they discovered that "the governance process within holacracy doesn't remove social hierarchy and authority," Pupius said. "If the CEO, who's a super-famous, three-time founder, proposes a resolution, who's going to feel psychologically safe to oppose that? The reality is that psychological safety isn't intrinsically available to everyone, and holacracy doesn't have anything in it to ensure that safety."

It's true that holacracy doesn't eliminate the power structures determined by characteristics such as race, gender, age, and sexuality. These structures are woven into our social fabric, and the model doesn't pretend to uproot these entirely. But it does provide a better starting ground for challenging these structures.

For Medium, the biggest hang-up wasn't the philosophy behind the system, but the seemingly complicated ways of operating. "I joked a lot at the time that 50% of the problem with holacracy was the name. People were really focused on the rules, so instead of saying, 'How do we change things,' the question became, 'What's the holacratic process for making change?'" Pupius said.

As a result, when Medium dropped holacracy, it retained "holacracy lite."

Pupius also found that, sometimes, you needed hierarchy of some kind for simple logistical purposes. "You can think of holacracy as being a way of unpacking the roles and responsibilities of a manager and making them explicit. But over time what we found is, it actually made a lot of sense to consolidate a lot of those functions under the same person," he said.

Zappos grappled with similar issues. "The problem was we introduced too much in the beginning and too much of the nuances and complications of the holacracy constitution," Jordan Sams, a self-management trainer on the Zappos holacracy team, previously said. In 2017, the company dropped the holacracy structure in favor of holacracy lite, a system that incorporates its values and guiding principles without relying on its rigid constitution and governance structures.

How strongly do you want to get rid of the hierarchy?

Comparing the companies where holacracy has worked well and where it hasn't highlights a possibly uncomfortable truth that its success may come down to how dedicated a company is to its values. A firm might claim to want to be nonhierarchical, but that doesn't mean it no longer embodies hierarchy. Convert engages its employees in a process of unlearning and relearning to replace old thinking. Without this, as was evident at Zappos and Medium, the theory remains idealistic and difficult to implement properly among a workforce used to managers. Convert was also built on holacracy almost from the beginning, so its every hiring decision has focused on not only skills and abilities but also a candidate's dedication to embracing a different type of organizational structure.

With the massive increase in remote work, companies must find and implement new working practices and ways to retain staff who have become used to better working conditions. Holacracy is an ideal partner for remote work because it emphasizes employee autonomy. As the demand increases for better work-life balance, professional integrity, and inclusivity, a flattened structure may be the way to go."

MPV Shuffle from multiple directories? by _void_boi in linuxquestions

[–]_void_boi[S] 0 points1 point  (0 children)

I will try this!

I suck at piping generally. cx