search for: unsent

Displaying 20 results from an estimated 20 matches for "unsent".

Did you mean: unsend
2006 Jun 12
5
use AT320 international call
...problem is the handset dial before I finished key in all the numbers, no matter how fast I managed to press the keys. It appeared it always dialed immediately, for example "011862", when I actually ment to dial 0118620xxxxxxxx. Thus left the remaining numbers "0xxxxxxxx" unsent. The handset had its dial plan disabled. It configured to use iax protocol. My extensions.conf has this: exten=_01186.,1, dial(SIP/<voipprovider>,60) and it works fine with other iaxy and Cisco ATA. Anyone encounter this symptom? Can you share your experience? Thanks, Min
2005 Feb 14
1
[Bug 2187] rsync large file getting verification failed using -z
https://bugzilla.samba.org/show_bug.cgi?id=2187 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-02-14 01:35
2003 Jun 05
2
sendmail: clientmqueue directory storing massive messages, not being cleared
...asis.. just seems the problem lies in the /var/spool/clientmqueue directory). Is this a new thing that I'm stupidly unaware of? Can you please explain the difference between /var/spool/clientmqueue and /var/spool/mqueue and why one seems to be taken care of regularly, but the other had 42,000 unsent messages? When I start sendmail, I've always just run "/usr/sbin/sendmail -bd -q60m -h10 -R full". Do I need to do something differently? Please cc: as I am not subscribed. Thank you in advance for your help. Chris
2004 Aug 06
1
Second patch again CVS version
...ent (rfc1122). > > icecast doesn't need it at all, because it already sends large buffers and > the time to send the next buffers is relatively very long. IMO we should be using the nagle algorithm. It greatly reduces protocol overhead and there will always be less than 1500 bytes unsent. This is small compared to the average client buffer size of 32k. Since we send ~4k chunks, this equates to either: NODELAY: 1500 byte packet (1460 bytes data) 1500 byte packet (1460 bytes data) 1196 byte packet (1176 bytes data) == 2.9% overhead NAGLE: 1500 byte packet (1460 byte...
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...| Drafts Folder | ~/Mail/Drafts | | saved-messages | Drafts | Drafts | | | Templates | ~/Mail/Templates | | | Templates | | | | Unsent Folder | wie Thunderbird | | | Local Folders/Unsent Messages | | | | Postponed | | | postponed-msgs | | | | | Canceled Mail...
2000 Feb 11
1
behaviour of bug.report (PR#432)
...mit the bug report? y Sending email ... sh: unexpected EOF while looking for `'' sh: -c: line 2: syntax error sh: unexpected EOF while looking for `'' sh: -c: line 2: syntax error sh: unexpected EOF while looking for `'' sh: -c: line 2: syntax error Sending email failed! The unsent bug report can be found in file R.bug.report Obviously, something didn't like the `'' in the subject line. Can it be escaped? Next I typed: > bug.report(subject="R CMD check [nlme|MASS] fails") And emacs asked me if I wanted to revert the buffer of file XXXX from its l...
2010 Sep 14
1
Folding@home Crahes Frequently
...that direction ~240 kB/s [22:23:17] + Results successfully sent [22:23:17] Thank you for your contribution to Folding at Home. [22:23:17] + Number of Units Completed: 18 Warning: Ignoring unknown arg Warning: Ignoring unknown arg [22:23:21] Trying to send all finished work units [22:23:21] + No unsent completed units remaining. [22:23:21] - Preparing to get new work unit... [22:23:21] Cleaning up work directory [22:23:21] + Attempting to get work packet [22:23:21] Passkey found [22:23:21] - Will indicate memory of 3654 MB [22:23:21] - Connecting to assignment server [22:23:21] Connecting to http...
2010 Jun 02
1
rsync 3.0.7 network errors on MS-Windows
I am experiencing intermittent network failures on rsync 3.0.7 built using cygwin for Windows-XP (SP2). I am using GCC v4.4.2 and the latext version of cygwin. The rsync error long indicates things like: rsync: writefd_unbuffered failed to write 4092 bytes to socket [generator]: Connection reset by peer (104)rsync: read error: Connection reset by peer (104) rsync error: error in rsync
2004 Jan 03
1
Cons of using --size-only
I'm doing some tests on rsyncing some Sendmail spool files every 15 minutes to another Sendmail server as a backup. It seems to work well and efficiently, but I did notice that when users connect via POP the spool file updates it's time. Using log-format option, I could see that even though the file was 0 bytes, it was considered changed and transferring 40 bytes, which I assume should be
2007 Jun 27
0
possible bug in conflicts() (PR#9760)
...package:methods` [1] "body<-" $`package:base` [1] "body<-" > conflicts(detail=T) $.GlobalEnv [1] "conflicts" $`package:methods` [1] "body<-" $`package:base` [1] "body<-" "conflicts" > bug.report() bug.report() The unsent bug report can be found in file c:/tmp/R.bug.report > --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 2 minor = 5.0 year = 2007 month = 04 day = 23 svn rev = 41293 language = R ver...
2011 Jan 21
2
Issue with bwlimit after resuming a partial transfer due to a communication break
I am using rsync version 3.0.7. My rsync server is running on the cloud. I have set the bwlimit to 10 i.e. 10 KBps. When I try to sync files the bwlimit is as what is set. I have enabled storage of partial files. When a communication break causes rsync to time out during a transfer the partial file is stored in the partial directory. I then try rsync again when the link is up. At this point I see
2009 Jul 12
3
RJS render errors when user clicks away before render completes
We have an issue where we are using RJS templates to render the results of Ajax calls. Everything works fine so long as the user waits for the render to occur. However, if the user initiates the request and the RJS template is still in the process of rendering, but hasn''t completed, and the user clicks a different link, then we get a Javascript alert popup "Unexpected Server
2020 Sep 11
3
[libnbd PATCH] api: Add LIBNBD_SHUTDOWN_IMMEDIATE flag
...rily instant: if the server is still receiving the previous command, we have to wait for that before the server can learn of our intent, and the command itself still blocks until we enter closed or dead states. But it can certainly reduce the time spent in nbd_shutdown by not having to wait for all unsent commands in the queue to also be processed by the server. --- lib/internal.h | 2 + generator/API.ml | 28 ++++++- generator/states.c | 12 +-- lib/disconnect.c | 16 +++- tests/Makefile.am | 7 ++ tests/shutdown-flags.c | 166 +++++++++++++++++++++++++++++++++++...
2020 Apr 06
6
[Bug 14338] New: ZSTD support
https://bugzilla.samba.org/show_bug.cgi?id=14338 Bug ID: 14338 Summary: ZSTD support Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter: Rsync at ml.breakpoint.cc
2016 Feb 01
1
Fruit/AAPL behavior
Hi Ralph, Thanks for the reply and thank you for your work on vfs_fruit. On Fri, Jan 29, 2016 at 11:09 AM, Ralph Boehme <rb at sernet.de> wrote: > Hi, > > On Thu, Jan 28, 2016 at 10:40:32PM -0500, Ryan Bair wrote: > > I have a share with approximately 5000 folders in the base directory. The > > performance on an OS X client is somewhat less than exciting. I compiled
2008 Mar 05
4
Excel export into R
Hello, I have this in excel Control 543_BU 123_AT 432_CU I want to be able to import to R so that it will read like this c<-c("543_BU","123_AT","432_CU") output: [1] "543_BU" "123_AT" "432_CU" This is just a short version. I have about 200000 rows and i need a simpler way instead of typing each one. thanks -- View this message
2013 Sep 28
2
New install not working.
...-rw-rw-rw- 1 lrhorer lrhorer 238 Sep 27 22:46 subscriptions -rw------- 1 lrhorer lrhorer 2732568 Jun 5 2011 tempAmazon -rw-r--r-- 1 lrhorer lrhorer 0 Sep 27 22:11 testing -rw------- 1 lrhorer lrhorer 19152044 Sep 27 22:42 Trash -rw------- 1 lrhorer lrhorer 536 Sep 5 01:14 Unsent -rw------- 1 lrhorer lrhorer 58550 Apr 8 2012 Wine -rw------- 1 lrhorer lrhorer 105015 Apr 2 2012 Xheli Since the home directories are on a subdirectory of a separate array, I have the following: lrwxrwxrwx 1 root root 10 Sep 27 21:22 /home -> /RAID/home /var/mail: total...
2004 Aug 06
4
Second patch again CVS version
On 24/02/02 05:02, Jack Moffitt shaped the electrons to say: > > - The server didn't check for the status of the client's socket before > > the unblocking send(). This caused a disconnection at a minimun network > > congestion, causing a broken pipe error (Linux 2.4 behaviour?) in the > > network. I've just added a poll in sock.c.> > Can you send me this
2005 Jul 09
10
RFC - bandwidth optimization idea
I''m interested in all of - opinions about why this is a good or bad idea - pointers to similar proposals or products that already exist - implementation suggestions This is meant for real time applications that have small available bandwidth and so they have to consider carefully what''s the best way to use that bandwidth. I imagine that things happen that cause them to
2020 Sep 17
0
Re: [libnbd PATCH] api: Add LIBNBD_SHUTDOWN_IMMEDIATE flag
...server is still receiving the previous command, we > have to wait for that before the server can learn of our intent, and > the command itself still blocks until we enter closed or dead states. > But it can certainly reduce the time spent in nbd_shutdown by not > having to wait for all unsent commands in the queue to also be > processed by the server. > --- > lib/internal.h | 2 + > generator/API.ml | 28 ++++++- > generator/states.c | 12 +-- > lib/disconnect.c | 16 +++- > tests/Makefile.am | 7 ++ > tests/shutdown-flags.c |...