search for: chitown

Displaying 2 results from an estimated 2 matches for "chitown".

Did you mean: chilton
2007 Nov 17
0
rake errors
...'') for user in @users profile_box = render_to_string(:template => ''facebook/index'') fbsession.profile_setFBML({:markup => profile_box, :uid => user.uid}) end end RAILS_ENV=production /usr/bin/rake actions:update_profiles --trace (in /rails/chitown) rake aborted! undefined method `camelize'' for "top":String /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/ assertions/selector_assertions.rb:525 /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/ assertions/selector_assertions.rb:524:in `ea...
2005 Aug 23
2
rsync problem
Hi, My rsync is stopped working suddenly I got following in verbose and log, mkstemp failed: No such file or directory and rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) my rsync code : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 >$tempfile 2>&1 the same code was working last week, what will be the problem, how to proceed to fix?