Displaying 20 results from an estimated 60 matches for "_read".
Did you mean:
read
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
...se' command to initialize source path.
> >
> > Type 'help' for help.
> > reading symbolic information ...
> > stopped in pread at 0xd01f06cc
> > 0xd01f06cc (pread+0x30) 80410014 lwz r2,0x14(r1)
> > (dbx) step
> > stopped in istream-file._read at line 120 in file ""
> > could not read "istream-file.c"
> > (dbx) use src lib src/lib src/lib-storage/index/mbox src/lib-mail src/lib-storage/index src/lib-storage src/imap src/imap-login
> > (dbx) use
> > src lib src/lib src/lib-storage/index/mbox src...
2003 Aug 15
1
0.9.10 and Cygwin
...l -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -c istream-file.c
istream-file.c:57: conflicting types for `_close'
/usr/include/sys/unistd.h:148: previous declaration of `_close'
istream-file.c:129: conflicting types for `_read'
/usr/include/sys/unistd.h:153: previous declaration of `_read'
make: *** [istream-file.o] Error 1
Thanks
Tim
2006 Jul 11
2
Bug#377840: dovecot: imap segfaults on small mbox files (2 bytes)
...== 2) {
/* we're at the end of file with CR+LF linefeeds?
need more data to verify it. */
rstream->input_peak_offset =
stream->istream.v_offset + pos;
return _read(stream);
}
[...]
========================================================================================
makes my imap process crash, resulting in repeatedly spawned (and killed)
processes in my log file:
===========================================================================...
2007 Jan 31
1
Q on configuring shared mboxes
.../mksarch in mbox format
I want the 1) to be only accessible to the respective <user>, obviously (POP3
and/or IMAP4).
I wanted the 2) to be accessible to all users -- and I want them to be able to
move stuff out of it into their own mboxes (IMAP4 is enough).
I want the 3) to be accessible _read only_ to anyone, who enters the correct
username/password (preferably -- without creating a special Unix account).
(IMAP4 or POP3)
So far, I have only been able to achieve 1). Could someone, please, help me
configure dovecot for the 2) and the 3)? Thanks!
-mi
2001 May 05
1
naming data.frames after their source file
...I want to turn into R data.frames for
analysis. I'd like to use a for loop to read.table into data frame and
name the data.frame after the source file. Here's the code I've tried:
files_list.files(".")
for(i in 1:length(list.files("."))-1){
parse(text=files[i])[[1]]_read.table(files[i],as.is=TRUE)
}
AFIK, the problem lies in the way I'm trying to name the data.frame.
I have spent some time pouring over the R documentation, but if the answer
was there I missed it. Any reference to the manuals or quick fix would be
appreciated.
David
S. David White
sdavidwhite...
2006 Jan 11
9
Prototype & Cookies
Has anyone written any "cookie" class using prototype?
Basically, what I am looking for is if there is an easy way to store mutiple cookies in a single cookie using hash or something - easy writing and retrieval (updating the cookie value).
For eg -
If I had 25 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain).
2007 Jun 21
0
Network issue in RHCS/GFS environment
...ot;dstat" command to monitor the networking status on nodes:
In node1, "eth1 send" and "eth2 recv" are both high, it is reasonable as I
expect:
# dstat -N eth0,eth3,eth4 2
----total-cpu-usage---- -dsk/total- --net/eth0----net/eth1----net/eth2->
usr sys idl wai hiq siq|_read _writ|_recv _send:_recv _send:_recv _send>
0 2 94 4 0 0|4322B 3753k| 0 0 : 0 0 : 0 0 >
0 1 50 49 0 0| 554k 2202k| 0 0 : 584k 26k: 462B 0 >
0 2 49 49 0 0| 532k 2098k| 0 35B: 743k 4544k: 809B 0 >
0 1 50 49 0 0|...
2004 Oct 12
2
assertion failed and debugging dovecot
I'm getting this error on a particular message in my Maildir:
Oct 11 21:59:48 aurora dovecot: IMAP(doug): file ostream-file.c: line
646 (_send_istream): assertion failed: (instream->v_offset <= in_size)
To me, more import than the question "why is this happening" is "how can I
debug this?" Attaching gdb to the running imap process doesn't give me
access
2005 Jun 15
6
Compressed maildir
Greetings,
I noticed a while back someone posted a patch/plugin that allowed Dovecot to
use compressed mbox files. I'm now wondering how far that would put us from
having compressed maildir? I have a server with more CPU than disk space, and
while I can buy more HDD space, my backup solution doesn't make that practical.
It seems to me that when looking for a message file, if it
2006 Feb 14
4
Newbie stumped by "NameError in "
...9000)
result = "MindReadr Request called"
mindreadr_controller.rb (mindreader_open_socket is defined here)
class MindreadrController < ApplicationController
def index
end
def display_images_from_mindreadr
# Basic action which calls _open_socket, _request, and _read
render(:layout => false)
end
def mindreadr_open_socket
# Connect to MindReader server/port
render(:layout => false)
end
def mindreadr_request
# Ask MindReadr for some images
render(:layout => false)
end
def mindreadr_read...
2003 Sep 17
5
openssh-3.7.1p1 segfaults
...nnection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/siegert/.ssh/identity type -1
debug3: Not a RSA1 key file /home/siegert/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: no key found
debug3: key_read: no space
... <snip>
debug3: key_read: no space
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: no key found
debug1: identity file /home/siegert/.ssh/id_rsa type 1
debug1: identity file /home/siegert/.ssh/id_dsa type -1
debug1:...
2016 Dec 14
3
Problem with yum on CentOS Linux release 7.2.1511 (Core) with 3.10.0-327.36.3.el7.x86_64 kernel
...line
547, in addUpdated
????txmbr = TransactionMember(po)
? File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line
830, in __init__
????po.yumdb_info.get('from_repo')
? File "/usr/lib/python2.7/site-packages/yum/rpmsack.py", line 1946, in
get
????res = self._read(attr)
? File "/usr/lib/python2.7/site-packages/yum/rpmsack.py", line 1861, in
_read
????info = misc.stat_f(fn, ignore_EACCES=True)
? File "/usr/lib/python2.7/site-packages/yum/misc.py", line 962, in
stat_f
????return os.stat(filename)
OSError: [Errno 5] Input/output error:
'...
2017 Feb 19
2
Fwd: nbdkit async
...e value
3) nbdkit bundles the nbd request handle value, bool flush_on_update, and
read size into an opaque ptr to struct
4) nbdkit calls my_plugin.pread passing in the usual args + the opaque ptr
5) my_plugin.pread makes an asynchronous read call with a handler set on
completion to call nbdkit_reply_read(conn, opaque ptr, buf) or on error
nbdkit_reply_error(conn, opaque_ptr, error)
6) my_plugin.pread returns back to nbdkit without error after it has
started the async op but before it has completed
7) nbdkit doesn't send a response to the conn->sockout beause when the
async op has completed...
2007 Feb 20
1
crash in mail_cache_transaction_reset on rc22
...rs.c:125
data = (struct index_mail_data *) 0xd3450
cache_field_name = 0xe9 <Address 0xe9 out of bounds>
field_idx = 0
count = 21
match = (uint8_t *) 0xcf928 ""
__PRETTY_FUNCTION__ = "index_mail_parse_header"
#3 0x00079848 in _read (stream=0xe2aa0) at istream-header-filter.c:173
ret = 0
pos = 854336
#4 0x00085818 in i_stream_read (stream=0xe2ac8) at istream.c:58
_stream = (struct _istream *) 0xcaf28
#5 0x00085ca4 in i_stream_read_data (stream=0xe2ac8, data=0xffbff5ec,
size=0xffbff5e8, threshold=...
2005 Mar 30
0
Abort error in current CVS version
...6 out of bounds>) at failures.c:374
#7 0x08097864 in i_panic (
format=0x80a3bcc "file %s: line %d (%s): assertion failed: (%s)")
at failures.c:173
#8 0x080748cf in index_mail_parse_header (part=0x0, hdr=0x0, mail=0x80c2f20)
at index-mail-headers.c:210
#9 0x08090963 in _read (stream=0x80c3be8) at istream-header-filter.c:170
#10 0x0809a293 in i_stream_read (stream=0x80c3c0c) at istream.c:51
#11 0x0809a4d1 in i_stream_read_data (stream=0x80c3c0c, data=0xbffff7c4,
size=0xbffff7c8, threshold=58) at istream.c:229
#12 0x08092f5f in message_parse_header_next (ctx=0x80c19...
2003 Oct 16
2
Copy from INBOX to INBOX corrupts file
Aloha, again, Timo.
Concerning the problem of copying within one folder...
I'm still not sure it's not a problem I created myself,
but I think it's caused by the use of the buffered IO
routines in ostream-file.c ... you use io_add() to schedule
write operations for later while simultanously reading
new chunks from the very same file. This seems to
confuse dovecot and make it write
1998 Jul 23
1
Cache Problems!!!!!
...> file" command. When I looked at the file from the Win95 client it had
the same old contents but you only saw the first 29 bytes. These kind of
results occur in my own application, a new test application I wrote, and
with WordPad and NotePad. My application does a simple _stat(), _open(),
_read(), and _close() sequence. I'm absolutely positive that the file is
being closed. After a while or trying to do "QuickView" on the file will
cause it to be displayed with its proper contents.
--
Charles Curley, Staff Engineer
Computer Integrated Manufacturing
Lockheed Martin Ocala Ope...
2017 Feb 20
0
Re: Fwd: nbdkit async
...t; 4) nbdkit calls my_plugin.pread passing in the usual args + the opaque ptr
We can't change the existing API, so this would have to be exposed
through new plugin entry point(s).
> 5) my_plugin.pread makes an asynchronous read call with a handler set on
> completion to call nbdkit_reply_read(conn, opaque ptr, buf) or on error
> nbdkit_reply_error(conn, opaque_ptr, error)
> 6) my_plugin.pread returns back to nbdkit without error after it has
> started the async op but before it has completed
> 7) nbdkit doesn't send a response to the conn->sockout beause when the
>...
2009 Jul 14
2
How to import BIG csv files with separate "map"?
Hi all,
I am having problems importing a VERY large dataset in R. I have looked into
the package ff, and that seems to suit me, but also, from all the examples I
have seen, it either requires a manual creation of the database, or it needs
a read.table kind of step. Being a survey kind of data the file is big (like
20,000 times 50,000 for a total of about 1.2Gb in plain text) the memory I
have
2007 Sep 24
2
SORT(DATE) and missing Date headers
Hello,
Occasionally, I get mail that's missing a Date header. The usual
suspects are iTunes weekly mailings and NYTimes email-to-a-friend
articles. I use qmail, which doesn't "fix" these malformed emails by
adding a Date header (like Sendmail does), so when they get to my
mailbox, they're just as badly formed as they were when they were
sent, which is to say, they have