Displaying 5 results from an estimated 5 matches for "content1".
Did you mean:
contents
2006 Mar 29
2
Help -- rsync Causing High Load Averages
This is my situation and I am running into dead ends.
We have a server with about 400GB of data that we are trying to backup
with rsync. On the content1 server we had rsyncd.conf as:
[content1]
path = /
comment = Backup
list = no
read only = yes
hosts allow = 192.168.22.181
hosts deny = *
uid = root
gid = root
and on the backup server we had a crontab entry as follows:
0 7 * * * /usr/bin/rsync -av --stats --delete 192.168...
2006 Jul 23
1
some question about ''observer_field''
...ny html tag? (such as div)
I tried to apply ''observe_field'' to observe the content of
<div> tag, but, as the observed <div>''s content was changed,
there was nothing happend.
for example (in test.rhtml):
<%= link_to_remote "test", :update=>"content1", :url=> { :action=>
"echo"} %>
<div id="content1"> content1 </div>
<div id="content2" > content2 </div>
<%= observe_field "content1", :update=>"content2" , :url=> {
:action=>"echo2"} %&...
2013 May 30
1
Need help with file corruption issue
...en able to repro it on the CentOs host using a
self-mount.
Here's my test script:
#!/usr/bin/perl
use File::Temp qw( tempfile );
use strict;
$| = 1;
my $local_grid_share = '/grid/samba_stress_test';
my $mounted_grid_share = '/root/grid/samba_stress_test';
while (1) {
my $content1 = rand() x 5 . "\n";
my ($fh, $filepath) = tempfile( DIR => $local_grid_share );
print $fh $content1;
close $fh;
system("chown xen $filepath");
my ($filename) = $filepath =~ /.*\/(.*)/;
print "----\n$filename... ";
if (-f "$mounted_grid_share...
2006 May 31
1
Best way to render stuff inside a div and pass variables?
For example, I want to click a button or a link, then without leaving
the page, i want the content of a <div> to change accordingly if I click
the link1 I want the content1 to show up inside the <div>here</div>
I made it possible by using:
<%= render :partial => "icons", :collection => @packages, :locals => {
:@icon_name => "-add-black-" } %>
( Passing a string to the render partial.... )
But how do you call a "...
2006 May 03
10
get Addresses and house numbers from Post Code?
Hi,
does anyone know a way to get the address and a list of house numbers
from a Post Code? Is their an online web service that will do this?
I''m creating an app for a chinese take-away and this functionality is
important. What do you think is the best way of achieving this? for UK
post codes.
Thanks
Chris
--
Posted via http://www.ruby-forum.com/.