similar to: Linux SMB Mount utils patch

Displaying 20 results from an estimated 200 matches similar to: "Linux SMB Mount utils patch"

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
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
Am 27.06.2000 19:58:44 schrieb urban: > On Tue, 27 Jun 2000 klaus-georg.adams@rwg.de wrote: > > > > > Hi Andrew, > > your patch from 2.2.15 to 2.2.16, backing out the older protocol levels breaks > > reading from an OS/2 LAN Server. > > The appended patch fixes things for me (against 2.2.16). > > This backs out a lot of desired changes. For example I think
2009 May 24
0
malloc() in the core
Hi guys, I just looked over liu's code as of today, and it looks pretty good; obviously you have gotten a huge amount of work done already! However, in the short term, we will most likely not have memory management -- malloc/free -- available in the core (making that possible is part of KlausM's project, but I want to decouple those.) The code currently uses malloc() in disklab.c, which
2011 Oct 21
2
[PATCH] fix for boot crash of syslinux-4.xx
As already reported in gentoo bugzilla while syslinux mailing list was not available: https://bugs.gentoo.org/show_bug.cgi?id=384917 All syslinux 4.xx versions (tested up to 4.04) seems to contain a bug, that causes a crash in early phase of syslinux boot from an usb stick. This is always possible to reproduce, but only on certain hw (atom based embedded board). Version 3.86 of syslinux always
1999 Sep 29
0
building on Red Hat 5.2
Hi, I'm trying to build samba 2.0.5a on Red Hat 5.2. It originally came with 1.9something, which seemed to have some bugs accessing large mounted directories. I downloaded Red Hat's updates package, but unfortunately it only comes with smbclient and smbd, and what I need is smbmount and smbumount. My binaries from my more recent systems (RH6 and OL2.2) won't run due to
1999 Jul 26
0
"smbmount" and Linux kernel-2.0.37
Hello, I tried to compile Samba-2.0.5b with smbmount after setting the configure-option "--with-smbmount". On systems (SuSE 5.0 and SuSE 5.3) running Linux kernel 2.0.35 and 2.0.37 I didn't have success: Compiling client/smbmount.c In file included from /usr/include/linux/smb_fs.h:11, from client/smbmount.c:28: /usr/include/linux/smb.h:47: warning: `PVAL'
1998 Oct 05
0
smbsh and smbwrapper - porting help needed
Someone asked today about smbfs on HPUX. The basic answer to that is that smbfs is _very_ operating system specific so it would take quite a lot of work to get it to run on another OS. There is hope though. Over the past few days I have been developing something called smbwrapper (and smbsh). This offers most of the capabilities of smbfs in a way that makes it somewhat portable. It also provides
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
1998 Aug 13
0
summary of replies to [strange stuff in 'last' command]
Sheldon E. Newhouse writes: > Anyone have ideas on what this output from the 'last' command means? > > TIA, > -sen > > xF*@**** otify ***@ Sat Aug 1 20:52 still logged in > xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00) > xF*@**** otify ***@ Sat Aug 1 20:52 - 20:52 (00:00) >
2009 Aug 03
1
[PATCH] Remove files imported via autogen.sh.
In case you're ok with not version-controlling files imported via autogen, ... >From 72c829395bb6a4800516d4f535e18af48195585b Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 3 Aug 2009 11:00:22 -0400 Subject: [PATCH] Remove files imported via autogen.sh. * m4/.gitignore: Ignore these files. * m4/codeset.m4: Remove file. * m4/gettext.m4: Likewise. *
2004 Mar 04
2
Compiling under kernel 2.6.0 and after
Hi, I'm trying to compile Samba 3.0.2a under Linux 2.6.3 (same problem on all 2.6.x kernels) and get the following error chucked out. Only occurs with --with-smbmount as you might expect from the file it fails on. Anyone else had this problem and fixed it? Regards Dan In file included from /usr/include/linux/fs.h:20, from /usr/include/linux/smb_fs.h:15,
2013 Dec 26
0
[PATCH] core: Avoid initializing the cache more than once
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Most of file system drivers initialize the cache themselves. The problem is that the same cache could be again initialized later, then invalidating the previous one. This patch fixes this. Problem found while auditing the code. Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> --- core/fs/cache.c | 2 ++
1999 Sep 08
0
Fw: Problem joining to NT-PDC with my own scopeID
hi*& I have troubles with joining 2 NT PDC because I can not specify scopeID for smbpasswd command. What can I do? There is analogu problem with smb_mount, that not understand different scopeIDs. Any advices? Thanks. -------------- next part -------------- HTML attachment scrubbed and removed
2010 Jan 23
1
[nut-commits] svn commit r2260 - trunk/drivers
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>: > Author: adkorte-guest > Date: Sat Jan 23 10:06:51 2010 > New Revision: 2260 > > Log: > Need to define _XOPEN_SOURCE for strptime() prototype in glibc2 > > Modified: > ? ? trunk/drivers/mge-hid.c Arnaud, Apparently this solves the problem for the strptime() function, but now breaks the snprintf()
1999 May 19
1
smbd segfaulting in 2.0.4a?
Hi, It looks like smbd in Samba 2.0.4a is segfaulting after receiving a SIGTERM signal (kill -TERM <pid of smbd>): [1999/05/18 23:40:46, 1] smbd/server.c:main(621) smbd version 2.0.4a started. Copyright Andrew Tridgell 1992-1998 [1999/05/18 23:40:46, 1] smbd/files.c:file_init(216) file_init: Information only: requested 10000 open files, 1014 are available. [1999/05/18 23:41:11, 0]
2002 Apr 30
5
smbmount, smbumount and smbmnt
Hi, I am deploying samba for an embedded system. The requirement is that the system should be able to mount windows share points. I believe "smbmount, smbumount and smbmnt" components are needed to do the same. I am not very clear about smbmnt though! I find that smbmount, smbumount and smbmnt are all quite huge. Around 300 to 400Kb each. I understand that Samba is capable of doing
2008 Sep 26
0
W2K8 ADS, sernet pkgs (debian)
Hi All! I use on my debian stable hosts here only sernet pkgs with samba 3.0.32. It works perfectly with Windows 2008 ADS. On my unstble host I have the 'standard' debian sid pkgs with samba 3.2.3. I have there a problem. It does work 45min - 1h and then I get this error with wbinfo -t: checking the trust secret via RPC calls failed error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND
2000 May 27
1
Samba Compile Problems on Indy
Hello, ** Please reply direct to ian@ichilton.co.uk as I am only subscribed to the list in digest mode ** I am trying to compile Samba 2.0.7 on my SGI Indy running IRIX 6.5 I did a: ./configure --with-smbmount (I want smbmount) then, after an hour compiling, it gave this: Compiling client/smbmount.c client/smbmount.c:27: asm/types.h: No such file or directory client/smbmount.c:28:
1998 Feb 02
1
Installation on SuSE Linux [was Re: Copyrights for R contributed libraries]
Christian Hoffmann <hoffmann@wsl.ch> writes: > I just installed the SuSE distribution of Linux (from Fuerth, Germany). I > would be very interested in learning of a SuSE compatible form of R. > Installing Linux was expressly made to be able to use R :-) > > SuSE (suse@suse.de, http://www.suse.de) is a distribution which is quickly > gaining users for Linux because of
2005 Jan 19
1
Re: [R-SIG-Mac] Formatting of time zone for POSIXct
Don, thanks for your report. On Jan 19, 2005, at 12:41 PM, Don MacQueen wrote: > I'm encountering a problem formatting POSIXct objects in R 2.0.1 on OS > X. > > For reference, on a Solaris system, R 2.0.1 (2004-11-15), formatting > is correct: > >> Sys.time() > [1] "2005-01-19 09:12:33 PST" >> format(Sys.time(),'%H:%M %Z') > [1]