similar to: error in IF condition with factor evaluation

Displaying 20 results from an estimated 1000 matches similar to: "error in IF condition with factor evaluation"

2015 Jan 02
1
Help in building R with minGW
Dear R users, I would need some help in building R using minGW in windows 8.1. After using the command *configure *(./configure --enable-R-shlib --with-readline=no --with-x=no), I use the command *make. *This results in the following error: [...] make[2]: Leaving directory `/home/Edoardo/r-3.1.2/src/nmath' make[2]: Entering directory `/home/Edoardo/r-3.1.2/src/unix' make[3]: Entering
2004 Aug 24
3
desparate for help DEV LITE KIT
Has anyone had any luck with the DEV LITE KIT? I'm getting very erradic behavior. I'll start it up and it will answer maybe one or two calls then hang leaving my phone in an off hook state or giving a loud shrill tone. It keeps saying "Red Alarm". Once it hangs it will not answer the phone again until I reboot. Starting and stopping Asterisk or reloading the drivers does not
2006 Apr 12
1
Problem mapping from windows x64 version
I got a problem mapping a network drive from a samba sharing server wich authenticates on a PDC samba server. Windows says "network path was not found" but the bdc's log says it tried to authenticate on the server but it seems the client disconected before. Mapping from a windows 32bit version or directly from the pdc everything works fine. Does anybody knows a way to fix it?
2004 Dec 05
1
client-timeout
hi together, we use icecast 2.1 and have a big problem with the client-timeout. if our dj?s chance from one to another, all our listeners are disconected. i have found in the documentation at the point client-timeout "This does not seem to be used." is there an alternate way to hold the listeners at dj chance ? have a lot of thanks for your help. have a nice day -- Mit
2008 Mar 19
2
nil-error
Hi all, I''ve got the error below in my backgroundrb_debug.log. I''ve tried to reproduce the error in the development environment, but the only way I can get the same thing is by calling ask_work with a bogus worker name. Calling it with the production code causes no error. Here''s an example of what the code calls: MiddleMan.ask_work(:worker => :agronomy_worker,
2007 Aug 15
1
CDR billsec greater than duration
Hi all, I have a strange situation on a Asterisk 1.2.17 with FreePBX 2.2.1 Doing a select in the CDR table I noticed there are some calls with billsec greater than duration, duration is always 0 in those calls. How can this happens ? Am I missing something ? Tnx in advance Regards Edoardo Serra WeBRainstorm S.r.l.
2016 Jan 17
5
running an icecast server
Hello everyone, I'm in the process of running an Icecast server and I would like to know some best pratices. 1. Should I place Icecast on port 8000 or should I change that to one more common (80, 443...)? 2. Should I place the server behind a webserver like ngingx or apache? 3.Can I disable the login interface? what can be disabled? My best guess is to run icecast behind a webserver,
2018 Apr 30
7
4.2.14 (or newer) support "Windows for Workgroups 3.1a"?
Hello. I need to let Windows for Workgroup 3.11 clients (industrial machinery) connect to shares in the PDC samba Version 4.2.14-Debian. I started to be able to connect to shares exported by domain members windows professional (7, 10) machines (share permissions include "domain users"), after I added "lanman auth = yes" to PDC and updated the user password, though it's
2007 Mar 31
4
Sponsored development - Monodirectional audio handling
Hi Guys, we're needing a special implementation on Asterisk Our intention is to contribute the development and share back the code to Asterisk community Here is what we need: - An option to Asterisk Dial command which, if used, when calls is answered gives monodirectional audio (Caller should hear the called party but not vice-versa) - A DTMF sequence (maybe handled in features.conf) for
2007 Mar 23
3
SIP/IAX peers UNREACHABLE and audio loss
Hi all, I'm having a problem with some Asterisk servers interconnected with each other using IAX (I also tried with SIP without solving the problem) Sometimes, with apparently no reason, some peers become UNREACHABLE (I have qualify=yes in iax.conf) and REACHABLE again as soon as another qualify test is made. Our users are also complaining about audio loss during their calls, apparently
2006 May 23
6
How to list all models of an application?!?
How can I get a list of all model classes in the domain of a Rails application (all models, both in "app/models" and in components/somedir/model.rb)? Thanx in advance for your precious help! Edoardo "Dado" Marcora
2016 Jan 17
1
running an icecast server
oops, I hit the return and it got sent. All those questions depends on the application you setting up. if your worried about security, isolate the icecast server from your network. We designed a user interface on the company web site fronts the stream servers. The customers get a simple URL for the stream. We use several stream servers some on site and some off, our web server setup to server
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of using it as a fallback for when the browser does not support modern web standards like the audio tag. I am running a desktop without flashplayer and this is the screenshot of your web radio 2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>: > I use iOS to listen to my Icecast all the
2006 Mar 15
3
Self-referential join model does not work
I have been trying to model a labeled graph using ActiveRecord (trunk version). Basically, I have a ''Node'' model which represents a node linking to other nodes. Links (aka edges) are labeled (i.e., have a ''label'' attribute and other behavior). Thus I decided to model edges as an ''Edge'' model and use a ''has_many :trough''
2007 Mar 26
7
Two or More Bri Cards
hi all we want to use Two single port Bri cards in Trixbox. Any idea which card is having good support and performance repotation especially when using two or more in Trixbox. Regards farooq --
2005 Apr 21
1
biplot graphical problems
Hello, I have a graphical problem concerning a biplot that I was ask to insert in a scientific work to be published. I've performed a princomp analysis and produce the relative biplot but the labels of variables are out of margin (see attached file). When I try to wide the x axis by the function xlim=c(i:j), nothing happens if not a partial shift of the x range. Is there any specific
2004 Jun 07
1
(no subject)
Hello, I've begun to use R only recently. I've a problem: I can't open framework already saved about PCA. In particular I can't edit all the information because I've to export the graphics in order to publish them. How can I do to have a list of the matrix, statistical elaboration and graphics? Which function shall I use? thanks in advance, Edoardo
2007 Dec 19
6
thread_pooling sleeping
I''m trying to run a single worker that could perform a periodic task for a given user. >From a controller, I imagine something like: def start_job MiddleMan.ask_work(:worker => :foo_worker, :worker_method => :perform_task, :data => { :user_id = current_user.id }) end def check_job @status = MiddleMan.ask_status(:worker => :foo_worker)[current_user.id] end
2005 May 17
2
Problem with limmaGUI (PR#7877)
Full_Name: Edoardo Giacopuzzi Version: 2.0.1 OS: Windows XP Home Submission from: (NULL) (80.181.65.157) I have some problem with this new version of R GUI. I've used limmaGUI package with an older version of R and it works perfectlly, but now with the last version R 2.0.1.0 two error boxs appear every time I try to launch this package: 1. <<Error in list.files(path, pattern,
2013 Jun 27
2
qemu-img convert to "sparse" LV
Apologies as this is is not a specific libvirt question. Is qemu-img convert compatible with thin-provisioned LVs as targets ? I wanted to convert a file-based image to a LV image where the file-based image has a capacity much larger than the actual data it contains, so it has a small footprint on disk (either a qcow2 or a raw, but sparse, image). If I use qemu-img convert -O raw ... with a