Processed (with 1 errors): it is a live-installer bug

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

> reassign 700642 live-installer
Bug #700642 [installation-reports] installation-reports: wheezy live b4 fails 
to install grub
Bug reassigned from package 'installation-reports' to 'live-installer'.
Ignoring request to alter found versions of bug #700642 to the same values 
previously set
Ignoring request to alter fixed versions of bug #700642 to the same values 
previously set
> retitle 700642 a network mirror is used always causing the
Bug #700642 [live-installer] installation-reports: wheezy live b4 fails to 
install grub
Changed Bug title to 'a network mirror is used always causing the' from 
'installation-reports: wheezy live b4 fails to install grub'
> installation to fail when there is no internet connection
Unknown command or malformed arguments to command.
> thanks
Stopping processing here.

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



Bug#700642: live-installer leaves live system's sources.list on the target

2013-02-16 Thread Praveen A
Even though we choose 'No' when installer asks if we want to use a
network mirror, it does not clear the network mirrors already present
in the sources.list copied from the live system.

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


--
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/CAOo+eVqdy1S=6svd6dhcm0bwuac6w7-fue5hx9mqdz5k1p3...@mail.gmail.com



Bug#700633: Debootstrap is very slow. Please use eatmydata to fix this.

2013-02-16 Thread Bob Proulx
Phillip Susi wrote:
> Bob Proulx wrote:
> > # time debootstrap wheezy testinstall
> > http://localmirror/ftp.us.debian.org/debian ... real2m58.577s
> > user0m49.639s sys 0m8.749s
>
> Wow, that's pretty fast.

2m58s was the slow time.  1m4.819s was the fast time.  :-)

> I was testing on a server with a raid5 array and was seeing nearly
> 10m original time, down to 1-2m patched.

This is on a relatively fast machine.  But the benefits will be more
dramatic on machines with slower I/O bandwidth for disk storage.

> And that's with a pre built debootstrap tarball so nothing needed
> downloaded.

With --download-only I assume?  Or otherwise is fine.  Sounds good.

Bob


-- 
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/20130217043129.ga18...@hysteria.proulx.com



Bug#700633: Debootstrap is very slow. Please use eatmydata to fix this.

2013-02-16 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/16/2013 06:54 PM, Bob Proulx wrote:
> # time debootstrap wheezy testinstall
> http://localmirror/ftp.us.debian.org/debian ... real2m58.577s 
> user0m49.639s sys 0m8.749s

Wow, that's pretty fast.  I was testing on a server with a raid5 array
and was seeing nearly 10m original time, down to 1-2m patched.  And
that's with a pre built debootstrap tarball so nothing needed downloaded.



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJRICQUAAoJEJrBOlT6nu75g+UIANj9vklDF3cYmxrsxTs5ImIB
ev0IsbrjLz7BePRG/OCusG/V1i2Q4R8XHEfHxJ3vkP/aAh/q7uqsDXJ6ozjSG7P/
32BmRjJx9VBzmKVQIEFfjbFbqIEr+3SBRMAWF5eCvnGXd0rXhBjcslSJ4xbVVq/M
IuwXw8clwgo2POSWKxNmK5/Rk8EJZddRil6ioGeOKq3hRr5jDAx7W/x30dnYDtQE
ImjTCP+n0rDd97VncblRA3Opsurzeqjqhs5YRHS7CFumph5yUH5GuVNQrm71Ztc7
T34g8UnkDUnPQ/YWrM1UExpokwkauEcxxtwn8RkS35Ie+AKBINotykDBspoXbHA=
=/i4U
-END PGP SIGNATURE-


-- 
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/51202414.6020...@ubuntu.com



Bug#700633: Debootstrap is very slow. Please use eatmydata to fix this.

2013-02-16 Thread Bob Proulx
Phillip Susi wrote:
> After patching debootstrap to add eatmydata to the required list,
> and activate it during the second stage install, the time to
> construct the chroot dropped from 10m to 2m. This should also make
> installing new systems MUCH faster.

I have also been suffering with the much slower dpkg on Sid.  Today I
performed a test of a default debootstrap chroot and had this
benchmark data.  I am using a local full mirror so that network
performance is not significant in the measurement.  This is using the
stock Sid version of everything up to date as of today operating on an
ext3 filesystem.

  # time debootstrap wheezy testinstall 
http://localmirror/ftp.us.debian.org/debian
  ...
  real2m58.577s
  user0m49.639s
  sys 0m8.749s

And then using the patched debootstrap script Phillip Susi suggested I
get this result:

  # time debootstrap wheezy testinstall 
http://localmirror/ftp.us.debian.org/debian
  ...
  real1m17.680s
  user0m49.879s
  sys 0m7.988s

Wall clock time is more than 2x faster for me when avoiding the
unnecessary fsync() calls.  Ideally I would like to see dpkg handle
this issue.  But since that doesn't seem to be happening it would be
nice if the rest of the ecosystem could work around it.

Here is the same test again on an ext4 filesystem on the same system
and the stock scripts.

  # time debootstrap wheezy testinstall 
http://localmirror/ftp.us.debian.org/debian
  ...
  real2m55.402s
  user0m52.107s
  sys 0m7.888s

And again with the eatmydata patched script:

  # time debootstrap wheezy testinstall 
http://localmirror/ftp.us.debian.org/debian
  ...
  real1m4.819s
  user0m48.455s
  sys 0m6.752s

That is 2.7x faster on ext4.

Bob


-- 
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/20130216235452.gb10...@hysteria.proulx.com



Re: Bug#700120: debian-installer: kfreebsd-i386 needs manual editing of /etc/network/interfaces

2013-02-16 Thread Stefano Canepa


Scott Howard  at "Sun, 10 Feb 2013 13:04:35 -0500" wrote:
 SH> 1) When selecting mirrors during install, I sometimes get "WARNING:
 SH> the mirror does not support the specified release (wheezy)" (see
 SH> attached screen shot) in console #4. But if I wait a few minutes and
 SH> try again, it connects to the mirror (see other attached screenshot).
 SH> I'm selecting http://ftp.us.debian.org, maybe a network or server
 SH> problem?

ftp.us.debian.org is an alias to many servers [1] so it should be
possible that one of them is not a complete mirror a the time of your
installation. This is the reason why all tools that test mirror speed
try all aliases in turn.

Bye
Stefano
 
[1]
$ host ftp.us.debian.org
ftp.us.debian.org has address 128.61.240.89
ftp.us.debian.org has address 35.9.37.225
ftp.us.debian.org has address 64.50.233.100
ftp.us.debian.org has address 64.50.236.52
ftp.us.debian.org has address 128.30.2.36
ftp.us.debian.org has IPv6 address 2610:148:1f10:3::89

-- 
Stefano Canepa aka sc: s...@linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)


--
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/87k3q73lnv@lepre.stefanocanepa.home



Processed: Bug 650588

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

> reassign 650588 hw-detect
Bug #650588 [src:debian-installer-6.0-netboot-powerpc] 
debian-installer-6.0-netboot-powerpc: sound not working out of the box on iMac 
G5 20 inch
Warning: Unknown package 'src:debian-installer-6.0-netboot-powerpc'
Bug reassigned from package 'src:debian-installer-6.0-netboot-powerpc' to 
'hw-detect'.
Ignoring request to alter found versions of bug #650588 to the same values 
previously set
Ignoring request to alter fixed versions of bug #650588 to the same values 
previously set
> tags 650588 patch
Bug #650588 [hw-detect] debian-installer-6.0-netboot-powerpc: sound not working 
out of the box on iMac G5 20 inch
Added tag(s) patch.
>
End of message, stopping processing here.

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



Bug#700688: Brief install report: Toshi L850/046

2013-02-16 Thread Neale Banks

On Sat, 16 Feb 2013, Neale Banks wrote:

[...]
> 
> * The big one:  Video card is (from lspci):
> 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
> Thames XT/GL [Radeon HD 7600M Series]
> This appears to unsupported in X :-(  Looking for updates/workarounds.

Moreinfo

Installing firmware-linux-nonfree from either wheezy or experimental
results in neither console nor X being readable.

Console is blank, X is flashing approx 2 Hz.

Removing firmware-linux-nonfree restores previous behavour (OK in console,
X not initialising).

Any ideas?

Thanks,
Neale.


-- 
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/pine.lnx.4.05.11302162138030.21480-100...@marina.lowendale.com.au