search for: excersize

Displaying 9 results from an estimated 9 matches for "excersize".

2014 Sep 19
1
old dc still mentioned as msSFU30MasterServerName
...by using this script from microsoft: http://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3 After that I had to remove the remaining DNS stuff, and now everything seems to be in perfect shape, with dc2/dc3/dc4, replicating perfectly, no more errors. After this excersize I dumped the entire active directory to an ldif: ldbsearch --url=/var/lib/samba/private/sam.ldb > /root/samba4/samba4.ldif and grepped that file for "DC1", and I noticed that DC1 is still referenced to as "msSFU30MasterServerName" in 15 places. I have asked this here befor...
2012 Jul 02
5
Outlook 2010 very slow when using IMAP - are there any tweaks?
...passdb { args = failure_show_msg=yes driver = pam } pop3_fast_size_lookups = yes pop3_lock_session = yes pop3_no_flag_updates = yes protocols = imap pop3 ssl = no userdb { driver = static } Since (like most corporate organizations out there) we solely run Outlook coupled to Exchange, this excersize was meant to be a way of getting rid of PST files. We don't run out own Exchange however, and don't have any control over it either. My workaround was to simply use the Outlook GUI space to transfer emails between Exchange and Dovecot running the IMAPv4 protocol. For whatever reason Out...
2004 Aug 06
1
Line input to client for Icecast Server
My needs are simple. I need a Windows client to accept the line input on my sound board and stream it to an Icecast server. I plan to encode the stream at 56kbps stereo. I tried this about 2 years ago using Winamp with the Oddsock plugin. This turned out to be a very time-wasting excersize in futility. I gave up, but now I'm back hoping the technology (and documentation) is there. My server is already running 4 streams, two 56kbps and two 24kbps. They are using playlists from encoded mp3 files on the server. Thanks, Todd Merriman www.RainbowRadio.com --- >8 ---- List archive...
2003 Aug 21
1
Structured release, Maillists
...te: >> >>>I would use the latest CVS for one. And try again. >> >>Unfortunately, I've tried numerous times to get a current CVS trunk >>snapshot to talk to *anything*, to no avail. Even getting my Grandstream >>phones to register with it was an apparent excersize in futility. >>Dropping back to 0.4.0 *immediately* worked with the same configs. >> >>I'll give it a go again with today's snapshot and see if I can get >>*anything* to work again. >> >>Is there any hope for a 0.5.0 release on the horizon? > > I...
2004 Jun 28
1
(no subject)
Ok so here's one i have already asked but i don't know if anyone saw it Has anyone managed to get the 'i' extension to work. I have included within each context the following exten => i,1,Goto(wrong-number,s,1) then in [wrong-number] exten => s,1,GotoIf($[${EXTEN:0:2} = 43}]?10:2) exten => s,2,GotoIf($[${EXTEN:0:2} = 62}]?11:99) exten =>
2003 Jan 30
0
Actually reverse a g i n g symptoms!44-2
* Reduce the amount of sleep you need * Cause wounds to heal faster * Lose weight while your sleeping * Become less winded when excersizing * Put color back in grey hair * Grow hair back where it had once fallen out * Tighten skin * Strengthen bones * Body builders - use this to build your muscles quicker ..........The List truly goes on and on.......... As seen on NBC, CBS, CNN, and Oprah! The
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
...ole NSS stack. And hence loosing all benefits from my patch, NSS does not have : - Hardware assisted hashing - NSSLOWHASH does not have documentation - freedbl is not linked to any application in my full blow desktop, but openssl libcrypto is used widely, hence at least its codepaths are better excersized. Personally I don't see any technical reason to use a different library other than politics and obscure potential license incompatibilities. PS: I know NSS is the choice for this "design by comittee" thing "Crypto consolidation" in distributions that some suits are tryi...
2007 Jan 29
3
weird hvm performance issue.
(I posted this on xen-users last week, and nobody seemed to know what was up. It is time, I suppose then, to dust off the debugger; I was hoping one of you could point me in the correct direction to begin troubleshooting this.) I''m HVM booting our install-disks (systemimager) here, and I''m spotting some weird performance issues. Our install uses rsync and prints every
2012 May 05
5
[PATCH] Optionally, allow distros to use openssl for MD5 verification
This has the advantage of being more efficient than the included routines and allows distros to centralize crypto mainteniance on a few libraries. --- configure.ac | 4 +- m4/ax_check_openssl.m4 | 124 +++++++++++++++++++++++++++++++++++++ src/libFLAC/Makefile.am | 2 +- src/libFLAC/include/private/md5.h | 8 ++- src/libFLAC/md5.c