|
Bugzilla – Full Text Bug Listing |
| Summary: | second stage wants to install xinetd | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Olaf Hering <ohering> |
| Component: | Installation | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lars.vogdt |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | bug442196.tar.bz2 | ||
|
Description
Olaf Hering
2008-11-06 09:39:19 UTC
Created attachment 250232 [details] bug442196.tar.bz2 I have no clue here. Uwe, Miso? are you sure you attached the right logs? The logs are not from an autoinstallation. its not an autoinstall. Its automatic configuration, it should ask no questions in second stage. This is probably y2-network issue. xinetd is pulled in because of VNC installation, but it shouldn't ask user for confirming its installation once s/he opted for automatic conf. I'll check that Er, but xinetd does not look like installed in 2nd stage, see: [libscr] SCR.cc(SCRExecute2):245 args: "rpm -q --whatprovides xinetd" [bash] ShellCommand.cc(shellcommand):129 no package provides xinetd Either way, if installation is VNC-one, we should a) take care all necessary packs are marked for installation in 1st stage b) even if they're not, installation in 2nd stage should be non-interactive Obviously "Minimal Server Selection (Text Mode)" image does not contain xinetd, as according to timestamps in zypp history, its installation has been really triggered only by remote_proposal. So I've added xinetd to the list of required packages for VNC mode, to make sure it is really marked for installation in 1st stage. y2-packager 2.17.43 What about changing the "Minimal Server Selection (Text Mode)" pattern instead of installing xinetd on every machine? I'm not sure (the getpac diff doesn't show enough), but if you just install xinetd if the user installs via VNC, it's ok. Is that the case? > What about changing the "Minimal Server Selection (Text Mode)" pattern instead > of installing xinetd on every machine? It does not install xinetd on every machine, no. Only ... > I'm not sure (the getpac diff doesn't show enough), but if you just install > xinetd if the user installs via VNC, it's ok. Is that the case? ... like this. If and only we're installing via VNC. The full condition is as follows: if (Linuxrc::vnc ()) { packages = add (packages, "tightvnc"); packages = add (packages, "yast2-qt"); packages = add (packages, "xorg-x11"); packages = add (packages, "icewm"); packages = add (packages, "sax2-tools"); packages = add (packages, "xinetd"); } jip, that's exactly what's missing for me ;-) => checked in. |