User talk:Danj

From OpenVZ Virtuozzo Containers Wiki
Revision as of 16:16, 25 August 2008 by Danj (talk | contribs) (New page: My platform is mostly CentOS 5. Issues I have come across: '''Problem:''' /usr/bin/screen does not function for non-root users in a VE Cause: Permissions on /usr/libexec/pt_chown are not...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

My platform is mostly CentOS 5. Issues I have come across:

Problem: /usr/bin/screen does not function for non-root users in a VE

Cause: Permissions on /usr/libexec/pt_chown are not correct for permission changes in a static /dev. It may not be an issue when using udev.

Solution: chmod u+s /usr/libexec/pt_chown


Problem: udev is running

Solution: chmod -x /sbin/udev (instead of removing it from /etc/rc.sysinit)