Displaying 10 results from an estimated 10 matches for "fgo".
Did you mean:
ago
2018 Mar 07
3
[Bug 13321] New: Rsync --copy-dest issue
https://bugzilla.samba.org/show_bug.cgi?id=13321
Bug ID: 13321
Summary: Rsync --copy-dest issue
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: Anatoly.Penkov at
2019 Jan 03
1
--link-dest. Time to 'building file list' incrementing
...a Linux based NAS server. Things started out great but I soon noticed that the time take to complete was slowly incrementing. It started at around three hours, but is now around fifteen.
The command is as follows...
rsync -rlptDhPR \
--password-file=password \
--Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
--Stats \
--delete \
--log-file=logfilename \
--link-dest=linkdestpath \
sourceDirectory \
rsync at 192.168.1.2::destinationDirectory
I'm not using the full -a option as the differences between the Windows and Linux ownership stuff messed things up.
The first log f...
2010 Dec 15
1
rsync server: "incoming chmod" usage
Hello :-)
According to my reading of the rsyncd.conf man page, "incoming chmod"
accepts comma-separated "chmod" strings as defined by the chmod(1) man page
optionally prefixed by D or F to make them apply to directories or files.
The local chmod(1) man page does not mention strings. It refers to modes
which may be symbolic or octal/numeric. Accordingly I tried
incoming
2017 Feb 13
2
Bugzilla invalid certificate issues
EV certs attempt validate the identity of the organization that holds them. That is a nice assurance to have from a place that makes the thing that compiles your code.
On February 11, 2017 at 12:28:08 PM, Stephen Checkoway (s at pahtak.org) wrote:
> On Feb 10, 2017, at 18:27, Chris Matthews via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Letsencrypt only offers domain
2019 Jan 08
2
--link-dest. Time to 'building file list' incrementing
...omplete was slowly incrementing. It started at around three hours, but is now around fifteen.
> > >
> > > The command is as follows...
> > >
> > > rsync -rlptDhPR \
> > > --password-file=password \
> > > --Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
> > > --Stats \
> > > --delete \
> > > --log-file=logfilename \
> > > --link-dest=linkdestpath \
> > > sourceDirectory \
> > > rsync at 192.168.1.2::destinationDirectory
> > >
> > > I'm n...
2019 Jan 04
0
--link-dest. Time to 'building file list' incrementing
...oticed that the time take to complete was slowly incrementing. It started at around three hours, but is now around fifteen.
> >
> > The command is as follows...
> >
> > rsync -rlptDhPR \
> > --password-file=password \
> > --Chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
> > --Stats \
> > --delete \
> > --log-file=logfilename \
> > --link-dest=linkdestpath \
> > sourceDirectory \
> > rsync at 192.168.1.2::destinationDirectory
> >
> > I'm not using the full -a option as the diffe...
2016 Nov 09
2
[Bug 12417] New: Sametimes currupted file after disconnect
...no iconv, symtimes, no prealloc, file-flags
SSH:
OpenSSH_7.2p2, OpenSSL 1.0.1s-freebsd 1 Mar 2016
>From client start upload to server several files (big - more than 100MB and
small – less than 1 mb).
Command for start: rsync.exe -rlDi -z -t --no-h --progress --stats
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r --delay-updates --delete-after --force
--ignore-errors -e "'ssh.exe' -vv -o StrictHostKeyChecking=no -o
NumberOfPasswordPrompts=0 -F '.ssh/ssh_config' -i
'/cygdrive/C/Windows/TEMP/DRSA4A3.tmp' " -f '- *.lock'
"/cygdrive/E/LocalStorage/FILE_ PR_DL - 9...
2003 Mar 07
70
unsubscribe
Gautham Kasinath
Software Engineer
Arkin Systems Pvt Ltd
T. Nagar
Chennai
Ph. (91) (44) 8216686 Extn 14
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...~&i;uK+
z^7c-8osE5+Ml2X?_033ji>u;3E|Z(9LGAh*q6V<Iw%^E|zrh|5g)DZ2c++d`c37)r
z)`~jx<$K^p{_NaSajs+MuXzJ7d2?72RKvbo!%_#RhdjZKYidN(1l#YcMMw>;M*Y0^
zBX at whD2UCAgT}57Q6v<weiTZ~ZsDE6U&~^`pjOD==!*Vo at uCh8BJpSf4<iZl=?)Mk
z`Dy`uI?~et8Z{wm0kw#N>aBFhs$N_ at 0|iH^xMQlxmx=5-7l;f6v`FgO*@CRE)~TRj
z)Pmd-l1pl({OWiI#sFeSnAXLHAIL2<kNkDQZ-J6??2`GARKZ&kH at 0LSt;KdZ`)-2I
z#Qan(m5qi_>HyjhIoGru&|Kz#y1Eh7JsD|#j+>T!Z$#Rkt;L8zfas#D0a}-x;bxfc
z<@Zf7`Tc;kQ)q_n80Oz-`|1C<Y!{pje2qL<sb9lG{H9P7A!E?AOYs2GOxB3mUhWpT
zkGZ`ABXJCOwQrf&yagV!U!pGVO=_?|77?Ln4MANv49a6cjT;u>U...
2009 Jun 30
1
fitting in logistic model
I would like to know how R computes the probability of an event in a
logistic model (P(y=1)) from the score s, linear combination of x and
beta.
I noticed that there are differences (small, less than e-16) between the
fitting values automatically computed in the glm procedure by R, and the
values "manually" computed by me applying the reverse formula
p=e^s/(1+e^s); moreover I noticed