Salve a tutti, ancora guai con udev, in teoria quando carico il modulo tun udev dovrebbe creare automaticamente il device /dev/net/tun (che mi serve per una interfaccia di rete di una VM virtualbox).
Come non detto, il device /dev/net/tun *non* viene creato automaticamente come dovrebbe risultare. Quello che ottengo è invece: [EMAIL PROTECTED] ~> sudo modprobe -r tun [EMAIL PROTECTED] ~> sudo modprobe tun [EMAIL PROTECTED] ~> ls -l /dev/net/tun ls: cannot access /dev/net/tun: No such file or directory Questo l'output di udevadm monitor: [EMAIL PROTECTED] ~> sudo udevadm monitor udevmonitor will print the received events for: UDEV the event which udev sends out after rule processing UEVENT the kernel uevent UEVENT[1225989029.941834] remove /class/misc/tun (misc) UEVENT[1225989029.942398] remove /module/tun (module) UDEV [1225989029.942966] remove /module/tun (module) UEVENT[1225989033.844036] add /module/tun (module) UEVENT[1225989033.844203] add /class/misc/tun (misc) UDEV [1225989033.846912] add /module/tun (module) Sembra che non venga applicata nessuna regola per la creazione del suddetto device. Prima di dover dedicare finalmente qualche sera allo studio di udev, qualcuno mi sa dire qual è l'inghippo? Anche istruzioni per creare/debuggare le regole di udev o per creare direttamente il device com mknod sono ben accette. Grazie in anticipo. Saluti. -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

