Hi everybody!
I solved the problem with apt-get command in kernel 2.6.
I compiled the kernel tskernel-2.6.21-ts again using this crosstool:
ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7260-linux/cross-toolchains/crosstool-linux26-3.4.4-2005q3-2.tar.gz
On /etc/apt/sources.list, I add this line:
ftp://ftp.us.debian.org/debian deb lenny main contrib non-free
And apt-get command worked correctly.
Thanks to all!!!
Ricardo
--- In "Matthew Smith" <> wrote:
>
> Hi Ricardo - OK, you should run: # apt-get update
>
> Sounds like you have an empty package cache on your system - it's fairly
> common practice to delete the package cache immediately after installation on
> small systems where disk space is limited.
>
> It might be more efficient to choose a Debian mirror closer to your location
> - see http://www.debian.org/mirror/list for more information.
>
> Any particular reason why you chose Etch which is no longer suoported and now
> two versions behind current Debian Stable (v6.0 aka Squeeze)?
>
> cheers
> Matt
>
>
> --- In Ricardo Gabriel <ricardogabriel5@> wrote:
> >
> > Hi Matt;
> >
> >
> > When I run the commands you sent me, this is shown on screen
> >
> > :~# which install-info
> >
> > :~# apt-cache search install-info
> >
> >
> > :~# apt-get install install-info
> >
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > E: Couldn't find package install-info
> >
> > My /etc/apt/sources.list contains:
> >
> > deb http://archive.debian.org/debian etch main
> >
> >
> >
> > Ricardo
> >
> >
> >
> >
> >
> > ________________________________
> > De: Matthew Smith <mdsmith@>
> > Para:
> > Enviado: miércoles, 25 de mayo de 2011 6:19
> > Asunto: [ts-7000] Re: Problem with apt-get command in kernel 2.6
> >
> >
> > Â
> > Your $PATH is fine.
> > apt-get is complaining that 'install-info' is not found, you should check
> > to see if it is installed:
> >
> > :/# which install-info
> > /usr/sbin/install-info
> > :/# apt-cache search install-info
> > emdebian-grip-server - server-side support for Emdebian Grip
> > install-info - Manage installed documentation in info format
> > :/# echo $PATH
> > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
> >
> > probably #apt-get install install-info will solve your problem.
> >
> > regards
> > Matt
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|