WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Bug: errors loading flwm_topside and wbar with user= boot code dCore 5.0-rc2  (Read 4341 times)

Offline cpoakes

  • Newbie
  • *
  • Posts: 32
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).

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Were these sce's freshly imported with the new cut of RC2?

Offline cpoakes

  • Newbie
  • *
  • Posts: 32
Yes, all SCEs were imported by RC2 from repos since RC2 released.  Nothing was carried over from RC1.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Try re-importing Xprogs, it's tce.installed directory had wrong ownership, which needs to be root:staff and 775 permissions.

Offline cpoakes

  • Newbie
  • *
  • Posts: 32
Solved.  Thanks for the attention to detail.