similar to: "Delayed Write Failed" and other similar errors on Windows machines

Displaying 20 results from an estimated 5000 matches similar to: ""Delayed Write Failed" and other similar errors on Windows machines"

2005 Feb 03
3
"Delayed Write Failed" and other similar errors on Windows machines
I am experiencing an error which has been reported on the internet since Samba 2.2.7 and Windows 2000. There are many suggestions as to the cause of this problem, but no working solutions that I've been able to find. I've already invested two weeks on this problem. I was running Samba 3.0.7 under Mandrake for the last year, and this problem was not present. Because Mandrake had other
2001 Feb 23
0
A couple of patches....
I have made available three patches for OpenSSH 2.5.1p1 (and 2.3.0p1), two of which may be of general interest. They are described in detail at http://www.ex-parrot.com/~chris/openssh-patches/ but a brief description-- http://www.ex-parrot.com/~chris/openssh-patches/openssh-2.5.1p1-keepalives.patch modifies the code in clientloop.c to periodically send a null packet as a keepalive; this is
2002 Apr 12
1
Parrot
This is just an idea for comment. Perl6, the upcoming version of Perl has separated out the runtime into a virtual machine called Parrot. There are already several small languages (one is C-like, one is Java-like and one is BASIC-like) that target Parrot and given the popularity of Perl its likely that others may attempt to target it too. If R could interface easily with Parrot then it might be
2006 Jun 21
0
[Bug 85] ssh -2 localhost od /bin/ls | true ignore SIGPIPE
http://bugzilla.mindrot.org/show_bug.cgi?id=85 chris at ex-parrot.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at ex-parrot.com ------- Comment #4 from chris at ex-parrot.com 2006-06-22 08:50 ------- I see this bug has now been open for
2013 Jun 11
0
Bug fix in celt_lpc.c and some xcorr_kernel, optimizations
Although I've never used ARM's compiler, I admit I'm very surprised that it's not compatible with the NEON intrinsics. Given that and M. Zanelli's speed tests, it seems clear that M. Zanelli's code is the way to go. I look forward to its inclusion in the opus GIT. --John On 6/10/2013 1:00 PM, opus-request at xiph.org wrote: > Date: Mon, 10 Jun 2013 10:36:34 +0100
2001 Nov 01
1
migration to common runtime?
I'm curious if any of the core R developers have considered the possibility of hosting R (v2?) on the parrot common runtime environment. Perl6 will generate byte-code for parrot, as will some future version of python. I can imagine both drawbacks and advantages. Some advantages would be fast byte-code execution and freely mixing perl, python and R modules. Anyone looked into this? Tim
2009 Apr 02
1
[LLVMdev] Standalone compiler
First off, I like the look of this project. I am considering retargeting my language from .NET & Parrot to LLVM. Its either this, or add a Java backend. I'm probably going to scrap the Parrot support, but it will still leave me with 2 backends. The only reason I am considering LLVM is as a compiler / code generator, not as a VM. Immediately I have several questions regarding
2012 Apr 19
1
[LLVMdev] PBQP & CalcSpillWeights
Hi Arnaud, I'm glad to hear that your test case is working. I however still get my wrong allocation in some non trivial cases : the > pairing constraint is not fulfilled. > > I have tried to modify the 'ensure pairable' pass (the pass undoing some > of the coalescer's work) to always insert register copies for > instructions with the pairable constraint, instead of
2012 Apr 11
0
[LLVMdev] PBQP & CalcSpillWeights
Hi Lang, The assert is not triggered any longer on my testcases :) I however still get my wrong allocation in some non trivial cases : the pairing constraint is not fulfilled. I have tried to modify the 'ensure pairable' pass (the pass undoing some of the coalescer's work) to always insert register copies for instructions with the pairable constraint, instead of being smart and
2012 Apr 03
0
[LLVMdev] PBQP & CalcSpillWeights
Hi Arnaud, Apologies for the delayed reply. Thank you for the excellent test case - it exposed a subtle bug in the colorability heuristic. This has been fixed in r153958. In case you are curious, the bug was as follows: the PBQP solver applies applies a simplification step to each matrix. When all elements of a matrix row or column are equal, the value for those elements is "pushed
2012 Apr 05
2
[LLVMdev] PBQP & CalcSpillWeights
Hi Lang, Thanks a lot for taking time to look into this. I will test the fix soon and let you know the results. Cheers, -- Arnaud de Grandmaison On Tuesday, April 03, 2012 17:30:33 Lang Hames wrote: > Hi Arnaud, > > Apologies for the delayed reply. > > Thank you for the excellent test case - it exposed a subtle bug in the > colorability heuristic. This has been fixed in
2004 Feb 03
1
VOIP Deployment Concerns
Before I got into my question for the day I'd like to applaud all the helpful folks and time spent behind the asterisk project to get it where it is today. Great work and between this list, the doc list and the irc channel it's been a pleasure to deal with people willing to help others when and if they can. I will be moving in a few months and I'm concerned as to what kind of
2012 Apr 27
1
flac support on parrot asteroid
Hi, I have a Parrot Asteroid car media receiver that uses an Android based operating system to function. Is there anything the development crew can do to make the Asteroid stream FLAC audio? the system does have an installer for 3rd party .APK files Best regards, Rob. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 14
1
confirm a3c73e8957c061450e68e2341667d0b023ecfcf1
On Wednesday 14 May 2008 07:03, wine-users-request at winehq.org wrote: > Mailing list removal confirmation notice for mailing list wine-users > > We have received a request for the removal of your email address, > "gelatin at adelphia.net" from the wine-users at winehq.org mailing list. > To confirm that you want to be removed from this mailing list, simply > reply to
2013 May 17
1
[Patch]01-Add ARM5E macros
Hello, This is a first patch which add macros for ARMv5E. Also, I copy headers from other files and add company name, tell me if I'm wrong. Also, if you have any question or comment about it, feel free to contact me. Best regards, -- Aur?lien Zanelli Parrot SA 174, quai de Jemmapes 75010 Paris France -------------- next part -------------- diff --git a/celt/fixed_arm5e.h
2012 Mar 27
0
[LLVMdev] PBQP & CalcSpillWeights
Hi Arnaud, Thanks for attaching those files. I'll take a look at them. Commit r153483 adds an option to the PBQP allocator, "-pbqp-dump-graphs", to dump the PBQP graph for each round of each function in a compilation unit. The generated files are named "<module id>.<function>.<round>.pbqpgraph", and contain a simple text representation of the PBQP graph.
2013 Jan 21
0
[LLVMdev] [cfe-dev] codegen of volatile aggregate copies (was "Weird volatile propagation" on llvm-dev)
On 01/20/2013 10:56 PM, Chandler Carruth wrote: > I doubt you needed to add cfe-dev here. Sorry I hadn't seen this, this > seems like an easy and simple deficiency in the IR intrinsic for > memcpy. See below. > > On Sun, Jan 20, 2013 at 1:42 PM, Arnaud de Grandmaison > <arnaud.allarddegrandmaison at parrot.com > <mailto:arnaud.allarddegrandmaison at
2003 Jul 21
1
Help wanted...
Long story short, I have a small LAN, a Red Hat 8.0 fileserver, a Win95 fileserver and 2 workstations, one Win98SE and the other is Red Hat 8.0. Using Samba as the common file system thread, I can access and play an MP3 file from the Win95 server using the RH workstation and it works fine. I can access and play an MP3 from Linux or Win95 server using the Windows workstation and that works
2005 Jul 05
2
Remote SIP Connections
Hello all, I have my * server setup behind a Linksys WRT54G on Adelphia cable. I have forwarded 5060,10000-10020, and another port set can't remember off the top of my head but I can't seem to connect to the * server from any locations that are direct connects to the Internet. Am I missing a portset for forwarding? If I use the name service (voip.*****.com) from my home connection on the
2005 Mar 04
3
[OT] - Why should I answer a Newbie questio n,therethick!
> -----Original Message----- > From: Paul Fielding [mailto:paul@fielding.ca] > Frankly, I agree. If you don't like the question, feel it's > lame or dumb, > or don't like that someone hasn't done their research, then > delete the message. Well, sometimes that works. But I've been on a lot of lists where newbies who thought they were being ignored