Displaying 20 results from an estimated 61 matches for "web2".
Did you mean:
web
2014 Oct 29
2
CentOS 6.5 RHCS fence loops
Hi Guys,
I'm using centos 6.5 as guest on RHEV and rhcs for cluster web environment.
The environtment :
web1.example.com
web2.example.com
When cluster being quorum, the web1 reboots by web2. When web2 is going up,
web2 reboots by web1.
Does anybody know how to solving this "fence loop" ?
master_wins="1" is not working properly, qdisk also.
Below the cluster.conf, I re-create "fresh" cluster,...
2008 Jun 11
1
software raid performance
Are there known performance issues with using glusterfs on software raid? I've
been playing with a variety of configs (AFR, AFR with Unify) on a two server
setup. Everything seems to work well, but performance (creating files,
reading files, appending to files) is very slow. Using the same configs on
two non-software raid machines shows significant performance increases.
Before I go a
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...parameters in the SOAP body.
In short, my question is: how can I send unqualified parameters in the
SOAP body of a call produced through the SOAP package? Details of what I
try to do follow.
The SOAP package sends this soap envelope to my test web service (wsdl
here [http://smg8.ulb.ac.be:8080/web2?wsdl]).
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
SOAP-EN...
2015 Mar 12
3
mysql replication - problems
...her | |
| ssl_key | /etc/pki/tls/private/mysql-slave.key |
+---------------+--------------------------------------+
7 rows in set (0.00 sec)
And yet I clearly have SSL enabled in both configurations.
In the master mysql configuration I have:
[root at web2:~] #cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
*ssl*
*ssl-ca=/etc/pki/CA/certs/ca.crt*
*ssl-cert=/etc/pki/tls/certs/mysql.crt*
*ssl-key=/etc/pki/tls/private/mysql.key*
server-id = 1
log_bin = /var/log/mariadb/mysql...
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 -a...
2015 Mar 12
3
mysql replication - problems
...this
> might be resolved when SSL is fixed.
Thanks for your reply! That answer actually makes complete sense. Ok, so
here is what I tried, so far without success. I gave the mysql group
ownership of all related directories. And changed group permissions so that
group can access them:
[root at web2:/etc] #ls -ld /etc/pki/CA
drwxrwxr-x. 6 root mysql 4096 Jan 20 15:58 /etc/pki/CA
[root at web2:/etc] #ls -ld /etc/pki/tls/{private,certs}
drwxrwxr-x. 2 root mysql 4096 Mar 11 22:57 /etc/pki/tls/certs
drwxrwxr-x. 2 root mysql 4096 Mar 11 22:57 /etc/pki/tls/private
Restarted the mariadb service. An...
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...to access a SOAP web service (hosted on a JBoss5
server and defined as a J2EE-ws service) via the SSOAP R-package. But
all I can get is a NULL answer. The web service seems to work as it can
be accessed using a general web-service tester.
The web service wsdl is here: http://smg8.ulb.ac.be:8080/web2?wsdl.
This is how I try to call the web service from R:
---
> library("SSOAP")
Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
Loading required package: XMLSchema
> greeter <- SOAPServer("smg8.ulb.ac.be", "/web2/Te...
2008 Aug 14
0
NFS not syncing until directory viewed.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Guys,
Having a weird problem with NFS.
We have two web-servers under a load balanced system. Web1 and Web2.
Currently all files are hosted in Web1, and we use NFS exports to share
the files with Web2.
Up until recently this was working fine (two/three weeks ago).
However, it's starting to behave a little randomly. When a file is
uploaded, it appears on Web1, yet is not accessible when browsing th...
2007 Mar 13
6
Question:"no route found to match"
in my routes.rb, I have such url
map.file '':user/:file
it works well with following url:
1. jay/web
2. jay/web2
but it encounters error with:
jay/web2.0
it displays : no route found to match "/post/web2.o" with
{:method=>:get}
I guess it is because the char ''.'' and rails can not translate it
exactly.
How can I fix it ?
thank you
zico
--
Posted via http://www.ruby-forum.com/....
2014 Jun 12
1
Xen PV domU reported as Xen-HVM
...ts itself as Xen PV
while the domU on Xen4CentOS reports itself as Xen HVM.
== First domU ==
virt-what and cPanel scripts report domU as: xenpv
dom0: 2.6.18-371.6.1.el5xen Xen 4.1.2
domU Config:
bootloader = '/usr/bin/pygrub'
extra = ''
memory = 6144
hostname = 'web2.x.ca'
cpu_weight = 256
name = 'vm115'
vif = ['ip=205.X.X.X, vifname=vifvm115.0, mac=00:16:3e:7a:X:X']
vnc = 0
vcpus = 6
vncviewer = 0
serial = 'pty'
disk = ['phy:/dev/xen/vm115_img,xvda1,w',
'phy:/dev/xen/vm115_swap,xvda2,w...
2015 Mar 12
0
mysql replication - problems
...|
> | ssl_key | /etc/pki/tls/private/mysql-slave.key |
> +---------------+--------------------------------------+
> 7 rows in set (0.00 sec)
>
> And yet I clearly have SSL enabled in both configurations.
>
> In the master mysql configuration I have:
>
> [root at web2:~] #cat /etc/my.cnf
> [mysqld]
> datadir=/var/lib/mysql
> socket=/var/lib/mysql/mysql.sock
> symbolic-links=0
> *ssl*
> *ssl-ca=/etc/pki/CA/certs/ca.crt*
> *ssl-cert=/etc/pki/tls/certs/mysql.crt*
> *ssl-key=/etc/pki/tls/private/mysql.key*
> server-id = 1
>...
2016 Oct 03
2
mount.nfs: an incorrect mount option was specified
...un Oct 2 23:17:03 2016
mount.nfs: trying text-based options
'vers=4,addr=162.xx.xx.xx.xx,clientaddr=107.xxx.xx.xx'
mount.nfs: mount(2): Invalid argument
mount.nfs: an incorrect mount option was specified
This is the entry I have in my /etc/exports file on the nfs server
/var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash)
I get this same result if the firewall is up or down (for very microscopic
slivers of time for testing purposes).
With the firewall down (for testing again very quickly) I get this result
from the showmount -e command:
[root at web2:~] #showmoun...
2007 Feb 12
2
make check failure, internet.Rout.fail, Error in strsplit
I'm trying to build R on RedHat EL4. The compile went fine, but a
make check ran into a problem and produced a file
"internet.Rout.fail". Judging by the last part of that file, it was
trying to run an R routine called "httpget" to retrieve the URL
http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat. The precise
error it encountered was:
Error in
2011 Oct 18
3
haproxy ssl
...ding SSL:
listen https 192.168.1.200:443
mode tcp
balance roundrobin
option forwardfor except 192.168.1.200
option redispatch
maxconn 10000
reqadd X-Forwarded-Proto:\ https
server web1 web1.summitnjhome.com:443 maxconn 5000
server web2 web2.summitnjhome.com:443 maxconn 5000
I can connect to https on each web server and have it serve content. the IP 192.168.1.200 is a virtual IP created with keepalived and floating between two load balancers.
I can connect to the virtual ip via openssl s_connect and GET / where i see the sour...
2007 Feb 22
9
specking, speccing, or spec''ing
I vote for spec''ing.
Anybody else?
2016 Oct 03
0
mount.nfs: an incorrect mount option was specified
...trying text-based options
> 'vers=4,addr=162.xx.xx.xx.xx,clientaddr=107.xxx.xx.xx'
> mount.nfs: mount(2): Invalid argument
> mount.nfs: an incorrect mount option was specified
>
> This is the entry I have in my /etc/exports file on the nfs server
>
> /var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash)
>
> I get this same result if the firewall is up or down (for very microscopic
> slivers of time for testing purposes).
>
> With the firewall down (for testing again very quickly) I get this result
> from the showmount -e comman...
2004 May 26
1
Removing older kernel packages
Hello,
I have problems removing older kernels from my Centos machines using yum.
Can somebody tell me how to remove specific versions ?
[root at web2 root]# rpm -qa | grep kernel-2
kernel-2.4.21-15.EL.c0
kernel-2.4.21-9.0.1.EL.c0
kernel-2.4.21-9.0.3.EL.c0
Is what I have installed....
And
[root at web2 root]# yum remove kernel-2.4.21-9.0.1.EL.c0
Gathering header information file(s) from server(s)
Server: CentOS-3.1 - Addons
Server: CentOS-3.1...
2005 Sep 13
1
Integration between Asterisk and Siemens HiCom 150e over ISDN
...nd
video conferencing applications to the OfficePoint or OfficeCom. Connected
devices must provide their own power. Some special wiring for the ISDN S0
device connection is required. Also requires connection of ISDN BRI trunks
(TMQ4) for network access."
Documentation on ISDN BRI:
http://web2.tac.siemenscom.com/pub/150e/Config/Note020.pdf
Documentation on ISDN S0 Device Install:
http://web2.tac.siemenscom.com/pub/150e/Config/Note009.pdf
I can't figure out if the SLTS4 is the correct card for my requirements, or
do I need a TMQ4 *as well* or a TMQ4 *instead*?..
Trawling through p...
2014 Oct 01
2
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
Hi
----------------ursprüngliche Nachricht-----------------
Von: "Michal Privoznik" mprivozn@redhat.com
An: "web2" ustermann78@web.de , "libvirt-users redhat.com"
, "libvirt-list redhat.com"
Datum: Wed, 01 Oct 2014 18:12:45 +0200
-------------------------------------------------
> On 01.10.2014 10:31, web2 wrote:
>> Hello,
>>
>> sorry for my later answer.
>...
2002 Feb 05
1
Fw: CD Ripper Beta Software: RipTrax
RipTrax has just been modified to include support to OGG output file format
(Ogg Vorbis); including comment fields for pertinent track/album
information. You can download the latest version from this link:
http://web2.airmail.net/jlundy/riptrax.htm
If you are lacking a respectable playback tool for OGG files, try FreeAmp
at:
http://www.freeamp.org/
All feedback is welcome (please go easy on the ego ;)
John
PS - Thanks to Ross Lewis for encouragement in this endeavor. :)
----- Original Message -----
From: &...