Welcome to iraf.net Friday, May 17 2024 @ 06:45 AM GMT


 Forum Index > Archives > Sitemail Archives
 /iraf/iraf/bin.linux/cl.e: Command not found.
   
Anonymous: Guest
 09/09/2005 04:08AM (Read 5261 times)  



Post generated using Mail2Forum (http://www.mail2forum.com)

 
Anonymous: Guest
 09/09/2005 04:08AM  



Hello; Please see my notes in your text:Cheers,Nelson ZarateOn Fri, 09 Sep 2005 00:08:52 -0400
Charles R Kiss <charles@kissbrothers.com> wrote:
> % cl
>
> /iraf/iraf/bin.linux/cl.e: Command not found. Make sure that it exits: ls -l /iraf/iraf/bin.linux/cl.e
>
> % echo $path
>
> /usr/local/bin /usr/bin /bin /usr/bin/X11 /usr/games
When you run the iraf/unix/hlib/install script, it
creates link in /usr/local/bin. Please see that you have ls -l /usr/local/bin/cl
>
> % whoami
>
> iraf
% cd
% which cl # too see if you can see /urs/local/bin/cl Make sure that other iraf users have /usr/local/bin in
their 'path'.Please let me know if you still have problemsNelson

 
Anonymous: Guest
 09/09/2005 04:08AM  



Nelson Zarate wrote:> Hello;
>
> Please see my notes in your text:
>
> Cheers,
>
> Nelson Zarate
>
> On Fri, 09 Sep 2005 00:08:52 -0400
> Charles R Kiss <charles@kissbrothers.com> wrote:
>
>> % cl
>>
>> /iraf/iraf/bin.linux/cl.e: Command not found.
>
Hello; The problem seems to be related to the command cl.
It will execute /iraf/unix/hlib/cl.csh and then form/iraf/iraf/bin.linux/cl.e string. But the 'linux' part
comes from a linux shell environment variable which does
not exits
for you. Please do:% setenv IRAFARCH linuxand type 'cl' again.This it might work; otherwise please do:% setenv iraf /iraf/iraf/ # end with a '/'
$ source $iraf/unix/hlib/irafuser.cshcl
CHeers
Nelson

 
Anonymous: Guest
 09/09/2005 04:08AM  



Here is a reply for the same problem:- Make sure that you can run the command:/iraf/iraf/bin.linux/cl.e- Also you can rerun iraf$unix/hlib/install to see that
everything is OK.- Please also run the 'sysinfo' script referenced below.Nelson===============================================The errors you are receiving typically mean that there was
a problem
during the execution of the installation script. However,
it could be
an issue of running 'rehash' after installation, and
before testing.You can test your installation by running the sysinfo
script in
$iraf/unix/hlib.You may also want to ensure that the permissions are set
correctly,
since you make the directories in your script, before the
installation
takes place.I hope that helps. Let us know if you have further
questions or
problems.=================================On Sat, 10 Sep 2005 13:14:22 -0400
Charles R Kiss <charles@kissbrothers.com> wrote:
> Nelson Zarate wrote:
>
>> Nelson Zarate wrote:
>>
>>> Hello;
>>>
>>> Please see my notes in your text:
>>>
>>> Cheers,
>>>
>>> Nelson Zarate
>>>
>>> On Fri, 09 Sep 2005 00:08:52 -0400
>>> Charles R Kiss <charles@kissbrothers.com> wrote:
>>>
>>>> % cl
>>>>
>>>> /iraf/iraf/bin.linux/cl.e: Command not found.
>>>
>>>
>>
>>
>> Hello;
>>
>> The problem seems to be related to the command cl.
>>It will
>> execute /iraf/unix/hlib/cl.csh and then form
>>
>> /iraf/iraf/bin.linux/cl.e string. But the 'linux' part
>>comes from a
>> linux shell environment variable which does not exits
>> for you.
>>
>> Please do:
>>
>> % setenv IRAFARCH linux
>>
>> and type 'cl' again.
>>
>> This it might work; otherwise please do:
>>
>> % setenv iraf /iraf/iraf/ # end with a '/'
>> $ source $iraf/unix/hlib/irafuser.csh
>>
>> cl
>>
>>
>> CHeers
>> Nelson
>>
> Again thanks for your help,
>
> charles@house:~$ su iraf
> Password:
> charles@house% setenv IRAFARCH linux
> charles@house% cl
> /iraf/iraf/bin.linux/cl.e: Command not found.
> charles@house% setenv iraf /iraf/iraf/
> charles@house% source $iraf/unix/hlib/irafuser.csh
> charles@house% cl
> /iraf/iraf/bin.linux/cl.e: Command not found.
> charles@house%
>
>
> Nelson, I think it has to do with permissions, or some
>file lock, or key because when I "adduser'd iraf" it
>didn't ask for a home directory or a shell, so I had to
>"usermod -d /home/iraf/local -s /bin/csh iraf" and maybe
>there something to this because once when I changed the
>superuser password using "usermod -p passswd root" I
>wasn't able to log back in; also, when I added a user
>iraf, using another method, "useradd" and restarted the X
>server, through GRUB (boot loader) login screen, under
>user iraf, I had this big error message about NFS and
>file locks and/or a gconf configuration file. Here it
>is:
>
> No database available to save your configuration: Unable
>to store a value at key
>'/apps/panel/profiles/default/toplevels/bottom_panel/size',
>as the configuration server has no writable databases.
>There are some common causes of this problem: 1) your
>configuration path file /etc/gconf/2/path doesn't contain
>any databases or wasn't found 2) somehow we mistakenly
>created two gconfd processes 3) your operating system is
>misconfigured so NFS file locking doesn't work in your
>home directory or 4) your NFS client machine crashed and
>didn't properly notify the server on reboot that file
>locks should be dropped. If you have two gconfd processes
>(or had two at the time the second was launched), logging
>out, killing all copies of gconfd, and logging back in
>may help. If you have stale locks, remove
>~/.gconf*/*lock. Perhaps the problem is that you
>attempted to use GConf from two machines at once, and
>ORBit still has its default configuration that prevents
>remote CORBA connections - put "ORBIIOPIPv4=1" in
>/etc/orbitrc. As always, check the user.* syslog for
>details on problems gconfd encountered. There can only be
>one gconfd per home directory, and it must own a lockfile
>in ~/.gconfd and also lockfiles in individual storage
>locations such as ~/.gconf
>
>
> Like I said, I had it working fine until I downloaded
>the X11IRAF Version 1.3; that's when things stopped
>working. But I reistalled, completely, Debian 3.1, but
>the /home partition remained.. though, I had rm'd the
>/home/iraf.
>
> Thanks so much for your help,
>
> charles
>
>

 
   

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login