Displaying 6 results from an estimated 6 matches for "s3cr3t".
2006 Nov 27
2
using nut to monitor SNMP UPS unit
...an build nut just fine if I don't ask it to build the snmp
support. (yay)
as per hints I've found elsewhere, I have got a config file thus, although
I'm not yet at a point of actually testing it:
[root@hydra etc]# more ups.conf
[apc]
driver = snmp-ups
port = 192.168.23.50
community = s3cr3t
desc="APC Symmeyra ups"
snmp_version = v1
mibs = apcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20061127/1a80548d/attachment.html
2017 Apr 02
0
Heartbeat validation of NUT integrity
...desc = "Heart beat validation of NUT"
2. Create heartbeat.dev in the same directory as ups.conf with the
contents
ups.status: OL
TIMER 300
ups.status: OB
TIMER 300
Remember that the are no comments in NUT .dev files.
3. In upsmon.conf, add
MONITOR heartbeat at localhost 1 upsmaster s3cr3t master
and make sure that you have specified
NOTIFYCMD /usr/sbin/upssched
NOTIFYFLAG ONBATT SYSLOG+WALL+EXEC
NOTIFYFLAG ONLINE SYSLOG+WALL+EXEC
Your upssched executable may be elsewhere. You may want to remove the
WALL.
4. In upssched.conf, add
# Heart beat validation that NUT is operatio...
2011 Dec 14
3
secure password token management method in R
hi, r developers, I am now working on a R function/package to handling
online request with username and token/password.
For security reasons, it's not so safe to store the username & token in
persistent variables, since they'll be saved to disk when
users save their workspace. Is there a secure way in R to handle the online
password management? I have searched it online
but didn't
2014 Mar 18
1
A record packet with illegal version was received.
...(tstream_tls_retry_handshake)
TLS ../source4/lib/tls/tls_tstream.c:1338 - A record packet with
illegal version was received.
Here's the php script that tries to connect to the samba 4:
<?php
$ldap="samba.domain.com";
$usr="test at domain.com";
$pwd="s3cr3t";
$ds=ldap_connect($ldap);
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
$ldapbind=false;
if(ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3))
if(ldap_set_option($ds, LDAP_OPT_REFERRALS, 0))
if(ldap_start_tls($ds))
$ldapbind = ldap_bind($ds, $...
2008 Dec 28
1
vncviewer <defunct> under HVM
...the
# monitor window)
#usb=1
# Enable USB mouse support (only enable one of the following, `mouse'' for
# PS/2 protocol relative mouse, `tablet'' for
# absolute mouse)
#usbdevice=''mouse''
#usbdevice=''tablet''
vncpasswd = "s3cr3t"
I''m running XEN-3.2-1-amd64 installed as binary packages on Debian Lenny
2.6.26-1-xen-amd64. I had the same error on Etch and 3.0.3 and upgraded as
a desperate attempt to get it working.
What should I do to make it work?
Thanks,
/Chris
_________________________________________...
2010 Feb 12
11
[PATCH 1/9] Convert config file to XML, and translate networks/bridge for all connections
Previously, only the LibVirtXML connection translated network and bridge names
in imported metadata. This change moves this functionality in Converter, making
it available to LibVirt connections as well.
At the same time, the format of the config file is switched to XML. The primary
driver for this is that the allowable syntax of a foreign network/bridge name is
not known. Rather than create a