Can't see a directory that's supposed to exist





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















So I own a device (casa node) which is basically a raspberry pi 3b+ with a hard drive and a modified OS (they call it CasaOS) and I want to edit a file. I found the location of this file by looking at the debug logs of the program that uses it. here's what they look like:



2019-01-05T22:11:44Z Bitcoin Core version v0.17.0 (release build)
2019-01-05T22:11:44Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrel$2019-01-05T22:11:44Z Assuming ancestors of block 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 hav$2019-01-05T22:11:44Z Setting nMinimumChainWork=0000000000000000000000000000000000000000028822fef1c230963535a90d
2019-01-05T22:11:44Z Using the 'standard' SHA256 implementation
2019-01-05T22:11:44Z Default data directory /root/.bitcoin
2019-01-05T22:11:44Z Using data directory /usr/local/casa/chains/bitcoind/data/
2019-01-05T22:11:44Z Using config file /usr/local/casa/chains/bitcoind/conf/bitcoin.conf


The bitcoin.conf is the on I'm after, however I can't get in the directory. Once I'm in /usr/local/casa I can't see or cd into the chains dir. the ls -a command returns



.  ..  applications  launch.sh


How can I get in the chains folder and ultimately to the bitcoin.conf file? I did all of this as root.










share|improve this question









New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

    – Kusalananda
    yesterday













  • K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

    – Relaxo143
    yesterday













  • You might try to use find: find / -name bitcoin.conf

    – Fitz
    22 hours ago











  • Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

    – Relaxo143
    17 hours ago


















1















So I own a device (casa node) which is basically a raspberry pi 3b+ with a hard drive and a modified OS (they call it CasaOS) and I want to edit a file. I found the location of this file by looking at the debug logs of the program that uses it. here's what they look like:



2019-01-05T22:11:44Z Bitcoin Core version v0.17.0 (release build)
2019-01-05T22:11:44Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrel$2019-01-05T22:11:44Z Assuming ancestors of block 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 hav$2019-01-05T22:11:44Z Setting nMinimumChainWork=0000000000000000000000000000000000000000028822fef1c230963535a90d
2019-01-05T22:11:44Z Using the 'standard' SHA256 implementation
2019-01-05T22:11:44Z Default data directory /root/.bitcoin
2019-01-05T22:11:44Z Using data directory /usr/local/casa/chains/bitcoind/data/
2019-01-05T22:11:44Z Using config file /usr/local/casa/chains/bitcoind/conf/bitcoin.conf


The bitcoin.conf is the on I'm after, however I can't get in the directory. Once I'm in /usr/local/casa I can't see or cd into the chains dir. the ls -a command returns



.  ..  applications  launch.sh


How can I get in the chains folder and ultimately to the bitcoin.conf file? I did all of this as root.










share|improve this question









New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

    – Kusalananda
    yesterday













  • K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

    – Relaxo143
    yesterday













  • You might try to use find: find / -name bitcoin.conf

    – Fitz
    22 hours ago











  • Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

    – Relaxo143
    17 hours ago














1












1








1








So I own a device (casa node) which is basically a raspberry pi 3b+ with a hard drive and a modified OS (they call it CasaOS) and I want to edit a file. I found the location of this file by looking at the debug logs of the program that uses it. here's what they look like:



2019-01-05T22:11:44Z Bitcoin Core version v0.17.0 (release build)
2019-01-05T22:11:44Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrel$2019-01-05T22:11:44Z Assuming ancestors of block 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 hav$2019-01-05T22:11:44Z Setting nMinimumChainWork=0000000000000000000000000000000000000000028822fef1c230963535a90d
2019-01-05T22:11:44Z Using the 'standard' SHA256 implementation
2019-01-05T22:11:44Z Default data directory /root/.bitcoin
2019-01-05T22:11:44Z Using data directory /usr/local/casa/chains/bitcoind/data/
2019-01-05T22:11:44Z Using config file /usr/local/casa/chains/bitcoind/conf/bitcoin.conf


The bitcoin.conf is the on I'm after, however I can't get in the directory. Once I'm in /usr/local/casa I can't see or cd into the chains dir. the ls -a command returns



.  ..  applications  launch.sh


How can I get in the chains folder and ultimately to the bitcoin.conf file? I did all of this as root.










share|improve this question









New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












So I own a device (casa node) which is basically a raspberry pi 3b+ with a hard drive and a modified OS (they call it CasaOS) and I want to edit a file. I found the location of this file by looking at the debug logs of the program that uses it. here's what they look like:



2019-01-05T22:11:44Z Bitcoin Core version v0.17.0 (release build)
2019-01-05T22:11:44Z InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrel$2019-01-05T22:11:44Z Assuming ancestors of block 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 hav$2019-01-05T22:11:44Z Setting nMinimumChainWork=0000000000000000000000000000000000000000028822fef1c230963535a90d
2019-01-05T22:11:44Z Using the 'standard' SHA256 implementation
2019-01-05T22:11:44Z Default data directory /root/.bitcoin
2019-01-05T22:11:44Z Using data directory /usr/local/casa/chains/bitcoind/data/
2019-01-05T22:11:44Z Using config file /usr/local/casa/chains/bitcoind/conf/bitcoin.conf


The bitcoin.conf is the on I'm after, however I can't get in the directory. Once I'm in /usr/local/casa I can't see or cd into the chains dir. the ls -a command returns



.  ..  applications  launch.sh


How can I get in the chains folder and ultimately to the bitcoin.conf file? I did all of this as root.







debian command-line raspberry-pi cd-command bitcoin






share|improve this question









New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago









Paradox

387216




387216






New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Relaxo143Relaxo143

61




61




New contributor




Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Relaxo143 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

    – Kusalananda
    yesterday













  • K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

    – Relaxo143
    yesterday













  • You might try to use find: find / -name bitcoin.conf

    – Fitz
    22 hours ago











  • Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

    – Relaxo143
    17 hours ago



















  • Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

    – Kusalananda
    yesterday













  • K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

    – Relaxo143
    yesterday













  • You might try to use find: find / -name bitcoin.conf

    – Fitz
    22 hours ago











  • Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

    – Relaxo143
    17 hours ago

















Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

– Kusalananda
yesterday







Is the application chrooted? I.e. does it have a displaced root directory under which the path exists? What's, for example, under /root/.bitcoin/usr/local/...?

– Kusalananda
yesterday















K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

– Relaxo143
yesterday







K7AAY, if you mean sudo ls -a, then it returns the same thing. Kusalananda, I have no idea how to check that. Does that help? root@casa-node:/usr/local/casa# ls -al total 16 drwxr-sr-x 3 root staff 4096 Dec 5 16:30 . drwxrwsr-x 11 root staff 4096 Nov 14 01:50 .. drwxr-sr-x 2 root staff 4096 Apr 2 14:54 applications -rwxr-xr-x 1 root root 321 Apr 4 12:53 launch.sh

– Relaxo143
yesterday















You might try to use find: find / -name bitcoin.conf

– Fitz
22 hours ago





You might try to use find: find / -name bitcoin.conf

– Fitz
22 hours ago













Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

– Relaxo143
17 hours ago





Oh my God Fitz, you are literally the best. Thanks. The actual path was /mnt/data/overlay2/60fe75e985602eb59c95fb97c0002750e4a41935c02a9d73472b8997f52a879e/diff/usr/local/casa/chains/bitcoind/conf/bitcoin.conf I would have never found it myself if it wasn't for you! Thanks to the others for the great tips and effort too!

– Relaxo143
17 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Relaxo143 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510589%2fcant-see-a-directory-thats-supposed-to-exist%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Relaxo143 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Relaxo143 is a new contributor. Be nice, and check out our Code of Conduct.













Relaxo143 is a new contributor. Be nice, and check out our Code of Conduct.












Relaxo143 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510589%2fcant-see-a-directory-thats-supposed-to-exist%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

濃尾地震

How to rewrite equation of hyperbola in standard form

No ethernet ip address in my vocore2