Displaying 15 results from an estimated 15 matches similar to: "Losing hope."
2002 Aug 07
1
Is there anyway to fix large file support?
I got Large files working fine on Solaris, just make a 64bit binary :).
Seriously, I would try making a 64bit binary for HPUX as well(something
like +DA2.0W for 64bit PA_RISC).
Robert Weber
University of Colorado
--------
>
> I am currently writing disaster recovery software for the company I work
> for. I have been watching rsync development now for the past couple of
2002 Jun 13
0
Rsync locking up. HP/UX 11.0
First, thanks for reading this long winded message. I have tried
searching everywhere, and reading everything I could possibly find before
posting this message... lol
I am writing Disaster Recovery software for the company I work for. I
have an HP/UX 11.0 server (N Class) dedicated to doing DR related work.
Basically, I sync up a 3rd set of mirrors to our live data, split it off,
and use
2002 Aug 01
2
Large File Support on AIX 4.3.3
I've been trying to get rsync to work on AIX 4.3.3 with files > 2GB. I've looked through the archives and saw reference to this, etc. on HPUX but have not been able to come across a solution for AIX. I've tried compiling with the following flags without luck:
"-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
There error I'm getting is as follows (when hitting the 2GB
2002 Jun 26
4
Largest file system being synced
I'm interested in large file system replication capability of rsync. Could
some of you people who use it share how large their mirroring is? What would
you say is the largest sized site being mirrored using rsync?
Thanks!
JP
2006 Nov 20
4
for help about logistic regression model
I have a dataset like this:
p aa
index x y z sdx sdy sdz delta as
ms cur sc
1 821p MET 1 -5.09688 32.8830 -5.857620 1.478200 1.73998 0.825778
13.7883 126.91 92.37 -0.1320180 111.0990
2 821p THR 2 -4.07357 28.6881 -4.838430 0.597674 1.37860 1.165780
13.7207 64.09 50.72 -0.0977129 98.5319
3 821p GLU 3 -5.86733 30.4759
2006 Mar 30
2
'loop FOR' for make plots
Hello
How to create plots dynamically with results of several analysis ?
I got many outputs from lm fuction like:
mp1.lm mp2.lm mp3.lm mp4.lm mp5.lm ...
I'd like to make experimental versus predicted response plots of all
analysis
in a 'for loop':
for( i in 1:10){
x11()
plot( mp*i*$experimental_response, fitted( mp*i* ) ); abline(0,1)
}
I tried: paste( 'mp', i,
2003 Jun 16
2
HP-UX and Samba 3.0
Has anyone sucessfully compiled Samba 3 on HP-UX?
I have had no luck so far. The LDFLAG that it uses, I believe -g, but I'd
have to look, is not supported.
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin
|$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical
2011 Jul 31
2
ffmpeg2theora 0.28 released
ffmpeg2theora 0.28 - http://v2v.cc/~j/ffmpeg2theora/
Some changes that went into this release:
- select resize method via commandline
- fix 5.1 channel ordering
- update to FFmpeg 0.7 branch
- additional bug fixes
Source:
http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2
svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.28
?
Binaries:
Linux 32bit
2011 Jul 31
2
ffmpeg2theora 0.28 released
ffmpeg2theora 0.28 - http://v2v.cc/~j/ffmpeg2theora/
Some changes that went into this release:
- select resize method via commandline
- fix 5.1 channel ordering
- update to FFmpeg 0.7 branch
- additional bug fixes
Source:
http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2
svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.28
?
Binaries:
Linux 32bit
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error ,
please help
I have installed zlib - zlib-1.2.3
Openssl openssl-0.9.8e
Openssh openssh-4.6p1
# make
if test ! -z "yes"; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
cc -o ssh
2002 May 20
0
Rsync and files larger than 2 GB in size on HP-UX 64bit
Hello,
I read the suggestion posted on this list about
adding -D_LARGEFILE64_SOURCE to build rsync, but
it does not work correctly on my platform
which is an: 9000/800/N4000-55 with 64bit hp-ux using
HP's C compiler (B3901BA)
i solved the problem by building rsync as a 64 bit
application:
CFLAGS='+O3 +DD64' ./configure --prefix=/opt/rsync
could you please add this flag to configure if
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
Hi all,
enclose a patch to improve the "btrfs subvolume find-new" command. This is a
RFC because it is not finished, but it is an usable state and may be
discussed. The aim of this patch is:
- take in account not only an update of the extent but also an update of the
inode and xattr (which includes the acl)
- extract the generation reference number directly from a snapshot
The new
2012 Sep 04
0
[PATCH] console: Close stdin, stdout, stderr on ldlinux.c32 unload
From: Matt Fleming <matt.fleming at intel.com>
The location of __file_info[] and ansicon_counter are split between
the core and ldlinux.c32. We can end up calling __ansicon_close (from
fp->oop->close) in the process of reloading ldlinux.c32, and while
ansicon_counter is set to its initialised data value of 0 when
reloading ldlinux.c32, the core is never reloaded, and so
__file_info[]
2012 Aug 14
1
[GIT PULL] elflink fixes
Hi Peter,
The main part of this pull request includes commits that try to replace
as many __intcall() invocations as possible. Some remain, but not many
(and eventually they'll be gone too). There's also a patch to make
better use of ld's --as-needed option and various other bug
fixes/cleanups.
The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a:
Only
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking