search for: jav

Displaying 20 results from an estimated 42 matches for "jav".

Did you mean: jan
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie, Is there a way to get the default BSD 5.3 openssh to compile against the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so that the heimdal kerberos is not built, and rebuilt world, then installed /usr/ports/security/krb5 and rebuilt world again. sshd is however not being built against MIT at all. [root@foobar] ~ # ldd /usr/sbin/sshd /usr/sbin/sshd:
2005 Oct 20
7
Backup Solutions based on Linux
...rticular issues running Veritas in my Windows environment. The agent just seems to baulk on some servers. I've looked into backup solutions running on Linux before but there doesn't seem to be much. Is anyone familiar with something that has Windows agents and yet managed by Linux? <<JAV>> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051020/4cd11d85/attachment-0002.html>
2004 Dec 03
2
And another....Webmin
Is anyone using Webmin with CentOS? I've always found it works very well with RHat Linux. I've not used RHEL so I'm not sure. I know on my SuSE server it doesn't seem to work well and suspect there are some location problems. -- <<JAV>>
2004 Dec 16
4
Amavis or CLamAV...or both?
I'm trying to figure out which would the best implementation for my mail and web server. Any experiences? Caveats? I'm on CentOS 3. -- <<JAV>>
2011 Aug 26
1
issue with available.packages() and download.file()
...ning a package I put together. I have my package set up to check for updates when it loads but this error occurs and stops the package from loading: Error : .onLoad failed in loadNamespace() for 'rNMR', details: call: read.dcf(file = tmpf) error: Line starting '<SCRIPT language=Jav ...' is malformed! Error: package/namespace load failed for 'rNMR' I tracked to the following line of code from my package: available.packages(contrib.url(repos = "http://rnmr.nmrfam.wisc.edu/R/", type = "win.binary")) I dug a little deeper and found the followi...
2007 Feb 26
2
Certs file
...lines anyway, just in case, but it didn't make a difference. What am I missing? I'd love to include the output of 'dovecot -n' but... % dovecot -n # /usr/local/etc/dovecot.conf Error: Can't use SSL key file /etc/ssl/private/dovecot.pem: No such file or directory Thanks, -jav
2005 Dec 17
2
Centos 4.1 to 4.2 caveats?
Are there any caveats to yum upgrade from 4.1 to 4.2? And can someone tell me if perl-5.8.6 is in 4.2? <<JAV>>
2005 Apr 14
3
PHPBB+Centos
I'm having a hard time getting PHPBB installed on Centos. We get the error that The PHP configuration on your server doesn't support the database type that you chose. We choose MySQL 3.x but get that error. Perhaps PHP4 isn't compatible with MySQL 3.23.58-1? -- <<JAV>>
2005 Jan 08
1
Where is ethereal?
YUM says I already have ethereal installed, but I have no /usr/sbin/ethereal. I have 3 directories about but no executable. -- <<JAV>>
2005 Jan 18
1
clamav-milter verification on Centos 3.3
...ks. I've sent test emails from testvirus.org but they don't appear to be getting flagged. I don't see anything in the logs to indicate they were. Is there a sure-fire way to know? Also, how should the clamd work? Does it watch the filesystem? Or will it only work on a scan? -- <<JAV>>
2004 Dec 03
3
Apache
...first checked to see if it's installed with rpm -q apache. Nada. Yet, in /etc/rc.d/rc3.d I see K15httpd. So I moved that to S15httpd and started it up. It's up. Goto the default page and it's running. So....if it's not showing up in rpm queries, how is/was it installed? -- <<JAV>>
2004 Dec 03
2
Question about YUM
Pardon my ignorance, but if I update or install a package via rpm will YUM pick that up in subsequent updates? Or should I be using YUM for installs if I plan to use it for updates? -- <<JAV>>
2004 Dec 05
1
Error: Could not find the GPG Key necessary to validate pkg
I get this error when I update with Yum. It seems to be with CUPs. I also got this installing MySQL-Server. Should I point to another repo? Or even worry? :) -- <<JAV>>
2010 Feb 17
1
Problems transferring from older version of rsync to new
...file=flist.c, line=2349): about to call exit(2) # On the remote end: cis rsyncd[45873]: rsync error: error in rsync protocol data stream (code 12) at io.c(468) [sender=2.6.8] The system with the daemon is FreeBSD 6.1-RELEASE, the other side is FreeBSD 8.0-RELEASE. What am I missing? Thanks! -jav
2009 Dec 04
2
openjdk6 browser plugin
Hi list, I've installed openjdk6 from ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/java. Does this package contain a browser java plugin? I can't find it. Any tips are appreciated. Regards, Serguey.
2017 Sep 14
2
JRE 8.1 for CentOS6
...w jdk so it may be for >>> many different reasons. >> >> I installed it by downloading the rpm and installing that. IBM said on >> my older FF the app/plugin is called JNLP and I should change the >> setting for that to 'always ask' and then when it asks use javaws - I >> did that but it still fails. > > Again, please enter 'about:plugins' in the address bar of your browser > to make sure, that the right java version is activated. This is what I get from that: application/x-java-vm IcedTea class,jar application/x-java-applet IcedTe...
2005 Jan 07
4
SuperServer 6024H-82R and Centos 3.3
...herboard. Currently, we've added an Adaptec 2120S Ultra320 RAID PCI Controller Card to get RAID 5 capability. The installation bombs and from what I can tell it looks like we're getting SCSI resets or the controller is going offline maybe. Any ideas would be greatly appreciated. -- <<JAV>>
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...amp; (Universe::narrow_oop_base() != NULL) && Universe::narrow_oop_use_implicit_null_checks()) ? lcm(os::vm_page_size(), alignment) : 0) { - if (base() > 0) { + if (base() != NULL) { MemTracker::record_virtual_memory_type((address)base(), mtJavaHeap); } 在 2018年07月19日 19:37, Thomas Schatzl 写道: > Hi, > > On Thu, 2018-07-19 at 18:56 +0800, Leslie Zhai wrote: >> Hi HotSpot and LLVM developers, >> >> I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it >> failed to build: >> >>...
2011 Dec 12
2
Color2D.matplot uniform color range
...he maximum color being 1. (2) if an entry is in the range [1,infinity] the color scale should have minimum color value 1 and maximum color value 3. (I used infinity simply because there is no way of knowing how high the value will be beforehand). Any help would be greatly appreciated. Thanks, Jav library(plotrix) make_S_figure<-function(filename,alias){ h0 <- read.csv(file=filename,head=TRUE,sep=",",row.names=1) d =data.matrix(h0) m <- 1:20 cellcolors<-matrix(NA,nrow=20,ncol=20) cellcolors2<--matrix(NA,nrow=20,ncol=20) for(i in 1:length(m)){ cellcolors[d &...
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers, I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed to build: /home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int') if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.