Displaying 20 results from an estimated 4000 matches similar to: "[Bug 857] off-by-one error in setting argv[0]"
2004 Aug 20
1
[Bug 857] off-by-one error in setting argv[0]
http://bugzilla.mindrot.org/show_bug.cgi?id=857
Al.Smith at gold.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Al.Smith at gold.net 2004-08-21 03:43
2008 Sep 19
1
Trouble with difftime()
Hello again,
I'm interested in manipulating some date objects, and have been
playing with the difftime function. I'm not sure that this is the desired
behavior:
> pa$days.before.apr30 <- difftime(may01,as.POSIXct(pa$training.max,origin=as.POSIXct("1969-12-31 16:00:00",tz="PDT")),units="days")
> units(pa$days.before.apr30)
[1] "days"
>
2014 May 05
2
Broken IMAPS Connects Create Lingering imap-login Processes
Hello everyone,
we are running a central server (CentOS 6.5, dovecot-2.0.9-7.el6 with a
small patch to disable the IMAP CREATE command, and
openssl-1.0.1e-16.el6_5.7) and distribute standard client software to
customer( site)s.
The clients do IMAPS connects in regular intervals (no IDLE, no
lingering logins) and authenticate with certs issued by a dedicated PKI
("auth_ssl_username_from_cert
2017 Apr 20
2
asterisk as non root
root at PBX: /var/www/html $ /etc/init.d/asterisk start
[ ok ] Starting asterisk (via systemctl): asterisk.service.
root at PBX: /var/www/html $ ps aux | grep asterisk
asterisk 1007 0.7 2.3 67128 23748 ? Ssl Apr19 8:49
/usr/sbin/asterisk -U asterisk -G asterisk
root 4186 0.0 0.1 4192 1992 pts/0 S+ 17:30 0:00 grep
asterisk
root at PBX: /var/www/html $
2011 Feb 07
1
[PATCH] ssh: set proctitle for mux master
Preserving the command line from the invoking ssh command doesn't
make much sense, so use setproctitle() to hide the arguments.
---
ssh.c | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/ssh.c b/ssh.c
index d32ef78..8ebcc88 100644
--- a/ssh.c
+++ b/ssh.c
@@ -230,12 +230,25 @@ main(int ac, char **av)
struct servent *sp;
Forward fwd;
- /* Ensure
2009 Dec 09
1
Compiling dovecot 2.0 revision 10435:73679e39f072 on AIX
Trying to compile and getting this error:
"process-title.c", line 139.14: 1506-045 (S) Undeclared identifier argv_memblock.
"process-title.c", line 140.14: 1506-045 (S) Undeclared identifier environ_memblock.
gmake[4]: *** [process-title.lo] Error 1
HAVE_SETPROCTITLE is undefined in config.h
-Jonathan
-------------- next part --------------
A non-text attachment was
2013 Oct 09
3
[Bug 857] New: ConnLimit unable to work properly
https://bugzilla.netfilter.org/show_bug.cgi?id=857
Summary: ConnLimit unable to work properly
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: RedHat Linux
Status: NEW
Severity: critical
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
2011 Mar 28
15
[Bug 1883] New: use setproctitle for persistent mux master
https://bugzilla.mindrot.org/show_bug.cgi?id=1883
Summary: use setproctitle for persistent mux master
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2015 Apr 07
2
Sieve, multiple addresses, and variables
Hi,
I have another sieve question, this time about setting variables.
I join a lot of mailing lists at ietf.org. I thought it'd be handy to
filter these all into a common folder and then into individual
folders, without having to configure each mailing list independently.
So wrote this (this is just a part, obviously):
require ["envelope", "variables",
2013 Apr 09
2
R crash
I have a generalized linear model to solve. I used package "geepack". When
I use the correlation structure "unstructured", I get a messeage that- R
GUI front-end has stopped working. Why this happens? What is the solution?
The r codes are as follows:
a<-read.table("d:/bmt.txt",header=T")
2012 Sep 17
0
CentOS-announce Digest, Vol 91, Issue 11
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2011 Aug 24
0
Time-limited calls -- revisited
I have got time-limited calls with a warning announcement working now .....
almost. Something is going slightly wrong, because the call file that gets
created to trigger the announcement is persisting even after both ends of the
call have hung up.
When a code is dialled, the user enters the context "time-limited-call". An
announcement is played and the user then dials the number
2013 Sep 20
0
CentOS-announce Digest, Vol 103, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2014 Nov 28
0
day night service toggle
On Thursday 27 Nov 2014, Control Oye wrote:
> Hi,
>
> I need dialplan to set INCOMING call forwarding during lunch break to my
> secretary.
>
> I want that I can set call forwarding by dialing an extension number to
> turn it ON or OFF.
>
> I am using asterisk 11.
What you need to do is, set a global variable from within your dialplan, to
indicate whether you are at
2015 Apr 08
0
Sieve, multiple addresses, and variables
On 4/7/2015 10:48 PM, Andrew Sullivan wrote:
> Hi,
>
> I have another sieve question, this time about setting variables.
>
> I join a lot of mailing lists at ietf.org. I thought it'd be handy to
> filter these all into a common folder and then into individual
> folders, without having to configure each mailing list independently.
>
> So wrote this (this is just a
2007 Feb 10
0
[857] trunk/wxruby2/swig/common.i: Add test for suitable version of wxWidgets library
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2012 Jan 16
1
Starting things off without a dial tone
Is it possible to make Asterisk jump into action and play a sound file as soon
as a handset is lifted, instead of providing a dialling tone and waiting for
the user to dial an extension?
--
AJS
Answers come *after* questions.
2009 Mar 18
3
fill_share_mode_lock failed
Hallo,
the subject says everything
the error is comming every now and then.
the system is a ubuntu server intrepid
the samba server uses ldap
version is 3.2.3
mounted with:
/dev/sde1 on /home type ext3 (rw,relatime,acl)
the clients windows xp prof (SP3)
the log
2009/03/18 13:20:41, 3] locking/locking.c:fetch_share_mode_unlocked(857)
2001 Jul 01
1
Compile error in x86 Solaris
Hello,
I got these errors during compile wine-20010629 in x86 Solaris
make[2]: Leaving directory `/d1/wine-20010629/miscemu'
gcc -o wine miscemu/miscemu.o -L./dlls -lntdll -L./library -lwine
-L./unicode -lwine_unicode -lsocket -lnsl -lm
make[1]: Entering directory `/d1/wine-20010629/debugger'
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC
2014 Nov 19
2
New mailserver problems
Well, in part we will see if you get this and I get the return.
I JUST launched my new mail server after a few miscues. Actually the OS
is Redsleeve6, which is the arm port of Centos 6, and perhaps some of my
problems may come down to porting problems. But first, it may be that
despite my testing, I missed something in the configurations.
First clamd problems:
Nov 19 08:09:54 z9m9z