[opensuse-factory] network install, but no network interfaces configured? iproute2 wasn't even installed?
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time? On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed? -- Per Jessen, Zürich (16.2°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now? ls -l /usr/sbin/ip -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
ls -l /usr/sbin/ip
Yes, it's there now, but not when the system was booted the first time. -- Per Jessen, Zürich (9.3°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
ls -l /usr/sbin/ip
Yes, it's there now, but not when the system was booted the first time.
It is different system. inst-sys is system for installation which is reduced as it completelly lives in RAM, so its size create requirement for RAM. Our code is to keep it minimal to allow installation also with minimal RAM. Usually available packages in inst-sys is defined by needs of installer. Hint: try extend command as not all packages are directly in RAM, so e.g. extend gdb adds gdb to inst-sys. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Josef Reidinger wrote:
On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
Wait, this was not in the inst-sys, I think - this was at the point where I would have normally started the 2nd phase. I logged in at the console, and ran "ip addr" which told me "ip" could not be found. Also, when I later installed "iproute2" zypper didn't complain that it was already installed. -- Per Jessen, Zürich (10.4°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 04 Apr 2014 08:56:47 +0200 Per Jessen <per@computer.org> wrote:
Josef Reidinger wrote:
On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
Wait, this was not in the inst-sys, I think - this was at the point where I would have normally started the 2nd phase. I logged in at the console, and ran "ip addr" which told me "ip" could not be found.
Also, when I later installed "iproute2" zypper didn't complain that it was already installed.
Ah, then it is different phase that I think. Now installation is single step, so you boot to target system. If iproute2 is not installed, then it is not in default patters for product ( opensuse here ) or you changed config to not install it. opensuse patterns are here https://build.opensuse.org/package/view_file/openSUSE:Factory/patterns-openS... probably for you important is base pattern or enhanced base where iproute2 is just recommended. So if you want to debug check in installation if enhanced base is installed and if recommended iproute2 is selected or not. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Josef Reidinger wrote:
On Fri, 04 Apr 2014 08:56:47 +0200 Per Jessen <per@computer.org> wrote:
Josef Reidinger wrote:
On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
I'm guessing that Factory is now supposed to work as a single-phase installation? Or do I still run /usr/lib/Yast/startup/Yast.ssh when the system boots the first time?
On this system, no interfaces were configured on the first boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run because run_me_at_boot wasn't found. I tried "ip addr" to check the network interfaces, but iproute2 wasn't even installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
Wait, this was not in the inst-sys, I think - this was at the point where I would have normally started the 2nd phase. I logged in at the console, and ran "ip addr" which told me "ip" could not be found.
Also, when I later installed "iproute2" zypper didn't complain that it was already installed.
Ah, then it is different phase that I think. Now installation is single step, so you boot to target system. If iproute2 is not installed, then it is not in default patters for product ( opensuse here ) or you changed config to not install it. opensuse patterns are here https://build.opensuse.org/package/view_file/openSUSE:Factory/patterns-openS... probably for you important is base pattern or enhanced base where iproute2 is just recommended. So if you want to debug check in installation if enhanced base is installed and if recommended iproute2 is selected or not.
I'll have a look. In the meantime, have you any suggestions as to why this system came up with no network interface configured at all? It has 4 x gigabit interfaces. I had to configure those manually afterwards. Actually, could that be why iproute2 wasn't installed? No network interfaces, no network? -- Per Jessen, Zürich (14.8°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 04 Apr 2014 12:53:32 +0200 Per Jessen <per@computer.org> wrote:
Josef Reidinger wrote:
On Fri, 04 Apr 2014 08:56:47 +0200 Per Jessen <per@computer.org> wrote:
Josef Reidinger wrote:
On Fri, 04 Apr 2014 07:38:34 +0200 Per Jessen <per@computer.org> wrote:
Jan Engelhardt wrote:
On Thursday 2014-04-03 17:40, Per Jessen wrote:
>I'm guessing that Factory is now supposed to work as a >single-phase installation? Or do I still >run /usr/lib/Yast/startup/Yast.ssh when the system boots the >first time? > >On this system, no interfaces were configured on the first >boot-up, and /usr/lib/Yast/startup/Yast.ssh didn't want to run >because run_me_at_boot wasn't found. I tried "ip addr" to >check the network interfaces, but iproute2 wasn't even >installed?
Was it or was it not, now?
I checked with rpm -qa, it wasn't installed, I had to install it myself. The deprecated 'ifconfig' was installed though :-)
rpm -qa is not correct way in inst-sys. You should check /.packages.root which contain packages there with version.
Wait, this was not in the inst-sys, I think - this was at the point where I would have normally started the 2nd phase. I logged in at the console, and ran "ip addr" which told me "ip" could not be found.
Also, when I later installed "iproute2" zypper didn't complain that it was already installed.
Ah, then it is different phase that I think. Now installation is single step, so you boot to target system. If iproute2 is not installed, then it is not in default patters for product ( opensuse here ) or you changed config to not install it. opensuse patterns are here https://build.opensuse.org/package/view_file/openSUSE:Factory/patterns-openS... probably for you important is base pattern or enhanced base where iproute2 is just recommended. So if you want to debug check in installation if enhanced base is installed and if recommended iproute2 is selected or not.
I'll have a look. In the meantime, have you any suggestions as to why this system came up with no network interface configured at all? It has 4 x gigabit interfaces. I had to configure those manually afterwards. Actually, could that be why iproute2 wasn't installed? No network interfaces, no network?
There is currently changes in installer in this area, so I expect it is a bug as network should be almost always set, maybe problem with installation control file for opensuse. Please report a bug and include yast logs, so we can check where is problem. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, Apr 4, 2014 at 3:27 PM, Josef Reidinger <jreidinger@suse.cz> wrote:
There is currently changes in installer in this area, so I expect it is a bug as network should be almost always set, maybe problem with installation control file for opensuse. Please report a bug and include yast logs, so we can check where is problem.
And please post bug number here. I reported the same on the list a couple of weeks ago but with less success :p I definitely would like to follow up on it. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 4 Apr 2014 15:48:16 +0400 Andrey Borzenkov <arvidjaar@gmail.com> wrote:
On Fri, Apr 4, 2014 at 3:27 PM, Josef Reidinger <jreidinger@suse.cz> wrote:
There is currently changes in installer in this area, so I expect it is a bug as network should be almost always set, maybe problem with installation control file for opensuse. Please report a bug and include yast logs, so we can check where is problem.
And please post bug number here. I reported the same on the list a couple of weeks ago but with less success :p I definitely would like to follow up on it.
posted already by Per - https://bugzilla.novell.com/show_bug.cgi?id=872086 I already reassign it to our network maintainer, but he is now quite overloaded with work, so it is hard to guess when he will have time. In general if you find bug, then search bugzilla and if nothing similar is there, then report it there as it is better place to solve it then posting to mailing list which yast team do not active monitor. Josef -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Josef Reidinger wrote:
On Fri, 04 Apr 2014 12:53:32 +0200 Per Jessen <per@computer.org> wrote:
In the meantime, have you any suggestions as to why this system came up with no network interface configured at all? It has 4 x gigabit interfaces. I had to configure those manually afterwards. Actually, could that be why iproute2 wasn't installed? No network interfaces, no network?
There is currently changes in installer in this area, so I expect it is a bug as network should be almost always set, maybe problem with installation control file for opensuse. Please report a bug and include yast logs, so we can check where is problem.
https://bugzilla.novell.com/show_bug.cgi?id=872086 -- Per Jessen, Zürich (16.7°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Andrey Borzenkov
-
Jan Engelhardt
-
Josef Reidinger
-
Per Jessen