Problems with cnfs

Richard Michel rm at esib.net
Thu Apr 26 14:28:26 UTC 2001


hi,

i´m always getting this messages in the log news.err, i really don´t know what to do,
below you´ll find the log, storage.conf and the cycbuff.conf files.

Hope anyone can help me.

I build inn.2.3.1 on a Suse Linux 7.1 with the Linux Kernel 2.4

thx
richard


news.err

Apr 26 16:10:11 news-ffm1 innd: CNFS-sm: Mismatch 3: read ONE for cycbuff BIN1
Apr 26 16:10:11 news-ffm1 innd: SM storage method 'cnfs' failed initialization
Apr 26 16:10:11 news-ffm1 innd: SM one or more storage methods failed initialization
Apr 26 16:10:11 news-ffm1 innd: SERVER cant initialize the storage subsystem one or more storage met
Apr 26 16:10:11 news-ffm1 innfeed[20397]: CNFS-sm: Mismatch 3: read ONE for cycbuff BIN1
Apr 26 16:10:11 news-ffm1 innfeed[20397]: SM storage method 'cnfs' failed initialization
Apr 26 16:10:11 news-ffm1 innfeed[20397]: SM one or more storage methods failed initialization
Apr 26 16:10:11 news-ffm1 innfeed[20397]: Storage manager initialization failed


storage.conf

method cnfs {
        newsgroups: alt.binaries.*
        class: 1
        size: 0,1000000
        expires: 0,4d
        options: BINARIES
}
method cnfs {
        newsgroups: de.*
        class: 2
        size: 0,3999
        expires: 0,0
        options: TEXT
}
method cnfs {
        newsgroups: *
        class: 3
        size: 0,1000000
        options: REST
}



cycbuff.conf

# 1. Cyclic buffers
# Format:
# "cycbuff" (literally) : symbolic buffer name : path to buffer file :
#       length of symbolic buffer in kilobytes in decimal (1KB = 1024 bytes)

cycbuff:TEXT1:/usr/local/news/spool/articles/text/text:512000
cycbuff:BIN1:/usr/local/news/spool/articles/bin1/bin1:512000
# cycbuff:BIN2:/usr/local/news/spool/articles/bin2/bin2:512000
cycbuff:REST1:/usr/local/news/spool/articles/rest1/rest1:512000
# cycbuff:REST2:/usr/local/news/spool/articles/rest2/rest2:512000

# 2. Meta-cyclic buffers
# Format:
# "metacycbuff" (literally) : symbolic meta-cyclic buffer name :
#       comma separated list of cyclic buffer symbolic names
#
# symbolic meta-cyclic buffer name is defined at storage.ctl like;
# cnfs:*:1:0:3999:SMALLAREA
# cnfs:*:2:4000:1000000:BIGAREA

metacycbuff:TEXT:TEXT1
metacycbuff:BINARIES:BIN1
metacycbuff:REST:REST1



More information about the inn-workers mailing list