similar to: Frappr

Displaying 20 results from an estimated 30000 matches similar to: "Frappr"

2006 May 01
1
Frappr mapper
OK, so this list claims to have 1000's of users on it. Let's see where they are.... I was putting myself on frappr map for something else and found an unused asterisk map. I saw Olle on that (imagine that) but no mention of it on the lists. So..... Frappr yourselves. Let's see how many Astriholics there are out there. http://www.frappr.com/asteriskusers -Brian
2005 Mar 03
11
PostgreSQL & SELinux problem
Hi. I just installed Centos 4. I''m pretty sure that I chose to have it install postgresql but when the system came up, it wasn''t there. No worries. I installed it from the net with ''yum''. Unfortunately, when I started it up and it tried to init the database, I got a bunch of SELinux errors: Mar 3 13:24:22 dirty kernel: audit(1109874262.006:0): avc:
2001 Mar 06
2
RedHat 7.0 on Dell Poweredge 6300
I went to RedHats' page and found hardware requirements and it said that the Dell Poweredge 6300 is a supported hardware. Then I went to linuxcare.com and it does not list the machine. Before I look like a buffoon, or continue to, Redhat will run on this machine, right? I appreciate the help. Thanks, --------------------------------------------------- Tony Ricker Technology Coordinator
2012 Oct 23
1
help using optim function
Hi, am very new to R and I've written an optim function, but can't get it to work least.squares.fitter<-function(start.params,gr,low.constraints,high.constraints,model.one.stepper,data,scale,ploton=F) { result<-optim(par=start.params,method=c('Nelder-Mead'),fn=least.squares.fit,lower=low.constraints,upper=high.constraints,data=data,scale=scale,ploton=ploton)
2001 Jan 15
1
'Bad Packet Length' error?
After upgrading my client with 2.4p1, I started getting the folowing errors when using slogin to login to a server: 2f 75 73 72 2f 6c 6f 63 Disconnecting: Bad packet length 796226418. Thinking it was the 2.4 upgrade, I uninstalled 2.4 and reinstalled 2.3 client. Problem still exists. I have OpenSSH 2.3 installed as the server. I even deleted the key entry on the client side by editing the
2002 Jun 06
1
Maybe OT, but need help
All, The powers that be are going to buy a win2k server that will have a Compaq TL891DLX tape library. I have been trying to get one for my samba box as well. My question is can I back up the samba box to the win2k tape library? I know that you would have to mount the tape library on the linux/samba box, could this be done through samba? IF anyone needs more info, please let me know. Thanks for
2001 Oct 09
4
Rsync Throughput issues
I am using Rsync between a Redhat Linux box and an AIX RS600. We have a about 30gb of database we need to sync to a backup server. Sounds good, right? The problem is that Rsync is so slow when we do the initial dump. We have files that are 1 - 5gb. It takes around 14-20 hours to Rsync the file structure, which means our daily backup will miss that days data because we are waiting for the data
2001 Nov 27
1
log in script question
All, I was hoping someone could point me in the right direction in obtaining a solution to the the following; I want to have the log in script map not only their home directory, but also the group folders as well. For instance, I would have a share with valid users=@usergroup and would want the script to map the directory based on this criteria. Would I have to have a log on script for each
2001 Nov 26
5
printing error
All, I have the following in my smb.comf for printing commands... # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers] comment = All Printers path = /var/spool/samba browseable = no print ok = yes print command = /usr/bin/lpr -P%p -r %s lpq command = /usr/bin/lpq -P%p lprm command = /usr/bin/lprm -P%p %j
2012 Mar 30
4
Trying to understand factors
I'm trying to figure out about factors, however the on-line documentation is rather sparse. I guess, factors are intended for grouping arrays members into categories, which R names "Levels". And so we have: * state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa",
2010 Sep 15
1
Difficulty creating Julian day in data frame
Hi, I'm attempting to add a "Julian Day" column to a data frame. Here is my code and the resulting data frame: vic.data <- read.table("C:/VIC/data/vic.data.csv", header=F) names(vic.data) <- c("year", "month", "day", "precip", "evap", "runoff", "baseflow", "Tsup",
2005 Mar 06
1
wine wont' run
Any guess's as to whats going on here? A new from source compile/install vic@zeus:/usr/local/bin$ wine wine: creating configuration directory '/home/vic/.wine'... Unknown option '-w' usage: wineserver [options] options: -d<n> set debug level to <n> -p make server persistent -h display this help message -s server will use shared memory
2010 Sep 25
1
Question on levels function and extracting the associated level number
> > Dear Sir/Madam, > > I have a quick question, which I hope someone can help. > > I am using the levels function in R, which helps to summarize the number of > factors that I have in a vector in an ordered manner. > > Using an already existing example: > > > state <- c("tas", "sa", "qld", "nsw", "nsw",
2002 Mar 14
6
Some users can't log in -- server shows username as " nobody"
Hi I actually had this same problem when running up samba originally. Check that the user has a valid unix acount and that you have added that to the folder share/valid users section. B -----Original Message----- From: Tony Ricker [mailto:rickera2@SLU.EDU] Sent: Friday, 15 March 2002 5:21 AM To: David Brodbeck Cc: Samba Subject: Re: [Samba] Some users can't log in -- server shows
2007 Nov 16
7
sorting factor levels by data frequency of levels
using an example from r online help > state <- c("tas", "sa", "qld", "nsw", "nsw", "nt", "wa", "wa", "qld", "vic", "nsw", "vic", "qld", "qld", "sa", "tas", "sa", "nt", "wa", "vic",
2001 Dec 05
1
Non-linear random variables
I have a fisheries Ricker stock-recruitment non-linear model which I am trying to code up in R (after failing in MATLAB). There are two fixed parameters and a random environmental effect that is linked to a first order lagged correlation fixed parameter. Are there any examples of fitting this model I could follow? Cheers Norm Good Fisheries Biologist (Mathematician) Southern Fisheries Centre
2001 Mar 06
1
Import of data
I need a few pointers for the import of data into Samba. Here is the set up... I will be getting the data from an NT box that is on the same network more or less (they are our PDC and WINS, we are the DNS). I was told that once Redhat and Samba was set up, it was a simple copy and paste. If I have learned anything, nothing in computers is simple. I have about 200 users private folders being
2001 Mar 15
1
Samba and NT file issues
Sorry for being repetitive, but I have a question. Can Samba be used for 9x widowze machines accessing files, (access 2000, excel, word...) and have them open, add/modify, save files? The files would reside on Samba box and the user map their way to the files. Any thoughts? I appreciate all of you for sharing you knowledge. Respectfully. --------------------------------------- Tony Ricker
2008 Jul 03
1
lines() warning message
I have data that looks like Year,Recruit,Spawner,Mtempcv 1958,4532,775,0.24125 1959,22996,2310,0.16319 1960,628,2990,0.46056 1961,879,1400,0.33028 1962,14747,1130,0.22618 1963,13205,790,0.20596 1964,31793,1195,0.19229 1965,10621,981,0.20363 1966,22271,870,0.3452 1967,8736,1104,0.27511 1968,8761,883,0.10884 1969,18885,1421,0.17799 1970,10098,1198,0.2106 1971,3394,760,0.22098 1972,1697,1354,0.39461
2004 Sep 23
2
Cisco 2610XM and Asterisk
A little off-topic: I have the following hardware: 2610 XM NM-2V VIC-2BRI NT/TE IOS loaded: flash:c2600-ipvoice-mz.123-5d.bin" I get the following error while booting: %C542-1-UNKNOWN_VIC: VNM(1), vic daughter card has an unknown id of FF Is the VIC-2BRI compatible with the 2610XM? What IOS needs to be loaded? http://www.cisco.com/en/US/products/hw/modules/ps2641/products_tech_note0918