Netkit

1. Netkit

André
PequenoGafanhoto

(usa Ubuntu)

Enviado em 14/10/2014 - 09:34h

Gente, estou com problemas aqui... estou seguindo os procedimentos para instalar o netkit de acordo com o manual de instalação(INSTALL). Cheguei na parte que tem que rodar o script "./check_configuration.sh"
Não sei se descompactei errado mas aparece o seguinte:


andre@andre-Aspire-5350:~/netkit$ ./check_configuration.sh
> Checking path correctness... passed.
> Checking environment... passed.
> Checking for availability of man pages... passed.
> Checking for proper directories in the PATH... passed.
> Checking for availability of auxiliary tools:
awk : ok
basename : ok
date : ok
dirname : ok
find : ok
getopt : ok
grep : ok
head : ok
id : ok
kill : ok
ls : ok
lsof : ok
ps : ok
readlink : ok
wc : ok
port-helper : ok
tunctl : ok
uml_mconsole : ok
uml_switch : ok
passed.
> Checking for availability of terminal emulator applications:
xterm : found
konsole : not found
gnome-terminal : not found
passed.
> Checking filesystem type... failed!

*** Warning: You appear to be running Netkit on a filesystem ()
that does not support sparse files. This may result in dramatic performance
loss and disk space consumption. It is strongly advised to run Netkit
on a filesystem that supports sparse files (e.g., extX, NTFS, ReiserFS do;
FAT32 does not).

> Checking whether 32-bit executables can run... passed.

[WARNING] Some configuration settings should be changed.
You may also ignore this message, but doing so may result in Netkit
not working properly on your system.



  


2. Re: Netkit

Alex
alexhctp

(usa Linux Mint)

Enviado em 14/10/2014 - 10:17h

Amigo, pela mensagem do final, posso deduzir que tu não ta usando um filesystem jornalado que tenha a função de Sparse File, ou seja, seu filesyste atual não permite ao sistema operacional a criação de um "log", o que ajuda na recuperação em caso de determinadas falhas, além de não otimizar o espaço em disco com o Sparse File.
Quando tu configurar suas partições, procure definir sistemas de arquivos jornalados que suportem Sparse File (ext[34] e NTFS).


3. Re: Netkit

André
PequenoGafanhoto

(usa Ubuntu)

Enviado em 14/10/2014 - 12:52h

como eu faço isso?


4. Re: Netkit

Alex
alexhctp

(usa Linux Mint)

Enviado em 14/10/2014 - 13:43h

Pra descobrir o sistema de arquivos de cada partição, você pode usar um $sudo df -hT.
Sinceramente não sei se existe uma forma de converter um sistema de arquivos em outro, por isso recomendo que continue com a sua pesquisa, mas francamente, se o seu ambiente é novo, compensa muito mais instalar de novo com as partições adotando algum filesystem suportado.


5. Re: Netkit

Daniel Araujo Fernandes
danikon

(usa Ubuntu)

Enviado em 26/02/2015 - 01:12h

Ola pessoal,

Eu estou com exatamente o mesmo problema, quando executo o script de checagem do netkit (./check_configuration.sh) ele me diz que nao estou usando um filesystem journaled. O problema eh que ESTOU USANDO um filesystem journaled, mais precisamente EXT4, conforme mostra abaixo:

daniel@viper:~$ df -hT
Sist. Arq. Tipo Tam. Usado Disp. Uso% Montado em
/dev/sda6 ext4 44G 6,0G 36G 15% /
none tmpfs 4,0K 0 4,0K 0% /sys/fs/cgroup
udev devtmpfs 2,9G 4,0K 2,9G 1% /dev
tmpfs tmpfs 588M 1,1M 587M 1% /run
none tmpfs 5,0M 4,0K 5,0M 1% /run/lock
none tmpfs 2,9G 224K 2,9G 1% /run/shm
none tmpfs 100M 64K 100M 1% /run/user

Afinal, o que pode estar acontecendo? Tentei instalar as libraries pra lidar com 32-bits (ia32-lib), mas nao deu certo. Alguma ideia?


alexhctp escreveu:

Pra descobrir o sistema de arquivos de cada partição, você pode usar um $sudo df -hT.
Sinceramente não sei se existe uma forma de converter um sistema de arquivos em outro, por isso recomendo que continue com a sua pesquisa, mas francamente, se o seu ambiente é novo, compensa muito mais instalar de novo com as partições adotando algum filesystem suportado.







6. Solução

Victor Hugo
cefalo19

(usa Ubuntu)

Enviado em 11/05/2016 - 15:56h

Tive esse mesmo problema! Pesquisando um pouco, verifiquei que é um bug no script que faz a verificação (ver: https://github.com/netkit-ng/netkit-ng-core/issues/3). Com isso optei por esse projeto em paralelo, que é uma versão mais atualizada do Nekit (http://netkit-ng.github.io/).

PequenoGafanhoto escreveu:

Gente, estou com problemas aqui... estou seguindo os procedimentos para instalar o netkit de acordo com o manual de instalação(INSTALL). Cheguei na parte que tem que rodar o script "./check_configuration.sh"
Não sei se descompactei errado mas aparece o seguinte:


andre@andre-Aspire-5350:~/netkit$ ./check_configuration.sh
> Checking path correctness... passed.
> Checking environment... passed.
> Checking for availability of man pages... passed.
> Checking for proper directories in the PATH... passed.
> Checking for availability of auxiliary tools:
awk : ok
basename : ok
date : ok
dirname : ok
find : ok
getopt : ok
grep : ok
head : ok
id : ok
kill : ok
ls : ok
lsof : ok
ps : ok
readlink : ok
wc : ok
port-helper : ok
tunctl : ok
uml_mconsole : ok
uml_switch : ok
passed.
> Checking for availability of terminal emulator applications:
xterm : found
konsole : not found
gnome-terminal : not found
passed.
> Checking filesystem type... failed!

*** Warning: You appear to be running Netkit on a filesystem ()
that does not support sparse files. This may result in dramatic performance
loss and disk space consumption. It is strongly advised to run Netkit
on a filesystem that supports sparse files (e.g., extX, NTFS, ReiserFS do;
FAT32 does not).

> Checking whether 32-bit executables can run... passed.

[WARNING] Some configuration settings should be changed.
You may also ignore this message, but doing so may result in Netkit
not working properly on your system.


PequenoGafanhoto escreveu:

Gente, estou com problemas aqui... estou seguindo os procedimentos para instalar o netkit de acordo com o manual de instalação(INSTALL). Cheguei na parte que tem que rodar o script "./check_configuration.sh"
Não sei se descompactei errado mas aparece o seguinte:


andre@andre-Aspire-5350:~/netkit$ ./check_configuration.sh
> Checking path correctness... passed.
> Checking environment... passed.
> Checking for availability of man pages... passed.
> Checking for proper directories in the PATH... passed.
> Checking for availability of auxiliary tools:
awk : ok
basename : ok
date : ok
dirname : ok
find : ok
getopt : ok
grep : ok
head : ok
id : ok
kill : ok
ls : ok
lsof : ok
ps : ok
readlink : ok
wc : ok
port-helper : ok
tunctl : ok
uml_mconsole : ok
uml_switch : ok
passed.
> Checking for availability of terminal emulator applications:
xterm : found
konsole : not found
gnome-terminal : not found
passed.
> Checking filesystem type... failed!

*** Warning: You appear to be running Netkit on a filesystem ()
that does not support sparse files. This may result in dramatic performance
loss and disk space consumption. It is strongly advised to run Netkit
on a filesystem that supports sparse files (e.g., extX, NTFS, ReiserFS do;
FAT32 does not).

> Checking whether 32-bit executables can run... passed.

[WARNING] Some configuration settings should be changed.
You may also ignore this message, but doing so may result in Netkit
not working properly on your system.





7. Re: Netkit

Perfil removido
removido

(usa Nenhuma)

Enviado em 11/05/2016 - 16:01h

Você pode alterar o script e comentar essa parte.
Obs: isto seria um hacking.

----------------------------------------------------------------------------------------------------------------
# apt-get purge systemd (não é prá digitar isso!)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



8. NETKIT

Renê
renelima18

(usa Ubuntu)

Enviado em 19/07/2016 - 14:18h

Cara, quando fui instalar também surgiu a mesma mensagem, porém consegui executá-lo normalmente com o comando "vstart pc1 --eth0=A" ;)






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts