Displaying 20 results from an estimated 84 matches for "openlogic".
Did you mean:
openlog
2020 Aug 18
1
Re: [PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
On 8/18/20 5:50 AM, Richard W.M. Jones wrote:
> Especially on Windows, some common functions are missing. Use the
> autoconf LIBOBJS mechanism to replace these functions.
>
> This includes replacement functions for:
>
> Function names Implementation Origin
>
> getdelim, getline general purpose NetBSD under a compatible license
>
> openlog,
2009 Dec 12
7
Red Hat commercial support for CentOS/Fedora
Someone told me that if you have a CentOS or Fedora server, you can pay a
Red Hat yearly fee and get them to support it (because the environments are
so similar).
Can anyone here substantiate this claim?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091211/03c9856b/attachment.html>
2018 May 31
3
use instance-name for syslog?
> On 30 May 2018, at 19.08, SATOH Fumiyasu <fumiyas at osstech.co.jp> wrote:
>
> 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
2000 Oct 30
2
Minor fixes for openssh-SNAP-20001028
I've attached a patch for openssh-SNAP-20001028 which fixes the
following two problems:
1) I fixed fixpaths to complain instead of failing silently if it
can't write the output file.
2) I changed log-server.c to use av0 as the first argument to
openlog(). I also made sure it called openlog() before the TCP
wrapper stuff, because libwrap calls syslog() and winds up using
the
2005 Dec 29
2
They help me please!!!
...a Core 4/5, however I do not obtain to make to
function the versions of xen for this. The problem is that when xen does
not break, is the net (xen-br0) that it does not function... Somebody would
have the RPMs functional that they could send me?
He would be very grateful,
--
Leonardo Pinto
listas#openlogic dot com br
________________________________________________
Mensagem enviada usando OpenLogic WebMail 2.7.2
2014 Jul 31
0
[PATCH 1/3] __progname is provided by libc
From: Thorsten Glaser <tg at mirbsd.de>
Rename local variable to tftpd_progname to avoid a clash with glibc
global symbols and work around Debian bug #519006 (Closes: #564052).
Signed-off-by: Ron Lee <ron at debian.org>
---
tftpd/tftpd.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 88d2812..91f5ae1 100644
---
2008 Jul 31
4
syslog with PID
Hi,
LOG_NDELAY is the only option for openlog() in dovecot 1.1.2.
Wouldn't be
LOG_NDELAY|LOG_PID as option parameter much more useful?
Without logging
the pid, it is impossible to match 'Disconnected' log entries and the
corresponding session start/login. Therefore I suggest to use
LOG_NDELAY|LOG_PID
in the options of i_set_failure_syslog() at all 6 occurrences which passes
it
2017 Jul 24
8
syslog from chrooted environment
I have a somewhat busy sftp server where the users are all chrooted into
their home directory. In order to log all the commands they enter, I
have to create a /dev/log entry and hard link in their home directory so
that syslog works for their commands
Match user *
ForceCommand internal-sftp -f local1 -l verbose
Everything works, but its a bit of a pain if someone restarts syslogd
and forgets
2009 Dec 08
2
Does CentOS provide commerical support ?
Hi ,
I wanted to know about any commercial support for centOS 5.3 like kernel
customization and others from centOS community or developers. Please
provide information on the same
Regards,
Premraj M
Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or
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
2020 Aug 18
0
[PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the
autoconf LIBOBJS mechanism to replace these functions.
This includes replacement functions for:
Function names Implementation Origin
getdelim, getline general purpose NetBSD under a compatible license
openlog, syslog, Win32 written by me
vsyslog
realpath Win32 written by me
2020 Aug 20
0
[PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the
autoconf LIBOBJS mechanism to replace these functions.
This includes replacement functions for:
Function names Implementation Origin
getdelim, getline general purpose NetBSD under a compatible license
openlog, syslog, Win32 written by me
vsyslog
realpath Win32 written by me
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org>
Hi,
I've just taken over maintaining the packages for this in Debian,
and we've been carrying a couple of patches for a while now that
really should have been forwarded since they're clearly not distro
specific. I added a third one to that yesterday to fix another
autoconf build 'race' seen when doing parallel builds.
Cheers,
Ron
2017 Feb 20
3
[Bug 2681] New: postauth processes to log via monitor
https://bugzilla.mindrot.org/show_bug.cgi?id=2681
Bug ID: 2681
Summary: postauth processes to log via monitor
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2016 Mar 28
2
Is it possible to extend log message?
Hello folks,
Is it possible to extend log message as large as PATH_MAX?
Current length of message format including file path is small against linux PATH_MAX, 4096.
diff --git a/log.c b/log.c
index ad12930..95df4a9 100644
--- a/log.c
+++ b/log.c
@@ -359,7 +359,7 @@ log_redirect_stderr_to(const char *logfile)
log_stderr_fd = fd;
}
-#define MSGBUFSIZ 1024
+#define MSGBUFSIZ 5192
void
2020 Aug 20
1
Re: [PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
On 8/20/20 6:37 AM, Richard W.M. Jones wrote:
> Especially on Windows, some common functions are missing. Use the
> autoconf LIBOBJS mechanism to replace these functions.
>
> This includes replacement functions for:
>
> Function names Implementation Origin
>
> getdelim, getline general purpose NetBSD under a compatible license
>
> openlog,
2017 Jul 11
1
Azure Centos Images
Hello,
I was wondering if there is any plan to support an official image for the
Microsoft Azure cloud platform? Currently there is a third party publisher
"OpenLogic" providing an Centos image but I don't know who they are. Redhat
is providing a RHEL 7.3 template and Canonical is providing Ubuntu.
I see that a comprehensive set of AMI's are maintained for Amazon Web
services.
https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-...
2018 Jun 01
0
use instance-name for syslog?
On Fri, 01 Jun 2018 03:40:07 +0900,
Timo Sirainen 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:
> >>
2005 Dec 22
0
RE: "netdev watchdog" error and non-working sis900network card - solution
Yes, acpi=off seems to have decided my problem of instability. Soon, then I
will be returning the HD in the machine in production and I dispatched by
post the result.
--
Leonardo Pinto
listas#openlogic dot com br
> The troubles went away when adding kernel options "noapic
> acpi=off" to
> the modules grub line.
>
> Both noapic and acpi=off make big difference to the machine
> setup - it would probably be a good idea to figure out which
> one makes the difference....
2010 Jul 28
1
System Admin
Hello,
I have this website hosted on a CENTOS box.
I would like to find someone who can:
-monitor the server (and even monitor MySQL if possible)
-optimize it
-fix problems
-manage backups
-migrate it to another hosting company if that is necessary.
I understand openlogic might offer some of the services above. I already
contacted them and waiting for a reply.
But I thought maybe someone here can offer me some advice on this matter. I
cannot afford a full-time system admin. But I should be able to afford 1-2
days a week.
Thanks,
Haluk
-------------- next part ----...