Displaying 14 results from an estimated 14 matches for "bareword".
2005 Apr 27
2
smbldap-tools Perl error (FreeBSD)
smbldap-tools 0.8.7
FreeBSD 5.4-RC2
Samba 3.1.14
Perl 5.8.2
When I try to use any of the tools, the following message appears. Any
hints on how to fix it are welcome.
Bareword "print_banner" not allowed while "strict subs" in use at
/usr/local/sbin/smbldap-useradd line 43.
Execution of /usr/local/sbin/smbldap-useradd aborted due to compilation
errors.
Per olof
2004 Aug 23
1
Possible Latex problem in R-devel?
I'm getting this error when installing packages w/ a checkout of R from a
a little bit ago (23-Aug-2004, approx 1pm eastern US time):
** help
Bareword found where operator expected at
/usr/home/jgentry/R/share/perl/R/Rdconv.pm line 2331, near "$latexout
latex_link_trans0"
(Missing operator before latex_link_trans0?)
It isn't obvious to me what the error is, although commenting out line
2331 definitely causes the error to go...
2013 Nov 20
1
dovecot perl sasl ejabberd
Good day to all!
We would like to authenticate our ejabberd against Dovecot with perl
there's such a script http://www.ejabberd.im/files/contributions/check_dovecot.pl.txt
that script uses following perl library - http://cpansearch.perl.org/src/SASHA/Authen-SASL-Authd-0.04/lib/Authen/SASL/Authd.pm
Authentication is OK, but sub user_dovecot wich queues information about a specific user
2020 Feb 03
2
Re: Does Libvirt's json parser support single quoted string in qmp json string?
On Fri, Jan 31, 2020 at 06:44:42AM -0600, Eric Blake wrote:
> On 1/31/20 4:38 AM, Peter Luo wrote:
>
> > error: internal error: cannot parse json {"execute": "block-commit", "arguments": { "device": "drive-virtio-disk2", "job-id": "job100",
2020 Feb 03
0
Re: Does Libvirt's json parser support single quoted string in qmp json string?
...the box. Right now, even though qemu
does NOT parse the same thing as pure JSON (which is
https://datatracker.ietf.org/doc/rfc8259/), it does appear to parse a
subset of JSON5, where the additional features of JSON5 (such as
allowing a trailing comma, escaped newlines within strings, allowing
bareword key:"value" syntax, a larger set of accepted numeric values,
allowing comments) don't seem that onerous.
>
> If we're going to call QMP protocol JSON, then IMHO QEMU should follow
> the JSON spec as closely as possible, without extensions.
As it is, qemu explicitly do...
2009 Oct 19
2
Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/local/sbin/courier-dovecot-migrate.pl line 300.
Hello,
I need to migrate from courier-imap to dovecot. I'm trying to use
courier-dovecot-migrate.pl to migrate the users' maildirs but I'm
getting these messages:
---
# courier-dovecot-migrate.pl --to-dovecot --recursive mydomain.com
Testing conversion to Dovecot format
Finding maildirs under mydomain.com
mydomain.com/contact/./Maildir: No imap/pop3 uidlist files
2020 May 20
7
CanonicalHostname and ssh connections through a jumphost
raf wrote:
> Warlich, Christof wrote:
> > ...
> > I want to be able to ssh to all internal hosts that live in the internal.sub.domain.net,
> > i.e. that are only accessible through the internal.sub.domain.net jumphost without
> > having to list each of these hosts somewhere, as they may frequently be added or
> > removed from the internal domain and without being
2006 Feb 26
0
Review of Black, Ruby for Rails, Chapter 4
...w assignment with references causes both references to point to the
same object. This also brings up the idea of local references inside
methods and how they can screen more global references.
One other point that is mentioned more than once in the chapter is how a
single word by itself ("barewords" as referred to by the author) can be
either references or method calls, assuming they aren''t keywords. That
transparency hearkens back to Eiffel (or maybe just Bertrand Meyer''s
_Object-Oriented Software Construction_ book, and is one of the truly cool
(and confusing) thing...
2015 Jun 28
2
Asterisk dialplan best practices syntax
2015-06-26 17:11 GMT+02:00 Steve Edwards <asterisk.org at sedwards.com>:
> On Fri, 26 Jun 2015, Ludovic Gasc wrote:
>
> 1. What's the "official" notation of each line: "=>" or "=" ? In the wiki
>> of Asterisk, I see very often "=>", however, what's the reason for both
>> syntaxes authorized ? Historical ?
>>
2011 Apr 01
4
if statement: 'true' from left operand of 'in' expression is not a string
Hi *,
using the following snippet of code ..
------------------------------------------------------------------------
[...]
7 if ! ($installplugins in [ true, false ]) {
8 fail("nrpe installplugins parameter must be true or false")
9 }
[...]
24 if $installplugins == true {
25 package { ["mypluginpackage",
26 ensure => installed }
27
2019 Mar 11
2
CPAN not working, or is it?
...rictures-2.000006
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WPzjcW
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd strictures-2.000006
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Warning: prerequisite bareword::filehandles 0 not found.
Warning: prerequisite indirect 0 not found.
Warning: prerequisite multidimensional 0 not found.
Writing Makefile for strictures
Writing MYMETA.yml and MYMETA.json
+ make -j2
cp lib/strictures/extra.pm blib/lib/strictures/extra.pm
cp lib/strictures.pm blib/lib/strictures.pm...
2020 Feb 04
3
Re: Does Libvirt's json parser support single quoted string in qmp json string?
...even though qemu
> does NOT parse the same thing as pure JSON (which is
> https://datatracker.ietf.org/doc/rfc8259/), it does appear to parse a
> subset of JSON5, where the additional features of JSON5 (such as
> allowing a trailing comma, escaped newlines within strings, allowing
> bareword key:"value" syntax, a larger set of accepted numeric values,
> allowing comments) don't seem that onerous.
JSON5 is rather niche, I'm afraid.
>> If we're going to call QMP protocol JSON, then IMHO QEMU should follow
>> the JSON spec as closely as possible, wit...
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it
on Friday, with the same results)
I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl
install completed. Ultimately, I need to get Selenium::Remote::Driver
working, but I'm struggling before that.
I started off as always by using RPM's for everything I possibly can. I
2012 Feb 01
1
[PATCH] Clarify the error message when unavailable functions are called (RHBZ#679737).
...essages for functions which may not be available
+ * (RHBZ#679737). Use NOT_AVAILABLE if the function is definitely not
+ * available at this point, or IF_NOT_AVAILABLE_ERROR to first check
+ * if the optgroup is available before printing the error.
+ *
+ * NB: (1) 'feature' parameter is a bareword, not in double quotes.
+ * (2) Cannot be used for FileIn functions.
*/
-#define NOT_AVAILABLE(errcode) \
- do { \
- reply_with_error ("%s: function not available", __func__); \
- return (errcode); \
- }...