Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con coldplug
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sat Nov 13, 2004 9:32 pm    Post subject: Problema con coldplug Reply with quote

All'avvio dei servizi ottengo:
Code:
* Coldplugging input devices...                                          [ ok ]
* Coldplugging pci devices...                                            [ ok ]
* Coldplugging pnp devices...                                            [ ok ]
* Coldplugging usb devices...
cat: /sys//devices/pci0000:00/0000:00:1d.1/usb2/2-1/product: No such file or directory   [ ok ]

Fino ad ora non ho notato malfunzionamenti... ma prevenire è meglio che curare, no? :wink:
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Nov 13, 2004 9:55 pm    Post subject: Reply with quote

ero rimasto a hotplug...
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sat Nov 13, 2004 9:58 pm    Post subject: Reply with quote

Il passaggio è obbligatorio in quanto l'aggiornamento di hotplug porta in pratica all'eliminazione di quest'ultimo in favore di coldplug (come suggerito dall'ebuild stessa al termine dell'emerge)
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31446
Location: here

PostPosted: Sun Nov 14, 2004 12:35 pm    Post subject: Reply with quote

E no non e' che devi eliminare hotplug devi lasciare anche questo. Praticamente coldplug e' la parte che si occupa di caricare i moduli al boot ma hotplug e' comunque indispensabile e bisogna mettere tutti e due al runlevel di boot
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
FonderiaDigitale
Veteran
Veteran


Joined: 06 Nov 2003
Posts: 1710
Location: Rome, Italy

PostPosted: Sun Nov 14, 2004 1:16 pm    Post subject: Reply with quote

hm. com'e' che a me funziona lo stesso tutto senza coldplug?
_________________
Come disse un amico, i sistemisti sono un po' come gli artigiani per l'informatica :)
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sun Nov 14, 2004 1:24 pm    Post subject: Reply with quote

In realtà hotplug è stato di fatto abbandonato in favore di coldplug, ecco il nuovo script di avvio /etc/init.d/hotplug:
Code:
#
# nothing here anymore. Please use the coldplug package if you really want to
# load modules for devices that are discovered by your kernel before init runs.
#
# However, please realize that if you have any problems, the developers
# recommend just using the modules.autoload functionality to handle this in a
# much simpler manner.
#
# Comments, flames, and fine beer should be directed at gregkh@gentoo.org
#

depend() {
        need modules
}

start () {
        # just verify that people build their kernel with hotplug support.
        if [ ! -f /proc/sys/kernel/hotplug ] ; then
                eerror "CONFIG_HOTPLUG not enabled for this kernel!"
                return 1
        fi
}

Quindi avere hotplug nel boot runlevel non cambia niente, viene solo effettuata la verifica del supporto nel kernel

Queste novità sono state introdotte con la nuova versione sys-apps/hotplug-20040923 anzi consiglio vivamente a tutti coloro che si apprestano ad aggiornare il sistema, di emergere anche coldplug prima di riavviare altrimenti niente caricamento dei moduli al prossimo boot (come è capitato a me :wink:)
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Sun Nov 14, 2004 1:38 pm    Post subject: Reply with quote

E quindi hotplug adesso che fa?
A che serve ormai? si può togliere?
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sun Nov 14, 2004 1:56 pm    Post subject: Reply with quote

Mha, io direi di si... ma considera che qualche script di avvio potrebbe richiederlo come dipendenza e in quel caso potresti averne bisogno.
Coldplug richiede come dipendenze hotplug e hotplug-base quindi comunque non puoi disinstallarli
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Sun Nov 14, 2004 2:17 pm    Post subject: Reply with quote

Non ho ancora capito la storia di Coldplug (sono un po' duro)

Io Ho hotplug...
Adesso faccio un emerge di coldplug
lo aggiungo al boot rc-update add coldplug boot
riavvio

Giusto ???
_________________
http://th30z.netsons.org/
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Sun Nov 14, 2004 2:52 pm    Post subject: Reply with quote

ok che non posso disinstallarli, ma a che mi serve avere hotplug nel runlevel di boot? Abbastanza a nulla mi sembra...
E che in queste cose quello che sembra ovvio non è mai così scontato quindi prefersisco chiedere per sincerarmi
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31446
Location: here

PostPosted: Sun Nov 14, 2004 6:40 pm    Post subject: Reply with quote

A me pare che hotplug serva lo stesso (a parte per il caricamento dei moduli all'avvio che lo fa coldplug). Hotplug serve anche per altre diverse cosette che spiega bene qui https://forums.gentoo.org/viewtopic.php?t=195378 motaboy
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Sun Nov 14, 2004 6:45 pm    Post subject: Reply with quote

Hotplug VI SERVE, visto che e' lui che fornisce gli agenti per il caricamento dei vari moduli e la configurazione.

coldplug SERVE SOLO per caricare i moduli all'avvio e chiama gli agenti in base alle periferiche trovate dal kernel prima dell'init.

A runtime i vari agenti vengono chiamati per ogni nuova periferica dal kernel che invoca lo script /sbin/hotplug.

l'unica cosa che si puo' tirare via e' lo script "hotplug" all'init visto che fa solo un check e vi fara' risparmiare qualche millisecondo. :P
_________________
...
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Sun Nov 14, 2004 8:59 pm    Post subject: Reply with quote

Effettivamente non sono stato molto chiaro...
Dicendo che hotplug è stato rimpiazzato e co. facevo sempre riferimento all'init script (all'origine del post c'è proprio un errore segnalato da quest'ultimo), infatti nel post di risposta a Cazzantonio avevo espresso chiaramente l'impossibilità di disinstallare hotplug e hotplug-base, mi scuso per aver generato un inutile allarmismo :)
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
inspiron
Guru
Guru


Joined: 08 Nov 2004
Posts: 559

PostPosted: Sun Nov 14, 2004 9:49 pm    Post subject: Reply with quote

saro duro ma...
adesso ho solo hotplug e mi funziona tutto....
devo comunque installare coldplug?
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Sun Nov 14, 2004 10:44 pm    Post subject: Reply with quote

Se attacchi una periferica al boot i moduli necessari non verranno caricati automaticamente da hotplug. Ovviamente stiamo parlando dell'ultima versione in cui sono stati splittate le due funzioni.
_________________
...
Back to top
View user's profile Send private message
inspiron
Guru
Guru


Joined: 08 Nov 2004
Posts: 559

PostPosted: Sun Nov 14, 2004 10:47 pm    Post subject: Reply with quote

chiedo scusa x l'ignoranza...
ma io ora ho la versione 20040923 di hotplug e la versione 20040401 di hotplug-base...
devo installare coldplug?
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Sun Nov 14, 2004 11:27 pm    Post subject: Reply with quote

Si, installalo e aggiungilo al runlevel di boot.
_________________
...
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Mon Nov 15, 2004 8:19 am    Post subject: Reply with quote

Tratto dalla GWN 20041115:

Quote:
Hotplugging? Coldplugging!

Today's tip comes straight from Gentoo's kernel package maintainer and developer department, and it reflects quite an important change in the behaviour of a core mechanism during the boot process. The sys-apps/hotplug package is commonly installed on desktop systems in order to provide automatic loading of modules when hardware is plugged in during system operation. As well as automatically loading modules when new devices are plugged in, the previous hotplug releases also scanned the system hardware at bootup and loaded modules for any detected hardware.

Technically, autoloading modules at bootup is not hotplugging, and as such, this functionality has been removed from the latest hotplug release. If you previously relied on hotplug autoloading modules at bootup and wish to keep it that way, then all you need to do is install the more appropriately named coldplug package:

Code Listing 8.1: Emerge and activate coldplug

Code:
emerge coldplug
rc-update add coldplug boot


Bear in mind that it is generally safer to include the modules you want to autoload in the /etc/modules.autoload.d/kernel-2.x file, though. Do yourself a favor and switch back to the canonical way if you ever experience problems with coldplug.

_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
cialo
n00b
n00b


Joined: 13 Nov 2004
Posts: 10
Location: Buggiano (PT), Italy

PostPosted: Mon Nov 15, 2004 9:08 am    Post subject: Reply with quote

A me per esempio è successo questo...

...il mio sistema era perfettamente fuzionante, poi ho istallato i driver del modem interno sul mio bel portatile...dopo l'istallazrione il modem sembrava funzionare alla perfezione rispondendo a tutte le interrogazioni nel modo corretto...

...purtroppo non riesco piu' a riavviare perchè in fase di avvio si blocca tutto sul passaggio...

* Starting pci hotplugging...

Secendo voi è un problema dovuto ad hotplug coldplug o dipende da qualcos'altro?

PS: ho versione hotplug-2004_04_01
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Mon Nov 15, 2004 9:42 am    Post subject: Reply with quote

mrfree wrote:
Effettivamente non sono stato molto chiaro...
Dicendo che hotplug è stato rimpiazzato e co. facevo sempre riferimento all'init script (all'origine del post c'è proprio un errore segnalato da quest'ultimo), infatti nel post di risposta a Cazzantonio avevo espresso chiaramente l'impossibilità di disinstallare hotplug e hotplug-base, mi scuso per aver generato un inutile allarmismo :)

Anche io mi riferivo allo script quano parlavo di toglierlo :wink:
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum