search for: gazillions

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

Did you mean: gazillion
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
Hi Nick, > It'd be nice to say "this StoreInst doesn't overlap that StoreInst" in a > metadata. Or perhaps "here's the likely values for this SwitchInst". well... ok, if you must :) > I have only weak ideas for how interprocedural metadata could be used, > but it's clear that an MDNode made out of WeakVH's could hold one, which > is why
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 layout of the
2017 Jun 06
2
Usage of PROTECT_WITH_INDEX in R-exts
On 06.06.2017 10:07, Martin Maechler wrote: >>>>>> Kirill M?ller <kirill.mueller at ivt.baug.ethz.ch> >>>>>> on Mon, 5 Jun 2017 17:30:20 +0200 writes: > > 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);
2013 Jun 05
2
reshape2 issue continued
Hi again all, Several replied ASAP that I also needed reshape loaded and not just reshape2. Hmmm tried that and I had some output but not the correct format. What I need is to run simulations of time overlap between species as per the simulation program data input constraints: The basis for the simulations is a species by _time-use matrix in which species are arranged in rows, and time
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 \
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 on my machine. So I want to be able
2006 Mar 04
4
I need to make some comment on WineTools
I just red the article on the website about winetools. This is controversy is a non starter in my oppinion. I believe that something like winetools should be included 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
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
Hi all, I have some ideas for GSOC projects using LLVM, where should I post them? Idea #1: llvm-env A simple tool, with little or no dependency on LLVM itself, that will investigate a target architecture by probing hardware, software, libraries and compiling and executing code to identify all properties that would be relevant to command-line options, triple settings etc. The first stage is to
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.
Hey, So I tried to fix these errors, and have everything compiling now... not too difficult, just annoying. error C2248: 'llvm::EquivalenceClasses< > > ElemTy>::ECValue::ECValue' : cannot access private member declared in class > 'llvm::EquivalenceClasses<ElemTy>::ECValue' C:\Program Files > (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory 208
2013 Feb 27
2
[LLVMdev] [cfe-dev] GSOC Projects
Renato, Actually I wanted to send GSOC email about the open projects tonight. So, yes - please add them to the corresponding ideas pages. On Wed, Feb 27, 2013 at 10:57 PM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 27, 2013, at 9:24 AM, Renato Golin <renato.golin at linaro.org> wrote: > >> Hi all, >> >> I have some ideas for GSOC projects using
2017 Jun 09
1
Usage of PROTECT_WITH_INDEX in R-exts
>>>>> Kirill M?ller <kirill.mueller at ivt.baug.ethz.ch> >>>>> on Thu, 8 Jun 2017 12:55:26 +0200 writes: > On 06.06.2017 22:14, Kirill M?ller wrote: >> >> >> On 06.06.2017 10:07, Martin Maechler wrote: >>>>>>>> Kirill M?ller <kirill.mueller at ivt.baug.ethz.ch> on
2006 Sep 13
1
network prob on Centos 4.4/HP DL320 G2
Hi! I've installed Centos 4.4 on a machine at work (it's a HP Proliant DL-320 G2 rackmout server that serves my desktop). In recent days (Centos 4.4 has only been installed for a little over a week), like, since Wed or Thu last week, every time I reboot Kudzu wants to remove the network adaptors then reinstall them and breaks the network. I've gone to the point of disabling one of