Displaying 20 results from an estimated 101 matches for "tomko".
Did you mean:
timko
2020 Mar 27
2
Re: Escape character
On a Friday in 2020, Erik Skultety wrote:
>On Fri, Mar 27, 2020 at 01:48:58PM +0000, Daniel P. Berrangé wrote:
>> On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
>> > On a Friday in 2020, john doe wrote:
>> > > Hi,
>> > >
>> > > I'm trying to understand how to use the escape character '^]' with the
>> > > below command:
>> > >
>> > > virt-install --name=try06...
2007 Dec 19
3
median of binned values
Dear list,
I have a vector (array, table row, whatever is best) of frequency values
for categories (or bins), and I need to find the median category.
Trivial to do by hand, but I was wondering if there is a means to do it
in R in an elegant way.
The obvious medioan(vector) returns the median frequency for the binns,
and that is not what I want. i.e,:
freq
cat1 1
cat2 10
2010 Nov 18
3
problems subsetting
Dear all,
I have searched the forums for an answer - and there is plenty of
questions along the same line - but none of the paproaches shown worked
to my problem:
I have a data frame that I get from a csv:
summarystats<-as.data.frame(read.csv(file=f_summary));
where I have the columns Dataset, Class, Type, Category,..
Problem1: I want to find a subset of this frame, based on values in
2020 Mar 27
3
Re: Escape character
On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote:
> On a Friday in 2020, john doe wrote:
> > Hi,
> >
> > I'm trying to understand how to use the escape character '^]' with the
> > below command:
> >
> > virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
> > --con...
2014 Jan 16
1
Re: vnc port/listen address ignored when setting machine?
On 01/16/2014 05:10 PM, Ján Tomko wrote:
> On 01/16/2014 04:51 PM, hubert depesz lubaczewski wrote:
>
> What is the address reported by 'netstat -tnp'?
Oops, 'nestat -tlnp'.
>
> Jan
>
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote:
>On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
>> On a Tuesday in 2020, Pavel Hrdina wrote:
>> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:
>> > > Hi,
>> > >
>> > > Just a heads up on my experiences with the new build system.
>> > >
>> > > Arch Lin...
2018 May 05
1
Re: changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings Jano,
> Sent: Thursday, May 03, 2018 at 1:44 PM
> From: "Ján Tomko" <jtomko@redhat.com>
> To: daggs <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: [libvirt-users] changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
>
> On Wed, May 02, 2018 at 07:29:23PM +0200, daggs wrote:
> >...
2020 Mar 27
3
Escape character
Hi,
I'm trying to understand how to use the escape character '^]' with the
below command:
virt-install --name=try06 --graphic none --pxe --network bridge=virbr0
--console pty,target_type=serial
"Starting install...
Connected to domain try06
Escape character is ^]"
When I try to do '^]', it does not escape.
The '--console' option makes no difference.
In
2020 Feb 21
1
Re: build problem with libxl
On Fri, Feb 21, 2020 at 09:16:01AM +0100, Ján Tomko wrote:
> [adding Anthony PERARD to cc since his name is next to
> xen-4.12.2-1.el7's ChangeLog entry]
>
> Hi, Anthony!
>
> On Thu, Feb 20, 2020 at 07:10:38PM +0100, Christoph wrote:
> > https://wiki.centos.org/HowTos/Xen/Xen4QuickStart
> >
> > configure:53...
2010 Aug 25
1
multi day R run crashed - is there a log
Dear all,
I am using an R 2.10 installation on a Windows 203 server that I have no
control over. After a multi-day run I found that it was
terminated/crashed. Is there any log kept by R where I could see whether
something/what happened? The same process has been run beofre on a
smaller dataset (also at least a day of computing) without problems.
Thanks
Martin
2015 Feb 12
3
way to see the bootmenu via serial?
Maybe this should go to the qemu mail list, but I have domains configured
to dump to serial. Works fine I see Grub menu/kernel messages and the like,
but the "bootmenu" listing only shows up over vnc. Is there a way to have
that show up over serial?
I definitely can hit up the qemu mail list as well if inappropriate for here
2015 Feb 13
1
Re: way to see the bootmenu via serial?
On 13.02.2015 09:23, Ján Tomko wrote:
> On Thu, Feb 12, 2015 at 03:32:02PM -0600, mail list wrote:
>> Maybe this should go to the qemu mail list, but I have domains configured
>> to dump to serial. Works fine I see Grub menu/kernel messages and the like,
>> but the "bootmenu" listing only shows up...
2007 Nov 27
2
exporting clustering results to table
Hello list,
the following approach did not work:
clustersA <- pam(distances, nkA, diss=TRUE);
gc();
filenameclu = paste("filenameclu", ".txt");
write.table(clustersA , file=filenameclu,sep=",");
although it worked with
clustersA <- hclust(distances, method="ward");
and a consecutive
kclassA <- cutree(clustersA, k=nkA);
filename =
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 11:38:59AM -0600, Jim Fehlig wrote:
> On 9/1/20 7:55 AM, Daniel P. Berrangé wrote:
> > On Tue, Sep 01, 2020 at 03:50:36PM +0200, Ján Tomko wrote:
> > > On a Tuesday in 2020, Pavel Hrdina wrote:
> > > > On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote:
> > > > > On a Tuesday in 2020, Pavel Hrdina wrote:
> > > > > > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote:...
2013 Aug 16
1
Re: Error while adding volume through virsh
...<controller type='scsi' index='0'/>
<interface type='bridge'>
<mac address='00:50:56:25:48:c7'/>
<source bridge='VM Network'/>
</interface>
</devices>
</domain>
On 15 Aug 2013 21:16, "Ján Tomko" <jtomko@redhat.com> wrote:
> On 08/15/2013 04:30 PM, varun bhatnagar wrote:
> > Hi,
> >
> > I was trying to add volume...I got one xml snippet and I modified it
> according
> > to my node configuration:
>
> Hi,
>
> could you try specifying the...
2009 Mar 24
2
install.package("TinnR") - there is no package called 'TinnR'
I have troubles make TinnR 2.2.0.2 work, it seems that the dependency on
the package TinnR that cannot be found (I tried also manual downloads,
but I cannot find the package anywhere on any CRAN mirror).
I even set a default cran mirror in the Rprofile.site file, so that the
later command can find it:
# check necesary packages
necessary = c('TinnR', 'svSocket')
installed =
2010 Oct 21
1
SVM classification based on pairwise distance matrix
Dear all,
I am exploring the possibilities for automated classification of my
data. I have successfully used KNN, but was thinking about looking at
SVM (which I did nto use before).
I have a pairwise distance matrix of training observations which are
classified in set classes, and a distance matrix of new observations to
the training ones.
Is it possible to use distance matrices for SVM, and
2018 Mar 15
2
Re: qemu-img snapshot on running virtual machine
Il 15-03-2018 09:13 Ján Tomko ha scritto:
> It is not safe.
>
> For a running domain, you need to go through libvirt and also save the
> memory of the VM - doing just the disk snapshot for a running machine
> would be an equivalent of copying a physical hard drive after pulling
> out the power cord.
>
>...
2018 Jan 18
3
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
On 01/18/2018 08:25 AM, Ján Tomko wrote:
> On Wed, Jan 17, 2018 at 04:45:38PM +0200, Serhii Kharchenko wrote:
>> Hello libvirt-users list,
>>
>> We're catching the same bug since 3.4.0 version (3.3.0 works OK).
>> So, we have process that is permanently connected to libvirtd via socket
>> and it...
2020 Feb 20
2
Re: build problem with libxl
...tl.la
Filename : /usr/lib64/libblktapctl.so
xen-libs-4.12.2-1.el7.x86_64 : Libraries for Xen tools
Repo : centos7-x86_64-xen
Matched from:
Filename : /usr/lib64/libblktapctl.so.0.1.1
Filename : /usr/lib64/libblktapctl.so.0
etc...
---
------
Greetz
Am 20.02.2020 16:11, schrieb Ján Tomko:
> On Thu, Feb 20, 2020 at 12:40:35PM +0100, Christoph wrote:
>> I use centos 7 (7.7.1908).
>>
>> these pkgs are installed:
>>
>> xen-hypervisor-4.12.2-1.el7.x86_64
>> xen-devel-4.12.2-1.el7.x86_64
>> qemu-xen-4.12.1-1.el7.x86_64
>> xen-runtime-4.1...