search for: particu

Displaying 7 results from an estimated 7 matches for "particu".

Did you mean: partici
2007 Jul 16
2
irqbalance?
...ens if one of the other cpus is lightly loaded, will some of the softirqs be queued against the other cpus or will cpu1 handle all interrupts and softirqs. Looks to me like there are two levels of interrupt redirection, one done by the hardware where each physical device interrupt is assigned to a particual processor dynamically and then on top of that is the irqbalancing done by Xen itself. Is that true? and irqbalance=off only affects the latter and interrupt affinitzation is for the former? Thanks Prabha _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen...
2005 Jan 04
1
trying to debug ssh-askpass problem
...current terminal if it was run from a terminal. If ssh does not have a terminal associated with it but DISPLAY and SSH_ASKPASS are set, it will execute the program specified by SSH_ASKPASS and open an X11 window to read the passphrase. This is particu- larly useful when calling ssh from a .Xsession or related script. (Note that on some machines it may be necessary to redirect the input from /dev/null to make this work.) How can I find out what is causing ssh-add to try to execute ssh-askpass? Thanks,...
2014 Jul 11
1
Replication on dovecot 2.0
Hi Guys I'm running an Ubuntu 12.04 LTS server and not being particually inclined to upgrade I'm wondering what options I have for replication as it appears to be running dovecot 2.0.19. I saw the wiki page about replication and whilst it says you should use 2.2+ it doesn't say what the minimum requirements are, so I tried doing what it says but I get:...
2005 Aug 11
2
bocking Effects during other effects
hi everyone, it''s my first time tonight. great script lib you''ve got there. i spent a whole day trying to code myself, use tutorials, use dreamweaver timeline animation - when i was about knocked out by the heavy draw backs i stumbled upon this truly mir.aculo.us library and all i ever asked for became true! thanks! one question though: is it possible to disallow
2005 Aug 25
0
Multiple Default Users in \\%L\netlogon
...default deleted the local Default User on the clients, and instead put the Default User in \\%L\netlogon. This works nice. However, there are different branches at the school where I am running the network, and I would like machines to get a Default User profile which is specially designed for the particually branch were the client is situated. Is it possible to have more than one Default User in \\L%\netlogon, for instance Dafault User-a, Default User-b and so on, and edit the registry in the win 2000 client to make them get the correct Default User profile? All help will be appreciated! Bjorn
2004 Apr 12
1
Regarding SSH_ASKPASS
...ase, it will read the passphrase from the current terminal if it was run from a terminal. If ssh does not have a terminal associated with it but DISPLAY and SSH_ASKPASS are set, it will execute the program specified by SSH_ASKPASS and open an X11 window to read the passphrase. This is particu- larly useful when calling ssh from a .Xsession or related script. (Note that on some machines it may be necessary to redirect the input from /dev/null to make this work.) But my numerous efforts to trigger this behavior failed, so I looked at the source. As far as I can see, the ssh...
2020 Jan 06
2
[EXTERNAL] Get llvm-mca results inside opt?
...ea is to build a performance model for that outlined function. llvm-mca doesn't know how to evaluate branches or instructions that affect the control flow. That basically restricts the analysis to single basic blocks that are assumed to be hot. I am not sure if this would be a blocker for your particular use case. That would be okay and is something we would need to work around on our end anyways since we don’t know the branch probability. llvm-mca only knows how to analyze/simulate a sequence of `mca::Instruction`. So, the expectation is that instructions in input have already been lowered int...