Displaying 20 results from an estimated 100 matches similar to: "Help to buy a SAN server"
2010 May 10
4
Problem with git
I'm trying to set up Samba 4 on a test machine, Ubuntu 10.04 32bit server. And when I try git clone or git fetch, the download gets to somewhere between 5% and 50% and stops. What am I doing wrong?
P.S. I'm running the Ubuntu as a virtual machine in VirtualBox on an XP host.
Best regards,
Dave Wynne
Senior Engineer
Artimech Pty. Ltd.
MiniFab
1 Dalmore Drive
Scoresby, Vic 3179
2011 Feb 05
1
Samba PDC & Exchange 2000 Server
I presently have a 2 server system a Sambe PDC and a mail server running Bynari Insight Server and we use Bynari connector to connect our Outlook 2000 clients to the Insight Server. It works well enough. BUT.... Bynari are stopping support for Outlook 2000.
For us the upgrade all our copies of Outlook is expensive and we have all the functionality we need.
So, we have MS Server 2000 and Exchange
2010 Nov 09
2
Merge Data
Hello;
I have a problem merging data sets. I use this command:
FileNames <- list.files(path="C:/updated_CFL_Rad_files/2007/11",
full.names=TRUE)
> dataMerge <- data.frame()
> for(f in FileNames){
+ ReadInMerge <- read.csv(file=f, header=T, na.strings="NULL")
+ dataMerge <- merge(dataMerge, ReadInMerge,all=T)
+
+ }
and an error occurs.The size of the
2013 Sep 06
2
Alignment of data sets
Hi all;
I have a data set with the format below:
Year, Day, Hour, Value
2010, 001, 0, 15.9
2010, 001, 1, 7.3
2010, 001, 2, 5.2
2010, 001, 3, 8.0
2010, 001, 4, 0.0
2010, 001, 5, 12.1
2010, 001, 6, 11.6
2010, 001, 7, 13.9
2010, 001, 8, 11.9
2010, 001, 9, 13.6
2010, 001, 10, 16.1
2010, 001, 11, 18.5
That should
2011 Nov 17
2
Combining data
Hi all;
It seemed to be easy at first, but I didn't manage to find the answer
through the google search. I have a set of data for every second of the
experiment, but I don't need such a high resolution for my analysis. I want
to replace every 30 row of my data with their average value. And then save
the new data set in a new csv file to be able to have a smaller excel data
sheet. What is
2010 Nov 16
1
Extending a plot in a loop (With attachment)
My problem is that I have a data set for every day of measurement in a
seperate file and I want to plot one parameter of the data for all the days
in one graph. I tried to use for loop but only the last data remains in the
program memory, I don`t know how to plot each day`s data continusly after
the others(or how to extending the x axis.) Would you please help me with
it?
This a plot for one day:
2010 Nov 04
1
Plotting a vector data
Hi;
I have 30 data sets and I managed to take the average of a variable in each
set and put them in a vector like variable(It contains NaN data as well).
x<- matrix( list.files("C:/updated_CFL_Rad_files/2007/11",full=TRUE))
for(i in 1:30) {
radiation.data <-read.table(x[i], header = TRUE,sep = ",", quote = " ",
dec = ".")
attach(radiation.data)
2009 Jun 17
2
Difference beetwen element in the same column
Hi, i have this file
pressure,k,eps,zeta,f,velocity:0,velocity:1,velocity:2,vtkValidPointMask,Point
Coordinates:0,Point Coordinates:1,Point Coordinates:2,vtkOriginalIndices
0.150545,0.000575811,0.0231277,0.000339049,-0.0193008,0.00318629,-6.24066e-07,5.39599e-05,^A,7,0,0,0
0.150546,0.000782719,0.0226157,0.000497957,-0.0192084,0.00367781,5.09813e-06,5.90689e-05,^A,7,0.0003035,0.000225,1
2004 Oct 20
3
samb3-ldap PDC and BDC
hi,
until now (about 1 year ago) i was working only with
samba3+ldap PDC, but in near future my company enlarge his
network with 6 new branchs spreaded all oever the country
and i must build a scalable network with Samba-3 PDCs and
BDCs, implement LDAP replication and multiple LDAP
backends, all this over some VPNs(ipsec) .
so, can tell me anyone how work the relationship beetwen a
samba3-ldap
2010 Jun 18
3
free ftp server
Hi,
I'm looking a linux freeware for sharing file with a web browser
interface - protect file by password, send link to download by email....
Something like the following service:
https://www.yousendit.com/
http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati
ves/
The idea is to install this service in OUR server for sharing files
beetwen other company. For
2005 Jan 24
2
PSTN and Asterisk
Hi quys,
I look for a solution for interconnection beetwen PSTN and VoIP.
My application have to treat few protocols comming from PSTN lines and mixing data , dtmf and voice.
Can I use Asterisk for :
PSTN ----------> Asterisk (converting analog call to IP) ----------> MyApplication ( translation protocols and do some works with incomming data)
What hardware I can use for this?
Do use
2004 Feb 11
6
AGREP
Hi all, I have two questions
1 - I have the version 1.4.1 of R, and it doesn't have the 'agrep'
function in the base library. Is there a way to make this funcion
avaliable in R 1.4.1? I mean, how to 'copy' it from R 1.8.1 and 'paste'
it in R 1.4.1?
2 - The AGREP function doesn't give me the Levenshtein distance (edit
distance). Is there a function in R that does
2010 Nov 10
1
Extending a plot in a loop
My problem is that I have a data set for every day of measurement in a
seperate file and I want to plot one parameter of the data for all the days
in one graph. I tried to use for loop but only the last data remains in the
program memory, I don`t know how to plot each day`s data continusly after
the others(or how to extending the x axis.) Would you please help me with
it?
This a plot for one day:
2005 Dec 06
1
shaping small rates
What traffic shaper must I use to shape small rates (~1kBps) without
significant latency? I have experience with htb and i now that htb is
not very good solution in this case. With so low rates it generates a
few seconds delays beetwen sended packets. Such situation is described
on htb homepage, but without solution.
Any ideas ?
JQu
2004 May 19
1
using iLBC
I want use iLBC and have following in mind, please help me is it possible ?
ISDN <-----(ALAW)-----> * <-----(ALAW)-----> SNOM
SIP??<-----(iLBC)----->?*?<-----(ALAW)----->?SNOM
1. ISDN incoming codec is ALAW SNOM codec should be ALAW (can't be iLBC
because a lack of codec).
2. SIP incoming codec should be iLBC (snom is ALAW).
3. SIP outgoing codec should be iLBC /snom
2005 Nov 25
2
Rsync sincronize complete file and not the changes
Hi,
i have probed rsync for sinchronize files beetwen windows 2000 Server
and Linux server.
I have mounted the windows directory with samba and i have executed
rsync with -avr parameters to sinchronize the files.
After sinchronization i have opened one file but i didn't made any
change but openned date of the file.
I have relaunched sinchronization and the file is completely
sinchronized and
2005 Sep 25
2
Problem issue with belongs_tohas_one and error_message_on
Hello
I have a problem with relationship with belongs_to - has_one and with
error_message_on
I have splitted one huge table users into two tables user and profile.
In users I''m keeping main fields like id,email,password and in profile there are
the rest of fields.
Table users:
id,email,password
Table profiles:
id,user_id,publicname, and more ...
My models are:
- user.rb
has_one
2007 Dec 03
3
Difficulty with 5.0 - 5.1 upgrade: sysreport vs. sos
I got file conflicts between the sysreport and sos packages on the
file /usr/sbin/sysreport. I unchecked sysreport in the package
updater UI and the rest of the update is proceedng.
2002 Nov 11
1
Forcing Password change from Win2k client
Hi, everybody.
I've read many posts about forcing users to change their passwords at logon time from windows clients, but still I can't make it work.
I've set up a Samba PDC with the latest stable version (2.2.6) of samba and configured it to do Unix password syncing through PAM.
Then I've set up Unix passwords with the right aging parameters and all works fine in Unix (I've
2000 Apr 07
1
Newbie: Data reading problem
Hello everybody,
I'm a new R user and I've got some difficulties to find the right way to
read data files.
My problem is the following:
I have dayly records of different devices (they all have their own name)
during a time period (let's say one year). Each device records 6 fields.
I would like to consider that one "fellow" is the recording of one to
six fields for one