> ...lingering problems with Solaris 10. Fairly simple to describe: LDAP > lookups take 'way longer than they should (ls -l /home/ can take 5 > seconds per line sometimes)...
Linky:
Email: aardvark at saintaardvarkthecarpeted dot com |
Emacs and a new beginningMon Sep 3 07:24:43 PDT 2007 Some fun Emacs stuff:
I had a meeting with my boss at work last week (before a nice four-day weekend…the split schedule I've got means that sort of thing happens very rarely. But I digress) to set my priorities now that the upgrade has more or less been finished (lingering issues aside; see ahead). One of the big things is getting Zimbra set up. This will be nice; we do not have a calendar for the office right now, and this is is getting to be a pain. My boss is open to the idea of something that's not Outlook/Exchange, and that's good. The other thing is getting a bunch more Windows machines in. This is a small shop, so "a bunch" means another 15 or 20…which'll double the number we have. I'm not entirely happy about that, but because this is a longer-term project I've been given time to do this right. And to me, "right" means "using open-source tools whenever possible to manage Windows". Thus, I'll be getting the time to set up Unattended and wpkg, and possibly even digging up Windflower and seeing if it's worth continuing. I'm actually kind of excited about this. It's a little strange having a manager take this much of a hand in setting priorities; I've worked in a series of small shops and, up 'til now, have been left more or less on my own nearly the whole time. It does feel good to get a bit of direction, though. I mean, I know what needs to be done and I'm doing it, but I've always felt a bit lost trying to decide what's most important for everyone once past the finger-in-the-dike stage. Now to go try and get Multi-TTY working on this laptop… Ack: Just realized I never described the lingering problems with Solaris 10. Fairly simple to describe: LDAP lookups take 'way longer than they should (ls -l /home/ can take 5 seconds per line sometimes), and JDS on the SunRays is slower in parts than it should be (click on the logout button, wait 60 seconds, message pops up saying "Are you shure you want to log out?"). I'm hopeful I can track those down without too much effort… Comment from Roy McMorran Greetings. Glad to have found your blog… I will subscribe. May I impose upon you with a question? You wrote: > ...lingering problems with Solaris 10. Fairly simple to describe: LDAP > lookups take 'way longer than they should (ls -l /home/ can take 5 > seconds per line sometimes)... I suspect I may have a similar problem after a 9-to-10 upgrade. This is a 280R; upgraded to 10u4 over the weekend and it's now very sluggish despite having no significant cpu or i/o load. It's an LDAP client (the server is DSEE6, over on an x2200, working fine with all other clients). Any clues? Thanks muchly, Comment from Saint Aardvark the Carpeted Re: Solaris 10 LDAP issue? Not much. I've had this problem on two machines; on one of them, I increased the default number of shared memory descriptors for the default project by adding this to /etc/project: default:3::::project.max-shm-ids=3D(priv,400,deny) This made things a bit better (ls -l, per line, takes maybe a quarter of a second). I've not yet had time to try fiddling with this more (grr, stupid projects that eat all my time…). Hope that helps, |