To fix this i restricted lvm to only use sda (documented in lvm.conf). If you are stuck at the vgscan stage
Reading all physical volumes. This may take a while...
Then you probably need to do something similar to this.
devices {
dir = "/dev"
scan = [ "/dev" ]
preferred_names = [ ]
filter = [ "a|/dev/…
/etc/opt/SUNWkio/sessions/gnome.conf
KIOSK_SESSION_EXEC=/etc/opt/SUNWkio/sessions/gnome/gnome-kiosk
KIOSK_SESSION_LABEL="GNOME"
KIOSK_SESSION_ICON=
KIOSK_SESSION_DESCRIPTION="GNOME"
KIOSK_SESSION_APPLAUNCHER=/opt/SUNWkio/lib/kioskapplaunch
KIOSK_SESSION_PROTOTYPE=gnome
KIOSK_SESSION_ARGS=/usr/bin/gnome-session
…
We were specifically trying to get skype to work on a sunray. We got audio working by configuring kde.
If you start kcontrol Select: Sound & Multimedia Sound System Hardware We selected Full Duplex and changed the default audio location to that of AUDIODEV (/tmp/SUNWut/dev/utaudio/ut-dsp-0 Apply the changes Then restart the application with artsdsp[user@host]: artsdsp skype ICE default IO error handler doing an exit(), pid = 753, errno = 0 volume_open: error opening /dev/mixer: No such deviceAfter this,…
pushd /usr/X11R6/bin mv Xnewt Xnewt.sun echo Xnewt #!/bin/sh XFIX=`echo $@ |sed -e's/vt[0-9]*//'` echo `date`: ARGS=$@ XFIX=$XFIX >>/var/log/Xnewt exec Xnewt.sun $XFIX -fp unix/:7100 EOF chmod 755 Xnewt popd
Copyright 2019 - All Rights Reserved