Giter VIP home page Giter VIP logo

lxc-android's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lxc-android's Issues

On some systems, readonly mount of system.mount fails

Hi guys,

I'm currently trying to port Halium to my Galaxy s4 and found a small bug I think.
I don't know why it's the case but the system.mount service fails to start on my galaxy s4.

root@localhost:~# systemctl status system.mount
โ— system.mount - mount system.img
   Loaded: loaded (/lib/systemd/system/system.mount; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2016-02-11 16:28:13 UTC; 2min 36s ago
    Where: /system
     What: /data/system.img
  Process: 749 ExecMount=/bin/mount /data/system.img /system -o ro (code=exited, status=32)

Feb 11 16:28:15 localhost.localdomain systemd[1]: Failed to mount mount system.img.

You just had "Invalid argument" when you run the command manually. What works is mounting it first in write mode and then switching it to read only:

/bin/mount /data/system.img /system -o rw
/bin/mount /data/system.img /system -o ro,remount

If you try to mount it in read only mode first, it just fails.

And this works, would it be worth modifying the system.mount service do you think to test that or is a a bug only happening on my device?

Missing a license

# pacman -Qi lxc-android
Name            : lxc-android
Version         : 0.1-2
Description     : LXC container configuration for android
Architecture    : any
URL             : https://github.com/halium/lxc-android
Licenses        : Apache

According to the Plasma Mobile Arch rootfs it's licensed under the Apache license, but that's nowhere to be seen in the repo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.