Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema sylpheed [Risolto]
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
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 11:35 am    Post subject: Problema sylpheed [Risolto] Reply with quote

Ciao a tutti!
Ho installato sylpheed 0.9.4 su PPC (kernel 2.6.1-gentoo-r1) e quando lancio il comando sylpheed mi viene restituito questo messaggio d'errore:
Code:
bind: Permission denied

Non so cosa fare! Da root il programma parte tranquillamente, inoltre io non ho installato bind e non ci sono processi 'bind' aperti (ps aux | grep bind).
Avete qualche idea??

Grazie in anticipo,

Daniele
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Tue Mar 16, 2004 11:41 am    Post subject: Reply with quote

devi cambiare i permessi di esecuzione... ma è giusto che parta da utente normale?

EDIT

Mia cazzata: bind è anche un built-in della bash. Prova a dare un "which bind" e uno "stat" dell'eventuale file che trova.

Ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)


Last edited by comio on Tue Mar 16, 2004 12:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 11:57 am    Post subject: Reply with quote

Scusami ma i permessi di cosa?
Il comando bind in realta' non so dove si trovi, visto che 'locate bind' trova dei file solo in /var/portage (ovviamente) ed /etc/bind (??).
Ho comunque provato a modificare i permessi di alcuni file (tipo il named.conf) ma ovviamente non serve a niente!
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Tue Mar 16, 2004 12:07 pm    Post subject: Reply with quote

d3fr4g wrote:
Scusami ma i permessi di cosa?
Il comando bind in realta' non so dove si trovi, visto che 'locate bind' trova dei file solo in /var/portage (ovviamente) ed /etc/bind (??).
Ho comunque provato a modificare i permessi di alcuni file (tipo il named.conf) ma ovviamente non serve a niente!


Rileggi il mio precedente... ho fatto l'edit mentre tu rispondevi.
Scusa e ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 12:13 pm    Post subject: Reply with quote

which: no bind in (/sbin:/bin:/usr/sbin:/usr/bin)
L'avevo gia' scoperto che non lo trovava....!
non so veramente che senso abbia!
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Mar 16, 2004 12:43 pm    Post subject: Reply with quote

d3fr4g wrote:
which: no bind in (/sbin:/bin:/usr/sbin:/usr/bin)
L'avevo gia' scoperto che non lo trovava....!
non so veramente che senso abbia!


Mi sa che il problema é sui socket, il "bind" in questione é una funzione C.
(il bind del DNS in realtà si chiama named).
_________________
Ciao da me!
Back to top
View user's profile Send private message
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 12:50 pm    Post subject: Reply with quote

Il fatto e' che non riesco davvero a capire cosa debba bindare sylpheed.....il bind si fa quando si apre una porta, e normalmente sylpheed non ha bisogno della funzione bind, credo, visto che deve semplicemente collegarsi ad un server POP3....o no?
E anche se fosse, come fare a risolvere il problema?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Mar 16, 2004 12:58 pm    Post subject: Reply with quote

d3fr4g wrote:
Il fatto e' che non riesco davvero a capire cosa debba bindare sylpheed.....il bind si fa quando si apre una porta, e normalmente sylpheed non ha bisogno della funzione bind, credo, visto che deve semplicemente collegarsi ad un server POP3....o no?


Per collegarti a un server POP3 devi comunque aprire un "socket client" con una sequenza di chiamate a funzione tipo:
Code:

socket()
bind()
connect()
read()/write()


d3fr4g wrote:

E anche se fosse, come fare a risolvere il problema?


Hai il firewall attivo? La directory /tmp ha i permessi giusti?
_________________
Ciao da me!
Back to top
View user's profile Send private message
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 1:03 pm    Post subject: Reply with quote

Non ho firewall attivi al momento (ho reinstallato gentoo da poco) e la directory /tmp ha i permessi
rwxr-xr-x
dovrebbe essere giusto...
Back to top
View user's profile Send private message
morellik
l33t
l33t


Joined: 03 Feb 2003
Posts: 629
Location: Firenze

PostPosted: Tue Mar 16, 2004 1:09 pm    Post subject: Reply with quote

d3fr4g wrote:
Non ho firewall attivi al momento (ho reinstallato gentoo da poco) e la directory /tmp ha i permessi
rwxr-xr-x
dovrebbe essere giusto...


Sbagliato :wink: .

La directory /tmp dovrebbe avere i permessi 1777 e cioe' drwxrwxrwt.

Ciauz
morellik
Back to top
View user's profile Send private message
d3fr4g
n00b
n00b


Joined: 16 Mar 2004
Posts: 44
Location: Italy

PostPosted: Tue Mar 16, 2004 1:16 pm    Post subject: Reply with quote

Grazie 1000 a tutti!
Problema risolto!

Ciao!
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