search for: myplac

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

Did you mean: myplay
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 interactiv...
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 without any problems. Here is my seetings : mmlsfs s...
2013 May 14
1
Sieve was installed but doesn't work or log
...path: /usr/local/etc/default.sieve log_path: /var/log/qmail/sieve/dovecot.log info_log_path: /var/log/qmail/sieve/dovecot.log auth default: user: vpopmail passdb: driver: vpopmail userdb: driver: vpopmail plugin: quota: maildir Here is the config.log from sieve root at myplace:/usr/local# head dovecot-1.2-sieve-0.1.19/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Dovecot Sieve configure 0.1.19, which was generated by GNU Autoconf 2.67. Invocation command line w...
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: