similar to: feature request for setting alternative pidfile

Displaying 20 results from an estimated 8000 matches similar to: "feature request for setting alternative pidfile"

2020 Feb 12
0
feature request for setting alternative pidfile
> On 12/02/2020 17:43 Bjoern Jacke <lists2020 at j3e.de> wrote: > > > Hi, > > because of an unsupported combination of configuration parameters for > different dovecot services I looked into setting up two dovecot > instances with different configurations on the same host. It looks like > running two different dovecot instances on the same host is not easily
2020 Feb 10
2
starttls for some services only
Hi, I would like to disable offering starttls to clients for certain dovecot services. Background is that I want to do let a load balancer do the TLS stuff right on connect time and let dovecot only do plain imap without offering starttls (because the clients do imaps actually). Getting rid of the starttls feature offering works only if I set ssl = no globally only. Setting it in the service
2020 Feb 10
2
starttls for some services only
Hi Aki, On 10.02.20 17:03, Aki Tuomi wrote: > Try setting > > login_trusted_networks = lb-ip/32 > > See? > https://doc.dovecot.org/settings/dovecot_core_settings/#login-trusted-networks I do have login-trusted_networks set already. Along with the proxy protocol (haproxy_trusted_networks = lb-ip) I had to set login_trusted_networks to 0.0.0.0/0 actually because the proxy
2004 Jul 29
2
Winbind and case sensitivity (revisited)
Hi I've had a look through the archives and found this discussion on winbind and case sensitivity: http://lists.samba.org/archive/samba/2004-February/080321.html The issue is that winbind will in some cases return a username capitalized as per the NT database (ie when the user is looked up by uid), and in other cases as per the way the user typed it (ie when the user is looked up by
2013 Nov 11
4
[Bug 2169] New: command to remove outdated hostkey from known_hosts file wrong
https://bugzilla.mindrot.org/show_bug.cgi?id=2169 Bug ID: 2169 Summary: command to remove outdated hostkey from known_hosts file wrong Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: ssh
2016 Nov 24
17
[Bug 2643] New: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options)
https://bugzilla.mindrot.org/show_bug.cgi?id=2643 Bug ID: 2643 Summary: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options) Product: Portable OpenSSH Version: 7.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: major Priority: P5 Component: ssh
2018 Jan 08
0
Relationship between clang, opt and llc
@Sean, here is my summary of several tools. Format: (ID,tool, input->output, timing, customization, questions) 1. llc, 1 bc -> 1 obj, back-end compile-time (code generation and machine-dependent optimizations), Difficult to customize pipeline, N/A 2. LLD: all bc files and obj files -> 1 binary (passing -flto to clang for *.bc file generation), back-end link-time optimizations and
2018 Jan 08
1
Relationship between clang, opt and llc
On Jan 7, 2018 8:46 PM, "toddy wang" <wenwangtoddy at gmail.com> wrote: @Sean, here is my summary of several tools. Format: (ID,tool, input->output, timing, customization, questions) 1. llc, 1 bc -> 1 obj, back-end compile-time (code generation and machine-dependent optimizations), Difficult to customize pipeline, N/A 2. LLD: all bc files and obj files -> 1 binary
2007 Jan 29
6
Loop with string variable AND customizable "summary" output
Dear All, I am using R for my research and I have two questions about it: 1) is it possible to create a loop using a string, instead of a numeric vector? I have in mind a specific problem: Suppose you have 2 countries: UK, and USA, one dependent (y) and one independent variable (y) for each country (vale a dire: yUK, xUK, yUSA, xUSA) and you want to run automatically the following regressions:
2020 Oct 06
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
Hi All, I've listed the current topics of interest below, along with some notes on each. We only have 30 minutes so we'll barely scratch the surface of these during the BoF itself. My main aims are for you to meet each other, identify potential areas of collaboration, identify things that I can do to unblock you, and get the ball rolling on some conversations that we can continue on the
2005 Mar 28
1
Turnkey alternatives to fonality or switchvox?
Hey all, First-time poster and been following the list for some time. Great postings, all... Currently we're implementing the voipconnection vs-1 for a customer. It's a decent device, and the included admin interface leaves a lot to be desired... The idea of the storing settings compact flash is nice, although sometimes they choose not to stick. All in all, we're thinking about
2008 Apr 08
2
Can you add an option to select the ruby interpreter for rake task?
Hi all, My problem is that I''ve installed both ruby 1.8 (as ruby) and ruby 1.9 (as ruby1.9) on my system. I use spec/rake/spectask for my Rakefile. But the generated command is ruby -I.. blabla it should be "ruby1.9 -I... blabla", but after look at the code of spectask.rb, I found this line: ==> cmd = "ruby " rb_opts = ruby_opts.clone
2013 Aug 22
2
Automatic boot menu?
Hi, Now that Syslinux has ls.c32 and lua.c32, it should be possible to build a customizable boot menu in the bootloader itself, instead of generating it beforehand by hooking into the kernel installation/removal process. Sure that would not work over TFTP (no ls), but the already mentioned 20th century way would not either. Sadly, directory handling is not implemented in the embedded Lua
2013 Oct 22
2
[Proposal] Add ability to read authorized keys from shell script instead of file
File authorized_keys is unusable for mass key storage and manipulation. I wan to store keys in something like mysql server, but It will add big unwanted dependency to package. What if we use auth_rsa.c but instead search in file send key to some script and read sigle return value if key finded and empty if not. I think it will be very customizable. -- With Best Regards, Constantine
2003 Sep 10
1
newbie help.
Hello All, I am a newbie looking to learn about Asterisk. I'm new to IVR and all that goes with it. I would like to know if it is possible to grab the number of an incoming call, have Asterisk, or third party software return the call with an automated voice message allowing the original placer of the call to select another person to call (eg "Select 1 for Bob") then have
2006 Mar 30
1
disk drive sparing - questions not answers
I understand that ZFS provides fault data, via the zpool status command, that would (probably ??) allow a knowledgeable[0] zfs admin to determine (manually) when a zfs hardware element (today that''s usually called a "disk drive") might need "maintainence" or might need to be replaced. And there are sufficient features/facilities available in the current (b36+) release
2020 Feb 10
0
starttls for some services only
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Try setting </div> <div> <br> </div> <div> login_trusted_networks = lb-ip/32 </div> <div> <br> </div> <div> See <a
2009 Jun 24
3
distinguish regression lines in grouped, black and white lattice xyplot
Hi, I've got the following problem which I cannot think of a solution right now: if got a lattice xyplot in black and white and a grouping variable with many (more than 8 values) and I plot it as regression lines (type="r"), just like this one (not reproducable but that's I guess not the point here): xyplot(log(AGWB) ~ log(BM_roots), data=sub_agwb_data, groups=species,
2015 Apr 30
3
FW: [Bug 11241] different ids even when idmap.ldb copied. not abug..
Hello Bj?rn, I can totaly agree with that, having multiple users with the same id isnt what we want, but samba needs at some point root rights, for creating folders/files. Now we have a "chicken and the egg problem" which one comes first? At install of samba files and folders are created, by root. when installed, started samba and now we can assign a uid/gid to Administrator. But
2008 Jul 02
2
[LLVMdev] frontend support for cross-compilation?
Thanks Chris. I'll follow any ongoing discussion about this. Unless I'm missing something, customizable widths for integer types is necessary to achieve source-level compatibility with existing cross-compilers. It would be great to see the fronend being parameterized by integer widths at runtime. There would be no noticable loss of efficiency and this would avoid the obnoxious and