Date: Wed, 29 Jun 2022 06:20:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 264714] misc/amanda-server: upgrade to 3.5.1 Message-ID: <bug-264714-7788-UeKFCFMOhQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264714-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-264714-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264714 --- Comment #2 from Trond.Endrestol@ximalas.info --- Created attachment 234991 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234991&action= =3Dedit Patch for perl/Amanda/Status.pm disabling a die statement when taper status= has an unexpected value During my testing I had a few occurrences of: Fri Jun 24 23:32:01.431301155 2022: pid 65817: thd-0x803589e00: taper: crit= ical (fatal): log file write error: No space left on device This was due to having too tight reservations and quotas in the zpool. The error went away once I removed the reservations and quotas. This error also made amstatus die prematurely. For production use I suggest= we disable the die statement proposed in the attached patch. I think its bette= r to get the current status regardless of the outcome of the taper process. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264714-7788-UeKFCFMOhQ>