You are not logged in.

#1 2016-07-13 22:49:04

bastiano
Member
Registered: 2016-07-09
Posts: 5

bl-welcome script errors [solved].

Hello,
I've installed bunsen in my old Eeepc netbook 1000h and I've got some errors with 'bl-welcome' script when updating after adding the backports sources and Pepper flash player.
Screenshots to click on

Update with backports
a4ce52367b826f6629890c174a1c65b7.png

Update with backports -detail-
5172e15ef8437b5f5097d00eeed52d92.png

Pepper
806eda4373b5da7106f1981401d735fc.png

Pepper -detail-
1ff3513ffca2d365f00ca4bf225ffc43.png

After that I did run the script a second time, there were no problems with updates and upgrade; but with Peppper flash yes again.

Last edited by bastiano (2016-07-15 18:46:17)

Offline

#2 2016-07-13 22:55:18

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-welcome script errors [solved].

NB You can copy and paste terminal output here, using [ code ] tags, instead of screenshots wink

Did you choose not to use a network mirror during the install? Please post the output of

cat /etc/apt/sources.list{,.d/*}

Do your sources look like this?... Sticky: Sources - sources.list and backports details


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2016-07-13 23:16:52

bastiano
Member
Registered: 2016-07-09
Posts: 5

Re: bl-welcome script errors [solved].

I don't remember the installer asking for using a network mirror, sorry.

mcx@bang:~$ cat /etc/apt/sources.list{,.d/*}
# 

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot i386 LIVE/INSTALL Binary 20160705-22:49]/ jessie contrib main non-free

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot i386 LIVE/INSTALL Binary 20160705-22:49]/ jessie contrib main non-free

deb http://httpredir.debian.org/debian jessie main non-free contrib
#deb-src http://httpredir.debian.org/debian jessie main non-free contrib

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free
# added by bl-welcome
# BunsenLabs backports
deb http://pkg.bunsenlabs.org/debian jessie-backports main

deb http://pkg.bunsenlabs.org/debian bunsen-hydrogen main# added by bl-welcome
# Debian backports
deb http://httpredir.debian.org/debian jessie-backports main contrib non-free

My sources are like in the sticky link. Thanks for the quick answer.

Offline

#4 2016-07-13 23:22:53

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

bastiano wrote:

I don't remember the installer asking for using a network mirror, sorry.

It doesn't anymore since our Stable ISOs were released, the mirror is automatically set. That's not it.

deb http://pkg.bunsenlabs.org/debian bunsen-hydrogen main# added by bl-welcome

That line is getting borked by the hash tag, '# added by bl-welome'. Try moving that part one line down and running sudo apt update again.


I don't care what you do at home. Would you care to explain?

Offline

#5 2016-07-13 23:46:49

bastiano
Member
Registered: 2016-07-09
Posts: 5

Re: bl-welcome script errors [solved].

I didn't move that line down, but I removed it.
It seems to be a problem with Pepper package not being available.

  
  Press 'p' for Pepper or 'a' for Adobe,
  any other key to cancel.
  
 "P" for Pepperflash, "A" for Adobe: p
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pepperflashplugin-nonfree is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another source.

  
  There were problems installing browser-plugin-freshplayer-pepperflash 
  pepperflashplugin-nonfree
  
  Press "d" for details (q to quit) d


E: Package 'pepperflashplugin-nonfree' has no installation candidate
  
  Would you like to quit now, or continue anyway?
  (Be careful!)
  Press "q" to quit, "c" to continue:

Offline

#6 2016-07-13 23:59:03

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

Don't remove it entirely, you need it for bunsen updates. Add it back so it reads...

deb http://pkg.bunsenlabs.org/debian bunsen-hydrogen main

The pepperflash plugin is in jessie, so you have a sources error somewhere still, or your Debian mirror is down for maintenance...

https://packages.debian.org/jessie/pepp … in-nonfree

sudo apt update && sudo apt upgrade

That doesn't report anything? sudo apt-get install -f , maybe?


The point of us using httpredir was that it would serve up the best available mirror, but try using another mirror temporarily? Sorry, just guessing here ATM.


I don't care what you do at home. Would you care to explain?

Offline

#7 2016-07-14 00:32:30

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

BTW, updating bunsen sources has failed for me many times in the last 2 days, but WFM again after a bit. It might be that our server is glitchy ATM, or it might be my Internet/wireless connection, which has sucked for the last month.... always, actually, wireless or even ethernet, for the last 20 years that I've had to deal with Comcast/Xfinity (nVidia finger to them).


I don't care what you do at home. Would you care to explain?

Offline

#8 2016-07-14 00:40:53

bastiano
Member
Registered: 2016-07-09
Posts: 5

Re: bl-welcome script errors [solved].

Added the line back.
It doesn't get error when running sudo apt-get update && sudo apt-get upgrade, but when trying to install the package pepperflashplugin-nonfree

E: Package 'pepperflashplugin-nonfree' has no installation candidate

First I thought it was a bl-welcome issue, but it's just a package thing. Maybe I should close this topic here?

Last edited by bastiano (2016-07-14 00:45:51)

Offline

#9 2016-07-14 00:57:05

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

No, leave it, it's fine.

This doesn't make sense to me. You have the right repo, it would seem...

deb http://httpredir.debian.org/debian jessie main non-free contrib

Let me see if I can install it...


I don't care what you do at home. Would you care to explain?

Offline

#10 2016-07-14 00:57:36

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-welcome script errors [solved].

Try a different mirror. It is working for me ATM with mine...

apt-cache policy pepperflashplugin-nonfree
....
*** 1.8.1+deb8u1 0
    500 http://ftp.uk.debian.org/debian/  jessie/contrib amd64 Packages

Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#11 2016-07-14 01:09:16

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

Same error.

I think I've solved it... you have a 32 bit install but the plugin only works with 64 bit chromium/Chrome...

Download pepperflashplugin-nonfree
Architecture     Package Size     Installed Size     Files
amd64     10.5 kB    19.0 kB     [list of files]

my old Eeepc netbook 1000h


I don't care what you do at home. Would you care to explain?

Offline

#12 2016-07-14 01:17:40

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

@bastion, give us your browser and OS info and a link to the content you're trying to play, I'm sure there's a workaround or six.


I don't care what you do at home. Would you care to explain?

Offline

#13 2016-07-14 01:31:37

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,612
Website

Re: bl-welcome script errors [solved].

hhh wrote:

I think I've solved it... you have a 32 bit install but the plugin only works with 64 bit chromium/Chrome...

So in fact it is a bl-welcome error.

32 bit support for pepperflash was dropped after the script was written, and testing for a 64 bit system before offering it is on the TODO list for the new version of bl-welcome, expected to come out in a few weeks.

@Bastiano Thank you for the bug report and sorry for the inconvenience.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#14 2016-07-14 01:43:11

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

Yes, Google dropped 32 bit Chrome right before the new year (and we have started to as well), I think because they're focusing on new hardware...

http://venturebeat.com/2015/11/30/googl … arch-2016/

Debian still offers 32 bit open-source chromium now and in the near-ish future, but the pepperflash plugin is finished on 32 bit...

https://packages.debian.org/sid/chromium


I don't care what you do at home. Would you care to explain?

Offline

#15 2016-07-14 03:49:44

bastiano
Member
Registered: 2016-07-09
Posts: 5

Re: bl-welcome script errors [solved].

Well, I'm glad of having found a bug if it is helpful.
I installed bunsen in this 32 bit laptop and run 'bl-welcome' after restarting the computer. I tried to install flash, just in case, when the script reached that point and choosed Pepper. When getting that error I posted here. I use Firefox (or Iceweasel) and haven't had problem playing any content yet.
Tell me if I put this topic as solved.
Thanks for your help.

Last edited by bastiano (2016-07-14 03:58:47)

Offline

#16 2016-07-14 06:13:19

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,612
Website

Re: bl-welcome script errors [solved].

hhh wrote:

Debian still offers 32 bit open-source chromium now and in the near-ish future, but the pepperflash plugin is finished on 32 bit...

Not... quite, necessarily. See here: https://forums.bunsenlabs.org/viewtopic … 405#p32405


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#17 2016-07-14 06:43:14

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: bl-welcome script errors [solved].

johnraff wrote:
hhh wrote:

Debian still offers 32 bit open-source chromium now and in the near-ish future, but the pepperflash plugin is finished on 32 bit...

Not... quite, necessarily. See here: https://forums.bunsenlabs.org/viewtopic … 405#p32405

Yeah there's no 32 bi... SAY WHAT? TESTING ASAP


I don't care what you do at home. Would you care to explain?

Offline

Board footer

Powered by FluxBB