Displaying 20 results from an estimated 3000 matches similar to: "STATUS_INVALID_HANDLE?"
2007 Jun 06
0
Credential caching (I guess) problems
I am trying to get rid of our broken domain out here. I could go on for
hours about how it was not built at all sanely...
Anyway, in the attempt to remove it so that we can start over I built a
samba box, joined it to the domain long enough to vampire the accounts
down and then booted it from the domain (since my problems with
elections went unanswered).
I have a user not on the domain trying
2007 May 11
0
BDC keeps taking over and not allowing logins from NT PDC
Hello, thanks for looking over my ramblings...
We have an NT4 PDC with and NT4 BDC on 192.168.132.X, these boxes are
very very old and overloaded. I am trying to replace them with a nice
shinny new Samba box. My problem is that while I am trying to test it
out to make sure it plays nice it keeps winning the elections.
I find this weird as I have set the box to domain master = no and turned
the
2007 Aug 01
1
Many STATUS_INVALID_HANDLE
I'm in the process of trying to track down the cause of frequent Delayed
Write Failures on our network. Most seem to be from database-like files
(e.g. firefox/thunderbird sqlite files) that are stored in the users
Application Data directory. The AppData directory in our case is on a
mapped network drive and excluded from the set of files copied back and
forth as part of the roaming
2004 Dec 03
2
ldap configuration oddity
Hey, I am totally confused/lost/confused getting this config working.
I am trying to get samba to authenticate against LDAP. After reading a
bunch of docs I generated the config at the end.
When I run testparm against it I get:
Load smb config files from /etc/samba/smb.conf
Unknown parameter encountered: "ldap server"
Ignoring unknown parameter "ldap server"
and then the
2012 Jun 26
0
home share disconnected / delayed write failure
Hello everybody,
we have an annoying problem with our samba server randomly disconnecting the home shares.
Our "Application Data" folders as well as "Desktop" are redirected to directories in the user's home folder outside ".profiledata" to avoid the copying during logon /logoff.
>From time to time clients get an error message "Delayed Write
2015 Oct 21
0
Hide the files that doesn't have permission to access
Hi,
Try these params to hide files when users doesn't have read/write access to
them.
hide unreadable (S)
This parameter prevents clients from seeing the existance of files that
cannot be read. Defaults to off.
Default: *hide unreadable = no*
hide unwriteable files (S)
This parameter prevents clients from seeing the existance of files that
cannot be written to. Defaults to off. Note that
2008 May 12
2
Group quotas on shares
Hello,
Samba 3.0.23d PDC on CentOS 4.4, smbpasswd backend, Windows XP clients.
I recently took over the administration of a small LAN (~35 hosts). The shared drives had been implemented in a hurry and the configuration had never been revisited. Linux groups had been enabled for different shares, but this had never been enforced on the file server.
I have implemented linux group quotas on the
2015 Oct 15
3
Hide the files that doesn't have permission to access
Thank you guys for your reply.
I tried but it still does not work
On 10/14/2015 5:37 PM, Stéphane PURNELLE wrote:
>
> These parameters must be put on share section, not in global section
>
> hide unreadable = yes
> hide unwriteable files = yes
> example
>
> [smb_shr1]
> path = /mnt/LV002/share1
> read only = no
> create mode = 0777
2008 Feb 26
2
Re LDAP adding workstation accounts fails (but not really???)
I very much appreciate the help thus far, but I think it has strayed a
bit from the actual problem.
The problem is that when I join a system to the samba domain it
creates /some/ but not all of the required attributes for the computer
account. The process then fails as samba looks in the wrong part of my
directory server. I would strongly prefer to put the workstation
accounts in their own tree
2013 Apr 26
0
hide unwriteable files and windows xp
I need to hide the listing of files to multiple users, but only allow access to the file if you know the exact path and filename of the file in the form of \\server\share\filename.txt. I am using the hide unwriteable files = yes flag to accomplish this and it works as expected with windows 7. However, windows XP gives the error that windows cannot find the file. Is there a different setting, or
2015 Oct 14
3
Hide the files that doesn't have permission to access
Hi all,
I want to shows a user only the files that he/she has permission to access.
I configured smb.conf like that:
[global]
workgroup = STORAGE
encrypt passwords = yes
security = user
access based share enum = yes
hide unreadable = yes
hide unwriteable files = yes
[smb_shr1]
path = /mnt/LV002/share1
read only = no
create mode = 0777
2017 Aug 29
1
Share access problem
Hi Rowland,
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs
What do you think about that config for the share FTPFiles ?
Does it has some directives you would remove ?
[FTPFiles]
comment = Files
path = /glftpd/site
guest ok = no
public = no
writable = yes
printable = no
browseable = yes
read only = no
inherit acls = yes
inherit permissions =
2011 Feb 18
0
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Dear
I'm using samba 3.5.6 + PDC and connected to LDAP directory
In log level 1 there is many entries like this :
Feb 18 18:28:00 samba smbd[3094]: create_connection_server_info
failed: NT_STATUS_ACCESS_DENIED
Feb 18 18:28:00 samba smbd[3094]: [2011/02/18 18:28:00.255872, 1]
smbd/service.c:678(make_connection_snum)
Feb 18 18:28:00 samba smbd[3094]: create_connection_server_info
2013 Dec 04
1
option hide unreadable not work
Hi all.
I thying settings the option "hide unreadable" but not work. I tested
in global section and share section, follow my settings now. after
various tests.
# Global parameters
[global]
workgroup = BATLAB
realm = BATLAB.CORP
netbios name = GAUSS
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl,
2017 Mar 30
2
JPG issue
[global]
workgroup = NPC
server string = Samba Server %v
netbios name = Atlantica
security = user
map to guest = bad user
dns proxy = no
hide files = /~*/
hide unwriteable files = yes
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
path = /home/%S
valid users = %S
browseable = no
guest ok = no
writable = yes
2008 Feb 07
0
[PATCH] ioemu: use POSIX int type
ioemu: use POSIX int type
(already upstream)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2adf154d17c2 tools/ioemu/hw/rtl8139.c
--- a/tools/ioemu/hw/rtl8139.c Thu Feb 07 10:47:20 2008 +0000
+++ b/tools/ioemu/hw/rtl8139.c Thu Feb 07 12:04:07 2008 +0000
@@ -1468,7 +1468,7 @@ static void rtl8139_BasicModeCtrl_write(
DEBUG_PRINT(("RTL8139: BasicModeCtrl
2003 Oct 08
1
[Bug 734] Misleading error message when host key verification is impossible / SSH_ASKPASS impossible.
http://bugzilla.mindrot.org/show_bug.cgi?id=734
Summary: Misleading error message when host key verification is
impossible / SSH_ASKPASS impossible.
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
2004 Jun 02
0
Erratic behavior with smbmount
I'm running Linux Fedora Core 2 with Samba 3.0.3-5
installed. I'm experiencing some strange behavior
when I try to mount a FAT32 share on a Win2k
workstation.
After a fresh reboot, when I try smbmount (or
mount.smb) everything seems to work (no error
messages). Then when I try to access the mountpoint -
via Nautilus or by doing "ls" in a terminal - the
system freezes. If I
2015 Apr 02
0
Allowing file permissions changes with mac os x clients.
On 02/04/15 20:53, samba wrote:
> Hi All,
>
> at work all our clients are macs (10.10 yosemite). We are trying to
> move from the classical afp file server to a samba based file server.
> After a lot of testing, things now works more or less: a mac server
> acts as Kerberos+OpenLDAP and a linux debian 7 box is doing the file
> server with samba 4.2.0.
>
> A client
2017 Mar 30
0
JPG issue
Ok, here's what seems to be going on. When a JPG is put into a share it
inherits permissions of 540. When I chmod it to 740 it appears in file
browsers. So the file is actually there, but invisible. But I've tried
other files and everything else copies over with 740. Again, why?
On Thu, Mar 30, 2017 at 10:56 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> [global]
>
>