Running clients under xinetd is no longer supported, and I intend to remove 
the code that permits users to run it in that manner, so you will be better 
off to run the clients as daemons.


On Tuesday 19 September 2006 19:49, Junior Cunha wrote:
> Hi
> 
>    I recently upgrade all my clients to run under xinetd and i realize 
> that now i have a lot of messages like this: "Packet size too big from 
> File daemon:(...)". If i run the client as a deamon, work perfectly. 
> Maybe is something wrong with my xinetd configuration (see below). Can 
> anybody help me?
> 
> ############
> # default: on
>         # description: Bacula File Daemon
>         service bacula-fd
>         {
>                 flags           = REUSE
>                 socket_type     = stream
>                 wait            = no
>                 user            = root
>                 server          = /sbin/bacula-fd
>                 server_args     = -v -i -c /etc/bacula/bacula-fd.conf
>                 log_on_failure  += USERID
>                 disable         = no
>         }
> ###########
> 
> 
> 
> 
>    []s
> 
>    Tks.
> 
>    Jr.
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to