similar to: Linux kernel 2.6 smbfs bugs

Displaying 20 results from an estimated 10000 matches similar to: "Linux kernel 2.6 smbfs bugs"

2004 Apr 13
2
invalid slot with smbfs
I know smbfs is not samba, but perhaps somebody here has seen this error before. Basically, I can't use smbfs: [root@pandora samba]# mount //buildmaster/andreas -o username=andreas -t smbfs /mnt/smbfs added interface ip=10.0.17.30 bcast=10.0.23.255 nmask=255.255.248.0 error connecting to 10.0.16.6:445 (Connection refused) Password: [root@pandora samba]# ls -la /mnt/smbfs ls: /mnt/smbfs:
2005 Jun 08
0
[BUGME 4683] oops at log_do_checkpoint+0xa1/0x230
Hello, I was wondering if we can get some help in resolving this bug. It was reported earlier and logged in bugme.osdl.org http://bugme.osdl.org/show_bug.cgi?id=4683 The problem is kernel oops at log_do_checkpoint() due to NULL buffer_head. This could be because of some race in journalling code for which I don't have much clue. There is kdump available for analysis as mentioned in the
2005 Apr 26
3
kernel oops generated by smbfs module
Greetings, I have run into a kernel oops that I can generate at will, and that hangs my machine. The machine is running Gentoo Linux, 2.6.11 kernel and gcc 3.3.5. I can post more information if needed. The problem arises when I mount an SMB share from a 2000-series Snap server (network appliance); software version 3.4.804, hardware 2.0.3. The mount is fine, and can sit for a long time. However,
2006 Aug 29
3
mod_ntlm_winbind / Apache2
Hi, I'm trying to set up Apache2 with mod_ntlm_winbind so our Windows users can log onto our Intranet automatically without having to type in their username / password. I've gotten part of the way there, but things aren't behaving the way I'd like/expect. So far, I've been able to log on using Firefox but only with the password dialog popping up, and then only if I enter my
2007 Jul 18
1
smbfs patch for 2.6 [PATCH]
First I will apologize for posting my patch here if this is not the correct place to post a patch. I know that smbfs is being removed, but we still use it and need it to work. We have a patch to contribute back to the smbfs in the 2.6 kernel. I have noticed multiply posts on this issue and we have basically patch the smbiod.c to fix the reconnect bug in 2.6 Something we did for our patch is
2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
The patch below makes some needlessly global functions static. diffstat output: fs/smbfs/inode.c | 2 +- fs/smbfs/proc.c | 6 +++--- fs/smbfs/proto.h | 5 ----- fs/smbfs/request.c | 6 ++++-- 4 files changed, 8 insertions(+), 11 deletions(-) Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.10-mm1-full/fs/smbfs/proto.h.old 2005-01-04 00:57:42.000000000 +0100
2005 Mar 25
2
[2.6 patch] fs/smbfs/request.c: fix NULL dereference
The Coverity checker found that if req was NULL because find_request returned NULL, this resulted in a break from the switch, but req was later dereferenced (look at the last line of this patch). Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.12-rc1-mm2-full/fs/smbfs/request.c.old 2005-03-25 00:45:08.000000000 +0100 +++ linux-2.6.12-rc1-mm2-full/fs/smbfs/request.c 2005-03-25
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
The patch below removes an outdated samba ChangeLog file. diffstat output: fs/smbfs/ChangeLog | 160 --------------------------------------------- 1 files changed, 160 deletions(-) Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.10-rc3-mm1-full/fs/smbfs/ChangeLog 2004-10-18 23:54:55.000000000 +0200 +++ /dev/null 2004-11-25 03:16:25.000000000 +0100 @@ -1,160 +0,0 @@
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
The patch forwarded below still applies against 2.6.10-mm2. Please apply. ----- Forwarded message from Adrian Bunk <bunk@stusta.de> ----- Date: Sun, 19 Dec 2004 14:58:37 +0100 From: Adrian Bunk <bunk@stusta.de> To: samba@samba.org Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] remove outdated smbfs ChangeLog The patch below removes an outdated samba ChangeLog file.
2007 Apr 18
0
[Bridge] Update OSDL/Linux-Foundation maintainer addresses
Hi, I'm not sure if this is apprriate or not, but here goes anyway. The patch below updates MAINTAIER address Individuals (Only Andrew :): osdl.org -> linux-foundation.org Lists: osdl.org -> lists.osdl.org I assume the latter will change at some stage, but at least with this change the osdl/linux-foundation lists are consistent. Signed-off-by: Simon Horman
2007 Apr 18
0
[Bridge] Re: hang on PPC
Scratch that last comment. The kernel code I have now is identical to what I posted. Sorry for the misinformation. > -----Original Message----- > From: bridge-bounces@lists.osdl.org > [mailto:bridge-bounces@lists.osdl.org] On Behalf Of Eble, Dan > Sent: Tuesday, June 29, 2004 12:57 PM > To: 'arkady-parabel@ngs.ru' > Cc: bridge@osdl.org > Subject: RE: [Bridge] Re:
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello You must add first: vlan (tagged) to eth2 eth2 interface is not tagged by default and not know vlan-s . It is like a cisco if you have 24 ports in cisco by default all ports are in vlan1. if you want to do trunk (with vlans) you myst add (vlans) to this ports (tagged or untagged) So you can compare that all interfaces in linux by default are in one vlan(but not tagged). (only for
2007 Apr 18
0
[Bridge] Bridge Digest, Vol 36, Issue 8
Julian, I did not understand what you meant by this paragraph. "Now, for the twist. For development and testing, I assigned an ip address and gateway to the bridge. I need to be able for a "non-it" person to install this box without having to set it up at all , so it cannot have an ip address assigned, as it *may* be in use somewhere else on the lan or router." Did your
2008 Jun 23
2
How to make bugs 'more important'?
Hi there! I wondered what I - as an end user - could do to make sure a bug is seen as more important. There is one specific bug in which being fixed I'm very interested... I already "voted" for it, but I'm not sure how important the votes are. And I think it might be against the etiquette if I add a "still not fixed" to the bug with every new wine version. So what else
2003 Nov 20
0
General Email and Mailing List Etiquette
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Tilghman Lesher > Sent: Thursday, November 20, 2003 12:29 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Asterisk Business discussion again > > [...] > And BTW, remember to trim footers and post your
2007 Apr 18
1
[Bridge] bridge at start up
hi i have gone through the achieves but still could not get my bridge to suvive a reboot . please can anyone help me am using fedora core 2 -----Original message----- From: bridge-request@lists.osdl.org Date: Fri, 28 Jan 2005 03:08:06 +0100 To: bridge@lists.osdl.org Subject: Bridge Digest, Vol 17, Issue 25 > Send Bridge mailing list submissions to > bridge@lists.osdl.org > >
2007 Apr 23
0
[Bridge] Update lists.osdl.org to lists.linux-foundation.org
lists.linux-foundation.org seems to be funtional now, so I guess it is as good a time as any to update the MAINTAINERS file. Signed-off-by: Simon Horman <horms@verge.net.au> --- There are still some http links to osdl.org, but I'm not sure if they should be updated, and if so, what they should be updated to. Index: linux-2.6/MAINTAINERS
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available: http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz Also, this (and future) releases are now signed, for key info read: http://developer.osdl.org/dev/iproute2/signature.html [Stephen Hemminger] Fix uninitialized memory and leaks Add -batch option to ip. Update to 2.6.14 headers [Arnaldo] Integrate
2007 Apr 18
0
[Bridge] Re: hang on PPC
Pavel, you may be interested in my work on Cisco HDLC bridging: http://marc.theaimsgroup.com/?l=linux-netdev&m=108802311131855&w=2 I have used it with the bridge driver (in 2.4) without any problems (yet ;)), and I am sure Krzysztof Halasa, the HDLC maintainer, would be thrilled if you managed to port it to a recent version of the kernel and make it a compile-time option. Oh, it also
2005 Oct 07
1
[ANNOUNCE] iproute2 (051007)
Fix one serious bug (in libnetlink), and a couple of other minor patches. http://developer.osdl.org/dev/iproute2/download/iproute2-051007.tar.gz Stephen Hemminger Reenable ip mroute Mike Frysinger Handle pfifo_fast that has no qopt without segfaulting Mads Martin Joergensen Trivial netem ccopts Jerome Borsboom Fix regression in ip addr (libnetlink) handling -- Stephen Hemminger