Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8991 - vim-core ebuilds don't work remotely
Summary: vim-core ebuilds don't work remotely
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-10 15:03 UTC by Curtis Stanford
Modified: 2003-04-04 01:27 UTC (History)
2 users (show)

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 Curtis Stanford 2002-10-10 15:03:37 UTC
The vim-core ebuilds have a line:

addwrite /dev/pty/*

to fix a sandbox violation. This doesn't work if logged in remotely (I'm using
ssh) because we are then not using the /dev/pty devices but instead are using
the /dev/vc devices. Why is the VIM install dicking with the tty? Maybe that's
the real problem.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-10-31 15:27:53 UTC
try adding rw permissions on the devices. chmod 666 /dev/vc, and try again please.
Comment 2 Martijn Smit 2002-11-18 08:01:46 UTC
I'm having the same Access Violation emerging vim-core from an Xterm:

chmod:     /dev/pty/s1

Also tried adding the addwrite statement and chmodding /dev/pty, but didn't work
either. Can emerge from console. 

Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:44 UTC
db fix
Comment 4 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:37 UTC
db fix