Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Udev klappt nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Tue Mar 22, 2005 5:30 pm    Post subject: Udev klappt nicht Reply with quote

Hi,
habe wie im Gentoo Udev beschrieben alle Schritte ausgeführt, aber trotzdem habe ich keinerlei Aufteilung in /dev wie ichs unter Udev erwartet hätte.

Beim Bootvorgang erscheint auch die entsprechende Meldung, und udev läuft auch als Prozess.

Hat jemand vielleicht ne Idee?

Code:
ms@Black_Tux ~ :uname -r
2.6.11-gentoo-r4
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Tue Mar 22, 2005 5:32 pm    Post subject: Re: Udev klappt nicht Reply with quote

Aufteilung? Meinst Du eine Subdirectory-Struktur wie sie der devfsd hatte?
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Tue Mar 22, 2005 5:43 pm    Post subject: Reply with quote

Hi,
also ich hab einen komplett neuen Rechner, und hatte probehalber mal alles nach AMD64 kompiliert, da hatte ich dann eine /dev Struktur mit /dev/discs und so.

Jetzt hab ich weiterhin ein /dev und darin sind die Partitionen als sda1 - 4 vorhanden, aber eben nicht als /dev/discs/disc0/partition1 - 4.

Hoffe ich habe mich verständlich ausgedrückt. Vielleicht habe ich aber Udev auch völlig missverstanden, und alles ist so richtig wie es jetzt ist. Denn ich habe DevFS komplett aus dem Kernel entfernt, und demnach bliebe ja nur noch Udev. Genauso hab ich devfsd deinstalliert.

MfG
Back to top
View user's profile Send private message
tuxian
l33t
l33t


Joined: 26 Jan 2004
Posts: 766
Location: Austria

PostPosted: Tue Mar 22, 2005 7:31 pm    Post subject: Reply with quote

Lösche die Einträge in /dev und führe "udevstart" aus!
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Wed Mar 23, 2005 4:08 pm    Post subject: Reply with quote

Hi,
danke für den Tipp.

Nur leider erstellt er wieder dieselbe Verzeichnisstruktur wie zuvor auch, also ohne /dev/discs etc..:cry:
Back to top
View user's profile Send private message
furanku
l33t
l33t


Joined: 08 May 2003
Posts: 905
Location: Hamburg, Germany

PostPosted: Wed Mar 23, 2005 6:55 pm    Post subject: Reply with quote

tuxian wrote:
Lösche die Einträge in /dev und führe "udevstart" aus!


:!: Das würde ich aber nicht als pauschalen Rat bei udev Problemen geben, wenn man noch nicht mal weiß ob udev richtig läuft. In einem laufenden System einfach mal ein
Code:
# rm /dev/* -Rf
kann einem schon mal das System recht gründlich zerschießen, wenn /dev/console oder /dev/hda* trotzdem noch gebraucht wurden.

Das nur mal als Warnung dazu, falls jemand mal bei Problemen mit udev mal ein bisschen im Forum sucht und dann auf diesen Thread stößt.
Back to top
View user's profile Send private message
misterjack
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1655

PostPosted: Wed Mar 23, 2005 8:05 pm    Post subject: Reply with quote

XMath wrote:
Hi,
danke für den Tipp.

Nur leider erstellt er wieder dieselbe Verzeichnisstruktur wie zuvor auch, also ohne /dev/discs etc..:cry:

http://de.gentoo-wiki.com/Udev_Rules wäre für dich zum interesse. mit ein paar geänderten rules solltest du deine gewünschte strukter bekommen
_________________
„Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen.“
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Thu Mar 24, 2005 10:48 am    Post subject: Reply with quote

In /etc/conf.d/rc
Code:
# Set to "yes" if you want to save /dev to a tarball on shutdown
# and restore it on startup.  This is useful if you have a lot of
# custom device nodes that udev do not handle/know about.
# (ONLY used by UDEV enabled systems!)

RC_DEVICE_TARBALL="no"

_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Thu Mar 24, 2005 7:48 pm    Post subject: Reply with quote

Hi,
danke für die ganzen Tipps.

Ich denke mal ich werde also Regeln definieren müssen, damit es nach meinen Wünschen klappt.

PS: Natürlich habe ich in /etc/conf.d/rc sowohl RC_DEVICE_TARBALL als auch RC_DEVFSD_STARTUP auf no stehen.
Alles ein bisschen komisch.
Back to top
View user's profile Send private message
misterjack
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1655

PostPosted: Thu Mar 24, 2005 8:19 pm    Post subject: Reply with quote

was soll den daran komisch sein...
_________________
„Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen.“
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Fri Mar 25, 2005 8:21 am    Post subject: Reply with quote

Moin,
naja während der aller ersten Installation, AMD64-Architektur, hab ich auch schon mit Udev experimentiert. Da hatte ich einfach so die erwartete Struktur. Allerdings hab ich dann nochmal was im Kernel geändert und auch noch ein paar andere Änderungen gemacht, und danach hab ichs auch nicht mehr so hinbekommen.

Aber ist jetzt auch egal, werd mir die Tage mal die Rules antun.

THX
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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