search for: complan

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

Did you mean: complain
2009 Sep 28
0
Asterisk complaning about no such host -- never asked to contact the host it complains about
Hi, I'm seeing a very strange error when dealing with Diversions. If a call setup to a number comes to an Asterisk server, that server sends a request to a third proxy, that proxy sends the call back with a Diversion flag, Asterisk complains about the host not existing (and the host is the number). Here's the output from the Asterisk CLI with SIP debugging enabled: <--- SIP read from
2012 May 09
0
[LLVMdev] Calling C-language variadic functions
...Module' before generating the native code, because the sort of declaration/call mismatch you are experiencing is detected there. Or you are calling the external vaarg function with the same number of parameters listed on the faulty declaration, in which case `verifyModule' has no reason for complaning.
2012 May 09
2
[LLVMdev] Calling C-language variadic functions
Such as printf, etc., from IR created using the API (IRBuilder). Google hasn't provided much help, and I can't find anything relevant in the docs (the docs talk about how to do varargs in LLVM ASM, but not how to call an external vararg function that exists in a library that gets linked to the LLVM module). Is there something special I need to do? Simply calling
2004 Sep 10
2
adding song metadata
...ne mention using id3 tags. I tried this with the command-line "id3v2", and while it seemed to work I noticed that the resulting file no longer began with "fLaC", which violates the format specification. Is this a problem? The command-line decoder would still decode it without complaning. Would a better solution be to allocate an APPLICATION metadata block id for comments? If so, what format would be best for storing this kind of information? A series of null-terminated strings seems the simplest, say: ARTIST=Some Artist\000ALBUM=Some Album\000 Comments? (no pun intended :-...
2004 Sep 10
0
adding song metadata
...tried this with > the > command-line "id3v2", and while it seemed to work I noticed that the > resulting file no longer began with "fLaC", which violates the format > specification. Is this a problem? The command-line decoder would > still > decode it without complaning. yeah, I'm starting to regret supporting id3v2. the decoder will skip it but it's not guaranteed to work with anything that uses FLAC. > Would a better solution be to allocate an APPLICATION metadata block > id > for comments? If so, what format would be best for storing thi...
2006 Jul 26
0
webrick slows and crashes on thumbnail creation
...ty) thumb.write(imgfile+''thumb'') end What happens: When "ary" contains 50 images to resize, it goes fast on the first 4 images then the whole thing slows down and and the ruby proccess occupies like 50% of CPU and 70% of memory and then after 15 pics webrick crashes complaning about how the disk might be full although it`s not. I think this is because it trys to create all thumbnails at the same time which needs too much cpu and ram. So my question is: is there any way to make the <% for img in ary %> loop wait for the current image to be resized before starti...
2005 Nov 07
1
General Question: WinXP autodomain?
Hello List, I am using Samba as PDC for some time now and I want do make the process of joining the domain somewhat more elegant ;) I use partimage to deploy images of my Windows XP-installation to the computers in my lab. In order to automate the process of joining these computers to the domain, I use some small perl-scripts. 1. After installing new software, etc. I have to create a new
2008 Jul 03
2
update to cifs-mount-3.2.0-24.1.122 from .121 broke mount.cifs
Jerry, Jeremy, et. al. Last night's upgrade from cifs-mount-3.2.0-24.1.121 to cifs-mount-3.2.0-24.1.122 on a openSuSE 10.3 x86_64 machine broke mount -t cifs. Now attempting to mount shares results in the following: 11:10 alchemy/home/david/bin] # mount.cifs -v //nirvana/david /mnt/nirvana-david -o username=david,uid=1000,password=notmypass parsing options:
2002 Jul 12
0
Win XP and Win 98 problem working together with Samba as PDC
.... Check to make sure that the disk is properly inserted, or that you are connected to the Internet ot your networ, and they try again. If it is still cannot be located, the information might have been moved to a different location." . I read samba log files and I notice that win xp machine log complanes that could not find Desktop.ini... Insted of this i've tryed to execute files in the shares. I couldn't see the files and directoryes but after i knew the full path to it i could start them writing in a command prompt absolute path \\server\share\dir\file and file executes... After readin...
2001 Aug 07
4
Some pre-RC1 listening tests
Hello everyone, ff123 compiled Monty's branch of the RC1 encoder, see his post on r3mix.net forum: http://66.96.216.160/cgi-bin/YaBB.pl?board=c&action=display&num=994299736&start=30 Anyway it only supports ~128kbps mode, so I did a quick listening test with some files that bugged vorbis beta4. grace.wav - the right channel is still a bit watery, and I think this can be seen
2012 Sep 06
2
[PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works
VIRTIO_BALLOON_F_MUST_TELL_HOST cannot be used properly because it is a "negative" feature: it tells you that silent defalte is not supported. Right now, QEMU refuses migration if the target does not support all the features that were negotiated. But then: - a migration from non-MUST_TELL_HOST to MUST_TELL_HOST will succeed, which is wrong; - a migration from MUST_TELL_HOST to
2012 Sep 06
2
[PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works
VIRTIO_BALLOON_F_MUST_TELL_HOST cannot be used properly because it is a "negative" feature: it tells you that silent defalte is not supported. Right now, QEMU refuses migration if the target does not support all the features that were negotiated. But then: - a migration from non-MUST_TELL_HOST to MUST_TELL_HOST will succeed, which is wrong; - a migration from MUST_TELL_HOST to
2006 Dec 15
6
Newbie: Invalid number dealing with Identity columns in Oracle
Hi all, I wonder how can I solve in RoR the problem of accessing a simple table because the URL http://localhost:3000/customers/show/2.0 is raising an Oracle error OCIError: ORA-01722: invalid number. The reason of this error is because the SELECT statement generated by ActiveRecord tries to invoke the id column as a VARCHAR : "... FROM customers WHERE customers.id =
2011 Jan 26
1
Permissions issues after dovecot reload
Hello, Today while looking at a different issue (one user couldn't retrieve mail; DNS issue) I set 'mail_debug=yes' then ran `dovecot reload` on our mail server. After running the reload, dovecot started complaning about permission issues with the dict file, and preceded to try to kill it's self. The self reload didn't seem to work, and since this is a production system, I was forced to restart the dovecot service. After the restart of the service, everything seemed to go back to normal. Do...