search for: heya

Displaying 20 results from an estimated 214 matches for "heya".

Did you mean: hey
2008 Jan 06
2
[LLVMdev] trouble with getelementptr
...duleID = 'sample.lz' @.str1 = internal constant [20 x i8] c"\22hello, cruel world\22" ; <[20 x i8]*> [#uses=1] @.str4 = internal constant [9 x i8] c"\22hello, \22" ; <[9 x i8]*> [#uses=1] @.str7 = internal constant [7 x i8] c"\22heya!\22" ; <[7 x i8]*> [#uses=1] declare i32 @puts(i8*) declare i8 @strcat(i8*, i8*) define i32 @main() { mainBlock: %tmp2 = getelementptr [20 x i8]* @.str1, i64 0, i64 0 ; <i8*> [#uses=1] %tmp3 = call i32 @puts( i8* %tmp2 ) ; <i...
2007 Sep 21
3
win32-file-stat bug
Heya all, Anyone have any ideas on this one? http://rubyforge.org/tracker/index.php?func=detail&aid=13825&group_id=85&atid=411 It''s easy enough to rescue, I''d just like to know what MRI does in this case, so we can duplicate it. Regards, Dan
2004 Apr 06
4
SYN attacks
Heya, FREEBSD 4.9-STABLE Is there anyway to block SYN attacks and prevent it from bring down my server? Its been attacking for sometime.
2014 Dec 11
2
[LLVMdev] [cfe-dev] Phabricator update
Heya, I'll look into it first thing tomorrow - probably a problem with the encoding settings. On Thu Dec 11 2014 at 9:17:40 PM Robinson, Paul < Paul_Robinson at playstation.sony.com> wrote: > What I'm seeing is that Phabricator emails double-space *everything* > (not just the diff...
2014 Dec 10
2
[LLVMdev] Phabricator update
Heya, if you wonder why phabricator is down - it's an upgrade that is running a database update that takes a while (probably 3-5 more hours). I'll update this thread once it's finished and phab is up again. Cheers, /Manuel -------------- next part -------------- An HTML attachment was scru...
2001 Jan 14
3
VORBISCOMMENT
Heya guys, How long until we get a WORKING Vorbis Comment editor? For Windows? -- Robert J. Lynn, Jr. Brainbench Certified Computer Technician, Linux Administrator, and Master Windows 98 User PGP Key ID: 0xCDE22CFB (RSA) rjlynn@suscom.net, rjlynn@crosswinds.net EFNet: Vegeta99 --- >8 ---- List arch...
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all, I?m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, plus a look on our product fluxiom - on March 17, here in Vienna, Austria (for german speaking audiences). Here...
2004 Aug 06
2
what happens to a client when a streams source dissapears
Heyas all, I've had a good root round in the docs but cant seem to find an answer to this:...
2001 Jan 08
2
fatal: PRNG initialisation failed
Heya, I have compiled and installed OpenSSH on a Solaris/Sparc machine and whenever I try to start any of the ssh programs I get "fatal: PRNG initialisation failed -- exiting" Now, I have looked through the mailing lists and have seen some mention that this indicates it can't open the s...
2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
Heya Rodrigo Not sure, but this expansion on Sammy's concept may help you achieve the delayed ring on the secondary extensions you were looking for. exten => _600.,1,Dial(PJSIP/${EXTEN}) exten => _600.,n,Hangup exten => _600.wait5,1,Wait(5) exten => _600.wait5,n,Dial(PJSIP/${EXTEN:0:4...
2014 Dec 10
2
[LLVMdev] Phabricator update
...base we use is doing some cleanups). On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: > And i was thinking something wrong with my proxy configuration :P > > On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: > >> Heya, >> >> if you wonder why phabricator is down - it's an upgrade that is running a >> database update that takes a while (probably 3-5 more hours). I'll update >> this thread once it's finished and phab is up again. >> >> Cheers, >> /Manuel >&g...
2003 Nov 23
2
Ogg Vorbis use in the Visual Basic .net environment
Heya everyone, I'm planning on putting functionality into a Visual Basic program to be able to play back Ogg Vorbis encoded multimedia files and I'm having difficulty finding out how. Would anyone have any ideas on how I could do this? Perhaps if I were able to use the Ogg Vorbis libraries as a...
2008 Jun 27
2
Samba PDC: Vmware Problem
Heya All I'm having a Samba PDC on Centos machine from past 4-5 months everything went one coolly untill I installed vmware on this same machine to put a new server, as the hardware of the computer was very good to support it. No worried with the vmware even both the servers are running properly....
2004 Dec 03
4
Is my Apache server running as the root user or not?
Heya.. By reading my /usr/local/etc/apache2/httpd.conf, I can find out that my Apache is running as the user "www" and the group "www" .. Yet, when I run sockstat, it tells me one of the forks are runned as root and listening on port 80 as well as the other forks are runned by www:w...
2014 Dec 11
3
[LLVMdev] [cfe-dev] Phabricator update
...t; wrote: >>>> >>>> And i was thinking something wrong with my proxy configuration :P >>>>> >>>>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> >>>>> wrote: >>>>> >>>>> Heya, >>>>>> >>>>>> if you wonder why phabricator is down - it's an upgrade that is >>>>>> running a >>>>>> database update that takes a while (probably 3-5 more hours). I'll >>>>>> update >>>>&...
2014 Dec 11
3
[LLVMdev] [cfe-dev] Phabricator update
...4 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: >> >> And i was thinking something wrong with my proxy configuration :P >>> >>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> >>> wrote: >>> >>> Heya, >>>> >>>> if you wonder why phabricator is down - it's an upgrade that is running >>>> a >>>> database update that takes a while (probably 3-5 more hours). I'll >>>> update >>>> this thread once it's finished and p...
2008 Apr 15
4
ActiveRecord::StatementInvalid in BlogController#index
Hello. I''m trying to do the video tutorial "how to build a blog engine in 15 minutes with ruby on rails" from the main rubyonrails website, and I''m getting an error when I try to use scaffold :post after editing my config file for the mysql database. Here is the exact error I''m getting: ActiveRecord::StatementInvalid in BlogController#index
2004 Aug 06
2
dumpfile with libshout2/icecast2
Heyas, I'm trying to get setDumpfile working with the java libshout bindings. I am calling shout_set_dumpfile(shout,char*) after specifying the port, host, mount and password, yet, the dumpfile is not created on the server side. To be more specific, I'm trying this: bin/streamAdmin -d /tmp/te...
2004 Aug 06
2
pull relay problems
heya... i'm extremely new to the list (10 minutes), and i have a burnin' question that i was hopin' you folks could help me out with. i'm running beos as an encoder box, with two streams (8000 and 8001) hosted on it. the idea is to use my redhat box to relay those streams to the publi...
2010 Mar 26
2
corrupted mbox
Heya, we have two IMAP (UW-imap and dovecot) servers accessing the same mbox files for our users (don't ask why) and sometimes the UW-imap corrupts the mbox file. The mbox looks just like normal mbox except it does not have the proper 'From ' beginning of the file (usually there are some ra...