II am looking for some assistance with this error. I have modified my
inittab to startup a script that will su and startup openwin. Files
below:
inittab
---------
ap::sysinit:/sbin/autopush -f /etc/iu.ap
fs::sysinit:/sbin/rcS >/dev/console 2>&1
</dev/console
is:3:initdefault:
p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/console 2>&1
s0:0:wait:/sbin/rc0 >/dev/console 2>&1
</dev/console
s1:1:wait:/usr/sbin/shutdown -y -iS -g0 >/dev/console 2>&1
</dev/console
s2:23:wait:/sbin/rc2 >/dev/console 2>&1
</dev/console
s3:3:wait:/sbin/rc3 >/dev/console 2>&1
</dev/console
s5:5:wait:/sbin/rc5 >/dev/console 2>&1
</dev/console
s6:6:wait:/sbin/rc6 >/dev/console 2>&1
</dev/console
fw:0:wait:/sbin/uadmin 2 0 >/dev/console 2>&1
</dev/console
of:5:wait:/sbin/uadmin 2 6 >/dev/console 2>&1
</dev/console
rb:6:wait:/sbin/uadmin 2 1 >/dev/console 2>&1
</dev/console
sc:234:respawn:/usr/lib/saf/sac -t 300
co:234:respawn:/export/home/obmigfa/rc.daemon >/dev/console 2>&1
</dev/console
rc.daemon
-----------------
#!/bin/sh
#
#
# Daemon startup for the MIGFA software
#
#
echo "Switch to obmigfa"
/bin/su obmigfa -c "/usr/openwin/bin/openwin"
The following is the erros I am getting:
-----------------------------------------------------------
Graphics adapter device /dev/fb is of unknown type
Fatal server error:
InitOutput:Error loading module for /dev/fb
/usr/openwin/bin/xinit: Server error.
Has anyone ran into this before? If so, what can I do to fix it?