https://bugzilla.novell.com/show_bug.cgi?id=846668 https://bugzilla.novell.com/show_bug.cgi?id=846668#c0 Summary: fix for bug in NXinstall from NX-3.5.0-122.1.x86_64.rpm Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wharms@bfs.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.1.1 Firefox/3.6.13 there is a well know bug inside the nxinstall from the current NX rpm. NX-3.5.0-122.1.x86_64.rpm .. Setting up permissions ...done Setting up cups nxipp backend ...cp: Aufruf von stat für „/usr/lib64/cups/backend/ipp efunden Reproducible: Always Steps to Reproduce: 1. install NX-3.5.0-122.1.x86_64.rpm 2. nxsetup --install --setup-nomachine-key 3. Actual Results: .. Setting up permissions ...done Setting up cups nxipp backend ...cp: Aufruf von stat für „/usr/lib64/cups/backend/ipp efunden The problem is already descibed in http://en.opensuse.org/SDB:FreeNX_server but no seems to care to fix it. the patch below will fix it by creating the missing dir when needed. --- nxsetup.org 2013-10-18 17:59:58.674117761 +0200 +++ nxsetup 2013-10-18 18:02:19.322812240 +0200 @@ -369,6 +369,7 @@ if [ -d "$CUPS_BACKEND" ] then echo -n "Setting up cups nxipp backend ..." + mkdir -p "$CUPS_IPP_BACKEND" cp -af "$CUPS_BACKEND/ipp" "$CUPS_IPP_BACKEND" chmod 755 "$CUPS_IPP_BACKEND" echo "done" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.