similar to: Holding an ActiveRecord object for later use.

Displaying 20 results from an estimated 1000 matches similar to: "Holding an ActiveRecord object for later use."

2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
Hello, First of all, I already contacted Martin Devera, the developer of HTB, and he told me to search for help on this mailinglist, thus I am describing my problems here now... I am kind of seriously annoyed by QoS as I have been trying for over 3 years to get it working properly - first I did not understand how it works, then it seemed not to work, then it was working perfectly for half a
2016 Mar 12
4
The sad state of samba 4 adaption for home/small business routers.
El 12/03/16 a les 12:37, Rowland penny ha escrit: > Well yes, but these are usually a mass market product and will no doubt, > in the fullness of time, get to use a version of Samba 4 seeing as how > 3.6 has been EOL since March 2015. You'd be surprised to see what old shi^H^H^H "carefully crafted with backported fixes packages" router vendors put in their products. In a
2002 Oct 29
5
oplock problems
We are running samba 2.2.3a ( for about 3000 users ) on HP/UX 11.11 fileservers. Our customers are complaining about slow response on the opening/closing of files in office/excel etc. In the samba log file we see the following messages : [2002/10/29 09:03:27, 0] ../source/smbd/oplock.c:(761) oplock_break: receive_smb timed out after 30 seconds. oplock_break failed for file My
2018 Aug 24
3
Mail has quit working
On Fri, 24 Aug 2018 at 14:15, TE Dukes <tdukes at palmettoshopper.com> wrote: > > #hosts: db files nisplus nis dns > hosts: dns files myhostname > ^^^ that's probably broke also. hosts: files dns That should be it. Putting dns first works if you can guarentee that DNS works fine all the time but if your DNS caches that localhost doesn't exist then /etc/hosts
2016 Mar 12
2
The sad state of samba 4 adaption for home/small business routers.
On Sat, 12 Mar 2016, Jeremy Allison wrote: > GPLv3 should guarentee that you can replace the Samba > on *any* device. That's the whole point of GPLv3 - no > DRM. > > If you find a Samba device using any Samba 3.2 or > newer that doesn't allow you to replace it, please > let us know so we can start the compliance process. I wonder how that will play out with the new
2002 Oct 28
3
samba and oplocks and office applications
I'm using samba version 2.2.1a on a linux RH7.2 kernel 2.4.7-10. I'm having a lot of oplock problems, specially when using office applications like word. I would like to know: 1. what is the recommended configuration in version 2.2.1a (oplocks = yes/no , level2 oplocks = yes/no , kernel oplocks = yes/no) 2. what is considered to be a stable version for oplocks usage Thanks, Nir
2018 Aug 25
3
Mail has quit working
On Fri, 24 Aug 2018 at 18:16, TE Dukes <tdukes at palmettoshopper.com> wrote: > > > > > -----Original Message----- > > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Stephen > > John Smoogen > > Sent: Friday, August 24, 2018 3:58 PM > > To: CentOS mailing list > > Subject: Re: [CentOS] Mail has quit working > > > > On
2008 Mar 26
2
Missing Method defined in controllers/application.rb
I have this in my controllers/application.rb: class ApplicationController < ActionController::Base ... def datebalk! # set regexp for datebalks generated attributes c = /.*__dteblk/ # Remove datebalks generated attributes from params hash delete_if { |k, v| c =~ k.to_s } end ... end When I call this from client_controllers.rb in this fashion: # need this to strip
2018 Apr 16
2
Question concerning llvm::BlockAddress class
Hi all, I have a question concerning block address class in LLVM. I am currently working on a project where I need to obtain and manipulate basic block virtual addresses. I was searching the web and found the llvm::BlockAddress class (http://llvm.org/doxygen/classllvm_1_1BlockAddress.html). With this class I was able to obtain a printout like this: i8* blockaddress(@func_name, %bb_label) How do
2006 Jun 22
3
best way to generate sums of groups
I''m a rails newby, so I''m trying to wrap my head around how to tackle this, since my first few attempts failed. Let''s say your database looks like this: Users id, name, created_at Points id, user_id, value, created_at Users complete different tasks and are awarded varying levels of points, which are recorded in the Points table. What if you wanted to display a
2016 Mar 12
1
The sad state of samba 4 adaption for home/small business routers.
On 12/03/16 16:08, Jeremy Allison wrote: > On Sat, Mar 12, 2016 at 12:50:50PM +0100, Luca Olivetti wrote: >> El 12/03/16 a les 12:37, Rowland penny ha escrit: >> >>> Well yes, but these are usually a mass market product and will no doubt, >>> in the fullness of time, get to use a version of Samba 4 seeing as how >>> 3.6 has been EOL since March 2015.
2012 Nov 21
3
Reentrant NMIs, MCEs and interrupt stack tables.
Hello, While working on a fix for the rare-but-possible problem of reentrant NMIs and MCEs, I have discovered that it is sadly possible to generate fake NMIs and MCEs which will run the relevant handlers on the relevant stacks, without invoking any of the other CPU logic for these special interrupts. A fake NMI can be generated by a processor in PIC mode as opposed to Virtual wire mode, with a
2005 Nov 02
4
must cut the line down too much for shaping to work
Hi, my situation: One internet connection 256 kbps uplink/downlink, pretty stable speed, a Linux router with three NICs (one to ISP, one to DMZ and one with VLANs enabled to our LAN). Each of three VLANs (1, 10, 11) is a region for me; id 1 gets guaranteed 128 kbps, id 10 and 11 both get guaranteed 64 kbps (both uplink and downlink). Simple configuration. After I read relevant parts of lartc
2018 Apr 16
0
Question concerning llvm::BlockAddress class
On Mon, Apr 16, 2018 at 04:14:03PM -0400, Brenda So via llvm-dev wrote: > Hi all, > > I have a question concerning block address class in LLVM. I am currently > working on a project where I need to obtain and manipulate basic block virtual > addresses. I was searching the web and found the llvm::BlockAddress class ( > http://llvm.org/doxygen/classllvm_1_1BlockAddress.html). With
2016 Mar 12
3
The sad state of samba 4 adaption for home/small business routers.
On Sat, Mar 12, 2016 at 06:15:30PM +0100, Reindl Harald wrote: > > > Am 12.03.2016 um 18:08 schrieb Sketch: > >On Sat, 12 Mar 2016, Jeremy Allison wrote: > > > >>GPLv3 should guarentee that you can replace the Samba > >>on *any* device. That's the whole point of GPLv3 - no > >>DRM. > >> > >>If you find a Samba device using any
2010 Mar 15
1
Duplicate USB vendor,product specification
I studying how to attach USB devices to a KVM guest virtual machine using libvirt. Using the "vendor" and "product" to specify the source device seems like a good option since the "bus" and "device" values can change as a device is removed and re-inserted. The question I have is what should I expect to happen if I plug in two identical USB devices - so they
2012 Jan 04
1
subdirectories have incorrect sizes
I am using Version 3.0.28a I have a share setup a directory on my local file system. In that directory is another directory that is the mounted on a USB stick. When using OS X I connect to there share its size is the size of the directory on the server (this is correct). when I change into a subfolder (actually mounted on usb stick with larger size), I don't see the size change. I am
2010 Nov 25
0
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi, > I am using a cross compiler to compiler for the arm5 architecture. For this > architecture it is not allowed that a destination register is also used as source > register. > In 2007 a patch was discussed at the mailing list, however my compiler still is > producing this result. Does anyone know if this patch is actually applied? > > * I use the following arguments:
2010 Jan 04
2
Downgrade TDB files?
Hi. I've tried Samba 3.4.3 and it upgraded my passdb.tdb file. After testing I concluded that I'm not going to upgrade to 3.4.3 yet, because 'getent passwd' was broken in recent BlastWave Solaris packages: http://wiki.blastwave.org/forum/viewtopic.php?f=5&t=447&start=0 Now, after I downgraded the Samba back to 3.0.32, client connections started to malfunction. I saw
2010 Mar 13
1
behaviour of "virsh shutdown domainName"
Hi all, I am experiencing some problems with different versions of libvirt (0.7.5 and 0.7.7), with a kvm (WinXP), host running Ubuntu 9.10, and i would like to ask you two questions: - In virsh, after running the command "shutdown domainName", what should be the final state of the domain, if the shutdown finishes correctly: "shutoff", "no-state",