Displaying 20 results from an estimated 84 matches for "traceabilities".
2007 Nov 19
2
Help with controller and view
...ongs_to :ingredient
belongs_to :recipe
end
class Ingredient < ActiveRecord::Base
has_many :ingredient_recipes
has_many :recipes, :through => :ingredient_recipes
has_many :suppliers
end
class Supplier < ActiveRecord::Base
belongs_to:ingredient
end
The controller
class TraceabilitiesController < ApplicationController
def index
if (params[:BakeryOutput].nil? )
@traceabilities = BakeryOutput.find(:all,:include => [:recipe,
:customer])
else
@traceabilities = BakeryOutput.find(:all, :conditions =>
["salebatchcode LIKE ?", "%...
2012 Aug 22
1
loading both RPostgreSQL and RSQLite leads to problems
hello,
if i load the RSQLite package in addition to the RPostgreSQL package,
i get various errors when trying to use RPostgreSQL functions. here is
an example transcript showing one such error:
==========================================================
R version 2.15.0 (2012-03-30)
[...]
> packageVersion('RPostgreSQL')
[1] 0.3.2
> packageVersion('RSQLite')
[1] 0.11.1
2017 Oct 05
2
[RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support
On Thu, Oct 5, 2017 at 6:06 AM, Steven Rostedt <rostedt at goodmis.org> wrote:
> On Wed, 4 Oct 2017 14:19:56 -0700
> Thomas Garnier <thgarnie at google.com> wrote:
>
>> When using -fPIE/PIC with function tracing, the compiler generates a
>> call through the GOT (call *__fentry__ at GOTPCREL). This instruction
>> takes 6 bytes instead of 5 on the usual
2017 Oct 05
2
[RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support
On Thu, Oct 5, 2017 at 6:06 AM, Steven Rostedt <rostedt at goodmis.org> wrote:
> On Wed, 4 Oct 2017 14:19:56 -0700
> Thomas Garnier <thgarnie at google.com> wrote:
>
>> When using -fPIE/PIC with function tracing, the compiler generates a
>> call through the GOT (call *__fentry__ at GOTPCREL). This instruction
>> takes 6 bytes instead of 5 on the usual
2009 Nov 19
11
dtracing a forked process OR dynamic library
Hi,
I am tracking down a problem and would like to know how I can follow a
forked process with my dtrace script, or how I can trace a dynamic library.
Here is the problem. I am tracing dtlogin, and specifically I am trying
to determine what error libpkcs11`<routine> is returning. It turns out
dtlogin forks a lot of processes, and I believe the second forked
process is the one that winds
2008 Aug 19
0
Job offer for Lead QA Analyst
Hi Friend,
Send me matching profiles in below mentioned skill matrix form.
Full Legal Name:
Contact Mobile No:
Contact Home No:
Email ID:
Current Location:
Ready for Relocation:
Rate:
Total IT Exp:
Total US Exp:
SR QA Lead Exp:
Quality Center Exp:
Training, mentoring, and coaching Exp:
Quick Test Professional (beyond "record and playback") Exp:
Performance testing
2010 Jan 06
2
Creating RPMs for Packages
My company is trying to manage R installations across a number large
SMP machines. We're thinking out the best way to manage the packages
installs and updates. They would be happy if we could work out RPM's
for package installations (traceable, easily facilitated with existing
sw management tools).
I don't know a lot and RPMs beyond how to use them, but it seems
plausible to write R
2003 Jan 21
1
Long pauses.
I have an environment consisting of:
* Primary Workstation running Win2KPro
* Secondary Workstation runing WinNTSP6a
* Local Win2K Advanced Server
* Local Solaris 8 system with Samba 2.0.7
* Remote HP-UX system at Site A with Samba 1.9.18p10 connected via VPN
* Remote Unixware system at Site B with Vison(?) file sharing connected via VPN
* Three remote Win2K server boxes at Site C connected via
2008 Apr 21
1
backporting changes from the trunk [was: Re: [Nut-upsuser] 2.2.2-pre2 64 bit rpm tested on openSUSE 10.3]
On Sun, Apr 20, 2008 at 10:46 AM, Arjen de Korte wrote:
> We need a pre3 to fix this since this has been a long standing bug. This
> path is hardcoded in the example configuration, where running
> ./configure should set this path properly. In fact, Charles fixed this
> in the trunk, but apparently we didn't backport the fix to Testing. Good
> catch!
I apologize for not
2005 Sep 27
1
How to backing up ACL's on remote server ?
Hi List,
I'm currently backing up a number of samba servers onto a remote server
using a perl script called rsnapshot which utilises rsync. Over the last
few i've started using posix ACL's on my samba server and now I would
like to be able to back up these ACLS's.
All of my servers are have their filesystems (ext3) mounted with ACL
support and i am using the following version
2015 Mar 05
1
Roadmap to 2.7.3
For reference: https://github.com/networkupstools/nut/issues/10
On Mar 5, 2015, at 1:09 AM, Baruch Even <baruch at ev-en.org> wrote:
> Hi,
>
> There is one issue that I would consider as a major issue and not fixed yet. It is the use of wall time for scheduling ups polls instead of a monotonic clock source. I provided a (partial) patch in the past and I believe there was some
2020 Jan 30
1
Re: [PATCH libnbd] python: Add AIO buffer is_zero method.
On Thu, Jan 30, 2020 at 04:16:09PM +0100, Martin Kletzander wrote:
> I know this probably got answered somewhere, but I've never gotten
> any when asking myself. So let me use this opportunity.
>
> Because I really despise useless processes and duplicated
> information I always hated the way all the "mandatory" file headers.
> As far as I understand it's
2011 Feb 21
2
[LLVMdev] A working garbage collector - finally :)
Well, after many months of effort, my LLVM-based garbage collector is
finally passing its unit tests. This represents a significant milestone for
me in the development of my programming language, Tart.
The collector itself is fairly rudimentary - a single-generation, copying
collector. It does not yet support multi-threaded programs, but in practice
there's no serious obstacle to supporting
2009 Feb 27
2
[LLVMdev] Why LLVM should NOT have garbage collection intrinsics
Gordon Henriksen wrote:
> Hi Mark,
>
> I don't think anyone will dispute that it's easier to hack up a shadow
> stack (or plug into a conservative collector) to get up and running
> with GC. That is absolutely the route to go if portability trumps
> performance.
Why? LLVM is all about portability AND performance.
>
> If you review the mailing list history,
2019 Mar 14
5
regarding ssl certificates
Excuse dopey question.
I'm not exactly clear about certificates.
Apache2 default install has this snake oil certificate
Can make a new one for apache
Can make one for dovecot
Can make one for ssl
Is there supposed to be the one (self signed ) certificate pair in one
place for the machine that each process hands out ?
Can they be moved to another machine ?
mick
--
Key ID C7D6E24C
2020 Jan 30
2
Re: [PATCH libnbd] python: Add AIO buffer is_zero method.
On Thu, Jan 30, 2020 at 08:16:30AM -0600, Eric Blake wrote:
> On 1/30/20 8:05 AM, Richard W.M. Jones wrote:
> >Fast testing whether the AIO buffer (or regions within it) contain all
> >zeroes, which allows Python code to quickly do sparsification when
> >copying.
> >
> >This includes the iszero.h header from nbdkit which is distributed
> >under a compatible
2019 Jan 27
4
Just an interesting data point
SO, my full load on my core UPS is two Dell R610s, one Sun X4540, one HP
DL360p gen8, two six-core Thuban-II workstations plua their monitors,
and the network stack and KVM.
The APC SU3000RM (3KVA) that blew up last week considered this to be
just short of 60% load.
The new Cyberpower PR3000 (also 3KVA), wqhich operates at a 90% power
factor, considers this same load to be 43% load.
I wasn't
2005 May 26
4
YET Another echo issue PRI CARD Any help accepted :-)
Good Day all,
I have a Fractional PRI connected to my Asterisk Box via a T100P
card.
When I initiate a call out to phone number 123-8888 the call
sounds great no echo what so ever.
If the person at 123-8888 hangs up and calls me right back (same
handset on both sides) same trunk line
The call always has echo on it. The Asterisk sip extension
hears them selves echoing. The remote party
2019 Jan 28
0
Just an interesting data point [CyberPower SNMP]
On Jan 27, 2019, at 2:36 PM, Phil Stracchino <phils at caerllewys.net> wrote:
>
> SO, my full load on my core UPS is two Dell R610s, one Sun X4540, one HP
> DL360p gen8, two six-core Thuban-II workstations plua their monitors,
> and the network stack and KVM.
>
> The APC SU3000RM (3KVA) that blew up last week considered this to be
> just short of 60% load.
> The new
2017 Oct 05
0
[RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support
On Wed, 4 Oct 2017 14:19:56 -0700
Thomas Garnier <thgarnie at google.com> wrote:
> When using -fPIE/PIC with function tracing, the compiler generates a
> call through the GOT (call *__fentry__ at GOTPCREL). This instruction
> takes 6 bytes instead of 5 on the usual relative call.
>
> With this change, function tracing supports 6 bytes on traceable
> function and can