Displaying 20 results from an estimated 901 matches for "49pm".
Did you mean:
19pm
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi,
How come gfx_passthru is now an invalid option? Does it mean
Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough?
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi,
How come gfx_passthru is now an invalid option? Does it mean
Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough?
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2011 Aug 13
1
How do I disable auto-logout ....
...:00 ps -u wam -lf
Linux centos-5.6-vm 2.6.18-238.el5 #1 SMP Thu Jan 13 15:51:15 EST 2011
x86_64 x86_64 x86_64 GNU/Linux
Fri Aug 12 17:52:50 CDT 2011
[wam at centos-5, CFD, 5:52:50pm] 1184 % auto-logout
Connection to 192.168.122.213 closed.
[wam at Q6600, ~, 6:52:51pm] 1014 %
[wam at Q6600, ~, 9:40:49pm] 1014 %
[wam at Q6600, ~, 9:40:49pm] 1014 % ssh2 -l wam 192.168.122.213
Last login: Fri Aug 12 15:48:11 2011 from 192.168.122.1
[wam at centos-5, ~, 9:40:54pm] 1135 %
I checked man pages on both host & VM, but came up blank. I have another
box running CentOS 5.6 native & it doesn't d...
2002 Nov 03
4
Not visable server
Hi list
I have a problem.
Running Samba 2.2.1a on a Redhat Linux 7.2 kernel 2.4.18
Client is a Microsoft Windows2000pro
I can connect to all shares but I can not see my server in network
neighborhood.
I can see the the clients but not the server???
What have I missed? Some configuration I can test
Thanks
H?kan
2020 Mar 19
2
ensure device private pages have an owner v2
On Wed, Mar 18, 2020 at 09:28:49PM -0300, Jason Gunthorpe wrote:
> > Changes since v1:
> > - split out the pgmap->owner addition into a separate patch
> > - check pgmap->owner is set for device private mappings
> > - rename the dev_private_owner field in struct migrate_vma to src_owner
> > - r...
2019 Sep 06
2
[PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
On Thu, Sep 05, 2019 at 03:48:49PM -0400, Vivek Goyal wrote:
> +static void virtio_fs_drain_queue(struct virtio_fs_vq *fsvq)
> +{
> + WARN_ON(fsvq->in_flight < 0);
> +
> + /* Wait for in flight requests to finish.*/
> + while (1) {
> + spin_lock(&fsvq->lock);
> + if (!fsvq->in_flight) {
>...
2019 Sep 06
2
[PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
On Thu, Sep 05, 2019 at 03:48:49PM -0400, Vivek Goyal wrote:
> +static void virtio_fs_drain_queue(struct virtio_fs_vq *fsvq)
> +{
> + WARN_ON(fsvq->in_flight < 0);
> +
> + /* Wait for in flight requests to finish.*/
> + while (1) {
> + spin_lock(&fsvq->lock);
> + if (!fsvq->in_flight) {
>...
2017 Feb 16
2
[PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
On Wed, Feb 15, 2017 at 04:37:49PM -0500, Waiman Long wrote:
> The cpu argument in the function prototype of vcpu_is_preempted()
> is changed from int to long. That makes it easier to provide a better
> optimized assembly version of that function.
>
> For Xen, vcpu_is_preempted(long) calls xen_vcpu_stolen(int), the
&...
2017 Feb 16
2
[PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
On Wed, Feb 15, 2017 at 04:37:49PM -0500, Waiman Long wrote:
> The cpu argument in the function prototype of vcpu_is_preempted()
> is changed from int to long. That makes it easier to provide a better
> optimized assembly version of that function.
>
> For Xen, vcpu_is_preempted(long) calls xen_vcpu_stolen(int), the
&...
2015 Jan 06
2
Use Samba with ACL for read Active Directory and set Permissions via it.
Is it dangerous ?
On Monday, January 5, 2015 10:46 AM, Jeremy Allison <jra at samba.org> wrote:
On Sat, Jan 03, 2015 at 03:08:49PM +0000, Jason Long wrote:
> Thank you.
> I used below videos for join my Linux Box to Windows domain :
>
> http://www.youtube.com/watch?v=Y3TFPDT9uic
>
> Please look at this video and I used instructions in it and LikeWiseOpen tool.
LikeWiseOpen is an ex-proprietary tool that is...
2017 Dec 05
2
[PATCH tip/core/rcu 21/21] drivers/vhost: Remove now-redundant read_barrier_depends()
On Tue, Dec 05, 2017 at 11:24:49PM +0200, Michael S. Tsirkin wrote:
> READ_ONCE is really all over the place (some code literally replaced all
> memory accesses with READ/WRITE ONCE).
Yeah, so? Complain to the compiler people for forcing us into that.
> Would an API like WRITE_POINTER()/smp_store_pointer make sense,
>...
2017 Dec 05
2
[PATCH tip/core/rcu 21/21] drivers/vhost: Remove now-redundant read_barrier_depends()
On Tue, Dec 05, 2017 at 11:24:49PM +0200, Michael S. Tsirkin wrote:
> READ_ONCE is really all over the place (some code literally replaced all
> memory accesses with READ/WRITE ONCE).
Yeah, so? Complain to the compiler people for forcing us into that.
> Would an API like WRITE_POINTER()/smp_store_pointer make sense,
>...
2017 May 08
3
Re: nwfilter and address of network ip address
On Mon, May 08, 2017 at 03:35:19PM +0100, Daniel P. Berrange wrote:
>On Sat, May 06, 2017 at 08:09:49PM -0400, Dan wrote:
>> On Fri, May 5, 2017 at 4:29 PM, Nicolas Bock <nicolasbock@gmail.com> wrote:
>>
>> > Hi,
>> >
>> > I am running a webserver on the libvirt host and would like to add a
>> > nwfilter such that a VM can access that server. The...
2009 Nov 29
5
vif problems in snv_127
Hi !
In snv_127 I suddenly face a problem I never had before. Xvm can''t
attach a vif to my primary
physical nic any longer:
$ pfexec xm start ulrac1
Error: Device 0 (vif) could not be connected. error: Failed to create
vnic over yukonx1 with MAC address 00:16:36:3c:bf:70
This worked fine in all previous snv_12x releases I tested, including
snv_126. I think there is a privilege
2014 Dec 07
2
Build On CentOS
On Sun, Dec 07, 2014 at 04:33:49PM +0100, Guus Sliepen wrote:
> Hm, on Debian it works fine, OTOH the command "libncurses5-config
> --libs" does tell me to link with -ltinfo. I'll see if I can add that
> to the autoconf script.
On CentOS 7 tinc 1.1 compiles without problems. Also, both on Debian and
CentOS &...
2016 Jun 02
2
FYI: http
On Thu, Jun 02, 2016 at 04:25:49PM -0500, Valeri Galtsev wrote:
>
> I for one am looking for decent replacement for firefox for at least 5
> years (no, do not suggest chrome, or google anything, please), still
> without success. The bizarre with Firefox started shortly after a guy I
> know (as undergraduate student i...
2018 Feb 28
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Tue, Feb 27, 2018 at 10:41:49PM CET, kubakici at wp.pl wrote:
>On Tue, 27 Feb 2018 13:16:21 -0800, Alexander Duyck wrote:
>> Basically we need some sort of PCI or PCIe topology mapping for the
>> devices that can be translated into something we can communicate over
>> the communication channel.
>
>Hm....
2018 Feb 28
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Tue, Feb 27, 2018 at 10:41:49PM CET, kubakici at wp.pl wrote:
>On Tue, 27 Feb 2018 13:16:21 -0800, Alexander Duyck wrote:
>> Basically we need some sort of PCI or PCIe topology mapping for the
>> devices that can be translated into something we can communicate over
>> the communication channel.
>
>Hm....
2015 Dec 02
2
[PATCH net-next 3/3] vhost_net: basic polling support
On 12/01/2015 10:43 PM, Michael S. Tsirkin wrote:
> On Tue, Dec 01, 2015 at 01:17:49PM +0800, Jason Wang wrote:
>>
>> On 11/30/2015 06:44 PM, Michael S. Tsirkin wrote:
>>> On Wed, Nov 25, 2015 at 03:11:29PM +0800, Jason Wang wrote:
>>>>> This patch tries to poll for new added tx buffer or socket receive
>>>>> queue for a while at the...
2015 Dec 02
2
[PATCH net-next 3/3] vhost_net: basic polling support
On 12/01/2015 10:43 PM, Michael S. Tsirkin wrote:
> On Tue, Dec 01, 2015 at 01:17:49PM +0800, Jason Wang wrote:
>>
>> On 11/30/2015 06:44 PM, Michael S. Tsirkin wrote:
>>> On Wed, Nov 25, 2015 at 03:11:29PM +0800, Jason Wang wrote:
>>>>> This patch tries to poll for new added tx buffer or socket receive
>>>>> queue for a while at the...