Displaying 20 results from an estimated 4000 matches similar to: "Still some problems"
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
2001 Dec 18
1
Problem connecting
I just finished installing rsync on one of my servers. But when I go to do a
test connection via "rsync web1::" I get the following error
rsync: failed to connect to web1: Connection refused
rsync error: error in socket IO (code 10) at clientserver.c(84)
2002 Jan 15
1
Stable Rsync System Call!
Next week are going to start using rsync "live" to mirror our primary and
secondary web servers. I am still trying to iron out a couple of bugs, any
help would be much apprecitated.
Here is my rsync.conf file on my primary web server
############################
use chroot = no
max connections = 5
syslog facility = local3
[www]
path = /www
comment = Web Directory
hosts
2011 Mar 11
4
Server locking up everyday around 3:30 AM - (INFO: task wget:13608 blocked for more than 120 seconds) need sleep, help.
This may or may not be CentOS related, but am out of ideas at this
point and wanted to bounce this off the list.
I'm running a CentOS 5.5 server, running the latest kernel 2.6.18-194.32.1.el5.
Almost everyday around 3:30 AM the server completely locks up and has
to be power cycled before it will come back online.
(this means someone hat to wake up and reboot the server, oh how I
love being
2009 Mar 12
1
DLM Problem?
Hello,
I have an active, balanced webcluster with 2 SLES10SP2 nodes, both running
ocfs2 with an iscsi target.
The ocfs2 volume is mounted on both nodes.
Everything works fine, except sometime the load on both systems go as high
as 200, then both systems freeze, only reboot helps to regain control.
I noticed that this behaviour does not occur when the cluster is NOT
balanced. When the load on both
2015 May 24
2
specify port on check_memcached.pl
Hey guys,
I'm trying use check_memcached.pl to monitor a couple of memcached services
running on two ports.
I have my command definition setup like this:
# 'check_memcached' command definition
define command {
command_name check_memcached
command_line $USER1$/check_memcached.pl -H $HOSTADDRESS$ -p $ARG1$
}
And I have my service definitions setup like this:
# Define a
2011 Mar 11
3
Server locking up everyday around 3:30 AM
PJ wrote:
> This may or may not be CentOS related, but am out of ideas at this point
and wanted to bounce this off the list.
>
> I'm running a CentOS 5.5 server, running the latest kernel
> 2.6.18-194.32.1.el5.
>
> Almost everyday around 3:30 AM the server completely locks up and has to
be power cycled before it will come back online.
> (this means someone hat to wake up
2007 Oct 11
4
Specifying geographic related facts
Let''s say I have two different geographic sites. They are pretty much
identical ie. each site has a machine called web1 which is a web server,
etc. Except there are couple site-specific settings ie. outgoing DNS
servers are different, SSL certs are different etc.
On the puppetmaster I can put in a file called e.g.
/etc/sideid
which would uniquely identify a site ie. siteX or siteY.
2004 Oct 19
5
Making Red Hat 3 Authenticate against AD Domain
I have a Red Hat 3 AS server I am trying to set Samba 3 up on. I want
to use the homes function of Samba and I want user's to authenticate
against my AD domain. I am having a problem making the server a member
server of my domain.
I tried using the smbpasswd command and got the error about trying net
join for this action. Also, is there anything else I have to do to get
my users to
2004 May 21
3
rsync hangs in cron (not SSH-problem)
This is the case
- mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc.
- rsync this to local dir:
rsync -av --delete /mnt/web1 /mass/kuurne/day
rsync -av --delete /mnt/web2 /mass/kuurne/day
etc..
- when logged in, everything works (I do see some errors about
non-existing files, but rsync won't stop.
When used this command in cron
00 01 * * * rsync -av --delete
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys,
I've got another C7 problem I was hoping to solve. I
installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]:
2015 May 12
2
appdynamics php agent prevented by SELinux
Well, I was having a heck of a time with the rpm install in terms of
customizing the install directory.
So I thought the easy way out might be to go for a source install. Which I
tried and this was the output from the install:
[root at web1:/opt/AppDynamics/appdynamics-php-agent] #./install.sh
appd.jokefire.com 443 beta.jokefire.com "Web Front End" web1.jokefire.com
Install script for
2005 Jan 26
3
Accessing multiple shares from one single client
I am facing the current problem:
I have one WinXP SP2 Clients trying to access multiple shares on the same
smb server. When booting up Windows I can login to one share, but not to the
other ones. Whichever of them I take first is working just fine. My username
or password (which is correct!) is being rejected. Is this a Windows issue
or do I need to adjust a parameter in smb.conf?
Current
2009 May 13
8
kernel: 4gb seg fixup messages...
Hey everyone,
I''ve searched through all of the previous posts and tried everything
mentioned but I am still getting these messages. Is there anything
else I can do? My host machine is running CentOS 5 w/ Xen 3.3.1. My
Xen VM is also running CentOS 5.
I''ve tried doing:
# echo ''hwcap 0 nosegneg'' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig
2008 Nov 01
8
OpenVZ & shorewall. Did'nt work acl based on ip range.
Hello all,
It''s my first letter on this list, and, my English is not very well.
Please take me indulgence
for grammar/syntax and over erorrs :))
I have trouble for acl''s of ip range. But, acl for one host (with ip
adress) work fine.
Please help me for make work acl/find erorr in acl.
Becouse I''m new shorewall user, I maked test configuration on Virtual
Mashine
2015 Apr 02
1
mounted NFS does not show in df -h
Hey guys,
This is kind of odd, so I wanted to do a sanity check.
I mounted an NFS share like so:
[root at web1:~] #mount -t nfs nfs1.jokefire.com:/home /mnt/home
Seemed to go ok. Then I took a look at the output of df -h and didn't see
it!
[root at web1:~] #df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda 40G 24G 14G 64% /
devtmpfs
2012 Oct 26
2
Using regex to match hostnames in hiera
Hi, I''m having a problem with extlookup not respecting the ''certname'' parameter[1]. When executing a puppet run with either the --certname or --fqdn parameters, it ends up using the specified SSL certificate and gets the correct node definition applied from the puppetmaster. However, it still retrieves extlookup data using the node''s actual FQDN, not the one
2017 Aug 21
0
Glusterd not working with systemd in redhat 7
On Mon, Aug 21, 2017 at 2:49 AM, Cesar da Silva <thunderlight1 at gmail.com>
wrote:
> Hi!
> I am having same issue but I am running Ubuntu v16.04.
> It does not mount during boot, but works if I mount it manually. I am
> running the Gluster-server on the same machines (3 machines)
> Here is the /tc/fstab file
>
> /dev/sdb1 /data/gluster ext4 defaults 0 0
>
>
2017 Aug 20
2
Glusterd not working with systemd in redhat 7
Hi!
I am having same issue but I am running Ubuntu v16.04.
It does not mount during boot, but works if I mount it manually. I am
running the Gluster-server on the same machines (3 machines)
Here is the /tc/fstab file
/dev/sdb1 /data/gluster ext4 defaults 0 0
web1.dasilva.network:/www /mnt/glusterfs/www glusterfs
defaults,_netdev,log-level=debug,log-file=/var/log/gluster.log 0 0
2017 Aug 21
1
Glusterd not working with systemd in redhat 7
Hi!
Please see bellow. Note that web1.dasilva.network is the address of the
local machine where one of the bricks is installed and that ties to mount.
[2017-08-20 20:30:40.359236] I [MSGID: 100030] [glusterfsd.c:2476:main]
0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.11.2
(args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
[2017-08-20 20:30:40.973249] I [MSGID: 106478]