similar to: Mysterious 15 second startup delay running Wine as www-data

Displaying 20 results from an estimated 8000 matches similar to: "Mysterious 15 second startup delay running Wine as www-data"

2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows. BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D [Question]
2001 May 25
3
Problem with OpenSSH with UseLogin.. AGAIN!!!
Hello, By the 26th of May I will have been waiting for response for 17 days. I have posted this mail at 9 May 2001 20:38:58 and still this bug is not fixed and AFAIK no one have answered to this mail. I have to ask: why? ;-) ---------- My OLD message ---------- Hello, I have just discoverd that ssh -T does not work with servers which have UseLogin option enabled. This happends becouse
2011 Apr 04
8
creating built-in firewall for Wine
Hello! I want to have firewall/monitor in wine. Configuring Linux firewall is an external solution that affects all programs etc. The idea is to create configuration file for black- and/or while- list that would be analysed by wine during connections requests. The brute way is to modify ws2_32 dll source directly, but maybe there is more accurate way. Could you suggest where to start digging?
2006 Apr 27
4
Up-dates
I started working on a chat program but, I''m having this problem chatroom.rhtml <div id="chatroom"> </div> <%= periodically_call_remote( :update => "chatroom", :url => {:action => :chat }, :frequency => 2) %> chat.rhtml <h1><%= @chat.room %> room.</h1>
2010 Jan 09
3
what information can program get about underlying system
Hello, I frequently run untrusted programs through wine and wonder, how much of underlying linux system do I expose to those programs. I believe, that wine is quite free of bugs, but I am not an expert of Windows API and the level wine implements them. I am particularly interested in these issues: * If I do not connect my filesystem to wine in any way (through winecfg), is there a possibility
2011 Aug 12
1
Question regarding expanding wine features with JoytoKey
Currently wine is able to run the windows program JoytoKey decently. One of the most important features of JoytoKey (emualtion of the mouse using a joystick), works within the Linux desktop, but not inside applications which take control of the mouse (mainly games). I was wondering if it would be possible for Wine to allow JoyToKey to control such applications using Joytokey's mouse emulation.
2007 Feb 15
4
Using setfacl to control access to /dev/kqemu
Solaris 10U3, latest kqemu, qemu-0.9.0-CVS plus TAP patch. I''m aware that a fair amount of "rootish" access is required for the TAP and bridge stuff, and I''m working on that. As kind of a secuirty thought, I figured I''d use setfacl to give myself access to the /dev/kqemu device instead of leaving it mode 664 or 666. However, that didn''t work.
2004 Aug 31
4
which distro for asterisk?
Hi I want to play a bit with Asterisk. I currentlly install a new system for that and I would like to get your recommendations regarding the linux distro to use there. This is NOT intended to become a general distro flame war. My favorite distro is ******** and no argument that you flame will convince me here (probably because I've heard it before). However I would like to minimize the OS
2007 Feb 06
2
Mysterious tables starting with "stats_"
I have a server which I haven't installed that I have to maintain. This server uses MySQL, it has an asterisk database and in there some mysterious tables: stats_action, stats_agent, stats_callid, stats_config, stats_estados, stats_qstats, stats_queue, stats_queuexagent. I say mysterious because I don't have a clue about who is generating them. I did a grep for their names in /var,
2006 Jan 13
2
OT: mysterious traffic
Hi all, I have few sites which interconnected using a dedicated link. During these few weeks I've found that there are some mysterious traffic pass over my router with constant amount of bandwidth all over the time. I can know this because after working hours, only few applications are running and it did not generate this kind of traffic. Anyone can advice how to detect what kind of
2010 Oct 08
1
patch for mysterious maildir symlink error
This may resolve the mysterious "Maildir: Symlink destination doesn't exist" errors. --- a/src/lib-storage/index/maildir/maildir-util.c +++ b/src/lib-storage/index/maildir/maildir-util.c @@ -91,7 +91,7 @@ { struct stat st; - if (lstat(path, &st) == 0 && (st.st_mode & S_IFLNK) != 0) { + if (lstat(path, &st) == 0 && (st.st_mode & S_IFMT) ==
2009 Dec 14
0
Mysterious crash on SLES11; VMs did not autostart
I have a couple sles11 servers running xen 3.4: # xm info host : xen03 release : 2.6.27.19-5-xen version : #1 SMP 2009-02-28 04:40:21 +0100 machine : x86_64 nr_cpus : 16 nr_nodes : 1 cores_per_socket : 4 threads_per_core : 2 cpu_mhz : 2533 hw_caps :
2010 Feb 02
2
mysterious extra spaces appearing in expression paste
Hi, i'm trying to put a legend on some figures and they're coming out a bit wonky. here's an example: a <- c(1:10) par(mfrow=c(2,1)) plot(a,type="s",lwd=3) leg <- c(expression(paste("data1 (",rho,"=1)")), expression(paste("data2 (",rho,"=0.0)"))) legend("bottomright",legend=leg,col=c(1,2),lwd=3)
2006 Aug 16
0
mysterious ''duplicate entry'' database error when building table
hi, i tried posting this yesterday, but i never saw my message make it to the list so i suspect something went awry.. my rails app has some ''sync'' code where it connects to a remote db, grabs the records from a table, deletes all the records from a table which is a local copy, and then rebuild the table with the records fetched on the remote db.. it boggles the mind how a
2009 Jul 18
0
[LLVMdev] The mysterious case of the missing GlobalVariables.
If the globals don't have 'external' linkage, the optimizers will happily eliminate them. If they are marked external, attaching the .bc file, reduced if possible, will give people a better chance of helping you. On Sat, Jul 18, 2009 at 8:20 AM, Richard Pennington<rich at pennware.com> wrote: > Hi, > > I've recently been updating my stuff with LLVM TOT with the
2012 May 26
2
Mysterious versioning reported by file command
I just noticed this, which doesn't actually seem to affect anything but does create a mystery: [frankcox at mutt temp]$ cat test.c #include <stdio.h> int main(void) { printf("Hello world\n"); return 0; } [frankcox at mutt temp]$ gcc -o test test.c [frankcox at mutt temp]$ file test test: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared
2015 Aug 28
0
apache mysterious 404 error
Check the links again. Remove the * from images*/ and you should be all set. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy Sent: Thursday, August 27, 2015 5:18 PM To: CentOS mailing list <centos at centos.org> Subject: [CentOS] apache mysterious 404 error Hey guys, Just have a question about apache. Hoping to
2008 Aug 11
2
Mysterious new problem: nss_ldap: could not soft reconnect to LDAP server
Suddenly as of this morning, none of my users can authenticate to samba because nss_ldap is producing cryptic errors. Nothing has changed on either the LDAP server or the Samba server. Looks like this in /var/log/messages: Aug 11 11:19:29 edgar smbd[8394]: nss_ldap: could not soft reconnect to LDAP server - Server is unavailable Yet, the LDAP server IS available, and happily chirping away
2008 Jun 12
0
Mysterious interaction between RSpec 1.1.4 and has_finder/named_scope
I just opened a Rails ticket on a problem with named_scope in Rails 2.1, and cross-posted a message here which I send to rails-core. I''m still a bit mystified, because I''m having a problem caused by this on RSpec 1.1.4, but not on 1.1.3, and I don''t see a difference in code which would explain it. The basic problem, which I encountered upgrading our rails app to RSpec
2007 Jun 30
0
mysterious :action=>"undefined" bug
Has anyone ever had your RoR app try to reach an "undefined" action in one of your controllers. Its happening to me, but only from two different HTTP_REFERER''s. Just curious if anyone has ever seen "undefined" stuck as an action into one of their requests. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received