Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #50199

Bug#782761: linux-tools: Please include tools/hv daemons in a binary

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Hideki Yamane <henrich@debian.or.jp>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#782761: linux-tools: Please include tools/hv daemons in a binary
Date Wed, 15 Jul 2015 15:20:02 +0200
Message-ID <pMuLo-7Z-5@gated-at.bofh.it> (permalink)
References <pGfcl-63a-3@gated-at.bofh.it> <pGfcl-63a-5@gated-at.bofh.it> <pGfcl-63a-1@gated-at.bofh.it> <pGrnb-6G2-1@gated-at.bofh.it>
X-Original-To Bastian Blank <waldi@debian.org>
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
X-Spam-Score -4.799
Reply-To Hideki Yamane <henrich@debian.or.jp>, 782761@bugs.debian.org
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc Debian Kernel Team <debian-kernel@lists.debian.org>
X-Debian-Pr-Message followup 782761
X-Debian-Pr-Package src:linux-tools
X-Debian-Pr-Keywords pending patch
X-Debian-Pr-Source linux-tools
X-Spam-Bayes score:0.0000 Tokens: new, 47; hammy, 149; neutral, 167; spammy, 1. spammytokens:1.000-1--LIC hammytokens:0.000-+--H*UA:sk:x86_64-, 0.000-+--H*x:sk:x86_64-, 0.000-+--H*o:Debian, 0.000-+--wikidebianorg, 0.000-+--UD:wiki.debian.org
Organization Debian JP Project
X-Mailer Sylpheed 3.5.0beta1 (GTK+ 2.24.28; x86_64-pc-linux-gnu)
MIME-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1190918
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <http://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 86
Sender robomod@news.nic.it
X-Original-Cc 782761@bugs.debian.org
X-Original-Date Wed, 15 Jul 2015 22:10:24 +0900
X-Original-Message-ID <20150715221024.f665a69480eb77cb12c4be1e@debian.or.jp>
X-Original-References <20150616204400.93561f0e208a3b0440bcf67e@debian.or.jp> <558023DE.1090902@uni-mainz.de> <20150628161725.11a1c3c06d31ea9f48284dad@debian.or.jp> <20150628201716.GC711@mail.waldi.eu.org>
Xref aioe.org linux.debian.bugs.dist:664628 linux.debian.kernel:50199

Cross-posted to 2 groups.

Show key headers only | View raw


Hi,

On Sun, 28 Jun 2015 22:17:16 +0200
Bastian Blank <waldi@debian.org> wrote:
> I commited an adopted version to our svn repo.  Please test the changes
> and report back if it actually works.

 We've confirmed that Debian guest works well under Hyper-V host with this
 hyperv-daemons package thanks to Motonobu Takahashi <monyo@samba.org> for
 check :)

-----------------------------------------------------------------------------------
root@sid64-1:~# systemctl | grep hv
hv_fcopy_daemon.service
loaded active running   Hyper-V FCOPY daemon
hv_kvp_daemon.service
loaded active running   Hyper-V KVP daemon
hv_vss_demon.service
loaded active running   Hyper-V VSS daemon

/var/log/messeges
-----
Jul 12 22:17:04 sid64-1 Hyper-V VSS: VSS starting; pid is:449
Jul 12 22:17:04 sid64-1 HV_FCOPY: HV_FCOPY starting; pid is:448
Jul 12 22:17:04 sid64-1 KVP: KVP starting; pid is:447
Jul 12 22:17:04 sid64-1 KVP: KVP LIC Version: 3.1
-----

functions
* KVP <https://technet.microsoft.com/ja-jp/windowsserver/dn575471.aspx>

C:\>cscript kvptest.vbs
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

Guest KVP information for sid64-1

FullyQualifiedDomainName : sid64-1.localdomain
IntegrationServicesVersion : 3.1
NetworkAddressIPv4 : 192.168.20.130
NetworkAddressIPv6 : fe80::215:5dff:fe38:d309
OSBuildNumber : 4.0.0-2-amd64
OSDistributionData : 0
OSDistributionName : 0
OSKernelVersion : 262151
OSMajorVersion :
OSMinorVersion :
OSName : Debian GNU/Linux
OSPlatformId : 129
OSVersion : 4.0.0
ProcessorArchitecture : x86_64


* Copy-VMFile

exec below PowerShell script on Hyper-V host

Copy-VMFile -name sid64-1 -SourcePath .\test.txt -FileSource Host -DestinationPath /tmp

and test.txt was copied to /tmp on Debian guest

* VSS

 On Hyper-V host, run below command and checked log
 wbadmin start backup -hyperv:<VM> -backupTarget:<destination>
-----
Jul 14 23:32:26 sid64-1 Hyper-V VSS: VSS: op=FREEZE: succeeded
Jul 14 23:32:26 sid64-1 Hyper-V VSS: VSS: op=THAW: succeeded
-----

 But there's a problem that guest Debian host should be rebooted to work properly (don' know why yet).
 Anyway, please go a head, will check and fix problem later.

 Oh, and tiny typo in my patch... should be s/demon/daemon/g


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#782761: linux-tools: Please include tools/hv daemons in a binary Hideki Yamane <henrich@debian.or.jp> - 2015-07-15 15:20 +0200
  Bug#782761: linux-tools: Please include tools/hv daemons in a binary Ben Hutchings <ben@decadent.org.uk> - 2015-07-15 15:30 +0200
    Bug#782761: linux-tools: Please include tools/hv daemons in a binary Hideki Yamane <henrich@debian.or.jp> - 2015-07-15 16:00 +0200
      Bug#782761: linux-tools: Please include tools/hv daemons in a binary Ben Hutchings <ben@decadent.org.uk> - 2015-07-15 16:20 +0200
        Bug#782761: linux-tools: Please include tools/hv daemons in a binary Hideki Yamane <henrich@debian.or.jp> - 2015-07-19 04:20 +0200
          Bug#782761: linux-tools: Please include tools/hv daemons in a binary Christoph Martin <martin@uni-mainz.de> - 2015-08-17 15:40 +0200
            Bug#782761: linux-tools: Please include tools/hv daemons in a binary Bastian Blank <waldi@debian.org> - 2015-08-17 15:50 +0200
              Bug#782761: linux-tools: Please include tools/hv daemons in a binary Ben Hutchings <ben@decadent.org.uk> - 2015-08-17 19:00 +0200
              Bug#782761: linux-tools: Please include tools/hv daemons in a binary Christoph Martin <martin@uni-mainz.de> - 2015-08-17 19:00 +0200
                Bug#782761: linux-tools: Please include tools/hv daemons in a binary Hideki Yamane <henrich@iijmio-mail.jp> - 2015-08-17 19:40 +0200

csiph-web