Displaying 20 results from an estimated 100 matches similar to: "Several clusters in the same matchine"
2017 Feb 05
2
NUT configuration complicated by Stonith/Fencing cabling
Hello List,
Any suggestions to solve the following would be most appreciated.
Setup: Active/Passive Two Node Cluster. Two UPSes (APC Smart-UPS 1500 C) with USB communication cables cross connected (ie UPS-webserver1 monitored by webserver2, and vice versa) to allow for stonith/fencing
OS OpenSuse Leap 42.2
NUT version 2.7.1-2.41-x86_64
Fencing agent: external/nut
Problem: When power fails to a
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
Hi
i got two server webserver1 and webserver2 i want to rsync some data form
webserver1 to webserver2 using a user called syncuser
( syncuser is added to the group apache : adduser -G apache syncuser )
here is my command :
[root at web1 projects]# rsync -avzh /var/www/projects/beta-website1
syncuser at web2server:/var/www/projects
syncuser at web2server password:
building file list ... done
2020 Aug 10
3
Docker container isolation not working in CentOS 7
Hi,
I've decided to use these summer holidays to wrap my head around Docker and its
quirks. Spent the last couple weeks working through a Udemy tutorial and a
thick book about Docker, and I have Docker CE installed on two machines:
* my workstation running OpenSUSE Leap 15.1
* a public sandbox server running CentOS 7
I'm currently fiddling with custom networks and container
2014 Aug 21
1
virt-sandbox-service
Is there any documentation/tutorial that explains how to use
virt-sandbox-service?
After looking at some writeups about virt-sandbox-service, this looks
like a good tool for something I need to do. But, following the
"examples" I cannot get anything to work correctly.
With a simple xfce install with httpd, lighttpd, and libvirt-sandbox
installed, I tried:
1. virt-sandbox-service
2017 Feb 10
2
NUT configuration complicated by Stonith/Fencing cabling
Roger,
Thanks for your reply.
As I understand it, for reliable fencing a node cannot be responsible for fencing itself, as it may not be functioning properly. Hence my "cross over" setup. The direct USB connection from Webserver1 to UPS-Webserver2 means that Webserver1 can fence (cut the power to) Webserver2 if the cluster software decides that it is necessary. If my UPSes were able to
2012 Feb 13
2
rsync ing files within an apache cluster - newbie
Dear All,??
Background information:?
i have a cluster of 14 apache servers running behind a load?balancer?.hits to the server are random, there's no master webserver so uploads to the website may land on app server 1..14 depending on where it landed by the load balancer.
What i need help with:
i want to have all the "uploaded files" in all webservers to be in sync.here's a
2017 Feb 10
0
NUT configuration complicated by Stonith/Fencing cabling
On Sun, 5 Feb 2017, Tim Richards wrote:
> Setup: Active/Passive Two Node Cluster. Two UPSes (APC Smart-UPS 1500 C)
> with USB communication cables cross connected (ie UPS-webserver1
> monitored by webserver2, and vice versa) to allow for stonith/fencing
>
> OS OpenSuse Leap 42.2
> NUT version 2.7.1-2.41-x86_64
> Fencing agent: external/nut
>
> Problem: When power
2009 Dec 01
3
Duplicate definition on the same line and in the same file ?
Hi,
I''m trying to add libapache2-mod-php5 as a dependency in my php5 module here is what I get
info: Loading facts in raidcontroller
info: Loading facts in raidcontroller
debug: Format s not supported for Puppet::Resource::Catalog; has not implemented method ''from_s''
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition:
2017 Feb 13
2
NUT configuration complicated by Stonith/Fencing cabling
On 02/13/2017 04:39 PM, Charles Lepple wrote:
> On Feb 13, 2017, at 8:08 AM, Tim Richards <tims_tank at hotmail.com> wrote:
>> Feb 13 23:11:42 systemd[1] Starting LSB: UPS monitoring software (deprecated, remote/local)...
>> Feb 13 23:11:43 usbhid-ups[2093] Startup successful
>> Feb 13 23:11:43 upsd[1 932] Starting NUT UPS drivers ..done
>> Feb 13 23:11:43 upsd[21
2020 Mar 24
2
[Feature Request] Add (and check against) IP to known_hosts even when domain is used to connect
Hello Bob and thank you for your reply,
first of all I hope that I'm answering in the right way since I had
enabled the daily digest and I'm not sure if it's the right way to use
Thunderbirds "Reply List" feature on this digest. If it's wrong this way
I apologize. I turned of the daily digest so my next messages should be
correct.
> Are you aware of HostKeyAlias?
2008 Jan 30
2
Installation and config; not found driver
Hi all.
I'm under Ubuntu 7.10 server
I use a SALICRU UPS Advance
I install nut and nut-usb, write some config files, but i cannot connect to
UPS.
At ups.conf i wrote:
[salicru]
driver = newhidups
port = auto
desc = "Desc"
But if try to make "sudo upsdrvctl start" it said: No matchin HID UPS found
If i write "lsusb" appears:
Bus 001: Device 007: Id
2013 Jun 28
3
Samba4 AD and mail auth
Hi list
Does anyone has experience in setting up dovecot or any other mail
system with user auth against a Samba4 AD ? If yes could I get some
advice on that Topic or even a link to a ressource where I can get some
Information. Googled a lot but didn't find something yet.
Thankx in advance.
--
Mit freundlichem Gru?
Carsten Laun-De Lellis
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49
2016 Aug 26
2
Point-and-Print driver installation asks for confirmation on current Windows
Hello,
when deploying drivers via Point-and-Print recent Windows (tested with
Windows 10 1607) asks the user to confirm the driver installation. An
appropriate Policy [1] is set up so that no user interaction should be
required for the driver installation.
There are similar reports [2,3] that identify updates KB3163912,
KB3172985 and KB3170455 causing these issues. However, Windows 10 1607
2005 Jun 14
2
Questions about contexts
I'm trying to clarify contexts and their uses. I do have a good
general understanding of them. My question is about "undeclared"
and "non-existant" contexts.
If I have a block somewhere (in sip.conf, for example), and it
has no "context=thiscontext" field, does it just automatically
use the "default" context? Or is this settable? (I see there is
an
2010 Jan 12
2
[patch] Automatically add keys to agent
My keys are secured with a passphrase. That's good for security, but
having to type the passphrase either at every login or at every
invocation of ssh(1) is annoying.
I know I could invoke ssh-add(1) just before invoking ssh(1), if I keep
track of whether I invoked it already, or write some hacky scripts; but
the rest of OpenSSH is wonderfully usable without any hacks.
Hence, this patch.
2003 Dec 01
0
No subject
remove unix password sync = yes
Reply on a question....
http://www.mail-archive.com/redhat-devel-list@redhat.com/msg04223.html
Good Luck,
Ries
Return-Path: <ries@franksintl.nl>
Delivered-To: samba@lists.samba.org
Received: from tiny.int.franksintl.nl (goblin.franksintl.nl
[195.193.231.154]) by lists.samba.org (Postfix) with ESMTP id
6771C4AC8 for <samba@lists.samba.org>; Thu, 17
2003 Dec 01
0
No subject
\\Pettit
Connect As:
Password:
On the server side, I didn't get far because the domain name come up NULL so
it failed on that test.
Below are two logs log98.txt and log2000.txt that show full debug info.
I might just have a stupid configuration or installation mistakes. I am sure
that my basic configuration must work since it is a very typical setup.
Any help will be highly appreciated
2003 Dec 01
0
No subject
Edit the file called src/EDITME and put the result in a file called
Local/Makefile.
Then you may proceed ... and next time ... you post an error message you
may want to be specific ... not "or something like that" ...
On Mon, 21 May 2001, Mager Charles WB wrote:
> Again another email ALMOST off the point, but not quite. The first question,
> which is to do with samba, is - How
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC.
So, shouldn't winbind_lookup_sid() be succeeding. Should I be
trying to track the failure in that code?
In case it's helpful, ldd /usr/sbin/smbd shows:
libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libpam.so.0 => /lib/libpam.so.0 (0x40030000)
libc.so.6 =>
2003 Dec 01
0
No subject
it were a Microsoft box... (Windoze is so stupid it'll never know the
difference!)
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org] On
Behalf Of Fred Jackson
Sent: Monday, July 30, 2001 10:39 PM
To: samba@lists.samba.org
Subject: a question?
Hi
does the command line
smbpasswd -j <domain> -r <PDC>
apply to clients joining a