Problem on install

Bug #576889 reported by James Michael DuPont
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Freedom Toaster Software
Fix Committed
Low
Stefano Rivera

Bug Description

output of Setup routine :

Downloading toaster software...
The authenticity of host 'bazaar.launchpad.net (91.189.90.11)' can't be established.
RSA key fingerprint is 9d:38:3a:63:b1:d5:6f:c4:44:67:53:49:2e:ee:fc:89.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'bazaar.launchpad.net,91.189.90.11' (RSA) to the list of known hosts.
Permission denied (publickey).
bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.
SetupScript: line 59: cd: /tmp/toaster-install: No such file or directory
Adding user `kiosk' ...
Adding new group `kiosk' (1009) ...
Adding new user `kiosk' (1008) with group `kiosk' ...
Creating home directory `/home/kiosk' ...
Copying files from `/etc/skel' ...
Created kiosk user account named 'kiosk'.
Setting up Kiosk environment...
install: cannot stat `/tmp/toaster-install/source/dotxsession': No such file or directory
tar: /tmp/toaster-install/source/dotmozilla.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
cp: cannot stat `/tmp/toaster-install/source/kiosk.sh': No such file or directory
cp: cannot stat `/tmp/toaster-install/source/unkiosk.sh': No such file or directory
install: cannot stat `/tmp/toaster-install/source/apache.conf': No such file or directory
ERROR: Site freedomtoaster does not exist!
 * Reloading web server config apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                                                                      [ OK ]
install: cannot stat `/tmp/toaster-install/source/kiosk.conf': No such file or directory
cp: cannot stat `/tmp/toaster-install/source/kiosk/*': No such file or directory
cp: cannot stat `/tmp/toaster-install/source/isos/*': No such file or directory
sed: can't read /srv/www/kiosk/cgi-bin/config.pl: No such file or directory

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

this problem occurs here :
bzr branch 'lp:~stefanor/ftsoftware/ft-karmic' /tmp/toaster-install

it works as a normal user.

here is my patch :
if [ ! -d "$CHECKOUT" ]; then
# rm -rf "$CHECKOUT"
# bzr branch "$REPOS" "$CHECKOUT"
    echo you must run the checkout script as a user with launchpad keys registerd
    echo bzr branch "$REPOS" "$CHECKOUT"
 cd "$CHECKOUT"
else
 cd "$CHECKOUT"
# bzr clean-tree --force --detritus --ignored
 echo you must run this outside of the sudo : cd "$CHECKOUT" and bzr pull --remember "$REPOS"
fi

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

ok, this is a better patch, use http as suggested by <tumbleweed> on irc.
# The Project SVN Revision Control System
REPOS='http://bazaar.launchpad.net/~stefanor/ftsoftware/ft-karmic'

Changed in ftsoftware:
assignee: nobody → Stefano Rivera (stefanor)
importance: Undecided → Low
status: New → Fix Committed
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.