Displaying 20 results from an estimated 9000 matches similar to: "Help with rsync configuration"
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi,
I would like to use dtrace to observe some behaviour in my J2EE app
running in JBoss. I start JBoss normally in a 1.6 VM. When I try to
enable set the ExtendedDTraceProbes flag using jinfo, I get a thread
dump in the JBoss console and the message: "Unable to open door: target
process not responding or HotSpot VM not loaded" in the jinfo console.
I have tried this with both
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here?
Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch
Nov 17 00:02:01 gumby puppetd[720]:
(//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure)
created
Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch
Nov 17 00:02:07 gumby puppetd[720]:
2012 Sep 03
2
Class for transfering files from Server to Client
I have installed JBOSS application manually following these steps:
[code]
1.$ su -c "yum install java-1.6.0-openjdk-devel"
2.$ java –version
3.wget
http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
4.$ unzip jboss-as-7.1.1.Final.zip -d /usr/share
5.$ adduser jboss
6.$ chown -fR jboss.jboss /usr/share/jboss-as-7.1.1.Final/
7.$ su jboss
8.$ cd
2009 Nov 04
2
Using before=> in a definition...
I hope I haven''t dug myself into a corner here... How can I make sure
that /some/file.xml is created BEFORE the jboss-tfel0 service is
started?
I can''t use before => in the file{} in the jboss class because it
doesn''t exist there.
define create_jboss_inst($inst, $version, $naming_port) {
....
service {
"jboss-$inst":
require
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos:
part of my class:
user {jboss:
ensure => present,
home => "$jboss_home",
shell => "/bin/bash",
groups => jboss,
}
and in log I see:
err change from absent to present failed: Could not create user
jboss: Execution of ''/usr/sbin/useradd -d
2001 Nov 20
3
modules madness / ssh regardless of daemon
I just installed rsync on two machines, I think I'm a complete moron,
and I need a clue bat.
The remote machine's /etc/rsyncd.conf (just for testing):
use chroot = no
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[auth]
path = /var/www/auth
comment = apache authentication files.
read only = yes
Then for a test, I fired up
2003 Feb 24
2
Rsync between HPUX11.11 and Redhat7.3
Hi,
If anyone has an Idea on how to solve the following problem
it would be greatly appreciated :).
The scenario is as follows:
Im running an rsync server on Redhat7.3. The rsync server
configuration file looks as follows:
#### rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
max connections = 5
use chroot = true
list = true
2012 Dec 20
3
Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file.
In general to install jboss, i ll
1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/)
into multiple servers
2. untar the openjdk into a preferined path (/opt/software/java)set the
path in the bash.profile
3. Create server profile in the place where jboss is installed
4. Start the server.
Lets say
2003 Jul 05
2
@ERROR access denied
Hi All:
I am new to rsync so be gentle with me. I have been able to get
rsync working enough to be able to list modules but not transfer
files.
When I try to transfer a file from the client to the server I use
the command:
rsync -avz fapmenu fisdev::bak
The client displays the following messages:
@ERROR: access denied to bak from pgiprd.forsoft.com
(192.168.2.19)
rsync:
2007 Mar 22
3
error with rsync and ssh
Hi
I running a rsync server using version 2.6.3pre1 in a Solaris 10 server.
When I try to use ssh to encrypt my data, the rsync client fails with
this message:
rsync -avz -e ssh winbox.exe zone43@zone43.gridzones.com::backups
Password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(434)
My config
2006 Apr 03
2
rsyncd.secrets
hi all
I have composed a script containing :
rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail
--password-file=/etc/rsyncd.secrets
but when I try to execute il it ask me for the password.
how to do to avoid this and to consider the password in the
'rsyncd.secrets'
thanks in advance.
2001 Nov 13
1
mirrorring mailserver
Hi to all,
Im just a RSYNC newbie, i've tried to set this up and evaluate. Im trying to
create a mirror of my mail server but what i observed during my test of this
rsync the ownership are being changed(501) when it was downloaded to my
mirror.I have the following test config with my server:
mail server: rsyncd.conf(192.168.1.36):
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
2002 Jun 27
1
rsync 2.5.5 and Mac OS X
Greetings,
Has anyone successfully compiled rsync 2.5.5 under Mac OS X (not
Server), and actually have it work fully?
I'm in a position where I'm trying to setup an automated nightly remote
backup between and Cobalt Raq4 (running a variant of Redhat Linux) and a
Mac running OS X 10.1.5 with the latest development tools installed. As
has been pointed out previously on the list, one has
2006 Aug 14
2
Rails Monitoring, reprise
Last week I posted a question about monitoring Rails applications.
Basically, the java folks at my business cited one of their reasons
for sticking with Java is it''s monitoring tools. After picking some
ears, I found out that the one we''re looking at most is JBoss
Operations Network. And I have to say, it''s pretty neat.
2003 Aug 07
1
questions about "connection refused"
Dear all:
I installed the rsync 2.5.4 in my two machine (192.168.1.30 and
192.168.1.120, both are AIX OS) to backup data each other. The
software`s installation is ok, and I can copy local files. But when I
try to backup data between two machines, there reports some errors:
>./bin/rsync -avz 192.168.1.30::web ./backup-3000/
rsync: failed to connect to 192.168.1.30: Connection refused
2001 Sep 18
1
rsync 246 P24, Sol2.8 - transfer interrupted (code 1)?
Hi
I'm a new rsync user. I have two systems, A and B both with rsync
installed. I've setup rsync in daemon mode on system B and want to rsync
a directory /projects/sw/lib/ from system A to system B. My rsyncd.conf
file on system B looks like this:
[swlibrary]
path = /projects/sw
comment = Master Libraries
If I execute on system A:
rsync systemB::
I can see the
2017 Apr 11
1
jave-1.5.0 on centos 7...
Curring a long story short...
we had a centos 5 server running jboss 6 and jboss 4.2.3GA
because of centois 5 EOL TPTB have decreed this server needs migratiung to a Centos 7 server
But... ?the hboss 4.2.3GA jboss app uses java 1.5.0 (_22 FTWT).
I can't *(unsurprisingly!) find java 1.5.0 under yum.
anyone got it in an rpm or know where it can found?
(At his stage it is merely a guess that
2005 Jun 09
1
Oracle, java and other heavy stuff....
Hi Team,
as I''m new to XEN my questions might be stupid - but I hope the answers wont
be :-)
I like for testing purposes to run Oracle and a jboss server on an XEN / Debian
in dom0.
The Oracle data shall be stored on a cluster of other XEN domains.
I would also like to have Oracle clients and other jboss server running in XEN
domains.
As far as I noticed this shouldn''t
2005 Jul 10
1
destination directory problems
I am having a problem getting my files backed up to
the location I want
to from a WinXP client going to a Debian rsync server.
The following is sending asm/ to /home/robert/backup
folder.
rsync -avz /cygdrive/d/asm
robert@192.168.1.102:backup/
My understanding of the rsync man page is that this is
supposed to send
asm/ to what the path that is defined in rsyncd.conf,
mine is defined
as /backup.
2005 May 05
4
Twice NAT Possible
Hi all,
I have had shorewall running successfully for over two years, its a
great firewall! I have a NAT question that I cannot seem to find the
answer to, and I was hoping someone could give me a hand. I have
recently learned of a type of NAT called "Twice NAT", it which when a
specific DNS address is requested, the information is forwarded on. I
have outlined what I would