similar to: chroot.diff

Displaying 20 results from an estimated 2000 matches similar to: "chroot.diff"

2007 Apr 12
0
[LLVMdev] Compiler name: Nāga
On Apr 12, 2007, at 10:57 AM, Michael McCracken wrote: > Hi, the idea of a dragon theme reminded me of the dragon-like serpents > called "Nāga" from Cambodian mythology, among other places. naga.org already exists, though. We probably want to have the .org available. I like the dragon theme but most of the familiar dragon names are taken. The Hydra of Greek mythology was a
2007 Apr 12
7
[LLVMdev] Compiler name: Nāga
Hi, the idea of a dragon theme reminded me of the dragon-like serpents called "Nāga" from Cambodian mythology, among other places. Here's a brief link explaining the specific Cambodian meaning - http://en.wikipedia.org/wiki/Naga_(mythology)#N.C4.81gas_in_Cambodia I like this as a name, because it's unique short and easy to type and remember (as long as you omit the accent,
2002 Apr 12
3
Chrooted sftp, did you getting it working?
Le Jeudi 11 Avril 2002 21:09, m.ibarra at cdcixis-na.com a ?crit : > I was curious to know if you had any luck in getting openssh's sftp > server properly configured to allow chrooted sftp logins? I have had > no success and need something quickly. Dear Mike, Unfortunately, I did not succeed to have it work. I got in contact with James Dennis <jdennis at law.harvard.edu>, who
2002 May 21
0
Chroot (theres that word again...)
Hey everyone, It appears my last patch doesn't work entirely. Looks like I forgot to edit sshd.c for the priv seperation scheme (which is really cool by the way). Heres the new patch for chrooting system users (does not attempt to chroot the priv seperation user as ssh does that on it's own already). -James PS. Once again, I'm not on the openssh mailing list so if you have any
2007 Apr 12
5
[LLVMdev] Naming Suggestion.
On the Warloc - loveloc lines as baldric4 suggested on IRC . Why not OptLOC - Optimize Lines (and Lines) of Code. cheers Ramana Ramana Radhakrishnan <ramana.radhakrishnan at codito.com> Codito Technologies Pvt. Ltd.
2006 Dec 19
0
[LLVMdev] Books, papers and information
Hi Fredrik, On Tue, 2006-12-19 at 15:13 +0100, Fredrik Svensson wrote: > Hi, > > As Christmas approaches rapidly I would like to get some suggestions for > interesting compiler books, papers and other type of information that one > can read the few slow days over Christmas. > > Any recommendations ? I have the dragon book, but it would be fun to read > something on what
2003 Apr 28
2
sum(..., na.rm=TRUE) oddity
Hi all, I get two different results when using sum() and the switch na.rm. The result is correct when na.rm=FALSE. Linux Redhat 7.3, R version 1.6.1. I've had no luck searching the mail archives, so I was hoping somebody could explain/check this one for me. I will need to apply the function to missing data, simple as it is. Code: x<-matrix(runif(20,0,5)%/%1,4,5) # random matrix
2006 Dec 19
3
[LLVMdev] Books, papers and information
Hi, As Christmas approaches rapidly I would like to get some suggestions for interesting compiler books, papers and other type of information that one can read the few slow days over Christmas. Any recommendations ? I have the dragon book, but it would be fun to read something on what is happening in modern compilers. /Fred
2002 Oct 25
2
re: problem installing library sm
Hi All, I am having trouble installing the sm package, and only the sm package. My box is RedHat 7.3 on a PIV. Readline 4.3-3 is installed (suited for RH 8, but same error under readline 4.2 for RH 7.3), but it seems to be looking for the readline library in the wrong directory. Will installing readline 4.1 do the trick? What else could be done? Rohan Sadler [root at rsadler R]# R CMD
2005 Jan 21
2
centos4/rhes4 - mysql4?
The recent thread about the mysql/postgres RPMS had me wonder -- is Redhat (ergo CentOS) moving to MySQL 4.x in the new RHES4 release? You folks with the beta, what's on the CD/ISOs? thx, -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2019 Feb 11
2
[Release-testers] [8.0.0 Release] rc2 has been tagged
rc1 did not exhibit this mismatch. A repeat of the rc2 build repeated the mismatch. I diff'd the disassembly between phase 2 and phase 3 and the difference is the same on both builds. The difference follows: # diff x86isel_p{2,3}.s 2c2 < Phase2/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o: file format elf64-x86-64 --- >
2008 Aug 29
1
C 5.2 and VMWAre error
A colleague has a newly built 64-bit CentOS 5.0 system that, through yum updates, has become CentOS 5.2. VMWare Workstation and Player work fine for my account on it. But a recent configuration of something under their account has produced: vmplayer GTK Accessibility Module initialized /usr/lib/vmware/bin/vmplayer: symbol lookup error: /usr/lib64/libspi.so.0: undefined symbol:
2008 Jan 22
2
contingency table on data frame
I am sorry if this is a faq or tutorial somewhere, but I am unable to solve this one. What I am looking for is a count of how many different categories(numbers in this case) that appears for a given factor. Example: > l <- c("Yes", "No", "Perhaps") > x <- factor( sample(l, 10, replace=T), levels=l ) > m <- c(1:5) > y <- factor( sample(m, 10,
2006 Apr 08
3
[Totally OT] CSS Best Prac. Rails Apps
I''ve used Verdana heavily in many of my sites. My graphics designer likes it and so do my clients. There is a well-reasoned discussion that goes something like: - Verdana is bigger than any other font in default size - If a user doesn''t have Verdana, what they see may be way smaller than designed - Ergo, don''t use Verdana What is everyone else doing? 80+% of my site
2004 Aug 06
4
icecast - libshout and ices
Hello, can anyone help me please? I have installed libxml2, libogg, libvorbis, and then i have cvsed and installed libshout (autogen.sh && make && make install). Then I cvsed ices and tried to run autogen.sh. It just quit with: checking for shout-config... /usr/local/bin/shout-config checking libshout settings Using libshout config in /usr/local/bin/shout-config checking
2013 Jan 01
1
ssh-copy-id enhancement 2013-01-01
I and others have enjoyed using the ssh-copy-id script for most systems, but when port numbers on target systems are changed it goes from being trivial to use to requiring a decent knowledge of how to set target ports on the client side in other ways (for example, ~/.ssh/config or something like that). Since these cases are the exception it'd be nice if ssh-copy-id could handle alternate
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
Hi, I am having some difficulties building llvm on Itanium. My procedure for building LLVM is: cd /liberty/llvm.ia64/llvm-2.1 ./configure make ENABLE_OPTIZED=1 cd /liberty/llvm.ia64/obj /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure --prefix=/liberty/llvm.ia64/install --enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --enable-languages=c,c++ --disable-shared The build of llvm seems to
2020 Oct 03
2
Anyone that know of DECT "client" for asterisk?
Anyone here that knows some hardware USB "client" (DECT) that can connect to a DECT base station and act as a "provider" in asterisk? Ergo, asterisk is the DECT handset, and connects to the DECT base station. Its also important that it also works with most asterisk-compatible devices, including for example raspberry's. The reason I ask, is that many providers in
2003 Sep 15
1
Online ordering for Grandstream phones, now available
Hi, I've had a bunch of people asking about purchasing GS phones. I'm happy to announce that we now have an online purchase system available. We have: BT-101 BT-102 HT-286 Plus the full line of Digium hardware. We will be adding other products in the near future so check back :) Buyers are responsible for s/h costs. The URL for the phones is:
2003 Aug 08
1
net rpc getsid to a recently patched NT4 machine
the only thing to happen has been the server has had the patch for the windows rpc problem now the responce to a command that has worked perfectly for weeks of testing doesn't ************ work anymore. instead it spews this out [2003/08/08 11:50:31, 0] libsmb/namequery.c:getlmhostsent(588) getlmhostsent: Ill formed hosts line [ > lots of random signs rpcclient vomits this out