search for: avert

Displaying 20 results from an estimated 44 matches for "avert".

Did you mean: alert
2006 Nov 29
3
slightly less random random macs
Hello all, There''s been many posts lately about problems that stem from either duplicate macs, non static macs and other networking issues that would be averted if a mac was specified upon vm creation. I''ve been using this little function I wrote in my shell scripts that setup dom-u''s from a csv file and its worked rather well, lets you control the prefix and characters used in making the mac. As far as I know there is no "stand...
2006 Jul 15
6
Subversion and migrations confusion
I''ve spent the last several months learning RoR and building my first app. I''ve not used migrations yet and honestly don''t understand them much, and have not had my app under version control. I''ve decided it''s time (I know, some will say way past time ;-) ) to put the app under version control. I''ll be using Subversion and have begun working
2007 Jun 28
2
You All Get To Live!
Ok, my little experiment proved my point. Ruby 1.8.6 is not viable for production. Requiring it and dropping the cgi fix back patch isn''t an option. It''s not even clear whether the latest 1.8.6 has any remaining fixes. So, crisis averted. Mongrel WILL NOT require 1.8.6 and now I''m going to dig out where these security fixes are coming from and how to host this kind of stuff. Thanks for the feedback folks. -- Zed A. Shaw - Hate: http://savingtheinternetwithhate.com/ - Good: http://www.zedshaw.com/ - Evil: http://yearo...
2008 Jan 16
1
menu(s) won't compile because of missing header file
...nd type 'make' it fails with this error: libmenu/help.c:17:57: error: loadfile.h: No such file or directory libmenu/help.c: In function 'showhelp': libmenu/help.c:99: warning: implicit declaration of function 'loadfile' make: *** [libmenu/help.o] Error 1 The problem can be averted by adding the proper header location the file /menu/libmenu/help.c Line 17 should be: #include <syslinux/loadfile.h> // to read entire file into memory I'm guessing loadfile.h used to be in /com32/include. :) Patrick Verner www.partedmagic.com _______________________________...
2020 Jul 18
2
Streaming SSL / HTTPS with m3u file
...t> --> </listen-socket> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> Can you confirm whether the issue in the thread above has been resolved? … and is there something else I need to do in the config to avert this problem? Cheers Damian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200718/81446f71/attachment.html>
2013 Feb 26
3
mfi timeouts
> On 28/10/2011 04:14, Jan Mikkelsen wrote: > >/ Hi, > />/ > />/ There is a patch linked to from this PR, which seems very similar: > />/ > />/ http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/140416 > />/ > />/ http://lists.freebsd.org/pipermail/freebsd-scsi/2011-March/004839.html > />/ > />/ The problem is also consistent with running
2003 Oct 30
1
RedHat 9 Samba and SWAT
...;re doing has time to step through the RedHat 9.0/Samba 3.0 install, it's clear that the published How-To (both in the O'Reilly book and in the Samba documentation) don't quite work, either because paths have changed or steps were left out. Fixing these would make my life easier and avert a not so inFAQ. Thanks, Todd P.S. If I'm doing something really stupid, please let me know.
2003 May 12
1
Users capable of changing SAMBA passwords?
...ng systems. I searched the archives of the samba@lists.samba.org mailman list, and did not see any questions of this nature for the last two months. Additionally, I exhausted my search on google for the answers to this question. I apologize in advance if I did not search hard enough. (trying to avert flames, if possible!) Is there a way that a user can change his/her own SMBPASSWORD and/or UNIX (Linux) password without having to grant SSH access to the Samba server box? I thought I saw mention of a utility but it appeared to be deprecated. Any assistance with this matter would be greatly ap...
2015 Aug 26
1
New users not visible within webmin
...oints) sont personnel et pourraient contenir des renseignements confidentiels. Si vous n'êtes pas la personne désignée pour recevoir ce message, vous ne devez pas l’utiliser, en révéler le contenu, le propager, le copier, ni en imprimer le contenu. Si vous recevez ce courriel par erreur, en averter l'expéditeur par courriel et détruisez ensuite le message. /
2004 Sep 23
3
Help with strategy for echo cancellation.
I have just installed * (RH9, P4 3.0GHZ, 1G RAM) in a small office, using three TDM400's with 4 FXO's each for incoming calls. Outgoing calls are (for the moment) routed via VoicePulse. Phone sets are Cisco 7940G's using SIP. I'm getting intermittent echo on outgoing calls, and my understanding, based on reviewing the wiki and several posts here, is this: >>>> The
2012 May 22
0
[LLVMdev] Match operands
...itially get the mnemonic, including those suffices as a single string, most likely. That will need to be manually split into its components so that the base mnemonic and the suffices are distinct for the matcher. ARM does similar things. I suggest looking there an example of how this might be done. Avert your eyes from some of the other horrible hackery in that function, though. ;) -Jim > . > . > } > > So, when the MatchInstructionImpl is called it seems to look for a pair of instructions that match the mnemonic: > > // Search the table. > std::pair<const MatchEntr...
2006 Oct 24
3
"Fixing the Caller-ID Problem", by John Todd for O'ReillyNet
...calls with a Caller ID that may be from one of many possible clients. More troubling is the possibility that Caller ID may be used to trick unsuspecting call recipients into certain actions or beliefs, and it is this concern that's currently creating a legislative threat I believe must be averted. ... Congress is currently considering legislation titled The Truth in Caller ID Act, which certainly sounds noble. Who doesn't want correct Caller ID when receiving a call? The truth is that this bill is redundant--the Wire Fraud Act already covers this issue, and adding more wording...
2008 Feb 17
6
How to take down a system to the point of requiring a newfs with one line of C (userland)
...it had to do with the number of files in the top-level filesystem directory, and found that to be true. the short c program in the next section (how to repeat the problem) contains this. a second test shows that, after a newfs, if this done in any subdirectory of that filesystem, the panic is averted, and all is well. apparently this bug only effects top-level directories of a UFS2 filesystem. I have not attempted this to a non-UFS2 filesystem. IMHO, a security advisory should be released, since any user with write access to ANY top level directory of ANY mounted filesystem (most system...
2008 Feb 17
6
How to take down a system to the point of requiring a newfs with one line of C (userland)
...it had to do with the number of files in the top-level filesystem directory, and found that to be true. the short c program in the next section (how to repeat the problem) contains this. a second test shows that, after a newfs, if this done in any subdirectory of that filesystem, the panic is averted, and all is well. apparently this bug only effects top-level directories of a UFS2 filesystem. I have not attempted this to a non-UFS2 filesystem. IMHO, a security advisory should be released, since any user with write access to ANY top level directory of ANY mounted filesystem (most system...
2012 May 22
2
[LLVMdev] Match operands
I'm trying to implement the standalone assembler for mips and I have encountered a problem in instruction operands matcher. In mips instruction set there are math instructions with two format flags in the mnemonic, one for source and one for destination register. For example ceil.w.s means both source and destination are F32 registers while ceil.l.d means both source and destination are F64
2016 Feb 01
0
How to build CentOS 7 AMI
...registrations allow for the ability to notify users of any changes, and I am not necessarily advocating for switching away from the Marketplace as the primary AMI location. I would like to be provided the opportunity to build a private AMI in the exact same procedure as the official image so as to avert the restrictions provided by the Marketplace. Thank you, Alan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20160201/772daa1e/attachment.html>
2019 Nov 24
0
Warning: old key(s) found and disabled.
On 2019/11/24 16:52, Frank Myhr wrote: > When tinc says it "disabled" the old key, did it it in fact *delete* it? > I haven't found it anywhere on the system. Crisis averted. Turns out I have another local host whose public key is known by my remote hosts. So I can use this 2nd local host to update host_on_existing_net's public key on the remote hosts and all should be good. Still, I'd prefer tincd to issue a warning and prompt for confirmation *before*...
2012 Jan 11
1
ices2 memory leak on Debian/ARM (The Darkener)
Sorry to interrupt but for such devices you should use Optware. - It is created for this kind of hardware. http://www.nslu2-linux.org/wiki/Optware/HomePage Here is the Bootstrap for ARM http://ipkg.nslu2-linux.org/feeds/optware/syno-x07/cross/unstable/syno-x07-bootstrap_1.2-7_arm.xsh and in this repository you find a Ices Package: ices0 Version: 0.4-2 Depends: libshout, libxml2, perl Status:
2020 Jul 19
0
Streaming SSL / HTTPS with m3u file
...> > <listen-socket> > <port>8443</port> > <ssl>1</ssl> > </listen-socket> > > > Can you confirm whether the issue in the thread above has been resolved? … and is there something else I need to do in the config to avert this problem? > > Cheers > > Damian > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://l...
2000 Dec 05
0
Re: mail loop?
...Thomas Lumley <thomas at biostat.washington.edu> writes: TL> I'm receiving duplicates of a number of old r-help messages, all with TL> headers having the rly-mx2.maxis.net.my section in the message below. Is TL> this at your end? Do you know about it? Doug Bates has averted me; and I have since stopped these to be propagated to R-help [[ they are now bounced into my (mainter) mail box, only .. ]] Next measure will be to unsubscribe whoever's E-mail address is the culprit.. I'm sorry, dear R-help readers, for any possible confusion. I hope Doug Bates'...