Aapo Rantalainen

Results 17 comments of Aapo Rantalainen

This happens with hildon-version (current git head). And first step is rm ~/.agtl/caches.db

Reproduced on commit: 63b664ef21174a445674ff042f9bfae0cffec649 rm ~/.agtl/caches.db /opt/advancedcaching/core.py --hildon http://youtu.be/BG56mWcVH2w --- If I use cache's own top-menu and click "Download all Details", the cache window goes away and comes again with...

I think this is because of too old gradle. You can use gradle-wrapper (./gradlew). gradle -version Gradle 3.4.1 gradle build Could not find method google() for arguments [] on repository...

I think the logic how `xxd` creates one line in one array simultaneously populating hex-column and human-readable-column is too hard and can't be optimized to merge same color areas. I...

https://github.com/sleuthkit/sleuthkit/blob/develop/tsk/base/tsk_base.h#L267 tsk/base/tsk_base.h:267: typedef uint32_t TSK_PNUM_T; ///< Data type used to internally store partition addresses I don't get how name and comment correlate (PNUM and partition address). And it is way...

Ubuntu-12.04 (Long term support version) has issues about installing same time 32bit and 64bit libraries of some development libraries. E.g *libxext-dev (seems it is fixed on newer versions): https://bugs.launchpad.net/ubuntu/+source/libxext/+bug/997182 *libXrandr-dev...

Smaller image (only 256 inodes) and script to test: #The Sleuth Kit ver 4.4.2 fallocate -l 2M image.dd mkfs.ext4 image.dd fsstat image.dd | grep "Inode Range" -B2 #METADATA INFORMATION #--------------------------------------------...