Displaying 20 results from an estimated 65 matches for "configexampl".
Did you mean:
configexamples
2024 Jun 03
1
Documentation inside git
Now back to computers - so re-checked some bits.
The existing https://networkupstools.org/documentation.html page offers
currently the
https://github.com/networkupstools/ConfigExamples/releases/latest/ URL as "NUT
Configuration Examples
<https://github.com/networkupstools/ConfigExamples/releases/latest> book
maintained by Roger Price"
This in turn redirects to a particular newest release page, "beknownst to
GitHub but unbeknownst to us" externally (pa...
2023 Mar 20
1
New edition of NUT Config Examples is out
Thanks to Roger Price for starting and maintaining the book, now officially
at version 3.0:
*
https://github.com/networkupstools/ConfigExamples/releases/download/book-3.0-20230319-nut-2.8.0/ConfigExamples.pdf
Have a fun read!
Jim Klimov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20230320/4bc86cac/attachment.htm>
2023 Mar 20
1
New edition of NUT Config Examples is out
Thanks to Roger Price for starting and maintaining the book, now officially
at version 3.0:
*
https://github.com/networkupstools/ConfigExamples/releases/download/book-3.0-20230319-nut-2.8.0/ConfigExamples.pdf
Have a fun read!
Jim Klimov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20230320/4bc86cac/attachment.htm>
2024 Jun 03
1
Documentation inside git
The pieces should all be there, I think.
NUT source iterations cooperate with the sister nut-website repo on github,
as well as nut-ddl and some more, to produce an horde of static HTML pages,
and PDF versions of some docs, tarballs, etc. which are pushed to a repo
for "github pages" and with their magic (I guess GH spins up a container
with a web server and many data files for each new
2017 Jun 21
2
Proposed new documentation "Configuration Examples"
...cumentation. I appreciate that you have written this in a
> tutorial format rather than as a reference, but you may still need to
> point users to a specific location, and page numbers are not stable over
> time (and neither are section numbers).
A URL such as http://rogerprice.org/NUT/ConfigExamples.A5.pdf#page.20
works for Firefox but not Opera. Again with Firefox,
ConfigExamples.A5.pdf#section.5 and ConfigExamples.A5.pdf#subsection.5.2
also work, but I cannot get #namedest... to work.
> The last one is a bit pedantic, but the K&R format of the source code is
> probably not i...
2017 Apr 19
2
Using ntlm_auth to get NTLMv2 Session support from an application
On Wed, Apr 19, 2017 at 1:08 PM, Jeremy Allison <jra at samba.org> wrote:
>
> > Any insight, feedback into this issue would be much appreciated.
>
> The squid program does this. Maybe look into the code they
> use for their integration ?
>
> http://wiki.squid-cache.org/ConfigExamples/Authenticate/Ntlm
Jeremy, thanks! That's exactly what I was looking at.
So here's a better question: Can you give me a brief technical explanation
on how this exactly works with respect to establishing a session? The goal
is basically to have mount.davfs first establish an NTLMv2 sessi...
2017 Jun 21
0
Proposed new documentation "Configuration Examples"
...at you have written this in a
>> tutorial format rather than as a reference, but you may still need to
>
>> point users to a specific location, and page numbers are not stable
>over
>> time (and neither are section numbers).
>
>A URL such as http://rogerprice.org/NUT/ConfigExamples.A5.pdf#page.20
>works for Firefox but not Opera. Again with Firefox,
>ConfigExamples.A5.pdf#section.5 and
>ConfigExamples.A5.pdf#subsection.5.2
>also work, but I cannot get #namedest... to work.
>
>> The last one is a bit pedantic, but the K&R format of the source code...
2017 Jun 09
4
Proposed new documentation "Configuration Examples"
...figurations are:
1. Simple server with no local users
2. Workstation with local users (solves the wall problem)
3. Workstations share a UPS
4. Workstation with a heartbeat
5. Workstation with timed shutdown
6. Workstation with additional equipment
The first version is at http://rogerprice.org/NUT/ConfigExamples.pdf
Before I announce this in the nut-user mailing list, any comments,
especially on the choice of configurations, are very welcome.
Roger
2016 Aug 30
2
set UPN / SPN from samba-tool.
...>
> I think the problem is the way Louis is creating the SPN, all the info
> I have found on the internet, seems to assume you will use a computer
> account and not a user account.
>
> Even Squids own page tells you to use a computer account:
>
> http://wiki.squid-cache.org/ConfigExamples/Authenticate/
> WindowsActiveDirectory
>
> Rowland
>
>
> Hi Rowland,
As DNS back end when configured to use Bind+DLZ is authenticating DNS user
(dns-<DCname>) using SPN, as this user do not have objectclass "computer"
set, I would say we can create user which ar...
2020 Mar 24
2
upsmon SHUTDOWNCMD not working
Bonjour
Openbsd 6.6 - NUT 2.7.4 from source - Eaton Ellipse Pro
Installation OK
upsc OK
upsmon -c fsd OK (shutdown effective)
I suppose mistake in upsmon config :
# upsmon.conf
MONITOR ellipse at localhost 1 upsmon pass master
MINSUPPLIES 1
SHUTDOWNCMD "/sbin/shutdown -p -h now 'Sylvebarbe killed'"
POLLFREQ 60
POLLFREQALERT 60
HOSTSYNC 120
DEADTIME 180
POWERDOWNFLAG
2023 Jan 28
1
Init SSL without certificate database
...> battery.charge: 100
If you don't like the warning, then a command such as upsc ups at cyva 2>/dev/null
will hide it.
Otherwise the simplest, and possibly the safest, solution is to create local
self-signed certificates. For instructions see chapter 10 of
https://rogerprice.org/NUT/ConfigExamples.A5.pdf . The required mkNUTcert.py
utility program is available at https://rogerprice.org/NUT/mkNUTcert.py
Roger
2024 Jul 31
1
NUT and ESXi hypervisors (for example)
...eturns. Eaton seem to have removed this capability from the recent Ellipse ECO
products maybe to force customers to the Ellipse PRO line.
Roger
[1] The configuration is described in chapter 7 "Workstation with timed
shutdown", of the Configuration Examples
https://rogerprice.org/NUT/ConfigExamples.A5.pdf
2008 Jul 04
1
Migrating windows to linux proxy server
HI,
I am migraing from windows to linux squid proxy server.I configured squid
its working fine.But i want to integrate with windows 2003 Active
Directory Service for user authentication.Can any one help me in configuring
the same. its very urgent for me.
Thanks in advance
lingu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jul 16
2
Power Down ESXi before SAN
I have 2 APC UPS systems, one is connected to my ESXi host and the other to
my FreeNAS. The battery for the FreeNAS will run out before the battery
for the ESXi, so I need ESXi to shutdown first. If I wait until
BatteryLow on ESXI, it will be too late as FreeNAS will have already
shutdown. How can I change the configuration on ESXI to shutdown after a
small delay so that it is done before
2018 May 03
3
Does the NUT shutdown the UPS?
Hi everybody!
I was reading the user manual but something is little gray to me. Does the
master instruct the UPS to shutdown after it?
I'm asking because I'm still testing stuff here and I don't want my UPS to power
everything down. I would be a terrible experience if it happens! :-)
Regards,
2024 Jun 02
0
UPS not Shutting Down
...r Power CP1500 AVR UPS"
vendorid = 0764
productid = 0501
# if the charge is less than 75 percent trigger a LB status
override.battery.charge.low = 75
# Some drivers reset battery.charge.low to the default value. lowbatt
addresses this
# See chapter 2.7 in https://rogerprice.org/NUT/ConfigExamples.A5.pdf
lowbatt = 75
# if the remaining charge is less than 1200s (20 minutes) trigger a low
battery status
override.battery.runtime.low = 1200
# Wait 10 minutes before attempting to restart the ups load after a power
cut
ondelay = 600
# wait 5 minutes for ups to power off
override.u...
2017 Apr 19
2
Using ntlm_auth to get NTLMv2 Session support from an application
Hello:
As many of you already probably know, the neon library is the workhorse for
davfs support.
However, right now, the current version of libneon has very limited support
for NTLM, particularly NTLMv2, both on the challenge/authentication side as
well as handling NTLMv2 Session Security.
There is a patch somewhere to add NTLMv2 authentication support natively
but there is zero support for
2019 May 26
2
Low Battery False Alarms
2024 Jul 31
1
NUT and ESXi hypervisors (for example)
...e.
Today, we're using APC SMT2200 units. I'll have to look to see if this
is supported there or not.
H
> Roger
>
> [1] The configuration is described in chapter 7 "Workstation with timed
> shutdown", of the Configuration Examples
> https://rogerprice.org/NUT/ConfigExamples.A5.pdf
>
>
> _______________________________________________
> Nut-upsuser mailing list
> Nut-upsuser at alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser
>
2016 Aug 30
2
set UPN / SPN from samba-tool.
And reading last mails comforts me in believing the filter used by client
side to retrieve user is not correct, that filter should use SPN then you
won't need to set up SPN into UPN field.
2016-08-30 15:55 GMT+02:00 mathias dufresne <infractory at gmail.com>:
> Hi Louis,
>
>
> 2016-08-29 16:18 GMT+02:00 L.P.H. van Belle via samba <
> samba at lists.samba.org>:
>