Giter Club home page Giter Club logo

Comments (7)

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

How do you start the script? As root, sudo. /armstrap or you let armstrap do it's on sudo? Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé: dimanche 20 octobre 2013 04:36À: EddyBeaupre/armStrapRépondre à: EddyBeaupre/armStrapObjet: [armStrap] invalid owner 1000:1000 on / files (#21)Permissions on /

drwxr-xr-x 22 1000 1000 4096 Oct 19 17:44 .
drwxr-xr-x 10 root root 4096 Oct 19 13:48 ..
drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 bin
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 boot
drwxr-xr-x 3 1000 1000 4096 Jul 1 23:56 dev
drwxr-xr-x 92 1000 1000 4096 Oct 20 04:27 etc
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 home
drwxr-xr-x 12 1000 1000 4096 Jul 2 00:24 lib
drwx------ 2 root root 16384 Oct 20 04:25 lost+found
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 media
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 mnt
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 opt
dr-xr-xr-x 82 root root 0 Oct 20 04:22 proc
drwx------ 3 1000 1000 4096 Jul 2 10:16 root
drwxr-xr-x 9 1000 1000 4096 Jul 2 00:24 run
drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 sbin
drwxr-xr-x 2 1000 1000 4096 Jun 10 2012 selinux
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 srv
drwxr-xr-x 12 root root 0 Oct 20 04:22 sys
drwxrwxrwt 2 1000 1000 4096 Oct 19 17:43 tmp
drwxr-xr-x 10 1000 1000 4096 Jul 1 23:54 usr
drwxr-xr-x 11 1000 1000 4096 Jul 1 23:54 var

My config:

diff --git a/config.sh b/config.sh
index 294cfeb..9fb2855 100644
--- a/config.sh
+++ b/config.sh
@@ -2,7 +2,7 @@

Build configuration

Set this to the name of the board you want to build

-ARMSTRAP_CONFIG="CubieBoard"
+ARMSTRAP_CONFIG="CubieBoard2"

##############################################################################

Basic configuration

I was able to reproduce this problem on both ubuntu and debian builds.

—Reply to this email directly or view it on GitHub.

from armstrap.

artworx avatar artworx commented on August 20, 2024

I have tried all methods including a virtual machine with root as the only
available user(that is how i got 1000:1000)

On 21 October 2013 14:41, Eddy Beaupré [email protected] wrote:

How do you start the script? As root, sudo. /armstrap or you let armstrap
do it's on sudo? Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé:
dimanche 20 octobre 2013 04:36À: EddyBeaupre/armStrapRépondre à:
EddyBeaupre/armStrapObjet: [armStrap] invalid owner 1000:1000 on / files
(#21)Permissions on /

drwxr-xr-x 22 1000 1000 4096 Oct 19 17:44 .
drwxr-xr-x 10 root root 4096 Oct 19 13:48 ..
drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 bin
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 boot
drwxr-xr-x 3 1000 1000 4096 Jul 1 23:56 dev
drwxr-xr-x 92 1000 1000 4096 Oct 20 04:27 etc
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 home
drwxr-xr-x 12 1000 1000 4096 Jul 2 00:24 lib
drwx------ 2 root root 16384 Oct 20 04:25 lost+found
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 media
drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 mnt
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 opt
dr-xr-xr-x 82 root root 0 Oct 20 04:22 proc
drwx------ 3 1000 1000 4096 Jul 2 10:16 root
drwxr-xr-x 9 1000 1000 4096 Jul 2 00:24 run
drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 sbin
drwxr-xr-x 2 1000 1000 4096 Jun 10 2012 selinux
drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 srv
drwxr-xr-x 12 root root 0 Oct 20 04:22 sys
drwxrwxrwt 2 1000 1000 4096 Oct 19 17:43 tmp
drwxr-xr-x 10 1000 1000 4096 Jul 1 23:54 usr
drwxr-xr-x 11 1000 1000 4096 Jul 1 23:54 var

My config:

diff --git a/config.sh b/config.sh
index 294cfeb..9fb2855 100644
--- a/config.sh
+++ b/config.sh
@@ -2,7 +2,7 @@

Build configuration

Set this to the name of the board you want to build

-ARMSTRAP_CONFIG="CubieBoard"
+ARMSTRAP_CONFIG="CubieBoard2"

##############################################################################

Basic configuration

I was able to reproduce this problem on both ubuntu and debian builds.

—Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-26710048
.

from armstrap.

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

OK i will check that tonight Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé: lundi 21 octobre 2013 07:46À: EddyBeaupre/armStrapRépondre à: EddyBeaupre/armStrapCc: Eddy BeaupréObjet: Re: [armStrap] invalid owner 1000:1000 on / files (#21)I have tried all methods including a virtual machine with root as the only

available user(that is how i got 1000:1000)

On 21 October 2013 14:41, Eddy Beaupré [email protected] wrote:

How do you start the script? As root, sudo. /armstrap or you let armstrap

do it's on sudo? Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé:

dimanche 20 octobre 2013 04:36À: EddyBeaupre/armStrapRépondre à:

EddyBeaupre/armStrapObjet: [armStrap] invalid owner 1000:1000 on / files

(#21)Permissions on /

drwxr-xr-x 22 1000 1000 4096 Oct 19 17:44 .

drwxr-xr-x 10 root root 4096 Oct 19 13:48 ..

drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 bin

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 boot

drwxr-xr-x 3 1000 1000 4096 Jul 1 23:56 dev

drwxr-xr-x 92 1000 1000 4096 Oct 20 04:27 etc

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 home

drwxr-xr-x 12 1000 1000 4096 Jul 2 00:24 lib

drwx------ 2 root root 16384 Oct 20 04:25 lost+found

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 media

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 mnt

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 opt

dr-xr-xr-x 82 root root 0 Oct 20 04:22 proc

drwx------ 3 1000 1000 4096 Jul 2 10:16 root

drwxr-xr-x 9 1000 1000 4096 Jul 2 00:24 run

drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 sbin

drwxr-xr-x 2 1000 1000 4096 Jun 10 2012 selinux

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 srv

drwxr-xr-x 12 root root 0 Oct 20 04:22 sys

drwxrwxrwt 2 1000 1000 4096 Oct 19 17:43 tmp

drwxr-xr-x 10 1000 1000 4096 Jul 1 23:54 usr

drwxr-xr-x 11 1000 1000 4096 Jul 1 23:54 var

My config:

diff --git a/config.sh b/config.sh

index 294cfeb..9fb2855 100644

--- a/config.sh

+++ b/config.sh

@@ -2,7 +2,7 @@

Build configuration

Set this to the name of the board you want to build

-ARMSTRAP_CONFIG="CubieBoard"

+ARMSTRAP_CONFIG="CubieBoard2"

##############################################################################

Basic configuration

I was able to reproduce this problem on both ubuntu and debian builds.

—Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-26710048

.

—Reply to this email directly or view it on GitHub.

from armstrap.

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

I need to rebuild debian-wheezy-armv7l-hf.txz and ubuntu-13.04-armv7l-hf.txz rootfs, i have probably messed them a while ago while doing maintenance on them. debian-jessie-armv7l-hf.txz, debian-sid-armv7l-hf.txz, raspbian-wheezy-armv6l-hf.txz and ubuntu-13.10-armv7l-hf.txz are all right.So you can wait until i have time to rebuild them, or use "jessie", "sid" for debian, or "saucy" for ubuntu as rootfs target. I will probably have time to rebuild them before the weekend.

from armstrap.

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

I will also have better default kernel configuration avalable around the same time, no more default/desktop/server/video variant, instead one unified kernel that does it all. I will also add CubieTruck support about a week after i've received mine.

from armstrap.

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

The repository is currently being rebuild. Everything should be working in a few hours.

from armstrap.

EddyBeaupre avatar EddyBeaupre commented on August 20, 2024

Everything has been uploaded. Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé: lundi 21 octobre 2013 07:46À: EddyBeaupre/armStrapRépondre à: EddyBeaupre/armStrapCc: Eddy BeaupréObjet: Re: [armStrap] invalid owner 1000:1000 on / files (#21)I have tried all methods including a virtual machine with root as the only

available user(that is how i got 1000:1000)

On 21 October 2013 14:41, Eddy Beaupré [email protected] wrote:

How do you start the script? As root, sudo. /armstrap or you let armstrap

do it's on sudo? Envoyé de mon smartphone BlackBerry 10. De: artworxEnvoyé:

dimanche 20 octobre 2013 04:36À: EddyBeaupre/armStrapRépondre à:

EddyBeaupre/armStrapObjet: [armStrap] invalid owner 1000:1000 on / files

(#21)Permissions on /

drwxr-xr-x 22 1000 1000 4096 Oct 19 17:44 .

drwxr-xr-x 10 root root 4096 Oct 19 13:48 ..

drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 bin

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 boot

drwxr-xr-x 3 1000 1000 4096 Jul 1 23:56 dev

drwxr-xr-x 92 1000 1000 4096 Oct 20 04:27 etc

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 home

drwxr-xr-x 12 1000 1000 4096 Jul 2 00:24 lib

drwx------ 2 root root 16384 Oct 20 04:25 lost+found

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 media

drwxr-xr-x 2 1000 1000 4096 Jun 3 23:15 mnt

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 opt

dr-xr-xr-x 82 root root 0 Oct 20 04:22 proc

drwx------ 3 1000 1000 4096 Jul 2 10:16 root

drwxr-xr-x 9 1000 1000 4096 Jul 2 00:24 run

drwxr-xr-x 2 1000 1000 4096 Oct 19 17:44 sbin

drwxr-xr-x 2 1000 1000 4096 Jun 10 2012 selinux

drwxr-xr-x 2 1000 1000 4096 Jul 1 23:54 srv

drwxr-xr-x 12 root root 0 Oct 20 04:22 sys

drwxrwxrwt 2 1000 1000 4096 Oct 19 17:43 tmp

drwxr-xr-x 10 1000 1000 4096 Jul 1 23:54 usr

drwxr-xr-x 11 1000 1000 4096 Jul 1 23:54 var

My config:

diff --git a/config.sh b/config.sh

index 294cfeb..9fb2855 100644

--- a/config.sh

+++ b/config.sh

@@ -2,7 +2,7 @@

Build configuration

Set this to the name of the board you want to build

-ARMSTRAP_CONFIG="CubieBoard"

+ARMSTRAP_CONFIG="CubieBoard2"

##############################################################################

Basic configuration

I was able to reproduce this problem on both ubuntu and debian builds.

—Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-26710048

.

—Reply to this email directly or view it on GitHub.

from armstrap.

Related Issues (20)

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.