Displaying 20 results from an estimated 94 matches for "interclean".
2004 Jul 30
3
ACL propegation problem - any known issues?
...m
Samba 2.2.8a to Samba 3.0.2-debian, and I'm wondering if it's a known bug.
I'm getting tired of having to patch up permissions by hand. I've set
"inherit acls=yes", but it doesn't seem to have completely solved the
problem.
---
David Brodbeck, System Administrator
InterClean Equipment, Inc.
3939 Bestech Drive Suite B
Ypsilanti, MI 48197
(734) 975-2967 x221
(734) 975-1646 (fax)
2001 Dec 05
2
Adobe Photoshop uses wrong permissions when saving, default ACLs and create mask being ignored.
...create mask = 701
directory mask = 700
map hidden = yes
and the share entry:
[Sales]
comment = Sales & Marketing Division files
path = /export/sales
writable = yes
printable = no
Here's the ACL for the directory:
# file: WTC
# owner: INTERCLEAN+Brent
# group: INTERCLEAN+Domain Users
user::rwx
user:mirror:r-x
group::---
group:INTERCLEAN+Domain Admins:rwx
group:INTERCLEAN+Sales:rwx
mask:rwx
other:---
default:user::rwx
default:user:mirror:r-x
default:group::r-x
default:group:INTERCLEAN+Domain Admins:rwx
default:group:INTERCLEAN+Sales:rwx
def...
2002 Aug 22
3
using pam_winbind to authenticate PPP?
...pam.d/ppp:
#%PAM-1.0
auth required pam_nologin.so
auth sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so
/etc/ppp/pap-secrets:
# Secrets for authentication using PAP
# client server secret IP addresses
INTERCLEAN\\davidb * "" *
My winbindd seperator is "\". I found through experience that doubling up
the backslash is necessary in the pap-secrets file, otherwise it complains
it can't find a secret for the account.
/etc/ppp/options has the "login...
2004 Jul 13
2
Permissions problem...I must be overlooking *something*...
...smbd/open.c:open_directory(1293)
open_directory: failing create on read-only share
[2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293)
open_directory: failing create on read-only share
The share has the following definition:
[webfiles]
path = /var/www
force group = "INTERCLEAN+Domain Admins"
valid users = @"INTERCLEAN+Domain Admins"
writable = yes
read only = no
Here are the permissions on /var/www:
# file: www
# owner: root
# group: INTERCLEAN+Domain Admins
user::rwx
group::rwx
other::r-x
I'm in the Domain Admins group. Why...
2003 Feb 24
0
Why am I getting this error?
...overlooking, I just need another set of
eyes to spot it for me.
In log.smbd, many times a day:
[2003/02/23 12:17:40, 0] smbd/service.c:set_current_service(59)
chdir (/export/shared) failed
Permissions on /export/shared:
# file: shared
# owner: root
# group: root
user::rwx
user:mirror:r-x
user:INTERCLEAN+Brent:rwx
group::r-x
group:INTERCLEAN+Domain Admins:rwx
group:INTERCLEAN+Domain Users:r-x
mask::rwx
other::---
default:user::rwx
default:user:mirror:r-x
default:group::r-x
default:group:INTERCLEAN+Domain Admins:rwx
default:group:INTERCLEAN+Domain Users:r-x
default:mask::rwx
default:other::---
This...
2008 Jul 31
1
PDC cannot become master browser; cannot change passwords
...2.168.1.2 and tinydns on 127.0.0.1.
The client can ping the server by hostname, indicating that DNS and
basic TCP/IP are in working order. The client can successfully join the
domain and log in.
Problem #1:
register_name_response: server at IP 192.168.1.50 rejected our name
registration of INTERCLEAN<1d> IP 192.168.1.2 with error code 6.
become_local_master_fail2: failed to register name INTERCLEAN<1d> on
subnet 192.168.1.2. Failed to become a local master browser.
unbecome_local_master_browser: unbecoming local master for workgroup
INTERCLEAN on subnet 192.168.1.2
Seriously?...
2002 Dec 09
2
PDF printing problem - can't find Samba's file?
...names
like:
smbprn.000413.8dCLi2
Note that there's no path on the front of that filename, like I expected
with %s. And sure enough, the file isn't in /export/spool. In fact, I
can't find it *anywhere*. Any ideas where it's going?
----------
David Brodbeck, System Administrator
InterClean Equipment, Inc.
Ypsilanti, Michigan
davidb@mail.interclean.com
(734) 975-2967 x221
2002 Mar 14
2
Some users can't log in -- server shows username as "nobody"
...I
get the following when he tries to log in:
"Invalid username/password for game-devel [nobody]"
No matter what he puts in the "user" field of the password dialog, Samba is
trying to log him in as nobody! What's going on?
----------
David Brodbeck, System Administrator
InterClean Equipment, Inc.
Ann Arbor, Michigan
davidb@mail.interclean.com
(734) 975-2967 x221
2005 Mar 22
5
Setting MWI on legacy PBX
...is the extension number. One complication is that I've
got a couple dozen extensions to handle the MWI for, and only four channels
to work with, so I'll need to either only set or clear the ones that have
changed, or queue up the callouts somehow.
---
David Brodbeck, System Administrator
InterClean Equipment, Inc.
3939 Bestech Drive Suite B
Ypsilanti, MI 48197
(734) 975-2967 x221
(734) 975-4756 (fax)
2002 Dec 12
7
PDF printing problem - can't find Samba's spool file?
...names
like:
smbprn.000413.8dCLi2
Note that there's no path on the front of that filename, like I expected
with %s. And sure enough, the file isn't in /export/spool. In fact, I
can't find it *anywhere*. Any ideas where it's going?
----------
David Brodbeck, System Administrator
InterClean Equipment, Inc.
Ypsilanti, Michigan
davidb@mail.interclean.com
(734) 975-2967 x221
2004 Jul 13
2
Permissions problem...I must be overlooking *somethin g*...
...f frustration with Samba insisting the share is read-only.
> Anyway, onto my suggestion. Have you restarted samba since
> you made the
> share writeable?
Yes, I sent the HUP signal to the daemon to tell it to re-load its
configuration file.
> Also, if you're forcing group "INTERCLEAN+Domain Admins" and setting
> "valid users" to the same, won't everyone be able to write to
> the share
> as a domain admin?
Would they? I figured only Domain Admins would be allowed to access the
share at all, then the "force group" would take effect after t...
2002 Mar 14
6
Some users can't log in -- server shows username as " nobody"
...> "Invalid username/password for game-devel [nobody]"
>
> No matter what he puts in the "user" field of the password dialog, Samba
is
> trying to log him in as nobody! What's going on?
>
> ----------
>
> David Brodbeck, System Administrator
> InterClean Equipment, Inc.
> Ann Arbor, Michigan
> davidb@mail.interclean.com
> (734) 975-2967 x221
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the foll...
2002 Feb 25
1
Problems logging in with MSCLIENT.
...ully log into the domain and map
drives on Windows NT servers, but I'm having trouble mapping Samba shares.
Examining the log shows that the DOS machine is apparently trying to connect
with a username of 'nobody'. What am I doing wrong?
----------
David Brodbeck, System Administrator
InterClean Equipment, Inc.
Ann Arbor, Michigan
davidb@mail.interclean.com
(734) 975-2967 x221
2002 Dec 18
0
Re: Winbindd question/problem
...edmontng.com]
> Sent: Wednesday, December 18, 2002 3:13 PM
> To: David Brodbeck
> Subject: RE: [Samba] Re: Winbindd question/problem
>
>
>
> I get the message: "Could not check secret"
>
> Dan
>
>
>
>
>
> David Brodbeck <DavidB@mail.interclean.com> on 12/18/2002 03:11:47 PM
>
> To: "'Dan.Boskovich@piedmontng.com'"
> <Dan.Boskovich@piedmontng.com>,
> David Brodbeck <DavidB@mail.interclean.com>
> cc: "'samba@lists.samba.org'" <samba@lists.samba.org>
>...
2004 Sep 16
0
"chdir failed" - could someone please explain what this error mea ns?
...one please explain what it means?
I'm concerned that it may somehow be related to the mysterious ACL
propegation problems I've been having.
For reference, here are the permissions on /export/downloads:
# file: downloads
# owner: root
# group: root
user::rwx
user:mirror:r-x
group::rwx
group:INTERCLEAN+Domain\040Users:rwx
mask::rwx
other::---
default:user::rwx
default:user:mirror:r-x
default:group::rwx
default:group:INTERCLEAN+Domain\040Users:rwx
default:mask::rwx
default:other::---
I'm running Samba 3.0.5-Debian, but the error has persisted for several
versions. I'm using ext2fs ACL su...
2002 Mar 01
14
How to reduce size of samba binaries
Hi,
I'd like to reduce the size of the samba binaries. smbd for instance is
about 1.5 meg, which is way to much if you ask me. Is there a way to
create smaller binaries, maybe by compiling differently?
thanx,
Dennis
=====
__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com
2005 Jan 24
2
Menu tree for voicemailmain application
Is there a menu tree diagram somewhere for the Voicemailmain application? I
know my users will ask for one, and before I started drawing my own I
thought I'd see if someone already had.
---
David Brodbeck, System Administrator
InterClean Equipment, Inc.
3939 Bestech Drive Suite B
Ypsilanti, MI 48197
(734) 975-2967 x221
(734) 975-1646 (fax)
2005 Feb 08
1
How do I match a "D"? (Was: RE: In-band disconn ect problem (legacy PBX) - asterisk doesn't hear the touchtone?)
> -----Original Message-----
> From: David Brodbeck [mailto:DavidB@mail.interclean.com]
> Okay, the problem appears to be that I'm tone deaf. ;)
>
> I finally thought to turn on debugging on the channel. The
> PBX is sending
> "D", not "*". The programmer of the previous voice mail system (whose
> configuration I was cribbing from) s...
2004 Aug 31
1
Can't authenticate after upgrade from 2.2.8a to 3.0.6 ..partial fix
> -----Original Message-----
> From: David Brodbeck [mailto:DavidB@mail.interclean.com]
> I upgraded one of our systems from 2.2.8a to 3.0.6.
> Authentication via
> winbindd is not working. "wbinfo -t" gives a good result, and 'getent
> passwd' and 'getent group' work fine. But when I try to
> access the server,
> I'm prompted...
2005 Jan 10
2
Connecting Asterisk to a Toshiba Strata system
...cts to the PBX with
four analog extensions. Does anyone have information on how to integrate
this kind of system with Asterisk? I've looked at the legacy integration
section of the Wiki, but it doesn't seem to have anything about Toshiba
systems.
---
David Brodbeck, System Administrator
InterClean Equipment, Inc.
3939 Bestech Drive Suite B
Ypsilanti, MI 48197
(734) 975-2967 x221
(734) 975-1646 (fax)