Jump to content

Janko

Members
  • Posts

    4
  • Joined

  • Last visited

Report Comments posted by Janko

  1. 10 hours ago, vampyre_masquerade said:

    Changed Status to Solved

    Hello! Thanks for your post! 

     

    I am facing same issue you do but your solution doesnt work for me. 

     

    I edited etc/elogind/logind.conf same as you:

    Quote

    HandlePowerKey=ignore
    HandleSuspendKey=ignore
    HandleSuspendKey=ignore
    HandleHibernateKey=ignore

     

    I also deleted the line causing shutdown in etc/acpi/acpi_handler.sh

    Quote

     

    #!/bin/sh
    # Default acpi script that takes an entry for all actions

    IFS=${IFS}/
    set $@

    case "$1" in
      button)
        case "$2" in
             ;;
          *) logger "ACPI action $2 is not defined"
             ;;
        esac
        ;;
      *)
    #    logger "ACPI group $1 / action $2 is not defined"
        ;;
    esac

     

     

    However the powerdown button STILL shuts down the server. Dou you have any idea what I am doing wrong? 

×
×
  • Create New...