similar to: [3.0.28,1/smb.conf] Can't hide dot files

Displaying 20 results from an estimated 20000 matches similar to: "[3.0.28,1/smb.conf] Can't hide dot files"

2008 May 10
1
[samba 3.0.28a,1] Unable to connect to CUPS
Hello I don't have CUPS installed on this FreeBSD 6.3 host, but don't provide printer access to SMB clients anyway, but still, I get the following error in log.smbd when starting up Samba: ========= # tail -f log.smbd [2008/05/10 16:31:16, 0] smbd/server.c:main(944) smbd version 3.0.28a started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2008/05/10 16:31:17, 0]
2006 Jan 12
2
Can I have some help please with smb.conf?
Hi, I've successfully installed Fedora Core 4 as a server with default settings and running KDE. - fedorabox I've entered it into the DNS. I can ping it by its hostname and by its IP. And I can ping from it to my machine by hostname and IP. I'm trying to set up a share on fedorabox so I can copy files from my pc mypcxp (Windows XP) to fedorabox. We are on a AD domain (pdc in
2008 Jun 27
7
[3.0.28a] Telling XP to save password?
Hello We're successfully running Samba 3.0.28a on a FreeBSD server and sharing files with XP clients. There's only one problem: By default, XP doesn't let the user save the password, so they have to type it every time they reboot. Is there a way to tell XP to remember the password between reboots/sessions? Thank you.
2024 Oct 25
2
[smb.conf] How to get "rw r r" ?
Hello, On a Linux partition, I'd like new files to be created as "rw r r". 0133 doesn't seem to be the right mask for that pupose. Does someone know what I should use instead? Thank you. ============ fdisk -l Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disklabel type: dos Device???? Boot Start??????? End??? Sectors?? Size Id Type /dev/sda1? *???? 2048
2007 Apr 18
9
Feedback on Linksys SPA-921 and GrandStream GXP-2000
Hello I'm about to order a GrandStream GXP-2000 and a Linksys SPA-921 I'd like to have some user feedback about how those phones perform, and whether their LCD screen displays both the caller ID name and number (The GrandStream BT-100 only displays numbers, which isn't very helpful). Thank you.
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
On 28/10/2024 12:37, Rowland Penny via samba wrote: >> The man page >> <http://mrtg.easyco.net/easydocs/linux/man/man5/smb.conf.htm> doesn't >> include "store dos attributes". > Your link appears to point to the smb.conf manpage for Samba 1.9.18, > just what version of Samba are you using ? On what OS ? I didn't know what version if refered to.
2007 May 29
2
OpenVox A400P01on thin client?
Hello, I'm thinking of ordering an OpenVox A400P01 (A400P + 1 PORT FXO Bundle) for use in a old IBM 8364 thin client: http://www.openvox.com.cn/products_detail.php?genre_id=9&id=28 http://silicon-verl.de/home/flo/software/netstation-8364/ Has someone already used this hardware with Asterisk, especially on a small piece of hardware like this, and could offer some feedback? Thank you.
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello, Sometimes, when a call comes in from the PSTN through our VoIP gateway, the information that is sent to our web page that logs calls includes the original CID name instead of the one that is we expect to be rewritten on the fly using Asterisk's LookupCIDName: ================= ;extensions.conf [internal] exten => group,1,LookupCIDName exten =>
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
Gilles, I guess you re experimenting the exact issue which made me headeach and this morning after nights of thinking I think I am approaching the solution. Look at this -> access control list - How to set Linux Default ACLs differently for directories and files - Server Fault
2011 May 10
4
[3.4.7] Right way to provide full access?
Hello I'd like to configure Samba on a test host running Ubuntu so that I have full read/write access from XP to a sub-directory of the root filesystem. The host is located on a LAN behind a firewall, so security is not an issue, ie. I'd like to configure Samba with no/minimal security. Currently, I can read but can't write. Between /etc/passwd, smb.conf, and access rights to the
2006 Sep 11
1
What's wrong with my smb.conf? Access Denied with 3.0.23c
Still having problems with my Samba configuration, even after upgrade to the latest FC5 samba package. Getting "Access Denied" errors when trying to connect with a member of the group "Domain Users" to the MP3s share. The W2K3 server shows that authentication was successful. I can't find any errors in the logs at all, and winbind appears to be working (I can su to the
2010 Jul 28
4
[Ubuntu 10.04] Share not visible from XP?
Hello I waited 15mn in case it was due to some browsing issue, but the directory I shared on a Ubuntu server still doesn't show up in the XP Net'hood, with no error when starting smbd or in /var/log/samba/log.smbd. Here's the smb.conf I wrote: =================== # cat /etc/samba/smb.conf [global] ;Checked: Same wg on XP workgroup = WORKGROUP server string = Samba Server %v
2024 Oct 26
1
[smb.conf] How to get "rw r r" ?
On 25/10/2024 14:03, Havany via samba wrote: > Did you try 133 mask instead of 0133 ? > > We use to disable acl for this kind of share and do something like that : > > [share] > path = /a/share/path > create mask = 133 > directory mask = 022 > valid users = @agroup > write list = @sagroup > force group = @agroup > nt acl support = No Still no go: It's rwx
2006 Feb 04
1
Trying to mount with minimalist smb.conf
I am trying to mount a share on a remote machine using a miminal smb.conf as suggested in the Samba HOWTO. Nmbd and smbd are running on the target machine. The calling machine (server?) has the name of the target (linda2) in /etc/smbshares. When I try to mount I get the error message: Got a positive name query response from 127.0.0.1 ( 192.168.0.4 ) Connecting to 192.168.0.4 at port 445
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
On 26/10/2024 15:24, Michael Tokarev wrote: > You need create mask = 0755 (or 0644, but watch for directory > mask).? This is not like the unix umask thing, this it the > reverse of it.? Please re-read man 5 smb.conf, it is pretty > clear about this, with examples.? More, the default value is > exactly what you need. > > Speaking of the X bits, these are mapped to DOS
2014 Mar 25
4
suggestions for a "fast" fileserver - 1G / 10G - focus on smb.conf/samba
Hi, thanks for all the feedback and topics. May be I can/should draw a better picture of my settings and question. We "still" use samba 3.6.9-167 from Red Hat with an openldap backend. I tried from an older posting somewhere: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536 But there was no noticeable impact. The log level = 2. Thats all I changed
2002 Sep 04
3
Probably a stupid question about smbfs and smb.conf.
This seems like it should have an obvious answer, but I haven't seen a clear word one way or the other in the man pages or other documentation that I have read - is smbmount's behavior in any way governed by the smb.conf file? The reason I ask is one of the other sysadmins here has been trying to figure out ways to improve smbfs performance, and he came across the speed.txt file in
2003 Mar 11
2
Scripts netlogon
Hi people The script of netlogon is not loaded with login (exactly configured and its respctivas folders and archives they exist and they are with permission 777, view smb.conf) scripts is being loaded manually.Anybody know why? Connectiva 8,0 Samba 2,2,7 W2k Stations incapacitated criptografia. It follows below smb.conf: [global] workgroup = MEDITEc server string = Meditec Server %v hosts
2002 Aug 04
2
read/write problem - access denied - Red Hat 7.3 - XP connection
Hi there, I successfully connected a windows XP machine with my samba server (red Hat 7.3, samba version 2.2.3a) using SWAT. Problem is that the files on the share aren't writeable as I would expect. Instead, they're only visible as read only. What am I overlooking. Underneath my config file. # Samba config file created using SWAT # from linux (127.0.0.1) # Date: 2002/08/04
2015 Mar 27
3
[3.6.6] Possible to allow password-free read/write access?
Hello At home, I use my Windows client host without entering a password, and would like to access a local Linux host likewise, ie. without being prompted for login/password while still having read/write access. Is this possible? Currently, I created no Unix/Samba accounts for the Windows user, and the following smb.conf only works in read-only mode (ie. I get an error when trying to write):