Displaying 14 results from an estimated 14 matches for "gho".
Did you mean:
gbo
2004 Nov 11
2
rsync is concatenating the files together
...6.3. I am trying to
rsync a directory containing some 2gb files from a Solaris 9 NFS server to
a Solaris 10b69 NFS client. Rsync is running on the Solaris 10 client.
Here is the source directory as seen from the client:
Source directory:
-rwxr--r-- 1 root priv 1270666114 Jan 3 2004 FLY.GHO*
-rwxr--r-- 1 root priv 1595131867 Nov 11 2003 LB.GHO*
-rwxr--r-- 1 root priv 263738235 Jan 3 2004 PHANT001.GHS*
-rwxr--r-- 1 root priv 2147482739 Jan 3 2004 PHANTXP.GHO*
-rwxrw-r-- 1 root priv 1489966355 Dec 24 2003 ROVER.GHO*
-rwxr--r-- 1 root priv 2147482...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...q ''sr'';
fail("guest unexpectedly shutdown; state is ''$st''")
if $st =~ m/^s/ || $st eq '''';
+ return "guest state is \"$st\"";
+ });
+}
+
+sub guest_await_shutdown ($$$) {
+ my ($ho,$gho, $timeout) = @_;
+ poll_loop($timeout, 30, "await shutdown request from $gho->{Guest}", sub {
+ my $st= guest_get_state($ho,$gho);
+ return undef if $st eq ''s'';
+ fail("guest unexpectedly shutdown; state is ''$st''")
+...
2004 Nov 02
2
Wierd 8.3 Name Mangling
...ed Samba 3.0.7 (stock Debian package), but I'm having some
wierd problems with name mangling. The relevant lines in smb.conf are:
preserve case = yes
short preserve case = yes
mangled names = yes
mangle prefix = 5
mangling method = hash2
In a share, I did "touch test-file.GHO" to create a long filename. When
I do a "dir" under DOS, however, it shows:
TVTSSK~S GHO 0 11-02-04 3:07p test-file.GHO
I can't see how samba came up with this mangled name. I tried changing
the mangle prefix and/or mangle method but it made no difference. I...
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series
This series implements a basic test job for OVMF guest. The test case will
install an OVMF guest and try to boot it.
It is also possible to derive a debian HVM installation test case from
ts-ovmf-debian-install - the only difference should be the BIOS option. I
tested running the test script without specifying BIOS, it worked fine. I just
didn''t figure out a
2013 Nov 30
7
[xen-unstable test] 22184: regressions - trouble: broken/fail/pass
flight 22184 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/22184/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail REGR. vs. 22106
test-amd64-i386-xl-win7-amd64 9 guest-localmigrate fail REGR. vs. 22106
Regressions which are regarded as
2005 Oct 07
1
tftp pxe and dos
...kernel unattended/memdisk
append initrd=unattended/winstall.imz
That all works great, However, for each image, I have to have a separate imz
file. Is it possible to do something like:
label winstall
kernel unattended/memdisk
append initrd=unattended/winstall.imz /dell/2850/base.gho
And then retrieve the /dell/2850/base.gho at a later time as a DOS
environmental variable.
The last part of this is that in some cases, I do not have DHCP. So I was
wondering if there is a way to manually do the equivalent from a DOS prompt,
basically, a DOS TFTP client. I have googled for days...
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
Hi
I am trying to rsync some ghost images from a windows client running Windows
XP to my Linux server. The problem is that rsync sends the complete files
again even if nothing changed on the client side. The only way to avoid this
is to use the "-c"-option but this takes nearly as long as uploading the
files would.
The...
2009 Mar 12
3
Symantec Ghost Explorer 11
Hi guys
I was wondering if anyone can help me with the issues I'm having with
ghost explorer 11? I need this to run on my Fedora 10 box. I have faith that wine can do it!
Anyway, I have wine on the default settings and run :
# wine Ghostexp.exe
The ghost explorer window opens great but I do have the following in the shell
fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhan...
2013 Jan 09
21
question
Hello,
Is "Dos installer from Win98" REMOVED from
Syslinux-5.00/syslinux-5.01-pre1?
Prof S W Damle
2004 Jan 29
2
Samba & Ghost BackUp Problem
Have two XP laptops that I am trying to get to back up to a Samba share
with Norton Ghost 2003. My laptop is "gtwylptp" and my son's, a Dell
8600 with a broadcom 440x NIC, is "stu07-53".
I am the user and group backing up both machines. "gtwylptp" backs up
without a problem however "stu07-53" hangs as apparently the Lock file
has "...
2008 Feb 27
0
Samba 3.0.26a: "Attempt to create file with volid set - please report this"
Hi everyone;
I noticed today while watching my syslog, a few entries like this:
Nov 8 15:17:08 [machine] smbd[26137]: Attempt to create file (FILE.GHO) with volid set - please report this
Nov 8 15:28:08 [machine] smbd[26137]: Attempt to create file (FILE0001.GHS) with volid set - please report this
Nov 8 15:41:46 [machine] smbd[26137]: Attempt to create file (FILE0002.GHS) with volid set - please report this
So, I'm reporting it. :)
I...
2004 Jul 06
3
Disabling MEMDISK
I have added instructions to memdisk.doc for how to disable MEMDISK.
However, it's unlikely that this will work if you're running under DOS,
since DOS will be very unhappy about drives changing underneath it.
Anyway, until the next (pre)release comes out, here are the instructions:
--- memdisk.doc 27 Apr 2004 06:49:36 -0000 1.10
+++ memdisk.doc 6 Jul 2004 01:29:03 -0000
@@ -122,5
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for
serial access. Our installation exports the logs via http allowing us to
grab them with wget.
Sending debug keys with is handled separately via xenuse. xenuse
ultimately speaks to the conserver too but it abstracts away the IP and
port to use so this is preferred.
With these changes the correct Serial hostprop for a
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