Tiny Core Base > Final Releases

Tiny Core v6.2

<< < (5/6) > >>

aswjh:

--- Quote from: Misalf on May 11, 2015, 06:23:27 AM ---WBar disappears after loading some extensions.

--- End quote ---
I guess there is not enough memory available,
using a virtual machine?

Misalf:
Nope. Bare metal. 2GB RAM. About 65 MB is used uncached after boot + 460 MB zRAM.
Note,  tce-load -i mtpaint  has different results compared to  Apps -> mtpaint -> Download + Load .

aswjh:
Tested in vm with tc 6.2 x86, download+load mtpaint/leafpad/lxtask/pcmanfm/xarchiver by apps,
wbar disappeared many times, at the moment there were two processes(ppid was the same) of wbar.sh.

aswjh:
Could you try this:  add "return 0" at the end of function "install" in tce-load?
(avoid to execute "exit 1" in the absence of an error)

aswjh:
or add these after "nohup wbar" in /usr/local/bin/wbar.sh:
    for _ in `seq 10`; do
        [ "`pidof wbar`" ] && break || sleep 0.01s
    done

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version