[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gmailfs



Evet o belge güncelliğini biraz yitirmiş. İnşallah Serdar Bey vakit bulur da o belgeyi günceller ve böylece bizim gibi acemiler uğraşmaktan kurtulur :)
oguz cavli wrote:

Selamlar,

Yardimlarinizi bekliyorum,
Ayni sorun bende de var, öncelikle
fuse-source koddan denedim, ama modprobe fuse satırı bos...
**************************************
*ev:/# modprobe fuse                              *
*modprobe: Can't locate module fuse       *
**************************************
Bu arada birsey farkettimki, http://www.debian-tr.org/?q=debian-gmailfs
adresinde birsey eksik,
cd /usr/src/modules/fuse un içinde ./configure yapamiyoruz, kernele girmek lazım,
#root -->  /usr/src/modules/fuse/kernel/ ./configure
fuse isleminin ciktisini en asagiya ekliyorum.

Ardından apt-get ile gmailfs i aldim, indirme ve kurulum sorunsuzdu.
******************************************************************
*ev:/usr/src/modules/fuse/kernel# apt-get install gmailfs
*Reading Package Lists... Done
*Building Dependency Tree... Done
*The following extra packages will be installed:
* fuse-utils python-fuse python-libgmail python2.3-fuse
*Suggested packages:
* fuse-module
*The following NEW packages will be installed:
*  fuse-utils gmailfs python-fuse python-libgmail python2.3-fuse
*0 upgraded, 5 newly installed, 0 to remove and 276 not upgraded.
*Need to get 107kB of archives.
*After unpacking 438kB of additional disk space will be used.
*Do you want to continue? [Y/n] Y
*Get:1 http://ftp.tr.debian.org sarge/main fuse-utils 2.2.1-1 [38.1kB]
*Get:2 http://ftp.tr.debian.org sarge/main python-libgmail 0.0.8+cvs20050208-1 [25.0kB]
*Get:3 http://ftp.tr.debian.org sarge/main python2.3-fuse 1.3-1 [19.6kB]
*Get:4 http://ftp.tr.debian.org sarge/main python-fuse 1.3-1 [4762B]
*Get:5 http://ftp.tr.debian.org sarge/main gmailfs 0.3-7 [19.3kB]
*Fetched 107kB in 9s (11.6kB/s)
*Preconfiguring packages ...
*Selecting previously deselected package fuse-utils.
*(Reading database ... 99200 files and directories currently installed.)
*Unpacking fuse-utils (from .../fuse-utils_2.2.1-1_i386.deb) ...
*Selecting previously deselected package python-libgmail.
*Unpacking python-libgmail (from .../python-libgmail_0.0.8+cvs20050208-1_all.deb) ...
*Selecting previously deselected package python2.3-fuse.
*Unpacking python2.3-fuse (from .../python2.3-fuse_1.3-1_i386.deb) ...
*Selecting previously deselected package python-fuse.
*Unpacking python-fuse (from .../python-fuse_1.3-1_i386.deb) ...
*Selecting previously deselected package gmailfs.
*Unpacking gmailfs (from .../archives/gmailfs_0.3-7_all.deb) ...
*Setting up fuse-utils (2.2.1-1) ...
*
*Creating config file /etc/default/fuse-utils with new version
*Adding group `fuse' (111)...
*Done.

*Setting up python-libgmail (0.0.8+cvs20050208-1) ...

*Setting up python2.3-fuse (1.3-1) ...

*Setting up python-fuse (1.3-1) ...
*Setting up gmailfs (0.3-7) ...
*************************************************************

Ama asagidaki satiri yazınca olmuyor..
**************************************************************
*ev:/# mount -t gmailfs /usr/local/bin/gmailfs.py /home/gmaildan -o *username=atari,password=packman,fsname=neredennereye
*ev:/# fusermount: unknown option -n
*Try `fusermount -h' for more information
**************************************************************

Ilk yaptigim islem, fuse kurulumu, hata son satirda. Yardimlarinizi bekliyorum...
*********************************************************
ev:/usr/src/modules/fuse/kernel# ./configure --with-kernel=/usr/src/kernel-headers-2.4.27-2
checking for a BSD-compatible install... /usr/bin/install -c
checking kernel source directory... /usr/src/kernel-headers-2.4.27-2
checking kernel source version... 2.4.27-2
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether i_size_read is declared... no
checking whether recalc_sigpending_tsk is declared... no
checking if kernel has extended attribute support... yes
checking if this is user mode linux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
ev:/usr/src/modules/fuse/kernel# make
gcc -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -I/usr/src/kernel-headers-2.4.27-2/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"2.2.1\" -c dev.c -o dev.o gcc -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -I/usr/src/kernel-headers-2.4.27-2/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"2.2.1\" -c dir.c -o dir.o
dir.c:1011: warning: initialization from incompatible pointer type
dir.c:1036: warning: initialization from incompatible pointer type
dir.c:1058: warning: initialization from incompatible pointer type
gcc -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -I/usr/src/kernel-headers-2.4.27-2/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"2.2.1\" -c file.c -o file.o gcc -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -I/usr/src/kernel-headers-2.4.27-2/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"2.2.1\" -c inode.c -o inode.o gcc -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -I/usr/src/kernel-headers-2.4.27-2/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"2.2.1\" -c compat/parser.c -o compat/parser.o
ld -r -o fuse.o dev.o dir.o file.o inode.o compat/parser.o
ev:/usr/src/modules/fuse/kernel# make install
mkdir -p /lib/modules/2.4.27-2/kernel/fs/fuse
/usr/bin/install -c -m 644 fuse.o /lib/modules/2.4.27-2/kernel/fs/fuse/fuse.o
/sbin/depmod -a
ev:/usr/src/modules/fuse/kernel# modprobe fuse
modprobe: Can't locate module fuse
**************************************************************

_________________________________________________________________
Sadece sohbet ile yetinmeyin - eglneceye de doymak için Messenger'i tercih edin! http://messenger.msn.com/?mkt=tr&DI=3490&XAPID=2584





Reply to: