Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43382 - shfs-0.32 spills kernel logfiles on 2.6.x systems
Summary: shfs-0.32 spills kernel logfiles on 2.6.x systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 08:10 UTC by Florian Lüke
Modified: 2004-04-16 17:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against shfs-0.32 Kernel 2.6 Makfile (shfs-gentoo-0.32-makefile-debug.diff,657 bytes, patch)
2004-03-01 08:14 UTC, Florian Lüke
Details | Diff
shfs-0.32.ebuild using the Makefile patch (shfs-0.32.ebuild,2.97 KB, text/plain)
2004-03-01 08:15 UTC, Florian Lüke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Lüke 2004-03-01 08:10:27 UTC
On systems running Linux 2.6.x shfs-0.32 spills the kernel logfiles with debug messages. This is caused by the Makefile for 2.6 kernels, where a DEBUG variable is hardcoded.

Reproducible: Always
Steps to Reproduce:
1. emerge shfs on a system running a 2.6 series kernel
2. mount a remote filesystem via shfs 
3. use the remotely mounted filesystem (e.g. perform 'ls' on it)

Actual Results:  
The kernel logfile gets flooded with shfs debug messages.

Expected Results:  
There should only be some notifications and serious errors in the logfile.
Comment 1 Florian Lüke 2004-03-01 08:14:53 UTC
Created attachment 26658 [details, diff]
Patch against shfs-0.32 Kernel 2.6 Makfile
Comment 2 Florian Lüke 2004-03-01 08:15:55 UTC
Created attachment 26659 [details]
shfs-0.32.ebuild using the Makefile patch
Comment 3 Jason Cox (RETIRED) gentoo-dev 2004-04-16 17:42:34 UTC
Fixed and added the patch. Thanks.