similar to: update wrong date, soft links, Debian stable, -L, ...

Displaying 20 results from an estimated 700 matches similar to: "update wrong date, soft links, Debian stable, -L, ..."

2004 Aug 26
0
[Bug 1670] New: softlink can't be excluded
https://bugzilla.samba.org/show_bug.cgi?id=1670 Summary: softlink can't be excluded Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: johndhendrickson22124@yahoo.com
2002 May 18
1
SCRATCH update wrong date, soft links, Debian stable, -L, ...
Hmm, scratch the issue I used touch on the file and now it works (even though it shouldn't have made a difference). In short - maybe its not [purely anyway] rsync related. (From last post) (Though 'newer' and 'stat' had already clearly showed it to be newer, and though I had saved it to be sure it had a recent date - I tried touch anyway. Still - newer said it was newer
2007 Apr 26
2
configure: WARNING: you cannot build info or HTML versions of the R manuals
Rusers, I am trying to build R2.5 on my Kubuntu machine an configure concludes with : configure: WARNING: you cannot build info or HTML versions of the R manuals What do I need to install on my machine to get rid of this warnings? Eryk [[alternative HTML version deleted]]
2007 Jun 25
3
Bug in getVarCov.gls method (PR#9752)
Hello, I am using R2.5 under Windows. Looks like the following statement vars <- (obj$sigma^2)*vw in getVarCov.gls method (nlme package) needs to be replaced with: vars <- (obj$sigma*vw)^2 With best regards Andrzej Galecki Douglas Bates wrote: >I'm not sure when the getVarCov.gls method was written or by whom. To >tell the truth I'm not really sure what
2001 May 09
1
Redhat Linux 7 on a Win Nt Network
Hi, my name is Scott. I am currently testing Linux for my company -we want to see if we can have Linux workstation(s) on our Microsoft network. I'm new to Linux and have so far managed to: install redhat linux 7 on a Compaq PC (intel III) token ring machine and configure the gateway to access the internet (through Netscape). Now, I need to see if I can get this machine talking on the
2008 Jan 11
4
lattice color problem with symbols: bug?
Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test<-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2))) xyplot(x~u,groups=g, data=test, par.settings=list( superpose.symbol=list(pch=c(22, 23),cex=c(1.7,1.6),col="black") ), key=list( text=list(c("t1","t2")), space =
2011 May 12
2
Xapian support for huge data sets?
Hello, I?m currently using another open source search engine/indexer and am having performance issues, which brought me to learn about Xapian. We have approximately 350 million docs/10TB data that doubles every 3 years. The data mostly consists of Oracle DB records, webpage-ish files (HTML/XML, etc.) and office-type docs (doc, pdf, etc.). There are anywhere from 2 to 4 dozen users on the
2003 May 13
0
bug in promax?
I was wondering whether the following inconsistency of the promax rotation function with the results of a promax rotation using SAS should be considered a bug in the promax function of R. Any comments will be highly appreciated. The following is a loading matrix obtained from a varimax rotation in SAS: # Factor loadings after varimax rotation x <- t(array(c(0.78107, 0.35573,
2007 Jun 18
2
Help: Upgrading to R2.5 on Ubuntu (Feisty)
Thank you in advance for reading this help request. I am pretty new to R. I am experiencing some issues getting 2.5 installed on my Ubuntu Fiesty system and seek your advice. To the best of my ability I followed the instructions here: http://cran.r-project.org/bin/linux/ubuntu/README Setting this as the last line in my sources.list: deb http://cran.fhcrc.org/bin/linux/ubuntu feisty/ When I
2019 Mar 05
1
File Permissions
I have been noticing an issue with file permissions and curious as to your thoughts on this. In the one directory the files started as... ...a 777 file was users[100] and root...now they are gc[1002] and fred_smith [1005], but the permissions changed to 764. I have a mask as 775, but this does not seem to be the case??? Here is my smb.conf...curious as to what I may have wrong on this???
2007 May 11
1
Need a RTP/SIP Proxy to be used as SBC (Session Border Controller)
Hi all, I have been using asterisk to do such kind of thing, But I must admitt, this is not 100 % conveniant (Mainly because Asterisk isn't a SIP Proxy). I just wanted to know if you knew/used some kind of SBC or packages which would deal both with SIP AND RTP ! SER/OpenSER woulc be a good SIP Proxy ... but then how to deal with RTP ? Any tip, info greatly welcome ! Thanks, JM
2017 Sep 26
1
Difference between -mattr=+soft-float and -float-abi=soft
Hi Tim, Ohh, I completely forgot to attach the source. Running this with: $ llc -O2 -mcpu=generic HeapStackCheck.ll -mattr=+soft-float -o HeapStackCheck.s results in 0 llc 0x000000010fea65e6 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 37 1 llc 0x000000010fea5b3a llvm::sys::RunSignalHandlers() + 83 2 llc
2017 Sep 26
0
Difference between -mattr=+soft-float and -float-abi=soft
Hi Moritz, On 26 September 2017 at 09:09, Moritz Angermann via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I’ve run into a case where `llc -mattr=+soft-float` for > "armv7-unknown-linux-androideabi” segfaults, while > `llc -float-abi=soft` does not. Similarly if the > "target-features"="+soft-float” metadata is embedded, > llc segfaults. The float-abi
2017 Sep 26
2
Difference between -mattr=+soft-float and -float-abi=soft
Hi, I’ve run into a case where `llc -mattr=+soft-float` for "armv7-unknown-linux-androideabi” segfaults, while `llc -float-abi=soft` does not. Similarly if the "target-features"="+soft-float” metadata is embedded, llc segfaults. I fear I’m missing something rather subtle here, could someone help me understand the differences? Cheers, Moritz
2007 Dec 05
1
Quadratic programming
Hi, I'm quite new at R and I haven't found the answer to my question anywhere on the net, so either it is trivial or not documented. So, bare with be. I am using the quadprog package and its solve.QP routine to solve and quadratic programming problem with inconsistent constraints, which obviously doesn't work since the constraint matrix doesn't have full rank. A way to solve this
2007 Nov 21
0
iptables and BUG: soft lockup detected
Apologies if this is not relevant to this list. I am seeing errors when loading a large iptables file Using iptables-restore containing more than out 1000 rules reports errors shown below in the system log: I am using Centos5 and have tried various processors and memory from Celeron 2.4 to Core2Duo and 500Mb to 2Gb The problem appears to be related to the size of the ruleset being loaded -
2009 Feb 05
1
nfs umount soft hang
I have an NFS server and NFS client separated by a firewall. Both servers are FreeBSD 7.1. Server configuration: nfs_server_enable="YES" nfs_server_flags="-t -n 4" rpcbind_enable="YES" mountd_flags="-r -p 737" mountd_enable="YES" The firewall allows tcp and udp to port 111, but only tcp to ports 2049 and 737 (configured for mountd, see above).
2009 Feb 11
3
Billing and Soft Switch.
Looking for a Free VOIP Billing and Soft Switch. Any suggestions ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090211/9ff6e652/attachment.htm
2013 May 16
0
Is there Blink SIP/SRTP soft-phone CentOS-6 rpm package available?
Does anyone know of a reputable repository where I can obtain a CentOS-6 version of Blink as an rpm/yum package? I have to support three platforms (OSX, MS-Win and CentOS-Linux) with SRTP capable soft-phones. interoperating with an Asterisk-11 PBX; and I would rather have only one client to deal with. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne
2006 Oct 31
0
6412600 IPsec SOFT EXPIRE inaccurately reports number of bytes protected by SA
Author: markfen Repository: /hg/zfs-crypto/gate Revision: ea6646e31b7d6941b25bd7557b7c12a68611b2bc Log message: 6412600 IPsec SOFT EXPIRE inaccurately reports number of bytes protected by SA Files: update: usr/src/uts/common/inet/ip/sadb.c