Linux
[root@server] unzip StandaloneMulti-PlatformClient*zip
Archive: Standalon...
extract mpc-install.MPC_*jar
[root@server] java -jar mpc-installer*jar
The multi-platform client is a nice java gui to access the DominionKX line of IP KVM switches. I find it works better than accessing the switch through firefox.
First, I seeded the audit log by trying to access files from lighttpd, then I looked at the last few lines of audit.log and made a module using audit2allow.
[root@server ~]# tail -1000 /var/log/audit/audit.log |audit2allow -m lighttpd >lighttpd.te
[root@server ~]# cat…
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/sda…
[root@server0 ~]# blkid /dev/sdc2
/dev/sdc2: LABEL="IPOD" UUID="ABCD-1234" TYPE="vfat"
I then put the UUID in fstab
UUID=ABCD-1234 /mnt/ipod vfat user 0 0
After this, I ejected the iPod using "eject /dev/sdc". Reinserting the iPod i then mounted the iPod using "mount /mnt/ipod". After all that I restarted…
/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
…
Since out FAS250 does not have a shelf of disks as vardomskiy is using in his example, I had to find a way to connect the SCA40 drive to a host controller.
…