[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getcwd cannot determine the path of the current working directory
From: |
Matt Kraai |
Subject: |
getcwd cannot determine the path of the current working directory |
Date: |
Wed, 29 Nov 2006 09:07:44 +0100 |
User-agent: |
Mutt/1.5.9i |
Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: nto-qnx6.3.2
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='nto-qnx6.3.2' -DCONF_MACHTYPE='i386-pc-nto-qnx6.3.2'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H -Dqnx -Dqnx6 -I. -I. -I./include -I./lib
-I/usr/local/include -g -O2
uname output: QNX qnx18 6.3.2 2006/02/02-01:02:33EST x86pc x86
Machine Type: i386-pc-nto-qnx6.3.2
Bash Version: 3.2
Patch Level: 0
Release Status: release
Description:
getcwd cannot determine the path of the current working directory,
which is /home/m_kraai. /home is a symbolic link to fs/hd0-qnx4-2,
which is where the second partition is mounted. The problem is that
../.. from /home/m_kraai refers to the root directory, but there's no
entry in the root directory (using lstat) whose device and inode are
the same as /fs/hd0-qnx-2 (which is what .. refers to).
Repeat-By:
Logging in with bash as my shell generates warnings because getcwd
fails.
--
Matt http://ftbfs.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- getcwd cannot determine the path of the current working directory,
Matt Kraai <=