search for: hithere

Displaying 14 results from an estimated 14 matches for "hithere".

Did you mean: hither
2004 Mar 31
1
Unusual Crashes in winbind
So far we have been working well for a week now. We are using Samba 3.02a on suse 9. Authentication is against an win3k AD. Apart from a Kerberos ticket expiring, (a croned restart fixes this) we have one new problem We found we needed an additional AD server as the primary begun to fail on a regular basis. So we added one. Now this new server grabs the authentication requests before the old one
2008 Oct 28
1
Dealing with progress codes
...] Answer("SIP/user9-b696fb58", "") in new stack -- Executing [5551515121 at internal:7] Set("SIP/user9-b696fb58", "CALLERID(num)=5552223333") in new stack -- Executing [5551515121 at internal:8] Set("SIP/user9-b696fb58", "CALLERID(name)=HiThere") in new stack -- Executing [5551515121 at internal:9] NoOp("SIP/user9-b696fb58", "--out the pri--") in new stack -- Executing [5551515121 at internal:10] Dial("SIP/user9-b696fb58", "Zap/G2/15551515121") in new stack -- Requested transfer cap...
2004 Oct 24
5
Automatic blacklisting.
Hi, Is there any way to automatically block all traffic from IP''s that try more than X number of blocked ports for a preset amount of time? The log I get every morning seems to be getting bigger and bigger with port scans and attempts to access various services, it would be nice if these IP''s could be automatically blocked for like a week or two.. I wouldn''t want
2006 Aug 17
3
[MARKABY] Multiline text?
Anybody know if it''s possible to have multiline text in Markaby without resorting to a bunch of text statements or putting the text block in another file and using render :file ? I need to add chunks of HTMLized javascript to my templates. Joe -- Posted via http://www.ruby-forum.com/.
2008 Jan 26
2
[LLVMdev] Question to Chris
Dear Dr.Lattner Hello, Dr.Lattner. You may find your reply at http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-August/010479.html and other your replies to me right up and down at the list. You had suggested me to read the "structural analysis" section in Muchnick's book. Thank you for this. I bought and read it, which was very helpful but... I still don't have any idea
2008 Jan 27
3
[LLVMdev] Question to Chris
Thank you, Bill. Seems to be better. Anyway...Is there a way I can do what you showed for me? Thanks, Seung J. Lee ---- Original message ---- >Date: Sat, 26 Jan 2008 22:10:01 -0800 >From: Bill Wendling <isanbard at gmail.com> >Subject: Re: [LLVMdev] Question to Chris >To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > >On Jan 26, 2008, at 9:48 AM, Seung
2003 Jan 25
4
multiple ssh tunnels needing different rules
I have a firewall running Shorewall 1.3.13-1 from rpm on a redhat 7.3 box. The box has three nics assigned to zones loc net and dmz. We also have multiple vpn links accomplished via ssh tunnels, These links all come from dynamic IP addresses with known private subnets behind them. There are basically two types of networks these vpns connect, one with access to almost everything and one with
2008 Jan 28
0
[LLVMdev] Question to Chris
Hi Seung, It should be fairly straight-forward to do in LLVM. Once you identify the loops, then identify the PHI nodes that you need to convert, then apply the transformation below. The fine details on how to create an instruction and replace one instruction with another are documented in the docs section and in other code. :-) One thing to be careful of, if you convert a variable like
2004 Aug 06
2
Ices re-encodes have died
Hi: I'm running ices on one box with three streams, one streaming as is and two re-encodes, and another box running icecast2. The straight-through stream is going strong, but the two re-encodes have died. Ices is trying to re-establish them, but it keeps saying it gets a broken pipe, as evidenced below: [2004-03-09 10:47:55] INFO encode/encode_initialise Encoder initialising in VBR mode:
2010 Jun 29
1
Voiceprompts i.e. voicemail and conferencing in multiple codecs
Hi, I am running asterisk 1.6.1.6 with a howler screamer card. I have g729 and alaw trunks from a pbx /sip providers. The howler screamer will only transcode from g729 to alaw / ulaw but my voice prompts are in SLIN and throws errors when i try and access these applications. Is it simply a case of converting the prompts into other codecs and asterisk will pick these up? ? Thanks
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
Hi, Since I''ve installed ruby and ruby-gems from source, then installed facter and puppet as gems, I don''t get the usual startup scripts shipped with RPMs. Rebuilding the ruby RPM is painful, mostly because Red Hat (and pretty much every vendor) have this tendency to include random files and patch the living daylights out of a perfectly good source package so that converting
2008 Jan 28
1
[LLVMdev] Question to Chris
Bill, Depending on what Seung's problem is, converting *out* of SSA form may actually be the wrong thing to do. Seung needs to explain exactly problem he is unable solve using SSA form. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.org/ On Jan 28, 2008, at 1:10 AM, Bill Wendling wrote: > Hi Seung, > > It should be fairly straight-forward to do in LLVM. Once you
2007 Jun 07
3
can i access module "files" w/o using client-server?
...en without a fileserver.conf file at all, it seems like puppet knows where my module is and should be able to find its files. Here is my test setup manifests/test.pp: import "testmod" include testmod modules/testmod/manifests/init.pp class testmod { file { "/tmp/hithere.txt": ensure => present, source => "/testmod/hello.txt" } } modules/testmod/files/hello.txt: hello world puppet.conf: modulepath=$confdir/modules:/usr/share/puppet/modules:/home/rich/puppet/modules i run with the command:...
2012 Nov 29
11
[LLVMdev] Getting Started
I know this process is well documented here http://llvm.org/docs/GettingStarted.html But man do I love scripting things: LLVM Getting Started (See http://llvm.org/docs/GettingStarted.html) ./getttingStarted.sh [-clang] [-compiler-rt] [-test-suite] [-branch branch] [-dir path] [-r rev] By default this script checks out ToT LLVM to the current working directory Project Options: -clang