search for: linuxconsulting

Displaying 17 results from an estimated 17 matches for "linuxconsulting".

2003 Sep 21
0
Alternative way for changing passwords
Hi This is not directly related to samba but may be useful to administrators. We developed this server for linux to allow users to change their passwords using a https capable web browser. The source code and aditional info are available at: http://linuxconsulting.planetaclix.pt/soft/passwdd.html For support and comments please don't send to samba mailing lists. ------------------------------------- Linux Consulting http://linuxconsulting.planetaclix.pt linuxconsulting@clix.pt -------------------------------------
2002 Nov 28
1
Re: samba digest, Vol 1 #1924 - 22 msgs
I had a similar issue on my Debian box. It seemed that setfacl didn't care for special characters. I changed the separator character to - (dash) instead of + or \ and it worked fine. Good luck! Tom Hallewell Radio Free Asia Washington DC USA > > (offlist replies discontinued due to increasing large number of people > involved) > > Gareth Davies wrote: > >
2002 Dec 12
2
Large-scale ACL copying?
Hi all, Well, I'm getting somewhere I think, I now have both ACL support and domain login basically working. However I'm at a bit of a loss as to how to proceed. Basically I want to copy over a large number of files and directories (~300k files, ~60Gb total) from an existing W2k server to a Samba server. These files have existing ACLs set, so I need to preserve them somehow. I can
2016 Mar 23
1
Very odd issue w/ a CentOS 6 system
...but.... >> 2. What is "coring"? >> >> mark > > Hi Mark, > > It did specify spectra 8 in your lspci output. Below is product page. > > http://www.ituner.com/spectra.htm > > In my research I did find this related page. > > http://www.linuxconsulting.ro/spectra8/ > > This does state that with latest internal driver, it is detected and > works as the ProVision 150. The card=98,... is correct. > > The matter of reducing all the settings to 4 rather than 8 may help. > > coring is a luma setting. See: > > https://www.linu...
2016 Mar 23
2
Very odd issue w/ a CentOS 6 system
Phil Wyett wrote: > On Wed, 2016-03-23 at 10:26 -0400, m.roth at 5-cent.us wrote: <snip> >> > >> > What is the make/model of the card? >> lspci says: >> Brooktree Corporation Bt878 Audio Capture (rev 11) >> > >> > Are you supplying options when loading the bttv module? >> >> On and off, I've been googling to find if
2002 Sep 03
6
samba and NIS?
Hi, I have a few questions. My goal is to run NIS and samba so I have a central point of passwd control and just one place to change passwords. I will eventually have 5 samba servers so this is quite important to me as I don't want to have to change passwords and setup passwords on 5 servers when changing or adding new users. Can this be done? So that if a user changes his password for
2002 Nov 27
1
Another Samba+ACLs thread
Hi all, I'm having trouble making Samba recognise ACLs properly - a W2k client isn't using them fully. I have patched the kernel, recompiled Samba, etc. I've gotten it working to the point where the kernel-side of things seems to work fine (with getfacl, etc). Also, the W2k machine (via Samba) can see the ACL settings that are applied to a file. The problem arises when I try
2002 Nov 27
0
RE: samba digest, Vol 1 #1918 - 24 msgs
You should be able to find the server in W2K's server manager and confirm that it is a trusted member of the Domain. It sounds like smbd isn't linking to the acl libs-have you run ldd to see if you are linking to libacl.so.1? My recent problem was similar and I found that I wasn't compiling against the acl libs. Make sure you have the line (Max said you should have this before
2002 Dec 06
0
Re: ACL issues still unresolved (Andrew Furey)
It sounds like smbd isn't linking to the acl libs-have you run ldd against winbindd to see if it is linking to libacl.so.1? I recently had very similar symptoms running 2.2.7 under Debian and I found that I wasn't compiling against the acl libs. Make sure you have the line (this might work best if you put this line before --with-msdfs) --with-acl-support in debian/rules, Plus you have to
2002 Dec 09
0
xcopy /o query
Hi all, I'm trying to use xcopy /o to copy files from a W2k file server to a Samba 2.2.7 box (Samba manually compiled with ACLs). I'm coming up with Access Denied, as documented here: http://lists.samba.org/pipermail/samba/2002-June/074548.html I gather that the "force unknown acl users" config option is supposed to fix that, although I haven't had a chance to try it out
2002 Dec 18
0
Speed of smbcacls?
Hi all, I'm using the smbcacls command to query a W2k server from a Linux Samba 2.2.7a client. (This is for the script that I'm writing, which I will post soon - I know at least one person was interested...) It all works fine, but it's very slow - it takes about 1 second per file. "Very" in this case is relative, but since I intend to run it on ~150k files... I've
2003 Jan 16
1
only owner (and root) can change attributes?
if i understand correctly, only the owner, and root, can change attributes of a file? thus, even though group members may be given permissions to write, and delete, a file, they cannot change attributes, without the workaround of copying and replacing the file? and do i understand correctly that on winnt and successors, permission to change attributes (eg 'everything' permission) can be
2003 Jan 09
0
Taking ownership of files on NT/2k
Hi all, I have a 2.2.7a member server (on Debian unstable), acting as a file server for a W2k domain (which also has some NT4 clients, ie. mixed mode). I'm also using ACLs. Imagine I have a file on the server with an ownership of DOMAIN+foo (full permission - rwx). I also have a user ACL on that file of DOMAIN+bar, also rwx. This all works fine. I was initially running into a problem
2016 Mar 23
0
Very odd issue w/ a CentOS 6 system
...stead of 8, values? I realize that it multiplexes for 8, but.... > 2. What is "coring"? > > mark Hi Mark, It did specify spectra 8 in your lspci output. Below is product page. http://www.ituner.com/spectra.htm In my research I did find this related page. http://www.linuxconsulting.ro/spectra8/ This does state that with latest internal driver, it is detected and works as the ProVision 150. The card=98,... is correct. The matter of reducing all the settings to 4 rather than 8 may help. coring is a luma setting. See: https://www.linuxtv.org/wiki/index.php/Bttv#insmod_Option...
2002 Nov 20
1
"Add user script" option never running?
Hi all, I'm using the latest alpha version (the one that comes with Debian unstable) in domain mode, setting up a member file server, with domain clients authenticating to a W2k machine. I'm trying to use the "add user script" option to create new users automagically, but it never seems to run. The script in this case is a handwritten perl script, and I've added a
2002 Dec 05
4
ACL issues still unresolved
Hi all, The two problems I'm having with ACLs on a W2k domain are still no closer to a solution. To wit, they were: (a) Users accessing the ACL properties dialog on W2k can modify and remove existing ACLs on a given file, but they cannot add new ones (that can only be done with setfacl on the cmdline; the changes are then recognised); (b) In said ACL properties dialog, the usernames
2003 Mar 02
1
Samba-LDAP PDC not calling 'add user script' # Global parameters
[global] coding system = client code page = 850 code page directory = /var/lib/samba/codepages workgroup = MICROVERSE netbios name = netbios aliases = netbios scope = server string = Samba Server %v interfaces = bind interfaces only = No security = USER encrypt passwords = Yes