[arch-general] pacman trust DB issue

2020-12-13 Thread Frank

Good afternoon,

I'm having an issue with pacman. When running pacman to e.g. do an
upgrade I get the following error message:
error: cifs-utils: signature from "Tobias Powalowski 
" is unknown trust
:: File /var/cache/pacman/pkg/cifs-utils-6.11-2-x86_64.pkg.tar.zst is corrupted 
(invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 


I checked system time which should be fine, so I did a
pacman-key --init
pacman-key --populate archlinux 
this ends with the following error:

==> ERROR: Trust database could not be updated.

What is it I'm missing?

THX Frank

--
Frank Zimmermann
Jami: rhoihesse
Matrix: @zimbi:matrix.org


Re: [arch-general] pacman trust DB issue

2020-12-13 Thread Georg




What is it I'm missing?

THX Frank

try updating archlinux-keyring first.


Re: [arch-general] pacman trust DB issue

2020-12-13 Thread Frank

On 20/12/13 05:06, Georg wrote:

try updating archlinux-keyring first.


Thanks that did the job.

Frank


[arch-general] ArchLinux Installation with full encryption and uefi but without lvm

2020-12-13 Thread joerg.jellissen
Hello,

 

i have one question. Is it possible to install ArchLinux on an UEFI System with 
full encryption BUT without lvm?

I found no tutorial to do this.

 

I also like to do this without grub.

But i don’t understand the differences between systemd / systemd-boot and 
bootctl. ☹

My english is good, but not so good. ☹

 

 

I am sorry for this.

 

 

 

Thanks for helping me

 

 

Mit freundlichen Grüßen

Jörg Jellissen

 

Friesenstraße 3

47445 Moers

 

M: 0157 35344218

 

http://www.joerg-jellissen.de

joerg.jellis...@t-online.de  

 



Re: [arch-general] ArchLinux Installation with full encryption and uefi but without lvm

2020-12-13 Thread LuKaRo
Hi Jörg,

of course that's possible.
https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#LUKS_on_a_partition
describes exactly that process. In short, follow the Installation guide
until step "Format the partition", and then use cryptsetup to create the
encrypted layer on each partition you want to encrypt. Open them, and
then create the filesystem on the encrypted virtual devices (e.g. run
mkfs.ext4 /dev/mapper/ instead of mkfs.ext4 /dev/sdxy).

Kind regards,

LuKaRo

On 12/13/20 7:40 PM, joerg.jellis...@t-online.de wrote:
> Hello,
>
>  
>
> i have one question. Is it possible to install ArchLinux on an UEFI System 
> with full encryption BUT without lvm?
>
> I found no tutorial to do this.
>
>  
>
> I also like to do this without grub.
>
> But i don’t understand the differences between systemd / systemd-boot and 
> bootctl. ☹
>
> My english is good, but not so good. ☹
>
>  
>
>  
>
> I am sorry for this.
>
>  
>
>  
>
>  
>
> Thanks for helping me
>
>  
>
>  
>
> Mit freundlichen Grüßen
>
> Jörg Jellissen
>
>  
>
> Friesenstraße 3
>
> 47445 Moers
>
>  
>
> M: 0157 35344218
>
>  
>
> http://www.joerg-jellissen.de
>
> joerg.jellis...@t-online.de  
>
>  
>


[arch-general] [aur] Could anybody help with Meshroom installation?

2020-12-13 Thread Peter Nabbefeld via arch-general



Hello,

I tried to install alice-vision-git together with meshroom, but it seems
sth. isn't found:

Meshroom-2020.1.1]$ Meshroom
WARNING:root:== The following "submitters" plugins could not be loaded ==
  * simpleFarmSubmitter: No module named 'simpleFarm'

Traceback (most recent call last):
  File
"/usr/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py",
line 40, in run
    module.run()
  File
"/home/peter/.cache/pacaur/meshroom/src/meshroom/setupInitScriptUnix.py",
line 39, in run
  File "meshroom/ui/__main__.py", line 10, in 
  File
"/home/peter/.cache/pacaur/meshroom/src/meshroom/meshroom/ui/app.py",
line 18, in 
  File "shibokensupport/__feature__.py", line 142, in _import
  File
"/home/peter/.cache/pacaur/meshroom/src/meshroom/meshroom/ui/reconstruction.py",
line 169, in 
  File
"/home/peter/.cache/pacaur/meshroom/src/meshroom/meshroom/ui/reconstruction.py",
line 253, in ViewpointWrapper
TypeError: A constant property cannot have a WRITE method or a NOTIFY
signal.


The strange point for me here is that Meshroom tries to find sth. using
my cache - I don't think that's the way Meshroom (or any other
application) should work ...

Kind regards

Peter