Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-RedisServer CPAN distribution.

Report information
The Basics
Id: 82686
Status: open
Priority: 0/
Queue: Test-RedisServer

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: cannot start redis
$ which redis-server /usr/bin/redis-server $ perl -Mblib t/basic.t 1..0 # SKIP redis-server is required in PATH to run this test $ perl -Mblib -MTest::RedisServer -e"Test::RedisServer->new" *** failed to launch redis-server *** *** FATAL CONFIG FILE ERROR *** Reading the configuration file, at line 1 Show quoted text
>>> 'unixsocket /tmp/3D1_YJxJ0T/redis.sock'
Bad directive or wrong number of arguments at -e line 1. Redis is from Debian 6.0.6 package redis-server. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #82686] cannot start redis
Date: Mon, 14 Jan 2013 17:24:46 +0900
To: bug-Test-RedisServer [...] rt.cpan.org
From: "Daisuke Murase (typester)" <typester [...] cpan.org>
please tell me following command output: $ redis-server -v On Mon, Jan 14, 2013 at 5:16 PM, Alexandr Ciornii via RT <bug-Test-RedisServer@rt.cpan.org> wrote: Show quoted text
> Mon Jan 14 03:16:32 2013: Request 82686 was acted upon. > Transaction: Ticket created by CHORNY > Queue: Test-RedisServer > Subject: cannot start redis > Broken in: 0.12 > Severity: Important > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82686 > > > > $ which redis-server > /usr/bin/redis-server > > $ perl -Mblib t/basic.t > 1..0 # SKIP redis-server is required in PATH to run this test > > $ perl -Mblib -MTest::RedisServer -e"Test::RedisServer->new" > *** failed to launch redis-server *** > > *** FATAL CONFIG FILE ERROR *** > Reading the configuration file, at line 1
>>>> 'unixsocket /tmp/3D1_YJxJ0T/redis.sock'
> Bad directive or wrong number of arguments > at -e line 1. > > Redis is from Debian 6.0.6 package redis-server. > > -- > Alexandr Ciornii, http://chorny.net >
-- Daisuke Murase (typester)
On Mon Jan 14 03:25:31 2013, typester@cpan.org wrote: Show quoted text
> please tell me following command output: > > $ redis-server -v
bash-4.1$ redis-server -v 14 Jan 10:28:38 * Fatal error, can't open config file bash-4.1$ redis-server 14 Jan 10:28:55 * Warning: no config file specified, using the default config. In order to specify a config file use 'redis-server /path/to/redis.conf' 14 Jan 10:28:55 - Server started, Redis version 1.2.6 -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #82686] cannot start redis
Date: Mon, 14 Jan 2013 17:40:13 +0900
To: bug-Test-RedisServer [...] rt.cpan.org
From: "Daisuke Murase (typester)" <typester [...] cpan.org>
oh, your redis version is too old. 2.0 >= version of redis is required fot this module. I will add this notice in the pod, thanks. On Mon, Jan 14, 2013 at 5:31 PM, Alexandr Ciornii via RT <bug-Test-RedisServer@rt.cpan.org> wrote: Show quoted text
> Queue: Test-RedisServer > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82686 > > > On Mon Jan 14 03:25:31 2013, typester@cpan.org wrote:
>> please tell me following command output: >> >> $ redis-server -v
> > bash-4.1$ redis-server -v > 14 Jan 10:28:38 * Fatal error, can't open config file > bash-4.1$ redis-server > 14 Jan 10:28:55 * Warning: no config file specified, using the default > config. In order to specify a config file use 'redis-server > /path/to/redis.conf' > 14 Jan 10:28:55 - Server started, Redis version 1.2.6 > > > -- > Alexandr Ciornii, http://chorny.net >
-- Daisuke Murase (typester)