Search results

  1. S

    VS Code (code-oss) + GitHub Copilot

    I think this will be a better solution for finding a dbus socket.... vscode-copilot.sh: #!/bin/sh DBUS_SOCK=`sockstat | grep kwalletd5 | grep -m1 /tmp/dbus | awk '{print $7}'` export DBUS_SESSION_BUS_ADDRESS=unix:path=$DBUS_SOCK code-oss --verbose --enable-proposed-api GitHub.copilot Replace...
  2. S

    VS Code (code-oss) + GitHub Copilot

    I think sharing this is helpful for somebody in this community. I could manage to use GitHub Copilot with FreeBSD's VS Code (code-oss) and it seems to be running OK so far. It took a few days to completely make it run, and I could reproduce it with my another desktop today. I assume you are...
  3. S

    Solved Rsync Daemon Encryption SSH or HAProxy SSL FROM Synology or QNAP

    I could set up rsyncd + SSL by following https://serverfault.com/questions/1104113/configuring-rsync-over-ssl/1105885#1105885 . Accessing stunnel + rsynd with rsync-ssl worked fine with my FreeBSD hosts. The only part I spent time for was: Wrong: pid = /var/tmp/run/stunnel.pid Correct: pid =...
  4. S

    how to secure a hosted server

    To secure stored data, we use our own distributed data system. Stealing one physical server won't let the stealer restore the original data. I wish it were open source but not. If a client that is permitted to access all servers is stolen, then the data are stolen though.
  5. S

    Solved Intel NUC10 : Hardware support ?

    I currently use mate https://mate-desktop.org/ but used to be an X11 programmer and used my original window manager for long time. In my office, Window Maker is still my desktop environment though.
  6. S

    Solved Intel NUC10 : Hardware support ?

    Thanks. I installed 13-CURRENT yesterday and Xorg seems OK. However, mine fails to resume after sleep, which is a little annoying as a desktop.
  7. S

    Solved Intel NUC10 : Hardware support ?

    Did the graphic and Xorg work with it? I'm currently trying to make Xorg work on my NUC10i7FNH with 12.2-RELEASE. WiFi (FreeBSD says AC9462) doesn't work but I have just extended an Ethernet cable from my other room... Thanks.
  8. S

    802.11ac support

    Oh, OK. Thanks.
  9. S

    802.11ac support

    Well, I may be understanding this thread wrongly but installing /usr/ports/security/wpa_supplicant with IEEE80211AC on and adding mode 11a to ifconfig_wlan0 in /etc/rc.conf like ifconfig_wlan0="mode 11a WPA SYNCDHCP" works for my Intel AC9560 chip. wlan0...
  10. S

    How To Install Windows Server 2019 on Bhyve

    Well, I don't actually know but I guess the remastering is required for booting. Ya, I don't think serial ports are necessary in many cases but just wanted to include. Some people may need them. I hope somebody posts a better answer for your question.
  11. S

    How To Install Windows Server 2019 on Bhyve

    A few weeks ago, I was new to bhyve and had pretty hard time to install Windows Server 2019 on FreeBSD 12.1R + bhyve. However, I could manage to install it and would like to share the how-to because there's little information available on it. Any suggestions on modification, additional...
  12. S

    Solved IPv6 TCP Connection Issue with Bhyve

    Problem solved. Vertio driver described in https://wiki.freebsd.org/bhyve/Windows is too old and I needed to use the latest one.
  13. S

    Nginx + FUSE stalls with 'grbmaw'

    This is very interesting. I recommend to post to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246886. Well, in the bugzilla thread, it is said that sendfile causes it. However, using 12.0R's kern_sendfile on 12.1R didn't solve it. 13-current seems to have totally new sendfile implemented by...
  14. S

    Solved IPv6 TCP Connection Issue with Bhyve

    I forgot to mention but got the tcpdump log by "tcpdump -i bridge0 port 3389" on the host FreeBSD.
  15. S

    Solved IPv6 TCP Connection Issue with Bhyve

    I could mange to install Windows Server 2019 on FreeBSD 12.1-R + Bhyve by following https://wiki.freebsd.org/bhyve/Windows, etc but am having problems with TCP/IPv6 connections as follows: * All firewalls are turned off on both host FreeBSD and guest Windows. * The guest Windows is assigned to...
  16. S

    Nginx + FUSE stalls with 'grbmaw'

    I guess it's better to send-pr this. It seems to be fuse.ko related and a userland program should never cause vm stall.
  17. S

    Nginx + FUSE stalls with 'grbmaw'

    Hi. I'm developing a distributed file system with FUSE (+ fusefs-libs) on FreeBSD 12-Release and Stable. However while Nginx is accessing the FUSE mounted file system, it stalls with 'grbmaw' status after working correctly for a while. This grbmaw status seems to be related to virtual memory and...
  18. S

    Solved Is there a working DHCPv6 client for FreeBSD?

    Well, in my case, dhcpcd + rtsold was the only solution to this issue. ipv6_activate_all_interfaces="YES" rtsold_enable="YES" dhcpcd_enable="YES" with no ifconfig_xx="inet6 " line in /etc/rc.conf works with both DHCPv6 and RA on FreeBSD 12.1. Also, I'll upload my Dynamic DNS client sh script...
  19. S

    Situation with Intel graphics Haswell, Broadwell

    I have noticed that the kernel modules like i915kms.ko, drm2.ko seem to be automatically loaded. Anyway, playing a YouTube video with Firefox and SeaMonkey blacks out my screen and Chrome looks OK. But Chrome sometimes stalls while loading a page, makes too many processes and eats much memory...
  20. S

    Situation with Intel graphics Haswell, Broadwell

    I have just installed FreeBSD 11 to my Haswell machine. X seemed to be working first with 1920x1200 but blacks out my screen when I play a video at YouTube. Anyway, does anyone know if special kernel modules or something are needed on boot with FreeBSD 11? There is little information on it...
Back
Top