Re: Host key not available
Verfasst: 21 Dez 2011, 15:33
??????????
Code: Alles auswählen
Dec 12 10:18:19 [opsiinit] getBootParam(pwh): cmdline: *** confidential *** video=vesa:ywrap,mtrr vga=791 quiet splash BOOT_IMAGE=install
...
[5] [Dez 12 10:18:56] pckey not found in kernel cmdline, trying to get boot configuration by tftp (master.py|765)
Code: Alles auswählen
cat /tftpboot/linux/pxelinux.cfg/01-00-1d-09-da-d7-23
Code: Alles auswählen
append ... pckey=<pckey> ...
Code: Alles auswählen
rpm -q -a | grep opsi
wolfbardo hat geschrieben:d.h. in der Pipe fehlt der pckey.Code: Alles auswählen
Dec 12 10:18:19 [opsiinit] getBootParam(pwh): cmdline: *** confidential *** video=vesa:ywrap,mtrr vga=791 quiet splash BOOT_IMAGE=install ... [5] [Dez 12 10:18:56] pckey not found in kernel cmdline, trying to get boot configuration by tftp (master.py|765)
Von daher muesste man sich die Pipe anschauen, ob dies wirklich so ist,
Code: Alles auswählen
default opsi-install
label opsi-install
kernel install
append dn=meinedomain.de product=win7 pckey=9ca8158af5d3c7cd7cfc550284bcf0b7 service=https://192.168.0.113:4447/rpc vga=791 quiet initrd=miniroot.bz2 splash video=vesa:ywrap,mtrr hn=bgfa407
Code: Alles auswählen
cat /tftpboot/linux/pxelinux.cfg/01-00-1d-09-da-d7-23
Code: Alles auswählen
append ... pckey=<pckey> ...
wolfbardo hat geschrieben: Welche opsi-Pakete werden verwendet?
GrussCode: Alles auswählen
rpm -q -a | grep opsi
Bardo
Code: Alles auswählen
opsi-configed-4.0.1.17-2.1.noarch
opsiconfd-4.0.1.9-5.1.x86_64
opsi-atftp-client-0.7.dfsg-8.1.x86_64
python-opsi-4.0.1.36-1.1.noarch
opsi-depotserver-4.0.1.11-1.1.noarch
opsi-atftp-0.7.dfsg-8.1.x86_64
opsi-atftp-debugsource-0.7.dfsg-8.1.x86_64
opsi-linux-bootimage-20111114-1.1.noarch
opsipxeconfd-4.0.1.5-1.1.x86_64
opsi-atftp-client-debuginfo-0.7.dfsg-8.1.x86_64
opsi-atftp-debuginfo-0.7.dfsg-8.1.x86_64
opsi-utils-4.0.1.14-1.1.noarch
Ja, kann es!Mike1987 hat geschrieben: Ich hab gerade auch mal im Yast geguckt (openSUSE 11.3) Ich habe einmal den opsi-atftp (insgesamt 5 Punkte)...und (wie ich jetzt sehe) einen tftp-server installiert (da steht kein opsi vor). Kann es vielleicht daran liegen?!
Vielleicht solltest Du doch nochmal dem Link folgen und den anderen Thread lesen. Und vielleicht ist genau das die Lösung. Denn der von openSuSE installierte TFTP-Server funktioniert allein nicht. Ich weiss nicht wie der opsi-atftp arbeitet, ob er sich an den tftp-server einklinkt (vielleicht mag mal einer von UIB diese Antwort geben), aber ohne den atftp funzt es nicht. Und nachdem ich den nochmal installiert hatte mittels Yast, war alles wieder schick und schön...Thomas_H hat geschrieben: Ich nutze ja auch SuSE 11.3 und hatte schon mal ein Problem mit dem TFTP. Aber darüber bist Du ja schon weg. Deine Clients booten ja.
Code: Alles auswählen
/root/bin/restartopsi: line 1: opsi-setup: command not found
/root/bin/restartopsi: line 2: opsi-setup: command not found
Stopping opsi config service.... (done).
Starting opsi config service....... (done).
Stopping opsi pxe configuration service... .(done).
Starting opsi pxe configuration service..... (done).
cool bleiben...Mike1987 hat geschrieben:bekomme jetzt nämlich garkeine verbindung mehr zum tftp...ich raste aus wenn opsi jetzt im arsch is... -.-
Code: Alles auswählen
rcxinetd status
Code: Alles auswählen
rcxinetd restart
Code: Alles auswählen
rcxinetd start
Code: Alles auswählen
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}