Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123821

Summary: missing /dev/ptmx and /dev/pts/ in baselayout-lite
Product: Gentoo Linux Reporter: Roman Lehnert <lehnert>
Component: [OLD] Core systemAssignee: Brian Jackson (RETIRED) <iggy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Roman Lehnert 2006-02-23 06:58:38 UTC
When emerging baselayout-lite, you'll get a almost complete baselayout. But apps that require a pty (eg. dropbear or screen) cannot allocate it, because /dev/pts/ and /dev/ptmx is missing. 

/dev/pts should only be an empty folder, where the users can mount devpts.

/dev/ptmx should be a devicefile: cd /dev/; mknod ptmx c 5 2;
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2006-02-23 09:27:12 UTC
fixed in cvs. package not bumped. thanks and have a nice day.