similar to: Problems after DC upgrade

Displaying 20 results from an estimated 1000 matches similar to: "Problems after DC upgrade"

2025 Feb 10
1
Problems after DC upgrade
On Mon, 10 Feb 2025 02:24:31 +0000 Stephen Brandli via samba <samba at lists.samba.org> wrote: > Well, it almost went okay. > > Thumbnail: I had two DCs, running the latest in buster. I created a > new one running bookworm and 4.21.3. I joined the new machine as a > DC. I then transferred the FSMO roles from one of the old ones and > demoted that one. My plan is to
2025 Feb 10
3
Problems after DC upgrade
It was systemd-resolved. I disabled that. Now samba is binding to the port. But I'm still getting the dnsupdate failure. And, I can't ping anything. I get the "unknown host or service" error. So names are not getting resolved on the machine. I have to admit to complete ignorance about how this part of linux works. When running systemd-networkd, what normally does name
2025 Feb 10
1
Problems after DC upgrade
You need to remove the symlink /etc/resolv.conf (probably points to /run/systemd/resolved/stub-resolv.conf) and create a new /etc/resolv.conf that has your DC as nameserver. Den m?n 10 feb. 2025 15:57Stephen Brandli via samba <samba at lists.samba.org> skrev: > It was systemd-resolved. I disabled that. Now samba is binding to the > port. > > But I'm still getting the
2025 Feb 10
1
FW: Problems after DC upgrade
Update: I had resolv.conf pointing to my dns servers on different machines, which serve other domains including brandli.com and have entries for the name servers of the ADS domain (domain.brandli.com). I change the pointer in resolv.conf to the local IP address, i.e. the samba internal dns. Now it resolves fully qualified names but not short names. I gather it does not look at the
2025 Feb 16
0
SegFault verifying external trust
I think it's best that I don't put this into the bug system. I'm too removed from the development process, and I don't have the time to build a debug version. Not sure how helpful this will be. Got the following segfault. There are two domains: domain.brandlilaw.com and domain.brandli.com. There is an external trust between them. There were, at one time, 2-4 domain
2025 Jan 12
1
Upgrade Samba with latest backports packages
On Sun, 12 Jan 2025 14:02:59 +0100 Ingo Asche via samba <samba at lists.samba.org> wrote: > Hi Michael, > > there seems to be a trick necessary to upgrade Samba with the latest > backports update. Maybe I simply didn't find it in the update notes. > > If I do apt update for example on a member server I get: > /19 packages can be upgraded. Run 'apt list
2025 Jan 12
1
Upgrade Samba with latest backports packages
On Sun, 12 Jan 2025 13:41:54 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Sun, 12 Jan 2025 14:02:59 +0100 > Ingo Asche via samba <samba at lists.samba.org> wrote: > > > Hi Michael, > > > > there seems to be a trick necessary to upgrade Samba with the > > latest backports update. Maybe I simply didn't find it in the >
2025 Jan 12
2
Upgrade Samba with latest backports packages
Hi Michael, there seems to be a trick necessary to upgrade Samba with the latest backports update. Maybe I simply didn't find it in the update notes. If I do apt update for example on a member server I get: /19 packages can be upgraded. Run 'apt list --upgradable' to see them./ apt list --upgradable shows: /Listing... Done libldb2/stable-backports
2025 Jan 12
1
Upgrade Samba with latest backports packages
It seems so, yesterday I got a working update to Samba 4.21.3: ldb-tools 2:2.10.0+samba4.21.3+dfsg-1~bpo12+1 etc. But it seems Michael had it repaired, got just a mail from my apticron service: The following packages are currently pending an upgrade: ldb-tools 2:2.10.0+samba4.21.3+dfsg-5~bpo12+1 libldb2 2:2.10.0+samba4.21.3+dfsg-5~bpo12+1 libnss-winbind 2:4.21.3+dfsg-5~bpo12+1
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
Hey All, I don't know what's wrong, or what I may have done wrong, but I THOUGHT I followed all the correct steps to setup samba, and it's not working. Here's what I did: D/L latest samba code (4.13.1) & extract install dependencies ./configure --prefix=/usr/local --enable-fhs (enable-fhs was required to get configure to run through completely) make make install cp
2020 Oct 18
3
Samba does not work after upgrade to Ubuntu 20.04.1
Hello, today I upgraded one of my DCs to Ubuntu to 20.04.1. After that my DC did not work anymore, despite unmasking, reenabling. In /var/log/samba/log.samba I get the error messages below. Looks like libraries are missing. What shall I do? Thanks, Joachim root at cobra:/var/log/samba# cat log.samba [2020/10/11 15:12:51.009065, 0]
2019 Jul 23
4
Problems after upgrade Samba 4
Hi, I upgraded my Samba 4.5.16 installed (by apt-get) on Debian 9.9 to Samba 4.10 through the Van Belle repository (apt.van-belle.nl). apt-get install -t stretch-samba410 samba attr winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user bind9 ctdb ldb-tools smbldap-tools ufw glusterfs-common libcephfs1 The packages "bind9 ctdb ldb-tools smbldap-tools ufw glusterfs-common
2020 Nov 04
2
Active - Deactivating
No installed Debian 10.6, running local Bind9 Server, and krb5-kdc.service Running fine. Installing the Louse package ?samba 2:4.13.1+dfsg-0.1buster1? root at AD:/etc/init.d# systemctl status samba-ad-dc ? samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled) Active: deactivating (stop-sigterm) (Result:
2020 Feb 27
0
Samba AD - Different IP than the existing one assigned
?Ok, so now : Content of /etc/hosts 127.0.0.1 localhost 172.31.6.15 adc1.transmitcorp.com adc1 Now, stop samba. Cleanup current data and now setup samba and provision again. cleanup /var/lib/samba /var/cache/samba Rename smb.conf Then provision again, the base is wrong so the AD-DB has wrong data. > > I removed smb.conf from /etc/samba > un the interactive
2020 Feb 28
0
Samba AD - Different IP than the existing one assigned
Try this. systemctl stop smbd nmbd winbind systemctl disable smbd nmbd winbind systemctl mask smbd nmbd winbind systemctl unmask samba-ad-dc systemctl enable samba-ad-dc systemctl start samba-ad-dc Reboot server. Check again. > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Lionel Monchecourt via samba
2024 Nov 06
2
Upgrading from samba version 4.20.5 to 4.21.1 using Debian Bookworm-backports
Hi I tried to update a member server's samba version from 4.20.5 to 4.21.1 using Bookworm-backports and get the following error: roy at moggy:~$ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if
2024 Nov 06
2
Upgrading from samba version 4.20.5 to 4.21.1 using Debian Bookworm-backports
06.11.2024 12:50, spindles seven via samba wrote: > Hi > I tried to update a member server's samba version from 4.20.5 to 4.21.1 using Bookworm-backports and get the following error: > > roy at moggy:~$ sudo apt upgrade > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > Calculating upgrade... Done > Some packages
2015 Mar 23
1
Samba4 classic upgrade problem
Hello. I'm trying to perform a classic upgrade from Samba 3.6.6 with LDAP backend on Debian to 4.1.6 on Ubuntu on a new machine. The samba-tools creates the following *smb.con*f: *# cat /etc/samba/smb.conf** *[global] workgroup = SOMEDOM realm = somedom.local netbios name = SOMEDOM server role = member server passdb backend = samba_dsdb server
2025 Feb 17
0
Cannot delete trust
Okay, I have finally narrowed down my problems to a single one. The trust between the two domains I have seems to be broken, and I don't know how to fix it. I am trying to delete the trust, but it won't let me as I will explain. This broken trust appears to be why the file server I set up this weekend is acting up. When I took out the "idmap config ad" entries for the
2024 Dec 20
1
smbclient and Kerberos authentication
Hi to all, I''m just writing the next version of the german Samba-book and I'm just testing smbclient so when I'm do: --------------------- root at dc01:~# smbclient -L cluster Password for [EXAMPLE\root]: Anonymous login successful Sharename Type Comment --------- ---- ------- IPC$ IPC IPC Service (Samba