Displaying 15 results from an estimated 15 matches for "install'ing".
Did you mean:
instaling
2011 Feb 17
1
Cannot execute memdisk
...g file I define the boot folder as
filename "pxelinux.0";
In TFTP config file in /tftpboot/pxelinux.cfg/default I wrote the boot option as
LABEL ccc
LINUX memdisk
INITRD ccc.iso
APPEND raw
Now I have some problems and parts I don't understand.
1) I downloaded and 'make + make install'ed the syslinux-4.03 package from git repo. However memdisk is not working when I try ./memdisk . It gives no errors too. Only errors I get are about win32 and win64 folders and that's because I don't tun mingw (I guess)
2) What should be pxelinux.0 file? I thought it moust be the kerne...
2010 Apr 08
1
'make uninstall' does not clean up ocaml binding files
Hi all,
I have successfully compiled the libguestfs-1.0.89 source and 'make install'ed on my Fedora 12 box. Everything went fine. I have ocaml installed so the default configuration enabled ocaml binding.
then I found some minimal configure mistake with my compilation and wanted to compile and install again.
1.first I made uninstall and cleaned up everthing:
$ make uninstall...
2006 Oct 21
1
parse/INSTALL feature request(s)
Hi,
I have a feature request for 'parse', and possibly the 'R CMD INSTALL'
command to display more informative error information. Specifically,
after making several modifications to a package on my system (the
package name is irrelevant; I'm using R 2.3.1 on Debian):
$ R CMD INSTALL seas
* Installing *source* package 'seas' ...
** R
** data
** inst
**...
2003 Apr 14
2
4.8-STABLE GENERIC buildkernel fail
Hello, i've been here with this poblem before, now i installed the
berkley db4 in /usr.
But now it report another error, still at the same file.
Please reply if you think you know the reason...
I'm still running 4.6-STABLE, and would soon like the new 4.8-STABLE
kernel made.
Regards,
Johan Christiansen
_________
===> vesa
rm -f setdef0.c setdef1.c s...
2020 Apr 15
3
Samba-tool error after update to 4.12.0
Hi everyone,
I have just updated samba from 4.11.6 to 4.12.0, compiled by the sources.
Everything was fine and AD server is ok , but when I call samba-tool this
error always appear:
ldb: unable to dlopen /usr/lib64/samba/ldb/local_password.so :
/usr/lib64/samba/libsamdb-common-samba4.so: version `SAMBA_4.11.6' not
found (required by /usr/lib64/samba/ldb/local_password.so)
ldb: unable to
2008 Feb 17
1
NAMESPACEs and S4 classes
...representation=representation(
x="numeric"))
B <- function(...) new("B", ...)
and a NAMESPACE having only
import(methods)
export(B)
I duplicate this package source directory structure, renaming the
duplicate package tmpB in its Description file. After R CMD
INSTALL'ing both, I
> library(tmpA)
> library(tmpB)
Error in setClass("A", representation = representation(x = "numeric"), :
"A" has a sealed class definition and cannot be redefined
Error : unable to load R code in package 'tmpB'
Error: package/namespac...
2020 Apr 15
3
Samba-tool error after update to 4.12.0
That is correct. Most of the time this isn't an issue because the new
ldb modules, linking to the new symbol versions, overwrite the old
files on 'make install'.
However we chose to remove some obsolete ldb modules in the 4.12 cycle
and so the old modules remain, triggering these warnings.
We notice the old modules because we try to load all the modules during
startup of ldb to see if they wish to provide hooks for the command
line handling in the...
2017 May 05
2
CentOS 7 cloned VM cannot boot
...restore /dev/vdal
Bingo!
I had to unmount the boot partition (being in Troubleshooting mode), run
the above command, which provided a new UUID and at last the partition
was recognized as xfs. (I forgot to copy the output to paste here.)
I then mounted the boot partition again, chrooted, grub2-install'ed
successfully, exited and rebooted.
The VM started booting, seemingly well, but after some time it took me
to emergency mode. ("Give root password for maintenance or type Ctrl-D
to continue.")
I'll have to check that tomorrow... I need some sleep now (it's after
midnig...
2017 May 05
4
CentOS 7 cloned VM cannot boot
On 5/5/2017 8:29 ??, Nikolaos Milas wrote:
> I am very puzzled with "unknown filesystem".
After more googling, I found this bug report with a very recent fix:
https://bugzilla.redhat.com/show_bug.cgi?id=1399487
It seems to me that this may be relevant in our case.
If so, may it be that this fix has not been rolled out to CentOS repos yet?
What is your opinion and your
2007 Aug 04
2
text2wave Voices Improvements?
...mand. But the voice sounds terrible: like SAM, the 1980s 6502 voice
synthesizer. I tried to slow it down by calling (text2wav -eval
"(Parameter.set 'Duration_Stretch 1.4)" -scale 2.0 [...]), but it still
sounds like it's talking while sucking down a strawful of spaghetti. How
do I install a different voice, to speak basically simple emails? I'm
(APT) installing on Debian 3.1/Sarge, Asterisk 1.4.x .
Also, is there a way to call Background or some other Asterisk command
to take the WAV data from a pipe to a running text2wav process, rather
than writing a file with text2wave and...
2011 Jul 27
3
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
Hello:
I recently attempted to update the ARM cross-compilation setup I had with
llvm, and it did not work, so I wanted to revert back to my initial
configuration. I reconfigured/make/make install'ed my llvm which executed
fine, and then cleared out my llvm-gcc obj and install folders, and
reconfigured gcc from within llvm-gcc/obj as follows:
../llvm-gcc-4.2-2.9.source/configure --target=arm-none-linux-gnueabi
--program-prefix=llvm-
--prefix=/net/coldwater/w/grwright/Research/llvm/llvm-...
2015 Mar 03
3
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...from
> > libxl/Makefile:
> >
> > CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
> > -Wno-declaration-after-statement -Wformat-nonliteral
> > CFLAGS += -I. -fPIC
> >
> > * by distro I assume you mean binary package, and that I can install
> > virt-manager binary package on top of libxl/libvirt/xen that I built and
> > installed locally from source. if I have compiled libxl/libvirt/xen with
> > virt-manager compile flags. Does that summarize what you are
> recommending?
> > If so then how do I know virt-m...
2015 Mar 02
0
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...rring to? here's an example from
> libxl/Makefile:
>
> CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
> -Wno-declaration-after-statement -Wformat-nonliteral
> CFLAGS += -I. -fPIC
>
> * by distro I assume you mean binary package, and that I can install
> virt-manager binary package on top of libxl/libvirt/xen that I built and
> installed locally from source. if I have compiled libxl/libvirt/xen with
> virt-manager compile flags. Does that summarize what you are recommending?
> If so then how do I know virt-manager flags? That was...
2015 Mar 02
1
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...those the build flags you are referring to? here's an
example from libxl/Makefile:
CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \
-Wno-declaration-after-statement -Wformat-nonliteral
CFLAGS += -I. -fPIC
* by distro I assume you mean binary package, and that I can install
virt-manager binary package on top of libxl/libvirt/xen that I built and
installed locally from source. if I have compiled libxl/libvirt/xen with
virt-manager compile flags. Does that summarize what you are
recommending? If so then how do I know virt-manager flags? That was a
binary. Do I have...
2015 Mar 02
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
On 03/02/2015 10:55 AM, Wayne Mills wrote:
> Hi,
>
> I built and installed Xen 4.5.0 from source, on top of Ubuntu 14.04.2, using
> "make world" and "make install" targets. I then installed latest virt-manager
> from pre-built packages. After bringing up virt-manager I attempt to connect
> to Xen hypervisor and got:
>
> unable...