Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Tollef Fog Heen
* Richard Hirst | Current status is that it can handle msdos and gpt table creation, and | partition creation and deletion. Tested only on ia64. Not touched it | since March, but I can certainly make the code available. yes please. -- Tollef Fog Heen

Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Tollef Fog Heen
* Eduard Bloch | Why not? It works. It is available and stable. It is smart. It does not | require large media or network connection to load even the installation | subsystem. Are you, or somebody else ready to continue developing b-f? Note, _developing_, not maintaining. I am not willing to

Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Philip Blundell
On Tue, 2002-07-16 at 21:17, Richard Hirst wrote: > Current status is that it can handle msdos and gpt table creation, and > partition creation and deletion. Tested only on ia64. Not touched it > since March, but I can certainly make the code available. That would be cool, please do. I see the

Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Richard Hirst
On Wed, Jul 17, 2002 at 09:21:51AM +0200, Tollef Fog Heen wrote: > * Richard Hirst > > | Current status is that it can handle msdos and gpt table creation, and > | partition creation and deletion. Tested only on ia64. Not touched it > | since March, but I can certainly make the code available.

Boot Error

2002-07-17 Thread Xerath
Hi, Im getting this error ever time I boot   Unable to handle kernel NULL pointer dereference at virtual address 030 current -> tss.cr3 = 001, %cr3 = 00101000 *pde = Oops:0002 CPU : 0 EIP: 0010:[] EFLAGS: 00010292 "it carrys on for a while" then says Kernel Panic : Attempted

Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Anthony Towns
On Tue, Jul 16, 2002 at 07:24:11PM +0200, Eduard Bloch wrote: > Why not? It works. Knock yourself out. Cheers, aj -- Anthony Towns <[EMAIL PROTECTED]> I don't speak for anyone save myself. GPG signed mail preferred. ``If you don't do it now, you'll be one y

Exportons nos Régions + 5 SMS Gratuits + ...

2002-07-17 Thread gerard
Si ce message vous importune et ne plus en recevoir. allez sur: http://www.freevisit.net/maillistregions/gestion.html et Mille pardons pour ce désagrément Gérard * * * * * . Bonjour à toutes et tous ! :-)

cvs commit to boot-floppies/documentation/ja by kubota

2002-07-17 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation/ja who:kubota time: Wed Jul 17 01:48:47 PDT 2002 Log Message: unification of expression; by SUGIYAMA Tomoaki. Files: changed:partitioning.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Unidentified subject!

2002-07-17 Thread A.T.J. van den Broek
Hello, my name is Ton van den Broek, software engineer at Leica Microsystems Lithography in Best, the Netherlands. Right now we are using OS-9 as operating system, but since we are losing our faith in it we are considering moving to Linux. We are using an MVME2604 Power PC board, and it look

Re: [d-i] debconf, partitioning widget?

2002-07-17 Thread Eduard Bloch
#include Tollef Fog Heen wrote on Wed Jul 17, 2002 um 09:25:19AM: > Are you, or somebody else ready to continue developing b-f? Note, > _developing_, not maintaining. I am not willing to do that. I want > to make d-i happen, however. What do you understand under "developing"? It does what it

Re: TFTP booting MVME2604

2002-07-17 Thread Karl Hammar
> > Hello, > > my name is Ton van den Broek, software engineer at Leica Microsystems Lithography in >Best, the Netherlands. Right now we are using OS-9 as operating system, but since we >are losing our faith in it > we are considering moving to Linux. We are using an MVME2604 Power PC board,

cvs commit to boot-floppies/documentation by kubota

2002-07-17 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation who:kubota time: Wed Jul 17 05:55:06 PDT 2002 Log Message: update translation. Files: changed:release-notes.ja.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Boot Error

2002-07-17 Thread David Kimdon
Hi, What version of boot-floppies? What arch? What kernel flavor? We need the exact version for the panic to be meaningful. Tue, Jul 16, 2002 at 09:59:37AM +0200 wrote: > Hi, > Im getting this error ever time I boot > > Unable to handle kernel NULL pointer dereference at virtual address 00

Bug#153282: mklibs: Don't impose constraints on what my cross tools are called

2002-07-17 Thread David Kimdon
Package: mklibs Version: 0.1.2 Severity: minor Tags: patch At present when using mklibs in a cross build setup my tools need to be called something like /path/to/tool/bin/prefix-gcc. Sometimes the tools I want to use are /path/to/tool/bin/gcc. mklibs shouldn't force me to have a '-' in the tool

Bug#153283: mklibs: python portability fix?

2002-07-17 Thread David Kimdon
Package: mklibs Version: 0.1.2 Severity: minor Tags: patch I have a report of the += syntax not working on Redhat 7.2, erroring like this: File "scripts/mklibs", line 225 debuglevel += 1 ^ SyntaxError: invalid syntax The included patch fixes the problem, I don't know what pytho

Bug#153282: mklibs: Don't impose constraints on what my cross tools are called

2002-07-17 Thread Philip Blundell
On Wed, 2002-07-17 at 15:40, David Kimdon wrote: > At present when using mklibs in a cross build setup my tools need to be > called something like /path/to/tool/bin/prefix-gcc. Sometimes the tools I > want to use are /path/to/tool/bin/gcc. mklibs shouldn't force me to > have a '-' in the tool na

Bug#153283: mklibs: python portability fix?

2002-07-17 Thread Matt Kraai
On Wed, Jul 17, 2002 at 07:56:47AM -0700, David Kimdon wrote: > The included patch fixes the problem, I don't know what python version > was failing, whatever came with redhat 7.2 (not my machine and that > particular version doesn't support -V). `+=' was added in 2.0. Matt msg20914/pgp0.

Bug#153282: mklibs: Don't impose constraints on what my cross tools are called

2002-07-17 Thread Matt Kraai
On Wed, Jul 17, 2002 at 07:40:14AM -0700, David Kimdon wrote: > At present when using mklibs in a cross build setup my tools need to be > called something like /path/to/tool/bin/prefix-gcc. Sometimes the tools I > want to use are /path/to/tool/bin/gcc. mklibs shouldn't force me to > have a '-' i

cvs commit to boot-floppies/documentation/da by claush

2002-07-17 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation/da who:claush time: Wed Jul 17 09:11:32 PDT 2002 Log Message: Danish update Files: changed:inst-methods.sgml rescue-boot.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Bug#153296:

2002-07-17 Thread CHRISTOPHER JON OSTER
Package: boot-floppies Version: Downloaded July 1 2002 architecture: sparc model: sparcstation2 memory: 16 MB I am trying to install debian on my old sparcstation which currently has sunOS 4.1 installed. I made the series of floppies described in the install guide as the machine has no cdrom dr

Importanti Novitá!

2002-07-17 Thread Italyminutes
Gent.le  webmaster, E-sexcash é lieta di presentarti Italyminutes.it, la versione italiana del nuovo programma internazionale USAminutes.tvPrincipali caratteristiche: - Dialer Internazionali per oltre 250 paesi diversi- Rates elevati - 12 siti erotici (anche gay).- Possibilitá di g

Rawrite2.exe downloading

2002-07-17 Thread ramil cadlawon
Sir Enrique Zanardi, this is Ramil Cadlawon form Philippines. I need your help in downloading the rawrite2.exe file. Please help me how to download this file because I can't find it in any site. Thank you very much Ramil __ Do You Yahoo!? Yahoo

Rawrite2.exe downloading

2002-07-17 Thread ramil cadlawon
Sir Enrique Zanardi, this is Ramil Cadlawon from Philippines. I need your help in downloading the rawrite2.exe file. Please help me how to download this file because I can't find it in any site. Thank you very much Ramil __ Do You Yahoo!? Yahoo

Re: Rawrite2.exe downloading

2002-07-17 Thread Tollef Fog Heen
* ramil cadlawon | Sir Enrique Zanardi, this is Ramil Cadlawon form | Philippines. I need your help in downloading the | rawrite2.exe file. Please help me how to download this | file because I can't find it in any site. You should be able to download it from http://ftp.debian.org/debian/tools/