I saw that one and appreciate the help! I was hoping they were going to issue a fix for the whole distribution. Backuppc is hard enough to get to work with Fedora, I hate to add another whole section of stuff that has to be set manually.
Arch -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Deja3 Sent: Friday, May 30, 2008 3:19 PM To: [email protected] Subject: Re: [BackupPC-users] Fedora 9 and BackupPC] I have opened a bugzilla ticket. They are requesting a tcpdump of the transaction between the backup server and the client. I have yet to supply them with that data. My "fix" was to download the stable version of samba, configure it, build it, then do a make install. This will overwrite the incompatible binaries without needing to change config files or anything. If samba gets patched, it'll overwrite my files and I can test again. The tricky bit is getting the right configure options for samba. I posted those in another message, but here they are again: download samba-3.0.28a.tar.gz tar xvzf samba-3.0.28a.tar.gz cd samba-3.0.28a/source ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu \ --target=i386-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-dnsupdate \ --with-acl-support \ --with-automount \ --with-libsmbclient \ --with-mmap \ --with-pam \ --with-pam_smbpass \ --with-quotas \ --with-syslog \ --with-utmp \ --with-vfs \ --without-smbwrapper \ --with-lockdir=/var/lib/samba \ --with-piddir=/var/run \ --with-mandir=/usr/share/man \ --with-privatedir=/var/lib/samba/private \ --with-logfilebase=/var/log/samba \ --with-libdir=/usr/lib/samba \ --with-configdir=/etc/samba \ --with-pammodulesdir=lib/security \ --with-swatdir=/usr/share/swat \ --with-shared-modules=idmap_ad,idmap_rid make make install Your backuppc backups will now work with samba. If you're missing any libraries you'll need to do a "yum install" on the missing packages. Quoting Arch Willingham <[EMAIL PROTECTED]>: > Has anyone gotten anywhere with this? I am having the same issue > with Fedora 9. > > Thanks! > > Arch > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Deja3 > Sent: Wednesday, May 21, 2008 6:16 PM > To: [email protected] > Subject: Re: [BackupPC-users] Fedora 9 and BackupPC] > > Yes, I did even try to use the .rpm for backuppc that comes with > Fedora 9 and got the same error as using BackupPC from a .tar file. > You can't do smb-type backups with BackupPC on the as-shipping > installation of Fedora 9. > > I will file a bug on bugzilla regarding the issue. I know that Fedora > 9 really went with some alpha software, but someone should test > backuppc with samba before bundling the backup software with an > apparently incompatible version of samba. > > > Quoting Renke Brausse <[EMAIL PROTECTED]>: > >>> If that doesn't work with the version of Samba they ship >>> then I suggest filing a bug report: >>> http://fedoraproject.org/wiki/BugsAndFeatureRequests >> >> another possibility would be the Redhat bugtracker on >> https://bugzilla.redhat.com/ - afaik this is the "official" point for >> Fedora issues. >> >> Renke >> >> -- >> rbrausse >> ferdinand-kopf-str 7 >> 79117 freiburg >> germany, old europe >> >> +497613845491 >> http://gss-konstanz.de/8-kerne-und-nen-typ/ >> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
