Stuff

I added some stuff to the iconchooser in libegg (EggIconChooserDialog, proper resizing via GtkFileChooserEmbed) yesterday; it appears to work properly…

In job-related news, I spent my first days at work—more like a total of 6 hours, since the university only allows student employees to work 43 hours in two weeks—getting a walkthrough of the systems and installing debian unstable. For those who wish to do a debian XFS setup, note that at least one of the sarge+xfs netinst ISO images out there do not actually support XFS from inside the installer—you’ve got to manually create it from a root-shell. I didn’t deduce that until after I had it all up and working with EXT3, which sucks. I may yet do some munging with one of those external drives and a Fedora CD I’ve got to convert things over to XFS, but I’ve got other stuff to worry about.

Namely, getting the box configured so it authenticates with the NT domain controller in the office. The idea is to have the user accounts on the primary domain controller, and the Unix home directories on an NFS share, and then use winbind, samba, and pam to get it all to play nice together. Good case scenario is getting it to avoid /etc/passwd and just authenticate with the PDC. Unfortunately, in my bullheaded attempts to get plain login working, I somehow managed to convince the PDC to overwrite the XP partition’s “machine account,” preventing dual-boot from being of any use. So this weekend I’ve got to research admining an NT domain controller, and getting it to work with a dual-boot setup.

I’ve also got to figure out how to get a Wiki up and running—at the moment, all the IT knowledge in the organization resides in the heads of the three employees. The Wiki is my “official” project, so I’ll probably end up spending a fair amount of time just documenting what already exists and bitching at people to update the Wiki when they change something.

Anyhow, if you’ve got suggestions how best to implement either of those (the Wiki or the NT authentication), e-mail me or post a comment. 🙂

5 thoughts on “Stuff

  1. Check out Instiki. It’s a really awesome wiki written in Ruby, and it’s dead simple to set up: unpack the tarball, and run the server.

  2. I’m a fan of PhpWiki. I have a setup at work authenticating Windows users (it cheats and uses IMAP off Exchange; it supports LDAP but this involved not having to pinhole LDAP in the firewall where IMAP was already open). Very simple and powerful.

    The Windows stuff – have a look at our Active Directory Samba page. (The WLUG Wiki runs PhpWiki too if you want a look.)

  3. James — recent official d-i images (those ones were dated January) support XFS out of the box. This laptop was installed trivially using Beta 4 I believe:

    $ mount
    /dev/hda2 on / type xfs (rw)

  4. You will need different names for your Linux and Windows installs on the same machine.

    Even if you could find out what password the Windows install was using for the machine account it wouldn’t help much, since both Windows and Samba will occasionally change the machine account password for added security.

Comments are closed.