bookworm killed digikam import

Richard Mortimer richm+digikam at oldelvet.org.uk
Mon Aug 21 17:50:45 BST 2023



On 20/08/2023 15:24, gene heskett wrote:
> On 6/25/23 04:28, Maik Qualmann wrote:
>> Create a debug log of the terminal output when trying to download 
>> images from
>> the camera. Don't forget to set the Qt debug variable, see here:
>>
>> https://www.digikam.org/contribute/
>>
>> Maik
>>
> I dunno what the heck is going on, but I cannot redirect what I see 
> echo'd to the terminal in a file generated with:
> 
> digiKam 2>&1 >/tmp/digikam.log.

I suspect you just need to put 2>&1 at the end. The shell processes 
redirections in order received so puts standard error (stderr/2) to 
standard output before standard output is redirected to the log.

digikam > /tmp/digikam.log 2>&1

Regards

Richard


> 
> I get 100k of output to the screen, and 10 lines to the log.  Has debian 
> managed to break bash? Further digging into this rabbit hole, my fav 
> terminal is Konsole and is apparently, definitely /NOT/ bash. Lemme go 
> bang on the debian list to see how such redirection might be done in 
> Konsole. It also appears to ignore a ulimit=unlimited setting. 
> scrollback ends long before I get back to the command line. And now I'm 
> DIW for several hours, camera battery is dead.
> 
> Cheers, Gene Heskett.


More information about the Digikam-users mailing list