[opensuse-autoinstall] opensuse 11.4 pxe installation - no repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://...
Hello, I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository. Here's the message from y2log: 2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso' 2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError I checked the path, and I was able to manually mount the directory from one of the terminals without problem. Here's part of the pxelinux.cfg/default label workstation11.4-32 kernel linux11.4-32 append initrd=initrd11.4-32 ramdisk_size=65536 insmod=e100 textmode=1 autoyast=nfs://nfsserver.example.com/suse/autoyast-workstation-11.4 install=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso label manual11.4-32 kernel linux11.4-32 append initrd=initrd11.4-32 ramdisk_size=65536 manual=1 install='nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso' For now I'm trying to make the manual installation work. I have the same lines for opensuse 11.3 and 11.2 and those installations work correctly. Any idea what could be the problem? Thank you. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi, just a wild guess: Try appending "netw=dhcp" also. IIRC, the docs state that networking is enabled automatically when "http://" or other network style paths are used, but it didn't work for me in every case. After PXE, the machine would simply forget it had and should use network of any kind. And in these cases, it failed at the repository step, too, since that seems to be the first case the transmitted kernel tries to talk to the world. I don't know about nfs, but on http you can check in the server logs if the client really contacted the server. This does not explain why it worked on 11.2 and 11.3 though, and the error could also indicate there is something wrong with the iso (there really is no repo on there, maybe). tty, 686f6c6d -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi,
just a wild guess: Try appending "netw=dhcp" also. IIRC, the docs state that networking is enabled automatically when "http://" or other network style paths are used, but it didn't work for me in every case. After PXE, the machine would simply forget it had and should use network of any kind. And in these cases, it failed at the repository step, too, since that seems to be the first case the transmitted kernel tries to talk to the world. I tried with the option but unfortunately it didn't make any difference. I just changed 11.4 to 11.3 in the URL and that works correctly, even
Le 11-03-15 06:06, 686f6c6d a écrit : though it's loading the 11.4 initrd and linux. I tried an http installation from the opensuse repos and that looked ok. So I decided to configure a temporary http server on another machine and this works as well. That machine mounts the directory through nfs. So I suspect there's a problem with the nfs installation or they changed some options. Any other suggestions? Thanks. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hello
2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso'
I suspect you need to add the 'instsys' paramenter for linuxrc because it's a ISO and not a repo. See here: http://en.opensuse.org/Linuxrc#p_install Regards, Michael
Le 11-03-16 13:25, michael.leu@mgb.ch a écrit :
Hello
2011-03-14 10:56:08<3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso' I suspect you need to add the 'instsys' paramenter for linuxrc because it's a ISO and not a repo.
See here: http://en.opensuse.org/Linuxrc#p_install
Since the ISO wasn't working, I tried with the repo and it didn't work either. I noticed there was another error in the log file about the nfs mount failing which would explain why nothing is working. However there's no reason it should fail since I can do the mount manually on the same machine from one of the terminals and if I just replace 11.4 with 11.3 it works. Since the same directory works through http, it's not a problem with the repo either. I'm out of ideas. If we have to, we'll setup an http server, but I'd prefer not to. Thanks. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Wednesday 16 March 2011 Pierre Girard wrote:
I noticed there was another error in the log file about the nfs mount failing which would explain why nothing is working. However there's no reason it should fail since I can do the mount manually on the same machine from one of the terminals and if I just replace 11.4 with 11.3 it works. Since the same directory works through http, it's not a problem with the repo either.
I'm out of ideas.
If we have to, we'll setup an http server, but I'd prefer not to.
can you loop mount the ISO on the nfs server and export that then? I want to know if it's a problem with ISO or with nfs in general. In any case it would be nice if you could open a bugreport against 11.4. Maybe there's really something broken on 11.4 When you see the error, take the y2log file and attach it to the bug please. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Le 2011-03-17 04:54, Uwe Gansert a écrit :
can you loop mount the ISO on the nfs server and export that then? I want to know if it's a problem with ISO or with nfs in general.
Sorry about the delay. I haven't tried your suggestion yet but since I can't do the install from an ISO or from a repo, I think it's an NFS problem.
In any case it would be nice if you could open a bugreport against 11.4.. Maybe there's really something broken on 11.4 When you see the error, take the y2log file and attach it to the bug please.
I did further tests to try and determine what worked and what didn't. I had a look at bugzilla last week and I couldn't find a mention of this problem. Yesterday when I was going to submit a report, I saw that someone else had a very similar problem. I posted my comments in his report. Bug 681091 - OpenSuSE 11.4: unable to install from nfs-shared .iso -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Tuesday 22 March 2011 Pierre Girard wrote:
can you loop mount the ISO on the nfs server and export that then? I want to know if it's a problem with ISO or with nfs in general.
Sorry about the delay. I haven't tried your suggestion yet but since I can't do the install from an ISO or from a repo, I think it's an NFS problem.
oh, okay. I overlooked that in your mails. Then it's probably an NFS installation issue
Bug 681091 - OpenSuSE 11.4: unable to install from nfs-shared .iso
okay. Thanks. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Am 16.03.2011 20:19, schrieb Pierre Girard:
Le 11-03-16 13:25, michael.leu@mgb.ch a écrit :
Hello
2011-03-14 10:56:08<3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso'
I suspect you need to add the 'instsys' paramenter for linuxrc because it's a ISO and not a repo.
See here: http://en.opensuse.org/Linuxrc#p_install
Since the ISO wasn't working, I tried with the repo and it didn't work either.
I noticed there was another error in the log file about the nfs mount failing which would explain why nothing is working. However there's no reason it should fail since I can do the mount manually on the same machine from one of the terminals and if I just replace 11.4 with 11.3 it works. Since the same directory works through http, it's not a problem with the repo either.
I'm out of ideas.
Hi, do you mount the nfs repo (when trying to install with autoyast) with exact the same rights as when you are doing it manually? Could it depend on the access rights on the nfs-repo-server? Regards, Ivan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi! Think I have the same o a similar problem (again) with our old nfs server. My installation of 11.4 also stops because of an NFS timeout during adding the repository. So... On 03/14/2011 08:24 PM, Pierre Girard wrote:
I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository.
Here's the message from y2log:
2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso' 2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError
I checked the path, and I was able to manually mount the directory from one of the terminals without problem.
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work? If not, does mount -o nolock,nfsvers=2 <repo> <dir> work? You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!? My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize. http://en.opensuse.org/SDB:Linuxrc Maybe those problems are not connected, but they sound similar to me. My colleague has no problems installing via NFS from a server with newer nfs version. Any ideas? Regards, -- Guenther Haas, Ulm University, Institute TAIT, guenther.haas@gmx.de -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On 05/09/2011 03:31 PM, Guenther Haas wrote:
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work?
If not, does
mount -o nolock,nfsvers=2 <repo> <dir>
work?
This would be interesting, although...
You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!?
My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize.
Here I made an error in reasoning. What I need is a possibility to set additional mount options in autoyast NOT in linuxrc! Is there a possibility to do that? Or is it possible to start rpc.statd at that point of installation? Some versions ago it was possible, but with 11.4 it seems to be more difficult. Regards, -- Guenther Haas, Ulm University, Institute TAIT, guenther.haas@gmx.de -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Le 2011-05-09 09:31, Guenther Haas a écrit :
Hi!
Think I have the same o a similar problem (again) with our old nfs server. My installation of 11.4 also stops because of an NFS timeout during adding the repository.
So...
Last I heard, seems to be a bug in zypp. https://bugzilla.novell.com/show_bug.cgi?id=681091 I worked around the problem by installing an http server and doing installs that way instead of using NFS.
On 03/14/2011 08:24 PM, Pierre Girard wrote:
I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository.
Here's the message from y2log:
2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso' 2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError
I checked the path, and I was able to manually mount the directory from one of the terminals without problem.
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work?
If not, does
mount -o nolock,nfsvers=2 <repo> <dir>
work? You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!?
My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize.
http://en.opensuse.org/SDB:Linuxrc
Maybe those problems are not connected, but they sound similar to me. My colleague has no problems installing via NFS from a server with newer nfs version.
Any ideas?
Regards,
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hello, I did have similar problems... Check the way you pass the URL, the problem lies somewhere in the "iso:/" part: I experiemented with "iso://" and "iso:///" and did get it working with one of them as far as I remember. Alternatively: The problem is the combination of mounting an iso image thru nfs. Try extracting your iso file on the nfs server into a directory and then use a plain "nfs://<server>/<directory/" repository. That works for sure! On 05/24/2011 03:44 PM, Pierre Girard wrote:
Le 2011-05-09 09:31, Guenther Haas a écrit :
Hi!
Think I have the same o a similar problem (again) with our old nfs server. My installation of 11.4 also stops because of an NFS timeout during adding the repository.
So...
Last I heard, seems to be a bug in zypp. https://bugzilla.novell.com/show_bug.cgi?id=681091
I worked around the problem by installing an http server and doing installs that way instead of using NFS.
On 03/14/2011 08:24 PM, Pierre Girard wrote:
I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository.
Here's the message from y2log:
2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso'
2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError
I checked the path, and I was able to manually mount the directory from one of the terminals without problem.
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work?
If not, does
mount -o nolock,nfsvers=2 <repo> <dir>
work? You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!?
My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize.
http://en.opensuse.org/SDB:Linuxrc
Maybe those problems are not connected, but they sound similar to me. My colleague has no problems installing via NFS from a server with newer nfs version.
Any ideas?
Regards,
-- Dipl.-Ing. Joschi Brauchle, M.Sc. Institute for Communications Engineering (LNT) Technische Universitaet Muenchen (TUM) 80290 Munich, Germany Tel (work): +49 89 289-23474 Fax (work): +49 89 289-23490 E-mail: joschi.brauchle@tum.de Web: http://www.lnt.ei.tum.de/
Le 2011-05-24 09:50, Joschi Brauchle a écrit :
Hello,
I did have similar problems...
Check the way you pass the URL, the problem lies somewhere in the "iso:/" part: I experiemented with "iso://" and "iso:///" and did get it working with one of them as far as I remember.
Alternatively: The problem is the combination of mounting an iso image thru nfs. Try extracting your iso file on the nfs server into a directory and then use a plain "nfs://<server>/<directory/" repository. That works for sure!
I won't retype all I said in the past on the subject since it's all in the bugzilla and I tried installs with ISO and with repo. It didn't work when the NFS server was a solaris 10 machine, but it worked when it was an opensuse machine.
On 05/24/2011 03:44 PM, Pierre Girard wrote:
Le 2011-05-09 09:31, Guenther Haas a écrit :
Hi!
Think I have the same o a similar problem (again) with our old nfs server. My installation of 11.4 also stops because of an NFS timeout during adding the repository.
So...
Last I heard, seems to be a bug in zypp. https://bugzilla.novell.com/show_bug.cgi?id=681091
I worked around the problem by installing an http server and doing installs that way instead of using NFS.
On 03/14/2011 08:24 PM, Pierre Girard wrote:
I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository.
Here's the message from y2log:
2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso'
2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError
I checked the path, and I was able to manually mount the directory from one of the terminals without problem.
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work?
If not, does
mount -o nolock,nfsvers=2 <repo> <dir>
work? You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!?
My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize.
http://en.opensuse.org/SDB:Linuxrc
Maybe those problems are not connected, but they sound similar to me. My colleague has no problems installing via NFS from a server with newer nfs version.
Any ideas?
Regards,
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
.. It didn't work when the NFS server was a solaris 10 machine, but it worked when it was an opensuse machine.
Just a quick thought. Does solaris exports the NSF shares preferred via NFSv4 ? Might be usefull to limit the export to NFS v2/3 Cheers Hajo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On 05/24/2011 04:02 PM, Hans-Joachim Ehlers wrote:
.. It didn't work when the NFS server was a solaris 10 machine, but it worked when it was an opensuse machine.
Just a quick thought. Does solaris exports the NSF shares preferred via NFSv4 ? Might be usefull to limit the export to NFS v2/3
For me that was exactly the problem with my old server. The point is, that in openSUSE 11.4 the NFS default version ist 4! Some (old) servers can't handle that. I solved it as follows: I created the config file /etc/nfsmount.conf at the very beginning of the installation by help of the following driver update "update.pre":
#! /bin/bash
###----------------------------------------------------------------------------- ### create (or modify) /etc/nfsmount.conf
OPTIONSFILE="/etc/nfsmount.conf"
test -f $OPTIONSFILE && {
sed -i "/^# Defaultvers=4/ a\Defaultvers=3" $OPTIONSFILE
} || {
echo "[ NFSMount_Global_Options ]" > $OPTIONSFILE echo "Defaultvers=3" >> $OPTIONSFILE }
###-----------------------------------------------------------------------------
This sets the client NFS default version to 3 (instead of 4) for the installation. Using the same script as "update.post" (just a soft link to "update.pre" within the driver update) does the same for the installed system at the end of the installation. I put both files (or the file and the link) into the following directory structure linux/ suse/ i386-11.4 -> x86_64-11.4 x86_64-11.4/ install/ dud.config install/ update.post -> update.pre update.pre and build a driver update with find linux | cpio -oVH newc > dud.cpio gzip dud.cpio Finally I added the option dud=nfs://<server-ip>//<path>/dud.cpio.gz to my pxe config:
default linux
label linux kernel linux64 append insecure=1 textmode=0 noshell=0 load_ramdisk=1 initrd=initrd64 vga=0x317 insmod=e1000e nfsopts=udp dud=nfs://<server-ip>//<path>/dud.cpio.gzinstall=nfs://... autoyast=nfs://...
Additionally I have to start rpcbind rpc.statd in our pre-script and post-script. Maybe you can also put this into the driver update but I haven't - for historical reasons. That's it. Now the installation over NFS works fine! Hope this helps with the installation from ISO via NFS as well. Special thanks go to Steffen Winterfeldt who had the idea to use a driver update and helped me a lot with the driver update mechanism! You can find more details here: http://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/index.html Regards, -- Guenther Haas, Ulm University, Institute TAIT, guenther.haas@gmx.de -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
2011/5/24 Pierre Girard <pierre.girard@gerad.ca>:
Le 2011-05-09 09:31, Guenther Haas a écrit :
Hi!
Think I have the same o a similar problem (again) with our old nfs server. My installation of 11.4 also stops because of an NFS timeout during adding the repository.
So...
Last I heard, seems to be a bug in zypp. https://bugzilla.novell.com/show_bug.cgi?id=681091
I worked around the problem by installing an http server and doing installs that way instead of using NFS.
On 03/14/2011 08:24 PM, Pierre Girard wrote:
I'm trying to install opensuse 11.4 and so far the machine loads pxe, starts initrd and linux, and starts the installation process. At some point it looks to add repositories and I get an error message saying there was a problem adding a repository.
Here's the message from y2log:
2011-03-14 10:56:08 <1> client.example.com(3182) [YCP] Progress.ycp:599 Subprogress initialization skipped 2011-03-14 10:56:08 <3> client.example.com(3182) [YCP] Packages.ycp:1484 No repository in 'iso:/?iso=openSUSE-11.4-DVD-i586.iso&url=nfs://nfsserver.example.com/suse/opensuse/distribution/11.4/iso' 2011-03-14 10:56:08 <1> client.example.com(3182) [Pkg] Packages.ycp:1063 Pkg Builtin called: LastError
I checked the path, and I was able to manually mount the directory from one of the terminals without problem.
Have you tried to manually mount the repository from the (interrupted) installation system? Does this work?
If not, does
mount -o nolock,nfsvers=2 <repo> <dir>
work? You can also try nfsvers=3. For me this works, but not without the "unlock" option as the rpcstatd is missing at this time and can not be started!?
My problem now is, that from a pxe boot I see no possibility to pass the nolock option to linuxrc. The existing option nfsops=... doesn't allow the use of nolock, only udp, tcp, vers or rsize & wsize.
http://en.opensuse.org/SDB:Linuxrc
Maybe those problems are not connected, but they sound similar to me. My colleague has no problems installing via NFS from a server with newer nfs version.
I use OS11.4, NFSv4 and PXE boot without any problems: My pxe config: ... LABEL opensuse114 MENU LABEL opensuse114 64 KERNEL /os114/boot/x86_64/loader/linux ramdisk_size=65536 APPEND initrd=/os114/boot/x86_64/loader/initrd UseDHCP=1 InstMode=nfs Install=nfs://10.0.0.1/daten/repos/11.4/oss vga=788 splash=silent insecure=1 Language=de_DE netdevice=eth0 showopts ... My /etc/exports: /daten 10.0.0.0/255.255.255.0(ro,crossmnt,no_root_squash,sync,no_subtree_check) Maybe check your /etc/sysconfig/nfs: NFS_SECURITY_GSS="no" NFS3_SERVER_SUPPORT="yes" NFS4_SUPPORT="no" -- Matthias -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi All Will finishing our autoyast.xml file I need to add a few additional user groups. But have found that they are not being created. Here is an example of what is in our xml file .. <group> <group_password>x</group_password> <groupname>dback</groupname> <userlist>f1j1jck,ts02mlh,fb9zikj</userlist> </group> Any help would be greatly appreciated. Patrick Swartz UNIX Planning & Engineering (DSUSSE) First Data 402-777-7337 desk 402-201-1192 Company cell 402-871-8981 Personal cell ----------------------------------------- The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify First Data immediately by replying to this message and deleting it from your computer. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi Patrick, Are you using the <groups> tag like below ? A cut-paste from my xml file which is working fine. <groups config:type="list"> <group> <group_password>x</group_password> <groupname>users</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>apache</groupname> <gid>200</gid> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>postgres</groupname> <gid>502</gid> <userlist></userlist> </group> ... ... </groups> With best regards, Sravan Sivaraju -----Original Message----- From: Swartz, Patrick H [mailto:Patrick.Swartz@firstdata.com] Sent: Dienstag, 24. Mai 2011 22:32 To: opensuse-autoinstall@opensuse.org Subject: [opensuse-autoinstall] additional group not being built Hi All Will finishing our autoyast.xml file I need to add a few additional user groups. But have found that they are not being created. Here is an example of what is in our xml file .. <group> <group_password>x</group_password> <groupname>dback</groupname> <userlist>f1j1jck,ts02mlh,fb9zikj</userlist> </group> Any help would be greatly appreciated. Patrick Swartz UNIX Planning & Engineering (DSUSSE) First Data 402-777-7337 desk 402-201-1192 Company cell 402-871-8981 Personal cell ----------------------------------------- The information in this message may be proprietary and/or confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify First Data immediately by replying to this message and deleting it from your computer. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Does the users from the userlist exist ? -----Original Message----- From: Swartz, Patrick H [mailto:Patrick.Swartz@firstdata.com] Sent: Tuesday, May 24, 2011 10:32 PM To: opensuse-autoinstall@opensuse.org Subject: [opensuse-autoinstall] additional group not being built Hi All Will finishing our autoyast.xml file I need to add a few additional user groups. But have found that they are not being created. Here is an example of what is in our xml file .. <group> <group_password>x</group_password> <groupname>dback</groupname> <userlist>f1j1jck,ts02mlh,fb9zikj</userlist> </group> Any help would be greatly appreciated. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (11)
-
686f6c6d
-
Guenther Haas
-
Hans-Joachim Ehlers
-
Ivan De Masi
-
Joschi Brauchle
-
Matthias Praunegger
-
michael.leu@mgb.ch
-
Pierre Girard
-
Sivaraju, Sravan (ext)
-
Swartz, Patrick H
-
Uwe Gansert