Pages:
Author

Topic: Monero Support - page 11. (Read 82975 times)

legendary
Activity: 1762
Merit: 1011
May 28, 2016, 03:59:49 PM
The following popped up on my bitmonero daemon, without me communicating with it:

Code:
2016-May-09 14:24:22.005140 [P2P2]Output does not exist! amount = 7000000000, absolute_offset = 200689

It would seem to be coming from the following catch logic: https://github.com/monero-project/bitmonero/blob/master/src/cryptonote_core/blockchain.cpp#L216

Any idea what it means?

maybe the amount is too high?

The ouput definitly exists. It is this one 57bce882f4ac3bb63a8051a2a812d07b37f59b03255b5d74ad020dc6e6fc8493
from this transaction
http://moneroblocks.info/search/f915114849e29553b00e36e3f8883defd19f88c403449c33ced57fc2f8ac0922

How are you inferring that from what I provided? I can't see how that transaction matches the error that I posted at all.
newbie
Activity: 13
Merit: 0
May 28, 2016, 09:24:56 AM
bitmonerod is spewing stuff like this every 10s or so:

ERROR   {8} {p1} 2016-05-28 15:25:07.443042 [abstract_tcp_server2.inl+512 ::do_send_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), shutting down connection
ERROR   {8} {p1} 2016-05-28 15:25:34.447733 [abstract_tcp_server2.inl+512 ::do_send_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), shutting down connection
ERROR   {4} {p1} 2016-05-28 15:26:14.299694 [abstract_tcp_server2.inl+512 ::do_send_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), shutting down connection
ERROR   {8} {p1} 2016-05-28 15:26:46.632806 [abstract_tcp_server2.inl+512 ::do_send_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), shutting down connection
ERROR   {6} {p1} 2016-05-28 15:27:16.128294 [abstract_tcp_server2.inl+512 ::do_send_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), shutting down connection
sr. member
Activity: 392
Merit: 250
May 09, 2016, 07:08:47 PM
The following popped up on my bitmonero daemon, without me communicating with it:

Code:
2016-May-09 14:24:22.005140 [P2P2]Output does not exist! amount = 7000000000, absolute_offset = 200689

It would seem to be coming from the following catch logic: https://github.com/monero-project/bitmonero/blob/master/src/cryptonote_core/blockchain.cpp#L216

Any idea what it means?

maybe the amount is too high?

The ouput definitly exists. It is this one 57bce882f4ac3bb63a8051a2a812d07b37f59b03255b5d74ad020dc6e6fc8493
from this transaction
http://moneroblocks.info/search/f915114849e29553b00e36e3f8883defd19f88c403449c33ced57fc2f8ac0922
legendary
Activity: 1762
Merit: 1011
May 09, 2016, 05:41:01 PM
The following popped up on my bitmonero daemon, without me communicating with it:

Code:
2016-May-09 14:24:22.005140 [P2P2]Output does not exist! amount = 7000000000, absolute_offset = 200689

It would seem to be coming from the following catch logic: https://github.com/monero-project/bitmonero/blob/master/src/cryptonote_core/blockchain.cpp#L216

Any idea what it means?

maybe the amount is too high?

What amount? I didn't communicate with the daemon. It just spit this out by itself.
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
May 09, 2016, 05:24:33 PM
The following popped up on my bitmonero daemon, without me communicating with it:

Code:
2016-May-09 14:24:22.005140 [P2P2]Output does not exist! amount = 7000000000, absolute_offset = 200689

It would seem to be coming from the following catch logic: https://github.com/monero-project/bitmonero/blob/master/src/cryptonote_core/blockchain.cpp#L216

Any idea what it means?

maybe the amount is too high?
legendary
Activity: 1762
Merit: 1011
May 09, 2016, 05:20:47 PM
The following popped up on my bitmonero daemon, without me communicating with it:

Code:
2016-May-09 14:24:22.005140 [P2P2]Output does not exist! amount = 7000000000, absolute_offset = 200689

It would seem to be coming from the following catch logic: https://github.com/monero-project/bitmonero/blob/master/src/cryptonote_core/blockchain.cpp#L216

Any idea what it means?
hyc
member
Activity: 88
Merit: 16
April 28, 2016, 10:43:58 PM
"make release" does not build tests. You must have done something else.


legendary
Activity: 2268
Merit: 1141
April 28, 2016, 05:43:37 PM
Try the binaries that did get made.

Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder

Indeed there are - thanks.  Not really satisfactory, though.

Apparently tests got broken in a recent commit, see:

https://www.reddit.com/r/Monero/comments/4gakjp/maam_13_monero_ask_anything_monday/d2gvq8o?context=3

Quote
Yes, tests got broken in a recent commit. You should use the v0.9.4 tag instead of master. Or you can merge this patch into your build tree: https://github.com/monero-project/bitmonero/pull/811

v0.9.4 was tagged on this particular commit:

https://github.com/monero-project/bitmonero/commit/e7c8a32a288b9e5d82da09c8e077f7ed0e440fec
legendary
Activity: 1260
Merit: 1008
April 28, 2016, 05:26:19 PM
Try the binaries that did get made.

Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder

Indeed there are - thanks.  Not really satisfactory, though.

Well file a bug report on the github, make a pull request, or throw some money at people.
newbie
Activity: 13
Merit: 0
April 28, 2016, 01:58:48 PM
Try the binaries that did get made.

Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder

Indeed there are - thanks.  Not really satisfactory, though.
legendary
Activity: 1260
Merit: 1008
April 28, 2016, 01:23:37 PM
Try the binaries that did get made.

Unit tests have been wierd. Dunno why release tried to make the tests. Then again I don't know much. But u might have functioning binaries in your bin folder
newbie
Activity: 13
Merit: 0
April 28, 2016, 12:36:07 PM
I'm getting the following errors trying to "make release" with v0.9.4 (as tagged in git) on Debian 8.

How can I proceed from here?

Is buildability on common platforms not really an objective for Monero?


Linking CXX executable unit_tests
/home/foo/bitmonero/src/wallet/wallet2.cpp: In member function ‘load_keys’:
/home/foo/bitmonero/src/wallet/wallet2.cpp:1062:74: warning: ‘field_store_tx_info’ may be used uninitialized in this function [-Wmaybe-uninitialized]
                    || (field_store_tx_info_found && (field_store_tx_info != 0));
                                                                          ^
/home/foo/bitmonero/src/wallet/wallet2.cpp:1060:5: note: ‘field_store_tx_info’ was declared here
     GET_FIELD_FROM_JSON_RETURN_ON_ERROR(json, store_tx_info, int, Int, false);
     ^
/home/foo/bitmonero/src/wallet/wallet2.cpp:1061:74: warning: ‘field_store_tx_keys’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     m_store_tx_info = (field_store_tx_keys_found && (field_store_tx_keys != 0))
                                                                          ^
/home/foo/bitmonero/src/wallet/wallet2.cpp:1059:5: note: ‘field_store_tx_keys’ was declared here
     GET_FIELD_FROM_JSON_RETURN_ON_ERROR(json, store_tx_keys, int, Int, false);
     ^
/tmp/cc4V2Hqv.ltrans2.ltrans.o: In function `(anonymous namespace)::BlockchainDBTest_RetrieveBlockData_Test::TestBody()':
cc4V2Hqv.ltrans2.o:(.text+0x1e293): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/tmp/cc4V2Hqv.ltrans3.ltrans.o: In function `unbound_supported_algorithms_Test::TestBody()':
cc4V2Hqv.ltrans3.o:(.text+0xb210): undefined reference to `dnskey_algo_id_is_supported'
cc4V2Hqv.ltrans3.o:(.text+0xb2cf): undefined reference to `dnskey_algo_id_is_supported'
cc4V2Hqv.ltrans3.o:(.text+0xb36e): undefined reference to `dnskey_algo_id_is_supported'
cc4V2Hqv.ltrans3.o:(.text+0xb396): undefined reference to `dnskey_algo_id_is_supported'
collect2: error: ld returned 1 exit status
tests/unit_tests/CMakeFiles/unit_tests.dir/build.make:694: recipe for target 'tests/unit_tests/unit_tests' failed
make[3]: *** [tests/unit_tests/unit_tests] Error 1
make[3]: Leaving directory '/home/foo/bitmonero/build/release'
CMakeFiles/Makefile2:1873: recipe for target 'tests/unit_tests/CMakeFiles/unit_tests.dir/all' failed
make[2]: *** [tests/unit_tests/CMakeFiles/unit_tests.dir/all] Error 2
make[2]: Leaving directory '/home/foo/bitmonero/build/release'
Makefile:127: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/foo/bitmonero/build/release'
Makefile:51: recipe for target 'release' failed
make: *** [release] Error 2
sr. member
Activity: 392
Merit: 250
April 23, 2016, 12:32:36 AM
legendary
Activity: 2968
Merit: 1198
April 22, 2016, 09:41:10 PM
I think you have to install the basic compiler tools first. The package is called build-essential.

Code:
apt-get install build-essential

You may or may not need boost. You would need it if compiling monero itself. Make sure you do not get boost 1.54 which has a bug and doesn't work. If your distro wants to give you that version try boost1.55-all-dev instead of boost-all-dev.
hero member
Activity: 869
Merit: 585
April 22, 2016, 12:52:11 PM
I am trying to install the mymonero-simplewallet mnemonic conversion utility from github on my computer, which runs galliumos.
https://github.com/moneroexamples/mymonero-simplewallet

following the instructions
Code:
# download the source code
git clone https://github.com/moneroexamples/mymonero-simplewallet.git
# enter the downloaded sourced code folder
cd mymonero-simplewallet
# create the makefile
cmake .
# compile
make

I got git: command not found, so I installed git.  That was easy enough, apt-get install git did the trick.
I downloaded the source code, and when I entered cmake
I got the same error cmake: command not found

but I am not having good luck with cmake:
Code:
$ sudo apt-get install cmake
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  cmake-data gcc
Suggested packages:
  codeblocks eclipse ninja-build gcc-multilib autoconf automake libtool flex
  bison gdb gcc-doc
The following NEW packages will be installed:
  cmake cmake-data gcc
0 upgraded, 3 newly installed, 0 to remove and 32 not upgraded.
Need to get 3,313 kB of archives.
After this operation, 16.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake-data all 3.0.2-1ubuntu2 [923 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ vivid/main cmake amd64 3.0.2-1ubuntu2 [2,385 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ vivid/main gcc amd64 4:4.9.2-2ubuntu2 [5,232 B]
Fetched 3,313 kB in 4s (738 kB/s)
Selecting previously unselected package cmake-data.
(Reading database ... 155678 files and directories currently installed.)
Preparing to unpack .../cmake-data_3.0.2-1ubuntu2_all.deb ...
Unpacking cmake-data (3.0.2-1ubuntu2) ...
Selecting previously unselected package cmake.
Preparing to unpack .../cmake_3.0.2-1ubuntu2_amd64.deb ...
Unpacking cmake (3.0.2-1ubuntu2) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.9.2-2ubuntu2_amd64.deb ...
Unpacking gcc (4:4.9.2-2ubuntu2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up cmake-data (3.0.2-1ubuntu2) ...
Setting up cmake (3.0.2-1ubuntu2) ...
Setting up gcc (4:4.9.2-2ubuntu2) ...
kell@computer:~/mymonero-simplewallet$ cmake .
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeOutput.log".
See also "/home/kell/mymonero-simplewallet/CMakeFiles/CMakeError.log".

I was asking for help on the galliumos irc channel.  Someone suggested that I should use the instructions in this link
https://github.com/moneroexamples/compile-monero-09-on-ubuntu
to help me get the missing dependencies
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
April 22, 2016, 01:35:02 AM
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set.

Quote
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UNBOUND_LIBRARIES
    linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests

-- Configuring incomplete, errors occurred!
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log".
make: *** [release-all] Error 1


There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue.

I presume I shouldn't be touching the make file at all.

Any ideas?

Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.
Compiling..

Maybe try compiling 0.9.4 itself rather than possibly-unstable changes after that

git checkout v0.9.4
make clean (this will wipe out the 'build' subdirectory; make sure you don't have any wallets in there)
make


Will give that a try. Thanks
legendary
Activity: 2968
Merit: 1198
April 22, 2016, 01:23:34 AM
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set.

Quote
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UNBOUND_LIBRARIES
    linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests

-- Configuring incomplete, errors occurred!
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log".
make: *** [release-all] Error 1


There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue.

I presume I shouldn't be touching the make file at all.

Any ideas?

Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.
Compiling..

Maybe try compiling 0.9.4 itself rather than possibly-unstable changes after that

git checkout v0.9.4
make clean (this will wipe out the 'build' subdirectory; make sure you don't have any wallets in there)
make
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
April 22, 2016, 01:21:34 AM
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set.

Quote
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UNBOUND_LIBRARIES
    linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests

-- Configuring incomplete, errors occurred!
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log".
make: *** [release-all] Error 1


There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue.

I presume I shouldn't be touching the make file at all.

Any ideas?

Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.
Compiling..
hyc
member
Activity: 88
Merit: 16
April 21, 2016, 11:37:47 AM
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set.

Quote
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UNBOUND_LIBRARIES
    linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests

-- Configuring incomplete, errors occurred!
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log".
make: *** [release-all] Error 1


There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue.

I presume I shouldn't be touching the make file at all.

Any ideas?

Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.

Pretty sure that UNBOUND problem was introduced *after* the 0.9.4 release. Quick workaround is to edit build/release/CMakeCache.txt and change "BUILD_TESTS" from "ON" to "OFF" then do "make rebuild_cache" and then "make" again.
legendary
Activity: 1260
Merit: 1008
April 21, 2016, 07:25:46 AM
Been having a few issues with installing 0.9.4. I got the following message about UNBOUND_LIBRARIES variable not being set.

Quote
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
UNBOUND_LIBRARIES
    linked by target "unit_tests" in directory /home/viewkey/bitmonero/tests/unit_tests

-- Configuring incomplete, errors occurred!
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/viewkey/bitmonero/build/release/CMakeFiles/CMakeError.log".
make: *** [release-all] Error 1


There were some other issues during the make/install and those appeared to have been resolved after doing some searching. I haven't found anything regarding this issue.

I presume I shouldn't be touching the make file at all.

Any ideas?

Are you installing 0.9.4 or are you compiling the head source code from git? 0.9.4 just requires downloading binaries and using them.
Pages:
Jump to: