Re: Which ports to open in which direction...

2005-12-06 Thread Paul Bijnens
David Leangen wrote: http://wiki.zmanda.com/index.php/Configuration_with_iptables How does the ip_conntrack_amanda kernel module fits in here? I think that just using that module simplifies a lot of the setup. I'm not sure sure it handles amrecover connections though... -- Paul Bijnens,

Verizon subscribers -- off topic

2005-12-06 Thread Paul Bijnens
[Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone. http://www.theinquirer.net/?article=23703 Just to let people know (Gene!) that I do send mail to them, I'm not ignoring them. But their provider is

Re: Verizon subscribers -- off topic

2005-12-06 Thread Geert Uytterhoeven
On Tue, 6 Dec 2005, Paul Bijnens wrote: [Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone. http://www.theinquirer.net/?article=23703 Just to let people know (Gene!) that I do send mail to them, I'm

how to dd if=... a chunked dump blob?

2005-12-06 Thread Will Partain
Given a whole dump blob that has landed in holding disk, I can look at it (for example, to answer the question Why is that so _big_?) with: dd if=foo.verilab.com._.1 bs=32k skip=1 | tar tfv - | sort +2nr | head This is pretty well documented. What if, instead, my dump blob is chunked, as in

Re: how to dd if=... a chunked dump blob?

2005-12-06 Thread Will Partain
I asked: dd if=foo.verilab.com._.1 bs=32k skip=1 | tar tfv - | sort +2nr | head What if, instead, my dump blob is chunked, as in this case (1GB chunks): Alexander Jolk suggested (one of two possibilities): Well, you either do some shell magic: for i in foo.verilab.com._.1*; do dd if=$i

Re: Verizon subscribers -- off topic

2005-12-06 Thread Gene Heskett
On Tuesday 06 December 2005 03:25, Paul Bijnens wrote: [Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone. http://www.theinquirer.net/?article=23703 Just to let people know (Gene!) that I do send mail to

Re: how to dd if=... a chunked dump blob?

2005-12-06 Thread Jon LaBadie
On Tue, Dec 06, 2005 at 03:14:44PM +, Will Partain wrote: I asked: dd if=foo.verilab.com._.1 bs=32k skip=1 | tar tfv - | sort +2nr | head What if, instead, my dump blob is chunked, as in this case (1GB chunks): Alexander Jolk suggested (one of two possibilities): Well, you

Re: Verizon subscribers -- off topic

2005-12-06 Thread Michael Loftis
--On December 6, 2005 10:01:06 AM +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Tue, 6 Dec 2005, Paul Bijnens wrote: [Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone.

Re: Verizon subscribers -- off topic

2005-12-06 Thread Gene Heskett
On Tuesday 06 December 2005 04:01, Geert Uytterhoeven wrote: On Tue, 6 Dec 2005, Paul Bijnens wrote: [Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone. http://www.theinquirer.net/?article=23703 Just

Re: Verizon subscribers -- off topic

2005-12-06 Thread Gene Heskett
On Tuesday 06 December 2005 11:22, Gene Heskett wrote: On Tuesday 06 December 2005 04:01, Geert Uytterhoeven wrote: On Tue, 6 Dec 2005, Paul Bijnens wrote: [Off topic] This isn't the first time I'm hit with this nonsense: I can't send mail to a Verizon email address. And I'm surely not alone.

planner timeouts and udp packet size

2005-12-06 Thread Jean-Francois Malouin
Hi, I've got this amanda client (server and client at v2.4.5) with a 1.5TB raid splitted/chunked in ~70 DLEs (using gtar) and some of them don't make it to tape as the planner timeouts. Now, would someone be kind enough to jolt my memory as to what is the relationship between UDP packet size and

diagnosing timeout failure

2005-12-06 Thread Josh Kuperman
How do I fix this? It seems to be timing out when it shouldn't. I'm guessing that have somehow screwed up the tape setup or networking. I am trying to backup my Mac OSX server to a tape on my tapehost - an old Sun SparcStation. amcheck runs without errror and everything looks like it will

Re: planner timeouts and udp packet size

2005-12-06 Thread Jon LaBadie
On Tue, Dec 06, 2005 at 12:06:19PM -0500, Jean-Francois Malouin wrote: Hi, I've got this amanda client (server and client at v2.4.5) with a 1.5TB raid splitted/chunked in ~70 DLEs (using gtar) and some of them don't make it to tape as the planner timeouts. Now, would someone be kind enough

Amanda Success

2005-12-06 Thread Jim Summers
Hello List, After a new admin botched up a migraton, Amanda came through and was able to recover files necessary to repair the damage done. Amrecover went smooth as butter! Many thanks to the Amanda team! -- Jim Summers School of Computer Science-University of Oklahoma

Re: Amanda Success

2005-12-06 Thread Guy Dallaire
2005/12/6, Jim Summers [EMAIL PROTECTED]: Hello List,After a new admin botched up a migraton, Amanda came through and wasable to recover files necessary to repair the damage done.Amrecoverwent smooth as butter!Many thanks to the Amanda team! --Jim SummersSchool of Computer Science-University of

Re: Amanda Success

2005-12-06 Thread Gene Heskett
On Tuesday 06 December 2005 14:48, Jim Summers wrote: Hello List, After a new admin botched up a migraton, Amanda came through and was able to recover files necessary to repair the damage done. Amrecover went smooth as butter! And I take it said new admin has been suitably introduced to the

Re: Amanda Success

2005-12-06 Thread Paddy Sreenivasan
Thanks. Can you please add your information to the success stories page on the wiki(http://wiki.zmanda.com/index.php/Success_stories)? Any configuration information would help us others confidence to use Amanda. Paddy Amanda Developer On 12/6/05, Jim Summers [EMAIL PROTECTED] wrote: Hello List,

Re: how to dd if=... a chunked dump blob?

2005-12-06 Thread Jean-Louis Martineau
Alexander Jolk wrote: Will Partain wrote: dd if=foo.verilab.com._.1 bs=32k skip=1 | tar tfv - | sort +2nr | head [...] What if, instead, my dump blob is chunked, as in this case (1GB chunks): Well, you either do some shell magic: for i in foo.verilab.com._.1*; do dd if=$i bs=32k

Re: Which ports to open in which direction...

2005-12-06 Thread Matt Hyclak
On Tue, Dec 06, 2005 at 10:01:37AM +0100, Paul Bijnens enlightened us: David Leangen wrote: http://wiki.zmanda.com/index.php/Configuration_with_iptables How does the ip_conntrack_amanda kernel module fits in here? I think that just using that module simplifies a lot of the setup. I'm

Re: Amanda Success

2005-12-06 Thread Jim Summers
Updated the wiki at: http://wiki.zmanda.com/index.php/Success_stories#Successful_Restore Hope this is what was needed. If not let me know and I can edit. Thanks again! Paddy Sreenivasan wrote: Thanks. Can you please add your information to the success stories page on the