search for: serverid

Displaying 20 results from an estimated 87 matches for "serverid".

Did you mean: servercd
2012 Jan 20
8
The Recycled PIDs Fix
...need to pass this in our call to samba share mode APIs e.g. create_share_mode_entry(). Also, you have introduced server registration/de-registration which is associated with 'unqiue_id'. If we use these new APIs then in which library from Samba do we need to link to? Or without calling serverid_register() can we directly pass any 'unique_id' while calling to create_share_mode_entry() and in that case whether this and other share mode APIs will work properly? Looking forward to your answer, Thanks, -Manoj
2014 Jun 18
1
Troubleshooting poor (small) random read performance -- serverid.tdb?
...Things are going quite a bit slower than expected (as compared to the same workload pointed at a Windows 2012 server). iostat shows not much disk IO activity or iowait going on, but smbd processes are all maxed out CPU wise. An strace on them shows *lots* of activity (almost exclusively) to the serverid.tdb file: fcntl(16, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=636, len=1}) = 0 fcntl(16, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=636, len=1}) = 0 File handle 16 corresponds with the serverid.tdb file for the PID in question. Have been searching around trying to find out what exactl...
2012 Apr 17
0
CTDB panics when vacuuming serverid.tdb
CTDB Samba Team, I have a two-node cluster successfully running a GFS2 filesystem. I compiled ctdb ver 1.12 with Samba 3.6.3 for 64-bit systems. Running on RHEL 5.7. I was able to add the cluster to the domain but after I restarted CTDB, it panics right after doing a vacuum of the serverid.tdb database. The lock file is on the GFS FS so both nodes can access it. Any ideas as to what could cause this? Thanks in advance. -------- smb.conf -------------------------- [global] workgroup = MYDOMAIN clustering = Yes netbios name = apollo realm = MYDOMAIN.A...
2011 Dec 21
1
Winbind authentication and wbinfo -i user no longer work after uprading to 3.6.1
...meframe are: <syslog> Dec 21 07:47:25 debinsp3200 winbindd[3489]: [2011/12/21 07:47:25.660769, 0] winbindd/winbindd_ads.c:1068(lookup_groupmem) Dec 21 07:47:25 debinsp3200 winbindd[3489]: ads_ranged_search failed with: Time limit exceeded <smbd> [2011/12/21 07:47:10.102879, 1] lib/serverid.c:197(serverid_deregister) Deleting serverid.tdb record failed: NT_STATUS_NOT_FOUND [2011/12/21 07:47:10.103603, 1] smbd/server.c:303(remove_child_pid) Could not remove pid 3491 from serverid.tdb [2011/12/21 07:47:10.104114, 1] smbd/server.c:317(remove_child_pid) Could not find child 349...
2008 Jun 14
5
PATCH: ipconfig may accept DHCPOFFER as DHCPACK
...ff dhcp_proto.c ../ipconfig.old/dhcp_proto.c: 74,78d73 < * Returns: < * 0 = Not handled < * 2 = DHCPOFFER (from dhcp_proto.h) < * 5 = DHCPACK < * 6 = DHCPNACK 109,110c104,105 < ret = bootp_parse(dev, hdr, exts, extlen) ? DHCPOFFER : 0; < if (ret == DHCPOFFER && serverid != INADDR_NONE) --- > ret = bootp_parse(dev, hdr, exts, extlen); > if (ret == 1 && serverid != INADDR_NONE) 116c111 < ret = bootp_parse(dev, hdr, exts, extlen) ? DHCPACK : 0; --- > ret = bootp_parse(dev, hdr, exts, extlen); 121c116 < ret = DHCPNAK; --- > ret =...
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
.... if you specify idmap backends for specific domains. Some pam_winbind setups may also require the global list. If you have a setup that doesn't require the global list, you should set "winbind scan trusted domains = no". REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
.... if you specify idmap backends for specific domains. Some pam_winbind setups may also require the global list. If you have a setup that doesn't require the global list, you should set "winbind scan trusted domains = no". REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2018 Jan 15
2
[Announce] Samba 4.8.0rc1 Available for Download
.... if you specify idmap backends for specific domains. Some pam_winbind setups may also require the global list. If you have a setup that doesn't require the global list, you should set "winbind scan trusted domains = no". REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2018 Jan 15
2
[Announce] Samba 4.8.0rc1 Available for Download
.... if you specify idmap backends for specific domains. Some pam_winbind setups may also require the global list. If you have a setup that doesn't require the global list, you should set "winbind scan trusted domains = no". REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
..."winbind scan trusted domains = no". VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
..."winbind scan trusted domains = no". VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.lock" of Samba's "lock directory". The unique id listed by 'net serv...
2017 Feb 15
2
Randomly losing network share file communication
...oot_user: now uid=(0,0) gid=(0,0) [2017/02/15 09:45:45.486989, 3] ../source3/smbd/server_exit.c:246(exit_server_common) Server exit (NT_STATUS_CONNECTION_RESET) [2017/02/15 10:00:30.286739, 5] ../lib/dbwrap/dbwrap.c:178(dbwrap_check_lock_order) check lock order 2 for /usr/local/samba/var/lock/serverid.tdb [2017/02/15 10:00:30.286770, 5] ../lib/dbwrap/dbwrap.c:146(dbwrap_lock_order_state_destructor) release lock order 2 for /usr/local/samba/var/lock/serverid.tdb [2017/02/15 10:00:30.286828, 4] ../source3/smbd/sec_ctx.c:321(set_sec_ctx_internal) >File error reported at 10:43 UNIX token of...
2018 Nov 07
4
Avoiding constant HDD access
...cro-sd card iwas tempted more than once move "/var/lib/samba/private/msg.sock/" and "/var/lib/samba/lock/msg.lock/" in a tmpfs but that won't solve the issue 20K -rw-r--r-- 1 root root 20K 2018-11-07 12:16 printer_list.tdb 16K -rw-r--r-- 1 root root 16K 2018-11-07 12:16 serverid.tdb [root at nfs:~]$ backup-nfs.sh sending incremental file list sending incremental file list sending incremental file list sending incremental file list deleting samba/lock/msg.lock/1041903 deleting samba/private/msg.sock/1041903 samba/lock/gencache_notrans.tdb 454,656 100% 402.34MB/s...
2016 Oct 20
0
CTDB and locking issues in 4.4.6 (Classic domain)
...conf on all the nodes? > > Amitay. Hi Amitay, Here you go: Server 1: # ctdb getdbmap Number of databases:20 dbid:0x4d2a432b name:g_lock.tdb path:/var/lib/ctdb/g_lock.tdb.1 dbid:0x2d608c16 name:netlogon_creds_cli.tdb path:/var/lib/ctdb/netlogon_creds_cli.tdb.1 READONLY dbid:0x9ec2a880 name:serverid.tdb path:/var/lib/ctdb/serverid.tdb.1 dbid:0x6afb8c09 name:dbwrap_watchers.tdb path:/var/lib/ctdb/dbwrap_watchers.tdb.1 dbid:0x521b7544 name:smbXsrv_version_global.tdb path:/var/lib/ctdb/smbXsrv_version_global.tdb.1 dbid:0x6b06a26d name:smbXsrv_session_global.tdb path:/var/lib/ctdb/smbXsrv_sessi...
2018 Mar 13
0
Samba 4.8.0 and Schema 69 support (including replication)
...t; if a user of an unknown domain is successfully authenticated. VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ 'net serverid' commands removed ------------------------------- The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.l...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...t; if a user of an unknown domain is successfully authenticated. VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ 'net serverid' commands removed ------------------------------- The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.l...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...t; if a user of an unknown domain is successfully authenticated. VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ 'net serverid' commands removed ------------------------------- The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.l...
2018 Mar 01
2
[Announce] Samba 4.8.0rc4 Available for Download
...t; if a user of an unknown domain is successfully authenticated. VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ 'net serverid' commands removed ------------------------------- The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.l...
2018 Mar 01
2
[Announce] Samba 4.8.0rc4 Available for Download
...t; if a user of an unknown domain is successfully authenticated. VirusFilter VFS module ---------------------- This new module integrates with Sophos, F-Secure and ClamAV anti-virus software to provide scanning and filtering of files on a Samba share. REMOVED FEATURES ================ 'net serverid' commands removed ------------------------------- The two commands 'net serverid list' and 'net serverid wipe' have been removed, because the file serverid.tdb is not used anymore. 'net serverid list' can be replaced by listing all files in the subdirectory "msg.l...
2016 Dec 30
2
ADS domain member: winbind fails
On Fri, 30 Dec 2016 18:53:22 +0100 Volker Lendecke via samba <samba at lists.samba.org> wrote: > On Fri, Dec 30, 2016 at 05:55:58PM +0100, Stefan G. Weichinger via > samba wrote: > > Am 2016-12-30 um 17:42 schrieb Rowland Penny via samba: > > > > >OK, try this, open a terminal, type 'winbindd -i' > > >This should directly run winbind in the