Currently, I have servers with samba (debian and redhat) connected to W2003.
I want to mount a samba cluster with 3 machines and I have the doubt if it in
debian or redhat.
What do you recommend me?
What would be the way to go?
Thanks
--
To unsubscribe from this list go to the following URL a
Thanks Volker.
This is part of Suse Linux distro from Novell, I need to find the
.dbginfo rpm. Let me see if I can get my hands on it.
I know about ".configure --enable-debug" to build my own version with
debug symbol, but in this case I don't have that option as it is a core
from a customer.
-
On Thu, May 06, 2010 at 10:29:42PM -0700, Nagaraj Shyam wrote:
> I might get fried for posting this question, since it would have been
> asked before (too little time for me to search the archives). How can I
> obtain debug symbols for winbindd (or any smbd or nmbd binary?).
> Specifically I am lo
Hi,
I might get fried for posting this question, since it would have been
asked before (too little time for me to search the archives). How can I
obtain debug symbols for winbindd (or any smbd or nmbd binary?).
Specifically I am looking for version 3.2.11-0.1.145.
Thanks much for the help.
2010/5/6 Jose :
> where is problem?
what's the netmask?
do you have a wins server at the router?
hth,
norberto
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Hi list! I'm trying to build Samba 3.4.7 with ADS support on Solaris 9
and experiencing a heap of problems (which seem to be common). First of my
system: Solaris 9 SPARC > uname -a
SunOS sunfire2 5.9 Generic_122300-08
sun4u sparc SUNW,Sun-Fire-V240 Solaris Using GCC 3.4.6 from sunfreeware
(with
I thought I had setup winbind correctly as I can login to my ubuntu
9.04 machine with domain users, but I am trying to get ntlm working
with squid, and while testing winbind I get the following error.
sudo wbinfo -a MBAG\\user%passwd
plaintext password authentication failed
Could not authenticate
2010/5/6 :
> The error I get on the WS is: The specified domain either does not exist
> or could not be contacted. This is the error whether I use the
> Administrator login or just type some garbage.
nmblookup yourdomain#1c
is nmbd running?
Regards,
Norberto
--
To unsubscribe from this list g
Hi all,
I have a samba server that is the DC on our network. It was a
debian etch machine with everything installed from the distro
packages. Everything was fine until I upgraded from Etch to Lenny.
In an effort to get windows 7 to join my domain I upgraded to Lenny
which gave me samba 3.2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Greetings,
While I've seen this referred to a lot of places, I haven't yet found
a posted solution that works for me. Testing has been done from a Mac
running OSX 10.5.8 Here's what I have so far: if anyone can give me a
next step to test, I'd app
Hello, Sorry for my English
I have S/O Debian 5.0.4 Lenny
Samba:
lnx-1:~# aptitude show samba
Package: samba
New: yes
State: installed
Automatically installed: no
Version: 2:3.2.5-4lenny9
Priority: optional
Section: net
Maintainer: Debian Samba Maintainers
Uncompressed Size: 11.9M
I use samba
I'm pretty sure Windows 2003 domain is native 2k3
I don't believe these settings are specific to Windows 2008 R2. Before
I upgraded the 'lab' domain (from 2008 to 2008R2), things worked
(although I think it was using NTLM, which isn't optimal)
I should have added - we aren't using winbind
--
Was the Win 2003 domain in mixed mode or 2000/2003 native?
Also, Win 2008 has some security settings changes that you may want to
change back to "weaker" settings.
http://support.microsoft.com/kb/889030/en-us
Does "wbinfo -u" on the linux machine list users in the trusted
(corporate) domain?
Hi Jeff,
I fiddled around for a while with this too ;)
Looks broken to me, anyway I did put it like this and it worked for me
then:
in smb.conf:
username map = /opt/samba/smbusers.map
admin users = root
[print$]
path = /opt/samba/samba_drivers
write list = root
u...@host:~
That is conceptually not possible, because "logged in" means that the user is
authenticated - and that is always server-wide or even domain-wide (unless you
use per-share authentication).
If you did kill "his" smbd subprocess, he could connect right back. What you
could do is change the permiss
Here is our configuration - we have a Windows 2003 domain I'll call
'corporate' and a Windows 2008 domain I'll call 'lab'. There is a
one-way trust (users can log into 'lab' machines using 'corporate'
creds). We have a linux box running samba that is a member of 'lab'.
Users log into their Window
Evan
whats your profile paths set to in the global section of smb.conf ?
because windows thinks you got it set to \\samba\username\
no c: users is required you must have the registry part of the profile
local the rest does not.
Regards
6 May 2010 12:41, Evan Ingram wrote:
> On Thu, 2010-05-
Hi Jeff,
Jeff Hardy wrote:
On 04/01/2010 05:39 PM, Jeff Hardy wrote:
I have been trying to setup a new print server on Fedora 12 based around
samba-3.4.7-58.fc12.x86_64 and cups-1.4.2-28.fc12.x86_64. All looks good
except for the ability for printer administrators to manage printers.
Whether I
Doh!
Thank you. Setting those back fixed the problem.
On Thu, May 6, 2010 at 9:10 AM, Evan Ingram wrote:
> On Thu, 2010-05-06 at 08:59 -0600, Steve Wolfe wrote:
> >
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon
> > \Parameters]
> > “RequireSignOrSeal”=dword:
> > “R
On Wed, May 5, 2010 at 4:56 PM, Darwin, Samuel wrote:
> We have a vendor who is going to install an application server, and it
> requires samba to behave as much like windows as possible. There is a
> particular case they are complaining about.
>
>
> 1. Run samba on redhat server
> 2. Map a dri
We have a vendor who is going to install an application server, and it
requires samba to behave as much like windows as possible. There is a
particular case they are complaining about.
1. Run samba on redhat server
2. Map a drive from windows. Let's say the Z: drive
3. Run a script to o
Thanks for the suggestion, it works to a point.
Background information, I'm using CentOS 5.2, running samba, the client
machines are XP Pro.
My script for turning off Share2 is as follows
copy the alternative smb.conf
do service smb reload
then smbcontrol smbd close-share Share2
smbstatus show
Le 06/05/2010 17:13, Bastien Semene a écrit :
The samba wiki tolds to only modify DomainCompatibilityMode and
DNSNameResolutionRequired keys : http://wiki.samba.org/index.php/Windows7
Le 06/05/2010 16:59, Steve Wolfe a écrit :
I'm trying to set up Samba as a PDC for some Win7 clients, and co
The samba wiki tolds to only modify DomainCompatibilityMode and
DNSNameResolutionRequired keys : http://wiki.samba.org/index.php/Windows7
Le 06/05/2010 16:59, Steve Wolfe a écrit :
I'm trying to set up Samba as a PDC for some Win7 clients, and could use
some help. I can successfully join the d
On Thu, 2010-05-06 at 08:59 -0600, Steve Wolfe wrote:
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon
> \Parameters]
> “RequireSignOrSeal”=dword:
> “RequireStrongKey”=dword:
on my win2008 server joined to samba domain these are ...01
--
To unsubscribe from th
I'm trying to set up Samba as a PDC for some Win7 clients, and could use
some help. I can successfully join the domain, with the message "Changing
the primary domain DNS name of this computer to "" failed.", but I am still
told that it was successful.
However, when I try to log in, I am told "Th
I have a running Samba3 domain called "SAMBA".
I'd like to have an Active Directory domain called "AD" trust "SAMBA"
domain.
In other words, if my Samba3 users want to log in to a Sharepoint server
in AD domain, Active Directory should try to find the user in "SAMBA"
domain and let him (or n
Hello,
A few weeks ago we started joining some remote servers to our AD domain
as member servers. Several times now we have come back to them and found
ownership settings missing like the following.
[r...@franks-dc1 opt]# ll
total 72
drwxrws---+ 3 14505 10013 4096 Nov 28 2006 appinstalls
Hi
I have Debian/stable and samba 3.2.5.
I have set this (smb.conf):
...
create mode = 0770
directory mask = 0770
...
and the files created have those permissions:
drwxrwx--- 2 piotrlg piotrlg 22 2010-05-06 14:51 nowy3
-rwxrw 1 piotrlg piotrlg 10752 2010-05-06 14:51 nowy3.doc
please note t
On Thu, 2010-05-06 at 12:16 +0100, Damien Dye wrote:
> windows vista / 7 clients will need the profile registry keys removing
> before this works.
>
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
> make sure you don't remove local user profiles.
which profile regist
On Thu, 2010-05-06 at 12:16 +0100, Damien Dye wrote:
> humm
>
> do those folders exist ?
/home/samba/profiles exists
>
> I would do the profiles diffrently because this methord is prone to problems
>
> defining the path as follows should resolve as long as the user has
> full control on there
humm
do those folders exist ?
I would do the profiles diffrently because this methord is prone to problems
defining the path as follows should resolve as long as the user has
full control on there own folders.
[profiles]
comment = Users profiles
path = /home/samba/profiles/%U
browseable
On 6 May 2010 10:09, Kai-Chieh Ku wrote:
> I'm sorry. But I also receive
> "451 Temporary local deliveriy problem for samba
> - please try again later..."
> from "Mail Delivery Subsystem " each time...
hmmm... Maybe that is someone who is subscribed to the list (with an
e-mail address @weathe
the samba profile settings??
i've got:
[profiles]
comment = Users profiles
path = /home/samba/profiles/%U/%U.pds
browseable = no
profile acls = yes
[profiles.v2]
comment = Users profiles for Vista and Windows 7
path = /home/samba/profiles/%U/%U.pds.v2
browseable = no
profi
Hi everybody,
After joining a Windows 2003 Active Directory Domain the commands to add
local Users and Groups to the Linux machine are very slow. It took up to
10 minutes to add a User or a Group. OS is CentOS 5.4 (Samba Version
3.0.33-3.15). Everything else works without problems.
I assume the r
Hi,
I'm testing samba4 alpha 12 on Ubuntu 10.04 Lucid Server
I followed this HOWTO
http://wiki.samba.org/index.php/Samba4/HOWTO
All seems ok.
Now, i want get the samba users, groups in my server with winbind
I find this howto
http://wiki.samba.org/index.php/Samba4/Winbind
"The current insta
Hi,
I'm testing samba4 alpha 12 on Ubuntu 10.04 Lucid Server
I followed this HOWTO
http://wiki.samba.org/index.php/Samba4/HOWTO
All seems ok.
Now, i want get the samba users, groups in my server with winbind
I find this howto
http://wiki.samba.org/index.php/Samba4/Winbind
"The current insta
I'm sorry. But I also receive
"451 Temporary local deliveriy problem for samba
- please try again later..."
from "Mail Delivery Subsystem " each time...
On Thu, May 6, 2010 at 4:05 PM, Michael Wood wrote:
> Please stop sending this message. You have sent it 6 or 7 times already!
> Michael Woo
En/na Aniruddha ha escrit:
For now I solved this problem by adding 'inherit permissions = yes'
and 'force group = mygroup' to smb.conf.
Instead of the latter I use the sticky bit on the group in a folder, I
still have to use the "inherit permissions = yes".
This way I can have just one sha
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2
authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) man
I have investigated further and compared the behaviour of samba 3.3 and
samba 3.5 on 2 identical SLES9 VM's. Samba 3.3 is working as expected
with our Win2k3 SFU Domain and idmap_ad module. Samba 3.5 is not. I
noticed that there are a few kerberos params that have changed in 3.5
but I just can't ge
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a win7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual p
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) man
Hello :-),
I have some problem with the cifs client of linux.
I can't mount a volume from a Windows 7 machine with NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) man
I have investigated further and compared the behaviour of samba 3.3 and
samba 3.5 on 2 identical SLES9 VM's. Samba 3.3 is working as expected
with our Win2k3 SFU Domain and idmap_ad module. Samba 3.5 is not. I
noticed that there are a few kerberos params that have changed in 3.5
but I just can't ge
use the parameter in share section:
available = yes | no
raveenpl schrieb:
Thanks for answer.
I've tested your proposition and I noticed that my user's windows station
after disconnecting is automatically reconnected to the share. Below you can
find output from smbstatus command:
After clos
46 matches
Mail list logo