You are not logged in.

#41 2016-02-21 17:04:34

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

^ No new iso. New version of package bunsen-welcome.
apt-get update && apt-get upgrade should be enough.

Offline

#42 2016-02-21 17:34:14

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

I was getting a glitch when trying to enable Debian Backports in bl-welcome, when the mirror url wasn't being set. Fixed in the latest bl-welcome, so a second run uses the updated script and all is good smile


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

#43 2016-02-23 19:05:36

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

Posting this from an install of the 32bit iso into VirtaulBox. Choose graphical install, all into one partition, ran the post install script, rebooted. Everything worked as expected. smile

Offline

#44 2016-02-24 09:09:35

torq
Member
Registered: 2015-10-01
Posts: 12

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

Just did a clean RC2 install from usb-stick direct to desktop hardware. Everything went very fine until running the bl-welcome script. When adding debian backports to apt sources... I get this error message:

updating apt...
 
  There were problems during the update.
 
  Press "d" for details (q to quit) d

E: Malformed line 3 in source list /etc/apt/sources.list.d/debian-jessie-backports.list (URI parse)
E: The list of sources could not be read.

I think you should know.

Offline

#45 2016-02-24 09:24:18

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

Thank you for reporting this.
We were already aware of this and an update is available.

Change /etc/apt/sources.list to

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160115-03:39]/ jessie contrib main non-free

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160115-03:39]/ 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

Only an edit of line 3 is needed: add http://...
Run apt-get update and and-get upgrade, then from a terminal run bl-welcome again.

Offline

#46 2016-02-24 10:00:48

torq
Member
Registered: 2015-10-01
Posts: 12

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

@xaos52

you're welcome

Offline

#47 2016-02-25 01:05:36

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

I'm splitting off ostrolek's feedback, it needs its own thread.

https://forums.bunsenlabs.org/viewtopic.php?id=1399


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#48 2016-02-26 01:31:24

spacex
Member
From: Norway
Registered: 2015-12-15
Posts: 66
Website

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

torq wrote:

Just did a clean RC2 install from usb-stick direct to desktop hardware. Everything went very fine until running the bl-welcome script. When adding debian backports to apt sources... I get this error message:

updating apt...
 
  There were problems during the update.
 
  Press "d" for details (q to quit) d

E: Malformed line 3 in source list /etc/apt/sources.list.d/debian-jessie-backports.list (URI parse)
E: The list of sources could not be read.

I think you should know.

I installed now, and got the same issue.

Just do:

sudo geany /etc/apt/sources.list.d/debian-jessie-backports.list

Make the file look like this:

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

Save the file, and:

sudo apt-get update

or rerun "bl-welcome" if you wish to complete it.

To the devs, this was missing from the line:
"http://httpredir.debian.org/debian"

Last edited by spacex (2016-02-26 02:45:12)


Regards Spacex(EW)

"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist

Offline

#49 2016-02-26 01:39:27

spacex
Member
From: Norway
Registered: 2015-12-15
Posts: 66
Website

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

Just installed Hydrogen RC2 now, and apart from the small issue above, everything went fine for me. Nothing bad to report. Well Done, team smile


Regards Spacex(EW)

"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist

Offline

#50 2016-02-26 01:53:53

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

^ The issue is known and has been covered in several places wink The `bl-welcome` script was fixed on github a few days ago smile

"Nothing bad to report" sounds pretty good!


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

#51 2016-02-26 02:42:42

spacex
Member
From: Norway
Registered: 2015-12-15
Posts: 66
Website

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

damo wrote:

^ The issue is known and has been covered in several places wink The `bl-welcome` script was fixed on github a few days ago smile

"Nothing bad to report" sounds pretty good!

I saw xaos52's reply above here, and his answer is a bit "confusing". He posted the content of "/etc/apt/sources.list" instead of "/etc/apt/sources.list.d/debian-jessie-backports.list". Obviously just by mistake, but hat's why I felt it needed some clarification smile

Study the post and you will see what's wrong smile

Last edited by spacex (2016-02-26 03:03:56)


Regards Spacex(EW)

"If you have any trouble sounding condescending, find a UNIX user to show you how it's done." — Scott Adams, Dilbert Cartoonist

Offline

#52 2016-02-26 09:27:20

torq
Member
Registered: 2015-10-01
Posts: 12

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

damo wrote:

  The issue is known and has been covered in several places...

I'm sorry, but I'm not very successfull in finding covered issues in threads useing the search function. Any helpfull hints are appreciated!

Thanx

Offline

#53 2016-02-26 12:14:22

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

^ We actually have a Bug Reports area in the forum; it's a good place to start looking if you have a...well, a bug.  Of course we appreciate your reporting it, whether you're the first or the hundred-and-first.


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#54 2016-03-21 23:10:52

garvint
Member
Registered: 2015-12-10
Posts: 13
Website

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

My computer has AMD components,

does this version of BunsenLabs 8.3 (Hydrogen) RC2 have the kernal 4.x with the proprietary drivers which works best?

Offline

#55 2016-03-21 23:15:00

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

garvint wrote:

My computer has AMD components,

does this version of BunsenLabs 8.3 (Hydrogen) RC2 have the kernal 4.x with the proprietary drivers which works best?

BunsenLabs uses the Stable Debian release - Jessie has the 3.16.0-4 kernel. It is quite easy to install 4.3 from jessie-backports though.


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

#56 2016-03-22 18:38:57

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

garvint wrote:

AMD

The latest amdgpu driver is only available from testing/unstable at the moment.
https://packages.debian.org/search?keyw … ection=all

Installing testing/unstable packages in BunsenLabs is not recommended but you can try backporting it yourself by following this guide:
https://wiki.debian.org/SimpleBackportCreation

Offline

#57 2016-03-23 19:29:36

ghorvath
Member
Registered: 2015-10-01
Posts: 161

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

I know there is a sort of changelog in one of the posts (linked from the op here), but would it be possible to have a more detailed changelog?

I am running bl rc1, always update, but they do not take effect, unless I copy the changed files. Now, I do not want to copy all files from /usr/share/bunsen/skel blindly, I check what has changed, and only copy something if that does not interfere with my own settings. Usually, I merge the skel file with my own version (mostly manually). This could become much more efficient if I knew after a bunsen package update what files have been changed and how.

Thank you for the great effort. I installed rc2 on one of my desktop machines, and I like it so far, not that I did not like rc1. The only thing I dislike is the bl..dy big terminal, that was the very first thing I changed back to the default.

Offline

#58 2016-03-23 20:20:39

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

ghorvath wrote:

... The only thing I dislike is the bl..dy big terminal, that was the very first thing I changed back to the default.

Surely you mean you changed it from the default? I find it is still too small for me, so the first thing I do is make it bigger!

Ref a changelog: if you look at the Repository Index you can see all the current package versions. Many of them are packaged from the github repos, so you can see from the releases what has been changed by directly viewing the commits.

There is also a changelog included in each package ( <package>/debian/changelog ) with the relevant details, which you can view either on github, or by examining the deb in your package cache.

The packaging guys have a lot to do, for which we are all very grateful, and keeping a changelog to include every package change would be very onerous and time-consuming I think.


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

#59 2016-03-24 00:42:38

ghorvath
Member
Registered: 2015-10-01
Posts: 161

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

damo wrote:
ghorvath wrote:

... The only thing I dislike is the bl..dy big terminal, that was the very first thing I changed back to the default.

Surely you mean you changed it from the default? I find it is still too small for me, so the first thing I do is make it bigger!

Sorry to disappoint, but I mean I commented out the line about the size. Currently my terminals are nicely organized so that I can even look the relevant parts of my conky, but with the bigger ones, it just uses too much space. There is one situation, when I put the terminal to full screen: when I open a Midnight Commander. But then again, it is full screen, and not something in between.... Anyway, I guess it is only a matter of taste, however the default suits me much better than your bigger size.

Offline

#60 2016-03-24 02:01:58

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

Re: [RELEASE] BunsenLabs 8.3 (Hydrogen) RC2 Live ISOs

ghorvath wrote:

I know there is a sort of changelog in one of the posts (linked from the op here), but would it be possible to have a more detailed changelog?

Like this? https://www.bunsenlabs.org/gitlog.html
Auto-generated, and plenty detailed.


...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

Offline

Board footer

Powered by FluxBB