similar to: problems in updating cvsroot under cygwin

Displaying 20 results from an estimated 100 matches similar to: "problems in updating cvsroot under cygwin"

2003 Jan 04
4
filelist calculation algoritm
HI all, efficiency question for VERY low bandwith networks Suppose I know the list of files that are changed What is the most efficient way to make rsync sync this list. Currently I use --include-from --exclude to generate a 'filelist' but I suspect that client and/or server exchange the list of files in the module to be synced. this traffic can be avoided since the include-from
2002 Aug 24
0
selecting files from different subdirectories
Hi I would need to synschronize some Netscape stuff to a server ("roaming profiles" are not included anymore in the recent versions of Netscape). In particular I'd like to synchronize bookmarks, address book and mail filters. So I need to synchronize ONLY the following three files (that are in the mozilla directory work/mozilla) to the remote server (in the directory
2009 Mar 01
2
dovecot imap and thunderbird tags
We've been using an imap(s) dovecot server for a while on an ubuntu 8.04.2 and we noted that tags set by thunderbird ("important", "to do", etc.) are almost always lost, i.e., when connecting to the same imap account from another machine, the tags are not there anymore... this always happens for the Inbox, and seldomly for other imap folders... anyone else experiencing
2019 Apr 24
2
Problem to join a windows XP
Rowland, it was a typo. Sorry, I paste the smb.conf twice. I changed the smb.conf as you proposed, so: dns forwarder removed - yes it's in named.conf, and ntlm auth / lanman auth removed. I also checked the NTLMv2 configuration in windows XP. But the error is still there. I guess it's MIT as saw this in log: /usr/lib/mit/sbin/krb5kdc: kerberos: 10 But how can I confirm which kerberos
2019 Apr 23
3
Problem to join a windows XP
Hi, I'm not able to join a windows XP machine in samba AD DC. This XP machine is a VM. No problems when joining Windows 10 machines to this DC. On XP machine, after inserting the Administrator username\password to join the domain, the error message is - error while attempting to join the domain "VIDROESTE.IND": Internal error. I can see that the XP machine account was created in AD
2019 Apr 24
1
Problem to join a windows XP
Am Mittwoch, 24. April 2019, 16:13:11 CEST schrieb Rowland Penny via samba: > On Wed, 24 Apr 2019 11:37:11 +0000 > > Rogerio Bettini <rogeriobettini at hotmail.com> wrote: > > Rowland, it was a typo. Sorry, I paste the smb.conf twice. > > I changed the smb.conf as you proposed, so: dns forwarder removed - > > yes it's in named.conf, and ntlm auth / lanman auth
2012 Dec 13
1
PLEASE REMOVE FROM LIST SERVE NOW!
PLEASE REMOVE ME FROM THIS LIST SERVE IMMEDIATELY!!!!!! On Wed, Dec 12, 2012 at 6:41 PM, dada <paxkn@nottingham.ac.uk> wrote: > Hi > I would like to do neural netowrk analysis on my data. It look like this: > > drug param1 param2 param3 param4 param5 class > A 111 15 125 40 0.5 1 > B 347 13 280 55 3 2 >
2012 Dec 08
1
imputation in mice
Hello! If I understand this listserve correctly, I can email this address to get help when I am struggling with code. If this is inaccurate, please let me know, and I will unsubscribe. I have been struggling with the same error message for a while, and I can't seem to get past it. Here is the issue: I am using a data set that uses -1:-9 to indicate various kinds of missing data. I changed
2012 Dec 10
3
Warning message: In eval(expr, envir, enclos) : non-integer #successes in a binomial glm!
Hi there I'm trying to fit a logistic regression model to data that looks very similar to the data in the sample below. I don't understand why I'm getting this error; none of the data are proportional and the weights are numeric values. Should I be concerned about the warning about non-integer successes in my binomial glm? If I should be, how do I go about addressing it? I'm
2002 Oct 05
2
Question on "base directory"
Hi, I've read the manpage, but I got a simple question on the expression "base directory" used in the "exclude patterns"-section. When I synchronize ie: rsync -avzu /home/gregor/ notebook:/home/gregor/ and want to use an exclude-pattern: --exclude "/foo", what is the base directory? The manpage's explanation is following: --exclude "/foo" would
2008 Oct 31
0
[LLVMdev] cygwin build problems
I also need the attached patch when building with GCC 4.3.2 on cywing, to avoid lots of warnings like this: .../lib/Transforms/Utils/BasicInliner.cpp:55: warning: visibility attribute not supported in this configuration; ignored Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: visibility.patch Type: application/octet-stream Size: 568 bytes Desc: not
2005 Aug 28
1
building speex on macos x
this is very strange. the speex tar-ball contains the source for gnu's getopt and getop_long and the configure script detects that i have no working getopt_long. still the code is neither built nor linked. thus my solution was to compile the getopt source (i replaced them with files from the latest gengetopt btw. i have no idea why i did that) and then link speexenc and speexdec by hand
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux. situation as below: source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works: rsync -avzu
2003 Nov 20
1
copying pointed to links
HI, I have a filesystem containing a symbolic link. pglc0003> ls -l |grep TA lrwxrwxrwx 1 cleaw adm 26 Nov 19 17:23 TA -> /pgadm1/adm/cleaw/tempArea I'd like to copy the symbolic link TA to the /tmp area, I'd also like to have the directory tempArea from /pgadm1/adm/cleaw/tempArea to be updated in /tmp by just copying the symbolic link. During this process, I wish
2008 Oct 30
6
[LLVMdev] cygwin build problems
Cygwin's <stdint.h> defines uint32_t as "unsigned long". I think this is valid, but it causes various problems like this when building LLVM with GCC 3.4.4: .../lib/CodeGen/SelectionDAG/SelectionDAG.cpp:3440: error: call of overloaded `AddInteger(uint32_t)' is ambiguous .../lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1429: error: no matching function for call to `max(long
2012 Nov 21
1
Rsync --update copy one file multiples times
Hi All, My using rsync command to backup my mail server mailbox to backup server. I am using following command for backup. rsync -avzu -e ssh root at 192.168.1.12:/mail_home /mail_backup I configured daily cron for this command in backup server. In mail server /mail_home folder having all user's mailbox and size of mail_home is 345 GB and in backup server I have assign 450 GB for
2006 Sep 18
1
code 23 error.
Hello everyone! I didn't find anything in the archives that seemed similar (same error, different offending lines of code). I'm having an issue with rsync on a couple of my servers. A couple of others run just fine but 2 of them give me the same message (see below) when I try to do backups from one server to these linux boxes. All of the linux boxes are the same and have the save
2019 Apr 23
0
Problem to join a windows XP
On Tue, 23 Apr 2019 19:27:21 +0000 Rogerio Bettini via samba <samba at lists.samba.org> wrote: > Hi, > I'm not able to join a windows XP machine in samba AD DC. This XP > machine is a VM. No problems when joining Windows 10 machines to this > DC. > > On XP machine, after inserting the Administrator username\password to > join the domain, the error message is -
2006 Aug 14
0
rendering RJS template from view
I''m sure I''m missing something obvious, but I''m stumped. I have a tabbed nav bar with an associated content area that is used to display query results. Clicking a tab, rebuilds the nav bar with that tab now highlited, performs the query and renders the results to a separate div. I''m using an RJS template which calls page.replace_html with the various
2005 Apr 13
2
samba user1 -> samba user2 migrating - how?
I have a situation like that: Samba as a domain controller with roaming profiles enabled; Windows 200 SP4. Old user Joe with a roaming profile (doesn't work anymore). New user Bob which has to use Joe's roaming profile. Simply adding user "bob" to the system and renaming the old profile (home/samba/profiles/joe) to a new name (/home/samba/profiles/bob) doesn't work.