search for: _where_

Displaying 20 results from an estimated 21 matches for "_where_".

Did you mean: _were_
2003 Jun 12
3
E1 cards
...to:sjmudd@pobox.com] Sent: Friday, 13 June 2003 7:10 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Asterisk logging questions manousos@inaccessnetworks.com (Michael Manousos) writes: > > While logger.conf indicates that you can log to a file I can't see > > _where_ > > the logging is sent to (which directory). Looking at the source it seems > > that the directory used is specified in ast_config_AST_LOG_DIR but I can't > > see where this variable is defined. Help? > > In /etc/asterisk/asterisk.conf, section [directories]: > as...
2003 Jun 11
1
Asterisk logging questions
Hello, While logger.conf indicates that you can log to a file I can't see _where_ the logging is sent to (which directory). Looking at the source it seems that the directory used is specified in ast_config_AST_LOG_DIR but I can't see where this variable is defined. Help? I have seen on the mailing list archives that someone provided a patch recently to the logger to allow...
2011 Jan 29
2
On the trail of sigsuspend(2)
...at ara2:~ # cat >t.c #include <stdio.h> #include <signal.h> int main(void) { printf("%zu\n", sizeof(sigset_t)); return (0); } root at ara2:~ # klcc -o tklibc t.c; gcc -o tglibc t.c; ./tklibc; ./tglibc 4 128 No wonder mksh no longer works? any idea _why_, _where_, and how to fix? Thanks in advance, //mirabilos -- ?It is inappropriate to require that a time represented as seconds since the Epoch precisely represent the number of seconds between the referenced time and the Epoch.? -- IEEE Std 1003.1b-1993 (POSIX) Section B.2.2.2
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
With sles 10, ''make tools'' produces the following: CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install --home="/root/xen/xen-unstable.hg/dist/install/usr" --force running install error: must supply either home or prefix/exec-prefix --
2013 Jun 11
3
load/unload segfault puzzle
...ple(lmer)) and unloading lme4, then loading and unloading the nlme package, re-loading and exercising lme4 becomes very unstable, leading eventually to a segmentation fault. More detail is available at <https://github.com/lme4/lme4/issues/35> . Because it's a segmentation fault, exactly _where_ the crash happens varies a bit according to platform and precise incantation, but it seems I can always get a segfault eventually. We had previously forgotten to write a .onUnload() function to call library.dynam.unload() [it's not entirely clear to me why R handles dynamic loading automatic...
2006 Apr 09
4
Best RJS process for what I''m trying to do...
I just wanted to ping this off the list to get some advice since I''m now pulling my hair out. Thanks in advance for taking any time to look at this. It''s much appreciated. Now, my problem is my RJS is working but it''s not inserting how I want it to insert. I have a partial I''m rendering in my view that looks like this: <ul
2002 Dec 03
0
hipzip iomega vorbis'd firmware
Hi I've seen there are few people saying someone @xiph got an hipzip firmware supporting vorbis. All references are at least one year old. Does someone know something more about that? (whether, how, _where_, ...) Expecially now that tremor's been released, it should be even easier to get such a feature, shouldn't it? bye -- Mij -o- mij@bitchx.it -o- http://mij.oltrelinux.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To uns...
2002 Dec 03
0
hipzip iomega vorbis'd firmware
Hi I've seen there are few people saying someone @xiph got an hipzip firmware supporting vorbis. All references are at least one year old. Does someone know something more about that? (whether, how, _where_, ...) Expecially now that tremor's been released, it should be even easier to get such a feature, shouldn't it? bye -- Mij -o- mij@bitchx.it -o- http://mij.oltrelinux.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To uns...
2003 Dec 15
1
[LLVMdev] Assertion failed in Pass.cpp
Hi all, I am trying to write a pass for the llc tool. I register this pass with the RegisterLLC template. However, when I try to run llc and load up the pass, I get a failed assertion: $ /storage/anshuman/llvmCVS/llvm/tools/Debug/llc -load=./libTest.so --help ... ... llc: Pass.cpp:327: void llvm::RegisterPassBase::unregisterPass(llvm::PassInfo*): Assertion `I != PassInfoMap->end()
2005 May 26
1
Re: Demonizing generic Linux issues as Fedora Core-only issues -- this thread has ended ...
...e/expertise internally (instead of just taking their next version with the patches/fixes). > I'll agree that they are good and on the average do a good job, but > that stops far short of saying that they know better than the > perl (etc.) teams what version you should be running. And _where_ did I say that? All I said was that _backporting_ is done to _minimize_ impact to the _entire_ set of _all_ packages that have been "regression tested" into a released, SLA guaranteed distro. That's what RHEL/SLES are about. At what point are you going to stop seeing what I saw as...
2016 May 03
1
Trying to build bootable iso but very confused by syslinux documentation
On 05/03/2016 12:27 AM, Geert Stappers via Syslinux wrote: > On Mon, May 02, 2016 at 11:21:13PM -0400, John Lewis via Syslinux wrote: >> I was trying to follow this tutorial >> https://help.ubuntu.com/community/LiveCDCustomizationFromScratch. i got >> confused with the part about Create an isolinux.cfg file. >> >> The show stopper for me was the mkisofs because the
2020 Aug 11
0
Re: [libnbd PATCH] API: Add nbd_set_opt_mode to expose NEGOTIATING state
...d was only ever reachable once. This patch adds a transition from NEGOTIATING to NEWSTYLE.START on command issue; and any time you change groups, the state machine requires you to jump to the new group's START state. Therefore, NEWSTYLE.START is now entered multiple times, and has to know _where_ within the group to resume operations. The change you pointed to in states-magic.c, as well as all nbd_opt_* command issues, will each set h->sbuf.option.option as the witness of why NEWSTYLE is being (re-)entered; since 0 is not a valid NBD_OPT_ code, that is our witness to fall through to...
2006 Mar 20
22
Applicationwide BusinessObject/Hash
Hello, I''m a total newbie, so please forgive my ignorance. I am trying to port an application from java to ruby. In order to do that, I need to put the object containing all the business logic into something like application scope. The nicest solution would be just to have an application wide hash, where I can put all kinds in of objects. Where and how would I instantiate such an
2013 Jan 23
3
Pasting a list of parameters into a function
I need to repeat a function many times, with differing parameters held constant across iterations. To accomplish this, I would like to create a list (or vector) of parameters, and then insert that list into the function. For example: q<-("l,a,b,s") genericfunction<-function(q){ } ###### The equivalent code would of course be genericfunction<-function(l,a,b,s){ } Any help
2004 May 24
6
RFC draft for Vorbis over RTP
Hi! What happened to this document? Was it just left dying in the IETF system? Tor --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the
2007 Nov 29
27
Strip & Sanitize BEFORE saving data
So I''ve googled my brains out, and I see a lot of talk about TextHelper for views, but next to no discussion about cleaning text _before_ it is saved. I figured this had to be asked 4 zillion times, but I''m not finding anything concrete/obvious. Using h is fine as a safety catch, but that alone is not acceptable to me as the means of diffusing the impact of HTML or JS
2000 Mar 18
4
including R in the SuSE Linux distribution
Dear R people, This message is not a message for help, so strictly off-topic, but I wanted to reach as many users of R as possible. Please excuse the fact that it is off-topic. I use Linux, and the distribution I use is the German based commercial distribution SuSE. SuSE prides itself on trying to be a comprehensive distribution of free software. However, they do not include R (or for that
2020 Aug 11
3
Re: [libnbd PATCH] API: Add nbd_set_opt_mode to expose NEGOTIATING state
On 8/11/20 12:12 PM, Richard W.M. Jones wrote: > I think this needs extra documentation in docs/libnbd.pod because it's > definitely not clear just from the rather thin manual page for > set_opt_mode how it works. docs/libnbd.pod is a good place for a > broader description of how it works. Yes, good idea. State-wise, the existing flow was: Created - Progress only by command
2008 Apr 16
4
umass causes panic on 7 amd64
...yright (c) 1992-2008 The FreeBSD Project.'? > That would indicate that the systems crashes before it gets to assign a > da device to the umass device. > > If it is something like 'da0 at umass-sim0 bus 0 target 0 lun 0' it is > interesting as well, because it can show _where_ things go wrong. > > Try something like "grep -A 1 'umass0: <' /var/log/messages.0" > > By the way, can you reproduce the crash with another umass device? > > > > It could be hardware-related, I guess - the crash is rather faster if > > I plug...
2016 Feb 03
13
[RFC] Error handling in LLVM libraries.
Hi All, I've been thinking lately about how to improve LLVM's error model and error reporting. A lack of good error reporting in Orc and MCJIT has forced me to spend a lot of time investigating hard-to-debug errors that could easily have been identified if we provided richer error information to the client, rather than just aborting. Kevin Enderby has made similar observations about the