Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please enable CONFIG_CIFS_UPCALL #968

Closed
mruzicka opened this issue May 17, 2015 · 5 comments
Closed

Please enable CONFIG_CIFS_UPCALL #968

mruzicka opened this issue May 17, 2015 · 5 comments

Comments

@mruzicka
Copy link

  • What led up to the situation?
    I wanted to mount a CIFS share using kerberos authentication.

  • What exactly did you do (or not do) that was effective (or ineffective)?

    mount -t cifs -osec=krb5 //intranet/videos /mnt
    
  • What was the outcome of this action?
    The following error messages were printed in the console:

    mount error(38): Function not implemented
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    

    In addition to that dmesg contained this information:

    CIFS VFS: Kerberos negotiated but upcall support disabled!
    CIFS VFS: Send error in SessSetup = -38
    CIFS VFS: cifs_mount failed w/return code = -38
    
  • What outcome did you expect instead?
    Successful completion of the mount command without any error messages.

popcornmix added a commit to raspberrypi/firmware that referenced this issue May 18, 2015
See: #397

kernel: bcm2835-sdhost: Adding overclocking option
kernel: bcm2835-mmc: Adding overclocking option
See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396

kernel: config: Add CONFIG_CIFS_UPCALL
See: raspberrypi/linux#968

kernel: config: Add CONFIG_FB_SSD1307=m
See: raspberrypi/linux#969

firmware: di_adv: Fix memory leak of converted buffers
See: #429

firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in

firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio
See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28

firmware: vcsm: Update to header from kernel side
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this issue May 18, 2015
See: raspberrypi/firmware#397

kernel: bcm2835-sdhost: Adding overclocking option
kernel: bcm2835-mmc: Adding overclocking option
See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396

kernel: config: Add CONFIG_CIFS_UPCALL
See: raspberrypi/linux#968

kernel: config: Add CONFIG_FB_SSD1307=m
See: raspberrypi/linux#969

firmware: di_adv: Fix memory leak of converted buffers
See: raspberrypi/firmware#429

firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in

firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio
See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28

firmware: vcsm: Update to header from kernel side
@popcornmix
Copy link
Collaborator

Added in latest rpi-update firmware. Please test.

@mruzicka
Copy link
Author

Works for me:

root@videoberry:~# cat /proc/version 
Linux version 3.18.13+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #785 PREEMPT Mon May 18 17:39:07 BST 2015
root@videoberry:~# /bin/mount -t cifs -o sec=krb5 //intranet/videos /mnt
root@videoberry:~# cat /proc/mounts 
rootfs / rootfs rw 0 0
/dev/root / ext4 rw,noatime,data=ordered 0 0
devtmpfs /dev devtmpfs rw,relatime,size=218620k,nr_inodes=54655,mode=755 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=44580k,mode=755 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=89140k 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
//intranet/videos /mnt cifs rw,relatime,vers=1.0,sec=krb5,cache=strict,username=root,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.4,unix,posixpaths,serverino,acl,rsize=1048576,wsize=65536,actimeo=1 0 0

Thank you!
When will there be an updated raspberrypi-bootloader deb package? 😉

@popcornmix
Copy link
Collaborator

@XECDesign may be able to answer that.

@XECDesign
Copy link
Contributor

There aren't any plan to bump the bootloader package before the jessie image, which is still some time off. In the meanwhile, if you need the latest firmware in a .deb package, you could use this repo http://nightly.raspberrypi.org/nightlyfirmware-v2/pool/main/r/raspberrypi-firmware/

@mruzicka
Copy link
Author

OK, many thanks.

neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this issue Feb 27, 2017
See: raspberrypi#397

kernel: bcm2835-sdhost: Adding overclocking option
kernel: bcm2835-mmc: Adding overclocking option
See: http://forum.kodi.tv/showthread.php?tid=224025&pid=2005396#pid2005396

kernel: config: Add CONFIG_CIFS_UPCALL
See: raspberrypi/linux#968

kernel: config: Add CONFIG_FB_SSD1307=m
See: raspberrypi/linux#969

firmware: di_adv: Fix memory leak of converted buffers
See: raspberrypi#429

firmware: arm_display: Fix initialisation of framebuffer struct when framebuffer base is passed in

firmware: hdmi: Tweak hdmi_mai_thresh for 192kHz audio
See: https://discourse.osmc.tv/t/rp2-multichannel-flac-playback/2627/28

firmware: vcsm: Update to header from kernel side
pfpacket pushed a commit to pfpacket/linux-rpi-rust that referenced this issue Apr 7, 2023
rust: doctests: Mark generated rustdoc kunit tests extern "C"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants