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
68288b86-82da-0532-69aa-60ab3092e205
['2a7f7ccc-32f2-1f0e-a965-344686e208cb']
Hi What is the equivalent of RPG Opcode FREE in RPGLE. If i use CVTRPGSRC to convert RPG to RPGLE source, the FREE opcode is retained as the same in the destination RPGLE source but there is no such opcode exist in RPGLE. Could anyone tell me whats the equivalent in RPGLE?. Thanks <PERSON>
034b9443-bf44-d228-416e-2dbcb23e3cab
['2a7f7ccc-32f2-1f0e-a965-344686e208cb']
i am new to AS/400 environment . I find a command CPYTOPCD and tried to use that as below. QSYS/CPYTOPCD FROMFILE(CMPMS) TOFLR(DOCS) TODOC(CMPMS) REPLACE(*YES) It gives an Error Message (IWS1612) : Member CMPMS not copied to PC document. [Docs is the file in my local PC] Can anyone tell me either the folder name ...
5a1ff12c-ed58-b330-c114-1e0edb98d164
['2a82f5bc-de72-7ab8-ed2d-562dd8e2d627']
"Tango with Brigitte" is returning to Provence for the 6th time, a once a year opportunity to join our fabulous Tango Holiday in one of the most beautiful region of France. This year in the Mas du Martinet, close to Carpentras in Mazan. With GRACIELA GAMBA & DIEGO CONVERTI Genuine Argentine Tango Salon dancers reputed...
5727d61b-81f4-399f-25e1-d9953a92d3b7
['2a82f5bc-de72-7ab8-ed2d-562dd8e2d627']
I am delighted and excited to be hosting for their first visit to London and UK <PERSON> & <PERSON> from 8th to 19th November Classes and performances in Carablanca, Corrientes, Letchmore Tea Dance, Dome, Negracha, Crypt and Pavadita. Workshops: £22 each, £40 for 2, £75 for 4 in London Swiss Cottage - SATURDAY 17 ...
55e14bd6-3058-9dde-4fec-ba331b2b41ab
['2a8bbaa7-d9d6-299c-ce43-ed3db8e6c129']
Greetings humanitarian OpenStreetMap community, The HOT Activation Working Group have our regularly scheduled meeting tomorrow, Friday 7/12/18 at 1500UTC. We meet on the #hot IRC channel (bridged to #hot_irc_channel on the HOT Slack). More info can be found on the wiki: https://wiki.openstreetmap.org/wiki/Humanita...
256e49ea-d7bb-34cc-66f3-fb1ca44b3724
['2a8bbaa7-d9d6-299c-ce43-ed3db8e6c129']
Hi <PERSON>, I thought we were going back to 1500 UTC – 13 is very early for me and our friend(s) on the West Coast USA probably won’t want to make that time either. Will be a bit better when daylight saving changes in a few weeks. Either way, it’s not on the WG calendar, let me know if you need help with that. ...
3f4296ad-20d4-b782-f688-3a624775ac73
['2a8bebe0-e8ff-014d-94f7-de60e2bcc19a']
OpenVZ has been fixed for sometime, but many OVZ hosts are still default the older burst memory system. If you are running Go, or pretty much anything, you'll want OVZ that uses vSwap. Even on a 64MB OVZ using vSwap I was able to run many Go apps. I also found rsync didn't run out of ram, when a 256MB with burst 512...
46d82e2f-c8d0-d6c5-050d-c9f89e45e235
['2a8bebe0-e8ff-014d-94f7-de60e2bcc19a']
Consider: http://play.golang.org/p/ZzQ_N4xgl4 I want to send through tags that have changed. In this case, I want to omit forename2 and forename3 (we aren't updating those), and I want to set forename1 to "", since <PERSON> shouldn't have a first name. omitempty doesn't do the job since it won't send an empty str...
d5fc82a2-84f6-9ae7-90da-259f81f1f5e9
['2a8fbf28-6504-55c1-3478-39be4095df99']
Hi, on SuSE 9.2 with cups 1.21 when we remove a printer by using the SysV command lpadmin -x printername cupsd aborts without any message. Any following command results in connection refused until we restart the cups system. Does anybody examine a similar behaviour though we know that this kind of printing isn't used s...
e347b97e-4085-bbc7-1ba1-160a31dc05a9
['2a8fbf28-6504-55c1-3478-39be4095df99']
Hi, we are using cups 1.23 (SuSE 9.3). Many problems annoying in versions before seem to be fixed, fine. One problem still exists which came in somwhat around 1.19. Network printers using the socket backend (on other connection types we don't see the problem till now) are randomly set 'disabled'. We tried to figure ou...
5cc8bab3-e7df-97fc-d14c-05b2889cf97f
['2ab2ee26-5e0e-89f0-4e89-a23ef0f29e0e']
Hi guys, I've been looking at salt deployment for multi-tenant scenario. My understanding is the same AES key used for all minions. Base on this one security concern comes up: Suppose there are two users in the system, each having some minions. There is one master managing all minions. User A sends a command to hi...
897e6bb8-172d-2710-a2a1-dcfbd5d7b115
['2ab2ee26-5e0e-89f0-4e89-a23ef0f29e0e']
Thanks <PERSON>. I am setting up a salt service for multiple tenants. Each tenant is able to add his own minions in the service. Each tenant should have complete rights over his own minions, but should have no rights over others' minions. I'm not using client_acl or eauth. I'm building my own authentication/authoriz...
a9475d5e-addb-cb18-297c-09056bdc03b9
['2abdccbc-281a-32fa-82ee-fae9c05e6e37']
Hi, all, Consider the following case, you have a live/busy Erlang system in production which handles thousands of transactions per second and millions of users, and customer reported a non-reproducible bug. The problem is non-reproducible, or intermittent, or very hard to reproduce in live system and in lab. You can ...
4e5a1292-79ae-6f32-447e-4e65979d706b
['2abdccbc-281a-32fa-82ee-fae9c05e6e37']
Hi, all, From <PERSON>'s book, "Once an active socket has been created, the controlling process will be sent {tcp, Socket, Data} messages as data is received. There is no way the controlling process can control the flow of these messages. A rogue client could send thousands of messages to the system, and these would ...
e6394098-ccb0-fcb0-53ce-1d1f54b1246e
['2abdf735-a86c-49ce-9e79-a2eaad6d69fe']
Pull Request #1184 https://github.com/STEllAR-GROUP/hpx/pull/1184 adjusts our implementation of implicit unwrapping to the latest draft of the Concurrency TS. It includes the following breaking changes: - `future<IP_ADDRESS>unwrap` and `shared_future<IP_ADDRESS>unwrap` were removed. The functionality is still prese...
956104b8-b324-b5b7-dcfe-83f473cd18e3
['2abdf735-a86c-49ce-9e79-a2eaad6d69fe']
In order to align HPX to the C++ standard, hpx::future is being deprecated. The standard provides two kinds of future: one for unique ownership (std<IP_ADDRESS>future) and one for shared ownership (std<IP_ADDRESS><IP_ADDRESS>future is being deprecated. The standard provides two kinds of future: one for unique owne...
a72c8cc1-a4b9-6373-52cb-4bbac51f5ace
['2ac420ea-0bff-5a31-7613-f24785ba633f']
Referring to <URL:http://sources.redhat.com/ml/libc-alpha/2003-06/msg00066.html>, that patch is ok. It's been in use locally for quite a while; sorry for not being forthcoming. Thanks to <PERSON> for seeing to pushing it through. I'd like to be port maintainer, if you please, to improve the lack of maintenance. If ...
da647584-aca2-b6e0-c38b-b3104493aa2f
['2ac420ea-0bff-5a31-7613-f24785ba633f']
I sent this reminder a week ago, but I don't see the message in the ml archives. Anyway, it still seems true. (Browsing <URL:http://savannah.gnu.org/cgi-bin/viewcvs/dejagnu/dejagnu/> I don't see any CVS activity at all in the last three months; perhaps the CVS has moved?) I did not get a comment on it, nor do I see ...
0aba0b87-657b-7210-cd78-6b498cd18eb4
['2ac7f431-a556-f188-64ed-789ebd70568d']
Hallo, in the templatetwo examples you can find code lines like <cms:include file="(link.weak:/system/modules/org.tem..../nav_left.jsp:ee1ea4f4-d97c-11dc-bc65-3bdd2ea0b1ac)" /> So there is a hardcoded number/key (ee1ea4f4-d97c-11dc-bc65-3bdd2ea0b1ac) after the filename 'nav_left.jsp'. Well, if I want to use my ...
73d7a4f0-1084-3313-e8af-97d6e920064c
['2ac7f431-a556-f188-64ed-789ebd70568d']
Hello, I have written a xml-schema which uses some checkboxes but just do not succeed in setting a checkbox to "true" (checked) as the default state when adding a new data set. I thought a simple codeline like <default element="Checkbox_1" value="true" /> would do the task but it does not. What is the trick?...
e81022b0-03ca-9118-7a51-80f8a1d1d479
['2ac9012b-cf49-1de0-f8a6-9cf01e1c1bdf']
Hi, I have been using Bro's intel framework to input my intelligence feed and get matches in intel.log. I seem to only be getting hits on domains but not IPs or URLs. I have also tried it on the mal-dnssearch feeds with the same results. Is there any particular reason why this would happen? How can I fix it? Thanks! ...
415b2dc4-57d8-5d1f-b8b5-c52eeee8e863
['2ac9012b-cf49-1de0-f8a6-9cf01e1c1bdf']
Hi, There are no errors as far as I can tell. I use a python script to generate my feeds but I also tried it on the mal-dnssearch feeds which are pre-formatted. In both cases, I am only successful on domains not IPs. Both have the same tab separation and header delineation. Thanks, <PERSON>
0db6919b-88fc-b138-3284-593560416d8a
['2aca572e-7aa9-218f-b274-2f868b560c1d']
<PERSON> mentioned to me offline that the TAG has already had its say on this matter when it wrote the "Identify with URIs" good practice note; "To benefit from and increase the value of the World Wide Web, agents should provide URIs as identifiers for resources." -- http://www.w3.org/TR/webarch/#pr-use-uris I'm ha...
c10db213-4722-9377-0193-54324ce3cbcf
['2aca572e-7aa9-218f-b274-2f868b560c1d']
I just have one major comment ... As I've stated here before, I can see no reason why "callout" receives any mention in an architectural document. Callout is an implementation detail, where an OPES entity determines that it needs to go elsewhere to accomplish its task. Furthermore, not only do I not see a need to *...
f20204b6-401b-1c60-d0ff-35fd201cc202
['2acb5603-0aaf-5999-97a5-1449f85b124d']
I've posted the similar question on the GWT Group here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/69a215220a26316/4e79cbea3d94a165 <PERSON> and <PERSON> gave me the correct commands to get the GWTTestCase shell script to run. However, I'm not entirely sure how to integrate this with GWT Ma...
169ca3b9-a6a5-a2ce-5f2f-3c3b93a50422
['2acb5603-0aaf-5999-97a5-1449f85b124d']
Hello, I wanted to try Familiar on my Sharp Zaurus SL-5600 and I was wondering how I would go about installing it? When I go to the install page it only allows me to pick HP hardware but the supported hardware page said that the Zaurus was supported by familiar. So how could I install it on my Zaurus? Thanks in advan...
e5e4790e-2226-ce57-7eaa-d2e3b4b21ae1
['2ace9751-3251-8ec0-c6a1-65e63d7798a5']
<PERSON>, no way, each CORE must have it's own PIC. Give a little time and I will lay out what we can do with the fewest number of COREs, I think two will do it but let me do a little research before we decide. The organ project that is designed for this stuff is called Midio128 for a reason. Let us see what combinat...
83153e0c-ca1f-9bfc-fa03-034119ab4be8
['2ace9751-3251-8ec0-c6a1-65e63d7798a5']
<PERSON>, Thank you for responding. Here is the last vid I will put up. The build is done, the coding errors have been corrected and tomorrow we will paint the bench and start upholstering the seat. After that I am on to another project. I have to build the wife a base unit for her double ovens and an double island wi...
44779a37-37f3-493e-74fb-e059e683e94e
['2ae43df0-fe3a-c438-603f-192f6c12dd13']
Hi guys. I'm a visually impaired user who was on this list several months back. I think I messed something up when I was playing with the shortcut keys or quick keys beside f1 on my Recorder v1. I'm no longer gettign spoken menus despite what I've tryed. My left arrow is acting like th eright arrow and vice versa. ...
a763ac2a-d718-fc83-3e9d-dacede8dad0f
['2ae43df0-fe3a-c438-603f-192f6c12dd13']
Hi all. I gave my girlfriend my old Jukebox 6000 with Rockbox loaded onto it as a present. However the units not charging. I want to confirm these units are 9volt yes? The unit will play fine if we use regular AA batteries in it. However, obviously this is not ideal as a long term solution. I was wondering if s...
49ea0474-e118-98f8-fc05-31dd301544e2
['2aeb25ac-5073-dc03-3717-b8dad9e8ac02']
Hi, Just developed interest in ISDN recently. Mostly in the Signalling and Call control mechanism[Q.921 & Q.931]. 1) Can anybody tell me how much of the Q.921 and Q.931 functionality is present in isdn4linux? 2) If so is it independent of the driver ( specifically firmware) tat the card vendors provide. Thanks in ...
47f69d96-d8cc-6b93-2890-1cb156378f8c
['2aeb25ac-5073-dc03-3717-b8dad9e8ac02']
Hi, Im new to the world of ISDN technology. I have an AVM Fritz card, using which i plan to setup my ISDN network. As always started with reading the howto for mISDN, which is dated 20-02-2004. And we are two years past tat date!!!! It would be of great help for amatuers, if someone with ample time can...
d996e1f1-4055-7c3c-3152-9d28fda8bca6
['2b01d560-b47f-8de7-7c6a-aafc3297fef5']
Hello, we are running a short story on your phpMyAdmin software. I would appreciate it if you would send me some hi-res graphics such as logos, screen captures, or product shots to run with our story. Could you please make the images as large as possible, so our art department has alot to work with. If you have any q...
1f99221f-934c-1932-2c9f-6c64967d0baa
['2b01d560-b47f-8de7-7c6a-aafc3297fef5']
Hello, we are running a profile story on your company's NetVerifyer and Space Age Services. I would appreciate it if you could send me some large, hi-resolution graphics or photos. Good photos to use would feature company executives or show interaction between coworkers. Five to seven photos would be a great for our a...
e3ec7ece-fc36-32f7-3fb4-1eb577b98c2f
['2b0a1524-9660-b2ea-6c52-db5112278026']
Hi I am having problem in getting connecting to the LDAP Server. The server is running on an XP machine. I have created some user but it is not possible to get connected to the server using it. I m not using SSL. The administrator URL im giving it as server_name:port_number The error im getting i...
4598c550-0261-dde2-6b0e-0677de17194b
['2b0a1524-9660-b2ea-6c52-db5112278026']
Hi All, I am facing a problem while getting connected to directory server. The server is installed on a XP machine. The port number of the Directory Server is 389 and that of Administrator Server is 3224. When tried to connect to it from a remote clint it says falied to connect to ldap://ServerName.:389 a...
35c5bef8-beef-abb5-da63-2c05c4f461aa
['2b1d591d-dcff-e169-0901-0a64145847bc']
I'd like to hear your opinion on this: the Zaurus is VERY INSTABLE! One of the things I do like in Linux (and FreeBSD, and Unices in general) it's the stability of the OS; this is one of the main reasons, besides from being a geek, for having bought a new PDA based on Linux instead of MS or Palm OS's. Unfortunate...
25c795ec-9e76-dba8-344b-2a0d28ae58b9
['2b1d591d-dcff-e169-0901-0a64145847bc']
Continuing in my quest for ROM flashing on the Z, I discovered that the big Windows exe file (setup.exe or setupZ.exe, ~17 MB) contains all of the tools needed for remote flashing - potentially - any (Sharp) ROM on the Z. Specifically, when running it unpacks two tools + the related rom image in a temp dir (say C:\Win...
d32ff7f4-16ba-d5ac-4caf-ff72928cb980
['2b1dd6d8-ae2a-c85b-b52a-b6f821c37f86']
Hi all, For those that are WLUG members, this is a friendly reminder that your 2007-08 subs are now due. There are three easy payment methods: 1) Bring $20 cash or a cheque to the WLUG meeting tomorrow night. You will be issued with a receipt 2) Pay via Internet banking, or at an ASB branch. Please make sure your l...
a310bdf5-c398-084e-8a5d-87e1d4a0e2ec
['2b1dd6d8-ae2a-c85b-b52a-b6f821c37f86']
Hi guys, I've recently updated my work laptop from Ubuntu Feisty to Gutsy. Went pretty smoothly. The built in wireless card is based on the broadcom 4312 chip, and I am using ndiswrapper as the bcm43xx module (with fwcutter) seems not to work for me. My laptop goes between home and work. Both locations have wireless ...
0936e664-abf2-01c3-8e4d-59799769fed2
['2b21f3f5-c34f-7e1e-c707-eef6b90370e8']
Hi. I am new to cygwin and xwindows. I installed cygwin including all of the x11 packages and all of the net packages. I configured SecureCRT to allow X11 forwarding, but when I try to run a remote program, it says it can't open the display. When I log onto my remote server, I am instructed to set the DISPLAY varia...
8122e41c-6d6a-d134-bbaa-da5c00e02c9e
['2b21f3f5-c34f-7e1e-c707-eef6b90370e8']
I recently installed redhat 9.0. After letting the automatic updater install kernel 2.4.20-31.9 on top of the existing 2.4.20-8, I've experienced problems booting. Grub now has four entries (two for 2.4.20-8 and two for 2.4.20-31.9). The old kernel still boots fine, but if I boot from 2.4.20-31.9 it gets to "hde: at...
ca7cf777-c69b-7eab-487f-7175dc9b3f03
['2b275e19-91c4-2385-70de-e371340c656f']
hi, i'm developing a homescreen, when rendering the callscreen icon it comes with the following path to be launched: app://communications.gaiamobile.org/manifest.webapp-dialer that path opens the callscreen but not the numeric keypad layer, but a weird screen like a call were in course (i attach screenshot) i thin...
57c43933-00ae-3dd1-2335-fe299325cb90
['2b275e19-91c4-2385-70de-e371340c656f']
hi, i continue developing my homescreen and other weapps blindly ahead trusting the community will give continuity to the project .... so, in my homescreen i have the «homescreen-webapps-manage» permission, but when i try to uninstall an app with navigator.mozApps.mgmt.uninstall(); i get always an error does this pe...
46cd1f3b-58f5-9c15-0df5-402263aa0b7a
['2b32702c-2699-0193-b1aa-bd2d9294db90']
Hi, I was wondering, if there is any way to register a handler which gets called whenever any function returns/exits, similar in lines to _mcount() but, which gets executed before the actual function, when compiled with -pg option. I was wondering if it is possible to print the function name or its address whe...
5c22d3e7-4f90-a48b-9fc1-0c83f9c4198e
['2b32702c-2699-0193-b1aa-bd2d9294db90']
Hi, I am instrumenting the stores in a program by inserting a function call (store_prologue) before every store instruction in the IR file. I set the prologue function's attribute to "AlwaysInline" using addFnAttr(). In the program the prologue function is defined as static inline. I am using opt to generate an o...
f970b52c-01bd-2991-35bf-aca35caeee48
['2b3b1937-d4d8-2707-4f51-7aeb1d8c50fc']
Hi, I realise it's probably a little early to pile on the feature requests, and you rightly want to keep TeXworks simple, but perhaps it's worth considering a word count facility. People are used to this in most writing tools, and the currently available options for counting words in LaTeX tend to be awkward tools gea...
d9cc6afa-d463-6fb0-08ba-d0c350f1e6cc
['2b3b1937-d4d8-2707-4f51-7aeb1d8c50fc']
If I delete the contents of a field in an existing entry, then click 'Update Details', the original field contents actually remain. All updates OK if I am *changing* the contents of a field, just not if I am trying to set them to nothing. I found this on the 'Number' and 'Month' (resetting to '--') fields, but it may w...
454cc636-bec0-a6af-8ae4-67e8d87c4e80
['2b5c2f4e-9b16-4b8f-92aa-a08115333309']
Hi, I have one question. Is it possible to make a gtk.Window act as a gtk.Dialog? I am in this situation: In my app I have one gtk.Window (the main window); in this windows I open a second Window where I collect input from the user. I made this second window modal and set transient for parent (main window), but I wan...
1a5e3422-7feb-8619-c169-dec66e728b86
['2b5c2f4e-9b16-4b8f-92aa-a08115333309']
Hi, I have a problem with fonts. There is a way to use a custom font in a pygtk app? I am in this situation: I want to use a particular font in my app and this font is present in my system. I can use pango function to use the font in my app, but if someone else that don't has such font in his system, what can he do? ...
9694782f-24d9-5ee5-306c-be91bfe257e8
['2b5c8a29-90d7-7919-e470-44d69d376881']
Hi everyone, I currently have a rabbitmq environment (server) and celery workers on my client side. They way the total environment is set up is as follows: -There are multiple locations. Each location has it's own worker, unique location ID, and completely different data than the others. (i.e. if I request data ...
b26587af-72fa-b84d-f57d-611d50e36f05
['2b5c8a29-90d7-7919-e470-44d69d376881']
Hi All, Please help if you can. Currently my set up is this: 1 broker Multiple consumers/workers at different locations with different data (one worker/consumer per location) - Each has their own Queue When I send a request to be conducted at a given location, it works great. However if that request takes time ...
ed4f4bc8-7ce1-3387-0cdb-3223857ede8d
['2b6b1a87-2dcf-9fb7-64c9-b27ad99af722']
Hi listers: I had a gentleman write me off-list and he told me he has a 512-Mb system he'd like to install some kind of text-based distro on. I think he could still even install Debian without the X system, but, I'm not sure which release to point him to. Also, I bet Arch would be another good possibility. ...
f7a00730-cf06-8954-a197-9e06205c8d67
['2b6b1a87-2dcf-9fb7-64c9-b27ad99af722']
Hi list: I've been playing around with the Debian Squeze snapshot from a couple weeks ago which includes Speakup. I'm using a Doubletalk on ttyS0. When the system speaks too much, it seems like the synth stops responding. I have to be careful not to run certain commands that produce n abundance of speech, such as...
d4cd0ee9-8409-6eb7-3ff3-38950448a69a
['2b79f77d-75c0-c816-497f-09cbc753d10b']
Hello all, I'm new to AspectJ and Tomcat. I'm working at a company that sells a product which runs Tomcat 5.5 and runs approximately 20 servlets. I need to monitor cpu usage and memory usage of those servlets because they occasionally crash and we want to know what servlet is crashing (instead of just telling us ...
b5fc0781-86a8-4a6c-1db2-df8f47ea1676
['2b79f77d-75c0-c816-497f-09cbc753d10b']
Hello all, I was curious if anybody knew of some software that tracked the memory and cpu usage of each servlet that was running on a Tomcat instance. I am looking to be able to say "Servlet A is using 2%CPU and 10 mb of heap and Servlet B is using 2% CPU and 200 mb of heap." I need to be able to do this because ...
bfab046f-8055-9b6d-0446-463a85bbd516
['2b946016-2d48-8563-0961-6f3b9109f16c']
Thanks <PERSON>. I figured out how to set a conditional breakpoint but it doesn't stop at the line. When I run the program (in batch) the debug display stops at the first line of the program, which is a comment. The I click on the green Resume button. Should I be clicking on something else? My conditional expression is...
46852845-465c-e835-753b-d92e860eabb0
['2b946016-2d48-8563-0961-6f3b9109f16c']
When I took the conditional expression off the breakpoint, the program was stopping at the breakpoint, but the record I need to debug is thousands of cycles. I re-added the breakpoint conditional expression but instead of using the database field I used the input parameter for the sub-procedure because I noticed that t...
b047bbf6-4768-1aa7-e1f0-ca59a7851cb6
['2b96c884-3f1e-b10e-797d-e89daabf61ba']
Hi, I have a quick question about my installation that puzzles me. pgsql 8.2.3on a debian box. Tested it out the database works. pgadmin III connects fine too. I used alter table on the template1 database to give postgres user a password. I changed pg_hba to use md5 on all connections including local. When I use psql...
d4975c33-058d-6e77-8903-d0633964068b
['2b96c884-3f1e-b10e-797d-e89daabf61ba']
Hi, When I tried to install postgresql 8.0.0 on my Mandrake 10.1 community box, it puked. First it told me I was missing readline, so I compiled that and got over that hump. I tried --with-openssl and again, the configure stopped when it could not find crypt.... So, I d'loaded the latest openssl and installed it a...
dd8c8c03-26fe-89e5-0c2c-67fe4a2686a9
['2b9858b0-c5dc-0921-792b-6e11e3b868f3']
The blog post http://googleonlinesecurity.blogspot.de/2014/04/new-security-measures-will-affect-older.html seems to have come to fruition as the "Access for less secure apps" setting as documented at https://support.google.com/accounts/answer/6010255?hl=en (but not particularly hyperlinked to/from many of the othe...
7c0264c4-32e4-2b9c-8254-6020e6e41af1
['2b9858b0-c5dc-0921-792b-6e11e3b868f3']
We're seeing a problem in the Firefox OS Gaia e-mail app where if we manage to send our "A1 CAPABILITY" request to the gmail IMAP server (initial-TLS imaps/993) before it sends its greeting, it acts like it never hears the request. Our not-so-clever state machine hangs until the connection times out. There's more...
6377d409-d05e-aa84-31a5-1d219f7ab7c8
['2b9dc8b0-3bd2-46f2-a039-2fd27f2539b9']
Currently the plan is to forward all PSTN calls on our 2 incoming PSTN lines & 2 remote toll free's via IAX2 to staff. 3 different delivery methods 1) Users local to the office where the lines come in with GS/PSTN phones 2) IAX2 to remote location * server then Cisco 7960 on that lan 3) IAX2 to remote softphone That ...
5d9eaf59-cf8b-0bd4-9539-92247887e9d9
['2b9dc8b0-3bd2-46f2-a039-2fd27f2539b9']
I got confused with the last patch you put in for app conference as a general clean which I didn't have either and the fix for c99 but all seems to be well. I'm going to have to get a few endpoints and test it but it's a step in the right direction. How did you handle the timing source? I am also looking to doing M...
32b3d995-ec68-39f1-c7d8-afa5827ebcc3
['2baccd43-5559-6c54-92e7-25627a27c649']
assuming i remain unsuccessful at getting my ambicom bt2000e card running, could any of you suggest some bt cf cards that you have running successfully under 2.6.8+ kernel? and how (using current cvs, bluetooth support as a module, etc.). please don't link me to: http://www.holtmann.org/linux/bluetooth/devices.html ...
a54f863e-e935-9cbe-496e-260bdeacf999
['2baccd43-5559-6c54-92e7-25627a27c649']
i have had success using this card under the 2.4 kernel but, none under 2.6 i am using gentoo/2.6.8 with bluetooth support built into the kernel and everything else bt as modules i am able to hciattach with the card being recognized through the serial.cs module but, am not obtaining a MAC address nor am i able to h...
bc7f052a-8aea-4677-503a-5dfa7d5f847c
['2bb7a1a4-6467-50c4-a644-426a93dee730']
Hey <PERSON>!, I'm sorry for not e-mailing this list as well, as it affects you guys too! We saw this error start popping up on Saturday in our automation, here is the e-mail I sent out about it yesterday: https://www.redhat.com/archives/pulp-list/2017-December/msg00017.html Basically, a new package, python-django...
09d883ad-e9ca-0a1b-e043-5c6d26e62f18
['2bb7a1a4-6467-50c4-a644-426a93dee730']
Hi, With the release of Fedora 27 today, pulp has a need to add Fedora 27 support for pulp's upcoming 2.15.0 release, if possible. While the transition to copr is on the table for pulp, we don't anticipate completion before 2.15.0 goes out. With that, is it possible to get Fedora 27 repos added to koji if space allo...
7a8f6d9d-343e-ec42-539c-dbb9ae88fb7d
['2bb8cfa7-2973-fb76-2f39-173e9c0a18e0']
Hi, I've been trying to switch an existing build process from ant to maven to become more familiar with maven. The project's final artifact is an EAR that includes several other archives, which is why I went for a multi-module setup where each archive is inside its own module. Basically everything works fine, exce...
024c3ede-9d36-c067-0b1f-ed3144636b66
['2bb8cfa7-2973-fb76-2f39-173e9c0a18e0']
Dear Scrum community We are a group of ~15 developers (one of four development groups in our company). We're thinking of re-organizing the way we work and looking for advice. Our situation: * We do custom software development for clients. A typical project involves 2-6 developers for 4-8 months. * When a new pro...
9ace3dc3-0e3b-405a-2b11-4ef564b66c09
['2bbad9ca-7200-9356-b99a-abae906ef616']
HELLO, situation: I am trying to establish videoconferenceing connection between to netmeeting clients (on two windows XP workstations) through the gnu gatekeeper (2.2.1) located on a third Fedora Core 3 workstation. The two clients register well to gatekeeper (ethereal traces) with registrationconfirm message but...
64481997-68cf-36e7-cbc0-9fd00d71e470
['2bbad9ca-7200-9356-b99a-abae906ef616']
Hello, I need to add mpeg4 capability to openh323 and then add it to an openh323 client (e.g ohphone). I browse the web and red archives but nothing appears to be very concrete in order to achieve this task. Is there precise documentation about this topic? If not, can someone tell me the procedure to adopt.. Thank...
3f18b540-ff43-901b-c97d-f3b54d7788ae
['2bbbebbd-96c8-f6f0-3f4f-3080798892ec']
Hi All, I encountered some ietd dead problem during our tests. For some reason, the ietd died without producing any core file although I enabled the core dump. I tested the enabling of core dump by send a signal (Like SEGV) to an ietd process, and the core file is generated in that case. So I suspect that the ietd exi...
73ab3631-b350-37bc-e295-08a9ced54994
['2bbbebbd-96c8-f6f0-3f4f-3080798892ec']
Hi, I suspect there is memory leak in ietd when it process discovery request from initiator. The test I done is to issue open-iscsi discovery request to a ietd, where there is not target be created. The discovery returns nothing, but the ietd has potential memory leak. One thing I should point out is that, if there is...
68a36705-0a40-8d2e-c007-6ad174ddef97
['2bc1bc9a-cdc6-5da7-04d2-9bea27a33db1']
The repository was forked by "nmav" because we had technical disagreements about the code. The "freeradius-client" code still works, and has 99% of the functionality needed by an application using RADIUS. If an application needs more functionality, I would suggest using the libfreeradius-radius library from the m...
b6cf3967-cfdd-521e-f121-a7cbc731e97b
['2bc1bc9a-cdc6-5da7-04d2-9bea27a33db1']
I've received a significant amount of private mail about this topic. Most express concerns about bias due to "who decides what is spam, and how do they do that." I am in the process of writing a draft document which proposes reasons for gathering data, goals, which measurements to make about spam, how to make them, ...
644fa812-4f93-d5b5-0002-ec062ca34bc2
['2bd008d6-dea5-02ab-d09a-ed21cfb3ea71']
Hi, Chunfei, I am honored to read your paper mentioned below: "Improve storage IO performance by using 85Ohm package and motherboard routing", and I saw a very pleasing conclusion: "Results show that 85Ohm package and motherboard routing have better signal integrity performance than 100Ohm even if cable, connector, har...
99d9d2be-f7f1-5c5d-908e-e7c039a4881c
['2bd008d6-dea5-02ab-d09a-ed21cfb3ea71']
Hi, Sen Thanks for your and all the other's input. For this question, I think the summary should be: 1. It is unnecessary to put any power/gnd/chassis plane for signal trace in this area; 2. For ESD consideration, minimizing the energy getting inside PCB, no chassis plane neither; 3. For noise propagation consideration...
71a90f4d-cc75-85de-2b04-e76beffdffaa
['2bd0ab7f-c64c-6afb-ac28-a8a9b6c4e00b']
Hi All, I've got an RT system (3.8) with a database 50G, and around 500k of tickets. I'm using rt-shredder to delete tickets older than 2 years, and it's taken about 2 days to delete around 20k. I estimate it will take around 30 days to complete. Is there any way to speed up the process? I toyed with the idea of dele...
0f2be4bf-ed4c-d7ed-6fde-b9af0a3a72cf
['2bd0ab7f-c64c-6afb-ac28-a8a9b6c4e00b']
Hi All, I've got a little bit of an odd issue. I've just upgraded to 3.8 from 3.6.6 and it appears if I copy/paste a ticket number with a whitespace in front of it, I get "Found 0 tickets". http://rt.mycompany.com/Search/Simple.html?q=+424285 However what is interesting is this appears to only affect tickets that we...
98e7d2af-ad2d-4d33-7f51-2e93fbd2bb35
['2be9557c-478d-314b-0794-9a9078459d9b']
Hi folks, I have been doing a POC (Probe of Concept) with a Bank to test SunRays DTUs in a cashier area. The DTUs on windows sessions works perfect but a I have a issue with the printers... All the cashiers printers are "Centronics" so I am using a ubs-centronics converter and it works very nice... but the printer...
9a39260a-2e49-754f-f894-5cb487d3f11d
['2be9557c-478d-314b-0794-9a9078459d9b']
Hi folks, I have a Oracle Linux with SRSS 5.2.3. All USB devices are enabled on all DTUs. I have a HP Laser Jet P1505 printer (usb) connected to a SunRay 3. The isssue is that I can't find the printer under the /tmp/SUNWut/unit/<MACID>/dev/ Do I missing something? Any help will be very welcome! Best Regards, <P...
d2c8e147-0e72-9169-30db-1a83cf541ba0
['2c03cb47-9a7d-bf67-8955-a25b77e2c49d']
The hosting provider for Jenkins had the main Jenkins instance shut off late Sunday night. This was corrected today at about 1pm UTC. What this means for you: If you are waiting for repos/binaries from Sunday, it would be safer to rebuild them if they don't show up in shaman.ceph.com/builds/ceph or if what shows up d...
9dfcc141-6e0d-f8e0-0d6c-b36905786256
['2c03cb47-9a7d-bf67-8955-a25b77e2c49d']
We are still investigating but the Jenkins service become unresponsive early Monday morning (possibly since late Sunday) which has caused a halt on the build process for anything in that time frame. Try to push again to your development branch if you were expecting a build within that time. Service is up again and wor...
6273f4a4-ce22-d67a-8623-7d7b3ab3d06f
['2c082e7e-24aa-8d27-a9e9-c14f303f0ccb']
Dear <PERSON>, We are studying various architectures for dong efficient Fast Fourier Transforms (FFTs). As our algorithms can be easily split across many processors, we will build a Beowulf system with as many nodes as needed to reach our performace target. So the only question left is deciding which is the best suit...
0c5ac0da-31c1-beb7-6d62-186e7659c9dd
['2c082e7e-24aa-8d27-a9e9-c14f303f0ccb']
<PERSON>, As for replacing the Fourier Transform calls from the libsci, you can use a library which I have written when I was at Idris and which is a plug-in replacement for these calls. You can find it at the following URLs "http://www.idris.fr/data/publications/JMFFT/jmfft-7.2.tar.gz" (a Fortran 90 version) and "ht...
e0a5f22a-ee9e-cf26-bde5-430b530ddc49
['2c118079-2653-f6cd-23a1-cd744adb1165']
Hey, I compiled Ardour Beta 28 from CVS this morning hoping to test out Per's MTC patch. I applied the patches manually last week on 2 machines both running Slackware 10, Ardour beta 28, Alsa 1.0.8 and had incredible results! Then today I tried the Ardour CVS tarball, running Fedora Core 3 / CCRMA, jack 99.54, Alsa 1....
bf95e097-93c8-7d5b-ae9f-cc7e0c65d8cc
['2c118079-2653-f6cd-23a1-cd744adb1165']
I get constant playback buffer underruns in latest CVS. Continuously getting "disk too slow" type errors. Changing buffer numbers just delays the error. Got 512 meg ram. When I playback in beta 29 no problems at all. Anyone else seen this ? What to do ? Can I test somerthing somehow <PERSON>. anyone ? cheers, <...
9a79265f-d1e4-3e22-e3e2-e8634009748d
['2c198f42-1bb9-172e-17fc-936e75028e80']
Hello all. I need your expert advice. I am still kinda new to xml and not sure if I can work around this problem by using another parser. I am getting a parser exception (below) because (I assume) the path to the dtd contains spaces. Is it possible to configure xerces to work with spaces ? Or is there another parser I ...
d106b117-8820-956e-13f2-361dd1cbd29c
['2c198f42-1bb9-172e-17fc-936e75028e80']
[Resent with the proper subject] Hello all. I need your expert advice. I am still kinda new to xml and not sure if I can work around this problem by using another parser. I am getting a parser exception (below) because (I assume) the path to the dtd contains spaces. Is it possible to configure xerces to work with spac...
efa53dd7-d351-d5fd-ea60-21148ae9620d
['2c1c543f-c961-b825-0bf2-29900ba16502']
I've othen thought that this is the correct model: use a ubiquitious transport and presentation mechanism from the device under control (i.e. the HD1000), and let it then it access remote resources as necessary (i.e. from a media server). I don't like one of the alternatives suggested here earlier, where the remo...
4649ae16-309d-61e4-ae7c-6208a4395c23
['2c1c543f-c961-b825-0bf2-29900ba16502']
Blech. The video bitrate I'm getting out of ffmpeg is too high. I suspect it is not generating P or B frames. I'd really like it to just transcode file formats and map Stream IDs to PIDs, but that doesn't work when I try. Also, my xine and vlc insist on mp2 audio instead of ac3, otherwise I get silence during play...
c33a1727-169b-ac34-18bf-c2ed8ed25b13
['2c4c77cd-503a-d56b-6f96-7728ef75b72c']
Thanks for the advice <PERSON>, will try it. Script makes the connection if is started manually from command line, or if program is started as executable. But when i start it as windows service i see it running in task manger (cmd.exe and ssh.exe) but it doesn't make the tunnel with the server. I've tried different u...
87f4acfa-de0c-4ea9-dadc-9b6cd42b4b32
['2c4c77cd-503a-d56b-6f96-7728ef75b72c']
Hi, I have some questions related to the capacity of server to handle multiple connections, hope somebody can help me. "Can openVPN server support several thousands connections? Are there any scalability issues?" "How many connections (clients) can it support?" Hope you could help me in this if you have experienced ...
7c6b3edb-2444-b29a-e48b-ff2d05aefd44
['2c4dc44a-38c3-a854-48f7-bf3e1c0f3ad2']
I have a make application building in an NFS mount that is getting confused by the server having different system time from the client. I don't have control over the system time of either host. My host is the only one mounting this particular direcotry, and my make process is the only one accessing files in that moun...
94d15c27-ee65-86b4-4a6c-901db09f0d3f
['2c4dc44a-38c3-a854-48f7-bf3e1c0f3ad2']
My 2.6.12 kernel boots to a shell in 10 seconds if the initramfs is small (~5MB). It takes 30 seconds if the initramfs is large (~11MB). The strange thing is that everything gets slower, even subsystems like PCI enumeration or network device enumeration that don't seem to have anything to do with the initramfs. I en...
14272d90-3661-423e-2860-5b5ef323adac
['2c4ee7e7-5e80-53e3-f179-e4e9a0110157']
<PERSON> and all! I am wondering if you can add address like : street, city and states or province to the Patient medication history report .I know in 2.8 will have Dr. Signature on that report , that is a good sign.But the new version does not mention adding this info.I think it will be useful for medical staff can pr...
52e61931-8fa2-442a-cf0d-f392bedbbdf5
['2c4ee7e7-5e80-53e3-f179-e4e9a0110157']
Hi <PERSON> & community! It happens to me many times when I use Tryton Client 3,8,2 windows version (Windows 10) to connect GNU HEALTH V3, the Tryton Client crashes. Here is the screen shot, [image: Inline image 1] 1. When I tried to create Default Property 2. When I create Requisition Can anyone help please, I real...
b745e8fb-ea87-b78b-6af8-6218ef2e44d9
['2c4f50ea-3007-6676-66f6-68830651157b']
Hi! I am having trouble executing ledger commands. The issue is that "register" commands do not return. Ledger starts rendering the transactions, but once it get's half way through, it stops with a last ":" colon sign. Escaping from there only works with Ctrl+Z. It accepts a log file name, and writes something to ...
fab3d21d-20c9-6560-2855-48f996ce4518
['2c4f50ea-3007-6676-66f6-68830651157b']
Hi! I want to interface with ledger from another program. I want to capture the output of ledger, parse it and process it further. The issue I am having is that the output ledger generates is being formatted to either 80 or I think 132 characters per line. If the account name is bigger, it crops it. I need a way to...
3830bc86-4a80-f391-3ddf-1b6090e369a7
['2c554892-77cb-27d9-6478-a6de96a48b06']
IIRC, kde had a simple desktop calculator. Either it has been removed or I can't find it. I have also checked ports and haven't found anything similar except add. It is for may wife so after using the kde one for years she doesn't like add at all and even less bc, dc, etc. Could anyone suggest one or correct me i...
582dd0b7-3fbd-a515-7774-22aba4fa6812
['2c554892-77cb-27d9-6478-a6de96a48b06']
I decided to give cvsupd a try to make my upgrading a bit more efficient and bandwidth friendly. I read the manual page chose a local server [local3], cvsup-ed, updated the repository, built world, kernel, etc. All with no problems. I started cvsupd on the machine with the following options: cvsupd -b /usr/local/et...
b87bfbc5-c520-9fc2-7c22-f87fef11c0e5
['2c633858-b2bd-ecd6-605f-dbffc5c92fea']
Dear <PERSON>, The answer to a lot of your questions is we cannot put links on the Ebay page to Frank's website, we actually did and Ebay ended the auction. Third party links are not permitted on Ebay's auctions for any reasons as it can be construed as fee circumvention and most likely a certain Ebay user that we al...
81619721-aa39-ff27-75f7-1027a4ac61dd
['2c633858-b2bd-ecd6-605f-dbffc5c92fea']
Dear Frank et al.: We are NOT selling anything off of your (Frank's) website, nor are we copying ANYTHING neither paraphrased nor verbatim on the CD-ROM or in email form. Please folks, do not jump to conclusions on copyright law; some of the assumptions have been a bit out of line INHO after this thread was brought t...
cb63f41e-0696-1bd9-7bad-f07495eeb873
['2c6da750-c7bc-dc4d-f8f4-5e64cab8a0a2']
finalize methods are nondeterministic -- unless you force a garbage collection (which you probably don't want to do based on your scenario), you don't have control on when your objects are actually garbage collected. Implementing a finalize method will actually add a trip through the garbage collector. Why not impleme...
fda17311-e3a4-a364-56f7-48fb1c14b43a
['2c6da750-c7bc-dc4d-f8f4-5e64cab8a0a2']
basically I have a custom class that is a configuration section handler. It reads all of the settings for the config file and exposes such properties as static-read only properties that can be used anytime throughout the amsi application. In my security framework, I have an abstract factory interface for different pr...
4f3972a1-3d40-b088-00a1-34040eea5ca2
['2c74d049-8517-8467-43be-3407f6cb606b']
Has anyone implemented a policy or process to protect networks from viruses brought in by users with USB drives, that are not company issued so no passwords etc. I'm thinking that AV with on access and write to disc scans should help, but I'd like to see some of the policies others have implemented. Many thanks, <...
3b3c3574-79c2-c8f2-2cf0-2c7863eb5011
['2c74d049-8517-8467-43be-3407f6cb606b']
List, I am to give a presentation concerning IPS vs. IDS and why we have decided to implement an IPS solution. I have stuff about each of those, but my big problem is going to come from my LAN/WAN group. Because I've decided to place the IPS outside the firewall, they have already moaned about it and I know they...
c38721b0-4a91-3b5e-c437-6a0d5635f3e7
['2c810678-9640-12a3-52b5-030558a696b7']
Hello everyone, I would like to have a custum function executed in every run of the main loop. How can I do that? Unfortunately all documentation on how to write a custum MainLoop, i.e. replacing wx.App.MainLoop seems to be outdated (older then 2004) and does not work for me. The reason is that I want to implement...
fa624b1e-bfa1-bf5b-0ff7-9b03ad00e772
['2c810678-9640-12a3-52b5-030558a696b7']
Hello everyone, I would like to have a custum function executed in every run of the main loop. How can I do that? Unfortunately all documentation on how to write a custum MainLoop, i.e. replacing wx.App.MainLoop seems to be outdated (older then 2005) and does not work for me. The reason is that I want to implement...
4d98f936-a9f9-0e0d-c3cc-dc492476c4a2
['2c8b103b-634d-e4e4-fbdd-a0cdbe90e4d8']
I think I'm in love with her. MIDDLETOWN, Connecticut (AP) -- A woman charged with causing a fatal car crash in 1999 says that she couldn't have been behind the wheel because she was performing a sex act on the driver at the time. <PERSON>, 33, was charged with second-degree manslaughter in the crash that killed bus...
b41b720d-a3f3-9670-378f-ce1443815b9b
['2c8b103b-634d-e4e4-fbdd-a0cdbe90e4d8']
I see in the near future a crisis approaching that unnerves me and causes me to tremble for the safety of my country. . . . Corporations have been enthroned, an era of corruption in high places will follow, and the money-power of the country will endeavor to prolong its reign by working upon the prejudices of the peopl...
c4b5c227-8590-f86c-d2c9-e585a10f3425
['2ccbf1ab-10c7-c92f-0f62-2a00f26091d9']
Hello Everyone, I read today your review on JavaWorld and decided that seems I was looking for a new IDE that I would use jEdit. But I need some help please. Using JCompiler I can compile a single class from my Console no problem. My problem is :- I have a root folder called 'framework' and this has all of my 'co...
39549810-c154-68f1-588c-f0a4a7749e86
['2ccbf1ab-10c7-c92f-0f62-2a00f26091d9']
Hello, Could someone please tell me why I dont get the complete for any of my classes or my java classes. I have tried configuring it with JCompiler classpath and Custom....but Im not sure of what I need in here. I am working with Java. So do I put my project root folder but do I need to put in any Java Jar files or s...
63a2c261-1d30-ad8b-17e8-6894ac14d876
['2ce056e6-3a74-ba84-5e74-8ccc226a13d5']
I'm trying to figure out (or find an example) of polymorphism whereby I pass a commandline argument (a string) which comports to a class (in java, you would say that it comports to a given interface bu I don't know if there is such a thing in Python) then that class of that name, somehow gets intantiated from that stri...
2acfd035-28aa-7d15-58e9-08eac8618ba5
['2ce056e6-3a74-ba84-5e74-8ccc226a13d5']
I'm trying to discern a means of creating a .filter(A rel B) where the values for A, rel and B come from an parameters passed in to the web page. I already have an SQLAlchemy statement, say query = Session.query(table).filter(A==B) and I want to be able to allow for a "drilldown" of sorts by the, such that from the w...
9ce21f99-7d01-5a6f-a214-6d7b1b6d31c6
['2cfcf13d-b956-1746-a1ca-2467c2e57005']
Hi, I am trying to understand how to use the results from gendaymtx when my ground is not flat but it is represented by a generic surface. The first patch generated by gendaymyx is for the ground and it has the units of W/sr/m2. It has a constant value for each direction below the horizon. If I consider a surface dA...
e7161b1d-c022-6a9c-0672-8b3212cb5060
['2cfcf13d-b956-1746-a1ca-2467c2e57005']
Hi, I am trying to calculate the total radiation on a standing subject using Radiance rtrace, but I am a bit stuck. The first approach that comes to mind is to integrate over an idealised vertical discretized cylinder, but this would be too computationally expensive. I have to do the same calculation for several loca...
5c5db2f8-cb74-1a6c-fcc2-a704c4f9f1da
['2d103c80-bdaf-e7d7-8fdf-454c8a6f0671']
sw_ring was the original buffer implementation for IIO. It kind of evolved over a couple of late nights and even though I wrote it I was never convinced it was right. Then a nice kfifo implementation came along and in the vast majority of IIO use cases whether we have a kfifo or a ring buffer is not as it turns out th...
bca5ab2a-3151-09b4-54d1-30e790ec0a91
['2d103c80-bdaf-e7d7-8fdf-454c8a6f0671']
Hi <PERSON>, The v3 here is just to indicate a tiny change suggested by Lars-Peter from the version that has been out for review on linux-iio. (Using ALIGN instead of hand rolling in one case in patch 4). Anyhow, not worth putting out for another review as Lars-Peter has tested and acked without it anyway. Technical...
40b01de4-4259-ee6c-40e9-63e649eff7df
['2d1a0305-401e-2766-319f-c281f34f6775']
I am sure this question has been asked a bunch of times. Sorry folks. <PERSON> here we go. I am toying with mysql at the moment. I am curious how to get the mysql daemon to answer tcp requests from a user on an internal network. I looked in the config that was installed by default. I then looked at the config-examples....
2c652934-646a-31a6-aa24-027c5b32bd06
['2d1a0305-401e-2766-319f-c281f34f6775']
Hi all. I am just curious how to get Nautilus to make thumbnailed previews of movie files such as mpg, avi etc. I saw it in a screen shot and was really cuirious. Not sure what apps are needed so if someone could point me in the proper direction that would be great. <PERSON>
f0b43cad-5d66-f073-12ce-249aa9cf3773
['2d401558-55b9-a4c4-1519-275c038b004d']
Dear <PERSON>, in order to run gccxml with gcc 4.5.0 one would need to make a small adaptation for <iomanip> which is attached. Putting the file into the share/GCC/4.5 dir should do the trick. On the long run, do you think it was feasible to take advantage of the gcc "plugin system" for gccxml, such one could use any...
9746c5e5-6494-3186-c7ba-adad0a86db2d
['2d401558-55b9-a4c4-1519-275c038b004d']
Dear <PERSON>, we have recently tried to compile our software stack on a preview of the gcc compiler (i.e. a snapshot of the gcc repository trunk). That way we we are running on a "4.5" version. As this is not released yet it's also not included in gccxml yet. I have made gccxml aware of the new version (the trivial p...
f0214102-227c-81b5-8325-d763f45fec9f
['2d4153c5-8e42-57e5-5789-ded435fa8ecf']
<PERSON>, Are you familiar with MatrixSSL? (http://www.matrixssl.org ) I ask because there are plans to include OpenVPN in an upcoming release of the Sveasoft firmware version for the Linksys WRT54G wireless router. The Sveasoft developer has said he is going to also include MatrixSSL in the firmware because of it's ...
f249fb08-5df8-0fd8-9f17-1dc211e664b9
['2d4153c5-8e42-57e5-5789-ded435fa8ecf']
All, I hope this doesn't sound too sappy, but let's take a moment and publically thank <PERSON> and the other developers and contributors for OpenVPN. After seeing what just happened at another "open source" project, I wonder that maybe the people who use the software should take a moment and tell them that we ...
1b8f75ee-11aa-a321-bbdb-736ee3f01c30
['2d41623b-2e40-f603-92ce-0de6020b1bf8']
Good morning First, thx for your great work on FreeNX (and on NX in general). The local school here works now over a year with FreeNX and Co. Because the change from MS Windows to GNU/Linux with FreeNX was a that great success the community decided the buy two new and stronger server to serve more clients. Anyway...
3fa34ae0-7a0d-738f-20bb-80cb745f5d7a
['2d41623b-2e40-f603-92ce-0de6020b1bf8']
Good morning Mostly, I just lurking on this mailinglist. I'm quite interested in this topic and saw one of your presentation at Linuxtag2005. Anyway. In the last days I thought about "speaking" KDE and what visually impaired people need most on a desktop and after Konqueror has some speech output the next logical ...
46185865-b20e-4031-51ca-1c94522f3136
['2d49e453-5c7d-3bf3-e892-d05d634da45b']
hi this is <PERSON> again. one labmate of mine (who's already graduated, he's really good at programming) suggested that i propose to my adviser that instead of the device driver i write a daemon instead. like you, he too doesn't see much use of writing the device driver. wriiting a daemon, he said, would offer the sam...
76f0dc63-a5cb-fc42-c9c8-07ce90aafbda
['2d49e453-5c7d-3bf3-e892-d05d634da45b']
a good day. this is <PERSON> again, the one inquiring about the device driver. i seem to have simplified my problem to more "manage-able" chunks, namely i should write a device driver that accepts a text file and sends it to the serial port. however may i ask your assistance as to how i'd implement these steps? 1) wr...
2a9d121e-686b-1306-e4d8-734df713e4ed
['2d4d836f-aa8c-19d1-6857-d4d92fe1a664']
Expired content is no longer viewable by the content owner once the content reaches the expired date. I have checked the 'access inactive portal content' permissions for 'Owner' but the Owner still can not view their expired content. I can check the 'access inactive portal content' for other Roles such as Reviewer an...
279a0124-14df-fe63-dbdc-f00f46424254
['2d4d836f-aa8c-19d1-6857-d4d92fe1a664']
I have a content rule setup to fire when a specific content type item is added or edited. The content rule automatically sends out an email to the site moderator informing that a new item was added or an existing one was edited. The body of the email states the item ${title} and its ${url}. I using Plone <IP_ADDRESS...
a168fb01-2b88-1994-6af5-78449d1940ed
['2d8c2b4e-18eb-8ee9-105c-17c4385c2b57']
Hi, I would like to announce the first release of Kemari, an open-source virtual machine synchronization mechanism for fault tolerance. It offers a feasible approach to fault tolerance that does not require the use of specific hardware or modification of applications/OS. Kemari aims to keep VMs transparently running i...
498130b1-ed47-3039-9f66-8a81ce1ea0b8
['2d8c2b4e-18eb-8ee9-105c-17c4385c2b57']
Hi, We're currently preparing to submit patches of Kemari. Since I didn't give presentation at the summit last week, I would like to share the design document of Kemari, which is attached to this message. Any comments are greatly appreciated. We'll submit patches based on this design this week. You can also get the u...
c0900ff8-562f-0040-dfee-b66eede71bd2
['2d95552f-0b91-a887-ee70-0a6b58178345']
I see, here is the effect : - http://male.donotuse.de/static/img_6480.jpg :the original picture - http://male.donotuse.de/static/img_6480_1.jpg :the corrected one as far as I remember I used selected manually Canon EF 70-300. which in general has no sense because the picture's focal lenght is 18 ... I have Tamro...
6e24b3b6-b89f-0c9a-7b0d-8add9251a5d3
['2d95552f-0b91-a887-ee70-0a6b58178345']
I did a couple of tests and it seems that everything is correct. The thing I counted wrong is that I have a photo taken approximately from 1m and after applying the distortion calibration, the faces close to the edge of the image are really stretched. one can see the effect on these images: - http://male.donotuse.d...
4831c642-81e2-cdb6-11c2-fc65c622df61
['2d986460-7aa3-5a74-0478-41af461181a5']
I would like to add to this: Will the AT91 HAL patches that <PERSON> and I wrote make it back into CVS? Those were submitted a couple months ago and I'd really like to sync my local tree back to the main cvs tree. I would volunteer to do this, but you really don't want me mucking around with cvs too much. -tim
501fae8a-3c4d-8127-d7f9-e3248877c067
['2d986460-7aa3-5a74-0478-41af461181a5']
I'm still trying to get my board to return to a reset (or redboot) state after running a test instead of looping forever inside cyg_test_exit(). The macro to reset the board, HAL_PLATFORM_RESET, is not defined for my ARM eb40a. What would be the best way to define it? Jump to the reset vector? Call cyg_start()? -ti...
5f520f74-71af-2475-7277-939d20ace71d
['2d98a0c2-7f44-12a3-1f2b-e2d2bd5a12fe']
I tend to be a bit bookish, and I was wondering what would be considered the best book on Python? Is There something like the Hacker's Guide to Python? When you're writing working code nearly as fast as you can type and your misstep rate is near zero, it generally means you've achieved mastery of the language. But t...
3727c0dc-c20a-d35b-3b1b-16e1534f84ee
['2d98a0c2-7f44-12a3-1f2b-e2d2bd5a12fe']
First, you mention "global terror" as if it were something like the Black Plague that just sorta arose out of nothing. There are many, many complex reasons for this, and the United States is not an uninvolved bystander. I have a lot of respect for the things you say <PERSON>, but I believe liberal democracy, free sp...
762fc8a7-df7d-383c-864b-ba8d7697475f
['2dabc704-630d-5a7f-6273-a629f7879e95']
I know this is a large patch, but just about every line needed to be changed after indentation had to be fixed because of my changes. If you need it split up into smaller patches please let me know. I removed the list-fish since they are no longer needed. I also removed the link to the 0.9.0 bug list which is empty....
e2be286f-a929-6cb6-0e43-c9c8da92bbdb
['2dabc704-630d-5a7f-6273-a629f7879e95']
This is my first submission to Wine, so please set me straight if I am incorrect in anything. This patch is merely to remove some superfluous tables and use CSS instead. I was unable to test the CSS since the changes are to a .template file, but it should all work. Also, I'll repeat here an offer I made to <PERSON>...
3ce157e8-d3f1-4e0d-d4c9-f6e51266a990
['2dadcf38-0681-733e-72f6-24fc31fbf21f']
7.9 release is nearing. We will definitely not build a release candidate in March. We could build one at any time in April. Thus the last working day in March (the 30th) may be the last time we would be happy to update a contributed item for the 7.9 release. 1) If you maintain a goodie and have not already seen ...
dae1314c-91d2-c604-9ec0-27630f429059
['2dadcf38-0681-733e-72f6-24fc31fbf21f']
Dear <PERSON>, before I worked for Cincom, I published the base for every release. I had a separate username 'BaseSystem'. Where possible, I would reconcile then publish: - Where pundle renames occurred in areas I was particularly interested in, I replicated with renaming to a new repository, then reconci...
aea61300-42e9-4a79-a7ef-1bc7adb45e2d
['2db22943-0157-c9c2-01cd-3c2a3691544e']
HI there, The documentation which comes with to 1.01 subclipse plugin seems wrong. I tried to import my project following the instructions " Import a new Project into a SVN Repository " which came with the plugin. I follow along until the step which is shown below: ( Enter Folder Name, for sharing the project....
6eb20771-3eb8-f666-9341-3b0f92123e75
['2db22943-0157-c9c2-01cd-3c2a3691544e']
Hi folks, Maven produces ziptards ( ziptard, noun, a compressed representation of a directory produced by tar-ing and gzipping the tar representaion of the directory) of one's application, which doesn't have the necessary executable bits set on the shell script that launches the application. If one unzips and un-ta...
e132a47a-ec3a-2595-f767-6dcf81b9b946
['2db4761a-9d18-a204-e63c-fec9638f02ac']
Hi all I have a large (11GB) DV file in avi that ffplay crashes when seeking without the attached patch. I must admit, though, that this is a "blind" fix, in that I don't know if the AVI format+ffmpeg implementation should guarantee that ast2 should not be null at this point. All I know is that in my particular DV fil...
9c78c530-04f1-3acb-3d3a-e7418418d7be
['2db4761a-9d18-a204-e63c-fec9638f02ac']
(Reposting with [PATCH] in case the format is required on this list.) Hi all I have a large (11GB) DV file in avi that ffplay crashes when seeking without the attached patch. I must admit, though, that this is a "blind" fix, in that I don't know if the AVI format+ffmpeg implementation should guarantee that ast2 shoul...
066b39cb-64cc-775e-14de-e7fb34cbaa9a
['2dc32115-bc39-34c0-83e9-976c9b3e3fb0']
I am trying to link an executable with a number of shared libraries. Functions in some of these libraries refer to other functions which are defined by objects within the executable code. Think of these as callbacks. These symbols are specified with "#pragma weak symbol" as the expectation is that not all objects lin...
26efdf4d-fb42-ad7f-fa8b-5739a1b44936
['2dc32115-bc39-34c0-83e9-976c9b3e3fb0']
Thanks, <PERSON>. Producing a test case for the problem at hand is not really that trivial. The executable links with a dozen libraries. Each library has a couple of dozen object files. So the elimination process is not that quick. What I will do is separate some of the offending object files into a separate librar...
146d0b75-3651-7d89-7616-afa9acd39384
['2ddb8d58-bd4c-d7ca-5f63-5985d16f1478']
Hi all, I have been working on centralizing user management in a company network this week. My requirements where described in the above mentioned community document: https://help.ubuntu.com/community/LDAPClientAuthentication/ Unfortunately the document was "somewhat" outdated and when I finally had a working - c...
4b404619-d544-e6e2-7b3c-0877dfdf1b39
['2ddb8d58-bd4c-d7ca-5f63-5985d16f1478']
Hello everyone, please find an updated version of the plugin I sent a few days ago attached to this email. I installed this one on a brand new squirrelmail-1.4.10a installation and noticed there were a few things that needed a change: - updated usage of $onetimepad in ldap_auth.php, if the global variable is e...
f3030c2c-927d-7551-8b59-1324788a0813
['2de61532-0290-5247-8de5-93eff6b1c0fe']
Hi Guys, I'm porting my gtk theme switching utility to Gtk+2 - It seems to work fine as far as sending the gdk event for re reading the rc files, now shall i keep it like this or shall i change the atom to "_GTK2_READ_RCFILES" as proposd by <PERSON>, he said he'd need to change that atom for some reason. The problem...
fbb23dc3-d94b-c5fb-fbc0-3ff42d6839bf
['2de61532-0290-5247-8de5-93eff6b1c0fe']
Is it possible to use gtk+ 1.2 and gtk+2.0 in one program? I ask because SkipStone, my browser uses the gtkmozembed widget - I am wondering if I could port all of SkipStone and the gtkmozembed widget would still use gtk+ 1.2.. I think its not possible without a big hack but asking does not hurt ;-) <PERSON>
e06f4b44-7e55-0cf1-2686-d9df699d5322
['2deda404-29da-5347-ae53-ce30356b7f8e']
Has anyone successfully installed slimserver on the "new" linkstation, without updating perl? I tried updating perl to 5.8.5, but slimserver still didn't run, and the HTTP server wasn't working right either (ie, it had problems serving the .cgi's for the web admin interface). So, I went back to the orginal perl, b...
a7d24a9c-ae65-54df-dd12-f77a62f03901
['2deda404-29da-5347-ae53-ce30356b7f8e']
I have posted about this but the subject mentioned perl 5.6.1...so I wanted to post again with the real subject in case someone out there can help. I am trying to run slimserver on a Linkstation II. I have not yet been successful, although a lot of people have tried to help...which I very much appreciate. Has any...
7958bc53-3f59-d2b8-76e2-09ea8f22c224
['2e0162ed-87d2-0927-797f-96628434b8ba']
Looks like: https://github.com/klauswuestefeld/sneer/tree/master/code/src/sneer/bricks/hardware/io/prevalencehas lots of cool stuff. What do you guys think about something like Bubble in Prevayler? I think that this "facade" approach is more "developer-friendly". And what about async IO (on linux)? https://svn.apache....
87cecf7d-d515-055c-f9bf-c1104deb04a1
['2e0162ed-87d2-0927-797f-96628434b8ba']
Hello! We have this doc in czmq: // Start the reactor. Takes control of the thread and returns when the ØMQ // context is terminated or the process is interrupted, or any event handler // returns -1. This is not entirely true.. Timers returning -1 don't make the loop to return. I have a small patch for this issu...
f5e92d83-ef79-a33b-cd8b-e929c248f85a
['2e1313c7-4ff6-c013-aa7a-87d433ca96bc']
We have developed a few custom tags here to provide some ease of use for our developers. However I don't think that they are as "clean" as they could be. Currently we are pulling spring managed beans in the customs tags with WebApplicationContextUtils. This works however now the unit tests need to load a spring conte...
c8b1d56a-4f38-2efa-4272-c647ec6a4340
['2e1313c7-4ff6-c013-aa7a-87d433ca96bc']
I was wondering if the createCommand() method in BaseCommandController needed to be final. The javadocs state that subclasses can override this implementation if desired, however since it is final that makes overriding this method problematic. Any chance of changing it, it would help us to get rid of some of our redu...
0ffc4252-a076-9b9d-ba17-3ae322fd7bd7
['2e32b18a-984c-ce03-eb25-2f3a4ced68b9']
Hi, I've searched around a bit and not found anything in the mailing list or shib docs and was hoping someone here could tell me if there is a way in Shibboleth IdP v3.2.1 to support the CAS 1.0 protocol? It turns out we have a couple of really old CAS clients who still speak it... Thanks for any help. <PERSON>
cc3bc8a2-6dbc-e4e6-dc9c-a5f411c72497
['2e32b18a-984c-ce03-eb25-2f3a4ced68b9']
Hi, I'm fairly new to both Shibboleth and CAS, and I am trying to deploy IdP v3.2.1 with CAS enabled. The issue I'm having is that every interaction with a CAS client requires authentication. I have read through the CAS documentation and I have upped the expire time on the CAS service ticket to 5 minutes, but stil...
f1601d37-5f90-2bad-5bc9-be79af8af991
['2e4cb5c4-6bda-2e2d-c1c7-220df2daa4ed']
Hi all, I checked out the source code from the site for 3.0.1 beta version and configured it with the eclipse. Now the server is successfully running. My concern is " how to add the domains to that server" and "users to the domain which is added earlier. Thanks, <PERSON>
1e77b6e3-0328-910a-22f5-36f685172e23
['2e4cb5c4-6bda-2e2d-c1c7-220df2daa4ed']
Hi all , I have checked out the 3.0.1 and trying to configure with eclipse, but getting the following error. Missing artifact com.sun:tools:jar:1.5.0 pom.xml /james-server-container-spring line 20 Maven Dependency Problem Thanks, <PERSON>
ed2980f2-ecad-5ed6-35f3-fb8545224c7f
['2e5890bf-c1c2-5ca0-bd1a-c1a4e0ac81e7']
Hello all, The third issue of the marine collection newsletter is now available for download at: http://mlsource.ornith.cornell.edu/marine/ newsletters/MCNIssue3.pdf. In this issue the topics covered include: - open access to the marine collection; - request for input on feature extraction from the sound col...
d8f7fae1-908a-e68a-61f8-174f8af3e844
['2e5890bf-c1c2-5ca0-bd1a-c1a4e0ac81e7']
Hello all, The latest edition of the Marine Sound Collection Newsletter is now available online at http://mlsource.ornith.cornell.edu/marine/ newsletters/MCNIssue4.pdf. The big topics covered in this issue are: - Release of the acoustic parameters website. This site describes the initial acoustic measures (or f...
ae681ba0-b024-7fad-a805-78e4b408cdaf
['2e632652-0dab-aeb1-2f3b-9efc6eacb863']
Hi all, I'd like to change the class names created for images when adding them using the Image Drawer. I have Kupu's version integrated with Apache Lenya 1.2.1. I see the file common/kupudrawers/drawer.xsl has values for the radio buttons assigned to classes image-left, image-right and image-inline. However, wh...
0d63869a-6152-d6e5-23f6-23b8f19011ec
['2e632652-0dab-aeb1-2f3b-9efc6eacb863']
Hi all, I have an XSP file that goes out to my database and grabs information to be displayed. Obviously, this information can be changed at any time if the data changes in the database. I cinclude this XSP file in my template for it to be displayed, but it appears once it is run, the results are cached and it n...
5cecd611-b4c0-aa88-d610-42d348ef5252
['2e684e3d-524c-477c-68f9-1d90f376bd20']
Dear Friend, FSMK releasing its third consecutive news letter. We are proud to say this because of the responses and encouragement you gave <PERSON>. This time also there are enough and more reasons to read the complete news letter in single attempt. We are raising some serious issues in the Indian context through ...
dc62f7f6-ae80-8956-ceb3-77a0815d8ef4
['2e684e3d-524c-477c-68f9-1d90f376bd20']
Dear Friends, FSMK is releasing another edition of its Newsletter. http://fsmk.org/NewletterVol6-2009 We have already discussed lot of policies and politics of free-software. It has enhanced the importance of FSMK day by day. Today we are interacting with many people like you. It is ultimately propagating the necess...
474d2e15-5bdb-5ec4-ff04-9a7e532ab55b
['2e9565f7-d501-2d1b-f734-9e835429b1f2']
Conference attendees: We have secured some special assistance at the Techshop location to permit us to take advantage of the resources offered to regular members. If you have perused techshop.ws, you'd have a flavor of the "shop class for grownups" offerings. As part of our room rental feel, we will have day-pass...
a314c787-11fc-aa3f-7672-a0306798b489
['2e9565f7-d501-2d1b-f734-9e835429b1f2']
Hi, If anyone from our community expects to be at Linux World next week, it would be great to have you pull a shift (1/2 day) in the booth. Its a low key gig to be present, answer general questions, and tell the interested public about your own X.org work. Please contact me for coordination. Thanks,
3362fb1a-9037-25e2-7358-fb69dc765665
['2ea35e31-9586-40d9-45cc-15fce1b74672']
Hi All, This is sort of a theoretical question, as well as a practical one, since I am now working on a rails app that will soon be deployed. I understand that rails is essentially not thread-safe, and that mongrel uses a pool of threads to handle incoming requests, and automatically serializes concurrent rail...
665c44d2-d496-618e-9aea-e19a57b6a306
['2ea35e31-9586-40d9-45cc-15fce1b74672']
Hi all, I've just joined this list. A brief introduction: I'm a musician and computer programmer - been doing both for most of my life. Me and my wife have recently opened a new website: http://fac-simile.org The goal of this website is to serve as the 'google' of free online music scores. It is simply a searchable ...
7ed6c551-441e-9dc5-ad5f-31f6d48db495
['2eae34f6-6316-5adc-ee94-b17e192bd6bc']
I'm trying to write a DWORD value to the registry using _winreg.SetValueEx and anything greater than 0x7fffffff yields a "ValueError: Could not convert the data to the specified type." I've seen a few posts saying that taking the complement of the large integer (basically making it a negative value) satisfies the API ...
96c94b47-8de4-94a8-e6a6-80d51b71b3a4
['2eae34f6-6316-5adc-ee94-b17e192bd6bc']
I'm trying to open files with names that contain Japanese characters, and found that win32file.CreateFile would raise an exception indicating that 'The filename, directory name, or volume label syntax is incorrect'. I found win32file.CreateFileW (documented to deal with 'unicode'), and that did return a handle for me....
fdcefca1-c27c-61bd-0b93-60d829dfbf57
['2eae9679-9beb-0170-2eb7-4808e26d2bbf']
Hello All, I am looking for examples of Zoomable User Interfaces implemented in Flash. I'm looking for anything remotely related to the concept from live examples on the web, to example AS code, tutorials, and discussion threads on the topic. I am proposing just such an interface to a client, and I need to get ...
e36e4f1c-6124-f8ac-1c95-7db6264563e5
['2eae9679-9beb-0170-2eb7-4808e26d2bbf']
Every example of the Flash 8 file Upload feature uses the variable name "Filedata" in the server side script when referring to the file. Is this *always* the name that Flash passes to the server, or can this be specified somewhere? I can only find examples, but not documentation stating this one way or anothe...
ee1f201a-435c-34d8-a32b-f318b5c7c767
['2eb6b4cc-55a7-834e-0f73-002eb772619d']
Hi everyone, I have a question about M value and how it corresponds to gene expression fold change.I was wondering if for example M-value of -1.27 which means 0.41 in fold change, doesn it mean 0.41 of the control (in my experiment wild type? Better say does it mean this gene is down-regulated by 41% or 59% (1...
e75d9fd0-3311-dbe0-ef93-9bc7ab81e5ba
['2eb6b4cc-55a7-834e-0f73-002eb772619d']
Hi everyone, I have a question about M value and how it corresponds to gene expression fold change.I was wondering if for example M-value of -1.27 which means 0.41 in fold change, doesn it mean 0.41 of the control (in my experiment wild type? Better say does it mean this gene is down-regulated by 41% or 59% (1-4...
3a8ecd55-1b6f-d349-be93-340bc2271f7f
['2ebef8c2-ab0d-9873-8720-929a1c43a835']
Friends, I'm new to this list.. I'm trying to make a simple interface that will interface brainwaves to sound for entertainment and education purposes. Has anyone interfaced openeeg to a music synthesizer of any sort ? I don't need to extract any specific features from the eeg signal.. just something that shows a t...
95ec97e9-19b4-c1ba-3ff7-90a0634a5328
['2ebef8c2-ab0d-9873-8720-929a1c43a835']
Folks, I've been doing some reading on the NIA and from what I can tell it is designed to pick up the electrical signals associated with voluntary movement of the facial muscles. I understand that from the standpoint of using it as a controller, that it would be much easier to do that than to extract features from ...
d4e75429-436d-dad0-2db4-5e97992c7c65
['2ec638a7-ece5-365d-41fe-b86cee7fe510']
Hi all, Has anyone a working example of a <f:dropdownDescriptorSelector> with a default value? e.g. <f:dropdownDescriptorSelector default="${descriptor.defaultValue}" … /> The tag itself should actually support this, but I do not get this to work in any way - the one selected is always the first descriptor in the d...
5a6766c0-f281-e5ef-88d3-bb724784d0bf
['2ec638a7-ece5-365d-41fe-b86cee7fe510']
Hi everyone and specially <PERSON>, yesterday something strange has happen to many Jenkins repositories on GitHub (more then 50 Repos)… <PERSON> seems have pushed to many many repositories without really changing anything - at least I have not seen anything changed. If you look at the activity stream/feed at https://...
a06b84ed-599e-ab2e-7bf7-092557de3fcf
['2ed469b1-0d0d-15eb-6151-907a4d7de907']
Hi there, I don't know if anyone else is doing this, but I'm half-way through writing a cross-platform plugin for libpurple to use Skype. I just have a couple of questions that I've tried looking through the other protocols to find the answers to, but I'm a little lost. Skype needs to make a connection before ...
d70905bb-ced2-b309-921f-4a4bd6041dfc
['2ed469b1-0d0d-15eb-6151-907a4d7de907']
With the PurpleConnectionFlag "PURPLE_CONNECTION_HTML", does not setting it mean that messages will be sent/recieved as text, or as XHTML? I was under the impression that not setting that PurpleConnectionFlag would mean sending as text, but the docs seem pretty vague when it comes to talking about it. I am curr...
762b20ce-d896-007b-6271-1a9ed2281d2c
['2eddf61a-cda8-9f5e-925e-ce347a5874ad']
I installed the Beta 3 of BA today and have been trying to get the Signal/Slots to work properly (c: at least how I would like it to work, without any prior Qt programming experience). I'm on Win2K and create a slot under "Edit...Slots..." which shows up in the compiled form. But how do I actually add code to the slo...
506a55e5-3996-0e65-f90e-e025cb7dba4a
['2eddf61a-cda8-9f5e-925e-ce347a5874ad']
I'm experimenting with the sample code on the Medusa web site at www.nightmare.com and have used their basic proxy example. However, when I use this code it always appears to cut off the bottom portion of any image and it can take a while for the image to load properly. My guess is that the last part of the picture i...
2e27a577-95e0-8f9a-531e-12c4a1ffeadb
['2ee3c3a4-6520-3b9c-1e87-96df26c5476c']
I have been searching for a way to change the NTP server which is called during bootup. Normally this would be in a file /etc/ntp.conf but Ubuntu doesn't install such a file. Has anyone found the script which performs this function? As soon as I can solve a Java problem with Ubuntu, I'll be back to Kubuntu. Cheer...
763e9a59-b9a2-1df4-b09a-38962e7b004a
['2ee3c3a4-6520-3b9c-1e87-96df26c5476c']
I have posted a rather lengthy message about the kweather applet and my problems on the Kubuntu forum ( not Ubuntu/kubuntu forum ). Any one here used it successfully? For me it has worked only on one of 4 computers. I will repeat the forum message if anyone thinks they can offer some help. Cheers
245f3feb-2e71-5d45-e0eb-f169e76d02e1
['2eee7837-f36e-3b02-8b4b-cde72833fd53']
All, Is anyone having issues with ebook records that you are getting from Worldshare for your Ebsco subscriptions? We are having a problem with getting records for ebooks for which we no longer have access. We are one top of loading and deleting, so I just wanted to see if anyone else was having this problem or if ...
32843d6f-de49-32af-2fe2-a8c5f2ad3237
['2eee7837-f36e-3b02-8b4b-cde72833fd53']
All, I am working on writing something up for our catalog to have a one time authority control cleanup done by a vendor. The catalog has had very little done authority control wise in at least ten years, and, in anticipation of implementing authority control procedures, it would be VERY helpful to have a one time clea...
4f57b309-d258-080b-7acb-5dba2b4e5857
['2efca193-6ea3-4994-a7ef-524caf745933']
Hi, I am wondering if anyone can tell me how to get OpenSolaris to set the hostname given by the DHCP server (code 12). I have the same setup on Solaris that work but it doesn't seem to work on OpenSolaris. Here is what I have on OpenSolaris follow by Solaris 10 U8. Thanks very much in advance <PERSON>
620b2a4e-0c5e-5b82-02d7-a3c472f7c080
['2efca193-6ea3-4994-a7ef-524caf745933']
Yes, it should work without rebooting but svcadm disable svc:/network/physical:nwam release the IP address and svcadm enable svc:/network/physical:default didn't get an new IP address. I supposed I could have done "ifconfig xnf0 dhcp start" to get the new IP address. Anyway, I must test the reboot of the VM because I...
41f70575-98aa-5066-10a1-17b9df8ab2cf
['2f0459d7-0ea4-2d22-5dd5-a0e06b2c74bf']
[ The Types Forum (announcements only), http://lists.seas.upenn.edu/mailman/listinfo/types-announce ] Inria is a French research institute in computer science and applied mathematics with 8 research centers around France. It will recruit 20 junior researchers in 2013. Junior researchers with interests related to ...
7f6301eb-cf9f-be36-eadb-00a5f7a21314
['2f0459d7-0ea4-2d22-5dd5-a0e06b2c74bf']
Inria is a French research institute in computer science and applied mathematics with 8 research centers around France. It will recruit 20 junior researchers in 2013. The Inria Nancy - Grand Est research center invites applications for 3 tenured junior researcher positions (CR2). We are particularly interested in deve...
b5f23857-7183-91d9-074f-7b6b4467dd66
['2f0c3a97-8fcc-ce3c-06bf-5b3a10ae45ce']
Hi, sorry if this is a pain to an already active list. I've looked in several English French dictionaries and on the web and I can't find anything useful. Knowing that CVS is well used by the French community. Is there anyone (French) out there that can tell me what the generic term for 'Version Control Systems'? I...
d05c952c-59c9-6ee7-8082-66688ff25b83
['2f0c3a97-8fcc-ce3c-06bf-5b3a10ae45ce']
Hi, I’ve just upgraded from VideoLan 0.9.4 to 0.9.6 and I get a crash if I try to play a flv file. Everything other video file I’ve tried seems okay. Downgrading back to 0.9.4 and it works okay, so I’m pretty sure it’s a videolan thang and not a system change. I’m running on Windows XP with all the latest aut...
0995bc7b-0249-cf8b-e5ae-03f380be7f7d
['2f0c3ad1-723f-1e05-d675-cf88a2e1cab2']
Greetings <PERSON>, The Battle of Two Suns midway between Yres (Spinward Marches 1802) and Menorb (Spinward Marches 1803) would be a good 'Sargasso of space' location. <PERSON>: Any travellers arriving at the battlefield will find thousands of workers salvaging / repairing / splicing together the damaged starships to ...
16a3a3fb-8cca-13fa-faa2-509348da5152
['2f0c3ad1-723f-1e05-d675-cf88a2e1cab2']
Greetings to the list, Does anyone know what sort of non-water fluid ocean might be found on a world that has an exotic atomosphere composed of Argon, Neon, Helium, & Krypton; as well as said ocean could be used for swimming by any human without protective gear? In service, <PERSON>