Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
  2021-01-20 20:41 ` vpnc(musl version) cannot connect ericonr
@ 2021-01-21  5:05 ` rwx2019
  2021-01-21  9:07 ` Gottox
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rwx2019 @ 2021-01-21  5:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by rwx2019 on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-764335968

Comment:
Yes. This issue still present.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
  2021-01-20 20:41 ` vpnc(musl version) cannot connect ericonr
  2021-01-21  5:05 ` rwx2019
@ 2021-01-21  9:07 ` Gottox
  2021-01-21 10:03 ` rwx2019
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-21  9:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-764490630

Comment:
I'm currently lacking a cisco endpoint where I can verify this behavior.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2021-01-21  9:07 ` Gottox
@ 2021-01-21 10:03 ` rwx2019
  2021-01-21 10:07 ` rwx2019
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rwx2019 @ 2021-01-21 10:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

New comment by rwx2019 on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-764523261

Comment:
No need cisco endpoint for verify:
1.install vpnc

2.set config to:
IPSec gateway 127.0.0.1
IPSec ID test
IPSec secret test
#IKE Authmode hybrid
Xauth username test
Xauth password test

3.and just run: vpnc or strace vpnc


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2021-01-21 10:03 ` rwx2019
@ 2021-01-21 10:07 ` rwx2019
  2021-01-21 10:22 ` Gottox
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: rwx2019 @ 2021-01-21 10:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2213 bytes --]

New comment by rwx2019 on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-764525438

Comment:
And You will see the following:
...
wait4(9377, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 9377
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f63baccfa1e}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f63baccfa1e}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=9377, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
open("/dev/tun0", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun1", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun2", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun3", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun4", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun5", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun6", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun7", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun8", O_RDWR)               = -1 ENOENT (Нет такого файла или каталога)
...
open("/dev/tun253", O_RDWR)             = -1 ENOENT (Нет такого файла или каталога)
open("/dev/tun254", O_RDWR)             = -1 ENOENT (Нет такого файла или каталога)
writev(2, [{iov_base="", iov_len=0}, {iov_base="can't initialise tunnel interfac"..., iov_len=33}], 2can't initialise tunnel interface) = 33
writev(2, [{iov_base=": No such file or directory\n", iov_len=28}, {iov_base=NULL, iov_len=0}], 2: No such file or directory
) = 28
exit_group(1)                           = ?
+++ exited with 1 +++



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2021-01-21 10:07 ` rwx2019
@ 2021-01-21 10:22 ` Gottox
  2021-01-29 16:16 ` Gottox
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-21 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-764534259

Comment:
Okay, let's try that.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2021-01-21 10:22 ` Gottox
@ 2021-01-29 16:16 ` Gottox
  2021-01-29 16:52 ` Gottox
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 16:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-769900796

Comment:
I have an idea what's happening. Dang.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2021-01-29 16:16 ` Gottox
@ 2021-01-29 16:52 ` Gottox
  2021-01-29 16:57 ` ericonr
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 16:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-769921644

Comment:
@void-linux/pkg-committers Okay, we need to discuss this. vpnc is basicly foobar on musl. There's a fork of vpnc [here](https://github.com/streambinder/vpnc). This fork is used by alpine for example.

Unfortunately, parts of the build (vpnc-script) is only accessibly from a git-only repository and not part of vpnc itself anymore.

Should we switch to the new upstream? There are no releases yet. Also the template will become messy as we need to git-clone the vpnc-script repository.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2021-01-29 16:52 ` Gottox
@ 2021-01-29 16:57 ` ericonr
  2021-01-29 17:02 ` ericonr
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-29 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-769924528

Comment:
We don't need to clone, github allows us to pull a specific commit as an archive. 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2021-01-29 16:57 ` ericonr
@ 2021-01-29 17:02 ` ericonr
  2021-01-29 19:38 ` Gottox
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-29 17:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-769927730

Comment:
In https://davidepucci.it/doc/vpnc/ , it mentions that the repository isn't for active development, but mostly for security and bug fixes (and new features others implement, but idk how common those are). In any case, if we switch to it, which seems reasonable, I'd suggest updating to the git tip whenever it gets security fixes.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2021-01-29 17:02 ` ericonr
@ 2021-01-29 19:38 ` Gottox
  2021-01-29 19:39 ` Gottox
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 19:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770008031

Comment:
@ericonr The repository I was speaking of is not on github: git.infradead.org/users/dwmw2/vpnc-scripts.git/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2021-01-29 19:38 ` Gottox
@ 2021-01-29 19:39 ` Gottox
  2021-01-29 19:40 ` Gottox
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770008463

Comment:
@ericonr Yea, it's still better than our current upstream as the last release was >10y ago.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2021-01-29 19:39 ` Gottox
@ 2021-01-29 19:40 ` Gottox
  2021-01-29 19:43 ` Gottox
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770008031

Comment:
@ericonr The repository I was speaking of is not on github: https://git.infradead.org/users/dwmw2/vpnc-scripts.git/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2021-01-29 19:40 ` Gottox
@ 2021-01-29 19:43 ` Gottox
  2021-01-29 19:43 ` Gottox
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770008031

Comment:
@ericonr The repository I was speaking of is not on github and does not allow downloading tars: https://git.infradead.org/users/dwmw2/vpnc-scripts.git/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2021-01-29 19:43 ` Gottox
@ 2021-01-29 19:43 ` Gottox
  2021-01-29 19:53 ` ahesford
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-01-29 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770008031

Comment:
@ericonr The repository I was speaking of is not on github and does not allow downloading tarballs: https://git.infradead.org/users/dwmw2/vpnc-scripts.git/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2021-01-29 19:43 ` Gottox
@ 2021-01-29 19:53 ` ahesford
  2021-01-29 19:55 ` ericonr
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ahesford @ 2021-01-29 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770015363

Comment:
This seems to work for a snapshot of a specific hash:
```
http://git.infradead.org/users/dwmw2/vpnc-scripts.git/snapshot/<hash>.tar.gz
```

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2021-01-29 19:53 ` ahesford
@ 2021-01-29 19:55 ` ericonr
  2021-01-29 19:57 ` ahesford
  2021-02-01  9:00 ` [ISSUE] [CLOSED] " Gottox
  18 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-29 19:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770016435

Comment:
@Gottox Ah, I see. Hmm, https://git.infradead.org/users/dwmw2/vpnc-scripts.git/commit/3885f8bbc4ae03fd6da0ada6de12f7223a59595c seems to work. I grabbed it by clicking "snapshot" in https://git.infradead.org/users/dwmw2/vpnc-scripts.git/commit/3885f8bbc4ae03fd6da0ada6de12f7223a59595c

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2021-01-29 19:55 ` ericonr
@ 2021-01-29 19:57 ` ahesford
  2021-02-01  9:00 ` [ISSUE] [CLOSED] " Gottox
  18 siblings, 0 replies; 19+ messages in thread
From: ahesford @ 2021-01-29 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-770015363

Comment:
This seems to work for a snapshot of a specific hash:
```
https://git.infradead.org/users/dwmw2/vpnc-scripts.git/snapshot/<hash>.tar.gz
```

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [ISSUE] [CLOSED] vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
                   ` (17 preceding siblings ...)
  2021-01-29 19:57 ` ahesford
@ 2021-02-01  9:00 ` Gottox
  18 siblings, 0 replies; 19+ messages in thread
From: Gottox @ 2021-02-01  9:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

Closed issue by rwx2019 on void-packages repository

https://github.com/void-linux/void-packages/issues/26798

Description:
System: x86_64 (musl version)
Package: vpnc version 0.5.3

vpnc cannot connect:
When run it says: "can't initialise tunnel interface: No such file or directory".
/dev/net/tun present in system, but vpnc try find /dev/tun0-254 devices

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: vpnc(musl version) cannot connect
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
@ 2021-01-20 20:41 ` ericonr
  2021-01-21  5:05 ` rwx2019
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-20 20:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26798#issuecomment-763919014

Comment:
Is this still an issue?

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-02-01  9:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26798@inbox.vuxu.org>
2021-01-20 20:41 ` vpnc(musl version) cannot connect ericonr
2021-01-21  5:05 ` rwx2019
2021-01-21  9:07 ` Gottox
2021-01-21 10:03 ` rwx2019
2021-01-21 10:07 ` rwx2019
2021-01-21 10:22 ` Gottox
2021-01-29 16:16 ` Gottox
2021-01-29 16:52 ` Gottox
2021-01-29 16:57 ` ericonr
2021-01-29 17:02 ` ericonr
2021-01-29 19:38 ` Gottox
2021-01-29 19:39 ` Gottox
2021-01-29 19:40 ` Gottox
2021-01-29 19:43 ` Gottox
2021-01-29 19:43 ` Gottox
2021-01-29 19:53 ` ahesford
2021-01-29 19:55 ` ericonr
2021-01-29 19:57 ` ahesford
2021-02-01  9:00 ` [ISSUE] [CLOSED] " Gottox

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 NNTP newsgroup(s).