Jump to content

gigaboy

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by gigaboy

  1. Hi,

    I previously had PW running on a virtualized instance of Centos 7 using Nginx.  For some reason communication was suspended with PW about 25 days ago.  Did a chkconfig --list and showed that the agent was installed.

     

    pulseway        0:off   1:off   2:off   3:on    4:off   5:on    6:off

     

    So, I decided to uninstall and reinstall (64 bit).  Reverified that I had the customized XML file inside of /etc/pulseway directory (same one I used before).

     

    But I can't figure out how to start PW.  Here what I've done:

     

    [root@twilight ~]# rpm -ivh http://www.pulseway.com/download/pulseway_x64.rpm
    Retrieving http://www.pulseway.com/download/pulseway_x64.rpm
    Preparing...                          ################################# [100%]
    Stopping pulseway service
    done
    Updating / installing...
       1:pulseway-4.7.2-1                 ################################# [100%]
    service pulseway does not support chkconfig
    service pulseway does not support chkconfig
    service pulseway does not support chkconfig


    [root@twilight ~]# systemctl start pulseway.service

    Warning: Unit file of pulseway.service changed on disk, 'systemctl daemon-reload' recommended.

    [root@twilight ~]# chkconfig --list

    Note: This output shows SysV services only and does not include native
          systemd services. SysV configuration data might be overridden by native
          systemd configuration.

          If you want to list systemd services use 'systemctl list-unit-files'.
          To see services enabled on particular target use
          'systemctl list-dependencies [target]'.

    netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
    network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    pure-ftpd       0:off   1:off   2:on    3:on    4:on    5:on    6:off
    railo_ctl       0:off   1:off   2:on    3:on    4:on    5:on    6:off

    [root@twilight ~]# /etc/init.d/pulseway start
    Starting pulseway (via systemctl):  Warning: Unit file of pulseway.service changed on disk, 'systemctl daemon-reload' recommended.

     

    It's got to be something simple, any ideas?

     

    TIA, Mark

×
×
  • Create New...