Displaying 20 results from an estimated 800 matches similar to: "Shifting cells and removing blanks"
2013 Jan 24
3
how to combine unequal rows and columns in R
HI,
I have the following list:
crosspries
$crosspries[[1]]
Product Year_Month prod1
A 201208 1
B 201208 2
C 201208 1
$crosspries[[2]]
Product Year_Month prod1 prod2
A 201209 1 1
B 201209 2
2007 Jun 15
0
Re: Intermittent "internal error: signal 11" with 3.0.24
Hi Volker
We run 3 x SLES9 SP3 and the same problem occurs in all
three environments, the backtraces for panic'd smbd
processes of all three hosts are essentially the same as
what I posted before. Kernel: 2.6.5-7.97-bigsmp and Samba:
Version 3.0.24-SerNet-SuSE.
SMB.conf inline below (I've swapped <ad_domain> for our
dom.tld):
-------------------------------------
[global]
workgroup
2006 Sep 07
2
Running two clusters side by side
I''m happy to announce that ChaCha.com a new search engine that debuted this
week and it runs on a mongrel cluster.
Warning, promo follows. :)
ChaCha.com is unlike any other search engine since it allows you to connect
to a "guide" with experience in the field(s) of knowledge you are searching
in. (Based on your keywords) Check it out at http://www.chacha.com
Now on to my
2007 Jun 14
1
Re: Intermittent "internal error: signal 11" with 3.0.24
Hi all
Follow up to this post, as it didn't seem to go through the
first time. We have a common problem occurring with our
Samba setups. We run 3 (identical) processing environments
that each contain a Samba host sharing approx .5TB of data
to 6 Wintel machines.
Normally these hosts operate fine, though we intermittently
experience a Samba panic (intermittent = every 2-3 days) as
per below.
2020 Jul 27
3
Migration from one server to 2 new servers
Fair enough but the command snippet I posted was taken directly from your earlier post dated Mon Jul 27 23:11:06 EEST 2020 and it does say ?production1??I just double-checked as well...
FWIW?the server order in the command you just pasted is the exact reverse from the Jul 27th post I mentioned above?
Here you appear to be exec?ing the command on prod2 and trying to pull from the remote of prod
2009 Mar 12
1
Unable to delete a file...
Hello all,
I'm using OCFS version 1.0.15-PROD5 on RHAS3 Update 4. My RMAN script
for delete obsolete fails. Debugging problem I've found that is not
able to remove a file. Seems that this file is in use and any
operation is not possible.
Reading metalink I've found some docs about problem with cp/mv/dd/tar
on files under OCFS and suggestion is always to use option --o_direct.
In my
2020 Jul 27
2
Migration from one server to 2 new servers
Well that option set still doesn?t look correct?
Here is the doveadm option set from my 2.2.2 server which is several weeks\months before 2.2.36?
[Jul-27 @ 15:25:09 ] > dovecot --version
2.2.2
[Jul-27 @ 15:26:53 ] > ls -l /usr/local/bin/doveadm
-rwxr-xr-x 1 root root 1379203 May 22 2013 /usr/local/bin/doveadm
[Jul-27 @ 15:25:12 ] > doveadm
usage: doveadm [-Dv] [-f
2020 Jul 27
2
Migration from one server to 2 new servers
I seem to recall a post a while back where, due to the age of the remote end, the remote side command had to be entered in the command executed on the local side.
Do you have dsync on the 2.0.9 machine?
> On Jul 27, 2020, at 4:16 PM, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> This is what my understanding. May be I am also wrong here.
>
> Backup option
2020 Jul 28
2
Migration from one server to 2 new servers
Hi!
Kishore, you got the command wrong..
`doveadm backup -R -u username-goes-here imapc:`
for this to work, you need to configure following things:
imapc_host = old-host-name
imapc_password = master-password
imapc_master_user = master-user-name
and on the old host you need
passdb {
args = /etc/dovecot/passwd.masterusers
driver = passwd-file
master = yes
pass = yes
}
This should
2020 Jul 27
0
Migration from one server to 2 new servers
Oh, I am extremely sorry. I was confused when typing the issue. Please help
me in fixing the issue. Production1 is my old server. Production2 is my new
server. Typing here correctly. Ignore all previous one's.
The new version is:
====================
[root at production2 ~]# dovecot --version
2.2.36 (1f10bfa63)
The old version is :
======================
[root at production1 ~]# dovecot
2012 Jun 12
2
Problem with lmtp director proxy
Hi,
I have a timeout problem only when I have heavy load in my system. I
have two director servers directing to 4 backend servers.
The problem is when my smtp relays tries to deliver mail to my users
via lmtp (proxied with director).
In the smtp logs I have:
Jun 12 11:41:18 xenon13 postfix/lmtp[4248]: 4433E5D5A0:
to=<myuser at um.es>, relay=pop.um.es[155.54.212.106]:24, delay=31,
2007 May 22
0
using multiple mysql databases
Hi,
I''ve got an app that talks to two databases on a given MySQL server.
When I run in development mode, pointing to the MySQL server running
on localhost (127.0.0.1),
I am able to access both databases without any problem. The relevant
yaml looks like this:
(names have been changed to protect the innocent)
development:
adapter: mysql
database: dev
username: username
password:
2019 Oct 21
0
[centos/centos.org] branch master updated: Just added simple python snippet for local view - works also on c8
This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new aa77f56 Just added simple python snippet for local view - works also on c8
aa77f56 is described below
commit aa77f56d1d2563c161f406b1a4114a8db125fb9c
Author: Fabian
2020 Jul 27
0
Migration from one server to 2 new servers
This is what my understanding. May be I am also wrong here.
Backup option is there in my new server, production2.
When I use the command with -R option from new server, it is connecting to
old server, Production1 and giving the output of the doveadm backup command
in old server to get the data. If you see the command and error I posted,
it shows the same.
Sorry just incase if I am wrong.
2020 Jul 27
2
Migration from one server to 2 new servers
Not sure if this matters but the prompt when attempting the ?doveadm backup? command shows it to be a ?production" server?
[root at production1 <https://dovecot.org/mailman/listinfo/dovecot> test.org.com]# doveadm backup -R -u kishore at test.org.com <https://dovecot.org/mailman/listinfo/dovecot>
remote:vmail at production2.baplc.com
2020 Jul 28
0
Migration from one server to 2 new servers
Hey Kishore?
I believe this is the thread I mentioned earlier. It is quite long and spans a monthly barrier (Feb\Mar 2012) so if you use the ?Next\Previous message? links, you need to be sure to pick up the thread in each monthly archive. I have provided links to the first post of the thread in each archive here:
https://dovecot.org/list/dovecot/2012-February/133718.html
2006 Mar 24
0
Trouble phrasing an R command that will run the model i need (ANOVA, nested)
Hi,
I have been trying to find the appropriate R command to analyse my datasets
according to a particular model. Unfortunately, my best attempts at doing so
have so far not worked.
I am wondering if anybody can help me to figure out what i've been doing
wrong, and what i need to do in order to use R correctly?
The model is an ANOVA with some crossed factors, interactions, and one
nested
2008 Sep 10
1
NT_STATUS_MEDIA_WRITE_PROTECTED
Greetings, I am having trouble writing to my Samba share
"//ent1/data". When I connect via smbclient from another machine, I
can navigate and read files, but I can't create a directory or replace
any files; smbclient prints the message:
"NT_STATUS_MEDIA_WRITE_PROTECTED making remote directory \test"
Incidentally, it *used* to work fine until I upgraded my Ubuntu
2006 Jun 07
1
rsync 2.6.8 copies directories but not files
I'm using a somewhat complicated --include/exclude chain to copy all
files matching a pattern, plus all files in certain subdirs.
/usr/local/bin/rsync -a
--include='*/' --include='*.[wip]'
--include='*.htm' --include='*.html' --include='*.off'
--include='wwwroot/*' --include='perl/*'
--exclude='*'
newcode/
2013 Sep 15
1
Data labels in R
I need to put labels in plot in R. Can someone please help? The labels are
in the excel file and loaded into "lables"
library(xlsx)
library(zoo)
fPTAnalysis<-"Input.xls"
data<-read.xlsx(fPTAnalysis,9)
lables<-subset(data, select=c(Labels))
data<-subset(data, select=c(Date,col1, col2 ))
data<-read.zoo(data)
plot(data)
--
Regards,
Ankur Seth
[[alternative