Bug#512543: #512543 installation-reports: after a succeful installation with /, /usr, /var (3 GB) , /tmp, and /home partitions, the /var/log files fill up and there is no space to write.

2009-02-07 Thread Steve Cotton
Hi,

Please would you add:
  Which log files are bigger than 10 MB?

  Not the complete log file, but a sample of the messages which are repeatedly
  being logged in those files.

Thanks,
Steve



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



Non-functional installs of Debian on JS21 blade servers

2009-02-07 Thread dave oswald

Hi all,

I would like to report a bug ...

 Date: Fri, 6 Feb 2009 19:36:33 +0100
 From: h...@sociologi.cjb.net
 To: debian-powe...@lists.debian.org
 Subject: Re: IBM JS21 Blade and debian-40r6-powerpc-netinst.iso
 
 On Fri, Feb 06, 2009 at 12:42:34PM -0500, dave oswald wrote:
 
 [...]
 
  As a reminder - the hardware is a JS21 in an H-chassis.
  
  The PowerPC installer does not run a getty on HVC0 (nor does it provide an 
  option to do so) leaving 
  debian's default PowerPC install non-functional on any Pseries/Power 
  machine without graphics hardware.
  
  The modifications required to get Debian release 4 operational on a JS21 
  are as follows:
  
 o  /etc/inittab - add these lines to the inittab file:
# Start a getty on a the PowerPC Hypervisor console.
H0:23:respawn:/sbin/getty 38400 hvc0
  
 o /etc/securetty - add this line to the securetty file:
# Run on the PowerPC Hypervisor console
hvc0
 
 [...]
 
  QUESTION - I assume this is some type of bug... Where can this be posted ?
 
 debian-boot@lists.debian.org
 
 -- 
 Hans Ekbrand (http://sociologi.cjb.net) h...@sociologi.cjb.net
 Q. What is that strange attachment in this mail?
 A. My digital signature, see www.gnupg.org for info on how you could
use it to ensure that this mail is from me and has not been
altered on the way to you.

_
Windows Live™: Keep your life in sync. 
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t1_allup_howitworks_022009

Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread Christian Perrier
Quoting Samuel Thibault (samuel.thiba...@ens-lyon.org):

 Here is a patch.

A few comments:


 +section id=install-with-speech
 +  titleInstall debian; with a hardware speech synthesis/title

I think that device is missing here and maybe s/a/an


 +
 +  para
 +Support for hardware speech syntheses is enabled only along support for
 +graphical installer.  You thus need to select the 
 computeroutputGraphical
 +install/computeroutput entry in the boot menu.
 +  /para

I think you want to say that speech synthesis is only available with
the graphical installer. The English sentence seems awkward to me. Justin?


 +
 +  para
 +Hardware speech syntheses can not be automatically detected.  You thus 
 need
 +to append the userinputspeakup.synth=driver/userinput boot parameter
 +to tell Speakup which driver it should use. userinputdriver/userinput
 +should be replaced by the driver code for your device, see ulink
 +url=url-speakup-driver-codes;/ulink for a list.  The textual 
 version
 +of the installer will then be automatically selected, and support for the
 +speech synthesis will be automatically installed on the target system.
 +  /para
 +
  /section


Strange. You first say that speech synthesis is only aval with the
graphical installer, then that specifying what driver to use
automatically selects the *text* installer.




signature.asc
Description: Digital signature


Bug#283394: Mail to Fairbanks capital is no longer supported

2009-02-07 Thread proofpoint
We apologize for any inconvenience, however as of 2004 Fairbanks Capital became 
Select Portfolio Servicing Inc.  Email to Fairbanks Capital is no longer being 
accepted.  

Please update your address book by replacing fairbankscapital email suffixes 
with spservicing.

Your original email with the subject :   was not delivered.

This email has been sent from an unmonitored mailbox.  Please do not respond.  
Your message will not be delivered.  

Thank you,

Select Portfolio Servicing Inc. Postmaster



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



Bug#283394: Mail to Fairbanks capital is no longer supported

2009-02-07 Thread proofpoint
We apologize for any inconvenience, however as of 2004 Fairbanks Capital became 
Select Portfolio Servicing Inc.  Email to Fairbanks Capital is no longer being 
accepted.  

Please update your address book by replacing fairbankscapital email suffixes 
with spservicing.

Your original email with the subject :   was not delivered.

This email has been sent from an unmonitored mailbox.  Please do not respond.  
Your message will not be delivered.  

Thank you,

Select Portfolio Servicing Inc. Postmaster



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



Bug#514016: Bug#514015: Bug#514016: options for fixing

2009-02-07 Thread Bastian Blank
On Fri, Feb 06, 2009 at 10:55:18AM +0100, Thomas Viehmann wrote:
 On 2009-02-06 09:57:36.00 Raphael Hertzog hert...@debian.org wrote:
  Try it with dpkg --root=/target/dir/ …
 From looking at the code, it does the right thing.

No, it does not.

| $ dpkg-deb -c ../test.deb 
| drwxr-x--- waldi/waldi   0 2009-02-07 17:09 ./
| drwxr-x--- waldi/waldi   0 2009-02-07 17:09 ./lib64/
| -rw-r- waldi/waldi   5 2009-02-07 17:09 ./lib64/test
| $ l -ad lib*
| drwxr-x--- 2 waldi waldi 4096  7. Feb 17:09 lib/
| lrwxrwxrwx 1 waldi waldi4  7. Feb 17:09 lib64 - /lib/
| $ sudo dpkg --root . -i ../test.deb
| (Reading database ... 3 files and directories currently installed.)
| Preparing to replace test 1 (using ../test.deb) ...
| Unpacking replacement test ...
| Setting up test (1) ...
| $ l lib*/test /lib/test
| -rw-r- 1 waldi waldi 5  7. Feb 17:09 lib64/test
| -rw-r- 1 waldi waldi 5  7. Feb 17:09 /lib/test

Bastian

-- 
Well, Jim, I'm not much of an actor either.



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



Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread Samuel Thibault
Christian Perrier, le Sat 07 Feb 2009 17:05:01 +0100, a écrit :
  +section id=install-with-speech
  +  titleInstall debian; with a hardware speech synthesis/title
 
 I think that device is missing here

I don't know, or maybe synthesizer instead.

 and maybe s/a/an

Before the h of hardware?  I wouldn't say so.

  +
  +  para
  +Support for hardware speech syntheses is enabled only along support for
  +graphical installer.  You thus need to select the 
  computeroutputGraphical
  +install/computeroutput entry in the boot menu.
  +  /para
 
 I think you want to say that speech synthesis is only available with
 the graphical installer.

Well, it's tricky. Speech synthesis is not available when the graphical
installer is running, it is just available on the same images as those
that have the graphical installer.

  +  para
  +Hardware speech syntheses can not be automatically detected.  You thus 
  need
  +to append the userinputspeakup.synth=driver/userinput boot 
  parameter
  +to tell Speakup which driver it should use. 
  userinputdriver/userinput
  +should be replaced by the driver code for your device, see ulink
  +url=url-speakup-driver-codes;/ulink for a list.  The textual 
  version
  +of the installer will then be automatically selected, and support for 
  the
  +speech synthesis will be automatically installed on the target system.
  +  /para
  +
   /section
 
 
 Strange. You first say that speech synthesis is only aval with the
 graphical installer, then that specifying what driver to use
 automatically selects the *text* installer.

Yes it's awkward.  Debian-boot refused to include speakup in all images
for size reason, and only accepted to include it along graphical
installer-enabled images, for which size doesn't matter so much.

Samuel


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



Re: Release Candidate 2 of Debian Installer

2009-02-07 Thread Samuel Thibault
Hello,

Otavio Salvador, le Sat 31 Jan 2009 17:26:35 -0200, a écrit :
 Samuel Thibault samuel.thiba...@ens-lyon.org writes:
 
  Otavio Salvador, le Sat 31 Jan 2009 14:53:19 -0200, a écrit :
   * The tools/ directory on CD images is no longer provided. It used to
 include tools such as loadlin, unzip, gzip which are nearly no
 longer
 
  Nearly doesn't mean that we should drop it. I know some people who
  still use it at least just because they can not access the debian boot
  menu while they can access a DOS environment.
 
  It happens that loadlin.exe disappeared from ftp's tools/ directory at
  some point when some aggressive cleaning got performed, and it remained
  like that for quite some time, but that's just because loadlin's BYHAND
  (supposed to put it back there) has been waiting for one month now...
 
 Well I do not have a strong opinion on that. If this comes back to the
 ftp's tools/ directory then we can readd it back;

It's back, please read it back :)

Samuel


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



Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread W. Martin Borgert
On 2009-02-07 18:41, Samuel Thibault wrote:
 Christian Perrier, le Sat 07 Feb 2009 17:05:01 +0100, a écrit :
   +section id=install-with-speech
   +  titleInstall debian; with a hardware speech synthesis/title
 
  I think that device is missing here

 I don't know, or maybe synthesizer instead.

  and maybe s/a/an

 Before the h of hardware?  I wouldn't say so.

Maybe because in French you don't pronounce the 'h' at the
beginning of a syllable? ;~)

  I think you want to say that speech synthesis is only available with
  the graphical installer.

 Well, it's tricky. Speech synthesis is not available when the graphical
 installer is running, it is just available on the same images as those
 that have the graphical installer.
...
  Strange. You first say that speech synthesis is only aval with the
  graphical installer, then that specifying what driver to use
  automatically selects the *text* installer.

 Yes it's awkward.  Debian-boot refused to include speakup in all images
 for size reason, and only accepted to include it along graphical
 installer-enabled images, for which size doesn't matter so much.

OK, so there's no need to change this section?


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



Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread Samuel Thibault
W. Martin Borgert, le Sat 07 Feb 2009 18:22:42 +, a écrit :
  Yes it's awkward.  Debian-boot refused to include speakup in all images
  for size reason, and only accepted to include it along graphical
  installer-enabled images, for which size doesn't matter so much.
 
 OK, so there's no need to change this section?

If what is currently there is clear to be as explained above then there
is no need for changes indeed.

Samuel


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



Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread Justin B Rye
W. Martin Borgert wrote:
 On 2009-02-07 18:41, Samuel Thibault wrote:
 Christian Perrier, le Sat 07 Feb 2009 17:05:01 +0100, a écrit :
 +section id=install-with-speech
 +  titleInstall debian; with a hardware speech synthesis/title

 I think that device is missing here

 I don't know, or maybe synthesizer instead.

Or with hardware speech synthesis, where with means something
slightly different (using rather than on a machine that has).

 and maybe s/a/an

 Before the h of hardware?  I wouldn't say so.
 
 Maybe because in French you don't pronounce the 'h' at the
 beginning of a syllable? ;~)

Yes: an hour, a USB drive, an xterm, a one-off.
 
 +  para 
 +Support for hardware speech syntheses is enabled only along support for
 +graphical installer.  You thus need to select the 
 computeroutputGraphical
 +install/computeroutput entry in the boot menu. 
 +  /para 

Assuming this is the right content, the English needs fixing: along
support for graphical installer should be along ^with^ support for
^the^ graphical installer.

[...]
 +of the installer will then be automatically selected, and support for 
 the
 +speech synthesis will be automatically installed on the target system.

If the support is for a particular device, it needs
s/synthesis/synthesis device/ or s/synthesis/synthesizer/. 
-- 
JBR (on debian-l10n-english)


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



Bug#414785: rootskel-gtk: Improve the banner on top of the gui installer

2009-02-07 Thread Mike Hommey
On Wed, Jun 13, 2007 at 04:41:55PM +0200, Frans Pop wrote:
 Hi Mike,
 
 I've built the graphical installer using this improved banner.
 It proved to be a bit more work than expected as I also had to modify the 
 Clearlooks theme so that the progress bar and selected items match the 
 new banner. It looked quite horrible in combination with the current 
 color as it is quite a bit different shade of red.
 
 I finally ended up with #C00040, which results in the following 
 screenshots:
 http://alioth.debian.org/~fjp-guest/tmp/g-i_new_banner_select.png
 http://alioth.debian.org/~fjp-guest/tmp/g-i_new_banner_progress.png
 
 There is one problem with implementing a banner with a gradient like this, 
 is that we currently use vga=788, which is 16-bit color depth. This makes 
 the banner look striped as can be seen in the screenshots. I've tried 
 booting with vga=789 (32-bit), but it seems that is not supported by the 
 VESA framebuffer we use...
 
 So, I'm a bit uncertain whether to proceed with the new banner or not.
 Other opinions welcome.
 
 If we do continue, I'd like to see the GNU/Linux text repositioned a bit. 
 I think it would look better just a bit closer to the logo and probably 
 moved down a bit so it has the same baseline as debian (the black text, 
 not the shade).

I just gave a try to the graphical installer from d-i rc2, and I'm sad
to see the banner didn't change a single bit since then :(

Mike



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



Processed: Re: Bug#514212: console-setup: on UTF-8 console, caps lock is turned into a shift lock

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

 clone 514212 -1
Bug#514212: console-setup: on UTF-8 console, caps lock is turned into a shift 
lock
Bug 514212 cloned as bug 514464.

 retitle -1 caps lock led does not show up
Bug#514464: console-setup: on UTF-8 console, caps lock is turned into a shift 
lock
Changed Bug title to `caps lock led does not show up' from `console-setup: on 
UTF-8 console, caps lock is turned into a shift lock'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#514212: console-setup: on UTF-8 console, caps lock is turned into a shift lock

2009-02-07 Thread Samuel Thibault
clone 514212 -1
retitle -1 caps lock led does not show up
thanks

Cloning the bug as the lock led not showing up is an independant matter
(which depends on kernel support actually).

Samuel



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



Breaking X.Org on sparc (was: Bug#514418: [FIX]: ultra45 boot failing...)

2009-02-07 Thread Bastian Blank
Hi

We introduced a workaround by reverting a removal in the kernel to allow
the current X.Org on sparc work. However this patch is not supportable
and breaks all newer machines quite badly.

This means that we have to back it out again and the only question is if
we will do that for r0 or r1.

Bastian

- Forwarded message from Bastian Blank wa...@debian.org -

Package: linux-2.6
Version: 2.6.26-13
Severity: grave

I consider this RC. We'll break X.org either for r0 or r1.

debian-sparc: Please provide someone who wants to take over sparc
architecture maintenance of the Linux packages.

On Sat, Feb 07, 2009 at 10:45:31AM +, Jurij Smakov wrote:
 On Fri, Feb 06, 2009 at 11:11:44PM -0800, David Miller wrote:
  
  The patch:
  
  debian/patches/bugfix/sparc/arch_pci_hostcontroller_workaround.patch
  
  causes ultra45 (and other PCI-Express based workstations) to
  hard reset when the PCI bus is initially scanned by the kernel.
  
  Please revert this patch from the debian kernel in Lenny and
  anywhere else it appears.
  
  The code in that patch creating dummy PCI root host controller nodes
  is wrong and does nothing other than cause trouble.  If it fixes some
  problem with the X server for PCI devices on sparc64 that problem
  needs to be fixed some other way.
  
  Thank you.
 
 I believe that we are just a few days from Lenny release, so uploading 
 a new kernel and rebuilding debian-installer might not be an option 
 at this point, unfortunately. The best we can probably do is include 
 the fixed kernel in the point release, but that's up to kernel team 
 to decide. 

- End forwarded message -

-- 
Vulcans never bluff.
-- Spock, The Doomsday Machine, stardate 4202.1


signature.asc
Description: Digital signature


Re: Breaking X.Org on sparc (was: Bug#514418: [FIX]: ultra45 boot failing...)

2009-02-07 Thread Luk Claes
Bastian Blank wrote:
 Hi
 
 We introduced a workaround by reverting a removal in the kernel to allow
 the current X.Org on sparc work. However this patch is not supportable
 and breaks all newer machines quite badly.
 
 This means that we have to back it out again and the only question is if
 we will do that for r0 or r1.

I think it's best to delay that to r1. Can someone please provide a text
for the release notes to describe the problem, TIA?

Cheers

Luk

 - Forwarded message from Bastian Blank wa...@debian.org -
 
 Package: linux-2.6
 Version: 2.6.26-13
 Severity: grave
 
 I consider this RC. We'll break X.org either for r0 or r1.
 
 debian-sparc: Please provide someone who wants to take over sparc
 architecture maintenance of the Linux packages.
 
 On Sat, Feb 07, 2009 at 10:45:31AM +, Jurij Smakov wrote:
 On Fri, Feb 06, 2009 at 11:11:44PM -0800, David Miller wrote:
 The patch:

 debian/patches/bugfix/sparc/arch_pci_hostcontroller_workaround.patch

 causes ultra45 (and other PCI-Express based workstations) to
 hard reset when the PCI bus is initially scanned by the kernel.

 Please revert this patch from the debian kernel in Lenny and
 anywhere else it appears.

 The code in that patch creating dummy PCI root host controller nodes
 is wrong and does nothing other than cause trouble.  If it fixes some
 problem with the X server for PCI devices on sparc64 that problem
 needs to be fixed some other way.

 Thank you.
 I believe that we are just a few days from Lenny release, so uploading 
 a new kernel and rebuilding debian-installer might not be an option 
 at this point, unfortunately. The best we can probably do is include 
 the fixed kernel in the point release, but that's up to kernel team 
 to decide. 
 
 - End forwarded message -
 


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



Re: Bug#514009: Release notes: section about Braille displays in installing.dbk/installing.po

2009-02-07 Thread Christian Perrier
Quoting Samuel Thibault (samuel.thiba...@ens-lyon.org):
 Christian Perrier, le Sat 07 Feb 2009 17:05:01 +0100, a écrit :
   +section id=install-with-speech
   +  titleInstall debian; with a hardware speech synthesis/title
  
  I think that device is missing here
 
 I don't know, or maybe synthesizer instead.
 
  and maybe s/a/an
 
 Before the h of hardware?  I wouldn't say so.


Let's get advice from dle (-l10n-english)...



signature.asc
Description: Digital signature