Displaying 9 results from an estimated 9 matches for "archve".
Did you mean:
archive
2010 Sep 17
10
Kernel panic on Xen 4.0.1 + Debian Squeeze
...ramdisk ...''
module /boot/initrd.img-2.6.32-5-xen-amd64
After boot i see in console:
Failed to execute /init
Kernel panic - not syncing: No init found. Try passing init= option to
kernel
Pid: 1, comm: swapper Not tained 2.6.32-5-xen-amd64 #1
Initramfs unpacking failed: junk in compressed archve
registering netback
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Kernel vmlinuz-2.6.32-5-xen-amd64 without xen boots normaly.
My "trouble" server is IBM HS-22 (2x Xeon E5530, 36 GB RAM, LSI SAS).
The same configuration works correctrly on other machine...
2004 Apr 05
0
No My Network Places or Net Neighborbood Icons, & /tmp log entries
Hi,
I am having the following problems with Samba:
1) My server system is not immediately visible to windows machines,
i.e., there is no icon in "My Network Places" XP, or in "Network
Neighborhood" in 98. I am able to manually log into the system via
Windows XP by doing the run command for my server name. I am also able
to log in via Mac OS X, but I must also specify a
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active
Directory. Installing the tardist of 3.0.21c did not give me
kerberos/ldap/adc capabilities even though Kerberos and LDAP were
prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I
am trying this:
./configure --libdir=/usr/lib --includedir=/usr/include
--prefix=/usr/samba --with-ldap --with-ads
2015 Jun 17
4
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup
>> Are there any known problems with the performance of TFTP in (U)EFI
>> environments in general or maybe just on VMWare?
> I don't believe so. I use Workstation 10.0.2 on Ubuntu 12.04 for the
> moment.
<stupid question> and have EFI enabled? </stupid>
> I hope this is a hex-core host with 6+GiB of RAM.
Fedora runs on an AMD A8-6600K at 3Ghz and has 8G of
2012 Oct 17
24
[zfs] portable zfs send streams (preview webrev)
We have finished a beta version of the feature. A webrev for it
can be found here:
http://cr.illumos.org/~webrev/sensille/fits-send/
It adds a command ''zfs fits-send''. The resulting streams can
currently only be received on btrfs, but more receivers will
follow.
It would be great if anyone interested could give it some testing
and/or review. If there are no objections,
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
Add a copy of the libvirt-ocaml library, currently available at:
https://libvirt.org/git/?p=libvirt-ocaml.git;a=summary
This is a snapshot at commit d3ed8dcf1b0a6a8a855ceecbe0bb97f21e6665e3,
which has all the features we need (and that builds fine).
It is expected to stay synchronized with upstream, until there is a new
upstream release, and it will be widespread enough.
---
.gitignore
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository,
instead of having it around in the common submodule.
The removal from common will happen later.
Pino Toscano (2):
common: Bundle the libvirt-ocaml library for use by virt-v2v
build: switch embedded copy of libvirt-ocaml
.gitignore | 2 +
3rdparty/libvirt-ocaml/Makefile.am |
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all