similar to: Problem with smbmount and smbfs

Displaying 20 results from an estimated 1000 matches similar to: "Problem with smbmount and smbfs"

2000 Jul 05
1
Samba And and NetApp Filer
I need some help. I can map the NetApp filer, but when I do a 'ls' in the directory I get errors. Saying that the file or directory does not exist and I know the directories and files do, you can see them when you map the NetApp with NT. If you know the name of the directory you can change into it. I can also map NT with samba just fine with no problems. The NetApp is running a CIFS server
1999 Apr 10
1
linux-2.2.5 + smbd-2.0.3 + smbmount-2.0.x
hi ya samba-gurus.. I'm currently using Linux-2.0.35 to backup NT boxes... linux-2.0.35 + smbmount-2.0.1 works find for things like smbmount //NT/C /NT_mnt ...etc... find /NT_mnt -mtime -1 | tar zcvf /backup/foo.tgz -T - but it fails miserabley on linux-2.2.5 w/ smbmount-2.0.x w/ smbd-2.0.3 ( smbmount from smbfs and samba-2.0.3 ) - some linux programs will change all your time stamps on
1999 May 14
1
Linux-2.3.1 fs/smbfs/inode.c
Hi. Trying to compile linux 2.3.1 fs/smbfs/inode.c seemed to have a parse error, missing a semi-colon. Here is the patch for it. You were listed as the maintainer for smbfs. Adam --- linux/fs/smbfs/inode.c Fri May 14 13:19:23 1999 +++ linux-2.3.1/fs/smbfs/inode.c Fri May 14 13:23:43 1999 @@ -88,7 +88,7 @@ result->i_op = &smb_dir_inode_operations; else result->i_op =
2000 Apr 11
1
smbfs support under Solaris8?
The smbmount man page states that the kernel must support the smbfs file system for ambmount to function. I've been unable to determine whether Solaris8 supports smbfs. I'd appreciate hearing from anyone who has some experience here. Regards, Rick Wightman rwightman@agfor.nb.ca
1999 Jun 09
7
Do not use stock RedHat 6.0 kernels with SMBFS!
A non-text attachment was scrubbed... Name: not available Type: text Size: 570 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19990609/78775f4b/attachment.bat
1999 Jun 07
2
smbmount Directory permissions
Hello, I?m having trouble with smbmount & WinNT 4.0 SP 4 Workstation. Mounting shares on NT from Linux as root is no problem, but if I try to mount shares as a normal user, the directory I want to mount the share, becomes gid root and cannot be accessed by a normal user. Is there any configuration to do for this like setting permissions in smb.conf ? Thanks in advance Andreas Klein ---
1999 Nov 11
5
[smbfs] Timing problems with kernel 2.2.x?
[Note: This has been posted to linux-kernel and was ignored. Since smbfs is maintained by the samba team, I am retrying here] Hi! To maintain and install packages from CD-ROM to my Debian/GNU Linux system, I use Debian's apt package. Since my Linux box is stowed away in a closet, I use an smbfs mount to mount the CD-ROM drive from my Windows desktop machine to the Linux box. This used to
1999 May 28
2
smbmount error
I posted a similar email recently regarding this. One thing has changed, however; I have upgraded my kernel to 2.2.6 (hence I'm now using the samba version of smbmount rather than the smbfs version). I get the error "no such device" when trying to mount a network drive. My command line is: smbmount "\\\\susangra\\c-hd" -c 'mount /mnt' the console text which
1999 Apr 28
2
smbmount doesn't work
Hi, Thanks for answering my question on the new smbmount not working. I tried all variety of combinations on the commands you suggested, but they all simply do this: % smbmount -c //server/share 'mount /mnt/samba-share -n CLIENT -U user' Usage: smbmount service <password> [-p port] [-d debuglevel] [-l log] Version 2.0.3 -p port connect to the specified port
1999 Nov 15
2
Upgrading from ssh to openssh (1.2pre12)...
In message <19991115105530.D12683 at alcove.wittsend.com>, "Michael H. Warfield" w rites: >Nov 15 10:45:38 alcove sshd[21731]: fatal: cipher_set_key: unknown cipher: 1 We do not use IDEA in OpenSSH anymore, it is patented in most countries. Your private key is encrypted with it, change the passphrase with the old ssh to nothing, then change the passphrase with OpenSSH to
1999 May 31
1
smbfs: directory listing with duplicate entries
Hello, smbmount from smbfsx-2.04b-1 kernel 2.2.7 I got a little problem with smbfs. Everything works fine, but sometimes i get doubled directory entries (not all of them). I turned debug on in smbfs and it looks that the doubled items come from NT server (4.0 server SP5 (PDC)). Listing from smbclient is fine. Here is an example from ls -l on smb share: -rw-rw---- 1 root samba 848
2001 Sep 29
1
smbmount won't work for normal user
Can't mount share on my linux boxes as a regular user. I have no trouble mounting shares as root. This problem occurs on both my linux boxes. All the commands I show I have run as a regular user. Here is all the data I have: smbmount \\\\JHAMMER6\\public /mnt/NetWork/JHAMMER6/public/ -o debug=6 mount.smbfs started (version 2.0.7) Initialising global parameters params.c:pm_process() -
2001 Jan 16
2
Solaris Problem
OpenSSH mailing list, openssh-unix-dev at mindrot.org, added to Cc. On Tue, Jan 16, 2001 at 10:47:59AM -0500, Etienne Lebel wrote: > I try to install openssh-2.3.0p1/2.2.0p4 on a solaris 2.7 and I always got a > core dump with the ssh-keygen. But when I installed the 2.1.1p4 everything > was fine. Why ? That's funny... I can't even get it to compile on Solaris 2.7 with gcc
2008 Oct 17
2
What keeps logging to my console?
Hi folks, I have lots of messages like these appearing on my local CentOS 5.2 consoles: > Oct 17 12:03:29 machine kernel: printk: 1 messages suppressed. > Oct 17 12:03:29 machine kernel: pbond0: received packet with own address as source address I have disabled console logging in syslog.conf, and even if I shut down syslog and kernel logger, the messages keep coming on the local
1999 Jun 22
3
smbmount -- what am I missing?
I wish to mount a Win95 share on my linux machine. I can use smbclient to get to the shared disk, using this format: smbclient //win95.machine/share <password> The win95.machine is listed in my /etc/hosts file. I've tried every permutation of the smbmount syntax that I've been able to find in the documentation, dejanews, or this mailing list. Perhaps I've missed some. I
2000 Dec 29
1
[kdo@cosmos.phy.tufts.edu: protocol incompatibility between OpenSSH and SSH secure shell?]
Hello all! I didn't see anyone else reply to this, but I also didn't see anything show up on the OpenSSH development list (Cc'ed here). There is a patch call out right now for the pending release of 2.4.0. I'm wondering if anyone is aware of this and if it's already been covered in 2.4.0? Please reply to list and original poster... ----- Forwarded message
2007 Mar 28
2
cad - 3d in linux
Hello, Anyone know program capable of import 3ds files of Autodesk, similar to 3ds studio for linux? -- -- Publicidad http://www.pas-world.com
2000 Mar 15
2
CAST5 encryption
Hello all, I was wondering if CAST5 encryption is currently being added the openssh? It's a steller block cipher. No one's found any weaknesses in it yet and it's free for non profit use. TTYL JLC -- #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
2000 Oct 26
3
Happy Birthday portable OpenSSH!
It was one year ago today that I released a patch to get OpenSSH compiling on Linux. I had no idea just how much trouble releasing that patch would get me into :) Within days I was inundated with patches, improvements and portability enhancements - contributions which have made portable OpenSSH the success it is today. So allow me to thank the current developers and all of you who have
1999 Mar 31
1
No subject
Can someone explain why smbmount under Samba-2.0.3 (compiled under GNU/Linux Slackware, kernel 2.2.5, egcc 2.90.29) compiles smbmount, however, when I run smbmount, it's really smbclient? If I can't use smbmount, then I can't mount my NT server. smbsh isn't worth crap, it always segfaults on me. I'm running libc5.5.46. Can anyone help me? "There are 3 things to remember