Helix Perforce – the name has changed and that`s all for now

Overview Perforce is a commercial, proprietary revision control system developed by Perforce Software, Inc. The Perforce server manages a central database and a master repository of file versions. Perforce supports both Git clients and clients that use Perforce’s own protocol. A Git client can communicate with the Perforce server over SSH or HTTPS, and other Perforce clients communicate with the server via TCP/IP using a proprietary RPC and streaming protocol. Users submit changed files together in changelists, which are applied as atomic commits. The Perforce database is proprietary, preconfigured, and self-installed. It stores system-related metadata (file state, file attributes, branching and merging history, changelists, change descriptions, users, groups, labels, etc.). Files are identified by namespace (i.e., by OS-neutral filenames). FileShort Read more…

Perforce – Windows start investigation and install

Perforce is a commercial, proprietary revision control system developed by Perforce Software, Inc. by wiki Installation: Perforce requires at least two executables: the Perforce service (p4d), and at least one Perforce application (such as p4 on UNIX, orp4.exe on Windows). The Perforce service and applications are available from the Downloads page on the Perforce web site: http://www.perforce.com/downloads/complete_list Go to the web page, select the files for your platform, and save the files to disk. pics Windows installation is very easy. Config files and settings can be found and modified: This also can be used for Linux version of P4 Read more…

Virtual Machine Disks consolidation is needed

Do not forget to delete your old snapshots or you will suffer because of CONSOLIDATION! If you’re made that mistake I made, there is solution: https://communities.vmware.com/message/2455176 http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2003638 FUCKING FUCK – I’ve spent 2hrs for this! Consolidate virtual machine disk files Fileserver Completed Read more…

OwnCloud usefull commands

Here I’ll collect useful commands for OwnCloud REFRESH OWNCLOUD FILE CACHE -su apache or webuser php /path/of/owncloud/console.php files:scan –all For user:  /var/www/owncloud/console.php files:scan sharad   But sometimes better to chose option AJAX to scan only specific folder I think. Read more…

Perforce – Centos start investigation and install

The Perforce service and applications are available from the Downloads page on the Perforce web site: http://www.perforce.com/downloads/complete_list THIS is not a JOKE! Installation: Do not worked for me: Also do not work: Procedures above looks not complex, I cannot run P4 by them. Will try another: Another way don’t work: Doesn’t work: [root@testcentos perforce]# ./p4 info Perforce client error: Connect to server failed; check $P4PORT. TCP connect to perforce:1666 failed. Name or service not known [root@testcentos perforce]# ./p4d Perforce server error: Listen 1666 failed. TCP listen on 1666 failed. bind: 0.0.0.0:1666: Address already in use FINALLY It’s worked: Probably there is no output after ./p4d runs, but server is up and listen   Useful commands: p4 info   — This should show ifShort Read more…

MySQL how to Alter multiple schema tables

To MyISAM from all InnoDB: SET @DATABASE_NAME = ‘db_name’; SELECT CONCAT(‘ALTER TABLE `’, table_name, ‘` ENGINE=MyISAM;’) AS sql_statements FROM information_schema.tables AS tb WHERE table_schema = @DATABASE_NAME AND `ENGINE` = ‘InnoDB’ AND `TABLE_TYPE` = ‘BASE TABLE’ ORDER BY table_name DESC;     Read more…

All about Atlassian JIRA 2.2

THE problem: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program THE investigation: This occurs when you try to run any bat\sh from the jira base dir. version.bat THE solution: from here For my situation, I`ve just add C:\Progra~1\Atlassian\JIRA\jre Right-click the My Computer icon on your desktop and select Properties. Click the Advanced tab. Click the Environment Variables button. Under System Variables, click New. Enter the variable name as JAVA_HOME. Enter the variable value as the installation path for the Java Development Kit. If your Java installation directory has a space in its path name, you should use the shortened path name (e.g.C:\Progra~1\Java\jre6) in the environment variable instead.Short Read more…

ADDM Appliance cannot start, tomcat freeze

This problem happend with me after host with ADDM was unexpectedly. After startup system can not load tomcat end stucks on it like: Starting local Tideway application services Starting Security service: [ OK ] Starting Model service: [ OK ] Starting Vault service: [ OK ] Starting Discovery service: [ OK ] Starting Mainframe Provider service: [ OK ] Starting Phurnace Integration service: [ OK ] Starting SQL Provider service: [ OK ] Starting vSphere Proxy service: [ OK ] Starting CMDB Sync (Exporter) service: [ OK ] Starting CMDB Sync (Transformer) service: [ OK ] Starting Reasoning service: [ OK ] Starting Tomcat: For now I am not sure where problem is and how to catch it, logs does notShort Read more…

All about Atlassian JIRA 2.1 – Atlassian JIRA “AJiraLockedError” and JIRA Startup Failed

Продолжаем мучать свой мозг новыми сюрпризами от JIRA или это я просто такой неудачник: Причина: JIRA Startup Failed The following plugins are required by JIRA, but have not been started: Atlassian JIRA – Plugins – Gadgets Plugin (com.atlassian.jira.gadgets) Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin) Atlassian JIRA – Plugins – Issue Search (com.atlassian.jira.jira-issue-nav-plugin) Atlassian JIRA – Plugins – Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin) Atlassian REST – Module Types (com.atlassian.plugins.rest.atlassian-rest-module) JIRA Project Config Plugin (com.atlassian.jira.jira-project-config-plugin) Atlassian JIRA – Plugins – REST Plugin (com.atlassian.jira.rest) Opensocial Plugin (com.atlassian.gadgets.opensocial) Applinks Product Plugin (com.atlassian.applinks.applinks-plugin) Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider) Embedded Gadgets Plugin (com.atlassian.gadgets.embedded) Gadget Directory Plugin (com.atlassian.gadgets.directory) Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard) Способ из этого моего поста  может быть бессилен. Копаю дальше. Как оказалось, Jira крайне требовательна к ресурсам,Short Read more…

All about Atlassian JIRA 2

Первые пролблемы возникают на Windows. Линуксовая установка работает норм. JIRA Startup Failed The following plugins are required by JIRA, but have not been started: Atlassian JIRA – Plugins – Gadgets Plugin (com.atlassian.jira.gadgets) Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin) Atlassian JIRA – Plugins – Quick Edit Plugin (com.atlassian.jira.jira-quick-edit-plugin) Gadget Directory Plugin (com.atlassian.gadgets.directory) Первая возможная причина, как может показаться – нехватка ресурсов оперативной памяти, и как говорит хелп: читать нужно или дать больше РАМ или увеличить время для старта всех плагинов. Так как на виндовой машине у меня 4 Гб рам, а на Центосе всего 2 и все работает, я решил не идти на поводу жадной твари, и просто увеличить время: Plugins require more time to startup: Resolution You would have to edit someShort Read more…