Search results

  1. Amzo

    Are there any AMD GPU ROCm support on FreeBSD?

    I've been having a look into this recently, and been having a look at the ROCM code. Though, i'm going to have to wait a week or two to borrow an AMD card from University to have a look into it any deeper. Tensorflow builds with OpenCL support but I have no hardware to test, or experiment with...
  2. Amzo

    HOWTO: Install Tensorflow on FreeBSD

    Tensorflow 2.9.1 is in the port tree with the latest keras. Tensorflow also builds with opencl, but I don't have a amd or intel card to test. as for Cuda. It could possibly work, with a wrapper.
  3. Amzo

    UFS Recover Files Removed with RM

    I use UFS as the file system for my main drive that has the OS installed, and I have a secondary drive running ZFS which I use for poudriere building. Makes my system usable without heavy I/O while compiling. I was working on patches on the UFS drive instead of the ZFS drive unfortunately.
  4. Amzo

    UFS Recover Files Removed with RM

    I'm guessing with the disk being active, recovery will be impossible. I'll just recreate them all. It wouldn't have been so bad if I didn't clean my work directory first, as I could've just used make makepatch Tempted to make a shell aliases for rm -i.
  5. Amzo

    UFS Recover Files Removed with RM

    Nah, I didn't add the files. I had jsut finished the work and was cleaning up before I did a git add, and git commit.
  6. Amzo

    UFS Recover Files Removed with RM

    So I made a blunder today. I was working on the tensorflow 2.x port and I was clearing up getting ready to commit it to git. During the clearing up, I went to rm some test files I had, but during my impatience, I tab completed the name which complete to files/ and deleted all my patches for...
  7. Amzo

    Solved Can't initialize mysql: data directory has files in it

    Nevermind, solved it. It was a permission error, but mysql was giving a misleading error in the log.
  8. Amzo

    Solved Can't initialize mysql: data directory has files in it

    I checked for hidden files int he directory and there was none. I also completely removed the directory just incase and recreated.
  9. Amzo

    Solved Can't initialize mysql: data directory has files in it

    I have a peculiar problem when trying to run: mysqld_safe --initialize I get the following error in the logfile. 2021-07-11T15:50:05.6NZ mysqld_safe Logging to '/var/db/mysql1/Bahamut.err'. 2021-07-11T15:50:05.6NZ mysqld_safe Starting mysqld daemon with databases from /var/db/mysql1...
  10. Amzo

    "Illegal variable name" error while I'm trying to install and configure Docker on FreeBSD

    .cshrc is for the csh which uses a different syntax for variables. Try setting it in ${HOME}/.shrc and using /bin/sh as the shell.
  11. Amzo

    What's going on with GNOME3

    Could use kde5 which is working, or build gnome3 from the ports. The failed package gnome-todo builds fine for me from the port tree.
  12. Amzo

    Solved Poudriere Bulk Hangs sporadically - sleepq_wait_signal

    Seems that it was a hard drive issue. The problem got progressively worse, while S.M.A.R.T still reports everything is okay. I switched to a new samsung SSD, and installed FreeBSD with UFS on that. Then used a secondary 1TB drive with ZFS for package building and storing packages with...
  13. Amzo

    Solved Poudriere Bulk Hangs sporadically - sleepq_wait_signal

    Well with UFS when starting the builtd poudriere it eventually returns mkdir failed: device not configured and running any command will return: /bin/sh: vi: Input/Output error S.M.A.R.T returns status passed, but will do a thorough hdd check, looks like it could be the culprit.
  14. Amzo

    Some problems with FreeBSD 12.1 on a newer system

    I updated the bios yesterday. I should probably install the microcode update, keep forgetting they need to be applied every boot.
  15. Amzo

    Solved Poudriere Bulk Hangs sporadically - sleepq_wait_signal

    I have a Ryzen 2700x and people have reported issues with Ryzen on FreeBSD. The system performs fine on Windows and Linux. Only other thing I can think of is ZFS issue. Though I have an SSD and 32GB of DDR4 memory.
  16. Amzo

    Solved Poudriere Bulk Hangs sporadically - sleepq_wait_signal

    Yeah, I came across that post, they were causing IO issues with their custom logging. My issue is system wide, even using 12.2, 11.4, 13.0 and 14-current all had the same issue on my machine.
  17. Amzo

    Some problems with FreeBSD 12.1 on a newer system

    It's the system in general suffering issues, even out of the box. Poudriere just amplifies it.
  18. Amzo

    Some problems with FreeBSD 12.1 on a newer system

    I have the same issue with FreeBSD 13 on a Ryzen 2700x. I can't seem to find any solution for this. Makes the system unusable. Only error I find is: load: 13.81 cmd: sh 66112 [nanslp] 856.24r 0.23u 0.86s 0% 3728k mi_switch+0xc1 sleepq_catch_signals+0x2e6 sleepq_timedwait_sig+0x12 _sleep+0x199...
  19. Amzo

    Solved Poudriere Bulk Hangs sporadically - sleepq_wait_signal

    When trying to build packages with poudriere, the builds hang every few minutes for a few minutes with the follow: load: 1.43 cmd: sh 66112 [nanslp] 432.47r 0.13u 0.34s 0% 3728k mi_switch+0xc1 sleepq_catch_signals+0x2e6 sleepq_timedwait_sig+0x12 _sleep+0x199 kern_clock_nanosleep+0x1e1...
Back
Top