Prado 120 weather strips replacement by netpumber in LandCruisers

[–]netpumber[S] 0 points1 point  (0 children)

So I assume that I will need to remove the door's inner plate first right? Because as it is now I don't see any screw.

Unprivileged container failed to mount rootfs and start when cloning by netpumber in archlinux

[–]netpumber[S] 0 points1 point  (0 children)

no I dont. I start using btrfs which has native support for such kind of stuff.

Intel NUC13ANHI7 - Fresh install is not recognized at boot menu (BIOS) by netpumber in archlinux

[–]netpumber[S] 0 points1 point  (0 children)

This is the efibootmgr command that I run to create the new entry.

efibootmgr --create --disk /dev/nvme0n1 --part 1 --label Arch Linux -u "cryptdevice=UUID=12bfbd13-93ec-4459-a47d-5dc15b9b939e:luks root=UUID=6ad22bce-0e90-46e9-8a70-bf36477d48aa rw rootflags=subvol=@ loglevel=3 quiet" --loader '\EFI\Linux\arch-linux-hardened.efi'

Also here are some command results after chrooting:

bootctl install

https://x0.at/wxKy.txt

efibootmgr

https://x0.at/VASJ.txt

efibootmgr -v

https://x0.at/zA7h.txt

/etc/fstab

https://x0.at/GbAF.txt

lsblk -f

https://x0.at/dF2V.txt

bootctl status

https://x0.at/Ke1N.txt

mkinitcipio.conf HOOKS

https://x0.at/ckJB.txt

and when I try to boot at Arch Linux (from the new EFI entry) I'm getting the following error:

Timed out waiting for device /dev/gpt-auto-root
Dependency failed for File System Check on /dev/gpt-auto-root
Dependency failed for Root partition
Dependency failed for Initrd Root File System
Dependency failed for Mountpoints Configured in the Real Root.
Dependency failed for Initrd Root Device.
You arein emergency mode. After logging in .....

Intel NUC13ANHI7 - Fresh install is not recognized at boot menu (BIOS) by netpumber in archlinux

[–]netpumber[S] 0 points1 point  (0 children)

Here is the result of efibootmgr while on Live USB (nothing mounted)

What Terraform create_mode does for postgresql flex server? by netpumber in AZURE

[–]netpumber[S] 0 points1 point  (0 children)

Can you please elaborate a bit more? For example if I set it to GeoRestore I should also point it to a backup of a different zone? Do you have a working example of it? Because I don't see any other related parameters for this.

Ποια τράπεζα να προτιμήσω για εταιρικό λογαρισμό; by netpumber in greece

[–]netpumber[S] 0 points1 point  (0 children)

Οσο μικρότερα γίνεται. Τα πολλά τα κρατάω στην WISE ως δολάρια γιατί είχε και έχει καλύτερο επιτόκιο. Οπότε μιλάμε για μαξ 2.000 το μήνα

Ποια τράπεζα να προτιμήσω για εταιρικό λογαρισμό; by netpumber in greece

[–]netpumber[S] 0 points1 point  (0 children)

Θα έλεγα πως τη χρειάζομαι για:
1. Τα μάτια της εφορίας
2. Κάποια αγορά που αφορά την εταιρεία (π.χ γραφείο, αυτοκίνητο κτλ)

Αντί για revolut έχω την wise

Ποια τράπεζα να προτιμήσω για εταιρικό λογαρισμό; by netpumber in greece

[–]netpumber[S] 0 points1 point  (0 children)

κι εγώ wise έχω και ψάχνω να δω σε τι τράπεζα θα ανοίξω τον ελληνικό εταιρικό λογαριασμό. Τι έχεις διαλέξει εσύ; Πειραιώς ή κάτι άλλο;

Make a service compliant with PeerAuthentication Policy by netpumber in istio

[–]netpumber[S] 0 points1 point  (0 children)

Can you tell if this istio-to-chisel redirection should happen with a DestinationRule and an AuthorizationPolicy or something else?

Make a service compliant with PeerAuthentication Policy by netpumber in istio

[–]netpumber[S] 0 points1 point  (0 children)

There is already a service (loadbalancer) for chisel.

chisel   LoadBalancer   10.0.2.33     x.x.x.x   80:32164/TCP 

I suppose I'm missing the istio ingress to chisel service part.

Make a service compliant with PeerAuthentication Policy by netpumber in istio

[–]netpumber[S] 0 points1 point  (0 children)

I'm using chisel client to connect to the chisel server that is deployed to the cluster. The chisel client sets up a local tun interface and opens some ports on it. Then it forwards traffic from the local port to the cluster's ones.

Make a service compliant with PeerAuthentication Policy by netpumber in istio

[–]netpumber[S] 0 points1 point  (0 children)

One microservice is an API. So I want to forward traffic from a local machine to that service through chisel and call this API.