Re: OT: signatures (was Re: removing TexLive Docs packages)

2015-12-26 Thread Chris Bannister
On Thu, Dec 24, 2015 at 10:38:28AM -0500, Anthony Mapes wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > While we're on the topic of signatures, what do you consider to be good > and bad to include in signatures? Very amusing! You've made my day. :) > - -- > Anthony Mapes > -

Re: some attachments disappearing

2015-12-26 Thread rlharris
On Sat, December 26, 2015 2:20 pm, Fred Smith wrote: > some emails in which photos or other images are sent arrive here with no > such item, neither attached, nor inline. ... > If I ask the sender to resend that mail to my gmail (or office) account, > the image is there. The SMTP server at my ISP

Re: Dovecot Problems?

2015-12-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 26, 2015 at 07:53:13PM +0200, David Baron wrote: > On Friday 25 December 2015 13:54:12 to...@tuxteam.de wrote: > > On Thu, Dec 24, 2015 at 02:53:58PM +0200, David Baron wrote: > > > I can no longer log on to my IMAP server from my Android.

Re: Dovecot Problems?

2015-12-26 Thread David Baron
On Friday 25 December 2015 13:54:12 to...@tuxteam.de wrote: > On Thu, Dec 24, 2015 at 02:53:58PM +0200, David Baron wrote: > > I can no longer log on to my IMAP server from my Android. I can do so from > > kmail but even the URL is translated to localhost. Using k-9 mail on the > > android. > > >

Re: Progress bar of "wget" broken (some terminal bug?)

2015-12-26 Thread Teemu Likonen
Brandon Vincent [2015-12-26 10:04:50-07] wrote: > I believe this problem was corrected by the GNU developers upstream > and should be fixed in wget (1.16-2). I don't see this version or a > newer package in proposed-updates, so you'll want to try the package > from the stretch (testing) repository

Re: Progress bar of "wget" broken (some terminal bug?)

2015-12-26 Thread Brandon Vincent
On Sat, Dec 26, 2015 at 4:46 AM, Teemu Likonen wrote: > I think I have seen similar problem with other programs' progress bars > too so I guess this is a terminal control problem not a wget bug. The > problem appeared after upgrading to Debian 8. Can it be fixed easily? Hi Teemu, I believe this

Progress bar of "wget" broken (some terminal bug?)

2015-12-26 Thread Teemu Likonen
The download progress bar of "wget" is broken because it prints almost every progress stage in separate line. It's not a bar that updates in a single line. Here's an example: 10%[=> ] 20%[===> ] 30%[=> ] 40%[===>

Re: Recovering data from a Raid 1Sata HD

2015-12-26 Thread Michał Giżyński
Or do I have to first create a (failed) array with mdadm ? Hi, assemble fail raid first: #mdadm -A /dev/mdX /dev/sdX /dev/sdY then check status: #cat /proc/mdstat or #mdadm --detail /dev/mdX If mdam does not start then you could use -f (force). After properly assembled raid you could mount it: