buildbot failure in OpenCSW Buildbot on wget-solaris10-sparc

2020-02-14 Thread buildbot
The Buildbot has detected a new failure on builder wget-solaris10-sparc while building wget. Full details are available at: https://buildfarm.opencsw.org/buildbot/builders/wget-solaris10-sparc/builds/367 Buildbot URL: https://buildfarm.opencsw.org/buildbot/ Buildslave for this Build:

buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2020-02-14 Thread buildbot
The Buildbot has detected a new failure on builder wget-solaris10-i386 while building wget. Full details are available at: https://buildfarm.opencsw.org/buildbot/builders/wget-solaris10-i386/builds/365 Buildbot URL: https://buildfarm.opencsw.org/buildbot/ Buildslave for this Build:

Re: Are --load-cookies and --save-cookies effective at the same time?

2020-02-14 Thread Tim Rühsen
Definitely, just tested with wget 1.20.3: $ wget --load-cookie=cookies.txt --save-cookies=cookies.txt google.com $ sum cookies.txt 50297 1 $ wget --load-cookie=cookies.txt --save-cookies=cookies.txt google.de $ sum cookies.txt 27483 1 What version of wget do you use ? Regards, Tim On

Re: Are --load-cookies and --save-cookies effective at the same time?

2020-02-14 Thread Peng Yu
Can the options for --load-cookies and --save-cookies be the same? It seems that there are problems when they are the same. When I change them to be different, then it is OK. On 2/14/20, Tim Rühsen wrote: > Yes, you can combine the options as you assumed. > > Not sure why the cookies.txt isn't

Are --load-cookies and --save-cookies effective at the same time?

2020-02-14 Thread Peng Yu
Hi, I want to load cookies at the beginning of wget run and save the cookies at the finish. I specified the following options. But it seems that the timestamp of cookies.txt file is not changed at the finish of wget run. Is it normal? Or if the cookies.txt file is not changed, the time stamp

Re: Are --load-cookies and --save-cookies effective at the same time?

2020-02-14 Thread Tim Rühsen
Yes, you can combine the options as you assumed. Not sure why the cookies.txt isn't updated. You can run with --debug and maybe that gives you a hint. Regards, Tim On 14.02.20 22:46, Peng Yu wrote: > Hi, > > I want to load cookies at the beginning of wget run and save the > cookies at the