Bug 151006

Summary: after error - cd .. using sshd moves to sibling folder not parent
Product: [Fedora] Fedora Reporter: Graham <grahamdixon>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: pfrields, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-13 23:31:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Graham 2005-03-13 23:18:45 UTC
Description of problem: sshd session from win ME pc. Just to see,
tried to run gramps in ssh session, generated errors as expected. did
"cd .." and prompt indicated was now in a folder at same level as I
had been in. Did "cd .." again then ls to show directories.


Version-Release number of selected component (if applicable):


How reproducible:
Did it once - haven't tried again - yet.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
[graham@linux gramps]$ gramps

Traceback (most recent call last):

  File "/usr/share/gramps/gramps.py", line 43, in ?

    import gtk.gdk

  File
"/usr/src/build/463937-i386/install/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
line 37, in ?

RuntimeError: could not open display

[graham@linux gramps]$ cd ..

[graham@linux distro]$ cd ..

[graham@linux ~]$ ls

Desktop  distro  gramps data  nzsg  project

[graham@linux ~]$ 


Expected results:
[graham@linux gramps]$ gramps

Traceback (most recent call last):

  File "/usr/share/gramps/gramps.py", line 43, in ?

    import gtk.gdk

  File
"/usr/src/build/463937-i386/install/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
line 37, in ?

RuntimeError: could not open display

[graham@linux gramps]$ cd ..

[graham@linux ~]$ 

Additional info:

'granps' and 'distro' are both folders below the home directory of
user graham.