[Samba] smbfs / cifs mount error - password too long

2008-04-28 Thread Kok-Yan Lo
Hi all, when trying to mount a windows file share using the commands below, mount exits immediately with message password too long before even attempting the mount: mount -t smbfs -o username=a user,password=12345678901234567 //server/share /mnt/target mount -t cifs -o user=a

[Samba] smbfs failed to preserve ownership when cp files

2008-03-09 Thread Eric B.
Hi, I'm not sure if this is the right group/list for this type of help, so I appologize if it isn't, and ask if you can please direct me to the right place. I am trying to mount a NAS Samba share to my RHEL 4 machine to run backups and am running into some slight issues / error msgs with it. I

[Samba] smbfs enabled rpms for fedora core 8

2008-01-31 Thread Deepak Kumar
Hi I just installed FC8 on a desktop machine and have been trying to connect to a Windows 2000 server using the following (as root): mount -t cifs //server name/shared folder /mnt/mountpoint -o username=* However, after asking for password, it gave me the following error: mount error 20 =

[Samba] smbfs mounts hang when windows machine is rebooted

2007-10-09 Thread Doug Puchalski
I am mounting directories from a WinXP SP2 machine to a Debian Linux 2.6.18-4-686 using /etc/fstab of: //winxp/directory /mnt/mountpoint smbfs username=xxx,password=xxx,uid=xxx,gid=xxx,errors=remount-ro 0 0 If I reboot the windows machine, any access to the mountpoint on the linux box

[Samba] smbfs patch for 2.6 [PATCH]

2007-07-18 Thread Craig Matsuura
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

[Samba] smbfs intermittent errors: tdb_lock failed, ERRDOS 71

2007-06-22 Thread mohansukumar
I mounted //winxp/linuxbu onto to a 2nd new mountpoint called /mnt/buonwinxp. I got same errors as you. So I first verified if password of the //winxp/linuxbu was wrong. With a wrong password, I got response as below: [EMAIL PROTECTED] root]# smbmount //winxp/linuxbu /mnt/buonwinxp -o

[Samba] smbfs gzip/bzip2 File too large?

2007-03-01 Thread Rocky Zhou
I wrote a python script wrapping find tar to do full/diff/increment backup for the system. For example, my configuration like this: # cat /etc/new/fs_backup.config fields = identity, type, time, archive; default = full; type = ${default}; # comment datadir = /mnt/host/fs_backup/; table =

Re: [Samba] smbfs gzip/bzip2 File too large?

2007-03-01 Thread Rashkae
Rocky Zhou wrote: local file system, it is OK , but when I mount the smbfs: I'm assuming your doing this on Linux smbfs is deprecated and has a 2GB filesize limit. Use cifs instead. mount -t cifs //host/share /mnt/network -o username= -- To unsubscribe from this list go to the

[Samba] smbfs issue when viewing a share from a MS Cluster

2007-02-03 Thread Westerdale, John
All, I am digging into an smbfs issue where we have a single server (RHES3 U3 kernel) mounting a share from a Microsoft Cluster. It happens once or twice each night around 8:40 and then around 10:40. Doesnt seem to be related to any other services (backup etc). Syslog shows: Jan 28

Re: [Samba] SMBFS in FC6

2007-01-16 Thread Felix Miata
On 2007/01/16 13:26 (GMT+0100) Prins, C. apparently typed: In which samba file is the smbfs support located (I can install the common and client file)? smbfs is a kernel module. 2.6.18 2.6.19 kernels are built without smbfs enabled. About the 2.6.20 kernel I don't know, but smbfs support may

Re: [Samba] SMBFS in FC6

2007-01-16 Thread Gary Dale
Felix Miata wrote: On 2007/01/16 13:26 (GMT+0100) Prins, C. apparently typed: In which samba file is the smbfs support located (I can install the common and client file)? smbfs is a kernel module. 2.6.18 2.6.19 kernels are built without smbfs enabled. About the 2.6.20 kernel I

Re: [Samba] SMBFS in FC6

2007-01-16 Thread Felix Miata
On 2007/01/16 13:14 (GMT-0500) Gary Dale apparently typed: I've been using CIFS to access shares on an XP box and it works OK. Mind you, my requirements aren't all that great. Timestamping is broken under certain conditions. You might want to test and see if timestamps are preserved going

Re: [Samba] smbfs vs. cifs on Win98

2006-08-08 Thread Gary Dale
I'm not sure is you can mount a VFAT share using cifs. Why don't you try it? In Win98, share something then in your /etc/fstab, create an entry with type as cifs. smbfs is no longer maintained, so don't use it if you don't have to. NOTE that smbfs is not part of Samba. You don't need to be

Re: [Samba] smbfs vs. cifs on Win98

2006-08-08 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary Dale wrote: There error you are getting could be because you don't have cifs installed. As for the ip address vs. hostname, just make sure the host is defined in /etc/hosts. Just a note According the kernel change log, cifs didn't get

[Samba] smbfs mounts become unusable after Windows reboot

2006-04-29 Thread Shahar Weiss
Hello. I'm using samba 3.0.22A and Linux 2.6.15. I mount my shared Windows drives through /etc/fstab. The corresponding lines are: //raviv1/c /mnt/raviv1/c smbfs uid=0,gid=0,username=x,password=x,iocharset=utf8,codepage=cp862 0 0 //raviv1/f /mnt/raviv1/f smbfs

[Samba] smbfs - Can't create files in subdirectories...

2005-12-22 Thread samba1 @ The Linux Revolution
Greetings, I'm hoping someone can help... I have a Slackware 10.2 server running Samba 3.0.20b. When I mount a share with mount -t smbfs -o username=user,pass=pass,fmask=777,dmask=777 //server/share /mount/point (on another 10.2 PC) the mount completes successfully. Logged in as a user, I can

Re: [Samba] smbfs - Can't create files in subdirectories...

2005-12-22 Thread Dennis B. Hopp
samba1 @ The Linux Revolution wrote: Greetings, I'm hoping someone can help... I have a Slackware 10.2 server running Samba 3.0.20b. When I mount a share with mount -t smbfs -o username=user,pass=pass,fmask=777,dmask=777 //server/share /mount/point (on another 10.2 PC) the mount completes

Re: [Samba] smbfs - Can't create files in subdirectories...

2005-12-22 Thread samba1
On Thursday 22 December 2005 06:36 pm, Dennis B. Hopp wrote: samba1 @ The Linux Revolution wrote: Greetings, I'm hoping someone can help... I have a Slackware 10.2 server running Samba 3.0.20b. When I mount a share with mount -t smbfs -o username=user,pass=pass,fmask=777,dmask=777

[Samba] smbfs and cifs

2005-11-30 Thread Josh Kelley
I periodically see smbfs questions get asked on this list, and they usually get one of two responses: 1. smbfs is a kernel module; this list is not the appropriate place to be asking smbfs questions. 2. You should be using cifs instead. (Please let me know if either if these is incorrect.) I

Re: [Samba] smbfs and cifs

2005-11-30 Thread Craig White
On Wed, 2005-11-30 at 10:22 -0500, Josh Kelley wrote: I periodically see smbfs questions get asked on this list, and they usually get one of two responses: 1. smbfs is a kernel module; this list is not the appropriate place to be asking smbfs questions. 2. You should be using cifs instead.

RE: [Samba] smbfs and cifs

2005-11-30 Thread Eisenhut, Daniel (GE Healthcare)
On Wed, 2005-11-30 at 10:22 -0500, Josh Kelley wrote: I periodically see smbfs questions get asked on this list, and they usually get one of two responses: 1. smbfs is a kernel module; this list is not the appropriate place to be asking smbfs questions. 2. You should be using cifs instead.

Re: [Samba] smbfs and cifs

2005-11-30 Thread Josh Kelley
On 11/30/05, Eisenhut, Daniel (GE Healthcare) [EMAIL PROTECTED] wrote: What is the appropriate place to ask smbfs/cifs questions? I have a few questions that I'd like to ask... For cifs, the mount.cifs manpage says to use the Linux CIFS Mailing List, which is apparently located at

[Samba] smbfs will not enable

2005-10-13 Thread ROBERT HARRIS
I am attempting to connect to my suse 9.3 box from my windows machine using swat. From the YaST system services(runlevel) screen when I try to enable smbf. I get an error not configured. I can access swat form my browser, and when I check status every thing is running but winbindd (I think that is

[Samba] smbfs intermittent errors: tdb_lock failed, ERRDOS 71

2005-06-02 Thread John Locke
Hi, I recently upgraded an older box running as a file server for a small company to Mandriva (Mandrake) 10.1. It's running Samba 3.0.10.1, the default Mandrake package. We have a custom script that mounts a Windows share using smbfs, backs up specific directories, and unmounts when it's

[Samba] smbfs locking

2005-04-27 Thread Marcos Pinto
I have samba 3.0.10 running on a Debian server. I have other Debian machines which use smbfs (also 3.0.10) to mount the share. Every now and again, the mount will lock and an ls inside it produces an i/o error. If i try to umount the share, it gives me a share busy error. Now, there is no real

[Samba] SMBFS Performance Oddity

2005-03-15 Thread Dyyryath
I posted back in January about a huge performance gap I was seeing on a gigabit network when comparing smbfs and smbclient operations. I was advised to try CIFS, which I did. I didn't make much difference and I gave up and switched to NFS. Recently, however, I noticed something odd. If I move

[Samba] smbfs hard links

2005-02-11 Thread Martin Orr
When I mount an smbfs file system from a Samba server, I am able to create both symbolic and hard links in it with ln. However, while the hard links are real hard links on the server, they do not appear as such on the client because they have different inode numbers: [EMAIL PROTECTED]:~$ mkdir

[Samba] smbfs pc-netlink problem

2005-01-12 Thread Rob Brenart (TT)
I posted basically this problem yesterday with no response, but I have some new information so here's a rego. I mount a solaris box which is sharing files with pc-netlink I use the following line in my fstab //machinename/Share /mnt/machinename/share smbfs

Re: [Samba] smbfs pc-netlink problem

2005-01-12 Thread Guenther Deschner
Hi Rob, On Wed, Jan 12, 2005 at 01:12:15PM -0600, Rob Brenart (TT) wrote: I posted basically this problem yesterday with no response, but I have some new information so here's a rego. I mount a solaris box which is sharing files with pc-netlink I use the following line in my fstab

RE: [Samba] smbfs pc-netlink problem

2005-01-12 Thread Rob Brenart (TT)
] Sent: Wednesday, January 12, 2005 1:46 PM To: Rob Brenart (TT) Cc: 'samba@lists.samba.org' Subject: Re: [Samba] smbfs pc-netlink problem Hi Rob, On Wed, Jan 12, 2005 at 01:12:15PM -0600, Rob Brenart (TT) wrote: I posted basically this problem yesterday with no response, but I have some new

Re: [Samba] SMBFS mounts slow across gigabit connection

2005-01-01 Thread Andrew Bartlett
On Fri, 2004-12-31 at 02:34 -0500, Dyyryath wrote: I'm using Samba smbfs to make directories on a Linux file server available across a switched Gigabit network. Unfortunately, when mounting the shares to another Linux system with smbfs, the performance is terrible. Does anybody have any

[Samba] SMBFS mounts slow across gigabit connection

2004-12-30 Thread Dyyryath
I'm using Samba smbfs to make directories on a Linux file server available across a switched Gigabit network. Unfortunately, when mounting the shares to another Linux system with smbfs, the performance is terrible. To test the setup, I created both a 100mb and 650mb file and transferred them

[Samba] smbfs Unicode patch for 2.4.x kernel

2004-12-13 Thread Julian Pellico
Hi, I'm looking for a patch to the redhat 2.4 kernel to add Unicode support to smbfs. My particular version is 2.4.26. I searched the list archives and found someone named Urban Widmark claimed to have a patch for 2.4.18, but his URL is outdated. If anyone has this patch, please let me know --

RE: [Samba] smbfs Unicode patch for 2.4.x kernel

2004-12-13 Thread Geoff Scott
The samba list deals only with Samba not smbfs. Other list members have said in the past to people with queries like yours that there is a specific list for smbfs/cifs. Regards Geoff Scott -- To unsubscribe from this list go to the following URL and read the instructions:

[Samba] SMBFS - Input/Output Errors on Save - Kernel = 2.6.8

2004-12-12 Thread Darryl
I have a Debian (Unstable) workstation which accesses Samba shared directories on a Mitel Server via smbfs mounts. All worked well up to an incuding kernel 2.6.7. After upgrading to 2.6.9 I found that trying to save a file to the share in Open Office resulted in an input/output error. I found

[Samba] smbfs

2004-11-08 Thread Sebastien Hould
I have several smbfs mounts on different servers which I would like to automatically reconnect to the share if ever the file server shutsdown. Basically the problem I have is our snapAppliance NAS takes roughly 10 minute to boot. 2 nights ago we had power failure and UPS problems and all our

Re: [Samba] smbfs mount issues

2004-10-14 Thread Anton K.
on Mandrake 10.1. The stranger part is, I can preview the contents with SMB4K or LAN:// but once it is mounted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pirok Sent: Wednesday, October 13, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: [Samba] smbfs

Re: [Samba] smbfs mount issues

2004-10-14 Thread Charles Culver
PROTECTED] On Behalf Of Jason Pirok Sent: Wednesday, October 13, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: [Samba] smbfs mount issues This problem began a couple months ago with my new install of (you guessed it) XP sp2. Now, when i mount a share from the xp machine to my debian box, everyone

Re: [Samba] smbfs mount issues

2004-10-14 Thread Jason Pirok
sorry about forgetting that. My kernel version is 2.6.8 This might be coused by buggy kernel, I had sa similar problem with kernel 2.6.1-... which come with Fedora Core2 test1. When I upgrade the kernel it was OK. What kernel are you using -- To unsubscribe from this list go to the

Re: [Samba] smbfs mount issues

2004-10-14 Thread Jason Pirok
Whoops I should have run uname first. kernel is 2.6.7 On Thu, 14 Oct 2004 08:55:47 -0500, Jason Pirok [EMAIL PROTECTED] wrote: sorry about forgetting that. My kernel version is 2.6.8 This might be coused by buggy kernel, I had sa similar problem with kernel 2.6.1-... which come

[Samba] smbfs mount issues

2004-10-13 Thread Jason Pirok
This problem began a couple months ago with my new install of (you guessed it) XP sp2. Now, when i mount a share from the xp machine to my debian box, everyone, including rot, gets a permission denied trying to ls the dir. I've read posts about switching to cifs, but that has opened a whole new

RE: [Samba] smbfs mount issues

2004-10-13 Thread Culver, Chuck
. The stranger part is, I can preview the contents with SMB4K or LAN:// but once it is mounted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pirok Sent: Wednesday, October 13, 2004 2:03 PM To: [EMAIL PROTECTED] Subject: [Samba] smbfs mount

[Samba] Samba - smbfs - problème d'accent

2004-10-07 Thread Christelle Ronce
Bonjour, Je réalise un montage samba entre un serveur linux et un client Windows 2000. Je constate des problèmes d'accents. Un fichier est créé sur windows avec ds accents, linux perd les accents et vice versa. ex1 fichier bé.txt créé sous linux, devient bU.txt le U majuscule comportant un accent

[Samba] smbfs timestamp problem

2004-10-05 Thread Nigel Roberts
Here's a curly one. I have a share mounted via smbfs on my linux desktop. This share is on a NetApp filer somewhere, but I've also tried this on a an old linux server as well, and I have the same problem. Basically, since day light savings came into effect here (NZDT or +13), any file I create

[Samba] smbfs hang with moderate use

2004-10-03 Thread Jake Brownson
This may not be the place to talk about smbfs, but it's also possible this is a samba problem... Here's the situation, I mount a share on my Linux client from a Linux samba server, and it seems to work okay at first... If I try and play a video from the share, it hangs after an unspecified

Re: [Samba] smbfs mounts cause hangs in kde/gnome

2004-09-27 Thread John H Terpstra
On Monday 27 September 2004 06:14, rich wrote: Dear JohnT and anyone else. Thanks for your msg. I left the list, and searched and searched. There doesn't seem to be a smbfs list (there's one on sourceforge...with a single ancient message in). Can anyone give any pointers? I wouldn't ask but

[Samba] smbfs mounts cause hangs in kde/gnome

2004-09-23 Thread rich lott
I'm using debian Sarge, Samba 3.0.6-3, Kernel 2.6.8 I use smbmount //server/share mymountpt -oguest which connects fine, but it all dies (hangs) if I try to look in that mounted directory with konqueror in kde OR nautillus in gnome. In dmesg of the server computer I get:

Re: [Samba] smbfs mounts cause hangs in kde/gnome

2004-09-23 Thread John H Terpstra
Rich, You are using smbfs or cifsfs. This is the Samba mailing list - not the smbfs or cifsfs list. - John T. On Thursday 23 September 2004 13:10, rich lott wrote: I'm using debian Sarge, Samba 3.0.6-3, Kernel 2.6.8 I use smbmount //server/share mymountpt -oguest which connects fine, but it

[Samba] Smbfs problems after upgrading from Woody to Sarge

2004-09-10 Thread Sam Snow
I earlier this week upgraded from Debian woody to sarge on a machine that does a nightly backup to another machine via a samba share. Since then I have had some issues with accessing that share with I believe are a result of the upgrade. I upgraded the kernel at the same time to 2.4.27-1-686 #1

[Samba] smbfs on linux bug with millions of files...

2004-08-24 Thread Thibodeau, Jim
Hello, I believe I have discovered a bug within smbfs that only shows up when the remote filesystem contains millions of files. When accessing a filesystem with a count in excess of 1.9 million files, I have noticed that the files all exist, but when attempting to read them results in a read of 0

[Samba] smbfs hangs when accessing directory

2004-08-04 Thread Alex Hole
Hello, I have just started to use smbfs to mount some shares provided by one of our servers for the purpose of backup. When accessing some of the directories in these shares, the process doing the access locks up. The commands: cp, ls and bash autocompletion do it. The directories in question

[Samba] smbfs

2004-07-19 Thread Robert Gresky
Hello, Will smbmount be available for AIX 5.1 in the future? Thank you, Robert Gresky -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

RE: [samba] smbfs wrong file size

2004-04-19 Thread Ralf Tomczak
Hi, I've seen the same with SUN PC Netlink 2.0 (Solaris 9) as SMB Server. I'm able to mount a smbfs share on Linux, but the filesize is weird and it is impossible to copy or to open. With Windoze everything works fine. Regards, -Original Message- Hi team, i've got a behaviour

RE: [samba] smbfs wrong file size

2004-04-19 Thread Lapin(c)
Hi Ralf, did you manage to point out the responsible of this weirdness ? till now it's an isolated case on our network... thanks Hi, I've seen the same with SUN PC Netlink 2.0 (Solaris 9) as SMB Server. I'm able to mount a smbfs share on Linux, but the filesize is weird and it is

[Samba] smbfs linux 2.4.24; connection loss causes total machine hang

2004-04-16 Thread Robin Lee Powell
I'm running smbfs on a Debian box with kernel 2.4.24. I would give you more information (such as my samba tools versions) if I could get into the box, but it's hung right now due to this bug. I'm mounting a filesystem from my desktop Windows box (which is right next to it; there's a D-Link in

[samba] smbfs wrong file size

2004-04-15 Thread Lapin(c)
Hi team, i've got a behaviour that i can't explain at all i'm running a Linux, debian unstable, samba packages version is 3.0.2a, kernel versions are 2.4.22 / 2.6.1 and 2.6.4. FS is XFS. when i mount a share on an HP-UX/ASU server, i can see files with their real size, but when i try to copy

[Samba] smbfs issue

2004-01-20 Thread Joe Polk
Okay, I've posted this before but I've done more testing. I am getting some seriously slow speeds on a server using smbfs (not Samba Server). I'm using a Linux server and mounting Windows 2000 Server shares to it. In my test, the W2K server is on the same local subnet with the Linux server. I'm

[Samba] smbfs not showing all files

2004-01-16 Thread gerhard muellner
i have one suse linux 8.2 (kernel 2.4.20-101) with samba 2.2.7a-72 there is an os/2 warp pc and a windows me pc in my home net. i have the problem that i cannot see all files in some directories on the os/2 pc. the windows me pc can see all files on the os/2 pc, if i copy all files of such a

Re: [Samba] smbfs size limit

2003-12-19 Thread David Morel
http://marc.theaimsgroup.com/?l=sambaw=2r=1s=smbfsq=b -- *** [EMAIL PROTECTED] OpenPGP public key: http://www.amakuru.net/dmorel.asc 28192ef126bc871757cb7d97f4a44536 signature.asc Description: Ceci est une partie de message

[Samba] smbfs, strange sym link import, starting with kernel 2.6.0

2003-12-19 Thread Michael Vert
After installing kernel 2.6.0 on a samba client machine, the following problem occurred: The server: One machine in the networks acts as a file server using samba 2.2.3. (Debian-Woody). It exports one share to the network. The directory structure below that share contains a few subdirectories

Re: [Samba] smbfs size limit

2003-12-02 Thread Bjoern JACKE
On 2003-11-29 at 14:25 +1100 Andrew Bartlett sent off: If you cannot use smbclient (really, it is easier!), and you want to patch your kernel, then patch it with the CIFS VFS: http://www.samba.org/samba/Linux_CIFS_client.html However, in your case, you don't even need to go this far - with the

[Samba] smbfs size limit

2003-11-28 Thread Stefan G. Weichinger
Hello, Samba-users, please don´t beat me, but I have to ask this question here, as I haven´t found an answer I can rely on until now. I am working on a solution for a backup-problem and one possible solution could be the use of smbfs/smbmount. I am testing that now, mounting a WinXPHome(sorry,

Re: [Samba] smbfs size limit

2003-11-28 Thread Andrew Bartlett
On Sat, 2003-11-29 at 03:38, Stefan G. Weichinger wrote: Hello, Samba-users, please don´t beat me, but I have to ask this question here, as I haven´t found an answer I can rely on until now. I am working on a solution for a backup-problem and one possible solution could be the use of

[Samba] smbfs: sometimes can't read file on windows share

2003-09-26 Thread Steve
Hello, I have a RedHat 9 system mounting a windows share from a Windows XP Home machine that can't read new files put there sometimes, BUT, it can see them - it just gets permission denied. Here are some data points: 1. I mount the share with smbmount or mount -t smbfs ... and I pass a

[Samba] smbfs mounts hang

2003-09-16 Thread cmanz
We ran into a hanging smbfs now several times: Client: Linux 2.4.18 Server: Solaris 8; running Samba 2.2.2 If the problem occurs we are not able to access or umount the filesystem any longer. Is that a known bug I am not aware of or has anyone experienced something similar? Thanks a lot, Roman

[Samba] smbfs block size

2003-08-22 Thread Daves Lists
I've been searching everywhere and just can't figure out how to change the smbfs read size. Right now its defaulting to 4096 and I'd like to increase it. If I use smbclient to the same server I get a read size of 65536 which speeds my transfers up quite a bit. I'm using kernel 2.4.18 and

[Samba] smbfs: intermittent failures when accessing W2K server

2003-08-19 Thread Dave Humphreys
I think I am experiencing a problem with samba 2.2.8 and kernel 2.4.20. I am using these versions on a number of computers in a render farm. These (Linux) computers use smbfs to access a Windows 2000 file server. Two things that I notice: 1) The rendering application (Maya) fails due to a

[Samba] SMBFS, automounting and NFS

2003-06-12 Thread Ryan McConigley
Hi all, I have a question which we think has probably been asked before, but I can't find any solutions. Bofore I get to the details, I'll give some background. I work at a university and we have a bundle of undergraduate and postgraduate students. Our computer system is currently divided

[Samba] smbfs: correctly propogating locks?

2003-03-21 Thread Paul McNett
Hi, I've been trying to get some database applications working on a mixed Windows/Linux environment using Wine on the Linux end. A recent patch to Wine finally implements the LockFile() and UnlockFile() functions, and testing on pure Linux setups works fine. However, Sharing from Windows and

Re: [Samba] smbfs and lfs (2.4.20)

2003-02-24 Thread Jon Niehof
is there a reason for this ? and: is there a patch for 2.4.20 (i only found an old patch for 2.4.16) The smbfs maintainer's page is at: http://www.hojdpunkten.ac.se/054/samba/ 2.4.18 patch applies fine to 2.4.20. Be sure to also apply the patch to the samba sources and recompile smbmount. The

[Samba] smbfs and lfs (2.4.20)

2003-02-24 Thread kernel
today lost some files (moving from samba share - linux) :( after some searches on the net i found there is no lfs support for smbfs is there a reason for this ? and: is there a patch for 2.4.20 (i only found an old patch for 2.4.16) -- To unsubscribe from this list go to the following URL and

[Samba] smbfs + large UID's

2003-01-22 Thread Marco Walther
[ I'm not on this list, so please include me on the replies! ] Hi, I've discovered (at least for me and some colleagues;-) the following problem on Linux@x86 (2.4.*): When we try to mount FS's via smbfs with the option uid=my_uid this uid can only be 16bits wide:-( But we have uid's larger

Re: [Samba] smbfs + large UID's

2003-01-22 Thread Ronan Waide
On January 22, [EMAIL PROTECTED] said: Is there any work in progress to fix that problem? I'm running Linux 2.4.20 and SuSE 8.1 installed samba 2.2.5 but I've also played with samba-2.2-cvs as of today. http://www.hojdpunkten.ac.se/054/samba/ Waider. -- [EMAIL PROTECTED] / Yes, it /is/ very

Re: [Samba] smbfs: file link permission ( ln: creating symbolic link `ttt' to `backup': Permission denied )

2002-12-13 Thread li li
Hi, Please give me some infomantion. Hi, I met a problem which had been discussed before, but I can't find the answer. I'm now using samba samba-2.2.7-1.i386.rpm. Following is the old list

[Samba] smbfs: file link permission

2002-12-12 Thread li li
Hi, I met a problem which had been discussed before, but I can't find the answer. I'm now using samba samba-2.2.7-1.i386.rpm. Following is the old list Date: Thu, 27 Jul 2000 14:26:24 +0200 (CEST)

Re: [Samba] smbfs mount error

2002-11-10 Thread Urban Widmark
On Fri, 8 Nov 2002, David Livingstone wrote: Hello ! I am running samba-2.2.0a-0 on Suse 7.3 and attempting to use smbfs to mount a share on a dos 6.x system running, pctcp + nebios + powerlan When I attempt to mount the share ie in fstab //ARNLSPEC/E /wheelspec/ARNL smbfs

[Samba] SMBFS files receiving incorrect timestamps

2002-10-28 Thread Kris Kelley
Hello all. Our system consists of two linux machines, each running Red Hat 7.1 (kernel 2.4.9-34), using SMB to mount multiple shares hosted by a Windows 2000 Advance Server. smbclient from Samba 2.2.5 is used to do the actual mounting. Over the weekend, a number of files on these SMBFS shares

Re: [Samba] SMBFS files receiving incorrect timestamps

2002-10-28 Thread Urban Widmark
On Mon, 28 Oct 2002, Kris Kelley wrote: When I discovered this was happening, I unmounted all SMBFS shares, and remounted them. This fixed the problem; all files created now have the correct timestamp. smbfs sets the mtimes itself. Not really sure why it was done like that, but some comments

Re: [Samba] SMBFS workarounds

2002-10-24 Thread John H Terpstra
On Thu, 24 Oct 2002, Rashkae wrote: On a side note: I think a reason that your comments attracted so much critism is not because people think samba doesn't take corruption seriously (I'm a big fan of Samba and samba team myself,, and I think the level of support offered on the mailing list by

[Samba] SMBFS workarounds

2002-10-24 Thread Rashkae
Well, yes, I see your point about smbfs mounting the file system in single user, but I see s many ways to quickly get around that Assuming your passwords are stored in properly read protected files, why could you not configure smbfs to mount the file system somewhere in the users home

Re: [Samba] SMBFS workarounds

2002-10-24 Thread John H Terpstra
On Thu, 24 Oct 2002, Rashkae wrote: On a side note: I think a reason that your comments attracted so much critism is not because people think samba doesn't take corruption seriously (I'm a big fan of Samba and samba team myself,, and I think the level of support offered on the mailing list by

Re: [Samba] smbfs

2002-10-11 Thread Urban Widmark
win2k wants. Please try this patch for a 2.4.19 kernel: http://www.hojdpunkten.ac.se/054/samba/smbfs-2.4.19-rc1-ALL.patch.gz If you are using NT4 I have one report of this change breaking listings vs that, so I am interested in reports on that too. If you use smbclient to connect can you repeat

[Samba] smbfs

2002-10-10 Thread Stas Firstov
Hi I have mounted W2K share to the Linux box (RH 7.0 kernel 2.2.19-7.0.16, samba-2.2.5-1). Here is part of /etc/fstab: //machine/share /u/smb/machinesmbfs username=smbusername,workgroup=smbworkgroup,uid=675,fmask=440 0 0 If I do ls |wc in that mounted directory, then I get different

Re: [Samba] smbfs and 1500 files

2002-09-22 Thread Urban Widmark
you. This patch includes a change to findfirst/findnext, used to list directories, to make them look almost the same as win2k: http://www.hojdpunkten.ac.se/054/samba/smbfs-2.4.19-rc1-ALL.patch.gz This is known to fix a problem with randomly missing files from win2k listings (but one failure

[Samba] smbfs and 1500 files

2002-09-20 Thread Egidijus Antanaitis
Mounted a smbfs filesystem from windows 2000 server. I am not able to list about 1500 files in the mounted directory, the other directories are OK. The error I've got: smb_proc_readdir_long: name=, result=-2, rcls=1, err=123 Found no solution after searching maillist archives. System - RH7.3,

Re: [Samba] [ smbfs ] Does it support ACLS?

2002-09-18 Thread Urban Widmark
On Wed, 18 Sep 2002, Edoardo Causarano wrote: ACL enabled network filesystem, where is it? I can't go with alpha code nfs4, so is there a patch to the smb kernel modules that provides support to ACLs? (I mean... the server does!!) Even a userland daemon will do... I'm ready to patch,

[Samba] [ smbfs ] Does it support ACLS?

2002-09-18 Thread Edoardo Causarano
Fisrt thing, excuse me for replying with OE, I'm not my PC the moment ;-) ACL enabled network filesystem, where is it? I can't go with alpha code nfs4, so is there a patch to the smb kernel modules that provides support to ACLs? (I mean... the server does!!) Even a userland daemon will

[Samba] [ smbfs ] Does it support ACLS?

2002-09-17 Thread Edoardo Causarano
Hello there friends foes, I've had if with M$ windows! Next week I'll sabotage my shop (how 'bout password protecting dualboots on WS) and force LINUX down my users' throats ;-) (oh, don't I like this tone... makes me feel Billy G.) Oops, showstopper! ACL enabled network filesystem, where is

Re: [Samba] [ smbfs ] Does it support ACLS?

2002-09-17 Thread Edoardo Causarano
On Wednesday 18 September 2002 01:55, you wrote: http://acl.bestbits.at ? TNX, but I already did that server side. To get ACLs on a samba server you either go XFS or get the patches you mention. This has saved my day when I fulminated (he, he) an NT4 PDC (userland stood in awe the speed

[Samba] smbfs makes other processes hang

2002-05-26 Thread Marcus Käll
Hi! I have some problem with samba. The problem concernsthe smbfs kernel module and smbmount. Smbfs makes other processes "hang". The only thing to do is to reboot the computer, not even "Kill -9" works. I use aLinuxsystem with the Redhat7.2 distribution. It runs on a AMD 500 K6-2

Re: [Samba] smbfs makes other processes hang

2002-05-26 Thread Urban Widmark
On Sun, 26 May 2002, Marcus Käll wrote: I use a Linux system with the Redhat 7.2 distribution. It runs on a AMD 500 K6-2 processor with a memory of 192MB. The kernel is an unmodified 2.4.9-31 from Redhat. I have tried both samba-2.2.4-1.i386.rpm from one of your samba mirrors as well as

Re: [Samba] smbfs related oops

2002-05-21 Thread Urban Widmark
On Wed, 22 May 2002, Rasmus Bøg Hansen wrote: Linux version 2.4.18 (root@gere) (gcc version 2.95.2 2220 (Debian ... Unable to handle kernel paging request at virtual address c400 Apply this, or upgrade to 2.4.19-preX.

[Samba] smbfs crash

2002-05-03 Thread Osma Ahvenlampi
Hello, This is a bug I can easily repeat by mounting a share from a Win2k Server, and running two recursive finds on it simultaneously. More annoyingly, accessing the share with Nautilus can cause the crash very quickly (with find, it takes a bit longer and needs a fairly large share).. Sounds

Re: [Samba] smbfs directory listing problem

2002-04-23 Thread Urban Widmark
On Tue, 23 Apr 2002, Hanser, Kevin wrote: I have been searching newsgroups and whatnot for over an hour trying to find out a few things: first, who maintains smbfs now..?? I do. The correct place to look for maintainer of a part of the linux kernel is the MAINTAINERS file in the kernel