You are not logged in.
Is this safe to use on a fresh Debian testing/stretch netinstall?
As long as you don't mind random episodes of gratuitous b0rkage.
Otherwise, I recommend Debian Stable.
Offline
Hi
Tried another install on today. All went fine until i started the netinstall script.
Downloaded Apt key fingerprint is not correct
What can i do?
Thx.
Offline
Why not try the alpha2 iso?
Time to move on!#
Offline
My latest info was alpha is incomplete ...
I have done already a couple of install's using the netinstall script, i know it, it worked
I will wait for a release iso - until then i am fine with the netinstall script which produced good results
As far as i know the script will be kept in future
The ./upgrade-bunsen-pkgs -u is pure magic - i love those things
BTW: Tested the alpha 2 iso right now as well - cb-welcome stopped whilst trying to install the printing stuff - something went wrong - sorry did not take a note of the precise error message ...
Last edited by tonyoptical (2015-08-21 18:37:48)
Offline
hi #!ers i have an issue with the Bunsen-netinstall Script
When i try script it return me a public key error from the BL repos it says : NO_PUBKEY ...................
Maybe i have done something wrong but i have follow this tutorial.
Thanks by advance
I need to learn how to speak/write English big_smile
latest Firefox on #! handylinux
Offline
BL repos
I lot of development has happened since May 8 when I wrote this, make sure you have the current repository/signing key...
http://pkg.bunsenlabs.org/
bunsenlabs 8) forum mod squad
Offline
merci i'll try it to night.
I need to learn how to speak/write English big_smile
latest Firefox on #! handylinux
Offline
What is the correct fingerprint? I get
3172 4784 0522 7490 BBB7 43E6 A067 3F72 FE62 D9C5
from my BunsenLabs-RELEASE.asc
But the install-script stops with an error : "Downloaded Apt key fingerprint is not correct"
Offline
@evo, that's the right key.
I suggest you open a thread in Development or Help & Support (Stable) so twion has a better chance of seeing it, I'm not sure what's up.
bunsenlabs 8) forum mod squad
Offline
I've sent twoion a PM about the signing key.
bunsenlabs 8) forum mod squad
Offline
hi #!ers i have an issue with the Bunsen-netinstall Script
When i try script it return me a public key error from the BL repos it says : NO_PUBKEY ...................
Maybe i have done something wrong but i have follow this tutorial.
Thanks by advance
I have fixed the bug but can't push to repo directly. Unless you want to wait for @johnraff to get to merge the fix or rewrite it differently, you may just replace the apt-keys file in the tarball with this version.
Offline
(Sorry, wrong thread.)
Weird, on my system it works (the single script, not the whole shebang). Perhaps the weird redirects and a shell setting.
What about
# This file is sourced by the install script just before installing
# the main packages.
# You can add code to install APT GPG keys here.
#
# LOGGING:
# bigmsg "..." will output a bold message to the terminal and logfile.
# End your command lines with:
# > >( tee -a "$logfile" ) 2>&1 || giveup "Some message..." 1
# so that output will be logged, and success checked.
readonly BUNSEN_APT_FINGERPRINT=3172478405227490BBB743E6A0673F72FE62D9C5
readonly BUNSEN_APT_KEY_URL="http://pkg.bunsenlabs.org/BunsenLabs-RELEASE.asc"
readonly LOCAL_KEY_FILE=./BunsenLabs-Release.asc
bigmsg "Installing BunsenLabs APT key."
if ! wget -O "$LOCAL_KEY_FILE" "$BUNSEN_APT_KEY_URL"; then
giveup "Failed to retrieve the remote PGP key." 1
fi
readonly BUNSEN_APT_LOCAL_FINGERPRINT=$(gpg --with-fingerprint "$LOCAL_KEY_FILE" | grep '^\s\+Key'| cut -d= -f2 | tr -d ' ')
if [[ "$BUNSEN_APT_FINGERPRINT" != "$BUNSEN_APT_LOCAL_FINGERPRINT" ]]; then
giveup "Local and remote PGP keys do not match: Invalid key!" 1
fi
if ! sudo apt-key add "$LOCAL_KEY_FILE"; then
giveup "Failed to install the signing key." 1
fi
I do not know how to debug the whole install script though; don't even know how it works. Not my domain
Offline
Hi guys
Y 've solved my problem with adding the key manualy as explain in the BL blog
and i have comment all the line in the file apt-keys in the bunsen-net-install folder like this :
# This file is sourced by the install script just before installing
# the main packages.
# You can add code to install APT GPG keys here.
#
# LOGGING:
# bigmsg "..." will output a bold message to the terminal and logfile.
# End your command lines with:
# > >( tee -a "$logfile" ) 2>&1 || giveup "Some message..." 1
# so that output will be logged, and success checked.
#BUNSEN_APT_FINGERPRINT='3172 4784 0522 7490 BBB7 43E6 A067 3F72 FE62 D9C5'
#bigmsg "Installing BunsenLabs APT key."
#wget http://pkg.bunsenlabs.org/BunsenLabs-RELEASE.asc > >( tee -a "$logfile" ) 2>&1 || giveup "Failed to download BunsenLabs APT key." 1
#KEY_FINGERPRINT=$(gpg --with-fingerprint BunsenLabs-RELEASE.asc | sed -rn 's/^\s*Key fingerprint = (([0-9A-Z]{4}\s*)+).*$/\1/p')
#[[ $KEY_FINGERPRINT = $BUNSEN_APT_FINGERPRINT ]] || giveup "Downloaded Apt key fingerprint is not correct" 1
#sudo apt-key add BunsenLabs-RELEASE.asc > >( tee -a "$logfile" ) 2>&1 || giveup "Failed to install BunsenLabs APT key." 1
and every thing gone right without errors
Enjoy thanks for the job you've done
Last edited by wagmic1 (2015-08-26 21:49:34)
I need to learn how to speak/write English big_smile
latest Firefox on #! handylinux
Offline
Thanks for reporting the apt-key problem. I think the netinstall script is now OK - please post any further problems here!
John
--------------------
( a boring Japan blog , Japan Links, idle twitterings and GitStuff )
#! forum moderator BunsenLabs
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat