Depois de renomear meu nome de usuário no Linux Mint, conforme descrito neste
article ,
meu Dropbox-Daemon sempre esmaga.
Concluído processo de renomeação:
Ctrl +
Alt +
L Ctrl +
Alt +
T
~$ exec sudo -i
~$ killall -u oldname
~$ id oldname
~$ usermod -l newname oldname
~$ groupmod -n newname oldname
~$ usermod -d /home/newname -m newname
~$ usermod -c "New_real_name" newname
~$ id newname
~$ reboot
No meu caso:
~$ exec sudo -i
~$ killall -u user
~$ id user
~$ usermod -l yuza user
~$ groupmod -n yuza user
~$ usermod -d /home/yuza -m yuza
~$ usermod -c "Orthonym" yuza
~$ id yuza
~$ reboot
Eu reinstalei o Dropbox-Daemon e toda vez que eu tento iniciar o Deamon ele
esmaga e produz sempre um dropbox_error ####. txt-file diferente.
~$ sudo apt remove dropbox
~$ sudo apt install dropbox
~$ dropbox status
Dropbox isn't running!
~$ sudo dropbox start -i
Pop-up:
Relatóriodeerros:dropbox_error7_MXjP.txt
bn.BUILD_KEY:Dropboxbn.VERSION:39.4.49bn.DROPBOXEXT_VERSION:failedbn.is_frozen:Truemachine_id:failedpid:8571ppid:8570ppidexe:'/usr/bin/python2.7'uid:1000user_info:pwd.struct_passwd(pw_name='yuza',pw_passwd='x',pw_uid=1000,pw_gid=1000,pw_gecos='Orthonym',pw_dir='/home/yuza',pw_shell='/bin/bash')effective_user_info:pwd.struct_passwd(pw_name='yuza',pw_passwd='x',pw_uid=1000,pw_gid=1000,pw_gecos='Orthonym',pw_dir='/home/yuza',pw_shell='/bin/bash')euid:1000gid:1000egid:1000group_info:grp.struct_group(gr_name='yuza',gr_passwd='x',gr_gid=1000,gr_mem=[])effective_group_info:grp.struct_group(gr_name='yuza',gr_passwd='x',gr_gid=1000,gr_mem=[])LD_LIBRARY_PATH:Nonecwd:'/home/yuza'real_path='/home/yuza'mode=040755uid=1000gid=1000parentmode=040755uid=0gid=0HOME:u'/home/yuza'appdata:u'/home/user/.dropbox/instance1'real_path=u'/home/user/.dropbox/instance1'notfoundparentnotfounddropbox_path:u'/home/yuza/Dropbox'real_path=u'/home/yuza/Dropbox'notfoundparentmode=040755uid=1000gid=1000sys_executable:'/home/yuza/.dropbox-dist/dropbox-lnx.x86_64-39.4.49/dropbox'real_path='/home/yuza/.dropbox-dist/dropbox-lnx.x86_64-39.4.49/dropbox'mode=0100755uid=1000gid=1000parentmode=040755uid=1000gid=1000trace.__file__:'/home/yuza/.dropbox-dist/dropbox-lnx.x86_64-39.4.49/python-packages-27.zip/dropbox/client/ui/common/boot_error.pyc'real_path='/home/yuza/.dropbox-dist/dropbox-lnx.x86_64-39.4.49/python-packages-27.zip/dropbox/client/ui/common/boot_error.pyc'notfoundparentnotfoundtempdir:'/tmp'real_path='/tmp'mode=041777uid=0gid=0parentmode=040755uid=0gid=0Traceback(mostrecentcalllast):File"dropbox/client/main.pyc", line 6196, in main_startup
File "dropbox/client/main.pyc", line 2412, in run
File "dropbox/client/main.pyc", line 1453, in startup_low
File "dropbox/client/main.pyc", line 1035, in safe_makedirs
File "os.pyc", line 150, in makedirs
File "os.pyc", line 150, in makedirs
File "os.pyc", line 157, in makedirs
OSError: [Errno 13] Permission denied: '/home/user'
Alguém tem uma idéia de como resolver essa bagunça?
Sou grato por qualquer ajuda, links, referências e dicas!