Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8196 - Sandbox violation in app-editors/vim-6.1-r12
Summary: Sandbox violation in app-editors/vim-6.1-r12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-21 15:06 UTC by Aniruddha Shankar
Modified: 2002-12-11 17:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha Shankar 2002-09-21 15:06:09 UTC
>>> Completed installing into /var/tmp/portage/vim-6.1-r12/image/

usr/
usr/bin/
usr/bin/vim
usr/bin/vimdiff
usr/share/
usr/share/vim/
usr/share/vim/vimrc
>>> Done.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-vim-6.1-r12-954.log"

chmod:     /dev/pty/s0
--------------------------------------------------------------------------------
Comment 1 Aniruddha Shankar 2002-09-21 15:09:05 UTC
oh, and I'm on gcc 2.95.3 / Gentoo 1.2 ... if it helps :)
Comment 2 Roy Thompson 2002-09-22 05:23:21 UTC
see bug number 5766.
I think this resolved now.

roy
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-09-24 00:35:48 UTC
If this hasn't been resolved, please reopen this bug
Comment 4 Aniruddha Shankar 2002-09-25 16:01:53 UTC
umm.... 
>>> Completed installing into /var/tmp/portage/vim-6.1-r13/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-vim-6.1-r13-27108.log"

chmod:     /dev/pty/s0
--------------------------------------------------------------------------------
# > cat /tmp/sandbox-vim-6.1-r13-27108.log
chmod:     /dev/pty/s0
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2002-10-23 23:47:12 UTC
Question:  Are you logged onto the local console, or through an SSH connection -
or some other remote terminal?
Comment 6 Cletus Lichte 2002-10-28 22:51:18 UTC
I get the following error when trying to emerge vim-core:  >>> Completed installing into /tmp/portage/vim-core-6.1-r2/image/  --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-vim-core-6.1-r2-8821.log"  chmod:     /dev/pty/s0 --------------------------------------------------------------------------------  
Comment 7 Ryan Phillips (RETIRED) gentoo-dev 2002-10-28 23:44:10 UTC
Can you try -r3?  thanks
Comment 8 Aniruddha Shankar 2002-10-29 03:24:17 UTC
I was able to merge -r12, thanks Ryan.

Aniruddha Shankar
Bangalore, India
Comment 9 Aniruddha Shankar 2002-10-29 03:53:25 UTC
Additional info I think you might want : I had suffered some filesystem corruption which I 
repaired manually. 

aniruddha shankar
bangalore, india
Comment 10 Cletus Lichte 2002-10-29 15:44:49 UTC
nope, -r3 gives the same error.  
Comment 11 Ryan Phillips (RETIRED) gentoo-dev 2002-10-31 15:02:36 UTC
try setting the pty permission to rw... chmod ugo+rw /dev/pty/s*
If you want to change the permissions back, make sure to note what the
permissions were on the dev devices before you change them.
Comment 12 Cletus Lichte 2002-11-04 22:46:38 UTC
This has worked for me, thanks!