similar to: CYGWIN Rsync exclude/include problem

Displaying 20 results from an estimated 400 matches similar to: "CYGWIN Rsync exclude/include problem"

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):
2004 Oct 04
1
rsync uploading using ASCII translation ... ?
I am running rsync 2.6.3 on Cygwin 1.5.11-1 over ssh to a remote server (server is also running rsync 2.6.3). When I upload a file via rsync to a remote server, its filesize on the remote is much larger than the local copy, leading me to believe some sort of ASCII translation is being done. Some interesting things: 1. If I upload the file using scp instead of rsync, it works perfectly. 2. If
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 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:
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
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 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
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
2005 Nov 04
4
Dom0 eth0 has different MAC address than expected, ignoring
Hi, I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar problem but changed to FC4 to resolve it. I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I can boot into Xen dom0. However, my network card is not working. The driver is found in the linux-2.6.11.12-xen0 tree but not selected. I
2014 May 22
1
Samba Access Linux with Windows 2008 R2 DC
I am having a problem with accessing a Samba share from a Windows 7 system. I think I have the Samba system configured correctly because I can join the Domain. root at ubuntu-server:/home/daved/AddToDCScripts# net rpc join -U Administrator Enter Administrator's password: Joined domain DEMLAND. I can use the smbclient to access the domain controller without a problem: root at
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):
2004 Mar 24
2
slow to drill into directories
I have a samba server configured at a clients office and sometimes when he is drilling down into directories in his "File Explorer" it stalls. I tail'ed the log files and I ran tcpdump, but I can't see anything that stands out. What should I look at? I am running Samba Version 2.2.3a-12.3 for Debian. brian -- Brian Lavender http://www.brie.com/brian/
2013 Oct 05
2
bridged networking doesn't bring up eth0: RTNETLINK answers: File exists
I am running Xen on Debian wheezy. I switched from routed networking to bridged networking. Now I can''t seem to get eth0 to come up. When the network script tries to bring it up, it gets an error: RTNETLINK answers: File exists Any tips? details below brian root@trout:/etc/xen# egrep -v ''#|^ *$'' xend-config.sxp (network-script network-bridge) (vif-script vif-bridge)
2002 May 19
2
Can't join Samba PDC from Win2k
I am trying to make my Samba server act as a domain controller, but I can't join the domain. When I go into Windows 2k and I right click the computer, the properties button, and try to make it a part of the domain, it asks me for a user account, and a password. I am not sure what user account to type in here. What user account do I type in? Below is my smb.conf file. I followed the howto from
2009 Feb 03
12
Is there a chance that Globalscape Secure FTP work on Wine
Is there a chance that Globalscape Secure FTP work on Wine under the Ubuntu server. I cant login from the Admin console to ftp engine, I get some socket error, like the engine isn't started. Any help on this matter would be appreciated.
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
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
2004 Jan 22
1
OT: Canada's Primus introduces SIP localserv ice
If you look at the specs on the Dlink box that Primus gives you, you will see that it is SIP. I am sure Primus has a SIP platform because we have played with it. We managed to use it on MSN's SIP phone as well as couple Zultys ZIP2x2 hard phones. Their PC-Phone app is also a SIP soft phone. If you are registering to sip.iprimus.net then it is definitely their SIP platyform not MGCP.
2006 Jun 03
2
looking for radrails devs
I just got an email update on a radrails bug that I submitted a while back... Unfortunately, it''s just stupid spammers. So, I tried to go to the radrails trac to delete the spam or at least report it, and their trac is puking python errors (including environment information) all over the page! I can''t seem to get to any pages with any contact info, so I''m trying
2004 Jan 21
1
OT: Canada's Primus introduces SIP localservice
I am sure Primus has a SIP platform because we have played with it. We managed to use it on MSN's SIP phone as well as couple Zultys ZIP2x2 hard phones. Their PC-Phone app is also a SIP soft phone. If you are registering to sip.iprimus.net then it is definitely their SIP platyform not MGCP. David >>> asterisk-users@eol.ca 1/21/2004 6:39:34 AM >>> I'm not sure Primus