Displaying 20 results from an estimated 30 matches for "hwm".
Did you mean:
hw
2007 Feb 21
4
User/Group HWM ignored when converting idmap from tdb to LDAP
...e of the same uid/gidNumber.
Here's what I'm doing:
1) net idmap dump /var/cache/samba/winbindd_idmap.tdb > idmap.dump
2) Set idmap backend in smb.conf to ldap:ldap://myldapserver.
3) net idmap restore < idmap.dump, which gives me the following
output:
ignoring invalid line [USER HWM 10002]
ignoring invalid line [GROUP HWM 10008]
USER HWM: 10000 GROUP HWM: 10000
Now, the problem is that the uidNumber and gidNumber on the object in
the LDAP database with the sambaUnixIdPool object class are not set to
the highest values in use from idmap.dump, but instead to the low
value in t...
2016 Oct 06
4
winbindd losing track of RFC2307 UIDs
This is what there is in winbindd_idmap.tdb of both members that i have,
whewre file server 2 is working well and file server 1 lose winbind rfc
track.
#
# FILE SERVER 1 - PROBLEM
#
# tdbdump winbindd_idmap.tdb
{
key(9) = "USER HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(10) = "GROUP HWM\00"
data(4) = "\D0\07\00\00"
}
{
key(14) = "IDMAP_VERSION\00"
data(4) = "\02\00\00\00"
}
#
# FILE SERVER 2 - OK
#
# tdbdump winbindd_idmap.tdb
{
key(9) = "GID 2002\00"
data(9) =...
2012 Mar 21
1
IDMAP dump and restore for second server.
...h samba!
Now i know i can dump the IDMAP database using the following: net idmap dump.
I expect a whole bunch of lines,but i get the following, we around 70 users
filer01 ~ # net idmap dump
dumping id mapping from /var/db/samba/winbindd_idmap.tdb
GID 150004 S-1-5-11
GID 150005 S-1-5-32-546
USER HWM 150000
GID 150002 S-1-1-0
GID 150003 S-1-5-2
GROUP HWM 150006
filer01 ~ #
Also a tdbdump /var/db/samba/winbind_idmap.tdb gives me a small amount of Lines.
tdbdump /var/db/samba/winbindd_idmap.tdb
{
key(11) = "GID 150002\00"
data(8) = "S-1-1-0\00"
}
{
key(9) = "S-1-5-11\00...
2013 Dec 15
0
Bug#731038: xen-utils-4.3: cannot create hwm
You should post your xlexample.hvm file. Nonetheless, I have something
like this in my file.
device_model_version="qemu-xen"
device_model_override="/usr/bin/qemu-system-x86_64"
builder='hvm'
Please reply if this does or does not work for you.
I think that Debian's xen hvm support is either broken or very poorly
documented.
Marc
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
Package: xen-utils-4.3
Version: 4.3.0-3
Severity: normal
II'm install xen-4.3 from official repository. When i try create virtulal
machine got error:
xl -vvvv create /etc/xen/xlexample.hvm
Parsing config from /etc/xen/xlexample.hvm
libxl: debug: libxl_create.c:1230:do_domain_create: ao 0x19811c0: create:
how=(nil) callback=(nil) poller=0x1981220
libxl: verbose:
2020 Jul 01
2
Issues with FLOCK on NFS Share
...s user (muc/qqeda11 SID= S-1-5-21-43206524-2104247658-1151357142-1581344):
To achieve the correct mapping, I have added a mapping to winbindd_idmap.tdb:
dumping id mapping from /lfs/EDA/DATA/SOFTWARE/samba/var/locks/winbindd_idmap.tdb
GID 79846 S-1-5-21-43206524-2104247658-1151357142-513
USER HWM 79846
UID 79846 S-1-5-21-43206524-2104247658-1151357142-1581344
GID 79847 S-1-1-0
GID 79848 S-1-5-2
GROUP HWM 79849
Does this correspond with your explanation of id ranges?
Georg
2016 Oct 05
3
winbindd losing track of RFC2307 UIDs
Am 05.10.2016 um 22:12 schrieb Rob via samba:
> On Tue, 4 Oct 2016, Rowland Penny wrote:
>
>> This is very strange, have you tried running 'net cache flush' on the
>> domain member ?
>>
>> Have you compared the users AD objects ?
>
> Running 'net cache flush' on the member does fix things, albeit only
> for a while:
>
> # wbinfo -i
2005 Oct 11
4
WINBIND idmap and tdbfiles while upgrading to 3.0.20a
Hello everybody,
had anyone of you problems with winbind and tdbfiles, when
upgrading from 3.0.14a to 3.0.20a?
The Symptom was:
After upgrading to 3.0.20a the idmapping was corrupt.
Although 3.0.20a runs fine, none of the idmaping was
resolved correctly. Downgrading to 3.0.14a "restored"
the idmaps. tdbdump showed me the same idmappings,
therefor i think winbind wasn't able
2012 Sep 07
0
[LLVMdev] teaching FileCheck to handle variations in order
On 9/7/2012 7:20 AM, Matthew Curtis wrote:
>
> The attached patch implements one possible solution. It introduces a
> position stack and a couple of directives:
>
> * 'CHECK-PUSH:' pushes the current match position onto the stack.
> * 'CHECK-POP:' pops the top value off of the stack and uses it to set
> the current match position.
>
> The above
2020 Jul 01
0
Issues with FLOCK on NFS Share
...1-5-21-43206524-2104247658-1151357142-1581344):
>
> To achieve the correct mapping, I have added a mapping to winbindd_idmap.tdb:
>
> dumping id mapping from /lfs/EDA/DATA/SOFTWARE/samba/var/locks/winbindd_idmap.tdb
> GID 79846 S-1-5-21-43206524-2104247658-1151357142-513
> USER HWM 79846
> UID 79846 S-1-5-21-43206524-2104247658-1151357142-1581344
> GID 79847 S-1-1-0
> GID 79848 S-1-5-2
> GROUP HWM 79849
>
> Does this correspond with your explanation of id ranges?
>
> Georg
>
>
Your user has the RID 1581344 and the 'rid' backend uses?...
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
Hi
I`m trying to start win2k3R2 in XEN with this config
# grep -v ^# /etc/xen/win2k3.hwm | grep -xv ''''
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
kernel = "/usr/lib/xen-3.2-1/boot/hvmloader"
builder=''hvm''
memory =...
2004 Aug 18
0
Results of net idmap dump don't match input to net idmap restore
...sermapper.tmp
# head -3 /tmp/usermapper.tmp
UID 100001 S-1-5-15-735fc311-1cda3193-320a1743-45e
UID 100002 S-1-5-15-735fc311-1cda3193-320a1743-81a
UID 100003 S-1-5-15-735fc311-1cda3193-320a1743-7825
# rm /usr/local/samba/var/locks/winbindd_idmap.tdb
# cat /tmp/usermapper.tmp | net idmap restore
USER HWM: 100864 GROUP HWM: 100314
# net idmap dump /usr/local/samba/var/locks/winbindd_idmap.tdb | wc -l
563
#
-------------
There are 1218 entries in the input, but only 563 in the output! Any idea what might be going on?
I can forward copies of the input and output files if that would help.
Tha...
2012 Feb 14
1
questions about password complexity checking.
...tions:
1) may we also specify -c along with -d in check password script
paramater to enable "NT like complexity checks"?
2) what precisely are "NT like complexity checks"?
3) there is no file /usr/share/cracklib/pw_dict however there in
/usr/share/cracklib there is: pw_dict.hwm, pw_dict.pwd, and pw_dict.pwi
I am thinking pw_dict.pwd is the actual dictionary. It's in some sort of
binary format. Why do we not specify the file extension in the smb.conf
paramater?
4) How may we list/modify contents of pw_dict.pwd?
thanks for your time!
mtoal
--
Morgan Toal, RHCE, C...
2012 Sep 07
1
[LLVMdev] teaching FileCheck to handle variations in order
...in some way or add
more functionality to FileCheck to handle this.
Thinking of possible solutions ...
We could keep track of a "high water mark" and add a directive to set
the position to it:
; CHECK-PUSH:
; CHECK: memw(##a)
; CHECK-POP:
; CHECK: memw(##b)
; CHECK-HWM:
%0 = load i32* @a, align 4
%1 = load i32* @b, align 4
; CHECK: memw(##a)
%2 = load i32* @a, align 4
In this case CHECK-HWM (need a better name) will set the position to
just after 'memw(##a)' or 'memw(##b)' whichever is later in the file.
I've attached a n...
2013 Sep 20
0
"net idmap dump" and "wbinfo" shows different GIDs for same SID
...44845373-2015074135-1010
GID 30024 S-1-5-21-2085021927-1344845373-2015074135-1023
GID 30014 S-1-5-21-2085021927-1344845373-2015074135-1014
GID 30006 S-1-5-11
GID 30007 S-1-5-32-546
GID 30018 S-1-5-21-2085021927-1344845373-2015074135-1018
GID 30010 S-1-5-21-2085021927-1344845373-2015074135-1011
USER HWM 30002
GID 30022 S-1-5-21-2085021927-1344845373-2015074135-1021
UID 30000 S-1-5-21-2085021927-1344845373-2015074135-1015
GID 30008 S-1-5-21-2085021927-1344845373-2015074135-1012
GID 30023 S-1-5-21-2085021927-1344845373-2015074135-1022
UID 30001 S-1-5-21-2085021927-1344845373-2015074135-1016
GID 3000...
2013 Sep 16
0
tdb idmap returns different GID's for the same SID from time to time
...: S-1-5-21-3743722752-3344840800-2625497366-1074
"net idmap check" doesn't resolve the problem, but gives an additional info: 30027 is a highest GID from my DB (maybe it's a key to problem):
[root at dynamo ~]# net idmap check
check database: /var/db/samba/winbindd_idmap.tdb
uid hwm: 30018
gid hwm: 30027
mappings: 39
other: 3
invalid records: 0
missing links: 0
invalid links: 0
0 changes:
Question: is my problem because of bug, or it's because of misconfigured server. Here my config:
[global]
dos charset = CP866
workgroup = HTS
realm = HTS.KH.U...
2016 Oct 13
2
Unable to set up home share correctly
...00005:rwx
default:mask::rwx
default:other::---
I noticed GIDs 100004 and 100005 are not resolved so I tried to find out why
root at fileserver:/var/share/samba# net idmap dump
dumping id mapping from /var/lib/samba/winbindd_idmap.tdb
GID 100004 S-1-5-11
GID 100005 S-1-5-18
GID 100006 S-1-3-0
USER HWM 100000
GID 100002 S-1-1-0
GID 100007 S-1-5-4
GID 100003 S-1-5-2
GROUP HWM 100008
With wbinfo --sid-to-fullname I find
GID 100004 S-1-5-11 --> NT AUTHORITY\Authenticated Users 5
GID 100005 S-1-5-18 --> NT AUTHORITY\SYSTEM 5
S-1-3-0 is the well-known SID of the Creator Owner (thus known to...
2020 Jul 01
2
Issues with FLOCK on NFS Share
Smb.conf:
[global]
security = ADS
workgroup = MUC
realm = europe.bmw.corp
netbios name = EDAINT
netbios aliases = edaint.muc
log file = /lfs/EDA/DATA/SOFTWARE/samba/var/log/samba/%m.log
log level = 10
# Default ID mapping configuration for local BUILTIN accounts
# and groups on a domain member. The default (*) domain:
# - must
2016 Oct 13
0
Unable to set up home share correctly
...;
> I noticed GIDs 100004 and 100005 are not resolved so I tried to find
> out why
>
> root at fileserver:/var/share/samba# net idmap dump
> dumping id mapping from /var/lib/samba/winbindd_idmap.tdb
> GID 100004 S-1-5-11
> GID 100005 S-1-5-18
> GID 100006 S-1-3-0
> USER HWM 100000
> GID 100002 S-1-1-0
> GID 100007 S-1-5-4
> GID 100003 S-1-5-2
> GROUP HWM 100008
>
> With wbinfo --sid-to-fullname I find
>
> GID 100004 S-1-5-11 --> NT AUTHORITY\Authenticated Users 5
>
> GID 100005 S-1-5-18 --> NT AUTHORITY\SYSTEM 5
>
> S-1-3-...
2016 Oct 14
2
Unable to set up home share correctly
Hello Rowland,
Am 13.10.2016 um 18:25 schrieb Rowland Penny via samba:
> It sounds like you don't have IDMU installed, not sure if you can
> install it on 2012.
are you trying to say that I should install "Identity Management for
Unix" on a Windows Server 2012? If yes, I am afraid we have a
misunderstanding here: I don't use any Windows Server in my set-up.
I use a