А про sudo -i никто так и не проконсультирует?
#visudo
User_Alias WHEEL_USERS = %wheel
User_Alias XGRP_USERS = %xgrp
# Cmnd alias specification
# Defaults specification
# If env_reset is disabled, sudo will NOT reset the environment
# to only contain the fixed list of variables.
# See sudoers(5) for details.
#Defaults:WHEEL_USERS !env_reset
# Preserve DISPLAY and XAUTHORITY environment variables
# for "xgrp" group members.
Defaults:XGRP_USERS env_keep += "DISPLAY XAUTHORITY"
# User privilege specification
#root ALL=(ALL) ALL
WHEEL_USERS ALL=(ALL) ALL
[pavel@vml5tst ~]$ groups
pavel wheel uucp proc cdrom floppy cdwriter audio radio scanner xgrp
[pavel@vml5tst ~]$ sudo -i
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for pavel:
pavel is not in the sudoers file. This incident will be reported.
Как правильно добавить сизиф в список репов для р5?
/etc/apt/sources.list.d/*.list
И чем мне грозит наличие сизифа в списке репов вместе с репом от альт линукса?
Ситуация просто следующая:
есть postgresql8.4 в сизифе,
http://www.sisyphus.ru/ru/srpm/Sisyphus/postgresql8.4/но там не указана версия альтов, для которой этот пакет. Могу ли я этот пакет установить на р5?
Если да, то как прописать реп?
PS Все таки altlinux4 был интуитивно понятнее. :(