Thread: H2O not booting
View Single Post
Old 02-01-2015, 02:26 PM   #13
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Quote:
Originally Posted by tshering View Post
Since I create the rcS in windows
It must be set in the tar file. Find a program that lists contents of tar along with their permissions.

Code:
$ tar tvf KoboRoot.tgz 
-rw-r--r-- 0/0            7450 2014-12-22 19:44 etc/init.d/rcS
In this example, etc/init.d/rcS is -rw-r--r-- but should be -rwxr-xr-x.

Technically, uid/gid 0/0 is also wrong. Although this should be not critical.

The official firmware looks like this:

Code:
-rwxr-xr-x root/root       5187 2014-11-25 21:01 ./etc/init.d/rcS
Paths starting with ./ is also not critical, the files still end up in the same location regardless whether ./ is there or not.

Last edited by frostschutz; 02-01-2015 at 02:31 PM.
frostschutz is offline   Reply With Quote