- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Make: Could not read current directory. Stop.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:00 AM
10-27-2004 09:00 AM
Make: Could not read current directory. Stop.
I am trying to use the command make with oracle user but i get this messages
Make: Could not read current directory. Stop.
why?
Pls help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:03 AM
10-27-2004 09:03 AM
Re: Make: Could not read current directory. Stop.
It sounds like either a permissions issue or a filesystem problem with your current directory. What does 'pwd' and 'ls -ld .' return?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:07 AM
10-27-2004 09:07 AM
Re: Make: Could not read current directory. Stop.
oracle /u01/app/oracle> ls -ld
drwxrwxrwx 12 oracle dba 1024 Oct 27 12:12 .
pwd show
oracle /u01/app/oracle> pwd
/u01/app/oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:31 AM
10-27-2004 09:31 AM
Re: Make: Could not read current directory. Stop.
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:32 AM
10-27-2004 09:32 AM
Re: Make: Could not read current directory. Stop.
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 09:36 AM
10-27-2004 09:36 AM
Re: Make: Could not read current directory. Stop.
gtportal: / > make
Make: No arguments or description file. Stop.
but with oracle i get that
oracle /u01/app/oracle> make
Make: Could not read current directory. Stop.
other servers work with oracle users.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 01:52 PM
10-27-2004 01:52 PM
Re: Make: Could not read current directory. Stop.
$ ls -ld /u01 /u01/app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 02:02 AM
10-28-2004 02:02 AM
Re: Make: Could not read current directory. Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 12:02 PM
10-28-2004 12:02 PM
Re: Make: Could not read current directory. Stop.
$ tusc -s open -fv /usr/bin/make
In the output of tusc you are looking for entries such as below (EACCES = permission denied). Identify file/directory entry is referring to and correct permissions.
open("../", O_RDONLY|0x200000, 0130100) .................. ERR#13 EACCES
If you don't have tusc you can download it from the HP ftp site below. It's a good tool to have.
ftp://ftp.cup.hp.com/dist/networking/tools/tusc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 01:50 AM
10-29-2004 01:50 AM