Re: fetch -v error output broken?

2021-09-09 Thread Baptiste Daroussin
On Thu, Sep 09, 2021 at 04:00:39PM +0200, Stefan Esser wrote: > I have just opened PR 258387 for this issue, which occurred during testing > of a port with invalid MASTER_SITE. > > The error output of "fetch -v" should be server messages, but it appears that > th

fetch -v error output broken?

2021-09-09 Thread Stefan Esser
I have just opened PR 258387 for this issue, which occurred during testing of a port with invalid MASTER_SITE. The error output of "fetch -v" should be server messages, but it appears that the buffer gets overwritten with data of unknown origin (mostly NUL bytes), e.g.: $ fet

Re: Can't fetch https://www.freebsd.org/releng/index.html

2021-01-27 Thread Michael Gmelin
On Wed, 27 Jan 2021 09:40:24 +0900 KIRIYAMA Kazuhiko wrote: > Hi all, > > I've been used https://www.freebsd.org/releng/index.html to know about > latest FreeBSD updateing status for my many applications. I found that > index.html can't fetch yesterday. > > Is there

Re: Can't fetch https://www.freebsd.org/releng/index.html

2021-01-26 Thread Lev Serebryakov
On 27.01.2021 3:40, KIRIYAMA Kazuhiko wrote: I've been used https://www.freebsd.org/releng/index.html to know about latest FreeBSD updateing status for my many applications. I found that index.html can't fetch yesterday. Is there anyone to tell me how to get latest FreeBSD updateing status

Can't fetch https://www.freebsd.org/releng/index.html

2021-01-26 Thread KIRIYAMA Kazuhiko
Hi all, I've been used https://www.freebsd.org/releng/index.html to know about latest FreeBSD updateing status for my many applications. I found that index.html can't fetch yesterday. Is there anyone to tell me how to get latest FreeBSD updateing status information with source file

fetch: https://www.FreeBSD.org/ports/INDEX-13.bz2: Authentication error - portupgrade

2018-10-21 Thread AN
ion upgrade detected. Running "pkg-static install -f pkg" recommended Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3 34370670592:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem

Re: FreeBSD 12 Alpha8 install try to fetch at a wrong location

2018-10-08 Thread Glen Barber
On Mon, Oct 08, 2018 at 08:45:35PM +0200, David Marec wrote: > Hi > > The FreeBSD 12 image installer that one can download at > https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/ > doesn't not fetch txz files from a correct location. > > By the fact, the install

FreeBSD 12 Alpha8 install try to fetch at a wrong location

2018-10-08 Thread David Marec
Hi The FreeBSD 12 image installer that one can download at https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/ doesn't not fetch txz files from a correct location. By the fact, the installer try to fetch files from * ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/12.0-ALPHA8

Re: problems on lists.freebsd.org error 503 backend fetch failed

2018-10-01 Thread Kurt Jaeger
Hi! > Hi, if there's a better place to report this then please advise cluster...@freebsd.org or postmas...@freebsd.org -- they are informed about it already. > It seems the web-mail-list software for FreeBSD has failed partially (mostly?) It's the load-balancer in front of the mailman instance

problems on lists.freebsd.org error 503 backend fetch failed

2018-10-01 Thread John
://lists.freebsd.org/pipermail/freebsd-ports/2018-August/thread.html but clicking on most of them throws this error: Error 503 Backend fetch failed Backend status: Backend fetch failed These won't even show the message list: https://lists.freebsd.org/pipermail/freebsd-ports/2018-July/thread.html https

pkg with current pipe into pkg fetch problem...

2017-04-06 Thread Jeffrey Bouquet
Until pkg fetch and/or pkg install can ncurses-deselect the hundreds they are about to act on rather than a Y, N... cat pkg-to-fetch-file | xargs -J % pkg fetch -y % seems to fail. I've sed'd away the : and the right awk'd away foo-1: foo-1_1 so the port remains foo or foo-1, [ I forget

Re: ipfw: fetch doesn't reach ftp://fttp.sites.foo

2014-03-10 Thread O. Hartmann
boxes and for convenience I used the workstation predefinition of FreeBSD. But with that change, all access of ports via fetch located at ftp-sites stopped passing the filter. Even switching to open doesn't help and this is confusing me. The CURRENT box in question is passing its

ipfw: fetch doesn't reach ftp://fttp.sites.foo

2014-03-07 Thread O. Hartmann
Recently I swaitched from pf to ipfw on some CURRENT boxes and for convenience I used the workstation predefinition of FreeBSD. But with that change, all access of ports via fetch located at ftp-sites stopped passing the filter. Even switching to open doesn't help and this is confusing me

Re: ipfw: fetch doesn't reach ftp://fttp.sites.foo

2014-03-07 Thread Allan Jude
On 2014-03-07 13:57, O. Hartmann wrote: Recently I swaitched from pf to ipfw on some CURRENT boxes and for convenience I used the workstation predefinition of FreeBSD. But with that change, all access of ports via fetch located at ftp-sites stopped passing the filter. Even switching

Re: ipfw: fetch doesn't reach ftp://fttp.sites.foo

2014-03-07 Thread O. Hartmann
of ports via fetch located at ftp-sites stopped passing the filter. Even switching to open doesn't help and this is confusing me. The CURRENT box in question is passing its traffic within a LAN through a gateway running also FreeBSD CURRENT, but with pf. The gateway is performing NAT

Re: ipfw: fetch doesn't reach ftp://fttp.sites.foo

2014-03-07 Thread Allan Jude
. But with that change, all access of ports via fetch located at ftp-sites stopped passing the filter. Even switching to open doesn't help and this is confusing me. The CURRENT box in question is passing its traffic within a LAN through a gateway running also FreeBSD CURRENT, but with pf

FREEBSD 10 - Error on Fetch (portsnap or freebsd-update)

2014-02-25 Thread Alisson
Hi. i`m trying to update my FreeBSD 10 Release to Stable, but i`m not getting to fetch on portsnap and freebsd-update look: # portsnap --debug fetch Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. Fetching snapshot tag from your-org.portsnap.freebsd.org... snapshot.ssl

[PATCH v10 07/20] xen: implement hook to fetch e820 memory map

2014-01-14 Thread Roger Pau Monne
(u_int64_t); +/* Native function to fetch and parse the e820 map */ +static void native_parse_memmap(caddr_t, vm_paddr_t *, int *); + /* Default init_ops implementation. */ struct init_ops init_ops = { .parse_preload_data = native_parse_preload_data, .early_delay_init = i8254_init

Re: [PATCH v7 07/19] xen: implement hook to fetch e820 memory map

2013-12-21 Thread Konstantin Belousov
@@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); /* Preload data parse function */ static caddr_t native_parse_preload_data(u_int64_t); +/* Native function to fetch and parse the e820 map */ +static void native_parse_memmap(caddr_t, vm_paddr_t *, int *); + /* Default init_ops

[PATCH v7 07/19] xen: implement hook to fetch e820 memory map

2013-12-19 Thread Roger Pau Monne
(u_int64_t); +/* Native function to fetch and parse the e820 map */ +static void native_parse_memmap(caddr_t, vm_paddr_t *, int *); + /* Default init_ops implementation. */ struct init_ops init_ops = { .parse_preload_data = native_parse_preload_data, .early_delay_init

CURRENT r253690: fetch(1) fails with: Certificate verification failed for ...

2013-07-31 Thread O. Hartmann
Updating several ports on CURRENT fails with a fetch error, which expresses itself via [math/eigen3] Certificate verification failed for /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1 34380876968:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate

Re: CURRENT r253690: fetch(1) fails with: Certificate verification failed for ...

2013-07-31 Thread Bryan Drewery
On 7/31/2013 3:16 AM, O. Hartmann wrote: Updating several ports on CURRENT fails with a fetch error, which expresses itself via [math/eigen3] This should be fixed now. SSL Certificate Verification has been disabled in ports since the distinfo is already fetched securely and used to check

Re: CURRENT r253690: fetch(1) fails with: Certificate verification failed for ...

2013-07-31 Thread O. Hartmann
On Wed, 31 Jul 2013 07:45:33 -0700 Bryan Drewery bdrew...@freebsd.org wrote: On 7/31/2013 3:16 AM, O. Hartmann wrote: Updating several ports on CURRENT fails with a fetch error, which expresses itself via [math/eigen3] This should be fixed now. SSL Certificate Verification has

Re: fetch(3): Authentication error when URL https://

2012-09-07 Thread Olivier Duchateau
2012/9/6 O. Hartmann ohart...@zedat.fu-berlin.de: Hello. Creating a port, I need to fectch sources from a site whos URL is https://xxx.xxx.xxx. Doing so, I end up with an Authentication error. This makes the fetch process in the port's Makefile impossible. I tried to fetch the source tar

fetch(3): Authentication error when URL https://

2012-09-06 Thread O. Hartmann
Hello. Creating a port, I need to fectch sources from a site whos URL is https://xxx.xxx.xxx. Doing so, I end up with an Authentication error. This makes the fetch process in the port's Makefile impossible. I tried to fetch the source tar-ball via wget(1), but this also fails, wget suggests

Re: fetch(1) fails with https:// - Authentication error

2012-07-15 Thread Fabian Keil
Doug Barton do...@freebsd.org wrote: On 07/13/2012 21:21, Jan Beich wrote: It seems recent OpenSSL update broke fetch(1) for me. $ diff -u $SRC_BASE/crypto/openssl/apps/openssl.cnf /etc/ssl/openssl.cnf $ fetch https://foo/bar fetch: https://foo/bar: Authentication error

Re: fetch(1) fails with https:// - Authentication error

2012-07-14 Thread Doug Barton
On 07/13/2012 21:21, Jan Beich wrote: It seems recent OpenSSL update broke fetch(1) for me. $ diff -u $SRC_BASE/crypto/openssl/apps/openssl.cnf /etc/ssl/openssl.cnf $ fetch https://foo/bar fetch: https://foo/bar: Authentication error Same error as with the patch for 1.0.0d from

fetch(1) fails with https:// - Authentication error

2012-07-13 Thread Jan Beich
It seems recent OpenSSL update broke fetch(1) for me. $ diff -u $SRC_BASE/crypto/openssl/apps/openssl.cnf /etc/ssl/openssl.cnf $ fetch https://foo/bar fetch: https://foo/bar: Authentication error Same error as with the patch for 1.0.0d from a year ago and same workaround - s

fetch reading one char at a time

2011-12-27 Thread Julian Elischer
I noted the following behaviour from fetch today.. I am actually hunting another problem so I'm just posting it here in case anyone recognises it and knows where to fix it... d 48885 fetchRET read 1 48885 fetchCALL gettimeofday(0x7fffcda0,0) 48885 fetchRET

Re: Ports doesnt respect fetch environment settings

2010-07-01 Thread Tom Evans
2010/6/30 Dag-Erling Smørgrav d...@des.no: Tom Evans tevans...@googlemail.com writes: Sorry to bump this again. I've diluted this issue down to the core points and raised as a pr - can someone take a look, see if my solution is correct and commit if appropriate? Sorry, fell through the

Re: Ports doesnt respect fetch environment settings

2010-07-01 Thread Dag-Erling Smørgrav
Tom Evans tevans...@googlemail.com writes: I think this does show that the patch could be made a little better. We only want to go through the loop one more time if we have credentials to send, and we have credentials to send if the rv of http_parse_authenticate is good. I also think the

Re: Ports doesnt respect fetch environment settings

2010-06-30 Thread Tom Evans
Sorry to bump this again. I've diluted this issue down to the core points and raised as a pr - can someone take a look, see if my solution is correct and commit if appropriate? http://www.freebsd.org/cgi/query-pr.cgi?pr=148087 Cheers Tom ___

Re: Ports doesnt respect fetch environment settings

2010-06-30 Thread Dag-Erling Smørgrav
Tom Evans tevans...@googlemail.com writes: Sorry to bump this again. I've diluted this issue down to the core points and raised as a pr - can someone take a look, see if my solution is correct and commit if appropriate? Sorry, fell through the cracks. Your analysis is correct, but I'm not

Ports doesnt respect fetch environment settings

2010-06-21 Thread Tom Evans
My company recently enabled proxy authentication for outgoing connections, and this has stopped ports from working. From fetch(5), I understand that I can place my proxy authentication in plain text in the environment*, and this will allow fetch to work correctly, and this does work: # env

Re: Ports doesnt respect fetch environment settings

2010-06-21 Thread Erwin Lansing
On Mon, Jun 21, 2010 at 11:04:16AM +0100, Tom Evans wrote: My company recently enabled proxy authentication for outgoing connections, and this has stopped ports from working. From fetch(5), I understand that I can place my proxy authentication in plain text in the environment

Re: Ports doesnt respect fetch environment settings

2010-06-21 Thread Tom Evans
On Mon, Jun 21, 2010 at 11:10 AM, Erwin Lansing er...@freebsd.org wrote: On Mon, Jun 21, 2010 at 11:04:16AM +0100, Tom Evans wrote: My company recently enabled proxy authentication for outgoing connections, and this has stopped ports from working. From fetch(5), I understand that I can place

Re: Ports doesnt respect fetch environment settings

2010-06-21 Thread Gary Jennejohn
, and this has stopped ports from working. From fetch(5), I understand that I can place my proxy authentication in plain text in the environment*, and this will allow fetch to work correctly, and this does work: # env | grep -i proxy ftp_proxy=http://proxy:3128/ HTTP_PROXY_AUTH=basic:*:tev

Re: Ports doesnt respect fetch environment settings

2010-06-21 Thread Tom Evans
On Mon, Jun 21, 2010 at 12:07 PM, Gary Jennejohn gljennj...@googlemail.com wrote: Yes.  When you ran fetch by hand you didn't have the -ApRr on the CL. Could it be that the 'p' flag is causing problems? Try running fetch by hand again with those flags and see what happens. If it fails, try

fetch hanging

2002-11-20 Thread Kris Kennaway
phase 1: make checksum crossword-0.8.3.tar.gz doesn't seem to exist in /tmp/distfiles/. Attempting to fetch from http://www.ldc.usb.ve/~96-28234/. [hangs for an hour until it is killed] This file appears to be fetching from my

fetch: multiple choices

2002-11-20 Thread Kris Kennaway
What on earth does this mean? mrtg-2.9.26b.tar.gz doesn't seem to exist in /tmp/distfiles/. Attempting to fetch from http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/. fetch: mrtg-2.9.26b.tar.gz: Multiple Choices Kris msg47036/pgp0.pgp Description: PGP signature

RE: fetch: multiple choices

2002-11-20 Thread Chris Knight
Howdy, The webserver is returning a status code of 300 for the file. The webserver response should be including one or more locations from which the file is available. I'd imagine that libfetch/fetch ignores this and moves on to the next available site. Regards, Chris Knight Systems

Re: fetch: multiple choices

2002-11-20 Thread Dan Nelson
In the last episode (Nov 20), Kris Kennaway said: What on earth does this mean? mrtg-2.9.26b.tar.gz doesn't seem to exist in /tmp/distfiles/. Attempting to fetch from http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/. fetch: mrtg-2.9.26b.tar.gz: Multiple Choices According to RFC 2616

Re: fetch: multiple choices

2002-11-20 Thread Kris Kennaway
On Thu, Nov 21, 2002 at 12:47:22PM +1100, Chris Knight wrote: Howdy, The webserver is returning a status code of 300 for the file. The webserver response should be including one or more locations from which the file is available. I'd imagine that libfetch/fetch ignores this and moves

Re: fetch does not hates you

2002-11-11 Thread Dag-Erling Smorgrav
Please use a more descriptive subject line, fetch(1) is not in any way the cause of your problem. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic: process 657(fetch):32 holds inp but isn't blocked on a mutex

2002-11-11 Thread Krzysztof Jedruczyk
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Please use a more descriptive subject line, fetch(1) is not in any way the cause of your problem. Yes, the subject could have been more informative... Hope this one is better. As for the problem - it still crashes very reliably. I could try

fetch hates me! (panic)

2002-11-08 Thread Krzysztof Jdruczyk
result. During next few reboot cycles I managed to narrow the problem a little - I am getting 100% reproducible panics when running this script as root: #!/bin/sh export FTP_PASSIVE_MODE=no fetch -v ftp://ftp.iDaemons.org/pub/distfiles/pkgtools-20021103-20021106.diff.bz2 So I've compiled in DDB

Patch for fetch

2002-11-04 Thread Craig Boston
The attached is a quick patch for fetch(1). It adds a new option (-g) that forces the transfer progress to be printed, even if it thinks that stderr is not a tty or that it is not the foreground process. This is useful for me in a program that runs make fetch in a port directory through a pipe

Re: Latest fetch on current broken

2002-10-28 Thread Dag-Erling Smorgrav
Craig Rodrigues [EMAIL PROTECTED] writes: I tracked this down further to the _fetch_writev() function in libfetch/common.c. Try this patch: Stupid, dumb bug. Of course it is only triggered by specific packet lengths which just happened not to occur during testing :( DES -- Dag-Erling

Latest fetch on current broken

2002-10-27 Thread Manfred Antar
I just did a build-install world plus new kernel with current sources as of 3pm PST Sunday the 27th fetch is broken: (src)4190}fetch -vv ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha//cdrtools-1.11a39.tar.gz --- ftp.fokus.gmd.de:21 looking up ftp.fokus.gmd.de connecting to ftp.fokus.gmd.de:21

Re: Latest fetch on current broken

2002-10-27 Thread Craig Rodrigues
On Sun, Oct 27, 2002 at 06:31:27PM -0800, Manfred Antar wrote: I noticed it when doing a portupgrade cdrtools So yes anything that uses fetch is not going to work OK, I started tracing this down. Here's how to get debugging versions: cd /usr/src/lib/libfetch make clean make DEBUG_FLAGS=-g

Re: Latest fetch on current broken

2002-10-27 Thread Craig Rodrigues
On Sun, Oct 27, 2002 at 10:21:02PM -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 06:31:27PM -0800, Manfred Antar wrote: I noticed it when doing a portupgrade cdrtools So yes anything that uses fetch is not going to work OK, I started tracing this down. Here's how to get

Re: Latest fetch on current broken

2002-10-27 Thread Manfred Antar
At 10:38 PM 10/27/2002 -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 10:21:02PM -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 06:31:27PM -0800, Manfred Antar wrote: I noticed it when doing a portupgrade cdrtools So yes anything that uses fetch is not going to work OK, I

Re: Latest fetch on current broken

2002-10-27 Thread Carl Schmidt
On Sun, Oct 27, 2002 at 10:38:36PM -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 10:21:02PM -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 06:31:27PM -0800, Manfred Antar wrote: I noticed it when doing a portupgrade cdrtools So yes anything that uses fetch is not going

fetch

2000-11-15 Thread Gilles . Guerrini
Hello, i'm using libfetch. I want to get a file in passive mode in my local disk. If I read trace from the remote machine, the transfert is okay but i can't find my new imported file in the local disk. Can you help me to find it ? :o{ Please answer me directly, i'm not a subscriber of this

Re: fetch

2000-11-15 Thread Alfred Perlstein
* [EMAIL PROTECTED] [EMAIL PROTECTED] [001115 03:39] wrote: Hello, i'm using libfetch. I want to get a file in passive mode in my local disk. If I read trace from the remote machine, the transfert is okay but i can't find my new imported file in the local disk. Can you help me to find

Re: Problem in fetch

2000-10-27 Thread Harti Brandt
On Thu, 26 Oct 2000, Andrea Campi wrote: When trying to install ports, very often I find everything freezes just after fetch completes. If I hit ^C and type "make install" again, the tarball is there, that's why I say that fetch is already done. If I hit ^T, I see fetch sitting

Re: Problem in fetch

2000-10-27 Thread Jeroen Ruigrok van der Werven
just after fetch completes. If I hit ^C and type "make install" again, the tarball is there, that's why I say that fetch is already done. If I hit ^T, I see fetch sitting in sbwait, the time not increasing. Just a note, I got the same thing under 4-STABLE with the latest sources.

Problem in fetch

2000-10-26 Thread Andrea Campi
When trying to install ports, very often I find everything freezes just after fetch completes. If I hit ^C and type "make install" again, the tarball is there, that's why I say that fetch is already done. If I hit ^T, I see fetch sitting in sbwait, the time not increasing. Any idea?

RE: Problem in fetch

2000-10-26 Thread Andrea Campi
Sorry to follow up on myself... I forgot to mention this is -CURRENT, updated to a couple of days ago... -Original Message- From: Andrea Campi Sent: Thursday, October 26, 2000 6:44 PM To: '[EMAIL PROTECTED]' Subject: Problem in fetch When trying to install ports, very often I

Re: Problem in fetch

2000-10-26 Thread Jeroen Ruigrok van der Werven
[Making sure Dag-Erling gets the mail] -On [20001026 18:45], Andrea Campi ([EMAIL PROTECTED]) wrote: When trying to install ports, very often I find everything freezes just after fetch completes. If I hit ^C and type "make install" again, the tarball is there, that's why I say

package for fetch mails?

2000-10-11 Thread Donny Lee
Hi there, My fbsd box is (ADSL) connected to the net through dynamic IPs, so no mails are able to send in, they go to the account offered by my ISP. i need to check mail manually a period of time. Is there any package that can be used to fetch mails back to my fbsd box in every 10

Re: package for fetch mails?

2000-10-11 Thread Blaz Zupan
My fbsd box is (ADSL) connected to the net through dynamic IPs, so no mails are able to send in, they go to the account offered by my ISP. i need to check mail manually a period of time. Is there any package that can be used to fetch mails back to my fbsd box in every 10 or 20 min

RE: package for fetch mails?

2000-10-11 Thread Johan Kruger
in, they go to the account offered by my ISP. i need to check mail manually a period of time. Is there any package that can be used to fetch mails back to my fbsd box in every 10 or 20 min. automatically? -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: package for fetch mails?

2000-10-11 Thread Donny Lee
Blaz Zupan wrote: Yes, check out fetchmail: http://www.freebsd.org/cgi/ports.cgi?query=fetchmailstype=all But in the future please send such questions to the freebsd-questions mailing list, not to freebsd-current. Thanks to all replies, and sorry too. I figure i do put the question

Re: Loss of fetch(1) functionality with libfetch

2000-08-04 Thread Dag-Erling Smorgrav
on it at the application level. I'm not relying on it - fetch(1) has always had the ability to specify passwords in environment variables. I'm just saying it's less of a problem than it was before. On a related note, I just suddenly remembered about .netrc. Libfetch ought to be able to read FTP logins and passwords from

Re: Loss of fetch(1) functionality with libfetch

2000-08-04 Thread Dag-Erling Smorgrav
Poul-Henning Kamp [EMAIL PROTECTED] writes: What happened to the FTP_PASSIVE_MODE environment variable ? As far as I can tell it is no longer supported and as a result sysinstall is broken. It uses Active FTP even if you select Passive FTP on the menu :-( Sysinstall does not use libfetch.

Re: Loss of fetch(1) functionality with libfetch

2000-08-04 Thread David O'Brien
other users' processes' environment, I don't think it's a very big issue anymore. POLA says you should not have changed what fetch(1) expects from the environmental var. Has this feature been deliberately left out, or is it just one of the bits that you haven't gotten around to implementing

Re: Loss of fetch(1) functionality with libfetch

2000-08-04 Thread Warner Losh
In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : What happened to the FTP_PASSIVE_MODE environment variable ? As : far as I can tell it is no longer supported and as a result sysinstall : is broken. It uses Active FTP even if you select Passive FTP on : the menu :-( I've also noticed

Re: Loss of fetch(1) functionality with libfetch

2000-08-03 Thread Dag-Erling Smorgrav
Peter Jeremy [EMAIL PROTECTED] writes: Whilst the environment is somewhat safer than the command line, I'd still prefer not to have passwords embedded in environment variables. Since ps(1) no longer allows users to view other users' processes' environment, I don't think it's a very big issue

Re: Loss of fetch(1) functionality with libfetch

2000-08-03 Thread Kris Kennaway
On 3 Aug 2000, Dag-Erling Smorgrav wrote: Peter Jeremy [EMAIL PROTECTED] writes: Whilst the environment is somewhat safer than the command line, I'd still prefer not to have passwords embedded in environment variables. Since ps(1) no longer allows users to view other users' processes'

Loss of fetch(1) functionality with libfetch

2000-08-02 Thread Peter Jeremy
I don't recall seeing this mentioned: In order to access the Internet, I need to use proxy authorization. With the old fetch(1) I could use an environment variable like "HTTP_PROXY_AUTH=basic:*:username" and it would prompt for a password. The new libfetch-based fetch(

fetch problem with fwtk

2000-07-19 Thread Dave Cornejo
I am using fwtk-2.1 on a firewall, and with the latest builds, fetch seems to have changed behaviors such that it no longer works with it. I have FTP_PROXY set to "red:9696" the difference in behavior seems that older versions of fetch would send a USER command like this: USER [EMAIL

fetch(1) bug?

2000-07-17 Thread Akinori -Aki- MUSHA
Hi, I found a weird problem with your new fetch(1). Please try fetching the following file with both fetch and wget for comparison: http://www.hiei.kit.ac.jp/~hitomi/mutt/mutt/manual_ja-1.2i-0.tar.gz 1) Fetching the file with wget knu@archon[2]% uname

Re: fetch(1) bug?

2000-07-17 Thread Akinori -Aki- MUSHA
Sorry, I seem to have supplied a wrong URL. Here's the correct one. http://www.hiei.kit.ac.jp/~hitomi/mutt/manual_ja-1.2i-0.tar.gz -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @

Re: fetch(1) bug?

2000-07-17 Thread Akinori -Aki- MUSHA
At 17 Jul 2000 23:38:23 +0200, DES wrote: I've spent most of the night fixing this and am about to commit the last changes, so you should be able to cvsup and build working libfetch and fetch in an hour or two. Thanks! I could confirm that your changes fixed the problem, and am happy to see

Re: make or fetch problem: hitting ^C doesn't terminate fetch process

2000-07-16 Thread Alexander Langer
Also sprach Andreas Klemm ([EMAIL PROTECTED]): I'm using -current of yesterday and tcsh. When installing a FreeBSD port and I interrupt a "make all install clean" session, when make is in the "make fetch target", the fetch process isn't killed and continues to run alon

fetch appears to be broken

2000-07-14 Thread Greg Lehey
Since my last buildworld, fetch no longer works properly: $ fetch http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDS10034.txt Receiving wrap_fwo.pl?IDS10034.txt -1 bytes transferred in 0.7 seconds (-1.47 Bps) It would be nice to have an error message here, not to mention a more accurate bottom

Re: fetch appears to be broken

2000-07-14 Thread Dag-Erling Smorgrav
Greg Lehey [EMAIL PROTECTED] writes: Since my last buildworld, fetch no longer works properly: $ fetch http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDS10034.txt Receiving wrap_fwo.pl?IDS10034.txt -1 bytes transferred in 0.7 seconds (-1.47 Bps) Looks like stale sources. The -1 bug

Re: fetch appears to be broken

2000-07-14 Thread Greg Lehey
On Friday, 14 July 2000 at 10:53:42 +0200, Dag-Erling Smorgrav wrote: Greg Lehey [EMAIL PROTECTED] writes: Since my last buildworld, fetch no longer works properly: $ fetch http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDS10034.txt Receiving wrap_fwo.pl?IDS10034.txt -1 bytes transferred

Re: fetch appears to be broken

2000-07-14 Thread Dag-Erling Smorgrav
and fetch and try again. If you're still having trouble, rebuild libfetch with debugging enabled, run fetch -vvv and mail me the output. # cd /usr/src # cvs update -A lib/libfetch usr.bin/fetch # cd lib/libfetch # make clean make depend make -DDEBUG make install # cd ../../usr.bin/fetch # make

Re: fetch http://cgi returns -1 size

2000-07-13 Thread Jun Kuriyama
At 12 Jul 2000 08:56:11 GMT, Dag-Erling Smorgrav [EMAIL PROTECTED] wrote: The bug is only in the status report, check the acutal size of fetch.out. I fixed this in a commit half an hour ago. Thanks! By the way, current implementation of fetch(1) ignores "301 redirect"

Re: fetch http://cgi returns -1 size

2000-07-13 Thread Dag-Erling Smorgrav
Jun Kuriyama [EMAIL PROTECTED] writes: By the way, current implementation of fetch(1) ignores "301 redirect" silently. Is it expected behavior? Should it make warning message without -v option? (or following redirection?) Uh, that's a bug. It's supposed to work. I'll be right o

Re: fetch http://cgi returns -1 size

2000-07-13 Thread Dag-Erling Smorgrav
Jun Kuriyama [EMAIL PROTECTED] writes: By the way, current implementation of fetch(1) ignores "301 redirect" silently. Is it expected behavior? Should it make warning message without -v option? (or following redirection?) The bug is twofold: first, it doesn't handle relative

fetch http://cgi returns -1 size

2000-07-12 Thread Jun Kuriyama
My current box (make world'ed this morning) fails on fetch(1) for some CGI scripts. % fetch -v -v http://www.FreeBSD.org/cgi/search.cgi/ looking up www.FreeBSD.org connecting to www.FreeBSD.org:80 requesting http://www.FreeBSD.org:80/cgi/search.cgi/ looking up www.FreeBSD.org connecting

Re: fetch http://cgi returns -1 size

2000-07-12 Thread Dag-Erling Smorgrav
Jun Kuriyama [EMAIL PROTECTED] writes: My current box (make world'ed this morning) fails on fetch(1) for some CGI scripts. The bug is only in the status report, check the acutal size of fetch.out. I fixed this in a commit half an hour ago. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED

Re: fetch is strange

2000-07-11 Thread NAKAJI Hiroyuki
Dag-Erling Smorgrav [EMAIL PROTECTED] wrote: It seems that fetch(1) can not fetch any file. In this case, the downloaded(?) file size is zero. DES Make sure you have revision 1.2 (or newer) of src/usr.bin/fetch/fetch.c: I cvsupped 20 minutes ago and remade libfetch and fetch. It works

Re: fetch is strange

2000-07-05 Thread Sheldon Hearn
On 05 Jul 2000 12:46:11 +0900, NAKAJI Hiroyuki wrote: The problem is that the report of '/usr/bin/fetch' is strange. For example, $ fetch http://www.samba.gr.jp/project/samba-ja/index.html.en Receiving index.html.en -1 bytes transferred in 0.4 seconds (-2.28 Bps) Please be sure

Re: fetch is strange

2000-07-05 Thread NAKAJI Hiroyuki
(but building it anyway) ===Verifying install for bzip2 in /usr/ports/archivers/bzip2 bzip2-1.0.1.tar.gz doesn't seem to exist on this system. Attempting to fetch from ftp://ftp.tutrp.tut.ac.jp/pub/FreeBSD/ports/distfiles/. fetch: warning: the -b option is deprecated fetch: bzip2-1.0.1

fetch is strange

2000-07-04 Thread NAKAJI Hiroyuki
I made world yesterday. $ uname -a FreeBSD nakaji.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Jul 4 12:15:52 JST 2000 [EMAIL PROTECTED]:/home2/obj/usr/src/sys/NAKAJI i386 The problem is that the report of '/usr/bin/fetch' is strange. For example, $ fetch http://www.samba.gr.jp

Re: HEADS UP: new fetch(1)

2000-07-03 Thread Dag-Erling Smorgrav
Garrett Wollman [EMAIL PROTECTED] writes: On 30 Jun 2000 12:35:28 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said: You're not one for constructive criticism, are you? I don't know how What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you understand? That's a technicality, and I'll

Re: HEADS UP: new fetch(1)

2000-07-03 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Garrett Wollman [EMAIL PROTECTED] writes: On 30 Jun 2000 12:35:28 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said: You're not one for constructive criticism, are you? I don't know how What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't

new fetch: no progress shown

2000-07-03 Thread Leif Neland
The new fetch does not show progress when dl'ing stuff for ports. I tried adding FETCH_BEFORE_ARGS = " -v " in /usr/ports/Mk/bsd.ports.mk but then fetch just dies: fetch: -v : parse error Segmentation fault - core dumped Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

Re: HEADS UP: new fetch(1)

2000-06-30 Thread Dag-Erling Smorgrav
Garrett Wollman [EMAIL PROTECTED] writes: On 29 Jun 2000 09:58:20 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said: I've replaced fetch(1) with a libfetch-based implementation. It introduces numerous style bugs in both code and documentation, and furthermore claims copyright on text

Re: HEADS UP: new fetch(1)

2000-06-30 Thread Garrett Wollman
On 30 Jun 2000 12:35:28 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said: You're not one for constructive criticism, are you? I don't know how What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you understand? -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with

HEADS UP: new fetch(1)

2000-06-29 Thread Garrett Wollman
On 29 Jun 2000 09:58:20 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said: I've replaced fetch(1) with a libfetch-based implementation. It introduces numerous style bugs in both code and documentation, and furthermore claims copyright on text in the manual page which I wrote. It also removes

Re: fetch | sh panics system

2000-06-01 Thread Christian Weisgerber
Christian Weisgerber [EMAIL PROTECTED] wrote: The following, completely innocuous command line $ fetch -o - http://sites.inka.de/mips/unix/freebsd/xterm.shar | sh executed as a non-priviledged user, reproducibly panics the machine. It's caused by fdesc mounted on /dev/fd. I sent in a PR

Re: fetch | sh panics system

2000-05-31 Thread Christian Weisgerber
Christian Weisgerber [EMAIL PROTECTED] wrote: The following, completely innocuous command line $ fetch -o - http://sites.inka.de/mips/unix/freebsd/xterm.shar | sh executed as a non-priviledged user, reproducibly panics the machine. Some people have mailed that this particular command line

fetch | sh panics system

2000-05-30 Thread Christian Weisgerber
5.0-CURRENT from ~May 17, dual ppro. The following, completely innocuous command line $ fetch -o - http://sites.inka.de/mips/unix/freebsd/xterm.shar | sh executed as a non-priviledged user, reproducibly panics the machine. - #0 boot (howto=256) at ../../kern/kern_shutdown.c

Re: fetch | sh panics system

2000-05-30 Thread Andy Farkas
: Christian Weisgerber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: "fetch | sh" panics system 5.0-CURRENT from ~May 17, dual ppro. The following, completely innocuous command line $ fetch -o - http://sites.inka.de/mips/unix/freebsd/xterm.shar | sh executed as a non-privil

Re: fetch | sh panics system

2000-05-30 Thread Neil Blakey-Milner
On Tue 2000-05-30 (16:28), Christian Weisgerber wrote: 5.0-CURRENT from ~May 17, dual ppro. The following, completely innocuous command line $ fetch -o - http://sites.inka.de/mips/unix/freebsd/xterm.shar | sh (nbm@monster) /home/nbm uname -a FreeBSD monster.sunesi.com 5.0-CURRENT FreeBSD

  1   2   >