All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Fix mistype error in xen-watchdog systemd service
@ 2017-03-23 14:44 Iurii Mykhalskyi
  2017-04-28 11:11 ` Iurii Mykhalskyi
  0 siblings, 1 reply; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-03-23 14:44 UTC (permalink / raw)
  To: meta-virtualization

Due to error in naming this service will not be autoenabled in
systems with systemd init manager

Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 0084274..a28d474 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
 
 # systemd packages
 SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
-SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
+SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
 SYSTEMD_SERVICE_${PN}-xencommons = " \
     proc-xen.mount \
     var-lib-xenstored.mount \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen: Fix mistype error in xen-watchdog systemd service
  2017-03-23 14:44 [PATCH] xen: Fix mistype error in xen-watchdog systemd service Iurii Mykhalskyi
@ 2017-04-28 11:11 ` Iurii Mykhalskyi
  2017-04-28 13:43   ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-04-28 11:11 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield, mark.asselstine

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

Hello guys,

any updates regarding this patch?

On Thu, Mar 23, 2017 at 4:44 PM, Iurii Mykhalskyi <
iurii.mykhalskyi@globallogic.com> wrote:

> Due to error in naming this service will not be autoenabled in
> systems with systemd init manager
>
> Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index 0084274..a28d474 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
>
>  # systemd packages
>  SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
> -SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
> +SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
>  SYSTEMD_SERVICE_${PN}-xencommons = " \
>      proc-xen.mount \
>      var-lib-xenstored.mount \
> --
> 2.7.4
>
>


-- 

Iurii Mykhalskyi | Lead Software Engineer
GlobalLogic
P +38.044.492.9695x3664  M +38.096.311.5467  S mad-nemoi
www.globallogic.com
<http://www.globallogic.com/>
http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #2: Type: text/html, Size: 4138 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen: Fix mistype error in xen-watchdog systemd service
  2017-04-28 11:11 ` Iurii Mykhalskyi
@ 2017-04-28 13:43   ` Bruce Ashfield
  2017-04-28 16:43     ` Iurii Mykhalskyi
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2017-04-28 13:43 UTC (permalink / raw)
  To: Iurii Mykhalskyi, meta-virtualization, mark.asselstine

On 04/28/2017 07:11 AM, Iurii Mykhalskyi wrote:
> Hello guys,
>
> any updates regarding this patch?
>

I have no record of the patch, or this follow up ever making it to
my meta-virt gmail filter .. so it looks like it was grabbed by
spam or has otherwise, gone missing.

This email is in my spam folder on gmail with:

------
It has a from address in globallogic.com but has failed 
globallogic.com's required tests for authentication.
------

Can you send the patch again and make sure to cc' me explicitly ?

Bruce


> On Thu, Mar 23, 2017 at 4:44 PM, Iurii Mykhalskyi
> <iurii.mykhalskyi@globallogic.com
> <mailto:iurii.mykhalskyi@globallogic.com>> wrote:
>
>     Due to error in naming this service will not be autoenabled in
>     systems with systemd init manager
>
>     Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com
>     <mailto:iurii.mykhalskyi@globallogic.com>>
>     ---
>      recipes-extended/xen/xen.inc | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
>     index 0084274..a28d474 100644
>     --- a/recipes-extended/xen/xen.inc
>     +++ b/recipes-extended/xen/xen.inc
>     @@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
>
>      # systemd packages
>      SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons
>     ${PN}-xendomains"
>     -SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
>     +SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
>      SYSTEMD_SERVICE_${PN}-xencommons = " \
>          proc-xen.mount \
>          var-lib-xenstored.mount \
>     --
>     2.7.4
>
>
>
>
> --
>
> Iurii Mykhalskyi | Lead Software Engineer
> GlobalLogic
> P +38.044.492.9695x3664 <tel:%2B38.044.492.9695x3664>  M
> +38.096.311.5467  S mad-nemoi
> www.globallogic.com <http://www.globallogic.com/>
> <http://www.globallogic.com/>
> http://www.globallogic.com/email_disclaimer.txt



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen: Fix mistype error in xen-watchdog systemd service
  2017-04-28 13:43   ` Bruce Ashfield
@ 2017-04-28 16:43     ` Iurii Mykhalskyi
  0 siblings, 0 replies; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-04-28 16:43 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization, mark.asselstine

[-- Attachment #1: Type: text/plain, Size: 2480 bytes --]

Hi!

Thanks for replay.

Patch have been sent.

Iurii

On Fri, Apr 28, 2017 at 4:43 PM, Bruce Ashfield <
bruce.ashfield@windriver.com> wrote:

> On 04/28/2017 07:11 AM, Iurii Mykhalskyi wrote:
>
>> Hello guys,
>>
>> any updates regarding this patch?
>>
>>
> I have no record of the patch, or this follow up ever making it to
> my meta-virt gmail filter .. so it looks like it was grabbed by
> spam or has otherwise, gone missing.
>
> This email is in my spam folder on gmail with:
>
> ------
> It has a from address in globallogic.com but has failed globallogic.com's
> required tests for authentication.
> ------
>
> Can you send the patch again and make sure to cc' me explicitly ?
>
> Bruce
>
>
> On Thu, Mar 23, 2017 at 4:44 PM, Iurii Mykhalskyi
>> <iurii.mykhalskyi@globallogic.com
>> <mailto:iurii.mykhalskyi@globallogic.com>> wrote:
>>
>>     Due to error in naming this service will not be autoenabled in
>>     systems with systemd init manager
>>
>>     Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com
>>     <mailto:iurii.mykhalskyi@globallogic.com>>
>>     ---
>>      recipes-extended/xen/xen.inc | 2 +-
>>      1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>     diff --git a/recipes-extended/xen/xen.inc
>> b/recipes-extended/xen/xen.inc
>>     index 0084274..a28d474 100644
>>     --- a/recipes-extended/xen/xen.inc
>>     +++ b/recipes-extended/xen/xen.inc
>>     @@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
>>
>>      # systemd packages
>>      SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons
>>     ${PN}-xendomains"
>>     -SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
>>     +SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
>>      SYSTEMD_SERVICE_${PN}-xencommons = " \
>>          proc-xen.mount \
>>          var-lib-xenstored.mount \
>>     --
>>     2.7.4
>>
>>
>>
>>
>> --
>>
>> Iurii Mykhalskyi | Lead Software Engineer
>> GlobalLogic
>> P +38.044.492.9695x3664 <tel:%2B38.044.492.9695x3664>  M
>> +38.096.311.5467  S mad-nemoi
>> www.globallogic.com <http://www.globallogic.com/>
>> <http://www.globallogic.com/>
>> http://www.globallogic.com/email_disclaimer.txt
>>
>
>


-- 

Iurii Mykhalskyi | Lead Software Engineer
GlobalLogic
P +38.044.492.9695x3664  M +38.096.311.5467  S mad-nemoi
www.globallogic.com
<http://www.globallogic.com/>
http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #2: Type: text/html, Size: 6675 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] xen: Fix mistype error in xen-watchdog systemd service
  2017-04-28 15:43 Iurii Mykhalskyi
@ 2017-05-01  3:20 ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2017-05-01  3:20 UTC (permalink / raw)
  To: Iurii Mykhalskyi, meta-virtualization; +Cc: mark.asselstine

On 2017-04-28 11:43 AM, Iurii Mykhalskyi wrote:
> Due to error in naming this service will not be autoenabled in
> systems with systemd init manager
>

merged.

Bruce

> Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index 0084274..a28d474 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
>
>  # systemd packages
>  SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
> -SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
> +SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
>  SYSTEMD_SERVICE_${PN}-xencommons = " \
>      proc-xen.mount \
>      var-lib-xenstored.mount \
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] xen: Fix mistype error in xen-watchdog systemd service
@ 2017-04-28 15:43 Iurii Mykhalskyi
  2017-05-01  3:20 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-04-28 15:43 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield, mark.asselstine

Due to error in naming this service will not be autoenabled in
systems with systemd init manager

Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
---
 recipes-extended/xen/xen.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 0084274..a28d474 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
 
 # systemd packages
 SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
-SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
+SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
 SYSTEMD_SERVICE_${PN}-xencommons = " \
     proc-xen.mount \
     var-lib-xenstored.mount \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-01  3:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 14:44 [PATCH] xen: Fix mistype error in xen-watchdog systemd service Iurii Mykhalskyi
2017-04-28 11:11 ` Iurii Mykhalskyi
2017-04-28 13:43   ` Bruce Ashfield
2017-04-28 16:43     ` Iurii Mykhalskyi
2017-04-28 15:43 Iurii Mykhalskyi
2017-05-01  3:20 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.