WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Strange error msg in the end of bootup ...  (Read 4009 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Strange error msg in the end of bootup ...
« Reply #15 on: November 03, 2015, 06:58:34 AM »
Hi emninger
My /opt/.filetool.lst:
Code: [Select]
opt
home
opt/eth0.sh
usr/local/share/
etc/

Then i realize. there is also an .xfiletool.lst (?)
Code: [Select]
Cache
cache
.cache
XUL.mfasl
XPC.mfasl
mnt
.adobe/Flash_Player/AssetCache
.macromedia/Flash_Player
.opera/opcache
.opera/cache4
.Xauthority
.wmx
You do not need  opt/eth0.sh  since  opt  is already listed. I recommend you don't mess with  .xfiletool.lst.
Post the results of  showbootcodes

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Strange error msg in the end of bootup ...
« Reply #16 on: November 03, 2015, 12:55:58 PM »
In my limited experience there are very few files that need to be in .filetool.lst. Most applications support custom configurations in /home directory, including fluxbox. Everyone's needs are different, your setup sounds more complex. Just an example of what works for me:
Code: [Select]
opt
home
etc/X11/xorg.conf
usr/local/sbin/basic-firewall
var/lib/locate/locatedb
etc/exports

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: Strange error msg in the end of bootup ...
« Reply #17 on: November 04, 2015, 12:45:29 AM »
showbootcodes:
Code: [Select]
[initrd=/tce/boot/core.gz quiet lang=de_DE kmap=de waitusb=10:UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" tce=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" restore=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" swapfile=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" home=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" opt=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" local=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" tz=CET-1CEST,M3.5.0,M10.5.0/3 showapps blacklist=b43,ssb,bcma noautologin BOOT_IMAGE=/tce/boot/vmlinuz

@nitram:

You're probably right (and for fluxbox: it is - by default - configured in ~/ (safe startfluxbox). But, the problem is: not any applications do that by default. fontconfig e.g. And so, you always have to think of and to transfer your settings consciously to ~/ - what one easy forgets (at least me). May be getting more familiar with TCL that will change ;)
« Last Edit: November 04, 2015, 12:48:11 AM by emninger »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Strange error msg in the end of bootup ...
« Reply #18 on: November 04, 2015, 07:17:13 AM »
Hi emninger
showbootcodes:
Code: [Select]
[initrd=/tce/boot/core.gz quiet lang=de_DE kmap=de waitusb=10:UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" tce=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" restore=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" swapfile=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" home=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" opt=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" local=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" tz=CET-1CEST,M3.5.0,M10.5.0/3 showapps blacklist=b43,ssb,bcma noautologin BOOT_IMAGE=/tce/boot/vmlinuz

Quote
[initrd=/tce/boot/core.gz
That  [  does not belong there.
Quote
restore=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f"
Since it's the same as what you specified for the  tce  directory, you don't need that. Tinycore will restore from the  tce
directory by default.
Quote
home=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f" opt=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f"
These two items specify that you have persistant  /home  and  /opt  directories, so they don't need to be included in
your backup. Open your  filetool.lst  file, remove any lines beginning with  home  or  opt, then run a backup.
Quote
local=UUID="3b305a3c-d95b-4f80-b1fa-b7baaf7db06f"
I doubt you need this, but since I don't really understand the purpose of this code, I'll defer to someone else to
comment on it.