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

Title: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2
Post 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: 

Code: [Select]
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).
Title: Re: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2
Post by: Jason W on September 07, 2013, 05:55:55 AM
Were these sce's freshly imported with the new cut of RC2?
Title: Re: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2
Post by: cpoakes on September 09, 2013, 06:38:48 AM
Yes, all SCEs were imported by RC2 from repos since RC2 released.  Nothing was carried over from RC1.
Title: Re: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2
Post by: Jason W on September 09, 2013, 09:51:14 AM
Try re-importing Xprogs, it's tce.installed directory had wrong ownership, which needs to be root:staff and 775 permissions.
Title: Re: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2
Post by: cpoakes on September 10, 2013, 06:39:48 PM
Solved.  Thanks for the attention to detail.