search for: disable_utmp

Displaying 12 results from an estimated 12 matches for "disable_utmp".

2002 Aug 21
0
[Bug 345] w (uptime) command still indicates user is logged in after logout
...----- I did not find any further information with respect to this problem. It seems to be a bug in HP's pututxline() implementation. From feedback it seems, that this problem only affects 10.20, HP-UX 11 doesn't seem to have this problem. As a workaround, I have modified config.h to remove DISABLE_UTMP. This way both utmp and utmpx are updated and it does not seem to hurt (after some short tests). DISABLE_UTMP is enforced by "configure" for HP-UX 10.20. Are there any sideeffects to be expected? Otherwise one could consider to remove DISABLE_UTMP from the default settings for HP-UX 10.20...
2012 Aug 16
9
[Bug 2034] New: make fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2034 Priority: P5 Bug ID: 2034 Assignee: unassigned-bugs at mindrot.org Summary: make fails Severity: critical Classification: Unclassified OS: FreeBSD Reporter: kris.universe at gmail.com Hardware: amd64 Status: NEW Version: 6.0p1
2003 Sep 05
1
[Bug 345] w (uptime) command still indicates user is logged in after logout
http://bugzilla.mindrot.org/show_bug.cgi?id=345 ------- Additional Comments From dtucker at zip.com.au 2003-09-05 13:56 ------- Created an attachment (id=379) --> (http://bugzilla.mindrot.org/attachment.cgi?id=379&action=view) Remove DISABLE_UTMP from HP-UX 10.x Are we going to do something like this? Anyone with HP-UX 10.x experience want to comment? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2000 Sep 06
1
openssh 2.2.0p1 and finger
Hi all, just I installed OpenSSH 2.2.0p1 on a HPUX-11 machine and it works. But when I connected to the machine and give "finger -R"-command then in the "Where"-column I see the hostname of the openssh-server instead of the hostname where I came from. Does anybody have an idea? Thanks Stephan -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 fax:
2001 Jul 18
0
configure: sense of --enable-utmpx test et al. reversed
it seems that --enable-utmpx and friends have the effect of disabling the corresponding feature (i.e., #define-ing DISABLE_UTMPX etc.), which leads to the (perhaps not so) obvious breakage of UseLogin on Solaris etc. For the less anal (or reformed anal) configure-r who leaves these unspecified, everything is OK i'd suggest changes to configure.in, but i'm blissfully ignorant of autoconf. suffice it to say, despite...
2002 Jul 08
0
[Bug 345] New: w (uptime) command still indicates user is logged in after logout
...wasn't present in 3.1p1 even though writing to utmp is disabled. Other commands such as who and last generate correct results. /dev/pts/* appear to be correctly released. Looking at config.h, I noticed that writing to utmp was disabled: /* Define if you don't want to use utmp */ #define DISABLE_UTMP 1 Commenting this out and rebuilding, fixed the problem. Disabling writing to wtmp seems to be the default (ie, I didn't disable it when running configure). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jul 15
0
[Bug 345] New: w (uptime) command still indicates user is logged in after logout (fwd)
...wasn't present in 3.1p1 even though writing to utmp is disabled. Other commands such as who and last generate correct results. /dev/pts/* appear to be correctly released. Looking at config.h, I noticed that writing to utmp was disabled: /* Define if you don't want to use utmp */ #define DISABLE_UTMP 1 Commenting this out and rebuilding, fixed the problem. Disabling writing to wtmp seems to be the default (ie, I didn't disable it when running configure). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ________________...
2001 Feb 07
2
Patch for unformatted manpages
...E(BROKEN_GETADDRINFO) - MANTYPE='$(CATMAN)' - mansubdir=cat dnl AIX handles lastlog as part of its login message AC_DEFINE(DISABLE_LASTLOG) - MANTYPE='$(CATMAN)' - mansubdir=cat ;; *-*-cygwin*) LIBS="$LIBS -lregex /usr/lib/textmode.o" @@ -80,8 +76,6 @@ AC_DEFINE(DISABLE_UTMP) AC_DEFINE(SPT_TYPE,SPT_PSTAT) LIBS="$LIBS -lsec" - MANTYPE='$(CATMAN)' - mansubdir=cat ;; *-*-hpux11*) CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE" @@ -92,14 +86,11 @@ AC_DEFINE(DISABLE_UTMP) AC_DEFINE(SPT_TYPE,SPT_PSTAT) LIBS="$LIBS -lsec" - MANTYPE=...
2002 Mar 25
0
[Bug 184] New: 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
...$GCC"; then + CFLAGS="$CFLAGS -Ae" + fi + CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" + IPADDR_IN_DISPLAY=yes + AC_DEFINE(USE_PIPES) + AC_DEFINE(TRUSTED_HPUX) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(DISABLE_SHADOW) + AC_DEFINE(DISABLE_UTMP) + AC_DEFINE(SPT_TYPE,SPT_PSTAT) + LIBS="$LIBS -lxnet -lsec -lsecpw" + disable_ptmx_check=yes + ;; *-*-hpux10*) if test -z "$GCC"; then CFLAGS="$CFLAGS -Ae" *************** *** 1769,1780 **** fi if test -z "$no_dev_ptmx" ; then ! AC_CHECK...
2006 Jul 17
2
SMF/process contracts in Solaris 10
I've searched the archive for this mailing list and the bug list for OpenSSH for this, and I'm finding nothing. I'd appreciate it if somoene could point me to an existing thread about this. (I know that other people are aware of the problem, though, so I'm a bit surprised to find nothing.) We're running OpenSSH under Solaris 10 using SMF instead of a legacy init script. SMF
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...fine PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define WORDS_BIGENDIAN 1 #define _FILE_OFFSET_BITS 64 #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" #define PAM_SUN_CODEBASE 1 #define LOGIN_NEEDS_UTMPX 1 #define LOGIN_NEEDS_TERM 1 #define PAM_TTY_KLUDGE 1 #define DISABLE_UTMP 1 #define DISABLE_WTMP 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_CRYPT_H 1 #define HAVE_FLOATINGPOINT_H...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...define HAVE_ID_IN_UTMP 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_EXIT_IN_UTMP 1 /* #undef HAVE_TIME_IN_UTMP */ /* #undef HAVE_TIME_IN_UTMPX */ /* #undef DISABLE_LOGIN */ /* #undef DISABLE_PUTUTLINE */ /* #undef DISABLE_PUTUTXLINE */ /* #undef DISABLE_LASTLOG */ /* #undef NO_SSH_LASTLOG */ /* #undef DISABLE_UTMP */ #define DISABLE_UTMPX 1 /* #undef DISABLE_WTMP */ #define DISABLE_WTMPX 1 /* #undef LOGIN_NEEDS_UTMPX */ /* #undef LOGIN_NEEDS_TERM */ /* #undef LOGIN_NO_ENDOPT */ /* #undef CONF_LASTLOG_FILE */ /* #undef CONF_UTMP_FILE */ /* #undef CONF_WTMP_FILE */ /* #undef CONF_UTMPX_FILE */ /* #undef CONF_W...