Eu estava tentando instalar o SugarLabs (um projeto python), há um comando no procedimento:
./osbuild shell
que retorna esta saída:
id: cannot find name for user ID 1001
id: cannot find name for group ID 1001
id: cannot find name for user ID 1001
/bin/bash: /home/broot/.bash_profile: Permission denied
/bin/bash: /home/broot/sugar-build/osbuild: Permission denied
Ele tenta editar o bash_profile ou algo assim.
Como posso resolver isso?
Eu tentei isso:
ls -la ~ | grep bash
é isso que eu recebo:
-rw-rw-r-- 1 username username 21 Jun 14 2016 .bash_aliases
-rw------- 1 username username 4419 Jun 8 2016 .bash_history
-rw-r--r-- 1 username username 220 May 21 2016 .bash_logout
-rw-r--r-- 1 username username 3486 May 21 2016 .bashrc
não .bash_profile neste
Precisa de ajuda para isso!