similar to: samba debian & ubuntu builds

Displaying 20 results from an estimated 4000 matches similar to: "samba debian & ubuntu builds"

2024 Jun 07
2
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:54, Jeremy Allison wrote: >> msdfs is broken in 4.19.? It worked fine in 4.18. This is not entirely true. >> Is no one using msdfs?? I wonder why I was the first to discover this? > > There must not be a test for your specific use-case. > > MSDFS is tested in the autobuild test suite. Can > you articulate the problem well enough we can > build a
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
06.06.2024 19:33, Michael Tokarev via samba wrote: > For quite some time I'm trying to find what's going on with MSDFS referrals. > Samba version is 4.19.6. .. > However, when opening the directory in question from client, this name is not > shown in the listing.? Samba skips this name from the listing when looping over > readdir entries: So, the same config just works in
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:59, Michael Tokarev wrote: > 07.06.2024 07:54, Jeremy Allison wrote: >>> msdfs is broken in 4.19.? It worked fine in 4.18. > > This is not entirely true. Nope. Things are more interesting than that. I've a 4.19 installation where msdfs links works both in listing and when specified directly. There are 2 other installations of 4.19 where msdfs links
2024 Jun 06
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
Hi! For quite some time I'm trying to find what's going on with MSDFS referrals. Samba version is 4.19.6. We've global host msdfs = yes (the default anyway), and for a share in question, msdfs root = yes. testparam confirms the settings. There's a symlink created in the root dir of the share, which points to the same server but different path: dfstest =>
2024 Jun 07
2
4.20: case (in)sensitive is broken
Hi! This is a heads-up for now, more debugging to follow. I had to downgrade samba from 4.20.1 to 4.19.6 because 4.20 broke case insensitive file access entirely. Only exact case filename works, no matter which value is set in "case sensitive" parameter. In 4.19, things works again. /mjt -- GPG Key transition (from rsa2048 to rsa4096) since 2024-04-24. New key:
2024 Jun 10
0
mjt debian/ubuntu samba builds update
Hi! I just uploaded binaries of samba versions 4.19.7-1 and 4.20.1-5 for ubuntu and debian to the usual location, http://www.corpit.ru/mjt/packages/samba/ . There are a few changes in there. First, I changed debian release suffix to be like: 4.20.1+dfsg-5~mjt-deb11 4.20.1+dfsg-5~mjt-ubt24 This should not change anything, just make it easier to track if neded, hopefully. And for 4.20
2024 Jun 07
1
smbstatus: who opened the file?
In the smbstatus output, "Locked files" section, there's a list of locked files (effectively opened files, since windows always locks a file which it opens) and corresponding pid of smbd process. How to map this information to user ID? Thanks, /mjt -- GPG Key transition (from rsa2048 to rsa4096) since 2024-04-24. New key: rsa4096/61AD3D98ECDF2C8E 9D8B E14E 3F2A 9DD7 9199 28F1
2024 Jun 20
3
leaving a domain?
Hi! I joined a newly installed samba (4.20.1) server to a domain, - just testing things. Now I want to remove this test server from a domain, but I can't: root at svdcm2:/# samba-tool domain leave -U tls\\mjt-adm WARNING: Using passwords on command line is insecure. Installing the setproctitle python module will hide these from shortly after program start. Password for [TLS\mjt-adm]:
2024 Jun 20
1
leaving a domain?
20.06.2024 15:16, Rowland Penny via samba wrote: > On Thu, 20 Jun 2024 15:07:11 +0300 > Michael Tokarev via samba <samba at lists.samba.org> wrote: > >> 20.06.2024 15:03, Michael Tokarev via samba wrote: >> Still, it'd be nice if samba-tool domain leave displayed some more >> appropriate error message, and no insecure-password-on-command-line >> warning
2024 May 31
1
maximum samba AD functional level?
Hi! In the samba wiki there's this page: https://wiki.samba.org/index.php/Raising_the_Functional_Levels which basically says that the maximum supported functional level is 2008_R2, and that 2012 (and 2012_R2) are included but not supported. This page mentions maximum samba version 4.4 and has been modified in 2017 (besides some formatting changes). What's the current situation? Also,
2024 Jun 20
2
leaving a domain?
20.06.2024 15:03, Michael Tokarev via samba ?????: > Hi! > > I joined a newly installed samba (4.20.1) server to a domain, - just testing > things.? Now I want to remove this test server from a domain, but I can't: > > > root at svdcm2:/# samba-tool domain leave -U tls\\mjt-adm > WARNING: Using passwords on command line is insecure. Installing the setproctitle python
2024 Jun 07
1
DC upgraded to 4.20.1 - issues
07.06.2024 09:39, Stefan G. Weichinger via samba wrote: > I run 2 DCs at a site, Debian 12.5, so far samba-4.19.6 from backports. > > Today I upgraded one of them, this brought samba-4.20.1 > > Now on this one DC stuff like "wbinfo -g" fails: > > # wbinfo -g > could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE > could not obtain
2024 Jun 07
1
4.20: case (in)sensitive is broken
07.06.2024 19:27, Jeremy Allison wrote: > On Fri, Jun 07, 2024 at 04:59:29PM +0300, Michael Tokarev via samba wrote: >> It boils down to having wide links = yes (and unix extensions = no). > > Wide links is problematic. I'd love to just remove it :-). I don't see anything problematic in wide links. I'd say it's samba who views it as problematic (just like in a
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 10:13, Kees van Vloten via samba wrote: > There is a little difference with your config: I am not using symlinks in the filesystem but 'msdfs proxy' in smb.conf.? Not sure if that can be > related to your finding? msdfs proxy is not affected in this context. It is the access to msdfs-symlink *files* which broke. Thanks, /mjt -- GPG Key transition (from rsa2048 to
2024 Jun 20
1
leaving a domain?
20.06.2024 17:01, Ralph Boehme wrote: > On 6/20/24 2:03 PM, Michael Tokarev via samba wrote: >> How to remove this machine from a domain? > net ads leave ... Yeah, I tried that one right after `samba-tool domain leave` - it complains there's no way to leave a domain if joined as a DC. I *guess* this is the error `samba-tool domain leave` faces too, just without proper error
2024 Jun 11
1
4.20: case (in)sensitive is broken
10.06.2024 20:55, Jeremy Allison via samba wrote: > Here is the fix. Not sure if it breaks anything else (yet) :-). Wow. With the additional info from my previous email in mind, it looks like there's something else going on here. Namely, why the issue happens only if unix extensions is *excplicitly* turned off, while doesn't happen when it is turned off implicitly due to wide links?
2024 May 02
1
winbind: does it actually depend on nmbd? and network-online?
Hi! In packaging/systemd/winbind.service, there's this ordering: After=network.target nmb.service Does winbind really need nmbd running? Another interesting dependency here. nmb.service (in the same directory) has Wants=network-online.target After=network.target network-online.target Note nmbd needs network to be online. While winbind only needs network to be up. If winbind requires
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
On Fri, Jun 07, 2024 at 07:16:06AM +0300, Michael Tokarev via samba wrote: >06.06.2024 19:33, Michael Tokarev via samba wrote: > >>For quite some time I'm trying to find what's going on with MSDFS referrals. >>Samba version is 4.19.6. >.. >>However, when opening the directory in question from client, this name is not >>shown in the listing.? Samba skips
2024 May 02
1
winbind: does it actually depend on nmbd? and network-online?
02.05.2024 19:43, Jeremy Allison via samba wrote: >>> Does winbind requires network to be online or just up? > > What's the difference between "online" and "up" ? "Online" has numerous meanings depending on the settings, but the basic idea is the same: when there's some connectivity present. I had a trap on my notebook due to this and due to
2024 Feb 22
1
samba 4.16 on ubuntu focal
Hi we are using Michael repo on ubuntu focal 20.04 for 4.16 samba branch Thank Michael for sharing theses packages it looks that 4.16 branch is missing since 17/2 will this repository be restored or should we move to samba 4.17? http://www.corpit.ru/mjt/packages/samba/focal/