Displaying 20 results from an estimated 100 matches similar to: "2.0.12 ipwd.c does not compile under solaris"
2011 Apr 13
1
Solaris 10 Compilation Issue with 2.0.12 (actually post 12690) [WORKAROUND PROVIDED]
Greetings,
Post 12689:7f5735ab7c35 / 12690:02829f7f79c7 dovecot uses the reentrant version of get(password/group)* related functions. There are two variants of these functions on Solaris. To get the variant used by dovecot code based you need to define _POSIX_PTHREAD_SEMANTICS (see attached manual page).
Initially I defined this just for the compilation of lib/src/ipwd.c, and got the code to
2014 Feb 07
1
Dovecot 2.2.10 crash / infinite loop bug
Hello,
I though this bug should be reported, although there is workaround
already made and in use.
Dovecot 2.2.10 crashes into out of memory error when there is defined
system users (userdb+passdb) and own virtual users (userdb+passdb).
Removing either one solves the issue and Dovecot is working as it
should. When memory leak (I replaced pw_init and gr_init with the
version that is found
2007 Aug 09
5
Unremovable file in ZFS filesystem.
I managed to create a link in a ZFS directory that I can''t remove. Session as follows:
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# ls -li bayes.lock.router.3981
bayes.lock.router.3981: No such file or directory
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# /usr/sbin/unlink bayes.lock.router.3981
unlink: No such file or directory
# find . -print
2010 Jul 20
1
[LLVMdev] Rendering MachineFunctions as HTML.
Hi All,
I've developed a pass to render machine functions as HTML pages with some
accompanying information about liveness and register pressure.
Current features:
Renders machine functions, optionally displaying estimated register pressure
for selected register classes, and liveness for selected intervals.
The following command line options can be used to enable and customise the
2003 Apr 01
1
Nlminb equivalent function in R?
Hello everybody
I need some help. Currently, I'm translating a code from Splus to R. In Splus code there is the function nlminb (Nonlinear Minimization subject to Box Constraints) used. Does anybody know an equivalent function in R?
Thanks for help
Kind regards,
Beat Huggler
_____________________________________________
Beat Huggler
Quantitative Analysis
RMF Investment Management
2001 Mar 05
0
Portable openssh-2.5.1p1, auth-passwd.c, yellow pages, expire field
Hi,
I'm having trouble with auth_password() failing on my linux box using
yellow pages. I've tracked the problem down to the following:
pw_password = "RMf.YivanoZc2,o01N"
encrypted_password = "RMf.YivanoZc2"
This fails on the return(strcmp(encrypted_password, pw_password) == 0).
because crypt() only returns 13 characters. I seem to remember the
2002 Mar 21
0
RODBC
Hi guys
I'm working with with R1.4.1 on windows
I'm trying to import data from the ODBC (Access database) with the
library RODBC. Every thing works perfect except that the dates are
factors.
> library(RODBC)
> xx <- odbcConnect("grave_liv")
> dat <- sqlQuery(xx,"SELECT All_MONTHLY.ID, All_MONTHLY.Date,
All_MONTHLY.RoR FROM (Reasons INNER JOIN
2002 Feb 06
1
Probblems with loading the tcltk library
Hi guys
Recently a wanted to look at the opotunities which are suported by the
labrary of tcltk. Unfortunatly I couldn't load the library and it
occured the following error message:
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in library(pkg, character.only = TRUE) :
.First.lib failed
I've tried to load it in sveral ways. I reinstalt the
2002 May 15
3
Struchture change of a data frame
Hi guys
I've got an easy question but couldn't find any quick solution. I woulk
like to change the following matrix
good bad worse
Blue 1 2 2
Yellow 2 1 3
Black 3 4 4
Into the following structure
good 1 Blue
Bad 2 Blue
Worse 2 Blue
Good 2 Yellow
Bad 1 Yellow
Worse 2 Yellow
Good 2 Black
Bad 4 Black
Worse 4 Black
Thanks a lot.
Regards
Beat Huggler
---
Beat Huggler
Quantitative
2004 Feb 02
1
rsync_failed
Hello
I came about the following phenomeon when
the server ( dell poweredge 2650 ) is rsyncing to
the same and remote server.
the connection was close and copying the file didn't finish
yet.
Network Topology:
Dell2650 ----L2SW---L3SW---Dell2650
L2SW: Procurve4108gl
L3SW: BigIron15000
when the unexpected failed come about, the ping
of end-to-end is no problem, and telnet is O.K
when I look
2011 Apr 15
1
Dovecot v2.0.12 OpenBSD - getpwuid() error
Hi!
I've upgraded from 2.0.11 to 2.0.12. I've experienced errors during
delivery with dovecot-lda. The error log attached contains the errors.
Since then I had to downgrade to 2.0.11, to make it work again.
When starting 2.0.12, it couldn't chown() the files under /var/dovecot
(eg.: dict) to the user specified in the configuration file.
Configuration:
# doveconf -n
# 2.0.11:
2008 Oct 30
1
Trying to "expand" some data - Newbie needs help
I want to calculate "expansion factors" for elements in my dataframe
based on a 2-d cross classification. Since I'll have "missing values"
(many combinations will have no record) I'll need a second "expansion
factor" for each "row". I've included my "work to date" below, but I'm
not very close to getting this right.
My
2003 Jul 07
1
P-value for F from summary.lm (was RE: (no subject))
[Please use the subject line!]
In the help page for summary.lm, the "Value" section says that the returned
object has a component called "fstatistic", which has the F-statistic and
the associated numerator and denominator degrees of freedom. You can get
the p-value by something like:
fstat <- summary(speciallinearmodel)$fstatistic
pval <- pf(fstat[1], fstat[2],
2009 Jan 24
2
IO: streaming input data
Hello -
I need to read in some tables that are embedded within data files like this:
line 1
line 2
data table
01000
10110
00011
end table
line 3
line 4
Is there any way to read just the data by telling an input device to start
reading when it encounters the keyword "data table" and stop reading at "end
table"?
Thanks in advance,
Jesse
--
View this message in context:
2004 Sep 15
6
Bessel function
Dear all
Currently, I'm implementing the generalized hyperbolic distribution into
Splus. Unfortunately the Bessel function is not implemented in Splus. In
R the Bessel function does exist but it is an internal function and I'm
not able to look at the code.
Is there any possibility to see the code of the Bessel function in R or
does anybody has an implementation of the Bessel function in
2003 Jul 15
1
Use Samba as Fileserver, auth to LDAP? (No PDC stuff)
I see docs out there on using SAMBA as a PDC and going against LDAP for
authentication, but I'm confused. Where pray tell can I find docs on just
building a fileserver in Linux/SAMBA that the user authenticates against an
external LDAP server in order to gain access to files? No PDC, no domain
stuff, just a plain-vanilla fileserver.
The organization is using Windows for its PDC, and probably
2002 Jun 11
5
Different y-axes
Hi All,
I have checked everything I could find abot graphics, but still cannot
solve the problem.
Are there any ways to make a graph that plots two lines and two
different y-axes, each of them has a scale that is related to the
respective line. For example, y1 has a range 1:50 and y1 ranges 0:1. The
x-axe is the same for both.
Thank you in advance.
---
Gregor Gawron
2004 Dec 01
0
Shorewall 2.0.12
This update will be of interest to you if you use dynamic zones or if
you have an /etc/shorewall/start file and use the ''save'' command.
http://shorewall.net/pub/shorewall/2.0/shorewall-2.0.12
ftp://shorewall.net/pub/shorewall/2.0/shorewall-2.0.12
Problems Corrected:
1. A typo in shorewall.conf (NETNOTSYN) has been corrected.
2. The "shorewall add" and
2000 Nov 08
1
2.3.0p1 vs 2.0.12
With the 2.3.0p1 client on Linux vs F-SECURE SSH Version 2.0.12 on a BSDI
box using ssh v2 DSA keys I get the following on the server side:
debug: new_connection_callback returning
debug: Remote version: SSH-2.0-OpenSSH_2.3.0p1
sshd[7778]: got bad packet when verifying user auto's publickey.
Incidentally, there's an option -2 to use v2 if "1,2" is the Protocol
line, but no -1
2005 Sep 02
0
STUN on PAP2-NA 2.0.12(LS)
Hello,
I'm having intermittent STUN trouble. Every one out of perhaps 5 reboots
the PAP2 contacts STUN ... on the other attempts it just skips that step all
together. I have been verifying this using ethereal which shows the
distinctive STUN server DNS lookup followed by about 10 STUN queries (when
it works - when it doesn't it skips all that including the initial DNS
lookup ...