WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: getFlash11  (Read 12476 times)

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: getFlash11
« Reply #30 on: November 19, 2011, 06:16:50 AM »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: getFlash11
« Reply #31 on: November 19, 2011, 06:57:20 AM »
Hi uggla
I think you may have to track the location down yourself, however, here is something that may help.
Open a terminal and type
Code: [Select]
touch NowThen change some flash settings.
At the terminal enter
Code: [Select]
sudo find / -newer NowThat should list any files that were modified since you executed the touch command and hopefully
provide enough clues of which files/directories to add to your backup.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: getFlash11
« Reply #32 on: November 19, 2011, 10:51:51 AM »
Thanks! I tried it and found:

/home/tc/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys
/home/tc/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/settings.sol

But the file settings.sol is only 373 bytes and appears empty. My home directory is already persistent but the flash settings is still not remembered.

Does this work for anyone else?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: getFlash11
« Reply #33 on: November 19, 2011, 01:09:05 PM »
Hi uggla
Check your  /opt/.xfiletool.lst  file. You will probably find it contains the line
.macromedia/Flash_Player
Anything listed in this file overrides what's in  /opt/.filetool.lst.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: getFlash11
« Reply #34 on: November 20, 2011, 12:57:05 AM »
My home is set in the bootcode not in .filetool.lst. But I tried to remove the line in .xfiletool.lst anyway and NOW IT WORKS. I didn't know that stuff in .xfiletool.lst is only written to memory no matter what. I've now erased everything in .xfiletool.lst since I have /opt and /tce too in the bootcode.

Thanks!

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11246
Re: getFlash11
« Reply #35 on: November 20, 2011, 05:26:22 AM »
Hi uggla
I would strongly suggest that you restore .xfiletool.lst with just the one line removed. The purpose
of that file is to filter out directories (or files) that may make your backup unnecessarily large, such
as browser caches for example.

Offline uggla

  • Sr. Member
  • ****
  • Posts: 438
Re: getFlash11
« Reply #36 on: November 20, 2011, 06:08:55 AM »
But my .filetool.lst is empty as well and my mydata.tgz is less than 1kb.