Hi,
I'm building locally in chroot and there are two things I need to remember.
I'll write it in case it's useful for someone else:
Build usually needs /dev/null (during configure) and it won't work if
chroot is on partition mounted with nodev (like ramdisk or external
disk).
sudo mount -o remount,dev /run
When running old distros (RHEL4 or 5) in chroot, 'su' executed as root
doesn't work. I don't exactly why, some pam modules don't work
correctly. This helps:
sudo sed -i 's/pam_[^.]\+/pam_permit/' /path/to/osbuild-root/etc/pam.d/su
thanks for this great service
Marcin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Show replies by date