search for: reloading

Displaying 20 results from an estimated 6885 matches for "reloading".

2010 Oct 03
1
Problem starting new game "War of Angels" - no 3d I guess
Hey, guys, i surfed the internet and found a new game by gamigo I want to try out. http://warofangels.gamigo.com/ I downloaded the installer and successfully installed the game. I used winetricks to install - d3dx9 - d3dx9_28 - d3dx9_36 - corefonts - dotnet11 - dotnet20 - dotnet 20sp2 I've to use the launcher provided in the game's directory which seems to work fine. It does patching
2010 Feb 02
0
Issue when reloading
Hello list! I?m having an issue when reloading Asterisk, I?ve had this problem in Asterisk 1.6.1.6 so I upgrade to 1.6.2.1 version, but I still have the same error. For example, I send a "reload" in Asterisk CLI and this is the output: isb152*CLI> reload == Parsing '/etc/asterisk/extconfig.conf': == Found == Parsing...
2007 Jan 29
2
What does Reloadable mean in rails source code?
In the actionpack-1.12.5\lib\action_controller\base.rb, you can see the definition: class Base include Reloadable::Subclasses ... And following is the definition of Reloadable: # Classes that include this module will automatically be reloaded # by the Rails dispatcher when Dependencies.mechanism = :load. module Reloadable class << self def included(base) #nodoc: raise
2013 Aug 16
0
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
On 08/16/2013 02:42 AM, Star Tan wrote: > At 2013-08-16 12:44:02,"Tobias Grosser" <tobias at grosser.es> wrote: >> Hi, >> >> I tried to reproduce your findings, but could not do so. > > > Sorry, I did not put all code in my previous email because the code seems a little too long and complicated. > You can refer to the detailed C code and LLVM IR
2013 Aug 17
2
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
At 2013-08-16 22:32:30,"Tobias Grosser" <tobias at grosser.es> wrote: >> >> Yes, I have changed the original code to the form you suggested: >> for (i >> for (j >> ... >> x=1 > >Sorry, I meant > x[0] += > It is interesting that Polly would run much faster if we change the
2014 Mar 13
1
smbcontrol smbd reload-config or service smbd reload doesn't reload include files
Hi, I noticed that smbcontrol smbd reload-config or service smbd reload doesn't reload include files. Is there anyway to get a reload to reload files that have been included from the main smb.conf ? Otherwise it only looks like restart works, but that causes connections to reset, even in a ctdb/clustered environment . The only other option it looks like is to just put everything into the
2018 Jun 21
3
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 19:17:14 +0700 Vladimir Eltsov via samba <samba at lists.samba.org> wrote: > Hello. > > I have read man smbcontrol. > > I wrote in start message: > > > I have tried: > > systemctl reload smbd.service > > killall -1 smbd > > pkill -HUP smbd Forget 'systemctl reload' Forget 'killall' Forget 'pkill' >
2013 Jan 02
8
Apache Passenger and Reloader
...and so far it''s pretty awesomo. After much messing around I was finally able to get Apache Passenger, Camping and ActiveRecord to PostgreSQL working. One thing I was wondering about, can I use reloader with Apache Passenger? Always having to touch/rm a tmp/restart.txt to see changes or reloading apache altogether is kinda a pain and I was hoping I can use reloader to just detect changes to make recovering from errors faster as I type code. I saw some previous post about using reloader: http://rubyforge.org/pipermail/camping-list/2010-August/001378.html Which used on_reload which doesn...
2018 Feb 22
2
Sink redundant spill after RA
...> > // %bb.1: // %if.end > > Presumably there is a redefinition of x2 somewhere in here, otherwise > it wouldn't need to be spilled at all? > In the test case I’m looking at, x2 is redefined in later blocks, but no redefinition of x2 before reloading in %bb.1. > ldr x13, [sp, #120] // 8-byte Folded Reload > <-------------- reload !! > > < omitted > > > : > > .LBB2_32: // %cleanup > <----- no reload from [sp, #120] > > ld...
2018 Feb 22
2
Sink redundant spill after RA
Hi All, I found some cases where a spill of a live range in a block is reloaded only in one of its successors, and there is no reload in other paths through other successors. Since the spill is reloaded only in a certain path, it must be okay to sink such spill close to its reloads. In the AArch64 code below, there is a spill(x2) in the entry, but this value is reloaded only in %bb.1, not in
2007 Jul 23
3
extension.conf doesn't reload?
Hi everyone, I have just installed Asterisk 1.4.6 on CentOS 5. When I issues the reload command in the asterisk command prompt, it doesn't seem to read my configuration files. Any suggestions? pbx*CLI> reload The 'reload' command is deprecated and will be removed in a future release. Please use 'module reload' instead. == Parsing '/etc/asterisk/cdr.conf': Found
2017 Mar 03
2
moh reload not reloading/reading new musiconhold files
...roform-the_simplicity.wav /var/lib/asterisk/moh/myfolder/1/macroform-the_simplicity.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz I issue a reload of the moh : myserver*CLI> moh reload myserver*CLI> module reload res_musiconhold.so [Mar 3 15:04:53] -- Reloading module 'res_musiconhold.so' (Music On Hold Resource) Situation after reload : myserver*CLI> moh show files Class: default File: /var/lib/asterisk/moh/macroform-robot_dity File: /var/lib/asterisk/moh/macroform-cold_day File: /var/lib/asterisk/moh/reno_project-system...
2003 Jun 12
2
Segmentation fault on "reload"
...**************************** *CLI> reload == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/enum.conf': Found == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or directory) == RTP Allocating from port range 5000 -> 31000 -- Reloading module 'app_voicemail2.so' (Comedian Mail (Voicemail System)) == Parsing '/etc/asterisk/voicemail.conf': Found -- Reloading module 'chan_local.so' (Local Proxy Channel) -- Reloading module 'chan_iax2.so' (Inter Asterisk eXchange (Ver 2)) == Parsing '/...
2010 Dec 27
2
logrotate.d - reload vs restart
Looking at some of the stuff in /etc/logrotate.d, I see entries like this in some of the configuration files: postrotate /sbin/service privoxy reload 2> /dev/null || true >From the commandline, that doesn't work: # /sbin/service privoxy reload 2> /dev/null || true Usage: /etc/init.d/privoxy {start|stop|restart} Changing reload to restart does work: ]# /sbin/service privoxy
2018 Feb 22
0
Sink redundant spill after RA
...// %if.end > > > > Presumably there is a redefinition of x2 somewhere in here, otherwise > > it wouldn't need to be spilled at all? > > > > > In the test case I’m looking at, x2 is redefined in later blocks, but no > redefinition of x2 before reloading in %bb.1. That seems odd. Are there other reloads of this spilled value that you aren't showing? I'm trying to understand why this register is being spilled at all in this case. > > > ldr x13, [sp, #120] // 8-byte Folded Reload > > <--------------...
2010 Jun 08
6
reloading realtime sip peers
Hello, I noticed that changes to realtime sip peers are not applied until a 'reload'. A 'sip reload' does not make any changes to realtime sip peers. When changing for instance the mailbox-parameter in the realtime sip_buddies table, the change is not applied with a 'sip reload'. For every change there is a complete 'reload' necessary. Why does a 'sip
2007 Nov 15
2
reload command
All, I have noticed that placing a call in the outgoing spool during a reload the call may fail. Try the call again after the reload is done and it will complete. This seems like a bug. During a reload calls should be suspended or something? Thoughts? Jerry
2020 Jul 10
2
module cel error with bridge events
Hi, On Asterisk 16.11.1 when enabling cel I get error with BRIDGE_START and BRIDGE_END events zone-s*CLI> module reload cel The module 'cel' reported a reload failure     -- Reloading module 'cel' (CEL Engine) [2020-07-10 17:57:01] ERROR[16163]: cel.c:428 ast_cel_str_to_event_type: Unknown event name 'BRIDGE_START' [2020-07-10 17:57:01] ERROR[16163]: config_options.c:798 aco_process_var: Error parsing events=APP_START,CHAN_START,CHAN_END,BRIDGE_START,BRIDGE_EN...
2013 Aug 16
2
[LLVMdev] [Polly] Analysis of extra compile-time overhead for simple nested loops
At 2013-08-16 12:44:02,"Tobias Grosser" <tobias at grosser.es> wrote: >Hi, > >I tried to reproduce your findings, but could not do so. Sorry, I did not put all code in my previous email because the code seems a little too long and complicated. You can refer to the detailed C code and LLVM IR code on http://llvm.org/bugs/show_bug.cgi?id=16843 There are four attachments
2017 Mar 23
2
moh reload not reloading/reading new musiconhold files
...) data, WAVE audio, Microsoft PCM, 16 bit, >>> mono 8000 Hz >>> >>> I issue a reload of the moh : >>> >>> myserver*CLI> moh reload >>> myserver*CLI> module reload res_musiconhold.so >>> [Mar 3 15:04:53] -- Reloading module 'res_musiconhold.so' >>> (Music On Hold Resource) >>> >>> Situation after reload : >>> >>> myserver*CLI> moh show files >>> Class: default >>> File: /var/lib/asterisk/moh/macroform-robot_dity &g...