similar to: dsync mbox->mdbox: Unexpectedly lost From-line and other issues from a big conversion.

Displaying 20 results from an estimated 4000 matches similar to: "dsync mbox->mdbox: Unexpectedly lost From-line and other issues from a big conversion."

2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise questions, I left in the code needed for an alternative approach (which requires mode C code, but less build script changes). Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: head-2007-02-27/arch/i386/Kconfig =================================================================== ---
2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise questions, I left in the code needed for an alternative approach (which requires mode C code, but less build script changes). Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: head-2007-02-27/arch/i386/Kconfig =================================================================== ---
2007 Mar 05
7
[PATCH 2/10] linux 2.6.18: COMPAT_VDSO
This adds support for CONFIG_COMPAT_VDSO. As this will certainly raise questions, I left in the code needed for an alternative approach (which requires mode C code, but less build script changes). Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: head-2007-02-27/arch/i386/Kconfig =================================================================== ---
2011 Sep 23
4
replace multiple string
Hi I would like to use a bash script that searches files and subdirectories name in a directory /var/ww/html/web for a specific string, and when it finds the search string, replaces the string (old1) with new string (new1), and so on old2 with new2 ....oldn with newn. replace_string.sh #!/bin/bash for db in $(find /var/www/html/web -name * -exec) do sed -e "s/old1/new1/" \ sed
2007 Oct 12
1
use 'lapply' to creat 2 new columns based on old ones in a data frame
There is a dataset 'm', which has 3 columns: 'index', 'old1' and 'old2'; I want to create 2 new columns: 'new1' and 'new2' on this condition: if 'index'==i, then 'new1'='old1'+add[i]. 'add' is a vector of numbers to be added to old columns, e.g. add=c(10,20,30 ...) Like this: index old1 old2 new1
2017 Dec 20
1
utils::unzip ignores overwrite argument, effectively
It does give a warning, but then it overwrites the files, anyway. Reproducible example below. This is R 3.4.3, but it does not seem to be fixed in R-devel: https://github.com/wch/r-source/blob/4a9ca3e5ac6b19d7faa7c9290374f7604bf0ef64/src/main/dounzip.c#L171-L174 FYI, G?bor dir.create(tmp <- tempfile()) setwd(tmp) cat("old1\n", file = "file1") cat("old2\n", file
2011 Oct 05
4
SPlus to R
I'm trying to convert an S-Plus program to R.  Since I'm a SAS programmer I'm not facile is either S-Plus or R, so I need some help.  All I did was convert the underscores in S-Plus to the assignment operator <-.  Here are the first few lines of the S-Plus file:   sshc _ function(rc, nc, d, method, alpha=0.05, power=0.8,              tol=0.01, tol1=.0001, tol2=.005, cc=c(.1,2),
2002 Oct 18
2
Question on a long filename
Hi, How many characters of the file name can be transferred thru rsync? 255? I am running rsync on solaris 5.8 machine, I got the following error messages: ERROR: dsync: dsync1:/import/data/ to dsync2:/import/data2/ mkstemp failed: File name too long rsync error: partial transfer (code 23) at main.c(578) The filename in that directory is over 220 characters, is there a problem on a long
2014 Sep 02
0
unexpected behavior of <<- in nlm (lazy?)
Hi, while working with closures in deSolve we have found unexpected behavior in R 3.1.0 and R 3.1.1 and R devel, while it was still as expected in R 3.0.3. This behavior occurs also in several functions of other packages like nls.lm from minpack.lm and even nlm in base, while some other functions worked as expected. See example below. The symptom is that super assignments (<<-) of
2011 Jul 19
2
svn check out failed for 'connection refused' reason
Hi just want to check out soft by svn, but failed for 'connection refused' reason e.g. svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused and this is my iptables status and some info to confirm the DNS and ICMP connection are ok. ========================= service iptables status iptables: Firewall is not
2010 Nov 17
1
Theora support in MPLAYER again
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1788 INVALID http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1774 INVALID http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1771 INVALID > Bisecting shows that the first broken revision is 31225 > Not a bug in MPlayer. Fixed in FFmpeg SVN r25052 This one is fixed in 32492 from 2010-10-14 ... but I recently made another shocker discovery: there is a
2012 Apr 04
2
Trying to merge new data set to bottom of old data set. Both are zoo objects.
Here is the data I'm working with: http://r.789695.n4.nabble.com/file/n4530888/new.txt new.txt http://r.789695.n4.nabble.com/file/n4530888/old.txt old.txt My code is here: http://pastebin.com/9jjs6Ahr I'm looking for away to simply attach the new.txt to the bottom of old.txt through R, else I'll just throw it in Excel to do some preprocessing. I've looked into using merge,
2012 Nov 27
6
How to clean up /
Hello. I recently upgraded to 9.1-RC3, everything went fine, however the / partition its about to get full. Im really new to FreeBSD so I don?t know what files can be deleted safely. # find -x / -size +10000 -exec du -h {} \; 16M /boot/kernel/kernel 60M /boot/kernel/kernel.symbols 6.7M /boot/kernel/if_ath.ko.symbols 6.4M /boot/kernel/vxge.ko.symbols 9.4M
2005 Nov 03
0
all2theora script
i am new in this mailing list i have written a script for theora (i am not sure that it is useful or not ? ) ========================================== #!/usr/bin/perl # ALL2theora based on Florian Schilhabel <florian.schilhabel@web.de> dvd2divx script (was under GPL) # we have made major changes to that script and now it can convert almost all video format to theora # all2theora depends
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved: apt-get remove libspeex-dev cd ~/src/speex-1.2rc1/ ./configure --prefix=/usr make; make install cd ../ffmpeg ./configure --enable-libspeex make; make install worked; then I was able to decode a Speex .flv file: ~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libspeex
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2017 Mar 01
0
NetworkManager and Half DHCP not work correct - second time.
Hello Guys, today i strungle in my office and at home. 1. The networkadapter works before on "full" dhcp. 2. change to half (means searchname and searchserver manual) 3. order was correct inside the config, but in seperated network configs: PEERDNS=yes ????? 5. DNS Server where in wrong direction in the consol. 4. I changed the PEERDNS entry at home manually. Reboot. Everything
2015 May 14
2
Best practice for getting sieve scripts replicated?
> On 14.05.2015, at 19:21, Stephan Bosch <stephan at rename-it.nl> wrote: > > On 5/14/2015 2:46 PM, Michael Grimm wrote: >> Hi ? >> >> I do have replication between two servers running, and mail is replicated without any issues. >> I do have sieve running at both servers without any issues. >> >> But replication of sieve scripts doesn't
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't work with the ubuntu libspeex-dev package, but looks like it might with the Speex version 1.2rc1 tarball from http://speex.org/downloads/ How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version of libspeex in /usr/local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex?