search for: repalce

Displaying 16 results from an estimated 16 matches for "repalce".

2003 Dec 18
1
Help with predict.Arima with external regressor values [Repalced]
Hi all there I am enjoying R since 2 weeks and I come to my first deadlock, il am trying to use predict.Arima in the ts package. I get a "Error in cbind(...) : cannot create a matrix from these types" -- Start R session ----------------------------------------------------- > fitdiv <- arima(data, c(2, 0, 3), xreg = y ) ; print(fitdiv) Call: arima(x = data, order = c(2, 0, 3),
2023 May 12
2
[PATCH vhost v8 01/12] virtio_ring: split: separate dma codes
As said before, please don't try to do weird runtime checks based on the scatterlist. What you have works for now, but there are plans to repalce the page + offset tuple in the scatterlist with just a phys_addr_t. And with that your "clever" scheme will break instantly.
2006 Jul 03
2
Still struggling with data flow ...
Hello, The following view: <%= start_form_tag %> Enter term to find <p> <%= text_field_tag :name, params[:name] %> </p> <%= link_to "Find", { :action => ''find_term''} %> <%= end_form_tag %> does not appear to pass back the value of :name to the action: def find_term term =
2007 Jun 27
1
Has anyone sucessful Asterisk to an Avaya IP phone
I have as large customer that would like to repalce all their Avaya PBXs with a OpenSer/Asterisk solution. Now the plan is to replace their 12,000 Avaya desk sets with Polycoms. My question is has anyone successfully used with OpenSer and or Asterisk, if so I would like to talk with you about hiring you to build this in our lab envirnm...
2015 Jun 15
2
[PATCH v2] New API: btrfs_replace
.../data + +# now, sda is btrfs while sdb is blank. +btrfs-replace /dev/sda /dev/sdb / + +# after replace: sda is wiped out, while sdb has btrfs with data +list-filesystems + +EOF + +if [ "$(cat replace.output)" != "/dev/sda: unknown +/dev/sdb: btrfs" ]; then + echo "btrfs-repalce fail!" + cat replace.output + exit 1 +fi + +rm -f replace.output + +#now, we do switch, replace the device back. +guestfish -a test-btrfs-devices-1.img -a test-btrfs-devices-2.img <<EOF > replace.output +run +mount /dev/sdb / +btrfs-replace /dev/sdb /dev/sda / +list-filesystems...
2007 Oct 29
9
zpool question
hello folks, I am running Solaris 10 U3 and I have small problem that I dont know how to fix... I had a pool of two drives: bash-3.00# zpool status pool: mypool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM mypool ONLINE 0 0 0 emcpower0a ONLINE 0 0 0 emcpower1a ONLINE
2015 Jun 24
2
[PATCH v3] New API: btrfs_replace
...sdb is blank. +btrfs-replace /dev/sda /dev/sdb / + +# after replace: sda is wiped out, while sdb has btrfs with data +list-filesystems +ls /data/ + +EOF + +if [ "$(cat replace.output)" != "/dev/sda: unknown +/dev/sdb: btrfs +filesanddirs-10M.tar.xz" ]; then + echo "btrfs-repalce fail!" + cat replace.output + exit 1 +fi + +rm test-btrfs-devices-{1,2}.img replace.output -- 2.1.0
2008 Feb 26
12
[Bug 14680] New: Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Summary: Unable to save .flv or copy-paste the link Product: swfdec Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
...o I think, after checked 1, it should be enough for test purpose. But yes, we can do the check fully, make it more accurately >> +EOF >> + >> +if [ "$(cat replace.output)" != "/dev/sda: unknown >> +/dev/sdb: btrfs" ]; then >> + echo "btrfs-repalce fail!" >> + cat replace.output >> + exit 1 >> +fi >> + >> +rm -f replace.output >> + >> +#now, we do switch, replace the device back. >> +guestfish -a test-btrfs-devices-1.img -a test-btrfs-devices-2.img <<EOF > replace.output >...
2004 May 11
2
"Error reading block xxx: got end of file"
Xapian (0.7.5) is spitting out this error on a regular basis: org.xapian.errors.DatabaseError: Error reading block 136618: got end of=20= file =A0=A0=A0=A0=A0=A0=A0 at=20 org.xapian.XapianJNI.writabledatabase_repalce_document(Native Method) =A0=A0=A0=A0=A0=A0=A0 at=20 org.xapian.WritableDatabase.replaceDocument(WritableDatabase.java:67) I don't have a gdb backtrace, only the Java stacktrace. :( What would cause this "got end of file" error? The system on which=20 this is running is currently...
2015 Jun 24
0
[PATCH] New API: btrfs_replace
...sdb is blank. +btrfs-replace /dev/sda /dev/sdb / + +# after replace: sda is wiped out, while sdb has btrfs with data +list-filesystems +ls /data/ + +EOF + +if [ "$(cat replace.output)" != "/dev/sda: unknown +/dev/sdb: btrfs +filesanddirs-10M.tar.xz" ]; then + echo "btrfs-repalce fail!" + cat replace.output + exit 1 +fi + +rm test-btrfs-devices-{1,2}.img replace.output -- 2.1.0
2015 Jun 16
0
Re: [PATCH v2] New API: btrfs_replace
...trfs with data > +list-filesystems Should at this point the content of sdb be checked, to see whether the data previously in sda is now there? > +EOF > + > +if [ "$(cat replace.output)" != "/dev/sda: unknown > +/dev/sdb: btrfs" ]; then > + echo "btrfs-repalce fail!" > + cat replace.output > + exit 1 > +fi > + > +rm -f replace.output > + > +#now, we do switch, replace the device back. > +guestfish -a test-btrfs-devices-1.img -a test-btrfs-devices-2.img <<EOF > replace.output > +run > +mount /dev/sdb / &gt...
2015 Jun 18
0
Re: [PATCH v2] New API: btrfs_replace
...it should be enough for test purpose. But > yes, we can do the check fully, make it more accurately > >>> +EOF >>> + >>> +if [ "$(cat replace.output)" != "/dev/sda: unknown >>> +/dev/sdb: btrfs" ]; then >>> + echo "btrfs-repalce fail!" >>> + cat replace.output >>> + exit 1 >>> +fi >>> + >>> +rm -f replace.output >>> + >>> +#now, we do switch, replace the device back. >>> +guestfish -a test-btrfs-devices-1.img -a test-btrfs-devices-2.img >...
2015 Jun 23
1
Re: [PATCH v2] New API: btrfs_replace
...purpose. But >> yes, we can do the check fully, make it more accurately >> >>>> +EOF >>>> + >>>> +if [ "$(cat replace.output)" != "/dev/sda: unknown >>>> +/dev/sdb: btrfs" ]; then >>>> + echo "btrfs-repalce fail!" >>>> + cat replace.output >>>> + exit 1 >>>> +fi >>>> + >>>> +rm -f replace.output >>>> + >>>> +#now, we do switch, replace the device back. >>>> +guestfish -a test-btrfs-devices-1.img...
2008 Mar 22
11
An Issue concerning FS2004
Hi! I've just installed FS2004. I am using version 0.9.54, as recommended in the AppDB. My Linux OS Is Debian Etch(4.0) With a fully capable processor(Games of such category run perfectly on Windows). Followed the instructions: Installed via the "WINXP" Mode, then switched to Windows 98. Here's the problem: The Splash screen is showing, then it disappears and these are the errors
2006 Jun 14
3
Trouble Configuring NUT with Gamatronic USB
Hi I am running FC5 with nut coming from the fc5 extras repositories. I am trying to configure a Gamatronic D-Compact ups. The cable that came with the ups has a serial connector on one end and a usb on the other. cat /proc/bus/usb/devices produces T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: