search for: tsocks

Displaying 12 results from an estimated 12 matches for "tsocks".

Did you mean: tsock
2011 Sep 29
2
Timeout leak in get quota
Hello! I wrote perl script for read current quota usage, it works but when I run the program I receive a warning in Dovecot log: 2011-09-29 14:45:30 doveadm(guest at testmail.com): Warning: Timeout leak: 0x7f14800ad970 This is the script: =============================== #!/usr/bin/perl use strict; use Socket; use IO::Handle; socket(TSOCK, PF_UNIX, SOCK_STREAM,0); connect(TSOCK,
2013 Feb 27
2
how to talk with doveadmin unix socket
Hello, I would like to get mailbox quota by doveadm unix socket (/var/run/dovecor/doveadm-server). I get from strace syntax of comunication: write(9, "VERSION\t1\t0\nUSER\t1\tpiotr.rotter at active24.pl\tservice=doveadm\n", 60) = 60 read(9, "VERSION\t1\t1\nSPID\t20805\n", 8192) = 23 read(9, "USER\t1\tpiotr.rotter at active24.pl\temail=piotr.rotter at
2015 Dec 09
1
tsocks or equivalent for CentOS 7
Thanks, I got swamped after sending this but will get back to it soon. ----- Original Message ----- From: "Nux!" <nux at li.nux.ro> To: "CentOS mailing list" <centos at centos.org> Sent: Wednesday, December 9, 2015 3:16:21 AM Subject: Re: [CentOS] tsocks or equivalent for CentOS 7 http://li.nux.ro/download/nux/misc/el7/x86_64/tsocks-1.8-0.14.beta5.el7.nux.x86_64.rpm Stolen from Fedora 22. Enjoy -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Leroy Tennison" <leroy at...
2015 Dec 08
3
tsocks or equivalent for CentOS 7
Does such exist? I looked for dante and couldn't find that. I found and tried using a version from CentOS 6 but it didn't work. If anyone can point me to an rpm (or set of same) I would most certainly appreciate it. Thanks. Confidentiality Notice | This email and any included attachments may be privileged, confidential and/or otherwise protected from disclosure. Access to this email by
2015 Dec 09
0
tsocks or equivalent for CentOS 7
http://li.nux.ro/download/nux/misc/el7/x86_64/tsocks-1.8-0.14.beta5.el7.nux.x86_64.rpm Stolen from Fedora 22. Enjoy -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Leroy Tennison" <leroy at datavoiceint.com> > To: centos at centos.org > Sent: Tuesday, 8 December...
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
https://bugzilla.mindrot.org/show_bug.cgi?id=3653 Bug ID: 3653 Summary: ConnectTimeout causes issue when connecting to an host via tsocks Product: Portable OpenSSH Version: 9.6p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: agostino.sarubb...
2006 Mar 30
1
Transparent socks proxy
...ource.winehq.org/ident?i=process> )) 1259 { 1260 ERR <http://source.winehq.org/ident?i=ERR> ("Unsupported on other process\n"); 1261 return STATUS_ACCESS_DENIED <http://source.winehq.org/ident?i=STATUS_ACCESS_DENIED> ; 1262 } So I've tried the tsocks Linux application http://tsocks.sourceforge.net/ to try to make the proxy transparent for Wine but here again : no success as the application does not seems to inherit / use tsocks settings. Any ideas on how to use socks proxy under wine for applications unaware of proxies ? Thanks. Arnaud Atoch...
2008 Jun 26
0
tsocls
Hi guys, I've tried to launch wine using tsocks (http://tsocks.sourceforge.net/), but it doesn't work... Other programs under tsocks run ok, but wine no. It's possible using tsocks with wine? If yes, how? Thanks.
2018 Feb 20
3
Is there socksify script for dynamics forwardings to unix domain sockets?
...ticed that `ssh -D /tmp/socket $myhost` will actually provide a socks server listing on the unix domain socket /tmp/socket (this does not appear to be documented, though it is semi-documented for -L and -R). Do you know of any "socksification" script to go along with it, in the spirit of tsocks of socksify (from dante)? Those do not seem to support socks servers running on unix domain sockets. My ultimate goal is to use a web browser and various impi-utilities socksified so I can access a management network behind a login host that itself is accessible via ssh. Those tools only support...
2018 Feb 21
4
Is there socksify script for dynamics forwardings to unix domain sockets?
...g > Subject: Re: Is there socksify script for dynamics forwardings to unix > domain sockets? > > Whoa. That's pretty cool. > > Empirically, how well do LD_PRELOAD scripts work in grabbing all socket > calls? Good point, I did not check that before, so I tried now (with tsocks on Debian stretch and the "ssh -D" socks port on a random port on localhost) and got mixed results. Generally, anything name-lookup related does not seem to work and I have to use IP addresses. - ipmiconsole did not work with tsocks, the connection simply times out. No idea why, and...
2012 Jan 12
2
scp should not report 100% until the last byte is transferred
Hello, just my opinion, but yesterday I run into a case, where after 7 hours of transferring a file (a little bit greater than 1 GB) the scp reported 100% and after that exited with an error (AIX 7.1): $ tsocks scp foo user at host:/tmp ... 100% 1101MB 44.2KB/s 448.0KB/s 7:05:38 scp: /tmp/foo: File too large Probably it should not be rounded up to 100% ? -- MfG/Sincerely Toralf F?rster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
2009 May 18
1
Wine & Socks
For what I can see there is no socks support built in in wine and also if u try to force socks tunneling through tsocks the windows program are not "socksifed". You can run freecap inside wine and then run through freecap the socksified program and this way it works, but I think it will be a nice to have feature to be able to run through socks. I've already implemented socks support on a pair of proj...