You are not logged in.

#61 2016-02-27 19:20:56

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

Re: rc2 feedback (ostrolek)

If you tell us how you put the ISO image on the USB stick that was used to launch the installer program then we can narrow down the source of this bug.

A-1940s-cinema-audience-001.jpg


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

#62 2016-02-27 19:49:11

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: rc2 feedback (ostrolek)

There is no bunsenlabs bug.
image.jpg
The BLRC2 was installed to the usb stick from another usb stick with the live iso burned to it and through the Debian installer in the BLRC2. I shouldn't have given the feed back at all. I don't see any terrible bug in this, the internet is full of this problem. I found the answer to it, used that fix, and now have sudo together with su.

I installed this just a few days ago for the first time on a usb stick, while HoaS had done that some 2 years ago. (He mentioned that here, https://forums.bunsenlabs.org/viewtopic … 03#p20203) I had a problem, and I found the fix. Only, I shouldn't have given the feed back. I am retiring that usb stick.

Offline

#63 2016-02-27 19:52:27

lowrider
Member
From: Germany
Registered: 2015-09-29
Posts: 358

Re: rc2 feedback (ostrolek)

Seems user ostrolek is beratungsresistent (german sorry, don't know the english word). Please can a mod rename this thread to "trolling the community" and move it to TGN.

rolf@bunsenbox:~$ cat /etc/os-release
ANSI_COLOR="0;34"
BUG_REPORT_URL="https://github.com/BunsenLabs"
HOME_URL="https://bunsenlabs.org"
ID=bunsenlabs
ID_LIKE="debian"
NAME="BunsenLabs GNU/Linux"
PRETTY_NAME="BunsenLabs GNU/Linux 8.3 (Hydrogen)"
SUPPORT_URL="https://forums.bunsenlabs.org"
VERSION="8.3 (Hydrogen)"
VERSION_ID="8.3"
rolf@bunsenbox:~$ su
Passwort:
su: Fehler bei Authentifizierung
rolf@bunsenbox:~$ su -
Passwort:
su: Fehler bei Authentifizierung
rolf@bunsenbox:~$

Offline

#64 2016-02-27 19:52:50

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

Re: rc2 feedback (ostrolek)

ostrolek wrote:

with the live iso burned to it

How *exactly* did you "burn" the ISO image to it?

Which command(s) or programs did you use?

Offline

#65 2016-02-27 20:00:31

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: rc2 feedback (ostrolek)

dd if=bl-Hydrogen-rc2-amd64.iso of=/dev/sdb

Offline

#66 2016-02-27 20:05:27

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

Re: rc2 feedback (ostrolek)

Yeah, you didn't flush the buffers so perhaps the entire ISO image was not written and a failure occurred somewhere.

For future reference, use:

dd if=bl.iso of=/dev/sdX bs=4096 conv=sync

See https://www.debian.org/CD/faq/#write-usb (this is linked from the "Installation" section of the BunsenLabs homepage by the way).

At any rate, this bug cannot be reproduced so I'm going to have to consider it [closed] unless any of the rest of the team have anything to add.

Offline

#67 2016-02-27 20:07:52

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

Re: rc2 feedback (ostrolek)

^ Although the Debian wiki says to use

dd if=<file> of=<device> bs=4M; sync

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

#68 2016-02-27 20:10:21

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

Re: rc2 feedback (ostrolek)

^ The two are equivalent but personally I would advise adding the `sync` within the `dd` command because of our reliance on `sudo` rather than `su` -- the `sync` command after the ";" would be run without root permissions if the initial `dd` command was run under `sudo` and I'm not sure if those permissions would allow the buffers to be written to the stick.

Offline

#69 2016-02-27 20:22:44

nobody0
Disabled account
Registered: 2015-09-29
Posts: 664

Re: rc2 feedback (ostrolek)

^ I've been using this dd if=<file> of=<device> command since 2009. Some times I add bs=4M and sync, but most times I don't. Whatever happened to the usb stick is not a big deal, so consider this as closed. Only, remember I never started this thread. Just gave a feed back.

Last edited by nobody0 (2016-02-27 20:25:32)

Offline

#70 2016-02-27 20:28:51

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

Re: rc2 feedback (ostrolek)

ostrolek wrote:

gave a feed back

Thank you, it is very much appreciated!
smile

Offline

#71 2016-02-28 02:19:47

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

Re: rc2 feedback (ostrolek)

ostrolek wrote:

Some times I add bs=4M and sync, but most times I don't.

`sync` is essential when writing to anything slow like Flash media.  Not using it when writing to Flash with `dd` is akin to installing Debian packages in a Debian system by unpacking them and manually copying the files (also a bad idea).

Whatever happened to the usb stick is not a big deal, so consider this as closed.

OK bye.  Thanks for the feedback.


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

Offline

#72 2016-02-28 02:34:08

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

Re: rc2 feedback (ostrolek)

ostrolek wrote:

Whatever happened to the usb stick is not a big deal, so consider this as closed.

Marking this [CLOSED].


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

Offline

Board footer

Powered by FluxBB