search for: reloads

Displaying 20 results from an estimated 6889 matches for "reloads".

Did you mean: reload
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
...-- Remote UNIX connection -- Remote UNIX connection disconnected Nothing about chan_dahdi, app_queue, cdr or chan_agent But, for example if I change something in agents.conf (anything), the output of the "reload" in CLI shows me that chan_dahdi, app_queue, chan_agents, etc now reloads its configuration. isb152*CLI> reload == Parsing '/etc/asterisk/extconfig.conf': == Found == Parsing '/etc/asterisk/manager.conf': == Found == Parsing '/etc/asterisk/manager_additional.conf': == Found == Parsing '/etc/asterisk/manager_custom.conf':...
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
Hi Guys, I just started playing with camping 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
2018 Feb 22
2
Sink redundant spill after RA
..., > > 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 .LBB2_32. If we sink > the spill (str x2, [sp, #120]) from the entry to its successor > (%bb.1), the load-from-store promotion might catch this and replace > the ldr in %bb...
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 .LBB2_32. If we sink the spill (str x2, [sp, #120]) from the entry to its successor (%bb.1), the load-from-store promotion might catch this and replace the ldr in %bb.1 with a mov instru...
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
Hello using Asterisk 1.8.32.3 Current music on hold : 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 File: /var/lib/asterisk/moh/manolo_camp-morning_coffee File: /var/lib/asterisk/moh/macroform-the_simplicity New musiconhold
2003 Jun 12
2
Segmentation fault on "reload"
Whenever I issue the reload command, asterisk crashes. Below is the output I get from (gdb) bt Any help is appreciated. *************************************************************** *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
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
...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 .LBB2_32. If we sink > > the spill (str x2, [sp, #120]) from the entry to its successor > > (%bb.1), the load-from-store promotion might catch this and replace >...
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]:
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
Le 23/03/2017 ? 20:17, Jonas Kellens a ?crit : > Hello > > > is there any more information on how to reload/read musiconhold files ? CLI> module reload res_musiconhold -- Daniel > On 07-03-17 10:46, Jonas Kellens wrote: >> Hello >> >> I did not mention it but of course the MOH directory is listed in >> /etc/asterisk/musiconhold.conf : >> >>