Displaying 16 results from an estimated 16 matches for "huey".
Did you mean:
hey
2014 Sep 03
7
Does virsh actually work?
...2. Yes, they are
bridged. Non-shared storage. Modest guest VM that only requires 100G of
disk space; there is far more available.
In trying to accomplish even the simplest migration (per every page I can
find from both the Fedore Project and Red Hat) I consistently get the
following results:
root@huey:/tmp# virsh list --all
Id Name State
----------------------------------------------------
9 e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f running
- 81c50b5a-24ef-47d5-88ae-16ee7f4f9537 shut off
- acd06610-c919-450b-97c8-8e49b9a0d45c shut off
root@huey:/tmp# virs...
1999 Oct 02
0
Macro-like for-loops
...sts, length)
for ( i in 1:max(Lengths))
{
ix <- (i - 1) %% Lengths + 1
l <- lapply(seq(along=ix), function(j) Lists[[j]][[ix[j]]])
names(l) <- Tags
bb <- eval(substitute(substitute(body,l),list(body=Body)))
eval(bb,parent.frame())
}
}
huey<-rnorm(50); dewey<-rnorm(50); louie<-rnorm(50)
par(mfcol=c(3,1))
foreach(x=list(huey,dewey,louie), hist(x))
Notice that in contrast to an ordinary for-loop, this kind of loop
automatically gets the titles right on the plots. It is a purely
lexical substitution, equivalent to
hist(huey)...
2014 Sep 03
0
Re: Does virsh actually work?
...storage. Modest guest VM that only requires
> 100G of disk space; there is far more available.
>
> In trying to accomplish even the simplest migration (per every page I
> can find from both the Fedore Project and Red Hat) I consistently get
> the following results:
>
> root@huey:/tmp# virsh list --all
> Id Name State
> ----------------------------------------------------
> 9 e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f running
> - 81c50b5a-24ef-47d5-88ae-16ee7f4f9537 shut off
> - acd06610-c919-450b-97c8-8e49b9a0d45c shut...
2014 Sep 03
0
Fwd: Does virsh actually work?
...d storage. Modest guest VM that only requires 100G of
> disk space; there is far more available.
>
> In trying to accomplish even the simplest migration (per every page I
> can find from both the Fedore Project and Red Hat) I consistently get the
> following results:
>
> root@huey:/tmp# virsh list --all
> Id Name State
> ----------------------------------------------------
> 9 e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f running
> - 81c50b5a-24ef-47d5-88ae-16ee7f4f9537 shut off
> - acd06610-c919-450b-97c8-8e49b9a0d45c shut...
2008 May 13
4
Trick user to send private key password to compromised host
Hi list,
I do not known, if this is really an issue but i noticed that when
connecting to a remote ssh host with the standard linux openssh client
using a private key, that there is no line of text indicating when the
local key-passwd process was completed and the connection session was
established.
On a compromised host, the login shell could write the line 'Enter
passphrase for key
2014 Sep 03
0
Fwd: Does virsh actually work?
On Wed, Sep 3, 2014 at 2:12 PM, Eric Blake <eblake@redhat.com> wrote:
> On 09/03/2014 01:05 PM, Gary Hook wrote:
>
> >
> > root@huey:/tmp# virsh migrate --live --p2p
>
> This command does not default to migrating storage,...
>
Oh, you mean like this?
root@huey:/tmp# virsh migrate --live --p2p --copy-storage-all
e7f75b9b-9ed4-4f7e-aa86-e481ab911d6f qemu+ssh://10.10.11.204/system
--verbose
error: Failed to open file
&...
2005 Apr 24
2
[Bug 979] Openssh doesn't support UTMPS/BTMPS/WTMPS database
http://bugzilla.mindrot.org/show_bug.cgi?id=979
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From dtucker at zip.com.au 2005-04-24 10:23 -------
It turns out that HP's HP-UX Secure
2002 Aug 05
3
openssh on HPUX 11i
In case this hasn't already been reported or discussed...
It took some doing for me to get openssh working on HPUX 11i.
The fixes are quite simple. First, one must have the IPV6
package installed:
em 512# swlist -l product | grep IPV6
IPV6AA A.01.01.5D IPv6 11i product
Second, I have to edit config.h to undefine HAVE_GETADDRINFO.
Without IPV6, ssh can't connect
2002 Jun 13
0
HP-UX announces binary Secure Shell product based on OpenSSH sou rce
...OpenSSH features work on HP-UX 11.00 and 11i.
HP-UX Secure Shell is a fully supported no charge product for HP-UX users
with a current HP-UX support contract, and is available for all to use at no
charge.
For more details and download go to: www.software.hp.com and search for
Secure Shell
Mike Huey
Enterprise UNIX Division
Hewlett-Packard
2002 Oct 25
1
hpux 11.i and HAVE_GETADDRINFO
Hi,
After digging through google search results I found
the well known hpux 11.i bug occuring after installing
the March 2002 patch bundle which breaks DNS lookup
for openssh.
After setting HAVE_GETADDRINFO to 0 in config.h
and another recompile, ssh works fine and I am happy again.
No more "host nor service provided" error messages.
Q1: Maybe hp has a fix for this already, but I am
2008 Feb 24
2
A simple rc.d jail patch to enable priority
Hello,
I have written this tiny little patch to the jail rc.d script, which
allows user to set jail nice value. It doesn't change any default
behaviour.
Can that make it to the trees?
Patch attached.
--
Jan Srzednicki :: http://wrzask.pl/
"Remember, remember, the fifth of November"
-- V for Vendetta
-------------- next part
2008 Feb 24
2
A simple rc.d jail patch to enable priority
Hello,
I have written this tiny little patch to the jail rc.d script, which
allows user to set jail nice value. It doesn't change any default
behaviour.
Can that make it to the trees?
Patch attached.
--
Jan Srzednicki :: http://wrzask.pl/
"Remember, remember, the fifth of November"
-- V for Vendetta
-------------- next part
2017 Nov 13
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...ang.wz at gmail.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: Peter Zijlstra <peterz at infradead.org>
Cc: Borislav Petkov <bp at alien8.de>
Cc: Kyle Huey <me at kylehuey.com>
Cc: Len Brown <len.brown at intel.com>
Cc: Andy Lutomirski <luto at kernel.org>
Cc: Tom Lendacky <thomas.lendacky at amd.com>
Cc: Tobias Klauser <tklauser at distanz.ch>
Cc: linux-kernel at vger.kernel.org
---
arch/x86/kernel/process.c | 7 ++++...
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com>
Some latency-intensive workload have seen obviously performance
drop when running inside VM. The main reason is that the overhead
is amplified when running inside VM. The most cost I have seen is
inside idle path.
This patch introduces a new mechanism to poll for a while before
entering idle state. If schedule is needed during poll, then we
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com>
Some latency-intensive workload have seen obviously performance
drop when running inside VM. The main reason is that the overhead
is amplified when running inside VM. The most cost I have seen is
inside idle path.
This patch introduces a new mechanism to poll for a while before
entering idle state. If schedule is needed during poll, then we
2003 Dec 01
0
No subject
...From: dennis <dennis.moreno@pop.safetran.com>
X-Mailer: Mozilla 4.77 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Richard Trott <trott@library.ucsf.edu>, samba@lists.samba.org
Subject: Re: samba truncating passwords
References: <Pine.GSO.4.31.0106141112200.5111-100000@huey.ckm.ucsf.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?...