Displaying 20 results from an estimated 5000 matches similar to: "Restore samba3x files NT4 style to samba4x NT4 Style?"
2019 Feb 20
4
Error NT_STATUS_CONNECTION_REFUSED
Hi,
After installing samba on ubuntu 18.04 following the guide at
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
can't do anything with it.
# smbclient -L localhost -N
Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
looks like its not even running...
ps ax | egrep "samba|smbd|nmbd|winbindd"
1965 pts/0 S+ 0:00
2025 Apr 30
1
How to determine Samba Installation directory
The instructions at https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller#Only_Applicable_if_Samba_was_Previously_Installed can be helpful:
# smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR"
LOCKDIR: /usr/local/samba/var/lock/
STATEDIR: /usr/local/samba/var/locks/
CACHEDIR: /usr/local/samba/var/cache/
PRIVATE_DIR:
2025 May 01
1
How to determine Samba Installation directory
Excellent suggestion! I forgot about that. I get:
# smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR"
LOCKDIR: /var/cache/samba
STATEDIR: /var/lib/samba
CACHEDIR: /var/cache/samba
PRIVATE_DIR: /var/lib/samba/private
In my response to Roland I figured using --prefix /var/lib/samba
That looks correct, right? I don't suppose the /var/cache directories figure into
2025 Apr 30
2
How to determine Samba Installation directory
On Wed, Apr 30, 2025 at 3:41?PM Mark Foley via samba
<samba at lists.samba.org> wrote:
>
> I'm building Samba from a scratch download from samba.org. One of the ./configure
> options is --prefix, which directs where to install the files.
>
> The "default" is /usr/local/samba, but from experience I know my distro does not
> put the files there. There is
2018 Jun 10
2
Samba Time Synchronisation wikipage
On Sun, 10 Jun 2018 10:29:43 +0300
Alexei Rozenvaser <alexei.roz at gmail.com> wrote:
> Question according to ntpsigndsocket directive at chrony.config:
> Is it mandatory from standpoint of Samba to use
> /usr/local/samba/var/lib/ntp_signd/ path for ntpsigndsocket?
> Or it possible to use the chrony's default
> path /var/lib/samba/ntp_signd ?
The wiki is written from
2017 May 29
1
Lost my Samba Member from my Domain NT4 Style.
Any ideas?
On Mon, May 29, 2017 at 2:41 PM, Alberto Moreno <portsbsd at gmail.com> wrote:
> This is really critic, If some one could give support by remote ($$$)
> great.
>
> On Mon, May 29, 2017 at 2:40 PM, Alberto Moreno <portsbsd at gmail.com>
> wrote:
>
>> What info could help?
>> Centos 6 is still not EOL yet (2020 right?).
>>
>> On
2018 Jun 20
2
Roaming profiles
Hey,
I want to use a debian stretch with samba 4 as a fileserver, but I have
problems with the access.
Here is what I did:
apt-get install samba winbind libpam-heimdal libnss-winbind
/etc/init.d/winbind stop
/etc/init.d/samba stop
nano /etc/krb5.conf https://pastebin.com/rkBPJ2Wz
nano /etc/samba/smb.conf https://pastebin.com/h1cJZ6sM
nano /etc/nsswitch.conf https://pastebin.com/gxK2rJLU
2017 May 29
2
Lost my Samba Member from my Domain NT4 Style.
What info could help?
Centos 6 is still not EOL yet (2020 right?).
On Mon, May 29, 2017 at 2:25 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Mon, 29 May 2017 14:12:34 -0700
> Alberto Moreno via samba <samba at lists.samba.org> wrote:
>
> > Hi.
> >
> > Guys I have a big issue, working with my domain member running
> > samba
2017 Apr 11
2
Migrating from Centos 5 NT4 style to Centos 7 issues
Hi.
I want to move my current domain running centos 5 to centos 7.
Samba3x ==>Samba4x
openldap 2.3x==>2.4.x
I move my ldap backup that I got from backups:
slapcap -l mydomain.ldif
Next move my config files to the new server:
/etc/ldap.conf
/etc/openldap/slapd.conf
/etc/openldap/ldap.conf
Schemas are correct.
Copy DB_CONFIG that doesn't exist on openldap 2.4, to /var/lib/ldap/
2019 Apr 26
2
Managing samba ad dc with systemd
Hi,
Rowland,
I've complied samba use:
./configure --enable-debug --enable-selftest --with-systemd
make
make install
I haven't done anything to install MIT Kerberos and I've followed wiki to
install Samba with your default Kerberos. Then I believe that I use Heimdal
Kerberos
I've installed EPEL repository to install python3 and other dependencies
such as python36-dns. I can run
2017 Apr 17
2
doubt
On Mon, 17 Apr 2017 14:57:45 -0300
Luiz Guilherme Nunes Fernandes <narutospinal at gmail.com> wrote:
> Well, i dont have sssd installed.
OK, now we know that ;-)
>
> With winbind i install this packages:
> yum install realmd oddjob oddjob-mkhomedir adcli samba-common
> samba-common-tools krb5-workstation openldap-clients
> policycoreutils-python samba-winbind-clients
I
2011 Aug 16
2
Directly replace smb.
Hi,all,
I have a redhat linux of 2.6.24 kernel(x86_64), which smb is 3.0, I
want to upgrade it, but the system doesn't have gcc development and no
rpm, that means I can't upgrade the smb on this machine.So I compile the
new samba on other machine and copy necessary files and replace them on
my target machine and checked:
smbd -V
nmbd -V
winbind -V
are all the right version, but
2011 Aug 16
1
Directly replace smb. [Scanned]
----- Original Message -----
From: yyq at eisoo.com
Sent: Tue, 8/16/2011 12:06pm
To: samba at lists.samba.org
Subject: [Samba] Directly replace smb. [Scanned]
Hi,all,
I have a redhat Linux of 2.6.24 kernel(x86_64), which smb is 3.0, I
want to upgrade it, but the system doesn't have gcc development and no
rpm, that means I can't upgrade the smb on this machine.So I compile
2010 Jun 15
5
windows 7 unable to join domain
Hi,
I'm currently running Samba3x-3.3.8-0.51 on CentOS 5.5. I currently have
many Windows XP clients associated with the domain and behaving correctly.
However, I am unable to join a Windows 7 PC. I receive "The specified
network name is no longer available."
I've verified that DNS is configured correctly, and as stated XP machines
have no problem joining.
Per some googling,
2015 Aug 27
3
Samba Internal DNS vs. BIND_DLZ
On 27/08/15 22:20, Robert Moskowitz wrote:
>
>
> On 08/27/2015 05:10 PM, Rowland Penny wrote:
>> On 27/08/15 22:00, Robert Moskowitz wrote:
>>> Ah, LDAP is included within Samba, I find. Don't install provided
>>> one...
>>>
>>> I suppose I will have to find what schemas, particularly if the bind
>>> dlz schema is included?
2017 Jan 11
4
Corrupted idmap...
Rowland, no domain user can authenticate on any system and running
sysvolreset followed by sysvolcheck results in a crash. If the sysvol
permissions are correct, sysvolcheck does not crash. If I attempt to
join a NAS or workstation to the domain I get NT_STATUS_INVALID_SID.
Researching these symptoms turns up a thread about a corrupt idmap.ldb
where a group SID and user SID may be the same or
2017 Apr 11
2
Migrating from Centos 5 NT4 style to Centos 7 issues
I vaguely remember some issue where openldap between versions went from
using a single file for config to a multiple file config. I think you
could use the slapcat command to convert.
On 04/11/17 16:16, Marc Muehlfeld via samba wrote:
> Hi Alberto,
>
> I currently don't have an OpenLDAP server running, but let's try it
> anyway. :-)
>
>
> Am 11.04.2017 um
2020 Feb 08
1
Samba 4.11.6 cannot JOIN - 'Could not find machine account'
Thanks for the help with this, Rowland.
> Where these 2008 DCs upgraded from an earlier version ? (2000, 2003)
Yes, the two Windows servers were migrated over the years to Server 2008 (one is 2008
R2).
I've now moved the _msdcs folder and made it a zone in the forest, restarted NETLOGON,
and set the functionality of the forest to Server 2008, then rebooted both windows servers.
This
2017 May 24
2
Howto switch from distribution to self compiled?
Hi,
I want to switch from an old samba 3.6 of a Linux distribution, to a new
and self compiled samba, which is in different directories
(usr/local/samba).
Which files do I need to copy from the old place to the new?
Which ones are only temporary files, and can be discarded?
This is from the output of "smbd -b"
old:
SBINDIR: /usr/sbin
BINDIR: /usr/bin
SWATDIR:
2017 Aug 08
1
cannot join windows 7 samba4-ad-dc fresh install, get NT_STATUS_INTERNAL_ERROR
Hello,
I've a problem joining windows 7 samba4 ad
I'm doing a completely clean install on debian 9.1
When trying to join AD Win 7 gives me "internal error"
I also get error on "Verifying the File Server" step of the
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_
Active_Directory_Domain_Controller
here's the output:
smbclient -L localhost -U%
session