Displaying 20 results from an estimated 557 matches for "defending".
2017 Sep 17
4
building on Solus
Hi Charles,
Thanks for your help.
Seems to be mostly ok except am getting error access denied. See below.
I see from searching this is a common error but so far I can't find a fix.
This is how I configured things before make and install.
created group nut
nut:x:103:
created system user ups with group nut.
ups:x:123:103::/home/ups:/bin/bash
Create statepath directory.
sudo mkdir -p
2017 Sep 16
3
Flatpak request
I am using NUT on Linux Mint with no issues. Installed from PPA.
However I have tried on 3 occasions to build from source for Solus 3 and
have had no luck.
Is there a possibility of NUT being built into a Flatpak so all
distributions can use it.
If it was available on Flathub it would be a simple and foolproof way of
installing it.
Many thanks for a great application.
2006 Jul 06
5
Single table inheritance
I''m having a class called Person, with subclasses as goalkeeper,
forward, defender.
Now a person can be a forward as well as a defender or a goalkeeper.
I want to use single table inheritance like :
class Goalkeepr < Person
end
And not have multiple boolean columns like in my people table like is
is_goalkpeer, is_forward, is_defender.
How do I go about it ?
Thanks,
Pratik
--
rm
2008 Jul 22
1
BlackIce Defender Problem
Just downloaded Black Ice Defender for Ubuntu Linux, and I'm opening it up with wine, I get to the final stage of the Installation and i would get this error
( Failed to load dll: ICEinstallNT.dll )
Any help please?
2012 Feb 25
2
dungeon defenders stopped working after game update
After a steam and dungeon defenders update, the game stopped working with a crash at start time. These are the relevant messages, tested with wine 1.4 rc5. Suggestions?
fixme:advapi:RegisterTraceGuidsW (0x34136b0, 0x3ead7b8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x3e7f5f8, (null), (null), 0x3ead7d0,): stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that
2024 Jul 16
1
[Bug 3711] New: How do you defend against the D (HE) ater attack?
https://bugzilla.mindrot.org/show_bug.cgi?id=3711
Bug ID: 3711
Summary: How do you defend against the D (HE) ater attack?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2012 Feb 10
0
Rspec testing (gunfight at coral)
...this group is
conflict-free if none of the cowboys in the subset are attacking each
other.
5. A cowboy (let''s call him C is defended by some group of cowboys
(let''s call this group X) if any cowboy attacking C is attacked by a
member of X.
6. We say that a group of cowboys is self-defending if every cowboy in
the group is defended by the group, and the group is conflict-free.
Task 1
Create a ruby class called Fighters that takes in a set of cowboys and
attacks between cowboys, e.g.
Fighters.new([:a,:b,:c],[[:a,:b],[:b,:c],[:c,:a]])
This represents the situation where we have 3 cowb...
2018 Jun 06
2
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
Hi All,
I am trying to install and configure NUT [ 2.7.4 ] to shutdown my iMac [
10.13.5 ] via my Powershield Defender 1200 UPS when the UPS reaches a
specified lower battery condition.
The Defender 1200 attaches to the iMac via USB.
The Defender appears on the the HCL - The required driver is 'blazer_usb'
The UPS is visible on the USB bus as:
USB to Serial:
Product
2020 Mar 07
2
Power Shield Defender 1200 - The Story Continues
Hi,
Sometime ago [ June 2018 ] I posted a message about getting trying to
get NUT to work with a Power Shield Defender 1200VA UPS. This model
appears in the HCL at https://networkupstools.org/stable-hcl.html
That UPS reported the following when queried using 'lsusb' on an iMac
running macOS [ 10.15 ]
Bus 001 Device 008: ID 0665:5161 Cypress Semiconductor USB to Serial
Device Descriptor:
2012 May 20
1
[HCL] PowerShield Defender 1200VA supported by blazer_usb (mustek subdriver)
Hi Team,
I've been experimenting with getting the PowerShield Defender 1200VA UPS working and it appears to be supported by the blazer_usb driver, although it did not have the correct permissions within udev to load the driver as the non-root user after an RPM install on Fedora Core 16.
[root at localhost ~]# lsusb
...
Bus 006 Device 005: ID 0665:5161 Cypress Semiconductor USB to Serial
2017 Sep 17
2
building on Solus
Hi Charles,
I am using the same configs as I have in Linux Mint. What do I need to
change here?
ups.conf
[defender]
??? driver = blazer_usb
??? port = auto
??? pollinterval = 5
??? desc = "PowerShield Defender 650"
upsd
??? default.battery.voltage.high = 13.70
??? default.battery.voltage.low = 10.40
upsd.users
[local_mon]
??? ??? password = ********
??? ??? allowfrom =
2020 Mar 07
0
Power Shield Defender 1200 - The Story Continues [HCL]
On Mar 7, 2020, at 2:02 AM, HILL Walter <hill at ieee.org> wrote:
>
> idVendor 0x0665 Cypress Semiconductor
> idProduct 0x5161 USB to Serial
[...]
> N.B. the Product ID and Vendor ID are unchanged between the two models
> despite the fact that they function and operate quite differently.
>
Thanks for the information - sorry to hear you are dealing
2023 Apr 12
1
Defend against user enumeration timing attacks - overkill
Dear colleagues,
I have a question about this commit:
https://github.com/openssh/openssh-portable/commit/e9d910b0289c820852f7afa67f584cef1c05fe95#diff-a25e40214ca9c9f78abce22f23bf2abdb2a24384c6610d60bbb314aed534eb48R216
The function ensure_minimum_time_since effectively doubles the time
spent in the input_userauth_request (mostly presumably in PAM). So if
PAM processing is really slow, it will
2023 Jun 28
1
Defend against user enumeration timing attacks - overkill
Dear colleagues,
May I ask you to explain whether I am wrong in my conclusions?
On Wed, Apr 12, 2023 at 11:55?AM Dmitry Belyavskiy <dbelyavs at redhat.com> wrote:
>
> Dear colleagues,
>
> I have a question about this commit:
>
>
2023 Jun 28
1
Defend against user enumeration timing attacks - overkill
Dmitry Belyavskiy wrote:
> May I ask you to explain whether I am wrong in my conclusions?
I guess it's not clear what problem you are trying to solve.
//Peter
2023 Jun 28
1
Defend against user enumeration timing attacks - overkill
Dear Peter,
I'm trying to balance the original problem statement (protection from
users enumeration) and avoid doubling time here if the process has
already taken a long time to provide faster auth method iteration.
I believe that a better solution is to set some arbitrary (probably
configurable) timeout and, in case when we spend more time than that
value, avoid doubling it.
On Wed, Jun 28,
2008 Jul 14
0
"Reasonable doubt" - was "Re: shapiro wilk normality test"
>>> Ted Harding <Ted.Harding at manchester.ac.uk> 14/07/2008 00:16 >>>
>said:
>What constitutes "reasonable doubt" can become a very interesting
>question, but there are some crimes for which it has a definite
>statistical interpretation
Warning for potential courtgoers: "reasonable doubt" NEVER has a direct
statistical interpretation in a
2007 Dec 28
1
defending the wiki
Hello,
There was some wiki butchery done.
Meanwhile it is reverted.
( See http://syslinux.zytor.com/wiki/index.php/Special:Recentchanges
for mor information about it )
Could a captcha[1] be added to the syslinux wiki
to have some form of defence?
Cheers
Geert Stappers
[1] http://en.wikipedia.org/wiki/Captcha
2012 Feb 07
0
sound in dungeon defenders
is anyone here playing dundef with sound in-game? I have sound in the cut scenes, but not in-game.
In the terminal there is a reference to the alsa version that should be > 1.0.24 (IIRC). Anyway, I upgraded it, still no sound and then I had to go back to 1.0.23 since I lost mic.
Other than that, no sound related errors.
2018 Jun 06
0
Apple iMac OS X 10.13.5 | Powershield Defender 1200 UPS
On Jun 6, 2018, at 5:18 AM, Walter HILL <hill at ieee.org> wrote:
>
> Does anyone know of a relatively recent guide to getting this UPS
> running on a newer version of OS X? I am aware that Apple have been
> re-engineering their startup process so I expect that getting the driver
> to work may be the least of my problems.
>
To be honest, I have not seen much demand for