Search results

  1. mfaridi

    FreeBSD upgrade from 12 to 12.2, after incorrect hash, it start download all patches again.

    After failed freebsd-update, I run it again and I see Fetching metadata signature for 12.2-RELEASE from update.FreeBSD.org... done. Fetching metadata index... done. Fetching 1 metadata patches. done. Applying metadata patches... done. Fetching 1 metadata files... done. Inspecting system...
  2. mfaridi

    FreeBSD upgrade from 12 to 12.2, after incorrect hash, it start download all patches again.

    Thanks, but after I run freebsd-update again, it starts download all of them and it counting how much files are downloading, after I see an error about incorrect hash it can not download 57000 files and the upgrade is failing.
  3. mfaridi

    FreeBSD upgrade from 12 to 12.2, after incorrect hash, it start download all patches again.

    I want to upgrade FreeBSD 12 to FreeBSD 12.1 after I run this command freebsd-update upgrade -r 12.2-RELEASE it starts download 13000 patches, after download patches I see an error about hash, and in some patches, I see an error about incorrect hash and I have to start this process again, and...
  4. mfaridi

    Solved mc screen messed up under ssh on RPi

    I had this problem before. I think some option during installation must be select and install it again. If you install it by the ports you must select some options for install.
  5. mfaridi

    UFS How to add old FreeBSD system disks to new system for additional storage, without losing data?

    I had a good experience with this topic I move FreeBSD server from old Desktop case to HP server by use CloneZilla everything works well. old servers were Pentium 3 and move to new HP servers by Xeon CPU. but some config most change. I use Live Clone. I give old Servers and new Servers IP.
  6. mfaridi

    Solved LXDE crash

    Do you see your error logs in the log folder?
  7. mfaridi

    [RPI3] Can't install software successfully from ports for RPI3

    Can you put error logs of installation in here? Did you try to install them by pkg command? In port tree, you can find many alternatives for Firefox and other browsers. Many of them work well in FreeBSD. https://www.freebsd.org/cgi/ports.cgi?query=firefox&stype=all
  8. mfaridi

    Other External USB3 enclosure with an NTFS partition not visible when attached

    Never trust NTFS filesystem and do not put your important DATA on it.
  9. mfaridi

    Other External USB3 enclosure with an NTFS partition not visible when attached

    First, you need to install fusefs-ntfs by pkg and load it in loader.conf. use dmesg to find the name of your external USB. you can use gpart to show of partitioning of your USB.
  10. mfaridi

    Solved Checking for empty directory

    you can use this command too find /path/to/dir/ -type d -empty -print0 | xargs -0 -I {} /bin/rmdir "{}"
  11. mfaridi

    Poudriere repository

    Can this happen of hardware compatibility?
  12. mfaridi

    Fast at basic math

    We can find many applications in ports tree about mathematics.
  13. mfaridi

    Fast at basic math

    can use Python too.
  14. mfaridi

    A video server hosted by FreeBSD

    You can find Kodi on ports and use it.
  15. mfaridi

    A video server hosted by FreeBSD

    All media center can do that for you. Like mplex.
  16. mfaridi

    Dual Boot Window 10

    I send you two links to solve this problem. Did you use them?
  17. mfaridi

    Boot from flash drive

    If you use Linux, in Linux you can find many GUI application for write images on USB.
  18. mfaridi

    How to put installed app on menu?

    If the programs have desktop start file copy it to: desktop file location - for plasma 5 copy the startup desktop file to: /home/user/.local/share/applications That will put it in your start menu. If you searched, and could not find the desktop start file you will have to create one. If you do...
  19. mfaridi

    anydesk could be started only as root

    PLease put some logs here. you can see or watch your log ass root user. use this link too, https://forums.freebsd.org/threads/log-files.10416/ and this link too, https://forums.freebsd.org/threads/location-of-xorg-conf.55687/
  20. mfaridi

    zsh syntax highlighting

    Using these links help you https://forums.freebsd.org/threads/share-your-zshrc-file.62653/ https://github.com/zsh-users/zsh-syntax-highlighting
Back
Top