similar to: Invalid workgroup name in browse list

Displaying 20 results from an estimated 6000 matches similar to: "Invalid workgroup name in browse list"

2008 Sep 13
5
Changing hostname?
Hi, I recently made a CentOS install on a machine with an unsupported network card. I had to add the driver for it later, once I finished the install. For now I have this: [kikinovak at localhost ~]$ hostname --fqdn localhost.localdomain Q: how would I change this to something like calimero.local? Here's what I *would* do, but I prefer to ask before. 1) edit /etc/sysconfig/network and
2003 Nov 13
2
rid format in sambaSID
Using ldap as my sam backend and Samba 3.0.0-2, I'm showing that samba stops parsing a RID when it encounters a letter. For example, I have an accounting group with gid 2771 and therefore rid ad3. When I list the groups in the samba domain, however, I get this listing: Domain Admins (DOMAINSID-512) -> Domain Admins Domain Users (DOMAINSID-513) -> Domain Users Domain Guests
2008 Dec 17
2
Do I need a WINS server if I want to browse?
The docs aren't clear, so don't think that I'm being lazy and want a quick answer. (I'm reading Ch 10 of the how-to) On the one hand it says, "where there is no WINS server, all name registrations + name lookups are done by UPD broadcast." So then I don't need a WINS server. But then it says, "Clients wishing to browse the network make use of this [DMB] list
1998 May 06
3
Sync browse list between multiple workgroups?
(Samba version 1.9.18p4) I want to set up my environment thusly: - 2 workgroups, each composed of multiple subnets. - Each workgroup has a DMB and a WINS server (Samba only - no NT) - The two workgroups should collate browse lists so that clients on either workgroup can browse and connect to hosts on the opposite workgroup. I've read the documentation in BROWSING.txt and it does not appear
2000 Apr 21
1
SAMBA Browse Lists Sync DMB and LMB
Hello ! I have a problem of syncing browse lists between DMB and LMB. The topology of ours network is as follows: Linux Network comma(Linux, DMB, WINS) vol(Linux) door(Linux, LMB) | | | | | | | | | --------------(195.226.226.16/28)------ | | | | | | | --(local net
2004 Aug 13
1
Group creation and ldap
I'm using samba 3.0.4 with ldapsam as a pdc. When I try to create a group, samba correctly runs the add group script, which creates an LDAP entry with objectClass set to posixGroup and gidNumber set to the gid I want to use and cn set to the group name. The next thing samba does is look for the posix group with the following filters: [(&(objectClass=sambaGroupMapping)(gidNumber=0))]
2004 Feb 04
1
Interdomain trusts (Bind NACK received on pipe)
I'm attempting to set up a 2-way NT4-style trust between samba 3.0.1-2 (from source rpm on redhat 7.2) and Windows 2003 running active directory. The AD server (SANDMAN) trust of my Samba domain works fine, but when I try to use the Samba trust of the AD server I get the following error: [2004/02/04 15:52:34, 3] rpc_client/cli_pipe.c:rpc_api_pipe(462) Bind NACK received on pipe c009!
2014 Dec 09
4
[LLVMdev] dmb ishld in AArch64
Hi, I got an optimization problem (O1, O2) regarding memory barrier “dmb ishld” I find in the test/CodeGen/AArch64/intrinsics-memory-barrier.ll , it’s stated that memory access around DMB should not be reordered, but when compiling the Linux kernel, I found load/store in static inline void hlist_add_before_rcu(struct hlist_node *n, struct hlist_node *next) { n->pprev
2003 Feb 24
5
Bug in Shorewall check?
I made a boo boo in my config and put in this rule #PPTP DNAT net:213.67.241.162/217.209.46.204/32 loc:192.168.221.200 tcp 1723 DNAT net:213.67.241.162/32,217.209.46.204/32 loc:192.168.221.200 47 - And the the following happened.. and I wonder why it didn''t complain? I am sure I am just misunderstanding some doc
2006 Mar 28
1
Efficiently convert this SQL statement to ActiveRecord loop
Hey Folks, My app compares the last known set of files located on a series of servers against a current snapshot for auditing purposes. Its working really well, and I''ll open source it when its complete! Here''s my current issue (and forgive me, I started life as a DBA and I constantly want to revert to connection.execute.) The tables to store my objects are
2003 Oct 21
1
Why doesn't my wins.dat list all the LMBs?
My network looks like this: internet 192.168.0.0/24 router ----+----+----+----- internal 192.168.5.0/24 | | | router ----+-----+------+- LNB--->mswin | | (also a | | | client | | samba | | .... | | server) | | samba | | samba
2017 Feb 13
1
How is to stop Windows to be DMB if Samba4 standalone server is set up for DMB role !
There is Windows 2008R2 actng as DC and Samba4 4.5.2 acting as standalone server in the same network. Samba4 is set up to be DMB: domain master = yes local maser= yes browse list = yes os level = 254 preferred master = yes enhanced browsing = yes Windows 2008R2 includes also DMB role in itself. As following, if Windows boots first, before Samba starts, it becomes DMB and has workgroup<1b>
2011 Jun 07
1
WINS and browse list on multiple subnet architecture
Hello, As subject says I am working on browsing and access servers, which are dispatched on two subnet, in one workgroup named "WORKGROUP". First here the network : ( I don' t use ASCI art 'cause I am not an expert on that and it may not be printed as it was emailed. ) So, there is five machine : - one, under debian 6, which is the gateway - two, under
2007 Jul 02
2
basics: changing the directory
Dear Ms. R, I struggle with a very basic command for most of you: How to change the working-directory by command-line? Thank you! Georg. ****************** Georg Ehret Johns Hopkins University School of Medicine Broadway Research Building, Room 572 733 N. Broadway Baltimore, MD 21205 Phone: (410) 502-7530 Fax: (410) 502-7544 e-mail: georg@jhmi.edu [[alternative HTML version deleted]]
2015 Apr 09
2
[LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM
Hi Tim ---------------------------------------- > Date: Wed, 8 Apr 2015 06:53:44 -0700 > Subject: Re: [LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM > From: t.p.northover at gmail.com > To: alexey.perevalov at hotmail.com > CC: llvmdev at cs.uiuc.edu > >> in disas I see dmb ish instruction, but I don't know is it enough. > > There should
2014 Dec 09
2
[LLVMdev] dmb ishld in AArch64
Hi Tim, > That barrier should be treated the same as any other dmb by LLVM. What > I'm most confused about is why it's there in the first place. From > what I can tell, the rcu_assign_pointer function should map to a > native store-release operation (stlr). I guess it's because we disabled the integrated-asm, so it won't complain when compiling the kernel. > Also,
1998 Oct 22
0
unable to sync browse lists
I'm having two problems. I encountered the second while trying to set up a clean environment to work on the first. Can somebody tell me if (a) I've done something obviously wrong, or (b) this is a known Samba bug? Any help is appreciated. John. First problem: From nmbd: domain_master_node_status_fail: Doing a node status request to the domain master browser for workgroup
2002 Sep 07
2
UNICAST cross-subnet browsing, Port 445 vs. 139, and Win2k
I have been having a heck of a time getting cross subnet browsing to work properly. After MANY hours hunting through source and debug logs, I have FINALLY found the source of my browsing issues. My Samba nmdb properly becomes the LMB for my segment on a WAN. I VPN to my servers at the home office and Samba attempts to sync with the DMB. nmbd properly locates the DMB via WINS over the
2014 Dec 10
2
[LLVMdev] dmb ishld in AArch64
I'm using r223407. Switching to a clean built on r223853, it still gives me: ldr x8, [x21,#8] stp x21, x8, [x19] dmb ishst ldr x8, [x19,#8] str x19, [x8] str x19, [x21,#8] Thanks, Chengyu > On Dec 9, 2014, at 6:32 PM, Tim Northover <t.p.northover at gmail.com> wrote: > > On 9 December 2014 at 15:14, Chengyu Song <csong84 at gatech.edu> wrote:
1998 Dec 17
1
Browse List Question - please help!
I've RTFM (inlcuding the very nice BROWSING.txt and BROWSING-Config.txt) as well as the archives and I can't find any info on my particular problem. Any assistance at all would be most appreciated! Background: I am trying to use samba to control the browse lists for our main workgroup throughout our enterprise. I set up a samba server on AIX. It is a WINS server, as well as the Domain