Linux Mint with RTAI
22 Nov 2015 22:23 #65674
by tjmarch
Replied by tjmarch on topic Linux Mint with RTAI
JTC
If you use readme file and archive method in post:
forum.linuxcnc.org/forum/18-computer/299...mint-with-rtai#65402
Preempt-RT kernel can be installed for rip just follow directions
Tim
If you use readme file and archive method in post:
forum.linuxcnc.org/forum/18-computer/299...mint-with-rtai#65402
Preempt-RT kernel can be installed for rip just follow directions
Tim
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
23 Nov 2015 01:29 #65679
by tommylight
Tom
Replied by tommylight on topic Linux Mint with RTAI
just got to having a look at it, thank you very much, will report back.tommylight
If you want it to work follow the directions in readme file download from here
forum.linuxcnc.org/forum/18-computer/299...mint-with-rtai#65402
Tim
Tom
Please Log in or Create an account to join the conversation.
23 Nov 2015 07:53 - 23 Nov 2015 09:41 #65691
by tjmarch
Replied by tjmarch on topic Linux Mint with RTAI
Big John T
Looked at your notes tried to make deb got to part of process
debuild -uc -us <this command must not valid option anymore "skips the signing steps" or is key needed
debuild <here were it failed after running for a long while
file stopped processing with this message
Finished running lintian.
Now signing changes and any dsc files...
signfile linuxcnc_2.8.0~pre1.dsc Sebastian Kuzminsky <This email address is being protected from spambots. You need JavaScript enabled to view it.>
gpg: skipped "Sebastian Kuzminsky <This email address is being protected from spambots. You need JavaScript enabled to view it.>": secret key not available
gpg: /tmp/debsign.opEtbNf4/linuxcnc_2.8.0~pre1.dsc: clearsign failed: secret key not available
debsign: gpg error occurred! Aborting....
debuild: fatal error at line 1283:
running debsign failed
tim@tim-linuxcnc ~/src/linuxcnc $
I do have several deb files in src directory
Tim
attached are my notes
Looked at your notes tried to make deb got to part of process
debuild -uc -us <this command must not valid option anymore "skips the signing steps" or is key needed
debuild <here were it failed after running for a long while
file stopped processing with this message
Finished running lintian.
Now signing changes and any dsc files...
signfile linuxcnc_2.8.0~pre1.dsc Sebastian Kuzminsky <This email address is being protected from spambots. You need JavaScript enabled to view it.>
gpg: skipped "Sebastian Kuzminsky <This email address is being protected from spambots. You need JavaScript enabled to view it.>": secret key not available
gpg: /tmp/debsign.opEtbNf4/linuxcnc_2.8.0~pre1.dsc: clearsign failed: secret key not available
debsign: gpg error occurred! Aborting....
debuild: fatal error at line 1283:
running debsign failed
tim@tim-linuxcnc ~/src/linuxcnc $
I do have several deb files in src directory
Tim
attached are my notes
Last edit: 23 Nov 2015 09:41 by tjmarch.
Please Log in or Create an account to join the conversation.
23 Nov 2015 12:50 - 23 Nov 2015 12:50 #65696
by BigJohnT
Replied by BigJohnT on topic Linux Mint with RTAI
What I'm doing now to build the 2.7 deb is:
And to install the deb:
I have found that Xfce has issues with the menu and if you try and edit it with the menu editor it crashes the editor and you can't edit menus unless you replace the messed up file. So that makes me want to try LinuxMint with Cinnamon next.
JT
git clone git://git.linuxcnc.org/git/linuxcnc.git mint
cd mint
git checkout 2.7
debian/configure -r ; debuild -uc -us > configure.txt
And to install the deb:
sudo dpkg -i linuxcnc_2.7.2_i386.deb
sudo dpkg -i linuxcnc-doc-en_2.7.2_all.deb
I have found that Xfce has issues with the menu and if you try and edit it with the menu editor it crashes the editor and you can't edit menus unless you replace the messed up file. So that makes me want to try LinuxMint with Cinnamon next.
JT
Last edit: 23 Nov 2015 12:50 by BigJohnT.
The following user(s) said Thank You: tjmarch
Please Log in or Create an account to join the conversation.
23 Nov 2015 13:14 #65697
by cncbasher
Replied by cncbasher on topic Linux Mint with RTAI
glad you made progress JT
Please Log in or Create an account to join the conversation.
23 Nov 2015 15:12 - 23 Nov 2015 17:21 #65700
by tjmarch
Replied by tjmarch on topic Linux Mint with RTAI
Big John T
Thank-you for working on this look forward to the resulting deb file. Hope it works on all flavors of Ubuntu 14.04 and Mint 17.2
Tim
PS Did work around for menu in SySsetup.sh contained in archive before Rip. Worked for all flavors of Ubuntu, Mint and Debian but is unorthodox
I do not know python or C to do it the correct way so I am know help with this
Thank-you for working on this look forward to the resulting deb file. Hope it works on all flavors of Ubuntu 14.04 and Mint 17.2
Tim
PS Did work around for menu in SySsetup.sh contained in archive before Rip. Worked for all flavors of Ubuntu, Mint and Debian but is unorthodox
I do not know python or C to do it the correct way so I am know help with this
Last edit: 23 Nov 2015 17:21 by tjmarch.
Please Log in or Create an account to join the conversation.
23 Nov 2015 18:31 #65708
by BigJohnT
The commands above build the deb for the currently running system, so to use the above to build a deb you need to be in the os you want the deb for. I need to put the whole thing into one file. Install OS, get RTAI kernel, get Linuxcnc, build deb, install deb.
JT
Replied by BigJohnT on topic Linux Mint with RTAI
Thank-you for working on this look forward to the resulting deb file. Hope it works on all flavors of Ubuntu 14.04 and Mint 17.2
The commands above build the deb for the currently running system, so to use the above to build a deb you need to be in the os you want the deb for. I need to put the whole thing into one file. Install OS, get RTAI kernel, get Linuxcnc, build deb, install deb.
JT
Please Log in or Create an account to join the conversation.
23 Nov 2015 18:39 #65709
by tjmarch
Replied by tjmarch on topic Linux Mint with RTAI
Sound great
I am fairly new to Linux wish I knew how to do more, I am a fast learner and google has been my friend
Tim
I am fairly new to Linux wish I knew how to do more, I am a fast learner and google has been my friend
Tim
Please Log in or Create an account to join the conversation.
23 Nov 2015 22:14 #65717
by jtc
Running
Replied by jtc on topic Linux Mint with RTAI
JTC
If you use readme file and archive method in post:
forum.linuxcnc.org/forum/18-computer/299...mint-with-rtai#65402
Preempt-RT kernel can be installed for rip just follow directions
Tim
Running
Please Log in or Create an account to join the conversation.
24 Nov 2015 00:38 #65725
by tjmarch
Replied by tjmarch on topic Linux Mint with RTAI
Big John T wrote:
What I'm doing now to build the 2.7 deb is:
git clone git://git.linuxcnc.org/git/linuxcnc.git mint
cd mint
git checkout 2.7
debian/configure -r ; debuild -uc -us > configure.txt
And to install the deb:
sudo dpkg -i linuxcnc_2.7.2_i386.deb
sudo dpkg -i linuxcnc-doc-en_2.7.2_all.deb
Was successful building deb files did in VM ran attached script file
only problem when tried to install using dpkg linuxcnc_2.7.2_i386.deb failed to install dependence problems
Thought I may have did something wrong so did whole process over again
After which I installed deb with right click>Open with Gdebi Package Installer
Gdebi installed a few more packages and install was successful
WhooHoo
Thanks Big John T
keep on share-en please
Tim
What I'm doing now to build the 2.7 deb is:
git clone git://git.linuxcnc.org/git/linuxcnc.git mint
cd mint
git checkout 2.7
debian/configure -r ; debuild -uc -us > configure.txt
And to install the deb:
sudo dpkg -i linuxcnc_2.7.2_i386.deb
sudo dpkg -i linuxcnc-doc-en_2.7.2_all.deb
Was successful building deb files did in VM ran attached script file
only problem when tried to install using dpkg linuxcnc_2.7.2_i386.deb failed to install dependence problems
Thought I may have did something wrong so did whole process over again
After which I installed deb with right click>Open with Gdebi Package Installer
Gdebi installed a few more packages and install was successful
WhooHoo
Thanks Big John T
keep on share-en please
Tim
Please Log in or Create an account to join the conversation.
Time to create page: 0.164 seconds