Displaying 20 results from an estimated 600 matches similar to: "rsync backup not working"
2018 Nov 01
1
Internal DNS migrate to Bind9_DLZ
I tried your suggestion but still no luck, starting to think my domain is
broken :(
I did a debug when doing the migrate, not so if this will help
On Thu, Nov 1, 2018 at 10:28 AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Thu, 1 Nov 2018 07:21:57 +0200
> Eben Victor <eben.victor at gmail.com> wrote:
>
> > I've been been trying to investigate
2023 Apr 11
1
clients not connecting to samba shares
On 2023-04-11 10:12, Rowland Penny via samba wrote:
>
>
> On 11/04/2023 13:36, Gary Dale via samba wrote:
>> On 2023-04-11 04:15, Rowland Penny via samba wrote:
>>>
>>>
>>> What 'Debian distribution-specific' installation did you follow ?
>> The one linked to in AD DC wiki.
>
> Where abouts is this link ?
> I checked here:
>
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
sub_dir1
file1
file2
...
sub_dir2
...
Destination:
/home/test2/real_dir
sub_dir1
file1
file2
...
subdir2
2019 Apr 11
1
Online backup results using 4.10.2
Hello,
I would like to share some info on how I was able to successfully
run an online backup after several failed attempts. I would constantly
get the following error when attempting to run an online backup.
ERROR(runtime): uncaught exception - (3221225506, '{Access Denied} A process has requested access to an object but has not been granted those access rights.')
Looking
2006 Jun 16
1
Problem with default_mail_env in beta9
Hallo,
I am playing arround with dovecot
I hat version 1.0.beta7 running fine. After installing beta9 there is a problem with default_mail_env setting.
I have all users in ldap.
there is an attribute "mailMessageStore" which contains a relative path to users maildir
mailMessageStore: sca/
my mailer completes this relative pathinformation to /var/mail/sca/
therefor I setup
2010 Nov 18
7
DO NOT REPLY [Bug 7799] New: rsync don't full syncronise xattr
https://bugzilla.samba.org/show_bug.cgi?id=7799
Summary: rsync don't full syncronise xattr
Product: rsync
Version: 2.6.8
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: ivan.solomin at gmail.com
2013 May 10
0
[LLVMdev] Help on making doxygen document
Dear Sir or Ms:
My OS is ubuntu 12.04(AMD64). I have installed TexLive 2012, Graphviz
2.26.3, doxygen 1.7.6.1 without the dependence doxygen-latex.The version of
LLVM I am working on is 3.2. My configure script is the following:
../llvm-3.2/configure --prefix=/home/me/mywork/sca/llvm/llvm-install2
--enable-targets=host-only --enable-debug-runtime --enable-assertions
--enable-doxygen
2005 Jul 02
3
Telephoning Announcements -- Suggestions?
In the subdivision where I live, we have a well that time to time has
problems. Currently, our trustees call me, I take a message, and
then call the people on our "phone calling tree" and give them the
message. They, in turn, pass the message on to the rest of the
residents.
We have a few problems with the way this works -- people don't bother
to relay the message, or,
2010 Feb 01
1
LMTP-Server: missing headers
Hello,
I just installed dovecot2-beta2 and configured the lmtp-server + postfix (no virtual users)
postfix:
mail_version = 2.7-20100117
mailbox_transport = lmtp:unix:lmtp-server
lmtp_assume_final = yes
dovecot:
service lmtp {
executable = lmtp
protocol = lmtp
unix_listener /var/spool/postfix/lmtp-server {
group = postfix
mode = 0660
user = postfix
}
}
Mail gets delivered to
2006 Aug 11
0
SQL sort
in my list action, I setup the sort parameters as folows :
..
sort = case @params[''sort'']
when "login" then "login DESC"
when "first_name" then "first_name DESC"
when "last_name" then "last_name DESC"
end
...
to be used in a ''sort_link_helper''
2009 Dec 27
3
Scaling error
Hi useRs,
I ran into an inconsistent output problem again. Here is the simplify
illustration
I've got a matrix as follows
> x
V1 V2 V3
[1,] 1 2 3
[2,] 4 5 6
[3,] 7 8 9
Associated with the matrix is a scaling factor, sca, derived from, say
the mean of the respective columns, V1-V3;
> sca
V1 V2 V3
2.5 1.7 3.6
2004 Feb 05
1
Multilevel in R
Hello,
I have difficulties to deal with multilevel model. My dataset is composed
of 10910 observations, 1237 plants nested within 17 stations. The data set is not
balanced. Response variable is binary and repeated.
I tried to fit this model
model<- glmmPQL( y ~ z1.lon*lun + z2.lat*lun + z1.lon*lar + z2.lat*lar + z1.lon*sca + z2.lat*sca +z1.lon*eta + z2.lat*eta,
random = ~ lun + lar + sca
2005 Dec 15
3
Name conflict between Epi and ROC packages
The name conflicts in Epi and ROC packages (2 'ROC' functions are the
problem) cause the following code
to work once, but not twice:
library(MASS); data(cats);
x = cats[,2]
y = ifelse(cats[,1]=='F',0,1)
library(Epi); ROC(x,y,grid=0)$AUC
library(ROC); AUC(rocdemo.sca(y, x, dxrule.sca))
What is the standard way of resolving name conflicts? Ask maintainers to
resolve
2007 Dec 07
1
Wine Problem
I dont know if this is the wright mailing list but here it goes
I wanted to use wine so that i can avoid purchasing 70 XP licences
I installed a software that talks with the informix client 2.7.0
everything was running fine, the instalation went with minor problems.
Until now
when i stated a connection to the informix server wine simply stops
the comand
2010 Mar 03
2
R beginner
hello,
i'am is new in R software.i have try to make a function but it can't give
what it should.i dunno what have to do next.
Can somebody help me to solve it.i'll very appreciate...
##GEV simulation(Non-stationary)
dsim<-function(n, alpha, beta,sca,sha){
t <- 1:n
location <- alpha + beta*t
inv.df<-function(x) location + -(sca/sha)+(sca/sha)*(-log(x))^(-sha)
u<-runif(n)
2005 Sep 28
1
Fast AUC computation
I am doing a simulation with a relatively large data set (20,000
observations) for which I want to calculate the area under the Receiver
Operator Curve (AUC) for many parameter combinations. I am using the ROC
library and the following commands to generate each AUC:
rocobj=rocdemo.sca(truth = ymis, data = model$fitted.values, rule =
dxrule.sca) #generation of observed ROC object
2007 Dec 10
0
Fwd: Wine Problem SOLVED
After many hours of hitting with my head on the wall
I discover i had the worng ip address.
Wine works as a swiss clock
Many thanks to Dan Kegel
---------- Forwarded message ----------
From: Pedro Ferreira <pedro.m.ferreira at gmail.com>
Date: Dec 7, 2007 4:45 PM
Subject: Wine Problem
To: wine-users at winehq.org
I dont know if this is the wright mailing list but here it goes
I wanted
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
From: Heiko Carstens <heiko.carstens at de.ibm.com>
This patch contains the port of Qumranet's kvm kernel module to IBM zSeries
(aka s390x, mainframe) architecture. It uses the mainframe's virtualization
instruction SIE to run virtual machines with up to 64 virtual CPUs
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
From: Heiko Carstens <heiko.carstens at de.ibm.com>
This patch contains the port of Qumranet's kvm kernel module to IBM zSeries
(aka s390x, mainframe) architecture. It uses the mainframe's virtualization
instruction SIE to run virtual machines with up to 64 virtual CPUs
2004 Feb 06
1
nnet problem
Hello everybody,
I want to use the nnet library and my problem is that the algorithm seems
to accept only class as target when the neural is fiiting. So the output
when I use predict.nnet is also a class. Is it possible to have numeric
variable as target ? If yes, what is the syntax ?
Thank you.
Cordialement,
R?gis CHARIGNON