Displaying 7 results from an estimated 7 matches for "msg00054".
Did you mean:
msg00057
2008 Feb 13
3
OggPCM: support for little-endianness only?
On 2007-12-30, Timothy B. Terriberry wrote:
> In any format that is to be used on both, it is always better to pick
> one and stick with it.
Then recommend one single format. Nobody *has* to support all of the
features present, yet it makes sense to *allow* common variances. Most
of all, because:
> Unless you can guarantee that you're writing streams that are only
> going to
2012 Dec 05
1
Incorrect currentMemory for qemu-1.2+
Hi,
Since this message(https://www.redhat.com/archives/libvirt-users/2012-October/msg00054.html)
qemu folks have released one minor version in the 1.2 branch and shiny
new 1.3 some days ago and the problem still persists. At first I has
blamed libvirt, but I was not correct at all - since I have released
package ``slices'' for myself including both newer libvirth and qemu,
I wasn...
2007 Nov 02
6
PowerWare 9120 via USB?
...COMMAND: 33!
When looking at the combatability chart at http://www.networkupstools.org/compat/stable.html it
seems the PW9120 is supported by the bcmxcp driver and not bcmxcp_usb. I have however found
suggestions that bcmxcp_usb supports the 9120:
http://osdir.com/ml/monitoring.nut.user/2006-04/msg00054.html
I have a SNMP card in the 9120, but my understanding is that the NUT SNMP-driver does not allow the
UPS to be shut down. This is why I am now turning to USB.
Any ideas as to how I can get my setup running?
Thank you,
Tobias Balle-Petersen
2010 Jan 19
1
How I installed ovirt on fc 12
...\\*>",
replacement => "<ProxyMatch ^.*/ipa/ui.*$>",
require => Single_exec[replace_line_returns]
}
3. Patch ipa-server
https://bugzilla.redhat.com/show_bug.cgi?id=544927
https://www.redhat.com/archives/freeipa-devel/2010-January/msg00054.html
I had to install ipa-server before running ace to patch /usr/lib/python2.6/site-packages/ipaserver/funcs.py.
yum install ipa-server
diff -u /usr/lib/python2.6/site-packages/ipaserver/funcs.py.orig /usr/lib/python2.6/site-packages/ipaserver/funcs.py
--- /usr/lib/python2.6/site-packages/ipase...
2008 Feb 13
0
OggPCM: support for little-endianness only?
...ot compliant with the specification.
Details which are necessary for interoperability are necessarily
mandatory. I reckon that agreement on byteorder is pretty fundamental
for any data format.
Actually, this post is just an excuse to point to:
http://lists.slug.org.au/archives/slug-chat/2001/July/msg00054.html
cheers,
Conrad.
2007 Apr 25
1
Symbolic links on Mac OSX
I have noticed an anomaly with symbolic links.
umask 027
mkdir folder1
echo 'hello world' > folder1/file1
cd folder1
ln -s file1 softfile1
rsync -a ../folder1/ ../folder2/
ls -lF ../folder*
../folder1:
total 16
-rw-r----- 1 alan alan 12 Apr 26 00:00 file1
lrwxr-x--- 1 alan alan 5 Apr 26 00:02 softfile1@ -> file1
../folder2:
total 16
-rw-r----- 1 alan alan 12 Apr 26
2019 Apr 09
1
[PATCH] v2v: Implement the --bandwidth* options to control network bandwidth.
This is built on top of the following patch series:
https://www.redhat.com/archives/libguestfs/2019-April/msg00054.html
Rich.