Displaying 20 results from an estimated 2000 matches similar to: "utmp grievances"
2001 Mar 06
0
Continued utmp probs with sshlogin.c
Hi all,
I've hacked in some better logging for what's going on with my logins and
utmp/wtmp. Everything seems OK except for u.ut_host.
In my case, the actual variable host for this test case is
aragon.cheshirelaw.com. This is fine (as my logs show):
Mar 5 21:22:47 frodo sshd[10274]: Actual: 983852567 /dev/ttyp0
aragon.cheshirelaw.com
However, check out what u.ut_host is logged as:
2002 Jul 04
0
[Bug 337] New: utmp/wtmp logging
http://bugzilla.mindrot.org/show_bug.cgi?id=337
Summary: utmp/wtmp logging
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: thomas at
2013 Jun 01
3
[Bug 2111] New: Android does not properly implement utmp or wtmp.
https://bugzilla.mindrot.org/show_bug.cgi?id=2111
Bug ID: 2111
Summary: Android does not properly implement utmp or wtmp.
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Build system
Assignee: unassigned-bugs
2005 May 03
1
which PID should be written to utmp/wtmp file
Hi,
For each user connection when privilege separation is enabled, 3 processes
are of interest for this topic.
1. sshd:[priv] - privileged user process.
2. sshd:user at pts/0 - user process.
3. shell - shell process.
Openssh code writes the #2. sshd:user at pts/0 - user process to the utmp/wtmp
file. Is this the correct behaviour.? Or should it write the #3. shell
1997 Jul 15
0
wtmp/utmp support
Good day -
I've checked where I can think to check, but I can find no mention of
wtmp/utmp being supported in the standard Samba release at all.
The closest I got was a posting from Joshua Lewis <jlewis@iosphere.net>
dated Fri, 19 Jul 1996 08:06:55 -0400 (EDT) (almost exactly a year ago)
which states in the final paragraph:
> On another note, look for UTMP/WTMP support in Samba
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
I am using the "UseLogin yes" configuration parameter to call the
/usr/bin/login program on SGI Irix, (we are using Irix version
6.5.13). I do this because the SGI login program is AFS awhere and
checks out a token for you and I do not want to compile the Kerberos
version of sshd, (it is to messy for me to support).
Everything seems to work fine accept the wtmp(x) and utmp(x) files do
2005 Apr 28
4
[Bug 980] sshd does not write the session leader pid to utmp when priv-separation is enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=980
------- Additional Comments From senthilkumar_sen at hotpop.com 2005-04-29 00:28 -------
I tried passing SIGTERM to the sshd user process after applying the patch
(id=821) and it is not cleaning up the wtmp entries. What would be needed in the
patch additionaly so that proper pid is passed at the time of cleaning wtmp
entries when SIGTERM is
2000 Mar 17
1
pre2.0.7 CVS: could utmp/redhat be adjusted before pre2?
SAMBA_2_0 CVS doesn't compile on linux rh6.x --with-utmp.
Compiling smbd/connection.c
smbd/connection.c: In function `utmp_update':
smbd/connection.c:349: structure has no member named `ut_syslen'
make: *** [smbd/connection.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.19446 (%build)
David Lee suggested I posted my problems on the list, so here they are:
1)
Could the
2000 Apr 17
0
Problem: Samba 2.0.7pre4 --with-utmp on OSF1
I tried configuring Samba 2.0.7pre4 on a OSF1 machine (actually a DEC
Alpha running Digital Unix 4.0d) with --with-utmp.
The autoconf system sets the variable HAVE_UTMPX_H
The linking of smbd aborts with the message
----------------------------------------------------------
ld:
Unresolved:
getutmpx
utmpxname
updwtmpx
*** Exit 1
----------------------------------------------------------
If I
2001 May 10
0
2.9p1: HP-UX 10.20 utmp/wtmp handling broken?
Hi!
I have updated to OpenSSH 2.9p1 on HP-UX 10.20.
Since this update, I seem to have problems with utmp/wtmp handling,
in that entries are not removed as expected.
ws01 36: w
10:06am up 76 days, 12:52, 12 users, load average: 0.17, 0.25, 0.20
User tty login@ idle JCPU PCPU what
...
root pts/8 5:28pm159:41 -
...
ws01 37: ps -ef | grep pts/8
2002 Jul 05
0
[Bug 337] utmp/wtmp logging
http://bugzilla.mindrot.org/show_bug.cgi?id=337
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From markus at openbsd.org 2002-07-05
2000 May 19
1
utmp and finger
Hi,
I'm trying to set up samba 2.0.7 on our Solaris 2.7 box to
do some utmp logging. Alls fine except is screws up finger:
[35] ucacast@lambda: finger @bruce
[bruce.cs.ucl.ac.uk]
finger: Can't stat /dev/smb/1
[36] ucacast@lambda:
Any work arounds? can I just logg to wtmp, so that finger
works and I can do a last? I've tried playing around, but
can't seem to come up with a
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
2015 Jun 10
0
SSH into LXC and install files via JAVA API
Hello everyone,
I am trying to use libvirt's JAVA API to ssh into a domain and install some
files, for example, dhcpd. Using virsh, its pretty straight forward using
the command line:
virsh -c lxc:/// create myguest.xml
virsh -c lxc:/// console myguest
virsh -c lxc:/// lxc-enter-namespace myguest -- sudo yum install dhcpd
But in order to incorporate the above functionality in a JAVA API,
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 Jul 12
0
[Bug 352] New: UTMP does not seem to be updated on logout
http://bugzilla.mindrot.org/show_bug.cgi?id=352
Summary: UTMP does not seem to be updated on logout
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2001 Jun 20
8
[Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
Hi!
I am resending the following message about problems with utmp handling.
* In the meantime I had some request in private mail from people asking
whether I have new information.
* The problem is still persistant in 2.9p2.
* My own new investigations show, that the problem only appears with
protocol 2, not with protocol 1, I therefore only started to note it
when protocol 2 became the
2012 Nov 06
1
virt-install kickstart local file
Hi Everybody:
I am trying to get virt-install to work with a kickstart file that is on
the local file system.
I tried using the --initrd-inject="/tmp"
--extra-args="ks=file:/myks.cfg" but I got this error message:
ERROR --extra-args only work if specified with --location.
Here is the basic command:
virt-install \
--accelerate \
--cdrom
2008 Oct 28
4
blktap, vmdk, vdi, and disk management support
Just a quick fyi...
We''ve recently added support for blktap along with
support for managing virtual disks (disk file images).
There are some difference from a linux dom0.
This is available in b101 @
http://www.opensolaris.org/os/downloads/sol_ex_dvd_1/
This allows you to create and manage vmdk and vdi
(Virtual Box) disk files. By default, virt-install
will now use a vmdk vdisk when
2003 Dec 23
6
UTMP logging in Samba 3.0.1 does not have hostnames
Hi,
I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box.
I compiled Samba using gcc 3.3 with the following options:
configure --prefix=/local/samba-3.0.1 --enable-static --with-nis
--with-quotas --with-syslog --with-msdfs --with-utmp
I set utmp = yes in the smb.conf file
The samba server does create login entries but minus the hostname
entries. The following