similar to: Problem Connecting to Network with Samba

Displaying 20 results from an estimated 40000 matches similar to: "Problem Connecting to Network with Samba"

1997 Dec 05
1
Logon to SAMBA
Hi, I have installed the samba-1.9.17p3 on our Solaris 2.5.1 (named 'dor-ent1') and Linux (named 'iserver'). They work when I test out 'smbclient -L dor-ent1' from Linux machine and vice-versa. I also can map the directories on 'dor-ent1' or 'iserver' to my win95 machine using: 'net use * \\dor-ent1\tmp'.
2015 Feb 11
4
samba pdc winbind
( could not post complete reply, message too large?) I think that's why I have a lot of black screens on the clients. Here debian pdc smb.conf: root at fai:~# cat /etc/samba/smb.conf # This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. Samba has a huge number of configurable options (perhaps too # many!)
1999 Nov 10
1
Unable to see linux box in network neighborhood
Hello All, Could someone tell me why I can't see my linux box (nermal) in network neighborhood on my NT Workstation or 95/8 machines here is my smb.conf: #======================= Global Settings ===================================== [global] # netbios name = How machine will appear in network neighborhood netbios name = nermal # workgroup = NT-Domain-Name or Workgroup-Name, eg:
2015 Feb 11
3
samba pdc winbind
Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > On 11/02/15 18:29, duportail wrote: > > ( could not post complete reply, message too large?) > > > > > > I think that's why I have a lot of black screens on the clients. > > Here debian pdc smb.conf: > > root at fai:~# cat /etc/samba/smb.conf > > # This is the main Samba configuration
2015 Feb 11
3
samba pdc winbind
Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > On 11/02/15 19:25, duportail wrote: > > Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > >> On 11/02/15 18:29, duportail wrote: > >>> ( could not post complete reply, message too large?) > >>> > >>> > >>> I think that's why I have a lot of black screens
2015 Jul 08
6
vfs module recycler
this module doesn't seem to want to work on anything but a root ubuntu filesystem. It won't work on any external drives or secondary drives just the main one. This poses as a problem for a system with several drives. if i delete on a secondary drive of any sort with any use in a samba share over smb i get the folders placed in the recycle bin but no file. I have a sent copy of the config
2004 May 17
3
wrong file size
I'm having a problem coping a 5GB file from Windows NT 4 TSE to samba 3.0.4 This is the output from stat on this file: File: `priv.edb' Size: 5393883136 Blocks: 8388728 IO Block: 4096 regular file Device: 308h/776d Inode: 9 Links: 1 Access: (0744/-rwxr--r--) Uid: (10000/DOMAIN\!schedule) Gid: (10000/DOMAIN\Domain Users) Access: 2004-05-17 10:07:22.000000000
2007 Mar 18
1
Samba / NFS performance
I have the following network configuration: Server FreeBSD 6.2 P4 3Ghz, 1GB RAM Samba 3.0.24 (options: WITH_ADS, WITH_PAM, WITH_SENDFILE, WITH_UTMP, WITH_WINBIND) Standard FreeBSD NFS Server Adaptec 2410SA controller with 4 drives running RAID5 Broadcom GigE Client Windows XP MCE Microsoft SFU 3.5 running NFS client over UDP The client and the server are
2015 Feb 11
4
samba pdc winbind
We have debian 7 with samba pdc. >From a joined ubuntu client , i can su for another user but getting other user: root at blank005:~# su 59031614949 98121524292 at blank005:/root$ The numbers are usernames . how can this happen? in the samba pcd logs: [2015/02/11 16:10:14.497010, 0] passdb/lookup_sid.c:1684(get_primary_group_sid) Failed to find a Unix account for 92101633919Failed to
2015 Feb 11
2
samba pdc winbind
Op woensdag 11 februari 2015 20:18:57 schreef Rowland Penny: > On 11/02/15 20:13, duportail wrote: > > Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > >> On 11/02/15 19:25, duportail wrote: > >>> Op woensdag 11 februari 2015 19:09:48 schreef Rowland Penny: > >>>> On 11/02/15 18:29, duportail wrote: > >>>>> ( could not
2004 Apr 30
5
Windows XP Pro and Samba (file saving)
Sometimes when I save a file to a samba-shared drive the application is unable to save there and asks if the file is write protected or if the disk is full. If I then save it to a local drive and copy it there using Windows Explorer, it can overwrite the file fine. Do I need to make that myriad of changes to my XP Pro registry? Most of the time it works fine, just from time to time it will give
2015 Nov 10
3
NT ACL preservation
On Tue, 10 Nov 2015 07:53:18 -0000, Rowland Penny <rowlandpenny241155 at gmail.com> wrote:Attac > > Can we see your entire smb.conf? > > Rowland > > Attached -- Using Opera's mail client: http://www.opera.com/mail/
2003 May 10
7
wins support = yes time server = yes
When I set: wins support = yes time server = yes my wins service stops working and no computers show up in the network neighborhood..as soon as I change time server = no, they start to re-populate. I have looked around and havent found a definitive answer (apologies if I overlooked it)... but if someone could tell me if this is a documented issue, or just me that woudl be great Thanks
2015 Feb 12
3
samba pdc winbind
Op woensdag 11 februari 2015 22:11:03 schreef Rowland Penny: > On 11/02/15 20:43, duportail wrote: > > Op woensdag 11 februari 2015 20:18:57 schreef Rowland Penny: > >> On 11/02/15 20:13, duportail wrote: > >>> Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > >>>> On 11/02/15 19:25, duportail wrote: > >>>>> Op woensdag 11
2005 Jun 16
1
question regarding smbutil
Hello, I'm trying to use smbutil with the user/pass/host argument. I have no problem using it this way.... smbutil -v view //user@host Password: ******* but if I try this way.... smbutil -v view //user:pass@host it prompts me for a password when I already specific it in my command line. Am I using the right syntax? Please let me know. Thanks. Tom
2005 Apr 26
1
Help with Samba 2.2.8.0 to 3.0.4.0
Hello. I'm trying to convert a Samba server from 2.2.8.0 on AIX 4.3.3 to Samba Version 3.0.4.0 on AIX version 5.2.0. I have listed my smb.conf file from the old version below and was hoping someone could point to the changes I'll need to make on the newer version. Thanks so much Right now, the users are verified against an NT Domain and I'd like to keep it that way. I really
1998 Sep 07
3
The password is incorrect. Try Again
This is probably an easy one. I have just setup Samba on my Debian 2.0 system with kernel 2.0.34. It was extremely easy set up, great job Samba and Debian people. My problem is that I can see both of my Debian computers in Network Neighborhood but can not log in to both of them. The one I can log in to is Debian 1.3 with 2.0.33 on it. When I double-click on the Debian 2.0 machine it prompts me for
2001 Mar 29
2
Samba 2.0.7 on BSD/OS 4.2
Alright, I give up. I'm going to go out in the parking lot and scream. Over the years I have built many, many versions of Samba on many versions of BSD[386,OS] and other unixen. I have never, ever had trouble like this (except, of course, with Irix). Never with a BSD. 4.2 ships with Samba 2.0.6 (why? -- 2.0.7 was released last April). I've been running 2.0.7 on a DEC Alpha running OSF
2017 Feb 09
2
Need help troubleshooting TCP thrashing, possible kernel bug?
I think it should be neither. Ugh... FreeNAS UI doesn't let me disable the Domain Logons setting for some reason, so I'll have to talk to them on that one and it seems they have no option for me to modify the server role. Thankfully I can edit smb.conf directly on the archlinux box where I was able to duplicate the issue. Setting sever role = auto, domain logons = yes doesn't fix the
2003 Feb 19
3
Thoughts for you geniuses
Situation -- Samba 2.2.5, RedHat Linux 8.0 Domain -- W2K AD After boot, I can go into Network Neighborhood, and I can see the name of the computer. When I double click on it it's unaccessible. Also, I can't see the network from the Linux box, I can ping it all, but I can't see it. Where is the "network neighborhood" in Linux? Also, the big question... I need, (upon