Workstation Notes


Find Windows workstation notes at WindowsWorkstationNotes

Images

Image Version found in /etc/version-votesmart for images created after 08/11/15

Current Bugs

Chrome DNS resolution issue Chrome high CPU usage and general slowness Look for adblockplus and flashcontrol for chrome

Version 11.6 (10/23/15)

Added HP4350 available printers
Modified HP Office location to Front Office
'dnf -y update'
'dnf update' which includes Xorg update
dnf remove xorg-x11-drv-intel intel-gpu-tools
dnf install xorg-x11-drv-intel intel-gpu-tools


Version 11.5 (09/25/15)

echo vm.min_free_kbytes=1024 >> /etc/sysctl.conf
echo vm.swappiness=10 >> /etc/sysctl.conf
echo "vm.nr_hugepages=512" >> /etc/sysctl.conf
*	-      memlock           1048576

Version 11.4 (09/18/15)


Version 11.3 (09/10/15)

Removed Chrome 44 x64
Installed Chrome 45 x64
Install Shutter screen capturing tool
Added keybind for locking screen
 <keybind key="C-A-L">      
  <action name="Execute">        
	<command>xscreensaver-command -lock</command>      
  </action>    
</keybind>


Version 11.2 (09/01/15)

Added /root/scripts/installipa.sh for ease of imaging

Version 11.1 (09/01/15)

VoteEasy not working on Firefox
## Adobe Repository 64-bit x86_64 ##
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux


Version 11 (08/31/15)

# Fedora 22 #
dnf install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl


Version 10.1 (08/28/15)

Remove evolution: yum remove *evolution*
Remove clipit: yum remove clipit
Upgrade to FC22: fedup --network 22

Version 10 (08/26/15)

Removed xfce desktop and installed lxde
Modified /boot/grub2/grub.cfc and removed load_video
New packages: gthumb, thunderbird, evolution, inkscape, lynx, fedup, opera
Installed repository for opera

Version 9 (08/11/15)

Fixed Brother-HL-6180DWT printer settings
Disabling IPv6 by configuring /etc/sysctl.conf and using /etc/rc.d/rc.local to run sysctl -p

Image Issues and Tweaks


Opera Repository

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:ruario:opera/Fedora_21/home:ruario:opera.repo
yum install opera-stable

Disable IPV6

Client startup script required to disable ipv6.

/etc/rc.d/rc.local runs sysctl -p.
This call in turn disables ipv6 on interfaces, but does not disable the ipv6 stack needed by FreeIPA.

/etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.ens32.disable_ipv6 =1

Troubleshooting ipa

Symptom: Login fails with "incorrect password" or screen briefly goes black then returns to login prompt

chattr -i /etc/ntp.conf
ipa-client-automount --uninstall
ipa-client-install --uninstall
ipa-client-install --enable-dns-updates --force-ntpd --hostname=ws#.votesmart.org --force-join
ipa-client-automount
chattr +i /etc/ntp.conf


Troubleshooting automount

Symptom: User password is accepted, but the login screen reappears after a moment


Workstation Settings for successful freeipa install



CategoryIT
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki