Displaying 20 results from an estimated 900 matches similar to: "Preventing deletion of folders under a SAMBA share"
2004 Nov 17
3
Samba share to access windows folders in linux.
Hi,
I am trying to access folders on a windows system on a linux system using
the command,
smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o
username=abcd/<domain>,uid=abcd,gid=abcd
This prompts for a password and I give the correct domain password here. It
gives me the error:
21896: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2004 Nov 25
1
trouble connecting to domain controller
When trying to connect to the "Domain Controller" via the "Active
Directory Users and Computers" on Windows, I get that "cannot connect to
the pre-windows 2000 domain controller" under Windows, and the following
on Samba's logs:
[2004/11/25 02:21:11, 5] smbd/filename.c:unix_convert(328)
New file netshellicon
[2004/11/25 02:21:11, 3]
2005 Jan 28
1
Windows XP Pro cannot access Samba
My WXPP PC cannot login to the Samba server although the Win2K and W9x
PC's can. The XPP system has joined the domain, but when I rebooted the
PC and tried logging in via the domain it complained about not having
permission or an account which I've verified and have redone several
times, but still I cannot login.
Anyone have any information on how to fix this.
--
2005 Mar 15
1
Samba client configuration.
Hi,
I am posting this on the list after 2 weeks of frustrating efforts
to get my XP home machine to talk to the Samba server on my SuSE 9.2
Linux box. Described below is the crux of the problem.
When I do an smbclient on the Linux box I can see the Windows machine
listed. However, when I do a net view on the Windows XP Home machine I
do not see the Samba box. Also, I get a System 1 error on
2004 Dec 15
4
Participation on Samba lists
Luke Leighton (lkcl) has brought up his arguments about control
of Samba before. In October 2000 they resulted in the creation
of a new Samba code branch, samba-tng, which Luke and others who
agreed with his direction were free to do with as they will.
Samba-tng still exists, and we in the Samba Team still wish it
well, but what we can't continue to put up with is Luke still
rehashing the
2005 Feb 05
1
Preventing deletion of folders under a SAMBA share: SOLVED
Thanks for this. Yes this does work nicely, however the main reason
things weren't going to plan was quite simple. I had set force user =
root, in an attempt to ensure that all new folders were owned by root -
silly I know, but somehow overlooked, and was forcing each user to be
connected as root - doh!
All I need to accomplish now, is to prevent deletion of any folder
created by a user -
2005 Feb 07
3
We need help with a bug....smbldap-installer script (long)
Hi all!
First of all....if you haven't heard of the smbldap-installer
script....allow me to introduce it to you. Here's the latest announcement
that Matt Oquist posted to the K12OS list (Matt and I are working on this
together....he's the scripter and I'm the tester/documenter) First the
announcement and then read on below to see what we need help with....and
some questions I
2007 Sep 20
2
xorg-x11
Greetings,
Are there any xorg-x11-devel or xorg-server-devel rpm for centos 5?
Thanks,
Barton
_________________________________________________________________
Kick back and relax with hot games and cool activities at the Messenger Caf?.
http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jun 15
4
Adding Domain User Accounts to Windows 7 Clients (Samba 3.4.8 PDC)
Hi,
I've searched the logs and google trying to find a fix for my problem
and have so far not succeeded.
I've got a Samba PDC (Debian Lenny), running Samba 3.4.8 from Debian
Backports. It is using an OpenLdap backend. We have encountered little
to no problems over the last several years. And of course, we have to
upgrade to Windows 7 (64-bit), from XP-64. So, here we are.
Following
2005 Feb 04
2
Logging in via Linux machine to Windows Domain
Hi List -
I have a friend that runs a Windows domain with Active Directory and is
setting up some new laptops with Redhat. He wants to automate installs,
etc. on these laptops as he would on a Windows machine.
Just wondering if anyone has any experience with this - and also if anyone
knows of a good tutorial for joining a Linux machine to a Windows domain.
I've heard that it is possible.
2004 Dec 15
7
[proposal] Samba Software Foundation
dear samba users and developers,
i'd like to put to you a proposal for your respectful
consideration: it is an idea that i believe has strategic
merit for the open source community and OS users as a whole.
these words are chosen carefully and the reasons will become
apparent later: that i begin as an example.
as you are no doubt aware, there have been some seriously
damaging (but not
2000 Apr 13
1
deletion of symlinks from Windows Clients
All,
I would like to use symlinks to give my users access to all folders they
need right from their home directory. I create the symlinks as root and
they cannot delete the symlink in their home directory from windows.
However when they try to delete the folder (ie highlight it and hit the
delete key from windows) the contents of the folder is deleteable (if
they have write access to the folder)
2007 May 02
1
kbs-misc.repo
Good day all,
Are there going to be kbs-misc repo for centos 5?
Later
_________________________________________________________________
Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings
https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117
2007 May 12
1
VMware ver 1.03
I'm for not giving accurate information, I am able to create new virtual
machines as a non-root user. I have windowsXP and Ubuntu installed on my
hard drive as well. So I am trying to create a new virtual machine with
custom settings, and using my hard drive, so I can boot windowsXP or Ubuntu
while Im in CentOS 5. But when I reach to the end of the settings it tells
me I do not have
2004 Jan 15
2
wav49 voicemail problem with Windows Media Player
Someone submitted a bug about wav49 voicemail problems with
the Windows Media Player here
http://bugs.digium.com/bug_view_page.php?bug_id=0000254
bkw918 changed the status of the bug to resolved because he
could not reproduce the error with his version of Windows Media
Player. I am having the same problem as the original bug poster.
I am using WMP 9.00.00.3075 running on Windows XP and
using
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
I actually need this feature quite badly in my untyped language
compiler: since I support first-class functions, I've made the types of
all functions a standard vararg (so I can box them).
The implementation crashes when I try to read out the value of
gc.result. Hints as to what might be wrong?
Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com>
---
2007 May 14
3
Proper AGI use with MySQL
Hi,
We have a "simple" AGI script that provides some IVR functionality. It connects to a MySQL database in order to create a call record and capture IVR data.
During the IVR process, we need to store the time the call started, so basically we INSERT a new MySQL row with callstart = NOW(), uniqueid = AGI(agi_uniqueid). As the user selects different options, we update the row to reflect
2003 Sep 08
6
No nonodump...
I'm not sure where else to ask about this, so please excuse me if this is
the wrong forum. In trying to remove a 'nodump' flag on a directory with the
'chflags' command I have noticed that the 'nonodump' flag does not function.
I see an open PR for the problem:
o [2003/01/09] i386/46912 johan chflags nonodump fails
I was wondering when this might be dealt with? Else is
2008 Dec 05
2
Linksys SPA922 - hangup problem
Hi all,
I'm testing Linksys SPA922 phone and I have strange issue. when call is finished on the phone I see "CallEnded" and normal silence for cca. 5 seconds and then I get fast busy for cca. 20 sec. So, this isn't automatic hangup as on other phones I have tried (Cisco 7940, grandstream, XLite,... ) and I have to manually hangup handset to finish a call. Is this normal behavior
2008 Mar 06
1
AEL - SQL and TIMEDIFF()
Hello list,
I'm having some problem integrating the SELECT TIMEDIFF() and SELECT
DATEDIFF() in my code. The syntax I'm using works without any problems if I
run them directly from the MySQL Client, but from the Asterisk Dialplan it
just wont work. Is there a limitation in the MySQL() application for the
Asterisk dialplan that produces this error?
<CODE>
context testsql {
s =>