search for: mastering

Displaying 20 results from an estimated 32863 matches for "mastering".

Did you mean: altering
2016 Nov 16
3
LLD: time to enable --threads by default
On 16 November 2016 at 15:52, Rafael Espíndola <rafael.espindola at gmail.com> wrote: > I will do a quick benchmark run. On a mac pro (running linux) the results I got with all cores available: firefox master 7.146418217 patch 5.304271767 1.34729488437x faster firefox-gc master 7.316743822 patch 5.46436812 1.33899174824x faster chromium master 4.265597914 patch
2011 Dec 18
0
Latest git build errors
These are the errors I'm receiving on the latest git build of samba 4. I'm using SuSE 12.1 and compiled with: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error: Unable to determine origin of type `struct dom_sid0' /home/jason/Downloads/samba-master/librpc/idl/eventlog.idl:108: error:
2016 Nov 17
3
LLD: time to enable --threads by default
SHA1 in LLVM is *very* naive, any improvement is welcome there! It think Amaury pointed it originally and he had an alternative implementation IIRC. — Mehdi > On Nov 16, 2016, at 3:58 PM, Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > By the way, while running benchmark, I found that our SHA1 function seems much slower than the one in gold. gold slowed down by
2016 Nov 17
2
LLD: time to enable --threads by default
The current implementation was “copy/pasted” from somewhere (it was explicitly public domain). > On Nov 16, 2016, at 4:05 PM, Rui Ueyama <ruiu at google.com> wrote: > > Can we just copy-and-paste optimized code from somewhere? > > On Wed, Nov 16, 2016 at 4:03 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > SHA1 in LLVM is
2009 May 10
1
current master browser UNKNOWN
Hi all. I have a problem. I'm trying to let samba run as WINS server and as domain master. But if I run nmbd in debug mode it says: dump workgroup on subnet UNICAST_SUBNET: netmask= 10.8.0.1: FREAKYYDE(1) current master browser = UNKNOWN MASTER 40899a03 (master server) the servers hostname is master. i've tried to explicitly set it in the config but it
2014 Oct 28
2
basic configuratio error
Hello list, After many hours I still fail to configure properly dovecot as the LDA with opensmtpd, for system users only. I don't want pop at all, jus lmtp and imap, but still haven't stripped it. Here is the info, thanks in advance for your response: ===== # doveconf -n # 2.2.14: /etc/dovecot/dovecot.conf # OS: OpenBSD 5.6 i386 auth_verbose = yes auth_verbose_passwords = yes
2005 Jul 14
2
Can't get Master/ Server Relay to work
Oddsock: Thanks for the new windows exe . I'm trying to get the master / server relay to work. Here's the master-server entries from the xml file on the slave: <master-server>38.116.36.8</master-server> <master-server-port>8000</master-server-port> <master-update-interval>120</master-update-interval>
1998 Aug 10
3
Samba and the PDC are fighting for being the Browse master, why?
Hello, in my log.nmb I regularly see these messages: process_local_master_announce: Server GUTENBERG at IP 192.168.35.90 is announcing itself as a local master browser for workgroup PIEZO and we think we are master. Forcing election. 1998/08/10 12:57:03 ***** Samba name server FAURE has stopped being a local master browser for workgroup PIEZO on subnet 192.168.32.1 ***** 1998/08/10
2013 Nov 08
1
Problem with master user
Hello. I have problem as below: Nov 8 10:41:52 store1 dovecot: auth: Debug: auth(master at example.com,::1,master,</qEuMafqyAAAAAAAAAAAAAAAAAAAAAAB>): Master user lookup for login: jkrzyz at example.com Nov 8 10:41:52 store1 dovecot: auth: Debug: passwd-file(master at example.com,::1,master,</qEuMafqyAAAAAAAAAAAAAAAAAAAAAAB>): lookup: user=master at example.com
2013 Aug 07
1
puppet-3.2.2 runs fine - but doesn't work. 2.7.22 works fine.
Hi, I''ve setup a puppet-3.2.2 master, on a new server, and I''ve updated 1 server (agent) to 3.2.2 as well - and when I run that against the new master (where I''ve copied my /etc/puppet folder over incl. modules etc.), the client removes all facts etc. and does absolutely nothing. I''ve tried to change the manifest - but nothing is done anyways. I''m
2018 May 30
0
use instance-name for syslog?
Hi! On Thu, 31 May 2018 00:44:58 +0900, A. Schulze wrote: > When running multiple instances of dovecot on the same host (or running multiple docker container), > it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot" > It is hardcoded here: >
2018 May 30
3
use instance-name for syslog?
Hello, When running multiple instances of dovecot on the same host (or running multiple docker container), it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot" It is hardcoded here: https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420 Would it make sense to use the already implemented
2010 Aug 15
3
Master User Features I'd like to see
Here's what I'd like. Limited master users, where someone can be a master users for some domains but not others. I think I could do what I want with the right kinds of variable passing that doesn't yet exist. Let me see if I can explain clearly. From the example in the wiki: auth_master_user_separator = * passdb { driver = sql args = /etc/dovecot/dovecot-sql-master.conf.ext
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
Hi, I''m currently trying to debug a performance issue I''m having. Therefore I would need "DEBUG" output. When using one puppetmaster process, this is fairly easy by starting it like this: > puppet master --no-daemonize --debug Now I need to see this debug output when running puppetmaster the way I ususally do - using Apache/Rack/Passenger. After looking
2004 Dec 03
2
master or client
Hello, Dovecot auth protocol 1.0 defines differend command sets for client and master. How can a daemon distinguish a master connection from a client connection? Clients do send CPID and master does not. I have following auth configuration: auth external { socket connect { master { path = /var/state/dovecot/login/master-auth } } } I try to learn my authentication daemon to
2013 Sep 20
3
Puppet nodes unable to send report to Puppet Master running under Passenger
Hello all, I recently switched to running puppet master using Passenger. However, I am seeing agents unable to send reports after a bunch of ''master'' processes starting to accumulate and eat all the RAM and swap space. Error: Could not send report: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head>
2014 Aug 13
2
MySQL - replication - how to restore master?
Hello, We have MySQL running as a master which is replicating to a single slave server. We are, however, considering what is required when a 'disaster' of some sort happens to either server. By disaster, this could be some event which requires the entire server to be rebuilt, and which would usually include restoring from nightly backups directories such as '/var/lib/mysql' and
2012 Aug 13
2
[PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting
Sharing an installed copy of dovecot between several users each running a daemon within their own account (or using the same binaries for a system daemon and a user daemon) is difficult because the compile-time directory PKG_STATEDIR (typically /var/lib/dovecot) is hard-coded as the location of things like the ssl-parameters.dat file and the replicator database. Replace all these uses of
2016 Jul 22
4
[RFC] One or many git repositories?
On Fri, Jul 22, 2016 at 3:40 PM, Daniel Sanders via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Do you have an example in mind? I'd expect them to rely on each 'master' > being > an improvement on 'master^'. I wouldn't expect them to be interested in how > 'master^' became 'master'. > I would love it if each master commit was an
2011 Dec 02
12
puppet master under passenger locks up completely
I came in this morning to find all the servers all locked up solid: # passenger-status ----------- General information ----------- max = 20 count = 20 active = 20 inactive = 0 Waiting on global queue: 236 ----------- Domains ----------- /etc/puppet/rack: PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m