Mailinglist Archive: opensuse-bugs (4369 mails)
| < Previous | Next > |
[Bug 205408] New: Erroneous save_hw_status_finish.ycp
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 13 Sep 2006 05:57:09 -0600 (MDT)
- Message-id: <bug-205408-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=205408
Summary: Erroneous save_hw_status_finish.ycp
Product: openSUSE 10.2
Version: Alpha 4
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: jsrain@xxxxxxxxxx
ReportedBy: locilka@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
CC: locilka@xxxxxxxxxx
clients/save_hw_status_finish.ycp:72 PS/2 mouse saving process returnes:
$["exit":1, "stderr":"sh: line 6: cd: /proc/device-tree: No such file or
directory\n", "stdout":""]
--- source code cut ---
I'd fix it if I knew more about the problem (why it is there).
// PS/2 mouse on PPC
map out = (map)SCR::Execute (.target.bash_output,
"#!/bin/sh
set -e
if test -f /etc/sysconfig/hardware/hwcfg-static-psmouse
then
exit 0
fi
cd /proc/device-tree
if find * -name name -print0 | xargs -0 grep -qw 8042
then
cat > /etc/sysconfig/hardware/hwcfg-static-psmouse <<EOF
MODULE='psmouse'
EOF
fi
");
--- source code cut ---
This was observed on i386
--
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, or are watching someone who is.
Summary: Erroneous save_hw_status_finish.ycp
Product: openSUSE 10.2
Version: Alpha 4
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: jsrain@xxxxxxxxxx
ReportedBy: locilka@xxxxxxxxxx
QAContact: jsrain@xxxxxxxxxx
CC: locilka@xxxxxxxxxx
clients/save_hw_status_finish.ycp:72 PS/2 mouse saving process returnes:
$["exit":1, "stderr":"sh: line 6: cd: /proc/device-tree: No such file or
directory\n", "stdout":""]
--- source code cut ---
I'd fix it if I knew more about the problem (why it is there).
// PS/2 mouse on PPC
map out = (map)SCR::Execute (.target.bash_output,
"#!/bin/sh
set -e
if test -f /etc/sysconfig/hardware/hwcfg-static-psmouse
then
exit 0
fi
cd /proc/device-tree
if find * -name name -print0 | xargs -0 grep -qw 8042
then
cat > /etc/sysconfig/hardware/hwcfg-static-psmouse <<EOF
MODULE='psmouse'
EOF
fi
");
--- source code cut ---
This was observed on i386
--
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, or are watching someone who is.
| < Previous | Next > |