X11, dhcp-hostname und Log Problem mit autoyast
Hallo zusammen, Ich habe folgendes Problem mit autoyast: Nachdem ich fast fertig war mit dem Clonen von Thinkpads, ergeben sich aus bislang ungeklärter Ursache folgende Probleme: a) Der dhcp Hostname wird nicht korrekt gesetzt b) X11 wird nicht mehr konfiguriert, geht aber trotzdem in Runlevel 5. c) User werden nicht mehr angelegt. Es sieht so aus, als ob die gesamte <configure> section einfach ignoriert wird. Die Section sieht so aus: ---snip--- <configure> <groups config:type="list"> <group> <groupname>video</groupname> <userlist>user2,user4,user2,user1</userlist> </group> <group> <groupname>audio</groupname> <userlist>user2,user4,user2,user1</userlist> </group> <group> <groupname>dialout</groupname> <userlist>user2,user4,user2,user1</userlist> </group> <group> <groupname>uucp</groupname> <userlist>user2,user4,user2,user1</userlist> </group> </groups> <networking> <dhcp_hostname config:type="boolean">true</dhcp_hostname> <device>eth0</device> <dhcp_options> <dhclient_additional_options></dhclient_additional_options> <dhclient_client_id></dhclient_client_id> <dhclient_hostname_option>AUTO</dhclient_hostname_option> </dhcp_options> <dns> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain>coling.uni-jena.de</domain> <hostname>dhcp</hostname> <nameservers config:type="list"> <nameserver>141.35.1.16</nameserver> </nameservers> <searchlist config:type="list"> <search>coling.uni-jena.de</search> </searchlist> </dns> <interfaces config:type="list"> <interface> <bootproto>dhcp</bootproto> <device>eth0</device> <startmode>onboot</startmode> </interface> </interfaces> <modules config:type="list"> <module_entry> <device>eth0</device> <module>e1000</module> <options></options> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> </routing> </networking> <users config:type="list"> <user> <encrypted config:type="boolean">true</encrypted> <fullname> user3</fullname> <gid>100</gid> <home>/home/user4</home> <password_settings> <expire></expire> <flag></flag> <inact>-1</inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>1002</uid> <user_password>PASS</user_password> <username>user4</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname> user2</fullname> <gid>100</gid> <home>/home/user2</home> <password_settings> <expire></expire> <flag></flag> <inact>-1</inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>1001</uid> <user_password>PASS</user_password> <username>user2</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname> user1</fullname> <gid>100</gid> <home>/home/user1</home> <password_settings> <expire></expire> <flag></flag> <inact>-1</inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>1000</uid> <user_password>PASS</user_password> <username>user1</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname> user2</fullname> <gid>100</gid> <home>/home/user2</home> <password_settings> <expire></expire> <flag></flag> <inact>-1</inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>1003</uid> <user_password>PASS</user_password> <username>user2</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>root</fullname> <gid>0</gid> <home>/root</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>10000</max> <min>0</min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>0</uid> <user_password>PASS</user_password> <username>root</username> </user> </users> <x11> <color_depth config:type="integer">16</color_depth> <configure_x11 config:type="boolean">true</configure_x11> <display_manager>kdm</display_manager> <enable_3d config:type="boolean">true</enable_3d> <monitor> <display> <frequency config:type="integer">75</frequency> <height config:type="integer">1050</height> <width config:type="integer">1400</width> </display> <monitor_device>1400X1050@75HZ</monitor_device> <monitor_vendor> LCD</monitor_vendor> </monitor> <resolution>1024x768</resolution> <window_manager>kde</window_manager> </x11> </configure> ---snap--- Software selection funktioniert, auch Partitionierung fuktioniert wunderbar. Am seltsamsten: ich hatte auch ein pre-script drin, welches auch in der configure-section drin ist...das ging auch. Das oben genannte aber nie. Ich finde auch keine richtig aussagefähigen Logs, ausser jenem hier: ---snip--- 2004-11-29 14:07:05 <5> linux(997) [ui-ncurses] YNCursesUI.cc(idleLoop):163 idleLoop error in select() (9) 2004-11-29 14:07:05 <5> linux(997) [ui-ncurses] YNCursesUI.cc(idleLoop):163 idleLoop error in select() (9) ---snap--- Aber mir sagt das nichts... Ich verwender SuSE 9.1 Professional. Herzliche Grüße: Oliver Osburg -- - user1 - System Architect JULIE Group Jena University - email: o.user1@uni-jena.de phone: +493641 9 44 324 note : All above is my opinion unless specified otherwise. 9:30, Computing Center: Mainserver died. Hairdo okay.
participants (1)
-
Oliver Osburg