ROLLING BACK TO 2.7 FROM 2.8
16 Nov 2018 01:38 #120806
by COlger81
ROLLING BACK TO 2.7 FROM 2.8 was created by COlger81
What is the process for rolling back to 2.7 from Master? I do not have the .OLD directory or config files from 2.7. I need to know what to modify to roll back.
Please Log in or Create an account to join the conversation.
16 Nov 2018 16:33 #120842
by andypugh
Replied by andypugh on topic ROLLING BACK TO 2.7 FROM 2.8
Are you sure you need to?
What isn't working in 2.8 that worked in 2.7?
(Bear in mind that 2.8 will be the next release, if something is broken in it then we need to know).
What happened to the .old directory? If the script is not making a good backup then I need to fix that too.
What isn't working in 2.8 that worked in 2.7?
(Bear in mind that 2.8 will be the next release, if something is broken in it then we need to know).
What happened to the .old directory? If the script is not making a good backup then I need to fix that too.
Please Log in or Create an account to join the conversation.
16 Nov 2018 17:57 #120850
by COlger81
Replied by COlger81 on topic ROLLING BACK TO 2.7 FROM 2.8
I'm back up and running on 2.7. I'll keep the 2.8 hard drive up to date and use it periodically to see if things are ironed out with Gmoccapy. After the last update to Master, Gmoccapy had multiple issues with widgets, mdihistory, rapid override incompatibility with external switch. I tested it on 2 computers with my config and sim, same issues. At linuxcnc load up, it popped up with multiple widget errors, which was most definitely the case.
Please Log in or Create an account to join the conversation.
16 Nov 2018 19:39 #120860
by COlger81
Replied by COlger81 on topic ROLLING BACK TO 2.7 FROM 2.8
-2.8 MASTER PRE-4040
-GMOCCAPY 2.3.3.3
#THIS IS AT STARTUP OF LINUXCNC WITH GMOCCAPY#
========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/gmoccapy", line 1578, in _periodic
self._update_halui_pin()
File "/usr/bin/gmoccapy", line 2517, in _update_halui_pin
self.widgets.adj_max_vel.set_value( self.stat.max_velocity * 60 * self.faktor )
File "/usr/lib/python2.7/dist-packages/gmoccapy/widgets.py", line 36, in __getattr__
raise AttributeError, "No widget %s" % attr
AttributeError: No widget adj_max_vel
=========================
#THIS IS AFTER TYPING IN MDI#
===========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gladevcp/hal_mdihistory.py", line 150, in submit
iter = self.model.get_iter(actual)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
===========================
#!!ALSO, RAPID OVERRIDE STOPPED RESPONDING TO MY SELECTOR SWITCH!!#
-GMOCCAPY 2.3.3.3
#THIS IS AT STARTUP OF LINUXCNC WITH GMOCCAPY#
========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/gmoccapy", line 1578, in _periodic
self._update_halui_pin()
File "/usr/bin/gmoccapy", line 2517, in _update_halui_pin
self.widgets.adj_max_vel.set_value( self.stat.max_velocity * 60 * self.faktor )
File "/usr/lib/python2.7/dist-packages/gmoccapy/widgets.py", line 36, in __getattr__
raise AttributeError, "No widget %s" % attr
AttributeError: No widget adj_max_vel
=========================
#THIS IS AFTER TYPING IN MDI#
===========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gladevcp/hal_mdihistory.py", line 150, in submit
iter = self.model.get_iter(actual)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
===========================
#!!ALSO, RAPID OVERRIDE STOPPED RESPONDING TO MY SELECTOR SWITCH!!#
Please Log in or Create an account to join the conversation.
16 Nov 2018 21:35 #120867
by COlger81
Replied by COlger81 on topic ROLLING BACK TO 2.7 FROM 2.8
Andy,
Any word on this Gmoccapy issue? The issues are directly related to the changes they made the other day..
Any word on this Gmoccapy issue? The issues are directly related to the changes they made the other day..
Please Log in or Create an account to join the conversation.
16 Nov 2018 22:42 #120869
by cmorley
Replied by cmorley on topic ROLLING BACK TO 2.7 FROM 2.8
I just compiled master (2.8) and tried a sim config.
No issue I could find with MDI or any widget errors.
I didn't test external override following.
Can you give more info of how you got the error (especially using sim)
and and modifications you have done to your config for your machine.
Also are you using RIP or installed versions?
Chris M
No issue I could find with MDI or any widget errors.
I didn't test external override following.
Can you give more info of how you got the error (especially using sim)
and and modifications you have done to your config for your machine.
Also are you using RIP or installed versions?
Chris M
Please Log in or Create an account to join the conversation.
16 Nov 2018 22:48 #120872
by COlger81
Replied by COlger81 on topic ROLLING BACK TO 2.7 FROM 2.8
Sim actually works fine... I just rolled back to 3932 and there's no issues. 4028 and newer you will find the issues below.
-2.8 MASTER PRE-4040
-GMOCCAPY 2.3.3.3
#THIS IS AT STARTUP OF LINUXCNC WITH GMOCCAPY#
========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/gmoccapy", line 1578, in _periodic
self._update_halui_pin()
File "/usr/bin/gmoccapy", line 2517, in _update_halui_pin
self.widgets.adj_max_vel.set_value( self.stat.max_velocity * 60 * self.faktor )
File "/usr/lib/python2.7/dist-packages/gmoccapy/widgets.py", line 36, in __getattr__
raise AttributeError, "No widget %s" % attr
AttributeError: No widget adj_max_vel
=========================
#THIS IS AFTER TYPING IN MDI#
===========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gladevcp/hal_mdihistory.py", line 150, in submit
iter = self.model.get_iter(actual)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
===========================
#!!ALSO, RAPID OVERRIDE STOPPED RESPONDING TO MY SELECTOR SWITCH!!#
-2.8 MASTER PRE-4040
-GMOCCAPY 2.3.3.3
#THIS IS AT STARTUP OF LINUXCNC WITH GMOCCAPY#
========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/gmoccapy", line 1578, in _periodic
self._update_halui_pin()
File "/usr/bin/gmoccapy", line 2517, in _update_halui_pin
self.widgets.adj_max_vel.set_value( self.stat.max_velocity * 60 * self.faktor )
File "/usr/lib/python2.7/dist-packages/gmoccapy/widgets.py", line 36, in __getattr__
raise AttributeError, "No widget %s" % attr
AttributeError: No widget adj_max_vel
=========================
#THIS IS AFTER TYPING IN MDI#
===========================
Found an error!
The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/gladevcp/hal_mdihistory.py", line 150, in submit
iter = self.model.get_iter(actual)
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
===========================
#!!ALSO, RAPID OVERRIDE STOPPED RESPONDING TO MY SELECTOR SWITCH!!#
Please Log in or Create an account to join the conversation.
16 Nov 2018 22:54 #120873
by cmorley
Replied by cmorley on topic ROLLING BACK TO 2.7 FROM 2.8
So I need help to figure out what is happening.
I need my questions answered.
Chris M
I need my questions answered.
Chris M
Please Log in or Create an account to join the conversation.
16 Nov 2018 23:00 - 16 Nov 2018 23:02 #120874
by COlger81
Replied by COlger81 on topic ROLLING BACK TO 2.7 FROM 2.8
I'm using the following source;
deb buildbot.linuxcnc.org/ stretch master-rtpreempt
The detailed explanation is in my previous post.
As i said, SIM works fine.
deb buildbot.linuxcnc.org/ stretch master-rtpreempt
The detailed explanation is in my previous post.
As i said, SIM works fine.
Last edit: 16 Nov 2018 23:02 by COlger81.
Please Log in or Create an account to join the conversation.
16 Nov 2018 23:16 #120875
by cmorley
Replied by cmorley on topic ROLLING BACK TO 2.7 FROM 2.8
please post your config files.
Chris M
Chris M
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds