Displaying 7 results from an estimated 7 matches for "godfathers".
Did you mean:
godfather
2010 Jul 20
2
Rsync sequence
Hi all,
I am running Ubuntu server 10.04 and use rsync to do all my backups. I would
like to backup multiple directories to my external hard drive, but I am
faced with a problem on how to set up crontab -e to allow each rsync
statement to perform one after the other. Right now I have each one set to
run on different nights, but I would like them all to run the same night to
allow for a more
2011 Feb 26
1
How to manage the form of a model that has two foreign keys
...asically I have two models: User and Godfather. The godfather table
has three columns:
- user_id (FK --> User)
- user_godfather_id (FK --> User)
- description (text)
Inside each model class, I am adding the following associations:
class User < ActiveRecord::Base
has_many :godfathers # for user_id
has_many :godfathers, :foreign_key =>
"user_godfather_id", :class_name => "Godfather"
accepts_nested_attributes_for :godfathers
end
class Godfather < ActiveRecord::Base
belongs_to :zz_user_id, :class_name => "User"...
2016 Jul 15
2
Recompile (and re-link) a function at runtime using ORC JIT for an ARM platform
Hi,
We are making the move from legacy JIT (llvm-3.5.x) to ORC JIT and I am
looking to recompile (and re-link) functions at runtime for an ARM
platform (Odroid XU3) . I looked at OrcLazyJIT.cpp as a starting point.
However, after going through the code, it appears that the
createCompileCallbackMgr (llvm-3.8.0) /
createLocalCompileCallbackManager (llvm-git) do not support an ARM
triple yet.
2002 Oct 15
1
Older directory overwrites newer file with -u flag
If I remove a directory 'foo' and create a file foo, and then do a resync from a remote server
with the -u flag, the file will be replaced by the directory, even though
the file is newer than the directory. Is this a bug, or a feature?
--
Karl A. Wieman voice: 212-409-3371
Director, Technology fax: 212-407-5697
BlackRock Financial
2002 Oct 16
0
rsyncd treats symlinks differently
I have an administrative server that I use to rsync data between two
hosts. It has root access to our fileserver but does not mount
directories using the same paths as a client machine. In some
directories I have symbolic links that are invalid on the admin server,
but valid on a client (due to automounter magic). When I use command
line rsync, all is well. When I converted to using rsyncd,
2013 Nov 12
1
static link libsmbclient.a got a lot of error, and how to include "smbtree" feature in program
Hi All:
I have some questions when writing a lib with libsmbclient-dev ,my target environment is on any linux system.
1 I want to static link libsmbclient.a instead of using libsmbclient.so, but I got a lot of error , am I able to use libsmbclient-dev using static link?
2 I found that ?smbtree? command is more stable in finding all those domains and servers than
2002 Aug 28
3
problems writing to profile share when updating from samba 2.2.3a to 2.2.5
Hi,
we updated our samba 2.2.3a to 2.2.5 because of several printing problems.
Now our Clients (win 2k & xp) can't write to their profiles share (the
windows error-message was: "this file is used by another process", but
there weren't any other processes from this user). In the samba logfile we
can't see any write-attempt from the client.
Our smb.conf:
[global]