public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-user] Problem with socks syscall
  @ 2020-06-03 15:09 99% ` Ashley Dixon
  0 siblings, 0 replies; 1+ results
From: Ashley Dixon @ 2020-06-03 15:09 UTC (permalink / raw
  To: gentoo-user

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

On Wed, Jun 03, 2020 at 12:47:34PM +0200, tuxic@posteo.de wrote:
> host:/tmp>sudo torify aria2c --async-dns false http:aria2c http://example.com
> 1591180702 WARNING torsocks[20364]: [syscall] Unsupported syscall number 2. Denying the call (in tsocks_syscall() at syscall.c:604)
> 1591180702 WARNING torsocks[20364]: [syscall] Unsupported syscall number 2. Denying the call (in tsocks_syscall() at syscall.c:604)
> Exception caught
> Exception: [download_helper.cc:451] errorCode=1 Unrecognized URI or unsupported protocol: false

aria2c is quitting not because of the unsupported syscall warnings, but the fact
that the syntax of your command is incorrect; it  is  interpreting  `--async-dns
false` not as a key-value pair, but  as  a  U.R.L.\  specification.   Hence  the
`unrecognized URI: false` error.

Try fixing the command as such:
        $ torify aria2c --async-dns=false http://example.com

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-06-03 10:47     [gentoo-user] Problem with socks syscall tuxic
2020-06-03 15:09 99% ` Ashley Dixon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox