ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] Re: Ltib Digest, Vol 32, Issue 13


From: hong zhang
Subject: [Ltib] Re: Ltib Digest, Vol 32, Issue 13
Date: Sat, 13 Dec 2008 11:22:41 -0800 (PST)

Stuart,

Have you planned to integrate with google linux package that has more features?

---henry


--- On Sat, 12/13/08, address@hidden <address@hidden> wrote:

> From: address@hidden <address@hidden>
> Subject: Ltib Digest, Vol 32, Issue 13
> To: address@hidden
> Date: Saturday, December 13, 2008, 11:00 AM
> Send Ltib mailing list submissions to
>       address@hidden
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.nongnu.org/mailman/listinfo/ltib
> or, via email, send a message with subject or body
> 'help' to
>       address@hidden
> 
> You can reach the person managing the list at
>       address@hidden
> 
> When replying, please edit your Subject line so it is more
> specific
> than "Re: Contents of Ltib digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: upgrading to a newer package -- did i do this
> correctly?
>       (Stuart Hughes)
>    2. Re: my reconfig'ed ltib 6.4.1 can't find
> tcpdump or libpcap
>       in GPP (Stuart Hughes)
>    3. Re: my reconfig'ed ltib 6.4.1 can't find
> tcpdump or libpcap
>       in GPP (Robert P. J. Day)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 12 Dec 2008 17:19:32 +0000
> From: Stuart Hughes <address@hidden>
> Subject: Re: [Ltib] upgrading to a newer package -- did i
> do this
>       correctly?
> To: "Robert P. J. Day"
> <address@hidden>
> Cc: LTIB mailing list <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Robert,
> 
> I've checked in the update you suggested to upgrade
> dropbear from  0.45
> to 0.52.  I tested it and it seems okay, I got not scp
> warnings.
> 
> I also added an option in the config system under Target
> Image
> Generation/Options to pass in start up args to dropbear. 
> The content
> has been uploaded to the GPP.
> 
> I've attached a patch so that you can see what I did in
> case you need it
> on the older version you have.
> 
> Regards, Stuart
> 
> 
> On Fri, 2008-12-12 at 11:06 +0000, Stuart Hughes wrote:
> > Hi Robert,
> > 
> > On Fri, 2008-12-12 at 05:42 -0500, Robert P. J. Day
> wrote:
> > > On Fri, 12 Dec 2008, Stuart Hughes wrote:
> > > 
> > > > Hi Robert,
> > > >
> > > > On Thu, 2008-12-11 at 19:02 -0500, Robert P.
> J. Day wrote:
> > > > >   i just want to verify that i followed
> the correct steps to add a
> > > > > newer package to ltib.
> > > > >
> > > > >   when it became obvious that i needed
> a newer version of dropbear,
> > > > > here's what i did:
> > > > >
> > > > >   * edited the file
> dist/lfs-5.1/dropbear/dropbear.spec to bump the
> > > > >     version from 0.45 to 0.52, and
> removed the two references to
> > > > >     the patch (since it *appears* that
> version 0.52 doesn't need
> > > > >     patching, but we'll find out
> soon enough if that's true)
> > > >
> > > > Correct.
> > > 
> > >   the new dropbear seems to be working just fine,
> having been
> > > shoehorned into the aged 6.4.1 ltib being used
> where i am.  having
> > > upgraded a number of OpenWRT packages over the
> years, i normally take
> > > greater care in figuring out what patches have to
> be carried forward
> > > to a newer version, but dropbear-0.45 had only
> the one patch:
> > > 
> > > --- dropbear-0.45/scp.c 2005-03-07
> 04:27:02.000000000 +0000
> > > +++ dropbear-0.45.modified/scp.c       
> 2005-06-16 11:20:40.000000000 +0100
> > > @@ -249,9 +249,11 @@
> > > 
> > >         args.list = NULL;
> > >         addargs(&args, "ssh");     
>     /* overwritten with ssh_program */
> > > +#ifndef DROPBEAR_CLIENT
> > >         addargs(&args, "-x");
> > >         addargs(&args, "-oForwardAgent
> no");
> > >         addargs(&args,
> "-oClearAllForwardings yes");
> > > +#endif
> > > 
> > >         fflag = tflag = 0;
> > >         while ((ch = getopt(argc, argv,
> "dfl:prtvBCc:i:P:q1246S:o:F:"))!= -1)
> > > 
> > > which didn't appear to be valid anymore, the
> new dropbear worked out
> > > of the box, and "scp" seemed to scp
> properly so i just abandoned that
> > > patch.  if anyone knows whether that patch should
> still be applied
> > > somehow, now would be a good time to mention it. 
> :-)
> > 
> > 
> > Probably okay.  Looking back the need for this was to
> get rid of some
> > warning messages when you run scp. If anyone notices
> this we can put it
> > back.
> > 
> > > 
> > > > >
> > > > >   * downloaded dropbear-0.52.tar.gz
> into /opt/ltib/pkgs since it
> > > > >     wouldn't be available from the
> GPP
> > > > >
> > > > Correct
> > > 
> > >   and if/when dropbear-0.52 gets added to the
> LTIB GPP officially,
> > > this step will of course become unnecessary.
> > 
> > I'll upload it today if I get time.
> > 
> > > 
> > > > >   * left .ltibrc alone
> > > > >
> > > > > optionally, once i verify that 0.52
> works, i guess i could remove
> > > > > the 0.45 tarball and the patch from
> /opt/ltib/pkgs.
> > > >
> > > > Usually it's best to leave unless
> you're short of space is if you
> > > > share the machine, they can still get at the
> older version (if they
> > > > had an older LTIB, or just wanted it).
> > > 
> > >   i'm normally of two minds on that.  if
> i'm responsible for other
> > > folks all building LTIB images, i might remove an
> older version of a
> > > package just to *force* everyone to upgrade,
> since i'd rather not
> > > support two different version of the same
> software.  you're correct,
> > > of course, in that it makes no real difference to
> leave the old
> > > tarball where it is.
> > > 
> > 
> > If someone does have an older ltib and they build, it
> would just get
> > re-downloaded, so it's fine either way.
> > 
> > > > >   does all of that sound about right? 
> the build seems to be
> > > > > progressing nicely.
> > > >
> > > > Yes that's it.
> > > >
> > > > Once you've tested it, can you send a
> patch to the list and I'll
> > > > commit the change to CVS, I'll also
> upload the pristine tarball to
> > > > the GPP.
> > > 
> > >  would that be a simple diff of the spec file?  i
> can do that shortly.
> > 
> > A diff -u would be fine.
> > 
> > > 
> > > > If you think you'll make regular
> contributions, I can give you CVS
> > > > write access and a password for the GPP
> upload.
> > > 
> > >   sure, i'll probably be looking at upgrading
> a number of other
> > > packages.  i'll try not to break anything. 
> :-)
> > 
> > No worries, the only thing is you'd probably need
> to move to the latest
> > CVS to keep things sane.
> > 
> > > rday
> > > 
> > > p.s.  i actually posted the above patch to the
> dropbear mailing list,
> > > asking whether it was still relevant for 0.52. 
> i'll let you know but,
> > > for now, i'm going to drop it.
> > 
> > Thanks.  It was a long time ago, but I recall if you
> ran scp without it
> > then it gave warnings fairly obviously, so if
> they're not showing up
> > now, it's probably not needed anymore.
> > 
> > Regards, Stuart
> > 
> > 
> > 
> > _______________________________________________
> > LTIB home page: http://bitshrine.org
> > 
> > Ltib mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/ltib
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: dropbear_update.patch
> Type: text/x-patch
> Size: 7970 bytes
> Desc: not available
> Url :
> http://lists.gnu.org/pipermail/ltib/attachments/20081212/51f53256/dropbear_update.bin
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 12 Dec 2008 17:32:07 +0000
> From: Stuart Hughes <address@hidden>
> Subject: Re: [Ltib] my reconfig'ed ltib 6.4.1 can't
> find tcpdump or
>       libpcap in GPP
> To: "Robert P. J. Day"
> <address@hidden>
> Cc: LTIB mailing list <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain
> 
> Hi Robert,
> 
> Can you cut and paste the output, I'd be interested to
> see what it says
> when it's testing the network. 
> 
> The URL for the GPP has not changed, but just in case,
> check that it
> looks right in .ltibrc, it should be:
> 
> %gpp_url
> http://bitshrine.org/gpp/
> 
> Also to get some more verbose output from wget, remove the
> -nv option
> from  wget_opts which should be in the main ltib script. 
> Note it may
> have been slightly different back on 6.4.1
> 
> Do you know the date you got your copy of ltib.  6.4.1
> indicates 2006
> 4th quarter release 1, but it would be nice to nail down a
> bit further.
> 
> Regards, Stuart
> 
> On Fri, 2008-12-12 at 11:42 -0500, Robert P. J. Day wrote:
> >   i'm sure i'm going to have some seriously
> inane questions over the
> > next little while but ... with ltib 6.4.1, i changed
> the config file
> > to include both tcpdump and libpcap.
> > 
> >   the subsequent build reported that it couldn't
> find any of:
> > 
> >   * libpcap-0.8.3.tar.gz.md5
> >   * lpbpcap-0.8.3.tar.gz
> >   * tcpdump-3.8.3.tar.gz
> > 
> > in the GPP.  but i checked
> http://www.bitshrine.org/gpp, and i can see
> > all of those.  is my build looking elsewhere?  is
> running 6.4.1 going
> > to cause me grief down the road?
> > 
> > rday
> > --
> > 
> > i'm guessing i could just download those files and
> dump them into
> > /opt/ltib/pkgs, but i'd rather figure out why this
> isn't working.
> > 
> >
> ========================================================================
> > Robert P. J. Day
> > Linux Consulting, Training and Annoying Kernel
> Pedantry:
> >     Have classroom, will lecture.
> > 
> > http://crashcourse.ca                         
> Waterloo, Ontario, CANADA
> >
> ========================================================================
> > 
> > 
> > _______________________________________________
> > LTIB home page: http://bitshrine.org
> > 
> > Ltib mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/ltib
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 12 Dec 2008 13:06:27 -0500 (EST)
> From: "Robert P. J. Day"
> <address@hidden>
> Subject: Re: [Ltib] my reconfig'ed ltib 6.4.1 can't
> find tcpdump or
>       libpcap in GPP
> To: Stuart Hughes <address@hidden>
> Cc: LTIB mailing list <address@hidden>
> Message-ID:
> <address@hidden>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> On Fri, 12 Dec 2008, Stuart Hughes wrote:
> 
> > Hi Robert,
> >
> > Can you cut and paste the output, I'd be
> interested to see what it says
> > when it's testing the network.
> >
> > The URL for the GPP has not changed, but just in case,
> check that it
> > looks right in .ltibrc, it should be:
> >
> > %gpp_url
> > http://bitshrine.org/gpp/
> >
> > Also to get some more verbose output from wget, remove
> the -nv option
> > from  wget_opts which should be in the main ltib
> script.  Note it may
> > have been slightly different back on 6.4.1
> >
> > Do you know the date you got your copy of ltib.  6.4.1
> indicates 2006
> > 4th quarter release 1, but it would be nice to nail
> down a bit further.
> >
> > Regards, Stuart
> 
>   i'm going to check something first -- it's
> possible that the folks
> who set this up originally allowed downloading from the
> GPP, then
> locked down the corporate firewall to make sure that the
> setup of LTIB
> never changed after that, even to allow downloading new
> packages.
> 
>   the %gpp_url value is correct, everything else looks
> sane.  i'm
> going to guess at a firewall/proxy issue, and i'll
> report back later
> once i find out.
> 
> rday
> --
> 
> ========================================================================
> Robert P. J. Day
> Linux Consulting, Training and Annoying Kernel Pedantry:
>     Have classroom, will lecture.
> 
> http://crashcourse.ca                          Waterloo,
> Ontario, CANADA
> ========================================================================
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib
> 
> 
> End of Ltib Digest, Vol 32, Issue 13
> ************************************


      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]