Jump to content


Click the link below to see the new game I'm developing!


Photo
- - - - -

Linux: read file error


4 replies to this topic

#1 Rob Fantini

Rob Fantini

    ProIV Guru

  • Members
  • PipPipPipPipPip
  • 291 posts
  • Gender:Male
  • Location:Haverhill, United States

Posted 30 December 1999 - 03:43 PM

Redhat 6.1 & pro-iv 4.6 200,

When I try to open any file I get this error:

054 - ERROR IN OPENING FILE [filename]

I did not configure any semaphores etc yet.
The file I'm trying to access in in the dir I start pro from.
Here is the script I use to start a pro4 session:
#!/bin/ksh
PRORUNTYPE=DEV ;export PRORUNTYPE
PROTERM=ANSICLR ;export PROTERM
PROPATH=`pwd`;export PROPATH
PRODATA=`pwd` ;export PRODATA
./pro `logname`

Any clues on solving this?

#2 Dan Shannon

Dan Shannon

    ProIV Guru

  • Members
  • PipPipPipPipPip
  • 374 posts
  • Gender:Male
  • Location:Australia

Posted 31 December 1999 - 12:26 AM

Try checking permissions on the file and directory, make sure that iscollect is running.

Does PRO-IV log in correctly? If it does, then at least you can read the bootstrap files - so make sure that the permissions are the same for your data directory!

Cheers

Dan Shannon

#3 Guest_rob f._*

Guest_rob f._*
  • Guests

Posted 31 December 1999 - 06:50 PM

Dan,
the permissions are ok, plus I'm testing as root.

ISCOLLECT seems to have a problem:
PID TTY TIME CMD
544 tty1 00:00:00 login
819 tty1 00:00:00 bash
1766 tty1 00:00:00 iscollect
1767 tty1 00:00:00 iscollect
1787 tty1 00:00:00 ps

I'll work on the iscollect problem... Its probably a semaphore setup in the kernel.

#4 Guest_Doctor PRO IV_*

Guest_Doctor PRO IV_*
  • Guests

Posted 11 May 2000 - 11:51 AM

Dan,

Did you get this working?

Anything I can do to help?

Doctor PRO IV
-------------------------
Doctor PRO IV regrets that he/she/it cannot enter into private correspondence

#5 Rob Fantini

Rob Fantini

    ProIV Guru

  • Members
  • PipPipPipPipPip
  • 291 posts
  • Gender:Male
  • Location:Haverhill, United States

Posted 12 May 2000 - 01:02 PM

I did get thru the problem.

It was awhile ago so I forget exactally how.... I'll check my notes at work to see if the solution is there & I'll post if it is..



Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Click the link below to see the new game I'm developing!