Bug#445592: tasksel: Please update Traditional Chinese desktop task

2007-10-07 Thread Andrew Lee
Package: tasksel
Version: 2.68
Severity: wishlist

After a discussion on
http://moto.debian.org.tw/viewtopic.php?p=56523#56523

We think the tasks for Traditional Chinese need following updates.

For chinese-t:
-zhcon
Out of date, not good enough to support UTF-8 and Traditional Chinese

-debian-zh-faq-t
Useless, most of these faq are for Big5/GB2312 enviroment, not for 
UTF-8, if someone following the documment, it will broken the system.

-manpages-zh
Out of date(eg: the old zh manpages mentioned different license than
the current english one on the system), better remove rather than 
confuse users.

-fortune-zh
This zh is only Simplified Chinese, why it in Traditional Chinese task?
+quick-reference-zh-tw
This is replacment for debian-zh-faq-t and also more information.

For chinese-t-desktop:
-rxvt-beta
-mlterm
-mlterm-tools
-rxvt-unicode-ml
We used to use a lot of different encodings, so that we need so many 
different terminals. But now we uses UTF-8 by default, although there 
still are many people(including me) likes to use these terminals, but
we had gnome-terminal which installed by default already, these 
personal favorite terminals should go away from this task. :)

-kde-i18n-zhtw
Why installs this kde message on GNOME desktop?

+ttf-arphic-ukai
Compatiblity for document exchange.

+xfonts-efont-unicode
/efont/ Unicode fonts for X which cover various scripts

+icedove-locale-zh-tw
New package for icedove's zh-tw translation. 

I attached the patch for reference.

Cheers,

-Andrew
diff -ur tasks.orig/chinese-t tasks/chinese-t
--- tasks.orig/chinese-t2007-04-18 09:40:56.0 +0800
+++ tasks/chinese-t 2007-10-07 14:33:31.0 +0800
@@ -7,13 +7,10 @@
  to use Debian, using the traditional Chinese encoding.
 Key:
   jfbterm
-  zhcon
 Packages: task-fields
 Packages-list:
   zh-autoconvert
-  debian-zh-faq-t
-  manpages-zh
-  fortune-zh
+  quick-reference-zh-tw
 # Printing support
   ttf2pt1
   ttf2pt1-chinese
diff -ur tasks.orig/chinese-t-desktop tasks/chinese-t-desktop
--- tasks.orig/chinese-t-desktop2007-04-18 09:40:56.0 +0800
+++ tasks/chinese-t-desktop 2007-10-07 15:03:40.0 +0800
@@ -6,10 +6,6 @@
 Key:
 Packages: task-fields
 Packages-list:
-  rxvt-beta
-  mlterm
-  mlterm-tools
-  rxvt-unicode-ml
   scim-chewing
   im-switch
   scim-tables-zh
@@ -17,12 +13,14 @@
   # Uncomment once gcin 1.3.3 is available.
   #gcin
   stardict
-  kde-i18n-zhtw
   x-ttcidfont-conf
   ttf-arphic-uming
+  ttf-arphic-ukai
   xfonts-intl-chinese
+  xfonts-efont-unicode
   unifont
   openoffice.org-l10n-zh-tw
   openoffice.org-help-zh-tw
   iceweasel-l10n-zh-tw
+  icedove-locale-zh-tw
   paps


Bug#445428: [sparc] GET_DISK_TYPE renamed to GET_LABEL_TYPE

2007-10-07 Thread Geert Stappers
Op 06-10-2007 om 09:27 schreef Geert Stappers:
 Op 05-10-2007 om 20:24 schreef Geert Stappers:
  Attached the partman log
 
bigsnip/ 
 
  parted_server: Closing infifo and outfifo
  parted_server: main_loop: iteration 63
  parted_server: Opening infifo
  /lib/partman/check.d/05silo_check: IN: GET_DISK_TYPE =dev=hda
  parted_server: Read command: GET_DISK_TYPE
  parted_server: Unknown command GET_DISK_TYPE
  parted_server: Line 2327. CRITICAL ERROR!!!  EXITING.
 
 In packages/arch/sparc/silo-installer/finish.d/silo_check is
 
 |  open_dialog GET_DISK_TYPE
 
 and packages/partman/partman-base/parted_server.c
 has a matching 
 
 |else if (!strcasecmp(str, GET_DISK_TYPE))
 
 Strange ...

That was seen due a NOT up-to-date source.
Doing an update did bring

|else if (!strcasecmp(str, GET_LABEL_TYPE))


In packages/partman/partman-base/debian/changelog is

  * Rename GET_DISK_TYPE to GET_LABEL_TYPE.



A workaround:

--- /lib/partman/check.d/05silo_check.outdated 2006-06-18 14:12:20.0 
+0200
+++ /lib/partman/check.d/05silo_check  2007-10-07 11:02:04.0 +0200
@@ -76,7 +76,7 @@
 {
   if [ ${boot_dev} ]; then
   cd ${boot_dev}
-  open_dialog GET_DISK_TYPE
+  open_dialog GET_LABEL_TYPE
   read_line disk_type
   close_dialog
   # parted-server tells us that disk_type is loop when opening a
   # raid

in the running installer.


Cheers
Geert Stappers



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



No kernel modules found on today amd64

2007-10-07 Thread Eugen Dedu

Hi,

I have a MacBookPro, last version (June 2007).  During installation from 
CD debian-testing-amd64-businesscard.iso, vesion oct7-0905UTC (today 
last version), md5sum d054222ff8db483c9f273015dda3d7b0:


1. I receive the following error:

Load installer components from CD:
No kernel modules were found.  This probably is due to a mismatch...

However, if I press yes, I choose no other component, the installation 
continue.


2. I have had deselected floppy during modules to load step, and now, 
during network hardware detection, it prints that the floppy kernel 
module was detected as matching my hardware, but I have no floppy in my 
laptop!  Maybe there is another module which needs it?


3. The installer afterwards prints Ethernet card not found on the 
system, but I have an Ethernet card in my laptop...  And the 
installation stops by showing ... The failing step is: Detect network 
hardware.


I can give more information very fast (today).  I am very interested to 
install debian on this machine :o)


Best regards,
--
Eugen Dedu


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



Re: No kernel modules found on today amd64

2007-10-07 Thread Christian Perrier
Quoting Eugen Dedu ([EMAIL PROTECTED]):
 Hi,

 I have a MacBookPro, last version (June 2007).  During installation from CD 
 debian-testing-amd64-businesscard.iso, vesion oct7-0905UTC (today last 
 version), md5sum d054222ff8db483c9f273015dda3d7b0:

 1. I receive the following error:

 Load installer components from CD:
 No kernel modules were found.  This probably is due to a mismatch...


Can you try with today's *netboot* image (not *netinst*)?


http://people.debian.org/~aba/d-i/images/daily/netboot/mini.iso




signature.asc
Description: Digital signature


Re: No kernel modules found on today amd64

2007-10-07 Thread Christian Perrier
Quoting Eugen Dedu ([EMAIL PROTECTED]):

 With the ISO from the link above, the network detection is ok.

 However, it asks me about floppy module, but I have no floppy...  I 
 unselect the floppy module, I say no to PCMCIA services, and the DCCP (with 
 Ethernet) works.  I am doing the installation and keep you informed.

 Sorry, what's the difference between netboot and netinst?  Is there a Web 
 page explaining that?  At http://cdimage.debian.org/cdimage/daily-builds/ 
 netboot is absent...  I think it would be useful to explain at 
 http://www.debian.org/devel/debian-installer/ in one sentence each of the 
 types of boot.


netboot is a very minimal image which leads you up to the network
settings, then downloads all remaining components from a network
mirror.

netinst is a CD image that allows installing a Debian *base* system
*without* the network. We all agree this is a kinda confusing name..:-)



signature.asc
Description: Digital signature


Re: No kernel modules found on today amd64

2007-10-07 Thread Eugen Dedu

Christian Perrier wrote:

Quoting Eugen Dedu ([EMAIL PROTECTED]):

Hi,

I have a MacBookPro, last version (June 2007).  During installation from CD 
debian-testing-amd64-businesscard.iso, vesion oct7-0905UTC (today last 
version), md5sum d054222ff8db483c9f273015dda3d7b0:


1. I receive the following error:

Load installer components from CD:
No kernel modules were found.  This probably is due to a mismatch...



Can you try with today's *netboot* image (not *netinst*)?


http://people.debian.org/~aba/d-i/images/daily/netboot/mini.iso


With the ISO from the link above, the network detection is ok.

However, it asks me about floppy module, but I have no floppy...  I 
unselect the floppy module, I say no to PCMCIA services, and the DCCP 
(with Ethernet) works.  I am doing the installation and keep you informed.


Sorry, what's the difference between netboot and netinst?  Is there a 
Web page explaining that?  At 
http://cdimage.debian.org/cdimage/daily-builds/ netboot is absent...  I 
think it would be useful to explain at 
http://www.debian.org/devel/debian-installer/ in one sentence each of 
the types of boot.


Thank you,
--
Eugen Dedu


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



Re: No kernel modules found on today amd64

2007-10-07 Thread Eugen Dedu

Christian Perrier wrote:

Quoting Eugen Dedu ([EMAIL PROTECTED]):


With the ISO from the link above, the network detection is ok.

However, it asks me about floppy module, but I have no floppy...  I 
unselect the floppy module, I say no to PCMCIA services, and the DCCP (with 
Ethernet) works.  I am doing the installation and keep you informed.


Sorry, what's the difference between netboot and netinst?  Is there a Web 
page explaining that?  At http://cdimage.debian.org/cdimage/daily-builds/ 
netboot is absent...  I think it would be useful to explain at 
http://www.debian.org/devel/debian-installer/ in one sentence each of the 
types of boot.



netboot is a very minimal image which leads you up to the network
settings, then downloads all remaining components from a network
mirror.

netinst is a CD image that allows installing a Debian *base* system
*without* the network. We all agree this is a kinda confusing name..:-)


And businesscard?  Can this info be put on 
http://www.debian.org/devel/debian-installer?  It takes only 2-3 lines, 
but avoid all confusion (I imagine that many people put this 
question)...  I can write myself these sentences if you wish.


Now, pursuing the installation:

- In modules to load, live-installer (Install the base system) seems 
bizarre.  In fact, I AM installing the base system, so why proposing 
this as module?  I imagine live-installer means another thing, I propose 
to explain better what is it.


- In modules to load, I have selected: eject-udeb, irda, cdrom-checker. 
 After configure the clock, it goes back to Detect and mount CD-ROM 
instead of choosing the next item in the menu.  Upon ENTER, it says that 
The CD-ROM drive contains a CD which cannot be used for 
installation...  So I go myself after Configure the clock, i.e. to 
Detect disks.  After that, it goes back again to Detect and

mount CD-ROM and I manually change again to the item after Detect disks.

- The laptop has 2GB of memory, so it creates 4GB swap.  This is a
kernel question, but is it really necessary to have 4GB of swap?  2GB of
memory is already sufficient to execute 2 linux systems in
parallel :o)  My previous laptop had 512MB of RAM, and 512MB RAM + 1GB 
swap it is still less than 2GB of memory of current laptop.


Greetings,
--
Eugen Dedu


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



Bug#445592: tasksel: Please update Traditional Chinese desktop task

2007-10-07 Thread Joey Hess
Andrew Lee wrote:
 -kde-i18n-zhtw
 Why installs this kde message on GNOME desktop?

Because these tasks are also used to localise the kde-desktop, until
someone splits them.

 +icedove-locale-zh-tw
 New package for icedove's zh-tw translation. 

icedove is not installed by any desktop tasks, so I don't see any reason
to include this.

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: setting package to tasksel tasksel-data, tagging 440215, tagging 445592

2007-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.8
 package tasksel tasksel-data
Ignoring bugs not assigned to: tasksel tasksel-data

 tags 440215 + pending
Bug#440215: [INTL:it] Italian translation update (tasks)
Tags were: l10n patch
Tags added: pending

 tags 445592 + pending
Bug#445592: tasksel: Please update Traditional Chinese desktop task
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processing of cdebconf_0.125_amd64.changes

2007-10-07 Thread Archive Administrator
cdebconf_0.125_amd64.changes uploaded successfully to localhost
along with the files:
  cdebconf_0.125.dsc
  cdebconf_0.125.tar.gz
  cdebconf-priority_0.125_all.udeb
  cdebconf_0.125_amd64.deb
  libdebconfclient0_0.125_amd64.deb
  libdebconfclient0-dev_0.125_amd64.deb
  cdebconf-udeb_0.125_amd64.udeb
  libdebconfclient0-udeb_0.125_amd64.udeb
  cdebconf-newt-udeb_0.125_amd64.udeb
  cdebconf-text-udeb_0.125_amd64.udeb
  cdebconf-gtk-udeb_0.125_amd64.udeb

Greetings,

Your Debian queue daemon


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



cdebconf_0.125_amd64.changes ACCEPTED

2007-10-07 Thread Debian Installer

Accepted:
cdebconf-gtk-udeb_0.125_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.125_amd64.udeb
cdebconf-newt-udeb_0.125_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.125_amd64.udeb
cdebconf-priority_0.125_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.125_all.udeb
cdebconf-text-udeb_0.125_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.125_amd64.udeb
cdebconf-udeb_0.125_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.125_amd64.udeb
cdebconf_0.125.dsc
  to pool/main/c/cdebconf/cdebconf_0.125.dsc
cdebconf_0.125.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.125.tar.gz
cdebconf_0.125_amd64.deb
  to pool/main/c/cdebconf/cdebconf_0.125_amd64.deb
libdebconfclient0-dev_0.125_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.125_amd64.deb
libdebconfclient0-udeb_0.125_amd64.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.125_amd64.udeb
libdebconfclient0_0.125_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.125_amd64.deb


Override entries for your package:
cdebconf-gtk-udeb_0.125_amd64.udeb - optional debian-installer
cdebconf-newt-udeb_0.125_amd64.udeb - optional debian-installer
cdebconf-priority_0.125_all.udeb - standard debian-installer
cdebconf-text-udeb_0.125_amd64.udeb - optional debian-installer
cdebconf-udeb_0.125_amd64.udeb - standard debian-installer
cdebconf_0.125.dsc - source utils
cdebconf_0.125_amd64.deb - extra utils
libdebconfclient0-dev_0.125_amd64.deb - optional libdevel
libdebconfclient0-udeb_0.125_amd64.udeb - optional debian-installer
libdebconfclient0_0.125_amd64.deb - optional libs

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processed (with 2 errors): Re: Bug#445428: [sparc] GET_DISK_TYPE renamed to GET_LABEL_TYPE

2007-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 rassign 445428 silo-installer
Unknown command or malformed arguments to command.

 severity serious
Unknown command or malformed arguments to command.

 # justification: blocks installation on Sparc
 tags 445428 pending
Bug#445428: [sparc] cannot open /var/lib/partman/outfifo
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#445428: [sparc] GET_DISK_TYPE renamed to GET_LABEL_TYPE

2007-10-07 Thread Geert Stappers
rassign 445428 silo-installer
severity serious
# justification: blocks installation on Sparc
tags 445428 pending
thanks

Op 07-10-2007 om 10:58 schreef Geert Stappers:
 
 In packages/partman/partman-base/debian/changelog is
 
   * Rename GET_DISK_TYPE to GET_LABEL_TYPE.
 

Colin Watson did good work on silo-installer.
I think his modification needs an obvious addition:

--- packages/arch/sparc/silo-installer/debian/changelog (revision 49760)
+++ packages/arch/sparc/silo-installer/debian/changelog (working copy)
@@ -1,6 +1,7 @@
 silo-installer (1.12) UNRELEASED; urgency=low
 
   * partman-base 110 renamed GET_DISK_TYPE to GET_LABEL_TYPE.
+Closes: #445428.
 
  -- Colin Watson [EMAIL PROTECTED]  Sat, 06 Oct 2007 13:43:07 +0100
 

Cheers
Geert Stappers
(now testing silo-installer 1.12)



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



Processed: Re: Processed (with 2 errors): Re: Bug#445428: [sparc] GET_DISK_TYPE renamed to GET_LABEL_TYPE

2007-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #Op 07-10-2007 om 15:45 schreef Debian Bug Tracking System:
 # Processing commands for [EMAIL PROTECTED]:
 #
 #  rassign 445428 silo-installer
 # Unknown command or malformed arguments to command.
 reassign 445428 silo-installer
Bug#445428: [sparc] cannot open /var/lib/partman/outfifo
Bug reassigned from package `partman' to `silo-installer'.

 #
 #  severity serious
 # Unknown command or malformed arguments to command.
 severity 445428 serious
Bug#445428: [sparc] cannot open /var/lib/partman/outfifo
Severity set to `serious' from `normal'

 # justification: blocks installs on sparc

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#445428: [sparc] GET_DISK_TYPE renamed to GET_LABEL_TYPE

2007-10-07 Thread Geert Stappers
Op 07-10-2007 om 17:24 schreef Geert Stappers:
 
 Colin Watson did good work on silo-installer.
 I think his modification needs an obvious addition:
 
 --- packages/arch/sparc/silo-installer/debian/changelog (revision 49760)
 +++ packages/arch/sparc/silo-installer/debian/changelog (working copy)
 @@ -1,6 +1,7 @@
  silo-installer (1.12) UNRELEASED; urgency=low
  
* partman-base 110 renamed GET_DISK_TYPE to GET_LABEL_TYPE.
 +Closes: #445428.
  
   -- Colin Watson [EMAIL PROTECTED]  Sat, 06 Oct 2007 13:43:07 +0100
  
 
 Cheers
 Geert Stappers
 (now testing silo-installer 1.12)

Now confirming that silo-installer version 1.12 works.


Cheers
Geert Stappers



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



this FTBFS affects d-i

2007-10-07 Thread Geert Stappers
tag 440721 d-i
stop

This fails to build from source bugs affects debian-installer,
it blocks installation on sparc.

Installer Users get this message: 
Unable to install initramfs-tools
An error was returned while trying to install the initramfs-tools
package onto the target system.

apt-install message in syslog ( VT4 )
 The following packages have unmet dependencies:
   initramfs-tools: Depends klibc-utils (= 1.5.6-1) but it is not going
   to be installed.
   E: Broken packages


Geert Stappers


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



ALC883 audio codec and ALSA

2007-10-07 Thread Khristian
Hi there.
I installed Debian Etch on my acer 5102wlmi notebook yesterday, in a
temporary partition (I already had Ubuntu installed, and wanted to
give Debian a try because of Ubuntu' s insanely slow booting process).
So, after booting, I let the system update the kernel and reboot.
Working fine. When I tested the sound system, suprise! It works! For
the first time in months I can record sound on my laptop. I was able
to use alsamixer , and record sound from both the built-in mic and the
external mic I have.
Since my Ubuntu Gutsy installation was a bit too slow and
misconfigured, I wiped it out, created a larger partition for Debian,
and installed it with the netinst disc.
But now, sound recording doesn' t  work anymore. Alsamixer fails
giving the message alsamixer: function snd_mixer_load failed: Invalid
argument , and amixer fails too.
Any clues? I'm going to get the alsa source and try compiling it myself, now.
TIA,

-- 
Khristian Alexander Schönrock
http://agilizando.blogspot.com - Notícias Quentinhas de Tecnologia!
http://derkosak.blogspot.com - Meu blógue!


Processed: tagging 445428

2007-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.9
 tags 445428 sid
Bug#445428: [sparc] cannot open /var/lib/partman/outfifo
Tags were: pending
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#445592: tasksel: Please update Traditional Chinese desktop task

2007-10-07 Thread Andrew Lee
Joey Hess wrote:
 Andrew Lee wrote:
 -kde-i18n-zhtw
 Why installs this kde message on GNOME desktop?
 
 Because these tasks are also used to localise the kde-desktop, until
 someone splits them.
Okay, keep it.

 +icedove-locale-zh-tw
 New package for icedove's zh-tw translation. 
 
 icedove is not installed by any desktop tasks, so I don't see any reason
 to include this.

I see, Doesn't need to include this.

Thanks,

-Andrew



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



Processing of linux-kernel-di-arm-2.6_1.10etch2_arm.changes

2007-10-07 Thread Archive Administrator
linux-kernel-di-arm-2.6_1.10etch2_arm.changes uploaded successfully to localhost
along with the files:
  linux-kernel-di-arm-2.6_1.10etch2.dsc
  linux-kernel-di-arm-2.6_1.10etch2.tar.gz
  kernel-image-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  nic-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  nic-shared-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  ide-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  cdrom-core-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  scsi-core-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  loop-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  reiserfs-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  fat-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  md-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  usb-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  usb-storage-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  crc-modules-2.6.18-5-footbridge-di_1.10etch2_arm.udeb
  kernel-image-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  nic-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  ide-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  ide-core-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  cdrom-core-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  scsi-core-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  loop-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  ext3-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  reiserfs-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  fat-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  md-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  usb-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  usb-storage-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  nic-usb-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  sata-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  crc-modules-2.6.18-5-iop32x-di_1.10etch2_arm.udeb
  kernel-image-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  nic-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  scsi-core-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  loop-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  ext3-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  reiserfs-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  fat-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  md-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  usb-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  usb-storage-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  input-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  nic-usb-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  crc-modules-2.6.18-5-ixp4xx-di_1.10etch2_arm.udeb
  kernel-image-2.6.18-5-rpc-di_1.10etch2_arm.udeb
  scsi-core-modules-2.6.18-5-rpc-di_1.10etch2_arm.udeb
  loop-modules-2.6.18-5-rpc-di_1.10etch2_arm.udeb
  reiserfs-modules-2.6.18-5-rpc-di_1.10etch2_arm.udeb
  fat-modules-2.6.18-5-rpc-di_1.10etch2_arm.udeb

Greetings,

Your Debian queue daemon


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



Processing of silo-installer_1.12_sparc.changes

2007-10-07 Thread Archive Administrator
silo-installer_1.12_sparc.changes uploaded successfully to localhost
along with the files:
  silo-installer_1.12.dsc
  silo-installer_1.12.tar.gz
  silo-installer_1.12_sparc.udeb

Greetings,

Your Debian queue daemon


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



silo-installer_1.12_sparc.changes ACCEPTED

2007-10-07 Thread Debian Installer

Accepted:
silo-installer_1.12.dsc
  to pool/main/s/silo-installer/silo-installer_1.12.dsc
silo-installer_1.12.tar.gz
  to pool/main/s/silo-installer/silo-installer_1.12.tar.gz
silo-installer_1.12_sparc.udeb
  to pool/main/s/silo-installer/silo-installer_1.12_sparc.udeb


Override entries for your package:
silo-installer_1.12.dsc - source debian-installer
silo-installer_1.12_sparc.udeb - standard debian-installer

Announcing to [EMAIL PROTECTED]
Closing bugs: 445428 


Thank you for your contribution to Debian.


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



Bug#445428: marked as done ([sparc] cannot open /var/lib/partman/outfifo)

2007-10-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Oct 2007 23:47:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#445428: fixed in silo-installer 1.12
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: partman

Hello,

On Sparc Ultra 5
did 
http://people.debian.org/~stappers/d-i/images/20071005-11:33/netboot/boot.img
fail with a text like no root partition.

In the syslog are many 
  cannot open /var/lib/partman/outfifo: No such file
lines.


Cheers
Geert Stappers


---End Message---
---BeginMessage---
Source: silo-installer
Source-Version: 1.12

We believe that the bug you reported is fixed in the latest version of
silo-installer, which is due to be installed in the Debian FTP archive:

silo-installer_1.12.dsc
  to pool/main/s/silo-installer/silo-installer_1.12.dsc
silo-installer_1.12.tar.gz
  to pool/main/s/silo-installer/silo-installer_1.12.tar.gz
silo-installer_1.12_sparc.udeb
  to pool/main/s/silo-installer/silo-installer_1.12_sparc.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson [EMAIL PROTECTED] (supplier of updated silo-installer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 08 Oct 2007 00:43:34 +0100
Source: silo-installer
Binary: silo-installer
Architecture: source sparc
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 silo-installer - install silo on a hard disk (udeb)
Closes: 445428
Changes: 
 silo-installer (1.12) unstable; urgency=low
 .
   * partman-base 110 renamed GET_DISK_TYPE to GET_LABEL_TYPE.
 Closes: #445428.
 .
   [ Updated translations ]
   * Bengali (bn.po) by Jamil Ahmed
   * Italian (it.po) by Stefano Canepa
   * Dutch (nl.po) by Frans Pop
   * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
   * Vietnamese (vi.po) by Clytie Siddall
Files: 
 c79a75904a88240b7cf59206e0673b0b 747 debian-installer standard 
silo-installer_1.12.dsc
 9b2c005da4621d79eefae01977228862 73956 debian-installer standard 
silo-installer_1.12.tar.gz
 da03f694634c9f63262131056adf822e 68924 debian-installer standard 
silo-installer_1.12_sparc.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFHCW9l9t0zAhD6TNERAkwVAJ41ZIwKd81c5uppdQ8od+yTOyPHdQCfSwfb
ihyzVs3wcpmVXOwMrWdhhTA=
=E9hf
-END PGP SIGNATURE-


---End Message---


Bug#201252:

2007-10-07 Thread arnoldo hanspete






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