search for: renables

Displaying 12 results from an estimated 12 matches for "renables".

Did you mean: enables
2013 Nov 01
7
[PATCH] construct listener_fds Hash in 1.8 compatible way
This renables the ability for Ruby 1.8 environments to perform reexecs --- lib/unicorn/http_server.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb index 2decd77..9a5795c 100644 --- a/lib/unicorn/http_server.rb +++ b/lib/unicor...
2011 Jan 12
1
Problems with fsck
Hi List, i'd like to share with you what happened yesterday. Kernel 2.6.36.1 ocfs2-tools 1.6.3 (latest). I had an old OCFS2 partition created with a 2.6.32 kernel and ocfs2 tools 1.4.5. I unmounted all partitions on all nodes in order to enable discontig-bg. I then used tunefs to add discontig-bg, inline-data and indexed-dirs. During indexed-dirs tunefs segfaulted and since then, fsck
2005 Mar 06
8
Tutorial about XMLHttpRequest+Rails
Hi All I just finished writing up a tutorial relating my experience developing a system to edit line-items ''in-line'' in my Rails application using XMLHttpRequest. I thought this might be of interest to some readers of this list... Check it out at http://hieraki.goodlad.ca/read/book/1 Thanks! Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or
2005 Jul 25
0
Latest batch of CVS changes
I now get:- /usr/src/asterisk/dsp.c:1395: undefined reference to `ast_dsp_busydetect' The Make file changes modify BUSYDETECT but if you have BUSYDETECT+= -DBUSYDETECT_COMPARE_TONE_AND_SILENCE the above error is shown. Renabling BUSYDETECT+= -DBUSYDETECT_MARTIN corrects the problem. -- Dave Cotton <dcotton@linuxautrement.com>
2013 Mar 05
2
fencing nodes with drac under 5.9
Hi all, A recent update to CentOS 5.9 has broken my cluster's ability to fence nodes. I have two Dell's which are both fenced via their DRAC6 cards. The current configuration in cluster.conf for the fencing devices is: <fencedevice agent="fence_drac5" cmd_prompt="admin1-&gt;" ipaddr="192.168.251.11" login="fencer" name="ms1-drac"
2011 Mar 13
6
questions/problems virtual plugin pop3 leave copies on the server for x days then delete
Hi Timo, i allready asked about this , and did some fixes , but it isnt working yet ,as far i have a setup like namespace default { # type = private separator = / prefix = "" list = yes # hidden = no subscriptions = yes } namespace virtual { # type = private prefix = "virtual/" separator = / location =
2020 Jan 24
0
(SOLVED) YUM (DNF) Possible Confusion Centos 8
...<<<<<<<<<<<<< > > Nataraj > > Yes, this does eliminate the diagnostic.? Exactly what else it does I > don't know, because I haven't grasped the concept of the module > streams yet.? One thing bothers me, tho..... My sense is it just renables the module (which I believe was already enabled), possibly setting a bit somewhere that was not previously set or was set incorrectly. > > Apparently, the problem was identified and workaround described in mid > December.? I encountered the problem in early January, and Google > searc...
2011 Oct 07
7
No sound playing Tom Clancy's HAWX
Hi, Problem is there is no sound. Code: $ wine --version wine-1.3.12 Tried using the the wine ver. offered at winehq but got an exe dump. Played the same game under Ubuntu without any issues. How to troubleshoot ? Need to get the sound working.
2020 Jan 24
2
(SOLVED) YUM (DNF) Possible Confusion Centos 8
At 03:46 PM 1/23/2020, Nataraj wrote: >On 1/23/20 2:29 PM, Nataraj wrote: > > > > I would agree.? I have the same behavior in a Redhat 8 development > > system, so it's not a problem with the Centos build.? I have not added > > any repositories other then the Redhat > > codeready-builder-for-rhel-8-x86_64-rpms. I original installed 8.0 and > > have
2011 May 08
3
sieve filters not being invoked
Hi all, Similar to someone who posted here yesterday, I am having trouble getting sieve filters working. I have installed pigeonhole. I can create, edit, and save scripts from both the Thunderbird sieve extension as well as the Roundcube sieve plugin via managesieve running on port 4190. The .sieve file is properly saved in ~/sieve with a symlink from ~/.dovecot.sieve. But the filters are not
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2008 Mar 21
26
mongrel garbage collection
Sorry, for the re-post, but I''m new to the mailing list and wanted to bring back up and old topic I saw in the archives. http://rubyforge.org/pipermail/mongrel-users/2008-February/004991.html I think a patch to delay garbage collection and run it later is pretty important for high performance web applications. I do understand the trade-offs of having explicit vs. implicit garbage