On Thursday 21 May 2015 06:59:00 Mark Wendt wrote: > On Thu, May 21, 2015 at 6:40 AM, Gene Heskett <[email protected]> wrote: > > Yeah, and I don't think the Torr scale goes that far in the - > > direction. > > > > Next topic, trying to make amanda work, cannot using the wheezy > > packages, and I have now been 4 or 5 days trying to beat the wheezy > > debs into submission. > > > > But it will work fine if I install the debs from the zmanda site. > > Whats the usual fix, but now apt-get purge cannot find the installed > > packages even though I am looking at them in > > /var/cache/apt/archives. > > > > gene@shop:/var/cache/apt/archives$ ls|grep amanda > > amanda-client_1%3a3.3.1-4_i386.deb > > amanda-common_1%3a3.3.1-4_i386.deb > > > > > > But: > > > > sudo apt-get purge amanda-common_* amanda-client_* > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > E: Unable to locate package amanda-common_1%3a3.3.1-4_i386.deb > > E: Couldn't find any package by > > regex 'amanda-common_1%3a3.3.1-4_i386.deb' > > E: Unable to locate package amanda-client_1%3a3.3.1-4_i386.deb > > E: Couldn't find any package by > > regex 'amanda-client_1%3a3.3.1-4_i386.deb' > > What do you get if you do a 'dpkg-qery -l | grep amanda'?
sudo dpkg-query |grep amanda comes back empty. I'm going to fire up a root session of mc and make sure its gone. It was, so I did, withing sight of the zmanda package in gene/Downloads sudo dpkg -i amanda[tab] which disclosed that I needed libcurl3, installed that, repeated the dpkg invocation, which created some of the amanda-client files without group perms, fixed that, and the /tmp/amanda dir which also had no group perms, and on this machine: $>sudo -i $>su amanda -c "/usr/local/sbin/amcheck Daily" says: Amanda Tape Server Host Check ----------------------------- Holding disk /usr/dumps: 747960 MB disk space available, using 747460 MB Searching for label 'Dailys-5':found in slot 5: volume 'Dailys-5' Will write to volume 'Dailys-5' in slot 5. NOTE: skipping tape-writable test Server check took 0.198 seconds Amanda Backup Client Hosts Check -------------------------------- Client check: 3 hosts checked in 2.733 seconds. 0 problems found. (brought to you by Amanda 3.3.7p1) So that should be in business. > > And I've fooled around and cannot get synaptic to run on either of > > those machines when run from an ssh -Y login. > > gene@shop:/var/cache/apt/archives$ sudo synaptic > > X11 connection rejected because of wrong authentication. > > > > (synaptic:14317): Gtk-WARNING **: cannot open display: > > localhost:11.0 > > > > In /etc/ssh/sshd_conf (all machines) > > ForwardX11 = yes > > On my machines, it's "X11Forwarding yes". Typo? Yeah. > Also, try deleting the .Xauthority file in your home directory, then > trying the ssh connection again. killed this one, no change kill shop/home/gene/.Xauthority, squawked but no change, cannot "sudo synaptic", get: X11 connection rejected because of wrong authentication. (synaptic:15610): Gtk-WARNING **: cannot open display: localhost:10.0 So in this, I'm standing on the same square I started on. :) > > In the env output, both machnes show > > DISPLAY=localhost:10.0 > > or > > DISPLAY=localhost:11.0 > > That's normal. > > > Any clues on this? I haven't a clue where that setting with > > localhost is coming from. Is that the problem? > > > > > > Cheers, Gene Heskett > > Cheers, > Mark > ---------------------------------------------------------------------- >-------- One dashboard for servers and applications across > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with > 50+ applications Performance metrics, stats and reports that give you > Actionable Insights Deep dive visibility with transaction tracing > using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene> ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
