similar to: legacy MTI schema

Displaying 20 results from an estimated 200 matches similar to: "legacy MTI schema"

2009 Jun 20
0
STI or MTI design ?
I am trying to implement a directory structure (Libraries can contain other Libraries or Documents) using the plugin ''awesome_nested_set'' if lfe was simple (only Libraries) it would be over already, but I don''t see yet how to design the models to handle also Documents in the tree .. should I define an Item model, with acts_as_nested_set and have Library model and
2006 Mar 21
1
Form Validation
Hi, I''ve got an interesting one here :) I have a form with three fields : serial_number initial surname now, if serial_number is entered, it must be between 1 and 64000. If it''s filled in, the other two fields must be blank. If serial_number is left blank then the other two boxes must be filled. Any suggestions? -- Posted via http://www.ruby-forum.com/.
2018 Aug 29
1
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
Am 29.08.2018 um 23:46 schrieb Stephen John Smoogen <smooge at gmail.com>: > > On Wed, 29 Aug 2018 at 17:41, Leon Fauster via CentOS <centos at centos.org> wrote: >> Since the update from kernel-2.6.32-754.2.1.el6.x86_64 >> to kernel-2.6.32-754.3.5.el6.x86_64 I can not boot my >> KVM guests anymore!? The workstation panics immediately! >> >> I
2006 Jan 28
1
Looking for 150 SIP desktop phones with power over ethernet that will work with Plantronics HL-10 Handset Lifter for Remote Answering
I am looking for SIP with power over ethernet desktop phones that will work with asterisk and Plantronics HL-10 Handset Lifter for Remote Answering. Any suggestions? I am considering buying about 150 of these desktop phones for a new call center.
2011 Apr 27
1
Filtering feature dump_filter
Good morning, Now that hdt is capable of dumping system information it would be nice if there was some sort of filtering system which filters out unwanted information prior to dumping output. For example one could add the command: append nomenu auto=dump mac_address serial_number bios_version; And ultimately dumping output to a plain text file like: mac_address : 00:11:22:33:44 serial_number :
2007 Jan 23
1
OT: High Quality Wireless Headset for Cisco IPPhones and *
Tom - here are a few suggestions Plantronics 510SL Bluetooth - they make a bundle that comes with a Bluetooth transceiver and a handset lifter. This is nice if you have users that already have Bluetooth headsets for their mobile phones, as it allows you to sync with their office phone as well. http://www.plantronics.com/north_america/en_US/products/cat29880043/cat2 9880054/prod5460016
2002 May 14
2
OT: Jerry seems like such a polite chap
I always smile to myself when reading the replies on the mailing list from Gerald (jerry) Carter. That cheers at the end of everything always makes it seem that he is such a nice person. Of course half the reason I smile to myself is the inanity of getting that impression from one word in an e-mail. For all I know he is a complete jerk. And even the huge power lifters at the gym'll
2006 Oct 25
0
[SPAM] - Looking for Wireless Heaset for Polycom 501 - Email found in subject
I like the Plantronics CS55/HL10, it's a DECT Wireless boom headset with a lifter kit for the phone, works like a charm, great range. -Cory -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jim Freeze Sent: Wednesday, October 25, 2006 2:31 PM To: Asterisk Users Mailing List - Non-Commercial Discussion
2006 Jun 18
2
Table Relationship for Select option list
I''m pretty new to developing web apps and need help with my database table design. I''m working on an inventory application to manage WLAN hardware. I''ve created a table to hold information on each device with the following (model refers to the manufacturer''s model number): create table devices ( id int not null auto_increment,
2013 Feb 06
2
[XCP] recompiling xapi rpm changes version and licensing details.
Hi there. I needed to recompile xapi to fix a bug that was resolved regarding vdi-create not setting the sharable flag. I used the sources provided in the source-1.iso from xen.org. Everything is good in this regard, and creating a vdi that has "sharable=true" is possible, but I had a problem that forced me to revert to the older copy of the xapi binary because my XCP box was now being
2013 Oct 18
0
Identity change between pkinit and TGS
Hi, I'm trying to setup the following configuration but encounter a problem. I'm not sure if it's a normal behavior for samba 4. I have a smartcard provided with a user principal name looking like serial_number at domain. The serial number is in the form of 0000-0000-0000-0000. The domain, let's say "upn.example.com", doesn't match my Samba Realm, that would be
2017 Nov 17
0
USB Serial Ports
> -----Original Message----- > From: Chris Olson [mailto:chris_e_olson at yahoo.com] > Sent: Thursday, November 16, 2017 5:42 PM > To: CentOS Mailing List > Subject: [CentOS] USB Serial Ports > > We have several CentOS 6 systems that are used in various configurations > of test equipment.? One of the primary functions of these systems is the > connectivity to serial
2006 Jun 04
0
Re: flac with >4GB raw still does not work (CVS)
On 6/3/06, Avuton Olrich <avuton@gmail.com> wrote: ...stuff... I just ran gdb on it, when it got to the point that it goes no further I sent kill -11 and got the following (hope it helps): Core was generated by `flac -o hs.flac -0 --force-raw-format --channels=2 --bps=16 --sample-rate=44100'. Program terminated with signal 11, Segmentation fault. warning: Can't read pathname for
2014 Sep 26
0
Patch to add buffering to decoding too
I made some changes to the previous patch. I don't know why I originally didn't put the output buffering to piped output too but that is now moved to cover both file and pipe output. Additionally this patch informs the Windows filesystem in advance about the decoded size to eliminate NTFS fragmentation. On 25.9.2014 23:01, Janne Hyv?rinen wrote: > Decoding flac files is also prone
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
Josh, I applied this patch and all the "make check" tests passed (but I do not have valgrind and I did not use --enable-exhaustive-tests during configure, so it isn't all the tests). Do you see anything suspicious about it? --- flac-1.1.2.oldBuild/src/flac/decode.c 2005-01-24 20:13:46.000000000 -0800 +++ flac-1.1.2/src/flac/decode.c 2006-09-06 23:36:26.000000000 -0700
2006 Jul 20
5
How can I make has_many prevent a delete that would lead to orphans?
e.g. class Asset < ActiveRecord::Base validates_presence_of :asset_number, :make, :model, :location, :name, :serial_number validates_numericality_of :asset_number validates_uniqueness_of :asset_number belongs_to :user belongs_to :location belongs_to :asset_type, :foreign_key => ''type_id'' end class Location < ActiveRecord::Base validates_presence_of :name
2014 Sep 26
4
Patch to add buffering to decoding too
Removed buffer size increase. Only tells the filesize to Windows now. On 26.9.2014 14:08, Erik de Castro Lopo wrote: > Martijn van Beurden wrote: > >> Can you please wrap the setvbuf in _WIN32 IFDEFs too? Currently >> memory usage of FLAC decoding is about 1MB, so this patch is >> increasing memory usage tenfold, also for platforms that do not >> need this. It is a
2006 Oct 25
2
Looking for Wireless Heaset for Polycom 501
Hi I am looking for a good wirless headset to use with the Polycom Soundpoint 501 phone. I would greatly appreciate hearing from anyone with good experiences with a specific device. Thanks -- Jim Freeze
2006 Jan 13
0
Form element that is not an AR object attribute
Fellow Railers, I don''t know how to handle this kind of situation the Rails way, please help. DB ---- create table products (id int not null auto_increment, name varchar(255), primary key (id)); create table batches (id int not null auto_increment, product_id int not null, quantity int not null, price decimal(10,2) not null, primary key (id), foreign key (product_id) references
2015 Jul 29
1
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
#1 is the most important but I'm already debugging that. I don't want to interrupt your holiday but if you could look at #3 that would be great. > As to the issue #3 - do we need to keep compatibility with the old mips-mti-linux-gnu toolchain layout? It would be nice to support both the old and new layouts but I doubt that's possible with the current framework (see below). If