search for: baxter

Displaying 20 results from an estimated 159 matches for "baxter".

2015 May 10
2
bind fails to start w/missing records
...'t expecting that they should. > Just check that it isn't just non replicating attributes that are different. It looks like a real problem. This is what I get when I compare DC1 and DC2 (again, DC1 and DC3 are the same): * Result for [DOMAIN]: FAILURE Attributes found only in ldap://baxter: isCriticalSystemObject cn ipsecName fSMORoleOwner objectClass ipsecISAKMPReference iPSECNegotiationPolicyAction showInAdvancedViewOnly ipsecFilterReference priorSetTime instanceType ipsecOwnersReference distinguishedName ipsecN...
2015 May 10
4
bind fails to start w/missing records
...p :-) > Can you try running 'samba-tool ldapcmp ldap://<YOUR_FIRST_DC> ldap://<YOUR_SECOND_DC> Interesting. DC1 and DC2 have many differences; DC1 and DC3 are the same. Maybe I will demote DC2 and join it again. > Check if you actually have dns records: For DC1 (host name baxter): dn: DC=baxter,DC=europa.icse.cornell.edu,CN=MicrosoftDNS,DC=DomainDnsZones,DC=europa,DC=icse,DC=cornell,DC=edu objectClass: top objectClass: dnsNode instanceType: 4 whenCreated: 20150430150532.0Z whenChanged: 20150430150532.0Z uSNCreated: 4725 uSNChanged: 4725 showInAdvancedViewOnly: TRUE name:...
2015 May 10
0
bind fails to start w/missing records
...ust check that it isn't just non replicating attributes that are >> different. > > It looks like a real problem. This is what I get when I compare DC1 > and DC2 (again, DC1 and DC3 are the same): > > * Result for [DOMAIN]: FAILURE > > Attributes found only in ldap://baxter: > > isCriticalSystemObject > cn > ipsecName > fSMORoleOwner > objectClass > ipsecISAKMPReference > iPSECNegotiationPolicyAction > showInAdvancedViewOnly > ipsecFilterReference > priorSetTime > instanceType > ips...
2002 Jul 18
1
sem: incorrect parameter estimates
...one-headed paths are on a much different scale than those for the two-headed paths (1e-1 vs 1e6). I had to supply starting values, because the automatic ones were not reasonable (1e19) and caused a "singular matrix" error. Is this possibly just a numerical issue? Thanks for any help! Baxter Rogers ======= begin R code ======= # 071702 Baxter P. Rogers (rogers at mr.radiology.wisc.edu) # # Self-contained demonstration of the sem package's failure to modify # covariances from their starting values. (This happens for numerical # or analytic gradient calculation.) Starting valu...
2015 May 10
0
bind fails to start w/missing records
...> > Interesting. DC1 and DC2 have many differences; DC1 and DC3 are the > same. Maybe I will demote DC2 and join it again. Just check that it isn't just non replicating attributes that are different. > >> Check if you actually have dns records: > > For DC1 (host name baxter): > > dn: > DC=baxter,DC=europa.icse.cornell.edu,CN=MicrosoftDNS,DC=DomainDnsZones,DC=europa,DC=icse,DC=cornell,DC=edu > objectClass: top > objectClass: dnsNode > instanceType: 4 > whenCreated: 20150430150532.0Z > whenChanged: 20150430150532.0Z > uSNCreated: 4725 > uS...
2005 Jul 21
3
R graphics
Hi I am trying to set up 16 graphs on one graphics page in R. I have used the mfrow=c(4,4) command. However I get a lot of white space between each graph. Does anyone know how I can reduce this? Thanks Sam
2001 May 01
2
Whitespace, whitespace everywhere, but none for WINE
...ut of the Windows partition or from the /c subdirectory: err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found. I thought that finding what this is about might be the best starting point before I start hassling over big programs like Photoshop. Any help is greatly appreciated. regards, Richard Baxter
2003 Mar 22
1
Redhat 8 printcap
Baxter, I could be wrong, but I thought /etc/printcap was the config for bsd style printing - not cups. Anyone? -- Christopher Barry Manager of Information Systems InfiniCon Systems http://www.infiniconsys.com -----Original Message----- From: Baxter Shepperson [mailto:baxshep@cox.net] Sent: Friday, Ma...
2002 Jul 24
2
Fw: wine & foxpro
I have received any responses from LUV so I thought I would try here. "Nic Baxter" <nic@melbpc.org.au> wrote in message news:<1027342247.6846.14.camel@albert>... > I am trying to run our foxpro database program under wine 20020228 on > Mandrake 8.2 with the following output: err:font:AddFontFileToList > Unable to load font file "/mnt/win98/window...
2006 Apr 03
4
validates_numericality_of, :allow_nil => true?
Is there a way to use validates_numericality_of and still allow null values? I have a model with some optional values that can be nil, but if they''re present, they must be numbers. Will I need to construct a custom valiation for this, or is there some method built in? Seems like it would be a common enough need. Jeff -- Posted via http://www.ruby-forum.com/.
2002 Nov 27
1
Can't mount Samba share on Linux box, Windows clients OK
...g unknown parameter "passdb backend" Any ideas? Printing from CUPS on my Linux box to the Samba box doesn't work either. I hope it's something small or stupid because the Windows clients are running just fine. I appreciate any ideas/comments/ridicule anyone might offer. Baxter Sgt USMC
2001 Feb 27
1
SMBmount on RedHat 7.0
Damn I hate the way microsloth outlook wants to interprete one's text. Ingore the link text inserted into the examples below. -----Original Message----- From: Baxter, Lincoln [mailto:LBaxter@FLEETCC.COM] Sent: Tuesday, February 27, 2001 12:25 PM To: 'Mike Loiterman'; samba@lists.samba.org Subject: RE: (no subject) The key is to use the mount command... as in: mount -t smbfs -o username=NAME,password=PASSWD,etc //host/share <file://host/share>...
2006 Mar 18
4
Accessing overridden method
I have two model classes: class Item < ActiveRecord::Base belongs_to :channel, :counter_cache => true validates_presence_of :channel end class Channel < ActiveRecord::Base has_many :items, :dependent => true end In the Channel controller I have variable channel.items, an Array of Items. I would like to use the Array find method. However, channel.items.find() is a Rails
2006 May 08
8
enforcing special behavior of child rows in HABTM
Hi, I have a scenario where a doctor can have one or more specialties. For each doctor, one and only one of her specialties can be designated as primary. So I have tables called doctors, specialties, and doctors_specialties, the last of which has a boolean is_primary column. The doctor model class specifies that: has_and_belongs_to_many :specialties I want to enforce, at the lowest possible
2004 May 18
2
IPv6 Support
Jerry, Read your slides from SambaXP 2004 but do not see any mention of IPv6 support. Do you have any plans to support IPv6 in the future ? Is there no push for it in the foreseeable future ? I attempted to send this question to samba@lists.samba.org <mailto:samba@lists.samba.org> but it kept kicking back to me from System Administrator [postmaster@Savola.COM] Thanks Chuck
2015 May 10
2
bind fails to start w/missing records
On Sun, 10 May 2015, Rowland Penny wrote: > can you post your named conf files. Sure. This is samba's: dlz "AD DNS Zone" { database "dlopen /mnt/domain/samba/europa/lib/bind9/dlz_bind9_9.so"; }; and this is BIND's (notice the last line commented out): options { directory "/var/named"; dump-file "/var/named/data/cache_dump.db";
2004 Oct 18
9
ices-kh dropping jack ports unexpectedly
I've been having a problem where ices-kh (the jack'ified version) disconnects from its jack input source unexpectedly. This happens mainly while other jack clients are being started/stopped, or connected/disconnected, but also at other times (e.g. switching between different X sessions). I'm planning to do a bit more work on tuning up the jack setup to see if I can get rid of the
2005 Dec 18
2
ices-kh60: latency bug
...'t - even if I reconnect the stream, there is still a long latency. I suspect the problem is caused by running the stream for long periods with no audio input (zero sound level from an unconnected jack graph), as this is what seems to cause it. any help with this would be appreciated. andy baxter.
2006 May 05
6
rake rails:update
This question has been asked before, but I am still can''t run rake rails:update. I get rake aborted! Don''t know how to build task ''rails:update'' My environment: FC4, Ruby 1.8.4, Rails 1.1 Any idea what to do? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 29
1
Re: low bandwidth broadcasting using ices2
On Sun, 29 Aug 2004 17:53:29 -0700, Ralph Giles wrote: > On Mon, Aug 30, 2004 at 03:03:28AM +0100, Andy Baxter wrote: > >> Is there any way to bring the bitrate in ices2 down below 32 kbps? > > Generally the trick for this is to downsample the audio before encoding. > You can ask ices to do this with a resample stanza in the config file: > > <resample> > <...