Displaying 20 results from an estimated 1000 matches similar to: "Patch to NUT 2.6.0 two fix two issues"
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
Here is patch 1 of 2. Roger
diff -rup nut-2.7.4.orig/clients/upsmon.c nut-2.7.4.dev/clients/upsmon.c
--- nut-2.7.4.orig/clients/upsmon.c 2015-12-29 13:08:34.000000000 +0100
+++ nut-2.7.4.dev/clients/upsmon.c 2016-07-01 09:46:21.567766415 +0200
@@ -525,6 +525,18 @@ static int get_var(utype_t *ups, const c
numq = 2;
}
+ /* Subcommands for polling SIGUSR1, SIGUSR2 RP */
+ if (strcmp(var,
2001 Jan 04
2
Patch to allow openssh-2.2.0-p1 to be started from /etc/inittab
The following patch allows OpenSSH 2.2.0-p1 to be started (and managed)
from /etc/inittab (by "init") on systems which support that. This is
useful when you *really* want SSHD to always run since it will be
automatically restarted by "init" if it dies (and if "init" dies the
the systems dies :-).
I use a line (in /etc/inittab) like this on Solaris systems:
2002 Mar 26
1
Two patches for OpenSSH 3.1p1
Please find enclosed two patches for OpenSSH 3.1p1.
The first patch solves a problem where sessions will be left "hanging"
when you normally exit from a ssh shell (for example by logging out from
the remote host via "exit" or "logout"). The problem seems to be that sshd
(and some other parts of OpenSSH) doesn't check the return code and errno
from waitpid() for
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not
be done by default. Most users probably don't know about the problem
of burning batteries, as it is not very common.
A potential problem with Eric Wilde's patch is that it is not general
enough; some UPS models have an boolean OVERHEAT flag although they
don't report the actual temperature. So the UPSOVERTEMP
2011 Jun 15
1
Waiting for authentication process to respond..
Hmm... I'm seeing a lot of:
> * OK Waiting for authentication process to respond..
> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=GSSAPI AUTH=GSS-SPNEGO] Welcome
to the IFM Dovecot Mail Server.
when IMAP clients connect to our server (ie that "Waiting for.." message
before the login OK message).
Now, most
2015 Dec 15
2
Assert failure in 2.2.20: imap-fetch.c:554 (ctx->client->output_cmd_lock || ctx->client->output_cmd_lock == cmd)
Just got another core-dump from Dovecot's imap process on our mail server.
Dovecot 2.2.20
Solaris 10 / x86
Maildir
Output from syslog:
Dec 14 10:58:12 mail dovecot: [ID 583609 mail.crit] imap(oling): Panic: file imap-fetch.c: line 554: assertion failed: (ctx->client->output_cmd_lock == NULL || ctx->client->output_cmd_lock == cmd)
Dec 14 10:58:15 mail dovecot: [ID 583609
2002 Mar 29
1
Two patches for OpenSSH 3.1p1 (fwd)
Can I get people from other platforms to test the waitpid.patch to see
if it solves hang-on-exit on their platform?
I can confirm Solaris at this moment (but I've not done heavy testing at
this moment) that is works like a charm (Solaris 7). It handles 'sleep
90&' vs 'nohup sleep 90&' correctly (killed, vs left).
thanks.
- Ben
---------- Forwarded message
2018 Jan 17
0
Samba46 Listen queue overflow in FreeBSD 11.1
Ah. Anyway, the patch is pretty straight forward (and you could probably write a better one :-). But anyway, here’s a link to a web page where it can be downloaded from in case someone else needs it / wants to have a look:
https://people.ifm.liu.se/peter/patches/samba/ <https://people.ifm.liu.se/peter/patches/samba/>
(socket_listen_backlog.patch)
It’s based on Samba 4.7.3 currently.
—
2008 May 14
2
Dovecot crash in 1.0.9
I've been having a problem with a crashing Dovecot the last couple of
months where it
crashes after a couple of weeks of uptime. Been a bit difficult to
diagnose. Anyway,
we're now running 1.0.9 on a Sun Fire T1000 running Solaris 10.
Any good ideas on how to pin-point the problem?
- Peter
Here's the output from syslog when the last crash happened:
May 14 11:46:50 ifm.liu.se
2008 Sep 09
2
Panic in Dovecot 1.1.3: index-mail.c: line 1091: assertion failed: (!mail->data.destroying_stream)
Dovecot 1.1.3
Solaris 10
SPARC (Sun Fire T1000)
Compiled with Sun Studio 12 compilers.
Maildir on NFS
Indexes on local disk (UFS).
'dovecot -n' output attached.
IMAP process crashes for certain (many, but not all) users when
accessing certain folders (in the example below, in crashes when
accessing my INBOX, about 1700 mails). I could access other
mailboxes without problems. And a simple
2010 Nov 16
0
Still have problems with secure NFS and Kerberos
Both pc13267 and pc14113 run CentOS 5.5. On pc14113, my test user gets a
home directory when logging in, but not on pc13267. But why?
All logs below are from /var/log/messages. I have removed dates and
stuff from the beginning of lines to make them more readable, and then
grouped lines about the same thing from both machines.
> pc13267 Using keytab file '/etc/krb5.keytab'
>
2008 Jun 12
0
idmap ldap winbind core dump
My samba machine authenticates logins from our AD domain and stores
SID->UID mappings with idmap_ldap. Every couple of days winbind
crashes, though not regularly. It's not linked to new users logging
into our machine, though it might be new users being added to the
domain (I don't control the domain). The core dump seems to indicate
an LDAP problem. I found some similar
2009 Mar 08
1
idmap uid allocation problem
Hi, we've had a machine happily authenticating to an ADS domain for
about a year now, and it's recently stopped working (possibly due to
changes in the domain or a samba upgrade, unfortunately I'm not sure).
We're using an ldap idmap backend running on the local machine.
Now though, new domain users can't log in. Running "wbinfo -i newuser"
returns an error.
2000 Aug 21
0
Rewritten script /etc/init.d/tinc
THis is the modified script that came with tinc 1.0pre2, and it now uses ifconfig in stead of
ip-route.
I changed the syntax to be correct (may already have been fixedin a newer version), it now checks
whether or not there is a '/dev/tapX' or a '/dev/netlink/tapX' and it checks if there is a module or
not.
I also added the force_connect and the reload options. Force_connect send
2010 Oct 21
2
Mount/automount fails with krb5-enabled nfs4
I have a problem that is driving me crazy. Our nfs server is running
Solaris. Most clients mount directories from it with no problems, but
not all. All clients that have problems run CentOS (5.4 and 5.5). I've
found one or two of each version that fail, but also a couple of each
version that work.
The mounting is done for user home directories via autofs but that
doesn't seem to make any
2007 Sep 05
1
Timeout while waiting for lock for transaction log file
I have a user that gets client timeout errors when he tries to
delete/clean up his massive "Spam" folder (many thousands of mail messages).
He uses Thunderbird and has it configured to use "Move to Trash" when
he deletes messages.
I find the following in Dovecot's log file when it happens:
Aug 28 10:38:22 ifm.liu.se dovecot: [ID 107833 mail.error] IMAP(bpn):
Timeout
2007 Oct 30
1
axis title on two lines
Hello,I am searching for the possibility to make a two lines axis title. This suggestion:ylab=expression(paste("log rate\n[ fluor.",inc. %.% cell^{-1} %.% sec^{-1}," ]"))results in two lines left not centered and with a large gap.any suggestions.ThanksMarcel
______________________________________________________________________________
Marcel Sandow
Leibniz Institute of
2005 Sep 22
2
repeatable disconnections when rsyncing over ssh
Hi,
I have a problem with rsyncing large data sets (consisting bunch of small
files) over ssh.
rsync 2.6.6 on both sides. Linux 2.6.10 on receiving side, 2.6.12.6 on sending
side.
This strace is from rsyncing over 2Mbit link but I can repeat it over 100Mbps
lan, too (while testing on lan 2.6.11.3 was on sending and 2.6.12.6 on
receiving side).
I wonder what can be problem here? Some
2005 Oct 23
0
FC4 + nut => shutdown sequence conundrum
Summary
=======
I have encountered problems with the nut shutdown sequence using the
directory structure in the packages for Fedora Core 4.
These problems occur when the /var file system is mounted as a separate
volume.
I have done some investigation and think that I have an answer, but I need
verification from someone who has more experience from nut on a wider
variety of systems.
I want to
2009 Mar 27
3
Ploting a matrix
Hi evrybody,
in a matrix consisting of 49 columns, I would like to plot all columns
against the first in 48 different graphs.
Can you help me?
Thank you in advance
Sebastian
--
***************************************************************************************************************
Dipl. Biol. Sebastian Krug
PhD - student
IFM - GEOMAR
Leibniz Institute of Marine Sciences
Research