vmware-server
object 6 апреля, 2008 - 08:00
Помогите с варью. Не хочет коннектиться с удаленной тачки.
Вот настройка xinetd:
# default: on
# description: The VMware remote access authentification daemon
service vmware-authd
{
disable = no
port = 902
socket_type = stream
protocol = tcp
wait = no
user = root
server = /opt/vmware/server/sbin/vmware-authd
type = unlisted
only_from = localhost 192.168.1.0/24
}
а вот лог:
Apr 6 08:55:04 dmz xinetd[11263]: EXIT: vmware-authd status=1 duration=30(sec)
Apr 6 08:55:04 dmz vmware-authd[14979]: PANIC: getpeername failed: Transport endpoint is not connected
»
- Для комментирования войдите или зарегистрируйтесь
А что выше в
А что выше в логах, там где
xinetd ... START
?
ничего
ничего
Лог vmware-server
Apr 06 17:36:52: app| Msg_Post: Error
Apr 06 17:36:52: app| [msg.vmmonPosix.openFailed] Could not open /dev/vmmon: No such file or directory.
Apr 06 17:36:52: app| Please make sure that the kernel module `vmmon' is loaded.
Apr 06 17:36:52: app| [localized] Could not open /dev/vmmon: No such file or directory.
Apr 06 17:36:52: app| Please make sure that the kernel module `vmmon' is loaded.
Apr 06 17:36:52: app| ----------------------------------------
Apr 06 17:36:52: app| Msg_Post: Could not open /dev/vmmon: No such file or directory.
Apr 06 17:36:52: app| Please make sure that the kernel module `vmmon' is loaded.
Apr 06 17:36:52: app|
Apr 06 17:36:52: app| Msg_Post: Error
Apr 06 17:36:52: app| [msg.vmmonPosix.initFailed] Failed to initialize monitor device.
Apr 06 17:36:52: app| [localized] Failed to initialize monitor device.
Apr 06 17:36:52: app| ----------------------------------------
Apr 06 17:36:52: app| Msg_Post: Failed to initialize monitor device.
Apr 06 17:36:52: app|
Apr 06 17:37:07: app| CnxAcceptConnection: Could not receive fd on 30: Connection reset by peer
Apr 06 17:37:07: app| Failed to get IPC connection
хотя модуль загружен!
/etc/xinetd.conf
/etc/xinetd.conf закоментирована строчка only_from = localhost ?
Нет в мане
Нет
в мане вычитал поправил
only_from = localhost
only_from += 192.168.1.0/24
Ну или так. Хотя
Ну или так. Хотя закоментировать тоже помогло-бы.