Displaying 20 results from an estimated 7000 matches similar to: "Re: [PATCH] Permissive devices in Xen"
2007 Jul 08
6
Permissive devices in Xen
Hello,
is there any reason why even permissive devices cannot write some areas in the
PCI config space?
The PCI_COMMAND is handled in special way so that the device is
enabled/disabled properly, am I right?
Why is PCI_INTERRUPT_LINE read from dev->irq and not from the config space?
Why the PCI address bars are handled in very different way? And it seems that
writing these bars is never
2018 Sep 14
1
Re: NUMA issues on virtualized hosts
Hello again,
when the iozone writes slow. This is how slabtop looks like:
62476752 62476728 0% 0.10K 1601968 39 6407872K buffer_head
1000678 999168 0% 0.56K 142954 7 571816K radix_tree_node
132184 125911 0% 0.03K 1066 124 4264K kmalloc-32
118496 118224 0% 0.12K 3703 32 14812K kmalloc-node
73206 56467 0% 0.19K 3486 21
2007 Jun 22
2
InfiniBand device in Xen
Hello,
I''m trying to get working infiniband device in Xen. I have Xen v3 with 2.6.18
kernel. I export PCI device from Dom0 into DomU. I''ve enabled permisive device
in Dom0.
However, inserting infiniband module results in the following messages (with
little more verbosity which I have added):
pcifront pci-0: Installing PCI frontend
pcifront pci-0: Creating PCI Frontend Bus
2018 Sep 14
0
Re: NUMA issues on virtualized hosts
Hello,
ok, I found that cpu pinning was wrong, so I corrected it to be 1:1. The issue
with iozone remains the same.
The spec is running, however, it runs slower than 1-NUMA case.
The corrected XML looks like follows:
<cpu mode='host-passthrough'><topology sockets='8' cores='4' threads='1'/><numa><cell cpus='0-3'
2007 Jun 28
2
PCI device export
Hello,
I''m trying to get to work InfiniBand card in DomU via exporting PCI device.
How does the export works internally?
I guess that pci frontend forwards stuff like pci_read_config_dword and
pci_write_config_dword to pci backend that actually does it. Am I right?
So if the driver of InfiniBand writes some config values to PCI config space
and these values are not applied actually,
2018 Sep 17
0
Re: NUMA issues on virtualized hosts
Hello,
so the current domain configuration:
<cpu mode='host-passthrough'><topology sockets='8' cores='4' threads='1'/><numa><cell cpus='0-3' memory='62000000' /><cell cpus='4-7' memory='62000000' /><cell cpus='8-11' memory='62000000' /><cell cpus='12-15'
2018 Sep 14
3
NUMA issues on virtualized hosts
Hello,
I have cluster with AMD EPYC 7351 cpu. Two CPUs per node. I have performance
8-NUMA configuration:
This is from hypervizor:
[root@hde10 ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 2
NUMA
2018 Sep 17
2
Re: NUMA issues on virtualized hosts
On 09/14/2018 03:36 PM, Lukas Hejtmanek wrote:
> Hello,
>
> ok, I found that cpu pinning was wrong, so I corrected it to be 1:1. The issue
> with iozone remains the same.
>
> The spec is running, however, it runs slower than 1-NUMA case.
>
> The corrected XML looks like follows:
[Reformated XML for better reading]
<cpu mode="host-passthrough">
1998 Aug 02
0
ipportfw - security
Hi
Are there any known security holes or necessary precautions in using port
forwarding with ipportfw?
I'm planning on forwarding ports from an outer firewall/router (connected
to the Internet) to a host in the DMZ, then on from the DMZ host to the
inner firewall, and finally from the inner firewall to some host on the
inside.
Thanks,
Jens
jph@strengur.is
From mail@mail.redhat.com Wed
2002 Dec 13
0
[Bug 456] New: Krb5 ticket forwarding is tryied even if krb5 authentication failed
http://bugzilla.mindrot.org/show_bug.cgi?id=456
Summary: Krb5 ticket forwarding is tryied even if krb5
authentication failed
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2000 Jan 10
0
OpenSSH and Heimdal KRB5
Has anyone have patches to allow OpenSSH to use Heimdal Kerberos?
I suspect the patches <http://www.ics.muni.cz/scb/devel/heimdal.html>
against SSH 1.2 could likely be easily adapted for use with OpenSSH.
Has anyone already done this?
I'm willing to test and may, if time permits, even do the port
of the above patches.
Kurt
2002 Dec 13
0
[Bug 455] New: Krb5 ticket forwarding is tryied even if krb5 authentication failed
http://bugzilla.mindrot.org/show_bug.cgi?id=455
Summary: Krb5 ticket forwarding is tryied even if krb5
authentication failed
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2002 Dec 13
1
[Bug 456] Krb5 ticket forwarding is tryied even if krb5 authentication failed
http://bugzilla.mindrot.org/show_bug.cgi?id=456
------- Additional Comments From kouril at ics.muni.cz 2002-12-13 20:34 -------
Created an attachment (id=185)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=185&action=view)
Don't delegate/accept delegated ticket if krb5 authentication hasn't been done
------- You are receiving this mail because: -------
You are the
2008 Dec 02
0
SSHD does not cleanup kerberos ticket while root logins
Hi all,
It looks like a bug for me, but I'd like to ask if someone has the same
problem. We are using OpenSSH 4.3p2 from Debian 4.0 (stable), but the
same problem is with original OpenSSH 4.3p2. When root logins with his
kerberos ticket and then logout, his ticket remains on the machine. I
found in source (sshd.c) in privsep_postauth function, that if root
logins then use_privsep is set to 0
2018 Sep 18
1
Re: NUMA issues on virtualized hosts
On 09/17/2018 04:59 PM, Lukas Hejtmanek wrote:
> Hello,
>
> so the current domain configuration:
> <cpu mode='host-passthrough'><topology sockets='8' cores='4' threads='1'/><numa><cell cpus='0-3' memory='62000000' /><cell cpus='4-7' memory='62000000' /><cell cpus='8-11'
2009 Apr 03
1
swfdec-player - error
Hi,
I have problem strange with swf.
When i run:
$ swfdec-player http://www.pibmug.com/files/map_test.swf
it's run swf. Everything is OK
But when I try this swf:
$ swfdec-player http://www.fi.muni.cz/~xstancek/lineChart.swf
SWFDEC: ERROR: swfdec_sprite_movie.c(286):
swfdec_sprite_movie_perform_place: using non-implemented clip events 256
.......
SWFDEC: ERROR:
2013 Sep 13
1
glusterfs-3.4.1qa2 released
RPM: http://bits.gluster.org/pub/gluster/glusterfs/3.4.1qa2/
SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.4.1qa2.tar.gz
This release is made off jenkins-release-42
-- Gluster Build System
1998 Jun 19
1
SSH security hole found
>From http://lwn.net/#security
A vulnerability present in the SSH software package can allow an
attacker to execute arbitrary commands on the SSH server. To protect
against this, immediately upgrade to ssh 1.2.25. Red Hat ssh-1.2.25 RPMs
are available, as is the Debian ssh-1.1.25 package for hamm (Debian
2.0-to-be).
There are SSH 1.2.25 RPMs here:
1999 Nov 22
1
variance?,...
hi
I'm learning R and making some examples.
One of them is that for given distribution
I show density function, distribution function
expected value and variance(?).
I know
EX <- function(xval,xprob) sum( (xval*xprob) );
where xval is vector of values and xprob vector of probabalities,
but
DX <- function(xval,xprob) EX((xval^2),xprob) - (EX(xval,xprob))^2;
doesn't work as I
2000 Feb 07
0
openssh (fwd)
Some people on the OpenSSH list have expressed an interest in Kerberos
version 5 support. Below is a (non-US) URL recently posted for a patch to
OpenSSH to work with Heimdal, the international K5 implementation. I
haven't checked to see if the patch would work with MIT or MIT-derived K5
libraries.
--
Mike Fisk, RADIANT Team, Network Engineering Group, Los Alamos National Lab
See