View Single Post
Old 11-16-2012, 10:04 PM   #108
ppoo
Connoisseur
ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.ppoo writes the songs that make the whole world sing.
 
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
I can't mount proc and ...
Code:
[root@kindle us]# mkdir /mnt/debian/proc
mkdir: can't create directory '/mnt/debian/proc': File exists
[root@kindle us]# mkdir /mnt/debian/kindle
mkdir: can't create directory '/mnt/debian/kindle': File exists
[root@kindle us]# ./debian.sh [*] Mounting Rootfs...[*] Preparing Filesystem...
mount: mount point /mnt/debian/proc does not exist
mount: mount point /mnt/debian/etc/mtab does not exist
mount: mount point /mnt/debian/kindle does not exist
mount: mount point /mnt/debian/kindle/mnt/us does not exist
mount: mount point /mnt/debian/kindle/mnt/base-us does not exist[*] Preparing Network Connections...[*] Starting Debian shell...
[@kindle /]# sudo apt-get update
Update:
I've corrected it. Mkdir /sys,/proc,/sys,/dev/pts after running ./debian.sh , then touch /etc/mtab; script work OK.
Another error:
PHP Code:
[@kindle /]# apt-get install bash
Reading package lists... Done
Building dependency tree
... Done
The following extra packages will be installed
:
  
base-files bash-completion dash original-awk
Suggested packages
:
  
bash-doc
The following 
NEW packages will be installed:
  
base-files bash bash-completion dash original-awk
0 upgraded
5 newly installed0 to remove and 3 not upgraded.
72 not fully installed or removed.
Need to get 0 B/1883 kB of archives.
After this operation5448 kB of additional disk space will be used.
Do 
you want to continue [Y/n]? Y
E
Sub-process /usr/sbin/dpkg-preconfigure --apt || true returned an error code (100)
EFailure running script /usr/sbin/dpkg-preconfigure --apt || true
[@kindle /]# /usr/sbin/dpkg-preconfigure --apt
perlwarningSetting locale failed.
perlwarningPlease check that your locale settings:
    
LANGUAGE = (unset),
    
LC_ALL "en_US.utf8",
    
LANG "en_US.utf8"
    
are supported and installed on your system.
perlwarningFalling back to the standard locale ("C").
Use 
of uninitialized value in concatenation (.) or string at /usr/share/perl5/Debconf/Config.pm line 22. 

Last edited by ppoo; 11-16-2012 at 11:14 PM.
ppoo is offline   Reply With Quote