User Tools

  • (equal to forum credentials)

Site Tools


update_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

update_issues [2014/07/01 21:42]
curlymo
update_issues [2014/11/11 20:56] (current)
palswim Updated patch to alter script to set runlevels instead of commenting lines.
Line 64: Line 64:
   * if 16384 still crashes dpkg, try 32768 or even 65536. (you have to reload setting from this file by "sudo sysctl -p /​etc/​sysctl.d/​xbian.conf"​   * if 16384 still crashes dpkg, try 32768 or even 65536. (you have to reload setting from this file by "sudo sysctl -p /​etc/​sysctl.d/​xbian.conf"​
  
-==== CuBox-I ​plymouth upgrade error ====+==== plymouth upgrade error ====
  
-The problem looks like this when upgrading the XBian CuBox-I ​installation:+The problem looks like this when upgrading the XBian installation on a CuBox-I ​or Raspberry Pi device:
 <​code>​ <​code>​
 Setting up plymouth (0.8.8-16) ... Setting up plymouth (0.8.8-16) ...
Line 88: Line 88:
 - update-rc.d plymouth start . 2 3 4 5 . stop . 0 6 . >/​dev/​null || exit $? - update-rc.d plymouth start . 2 3 4 5 . stop . 0 6 . >/​dev/​null || exit $?
 -fi -fi
-+#if [ -x "/​etc/​init.d/​plymouth"​ ]; then ++if [ -x "/​etc/​init.d/​plymouth"​ ]; then 
-+# update-rc.d plymouth start 2 3 4 5 . stop 0 6 . >/​dev/​null || exit $? ++ update-rc.d plymouth start 41 2 3 4 5 . stop 41 0 6 . >/​dev/​null || exit $? 
-+#fi++fi
  # End automatically added section  # End automatically added section
  # Automatically added by dh_installinit  # Automatically added by dh_installinit
Line 96: Line 96:
 - update-rc.d plymouth-log start . S . >/​dev/​null || exit $? - update-rc.d plymouth-log start . S . >/​dev/​null || exit $?
 -fi -fi
-+#if [ -x "/​etc/​init.d/​plymouth-log"​ ]; then ++if [ -x "/​etc/​init.d/​plymouth-log"​ ]; then 
-+# update-rc.d plymouth-log start S . >/​dev/​null || exit $? ++ update-rc.d plymouth-log start 40 S . >/​dev/​null || exit $? 
-+#fi++fi
  # End automatically added section  # End automatically added section
  # Automatically added by dh_makeshlibs  # Automatically added by dh_makeshlibs
  if [ "​$1"​ = "​configure"​ ]; then  if [ "​$1"​ = "​configure"​ ]; then
 </​code>​ </​code>​
update_issues.1404243725.txt.gz · Last modified: 2014/07/01 21:42 by curlymo