Re: Relevance of MACHINES

2003-11-17 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: I'm not sure how to manage the MACHINES file in the distribution. As very few people keep testing the old operating systems documented in MACHINES, it's impossible to guarantee that new versions of Wget will compile or work on them.

Re: Relevance of MACHINES

2003-11-17 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: One way to fix this would be to accopmany the OS entries in MACHINES with the version of Wget that they apply to. But the problem is that, as each version is released, you will only see which machines the *previous* versions

Re: Problem with 'page_requisites'

2003-10-30 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: I think I've now fixed this problem. However, `-p' still implies creating directory hierarchies, which is mildly annoying. I find it reasonable (more or less...). IMO `-p' should be reworked to function like Mozilla's save web

Re: Problem with 'page_requisites'

2003-10-29 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: So what you're saying is that `wget -p ftp://server/dir/file' doesn't work. I guess I've never tested that. I'll look into it, thanks for the report. But take into account that wget -p -r ftp://server/dir/file *works* Raúl

Re: Naughty make install.info, naugthy, bad boy...

2003-10-28 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Sorry, I'm afraid my english is somewhat poor :((( What I mean is that the option 'timeout' has a default value if it is not specified in wgetrc, true?. Not entirely. The timeout does not translate to a single variable, but to

Problem with 'page_requisites'

2003-10-28 Thread DervishD
Hi all :) I have modified my wgetrc, and now I'm not able to retrieve a simple file thru FTP with wget 1.9. The problem is the command 'page_requisites' in the wgetrc. I want wget to automatically retrieve page requisites, and I thought that this setting was ignored for FTP or when

Re: Naughty make install.info, naugthy, bad boy...

2003-10-27 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: connect_timeout=60 dns_timeout=0 read_timeout=600 timeout=0 Notice the last line. Will does that mean that *all* timeouts are disabled, Yes. The timeout option is a shortcut for specifying all the other

Re: Adding port range option to `--bind-address'?

2003-10-27 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Does anyone think it would be useful to add the ability to specify port ranges with `--bind-address'? Reading the explanation from Turi it seems reasonable, and I don't think that such a feature impose any burden on wget :?

Re: Naughty make install.info, naugthy, bad boy...

2003-10-27 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Yes. The timeout option is a shortcut for specifying all the other options. What I mean is: if I don't specify 'timeout' in my wgetrc it has the default value ('900', AFAIK), but it is ignored? I'm afraid I don't understand this

Re: Naughty make install.info, naugthy, bad boy...

2003-10-23 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: I've downloaded and installed wget 1.9 without problems, but when I install something seamlessly, I insist on messing around until I break something... :-) The problem is that I do that with my *own* software, too XDD The

Re: Wget 1.9 has been released

2003-10-22 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: I've announced the 1.9 release on freshmeat Thanks a lot for your work, Hrvoje, and thanks for Wget ;)) Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 http://www.pleyades.net http://raul.pleyades.net/

Re: How do you pronounce Hrvoje?

2003-10-11 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Can you give us linguistically challenged Americans a phonetic rendition of your name? It's not easy to describe because of the phonems and concepts not present in the English language. You'll probably regret having asked. [...]

Re: Wget 1.9-beta2 is available for testing

2003-10-01 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: This beta includes several important bug fixes since 1.9-beta1, most notably the fix for correct file name quoting with recursive FTP downloads. That works, at least for me. I've tested with the ftp repository that previously

Re: wget bug

2003-09-26 Thread DervishD
Hi Jack :) * Jack Pavlovsky [EMAIL PROTECTED] dixit: It's probably a bug: bug: when downloading wget -mirror ftp://somehost.org/somepath/3acv14~anivcd.mpg, wget saves it as-is, but when downloading wget ftp://somehost.org/somepath/3*, wget saves the files as 3acv14%7Eanivcd.mpg

Re: Wget 1.9-beta1 is available for testing

2003-09-24 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: http://fly.srk.fer.hr/~hniksic/wget/wget-1.9-beta1.tar.gz I've got and tested it, and with NO wgetrc (it happens the same with my own wgetrc, but I tested clean just in case), the problem with the quoting still exists:

Re: Wget 1.9-beta1 is available for testing

2003-09-24 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Thanks for the detailed bug report. Although it doesn't look that way, this problem is nothing but a simple oversight. OK, patch applied and working! Now it downloads correctly all files, quote appropriately and all works smooth

Re: Portable representation of large integers

2003-09-23 Thread DervishD
Hi Hrvoje :)) * Hrvoje Niksic [EMAIL PROTECTED] dixit: There have been several attempts to fix this: [...] * In its own patches, Debian introduced the use of large file APIs and `long long'. While that's perfectly fine for Debian, it is not portable. Neither the large file API nor

Re: Portable representation of large integers

2003-09-23 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: Using #ifdefs to switch between %d/%lld/%j *is* completely portable, but it requires three translations for each message. The translators would feast on my flesh, howling at the moonlight. Sure ;)) Anyway, it will happen in just

Re: upcoming new wget version

2003-09-09 Thread DervishD
Hi Jochen :) * Jochen Roderburg [EMAIL PROTECTED] dixit: Question: Is the often discussed *feature* in version 1.8.x meanwhile repaired, that special characters in local filenames are url-encoded? That was the main reason for me that I never started using that version ;-) And that

Bug, feature or my fault?

2003-08-14 Thread DervishD
Hi all :)) After asking in the wget list (with no success), and after having a look at the sources (a *little* look), I think that this is a bug, so I've decided to report here. Let's go to the matter: when I download, thru FTP, some hierarchy, the spaces are translated as '%20'.

Re: J K wants to unsubscribe ?

2003-06-14 Thread DervishD
Hi Peter :) * Peter Skye [EMAIL PROTECTED] dixit: My two recent posts to this list were responded to, apparently automatically, by J K whose email address is [EMAIL PROTECTED]. Yes, is a poor brain-damaged retarded, whose posts on other lists are of this style: gimme information about

Bug, feature or my fault?

2003-06-11 Thread DervishD
Hi all :)) This is my first message on this list and as usual is a call for help ;) Well, the question is that I don't know if this is a bug (haven't look at the sources yet) and I can't find nothing in the documentation. So, prior to send a bug report, I want to make sure this is a

Assertion failed in wget-1.8.1, progress-bar related.

2002-05-17 Thread DervishD
Hello wget hackers :) While mirroring Debian I killed wget, and when resuming the mirroring one of the files in the remote site 'shrunk' (correctly, it is updated daily). The problem is that, being the new size smaller than the old, wget doesn two things wrong: - First, it doesn't