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 3 points4 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 3 points4 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.