search for: 11006

Displaying 20 results from an estimated 37 matches for "11006".

Did you mean: 110,6
2023 Jan 31
1
Log errors on domain member
...006 > > uid=11025 is a Windows 10 workstation, and gid=10515 is the domain > computers object. > > > There are also recurring entry blocks of the following type: > > ?? Jan 30 19:55:39 konsrvfast rpcd_classic[358632]: [2023/01/30 > ?? 19:55:39.802586,? 0, effective(11006, 10513), real(11006, 0)] > ?? ../../lib/util/debug.c:1264(reopen_one_log) > ?? Jan 30 19:55:39 konsrvfast rpcd_classic[358632]:?? reopen_one_log: > ?? Unable to open new log file '/var/log/samba/log.rpcd_classic': > ?? Permission denied > ?? Jan 30 19:55:39 konsrvfast rp...
2023 Jan 31
2
Log errors on domain member
...gid=10515, 5 groups: 11025 10515 3003 3004 3006 uid=11025 is a Windows 10 workstation, and gid=10515 is the domain computers object. There are also recurring entry blocks of the following type: Jan 30 19:55:39 konsrvfast rpcd_classic[358632]: [2023/01/30 19:55:39.802586,? 0, effective(11006, 10513), real(11006, 0)] ../../lib/util/debug.c:1264(reopen_one_log) Jan 30 19:55:39 konsrvfast rpcd_classic[358632]:?? reopen_one_log: Unable to open new log file '/var/log/samba/log.rpcd_classic': Permission denied Jan 30 19:55:39 konsrvfast rpcd_classic[358632]: [2023...
2016 Nov 03
4
Force hangup not working on stuck channel
I am unable to force a hangup on a channel that has been stuck for over two days: IAX2/from-CD-11006 oficina 2770 1 Up Dial IAX2/to-CD/2883 3467130007 46:24:59 Sotelo Sotelo IAX2/to-CD-20713 I have tried "hangup request IAX2/from-CD-11006" several times but no joy. I also see the following in the CLI: [Nov 3 10:0...
2023 Jan 31
1
Log errors on domain member
...hat's all. See above, the machine account has got no reason to access the data in the share. > >> There are also recurring entry blocks of the following type: >> >> ??? Jan 30 19:55:39 konsrvfast rpcd_classic[358632]: [2023/01/30 >> ??? 19:55:39.802586,? 0, effective(11006, 10513), real(11006, 0)] >> ??? ../../lib/util/debug.c:1264(reopen_one_log) >> ??? Jan 30 19:55:39 konsrvfast rpcd_classic[358632]: reopen_one_log: >> ??? Unable to open new log file '/var/log/samba/log.rpcd_classic': >> ??? Permission denied > > And this one i...
2008 Jan 11
18
getting started
Hey all, Been reading through all the old posts (and the docs) to familiarize myself but I still feel a bit lost. I''m on trunk and am having a bit of a hard time knowing where to start with the particular I''m trying to solve. So far, I''ve downloaded backgroundrb, done the basic rails setup, created my worker and started it using `script/backgroundrb start`.
2008 May 03
2
backgroundrb / actionmailer / sendmail
...ionMailer::Base def test_email recipients ''kapelner at gmail.com'' subject ''test email'' body ''body of email'' content_type "text/plain" end end backgroundrb configuration: --- :backgroundrb: :ip: 0.0.0.0 :port: 11006 :environment: production :debug_log: true :schedules: :quiz_review_sender: :send_review_emails: :trigger_args: :start: <%= Time.now + 30.seconds %> :end: <%= Time.now + 10.years %> :repeat_interval: <%= 20.seconds %> environment.rb configur...
2008 Apr 03
2
Two Rails Apps, One Backgroundrb Server?
This might be a really simple question, with a simple solution. I have two rails apps running on the same box. Right now I am starting two Backgroundrb servers (11006 and 11007). Wondering if it might be possible to run only one and have the second app point to the first app''s server? TIA, Kit
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
...to make us behave as a Windows client does. * BUG 10982 s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention. o Christian Ambach <ambi at samba.org> * BUG 9629: Fix profiles tool. o Samuel Cabrero <scabrero at zentyal.com> * BUG 11006: idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo. o G?nther Deschner <gd at samba.org> * BUG 9056: pam_winbind: Fix warn_pwd_expire implementation. o Guenter Kukkukk <linux at kukkukk.com> * BUG 10952: s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 ad...
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
...to make us behave as a Windows client does. * BUG 10982 s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention. o Christian Ambach <ambi at samba.org> * BUG 9629: Fix profiles tool. o Samuel Cabrero <scabrero at zentyal.com> * BUG 11006: idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo. o G?nther Deschner <gd at samba.org> * BUG 9056: pam_winbind: Fix warn_pwd_expire implementation. o Guenter Kukkukk <linux at kukkukk.com> * BUG 10952: s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 ad...
2008 Oct 14
3
Server settings for BackgrounDRB?
....blogspot.com/2008/04/backgroundrb-rails-notes.html#comment-form) and it says that you set up your backgroundrb.yml file with a different section for each environment you want to use. Mine looks like this: --- :backgroundrb: :ip: 0.0.0.0 :port: 11007 :development: :backgroundrb: :port: 11006 :environment: development :persistent_delay: 2 :staging: :backgroundrb: :port: 11007 :environment: staging :persistent_delay: 10 :production: :backgroundrb: :port: 11008 :environment: production :persistent_delay: 15 The environment i''m trying to get...
2008 Mar 25
1
extending bdrb / running multiple servers
Hi, Thanks for the help getting the new backgroundrb working, things are working fabulously now. I have two questions: 1) I have a few basic methods I need available on all my workers in order to communicate properly with my application... it seems to make the most sense right now to subclass BackgrounDRb::MetaWorker, or make a mixin module, because I''m actually extending some
2008 Apr 02
2
scheduling worker methods in rails
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i''m trying desperately to schedule some worker methods within rails 2.0.2. The problem is, both methods don''t even get called by BackgrounDRb. my background.yml: > --- > :backgroundrb: > :port: 11006 > :ip: 0.0.0.0 > --- > :schedules: > :server_worker: > :update: > :trigger_args: 1 * * * * * * > :monitoring_worker: > :check_services: > :trigger_args: */10 * * * * * * Both Worker gets automatically started if BackgroundRb starts. I want the s...
2008 Apr 04
5
First call to worker method doesn''t work
I have a worker as follows: class SampleWorker < BackgrounDRb::MetaWorker set_worker_name :sample_worker def create(args = nil) # this method is called, when worker is loaded for the first time end def my_method # Deliver test e-mail message Notifications.deliver_message(1, "DM") end end I have a rails controller that calls the following code: worker =
2008 Jun 09
2
cruisecontrol integration
...me really sweet stuff for my project. Thanks! I am trying to integrate backgroundrb with cruisecontrol.rb. I started off by creating a simple Rakefile::::: desc ''task for starting up backgroundrb'' task :cruise do template = <<-EOF :backgroundrb: :ip: 0.0.0.0 :port: 11006 :development: :backgroundrb: :log: foreground :test: :backgroundrb: :log: foreground :production: :backgroundrb: :log: foreground EOF backgroundrb_configuration = ERB.new(template).result(binding) #put backgroundrb_configuration, "#{RAILS_ROOT}/config/backgroundrb.yml...
2008 Jan 04
1
Updates and Fixes on Trunk
...ersion, I am continuing it. 4. Get information about all running workers: >> MiddleMan.all_worker_info => [{:worker=>:log_worker, :status=>:running, :job_key=>""}, {:worker=>:foo_worker, :status=>:running, :job_key=>""}] --- :backgroundrb: :port: 11006 :ip: localhost :environment: production :log: foreground :lazy_load: true :debug_log: false Those who have reported any bugs in past are requested to follow up and see if its fixed. I won''t suggest to run this in production straightaway, but do your testing first and then deplo...
2009 Jun 26
3
changing default arguments of a function and return the modified function as a result
...wick, New Jersey 08901, USA email: mbernal at marine.rutgers.edu phone: +1 732 932 3692 Fax: +1 732 932 8578 --------------------------------------------- Permanent address: Instituto Espa?ol de Oceanograf?a Centro Oceanogr?fico de C?diz Puerto Pesquero, Muelle de Levante, s/n Apdo. 2609, 11006 C?diz, Spain email: miguel.bernal at cd.ieo.es phone: +34 956 294189 Fax: +34 956 294232
2007 Nov 14
7
BackgrounDRb version 1.0RC1 available now
...r/plugins rake backgroundrb:setup Installation with piston: piston import http://svn.devjavu.com/backgroundrb/branches/version10/ backgroundrb === Configuration Use rake task for initial configuration: * Cron style scheduling and config | :backgroundrb: | :ip: localhost | :port: 11006 | | :schedules: | :foo_worker: | :worker_method: foobar | :trigger_args: */5 * * * * * * * Normal Unix scheduler | :backgroundrb: | :ip: localhost | :port: 11006 | :schedules: | :foo_worker: | :start: <%= Time.now + 5.seconds %> | :end: <%=...
2008 Jan 13
2
{worker} after :end-time worker freaks out
...nix scheduler bdrb will start as much as possible the worker_method after the :end-time is reached. I verifyed the behavior on two different boxes: 1. Mac OS X 10.5.1 2. Debian Lenny Both using Rub 1.8.6 an backgroundrb 1.0. My Test-Files backgroundrb.yml - - - - - - :backgroundrb: :port: 11006 :ip: localhost :environment: development :schedules: :mytest_worker: :doit: :trigger_args: :start: <%= Time.now + 1.seconds %> :end: <%= Time.now + 1.minute %> :repeat_interval: <%= 10.seconds %> - - - - - - mytest_worker.rb - - - -...
2017 Sep 18
1
Do I need to modify the AddrLoc of LLD for ARC target?
...InputSection is aligned. LLD Address Size Align Out In Symbol 00011008 00000018 4 .text 00011008 00000018 4 arm-thumb-undefined-weak.o:(.text) 00011008 00000000 0 $t.0 00011008 00000000 0 _start LD .text 0x0000000000011006 0x1a ... *fill* 0x0000000000011006 0x2 .text 0x0000000000011008 0x18 arm-thumb-undefined-weak.o The *fill* is visible as a nop in the disassembly for the LD produced image. Strictly speaking I think LD is producing a file that doesn't strictly conform to...
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
...el-1.1.3/lib/mongrel/command.rb: 212:in `run'' /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.3/bin/mongrel_rails:281 /usr/bin/mongrel_rails:19:in `load'' /usr/bin/mongrel_rails:19 My backgroundrb.yml file: :backgroundrb: :ip: 0.0.0.0 :development: :backgroundrb: :port: 11006 # use port 11006 :log: foreground # foreground mode,print log messages on console :debug_log: true :staging: :backgroundrb: :port: 22222 # use port 22222 :lazy_load: true # do not load models eagerly :debug_log: false # disable log workers and other logging :...