Displaying 5 results from an estimated 5 matches for "l352".
Did you mean:
352
2012 Jul 26
2
ruby bindings, ruby 1.9.3 and xapian
Hello,
I've problem with xapian or sth.
Ubuntu 8.04, ruby 1.9.3 with rvm, when Im trying to initialize
database, Im getting this error:
irb > require 'xapian'
==> true
irb > database = Xapian::WritableDatabase.new('/full_path/db/xapian_db/development', Xapian::DB_CREATE_OR_OPEN)
ArgumentError: Wrong arguments for overloaded method
2019 Jan 28
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...> + missing()
Needs a space between missing and ‘()’ (and the same later on).
I wonder if this code would be simpler if we started to use the
‘return’ statement:
https://github.com/libguestfs/libguestfs/blob/b26bd778b58b78eb59503413fd5b41ac23725690/common/mlstdutils/std_utils.mli#L340-L352
Anyway, looks reasonable. I keep thinking it needs a test though.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
sof...
2020 Nov 01
4
ups.test.result meaning
On Sat, Oct 31, 2020 at 2:42 PM Tim Dawson <tadawson at tpcsvc.com> wrote:
> I'm going to guess that since your test runtime of 305 is very close to
> the low limit of 300, that's the warning. Not yet a fail, but very, very
> close.
>
I tried setting
override.battery.runtime.low = 60
in ups.conf, and waited for the UPS to reach 100% charge, and ups.status to
report only
2012 Mar 17
9
RaiderZ crash at the launcer
I am trying to run RaiderZ, that is a alpha game. However, the game crashes when running the launcher. Here is the crash report: http://pastebin.com/EvHLKDA7
I have tried to identify the problem, there are something wrong with msvcr90.dll:
Code:
wine: Call from 0x7b83a802 to unimplemented function msvcr90.dll._byteswap_ulong, aborting
wine: Unimplemented function msvcr90.dll._byteswap_ulong
2019 Jan 26
6
[PATCH 0/2] allow alternative guest tools directories for distributions
First patch just fixes installing guest tools from directory that was broken.
Second patch revamps how virt-v2v chooses from which directory install guest
tools on Linux. Details in commit message.
Tomáš Golembiovský (2):
v2v: fix path to source when copying files from guest tools directory
v2v: allow alternative directories for distributions
v2v/windows_virtio.ml | 67