[Bug 1197] New: Automatic coaster service fails to start on a machine with rocks cluster
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1197 Summary: Automatic coaster service fails to start on a machine with rocks cluster Product: Swift Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Providers AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected], [email protected], [email protected] /etc/profile.d/ssh-key.sh in rocks cluster does a shady test to see if the shell is a login shell or not. It checks $SHLVL and if greater than 2 it decides that it must not be a login shell (despite sh having possibly been invoked with -l). If that script decides it is not a login shell, it exits with "exit", otherwise with "return". This causes any invocations of "bash -l" that are not top-level to abort during initialization with no indication of what happened. Needless to say, this prevents the coaster service from starting. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1197 --- Comment #1 from Mihael Hategan <[email protected]> 2014-02-07 17:17:20 --- Fixed in cog r3871. This is in the 0.94 branch, but it probably should find its way to trunk. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1197 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Mihael Hategan <[email protected]> 2014-05-18 19:12:28 --- Also committed fix to trunk (r3906) -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov