Hello everybody, First excuse me for my english but i am french. I use ISPConfig 3.1.2 and since this morning, my jobqueue is blocke, how to unlock it please ? Below is a list of current jobs: 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:36 ns3299568.ip-5-135-154.eu Update server 22-02-2017 10:18 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:18 ns3299568.ip-5-135-154.eu Update dns_soa 22-02-2017 10:18 ns3299568.ip-5-135-154.eu Update dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Update dns_soa 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_rr 22-02-2017 10:17 ns3299568.ip-5-135-154.eu Insert dns_soa Best regards Manu
Please use the debug mode to find out why the changes can not be processed: https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/
It's a partof result of server.sh : Cannot adopt OID in UCD-DISKIO-MIB: diskIOTable ::= { ucdDiskIOMIB 1 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLoggingGroup ::= { nsConfigGroups 2 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsDebugGroup ::= { nsConfigGroups 1 } Cannot adopt OID in UCD-SNMP-MIB: snmperrErrMessage ::= { snmperrs 101 } Cannot adopt OID in UCD-SNMP-MIB: snmperrErrorFlag ::= { snmperrs 100 } Cannot adopt OID in UCD-SNMP-MIB: snmperrNames ::= { snmperrs 2 } Cannot adopt OID in UCD-SNMP-MIB: snmperrIndex ::= { snmperrs 1 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsTransactionTable ::= { nsTransactions 1 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogStatus ::= { nsLoggingEntry 5 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogMaxLevel ::= { nsLoggingEntry 4 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogType ::= { nsLoggingEntry 3 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogToken ::= { nsLoggingEntry 2 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsLogLevel ::= { nsLoggingEntry 1 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendResult ::= { nsExtendOutput1Ent ry 4 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutNumLines ::= { nsExtendOutpu t1Entry 3 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutputFull ::= { nsExtendOutput 1Entry 2 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput1Line ::= { nsExtendOutpu t1Entry 1 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutLine ::= { nsExtendOutput2En try 2 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendLineIndex ::= { nsExtendOutput2 Entry 1 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyStart ::= { netSnmpNotifications 1 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotificati ons 2 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotificatio ns 3 } Cannot adopt OID in UCD-SNMP-MIB: laErrMessage ::= { laEntry 101 } Cannot adopt OID in UCD-SNMP-MIB: laErrorFlag ::= { laEntry 100 } Cannot adopt OID in UCD-SNMP-MIB: laLoadFloat ::= { laEntry 6 } Cannot adopt OID in UCD-SNMP-MIB: laLoadInt ::= { laEntry 5 } Cannot adopt OID in UCD-SNMP-MIB: laConfig ::= { laEntry 4 } Cannot adopt OID in UCD-SNMP-MIB: laLoad ::= { laEntry 3 } Cannot adopt OID in UCD-SNMP-MIB: laNames ::= { laEntry 2 } Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }
That's just the php snmp module, you might want to uninstall it to get rid of these messages if you don't use it. But that's not related to the problem, there must be some other output when you run server.sh manually on the shell.
error my server: root@roubaix-01:~# /usr/local/ispconfig/server/server.sh 25.02.2017-19:59 - WARNING - There is already a lockfile set, but no process running with this pid (10730). Continuing. PHP Parse error: syntax error, unexpected 'else' (T_ELSE), expecting end of file in /usr/local/ispconfig/server/lib/classes/tpl.inc.php(1344) : eval()'d code on line 54 Does anyone know how to solve it? Froze everything here! Regards, Allan Almeida
There are no syntax errors in the templates that ship with ispconfig, so my guess is that you might have created a custom template which contains and error? The lock file is /usr/local/ispconfig/server/temp/.ispconfig_lock you can sefely remove it and rerun the server.sh script to test if the template issue has been fixed.