Displaying 20 results from an estimated 5000 matches similar to: "exclude option?"
2002 May 22
1
unexplained error (code 255)
Everything worked, files transferred fine however a -vvv reveals that
the process did not end clean. The error is not seen with -v or even
-vv. Any insight? rsync version 2.5.5 protocol version 26, running on
Solaris 8.
Write failed flushing stdout buffer.
write stdout: Broken pipe
rsync error: unexplained error (code 255) at main.c(925)
_exit_cleanup(code=255, file=main.c, line=925): about to
2016 Aug 12
2
Samba and POSIX ACLs
Hi everybody,
I know this has been discussed ad naseum, but I can't find an answer to my
question precisely.
My version of samba is 4.2.10.
Here's my question. I have POSIX ACLs set on a directory like this:
# file: .
# owner: root
# group: admin
# flags: -s-
user::rwx
user:apache:rwx
group::rwx
group:admin:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:apache:rwx
2001 Feb 24
0
Neither scp nor sftp works (2.5.1p1 and Solaris 2.6) :(
Hi,
sorry about bothering you like this but despite several tries my recent
posts to ssh at clinet.fi never appear on that list, and I don't know where
else to turn.
I was unable to get sftp/scp to work when using OpenSSH 2.3.0p1. No one
could solve this problem and evenutally I was told to try "a recent
snapshot". Now I've installed 2.5.1p1, but still no cigarr :(.
I have
2005 Jun 27
1
include/exclude - how to transfer /etc and /home/users from /?
I'm trying to copy recursively only /etc, /home/samba/profiles and
/home/samba/shared.
To do so, I use this rsync command:
rsync --progress -v -u -a -z --stats \
--include="/etc" \
--include="/home/samba/profiles" \
--include="/home/samba/shared" \
--exclude="/*" \
--numeric-ids --delete-after -e ssh backup@CON:/ \
/home/samba/linuxbackup/latest/CON/
2016 Aug 12
0
Samba and POSIX ACLs
It looks like this is a long known issue:
https://bugzilla.samba.org/show_bug.cgi?id=10792
On Fri, Aug 12, 2016 at 10:30 AM, Sergei Gerasenko <gerases at gmail.com>
wrote:
> Hi everybody,
>
> I know this has been discussed ad naseum, but I can't find an answer to my
> question precisely.
>
> My version of samba is 4.2.10.
>
> Here's my question. I have
2000 Feb 01
3
not listening
Samba 2.0.6 (as distributed w/ FreeBSD 3.4 Walnut Creek CDs in ports
collection)
I'm trying to setup a samba server on my network. My network is not quite as
simple as examples in documentation, because it has an NT server running as
a PDC. I'm following the troubleshooting steps in book "teach yourself samba
in 24 hrs" chapter 11 trouble shooting. I get to "step 7:
2005 Oct 06
9
Grid.GetTextExtent
Wow. Look what SWIG does to GetTextExtent in Grid.cpp:
void SwigDirector_wxGrid::GetTextExtent(wxString const &string, int *x,
int *y, int *descent, int *externalLeading, wxFont const *font) const {
...
if (swig_get_up()) {
wxWindow::GetTextExtent(string,x,y,descent,externalLeading,font);
return;
}
obj0 = rb_str_new2((const char *)(&string)->mb_str());
2005 Sep 10
2
Swig generates bad interface to GetTextExtent
Swig''s bad interface generation strikes again. get_text_extent called
with 1 argument maps to WindowDC''s _wrap_wxWindowDC_GetTextExtent__SWIG_0
Since this generates a wxFont that''s not initialized to nil it fails
when calling into wxWindows. Anyone have a suggestion?
2011 Apr 05
6
Suggestion: Disable X
Hello, i have a little suggestion: something like 'wine --no-x'
It should disable any X output
I need something like this, because i want to run Descent 3 dedicated server, however it creates status window so i can't run it in ssh :(
Thanks
2018 Feb 05
1
Package sgd
A web search on "gradient descent R" also brought up a bunch of stuff. Is
any of this what you want?
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Feb 5, 2018 at 10:23 AM, Bert Gunter <bgunter.4567 at
2012 Oct 03
3
[LLVMdev] Does LLVM optimize recursive call?
On Wed, Oct 3, 2012 at 10:15 AM, Matthieu Moy
<Matthieu.Moy at grenoble-inp.fr> wrote:
> Preston Briggs <preston.briggs at gmail.com> writes:
>> Think about costs asymptotically; that's what matters. Calls and
>> returns require constant time, just like addition and multiplication.
>
> Constant time, but not necessarily constant memory.
>
> Deep recursion
2013 Mar 05
2
Questions on implementing logistic regression
Hi there,
I am trying to write a tool which involves implementing logistic
regression. With the batch gradient descent method, the convergence is
guaranteed as it is a convex problem. However, I find that with the
stochastic gradient decent method, it typically converges to some random
points (i.e., not very close to the minimum point resulted from the batch
method). I have tried different ways
2016 Apr 21
2
Winbind idmap question
Hi all,
Back on playing winbind I first configure PAM and NSS then tried id
<my_user_name> without setting for that user uidNumber.
This user get UID from idmap.
I set up uidNumber into LDAP tree for that user but this user still get uid
from idmap rather than from uidNumber attribute.
I set up another user with uidNumber into LDAP tree and after doing that I
tried "id
2011 May 10
14
Puppet Master System Requirements
I''ve been messing around with Puppet on a VM on my personal desktop.
It looks descent. I was wondering what kind of load this thing would
have managing about 400 nodes.
Does this thing require a beefy server?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To
2018 Feb 05
2
Package sgd
Good morning,
Is there a package that replaces the sgd package to explore the Gradient Descent (SGD) t echnique ?
Best regards,
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
Tony
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
[[alternative HTML version deleted]]
2002 Oct 02
0
error in rsync protocol datastream(code12) at io.c(150)
Hi,
I installed rsync-2.5.5 on both the boxes of redhat linux 7.3 and tried to execute rsync
on box "A"
I have given command like below
rsync -avz /tmp/*.jsp machineb:/home/domains/rsyncdir/
but I got this problem
error in rsync protocol datastream(code12) at io.c(150)
OpenSSH vesrion is
OpenSSH_3.1P1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
Do I need to upgrade
2012 Oct 15
1
Where'd the Mail Go?
Hi;
I ran this:
echo "Hello me" | mail -s "Dovecot test" $USER
then created a bash script:
for mbox in /var/mail/$USER /var/spool/mail/$USER ~/mbox ~/mail/* ~/*; do
grep -q "Dovecot test" $mbox && echo "mbox: $mbox"
done
grep -q "Dovecot test" ~/Maildir/new/* 2>/dev/null && echo "Maildir: ~/Maildir"
and ran it but
2007 Oct 04
1
Convergence problem in gam(mgcv)
Dear all,
I'm trying to fit a pure additive model of the following formula :
fit <- gam(y~x1+te(x2, x3, bs="cr"))
,with the smoothing parameter estimation method "magic"(default).
Regarding this, I have two questions :
Question 1 :
In some cases the value of "mgcv.conv$fully.converged" becomes
"FALSE", which tells me that the method stopped with a
2010 Nov 26
1
Relay Access Denied
Hi,
I have several rails applications on a shared hosting.
To avoid the server''s restriction of sending mails, I use an external
SMTP.
It works most of times but for some sender emails it gives an error.
Net::SMTPFatalError (554 5.7.1 <sam.s.kong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: Relay access
denied
The error happens if sender''s domain is gmail.com, yahoo.com or
2006 Jun 15
3
MDS with missing data?
Hello
I will be applying MDS (actually Isomap) to make a
psychological
"concept map" of the similarities between N concepts.
I would like to scale to a large number of concepts,
however, the
resulting N*(N-1) pairwise similarities is prohibitive
for a user survey.
I'm thinking of giving people random subsets of the
pairwise
similarities.
Does anyone have recommendations for this