Displaying 19 results from an estimated 19 matches for "d00".
Did you mean:
00
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2009 May 26
1
Bug in "$<-.data.frame" yields corrupt data frame (PR#13724)
...weird data frames (these from the
?data.frame help page)
> L3 <- LETTERS[1:3]
> (d <- data.frame(cbind(x=1, y=1:10), fac=sample(L3, 10,
replace=TRUE)))
> (d0 <- d[, FALSE]) # NULL data frame with 10 rows
> (d.0 <- d[FALSE, ]) # <0 rows> data frame (3 cols)
> (d00 <- d0[FALSE,]) # NULL data frame with 0 rows
> d0$NewCol <- foo[foo[, 1] == 4, 4]
Error in `$<-.data.frame`(`*tmp*`, "NewCol", value = integer(0)) :
replacement has 0 rows, data has 10
### Catches this problem above alright.
> d.0$NewCol <- foo[foo[, 1] == 4, 4]...
2019 Sep 18
2
'==' operator: inconsistency in data.frame(...) == NULL
...trix is not the same as a 0 x 1 matrix etc, and
similar for data frames.
Here's an extended "testing" script which takes into account
some of the above :
##-----------------------------------------------------------
d0 <- data.frame(a = numeric(0)) # zero length data.frame
d00 <- unname(d0) # zero length data.frame __without names__
d3 <- data.frame(a=1:3) # non-empty data.frame
d30. <- d3[,FALSE] # 3 x 0 -- take into account, too !
d30 <- unname(d30.)
m01. <- matrix(,0,1, dimnames=list(NULL,"a")) # 0 x 1 matrix with dimnames
m01 <- unname...
2019 Sep 11
2
'==' operator: inconsistency in data.frame(...) == NULL
Sorry, I can't reproduce the example below even on the same machine.
However, the following example produces the same error as NULL values in
prior examples:
> setClass("FOOCLASS",
+????????? representation("list")
+ )
> ma = new("FOOCLASS", list(M=matrix(rnorm(300), 30,10)))
> isS4(ma)
[1] TRUE
> data.frame(a=1:3) == ma
Error in
2007 Aug 07
5
Extending RAIDZ.
...ty block
N<x> - new parity block
U - unused
* - if offset in I/O request is less that this marker we use four
disks only, if greater - we use five disks
After adding ''NewDisk'' to RAIDZ vdev, we have something like this:
Disk0 Disk1 Disk2 Disk3 NewDisk
<<P00 D00 D01 D02 U
P01 D03 D04 D05 U
P02 D06>> <<P03 D07>> U
<<P04 D08>> <<P05 D09 U
P06 D10 D11 D12>> U
<<P07 D13 D14 D15>> U
Then we start moving data, but we need to beging from the start:
Disk0...
2010 Sep 16
0
Free space issue
...c7a8710fe8cb)
depends: ocfs2_nodemanager,ocfs2_dlm,jbd,debugfs
vermagic: 2.6.9-89.0.26.ELsmp SMP gcc-3.4
#
When I run df -h to show available disk space It shows as follows
# df -h cfs
Filesystem Size Used Avail Use% Mounted on
/dev/emcpowera1 67G 42G 26G 62% /d00/cfs
But actual usage is much less :-
# du -sh /d00/cfs
18G cfs
I have the output of stat_sysdir.sh if needed, but it is over 11,000
lines long.
I think this might be to do with inodes or something not being freed up
- but am not 100% sure?
Given I am stuck on Red Hat 4 until next year, I c...
2010 Sep 23
0
Available free space is wrong
When I run df -h to show available disk space It shows as follows
?
# df -h .
Filesystem??????????? Size? Used Avail Use% Mounted on
/dev/emcpowera1??????? 67G?? 42G?? 26G? 62% /d00/cfs
?
But actual usage is much less :-
?
# du -sh /d00/cfs
18G???? cfs
?
I have the output of stat_sysdir.sh if needed, but it is very long.
?
I think this might be to do with inodes or something not being freed up - but am not 100% sure?
?
I am running OCFS2 1.2.9 on RHEL 4 Kernel 2.6.9-89
?
# mod...
2013 May 10
2
[Bug 9877] New: target file deleted in error
...ync, I discovered that a file - libdeb.so - that exists in the
source tree had been deleted in the target tree. The specific command was....
rsync -aivc \
--delete \
--log-file=/home/oracle/logs/refresh_thrd_apps.log \
/mnt/oradb10-bkp20/oracle/src_r12_apps_prd/ \
/d00/oracle/THRD/apps/
/mnt/oradb10-bkp20 is an NFS file system mounted ReadOnly and /d00 is a local
file system.
I have verified that libdeb.so exists in the source tree and I have no evidence
that it was every deleted. (The source tree was created using rsync.)
After discovering that libdeb.so wa...
2008 Mar 19
7
ls() and classes
Dear R People:
I want to get the class of all of the objects in my directory.
I was trying:
do.call(class,list=ls())
but got an "unused argument error".
I'm sure it's simple, but I'm just not seeing it.
Any help would be much appreciated.
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston -
2005 Feb 13
6
Who makes these phones?
Message: 1
Date: Mon, 14 Feb 2005 09:53:36 +1100
From: "PHP Mechanic" <oliver.bode@phpmechanic.com>
Subject: [Asterisk-Users] Who makes these phones?
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users@lists.digium.com>
Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver>
Content-Type: text/plain; format=flowed;
2020 May 22
3
Voidlinux integration
Hi there,
I despise complexity and Grub has been giving me headaches on Voidlinux..
https://www.reddit.com/r/voidlinux/comments/gk5h5c/everytime_i_update_void_i_need_to_manually/
I've switched to Syslinux, but I have the following queries.
??sda1 vfat FAT32 D91B-36F7 190.7M 61% /boot
??sda2 ext4 1.0 0dd25845-8fa5-41e9-b82c-c63c27cf5d18
1998 Jul 16
1
Printing Errors
I've been running RedHat 5.0 and Samba flawlessly for over 6 months now.
I had to reboot the server and now I can't seem to print. When I use
the "Printtool" to send a test text or postscript job to the printer,
I get the following error:
Unable to print to HP4000
Error Message: lpr: connect: no such file or directory
jobs queued, but cannot start daemon
The printer is set up
2009 Apr 06
5
Config to set CPU affinity and distribute interrupts
...fcnt=3 nr_pages=247296 xenheap_pages=5 dirty_cpus={0}
(XEN) handle=00000000-0000-0000-0000-000000000000 vm_assist=0000000d
(XEN) Rangesets belonging to domain 0:
(XEN) Interrupts { 0-255 }
(XEN) I/O Memory { 0-febff, fec01-fedff, fee01-ffffffff }
(XEN) I/O Ports { 0-1f, 22-3f, 44-60, 62-9f, a2-cfb, d00-ffff }
(XEN) Memory pages belonging to domain 0:
(XEN) DomPage list too long to display
(XEN) XenPage 00000bed: caf=80000002, taf=e8000002
(XEN) XenPage 00000bec: caf=80000001, taf=e8000001
(XEN) XenPage 00000beb: caf=80000001, taf=e8000001
(XEN) XenPage 00000bea: caf=80000001, taf=e8000001
(XEN) X...
2000 Aug 16
1
samba errormessages
.....
[CC0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[CD0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[CE0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[CF0] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[D00] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[D10] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[D20] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[D30] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........
........
[D40] 00...
2011 Nov 08
48
Need help with fixing the Xen waitqueue feature
The patch ''mem_event: use wait queue when ring is full'' I just sent out
makes use of the waitqueue feature. There are two issues I get with the
change applied:
I think I got the logic right, and in my testing vcpu->pause_count drops
to zero in p2m_mem_paging_resume(). But for some reason the vcpu does
not make progress after the first wakeup. In my debugging there is one
2003 Dec 01
0
No subject
...hristoph_schumacher@web.de>
Delivered-To: samba@lists.samba.org
Received: from mailout00.sul.t-online.de (mailout00.sul.t-online.com
[194.25.134.16]) by lists.samba.org (Postfix) with ESMTP id 7079A469A
for <samba@lists.samba.org>; Tue, 26 Jun 2001 08:03:42 -0700 (PDT)
Received: from fwd00.sul.t-online.de by mailout00.sul.t-online.de with
smtp id 15EuRN-0006U3-08; Tue, 26 Jun 2001 17:07:45 +0200
Received: from merlin.blue.net (520089361214-0001@[217.4.171.135]) by
fmrl00.sul.t-online.com with esmtp id 15EuRC-0V5ttAC; Tue, 26 Jun 2001
17:07:34 +0200
Received: from raist (raist...
2003 Dec 01
0
No subject
...ox.mot.com (MOT-pobox 2.0) with ESMTP id
HAA04456 for <samba@lists.samba.org>; Fri, 22 Jun 2001 07:56:16 -0700
(MST)]
Received: by zuk28exb01.ecid.cig.mot.com with Internet Mail Service
(5.5.2653.19) id <MM2Q4G42>; Fri, 22 Jun 2001 15:56:15 +0100
Message-ID: <09C1525B7197D3118A4D0008C7E6EEE001D19041@zuk28exm05.ecid.ci
g.mot.com>
From: "O'hara Damian-DAOHARA1" <DAOHARA1@motorola.com>
To: "'samba@lists.samba.org'" <samba@lists.samba.org>
Subject: Unwelcome file deletions
Date: Fri, 22 Jun 2001 15:56:15 +0100
MIME-Version: 1.0
X-M...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking