Bug#651413: Double slash in wget request

2011-12-08 Thread Dmitri Medvedev
Package: choose-mirror
Version: Unknown

While installing (using default graphical installator) Debian Squeeze 6.0.3
AMD64 (using debian-6.0.3-amd64-netinst.iso) on virtual machine running on
VirtualBox 4.1.6r74713 on my Windows 7 Pro working machine, I've experienced
an error in the installer while choosing a mirror: 'Bad archive mirror'. I
switched to the console 4 and noticed an error saying:

Dec 7 15:25:19 choose-mirror[30452]: DEBUG: command: wget -q
http://ftp.us.debian.org/debian//dists/squeeze/Release -O - | grep -E
'^(Suite|Codename):'
Dec 7 15:25:38 choose-mirror[30452]: WARNING **: mirror does not support the
specified release (squeeze)


Notice double slash in the wget URL before dists sub-directory. That happens
for any other country as well, I've tried US, Bulgarian, Estonian, some random
mirrors as well, and error appears everywhere.

BTW, Thanks a lot for the best distro!
---
WBR,
Dmitri




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111208121220.m36...@mail.stv.ee



Bug#651439: Missing et131x module in installer

2011-12-08 Thread Ben Hutchings
Package: kernel-wedge
Version: 2.74+squeeze3
Severity: important
Tags: d-i squeeze patch

According to  this module should be
available in the installer.  However, it seems to have been dropped
when et131x moved from linux-modules-extra-2.6 into linux-2.6.

--- a/modules/nic-extra-modules
+++ b/modules/nic-extra-modules
@@ -12,6 +12,7 @@ dmfe
 e2100 ?
 eepro ?
 enc28j60
+et131x ?
 forcedeth
 hamachi
 hp-plus ?
--- END ---

(For wheezy/sid, this will be fixed in the linux-2.6 package instead.)

Ben.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kernel-wedge depends on:
ii  debhelper  8.9.11  
ii  make   3.81-8.1

kernel-wedge recommends no packages.

kernel-wedge suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111208161319.20660.81386.reportbug@deadeye



Bug#651413: Double slash in wget request

2011-12-08 Thread Joey Hess
Dmitri Medvedev wrote:
> While installing (using default graphical installator) Debian Squeeze 6.0.3
> AMD64 (using debian-6.0.3-amd64-netinst.iso) on virtual machine running on
> VirtualBox 4.1.6r74713 on my Windows 7 Pro working machine, I've experienced
> an error in the installer while choosing a mirror: 'Bad archive mirror'. I
> switched to the console 4 and noticed an error saying:
> 
> Dec 7 15:25:19 choose-mirror[30452]: DEBUG: command: wget -q
> http://ftp.us.debian.org/debian//dists/squeeze/Release -O - | grep -E
> '^(Suite|Codename):'
> Dec 7 15:25:38 choose-mirror[30452]: WARNING **: mirror does not support the
> specified release (squeeze)

I see a doubled slash, but no indication it has anything to do with the
problem you experienced.

joey@wren:~> wget -q http://ftp.us.debian.org/debian//dists/squeeze/Release -O 
- | grep -E '^(Suite|Codename):'
Suite: stable
Codename: squeeze

Do you have a broken proxy, or something else that makes // not work?
Do you have any reason to think this was not just a transient network problem?

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: limit source to kernel-wedge, tagging 651439

2011-12-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #kernel-wedge (2.84) UNRELEASED; urgency=low
> #
> #  * Add et131x to nic-extra-modules. Closes: #651439
> #
> limit source kernel-wedge
Limiting to bugs with field 'source' containing at least one of 'kernel-wedge'
Limit currently set to 'source':'kernel-wedge'

> tags 651439 + pending
Bug #651439 [kernel-wedge] Missing et131x module in installer
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
651439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.132337199221044.transcr...@bugs.debian.org



Bug#651461: init.d status support

2011-12-08 Thread Peter Eisentraut
Package: keyboard-configuration
Version: 1.70
Severity: wishlist
Tags: patch

Here is a patch to add support for the "status" action to the init.d
scripts in the keyboard-configuration package.  Even though it's
trivial, please consider including it, so that all packages can
support this action uniformly.
diff -Nru console-setup-1.75/CHANGES console-setup-1.75+nmu1/CHANGES
--- console-setup-1.75/CHANGES	2011-12-05 07:06:02.0 +0200
+++ console-setup-1.75+nmu1/CHANGES	2011-12-08 20:18:54.0 +0200
@@ -1,3 +1,9 @@
+console-setup (1.75+nmu1) UNRELEASED; urgency=low
+
+  * Added support for "status" action to init scripts
+
+ -- Peter Eisentraut   Thu, 08 Dec 2011 20:18:23 +0200
+
 console-setup (1.75) unstable; urgency=low
 
   * Team upload
diff -Nru console-setup-1.75/debian/changelog console-setup-1.75+nmu1/debian/changelog
--- console-setup-1.75/debian/changelog	2011-12-05 07:06:02.0 +0200
+++ console-setup-1.75+nmu1/debian/changelog	2011-12-08 20:18:54.0 +0200
@@ -1,3 +1,9 @@
+console-setup (1.75+nmu1) UNRELEASED; urgency=low
+
+  * Added support for "status" action to init scripts
+
+ -- Peter Eisentraut   Thu, 08 Dec 2011 20:18:23 +0200
+
 console-setup (1.75) unstable; urgency=low
 
   * Team upload
diff -Nru console-setup-1.75/debian/keyboard-configuration.console-setup.init console-setup-1.75+nmu1/debian/keyboard-configuration.console-setup.init
--- console-setup-1.75/debian/keyboard-configuration.console-setup.init	2011-03-23 04:00:51.0 +0200
+++ console-setup-1.75+nmu1/debian/keyboard-configuration.console-setup.init	2011-12-08 20:17:45.0 +0200
@@ -42,7 +42,7 @@
 fi
 
 case "$1" in
-stop)
+stop|status)
 # console-setup isn't a daemon
 ;;
 start|force-reload|restart|reload)
@@ -54,7 +54,7 @@
 	fi
 	;;
 *)
-echo 'Usage: /etc/init.d/console-setup {start|reload|restart|force-reload|stop}'
+echo 'Usage: /etc/init.d/console-setup {start|reload|restart|force-reload|stop|status}'
 exit 1
 ;;
 esac
diff -Nru console-setup-1.75/debian/keyboard-configuration.keyboard-setup.init console-setup-1.75+nmu1/debian/keyboard-configuration.keyboard-setup.init
--- console-setup-1.75/debian/keyboard-configuration.keyboard-setup.init	2011-03-23 04:00:51.0 +0200
+++ console-setup-1.75+nmu1/debian/keyboard-configuration.keyboard-setup.init	2011-12-08 20:18:18.0 +0200
@@ -46,7 +46,7 @@
 fi
 
 case "$1" in
-stop)
+stop|status)
 # keyboard-setup isn't a daemon
 ;;
 start|force-reload|restart|reload)
@@ -58,7 +58,7 @@
 	fi
 	;;
 *)
-echo 'Usage: /etc/init.d/keyboard-setup {start|reload|restart|force-reload|stop}'
+echo 'Usage: /etc/init.d/keyboard-setup {start|reload|restart|force-reload|stop|status}'
 exit 1
 ;;
 esac


Bug#651413: Double slash in wget request

2011-12-08 Thread Lennart Sorensen
On Thu, Dec 08, 2011 at 03:14:45PM -0400, Joey Hess wrote:
> I see a doubled slash, but no indication it has anything to do with the
> problem you experienced.
> 
> joey@wren:~> wget -q http://ftp.us.debian.org/debian//dists/squeeze/Release 
> -O - | grep -E '^(Suite|Codename):'
> Suite: stable
> Codename: squeeze
> 
> Do you have a broken proxy, or something else that makes // not work?
> Do you have any reason to think this was not just a transient network problem?

I saw this recently too when a machine in fact did not have a working network 
link.

Too bad the error couldn't be "Network connection failed" rather than
"invalid release on mirror".

I guess since grep is what gives a return code there isn't any easy to
way to know what wget thought of the request.

-- 
Len Sorensen



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111208192646.ge9...@caffeine.csclub.uwaterloo.ca



Bug#651413: Double slash in wget request

2011-12-08 Thread Joey Hess
Lennart Sorensen wrote:
> On Thu, Dec 08, 2011 at 03:14:45PM -0400, Joey Hess wrote:
> > I see a doubled slash, but no indication it has anything to do with the
> > problem you experienced.
> > 
> > joey@wren:~> wget -q http://ftp.us.debian.org/debian//dists/squeeze/Release 
> > -O - | grep -E '^(Suite|Codename):'
> > Suite: stable
> > Codename: squeeze
> > 
> > Do you have a broken proxy, or something else that makes // not work?
> > Do you have any reason to think this was not just a transient network 
> > problem?
> 
> I saw this recently too when a machine in fact did not have a working network 
> link.
> 
> Too bad the error couldn't be "Network connection failed" rather than
> "invalid release on mirror".
> 
> I guess since grep is what gives a return code there isn't any easy to
> way to know what wget thought of the request.

This could be fixed by running wget, checking its exit status, and
displaying a network error message, and only then parsing the Release file
(probably in C code) and displaying the current message.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#651413: Double slash in wget request

2011-12-08 Thread Lennart Sorensen
On Thu, Dec 08, 2011 at 04:06:07PM -0400, Joey Hess wrote:
> This could be fixed by running wget, checking its exit status, and
> displaying a network error message, and only then parsing the Release file
> (probably in C code) and displaying the current message.

That would certainly make it a lot less confusing.

I also keep hearing complaints about not having ping in the installer
for checking network connectivity when things aren't working. :)

But that would add a whole bunch of bytes to the installer size.

-- 
Len Sorensen



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111208201244.gf9...@caffeine.csclub.uwaterloo.ca



Re: Bug#651413: Double slash in wget request

2011-12-08 Thread Philipp Kern
On Thu, Dec 08, 2011 at 03:12:44PM -0500, Lennart Sorensen wrote:
> I also keep hearing complaints about not having ping in the installer
> for checking network connectivity when things aren't working. :)
> But that would add a whole bunch of bytes to the installer size.

Yeah, count me in.  And no, wget is not a sane replacement to check if
there's connectivity.  On the other hand we added a bloated wpa
supplicant with crypto libs without any effort to get it trimmed (yet),
so those few bytes for ping shouldn't really matter IMO.[1]

Kind regards,
Philipp Kern

[1] And yeah, I'm aware that it all adds up.  Still, knowing that my
gateway is actually reachable and it's just HTTP that's broken,
is a massive help in a bunch of cases.
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Debian installer build: failed or old builds

2011-12-08 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* FAILED BUILD: amd64 Dec 08 15:59 debian-cd@pettersson 1sidkfreebsd-i386 
http://cdbuilder.debian.org/cdimage-log/1sidkfreebsd-i386

* FAILED BUILD: amd64 Dec 08 23:01 debian-cd@pettersson 1wheezykfreebsd-amd64 
http://cdbuilder.debian.org/cdimage-log/1wheezykfreebsd-amd64

* FAILED BUILD: amd64 Dec 08 23:02 debian-cd@pettersson 2wheezykfreebsd-amd64 
http://cdbuilder.debian.org/cdimage-log/2wheezykfreebsd-amd64

* FAILED BUILD: amd64 Dec 08 23:03 debian-cd@pettersson 1sidkfreebsd-i386 
http://cdbuilder.debian.org/cdimage-log/1sidkfreebsd-i386

* FAILED BUILD: amd64 Dec 08 23:03 debian-cd@pettersson 1wheezykfreebsd-i386 
http://cdbuilder.debian.org/cdimage-log/1wheezykfreebsd-i386

* FAILED BUILD: amd64 Dec 08 23:03 debian-cd@pettersson 2wheezykfreebsd-i386 
http://cdbuilder.debian.org/cdimage-log/2wheezykfreebsd-i386

* FAILED BUILD: amd64 Dec 08 23:03 debian-cd@pettersson 2sidkfreebsd-i386 
http://cdbuilder.debian.org/cdimage-log/2sidkfreebsd-i386


Totals: 111 builds (7 failed, 0 old)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ryool-0005d0...@ravel.debian.org



Bug#651098: marked as done ([INTL:da] Danish translation of the debconf templates apt-setup)

2011-12-08 Thread Debian Bug Tracking System
Your message dated Fri, 9 Dec 2011 05:50:10 +0100
with message-id <20111209045010.gm7...@mykerinos.kheops.frmug.org>
and subject line Re: Bug#651098: [INTL:da] Danish translation of the debconf 
templates apt-setup
has caused the Debian Bug report #651098,
regarding [INTL:da] Danish translation of the debconf templates apt-setup
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apt-setup
Severity: wishlist
Tags: l10n patch

Please include the attached Danish apt-setup translations.

joe@joe-desktop:~/over/debian/apt-setup$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 68 oversatte tekster.

bye
Joe


da.po
Description: Binary data
--- End Message ---
--- Begin Message ---
Quoting Joe Dalton (joedalt...@yahoo.dk):
> Package: apt-setup
> Severity: wishlist
> Tags: l10n patch
> 
> Please include the attached Danish apt-setup translations.

Merged into D-I master files



signature.asc
Description: Digital signature
--- End Message ---