similar to: Database access for workers

Displaying 20 results from an estimated 900 matches similar to: "Database access for workers"

2006 Nov 22
4
Error when starting bgrdb
Hi, I get this error when starting bgdrb using "rake backgroundrb:start" (on a Mac using bgdrb 0.2.0): /Users/gl/Projects/xxxxx/xxxxx/vendor/plugins/backgroundrb/server/lib/ backgroundrb_server.rb:33:in `format_message'': undefined method `strftime'' for "2006-11-22T12:34:18.524572 ":String (NoMethodError) from /usr/lib/ruby/1.8/logger.rb:320:in
2006 Jul 03
6
Req: Workers as singletons
Hi, it would be nice to be able to specify workers as singletons. By this I mean that every call to the new_worker method returns the same instance of said worker. This can be done transparently either by adding a new argument to new_worker (something like :singleton => true) or adding a new method, like I did in my installation of BackgrounDrb: def get_worker_by_class(klass)
2006 Jul 03
0
Fwd: Models and Backgroundrb
Seems this mail did not make it to the list for some reason. It contains my solution for the problem with login_engine without having to load the whole Rails environment. Begin forwarded message: > From: G?nter Ladwig <gladwig at gmx.de> > Date: 22. Juni 2006 23:51:18 MESZ > To: backgroundrb-devel at rubyforge.org > Subject: Re: [Backgroundrb-devel] Models and Backgroundrb
2006 Jun 15
5
Cannot invoke ActiveRecord subclass accessors in DRb worker
Hi there, I''m trying to create a worker to do some asynchronous web client work and update the data model with its results. It seems, however, that every call I make to an ActiveRecord subclass causes the whole thing to block. At least I think it''s blocked. Right now I''m just using debug log output. Is there a decent way to debug/test workers I can try? Is there any
2009 Mar 29
3
Does WINS need to be populated or configured?
Hi All, Now that I have winbind running and wins support = yes in my smb.conf, am I missing something? Like setting up WINS, configuring it, populating it, etc.? Can someone point me to documentation on what to do (administrate) WINS? Many thanks, -T
2010 Jul 11
3
Samba4 FreBSD
Having some issues with: samba_dnsupdate Specifically: /usr/bin/nsupdate: cannot specify -g or -o, program not linked with GSS API Library I've looked through the script, and cannot find these options called. If anyone can point me to where they're called I'd appreciate it. Cheers, TMS III
2008 Jan 22
9
Cannot connect when spawning new workers on demand
Hi! I''m using the latest&greatest backgroundrb with rails 2.0.2 on ubuntu dapper. I''ve made an app that lets you run a query on several servers at once, which are selected at runtime. Therefore, for each server that is selected, I spawn a new worker and assign its work. After everything is completed, the workers are deleted. I often get this error:
2013 Feb 18
3
Question marks, asterisks, colons in filenames
Hi, I suppose this question must have been posted a hundred times, but Google brings up nothing useful: Consider "The Wall" from Pink Floyd in an MP3 collection. There's "In The Flesh.mp3" and "In The Flesh?.mp3" as tracks. Or, another example in an MP3 collection: There's a Band called "Stellar", but there's also a band called
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Tuesday 8th April 2014 21:16 > To: G?nter Kukkukk <linux at kukkukk.com> > Subject: RE: [Samba] DNS record info (samba-tool) > > Brilliant, glad about that as zones pretty much done on set up and no worry about a restart. > > Great that adding
2005 Oct 18
2
Domain Admins can't modify ldapsam entries
Domain Admins are not allowed to modify the ldapsam database via usrmgr. lib/smbldap.c: smbldap_open: cannot access LDAP when not root.. Is this by design? G?nter Gersdorf -- Guenter Gersdorf Phone: +49/(0)531/391-7634 Inst. f. Werkzeugmaschinen Fax: -5842 und Fertigungstechnik, TU Braunschweig E-Mail: G.Gersdorf@tu-bs.de
2014 Jan 16
2
samba 4.1.4 bind9 putrr: unhandled record type 0
Hai, ? In seeing these messages in my logs,? named: samba b9_putrr: unhandled record type 0?? ? Everything looks and works ok, but i can find what the above message means and/or if its harmfull. ? ? Greetz. ? Louis
2009 Nov 24
1
Unknown boot option `pciback.hide=(09:04.0)': ignoring
Good morning, I need to use pciback.hide to hide a pci card because I want to pci passthrough that card to a domU. My hardware neither supports Intel-Vt-d nor AMD's IOMMU. Unfortunately this doesn't seem to work in Centos 54 anymore. I guess it doesn't work because it is not compiled into the kernel, but as a module. I got the following error in dmesg and the pci device is still
2015 Feb 27
2
Internal DNS strangeness in 4.1.16
On 27/02/15 18:15, G?nter Kukkukk wrote: > Am 27.02.2015 um 17:55 schrieb Greg Dickie: >> Hi, >> >> I have just provisioned a new samba setup with 2 DCs running ISC DHCPd in failover and I?m trying to get it to play nice with samba internal DNS but I?m having some issues. >> >> 1) I?m using on commit, etc triggers in the dhcpd config to call a script that calls
2006 May 16
2
Dynamically choosing schema using one Model
Hi all, is there a way in RoR to dynamically set the table to which the Model must refer to? I''d like to create a sorta "dispatcher" that chooses the table for the Model based on an HTTP/GET var. To put it in another way my Model would be fed with data coming from different tables based on this var passed from the querystring. Thanks, Lorenzo -- Posted via
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all, When I try to make a connection to our windows server with smbclient: smbclient //server/dira/dirb/dirc -U username -W workgroup Password: ***** I get a working ftp-like connection to our data. When I try to make the same connection with mount.cifs: mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790 dom=workgroup Password: ***** I get a mount to a location which appears
2009 Nov 20
3
steadily increasing/high loadavg without i/o wait or cpu utilization
Hi all, I just installed centos 5.4 xen-kernel on intel core i5 machine as dom0. After some hours of syncing a raid10 array (8 sata disk) I noticed a steadily increasing loadavg. I think without reasonable i/o wait or cpu utilization the loadavg on this system should be very lower. If this loadavg is normal I would be greatful if somone could explain why. The screenshots below show that there is
2009 Jul 02
1
Re: Showstopper for 3.4.0 ?
Am Mittwoch, 1. Juli 2009 schrieb Jeremy Allison: > Karolin, > > I think bug #6520 > > https://bugzilla.samba.org/show_bug.cgi?id=6520 > > is a showstopper for 3.4.0. I have a fix for > this that I'm currently testing. Let me know > if you concur. > > Thanks, > > Jeremy. > Karolin, i've tested bug #6520 carefully - jra did a really good
2012 Oct 03
1
Wrong menu language on Windows 7 clients after update to Samba4 beta8
After updating from Samba4 alpha 17 to beta8 most Windows start menu entries on our Windows 7 clients are in english now, instead of german. Also the desktop.ini files are not hidden anymore like it was before. What goes wrong here? Do i need to set a new parameter in smb.conf or mount the filesystem with some attributes? Thanks for help
2015 Feb 27
8
Internal DNS strangeness in 4.1.16
Hi, ? I have just provisioned a new samba setup with 2 DCs running ISC DHCPd in failover and I?m trying to get it to play nice with samba internal DNS but I?m having some issues. 1) I?m using on commit, etc triggers in the dhcpd config to call a script that calls samba-tool to add, delete or update DNS. This script works fine when I call it from the command line as the dhcpd user but when called
2009 Jan 29
6
mv errors.
I have Debian Etch with Samba. I windows clients I do not get any errors when move files to the /mnt/videos on the server. However n Linux clients I do get some errors. (Using rox-filer or the mv command-line). This are the errors: bash >>> mv post.txt share/ mv: preserving times for `share/post.txt': Invalid argument mv: setting permissions for `share/post.txt': No such file or