Displaying 20 results from an estimated 110 matches similar to: "Compiling dovecot 2.0 revision 10435:73679e39f072 on AIX"
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
2004 May 01
2
[Bug 857] off-by-one error in setting argv[0]
http://bugzilla.mindrot.org/show_bug.cgi?id=857
           Summary: off-by-one error in setting argv[0]
           Product: Portable OpenSSH
           Version: 3.8.1p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: Al.Smith at
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:
2003 Jan 19
1
OpenSSH build failure on NetBSD 1.5.2
Hi All.
	The recent setproctitle changes don't seem to work on NetBSD.  Some of
the variables are still used when the definitions are #ifdef'ed out. 
Attached patch fixes it, but I'm not sure it does it the right way.
		-Daz.
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I..
-I../../openbsd-compat -I../../openbsd-compat/..  -DHAVE_CONFIG_H -c
2017 Mar 01
2
error en el cambio de formato desde factor a numerico USANDO LAPPLY
?Hola,
Es más fácil que todo eso...
Es que en tu fichero de entrada, la segunda fila son las unidades de las
variables que tienes en la primera fila, pero "R" al leerlas las considera
como un string que altera la clase de toda la columna cuando ésta es
numérica.
Simplemente eliminando esa segunda fila, las columnas acaban teniendo la
clase que deben..
2000 Jul 17
0
patch for getting 2.1.1p4 to compile on SunOS 4
Hi.
SunOS 4 is one system that relies on the strerror() in bsd-misc.[ch].
However, that replacement function does not have the right prototype.
This is fixed in the patch below.  There was also an error with
sys_errlist not being explicitely declared.  Also fixed.
There was another weird link-time problem with bsd-misc.o being at the
same time used by some *.o in libssh.a and using itself
2003 Apr 02
0
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
           Summary: sshd doesn't work correctly after SIGHUP
           Product: Portable OpenSSH
           Version: 3.6p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy:
2004 Feb 24
3
[Bug 529] sshd doesn't work correctly after SIGHUP
http://bugzilla.mindrot.org/show_bug.cgi?id=529
postadal at suse.cz changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
------- Additional Comments From postadal at suse.cz  2004-02-24 21:28 -------
1999 Dec 21
0
Problem with UTMP recording
Hello to all!
I have problem with OpenSSH 1.2.1pre18 on Linux (kernel 2.2.13,
distribution Slackware 4.0). When someone login using ssh, there is no way
to see his presentance with some 'standard' tools (finger, who, w,
users...). Of course, his proccesses are in ps, and so. I've tried to see
/etc/utmp using vi, and there is some entry, but maybe invalid, or
something.
When I enable
2023 Feb 16
1
ctdb tcp kill: remaining connections
Martin Schwenke schrieb am 15.02.2023 23:23:
> Hi Uli,
> 
> [Sorry for slow response, life is busy...]
Thanks for answering anyway!
 
> On Mon, 13 Feb 2023 15:06:26 +0000, Ulrich Sibiller via samba
> OK, this part looks kind-of good.  It would be interesting to know how
> long the entire failover process is taking.
What exactly would you define as the begin and end of the
2005 Sep 19
1
ssh hangs or gives Segmentation fault
Details of installation attached.
Effect: when I build and test (with full path names) ssh in the openssh... 
directory, everything works fine. When I "install" it as per attached file 
into a test-directory and run it from there, there are 2 phenomena:
either it just hangs, eating 96% of CPU
or     it dies with a Segmentation fault (this is what happens most often)
Help needed
2019 Oct 29
0
auth logging or auditing
Good morning!
I compiled samba 4.10.8 from source in a slackware 14.2 machine and imported a samba classic domain from an ldap backend. Everything works flawlessly except for a couple of user who are getting their accounts locked out periodically. I'm trying to debug this problem so I modified the smb.conf file of the DC so that it looks like this
# Global parameters
[global]
??????? dns
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. 
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379,  8]
2012 Oct 15
1
performance analytics
hi Michael,
am sorry for the incomplete reply .
csv file data havinmg like this , 
>getSymbols("IBM")
>weekly_data = to.weekly(week_name)		
>dataframe=data.frame(weekly_data)
>outputfile_name="F:\\R-programs\\Outputfile.csv"
>write.table(dataframe, file =outputfile_name,sep = ",",col.names
=TRUE,row.names = T)
> datafrom_table <-
2023 Feb 16
1
ctdb tcp kill: remaining connections
On Thu, 16 Feb 2023 17:30:37 +0000, Ulrich Sibiller
<ulrich.sibiller at atos.net> wrote:
> Martin Schwenke schrieb am 15.02.2023 23:23:
> > OK, this part looks kind-of good.  It would be interesting to know how
> > long the entire failover process is taking.  
> 
> What exactly would you define as the begin and end of the failover?
From "Takeover run
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
I'm pasting below the output of the debug script you sent me some time ago.
Other than this Samba has been compiled with standard options, just ./configure, following the wiki guide with the offered bootstrap file for ubuntu18.04.
root at fileserver:~# smbd -b
Paths:
   SBINDIR: /usr/local/samba/sbin
   BINDIR: /usr/local/samba/bin
   CONFIGFILE: /usr/local/samba/etc/smb.conf
  
2023 Feb 15
1
ctdb tcp kill: remaining connections
Hi Uli,
[Sorry for slow response, life is busy...]
On Mon, 13 Feb 2023 15:06:26 +0000, Ulrich Sibiller via samba
<samba at lists.samba.org> wrote:
> we are using ctdb 4.15.5 on RHEL8 (Kernel
> 4.18.0-372.32.1.el8_6.x86_64) to provide NFS v3 (via tcp) to RHEL7/8
> clients. Whenever an ip takeover happens most clients report
> something like this:
> [Mon Feb 13 12:21:22
2006 Aug 12
0
trivial questions about rails edge
Hola!
I''ve just downloaded rails edge and noted two strange things:
----------------
1. The "About your application.s environment" link on "Welcome aboard" page
fails saying:
Rails/infoController#properties
uninitialized constant Rails::InfoController
The trace ends like :
   vendor/rails/activesupport/lib/active_support/dependencies.rb:178:in
2009 Feb 22
1
Bug#516610: follow up
I just reproduced the "Early page fault", here is the error message:
(XEN) Early fatal page fault at e008:ffff828c801da4a2 
(cr2=ffff830fb0dcdff6, ec=0000)
I omit the following stack dump, cause I'm typing this manually ;) But I 
took a photo with my digital camera, if the info is important, I can
the provide the stack dump info..
regards,
stephan
2002 Feb 21
0
nlme - Variance Estimation
Dear R-help group,
I have a two-way ANOVA with two crossed
random factors, no nesting. Each factor has
three levels, resulting in 9 cells for the
experiment. Each cell contains 10 repetitions.
According to the ANOVA model I assume equal
variances for all levels per factor.
I would like to get REML-estimates for the
variances of the two factors and moreover
get confidence intervals for these