search for: fstate

Displaying 9 results from an estimated 9 matches for "fstate".

Did you mean: state
2004 Sep 10
2
Using libFLAC++
...ired functions (meta,error, and write_callback). However, when I do the following, it prints 7, which appears to be FLAC__FILE_DECODER_INVALID_CALLBACK, meaning I haven't set up one of the callbacks that I need to. bool FlacDecoder::play(const char *filename) { FLAC__FileDecoderState fstate; set_filename(filename); fstate = FLAC__file_decoder_init(decoder_); cout << fstate << endl; return true; } Now, I thought the main difference between libFLAC and libFLAC++ was that in c++ you didn't have to manually set the callbacks, just inherit and they woul...
2007 Jun 20
0
domU with no fstate lags in "xm list"
Hi all, Anybody know what it means for a DomU to show up in the "xm list" as follows: Name ID Mem VCPUs State Time(s) Domain-0 0 256 2 r----- 43929.3 Clonezilla 16 512 1 ------ 6.2 The domU "Clonezilla" does not have an "r" state
2004 Sep 10
0
Using libFLAC++
...te_callback). > However, when I do the following, it prints 7, which appears to be > FLAC__FILE_DECODER_INVALID_CALLBACK, meaning I haven't set up one of the > callbacks that I need to. > > bool FlacDecoder::play(const char *filename) > { > FLAC__FileDecoderState fstate; > set_filename(filename); > > fstate = FLAC__file_decoder_init(decoder_); This is wrong. It should be: fstate = init(); > cout << fstate << endl; > > return true; > } > [...] -- Miroslav Lichvar
2015 Aug 11
4
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote: > Am 11.08.2015 um 21:47 schrieb Dr J Austin: >>> >>> What does cyrus-imapd log? >>> >>> Alexander >>> >>> >> >> Where should I be looking ? > > /var/log/maillog is the default log file for the MAIL facility. Else check > your syslog() daemon configuration. > >
2015 Aug 11
0
C6.7 evolution to cyrus imap(s) fails
Am 11.08.2015 um 22:28 schrieb Dr J Austin: > > Hi Alexander > > [root at maui:/var/log]$ watch 'tail -n40 maillog > > does not quiver when I try to connect That's suspicious. Let's exclude it is the client which causes the problem: Connect directly to the IMAPS server on CLI. openssl s_client -connect <server ip>:993 You hopefully see a greeting message
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote: > Am 11.08.2015 um 17:56 schrieb Dr J Austin: >> Hi >> >> I have been using evolution/cyrus/exim for 10 years - until yesterday! >> >> I upgraded to C6.7 and now there is no way I can find of connecting >> from evo to the cyrus imap(s) server >> >> [root at maui:~]$ ps -ef|grep imap >> cyrus
2011 Jan 24
1
Questiosn about dbox
Hello I have read carefully about dbox (/http://wiki2.dovecot.org/MailboxFormat/dbox/) and I have some questions: - One of the main advantages (speed wise) of dbox over maildir is that index files are the only storage for message flags and keywords. What happens when we want to recover some messages from backup? With maildir we can rebuild message indexes, but I am not sure about
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
On Mon, September 14, 2015 14:51, James B. Byrne wrote: > The Logwatch imapd service script distributed with CentOS-6 does not > generate anything when I run logwatch --service all on a cyrus-imapd > host. Is this expected behaviour? Is there a separate script for > cyrus-imapd or are their configuration options required to get the > existing script to work. > > I have found
2009 Jan 15
2
Fatal: Plugin sieve_plugin not found from directory
...Jan 16 00:33:16 norman dovecot: deliver(jman at zultron.com): Fatal: Multiple files for module sieve_plugin: /usr/lib64/dovecot/lda/lib90_sieve_plugin.so, /usr/lib64/dovecot/lda/sieve_plugin.so Invoking the deliver process with strace showed /usr/lib64/dovecot/lda being opened, fstated, and getdents returned the expected results, including {d_ino=67593, d_off=608760247, d_reclen=40, d_name="lib90_sieve_plugin.so"} After this, the plugin (nor any other file, aside from /etc/localtime) was not opened, the above error was sent, and deliver exited. The RPM wa...