Displaying 5 results from an estimated 5 matches for "retval3".
Did you mean:
retval
2007 Sep 03
0
How to - Samba, winbind and Active Directory
...echo
KIND="NMB"
echo -n $"Starting $KIND services: "
daemon $SMBHOME/nmbd $NMBDOPTIONS
RETVAL2=$?
echo
KIND="Winbind"
echo -n $"Starting $KIND services: "
daemon $SMBHOME/winbindd
RETVAL3=$?
echo
[ $RETVAL -eq 0 -a $RETVAL2 -eq 0 -a $RETVAL3
-eq 0 ] && touch /var/lock/subsys/smb || \
RETVAL=1
return $RETVAL
}
stop() {
KIND="SMB"
echo -n $"Shutting down $KIND services: "
killproc smbd
RETV...
2008 Jun 18
0
[LLVMdev] using dynamic libraries from bytecode?
On Jun 18, 2008, at 6:48 AM, Yaroslav Kavenchuk wrote:
> Is it possible to use dynamic library (*.so *.dll) from bytecode?
> If "yes" - how?
dlopen? That's be one way. Also, most systems have shared libraries
in /usr/lib and these routines are meant to be linked against and
used. For example, on darwin, there sinf is resolved from a shared
library, you declare it and
2008 Jun 18
2
[LLVMdev] using dynamic libraries from bytecode?
Is it possible to use dynamic library (*.so *.dll) from bytecode?
If "yes" - how?
--
WBR, Yaroslav Kavenchuk.
2008 Jun 18
4
[LLVMdev] Ответ: using dynamic libraries from bytecode?
...x i8]* @.str,
i32 0, i32 0) ) nounwind ; <i32> [#uses=0]
store i32 0, i32* %tmp, align 4
%tmp2 = load i32* %tmp, align 4 ; <i32> [#uses=1]
store i32 %tmp2, i32* %retval, align 4
br label %return
return: ; preds = %entry
%retval3 = load i32* %retval ; <i32> [#uses=1]
ret i32 %retval3
}
declare i32 @puts(i8*)
$ llvm-as gcd_ui.ll -o gcd_ui.bc
$ lli gcd_ui.bc
ERROR: Program used external function '__gmpz_init_set_ui' which could
not be resolved!
This application has requested the Runtime t...
2008 Aug 29
2
When to restart samba
If I understand correctly, in order to have the smb.conf file applied
you need to restart smbd.
Is "service smbd reload" sufficient (which does a "killproc smbd -HUP")?
Will this kill any active connections to samba resources causing user
disruption? Or is this a seamless process that can be carried out
midday?
I ask because if I need to kill all user connections to