Bonjour !
Voila, j'ai un peu petit peu de mal à faire marcher fuse chez moi (Edgy 6.10, mais sur un machine Sun, donc architecture sparc : Kernel 2.6.17-11-sparc64, enfin en théorie ca devrait marcher pareil...)
Donc j'ai suivi ce tuto :
http://doc.ubuntu-fr.org/fuse
1°) Install de fuse
nono@serveur:~$ sudo apt-get install fuse-utils libfuse2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
fuse-utils libfuse2
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/106kB of archives.
After unpacking 315kB of additional disk space will be used.
Selecting previously deselected package fuse-utils.
(Reading database ... 13322 files and directories currently installed.)
Unpacking fuse-utils (from .../fuse-utils_2.5.3-2.1ubuntu4_sparc.deb) ...
Selecting previously deselected package libfuse2.
Unpacking libfuse2 (from .../libfuse2_2.5.3-2.1ubuntu4_sparc.deb) ...
Setting up fuse-utils (2.5.3-2.1ubuntu4) ...
creating fuse device...
udev active, devices will be created in /dev/.static/dev/
creating fuse group...
Adding group `fuse' (113)...
Done.
Setting up libfuse2 (2.5.3-2.1ubuntu4) ...
D'apres le tuto avec Edgy, l'étape d'ajout du module, création du groupe, n'est pas nécéssaire
2°) Vérification :
Le modules est bien chargé et ajouté dans /etc/modules :
nono@serveur:~$ lsmod
Module Size Used by
fuse 43664 0
ipv6 295256 18
ext2 81232 1
nfnetlink 8752 0
evdev 12864 0
ext3 158160 3
jbd 61032 1 ext3
ide_generic 1856 0
ide_disk 18368 6
generic 6852 0
cmd64x 13368 1
capability 6216 0
commoncap 8960 1 capability
nono@serveur:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
Par contre le groupe n'a pas été changé sur /dev/fuse, donc je le fais :
nono@serveur:~$ cd /dev/
nono@serveur:/dev$ ls -la | grep fuse
crw-rw---- 1 root root 10, 229 2007-02-19 21:49 fuse
nono@serveur:/dev$ sudo chgrp fuse /dev/fuse
nono@serveur:/dev$ ls -la | grep fuse
crw-rw---- 1 root fuse 10, 229 2007-02-19 21:49 fuse
Pour être bien sur, je rajoute mon user au groupe fuse :
nono@serveur:~$ sudo adduser nono fuse
nono@serveur:~$ cat /etc/group | grep fuse
fuse:x:113:nono
Pour que les changement de groupe soient pris en compte, je le déloggue et me reloggue :
(Logout)
(Login)
3°) Install de fuseiso :
nono@serveur:~$ sudo apt-get install fuseiso
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libglib2.0-0
Recommended packages:
libglib2.0-data
The following NEW packages will be installed:
fuseiso libglib2.0-0
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/538kB of archives.
After unpacking 1323kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Selecting previously deselected package libglib2.0-0.
(Reading database ... 13346 files and directories currently installed.)
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.12.4-0ubuntu1_sparc.deb) ...
Selecting previously deselected package fuseiso.
Unpacking fuseiso (from .../fuseiso_20060107-0ubuntu1_sparc.deb) ...
Setting up libglib2.0-0 (2.12.4-0ubuntu1) ...
Setting up fuseiso (20060107-0ubuntu1) ...
Et c'est la que ca se gate, pas moyen de faire marcher fuseiso. Aussi bien en root qu'avec mon compte utilisateur, j'ai un magnifique "Bus error" :
Test avec un user normal :
nono@serveur:~$ mkdir test2
nono@serveur:~$ fuseiso /data/ubuntu-6.10-desktop-i386.iso /home/nono/test2/
Bus error
Test en root :
nono@serveur:~$ cd /data/
nono@serveur:/data$ sudo mkdir test
nono@serveur:/data$ sudo fuseiso ubuntu-6.10-server-sparc.iso test/
Bus error
4°) Meme problème avec sshfs :
Install :
nono@serveur:~$ sudo apt-get install sshfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
sshfs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 31.6kB of archives.
After unpacking 123kB of additional disk space will be used.
Get:1 http://fr.archive.ubuntu.com edgy/universe sshfs 1.6-1 [31.6kB]
Fetched 31.6kB in 0s (51.7kB/s)
Selecting previously deselected package sshfs.
(Reading database ... 13372 files and directories currently installed.)
Unpacking sshfs (from .../archives/sshfs_1.6-1_sparc.deb) ...
Setting up sshfs (1.6-1) ...
Test avec un user normal :
nono@serveur:~$ mkdir testsshfs
nono@serveur:~$ sshfs nono@localhost:/data testsshfs
nono@localhost's password:
Bus error
Test en root :
nono@serveur:~$ sudo mkdir testsshfs2
nono@serveur:~$ sudo sshfs nono@localhost:/data testsshfs
nono@localhost's password:
Bus error
Si quelqu'un voit la source du probleme, je suis preneur, j'avoue que je sèche un peu la...
Je précise que j'ai une install tout ce qu'il y a de plus normal, avec un kernel de base ubuntu, aucune appli compilée maison, les seules choses que j'ai d'installées sont des versions ubuntu "standard" venant des dépots main et universe
nono@serveur:~$ uname -a
Linux serveur.nononet.ath.cx 2.6.17-11-sparc64 #2 Thu Feb 1 19:25:47 UTC 2007 sparc64 GNU/Linux
nono@serveur:~$ cat /etc/apt/sources.list
#
# deb cdrom:[Ubuntu-Server 6.10 _Edgy Eft_ - Release sparc (20061025.1)]/ edgy main restricted
#deb cdrom:[Ubuntu-Server 6.10 _Edgy Eft_ - Release sparc (20061025.1)]/ edgy main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
Donc voila, je suis à l'écoute de toutes les idées !!!