Processed: merging 476349 650035

2012-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 476349 650035
Bug #476349 [os-prober] please provide a '--quiet' option (or similar)
Bug #476349 [os-prober] please provide a '--quiet' option (or similar)
Marked as found in versions os-prober/1.49.
Bug #650035 [os-prober] os-prober: Please enable quiet operation
Marked as found in versions os-prober/1.24.
Merged 476349 650035
 thanks
Stopping processing here.

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



Debian PPC

2012-03-23 Thread Chad Linthicum
Hello, I followed the Appendix A HowTo for installing Debian on powerpc 
machines. I got all the way to the part where it says to remove your disc and 
reboot because it is complete. Upon reboot I see it booting and going through 
strings of commands. There is a picture of Tux the penguin at the top. Then the 
screen just goes blank. Any help?

--
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/2c6406a4-eafe-4483-9bd4-168d2d24b...@gmail.com



Re: cat'ing remastered iso's direct to usb?

2012-03-23 Thread Ryan Braun [ADS]
On March 22, 2012 09:44:47 pm Thomas Schmitt wrote:

Thanks so much for responding Thomas,  and I do have to apologize at that 
rather poor attempt at using the xorriso command.  Must have been the end of 
the day when I put that doozy together :)

Anyhow,  I made the updated xorriso binary,  then ran it against the new 
command I used and xorriso definitely didn't output near as many warnings and 
complaints.

But still had a problem with virtualbox.  Both your testing commands worked out 
fine,  and was really wanting the weekend to hit early at that point.  When I 
noticed the iso didn't have the correct permissions.  Ack :)

Sure enough fixed the perms,  and it booted up in vbox just fine and am running 
a test install right now.

Onto my preseed partition overwriting issue now :)  

Thanks a ton!  And for reference,  here is the command I used to build the 
image,  as for all my googling I could not find an example of using xorriso to 
make an image (outside of .disk/mkisofs that wasn't working for me :) )

/home/ryan/xorriso/xorriso-1.2.0/xorriso/xorriso -as mkisofs -r 
-checksum_algorithm_iso md5,sha1 -V 'Debian 6.0.4 i386 1' -o 
/var/opt/newest.iso \
-J -isohybrid-mbr /home/ryan/debian-6.0.4-i386-kde-CD-1.iso -partition_offset 
16 -J -joliet-long -cache-inodes \
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 
-boot-info-table /var/opt/master

-- 
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


preseed doesn't overwrite existing lvm partitioning

2012-03-23 Thread Ryan Braun [ADS]
I could have sworn I had tested this previously,  but it doesn't seem to be 
working for me.  I have a preseed configured and it will install on virgin 
hardware without problem.  But if I run the same install procedure for a 
second time on the same machine,  I keep getting no root partition errors from 
the partitioner.

My testing is all in virtualbox,  so figured must be something on the disk 
like lvm metadata or something.  As I can delete the virtual disk,  create a 
new one and the install goes off again without a hitch for the first install 
only.

I have a sinking feeling I may have caused this myself :(  I tried 
consolidating several of our different preseed setups (softraid no lvm,  hw 
raid 5 with lvm etc) and to try and chainload a core preseed file with the 
generic options,  then specify the model specific preseed options in it's own 
file.  So I thought I threw the kitchen sink at d-i with the preseed commands 
to handle the partitioning,  but clearly it's not working for me.  But like I 
said,  not sure if it ever worked for myself :)  (note to self,  must use cvs 
for this stuff)

Here is my partitioning section from my preseed file.  I'm sure the recipe 
won't format very nicely in the message.  But the sizes are off as I'm only 
testing inside of a vm right now.  Again,  partitioning works fine the first 
time through,  so I'm pretty sure the recipe itself is ok,  just the confirm 
bits afterwards.

### Partitioning
d-i partman-auto/method string lvm
d-i partman-auto/disk string /dev/sda
d-i partman-auto-lvm/new_vg_name string vg00
d-i partman-auto/expert_recipe string \
  boot-root ::\
  40 300 300 ext3 $primary{ } $bootable{ } method{ format } 
format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ /boot } . \
  1000 1000 1000 ext3 method{ format } format{ } use_filesystem{ } 
filesystem{ ext3 } mountpoint{ / } . \
  100 100 100 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /home } . \
  500 500 500 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /var } . \
  1000 1000 1000 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /usr } . \
  400 400 400 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /tmp } . \
   100 100 100 linux-swap $lvmok{ } method{ swap } format{ } . \
  100 100 100 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /var/opt } . \
  200 1000 1100 ext3 method{ format } format{ } $lvmok{ } 
use_filesystem{ } filesystem{ ext3 } mountpoint{ /var/extra } .


# # # This makes partman automatically partition without confirmation.
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
d-i partman/confirm_write_new_label boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-lvm/device_remove_lvm true
d-i partman-md/confirm boolean true
d-i partman-md/confirm_nooverwrite boolean true
d-i partman-md/device_remove_md boolean true

Oh,  and while I may have someone's attention,  is there a way to set the lv 
name of each partition in the recipe?  I've seen it referenced one time in a 
web page,  but never did find any documentation about it and figured someone 
had just hacked up partman for their own sake.


-- 
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


Re: preseed doesn't overwrite existing lvm partitioning

2012-03-23 Thread Floris Bos / Maxnet

On 03/23/2012 07:51 PM, Ryan Braun [ADS] wrote:


I could have sworn I had tested this previously, but it doesn't seem 
to be working for me. I have a preseed configured and it will install 
on virgin hardware without problem. But if I run the same install 
procedure for a second time on the same machine, I keep getting no 
root partition errors from the partitioner.




Noticed that as well.
Currently use the following ugly workaround to get the first disk (on 
some systems it is not /dev/sda) and remove LVM stuff:


d-i partman/early_command string debconf-set partman-auto/disk 
$(list-devices disk | head -n1) ; pvremove -y -ff `list-devices disk | 
head -n1`* || true



(To get it more foolproof, you might also need to check other disks in 
the system for the presense of lvm volume group names that might 
conflict with what the installer wants to use)


--
Yours sincerely,

Floris Bos



Re: preseed doesn't overwrite existing lvm partitioning

2012-03-23 Thread Ryan Braun [ADS]
On March 23, 2012 07:17:17 pm Floris Bos / Maxnet wrote:
 On 03/23/2012 07:51 PM, Ryan Braun [ADS] wrote:
  I could have sworn I had tested this previously, but it doesn't seem
  to be working for me. I have a preseed configured and it will install
  on virgin hardware without problem. But if I run the same install
  procedure for a second time on the same machine, I keep getting no
  root partition errors from the partitioner.
 
 Noticed that as well.
 Currently use the following ugly workaround to get the first disk (on
 some systems it is not /dev/sda) and remove LVM stuff:
 
 d-i partman/early_command string debconf-set partman-auto/disk
 $(list-devices disk | head -n1) ; pvremove -y -ff `list-devices disk |
 head -n1`* || true
 
 
 (To get it more foolproof, you might also need to check other disks in
 the system for the presense of lvm volume group names that might
 conflict with what the installer wants to use)

Cheers,  worked like a charm.  

Though I would like to maybe see a new partman d-i option.  d-i 
partman/confirm_all boolean true kind of thing.  Throw a forced pvremove under 
that heading and have all the partman-md partman-lvm directives honor it 
aswell.  Might clean up some of the partman options in preseeding.

/shrug


-- 
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


Bug#662086: Possible resolution: Re: grub-install failed with raid+lvm

2012-03-23 Thread John Hanson
I ran into this same issue with a Debian Wheezy amd64 netinst disk
(Binary-1 20120201-15:35).

A quick Google search for some of the error messages turned up this post:
http://lists.alioth.debian.org/pipermail/pkg-grub-devel/2011-June/012317.html

Like him, after mounting /proc manually while chrooted into /target,
the grub-install succeeded from the Debian installer.

Looks like grub-probe is basically failing for RAID and LVM because
/proc is not mounted before grub-installer is called.

Hope this helps.



-- 
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/cabzcrcq-pcdck-hhbdu8t3r4btclrozmc6ymq3_0bicqjpn...@mail.gmail.com



Re: preseed doesn't overwrite existing lvm partitioning

2012-03-23 Thread Floris Bos / Maxnet

On 03/23/2012 09:01 PM, Ryan Braun [ADS] wrote:


On March 23, 2012 07:17:17 pm Floris Bos / Maxnet wrote:

Though I would like to maybe see a new partman d-i option. d-i 
partman/confirm_all boolean true kind of thing. 


Would indeed be nice.
And ideally it should not just be a partman option, but a global option 
to assume sensible defaults for an unattended installation so that does 
not stop until an error is really fatal.


Now you need to set about 50 preseed options to get a more or less 
flawless fully automated installation.
While I suspect that a large number of users only want a custom root 
password and a custom network configuration,  and could live with 
defaults for everything else...




Yours sincerely,

Floris Bos


Re: Debian PPC

2012-03-23 Thread Lennart Sorensen
On Fri, Mar 23, 2012 at 11:36:54AM -0400, Chad Linthicum wrote:
 Hello, I followed the Appendix A HowTo for installing Debian on powerpc 
 machines. I got all the way to the part where it says to remove your disc and 
 reboot because it is complete. Upon reboot I see it booting and going through 
 strings of commands. There is a picture of Tux the penguin at the top. Then 
 the screen just goes blank. Any help?

What kind of machine is it?

Powerpc isn't just one kind of machine.  The ones I work with can't
display a penguin since they have no video at all, just serial.

Does booting recovery mode (single user) work?  Maybe it is just X that
is broken.

-- 
Len Sorensen


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



Bug#665414: installation-reports: Successful installation on Lenovo Thinkpad X201 Tablet

2012-03-23 Thread Stanley Schade
Package: installation-reports
Severity: normal
Tags: d-i

Dear Maintainer,

I just want to report my successful installation.
There were no serious problems.



-- Package-specific info:

Boot method: CD
Image version: http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd
/debian-testing-amd64-CD-1.jigdo [build-date: 19.03.2012]
Date: 22.3.2012 18:00

Machine: Lenovo Thinkpad X201 Tablet
Partitions:
rootfs rootfs  338219
181986139184   57% /
udev   devtmpfs   3989808
0   39898080% /dev
tmpfs  tmpfs   799156
7687983881% /run
/dev/disk/by-uuid/6541aedb-29fe-4f34-b1da-2e58f66a2ae1 ext4338219
181986139184   57% /
tmpfs  tmpfs 5120
0  51200% /run/lock
tmpfs  tmpfs   386347
199093469826% /tmp
tmpfs  tmpfs  1598312
80   15982321% /run/shm
/dev/sda10 ext4  62349784
2624480  566022605% /home
/dev/sda9  ext4386347
199093469826% /tmp
/dev/sda6  ext4   8758996
4297224   4022376   52% /usr
/dev/sda7  ext4   2921604
2384656390516   86% /var


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [ ]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

I couldn't configure my wireless network using the installer,
because it uses WPA-TLS. Therefore it was a bit annoying
that the installer wanted me to set up a network configuration
after each step.

The actual partitioning worked. But the partition program couldn't
resize an NTFS partition for some reason. After entering the how much
smaller the NTFS partition shall become, the partition program told me
that it failed to resize the partition. Therefore I had to use another tool
to resize the NTFS partition before the installation.



--

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=7.0 (wheezy) - installer build 20120319-00:07
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux (none) 3.2.0-2-amd64 #1 SMP Tue Mar 13 16:54:04 UTC 2012 x86_64
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM
Controller [8086:0044] (rev 02)
lspci -knn: Subsystem: Lenovo Device [17aa:2193]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Core
Processor Integrated Graphics Controller [8086:0046] (rev 02)
lspci -knn: Subsystem: Lenovo Device [17aa:215a]
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 5
Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
lspci -knn: Subsystem: Lenovo Device [17aa:215f]
lspci -knn: 00:16.3 Serial controller [0700]: Intel Corporation 5 Series/3400
Series Chipset KT Controller [8086:3b67] (rev 06)
lspci -knn: Subsystem: Lenovo Device [17aa:2162]
lspci -knn: Kernel driver in use: serial
lspci -knn: 00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM
Gigabit Network Connection [8086:10ea] (rev 06)
lspci -knn: Subsystem: Lenovo Device [17aa:2153]
lspci -knn: Kernel driver in use: e1000e
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400
Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
lspci -knn: Subsystem: Lenovo Device [17aa:2163]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series
Chipset High Definition Audio [8086:3b56] (rev 06)
lspci -knn: Subsystem: Lenovo Device [17aa:215e]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series
Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel 

Re: GSoC Project Idea: WPA2 support for the debian installer

2012-03-23 Thread Max Linke
Hi

the description looks nice. I have written a draft for my
application[1]. Does the project schedule look realistic to you?
Looking in the BUG-Tracker I have found #636211, which looks like a nice
thing to get started working with the code. As for the other parts I
think I it would be better if I concentrate on netcfg and work through
the whishlist-bugs. 

lg Max

[1]http://wiki.debian.org/SummerOfCode2012/StudentApplications/MaxLinke

On Wed, 21 Mar 2012 22:32:08 +0100
Gaudenz Steinlin gaud...@debian.org wrote:

 
 Hi Max
 
 On Wed, 14 Mar 2012 15:39:40 +0100, Max Linke
 max_linke-deb...@gmx.de wrote:
  Hi
  
  Yeah I'm interested. Can you give a more detailed
  description on what is still left to do.
 
 I added a description of the project to the wiki page [1]. I made the
 topic a bit broader to include general improvements of the network
 setup in debian installer. The project could even be extended to
 other areas of the installer if time permits and there is interest.
 
 As I said before I'm willing to act as the primary mentor but I would
 like to have at least one co-mentor from the d-i team. Is there
 someone who would like to fill this role?
 
 Also feel free to improve the project description on the wiki page.
 
 Best,
 Gaudenz
 
 [1]
 http://wiki.debian.org/SummerOfCode2012/Projects#Improve_debian-installer_network_setup
  
  best,
  Max
  
  
  On Wed, 07 Mar 2012 15:45:14 +0100
  Gaudenz Steinlin gaud...@debian.org wrote:
  
   
   Hi
   
   On Wed, 7 Mar 2012 11:17:48 +0100, Max Linke
   max_linke-deb...@gmx.de wrote:
Hello

I would like to know if it is a appropriate project for GSoC 
to add WPA2 support for the debian installer.
   
   As others already said, basic WPA2 support ist available in the
   installer. Although the user interface and the feature set are far
   from perfect. Currently only PSK is supported. There is no way to
   scan for available networks.
   
   I integrated all this into d-i during last DebConf and as far as I
   know not much work has been done since then. I would be willing to
   mentor any student working on improving WPA support in the
   installer.
   
   Are you interested?
   
   Gaudenz
  
  
  -- 
  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/20120314153940.64a1d746@Thinki
  
 


-- 
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/20120324014757.236ff25e@Thinki



Debian installer build: failed or old builds

2012-03-23 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* OLD BUILD:armel Mar 21 08:08 buildd@ancina build_iop32x_netboot 

http://d-i.debian.org/daily-images/armel/daily/build_iop32x_netboot.log

* OLD BUILD:armel Mar 21 08:11 buildd@ancina 
build_iop32x_network-console_glantank 

http://d-i.debian.org/daily-images/armel/daily/build_iop32x_network-console_glantank.log

* OLD BUILD:armel Mar 21 08:15 buildd@ancina 
build_iop32x_network-console_n2100 

http://d-i.debian.org/daily-images/armel/daily/build_iop32x_network-console_n2100.log

* OLD BUILD:armel Mar 21 08:18 buildd@ancina 
build_iop32x_network-console_ss4000e 

http://d-i.debian.org/daily-images/armel/daily/build_iop32x_network-console_ss4000e.log

* OLD BUILD:armel Mar 21 08:21 buildd@ancina build_kirkwood_netboot 

http://d-i.debian.org/daily-images/armel/daily/build_kirkwood_netboot.log

* OLD BUILD:armel Mar 21 08:26 buildd@ancina build_kirkwood_netboot-gtk 

http://d-i.debian.org/daily-images/armel/daily/build_kirkwood_netboot-gtk.log

* OLD BUILD:armel Mar 21 08:29 buildd@ancina build_kirkwood_network-console 

http://d-i.debian.org/daily-images/armel/daily/build_kirkwood_network-console.log

* OLD BUILD:armel Mar 21 08:33 buildd@ancina build_orion5x_network-console 

http://d-i.debian.org/daily-images/armel/daily/build_orion5x_network-console.log

* OLD BUILD:armel Mar 21 08:36 buildd@ancina build_versatile_netboot 

http://d-i.debian.org/daily-images/armel/daily/build_versatile_netboot.log

* OLD BUILD:armel Mar 21 08:38 buildd@ancina build_ads_cf 
http://d-i.debian.org/daily-images/armel/daily/build_ads_cf.log


Totals: 117 builds (0 failed, 10 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/e1sbfkt-0002op...@ravel.debian.org