Latest activity

  • Mjölnir
    Longer? My UEFI machines boot significantly faster than they did back then. Anyways, that's going to depend a lot on the specific system, the UEFIs seem to hit stuff on the disk more than they did back then as well as doing a bunch of stuff that...
  • Mjölnir
    Hm, maybe I have to look into the UEFI settings and search if I can disable these loooong tests? Until your posting I thought this is normal, because both of my UEFI machines are very snoozy after power on. A warm boot is fast, yes...
  • Mjölnir
    Status to satisfy Alain De Vos Result summary of these (naive) diskinfo tests: The SATA HDD makes about 110-235 MB/s read, up to 115 MB/s@8 MB random writes and 270 IOPS@512 B The SATA SSD makes ~ 350-400 MB/s read, up to 170 MB/s@2-8 MB...
  • H
    Longer? My UEFI machines boot significantly faster than they did back then. Anyways, that's going to depend a lot on the specific system, the UEFIs seem to hit stuff on the disk more than they did back then as well as doing a bunch of stuff that...
  • A
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • K
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • I
    I had a very similar task recently. It was required to enable a service by hostname using ipfw, but the hostname looks like behind CDN. It has about 10 IPs who changing over time. Also the hostname returns 2 IPs. So I used cron to run every hour...
  • F
    FreeBSD Security posted the thread FreeBSD-SA-26:09.pf in Blogs and Newsfeeds.
    Original article here. Consider this when replying. Continue reading...
  • F
    FreeBSD Security posted the thread FreeBSD-SA-26:08.rpcsec_gss in Blogs and Newsfeeds.
    Original article here. Consider this when replying. Continue reading...
  • F
    FreeBSD Security posted the thread FreeBSD-SA-26:07.nvmf in Blogs and Newsfeeds.
    Original article here. Consider this when replying. Continue reading...
  • F
    FreeBSD Security posted the thread FreeBSD-SA-26:06.tcp in Blogs and Newsfeeds.
    Original article here. Consider this when replying. Continue reading...
  • Jose
    This is what I used most recently: https://www.bhphotovideo.com/c/product/1561224-REG/fractal_design_fd_ca_def_r5_bk_define_r5_black.html
  • Jose
    I'm struggling to think of what "social media" Apple and Microsoft have. To me the social media giants are Meta, Tiktok, and Twitter. In any case, liability for the online experience is no longer hypothetical as of today. Meta is allegedly behind...
  • Mjölnir
    I was thinking about doing something using the mac address which assumes you have something on the same local network. The ip address might work too, perhaps with the hostname. Maybe you don't. Set it to a fixed key you already know. I would...
  • Jose
    Hi all. I am Matthew from Zagreb, Croatia..Started with windows long time ago, and for last two years using linux, last was gentoo,but i knew that FreeBSD existed, only i didnt pay too much attention till 2 days ago..I had some experience coming...
  • Jose
    Jose replied to the thread attn cpp coders.
    Yes, it's Python and it gave me quite a headache. It generates methods with names like query_by_table_foo(...) at run time. I was pulling my hair out trying to figure out where they were defined. I could see they were getting called, and...
  • Jose
    Jose reacted to bakul's post in the thread attn cpp coders with Like Like.
    This is like collecting & (may be) reading a whole bunch of books on carpentry, instead of spending the bulk of one's time wood working and building stuff! Programming has a lot more in common with carpentry than mathematics. Building stuff...
  • H
    If you're going to try, try with 14.x, 15.x doesn't have the 32bit libraries needed and I haven't personally seen any way of getting it to work.
  • H
    Which, IMHO, is asking for trouble. Having something for non-IT nerds can be hard, but is definitely not impossible, but trying to do it headless is just a level of complexity that's not at all necessary. The non-IT nerds are going to be...
  • Mjölnir
    IMHO you should be able to set that to any valid value. E.g. on my laptop I have a lagg failover of the wlan and wired ethernet. The wired ethernet interface MAC address must be set to the one of the wlan interface, so they have the same MAC...
  • Mjölnir
    OTOH that means 1. it runs on most machines and 2. it's reasonably small. Yes, this is the mfsBSD way, likely what I prefer too, as it has one huge advantage: it doesn't access any storage except the install medium, because the running OS is on...
  • B
    Yes I do set the IP address of hosts on my system, what I am unsure about is how to get the MAC address of a jail. Is that created when the jail is created? Presumably dnsmasq assigns the IP address, so the MAC address must be stored somewhere...
  • MG
    The installer supports full breakout from the shell if you have enough memory but headless is not funny. 😆 I doubt if anyone manages to take over the hardware console of a system with a running installer on screen. (Or somehow change everything...
  • cracauer@
    The official install media are a crippled Unix install. You are better off with a USB thing with a full install on it, with user account and password set.
  • Mjölnir
    No, the environment I had in mind is a SOHO of non-IT-nerds. It would also work in more advanced networks of hobbyists and professionally managed network environments, but these can easily create such thing themself, taylored to their specific...
  • Mjölnir
    I thought you already know, but maybe not: you can use the MAC adress to assign "static" IP# to your clients, i.e. they get the same IP# every time they request one via DHCP. Excuse me if you already knew that. This is a feature that most DHCP...
  • H
    The current boot already have a serial console support for installation and all modern servers have support for out of band management like ILO,IPMI,IDRAC and so on. For commercial computers you have Intel ME so you can use VNC to connect to...
  • Mjölnir
    I'm not a network and FreeBSD expert, but for mine homelab I used: VNET for jails, because it creates a distinct network interface for each Jail, with a proper MAC address. The IP-Sharing method can create problems, because it uses tricks on the...
  • H
    The whole thing seems kind and of weird to me as the main situations where you're likely to want this are ones when you'd likely have hardware support for a network monitor or the ability to plug one if those cool network Raspberry Pi KVM...
  • Mjölnir
    Mjölnir reacted to balanga's post in the thread How to set ServerName on home network with Thanks Thanks.
    Have you looked at dns/dnsmasq ?
  • Mjölnir
    IIRC the default behaviour is that boot switches the console to serial if no keyboard is found. Thus booting w/o a keyboard should get you where you want? Else you could edit the rc.conf on the install medium to load the appropiate driver...
  • MG
    Interesting challenge. Reminds me of copying the DOS Fastlynx program to a target system without using floppies. You had to set the serial port as command input source. The remote program gets a ready signal and transfers itself to the c...
  • Mjölnir
    Wrong preliminary: I do NOT want to hack up a crippled installer thing. Instead, all I wanted was a version of the official DEFAULT installer with just one difference (which most likely will require more than one configuration knob to be...
  • B
    Have you looked at dns/dnsmasq ?
  • MG
    So, no 3.5" mech disks? A mini PC with a few small drives and 2.5 Gbit network is possible but that gets more expensive if storage space counts. Especially now. Prices are ridiculous. We need more manufacturers of memory and storage.
  • freethread
    A node CLI program is a program written in javascript that run in console using node.js interpreter. a gjs GTK3 program is a program written in javascript that run in GUI using gjs (Gnome JavaScript) interpreter. Both interpreters are ECMAScript...
  • Mjölnir
    IIUC this wastes memory. Maybe not much, but it could be zero waste if only the neccessary modules were loaded. When you change some hardware, e.g. the soundcard, this test needs to run again and increases the boot time. Why do modern UEFI...
  • Mjölnir
    I reported a horrible bug in the default configuration of local-unbound in FreeBSD more than 5 years ago. NOTE: This bug does not affect the upstream (genuine) unbound, instead just FreeBSD's configuration of it shipped as default in the base...
  • B
    Many thanks to T-Daemon for pointing out something I hadn't noticed and that I could use iocage list -l which gives me what I need. ps. I noticed iocage list -PRO which looks quite interesting.
  • H
    It is for back up. Nothing. That is what I have at the moment. But I want it more compact.
  • Mjölnir
    Could you please name them? I can get me a list from ports myself, but there'll be good ones and less good ones... NOTE: This is of low priority to me, you may answer in 2 months. But sooner or later I'd like to set up a "real" DNS for my home...
  • B
    Have you tried the -l | --long option? iocage list List the specified dataset type. By default, all jails are listed. Options: ... [-l | --long] Shows JID, NAME, BOOT, STATE, TYPE, RE-...
  • MG
    What transfer speed should it have? I never had any official NAS system. What's wrong with a PC? You're not going to exceed the lowest network speed of clients and server anyway Very nice "NAS" that I have now is a HP Prodesk with 2x1TB m.2 and...
  • Espionage724
    I want to be able to do: zpool scrub I want to have control over the system, namely known OS. Not necessarily, but if the storage is not in the system I work, other cable will be necessary. No problem with eSATA cable, but why not an ethernet...
  • Mjölnir
    Mjölnir reacted to SirDice's post in the thread How to set ServerName on home network with Like Like.
    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...
  • H
    I want to be able to do: zpool scrub I want to have control over the system, namely known OS. Not necessarily, but if the storage is not in the system I work, other cable will be necessary. No problem with eSATA cable, but why not an ethernet...
  • S
    scottro replied to the thread Apache document root.
    Did you add the directory in your httpd.conf? Or just put it in the directory? What I have found, (not that I know much about it), is that for example, I have my DocumentRoot. Then, not touching the conf file, I make a subdirectory under it. Now...
  • Mjölnir
    Why waste precious memory? Even if the memory for the modules is labeled as "file-backed by an immutable file", i.e. it does not need swapspace because it's immutable, any unused module loaded still comsumes some kernel metadata, since the...
  • B
    How does that work if I have several systems, some with jails?
  • T
    Have you tried the -l | --long option? iocage list List the specified dataset type. By default, all jails are listed. Options: ... [-l | --long] Shows JID, NAME, BOOT, STATE, TYPE, RE-...
Back
Top