Displaying 20 results from an estimated 3000 matches similar to: "Apple od/ad authentication problem"
2011 Aug 04
0
Local delivery via deliver fails for 1 user in alias
Hi all,
I'm a bit baffled. I have an OS X server 10.6.8 and everything was working fine. Now however I seem to be having some issues and I'm unable to find log entries to help point me to the error.
I have an alias, sales at cirrusav.com, which forwards mail to myself and two others. This works fine most of the time, but on occasion messages are not delivered to one user. It is possible
2014 Aug 23
1
OS X 10.6 Server - Dovecot Issue
I've just taken over support for an OS X Server (v10.6.8) box, and am a bit new at Postfix & Dovecot.
We're having an problem where, intermittently, dovecot seems to be bouncing messages inbound for some of my existing users.
Here is the mail.log entry for a successful delivery:
Aug 21 16:58:45 mail postfix/pipe[64094]: D68783AE0F75: to=<sblondin at eem.ca>, relay=dovecot,
2006 Dec 19
0
Cisco devices (without STUN) and dynamic NAT
Cisco devices (7912, ata-168, 7960 etc.) don't support STUN.
However, they do let you define a static external NAT IP
address, and parameters to send a keep-alive out through the
NAT on a regular basis.
However, I want to make these devices work in an environment
where they are behind a NAT which has a dynamic IP which
might change (though in fact it changes only rarely.)
They're
2006 Jan 08
6
Persistent session cookies?
It seems Rails sessions by default only last, well, a browsing session.
If the Rails app keeps track of logged-in state by sessions, that state
doesn''t survive restarting the browser.
How best to change this behaviour, to make the session cookie live
forever, or at least beyond browser restarts?
It was suggested to me on IRC to combine sessions with code to generate
a unique id and
2006 Jan 12
10
Take Rails Studio Workshop?
In two weeks, Dave Thomas will be in Pasadena doing a three-day Rails
workshop. I''m about to sign up for it. I figure three intense days
with Dave and a few dozen other Rails developers will produce huge
learning leaps for me.
Then it occurred to me that it might be useful to ask the list if
anyone has attended one of these workshops before and, if so, how
valuable you found
2008 May 28
2
Evidence Theory in R
Hello,
well, I searched list-archive, cran and the references, but found
nothing. Thus:
Does anybody around here know anything about Dempster-Shafer Theory,
Evidence Theory or Hints in R? Has anybody stumbled about a package that
I overlooked or implemented something in this area? I really would like
to not implement a hint-model a second time.
My apologies if I missed something obvious, but I
2006 Apr 03
6
problems with Rails 1.1 observe_field :with serialized
I''d like to use observe_field to watch a field, and then when it changes
send the entire form to the server. I had been using
<%= observe_field ''entity_name_''+@account.id.to_s, :frequency => 0.5,
:update => ''auto_complete_''+@account.id.to_s, :url =>
{ :controller => ''committees'', :action=>
2004 Jul 06
5
Converting S-Plus Libraries to R
Dear all!
I'd like to do multiple imputation of missing values with s-plus libraries
that are provided by Shafer (http://www.stat.psu.edu/~jls/misoftwa.html). I
wonder, whether these libraries are compatible or somehow convertible to R
(because I don't have S-plus), so that I can use this functions using the R
Program.
I would be happy if you could tell me,
-if it is possible to use
2006 Jan 11
4
Code Shopping in Rails
Back in the horse-and-buggy days when I was cutting my OO eye teeth
on Smalltalk, we had a LOT of conversations about the biggest problem
dealing with a large and growing set of classes and methods in the
Smalltalk image. It became clear that most, if not all, successful
Smalltalk coders spent a lot of their time code-shopping, i.e.,
looking for a class or method that did something they
2006 Jan 11
2
Book Gap(s)?
As a long-time author of computer books, fairly experienced MVC/OO
thinker/coder, and recent Rails convert, it is probably not
surprising that my midnight ruminations occasionally lead me to
wonder if a Rails book might not be an interesting undertaking. But I
know there are some great titles out there already and undoubtedly
dozens more in the works.
I''m interested in writing
2013 Jul 27
0
Jaderské ubytování od poskytovatelů
?
Jadersk? ubytov?n? od poskytovatel?
Rezervujte v?as ubytov?n? u Jadranu!
Pro?ijte svou dovolenou ve slunn?m Chorvatsku Ubytov?n? p??mo od poskytovatel?! Je?t? v?as si rezervujte p??mo?skou dovolenou! K?i???lov? ?ist? mo?e, z??iv? slunce V?s ?ek? na Jadranu.
Rezervujte v?as ?
????
Email byl zasl?n na emailovou adresu
2004 Apr 12
0
[OS X] OD authentication issue?
I am seeing very slow log-on's from our Windows clients to OS X 10.3.3
Server ( 30 seconds)- except for the 'admin' user.
I have a suspicion....
The smb.conf file has
auth methods = guest opendirectory
In the OS X log I see
Apr 12 13:24:37 xserveg5 PasswordService: client response doesn't
match what we generated
Apr 12 13:25:01 xserveg5 last message repeated 17
2015 Mar 26
2
snmpwalk Mixed Fail
Hi All,
I have a C6 (latest patches) physical machine that I use for network and
server monitoring, predominantly over SNMP. It is on VLAN80. My
network management interfaces on the switches are on VLAN50 with routing
between the VLANs. I recently changed the router to a CISCO ASA 5505
(reasonably recent IOS version, certainly post HeartBleed), with the
management interface on a higher
2006 Jan 05
2
Agile Depot Tutorial Help
anyone can explain me why in the Agile Depot Tutorial application they
use i.product_id
to find if a product already exist in the cart, because the cart
contains items, each of them references a product.
I tried i.product_id like in the tutorial
and
i.product.i
all of these 2 notation works , but i find the second seems more
clean??? isn''t it.
Any explanation will be fine
Regards
2003 Feb 11
2
Joining PDC w/LDAP Question
Should I be required to add the machine to my passwd file even if I am using
LDAP when joining a W2K domain domain? The only way I can get a machine to
join my Samba PDC is via the following commands.
# /usr/sbin/useradd -g 100 -d /dev/null -c "asa" -s /bin/false asa$
# smbpasswd -a -m asa
I thought that using ldapsam would lookup all machine information from LDAP
without having to
2003 Feb 11
2
Samba + LDAP = Misery
I have been working on this for weeks now and feel like I am at a dead-end.
I am using Samba 3.0 (Head) and OpenLDAP (2.0) and smbldap-tools 0.7 and
cannot join either a Linux machine or Windows 2000 machine to the domain.
If any of you have some ideas they would be much appreciated.
Highlights:
- I have a root defined (UID and GID of 0).
- Trying to join the domain will successfully add my
2019 Mar 05
5
getent not working after installing firewall
On 05.03.2019 7:14, Mark Foley via samba wrote:
> On Tue, 5 Mar 2019 06:17:59 +0100 Reindl Harald <h.reindl at thelounge.net> wrote:
>> Am 05.03.19 um 00:22 schrieb Mark Foley via samba:
>>> /etc/resolv.conf:
>>> nameserver 192.168.0.2
>>> nameserver 209.18.47.62
>>>
>>> /etc/hosts:
>>> 127.0.0.1 localhost
2012 Jul 29
1
Return od functions
Hi!
I have some questions about R function. I try to write a function for
multi-returns. The function code is as attachment.
dgp.par<-function(ai, bi, t, n)
{
t0<-t+20
y0<-matrix(0, nr=t0, nc=n)
y0[1,]<-ai/(1-bi)
for(tt in 2:t0)
{ y0[tt,]<-ai+bi*y0[tt-1,]+rnorm(n, 0, 1) }
y<-y0[21:t0,]
x<-y0[20:t0-1,]
z<-y0[19:t0-2,]
z<-z[2:t,]
dy<-y[2:t,]-y[1:t-1,]
2017 Oct 18
1
2018 ASA Computing/Graphics: Chambers Software Award and Student Paper Competition
Dear R-help Listers,
The following two student competitions are of interests to the now many student R package developers. I'd appreciate your help in spreading them.
#1. John M. Chambers Statistical Software Award 2018
The Statistical Computing Section of the American Statistical
Association announces the competition for the John M. Chambers
Statistical Software Award. In 1998 the
2013 Feb 28
5
Puppet Manage Cisco ASA
Hello all,
Does anyone currently manage Cisco ASA''s out there via Puppet, if so how ?
Due to the size of our network it would be great if Puppet could manage
Object-groups and ACL''s etc to try and standardize across our ASA hosts.
e.g.
On one ASA an Object-group would be called
monitoring_server
on another ASA
mon_srv
another ASA
monsrv
It makes understanding the