Displaying 7 results from an estimated 7 matches for "gitrepo".
Did you mean:
gitrepos
2013 Sep 20
1
Key preference
...nown-hosts/domain.name
IdentityFile ~/.ssh/%h-dsa
IdentityFile ~/.ssh/%h-rsa
IdentityFile ~/.ssh/domain.name-dsa
IdentityFile ~/.ssh/domain.name-rsa
In addition, I've set up a system similar to gitolite, which uses a dedicated
account with authorized_keys set up like this:
command="/gitrepos/.server ab",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-dss pubkey-ab
command="/gitrepos/.server cd",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-dss pubkey-cd
This way, the connecting user is identified by its public key. This setup...
2018 Apr 03
2
trivial input provokes failed assertion in Parser.h:322
...tics -o
/dev/shm/jt-3wYtRx/--8fb7b9.o -x c++ -
1. <stdin>:1:19: at annotation token
clang-7: error: unable to execute command: Aborted (core dumped)
clang-7: error: clang frontend command failed due to signal (use -v to
see invocation)
clang version 7.0.0
(ssh://git.vip.facebook.com/data/gitrepos/llvm/clang.git
eadc8a81ef3df4c986bd9b0f6676e0e49646fa0f) (llvm/llvm.git
755a2196409460fc1f29f638a005d2d43948eb45)
Target: x86_64-facebook-linux
Thread model: posix
InstalledDir: /t/c3/bin
clang-7: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.llvm.org/ and include the crash back...
2018 Apr 03
0
trivial input provokes failed assertion in Parser.h:322
...tics -o
/dev/shm/jt-3wYtRx/--8fb7b9.o -x c++ -
1. <stdin>:1:19: at annotation token
clang-7: error: unable to execute command: Aborted (core dumped)
clang-7: error: clang frontend command failed due to signal (use -v to
see invocation)
clang version 7.0.0
(ssh://git.vip.facebook.com/data/gitrepos/llvm/clang.git
eadc8a81ef3df4c986bd9b0f6676e0e49646fa0f) (llvm/llvm.git
755a2196409460fc1f29f638a005d2d43948eb45)
Target: x86_64-facebook-linux
Thread model: posix
InstalledDir: /t/c3/bin
clang-7: note: diagnostic msg: PLEASE submit a bug report to
https://urldefense.proofpoint.com/v2/url?u=https-...
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
...fb7b9.o -x c++ -
> 1. <stdin>:1:19: at annotation token
> clang-7: error: unable to execute command: Aborted (core dumped)
> clang-7: error: clang frontend command failed due to signal (use -v to
> see invocation)
> clang version 7.0.0
> (ssh://git.vip.facebook.com/data/gitrepos/llvm/clang.git <ssh://git.vip.facebook.com/data/gitrepos/llvm/clang.git>
> eadc8a81ef3df4c986bd9b0f6676e0e49646fa0f) (llvm/llvm.git
> 755a2196409460fc1f29f638a005d2d43948eb45)
> Target: x86_64-facebook-linux
> Thread model: posix
> InstalledDir: /t/c3/bin
> clang-7: note: d...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
...TDSConnection for (CN=862f0429-c72c-4a81-ae9a-96820bb2f96d,CN=NTDS Settings,CN=BUILDHOST,CN=Servers,CN=Testsite,CN=Sites,CN=Configuration,DC=samdom,DC=com) - (Invalid LDB reply type 1)
../source4/dsdb/kcc/kcc_periodic.c:693: Failed samba_kcc - NT_STATUS_ACCESS_DENIED
root at buildhost /home/andrej/gitrepos/samba (git)-[samba-4.7.1] # samba-tool drs showrepl -UAdministrator
Testsite\BUILDHOST
DSA Options: 0x00000025
DSA object GUID: 6a61584e-a6c8-435a-8e20-39a25d6a3232
DSA invocationId: d5ac7a08-9dcd-41ec-a39f-42fd906530e8
==== INBOUND NEIGHBORS ====
==== OUTBOUND NEIGHBORS ====
==== KCC CONNECTIO...
2011 Sep 11
15
How To Expand an .erb Template Without Doing a Full Puppet Run?
We use puppet to distribute named zone files, like many
of you do. We use git to maintain these files, which are
then pulled by the puppet master machine. These zone files are
actually puppet template .erb files.
The other day, I made a mistake which resulted in some zone
files with syntax errors in them. Puppet faithfully distributed
the erroneous zone files to the name servers, which killed
2010 Apr 09
5
SSH Through R Script
Hi,
I am trying to SSH to a remote server through R script. In other words, I
would like to know how I can get a SSH connection to the remote server and
then execute commands on that server with the R script.
So in bash, I would normally type ssh -lusername remoteserver.com; press
enter and then wait for the password prompt to key in my password.
I have tried system("ssh