Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HELP ME] shadow senza pam...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Fri Dec 03, 2004 1:37 pm    Post subject: [HELP ME] shadow senza pam... Reply with quote

Salve a tutti, nuova installazione, nuovo problema...
Finita l'installazione, provo a riavviare la macchina...
Funge, ma noto con stupore che (al login) PAM mi da dei messaggi...
NON VOGLIO PAM!!!
Ho guardato un po in giro, e ho capito che PAM viene installato come dipendenza di shadow...
Cerco un po nel forum per vedere se qualcuno ha gia risolto...
Ok, trovo questo ...
Praticamente dice di disinstallare pam e pam-login, modificare una riga del file /etc/portage/package.use, fare un altro paio di operazioni rischiose... et voilà!!!, pam nn c'è +...
Il mio problema è questo: NON ESISTE package.use ... :evil:
Che fo?
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Dec 03, 2004 1:55 pm    Post subject: Re: [HELP ME] shadow senza pam... Reply with quote

stefanonafets wrote:
Il mio problema è questo: NON ESISTE package.use ... :evil:
Che fo?


Code:
#vi /etc/portage/package.use

_________________
Ciao da me!
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Fri Dec 03, 2004 1:59 pm    Post subject: Reply with quote

Bah... Strano...
Avevo aggiunto "-pam" nelle USE, ma nn cambiava niente alle deipendenze di shadow, indi l'avavo tolta...
Poi ho dato un
Code:
#export USE="-pam"
e shadow nn richiedeva + pam, ma dando
Code:
#emerge --info
pam appariva.
Indi ho rimesso "-pam" nelle USE, adesso sto facendo un bel
Code:
#emerge --newuse world
vedremo...
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>


Last edited by stefanonafets on Fri Dec 03, 2004 2:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Fri Dec 03, 2004 2:03 pm    Post subject: Reply with quote

Quote:
Code:
#vi /etc/portage/package.use


Ma li dice di TOGLIERE una riga da package.use (se ho capito bene), se lo creo io VUTO, che riga potrò mai eliminare (fa tanto dubbio esistenziale... :) )?
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Dec 03, 2004 2:10 pm    Post subject: Reply with quote

stefanonafets wrote:
Ma li dice di TOGLIERE una riga da package.use (se ho capito bene), se lo creo io VUTO, che riga potrò mai eliminare (fa tanto dubbio esistenziale... :) )?


Perché lui aveva il file, lo aveva pieno e con quella linea diceva che emergendo shadow la usa "pam" doveva essere attiva.

Allora, togli pam dalla USE e fai

Code:
emerge -uDtpv world


per capire chi vuole pam.
_________________
Ciao da me!
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Fri Dec 03, 2004 2:29 pm    Post subject: Reply with quote

Mmmm... Per ora ho dato un
Code:

#emerge --depclean
#emerge  --newuse world

dopo aver inserito "-pam" nelle USE ed aver (per essere + sicuro) un
Code:
#export USE="-pam"

Ora NON mi sta installando pam, cmq è dipendenza di shadow.
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
wildancer
Guru
Guru


Joined: 02 Apr 2004
Posts: 472

PostPosted: Sat Dec 11, 2004 3:01 pm    Post subject: Reply with quote

Questa è proprio bella... guardate io invece che problema ho!

Code:

# emerge -pDu world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B     ] sys-apps/pam-login (from pkg sys-apps/shadow-4.0.5-r2)
[ebuild     U ] media-sound/alsa-headers-1.0.7 [1.0.6a]

stavo infatti cercando ri capire perchè, visto chr io pam lo voglio...
Back to top
View user's profile Send private message
power83
l33t
l33t


Joined: 28 Nov 2004
Posts: 638

PostPosted: Sun Dec 12, 2004 9:38 am    Post subject: Reply with quote

e come hai risoto con quel pacchetto bloccato?

Ho lo stesso problema!
Back to top
View user's profile Send private message
wildancer
Guru
Guru


Joined: 02 Apr 2004
Posts: 472

PostPosted: Sun Dec 12, 2004 11:58 pm    Post subject: Reply with quote

Ancora non ho risolto nulla... Non capisco proprio! Perché blocca pam-login?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31459
Location: here

PostPosted: Mon Dec 13, 2004 7:26 am    Post subject: Reply with quote

@wildancer: Prova a dare
Code:
# USE="pam" emerge -p sys-apps/pam-login sys-apps/shadow

dovrebbe risolvere
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
wildancer
Guru
Guru


Joined: 02 Apr 2004
Posts: 472

PostPosted: Mon Dec 13, 2004 4:04 pm    Post subject: Reply with quote

bah... si funziona... Ma cderevo che fossi io a dover decidere le USE :cry:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31459
Location: here

PostPosted: Mon Dec 13, 2004 4:07 pm    Post subject: Reply with quote

wildancer wrote:
bah... si funziona... Ma cderevo che fossi io a dover decidere le USE :cry:

Si ma chiaramente ci sara' un problema senza quella use. Informati un po'
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum