Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2004-10-13 17:28:44

  Guest - Gość

Guest
Gość

Kernel

Skompilwoaem kernela wasciwie to tylko dodaem obsuge APM i jak chce zainstalowac deba to wyskakuje mi cos takiego

Kod:

debian:/usr/src/linux# dpkg -i /usr/src/kernel-image-2.4.27_MojeJadro2.4.27_i386.deb
(Reading database ... 34492 files and directories currently installed.)
Preparing to replace kernel-image-2.4.27 786:MojeJadro2.4.27 (using .../kernel-image-2.4.27_MojeJadro2.4.27_i386.deb) ...
You are attempting to install a kernel image (version 2.4.27)
However, the directory /lib/modules/2.4.27 still exists.  If this
directory belongs to a previous kernel-image-2.4.27 package, and if
you have deselected some modules, or installed standalone modules
packages, this could be bad. However, if this directory exists because
you are also installing some stand alone modules right now, and they
got unpacked before I did, then this is pretty benign.  Unfortunately,
I can not tell the difference.

If /lib/modules/2.4.27 belongs to a old install of
kernel-image-2.4.27, then this is your last chance to abort the
installation of this kernel image (nothing has been changed yet).

If this directory is because of stand alone modules being installed
right now, or if it does belong to an older kernel-image-2.4.27
package but you know what you are doing, and if you feel that this
image should be installed despite this anomaly, Please answer n to the
question.

Otherwise, I suggest you move /lib/modules/2.4.27 out of the way,
perhaps to /lib/modules/2.4.27.old or something, and then try
re-installing this image.
Do you want to stop now? [Y/n]y
Ok, Aborting
dpkg: error processing /usr/src/kernel-image-2.4.27_MojeJadro2.4.27_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /usr/src/kernel-image-2.4.27_MojeJadro2.4.27_i386.deb

O co z tym chodzi???

 

#2  2004-10-13 17:30:25

  Guest - Gość

Guest
Gość

Re: Kernel

poradzilem sobie przejrzaem komunikaty i zrobiem co trzeba temat mozna usunac

 

#3  2004-10-13 18:36:56

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Kernel

Tematów się nie usuwa - inni czytają i się uczą. W twoim przypadku chodziło oczywiście o:

Kod:

You are attempting to install a kernel image (version 2.4.27)
However, the directory /lib/modules/2.4.27 still exists.....

Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#4  2004-10-14 09:24:04

  Tech - Wielki Brat

Tech
Wielki Brat
Skąd: Hel
Zarejestrowany: 2004-04-22

Re: Kernel

A ja dodam

Kod:

Otherwise, I suggest you move /lib/modules/2.4.27 out of the way,
perhaps to /lib/modules/2.4.27.old or something, and then try
re-installing this image. 

Czyli wystarczy tylko zmienic nazwe


Ktoś mądry kiedyś powiedział: jak nie masz nic ciekawego do powiedzenia, to się nie odzywaj !!!

Linux Registered User: #344405
GnuPG - C22A 2BA8 BECA 173F 713B A57B DF1A C4B4 E282 AE82

Offline

 

#5  2004-10-14 11:49:51

  jata - Użytkownik

jata
Użytkownik
Skąd: Poznań
Zarejestrowany: 2004-10-14

Re: Kernel

/usr/src/kernel-image-2.4.27_MojeJadro2.4.27_i386.deb

moze wyjasnienie, o co w tym chodzi.. [bo nie zauwazylem wyjasnienia..]

przy instalacji paczka kopiuje pliki modulow do katalogu o nazwie /lib/modules/2.4.27/

przy kompilacji tego samego jadra z innymi ustawieniami [np. dodane moduly] proponuje dodac:

--append-to-version

czyli mogloby to wygladac np. tak:

make-kpkg --revision MojeJadro2.4.27 --append-to-version a --initrd [lub bez initrd] kernel_image

wtedy paczka uzyskana po kompilacji bedzie miala nazwe formatu:

kernel-image-2.4.27a_MojeJadro2.4.27_i386.deb

co przy instalacji powoduje skopiowanie modulow do katalogu /lib/modules/2.4.27a

jesli wszystko gra, kompilujemy jajko bez "appenda", odinstalowujemy wersje 2.4.27 [te bez "a"], instalujemy swiezusia paczusie i "voila"...:)

przynajmniej ja tak robie i to dziala..:)

pzdr!


jata aka algol vel MaDfReAk

Offline

 

#6  2004-10-14 14:02:10

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Kernel

a nie wiedziałem :) - bardzo przyjemny sposobik


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
http://www.freebsd.org/gifs/powerlogo.gif
Beskid Niski

Offline

 

#7  2004-10-14 16:42:43

  BiExi - matka przelozona

BiExi
matka przelozona
Skąd: Gorlice
Zarejestrowany: 2004-04-16
Serwis

Re: Kernel

jesli masz juz przkomilowane jadro to na pytanie

Kod:

Otherwise, I suggest you move /lib/modules/2.4.27 out of the way, 
 perhaps to /lib/modules/2.4.27.old or something, and then try 
 re-installing this image. 
 Do you want to stop now? [Y/n]

odpowiadamy N
i bedzie ok

Offline

 

#8  2004-10-15 09:02:00

  Guest - Gość

Guest
Gość

Re: Kernel

kiedys potwierdzilem, okazalo sie, ze cos tam nie tak zaznaczylem w konfigu jadra i..
na szczescie mialem zapasowe z instalacji...

ale jak ktos sie zycia nie boi, to wciska "Y"..:)

pzdr!

 

#9  2004-10-15 14:48:11

  jata - Użytkownik

jata
Użytkownik
Skąd: Poznań
Zarejestrowany: 2004-10-14

Re: Kernel

to powyzej to pisalem ja, jarzC^HC^H jata...

:))


jata aka algol vel MaDfReAk

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Nas ludzie lubią po prostu, a nie klikając w przyciski ;-)