Displaying 20 results from an estimated 468 matches for "59am".
Did you mean:
29am
2005 Sep 09
2
Question about plotting discontinuous data
...one column (X-axis) for
time (formatted thus: 8:30:01am = 830.1, 12:30:05pm = 1230.5,
and one column (Y-axis) for values.
When I attempt to plot the data using something like
plot(inputdata[,1],inputdata[,2],type="l");
I get breaks in the plot (since the time essentially jumps
from 8:59:59am = 859.59 to 9:00:00am = 900.0).
Essentially, I get the plot shape I want if I just plot the
'values' column using plot(inputdata[,2],type="l");
however, then I don't get the corresponding 'time' labels. Is
there a way I can plot these two columns together without the...
2017 May 04
5
OpenSSH contract development / patch
On Thu, May 04, 2017 at 09:37:59AM +1000, Adam Eijdenberg wrote:
> Hi Devin, have you looked at using openssh certificates to help manage
[...]
> While the feature has been around for a while now (and is really
> useful), there doesn't seem to be huge amount of documentation around
> it. I found the following useful...
2020 Jun 29
2
SSL-Question
And what should I do now? What suggestion?
An IP-based certificate cannot be created or registered.
V V ned., 28. jun. 2020 ob 20:05 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Sun, Jun 28, 2020 at 08:03:59AM +0200, Ervin Bizjak wrote:
> > I not use domain for my icecast, but only localhost
> http://localhost:8000
> > and https://localhost:8443. and http(s)://ip:port This certificate is
> for
> > may domain, which buy, but don't use it. It's only parked for my web
> go...
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon
2017 Nov 28
2
[PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
On Mon, Nov 27, 2017 at 08:52:19PM +0000, Sudip Mukherjee wrote:
> On Mon, Nov 27, 2017 at 11:27:59AM +0100, Daniel Vetter wrote:
> > On Fri, Nov 24, 2017 at 06:53:31PM +0100, Micha? Miros?aw wrote:
> > > Almost all drivers using remove_conflicting_framebuffers() wrap it with
> > > the same code. Extract common part from PCI drivers into separate
> > > remove_confli...
2017 Nov 28
2
[PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
On Mon, Nov 27, 2017 at 08:52:19PM +0000, Sudip Mukherjee wrote:
> On Mon, Nov 27, 2017 at 11:27:59AM +0100, Daniel Vetter wrote:
> > On Fri, Nov 24, 2017 at 06:53:31PM +0100, Micha? Miros?aw wrote:
> > > Almost all drivers using remove_conflicting_framebuffers() wrap it with
> > > the same code. Extract common part from PCI drivers into separate
> > > remove_confli...
2013 Jun 13
2
[PATCH] virtio-spec: add field for scsi command size
On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote:
> On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote:
> > "Michael S. Tsirkin" <mst at redhat.com> writes:
> > > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote:
> > >> Il 14/03/2013 12:10, Micha...
2013 Jun 13
2
[PATCH] virtio-spec: add field for scsi command size
On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote:
> On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote:
> > "Michael S. Tsirkin" <mst at redhat.com> writes:
> > > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote:
> > >> Il 14/03/2013 12:10, Micha...
2016 Jan 29
3
[Xen-devel] [PATCH v5 09/10] vring: Use the DMA API on Xen
On 29/01/16 02:31, Andy Lutomirski wrote:
> Signed-off-by: Andy Lutomirski <luto at kernel.org>
> ---
> drivers/virtio/virtio_ring.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c
> index c169c6444637..305c05cc249a 100644
> --- a/drivers/virtio/virtio_ring.c
> +++
2016 Jan 29
3
[Xen-devel] [PATCH v5 09/10] vring: Use the DMA API on Xen
On 29/01/16 02:31, Andy Lutomirski wrote:
> Signed-off-by: Andy Lutomirski <luto at kernel.org>
> ---
> drivers/virtio/virtio_ring.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c
> index c169c6444637..305c05cc249a 100644
> --- a/drivers/virtio/virtio_ring.c
> +++
2017 Nov 28
3
[PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
On Tue, Nov 28, 2017 at 12:32:38PM +0100, Greg KH wrote:
> On Tue, Nov 28, 2017 at 11:22:17AM +0100, Daniel Vetter wrote:
> > On Mon, Nov 27, 2017 at 08:52:19PM +0000, Sudip Mukherjee wrote:
> > > On Mon, Nov 27, 2017 at 11:27:59AM +0100, Daniel Vetter wrote:
> > > > On Fri, Nov 24, 2017 at 06:53:31PM +0100, Micha? Miros?aw wrote:
> > > > > Almost all drivers using remove_conflicting_framebuffers() wrap it with
> > > > > the same code. Extract common part from PCI drivers into separat...
2017 Nov 28
3
[PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()
On Tue, Nov 28, 2017 at 12:32:38PM +0100, Greg KH wrote:
> On Tue, Nov 28, 2017 at 11:22:17AM +0100, Daniel Vetter wrote:
> > On Mon, Nov 27, 2017 at 08:52:19PM +0000, Sudip Mukherjee wrote:
> > > On Mon, Nov 27, 2017 at 11:27:59AM +0100, Daniel Vetter wrote:
> > > > On Fri, Nov 24, 2017 at 06:53:31PM +0100, Micha? Miros?aw wrote:
> > > > > Almost all drivers using remove_conflicting_framebuffers() wrap it with
> > > > > the same code. Extract common part from PCI drivers into separat...
2016 Jan 31
2
[Xen-devel] [PATCH v5 09/10] vring: Use the DMA API on Xen
On Sun, Jan 31, 2016 at 12:09 PM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Fri, Jan 29, 2016 at 10:34:59AM +0000, David Vrabel wrote:
>> On 29/01/16 02:31, Andy Lutomirski wrote:
>> > Signed-off-by: Andy Lutomirski <luto at kernel.org>
>> > ---
>> > drivers/virtio/virtio_ring.c | 12 ++++++++++++
>> > 1 file changed, 12 insertions(+)
>> >
>>...
2016 Jan 31
2
[Xen-devel] [PATCH v5 09/10] vring: Use the DMA API on Xen
On Sun, Jan 31, 2016 at 12:09 PM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Fri, Jan 29, 2016 at 10:34:59AM +0000, David Vrabel wrote:
>> On 29/01/16 02:31, Andy Lutomirski wrote:
>> > Signed-off-by: Andy Lutomirski <luto at kernel.org>
>> > ---
>> > drivers/virtio/virtio_ring.c | 12 ++++++++++++
>> > 1 file changed, 12 insertions(+)
>> >
>>...
2009 Dec 03
5
TAPE on guest
Hello,
I have a server with a tape. Of course my dom0 see it but I don''t want
to manage backups from dom0 and want to do it with a guest. In that case
I need to show the tape to the guest. I don''t know how to do it. Is
there more than one way?
Thanks for your help,
nm
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2012 Jul 10
6
[PATCH RFC] Btrfs: improve multi-thread buffer read
While testing with my buffer read fio jobs[1], I find that btrfs does not
perform well enough.
Here is a scenario in fio jobs:
We have 4 threads, "t1 t2 t3 t4", starting to buffer read a same file,
and all of them will race on add_to_page_cache_lru(), and if one thread
successfully puts its page into the page cache, it takes the responsibility
to read the page''s data.
And
2010 Feb 12
1
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
On Fri, Feb 12, 2010 at 11:42:59AM -0800, Chris Lattner wrote:
>
> On Feb 12, 2010, at 11:22 AM, Peter Collingbourne wrote:
>
> > Some doxygen annotations are attached to the wrong entry, which can be
> > misleading. This patch fixes the mistake everywhere I could find it.
>
> Nice, please send this pa...
2013 Feb 10
3
[LLVMdev] -polly-codegen-isl
Tobi,
What is the situation with -polly-codegen-isl in polly svn? Should we be testing
polly without cloog as the default configuration or will cloog use not be deprecated
in 3.3?
Jack
2013 Feb 10
0
[LLVMdev] -polly-codegen-isl
On Sun, Feb 10, 2013 at 09:23:59AM -0500, Jack Howarth wrote:
> Tobi,
> What is the situation with -polly-codegen-isl in polly svn? Should we be testing
> polly without cloog as the default configuration or will cloog use not be deprecated
> in 3.3?
> Jack
Tobi,
Is it even possible to build polly without...
2017 Sep 21
2
Call for testing: OpenSSH 7.6
So far on FreeBSD 11.1
reject openssl 1.1.0
make with Openssl 1.0.2 l no issues
Attempt to test in openssl 1.0.2m -dev -fips
chokes on tests.
--
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheism
Talk