Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema strano ma fastidioso...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Fri Sep 19, 2003 10:47 pm    Post subject: Problema strano ma fastidioso... Reply with quote

Ma come mai dopo ogni reboot devo rifare gli accounts in evolution e reimpostare gnome-terminal come predefinito?
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Fri Sep 19, 2003 10:57 pm    Post subject: Reply with quote

EH?????????????
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Fri Sep 19, 2003 11:14 pm    Post subject: Reply with quote

si, evolution sembra ritornare indietro alla prima esecuzione e mi chiede di creare di nuovo un account, che nella cartella evolution nella mia root è presente. Mozilla perde i bookmarks e le password dei siti visitati, gnome-terminal viene sostituito da xterm e molti caratteri all'interno delle finestre di configurazione sono accompagnati da piccole stringhe di codice.
Back to top
View user's profile Send private message
Panda
Apprentice
Apprentice


Joined: 31 Jul 2003
Posts: 223
Location: Cremona <=> Catania

PostPosted: Fri Sep 19, 2003 11:21 pm    Post subject: Reply with quote

Hai provato a creare un nuovo utente, loggarti con quest'ultimo e vedere che succede?
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sat Sep 20, 2003 9:08 am    Post subject: Reply with quote

ora provo.....
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sat Sep 20, 2003 9:29 am    Post subject: Reply with quote

ho provato a creare un nuovo utente, ed ho quindi configurato evolution e MozillaFirebird.

Ho poi dato da root un "emerge -pv world" per verificare l'esistenza di nuove versioni di pacchetti.

Ho aggiornato "pango".

Ho eseguito un logout e come per magia ho dovuto ricreare anche sotto questo utente nuovo nuovo la configurazion edi evolution, mentra quella del firebird è rimasta invariata.

Dovrei reinstallare evolution?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31300
Location: here

PostPosted: Sat Sep 20, 2003 9:48 am    Post subject: Reply with quote

darksides wrote:
ho provato a creare un nuovo utente, ed ho quindi configurato evolution e MozillaFirebird.

Forse non ho capito ma eri root quando hai configurato per l'utente? Come
hai configurato?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Sep 20, 2003 10:48 am    Post subject: Reply with quote

E sopratutto controlla i permessi della cartella /home.
Inoltre, ci posti l'entry dell'utente in questione in /etc/passwd?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sat Sep 20, 2003 5:59 pm    Post subject: Reply with quote

fedeliallalinea wrote:
darksides wrote:
ho provato a creare un nuovo utente, ed ho quindi configurato evolution e MozillaFirebird.

Forse non ho capito ma eri root quando hai configurato per l'utente? Come
hai configurato?


Si, l'utente in questione l'ho creato da root con il comando

Code:
superadduser


gli ho fatto creare la cartella

Code:
/home/nomeutente


l'ho inserito in

Code:
users,wheel,floppy,audio,games


e glio dato una password

Code:
passwd nomeutente
password


Tutto qui. Solo è un po' palloso ogni tanto dover ricreare gli account in evolution. Ho anche cancellato la cartella /home/evolution dopo averne fatto un backup. Ho rifatto gli accounts, Evolution l'ha ricreata e dopo avere dato un
Code:
emerge -uU world


e aggiornato i pacchetti (openssh, gkrellm e qt) ho riavviato il pc. Al ritorno ho aperto evolution e di nuovo c'era il wizard, lì pronto che mi aspettava.

N.B. ho da poco aggiornato le gcc alla versione 3.1-r1, non vorrei che tutto ciò che è stato instalato con la precedente versione ogni tanto si ribelli.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Sep 20, 2003 6:51 pm    Post subject: Reply with quote

superadduser?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31300
Location: here

PostPosted: Sat Sep 20, 2003 6:53 pm    Post subject: Reply with quote

cerri wrote:
superadduser?

Oppure
Code:
# useradd vostro_utente -m -G users,wheel,audio -s /bin/bash

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sat Sep 20, 2003 7:03 pm    Post subject: Reply with quote

cerri wrote:
superadduser?


è nel portage, permette di creare un utente con più facilità, l'ho sempre usato per creare l'utente user e funziona bene.

fedeliallalinea wrote:
cerri wrote:
superadduser?

Oppure
Code:
# useradd vostro_utente -m -G users,wheel,audio -s /bin/bash


ho provato anke in quella maniera, il risultato non cambia. Il fatto è che non mi capita tutte le volte che riavvio il pc o faccio il logout, però una su 5 mi resetta le impostazioni.


Last edited by darksides on Sat Sep 20, 2003 7:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
JacoMozzi
l33t
l33t


Joined: 12 May 2003
Posts: 645
Location: Giubiasco world(EU(CH(TI)))

PostPosted: Sat Sep 20, 2003 7:04 pm    Post subject: Reply with quote

Scusa Fedeliallalinea se mi aggiungo alla discussione, ma non era
Code:

useradd utente -m -g users -G wheel,audio,games -s /bin/bash

O come hai scritto tu prende già il primo gruppo come gruppo iniziale, e quindi l'opzione
Code:
-g gruppo_iniziale cioè users
é superflua??
È solo una mia curiosità :D
Ciao
Jaco
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31300
Location: here

PostPosted: Sat Sep 20, 2003 7:12 pm    Post subject: Reply with quote

JacoMozzi wrote:
Scusa Fedeliallalinea se mi aggiungo alla discussione

Scusa de che...

JacoMozzi wrote:
O come hai scritto tu prende già il primo gruppo come gruppo

Come hai ben detto tu prende il primo gruppo.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Sep 20, 2003 10:56 pm    Post subject: Reply with quote

Allora, cerchiamo di capirci.

1) ti mantiene l'utente con username e password,
2) ti mantiene la home dell'utente,
3) perdi alcune impostazioni,
4) non capita sempre.

Fino qui e' tutto giusto?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sun Sep 21, 2003 9:16 am    Post subject: Reply with quote

cerri wrote:
Allora, cerchiamo di capirci.

1) ti mantiene l'utente con username e password,
2) ti mantiene la home dell'utente,
3) perdi alcune impostazioni,
4) non capita sempre.



Esatto Fino qui e' tutto giusto


Last edited by darksides on Sun Sep 21, 2003 11:09 am; edited 1 time in total
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Sep 21, 2003 10:26 am    Post subject: Reply with quote

????????
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Sun Sep 21, 2003 11:10 am    Post subject: Reply with quote

Non ho capito quali sono i permessi di /home/[utente]
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sun Sep 21, 2003 11:17 am    Post subject: Reply with quote

Grazie dei consigli.

Ho provato a creare un nuovo utente coma hai detto tu.

Ora sembra andare, ma mi sono rimasti un po' di problemi.


Nei menu di configurazione del desktop:

www.nytrolab.com/file.png


Quando cerco di cambiare un tema mi appare il seguente errore:

"Gli schemi del tema predefinito non sono presenti sul sistema.
Probabilmente metacity non è installato oppure gconf non è configurato correttamente."
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Sep 21, 2003 12:02 pm    Post subject: Reply with quote

Ma e' gnome?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sun Sep 21, 2003 12:06 pm    Post subject: Reply with quote

Si, con il tema di default,

opure ho installato male il gnome?

Scusa, ma è solo da tre mesi che ci viaggio con linux.

cerri wrote:
Ma e' gnome?
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Sep 21, 2003 12:07 pm    Post subject: Reply with quote

Beh, quel pannello da qualche errore... hai gnome 2.4?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sun Sep 21, 2003 12:49 pm    Post subject: Reply with quote

si
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Sep 21, 2003 6:42 pm    Post subject: Reply with quote

Fai una ricerca con emerge per gnome, e guarda se ti manca qualche pacchetto che si riferisce a dei temi.
Sto installando gnome 2.4 proprio in questi giorni, al momento non ti saprei dire :(
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
darksides
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2003
Posts: 102

PostPosted: Sun Sep 21, 2003 11:07 pm    Post subject: Reply with quote

Niente da fare, il problema con gli accounts di evolution continua a ripetersi nonostante lo abbia disinstallato e reinstallato.
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
Goto page 1, 2  Next
Page 1 of 2

 
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