marcosscriven / galeforce

GaleForce is a project to customise the Google Wifi router
MIT License
611 stars 61 forks source link

Error ./bin/build-all.sh Ubuntu 16.04 #36

Closed hi-kondo closed 4 years ago

hi-kondo commented 6 years ago

I would like to use SSH on GoogleWifi in Ubuntu 16.04. But below error occurs. I tried permission change... How do I do these error or warnings?


~/galeforce$ ./bin/build-all.sh
Building all artifacts.
~/galeforce/bin ~/galeforce
Building GaleForce.
Downloading dropbear
/tmp/galeforce/downloads/extract ~/galeforce/bin ~/galeforce
~/galeforce/bin ~/galeforce
Downloading busybox
/tmp/galeforce/build ~/galeforce/bin ~/galeforce
~/galeforce/bin ~/galeforce
~/galeforce
~/galeforce/bin ~/galeforce
Downloading dev keys
/tmp/galeforce/downloads ~/galeforce/bin ~/galeforce
~/galeforce/bin ~/galeforce
Finding latest image for board: gale
Found image for Google Wifi
Downloading: https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_9334.41.3_gale_recovery_stable-channel_mp.bin.zip
Unpacking: gale.bin.zip
Copying image to /tmp/galeforce/build dir
Mapping partitions to loop devices
[sudo] seed  password: 
Warning: Permission denied
Removing rw lock at magic offset: 983565415
Mounting ROOT-A to /tmp/galeforce/build/mounts/ROOT-A
Warning: Permission denied
mount: special device /dev/mapper/loop0p3 does not exist
/tmp/galeforce/build/mounts/ROOT-A ~/galeforce/bin ~/galeforce
#!/bin/sh

# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This script is called after an AutoUpdate or USB install. This script is a
# simple wrapper to convert from the hardcoded command line to the new
# executable command line.

INSTALL_ROOT=$(dirname "$0")

${INSTALL_ROOT}/usr/bin/cros_installer postinst "${INSTALL_ROOT}" $@
/galeforce/bin/recovery.sh "${INSTALL_ROOT}"
/galeforce/bin/recovery.sh "${INSTALL_ROOT}"
/galeforce/bin/recovery.sh "${INSTALL_ROOT}"
/galeforce/bin/recovery.sh "${INSTALL_ROOT}"
~/galeforce/bin ~/galeforce
Unmounting ROOT-A from /tmp/galeforce/build/mounts/ROOT-A
umount: /tmp/galeforce/build/mounts/ROOT-A: not mounted
Warning: Permission denied
Extracting kernal partition KERN-A
ERROR: Unable to stat /tmp/galeforce/build/kernel: No such file or directory
Current config: 
Patched config: 
ERROR: Unable to stat /tmp/galeforce/build/kernel: No such file or directory
ERROR: Unable to stat /tmp/galeforce/build/repacked: No such file or directory
rm: Unable to stat '/tmp/galeforce/build/kernel' :  No such file or directory
rm: Unable to stat '/tmp/galeforce/build/repacked' :  No such file or directory
Warning:Permission denied
Extracting kernal partition KERN-B
ERROR: Unable to stat /tmp/galeforce/build/kernel: No such file or directory
Current config: 
Patched config: 
ERROR: Unable to stat /tmp/galeforce/build/kernel: No such file or directory
ERROR: Unable to stat /tmp/galeforce/build/repacked: No such file or directory
rm: Unable to stat '/tmp/galeforce/build/kernel' :  No such file or directory
rm: Unable to stat '/tmp/galeforce orce/build/repacked':  No such file or directory
Un-mapping loop devices
loop deleted : /dev/loop6
/tmp/galeforce/build ~/galeforce/bin ~/galeforce
~/galeforce/bin ~/galeforce
Patched image has been copied to ../output/gale.bin.tar.gz
~/galeforce