É seguro desinstalar o samba se eu não usá-lo?

0

Eu não instalei o samba manualmente no meu Ubuntu 14.04 Desktop. Nem eu uso para nada. Então, é seguro removê-lo?

Se eu removê-lo, os seguintes pacotes serão removidos, o que também eu não instalei:

samba-common samba-common-bin smbclient

Deveria ter vindo já instalado com o Ubuntu, certo?

Nota: A razão para remover o pacote é porque eu recebo estes no boot, para o qual não encontrei uma solução no google:

[    7.934204] nfc: nfc_init: NFC Core ver 0.1
[    8.159216] init: Failed to spawn smbd main process: unable to execute: No such file or directory
[    8.161379] init: Failed to spawn samba-ad-dc main process: unable to execute: No such file or directory
[   11.597139] init: winbind main process (1789) terminated with status 127
[   11.597162] init: winbind main process ended, respawning
[   11.628060] init: winbind main process (1793) terminated with status 127
[   11.628080] init: winbind main process ended, respawning
[   11.669705] init: Failed to spawn nmbd main process: unable to execute: No such file or directory
[   11.671606] init: winbind main process (1805) terminated with status 127
[   11.671628] init: winbind main process ended, respawning
[   11.709035] init: winbind main process (1828) terminated with status 127
[   11.709059] init: winbind main process ended, respawning
[   11.725831] init: winbind main process (1842) terminated with status 127
[   11.725849] init: winbind main process ended, respawning
[   11.738188] init: winbind main process (1848) terminated with status 127
[   11.738204] init: winbind main process ended, respawning
[   11.749750] init: winbind main process (1851) terminated with status 127
[   11.749770] init: winbind main process ended, respawning
[   11.763776] init: winbind main process (1854) terminated with status 127
[   11.763791] init: winbind main process ended, respawning
[   11.779336] init: winbind main process (1857) terminated with status 127
[   11.779353] init: winbind main process ended, respawning
[   11.795904] init: winbind main process (1860) terminated with status 127
[   11.795919] init: winbind main process ended, respawning
[   11.811539] init: winbind main process (1863) terminated with status 127
[   11.811557] init: winbind respawning too fast, stopped
    
por daltonfury42 25.06.2015 / 15:35

1 resposta

1
% bl0ck_qu0te%

E sim, é seguro remover o samba:

sudo apt-get remove samba

para remover o samba4:

sudo apt-get remove samba4
    
por Maythux 25.06.2015 / 16:03