Can't create daemon:: Cannot assign requested address at /usr/bin/pvedaemon line 47

iuvari

New Member
Jul 24, 2011
4
0
1
[SOLVED]Can't create daemon:: Cannot assign requested address at pvedaemon line 47

Dear community,

right now i have a problem with the web gui. I cannot log in (always said, username/Password error). It happens after i installed smartmontools. Purgin it didnt help. Now i get the messages:

Code:
Starting PVE daemon: pvedaemonCan't create daemon: Cannot assign requested address at /usr/bin/pvedaemon line 47
 (warning).

Any idea?

Thank you,
iuvari

Solved:

lo was missing in interfaces
 
Last edited:
Re: [SOLVED]Can't create daemon:: Cannot assign requested address at pvedaemon line 4

Seem port 83 is used by another program?
 
Re: Can't create daemon:: Cannot assign requested address at /usr/bin/pvedaemon line

THX for the answer. The problem was an other one: in /etc/network/interfaces

Code:
auto lo
iface lo inet loopback

was missing after recover the interfaces. When i re added this line, anything run fine.


Thank you,
iuvari