Displaying 20 results from an estimated 41 matches for "dismantling".
2012 Mar 07
4
[PATCH] xen: Make sure log-dirty is turned off before trying to dismantle it
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
diff --git a/xen/arch/x86/mm/paging.c b/xen/arch/x86/mm/paging.c
--- a/xen/arch/x86/mm/paging.c
+++ b/xen/arch/x86/mm/paging.c
@@ -722,6 +722,10 @@ int paging_domctl(struct domain *d, xen_
/* Call when destroying a domain */
void paging_teardown(struct domain *d)
{
+ /* Make sure log-dirty is turned off before trying to
2017 Oct 11
1
should not libvirtd when stopped dismantle/remove net connections
hi,
I stop libvirsh and I see it removes vnetx interfaces, but
those(at least) of bridge type remain in the system after
daemon is stopped. Is this intended would you know?
thanks, L.
2019 Oct 02
2
DANGER WILL ROBINSON, DANGER
On 02/10/19 16:15, Jerome Glisse wrote:
>>> Why would you need to target mmu notifier on target vma ?
>> If the mapping of the source VMA changes, mirroring can update the
>> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
>> dismantles its own existing page tables (so that they can be recreated
>> with the new mapping from the source VMA)?
2019 Oct 02
2
DANGER WILL ROBINSON, DANGER
On 02/10/19 16:15, Jerome Glisse wrote:
>>> Why would you need to target mmu notifier on target vma ?
>> If the mapping of the source VMA changes, mirroring can update the
>> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
>> dismantles its own existing page tables (so that they can be recreated
>> with the new mapping from the source VMA)?
2008 Jul 27
1
Floppy boot disc w/ lspci
Anyone know where I can get this?
I need to deduce what type of nic is a proprietary CNC machine that I don't want to
dismantle so I can make a gpxe floppy for so I can run some diags of my tftp server.
Thanks!
jlc
2017 Dec 11
3
wiki.centos.org .. what's next ?
On 11/12/17 10:22, Thibaut Perrin wrote:
> Hello Fabien,
>
> First, thank you for even trying for what seems to be an impossible task :(
>
> Quick points :?
> - if it was decided not to continue, what would happen to the current
> wiki ? Dismantled or would it remain as read-only for documentation
> purpose ?
> - What about Sphinx
2007 Jan 05
1
Failed proxy auth drops connection for IMAP/POP3 proxy in 1.0-RC15
...mmediately dropped, sometimes with the auth
failure message, sometimes without (a timing issue).
I believe I have tracked down the cause to the code commented out in the
attached diff. It appears that the proxy handlers are giving the client
the go-ahead to attempt authorization again and then dismantling the
proxy session. I believe the correct behavior would be to allow LOGOUT
or QUIT to end the session and do the tear-down in client_destroy. The
commented code all gets executed (with more error checking) in
client_destroy, so there shouldn't be any memory leaks that I can see.
Please a...
2019 Oct 02
2
DANGER WILL ROBINSON, DANGER
On 02/10/19 21:27, Jerome Glisse wrote:
> On Tue, Sep 10, 2019 at 07:49:51AM +0000, Mircea CIRJALIU - MELIU wrote:
>>> On 05/09/19 20:09, Jerome Glisse wrote:
>>>> Not sure i understand, you are saying that the solution i outline
>>>> above does not work ? If so then i think you are wrong, in the above
>>>> solution the importing process mmap a
2019 Oct 02
2
DANGER WILL ROBINSON, DANGER
On 02/10/19 21:27, Jerome Glisse wrote:
> On Tue, Sep 10, 2019 at 07:49:51AM +0000, Mircea CIRJALIU - MELIU wrote:
>>> On 05/09/19 20:09, Jerome Glisse wrote:
>>>> Not sure i understand, you are saying that the solution i outline
>>>> above does not work ? If so then i think you are wrong, in the above
>>>> solution the importing process mmap a
2009 Nov 28
1
Can't share my secondary HD (Ubuntu to Windows)
Hello, I recently built a System out of old Computer parts I had. I
installed Ubuntu 9.10 in it. I built it for sharing all my files with my
other computer at home. I'm tired of having so many external Hard
Drives. So, I built this new/old system and installed an old Seagate
500GB hard drive I've just RMAed. I'm able to share all my files with
Windows Vista & 7 without any issues
2017 Apr 16
3
OT: systemd Poll - So Long, and Thanks for All the fish.
>
> There is no doubt that most security agencies have a long list of zero-
>> day exploits in their toolbox - I would hazard to suggest that they
>> wouldn't be doing their job if they didn't! But I seriously doubt they
>> would commission exploitable code in something that is openly
>> auditable.
>>
>> P.
>>
>
> P., I used to think
2007 Apr 29
1
SYSLINUX Digest, Vol 49, Issue 19
...an ISO-compatible
memdisk. It mite take a few days, but given that there are several working
examples of doing this very task, the orig inquiry illustrates a lack of
understanding of 'hacking' a custom solution. *And* one mite realize a
solution w/o even touching the init ramdisk, by dismantling the indiv ISOs and
"wiring" their contents into a custom SYSLINUX menu.
Yes, multiple solutions are possible and available...
=
Conference Hotels in New York City
Can't find that perfect conference venue? We have a network of hotels to help. All we do is find hotels for planners. C...
2019 Oct 02
5
DANGER WILL ROBINSON, DANGER
On 02/10/19 19:04, Jerome Glisse wrote:
> On Wed, Oct 02, 2019 at 06:18:06PM +0200, Paolo Bonzini wrote:
>>>> If the mapping of the source VMA changes, mirroring can update the
>>>> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
>>>> dismantles its own existing page tables (so that they can be recreated
>>>> with the new
2019 Oct 02
5
DANGER WILL ROBINSON, DANGER
On 02/10/19 19:04, Jerome Glisse wrote:
> On Wed, Oct 02, 2019 at 06:18:06PM +0200, Paolo Bonzini wrote:
>>>> If the mapping of the source VMA changes, mirroring can update the
>>>> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
>>>> dismantles its own existing page tables (so that they can be recreated
>>>> with the new
2005 Dec 16
6
managing belongs_to fields in a form
Hi all,
I cannot find a clean way to create/edit an object that ''belongs_to''
another one, just by using form fields.
I always need to explicitely unassemble it, store the master id in a
hidden field, and then refetch the master from its id, and put it back
in the object.
To summarize:
I want to create a new member, for a given project
@project= ...
@member =
2019 Oct 02
0
DANGER WILL ROBINSON, DANGER
On Wed, Oct 02, 2019 at 03:46:30PM +0200, Paolo Bonzini wrote:
> On 02/10/19 21:27, Jerome Glisse wrote:
> > On Tue, Sep 10, 2019 at 07:49:51AM +0000, Mircea CIRJALIU - MELIU wrote:
> >>> On 05/09/19 20:09, Jerome Glisse wrote:
> >>>> Not sure i understand, you are saying that the solution i outline
> >>>> above does not work ? If so then i think
2019 Oct 02
0
DANGER WILL ROBINSON, DANGER
On Wed, Oct 02, 2019 at 06:18:06PM +0200, Paolo Bonzini wrote:
> On 02/10/19 16:15, Jerome Glisse wrote:
> >>> Why would you need to target mmu notifier on target vma ?
> >> If the mapping of the source VMA changes, mirroring can update the
> >> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
> >> dismantles its own existing page
2019 Oct 03
0
DANGER WILL ROBINSON, DANGER
On Wed, Oct 02, 2019 at 10:10:18PM +0200, Paolo Bonzini wrote:
> On 02/10/19 19:04, Jerome Glisse wrote:
> > On Wed, Oct 02, 2019 at 06:18:06PM +0200, Paolo Bonzini wrote:
> >>>> If the mapping of the source VMA changes, mirroring can update the
> >>>> target VMA via insert_pfn. But what ensures that KVM's MMU notifier
> >>>> dismantles
2017 Apr 16
0
OT: systemd Poll - So Long, and Thanks for All the fish.
> Indeed. I think the assertion "OSS is somehow safer because of community
> audit" is a logical fallacy. How would one go about "auditing" in the first
> place?
There are tools to audit source code for problems - OSS is safer
*because* the source is available and can be audited.
> Even if the various Intelligence agencies are not injecting
> vulnerabilities
2006 Jan 20
1
SIP phone receiving but not transmitting
Hi
I've been using Asterisk for a while now with the TDM400 and it seems to
be working fine. I'm using version 1.2.2 and I've struck a problem when
I added a Budge Tone 100 SIP phone to the network. The phone rings when
calls come in and I can make calls but in all cases (internal or
external calls) the other party cannot hear me even though I can hear them.
I'm sure I've