Mailinglist Archive: opensuse-bugs (13451 mails)

< Previous Next >
[Bug 335108] New: pcfclock does not work after install and online update
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 19 Oct 2007 00:53:05 -0600 (MDT)
  • Message-id: <bug-335108-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=335108#c1

Summary: pcfclock does not work after install and online update
Product: openSUSE 10.3
Version: Final
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: goebelt@xxxxxxxx
QAContact: qa@xxxxxxx
Found By: System Test


After installation i get
pcfdate: /dev/pcfclock0: No such device
pcfdate: /dev/pcfclock1: No such device
pcfdate: /dev/pcfclock2: No such device

The Devices are created with
mknod -m 444 /dev/pcfclock0 c 181 0
mknod -m 444 /dev/pcfclock1 c 181 1
mknod -m 444 /dev/pcfclock2 c 181 2

BTW: You don't send any "README" or "INSTALL" file with the pcfclock package,
to describe the installation process. especially the mknod command!

After some search i found that the pcfclock and pcfclock_kmp package are not
build for the installed kernel.
-------------------------
dv01:~ # cat /proc/version
Linux version 2.6.22.9-0.4-default (geeko@buildhost) (gcc version 4.2.1 (SUSE
Linux)) #1 SMP 2007/10/05 21:32:04 UTC
dv01:~ # rpm -qa | grep kernel
kernel-source-2.6.22.9-0.4
kernel-default-2.6.22.9-0.4
kernel-syms-2.6.22.9-0.4
linux-kernel-headers-2.6.22-19
nfs-kernel-server-1.1.0-8
-------------------------

So, i downloaded the src rpm of pcfclock
http://download.opensuse.org/distribution/10.3/repo/src-oss/suse/src/pcfclock-0.44-133.src.rpm
and build a new rpm with rpmbuild.

After i have deinstalled the old pcfclock rpm`s
pcfclock-0.44-133
pcfclock-kmp-default-0.44_2.6.22.5_31-133

and installed the new created rpm`s
pcfclock-kmp-default-0.44_2.6.22.9_0.4-133
pcfclock-0.44-133

all works fine.

dv01:~ # pcfdate -s
Fri Oct 19 08:52:47 2007


--
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.

< Previous Next >