Code Monkey home page Code Monkey logo

Comments (14)

igorpecovnik avatar igorpecovnik commented on August 24, 2024

Probably it's a problem with NFS. I added support into 3.19.x

You can try with this kernel or rebuild your own.
http://mirror.igorpecovnik.com/kernel/3.19.3-cubietruck-next.tar

from build.

blindpet avatar blindpet commented on August 24, 2024

Installed that kernel (some header errors when installing though) and same result with mounting errors, any other ideas? I believe OMV supports NFS so I'm not sure it's that.

I am happy to build a new image with custom kernel to get this to work if you can tell me which settings to try.

from build.

blindpet avatar blindpet commented on August 24, 2024

The OMV people have said maybe the kernel has disabled ACL, is that possible or can i recompile the kernel to include it? I looked in the config and the only ACL configs that weren't turned on were

CONFIG_TMPFS_POSIX_ACL and HFSPLUS_FS_POSIX_ACL

from build.

blindpet avatar blindpet commented on August 24, 2024

Any ideas or should I just give up for now? I've been back and forth with the OMV people and they are adamant it's an ACL issue with the kernel.

from build.

igorpecovnik avatar igorpecovnik commented on August 24, 2024

I am not familiar with OpenMediaVault special requirements :( If I knew what to add I would add that already :) You will probably need to experiment - establish build environment and adding things step by step - adding all usually doesn't work.

from build.

hvenzke avatar hvenzke commented on August 24, 2024

answering this for igor:

... from my modularised arm6hf kenrels - this are "standard" kernel module stuff.

root@lb1:~# uname -a
Linux lb1 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux

root@lb1:~# zcat /proc/config.gz | egrep '(POSIX|ACL|NFS|SMB|ATTR|HFS|EXT|XFS|NTFS|DOS)' | grep -v "#"
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_MSDOS_PARTITION=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211_WEXT=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_EXTCON=m
CONFIG_EXTCON_ARIZONA=m
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_FS_POSIX_ACL=y
CONFIG_MSDOS_FS=y
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=y
CONFIG_KERNFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_FILE_CACHE=y
CONFIG_SQUASHFS_DECOMP_SINGLE=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
HFSPLUS_FS_POSIX_ACL=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
CONFIG_ROOT_NFS=y
CONFIG_NFS_FSCACHE=y
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_NLATTR=y

from build.

igorpecovnik avatar igorpecovnik commented on August 24, 2024

It should work now.

from build.

blindpet avatar blindpet commented on August 24, 2024

With 3.19.3 and your ready made image or I have to build my own as hvenze outlined?

from build.

igorpecovnik avatar igorpecovnik commented on August 24, 2024

Oh, I mixed this issue with another one. Not merged yet :( but you can just copy / past this to the config and try to compile. We are now on 3.19.6 ...

from build.

igorpecovnik avatar igorpecovnik commented on August 24, 2024

Current configuration is now updated. I also compiled new kernel for Bananapi with all this.
http://mirror.igorpecovnik.com/kernel/3.19.6-bananapi-next.tar

from build.

RafaelKa avatar RafaelKa commented on August 24, 2024

try to remove all quota options from /etc/fstab manually for your partition and then run
mount -a

also following entry does not work

UUID=78c73e72-02a0-4b60-bd53-0776413e0e19 /media/78c73e72-02a0-4b60-bd53-0776413e0e19 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2

and following works

UUID=78c73e72-02a0-4b60-bd53-0776413e0e19 /media/78c73e72-02a0-4b60-bd53-0776413e0e19 ext4 defaults,nofail,user_xattr,noexec,jqfmt=vfsv0,acl 0 2

from build.

hvenzke avatar hvenzke commented on August 24, 2024

my current banana PI (Lamobo-R1) R1 3.19.3 kernel for ext

cat  /proc/config.gz | egrep '(ACL|XAT|EXT2|EXT3|EXT4|QUOTA)' 
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
CONFIG_QUOTACTL=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_HFSPLUS_FS_POSIX_ACL is not set
# CONFIG_SQUASHFS_XATTR is not set
CONFIG_NFS_V3_ACL=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFS_ACL_SUPPORT=y
# CONFIG_CIFS_XATTR is not set

@RafaelKa please check your kernel options compiled in.

@igorpecovnik please check if you have buildin acl, quota and SECURITY options for ext4.
ext2 and ext3 on my R1 are not build as it still reported ( for 3.19.3 ) conflicting at uboot with uImage usage.

from build.

blindpet avatar blindpet commented on August 24, 2024

Seems to be working on 3.19.7, I made no changes to the default build.sh

from build.

hvenzke avatar hvenzke commented on August 24, 2024

@blindpet thanks for report . will see hows going with 4.x mainlain .. on the way updating just

from build.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.