similar to: Why are files synced again and again when not using -a?

Displaying 20 results from an estimated 20000 matches similar to: "Why are files synced again and again when not using -a?"

2016 Jun 24
2
UPS is not turned off in slave-only configuration?
On Mittwoch, 22. Juni 2016 17:50, Roger Price wrote: On Wed, 22 Jun 2016, Andr? H?nsel wrote: > > Now, what I see is that when the UPS feeding server-1 goes LB, > > server-1 is indeed shut down, but it seems that the UPS is never switched off. > > > > This is a problem because when power is restored after shutdown, but > > before the battery runs out (with no
2018 Dec 14
1
Can not match USB UPS
Hi list, I seem to need another pair of eyes. Here's my ups.conf: [myups] driver = usbhid-ups port = auto vendor = 051d product = 0002 serial = 4B1717P25055 And here's the output of `/lib/nut/usbhid-ups -a myups -DDD`: 0.017467 Trying to match device 0.017479 Device does not match - skipping 0.017499 Checking device (051D/0002) (001/003) 0.094770 -
2016 Jun 22
2
What is the purpose of the upsmon setting in upsd.users?
Hi list, (I think) I understand that in upsmon.conf, the MONITOR line ends with "master" or "slave". Basically if it's master it will wait for slaves to shut down and if it's slave it will signal the master to switch off the UPS after shutdown. To be able to monitor a network UPS as a slave, there must be a user in upsd.users on the master system. This user needs to
2016 Jun 23
2
What is the purpose of the upsmon setting in upsd.users?
[please use reply-all when responding - the list does not mangle reply-to headers. thanks!] On Jun 22, 2016, at 4:06 AM, Andr? H?nsel wrote: > > On Mittwoch, 22. Juni 2016 09:21 Andr? wrote: > >> Hi list, >> >> (I think) I understand that in upsmon.conf, the MONITOR line ends with >> "master" or "slave". Basically if it's master it will
2016 Jun 22
2
UPS is not turned off in slave-only configuration?
I have two hosts. One is the ups-server. It's generator powered and can be assumed to never go down. This is the one that all the UPSs are connected to. It has: - the UPSs configured in upsd.conf - a "upsmon master" user in upsd.users - an empty upsmon.conf The other one is server-1. Its upsmon.conf contains: MONITOR test-apc at ups-server 1 monuser blah slave Now, what I see is
2016 Apr 02
3
apply mean function to a subset of data
Dear all; This must have a rather simple answer but haven't been able to figure it out: I have a data frame with say 2 groups (group 1 & 2). I want to select from group 1 say "n" rows and calculate the mean; then select "m" rows from group 2 and calculate the mean as well. So far I've been using a for loop for doing it but when it comes to a large data set is
2016 Apr 02
0
apply mean function to a subset of data
Hi Pedro, This may not be much of an improvement, but it was a challenge. selvec<-as.vector(matrix(c(nsel,unlist(by(toy$diam,toy$group,length))-nsel), ncol=2,byrow=TRUE)) TFvec<-rep(c(TRUE,FALSE),length.out=length(selvec)) toynsel<-rep(TFvec,selvec) by(toy[toynsel,]$diam,toy[toynsel,]$group,mean) Jim On 4/3/16, Pedro Mardones <mardones.p at gmail.com> wrote: > Dear all; >
2016 Apr 03
1
apply mean function to a subset of data
Here are several ways to get there, but your original loop is fine once it is corrected: > for (i in 1:2) smean[i] <- mean(toy$diam[toy$group==i][1:nsel[i]]) > smean [1] 0.271489 1.117015 Using sapply() to hide the loop: > smean <- sapply(1:2, function(x) mean((toy$diam[toy$group==x])[1:nsel[x]])) > smean [1] 0.271489 1.117015 Or use head() > smean <- sapply(1:2,
2019 Apr 07
2
Post login scripts environment
Dear Dovecot users, I am running Dovecot 2.2.27 on Debian Stretch, no issue so far. I wonder if there is a way to pass the remote IP address, in an environment variable, in the post login script. My Post login scripts are working well, except that when the server is accessed through a webmail (Roundcube or SOGo), the remote IP address is systematically 127.0.0.1. The other question I have is,
2015 Feb 13
2
examples of shared shared-mailboxes.db
Dear Andre, Thanks for yr reply. What do i include in the file shared-mailboxes.db ? As in the input. Is it really plain text ? So for example i write into the file shared-mailbox.db :- shared at domain.net shared2 at domain.net etc... Is it like that or what kind of syntax needs to be used? On Fri, Feb 13, 2015 at 12:45 PM, Andr? Peters <andre.peters at debinux.de> wrote: > Hi,
2018 Mar 31
2
sieve trace directory: error
On 31/03/18 09:29, Stephan Bosch wrote: > Op 3/31/2018 om 9:27 AM schreef Andr? Rodier: >> Hello, >> >> I am using a custom directory for sieve logs and trace and it apparently >> generate an error, in some corner case. >> >> - I have an IMAP global sieve script, that is run when appending emails >> into the "Archives" folder. >> - I
2017 Dec 10
2
hosting emails at home
Hello Mike, Yes, I am using a static IP address, but in theory, you could use a dynamic one. Nothing technically would prevent email exchanges between two boxes, as long as the SPF records are up to date and the DKIM is properly setup. Unfortunately, some ISPs are simply blacklisting full range of private IP addresses just because they are not officials / commercials. Kind regards, Andr? On
2002 Dec 01
4
WinXP duplicate computer name problem
I've setup Samba as a PDC and it's working fine. I have one windows xp machine already joined in the domain and working ok. But when i tried to add another WinXP machine to the domain, i got the error: "Could not join domain because the computer name is duplicated on the network". I don't think those were he exact words, but that's what it meant. Now, there is NO other
2017 Dec 10
4
hosting emails at home
I have dovecot postfix setup on my home server as well. I use a virtual server in the cloud as my mx record and mail relay and have my home record on dynamic dns. It's really effective. On Dec 10, 2017 2:37 PM, "Fabian A. Santiago" <fsantiago at garbage-juice.com> wrote: > On December 10, 2017 2:49:35 PM EST, "Andr? Rodier" <andre at rodier.me> >
2017 Dec 10
2
hosting emails at home
Which part? Hosting the email server at home or the relay in the cloud? On Dec 10, 2017 14:53, "Fabian A. Santiago" <fsantiago at garbage-juice.com> wrote: > On December 10, 2017 3:39:05 PM EST, Stephan H <herker at gmail.com> wrote: > >I have dovecot postfix setup on my home server as well. I use a > >virtual > >server in the cloud as my mx record
2013 Jan 14
3
How to fit a linear model to data by minimizing the mean absolute percent error?
Hi All, I wonder if you can help me with an aparently simple task.  I have been searching examples for this without any luck: #Assume x<-1:10  #x ranges from 1 to 10. y<-x*runif(10)+ 1.5*x  #y is a linear function of x with some error. Add uniform error that is scaled to be larger as x values also become larger #error is proportional to x size, this should cause heterocedasticity. #I
2019 Apr 05
6
SMTPUTF8 support
Andr?, are you quite sure you have it working? In this thread someone from Open-Xchange stated that no, Dovecot doesn?t have SMTPUTF8 support implemented, and the same response was given by another Dovecot developer last September (it ?is being considered? was the answer then, see https://dovecot.org/pipermail/dovecot/2018-September/112887.html). I am using LMTP to deliver mail to Dovecot from
2019 Apr 06
1
SMTPUTF8 support
On 5 Apr 2019, at 13:47, Andr? Rodier via dovecot <dovecot at dovecot.org> wrote: > >> root at portal:/etc/postfix# postmap -q andr?@homebox.space ldap:/etc/postfix/ldap-aliases.cf >> andre at homebox.space You have a solution that properly maps UTF to a non-UTF namespace. As I understand it, SMTPUTF8 uses a UTF8 namespace. So, this would indicate SMTPUTF8 # postmap -q
2010 Feb 22
7
Problem with Windows 7 and roaming profiles
Hello together, we try to setup a samba domain controller with LDAP and roaming profiles for Win7-Clients. Everything looks fine last Friday but today the clients did not longer save changes to the profiles. There is no error in samba log and also no in the windows log. If I delete a profile from a client it is loaded correctly at next logon, but the changes are not saved at logout. Windows XP
2018 Dec 10
1
Indexer worker small bug
Hello Timo, I will try this evening. Kind regards, Andr?. On 10 December 2018 07:56:26 GMT+00:00, Timo Sirainen <tss at iki.fi> wrote: >On 10 Dec 2018, at 7.50, Andr? Rodier <andre at rodier.me> wrote: >> >> On 2018-12-09 23:13, Timo Sirainen wrote: >>> On 9 Dec 2018, at 16.44, Andr? Rodier via dovecot ><dovecot at dovecot.org> wrote: