Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you help me? 馃巸 #559

Closed
wowton opened this issue Aug 20, 2016 · 19 comments
Closed

Can you help me? 馃巸 #559

wowton opened this issue Aug 20, 2016 · 19 comments

Comments

@wowton
Copy link

wowton commented Aug 20, 2016

[10:42:10] Updating configuration file ... done
[10:42:10] >>> status
[10:42:10] Linux Deploy: 1.5.6-192
[10:42:10] BusyBox: v1.24.2-meefik
[10:42:10] Device: MI 4C
[10:42:10] Android: 6.0.1
[10:42:10] Architecture: armv7l
[10:42:10] Kernel: 3.4.0-gf4b741d-00587-g9f55d3f
[10:42:10] Memory: 216/2863 MB
[10:42:10] Swap: 0/0 MB
[10:42:10] SELinux: yes
[10:42:10] Loop devices: yes
[10:42:10] Support binfmt_misc: no
[10:42:10] Supported FS: ext2 ext3 ext4 fuseblk vfat
[10:42:10] Mounted system: unknown
[10:42:10] Running services:
[10:42:10] * SSH: no
[10:42:10] * GUI: no
[10:42:10] Mounted parts on Linux:
[10:42:10] ...nothing mounted
[10:42:10] Available mount points:
[10:42:10] * /system: 0.5/1.2 GB (ext4)
[10:42:11] * /data: 0.5/12.4 GB (ext4)
[10:42:11] * /cache: 0.4/0.4 GB (ext4)
[10:42:11] * /persist: 0.0/0.0 GB (ext4)
[10:42:11] * /firmware: 0.0/0.1 GB (vfat)
[10:42:11] * /mnt/runtime/default/emulated: 0.5/12.4 GB (fuse)
[10:42:11] * /storage/emulated: 0.5/12.4 GB (fuse)
[10:42:11] * /mnt/runtime/read/emulated: 0.5/12.4 GB (fuse)
[10:42:11] * /mnt/runtime/write/emulated: 0.5/12.4 GB (fuse)
[10:42:11] Available partitions:
[10:42:11] fdisk: can't open '/dev/block/loop0'
[10:42:11] fdisk: can't open '/dev/block/loop1'
[10:42:11] fdisk: can't open '/dev/block/loop2'
[10:42:11] fdisk: can't open '/dev/block/loop3'
[10:42:11] fdisk: can't open '/dev/block/loop4'
[10:42:11] fdisk: can't open '/dev/block/loop5'
[10:42:11] fdisk: can't open '/dev/block/loop6'
[10:42:11] fdisk: can't open '/dev/block/loop7'
[10:42:12] fdisk: can't open '/dev/block/zram0'
[10:42:12] fdisk: can't open '/dev/block/zram1'
[10:42:12] fdisk: can't open '/dev/block/zram2'
[10:42:12] fdisk: can't open '/dev/block/zram3'
[10:42:12] ...no available partitions
[10:42:12] <<< status

@ghost
Copy link

ghost commented Aug 20, 2016

LinuxDeploy Settings -> Debug mode enable, Track mode enable, log file enable -> Try again -> Paste log.txt here.

@wowton
Copy link
Author

wowton commented Aug 20, 2016

[11:15:59] Updating configuration file ... done
[11:15:59] + PATH=/data/user/0/ru.meefik.linuxdeploy/files/bin:/data/data/ru.meefik.busybox/files/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin:/bin
[11:15:59] + printf $'>>> start\n'
[11:15:59] >>> start
[11:15:59] + linuxdeploy -t start
[11:15:59] + container_start
[11:15:59] + [ 0 -eq 0 ]
[11:15:59] + container_mount
[11:15:59] + Mounting partitions:
[11:15:59] [ 0 -eq 0 ]
[11:15:59] + container_mount root proc sys selinux dev tty pts shm tun binfmt_misc custom
[11:15:59] + [ 11 -eq 0 ]
[11:15:59] + msg Mounting partitions:
[11:15:59] + echo Mounting partitions:
[11:15:59] + local item
[11:15:59] + mount_part root
[11:15:59] + msg -n / ...
[11:15:59] + echo -n / ...
[11:15:59] + is_mounted /data/local/linux
[11:15:59] + local mount_point=/data/local/linux
[11:15:59] + [ -n /data/local/linux ]
[11:15:59] / ... + grep -q /data/local/linux /proc/mounts
[11:15:59] +
[11:15:59] + return 1
[11:15:59] + [ -d /data/local/linux ]
[11:15:59] + [ -d /storage/emulated/0/linux.img ]
[11:15:59] + local mnt_opts=rw,relatime
[11:15:59] + mount -o rw,relatime /storage/emulated/0/linux.img /data/local/linux
[11:15:59] mount: mounting /dev/loop0 on /data/local/linux failed: Invalid argument
[11:15:59] fail
[11:15:59] + [ 255 -eq 0 ]
[11:15:59] + msg fail
[11:15:59] + echo fail
[11:15:59] + return 1
[11:15:59] + [ 1 -ne 0 ]
[11:15:59] + return 1
[11:15:59] + [ 1 -ne 0 ]
[11:15:59] + return 1
[11:15:59] + [ 1 -ne 0 ]
[11:15:59] + return 1
[11:15:59] + printf $'<<< start\n'
[11:15:59] <<< start

THANK YOU馃崕

@wowton
Copy link
Author

wowton commented Aug 20, 2016

[11:24:46] + local devpath=/dev/block/ram6
[11:24:46] + [ -n /dev/block/ram6 ]
[11:24:46] + fdisk -l /dev/block/ram6
[11:24:46] + grep ^/dev/
[11:24:46] + awk {print $1}
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/ram7/dev ]
[11:24:46] + echo /sys/block/ram7/dev
[11:24:46] + sed -e s@/dev@@ -e s@./@@
[11:24:46] + local devname=ram7
[11:24:46] + [ -e /dev/ram7 ]
[11:24:46] + [ -e /dev/block/ram7 ]
[11:24:46] + local devpath=/dev/block/ram7
[11:24:46] + [ -n /dev/block/ram7 ]
[11:24:46] + fdisk -l /dev/block/ram7
[11:24:46] + grep ^/dev/
[11:24:46] + awk {print $1}
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/ram8/dev ]
[11:24:46] + echo /sys/block/ram8/dev
[11:24:46] + sed -e s@/dev@@ -e s@.
/@@
[11:24:46] + local devname=ram8
[11:24:46] + [ -e /dev/ram8 ]
[11:24:46] + [ -e /dev/block/ram8 ]
[11:24:46] + local devpath=/dev/block/ram8
[11:24:46] + [ -n /dev/block/ram8 ]
[11:24:46] + fdisk -l /dev/block/ram8
[11:24:46] + awk+ {print $1}grep ^/dev/
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/ram9/dev ]
[11:24:46] + echo /sys/block/ram9/dev
[11:24:46] + sed -e s@/dev@@ -e s@./@@
[11:24:46] + local devname=ram9
[11:24:46] + [ -e /dev/ram9 ]
[11:24:46] + [ -e /dev/block/ram9 ]
[11:24:46] + local devpath=/dev/block/ram9
[11:24:46] + [ -n /dev/block/ram9 ]
[11:24:46] + fdisk -l /dev/block/ram9
[11:24:46] + grep ^/dev/
[11:24:46] + awk {print $1}
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/zram0/dev ]
[11:24:46] + echo /sys/block/zram0/dev
[11:24:46] + sed -e s@/dev@@ -e s@.
/@@
[11:24:46] + local devname=zram0
[11:24:46] + [ -e /dev/zram0 ]
[11:24:46] + [ -e /dev/block/zram0 ]
[11:24:46] + local devpath=/dev/block/zram0
[11:24:46] + [ -n /dev/block/zram0 ]
[11:24:46] + fdisk -l /dev/block/zram0
[11:24:46] + grep ^/dev/+ awk {print $1}
[11:24:46] fdisk: can't open '/dev/block/zram0'
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/zram1/dev ]
[11:24:46] + echo /sys/block/zram1/dev
[11:24:46] + sed -e s@/dev@@ -e s@./@@
[11:24:46] + local devname=zram1
[11:24:46] + [ -e /dev/zram1 ]
[11:24:46] + [ -e /dev/block/zram1 ]
[11:24:46] + local devpath=/dev/block/zram1
[11:24:46] + [ -n /dev/block/zram1 ]
[11:24:46] + fdisk -l /dev/block/zram1
[11:24:46] + grep ^/dev/
[11:24:46] + awk {print $1}
[11:24:46] fdisk: can't open '/dev/block/zram1'
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/zram2/dev ]
[11:24:46] + echo /sys/block/zram2/dev
[11:24:46] + sed -e s@/dev@@ -e s@.
/@@
[11:24:46] + local devname=zram2
[11:24:46] + [ -e /dev/zram2 ]
[11:24:46] + [ -e /dev/block/zram2 ]
[11:24:46] + local devpath=/dev/block/zram2
[11:24:46] + [ -n /dev/block/zram2 ]
[11:24:46] + fdisk -l /dev/block/zram2
[11:24:46] + grep ^/dev/
[11:24:46] + awk {print $1}
[11:24:46] fdisk: can't open '/dev/block/zram2'
[11:24:46] + local parts=
[11:24:46] + [ -f /sys/block/zram3/dev ]
[11:24:46] + echo /sys/block/zram3/dev
[11:24:46] + sed -e s@/dev@@ -e s@.*/@@
[11:24:46] + local devname=zram3
[11:24:46] + [ -e /dev/zram3 ]
[11:24:46] + [ -e /dev/block/zram3 ]
[11:24:46] + local devpath=/dev/block/zram3
[11:24:46] + [ -n /dev/block/zram3 ]
[11:24:46] + fdisk -l /dev/block/zram3
[11:24:46] + grep+ ^/dev/
[11:24:46] awk {print $1}
[11:24:46] fdisk: can't open '/dev/block/zram3'
[11:24:46] ...no available partitions
[11:24:46] + local parts=
[11:24:46] + [ 0 -ne 1 ]
[11:24:46] + msg ...no available partitions
[11:24:46] + echo ...no available partitions
[11:24:46] + return 0
[11:24:46] + printf $'<<< status\n'
[11:24:46] <<< status
[11:24:46] + exit 0

@ghost
Copy link

ghost commented Aug 20, 2016

Find /dev/block/loop0 file.
Is there a file?

@wowton
Copy link
Author

wowton commented Aug 20, 2016

yes it's a file.

@ghost
Copy link

ghost commented Aug 20, 2016

Try this.

  1. Reboot your smartphone.
  2. Install GNU/Linux using LinuxDeploy.
  3. View status.

@wowton
Copy link
Author

wowton commented Aug 20, 2016

I have installed and started Debian successful yesterday, and installed some software like NMAP . But today , it's doesn't work, I don't know what's going on.

@wowton
Copy link
Author

wowton commented Aug 20, 2016

@Cloud9350

@ghost
Copy link

ghost commented Aug 20, 2016

Eat lunch 馃嵃 and late 馃槦
Try reinstall meefik's busybox.
meefik's busybox -> Settings -> Replace applets check -> Install

@wowton
Copy link
Author

wowton commented Aug 20, 2016

I'll try!
Thank you馃崟

@ghost
Copy link

ghost commented Aug 20, 2016

@wowton If you solve, you must close this issue.
If not, call me.

@wowton
Copy link
Author

wowton commented Aug 20, 2016

@cloud9358 It's doesn't work... Oh my god

@wowton
Copy link
Author

wowton commented Aug 20, 2016

@Cloud9350

@ghost
Copy link

ghost commented Aug 21, 2016

What's your device name

@wowton
Copy link
Author

wowton commented Aug 21, 2016

MI 4C
We call it "灏忕背4" in Chinese.

@ghost
Copy link

ghost commented Aug 21, 2016

MI4C System structure is different. (Not normal system tree 馃槦)
I can't solve.

Information from Google.

@wowton
Copy link
Author

wowton commented Aug 22, 2016

thank you

@thagutkafir
Copy link

thagutkafir commented Aug 23, 2016 via email

@ghost
Copy link

ghost commented Aug 23, 2016

@thagutkafir Many users do not have SD card. I'm not recommand.

@wowton wowton closed this as completed Aug 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants