Problem Updating from 2.6 to 2.9
04 Jun 2023 18:43 #272897
by kt600v
Problem Updating from 2.6 to 2.9 was created by kt600v
Hello guys, I have a lathe with linuxcnc 2.6 wich I need to upgrade to 2.9
Updating from 2.6 to 2.7 worked fine by following the instructions from the manual.
Updating 2.7 to 2.8 : I used the script which converts configuration files automatically , when launching for the first time suddendly I get an error log (attached please zoom the image).At this point I coudn`t figure out the cause.I wonder if you guys would be willing to help me with this issue.
Updating from 2.6 to 2.7 worked fine by following the instructions from the manual.
Updating 2.7 to 2.8 : I used the script which converts configuration files automatically , when launching for the first time suddendly I get an error log (attached please zoom the image).At this point I coudn`t figure out the cause.I wonder if you guys would be willing to help me with this issue.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
04 Jun 2023 18:48 #272899
by tommylight
Replied by tommylight on topic Problem Updating from 2.6 to 2.9
Edit the custom_postgui.hal with a text editor (not office stuff), omit or delete the line 7 that contains
motion.spindle-brake
ONLY if you are not actually using a spindle brake.
motion.spindle-brake
ONLY if you are not actually using a spindle brake.
The following user(s) said Thank You: kt600v
Please Log in or Create an account to join the conversation.
08 Jun 2023 13:28 - 08 Jun 2023 14:03 #273171
by kt600v
Replied by kt600v on topic Problem Updating from 2.6 to 2.9
Linuxcnc 2.8.4 works very well so far, I'm going to update to 2.9, I'll use the method wich consist of downloading the latest deb file (from buildbot) and installing it with dpkg. My question is ig this is a good way to go, or could anyone suggest me another one. thank you
Last edit: 08 Jun 2023 14:03 by kt600v. Reason: mistake
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
08 Jun 2023 15:28 #273179
by tommylight
Replied by tommylight on topic Problem Updating from 2.6 to 2.9
Use gdebi to install debs, it is a GUI package manager and is a bit safer than dpkg
sudo apt install gdebi
after installing this, just double clicking on a deb file from the file explorer with open it, no need for terminal.
sudo apt install gdebi
after installing this, just double clicking on a deb file from the file explorer with open it, no need for terminal.
Please Log in or Create an account to join the conversation.
12 Jun 2023 02:09 #273365
by kt600v
Replied by kt600v on topic Problem Updating from 2.6 to 2.9
I´ve a question, is it possible to roll back to previous version by installing older deb the same way Updates are installed?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
13 Jun 2023 20:12 #273510
by tommylight
Replied by tommylight on topic Problem Updating from 2.6 to 2.9
To some extent, yes.
To be safe, save the new or working debs, then
sudo apt purge linuxcnc-uspace
then try installing the deb you want.
To be safe, save the new or working debs, then
sudo apt purge linuxcnc-uspace
then try installing the deb you want.
The following user(s) said Thank You: kt600v
Please Log in or Create an account to join the conversation.
14 Jun 2023 22:55 #273558
by kt600v
Replied by kt600v on topic Problem Updating from 2.6 to 2.9
When trying to install lastest deb (2.9) I got some errors and it couldn't be updated (2.8.4 ==> 2.9). I couldn't install gdebi either so I used dpkg.
I made a new clean install but errors persist.
I couldn't figure out how to solve this. Need help
I made a new clean install but errors persist.
I couldn't figure out how to solve this. Need help
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
14 Jun 2023 23:26 #273559
by tommylight
Replied by tommylight on topic Problem Updating from 2.6 to 2.9
sudo apt update
sudo apt install gdebi
then
uname -a
lsb_release -a
sudo apt install gdebi
then
uname -a
lsb_release -a
The following user(s) said Thank You: kt600v
Please Log in or Create an account to join the conversation.
16 Jun 2023 23:37 #273725
by kt600v
Replied by kt600v on topic Problem Updating from 2.6 to 2.9
sudo apt update
sudo apt install gdebi
then
uname -a
lsb_release -a
this is what i get
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6432
16 Jun 2023 23:40 #273726
by tommylight
Replied by tommylight on topic Problem Updating from 2.6 to 2.9
Something wrong with your repository file, what is the error from
sudo apt update
?
sudo apt update
?
The following user(s) said Thank You: kt600v
Please Log in or Create an account to join the conversation.
Time to create page: 0.320 seconds