ldap

http://idmoim.blogspot.com/2014/05/ldapadd-insufficient-access-50-openldap.html

Ahsay MSSLQ no database found

If the error only occurs on a backup job performed by the AhsayOBM scheduler, please verify if the “Log on” account of the AhsayOBM scheduler service has sufficient permission to access the designated temporary directory: 1. Open [Control Panel] -> [Administrative Tools] -> [Services] -> [Online Backup Scheduler (Ahsay Online Backup Manager)] -> [Log on] […]

vmware Administrator@vsphere.local password reset

From KB For the vCenter Server: Log in to the vCenter Server with a domain administrator account. If vCenter Single Sign-On is installed separate from the vCenter Server, log into the vCenter Single Sign-On server. Open an elevated command prompt. For more information, see Opening a command or shell prompt (1003892). Navigate to the vmdird […]

symfony 1.2.7 upload image

protected function configure($options = array(), $messages = array()) { $this->addOption(‘max_size’); $this->addOption(‘mime_types’); $this->addOption(‘mime_type_guessers’, array( // array($this, ‘guessFromFileinfo’), array($this, ‘guessFromFileBinary’), array($this, ‘guessFromMimeContentType’), )); $this->addOption(‘mime_categories’, array( ‘web_images’ => array( ‘image/jpeg’, ‘image/jpg’, ‘image/pjpeg’, ‘image/png’, ‘image/x-png’, ‘image/gif’, )));

bind slaves directory

Саша, Коли наступного разу ти будеш налаштовувати bind slave, то не забудь, що треба ще поправити /etc/apparmor.d/usr.sbin.named і додати туди дозвіл на запис в директорію /etc/bind/slave

esx tips and tricks

СодержаниеFine HTMLPrinted versiontxt(Word,КПК)Lib.ru html VMware vSphere, ESX Всякие полезности из командной строки. Если в базе VC переполняются таблицы Events и Tasks Еще бы им не переполняться – Tasks и Events по умолчанию хранятся вечно. Впрочем, можно включить зачистку этих таблиц по достижении заданного срока хранения. Administration > vCenter Server Settings > Database Retention Policy Можно […]

installing rwhoisd on ubuntu

cd /tmp wget http://projects.arin.net/rwhois/ftp/rwhoisd-1.5.9.5.tar.gz apt-get install gcc make tar xvfz rwhoisd-1.5.9.5.tar.gz cd rwhoisd-1.5.9.5 ./configure make make install   create a user groupadd rwhoisd useradd -c “RWhoisd User” -g rwhoisd -d /usr/local/rwhoisd/etc/rwhoisd -s /bin/false rwhoisd chown -R rwhoisd:rwhoisd /usr/local/rwhoisd/etc/rwhoisd   init.d script #!/bin/sh ### BEGIN INIT INFO # Provides: rwhoisd # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs […]

Windows 2012 r2 on ESXi 4.1

Officially Windows 2012 r2 is not supported in ESXi 4.1… but it’s not a big problem – create new VM in the vSphere Client as a Microsoft Windows Server 2008 R2 (64-bit). – download bios file and upload it into VM folder – download .vmx file and add following: bios440.filename = “bios.440.rom” mce.enable = TRUE […]