Feature request or fix?

Not sure if this is a feature request or a bug-fix (if it is a bug?), but I've just installed RStudio Server 1.2 and I've noticed now when I list the active-sessions it scrolls off the side of my screen and has the username last - rather unhelpful. The previous (free?) version put the username first so was much friendlier :slight_smile:
eg.
(usernames obfuscated)

pikachu# rstudio-server version
1.1.442
pikachu# rstudio-server active-sessions
  PID     TIME COMMAND
30270 03:07:34 /usr/lib/rstudio-server/bin/rsession -u tm***z --launcher-token 84190FD8
pikachu#

And the newer version:

pidgey# rstudio-server version
1.2.1335-1 (Professional)
pidgey# rstudio-server active-sessions
   PID     TIME COMMAND
 41484 00:00:10 /usr/lib/rstudio-server/bin/rsession --launcher-available 0 --launcher-token 8415D076 --server-shared-storage-path /var/lib/rstudio-server/shared-storage -p 0da29cfc78a31 -s fac040ff -u rs****es
 44084 00:00:25 /usr/lib/rstudio-server/bin/rsession --launcher-available 0 --launcher-token 8415D076 --server-shared-storage-path /var/lib/rstudio-server/shared-storage -p 8d35a3b198d03 -s cbdd187f -u pd***nt
pidgey#

Not sure where exactly it's changed, any ideas on how to "fix" it locally - apart from tweaking the "active-sessions" command (which is ps opid,cputime,args -C "rsession" )

thanx,

Russell

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.