search for: dmap

Displaying 20 results from an estimated 25 matches for "dmap".

Did you mean: dma
2014 Oct 20
1
winbind/i­dmap­ issue on samba4 mem­ber s­erver
Oh! I think I did find the error now :-) If I understand "NOW" correctly, I have also to assign a UID to EACH of my AD users in ADUC tool in the [UNIX Attribute] tab, is that correct? I just tried out. In ADUC tool I did choose "testuser3", and on the [UNIX Attribute] tab I activated the NIS domain so it reflects to "MYDOM". Then by default there was UID=10000, I
2008 Mar 03
1
Syslinux compilation in MinGw
...inux-3.51 source package and i have tried to compile syslinux with MinGw. I got the following error message. *********************************************************************** $ make nasm -O99 -f bin -DDATE_STR="'0x47bd5366'" -DHEXDATE="0x47bd5366" \ -DMAP=isolinux.map -l isolinux.lst -o isolinux.bin isolinux.asm isolinux.asm:671: error: parser: instruction expected make: *** [isolinux.bin] Error 1 *********************************************************************** $ make --debug GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Bu...
2014 Oct 20
1
winbind/i­dmap­ issue on samba4 mem­ber s­erver
> You are very nearly correct, your smb.conf on the member server has > these lines: > > idmap config MYDOM:backend = ad > idmap config MYDOM:schema_mode = rfc2307 > idmap config MYDOM:range = 500-40000 > > The first line makes winbind use the ad backend, the second ensures that > the rfc2307 attributes are used and the third line sets the range of > users to pull from A...
2007 Aug 15
1
syslinux-3.52-pre6 will not assemble
Hello, While attempting to build syslinux-3.52-pre6 for testing (my SCSI machine won't boot from CD-ROM with 3.51) I hit this problem: nasm -O99 -f bin -DDATE_STR="'3.52-pre6'" -DHEXDATE="0x46c22b21" \ -DMAP=pxelinux.map -l pxelinux.lsr -o pxelinux.bin pxelinux.asm pxelinux.asm:1206: error: short jump is out of range nasm -version NASM version 0.99.01 compiled on Aug 12 2007
2006 Jun 27
1
Build on Linux / Messages nasm error: short jump is out of range
...bin/nasm -version NASM version 0.98.38 compiled on Jun 26 2006 But failed with: + make NASM=/home/axel/p/rpm/BUILD/syslinux-3.11/opt/nasm/bin /nasm /home/axel/p/rpm/BUILD/syslinux-3.11/opt/nasm/bin/nasm -f bin -DDATE_STR="'0x43115316'" -DHEXDATE="0x43115316" \ -DMAP=pxelinux.map -l pxelinux.lst -o pxelinux.bin pxelinux.asm pxelinux.asm:356: error: short jump is out of range pxelinux.asm:381: error: short jump is out of range pxelinux.asm:409: error: short jump is out of range pxelinux.asm:414: error: short jump is out of range pxelinux.asm:780: error: short ju...
2016 Feb 17
1
samba4 file server 4.3.0 authenticating against Samba4 4.1.7 AD DC
...s mi smb.conf samba4 dc# Global parameters [global] security = ADS workgroup = MYDOMAIN realm = MYDOMAIN.TEST netbios name = COPERNICO server services = +smb password server = atlantis.mydomain.test encrypt passwords = yes idmap config *:backend = tdb idmap config *:range = 70001-80000 #dmap config MYDOMAIN:backend = ad idmap config MYDOMAIN = 3000000-4000000 winbind use default domain = yes winbind enum users = yes winbind enum groups = yes log level = 3...
2009 May 01
0
[PATCH 1/3] OCFS2: speed up dlm_lockr_resouce hash_table lookups
....gang.wang at oracle.com> -- Index: ocfs2-1.2/fs/ocfs2/dlm/dlmdomain.c =================================================================== --- ocfs2-1.2/fs/ocfs2/dlm/dlmdomain.c (revision 1) +++ ocfs2-1.2/fs/ocfs2/dlm/dlmdomain.c (revision 2) @@ -79,6 +79,33 @@ static inline void byte_copymap(u8 dmap[ byte_set_bit(nn, dmap); } +static void dlm_free_pagevec(void **vec, int pages) +{ + while (pages--) + free_page((unsigned long)vec[pages]); + kfree(vec); +} + +static void **dlm_alloc_pagevec(int pages) +{ + void **vec = kmalloc(pages * sizeof(void *), GFP_KERNEL); + int i; + + if (!vec) +...
2010 May 27
5
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...as the functions are very basic in nature. My comments on OpenStep were more meant to point to the fact that we would write our own library; really just throwing all notion of OpenStep away. Instead of NSObject we would create our own base DObject or something along with a DString, DAarry, DSet, DMap, etc. Truthfully this would be our plan anyway because we want to follow the lead of OSX and provide these objects "toll free bridged"... meaning we would implement them using a std c++ library object (e.g. std::basic_string or std::vector) as the first member of the object which will al...
2006 Dec 08
7
AD integration checklist
Hi, I compiled Samba 3.0.23d on a CentOS 4.4 machine. Then I configured /etc/krb5.conf for my domain. Was able to successfully run kinit and join my Windows 2003 domain with a net ads join. Net ads user and net ads group returns the users and the groups of the domain. So far so good. I'm kinda stuck on the next step. I would like to grant access to the share defined in smb.conf to anybody
2010 May 27
4
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...are very basic in nature. >> >> My comments on OpenStep were more meant to point to the fact that we would write our own library; really just throwing all notion of OpenStep away. Instead of NSObject we would create our own base DObject or something along with a DString, DAarry, DSet, DMap, etc. Truthfully this would be our plan anyway because we want to follow the lead of OSX and provide these objects "toll free bridged"... meaning we would implement them using a std c++ library object (e.g. std::basic_string or std::vector) as the first member of the object which will al...
2006 May 31
0
FW: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice
A sample picture of this issue: http://hera.pmcl.com/DMap/BeachFX/Bug.gif ________________________________ From: Weilbacher, John Sent: Wednesday, May 31, 2006 10:46 AM To: 'r-help@stat.math.ethz.ch' Subject: Graphical Limitiations of the (D)COM Server AxSTATCONNECTORCLNTLib.AxStatConnectorGraphicsDevice I am having issues displaying Tr...
2005 Apr 04
1
Award BIOS fault
...thing at drive = A1 ISOLINUX:Found something at drive = A0 ISOLINUX:Found something at drive = 9F ISOLINUX:Image Checksum Error, Sorry. -> halted. ---------------- Compile problem: $ make nasm -O99 -f bin -DDATE_STR="'0x41e470ae'" -DHEXDATE="0x41e470ae" \ -DMAP=pxelinux.map -l pxelinux.lst -o pxelinux.bin pxelinux.asm layout.inc:32: error: unrecognised directive [[map] layout.inc:38: error: argument to ORG should be numeric layout.inc:44: error: argument to `align' is not numeric make: *** [pxelinux.bin] Error 1 $ nasm -v NASM version 0.98.28 compiled...
2007 Nov 26
0
useradd scripts
...ecos "" %u delete user script = /usr/sbin/userdel -r %u add group script = /usr/sbin/groupadd %g delete group script = /usr/sbin/groupdel %g add user to group script = /usr/sbin/usernod -G %g %u add machine script = /usr/sbin/useradd -s /bin/false/ -d /var/lib/nobody %u idmap uid = 15000-20000 dmap gid = 15000-20000 template shell = /bin/bash the samba server is a stand along server. This is my conf. Please advise: [global] log file = /var/log/samba/log.%m template homedir = //192.168.10.198/home/%U hide unreadable = yes logon...
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...nctions are very basic in nature. > > My comments on OpenStep were more meant to point to the fact that we would write our own library; really just throwing all notion of OpenStep away. Instead of NSObject we would create our own base DObject or something along with a DString, DAarry, DSet, DMap, etc. Truthfully this would be our plan anyway because we want to follow the lead of OSX and provide these objects "toll free bridged"... meaning we would implement them using a std c++ library object (e.g. std::basic_string or std::vector) as the first member of the object which will al...
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...t; in nature. > > My comments on OpenStep were more meant to point to the fact that we > would write our own library; really just throwing all notion of > OpenStep away. Instead of NSObject we would create our own base > DObject or something along with a DString, DAarry, DSet, DMap, etc. > Truthfully this would be our plan anyway because we want to follow > the lead of OSX and provide these objects "toll free bridged"... > meaning we would implement them using a std c++ library object (e.g. > std::basic_string or std::vector) as the first member...
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...My comments on OpenStep were more meant to point to the fact that >>> we would write our own library; really just throwing all notion of >>> OpenStep away. Instead of NSObject we would create our own base >>> DObject or something along with a DString, DAarry, DSet, DMap, >>> etc. Truthfully this would be our plan anyway because we want to >>> follow the lead of OSX and provide these objects "toll free >>> bridged"... meaning we would implement them using a std c++ >>> library object (e.g. std::basic_string or...
2010 May 27
1
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...on OpenStep were more meant to point to the fact that >>>> we would write our own library; really just throwing all notion of >>>> OpenStep away. Instead of NSObject we would create our own base >>>> DObject or something along with a DString, DAarry, DSet, DMap, >>>> etc. Truthfully this would be our plan anyway because we want to >>>> follow the lead of OSX and provide these objects "toll free >>>> bridged"... meaning we would implement them using a std c++ >>>> library object (e.g. std::...
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...basic in nature. >>> >>> My comments on OpenStep were more meant to point to the fact that we would write our own library; really just throwing all notion of OpenStep away. Instead of NSObject we would create our own base DObject or something along with a DString, DAarry, DSet, DMap, etc. Truthfully this would be our plan anyway because we want to follow the lead of OSX and provide these objects "toll free bridged"... meaning we would implement them using a std c++ library object (e.g. std::basic_string or std::vector) as the first member of the object which will al...
2008 Feb 26
2
3.62-pre16: Compiling on old (2.4 kernel) distros
I have put a compile hack in for older distros and pushed it out as syslinux-3.62-pre16; for those who have reported compilation problem on older distros I would greatly appreciate if you could confirm if it works now (it worked for me on a CentOS 3.9 VM.) -hpa
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
llvm can output C code, but that target has bitrotted severely over the last few months and nobody seems to be interested in fixing it. You may need to do some work there. Alternatively you could implement the PPC ABI that you need. There are several examples of supporting multiple ABIs on the same hardware, x86 being the most obvious. A lot of simple stuff will probably Just Work with the