LinuxQuestions.org
Review your favorite Linux distribution.
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 01-24-2006, 07:30 PM   #1
sparka
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Rep: Reputation: 0
Debian 3.1r1: Debblue. How do I install?


Hi, i'm running Debian 3.1 sarge and I want to install Debblue onto my system.
I have a 2.6.8 kernel
The FAQ on their site is not good at all. I was wondering if anyone could help.

Thanks!!
 
Old 01-25-2006, 08:40 AM   #2
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
May you could start by saying what Debblue is or post a link to it?!
 
Old 01-25-2006, 08:45 AM   #3
cuiq
Member
 
Registered: Aug 2004
Location: Philly
Distribution: Debian Lenny, FreeBSD
Posts: 577

Rep: Reputation: 30
Here's your link.

http://debblue.debian.net/
 
Old 01-25-2006, 10:48 AM   #4
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
What part of teh FAQ do you have a problem with? It seems pretty verbose to me.
 
Old 01-25-2006, 03:41 PM   #5
sparka
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Well, to start off:
Running "apt-get install bootsplash"
Results in this:

Code:
localhost:/home/localhost# apt-get install bootsplash
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://www.bootsplash.de unstable/main Packages (/var/lib/apt/lists/www.bootsplash.de_files_debian_dists_unstable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Couldn't find package bootsplash
even though my /etc/apt/sources.list has the line:
deb http://www.bootsplash.de/files/debian/ unstable main

What is going on?
BTW: I DO have a working internet connection
Yes, I did run "apt-get update", but I get a "404 error: not found" as well.

Thanks!!!
 
Old 01-25-2006, 05:16 PM   #6
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
It should be:
Code:
deb http://www.bootsplash.de/ unstable main
You have to remove "files/debian/".
 
Old 01-25-2006, 06:09 PM   #7
sparka
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Original Poster
Rep: Reputation: 0
All right, thanks for the tip!!
So now, I can successfully install bootsplash but now i'm having trouble installing my kernel-source-2.6.8.
Here's the error:
Code:
localhost:/home/localhost# apt-get install kernel-source-2.6.8 kernel-patch-bootsplash
Reading Package Lists... Done
Building Dependency Tree... Done
kernel-patch-bootsplash is already the newest version.
Suggested packages:
  libncurses-dev libqt3-mt-dev
The following NEW packages will be installed:
  kernel-source-2.6.8
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B/34.9MB of archives.
After unpacking 35.1MB of additional disk space will be used.
(Reading database ... 104671 files and directories currently installed.)
Unpacking kernel-source-2.6.8 (from .../kernel-source-2.6.8_2.6.8-16sarge1_all.d eb) ...
dpkg-deb (subprocess): error in buffer_read(stream): failed to write to pipe in copy: Input/output error
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing /cdrom//pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-16sarge1_all.deb (--unpack):
 short read in buffer_copy (backend dpkg-deb during `./usr/src/kernel-source-2.6.8.tar.bz2')
Errors were encountered while processing:
 /cdrom//pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-16sarge1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Anyone know the problem?
Also, can't I just download my kernel sources as well?

Thanks!!!
 
Old 01-26-2006, 05:46 AM   #8
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
Quote:
dpkg-deb (subprocess): error in buffer_read(stream): failed to write to pipe in copy: Input/output error
I think your CD/DVD is corrupt. You might want to download the packages from the official Debian repositories.

Even if you did manage to install the kernel-source, I think you will find that there is no kernel patch for the 2.6.8 kernel (at least thats what I found). You will need to use/compile a more up2date kernel, such as 2.6.15.

If you don't know how to compile/patch the kernel, I can send you a DEB package for the 2.6.15 kernel (with bootsplash already enabled).

Last edited by saman007uk; 01-26-2006 at 02:32 PM.
 
Old 01-26-2006, 05:16 PM   #9
sparka
LQ Newbie
 
Registered: Jan 2006
Posts: 11

Original Poster
Rep: Reputation: 0
Yea, I just found that out. I get the error "No patch found for kernel 2.6.8" or something along those lines.

Quote:
If you don't know how to compile/patch the kernel, I can send you a DEB package for the 2.6.15 kernel (with bootsplash already enabled).
Really? That would be great!!! I would greatly appreciate your help if you could!!

Thanks!!

EDIT: email is: skywalker228@hotmail.com if you need it

Last edited by sparka; 01-26-2006 at 05:24 PM.
 
Old 01-27-2006, 05:59 AM   #10
saman007uk
Member
 
Registered: Dec 2003
Location: ~root
Distribution: Debian
Posts: 364

Rep: Reputation: 33
Ok. Here's how to do it (you need to be root):
Code:
wget http://meninpc.co.uk/kernel-headers-2.6.15-bootsplash_10.00.Custom_i386.deb
wget http://meninpc.co.uk/kernel-image-2.6.15-bootsplash_10.00.Custom_i386.deb
dpkg -i kernel-headers-2.6.15-bootsplash_10.00.Custom_i386.deb
dpkg -i kernel-image-2.6.15-bootsplash_10.00.Custom_i386.deb
You can then install the bootsplash as explained in the DebBlue site. As always, check files for viruses before installing them, and the usual disclaimer "not fit for any guranteed purpose ... " applies.

The kernel will only work with i386 CPUs.

Last edited by saman007uk; 01-27-2006 at 06:01 AM.
 
  


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
How do you increase Debian 3.1r1 above 800x600 leftover Debian 8 01-21-2006 02:22 PM
E17 from CVS compile error. Debain 3.1r1 all updates Dimitriy Debian 1 01-07-2006 03:10 PM
Enlightenment on Debian 3.1r1 not appearing in Login Manager.... Dimitriy Debian 1 01-04-2006 04:06 AM
NIC recognized in debian net install but not after install Cycle Debian 7 12-23-2005 07:52 PM
dhcp problem in Debian netinst install..Help !! install. copter Linux - Networking 11 06-30-2004 01:14 PM

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

All times are GMT -5. The time now is 03:28 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