HP/UX?

2008-05-15 Thread Dustin J. Mitchell
On #amanda, I've been working with Scott Bender, who's trying to build Amanda-2.6.0 on HP/UX 11.11. He's gotten all of the prereqs installed, but is having some trouble with network communication. We've boiled the problem down to recvfrom(..) not returning an address for incoming UDP packets. I

Re: HP/UX?

2008-05-15 Thread Chris Hoogendyk
Dustin J. Mitchell wrote: On #amanda, I've been working with Scott Bender, who's trying to build Amanda-2.6.0 on HP/UX 11.11. He's gotten all of the prereqs installed, but is having some trouble with network communication. We've boiled the problem down to recvfrom(..) not returning

Re: HP/UX?

2008-05-15 Thread John E Hein
Dustin J. Mitchell wrote at 15:12 -0400 on May 15, 2008: On #amanda, I've been working with Scott Bender, who's trying to build Amanda-2.6.0 on HP/UX 11.11. He's gotten all of the prereqs installed, but is having some trouble with network communication. We've boiled the problem down

Re: HP/UX?

2008-05-15 Thread Dustin J. Mitchell
So a little more digging shows that if _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED=1 are defined, then the build succeeds and runs correctly. Would it make sense to automatically add CFLAGS='-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1' and LIBS='-lxnet' on architectures matching *-hp-hpux*? The

2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread stan
I;m upgrading one of my Amanda servers. I noticed that on one of my Oracle machines (HP-UX 10.20) that the report was returning file changed errors on some of the .dbf files. ell, yes, but they are in the gtar exclude file. Odd I thought. I have not upgraded the clients yet, so I thought I would

Re: 2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread Kevin Till
stan wrote: Here's the line that causes the error: char *aparent = vstralloc(parent_dir, /, include, NULL); Any sugestiosn as to wheer to begin on resoloving this? see if this patch help: --- calcsize.c 9 Mar 2006 16:51:41 - 1.36 +++ calcsize.c 29 Mar 2006 15:45:08 -

Re: 2.5.0 compile problems on HP-UX 10.10

2006-04-16 Thread stan
On Sun, Apr 16, 2006 at 08:14:55AM -0700, Kevin Till wrote: stan wrote: Here's the line that causes the error: char *aparent = vstralloc(parent_dir, /, include, NULL); Any sugestiosn as to wheer to begin on resoloving this? see if this patch help: --- calcsize.c 9 Mar 2006

Amanda HP/UX (11.00 and 11.11)

2003-11-20 Thread kend
Hi, all. I looked 'round (Google, mail archives, and depot repositories) for Amanda binaries for HP/UX, and failed miserably to find any. Then, I tried compiling, and, at least under my 11.00 machine, get the following: [...] gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src

Re: Amanda HP/UX (11.00 and 11.11)

2003-11-20 Thread Eric Schnoebelen
[EMAIL PROTECTED] writes: - Off-hand, I don't know where tzfile.h comes from, can't seem to - find it in depots, etc. So: are there any Amanda 2.4.4p1 binaries - for HP/UX 11.11 and 11.00, or, failing that, an HP/UX-cum-Amanda - HOWTO? Well, 2.4.4p1 has some configure strangeness

Please help: disk offline? error for HP-UX 11.0...

2002-08-26 Thread Oleg Svintsitski
Please help me out, folks -- tried a bunch of things, I really do not know how to proceed.. Can not get amanda (2.4.2p2) to work for HP C160 running UX11.0 Amcheck runs through fine. But then dump gives me zip /zi2 lev 0 FAILED [disk /zi2 offline on zip?] Dumps are not that big - under 10GB,

Compiling 2.4.2 on HP-UX 11.0

2002-07-26 Thread Oleg Svintsitski
Need help, fellow Amanda lovers.. :) I am trying to recompile Amanda 2.4.2 after upgrading HP C160 to HPUX11.0. Looks like the machine is lacking even basic things, like lex and yacc. How do i get those for HPUX?.. On Solaris they come with OS; somehow my HP is missing them.. Is there anything

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-06-20 Thread Gene Heskett
On Thursday 20 June 2002 10:28, Gary Hines wrote: Just as a reference for future HP users that might run into this problem. I was able to get Amanda compiled and installed by using GCC 3.0.2. This is available from itrc.hp.com

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-31 Thread Eric Schnoebelen
on HP-UX (it certainly is on NetBSD and Solaris, but may not be required on some versions of Linux, where much of the amanda development occurs.) I have HP's commercial C compiler installed on my HP-UX 11.00 system, and would gladly build an amanda kit to your configuration. (the 11.00

make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Gary Hines
Title: make problem - HP-UX 11i, amanda 2.4.2p2 Hi All, I'm having trouble with running make with Amanda. The configure appears to run fine, then when I run make I get the following errors: command line: warning: __STDC_EXT__ redefined command line: warning: this is the location

Re: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Jon LaBadie
note: I received the following warning during configure. Is this something that I need to be worried about? configure: warning: *** Run amhpfixdevs on HP-UX systems using /dev/vg??. Did you? -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road(609

RE: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Gary Hines
Title: RE: make problem - HP-UX 11i, amanda 2.4.2p2 Nope. That's supposed to be produced in the make and I'm not getting through the make. I don't think I need it due to the following quote from the SYSTEM.NOTES for hpux: The use of `amhpfixdevs' is deprecated, since you can list mount

RE: make problem - HP-UX 11i, amanda 2.4.2p2

2002-05-30 Thread Gary Hines
Title: RE: make problem - HP-UX 11i, amanda 2.4.2p2 Hi Eric, I'm using gcc, and I just downloaded the new gcc3.1 from the hp porting site, but I still get the same error. Does gcc come with separate includes? The socket.h that came with the HP includes the header file that defines the types

Re: success: Amanda 2.4.2p2 on HP-UX 9.01

2002-03-30 Thread Harri Haataja
On Fri, Mar 29, 2002 at 07:20:02PM +0100, Bernhard R. Erdmann wrote: just for the record: Amanda 2.4.2p2 builds and installs happily on HP-UX 9.01 on an HP9000/710 using HP's CC. (We'll see tonight if it backups, too.) I don't need that flame again, but there wouldn't be any chance of getting

success: Amanda 2.4.2p2 on HP-UX 9.01

2002-03-29 Thread Bernhard R. Erdmann
just for the record: Amanda 2.4.2p2 builds and installs happily on HP-UX 9.01 on an HP9000/710 using HP's CC. (We'll see tonight if it backups, too.)

Re: success: Amanda 2.4.2p2 on HP-UX 9.01

2002-03-29 Thread Mitch Collinsworth
On Fri, 29 Mar 2002, Bernhard R. Erdmann wrote: just for the record: Amanda 2.4.2p2 builds and installs happily on HP-UX 9.01 on an HP9000/710 using HP's CC. You have my deepest sympathies, Bernhard... -Mitch

HP-UX client setup

2001-10-25 Thread David Chin
I'm posting this because someone had asked me about my HP-UX client setup and I want a record of this: amanda 2.4.2p2 -- server on RedHat 7.1 client on HP-UX 10.20, with Logical Volume Manager (LVM) [compiled with SoftBench cc] amanda user had

Re: compiling on hp-ux 11i with gcc 3.0

2001-09-04 Thread John R. Jackson
... Using their suggestions was able to get much further but still failed with incompatible data types (? - again, no c programmer here so not clear on exact nature of problem). ... ... Finally decided to bite the bullet and buy the HP ansi-c compiler and built amanda cleanly. ... Wasn't gcc

Re: compiling on hp-ux 11i with gcc 3.0

2001-08-31 Thread John R. Jackson
... I can't seem to get it to compile using gcc 3.0. With all due respect to Alexandre Oliva :-), I tried building Amanda on Solaris 8 today with 3.0.1 and it failed miserably. I'd say gcc 3.0 is a work in progress for now. Go back to 2.95.3. Larry Shanabrook John R. Jackson, Technical

retry compiling on hp-ux 11i

2001-08-24 Thread Larry Shanabrook
Hi all. Posted this a few days ago but got no replies so I'll try again with the hope that my message just didn't get through the first time. I've compiled and been running amanda 2.4.2p2 on hp-ux 10.20 and 11.0 for some time with no probs. But now that we have a new file server with hp-ux 11i

compiling on hp-ux 11i with gcc 3.0

2001-08-21 Thread Larry Shanabrook
Hi. I've compiled and been running amanda 2.4.2p2 on hp-ux 10.20 and 11.0 for some time with no probs. But now that we have a new file server with hp-ux 11i (11.11) I can't seem to get it to compile using gcc 3.0. Machine is an H-P A500 if that matters and I'm just trying to get the client side

Re: help: problems building Amanda 2.4.2p2 on HP-UX v10.20

2001-07-06 Thread Stephen Walton
Here's the configure command I've used to build Amanda 2.4.2p2 on two HP-UX 10.20 machines (an aging 735/99 and a newer K460) with no trouble: ./configure --with-user=amanda --prefix=/opt/amanda-2.4.2p2 \ --localstatedir=/var/opt --with-configdir=/etc/opt/amanda \ --with-amandahosts

Re: help: problems building Amanda 2.4.2p2 on HP-UX v10.20

2001-07-04 Thread Alexandre Oliva
On Jul 2, 2001, Rivera, Edwin [EMAIL PROTECTED] wrote: /buildhp2/amanda-2.4.2p2# ./configure --with-user=amanda --with-group=amanda 2 1 tt.txt Invalid configuration `hpux10.20': machine `hpux10.20' not recognized Seems like some config.site or config.cache is breaking the system

Re: help: problems building Amanda 2.4.2p2 on HP-UX v10.20

2001-07-02 Thread John R. Jackson
Invalid configuration `hpux10.20': machine `hpux10.20' not recognized If I understand the GNU configure stuff correctly, this says the scripts could not figure out exactly what host type you have. I think this starts with the config/config.guess script. What happens when you run that? On my

help: problems building Amanda 2.4.2p2 on HP-UX v10.20

2001-07-02 Thread Rivera, Edwin
hello all, i'm trying to build amanda on an HP A180 box running HP-UX v10.20, however, I'm running into the following errors when running ./configure. It seems to have built fine on my HP-UX v11.0 A180, but the 10.20 box fails the configure process. I've stripped out everything but the errors

RE: Amanda 2.4.2 and HP-UX 11.00

2000-12-06 Thread Terry Rossi
On Dec 6, 2000, "Terry Rossi" [EMAIL PROTECTED] wrote: Did `make all' create common-src/libamanda.la? Yes it did. And how about common-src/.libs/libamanda.lai? Yes it did.

Re: Amanda 2.4.2 and HP-UX 11.00

2000-12-06 Thread Alexandre Oliva
On Dec 6, 2000, "Terry Rossi" [EMAIL PROTECTED] wrote: On Dec 6, 2000, "Terry Rossi" [EMAIL PROTECTED] wrote: Did `make all' create common-src/libamanda.la? Yes it did. And how about common-src/.libs/libamanda.lai? Yes it did. And then `make install' complained about its

Re: Amanda 2.4.2 and HP-UX 11.00

2000-12-05 Thread John R. Jackson
I see from the readme file that amanda was not tested on HP-UX 11.00. That file probably has not been updated for ages. Don't take the lack of a reference to mean it hasn't been done. Has anyone ever gotten this to work under 11.00 or should I give up? Do I take it from this you're having

RE: Amanda 2.4.2 and HP-UX 11.00

2000-12-05 Thread Terry Rossi
Error exit code 1 Stop. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John R. Jackson Sent: Tuesday, December 05, 2000 3:51 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Amanda 2.4.2 and HP-UX 11.00 I see from the readme file t

Re: Amanda 2.4.2 and HP-UX 11.00

2000-12-05 Thread Alexandre Oliva
On Dec 5, 2000, "Terry Rossi" [EMAIL PROTECTED] wrote: John and the list, sorry for the HTML. The current problem I am having is with the "make install" as follows: Did `make all' create common-src/libamanda.la? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/

Re: Amanda 2.4.2 and HP-UX 11.00

2000-12-05 Thread Terry Rossi
Yes it did. Permissions are wide open, the make was done as root. Did `make all' create common-src/libamanda.la?

Re: mt status work-alike for HP-UX?

2000-11-30 Thread John R. Jackson
I've checked the FAQ and searched the list archives for this too: chg-manual locally fails because "status" is not a valid argument for the HP-UX 10.20 "mt" command. ... That's very odd. I would think that would cause other people who I know are using HP-UX to have trouble.

Re: mt status work-alike for HP-UX?

2000-11-30 Thread Mitch Collinsworth
I've checked the FAQ and searched the list archives for this too: chg-manual locally fails because "status" is not a valid argument for the HP-UX 10.20 "mt" command. ... That's very odd. I would think that would cause other people who I know are using HP-UX to h

HP-UX compiles

2000-11-28 Thread Stephen Walton
I fixed my own problem, added it to the FAQ-O-Matic (I hope that's OK), and humbly submit a correction for the HP-UX section of SYSTEM.NOTES. I think the first paragraph should read: You may run into an internal /bin/sh limit when running the configure script. The error message

mt status work-alike for HP-UX?

2000-11-28 Thread Stephen Walton
I've checked the FAQ and searched the list archives for this too: chg-manual locally fails because "status" is not a valid argument for the HP-UX 10.20 "mt" command. Is there a workaround? I'm willing to sit and change tapes for the occasional archival full backup. -- Steph

Re: HP-UX 11.00 client not responding

2000-11-06 Thread Austin Chamberlain
I have an unusual problem with an HP-UX 11.00 client running Amanda 2.4.1p1. The backup server is running FreeBSD 4.0-STABLE. amcheck returns the following: heri2000.u /usr lev 0 FAILED [Request to heri2000.uct.ac.za timed out.] The same client configuration works successfully

Re: HP-UX 11.00 client not responding

2000-11-06 Thread Mitch Collinsworth
I have an unusual problem with an HP-UX 11.00 client running Amanda 2.4.1p1. The backup server is running FreeBSD 4.0-STABLE. amcheck returns the following: heri2000.u /usr lev 0 FAILED [Request to heri2000.uct.ac.za timed out.] The same client configuration works

HP-UX 11.00 client not responding

2000-11-03 Thread Austin Chamberlain
Hi all I have an unusual problem with an HP-UX 11.00 client running Amanda 2.4.1p1. The backup server is running FreeBSD 4.0-STABLE. amcheck returns the following: heri2000.u /usr lev 0 FAILED [Request to heri2000.uct.ac.za timed out.] The same client configuration works successfully on HP-UX

Re: HP-UX 11.00 client not responding

2000-11-03 Thread Mitch Collinsworth
I have an unusual problem with an HP-UX 11.00 client running Amanda 2.4.1p1. The backup server is running FreeBSD 4.0-STABLE. amcheck returns the following: heri2000.u /usr lev 0 FAILED [Request to heri2000.uct.ac.za timed out.] The same client configuration works successfully on HP-UX

Re: HP-UX 11.00 client not responding

2000-11-03 Thread Austin Chamberlain
4.1p1" /usr/local/libexec/amandad:BUILT_DATE="Thu Nov 2 11:30:34 SAST 2000" /usr/local/libexec/amandad: BUILT_MACH="HP-UX heri2000 B.11.00 A 9000/819 23631322 two-user license" /usr/local/libexec/amandad:CC="gcc" /usr/local/libexec/amandad