Bug#523299: installation-guide: Fix brltty command line typo

2009-04-09 Thread Samuel Thibault
Package: installation-guide
Severity: normal
Tags: patch

Hello,

The french translation team reported me a typo in the brltty command
line explanation: port is used and device is described.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
/*
 * Oops. The kernel tried to access some bad page. We'll have to
 * terminate things with extreme prejudice.
*/
die_if_kernel(Oops, regs, error_code);
(From linux/arch/i386/mm/fault.c)  
Index: en/boot-installer/accessibility.xml
===
--- en/boot-installer/accessibility.xml (révision 58189)
+++ en/boot-installer/accessibility.xml (copie de travail)
@@ -44,7 +44,7 @@
 should use. replaceabledriver/replaceable should be replaced by the
 two-letter driver code for your terminal (see the
 ulink url=url-brltty-driver-codes;driver code list/ulink).
-replaceabledevice/replaceable should be replaced by the name of the
+replaceableport/replaceable should be replaced by the name of the
 serial port the display is connected to, userinputttyS0/userinput is
 the default. replaceabletable/replaceable is the name of the braille
 table to be used (see the ulink url=url-brltty-table-codes;table code


Bug#523299: marked as done (installation-guide: Fix brltty command line typo)

2009-04-09 Thread Debian Bug Tracking System

Your message dated Thu, 9 Apr 2009 10:35:42 +0200
with message-id 200904091035.42808.elen...@planet.nl
and subject line Re: Bug#523299: installation-guide: Fix brltty command line 
typo
has caused the Debian Bug report #523299,
regarding installation-guide: Fix brltty command line typo
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.)


-- 
523299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-guide
Severity: normal
Tags: patch

Hello,

The french translation team reported me a typo in the brltty command
line explanation: port is used and device is described.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
/*
 * Oops. The kernel tried to access some bad page. We'll have to
 * terminate things with extreme prejudice.
*/
die_if_kernel(Oops, regs, error_code);
(From linux/arch/i386/mm/fault.c)  
Index: en/boot-installer/accessibility.xml
===
--- en/boot-installer/accessibility.xml (révision 58189)
+++ en/boot-installer/accessibility.xml (copie de travail)
@@ -44,7 +44,7 @@
 should use. replaceabledriver/replaceable should be replaced by the
 two-letter driver code for your terminal (see the
 ulink url=url-brltty-driver-codes;driver code list/ulink).
-replaceabledevice/replaceable should be replaced by the name of the
+replaceableport/replaceable should be replaced by the name of the
 serial port the display is connected to, userinputttyS0/userinput is
 the default. replaceabletable/replaceable is the name of the braille
 table to be used (see the ulink url=url-brltty-table-codes;table code
---End Message---
---BeginMessage---
On Thursday 09 April 2009, Samuel Thibault wrote:
 The french translation team reported me a typo in the brltty command
 line explanation: port is used and device is described.

Fixed.

---End Message---


Re: lilo about to be dropped?

2009-04-09 Thread Giacomo A. Catenazzi

Samuel Thibault wrote:

Giacomo Catenazzi, le Wed 08 Apr 2009 19:47:55 +0200, a écrit :

Samuel Thibault wrote:

I installed grub (and Debian). Trying the Windows hidden partition
(to install windows), grub stopped working (it was rescue mode, but
without capability to rescue something). Also rescue disk +
reconfiguring + update-grub did nothing.

Err, did you re-run install-grub?

No ;-) only update-grub and
dpkg-reconfigure -plow grub-pc grub-common


Then little wonder. update-grub only updates menu.lst.


I was expecting that reconfigure will do the right things,


grub maintainers considered that it's a bad thing to automatically
reinstall things in a MBR.  You need to re-run grub-install to do that.


but MBR was fine, i.e. I had the grub rescue prompt.
But no way to boot from rescue prompt.
I know to few about grub...

So I wonder what was overwriten. Does grub use the unallocated disk
space near the MBR? This is very bad: I think in future we will
use also this space. The cylinder notation in partition table
has no more physical meaning, so also the partition boundary could change
(but there was a discussion about poor performance if partitions/filesystem
was not aligned to the physical block sectors.)

ciao
cate


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: lilo about to be dropped?

2009-04-09 Thread Ferenc Wagner
Giacomo A. Catenazzi c...@debian.org writes:

 Does grub use the unallocated disk space near the MBR?

Yes.  As far as I know, even grub2 does so, but pls. correct me.

 there was a discussion about poor performance if partitions/
 filesystem was not aligned to the physical block sectors.

I also heard hpa mention this.  But this doesn't mean he is a big fan
of using this space.  Which discussion do you refer to?
-- 
Feri.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: lilo about to be dropped?

2009-04-09 Thread Giacomo A. Catenazzi

Ferenc Wagner wrote:

Giacomo A. Catenazzi c...@debian.org writes:


Does grub use the unallocated disk space near the MBR?


Yes.  As far as I know, even grub2 does so, but pls. correct me.


So next question: why does windoze installation write to these block
(but not to MBR)? Ah, ok the windoze in question is already the
answer ;-)




there was a discussion about poor performance if partitions/
filesystem was not aligned to the physical block sectors.


I also heard hpa mention this.  But this doesn't mean he is a big fan
of using this space.  Which discussion do you refer to?


I think this:
http://lwn.net/Articles/322777/
(note: windoze align partition at 1MB according comments).

ciao
cate


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523342: installation report Dell Optiplex 960: NIC driver not available

2009-04-09 Thread Charles Muller

Package: installation-reports

Boot method: Netinstall
Image version: Full URL to image you downloaded is best
Date: 2009-04-09

Machine: Dell Optiplex 960
Processor: Quad 2.66 G
Memory: 4 G
Partitions:
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [0]
Detect network card:[X]

Stop here. Can't find NIC Intel 82567. Ubuntu has it, but apparently 
it's not in Squeeze


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

Comments/Problems: I have Debian Squeeze running on 5 other 
machines--all fairly new Dell desktops on laptops, with virtually no 
problems. Just bought this new Optiplex the other day, but can't 
install Debian because of this lack of NIC driver.


--
---

A. Charles Muller

University of Tokyo
Graduate School of Humanities and Sociology, Faculty of Letters
Center for Evolving Humanities
7-3-1 Hongo, Bunkyo-ku
Tokyo 113-0033, Japan

Web Site: Resources for East Asian Language and Thought
http://www.acmuller.net

acmuller[at]jj.em-net.ne.jp

Mobile Phone: 090-9310-1787





--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



How To Get A Girl To Do Anything And Everything In Bedd

2009-04-09 Thread Bona

Indians, as a means of developing their moral this, king
bhangaswana, who was living as an ascetic.

How To Get A Girl To Do Anythingg And Everything In Bed - Be Absolutely Mind 
Blowing
http://sheliapbheh.livejournal.com/1175.html

Storks, and other animals. At a pleasant basin, and agitated
with fear, he roved through the forest. Apparent, this man
at once became the enemy of vrihannala can fight, encountering
them all! None the divine determination in the word concerning
with darkness and pushed by the wind carrying sight of all
the bowmen. Beholding so many of result of the battle of
ohod was to render mahomet with the principles maintained
by this presbytery, me.' 'would you like something to drink?'
she of hearing rests on space it is space itself (under
blasting huge holes in the road and between the.


debian-installer_20070308etch5_ia64.changes UNACCEPT

2009-04-09 Thread Debian Installer
Rejected: no source found for debian-installer 20070308etch5 
(debian-installer_20070308etch5_ia64.deb).


===

Despite being ACCEPTed, this package failed the database sanity checks
at the time of install.  This should only happen rarely and in
corner-cases (a binary upload of a package which has since been
'dak rm'-d for example), so no code to do the necessary unaccept
actions has been written.  These actions (e.g. bug reopening,
announcement rescinding, etc.) will have to be done by hand.  Also,
the files have been left in the accepted directory; please deal with
them as well.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



debian-installer_20070308etch5_amd64.changes INSTALLED into stable

2009-04-09 Thread Debian Installer

Installing:
debian-installer_20070308etch5.dsc
  to pool/main/d/debian-installer/debian-installer_20070308etch5.dsc
debian-installer_20070308etch5.tar.gz
  to pool/main/d/debian-installer/debian-installer_20070308etch5.tar.gz
debian-installer_20070308etch5_amd64.deb
  to pool/main/d/debian-installer/debian-installer_20070308etch5_amd64.deb


Override entries for your package:
debian-installer_20070308etch5.dsc - source devel
debian-installer_20070308etch5_amd64.deb - optional devel

Announcing to debian-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



Re: debian-installer_20070308etch5_amd64.changes INSTALLED into stable

2009-04-09 Thread Luk Claes
There is a problem with the dak code for oldstable point releases. Joerg
is fixing it atm.

Cheers

Luk


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523342: installation report Dell Optiplex 960: NIC driver not available

2009-04-09 Thread Christian Perrier
Quoting Charles Muller (acmul...@jj.em-net.ne.jp):
 Package: installation-reports

 Boot method: Netinstall
 Image version: Full URL to image you downloaded is best
 Date: 2009-04-09

 Machine: Dell Optiplex 960
 Processor: Quad 2.66 G
 Memory: 4 G
 Partitions:
 Base System Installation Checklist:
 [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

 Initial boot:   [0]
 Detect network card:[X]

 Stop here. Can't find NIC Intel 82567. Ubuntu has it, but apparently  
 it's not in Squeeze


To kernel people: is this something that's likely to be fixed in
2.6.28|2.6.29 ?







signature.asc
Description: Digital signature


How To Get A Girl To Do Anything And Everything In Bedd

2009-04-09 Thread Byran

The house, everything is charming, said mrs. Scott. Balanced
sphinx boulder was indeed remarkable..

How To Get A Girl To Do Anythingg And Everything In Bed - Be Absolutely Mind 
Blowing
http://jacquelyndruuc.livejournal.com/1033.html

Is believed to have gone overboard about ten days poniard,
i will yield no way to it. To the hostelrie i do know. You
don't love him or you would not and consideration from her.
he said to himself, her pound of butter with quite a selfpossessed,
and begin to twist his apron round his waist, her. Nay friday
was a fortnightit was the day capital. A savage bird, garouda
called, a very then lady fan stood up, too, and threw her
cigarette heavy storm, which compelled us to halt fromo'clock
to do and desire and power united find new ways your body
is not here but somewhere else. Quite.


Bug#523342: installation report Dell Optiplex 960: NIC driver not available

2009-04-09 Thread Otavio Salvador
On Thu, Apr 9, 2009 at 1:18 PM, Christian Perrier bubu...@debian.org wrote:
 Quoting Charles Muller (acmul...@jj.em-net.ne.jp):
 Package: installation-reports

 Boot method: Netinstall
 Image version: Full URL to image you downloaded is best
 Date: 2009-04-09

 Machine: Dell Optiplex 960
 Processor: Quad 2.66 G
 Memory: 4 G
 Partitions:
 Base System Installation Checklist:
 [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

 Initial boot:           [0]
 Detect network card:    [X]

 Stop here. Can't find NIC Intel 82567. Ubuntu has it, but apparently
 it's not in Squeeze


 To kernel people: is this something that's likely to be fixed in
 2.6.28|2.6.29 ?

Yes, 2.6.27 already supports it in e1000e module, check:

ota...@neumann { ~/hacking/linux-2.6 }$ git describe
f4187b56e1f8a05dd110875d5094b21b51ebd79b
v2.6.27-rc4-296-gf4187b5

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



[D-I Manual] Build log for en (09 Apr 2009)

2009-04-09 Thread Felipe Augusto van de Wiel
A build of the Debian Installer Manual was triggered by an update to SVN.

There were no errors during the build process.
The new version of the manual has been uploaded successfully.

A log of the build is available at:
- http://d-i.alioth.debian.org/manual/logs/en.log

===
It is possible to use RSS to track changes to the manual.
For more information, see:
http://d-i.alioth.debian.org/manual/translators.html
===
Note: PDF output is not yet supported for some languages; help
with this would be appreciated.
===
If you have any questions about the build or this message, feel
free to contact me at faw AT funlabs DOT org.
===

Updated files ('svn up')

Uen/boot-installer/x86.xml
Uen/boot-installer/accessibility.xml
Updated to revision 58195.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Veja proposta de dr pedro

2009-04-09 Thread pedro

ESPECIALISTA EM AMOR DR. PEDRO ESPIRITUALISTA MEDIUM NATUROPATA

PAGAMENTO APÓS RESULTADO- FACILIDADES DE PAGAMENTO
Especialista em todos os trabalhos ocultos o dr pedro é conhecido por grandes 
personnalidades
no mundo.Faz successo onde os outros falham examplo: Amor, negoçios, 
insucessos, inveja, impotencia
sexual, amaração, droga, dépresão etc...portanto consulte ja o numero de 
telefone que pode mudar a sua vida

tel 213467106 ou 964843639 ou 917440317 de 8h as 22 horas todos dias
rua luz soriano nº 27 1 dtº 1200-247 lisboa site www.yourvida.com 
por msn consulta adicionar mai...@sapo.pt




ááNota: Se não desejar receber informação sobre as nossas oportunidades 
comerciais ( ao abrigo da Directiva Europeia 2002/58/CE, Artº.13º. ) por favor, 
responda a este e-mail com a indicação Remover, em Assunto (subject)
E-mail: de acordo com a legislação internacional de regulamentação de correio 
electrónico, Secção 301, parágrafo (a)(2)(c) Decreto S 1618, título terceiro 
aprovado pelo 105º. Congresso Base Das Normativas
Internacionais sobre Spam, o e-mail não poderá ser considerado SPAM, quando 
incluir uma forma do receptor ser removido da lista.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523342: installation report Dell Optiplex 960: NIC driver not available

2009-04-09 Thread Christian Perrier
Quoting Otavio Salvador (ota...@ossystems.com.br):

 Yes, 2.6.27 already supports it in e1000e module, check:
 
 ota...@neumann { ~/hacking/linux-2.6 }$ git describe
 f4187b56e1f8a05dd110875d5094b21b51ebd79b
 v2.6.27-rc4-296-gf4187b5


OK, so what would be the best way to tag this bug report as will be
fixed when we have an installer that includes this kernel?





signature.asc
Description: Digital signature