Latest activity

  • Mjölnir
    No, it should get an IP via DHCP and then start an sshd(8) server, not more. It runs in a ramdisk (md(4)) and does not touch anything (especially not the disks). Then you can log in via ssh(1) and run bsdinstall(8) (motd(5) will tell this). My...
  • L
    laurentis replied to the thread Rant about Aliens....
    Nanu nanu.
    • nanu-nanu.gif
  • cracauer@
    But how do you want to tell the thing where to install to? I must be missing something. Do you want to make an install medium that just wipes the disk and installs FreeBSD without questions?
  • Mjölnir
    Remote Installation of the FreeBSD Operating System Without a Remote Console
  • Mjölnir
    Why DHCP and no fixed IP number? Because the typical home or office network already has a DHCP server running, and we can't know the network number in advance. DHCP is the most flexible solution, and it will work in 99.999% of all use cases.
  • Espionage724
    I'm going to make a headless installation on my "new" (used) home server, a semi-professional NAS box for SOHO that I "shot" in an auction on the internet. I'll follow the instructions of 2-3 guides that can be found easily on the net, the only...
  • Mjölnir
    I'm going to make a headless installation on my "new" (used) home server, a semi-professional NAS box for SOHO that I "shot" in an auction on the internet. I'll follow the instructions of 2-3 guides that can be found easily on the net, the only...
  • Espionage724
    As an update, I needed to set those ENV variables in /etc/profiles so that they get set and stick. ~/.profile did not work for me. The lines I had to use: export KWIN_DRM_NO_AMS=1 and export KWIN_DRM_NO_DIRECT_SCANOUT=1... But even then, that...
  • Espionage724
    I simply resolve all my internal names through the /etc/hosts file on my openWRT firewall, where I also resolve all external DNS inquires. If the hostname lookup is without a domain then it resolves to an internal host. Apache virtual hosts...
  • MG
    MG reacted to Zare's post in the thread Are there any "trekkie fans" with Like Like.
    I was a huge fan, I mean I still am of the classic 66-01 series... Enterprise was cool, but kind of a mislead plot, and rushed ending. The final seasons were great. My favourite has to be DS9, TNG maybe has higher highs but DS9 is one of the...
  • Mjölnir
    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were...
  • B
    I am using dnsmasq which is a dns server but not sure how to assign hostnames to specific IP addresses.
  • B
    The problem I'm having is knowing how to set an IP address for a jail since it does not have a MAC address.
  • Espionage724
    Espionage724 reacted to Alain De Vos's post in the thread Rant about Aliens... with Like Like.
    I want to understand difference. I tried sign language, they told me it was from down under,
  • Espionage724
    There's nothing simpler, more observable and debuggable than rc which is just a bunch of shell scripts. Throw in a bunch of "echo"es and you can follow each and every step - it doesn't get any more predictive and discoverable. SMF is a wholly...
  • Zare
    Zare replied to the thread Are there any "trekkie fans".
    I was a huge fan, I mean I still am of the classic 66-01 series... Enterprise was cool, but kind of a mislead plot, and rushed ending. The final seasons were great. My favourite has to be DS9, TNG maybe has higher highs but DS9 is one of the...
  • Mjölnir
    This is the one I meant: https://forums.freebsd.org/threads/14-3-release-p6-to-15-0-release-ipfw-issues.100603/post-730467 and here's another one https://forums.freebsd.org/threads/freebsd-15-0-release-issues-strange-issues.102027/post-749795
  • vermaden
    As vault.io seems to take longer for its next update/release - you may as well migrate to SYLVE - https://github.com/AlchemillaHQ/Sylve - nice web interface and ZFS pool management.
  • MG
    MG replied to the thread Rant about Aliens....
    How? I think fungi are extraterrestial but they evolved on in a new environment a long time. Spores in the inside of a meteorite that was launched by some impact force and survived the impact on another world...
  • gpw928
    gpw928 replied to the thread How to stop a program.
    The word "zombie" has a very specific meaning in the context of Unix and the ps command. Specifically: So, as cracauer@ suggests, processes that won't terminate and still have resources allocated are not zombies. They are typically waiting...
  • Mjölnir
    Mjölnir reacted to Alain De Vos's post in the thread I'm back and I need some help ;-) with Like Like.
  • Mjölnir
    Mjölnir reacted to Alain De Vos's post in the thread I'm back and I need some help ;-) with Like Like.
    out of ideas here. Have a look at /var/log/Xorg.0.log kldstat | grep -i drm 20 1 0xffffffff89aa9000 8a190 drm.ko kldstat | grep -i nvidia 5 1 0xffffffff83848000 1652f8 nvidia-modeset.ko 6 1 0xffffffff83a00000 6068378 nvidia.ko
  • Mjölnir
    Mjölnir reacted to BaronBS's post in the thread I'm back and I need some help ;-) with Like Like.
    I founded the issue thanks to you. There was nothing helpful in /var/log/Xorg.0.log. But this reminded me that I ran nvidia-xconfig at some point. So I just renamed /etc/X11/xorg.conf to /etc/X11/xorg.conf.bkp and everything is working now. Now...
  • Mjölnir
    My guess is that the BIOS, which could be very similar to UEFI like on modern x86 PC, remembers that your attempt to boot did not succeed, and therefore, on the next boot, it tries to boot from the next possible boot medium -- another device or...
  • freethread
    Many, many years ago I set up an "authoritative" domain with a bogus TLD .home. For multiple reasons, the first was that I wanted to learn about DNS and how it worked. The second reason was to have something I could use for my homelab to register...
  • Mjölnir
    OK - I've been away for a few days and now successfully installed a Pi 4 - at last. I did this by writing FreeBSD-14.2-RELEASE-arm64-aarch64-RPI.img to a USB SanDisk 64GB Ultra Fit Flash Drive - WITHOUT using an SD-Card ! So I tried doing the...
  • Mjölnir
    Mjölnir reacted to ccammack's post in the thread Install without monitor and keyboard? with Like Like.
    The comment T-Daemon found is saying that you should log in as user freebsd with password freebsd and then su with password root to switch to the root user.
  • Mjölnir
    Mjölnir reacted to T-Daemon's post in the thread Install without monitor and keyboard? with Like Like.
    Try "root": https://cgit.freebsd.org/src/tree/release/tools/arm.subr 92 arm_create_user() { 93 # Create a default user account 'freebsd' with the password 'freebsd', 94 # and set the default password for the 'root' user to 'root'.
  • Mjölnir
    I dived in at the deep end and went for it... # installing freebsd ## on the iMac - from: https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.2/ - download: FreeBSD-14.2-RELEASE-arm64-aarch64-RPI.img.xz - using Raspberry Pi...
  • cracauer@
    cracauer@ replied to the thread How to stop a program.
    If the parent isn't around anymore it cannot be a zombie. It would be collected by init. You had an ordinary hang.
  • freethread
    The index is not accurate for some port, very few, I see one but I do not remember which. What I remember is that it was for 32bit instead of 64bit, not a big issue, but my program to manage ports marked it 'out-of-date' (stale) or differences...
  • Mjölnir
    And yes of course if you have a 2nd SSD you can put the SSD with the old system in a safe and install onto a new SSD. But if you dont have another SSD, it's best NOT to destroy the zpool on it, but keep it, don't upgrade the zpool version (yet)...
  • cracauer@
    Anyone else here thinking that Star Trek first officers are just not sarcastic enough?
  • Mjölnir
    I dont find the thread quicky now. From December '25. Yes, of course there are 100's of systems running FBSD-15.0 flawlessly! But OTOH please keep in mind: your 2 systems is what the statisticians call "anecdotal" and it's pretty normal that...
  • cracauer@
    cracauer@ replied to the thread The Random Thread.
    You posted 4 times in a row. No wonder you are exhausted.
  • SirDice
    I have a simple split, DHCP is used for workstations, laptops, phones, that sort of thing. Servers (and their services) have static IPs. I also have my home network split up into different VLANs. But that's really not necessary, I didn't have...
  • B
    I would need to maintain a hosts file on every system on my network.
  • Mjölnir
    Mjölnir reacted to dkh's post in the thread 14.3-RELEASE-p6 to 15.0-RELEASE ipfw issues with Thanks Thanks.
    I hate to say it but this upgrade has been the most painful I've seen in a lot of years. It's a big upgrade with tones of great stuff in it but the gotchas have been disappointing. My latest adventure has been with traditional updates with...
  • B
  • Espionage724
    Espionage724 reacted to cracauer@'s post in the thread Are there any "trekkie fans" with Like Like.
    What is in the video? It is blocked in the US.
  • B
    balanga reacted to SirDice's post in the thread How to set ServerName on home network with Like Like.
    While that would give the host a proper hostname and IP address, that relationship (hostname to IP address) isn't known to any other computer on your network. That's what DNS is for. Didn't you recently set up dnsmasq? You can set up an...
  • cracauer@
    cracauer@ replied to the thread Are there any "trekkie fans".
    What is in the video? It is blocked in the US.
  • Criosphinx
    That's fine, just means that no device was found nearby. For example if I set my phone visible I get: Inquiry result #0 BD_ADDR: b4:05:a1:92:35:1f Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 00 Page Scan Mode: 00 Class...
  • cracauer@
    cracauer@ replied to the thread Are there any "trekkie fans".
    Introducing a queen or king of the Borg went against what the Borg were introduced to be in TNG, though. The whole point is that they don't have a head huncho and are self-organizing.
  • cracauer@
    cracauer@ reacted to atax1a's post in the thread Are there any "trekkie fans" with Thanks Thanks.
    my favorite star trek series is Babylon 5
  • Mjölnir
    On webmin: I read in the XigmaNAS forum from a guy who switched from a Linux-based NAS to a plain vanilla FBSD NAS that he had to spend some time disabling some webmin modules that did not work in adequate quality, and (naturally) to delete all...
  • SirDice
    While that would give the host a proper hostname and IP address, that relationship (hostname to IP address) isn't known to any other computer on your network. That's what DNS is for. Didn't you recently set up dnsmasq? You can set up an...
  • B
    Using IP address works, but I'd like to use a hostname. Getting assigned by the network would be my preferable solution
  • B
    That's exactly what I'm looking for. I want a simple solution. I'm running in a jail so would like to access the server from anywhere on my network. I do have a dhcp server and I would try assigning an IP address and hostname via MAC address...
  • Mjölnir
    if the old zpool of TrueNAS already occupies the whole ssd, there is no space left IIUC. AFAIK you can not shrink a zpool, right? If I'm wrong, yes that would be nice, then you can create a 2nd zpool for the new system beneath the zpool of the...
Back
Top