Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
23 Mar 2025 23:57 - 31 Mar 2025 08:22

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Thats what happens on the way out the door to work

Run these commands one by one
cd ~
mkdir ~/apt
sudo cp -r /etc/apt/*.* ~/apt
sudo wget http://buildbot2.highlab.com/buildbot-archive-key.gpg /etc/apt/trusted.gpg.d
sudo rm -f /etc/apt/preferences.d/99linuxcnc-uspace.pref
sudo rm -f /etc/apt/sources.list.d/linuxcnc-uspace.list
echo "deb http://buildbot2.highlab.com/debian/ bookworm master-uspace 2.9-uspace" >> /etc/apt/sources.list
sudo apt update
sudo apt upgrade

if the echo command does not work then 
sudo geany /etc/apt/sources.list

and add the text in ""  manually at the end of the file
  • tommylight
  • tommylight's Avatar
23 Mar 2025 23:30
Replied by tommylight on topic Linux_Mint_22.1_LinuxCNC_2.10.iso

Linux_Mint_22.1_LinuxCNC_2.10.iso

Category: Installing LinuxCNC

You are welcomed, always.
-
Added the md5sum to the first post, sorry, i forgot to add it when uploading.
  • tommylight
  • tommylight's Avatar
23 Mar 2025 22:41
Replied by tommylight on topic Send emails / txts notifications from gcode.

Send emails / txts notifications from gcode.

Category: PathPilot

I tried the stock #!/usr/bin/env python
as well as #!/usr/bin/python

Just a stab in the dark but try adding 2 or 3 to the python
#!/usr/bin/env python2
or
#!/usr/bin/env python3
  • tommylight
  • tommylight's Avatar
23 Mar 2025 22:38

PCIe - No parport registered at "0x " . This is not Always an error.Continuing.

Category: Advanced Configuration

Can I post the output of "sudo lsmod -v" from the Ubuntu system, or does it have to be from Debian (I got rid of all of Debian's Network-related stuff in an attempt to increase performance)?

Yes, please, from both, and also the bottom part of the result from
sudo lspci -v
-

P.S. Does anyone know how to fix broken snapd and system services??!!!??

No help, but still, personally i will never ever use snap's nor any distro that uses them, and i made several donations to Mint since they refused to include snap in their distro. It can install anything without consent while installing something else you did consent to. That is a huge NO.
  • chrisfischer
  • chrisfischer
23 Mar 2025 22:35
Replied by chrisfischer on topic Send emails / txts notifications from gcode.

Send emails / txts notifications from gcode.

Category: PathPilot

I am trying to get your method to work and am having trouble.

Launching linuxcnc from terminal i see errors when the m code is called:

/home/kira/linuxcnc/nc_files/m_codes//M101: 4: import: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 5: import: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 6: from: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 7: from: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 9: arg1: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 10: arg2: not found
/home/kira/linuxcnc/nc_files/m_codes//M101: 14: Syntax error: "elif" unexpected (expecting "then")

It appears python is not being called despite the magic incantation at the top.
I tried the stock #!/usr/bin/env python
as well as #!/usr/bin/python

Mentioned here as well.
forum.linuxcnc.org/10-advanced-configura...-python-script#57764

Running the M101 file as a python script from terminal does indeed send an email. Pretty sweet.

Any idea what could be prohibiting python from being run?
  • tommylight
  • tommylight's Avatar
23 Mar 2025 22:27

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Does not work, permission denied, and yes used sudo.
Repositories should be added using
apt-add-repository
echo most probably does not work for system files.
and this is wrong,
echo "deb buildbot2.highlab.com/debian/ bookworm master-uspace 2.9-uspace" >> /etc/apt/sources.list
That is adding master and 2.9 so apt will complain about it.
And the key is not installed properly, it is left in the home folder so it has to be imported manually.
Displaying 17866 - 17872 out of 17872 results.
Time to create page: 0.604 seconds
Powered by Kunena Forum