Hello Uwe, I will try and let you know! Just one more thing that **looks** related, but maybe is not. My autoinstall hangs during the "Configuring System according to auto-install settings", at the step "Configuring lan". y2log says (truncated the citation): -------- 2012-08-06 17:50:05 <1> test122(4646) [Interpreter] network/services/host.ycp:375 Calling YaST client lan_auto 2012-08-06 17:50:05 <1> test122(4646) [YCP] clients/lan_auto.ycp:14 ---------------------------------------- 2012-08-06 17:50:05 <1> test122(4646) [YCP] clients/lan_auto.ycp:15 Lan autoinst client started 2012-08-06 17:50:05 <1> test122(4646) [YCP] Lan.ycp:377 Writing configuration .... 2012-08-06 17:50:11 <1> test122(4646) [YCP] Service.ycp:455 Restarting service network 2012-08-06 17:50:11 <1> test122(4646) [YCP] Service.ycp:299 Running service initscript network restart -------- When I go to a terminal and type "ps aux", I see: -------- root 902 0.0 0.0 21552 2080 tty1 Ss+ 17:47 0:00 /bin/sh /usr/lib/YaST2/startup/YaST2.Second-Stage root 3960 0.0 0.0 21684 2112 tty1 S+ 17:47 0:00 \_ /bin/sh /usr/lib/YaST2/startup/YaST2.call installation continue root 4585 0.5 0.4 150384 18632 tty7 Ss+ 17:47 0:02 \_ Xorg -noreset -br -deferglyphs 16 vt07 root 4646 5.0 5.5 687100 221572 tty1 Sl+ 17:47 0:25 \_ y2base installation ("continue") qt --noborder --auto-fonts --fullscreen root 4800 0.0 0.0 21568 1940 tty1 S+ 17:47 0:00 \_ /bin/bash /usr/lib/YaST2/servers_non_y2/ag_initscripts root 4910 0.0 0.1 22588 6024 tty1 S+ 17:47 0:00 \_ /usr/bin/perl /usr/lib/YaST2/servers_non_y2/ag_modinfo root 11705 0.0 4.5 687100 181092 tty1 S+ 17:50 0:00 \_ y2base installation ("continue") qt --noborder --auto-fonts --fullscreen root 11706 0.0 4.5 687096 181096 tty1 S+ 17:50 0:00 \_ y2base installation ("continue") qt --noborder --auto-fonts --fullscreen root 11707 0.0 0.0 21416 1768 tty1 S+ 17:50 0:00 \_ /bin/bash /sbin/service network restart root 11708 0.0 0.0 26236 1060 tty1 S+ 17:50 0:00 \_ systemctl restart network.service root 11709 0.0 0.0 14780 812 tty1 S+ 17:50 0:00 \_ /bin/systemd-tty-ask-password-agent --watch -------- I have to kill the service restart command in order for the installation to continue. I'm not sure if it is related, just the line "Running service initscript network restart" made me think that. If it's a separate problem, let's split the thread. Best regards, Joschi Brauchle On 08/06/2012 04:00 PM, Uwe Gansert wrote:
On 06.08.2012 10:51, Joschi Brauchle wrote:
2012-08-06 10:34:13 <2> test122(3344) [YCP] autoinstall/io.ycp:196 Mount failed 2012-08-06 10:34:13 <3> test122(3344) [YCP] AutoinstScripts.ycp:696 script nfs://<server>/<path>/init0000_final_installation.sh could not be retrieved --------
Another init script is included with its source in the XML file, and this is running fine. Hence, it looks like the problem lies in mounting the remote NFS path when running the init scripts...?
autoyast was not able to mount the NFS server. Can you try to debug that? Write a chroot-script (chrooted=true, feedback=true, debug=true) that mounts the nfs share. Does that also fail?
Autoyast tries to mount with "-o noatime,nolock" and if that fails: "-o noatime -t nfs4"