Displaying 20 results from an estimated 10000 matches similar to: "No subject"
2007 Apr 21
14
cron and name with ''.''
I dont know if i am missleaded but it seems to me that the cron type
does not accept names with a ''.'' in it ? I tried to add a cron with a
name cron1-$domainename and it does not accept it. If i remove the ''.''
in the domain it work. I am using .22.3 anyone seeing the same behavior
? If yes i will fill it as a bug.
--
Cordialement,
Ghislain ADNET.
AQUEOS.
2016 May 01
1
E-mail advice sought
On 01/05/16 13:23, Alice Wonder wrote:
> On 05/01/2016 05:10 AM, Alice Wonder wrote:
>>
>> I think this is my autism coming in to play, I think what is very clear
>> to me I just am not able to adequately communicate because clearly
>> people are not even remotely grasping what I am trying to convey.
>>
>
> Basically whether it is a white list or a black list
2006 Aug 15
0
Help with workaround for: Function '`[`' is not in thederivatives table
Earl F. Glynn asks:
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Earl F. Glynn
> Sent: Tuesday, 15 August 2006 8:44 AM
> To: r-help at stat.math.ethz.ch
> Subject: [R] Help with workaround for: Function '`[`' is not in
thederivatives table
>
> # This works fine:
> > a <- 1
2007 May 18
0
Naming convention and search engines
Hi all:
The following is an Search Engine Optimization tip that is fairly
common in most of the SEO checklists that I have read.
Hyphens - Use hyphens ( - ) and not underscores ( _ ) to separate
words in directory and file names. Most search engines parse a hyphen
like a reader would parse a space. Using underscores makes
what_would_you_do look like whatwouldyoudo to most search engines. You
2008 Feb 11
1
ctags support for puppet
This is a quick and dirty .ctags file that makes basic navigation
possible with vim and ctags, great if you have multiple files:
--langdef=puppet
--langmap=puppet:.pp
--regex-puppet=/^class[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
--regex-puppet=/^define[
2011 Aug 03
0
[PATCH] update valid_hostname regex checks
rhbz#720956
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
scripts/ovirt-config-setup.py | 22 +++++++++++++---------
scripts/ovirtfunctions.py | 10 +++++++---
2 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index 8c6c8af..a8f85cf 100755
--- a/scripts/ovirt-config-setup.py
+++
2012 May 23
0
[LLVMdev] Assembly macros instantiation problem
Hello,
I've noticed a following strange behavior:
clang-3.2 fails to compile/parse any assembly code that invokes macros which named arguments contains non alphanumeric characters.
For example, compilation of the following code snippet would fail with "Parameter not found" error:
.macro mov_macro reg_1, reg_2
movl %\reg_1, %\reg_2
.endm
mov_macro eax, ebx
Although, if one
2006 Apr 01
3
Syncpeople Plugin Scope Never Active
I installed the Syncpeople textmate bundle (
http://syncpeople.com/downloads/syncpeople_on_rails_features ) and the
commands all work from the menu, but the short-cuts never work for any
of the snippets or commands ever work, because the scopes are not
being selected properly. If I change the scope to just "source.ruby"
it will work fine. But I cannot see why their scope selectors do not
2006 Jan 20
4
validates_format_of > Invalid regular expression with simple pattern
Hello,
I try this :
validates_format_of :name , :with => /^[A-z0-9_.- ]*$/ , :message =>
"bad characters"
for accept any name with chars "A" to "z" , "0" to "9" , with "_" "."
"-" and " "
The pattern is really simple but I have this error :
SyntaxError in Login#register
2005 Jul 13
0
Search with specified charset
I've seen a problem with searching in the Prayer webmail client that
turns out to be caused by Prayer insisting on a charset called
"ISO-8859-1" and Dovecot, using Solaris iconv, not recognising it (all
the Solaris 8 iconv modules appear to be "ISO8859-1" etc. or just "8859-1").
This isn't a problem in Linux:
% iconv --list | grep 8859.1/
8859_1//
2006 Jul 28
1
escape/unescape attribution
Not filing this as a bug, but simply as confusion.
In the mongrel.rb, you have a comment that says this about the
self.escape method:
# Performs URI escaping so that you can construct proper
# query strings faster. Use this rather than the cgi.rb
# version since it''s faster. (Stolen from Camping).
def self.escape(s)
s.to_s.gsub(/([^ a-zA-Z0-9_.-]+)/n) {
2017 Jan 23
2
Linking Linux kernel with LLD
Our tokenizer recognize
[A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+
as a token. gold uses more complex rules to tokenize. I don't think we need
that much complex rules, but there seems to be room to improve our
tokenizer. In particular, I believe we can parse the Linux's linker script
by changing the tokenizer rules as follows.
2016 May 01
3
E-mail advice sought
On 05/01/2016 01:57 AM, Leon Fauster wrote:
> Am 01.05.2016 um 06:43 schrieb Alice Wonder <alice at domblogger.net>:
>> On 04/30/2016 08:56 PM, Gordon Messmer wrote:
>>> On Sat, Apr 30, 2016 at 12:44 PM, Alice Wonder <alice at domblogger.net> wrote:
>>>>
>>>> For e-mail sent to people, yes.
>>>>
>>>> But for what
2006 Aug 15
2
to_xml and underscores
hi,
i am looking for a solution whereupon
calling myEntityObject.to_xml does not
convert my attributes containing underscores
into hyphens.
at the moment an attribute named "my_own_attribute"
is converted into <my-own-attribute>.
does anybody have an idea how to change that
and have to_xml generate <my_own_attribute>
thanks
ciao robertj
--
Posted via
2000 Aug 14
0
More secure wu-ftpd
class local real,guest,anonymous xxx.xxx.xxx.xxx
class intern real,guest,anonymous xxx.xxx.xxx.xxx
class extern anonymous *
#fake passwd :)
# noretrieve /etc/passwd
# noretrieve /etc/shaddow
deny 194.102.92.* /etc/mesaj/denymsg
deny 193.230.84.64 /etc/mesaj/msg.local
deny 192.162.1.1 /etc/mesaj/msg.local
limit local 0 Any /etc/mesaj/msg.local
limit intern
2008 Jun 10
2
validates_associated doesn't work on update (and i've tried :on => :update)
HI all-
I have two models, Story and Tag, and they are habtm. My goal is to
show the errors for @story in a form on both new and edit. Everything
works fine on new/create, but it fails on edit/update. First the
models:
class Story < ActiveRecord::Base
attr_accessor :tag_string_holder #holds a CSV of tags
...
has_and_belongs_to_many :tags, :uniq=> true
...
def
2006 Jul 07
2
Problem with GetText 1.6.0 - undefined method ''N_''
I''m just upgraded GetText from 1.4.0 to 1.6.0, and all my tests got broken.
I got this error:
ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/base.rb:1129:in
`method_missing'': undefined method `N_'' for User:Class (NoMethodError)
etc
My model user.rb has this line:
validates_format_of :login, :with => /^[a-zA-Z0-9_]+$/, :message =>
2017 Jan 24
5
Linking Linux kernel with LLD
>Our tokenizer recognize
>
> [A-Za-z0-9_.$/\\~=+[]*?\-:!<>]+
>
>as a token. gold uses more complex rules to tokenize. I don't think we need that much complex rules, but there seems to be >room to improve our tokenizer. In particular, I believe we can parse the Linux's linker script by changing the tokenizer rules as >follows.
>
>
2016 Feb 25
0
tinc - logging
Hi
How do I enable logging in tincd to autolog to syslog file. I know how to
run it from runtime by using this command.
tincd -n mynet --logfile=/var/log/tinc.mynet.log
But how do I include in startup script?
This is the default startup script which was created and I believe it reads
the "nets.boot" file.
"Output Omitted"
root at ubuntusrv:~# cat /etc/init.d/tinc
#!
2009 Apr 18
1
RESTful posting
I''m implementing a Rails front end to a Windows system by using RESTful
web services to send data back and forth. Luckyly all the business
objects in the Windows system know how to serialize themselves into XML
so it''s not too complicated.
But when I looked at the XML that gets sent back to the service in a
POST when you do a myresource.save, all the fields that had underscores