Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: cpoakes on September 06, 2013, 12:26:09 PM
-
For virgin "X" system (kernel+initrd, set tce=, import Xprogs, flwm_topside, wbar, xorg-all), adding "user=craig" boot code causes errors loading flwm_topside and wbar. Relevant boot messages:
Loading Extensions...
Xprogs touch: /usr/local/tce.installed/flwm_topside : Permission denied.
flwm_topside touch: /usr/local/tce.installed/wbar: Permission denied.
wbar
Note: xorg-all was NOT in sceboot.lst to be able to see the boot messages (as xorg-all writes directly to /dev/console, not redirected).
-
Were these sce's freshly imported with the new cut of RC2?
-
Yes, all SCEs were imported by RC2 from repos since RC2 released. Nothing was carried over from RC1.
-
Try re-importing Xprogs, it's tce.installed directory had wrong ownership, which needs to be root:staff and 775 permissions.
-
Solved. Thanks for the attention to detail.