help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrong message about non-existing file and strange file permissions i


From: CdeMills
Subject: Re: wrong message about non-existing file and strange file permissions in dataframe-0.9.1 package
Date: Wed, 23 May 2012 00:55:45 -0700 (PDT)

Sergei Steshenko-2 wrote
> 
> Hello,
> 
> I've tried (for no good reason) to run a recently shown in this list
> example, and here's what I see:
> 
> 
> "
> 
> octave:1> sys1=tf(1,[1 3 2])
> error: no such file,
> `/mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/packages/dataframe-0.9.1/@dataframe/size.m'
> error: evaluating argument list element number 1
> error: called from:
> error:  
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/3.6.1/m/general/private/__isequal__.m
> at line 70, column 9
> error:  
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/3.6.1/m/general/isequal.m
> at line 31, column 10
> error:  
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/packages/control-2.3.50/__labels__.m
> at line 31, column 3
> error:  
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/packages/control-2.3.50/@tf/display.m
> at line 30, column 16
> octave:1> system("ls -ltr
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/packages/dataframe-0.9.1/@dataframe/size.m");
> -rw------- 1 qemu users 2264 May 22 21:55
> /mnt/sdb8/sergei/AFSWD_debug/20120424/octave-3.6.1/share/octave/packages/dataframe-0.9.1/@dataframe/size.m
> octave:2> 
> 
> ".
> 
> I.e., first of all, instead of "no such file" there should be "can not
> open file for reading".
> 
> Secondly, all but .m files of dataframe-0.9.1 have the correct
> permissions:
> 
> -rw-r--r-- 1 qemu users   306 2010-11-10 10:42
> dataframe/inst/@dataframe/isempty.m
> -rw-r--r-- 1 qemu users   274 2010-12-13 11:40
> dataframe/inst/@dataframe/ndims.m
> 
> 
> has the correct permissions, all other .m files have the wrong
> "-rw-------" permissions.
> 
> 
> Because of this problem dataframe-0.9.1 package is unusable when installed
> globally.
> 
> 

Strange. I've just tried on my machine, and get 

 sys1=tf(1,[1 3 2]) 

Transfer function 'sys1' from input 'u1' to output ...

            1      
 y1:  -------------
      s^2 + 3 s + 2

Continuous-time model.

Does the problem disappear if you put every permission under dataframe as
"rw-r--r--" ? (chmod -R 644 .)

Regards

Pascal 

--
View this message in context: 
http://octave.1599824.n4.nabble.com/wrong-message-about-non-existing-file-and-strange-file-permissions-in-dataframe-0-9-1-package-tp4630090p4630106.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]