openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-12 Thread Jovany Leandro G.C
:25:13 Exiting due to fatal error ~~~ thanks any help -- Jovany Leandro G.C Desarrollador Software Libre Cel: (57) 3165387562 Git: https://gitlab.com/bit4bit Fossil: http://efossils.bit4bit.in E-Sitio: http://www.bit4bit.in

Re: openvpn ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1

2021-10-13 Thread Jovany Leandro G.C
On 2021-10-13 10:51, Jelle Licht wrote: > Hello Jovany, > > "Jovany Leandro G.C" writes: > >> hi, >> when i run **openvpn myfile.ovpn**, throws: >> >> ~~~ >> 2021-10-12 21:20:26 OpenVPN 2.5.4 x86_64-unknown-linux-gnu [SSL >> (OpenSSL

GUIX HANDLING NPM PACKAGES: TIPS

2018-06-15 Thread Jovany Leandro G.C
Hi community, this maybe can help someone, a little tutorial for working with npm packages. 1) Enable user handle global packages (npm) ~~~ $ mkdir /home//.vnode $ npm config set prefix "/home//.vnode" ~~~ 2) Append to $PATH, npm bins ~~~ $ echo PATH=/home//.vnode/bin:$PATH >> ~/.bashrc ~~~ 3

Re: sha256 hash mismatch

2018-11-18 Thread Jovany Leandro G.C
El Sun, 18 Nov 2018 21:10:25 -0800 Fredrik Salomonsson escribió: > Hi, > > Trying to install guix-0.15 to see if I can get dual booting with > btrfs working on my laptop. But didn't get that far. Encounter an > error when running guix system init. Ran it twice, same error. Any > idea what could b

Re: Does your printer work with Guix System? Please share!

2019-03-23 Thread Jovany Leandro G.C
El Fri, 22 Mar 2019 22:27:47 -0700 Chris Marusich escribió: > Hi Guix! > > I want to buy a printer to use with a Guix System machine. At a bare > minimum, it just needs to print in black and white reliably, but I > hope I can find one that does more than just the bare minimum. > > Has anyone he

Re: Installation of Guix hangs

2019-07-20 Thread Jovany Leandro G.C
? > > Is my hardware too old for the installation to work? hi, how much you wait?, maybe take a lot time. i think you must do a shell installation, but before install enable swap 2GB partition manually. -- Jovany Leandro G.C Desarrollador Software Libre Cel: (57) 3165387562 - (574) 4809000

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-22 Thread Jovany Leandro G.C
rdware, so I posted the issue here. --Jan hi, try install without encryption and see if works, and then again try install with encryption. -- Jovany Leandro G.C Desarrollador Software Libre Cel: (57) 3165387562 - (574) 4809000 Git: https://github.com/bit4bit Fossil: https://efossils.somxslibres.net E-Sitio: https://www.somxslibres.net

multiple IPs

2019-09-18 Thread Jovany Leandro G.C
hello, how can assign multiple ip to one interface? example (static-networking-service "eno1" "192.168.1.82" #:gateway "192.168.1.2" #:name-servers '("192.168.1.2")) if add other (static-networking-service "eno1" "172.168.1.83") 'guix system