Latest activity

  • Espionage724
    Espionage724 reacted to Perceval's post in the thread AI for writing documentation with Like Like.
    What's the point to ask an AI to write something that you'll need te re-read and correct ? I still don't understand the hype around this thing, just losing time and giving money to tech merchants. Writing docs IS part of the coding/operating a...
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    Fsck gives message ”Device not configured”
  • B
    Beastie replied to the thread ”io0” restart freebsd.
    Is your filesystem clean? Run fsck if you have UFS partitions. Check /var/log/messages and dmesg for hardware-related errors, especially disk-related ones. Now may be a good time to check your disk cables physically. Replace them if you have...
  • Jose
    The Ghostbsd forums link needs to be updated. It's now just https://forums.ghostbsd.org (no index.php).
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    Using ifconfig -a to detektivbyrån interface i get the error vm_fault: pager read error, pid 30 (ifconfig) pid 30 (ifconfig), jid 0, uid 0: exited on signal 10 (no core dump - other error) Bus error
  • Jose
    Hello, I have tried to make a port and have just committed it. This is how I managed FreeBSD paths and shared libraries. Since I didn’t write the original code I first made the mistake of compiling it in my /home/user directory. Once it...
  • B
    Beastie replied to the thread ”io0” restart freebsd.
    Check /dev to see if a new device gets created when you plug the adapter in. As root, run usbconfig -d /dev/ugenX.X dump_device_desc, replacing X.X with the device that was created. What does this command say?
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I get a bus error
  • B
    balanga replied to the thread Installing Nextcloud.
    There is no such pkg. Somehow I do have a /usr/local/sbin/php-fpm but it didn't get installed as a pkg, but have been pulled in as part of some other package.
  • SirDice
    SirDice replied to the thread ”io0” restart freebsd.
    Getting seriously broken bot vibes 🤔 Tone down the rapid fire random remarks.
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    As some other kind of problem I installed using pointer because I’m creating a video game; but I need to learn the newckeyboard
  • B
    balanga replied to the thread Installing Nextcloud.
    Originally I put 18 into the variables but that caused a problem. When I changed it to 17 the postgresql17-server did get installed. I'll pursue the problem about 18 not getting installed once I manage to get nextcloud working. Looks like I may...
  • SirDice
    SirDice replied to the thread ”io0” restart freebsd.
    Fix the boot order in the BIOS/UEFI so it doesn't try to boot from the installation media first. Or remove the installation media.
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I’m hinna boot in Single user, but needo ask duck.ai about eventual error messages.
  • MG
    MG replied to the thread ”io0” restart freebsd.
    What says usbconfig? The kernel module may still be required because it's not a common device, as Mer said. If it's auto-loaded at boot depends on the model. I have used USB2ethernet dongles that still need a kernel module to get an official...
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    On autoboot it ask me to install the whole OS again!!
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    Just unplug the USB and check which port/address is affected.
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I actually see now that it gives an error message on the whole screen. I will have to look closer into this
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I asked duck.ai and itcsaid spacebar is used for ”selection.”
  • SirDice
    SirDice replied to the thread ”io0” restart freebsd.
    Up/Down cursor keys to change the focus, enter selects whatever the focus highlights.
  • SirDice
    Look at the footer of the page.
  • Espionage724
    Espionage724 replied to the thread FreeBSD Metalheads.
    I heard this song first on a random version of Counter-Strike :p (To Forgive is to Suffer) View: https://www.youtube.com/watch?v=RjNQM8FXh-8
  • D
    Deleted member 85076 posted the thread What forum software does FreeBSD use? in Feedback (about the Forums).
    Just curious.
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I did that to find out what port it was on.
  • Espionage724
    Might need 32-bit(?) or some more graphics stack stuff (looks like amdgpu isn't loading) I'd try launching it with -silent -nocrashmonitor -cef-single-process -cef-disable-breakpad and/or MESA_LOADER_DRIVER_OVERRIDE=zink Depending on what...
  • cracauer@
    Install the ollama package. Then: ollama run --verbose llama3.2:latest What kind of CPU, GPU and RAM do you have?
  • cracauer@
    There is a spec sheet on the JM20 series usb dacs here. https://manuals.plus/ae/1005002272265385 I have ordered a JM20 MAX to try, out of curiosity. It uses the same CS43131 dac chip as the JM20, but adds a dual audio opamp output buffer for...
  • cracauer@
    cracauer@ replied to the thread ”io0” restart freebsd.
    What happens when you unplug and re-plug the USB network adapter. Does it print anything on the console?
  • D
    Deleted member 85076 replied to the thread ”io0” restart freebsd.
    I tried both lowercase L and uppercase i, but it does not recognize
  • SirDice
    GhostBSD is not supported here. https://forums.freebsd.org/threads/ghostbsd-pfsense-truenas-and-all-other-freebsd-derivatives.7290/
  • Crivens
    Crivens replied to the thread FreeBSD Screen Shots.
    It is in ports, well - freshports.org says it is. I will have a look at that for my next desktop-makeover.
  • SirDice
    SirDice replied to the thread ”io0” restart freebsd.
    That would be lo0, not io0. Certain fonts certainly don't make a good enough difference between the letter 'l' (lower-case L) and 'i' (lower-case I). It is. Every system has a loopback interface with IP address 127.0.0.1 (IPv4) and ::1 (IPv6).
  • B
    How do people format exported WhatsApp Chats? I tried a few suggestions AI suggestions but they weren't particularly useful. One suggestion was: sed 's/^\[\(.*\)\] \(.*\):/\1 - \2:/' chat.txt > clean.txt Any other suggestins?
  • fygar256
    I have tuned up bi to new version and changed terminal color mode to option. for not changing color from the terminal, launch bi without `-t` option for original color mode give the option `-t color`. please give it a try.
  • H
    I wouldn't personally consider that annoying, the whole point of the utility is to capture everything that goes on so that you can later use it to write a script based on what you did. If it ignored things like <DEL> then it would have to work...
  • H
    You can absolutely not wipe out /var/ on every reboot. What you are thinking of is /run/, which shouold recreate all its stuff every boot.
  • H
    Please don't post AI slop. ~//.cache can contain data that, yes, is automatically re-created. But it can be very expensive, for example local LLMs can be stored there and you would have to re-download 100 GB per model. You don't want to do that...
  • H
    Don't mount over system dirs like /lib or /bin. The existing files will be out of reach.
  • gpw928
    gpw928 replied to the thread Xfce mutt, mailcap, and Firefox.
    With elm+ME, which invokes metamail to deal with mailcap for non-text displays, I use: text/html;firefox %s >/dev/null 2>&1; nametemplate=%s.htmland when the iridium package is actually available (which is not very often): text/html;iridium %s...
  • Espionage724
    Espionage724 reacted to AlfredoLlaquet's post in the thread The Random Thread with Like Like.
    Some people (Espionage724 is the best example that I know) game on FreeBSD very comfortably. I think he uses emulators/wine. I know nothing about gaming. The last time I played a computer game, I used a Toshiba MSX. Does that qualify as a...
  • cracauer@
    So how about ollama and llama.cpp?
  • Espionage724
    Espionage724 reacted to Zare's post in the thread The Random Thread with Like Like.
    I'm dumping windows for good. For a long time now, I do not need it for work. DAW stuff and games is where it was at. Sadly I do have some investment in windows audio software, licensed DAW suites and plugins. But who cares. Microsoft is a...
  • H
    No, it can't. Feel free to try your luck in court, but it's going to be an extremely expensive lesson that just because you CAN argue something does not mean that it has any power in court. The BSD license promises no such thing as source...
  • Zare
    Zare replied to the thread The Random Thread.
    I'm dumping windows for good. For a long time now, I do not need it for work. DAW stuff and games is where it was at. Sadly I do have some investment in windows audio software, licensed DAW suites and plugins. But who cares. Microsoft is a...
  • H
    Yep, right now that is by far the biggest problem I'm having with FreeBSD, and I'm not even using ZFS or having the external USB drive as a part of a complicated mirroring setup. Personally, I've got an SSD enclosure that I'll be switching to...
  • H
    You can only extend the interpretation so far until you've contorted the license into something that's no longer the license that the parties involved in it agreed to.New rulings don't automatically change the way that the contracts are...
  • H
    Sure this may be academically intriguing to those in the legal profession. It'll never fly though. Permission does not create obligation. Should any single country choose otherwise they'll royally shoot themselves in the foot. That's just not...
  • H
    This is nonsense that's just going to pollute the search results more. The license applies to the developer, but because there's generally source available, it's a bit of a non-issue as there's not that many projects where neither the source nor...
  • Zare
    Zare reacted to AlfredoLlaquet's post in the thread The Random Thread with Thanks Thanks.
    I use FreeBSD on my desktop computer for hours upon hours and it never stalls and never breaks. I use Bluetooth speakers. I use openvpn to connect to ProtonVPN. I always have many applications open at the same time because I’m liberal like that...
  • Zare
    Zare replied to the thread partially read-only system.
    OP asked a question. Taking his question to LLM and bringing the output into discussion is totally redundant - if OP wanted to do that he would do that. Imagine if someone posts a question and a member copys that same question to google and...
Back
Top