Your message dated Sun, 25 Mar 2012 20:50:29 +0000
with message-id <[email protected]>
and subject line Bug#645098: fixed in kumofs 0.4.13-3
has caused the Debian Bug report #645098,
regarding kumofs not directly useable after install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
645098: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645098
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kumofs
Version: 0.4.13-1+b1
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear Maintainer,

While installing the package I chose to run manager, server and gateway
on localhost.

They are running :
kumofs   10276  0.0  0.0 142412  1432 ?        Sl   15:45   0:00
/usr/sbin/kumo-manager -l localhost -d /var/run/kumofs/kumo-manager.pid -o 
/var/log/kumofs/kumo-manager.log
kumofs   10292  0.0  0.0 224440  1752 ?        Sl   15:45   0:00 
/usr/sbin/kumo-server -m localhost -l localhost -s /var/lib/kumofs/kumofs.tch 
-d /var/run/kumofs/kumo-server.pid -o /var/log/kumofs/kumo-server.log
kumofs   10312  0.0  0.0 142224  1196 ?        Sl   15:45   0:00 
/usr/sbin/kumo-gateway -m localhost -t 11211 -d 
/var/run/kumofs/kumo-gateway.pid -o /var/log/kumofs/kumo-gateway.log

So I decided to have a test :

# telnet 127.0.0.1 11211
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
set foo 0 0 3
bla
SERVER_ERROR store failed

kumo-gateway.log says :
2011-10-12 15:54:22 gateway/mod_store.cc:236: req_set FAILED: No server

kuno-manager.log says :
2011-10-12 15:45:44 manager/framework.cc:69: new node 1 127.0.0.1:19800

kuno-server.log says :
2011-10-12 15:45:44 server/framework.cc:74: new node 0 127.0.0.1:19700


Performing a "kumoctl localhost attach", makes kumofs to start working.


# telnet 127.0.0.1 11211
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
set foo 0 0 3
bla
STORED

Maybe that should be explicted in README.Debian ?

Sincerly,
     Jean Charles Delépine


- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kumofs depends on:
ii  adduser                3.113           
ii  debconf [debconf-2.0]  1.5.40          
ii  libc6                  2.13-18         
ii  libgcc1                1:4.6.1-4       
ii  libmsgpack-ruby1.8     0.4.5-1         
ii  libmsgpack3            0.5.4-2         
ii  libmsgpackc2           0.5.4-2         
ii  libssl1.0.0            1.0.0e-2        
ii  libstdc++6             4.6.1-4         
ii  libtokyocabinet8       1.4.37-6.1      
ii  ruby                   4.8             
ii  ruby1.8 [ruby]         1.8.7.352-2     
ii  zlib1g                 1:1.2.3.4.dfsg-3

kumofs recommends no packages.

kumofs suggests no packages.

- -- Configuration Files:
/etc/default/kumofs changed:
RUN_KUMO_MANAGER="yes"
KUMO_MANAGER_ARGS="-l localhost"
RUN_KUMO_SERVER="yes"
KUMO_SERVER_ARGS="-m localhost -l localhost -s /var/lib/kumofs/kumofs.tch"
RUN_KUMO_GATEWAY="yes"
KUMO_GATEWAY_ARGS="-m localhost -t 11211"


- -- debconf-show failed

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6Vn2wACgkQNE22OINSnCpG0ACeNGiJQAT2W558zVasJA2nMlo/
gigAn0vzwOdpykt8dfOTiaMCGqlO8PXz
=ZwZk
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: kumofs
Source-Version: 0.4.13-3

We believe that the bug you reported is fixed in the latest version of
kumofs, which is due to be installed in the Debian FTP archive:

kumofs_0.4.13-3.debian.tar.gz
  to main/k/kumofs/kumofs_0.4.13-3.debian.tar.gz
kumofs_0.4.13-3.dsc
  to main/k/kumofs/kumofs_0.4.13-3.dsc
kumofs_0.4.13-3_amd64.deb
  to main/k/kumofs/kumofs_0.4.13-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Taku YASUI <[email protected]> (supplier of updated kumofs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 25 Mar 2012 23:07:19 +0900
Source: kumofs
Binary: kumofs
Architecture: source amd64
Version: 0.4.13-3
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI <[email protected]>
Changed-By: Taku YASUI <[email protected]>
Description: 
 kumofs     - simple and fast distributed key-value store
Closes: 645098
Changes: 
 kumofs (0.4.13-3) unstable; urgency=low
 .
   * Write "Need to attach" section to README.Debian (closes: #645098)
Checksums-Sha1: 
 28c97df5d3fe23aad2bf3ec112dd116297e03bd9 1982 kumofs_0.4.13-3.dsc
 06bcf609fe1d601bfc8864c53ceb9cce5050dbf2 15384 kumofs_0.4.13-3.debian.tar.gz
 c822493ba133d62ad7653db21b192971ecdfccb3 579354 kumofs_0.4.13-3_amd64.deb
Checksums-Sha256: 
 6a2fb43717ada40d1f2a11baa43ac9b0aa98556b3be74d66800c935c49b1ba83 1982 
kumofs_0.4.13-3.dsc
 e9949411da2a330c7c979ac05016cbe08187c1884e8f38f2d382776380f55299 15384 
kumofs_0.4.13-3.debian.tar.gz
 0ac83fb1e9661d2f6bdedf047998a552f7dc6f21127a48b7d9599a543434870f 579354 
kumofs_0.4.13-3_amd64.deb
Files: 
 e5a01c9e98fd94dc8e1cc0df1c827893 1982 misc extra kumofs_0.4.13-3.dsc
 33db034a0a30cd771377a1f687367ade 15384 misc extra kumofs_0.4.13-3.debian.tar.gz
 2d8b7c8ccbd7e9f12eaf3e905625630c 579354 misc extra kumofs_0.4.13-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPbzNYAAoJEEDXFs/pCc3uXBsQAMJbkYITWGm7WIWwtEOtvACh
3fPz5kzFZ49yqC1QiZgIZG0GQV8yAOeoZyWJmT+x8uBJhRnJsMM9JxXRiLRXzFQw
5txvbWwUjYbYM0gf6C7V4cJGqq2hxA3O7pF/Ypcar2YcyB6HPozN5ktVMFFa6KoT
Y05obJLh30LQkSlCn0P+aOgqpsdvw6CMD70bnQNNgudVzWNv/CBjTXVhz593vBgA
UAno9zi+JP87TEJJfEP8DdKTo9kc/Pv0B8j2e+XoEMk6ew//2XMwjNrvDayRD3cG
dIfO6Moy3rmwGBeykinjCLqmaLyewVjvntRdS+MHwiBzJ8YsORCOTYHNOP+qutNU
ppAhdZ1KGt7JMOGESE02epLUrnjJDcblyJeJqDh2s3sI8QKIYXSFZmzD8efznJE7
TNPTG51TKVpZ7Mv0D0x/iWFNGsKlIWrCfVSriaO7zBilH66LW0GVYrk97gPiISo1
tXDO1HrIQn9H4NorV83U9/LbxqsIM1N652hYcrOetpPklKM505nRmMbC3hOQbxFc
1OnEj/48Lv5f4nNTXA0UhS07wGIU9+y9F8sL0pLGEaU7KICi65xSWlHqrkaVfbD/
Qw1gJKJP5Q96pWjY0x2WD/Y58ESjqL0+Dwqwm1GOfL6Ro6D9j/4M3vcILgDvuQAl
fMzPKIbAwrUV9Mx4xDS6
=nkxA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to