Displaying 20 results from an estimated 35 matches for "heartburns".
Did you mean:
heartburn
2006 Mar 10
4
validation is giving me heartburn
this one is killing me. all i want to do is validate the format of
user-entered software versions. so in the model i have:
validates_format_of :version,
:message=>"Not valid version number."
:with=>/[0-9]\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}/
the form field is simply the scaffold form code:
<p><label
2006 Aug 10
5
Ampersand Heartburn
Greetings all.
I''m using the Microsoft "NorthWind Traders" database "orders" table as
test data for the Rico LiveGrid JavaScript.
The problem I''m noticing is that some of the records in the "ShipName"
field contain ampersands -- which for some reason are not being escaped
by Rails.
Rails does in fact automatically escape all of the other
2013 Aug 20
2
Re: Stop the relabeling of CD images
----- Original Message -----
> From: Eric Blake <eblake@redhat.com>
> To: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
> Cc: libvirt-users <libvirt-users@redhat.com>
> Sent: Monday, August 19, 2013 11:24 PM
> Subject: Re: [libvirt-users] Stop the relabeling of CD images
> So maybe this would do it:
>
> <source file=...>
> <seclabel
2007 Apr 12
1
Extremely slow on certain files
I'm trying to rsync a large data set (approx 140K files, 4TB) between machines
directly connected on gigabit ethernet.
Normally it runs around 20MB/sec, which is acceptable.
However, it seems like there is one particular file that is giving rsync
heartburn... whenever it encounters this file, the speed drops down to 150KB/sec
speed within a few seconds. I don't know what's so
2014 Sep 10
2
[LLVMdev] awkward object file abstractions
Hello LLVM,
I'm trying to make symbolizing work in llvm-objdump. This comment in
ObjectFile.h gives me some heartburn:
https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Object/ObjectFile.h#L196
// The main goal of
// this is to allow SymbolRef::SymbolPimpl to point directly to the symbol
// entry in the memory mapped object file. SymbolPimpl cannot contain any
// virtual
2014 Jun 03
2
[LLVMdev] llvm atomics on 64-bit values
I need an atomic pointer exchange, so I took a look at Support/Atomic.h,
and the only supported types are 32-bit values. I can't figure out an
obvious reason for this other than perhaps nobody ever had need of this
yet, but given that this is kind of a low level thing, I thought I should
ask first. Is there any reason I should not add 64-bit versions of the
atomic functions?
Additionally,
2013 Aug 19
2
Stop the relabeling of CD images
Hi,
I'm installing the operating system for my virtual machines from CD
images and I would like for libvirtd to stop relabeling the
corresponding files. Since the installation media is no big secret, I
have labeled the files with system_u:object_r:public_content_t:s0, but
libvirtd keeps changing them to system_u:object_r:svirt_image_t:s0. It
also changes the ownership to qemu:qemu. This
2013 Aug 20
1
Re: Stop the relabeling of CD images
----- Original Message -----
> From: Martin Kletzander <mkletzan@redhat.com>
> To: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
> Cc: Eric Blake <eblake@redhat.com>; libvirt-users <libvirt-users@redhat.com>
> Sent: Tuesday, August 20, 2013 6:05 PM
> Subject: Re: [libvirt-users] Stop the relabeling of CD images
>
> On 08/20/2013 04:19 AM, Cristian
2007 Mar 13
11
N00B questions: How to dynamically set hostname in a config file . . .
Greetings -
I''ve just started testing Puppet and have a couple of questions:
1. Is there a way to dynamically change a configuraion file that is
sent to nodes?
For example, I want to modify /etc/hosts to have the hostname and ip
address set dynamically - the hosts file shoule look like:
12.34.56.78 node1.example.com
22.35.66.99 server1.example.com
But I don''t want to
2017 Nov 02
3
low end file server with h/w RAID - recommendations
I just put a call into AT&T Office 365 asking them to explain the spoof warning thing...
To answer your question....
At the moment, no I can't. I like HPE stuff, we bought a DL380 gen9 say five months ago and totally happy with it. In fairness, its running Server 2012 r2 too but I didn't run into the hardware gotchas I did on the other stuff. It just seems HPE skimped on their lower
2023 Mar 30
1
[PATCH 00/16] virtio-net: split virtio-net.c
On Tue, Mar 28, 2023 at 05:28:31PM +0800, Xuan Zhuo wrote:
> Considering the complexity of virtio-net.c and the new features we want
> to add, it is time to split virtio-net.c into multiple independent
> module files.
>
> This is beneficial to the maintenance and adding new functions.
>
> And AF_XDP support will be added later, then a separate xsk.c file will
> be added.
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
On Fri, Mar 31, 2023 at 3:31?PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote:
>
> On Thu, 30 Mar 2023 02:17:43 -0400, "Michael S. Tsirkin" <mst at redhat.com> wrote:
> > On Tue, Mar 28, 2023 at 05:28:31PM +0800, Xuan Zhuo wrote:
> > > Considering the complexity of virtio-net.c and the new features we want
> > > to add, it is time to split
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally
making the choice to move over to RoR. This MVC stuff is all very new to
me. As i have no trouble understanding ruby code... or any code for that
matter.. my challange comes in getting my head around the MVC stuff. Is
there any demos articles that you guys have seen that takes a site or a
business breif and explains where
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
On Fri, 31 Mar 2023 15:35:14 +0800, Jason Wang <jasowang at redhat.com> wrote:
> On Fri, Mar 31, 2023 at 3:31?PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote:
> >
> > On Thu, 30 Mar 2023 02:17:43 -0400, "Michael S. Tsirkin" <mst at redhat.com> wrote:
> > > On Tue, Mar 28, 2023 at 05:28:31PM +0800, Xuan Zhuo wrote:
> > > >
2009 Feb 03
0
[LLVMdev] GetConstantBuildVectorBits, isConstantSplat
Is anyone going to develop acute heartburn if I move these two functions as
TargetLowering methods? It seems that they're used frequently enough across
multiple backends and provide common functionality.
I could be convinced that TargetLowering is the wrong place to put these
functions as methods and that they're better off in a separate BUILD_VECTOR
SDValue class.
Comments?
-scooter
2008 Jan 26
1
Project Proposal: SAM-QFS
...and that''s a whole lot of coding and testing. I can offer some help in testing as me not being a C/C++ programmer.
2. SAM-FS Remote does not work on NAT Addressing scheme.
3. Options to Installl SAM-FS HA in PrimeCluster (FUJITSU) environment. The sun cluster DID deives has caused heartburns many a times in spite of setting the raw devices for SAM-FS/QFS as ''localonly''.
4. SAM-FS/QFS does not work in Zones/Containers. How to do this?
Please let me know how I can contribute to this project.
Thanks,
Mohan
--
This messages posted from opensolaris.org
2004 Apr 08
0
How to DSMARK locally generated traffic and then apply AFHTB?
Hi fellow traffic-shapers,
I am implementing a Diffserv CORE router using Linux kernel 2.4.18. I used
this excellent website (http://www.opalsoft.net/qos/DS-38.htm) using AFHTB
as a starting basis for my EGRESS diffserv implementation - and all works
great so far!!!
But my project has an additional requirement. There are services running
locally on the router which are sending/receiving IP
2013 Aug 20
0
Re: Stop the relabeling of CD images
On 08/20/2013 04:19 AM, Cristian Ciupitu wrote:
> ----- Original Message -----
>> From: Eric Blake <eblake@redhat.com>
>> To: Cristian Ciupitu <cristian.ciupitu@yahoo.com>
>> Cc: libvirt-users <libvirt-users@redhat.com>
>> Sent: Monday, August 19, 2013 11:24 PM
>> Subject: Re: [libvirt-users] Stop the relabeling of CD images
>
>> So
2013 Aug 19
0
Re: Stop the relabeling of CD images
On 08/19/2013 01:51 PM, Cristian Ciupitu wrote:
> Hi,
>
> I'm installing the operating system for my virtual machines from CD
> images and I would like for libvirtd to stop relabeling the
> corresponding files. Since the installation media is no big secret, I
> have labeled the files with system_u:object_r:public_content_t:s0, but
> libvirtd keeps changing them to
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
On Fri, Mar 31, 2023 at 03:48:00PM +0800, Xuan Zhuo wrote:
> On Fri, 31 Mar 2023 15:35:14 +0800, Jason Wang <jasowang at redhat.com> wrote:
> > On Fri, Mar 31, 2023 at 3:31?PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote:
> > >
> > > On Thu, 30 Mar 2023 02:17:43 -0400, "Michael S. Tsirkin" <mst at redhat.com> wrote:
> > > > On