Displaying 20 results from an estimated 30 matches for "perish".
Did you mean:
parish
2010 May 29
1
Authlogic & Perishable token
Hi
I''m setting up authlogic and have an error:
Column ''perishable_token'' cannot be null
.....
.....
Does anyone know what should generate value for this column?
Thanks in advance!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post t...
2007 Mar 04
1
CVS update: rsync
On 3/2/07, Wayne Davison <wayned@samba.org> wrote:
> Make the auto-generated protect filters use the perishable flag so
> that they don't stop a vanished directory from being removed.
1. I don't think the --backup rule should be perishable. If I delete
an entire directory from the source, I would expect the receiver to
back up the files inside and not discard the backups just because I
delet...
2007 Apr 19
1
AudioCodes MP-104 MGCP?
...9+the number. All our long distance, 1-800
outbound, etc, all go out the same four lines...this is a *simple*
setup.
Apologies if this is something that's been answered before, or if I've
just missed the link I need, and thanks in advance for any assistance
you can give. Our old PBX has perished, and I need to get this
breathing *quickly*.
J. David Bavousett
System Administrator
Abilene Library Consortium
2000 Oct 22
1
How to build the RMySQL package on Windows?
...ersion 5.005_03 built for MSWin32-x86-object
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-1999, Larry Wall
Binary build 522 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 09:52:28 Nov 2 1999
I followod the steps described in RHOME/readme.packages. and perished
at.
D:\prog\rw1011\src\gnuwin32>make pkg-RMySQL
make DLLNM= EXTRADOCS= \
-C D:/prog/rw1011/src/library/RMySQL PKG=RMySQL
RHOME=D:/prog/rw1011 RLIB=D:/prog/rw1011/library \
-f D:/prog/rw1011/src/gnuwin32/MakePkg
""---------- Making package RMySQL ------------&quo...
2009 Mar 19
4
DO NOT REPLY [Bug 6197] New: Perms/owner/group modifiers for "show" filters
...g
ReportedBy: matt@mattmccutchen.net
QAContact: rsync-qa@samba.org
Add modifiers for "show" filters that affect the file-list attributes of
matching files. I propose this syntax:
- p(CHMOD-TWEAKS) : apply the CHMOD-TWEAKS like the --chmod option (overloaded
with "perishable")
- o(USER) : set the user owner to USER
- g(GROUP) : set the group owner to GROUP
Issues to be considered:
- Interaction with --chmod, --chown, --usermap, --groupmap options
- Per-dir merge files become more powerful, so copying from an untrusted source
with a per-dir merge rule becomes...
2013 Feb 03
0
[LLVMdev] Merging custom metadata
...one intentionally duplicated load to illustrate
the issue.
http://susepaste.org/3af3a676
The above paste has two before/after IR pairs (the `before` code gets
passed through `opt -O3 test.ll | llvm-dis`). Regular `tbaa` tags are still
present when loads are merged, however custom ones seem to perish.
Is this expected? If yes, is there any way I can make them persist from
within a custom AA pass at all? I tried overwriting copyValue() in the AA
pass but it doesn't seem to get called at all. The main idea is to
recognize certain types of loads and have other information in the my.tbaa
metad...
2007 Mar 14
1
help with basic setup
I am new to dovecot and would like to setup dovecot with mysql auth. I successfuly installed postfix admin and used the default
table structure there, Mail delivery works fine as It gets delivered to mailboxes. My problem is the login, dovecot runs with no errors
but I get the error:
Mar 14 14:39:43 itecsouth dovecot: auth-worker(default): mysql: Connected to localhost (postfix)
Mar 14 14:40:34
2009 Apr 23
1
Excluded directories at rsync (was "--filter, missing in action")
On Thu, 23 Apr 2009 17:32:37 +0200
Paul Slootman <paul+rsync@wurtel.net> wrote:
> --delete-excluded will screw this up.
Yes, this is why I don't use it. This is probably a bug because the
excluded directories with "- DIR/**" will became empty on all receivers
(SLAVE hosts). But with just "--delete" the excluded directories are not
synchronized with the MASTER
2000 Mar 25
2
Configuration woes corrected
...al about
why.
So this is just an informational email in case anyone else
get's the same problem. Sigh, I guess that is what I get
for getting to bloody close to the edge.
Henri
"The Geezer Geek"
--
-------------------------------------------------------------
"The weak shall perish." Species 8472
-------------------------------------------------------------
2008 Feb 01
2
Problem with SMBFS vs CIFS
Hello,
I have the following Samba RPMs installed...
samba-client-3.0.26a-0.5
samba-3.0.26a-0.5
samba-pdb-3.0.26a-0.5
yast2-samba-server-2.9.33-0.3
kdebase3-samba-3.2.1-68.62
samba-winbind-3.0.26a-0.5
yast2-samba-client-2.9.18-0.3
samba-python-3.0.26a-0.5
I used to be able to do a mount with -t smbfs, but not I get this message whenever I try it.
Version
2006 Jun 14
1
How to open only these dovecot ports?
...n succeeds.
Thanks in advance for any explanation,
Marco
--
Marco Fioretti mfioretti, at the server mclink.it
Fedora Core 3 for low memory http://www.rule-project.org/
We shall serve God, family and country, in that order, because without
the one before it, each would perish.
2010 Apr 02
1
DO NOT REPLY [Bug 7321] New: Extend "p" filter modifier to make source dirs prunable
...nc/2008-February/020084.html
So I'd like to propose a new implementation of source pruning.
(--prune-empty-dirs would remain for compatibility, but the man page would
encourage users to move to the new implementation.) The "p" filter modifier,
currently used to mark protect filters perishable, would gain a second meaning
to mark "show" filters prunable. The analogue to the time-honored
"--include='*/' --exclude='*' --prune-empty-dirs" combination would be
"--filter='+p */' --exclude='*'" .
--
Configure bugmail: https:...
2006 Aug 13
3
+ migrations in camping
Camping apps are supposed to be little independent apps, often contained in a
single file, which create the database tables and manage them without hassle.
These days it''s common to see in a Camping app:
module Tepee::Models
def self.schema(&block)
@@schema = block if block_given?
@@schema
end
end
Tepee::Models.schema do
create_table :tepee_pages,
2007 Feb 07
4
DO NOT REPLY [Bug 4378] New: Handling of symbolic links
https://bugzilla.samba.org/show_bug.cgi?id=4378
Summary: Handling of symbolic links
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: michael.schliephake@t-online.de
2011 May 11
2
changes in coxph in "survival" from older version?
Hi all,
I found that the two different versions of "survival" packages, namely 2.36-5
vs. 2.36-8 or later, give different results for coxph function. Please see
below and the data is attached. The second one was done on Linux, but Windows
gave the same results. Could you please let me know which one I should trust?
Thanks,
...Tao
#####============================ R2.13.0,
2006 Apr 09
8
Computer Name
How to get the name of the computer accessing the application? I mean
the computer the user use to access the application.
Thanks,
Lantis.
--
Posted via http://www.ruby-forum.com/.
2011 Jan 20
5
DO NOT REPLY [Bug 7927] New: Rsync does not sync folders named "tags"
https://bugzilla.samba.org/show_bug.cgi?id=7927
Summary: Rsync does not sync folders named "tags"
Product: rsync
Version: 3.0.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: bugzilla at
2009 Dec 04
3
yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5
I''m using puppet-0.24.8-4.el5 on CentOS 5.4.
My problem is yumrepo isn''t writing the "name=" field to the
repository files which causes yum to complain with the error:
Repository ''local-CentOS-5.4-x86_64'' is missing name in configuration,
using id
I get this behavior on all of my yumrepo definitions. One of them
looks like this:
yumrepo {
2005 Dec 06
1
Proposed enhancements to rsync filters
...late now.)
(4) "Protect" and "lock" rules should accept a modifier specifying that
it's OK to delete a protected or locked file because its parent is being
deleted. When sending files to a Subversion working copy, one might
want to let a directory's Subversion metadata perish with the directory
itself using something like "Ld .svn//" (where "d" is the new modifier).
If this modifier is not specified, rsync simply leaves the parent
directories lying around as it does now.
It turns out that "--backup" interacts in two interesting way with
re...
2009 May 11
3
is it possible to resive a PV in LVM and add more LV's ?
Hi all
I have a remote server (i.e SSH access only) which was incorrectly
partitioned and I urgently need to get it up and running. It's got a 500GB
HDD, but the PV is only 10GB big, so I can't add more LV's to to. P.S. This
is on LVM, btw.
[root at nd11176 ~]# fdisk -l /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders