LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-03-2004, 03:22 AM   #1
yotamk
Member
 
Registered: Nov 2004
Location: ~
Distribution: Debian
Posts: 145

Rep: Reputation: 15
sarge netinst reinstall problem


I've installed Debian sarge using netinst.
Installation went well and finally I had dual-boot system with Debian next to WinXP.
But, the installer didn't configure my crt resolution appropriattly (couldn't be higher then 800x600 - on a 19 inch Samsung monitor), and the keyboard layout was also wrong.
After trying to correct the above problems without success, I've decided to try reinstalling (hey it was so easy the first time...).

Well, this was a bad decision :-(
Since than I've rebooted and installed about a hundred times, always to be stuck on the same stage.
The installation is going well and finally I'm asked to reboot and load Debian to continue installation proccess. After rebooting, setting up root and user password, and configuring apt, it's time to select what I want to download and install (e.g. desktop environment) - this is where it fails. After ftp source is selected and tested (with success), and I select packages, a message appears saying that due to unknown problems or lack of space (this is not the problem in my case) installation can't be proceeded. It never gets even to downloading.

Remember this is occurring only after trying to reinstall!

Any ideas?
Thanks.
 
Old 11-03-2004, 06:40 AM   #2
z3steve
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Angry Same Here

Hi,

You're not alone...
I installed Sarge Test from the netinst iso at the weekend and everything worked fine..after a few days of tinkering I felt everything was stable enough to install on my second identical server (Both Sun Cobalt LX50). Get to the screen to choose my applications, select 'graphical desktops' and 'manual package selection' , screen goes blank, a few lines of text, the last line is something like 'preparing task descriptions ... Done' . Then some errors appear for about a tenth of a second, too quick to read and I get the unkown error screen..
So I foolishly tried the install on the server that correctly installed at the weekend and the same happened.

I can only assume that the packages that it's downloading as part of the install have changed over the last few days to introduce this problem??

Let me know if you find an answer Yotamk.

I'm not happy... things were going so well

cheers

Steve
 
Old 11-03-2004, 07:04 AM   #3
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
The Sarge installer is still under quite heavy evolution and it might not function correctly. You coue ld hit Ctrl+Alt+F2 through F6 to get other screens (logging mostly) but also a real shell where you can check if the network is up and running and so on.

If you're considering Sarge I strongly suggest you take a close look at Ubuntu Linux. It is a Debian distribution geared towards a modern desktop. The current 4.10 release ships with kernel 2.6.8.1 and Gnome 2.8.1. It works really well for me, especially after having added some unofficial apt repositories to my sources.list (Christian Marillat's Mplayer and DVD apps, for instance).


Håkan
 
Old 11-03-2004, 07:17 AM   #4
z3steve
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Thanks Håkan,

The network is working as I'm running the small 30mb iso which downloads most of the base system from debian or mirrors.
I understand what you're saying about sarge being a test system.. i like to be as up to date as possible although this time it's backfired

As for Ubuntu, I agree, its great. I'm completely new to this and Ubuntu was the only distro that correctly identified my wirless card. The only problem was it's lack of support for the PHP4-IMAP package. I need this as the server will evenutally be running eGroupWare which is a php based groupware app. I know I dont really need a desktop for a server but it's helping me to understand the layout of the filesystem, configuration, and I just feel more comfortable dropping into a terminal window to do my work.

Having dropped out of the installer I'm now faced with a login prompt....I'm currently gritting my teeth and preparing to set things up manually...I may be some time.

thanks

Steve.
 
Old 11-03-2004, 08:04 AM   #5
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
Re: Same Here

Quote:
Originally posted by z3steve
Hi,

You're not alone...
I installed Sarge Test from the netinst iso at the weekend and everything worked fine..after a few days of tinkering I felt everything was stable enough to install on my second identical server (Both Sun Cobalt LX50). Get to the screen to choose my applications, select 'graphical desktops' and 'manual package selection' , screen goes blank, a few lines of text, the last line is something like 'preparing task descriptions ... Done' . Then some errors appear for about a tenth of a second, too quick to read and I get the unkown error screen..

Steve
This weekend it hapenned to me also, on a friend's installation. He chose to do a default installation, he just pressed Enter at the prompt, At the package selection item, we went down the list and chose to manually install the packages, hit Enter, and gave me an error, chose Dsktop Environment did it again, gave me the error but this time, it took me to the main menu, I skipped installing the packages, and did that later after the installation, with apt-get.

I speculate the devs are changing things and fixing bugs.
 
Old 11-03-2004, 09:54 AM   #6
z3steve
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
well I've tracked down the error from one of the log files:


"Unmet Dependencies:

libreadline-common: Conflicts: libreadline4 (<4.3-13) but 4.3-11 is to be installed"

Then basically says it's unable to resolve the broken packages and gives up
.

so I guess it's best to wait a while and try in a day or two...or manually setup your system

Steve


 
Old 11-03-2004, 01:13 PM   #7
Gamezace
Member
 
Registered: Apr 2004
Location: NOVA, VT
Distribution: gentoo
Posts: 88

Rep: Reputation: 15
No no! Wait! There is still hope! Heh.

A friend and myself have installed sarge on two different machines in the last 36 hours, and we had the exact same problem. Here is what you can do to be up and running!

Go ahead and finish up installation without the packages - as long as your network was configured, you are good to go.

The installation will end, and you will be given a log-in prompt. Login with root, and do the following:

apt-get update
apt-get dist-upgrade
apt-get install x-window-system
apt-get install kde (or your xserver of choice)
apt-get upgrade

Now then, after all of this you should be good to go. Just startx and you'll be up and running! It's worked for me twice - I hope it does the same for you.
 
Old 11-03-2004, 01:45 PM   #8
yotamk
Member
 
Registered: Nov 2004
Location: ~
Distribution: Debian
Posts: 145

Original Poster
Rep: Reputation: 15
Thanks guys, It's good to know I'm not alone...

Since posting I to have tried skipping package installation and began doing it with aptitude. aptitude lets you select common tasks like installing desktop environment, web server and other stuff. It began downloading right away. Didn't have time to complete the task (just wanted to know that it works), but I hope it will do the trick ;-)

Got this idea while reading posts on this forum. A good place for Linux education.
 
  


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
Debian netinst (Sarge) hangs at 92% Scorper Debian 2 02-13-2005 11:58 AM
Sarge NetInst Grub error-18 fester225 Debian 3 12-10-2004 04:16 PM
Sarge netinst hangs Tavy Debian 8 11-08-2004 05:34 PM
debian-sarge-netinst.iso (powerpc) sebyte Debian 9 10-06-2004 01:43 PM
CDROM doesn't work after netinst of Sarge 000 Linux - Newbie 13 12-31-2003 02:59 PM

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

All times are GMT -5. The time now is 02:05 PM.

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