Displaying 20 results from an estimated 200 matches similar to: "Filtering feature dump_filter"
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/.
2012 Mar 13
1
syslinux 4.05 with HDT 5.0
Dear all,
I recently installed the new syslinux 4.05 which comes with HDT 5.0.
However I think this new version broke the HDT option to dump_filename=blabla which is no longer working. I tried this on 2 different distro's but I can't get it to work.
Does anyone else having this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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,
2011 Nov 24
0
legacy MTI schema
Hi all,
In a legacy ''immutable'' schema I have MTI inheritance setting:
<<TABLE systems>>
id<<PK>> ( NOT database generated)
installation_date
manufacturer
serial_number
<<TABLE lifters>>
id<<PK>><<FK>> ( NOT database generated )
max_weight
drive
In my model I have implemented the semantic of inheritance between
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
2018 Aug 29
7
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
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 would not have expected this behavior now (last phase of OS).
It was very robust until now (Optiplex Workstation). I see some KVM
related lines in the changelog.diff. Before swimming upstream:
Does some one have problems
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
2004 Sep 22
3
Strange DNAT problems with shorewall 1.4.8
I''ve had some issues with my network, and I''ve had to reconfigure my
Gibraltar CD. It runs shorewall 1.4.8, and I have a 2-interface setup, so
I downloaded the relevant files from the install page.
Masq and such works, but I''m having a problem with my port forwarding. It
works for port 22, but it doesn''t seem to work for any other port.
I''ve turned
2019 Apr 15
0
[PATCH v2v 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
For Linux the guest itself remembers the IP address associated with
each MAC address. Thus it doesn't matter if the interface type
changes (ie. to virtio-net), because as long as we preserve the MAC
address the guest will use the same IP address or the same DHCP
configuration.
However on Windows this association is not maintained by MAC address.
In fact the MAC address isn't saved
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
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
Use the #define where appropriate.
Add #include <linux/if_ether.h>
where appropriate too.
Signed-off-by: Joe Perches <joe at perches.com>
---
include/uapi/linux/dn.h | 3 ++-
include/uapi/linux/if_bridge.h | 3 ++-
include/uapi/linux/netfilter_bridge/ebt_802_3.h | 5 +++--
include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 3 ++-
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
Use the #define where appropriate.
Add #include <linux/if_ether.h>
where appropriate too.
Signed-off-by: Joe Perches <joe at perches.com>
---
include/uapi/linux/dn.h | 3 ++-
include/uapi/linux/if_bridge.h | 3 ++-
include/uapi/linux/netfilter_bridge/ebt_802_3.h | 5 +++--
include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 3 ++-
2019 Apr 16
0
[PATCH v2v v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
For Linux the guest itself remembers the IP address associated with
each MAC address. Thus it doesn't matter if the interface type
changes (ie. to virtio-net), because as long as we preserve the MAC
address the guest will use the same IP address or the same DHCP
configuration.
However on Windows this association is not maintained by MAC address.
In fact the MAC address isn't saved
2017 Nov 16
2
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 ports of some operational systems that have serial
port control requirements.? Lack of interface bus slots led us to the use
of USB connected serial ports on these CentOS 6 systems.
We first used these USB connected serial ports
2009 Nov 29
0
testing hdt 0.3.6 pre2
Ralf Carl a ?crit :
> Hey Erwan and Pierre,
>
> testing hdt.c32 (0.3.6 pre2 - 27.Nov.2009)
> (md5: 6a03c34efdcab834c92d9e0acf231b1c) / syslinux 3.83
>
>
> here are my steps testing hdt 0.3.6 pre2:
>
> - starting hdt with options "nomenu" & "vesa"
> - typing "show summary" to get some output to the screen
> - then switch
2009 Mar 24
1
menu.c32 works on serial console, but hdt.c32 displays on vga only.
Hello all:
I just downloaded and built syslinux-3.74-pre11 and installed it. I
set it to boot and run on the serial port/serial console and when I
switch to menu mode (by typing "menu" at the boot: prompt), it
works. In the older version I got the upper left corner of the dialog
box drawn and that was it. So that is terrific, thanks.
However when I am on the serial console and I run
2011 Jun 09
1
bad CF disks, etc
hi folks,
I have 3 CF disks, 16M, 512M, 4G, only the 512 is working on my soekris 4801
other 2 show:
Cannot get disk parameters
coming from chain.c32
chain.c32 is not to blame, as bios also gives similar error
> boot 80
No Boot device available, enter monitor.
all 3 CFs are readable/writable on my desktop
after fiddling with various fdisk parameters,
I dd'd the image off the 512, and
2008 Jan 18
2
validate mac address field
Hi to all,
i''d like to insert a validation inside my model about a mac address
field.
I''ve used this sintax but it''s not working.
validates_format_of :mac_address, :with =>
/^((?:[-a-f0-9])+(?:[-a-f0-9])+(?:[-a-f0-9])+(?:[-a-f0-9])+(?:[-a-f0-9])+(?:[-a-f0-9]))$/i,
:on => :create,
2007 Apr 26
2
[PATCH] facter: add interfaces, default_gateway facts on Linux
Quick and dirty:
--- lib/facter.rb (revision 203)
+++ lib/facter.rb (working copy)
@@ -989,6 +989,18 @@
%x{/usr/sbin/scutil --get LocalHostName}
end
end
+ Facter.add(:interfaces) do
+ confine :kernel => :linux
+ setcode do
+ %x{/sbin/ifconfig -a -s}.split($/)[1..-1].collect {|line|
2003 Jun 20
7
Newbie questions.....
Hi.....
I have just successfully setup Asterisk with 2 Cisco 7940 phones (converted
for SIP) and a SIP softphone on a W2K box.....and it all seems to work very
well.....to those who wrote this software, it is really cool.
Anyway, I am new to this software, and I have a lot of questions which I am
hoping someone on the mailing list might be able to answer for me.....I am
basically trying to