Adam Di Carlo ([EMAIL PROTECTED]) wrote:
> In config, set
>
> offline_mode := true
Yup, already set.
> You should be able to put files in either the 'incoming' dir (if they
> have the _.deb suffix) or the local_dir dir, as configured in
> 'config'.
incoming is where I originally put them a
David Whedon <[EMAIL PROTECTED]> writes:
> > Anyway the problem is still there, it fails to find the packages I've
> > already downloaded. I've tried putting them in /archive/debian/local,
> > /archive/debian/Incoming, and /archive/debian/download/cache/archives.
> > Any ideas?
In config, set
> Anyway the problem is still there, it fails to find the packages I've
> already downloaded. I've tried putting them in /archive/debian/local,
> /archive/debian/Incoming, and /archive/debian/download/cache/archives.
> Any ideas?
I've been putting packages in boot-floppies/updates/ nad it find t
Adam Di Carlo ([EMAIL PROTECTED]) wrote:
> That's not even close to being correct.
Whatever.. This is what it says:
++ '[' -f
'/archive/debian/download/cache/archives/dosfstools-[a-zA-Z0-9]*.deb'
']'
> The download stuff works fine for me and lots of people on this list.
I'm trying to make it
Ron Farrer <[EMAIL PROTECTED]> writes:
> Christian T. Steigies ([EMAIL PROTECTED]) wrote:
>
> > turn on debug in common.sh?
>
> Interesting... it seems to be looking for "packagename-" instead of
> "packagename_" Neither myself nor grep could find which script does
> this.. Short of renaming al
Christian T. Steigies ([EMAIL PROTECTED]) wrote:
> turn on debug in common.sh?
Interesting... it seems to be looking for "packagename-" instead of
"packagename_" Neither myself nor grep could find which script does
this.. Short of renaming all the files to "packagename-" is there
anything I can
On Fri, Jun 08, 2001 at 03:08:13PM -0700, Ron Farrer wrote:
>
> Sorry, I should have meantioned I _DID_ try that.. as well as putting
> them in /archive/debian/local and /archive/debian/Incoming (this files
> in my previous post in updates/ were copied there by the scripts from
> /archive/debian/
Christian T. Steigies ([EMAIL PROTECTED]) wrote:
> debs should be in /archive/debian/download/cache/archives/ (off my head)
> unless you edited your config. I never managed to get them downloaded there,
> so I copied them over there by hand (maybe I was not patient enough, but I
> did not want to
On Fri, Jun 08, 2001 at 02:52:53PM -0700, Ron Farrer wrote:
> Adam Di Carlo ([EMAIL PROTECTED]) wrote:
>
> > Yes, jack up the size of the rootdisk.
>
> Ok, got past that and a lot further:
>
> ---cut-here---
> I: downloading required packages from files
> /usr/src/boot-floppies/scripts/rootdisk
Adam Di Carlo ([EMAIL PROTECTED]) wrote:
> Yes, jack up the size of the rootdisk.
Ok, got past that and a lot further:
---cut-here---
I: downloading required packages from files
/usr/src/boot-floppies/scripts/rootdisk/EXTRACT_LIST_all
/usr/src/boot-floppies/scripts/rootdisk/EXTRACT_LIST_alpha
I
Marcin Owsiany <[EMAIL PROTECTED]> writes:
> On Thu, Jun 07, 2001 at 08:54:06AM -0700, Ron Farrer wrote:
> > Does anyone know what is wrong?
>
> Looks like it doesn't fit. :-(
Yes, jack up the size of the rootdisk.
--
.Adam Di [EMAIL PROTECTED]http://www.onshored.com/>
--
To UNSUBSCRIB
On Thu, Jun 07, 2001 at 08:54:06AM -0700, Ron Farrer wrote:
> Herbert Xu ([EMAIL PROTECTED]) wrote:
>
> > Where did these come from? They aren't mine. The ones in the archive are:
>
> They are older ones you sent me.
>
> > kernel-image-2.2.19-generic_2.2.19-1_alpha.deb
> > kernel-image-2.2.19
Herbert Xu ([EMAIL PROTECTED]) wrote:
> Where did these come from? They aren't mine. The ones in the archive are:
They are older ones you sent me.
> kernel-image-2.2.19-generic_2.2.19-1_alpha.deb
> kernel-image-2.2.19-generic_2.2.19-2_alpha.deb
> kernel-image-2.2.19-jensen_2.2.19-1_alpha.deb
Ron Farrer <[EMAIL PROTECTED]> wrote:
> Hmm. Well actually there are four kernels.. I'll list them again:
> kernel-image-2.2.19-alpha_generic_2.2.19-1_alpha.deb
> kernel-image-2.2.19-alpha_nautilus_2.2.19-1_alpha.deb
> kernel-image-2.2.19-alpha_jensen_2.2.19-1_alpha.deb
> kernel-image-2.2.19-alph
It may be that the arguments to kernel.sh are not done properly, so
the suffix rules it is using are wrong... Be sure the 3rd argument
being passed to kernel.sh is your subarch (e.g, generic)
Marcin Owsiany ([EMAIL PROTECTED]) wrote:
> 3. the makefiles/scripts should be changed to look for
> k
On Tue, Jun 05, 2001 at 04:19:26PM -0700, Ron Farrer wrote:
> Marcin Owsiany ([EMAIL PROTECTED]) wrote:
>
> > Either
> > 1. kernel-image-2.2.19-alpha should be renamed to kernel-image-2.2.19
> > or
> > 2. kernel-image-2.2.19-alpha should provide kernel-image-2.2.19
> > or
> > 3. the makefiles/sc
Marcin Owsiany ([EMAIL PROTECTED]) wrote:
> Either
> 1. kernel-image-2.2.19-alpha should be renamed to kernel-image-2.2.19
> or
> 2. kernel-image-2.2.19-alpha should provide kernel-image-2.2.19
> or
> 3. the makefiles/scripts should be changed to look for
> kernel-image-2.2.19-alpha instead of k
On Tue, Jun 05, 2001 at 12:16:52PM -0700, Ron Farrer wrote:
>
> Basically the same error, but in a different place (I'm guessing this is
> the error for the second of the four kernel images). Any ideas?
Either
1. kernel-image-2.2.19-alpha should be renamed to kernel-image-2.2.19
or
2. kernel-im
H.Heinold ([EMAIL PROTECTED]) wrote:
> I am building the bootfloppies for mips and mipsel an discover this too.
> I solved this with the following way edit common.sh
>
> an replace the two $archive/cache/archives/${pkg}_[^a-zA-Z]*.deb
>
> with
>
> $archive/cache/archives/${pkg}_[a-zA-Z0-9]*.d
On Tue, Jun 05, 2001 at 09:46:34AM -0700, Ron Farrer wrote:
> David Whedon ([EMAIL PROTECTED]) wrote:
>
> > This could be simply because master was having trouble today, though maybe it is
> > something more.
>
> That would make sense except that all my kernel files are in
> /archive/debian/loc
David Whedon ([EMAIL PROTECTED]) wrote:
> This could be simply because master was having trouble today, though maybe it is
> something more.
That would make sense except that all my kernel files are in
/archive/debian/local:
kernel-image-2.2.19-alpha_generic_2.2.19-1_alpha.deb
kernel-image-2.2
On Mon, Jun 04, 2001 at 10:31:21PM -0700, Ron Farrer wrote:
>
> While trying to build b-f (latest CVS) for Alpha (woody), I keep running
> into this problem:
>
> make resc1440_generic.bin resc1440_jensen.bin resc1440_nautilus.bin
> drv14alpha_generic-1.bin drv14alpha_jensen-1.bin
> drv14alpha_na
Mon, Jun 04, 2001 at 10:31:21PM -0700 wrote:
>
> While trying to build b-f (latest CVS) for Alpha (woody), I keep running
> into this problem:
>
> make resc1440_generic.bin resc1440_jensen.bin resc1440_nautilus.bin
> drv14alpha_generic-1.bin drv14alpha_jensen-1.bin
> drv14alpha_nautilus-1.bin
>
While trying to build b-f (latest CVS) for Alpha (woody), I keep running
into this problem:
make resc1440_generic.bin resc1440_jensen.bin resc1440_nautilus.bin
drv14alpha_generic-1.bin drv14alpha_jensen-1.bin
drv14alpha_nautilus-1.bin
make[1]: Entering directory `/usr/src/boot-floppies'
./kerne
24 matches
Mail list logo