On Mon, 29 Aug 2016 08:09:46 -0300 Maiquel Consalter via samba <samba at lists.samba.org> wrote:> Hi Folks, > i tryed make some tests, but the problem it the same. Someone have > some idea how i solve my problem ? I try the new instalation, upgrade > all packates but before 1 minute the process still in 100% and the > process is rpc_server. >You say you have compiled Samba yourself, so I take it that Samba is installed at /usr/local/samba, if so, is the new samba in your PATH and are there any OS Samba packages installed ? Is there a firewall running, if so, try turning it off Is Selinux running, if so, try disabling it. What packages did you install before compiling Samba ? Rowland
>You say you have compiled Samba yourself, so I take it that Samba isi>nstalled at /usr/local/samba, if so, is the new samba in your PATH and>are there any OS Samba packages installed ?I compile myself. I removed all packets for samba before start the instalation. My options: ./configure --sysconfdir=/etc/samba/ --mandir=/usr/share/man/ --enable-debug --enable-selftest && make && make instasll>Is there a firewall running, if so, try turning it off // Is Selinuxrunning, if so, try disabling it. setenforce 0 service firewalld stop service iptables stop service ip6tables stop systemctl disable firewalld systemctl disable iptables systemctl disable ip6tables>What packages did you install before compiling Samba ?yum install libacl-devel e2fsprogs-devel gnutls-devel readline-devel python-devel gdb pkgconfig gcc libblkid-devel zlib-devel setroubleshoot-server setroubleshoot-plugins policycoreutils-python libsemanage-python setools-libs-python setools-libs popt-devel libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel libsepol-devel libattr-devel keyutils-libs-devel cyrus-sasl-devel krb5-workstation perl openldap-devel bind bind-sdb Tks 2016-08-29 9:22 GMT-03:00 Rowland Penny via samba <samba at lists.samba.org>:> On Mon, 29 Aug 2016 08:09:46 -0300 > Maiquel Consalter via samba <samba at lists.samba.org> wrote: > > > Hi Folks, > > i tryed make some tests, but the problem it the same. Someone have > > some idea how i solve my problem ? I try the new instalation, upgrade > > all packates but before 1 minute the process still in 100% and the > > process is rpc_server. > > > > > You say you have compiled Samba yourself, so I take it that Samba is > installed at /usr/local/samba, if so, is the new samba in your PATH and > are there any OS Samba packages installed ? > > Is there a firewall running, if so, try turning it off > Is Selinux running, if so, try disabling it. > > What packages did you install before compiling Samba ? > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Att, Maiquel
On Mon, 29 Aug 2016 09:53:33 -0300 Maiquel Consalter <maiquelconsalter at gmail.com> wrote:> >You say you have compiled Samba yourself, so I take it that Samba is > i>nstalled at /usr/local/samba, if so, is the new samba in your PATH > i>and > >are there any OS Samba packages installed ? > I compile myself. I removed all packets for samba before start the > instalation. > My options: ./configure --sysconfdir=/etc/samba/ > --mandir=/usr/share/man/ --enable-debug --enable-selftest && make && > make instasllSo you have smb.conf at /etc/samba, the manpages at /usr/share/man and everything else at /usr/local/samba. If you open a terminal and type 'echo $PATH' , do you have '/usr/local/samba/bin:/usr/local/samba/sbin:' at the start ?> > >Is there a firewall running, if so, try turning it off // Is Selinux > running, if so, try disabling it. > setenforce 0 > service firewalld stop > service iptables stop > service ip6tables stop > systemctl disable firewalld > systemctl disable iptables > systemctl disable ip6tablesDoes this change anything ?> > >What packages did you install before compiling Samba ? > > yum install libacl-devel e2fsprogs-devel gnutls-devel readline-devel > python-devel gdb pkgconfig gcc libblkid-devel zlib-devel > setroubleshoot-server setroubleshoot-plugins policycoreutils-python > libsemanage-python setools-libs-python setools-libs popt-devel > libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel > libsepol-devel libattr-devel keyutils-libs-devel cyrus-sasl-devel > krb5-workstation perl openldap-devel bind bind-sdbIf you look here: https://wiki.samba.org/index.php/Operating_system_requirements/Dependencies_-_Libraries_and_programs#Red_Hat_Enterprise_Linux_.2F_CentOS_.2F_Scientific_Linux and compare it with your list, there are these extra packages: attr libaio-devel perl-ExtUtils-MakeMaker perl-Parse-Yapp perl-Test-Base cups-devel bind-utils libxslt docbook-style-xsl autoconf python-crypto pam-devel These may be packages that are already installed, but I suggest you try to install them and if any get installed, you will have to recompile Samba. Rowland