Can not upgrade from 2.5.4 to 2.6
13 Apr 2015 11:11 - 13 Apr 2015 11:21 #57733
by KenC
Can not upgrade from 2.5.4 to 2.6 was created by KenC
Hi,
Your help would be most appreciated.
I failed to update from 2.5.4 to 2.6
I follow this to the dot.
after entering the debline deb linuxcnc.org lucid base 2.6
Reload after I close the Software Source window
an error pop-up saying
The repository may no longer be available or could not be contacted... etc etc
AND
Some index files failed to download, they have been ignored or old ones used instead.
Thinking it will still be ok, I proceed to the Synaptic Package Manager, quick search [linuxcnc] and click the Reload button.
and it hit me with another error box.
W: Failed to fetch linuxcnc.org/dists/lucid/release Unable to finf expected entry file based/binary-i386/ packages in Meta-index file (malformed Released file?)
Some index files failed to download, they have been ignored or old ones used instead.
This is a standalone Atom D2500 board 2GB RAM, 8GB SSD with a touch screen monitor. lucid 10.04 OS, Linuxcnc2.5.4.
It took me many sleepless nights to setup the 3G broadband USB dongle and the touch screen. I know wiping the hard disk and install from scratch is the easy way out, I hope not to go through the dongle & touchscreen installation again....
Thanks in advance.
Ken
Your help would be most appreciated.
I failed to update from 2.5.4 to 2.6
I follow this to the dot.
after entering the debline deb linuxcnc.org lucid base 2.6
Reload after I close the Software Source window
an error pop-up saying
The repository may no longer be available or could not be contacted... etc etc
AND
Some index files failed to download, they have been ignored or old ones used instead.
Thinking it will still be ok, I proceed to the Synaptic Package Manager, quick search [linuxcnc] and click the Reload button.
and it hit me with another error box.
W: Failed to fetch linuxcnc.org/dists/lucid/release Unable to finf expected entry file based/binary-i386/ packages in Meta-index file (malformed Released file?)
Some index files failed to download, they have been ignored or old ones used instead.
This is a standalone Atom D2500 board 2GB RAM, 8GB SSD with a touch screen monitor. lucid 10.04 OS, Linuxcnc2.5.4.
It took me many sleepless nights to setup the 3G broadband USB dongle and the touch screen. I know wiping the hard disk and install from scratch is the easy way out, I hope not to go through the dongle & touchscreen installation again....
Thanks in advance.
Ken
Last edit: 13 Apr 2015 11:21 by KenC.
Please Log in or Create an account to join the conversation.
13 Apr 2015 13:27 - 13 Apr 2015 21:59 #57734
by ArcEye
Replied by ArcEye on topic Can not upgrade from 2.5.4 to 2.6
I don't think those paths are quite right, but have nothing to check on right now.
There is certainly no need to re-install
The below will download the deb, uninstall the old and install the new
If you have linuxcnc-dev installed you will need to do the same with that too.
regards
There is certainly no need to re-install
The below will download the deb, uninstall the old and install the new
If you have linuxcnc-dev installed you will need to do the same with that too.
wget -c http://linuxcnc.org/dists/lucid/2.6/binary-i386/linuxcnc_2.6.7_i386.deb
sudo apt-get remove linuxcnc
sudo dpkg -i linuxcnc_2.6.7_i386.deb
regards
Last edit: 13 Apr 2015 21:59 by andypugh.
Please Log in or Create an account to join the conversation.
13 Apr 2015 13:59 #57736
by KenC
Replied by KenC on topic Can not upgrade from 2.5.4 to 2.6
Hi ArcEye,
Thanks for the quick response.
Ran this on the terminal
wget -c linuxcnc.org/dists/lucid/2.6/binary-i386...uxcnc_2.6.7_i386.deb
returns ERROR 404
So this path is no good.
Thanks for the quick response.
Ran this on the terminal
wget -c linuxcnc.org/dists/lucid/2.6/binary-i386...uxcnc_2.6.7_i386.deb
returns ERROR 404
So this path is no good.
Please Log in or Create an account to join the conversation.
13 Apr 2015 14:32 #57737
by ArcEye
Replied by ArcEye on topic Can not upgrade from 2.5.4 to 2.6
The path is fine, I just downloaded the deb.
Try just clicking on the link to the deb in my last post, it just downloaded when i did it
regards
Try just clicking on the link to the deb in my last post, it just downloaded when i did it
regards
The following user(s) said Thank You: KenC
Please Log in or Create an account to join the conversation.
13 Apr 2015 15:14 #57738
by KenC
Replied by KenC on topic Can not upgrade from 2.5.4 to 2.6
I've downloaded the deb file. Thanks
Just to be sure, where/which directory should I place it?
Just to be sure, where/which directory should I place it?
Please Log in or Create an account to join the conversation.
13 Apr 2015 15:22 #57739
by ArcEye
Replied by ArcEye on topic Can not upgrade from 2.5.4 to 2.6
It does not really matter, you just have to change directory to wherever you downloaded it, before you try installing it.
If you want to keep it, you could put it in /var/cache/apt/archives which is where apt-get would put it if you installed that way
regards
If you want to keep it, you could put it in /var/cache/apt/archives which is where apt-get would put it if you installed that way
regards
The following user(s) said Thank You: KenC
Please Log in or Create an account to join the conversation.
13 Apr 2015 15:48 #57740
by KenC
Replied by KenC on topic Can not upgrade from 2.5.4 to 2.6
Got it!
Downloaded the file,
sudo apt-get remove linxcnc
then double=click on the downloaded file, and click on the install button.
Thousand thanks.
Downloaded the file,
sudo apt-get remove linxcnc
then double=click on the downloaded file, and click on the install button.
Thousand thanks.
Please Log in or Create an account to join the conversation.
13 Apr 2015 21:59 #57756
by andypugh
Just for future reference, the problem here was probably that the forum shortens URLs and inserts an elipsis.
To copy-and-paste a URL from the forum you need to right-click the URL and "Copy link address" or similar.
To save future confusion I have put the original URL in code tags.
Replied by andypugh on topic Can not upgrade from 2.5.4 to 2.6
Ran this on the terminal
wget -c linuxcnc.org/dists/lucid/2.6/binary-i386...uxcnc_2.6.7_i386.deb
returns ERROR 404
So this path is no good.
Just for future reference, the problem here was probably that the forum shortens URLs and inserts an elipsis.
To copy-and-paste a URL from the forum you need to right-click the URL and "Copy link address" or similar.
To save future confusion I have put the original URL in code tags.
The following user(s) said Thank You: KenC
Please Log in or Create an account to join the conversation.
Time to create page: 0.077 seconds