 |
 |
 |
 |
| Wibble A place to have a sensible chat, about anything non linux related. Please remember that political and religious topics are not permitted. |

14th July 2007, 02:20 AM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
Quote:
|
Originally Posted by bseltzer
Hmmm.... That's odd. Mind you, this whole thread is testament to my lack of experience with Debian, but I've also got a USB HD with about 15 GB of Nikon RAW files sitting on it that gets moved from computer to computer, and the "chown -R" seems to work just fine under Debian. 'Course I am running lenny, if that makes any difference.
What if you use your UID instead of the user name?
Regards,
Bert
|
I considered it to be equivalent, anyway I'll try.
The problem seems to be to recursively set permissions and, since I have lots of folders...it is really annoying.
UPDATE: It seemed to work with most of the files.
Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64
Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Last edited by joe.pelayo; 14th July 2007 at 02:27 AM.
|

14th July 2007, 07:11 AM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
|
Another shortcoming (and this is a big one) I found in Debian is that the machine freezes when I end session (to let another user log in). If I shutdown/reboot there is no problem.
I was using the fglrx driver when that happened, not I am trying with Radeon.
Joe.
UPDATE: With the Radeon driver the thing works. As I am unable to enable Beryl anyway I will use Radeon from now on.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64
Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
Last edited by joe.pelayo; 14th July 2007 at 07:13 AM.
|

14th July 2007, 08:30 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Location: E. San Francisco Bay Area
Posts: 194

|
|
Quote:
|
Originally Posted by joe.pelayo
I considered it to be equivalent, anyway I'll try.
The problem seems to be to recursively set permissions and, since I have lots of folders...it is really annoying.
UPDATE: It seemed to work with most of the files.
Thanks.
Joe.
|
I know what you mean. The directory structure I use to allow a reasonably sane work flow for editing and converting my NEF files and keeping them separated by month/year is of necessity many layers deep. It would be a nightmare if the "-R" switch didn't work.
I'm just puzzled by the need to use UID instead of user name. I just did a small experiment that confirms both work on my Debian box. Strange...
Regards,
Bert
__________________
Those who dance are often mistaken for insane
By those who cannot hear the music...
|

14th July 2007, 03:57 PM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
Quote:
|
Originally Posted by bseltzer
I know what you mean. The directory structure I use to allow a reasonably sane work flow for editing and converting my NEF files and keeping them separated by month/year is of necessity many layers deep. It would be a nightmare if the "-R" switch didn't work.
I'm just puzzled by the need to use UID instead of user name. I just did a small experiment that confirms both work on my Debian box. Strange...
Regards,
Bert
|
There are several reasons that could account for the problem. First of all I am not very original with respect to user names and my personal user account in all Linux systems is joe (that could mislead the command because some files might already be owned by some 'joe' and thus the instruction would skip them, I think). As mentioned earlier the command worked very well with UID.
Some of the files that weren't 'owned' using user name did not grant me write privileges and said they belonged to a 'plugdev' directory.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64
Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
|

14th July 2007, 05:28 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Location: E. San Francisco Bay Area
Posts: 194

|
|
Quote:
|
Originally Posted by joe.pelayo
There are several reasons that could account for the problem. First of all I am not very original with respect to user names and my personal user account in all Linux systems is joe (that could mislead the command because some files might already be owned by some 'joe' and thus the instruction would skip them, I think). As mentioned earlier the command worked very well with UID.
Some of the files that weren't 'owned' using user name did not grant me write privileges and said they belonged to a 'plugdev' directory.
Joe.
|
Joe,
See, the thing is, as far as the system is concerned, UID and GID are all that really matters. Commands like "ls" and such will make the translation based on /etc/passwd & /etc/group, but just as a concession to human readability. My guess is the the UID on one system corresponds to some system UID on the other machine that's somehow "privileged".
Another thought that occurred to me is, does this drive ever get mounted on an NTFS based Windows box? I have seen that do some strange things to file permissions. Of the two possibilities I've mentioned, this one is the lower probability.
Regards,
Bert
__________________
Those who dance are often mistaken for insane
By those who cannot hear the music...
|

14th July 2007, 08:22 PM
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 29
Posts: 3,101

|
|
Quote:
|
Originally Posted by bseltzer
Joe,
See, the thing is, as far as the system is concerned, UID and GID are all that really matters. Commands like "ls" and such will make the translation based on /etc/passwd & /etc/group, but just as a concession to human readability. My guess is the the UID on one system corresponds to some system UID on the other machine that's somehow "privileged".
Another thought that occurred to me is, does this drive ever get mounted on an NTFS based Windows box? I have seen that do some strange things to file permissions. Of the two possibilities I've mentioned, this one is the lower probability.
Regards,
Bert
|
I believe it is the first possibility because the hard disk is formated as ext3 (to prevent any Windows moron to see inside should it fall in wrong hands; there is an extra NTFS partition to make Windows actually detect something and don't offer itself to format).
Thanks.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 4GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 16 x86_64
Netbook: Acer Aspire One A150
Intel Atom N270 @ 1.6GHz, 1.5 GB DDR2 PC2-4200, Intel Graphics (8MB?), 160GB Seagate HDD
Fedora 15 i686
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
FC6 & Debian
|
brosjr |
EOL (End Of Life) Versions |
1 |
21st January 2007 07:31 PM |
|
Debian Vs FC3
|
slowfro |
Linux Chat |
3 |
5th March 2005 06:21 PM |
|
Debian as 2nd os
|
owakroeger |
Using Fedora |
0 |
22nd September 2004 07:06 PM |
|
Debian
|
cyborg |
Linux Chat |
4 |
12th August 2004 08:36 PM |
|
Debian Apt How To...
|
AliOop |
Linux Chat |
0 |
12th June 2004 05:44 AM |
Current GMT-time: 06:29 (Thursday, 20-06-2013)
|
|
 |
 |
 |
 |
|
|