problem

2012-03-30 Thread sai kalyan
hey this is kalyan.
presently im working on live-build
actually i got my final output of binary-hybrid.iso
during installation in the stage of partitioning i'm not get the option of
ext3 or ext4 file system format, but im only getting xfs and jfs file
formats.
whats the problems can anyone help me out.
if im using xfs for installation, during startup its showing that
"filesystem in in read-only mode".


Bug#666393: Debian Testing Install Successful

2012-03-30 Thread Kevin Burrus
Package: installation-reports

Boot method: 
Image version: 

Date: 

Machine: < Asustek K53-E Laptop >
Processor:Intel Core i5
Memory: 6 GB
Partitions: 


Bug#666399: s390-dasd fails to work with >20 devices visible (mostly in LPAR mode)

2012-03-30 Thread Philipp Kern
Package: s390-dasd
Version: 0.0.27
Severity: important

s390-dasd has the following code snippet in dasd-config.c:

| static enum state_wanted get_channel (void)
| {
| if (di_tree_size (channels) > 20)
| return get_channel_input ();
| else if (di_tree_size (channels) > 0)
| return get_channel_select ();
| return WANT_ERROR;
| }

I'm not sure about the rationale for this.  When removing the check, the
program segfaults upon hitting "Finish", despite listing the devices
correctly and allowing to configure them.  Sadly strace didn't help at all
and gdb was unable to generate traces.

If you've got a lot of devices visible, because you're in LPAR mode, you
cannot configure the disks because the state machine goes GET_CHANNEL ->
ENABLE -> FORMAT -> WRITE -> GET_CHANNEL and there's no way to exit the
GET_CHANNEL input field with a finished state.  So you're caught in an
endless loop instead.  An alternative to just showing the select widget all
the time would be to fix the state machine so that it's possible to exit with
sucess from the channel input when at least one device was brought online (or
is in configured).

Kind regards
Philipp Kern



-- 
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/20120330125258.15203.95839.report...@spike.0x539.de



Processing of partman-partitioning_85_i386.changes

2012-03-30 Thread Debian FTP Masters
partman-partitioning_85_i386.changes uploaded successfully to localhost
along with the files:
  partman-partitioning_85.dsc
  partman-partitioning_85.tar.gz
  partman-partitioning_85_i386.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/e1sdcg2-0007eo...@franck.debian.org



partman-partitioning_85_i386.changes ACCEPTED into unstable

2012-03-30 Thread Debian FTP Masters



Accepted:
partman-partitioning_85.dsc
  to main/p/partman-partitioning/partman-partitioning_85.dsc
partman-partitioning_85.tar.gz
  to main/p/partman-partitioning/partman-partitioning_85.tar.gz
partman-partitioning_85_i386.udeb
  to main/p/partman-partitioning/partman-partitioning_85_i386.udeb


Changes:
partman-partitioning (85) unstable; urgency=low
 .
  * Allow overriding the default disk label selection by preseeding
partman-partitioning/default_label.  This is particularly useful if you
want to force GPT on a sub-2TB disk on x86
(partman-partitioning/default_label=gpt), but may come in handy in other
situations too.
 .
  [ Updated translations ]
  * Finnish (fi.po) by Timo Jyrinki


Override entries for your package:
partman-partitioning_85.dsc - source debian-installer
partman-partitioning_85_i386.udeb - optional debian-installer

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/e1sddm6-0001ti...@franck.debian.org



Bug#666424: task-lxde-desktop: please include a webbrowser

2012-03-30 Thread Holger Wansing
Package: task-lxde-desktop
Severity: wishlist


I have just did a test installation of debian wheezy/testing.
During installation, I didn't choose any x packages to be installed.
After installation, I installed the package xdm for a graphical
login manager and then the lxde meta package.
Everything works fine so far, lxde desktop environment seems really
cool to me, but there is no webbrowser installed by default.
Maybe you want to include one?
There is a "Webbrowser" button in the lxde panel, but it has
no function.
If you want to save space and keep the lxde environment small,
you could include the dillo webbrowser as a minimalistic solution:
I installed it (xdm and lxde packages were already installed, as
wrote above) and only the package libflkt1.3 was additionally
added by dependancy.
Installing dillo (plus the libflkt1.3), resulted in the additional 
use of 2688 kByte on harddisk here (according to apt-get output).


So long
Holger

-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 3.0.2
under DEBIAN GNU/LINUX 6.0 - S q u e e z e 
Registered LinuxUser #311290 - http://counter.li.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/20120330185213.3a92d061.li...@wansing-online.de



debconf not recognizing template pattern from custom udeb

2012-03-30 Thread Ryan Braun [ADS]
I'm trying to setup and run the scripted partitioning udeb I found on the list 
a while back (http://hezmatt.org/~mpalmer/scripted-partitioning/).

I've got the vast majority of it all working,  just for some reason whatever 
pattern I preseed,  debconf always reports the pattern as NULL.  Which throws 
a pretty big wrench in the whole process.  If I hardcode the script into the 
udeb,  it will partition the system as it should,  I just can't get the 
debconf hooks to work properly.

I've never worked with debconf and it's templates,  so it is more then likely 
an implementation issue.

Here is the templates control file from the udeb.

Template: debian-installer/scripted-partitioning/title
Type: text
Description: Partition automatically via a shell script

Template: scripted-partitioning/script
Type: text
Description: What script do you want to run to partition your disk?
 The filename must be relative to /lib/scripted-partitioning, and must
 already exist and be executable.


From the docs,  I should be able to preseed a pattern for whichever script I 
would like to run to handle the partitioning (no I'm no longer interested in 
using partman for preseeding,  this is WAY easier once I figure this hooks 
issue out)

In my preseed file,  I have the following 2 lines to enable the udeb and set 
the pattern (the udeb is included in a custom repo on a remastered iso)

d-i preseed/early_command string anna-install cdebconf-udeb parted-udeb 
xfsprogs-udeb hw-detect md-modules mdadm-udeb lvm2-udeb dmsetup-udeb 
ntfstools-udeb xfs-modules ext2-modules ext3-modules; udpkg --unpack 
/cdrom/ads/repo/sp.udeb

scripted-partitioning/script text z400

I can see the early_command works fine,  the udeb does get unpacked.  The main 
issue is that debconf will never recognize the pattern scripted-
partitioning/script and always reports both patterns from the template file as 
NULL.  Here is the result from debconf-dumpdb configdb|grep scripted

debian-installer/scripted-partitioning/title text (null)
scripted-partitioning/script text (null)

Is there something off in the templates perhaps somehow?

-- 
Ryan Braun
Aviation and Defence Services Division 
Chief Information Officer Branch, Environment Canada
CIV: 204-833-2500x2625 CSN: 257-2625 FAX: 204-833-2558
E-Mail: ryan.br...@ec.gc.ca


Processing of partman-auto-lvm_42_i386.changes

2012-03-30 Thread Debian FTP Masters
partman-auto-lvm_42_i386.changes uploaded successfully to localhost
along with the files:
  partman-auto-lvm_42.dsc
  partman-auto-lvm_42.tar.gz
  partman-auto-lvm_42_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/e1sdfny-0003iq...@franck.debian.org



partman-auto-lvm_42_i386.changes ACCEPTED into unstable

2012-03-30 Thread Debian FTP Masters



Accepted:
partman-auto-lvm_42.dsc
  to main/p/partman-auto-lvm/partman-auto-lvm_42.dsc
partman-auto-lvm_42.tar.gz
  to main/p/partman-auto-lvm/partman-auto-lvm_42.tar.gz
partman-auto-lvm_42_all.udeb
  to main/p/partman-auto-lvm/partman-auto-lvm_42_all.udeb


Changes:
partman-auto-lvm (42) unstable; urgency=low
 .
  * Allow using a logical volume as /boot when partman-auto-lvm/no_boot=true
Closes: #610377.


Override entries for your package:
partman-auto-lvm_42.dsc - source debian-installer
partman-auto-lvm_42_all.udeb - optional debian-installer

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 610377 


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/e1sdfwj-0004ym...@franck.debian.org



Bug#610377: marked as done (partman-auto-lvm does not allow all filesystems to be LVM volumes, even with grub2 as default boot loader)

2012-03-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Mar 2012 17:21:51 +
with message-id 
and subject line Bug#610377: fixed in partman-auto-lvm 42
has caused the Debian Bug report #610377,
regarding partman-auto-lvm does not allow all filesystems to be LVM volumes, 
even with grub2 as default boot loader
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.)


-- 
610377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: partman-auto-lvm
Severity: normal
Tags: d-i squeeze

With grub2 being installed by default in squeeze, it should be possible 
to instruct partman to create all partitions as LVM logical volumes, 
however an error is generated in this configuration.


Working preseed configuration:

d-i partman-auto/expert_recipe string\
  boot-root ::
\

  128 50 128 ext3\
  method{ format } format{ }\
  use_filesystem{ } filesystem{ ext3 }\
  mountpoint{ /boot }  \
  
.  \

  1024 1 10240 ext3 \
  $lvmok{ } lv_name{ root }\
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext3 } \
  mountpoint{ / 
}  \
  
.   \

  1024 512 1024 linux-swap  \
  $lvmok{ } lv_name{ swap }   \
  method{ swap } format{ } \
  .
The above produces /dev/sda1 as /boot and /dev/sda5 as an LVM VG with 
root and swap LVs.


Attempted configuration:

d-i partman-auto/expert_recipe string \
  boot-root 
:: \

  128 50 128 ext3 \
  $lvmok{ } lv_name{ boot }   \
  method{ format } format{ } \
  use_filesystem{ } filesystem{ ext3 } \
  mountpoint{ /boot }   \
  
.   \

  1024 1 10240 ext3  \
  $lvmok{ } lv_name{ root } \
  method{ format } format{ }  \
  use_filesystem{ } filesystem{ ext3 }  \
  mountpoint{ / 
}   \
  
.\

  1024 512 1024 linux-swap   \
  $lvmok{ } lv_name{ swap }\
  method{ swap } format{ } \
  .

The above produces a red screen during install:

"Failed to partition the selected disk"

"This happened because the selected recipe does not contain any partition
that can be created on LVM volumes"

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Source: partman-auto-lvm
Source-Version: 42

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

partman-auto-lvm_42.dsc
  to main/p/partman-auto-lvm/partman-auto-lvm_42.dsc
partman-auto-lvm_42.tar.gz
  to main/p/partman-auto-lvm/partman-auto-lvm_42.tar.gz
partman-auto-lvm_42_all.udeb
  to main/p/partman-auto-lvm/partman-auto-lvm_42_all.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 610...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazi

Bug#639445: Patch for the 2.1.2-5.2 NMU of discover

2012-03-30 Thread Christian PERRIER

Dear maintainer of discover,

On Wednesday, March 21, 2012 I sent you a notice announcing my intent to upload 
an
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Friday, March 16, 2012.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: discover
Version: 2.1.2-5.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier 
Date: Fri, 30 Mar 2012 06:50:54 +0200
Closes: 639445 654167 661250
Changes: 
 discover (2.1.2-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Slovak (Slavko).  Closes: #639445
 - Indonesian (Mahyuddin Susanto).  Closes: #654167
 - Polish (Michał Kułach).  Closes: #661250

-- 


diff -Nru discover-2.1.2.old/debian/changelog discover-2.1.2/debian/changelog
--- discover-2.1.2.old/debian/changelog	2012-03-15 20:14:30.289332725 +0100
+++ discover-2.1.2/debian/changelog	2012-03-30 06:51:13.046777826 +0200
@@ -1,3 +1,13 @@
+discover (2.1.2-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Slovak (Slavko).  Closes: #639445
+- Indonesian (Mahyuddin Susanto).  Closes: #654167
+- Polish (Michał Kułach).  Closes: #661250
+
+ -- Christian Perrier   Fri, 30 Mar 2012 06:50:54 +0200
+
 discover (2.1.2-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru discover-2.1.2.old/debian/po/id.po discover-2.1.2/debian/po/id.po
--- discover-2.1.2.old/debian/po/id.po	1970-01-01 01:00:00.0 +0100
+++ discover-2.1.2/debian/po/id.po	2012-03-16 07:08:03.0 +0100
@@ -0,0 +1,36 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: discover 2.1.2-5.1\n"
+"Report-Msgid-Bugs-To: p...@debian.org\n"
+"POT-Creation-Date: 2007-02-16 22:44+0100\n"
+"PO-Revision-Date: 2012-01-02 13:05+0700\n"
+"Last-Translator: Mahyuddin Susanto \n"
+"Language-Team: Debian Indonesia Translator \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Indonesian\n"
+"X-Poedit-Country: INDONESIA\n"
+
+#. Type: multiselect
+#. Description
+#: ../discover.templates:1001
+msgid "Packages to install:"
+msgstr "Paket untuk dipasang"
+
+#. Type: multiselect
+#. Description
+#: ../discover.templates:1001
+msgid ""
+"Some packages were found to be useful with your hardware. Please select "
+"those you want to install."
+msgstr ""
+"Beberapa paket yang ditemukan dapat digunakan dengan hardware andaSilakan "
+"pilih yang akan dipasang"
diff -Nru discover-2.1.2.old/debian/po/pl.po discover-2.1.2/debian/po/pl.po
--- discover-2.1.2.old/debian/po/pl.po	1970-01-01 01:00:00.0 +0100
+++ discover-2.1.2/debian/po/pl.po	2012-03-16 07:08:11.0 +0100
@@ -0,0 +1,36 @@
+# Translation of discover debconf templates to Polish.
+# Copyright (C) 2007
+# This file is distributed under the same license as the discover package.
+#
+# Michał Kułach , 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: p...@debian.org\n"
+"POT-Creation-Date: 2007-02-16 22:44+0100\n"
+"PO-Revision-Date: 2012-02-15 18:26+0100\n"
+"Last-Translator: Michał Kułach \n"
+"Language-Team: Polish \n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. Type: multiselect
+#. Description
+#: ../discover.templates:1001
+msgid "Packages to install:"
+msgstr "Pakiety do instalacji:"
+
+#. Type: multiselect
+#. Description
+#: ../discover.templates:1001
+msgid ""
+"Some packages were found to be useful with your hardware. Please select "
+"those you want to install."
+msgstr ""
+"Znaleziono pakiety, które będą przydatne z aktualnie używanym sprzętem. "
+"Proszę wybrać te, które mają zostać zainstalowane."
diff -Nru discover-2.1.2.old/debian/po/sk.po discover-2.1.2/debian/po/sk.po
--- discover-2.1.2.old/debian/po/sk.po	1970-01-01 01:00:00.0 +0100
+++ discover-2.1.2/debian/po/sk.po	2012-03-16 07:07:50.0 +0100
@@ -0,0 +1,35 @@
+# Slovak translations for discover package
+# Slovenské preklady pre balík discover.
+# Copyright (C) 2011 THE discover'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the discover package.
+# Slavko , 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: discover 2.1.2-5.1\n"
+"Report-Msgid-Bugs-To: p...@debian.org\n"
+"POT-Creation-Date: 2007-02-16 22:44+0100\n"
+"PO-Revision-Date: 2011-08-27 12:06+0200\n"
+"Last-Translator: Slavko \n"
+"Language-Team: Slovak \n"
+"Language: sk\n"
+"MIME-Vers

Processing of discover_2.1.2-5.2_i386.changes

2012-03-30 Thread Debian FTP Masters
discover_2.1.2-5.2_i386.changes uploaded successfully to localhost
along with the files:
  discover_2.1.2-5.2.dsc
  discover_2.1.2.orig.tar.gz
  discover_2.1.2-5.2.diff.gz
  discover_2.1.2-5.2_i386.deb
  libdiscover2_2.1.2-5.2_i386.deb
  libdiscover-dev_2.1.2-5.2_i386.deb

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/e1sdi4r-0008ds...@franck.debian.org



Bug#665638: prevent debootstrap vom needing SHA256sums

2012-03-30 Thread Mario Koppensteiner


On Sat, Mar 24, 2012 at 05:35:36PM -0400, Joey Hess wrote:
> > Mario Koppensteiner wrote:
> Am I correct in deducing that this mirror is one that was actually
> generated with apt-move, and that's why it's missing the SHA256 fields?

Yes, you are correct.

> > Can somebody please implement a parameter which tells debootstrap not
> > to relly on SHA256sums and use MD5sums instead?
> 
> Well, that would be insecure. Better to fix the mirror?

Yes, I tried to fix the mirror but I don't unterstand the awk script
included in apt-move. See bug [1]. Maybe someone of the Debian Installer
Team can help and fix the awk script?

Related to bug [1], I got a reply there asking if the md5sums are still
neded somewhere in the debian mirror. On the official Debian Mirror I can
still see MD5sum. Can someone of the Debian Installer Team reply to the
post on bug [1] please?

Links:
[1] http://bugs.debian.org/662003

sincerely yours

Mario



signature.asc
Description: Digital signature