search for: till

Displaying 20 results from an estimated 3737 matches for "till".

Did you mean: still
2010 Dec 02
1
rotate of logfiles
Hello list. This is not a life-threatening question, but still quite important for debugging. I have the following crontab : 15 0,8,12,17 * * * /usr/sbin/asterisk -rx 'logger rotate' Because I have debug level 9, logfiles get quite large. I notice that the rotation of the logfiles goes to plan, except at 17h15. I currently have : -rw-r--r-- 1 roo...
2007 Nov 20
5
Compound search / grouping
...eaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter "expensive car" in search and still find the root of all children (and only once!) Also paging should work as well. Any clues how to achieve that? Regards Till -- Posted via http://www.ruby-forum.com/.
2015 Aug 12
2
Call Queues : linear strategy WITH priority
Hello I was wondering of it is possible to have Queue Agents with the same priority (penalty) but with a certain order ? So I have 20 Agents. Agent 1 till Agent 10 has penalty 1. Agent 11 till Agent 15 has penalty 2. (only contacted if 1 -> 10 are busy) Agent 16 till Agent 20 has penalty 3. (only contacted if 1 -> 10 and 11 -> 15 are busy) Within the range of Agent 1 till Agent 10, can I have a certain order in these Agents in which the...
2006 Nov 06
4
Event listeners
Hi! Your plugin is really great! Thanks. One more little question. Is it possible to add event listeners to the maps via your plugin? greetings /till -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2008 Oct 23
3
R random number generation
i have to generate random numbers from length 2 to 30 and length two should have the numbers 1,2 and length 3 should have the numbers 1,2,3 so on and so forth till size 30.i should get an sequence like 2222221 or 1111112 till both the values appear and for 3 it should be 1222223 or 3331112.i should get similar output for all sizes which means i should get 30 sequences.but am getting only one sequence .please help. this is my code y=0; for (i in 1:3) { while(...
2006 Mar 02
3
Sipura SPA-3000 vs Linksys SPA3000
Hallo! I had ordered a Sipura SPA-3000 in the UK, but the supplier turned out to be unreliable and never shipped. Yesterday I went looking for alternative suppliers and found the Linksys SPA3000 device. It's a different box, but the specs look very similar. Is this the same device? Has anyone used this Linksys SPA3000 successfully with Asterisk? Thanks, Frank
2011 Jun 27
1
show colums x till end
Hey again, I didn't wat questions to get mangled up, so here's my second email. In matlab, there is the simple possibility to access colums x till last of a matrix using mydata(1:3, 5:end). In R, I so far use mydata[1:3, 5:ncol(mydata)] Is there a faster way? (in terms of typing) Thanks ahead, Berry ------------------------------------- Berry Boessenkool University of Potsdam, Germany -------------------------------------
2009 Aug 29
1
GoToIfTime : how to define sep 25th till oct 10th ?
Hi list, quick question : With GoToIfTime, how to define a period of holiday that starts at the end of the month and ends at the beginning of the next month ?? Like September 25th till October 10th when incoming calls need to go to the voicemail... Greetingz, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090829/d575663c/attachment.htm
2013 Jun 10
1
modify and append new rows to a data.frame using ddply
Hi, I have a data.frame that contains a variable act which records the duration (in seconds) of two states (wet-dry) for several individuals (identified by Ring) over a period of time. Since I want to work with daytime (i.e. from sunrise till sunset) and night time (i.e. from sunset till next sunrise), I have to split act from time[i] till sunset and from sunset until time[i+1], and from time[k] till sunrise and from sunrise until time[k+1]. Here is an example with time and act separated by a comma: [i] 01-01-2000 20:55:00 , 360? [i+1...
2006 Nov 02
2
Update map
...p.div(:width => 600, :height => 400) %> <%= link_to_remote("Update", :url => {:action => :shift}) %> </body> </html> my shift.rjs: page << @map.clear_overlays page << @map.add_overlay(@marker) What''s wrong here?? thanks in advance, till -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061102/bcfd7a47/attachment.html
2015 May 30
2
FWD: enable forwarding to remote named sockets in ssh
...r been fixed? (see message below: ssh -L 12345:/tmp/sock) I could not find any code containing the patch (maybe i am looking in the wrong places) I actually had the same problem and the feature is really handy if you are working on a windows machine. Help is apreciated. Thanks! Best regards, Till Riedel -------- Forwarded Message -------- List: openbsd-tech Subject: enable forwarding to remote named sockets in ssh From: Jared Yanovich <slovichon () gmail ! com> Date: 2014-08-08 20:38:11 Message-ID: 20140808203811.GK16425 () nightderanger ! psc ! edu [Download mes...
2008 Apr 21
1
Samba server, works fine for several days, then load increases indefinately till server unavailable
Our Samba server running on CentOS 5.1 (upgraded from 5.0) with Samba 3.0.25b-1.el5_1.4 has been in place for about a year and a half. We had no issues till about 2 months ago. This may have coincided with the upgrade of CentOS 5.0 to 5.1 (which would have brought a new Samba version with it). Anyway, the server will be fine and snappy for a week or so, then out of the blue, nobody can connect. Top shows a few smbd processes maxing out the cpu an...
2012 Sep 27
0
Dynabyte bjuder in till SHRUG den 1 november!
Kom till oss på Kammakargatan 9A den 1 november. Vi startar klockan 18.00 med mat och sedan följer intressanta tal, mingel och kanske en öl eller två. Vi har begränsat med platser så ta er tid att gå in på http://simplesignup.se/event/14236<http://simplesignup.se/event/14236-shrug>och anmäl dig. V...
2012 Apr 13
4
#!/usr/bin/env Rscript --vanilla ??
...ltaneously, using /usr/bin/Rscript is not an option. Rather, I'd use the /usr/bin/env trick : --------------------------------------- #! /usr/bin/env Rscript --------------------------------------- which finds Rscript in "the correct" place, according to the current PATH. All fine till now. PROBLEM: It does not work with '--vanilla' or any other argument: If I start my script with #! /usr/bin/env Rscript --vanilla the error message simply is /usr/bin/env: Rscript --vanilla: No such file or directory I have tried a few variations on the theme, using quotes...
2009 Jun 21
5
domU autostart with deps
Hi! It is possible to start domU''s with dependencies? I mean something like that: 1. start domU a 2. wait till domU a completely started 3. start domU b 4. wait till domU b completely started 5. start all other domU''s How to do it? Greetz PS: sorry for my english _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-u...
2008 Apr 05
2
IAX IP Phone
Hi All; Till now I am not able to find a good IAX IP Phone or Gateway that can be used with good quality. Anyone can advise for good one? Regards Bilal ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one mont...
2018 Jul 13
2
Upgrade to 4.1.1 geo-replication does not work
...files (gsyncdconfig.py<https://review.gluster.org/#/c/20207/1/geo-replication/syncdaemon/gsyncdconfig.py> and repce.py<https://review.gluster.org/#/c/20207/1/geo-replication/syncdaemon/repce.py>) in all nodes both master and slave. I rebooted all servers but geo-replication status is still Stopped. I tried to start geo-replication with response Successful but status still show Stopped on all nodes. Nothing has been written to geo-replication logs since I sent the tail of the log. So I do not know what info to provide? Please, help me to find a way to solve this. Thanks! Rega...
2008 Nov 19
2
gmirror and gstripe
...r/obj/usr/src/sys/xxx i386 where I have two 750GB Seagate SATA Disks. They are divided as two slices, around the first 120GB are gathered in gmirror, and what left is in gstripe. so that's whats going on. if the machine locks, and fsck comes to make its job, the box just gets slower and slower till I have to reset it the hard way. to make it not lock after just 5 minutes I have to boot and umount the "arrays", and then run fsck_ufs on them. so this way I can have the box running again. as I can't count on no power outage till the end of days, what can I do ? i just recompiled...
2012 Mar 26
2
SPSS R-Menu for Ordinal Factor Analysis
...e installed I think it must be a problem of the spss version. Could someone suggest me a solution for the problem? I am not familiar with R, and so I would prefer to run the factor analysis in spss. Is there any possebility to run it with spss V. 20? Best regards and compliments for your work, Till Below (PhD student, Humboldt Universit?t zu Berlin, Germany) -------------------------------- SPSS output with error message: GET FILE='C:\XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. DATASET NAME DatenSet1 WINDOW=FRONT. DATASET ACTIVATE DatenSet1. SAVE OUTFILE='C:\XXXXXXXXXXXXXX...
2006 Jul 29
0
validations not run till after action in controller is called
Hi there I am uploading data and images in a form and I am trying to validate the url of the img before it is uploaded and the record is saved... the controller works fine when the url is valid but while trying to test invalid url''s I found that the validations are not run until the end of the action is there a way to run validations on a post before the action is called? cheers