query_id stringlengths 4 64 | query_authorID stringlengths 6 40 | query_text stringlengths 66 72.1k | candidate_id stringlengths 5 64 | candidate_authorID stringlengths 6 40 | candidate_text stringlengths 9 101k |
|---|---|---|---|---|---|
7939833b-54d8-5a12-e4c4-9d8fb519b812 | ['eb0a4636-9e86-8deb-6e7f-6dbc9b611532'] | I have a problem with my Plone site which is driving me nuts.
The PROBLEM:
All my content has as Creator = 'No owner' even though I am logged in
(whether as admin or as another user).
I ignored it in the past, though now that I have a Forum installed
(CMFBoard) it has become a major problem: All posts are attributed... | 45804f5b-564f-cc90-c32a-67b0b8c5566a | ['eb0a4636-9e86-8deb-6e7f-6dbc9b611532'] | I have a problem with my Plone site which is driving me nuts.
I'm running: Plone: 2.05; Zope 2.7.6-final; python 2.3.5; OS=Redhat Linux
The problem: All my content has as Creator = 'No owner' even though I am
logged in (whether as admin or as another user).
I kind of ignored it in the past, though now that I have a F... |
36610d24-1934-37d8-a583-eb0543185674 | ['eb0cbe5d-33f8-7711-ee45-3918a21f8523'] | Hello everybody,
when using matplotlib, any plot I create is displayed separately from my Tkinter application. Is there a direct way to embed the plot created by matplotlib in a widget such as a canvas using something like "create_image" or something else ?
Currently, the only thing I managed to do is:
-create my plo... | 5ad0f29b-5933-f532-68c2-6f81169acc80 | ['eb0cbe5d-33f8-7711-ee45-3918a21f8523'] | Hi everybody,
Would you have any idea how to embed a matshow (or imshow) object in a Tk application but with a given dimension ?
Using FigureCanvasTkAgg embed a matshow object in my application but it takes
the dimension of the matshow object not the dimension of the place where I would like to embed it.
Thank you v... |
252a342f-bcbb-751e-71fe-9ffb2a0ea56c | ['eb16f975-7ceb-dc4d-a6d8-27b860064d1d'] | Dear all,
I have gnome 2.6 on FreeBSD 5.3-RELEASE and Fedora core 2 on my laptop.
Fonts in Fedora are smoother than FreeBSD. I guess it is caused by
hinting and antialiasing issues.
Would you please let me know, if it is a fontconfig issue or pango
issue and how can i solve this problem in my FreeBSD?
Best Regards,
| 9ac5df20-11dc-6e7c-8b4f-eaa4011ea3b1 | ['eb16f975-7ceb-dc4d-a6d8-27b860064d1d'] | Dear All,
When i had FreeBSD 5.2.1 on my laptop CPU speedstep works fine with
FreeBSD acpi.
But after I had installed the FreeBSD 5.3 release on my dell inspiron
2650, it does not detect my cpu speeds.
It just detects two speed steps:
hw.acpi.cpu.cx_supported: C1/0 C2/1
I have Intel P4 mobile 2.0 Ghz
Any one can h... |
08df0154-18a6-413e-0ce4-5d9070083db3 | ['eb1d8e33-95f7-d9ce-4e8b-2b995af68861'] | Hi everyone,
I just wanted to let you know that I just finished writing a 'just for fun' demo for
MHD, showing how to do GET and POST with form processing, file upload and error
handling. I tried to comment the code a lot as I hope it will be educational for some.
You can find it at
https://gnunet.org/svn/libm... | 1185f7c8-3102-cb7a-a858-e4e649be0cec | ['eb1d8e33-95f7-d9ce-4e8b-2b995af68861'] | Dear all,
I've finally made up my mind on a decent API for the "HTTP UPGRADE"
implementation. HTTP UPGRADE is used for websockets (and possibly other
HTTP-extensions) to switch a TCP socket from HTTP-mode to some other,
application-specific bi-directional protocol. As mentioned here a few
months ago, the problem... |
af81a177-3b45-e819-5749-ca3110713f22 | ['eb2c7629-6792-cbd9-41a4-114cc030ade3'] | Hi,
I've been trying to troubleshoot this problem and could not figure out a
solution to it. Basically I have installed an instance of tomcat 4.1.31.
I have configured the tomcat-user.xml for an admin login and manager
login. The manager login works fine, but when I click the
administration, I get to a HTTP Status... | 547cdc6e-0372-6f19-4be5-0aa8642962d3 | ['eb2c7629-6792-cbd9-41a4-114cc030ade3'] | Hi,
I have seen this issue on google and am experiencing this myself but
could not find an answer. What is happening is that I'm running JBOSS
4.2.2GA and have deployed axis2 under my
"jboss-4.2.2.GA/server/{application}/deploy" folder where application is
just the name of my application. This is a copy of the default... |
e310148e-7146-a7b2-3fd3-11ceaa418db9 | ['eb3337d2-eec5-f08e-649e-abb5d394e70a'] | I meant that the values that are being printed by the consequence execution
are different from what I had asserted.
But I am beginning to understand what's going on based on your explanation.
I suspected something along those lines I had already started wrapping the
two values in my own object.
I need two read up on se... | 70c6707b-a336-3c0c-d2aa-9e06250808a2 | ['eb3337d2-eec5-f08e-649e-abb5d394e70a'] | I am reading an existing excel file, (in other words, treating it as a
template) and then inserting dynamic data in the template to generate the
final excel workbook.
The report is simple, in tabular form with summary totals at the end.
This summary row (at the bottom) has certain formatting and static text that
I wish... |
309959d2-ac83-1972-5b93-a1b6a1305ef3 | ['eb35635c-25b2-b0c8-7a9b-41e5d5841086'] | As per patch #5468 (<https://savannah.nongnu.org/patch/?5468>), to save a
little code space, and more importantly avoid a race condition, there must
now be an explicit call in an lwIP port's startup code to a function:
lwip_socket_init();
if you want to use the BSD socket-style API. It can be called anywhere
after... | bb37fc62-9a55-d18b-e08a-1a1a9feeb157 | ['eb35635c-25b2-b0c8-7a9b-41e5d5841086'] | Hi,
The lwIP source code is covered by the BSD licence, all well and good. But
I was wanting to put together some user documentation for eCos, and was
wanting to copy extracts from the documentation at the PDF at
http://www.sics.se/~adam/lwip/documentation.html (which documents the
sequential API at least) and al... |
13eecb20-be2c-9b5e-72e8-427869302de0 | ['eb399e81-207e-9972-fb89-639615ca9603'] | On the Superfish Horizontal Nav-bar there is one issue I am having:
when a user hovers over a button that doesn't have a subnav, it
doesn't clear out the "current" subnav menu...I think it would be
better usability-wise to clear out the links so the subnav is empty
when a parent link has no sub-menu.
It's confusing (f... | f628335c-077e-c7b6-bce8-daf0d9835303 | ['eb399e81-207e-9972-fb89-639615ca9603'] | Hi there, I've spent a lot of time trying to tweak the superfish
horizontal nav-bar to fit my specifications. Hopefully someone can
help me out. I keep breaking the menu!
Here's what I am trying to do, I would like to center the main and sub
nav buttons, they are currently all aligned to the left. The other
thing I w... |
f4e55c96-a824-1082-d798-c5561bb9ec16 | ['eb43bd5f-6890-3bd0-27a1-3e79888803d3'] | Hello everybody,
when I'm on it, there seems to be a bug in org-time-stamp:
Today is <2007-04-03 Di>, when I'm in an org-file and i do `C-c .' and
just insert `4', i get a time-stamp for today (<2007-04-03 Di>). To
get the desired <2007-04-04 Mi>, i have to insert `4-4'.
I remember this worked in an older version of... | aedea26e-ce5a-843f-736d-16b1395afb61 | ['eb43bd5f-6890-3bd0-27a1-3e79888803d3'] | Hi,
I really love the integration of remember with org, especially the way
how to insert the notes by moving within the headings-tree.
Is it possible to use this feature also for moving portions of text
via regular copy/paste an org-buffer, and have org automatically adapt
the header levels? I didn't find anything i... |
72b2399c-45c6-1b63-58d4-ff7134022f86 | ['eb4ddc63-8201-ba9e-5c42-cef0795f22ff'] | Hi guys,
I have a strange situation. I've got 1 dashboard MySQL DB accessed from 3
different dashboard hosts. Strangely enough, 2 of them show the right node
statuses, and the third one just shows all nodes as unresponsive.
As far as I know, the status comes from the "nodes" table in the DB, so how
can this happen... | 382a1cee-1472-bee1-bb06-67a83b0b1f82 | ['eb4ddc63-8201-ba9e-5c42-cef0795f22ff'] | Hi all,
I've set up a Puppet environment with a master managing around 80
agents. I would like to set a limit on the number of agents that can
be performing puppet runs at any given moment...so, for example, if
there are already 3 puppet runs ongoing, the 4th agent should be put
on hold until one of the 3 runs finishe... |
8d1f03b2-7916-caa8-abaa-7ec3921b123e | ['eb4eab1e-1340-5bbc-2896-bc3ed8702c64'] | Hi,
we have arranged an early Christmas for the buildfarm.
As we have moved all Solaris 11 stuff off to the m3000, we can get rid
of the ldom layer now. This will give a us free Disk slot for an SDD for
an l2arc.
For that I have to take down the buildfarm of cause.
I will start with in an hour or so.
So if you have so... | 76f769af-2ca6-51f8-0bed-069321494d84 | ['eb4eab1e-1340-5bbc-2896-bc3ed8702c64'] | Hi,
for mysql5.5 I need a custom mapfile. Since I need to bump libnsl to 1.9.1.
Looking at
http://sourceforge.net/apps/trac/gar/browser/csw/mgar/gar/v2/gar.conf.mk#L696
I don't get how to set it.
If I set $(EXTRA_LINKER_MAPS-$(GAROSREL)) what do I need to set it to?
just the mapfile or -M mapfile?
and is -M $(abspat... |
ca5fc48b-624e-11fc-96de-0c30f60eaf3a | ['eb55dcb1-d0c1-c011-d154-259f63ace63f'] | Hi <PERSON>,
To give a short answer to your short question: "because it's not
a three-way handshake".
To elaborate: If the retransmission of non-INVITE were to stop
on receipt of 1xx, and say the final response gets dropped on the wire,
then the server will think that it has responded, and the client will
never recei... | 36ebd8e6-3a33-f638-7ace-6d4c1992fd07 | ['eb55dcb1-d0c1-c011-d154-259f63ace63f'] | Hi,
Are there any event-packages that recommend or require using an
in-dialog SUBSCRIBE ? RFC 3265 allows sending of SUBSCRIBE on a
pre-existing dialog (established using INVITE). But I'm just wondering
if there is any event-package or implementation that actually uses this
mechanism today. Any implementation ex... |
0dea7757-05a5-ab45-85f2-cebd3095e799 | ['eb6469c5-e778-d781-a9e3-5f2483ae1c0a'] | Hi all,
As I previously posted, we have implemented and been testing a prototype code
of yet another hypervisor MIB. Now you can browse the current version of code
in python and MIB here: <http://hg.scyphus.co.jp/virtsnmp/>.
Since we implemented this before <draft-schoenw-opsawg-vm-mib-00> was
submitted, our MIB and... | fd488d8d-2abd-6688-fd49-5f80ba1c4d24 | ['eb6469c5-e778-d781-a9e3-5f2483ae1c0a'] | Dear all,
We'd like to discuss the read-write access in the proposed MIB about virtual
machine monitoring: http://tools.ietf.org/html/draft-ietf-opsawg-vmm-mib .
It has 10 read-write objects. All of them do not affect persistent configuration
of hypervisor or virtual machines. However, according to a comment during
t... |
f053517b-c128-33ca-9b04-b419e83db79b | ['eb671c9b-57ed-3739-7a70-d76cbaab71d0'] | Hello All,
I am attaching a summary of the discussion that took place on
justification of an alternate authentication mechanism. Please let me know if
I have left out any important issue in the summary. I could have also mis-read
people opinions, so if there is a correction please let me know. I will
se... | ca55c0f9-02a4-c8f2-69ea-4eeaa762b843 | ['eb671c9b-57ed-3739-7a70-d76cbaab71d0'] | Hello <PERSON> and <PERSON>,
Based on interest of the MIP6 WG, we would like the MOBOPTS WG to work on
the issue of IP Address
Privacy in the context of MIPv6. We are thinking that this could be done in
2 steps.
1. Define the scope of the problem. After this step MIP6 WG will review the
document and provide feedb... |
5cb767c2-1181-6715-e8ac-6c695feb7c28 | ['eb6c356d-a5ae-a32b-eae1-609446a2c7c9'] | To illustrate the effect of the samplers on images from the opposite
end of the spectrum (text as opposed to natural), I have put together
a similar comparison with a text image created with GIMP. It shows
9.73x enlargements with two GIMP methods, three GEGL methods, and
three candidate GEGL methods for which patches a... | 8b126fa2-c71c-1eff-b397-91317f97c20f | ['eb6c356d-a5ae-a32b-eae1-609446a2c7c9'] | Generally, downsampling should be done in linear light.
Not, however, upsampling.
If the samplers are standing in the way, I suggest that you let them eat
nonlinear light and implement the desirable conversion, which generally is
different for the up and downsampling components of the samplers, within
the sampler code.... |
8d64c18c-fabb-62e1-04cb-6549da6858f0 | ['eb6ee170-a686-b21a-6e6c-b8423d2fe71a'] | Hi there,
Can you please have a look at the following code:
I've got two questions;
1. I'm trying not to display the fields that are empty with: if (!empty($row9->prijs4pk)){
But it's still display the line and there is no value in PRIJS4PK field.
2. How can i reduce the amount of Queries??
Thanks for your time ... | e5259153-08c1-ba73-b159-863d20344290 | ['eb6ee170-a686-b21a-6e6c-b8423d2fe71a'] | Hi All,
Can you please help me with the following; Is there a function in PHP that can do the following;
When you have output in the database like this: "HeLlo WorlD" then you convert it to all caps "HELLO WORLD" or just the first character that is only caps "Hello world".
I googled and looked at the php.net site bu... |
d2d0542a-bc22-fd82-b51e-8cc8ff0fce32 | ['eb79135c-df5a-9709-6bd8-a97bf4034a7a'] | I've scanned through the archives, seen some similar issues, but not
sure what the resolution is.
Anyway, lately my FMR (about 7-8 months old), has exhibited strange
power behavior. Most irritating is that it just shuts off, apparently
because there's no battery power. This is simply not true. I can turn
it bac... | 3525bc14-36ff-38eb-21f1-1d3862b0fcbf | ['eb79135c-df5a-9709-6bd8-a97bf4034a7a'] | Since my FMR died, I've been unhappy without it. While I'll probably
try to fix it, I'm also considering getting the 500277 model used. Can
anyone tell me what the back of their unit says? The used unit is
advertised as Jukebox Recorder 20, clearly looks like the old model, but
I want to make sure it's the one t... |
a4c4d693-a959-ee23-9dda-5cd6a6b073d2 | ['eb87fb93-5dc4-4a8e-ce64-8511dbf7bc0c'] | I've been working on a MacRuby/Cocoa app and I'm getting to close to release. Is their any docs on how to prepare your app for release? Any tips or tricks?
I know I will need to embed MacRuby in my app but is there anything else that is required/recommended, eg. can you compile the code?
<PERSON> | cf41467c-78cf-e0f6-3900-40018a94e109 | ['eb87fb93-5dc4-4a8e-ce64-8511dbf7bc0c'] | I've been a happy user of MacRuby for a while now and I have been intending to give back by helping with the development, so <PERSON>'s message is timely and inspirational. Here is a brain dump of some of the thoughts I've had about the project.
I'd like to see a statement of the goal for MacRuby. The website mainly t... |
ca584cb8-fb9a-3526-80a7-0e6f32445b46 | ['eb9d063c-33f9-e29e-db3e-5738019405a5'] | I've just uploaded a new version of syntactic:
http://hackage.haskell.org/package/syntactic
The most important change is that I've added observable sharing based on
StableNames. The implementation and interface are conceptually quite
similar to <PERSON> data-reify.
The library offers both referentially transpar... | 264cb176-7e60-dc48-d87f-cd596cb5970e | ['eb9d063c-33f9-e29e-db3e-5738019405a5'] | Hello,
Are there any Haskell tutorials suitable for people who don't (and
possibly don't want to) know Haskell, but just want to use an embedded
language that happens to be in Haskell?
Such a tutorial would focus on using libraries rather than defining
them. For example, it might explain how to interpret a type si... |
9d25a8fb-589b-caa3-02a8-c0ee642a116a | ['eb9e4a43-00d8-24b8-5882-eeba29b68e3a'] | Hi <PERSON>,
Yesterday I spent more hours searching for the "Page is allready
commited" error when using faces (binary) and Tiles.
I found one solution posted by IBM at the following address:
http://www-128.ibm.com/developerworks/java/library/j-integrate/
section "Response has already been committed"
As I could see ... | 9b4cd65a-cd43-40af-0677-5a0ab2f52a2d | ['eb9e4a43-00d8-24b8-5882-eeba29b68e3a'] | Hi,
Please help me wth this one....
I tryed and googled a lot in the last 10 days without any result. I need
to return a SOAP response that is containing informations in both SOAP
header and SOAP body. I have the beans that correctly serialize to the
elements in header and boby but I cannot put them togheter.
Plea... |
0b494471-d7f4-1bf0-212c-f02507f9b817 | ['eba5055c-8d48-0245-65a9-e90bc695070a'] | hmm ok. I tried the code on another computer with specifications between the two computers mentioned before. This one running Slackware as well. And the code ran fine on this one. Theyre using the same terminal and as far as I know they also use the same compiler.
As I mentioned before, Writing a proper gui is not an ... | ba19c90a-c436-0960-1009-286007654400 | ['eba5055c-8d48-0245-65a9-e90bc695070a'] | The cin in the thread is only there for demonstration purposes. It was used to test the blocking of the cin function. If i write cin in the render thread then the program is halted. If i write it in the main thread it is not halted. The model code is also just for demonstration. That part of the code works. It's essent... |
3960b68b-98ed-c55d-b81d-e6845a1bc9fa | ['ebc33e3c-137a-ad22-9b9e-8c4ec52f7876'] | Given the proximity to RC4, the scope of the changes, and that any
possible alternatives would still require us to make some problematic
changes to the build (upgrade Tycho to 0.18.0, to use a newer feature as
a workaround), I'd prefer to leave this for our 2.1 release.
How does everyone feel about this ?
Cheers,
| 33df13d9-3d5a-e2b7-1d22-ba4b753c711c | ['ebc33e3c-137a-ad22-9b9e-8c4ec52f7876'] | Hi Everyone,
Since we finally have a 1.0 release of our project, and given that we'll be
graduating from Incubation, it will be important to monitor changes to our
API.
I've made a tutorial below demonstrating how I monitor API changes. Of
course committers could do this for just the individual plug-ins that they
car... |
e10f0639-c485-2034-4d27-4072cc805206 | ['ebc75ff8-0aba-6381-9c4e-e16140a18b3d'] | You installed/run pymongo from a virtual env or from the distro environment.
I never had any issue like that. I run all my projects from virtual env.
Still a bit weird that it would need to run as root.
<PERSON>, that's a bit weird. If you don't run it as root. Does it work
sometimes or it never connect? I don't see a... | 8c09ae75-086a-76d5-b6ef-f03368c251bd | ['ebc75ff8-0aba-6381-9c4e-e16140a18b3d'] | That's true but if you call. <PERSON> suggestion is probably better.
On the other hand, I don't know what your categories references to. But if
they may be present accross multiple records. You may want to keep reference
to a "categories" collection. You won't need dbref but you could to make
things easier. That way y... |
5462ae3c-9de2-df76-50a5-dc9f068ecb10 | ['ebc99030-eec7-3210-b6bd-c7832a41ebe1'] | Hello,
I have recently begun cataloguing fiction in a public library setting. I
am learning that, for popular fiction titles, when added copies are
purchased, it is desireable to have all copies of the same format on one
bibliographic record to facilitate the holds process. In my previous work
at an academic library,... | 229362e0-d685-8d0d-a807-bebfc6aab4b2 | ['ebc99030-eec7-3210-b6bd-c7832a41ebe1'] | Greetings everyone,
I would like to ask other libraries if their practices for differentiating children's and adult fiction collections are similar to our practices.
In our public library, for our children's subject headings, we use the "$vJuvenile fiction" subdivision and the LC Annotated Children's Catalog subject ... |
77618485-ea1c-46b0-130a-1dc24883e8c9 | ['ebcfabd5-2e6b-3fa3-42cf-e8b688f7b6f2'] | The examples look par for the course as far as anti-aliasing goes with
that particular font. Thin-typed sans almost always come out that way.
Even more so when your drop shadow and color (blue/black) blend
together. try lightening the drop shadow, or change its color, adding
contrasting backgrounds (basic color theory ... | 59f64606-858f-a848-f7df-3d7e24c61e96 | ['ebcfabd5-2e6b-3fa3-42cf-e8b688f7b6f2'] | The examples look par for the course as far as anti-aliasing goes with
that particular font. Thin-typed sans almost always come out that way.
Even more so when your drop shadow and color (blue/black) blend
together. try lightening the drop shadow, or change its color, adding
contrasting backgrounds (basic color theory ... |
ee1c29b8-03e2-fe8e-dbbb-7a67501b3389 | ['ebecb436-c2ab-0875-1ee2-69f7a318e3c8'] | In profiling my program, I discovered that 8% of total time is spent in TlsGetValue(). This
method is 11% of the operating cost of PL_next_solution (for my queries which average 6s),
and 25% of the cost of PL_put_int and company. Obviously this (or something similar) is
necessary for supporting threads, but I wonder ... | 740215d9-0442-af88-647e-7494e6166350 | ['ebecb436-c2ab-0875-1ee2-69f7a318e3c8'] | I recently downloaded version 5.6.12, and it changed my life!
Okay, I exaggerate, but apparently the bug Jan fixed recently which "might" cause problems
in some C interop code, is actually the same bug which plagued my program intermittently for
months. (Said bug occurred irregularly, and only after running lots of co... |
65224aaa-09bf-c290-547a-56a09106217e | ['ebfc97ad-e2a6-db75-fc68-3cdea7ab8436'] | Hello,
I would like to have two machines acting as directors for the same
clients in order to have redundant backups of the servers. I have
looked in the manual and searched the internet but only find multiple
clients for a director not multiple directors for multiple clients.
What is the best way to do this? I... | 88de2491-e40a-4f93-68b9-4ce25da9bdc9 | ['ebfc97ad-e2a6-db75-fc68-3cdea7ab8436'] | Hello,
I am trying to port a GTK2 application written using glade3-3.6.7-2 and
anjuta-2.30.2.1-1 to GTK3 using glade3-3.10.0-2 and anjuta-3.0.0.0-2 .
What is the best process to convert the glade files? Also, what is the
best process to convert depreciated widgets, for example
GtkComboBoxEntry to GtkComboBox? ... |
e200d47b-3af9-e41d-60f2-58ee58452ce7 | ['ebffb325-649d-943c-efa4-132500401b8d'] | I'm developing PyMite and would like to know a little detail about
Python 2.5's design. Is it true that when the RETURN_VALUE executes
and pops its argument, that at that point the stack should *always* be
empty? I mean just the argument stack for that execution frame. I
want to use this knowledge to test if PyMite ... | 82f68d9f-e29e-ab23-e763-ed20bd96be73 | ['ebffb325-649d-943c-efa4-132500401b8d'] | <PERSON>,
I just posted a small package to the python package index. It has one
source file of interest and some unit tests. The remaining files are
either needed for or made by distutils. Should be pretty easy to
follow if you've read the distutils docs. Note that the package you
get does not have the MANIFEST.... |
8ee8a858-a54c-df36-b7cd-2fb790e0a046 | ['ec012eac-f97d-83c7-ac1e-12d175252f18'] | Hi All,
I need to use libcurl in Solaris envirnment.
I have downloaded the libcurl source code curl-7[1][1].18.2.tar. After compiling I am getting both static and dynamic libraries.
I have written a small Cpp file from which I am calling curl_easy_init(), curl_easy_setopt(), curl_easy_perform().
I have included the cu... | 58b7ac89-c4cb-2f7e-9bf6-46dadf80f5b2 | ['ec012eac-f97d-83c7-ac1e-12d175252f18'] | Hi All,
I need to use libcurl in Solaris envirnment.
I have downloaded the libcurl source code curl-7[1][1].18.2.tar. After compiling I am getting both static and dynamic libraries.
I have written a small Cpp file from which I am calling curl_easy_init(), curl_easy_setopt(), curl_easy_perform().
I have included the cu... |
5ca3d795-e7fa-ab3c-cb91-19b3f2049ff5 | ['ec01b404-60d3-185c-866a-ce641919d864'] | Hi <PERSON>,
Thanks for your quick reply. I'm trying my best to understand the
power you have provided with ONMS.
I found a missing comma in snmp-graph.properties I introduced when
adding 'apache.workers'. BTW, I wonder if that should have showed up
in one of the log files?
Now, it monitors the stats. I see the RRD ... | 13963ba7-dba3-a75f-c94f-1b74e71319eb | ['ec01b404-60d3-185c-866a-ce641919d864'] | Hi,
I'm trying to use JRuby for the management component of an application
and wanted to use Webrick to provide a simple web interface. As you
all know - I used google only after an hour of fiddling around - there
are some issues around sockets.
Now there is some rumor that <PERSON> has Webrick working. Is there a
0.... |
134d555e-9830-f3b3-7fff-971e106c5e8e | ['ec09d932-b5f4-c844-795f-94da71f2063a'] | Hey,
I'm new at Textmate, so maybe it's not a bug but a problem between the
chair and the computer :-)
I'm trying to implement the comment reflow thingy that I just saw on
the screencasts, and for some reason the input is receiving the whole
document instead of the text at scope.
You can view a screenshot of the comm... | ac0511e1-da16-4781-b9bd-058ed20bde2c | ['ec09d932-b5f4-c844-795f-94da71f2063a'] | Is there a way to merge two consecutive undo operations?
Here's what I'm trying to do:
On paste I'm changing the text that was just pasted (indenting in this
case) and would like the paste operation and the changes to be treated as
an atomic operation instead of two different ones, so that when the user
undos a sin... |
a30dda87-3132-4612-f5c7-7efd75605008 | ['ec193a43-7921-59c6-cdcf-1b70d2369849'] | Hi,
First of all, I'm not very experienced with encoding, so it's could be a very newbie problem.
I have a website-builder, which generates a complete struts web-app out of an xml file.
However I now have a customer who wants to present his data in russian and german.
The data for presentation is entered and stored ... | c358e9f0-42e7-e572-d1a4-452fb1b984df | ['ec193a43-7921-59c6-cdcf-1b70d2369849'] | Hi,
I have a strange behaviour with delivering images from our tomcats.
I've just checked the manager on all machines and was quite surprised to see
following entries:
S 130223 ms 104 KB 0 KB xxx.xxx.xxx.xxx www.xxx.de GET
/dating/img/be2/be2Logout.gif HTTP/1.1
I mean 130 seconds is a lot for a small image, isn't ... |
ec17c4f1-f6b3-5807-b982-1365bb0e0c0f | ['ec1e084f-0554-96f6-02d5-3d1c78bdd51c'] | Hello Everybody;
Remarkably, I dealt with this successfully previously when I was
contracting at Nintendo
(http://sources.redhat.com/ml/gdb/2004-01/msg00273.html).
But I cant remember how :-( .
My development box is a p4 running fc6 the target is a centaur running
rh62.
I am using crosstool (gcc-2.95.3-glibc-2.1.3)... | fc76b390-05d3-deec-3e39-ec2e656828e0 | ['ec1e084f-0554-96f6-02d5-3d1c78bdd51c'] | This patch allows via vt1617a end users to configure what via calls Smart 5.1 - a mechanism for controlling the 3 bi-directional analog connectors that some OEM's use instead of a larger collection of dedicated analog input and output connectors.
As outlined in previous discussion on this list, the outcome matrix for ... |
7df15840-641c-c438-e9ea-14634ca7aaee | ['ec6def3d-c6b2-3c7a-4c87-2a24c6a363b1'] | Regarding Multicast: A symptom I had when multicasting was disabled was "ccs_tool update cluster.conf" didn't work, ie didn't push out the updated cluster.conf (which makes some sense!). So you can check by updating the version of cluster.conf on one member and running this (from in /etc/cluster).
Have you got all you... | 5b4853db-272c-0e4d-6b15-51f276017c7e | ['ec6def3d-c6b2-3c7a-4c87-2a24c6a363b1'] | Hi All
I have cluster where luci/ricci seems partially broken. Luci reports the cluster members and cluster state but it will not have a node leave or shutdown the cluster.
Performing shutdown/startup of cluster via the init scripts all works.
We had changed the node names manually in cluster.conf from fully qualifi... |
9940c046-4565-7434-2c47-8ffa5d380acf | ['ec6e79a4-8ad7-e46a-70f0-88bfd4b4b21b'] | Hi all,
I have a production server with svn 1.4 plus trac 0.10.4.
I wolud like to migrate to svn 1.5 + Trac 0.11.1. I plan to setup another
server (test) with 1.5 + 0.11.1, migrate all the data and then switch the
two machine.
Do you think it's a good idea or it is better to upgrade the already
running server ?
Or ... | 432d0470-7473-261d-1ea5-684ab6bba6c5 | ['ec6e79a4-8ad7-e46a-70f0-88bfd4b4b21b'] | I all,
I would like to replace the repository of a Trac project with a new
repository from scratch. What will happens to the Trac project ?
I think that the timeline will be useless, but this will not be a problem.
What I need to know is whether the Trac environment will still work, even
if the links to the "old" re... |
9c4b3f83-7e29-0343-548e-34debb47c69e | ['ec7fe252-d731-5cc8-849f-ccb4730cdbff'] | Hi,
I am trying to write an applictaion, lying in between Master Agent and
Network management Application, which receives the set/get from Network
Management Application and forwards it to Master Agent. And on receiving the
response from master agent the application should forward it to Network
Management applictaion.... | 5c86d55d-aef0-4356-5b10-192dfa22757b | ['ec7fe252-d731-5cc8-849f-ccb4730cdbff'] | I wish to have the same mibs shared between two objects but the mib table
does not
have any unique OID in the table to distinuigh to which object it belongs
to.
Is there any way in Master Agent and SUb Agent registration, we can identify
the
request for set or get has come from which object.
e.g., firstkey table is ... |
d1f83e0b-160f-b244-40b1-e2939ba13509 | ['ec8d790b-9339-376f-f22f-af9ecd8c8004'] | My '73 96 has stress cracks from the door handles (particularly from
the small end of the handles) radiating out about 1-2 inches. They
are currently visible only from the underside, but the metal is
extremely thin, particularly around the bulge where the large end of
the handle fits in. I'm curious if anyone has... | 7d1bd15f-6e08-c1e0-e7d9-277f86986663 | ['ec8d790b-9339-376f-f22f-af9ecd8c8004'] | To all,
Sorry I didn't make it to Carlisle. I have two parents with
Alzheimer's and sometimes they end up changing my plans.
I have a question (which <PERSON> answered the other day but he still
speaks with the speed of a New Jersey-an and I, being a former New
Yorker, didn't want to admit I couldn't follow him). An... |
f4c5e07f-e5b8-297a-e106-b50311899225 | ['ec9794ba-db9d-9f1b-696f-dcb923c71b73'] | Hi all,
attached is a simple file that parses Cakewalk (wrk) files. It works with
version 3 files.
It is a simple program inspired by a previous program by <PERSON>.
It parses a cakewalk file, prints detailed and summary information to
standard output and writes to a file filtered copy of the input file
(normally a ... | d12aeb6e-bf7d-659a-a0b0-cbda7255aae7 | ['ec9794ba-db9d-9f1b-696f-dcb923c71b73'] | Hi,
at UERJ, a CMS T2, they are having problems with JobRobot and they
suspect a condor-g problem.
JobRobot is an automated job submission program that uses condor-g
They saw many more gridmonitors than usual. 4 on each of their 2
gatekeepers. Here are the processes on one of them:
https://integrationcloud.campfire... |
0afc8b5b-4e53-e0e6-5815-568557062bc9 | ['ecaa77a1-bccb-09be-de26-ebc6915bbe04'] | Dear Red Hat Enterprise Linux subscribers,
Red Hat is pleased to announce, that a new package containing
para-virtualized (PV) drivers for fully-virtualized Red Hat Enterprise
Linux guests running on a Red Hat Enterprise Linux 5.1 (or later) host
is now available.
PV drivers are virtualization-aware drivers used by ... | 51489bce-df4f-fd4b-4ba0-5d78aaa01047 | ['ecaa77a1-bccb-09be-de26-ebc6915bbe04'] | Hi Friends,
I have a system installed Red Hat Enterprise Linux Client release 5.1 (Tikanga).
This kernel is not supporting my application. erlier I used Red Hat Enterprise Linux ES release 3 (Taroon Update 7). That supports my application. Now I want to change my kernel. Does my new version supports old kernel i.e ( 2... |
c5681190-07c5-994e-2577-4ebce3b4716a | ['ecbd2d9b-4427-7b79-dcbe-2c3ef99c37ad'] | Hey Everybody,
I'm trying to bridge Scrum to two other fields - Information Security and InfoSec operations. As I think through the Scrum/Security relationship, I find lots and lots of opportunity drive security. But the relationship between Agile/Scrum as software development concepts versus managing InfoSec operat... | 7eae2378-f6b3-a819-455c-f174ce350451 | ['ecbd2d9b-4427-7b79-dcbe-2c3ef99c37ad'] | I'm evaluating scrum project management tools for use in contract Information Security integration projects. We don't need code repositories, nor do we need build/test support. Most of our work consists of hardware/software (SIEM) installation and business process design. Most of our day-to-day work is documentation... |
9422f5e2-d737-1339-2960-ecd05ae48cbb | ['ecc16a64-63af-db7d-e1d9-c9476a50a4a1'] | Hi,
Thanks <PERSON> for the workaround. I won't argue more about digging or not
libraries, my main concern was that the already defined parameter
"classpath" was all I needed for findbugs, but I couldn't find how to pass
it to sonar without the compatibility warning. So it was annoying to think
that maybe someday I co... | 4aec75cd-9e89-ecfc-7bcc-563f9e083208 | ['ecc16a64-63af-db7d-e1d9-c9476a50a4a1'] | Dear all,
I'm running into something weird: I have some code which I nightly analyse
with sonar on a server. I freshly installed the sonar plugin for eclipse
and configured my project to connect to the server. Everything seems to
run well except that few issues (over hundreds existing on the server) are
reported as ne... |
9d878cf1-1bda-a4b3-2c1e-64f267dcbdb4 | ['ecc2014d-e117-cf3b-e98c-ec775b5a171f'] | I should of noted the crazy levels returned by the polyline encoding
utility before posting (my excuse is that it was late at night!). I
forgot to point out that I'd change \\ to \ before pasting.
I'm encoding the polyline using a homegrown script, but the levels
encoding script is based heavily on
http://facstaff.unc... | 9876aa45-af59-92cd-fff2-c1c0f4ae4593 | ['ecc2014d-e117-cf3b-e98c-ec775b5a171f'] | Well, I fixed the problem with the wierd layer numbers - turns out I
was converting the integer layer numer to binary, and then adding the
binary number to 63. Now the layer numbers in the polyline encoding
utility look fine, but the polyline stil isn't displaying. Anyone have
any ides? In the mean time, I will try to ... |
6154bb22-a9e7-05a5-e648-0545e0b01ffe | ['ecdf1a7a-128a-76bb-6023-231fd938bba1'] | Hi,
I have the following comments for draft-zhang-ccamp-flexible-grid-ospf-ext-02:
1) section 3.1: last paragraph : the section to reference is 5.8 I believe
2) section 3.1: The requirement to flood non-overlapping available frequency ranges do not appear in the framework, and in my opinion is an unnecessary require... | ef03b5c9-0980-43aa-e5fd-693f282e78b3 | ['ecdf1a7a-128a-76bb-6023-231fd938bba1'] | Hi,
Before starting to update the document on that topic, I would be interested to hear your and the WG opinion on that topic,
Basically we are re-discussing what is the BANDWIDTH object in PCEP, how GMPLS nodes can express its BW constraints.
We had a talk in Berlin and our conclusion is that :
There is two ... |
a78f1e05-7520-27e0-0905-2f93d448eb12 | ['ece2ba37-1c47-516b-96b1-5ec3956e6ed9'] | In my Struts application I am implementing Search, It is working fine with the relevant results being displayed.
In the result page I again have the same SearchForm.
The user can search any number of times because he is always provided with SearchForm.
I want to retain (display ) the last searched text in the resultpag... | f14df6a9-fb6b-fe5f-d65a-de38ab734f10 | ['ece2ba37-1c47-516b-96b1-5ec3956e6ed9'] | I need to populate some lisbox from database at runtime.
Also, there are situations when I populate one list box depending upon the value selected in another listbox, all from database.
I am using DBCP to connect to mySQL
1)Are there any special tags available in Struts?
2)Can any one suggest a most efficient method... |
50aa1517-9276-8ea1-88fc-595023e4d252 | ['ece30f1e-6fe3-5b78-ef42-1844e92ff46a'] | Hi Listers,
I'm running 1.3beta4 here, which installed and works well.
I've just been scanning my logs as I've had 13000 (yes thirteen
thousand!) sniffs at port 3622 TODAY!.
They're all tcp, from various source ports on 200 different machines.
I first saw this yesterday when I had 4000 hits and put it down to
picki... | 00289820-22cf-7b62-3b7d-6ddb30154dce | ['ece30f1e-6fe3-5b78-ef42-1844e92ff46a'] | This is just an observation, not anything more...
I was just at one of the sites I look after, they still run "the other
gpl" firewall version 1 which I just updated with their patches.
Much to my surprise snort died after about 20 minutes of updating!
Is it possible that there's a problem with snort 2.0 or am I jus... |
5f07d219-ffdd-4421-2c43-fd699f7a8ab6 | ['ece45963-c54b-afe1-701e-f2d73189bd7f'] | Hi,
I'll start with my question, which is 'Is it possible to prepare a DVD-based yum repository containing the downloaded FC4 updates'.
I've included some more stuff below in case you are interested why I would want to and what I have tried so far...
I am preparing a standalone platform (no internet) with FC4.
... | a5266561-839d-5905-0c78-dd2e53544151 | ['ece45963-c54b-afe1-701e-f2d73189bd7f'] | During system boot an fsck is performed. The result can be seen on the screen, but is the same result commited to a logfile anywhere?
I would like my running application determine the file-system health. Ideally this would be done by performing an fsck from the application. However, the root file-system cannot be... |
e63d00b4-a3eb-eb4f-239d-12138b93b9ae | ['ece97070-6ba2-5e89-1bcf-bb672e1812c0'] | I continue to get this error which appears to occur when the document wants
to break to the second page.
I've searched high and low to find a post resembling my problem but cannot
find any help.
I am using lots of small PdfPTables to build the pages required.
Please will someone give me a pointer to where t... | d92ab148-dee7-f948-49e5-82ccc353f231 | ['ece97070-6ba2-5e89-1bcf-bb672e1812c0'] | Perhaps somebody could tell me which classes call beginText() and endText()?
Or is this something that is called before and after all Chunks? As I said, I’m not explicitly calling it from anywhere in my code and so it has to be a problem with the PdfPTable, PdfPCell, Paragraph, Phrase or Chunk.
H.
|
3cc4a47f-4043-f57f-ef0c-f0a47f77a276 | ['eced0a12-63a6-ec7a-6fe7-93fd26f7161c'] | Hello,
I guess you are pretty busy, but I would really appreciate your
opinion about those two tickets (it's been 3 months without reply).
I'm willing to make (other) patches, tests or whatever you want to get
those changes included. Especially 287 is a burden for me since I have
to distribute my patch along with my p... | 0a9cfe7a-4017-c49c-9bf0-839bbbefeb3e | ['eced0a12-63a6-ec7a-6fe7-93fd26f7161c'] | Hi there,
I just noticed the "Table Huge" demo. I'm pleasantly surprised at how
it copes with such a huge amount of data. There is one simple issue
which makes it a pain to use though: the scroll bar "knob" is really
tiny and thus very hard to "grab", making it painfully hard to jump to
the end of the table without sc... |
a34ba1be-7613-024c-5a78-d898aef3836e | ['ecff5a2d-3113-276e-4c86-08e95d5b3bbf'] | I am having a weird issue with time on 4 of my netbsd 4.0 i386 servers the
clock seems to be racing ahead about 2 minutes per hour, I googled a
solution to use sysctl parameter,(as it was being used in freebsd)..
kern.timecounter.hardware = TSC
Is there a way I can build it into the kernel so that it reduces manageme... | a5b978e4-f8ba-af6e-4f76-4a60c68cdc2e | ['ecff5a2d-3113-276e-4c86-08e95d5b3bbf'] | How do I verify if BIND and ssh have been upgraded after NetBSD Security
Advisory 2008-009 and 008. I updated the files from source and completed the
build, however the banner for ssh still shows OpenSSH_4.4
NetBSD_Secure_Shell-20061114, OpenSSL 0.9.8e 23 Feb 2007 does it mean that
the updates did not go through or do ... |
f1be7821-22c3-a492-f83f-545ac0daa9b5 | ['ed02f881-ed7d-2d4a-c6de-dafe0c6ebe29'] | Hi <PERSON>
I had actually read quite a bit about seed and I had downloaded some
sample code and played with it in the past. However your idea never
occurred to me. I think it would be a fantastic idea to make the
JavaScript within the layout engine talk to the "enclosing" GUI that is
also written in JavaScript.
... | 8dcafdc4-aab6-c161-4b81-f1a2b1ddd759 | ['ed02f881-ed7d-2d4a-c6de-dafe0c6ebe29'] | Hi <PERSON>
Thanks very much. I haven't participated in about 6 years. It's so nice
to see the same people manning the email list, with you, <PERSON> and Greg +.
I have to read up on my packing options. I think as long as I can
specify the Y and X location in pixels of a non-toplevel window, I
should be fine. I wa... |
ec3870f6-afb5-5d80-d16e-aadd9adce8d1 | ['ed1ae149-3c02-134d-39f9-7350197371f0'] | Hi <PERSON>,
In the contrary , we wanted to be part of Neon , and we missed it due to some flaws we encountered in our plug-ins.
As we've been focusing on technical issues, maybe we did not pay sufficient attention to administrative ones.
Us stepping back refers to Neon only.
Best regards
<PERSON>
| 6790e40f-884c-fb4e-ed1b-cb97fc075bd7 | ['ed1ae149-3c02-134d-39f9-7350197371f0'] | Dear all,
As we have found some flaws in the 5.4.0 version of Eclipse Titan that has been nominated for Neon, we have chosen with regrets to withdraw our participation.
The issues have been fixed in our upcoming release 5.5.0 but that will be too late for Neon.
I hope this decision will not upset anyone; there is... |
2aef6ccd-c8f9-6eb1-b3d7-7f91160167ff | ['ed35fc0b-66e0-589c-9978-952a122fefa6'] | Hello,
My wife is willing to consider converting to LibreOffice 4
permanently. Here's her major issue, in two parts:
(1) She does not know how to start or use Notes in LibO Impress (the
presentation part).
(2) When she starts (and saves) Notes in PowerPoint, and then works on
the presentation in LibO -- even if she ... | 5496a735-ef37-ee3a-5169-fceecbbeea5f | ['ed35fc0b-66e0-589c-9978-952a122fefa6'] | Hello,
My wife is willing to consider converting to LibreOffice 4
permanently. Here's her major issue, in two parts:
(1) She does not know how to start or use Notes in LibreOffice Impress
(the presentation part).
(2) When she starts (and saves) Notes in PowerPoint, and then works on
the presentation in LibreOffice -... |
afae0df4-1554-18c5-81fb-5e944947f696 | ['ed436946-4725-b1ba-29df-cad3e3b01ef7'] | Hi all,
I have two questions.
*First, Does mmsv2 menues rendered inside safe area?
ie.) http://mms.sunsite.dk/features/themes.png
If this is the actural image sent to dxr3, I don't think most TV can
show the song title becuase of luck of the underscan support.
I've read 'AW:screen size' thread ,talking about chani... | 1665deec-9461-795d-e7cb-11d3d57ae74c | ['ed436946-4725-b1ba-29df-cad3e3b01ef7'] | Thank you for all who replied to my question !
It really amazed me how helpful(ahem,active indeed) this list is.
<PERSON> answer worked as I wanted. Right now, I'm figuring out lines that I haven't taught myslef yet.
I started scripting few month ago , with MEL(Maya Embed Language) and then recently I start looking f... |
e49b388f-2b38-dfbb-bef7-7ee7585618c9 | ['ed4c1ce6-18fb-f98d-7959-14dad6ee7207'] | Hi,
in the case of vlc it does show up in the tracker as unfixed
because the CVE ids in the CVE list are not marked with a
DTSA tag because the ids are missing from DTSA/list.
Any way to workaround this?
I tried naming them with CVE-2007-YXXX CVE-2007XYXX and so
on but the pre-commit hook doesn't like this.
Kind r... | 74915b15-b518-99f1-65d4-2c04a77989ad | ['ed4c1ce6-18fb-f98d-7959-14dad6ee7207'] | Hi,
I just wanted to point you to libacpi-0.1[0]
libacpi is a general purpose shared library for programs gathering ACPI data on Linux.
It supports gathering information for:
- Thermal zones support
- Battery support
- Fan support
- AC support
There is an online documentation[1] and an example program available[2]
(... |
bdadb95d-140b-95dc-5a46-67a02027044f | ['ed552380-6ba9-7344-f36b-acfbbf351fb2'] | Nice to see someone else into YMO. Technodelics is one of my favourie
albums all time, especially the recently released remaster with superb
sound. Especially <PERSON> have composed some songs/tracks which
bridge electronic music / pop / avantgarde / random-music / and some
else... He's one of the best to play the gran... | 0309b529-eef7-4fd6-279f-8a725dc2db98 | ['ed552380-6ba9-7344-f36b-acfbbf351fb2'] | I recall a 3D-sound concert by someone, I think it was Tomita, where one
part was a sound simulation of a rocket landing in the middle of the
audience. Apparently some people found it too realistic... ;-) This
would be something nice to have on 5.1 I've been to a few concerts
myself with 3D-sound, it can add significan... |
30c247e1-6ba0-b14c-060d-bdc8fb243fbf | ['ed596ab9-fd18-64f2-4296-93587d76e5bb'] | It is truly disgusting to observe accusations and defamatory statements being made against <PERSON> , <PERSON> and a few others. I know <PERSON> and <PERSON> personally and they do not need clearance certificates from any one of their committment and integrity.
Instead of a focussed approach to network for a stronger ... | f86bb6cf-08b9-66ca-51e3-f50b6fe86384 | ['ed596ab9-fd18-64f2-4296-93587d76e5bb'] | WE CANNOT WAIT ANY LONGER - ENOUGH IS ENOUGH
by <PERSON>
|
44365cc6-902d-7e32-f191-bb3dc5609205 | ['ed6831fe-0b07-d972-7b18-d187374c72b1'] | Hi, I'm very new to Hessian and, having got the basic examples working plus
reviewed the docs, I have a question - is it possible to pass Java objects
via Hessian that implement a common interface, but have different
client/server implementations?
I'd like to use it for communication between an Android app and a Sprin... | 6a8b9d06-d00c-873e-200c-f94570f35044 | ['ed6831fe-0b07-d972-7b18-d187374c72b1'] | Hi, I've been experimenting with referencing configuration key-values pair in
my own feature file. I would like to be able to update config data when
deploying a new version of a feature (uninstalling old feature version first
if required).
I've tried a few approaches - copying a .cfg file into Karaf's /etc dir,
putti... |
c5b5d14b-e4f0-2332-bf76-94fb2905dad7 | ['ed68f887-b397-bb06-e108-d20f00c365fe'] | I've gotten GtkScinitilla up and running under Win2K and GtkScintilla now has
wordwrap working well. (As of the latest CVS)
Now I notice that when I create a GtkScintilla object, there's a grey margin
thing on the left that won't go away. I've tried Set_Margin_Left(0) and
Set_Indent(0), both of which have no effec... | 8fbee26a-71d9-3763-abfd-63e080bbb443 | ['ed68f887-b397-bb06-e108-d20f00c365fe'] | I have a large series of lectures on mono audiocassettes for
http://www.hsc.org - and I want to digitize these tapes. The main goal is to
do this quickly.
I have a 4-channel multi-track studio, that can mix R/L channels on side one
of the tape to the output left channel, and R/L channels on side two to the
output... |
6317aa0c-ca09-3ba6-1dd5-eea0460a4331 | ['ed6b162a-15c9-7b6d-cddb-1b14099d8b0b'] | I'll be grateful if I could have a copy of an RPG/IV example program using
the RCVJRNE command, I am very confused with the use of this command and I
have to develop a process that monitor the Journal Entry and send some
messages when certain conditions are present.
Thanks for your attention
<PERSON>.
| 03f2a8aa-9d43-c88d-e97f-69eed5b2d5fa | ['ed6b162a-15c9-7b6d-cddb-1b14099d8b0b'] | Hello, maybe what I do is not the best or beauty way, there is a field
called JOESD with the information of the file journaled , with an SQL take
the SubStr(Joesd, 3, n) and generate an output file. Take a copy of the
original file and copy the output file with FmtOpt(*NOCHK) to it, then
do a CpyToImpF.
Saludos,... |
dc9677a2-f2f4-8780-a581-a66a9a14e9ac | ['ed7397b3-de77-0858-f02d-32c729ac0fb0'] | Hi systemd-experts,
I am writing a daemon which starts, stops and monitor services and I am
using dbus to interface with systemd. I send messages on dbus to start or
stop the service and this is working well. I want to achieve the following:
1) Monitor service exit using the systemd dbus interface.
2) Monitor when... | a1b32d1f-9d16-a9a8-09c2-ecae881c4b84 | ['ed7397b3-de77-0858-f02d-32c729ac0fb0'] | Hi experts,
I am using systemd v219.
I need help with a systemd issue that I am seeing.
I see that some times stopping of service is taking long time (42 sec).
i checked this in journal logs also.
is this is known issue ?
how do i debug this ?
and any solutions ?
Thanks for help.
|
82455fb0-3997-2651-d479-efc5482a7a9a | ['ed97d2ba-7c63-47df-4295-76e919279226'] | Hi,
I'm in the timesheet etemplate, i've set a field called "ts_client" and
created and update the table with dbtools.
In this field I like to save the value of the id of a linked entry field.
If I set as name ${row}[fieldname] I see the value but it will not be saved.
Is there possible to set different name and val... | 7bcc6c9a-a4fd-f9ba-7270-dea85c55e82e | ['ed97d2ba-7c63-47df-4295-76e919279226'] | Hi <PERSON>,
I'm using egw version 1.6 with postfix and courier imap. I've setted virtual
shared folder with courier Imap and tested with many client. It works.
Now I'm trying to see the shared folders with felamimail, but without
success.
Could you help me please? I've tryed to hack some code but I can view only
fo... |
2f429eb7-2ca4-751b-1c7e-f42896c89f6d | ['ed9ee2b8-4484-c50a-1062-71322cfa5104'] | Good morning :)
just joined the ML, and i would like two spend two lines introducing myself
before jumping to the point
I'm <PERSON> in the discuss forum, l'm Italian and BeOS was my unique OS at
times...those were great days....following Haiku progresses since then.
I'm a data scientist, working for a digital agenc... | 93b812c0-457e-9a17-57b5-e979fc7fa6ee | ['ed9ee2b8-4484-c50a-1062-71322cfa5104'] | Good morning,
I've just noticed that after the update to hrev52398 x84 the keyboard
and/or the mouse have started freezing much more often vs my previous
nightly (hrev52383): a freeze every 10mins more or less.
Before I suffered a freeze every 1h or more.
This unfortunately makes my belowed box unusable as I think t... |
869fff47-926a-6c74-1983-42c27957ae1e | ['edaf018a-530f-f90f-b489-70d68b5c7b9b'] | Hi <PERSON>,
I was trying to do some tests on cache tiering. Currently I have a SSD
backed pool t0(1440G) and a HDD backed pool t1(8T). If I create 10
RBDs on the tier, it looks like all these volumes are sharing t0 but
without any size limits for each.
Is it possible to set per RBD quota in the cache tier? for exampl... | 2e4c5be7-98f5-0414-c361-ab1390e5f6a4 | ['edaf018a-530f-f90f-b489-70d68b5c7b9b'] | Hello Redis gurus,
New to redis, is it possible to use a fixed size(say 3M keys) hash table
through some configuration on redis start? I understand using smaller
hashtable can improve performance when # of keys are small. for my current
workload stable performance is more important and I'm willing to suffer low
p... |
bbfe87d4-faa8-898f-1219-85941d9712a2 | ['edb81d45-1541-92f7-b6db-5cc8b2511a59'] | Forgive me if this is an obvious/simple question... I'm just about to dig
out the manual and have a read, but thought I might get an answer here
quicker than I can find it there...
Is there a way to *not* have the x-axis grow depending on throughput, but be
fixed...
(i.e. 10mbps ethernet, the x-axis should be 10mbps ... | cb1e3caf-436a-d818-5b6b-455e5e1fdc69 | ['edb81d45-1541-92f7-b6db-5cc8b2511a59'] | I just can't seem to get this thing to add up...
I have a maxed out link - it runs at 512kbps all day - so I want to see what's using the most traffic.
I switched on ip accounting in the router, plenty of memory none of the accounting info is being 'lost', run the whodo script every half an hour and it tells me 'misc... |
16c242aa-9550-6d5b-05de-0f42d7076377 | ['edc65272-de87-02ff-0403-e8da3970f269'] | hi
i want my page using without the mandantory /opencms/opencms prefix.
because the path is then wrong on links and images in my project.
now i've installed opencms, imported the pages and then i read in the
/sites/default interactive documentation how i can do this..
but - step1 installing opencms.. it means that i... | 13fa381b-f40c-df96-ab3b-6e0a1d16ee59 | ['edc65272-de87-02ff-0403-e8da3970f269'] | hello..
i search for a tutorial for the opencms version 6, but i dont found any..
can anybody give me a link or something?
second: i created a new project. then i wanted to upload a zip with the file
structur and all the content..
but it doesnt work. i see only the message
upload zip-file
please wait, uploading da... |
2fb9ff17-ca03-a00c-7083-b52746dfd6ca | ['edc75a7f-abe1-8ca5-2ebf-e460a2b918fe'] | Hi,
I have a recipe that uses GNU autoopts, which generates a dependency on libopts. This is the library that is required for any package using autoopts to compile.
GNU autoopts is a tool that is found embedded in GNU autogen as an example of autogen use, but is also a package in its own right. When you configure an... | d1550eec-9e01-139b-1f0b-16d28d046878 | ['edc75a7f-abe1-8ca5-2ebf-e460a2b918fe'] | Hi,
After seeing the lmsensors thread float by I thought it about time I started the discussion on how people manage to avoid re-inventing recipes, and to get the ball rolling, I thought I would describe mine.
As I do not have the any idea what recipes may be kicking about, I devised what I call the meta-bucket appro... |
1cc4119c-01e5-f915-a08f-9424f9d2ae32 | ['edda6e42-6e56-7a47-9bce-a7339bb2655f'] | dear <PERSON>,
Here i attached the client-server program used in
genodetoolchain. Basically i'm trying to build a client-server program with
encryption facilities. But problem i'm facing here is while sending a
string from client to server only the first character in the string is
received remaini... | 698d4cf9-1cf6-f299-88c9-16e6f09611a2 | ['edda6e42-6e56-7a47-9bce-a7339bb2655f'] | Respected sir,
This is pruthiviraj.b from sastra university.I
tried to boot the genode iso in the virtualbox.i followed all the
procedures that is avaliable in the genode forum.But i couldn't configure
the network settings in that tinycorelinux .I changed networksettings to
bridge adapter but s... |
4a4d17ac-a3b6-4089-f953-8073890a5190 | ['edf409fb-dfd4-8521-4f8b-04e3dec521fa'] | Ok, one quick followup (I know ya'll are probably tired of seeing this
haha)..
I tried getting both cards to work in Windows. I needed to install the
FirePRO drivers for the 2260, and to get the V3400 to work, I needed to
install the FireGL drivers. It now works.
What I think the problem is (within Ubuntu/Linux, e... | 1aeb1f34-21c0-0767-b0d7-2a1c9fe5ce4c | ['edf409fb-dfd4-8521-4f8b-04e3dec521fa'] | Hey all-
Ok, so finally found the pen for my the X41 (hidden in the couch) again.
I installed ubuntu 10.10 on it (convenience) and I'm pleasantly
surprised. I got everything (almost) setup just the way I want it.
1) Key mappings: I wrote a script that maps acpi events to the tablet
buttons (pg up/dn, enter and esc... |
ad7ef113-4f4f-1246-f927-ea7680f5e28d | ['ee005011-bd30-770b-039e-b628c3320c79'] | Hi All,
Postgres 8.1 has been released, and it looks much faster under win32 than
8.0.
The Postgres team is saying that they made a big performance effort on the
win32 version, and I have the impression that it is clearly visible.
When you checkout an order, the checkout process is closed to instantaneous,
while it wa... | 3acae596-df27-3a42-b366-fb7d8d0c6561 | ['ee005011-bd30-770b-039e-b628c3320c79'] | Hi <PERSON>
I don't know if this can help as I never have run into this kind of problem,
but at the bottom of
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html, in the
troubleshooting section, it reads:
I get "java.security.NoSuchAlgorithmException" errors in my log files.
The JVM cannot find the JSSE J... |
c1f3fb46-28d4-4557-24df-3a84d12809d0 | ['ee225afa-c150-f53e-a40a-aabb29afc128'] | Hi all,
I'm running into the following issue:
I've a wireless audio device running as a media renderer using latest
MPD version and upmpdcli as UPnP front end. I can connect to the device
with several UPnP clients like Streambels and BubbleUPnP running on my
Android device.
If I play an audio file with, eg. Streambe... | 10d369c2-8e94-1e94-019a-1ba8230911fd | ['ee225afa-c150-f53e-a40a-aabb29afc128'] | Hi,
I am trying to add support for the musl toolchain to FFmpeg.
FFmpeg needs support for library features defined in POSIX.1-2001 with
XSI extension and the standards below. Currently configure probes the
host and target libc by checking for defined macros like __GLIBC__ and
__UCLIBC__. In case of glibc and uclib... |
15a83eac-b770-9fdd-337f-f6383be1e2b2 | ['ee24f7b8-482f-7830-39ba-27d5bc514e99'] | When use_namespaces is True, there will be a namespace metadata proxy launched for either dhcp or router namespace, this proxy will accept metada service request , and then proxy the request to metadata server via metadata agent. But when use_namespaces is False, there is no namespace metadata proxy running, how is th... | ed3f9426-f032-a142-d8b2-b4a9104ff87b | ['ee24f7b8-482f-7830-39ba-27d5bc514e99'] | Is there a way to add an LBaaS service without having to use neutron plugin/agent framework?
I want to add a LBaaS service without an LBaaS agent running and still want to have lb cli and horizon. When the user configure loadbalance via cli or horizon, neutron will send the events(pool, member, vip create/delete even... |
f50020bd-47bd-22ed-cdf0-75034167cc7e | ['ee293c2a-9a45-d268-3f63-edf2cc80145c'] | Me again, sorry.
Trying to set up a basic D2W project with Project Wonder.
Selecting Login from Main page generates exception:
com.webobjects.directtoweb.D2WModelException: Error - could not find any
rule that returns a pageName using the current context
My Application class subclasses ERXApplication.
What does th... | eb08d117-210c-9dac-8963-8e33d9d68af0 | ['ee293c2a-9a45-d268-3f63-edf2cc80145c'] | Thanks to all of those who replied.
I probably should have said something more like "HTML may be replaced with a
more dynamic interface technology" rather than Flash specifically. That was
my point.
I don't think DHTML gets there, and although I think ITMS is fantastic (the
hybrid approach) it still relies on a na... |
55ca61d8-4d6a-9622-1888-8fdeea924515 | ['ee3b565a-48b1-6778-fa1d-ed03474daa1f'] | Hi all
I was wondering if it is in any way possible to make wifiX a
non-ethernet device. This way, it won't try IPv6 autoconf for example,
and there will be no more "wifi0: no IPv6 routers present" warnings
anymore. There might also be some other advantages that I'm not aware off...
If this is possible (and doable... | d2e59f40-82bb-faa0-cf60-7b69d3d7fa14 | ['ee3b565a-48b1-6778-fa1d-ed03474daa1f'] | Hi all,
After a minor cleanup, I published [0] Kodi and dependencies for running
on the brcm2708 target (Raspberry Pi). Dependencies for this are in the
kodi branches of my LEDE staging tree [1], and my fork of the packages
feed [2].
I am currently working on x86 support, but it's taking longer than
expected so I dec... |
c0fbaae3-a8ab-6a9d-9089-a2ca085151f3 | ['ee3c89ba-70f0-df47-161e-b65088ffa85b'] | Hello,
I just noticed that since the yum updates the open basedir value for every
vsite is empty in the GUI.
In the site config file there no directive anymore that set the open basedir
to the vsites homedir.
How can I restore it to the default value for all websites? Did I miss an
instruction to fix this? I do h... | 3761f751-c4ac-cd01-23c4-4135d735ec7f | ['ee3c89ba-70f0-df47-161e-b65088ffa85b'] | Good to see the layout is going to be renewed. I like it so I did a small
donation and encourage everyone to do so.
In terms of renewing.. would it be an idea to drop CODB when implementing
the new design?
CODB has a way of getting corrupt and its actual data is 'invisible' to most
users. Why not use something like a ... |
3f2f536d-2425-e273-4083-c77dfc344f46 | ['ee3c9adf-f9ff-fd89-951d-0c44db749ff6'] | I've been using canopy clustering to generate initial centroids for k-means
clustering. But in this case, is t1 actually doing anything? Because
canopy clustering keeps going until all points are within t2 of some canopy
center. If a point is within t1 of a canopy center, it's placed in that
canopy, sure, but it's a... | 8560d36b-33ee-8e39-dacd-fe6906d2a91b | ['ee3c9adf-f9ff-fd89-951d-0c44db749ff6'] | Hi, I'm interested in following up on this question about combining boolean
and non-boolean data. <PERSON> and <PERSON> mentioned two ways of doing this:
(1) Assign each boolean data point an arbitrary rating, such as 4 out of 5.
(2) Assume that all of the data is boolean, i.e. ignore the explicit
ratings.
Are ther... |
e65d4edb-51d9-cc02-c7c5-2fb6d52bc71c | ['ee4069f2-a53c-3922-62a7-b13ecf0dd00d'] | If I understand correctly, you want to pass the scratch register from
the prolog to the main shader?
If so, I don't think this will work correctly, as this will shift all
prolog outputs after the copied input sgprs one sgpr up and puts the
scratch offset in the middle. In the main shader we don't compensate
and at le... | ba8e5156-7f99-d1f4-4f91-c1ef10e2d54d | ['ee4069f2-a53c-3922-62a7-b13ecf0dd00d'] | Addressed review comments by <PERSON>.
As part of that the max number of patches per threadgroup was reduced to 40
from 64. This reduced unigine-heaven performance from 43.1 fps to 42.5 fps
(the number varies a little but the magnitude of the difference is pretty constant)
However it is likely that the optimal value ... |
638b3cac-99be-64b4-c300-6b1df5fde256 | ['ee44d5ff-fcd3-91cf-aec8-fd7012c8bd35'] | I installed Red Hat 8 last night. Now trying to get it to print to my HP
G55. Red Hat 8 found the printer on the USB port. Yippie.
When I configure the printer and try to print a test page, it get nothing.
No printout, No errors, no nadda.
Red Hat is very good at finding the printer if it is there and telling me it
i... | 23c8b9e9-0507-69ae-2473-5c8a721b4603 | ['ee44d5ff-fcd3-91cf-aec8-fd7012c8bd35'] | Greetings all
Over the last three weeks I have been testing SuSE 8.0, HP OfficeJet
printing and Evolution.
Now that I have the OfficeJet working with SuSE 8.0, I decided to again
download and install Evolution.
I've exported my calendar and contacts using outport. I did this before with
1.08 of Evolution and had no ... |
6390dbee-742a-4458-aa41-c347c2ecb843 | ['ee4ad49e-42fe-a962-3dac-ca1bab57ba3c'] | Ok, I have been trying to figure this out for a couple of days now without
success. I have been reading and have a few questions that I can't find the
answers for.
I am using wpa_supplicant 0.2.4 with the ipw2100 internal using ipw2100-0.55 driver.
1. Do I need the hostap driver with version 0.55?
2. If my .config f... | 3781d33a-7b2e-a280-eec1-70698dbf6d52 | ['ee4ad49e-42fe-a962-3dac-ca1bab57ba3c'] | I have some questions about the ldap of the kolab server.
In evolution I can connect to my ldap server and it will auto complete
the address in the To: field. I cannot do this in outlook, is the bynari
connector needed for that?
And is there an easy way to populate the ldap server with adresses like
importing a .cs... |
c4d1ae7b-1657-60fa-592b-c1cf3a8006b3 | ['ee5537fb-c6f6-aa79-cd4f-34474b3b4b1d'] | Hi,
I think the introduction of the process makes a lot of sense,
however, I feel that the process as it stands presents a problem
with regard to dissemination of information.
1. In the proposal, Section 2.3 Timeline:
"The Finder and Vendor observe a 30-day grace period beginning
with the release of the remedy, durin... | c739d51d-54ef-9c1a-bf22-fb8d294dfa2e | ['ee5537fb-c6f6-aa79-cd4f-34474b3b4b1d'] | Hi,
There have already been many excellent suggestions regarding this topic.
I just thought I'd make mention of another product to add to the mix:
SafeGuard PrivateCrypto
http://www.utimaco.com/privatecrypto/eng_privatecrypto.html
I don't personally use the product, but know a few people who do and are
quite happy ... |
603910b4-c2aa-5bc5-9dba-9a46d3ee521a | ['ee56ac2d-c239-60e3-0bae-44f9d0ff4c3d'] | All this talk about microcontrollers and IEEE1588 made me get out of the
shadow to ask:
1) Are you talking about IEEE1588-2002 or IEEE1588-2008? The former has
no use to me, but the later could replace some GPSs in a system i´m
designing...
2) If you intend to play with IEEE1588-2008, do you know any affordable
s... | 3b1b5476-0d12-1859-f1f3-a27c5bacb861 | ['ee56ac2d-c239-60e3-0bae-44f9d0ff4c3d'] | Looking at e-pay (nobody here seems to refer to it by it´s name... don´t
know why.. any relationship to Sauron?) I found several items from HP
named "samplers", like:
http://www.ebay.com/itm/Agilent-5086-7961-Sampler-50GHz-/120789801136
http://www.ebay.com/itm/HP-Agilent-5340A-Microwave-Sampler-Mixer-5088-7004-Hewl... |
35f1d2d6-18e6-95b7-ce93-66548eb85ce9 | ['ee65c4b6-40f1-cc93-d066-b061f07bb53f'] | Hi,
the attached patch fixes two issues:
1) The Config<IP_ADDRESS>CONFIG["LIBRUBY_SO"] is used to obtain the Ruby's so name. This allows Vim to work without -devel package (at least on Fedora) and prevent possible SEGVs due to incompatible Ruby libraries.
2) It fixes "Use RbConfig instead of obsolete and deprecated ... | 603ad50d-c3d1-fd58-11ec-8b7b8cebb863 | ['ee65c4b6-40f1-cc93-d066-b061f07bb53f'] | Hi everybody,
I am trying to prepare package of Ruby 1.9.3 for Fedora 17 and recently,
there was raised question [1], if Ruby can work with system version of
Oniguruma and what is the relation between Oniguruma and Ruby. Could you
please clarify this issue? This might be show stopper for packaging Ruby
1.9.3 for Fedor... |
13225209-d0ac-bf8c-8c79-4a910a1ea9bd | ['ee786392-683f-baa7-af6d-c386c286bf34'] | What are the steps to invoke a web service that requests a complex type?
My client uses Java domain objects that represent web service complex types
throughout the application. Does the client need to generate SDO types from
the WSDL, and then convert local objects to their SDO representation prior
to web service inv... | a83170be-92fd-48d9-3fd0-a0a8e0fa8f95 | ['ee786392-683f-baa7-af6d-c386c286bf34'] | I haven't gotten too deep into the plugin yet, but I have a request. Can we
create the target webapp directory (target/[webapp]) with the tuscany boot
structure and contents first, and then jar up this directory to create the
archived version? This way both the directory and archived WAR match up,
and we can also dep... |
1e5be2c9-7ee8-af07-f44c-7b6ce0d35bd5 | ['ee78d2b9-8341-2238-ba05-4fb1fbf307ad'] | Thanks for your quick reply.
I forgot to mention I don't want to commit the user.home folder in our svn
repo.
I always run grails with the "-Duser.home=..." option to avoid the build in
my home folder.
so I force the build into a my grails app dir, and exclude that dir from our
subversion project. This way, the folder... | c034ccf6-4fc3-8494-663e-24cfbf0fe13e | ['ee78d2b9-8341-2238-ba05-4fb1fbf307ad'] | Hi
I've just run an setup to add some fonctionalities (cron) to my cygwin
install, but it crashed at the end of the configuration process with
the following message
"the procedure entry point _impure_ptr could not be located in the
dynamic link library cygwin1.dll"
Now, wathever I try to rin I've got this error mess... |
15a5fce6-4efe-4441-737c-ecc698c69993 | ['ee82ad71-f3fa-b99a-ab8d-91f172857f20'] | <PERSON>,
jQuery is not (and should not be) loaded at every page load. At best, loading it when it's not needed would delay uncached page loads. Some themes do make use of it, and they will no doubt include it, but unless core evolves to do something fancy enough to actually require jQuery (doubtful), you won't see it... | 05855712-9ed4-a29b-da8b-d456bb51cdaa | ['ee82ad71-f3fa-b99a-ab8d-91f172857f20'] | Awhile back, the question went around as to which IDE people were using for WordPress development. I've been using Eclipse, but NetBeans seemed quite popular and a new employer has asked me to migrate to it, so I have.
The problem I'm having is that code completion for WordPress functions (or my own, for that matter) i... |
970cd2ba-7449-4db2-09c8-c857602b96bf | ['ee87953a-1aea-c785-997d-3a890e62b59b'] | I am rebuilding an old web site (perl/apache-asp/mysql) to Plone 3.
A nice feature that my low-traffic users appreciated was a series of "quick
link" menus in the equivalent of the "right-slot." See
http://www.kedronhills.org/ http://www.kedronhills.org/ .
Is there a Plone 3 product that permits me to add such a fe... | 3e19a48c-05cb-a9ba-9dae-e5a5bfc230b9 | ['ee87953a-1aea-c785-997d-3a890e62b59b'] | I am working my way through the "managing projects with zc.buildout" tutorial
and have hit a wall.
My desire is for the tutorial to leave me in a state similar to that
provided by the UnifiedInstaller, that is, with a working zope/plone
instance.
I reviewed this documentation and created a zope instance. I can view ... |
c741c1f5-30d9-678e-8c33-d65b568329ab | ['ee889b09-1590-578a-9f49-2622dabdb75f'] | Hello <PERSON>,
I have a question about working with solr which is installed on a remote
server.
I have a php-project with a very big mysql-database of about 10gb and I
am also using solr for about 10,000,000 entries indexed for fast search
and access of the mysql-data.
I have a local copy myself so I can continue to w... | 5fa4508e-b503-9fda-923a-371f1c81339f | ['ee889b09-1590-578a-9f49-2622dabdb75f'] | Dear Solr-Experts,
I am using Solr for my current web-application on my server successfully.
Now I would like to use it in my second web-application that is hosted
on the same server. Is it possible in any way to create two independent
instances/databases in Solr? I know that I could create another set of
fields with ... |
a81d0aa9-0d1e-290c-6c15-7d0b554ce6df | ['eea1fd7e-b442-c0a6-76c4-a56bd7b03123'] | Running 2.18-RC3 on Solaris
The nature of the development we do (PL/SQL) means that we never
produce patches as diffs, rather as wholesale replacements for
packages, etc. We are endeavouring to start using Bugzilla as our bug
tracking and it would be very nice to be able to see the difference
between two package vers... | e1cd30e2-e03a-fcb7-ee21-d7e481be8611 | ['eea1fd7e-b442-c0a6-76c4-a56bd7b03123'] | I'd like to be able to run a script to extract all valid patches for
bugs that are flagged in a certain way. For example, if 2 bugs
(2000,2001) have the 'Testing' flag set to ?, I'd like to be able to
run a script to produce me two directories, 2000 and 2001, each of
which includes all the valid attachments for those ... |
c6b92e4b-dbd5-ca90-d553-0915556cfc55 | ['eea75813-c14c-a72f-0c4c-72894e1c8e68'] | Hi there,
my evolution is working absolute correct. (Must times. When not I remember windows and restart it).
But one thing is very anoing.
I have 8 pop3 mailboxes and when I click an download the message-box appears and some of the mailboxes are not connecting for 20 seconds or more.
I know that they are not connectin... | d224f765-60ba-39bb-122f-e4e4ec9d2b54 | ['eea75813-c14c-a72f-0c4c-72894e1c8e68'] | Hi there,
today I installed the driver from
https://launchpad.net/~doctormo/+archive/wacom-plus
It is the version 0.10.11
In principle my Bamboo is running.
But:
- it is very nervous
- zoom very easy an nervous on two finger-movement
- scroll with two-finger-gesture doesn't work - always tries to zoom
- mouse ist jump... |
57f189f4-4bc4-232c-c6a5-3ef3db5486e6 | ['eea970d2-a93e-e6c3-8ab9-656e4bcfcd54'] | Hi
I am using WikidPad for my uni research, and I am creating wikiwords like Smith2008 or Jones2004 to link to pages about journal papers. But this stops Autocomplete working. Is there a work-around? If I start the wikiword with a bracket e.g. "[Smi..." and then ctrl-space it works, but looks ugly with all those brack... | a0b7a07a-dd38-ec15-28cb-7f96728635dd | ['eea970d2-a93e-e6c3-8ab9-656e4bcfcd54'] | There is probably a really simple explanation for this, but I can't find it.
Auto-complete does not work for me at the moment. I installed wikidpad 2.1 on a new computer (64bit windows). I tried the function on various different wikiwords and also I tried doing the examples in the help wiki. Nothing works. Other keybi... |
510b4ff6-396c-9cf4-6458-2cc9d0bbeb80 | ['eeaa0077-bf22-090c-193f-2899adde7949'] | Hello, I know this has been asked before. I have found a way to group
up to 1000 markers in Jscript. The marker info comes from mysql and is
fetched when a user zooms or scrolls. If under 1000 items the lat and
lng are sent and JScript will handle it (code is here:
http://www.niceinchina.com/groupMarker.txt)
There are... | b34fd4e8-70a3-444c-2ce9-ee81565dce1f | ['eeaa0077-bf22-090c-193f-2899adde7949'] | Hello all,
The javascript I posted to group markers has some bugs in it, when I
find out what I will repost that.
<PERSON>, I will have yet to check your links but looks like the stuff I
was looking for.
As for my dilemma:
There are 60000+ items in the database, I want only 54 markers on the
map representing the ite... |
318d0956-bda1-8bcb-a097-fc58e03479a3 | ['eeb2a64f-9317-9394-afce-d338ae84e142'] | Hello ,
I'll just started with asterisk and I would liket to to dial between your
two phones with to cisco ATA 186 , but I have a problem
The two cisco ATA and the server in the same networks and i have the ring in
the phone but i'am not able to place a call
Between the twe phone .
In attachement the sip... | 17f18b23-71c2-8d3e-b0cb-59f91a563465 | ['eeb2a64f-9317-9394-afce-d338ae84e142'] | Hi,
I have a Asterisk with two Cisco ATA connected with each other .
Cisco ATA1 is connected via satellite link
Cisco ATA2 is connected via leased line
The problem is
CISCO ATA2 can call CISCO ATA2 with no problem
But
CISCO ATA1 cannot call CISCO ATA2 .
Any suggestion please
Rabii
... |
8e21e458-0604-24a0-c7e5-e7d61cd1135e | ['eeb37921-3f70-a05a-9272-e7c9a5c460d5'] | I'm just a kid with a laptop. I'm not even a member of PTP, as I don't have a
node. :) But I just had to add my .02...
I recently graduated from college, where I had grown fat-and-happy on the
notion of free wireless everywhere. In the dorm lounges, in the campus
coffeehouse, I could do my programming homework, check ... | f92e1bfd-1a58-ad8b-3fd0-d95405c4868f | ['eeb37921-3f70-a05a-9272-e7c9a5c460d5'] | apologies if this has made the rounds already, but I just discovered:
http://www.hotspotbloom.com/
"Hotspot Bloom is a wearable flower that glows and changes color to
indicate the signal strength of a nearby wireless network (802.11b/g).
With its mobile interface, Hotspot Bloom allows people to immediately
identify ho... |
26c8ad66-355f-51da-41d4-0f2fcc3b0c23 | ['eeb6e23d-3fd4-1a2d-72cb-3bc1a2cfd317'] | just a quick ping on this particular patch....
it's usefull at least for pulseaudio in system mode, which needs its own user and group.
Note that the pulseaudio documentation recommends never using pulseaudio as a system daemon except for headless embedded system.
So I think it's legitimate to handle this use case f... | a36e3585-360d-ca04-e271-24d722994437 | ['eeb6e23d-3fd4-1a2d-72cb-3bc1a2cfd317'] | Hello everybody
I am currently creating a couple of post-build scripts for my own personal use that could
be usefull for the general audience...
* copy the local id_ras.pub to the target
* generate the host key of the target during build time
* copy the target's host key to the known_host of the user
Since post-bui... |
770c0959-c5c6-5749-5ae0-6f4e24423c2e | ['eeb818cf-d978-f952-5db8-2d312462d3cd'] | We will be having a Drizzle booth at the upcoming MySQL Users Conference and
are looking for any volunteers who can help us staff the booth at any of the
times (or partial times) listed below. Send me a note if you can help us
out. Also don't forget that we will have a full list of Drizzle sessions at
the conference ... | 271ff196-d0d2-fe91-216a-a42e5b66c14d | ['eeb818cf-d978-f952-5db8-2d312462d3cd'] | A few weeks ago everything fell apart with our Jenkins jobs, git
polling stopped working and our jobs are failing also. Our admin says
nothing changed on this machine. I've tried earlier versions of
Jenkins, I've tried different plugin versions but to no avail. I've
tried uninstalling and do a fresh install but get th... |
178c81fe-92a1-5fb9-1227-7d7749bab239 | ['eef22871-8ea8-29a5-0841-5355807487ec'] | I've gone through the FIPS User Guide and have built OpenSSL 1.0.1c with the FIPS module 2.0.2. From a practical perspective I'm trying to sort out in my mind the following:
- What is functionally different between the standard OpenSSL and OpenSSL compiled with FIPS and _not_ in FIPS mode (i.e. FIPS_mode_set(1) _not_... | ba244a2e-d533-04d0-58d4-85621ef80f60 | ['eef22871-8ea8-29a5-0841-5355807487ec'] | <PERSON>,
I was able to get the sample from appendix C.1 to compile for me with the following steps:
1. Build the fips module
2. Build openssl with --with-fipslibdir & --with-fipsdir
3. Create a Windows console application in Visual Studio 2008
4. Add the openssl\inc32 folder to the include path
5. Add the openssl\ou... |
f1488ef9-dac6-6e8f-7507-26d6f819b9f4 | ['eeff3a7d-622d-8b1b-3aa8-d22b54cd5460'] | Hi,
I'd like to request an interface for plugins to specify that a
PidginWindow instance should not be automatically destroyed on the
removal of its last conversation.
Attached is an example patch to add a pair of functions implementing
this to illustrate what I mean. (It tacks GObject data onto a widget
instead of ... | 72753a9f-e4da-aee7-96c1-504b36a9f9d5 | ['eeff3a7d-622d-8b1b-3aa8-d22b54cd5460'] | Hi,
The block comment documentation[1] claims that the closing "!#" must
appear on its own line, but this doesn't actually seem to be the
case[2]. For example, the line "(display #! comment !# 1)"
successfully outputs "1".
Can anyone clarify whether the documentation needs to be updated, or
if the currently acceptab... |
b07830be-d6cb-e559-910c-91759650b41c | ['eeff58b9-8240-b460-3bf3-4cf7cd042a13'] | I have an quad-processor amd64 (12GB RAM) system happily running on a kernel
that announces itself as 2.0.2_STABLE. I'd like to add a (multilane) PCI SATA
controller to this (recommendations welcome - I don't care if it emulates an IDE
interface, as long as it works).
The machine is very stable at what it's current... | 9a3f3e7b-fb5f-f12f-e998-9f0b622e2bf6 | ['eeff58b9-8240-b460-3bf3-4cf7cd042a13'] | I'm running mysql 4.0.25 on netbsd 3, on a dual-processor opteron machine with
16GB. I'm trying to make things faster, of course. All the data operations are
on one very large table (about 20GB, index is 17GB), which I will eventually
figure out how to split.
I have four processes working on this table at once; the... |
c043245e-d713-a35c-52d5-7c2767ccdc0f | ['ef02d604-1c8f-2be0-bf6c-7468938b4fe5'] | hi,all,
I packet pjsip with a dll, callback this dll file in my program, and work good.
but i find a question:
when i continue click my program let the program windows maxmize and minmize, then the reomte user heard his recieved sound with clutter.
i have set the current thread priority 15.
why? please help me.
th... | fa9df8e5-2023-920d-9089-823dfd77b9da | ['ef02d604-1c8f-2be0-bf6c-7468938b4fe5'] | hi,i have two questions.
1. i dont know how to use the parameter of plc_tuning,
in 20% packets loss net condition what value it set?
2. one (A) use 16.8K (quality = 5) ,the other (B) use 20.6k (quality = 6) .
i find A sound with clutter. why?
please help me.
thanks!
|
2e53a1fc-674b-6396-1296-53ba0e06d7a8 | ['ef16ac8f-6ab2-0ed0-453e-41c73a7f5567'] | Hi Guys,
I'm working a new project:
I read a video from file and show it, it works fine.
And perform a video crop every frame and after I try show the video again
and I gave this error:
Gtk-WARNING **: cannot open display:
and I dont see the video.
Do you have any idea ?
Thanks your time and help.
Best Regar... | e7d66299-c6ae-caf0-984f-b06ac59ff725 | ['ef16ac8f-6ab2-0ed0-453e-41c73a7f5567'] | First of all ,
We talked about this problem earlier, pls use the search in earlier mails in
this maillist.
You can improve your processing time if you resize the frames, because ip camera
give a big frames ( in hd size etc...).
Or You can use threads, or TBB or IPP.
Maybe you can use CUDA support etc ..
I hope thi... |
6ba73035-8c36-e747-e839-37ba27261e2c | ['ef18fc76-cb40-6a87-ae48-bc95b61003e6'] | Hi the List !
I'd like to use a png image (the designer gave it to me) as a background
for a view.
Unlike stretches="both" or stretches="none",
I try to make that small image to be replicated so it will fill the
view, not being stretches to the view.
Basically, it could be fill="both" on a view ...
It is possible ... | 157f1a08-deb6-88bc-55cd-6407e545be9f | ['ef18fc76-cb40-6a87-ae48-bc95b61003e6'] | More precision : in fact, I have to send back to the server in XML the
content of a form.
For simple value, it is simple : one name in the form could be one
parameter with 'name' as a key.
It become more difficult for multiple values like several book in a
basket for example.
I could add several books with keys like... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.