Displaying 20 results from an estimated 3000 matches similar to: "Network admin"
2007 Jan 30
1
What about BIND 9.3.4 in FreeBSD in base system ?
http://www.isc.org/sw/bind/view/?release=9.3.4
SECURITY ADVISORIES
* CVE-2006-4095
CERT Vulnerability Note VU#915404
NISCC 172003
* CVE-2006-4096
CERT Vulnerability Note VU#697164
NISCC 172003
* CAN-2005-0034
NISCC-UNIRAS 20050125-00059
CERT Vulnerability Note VU#938617
[ODiP] == Dmitry Grigorovich
2006 Nov 11
5
src/etc/rc.firewall simple ${fw_pass} tcp from any to any established
Hi security@ list,
In my self written, large ipfw rule set, I had something that passed
http to allow me to browse most but not all remote sites. For years
I assumed the few sites I had difficulty with were cases pppoed MTU
!= 1500, from not having installed tcpmssd on my 4.*-RELEASE, but
then running 6.1-RELEASE I realised that wasn't the problem.
http://www.web.de Still failed, &
2012 Dec 12
1
captive Portal Pfsense + FreeRadius + MySQL DBMS
Dear Friends Greetings,
i have a question for you, i am sure someone can help. The pfsense captive
portal is up and running. Time countdown vouchers are working without
issue, such as 30m, 45m, 1h & so on.
However, I'd like to set up a download quota of 200MB per voucher. but
then you need to login with a username and password, instead of vouchers.
but I haven't found a way to
2015 Dec 29
2
Server not shutting down before power loss
HI thanks for replying and helping.
I've now ran the UPS down a few times from full charge to test and I don't
think it's the batteries or a problem with the UPS itself. I can watch it
go from 100% right down to 1% over 20 minutes etc and then the power gets
so low that everything just powers off!
I think it's down to Nut not actually shutting down my server that is my
problem...
2015 Dec 28
3
Server not shutting down before power loss
Hi I hope someone can please help.
I have an Ubuntu Server running 14.04.3 LTS and using an APC ES550 UPS
connected via USB.
I've installed Nut and can see it does monitor the UPS correctly and give
the correct stats with battery percentage etc.
But on doing a "real" test and unplugging the UPS from the power supply,
after watching the battery drop slowly suddenly the server just
2013 Jul 03
2
UPS has no built-in monitor. [GishPuppy]
OS: Debian Wheezy
Nut: 2.6.4-2.3
Installation method: Synaptic
Device: CDP B-UPR505
Traces, debugs, etc.: Not available or irrelevant
Description:
Where I currently live (Honduras), buying a UPS with monitoring capability means spending at least twice as much as a "plain-Jane" model - usually even more than that. Thus, since I can't afford the ones with monitoring, all I have are
2007 Jun 06
2
security weakness
Hello Remko: sorry to bother you again,after e mailing freebsd-security@FreeBSD.org mailing list, got a reply by the list moderator rejecting my message,stating that there is no valid message from that address,sugesting yet another email address, it doubts the authenticity of your recomendation
Remko, you sugested I should look into securing my emailserver installation by preventing unauthorized
2013 Mar 07
1
unacceptable utility voltage rate of change
Hi,
One of my APC devices reports: "unacceptable utility voltage rate of change".
I believe it has something to do with input voltage fluctuating too fast maybe even beneath or over the input voltage thresholds.
Should I worry about this?
should I measure input voltage? (I suppose I'd need more than multimeter readings. Maybe an oscilloscope or a multimeter that can record
2023 Oct 28
1
My Back-UPS RS 1000 went haywire, any ideas?
Is the battery old? PbAc ones usually last for 2-3 years and then degrade.
Should be a field-replaceable part.
Some 20 years ago I had an APC BackUPS become a glorified power strip every
few years, so when the wall power disappeared - load went down immediately.
It was also beeping about battery replacement (but in the closet, was not
often noticed quickly). This is also a way for you to check if
2020 Oct 10
3
Multi UPS Monitoring
Hey all,
I've read through as many relevant mailing list posts and public blog posts
as I could, but I can't seem to find an answer to my issue.
I currently have 2x Tripp Lite SMART1500LCDXLs, and I am attempting to
monitor both of them with the same Raspberry Pi using NUT. The problem I
have is there doesn't seem to be any way in the nut.conf to
differentiate between the two UPS via
2013 Jul 03
0
UPS has no built-in monitor. [GishPuppy]
Hi, Reference:
lists.vn1 at gishpuppy.com wrote:
> OS: Debian Wheezy
> Nut: 2.6.4-2.3
> Installation method: Synaptic
> Device: CDP B-UPR505
> Traces, debugs, etc.: Not available or irrelevant
>
> Description:
>
> Where I currently live (Honduras), buying a UPS with monitoring capability means spending at least twice as much as a "plain-Jane" model - usually
2002 Jul 25
2
rsync with --exclude files
HI,
I'm trying to exclude some files & directories from a filesystem which I
would like to copy to a different site. I did:
# rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt
/fs22/a/circuit_design mickey.willow.com:/cpu/store/design
where file /fs21/tmp/perl_scripts/exclude.txt contains the following
directories and files to be excluded from /fs22/a/circuit_design :
2010 Sep 01
2
HEADS UP: FreeBSD 6.4 and 8.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Everyone,
On November 30th, FreeBSD 6.4 and FreeBSD 8.0 will have reached their
End of Life and will no longer be supported by the FreeBSD Security Team.
Since FreeBSD 6.4 is the last remaining supported release from the FreeBSD
6.x stable branch, support for the FreeBSD 6.x stable branch will also
cease at the same point. Users of either of
2010 Sep 01
2
HEADS UP: FreeBSD 6.4 and 8.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Everyone,
On November 30th, FreeBSD 6.4 and FreeBSD 8.0 will have reached their
End of Life and will no longer be supported by the FreeBSD Security Team.
Since FreeBSD 6.4 is the last remaining supported release from the FreeBSD
6.x stable branch, support for the FreeBSD 6.x stable branch will also
cease at the same point. Users of either of
2007 Mar 08
2
Removing duplicated rows within a matrix, with missing data as wildcards
I'd like to remove duplicated rows within a matrix, with missing data
being treated as wildcards.
For example
> x <- matrix((1:3), 5, 3)
> x[4,2] = NA
> x[3,3] = NA
> x
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
[3,] 3 2 NA
[4,] 1 NA 2
[5,] 2 1 3
I would like to obtain
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
2003 Sep 01
6
Change include contexts runtime
Hi there
How do I change the dialplan runtime, if I for example wants all calls on
the main number to be answered by a voicemail (when it is out-of-office
hours).
I want to be able to change the configuration by pressing a DTMF combination
e.g. *82. Can't figure out whether it is necessary to change contexts or how
to do it.
I have read a lot of examples and config documentation, but I
2013 Dec 16
3
[Bug 72760] New: gdm hangs, sometimes everything else also
https://bugs.freedesktop.org/show_bug.cgi?id=72760
Priority: medium
Bug ID: 72760
Assignee: nouveau at lists.freedesktop.org
Summary: gdm hangs, sometimes everything else also
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: jklawiter at gmail.com
2005 Apr 14
1
utmp update for bsd systems (try 2)
re
i have posted this before but received no response...
is there anybod reading on this address?
cu
----- Forwarded message (env-from mickey) -----
re
this is a patch against samba-2.2.12p0 and adds support
for updating utmp on bsds. code similarly ripped from
openbsd's ftpd (;
cu
--
paranoic mickey (my employers have changed but, the name has remained)
--- utmp.c Thu Aug 12
2007 Apr 02
2
Software RAID 10?
Hello...
I have a server with 4 x SCSI drives and I would like to install Centos
4 (or 5) onto a software RAID 10 array. Do you know if this is
possible? I noticed that under the Centos 4.92 beta, RAID 5 is an option
but for some reason RAID 10 is not listed.
There does appear to be a RAID 10 module....
/lib/modules/2.6.9-42.0.8.ELsmp/kernel/drivers/md/raid10.ko
More info I found here:
2002 Aug 12
3
--include option
HI,
I'm trying to have files to be included during rsync. I have the filesystem
/stor/circuit_design/, with the following subdirectories as its contents:
clock_speed
fub_layout
test_simulations
pattern_flow
I would only like to rsync the following 2 subdirectories to the destination
machine:
clock_speed
fub_layout
and they're contained in the file called files_included:
# cat