similar to: [PATCH] builder: use the template arch when caching all templates

Displaying 20 results from an estimated 120 matches similar to: "[PATCH] builder: use the template arch when caching all templates"

2005 Aug 27
1
Samba clients can't see partitions mounted via loop device from image files
Is there something special about filesystems mounted via the loop device, which prevents Samba from sharing them? I have a small LAN with several PCs on it. It has a few Windows machines, and a Linux machine running Mandrake 10 (kernel 2.6.3), which shares out its root ("/") read-only as "c". (Temporarily, for testing, it is shared with full write permissions, which I know
2017 Mar 03
0
imaging a drive with dd
On Mar 2, 2017, at 7:04 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > On 03/02/2017 08:53 PM, Warren Young wrote: >> Why reinvent the wheel? > > This is Centos7-armv7. Not all the tools are there. btrfs and LVM2 appear to be built: https://armv7.dev.centos.org/repodir/c71611-pass-1/btrfs-progs/4.4.1-1.el7/armv7hl/
2009 Jun 15
1
Mounting multiple regular files as a filesystem
I''m trying to create a multi-device filesystem on top of regular files (not actual disks), and mount that to a loopback device. For a filesystem created on a single file, it works fine, but for a filesystem across multiple files, it doesn''t. dd if=/dev/zero of=img1 bs=4096 count=65536 dd if=/dev/zero of=img2 bs=4096 count=65536 dd if=/dev/zero of=img3 bs=4096 count=65536 dd
2008 Jun 05
2
Y values below the X plot
Dear List, I am creating a plot and I want to insert the tabular data below the X axis. I mean for every value of X I want to show the value in Y as a table below the plot. I think the attached image gives an idea of what I mean by this. Below is the code i am using now... but as you see the Y values don't have the right location. Maybe I should insert them as a table? Any ideas on that.
2005 Aug 09
3
file
hi im saleh please help me I WANT SOURSE CODE SIMILAR THIS CODE package asl; import java.awt.*; import java.awt.event.* ; import java.applet.*; public class animat1 extends Applet implements Runnable{ int c = 290, d = 300; int x = 20, k = 20, o = 0, m = 10, n = 0, y = 0; Thread t = new Thread(this); Image img1, img2, img3; // AudioClip a1; public void init() {
2013 Apr 19
1
How to read a direct access file by connecting fortran with R ?
Hello all, I would like to read the specific line number row of a direct access file (which is stored as a n_row*n_col matrix of elements kind=p) without reading all the preceding lines (i.e 1,2,..,row-1). Is there a function in R that can perform this task? To solve my issue, I tried without to call Fortran from R by doing the following steps: I) I wrote a subroutine in fortran called
2014 Apr 24
1
50% performance of custom R build compared to PPA R for a command
Hi, I have R installed from the Ubuntu PPA and a local build of R (more details below). I will refer to these as "R" and "R-devel", respectively. I've reproduced the following on Ubuntu 13.10 and 14.04. Below is an example (which requires the bootstrap package) that takes 10 seconds for me to run with R-devel and 5 seconds with R library(bootstrap) str(tooth) theta <-
2008 Aug 07
1
Mount a Xen disk image file
Hi Folks, I search for a way to mount the .img files virt-install creates for Xen VMs. Using fdisk -lu I found it contains to 2 partitions: > # fdisk -lu /var/lib/xen/images/BaseCentos.img > last_lba(): I don't know how to handle files with mode 81ed > Sie m?ssen angeben Zylinder. > Sie k?nnen dies im Zusatzfunktionsmen? tun. > > Platte /var/lib/xen/images/BaseCentos.img:
2016 Dec 29
0
isohybrid boot from logical partition
Hi, the description of wikipedia matches the behavior of fdisk. Statements by hpa several years ago indicate that the relative start LBA of logical partitions is indeed a troublemaker between GRUB and SYSLINUX. --------------------------------------------------------------------- I created by help of fdisk this layout Device Boot Start End Sectors Size Id Type ebr_fdisk.img1
2015 Mar 25
0
Re: [PATCH 1/2] New API: btrfs_filesystem_show
> -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@redhat.com] > Sent: Friday, March 06, 2015 4:43 PM > To: Chen, Hanxiao/陈 晗霄 > Cc: libguestfs@redhat.com > Subject: Re: [Libguestfs] [PATCH 1/2] New API: btrfs_filesystem_show > > On Fri, Mar 06, 2015 at 07:39:36AM +0000, Chen, Hanxiao wrote: > > > > > > > -----Original Message-----
2015 Jan 27
2
BioStatFLOSS
Hola. Por si es de vuestro interés, os informo de que hemos publicado la versión 2.0 de BioStatFLOSS. Es un entorno homogéneo de ejecución, bajo Windows, de una recopilación de programas (ver imagen2), ya preparados para su uso, de utilidad para la realización de estudios (bioestadísticos, epidemiológicos y de salud en general), investigación biomédica y/o formación bioestadística. NOTA: Aunque
2007 Apr 29
0
Going from Coda Files to R2WinBUGS
I'm currently using JAGS as my Bayesian program of choice due to working off of an older mac running OSX. I'd like to utilize some of the functions from R2WinBUGS, however. As such, I'm attempting to write something to go from coda output dumped by JAGS into the bugs object format - I've looked for functions that will convert from an mcmc object to a bugs object, but
2017 Mar 03
2
imaging a drive with dd
On 03/02/2017 08:53 PM, Warren Young wrote: > On Mar 2, 2017, at 6:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> I want to image the drive at various 'checkpoints' so I can go back and redo from a particular point? >> what dd params work? >> >> dd if=/dev/sdb of=os.img bs=1M count=3210 > That looks plausible. (I haven?t verified your count
2006 Sep 07
0
plot image matrix with row/col labels
I'm working with an historical image that may be (one of?) the first uses of gray-scale shading to show the pattern of values in a matrix/table, later used by Bertin in his 'reorderable matrix' and sometimes called a scalogram. The image is at http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/scalogram.jpg The rows refer to the arrondisements of Paris, the cols to various
2006 Dec 26
1
Colored Dendrogram
Hi all, I am a real novice to R. :) I am struggling with a problem for generating colored dendrogram. I have searched the R list and complied/collected a R code which can generated a colored dendrogram based on the rainbow color and 4x4 similarity matrix (say matrix:m). In this dendrogram, each leaf is colored differently. But, I do not want the leaf colored on a random basis. I want to assign
2016 Dec 30
3
isohybrid boot from logical partition
Thanks for all the input everyone. I can understand the problem more clearly now. Didier Spaier wrote: > Sorry if this is a silly question: why not use a GUID partition > table instead of using logical partitions? Not a silly question, I had the same idea and had tried it out but it didn't work (same error msg). Ady Ady wrote: > The typical (modern) "MBR" supports 4
2010 Nov 02
0
Paranormal Activity 2 (2010) DVDRip XvID DIAMOND
[Image: http://img25.imageshack.us/img25/6996/senzatitolo5q.png ] Paranormal Activity 2 (2010) DVDRip XvID DIAMOND | 1.2 GB Director: Tod Williams Writers: Oren Peli (characters), Michael R. Perry (screenplay) Genres: Horror Runtime: USA: 91 min After experiencing what they think are a series of "break-ins", a family sets up security cameras around their home, only to realize that
2007 Nov 05
0
Cut your mobile bill by Rs. 900 now!
<table width='600' height='530' border='0' align='center' cellpadding='4' cellspacing='0'> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp <tr> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<td align='left'
2010 Dec 08
2
Wine Problem Help Plizz
On the nose open as anything that gives me. [Image: http://img1.immage.de/081265b4a88.jpg ] [Image: http://img1.immage.de/0812b8821.jpg ] Help PLIZZ
2008 Oct 15
0
Timeout on reconnection?
I have Red Hat Linux RHEL 4 with Samba version 3.0.10-1.4E that mounts a local Windows 2003 Server disc with the following command: /sbin/mount.cifs //img1/docs /var/www/documents -o dir_mode=0777,file_mode=0444, gid=100,uid=501,username={xxxxxxx},password={pppppp} The mount succeeds and the mount appears on the output of 'df' and the documents are accessible and life is as grand