similar to: Could not convert sid S-0-0

Displaying 20 results from an estimated 300 matches similar to: "Could not convert sid S-0-0"

2024 Sep 25
1
Could not convert sid S-0-0
Here are the lines of the winbind.log justs after a restart of winbind: [2024/09/25 07:32:24.878544,? 1] ../../source3/winbindd/wb_lookupsid.c:102(wb_lookupsid_recv) ? Failed with STATUS_SOME_UNMAPPED. [2024/09/25 07:32:41.921563,? 0] ../../source3/winbindd/winbindd_dual.c:1964(winbindd_sig_term_handler) ? Got sig[15] terminate (is_parent=1) [2024/09/25 07:32:42.042654,? 0]
2011 Feb 09
1
username change
Hi, I need to change the unix username on a samba server. How can I change the samba username stored in passwd.tdb It is important not to loose the domain integration. The name of the corresponding profile on the windows machine need not change. When the user information was stored in smbpasswd, I could simply rename the user in the file. How do I do that in passwd.tdb? opensuse 11.3
2024 Sep 23
1
Could not convert sid S-0-0
On Mon, 23 Sep 2024 16:08:54 +0200 Jochen Eggemann via samba <samba at lists.samba.org> wrote: > Hi, > > my file server winbind.log is full of "Could not convert sid S-0-0: > NT_STATUS_NONE_MAPPED" > > Searching for that string does not produce any helpfull hints on how > to resolv the problem. > > We are using 4.19.3-SerNet-5ubuntu22.04 > >
2011 Jun 28
0
Mounting share using cifstab fails with NT_STATUS_ACCESS_DENIED
Hi, I have a samba share on a linux server which I can access without problems from Windows XP. When I access the share from a different linux machine using smbclient \\\\Server\\Share -U username I get a connection to the share. When put //Server/Share /mnt/mountpoint cifs username=UserName,password=XXXXXXXX,uid=1234,gid=5678 into /etc/samba/cifstab I get mount error(13): Permission
2009 Feb 05
1
Multiple-Line Comment (PR#13503)
Hello, sorry for writing here because my problem is not a realt bug but may be a solution for many people working with R: I miss the feature for commenting some lines of code at once without writing a bunch of "#" in front of each line. This is interesting for trying out some code. I found some workarounds like IFELSE(FALSE){} and `!`<- function(x) { if (inherits(x,
2010 Nov 18
2
Two Windows users with two passwords must map to the same unix user
Hello, I have no idea how to implement the following scenario apart from running two instances of samba on the same machine... I need a setup where two different Windows users will authen- ticate with two different passwords but get mapped to the same unix user. That is JOE got password PASS1 and maps to unix user joe with uid 1000 and JACK got password PASS2 and maps to unix user joe with
1998 Feb 26
2
Message in log.smb ??
Hi! I use samba 1.9.18p3 on Solaris 2.5.1 and am I glad to have it! I have configured samba to create one log file per machine so log.smb used to be empty. A couple of days ago I noticed that log.smb had grown to about 70KB. It only says: "Can't create or use semaphore No space left on device". Now since "df -k" tells me that all of my file systems have enough space
2016 Nov 16
2
Disk size on share with multiple partitions
Am 16.11.2016 um 15:11 schrieb Volker Lendecke: > On Wed, Nov 16, 2016 at 03:02:20PM +0100, Jochen Eggemann via samba wrote: >> Thanks for the fast reply Volker, >> >> I tried using this, but get following Errors: >> >> ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command >> '/usr/bin/dfree .': Fehler im Format der Programmdatei
2016 Nov 16
2
Disk size on share with multiple partitions
Am 15.11.2016 um 13:00 schrieb Volker Lendecke: > On Tue, Nov 15, 2016 at 12:25:32PM +0100, Jochen Eggemann via samba wrote: >> Hi list, >> >> I am exporting share which has a small base partition into which several >> much larger partitions are mounted. Which are used by different user groups. >> >> My problem is, that windows takes the size of the base
1998 Jun 08
3
Favorite print command for SAMBA on Sol 2.5.1
I am having problems with the HP printers that are being handled by a Solaris 2.5.1 machine. The boring details are towards the end. The SAMBA print command I currently use is: print command = echo %u - %s to %p at %T >> /tmp/smb-print.log ; \ lpr -P %p %s ; \ rm %s ; These are EXACTLY the way they are in the smb.conf file. The server will print 99.9% of
2008 Dec 12
1
recursive List extraction question
Dear all, I've got a list L <- list(L1 = list (foo = "bar" , SL = NULL ) , L2 = list ( foo = "bar" , SL = list (SSL1 = list (DF = data.frame(val = 21, foo = "bar") , DFOO = list(foo = "foo", bar = "bar") ) ,
2004 Oct 28
1
polr versus multinom
Hi, I am searching for methods to compare regression models with an ordered categorical response variable (polr versus multinom). The pattern of predictions of both methods (using the same predictor variables) is quite different and the AIC is smaller for the multinom approach. I guess polr has more strict premises for the structure of the response variable, which methods can be used to test for
2004 May 27
0
specifying starting values in nlsList/conversion problems
Hi I am using nlsList from the nlme package to estimate group specific coefficient sets to get a first impression of the structure of coefficients in relation to potential predictor variables. In some cases I got coefficients in other there are conversion problems due to bad start values I guess, resulting in typical error messages as known from nls: Error in nls(formula = formula, data = data,
2004 May 17
1
residuals in multinom
Hi, is there a possibility to calculate the different "types" of residuals directly using the multinom function from MASS as it is possible for the functions gam, glm using type="deviance" or "working" or "pearson" or "response"? I tried it but got always the "response" type, I guess. thanx Matthias
2016 Nov 15
2
Disk size on share with multiple partitions
Hi list, I am exporting share which has a small base partition into which several much larger partitions are mounted. Which are used by different user groups. My problem is, that windows takes the size of the base partition to be the size of the whole share. If I try to copy anything larger than the base partion into a partition that is actually larger Windows reports insuffient disk size
2020 Nov 03
0
[patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
Now that the scheduler can deal with migrate disable properly, there is no real compelling reason to make it only available for RT. There are quite some code pathes which needlessly disable preemption in order to prevent migration and some constructs like kmap_atomic() enforce it implicitly. Making it available independent of RT allows to provide a preemptible variant of kmap_atomic() and makes
2010 Mar 16
1
Failing to join NT 4.0 Server to a Samba 3.4.0 Domain
HI, we had a server crash and luckily no backup. So our samba domain is gone, so I had to set up a new server with a new domain. Except for one NT 4.0 Server all XP clients where able to join this new domain. When trying to put NT4 into the domain I get following error: make_connection: refusing to connect with no session setup. What changes in samba could be the reason for this message? This NT
2015 Jun 22
1
ldbrename strangeness
Hi folks, I'm currently playing with a samba 4.1.17 test domain. The classic update left me with the usernames as cn. I would like to change the cn to the full name of the users. Doing it by hand is no problem: ldbrename -H /path/to/sam.ldb "cn=username,ou=users,dc=xxx,dc=yyy,dc=de" "cn=Full Name,ou=users,dc=xxx.dc=yyy,dc=de" Works like a charm. So I generated a
2013 Jul 17
3
Understanding memory ballooning
Hi list, I try to understand memory ballooning. I have a xen server (kernel 2.6.27.54-0.2-xen) with 32 gb total memory. A domU has been started with "memory=4096" and "maxmem=8192". This is the status of the balloon driver in the domU: test:~ # cat /proc/xen/balloon Current allocation: 4194304 kB Requested target: 4194304 kB Minimum target: 565248 kB Maximum
2023 Nov 27
1
[Announce] Samba 4.19.3 Available for Download
On 11/27/23 13:27, Jule Anger via samba wrote: Hello. > All versions of Samba from 4.0.0 onwards are vulnerable to an > ... > When a domain was provisioned with an unpatched Samba version, > ... > The patched Samba does NOT protect existing domains! > > The administrator needs to run the following command Just a check to see if I understand correctly: _ Samba 4.19.3 is