Domanda

I am having some trouble when installing samba on Centos6.5.

I use this command:

sudo yum install samba samba-client samba-common

But I keep getting this Error:

Error: Package: samba-winbind-clients-3.6.9-164.el6.i686 (tejas-barot-alub-tv)
           Requires: samba-winbind = 3.6.9-164.el6
           Installed: samba-winbind-3.6.9-168.el6_5.x86_64 (@updates)
               samba-winbind = 3.6.9-168.el6_5
           Available: samba-winbind-3.6.9-164.el6.x86_64 (tejas-barot-alub-tv)
               samba-winbind = 3.6.9-164.el6
           Available: samba4-winbind-4.0.0-58.el6.rc4.x86_64 (tejas-barot-alub-tv)
               samba-winbind = 4.0.0-58.el6.rc4
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

I see that I have the required packages, but how to I change the version of them, so I can install Samba on my server?

È stato utile?

Soluzione 3

I found a solution -

  1. Remove any installed Samba versions: - sudo yum remove samba4-libs samba-common samba-winbind-clients samba-winbind samba-client

  2. Install samba - sudo yum install samba

  3. Test: service smb start

Altri suggerimenti

Try Running :

yum clean all

then

yum install samba-winbind-clients

Try this:

yum install samba4 samba4-client samba4-common

or see this tutorial

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top