Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-07 Thread andy pugh
On Tue, 7 Nov 2023 at 16:08, fxkl47BF--- via Emc-users
 wrote:

> the upgrade did a kernel upgrade
> linux-image-5.10.0-19-amd64 -> linux-image-6.1.0-12-amd64

Ah.

This is a Debian thing, different kernels tend to bring in different
libc6 dependencies (this is why the Buster 2.9.1 RTAI deb isn't done
yet, LinuxCNC under buster doesn't work with a 5.x.x. kernel because
of a similar libc6 issue.

Can I suggest an upgrade to Bookworm? I think that that would probably help.

I upgraded my dev PC from Buster to Bullseye and then to Bookworm
recently (in preparation for the 2.9 releasing process) and it went
pretty smoothly with no data loss.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-07 Thread fxkl47BF--- via Emc-users
On Tue, 7 Nov 2023, andy pugh wrote:

> On Tue, 7 Nov 2023 at 14:29, fxkl47BF--- via Emc-users
>  wrote:
>>
>> i have two systems i use to run linuxcnc sim
>> both are debian 11, bullseye
>> i installed linuxcnc 2.9 on both and it worked perfectly
>
> How did you install linuxcnc and from where?


apt install linuxcncB-uspace

deb http://www.linuxcnc.org/ bullseye base 2.9-uspace


>
>> last night i ran apt update, apt upgrade on one system
>> it broke linuxcnc and it can't be installe
>
> Did you change the repository data at all?

no

>
> If you already had 2.9 installed and then just did an apt-upgrade this
> probably isn't linked to the 2.9.1 release.

probably a debian thing

>
> What do you have in /etc/apt/sources.list.d/linuxcnc.list ?


deb http://www.linuxcnc.org/ bullseye base 2.9-uspace




the upgrade did a kernel upgrade
linux-image-5.10.0-19-amd64 -> linux-image-6.1.0-12-amd64





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-07 Thread andy pugh
On Tue, 7 Nov 2023 at 14:29, fxkl47BF--- via Emc-users
 wrote:
>
> i have two systems i use to run linuxcnc sim
> both are debian 11, bullseye
> i installed linuxcnc 2.9 on both and it worked perfectly

How did you install linuxcnc and from where?

> last night i ran apt update, apt upgrade on one system
> it broke linuxcnc and it can't be installe

Did you change the repository data at all?

If you already had 2.9 installed and then just did an apt-upgrade this
probably isn't linked to the 2.9.1 release.

What do you have in /etc/apt/sources.list.d/linuxcnc.list ?

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-07 Thread fxkl47BF--- via Emc-users
On Tue, 7 Nov 2023, Gene Weber wrote:

> Have you tried: sudo apt --fix-broken install ?
>
> On Tuesday, November 7, 2023 at 09:27:56 AM EST, fxkl47BF--- via Emc-users 
>  wrote:
>
>
> i have two systems i use to run linuxcnc sim
> both are debian 11, bullseye
> i installed linuxcnc 2.9 on both and it worked perfectly
> last night i ran apt update, apt upgrade on one system
> it broke linuxcnc and it can't be installed
>
>
> # apt install linuxcnc-uspace
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>   libc6-dev : Depends: rpcsvc-proto but it is not installable
>               Breaks: libglib2.0-dev (<= 2.72.3-1) but 2.66.8-1 is to be 
> installed
>   libcurl3-gnutls : Depends: libgnutls30 (>= 3.7.5) but 3.7.1-5+deb11u3 is to 
> be installed
>                     Depends: libnghttp2-14 (>= 1.50.0) but 1.43.0-1 is to be 
> installed
>                     Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-2.1 is to be 
> installed
> E: Unable to correct problems, you have held broken packages.
>
>
>
> there's probably a simple fix
> anyone care to share
>

yes
it does nothing


# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-07 Thread Gene Weber via Emc-users
 Have you tried: sudo apt --fix-broken install ?

On Tuesday, November 7, 2023 at 09:27:56 AM EST, fxkl47BF--- via Emc-users 
 wrote:  
 
 i have two systems i use to run linuxcnc sim
both are debian 11, bullseye
i installed linuxcnc 2.9 on both and it worked perfectly
last night i ran apt update, apt upgrade on one system
it broke linuxcnc and it can't be installed


# apt install linuxcnc-uspace
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libc6-dev : Depends: rpcsvc-proto but it is not installable
              Breaks: libglib2.0-dev (<= 2.72.3-1) but 2.66.8-1 is to be 
installed
  libcurl3-gnutls : Depends: libgnutls30 (>= 3.7.5) but 3.7.1-5+deb11u3 is to 
be installed
                    Depends: libnghttp2-14 (>= 1.50.0) but 1.43.0-1 is to be 
installed
                    Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-2.1 is to be 
installed
E: Unable to correct problems, you have held broken packages.



there's probably a simple fix
anyone care to share



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
  
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-06 Thread andy pugh
On Mon, 6 Nov 2023 at 19:40, Scott Harwell via Emc-users
 wrote:
>
>  Screenshot of error

Did you add the archive signing key?

What does ls /usr/share/keyrings show?

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-06 Thread Scott Harwell via Emc-users
 Screenshot of error


On Monday, November 6, 2023 at 03:46:12 AM CST, andy pugh 
 wrote:  
 
 On Sun, 5 Nov 2023 at 00:39, andy pugh  wrote:
>
> LinuxCNC 2.9.1 has been released

I should have put these links in the original email.

http://linuxcnc.org/docs/stable/html/getting-started/updating-linuxcnc.html

http://linuxcnc.org/docs/stable/html/getting-started/getting-linuxcnc.html

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
  ___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-06 Thread andy pugh
On Mon, 6 Nov 2023 at 16:36, Scott Harwell via Emc-users
 wrote:
>
>  Andy,
> What about the move from 2.9.0 pre1 to 2.9.1.  I don't see anything about 
> that.

If you got the 2.9.0pre from Debian then the installer script should
update the repository links and add the keys. At that point 2.9.1
should be marked as an available upgrade.
(The script will actually try to install linuxcnc on top and that will
probably prompt the upgrade too. But I admit I haven't tried that yet)

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-06 Thread Scott Harwell via Emc-users
 Andy,
What about the move from 2.9.0 pre1 to 2.9.1.  I don't see anything about that.
Thank youScott


On Monday, November 6, 2023 at 03:46:12 AM CST, andy pugh 
 wrote:  
 
 On Sun, 5 Nov 2023 at 00:39, andy pugh  wrote:
>
> LinuxCNC 2.9.1 has been released

I should have put these links in the original email.

http://linuxcnc.org/docs/stable/html/getting-started/updating-linuxcnc.html

http://linuxcnc.org/docs/stable/html/getting-started/getting-linuxcnc.html

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
  
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-06 Thread andy pugh
On Sun, 5 Nov 2023 at 00:39, andy pugh  wrote:
>
> LinuxCNC 2.9.1 has been released

I should have put these links in the original email.

http://linuxcnc.org/docs/stable/html/getting-started/updating-linuxcnc.html

http://linuxcnc.org/docs/stable/html/getting-started/getting-linuxcnc.html

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Andy Pugh



> On 5 Nov 2023, at 20:15, John Dammeyer  wrote:
> 
> How does one update the Pi4 apt sources to 2.9-uspace ?

The script at www.LinuxCNC.org/linuxcnc-install.sh should do much of it. 



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread John Dammeyer
> From: Andy Pugh [mailto:bodge...@gmail.com]
> 
> > On 5 Nov 2023, at 05:03, John Dammeyer 
> wrote:
> >
> > How does one upgrade a Pi4 running LinuxCNC without building the OS
> from scratch?
> 
> Have you updated the apt sources to 2.9-uspace ?
> 

How does one update the Pi4 apt sources to 2.9-uspace ?



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread marcus . bowman

The LinuxCNC 2.9 release is much appreciated.
Your ongoing sustained efforts have involved sacrificing some of your 
precious time and considerable talents.

So a Great Big Thank You for that.

Marcus



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Sebastian Kuzminsky

On 11/4/23 18:39, andy pugh wrote:

LinuxCNC 2.9.1 has been released


Wooo!!!

That's awesome, thanks :-)


--
Sebastian Kuzminsky



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Peter Wallace

On Sun, 5 Nov 2023, andy pugh wrote:


Date: Sun, 5 Nov 2023 00:39:13 +
From: andy pugh 
Reply-To: "Enhanced Machine Controller (EMC)"

To: "Enhanced Machine Controller (EMC)" 
Subject: [Emc-users] LinuxCNC 2.9 is Released

LinuxCNC 2.9.1 has been released


Thanks for all you hard work on this.

Its great to have an official release that
leaves the Python 2/3 mess behind

Peter Wallace
Mesa Electronics


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Thomas J Powderly

Thanks Phil

tomp



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Phill Carter via Emc-users


> On 5 Nov 2023, at 21:12, Andy Pugh  wrote:
> 
> 
> 
>> On 5 Nov 2023, at 08:39, Thomas J Powderly  wrote:
>> 
>>  Install Debian Buster (Debian 12), amd64 verison
> 
> I am not going to have access to a PC today.
> Could someone else do this? (And fix the verison misspelling too) 

Done. 


> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Andy Pugh



> On 5 Nov 2023, at 08:39, Thomas J Powderly  wrote:
> 
>   Install Debian Buster (Debian 12), amd64 verison

I am not going to have access to a PC today. 
Could someone else do this? (And fix the verison misspelling too) 



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Thomas J Powderly

Thanks to all the devs for this new release

Pl;ease adjust the  web page

https://linuxcnc.org/docs/2.9/html/getting-started/getting-linuxcnc.html#_installing_on_debian_bookworm_with_preempt_rt_kernel

where it says


 Installing on Debian Bookworm (with Preempt-RT kernel)

1.

   Install Debian Buster (Debian 12), amd64 verison

I don't _think_  it should read 'install buster'

tomp







___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Peter Hodgson
Huge thanks to you all for your work and this release!!!

Looking forward to upgrading my machines.

> On 5 Nov 2023, at 00:40, andy pugh  wrote:
> 
> LinuxCNC 2.9.1 has been released
> 
> (there was no 2.9.0 release)
> 
> This marks a major new release of LinuxCNC.
> 
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
> 
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
> 
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
> 
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type “port”
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix “userspace” vs “realtime” nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix “speed” property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
> 
> This release contains contributions from the following authors:
> 
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
> Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
> Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
> JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
> Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
> Макарчук Дмитрий トトも 大宝剑 陈浩
> 
> 
> 
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-05 Thread Andy Pugh



> On 5 Nov 2023, at 05:03, John Dammeyer  wrote:
> 
> How does one upgrade a Pi4 running LinuxCNC without building the OS from 
> scratch?

Have you updated the apt sources to 2.9-uspace ?

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread John Dammeyer
Thanks to everyone who worked on this.  I do understand just how much is 
involved to get to a new release.

First question on this subject then.  My LinuxCNC on the Pi4 is 2.8.4 on 
Buster.  A sudo apt-get update does update some files but then says other paths 
won't be valid for 17 days and some hours, minutes and seconds.

Therefore doing a sudo apt-get upgrade again upgrades some files but also 
reports path not found.

How does one upgrade a Pi4 running LinuxCNC without building the OS from 
scratch?

Thanks
John


> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: November 4, 2023 5:39 PM
> To: Enhanced Machine Controller (EMC)
> Subject: [Emc-users] LinuxCNC 2.9 is Released
> 
> LinuxCNC 2.9.1 has been released
> 
> (there was no 2.9.0 release)
> 
> This marks a major new release of LinuxCNC.
> 
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
> 
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
> 
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
> 
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT
> broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type �port�
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix �userspace� vs �realtime� nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix �speed� property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp �mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
> 
> This release contains contributions from the following authors:
> 
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordh�y
> Ambr Enzs Andreas Christoffersen Andr� Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle N�ss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa s�l Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner H�vard F. Aasen H�vard
> Flaget Aasen Horv�th Csaba htasta Ihor Oliinyk issyvarsano Jan Mr�zek
> JanneK Jan Roters jb0 Jeff Epler J�r�mie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter M�ller Petr Men��k Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen M�ller sundtek Sync Tim Blume Tinic Uro Toni Laiho Tr?n
> Ng?c Qu�n TRothfelder Ulices whatawhiz yohsuke zz912 ?
>  ??? ??? ??? ??
> 
> 
> 
> --
> atp
> "A motorcycle is a 

Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Mark Johnsen
  Great job and thank you to everyone who worked on this!!!  Awesome!

On Sat, Nov 4, 2023 at 5:41 PM andy pugh  wrote:

> LinuxCNC 2.9.1 has been released
>
> (there was no 2.9.0 release)
>
> This marks a major new release of LinuxCNC.
>
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
>
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
>
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
>
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type “port”
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix “userspace” vs “realtime” nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix “speed” property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
>
> This release contains contributions from the following authors:
>
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
> Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
> Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
> JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
> Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
> Макарчук Дмитрий トトも 大宝剑 陈浩
>
>
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Ed

On 11/4/23 7:39 PM, andy pugh wrote:

LinuxCNC 2.9.1 has been released

(there was no 2.9.0 release)

This marks a major new release of LinuxCNC.


Three Cheers!!  Hip Hip Hurrah!

Thanks to all the devs and testers!


Ed.




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Sam Sokolik
Andy - thanks for all your work on this.  (I know it wasn't just you - but
your push really got us to the finish line..)

Thanks to everyone else who helped make this happen!

sam

On Sat, Nov 4, 2023 at 7:43 PM andy pugh  wrote:

> LinuxCNC 2.9.1 has been released
>
> (there was no 2.9.0 release)
>
> This marks a major new release of LinuxCNC.
>
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
>
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
>
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
>
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type “port”
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix “userspace” vs “realtime” nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix “speed” property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
>
> This release contains contributions from the following authors:
>
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
> Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
> Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
> JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
> Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
> Макарчук Дмитрий トトも 大宝剑 陈浩
>
>
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users