Gustin Johnson | 1 Aug 2010 05:20
Picon

Re: Re: /usr/bin/apt-get: No such file or directory

On 10-07-31 01:54 PM, Blake Anderson wrote:
> I updated voyage through apt-get upgrade and now when i try to use 
> apt-get i get the following error message. Where do I go to
> reinstall? if i do 'find apt' or 'find apt-get' it comes up with no
> results. Thanks
> 
Assuming that you have internet access and that nothing else is
seriously broken (like perl), you can wget the .deb and install with dpkg -i

wget
http://ftp.us.debian.org/debian/pool/main/a/apt/apt_0.7.20.2+lenny2_i386.deb

Then dpkg -i apt_0.7.20.2+lenny2_i386.deb

The first thing I usually do on my Debian and Ubuntu boxes is install
aptitude if it is not already there.  Aptitude is a drop in replacement
for apt-get btw.

It should go without saying that the files ystem needs to be writable.

Hth,

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
kadiyala srikanth | 2 Aug 2010 10:53
Picon

VOyage linux 0.6.5

Hi all,
        I am able to boot VL 0.6.5 on PC but not on my Embedded SBC (ICOP VOrtex86-sx) because It has 44pin Enhanced-IDE so it boots till the message (initramfs) and further I type cat /proc/partitions  it shows no hardisks so I also tried typing ide=nodma during kernel options but even it has no effect.

I believe kernel compiling  must be solution is it so or is there any option please forward me the Links  to solve this issue
Thanks in Advance.

--
Please Acknowledge,

Thanks & Regards,
SRIKANTH KADIYALA,

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
angler31 | 2 Aug 2010 12:13
Picon

Re: VOyage linux 0.6.5


kadiyala srikanth wrote:
> 
> Hi all,
>         I am able to boot VL 0.6.5 on PC but not on my Embedded SBC (ICOP
> VOrtex86-sx) because It has 44pin Enhanced-IDE so it boots till the
> message
> (initramfs) and further I type cat /proc/partitions  it shows no hardisks
> so
> I also tried typing ide=nodma during kernel options but even it has no
> effect.
> 
> I believe kernel compiling  must be solution is it so or is there any
> option
> please forward me the Links  to solve this issue
> Thanks in Advance.
> 

I'm not familiar with that particular device, however a cursory examination
of the x-linux kernel config file suggests that at least IT821X and SIS5513
need to be enabled.

Regards

--

-- 
View this message in context: http://voyage-linux.34677.n3.nabble.com/VOyage-linux-0-6-5-tp1015080p1015241.html
Sent from the Voyage Linux mailing list archive at Nabble.com.
kadiyala srikanth | 2 Aug 2010 14:11
Picon

VL 0.5 can boot successfully both on PC as well on my Embedded-SBC

Hi ,
      I am success with VL 0.5 and can boot on PC as well Embedded-SBC( ICOP's VOrtex-86SX) but with VL 0.6.5 successfull only on PC not on Embedded-SBC so what might be the reason ??

and I tried apt-get update on VL0.5 but it was a failure are the repositories not available for the debian etch anymore ?
 please reply me with the links so that I can update the required utils for VL 0.5
like glutg3-dev,gcc,make ,kernel-packages,linux-source ?? and so on

Thnks in  AdVance

--
Please Acknowledge,

Thanks & Regards,
SRIKANTH KADIYALA,

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Kim-man 'Punky' TSE | 3 Aug 2010 08:23
Favicon

Re: VL 0.5 can boot successfully both on PC as well on my Embedded-SBC

  Hi,

 From getting started/README, section 6.4, you should try kernel parameter "ide=nodma all_generic_ide"
to see if it helps.

the different to 2.6.30 and 2.6.26 is that the 2.6.26 sets
CONFIG_IDE=m

while 2.6.30 sets:
CONFIG_IDE=y

Regards,
Punky

On 8/2/2010 8:11 PM, kadiyala srikanth wrote:
> Hi ,
>       I am success with VL 0.5 and can boot on PC as well Embedded-SBC( ICOP's VOrtex-86SX) but with VL 0.6.5 
> successfull only on PC not on Embedded-SBC so what might be the reason ??
>
> and I tried apt-get update on VL0.5 but it was a failure are the repositories not available for the debian
etch anymore ?
>  please reply me with the links so that I can update the required utils for VL 0.5
> like glutg3-dev,gcc,make ,kernel-packages,linux-source ?? and so on
>
> Thnks in  AdVance
>
> -- 
> Please Acknowledge,
>
> Thanks & Regards,
> SRIKANTH KADIYALA,
>
>
> _______________________________________________
> Voyage-linux mailing list
> Voyage-linux@...
> http://list.voyage.hk/mailman/listinfo/voyage-linux

--

-- 
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
   - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
   - Network Engineering, Development Platform and Consultation

	
SRIKANTH.KADIYALA | 3 Aug 2010 08:38
Picon

Re: VL 0.5 can boot successfully both on PC as well on my Embedded-SBC


Kim-man 'Punky' TSE <punkytse <at> ...> writes:

> 
>   Hi,
> 
>  From getting started/README, section 6.4, you should try kernel parameter
"ide=nodma all_generic_ide"
> to see if it helps.
> 
> the different to 2.6.30 and 2.6.26 is that the 2.6.26 sets
> CONFIG_IDE=m
> 
> while 2.6.30 sets:
> CONFIG_IDE=y
> 
> Regards,
> Punky
> 
> On 8/2/2010 8:11 PM, kadiyala srikanth wrote:
> > Hi ,
> >       I am success with VL 0.5 and can boot on PC as well Embedded-SBC(
ICOP's VOrtex-86SX) but with VL 0.6.5 
> > successfull only on PC not on Embedded-SBC so what might be the reason ??
> >
> > and I tried apt-get update on VL0.5 but it was a failure are the
repositories not available for the debian
> etch anymore ?
> >  please reply me with the links so that I can update the required utils for
VL 0.5
> > like glutg3-dev,gcc,make ,kernel-packages,linux-source ?? and so on
> >
> > Thnks in  AdVance
> >
> > -- 
> > Please Acknowledge,
> >
> > Thanks & Regards,
> > SRIKANTH KADIYALA,
> >
> >
> > _______________________________________________
> > Voyage-linux mailing list
> > Voyage-linux <at> ...
> > http://list.voyage.hk/mailman/listinfo/voyage-linux
> 

Hi Punky,
         thanks for the reply, I tried VL 0.6.5 ide=all_generic_ide but there
was no much success and while I am trying apt-get update in VL 0.5 there are
errors in it can you please suggest me how to get the repository for VL 0.5 or
the links that support downloads.
kadiyala srikanth | 3 Aug 2010 09:49
Picon

Text Graphics support for Voyage

Hi ,
     I am currently using Voyage Current and now I want graphical support like X-windows is that possible to upgrade please post me the links or few commands how to upgrade apt-get packages and more over I'm unable to use glut related applications I'm getting the following error
 #" failed to open display can't open "


--
Please Acknowledge,

Thanks & Regards,
SRIKANTH KADIYALA,

_______________________________________________
Voyage-linux mailing list
Voyage-linux@...
http://list.voyage.hk/mailman/listinfo/voyage-linux
Kim-man 'Punky' TSE | 4 Aug 2010 03:44
Favicon

Re: Re: VL 0.5 can boot successfully both on PC as well on my Embedded-SBC

  Hi,
> Hi Punky,
>           thanks for the reply, I tried VL 0.6.5 ide=all_generic_ide but there
> was no much success and while I am trying apt-get update in VL 0.5 there are
> errors in it can you please suggest me how to get the repository for VL 0.5 or
> the links that support downloads.
>
You may try and install (dpkg -i) the kernel package from 0.5 to see if it works

http://www.voyage.hk/dists/0.5/linux/linux-image-2.6.23-486-voyage_5.0-2_i386.deb

Make sure grub points to 2.6.23 (i.e. edit /boot/grub/menu.lst)

Sorry I forget 0.5 is 2.6.23 kernel but not 2.6.26.

--

-- 
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
   - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
   - Network Engineering, Development Platform and Consultation

	
Hitchcocknz | 4 Aug 2010 11:31

Re: Problems building ISO in Virtualbox with SDK


Just to clarify my original post.  I have just now booted up a VM using the
Live-SDK CD, mounted a virtual hard drive and downloaded the voyage-live
from the svn repository onto it.  I then tried ./build.sh iso and still
received the error listed in my above post.

Must be something simple I am not doing as everyone else on this list seems
to have no issues building this stuff.

Cheers
Shane

--

-- 
View this message in context: http://voyage-linux.34677.n3.nabble.com/Problems-building-ISO-in-Virtualbox-with-SDK-tp985177p1021889.html
Sent from the Voyage Linux mailing list archive at Nabble.com.
Kim-man 'Punky' TSE | 6 Aug 2010 06:12
Favicon

Re: Re: Problems building ISO in Virtualbox with SDK

  Hi Shane,

Can you re-post the error message you encounter? Perhaps you can try the branch instead of trunk:

http://svn.voyage.hk/repos/voyage/branches/voyage-live/0.6.5

regards,
Punky

On 8/4/2010 5:31 PM, Hitchcocknz wrote:
> Just to clarify my original post.  I have just now booted up a VM using the
> Live-SDK CD, mounted a virtual hard drive and downloaded the voyage-live
> from the svn repository onto it.  I then tried ./build.sh iso and still
> received the error listed in my above post.
>
> Must be something simple I am not doing as everyone else on this list seems
> to have no issues building this stuff.
>
> Cheers
> Shane
>

--

-- 
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
   - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
   - Network Engineering, Development Platform and Consultation

	

Gmane