LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-15-2011, 04:17 PM   #1
katokato
Member
 
Registered: May 2011
Location: united states
Distribution: i have used ubuntu, but want to switch to slackware (ubuntu is too user friendly).
Posts: 62

Rep: Reputation: 0
something went horribly wrong


during my slackware installation, i chose the recommended option of installing all the packages.
and then it stopped saying that it was installing some package (i forgot which one) and then the root@linux thing popped up at the bottom
so then i typed in yes and pressed enter thinking that it wanted a yes/no answer.
some bug then started making my screen all haywire and prinitng out the letter 'y' a lot of times and then i restarted my computer to find out that my slackware dvd was wiped clean?
 
Old 05-15-2011, 04:24 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
It could be a bad burned DVD or a corrupted ISO image (if you burned the DVD yourself).

Double-check the md5sum of the ISO image before burning it, and burn it slower.

EDIT. Seems like you already asked this question in another thread?

Last edited by Didier Spaier; 05-15-2011 at 04:27 PM.
 
Old 05-15-2011, 04:25 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
It doesn't make sense that your DVD got wiped. This sounds more like you have a hardware problem.

If you do a cold boot ( turn the power off, then back on, ) does POST complete?

POST = Power on Self Test. Do you see ant error messages, or not normal beeping?
 
Old 05-15-2011, 04:35 PM   #4
katokato
Member
 
Registered: May 2011
Location: united states
Distribution: i have used ubuntu, but want to switch to slackware (ubuntu is too user friendly).
Posts: 62

Original Poster
Rep: Reputation: 0
i can post and everything works fine, as im typing this from my windows xp x64 partition
how do i check the md5sum thing?
when i went to command prompt and did the md5sum, i got a string of characters but then what do i do to those characters?
the previous question was that i couldnt even burn the iso in the first place.
this dvd i got to boot and installation was going fine and dandy untill the package thing.

Last edited by katokato; 05-15-2011 at 04:37 PM.
 
Old 05-15-2011, 05:04 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by katokato View Post
how do i check the md5sum thing?
when i went to command prompt and did the md5sum, i got a string of characters but then what do i do to those characters?
On the mirror you used to download the iso and in the same directory you'll find a file ending in .md5, e.g. ftp://slackware.mirrors.tds.net/pub/...ll-dvd.iso.md5.
Download it in the same directory where you did put the iso file, cd to that directory and issue following command:
Code:
md5sum -c slackware64-13.37-install-dvd.iso.md5
It will tell you if the md5sum included as a text string in that file matches the one computed from the content of the iso file. If yes you can proceed to burnin the iso, else the iso is corrupted.

Or, you can issue following command:
Code:
md5sum slackware64-13.37-install-dvd.iso
and check yourself if the output matches the content of the md5 file.

To know more: 'man md5sum'.
 
Old 05-15-2011, 05:05 PM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
This is from onebuck's post. See link on how to check your md5 checksum for your DVD:

http://www.linuxquestions.org/questi...o-next-644746/

Code:
~#cd /downloadisolocation      #cdromiso.iso cdromiso.md5 

~#md5sum -c cdromiso.md5       #substitute the correct name to check
 
Old 05-15-2011, 05:11 PM   #7
storkus
Member
 
Registered: Jun 2008
Location: Phoenix, Arizona, USA
Distribution: Slackware
Posts: 329

Rep: Reputation: 51
An alternative is to support Pat and the boys and buy the DVD...

Otherwise, I agree that it sounds like a corrupted image. Please know, if you didn't before, that many winblows programs do not handle large files well, especially IE. If you're downloading (versus torrenting) an iso image, you should strongly consider getting the winblows version of wget or lftp as this is a problem with the programs, not the underlying OS (AFAIK).
 
Old 05-15-2011, 05:15 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by katokato View Post
so then i typed in yes and pressed enter thinking that it wanted a yes/no answer.
some bug then started making my screen all haywire and prinitng out the letter 'y' a lot of times
Just a sidenote: This is not a bug. With typing yes at the commandline you started the program yes. The only purpose of this program is to print the letter y to the standard output. A simple Ctrl+c would have stopped that.
 
Old 05-15-2011, 05:48 PM   #9
katokato
Member
 
Registered: May 2011
Location: united states
Distribution: i have used ubuntu, but want to switch to slackware (ubuntu is too user friendly).
Posts: 62

Original Poster
Rep: Reputation: 0
i downloaded off a torrent and then i went and checked the md5 of both iso and .md5 file and they were different.
looks like ill have to find another torrent.
 
Old 05-15-2011, 06:28 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by katokato View Post
i downloaded off a torrent and then i went and checked the md5 of both iso and .md5 file and they were different.
Did you compare the md5 of the iso with the number in the .md5 file, or did you run md5sum on the .md5-file?
 
Old 05-15-2011, 06:34 PM   #11
katokato
Member
 
Registered: May 2011
Location: united states
Distribution: i have used ubuntu, but want to switch to slackware (ubuntu is too user friendly).
Posts: 62

Original Poster
Rep: Reputation: 0
i ran the md5sum on the md5 file, but then when i viewed it with notepad it matched.
i will redownload because i think i got the x86 version not the 64bit one because when i went to redownload the one that i downloaded was called "slackware" instead of "slackware64"(i found the torrent on the forum that directed me to the 64bit version).
and also what is the .asc file for?

Last edited by katokato; 05-15-2011 at 06:37 PM.
 
Old 05-15-2011, 06:39 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You have to compare the md5 of the ISO with the checksum in the .md5 file.
For the .asc files, I don't know.
 
Old 05-15-2011, 06:49 PM   #13
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
The .asc files are gpg signatures to verify the source of the files (ie Pat).
 
Old 05-15-2011, 10:37 PM   #14
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by katokato View Post
i ran the md5sum on the md5 file, but then when i viewed it with notepad it matched.
i will redownload because i think i got the x86 version not the 64bit one because when i went to redownload the one that i downloaded was called "slackware" instead of "slackware64"(i found the torrent on the forum that directed me to the 64bit version).
and also what is the .asc file for?
Either version will work.

Are you sure you are downloading official releases from the official torrent?

http://www.slackware.com/getslack/torrents.php
 
Old 05-16-2011, 05:31 PM   #15
markomarko
Member
 
Registered: Nov 2006
Location: Belgrade, Serbia
Distribution: Slackware
Posts: 69

Rep: Reputation: 19
Quote:
Originally Posted by TobiSGD View Post
Just a sidenote: This is not a bug. With typing yes at the commandline you started the program yes. The only purpose of this program is to print the letter y to the standard output. A simple Ctrl+c would have stopped that.
a little digression - i launched "yes hello world >> test" and aborted after 2 seconds. when i checked files size it was 657mb...then i tried to open it with leafpad and it consumed 4gb of my memory and 4gb of swap...and then i killed it :-)
interesting revelation for me :-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dual boot gone horribly wrong wally_world Linux - Newbie 2 09-20-2007 04:30 AM
Dapper upgrade gone horribly wrong ErrorBound Ubuntu 2 06-03-2006 02:47 PM
Kernel compilation gone horribly wrong sleepisforwimps Slackware 1 06-04-2005 04:08 PM
Dual Boot gone horribly wrong, help!! pantheman Linux - Newbie 7 07-28-2004 01:49 AM
Something's gone horribly wrong zikhermm Linux - General 4 08-13-2001 08:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration