search for: ghassan

Displaying 20 results from an estimated 59 matches for "ghassan".

2019 Nov 14
2
Filesystem does not support posix ACLs
...t question please, if understand this correctly, the --use-ntvfs isnot available by default when installing the Debian package, so I need to compile samba with --with-ntvfs-fileserver to make the option available? On 11/14/19 8:52 AM, Andrew Bartlett wrote: > On Thu, 2019-11-14 at 07:30 +0000, Ghassan Elrayah wrote: >> Hi, >> >> I am trying to get some integration tests running in CI with a >> software uses samba4 AD for authentication. So basically I would like >> spin up a build and provision a samba4 AD with some test users and >> groups non-interactively a...
2011 Aug 16
2
[LLVMdev] Register Pressure Computation during Pre-Allocation Scheduling
Thank you for the answers, Jakob! That's really informative for someone who is still new to LLVM like me. Please see my responses below. -Ghassan  ________________________________ From: Jakob Stoklund Olesen <stoklund at 2pi.dk> To: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Tuesday, August 16, 2011 12:52 AM Subject: Re: [LLVMdev] Register Pressur...
2019 Nov 14
3
Filesystem does not support posix ACLs
...a software uses samba4 AD for authentication. So basically I would like spin up a build and provision a samba4 AD with some test users and groups non-interactively and test commits and pull requests against the AD. On 11/14/19 8:16 AM, Andrew Bartlett wrote: > On Thu, 2019-11-14 at 06:19 +0000, Ghassan Elrayah via samba wrote: >> Hi, >> >> I am trying to create a build on CircleCi with smaba4 AD. It seems >> the filesytem doesn't support ACL's, which s3fs requires. I get the >> folowing error: > Can you explain a bit more about what you are doing with Circ...
2019 Nov 15
1
Filesystem does not support posix ACLs
...--with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba --with-privatedir=/var/lib/samba/private tests/samba.sh: line 107: --enable-developer: command not found Which version does support these options? On 11/14/19 8:52 AM, Andrew Bartlett wrote: > On Thu, 2019-11-14 at 07:30 +0000, Ghassan Elrayah wrote: >> Hi, >> >> I am trying to get some integration tests running in CI with a >> software uses samba4 AD for authentication. So basically I would like >> spin up a build and provision a samba4 AD with some test users and >> groups non-interactively a...
2013 Sep 19
2
[LLVMdev] Experimental Evaluation of the Schedulers in LLVM 3.3
Hi Renato, Please see my answers below. Thanks -Ghassan ________________________________ From: Renato Golin <renato.golin at linaro.org> To: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Cc: Andrew Trick <atrick at apple.com>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Thursday, September 19, 2013 5...
2013 Sep 19
0
[LLVMdev] Experimental Evaluation of the Schedulers in LLVM 3.3
On 19 September 2013 17:25, Ghassan Shobaki <ghassan_shobaki at yahoo.com>wrote: > Ghassan: You have made me so curious to try other benchmarks in our future > work. Most academic publications on CPU performance though use SPEC. You > can even find some recent publications that are still using SPEC CPU2000! > When...
2013 Sep 19
1
[LLVMdev] Experimental Evaluation of the Schedulers in LLVM 3.3
...gly high (or low) score. That's why I think if someone runs the same kind of test on a different benchmark suite with comparable size, he may get different execution-time results, but most likely he will get the same spill count results that we got (of course, I mean the relative results). -Ghassan  ________________________________ From: Renato Golin <renato.golin at linaro.org> To: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Cc: Andrew Trick <atrick at apple.com>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Thursday, September 19, 2013...
2005 May 30
3
Asterisk install error ...
Hi; It is my first time to use asterisk I have TDM400 wildcard and 4 FXO Modules when I install asterisk an error occurred Chen_zap.c 2772 : error : "zt_event_dtmfdigit" undeclared Can any body help why this error .. Thanks; Ghassan M. Lama' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050530/43e1070d/attachment.htm
2001 Dec 03
2
Incorrect password or unknown username
Dear ALL: I installed Samba2.0.7 on redhat6.2. First I chose the security = user, then I always could not pass test 8 or test 9 from win2000. The error message says either "access denied" or "Could not log int from the work station" while I am sure that the host allow parameter allows this computer. Also I set "encrypt passwords = yes" and created a smbpassword
2013 Sep 19
0
[LLVMdev] Experimental Evaluation of the Schedulers in LLVM 3.3
On 17 September 2013 19:04, Ghassan Shobaki <ghassan_shobaki at yahoo.com>wrote: > We have done some experimental evaluation of the different schedulers in > LLVM 3.3 (source, BURR, ILP, fast, MI). The evaluation was done on x86-64 > using SPEC CPU2006. We have measured both the amount of spill code as well > as th...
2011 Aug 15
0
[LLVMdev] Register Pressure Computation during Pre-Allocation Scheduling
On Aug 15, 2011, at 1:27 AM, Ghassan Shobaki wrote: > One factor that is causing our current register pressure estimate to be off is not being able to properly account for live-in and live-out registers (both virtual and physical). As far as we can tell, LLVM represents live-in regs with CopyFromReg instrs and live-out regs with C...
2019 Nov 14
2
Filesystem does not support posix ACLs
...ileserver, but the options seems to be removed, and I get the error: samba-tool domain provision: error: no such option I don't have the possibility to remount the filesystem with acl option. Is there any way to provision a domain on such a filesystem? Thanks for the help. -- Beste Gr??e Ghassan Elrayah Mail: ghassan.elrayah at live.de
2012 Jan 15
3
[LLVMdev] -march and -mtune options on x86
...am measuring when the target is x86-64 could easily be random variation, while for the x86-32 target I am measuring a huge difference on some benchmarks. Does anyone have an explanation for this? Does the llvm back end somehow ignore these options when the target is x86-64? Thank you in advance! -Ghassan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120114/7c2f7e02/attachment.html>
2011 Sep 26
1
[LLVMdev] Pre-Allocation Schedulers in LLVM
Hi Andy, Please see my in-line answers below. Regards -Ghassan ________________________________ From: Andrew Trick <atrick at apple.com> To: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Friday, September 23, 2011 8:02 PM Subject: Re: [LLVMdev] Pre-Allocation Schedulers...
2011 Aug 15
2
[LLVMdev] Register Pressure Computation during Pre-Allocation Scheduling
...ive-in and live-out regs. (3) The current physical regsiter limits obtained using TargetRegisterInfo::getRegPressureLimit() seem to be too low (for example, 3 integer regs on x86 32-bit mode). Are these good limits to use in our case? If not, how can we get better limits? Thank you in advance! -Ghassan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110815/ed0d68d1/attachment.html>
2019 Nov 14
0
Filesystem does not support posix ACLs
...ted default fileserver, the module we use in testing 'vfs_fake_acls' is only provided to developers, so that will be the easiest route to start. When we eventually remove it, come back and we will find a way to keep this working for you. Andrew Bartlett On Thu, 2019-11-14 at 07:59 +0000, Ghassan Elrayah via samba wrote: > Thanks a lot for the reference how to make the regtest. > One last question please, if understand this correctly, the --use-ntvfs isnot available by default when installing the Debian package, so I need to compile samba with --with-ntvfs-fileserver to make the optio...
2005 May 31
1
Asterisk compailation Error Chan_zap.c
...aded the zaptel drivers installation and configuration seems to be fine and the libpri but when I tried to compile and install the asterisk software the following error occurred : Chan_zap.c 2772 : error : "Zt_event_DTMFDIGIT" undeclared Can any body help why this error .. Thanks; Ghassan M. Lama' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050531/23508a7a/attachment.htm
2012 Jan 16
0
[LLVMdev] -march and -mtune options on x86
...h as decomposing multiplications into left shifts which generally wouldn't be needed on a modern processor. x64 hasn't seen nearly the same amount of variation since it came into existence. -Gordon From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Ghassan Shobaki Sent: Sunday, January 15, 2012 2:55 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] -march and -mtune options on x86 I have been doing some benchmarking on x86 using llvm 2.9 with the llvm-gcc 4.2 front end. I noticed that the -march and -mtune options make a significant positive differen...
2013 Sep 26
2
[LLVMdev] Enabling MI Scheduler on x86 (was Experimental Evaluation of the Schedulers in LLVM 3.3)
So, when the MI scheduler is enabled, will SD scheduling be totally disabled or the SD scheduler will be automatically set to do source scheduling? -Ghassan ________________________________ From: Andrew Trick <atrick at apple.com> To: llvmdev at cs.uiuc.edu Cc: Ghassan Shobaki <ghassan_shobaki at yahoo.com> Sent: Thursday, September 26, 2013 9:24 AM Subject: Re: [LLVMdev] Enabling MI Scheduler on x86 (was Experimental Evaluation of th...
2011 Sep 11
2
[LLVMdev] LLVM 2.9 Fails to Compile some CPU2006 Benchmarks on X86
...-mtune=core2 -m32 and are getting compile-time errors on gamess and tonto as well as run-time errors on gcc, cactus and povray. Are these known errors? If yes, are there any patches that fix them? Are there any patches for LLVM 2.9 at all? If yes, where can I find them? Thank you in advance! -Ghassan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110911/32a43495/attachment.html>