similar to: Is FUSE enabled in centos5 ?

Displaying 20 results from an estimated 900 matches similar to: "Is FUSE enabled in centos5 ?"

2007 Jul 27
0
centos5: NFS panic during unmount
Hello, Just noticed a NFS panic on centos5 (no updates applied yet). I don't have the serial console attached yet to get the exact stack. However, here is the stack: shrink_dcache_for_umount generic_shutdown_super kill_anon_super nfs_kill_super deactivate_super mntput_no_expire do_exit sys_exit_group
2007 Sep 04
4
Errors in executing first RoR app - reg.
Hi Friends, I am brand new to RoR.Kindly help me with the following problem. Following are the steps i have done. 1) C:/> rails appone 2) C:/> cd appone 3) C:/appone> cd script 4) C:/appone/script> ruby generate controller appone index 5) Edited C:/appone/app/controllers/appone_controller.rb class ApponeController < ApplicationController def index time = Time.now
2009 Feb 09
1
Compiling fuse-2.7.3glfs10 - Error
Hi, ?I am trying to compile de fuse-2.7.3glfs10 and I receive the error bellow when I execute de make command. I haven't any idea how to solve this problem. I need --enable-kernel-module to reexport to NFS. What can I do? # cat /etc/SuSE-release SUSE Linux Enterprise Server 10 (x86_64) VERSION = 10 PATCHLEVEL = 1 #HW - Dell PowerEdge 850 8GB RAM ECC Intel(R) Xeon(R) CPU X3360
2006 Jan 22
2
Bittorrent RPM/Python Issue
Hi All, tried to install the RPM for bittorrent, and got the following, [root at localhost bittorrent]# rpm -Uvh BitTorrent-4.2.2-1-Python2.3.noarch.rpm error: Failed dependencies: python(abi) = 2.3 is needed by BitTorrent-4.2.2-1.noarch [root at localhost bittorrent]# python -V Python 2.3.4 why is this so, when I have 2.3.4. Is this RPM only compatible with 2.3, not 2.3.1-4? Little confused.
2007 Jul 31
0
centos5/xen does not see all memory
I have a server with 6 gigs of memory. CentOS5/Xen sees only half of it. Could someone advice me how to get it recognize all my memory? I have installed 32bit CentOS5 and I'm running kernel-xen-2.6.18-8.1.8.el5. This kernel should have PAE support: $ grep PAE /boot/config-2.6.18-8.1.8.el5xen CONFIG_X86_PAE=y But xentop reports only 3 gigs of memory: Mem: 3145148k total, 2400512k used,
2015 Sep 10
6
[RFC PATCH 0/2] virtio nvme
Hi all, These 2 patches added virtio-nvme to kernel and qemu, basically modified from virtio-blk and nvme code. As title said, request for your comments. Play it in Qemu with: -drive file=disk.img,format=raw,if=none,id=D22 \ -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 The goal is to have a full NVMe stack from VM guest(virtio-nvme) to host(vhost_nvme) to LIO NVMe-over-fabrics
2015 Sep 10
6
[RFC PATCH 0/2] virtio nvme
Hi all, These 2 patches added virtio-nvme to kernel and qemu, basically modified from virtio-blk and nvme code. As title said, request for your comments. Play it in Qemu with: -drive file=disk.img,format=raw,if=none,id=D22 \ -device virtio-nvme-pci,drive=D22,serial=1234,num_queues=4 The goal is to have a full NVMe stack from VM guest(virtio-nvme) to host(vhost_nvme) to LIO NVMe-over-fabrics
2007 Aug 17
2
using fuse on centos 5 with xp
Hello, Does anyone have a centos5 specific howto or setup notes for fuse? I want to use it to mount an xp ntfs drive on my centos5 box. Thanks. Dave.
2001 Oct 18
2
wine network map problem
Hi I have instlled codeweaver's wine in RH 7.1 Machine
2011 Jul 09
10
Kernel Modules
Just compiled a custom kernel, but unable to mount a btrfs partition. It essentially says ''unrecognized filesystem''. What could be missing? # File systems # CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y
2008 Jul 06
2
lattice question
I'm creating a lattice barchart based off a pretty complicated data structure. The barchart comes out quite nice ( thanks to lattice ) but the problem is that the horizontal axis comes out all scrunched because the barchart doesn't know that the intervals of Var.1 are really "associated" with the conditioning variable Var.2. Therefore, all the intervals of Var.1 are put on
2012 Jul 21
1
[PATCH] fuse:remove the unused macro when fuse is not available
Just make gcc happy when fuse is not available. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- src/fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse.c b/src/fuse.c index 2bd6787..349a5b9 100644 --- a/src/fuse.c +++ b/src/fuse.c @@ -25,6 +25,7 @@ #include <sys/types.h> #include <sys/wait.h> +#if HAVE_FUSE /* See
2016 Feb 11
1
[PATCH] fish, sysprep: run FUSE-related tests only when FUSE is available
They will fail anyway in that case, so run them only when the FUSE support is built in. --- fish/Makefile.am | 6 +++++- sysprep/Makefile.am | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/fish/Makefile.am b/fish/Makefile.am index fc7c729..5ffa0f1 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -297,7 +297,6 @@ TESTS += \ test-find0.sh \ test-inspect.sh
2017 Aug 25
0
NFS versus Fuse file locking problem (NFS works, fuse doesn't...)
On Thu, Aug 24, 2017 at 9:01 AM, Krist van Besien <krist at redhat.com> wrote: > Hi > This is gluster 3.8.4. Volume options are out of the box. Sharding is off > (and I don't think enabling it would matter) > > I haven't done much performance tuning. For one thing, using a simple > script that just creates files I can easily flood the network, so I don't >
2007 Apr 08
0
XEN Paravirtualized CentOS5 beta on CentOS5 beta
Dear All, I'm trying to install CentOS5 beta as paravirtualized guest on a CentOS5 Xen host using virt-manager. Everything seems to go OK. I'm able to run virt-manager and fill-out all the details. Because you can only do a http/ftp/nfs install when setting up a paravirtualized guest using virt-manager, I made the whole contents of the CentOS5 beta DVD available via ftp. The start of
2017 Aug 24
0
NFS versus Fuse file locking problem (NFS works, fuse doesn't...)
Hi Krist, What are your volume options on that setup? Have you tried tuning it for the kind of workload and files size you have? I would definitely do some tests with feature.shard=on/off first. If shard is on, try playing with features.shard-block-size. Do you have jumbo frames (MTU=9000) enabled across the switch and nodes? if you have concurrent clients writing/reading, it could be beneficial
2017 Aug 24
2
NFS versus Fuse file locking problem (NFS works, fuse doesn't...)
Hi all, I usualy advise clients to use the native client if at all possible, as it is very robust. But I am running in to problems here. In this case the gluster system is used to store video streams. Basicaly the setup is the following: - A gluster cluster of 3 nodes, with ample storage. They export several volumes. - The network is 10GB, switched. - A "recording server" which
2007 Nov 23
2
Error on installing fuse-ntfs-3g
I get the following error when I try installing fuse-ntfs-3g even though I have installed fuse-2.7 and fuse-kmdl-2.7 error: Failed dependencies: libfuse.so.2 is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.2) is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.5) is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.6) is
2007 May 12
1
FUSE and/or NTFS on CentOS 5
Pointers? I found a .src.rpm for 2.6.0 and it compiles OK, but when I build ntfs-3g (which is what I really want) against the installed fuse-2.6.0 I still get a dependency failure installing the ntfs-3g RPM which says it wants fuse-2.6.3.
2007 Apr 26
0
fuse/ntfs 3g for centos 5
Hi, are there any plans do this for centos 5? Maybe in centosplus? Thx Rainer