WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v4.3rc1  (Read 20059 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #15 on: January 29, 2012, 12:43:56 PM »
hi roberts,

you wrote:
Re: mydata.tgz.bfe is encrypted with the password in quotes
I have been testing "protect" with v4.3rc1. I did make some tweaks.
"Protect" should work without issue when this rc is made public.

i think i did not explain the problem clear enough, because there is still the common behavior:

to decrypt the protected mydata.tgz.bfe on the command line with
tc@box:~$ bcrypt mydata.tgz.bfe
Encryption key: "password"

the password is not enough for the encryption of that protected file,
i have to write the protected-boot-password with quotes,
one at the beginning and one at the end.... not just password, "password" is needed.
I don't see any inconsistencies with intended use of the 'protect' boot option.
It appears that your approach is a separate stand-alone decrypting which would be a non-intended use.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #16 on: January 29, 2012, 12:45:37 PM »
l
ScmBrowser Depends and Size window is empty.
Not as relevant for self contained style scms. Likely will be dropped before final.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #17 on: January 29, 2012, 06:39:13 PM »
WoW! Looks very promising.

Has the Xprogs loading wbar as root been fixed?
http://forum.tinycorelinux.net/index.php/topic,12339.0.html

Fixed for rc2,
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.3rc1
« Reply #18 on: January 29, 2012, 10:49:46 PM »
l
ScmBrowser Depends and Size window is empty.
Not as relevant for self contained style scms. Likely will be dropped before final.

There are 19 packages with dep in scm repository. OK, it is mainly a demo/test repository, but there will be packages with dep for sure. SIze is also important to know. Please keep it in the final.

Not know, but in a later release ScmBrowser and AppBrowser must be the same tool and not two nearly identical application.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.3rc1
« Reply #19 on: January 29, 2012, 11:31:07 PM »
Please add OnlyShownIn=old to tinycore-scm.desktop and tinycore-wbarconf.desktop as they are not needed in DE like LXDE or Xfce4.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Core v4.3rc1
« Reply #20 on: January 29, 2012, 11:33:57 PM »
tinycore-....desktop have 755 permisson except tinycore-wbarconf.desktop having 644. Doesn't influence operation and mainly cosmetics, but the proper permission would be 644.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #21 on: January 30, 2012, 07:04:46 AM »
Please add OnlyShownIn=old to tinycore-scm.desktop and tinycore-wbarconf.desktop as they are not needed in DE like LXDE or Xfce4.
Done.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #22 on: January 30, 2012, 07:05:14 AM »
tinycore-....desktop have 755 permisson except tinycore-wbarconf.desktop having 644. Doesn't influence operation and mainly cosmetics, but the proper permission would be 644.
Done
10+ Years Contributing to Linux Open Source Projects.

Offline yoshi314

  • Full Member
  • ***
  • Posts: 135
Re: Core v4.3rc1
« Reply #23 on: February 02, 2012, 10:54:01 PM »
We are introducing scms as an additional option for our users. There are currently no plans to deprecate tcz style extensions. There is always the trade-off of efficiency and size. Both have there place.

does that mean that certain extensions will be available in both formats, or will migrate from tcz to scm? I'm mostly concerned with the upgrade procedure, in the second case.

q2: tce-update fails to work due to md5.db not being found. after installing any package the errors go away.
« Last Edit: February 03, 2012, 01:31:54 AM by yoshi314 »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.3rc1
« Reply #24 on: February 03, 2012, 10:29:29 AM »
tce-update is not downloading md5.db.
After manually downloading md5.db, extensions containing "++" such as
libxml++.tcz or tolua++.tcz cannot be verified.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #25 on: February 03, 2012, 08:31:13 PM »
Thanks for reporting. I will check into it.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Core v4.3rc1
« Reply #26 on: February 04, 2012, 10:16:01 AM »
tce-update is not downloading md5.db.
After manually downloading md5.db, extensions containing "++" such as
libxml++.tcz or tolua++.tcz cannot be verified.
Yes. Needed to use appsaudit for download to occur.
But now fixed for cli use.
Also fixed for "++".
Thanks for reporting.
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Core v4.3rc1
« Reply #27 on: February 04, 2012, 12:07:09 PM »
Yes. Needed to use appsaudit for download to occur.
But now fixed for cli use.
Also fixed for "++".
Thanks for reporting.
That's exactly how I did the download.
Looking forward to rc2.
Thanks.