Can't connect with byobu-classroom in precise

Bug #1043632 reported by Marcos Alano
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juju Charms Collection
New
Undecided
Unassigned

Bug Description

The user guest can't connect with byobu-classroom if running with precise. This patch fix it.

Index: byobu-classroom/hooks/install
===================================================================
--- byobu-classroom.orig/hooks/install 2012-08-30 01:32:06.917376000 -0300
+++ byobu-classroom/hooks/install 2012-08-30 01:34:51.117674544 -0300
@@ -68,6 +68,9 @@
 chmod 755 /var/run/screen
 service screen-cleanup start

+# Use screen instead tmux
+BYOBU_BACKEND="screen" >> /etc/byobu/backend
+
 # Start the shared session
 # This line should go away, once this file releases with the next byobu
 [ -f /usr/share/byobu/profiles/classroom ] || echo "

Revision history for this message
Marcos Alano (mhalano) wrote :

My original patch has a bug. :)
Begginer mistake. :)

Index: byobu-classroom/hooks/install
===================================================================
--- byobu-classroom.orig/hooks/install 2012-08-30 01:32:06.917376000 -0300
+++ byobu-classroom/hooks/install 2012-08-30 01:34:51.117674544 -0300
@@ -68,6 +68,9 @@
 chmod 755 /var/run/screen
 service screen-cleanup start

+# Use screen instead tmux
+echo 'BYOBU_BACKEND="screen"' >> /etc/byobu/backend
+
 # Start the shared session
 # This line should go away, once this file releases with the next byobu
 [ -f /usr/share/byobu/profiles/classroom ] || echo "

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.