Is this a regularly updated repository with the heartbeat ldirectord packages (and only those packages)?
Just wondering because I plan to give this a try when I get to work today -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Glanzmann Sent: Wednesday, January 09, 2008 9:17 AM To: General Linux-HA mailing list Subject: Re: [Linux-HA] debian and heartbeat Hello Michael, > etch. > debian_version is 4.0 > apt-get update and upgrade done. the packages you try to use are for Debian Sid. You can do of the following things: - put "deb http://131.188.30.102/~sithglan/linux-ha-die2te/ ./" into /etc/apt/sources.list and call apt-get update; apt-get install heartbeat - Build the packages by yourself: wget http://www.ultramonkey.org/download/heartbeat/2.1.3/debian-sid/heartbeat_2.1.3-2.dsc wget http://www.ultramonkey.org/download/heartbeat/2.1.3/debian-sid/heartbeat_2.1.3-2.diff.gz wget http://www.ultramonkey.org/download/heartbeat/2.1.3/debian-sid/heartbeat_2.1.3.orig.tar.gz dpkg-source -x heartbeat_2.1.3-2.dsc cd heartbeat-2.1.3/ fakeroot debian/rules binary And put them into a directory. I always use the following Makefile to create a debian package repository: TARGET=. all: @touch Release @apt-ftparchive packages $(TARGET) | tee $(TARGET)/Packages | gzip -c > $(TARGET)/Packages.gz Remeber before the '@'s are tabs not spaces. Thomas _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
