Quando eu corro p4d
e p4
estou conseguindo[p4: command not found]
Não tenho arquivos binários p4d
, p4
em/optar/forçar/diretório. Portanto, não é possível executar o servidor e o cliente forçosamente. Eu tentei desinstalar o servidor e o cliente forçosamente. Estou usando o Ubuntu.
Finalmente, como posso forçar arquivos binários para executar servidor e cliente
sudo apt-get install helix-p4d
removing existing dangling p4d link
/usr/sbin/p4d
linking /opt/perforce/sbin/p4d to /usr/sbin/p4d
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Thank you for choosing Perforce Helix
:: The following has been installed by the 'helix-p4d' package:
::
:: - The Helix Version Engine (p4d)
:: - A 'perforce' system user
:: - p4dctl, a tool for managing Perforce service instances
:: - The Helix Command-Line Client (p4)
::
:: The Helix Version Engine is now installed, but not yet configured.
:: You must run the following to configure p4d (as root):
::
:: sudo /opt/perforce/sbin/configure-helix-p4d.sh
::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Started 0 services.
No services configured.
linking failed: linking /opt/perforce/sbin/p4d to /usr/sbin/p4d, because there is no p4d.
Como obter todos os arquivos binários forçados.
Responder1
O Perforce requer pelo menos dois executáveis: o serviço Perforce (p4d no Unix, p4s.exe no Windows) e pelo menos um aplicativo Perforce (como p4 no UNIX ou p4.exe no Windows).
Existe uma longa lista de pré-requisitos. Você seguiu um procedimento de instalação como este: "Guia de instalação e configuração do aplicativo p4search perforce no Linux".
Você não deveria receber essa mensagem; em vez disso, deveria ver isto:
apt-get install helix-p4d
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
helix-cli helix-cli-base helix-p4d-base helix-p4d-base-16.2 helix-p4dctl
The following NEW packages will be installed:
helix-cli helix-cli-base helix-p4d helix-p4d-base helix-p4d-base-16.2 helix-p4dctl
0 upgraded, 6 newly installed, 0 to remove and 267 not upgraded.
Need to get 6,722 kB of archives.
After this operation, 15.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
...
[Removed many lines]
...
Setting up helix-p4d-base-16.2
(2016.2-1468155~trusty) ...
update-alternatives: using /opt/perforce/sbin/p4d.16.2 to provide /opt/perforce/sbin/p4d (helix-p4d) in auto mode
Setting up helix-p4d-base (2016.2-1468155~trusty) ...
Setting up helix-p4d (2016.2-1468155~trusty) ...
linking /opt/perforce/sbin/p4d to /usr/sbin/p4d
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Thank you for choosing Perforce Helix
:: The following has been installed by the 'helix-p4d' package:
::
:: - The Helix Version Engine (p4d)
:: - A 'perforce' system user
:: - p4dctl, a tool for managing Perforce service instances
:: - The Helix Command-Line Client (p4)
::
:: The Helix Version Engine is now installed, but not yet configured.
:: You must run the following to configure p4d (as root):
::
:: sudo /opt/perforce/sbin/configure-helix-p4d.sh
:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Started 0 services.
No services configured.
Processing triggers for systemd (229-4ubuntu10)
...
Processing triggers for ureadahead (0.100.0-19)
...
Leia a documentação para instalação em: "Instalando e atualizando o servidor".
"Os comandos de atualização de pacote com apt-get ou yum não completam o processo de atualização do seu serviço Perforce. Os pacotes para Linux simplificam apenas algumas etapas desse processo.
Atualizar pacotes sem concluir o restante do processo de atualização deixa seu serviço Perforce em um estado precário. Certifique-se de ler e compreender todo o processo antes de atualizar qualquer pacote.".
Você precisa:
Configure o repositório de pacotes Perforce.
Importe a chave de assinatura do pacote Perforce.
Instale o pacote de serviço Perforce apropriado.
Execute o script de configuração pós-instalação.
Veja o link acima ("Instalando e atualizando o servidor") para obter detalhes completos.