search for: paulproteus

Displaying 20 results from an estimated 31 matches for "paulproteus".

2012 Feb 02
1
dsync deleting too many emails (sdbox)
I'm using dsync to synchronize emails on a laptop where wifi connectivity sometimes fails in the middle of a sync. I have a shell script that runs dsync, and here is one line of it including the output of dsync: + dsync -f -m realmail mirror /home/paulproteus/projects/ssh-attach/run ssh rose.makesad.us dsync dsync-local(paulproteus): Error: dbox /home/paulproteus/Maildir/dbox/mailboxes/realmail/dbox-Mails: Unexpectedly lost uid=337460 dsync-local(paulproteus): Error: msg guid lookup failed: Internal error occurred. Refer to server log for more informati...
2007 Oct 21
1
Problem building Dovecot from hg
I did an hg pull; hg update, and now my Dovecot working copy doesn't build: ../../src/lib-storage/index/dbox/libstorage_dbox.a(dbox-file.o): In function `dbox_file_metadata_get': /home/paulproteus/dnlds/dovecot/src/lib-storage/index/dbox/dbox-file.c:820: undefined reference to `dbox_file_maildir_metadata_get' collect2: ld returned 1 exit status make[3]: *** [imap] Error 1 make[3]: Leaving directory `/home/paulproteus/dnlds/dovecot/src/imap' make[2]: *** [all-recursive] Error 1 make[...
2007 Oct 21
3
Assertion failed: (pos < input->size)
Oct 21 10:04:05 alchemy dovecot: imap-login: Login: user=<paulproteus>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): file message-decoder.c: line 289 (message_decode_body): assertion failed: (pos < input->size) Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): Raw backtrace: imap [0x80c8e10] ->...
2007 Oct 22
2
SEARCH TEXT does not seem to search headers
...rfc3501.txt> this: TEXT <string> Messages that contain the specified string in the header or body of the message. But with the current hg tip (see linked rawlogs), SEARCH TEXT provides results disjoint from SEARCH FROM. I guess that's a bug? http://paulproteus.acm.jhu.edu/bug-report/2007-10-22/20071022-125604-622.out and http://paulproteus.acm.jhu.edu/bug-report/2007-10-22/20071022-125604-622.in -- Asheesh. P.S. Sorry to be so noisy lately.... -- And that's the way it is... -- Walter Cronkite
2007 Oct 21
1
Segfault by asking for a folder?
...my Dovecot segfaults when I select a particular folder. I've removed all files with 'index' in the name, so I don't think it's due to bad indexes. Oct 21 09:18:40 alchemy dovecot: Dovecot v1.1.beta3 starting up Oct 21 09:18:47 alchemy dovecot: imap-login: Login: user=<paulproteus>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS Oct 21 09:18:47 alchemy dovecot: child 28714 (imap) killed with signal 11 is in syslog. I haven't stripped the binaries as far as I know, yet here's what seems to happen in gdb: paulproteus at alchemy:~/dovecot.rawlog $ gdb dove...
2004 Sep 10
2
deafening silence
...; flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if you're on windows, my condolences... no wait, just get cygwin :) Josh --- Asheesh Laroia <paulproteus@technologist.com> wrote: > I'm actually not using 0.9 yet. I have my CD collection archived in > 0.8 > format, and I want to keep my ID3 tags. > > If someone can whip up a script that lets me extract my ID3 tags to a > file > for each file, decompress into WAV, then re...
2011 Dec 28
1
/usr/lib/dovecot/imap ignores log settings?
...ut: * PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS] Logged in as paulproteus imap(paulproteus): Info: Connection closed bytes=0/305 Naturally, the first line is great. My /tmp/dovecot.conf is: <cut here> # single-dbox mail_location = sdbox:~/Maildir/dbox log_path = syslog info_log_path = /dev/null </cut> I'm also attaching strace output, created by runn...
2004 Sep 10
1
Segfaults on K7
--- Asheesh Laroia <PaulProteus@technologist.com> wrote: > I'm running your debian packages on a K7 currently. They seem to be > working fine, including the xmms-flac package. I seem to be > experiencing > the same flac decoding problems > (state=6:FLAC__FILE_DECODER_STREAM_ERROR) > as Pritpaul Mahal, h...
2004 Sep 10
2
ID3-style information
I have a CD collection of about 20 discs that I currently archive on my hard disk in MP3 format. No, I do not like lossy compression. No, I do not like closed standards. No, I do not like software patents (Fraunhofer). In fact, I do not even need compression at this point, as my hard disk capacity is greater than the sum total of the CDs' WAV-format sizes. However, I need its ID3
2007 Oct 21
1
Problem with fts found against Dovecot hg; examples + trace attached
...h presumably caused the Squat indexer to run.) I think Dovecot is infinite looping. I thought something was wrong when I attached strace to it for five minutes and saw no calls to read() or open(). I can reproduce the "select takes forever" on a tiny Maildir with 5 messages: http://paulproteus.acm.jhu.edu/bug-report/2007-10-21/broken.tar.gz I've also attached the *.in and *.out files that I think are related to this IMAP conversation. On a different IMAP conversation with the same "SEARCH takes forever" problem, I attached a gdb to the running Dovecot and got this backt...
2004 Sep 10
0
ID3-style information
--- Asheesh Laroia <paulproteus@technologist.com> wrote: > However, I need its ID3 information. I need the client program > (i.e., > XMMS) to be able to look at a file and know its artist and title. > Those > are the only two required fields, as a matter of fact. > flac (the decoder) 'supports' ID3...
2004 Sep 10
0
deafening silence
...ac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; > done > > should work. of course, test it before you set it loose on your > whole collection. > > if you're on windows, my condolences... no wait, just get cygwin :) > > Josh > > --- Asheesh Laroia <paulproteus@technologist.com> wrote: > > I'm actually not using 0.9 yet. I have my CD collection archived in > > 0.8 > > format, and I want to keep my ID3 tags. > > > > If someone can whip up a script that lets me extract my ID3 tags to a > > file > > for each...
2004 Sep 10
0
deafening silence
...ac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; > done > > should work. of course, test it before you set it loose on your > whole collection. > > if you're on windows, my condolences... no wait, just get cygwin :) > > Josh > > --- Asheesh Laroia <paulproteus@technologist.com> wrote: > > I'm actually not using 0.9 yet. I have my CD collection archived in > > 0.8 > > format, and I want to keep my ID3 tags. > > > > If someone can whip up a script that lets me extract my ID3 tags to a > > file > > for each...
2004 Sep 10
1
Almost using 0.9...
I am currently in the process of converting my 8GB of FLAC 0.8 files into 0.9 files (1). As it converts, I wanted to know how everyone else's FLAC 0.9 compares to FLAC 0.8. One thing I noticed is that decompressing my FLAC files within XMMS gives it a 30% CPU usage constantly on my AMD K6-2 300. While this isn't the fastest machine, that's a lot of processing power being used. So,
2004 Sep 10
1
XMMS plugin doesn't see ID3V2 tags
I tagged some FLAC files with ID3V2 information (by the id3v2 program), but their metadata does not show up in XMMS. Anyone else have this problem? Anyone have a solution? (I tested the tags using the --list option of id3v2; they are there. XMMS and the FLAC plugin just don't seem to respect them.) -- Asheesh.
2004 Sep 10
3
deafening silence
I haven't seen too much feedback since the 0.9 release, which probably means one of three things: 1. it works perfectly and nobody has any complaints! 2. nobody is using 0.9. 3. the list is having problems. I mention #3 because at least one person has been blocked by sourceforge's new filter. Anyone...anyone? __________________________________________________ Do You Yahoo!? Get email
2004 Sep 10
1
problem compiling with gcc 3?
...ry time that is less likely. If you get it every time in nearby test points it may be certain arguments, which you can find from streams.log. Also, if you get any errors on test_bins.sh they should be totally repeatable. I will try running them again just for kicks. Josh --- Asheesh Laroia <paulproteus@technologist.com> wrote: > Finally finished running the tests on my Athlon 1Ghz on a Mandrake > 8.1 box > with GCC 3.0.1. "All 2 tests passed". I can't account for Matt > Zimmerman's GCC 3.0.2 behavior.... It took ages to finish the tests; > it > seemed it...
2004 Sep 10
2
Segfaults on K7
I got a new Athlon recently, and to my surprise, FLAC started segfaulting, even when recompiled. The problem goes away if I build with --disable-asm-optimizations. Has anyone else had problems of this sort? Here are the specs on the processor: processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) Processor stepping :
2004 Sep 10
3
last minute changes
--- Asheesh Laroia <paulproteus@technologist.com> wrote: > Can't you write a script for ./configure that checks for this, rather > than > having the library do the check each time it's used? If not, perhaps > check /proc/cpuinfo or something. The DoIHaveSSE and DoIHave3DNow > checks > could fork() i...
2004 Sep 10
3
last minute changes
for a while after 1.0, in CVS, there was code to check for OS support for SSE instructions. since that required a fork() inside the library I have decided to remove it. so now to get SSE support you have to configure with --sse-os. if I think of a clean way to implement this I'll put it back in. also, there's been some suspicion that the 3dnow! stuff is causing crashes, so I disabled