-
Notifications
You must be signed in to change notification settings - Fork 889
Nethunter-fs another build error #1257
Comments
A few changes but they shouldn't cause this error. |
Hmm, I was wondering the same. Checked, and not there. When I'm running from scratch, it copies there, but when doing a second kalifs, it removes chroot, but not copying qemu again.
Still not working properly though. But after these, looks like fuse cannot be configured:
And the the rest of the packages not installing, but that's not worth to include here. |
I think we can ignore those fuse errors. It seems to work just fine once installed. |
Would ignore but with that, the kalifs becomes 200mb and not installing many important packages when fuse gives error |
It seems like a non-nethunter issue, maybe kali/fuse bug? Hopefully will be able to build after a few days, will try on Monday |
"failed to run command '/debootstrap': No such file or directory" .. missing a simple "." in "./debootstrap" over there? I'll do a check tomorrow and we'll see what's up |
Thanks for hanging in there. I'm about to push a commit that will fix all these issues. I'm just doing a final test. |
Fixed with the latest commits |
Fuse error still there, thus not building full fs successfully. Does it build for you? If not, please re-open @Re4son |
I've been building happily for days without any problems. Which arch are you building for? |
armhf |
Working nicely on my end. I've just build one and it ran through without any problems. Where does yours get stuck? |
@Re4son contact me sometime if you'd like access to build.nethunter.com which comes with an assortment of random scripts for building & hosting, preferably by discord if you have it (jcadduono#6384) or I may occasionally show up on freenode, or by email |
Same as before, when setting up fuse. Strange why happens here, cloned the repo again but still the same.
Does your one end up at ~1.5GB? My build finishes too, but obviously missing the most of the fs (ends up in about 250MB) |
I don't think that message causes your build to bomb out. There must be something else going on behind the scenes. Are there any other errors later in the build? |
After a few tries of setting up fuse, it goes over, and wants to do the rest of the stage, but can't, most obvious errors:
Full install log: |
Thanks for posting the full log. That output is a bit different to mine. Let me sift through it in detail. |
Thanks for hanging in there. I've added a fix which looks very promising: Selecting previously unselected package fuse. Would you mind trying the branch "2019.2" and letting us know if that works for you? |
Yup will try soon! Thanks |
@Re4son I ran a build overnight based on the 2019.2 branch, you can find the output at https://build.nethunter.com/kalifs/kalifs-20190228/ |
I could build arm64 all the time (before this issue started, with apache php mod corrected). Started to build full armhf now, will let you know if it succeeds (btw libesd0-dev is not removed from depencency check) |
Finally builds properly. Thanks! There is still a post-install issue with microsoft gpg keys, their server error?
When I try to add, this happens:
|
wget -qO - https://packages.microsoft.com/repos/microsoft-debian-stretch-prod/dists/stretch/Release.gpg | sudo apt-key add - |
Still |
maybe we should have nethunter app initialization of rootfs check for host keys and .gnupg and automatically generate some unique keys :/ add a regenerate keys button in custom commands too maybe for dont know if actually related to lack of ~/.gnupg or something else since haven't tested myself |
I've had problems with "base-passwd" and "ca-certificates" for some time on both the Nexus 6P and OnePlus 6. They simple make apt stall, until I remove them. Somehow, they installed correctly now the last time one the "angler" at last |
@jcadduono it does not let me to leave the new key passphrase blank :( |
Actually I totally forgot to enter anything, so the nh terminal was closed. It resulted in a successful blank password entry which was not allowed. Closing the issue, thanks for all the help! |
Rebooted, and the same issue came back, but after running the gpg generate commands, leaving the password blank succeded, although needed to press ok sure many times. But the issue still persists, re-opening issue.
|
@yesimxev but would this be related? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867681 In source.lst is [arch=arm64] or[arch=armhf] being used? Maybe best solution unless I am completely misunderstanding the issue.
Ref: https://dotnet.microsoft.com/download/linux-package-manager/debian9/runtime-2.1.2 Useful info?
|
It did not work as _apt did not have the permissions to read the microsoft.asc.gpg so I did
Your prod.list might have been needed to. I will try to test out before closing |
@yesimxev I got the same error when I compiled FULL. I did not receive the error from MINIMAL. Im working with MIN for now to not get nagged, but I will troubleshoot FULL after I smooth out the Rom. |
@0E800 I see, try 2019.2 branch, that should be fine with the extra commands to add gpg key |
Device:
armhf
Built from repo (date and build command) or downloaded from website (links):
github latest
Issue:
Nethunter-fs does not build anymore. Recent changes did work with my build few weeks ago, but kali changed after?
The text was updated successfully, but these errors were encountered: