search for: deterred

Displaying 20 results from an estimated 78 matches for "deterred".

Did you mean: deferred
2012 Oct 14
1
PFIM 3.2
Dear R-user, I'm having some difficulty with working PFIM 3.2, a package for implementing population PK/PD in R. I wish to evaluate the determinant of Fisher information matrix each time with successive dose from a pre defined sequence of doses and want to store those values in a vector. It's important to note that in my 'stdin.r' file, dose<-c(u) and each time u is to be
2005 Aug 20
0
Network Operations Specialist - Marina del Rey, California
Network Operations Specialist The University of Southern California (USC), founded in 1880, is the largest private employer in the City of Los Angeles and proud recipient of Time Magazine's College of the Year 2000. USC offers competitive pay and an outstanding benefits package. **PLEASE NOTE THAT THIS POSITION IS LOCATED IN Marina del Rey, California** The USC Viterbi School of
2014 Apr 02
3
Xen4CentOS: Unnecessary gpxe / ipxe obsoletes
I installed CentOS6 with the xen4centos set of packages; then I tried to install KVM (for performance comparison), I got the following error in YUM: --> Processing Dependency: /usr/share/gpxe/e1000-0x100e.rom for package: 2:qemu-kvm-0.12.1.2-2.415.el6_5.4.x86_64 Package gpxe-roms-qemu is obsoleted by ipxe-roms-qemu, but obsoleting package does not provide for requirements I manually
2008 Jun 12
2
Request for added functionality - tracking and blocking attacks
Somebody please forward this, if this is not an appropiate place to ask the OpenSSH developers for a new feature. As many of us have seen, any sshd left open on the internet eventually becomes the target of password guessing attacks. I am aware of tools for scanning the security logs, and manipulating iptables to block ongoing attacks, but I am not aware of a way to configure sshd itself to
2004 Dec 02
1
900# DID?
Here's a question I haven't seen asked nor answered on this list: Is there a provider who offers incoming 900# services? I want to establish a 900# to be used in (about 60-70) domain registrations, to deter telemarketers from calling yet still comply with ICANN requirements for a valid phone number. Alternatively, does anyone know of a source for super-low cost DIDs (like free
2007 Aug 06
2
Proposal: Pure Regex Router
So this has been an idea ever since Rails came out. Why not use a pure regular expression router in similar fashion to gsub? I imagine it working something like this: Merb::Router.prepare do |r| r.add %r[^/(.*)/(.*)/(\d+)$], :controller => ''\1'', :action => ''\2'', :id => ''\3'' r.add %r[^/user-(\d+)$], :user_id =>
2018 May 10
0
Migrating the llvm-emacs mode to a separate git repository
...s should > make it easier for the emacs community to work with this code and make it > less intimidating for new users to contribute to. That's a separate issue, of course. I'm not entirely convinced there are hordes of Emacs developers just itching to help out with tablegen-mode but deterred by the big repository. But maybe I'm wrong. Cheers. Tim.
2008 Dec 17
6
Apple patches 6-8
Here are a few more patches. Still keeping it easy for now. Again the basis for these patches is dovecot-1.1.7. Patch #6. Solve a cross-compilation endianness issue. Currently, Dovecot assumes that the endianness of the build system is the same as the endianness of the runtime system. This is not necessarily true. We ran into this while compiling for i386 on a ppc machine. The
2016 Apr 11
2
discussions around upstream documentation
On Mon, Apr 11, 2016 at 10:37 AM, Karsten Wade <kwade at redhat.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/11/2016 09:18 AM, Jim Perrin wrote: >> What are the thoughts or concerns about this sort of workflow >> change? > > Any chance Moin Moin can store wiki source in git and sync > automatically with a central git repository?
2018 May 10
1
Migrating the llvm-emacs mode to a separate git repository
...asier for the emacs community to work with this code and make it >> less intimidating for new users to contribute to. > > That's a separate issue, of course. I'm not entirely convinced there > are hordes of Emacs developers just itching to help out with > tablegen-mode but deterred by the big repository. But maybe I'm wrong. > > Cheers. > > Tim. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- With best regards, Anton Korobe...
2018 Feb 26
1
understanding dovecot director passdb configuration
Hey All I am very new to dovecot ecosystem. Found the software really robust and secure. Kudos to the team!!! We are setting up dovecot imap servers sharing a single nfs mount point. So to avoid nfs cache issues, we are setting up dovecot director. We are using dovecot version 2.2.10. While going through the documentation of dovecot director I stumbled across the following lines in passdb
2007 Aug 21
1
ssh-agent security
ssh-agent is a great tool that is often misconfigured with respect to agent forwarding. How many people running ssh-agent and doing a ssh -A have the very same public keys in ~/.ssh/authorized_keys of the machine they are coming from? ssh(1) is very clear in its warning about enabling agent forwarding. The simple act of prompting the user before using the key would enable them to determine
2019 Aug 17
2
Giving full administrator privileges through sudo on production systems
> On Aug 16, 2019, at 11:12 PM, John Pierce <jhn.pierce at gmail.com> wrote: > > On Fri, Aug 16, 2019 at 8:39 PM Bagas Sanjaya <bagasdotme at gmail.com> wrote: > >> Why did you say it is wrong to give full admin privileges to random users? >> > > > $ sudo rm -rf / > I like this one. Long-long ago it was one of the ?tricky? questions at the
2016 Jun 20
3
problem with domain and samba3x
On 20/06/16 19:53, Dale Schroeder wrote: > On 06/17/2016 4:31 PM, peter lawrie wrote: >> Hi all >> About 18 months ago I connected 14 new Windows 7 PCs to a Centos5.1 >> server >> with samba3x as domain members. There are no other servers on site. >> Today, I had to visit to connect up a PC in a new location. As I would >> normally do I checked for Centos
2017 Aug 30
2
Mixed Autehtnication and password schemes
Hi Looking for some confirmation/direction on how to achieve the following. We have a requirement to support both SASL PLAIN and DIGEST-MD5 authentication (certification reasons). In addition to this we have an application (webmail) that utilises a master password pattern for access, as the contain web portal provides the necessary authentication. I have access to users passwords in PLAIN text
2013 Apr 22
4
[Bug 9823] New: Permission denied as root when no read for other
https://bugzilla.samba.org/show_bug.cgi?id=9823 Summary: Permission denied as root when no read for other Product: rsync Version: 3.0.6 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: list.4.gehlen at
2006 Apr 20
8
SCM for a Rails project - Darcs or Subversion?
Hi everyone. I''m choosing an SCM for my current Rails project. Up until now, for my other (non-Rails) codings, I used Darcs and liked it very much. I''d prefer to use Darcs for my Rails development as well. Looking into the matter, I''m somewhat deterred by the appearant dominance of Subversion as the SCM tool of choice for Rails hackers. Is there a technical reason for this dominance? Should I avoid Darcs and instead use SVN for my Rails development? Should I expect poor Rais'' tools support of Darcs compared to SVN? I''ve alread...
2008 May 02
4
0.9.60 Still doesn't do Bryce 5.5 correctly.
...ven a URL here, from which the application can be downloaded for free. It was due to my own error, that I had failed to pick up quickly the fact, that the DAZ Web-site requires people to register first, before getting a product key, even though the application finally is free. This hurdle probably deterred WINE developers from getting their own Bryce 5.5 copy, either because it's a time hassle, or because it may even produce a conflict with the license, that may not cover the use of the free version for software development. So even as WINE 0.9.60 came out, it was left to chance whether Bryce 5...
2018 Sep 01
2
Certificates
> > And for other services like IMAP, SMTP, LDAP (maybe not LDAP) constant > changing certs even with a long lived root may get old for your customers. Why? I have corporate systems on 2 year commercial CA signed certificates and personal servers on 90 day LetsEncrypt ones - my users of IMAP and SMTP have never ever noticed when I changed the certificates on any device. They
2017 Apr 29
2
RFC #3: Improving license & patent issues in the LLVM community
I don’t have a link off hand. Two major points: 1) CLA’s in general require an additional approval step, which reduces contributions. 2) The apache CLA in general gives too much power (e.g. the power to relicense arbitrarily going forward) to the organization (in this case, llvm.org <http://llvm.org/>) which can deter contributions from folks who don’t want relicensing to be a simple act.