similar to: freebsd + mount_smbfs = ?

Displaying 20 results from an estimated 500 matches similar to: "freebsd + mount_smbfs = ?"

2003 Jul 31
1
mount_smbfs and samba 2.2.0
I know 5.1 isn't considered part of -stable, but it doesn't really seem like -current either, so I'm asking here. If this is the wrong place please let me know where I should be. At work I have a 5.1-R box that I'm trying to use to mount shares from a Sun box running samba 2.2.0 as well as some Win2K boxes. Both the sun and win2k machines authenticate to the company's domain
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this: "mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/" And then it asks for my password, I type it in, and then I get this error: "mount_smbfs: unable to open connection: syserr = Authentication error" I've had this same problem on another 6.1 box too... I can run this same
2004 Mar 26
2
kerberos problem
# smbclient -k -L //radius/music$ krb5_get_credentials failed for radius$@SBRC.LOCAL (Unknown error -1765328352) spnego_gen_negTokenTarg failed: Unknown error -1765328352 session setup failed: NT_STATUS_OK # wbinfo -u Error looking up domain users log: [2004/03/26 10:48:30, 1] libsmb/clikrb5.c:ads_krb5_mk_req(276) krb5_get_credentials failed for shadow$@SBRC.LOCAL (Unknown error -1765328343)
2005 Oct 14
1
mount_smbfs: unable to open connection: syserr = No such file or directory
Alright, so Here is the relevant info: FreeBSD insomniac.normal1.net 5.4-STABLE FreeBSD 5.4-STABLE #2: Sun Sep 25 14:30:27 PDT 2005 root@insomniac.normal1.net:/usr/obj/usr/src/sys/INSOMNIAC i386 insomniac# pkg_info | grep samba samba-3.0.20,1 A free SMB and CIFS client and server for UNIX insomniac# Alright, So I have four samba clients (2 'nix, 1 mac and 1 windows). The windows
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all ! I have a little problem here mounting or browsing samba shares. I have a FreeBSD 4.6.2 running samba, and a share on that called public. when I try to mount that share it asks for password, and then gives an error: ex. libra# mount_smbfs //maxi@samba/public /mnt Password: mount_smbfs: can't get handle to requester (no /dev/nsmb* device) libra# I can list the shares with
2003 Aug 06
5
More mount_smbfs
Thanks to Will Saxon I'm finally able to mount Samba shares on my 5.1-R box using the command mount_smbfs -I 129.197.36.34 -W acct01 //bfosdick@129.197.36.34/net-11 /sp/net-11 which then prompts me for my password. So now the question is...how do I put this in /etc/fstab? What do I do about the password?
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2 i am using this command to mount a windows share from windows xp mount_smbfs //user@server/share_name /path/to/mount_point and everytime i get this message mount_smbfs: can't get server address: ssyerr = operation timed out i have also tried this command mount -t smbfs //user@server/share_name /path/to/mount_point and get the same message can any one give me some
2002 Nov 05
0
mount_smbfs problem
hello, i am using samba 2.2.4 on freebsd 4.6.2 release. when i try to mount an smb share off my windows xp box onto my freebsd box, i get the following: ~$ mount_smbfs //neelix/mike /mnt/mike Warning: no cfg file(s) found. mount_smbfs: can not setup kernel iconv table (default:tolower): syserr = Operation not permitted however, when i run the same command as root, it works as expected.
2010 Jan 20
1
possible bug
Hello, don't know if this behavior is a bug, but I want to share this information. samba server version 3.4.3 is installed on solaris10 x86 compiled with gcc Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
2004 Nov 24
1
Problems with samba under FreeBSD, not under Linux
Dear All, (Context: Office windows LAN; PC Pentium 3 with 128 MB, FreeBSD 5.3.) Here you are the unanswered message I sent to the FreeBSD mailing list: \BEGIN{MESSAGE} -------------------------------------------------------------------------------------- After installing and launching samba 3.0.7 daemons under my postgresql FBSD5.3 stable server at office, I'm having trouble in connecting
2020 Feb 24
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/23/2020 2:54 PM, TomK via samba wrote: > On 2/23/2020 11:44 AM, Rowland penny via samba wrote: >> On 23/02/2020 16:05, TomK wrote: >>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote: >>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote: >>>>> >>>>> >>>>>> >>>>>> "Sadly this really appears
2005 Sep 11
0
Error Code -36
I'm running OS X 10.3.9/Samba 3.0.10. When I try to connect to my Windows 2000 machine from my user account, I enter the correct workgroup/user/password and then get the message 'The Finder cannot complete the operation because some data in "smb://machinename" could not be read or written. (Error code -36).' (Error code -36 in OS X is "i/O error (bummers)".) I
2002 Jul 13
3
mount_smbfs on freebsd 4.6 is it browken?
I can't seem to be able to mount any windows shares all I get is this error smbfs: can't get handle to requester (no /dev/nsmb* device) a quick search on google leads me to believe it is broken, can anyone help me get this fixed?
2010 Sep 16
0
VFS objects and mount_smbfs on Mac?
Hi all, Is that intended to work? I have a Mac client connected to a Samba share on a linux server (samba 3.2.0). For debugging purposes I've set up a VFS object on my share, which shall trace the actions on the filesystem. guest ok = yes vfs object = full_audit full_audit:success = all full_audit:failure = all full_audit:facility = LOCAL7 full_audit:priority = ALERT and adjusted the
2006 Jan 28
0
macosx (mount_smbfs ok - macosx GUI not working)
Hi there, I have machine running: Linux 2.2.20 Samba version 3.0.14a (debian package) Check the end of the email for the samba config file The samba machine is sharing a directory and it is validating users through a windows 2k PDC. Everything works if I use windows/linux clients, but when I try to use a share directory from a macosx client (10.4.4) using the finder (GUI), it doesn't work.
1999 May 07
1
Re: Redhat Linux 6.0 Problem
On Fri, 7 May 1999 jlewis@lewis.org wrote: > # ldd ./ls > /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40014000) > libc.so.6 => /lib/libc.so.6 (0x4001c000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > I''ve never heard of libNoVersion. All the /home/ftp/bin stuff in 6.0 uses > it...but it doesn''t exist.
2003 Dec 24
0
OS X Panther and Samba 3 give me no access to a 2003 share :(
I can't mount any windows 2003 share with Samba 3 included in OS X 10.3. I suppose that the problem is Kerberos but I just don't know how to correct my configuration (on win2k3 and/or OS X). Here's an example of what I get if I try to mount a share: osxcli:~ root# mount_smbfs -U testusr1 -W TESTW2K3 //main/testusr1 /mountpt mount_smbfs: No credentials cache found
2004 Nov 25
0
Fwd: Problems with samba under FreeBSD, not under Linux
Sorry for being sos insistent. Any helpful idea'?? ---------- Messaggio inoltrato ---------- Subject: [Samba] Problems with samba under FreeBSD, not under Linux Date: 19:02, mercoled? 24 novembre 2004 From: Vittorio <v.demartino2@virgilio.it> To: samba@lists.samba.org Dear All, (Context: Office windows LAN; PC Pentium 3 with 128 MB, FreeBSD 5.3.) Here you are the unanswered
2008 Dec 24
2
Solaris 8 and Solaris 10
All, Is there a mount.cifs utility or mount_smbfs for Solaris 8 and Solaris 10. I would like to map drives to my Windows servers from Solaris. smbclient works great for accessing files but I want to map the drives. Thank you James CONFIDENTIALITY This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or
2003 Sep 09
0
FreeBSD 5.1 i386 Samba Issues
I have sucessfully installed samba 2.2.8a from the port collection, and when using my windows machine I can browse shares I defines in my smb.conf perfectly. However when I try to mount the windows share from freebsd I get the following mount_smbfs -I 198.168.1.3 //mick@198.168.1.3/C$ /mnt/2k Password: mount_smbfs: unable to open connection: syserr = Connection reset by peer However the