Displaying 20 results from an estimated 77 matches for "prebuilded".
Did you mean:
rebuilded
2018 Oct 02
2
R grpc
Hello,
I am looking for a prebuild - binary MS Windows version of the R grpc package
https://github.com/nfultz/grpc
best regards
Witek
--
Witold Eryk Wolski
2006 Oct 06
3
xen kernel smp; but only one cpu
Hi
Booting my Xen Dom0 on Debian Etch (Kernel is the prebuild one from
bits.xensource.com), I found that only one cpu core (of two: dual core)
is recognized by the (dom0-)Kernel. Googling this issue, I found on
xen-devel-list that xen kernel is named smp but isn''t really doing so.
Is there any (prebuild) kernel that I can use for smp?
Thanks
Gregor Reich
2010 Jul 28
2
Recording interface (pause/PLAY/RERECORD)
Is there a prebuild module/dialplan which gives me a nice interface to recording messages? Assuming I can't use the voicemail command, I need to offer users a way to record, playback, erase, rerecord, etc.
I can probably do it through dialplan but it feels like I'm reinventing the wheel.
Thanks,
MD
2012 May 23
3
installing extlinux on image files
Hi,
is there any way to install extlinux on a _not_ mounted ext4 image?
I can easily write the extlinux.sys manually to a fixed inode, and
prepend a prebuild mbr, but is there anything else i am missing?
patch_file_and_bootblock does a couple of magic things, that are beyond
me.
The devices are simple images that run in virtualbox, so do i really
need all of the blocksize magic?
thanks.
2013 Oct 30
2
libvirt-lxc driver on armv7l
Hi there,
I'm interested in using libvirt-lxc on armv7l architecture and I have a hard
time building libvirt.
1. Are there any prebuild rpms for ARM?
2. I have many dependency issues during build:
error: *** Error Summary ***
=== the following packages failed to build due to missing build dependencies
===
libvirt:
nothing provides hal-devel
nothing provides
2017 Mar 06
3
Missing security tab samba 4.1.13
Am 06.03.2017 um 14:56 schrieb Bart Coninckx via samba:
>>> missed that - but must be the case because he refers to RHEL7/CentOS7
>>> which ships with 4.4.4 and not 4.1.x - anyways, the tree brelow the
>>> install prefix is the same and the main part of the coniguration
>>> lives below the lib folder whereever it is located and so the point
>>> was just
2010 Sep 19
4
ptalarbvorm - presece on launchpad
Hallo all,
i didn't found any deb packages for ptalarbvorm so i did it by my self.
currently i do it in my playgrond here
https://launchpad.net/~bug-track/+archive/ppa
probably it will be better to add ffmpeg2theora too. I stated write
scrip to do it regularity without big work overhead.
any comments?
Regards,
Alexey
2013 Mar 14
6
moderate rant un updates
So, another admin I work with rolled out most (but not kernel) updates to
6.4... but including xorg. I log out the end of the day, and I'm hosed -
no X.
Now, my not-two-year-old workstation has an nvidia card, and I'd installed
kmod-nvidia from elrepo. I figured I'd fix my problem by finishing the
upgrade and rebooting.
Nope.
I try to upgrade kmod-nvidia from elrepo. Anyone got any
2009 Feb 10
2
[LLVMdev] Building 64-bit libraries on OS X
Hi,
how do I compile LLVM for 64-bit on OS X? I want to get 64-bit
libraries which generate x86_64 to link them into a 64-bit
application. All my attempts ended up with either 32-bit libraries or
errors. My machine is an Intel Xeon quad core, 'sysctl
hw.cpu64bit_capable' returns 1 so I think the machine is fine.
- './configure && make' yields 32-bit libraries and
2006 Nov 04
1
[LLVMdev] llvm windows re-port
Hello Žiga
Sat, 04 Nov 2006 12:48:23 +0100 you wrote:
> I decided to make llvm port on windows, to support at least Visual
> Studio 7.1 and Visual Studio 8. I guess I will make only Visual
> Studio 7.1 version, since it can be easily converted to version 8.
Good. Please note, that they're something about 1.5 years old. There
already were some attempts to do visual studio port,
2018 Oct 02
0
R grpc
Hello,
Do you really need a prebuild binary? Wouldn't this do it?
devtools::install_github("nfultz/grpc")
Hope this helps,
Rui Barradas
?s 20:14 de 02/10/2018, Witold E Wolski escreveu:
> Hello,
>
> I am looking for a prebuild - binary MS Windows version of the R grpc package
> https://github.com/nfultz/grpc
>
> best regards
> Witek
>
>
2007 Sep 24
1
XEN....a very big problem :D
Hi!
My problem with xen isn''t finished. The terrible situation is next:
Under Slack12 work only XEN 3.0.2 version. This one boot....xen 3.1,
3.0.3 and 3.0.4 don''t boot....ever and ever the same error (I try to
recompile 3.1 some times....I used others versions prebuilded and
however don''t work...):
VFS: Cannot open root device "hda5" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Only 3.0.2 load Dom0. OK, happy....but....but....my 3.0.2...
2011 Mar 30
1
Problems with 4.04-pre14
Hello.
I've been testing pxelinux.0 (4.04-pre14) on some laptops:
- HP EliteBook 6930P with BIOS F.18.
- HP EliteBook 8440P with BIOS F.06.
- Dell Latitude E4310 with BIOS A06.
When booting pxelinux.0, the machines first display some random letters
in different colors and then reboot.
We've been using 4.02 for some time without problems. I've tested 4.03
too and it seems to work.
2004 Aug 06
0
Troubles setting up Shoutcast relay
Hi !
Well what I basically want to do is set up a local relay in our company for
some popular shoutcast radio streams available on the winamp.com main site.
Right now like 10 or 20 ppl here are listening to basically the same two or
three streams, so thats quite a waste of bandwith.
So I thought there must be some kind of stream relay that would connect as
client to the Shoutcast server and be a
2009 Feb 10
0
[LLVMdev] Building 64-bit libraries on OS X
To build 64-bit libraries (i.e. 'file <library>' shows x86_64) try
'make EXTRA_OPTIONS=-m64"
Either 32-bit or 64-bit libraries are able to generate code for either
32-bit or 64-bit, try -m32 or -m64 at runtime
On Feb 9, 2009, at 4:16 PMPST, Jan Rehders wrote:
> Hi,
>
> how do I compile LLVM for 64-bit on OS X? I want to get 64-bit
> libraries which
2005 Jan 06
1
General comment s on Wine/WineTools - how does a new user setup Wine the very first time?
Hi,
I've been messing with Wine and WineTools off and on for a couple
of days now. In general I can certainly see the bright future out
there, but so far it eludes me. I've used various versions of Wine
successfully before, but with recent Wine I'm having little luck. I'm
on an FC2 machine with a custom kernel but can switch to Gentoo if
required. I've tried both
2004 Mar 12
1
Issues while compiling samba 3.0.2a
Dear List,
First forgive me for my RTFM question yesterday about groups not appearing
in the Windows
usermanager (Karel Kulhav?, thanks for your reply). I did read the SAMBA
HOWTO Collection
but in a more 'vertical' way. This net groupmap thing must have passed my
attention.
I installed a prebuild version of Samba for redhat 8.0. Redhat however does
not compile in
ACL's in their
2009 Dec 07
2
Re: libguestfs performance
On Tue, Dec 01, 2009 at 04:08:38PM +0100, Pierre Riteau wrote:
> For a project of mine I would like to create VMs from tarballs of
> root filesystems. I would like to use libguestfs since this is
> exactly what the tar2vm.sh guestfish recipe does.
>
> However, I need to extract tarballs that are in the hundreds of
> megabytes, but my tests showed that performance is very low,
2001 May 15
8
New printing concept of wine
Hi,
I´m allways using the recent versions from cvs (prebuild from
dailywine) and I stated that I have to reconfigure my wine printing.
Before I used the wineps.drv driver but now wine seams to work with
the printers defined in /etc/printcap.
But there are some little questions left by me although I got it
printing well:
1.
How can I make another printer as default printer different from
the
2010 Jan 22
3
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Hello All
I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial
(Release 2.6 version).
I found some minir docu-bugs and added them to Bugzilla.
However, Now I found a show-stopper for me, the toy (v4) demo does
build, but does crash, on any input. Even a simpe ';'!
Looking into the (demo-code) found the that the JIT can't be build/
created,/loaded/...
Which