- Details
- Category: VMware
- Hits: 4694
When installed on a Windows XP or Windows Server 2003 host machine, the vSphere Client and vSphere PowerCLI may fail to connect to vCenter Server 5.5 due to a Handshake failure. vSphere 5.5 uses the Open SSL library, which, for security, is configured by default to accept only connections that use strong cipher suites. On Windows XP or Windows Server 2003, the vSphere Client and vSphere PowerCLI do not use strong cipher suites to connect with vCenter Server. This results in the error No matching cipher suite on the server side, and a Handshake failure on the vSphere Client or vSphere PowerCLI side.
To work around this issue, perform one of these options:
For additional language options, request the appropriate file for Hotfix 19247 from Microsoft Support Hotfix Request.
Note: The preceding links were correct as of November 4, 2013. If you find a link is broken, provide feedback and a VMware employee will update the link.
- Details
- Category: VMware
- Hits: 3494
Эта ошибка означает, что процесс виртуальной машины завис, например, после удаления снапшота и релоада машины. Для решения требуется прибить этот процесс:
esxcli vm process kill --type=[soft,hard,force] --world-id=WorldNumber
Для просмотра всех процессов:
esxcli vm process list
esxcli vm process kill -t hard -w 215698766538
- Details
- Category: Linux
- Hits: 3210
Практическое руководство по отправке Email сообщений из консоли Linux. Вы узнаете как:
- Отладить отправку сообщений с локального MTA сервера;
- Проверить отправку Email из PHP;
- Как прикрепить файл к Email сообщению из консоли;
Отправить сообщение из консоли:
echo "BODY" | mail -s "SUBJECT" This email address is being protected from spambots. You need JavaScript enabled to view it.
Составить сообщение в консоли:
mail This email address is being protected from spambots. You need JavaScript enabled to view it.
Cc: <оставляем пустым>
Subject: вводим заголовок и для отправки жмем Ctrl+D или Enter и заполним тело сообщения..
Null message body; hope that's ok
- Details
- Category: Linux
- Hits: 3959
Установка и настройка Postfix
'а прошла на много быстрее и приятней чем sendmail
. Рекомендую использовать этот MTA
, в случае возникновения проблем с настройкой sendmail
. Прошу присылать исправления и ошибки, с которыми вы столкнулись при установке и настройке postfix'а на ваш локальный сервер.
Установка postfix
Для удаления postfix
выполните:
sudo apt-get remove purge postfix
Настройка postfix
- Details
- Category: Joomla
- Hits: 4331
Периодически при открытии индексной страницы пользователь получает сообщение типа:
jtablesession::store failed
DB function failed with error number 145
Table '.\pravo\jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( 'b84be7d01d8bd2296f8414fbcc5dbd04','1307337829','','0','1','1' )
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 16 bytes) in C:\xampp\htdocs\libraries\joomla\error\exception.php on line 117
Решение:
1. Запускаем на данном хосте phpMyAdmin
- Details
- Category: AIX
- Hits: 3319
You can restrict a certain user account to only access a single folder. This is handled by file /etc/ftpaccess.ctl. There's a manual page available within AIX on file ftpaccess.ctl:
# man ftpaccess.ctl
In general, file /etc/ftpusers controls which accounts are allowed to FTP to a server. So, if this file exists, you will have to add the account to this file.
Here's an example of what you would set in the ftpaccess.ctl if you wanted user ftp to have login to /home/ftp. The user will be able to change directory forward, but not outside this directory. Also, when user ftp logs in and runs pwd it will show only "/" and not "/home/ftp".
# cat /etc/ftpaccess.ctl useronly: ftp
- Details
- Category: Exchange
- Hits: 4257
Для почтового сервера Exchange решается довольно просто:
с помощью командлета "set-recieveconnector" с указанием, собственно имени коннектора и нового лимита.
Проверить текущий лимит можно с помощью команды "get-recieveconnector | ft name, messageratelimit"
Т.е. примерно так: