View previous topic :: View next topic |
Author |
Message |
jezet Tux's lil' helper
Joined: 21 Jul 2009 Posts: 103 Location: Falconara Marittima, Ancona
|
Posted: Sun Oct 03, 2010 9:52 am Post subject: Problema Hamachi: non parte tuncfg! [RISOLTO] |
|
|
Salve a tutti, ho un problema con Hamachi:
dopo averlo emerso e dopo aver aggiunto al kernel il modulo tun/tap ho dato il comando Code: | /etc/init.d/hamachi start | (come da guida)
e questo è stato il risultato:
Code: | # /etc/init.d/hamachi start
* Starting tuncfg ...
tuncfg: cannot stat() /dev/net/tun -- No such file or directory
tuncfg: visit http://www.hamachi.cc/tuntap for more information [ !! ]
* ERROR: cannot start hamachi as tuncfg could not start
|
Allora ho provato ad avviare direttamente tuncfg, ma ho avuto il medesimo errore.
in fine ho provato a dare questo:
e questo è l'output:
Code: |
# modprobe tun
FATAL: Module tun not found.
|
grazie in anticipo...
ciaooo
Eg
Last edited by jezet on Sun Oct 03, 2010 9:19 pm; edited 1 time in total |
|
Back to top |
|
|
Deus Ex Guru
Joined: 16 Nov 2005 Posts: 489 Location: Patavium
|
Posted: Sun Oct 03, 2010 5:26 pm Post subject: |
|
|
Banalmente: dopo aver configurato il kernel per avere il modulo tun, hai dato un
Code: | make modules && make modules_install |
?
Se sì, puoi postare
Code: | cat /usr/src/linux/.config|grep -i tun |
? _________________ Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva. |
|
Back to top |
|
|
jezet Tux's lil' helper
Joined: 21 Jul 2009 Posts: 103 Location: Falconara Marittima, Ancona
|
Posted: Sun Oct 03, 2010 6:20 pm Post subject: |
|
|
Ciao,
io ho dato Code: | make && make modules_install | e poi Code: | cp arch/i386/boot/bzImage /boot/kernel-2.6.35-gentoo-r4 |
io faccio sempre così...
ecco il .config:
Code: |
# cat /usr/src/linux/.config|grep -i tun
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TUNNEL=y
# CONFIG_IPV6_TUNNEL is not set
CONFIG_TUN=y
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_MC44S803=m
|
ciao e grazie...
Eg |
|
Back to top |
|
|
Deus Ex Guru
Joined: 16 Nov 2005 Posts: 489 Location: Patavium
|
Posted: Sun Oct 03, 2010 6:24 pm Post subject: |
|
|
Il punto è questo:
Hai compilato tun built-in nel kernel: non è un modulo, pertanto modprobe fallisce.
Non so se tuncgf voglia tun come modulo (non lo uso), ma in caso prova a configurare tun come modulo nel .config del kernel e a ricompliare il tutto. Per quel che riguarda specificamente Hamachi, purtroppo, non so aiutarti. _________________ Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva. |
|
Back to top |
|
|
jezet Tux's lil' helper
Joined: 21 Jul 2009 Posts: 103 Location: Falconara Marittima, Ancona
|
Posted: Sun Oct 03, 2010 7:39 pm Post subject: |
|
|
Grazie milleeeeeeeeeee!!! Adesso funziona, il problema è che doveva essere un modulo.... anche per hamachi....
grazie ancora!
ciaooo
Eg |
|
Back to top |
|
|
Deus Ex Guru
Joined: 16 Nov 2005 Posts: 489 Location: Patavium
|
Posted: Sun Oct 03, 2010 8:31 pm Post subject: |
|
|
Ricorda di taggare con [RISOLTO] il thread _________________ Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva. |
|
Back to top |
|
|
jezet Tux's lil' helper
Joined: 21 Jul 2009 Posts: 103 Location: Falconara Marittima, Ancona
|
Posted: Sun Oct 03, 2010 9:19 pm Post subject: |
|
|
sisi ora lo faccio subito!
ciao grazie ancora
Eg |
|
Back to top |
|
|
|