Bug#395411: wget from the console

2006-11-06 Thread Joey Hess
Jens Peter Secher wrote:
 But that is not the problem.  The above command works fine for me.
 But apparently not for the installer.  As mentioned in the original
 bug report, I think that the installer forgets to add a  | cut -d' '
 -f 2 at the end of that command such that the result is i386 and
 not Architecture: i386.

From the source code:

asprintf(command, wget -q %s://%s%s/dists/%s/Release -O - | 
grep ^Suite: | cut -d' ' -f 2,
 protocol, hostname, directory, suite);
di_log(DI_LOG_LEVEL_DEBUG, command: %s, command);
f = popen(command, r);

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#395411: wget from the console

2006-11-05 Thread Geert Stappers
Op 04-11-2006 om 20:00 schreef Jens Peter Secher:
 Geert Stappers wrote:
  
  Please provide the command you used on the console.
 
 wget -q 
 http://mirrors.dotsrc.org/debian//dists/testing/main/binary-i386/Release -O - 
 | grep Architecture

Why two slash between debian and dists?

 Maybe you should give the initial bug report a reread, and if I am
 unclear in places I can try to elaborate;  I can reproduce the problems,
 so I can dig out all that you want.

Retry with mirror definition with a single slash between debian and dists
(enter 'debian', not 'debian/' (or such thing))


Cheers
Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395411: wget from the console

2006-11-05 Thread Jens Peter Secher

On 11/5/06, Geert Stappers [EMAIL PROTECTED] wrote:

Op 04-11-2006 om 20:00 schreef Jens Peter Secher:

 wget -q 
http://mirrors.dotsrc.org/debian//dists/testing/main/binary-i386/Release -O - | 
grep Architecture

Why two slash between debian and dists?


Because that is what is written as debug info on VT4 by the installer.

But that is not the problem.  The above command works fine for me.
But apparently not for the installer.  As mentioned in the original
bug report, I think that the installer forgets to add a  | cut -d' '
-f 2 at the end of that command such that the result is i386 and
not Architecture: i386.
--
   Jens Peter Secher
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395411: wget from the console

2006-11-04 Thread Geert Stappers
Op 04-11-2006 om 12:29 schreef Jens Peter Secher:
 Geert Stappers wrote:
  Op 26-10-2006 om 22:27 schreef Jens Peter Secher:
   Problem 2: If I instead choose 'No', and configure the
   network manually, choose any network mirror, the installer
   tells me:
  
   The installer failed to access the mirror. ...
  
  That is also due the misconfigured DHCP server.
 
 Maybe I was not clear enough about this part.
 
 If I manually configure the interface with route and everything, the
 connection works fine, and I can wget the Release files etc. from the
 console.

rephrasing in my words:
| configured network
| manual wget  works
| wget of d-i fails

Please provide the command you used on the console.


Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395411: wget from the console

2006-11-04 Thread Jens Peter Secher

Geert Stappers wrote:

 Op 04-11-2006 om 12:29 schreef Jens Peter Secher:
  
  Maybe I was not clear enough about this part.
  
  If I manually configure the interface with route and everything, the
  connection works fine, and I can wget the Release files etc. from the
  console.
 
 rephrasing in my words:
 | configured network
 | manual wget  works
 | wget of d-i fails
 
 Please provide the command you used on the console.

wget -q 
http://mirrors.dotsrc.org/debian//dists/testing/main/binary-i386/Release -O - | 
grep Architecture

Maybe you should give the initial bug report a reread, and if I am
unclear in places I can try to elaborate;  I can reproduce the problems,
so I can dig out all that you want.

Cheers,
-- 
Jens Peter Secher
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]