search for: gazillion

Displaying 20 results from an estimated 101 matches for "gazillion".

Did you mean: bazillion
2010 Sep 20
1
Problem installing latest dovecot w vpopmail
Hello - I am trying to migrate my dovecot installation from an older server running version 1.x to the latest 2.0.3 When I run configure --with-vpopmail, it bombs pretty quick as follows: ./configure --with-vpopmail checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for
2014 Dec 30
3
CUPS and Samba4
Hi, I'm going to migrate my old CUPS server to a new setup. It shall provide the printing backend for Samba4 and should integrate as seamless as possible. Both Windows and Linux users should not require additional passwords, but should be authenticated by their Kerberos tickets. Is there anything particular to consider? E.g. has the CUPS server to be joined to the AD and should it run a
2009 Apr 23
0
[LLVMdev] metadata syntax
...upport in the > future. How can MDNodes made out of WeakVH's result in this? > The first client for metadata I have in mind for metadata is TBAA. To hold the graph of which type can alias which other? I fear that metadata, being extremely flexible, is going to end up being used for a gazillion different things simply because it's the easy solution (it's already there), not because it's the right solution, resulting in a big pile of ill-defined metadata mush floating around in the IR. Any thoughts on how to avoid that? Ciao, Duncan. > > Nick > > > > &g...
2010 Nov 12
3
Official Documentation for Asterisk 1.6 Realtime ODBC Tables
Hi All, I'm having an issue where Asterisk continuously sends out a GAZILLION "SIP NOTIFY" messages when a user has a voice message in their INBOX. This issue is only present when my SIP users and peers are configured from my ODBC backend (MySQL). A static configuration of users in sip.conf resolves this and everything works fine. I'd like to confirm the layo...
2017 Jun 06
2
Usage of PROTECT_WITH_INDEX in R-exts
...gt; PROTECT_WITH_INDEX(s = eval(OS->R_fcall, OS->R_env), &ipx); > > > because PROTECT_WITH_INDEX() returns void. > > Yes indeed, thank you Kirill! > > note that the same is true for its partner function|macro REPROTECT() > > However, as PROTECT() is used a gazillion times and > PROTECT_WITH_INDEX() is used about 100 x less, and PROTECT() > *does* return the SEXP, > I do wonder why PROTECT_WITH_INDEX() and REPROTECT() could not > behave the same as PROTECT() > (a view at the source code seems to suggest a change to be trivial). > I assume usu...
2013 Jun 05
2
reshape2 issue continued
...main data set by Location ID first then have the code run but for time values and not dates. I need to tweak this a bit more to see if I can figure that out as well. I will have many repetitions of this dat reformatting so it is important I get the code correct one time so I can run this on the gazillion or so data sets accumulated. Rather than use reshape can I use _recast_ in place of cast and stick with reshape2? Bruce [[alternative HTML version deleted]]
2006 Feb 24
1
Any way to audit view pages for missing h() calls?
I''ve got an app that has about a gazillion <%= statements in the view pages. I''m pretty sure I''m using h() everywhere I need to, but is there an easy way to figure out if there are any calls I''ve made that are missing h() and need it? Pat
2001 Nov 07
1
Error compiling 2.4.14 with ext3 patch
Please CC me as I'm not subscribed. Attached is my kernel configuration. Please forgive me if this is being asked a gazillion times in the list. I'm using the 2.4.14 patch found at http://www.uow.edu.au/~andrewm/linux/ext3/ . ld -m elf_i386 -T /usr/src/linux-2.4.14/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \ --start-group \ arch/i386/kernel/kerne...
2009 Sep 22
1
digium fax: can't indicate condition 19?
In my attempts to set up digium fax I get an odd warning: -- Executing [s at Capture-Fax:2] ReceiveFAX("SIP/173-b53023e8", "/var/spool/asterisk/fax/20090921_1806.tif") in new stack -- Channel 'SIP/173-b53023e8' receiving fax '/var/spool/asterisk/fax/20090921_1806.tif' [Sep 21 18:06:37] WARNING[5149]: chan_sip.c:5561 sip_indicate: Don't know how
2014 Apr 25
2
Some basic SELinux questions
At my place we don't use SELinux because we have a gazillion tonnes of legacy software that just are not compatible with the default policies. No one wants to go to the effort of working out everything that needs changing. We also use cfengine for central management. Which somestimes causes a problem when CFe modifies a file that I don't want modified...
2006 Mar 04
4
I need to make some comment on WineTools
...d in the wine distribution to begin with. It should be something under the control of the developers themselves and bug reports should be added to fix any problems. Why did it take someone outside of the wine development team to do this. For the average user we don't want to have to make a gazillion changes in winecfg. You guys are always adding new features or making changes. I want to just get something going not get stopped at the door by a huge barrier to entry. If the development team had such a tool it could make test releases and production releases. The production release would ha...
2008 Aug 05
2
PHP Script to display Whether Stream Is Up
Hi, I was wondering whether or not someone knew of a php script for Icecast2, that would allow me to display, in plain text to listeners, whether a stream was up or not? The script would somehow have to check I guess the xml file to see if a stream is online, display a message that the stream is online, and an image that says toon in. I could program in PHP, somewhat, but what variables would I
2017 Jun 05
2
Usage of PROTECT_WITH_INDEX in R-exts
Hi I've noted a minor inconsistency in the documentation: Current R-exts reads s = PROTECT_WITH_INDEX(eval(OS->R_fcall, OS->R_env), &ipx); but I believe it has to be PROTECT_WITH_INDEX(s = eval(OS->R_fcall, OS->R_env), &ipx); because PROTECT_WITH_INDEX() returns void. Best regards Kirill
2009 Apr 23
5
[LLVMdev] metadata syntax
Duncan Sands wrote: > Hi Nick, > >> I'm looking for input into the syntax for future metadata work. The plan >> is to make MDNodes hold a list of WeakVHs which will allow us to track >> metadata associated with values even through calls to >> ReplaceAllUsesWith. It also means that you can refer to other Values in >> the program, including instructions
2013 Feb 27
4
[LLVMdev] GSOC Projects
...d-line options, triple settings etc. The first stage is to build a CFLAGS for Clang that would produce code on the current Host to the identified Target. The second stage would be to produce a configuration file (that can be used independently of the Host) so that Clang can read it and not need a gazillion of command-line options. Such file should be simple JSON / INI or anything that Vim could change. Idea #2: LNT perf Monitor The LNT perf database has some nice features like detect moving average, standard deviations, variations, etc. But the report page give too much emphasis on the individual...
2007 Jun 22
2
Waiting For Completion
I am writing an application that will display a series of images. When a link is clicked the images will fade away, and new images will fade in. I am starting by trying to simply fade the images out then back in through a function: function ChangeImage() { Effect.BlindDown(''MyElement'',{duration:0.5}); Effect.BlindUp(''MyElement'',{duration:0.5}); } This
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...like passing in 0 as a pointer into the pair<> template if that argument is in reality a pointer. seems weird since if (bla == 0) works fine, but pair<int, void*>(0,0); does not, anyway, the fix was to just cast that 0... so pair<int, void*>(0, (void*)0); ------ Last there is a gazillion errors around the fact that Microsoft for some crazy stupid reason has defined setjmp to _setjmp, and thus the generated intrinsics.gen goes completely insane everywhere. I'm sure this is a legacy thing in visual studios libraries, but wow... Anyway, my solution to this was to make a 'intr...
2013 Feb 27
2
[LLVMdev] [cfe-dev] GSOC Projects
...c. >> >> The first stage is to build a CFLAGS for Clang that would produce code on the current Host to the identified Target. >> >> The second stage would be to produce a configuration file (that can be used independently of the Host) so that Clang can read it and not need a gazillion of command-line options. Such file should be simple JSON / INI or anything that Vim could change. >> >> >> Idea #2: LNT perf Monitor >> >> The LNT perf database has some nice features like detect moving average, standard deviations, variations, etc. But the report page...
2017 Jun 09
1
Usage of PROTECT_WITH_INDEX in R-exts
...t; because PROTECT_WITH_INDEX() returns void. >>> >>> Yes indeed, thank you Kirill! >>> >>> note that the same is true for its partner >>> function|macro REPROTECT() >>> >>> However, as PROTECT() is used a gazillion times and >>> PROTECT_WITH_INDEX() is used about 100 x less, and >>> PROTECT() *does* return the SEXP, I do wonder why >>> PROTECT_WITH_INDEX() and REPROTECT() could not behave >>> the same as PROTECT() (a view at the source code seems >&gt...
2006 Sep 13
1
network prob on Centos 4.4/HP DL320 G2
...that HP offers. The only RPM I've installed that I got from HP is the one that installs "hpasm", because that's the one that turns the fans from "screaming jet engine" into "low roar". (this system contains a dozen or so small fans, all of which rotate at a gazillion rpm, all not quite the same speed, so you get a dozen slightly different pitches, causing heterodyning and the resultant throbbing along with the screaming if you don't use the hpasm module.) Suggestions please? -- ------------------------------------------------------------------------------...