User Tools

Site Tools


haas:status_201512

STATUS updates

TODO

  • update grade not-z scripts to handle/be aware of winter terms
  • update system page for (new)www
    • include information on db server
  • upgrade mail VM to jessie/opensmtpd
  • upgrade LDAP VMs to jessie
  • create new router, using OpenBSD 5.7
  • scripts to write:
    • user homedir backup pruning script
    • deploy studentlistcreate as a cron job once again
    • machine backup pruning script
    • status page monthly cycle script
    • revive gimmeh script, now that text access seems possible
  • manual pages to write:
    • lab46 usage tutorial
      • include mercurial repository checkout info
      • include irc class chat tutorial
    • data structures, sll/dll library functions as their own manual pages

URLs

Some links of interest:

Other Days

December 2nd, 2015

OpenBSD LDAP authentication via XDM

So this has been slightly enigmatic… trying to get logins working via xdm (it seemed to not be querying LDAP).

I re-checked my config, using the best reference:

I tried checking the logs.

But, the issue was apparently NOT LDAP.

This helpful post clued me in:

For if we start xdm with full debugging verbosity:

# xdm -debug 255 -nodaemon
...

We can clearly see it is kicking us out because the user's default shell (bash) is NOT listed in /etc/shells. Adding it fixed the problem and everything lit up as it should.

xdm config

Now that I've gotten the xdm login situation resolved, it is time to apply configuration tweaks.

December 1st, 2015

The future: vertical OpenBSD desktops

I thought to tinker with rotating the display orientations to the left, so monitors could be turned on their sides (freeing up a significant amount of desk space).

The basic trick is with xrandr, which I accomplished in /etc/X11/xinit/xinitrc:

xrandr --output VGA-0 --off --output DisplayPort-0 --mode 1280x1024 --pos 1280x0 --rotate left --output DVI-0 --mode 1280x1024 --pos 0x0 --rotate left

The lingering problem is that XDM logins do not appear to be workingeee

Month Status Page Navigation

haas/status_201512.txt · Last modified: 2017/01/20 05:40 by wedge