Displaying 10 results from an estimated 10 matches for "bccd".
Did you mean:
bcd
2012 Jul 05
1
trouble installing Rmpi on a debian machine
Dear R People:
I'm having trouble installing Rmpi on a debian machine.
Here is my output:
bccd at node000:~$ /bccd/home/bccd
bccd at node000:~$
bccd at node000:~$ export RMPI_TYPE=OPENMPI
bccd at node000:~$ R CMD INSTALL Rmpi_0.5-9.tar.gz
* installing to library '/bccd/home/bccd/R/x86_64-pc-linux-gnu-library/2.15'
* installing *source* package 'Rmpi' ...
checking for gcc... g...
2006 Apr 11
0
log messages...
...DEBUG[6262] pbx_dundi.c: Seeding global EID '00:30:48:68:27:f4' from 'eth0'
Apr 11 13:54:59 WARNING[6262] pbx.c: Requested contexts didn't get merged
And yesterday I had a "Apr 10 18:00:14 WARNING[26794] channel.c: Hard hangup called by thread 88976304 on Local/541@default-bccd,1<ZOMBIE>, while fd is blocked by thread 88976304 in procedure ast_waitfor_nandfds! Expect a failure"
Thank you
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060411/d14a76c6/attachment...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...e"
> - $(VERB) if $(BCCCompile) -MD -MT $@ -MP -MF "$(OBJDIR)/$*.Td" $< -o $@ ; \
> - then mv -f "$(OBJDIR)/$*.Td" "$(OBJDIR)/$*.d"; else rm -f "$(OBJDIR)/$*.Tpo"; exit 1; fi
> + $(VERB) if $(BCCompile.C) -MD -MT $@ -MP -MF "$(OBJDIR)/$*.BCCd" $< -o $@ ; \
> + then $(MV) -f "$(OBJDIR)/$*.BCCd" "$(OBJDIR)/$*.d"; \
> + else $(RM) -f "$(OBJDIR)/$*.BCCd"; exit 1; fi
>
> else
>
> -$(OBJDIR)/%.lo: %.cpp $(OBJDIR)/.dir
> +ifdef SHARED_LIBRARY
> +
> +$(OBJDIR)/%.lo $(...
2023 Mar 21
0
[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
...t, allocate multiple skbuff's until
>credit space allows, thus trying to send as much as possible data without
>return to af_vsock.c.
>
>Signed-off-by: Arseniy Krasnov <AVKrasnov at sberdevices.ru>
>---
> Link to v1:
> https://lore.kernel.org/netdev/2c52aa26-8181-d37a-bccd-a86bd3cbc6e1 at sberdevices.ru/
> Link to v2:
> https://lore.kernel.org/netdev/ea5725eb-6cb5-cf15-2938-34e335a442fa at sberdevices.ru/
>
> Changelog:
> v1 -> v2:
> - If sent something, return number of bytes sent (even in
> case of error). Return error only if failed to se...
2023 Mar 22
0
[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
...t, allocate multiple skbuff's until
>credit space allows, thus trying to send as much as possible data without
>return to af_vsock.c.
>
>Signed-off-by: Arseniy Krasnov <AVKrasnov at sberdevices.ru>
>---
> Link to v1:
> https://lore.kernel.org/netdev/2c52aa26-8181-d37a-bccd-a86bd3cbc6e1 at sberdevices.ru/
> Link to v2:
> https://lore.kernel.org/netdev/ea5725eb-6cb5-cf15-2938-34e335a442fa at sberdevices.ru/
> Link to v3:
> https://lore.kernel.org/netdev/f33ef593-982e-2b3f-0986-6d537a3aaf08 at sberdevices.ru/
>
> Changelog:
> v1 -> v2:
> - If...
2023 Mar 21
0
[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
...space allows, thus trying to send as much as possible data without
>>> return to af_vsock.c.
>>>
>>> Signed-off-by: Arseniy Krasnov <AVKrasnov at sberdevices.ru>
>>> ---
>>> Link to v1:
>>> https://lore.kernel.org/netdev/2c52aa26-8181-d37a-bccd-a86bd3cbc6e1 at sberdevices.ru/
>>>
>>> Changelog:
>>> v1 -> v2:
>>> - If sent something, return number of bytes sent (even in
>>> ? case of error). Return error only if failed to sent first
>>> ? skbuff.
>>>
>>> net/vmw_vso...
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
...include
-I/llvm/include -
I/llvmobj/include -I/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -Wall
-W
-Wwrite-strings -Wno-unused -Wno-long-long -pedantic -g -D_DEBUG -MD -MT
/llvm
obj/runtime/GCCLibraries/crtend/Debug/crtend.ll -MP -MF
"/llvmobj/runtime/GCCLib
raries/crtend/Debug/crtend.BCCd" \'
make: *** [/llvmobj/runtime/GCCLibraries/crtend/Debug/crtend.ll] Error 2
What should I do to finish building llvm?
Thanks.
Tony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060730/7fdbc962...
2008 Nov 26
0
cannot enable sound on domU (centos5.1) and cannot change virbr0 bridge to xenbr0 bridge
...en changing to xenbr0, I cannot
connect to internet but ssh to dom0 is fine!
so how do I enable sound device on domU and changing to xenbr0?
so please examine and analyze my case:
Thank you before
[root@wing godwing]# cat /etc/xen/gasphar
name = "gasphar"
uuid = "962ba8b8-fd4a-f8e0-bccd-780477e76585"
maxmem = 750
memory = 750
vcpus = 1
bootloader = "/usr/bin/pygrub"
kernel = "/var/lib/xen/boot_kernel.JZwk9P"
ramdisk = "/var/lib/xen/boot_ramdisk.Bu59SS"
extra = "ro root=LABEL=/ rhgb quiet"
on_poweroff = "destroy"
on_reboot = &q...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
...mobj/include -I/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
> -Wall -W
> -Wwrite-strings -Wno-unused -Wno-long-long -pedantic -g -D_DEBUG -MD
> -MT /llvm
> obj/runtime/GCCLibraries/crtend/Debug/crtend.ll -MP -MF
> "/llvmobj/runtime/GCCLib
> raries/crtend/Debug/crtend.BCCd" \'
> make: *** [/llvmobj/runtime/GCCLibraries/crtend/Debug/crtend.ll] Error
> 2
>
> What should I do to finish building llvm?
>
> Thanks.
>
> Tony.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.e...