similar to: classifying samba componens and sorting into debian binary packages

Displaying 20 results from an estimated 5000 matches similar to: "classifying samba componens and sorting into debian binary packages"

2024 May 25
2
classifying samba componens and sorting into debian binary packages
25.05.2024 17:39, Michael Tokarev via samba wrote: > ==================== > ? samba-common-bin - common binaries in /usr/bin: > ????? net > ????? testparm - it probably should come together with smb.conf but ok > ????? nmblookup - should it be part of smbclient? Probably irrelevant at this time. > ????? samba-tool - is about AD, I plan to move it to samba-ad-client pkg. >
2024 May 26
1
classifying samba componens and sorting into debian binary packages
On 26/05/24 03:00, Michael Tokarev via samba wrote: > There's also /usr/sbin/samba_kcc in there, - should go either to samba-ad-client > or samba-ad-dc, I can't understand which one. samba-ad-dc. It is called by the server. >> BTW, do we really need samba_downgrade_db these days?? Changing format to the >> one used by samba 4.7, srsly?? I'd just remove this one :)
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 14
1
winbind error after startup on Samba member server
On 13.06.2024 20:33, Peter Milesson via samba wrote: > > > On 13.06.2024 17:21, Rowland Penny via samba wrote: >> On Thu, 13 Jun 2024 16:26:17 +0200 >> Peter Milesson via samba <samba at lists.samba.org> wrote: >> >>> Hi folks, >>> >>> The last log record from journalctl -xeu winbind directly after >>> winbind startup is:
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 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 =>
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
With the new signature file I was able to verify, but there was still a bad signature: "gpg: key 0x0FC3042E345AD05D: 1 bad signature" which I highlighted below. Didn't seem to be a problem, but thought I'd point it out. I'd be glad to do additional tests if you'd like. $ gpg --list-keys /home/wink/.gnupg/pubring.kbx ----------------------------- pub
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 Jul 08
2
samba-ad-dc from debian backports fails to start with /usr/sbin/samba missing
08.07.2024 17:18, Sonic wrote: > On Mon, Jul 8, 2024 at 6:46?AM Michael Tokarev <mjt at tls.msk.ru> wrote: > ... >> I think the main ingredient here is to have apt-listchanges package >> installed (which, while part of standard install, is optional). > ... > > I've always installed using the netinstall.iso which does not install > that package. Will add it
2024 Jun 20
1
leaving a domain?
On Thu, 20 Jun 2024 15:19:35 +0300 Michael Tokarev <mjt at tls.msk.ru> wrote: > 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
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 Jul 08
1
samba-ad-dc from debian backports fails to start with /usr/sbin/samba missing
On Mon, Jul 8, 2024 at 6:46?AM Michael Tokarev <mjt at tls.msk.ru> wrote: ... > I think the main ingredient here is to have apt-listchanges package > installed (which, while part of standard install, is optional). ... I've always installed using the netinstall.iso which does not install that package. Will add it from now on. Thank you, Chris
2024 Jun 20
1
leaving a domain?
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 ?????: > > 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: > > > > > >
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 Jul 08
1
samba-ad-dc from debian backports fails to start with /usr/sbin/samba missing
07.07.2024 16:05, Sonic via samba wrote: > On Fri, Jul 5, 2024 at 3:55?AM Michael Tokarev via samba > <samba at lists.samba.org> wrote: > ... >> Please don't suppress *NEWS* entries. > ... > > As someone that was bitten by this change I have to admit I've never > seen these NEWS entries, or never realized I had. My Debian servers > are cli only (no X or
2024 Jul 30
1
4.21-rc: new symbols form appeared
I'm trying to build 4.21-rc packages for debian, and noticed that a new form of version info symbol appeared (only tried tdb for now). In addition to usual TDB.1.4.11 at TDB.1_4.11 symbol, it now also adds TDB_1_4_11 at TDB_1_4_11 (with dots replaced with underscores), but for single version only. It doesn't look right :) Thanks, /mjt -- GPG Key transition (from rsa2048 to
2024 Aug 03
1
4.21-rc: ldb_version.h is missing
31.07.2024 08:30, Douglas Bagnall via samba ?????: > On 30/07/24 22:20, Michael Tokarev via samba wrote: >> When building libldb as public library, its install target does not >> install ldb_version.h header file, which is included from ldb.h, so >> the resulting header files are unusable. > > It may be that 625fb48326ec62a33ce0abdbfb0f6f3d33d7cc64 accidentally reversed
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
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
On 07-06-2024 06:59, Michael Tokarev via samba 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. > >>> 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