Mailing List Archive

[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125

jrj@purdue.edu changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #192 is|0 |1
obsolete| |
Attachment #355 is|0 |1
obsolete| |



------- Additional Comments From jrj@purdue.edu 2003-09-20 08:32 -------
Created an attachment (id=438)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=438&action=view)
Gzip'd tar file with patches and documentation through 3.7.1p1

This version of the patch applies against 3.7.1p1.

See the README in the tar file for complete details.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=125

Brian.King@xwave.com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |Brian.King@xwave.com



------- Additional Comments From Brian.King@xwave.com 2003-09-24 00:58 -------
I've tried applying the latest patch to 3.7.1p2.
It doesn't seem to compile.

Undefined first referenced
symbol in file
solaris_audit_success sshd.o
solaris_audit_save_name auth.o
solaris_audit_nologin session.o
solaris_audit_save_port sshd.o
solaris_audit_maxtrys auth1.o
solaris_audit_logout sshlogin.o
solaris_audit_not_console auth1.o
solaris_audit_save_command session.o
solaris_audit_save_pw auth.o
solaris_audit_bad_pw auth1.o
solaris_audit_save_ttyn session.o
solaris_audit_save_host sshd.o
ld: fatal: Symbol referencing errors. No output written to sshd
collect2: ld returned 1 exit status
make: *** [sshd] Error 1

I've looked for the symbols in all the libraries in /lib and can't find those.
I assumed they should have been in /lib/libbsm.so, but none of those symbols
contain the "solaris_" prefix. Most have _similar_ sounding symbols in the
library, but some do not. Am I missing a required library?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=125





------- Additional Comments From dtucker@zip.com.au 2003-09-24 20:25 -------
Try deleting openbsd-compat/*.a (or better yet, do "make clean") and rebuilding.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=125





------- Additional Comments From Brian.King@xwave.com 2003-09-24 22:29 -------
Found it. The patch to "openbsd-compat/Makefile.in" failed (I guess because of
differences between p1 & p2). I manually added the "bsd-solaris.o" to the
COMPAT line, and it compiled fine.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.