Displaying 3 results from an estimated 3 matches for "linkt".
Did you mean:
link
2006 Apr 19
4
Deployment with Capistrano
Hey all,
Has anyone out there got Mongrel deployments working with Capistrano?
I''ve had a crack at setting it up, and I''ve found that after a
deployment (with updated symlinks) that a mongrel restart does not
pick up the new deployed site. It seems to me (in my linkted
experience) that the HUP that is sent to mongrel does not re-evaluate
the ./current symlink that Cap puts in to the appropriate release. If
I do a mongrel restart from _outside_ the ./current dir by providing
the -e option to mongrel, all is well. The result of all this is that
a :restart from Ca...
2004 Aug 03
1
smbpasswd error
Hi Samba people
I saw this as a problem in the archives about a month ago but no solution ?
I'm running samba 2.2.10 on Solaris 8.
We have a script to replace /usr/bin/passwd which changes the NIS passwd and
then uses smbpasswd to change the user's smb password to the same thing.
Some users are getting :
NIS password changed for diane on cauchy
machine 127.0.0.1 rejected the password
2013 Sep 27
2
Error: C stack usage is too close to the limit when using list.files()
R-helpers:
I'm running a file search on my entire drive (Mac OS X) using:
files_found <- list.files(dir="/",pattern=somepattern,recursive=TRUE,full.names=TRUE)
where somepattern is a search pattern (which I have confirmed via a
unix "find / -name somepattern" only returns ~ 3 results).
I keep getting an error:
Error: C stack usage is too close to the limit
when