search for: myplacement

Displaying 6 results from an estimated 6 matches for "myplacement".

Did you mean: emplacement
2006 Feb 09
17
complicated finds are eating my sole
I abandoned ruby way for find_by_sql and still can''t get this... @myplacement = Placement.find_by_sql( "select * from placement where :intake_date >= beg_intake_date and :intake_date <= end_intake_date") just a simple date range...it''s killing me - If I knew how to load placement controller into irb, I could probably try out finds interactive mod...
2013 Jan 31
2
ACLs on a directory on GPFS
Hello, I am using the vfs_gpfs samba module to map ACLs through samba. It works fine on files, but directory ACLs are ignored. Ex: getfacl /sb/share/myplace/ file: sb/share/myplace/ owner: root group: root user::rwx user:afrankel:rwx group::--- mask::rwx other::--- When I try to access this folder in Windows, I get permission denied. The same permissions on a files, I can open it / modify it
2013 May 14
1
Sieve was installed but doesn't work or log
Hello everyone. I have dovecot version 1.2.8 installed from source. This morning I installed the sieve plugin to sort emails, and though the install reported no errors, the plugin doesn't seem to function, and no mention of it is made in the logs when I turn on verbose logging. dovecot --version 1.2.8 dovecot -n # 1.2.8: /usr/local/etc/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64
2001 Nov 18
0
GUI
I really don't understand why rsync isn't used more than it is. I don't understand why no download managers (AFAIK) supports rsync. Every download manager talks about downloading fast, and being able to resume. Bot none of them (again, AFAIK) supports compression or error-correction. The most sophisticated (at this point) only supports rollback at resuming. How lame is that? So, you
2002 May 10
1
Parsing output, separating motd and module-list
I'm working on a frontend to rsync, and I've got a problem. It's easy to get a list of files and directories from a specific path on an rsync server. But from the root, I've found it very difficult to get a list of modules. I cannot see when the modt stops, and when the list begins. Can anybody help? -- Mvh. Niels Andersen
2001 Nov 24
2
Find similarity between local and remote file before transferring
For two different reasons, I've been thinking about how to find out how much data there would have to be transferred to update the local file,or how similar the local and remote files are. Reason one: I'm working on a frontend for rsync. I think it would be a nice feature if it could check how much of the existing file there would be reused, if updating from the remote file. Reason two: