Displaying 20 results from an estimated 1067 matches for "utmps".
Did you mean:
utmp
2005 Mar 30
1
utmp update for bsd systems
re
this is a patch against samba-2.2.12p0 and adds support
for updating utmp on bsds. code similarly ripped from
openbsd's ftpd (;
cu
--
paranoic mickey (my employers have changed but, the name has remained)
--- utmp.c Thu Aug 12 14:24:20 2004
+++ /home/mickey/utmp.c Wed Mar 30 15:51:40 2005
@@ -261,6 +261,7 @@
}
#ifndef HAVE_PUTUTLINE
+#include <ttyent.h>
2005 Apr 14
1
utmp update for bsd systems (try 2)
re
i have posted this before but received no response...
is there anybod reading on this address?
cu
----- Forwarded message (env-from mickey) -----
re
this is a patch against samba-2.2.12p0 and adds support
for updating utmp on bsds. code similarly ripped from
openbsd's ftpd (;
cu
--
paranoic mickey (my employers have changed but, the name has remained)
--- utmp.c Thu Aug 12
2004 May 13
1
utmp = yes
Hello,
I have Samba 3.0.2a running (within a Sarge Debian installation) and
must use utmp logging for some reasons. The following things have been
checked:
| # testparm | grep utmp
[...]
| utmp directory = /var/log/samba/
| utmp = Yes
| # ls -ld /var/log/samba/
| drwxr-x--- 2 root adm 4096 May 9 06:25 /var/log/samba/
| # smbd -b|grep -i utmp
| UTMP Options:
|
2000 Jul 01
0
Problem with cleaning utmp entry
Hello
I have problem with OpenSSH 2.1.1p1 on libc5 system (Slackware 4). I'm not
sure if I had those problems with 1.2.x version of OpenSSH (on the same
system), but I don't think so.
When someone ends ssh session (logout, or something) utmp entry for that
user doesn't get erased from UTMP file. In 'finger' I can see a lot of
multiplicied users that are not actually logged
2002 Feb 10
2
utmp and 2.2.3a
Hi,
Samba 2.2.3a release notes say that utmp is fixed in this version.
But doesn't seem to be working with me. I have few of my shares enables
with this option and 'utmp directory' is set globally. Am I missing
something here ? or this still remains a bug ?
regards
Amit
------------------------------------------------------------------------------
Amit Deshmukh
Graduate Student
2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
https://bugzilla.mindrot.org/show_bug.cgi?id=2407
Bug ID: 2407
Summary: OpenSSH uses deprecated APIs on MacOS
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2023 Apr 03
2
sftp and utmp
On Thu, 30 Mar 2023, Fran?ois Ouellet wrote:
> Hi,
>
> We need to limit concurrent sftp logins to one per user (because of bad
> client behaviour). Is there any way to achieve this I have overlooked?
>
> It seems it could be possible with pam_limits, if sftp sessions were
> recorded in utmp (a guess from what I found googling around). If I
> configure
2005 Sep 21
4
UTMP duplicated entries
Hi everybody!
I've been noticing some strange entries in samba/utmp. I have a lot of
00:00 timed sessions.
But the worst problem is that i found some conflicting information. Since
windows doesn't allow concurrent login sessions, I think utmp should not
have generated the following entries.
liana smb/2 192.168.0.207 Fri Sep 2 18:43 - 00:52 (06:08)
rodrigobaso
1999 Dec 27
1
More patches to fix NetBSD compiling
Unfortunately, the login.c changes after pre-19 have exposed some more
NetBSD-centric problems concerning the lack of several fields in struct utmp.
Here's another set of patches to fix NetBSD compiling (although they may also
help some other UNIXes as well).
Thanks,
David
--- configure.in.orig Mon Dec 27 09:09:05 1999
+++ configure.in Mon Dec 27 09:13:39 1999
@@ -264,6 +264,16 @@
2001 Nov 30
1
Problems with utmp
Hi there,
I'm using samba-2.2.2 under Solaris 8 and I've got the following problem!
I have configured samba with "--with-utmp" and with "--with-quota" and
everything works fine. But when look for the last users logged in, in the
utmp-database there are only the first seven letters of the username, not
eight that we use for usernames.
Can you help me with this problem
2000 Jul 26
2
[2.1.1p4] utmp related patches plus unresolved bugs description
Fixed:
-- On systems such as SunOS4 where the system include files
are no help in locating the utmp file (et al.), configure
can define their location in CONF_*, but defines.h never used
these.
-- Might as well put in the usual location for SunOS4.
-- In loginrec.c (utmp_write_direct), writing to the utmp file
was not done correctly.
Remaining:
-- At logout, the utmp entry cannot be
2003 Sep 22
0
utmp grievances
Dear All,
I have installed the current version of Slackware Linux which includes samba-2.2.8a. My previous system
had samba-2.0.7 with the utmp patch by David Lee applied. The original/patched utmp support had a 'utmp
hostname' parameter to select between logging by hostname or netbios name. This very useful parameter is
missing from 2.2.8a. IMHO this is a real pity. Is this an oversight
2023 Apr 04
1
sftp and utmp
On Mon, Apr 3, 2023 at 12:16?AM Damien Miller <djm at mindrot.org> wrote:
>
> On Thu, 30 Mar 2023, Fran?ois Ouellet wrote:
>
> > Hi,
> >
> > We need to limit concurrent sftp logins to one per user (because of bad
> > client behaviour). Is there any way to achieve this I have overlooked?
> >
> > It seems it could be possible with pam_limits, if
2023 Apr 04
1
sftp and utmp
On Tue, 4 Apr 2023, Nico Kadel-Garcia wrote:
> > We've been asked about this a number of times before - the problem is
> > that utmp is really set up to record interactive logins that have a
> > TTY/PTY assigned. There is AFAIK no real standard for recording
> > "service logins" (e.g. sftp or SSH command execution w/o TTY) in utmp
> > and many OS utmp
2023 Apr 03
1
sftp and utmp
Le Monday, 3 April 2023, 00:05:25 EDT Damien Miller a ?crit :
> On Thu, 30 Mar 2023, Fran?ois Ouellet wrote:
>
> > Hi,
> >
> > We need to limit concurrent sftp logins to one per user (because of bad
> > client behaviour). Is there any way to achieve this I have overlooked?
> >
> > It seems it could be possible with pam_limits, if sftp sessions were
2003 Oct 09
2
IPC connections and utmp
Hi,
I am running Samba version 2.2.5 with utmp turned on. I have a problem with
utmp and not displaying who is currently logged in. The basic idea is that
even though a user has logged off the computer (win2k pro) a connection to
IPC$ remains. It gives this.
[root@lifesaver root]# smbstatus -u scott
Samba version 2.2.5
Service uid gid pid machine
1998 Aug 13
0
summary of replies to [strange stuff in 'last' command]
Sheldon E. Newhouse writes:
> Anyone have ideas on what this output from the 'last' command means?
>
> TIA,
> -sen
>
> xF*@**** otify ***@ Sat Aug 1 20:52 still logged in
> xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00)
> xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00)
>
2005 Feb 03
4
[Bug 979] Openssh doesn't support UTMPS/BTMPS/WTMPS database
http://bugzilla.mindrot.org/show_bug.cgi?id=979
Summary: Openssh doesn't support UTMPS/BTMPS/WTMPS database
Product: Portable OpenSSH
Version: 3.9p1
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org...
2002 Aug 02
0
[Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
http://bugzilla.mindrot.org/show_bug.cgi?id=378
Summary: sshd does not update utmp/utmpx
records correctly when "UseLogin" feature on
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
2023 Mar 30
3
sftp and utmp
Hi,
We need to limit concurrent sftp logins to one per user (because of bad
client behaviour). Is there any way to achieve this I have overlooked?
It seems it could be possible with pam_limits, if sftp sessions were
recorded in utmp (a guess from what I found googling around). If I
configure /etc/security/limits.conf with
testuser hard maxlogins 1
and connect with ssh, and try a second