Re: Patch to anna for choosing retriever

2002-08-27 Thread Tollef Fog Heen
* Martin Sjögren | I "volunteered" (:p) to hack in some support in anna for choosing which | retriever to use. Seeing as my sister too is called Anna, I felt | qualified enough for this ;) Attached is a patch. Seeing as I don't | trust myself with proofreading and testing my own code, I'd be hap

Re: [d-i] Yet Another bug with pre-sprintf malloc:ing

2002-08-27 Thread Tollef Fog Heen
* Martin Sjögren | I found Yet Another bug with "pre-sprintf" malloc:ing in anna (in | retriever.c, get_packages), a patch is attached. thanks, applied. Will try to remember to check in when I get online again.. :) | This got me thinking that we could avoid these kind of bugs if we had | some

Processed: pending again

2002-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 149420 + pending Bug#149420: install doc clarification Tags added: pending > tags 152845 + pending Bug#152845: basedebs.tar creation undocumented Tags added: pending > -- Stopping processing here. Please contact me if you need assistance. Debi

Processed: Mark bugs pending which changelog says will be closed

2002-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 154788 149420 152845 + pending Unknown tag/s: 149420, 152845, +. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge experimental. Bug#154788: boot-floppies,www.debian.org: release no

Processed: pending

2002-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 156710 + pending Bug#156710: BOOT error on new install to Mac Performa 6360 PowerPC Tags added: pending > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bug

cvs commit to boot-floppies/debian by toff

2002-08-27 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:toff time: Tue Aug 27 20:33:53 MDT 2002 Log Message: Just Say BootX for Performa 6360 Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to boot-floppies/documentation/en by toff

2002-08-27 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation/en who:toff time: Tue Aug 27 20:32:48 MDT 2002 Log Message: Just Say BootX for Performa 6360 Files: changed:inst-methods.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

debian-installer patch followup #2

2002-08-27 Thread Michael Cardenas
Here's my final patch. This one fixes the two fixme's in partkit.c, one for getting a list of devices, the other for getting a default. I just use the first device returned as the default. michael -- michael cardenas | lead software engineer | lindows.com | hyperpoem.net "When you understand

cvs commit to boot-floppies/documentation by barbier

2002-08-27 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation who:barbier time: Tue Aug 27 16:14:27 MDT 2002 Log Message: Sync to EN 1.152 Files: changed:release-notes.fr.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pcmcia-scheme - solved

2002-08-27 Thread Michael Cardenas
>Yes, please file a bug (IMO if in doubt a bug should be filed). I'm >going to go out on a limb and say the probablem is probably with all >statically configured pcmcia installs. I have personally done many >dhcp pcmcia install so I know that works. It doesn't sound like the >3c589 is at the ro

Re: debian-installer patch followup: tools/partkit/partkit.c

2002-08-27 Thread Michael Cardenas
Martin Sjögren wrote: >>+ ptr = partkit_get_devices(dev); >> >> client->command (client, "subst", "partkit/select_device", "choices", >> ptr, NULL); >>+ free(ptr); >>+ >> /*FIXME: how to get a default device? */ >> client->command (client, "s

Re: debian-installer patch followup: tools/partkit/partkit.c

2002-08-27 Thread Martin Sjögren
tis 2002-08-27 klockan 19.09 skrev Michael Cardenas: > Here's a cleaner version of this patch. Dang. I should read all my mail before starting to reply to some of it :-) > +char *partkit_get_devices(PedDevice *dev) [snip] This fixes some of my comments in the other mail. > + ptr = partki

Re: debian-installer patch: tools/partkit/partkit.c

2002-08-27 Thread Martin Sjögren
tis 2002-08-27 klockan 18.09 skrev Michael Cardenas: Just some comments on the patch... > + ped_device_probe_all(); > + > + //mbc - unfortunately, do two passes for now to do the malloc... I suppose the other way to go is realloc, but in this case I think it's suboptimal. > +

debian-installer patch followup: tools/partkit/partkit.c

2002-08-27 Thread Michael Cardenas
Here's a cleaner version of this patch. Also, I tested it on another machine (not my laptop) and it works fine. Is libparted not completely reliable? -- michael cardenas | lead software engineer | lindows.com | hyperpoem.net "Time itself is being. All being is time" - Dogen --- partkit.c.or

Anyone actually using autopartkit v0.2?

2002-08-27 Thread Petter Reinholdtsen
As some of you know, I'm trying to merge the Skolelinux version of autopartkit with the version in Debian CVS. This was a lot harder than I expected because both version have changed a lot since they split. Is there anyone actually using the version in Debian CVS, or is it OK for me to just rep

Processed: Re: Bug#158426: DHCP support is broken on compact rescue disk

2002-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 158426 important Bug#158426: DHCP support is broken on compact rescue disk Severity set to `important'. > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debi

Bug#158426: DHCP support is broken on compact rescue disk

2002-08-27 Thread David Kimdon
severity 158426 important quit Tue, Aug 27, 2002 at 01:03:01AM -0400 wrote: > Package: boot-floppies > Tags: woody > > It appears that the kernel for the woody compact rescue disk does not > have CONFIG_PACKET or CONFIG_FILTER included. This is sad, because Something else must be going on, IMO

debian-installer patch: tools/partkit/partkit.c

2002-08-27 Thread Michael Cardenas
The attached patch corrects the FIXME for getting a list of devices according to the libparted docs. Unfortunately, when trying this in a test app, also attached, no devices are detected by libparted. If someone can see the mistake I'm making, that would be great. The code looks exactly correct

Re: debian-installer status -- 2002-08-26

2002-08-27 Thread Chris Tillman
On Tue, Aug 27, 2002 at 06:28:12PM +0900, Junichi Uekawa wrote: > On Tue, 27 Aug 2002 02:36:33 +1000 > Anthony Towns <[EMAIL PROTECTED]> wrote: > > > What's going to go on the rootfs? Presumably something like: > > > > libc6, busybox-udeb, ash-udeb > > udpkg, cdebconf, anna > > *-ret

Re: debian-installer status -- 2002-08-26

2002-08-27 Thread Anthony Towns
On Tue, Aug 27, 2002 at 06:28:12PM +0900, Junichi Uekawa wrote: > On Tue, 27 Aug 2002 02:36:33 +1000 > Anthony Towns <[EMAIL PROTECTED]> wrote: > > What's going to go on the rootfs? Presumably something like: > > libc6, busybox-udeb, ash-udeb > > udpkg, cdebconf, anna > > *-retriever a

Re: debian-installer status -- 2002-08-26

2002-08-27 Thread Glenn McGrath
On Tue, 27 Aug 2002 18:28:12 +0900 Junichi Uekawa <[EMAIL PROTECTED]> wrote: > On Tue, 27 Aug 2002 02:36:33 +1000 > Anthony Towns <[EMAIL PROTECTED]> wrote: > > > What's going to go on the rootfs? Presumably something like: > > > > libc6, busybox-udeb, ash-udeb > > udpkg, cdebconf, anna

Bug#156710: Problem Solved: CLAIM failed on Performa 6360 Power PC

2002-08-27 Thread Al Smith
From the suggestions received (thank you all very much) I reconfigured the hard-drive with a 45 meg Apple partition, added BootX, and a copy of the kernel from the distribution disks. Reconfigured the remaining space as the Linux partitions, reinstalled Linux, and it properly launches Linux fr

Re: debian-installer status -- 2002-08-26

2002-08-27 Thread Junichi Uekawa
On Tue, 27 Aug 2002 02:36:33 +1000 Anthony Towns <[EMAIL PROTECTED]> wrote: > What's going to go on the rootfs? Presumably something like: > > libc6, busybox-udeb, ash-udeb > udpkg, cdebconf, anna > *-retriever and any dependencies they have > /lib/modules//** It could b