Bug#614583: Keyboard fails to respond while starting Debian-Installer on Debian 6 Squeeze for PowerPC on a G5

2011-02-24 Thread Leandro Doctors
2011/2/23 Miguel Figueiredo el...@debianpt.org:
 Currently D-I supports the following modules:
 usbhid
 hid-apple
 hid-belkin
 hid-microsoft
 hid-logitech
 hid-monterey
 hid-sunplus
 hid-cherry

 Can you use the installed system to check if your keyboards require a diferent
 kernel module not included in the list above?
 You just have to run:
Olá!
Thank you for answering, Miguel.

I'm fowarding this to the colleages who actually tried to install
Debian on the G5. Please, keep them in CC in the future.

Até já,
L



--
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/AANLkTin2qarMnV991G7=nvg_wdocsh9egdiesvggr...@mail.gmail.com



Bug#614843: win32-loader: [i18n:bg] Updated Bulgarian translation

2011-02-24 Thread Didier 'OdyX' Raboud
tags 614843 +pending
thanks

Le Wednesday 23 February 2011 20:36:51 Damyan Ivanov, vous avez écrit :
 Package: win32-loader
 Severity: wishlist
 Tags: l10n
 
 Please find attached updated Bulgarian tranlation of win32-loader.
 
 Thanks,
 dam

Hi Damyan, annd thanks for your translation,

I just committed it to the win32-loader repository and it will be part of the 
next upload.

Cheers,

OdyX

-- 
Didier Raboud, proud Debian Developer.
CH-1020 Renens
o...@debian.org


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#614843: win32-loader: [i18n:bg] Updated Bulgarian translation

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

 tags 614843 +pending
Bug #614843 [win32-loader] win32-loader: [i18n:bg] Updated Bulgarian translation
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614843
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.129854473927807.transcr...@bugs.debian.org



Bug#614583: Keyboard fails to respond while starting Debian-Installer on Debian 6 Squeeze for PowerPC on a G5

2011-02-24 Thread Leandro Doctors
2011/2/23 Miguel Figueiredo el...@debianpt.org:
 Currently D-I supports the following modules:
[...]
 Can you use the installed system to check if your keyboards require a diferent
 kernel module not included in the list above?
 You just have to run:

 $ lsmod | grep hid

 and report back the output.
(Checked on a running Debian 6 Squeeze system on amd64)

In short: both Microsoft Keyboards use usbhid, whereas the Mac one
uses hid_apple.

(with Microsoft Comfort Curve Keyboard 2000 USB Keyboard for PC -
LATAM layout)
$ lsmod|grep hid
usbhid 33292  0
hid63225  1 usbhid
usbcore   122034  5 uvcvideo,usbhid,ohci_hcd,ehci_hcd

(after unplugging that keyboard and plugging the Mac one)
$ lsmod|grep hid
hid_apple   4594  0
usbhid 33292  0
hid63225  2 hid_apple,usbhid
usbcore   122034  5 uvcvideo,usbhid,ohci_hcd,ehci_hcd

Note: when I unplug the Mac keyboard and plug the other MS keyboard
(Microsoft Digital Media Keyboard 3000 USB keyboard  for PC - FR_BE
layout), the list remains the same.

L



--
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/AANLkTiksTE=KpEpUVfO5UCj5mckiC0QyeRVkEGQ=m
@mail.gmail.com



Processed: tagging 614428

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

 tags 614428 + pending
Bug #614428 [win32-loader] win32-loader: [l10n] Updated Finnish translation
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614428
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.12985460272523.transcr...@bugs.debian.org



Bug#614936: keyboard-configuration: Modifier keys (ctrl, shift, alt) not working - Bluetooth keyboard

2011-02-24 Thread Hyrob
Package: keyboard-configuration
Version: 1.69
Severity: important
Tags: sid

The problem basicly is that when pressing any of the modifier keys they do not
'modify' the keys pressed simultaneusly with them.
Having wondered around looking for the solution I ended up finding out that
when I press any of the modifiers the next key-press  cancels them. This does
not happen when pressing any other two keys simulatneusly - they do result in
two signals being send with out canceling each other, what excludes the
possibility of my keyboard not supporting multiple keypresses.

Anyhow having found a couple threads on the following forums regarding the
problem and not finding a satisfying solution I wanted to find a solution that
actually works.
http://ubuntuforums.org/showthread.php?t=1355660
http://ubuntuforums.org/showthread.php?t=1368160

I thought of some possibilities of the causes of the problems, however I cannot
really solve these by myself :

1. Bug in keymap - I've got no idea what type of a bug could produce such
effect but it might be possible.

2. Kernel misinterpretation - it might be a problem with the kernel
interpreting the key pressed on the keyboard and thus making the modifiers
malfunction.

3.Bluetooth adapter controller *bluez - this is highly unlikely as I have tried
another bluetooth keyboard on this system and there was no problem using it -
all modifiers worked perfectly. (both of these connect perfectly and all keys
accept the modifiers work normally)

4. Microsoft based hardware - as there is no problem using the keyboard on
either Win Xp or the 7 there might be a special code written for correctly
interpreting the key presses of the modifiers.

The problem is that even after disabling the modifier by a key press and then
letting off the modifier no code in xev is generated. This excludes the
possibility of writing a small code that would enable and disable the modifiers
properly.

In the threads I mentioned almost all the data is there if anything is needed
please let me know. I don't however have a rocketfish keyboard but a Lenovo
A300-K BT Keyboard

I hope there is a possibility of finding a fix/solution for that other than
sticky keys because they just get on my nerves really badly all the time.
Any help would be really appreciated.



-- System Information:
Debian Release: wheezy/sid
System: Aptosid 2011-01 Γῆρας
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages keyboard-configuration depends on:
ii  debconf   1.5.38 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

-- debconf information:
  keyboard-configuration/layout:
  keyboard-configuration/xkb-keymap: us
* keyboard-configuration/variant: USA
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/variantcode:
  keyboard-configuration/other:
  keyboard-configuration/optionscode: lv3:ralt_switch,compose:lwin
  keyboard-configuration/modelcode: pc105
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/toggle: No toggling
  keyboard-configuration/compose: Left Logo key
  keyboard-configuration/switch: No temporary switch
  keyboard-configuration/altgr: Right Alt (AltGr)
  keyboard-configuration/unsupported_layout: true
* keyboard-configuration/model: Generic 105-key (Intl) PC



-- 
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/20110224114841.3578.67827.reportbug@localhost



Processed: tagging 614936

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

 tags 614936 - sid
Bug #614936 [keyboard-configuration] keyboard-configuration: Modifier keys 
(ctrl, shift, alt) not working - Bluetooth keyboard
Removed tag(s) sid.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614936
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.129854894317888.transcr...@bugs.debian.org



Re: IPv6 support has landed

2011-02-24 Thread Otavio Salvador
On Thu, Feb 24, 2011 at 04:37, Matthew Palmer mpal...@debian.org wrote:
 I've just merged near-complete IPv6 support into netcfg master.  I've tested
 it as hard as I can, and nobody else seems interested enough to test it off
 my branch, so let's put it into the wild and see what breaks.

I'd say to check if all required changes are in busybox and upload it.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


--
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/AANLkTin7hG_=ayhtbt+6r8xa-ds8gqrgu1uxpop1j...@mail.gmail.com



Re: Emdebian sprint / runtime device fingerprinting in bootloader

2011-02-24 Thread Eric Cooper
On Thu, Feb 24, 2011 at 07:09:51AM +, Andy Green wrote:
 Well saying that it's very similar, then listing differences like
 GPIOs that could easily be runtime-detectable, doesn't really pin
 down whether that's a problem or not.

See the arch/arm/mach-kirkwood directory in the Linux tree.  All the
*-setup.c files declare different sets of GPIOs in static structures.
If you know a way to easily detect them at runtime, that could unify
a lot of this code.  I'm sure a patch would be welcome.

 What does different amount of UART mean when it is the same
 Kirkwood SoC?

(Note that I didn't say what you quoted.)  But it was a brain slip; I
was just remembering a difference in the physical connectors for the
serial ports.

-- 
Eric Cooper e c c @ c m u . e d u


-- 
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/20110224130819.GA6487@localhost



Bug#614936: keyboard-configuration: Modifier keys (ctrl, shift, alt) not working - Bluetooth keyboard

2011-02-24 Thread Anton Zinoviev
On Thu, Feb 24, 2011 at 12:48:41PM +0100, Hyrob wrote:
 
 The problem basicly is that when pressing any of the modifier keys 
 they do not 'modify' the keys pressed simultaneusly with them.

Does this keyboard work on the console?

Anyway, do this:

1. Go to the text console and login as root (alternatively login as 
another user and use sudo su to become root).

In order to go to the text console normaly you would use Ctrl+Alt+F1, 
but if the faulty Ctrl and Alt make this combination not work, then 
start a X terminal emulator (i.e. xterm, xrvt, gnome-terminal or 
konsole) and use the command sudo chvt 1.

2. Run showkey -s.

3. Very quickly press Shift, press A, release Shift, release A.

4. Very quickly press Shift, press Q, release Q, release Shift

5. Wait 10 sec to get the command prompt.

6. Repeat the same but this time use showkey -k.

7. Send the result.

Anton Zinoviev



-- 
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/20110224150255.ga12...@debian.lan



Re: Where to put the script to custom some environment in debian installer?

2011-02-24 Thread Ferenc Wagner
Magicloud Magiclouds magicloud.magiclo...@gmail.com writes:

   When using debian installer cd, there are many options to set. And I
 could modify some parts, for example localechooser, to make some
 customizing.
   What if I just want to make some options fixed, so the user do not
 have to use localechooser at all? I cannot find where to put the
 scripts to set something when the installer starts.

Read about preseeding in appendix B of the installation manual:
http://www.debian.org/releases/stable/i386/apb.html.en
-- 
Regards,
Feri.


-- 
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/874o7t9z5s@tac.ki.iif.hu



Processing of console-setup_1.70_amd64.changes

2011-02-24 Thread Debian FTP Masters
console-setup_1.70_amd64.changes uploaded successfully to localhost
along with the files:
  console-setup_1.70.dsc
  console-setup_1.70.tar.gz
  keyboard-configuration_1.70_all.deb
  console-setup_1.70_all.deb
  console-setup-mini_1.70_all.deb
  bdf2psf_1.70_all.deb
  console-setup-udeb_1.70_all.udeb
  console-setup-amiga-ekmap_1.70_all.udeb
  console-setup-ataritt-ekmap_1.70_all.udeb
  console-setup-macintoshold-ekmap_1.70_all.udeb
  console-setup-pc-ekmap_1.70_all.udeb
  console-setup-sun4-ekmap_1.70_all.udeb
  console-setup-sun5-ekmap_1.70_all.udeb
  console-setup-fonts-udeb_1.70_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1psf7x-00087z...@franck.debian.org



console-setup_1.70_amd64.changes ACCEPTED into unstable

2011-02-24 Thread Debian FTP Masters



Accepted:
bdf2psf_1.70_all.deb
  to main/c/console-setup/bdf2psf_1.70_all.deb
console-setup-amiga-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.70_all.udeb
console-setup-ataritt-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.70_all.udeb
console-setup-fonts-udeb_1.70_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.70_all.udeb
console-setup-macintoshold-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.70_all.udeb
console-setup-mini_1.70_all.deb
  to main/c/console-setup/console-setup-mini_1.70_all.deb
console-setup-pc-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.70_all.udeb
console-setup-sun4-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.70_all.udeb
console-setup-sun5-ekmap_1.70_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.70_all.udeb
console-setup-udeb_1.70_all.udeb
  to main/c/console-setup/console-setup-udeb_1.70_all.udeb
console-setup_1.70.dsc
  to main/c/console-setup/console-setup_1.70.dsc
console-setup_1.70.tar.gz
  to main/c/console-setup/console-setup_1.70.tar.gz
console-setup_1.70_all.deb
  to main/c/console-setup/console-setup_1.70_all.deb
keyboard-configuration_1.70_all.deb
  to main/c/console-setup/keyboard-configuration_1.70_all.deb


Override entries for your package:
bdf2psf_1.70_all.deb - optional utils
console-setup-amiga-ekmap_1.70_all.udeb - extra debian-installer
console-setup-ataritt-ekmap_1.70_all.udeb - extra debian-installer
console-setup-fonts-udeb_1.70_all.udeb - extra debian-installer
console-setup-macintoshold-ekmap_1.70_all.udeb - extra debian-installer
console-setup-mini_1.70_all.deb - extra utils
console-setup-pc-ekmap_1.70_all.udeb - extra debian-installer
console-setup-sun4-ekmap_1.70_all.udeb - extra debian-installer
console-setup-sun5-ekmap_1.70_all.udeb - extra debian-installer
console-setup-udeb_1.70_all.udeb - extra debian-installer
console-setup_1.70.dsc - source utils
console-setup_1.70_all.deb - optional utils
keyboard-configuration_1.70_all.deb - optional utils

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1psfib-wi...@franck.debian.org



Re: Preparation of fixes to 6.0.1

2011-02-24 Thread Martin Michlmayr
* Otavio Salvador ota...@ossystems.com.br [2011-02-12 22:46]:
 I have prepare some branches that has what I am intending to upload to
 stable-proposed-updates. The modules I have changed are the following:

There are two more updates I'd like to see in 6.0.1:

 - libdebian-installer: I added a one-liner to recognize a new ARM
   device.

 - colo-installer: bug fix to generate a correct config file.  Without
   this fix, all installations of Debian on Cobalt fail. (Well, the
   installer works, but they will fail to boot the newly installed
   system).

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
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/20110224181009.ga...@jirafa.cyrius.com



Re: Preparation of fixes to 6.0.1

2011-02-24 Thread Otavio Salvador
On Thu, Feb 24, 2011 at 18:10, Martin Michlmayr t...@cyrius.com wrote:
 * Otavio Salvador ota...@ossystems.com.br [2011-02-12 22:46]:
 I have prepare some branches that has what I am intending to upload to
 stable-proposed-updates. The modules I have changed are the following:

 There are two more updates I'd like to see in 6.0.1:

  - libdebian-installer: I added a one-liner to recognize a new ARM
   device.

  - colo-installer: bug fix to generate a correct config file.  Without
   this fix, all installations of Debian on Cobalt fail. (Well, the
   installer works, but they will fail to boot the newly installed
   system).

Please preparae and push the respective squeeze branches so we start
uploading soon.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


--
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/aanlktik1thsu4sgeketjwz4yka7qak6xeilg9s7is...@mail.gmail.com



Re: Preparation of fixes to 6.0.1

2011-02-24 Thread Martin Michlmayr
* Otavio Salvador ota...@ossystems.com.br [2011-02-24 18:28]:
 Please preparae and push the respective squeeze branches so we start
 uploading soon.

They should be there already (unless I made a mistake with git).

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
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/20110224190241.gc31...@jirafa.cyrius.com



#596584 S61mouse-support-x86 is Linux-specific [2 patches]

2011-02-24 Thread Miguel Figueiredo
Hi all,

i have divided the previous patch in 2 patches:

1 - remove powerpc as it's not used.
2 - moved mouse-x86 to mouse-linux as now depends on the OS and not on 
the CPU

Feel free to comment.

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org
diff --git a/debian/changelog b/debian/changelog
index d0469d1..8680a30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 rootskel-gtk (1.22) UNRELEASED; urgency=low
 
+  * Move mouse-x86 to mouse-linux as it nows depends on the OS and not on the
+CPU. Closes: #596584.
   * Remove unused powerpc reference. Part of #596584.
 
  -- Miguel Figueiredo el...@debianpt.org  Wed, 23 Feb 2011 19:50:05 +
diff --git a/src/lib/debian-installer.d/Makefile b/src/lib/debian-installer.d/Makefile
index 7dd479e..aaa22f5 100644
--- a/src/lib/debian-installer.d/Makefile
+++ b/src/lib/debian-installer.d/Makefile
@@ -1,15 +1,7 @@
 dir = lib/debian-installer.d
 
-DEB_HOST_ARCH_CPU   := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2/dev/null)
 DEB_HOST_ARCH_OS:= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2/dev/null)
 
-# Take account of old dpkg-architecture output.
-ifeq ($(DEB_HOST_ARCH_CPU),)
-  DEB_HOST_ARCH_CPU   := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
-  ifeq ($(DEB_HOST_ARCH_CPU),x86_64)
-DEB_HOST_ARCH_CPU   := amd64
-  endif
-endif
 ifeq ($(DEB_HOST_ARCH_OS),)
   DEB_HOST_ARCH_OS:= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 endif
@@ -17,13 +9,9 @@ endif
 files = \
 	S62Xorg
 
-ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU)))
-   files += \
-	S61mouse-support-x86
-endif
-ifneq (,$(filter powerpc,$(DEB_HOST_ARCH_CPU)))
+ifeq ($(DEB_HOST_ARCH_CPU),linux)
files += \
-	S61mouse-support-powerpc
+	S61mouse-support-linux
 endif
 
 include ../../../Makefile.inc
diff --git a/src/lib/debian-installer.d/S61mouse-support-linux b/src/lib/debian-installer.d/S61mouse-support-linux
new file mode 100644
index 000..587b331
--- /dev/null
+++ b/src/lib/debian-installer.d/S61mouse-support-linux
@@ -0,0 +1,5 @@
+if [ $DEBIAN_FRONTEND = gtk ] ; then
+modprobe -q evdev || true
+modprobe -q psmouse || true
+modprobe -q usbmouse || true
+fi
diff --git a/src/lib/debian-installer.d/S61mouse-support-x86 b/src/lib/debian-installer.d/S61mouse-support-x86
deleted file mode 100644
index 587b331..000
--- a/src/lib/debian-installer.d/S61mouse-support-x86
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ $DEBIAN_FRONTEND = gtk ] ; then
-modprobe -q evdev || true
-modprobe -q psmouse || true
-modprobe -q usbmouse || true
-fi
diff --git a/debian/changelog b/debian/changelog
index 22a04a9..d0469d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rootskel-gtk (1.22) UNRELEASED; urgency=low
+
+  * Remove unused powerpc reference. Part of #596584.
+
+ -- Miguel Figueiredo el...@debianpt.org  Wed, 23 Feb 2011 19:50:05 +
+
 rootskel-gtk (1.21) unstable; urgency=low
 
   * Use SpaceFun theme for installer.
diff --git a/src/lib/debian-installer.d/Makefile b/src/lib/debian-installer.d/Makefile
index 7dd479e..0109bdf 100644
--- a/src/lib/debian-installer.d/Makefile
+++ b/src/lib/debian-installer.d/Makefile
@@ -21,9 +21,5 @@ ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU)))
files += \
 	S61mouse-support-x86
 endif
-ifneq (,$(filter powerpc,$(DEB_HOST_ARCH_CPU)))
-   files += \
-	S61mouse-support-powerpc
-endif
 
 include ../../../Makefile.inc
diff --git a/src/lib/debian-installer.d/S61mouse-support-powerpc b/src/lib/debian-installer.d/S61mouse-support-powerpc
deleted file mode 100644
index a8c1aca..000
--- a/src/lib/debian-installer.d/S61mouse-support-powerpc
+++ /dev/null
@@ -1,10 +0,0 @@
-subarch=$(archdetect)
-subarch=${subarch#*/}
-if [ $DEBIAN_FRONTEND = gtk ] ; then
-case $subarch in
-	chrp|chrp_pegasos|chrp_rs6k|chrp_ibm|prep)
-	modprobe -q evdev || true
-	modprobe -q psmouse || true
-	;;
-esac
-fi
diff --git a/src/lib/debian-installer.d/S63directfb-linux-powerpc b/src/lib/debian-installer.d/S63directfb-linux-powerpc
deleted file mode 100644
index 9279576..000
--- a/src/lib/debian-installer.d/S63directfb-linux-powerpc
+++ /dev/null
@@ -1,10 +0,0 @@
-# Temporary hacks to work around directfb breakage on powerpc
-
-# Enable keyboard and ps2mouse DFB modules
-#sed -i s/^\(disable-module=keyboard\)/#\1/ /etc/directfbrc
-sed -i s/^\(disable-module=ps2mouse\)/#\1/ /etc/directfbrc
-
-# Disable linux_input DFB module except for PowerBook6,7
-if ! grep -q machine.*:.*PowerBook6,7 /proc/cpuinfo 2/dev/null; then
-	sed -i s/^#\(disable-module=linux_input\)/\1/ /etc/directfbrc
-fi


Re: [SRM] Seeking approval for hw-detect changes for 6.0.1

2011-02-24 Thread Adam D. Barratt
On Sun, 2011-02-20 at 16:42 +, Jurij Smakov wrote:
 We would like to push the following changes to 6.0.1 to fix a problem
 with not waiting long enough for SCSI subsystem to be initialized, and 
 disk detection failing in d-i on the first try as a result. These have 
 been committed to the hw-detect squeeze brance:
[...]
 +hw-detect (1.84squeeze1) UNRELEASED; urgency=low
^^
I'm assuming that will be fixed before upload. :-)

 +
 +  * Increase the number of attempts to detect the new disk devices in
 +disk_found() of disk-detect.sh to 15, bringing the total waiting time
 +to 28 seconds. Current timeout of 4 seconds is not sufficient for
 +some SCSI subsystems with long driver/disk initialization time.

This will need fixing in testing before the point release happens,
otherwise (assuming the dak code still works as-designed) it's going to
end up in unstable and testing automagically in order to ensure the
inter-suite version constraints are preserved.  Other than that and the
changelog note, please go ahead.

Regards,

Adam


-- 
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/1298577883.22974.247.ca...@hathi.jungle.funky-badger.org



Re: Bug#612074: debian-cd: provide iso image aligned on usb thumb drive size

2011-02-24 Thread Joey Hess
Steve McIntyre wrote:
 Then I'm going to make DVD#1 limit to 4GB for amd64, i386 and the
 amd64/i386 m-a DVD. Then it'll fit on a 4GB stick too, and I think
 that's useful. The rest of the set will still fill up to the normal
 4.7GB DVD size, as there's no point to keeping to that limit on later
 discs. Other arches and source DVDs will also not be affected -
 there's also no point messing with them AFAICS. Please correct me if
 you think I'm wrong here!
 
 For a 1GB or 2GB (or even 8GB/16GB) image, we *can* add more builds
 targetted to fit those sizes, but I would rather make those be totally
 separate builds; they're not close enough to any of the current
 standard sizes that we generate IMHO.
 
 Thoughts?

A good general principle would be to not add custom sizes that are
smaller than the size of the typically well-tested CD media. A 500mb
iso is likely to be nearly useless because it will never fit Gnome, for
example, and so will end up having to download nearly as much from the
network as would a netinst iso.

I'm curious what tasks, if any, are made unavailable by reducing the DVD
to 4gb. Probably the key packages of all tasks fit in 4gb anyway, but do
*all* packages of all tasks?

-- 
see shy jo


signature.asc
Description: Digital signature


Re: #596584 S61mouse-support-x86 is Linux-specific [2 patches]

2011-02-24 Thread Otavio Salvador
On Thu, Feb 24, 2011 at 20:03, Miguel Figueiredo el...@debianpt.org wrote:
 Hi all,

 i have divided the previous patch in 2 patches:

        1 - remove powerpc as it's not used.
        2 - moved mouse-x86 to mouse-linux as now depends on the OS and not on
 the CPU

 Feel free to comment.

It seems OK for me. Please push those.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


--
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/aanlktinhtwunzhq4kyehxgbihywdshi+azf3c_n7p...@mail.gmail.com



Processed: your mail

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

 tags 596584 + pending
Bug #596584 [rootskel-gtk] S61mouse-support-x86 is Linux-specific
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
596584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596584
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.129857865511913.transcr...@bugs.debian.org



Re: Bug#612074: debian-cd: provide iso image aligned on usb thumb drive size

2011-02-24 Thread Joey Hess
Steve McIntyre wrote:
 We'll find out. :-) I've grepped out (roughly!) the list of packages
 that will have now moved from DVD#1 to DVD#2 for both i386 and amd64
 (wheezy). See each file at
 
   http://cdimage.debian.org/cdimage/tmp/
 
 if you're interested.

These tasks were removed (both arches):

kannada-desktop, telugu, telugu-desktop, gujarati-desktop

The remainder is reasonably high popularity stuff that is in no tasks.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: #596584 S61mouse-support-x86 is Linux-specific [2 patches]

2011-02-24 Thread Cyril Brulebois
Miguel Figueiredo el...@debianpt.org (24/02/2011):
 Hi all,
 
 i have divided the previous patch in 2 patches:
 
   1 - remove powerpc as it's not used.
   2 - moved mouse-x86 to mouse-linux as now depends on the OS and not on
 the CPU
 
 Feel free to comment.

/me feels free.

What about adding powerpc to the list of architectures were g-i is
available? AFAICT the only non-candidate would be sparc, since the
udeb isn't built (yet) due to linking issues (see changelog entry for
xorg-server/2:1.7.6-1). kfreebsd-* needs some work on the X side
(reviewing/applying Robert's patches). And powerpc used to have
g-i. armel might be “popular” enough to enable g-i there. Not sure
about HW stuff, though (I'm *really* not good at tracking HW stuff).

(Didn't check git history, don't really know where installer/build
lives nowadays.)

KiBi.


signature.asc
Description: Digital signature


Bug#614884: Test image available

2011-02-24 Thread Ben Armstrong
On 23/02/11 10:39 PM, Matthew Palmer wrote:
 I've built an i386 testing mini.iso containing a proposed fix for this bug,
 and uploaded it to:
 
 http://people.debian.org/~mpalmer/614884_mini.iso
 
 If someone can test it out with an NM package that has the appropriate
 script (Ben Armstrong felt that an appropriate NM package wasn't already in
 the archive) and let me know that it works, I'll commence the process of
 uploading.

I think you'll at least need:

$ diff -u ~/55netcfg-network-manager .
--- /u12/home/synrg/55netcfg-network-manager2011-02-24
16:24:23.0 -0400
+++ ./55netcfg-network-manager  2011-02-24 16:25:10.0 -0400
@@ -7,9 +7,9 @@

 db_get netcfg/network-manager
 if [ $RET = true ]  \
-   [ -f /target/usr/lib/network-manager/ifblacklist_migrate.sh ]; then
+   [ -f /target/usr/lib/NetworkManager/ifblacklist_migrate.sh ]; then
NETCFG=1 chroot /target \
-   sh /usr/lib/network-manager/ifblacklist_migrate.sh
+   sh /usr/lib/NetworkManager/ifblacklist_migrate.sh
 fi

 exit 0

I checked the NM in squeeze and it has this file, but at the above location.

I've been sick the past couple of days and only just got around to
testing now. Still trying to sort out my test environment. I hope to
have something usable soon.

Ben



-- 
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/4d66bfc3.2010...@sanctuary.nslug.ns.ca



Re: IPv6 support has landed

2011-02-24 Thread Rick Thomas

Hi Matt,

I'll be happy to test it.  I'd *love* to be able to do installs on an  
IPv6-only network.


Where do I start?  What do I have to do?

Rick


On Feb 23, 2011, at 11:37 PM, Matthew Palmer wrote:

I've just merged near-complete IPv6 support into netcfg master.   
I've tested
it as hard as I can, and nobody else seems interested enough to test  
it off

my branch, so let's put it into the wild and see what breaks.

Enjoy.

- Matt



--
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/facb4752-09ad-40a9-80fd-26dca00bd...@pobox.com



Bug#614884: Test image available

2011-02-24 Thread Ben Armstrong
On 24/02/11 04:29 PM, Ben Armstrong wrote:
 +++ ./55netcfg-network-manager  2011-02-24 16:25:10.0 -0400

Argh. This file should have been mode 755 and was 644 instead, so it
could not be executed. Rebuilding my test image again with permission
fixed and hoping for the best.

Ben



-- 
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/4d66d05b.6020...@debian.org



linux-kernel-di-hppa-2.6_1.60_multi.changes ACCEPTED into unstable

2011-02-24 Thread Debian FTP Masters



Accepted:
btrfs-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/btrfs-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
btrfs-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/btrfs-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
cdrom-core-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/cdrom-core-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
cdrom-core-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/cdrom-core-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
crypto-dm-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/crypto-dm-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
crypto-dm-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/crypto-dm-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
crypto-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/crypto-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
crypto-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/crypto-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
ext3-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ext3-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
ext3-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ext3-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
ext4-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ext4-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
ext4-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ext4-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
fat-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/fat-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
fat-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/fat-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
ide-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ide-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
ide-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ide-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
input-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/input-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
input-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/input-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
ipv6-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ipv6-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
ipv6-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ipv6-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
kernel-image-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/kernel-image-2.6.37-1-parisc-di_1.60_hppa.udeb
kernel-image-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/kernel-image-2.6.37-1-parisc64-di_1.60_hppa.udeb
linux-kernel-di-hppa-2.6_1.60.dsc
  to main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.60.dsc
linux-kernel-di-hppa-2.6_1.60.tar.gz
  to main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.60.tar.gz
loop-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/loop-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
loop-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/loop-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
md-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/md-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
md-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/md-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
multipath-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/multipath-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
multipath-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/multipath-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
nic-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/nic-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
nic-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/nic-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
nls-core-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/nls-core-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
nls-core-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/nls-core-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
pata-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/pata-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
pata-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/pata-modules-2.6.37-1-parisc64-di_1.60_hppa.udeb
ppp-modules-2.6.37-1-parisc-di_1.60_hppa.udeb
  to 
main/l/linux-kernel-di-hppa-2.6/ppp-modules-2.6.37-1-parisc-di_1.60_hppa.udeb

Bug#609476: installation-reports: Insufficient care in pre-install script risks bricking Linkstation

2011-02-24 Thread John Bytheway
On 09/02/11 22:58, Miguel Figueiredo wrote:
 A Domingo 09 Janeiro 2011 19:05:54 John Bytheway você escreveu:
 Package: installation-reports
 Severity: critical
 Tags: patch
 Justification: breaks the whole system

 I attempted to install Debian squeeze on my Buffalo Linkstation Live
 (LS-CHLv2), as per guidance at
 http://buffalo.nas-central.org/wiki/Install_Debian_on_the_Linkstation_Pro/
 Live. Ultimately I failed, but this report concerns one serious issue
 encountered on the way.

 The daily snapshots linked from
 http://www.debian.org/devel/debian-installer/ include this script:
 http://people.debian.org/~joeyh/d-i/armel/images/daily/orion5x/network-con
 sole/buffalo/lspro/config-debian intended to prepare the system for reboot
 into the Debian kernel.

snip

 The script's URL is not found.

It's back now, and still contains the same bug.

John Bytheway



-- 
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/4d66dc52.6070...@gmail.com



Bug#615016: debian-installer: wipes partition table and creates new partitions even when told to use unpartitioned space

2011-02-24 Thread Kent Smith
Package: debian-installer
Version: Lenny and Squeeze
Severity: important



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35.11 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Hello,
This bug appears when I'm trying to install Debian to the largest available 
free space while leaving existing partitions undisturbed.  In the partitioning 
section of my Preseed.cfg file, I have the following line:
d-i partman-auto/init_automatically_partition select biggest_free
However, the installer wipes all my existing partitions and tries to create new 
paritions to replace the old ones.  I must manually select Undo changes to 
partitions, Guided Partitioning, and then Use biggest available free 
space.  This bug was not in the installer when Lenny was first released, but 
it is present in the 503 Lenny images, as well as in Squeeze.  Below I've 
included the whole partitioning section of my preseeding file.

### Partitioning
# If the system has free space you can choose to only partition that space.
d-i partman-auto/init_automatically_partition select biggest_free

# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
# Note: A disk must be specified, unless the system has only one disk.
# For example, to use the first SCSI/SATA hard disk:
#d-i partman-auto/disk string /dev/sda
# In addition, you'll need to specify the method to use.
# The presently available methods are: regular, lvm and crypto
d-i partman-auto/method string regular

# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
d-i partman-lvm/device_remove_lvm boolean true
# The same applies to pre-existing software RAID array:
d-i partman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
#d-i partman-lvm/confirm boolean true

# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home:   separate /home partition
# - multi:  separate /home, /usr, /var, and /tmp partitions
d-i partman-auto/choose_recipe select atomic

# Or provide a recipe of your own...
# The recipe format is documented in the file devel/partman-auto-recipe.txt.
# If you have a way to get a recipe file into the d-i environment, you can
# just point at it.
#d-i partman-auto/expert_recipe_file string /hd-media/recipe

# If not, you can put an entire recipe into the preconfiguration file in one
# (logical) line. This example creates a small /boot partition, suitable
# swap, and uses the rest of the space for the root partition:
#d-i partman-auto/expert_recipe string \
#  boot-root ::\
#  40 50 100 ext3  \
#  $primary{ } $bootable{ }\
#  method{ format } format{ }  \
#  use_filesystem{ } filesystem{ ext3 }\
#  mountpoint{ /boot } \
#  .   \
#  500 1 10 ext3   \
#  method{ format } format{ }  \
#  use_filesystem{ } filesystem{ ext3 }\
#  mountpoint{ / } \
#  .   \
#  64 512 300% linux-swap  \
#  method{ swap } format{ }\
#  .

# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
#d-i partman-partitioning/confirm_write_new_label boolean true
#d-i partman/choose_partition select finish
#d-i partman/confirm boolean true
#d-i partman/confirm_nooverwrite boolean true



-- 
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/20110224225645.23705.10752.reportbug@primary



Bug#614884: Test image available

2011-02-24 Thread Ben Armstrong
On 24/02/11 05:40 PM, Ben Armstrong wrote:
 On 24/02/11 04:29 PM, Ben Armstrong wrote:
 +++ ./55netcfg-network-manager  2011-02-24 16:25:10.0 -0400
 
 Argh. This file should have been mode 755 and was 644 instead, so it
 could not be executed. Rebuilding my test image again with permission
 fixed and hoping for the best.

With the path to the NM script and the permission to your hook fixed, it
now gets invoked correctly:

Feb 24 22:20:49 finish-install: info: Running
/usr/lib/finish-install.d/55netcfg-network-manager
Feb 24 22:20:49 finish-install: Auto interfaces found: lo wlan0

Now, the script doesn't deal with WEP yet so no migration for wlan0
actually occurs (which I have a set -x log of if anyone's interested) so
it's back to the NM maintainers to fix the migration script and then
we'll be done!

Thanks,
Ben



-- 
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/4d66e3e5.4060...@sanctuary.nslug.ns.ca



Bug#614127: confirmed on allmachines: painfull

2011-02-24 Thread Samuel Thibault
Anton Zinoviev, le Thu 24 Feb 2011 07:28:18 +0200, a écrit :
 True.  Other people have complained about this too.  Unfortunately I 
 don't know a reliable way to test whether we are on the console or in X 
 and it is generally dangerous to reconfigure the console if X is active.

Maybe dpkg-reconfigure should at least print a warning about not doing
reconfiguration and advising to use setupcon and udevadm, as explained
in /usr/share/doc/keyboard-configuration/README.Debian.

Samuel



--
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/20110225002050.gk7...@const.famille.thibault.fr



Debian installer build: failed or old builds

2011-02-24 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* OLD BUILD:hppa Jan 17 07:06 didaily@c3700 build_cdrom 
http://d-i.debian.org/daily-images/hppa/daily/build_cdrom.log

* OLD BUILD:hppa Jan 17 07:10 didaily@c3700 build_netboot 
http://d-i.debian.org/daily-images/hppa/daily/build_netboot.log

* OLD BUILD:hppa Jan 17 07:14 didaily@c3700 build_miniiso 
http://d-i.debian.org/daily-images/hppa/daily/build_miniiso.log

* daily mipsel images build:
The build daemon responsible for these builds is currently moving to a
new hosting location. Daily builds should be available again within the
first two weeks of 2011.

* FAILED BUILD: s390 Feb 25 00:02 buildd@zandonai build_generic 
http://d-i.debian.org/daily-images/s390/daily/build_generic.log

* FAILED BUILD: s390 Feb 25 00:02 buildd@zandonai build_tape 
http://d-i.debian.org/daily-images/s390/daily/build_tape.log

* daily sparc images build:
Due to the lack of buildd suitable buildd machine there are currently no daily
builds for the SPARC architecture. These builds will be reenabled as soon as
as a suitable machine is available.


Totals: 113 builds (2 failed, 11 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/e1psm2n-0004d0...@ravel.debian.org



Processed: Re: Bug#615016: debian-installer: wipes partition table and creates new partitions even when told to use unpartitioned space

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

 reassign 615016 partman-auto
Bug #615016 [debian-installer] debian-installer: wipes partition table and 
creates new partitions even when told to use unpartitioned space
Bug reassigned from package 'debian-installer' to 'partman-auto'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615016
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.129861486321308.transcr...@bugs.debian.org



Bug#615016: debian-installer: wipes partition table and creates new partitions even when told to use unpartitioned space

2011-02-24 Thread Christian PERRIER
reassign 615016 partman-auto
thanks

Quoting Kent Smith (ethereal...@yahoo.com):
 Package: debian-installer
 Version: Lenny and Squeeze
 Severity: important
 
 
 
 -- System Information:
 Debian Release: 6.0
   APT prefers stable
   APT policy: (990, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.35.11 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/dash
 Hello,
 This bug appears when I'm trying to install Debian to the largest available 
 free space while leaving existing partitions undisturbed.  In the 
 partitioning section of my Preseed.cfg file, I have the following line:
 d-i partman-auto/init_automatically_partition select biggest_free
 However, the installer wipes all my existing partitions and tries to create 
 new paritions to replace the old ones.  I must manually select Undo changes 
 to partitions, Guided Partitioning, and then Use biggest available free 
 space.  This bug was not in the installer when Lenny was first released, but 
 it is present in the 503 Lenny images, as well as in Squeeze.  Below I've 
 included the whole partitioning section of my preseeding file.

Does that only happen when you're trying to pressed?

Please send the full installer log in such cases anyway, this is the
only way this can be investigated.




signature.asc
Description: Digital signature


Re: Preparation of fixes to 6.0.1

2011-02-24 Thread Christian PERRIER
Quoting Julien Cristau (jcris...@debian.org):

  Please take a look and comment on those. If you think anything is
  missing please say so.
  
 Is there any chance we can update the apt-setup debconf templates to
 stop talking about volatile?

As people probably noticed, I haven't managed to get anywhere with
this. Another more urgent issue took most of my hacking time.




signature.asc
Description: Digital signature