|
From: Heiko Z. <he...@zu...> - 2006-06-09 18:22:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, June 9, 2006 13:08, Dom wrote: > Heiko Zuerker wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> I uploaded a new test release yesterday, get it from one of our >> mirrors. It's in the /pub/devel/testing/ directory. >> >> >> You can give that one a try. Please let us know if this resolved your >> problem. If not, I'd suggest checking the samba mailinglists/website for >> anything about it. >> >> - -- >> >> >> Regards >> Heiko Zuerker >> http://www.devil-linux.org >> >> >> > > Thanks I am trying that. It seems better - very slow on each computer's > first access to the shared folder, but fast thereafter, maybe Samba is > doing some different cacheing system? The first access is always slower, this is normal. > But as with 1.2.9, DL reports an error on start-up something like this > (sorry I had to scribble fast so it may not be quite right): > > > system log daemonio c bind_unix_solib(): bind failed / jail / NTPD / devel > /log (no such file or directory) We changed the way on how the chroot jails send messages to the syslog daemon. It should have changed your config file automatically... Please send me your current /etc/syslog-ng/syslog-ng.conf via email, so I can see what went wrong. Edit your file /etc/syslog-ng/syslog-ng.conf The first source statement should look like this: ##################################################################### # define the source pipe for all local messages ##################################################################### source src { udp(); tcp(max_connections(100)); pipe ("/proc/kmsg" log_prefix("kernel: ")); unix-stream("/dev/log"); interna l(); }; There may be a few more entries in there with jail in the name. Just copy'n'paste this over and let me know how it works. - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iEYEARECAAYFAkSJvEAACgkQUcytMSbs+YW9dgCeOvnANOGLxP1ac+w3SKaDDVYj uowAoIla7maAlUSqdH1DOiLMDfOUaacd =2raf -----END PGP SIGNATURE----- |