jeudi 22 octobre 2020

urbackup failures

File backups are failing now when the external drive isn't mounted. On the laptop it doesn't get mounted automatically (unless I access it via the file manager). On the desktop I usually never connect it anymore, so it's also never mounted. So at least on the desktop I removed the backup directory for it:
sudo urbackupclientctl remove-backupdir -d /media/luc/Sea

mardi 20 octobre 2020

SAMBA talking Linux to Linux

Well it kinda works... as long as you don't have french accents in your filenames :=<

Conclusion: reverted back to autofs and NFS in order to move files from WS1 to the laptop. Too much of a headache otherwise.

Linux Mint "personal" PATH. Also, chords!

From the default .profile created in my Linux Mint home directory:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi
So these are the preferred locations under Mint? Just moved my ~/System/bin folder under ~/.local/bin and that worked fine.

Also, chordii is available from the repo so no problem to reinstall it.

mardi 13 octobre 2020

Darktable 3.0.1 : move to external HDD and backup thereof

On WS1, moved 2020 RAW files to /media/luc/Sea/RAW/2020. Went fine (after moving the connection to a USB2 socket -- USB1.1 was sooo slooow). Then tried to backup WS1 including the external HDD. That didn't work after changing the urbackup server group configuration, even after restart of both server and client software (no reboot). So used urbackupclientctl add-backupdir on the client, to add the directory. That seems to do the trick.

lundi 12 octobre 2020

Darktable metadata import problem

 Looks like it has to be done a certain way in order to work as I want:

  • The "apply metadata on import" has to be unchecked (otherwise metadata gets set from the values in the various fields underneath)
  • The checkmark "to be imported" has to be checked in order for Darktable to read these fields from the imported file (and/or .XMP sidecar, if present)

dimanche 11 octobre 2020

Darktable 3.2.1

 On the Medion I installed 3.2.1 (WS1 still has 3.0.1).  Works fine.

  • I don't have my full set of hierarchical tags yet.  I guess that will be created as I import more photos with existing tags in them.
  • Took me a while to find how to configure Rapid Photo Downloader output directory structure.  I had missed the cog next to the directory name, where this can be defined
  • Same for the metadata export. Looks like it's now optional in Darktable 3.2.1 and needs to be activated.  Turns out there's also a cog wheel next to "Export" button, where this is defined.
  • Pay attention to import dialog : the metadata can be assigned there, field by field (looks like it could overwrite stuff).
  • A first attempt at importing 3.0.1 RAW files (with XMP) resulted in photos without metadata.  Reverted that.

samedi 10 octobre 2020

Linux Mint

Linux Mint installed fine on the E15302.  Not sure any GPU is being used at full potential but for the rest everything seems to work fine again.

Note to self: when "burning" an image to an USB stick, don't let it go into a partition : use the device name as output for cp or dd.  The UEFI stuff didn't accept any partitioning on the USB stick and refused to boot from it.

I received the USB/Ethernet hub : works fine.  Also received the 4TB external drive, works fine (on WS1 for now).  I have to test Darktable on the Medion then devise a migration strategy (!).