Bug#667703: [task-desktop] Please install Synaptic Package Manager

2012-04-05 Thread Christian PERRIER
Quoting Filipus Klutiero (chea...@gmail.com): > The idea of having each desktop provide its package manager was > good, but kpackage was very far from matching Synaptic. It was even > removed from KDE later, with the result that installing > task-kde-desktop no longer causes the installation of a

Bug#667703: [task-desktop] Please install Synaptic Package Manager

2012-04-05 Thread Filipus Klutiero
Package: task-desktop Version: 3.09 Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org X-Debbugs-Cc: 586...@bugs.debian.org Synaptic is no longer in the desktop task since tasksel 2.43: http://packages.debian.org/changelogs/pool/main/t/tasksel/current/changelog#version2.43 * A

Bug#667701: cdrom-detect: Need a simple retry or delay to mount USB flash drives

2012-04-05 Thread Jörg Ludwig
Package: cdrom-detect Version: 1.38 Severity: normal Tags: d-i *** Please type your report below this line *** We install Debian from USB flash drive. After loading of the Linux kernel we immediately get an error saying no CD-ROM could be found. When we abort the CD-ROM detection, go back to th

Bug#667681: flash-kernel: Please add support for Dreamplug / Marvell Kirkwood FDT

2012-04-05 Thread Martin Michlmayr
Thanks for all your excellent explanations! * Ian Campbell [2012-04-05 23:06]: > I guess upstream is forcing all new board ports to use DT, which will > certainly be a pain for boards with a non DT bootloader. Yes, that's exactly the kind of devices I have in mind. > > Also, does it really say

Bug#667681: flash-kernel: Please add support for Dreamplug / Marvell Kirkwood FDT

2012-04-05 Thread Ian Campbell
On Thu, 2012-04-05 at 14:11 -0700, Martin Michlmayr wrote: > * Ian Campbell [2012-04-05 20:24]: > > Support has been added ot the uypstream kernel for the Dreamplug as a FDT > > machine type. Accordingly the attached patch adds the necessary db enry for > > this class of machines. Please consider

Bug#667681: flash-kernel: Please add support for Dreamplug / Marvell Kirkwood FDT

2012-04-05 Thread Martin Michlmayr
* Ian Campbell [2012-04-05 20:24]: > Support has been added ot the uypstream kernel for the Dreamplug as a FDT > machine type. Accordingly the attached patch adds the necessary db enry for > this class of machines. Please consider applying. I'm not the maintainer of flash-kernel anymore and haven

Bug#667681: flash-kernel: Please add support for Dreamplug / Marvell Kirkwood FDT

2012-04-05 Thread Ian Campbell
Package: flash-kernel Version: 3.0~rc.5 Severity: wishlist Tags: patch Hello, Support has been added ot the uypstream kernel for the Dreamplug as a FDT machine type. Accordingly the attached patch adds the necessary db enry for this class of machines. Please consider applying. Many thanks, Ian.

Bug#646961: patch

2012-04-05 Thread Robert Millan
El 5 d’abril de 2012 14:25, Michael Tokarev ha escrit: >> You can't archieve compatible CLI among net-tools/Linux route and >> FreeBSD route.  They were never meant to be compatible.  All existing >> portable DHCP clients adapt to this and ship separate setup scripts >> for each platform. > > And

Bug#650819: Confirmed, serious

2012-04-05 Thread Filipus Klutiero
On 2012-04-05 08:16, Touko Korpela wrote: On Sat, Mar 31, 2012 at 07:58:17PM -0400, Filipus Klutiero wrote: severity 650819 serious tags 650819 + confirmed patch retitle 650819 GRUB entries (grub.cfg) sometimes lacking other operating systems, particularly installing 686 or amd64 images (i386) r

Skipping network configuration

2012-04-05 Thread Mesutcan Kurt
Hi, I'm working on bug #476540 [1]. The bug is about skipping network configuration even there is a possible network interface(s). I dig into this issue. Now, debian-installer's hw-detect module runs before netcfg. If hw-detect can't find a network interface then asks user to select driver or sel

Bug#650819: Confirmed, serious

2012-04-05 Thread Touko Korpela
On Sat, Mar 31, 2012 at 07:58:17PM -0400, Filipus Klutiero wrote: > severity 650819 serious > tags 650819 + confirmed patch > retitle 650819 GRUB entries (grub.cfg) sometimes lacking other > operating systems, particularly installing 686 or amd64 images > (i386) > reassign 650819 os-prober, grub-co

Bug#646961: patch

2012-04-05 Thread Michael Tokarev
On 05.04.2012 15:27, Robert Millan wrote: > El 5 d’abril de 2012 11:37, Michael Tokarev ha escrit: >> I also wonder if we can just test for /lib/freebsd/route >> existance instead of checking $(uname -r) ? >> >> Somehow I'm not comfortable with the uname check... > > It doesn't make a difference

Processed: busybox bugs

2012-04-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 658616 https://bugs.busybox.net/show_bug.cgi?id=5042 Bug #658616 [busybox] wget is unable to use IPv4 addresses for IPv6-capable servers Set Bug forwarded-to-address to 'https://bugs.busybox.net/show_bug.cgi?id=5042'. > tags 658616 + co

Bug#646961: patch

2012-04-05 Thread Robert Millan
El 5 d’abril de 2012 11:37, Michael Tokarev ha escrit: > I also wonder if we can just test for /lib/freebsd/route > existance instead of checking $(uname -r) ? > > Somehow I'm not comfortable with the uname check... It doesn't make a difference now. But what will you do when we remove the wrappe

Bug#646961: patch

2012-04-05 Thread Michael Tokarev
And one more thing... On 05.04.2012 13:37, Michael Tokarev wrote: > On 04.04.2012 22:24, Robert Millan wrote: > >> -while /sbin/route del default gw 0.0.0.0 dev $interface; do :; done >> +if [ ${uname} = "GNU/kFreeBSD" ] ; then >> +while /lib/freebsd/route del -net 0.0

Bug#646961: patch

2012-04-05 Thread Michael Tokarev
On 04.04.2012 22:24, Robert Millan wrote: > - while /sbin/route del default gw 0.0.0.0 dev $interface; do :; done > + if [ ${uname} = "GNU/kFreeBSD" ] ; then > + while /lib/freebsd/route del -net 0.0.0.0 0.0.0.0 dev > $interface; do :; done > + else > +