I have a HD on my system, sdc1 which has root root ownership. I created
a directory, Apps, to which I gave computation computation ownership
(user). I can create a file in the Apps directory without any problems
as the user.
However, when I try to run an installer
./install_ecce.6.4.rehl5-gcc4.1.2-m64.csh
get a Permission denied message.
i should not that the same installer runs in the users (computation)
subdirectory. The installer permission are set for an executable file,
and cash has been installed on the system.
I know enough about permissions to know that I'm missing something, but
I don't know what it might be.
Thanks in advance.
--
Stephen P. Molnar, Ph.D. Life is a fuzzy set
Foundation for Chemistry Stochastic and multivariate
www.FoundationForChemistry.com
(614)312-7528 (c)
Skype: smolnar1
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
On Sunday 14 October 2012 11:06:31 am Stephen P. Molnar wrote:
> I have a HD on my system, sdc1 which has root root ownership. I created
> a directory, Apps, to which I gave computation computation ownership
> (user). I can create a file in the Apps directory without any problems
> as the user.
>
> However, when I try to run an installer
>
> ./install_ecce.6.4.rehl5-gcc4.1.2-m64.csh
>
> get a Permission denied message.
>
> i should not that the same installer runs in the users (computation)
> subdirectory. The installer permission are set for an executable file,
> and cash has been installed on the system.
>
> I know enough about permissions to know that I'm missing something, but
> I don't know what it might be.
You are trying to install a RedHat Enterprise Linux package on Debian. This
can be a problem if the user numbers that Debian and Redhat either conflict or
if RedHat makes different assumptions about user numbers than Debian does. Can
you get a Debian package for ecce?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201210150846.03837.mark@neidorff.com">http://lists.debian.org/201210150846.03837.mark@neidorff.com
10-15-2012, 01:03 PM
Lisi
Permissions Problem
On Monday 15 October 2012 13:46:03 Mark Neidorff wrote:
> On Sunday 14 October 2012 11:06:31 am Stephen P. Molnar wrote:
> > I have a HD on my system, sdc1 which has root root ownership. I created
> > a directory, Apps, to which I gave computation computation ownership
> > (user). I can create a file in the Apps directory without any problems
> > as the user.
> >
> > However, when I try to run an installer
> >
> > ./install_ecce.6.4.rehl5-gcc4.1.2-m64.csh
> >
> > get a Permission denied message.
> >
> > i should not that the same installer runs in the users (computation)
> > subdirectory. The installer permission are set for an executable file,
> > and cash has been installed on the system.
> >
> > I know enough about permissions to know that I'm missing something, but
> > I don't know what it might be.
>
> You are trying to install a RedHat Enterprise Linux package on Debian. This
> can be a problem if the user numbers that Debian and Redhat either conflict
> or if RedHat makes different assumptions about user numbers than Debian
> does. Can you get a Debian package for ecce?
According to the Debian package list, the answer is no. (I searched on all
versions.)
Lisi
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201210151403.11532.lisi.reisz@gmail.com">http://lists.debian.org/201210151403.11532.lisi.reisz@gmail.com
10-15-2012, 01:52 PM
Ralf Mardorf
Permissions Problem
On Mon, 2012-10-15 at 08:46 -0400, Mark Neidorff wrote:
> user numbers
I suspect the term should be "user IDs".
If I list my Debian from Arch Linux, it does look like that:
[spinymouse@archlinux ~]$ id
uid=1000(spinymouse) gid=100(users)
groups=100(users),7(lp),10(wheel),50(games),91(vid eo),92(audio),93(optical),95(storage),96(scanner), 98(power),108(vboxusers)
[spinymouse@archlinux ~]$ ls -l /run/media/spinymouse/avlinux/home
total 8
drwxr-xr-x 2 root 29 4096 Apr 6 2012 music
drwxr-xr-x 55 spinymouse 1000 4096 Sep 21 00:36 spinymouse
Names become IDs.
Regards,
Ralf
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/1350309150.1218.65.camel@localhost.localdomain
10-15-2012, 01:56 PM
Ralf Mardorf
Permissions Problem
On Mon, 2012-10-15 at 14:03 +0100, Lisi wrote:
> > Can you get a Debian package for ecce?
>
> According to the Debian package list, the answer is no. (I searched on all
> versions.)
Perhaps wiki.debian.org/Alien could help.
Regards,
Ralf
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/1350309402.1218.67.camel@localhost.localdomain
10-15-2012, 01:58 PM
Ralf Mardorf
Permissions Problem
On Mon, 2012-10-15 at 15:56 +0200, Ralf Mardorf wrote:
> On Mon, 2012-10-15 at 14:03 +0100, Lisi wrote:
> > > Can you get a Debian package for ecce?
> >
> > According to the Debian package list, the answer is no. (I searched on all
> > versions.)
>
> Perhaps wiki.debian.org/Alien could help.
>
> Regards,
> Ralf
Apologize! I didn't notice ./install_ecce.6.4.rehl5-gcc4.1.2-m64.csh and
Fedora does use RPM.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/1350309504.1218.68.camel@localhost.localdomain
10-15-2012, 02:47 PM
John Hasler
Permissions Problem
Mark Neidorff wrote:
> You are trying to install a RedHat Enterprise Linux package on
> Debian. This can be a problem if the user numbers that Debian and
> Redhat either conflict or if RedHat makes different assumptions about
> user numbers than Debian does. Can you get a Debian package for ecce?
<http://ecce.emsl.pnl.gov/>
The fact that that the "installer" is a csh script is a bad sign (as is
the fact that there is an "installer" at all). If possible get the bare
rpm package and install it with alien. I'd suggest building from source
but I suspect that the build system is a nightmare (and probably also a
csh script, but I repeat myself).
--
John Hasler
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87sj9frdw5.fsf@thumper.dhh.gt.org">http://lists.debian.org/87sj9frdw5.fsf@thumper.dhh.gt.org
10-15-2012, 03:09 PM
hvw59601
Permissions Problem
Mark Neidorff wrote:
On Sunday 14 October 2012 11:06:31 am Stephen P. Molnar wrote:
I have a HD on my system, sdc1 which has root root ownership. I created
a directory, Apps, to which I gave computation computation ownership
(user). I can create a file in the Apps directory without any problems
as the user.
However, when I try to run an installer
./install_ecce.6.4.rehl5-gcc4.1.2-m64.csh
get a Permission denied message.
i should not that the same installer runs in the users (computation)
subdirectory. The installer permission are set for an executable file,
and cash has been installed on the system.
I know enough about permissions to know that I'm missing something, but
I don't know what it might be.
You are trying to install a RedHat Enterprise Linux package on Debian. This
can be a problem if the user numbers that Debian and Redhat either conflict or
if RedHat makes different assumptions about user numbers than Debian does. Can
you get a Debian package for ecce?
Try downloading ecce-v6.4-src.tar.bz2 from the ecce site and installing
that. There is an ecce forum also.
Hugo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
I get the same response for every executable in the Apps directory. (the
paths are set by the installer).
Solutions to these problems will really be appreciated.
--
Stephen P. Molnar, Ph.D. Life is a fuzzy set
Foundation for Chemistry Stochastic and multivariate
www.FoundationForChemistry.com
(614)312-7528 (c)
Skype: smolnar1
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org