shfs-devel Mailing List for Secure SHell File System
Status: Beta
Brought to you by:
qiq
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
| 2006 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Ezequiel G. <ele...@ya...> - 2011-04-21 18:05:18
|
Miroslav and Adam, Thanks for your reply.Actually I am working on it just to learn kernel programming. This is the first thing I actually touch or code inside the linux kernel. I've found it as an excuse to learn filesystems and general kernel stuff. If you have some documentation that could help me understand the code it would be welcome. Thanks anyway, Ezequiel. --- El jue 21-abr-11, Miroslav Spousta <qi...@uc...> escribió: De: Miroslav Spousta <qi...@uc...> Asunto: Re: [Shfs-devel] Development shfs Para: "Adam Young" <ad...@yo...> Cc: shf...@li... Fecha: jueves, 21 de abril de 2011, 3:55 > On 04/20/2011 06:43 PM, Ezequiel García wrote: >> Hello, >> Is anyone here in this list? I am trying to patch shfs to make it work >> with kernel 2.6.31. Anyone wishes to help me? >> > > I think most people have moved on to other variations. I think guestfs > is what you want, unless you are doing the shfs work for an academic > project or something. Exactly, I would recommend using FUSE + sshfs, FUSE is part of the official kernel, so it should be actively maintained, not to speak of better (more generic) design. Best regards, Miroslav ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Shfs-devel mailing list Shf...@li... https://lists.sourceforge.net/lists/listinfo/shfs-devel |
|
From: Miroslav S. <qi...@uc...> - 2011-04-21 07:12:45
|
> On 04/20/2011 06:43 PM, Ezequiel García wrote: >> Hello, >> Is anyone here in this list? I am trying to patch shfs to make it work >> with kernel 2.6.31. Anyone wishes to help me? >> > > I think most people have moved on to other variations. I think guestfs > is what you want, unless you are doing the shfs work for an academic > project or something. Exactly, I would recommend using FUSE + sshfs, FUSE is part of the official kernel, so it should be actively maintained, not to speak of better (more generic) design. Best regards, Miroslav |
|
From: Adam Y. <ad...@yo...> - 2011-04-21 02:06:45
|
On 04/20/2011 06:43 PM, Ezequiel García wrote: > Hello, > Is anyone here in this list? I am trying to patch shfs to make it work > with kernel 2.6.31. Anyone wishes to help me? > I think most people have moved on to other variations. I think guestfs is what you want, unless you are doing the shfs work for an academic project or something. > > Ezequiel. > > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > > > _______________________________________________ > Shfs-devel mailing list > Shf...@li... > https://lists.sourceforge.net/lists/listinfo/shfs-devel |
|
From: Ezequiel G. <ele...@ya...> - 2011-04-20 22:43:21
|
Hello,Is anyone here in this list? I am trying to patch shfs to make it work with kernel 2.6.31. Anyone wishes to help me? Ezequiel. |
|
From: Ethy H. B. <eth...@in...> - 2006-10-13 03:19:38
|
Hi list menbers What do I need to send you to help debug this situation? Environment is shfs-0.35-2618, Slackware 11.0 running kernel 2.6.18 + gcc 3.4.6. Is shfs still mantained? Regards -- Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML +55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL S.J.Campos - Brasil / \ |
|
From: Paschalis V. <ve...@gm...> - 2006-08-10 17:44:09
|
Hello, I have a problem compiling shfs 0.35 (& 0.34 behaves the same) on SuSE 10.1 w/gcc4.1.0 vespas@vespas:~/temp/rpm/shfs-0.34> make make[1]: Entering directory `/home/vespas/temp/rpm/shfs-0.34/shfs' make[2]: Entering directory `/home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6' make -C /lib/modules/2.6.16.13-4-default/build SUBDIRS=/home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6 modules make[3]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/default' make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/default modules CC [M] /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.o /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c: In function 'shfs_invalidate_dircache_entries': /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:71: error: 'struct dentry' has no member named 'd_child' /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:71: warning: type defaults to 'int' in declaration of '__mptr' /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:71: warning: initialization from incompatible pointer type /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:71: error: 'struct dentry' has no member named 'd_child' /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c: In function 'shfs_dget_fpos': /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:104: error: 'struct dentry' has no member named 'd_child' /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:104: warning: type defaults to 'int' in declaration of '__mptr' /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:104: warning: initialization from incompatible pointer type /home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.c:104: error: 'struct dentry' has no member named 'd_child' make[6]: *** [/home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6/dcache.o] Error 1 make[5]: *** [_module_/home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6] Error 2 make[4]: *** [modules] Error 2 make[3]: *** [modules] Error 2 make[3]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/default' make[2]: *** [default] Error 2 make[2]: Leaving directory `/home/vespas/temp/rpm/shfs-0.34/shfs/Linux-2.6' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/vespas/temp/rpm/shfs-0.34/shfs' make: *** [module] Error 2 is this a problem with the different version of gcc? |
|
From: Philipp L. <g_p...@um...> - 2006-03-26 00:01:18
|
Hello, I just tried to compile the shfs module for a linux 2.6.13 with a gcc 4.0.3 compiler on a Debian testing. The following happened: ... ~/Downloads/shfs-0.35/shfs/Linux-2.6/dir.c:491: error: static declaration of 'shfs_dentry_operations' follows non-static declaration ~/Downloads/shfs-0.35/shfs/Linux-2.6/shfs_fs.h:53: error: previous declaration of 'shfs_dentry_operations' was here ... Without exactly knowing what I was doing, I removed the static keyword in dir.c at line 491. Having done that, it compiled successfully and works. I just want to let somebody to know. Philipp Legrum |
|
From: Felix R. D. <fel...@ya...> - 2006-02-17 16:41:19
|
I'm not used on patching files. Could you explain in a plain way how to patch it? I have the same problem, and I don't know ho to apply your answer. Please, write me a mail. Thank you!!! |
|
From: <jz...@vo...> - 2005-12-10 13:04:45
|
Sorry, one line is missing in patch I send before . Correct version:
diff -Naur shfs-0.35/shfs/Linux-2.6/inode.c
shfs-0.35-5/shfs/Linux-2.6/inode.c ---
shfs-0.35/shfs/Linux-2.6/inode.c 2004-06-01 13:16:19.000000000
+0000 +++ shfs-0.35-5/shfs/Linux-2.6/inode.c 2005-12-10
12:55:20.000000000 +0000 @@ -118,6 +118,11 @@
}
KMEM_FREE("inode", inode_cache, i);
out:
+#include <linux/version.h>
+
+#if (LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,13))
+ truncate_inode_pages (&inode->i_data, 0);
+#endif
clear_inode(inode);
}
--=20
Kompletn=EC =F8e=B9en=E9 matematick=E9 testy z p=F8ij=EDmac=EDch zkou=B9ek =
na V=A9:
http://www.zkousky-nanecisto.cz
|
|
From: <pl...@pl...> - 2005-12-10 12:53:40
|
Dnia sobota, 10 grudnia 2005 11:51, jz...@vo... napisa=C5=82:
> 10:00:39.000000000 +0000 @@ -118,6 +118,9 @@
> }
> KMEM_FREE("inode", inode_cache, i);
> out:
> +#if (LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,13))
> + truncate_inode_pages (&inode->i_data, 0);
> +#endif
> clear_inode(inode);
> }
bzzz, wrong patch ;)
(...)
CC [M] /home/users/pluto/rpm/BUILD/shfs-0.35/shfs/Linux-2.6/inode.o
/home/users/pluto/rpm/BUILD/shfs-0.35/shfs/Linux-2.6/inode.c:121:6:
warning: "LINUX_VERSION_CODE" is not defined
/home/users/pluto/rpm/BUILD/shfs-0.35/shfs/Linux-2.6/inode.c:121:28:
warning: "KERNEL_VERSION" is not defined
BR,
--=20
to_be || !to_be =3D=3D 1, to_be | ~to_be =3D=3D -1
|
|
From: <jz...@vo...> - 2005-12-10 10:51:52
|
Hi, since I have installed SuSE 10 (kernel 2.6.13) after mounting shfs shares, and using them some, when i umount the share, it says "Segmentation fault" and even complete system blockage. root@pc1 log]# cat messages =20 ... Nov 29 16:43:15 linuxpc1 kernel: kernel BUG at fs/inode.c:252! Nov 29 16:43:15 linuxpc1 kernel: invalid operand: 0000 [#1] ... By googling I found this problem have also other filesystems on this version of kernel. For example: http://lists.opensuse.org/archive/opensuse/2005-Oct/0621.html http://www.aleph1.co.uk/pipermail/yaffs/2005q4/001646.html The thread of last of them has solution: http://www.aleph1.co.uk/pipermail/yaffs/2005q4/001662.html I adopted that patch for shfs and it works well. Here it is: diff -Naur shfs-0.35/shfs/Linux-2.6/inode.c shfs-0.35-5/shfs/Linux-2.6/inode.c --- shfs-0.35/shfs/Linux-2.6/inode.c 2004-06-01 13:16:19.000000000 +0000 +++ shfs-0.35-5/shfs/Linux-2.6/inode.c 2005-12-10 10:00:39.000000000 +0000 @@ -118,6 +118,9 @@ } KMEM_FREE("inode", inode_cache, i); out: +#if (LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,13)) + truncate_inode_pages (&inode->i_data, 0); +#endif clear_inode(inode); } Jirazy --=20 Neomezen=E9 vol=E1n=ED na pevn=E9 linky po cel=E9 =C8R za pau=B9=E1l 399 K= =E8 m=ECs=ED=E8n=EC. Jedin=EC se slu=BEbou VOLN=DD TelefoNet. http://telefonet.volny.cz |
|
From: <gm...@cs...> - 2005-11-18 22:28:38
|
I have a brand new SuSE 10 OSS installation and SHFS fails to compile with the following error message: [root@liz shfs-0.35]# make make[1]: Entering directory `/root/build/shfs-0.35/shfs' make[2]: Entering directory `/root/build/shfs-0.35/shfs/Linux-2.6' make -C //lib/modules/2.6.13-15-default/build SUBDIRS=/root/build/shfs-0.35/shfs/Linux-2.6 modules make[3]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default' make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules CC [M] /root/build/shfs-0.35/shfs/Linux-2.6/dcache.o CC [M] /root/build/shfs-0.35/shfs/Linux-2.6/dir.o /root/build/shfs-0.35/shfs/Linux-2.6/dir.c:491: error: static declaration of â follows non-static declaration /root/build/shfs-0.35/shfs/Linux-2.6/shfs_fs.h:53: error: previous declaration of â was here make[6]: *** [/root/build/shfs-0.35/shfs/Linux-2.6/dir.o] Error 1 make[5]: *** [_module_/root/build/shfs-0.35/shfs/Linux-2.6] Error 2 make[4]: *** [modules] Error 2 make[3]: *** [modules] Error 2 make[3]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default' make[2]: *** [default] Error 2 make[2]: Leaving directory `/root/build/shfs-0.35/shfs/Linux-2.6' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/build/shfs-0.35/shfs' make: *** [module] Error 2 [root@liz shfs-0.35]# I don't know if this is a GCC bug, an SHFS bug, or both. The lines in question don't even seem to make sense, since they are entirely unrelated and not even both declarations as far as I can tell. And then there's the fact that the weird a-with-carat character doesn't appear anywhere on either of those lines. Based on that it might be a GCC bug, but no bets. Anyways, thanks ahead of time. --Gordon |
|
From: John H. <mis...@gm...> - 2005-11-15 00:37:03
|
for some reason now, after mounting shfs shares, and using them some, when i umount the share, it says "Segmentation fault" and mount shows that the share is still mounted ideas? |
|
From: Pascal A. N. <pas...@ip...> - 2005-08-19 07:50:25
|
Hi ! I am using shfs (CVS version from August 17, 2005) and am generally quite satisfied. However, shfs crashes regularly (after some time of use, e.g. an hour or so). System used: SuSE linux 9.3, uname -a gives kervel 2.6.11.4-21.8-smp #1 SMP I also get the messages below in /var/log/messages: Is there a way I can resolve this problem, or provide more information that may help to fix it? Pascal PS: Hope cross-posting to both lists is ok. --------------- Aug 19 09:12:30 linux kernel: Unable to handle kernel paging request at virtual address f9ae6000 Aug 19 09:12:30 linux kernel: printing eip: Aug 19 09:12:30 linux kernel: f9a54754 Aug 19 09:12:30 linux kernel: *pde = 35840067 Aug 19 09:12:30 linux kernel: Oops: 0002 [#1] Aug 19 09:12:30 linux kernel: SMP Aug 19 09:12:30 linux kernel: Modules linked in: visor shfs ipt_LOG ipt_limit ipt_pkttype i915 drm libafs vmnet usbserial vmmon speedstep_lib freq_table thermal processor fan button battery ac nvram snd_pcm_oss snd_mixer_oss af_packet usbhid joydev st sr_mod evdev sg edd ipt_state ip6t_REJECT ipt_REJECT iptable_mangle iptable_filter ip6table_mangle ip_nat_ftp iptable_nat ip_conntrack_ftp ip_conntrack ip_tables tg3 intel_agp snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd soundcore snd_page_alloc i2c_i801 agpgart ehci_hcd uhci_hcd i2c_core usbcore ip6table_filter ip6_tables ipv6 parport_pc video1394 ohci1394 lp parport raw1394 ieee1394 capability dm_mod reiserfs ide_cd cdrom ide_disk ata_piix libata piix ide_core sd_mod scsi_mod Aug 19 09:12:30 linux kernel: CPU: 0 Aug 19 09:12:30 linux kernel: EIP: 0060:[<f9a54754>] Tainted: PF U VLI Aug 19 09:12:30 linux kernel: EFLAGS: 00010206 (2.6.11.4-21.8-smp) Aug 19 09:12:30 linux kernel: EIP is at sock_read+0x64/0x2b0 [shfs] Aug 19 09:12:30 linux kernel: eax: 00001000 ebx: f2622007 ecx: 00000400 edx: f290a400 Aug 19 09:12:30 linux kernel: esi: f2624000 edi: f9ae6000 ebp: 00001000 esp: e319983c Aug 19 09:12:30 linux kernel: ds: 007b es: 007b ss: 0068 Aug 19 09:12:30 linux kernel: Process kio_file (pid: 8962, threadinfo=e3198000 task=f7ee5a80) Aug 19 09:12:30 linux kernel: Stack: f58705a4 00000000 00000000 00000286 00000001 00001008 f5870580 00001000 Aug 19 09:12:30 linux kernel: f9ae6000 f290a400 f2625010 000003f0 f2622007 ffffffff f2622045 f290a400 Aug 19 09:12:30 linux kernel: f9a56b8e f2622007 000013f9 f9a58f20 e31998fc 00008000 00001000 00001000 Aug 19 09:12:30 linux kernel: Call Trace: Aug 19 09:12:30 linux kernel: [<f9a56b8e>] shell_read+0x42e/0x4b0 [shfs] Aug 19 09:12:30 linux kernel: [<f9a51ec9>] fcache_file_read+0x249/0x480 [shfs] Aug 19 09:12:30 linux kernel: [<c011b442>] activate_task+0x92/0xb0 Aug 19 09:12:30 linux kernel: [<c011b94f>] try_to_wake_up+0x23f/0x270 Aug 19 09:12:30 linux kernel: [<c011c5ef>] find_busiest_group+0xcf/0x310 Aug 19 09:12:30 linux kernel: [<c011b297>] recalc_task_prio+0xe7/0x200 Aug 19 09:12:30 linux kernel: [<c011b297>] recalc_task_prio+0xe7/0x200 Aug 19 09:12:30 linux kernel: [<c011b442>] activate_task+0x92/0xb0 Aug 19 09:12:30 linux kernel: [<c011b94f>] try_to_wake_up+0x23f/0x270 Aug 19 09:12:30 linux kernel: [<c011d457>] __wake_up_common+0x37/0x70 Aug 19 09:12:30 linux kernel: [<c011d4c8>] __wake_up+0x38/0x50 Aug 19 09:12:30 linux kernel: [<c02f467f>] unix_write_space+0x8f/0xa0 Aug 19 09:12:30 linux kernel: [<c0294629>] __kfree_skb+0xc9/0x170 Aug 19 09:12:30 linux kernel: [<c0295f1b>] skb_dequeue+0x4b/0x60 Aug 19 09:12:30 linux kernel: [<c02f6cbf>] unix_stream_recvmsg+0x1df/0x420 Aug 19 09:12:30 linux kernel: [<f9a52653>] shfs_file_readpage+0x73/0x240 [shfs] Aug 19 09:12:30 linux kernel: [<c029038c>] sock_recvmsg+0x12c/0x190 Aug 19 09:12:30 linux kernel: [<c0290818>] sock_readv+0x48/0x50 Aug 19 09:12:30 linux kernel: [<f9a54b90>] sock_readln+0x1f0/0x3a0 [shfs] Aug 19 09:12:30 linux kernel: [<c011b297>] recalc_task_prio+0xe7/0x200 Aug 19 09:12:30 linux kernel: [<c011b442>] activate_task+0x92/0xb0 Aug 19 09:12:30 linux kernel: [<c011b94f>] try_to_wake_up+0x23f/0x270 Aug 19 09:12:30 linux kernel: [<c011d457>] __wake_up_common+0x37/0x70 Aug 19 09:12:30 linux kernel: [<c011d4c8>] __wake_up+0x38/0x50 Aug 19 09:12:30 linux kernel: [<c010307c>] __up+0x1c/0x20 Aug 19 09:12:30 linux kernel: [<c030dc87>] __up_wakeup+0x7/0xc Aug 19 09:12:30 linux kernel: [<f9a5808b>] .text.lock.shell+0x1b/0xc0 [shfs] Aug 19 09:12:30 linux kernel: [<f9a566f1>] shell_open+0x81/0xf0 [shfs] Aug 19 09:12:30 linux kernel: [<c0143214>] add_to_page_cache+0xb4/0xd0 Aug 19 09:12:30 linux kernel: [<c014a38c>] read_pages+0x4c/0x100 Aug 19 09:12:30 linux kernel: [<c0147f35>] __alloc_pages+0x125/0x460 Aug 19 09:12:30 linux kernel: [<c014a51e>] __do_page_cache_readahead+0xde/0x150 Aug 19 09:12:30 linux kernel: [<c014a702>] blockable_page_cache_readahead+0x22/0x60 Aug 19 09:12:30 linux kernel: [<c014a9c5>] page_cache_readahead+0x285/0x2a0 Aug 19 09:12:30 linux kernel: [<c0143b85>] do_generic_mapping_read+0x355/0x510 Aug 19 09:12:30 linux kernel: [<c0143d40>] file_read_actor+0x0/0xf0 Aug 19 09:12:30 linux kernel: [<c0144012>] __generic_file_aio_read+0x1e2/0x220 Aug 19 09:12:30 linux kernel: [<c0143d40>] file_read_actor+0x0/0xf0 Aug 19 09:12:30 linux kernel: [<c0144155>] generic_file_read+0x95/0xc0 Aug 19 09:12:30 linux kernel: [<c011bd2d>] finish_task_switch+0x3d/0x90 Aug 19 09:12:30 linux kernel: [<c01360a0>] autoremove_wake_function+0x0/0x50 Aug 19 09:12:30 linux kernel: [<c01360a0>] autoremove_wake_function+0x0/0x50 Aug 19 09:12:30 linux kernel: [<c0141d22>] handle_IRQ_event+0x32/0x70 Aug 19 09:12:30 linux kernel: [<c01440c0>] generic_file_read+0x0/0xc0 Aug 19 09:12:30 linux kernel: [<c0163376>] vfs_read+0xb6/0x150 Aug 19 09:12:30 linux kernel: [<c01636a1>] sys_read+0x41/0x70 Aug 19 09:12:30 linux kernel: [<c0104079>] sysenter_past_esp+0x52/0x79 Aug 19 09:12:30 linux kernel: Code: 24 24 8b 6c 24 1c 8b 88 84 02 00 00 85 c9 7e 55 39 cd 7e 02 89 cd 8b 54 24 24 89 e9 89 e8 c1 e9 02 8b 7c 24 20 8b b2 80 02 00 00 <f3> a5 a8 02 74 02 66 a5 a8 01 74 01 a4 01 6c 24 20 8b 8a 84 02 |
|
From: David D. <dav...@te...> - 2005-07-07 15:25:02
|
Are there any plans to port SHFS to FUSE? (http://fuse.sourceforge.net/) Greetings, David Danier |
|
From: Menno S. <me...@fr...> - 2005-06-21 22:51:35
|
Hi, Firstly, thanks for shfs, its brilliant. Has there been any thought into integrating the shfs into the official 2.6 kernel? Has anyone tried before? Regards, Menno |
|
From: David G. <dav...@gm...> - 2005-06-08 12:04:07
|
Hello, Could you give an answer about shfs? Does it support utf8 file encoding? I've already post a message on the mailing list because I get an error when I try to access to a utf8 encoded file. (shfs_file_readpage: !-5). I have already test other soft like sshfs on fuse but it doesn't support all file operations. Shfs works very fine and a better tool if it could read this kind of file. Thanks to reply. David |
|
From: David G. <dav...@gm...> - 2005-05-09 19:18:57
|
Hello, Recently, I had updated my linux box to deal with utf8 encoding. But now I can't access to any *shfsmounted* files if they contain utf8 characters. When I try this: #file test.txt I get this: test.txt: ERROR: cannot read `test.txt' (Input/output error) On the remote machine, I get these: #cat test.txt é #file test.txt test.txt: ISO-8859 text And I had no error in the logs. Any idea? David |
|
From: John H. <mis...@ya...> - 2005-05-08 13:02:41
|
what disconnection bug? are you talking about the same one i have a problem with, where a mount times out after a while, no longer working? Tor Klingberg <tor...@gm...> wrote:Is this project alive? Are there any plans on fixing the bug where shfs does not report as a network filesystem, and the disconnection bug? ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Shfs-devel mailing list Shf...@li... https://lists.sourceforge.net/lists/listinfo/shfs-devel --------------------------------- Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. |
|
From: John H. <mis...@ya...> - 2005-05-08 13:02:41
|
what disconnection bug? are you talking about the same one i have a problem with, where a mount times out after a while, no longer working? Tor Klingberg <tor...@gm...> wrote:Is this project alive? Are there any plans on fixing the bug where shfs does not report as a network filesystem, and the disconnection bug? ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Shfs-devel mailing list Shf...@li... https://lists.sourceforge.net/lists/listinfo/shfs-devel --------------------------------- Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. |
|
From: Tor K. <tor...@gm...> - 2005-05-07 22:32:40
|
Is this project alive? Are there any plans on fixing the bug where shfs does not report as a network filesystem, and the disconnection bug? |
|
From: John H. <mis...@ya...> - 2005-03-17 22:14:17
|
i've been sending them there as well:) --- Adam Young <ad...@yo...> wrote: > To be honest, it has been a while since I dug > through the code to see. > > My mail server is being rejecteed from the List, but > this discussion would > really be better off happening on there. Maybe you > hhould post these last > few messages. > > > > > no i am saying i think it was still happening with > > fc2. > > > > i think it's more something in shfs code, as it > > doesn't seem to happen with ssh connections. > > > > shfs is beautiful otherwise. > > > > well, for the ping test, how would it matter b/c i > > think ssh sessions itself work ok? > > > > is there some weird timeout thing I am messing in > > prefs somewhere? > > --- Adam Young <ad...@yo...> wrote: > > > >> OK, it was working before FC2, but not FC2 or > later? > >> > >> Try scripting a simple ping test, something that > >> opens an SSH connection, > >> reads a remote file, and then goes to a sleep. > Let > >> that run for a while. > >> See if the SSH layer is dying (my guess is that > it > >> is). > >> > >> > >> If you have trouble writing the script, let me > know > >> and I'll try cobbling > >> something up. > >> > >> > >> > >> > not your fault:) I love shfs, except this one > >> thing > >> > is giving me a headache:( > >> > > >> > Client is fc3, host is fc3. > >> > shfs .35 > >> > > >> > > >> > > >> > server > >> > openssh-3.9p1-8.0.1 > >> > openssh-server-3.9p1-8.0.1 > >> > > >> > client > >> > openssh-clients-3.9p1-8.0.1 > >> > openssh-server-3.9p1-8.0.1 > >> > > >> > (but this has happened for probably several > >> versions, > >> > and probably since fc2) > >> > > >> > no nfs > >> > > >> > fstab entry is > >> > > >> > myuser@myhost:/share /share shfs > >> > noauto,user > >> > > >> > > >> > > >> > I don't get any message, just an input/output > >> error > >> > when I try to run dir on it. It just says, > like > >> in > >> > openoffice(Which is usually what I do, i > open/save > >> a > >> > remote document), that that dir no longer > exists. > >> > > >> > I simply, as user, "mount /share" > >> > > >> > thanks for the reply! > >> > > >> > > >> > --- Adam Young <ad...@yo...> wrote: > >> >> Sorry about the lost work. That sucks. > >> >> > >> >> Some questions. No promise that I will > actually > >> be > >> >> able to help, but > >> >> maybe it will start a discussion... > >> >> > >> >> 1) What version of SSH, Linux, etc > >> >> 2) When it times out ,what message do you get > >> >> 3) Are there ssh connections still maintained > >> >> between the client and > >> >> server machines? > >> >> 4) Are you connecting to an NFS mounted dir on > >> the > >> >> server > >> >> 5) What version of Linux is running on the > server > >> >> 6) Does either dmesg or /var/log/messages give > >> any > >> >> indication of something > >> >> going wrong. > >> >> 7) How are you mounting the SSH directory. > >> >> > >> >> > >> >> > I just lost over an hour's worth of work by > >> >> document > >> >> > corruption because an shfs share timed out, > as > >> it > >> >> > seems to do sometimes after 10 minutes, > >> sometimes > >> >> 25, > >> >> > sometimes 5, despite constant usage during > that > >> >> time, > >> >> > for absolutely NO reason at all. I have > >> >> constantly > >> >> > used ssh for far longer with no problems. > >> >> > > >> >> > PLEASE, I have posted on here repeatedly > about > >> >> this > >> >> > problem, and have received no ideas or > >> solutions. > >> >> > What can I do? > >> >> > > >> >> > > >> > __________________________________________________ > >> >> > Do You Yahoo!? > >> >> > Tired of spam? Yahoo! Mail has the best > spam > >> >> protection around > >> >> > http://mail.yahoo.com > >> >> > > >> >> > > >> >> > > >> >> > >> > > >> > > > ------------------------------------------------------- > >> >> > SF email is sponsored by - The IT Product > Guide > >> >> > Read honest & candid reviews on hundreds of > IT > >> >> Products from real users. > >> >> > Discover which products truly live up to the > >> hype. > >> >> Start reading now. > >> >> > > >> >> > >> > > >> > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >> >> > > _______________________________________________ > >> >> > Shfs-devel mailing list > >> >> > Shf...@li... > >> >> > > >> >> > >> > > >> > > > https://lists.sourceforge.net/lists/listinfo/shfs-devel > >> >> > > >> >> > >> >> > >> >> > >> > > >> > > >> > > >> > __________________________________ > >> > Do you Yahoo!? > >> > Yahoo! Sports - Sign up for Fantasy Baseball. > >> > http://baseball.fantasysports.yahoo.com/ > >> > > >> > > >> > > >> > > > ------------------------------------------------------- > >> > SF email is sponsored by - The IT Product Guide > >> > Read honest & candid reviews on hundreds of IT > >> Products from real users. > >> > Discover which products truly live up to the > hype. > === message truncated === __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs |
|
From: John H. <mis...@ya...> - 2005-03-17 20:39:09
|
no i am saying i think it was still happening with fc2. i think it's more something in shfs code, as it doesn't seem to happen with ssh connections. shfs is beautiful otherwise. well, for the ping test, how would it matter b/c i think ssh sessions itself work ok? is there some weird timeout thing I am messing in prefs somewhere? --- Adam Young <ad...@yo...> wrote: > OK, it was working before FC2, but not FC2 or later? > > Try scripting a simple ping test, something that > opens an SSH connection, > reads a remote file, and then goes to a sleep. Let > that run for a while. > See if the SSH layer is dying (my guess is that it > is). > > > If you have trouble writing the script, let me know > and I'll try cobbling > something up. > > > > > not your fault:) I love shfs, except this one > thing > > is giving me a headache:( > > > > Client is fc3, host is fc3. > > shfs .35 > > > > > > > > server > > openssh-3.9p1-8.0.1 > > openssh-server-3.9p1-8.0.1 > > > > client > > openssh-clients-3.9p1-8.0.1 > > openssh-server-3.9p1-8.0.1 > > > > (but this has happened for probably several > versions, > > and probably since fc2) > > > > no nfs > > > > fstab entry is > > > > myuser@myhost:/share /share shfs > > noauto,user > > > > > > > > I don't get any message, just an input/output > error > > when I try to run dir on it. It just says, like > in > > openoffice(Which is usually what I do, i open/save > a > > remote document), that that dir no longer exists. > > > > I simply, as user, "mount /share" > > > > thanks for the reply! > > > > > > --- Adam Young <ad...@yo...> wrote: > >> Sorry about the lost work. That sucks. > >> > >> Some questions. No promise that I will actually > be > >> able to help, but > >> maybe it will start a discussion... > >> > >> 1) What version of SSH, Linux, etc > >> 2) When it times out ,what message do you get > >> 3) Are there ssh connections still maintained > >> between the client and > >> server machines? > >> 4) Are you connecting to an NFS mounted dir on > the > >> server > >> 5) What version of Linux is running on the server > >> 6) Does either dmesg or /var/log/messages give > any > >> indication of something > >> going wrong. > >> 7) How are you mounting the SSH directory. > >> > >> > >> > I just lost over an hour's worth of work by > >> document > >> > corruption because an shfs share timed out, as > it > >> > seems to do sometimes after 10 minutes, > sometimes > >> 25, > >> > sometimes 5, despite constant usage during that > >> time, > >> > for absolutely NO reason at all. I have > >> constantly > >> > used ssh for far longer with no problems. > >> > > >> > PLEASE, I have posted on here repeatedly about > >> this > >> > problem, and have received no ideas or > solutions. > >> > What can I do? > >> > > >> > > __________________________________________________ > >> > Do You Yahoo!? > >> > Tired of spam? Yahoo! Mail has the best spam > >> protection around > >> > http://mail.yahoo.com > >> > > >> > > >> > > >> > > > ------------------------------------------------------- > >> > SF email is sponsored by - The IT Product Guide > >> > Read honest & candid reviews on hundreds of IT > >> Products from real users. > >> > Discover which products truly live up to the > hype. > >> Start reading now. > >> > > >> > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >> > _______________________________________________ > >> > Shfs-devel mailing list > >> > Shf...@li... > >> > > >> > > > https://lists.sourceforge.net/lists/listinfo/shfs-devel > >> > > >> > >> > >> > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Sports - Sign up for Fantasy Baseball. > > http://baseball.fantasysports.yahoo.com/ > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > Products from real users. > > Discover which products truly live up to the hype. > Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Shfs-devel mailing list > > Shf...@li... > > > https://lists.sourceforge.net/lists/listinfo/shfs-devel > > > > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ |
|
From: John H. <mis...@ya...> - 2005-03-17 05:17:16
|
not your fault:) I love shfs, except this one thing is giving me a headache:( Client is fc3, host is fc3. shfs .35 server openssh-3.9p1-8.0.1 openssh-server-3.9p1-8.0.1 client openssh-clients-3.9p1-8.0.1 openssh-server-3.9p1-8.0.1 (but this has happened for probably several versions, and probably since fc2) no nfs fstab entry is myuser@myhost:/share /share shfs noauto,user I don't get any message, just an input/output error when I try to run dir on it. It just says, like in openoffice(Which is usually what I do, i open/save a remote document), that that dir no longer exists. I simply, as user, "mount /share" thanks for the reply! --- Adam Young <ad...@yo...> wrote: > Sorry about the lost work. That sucks. > > Some questions. No promise that I will actually be > able to help, but > maybe it will start a discussion... > > 1) What version of SSH, Linux, etc > 2) When it times out ,what message do you get > 3) Are there ssh connections still maintained > between the client and > server machines? > 4) Are you connecting to an NFS mounted dir on the > server > 5) What version of Linux is running on the server > 6) Does either dmesg or /var/log/messages give any > indication of something > going wrong. > 7) How are you mounting the SSH directory. > > > > I just lost over an hour's worth of work by > document > > corruption because an shfs share timed out, as it > > seems to do sometimes after 10 minutes, sometimes > 25, > > sometimes 5, despite constant usage during that > time, > > for absolutely NO reason at all. I have > constantly > > used ssh for far longer with no problems. > > > > PLEASE, I have posted on here repeatedly about > this > > problem, and have received no ideas or solutions. > > What can I do? > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > Products from real users. > > Discover which products truly live up to the hype. > Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Shfs-devel mailing list > > Shf...@li... > > > https://lists.sourceforge.net/lists/listinfo/shfs-devel > > > > > __________________________________ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball. http://baseball.fantasysports.yahoo.com/ |
|
From: John H. <mis...@ya...> - 2005-03-17 00:05:26
|
I just lost over an hour's worth of work by document corruption because an shfs share timed out, as it seems to do sometimes after 10 minutes, sometimes 25, sometimes 5, despite constant usage during that time, for absolutely NO reason at all. I have constantly used ssh for far longer with no problems. PLEASE, I have posted on here repeatedly about this problem, and have received no ideas or solutions. What can I do? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |