Displaying 20 results from an estimated 300 matches similar to: "rsync uploading using ASCII translation ... ?"
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
I'm having troubles with getting rsync 2.5.5 (CYGWIN version) to include/exclude files they way I expect it to. I have mulled over the list postings and man pages regarding this and I am either missing something or ... well I don' know.
I have a drive with 12 folders in the root however, I only want to rsync 5 of them (the ones marked with an *) and in those 4 I want to exclude certain
2011 Jul 26
0
active record wants root password, not sure why ..
When I run a command program (rails 3/ruby 1.9.2) as this:
class MsdsAttr < ActiveRecord::Base
include MsdsAttrModule
belongs_to :attribute_record, :polymorphic => true
has_many :attribute_values, :foreign_key => ''attribute_id''
has_many :alt_values, :as => :alternative
has_many :msds_ingredients
end
ActiveRecord::Base.establish_connection(
:adapter =>
2004 Oct 26
1
Dreaded ERROR 5 In Robocopy
I'm still battling the dreaded "ERROR 5 (0x00000005)" error when trying to
robocopy files from a W2K box to Samba 3.0.7 on FreeBSD.
I've been fighting this since Samba 2.2.8 and the upgrade hasn't fixed it
for me despite the entries in the changlelog.
Now here's the strange part. If robocopy is sending NEW files, files which
are on W2K but not on the Samba box, the copy
2004 Dec 24
1
Tutorial Steps Two & Three
Hey-
I ran into to some problems when trying to follow "A tutorial by
Rails'' users." When I reached Step Three and executed the controller
script as follows:
ruby script/generate controller Friends list display new edit
I got this error message:
C:\Inetpub\wwwroot\rails>ruby script/generate controller Friends list display ne
w edit
2006 Apr 20
1
Permission denied using mount.cifs
I'm having a strange problem mounting a share from a Windows 2003 server
using cifs:
mount.cifs //osirus.ficticious.org/inetpub /inetpub
-ouser=transfer,pass=dkfhjdjskd
It comes back immediately with:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
However, the command below works. (abeit with about a 15 second wait
before it comes back):
2006 Jun 07
1
rsync 2.6.8 copies directories but not files
I'm using a somewhat complicated --include/exclude chain to copy all
files matching a pattern, plus all files in certain subdirs.
/usr/local/bin/rsync -a
--include='*/' --include='*.[wip]'
--include='*.htm' --include='*.html' --include='*.off'
--include='wwwroot/*' --include='perl/*'
--exclude='*'
newcode/
2004 Dec 28
0
The Infamous Robocopy Issues...Again
I've been tinkering with this for days now and I can't seem to figure
out the problem. I know there were problems < 3.0.8 with robocopy and a
few other programs, but even after upgrading, I'm still have a similiar
issue with related errors.
I'm running Samba 3.0.10 on FreeBSD pointed to an NT4 DC. I'm trying to
copy files over to one of it's shares via robocopy from
2009 Nov 16
3
DO NOT REPLY [Bug 6896] New: Copy to nfs mounted partitions fails - RHEL 5.4
https://bugzilla.samba.org/show_bug.cgi?id=6896
Summary: Copy to nfs mounted partitions fails - RHEL 5.4
Product: rsync
Version: 2.6.8
Platform: x64
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: simon at
2012 Nov 02
4
vanilla rsync 3.0.9 hangs after transferring ~2000 files
Hello rsync folks
I'm trying to use rsync for backing up our servers. This mostly works extremely well, with no problems.
However, 1 server is giving me a lot of trouble. It has a directory with (currently) 734088 files in it, and every time I try to backup this dir, rsync hangs after transferring roughly 2000 files. Sometimes it's around 1800, sometimes it's over 2100 (I think), but
2008 Mar 16
0
ar_mailer problem
Hi, I am having the following problem with ar_mailer.
FOr the time being i have manualyy created a record for the email to be
sent, in the database in a table named ''emails''.
Now if I run ar_sendmail i get the follwing error.
C:\Inetpub\event>ar_sendmail
Unhandled exception uninitialized constant
ActionMailer::ARMailer(NameError):
2013 May 27
1
Platform variations with --exclude-from
On Linux, an rsync command and exclude_file contents of:
# cat exclude_file
/etc/alsa
# rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module
properly excludes /etc/alsa but not any file within /etc's directories that is named alsa.
On Windows I don't seem to be able to reliably emulate this:
C:\Scripts\Backup\rsyncd>type rsyncd_exclude
2009 May 27
2
Cron Job?
Hi All,
How does one create a cron job that runs commands like:
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=xxx.com -update
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=yyy.com -update
Say every 15 mins?
-Jason
2003 Jan 18
1
IIS, ASP, and File Change Notification
I'm running IIS5 on windows 2000 with the root web directory mapped to a samba
directory. Everything works great except for IIS's asp caching. Unless I
explicitly disable asp script file caching, IIS refuses to invalidate cached
asp files without a reboot. Research, including the following MS kb entry,
indicates that the problem is that IIS is not getting the file change
2003 Jun 10
0
Samba newbie need help with files copied from NT to s amba linux box...
>
> I've managed to get samba up and running on my rh7.3 web
> server. I'm able to see this server in My Network Places and
> browse to see the shared directories. My problem is this:
> I want to create and test my web pages on my XP box using
> DWMX, upload these files to one of the shared directories to
> be published to the site. The problem is that after
1998 Jun 17
0
Strangeness in mount attempts...
I am attempting to find out why the following is happening, and have been
spending the last hour or so scanning the mailing list archives and a
couple of FAQs (though I would by no means call the search exhaustive,
just geting a little too long for my own taste).
As far as I can tell, smbmount is a stripped out smbclient with some
extras in there to do the sctual mounting. Which is why I am
2006 Aug 08
1
inherit acls not working
To my knowledge the 'inherit acls' option should make new files inherit
the default acls from the containing folder... Please correct me if I'm
wrong!
But when I turn this setting on, it just don't seem to work... In other
words, newly created files do not get the default acls from the
containing folder...
Please advice anyone... (running Samba 3.0.21b-1 on Debian Sarge)
2007 Mar 29
4
Machine reboot - monit fails to start mongrels
Greetings -
I dug around a bit and I couldn''t find a definitive answer to this
question, apologies if it''s been covered before. A box running a
apache 2.2 -> mongrel cluster for a rails app got power cycled at my
ISP. Unfortunately monit couldn''t start the mongrel processes
because the pid files were still there. Here is my monit config (for
each mongrel
2004 Jan 15
1
Mapping a drive letter to a Samba share
Hey guys,
I'm in kind of a crunch right now. Due to a poorly written script that I
don't have control over, I need to be able to map a drive letter to a Samba
share so that it works seamlessly with UNC (i.e \\server\Share
<file:///\\server\Share> ).
Basically, I need a way for a share name with a $ in it to be recognized as
a valid network name. My current setup is like so:
2004 Dec 29
0
[Fwd: mounting as a regular user]
Thank you for the reply Joe.
Which smb.conf files would you want to see? I am trying to mount shares
from 2 FreeBSD, 1 RH9 (linux) and 2 Windows servers to a directory
structure on my system. To give an idea my mount script is as follows
(with some info removed):
# Smeagol (FreeBSD Domain Controler/Profile Server)
#
mount -t smbfs -o username=$user,password=$pass,ro //smeagol/home-dir$
2005 Jan 25
1
how to use xml, scp, ant 1.5
I am using ant version 1.5 I know that there is an scp command in ant 1.6 but our plans do not have us moving to 1.6 for a while ( not the only application on the box using ant / xml ). I am running in an IBM Unix environment. I am attempting to get scp to work within an xml file called by ant.
Thank You for any support you may provide.
Sal Pantano
PLEASE NOTE -- SO THAT THE MAIL