I have downloaded LLVM 3.6 + CFE + Compiler-RT. Post compilation, below are the list of executables generated:
llvm-3.6.0/build/bin
-rwxrwxr-x 1 dipanjan dipanjan 51113672 Aug 4 15:25 arcmt-test
-rwxrwxr-x 1 dipanjan dipanjan 36545319 Aug 4 14:25 bugpoint
-rwxrwxr-x 1 dipanjan dipanjan 13710 Aug 4 15:25 c-arcmt-test
-rwxrwxr-x 1 dipanjan dipanjan 124687 Aug 4 15:25 c-index-test
-rwxrwxrwx 1 dipanjan dipanjan 0 Aug 4 15:02 clang-3.6
-rwxrwxr-x 1 dipanjan dipanjan 51741074 Aug 4 15:25 clang-check
-rwxrwxr-x 1 dipanjan dipanjan 3945674 Aug 4 15:23 clang-format
-rwxrwxr-x 1 dipanjan dipanjan 2776541 Aug 4 14:27 clang-tblgen
-rwxrwxr-x 1 dipanjan dipanjan 8809 Aug 4 14:18 count
-rwxrwxr-x 1 dipanjan dipanjan 5951029 Aug 4 15:02 diagtool
-rwxrwxr-x 1 dipanjan dipanjan 892952 Aug 4 14:18 FileCheck
-rwxrwxr-x 1 dipanjan dipanjan 66957023 Aug 4 14:22 llc
-rwxrwxr-x 1 dipanjan dipanjan 42129985 Aug 4 14:23 lli
-rwxrwxr-x 1 dipanjan dipanjan 384911 Aug 4 14:23 lli-child-target
-rwxrwxr-x 1 dipanjan dipanjan 16546687 Aug 4 14:22 llvm-ar
-rwxrwxr-x 1 dipanjan dipanjan 5769950 Aug 4 14:22 llvm-as
-rwxrwxr-x 1 dipanjan dipanjan 780247 Aug 4 14:25 llvm-bcanalyzer
-rwxrwxr-x 1 dipanjan dipanjan 467751 Aug 4 14:21 llvm-config
-rwxrwxr-x 1 dipanjan dipanjan 2608867 Aug 4 14:23 llvm-cov
-rwxrwxr-x 1 dipanjan dipanjan 48917700 Aug 4 14:26 llvm-c-test
-rwxrwxr-x 1 dipanjan dipanjan 5504873 Aug 4 14:23 llvm-diff
-rwxrwxr-x 1 dipanjan dipanjan 4831508 Aug 4 14:22 llvm-dis
-rwxrwxr-x 1 dipanjan dipanjan 1701984 Aug 4 14:24 llvm-dsymutil
-rwxrwxr-x 1 dipanjan dipanjan 2442042 Aug 4 14:24 llvm-dwarfdump
-rwxrwxr-x 1 dipanjan dipanjan 6439822 Aug 4 14:23 llvm-extract
-rwxrwxr-x 1 dipanjan dipanjan 6678768 Aug 4 14:23 llvm-link
-rwxr-x--- 1 dipanjan dipanjan 1704 Aug 4 13:36 llvm-lit
-rwxrwxr-x 1 dipanjan dipanjan 56954541 Aug 4 14:27 llvm-lto
-rwxrwxr-x 1 dipanjan dipanjan 14644360 Aug 4 14:22 llvm-mc
-rwxrwxr-x 1 dipanjan dipanjan 665654 Aug 4 14:25 llvm-mcmarkup
-rwxrwxr-x 1 dipanjan dipanjan 16587218 Aug 4 14:23 llvm-nm
-rwxrwxr-x 1 dipanjan dipanjan 20046537 Aug 4 14:24 llvm-objdump
-rwxrwxr-x 1 dipanjan dipanjan 36311 Aug 4 14:18 llvm-PerfectShuffle
-rwxrwxr-x 1 dipanjan dipanjan 2968803 Aug 4 14:23 llvm-profdata
lrwxrwxrwx 1 dipanjan dipanjan 7 Aug 4 14:22 llvm-ranlib -> llvm-ar
-rwxrwxr-x 1 dipanjan dipanjan 7230376 Aug 4 14:24 llvm-readobj
-rwxrwxr-x 1 dipanjan dipanjan 13489409 Aug 4 14:24 llvm-rtdyld
-rwxrwxr-x 1 dipanjan dipanjan 6594901 Aug 4 14:23 llvm-size
-rwxrwxr-x 1 dipanjan dipanjan 7009337 Aug 4 14:25 llvm-stress
-rwxrwxr-x 1 dipanjan dipanjan 7535042 Aug 4 14:25 llvm-symbolizer
-rwxrwxr-x 1 dipanjan dipanjan 7133647 Aug 4 13:38 llvm-tblgen
-rwxrwxr-x 1 dipanjan dipanjan 6788419 Aug 4 14:24 llvm-vtabledump
-rwxrwxr-x 1 dipanjan dipanjan 6458851 Aug 4 14:24 macho-dump
-rwxrwxr-x 1 dipanjan dipanjan 399734 Aug 4 14:18 not
-rwxrwxr-x 1 dipanjan dipanjan 7013768 Aug 4 14:26 obj2yaml
-rwxrwxr-x 1 dipanjan dipanjan 75706398 Aug 4 14:22 opt
-rwxrwxr-x 1 dipanjan dipanjan 6443534 Aug 4 14:25 verify-uselistorder
-rwxrwxr-x 1 dipanjan dipanjan 1633631 Aug 4 14:26 yaml2obj
-rwxrwxr-x 1 dipanjan dipanjan 830293 Aug 4 14:18 yaml-bench
My question is: The file llvm-3.6.0/build/bin/clang-3.6 is a zero-byte file. How can I use clang in case of llvm-3.x even?
Something went wrong in your build. It should not be 0 bytes. It seems like you've made a debug build, so the clang binary should be enormous (hundreds of MB). Perhaps your build ran out of memory?
You can also consider downloading the binary drops of Clang+LLVM.
Related
My computer is running Windows 10 and Docker for Windows
I am using docker volume to code faster
the code is on the windows side. In the docker-compose.yaml I mount my workspace on the host tho the root of the apache server on the guest
volumes:
- ./:/var/www/html
When I create the file web\modules\custom\hello_world\hello_world.info.yml on the host that file replicates on the guest side but remains empty:
PS C:\Users\jeanp\CONSULTANT\dockertest> docker exec -it my_drupal9_project_nginx /bin/bash
/var/www/html$ ls -al web/modules/custom/hello_world/
total 8
drwxr-xr-x 2 root root 4096 Aug 3 16:46 .
drwxr-xr-x 3 root root 4096 Aug 3 16:46 ..
-rwxr-xr-x 1 root root 0 Aug 3 16:46 hello_world.info.yml
(hello_world.info.yml has 0 bytes length and can be edited only by root)
On the guest side, when I try to edit hello_world.info.yml I cannot save it because it is marked as read-only
web/modules/custom/hello_world/hello_world.info.yml [Readonly] 0/0 100%
On the guest side I asked who am I the answer is wodby:
/var/www/html$ whoami
wodby
the other files on in the image on the guest belongs to wodby
/var/www/html$ ls -al web
total 84
drwxr-xr-x 7 wodby wodby 4096 Jul 22 02:17 .
drwxr-xr-x 4 wodby wodby 4096 Jul 31 12:04 ..
-rw-r--r-- 1 wodby wodby 1025 Jul 22 02:17 .csslintrc
-rw-r--r-- 1 wodby wodby 151 Jul 22 02:17 .eslintignore
-rw-r--r-- 1 wodby wodby 41 Jul 22 02:17 .eslintrc.json
-rw-r--r-- 1 wodby wodby 2314 Jul 22 02:17 .ht.router.php
-rw-r--r-- 1 wodby wodby 7572 Jul 22 02:17 .htaccess
-rw-r--r-- 1 wodby wodby 94 Jul 22 02:17 INSTALL.txt
-rw-r--r-- 1 wodby wodby 3205 Jul 22 02:17 README.md
-rw-r--r-- 1 wodby wodby 315 Jul 22 02:17 autoload.php
drwxr-xr-x 12 wodby wodby 4096 Jul 20 21:42 core
-rw-r--r-- 1 wodby wodby 1507 Jul 22 02:17 example.gitignore
-rw-r--r-- 1 wodby wodby 549 Jul 22 02:17 index.php
drwxr-xr-x 3 wodby wodby 4096 Aug 3 16:46 modules
drwxr-xr-x 2 wodby wodby 4096 Jul 22 02:17 profiles
-rw-r--r-- 1 wodby wodby 1586 Jul 22 02:17 robots.txt
drwxr-xr-x 3 wodby wodby 4096 Jul 22 02:17 sites
drwxr-xr-x 2 wodby wodby 4096 Jul 22 02:17 themes
-rw-r--r-- 1 wodby wodby 804 Jul 22 02:17 update.php
-rw-r--r-- 1 wodby wodby 4016 Jul 22 02:17 web.config
My question is the following:
how to make that on the guest the files created through synchronisation from the host belongs to wodby and not root ?
Sounds like you could benefit from setting up the folder and permissions via the Dockerfile prior to mounting the files in:
https://github.com/moby/moby/issues/2259#issuecomment-48286811
Else this issue may be able to help you out, detailing a volumes-from pattern
What is the (best) way to manage permissions for Docker shared volumes?
i have activated UART2 in beaglebone black. i have enabled the UART 2 in /boot/uEnv.txt.
but cant communicate through the port.
the result is as below
ls -l /dev/tty*
crw--w---- 1 root tty 4, 62 Jan 28 14:17 /dev/tty62
crw--w---- 1 root tty 4, 63 Jan 28 14:17 /dev/tty63
crw--w---- 1 root tty 4, 7 Jan 28 14:17 /dev/tty7
crw--w---- 1 root tty 4, 8 Jan 28 14:17 /dev/tty8
crw--w---- 1 root tty 4, 9 Jan 28 14:17 /dev/tty9
crw--w---- 1 root tty 243, 0 Jan 28 14:17 /dev/ttyGS0
lrwxrwxrwx 1 root root 5 Jan 28 14:17 /dev/ttyO0 -> ttyS0
lrwxrwxrwx 1 root root 5 Jan 28 14:17 /dev/ttyO1 -> ttyS1
lrwxrwxrwx 1 root root 5 Jan 28 14:17 /dev/ttyO2 -> ttyS2
lrwxrwxrwx 1 root root 5 Jan 28 14:17 /dev/ttyO4 -> ttyS4
lrwxrwxrwx 1 root root 5 Jan 28 14:17 /dev/ttyO5 -> ttyS5
crw--w---- 1 root tty 4, 64 Jan 28 14:17 /dev/ttyS0
crw-rw---- 1 root dialout 4, 65 Jan 28 14:17 /dev/ttyS1
crw-rw---- 1 root dialout 4, 66 Jan 28 15:18 /dev/ttyS2
crw-rw---- 1 root dialout 4, 67 Jan 28 14:17 /dev/ttyS3
crw-rw---- 1 root dialout 4, 68 Jan 28 14:17 /dev/ttyS4
crw-rw---- 1 root dialout 4, 69 Jan 28 14:17 /dev/ttyS5
someone help
I got it..
we have to add
config-pin P9_-- uart
-- represent the pin u want to make it
As stated in this document, docker container's runtime matrix should be available at /sys/fs/cgroup/memory/lxc/<longid>/.
However, if I am using boot2docker image, I can only find a folder named docker under /sys/fs/cgroup/memory/ with some matrices.
$ ls /sys/fs/cgroup/memory/ -l
total 0
-rw-r--r-- 1 root root 0 Mar 25 08:39 cgroup.clone_children
--w--w--w- 1 root root 0 Mar 25 08:39 cgroup.event_control
-rw-r--r-- 1 root root 0 Mar 25 08:39 cgroup.procs
-r--r--r-- 1 root root 0 Mar 25 08:39 cgroup.sane_behavior
drwxr-xr-x 2 root root 0 Mar 25 07:41 docker/
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.failcnt
--w------- 1 root root 0 Mar 25 08:39 memory.force_empty
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.failcnt
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.limit_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.max_usage_in_bytes
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.slabinfo
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.tcp.failcnt
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.tcp.limit_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.tcp.max_usage_in_bytes
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.tcp.usage_in_bytes
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.kmem.usage_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 04:00 memory.limit_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.max_usage_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.memsw.failcnt
-rw-r--r-- 1 root root 0 Mar 25 04:00 memory.memsw.limit_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.memsw.max_usage_in_bytes
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.memsw.usage_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.move_charge_at_immigrate
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.oom_control
---------- 1 root root 0 Mar 25 08:39 memory.pressure_level
-rw-r--r-- 1 root root 0 Mar 25 04:00 memory.soft_limit_in_bytes
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.stat
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.swappiness
-r--r--r-- 1 root root 0 Mar 25 08:39 memory.usage_in_bytes
-rw-r--r-- 1 root root 0 Mar 25 08:39 memory.use_hierarchy
-rw-r--r-- 1 root root 0 Mar 25 08:39 notify_on_release
-rw-r--r-- 1 root root 0 Mar 25 08:39 release_agent
-rw-r--r-- 1 root root 0 Mar 25 08:39 tasks
How can I get back the missing LXC matrices in boot2docker image?
I've seen a lot of Flex Patches for Cydia, but every time I try to process Cydia it just takes for ever and then crashes Flex. I'm on the latest Flex 2 version and it's not a cracked version.
So I thought to use Class Dump, but how to use Class Dump on Cydia?
Copy the Cydia executable from your phone to your Mac:
scp root#iphone-ip-address:/Applications/Cydia.app/MobileCydia .
Then, run class-dump on the executable file:
class-dump MobileCydia -H .
I ran it and got these generated headers:
-rw-r--r-- 1 username staff 2341 Aug 15 15:50 Database.h
-rw-r--r-- 1 username staff 452 Aug 15 15:50 CyteWebViewTableViewCell.h
-rw-r--r-- 1 username staff 2634 Aug 15 15:50 CyteWebViewDelegate-Protocol.h
-rw-r--r-- 1 username staff 6046 Aug 15 15:50 CyteWebViewController.h
-rw-r--r-- 1 username staff 1916 Aug 15 15:50 CyteWebView.h
-rw-r--r-- 1 username staff 686 Aug 15 15:50 CyteViewController.h
-rw-r--r-- 1 username staff 226 Aug 15 15:50 CyteTableViewCellDelegate-Protocol.h
-rw-r--r-- 1 username staff 362 Aug 15 15:50 CyteTableViewCellContentView.h
-rw-r--r-- 1 username staff 444 Aug 15 15:50 CyteTableViewCell.h
-rw-r--r-- 1 username staff 605 Aug 15 15:50 CyteTabBarController.h
-rw-r--r-- 1 username staff 850 Aug 15 15:50 CydiaWebViewController.h
-rw-r--r-- 1 username staff 360 Aug 15 15:50 CydiaURLProtocol.h
-rw-r--r-- 1 username staff 998 Aug 15 15:50 CydiaTabBarController.h
-rw-r--r-- 1 username staff 548 Aug 15 15:50 CydiaRelation.h
-rw-r--r-- 1 username staff 1134 Aug 15 15:50 CydiaProgressEvent.h
-rw-r--r-- 1 username staff 1079 Aug 15 15:50 CydiaProgressData.h
-rw-r--r-- 1 username staff 520 Aug 15 15:50 CydiaOperation.h
-rw-r--r-- 1 username staff 2708 Aug 15 15:50 CydiaObject.h
-rw-r--r-- 1 username staff 260 Aug 15 15:50 CydiaLoadingViewController.h
-rw-r--r-- 1 username staff 433 Aug 15 15:50 CydiaLoadingView.h
-rw-r--r-- 1 username staff 1024 Aug 15 15:50 CydiaDelegate-Protocol.h
-rw-r--r-- 1 username staff 508 Aug 15 15:50 CydiaClause.h
-rw-r--r-- 1 username staff 3578 Aug 15 15:50 Cydia.h
-rw-r--r-- 1 username staff 341 Aug 15 15:50 ConfirmationControllerDelegate-Protocol.h
-rw-r--r-- 1 username staff 936 Aug 15 15:50 ConfirmationController.h
-rw-r--r-- 1 username staff 744 Aug 15 15:50 ChangesController.h
-rw-r--r-- 1 username staff 454 Aug 15 15:50 CYWebPolicyDecisionMediator.h
-rw-r--r-- 1 username staff 315 Aug 15 15:50 CYURLCache.h
-rw-r--r-- 1 username staff 1169 Aug 15 15:50 CYPackageController.h
-rw-r--r-- 1 username staff 14392 Aug 15 15:50 CDStructures.h
-rw-r--r-- 1 username staff 317 Aug 15 15:50 AppCacheController.h
drwxr-xr-x 113 username staff 3842 Aug 15 15:50 .
-rw-r--r-- 1 username staff 237 Aug 15 15:50 (null)-NSCoder.h
-rw-r--r-- 1 username staff 325 Aug 15 15:50 (null)-MenesYieldToSelector.h
-rw-r--r-- 1 username staff 326 Aug 15 15:50 (null)-MenesRadixSortWithSelector.h
-rw-r--r-- 1 username staff 252 Aug 15 15:50 (null)-MenesInvocationWithSelector.h
-rw-r--r-- 1 username staff 215 Aug 15 15:50 (null)-CyteDispatchEvent.h
-rw-r--r-- 1 username staff 302 Aug 15 15:50 (null)-Cyte.h
-rw-r--r-- 1 username staff 201 Aug 15 15:50 (null)-CydiaSecure.h
-rw-r--r-- 1 username staff 224 Aug 15 15:50 (null)-CydiaScript.h
-rw-r--r-- 1 username staff 242 Aug 15 15:50 (null)-Cydia.h
Class dump did its work in no time at all (less than a second).
If class-dump fails, you probably have an outdated version of class dump. The one I used was from the newest installation of iOSOpenDev.
I am new to Neo4j and doing some test on Ubuntu. I was wondering where does Neo4j store the data. Where do they store the created nodes and relationships?
This should help: dpkg -L neo4j
config
/etc/neo4j/neo4j.properties
/etc/neo4j/neo4j-wrapper.conf
/etc/neo4j/neo4j-http-logging.xml
/etc/neo4j/neo4j-server.properties
logs
/var/log/neo4j
/var/lib/neo4j/data/graph.db/messages.log
binaries
/usr/bin/neo4j-shell
/usr/bin/neo4j
data
/var/lib/neo4j/data/graph.db
store-files
nodes, properties, arrays, strings, relationship-groups, relationships
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.nodestore.db
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.propertystore.db
-rw-r--r-- 1 neo4j nogroup 128 Jul 30 20:41 neostore.propertystore.db.arrays
-rw-r--r-- 1 neo4j nogroup 128 Jul 30 20:41 neostore.propertystore.db.strings
-rw-r--r-- 1 neo4j nogroup 25 Jul 30 20:41 neostore.relationshipgroupstore.db
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.relationshipstore.db
ls -lh /var/lib/neo4j/data/graph.db/
total 168K
-rw-r--r-- 1 neo4j nogroup 11 Jul 30 20:41 active_tx_log
drwxr-xr-x 2 neo4j nogroup 4.0K Jul 30 20:41 index
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 lock
-rw-r--r-- 1 neo4j nogroup 50K Jul 30 20:41 messages.log
-rw-r--r-- 1 neo4j nogroup 63 Jul 30 20:41 neostore
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.labeltokenstore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.labeltokenstore.db.id
-rw-r--r-- 1 neo4j nogroup 38 Jul 30 20:41 neostore.labeltokenstore.db.names
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.labeltokenstore.db.names.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.nodestore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.nodestore.db.id
-rw-r--r-- 1 neo4j nogroup 68 Jul 30 20:41 neostore.nodestore.db.labels
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.nodestore.db.labels.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.propertystore.db
-rw-r--r-- 1 neo4j nogroup 128 Jul 30 20:41 neostore.propertystore.db.arrays
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.propertystore.db.arrays.id
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.propertystore.db.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.propertystore.db.index
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.propertystore.db.index.id
-rw-r--r-- 1 neo4j nogroup 38 Jul 30 20:41 neostore.propertystore.db.index.keys
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.propertystore.db.index.keys.id
-rw-r--r-- 1 neo4j nogroup 128 Jul 30 20:41 neostore.propertystore.db.strings
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.propertystore.db.strings.id
-rw-r--r-- 1 neo4j nogroup 25 Jul 30 20:41 neostore.relationshipgroupstore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.relationshipgroupstore.db.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.relationshipstore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.relationshipstore.db.id
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 neostore.relationshiptypestore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.relationshiptypestore.db.id
-rw-r--r-- 1 neo4j nogroup 38 Jul 30 20:41 neostore.relationshiptypestore.db.names
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.relationshiptypestore.db.names.id
-rw-r--r-- 1 neo4j nogroup 64 Jul 30 20:41 neostore.schemastore.db
-rw-r--r-- 1 neo4j nogroup 9 Jul 30 20:41 neostore.schemastore.db.id
-rw-r--r-- 1 neo4j nogroup 16 Jul 30 20:41 nioneo_logical.log.1
-rw-r--r-- 1 neo4j nogroup 4 Jul 30 20:41 nioneo_logical.log.active
drwxr-xr-x 3 neo4j nogroup 4.0K Jul 30 20:41 schema
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 store_lock
-rw-r--r-- 1 neo4j nogroup 0 Jul 30 20:41 tm_tx_log.1
dpkg -L neo4j
/.
/etc
/etc/neo4j
/etc/neo4j/neo4j.properties
/etc/neo4j/neo4j-wrapper.conf
/etc/neo4j/neo4j-http-logging.xml
/etc/neo4j/neo4j-server.properties
/etc/neo4j/windows-wrapper-logging.properties
/etc/neo4j/custom-logback.xml
/etc/neo4j/README.txt
/etc/neo4j/logging.properties
/etc/init.d
/etc/init.d/neo4j-service
/var
/var/log
/var/log/neo4j
/var/lib
/var/lib/neo4j
/var/lib/neo4j/data
/var/lib/neo4j/data/README.txt
/var/lib/neo4j/LICENSES.txt
/var/lib/neo4j/CHANGES.txt
/var/lib/neo4j/UPGRADE.txt
/var/lib/neo4j/bin
/var/lib/neo4j/bin/neo4j
/var/lib/neo4j/bin/utils
/var/lib/neo4j/bin/neo4j-installer
/var/lib/neo4j/bin/lib
/var/lib/neo4j/bin/lib/README.txt
/var/lib/neo4j/bin/org.neo4j.server.plist
/var/lib/neo4j/bin/neo4j-shell
/var/lib/neo4j/bin/README.txt
/var/lib/neo4j/README.txt
/usr
/usr/bin
/usr/share
/usr/share/neo4j
/usr/share/neo4j/plugins
/usr/share/neo4j/plugins/README.txt
/usr/share/neo4j/system
/usr/share/neo4j/system/lib
/usr/share/neo4j/system/lib/logback-access-1.1.2.jar
.....
/usr/share/neo4j/system/lib/mimepull-1.6.jar
/usr/share/neo4j/system/README.txt
/usr/share/neo4j/lib
/usr/share/neo4j/lib/neo4j-shell-2.1.3.jar
/usr/share/neo4j/lib/neo4j-jmx-2.1.3.jar
....
/usr/share/neo4j/lib/neo4j-cypher-compiler-2.0-2.0.3.jar
/usr/share/neo4j/lib/README.txt
/usr/share/neo4j/lib/neo4j-graph-matching-2.1.3.jar
/usr/share/neo4j/lib/opencsv-2.0.jar
/usr/share/doc
/usr/share/doc/neo4j
/usr/share/doc/neo4j/changelog.gz
/usr/share/doc/neo4j/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/neo4j
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/neo4j-shell.1.gz
/var/lib/neo4j/data/log
/var/lib/neo4j/plugins
/var/lib/neo4j/system
/var/lib/neo4j/lib
/var/lib/neo4j/conf
/usr/bin/neo4j-shell
If you mean on disk, check here (for inspection purposes only of course): <neo4j_home>/data/graph.db.