Displaying 13 results from an estimated 13 matches for "cludgy".
Did you mean:
kludgy
2014 Sep 15
1
[PATCH] virtio_pci: properly clean up MSI-X state when initialization fails
...msix_used_vectors reflects the number of used vectors
> and msix_enabled is set, thus vp_free_vectors
> will free all IRQs and then disable MSIX.
>
> Where is the inconsistency you speak about?
I missed the fact that vp_free_vectors() conditionally sets
msix_enabled=0. It seems a bit cludgy especially since it is called
both before and after setting msix_enabled=1.
I ran into a number of weird problems due to read/write reordering
that was causing this code path to fail. The impact was
non-deterministic. I'll go back and try to better understand what
code path is causing it.
&...
2014 Sep 15
1
[PATCH] virtio_pci: properly clean up MSI-X state when initialization fails
...msix_used_vectors reflects the number of used vectors
> and msix_enabled is set, thus vp_free_vectors
> will free all IRQs and then disable MSIX.
>
> Where is the inconsistency you speak about?
I missed the fact that vp_free_vectors() conditionally sets
msix_enabled=0. It seems a bit cludgy especially since it is called
both before and after setting msix_enabled=1.
I ran into a number of weird problems due to read/write reordering
that was causing this code path to fail. The impact was
non-deterministic. I'll go back and try to better understand what
code path is causing it.
&...
2000 Jan 30
0
"attack" (manage) NT domain using the linux tools?
...SHA1
> >
> > Say, with all this cool stuff you've been doing lately, can I use
> > some command line utility from TNG or someplace to manage users on an
> > NT 4 controlled domain? Right now I'm doing this with some of the
> > add-on tools for NT, but it's cludgy and I don't get any decent error
> > reporting. Basically, I have a script that creates users, adds them
> > to groups, creates their home directory, sets permissions and creates
> > the share (since NT doesn't implement a [homes] share, dangit).
> > Thanks,
> &g...
2000 Nov 07
0
error handling
...is an error, but the second error
causes an infinite loop. I have identified the location where the loop
occurs. It is in the function jump_to_toplevel() in errors.c inside the for
loop:
for (c = R_GlobalContext; c; c = c->nextcontext) { ... }
I have found a work around for this but is seems cludgy and I don't know the
POTENTIAL PROBLEMS that might be introduced. It involves setting up a
context and forcing R_GlobalContext's nextcontext to 0, as in the following
(by the way, this same approach doesn't work in the example above, which is
why I set up a context):
begincontext(&...
2000 Dec 24
1
gretl and R: info and request
Hello,
I thought some of you might like to know about a GNU project
that is complementary to R in some ways, namely gretl
http://ricardo.ecn.wfu.edu/gretl
(GNU Regression, Econometrics and Time-series Library).
gretl (a library with cli and gui clients, the gui using
GTK) is designed to be very user-friendly, and suitable
for teaching econometrics. It has a fairly wide variety
of least-squares
2004 Aug 05
5
Anyone use AdvancedVOIP ?
Has anyone used the Voip Billing System from http://advancedvoip.com/ ?
They seem to also offer a billing solution for Interconnections. I'm
curious if anyone has some experience using their software?
Thanks,
- Darren
2006 May 10
0
Unable to boot Xen (3.0.2) on Dell Poweredge 1855
...defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=SWAP-sda3 swap swap defaults 0 0
Help? I know copying ko files was probably pretty cludgy. Is there a better
way? If I were to try to include support for the PERC 4/IM and qLogic
hardware into the Xen kernel, how would I do that? I am something of a
newbie, so perhaps there is a "HOWTO" out there that could help?
In advance, many, many thanks.
Randy
___________________...
2014 Sep 15
3
[PATCH] virtio_pci: properly clean up MSI-X state when initialization fails
From: Anthony Liguori <aliguori at amazon.com>
If MSI-X initialization fails after setting msix_enabled = 1, then
the device is left in an inconsistent state. This would normally
only happen if there was a bug in the device emulation but it still
should be handled correctly.
Cc: Matt Wilson <msw at amazon.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Michael Tsirkin
2014 Sep 15
3
[PATCH] virtio_pci: properly clean up MSI-X state when initialization fails
From: Anthony Liguori <aliguori at amazon.com>
If MSI-X initialization fails after setting msix_enabled = 1, then
the device is left in an inconsistent state. This would normally
only happen if there was a bug in the device emulation but it still
should be handled correctly.
Cc: Matt Wilson <msw at amazon.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Michael Tsirkin
2010 Jun 28
3
Seemingly simple question - current status?
I have a 3 different puppetmasters running different groups of
machines (dev, testing, and production). I''d like to very simply say
"Give me a brief summary of the status of the nodes you manage."
I''ve been having nightmare dependency problems trying to get things
like Dashboard running that seem to be able to do this (Ruby, which
may be an elegant language, is very
2004 Oct 02
3
conditional assignments and calculations
...ds(B,A)=huge.calculation.on(A)'. So it
would be nice to have the variable's 'last updated' time updated
automatically. (Though then it is a bit problematic to decide what the
'last updated' time should be for variables loaded from a file...)
5. The whole thing is rather cludgy. But I haven't found a good way to
implement it.
Suggestions?
Thanks,
Michael
2007 Dec 06
8
VNCsever not starting at boot
When I run system-config-services, it shows vncserver set to start at boot.
in /etc/inittab I have init 3
vncserver does not start at boot.
I log in on the console as root and
service vncserver start
and it starts with some warning messages about bad display name in "add"
command, but I do not see where these are logged to copy them into this
message.
Once I start it from the
2008 Mar 15
0
Re: CentOS Digest, Vol 38, Issue 15
...It's rediculous I know.
I actually googled a knowledge base article where the problem
turns out to be with the serial number generation on Adobe
products where it gets "confused" as to which drive is your
primary drive with certain third party software RAID systems.
There is some cludgy work-around for it from support, but they
recommend avoiding these systems.
> > I had run Adobe Photoshop on Windows 2000 Terminal Server
> > running under software RAID with no problems (besides poor
> > visual performance due to terminal services).
>
> That's great w...