From d61a7bd1ae10932e5ae2356423e1f20edb3d7ba5 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 28 Jun 2005 22:19:14 +0000 Subject: Update. (This used to be commit 8bec13eaae6c96417719adac738fd9287d2c9ab9) --- docs/Samba3-HOWTO/TOSHARG-Portability.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs/Samba3-HOWTO/TOSHARG-Portability.xml') diff --git a/docs/Samba3-HOWTO/TOSHARG-Portability.xml b/docs/Samba3-HOWTO/TOSHARG-Portability.xml index d70dba1a9e..bf657732d0 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Portability.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Portability.xml @@ -9,7 +9,10 @@ Portability -Samba works on a wide range of platforms, but the interface all the + +platforms +compatible +Samba works on a wide range of platforms, but the interface all the platforms provide is not always compatible. This chapter contains platform-specific information about compiling and using Samba. @@ -17,6 +20,8 @@ platform-specific information about compiling and using Samba. HPUX +/etc/logingroup +/etc/group Hewlett-Packard's implementation of supplementary groups is nonstandard (for historical reasons). There are two group files, /etc/group and /etc/logingroup; the system maps UIDs to numbers using the former, but @@ -35,10 +40,13 @@ to initgroups() are run as users, not in any groups with GIDs outside the allowed range. -This is documented in the HP manual pages under setgroups(2) and passwd(4). + +This is documented in the HP manual pages under setgroups(2) and passwd(4). +gcc +ANSI compiler On HP-UX you must use gcc or the HP ANSI compiler. The free compiler that comes with HP-UX is not ANSI compliant and cannot compile Samba. @@ -169,11 +177,12 @@ You should then remove the line: By default during installation, some versions of Red Hat Linux add an entry to /etc/hosts as follows: - 127.0.0.1 loopback "hostname"."domainname" +127.0.0.1 loopback "hostname"."domainname" +loopback interface This causes Samba to loop back onto the loopback interface. The result is that Samba fails to communicate correctly with the world and therefore may fail to correctly negotiate who @@ -212,15 +221,8 @@ be stuck in F_SETLKW64 loops. -Sun released patches for Solaris 2.6, 8, and 9. The patch for Solaris 7 -has not been released yet. - - - +Please check with Sun support for current patches needed to fix this bug. The patch revision for 2.6 is 105181-34, for 8 is 108528-19, and for 9 is 112233-04. - - - After the installation of these patches, it is recommended to reconfigure and rebuild Samba. -- cgit