1. The script has a recursive loop in it, as AwesomeMachine says. Please post the script, so we can help debug it.
2. Reboot the Linux machine. If you have set that script to start at boot, you will need to do one of the following:
2a. If the machine is a VM/cloud instance, shut it down and detach the boot volume. Attach it to another VM. Boot the other VM. Mount the detached volume, edit the startup configuration to stop the script from starting at boot. Unmount and detach the volume from the other VM. Re-attach it to the original VM. Boot.
2b. If the machine is on bare metal (physical computer), shut it down and boot up with a live USB or CD. Mount the hard drive, edit the startup configuration to stop the script from starting at boot. Unmount the hard drive. Reboot.
|