Displaying 20 results from an estimated 200 matches similar to: "isohybrid and partition type 0x17"
2008 Jun 17
1
Decision Trees RWeka
Hello,
I have a question concerning decision
trees coming from RWeka :
library(RWeka)
m =J48(Species~.,data=iris)
How could such a decision tree be transferred
into a matrix, pretty much in the same fashion,
as it is done by getTree() in library(ofw)
library(ofw)
data(srbct)
attach(srbct)
##ofwCART
learn.cart.keep <- ofw(srbct,
2005 Jul 06
2
CentOS on IBM 7043-150, liblaus missing
Hello,
I found Pasi's site (http://centos.upi.iki.fi/pub/centos/4/os/ppc/)
describing how to get CentOS working on a IBM 7043-150 43p CHRP 604e
RS/6000 box. I have the exact same machine. I followed his
instructions and got the version of CentOS he provided working on my
system.
[root at murray ~]# uname -a
Linux murray 2.6.9-5.0.3.102.EC #1 Sun Mar 6 18:32:26 EET 2005 ppc ppc
ppc
2003 Apr 02
4
tftp-hpa to boot aix
i am using tftp-hpa 0.32 to transfer boot image files of an aix 5.2
system. packets begin to go across the network and then they stop at
about 4200 packets. when i boot from aix bootp server 15227 packets are
transfered.
i have tried with both xinetd and standalone modes with many different
options. i am not sure why it is failing to transfer the entire image.
are there certain options with
2005 Sep 28
15
Asterisk on windows
why can't we compile the asterisk coading in windows, it's done in c++ so it
should work in windows as well
2009 Nov 13
0
about the pgmm in plm package (application and singularity)
Dear Sir or Madam:
I am Shaojuan Liao, the 3rd year Ph.D. student from Econ Department,
Virginia Tech.
I don't know whether it is appropriate to ask you questions on the
command pgmm. But I don't know how to deal with the case where all X are
exogenous and all T time periods' X can be used as the instrument.
Problem 1:
I know when X are predetermined, such as
Z=[y1,X1,X2, 0,
2006 Oct 09
2
OLPC project
The One Laptop Per Child project is now including a digital camera in the design of their "$100" laptop computer. According to their latest news, this device will record video at 30 fps and at VGA resolution. Also, the OLPC project is considering using content from WikiMedia, and video files at WikiMedia are stored in ogg theora format. Have folks involved in the OLPC project
2015 Jul 13
18
[Bug 91319] New: Nouveau driver cannot extract FCODE ROM / DCB Block from OpenFirmware Device tree
https://bugs.freedesktop.org/show_bug.cgi?id=91319
Bug ID: 91319
Summary: Nouveau driver cannot extract FCODE ROM / DCB Block
from OpenFirmware Device tree
Product: xorg
Version: unspecified
Hardware: PowerPC
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2007 Feb 19
2
optimization for OLPC
Hi,
I heard that Theora will be used on OLPC.
Is anyone working on optimization for OLPC?
Regards,
Chih-Chung Chang
2007 Dec 17
2
The XO laptop from the One Laptop Per Child (OLPC) program
There was recently a question on the R-help list about the eee pc. I
had a related question about the XO laptop from OLPC (laptop.org).
Has anyone looked at the development environment sufficiently to
determine if it would be possible to create an executable image for R?
The laptop itself only supports Python, Javascript, etc. but it is
running a real Linux operating system.
2015 May 08
1
Re: [PATCH 00/10] virt-resize: add support for resizing MBR logical partitions
On 04/30/2015 06:51 PM, Chen, Hanxiao wrote:
> Hi, Rich
>
>> -----Original Message-----
>> From: Richard W.M. Jones [mailto:rjones@redhat.com]
>> Sent: Wednesday, April 29, 2015 7:04 PM
>> To: Chen, Hanxiao/陈 晗霄
>> Cc: libguestfs@redhat.com
>> Subject: Re: [Libguestfs] [PATCH 00/10] virt-resize: add support for resizing MBR
>> logical partitions
2015 Mar 30
1
[PATCH RFC] resize: add p_mbr_p_type as member of type partition
Add p_mbr_p_type as member of type partition
to describe mbr partition type.
Currently we use:
List.filter (fun p -> parttype <> MBR || p.G.part_num <= 4_l)
to filter out logical partitions.
Commit 0c396a4bce578486dfc4a38e1f8c47fd5c2836ea
introduce API part_get_mbr_part_type,
we could use this to know the part_type.
Furthermore, we could also use p_mbr_p_type for resizing
logical
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2015 May 08
0
Re: [PATCH 00/10] virt-resize: add support for resizing MBR logical partitions
On Fri, May 08, 2015 at 10:26:22PM +0800, Chen Hanxiao wrote:
>
> On 04/30/2015 06:51 PM, Chen, Hanxiao wrote:
> > Hi, Rich
> >
> >> -----Original Message-----
> >> From: Richard W.M. Jones [mailto:rjones@redhat.com]
> >> Sent: Wednesday, April 29, 2015 7:04 PM
> >> To: Chen, Hanxiao/陈 晗霄
> >> Cc: libguestfs@redhat.com
> >>
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2009 Nov 18
1
Move listeners problems
Thanks, Karl! I've checked the log files during a move command but I
couldn't find anything that looked related to the problems. I've
thought of upgrading to 2.3.2 but thought I should ask first if it was
something common - saw that someone mailed about the same problems a
couple of months ago, if I understood it correctly.
/Mathias
2009/11/18 Karl Heyes <karl at xiph.org>:
2005 Mar 11
1
emu86 in klibc
Posting video cards usually require running x86 ROMs. This doesn't
work to well when people plug x86 video cards into ia64 and ppc
machines. People do this because the x86 versions are half the price
of the OpenFirmware ones. Even x86 machines need to run the ROMs for
secondary cards. I'm in the process of modifying fbdev to use hotplug
events to run these ROMs.
What about including emu86
2015 Sep 15
2
[OT] linux on a PPC (mac mini)
Am 15.09.2015 um 17:12 schrieb Keith Keller <kkeller at wombat.san-francisco.ca.us>:
> On 2015-09-15, wwp <subscript at free.fr> wrote:
>>
>> Searching the web, I see very few possibilities to install a recent (I
>> need gnome2) GNU/Linux distro on such hardware. I gave Linux MintPPC 11
>> (http://www.mintppc.org/content/list-macs) a try, but the netinstall