Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: gordonselfish on September 09, 2013, 06:38:48 AM

Title: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 09, 2013, 06:38:48 AM
Code: [Select]
tc@box:~$ version
5.0.rc1

ls -al /tmp/tcloop/dbus/usr/local/tce.installed/
total 1
drwxrwxr-x 2 root staff  27 Jan 31  2010 ./
drwxr-xr-x 8 root root   97 Jul 28  2012 ../
-rwxr-xr-x 1 tc   staff 532 Feb  8  2010 dbus

suggest root:staff
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: Juanito on September 09, 2013, 08:55:21 AM
suggest root:staff

I believe the idea is for the folder /usr/local/tce.installed to be root:staff, which it is, no?
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 09, 2013, 09:48:41 AM
I am reporting that the extension should be  root:staff but the build of dbus is not
this package and similar packages have been built with tc:staff.....which is why I am suggesting possible bugs

also they are supposed to 775 but appear to be 755

I have amended all other similar posts to mention 775 in addition to root:staff issue
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: Juanito on September 09, 2013, 08:07:35 PM
Code: [Select]
$ ls -ld /tmp/tcloop/dbus/usr/local/tce.installed
drwxrwxr-x    2 root     staff           27 Jan 31  2010 /tmp/tcloop/dbus/usr/local/tce.installed/

looks OK to me (unless I'm missing something)?

Edit: and also:
Code: [Select]
$ ls -ld /tmp/tcloop/pango/usr/local/tce.installed
drwxrwxr-x    2 root     staff           28 Jun 15 11:37 /tmp/tcloop/pango/usr/local/tce.installed/
$ ls -ld /tmp/tcloop/librsvg/usr/local/tce.installed
drwxrwxr-x    2 root     staff           30 Nov 25  2011 /tmp/tcloop/librsvg/usr/local/tce.installed/
$ ls -ld /tmp/tcloop/gdk-pixbuf2/usr/local/tce.installed
drwxrwxr-x    2 root     staff           34 Jun 14 16:47 /tmp/tcloop/gdk-pixbuf2/usr/local/tce.installed/
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 10, 2013, 03:46:34 AM
Hi
I am complaining about the actual file under it
Code: [Select]
ls -al /tmp/tcloop/dbus/usr/local/tce.installed/dbus
-rwxr-xr-x 1 tc staff 532 Feb  8  2010 /tmp/tcloop/dbus/usr/local/tce.installed/dbus

ls -al /tmp/tcloop/pango/usr/local/tce.installed/pango
-rwxr-xr-x 1 tc staff 60 Jun 15 19:37 /tmp/tcloop/pango/usr/local/tce.installed/pango

ls -al /tmp/tcloop/librsvg/usr/local/tce.installed/librsvg
-rwxr-xr-x 1 tc staff 66 Nov 25  2011 /tmp/tcloop/librsvg/usr/local/tce.installed/librsvg

ls -al /tmp/tcloop/gdk-pixbuf2/usr/local/tce.installed/gdk-pixbuf2
-rwxr-xr-x 1 tc staff 66 Jun 15 00:47 /tmp/tcloop/gdk-pixbuf2/usr/local/tce.installed/gdk-pixbuf2

ls -al /tmp/tcloop/flwm_topside/usr/local/tce.installed/flwm_topside
-rwxr-xr-x 1 tc staff 55 Aug 13 05:16 /tmp/tcloop/flwm_topside/usr/local/tce.installed/flwm_topside

ls -al /tmp/tcloop/gtk2/usr/local/tce.installed/gtk2
-rwxr-xr-x 1 tc staff 129 Jul 12 20:27 /tmp/tcloop/gtk2/usr/local/tce.installed/gtk2


you can see that in the last line of my command output but I should have done first sorry

to repeat, they should be root:staff with 775 and not 755

Is that clearer?
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: Juanito on September 10, 2013, 09:03:27 AM
OK, now I see what you're speaking of, but the scripts themselves do not need to be root:staff as far as I know.
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: beroje on September 10, 2013, 01:55:22 PM
(http://i44.tinypic.com/2192veg.png)
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: Juanito on September 10, 2013, 01:58:36 PM
Rather than submitting an image and leaving people to guess your question/point, could you put your question/point in words please  :)
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: beroje on September 10, 2013, 02:12:11 PM
Perdon
No entiendo por que esta variedad, acaso no lo hace inestable?

Sorry
I do not understand this variety, does it not unstable?
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 10, 2013, 09:04:08 PM
Juanito writes
Quote
but the scripts themselves do not need to be root:staff as far as I know

Please consider http://wiki.tinycorelinux.net/wiki:creating_extensions

Quote
gutmensch provides the following set of rules:

    Tiny Core special settings, e.g. root:staff for /usr/local/tce.installed and 775

(and further down)

 Next, follow these commands to make script executable and with correct permissions.

sudo chown -R root:staff /tmp/package/usr/local/tce.installed
sudo chmod -R 775 /tmp/package/usr/local/tce.installed

I am suggesting before I added gutmensch's top section, that the bottom section of quote was there before my edit
and -R indicates it must be the folder and contents

thanks for reading

trivia
#####

The wiki was changed in response to gutmensch and me discussing some of my bad builds
so it happens to the best of us eh?  ;)

Once we agree? I will have to correct any poor syntax at the top.
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 10, 2013, 09:07:44 PM
looking at the image supplied by beroje, I notice Xprogs is root:root for the folder, I will resist posting a separate thread as we are discussing all here shall i?
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: Juanito on September 10, 2013, 11:25:17 PM
Roberts already posted a corrected version of Xprogs
Title: Re: 5.x series --- possible bug dbus for tce.installed
Post by: gordonselfish on September 11, 2013, 05:58:47 AM
today for reasons I know not, APPS update no longer says I still need to update
Xprogs even tho I had.

As no-one replied to my bug report I have deleted it.

Thanks for fixing it up.