Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 22541
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: rumen [...] skyarchive.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fwd: PAR - No such file or directory at -e line 761 PART II something more
Date: Tue, 24 Oct 2006 18:18:25 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>
on the newly installed machine mediately after the last test described: rumen@bc2s:~$ pp -o t t2.pl rumen@bc2s:~$ t No such file or directory at -e line 761. rumen@bc2s:~$ su Password: root@bc2s:/home/rumen# ./t Executed t2.pl - ./t root@bc2s:/home/rumen# exit exit rumen@bc2s:~$ t Executed t2.pl - /home/rumen/t rumen@bc2s:~$ Strange!
Subject: Re: [rt.cpan.org #22541] Fwd: PAR - No such file or directory at -e line 761 PART II something more
Date: Tue, 24 Oct 2006 18:41:53 +0200
To: bug-PAR [...] rt.cpan.org
From: Steffen Mueller <smueller [...] ma2geo.mathematik.uni-karlsruhe.de>
Hi Rumen, Rumen Bogdanovski via RT schrieb: Show quoted text
> Strange!
Agreed! It took me hours to get to this point, but I think I tracked down the problem alright. I'm not sure how to fix it, though. Possibly, removing a certain feature helps. Perhaps that'll break PAR on some systems. I don't know. Anyhow, PAR 0.957 is on its way to CPAN now. You can grab a copy from http://steffen-mueller.net/tmp/PAR-0.957.tar.gz until it is available from your CPAN mirror. Please tell me whether this fixes the symlink problem! Steffen
Subject: Re: [rt.cpan.org #22541] Fwd: PAR - No such file or directory at -e line 761 PART II something more
Date: Wed, 25 Oct 2006 03:25:59 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>
Hi Steffen thanks alot! I have tested only Linux Slackware so far, but I will test it on Solaris intel and Sparc soon. Everything seems working except for this (not a big problem but...): photview is a link to photclient rumen@bc2s:~$ su Password: root@bc2s:/home/rumen# rm /tmp/par-rumen/ -r root@bc2s:/home/rumen# photclient **** window appears **** root@bc2s:/home/rumen# exit exit rumen@bc2s:~$ photview Permission denied at ../blib/lib/PAR.pm line 845. rumen@bc2s:~$ ls -l /tmp/ drwxr-xr-x 3 root root 4096 2006-10-24 23:08 par-rumen/ rumen@bc2s:~$ The point is that rumen->"su"->root creates /tmp/par-rumen with owner root. In this case "rumen" can not execute any other PARs I think it should create /tmp/par-root as rumen->"su -"->root does. What about the Fedora 4 and 5 issue? Thanks again for the instant reaction. Rumen On Tue, 24 Oct 2006 19:42:10 +0300, Steffen Mueller via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22541 > > > Hi Rumen, > > Rumen Bogdanovski via RT schrieb:
>> Strange!
> > Agreed! It took me hours to get to this point, but I think I tracked > down the problem alright. I'm not sure how to fix it, though. Possibly, > removing a certain feature helps. Perhaps that'll break PAR on some > systems. I don't know. > > Anyhow, PAR 0.957 is on its way to CPAN now. You can grab a copy from > http://steffen-mueller.net/tmp/PAR-0.957.tar.gz until it is available > from your CPAN mirror. > > Please tell me whether this fixes the symlink problem! > > Steffen
Subject: Re: [rt.cpan.org #22541] Fwd: PAR - No such file or directory at -e line 761 PART II something more
Date: Wed, 25 Oct 2006 04:11:51 +0300
To: bug-PAR [...] rt.cpan.org
From: "Rumen Bogdanovski" <rumen [...] skyarchive.org>
Seems working on Solaris 10 + perl 5.8.7 on sparc $ intel On Tue, 24 Oct 2006 19:42:10 +0300, Steffen Mueller via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=22541 > > > Hi Rumen, > > Rumen Bogdanovski via RT schrieb:
>> Strange!
> > Agreed! It took me hours to get to this point, but I think I tracked > down the problem alright. I'm not sure how to fix it, though. Possibly, > removing a certain feature helps. Perhaps that'll break PAR on some > systems. I don't know. > > Anyhow, PAR 0.957 is on its way to CPAN now. You can grab a copy from > http://steffen-mueller.net/tmp/PAR-0.957.tar.gz until it is available > from your CPAN mirror. > > Please tell me whether this fixes the symlink problem! > > Steffen
Marking this ticket as resolved. I created a separate ticket (with the appropriate title about $user->"su"->root causing /tmp/par-$user being owned by root. Possibly, that is due to "su" keeping environment variables such as $ENV{USER} et al which are used to determine the name of the cache dir. I would have to test that. Perhaps that is even a bug in your specific system. (I'm not pointing fingers, though!) Steffen