OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 24-Jan-2003 17:50:43
Branch: HEAD Handle: 2003012416504300
Modified files:
openpkg-re todo.txt
Log:
remember issue for next week
Summary:
Revision Changes Path
1.38 +20 -0 openpkg-re/todo.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/todo.txt
============================================================================
$ cvs diff -u -r1.37 -r1.38 todo.txt
--- openpkg-re/todo.txt 23 Jan 2003 13:44:16 -0000 1.37
+++ openpkg-re/todo.txt 24 Jan 2003 16:50:43 -0000 1.38
@@ -7,6 +7,26 @@
TODO:
+ o openssh crashes on FreeBSD 5.0 somewhere in OSSP l2 (via OSSP fsl):
+ $ gdb ./sshd
+ (gdb) run -D
+ Starting program: /tmp/rse/openssh-3.5p1/sshd -D
+ Program received signal SIGBUS, Bus error.
+ 0x080825fd in l2_channel_destroy ()
+ (gdb) bt
+ #0 0x080825fd in l2_channel_destroy ()
+ #1 0x08082658 in l2_channel_destroy ()
+ #2 0x08081505 in closefsllog ()
+ #3 0x08081d57 in closelog ()
+ #4 0x0806f1c6 in do_log (level=SYSLOG_LEVEL_DEBUG1, fmt=0x80f782b "Bind to
port %s on %s.",
+ args=0xbfbff494 "D���d�����\004\b\177\004") at log.c:394
+ #5 0x0806ed0b in debug (fmt=0x80f782b "Bind to port %s on %s.") at log.c:159
+ #6 0x0804ce36 in main (ac=2, av=0xbfbffa74) at sshd.c:1167
+ #7 0x0804afd5 in _start ()
+ It works with "sshd -d" and this is the same behaviour Peter S. already has seen
+ some time ago on FreeBSD 4 boxes (there the error just disappeared). OpenSSH
performs
+ a lot of openlog, syslog, closelog sequences!
+
o perl and perl-xxx: binary RPMs of perl-xxx require _EXACTLY_ the version of perl
under run-time because of contained version strings in paths. Possible solution
openpkg: %define versionof() %(%{l_prefix}/bin/rpm -q --qf '%{VERSION}' %1)
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]