similar to: 5.2 upgrade mostly good (so far)

Displaying 20 results from an estimated 1000 matches similar to: "5.2 upgrade mostly good (so far)"

2007 Dec 27
2
Installation problems Cisco VPN Client
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-2">Hi All ,<br> Any one using Cisco VPN Client [</font><font size="-2">vpnclient-linux-4.6.00.0045-k9.tar.gz] </font><font size="-2">on
2015 Sep 30
5
ERROR Installing Cisco AnyConnect on Centos 6x
Hi All; I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, when I untar it and then run the vpn_install script in the vpnclient directory I get the below error. Thanks in advance for any help... / //# ./vpn_install// //Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer// //Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.// // //By
2012 Jun 11
3
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hi again, I am regularly building my small STL-enabled C++ project using Mingw64 on Windows x64 and the program runs fine (it builds and runs fine on x64 Linux too). Then I got brave and decided to try out Clang, because I'd eventually like to take a look at the quality of the generated code, and then did the following: 1. Set CC to clang. 2. Set CXX to clang++. 3. Run cmake and let it
2009 Oct 15
1
CentOS Digest, Vol 57, Issue 14
Thanks for the responses. I think this is what I want to do. I commented out #Defaults requiretty in /etc/sudo. But what I really wanted to do was just place it in VPNUSERS: %vpnusers ALL=NOPASSWD: /sbin/service myciscovpn start, \ /sbin/service myciscovpn stop, \ /sbin/service myciscovpn status, \ /usr/bin/mycisco,
2008 Sep 11
2
/etc/rc5.d
I have a shell script, /usr/bin/joevpn, which does a quick VPN connect. Basically (HOST and DOFIL are defined above and are correct. I just did not list them here) case "$1" in start) date > $DOFIL while [ -f $DOFIL ] do echo y | /usr/local/bin/vpnclient connect $HOST sleep 10 done ;; #
2001 Mar 19
1
Problem initiating tinc connection..
Hi, when I try to iniate tinc connection between two machins i get the following at the syslogs: client machine: Mar 19 18:46:31 localhost tinc[733]: Ready: listening on port 655 Mar 19 18:46:31 localhost tinc[733]: Trying to connect to 192.168.1.180 Mar 19 18:46:31 localhost tinc[733]: Connected to 192.168.1.180 port 655 Mar 19 18:46:31 localhost tinc[733]: Metadata socket read error for
2012 Dec 05
4
Import multiple data frames and combine them using "cbind"
Hi group, I imported 16 data frames using the function "list.files" temp <- list.files(path="...........") myfiles = lapply(temp, read.table,sep = "") Now I have 16 data set imported in R window. I want to combine them by row and tried some thing like (Here I am considering only 20 columns) for(i in 1:16){ data<- cbind(myfiles[[i]][,1:20]) } but it
2006 Jan 11
3
Just update 1 field
Hi All, I wonder how I can get rails to update just one field when I do Myfile.save. Right now this happens when I do a Myfile.save: UPDATE myfiles SET `folder_id` = 0, `filesize` = 1, `data` = ''2f7573722f6c6f63616c2f6d ... f7061636b65743d33324d'', `user_id` = 0, `date_modified` = ''2006-01-11T23:33:57+0100'', `filename` = ''mysqlscripts.sql''
2008 Apr 18
5
vector in filename
Hi, I am trying to generate a group of graphics with an iteration. Some thing like this... x=1 y=1 max=10 myfiles <- paste("foo", x:max, ".png", sep="") while (x =< max) { png(file=myfiles, pointsize = 20, width = 600, height = 600, units = "px", bg="#eaedd5") plot(x,y) dev.off() x=x+1 y=y+1
2015 Sep 30
0
ERROR Installing Cisco AnyConnect on Centos 6x
On Wed, Sep 30, 2015 at 12:28:55PM -0600, CS DBA wrote: > Hi All; > > I've downloaded the Cisco AnyConnect tar.gz file for one of our > clients, when I untar it and then run the vpn_install script in the > vpnclient directory I get the below error. > > Thanks in advance for any help... > You shouldn't need to build Cisco's client. Just install openconnect
2006 Mar 13
6
:dependent => :destroy
Hi, There is something I don''t understand about :dependent => :destroy. I hope someone can help me. Consider this code: class Folder < ActiveRecord::Base has_many :myfiles has_many :folders has_many :group_folders, :dependent => :destroy validates_uniqueness_of :name, :scope => "folder_id" validates_presence_of :name before_destroy
2014 Feb 02
1
Seeking help
Hi, I am trying to set up a VPN that allows mobile users to access multcast information from an information vendor. Hence Tinc is configured as a switch. Internet --[ router1 ]------[eth0 VPN eth1]--------------[ router2 ]--------- mobile users VPN server is running Ubuntu 10.04 and is also configured as a dhcp server that hands out IP address to connecting mobile users. A bridge (br0) is
2006 Jun 29
1
initializing table and filling it out
Hi everyone, I'm writting a script that will open multiple files in a single folder and then will do some calculations to finally save everything in a big table. So here is the pseudo code #read all files in the given directory myfiles <-list.files("c:\\myDir") #initialize table ??? #loop through files for(f in myfiles[-1]) { netMat <-
2007 Nov 28
4
cisco vpn client on linux
Is there a cisco vpn client for linux centso 5 AMD 64 bit? Using google it talks about cisco vpn client but everyplace to download is blocked. I then found a vpnc reference but did not find a 64 bit version. yum install vpnc did nothing.... What is my next step? Jerry
2015 Oct 02
0
ERROR Installing Cisco AnyConnect on Centos 6x
On Wed, Sep 30, 2015 at 2:28 PM, CS DBA <cs_dba at consistentstate.com> wrote: > I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, > when I untar it and then run the vpn_install script in the vpnclient > directory I get the below error. > > I ended up getting the clients from the Nux repository instead of Epel. At the time, it provided the
2010 Apr 03
1
compiling FahMON for Centos?
Hi all! Thanks to those who pointed me to wxwidgets packages for centos! I'm trying to build/install FAHMON (a monitoring tool for Folding At Home clients) on centos 5.4, which is why I needed the wxwidgets stuff. fahmon goes through .configure just fine, but it won't compile and it's not clear to me what's wrong. it spews bazillions of errors, starting with: make[3]: Entering
2005 Apr 29
2
Windows List of Folders?
For windows, how can I list only the folders in some folder? I was thinking that dir() and file.info() with isdir==TRUE being something that might work. These folders or directories are numerically named with no dot extension names or other characters. Typically, these are 3132, 3334, ... Here is what I tried. The last line is where I need more work. pData="C:/Myfiles/R/Data/" setwd
2024 Nov 06
1
Using multiple dat files
"It seems therefore that there is no other way than read in individually > 100 weather tables using read.tables., right? Using file.choose() doesn't change the work." Yes. With that many files, file.choose() does not make sense. However, I still do not understand what is the problem with using lapply() on the character vector of file names with read.table() as you did in your
2008 Jun 25
6
CentOS 5.2 kernel [2.6.18-92.1.1.el5] crashes on dual-PIII Compaq ProLiant 3000
After yum upgrade, the new CentOS5 kernel [ kernel-2.6.18-92.1.1.el5.i686 ] crashes each time early in boot process on Compaq ProLiant 3000 with dual Pentium3 CPU (600 MHz, CPU0: Intel Pentium III (Katmai) stepping 03, CPU1 the same). I get kernel panic at powernowk8_init+0x05e/0x1c3. The previous kernel [ kernel-2.6.18-53.1.21.el5.i686 ] seems to work fine. I am wondering if anyone has met
2011 Nov 01
3
factor level issue after subsetting
Dear list, I cannot figure out why, after sub-setting my data, that particular item which I don't want to plot is still in the newly created subset (please see example below). R somehow remembers what was in the original data set. A work around is exporting and importing the new subset. Then it's all fine; but I don't like this idea and was wondering what am I missing here? Thanks!