similar to: nmbd registering itself als DMB is not working

Displaying 20 results from an estimated 300 matches similar to: "nmbd registering itself als DMB is not working"

2005 Jun 30
2
nmbd as wins server
Hi, I get constantly every some secondes this entry in log.nmd [2005/06/30 15:11:22, 4] nmbd/nmbd_workgroupdb.c:dump_workgroups(284) dump_workgroups() dump workgroup on subnet 192.168.53.180: netmask= 255.255.255.0: TOPTEST(1) current master browser = AADMT00 AADMT00 400c9b0b (Backoffice Testsystem PDC) [2005/06/30 15:11:22, 4]
2005 Aug 17
0
Discussion: Samba Virtual Server Setup w/ LDAP Backend
Hello everybody, (i can send level 10 logs on demand......the mail is to big for the list) i'm just building up a complete Samba 3 Domain containing one pdc one bdc four file servers because i don't want to spent to much hardware, the four fileservers are 4 seperate samba instances running on one SuSE SLES 9 Operating System. The Samba Version is: 3.0.14a from
2005 Sep 15
2
net rpc rights problem with groups
Hello List, I have tried to grant SeMachineAccountPrivilege to an extra group. Users in this group should not have Admin rights but they should be able to join workstations to the domain. My first try was to grant the right to a single user wich is working as expected. net rpc rights grant "TOPTEST\toptest.r" SeMachineAccountPrivilege -U domainadmin net rpc rights shows:
2005 Sep 05
2
Function "User cannot change Password"
Hello list, i found out, the the function "User cannot change password" of the UserManager is not yet implemented. Here's the log: ------------------------------------------------------------------------ [2005/09/05 11:27:27, 0] rpc_server/srv_samr_nt.c:_samr_set_sec_obj(572) _samr_set_sec_obj: Not yet implemented!
2019 Feb 15
0
32 seconds vs 72 minutes -- expected performance difference?
> > That's interesting indeed. The verbose logs and network trace would tell > us more. > I've enabled verbose/debug logging on the client side. Here are a few operations from the log, and my observations on them: 1) Why is the log saying `SMB2` everywhere? Shouldn't it be saying `SMB3`? 2) Is this normal -- fs/cifs/smb2misc.c: Calculated size 157 length 156 mismatch mid
2012 Nov 02
1
[Rails 3.2.8] issue in regex scan
running a scan in irb is fine : 1.9.3p194 :001 > request_url = "http://lvh.me::3000/en/backoffice/cms-admin/site/6/pages" => "http://lvh.me::3000/en/backoffice/cms-admin/site/6/pages" request_url.scan(/^([\S]+)(backoffice\/cms-admin\/site\/)(\d+)(\/pages)$/)[0][2] => "6" however running it in my controller doesn''t gives any result : (rdb:1)
2012 Oct 21
1
load_missing_constant
I have a model ''site'' defined in a sub-folder ''cms'' class Cms::Site < ActiveRecord::Base ..... the model is loaded correctly , checked in console: application.rb config.autoload_paths += Dir["#{config.root}/app/models/**/"] console >Cms::Site.all => [] Now trying to access this model from a sites_controller ( in backoffice/cms
2007 Oct 22
1
View spec response has no content?
I have been messing with this all night, and can''t figure out what''s going wrong here. I have a test that renders the view, and then a shared behavior checks "response" for the various tags from a rails layout. The problem is matching. If I run in the browser the page renders fine. Is there a way to output what the response contains? Here are my tests: describe
2013 Apr 15
0
mounting engine in namespace
I am testing an engine which normally is mounted at / NotifyMe::Application.routes.draw do > mount_opro_oauth :controllers => {:oauth_client_apps => > ''oauth/client_apps''} I am trying to mount it inside my existing backoffice namespace, is it possible or not advisable namespace :backoffice do > match ''/'', to:
2012 Nov 29
2
[Rails 3.2] form_tag w :remote => true doesn't fire up the js format
I have a form_tag written like this : = form_tag search_backoffice_places_path, {:remote =>"true", :id => :searchplaceForm } do .. input fields = submit_tag t(:search) generated html is correct : <form accept-charset="UTF-8" action="/en/backoffice/places/search" data-remote="true" id="searchplaceForm" method="post"> ...
2012 Nov 27
1
controller not rendering existing js.erb file
In my PlaceController, I have a search method, called remotely from a form the method is executed, but rendering is not executed as the template is stated as missing .. but it''s there ... post :search, :locale => I18n.locale, :format => :js, :country => "United" Error: test_should_search_places(Backoffice::PlacesControllerTest) ActionView::MissingTemplate:
2012 Mar 26
3
render :json not sending any data back ...
[rails 3.2.2] I perform an ajax call : ... $.ajax url: " /backoffice/expenses/rate" type: "GET" dataType: "json" data: project_id: $(''#project_id'').val() code: $(this).val() success: (result) -> alert result $(''#expense_price'').val(result) in
2008 Jul 22
1
Winbind panic - bug #5551 not completely solved in version 3.0.31?
I started my AD-member server with the DC not being present. Afterwards, I executed the "good practice" sequence from the howtos for testing a installation: "testparm ..." "nmblookup -d ..." "nmblookup -M ..." "nmblookup __SAMBA__ ..." "smbclient -L ..." And some domain tests: "net ads testjoin" "net ads lookup"
2001 Nov 23
0
still problems to join domain with W2Ksp2
Hi, what I've done: Installed Redhat 7.2 and Samba 2.2.2 from rawhide. Configured samba as a PDC and WINS-Server. Added Useraccounts and Mashineaccounts for my NT4SP6a-Users and -Systems. The NT4 Systems can join the domain, the Users can access the shares. Installed W2K with sp2 on an testsystem. I can access the shares with different users. I added the mashine account for the testsystem
2007 Jul 03
6
How index works!
Hi, i''ve a project in wich i have 2 different rails apps accessing the same DB. The backoffice, as usual, changes data. The frontoffice has a search capabilities with acts_as_ferret (paginated) for search. Maybe this is a newbie question but, when i delete index and restart front app all the articles are indexed, but the new one''s (via backoffice) are not searchable. Does
2014 Jun 03
1
Proper unix ownership/Permissions for top level share
I am using zfs on linux to store my file shares on. When I create a new file system, they have the following permissions: [root at server ~]# zfs create tank/testsystem [root at server ~]# ls -Al /tank drwxrwxrwx+ 10 root root 27 Jun 2 20:10 Software drwxr-xr-x 2 root root 2 Jun 3 07:43 testsystem At this point, if I use the rsat and attempt to set ACL, I get permission
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
> > Unless you upload a network capture of you mounting and doing the ls -lR > on the client it's hard to say what really goes on. I understand you > might not want to make it public.. but if you do > This is the last thing I'll try after I've exhausted all the other options. How are you mounting your share (which mount options)? > Something weird is going on with
2005 Sep 08
3
can't update msaccess mdb file
At an account running 3.0.14a Debian (same account as the dual log file issue posted earlier). A user sporadically cannot update an Access mdb file and gets access denied errors. The log: [2005/09/08 12:14:31, 2] smbd/open.c:open_file(245) ginny opened file database/EACM & ECC Reports Secure.ldb read=Yes write=Yes (numopen=4) [2005/09/08 12:14:36, 2] smbd/open.c:open_file(245) ginny
2007 Feb 01
1
Vista password being rejected on share security mode
I'm working on trying to get Samba 3.0.23c to work with Vista and I've run into a snag. If a share is set up for security = share, and protected with a password, when I try to mount the share using Start->Run->\\server\share, the password is rejected by Samba for about the first 10 seconds, but after that, it lets me in. I've tried all the common suggestions such as changing
2014 Dec 16
2
LDAP: Connection appears to be hanging, reconnecting
Hello List I have a strange problem here which i try to analyse, but i'm stuck. Maybe someone has a hint? What happened: A few weeks ago one of the LDAPS Servers which is not maintained by us has crashed. From that moment on, users could still login to check their emails, but they were not able to send any email through postfix (which uses smtpd_sasl_type = dovecot) What i do not