search for: csb

Displaying 20 results from an estimated 37 matches for "csb".

Did you mean: cs
2014 Sep 16
2
virt-v2v -ic question
Hi, I am trying to convert from esx server to local directory a VM names CSB, Its build from source 77b371b18b6a7ad37105a595931514f542a04396 When running: LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "esx://root@10.35.5.45/?no_verify=1" -o local -of raw -os /tmp/v2v CSB I get the following: -----------------------------------------------------------------...
2014 Sep 21
2
Re: virt-v2v -ic question
...and is working fine: $ virsh -c "vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1" list --all When trying the same uri in v2v: $ LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1" -o local -of raw -os /tmp/v2v CSB We get the following error: ---------------------------------------------------------------------------- [ 0.0] Opening the source -i libvirt -ic vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1 CSB Enter root's password for 10.35.4.35: Enter host password for user 'root': [...
2010 Apr 25
1
Has anybody succeed in getting Rails 3 to work in production?
Has anybody succeed in getting Rails 3 to work in production? I am trying with Apache 2.2 and Passenger 2.2.12 but no luck. If you have got Rails three to work in production on any server with any set up could you please post the details (howto?) or a link to where such information can be found. All input gratefully received. Paul Thompson -- You received this message because you are
2014 Sep 16
2
Re: virt-v2v -ic question
On 16.09.14 14:21, Richard W.M. Jones wrote: > On Tue, Sep 16, 2014 at 04:04:02PM +0300, Shahar Havivi wrote: > > Hi, > > > > I am trying to convert from esx server to local directory a VM names CSB, > > Its build from source 77b371b18b6a7ad37105a595931514f542a04396 > > > > When running: > > LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "esx://root@10.35.5.45/?no_verify=1" -o local -of raw -os /tmp/v2v CSB > > > > I get the following: >...
2014 Sep 21
0
Re: virt-v2v -ic question
...> $ virsh -c "vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1" list --all > > When trying the same uri in v2v: > $ LIBGUESTFS_BACKEND=direct ./run ./v2v/virt-v2v -ic "vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1" -o local -of raw -os /tmp/v2v CSB > > We get the following error: > ---------------------------------------------------------------------------- > [ 0.0] Opening the source -i libvirt -ic vpx://root@10.35.4.35/MyDatacenter/10.35.5.45?no_verify=1 CSB > Enter root's password for 10.35.4.35: > Enter host passw...
2009 Sep 20
5
Receive, process and send email
We wish to do the following: 1. receive an email with an attachment 2. process the email body to get some information from it 3. send an outbound email to an email address based on the information derived from step 2. The email will include the attachment received in step 1 I'm not sure where to start with this one so any suggestions would be appreciated.
2008 Mar 05
5
C compiler cannot create executables when building zaptel
When attempting to build zaptel I get the following error: configure:2184: error: C compiler cannot create executables vi config.log configure:2066: $? = 0 configure:2073: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release
2012 Dec 19
1
Need DETAILED help using p2v
This is something I want to do over my holiday vacation to continue to broaden my skills. I am experimenting (learning) about moving a Win7 physical drive to a VM under my CSB. I'm struggling a little on the steps when using our RH documentation (perhaps it is clear if you are an RHCE but it isn't to someone trying to learn from it initially combined with Google searches) so asking if anyone has any one-off how to scripts for this scenario? The two drives (Win7 a...
2000 Sep 27
2
trouble logging out when using protocol version 2
...character) only cause "^C" and "^\" to be echoed. Then pressing either will successfully interrupt ssh. Any suggestions? -- Joe Wells http://www.cee.hw.ac.uk/~jbw/ ---------------------------------------------------------------------- (jbw at moon) 6:41:35pm [~] > ssh -v csb.bu.edu id SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /home/jbw/.ssh/config debug: Applying options for csb.bu.edu debug: Reading configuration data /etc/ssh/ssh_config debug: Seeding random number generator debug: ssh_co...
2004 Nov 16
1
lme, two random effects, poisson distribution
...j = state_t + slugs_i + batch_ij + error_tij Slugs, batch and error are normally distributed, but slugs and batch are not nested factors. I had fit following (however I'm not sure if that is right): slugs.lmedataB <- groupedData(pumps ~ state | slugs/batch, data=as.data.frame(data.slugs)) csB <- corAR1(form= ~ x|slugs/batch) res1B <- lme(pumps ~ state, random = ~1 | slugs/batch, data=slugs.lmedataB, cor=csB) ---------------------------------------- QUESTIONS: 1) Are my models right? Do I model the res1B model properly? 2) Until now, I have assumed that the number of pumps follo...
2007 May 01
5
OT: Capture Asterisk traffic
I want to capture all my Asterisk traffic (including RTP) and then analyse it. My plan was to use tcpdump and then analyse with Wireshark. The following works: tcpdump -i eth0 -s 0 -w /tmp/tcpdump.1 But I want to be a bit more selective: tcpdump -C 100 -W 10 -w /tmp/tcpdump -i eth1 -s 0 udp and dst port >= 5060 This doesn't capture the RTP traffic. Could anyone advise what I'm
2010 Sep 08
5
--delete-during acts like --delete-before
...s expected. Both ends use v3.0.7 packages from sunfreeware.com. The server config is pretty basic, and I see no errors on the source host. Am I looking at this the right way, or am I missing something simple? Let me know if you have any questions, and thanks in advance for any advice. -cheers, CSB P.S. My workaround is to run a separate rsync session for each subdirectory, followed by a final run from the top level. That seems to work alright, but it's rather a kludge. -c -------------------------------- desthost $ ls -l */* -rw-r--r--...
2003 May 26
2
internet.R test hangs if http proxy needed (PR#3108)
Full_Name: Barry Rowlingson Version: 1.7.0 OS: RH8/Mandrake 9.1 Submission from: (NULL) (194.80.32.8) internet.R in the tests directory hangs during 'make check' if an http proxy is needed for http access from the machine. This happens in the httpget function defined therein. It tries to make a direct socket connection to port 80 of a remote machine, and if local network policy does not
2007 Feb 12
2
make check failure, internet.Rout.fail, Error in strsplit
...g to build R on RedHat EL4. The compile went fine, but a make check ran into a problem and produced a file "internet.Rout.fail". Judging by the last part of that file, it was trying to run an R routine called "httpget" to retrieve the URL http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat. The precise error it encountered was: Error in strsplit(grep("Content-Length", b, value = TRUE), ":")[[1]] : subscript out of bounds So, it looks like the data it read from that URL was not what was expected. I tried mimicking the script's request of t...
2014 Sep 17
3
Re: virt-v2v -ic question
On 16.09.14 15:09, Richard W.M. Jones wrote: > On Tue, Sep 16, 2014 at 05:06:57PM +0300, Shahar Havivi wrote: > > I am using upstream qemu while using this local variables: > > export PATH=/home/shahar/git/qemu:$PATH > > export LIBGUESTFS_HV=/home/shahar/git/qemu/x86_64-softmmu/qemu-system-x86_64 > > > > Is that sufficient? > > Yup, upstream qemu should
2015 Mar 03
0
Feature request: copy attributes in gzcon
The `gzcon` function both modifies and copies a connection object: # compressed text con1 <- url("http://www.stats.ox.ac.uk/pub/datasets/csb/ch12.dat.gz") con2 <- gzcon(con1) # almost indistinguishable con1==con2 identical(summary(con2), summary(con1)) # both support gzip readLines(con1, n = 3) readLines(con2, n = 3) # opening one opens both isOpen(con2) open(con1) isOpen(con2) In the example, `con1` an...
2005 May 06
1
**££!!*** Proliant!
This Proliant (ml330 G3) has an HP CSB-6 (LSI/Megaraid) disk controller that isn't recognised by the installer. A quick search on Google reveals drivers from RH7 - AS2.1 but nothing for 3 or 4 unless anyone knows different!? If not I'll just have to disable it and install a supported RAID card. Anyone!? Nigel
2007 May 26
2
chan_capi install problems
I have installed Asterisk 1.2.18 am am trying to install chan_capi. The current RPM ftp://ftp.melware.net/Trixbox/chan_capi-1.0.1_1.2.14-1.i386.rpm installs but Asterisk dies on startup. The following appears in the log: May 27 03:28:18 asterisk1 kernel: divas: Diva Server V-4BRI-8 IRQ:7 SerNo:25290 May 27 03:28:18 asterisk1 kernel: divas: started with major 252 May 27 03:54:17 asterisk1 init:
2010 Jan 09
1
libvorbis 1.2.3 not generating 96kHz ogg file
...utput stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height I tried specifying different sample rates, and anything >= 50001Hz will give that error message. Is this a bug with libvorbis or is ffmpeg somehow preventing me from specifying higher sample rates ? Thanks CSB
2005 Jan 10
1
help diagnosing ftp problem
...ckages()/update.packages() fine, and that's all I use the 'net connection for. The problem is that it takes a _long_ time to fail internet.R. I dug in just a bit more this time (that I was sufficiently annoyed). The problem is: > read.table("ftp://ftp.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat") Error in file(file, "r") : unable to open connection I tried running the line in an interactive R session, and sure enough, it takes more than 10 minutes before I see the error. I do have both HTTP and FTP proxy set (to the same URL), and ftp (e.g., to CRAN) works outsi...