Search results for query: Read file name

  1. The following words were not included in your search because they are too short, too long, or too common: name
  1. B

    FreeBSD equivalent of Rufus

    Actually I'm trying to do two different things which may be causing some confusion. 1. I'm trying to create a USB stick to apply the Middleton BIOS, which apparently can only be done using a 32-bit version of Windows which I don't have. 2. Get ms-sys to create a bootable USB stick of some...
  2. CShell

    FreeBSD equivalent of Rufus

    A quick read of this (Forum Thread) "seems to read" that you (DO NOT) want to use an NTFS file system - but instead use a FAT-32 file system. See (this) Forum post: HOWTO make a bootable UEFI Windows 10 USB in FreeBSD From the (Forum Post): You are doing something... I am not doing :cool...
  3. CShell

    FreeBSD equivalent of Rufus

    From the (really old days :cool: ) - When mounting a UNIX based File system -- each UNIX File system was identified with a MAGIC number... (aka a series of bits in a specific place on the disk) and they might still be. But basically the disk head went to the a specific place on the platter...
  4. Maturin

    Other Testing for presence of USB device

    If it's just a flashdrive, you don't need to do it that complicated. Either the drive already has a partition scheme, and at least one partition (mostly FAT32 with MBR), then you can see it under what gpart show produces: da0 or any other number instead 0, if there are more than one. If not, if...
  5. epower53

    Musings of a noob as I migrate from Windows to FreeBSD in my homelab

    OK, I could use some help. In order to restore my network file shares, I first need some files to share. Those exist - I backed them up to multiple locations before decommissioning my Windows-on-hardware server way back at the start of this. Roughly 2.5TB of movies, music, photos, and personal...
  6. H

    [Bluetooth-audio] How to connect and use Bluetooth headphones on FreeBSD

    /dev/bluetooth -- is 'magic' path for virtual_oss. It's just tells, that you want to connect to bluetooth device with name or address after that. Read virtual_oss, re-read this thread, look also here https://wiki.freebsd.org/SteveWills/BTSpeaker and here...
  7. R

    ZFS Cannot destroy geom using gpart

    Hello everyone, I'm having trouble destroying the partitioning scheme of a drive I have just plugged into my home server setup, in order to increase the redundancy of a zpool containing a vdev of currently 2 mirrors. From reading what I can find on this forum, I looked into /etc/fstab to make...
  8. T

    No root login after update

    If the file system is ZFS and you used freebsd-update, there has been made a snapshot from the old version. At the FreeBSD boot menu go to "8. Boot environments", boot the pre-upgrade version, then try the upgrade again. Or, try to repair the new system from a backup snapshot: From single-user...
  9. V

    Disk speed: VM Freebsd 15 vs Debian Trixie - Proxmox

    Hi team, Just dropping some result of disk speed performance, if someone have some time, knowledge or any clues(maybe i did something wrong) to upgrade my freebsd 15 disk speed: Proxmox - LVM-Thin - VM - CPU:2 MEMORY:2GB - VM disk mounted with: VirtIO - iothread=1,ssd=1,discard=on...
  10. Zare

    AI finds thousands of zero-day exploits... including in FreeBSD.

    Yes and no. Judging by the /output the process is also ran as root, so this is possibly on a disposable VM instance.
  11. rcbsdpge

    AI finds thousands of zero-day exploits... including in FreeBSD.

    This parsing flag stands out to me —dangerously-skip-permissions The open source community literally could have a field day with that alone
  12. J

    AI finds thousands of zero-day exploits... including in FreeBSD.

    Does anyone else see the problem(s) with this (stopped reading at this point)? find . -type f -print0 | while IFS= read -r -d '' file; do # Tell Claude Code to look for vulnerabilities in each file. claude \ --verbose \ --dangerously-skip-permissions \ --print "You are...
  13. B

    Solved Nvidia

    This is what I did given my 1030 card. Installed x11/nvidia-driver-580 & x11/nvidia-kmod-driver-580. [Edit:] I didn't read the UPDATING entry but saw this in /var/log/messages:
  14. Emrion

    Solved Nvidia

    Your card isn't supported by the 595 drivers. You didn't read the previous answers. Your x11 conf file has nothing to do in this problem. Your didn't read the message you probably get from the driver in dmesg. So, you can buy another card or do what I did...
  15. R

    cross compiling the "skeleton" driver for ARM on an 86 FreeBSD workstation still builds for x86

    help needed I must be doing something wrong but I have read the architecture reference manual a dozen times and googled this question just as much. I also purchased the "FreeBSD device drivers: for the intrepid" book but it doesnt target cross development issues...
  16. B

    A basic question about making alias

    I'm a long time mc user and had things setup like yourself since the default shell in FreeBSD was changed. I have now just changed my shell to zsh and this is no longer necessary.
  17. MG

    FreeBSD Install Kernel Panic on WiFi Setup RTL8852BE

    There's a chance that the wifi kernel module has to be compiled on that kernel. Not sure if copying files from a different 15.0-p? release will cause problems but I have seen a lot of "unsupported file type/binary format" and such errors because of tiny differences in system files of releases.
  18. zzfs6

    FreeBSD Install Kernel Panic on WiFi Setup RTL8852BE

    Tried this but ran into issues with the read only file system. After installing with copied drivers I had a spurious crash. I then installed the drivers from pkg and the system crashed twice. I used a ethernet adapter and upgraded to 15.0-p5. Haven't had any problems since.
  19. G

    Useful scripts

    Script that transparently wraps www/yt-dlp. Features: - Console/terminal compatible. - Downloads subtitles in all available languages. - Downloads and embeds thumbnail image. - Creates an "mkv" file, and separate subtitle file(s) if subtitles are available. - Prioritises best video quality. -...
  20. panzanella

    Manage node app inside a jail

    Hi everybody, I'm trying to build a setup on a vps to run my node api app. Since now i used vercel to run it and they manages start/restart of the app and the environment secret variables (api key, neon secrets, jwt secrets etc) automatically. I followed the handbook and installed freebsd 15...
Back
Top