Search results

  1. R

    Capistrano Recipes (a working restart?)

    Anyone have a working Capistrano recipe? I'm currently using: task :restart, :roles => :app do sudo "#{lsws_cmd} restart" end Unfortunately, on my first restart attempt, Capistrano returns an error: * executing "sudo /opt/lsws/bin/lswsctrl restart" servers: ["test.local"]...
  2. R

    SNMP / Cacti Setup Question :)

    Followed the Wiki installation instructions on a CentOS 4.5 install. Got everything working, but ran into an odd issue. When using /etc/init.d/snmpd to start the service, I get no output. However, if I start snmpd manually from the command line, it works fine using: 'snmpwalk -c public -v 1...
Top