Bug 29657 - System Setup Boot: undefined auf der "Netzwerk-Einstellung" Seite
System Setup Boot: undefined auf der "Netzwerk-Einstellung" Seite
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.1
Assigned To: Florian Best
Alexander Kläser
: interim-4
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-07 17:04 CET by Felix Botner
Modified: 2012-12-12 21:10 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
umc system setup (30.67 KB, image/png)
2012-12-07 17:04 CET, Felix Botner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2012-12-07 17:04:18 CET
Ich habe einen 3.1 Master ohne Join Skripte installiert (Appliance) und folgendes getan.

 
ucr set repository/online/server='apt.knut.univention.de'

# allow X11 login as normal user
ucr set 'auth/gdm/group/Domain Users=yes'

# generate all UMC languages
ucr set locale/default="en_US.UTF-8:UTF-8" locale="en_US.UTF-8:UTF-8 de_DE.UTF-8:UTF-8"; locale-gen
 
# Remove persistent net rule
rm -f /etc/udev/rules.d/70-persistent-net.rules
 
 
# overwrite old update/available flag
ucr set update/available=false
 
# install univention-system-setup-boot
univention-install univention-system-setup-boot
ucr set system/setup/boot/start="true"
 
# Activate DHCP
ucr set interfaces/eth0/type=dhcp dhclient/options/timeout=12
ucr unset gateway
 
# Set a default nameserver and remove all local configured nameserver
ucr set nameserver1=208.67.222.222 dns/forwarder1=208.67.222.222
ucr unset nameserver2 nameserver3
ucr unset dns/forwarder2 dns/forwarder3
 
# Cleanup apt archive
apt-get clean
 
# Shutdown the system
halt -p

Dann den Rechner neu gestartet und einen Master konfiguriert. Auf der Seite der Netzwerk-Einstellungen sehe ich dann "undefined"
Comment 1 Felix Botner univentionstaff 2012-12-07 17:04:48 CET
Created attachment 4885 [details]
umc system setup
Comment 2 Florian Best univentionstaff 2012-12-10 11:27:48 CET
Dies wurde in LabelPane.js gefixt.

univention-management-console-frontend (2.0.178-1)
Comment 3 Alexander Kläser univentionstaff 2012-12-11 11:45:39 CET
Jep, sieht gut aus → VERIFIED
Comment 4 Stefan Gohmann univentionstaff 2012-12-12 21:10:53 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".