summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Glauche <mglauche@gentoo.org>2004-10-15 18:17:36 +0000
committerMichael Glauche <mglauche@gentoo.org>2004-10-15 18:17:36 +0000
commit77378eb52b56ac3124fc43ef842aa92784f78199 (patch)
tree3d05d2a36575ce3d0df1b40a0b34741dcf4bf8c2 /net-fs/samba
parentppc stable for uclibc (diff)
downloadhistorical-77378eb52b56ac3124fc43ef842aa92784f78199.tar.gz
historical-77378eb52b56ac3124fc43ef842aa92784f78199.tar.bz2
historical-77378eb52b56ac3124fc43ef842aa92784f78199.zip
Add a warning for smbfs problems
Diffstat (limited to 'net-fs/samba')
-rw-r--r--net-fs/samba/samba-3.0.7-r1.ebuild4
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"