Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#7236 - cifs kernelmodul: kernel config suggestion

Attached to Project: Arch Linux
Opened by Attila (attila) - Tuesday, 22 May 2007, 16:44 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 25 May 2007, 18:40 GMT
Task Type Feature Request
Category Kernel
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version 0.8 Voodoo
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I play a little bit with using cifs instead of nfs as network protocol and the first impression is very good. That's why i recognize that in the kernel config for this module stats and ea support is deactivated. I changed this in my own kernel package without any errors but if necessary i can do a test of your choice if wanted. This is what i have changed (i hope the line breaks won't confuse):

old config | new config
--------------------------------------| -------------------------------------
CONFIG_CIFS=m | CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set | CONFIG_CIFS_STATS=y
| # CONFIG_CIFS_STATS2 is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set | # CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set | CONFIG_CIFS_XATTR=y
| CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set | # CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set | # CONFIG_CIFS_EXPERIMENTAL is not set
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Friday, 25 May 2007, 18:40 GMT
Reason for closing:  Implemented
Comment by Attila (attila) - Tuesday, 22 May 2007, 16:47 GMT
Okay, i see that the line breaks looks bad and i will never use it in the future, sorry to everybody. Here the lines from my config for the cifs modul:

CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
# CONFIG_CIFS_STATS2 is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set

Loading...