Displaying 12 results from an estimated 12 matches for "auti".
Did you mean:
auth
2008 Jul 02
3
could not import module ELFCLASS32
Sorry if this is the wrong list, but doing a code checkout via Mercurial
produces the following:
#hg clone http://xenbits.xensource.com/xen-3.2-testing.hg
destination directory: xen-3.2-testing.hg
requesting all changes
adding changesets
abort: could not import module ELFCLASS32!
transaction abort!
rollback completed
Is there a workaround for this right now?
--
Joe Auty
NetMusician: web
2009 Jun 22
1
xyplot: subscripts, groups and subset
Hi,
I'm running the following code to produce lattice plots of microfibril
angle versus ring number in Scots pine. There are 12 trees and 5 sample
positions ("Position") in each tree:
xyplot(MFA ~ RN | Tree, data = MFA.data,
groups = Position, subscripts=TRUE,
auto.key=list(space = "top", points = FALSE, lines = TRUE,
reverse.rows=TRUE,
2007 Dec 24
1
Is there a way to force the usage of a mixer?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Is there a way to force Wine to use a particular mixer? I'm not
getting any sound via my USB audio in Ubuntu, and I'm wondering if
this is because WINE is attempting to use my VIA audio mixer rather
than USB Audio (which it does list within winecfg's audio tab for both
ALSA and OSS).
Any ideas of other things I can try to
2011 Apr 05
11
ZFS send/receive to Solaris/FBSD/OpenIndiana/Nexenta VM guest?
...might be a nice way to maintain a
remote backup of this data, if I can install the VM image on a
drive/partition large enough to house my data. This seems like it would
be a little less taxing than rsync cronjobs?
--
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org <http://www.netmusician.org>
joe at netmusician.org <mailto:joe at netmusician.org>
-------------- next part --------------
An HTML...
2009 Nov 08
5
Disk I/O in RAID-Z as new disks are added/removed
Hello,
As I understand it, in a traditional RAID 5 setup adding new disks to the pool provides more overall I/O as the load is spread out across multiple disks.
What exactly is this relationship in a RAID-Z setup? What should one expect in terms of overall I/O performance as disks are added and/or removed? I understand that the checksum data is distributed across all disks, unlike a traditional
2005 Aug 08
2
Problem with dovecot and system crashing
Hi all,
I am running dovecot on a linux server (FC3) in conjunction with
Sendmail. My configuration is quite vanilla and I am having the
following problem: occasionally (once every 3-10 days) the dovecot
server will become unresponsive and attempting to access mail via pop3
will produce an error message on the client side.
As best as I can tell, the dovecot process dies because if I restart
it
2007 Oct 22
1
Civ IV
Hello,
I'm trying to get Civ IV running on my 64 bit version of Ubuntu 7.10
using the latest Wine version using these directions:
http://tombuntu.com/index.php/2007/06/10/special-civilization-iv-playable-on-linux/
(the winehq appDB points to this guide as well)
I'm having problems getting CivIV to run though. Firstly, looking at the
wine settings here:
2009 Oct 11
0
Plotting groupedData objects by levels of a factor
Hi,
I'm trying to plot a grouped data object for modelling maximum branch
size by distance from stem apex:
>MAXBRD.group <- groupedData(MAXBRD ~ Dtop | Type/Site/Tree,
inner=~Status, data=MAXBRD.data).
The following code produces a plot of MAXBRD ~ Dtop for each site type:
>plot(MAXBRD.group, collapse=1, display=1, aspect=1.2, pch=20, inner=~1,
main="MAXBRD with
2011 Nov 01
0
Network filesystem pool mount options
Hello,
What are the default NFS mount options used by libvirt's network
filesystem pool storage management, and can these be modified?
--
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org <http://www.netmusician.org>
joe at netmusician.org <mailto:joe at netmusician.org>
-------------- next part --------------
An HTML...
2012 Sep 22
1
segfault in Debian Squeeze + Dovecot 2.1.10
....10 packages obtained with the following in my
sources.list:
deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main
I need to use Dovecot 2.1.x because I need to support handling multiple
SSL certs.
--
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org <http://www.netmusician.org>
joe at netmusician.org <mailto:joe at netmusician.org>
-------------- next part --------------
A no...
2008 Jun 30
0
FreeBSD 7.0 + Xen 3.1 + HVM: Success!
Kip,
Does the problem with Xen 3.1 in HVM/Intel manifest as those BTX halted
errors (e.g.
http://lists.xensource.com/archives/html/xen-users/2006-10/msg00014.html) ?
If so, do you happen to know whether this problem has been solved in Xen
3.2 or 3.2.1? This message of yours was written this March, so I'm
assuming that 3.2.1 will contain this fix?
Can anybody confirm this? I'm having
2010 May 06
5
Apologies : question on transforming a table
...can't figure this out right now. I have
several hundred pheno factors actually, so manually doing this line by line
is not an option.
My original table is approximately like this :
ID pheno
1 A Breast Cancer
2 A Appendicitis
3 A Microcephaly
4 B Polyps
5 B Autism
6 C Autism
7 D Breast Cancer
8 D Polyps
9 D Appendicitis
10 E Breast Cancer
What I want is this :
ID Breast Cancer Appendicitis Microcephaly Polyps Autism A 1 1 1 B 1
1 C 1 D 1 1 E 1
The data is here
data <-
data.frame(ID=c(rep("A",3),rep(&quo...