Displaying 9 results from an estimated 9 matches for "info_type".
2005 Aug 02
0
newhidups for APC Back-UPS ES 650
..._OK, NULL },
diff -u nut-2.0.2.orig/drivers/newhidups.c nut-2.0.2/drivers/newhidups.c
--- nut-2.0.2.orig/drivers/newhidups.c 2005-06-22 08:10:33.000000000 -0400
+++ nut-2.0.2/drivers/newhidups.c 2005-07-27 10:20:27.000000000 -0400
@@ -294,10 +294,17 @@
else
dstate_setinfo(item->info_type, item->dfl, nutvalue);
}
+ else
+ upsdebugx(3, "%s not affected", item->info_type);
/* FIXME: else => revert the status, ie -LB == reset LB... */
}
else
- upsdebugx(2, "%s = %ld", item->info_type, eventsList[evtCount-1]...
2007 Aug 09
2
Powerware 9155 with SNMP card
Hi,
I got a shiny pair of new PowerWare 9155 UPS (3 input phaes, one output
phase), running parallel. Since I didn't want to install a Windows box
to run Powerwares software I now went nut(s) ;-)
So far things look pretty good, snmp-ups talks to both ups using the pw
mib. Though I get these messages, when I start the driver:
[ups2] nut_snmp_get: 1.3.6.1.4.1.534.1.4.4.1.3: Error in packet:
2007 Aug 09
2
Powerware 9155 with SNMP card
Hi,
I got a shiny pair of new PowerWare 9155 UPS (3 input phaes, one output
phase), running parallel. Since I didn't want to install a Windows box
to run Powerwares software I now went nut(s) ;-)
So far things look pretty good, snmp-ups talks to both ups using the pw
mib. Though I get these messages, when I start the driver:
[ups2] nut_snmp_get: 1.3.6.1.4.1.534.1.4.4.1.3: Error in packet:
2005 Oct 04
0
variable writability
Arnaud:
in today's commits, I removed three lines that you apparently added on
August 10:
1.1.1.1.8.1 (aquette 04-May-05): if (mode == HU_WALKMODE_INIT)
1.1.1.1.8.1 (aquette 04-May-05): {
1.1.1.1.8.1 (aquette 04-May-05): dstate_setflags(item->info_type, item->info_flags);
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): /* Verify variable setability/RW */
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): if (get_current_data_attribute() != ATTR_DATA_CST)
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): dstate_setflags(item->info_type, ST_FLAG...
2007 Aug 23
1
[nut-commits] svn commit r1073 - in trunk: . drivers
...E_RESET:
> + if (item->hiddata == NULL)
> + continue;
> +
> + /* Reset the NUT-to-HID translation */
> + item->hiddata = NULL;
> +
> + /* If this was a command, remove it... */
> + if (item->hidflags & HU_TYPE_CMD) {
> + dstate_delcmd(item->info_type);
> + continue;
> + }
> +
> + /* ...otherwise, remove variable */
> + dstate_delinfo(item->info_type);
> + continue;
> +
> case HU_WALKMODE_INIT:
> /* Special case for handling server side variables */
> if (item->hidflags & HU_FLAG_A...
2014 Jul 21
0
Samba4 DNS blocking from replication to another server
...d - cleaning up
#samba-tool drs showrepl
==== INBOUND NEIGHBORS ====
ERROR(runtime): DsReplicaGetInfo of type 0 failed - (-1073610723,
'NT_STATUS_RPC_PROTOCOL_ERROR')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/drs.py", line
116, in drsuapi_ReplicaInfo
(info_type, info) = ctx.drsuapi.DsReplicaGetInfo(ctx.drsuapi_handle,
1, req1)
Joining Win2008R2 results in joining but sometime is broken with DNS and
AD stop working properly.
I think that the DNS problem will have to be fixed in order to progess,
or is there a way to recreate DNS without loosing all users...
2006 Jan 21
2
snmp-ups hacking
Hi all!
I'm wondering if there's anyone doing any hacking on the snmp-ups
driver at the moment.
I've started looking at implementing 3phase-support, and this
uncovered some rather unpleasant stuff in the snmp-ups driver that I
really need to fix in order to get things sane.
Those of you that's allergic to SNMP might want to stop reading now,
this is rather icky ;)
2015 Mar 26
2
New snmp-ups subdriver for Huawei
...one and warning" },
+ { 3, "done and error" },
+ { 4, "aborted" },
+ { 5, "in progress" },
+ { 6, "no test initiated" },
+ { 0, "NULL" }
+};
+
+
+/* HUAWEI Snmp2NUT lookup table */
+static snmp_info_t huawei_mib[] = {
+
+ /* Data format:
+ * { info_type, info_flags, info_len, OID, dfl, flags, oid2info, setvar },
+ *
+ * info_type: NUT INFO_ or CMD_ element name
+ * info_flags: flags to set in addinfo
+ * info_len: length of strings if STR
+ * cmd value if CMD, multiplier otherwise
+ * OID: SNMP OID or NULL
+ * dfl: default value
+ * fla...
2019 Apr 13
2
Replication failures
...e72-a89d-1d50df9dfa67
level : DRSUAPI_DS_REPLICA_GET_INFO (1)
req : *
req : union drsuapi_DsReplicaGetInfoRequest(case 1)
req1: struct drsuapi_DsReplicaGetInfoRequest1
info_type : DRSUAPI_DS_REPLICA_INFO_NEIGHBORS (0)
object_dn : NULL
source_dsa_guid : 00000000-0000-0000-0000-000000000000
rpc fault: DCERPC_FAULT_CANT_PERFORM
ERROR(runtime): DsReplicaGetInfo of type 0 failed - (3221356597, 'The...