* openvpn
@ 2019-01-24 3:40 nightowl
2019-01-24 7:09 ` openvpn swedebugia
0 siblings, 1 reply; 4+ messages in thread
From: nightowl @ 2019-01-24 3:40 UTC (permalink / raw)
To: Help guix
Is it possible to have vpn set up in gnome on a guixsd installation? I
am trying this and having some trouble.
I have added the openvpn and network-manager-openvpn packages to my
config.scm file.
I also set the services as follows:
(services (cons* (gnome-desktop-service)
(modify-services %desktop-services
(upower-service-type config =>
(upower-configuration
(inherit config)
(use-percentage-for-policy? #t)
(percentage-low 30)
(percentage-critical 27)
(percentage-action 25)
(critical-power-action 'hybrid-sleep)))
(network-manager-service-type config =>
(network-manager-configuration
(inherit config)
(vpn-plugins network-manager-openvpn)))
(udev-service-type config =>
(udev-configuration
(inherit config)
(rules (cons* android-udev-rules
(udev-configuration-rules
config))))))))
when I reconfigure with this, I get a failure to build with the
following log file:
Backtrace:
2 (primitive-load "/gnu/store/s6cbypbzini2qk7cizjpvv2gx02?")
In guix/build/union.scm:
200:31 1 (union-build "/gnu/store/mms3x1dbl3f7sg3jl9jg9qfhkz5ai?" ?)
In unknown file:
0 (delete-duplicates network-manager-openvpn #<undefined>)
ERROR: In procedure delete-duplicates:
In procedure delete-duplicates: Wrong type argument in position 1
(expecting list): network-manager-openvpn
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openvpn
2019-01-24 3:40 openvpn nightowl
@ 2019-01-24 7:09 ` swedebugia
2019-01-25 14:04 ` openvpn nightowl
0 siblings, 1 reply; 4+ messages in thread
From: swedebugia @ 2019-01-24 7:09 UTC (permalink / raw)
To: nightowl, help-guix
On 2019-01-24 04:40, nightowl wrote:
> (network-manager-service-type config =>
> (network-manager-configuration
> (inherit config)
> (vpn-plugins network-manager-openvpn)))
-> this should be
(vpn-plugins '(network-manager-openvpn))))
Short answer: not via the guix configuration - it is broken at the moment.
You might be succesful with Bitmask(1) via PYPI, or manually setting up
openvpn.
--
Cheers
Swedebugia
(1) https://pypi.org/project/leap.bitmask/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openvpn
2019-01-24 7:09 ` openvpn swedebugia
@ 2019-01-25 14:04 ` nightowl
2019-01-26 3:11 ` openvpn Maxim Cournoyer
0 siblings, 1 reply; 4+ messages in thread
From: nightowl @ 2019-01-25 14:04 UTC (permalink / raw)
To: swedebugia; +Cc: help-guix
Ok, thanks. I may wait until it becomes un-broke.
On 2019-01-24 1:09 am, swedebugia wrote:
> On 2019-01-24 04:40, nightowl wrote:
>> (network-manager-service-type config =>
>> (network-manager-configuration
>> (inherit config)
>> (vpn-plugins network-manager-openvpn)))
>
> -> this should be
> (vpn-plugins '(network-manager-openvpn))))
>
> Short answer: not via the guix configuration - it is broken at the
> moment.
>
> You might be succesful with Bitmask(1) via PYPI, or manually setting up
> openvpn.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: openvpn
2019-01-25 14:04 ` openvpn nightowl
@ 2019-01-26 3:11 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2019-01-26 3:11 UTC (permalink / raw)
To: nightowl; +Cc: help-guix
Hello,
nightowl <nightowl@members.fsf.org> writes:
> Ok, thanks. I may wait until it becomes un-broke.
>
Any progress (or lack thereof) on this issue can be tracked here:
http://issues.guix.info/issue/33832.
Cheers,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-26 3:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-24 3:40 openvpn nightowl
2019-01-24 7:09 ` openvpn swedebugia
2019-01-25 14:04 ` openvpn nightowl
2019-01-26 3:11 ` openvpn Maxim Cournoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).