Displaying 20 results from an estimated 70000 matches similar to: "How to force a cache refresh?"
2008 Apr 15
0
How to cache dynamic CSS (RCSS)?
Hi,
I''m using this tutorial: http://blog.hasmanythrough.com/2006/3/23/dirt-simple-rcss-templates
to make dynamic CSS files. However I can''t figure out how expire
cached CSS files.
Here''s my code: http://pastie.caboo.se/181021. Most of it is copied
from the tutorial.
Files are cached properly - i.e.
<%= stylesheet_link_tag "main" %> generates
2003 Jan 10
1
Forcing ISP ARP cache to refresh immediately
>From http://shorewall.net/ProxyARP.htm (and the Setup Guide):
> A word of warning is in order here. ISPs typically configure their
> routers with a long ARP cache timeout. If you move a system from
> parallel to your firewall to behind your firewall with Proxy ARP, it
> will probably be HOURS before that system can communicate with the
> internet. You can call your ISP and ask
2007 Aug 14
0
Winbind fails to refresh Kerberos tickets (3.0.25b - Fedora Core 5) - 2nd Try
This is the second attempt at sending this. Apologies for any duplicates.
I've got Winbind up and running to authenticate our users against our AD
and to save kerberos tickets. I have used the "winbind refresh tickets =
yes" setting expecting this to renew these kerberos tickets before they
expire. This does not appear to work. Gnome will pop up a dialog box
saying that the
2019 Aug 19
0
How does "winbind refresh tickets" work?
Hai,
Below is a bit garbled, but what about.
What did you set for you proxy server?
Did you enable the "This computer is allowed to Delegate (only kerberos )
samba-tool delegation for-any-service COMPUTERNAME$ on
And have you tried to increase the ticket lifetime in /etc/krb5.conf
For example: ticket_lifetime = 24h
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van:
2004 Oct 25
1
winbind cache / lockout
Dear list,
I'm using winbind (samba-2.2.9) on Solaris to authenticate my users
against a Windows 2000 Active Directory server.
Sometimes my users get locked out for various reasons (virus, etc.) and I
want to prevent that.
Is it possible to cache the windows password on unix server so that it
doesn't have to query windows server every time? Would increasing the
"winbind cache
2015 May 06
0
capabilities("X11"): Force refresh from within R? (... and minor documentation issue)
Is there a way to refresh capabilities("X11") without restarting R
such that it reflects the enabling/disabling of X11?
BACKGROUND:
If I launch R with X11 server disabled (e.g. ssh -X / ssh -Y to remote
Linux but forgot to enable Xming on local Windows), then I get:
> capabilities("X11")
X11
FALSE
> x11()
Error in .External2(C_X11, d$display, d$width, d$height,
2007 Aug 06
2
cache questions
Hi Guys,
We have:
auth_cache_size = 2048 #Kb
auth_cache_ttl = 900 #life of the cache
Seems to work well (though haven't tried looking at stats). Only problem
is that every so often, one of our new users tries to log in quickly
before the account is marked (in a db) as 'active'. They use the right
password but the sql query fails because the active flag is not yet set.
This
2004 Jul 05
1
Tk force refresh
I'm trying to use a Tk widget to show some progress &
intermediate results in a long-running R calculation.
Does anybody know how (or whether) I can force a window
redraw without waiting for the idle loop? Currently,
refreshes only seem to happen when we return to the R
toplevel read-eval-print loop.
Thanks,
Mark <><
1999 May 07
0
Refresh or Cache Problem with Samba 2.0.2
Everyone,
I have an odd problem. I have Shares that are accessed by both PC and Solaris
clients. When a file is read by a PC and then Modified by a UNIX session
the changes to that file only show up on the UNIX sessions. Samba seems to
Cache the file and use the old incorrect data. If you modify the file with
a PC application then everything is fine and the "Cache" is updated.
I was
2019 Aug 19
3
How does "winbind refresh tickets" work?
Hi list,I want to make winbind kerberos ticket refresh work but I couldn't do it with configuration below:
------ smb.conf ------security = ADS
workgroup = MYDOMAINrealm = MYDOMAIN.ORG
log file = /var/log/samba/%m.loglog level = 6enable core files = no
idmap config * : backend = tdbidmap config * : range = 3000-7999idmap config MYDOMAIN : backend = rid
idmap config MYDOMAIN : range =
2008 Apr 09
0
Delete old mails and refresh quota
Hello.
I use dovecot 1.0.13. So, I can't use expire plugin (require dovecot
1.1+).
For delete old mails in Junk mailboxe, I use a cron:
find /var/mail/vmails/ -regex '.*Junk/cur/.*' -ctime +30 -delete
It works.
However, quota is not refreshed. If my quota is to 90% and I delete 85%
of my mails, quota still 90%, not 5%. I must delete my maildirsize after
this cron.
Do you have
2008 Apr 02
0
Re: wine don't handle hard coded resolutions & refresh rates
Nate Homier wrote:
>
> ...
> Screen 0: minimum 320 x 240, current 1680 x 1050, maximum 1680 x 1050
> default connected 1680x1050+0+0 0mm x 0mm
> 1680x1050 50.0*
> ...
> 1024x768 60.0 61.0 62.0
> 960x600 63.0
> 840x525 64.0
> 832x624 65.0
> 800x600 66.0 67.0 68.0 69.0 70.0 71.0
> ...
>
This
2006 Jan 23
2
Action Cache upgrade plugin
This plugin is available through the Rails plugin mechanism as
''action_cache''
>From the README:
=== Action Cache update
This is a drop in replacement for the Rails Action Cache. When this
plugin is
installed, the new behavior will take effect without any further
configuration.
All documentation for the Rails Action Cache is still relevant.
=== Features
2006 Apr 08
2
trouble expiring cached pages
I''m having a bear of a time getting my cached pages to expire. Maybe
one of you guys can help me out. I''ll show my sweeper and then my log
to show that it "should" be working.
class PragmaticSweeper < ActionController::Caching::Sweeper
observe Comment
def after_save(comment)
expire_page(comment.post_id)
end
private
def expire_page(post_id)
2011 Jun 16
1
puppetd by cron using cached config , does it expire ?
hi,
since my puppet CA expired the nodes cannot connect to the server
because of ssl issue. I have recreated a CA and removed/resigned all the
certs i could find for the node. However i just saw that the node not
having ssl connexion right are still running puppet using cached
configuration.
Jun 16 03:35:08 xxx puppetd[9503]: Could not get config; using cached copy
Jun 16 03:35:10 xxx
2009 Jul 09
0
Cache expiration with format not working as expected
Hi all,
In my OrdersController, I have two actions completed and incomplete
that respond_to HTML and CSV.
Im also action caching these actions
..
caches_action :completed, :incomplete
...
def completed
@orders = Order.completed
respond_to do |format|
format.html
format.csv {render :layout => false}
end
end
def incomplete
@orders = Order.incomplete
respond_to do
2005 Mar 10
6
Expiring Cache Fragments and fcgi
First let me say that Rails caching is very very cool. The traffic
(and responsiveness) I''ve saved by added 10 lines of ruby code would
be enourmous, if I actually had traffic... ;)
Sweepers as observers are great, btw. Since every page of my side is
dynamic, once I did some DB optimization I''m caching the content of
the index page which was taking the bulk of the time to load
2008 Sep 28
4
Cannot expire cache from background process?
Hello,
I am trying to expire fragments (or at least trigger their expiration)
from a daemon that''s running in the background.
The daemon is updating all kinds of important lists every few minutes
from the background.
So I have to find some way to DO or TRIGGER the fragment caching from
this daemon.
Unfortunately just using the normal commands like:
expire_fragment :controller =>
2005 Dec 08
10
smbclient lookup fails when querying local machine
Debian Sarge, Samba 2.2.12 (legacy install), openLDAP 2.2.17, connecting to a PDC running Samba 2.2.8a. The machine in question failed DIAGNOSIS.txt step 3.
I've got a really odd issue -- a Samba server that can "smbclient -L" everyone but itself. Samba still serves shares and PDC authentication works fine, but this failure is annoying, and as such, must be fixed. :)
--
issued
2001 Sep 26
2
Forcing a refresh in R for Windows
System: Windows NT 4.0 450 MHz Pentium II, R version 1.3.0 (will upgrade
soon).
Is there some way to force the command-line interface to print information
to the screen before evaluating the next expression? For example, if I put
the following in a file:
cat("Select a file\n")
filename <- file.choose()
and source the file, I don't see the instruction "Select a file"