Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created June 19, 2017 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/4ec8a4258819333a7b715658b192c1b4 to your computer and use it in GitHub Desktop.
Save ugexe/4ec8a4258819333a7b715658b192c1b4 to your computer and use it in GitHub Desktop.
$ strace -f /home/nickl/perl6/zef/log.txt ~/.rakudobrew/moar-2017.06/install/bin/perl6 -I/home/nickl/perl6/Perl6-App--ecogen/lib ~/perl6/Perl6-App--ecogen/bin/ecogen --local-uri="/home/nickl/nickl/api.p6.nu/ecosystems" --remote-uri="git@github.com:ugexe/Perl6-ecosystems.git" update p6c cpan
execve("/home/nickl/perl6/zef/log.txt", ["/home/nickl/perl6/zef/log.txt", "/home/nickl/.rakudobrew/moar-201"..., "-I/home/nickl/perl6/Perl6-App--e"..., "/home/nickl/perl6/Perl6-App--eco"..., "--local-uri=/home/nickl/nickl/ap"..., "--remote-uri=git@github.com:ugex"..., "update", "p6c", "cpan"], [/* 31 vars */]) = -1 EACCES (Permission denied)
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc3c5b7000
write(2, "strace: exec: Permission denied\n", 32strace: exec: Permission denied
) = 32
exit_group(1) = ?
+++ exited with 1 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment