Displaying 20 results from an estimated 60 matches for "retriggered".
Did you mean:
retrigger
2016 Oct 31
0
[Zorg] Simplify ClangBuilder
I have installed ninja and retriggered that build.
I will monitor the results to confirm it succeeds.
Regards,
Marco Leogrande
Sent by a carbon-based life form; hence, it may contain repetitions,
inaccuracies, logical fallacies and repetitions.
On Mon, Oct 31, 2016 at 3:17 PM, Renato Golin <renato.golin at linaro.org> wrote:...
2015 Oct 12
5
[Qemu-devel] [PATCH 2/2] kvm/x86: Hyper-V kvm exit
On 10/09/2015 07:39 AM, Denis V. Lunev wrote:
> From: Andrey Smetanin <asmetanin at virtuozzo.com>
>
> A new vcpu exit is introduced to notify the userspace of the
> changes in Hyper-V synic configuraion triggered by guest writing to the
s/configuraion/configuration/
Is 'synic' intended? Is it short for something (if so, spelling it out
may help)?
> +++
2016 Oct 31
2
[Zorg] Simplify ClangBuilder
On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> wrote:
> I applied it and reconfigured the master.
Thanks Galina!
Marco, the build is complaining about Ninja:
http://lab.llvm.org:8011/builders/clang-bpf-build/builds/414/steps/cmake%20stage%201/logs/stdio
CMake was unable to find a build program corresponding to "Ninja"
Now I remember we used ninja by
2015 Oct 12
5
[Qemu-devel] [PATCH 2/2] kvm/x86: Hyper-V kvm exit
On 10/09/2015 07:39 AM, Denis V. Lunev wrote:
> From: Andrey Smetanin <asmetanin at virtuozzo.com>
>
> A new vcpu exit is introduced to notify the userspace of the
> changes in Hyper-V synic configuraion triggered by guest writing to the
s/configuraion/configuration/
Is 'synic' intended? Is it short for something (if so, spelling it out
may help)?
> +++
2007 May 08
0
Bug#422819: kernel BUG at drivers/xen/core/evtchn.c
Package: xen-hypervisor-3.0.3-1-i386-pae
Version: 3.0.3-0-2
Hi!
the error suddenly appeared when rebooting one of the etch instances
using xm reboot <name> on our etch server
DEVIDE:~# DEVIDE kernel: ------------[ cut here ]------------
DEVIDE kernel: CPU: 3
DEVIDE:~# Message from syslogd@DEVIDE at Tue May 8 11:45:27 2007 ...
Message from syslogd@DEVIDE at Tue May 8 11:45:27 2007
2008 Feb 25
1
invalid opcode on Dom0
We have a (supposedly) quite standard setup: 2 Dom0 with drbd-on-lvm and a
bunch of DomU, on Quad Xeon Dell servers.
We tried with both sid-based and etch-based (+ 3.1 xen hypervisor and drbd 8
from backports.org ) Dom0, and quite consistently have "kernel: invalid
opcode: 0000 [1] SMP" errors which freezes Dom0 (during lasts tests a simple
start-and-stop loop of 10 DomU can trigger
2013 Oct 30
2
How should I reinstall CentOS?
> -----Original Message-----
> From: Les Mikesell [mailto:lesmikesell at gmail.com]
> Sent: Tuesday, October 29, 2013 5:25 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] How should I reinstall CentOS?
>
> On Tue, Oct 29, 2013 at 3:47 PM, Michael Hennebry
> <hennebry at web.cs.ndsu.nodak.edu> wrote:
> >
<SNIP>
>
> > I'm not willing to
2016 Aug 26
2
info wanted about meaning of boot messages ...
On Thu, August 25, 2016 23:21, ken wrote:
> On 08/25/2016 02:42 PM, Walter H. wrote:
>> On 25.08.2016 20:24, ken wrote:
>>> On 08/25/2016 12:08 PM, Walter H. wrote:
>>>> Hello,
>>>>
>>>> I've got CentOS 6.8 x64, updated today to the latest by 'yum update'
>>>> this installed a new kernel: 2.6.32-642.4.2.el6.x86_64
2016 May 04
2
c6, drbd and file systems
On 5/4/2016 12:41 AM, Patrick Begou wrote:
>
> Any messages in /var/log/boot.log ?
indeed, it appears it tries to mount local file systems BEFORE drbd is
started. because /data isn't mounted, backuppc can't start either.
so do I have to edit the chkconfig priorities in /etc/init.d and
recreate the rc3.d S** and K** scripts so drbd starts earlier? ugh.
# cat ore
2008 Mar 07
0
Bug#469811: xen-hypervisor-3.0.3-1-i386-pae: kernel BUG at drivers/xen/core/evtchn.c:481
Package: xen-hypervisor-3.0.3-1-i386-pae
Version: 3.0.3-0-4
Severity: critical
Justification: breaks the whole system
Hi!
the error suddenly appeared when creating a domU
using xm create <name> on our etch server
The server freezes and isn't accessible via console/ssh anymore.
The server is a Dell PowerEdge 2900 with 2 Quad-Core Xeon E5335 and 8Gb memory.
pc307005:~# xm create -c
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
...SG_THAW : PMSG_RESTORE);
if (err) {
printk(KERN_ERR "failed to start xen_suspend: %d\n", err);
@@ -148,7 +148,7 @@ out_resume:
} else
xs_suspend_cancel();
- dpm_resume_end(PMSG_RESUME);
+ dpm_resume_end(cancelled ? PMSG_THAW : PMSG_RESTORE);
/* Make sure timer events get retriggered on all CPUs */
clock_was_set();
diff --git a/drivers/xen/xenbus/xenbus_probe.c b/drivers/xen/xenbus/xenbus_probe.c
index 7397695..471ca48 100644
--- a/drivers/xen/xenbus/xenbus_probe.c
+++ b/drivers/xen/xenbus/xenbus_probe.c
@@ -645,7 +645,7 @@ EXPORT_SYMBOL_GPL(xenbus_dev_resume);
int xenbus_de...
2015 Oct 12
0
[Qemu-devel] [PATCH 2/2] kvm/x86: Hyper-V kvm exit
On 10/12/2015 04:42 PM, Eric Blake wrote:
> On 10/09/2015 07:39 AM, Denis V. Lunev wrote:
>> From: Andrey Smetanin <asmetanin at virtuozzo.com>
>>
>> A new vcpu exit is introduced to notify the userspace of the
>> changes in Hyper-V synic configuraion triggered by guest writing to the
> s/configuraion/configuration/
> Is 'synic' intended? Is it short
2010 Oct 18
0
fedora unable to boot
hi guys i have a problem running fedora 13 in the paravirtualized mode using
the xm create command
i created a machine in the paravirtualized mode and after mounting it I
created a tar file of its contents and then extracted the tar file into
another lvm and tried to boot the other machine using xm create command and
it got stuck on the following screen while booting i also put the line
2016 Jun 02
4
[cfe-dev] [lldb-dev] GitHub anyone?
On 6/2/2016 1:48 PM, via llvm-dev wrote:
> Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
>> Github has an automatic "squashed" mode for pull requests now, I
>> haven't tested in practice but it may help.
> IMHO squashed commits are a bad idea from a bisect perspective. One of
> the great benefits of git is the easy of creating small,
2016 Aug 26
0
info wanted about meaning of boot messages ...
On 08/26/2016 12:02 AM, Walter H. wrote:
> On Thu, August 25, 2016 23:21, ken wrote:
>> On 08/25/2016 02:42 PM, Walter H. wrote:
>>> On 25.08.2016 20:24, ken wrote:
>>>> On 08/25/2016 12:08 PM, Walter H. wrote:
>>>>> Hello,
>>>>>
>>>>> I've got CentOS 6.8 x64, updated today to the latest by 'yum update'
2013 May 30
9
[PATCH v2 0/2] Implement VFP context switch for arm32
Hello,
This is the second version of this patch series.
I only implement the VPF context switch support for arm32 and add dummy function
to avoid compilation on arm64.
I have switched the order of the patch because the old second one can be applied
alone and the patch are cleaner :).
For all the changes see each patch.
Cheers,
Julien Grall (2):
xen/arm: don''t enable VFP on XEN
2016 May 04
0
c6, drbd and file systems
On 4 May 2016 09:11, "John R Pierce" <pierce at hogranch.com> wrote:
>
> On 5/4/2016 12:41 AM, Patrick Begou wrote:
>>
>>
>> Any messages in /var/log/boot.log ?
>
>
> indeed, it appears it tries to mount local file systems BEFORE drbd is
started. because /data isn't mounted, backuppc can't start either.
>
> so do I have to edit the
2016 May 03
2
c6, drbd and file systems
On 5/3/2016 2:52 PM, Clint Dilks wrote:
> Are you using SE Linux? If so does the context for /dev/drbd0 match on
> both systems ?
afaik, this has nothing to do with the drbd slave. I reboot the
master, replication resumes just fine, but the /data filesystem doesn't
get automounted til I manually mount it.
--
john r pierce, recycling bits in santa cruz
2019 May 13
1
Update to user-manual.html#Configuration_notes
Charles, All, Arjen (if he is still kicking),
I have run CyberPower ups's with NUT for a number of years, and aside from
newer model voltage scaling, etc.., the usbhid driver installs have always
just worked.
I ended up with another CP UPS and installed 2.7.4-5 from the AUR package
for Arch. As soon as I plugged the UPS in, it was found instantly, so I
expected no problems with the
2015 Oct 09
0
[PATCH 2/2] kvm/x86: Hyper-V kvm exit
From: Andrey Smetanin <asmetanin at virtuozzo.com>
A new vcpu exit is introduced to notify the userspace of the
changes in Hyper-V synic configuraion triggered by guest writing to the
corresponding MSRs.
Signed-off-by: Andrey Smetanin <asmetanin at virtuozzo.com>
Reviewed-by: Roman Kagan <rkagan at virtiozzo.com>
Signed-off-by: Denis V. Lunev <den at openvz.org>
CC: