From phfbettega at gmail.com Tue Sep 4 01:20:47 2018 From: phfbettega at gmail.com (phfbettetga) Date: Mon, 3 Sep 2018 22:20:47 -0300 Subject: [sbopkg-users] gzdoom-legacy doesn't build with OpenAL installed Message-ID: Hello. I'm running Slackware -current up to date and SBo-git sbopkg on a notebook with Intel i915 graphics, so OpenGL is at stock version. Due to the new gzdoom incompatibility with OpenGL, I tried to install gzdoom-legacy, but got and error. It seems that it is related with OpenAL. I uninstalled OpenAL and then gzdoom-legacy built ok. The notebook Slackware install has some third party packages, so I tested in a VirtualBox vm with a clean -current install (AlienBob iso) and got the same error at [48%]: /tmp/SBo/gzdoom-g2.4.0/src/./r_defs.h:578:8: note: ?struct secspecial_t? declared here struct secspecial_t ^~~~~~~~~~~~ /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp: In member function ?virtual SoundStream* OpenALSoundRenderer::CreateStream(SoundStreamCallback, int, int, int, void*)?: /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:1308:35: error: ?mem_fn? is not a member of ?std? StreamThread = std::thread(std::mem_fn(&OpenALSoundRenderer::BackgroundProc), this); ^~~~~~ /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:1308:35: note: ?std::mem_fn? is defined in header ??; did you forget to ?#include ?? /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:67:1: +#include /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:1308:35: StreamThread = std::thread(std::mem_fn(&OpenALSoundRenderer::BackgroundProc), this); ^~~~~~ /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp: In member function ?virtual SoundStream* OpenALSoundRenderer::OpenStream(FileReader*, int)?: /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:1321:35: error: ?mem_fn? is not a member of ?std? StreamThread = std::thread(std::mem_fn(&OpenALSoundRenderer::BackgroundProc), this); ^~~~~~ /tmp/SBo/gzdoom-g2.4.0/src/sound/oalsound.cpp:1321:35: note: ?std::mem_fn? is defined in header ??; did you forget to ?#include ?? make[2]: *** [src/CMakeFiles/zdoom.dir/build.make:1332: src/CMakeFiles/zdoom.dir/sound/oalsound.cpp.o] Error 1 make[2]: Leaving directory '/tmp/SBo/gzdoom-g2.4.0/build' make[1]: *** [CMakeFiles/Makefile2:831: src/CMakeFiles/zdoom.dir/all] Error 2 make[1]: Leaving directory '/tmp/SBo/gzdoom-g2.4.0/build' make: *** [Makefile:130: all] Error 2 Hope this helps Paulo From woquendo at gmail.com Tue Sep 4 03:03:24 2018 From: woquendo at gmail.com (William Oquendo) Date: Mon, 3 Sep 2018 22:03:24 -0500 Subject: [sbopkg-users] Sync behind proxy with authentication Message-ID: Dear all, how can I sync the remote tree behind a proxy with auth? I hace exported the corresponding variable as RSYNC_PROXY=username:password at proxyname:port but I am still getting a 403 forbidden error. thanks in advance -- Best regards / Cordialmente, William-Fernando Oquendo -------------------------- Este correo puede carecer de tildes o e?es debido al teclado. -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at sbopkg.org Tue Sep 4 16:26:07 2018 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Tue, 4 Sep 2018 23:26:07 +0700 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: Message-ID: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> > how can I sync the remote tree behind a proxy with auth? I hace exported > the corresponding variable as > RSYNC_PROXY=username:password at proxyname:port > but I am still getting a 403 forbidden error. > thanks in advance i have this line on my /etc/profile export RSYNC_PROXY=proxyname:port export HTTPS_PROXY=proxyname:port export HTTP_PROXY=proxyname:port export http_proxy=proxyname:port export https_proxy=proxyname:port -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From dave at dawoodfall.net Tue Sep 4 17:33:58 2018 From: dave at dawoodfall.net (David Woodfall) Date: Tue, 4 Sep 2018 18:33:58 +0100 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> Message-ID: <20180904173358.GG1855@blackswan> On Tuesday 4 September 2018 23:26, Willy Sudiarto Raharjo put forth the proposition: > > how can I sync the remote tree behind a proxy with auth? I hace exported > > the corresponding variable as > > RSYNC_PROXY=username:password at proxyname:port > > but I am still getting a 403 forbidden error. > > thanks in advance Make sure you only use IP:PORT and no http:// or https:// etc. e.g. export RSYNC_PROXY=username:password at 1.2.3.4:20000 -Dave > i have this line on my /etc/profile > export RSYNC_PROXY=proxyname:port > export HTTPS_PROXY=proxyname:port > export HTTP_PROXY=proxyname:port > export http_proxy=proxyname:port > export https_proxy=proxyname:port -- When you say 'I wrote a program that crashed Windows', people just stare at you blankly and say 'Hey, I got those with the system, *for free*'. -- Linus Torvalds .--. oo (____)// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' From woquendo at gmail.com Wed Sep 5 15:18:23 2018 From: woquendo at gmail.com (William Oquendo) Date: Wed, 5 Sep 2018 10:18:23 -0500 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: <20180904173358.GG1855@blackswan> References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> Message-ID: Hi all, Yes, I have both exported all http*_proxy* variables, and also avoided using http: on the RSYNC_PROXY . Still it does not work and that is the puzzle here. Is there a way I can catch the "talk" been the rsync command and the proxy server? What should I look for? Thanks again. On Tue, Sep 4, 2018, 12:34 David Woodfall wrote: > On Tuesday 4 September 2018 23:26, > Willy Sudiarto Raharjo put forth the proposition: > > > how can I sync the remote tree behind a proxy with auth? I hace > exported > > > the corresponding variable as > > > RSYNC_PROXY=username:password at proxyname:port > > > but I am still getting a 403 forbidden error. > > > thanks in advance > > Make sure you only use IP:PORT and no http:// or https:// etc. e.g. > > export RSYNC_PROXY=username:password at 1.2.3.4:20000 > > -Dave > > > i have this line on my /etc/profile > > export RSYNC_PROXY=proxyname:port > > export HTTPS_PROXY=proxyname:port > > export HTTP_PROXY=proxyname:port > > export http_proxy=proxyname:port > > export https_proxy=proxyname:port > > -- > > When you say 'I wrote a program that crashed Windows', people just stare at > you blankly and say 'Hey, I got those with the system, *for free*'. > -- Linus Torvalds > > .--. oo > (____)// > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at sbopkg.org Thu Sep 6 17:20:12 2018 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Fri, 7 Sep 2018 00:20:12 +0700 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> Message-ID: > Yes, I have both exported all http*_proxy* variables, and also avoided > using http: on the RSYNC_PROXY . Still it does not work and that is the > puzzle here. > Is there a way I can catch the "talk" been the rsync command and the > proxy server? What should I look for? > Thanks again. Can you make sure that your proxy does allow RSYNC traffic? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From woquendo at gmail.com Thu Sep 6 19:32:07 2018 From: woquendo at gmail.com (William Oquendo) Date: Thu, 6 Sep 2018 14:32:07 -0500 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> Message-ID: Hmm, no, I cant, it is not under my control. Is there any way to test that? On Thu, Sep 6, 2018 at 12:20 PM Willy Sudiarto Raharjo wrote: > > Yes, I have both exported all http*_proxy* variables, and also avoided > > using http: on the RSYNC_PROXY . Still it does not work and that is the > > puzzle here. > > Is there a way I can catch the "talk" been the rsync command and the > > proxy server? What should I look for? > > Thanks again. > > Can you make sure that your proxy does allow RSYNC traffic? > > > -- > Willy Sudiarto Raharjo > > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users > -- Best regards / Cordialmente, William-Fernando Oquendo -------------------------- Este correo puede carecer de tildes o e?es debido al teclado. -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at sbopkg.org Fri Sep 7 00:16:39 2018 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Fri, 7 Sep 2018 07:16:39 +0700 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> Message-ID: <9087d82b-dc7e-493e-9a39-33dffab20d5d@sbopkg.org> > Hmm, no, I cant, it is not under my control. Is there any way to test that? It should be working with RSYNC_PROXY if it's not working, then we can assume it was not yet allowed in the proxy configuration -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From dave at dawoodfall.net Fri Sep 7 02:30:11 2018 From: dave at dawoodfall.net (David Woodfall) Date: Fri, 7 Sep 2018 03:30:11 +0100 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> Message-ID: <20180907023010.GB20714@blackswan> On Thursday 6 September 2018 14:32, William Oquendo put forth the proposition: > Hmm, no, I cant, it is not under my control. Is there any way to test that? Can you try doing a very verbose manual test and capture the output? Example: mkdir ~/test cd ~/test rsync -avvvvv rsync://slackbuilds.org/slackbuilds/14.2 | head -n20 Output: opening tcp connection to slackbuilds.org port 873 connection via http proxy 192.168.1.2 port 33000 Connected to 192.168.1.2 (192.168.1.2) msg checking charset: UTF-8 sending daemon args: --server --sender -vvvvvlogDtpre.iLsfxC . slackbuilds/14.2 (5 args) (Client) Protocol versions: remote=31, negotiated=31 FILE_STRUCT_LEN=24, EXTRA_LEN=4 receiving incremental file list uid 1016(slackbuilds) maps to 1016 process has 14 gids: 7 10 11 17 18 19 20 83 84 86 93 100 210 234 gid 1016(slackbuilds) maps to 1016 recv_file_name(14.2) received 1 names [Receiver] flist start=1, used=1, low=0, high=0 [Receiver] i=1 1 14.2/ mode=040755 len=4,096 gid=(1016) flags=1405 recv_file_list done [Receiver] receiving flist for dir 0 ... Ctrl-C it when the output freezes. Adjust the head -n value as necessary. In the above example my proxy is on 192.168.1.2 port 33000. That may give some clue to the problem. -Dave > On Thu, Sep 6, 2018 at 12:20 PM Willy Sudiarto Raharjo > wrote: > > > > Yes, I have both exported all http*_proxy* variables, and also avoided > > > using http: on the RSYNC_PROXY . Still it does not work and that is the > > > puzzle here. > > > Is there a way I can catch the "talk" been the rsync command and the > > > proxy server? What should I look for? > > > Thanks again. > > > > Can you make sure that your proxy does allow RSYNC traffic? > > > > > > -- > > Willy Sudiarto Raharjo -- There are no threads in a.b.p.erotica, so there's no gain in using a threaded news reader. -- unknown source .--. oo (____)// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' From woquendo at gmail.com Sat Sep 8 02:12:11 2018 From: woquendo at gmail.com (William Oquendo) Date: Fri, 7 Sep 2018 21:12:11 -0500 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: <20180907023010.GB20714@blackswan> References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> <20180907023010.GB20714@blackswan> Message-ID: Hi, I did it and it seems that the proxy blocks rsync to port 873. The output is at the end. Is there any way I can sync to the local tree? like using a "tunnel" or similar? Output: FILE_STRUCT_LEN=24, EXTRA_LEN=4 opening tcp connection to slackbuilds.org port 873 connection via http proxy PROXYNAME port 8080 # I replaced PROXYNAME bad response from proxy -- HTTP/1.1 403 Forbidden [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): entered rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): about to call exit(10) On Thu, Sep 6, 2018 at 9:30 PM David Woodfall wrote: > On Thursday 6 September 2018 14:32, > William Oquendo put forth the proposition: > > Hmm, no, I cant, it is not under my control. Is there any way to test > that? > > Can you try doing a very verbose manual test and capture the output? > > Example: > > mkdir ~/test > cd ~/test > rsync -avvvvv rsync://slackbuilds.org/slackbuilds/14.2 | head -n20 > > Output: > > opening tcp connection to slackbuilds.org port 873 > connection via http proxy 192.168.1.2 port 33000 > Connected to 192.168.1.2 (192.168.1.2) > msg checking charset: UTF-8 > sending daemon args: --server --sender -vvvvvlogDtpre.iLsfxC . > slackbuilds/14.2 (5 args) > (Client) Protocol versions: remote=31, negotiated=31 > FILE_STRUCT_LEN=24, EXTRA_LEN=4 > receiving incremental file list > uid 1016(slackbuilds) maps to 1016 > process has 14 gids: 7 10 11 17 18 19 20 83 84 86 93 100 210 234 > gid 1016(slackbuilds) maps to 1016 > recv_file_name(14.2) > received 1 names > [Receiver] flist start=1, used=1, low=0, high=0 > [Receiver] i=1 1 14.2/ mode=040755 len=4,096 gid=(1016) flags=1405 > recv_file_list done > [Receiver] receiving flist for dir 0 > ... > > Ctrl-C it when the output freezes. Adjust the head -n value as necessary. > > In the above example my proxy is on 192.168.1.2 port 33000. > > That may give some clue to the problem. > > -Dave > > > On Thu, Sep 6, 2018 at 12:20 PM Willy Sudiarto Raharjo < > willysr at sbopkg.org> > > wrote: > > > > > > Yes, I have both exported all http*_proxy* variables, and also > avoided > > > > using http: on the RSYNC_PROXY . Still it does not work and that is > the > > > > puzzle here. > > > > Is there a way I can catch the "talk" been the rsync command and the > > > > proxy server? What should I look for? > > > > Thanks again. > > > > > > Can you make sure that your proxy does allow RSYNC traffic? > > > > > > > > > -- > > > Willy Sudiarto Raharjo > > -- > > There are no threads in a.b.p.erotica, so there's no gain in using a > threaded news reader. > -- unknown source > > .--. oo > (____)// > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users > -- Best regards / Cordialmente, William-Fernando Oquendo -------------------------- Este correo puede carecer de tildes o e?es debido al teclado. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave at dawoodfall.net Sat Sep 8 09:59:07 2018 From: dave at dawoodfall.net (David Woodfall) Date: Sat, 8 Sep 2018 10:59:07 +0100 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> <20180907023010.GB20714@blackswan> Message-ID: <20180908095907.GI8321@blackswan> On Friday 7 September 2018 21:12, William Oquendo put forth the proposition: > Hi, I did it and it seems that the proxy blocks rsync to port 873. The > output is at the end. Is there any way I can sync to the local tree? like > using a "tunnel" or similar? Yes, see 'man sbopkg.conf' and search for 'local', especially the REPO_NAME variable. If you have a way of syncing yourself manually by another means that isn't blocked, then that should be the only setting you need. -Dave > Output: > FILE_STRUCT_LEN=24, EXTRA_LEN=4 > opening tcp connection to slackbuilds.org port 873 > connection via http proxy PROXYNAME port 8080 # I replaced PROXYNAME > bad response from proxy -- HTTP/1.1 403 Forbidden > [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): entered > rsync error: error in socket IO (code 10) at clientserver.c(125) > [Receiver=3.1.2] > [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): about to > call exit(10) > > On Thu, Sep 6, 2018 at 9:30 PM David Woodfall wrote: > > > On Thursday 6 September 2018 14:32, > > William Oquendo put forth the proposition: > > > Hmm, no, I cant, it is not under my control. Is there any way to test > > that? > > > > Can you try doing a very verbose manual test and capture the output? > > > > Example: > > > > mkdir ~/test > > cd ~/test > > rsync -avvvvv rsync://slackbuilds.org/slackbuilds/14.2 | head -n20 > > > > Output: > > > > opening tcp connection to slackbuilds.org port 873 > > connection via http proxy 192.168.1.2 port 33000 > > Connected to 192.168.1.2 (192.168.1.2) > > msg checking charset: UTF-8 > > sending daemon args: --server --sender -vvvvvlogDtpre.iLsfxC . > > slackbuilds/14.2 (5 args) > > (Client) Protocol versions: remote=31, negotiated=31 > > FILE_STRUCT_LEN=24, EXTRA_LEN=4 > > receiving incremental file list > > uid 1016(slackbuilds) maps to 1016 > > process has 14 gids: 7 10 11 17 18 19 20 83 84 86 93 100 210 234 > > gid 1016(slackbuilds) maps to 1016 > > recv_file_name(14.2) > > received 1 names > > [Receiver] flist start=1, used=1, low=0, high=0 > > [Receiver] i=1 1 14.2/ mode=040755 len=4,096 gid=(1016) flags=1405 > > recv_file_list done > > [Receiver] receiving flist for dir 0 > > ... > > > > Ctrl-C it when the output freezes. Adjust the head -n value as necessary. > > > > In the above example my proxy is on 192.168.1.2 port 33000. > > > > That may give some clue to the problem. > > > > -Dave > > > > > On Thu, Sep 6, 2018 at 12:20 PM Willy Sudiarto Raharjo < > > willysr at sbopkg.org> > > > wrote: > > > > > > > > Yes, I have both exported all http*_proxy* variables, and also > > avoided > > > > > using http: on the RSYNC_PROXY . Still it does not work and that is > > the > > > > > puzzle here. > > > > > Is there a way I can catch the "talk" been the rsync command and the > > > > > proxy server? What should I look for? > > > > > Thanks again. > > > > > > > > Can you make sure that your proxy does allow RSYNC traffic? > > > > > > > > > > > > -- > > > > Willy Sudiarto Raharjo > > > > -- > > > > There are no threads in a.b.p.erotica, so there's no gain in using a > > threaded news reader. > > -- unknown source > > > > .--. oo > > (____)// > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' > > _______________________________________________ > > sbopkg-users mailing list > > sbopkg-users at sbopkg.org > > http://sbopkg.org/mailman/listinfo/sbopkg-users > > > > > -- > > Best regards / Cordialmente, > > William-Fernando Oquendo > -------------------------- > Este correo puede carecer de tildes o e?es debido al teclado. > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users -- Dijkstra probably hates me. -- Linus Torvalds, in kernel/sched.c .--. oo (____)// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' From woquendo at gmail.com Sun Sep 9 22:02:51 2018 From: woquendo at gmail.com (William Oquendo) Date: Sun, 9 Sep 2018 17:02:51 -0500 Subject: [sbopkg-users] Sync behind proxy with authentication In-Reply-To: <20180908095907.GI8321@blackswan> References: <28675c4f-3d98-8d24-b19f-b53b8cb4af90@sbopkg.org> <20180904173358.GG1855@blackswan> <20180907023010.GB20714@blackswan> <20180908095907.GI8321@blackswan> Message-ID: Hi, Yes, what I did was to rsync to a computer that could, then transmit over ssh the rsync repo to the final machine. Thanks to everyone On Sat, Sep 8, 2018 at 4:59 AM David Woodfall wrote: > On Friday 7 September 2018 21:12, > William Oquendo put forth the proposition: > > Hi, I did it and it seems that the proxy blocks rsync to port 873. The > > output is at the end. Is there any way I can sync to the local tree? like > > using a "tunnel" or similar? > > Yes, see 'man sbopkg.conf' and search for 'local', especially the > REPO_NAME variable. > > If you have a way of syncing yourself manually by another means that > isn't blocked, then that should be the only setting you need. > > -Dave > > > Output: > > FILE_STRUCT_LEN=24, EXTRA_LEN=4 > > opening tcp connection to slackbuilds.org port 873 > > connection via http proxy PROXYNAME port 8080 # I replaced PROXYNAME > > bad response from proxy -- HTTP/1.1 403 Forbidden > > [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): entered > > rsync error: error in socket IO (code 10) at clientserver.c(125) > > [Receiver=3.1.2] > > [Receiver] _exit_cleanup(code=10, file=clientserver.c, line=125): about > to > > call exit(10) > > > > On Thu, Sep 6, 2018 at 9:30 PM David Woodfall > wrote: > > > > > On Thursday 6 September 2018 14:32, > > > William Oquendo put forth the proposition: > > > > Hmm, no, I cant, it is not under my control. Is there any way to test > > > that? > > > > > > Can you try doing a very verbose manual test and capture the output? > > > > > > Example: > > > > > > mkdir ~/test > > > cd ~/test > > > rsync -avvvvv rsync://slackbuilds.org/slackbuilds/14.2 | head -n20 > > > > > > Output: > > > > > > opening tcp connection to slackbuilds.org port 873 > > > connection via http proxy 192.168.1.2 port 33000 > > > Connected to 192.168.1.2 (192.168.1.2) > > > msg checking charset: UTF-8 > > > sending daemon args: --server --sender -vvvvvlogDtpre.iLsfxC . > > > slackbuilds/14.2 (5 args) > > > (Client) Protocol versions: remote=31, negotiated=31 > > > FILE_STRUCT_LEN=24, EXTRA_LEN=4 > > > receiving incremental file list > > > uid 1016(slackbuilds) maps to 1016 > > > process has 14 gids: 7 10 11 17 18 19 20 83 84 86 93 100 210 234 > > > gid 1016(slackbuilds) maps to 1016 > > > recv_file_name(14.2) > > > received 1 names > > > [Receiver] flist start=1, used=1, low=0, high=0 > > > [Receiver] i=1 1 14.2/ mode=040755 len=4,096 gid=(1016) flags=1405 > > > recv_file_list done > > > [Receiver] receiving flist for dir 0 > > > ... > > > > > > Ctrl-C it when the output freezes. Adjust the head -n value as > necessary. > > > > > > In the above example my proxy is on 192.168.1.2 port 33000. > > > > > > That may give some clue to the problem. > > > > > > -Dave > > > > > > > On Thu, Sep 6, 2018 at 12:20 PM Willy Sudiarto Raharjo < > > > willysr at sbopkg.org> > > > > wrote: > > > > > > > > > > Yes, I have both exported all http*_proxy* variables, and also > > > avoided > > > > > > using http: on the RSYNC_PROXY . Still it does not work and that > is > > > the > > > > > > puzzle here. > > > > > > Is there a way I can catch the "talk" been the rsync command and > the > > > > > > proxy server? What should I look for? > > > > > > Thanks again. > > > > > > > > > > Can you make sure that your proxy does allow RSYNC traffic? > > > > > > > > > > > > > > > -- > > > > > Willy Sudiarto Raharjo > > > > > > -- > > > > > > There are no threads in a.b.p.erotica, so there's no gain in using a > > > threaded news reader. > > > -- unknown source > > > > > > .--. oo > > > (____)// > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' > > > _______________________________________________ > > > sbopkg-users mailing list > > > sbopkg-users at sbopkg.org > > > http://sbopkg.org/mailman/listinfo/sbopkg-users > > > > > > > > > -- > > > > Best regards / Cordialmente, > > > > William-Fernando Oquendo > > -------------------------- > > Este correo puede carecer de tildes o e?es debido al teclado. > > > _______________________________________________ > > sbopkg-users mailing list > > sbopkg-users at sbopkg.org > > http://sbopkg.org/mailman/listinfo/sbopkg-users > > > > -- > > Dijkstra probably hates me. > -- Linus Torvalds, in kernel/sched.c > > .--. oo > (____)// > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users > -- Best regards / Cordialmente, William-Fernando Oquendo -------------------------- Este correo puede carecer de tildes o e?es debido al teclado. -------------- next part -------------- An HTML attachment was scrubbed... URL: