[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-17 Thread J
Follow-up Comment #15, bug #51181 (project wget): Hi Tim I could not get your code to compile. My simpler C version of my test case below What I woudl suggest is, could this be added to wget testsuite? some additional tests //gcc -O2 -Wall -Wextra -Wpedantic -o main wget_main.c #include int

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-17 Thread Tim Ruehsen
Follow-up Comment #14, bug #51181 (project wget): Sorry, I forgot to mention that I used J's system() call. > Given the special behavior of "timeout", isn't this "working as intended"? I see wget-log being created with J's C code though --output-file was given (-o dump.html): #include int

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-17 Thread Peter Wu
Follow-up Comment #13, bug #51181 (project wget): I can only reproduce it with fork before execve *and* when using the "timeout" command: #include #include #include int main() { char *args[] = { "timeout", "-k", "26s", "25s", "wget", "-O", "test.html",

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Darshit Shah
Follow-up Comment #12, bug #51181 (project wget): Actually, I am unable to reproduce the problem. `$ timeout -k 26s 25s wget example.com` does _not_ put Wget in the background. The entire task runs in the foreground. And even when wget does run in the background, I don't see how the manual is

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Tim Ruehsen
Update of bug #51181 (project wget): Status: Fixed => Confirmed Open/Closed: Closed => Open Release: 1.19.1 => 1.19.5 Planned Release:

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread J
Follow-up Comment #10, bug #51181 (project wget): Hi Peter Ok, sorry my example was bad. This is my actual example below. This program reproduces the issue jonny@asus:~/code$ g++ -O2 -Wall -Wextra -Wpedantic -o main main3.cpp jonny@asus:~/code$ ./main Redirecting output to ‘wget-log.2’.

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread Peter Wu
Follow-up Comment #9, bug #51181 (project wget): "&" is a special shell character which causes a program to go to the background. When you execute wget https://example.com/dpp it will actually be interpreted as: wget https://example.com/dpp & key which will execute "wget

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-16 Thread J
Follow-up Comment #8, bug #51181 (project wget): Hi Peter Wu I'm using Latest ubuntu LTS, which shows version 1.19.4. Logs below. Is it something to do with '&' ampersand in a URL? $ dpkg -l |grep wget ii wget 1.19.4-1ubuntu2.1 $ wget --version GNU Wget 1.19.4

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-15 Thread Peter Wu
Follow-up Comment #7, bug #51181 (project wget): This was already fixed in wget 1.19.3, are you sure that you are using this (or a newer) version? You really have to provide more details on your environment and the steps to reproduce. See for example the original description.

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2018-06-15 Thread J
Follow-up Comment #6, bug #51181 (project wget): Issue reproduced 1.19.4 on Ubuntu Any news when fix will be released please? ___ Reply to this item at:

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-12-31 Thread Tim Ruehsen
Update of bug #51181 (project wget): Status: Confirmed => Fixed Open/Closed:Open => Closed Planned Release:None => 1.19.3

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-12-27 Thread Peter Wu
Follow-up Comment #4, bug #51181 (project wget): I have investigated the issue, found the issue and attached a patch for it. In the provided test case, file descriptors std{in,out,err} (/proc/self/fd/{0,1,2}) seem to refer to /dev/console. This happens even without chroot.

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-12-27 Thread Peter Wu
Additional Item Attachment, bug #51181 (project wget): File name: 0001-Avoid-redirecting-output-to-file-when-tcgetpgrp-fail.patch Size:1 KB ___ Reply to this item at:

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-10-27 Thread Tim Ruehsen
Update of bug #51181 (project wget): Status:None => Confirmed ___ Follow-up Comment #3: >From the mailing list (21./22.5.2017): If you use an explicit logfile (-o / --output-file), that

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-10-27 Thread anonymous
Follow-up Comment #2, bug #51181 (project wget): This affects me, too. Please fix. ___ Reply to this item at: ___ Message sent via/by Savannah

[Bug-wget] [bug #51181] Unexpected "Redirecting output to 'wget-log'."

2017-09-17 Thread NoëlKöthe
Follow-up Comment #1, bug #51181 (project wget): an additional comment from a Debian user: --8<-- This has hit many and is already reported in several distributions, but not in Debian yet. Since 1.19, when run in the background, even with --quiet, wget creates a log file wget-log in the current