General :: Libcurl.so.3, Installing Amanda Onto RH?

Jun 2, 2010

I am trying to install AMANDA onto a RH Linux4 client, but when I type in: rpm -i amanda-backup_client-2.6.1p2-1.rhel4.i386.rpm

I get the error:
libcurl.so.3 is needed by amanda-backup_client-2.6.1p2-1.rhel4.i386
Suggested resolutions:
/var/spool/up2datecurl-7.12.1-11.el4.ppc.rpm

View 4 Replies


ADVERTISEMENT

General :: Amanda Client Conf Errors - Info Dir /var/log/amanda/intra/curinfo: Does Not Exist

May 23, 2011

when i typed command /usr/sbin/amcheck intra on client side i got following error.(expecting a new tape)

NOTE: info dir /var/log/amanda/intra/curinfo: does not exist
NOTE: it will be created on the next run.
NOTE: index dir /var/log/amanda/intra/index: does not exist
NOTE: it will be created on the next run.

View 1 Replies View Related

Fedora :: Installing Libcurl / Error: Failed Dependencies?

Jul 22, 2011

I'm new to Linux and am trying to install libcurl to use in my c++ code on my fedora 14 system. I went to the libcurl site and downloaded the binary package for Redhat Linux 7.2 on i386. There was no download for Fedora.It was an .rpm package and so I used rpm -i libcurl4-7.21.7-1.i386.rpm to install it.

I received the following errors:
error: Failed dependencies:
libcom_err.so.3 is needed by libcurl4-7.21.7-1.i386
libcrypto.so.2 is needed by libcurl4-7.21.7-1.i386
libgdbm.so.2 is needed by libcurl4-7.21.7-1.i386
liblber.so.2 is needed by libcurl4-7.21.7-1.i386
libldap.so.2 is needed by libcurl4-7.21.7-1.i386
libsasl.so.7 is needed by libcurl4-7.21.7-1.i386
libssl.so.2 is needed by libcurl4-7.21.7-1.i38

Do I need to simply download these files? Or is it a problem of downloading the wrong binary package?
If I do need to download them then from where?

---------- Post added at 04:12 PM ---------- Previous post was at 04:10 PM ----------

Never mind, I just did a yum install libcurl and it worked out......
yum is pretty amazing.

View 3 Replies View Related

General :: Using Libcurl In C Program / Consume Webservices?

Feb 9, 2011

I have need to call webservices using libcurl through C program under ubuntu environment. Ho can I do this. I am unable to call web service using curl.

View 4 Replies View Related

General :: AMANDA For PowerPC Processor

Jun 11, 2010

I read that AMANDA is only for Intel processors, but I have a PowerPC processor and I want to install AMANDA.Someone said that I have to find the distro of my RH and there should be AMANDA packages available.

My distro is: Red Hat Enterprise Linux AS release 4 (Nahant Update 7)Where can i find AMANDA for my distro??

View 4 Replies View Related

General :: Restoring RH4 Using AMANDA - Will It Restore OS

Jun 4, 2010

If I want to restore an full backup of AMANDA, will it restore the OS along with the files or does it just restore all the files in /

View 2 Replies View Related

General :: Using AMANDA To Restore Backups Of Red Hat Enterprise AS Release 4?

May 12, 2010

I've run into a problem when trying to restore a file using AMANDA. My setup is as follows: I have a server that runs on Red Hat Enterprise Linux Server release 5.4 and I have a client that runs on Red Hat Enterprise Linux AS release 4. I successfully backed up files on the client using AMANDA.

Now I am trying to restore a file from the backup and restore it to the client running Red Hat Enterprise Linux AS release 4. In order to do this, I have to go through the server which runs Red Hat Enterprise Linux Server release 5.4.

Here is the problem I encounter. When I try the restore, it freezes at the extraction process. I've left it running for the night and still it is stuck at the same place. The restore never completes.

So I'm wondering if anyone knows what seems to be the issue? Could it be that the AMANDA driver I installed does not allow restore with different versions of Red Hat? Or is there an update in Red Hat 4 that would fix this issue?

View 7 Replies View Related

General :: Selfcheck Request Failed For Amanda Backup Of RHEL 4

Jun 4, 2010

I installed amanda on a client that uses Red Hat Enterprise Linux 4. When I do an amcheck from the server, I get this:
Amanda Backup Client Hosts Check
--------------------------------
WARNING: 192.168.3.23: selfcheck request failed: recv error: Connection reset by peer
Client check: 1 host checked in 0.022 seconds. 1 problem found.
I am using bsdtcp. I get an ACK error if I switch the client to bsd authentication. I read that I should enter servers adress to hosts file in /etc/ directory?

View 3 Replies View Related

General :: AMANDA Backup - Recv Error: Connection Reset By Peer

Jun 25, 2010

When I do an amcheck, I get this Amanda Backup Client Hosts Check WARNING: noname.com: selfcheck request failed: recv error: Connection reset by peer Client check: 1 host checked in 0.022 seconds. 1 problem found.

I am using bsdtcp. I get an ack error if I switch the client to bsd authentication. What should I do, how do I fix it? I read that I should enter servers address to hosts file in /etc/ directory? Here is the log in /var/log/messages:

[Code]....

View 1 Replies View Related

General :: Amanda Backup Error - Selfcheck Request Failed Connection Refused

Jun 15, 2010

I am trying to backup a client called greetings.com, but when I do an amcheck on the server, I get:
WARNING: greetings.com: selfcheck request failed: Connection refused

View 2 Replies View Related

Ubuntu :: How To Check Whether Libcurl Has Been Installed

Feb 6, 2011

I am very new to ubuntu, I would like to ask whether it is possible to check whether libcurl has been installed?

View 2 Replies View Related

Programming :: Trying To Use Libcurl And Curlpp Libraries In Program?

Jul 21, 2010

I'm using debian and, though i'm new to c++, i'm writing a program using it which needs some HTTPs functionalities . I found these libcurl libraries could help me but I haven been able to use them from my program. I installed them (power trio configure -make -make install ) but i guess i'm doing something wrong ... i feel like i should copy or link them somehow in my project (besides the include sentences in my code). I hope you could give me a hand with this im quite lost

View 9 Replies View Related

Networking :: Retrieve HTTP Request From A Particular Port Using Libcurl

Feb 18, 2011

I have to retrieve a http request from a particular port using libcurl. I'm using localhost .I am done with retrieving http request using socket programming. how to start integration of libcurl in simple socket programming code.

View 1 Replies View Related

Programming :: Compile Static Libcurl Library Under Windows ?

Jun 3, 2009

I have been working on this for a long time.

I could get the static libcurl library ( a "libcurl.lib" file and a "curl.h" file), which supposed to be working under Windows.

Yet I tried Visual c++ 6.0 but it wasn't working at all.

Some idea on that ? I don't mind to try MinGW and Dev C++ if it will really work. (Cygwin is not good since it require client to have cygwin.dll in run-time folder).

View 1 Replies View Related

OpenSUSE Install :: Broken Libcurl.so.4 -or- Libssh2.so.1 In 11.4 / Error -610 In SupR3HardenedMainInitRuntime?

Mar 23, 2011

I just recently upgraded from 11.3 to 11.4 (via zypper dup after adding the 11.4 repositories, no problems there besides the usual ATI HD2400XT video driver issues I _always_ have). I then installed VirtualBox. VirtualBox refused to start with the following error:

pk1048@img:~> VirtualBox
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: /usr/lib64/libcurl.so.4: undefined symbol: libssh2_knownhost_init

VirtualBox: Tip! It may help to reinstall VirtualBox.
pk1048@img:~>

and the advice to reinstall VirtualBox seems misplaced. The problem appears to be an incomparability between the installed libcurl and libssh2 as follows:

pk1048@img:~> ldd -r /usr/lib64/libcurl.so.4
linux-vdso.so.1 => (0x00007fff2c59d000)
libidn.so.11 => /usr/lib64/libidn.so.11 (0x00007fb03c2d9000)
libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x00007fb03c092000)
librt.so.1 => /lib64/librt.so.1 (0x00007fb03be88000)
code....

And yast online update claims that both are up to date, in fact these appear to be the only versions of these packages in the 11.4 repositories.

View 9 Replies View Related

Debian :: Install A Newer Version Of Curl And Libcurl Without Breaking System?

Jun 17, 2011

I am still running Debian Lenny and have found that the curl version 7.18 is just too outdated for my needs, I would rather not do an upgrade just yet to the stable release of squeeze. I was looking for some information on how I could install a newer version of curl and libcurl without breaking my system.

View 8 Replies View Related

OpenSUSE :: How To Install Amanda Client 3.2

Oct 23, 2010

I'm trying to install the client but getting failed dependencies:

libcrypto.so.0.9.7 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586
libcurl.so.3 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586
libssl.so.0.9.7 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586

where to find those files and how to install them? I'm running OpenSuSE 11.1

View 6 Replies View Related

Server :: Red Hat 5.5 - Amanda (or Alternative) Backup

Jun 6, 2010

I'm fairly competent with Linux at this stage and as we have just installed a new Red Hat 5.5 Server to host our DB at work it has basically fallen to me to sort everything out. The only thing I'm not 100% on is a backup strategy at the moment. Basically, the server / DB is not that big and as such we will be doing a full backup every night of the whole file system.

As it is there are several LVM partitions across several disks (these are all virtual both on the SAN and as a virtual machine). My question is what would be the best way to create a full backup overnight of the whole server including all the partitions (or a backup of each partition I'm guessing is more feasible). This doesn't seem to be too difficult to do, but my main problem is restoring the backup.

Is it a simple matter of basically .tar'ing the whole / filesystem? and if so, to restore can I just use a live CD to restore the partition that is needed? How does LVM affect the restoration process? I have looked at Amanda as a backup solution, though we wont be backing up directly to tape (backup to a share location then copy to the tape drive).

View 7 Replies View Related

Software :: Download The Latest Red Hat Drivers For AMANDA?

May 12, 2010

Where can I download the latest Red Hat drivers for AMANDA?

View 2 Replies View Related

Software :: Using AMANDA To Restore Backups Of Red Hat As Release 4

May 12, 2010

I've run into a problem when trying to restore a file using AMANDA.My setup is as follows:

I have a server that runs on Red Hat Enterprise Linux Server release 5.4 and I have a client that runs on Red Hat Enterprise Linux AS release 4. I successfully backed up files on the client using AMANDA.Now I am trying to restore a file from the backup and restore it to the client running Red Hat Enterprise Linux AS release 4. In order to do this, I have to go through the server which runs Red Hat Enterprise Linux Server release 5.4.

Here is the problem I encounter. When I try the restore, it freezes at the extraction process. I've left it running for the night and still it is stuck at the same place. The restore never completes.So I'm wondering if anyone knows what seems to be the issue? Could it be that the AMANDA driver I installed does not allow restore with different versions of Red Hat? Or is there an update in Red Hat 4 that would fix this issue?

View 1 Replies View Related

OpenSUSE :: Crontab For Amanda Enterprise Gets - Permission Denied ?

Sep 3, 2010

I'm configuring Amanda Enterprise on an OpenSuSE 11.3 system, and everything but the scheduled backups are running. I decided to try and fix it tonight, but I'm pretty fed up by now.

So here's the background:

The application creates an account on the box named "amandabackup" and adds it to the 'video' and 'disk' groups.

It generates cron jobs in /etc/zmanda/zmc_aee/crontab, which is configured as the location of the crontab file for the amandabackup user.

The crontab is owned by amandabackup:disk with a mask of 644.

So I played around with it a little bit; I ran the backup task manually as amandabackup, which worked fine.

I then tried adding the following to the crontab:

And touched amandacron.log, then made sure it was owned by amandabackup with a mask of 644 (i also tried /etc/amanda/amandacron.log, which is a directory the account stores backup session configs in, so I know it can write to it properly). The file is never updated. I tried adding amandabackup to different groups (it's currently been added to the "Users" group), with no success. I tried a symlink to the crontab file in /etc/cron.d to see if that would make a difference, but it didn't.

At this point, I went online and tried some more stuff I found:

I checked /var/log/mail/amandabackup - everything *but* cron jobs were reporting to it.

I verified cron was running with both "ps -ef | grep cron" and "rccron status"

I ensured /var/spool/cron/tabs/amandabackup existed, showed the proper entries, and was set to 644. (this one's the important bit)I checked /var/log/messages, and every minute on the dot I see: <timestamp> /usr/sbin/cron[PID]: Permission Denied

I ensured there was no /etc/cron.allow, and that /etc/cron.deny did not contain amandabackup.

I tried making an /etc/cron.allow, adding amandabackup, and restarting the cron daemon, but this did nothing.

I don't think I've forgotten anything, but my attempts have been getting progressively more feverish, so I'm not positive. Is there some annoying YAST cron panel I'm not seeing? Is there some way of getting more verbose logging out of the cron daemon than just "permission denied"? Is there some draconian rule about crontabs only working based on some otherwise-arbitrary account setting?

View 1 Replies View Related

Ubuntu Installation :: Amanda Client Install On Karmic

Feb 7, 2010

I have looked many places for good tutorial on configuration of amanda client with Karmic, but none of them are good enough. I basically got following message no matter what I change in Client side.

1. I am using 64-bit Ubuntu Karmic client with 2.5.2p1 amanda-client with xinetd.

2. The user is backup, group is backup.

3. The config file is located at /etc/amandahosts, and /var/backups/.amandahosts and /var/lib/amanda/.amand ahosts using soft link to the /etc/amandahosts file.

4. /etc/amandahosts file have following line.192.168.0.14 backup amdump.The 192.168.0.14 is server IP address.

View 1 Replies View Related

Ubuntu Installation :: 10.10 - Amanda 3.2 Default Permission Denied

Dec 9, 2010

I'm trying to install Amanda 3.2 on Ubuntu 10.10 (Maverick) using Ubuntu 10.04 deb package. The installation was successful using the dpkg command. The problem crops up when configuring such amanda. When creating a user amandabackup using passwd amandabackup and then enter in it through su - amandabackup a permission denied problem comes up. When enter amserverconfig Dailyset 1 etc etc the server response with :
amservingconfig: critical (fatal): Cannot create debug file "/var/log/amanda/server/amserverconfig.2010120307947.debug": Permission denied and continues
The permissions are set to rw 1 amandabackup backup. I can't understand why it's telling me permission denied each time.

View 3 Replies View Related

Networking :: Amanda Versus Bacula For Historical Backups

Jun 8, 2010

I have a client that is using a windows based backup system called Retrospect and will be installing Linux to replace his windows server. Right now the way it works is on the XP pro workstation Norton 360 makes a backup to the server and then Retrospect make it backups every night. I want to add a linux based backup system that will give them a historical backup system that had XP pro client software that can backup open files and such I can do away with the Norton backup stuff and streamline this setup. I need it to have the capability to go back in time to restore something of an older date this historical. I was looking into:

[URL]

I have never used either one and was wondering what the linux community wold recommend between the two or if there is something better that has client software and free and does it have a GUI for my clients? I am leaning toward AMANDA after reading Jeremy's article:

[URL]

and there seams to be a webadmin gui as well.

[URL]

View 5 Replies View Related

Software :: Amanda: Backing Up Volumes Larger Than 1 Tape?

Sep 29, 2010

I can backup anything that is smaller then a single LTO4 tape, however I have one DLE where the amount of information I want to backup is 950GB (which happens to be on the backup server) but the tape is only 800GB. How can I get this to span multiple tapes for a single DLE?

I have set the tape_splitsize to 5GB for right now, but it is taking forever to backup the volume. Because the volume is larger then the holding disk, Amanda resorts to the fallback_splitsize which I have set to 1GB. My understanding is that this basically stores 1GB of data in memory and then writes it to tape?

Since I have a holding disk of 200GB, is there a way I can write 80GB of data to tape instead of 1GB chunks at a time?

What is the ideal way to backup large amounts of data by spanning multiple tapes and writing to the tape as quickly as possible?

View 1 Replies View Related

Ubuntu Servers :: Amanda Backup Lucid Lynx 10.04 Installation?

May 11, 2010

After my 8.04 debacle here:I basically gave up on trying to write an install guide for Hardy and Amanda. Others had done it better and with how muddled I was by the end of getting a working server, I wasn't sure I could repeat it.Now in Lucid, I've managed to get another working amanda server going, I'm fairly sure I can repeat it and but I question:Installation with 'apt-get install amanda-server' uses the user backup in the group backup.Installation of the ZWC client uses the user amandabackup. while thankfully ZWC has included reg keys:

HKEY_LOCAL_MACHINESOFTWAREmandaWC1.0Install BackupUserHKEY_LOCAL_MACHINESOFTWAREmandaWC1.0Install RecoveryUserto change the user on the client, this is messy, requires regedit (which normally is locked out by group policy), editing the service in service.msc and creation of a new user account named backup in addition to the installer's default on each client.The actual question is:1) Is there a reason for the use of backup:backup? (rather than amandabackup:disk or amandabackup:backup)
2) Is there any sort of flag that could be set, script to change the user within the repo atinstall time.Or generally an easier way of doing this than compiling each time I do an install.

View 1 Replies View Related

SUSE :: Amanda Backup System - Error (Dumper Returned Failed)

Jan 11, 2010

Amanda Backup System - Error
I have attached the error with amanda system. It is in Amanda is in OpenSuse, I checked for dtimeout in conf file but it is not there.

driver: find_diskspace: time 1641.864: find diskspace: selected /sandata/amanda/hdisk free 159240608 reserved 4633344 dumpers 3
driver: find_diskspace: time 1641.864: want 3185984 K
driver: find_diskspace: time 1641.864: find diskspace: size 3185984 hf 159240608 df 159240576 da 3185984 ha 3186016
driver: find_diskspace: time 1641.864: find diskspace: selected /sansdata/amanda/hdisk free 159240608 reserved 3186016 dumpers 3
driver: state time 1800.609 free kps: 1079613 space: 159240608 taper: idle idle-dumpers: 3 qlen tapeq: 0 runq: 7 roomq: 0 wakeup: 0 driver-idle: client-constrained
driver: interface-state time 1800.609 if default: free 79613 if LOCAL: free 1000000
driver: hdisk-state time 1800.609 hdisk 0: free 159240608 dumpers 3
driver: result time 1800.729 from dumper2: FAILED 02-00003 "[data timeout] .....

View 1 Replies View Related

Server :: Amanda Unable To Copy Backup File From Holding Disk To Tapes

May 14, 2010

I have some issue with my amanda backup server, which is connecting with Scalar Quantum i500 via FC. I got the error as below 3 days ago.
These dumps were to tape 000289.
*** A TAPE ERROR OCCURRED: [No more writable valid tape found].

Normally I will load the proper tapes and run the amflush to push stuff from the holding disk to tapes manually. However this time amflush in this case did not help, Amanda immediately responded with an out of tape error again.

Meanwhile I got some errors from dmesg as well
st3: Error 18 (sugg. bt 0x0, driver bt 0x0, host bt 0x0).
scsi1 (0,3,0) : reservation conflict

View 8 Replies View Related

Server :: Amanda - Selfcheck Request Failed: Recv Error: Connection Reset By Peer

Feb 22, 2011

when i ran amcheck DailySet1 as backup user and got these messages:

[Code]....

View 3 Replies View Related

Ubuntu Security :: Unable To Install Amanda On Any Computers Or Server And The Port Is Not Forwarded By Modem Or Router?

Nov 17, 2010

I did a port scan on my server from outside my network and saw that port 10080 AMANDA is open.Amanda isn't installed on any of my computers or my server and the port is not forwarded by my modem or router. So why is this port open and how can I close it?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved