search for: bucks

Displaying 20 results from an estimated 781 matches for "bucks".

Did you mean: sucks
2020 Oct 01
3
CTDB Question w/ Winbind
Martin, Here you go, # echo "mypassword" | net --no-dns-updates -U service-account-name ads testjoin domain.local kerberos_kinit_password NETBIOS_NAME$@DOMAIN.LOCAL failed: Client not found in Kerberos database Join to domain is not valid: The name provided is not a properly formed account name. On Wed, Sep 30, 2020 at 9:34 PM Martin Schwenke <martin at meltin.net> wrote:
2020 Oct 15
2
setlmasterrole in config
On Thu, Oct 15, 2020 at 09:01:01AM -0400, Robert Buck via samba wrote: > Can someone please respond to this question? We're unsure how to > persistently set these flags, which are VERY useful for performance from > what we see. We want to ensure that after reboot, particular nodes are > always set on (or others off). From the ctdb/doc/ctdb.1.xml man page file:
2020 Oct 12
2
setlmasterrole in config
How can setlmasterrole be set persistently? Is there a way to put it in some config file? If not, if setting it from the command line is the only option, what is the recommended approach to ensure it is set upon reboot? Thx -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212) 298-9624 ROBERT.BUCK at
2012 Feb 09
1
virsh migrate results in error: Timed out during operation: cannot acquire state change lock
Hi all, Hi have one computer hosting several VM, this particular server is in need of maintenance and has to be shutdown. In order to avoid disrupting the services provided by the VM I intended to migrate the VM to another computer. Computer 1 and 2 do not share any storage. So it is necessary to migrate not only the memory but also any data on the hard-drive. Both computers are running
2020 Oct 05
4
CTDB Question w/ Winbind
Hi Martin It seems as though, when I go from `clustering = no` to `clustering = yes`, if I do a domain join, it will fail. However, if I do a `systemctl restart ctdb` (knowing full well it will fail every time), if after this I add a sleep(15), then do a domain join, then do a `systemctl restart ctdb`, then the join will have worked, AND CTDB will start properly. So in a nutshell, in Ansible, -
2020 Oct 15
0
setlmasterrole in config
Hi Jeremy, and Martin, Digging in the code I think I figured it out (though untested). Here is my Ansible fragment. Is this correct for the property names? ... [legacy] realtime scheduling = false {% if ctdb_lmaster_capability is defined %} lmaster capability = {{ ctdb_lmaster_capability }} {% endif %} {% if ctdb_recmaster_capability is defined %} recmaster capability = {{
2020 Oct 01
0
CTDB Question w/ Winbind
And more information, wondering about DNS issues or DC issues... # wbinfo --ping-dc checking the NETLOGON for domain[MYDOMAINNAME] dc connection to "" failed failed to call wbcPingDc: WBC_ERR_DOMAIN_NOT_FOUND On Thu, Oct 1, 2020 at 9:21 AM Robert Buck <robert.buck at som.com> wrote: > Martin, > > Here you go, > > # echo "mypassword" | net
2020 Oct 06
3
Performance Question: Lots of Small Files vs One Large File
Is this a protocol issue? A decade ago I saw writes to small files less than 16k were awful, because the cost of opening and other file ops dwarfed writing actual content. So very small files should be slow, but these files are 10mb each. Or is this a Windows issue? If so, what's causing the problem? Just trying to understand. On Tue, Oct 6, 2020 at 2:39 PM Ralph Boehme <slow at
2008 Aug 06
2
Space Bucks gives an installation error
Hello, this is my first post in this forum and english isn't my mother tongue. So please, be gently with me. [Wink] Ok, now the problem. I run WINE 1.1.2 under Ubuntu 8.04 and try to install Space Bucks (german version). It's a cool game from 1996 for Win 3.1 and Win 95, but everytime I try to install the game, there pop up a window, which say > Error: Could not load 32-bit Smacker DLL. This happens a few time and the installation fails. Can anybody help me?
2020 Nov 04
2
CTDB DBDIR Options? Errors
Running into problems configuring different locations for the volatile and other database directories. Can someone provide a quick sanity check on what I'm doing below? Thank you. Given [database] volatile database directory = /var/cache/dbdir/volatile persistent database directory = /var/cache/dbdir/persistent state database directory = /var/cache/dbdir/state And given, [root
2007 Aug 17
1
Testing webservices in Integration Tests with Jamis Buck's recipe?
Hello, I''m using Jamis Buck''s recipe to do integration tests on an application, but I got a nil.recycle! error while doing a webservice call. This is the situation. def test_uploading_data invoke :upload, data invoke :upload, even_more_data real_user_session = new_session_as @real_user real_user_session.press_magic_button_to_enable_more_uploads invoke :upload,
2020 Nov 12
3
Getting CTDB dbstatistics in csv format?
Thanks, I'll do that. It might be a week or two. But I have solid C skills going back 25 years, and spent a decade doing C++. Let me know if there's a "getting started guide" for developers on the Samba project. Key tools to install, etc. I will need to spin up a VM to work in. Also, should chat with the CTO so he's aware. On Thu, Nov 12, 2020 at 4:46 AM Martin Schwenke
2020 Jul 15
3
Samba + Winbind : Kerberos Tickets
Hi Folks, We're in the process of setting up a Samba cluster (Samba+CTDB+etcd), and we (presently) using Winbind. We use AD. We're finding that the domain join (or kerberos ticket renewal) is unreliable. Every day we find Samba/Winbind is no longer joined to the domain. Now, we're in a bit of a learning curve here, and automating everything with Terraform + Ansible. We have yet to
2020 Aug 08
1
CTDB question about "shared file system"
On Sat, Aug 8, 2020 at 2:52 AM Martin Schwenke <martin at meltin.net> wrote: > Hi Bob, > > On Thu, 6 Aug 2020 06:55:31 -0400, Robert Buck <robert.buck at som.com> > wrote: > > > And so we've been rereading the doc on the public addresses file. So it > may > > be we have gravely misunderstood the *public_addresses* file, we never > read > >
2020 Oct 15
1
setlmasterrole in config
Hi Bob, On Thu, 15 Oct 2020 16:37:18 -0400, Robert Buck <robert.buck at som.com> wrote: > Digging in the code I think I figured it out (though untested). Here is my > Ansible fragment. Is this correct for the property names? > > ... > [legacy] > realtime scheduling = false > {% if ctdb_lmaster_capability is defined %} > lmaster capability = {{
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team, I'm working on a CTDB Prometheus Exporter. I have two questions... First, does anyone have an "internal" cheat sheet on the metrics and their descriptions? I didn't really see much online, or in the source code. Thanks -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212)
2020 Nov 04
0
CTDB DBDIR Options? Errors
This turns out to be an SELinux issue. Does anyone know the proper commands to restorecon or otherwise to set the SELinux policy for persistent/volatile database files moved to a different directory? Martin or Amitay? On Wed, Nov 4, 2020 at 9:02 AM Robert Buck <robert.buck at som.com> wrote: > Running into problems configuring different locations for the volatile and > other
2020 Oct 07
0
CTDB Question w/ Winbind
Hi Martin, you seem to do a lot of work on CTDB. Let me ask a question... Is there a way to segment CTDB/Samba to minimize chatter? Specifically, what I have in mind... In recent years advances have been made in distributed SQL databases (ideas which are applicable here) whereby the communication profile between peers are minimized, and synchronization is never necessary except in circumstances
2013 Sep 18
0
libvirt report error "error: End of file while reading data: Input/output error" when start domain
Hi, When I want to start a VM by virsh, report error: virsh start vm1 2013-09-18 05:52:06.809+0000: 12324: info : libvirt version: 1.1.1, package: 1.mcp8_0.1 (Koji, 2013-08-09-07:55:01, lnxmcp1) 2013-09-18 05:52:06.809+0000: 12324: debug : virLogParseOutputs:1334 : outputs=1:file:/var/log/virsh.log error: Failed to start domain vm1 error: End of file while reading data: Input/output error
2020 Nov 09
2
vfs readahead && windows server 2016/2019?
Quick question... The docs for vfs readahead mention Windows Vista, but what about modern Windows versions? Windows Server 2016 or Windows Server 2019? Thank you, -- BOB BUCK SENIOR PLATFORM SOFTWARE ENGINEER SKIDMORE, OWINGS & MERRILL 7 WORLD TRADE CENTER 250 GREENWICH STREET NEW YORK, NY 10007 T (212) 298-9624 ROBERT.BUCK at SOM.COM