search for: 100001

Displaying 20 results from an estimated 56 matches for "100001".

Did you mean: 10000
2016 Aug 09
3
Man page for idmap_rid
.... > > - A unix user of UID = 123456 would be associated > to a sid with the rid of > > 123456 - 10000 = 23456 > > - A unix ID of 200001 would be bigger than > the high id of the range and hence NOT be > treated by this idmap module. > > - A SID with a rid of 100001 would be calculated > to yield a unix id of > > 100001 + 100000 = 200001 > > but this is bigger than the high upper limit of > the configured range, hence the sid would be > 'filtered', i.e. this object would not be mapped. > > Do these examples make it...
2016 Aug 09
4
Man page for idmap_rid
...when we want values to never overlap and when > > we want them to be in a matching range. > > > > I would think this setting would work for everyone not using NIS or > > LDAP in nsswitch: > > > > idmap config *:backend = tdb > > idmap config *:range = 100001-110000 > > idmap config MYDOM : backend = rid > > idmap config MYDOM : range = 65535-100000 > > The only problem with that is, what happens if you do manage to get to > user '100001' in 'MYDOM' ? > > This would probably be better: > idmap confi...
2003 Oct 11
1
HTB: quantum of class 100001 is small. Consider r2q change
Salut lartc (lartc@mailman.ds9a.nl), 18:12:52 kernel HTB init, kernel part version 3.10 18:12:52 kernel HTB: quantum of class 100001 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100002 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100003 is small. Consider r2q change. 18:12:52 kernel HTB: quantum of class 100004 is small. Consider r2q change. 18:12:53 kernel HTB: quantum of class 10...
2010 Feb 05
1
Strange "rownames"
...## > tst=data.frame(x=1:200000,y=200000:1) > tst[rownames(tst)==1,] x y 1 1 200000 > tst[rownames(tst)==10000,] x y 10000 10000 190001 > tst[rownames(tst)==100000,] [1] x y <0 rows> (or 0-length row.names) > tst[100000,] x y 100000 100000 100001 Is it a bug for R? [[alternative HTML version deleted]]
2005 Aug 12
8
Java Problems
...ost is Xen 2.0.6 # uname -r 2.6.11.10-xenU-rimu1 # wget http://downloads.rimuhosting.com/FillTest.java # javac -target 1.4 -source 1.4 FillTest.java; while true; do java -client -Djava.awt.headless=true FillTest; ret=$?; if [ $? -ne 0 ]; then echo ret=$ret; break; fi; done iteration 1 iteration 100001 iteration 200001 Exception in thread "main" java.lang.IllegalArgumentException: Width (7) and height (-2147483648) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) at java.awt.image.BufferedImage.<init&gt...
2016 Aug 09
0
Man page for idmap_rid
...p and when > > > we want them to be in a matching range. > > > > > > I would think this setting would work for everyone not using NIS or > > > LDAP in nsswitch: > > > > > > idmap config *:backend = tdb > > > idmap config *:range = 100001-110000 > > > idmap config MYDOM : backend = rid > > > idmap config MYDOM : range = 65535-100000 > > > > The only problem with that is, what happens if you do manage to get to > > user '100001' in 'MYDOM' ? > > > > This would prob...
2020 Jul 01
2
Issues with FLOCK on NFS Share
>The 'idmap config' lines are borked, the default domain '*' lines are >okay, but the 'MUC' domain lines are half correct, yes you can use the >'rid' backend, but you must set a range. You did set a range, but it was >incorrect and you have commented it out. The two ranges must not >overlap, but what you had before you commented it out, well,
2016 Aug 09
0
Man page for idmap_rid
...gt; > I don't understand when we want values to never overlap and when > we want them to be in a matching range. > > I would think this setting would work for everyone not using NIS or > LDAP in nsswitch: > > idmap config *:backend = tdb > idmap config *:range = 100001-110000 > idmap config MYDOM : backend = rid > idmap config MYDOM : range = 65535-100000 The only problem with that is, what happens if you do manage to get to user '100001' in 'MYDOM' ? This would probably be better: idmap config *:backend = tdb idmap config *:ra...
2016 Aug 09
2
Man page for idmap_rid
...ant them to be in a matching range. > > > > > > > > I would think this setting would work for everyone not using NIS or > > > > LDAP in nsswitch: > > > > > > > > idmap config *:backend = tdb > > > > idmap config *:range = 100001-110000 > > > > idmap config MYDOM : backend = rid > > > > idmap config MYDOM : range = 65535-100000 > > > > > > The only problem with that is, what happens if you do manage to get to > > > user '100001' in 'MYDOM' ? > >...
2016 Aug 08
4
Man page for idmap_rid
I'm reading the man page for idmap_rid over and over and I can't understand it. I think it needs a rewrite so a normal user can understand. Using a practical example. Step 1: determine the highest UID in use for your /etc/passwd file (can we assume everyone has a passwd file?) Step 2: I don't know... Optionally at this point, document how to plug that into the formula RID = ID +
2011 Nov 22
2
ADS Domain Member smb.conf using idmap_ad
...work for some reason # i am trying to use idmap_ad # idmap backend = ad idmap backend = tdb idmap uid = 1000-5000000 idmap gid = 1000-5000000 idmap config AD : default = yes idmap config AD : cache time = 180 idmap config AD : backend = ad # idmap config AD : range = 100001-200000 idmap config AD : schema_mode = rfc2307 template shell = /bin/bash template homedir = /mnt/%D/home/%U winbind nss info = rfc2307 winbind use default domain = yes winbind offline logon = yes winbind nested groups = yes encrypt passwords = yes obey pam res...
2020 Jul 01
0
Issues with FLOCK on NFS Share
...gt; > Georg > > Your user has the RID 1581344 and the 'rid' backend uses? this along with the low range to calculate the users Unix ID, so from the commented line, this would be: 79846 + 1581344 = 1661190 This is less than the high range, so would be valid. But if you use '100001-500000000' for the range, the ID would be: 100001 + 1581344 = 1681345 This would be a valid ID as well. Rowland
2020 Jul 06
2
Issues with FLOCK on NFS Share
>Your user has the RID 1581344 and the 'rid' backend uses this along >with the low range to calculate the users Unix ID, so from the commented >line, this would be: >79846 + 1581344 = 1661190 >This is less than the high range, so would be valid. >But if you use '100001-500000000' for the range, the ID would be: >100001 + 1581344 = 1681345 >This would be a valid ID as well. >Rowland How can i achieve that the user qqeda11 is mapped to the the unix id 79846? Background: All NFS files are only accessible by unix user qqeda11 with unix id 79846!...
2007 Jun 07
2
plockstat/dtrace core dump S10U3
...if this has been fixed in U3 or is it planned for U4 ? Any BugID opened for this stack trace: > ::stack libc.so.1`strlen+0x50(100003faa, ffffffff7ffff5c8, ffffffff7eca1114, ffffffff7fffec79, 0, 100003fa9) libc.so.1`snprintf+0x88(ffffffff7ffff8f0, 0, 100003fa8, 0, ffffffff7ffff620, 100003000) 0x100001cd8(10068c060, fecb8d70, ffffffff7ffff8f0, 28, 1, 1d) 0x100001ff4(100805b08, 100805b28, 5, 100805b20, 100805af8, 100106990) libdtrace.so.1`dt_aggregate_walk_sorted+0xa4(10010b500, 100001de8, 0, ffffffff7f124f08, 1, 100806e70) main+0xad0(100001, 100106000, 100000, 100001000, 100107228, 100106) _start...
2011 Dec 30
1
winbind user mapping problem
...11/12/30 09:32:56.902810, 1] winbindd/idmap_tdb.c:445(idmap_tdb_allocate_id) Fatal Error: UID range full!! (max: 120000) So what happens in reality? Trying to 'getent' that user results in nothing, so no mapping, right? root at sputnik:/var/cache/samba# getent passwd bmartins bmartins:*:100001:100000::/home/GALILEU-F/bmartins:/bin/false root at sputnik:/var/cache/samba# getent passwd teste root at sputnik:/var/cache/samba# However, 'wbinfo' works for that user: root at sputnik:/var/cache/samba# wbinfo -u | grep teste teste My 'smb.conf' returns this, regarding to idmap...
2006 Apr 26
0
Many msgs log.winbindd about "group xxxxx in domain yyyyy does not exist"
...pport --with-winbind smb.conf contents: [global] workgroup = ERSSECURITY netbios name = AIXSAMBA server string = Samba3 security = DOMAIN log file = /usr/local/samba/var/log.%m log level = 1 algorithmic rid base = 500000 winbind uid = 100001-500000 winbind gid = 100001-500000 [denali_d] path = /samba/denali01 acl group control = yes create mask = 0775 directory mask = 2775 # force group = win_domain_cntlr # inherit acls = yes inherit permissions = yes read only = no...
2019 Aug 08
3
Producing different text formats in R
Dear all, I am facing a strange problem with text files formats. I am currently using a C++ code named voro++ (http://math.lbl.gov/voro++/). This code accepts text files with four columns: <id> <x> <y> <z> where id is an identification number and x,y,z are the coordinates of a point in a 3D space. The input file, name it myfile_cpp.txt, is generated by another C++ code
2016 Oct 13
2
Unable to set up home share correctly
...le root at fileserver:/var/share/samba# id MYDOMAIN\\Administrator uid=10000(MYDOMAIN\administrator) gid=10000(MYDOMAIN\domain admins) groups=10000(MYDOMAIN\domain admins),10004(MYDOMAIN\enterprise admins),10003(MYDOMAIN\schema admins),10001(MYDOMAIN\domain users),100000(BUILTIN\administrators),100001(BUILTIN\users) After adding the [home] section to smb.conf I create the directory as described in the Samba wiki root at fileserver:/var/share/samba# mkdir homes root at fileserver:/var/share/samba# chgrp MYDOMAIN\\Domain\ Admins homes/ root at fileserver:/var/share/samba# chmod g=rwx homes/ ro...
2019 Aug 08
0
Producing different text formats in R
...e previous R Llu?s> function (myfile_r.txt). I attach as well the C++ code Llu?s> used to generate myfile_cpp.txt. Llu?s> Thank you in advance, Llu?s> Llu?s Hurtado-Gil In your R file, scientific notation is used: R: 99999 26.5 174.5 96.5 1e+05 26.5 174.5 96.75 100001 26.5 174.5 97 cpp: 99999 26.5 174.5 96.5 100000 26.5 174.5 96.75 100001 26.5 174.5 97 Try setting options(scipen = 20) before you write the file in R. -- Enrico Schumann Lucerne, Switzerland http://enricoschumann.net
2014 Mar 05
2
Re: Hivex3: Saving values - always string
...is posibility is and when someone really know what he does, it should be able to change bites directly. So how achieve that with hivex? I noticed that hivex return binary data in hex string, function - "\xa5\xc6", but how to save this data back? Should it be row binary string? "100001" or also some string with specific coding? or hexadecimal values? I can't figure it out... On 4.3.2014 15:44, Richard W.M. Jones wrote: > On Tue, Mar 04, 2014 at 02:38:01PM +0100, Martin KlĂ­ma wrote: > [..] >> Hallo, > Hello. Just a note that the library is called &quot...