similar to: installation instructions?

Displaying 20 results from an estimated 700 matches similar to: "installation instructions?"

2009 Dec 28
0
cannot receive new filesystem stream: invalid backup stream
I have two snv_126 systems. I''m trying to zfs send a recursive snapshot from one system to another: # zfs send -v -R tww/opt/chroots at backup-20091225 |\ ssh backupserver "zfs receive -F -d -u -v tww" ... found clone origin tww/opt/chroots/ab at ab-1.0 receiving incremental stream of tww/opt/chroots/ab-1.0 at backup-20091225 into tww/opt/chroots/ab-1.0 at
2003 Aug 19
0
Rsync Error on Make
I am receiving the following error on an HP UX machine on execution of make. make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o lib/snprintf.c: In function `dopr': lib/snprintf.c:199: warning: signed and unsigned type in conditional expression lib/snprintf.c:219: warning: signed and unsigned type in conditional expression lib/snprintf.c: At
1999 Oct 01
3
Compiling SAMBA 2.0.5a on HP-UX 11
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Trying to run ./configure and after a while of chugging along, I get this: checking for four-argument statfs (AIX-3.2.5, SVR3)... no checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... no checking for two-argument statfs with struct fs_data (Ultrix)... no checking if large file support can be enabled no checking
2000 May 31
1
netbios-ns/udp: Server failing (looping)
Hi, I've downloaded samba-2.0.7-hppa1.1-hp-hpux11.00.tar.Z and installed it on a HP K380 HP-UX 11.00 server. After starting the services I receive the following messages in the syslog and therefore can't get it to work: May 31 01:54:45 gemtst inetd[5462]: netbios-ns/udp: Service enabled May 31 01:54:45 gemtst inetd[5462]: bootps/udp: bind: Address already in use May 31 01:54:45 gemtst
2003 Apr 08
1
compile 11.00 parisc1.1 32-bit fails - snprintf
I am having trouble compiling rsync 2.5.6 for HPUX 11.00. The system I am using has a number of patches, although I admit not having verified that it is completely up to date. I have found gcc 3.2 and gmake and installed them. - configure seems to work fine. (my use ./configure --prefix=/opt/trial/local --with-rsync-path=/opt/trial/local/bin/rsync) - it finds snprintf and vsnprintf but not C99
2004 Aug 06
0
ices2 - extended sleep request ?
could anyone tell me what would cause this ?? - ices.log // <p>[2003-04-21 04:41:42] INFO ices-core/main ices started... [2003-04-21 04:41:42] INFO signals/signal_usr1_handler Metadata update requested [2003-04-21 04:41:42] INFO playlist-builtin/playlist_read Currently playing /home/dv8/archives/dv8_shows/ruc/ruc-030227_dialup.ogg [2003-04-21 04:41:42] INFO ices-core/main ices
2000 Feb 04
1
problems compiling 1.2.2 on HP-UX 10.20 (gcc)
The problem seems to be that if you #include <utmpx.h> without suitable -DPOSIX_SOMETHING magic, you get no struct utmpx (all that stuff is wrapped w/ "#ifdef _INCLUDE_XOPEN_SOURCE_EXTENDED"). I'm not sure how you all are handling such portability issues. Thx, Will ================== I configured with # ./configure --prefix=/.=our-deploy/openssh-1.2.2 --without-shadow
2002 Jul 03
0
Problem compiling samba 2.2.4 on HP-UX 11.00
Hi all. When i do a configure --with-fhs everything seems 2 go fine but when i do a make i get this: ILE="/usr/local/samba/etc/samba/private/smbpasswd.tdb" Using LIBS = -lgen -lsec -lnsl Compiling lib/snprintf.c lib/snprintf.c:764: conflicting types for `vsnprintf' /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux/3.0/include/stdio.h:494: previous declaration of `vsnprintf'
2000 Nov 15
4
Openssh-2.3.0p1 protocol 2 problem
Hi all, I just implemented (compiled from tarball) Openssh-2.3.0p1 on two different platform: an HP-UX 11.00 (the client) and a Redhat 6.2 (the server). On server (Linux RH-6.2) side the following compile options are considered: # CC="egcs" \ > ./configure \ > --prefix=/opt/openssh \ > --sysconfdir=/etc/opt/openssh \ > --with-tcp-wrappers \ > --with-ipv4-default \ >
1999 Nov 04
1
R_OpenSiteFile: Do not use a null ptr as filename in fopen (PR#312)
I get crashes when I call R without any arguments and having no environment variables R_PROFILE and RPROFILE. The reason is, that in unix/sys-common.c in R_OpenSiteFile() fopen is called with a null ptr as filename (because this is the outcome of getenv()). Although most compilers seem to interpret this as "file not found", this is an undefined behavior concerning to all C standards
2004 Dec 17
0
Compiler messages when building opsnssh 3.9pl for hp_ux 11.0
All, I have encountered an issue with builds for openssh 3.9pl on the hp_ux 11.0 platform. The compiler (gcc) generates about 380 warning message and the build fails because of excessive numbers of warnings. The warnings that I am receiving are as follows: /vobs/ecm_gcc/hp-ux-b-11-00/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/inc lude/arpa/nameser.h:94: warning: `/*' within comment Now this
2002 May 08
0
need help - where to get binaries for HPUX 11.0 for 2 .2.3a AND winbind
Hello Altaf, You can now pull swdepot of Samba 2.2.3a WITH winbind from the samba ftp site - this is swinstallable and so you will not need to compile - it already has winbind built. You can get it from: http://us1.samba.org/samba/ftp/bin-pkgs/hp/samba2.2.3a/ named samba_2.2.3a_HPUX_withwinbind.depot hope this helps, Don -----Original Message----- From: Muhammad Altaf Bashir
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
I think I reported this bug in the past. At that time, I was told that it is a bug of autoconf. ./configure does not recognize Linux on DEC Alpha 21164PC (a cheap version of Alpha EV56), so all the compilation flags were set incorrectly. I don't know the right way to fix it (I don't know how autoconf works yet ...), but the following patch fixes the problem. Thank you, Naoki Naoki
2000 May 03
1
Bug report -- 1.0.1, HP-UX (PR#532)
Dear R folks, Additional problem... bug.report() failed, so am sending it from another mailer. The file it generated is appended. Thanks Russ -- Russell V. Lenth -- Department of Statistics & Actuarial Science The University of Iowa -- Iowa City, IA 52242 USA Tel (319)335-0814 -- FAX (319)335-3017 mailto:Russell-Lenth@uiowa.edu - http://www.stat.uiowa.edu/~rlenth/ ===== R.bug.report
2008 Jan 27
2
Prefer -u not to change newer files.
Hi List, Quoting man page: In the currently implementation, a difference of file format is always considered to be important enough for an update, no matter what date is on the objects. In other words, if the source has a directory or a symlink where the destination has a file, the transfer would occur
2002 Jul 01
0
Problem compiling samba 2.2.4 un HP-UX 11.00
When i do a configure --with-fhs everything seems 2 go fine but when i do a make i get this: ILE="/usr/local/samba/etc/samba/private/smbpasswd.tdb" Using LIBS = -lgen -lsec -lnsl Compiling lib/snprintf.c lib/snprintf.c:764: conflicting types for `vsnprintf' /opt/gnu/lib/gcc-lib/hppa1.1-hp-hpux/3.0/include/stdio.h:494: previous declaration of `vsnprintf' lib/snprintf.c:779:
2000 Sep 13
0
Compiling R on HP-UX: "DP relative code"
I tried to build R-1.1.1 on my HP-UX 10.20 box. For this I installed gcc 2.95.2 and built g77 (version 2.95.2 19991024 (release)). Making R runs to the point, where shared libs are linked. There it reports: make[4]: Entering directory `/disk4/hoffmann/Work/rwork/src/library/ctest/src' gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
I am filing this as a bug report so it doesn't get lost. Martyn -----FW: <XFMail.000616094624.plummer@iarc.fr>----- Date: Fri, 16 Jun 2000 09:46:24 +0200 (CEST) Sender: owner-r-devel@stat.math.ethz.ch From: Martyn Plummer <plummer@iarc.fr> To: Naoki Takebayashi <ntakebay@bio.indiana.edu> Subject: RE: [Rd] [PATCH] ./configure fails to recognize alphapca56 (R-1. Cc:
2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
I am trying to compile samba-2.2.2 on HP-UX 11 server. I have installed GCC 3.0.1 and 2.11.2 binutils. Also, I have downloaded the most recent updates for samba-2.2.2 using cvs. ./configure --with-pam -with-winbind works fine, but I get the following error when I try make: . . . Compiling lib/snprintf.c lib/snprintf.c:770: conflicting types for `snprintf'
2001 Dec 08
5
No "seteuid" method available
Hey Everyone: "No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks. ~ Gary Zawilinski ~