[Bug 1574270] Re: applications segfault systematically with tsocks

2016-11-02 Thread Sébastien Dinot
I can confirm this, it works for me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To manage notifications about this bug go to:

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-11-01 Thread Markus Lindberg
This seems to be fixed now. I can use tsocks (1.8beta5-9.3) without it seg faulting. Can anyone else confirm this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-09-20 Thread Chris Samuel
Just confirming that this patch once again lets me again use tsocks successfully! Thanks so much for this work. Now if only the Ubuntu folks were listening.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-09-19 Thread wiz
Btw, the fix is still not in yakkety. Who can we grill to speed up the process? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-09-18 Thread Martin von Wittich
I just stumbled over this bug again. What do we have to do so that the patch gets included in the official package...? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-07-22 Thread Karl McMurdo
** Description changed: - On Xenial, when an application is used through tsocks, it will systematically segfqult: - $ ssh machine - [connection OK] - $ wget http://example.com/some/path - [download succeeds] - $ tsocks ssh machine - Segmentation fault - $

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-07-01 Thread Johan Ramm-Ericson
Additional confirmation; the patch works for me as well - thanks all! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To manage

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-22 Thread Markus Lindberg
@GospoGied (gospogied) Thanks, that did it. Best regards Markus Lindberg IT Helpdesk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-22 Thread GospoGied
@Markus Lindberg (k-markus) There is one more step required in #15, which is edit file debian/patches/00list $ sudo apt-get build-dep tsocks [--snip--] $ apt-get source tsocks [--snip--] $ cp 07_always_init_function_pointers.dpatch tsocks-1.8beta5/debian/patches/ $ echo -e

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-20 Thread Yann E. MORIN
All, Thanks to the testers; thanks to the up-voters! It feels good not to be alone! ;-) However, I'm not sure what to do with this bug report now... The maintainer is in Cc, the Ubuntu Review Team is in Cc, the last uploader is in Cc. Yet, no reply so far. I know the tsocks code base is, to

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-20 Thread Yann E. MORIN
Markus, All, Weird that it did not work for you. I retested it just right now, and it worked for me. Note however that I did a mistake when typing the command in the report: dpkg-buildpacakge is misspelled, it should be dpkg-buildpackage. Regards, Yann E. MORIN. -- You received this bug

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-14 Thread Markus Lindberg
I can confirm that the patch do in fact resolve the segmentation fault issue. But I were only able to patch it using the method described in comment #14. The method described in comment #15 doesn't seem to have any affect. Best regards, Markus Lindberg -- You received this bug notification

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-06-10 Thread Yann E. MORIN
Dear Tamas, Dear Ubuntu Review Team, It's been more than a month that I have posted a proposal to fix this bug. In the meantime, I have tested this extensively (as *everything* gets out of my machine via tsocks) and I have had no issue at all. with the proposed patch. Can we at least get a

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-12 Thread Martin von Wittich
Patch works for me too. Would be nice if this could make it to the official repository. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-04 Thread Yann E. MORIN
** Attachment added: "Be sure to always intialise function pointers v2" https://bugs.launchpad.net/ubuntu/+source/tsocks/+bug/1574270/+attachment/4655719/+files/07_always_init_function_pointers.dpatch ** Patch removed: "Be sure to always intialise function pointers"

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-04 Thread Yann E. MORIN
Brendan, That's because the attached patch expects the bundled patches are already applied. Here's how I did (as non-root): $ sudo apt-get build-dep tsocks [--snip--] $ apt-get source tsocks [--snip--] $ cp 07_init.dpatch tsocks-1.8beta5/debian/patches/ $ cd

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-04 Thread Yann E. MORIN
Oh, by the way, I just noticed that the description in the patch itself is wrong. I just copy-pasted the one from an existing patch to get the layout, but forgot to edit it afterward. I'll post an upated version of the patch shortly... -- You received this bug notification because you are a

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-04 Thread Brendan
Just patched and ran in my environment. It works, but one of the patch hunks failed: lost@lost-cynic:~/tsocks$ sudo apt-get source tsocks Reading package lists... Done Need to get 87.0 kB of source archives. Get:1 http://us.archive.ubuntu.com/ubuntu xenial/universe tsocks 1.8beta5-9.3 (dsc)

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Mario Limonciello
Yeah, just tried with it on my local case. Works properly for me! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To manage

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Mario Limonciello
Yann. Ah didn't realize upstream was so dead. Yes, i'll give it a shot for my cases then. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Brendan
I'll try this patch in the morning -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To manage notifications about this bug go to:

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Yann E. MORIN
Mario, The "official" upstream tsocks has not done any release since October 2002, that is almost 14 years ago. Besides, there does nto seem to be any publicly available repository of any kind (no svn, no cvs or anything that was current at the time). I'm not sure it makes sense to send a patch

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Yann E. MORIN
** Bug watch removed: Debian Bug tracker #576301 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576301 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Ubuntu Foundations Team Bug Bot
The attachment "Be sure to always intialise function pointers" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a

Re: [Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Mario Limonciello
Great news thanks! Would you mind submitting upstream as well? On Mon, May 2, 2016, 15:05 Yann E. MORIN wrote: > I managed to make it work with the attached patch. > > This is probably not a correct patch, but it at least makes it work, and > can serve as a base for a

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-02 Thread Yann E. MORIN
I managed to make it work with the attached patch. This is probably not a correct patch, but it at least makes it work, and can serve as a base for a correct patch. In the end, it happens that some libraries (like openssl) are initialised before those in LD_PRELOAD (which is really weird as

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-05-01 Thread Yann E. MORIN
After a bit more investigation, I hacked tsocks to spit out debug log in its _init() function: FILE *f = fopen( "/home/me/tsocks.msg", "a+" ); fprintf( "[%s] Hello world\n", program_invocation_name ); fclose( f ); However, when running: $ tsocks ssh machine Segmentation

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-29 Thread eexpress
I just install tsocks, find this same problem. I remenber it works before. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with tsocks To manage

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-26 Thread Yann E. MORIN
After testing, it appears that neither patch fix the issue. There still are segfaults... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title: applications segfault systematically with

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-26 Thread Yann E. MORIN
There is a (vey old!) related bug in the Debian bug tracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576301 There are two patches floating in that bug report, but they were never made part of any tsocks relase:

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-25 Thread Yann E. MORIN
Varga, Please don't replace the description. Add a comment if you need to. Thanks. ;-) ** Description changed: - i have a same problem with tsocks and ssh. + + On Xenial, when an application is used through tsocks, it will + systematically segfqult: + + $ ssh machine + [connection OK]

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tsocks (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574270 Title:

[Bug 1574270] Re: applications segfault systematically with tsocks

2016-04-25 Thread Varga Csaba
** Description changed: - On Xenial, when an application is used through tsocks, it will - systematically segfqult: - - $ ssh machine - [connection OK] - $ wget http://example.com/some/path - [download succeeds] - $ tsocks ssh machine - Segmentation fault - $ tsocks