search for: dupre

Displaying 20 results from an estimated 20 matches for "dupre".

Did you mean: dupe
2007 Dec 21
7
Using my models
...I tried to require the classes in my worker file, and that will make some errors go away, but it looks to want EVERY possible rails class or my model required. Something doesn''t seem right here. What do I need to do to use my models? Piston says I''m on revision 293. -- Dave Dupre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071221/246d647e/attachment.html
2006 Mar 11
4
Problem with 16-in-1 card reader
...ader 1.02> at scbus2 target 0 lun 2 (da4,pass4) <Generic USB MS Reader 1.03> at scbus2 target 0 lun 3 (da5,pass5) <PLEXTOR DVDR PX-750A 1.01> at scbus4 target 0 lun 0 (cd0,pass6) <HL-DT-ST DVD-ROM GDR8164B 0L06> at scbus4 target 1 lun 0 (cd1,pass7) -- Alex Dupre
2007 Dec 23
2
Minor warnings since 296
...t warnings (" warning: already initialized constant...") for many of my class constants. This did not happen before, and I do not get the same warnings when loading my application normally. They are only warnings, so everything still runs, but I thought I would provide the FYI. -- Dave Dupre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071223/b6d49cd6/attachment.html
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all, With this series of patches, you can determine the owners of any type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team
2008 May 20
4
[PATCH O/4] BIO tracking take2
Hi all, With this series of patches, you can determine the owners of any type of I/Os. I ported the previous version to linux-2.6.26-rc2-mm1. This makes dm-ioband -- I/O bandwidth controller -- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find the owner cgroup of each request. It is also possible that OpenVz team and NEC Uchida-san team
1998 Jun 17
1
WINS problem ? Samba server not found by all workstations
...e the NetBIOS's server name to map (\\ServerName\sharename). For some stations it works, not for others. For those for which it doesn't work, Doing a "Find computer" using the server's NetBIOS name will result in a not found error message. Can anyone help ? -- Christophe Dupre Analyste de systemes, RISQ inc. 1801 McGill College, suite 800 Tel: (514) 840-1235, ext 6971 Montreal, QC CANADA FAX: (514) 840-1244 "Nous ne sommes pas libres de ne pas etre libres, nous sommes obliges de l'etre" - Fernando Savater #include <di...
2008 Jan 03
0
Strange problem
...There are no deadlock errors when things startup again, but it really slows things down. Are you using polling somewhere? Also, on my Mac, Activity Monitor is only showing 1 thread and 1.2 Gig(!!) of memory used. I expected to see many threads due to my use of thread_pool. Thoughts? -- Dave Dupre (m) 617-921-1684 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080103/ca4cb781/attachment.html
1998 Jul 17
1
Compiling Samba on Sun Solaris 2.5.1
I just downloaded samba-1.9.18p8 and tried to compile it on Sun Solaris 2.5.1. I found out from the note in Makefile that I can not use the cc compiler coming from Solaris. It requires gcc, but I do not have gcc on my system. Spent about an hour on the Internet, but did not find suitable gcc for Sun Solaris. Can anyone who has compiled samba on Sun Solaris share your experience? Where can I
2003 Sep 08
0
pam_smbpass.so + samba300RC2 + LDAP
...wd could init his SMB passwd with a simple passwd... In my oppinion, it should be straightway done by the use_authtok itself in pam_smbpass. NOTE: We use Debian's unstable version of the required packages (samba-*, libpam-smbpass) and the new LDAP SAM schema. Thanks in advance, -- Julien DUPRE & Eric DECORNOD Service Informatique IUT Louis Pasteur Schiltigheim All?e d'Ath?nes 67300 Schiltigheim Tel : 03 902 42 547 Courriel : iut-ulp.sos-informatique@iutlpa.u-strasbg.fr
2003 May 17
2
Ext3 File corruption question.
Hi Guys, My first post here. I have recently installed RH9 and am having some rather wierd problems that make me suspect file corruption. After some useage the machine locked up hard when trying to use 3d graphics (I have a radeon 7200 with dri enabled). After this happened occasionally the system refuses to boot- it stops at the apm line of the kernel boot process. I tried looking at my hard
2008 Jan 22
2
Threadpool and queuing of tasks
I recently switched over to v1.0, and things are rolling along pretty well. However, one thing that has always been a little confusing to me is knowing when to use thread_pool. Since most of my bgrb workers are called from my web app to process rather than being scheduled, I''m using the thread_pool for every call. Unfortunately, that means that I have to split up workers by how many
2003 Aug 26
0
Samba 3.0.0 PDC + Win2000 Client + Group Policies
...public = no writable = no create mode = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no write list = root, @admin <=================== smb.conf : end ===================> Regards, -- Julien DUPRE & Eric DECORNOD Service Informatique IUT Louis Pasteur Schiltigheim Allee d'Athenes 67300 Schiltigheim Courriel : iut-ulp.sos-informatique AT iutlpa.u-strasbg.fr
2008 Jan 03
1
Thread_pool bug?
I have a previous question regarding long tasks and the thread_pool (sorry for the dup, I didn''t see the first go through). To try and track things down, I made a change based on a suggestion found in the archives. I moved my import contacts worker to its own file and set the pool_size to 1. class ImportContactsWorker < BackgrounDRb::MetaWorker set_worker_name
2008 Mar 18
1
Polling is REALLY slow
I''m having some trouble with using brb for polling for work. Basically, what I want to do is update the state of a record and have brb notice and start a process. I do not want to call ask_work for each process because there may be several places where the object''s state is changed, and I only want to process once. Plus, I can schedule things better this way. My first thought
2008 Jan 03
1
Memory leak and long process problem
I use backgroundrb for many long tasks in my system, but I''m having issues with one in particular. Two large tasks for me are importing people and updating companies. def import_contacts(args = nil) thread_pool.defer(args) do |job_id| begin job = ImportJob.find(job_id) job.process_job rescue => err logger.error "MscWorker#import_contacts
1998 Oct 23
4
Samba replacing NFS
Hi, I have a number of web servers that mount their /htdocs (and /log and /cgi-bin) directories from a large file server. I am currently using NFS for this. The web servers are Linux, the file server a Sun E450. NFS seems dreadfully slow, and I keep reading about how it doesn't do file locking. Is there a good reason not to simply use samba, and share the volumes with samba from the Sun, and
2008 Jan 08
5
Different environments in backgroudrb.yml
Hi, Got everything setup nicely with backgroundrb for the development environment and running tests with rspec. However, I have to keep editing the backgroundrb.yml file, to switch between development and testing environment. How can I declare a development, testing and production environment in backgroundrb.yml? Thanks in advance Rai
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone, This is a new release of dm-ioband and bio-cgroup. With this release, the overhead of bio-cgroup is significantly reduced and the accuracy of block I/O tracking is much improved. These patches are for 2.6.28-rc2-mm1. Enjoy it! dm-ioband ========= Dm-ioband is an I/O bandwidth controller implemented as a device-mapper driver, which gives specified bandwidth to each job running on
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone, This is a new release of dm-ioband and bio-cgroup. With this release, the overhead of bio-cgroup is significantly reduced and the accuracy of block I/O tracking is much improved. These patches are for 2.6.28-rc2-mm1. Enjoy it! dm-ioband ========= Dm-ioband is an I/O bandwidth controller implemented as a device-mapper driver, which gives specified bandwidth to each job running on
2008 Nov 13
6
[PATCH 0/8] I/O bandwidth controller and BIO tracking
Hi everyone, This is a new release of dm-ioband and bio-cgroup. With this release, the overhead of bio-cgroup is significantly reduced and the accuracy of block I/O tracking is much improved. These patches are for 2.6.28-rc2-mm1. Enjoy it! dm-ioband ========= Dm-ioband is an I/O bandwidth controller implemented as a device-mapper driver, which gives specified bandwidth to each job running on