Displaying 20 results from an estimated 200 matches similar to: "backup incremental"
2008 Jun 24
2
Wins XP cannot login domain if samba offline
Dear all
i have successfully setup samba on RHEL 5, but when the server samba offline why the computer client (Wins XP) cannot login?
can someone help me how to fix this problem, i won if samba server offline the client still have login with domain, and work by local harddisk
here is my smb.conf
[global]
workgroup = DLS
server string = Samba Server Version %v
netbios name = PDCDLS
log file
2007 Aug 01
1
how to configure vfs object = audit
Dear all, someone can help i have samba and i won to
see activied user, open, closed, delete, rename files
can samba do it?and i know to configured the vfs
object = audit
this is my sample script :
[AnCtest]
comment = Audit and Controlling Tester
vfs object = audit
veto files =
/*.exe/*.mp3/*.msi/*.mpeg/*.mov/*.scr/*.dat/*.wav/*.3gp
delete veto files = yes
nt acl support = yes
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
Saurabh Nanda <saurabhnanda at gmail.com> writes:
> I found something interesting in /proc/fs/cifs/Stats. Notice the
> "QueryDirectories > Failed" number. This keeps increasing as along as `ls
> -lR` is running.
That's interesting indeed. The verbose logs and network trace would tell
us more.
--
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97
2007 Oct 18
4
Samba 3 + LDAP with multiple ou's
Hello, all.
I was wondering if anyone could help me with this configuration:
I had a LDAP tree with this structure:
dc=base
+ ou=unit1
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit2
+ ou=People
+ ou=Groups
+ ou=Computers
+ ou=unit3
+ ou=People
+ ou=Groups
+ ou=Computers
...
And I need people from unit1 logging on unit2, unit3, etc.
First thing is to put all users on one
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">
...
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
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
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
2007 Aug 15
2
ldap passwd sync only
Hello
I have exactly the same trouble as described here:
http://www.nabble.com/ldap-passwd-sync-on-3.0.25a-tf4261008.html on
samba-3.0.25b-2.fc7.
When i set "ldap passwd
sync" to "only" and I change password on some ldap samba
user, password in attribute userPassword is never changed by samba daemon
(to update NT and LM password I use smbk5pwd overlay). If i set pwd
sync to
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:
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
>
> >> > I am trying to rsync folders/files hosted on a Windows
> machine to a
> >> > Linux machine. Many of the directory names have spaces in them.
> >> > How can I list them in a file so that the --include-from
> option use
> >> > them correctly?
> >> > Thanks!
> >> >
> >> > Charles
> >>
2007 May 07
1
NT/LM Samba passwords and userPassword sync
Hello,
Perhaps this post is not directly connected with Samba itself but after
I saw that Samba uses EXOP for LDAP password changing I decided to write
it to this list as well. Here is what I'd like to do:
1) I use openldap-2.3.35 for Samba auth mechanism
2) additionally I use openldap for any other auths I have in my subnet -
exim, imap, svn, linux-login, etc...
In case of Samba the
2005 Jul 26
1
trust relationship
hi
i want to create Enterprise wide domain trust relationships between
samba domains / domain controllers. And with that i want to achieve
1- complete directory replication, (like Additional domain controller)
2- user account migration between domains,
3- policy enforcement on all the domains from a single domain,
4- delegated administration of domains
So how should i do all this ....
PS.
2006 Jun 12
3
New "made with Rails" web site
Hello, I''m very pleased to announce you a new "Made with Rails" website
: http://www.pierre-farel.com
Even if the site is running RoR the online shop is still using PHP and
the whole backoffice (shop+site) have been rewriten with RoR
I''m using Apache 2 + Fastcgi and for the moment everything seems to go
fine !!
Thanks for all the helpfull people here !!
--
Posted
2019 Feb 08
8
32 seconds vs 72 minutes -- expected performance difference?
## QUESTION
I am sharing a 120GB folder with lots of files via Samba on a LAN (1Gbps
connection).
1) Doing an `ls -lR` on the server (on this folder) takes ~32 seconds,
compared with **72 minutes** on the client. Is this difference in
performance expected (due to network and protocol overhead)?
2) While the client is executing an `ls -lR`, one smbd process on the
server uses about 30-40% of a
2007 Jul 14
3
tT in callparking
Hi List;
[incoming]
include => parkedcalls
exten=103,1,Dial(SIP/Bob,,tT)
exten=104,1,Dial(SIP/Charlie,,tT)
When we use tT and when we use t alone or T alone, I
know this for call parking, but I do not know what the
tT does?
Regards
Bilal
____________________________________________________________________________________
Sucker-punch spam with award-winning protection.
Try the free
2010 Jan 13
2
Upgrading from samba-3.0.34 to 3.4.4 - result: domain controller unavailable
Hi.
Today I upgraded samba from 3.0.34 to 3.4.4 without changing anything in
smb.conf but with changing local and domain sid:
old samba 1) net getdomainsid and getlocalsid
new samba 2) net setdomainsid and setlocalsid to ones (both the same)
from 1)
after restarting samba I can't log into domain: XP says : domain
controller unavailable ... I tried to rejoin domain - and I can ;)
however
2007 Jul 20
1
3.0.25b problem joining 3.0.23d domain..
Hi,
My PDC is running on 3.0.23d. I have more than 50+ users (Win XP ,
Linux) connected to it. Today I've downloaded 3.0.25b and wanted to add
to domain new server. For a while I was wondering if 3.0.25b can join to
elder 3.0.23d but gave it goal. This message I got during joining:
/opt/samba-3.0.25b/bin/net rpc join -U user1%pass1
Starting service: samba
[2007/07/20 13:02:35, 0]
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