Displaying 20 results from an estimated 165 matches for "abdul".
2003 Feb 18
4
Samba processes
Hi
Am noticing smbd processes are running as root and occassionally I see a
child process as userid
Just curios under what circumstances the smbd runs as user id process ( unix
id ) and running as root is a security risk?
Thanks in advance
-Abdul
2004 Apr 04
8
Can I give more bandwidth to a specific URL
Hi all,
Can I give more bandwidth to a specific URL.
Regards
Abdul Khader
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...-dragonegg-llvm-ir-optimize=0 disables the standard set of LLVM
optimizations.
In general, if a front-end can produce LLVM IR then you can do this, by
outputting the IR and passing it to "opt".
Ciao, Duncan.
>
> Regards
>
> Shahzad
>
> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
> <engrwahidmemon at gmail.com> wrote:
>> Thanks alot Chad for these quick and fine responses.
>>
>> Regards
>>
>> Abdul
>>
>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> wrote:
>>>
>>>...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...if a front-end can produce LLVM IR then you can do this, by
>> outputting the IR and passing it to "opt".
>>
>> Ciao, Duncan.
>>
>>
>>>
>>> Regards
>>>
>>> Shahzad
>>>
>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
>>> <engrwahidmemon at gmail.com> wrote:
>>>>
>>>> Thanks alot Chad for these quick and fine responses.
>>>>
>>>> Regards
>>>>
>>>> Abdul
>>>>
>>>> On Thu, Jun 7, 2012 at 10...
2009 May 06
4
subset data
...0.7981568
8 8 0.6093960
9 9 0.2887064
10 10 0.3485780
> selected.id <- sample(data$id,3,replace=F)
> selected.id
[1] 9 7 1
I want to select data with corresponding selected.id, namely
> selected.data
id x
9 9 0.2887064
7 7 0.7981568
1 1 0.3604464
How to do?
Tq.
Abdul Kudus
Institute for Mathematical Research
Universiti Putra Malaysia
[[alternative HTML version deleted]]
2012 Jun 07
0
[LLVMdev] How to use LLVM optimizations with clang
Hello Duncan
Is it possible that we can use LLVM optimization beside O1, O2, O3
along with dragonegg plugin?
Regards
Shahzad
On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
<engrwahidmemon at gmail.com> wrote:
> Thanks alot Chad for these quick and fine responses.
>
> Regards
>
> Abdul
>
> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier <mcrosier at apple.com> wrote:
>>
>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Me...
2009 Feb 11
7
Volume group "VolGroup00" not found
...compiling Xen from source on FC9. On booting the
Xen dom0 kernel it gives the following error:
Volume group "VolGroup00" not found
and ultimately the error that switchroot: mount failed: No such file or
directory
So my question is that why it fails to detect logical volumes?
Thanks,
Abdul Qadeer
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jun 07
3
[LLVMdev] How to use LLVM optimizations with clang
...ultiple
modules with opt at the same time like
opt -adce *.bc
then how is it possible with opt in one go, if I process all the
bytecode files within Makefile.
Thanks.
Shahzad
On Thu, Jun 7, 2012 at 9:22 PM, Chad Rosier <mcrosier at apple.com> wrote:
>
> On Jun 7, 2012, at 10:59 AM, Abdul Wahid Memon wrote:
>
>> Hello everyone
>>
>> I am trying to use some LLVM optimizations like -die or -adce. Is it
>> possible to use them along clang?
>>
>> Or is there a way where these optimization can be passed on to "opt"
>> tool through cl...
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...s when executed with lli have runtime
of around 2 secs.
What steps are exactly taken by clang to produce the binary in order
to achieve the runtime of around 2 secs. If it is a question of link
time optimizations then how can we achieve that?
Best Regards
Shahzad
On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon
<engrwahidmemon at gmail.com> wrote:
> Thanks Duncan
>
> It was really helpful.
>
> Regards
>
> Abdul
>
> On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands <baldrick at free.fr> wrote:
>> Hi,
>>
>>
>>> If I compile the program...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...g anything with opt output. What's
> more, you are trying to compile multiple files at once. Probably something
> like this would work:
I tried it with -o - but its producing an error
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
What you suggest?
Regards
Abdul
>
> for F in *.c ; do B=`basename $F .c` ; gcc -fplugin=/path/to/dragonegg.so
> -S -o - $F -fplugin-arg-dragonegg-emit-ir | opt -adce -o $B.ll ; done
> clang *.ll
>
> Ciao, Duncan.
>
>
>>
>> $ clang *.s
>>
>> Regards
>>
>> Shahzad
>&...
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...re exactly taken by clang to produce the binary in order
>> to achieve the runtime of around 2 secs. If it is a question of link
>> time optimizations then how can we achieve that?
>>
>> Best Regards
>>
>> Shahzad
>>
>> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon
>> <engrwahidmemon at gmail.com> wrote:
>>>
>>> Thanks Duncan
>>>
>>> It was really helpful.
>>>
>>> Regards
>>>
>>> Abdul
>>>
>>> On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands<baldr...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...VM
> optimizations.
>
> In general, if a front-end can produce LLVM IR then you can do this, by
> outputting the IR and passing it to "opt".
>
> Ciao, Duncan.
>
>
>>
>> Regards
>>
>> Shahzad
>>
>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
>> <engrwahidmemon at gmail.com> wrote:
>>>
>>> Thanks alot Chad for these quick and fine responses.
>>>
>>> Regards
>>>
>>> Abdul
>>>
>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at app...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...>>> Ciao, Duncan.
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> Regards
>>>>>>>
>>>>>>> Shahzad
>>>>>>>
>>>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
>>>>>>> <engrwahidmemon at gmail.com> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks alot Chad for these quick and fine responses.
>>>>>>...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...the IR and passing it to "opt".
>>>>
>>>> Ciao, Duncan.
>>>>
>>>>
>>>>>
>>>>> Regards
>>>>>
>>>>> Shahzad
>>>>>
>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
>>>>> <engrwahidmemon at gmail.com> wrote:
>>>>>>
>>>>>>
>>>>>> Thanks alot Chad for these quick and fine responses.
>>>>>>
>>>>>> Regards
>>>>>>
>>...
2012 Jun 12
0
[LLVMdev] How to use LLVM optimizations with clang
...d 2 secs.
>
> What steps are exactly taken by clang to produce the binary in order
> to achieve the runtime of around 2 secs. If it is a question of link
> time optimizations then how can we achieve that?
>
> Best Regards
>
> Shahzad
>
> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon
> <engrwahidmemon at gmail.com> wrote:
>> Thanks Duncan
>>
>> It was really helpful.
>>
>> Regards
>>
>> Abdul
>>
>> On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands<baldrick at free.fr> wrote:
>>> Hi,
>>&...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
Thanks Duncan
It was really helpful.
Regards
Abdul
On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi,
>
>
>> If I compile the program using the following command line i.e.
>>
>> $ clang -O3 -lm *.c
>
>
> this may be doing link time optimization.
>
>
>>
>> then...
2002 Jul 31
8
Desktop.ini and samba - Please comment
I was just wondering why does samba look for Desktop.ini when i am mapping
to my home directory from w2k
running samba 2.2.5 on sol2.6 , client is w2k
am troubleshooting an weird issue where am not able to see all my unix home
directory files on w2k
log level10 is showing me that samba is looking for Desktop.ini
could this be cousing something weired.
thanks in advance
2004 Dec 21
10
Codec Selection
Hi,
I have 2 g729 licences - what I want to do is use g729 by default but if
I get more than 2 calls at a time, use gsm for the others.
So, I put this on all my sip providers:
disallow=all
allow=g729
allow=gsm
However, this just seems to use gsm for everything. If I comment out the
gsm line, it then uses g729.
I thought it would use the codec's in the order they are allowed - is
this
2012 Jun 12
0
[LLVMdev] How to use LLVM optimizations with clang
...duce the binary in order
>>> to achieve the runtime of around 2 secs. If it is a question of link
>>> time optimizations then how can we achieve that?
>>>
>>> Best Regards
>>>
>>> Shahzad
>>>
>>> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon
>>> <engrwahidmemon at gmail.com> wrote:
>>>>
>>>> Thanks Duncan
>>>>
>>>> It was really helpful.
>>>>
>>>> Regards
>>>>
>>>> Abdul
>>>>
>>>> On Fri,...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...;.
>>>>>
>>>>> Ciao, Duncan.
>>>>>
>>>>>
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> Shahzad
>>>>>>
>>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon
>>>>>> <engrwahidmemon at gmail.com> wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Thanks alot Chad for these quick and fine responses.
>>>>>>>
>>>>...