Skip to content
CompuKitty Logo

Notes and Stuff

  • Work Notes
  • Retro
  • Projects
  • About

Tag: service

Service failed because a configured resource limit was exceeded

6 April 20206 February 2025

This error happens when the service was executed manually and failed to create a pid file. The process was already running and it was not possible to spawn a new one.

Kill the running process and start the service again.

# ps -elf | grep [service] | grep -v grep | awk '{print $4}' | xargs kill -9

# systemctl start [service]

Restore a service in Maintenance State in Solaris 11

4 June 20186 February 2025

Check why the service is in Maintenance State:

svcs -x FMRI

Check if there’s any process dependent to the service and kill them (optional):

svcs -p FMRI

pkill -9 process-name

Finally, restore the service:

svcadm clear FMRI

Recently

  • Cannot read photos taken with Mavica, apparently corrupted
  • VMTools on Windows 2000
  • Pretty Git
  • REXX: credit card number generator and validator
  • DisplayCAL on Fedora 34
  • Creating ISO from CD
  • Manually booting a Linux Kernel
  • macOS: enabling TouchID for sudo

Topics

apache array awk bash centos certificate cifs command line fedora fingerprint git grub iptables kernel keys linux mount nagios network openssh openssl password ppk pretty process proxy ps putty rhel rules rundeck samba san script scripting service share shell smb solaris solaris 11 ssh sudo systemd vmware
© 2025 CompuKittyTheme by Puro