Author |
Message |
llapingachos
|
|
|
Post subject: no aptosid kernel
Posted: 19.09.2010, 21:04
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
Hello. Here's my sources.list :
Code:
################################################
## squeeze######################################
################################################
deb http://ftp.fr.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ squeeze main contrib non-free
**<a>removed</a>**
## squeeze security
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
################################################
## sid
################################################
deb http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free
**<a>removed</a>**
################################################
## experimental
################################################
deb http://ftp.fr.debian.org/debian/ experimental main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ experimental main contrib non-free
And ofc i have my /etc/apt/sources.list/sidux/list file
Code:
deb http://sidux.com/debian/ sid main fix.main
The problem is the following :
Code:
lap @ lap (23:02) %apt-cache search linux-image-2.6.35
linux-headers-2.6.35-trunk-486 - Header files for Linux 2.6.35-trunk-486
linux-headers-2.6.35-trunk-686-bigmem - Header files for Linux 2.6.35-trunk-686-bigmem
linux-headers-2.6.35-trunk-686 - Header files for Linux 2.6.35-trunk-686
linux-headers-2.6.35-trunk-amd64 - Header files for Linux 2.6.35-trunk-amd64
linux-image-2.6.35-trunk-486 - Linux 2.6.35 for old PCs
linux-image-2.6.35-trunk-686-bigmem-dbg - Debugging infos for Linux 2.6.35-trunk-686-bigmem
linux-image-2.6.35-trunk-686-bigmem - Linux 2.6.35 for PCs with 4GB+ RAM
linux-image-2.6.35-trunk-686 - Linux 2.6.35 for modern PCs
linux-image-2.6.35-trunk-amd64 - Linux 2.6.35 for 64-bit PCs
As you can see i don't have aptosid kernels.
So i installed debian trunk kernel, but this is a mere workaround :
Code:
lap @ lap (23:02) %uname -r
2.6.35-trunk-686
Someone can help ? |
Last edited by llapingachos on 19.09.2010, 22:52; edited 1 time in total
|
|
|
|
 |
piper
|
|
Post subject: RE: no aptosid kernel
Posted: 19.09.2010, 21:22
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
try using
Code:
deb http://sidux.office-vienna.at/sidux/debian/
then
Code:
init 3 && apt-get update && apt-get dist-upgrade
You should be asked if you want to change from sidux to aptosid so say yes.
After this dist-upgrade has finished your sources.list files will have been updated to point to an aptosid mirror so "apt-get update" and "apt-get dist-upgrade" again.
You should now have the latest 2.6.35 kernel and all the other new aptosid packages and from now on your system will be fetching packages from aptosid.
As taken from http://aptosid.com/index.php?module=new ... &sid=7 |
|
|
|
|
 |
llapingachos
|
|
Post subject: RE: no aptosid kernel
Posted: 19.09.2010, 21:31
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
I did what you asked me but it didnt change anything : i did du twice and i wasnt told of any dist change or of any new packages, no updates either. |
|
|
|
|
 |
piper
|
|
Post subject: RE: no aptosid kernel
Posted: 19.09.2010, 21:33
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
Quote:
And ofc i have my /etc/apt/sources.list/sidux/list file
sources are found at
Code:
/etc/apt/sources.list.d
not /etc/apt/sources.list/ |
Last edited by piper on 19.09.2010, 21:34; edited 1 time in total
|
|
|
|
 |
|
Post subject: RE: no aptosid kernel
Posted: 19.09.2010, 21:34
|
|
Moderator

Joined: 2010-09-11
Posts: 469
|
|
Your sources.list has squeeze, sid and experimental all activated. That is bad.
You don't need squeeze-security, because these security packages enters to sid first...
If you use aptosid, you should remove/comment squeeze, squeeze-security and experiemtal.
(And you should remove multimedia repo, too. of course.)
I suppose you have read advice of debian users about repository, but on aptosid, first
use aptosid as it should be, unless you definitely want/need packages from testing/experimental.
+bienvenu. |
|
|
|
|
 |
llapingachos
|
|
Post subject: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:37
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
piper wrote:
Quote:
And ofc i have my /etc/apt/sources.list/sidux/list file
sources are found at
Code:
/etc/apt/sources.list.d
not /etc/apt/sources.list/
You're right, i wrote it bad but the file is in /sources.list.d/
@muchan I'll try what you advise ! Thank you for welcoming |
|
|
|
|
 |
llapingachos
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:42
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
Ok so now that's my sources.list :
Code:
################################################
## squeeze######################################
################################################
#deb http://ftp.fr.debian.org/debian/ squeeze main contrib non-free
#deb-src http://ftp.fr.debian.org/debian/ squeeze main contrib non-free
## squeeze multimedia
#deb http://** removed**.org squeeze main non-free
#deb-src http://** removed**.org squeeze main non-free
## squeeze security
#deb http://security.debian.org/ squeeze/updates main contrib non-free
#deb-src http://security.debian.org/ squeeze/updates main contrib non-free
################################################
## sid
################################################
deb http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free
## sid multimedia
#deb http://** removed**.org sid main non-free
#deb-src http://** removed**.org sid main non-free
################################################
## experimental
################################################
#deb http://ftp.fr.debian.org/debian/ experimental main contrib non-free
#deb-src http://ftp.fr.debian.org/debian/ experimental main contrib non-free
################################################
#####
deb http://deb.opera.com/opera/ stable non-free
###########################################
deb http://download.tuxfamily.org/ccm/debian/ sid main
deb http://mozilla.debian.net/packages/ ./
Yet, i did du twice, and i don't notice any sort of change |
|
|
|
|
 |
piper
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:46
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
|
|
 |
llapingachos
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:49
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
i have
deb http://sidux.office-vienna.at/sidux/debian/ sid main fix.main
in my /sources.list.d/sidux.list file, but not in the sources.list, because i thought it would be redundant. Wouldn't it ?
EDIT : Yes it's redundant. Here's what an update tolds me :
Code:
W: Duplicate sources.list entry http://sidux.office-vienna.at/sidux/debian/ sid/main i386 Packages (/var/lib/apt/lists/sidux.office-vienna.at_sidux_debian_dists_sid_main_binary-i386_Packages)
|
|
|
|
|
 |
hubi
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:50
|
|
Moderator

Joined: 2010-09-11
Posts: 228
Location: Vienna (AT)
Status: Offline
|
|
|
|
 |
piper
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:51
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
what distro are you using ?
aptosid use's /sources.list.d for sources by default |
_________________ debian sid | apt-get into it
|
|
|
|
 |
llapingachos
|
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:56
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
@hubi
Code:
apt-get install linux-image-2.6-aptosid-686 linux-headers-2.6-aptosid-686
Tells me there are no such packages.
Concerning the sources files, what exactly am I to change ? Should I create an aptosid.list file ? |
|
|
|
|
 |
llapingachos
|
|
Post subject: Re: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 21:58
|
|

Joined: 2010-09-19
Posts: 12
Status: Offline
|
|
piper wrote:
what distro are you using ?
AFAIK, debian sid and until now i had my kernels and some other packages from sidux repos. |
|
|
|
|
 |
hubi
|
|
Post subject: Re: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 22:01
|
|
Moderator

Joined: 2010-09-11
Posts: 228
Location: Vienna (AT)
Status: Offline
|
|
Try
Code:
apt-get update
first. It has to work.
You can also put the aptosid source into your sources.list file if that's your setup.
hubi |
_________________ Tilos Rádió Budapest
|
|
|
|
 |
|
Post subject: RE: Re: RE: no aptosid kernel
Posted: 19.09.2010, 22:08
|
|
Moderator

Joined: 2010-09-11
Posts: 469
|
|
show the content of your /etc/apt/sources.list.d/sidux.list
there should be only one valid sidux repo. (see the first reply of piper in this thread)
if you still get duplication error at apt-get update, please show the output of
two commands:
Quote:
grep sidux /etc/apt/*list
grep sidux /etc/apt/sources.list.d/*list
There should be only one active repository of sidux.
Then proceed with
Quote:
apt-get update
apt-get dist-upgrade
This should ask you about transition from sidux to aptosid...
(if not... I suppose you didn't install sidux at first place...
you just added sidux repo on debian install? I doubt this is the case...)
If transition was made, then again
Quote:
apt-get update
apt-get dist-upgrade
|
|
|
|
|
 |
|