similar to: 2.5.5

Displaying 20 results from an estimated 3000 matches similar to: "2.5.5"

2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2003 Dec 21
1
Bug on cygwin?
When using the cygwin version of rsync for archive ops on a Windows subnetwork in "local" mode as follows: rsync -a xyz //somehost/abc # Source: WinXP, Target: Win2K the correct files seem to be copied to the target machine, but the command never terminates within the cygwin bash shell. It hangs indefinitely, though it does not appear to continue using CPU or memory
2004 Jan 13
3
Unexpected timeout in rsync
Hi I am having trouble with intermittent timeouts when backing up a largish set of files from /usr using rsync. Approx 125,000 files, 2GB. Backup is to same machine, from a partition on hda to one on hdb. I am using ribs 2.1 (slightly modified to ignore rsync error 23), run with nice -n 5 via cron. (for ribs visit http://rustyparts.com/phpBB/viewforum.php?f=9 ) Typical error report is:
2003 Dec 29
2
Does rsync/cygwin hanging problem be solved?
I am new user of rsync. I notice rsync will hang under cygwin when transfering files occasionally, then I see the mail archieve discussing this problem at http://www.mail-archive.com/rsync@lists.samba.org/msg08726.html Does this bugs has been fixed? Anyone can give me an answer? thanks. Best Regards
2003 Nov 18
0
rsync 2.5.6 hanging in cygwin on Windows shares
rsync 2.5.6 is hanging in cygwin, at the end when it should print a summary of bytes sent etc and exit. It has successfully copied all the files before hanging. It does this every time when copying to or from a Windows share. (It sometimes hangs when copying from one local drive location to another, but I have not tested this as thoroughly.) The Windows shares are almost certainly on Windows
2007 Jun 04
2
answer a voip call, play info.
Hi all - Not really sure where to post this question as I am just starting to research this issue. We want to allow users to dial into our did voip number. Our service will: 1. get their phone number via caller ID. look up data with the caller id. 2. generate a wave file based on the data returned & play it to the user over the established voip link. How might this be done using
2007 Jun 07
4
agi with java?
Hi all - Searching for java agi in the mailing list archives turns up ancient posts. Anyone else using java for their AGI? How well is it working & what are you using? My script is pretty simple, and I could write it with perl easy enough, but I just would feel better if I can keep most programming code for our system in java. Thank you- Matt
2007 Jun 07
3
getting at ${CALLERIDNUM}
Hi all -- I'm having awesome fun with Asterisk & voicepulse connect together. So cool. I'm trying to have the caller id read back to me. Do I need to do something to have this sent across in the sip.conf? Or is there something I need to do somewhere to enable the reading of this data? Thank you! Matt Here is my extensions.conf exten => _XX.,1,Answer() exten
2006 Jul 23
3
Hosting on VPS
I have a VPS account with 256MB guaranteed RAM. I am running it as Apache1.3 -> Pen -> mongrel_cluster (with 2 mongrel servers). "top" shows 2 "ruby" instances (I guess for both of the mongrel servers), each weighing in at about 25MB. Does that sound about right? If you are using 2 mongrel servers per client app, does that mean that each RoR app needs 50MB+
2006 Aug 01
3
Multiple Instances Of backgrounDRb
I have an application setup as follows: Core code is in: /home/subdomain1/current accessed at subdomain1.domain.com I then have various instances of this app that are sym-linked to the core (minus a custom config file and views) setup like: /home/subdomain2/current accessed at subdomain2.domain.com I have backgrounDRb running to update a cache of RSS files. Is there a way to get all
2005 Sep 12
1
One day left to vote for CentOS
CentOS has been nominated for an award in the Linux User awards. Please vote for CentOS !! Voting finishes tomorrow - 13th September. Please vote at :- http://www.linuxawards.co.uk/index.php You will need to vote for all categories otherwise the vote wont count. Thanks Lance -- uklinux.net - The ISP of choice for the discerning Linux user.
2001 Mar 04
3
Window position in managed mode
When starting, for example, FreeCell in managed more, the program opens with the top of the window out of the top of my screen (i.e. the top corner of my desktop coincides with the top-left of the menu bar). It's not a huge problem, but I can't move the program... -- ------------------------------------------------- Richard Spandit Firmly on the Linux wagon SuSE 6.3, KDE 2.0
2004 Oct 05
1
Linux World Expo - London Olympia 6th & 7th October
If anyone is coming to the show I will be on the uklinux.net stand and will happily discuss/demo CentOS Lance -- uklinux.net - The ISP of choice for the discerning Linux user.
2007 Jun 10
1
best format for audio via asterisk...
Hi all - We are using voicepulse connect & asterisk together. We'd like to record our own outgoing messages, to be played back people that will be dialing into our voicepulse connect supplied DID. (am I getting this lingo right?) What is the best audio format to ensure the highest level of audio quality? Thank you - Matt Pease Parking Hero
2011 Dec 13
1
generate a number using exponential low
Deal list > I want to generate a random number in an interval using exponential low > I know how to make that simply using uniform low > x1 <- runif(1, 5.0, 7.5) > this will generate a number between 5 et 7.5 but with uniform low. > Could you help pease.? > Regards > > -- > PhD candidate in Computer Science > Address > 3 avenue lamine, cité ezzahra, Sousse 4000
2012 Nov 10
1
Likelihood ratio
Hi All I have to run multiple stimations and to compute Likelihhod ratio. If I compute ls function with coef and summary I can extract "outputs" that I need. I am not able to find something similar to log liklihood.... Can you pease tell me running a ls function x on y how to extract if posible LR statitic or Likelihood or Log likelihood. Many thanks in advance. If you send me
2007 Mar 02
5
ActionController::RoutingError
plz give me the solution to solve the below error ActionController::RoutingError ActionController::RoutingError in Issues#new Showing app/views/issues/_issue.rhtml where line #1 raised: issue_url failed to generate from {:controller=>"issues", :action=>"show", :id=>nil}, expected: {:controller=>"issues", :action=>"show"}, diff:
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
Can someone pease tell me what I am doing wrong? Im trying to register an external function with the JIT, so can call functions in my music application. Here my function int Execute(llvm::Module *Mod, char * const *envp) { llvm::InitializeNativeTarget(); std::string Error; llvm::OwningPtr<llvm::ExecutionEngine> EE( llvm::ExecutionEngine::createJIT(Mod, &Error)); if (!EE) {
2010 Aug 17
4
[LLVMdev] clang: call extern function using JIT
hi, im creating a music application(image below). At the moment im using tcc compiler but im moving across to clang because of the improved compiler warnings. Can anyone please explain and show code so I can use clang's JIT to call functions in my application? Thanks. http://old.nabble.com/file/p29449300/51709341.jpeg -- View this message in context:
2004 May 20
2
CentOS 3.1 update2 packages released
The CentOS 3.1 update2 packages have now been released. They are available on mirror.centos.org and should be on all mirrors within a few hours. To update just run 'yum update' Please bugzilla any problems. There was a problem with the pam build in testing not being linked against the laus library, so the released version is a .c0 so that anyone who has installed the testing version