Displaying 20 results from an estimated 4000 matches similar to: "Beating a dead horse"
2007 May 20
1
beating a dead horse - proper association selection
okay... i have two models
employee
- id
- username
order
- id
- number
- created_by
- approved_by
now created_by and approved_by are both id''s of employees. in most
cases, two different employees.
currently i do something like
//controller
@open_orders = Order.open_orders
//model
def self.open_orders
find(:all, :conditions => [''is_open = ?'', true],
2004 Nov 11
1
Beating a dead horse - Roaming profiles / logon scripts
Using samba 3.0.8 and Suse ES 9.0 I'm having problems getting roaming
profiles/local profiles and logon scripts on a Win2k or WinXP workstation
working correctly. My bdc is supposed to be doing the authentication
against my PDC\LDAP server. Even when I enable Only allow local profiles
on the XP machine it will logout a domain samba user with a sorry no
roaming or local profile available
2011 Nov 04
5
Beating the Top-Posting Dead Horse
On Fri, Nov 4, 2011 at 12:44, BeeRich <beerich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> As for top posting, that is an old school habit.
Er, no it isn''t. You young punks wouldn''t know old-school if it bit
you in the diapers! Now get off my lawn! ;-)
Seriously though, REAL old-school quoting is interleaved point by
point, with anything irrelevant trimmed
2006 Jul 05
8
Beating the authentication horse (dead yet?)
Guys,
I''m frankly overwhelmed by the number of Rails authentication options(?)
out there...from ActiveRBAC to acts_as_authenticated to LoginEngine and
so on...so many options, yet on resource I''ve found really distinguishes
between each.
This is sad, as authentication and user management is really an area
where some Rails simplicity pixie dust could be a real boon to
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote:
>
> So not to beat a dead horse or anything, but after seeing Gavriel's note
> that InstallShield was working in the latest Transgaming patch (I have no
> need of the Direct3d stuff, but I was not able to find any relevant pattches
> by Andreas on PATCHES), I installed the patch, and tried out installing
> MediaPlayer yet again, and
2005 Feb 09
6
Cisco 7960 Beating a Dead Horse
Hi all,
So I have been reading through the docs available online and the
different threads on this list, but I cannot seem to get this phone to work.
I have configured the OS79XX.TXT and SIP/SEP*.cnf files (see attached),
when I configure the phone to point to my tftp server and reboot it I
get this message:
Connection received from 10.6.0.224 on port 50608 [09/02 12:16:11.750]
Read request
2019 Aug 07
3
Advanced rsync includes and excludes
Hi,
I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major
piece of software.
In an attempt to reorganize my rsnapshot backups, I stumbled across an issue,
that I'm trying to seeking a more sophisticated solution here.
Given, I have a deeply branched tree, where I would like to include a specific
directory deep under, while excluding anything else on that path,
2006 Jun 13
6
Dead horse: validates_associated
Regarding validates_associated...
Let''s say I have:
article belongs_to author
But for whatever reason, I want an article to also be written
anonymously and therefore not require an author. Then I have:
Article:
belongs_to :author
validates_associated :author
But I DON''T have validates_presence_of. What I want to do is validate
that an author is valid --if it is
2017 Jan 20
4
downloading only specific directories from directory tree
Hello:
I have read rsync manual and several howtos on how to use rsync, still
I don't know if it's doable what I want to do, and if yes, how.
The scenario:
I would like to make a local copy of openSUSE 13.2 repositories.
I use openSUSE linux.
The repos are located in a multi-level directory structure, eg:
ftp://ftp.halifax.rwth-aachen.de/opensuse/repositories/
Let's call this
2016 Jun 28
1
rsync failure on corrupted source data
Fabian Cenedese <Cenedese at indel.ch> wrote:
>> rsync: write failed on "/Volumes/durack1ml_bak/160405_1234/Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe Media Encoder CC 2015/Adobe Media Encoder CC 2015.app/Contents/Resources/pdfl/CMaps/ETen-B5-UCS2": Result too large (34)
> Are you sure that the problem is with the corrupted source data?
2006 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body:
#!/bin/bash
rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/
(xxx.xx are numbers...rights..only for security I crypted them)
ok, then I create the crontab file with
2010 Apr 08
6
Mac OS X "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)"
I am a developer on the LBackup project.
An LBackup user recently posted a question to the mailing list asking about the following error.
> "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)"
Link to thread : <http://www.mail-archive.com/lbackup-discussion at lists.connect.homeunix.com/msg00040.html>
My understanding of this error is that when copying files via
2010 May 14
2
command line to backup my documents to external drive
I'm really confused with all the examples out there and all different types
of incremental backups. I tried several scripts but cannot reduce the size
of my backup folders. What I want is to backup my documents to my external
drive every month and save as much disk space as possible.
Lets say I have 3 backup directories in the external drive, backup03.10,
backup04.10 and backup05.10. I want
2010 Jul 16
4
--compare-dest weirdness
Hi All,
I am writing a backup program for my computer. brief outline is as follows.
Running ubuntu 10.04
2 main partitions, / and /home, both ext3. 1 external usb hdd, ext3,
mounted to /backups/main.
once every couple of days, rsync backs up, using following command,
everything worth backing up in / and /home partitions to a folder
/backups/main/Full. command: "rsync -vrhRupElog
2004 Jul 16
1
Rsync using --daemon - how to specify port on client side for upload.
Hi,
I'm not sure what whether I have constitutes a bug, but here goes;
I have two scripts; one I use when my website is 'correct' and i need a copy on
my mirror, in which case, I start rsync like so;
rsync -avvz rsync://www.clintoneast.com:20000/clinton /home/cje/mirror/
opening tcp connection to www.clintoneast.com port 20000
receiving file list ...
It works fine.
However, i
2010 Jun 22
2
few questions on rsync
Hi,
I have few questions that could not find answers to in documentation.
Different filesystems:
Lets say I want to keep all extended attributes and everything else,
so I use -A, -X, --perms etc., together with --fake-super.
Now, lets say source FS supports some attributes not supported on
target FS (for example, XFS extended attributes). Would this work as
expected (ie. extended attributes are
2016 Jun 19
1
rsync script for snapshot backups
Am 19.06.2016 um 19:27 schrieb Simon Hobson:
> Dennis Steinkamp <dennis at lightandshadow.tv> wrote:
>
>> i tried to create a simple rsync script that should create daily backups from a ZFS storage and put them into a timestamp folder.
>> After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenced
2009 May 12
1
Oblivion Horse armor Bug
Ok, I know this is a well known bug but I can't find a solution (if there is one).
When you mount a horse outfitted with armor from the horse armor addon the game just crashes.
Is there any way i could solve this? maybe by using njative windows dlls or playing around with winetricks?
2015 Apr 17
1
Recycling directories and backup performance. Was: Re: rsync --link-dest won't link even if existing file is out of date (fwd)
How do you handle snapshotting? or do you leave that to the block/fs virtualization
layer?
/kc
On Fri, Apr 17, 2015 at 01:35:27PM +1200, Henri Shustak said:
>> Our backup procudures have provision for looking back at previous directories, but there is not much to be gained with recycled directories. Without recycling, and after a failure, the latest available backup may not have much
2015 Apr 16
2
Recycling directories and backup performance. Was: Re: rsync --link-dest won't link even if existing file is out of date (fwd)
rsync folks,
Henri Shustak <henri.shustak at gmail.com> wrote:
> LBackup always starts a new backup snapshot with an empty directory. I
> have been looking at extending --link-dest options to scan beyond just
> the previous successful backup to (failed backups / older backups).
> However, there are all kinds of edge cases which are worth considering
> with such a changes. At