xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* boot message "xen:manage: Unable to read sysrq code in control/sysrq" ?
@ 2017-05-28 19:55 PGNet Dev
  2017-05-29  7:39 ` Juergen Gross
  0 siblings, 1 reply; 2+ messages in thread
From: PGNet Dev @ 2017-05-28 19:55 UTC (permalink / raw)
  To: xen-devel

Working with Xen 4.9.0 host on kernel 4.11.3

	dmesg | egrep -i "linux version|xen version"
		[    0.000000] Linux version 4.11.3-2.g7262353-default (geeko@buildhost) (gcc version 7.1.1 20170517 [gcc-7-branch revision 248152] (SUSE Linux) ) #1 SMP PREEMPT Thu May 25 17:55:04 UTC 2017 (7262353)
		[    0.000000] Xen version: 4.9.0_07-503 (preserve-AD)

I currently see in host boot

	dmesg | grep sysrq
		[   20.905146] xen:manage: Unable to read sysrq code in control/sysrq

That seems to originate at

	https://lkml.org/lkml/2016/11/8/134
		...
	+	if (xenbus_scanf(xbt, "control", "sysrq", "%c", &sysrq_key) < 0) {
			pr_err("Unable to read sysrq code in control/sysrq\n");
			xenbus_transaction_end(xbt, 1);
			return;
		...

Is this a config issue -- wrong or missing -- on my end?  Or a problem that needs some more diagnostic info here?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: boot message "xen:manage: Unable to read sysrq code in control/sysrq" ?
  2017-05-28 19:55 boot message "xen:manage: Unable to read sysrq code in control/sysrq" ? PGNet Dev
@ 2017-05-29  7:39 ` Juergen Gross
  0 siblings, 0 replies; 2+ messages in thread
From: Juergen Gross @ 2017-05-29  7:39 UTC (permalink / raw)
  To: pgnet.dev, xen-devel

On 28/05/17 21:55, PGNet Dev wrote:
> Working with Xen 4.9.0 host on kernel 4.11.3
> 
> 	dmesg | egrep -i "linux version|xen version"
> 		[    0.000000] Linux version 4.11.3-2.g7262353-default (geeko@buildhost) (gcc version 7.1.1 20170517 [gcc-7-branch revision 248152] (SUSE Linux) ) #1 SMP PREEMPT Thu May 25 17:55:04 UTC 2017 (7262353)
> 		[    0.000000] Xen version: 4.9.0_07-503 (preserve-AD)
> 
> I currently see in host boot
> 
> 	dmesg | grep sysrq
> 		[   20.905146] xen:manage: Unable to read sysrq code in control/sysrq
> 
> That seems to originate at
> 
> 	https://lkml.org/lkml/2016/11/8/134
> 		...
> 	+	if (xenbus_scanf(xbt, "control", "sysrq", "%c", &sysrq_key) < 0) {
> 			pr_err("Unable to read sysrq code in control/sysrq\n");
> 			xenbus_transaction_end(xbt, 1);
> 			return;
> 		...
> 
> Is this a config issue -- wrong or missing -- on my end?  Or a problem that needs some more diagnostic info here?

Its just a message which shouldn't be printed at all, as this is no
error. I'll send a patch.

Thanks for the notice!


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-05-29  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-28 19:55 boot message "xen:manage: Unable to read sysrq code in control/sysrq" ? PGNet Dev
2017-05-29  7:39 ` Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).