diff options
author | Michael Glauche <mglauche@gentoo.org> | 2004-10-15 18:17:36 +0000 |
---|---|---|
committer | Michael Glauche <mglauche@gentoo.org> | 2004-10-15 18:17:36 +0000 |
commit | 1d63184beefb5ffa51a187dda2fcf13705fb4e71 (patch) | |
tree | aff79a6acea21ceea3dcd3a0814e318ce43dcc9d /net-fs | |
parent | ppc stable for uclibc (Manifest recommit) (diff) | |
download | gentoo-2-1d63184beefb5ffa51a187dda2fcf13705fb4e71.tar.gz gentoo-2-1d63184beefb5ffa51a187dda2fcf13705fb4e71.tar.bz2 gentoo-2-1d63184beefb5ffa51a187dda2fcf13705fb4e71.zip |
Add a warning for smbfs problems
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.7-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-fs/samba/samba-3.0.7-r1.ebuild b/net-fs/samba/samba-3.0.7-r1.ebuild index 78aa6d815c4b..7fab9a489072 100644 --- a/net-fs/samba/samba-3.0.7-r1.ebuild +++ b/net-fs/samba/samba-3.0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.7-r1.ebuild,v 1.7 2004/10/10 23:02:28 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.7-r1.ebuild,v 1.8 2004/10/15 18:17:36 mglauche Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -358,6 +358,8 @@ pkg_postinst() { ewarn "" einfo "If you experience client locks in file transfers _only_, try the parameter" einfo " use sendfile = no (man smb.conf(5), man sendfile(2))" + einfo "There also seem some problems with the smbfs implementation of the recent 2.6.x kernels" + einfo "If you experience problems (lockups) with smbfs, try cifs as an alternative" einfo "" if use ldap; then ewarn "If you are upgrading from prior to 3.0.2, and you are using LDAP" |