Package: dicod
Version: 2.1-3+b2
Severity: minor

Hi,

When dicod starts, there's always some warnings:

$ sudo invoke-rc.d dicod start
[....] Starting dictionary server : dicoddicod: Notice: Unsupported callback property 18
dicod: Notice: Unsupported callback property 18
. ok

The -t option has the same warnings.

$ dicod -t
dicod: Notice: Unsupported callback property 18
dicod: Notice: Unsupported callback property 18

Beside this warning, dicod works without problem. However, after a little search, it turns out this warning comes from dicod/gsasl.c, line 318, so it may be related to the authentication part of dicod.

Regards,

Guo Yixuan


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dicod depends on:
ii  adduser        3.113+nmu1
ii  libc6          2.13-32
ii  libdico1       2.1-3+b2
ii  libgsasl7      1.6.1-1
ii  libldap-2.4-2  2.4.28-1.1
ii  libltdl7       2.4.2-1
ii  m4             1.4.16-2
ii  zlib1g         1:1.2.6.dfsg-2

dicod recommends no packages.

Versions of packages dicod suggests:
pn  dico-doc  <none>

-- Configuration Files:
/etc/dicod.conf changed:
capability (mime,xversion);
timing yes;
pidfile /var/run/dicod/dicod.pid;
module-load-path ("/usr/lib/dico");
// Enable handling of databases in dict.org format:
load-module dictorg {
        command "dictorg sort trim-ws dbdir=/usr/share/dictd";
}
// dicodconfig automatically generates the database sections for dictorg
// formatted dictionaries, the following line makes use of this facility:
// Uncomment the following to enable handling of databases in Emacs outline
// format:
/* load-module outline {
        command "outline";
}
*/
// Uncomment the following to enable Guile interface:
/* load-module guile {
        command "guile";
}
*/
// Uncomment the following to enable Guile interface:
/* load-module python {
        command "python";
}
*/
// Emacs outline database example:
/* database {
        name "devdict";
        handler "outline /usr/share/dico/outline/devils.out";
}
*/
/* wikipedia(`en',
  `en.wikipedia.org') */
/* wiktionary(en,
  `en.wiktionary.org',
  `English language Wiktionary, a collaborative project to produce a
   free-content multilingual dictionary.') */
alias d DEFINE;
alias da d "*";
alias df d "!";
alias m MATCH;
alias mas m "*";
alias mfs m "!";
alias ma mas ".";
alias mf mfs ".";
alias s STATUS;
alias h HELP;
alias q QUIT;
help-text <<- EOT
        +
  The following commands are abbreviations that Gray likes to use when
  debugging the daemon.  You may or may not find them useful.  However
  it is, do not write your client software to relay on them.  They may
  disappear or change any time Gray pleases, without notice.
  d database word                 -- DEFINE database word
  da word                         -- DEFINE * word
  df word                         -- DEFINE ! word
  ma word                         -- MATCH * . word
  mf word                         -- MATCH ! . word
  mas strategy word               -- MATCH * strategy word
  mfs strategy word               -- MATCH ! strategy word
  m database strategy word        -- MATCH database strategy word
  s                               -- STATUS
  h                               -- HELP
  q                               -- QUIT
EOT;
user dicod;
max-children 18;
server-info <<EOT
This is a Dico server.
EOT;
/* load-module stratall {
  command "stratall";
}
strategy all {
  deny-all yes;
}
*/
/* load-module substr {
  command "substr";
}
strategy substr {
  deny-length-lt 3;
}
*/
listen 127.0.0.1;


-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to