Search results

  1. G

    Disable IPv6 for urbackup_server in an IPv4-only jail

    I started playing around with UrBackup looking for a solution to backup my Windows clients to my FreeBSD server. archivers/urbackup-server process tries to bind to IPv6 addresses on an IPv4-only interface and is unable to start due to that. After starting the server daemon nothing happened...
  2. G

    Solved pkg: Install all dependencies EXCEPT the main package

    Yes, that's what I did. I was just wondering if I could circumvent the install-deinstall loop. Thank you.
  3. G

    Solved pkg: Install all dependencies EXCEPT the main package

    I'm trying to update the PHP version on my www/nextcloud instance. As I use the web updater from Nextcloud itself, I "just" want to update all php dependencies "around" my Nextcloud. Basically I want to have a list of all lang/php81 packages required by e.g. nextcloud-php81 - but NOT...
  4. G

    py39-salt, missing contextvars dependency?

    Hmm, interesting. I'm investigating further. Using a freshly created jail I install sysutils/py-salt and try to salt-call state.apply a state from my salt master. # "quarterly" pkg sources root@testjail:~ # pkg info py39-salt py39-salt-3005.1_2 Name : py39-salt Version ...
  5. G

    py39-salt, missing contextvars dependency?

    I upgraded my sysutils/py-salt package to version 3006.1_1 (currently running 13.1-RELEASE with "latest" pkg sources). When trying to run a state from a minion the call crashes with various error messages. The line I finally found is: pkg_resources.DistributionNotFound: The 'contextvars'...
  6. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    The problematic line of my /etc/pf.conf was the SSH access rule. I had the interface declaration wrong, the parentheses missing, and the flags/modulate state wrong. The correct one is now, based on the bastille manual: int_if="lagg0" pass in quick on $int_if proto tcp from <mynets> to ($int_if)...
  7. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    Ah, there's something ;-) I tried the rule from the bastille manual pf.conf nat on $int_if from <bastillejails> to any -> ($int_if) gives me a syntax error when trying it with "(..)" and pfctl -n -f /etc/pf.conf. And this may be the reason why I had the following (SSH) rule without the...
  8. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    Understood. But as far as I know all DNS resolution (forward and reverse) works.
  9. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    Thanks for these extremely fast reponses. It's not an DNS issue as I tried with the IPs just to rule that out ;-) Ah I see. My pf.conf is quite long, but I was not aware of bastille actively using the anchors. As you mention it, bastille shows the pf messages when you work with the jails, but I...
  10. G

    Solved losing access to (some jailed) sshd after pfctl -F rules

    Hey guys, I am currently experiencing a very strange behavior and I've got no more ideas: Situation: FreeBSD server running 13.0-RELEASE several (bastille) jails running 13.0-RELEASE some older (bastille) jails running 12.4-RELEASE SSH access to host (x.x.0.0/24 network) works SSH access to...
  11. G

    Solved FB13: Error executing cron job for standard user

    Can confirm. Reboot was the missing piece. Before rebooting I checked if a freebsd-update install would do any good, but nothing was left to be done. It was just the reboot ;-) It even fixed a strange behavior I had, that I was unable to ssh into my gitlab machine from the server. Just as a...
  12. G

    pkg update; Operation timed out; dnsmasq

    I have a similiar behavior like mentioned in an older post. Whenever I try to run pkg update I receive a timeout: Updating FreeBSD repository catalogue... pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/quarterly/meta.txz: Operation timed out...
  13. G

    Solved ZFS+geli: failed to read pad2 area of primary vdev

    So as FreeBSD is able to decrypt both drives it doesn't seem to be a problem with the disk numbering and the pad error message.
  14. G

    Solved ZFS+geli: failed to read pad2 area of primary vdev

    PC BIOS boots from ada2 and ada3 as the other/first two SATA ports are faster and therefore used for the caching SSDs. And the bootcode is only installed on the spinning disks ada2 and ada3. So the boot process should only include information stored on those two drives. Which program generates...
  15. G

    Solved ZFS+geli: failed to read pad2 area of primary vdev

    Thanks PMc So if I look at my two disks ada2 and ada3 (the correct, encrypted drives) with geli list they show both the BOOT and GELIBOOT flags, so I think it is fine. What bothers me is the fact that my decryption prompt tells me something about disk0 and disk2. I found a hint here at the...
  16. G

    Solved ZFS+geli: failed to read pad2 area of primary vdev

    Sorry to resurrect this post, but I am still struggling with the questions: Where does geli store its information? How can I change my setup so that gelinow knows that my correct drives are ada2 and ada3 (and not like before ada0 and ada1)? My FreeBSD server (12.1-RELEASE now, geli setup was...
  17. G

    Solved Can't read MOS of pool rpool - zpool not exported

    I'll skip all the misleading tries and show what helped me to recover: I used my previous approach (shown here) to geli attach my disks. After I got access to my disks I did the following: zpool import -o altroot=/tmp/mnt - led to an error that the zpool is already in use. Hmm, zpool status...
  18. G

    Solved Can't read MOS of pool rpool - zpool not exported

    Hey guys, I will quickly describe my situation here, that led to a very exciting morning ;-) This post is intentionally a separate one as the others found here (like https://forums.freebsd.org/threads/cant-read-mos-of-pool-zroot.71517/ or...
  19. G

    Solved Recover from broken upgrade, no GELI access

    You really saved my day. My server crashed the same way because of the "vboxdrv" and "vboxnet" being enabled. It took me a little different road to get my zpool imported, but basically your hint was the solution. # Download a FreeBSD-live-memstick.img # boot with live system and enter shell...
Back
Top