bugzilla-daemon at mindrot.org
2002-Apr-05 09:23 UTC
[Bug 96] bsd-cray.h modifications to allow correct UNICOS execution
http://bugzilla.mindrot.org/show_bug.cgi?id=96 ------- Additional Comments From stevesk at pobox.com 2002-04-05 19:23 ------- the cray support is incomplete now, is that correct? if so, what is needed to complete it? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-05 20:52 UTC
[Bug 96] bsd-cray.h modifications to allow correct UNICOS execution
http://bugzilla.mindrot.org/show_bug.cgi?id=96 ------- Additional Comments From wendyp at cray.com 2002-04-06 06:52 ------- yes, cray support is still lacking. not much has been done with the patches i submitted (96, bsd-cray.h, 97 deattack.c, 98 auth1.c, 99 auth2.c, 100 serverloop.c, 101 session.c, 103 bsd-cray.c) markus commented on 100, and that particular line is now moot, but the other mod is still needed. no one has commented on any of the others, nor have they been implemented. i have updated the patches to the current snapshot & would be happy to provide them if anyone will look at them. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-22 22:28 UTC
[Bug 96] bsd-cray.h modifications to allow correct UNICOS execution
http://bugzilla.mindrot.org/show_bug.cgi?id=96 ------- Additional Comments From wendyp at cray.com 2002-04-23 08:28 ------- patch is still required as of apr 22 snapshot. --- bsd-cray.h.orig Tue Aug 14 15:31:49 2001 +++ bsd-cray.h Mon Apr 22 17:15:16 2002 @@ -4,8 +4,13 @@ #ifdef _CRAY void cray_init_job(struct passwd *); /* init cray job */ void cray_job_termination_handler(int); /* process end of job signal */ -void cray_setup(uid_t, char *); /* set cray limits */ -extern char cray_tmpdir[]; /* cray tmpdir */ +char cray_tmpdir[TPATHSIZ+1]; /* cray tmpdir */ +#ifndef IA_SSHD +#define IA_SSHD IA_LOGIN +#endif +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 64 +#endif #endif #endif /* _BSD_CRAY_H */ ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- Patches for Cray T3Es running Unicossmk and SV1s running Unicos
- [PATCH re-send]: Clean up logging of failed logins
- [Bug 101] session.c modifications for correct UNICOS behavior
- [Bug 101] New: session.c modifications for correct UNICOS behavior
- Call for testing for 3.5 OpenSSH