Latest activity

  • T
    Access control lists (ACLs) appear to have been configured for the "foo" directory. ("+") . What does getfacl foo show?
  • B
    balanga reacted to dino1's post in the thread Other mdconfig query with Like Like.
    Good idea! Running fstyp /dev/md0s1 fstyp /dev/md0s2 should show you that necessary bit for the puzzle.
  • B
    balanga reacted to nxjoseph's post in the thread Other mdconfig query with Like Like.
    Maybe fstyp can help recognize them.
  • B
    balanga reacted to dino1's post in the thread Other mdconfig query with Like Like.
    I think you should see md0s1 and md0s2 files in your /dev directory, so basically you need mount -t xxx /dev/md0s1 /image1 mount -t xxx /dev/md0s2 /image2 and copying content of /image1 and /image2 directory as you see fit. The hard part is...
  • T
    Or, plug in a mobile phone (with a mobile data plan), enable USB tethering, run dhclient ue0, pkg bootstrap pkg, install realtek driver. Edit: I just remembered, that you can also access your phone's Wi-Fi via its USB tethering function to...
  • rdunkle
    rdunkle posted the thread Orange Pi 6 Plus in Embedded.
    Has anyone looked into this new arm based sbc? http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-6-Plus.html The specifications are frugal with technical information. Does not even tell the manufacturer of the...
  • M
    I believe there was a Perl patch or update this morning. Synth rebuilt it - along with everything that depended on it - and it appears the issue has been resolved. I tried looking up lang/perl5.42 on the ports page, but I didn’t see any entries...
  • cracauer@
    All you need is set up NAT on the computer which is tethered. And then set that computer as default gateway on the other computers.
  • M
    Synth does exactly that. It builds the latest versions from the port tree. pkg-2.4.2_1 = up-to-date with port Here it is: $ cat /usr/local/etc/pkg/repos/FreeBSD.conf # These options are merged with...
  • SirDice
    What does cat /usr/local/etc/pkg/repos/FreeBSD.conf show?
  • cracauer@
    What happens when you run a plain tcp benchmark between these machines?
  • cracauer@
    cracauer@ replied to the thread 'System' consumes all CPU.
    If you can you should find out exactly what the kernel is doing via dtrace. The most convenient form is Brendan Gregg's flame graphs: https://www.brendangregg.com/flamegraphs.html
  • A
    abishai replied to the thread 'System' consumes all CPU.
    A lot. The most filled storage is 30% used I use ps -aux But ps and top commands show user processes, but they use 7% of CPU time. So I'm missing clear picture with them. I believe, periodic triggers this. I've found hanged periodic checks...
    • 1762695964147.png
  • B
    balanga posted the thread Other mdconfig query in Storage.
    Running mdconfig on an img file shows me these two partitions => 17 246767 md0 MBR (121M) 17 495 - free - (248K) 512 32768 1 linux-data [active] (16M) 33280 512 - free - (256K) 33792 212992...
  • D
    drhowarddrfine replied to the thread cant load nvidia.
    I'm wondering about having an old 9600GT board where I've only used nvidia-driver. When 15.0-RELEASE becomes available, and I should want to reinstall the nvidia driver, what issues am I going to have and how would I do that?
  • A
    abishai posted the thread 'System' consumes all CPU in General.
    Hello, I'm experiencing slow downs I can't diagnose. From time to time, server is running very slow with 'system' consuming all CPU resources. Since, it is not user process I can see on ps, I have no idea how to find what part of 'system' is...
    • 1762687900952.png
  • S
    scottro replied to the thread cant load nvidia.
    Shoot, I forgot to mention, I keep pkgs as latest, not quarterly. So not sure what will important in this case.
  • S
    scottro replied to the thread bhyve Gentoo with X on bhyve.
    Charlie Brown, my friend has put his systemd Gentoo install quick guide up. https://techfix.me/files/Gentoo-Quick-Install-Guide.html though that URL won't be permanent, I don't think. He gave that link on the Gentoo forums. I should add that in...
  • S
    scottro replied to the thread cant load nvidia.
    I've found that when that happens, I often have to rebuild the nvidia-drm-kmod from ports. So far, that's always fixed it for me, it will pull in any other needed ports. T-Aoki's link suggests deinstalling the nvidia-driver, but, so far at...
  • TjPhysicist
    TjPhysicist replied to the thread Upgrading net-im/mastodon.
    Oh awesome. Thank you. I'll wait. I managed to build it on my own but I'm scared to install, when I went from 4.3 to 4.3.6 I had to manually migrate my pgsql database and i'd rather not lose that again since this is a production server I use...
  • F
    fmc000 replied to the thread To Plasma Wayland users.
    Hello, I normally use Plasma X11 so this is just a one-off experience: Doesn't work for me, the system froze but I was able to perform a regular shutdown using the power button. [9:26][fmc000@tu45b-freebsd ~]$ falkon Falkon: 2 extensions loaded...
  • TjPhysicist
    I have a solo server i'm hosting mastodon on. Thus far i've been using the pkg version but it's now stuck on 4.3.6 (latest version as of writing is 4.5). I see servers like bsd.cafe are runnning the latest version, so my question is: What do i...
  • T
    I have a similar setup. Laptop connected to internet over wifi <-> Mobile Phone hotspot (192.168.23.0/24), the same laptop connected to a local router (192.168.1.0/24) over ethernet or wifi (built-in and external wifi dongle) at the same time. I...
  • T
    Please show us ls -ld /home/foo/whaterver after the NFS share has been mounted, the mount command the /etc/exports file from
  • T
    I can't reproduce. The (modified) script (see below) has not shown the problem you described even once. The xserver always starts in ttyv8. Has /etc/ttys perhaps been modified? Again, works fine for me when # REQUIRE: FILESYSTEMS nfsd. When...
  • T
    Because in my custom FreeBSD ISO, I'm trying to create a GUI user creation experience post-installation, I'm testing it out with adduser and xterm just so I get the basics right, will create a GUI later, with zenity or something with gtk. New...
  • K
    Run pkg prime-list > pkgs on both computers and compare the files. You may installed something inadvertantly which is interfering with one system. Just a thought. I often observe differences between different computers which are supposedly...
  • D
    A while back, I questioned why there were so few FreeBSD developers who visited this forum while I'd hear a number of them are posting on that crap forum which will not be mentioned. Since then, I've noticed a number of them visiting here and...
  • B
    I have no idea if this is possible but someone here will know the answer. I have a small LAN where all the systems are wired up to a 4G router. I also have an isolated laptop which accesses the Internet by USB tether to a phone. How would I go...
  • B
    Run pkg prime-list > pkgs on both computers and compare the files. You may installed something inadvertantly which is interfering with one system. Just a thought. I often observe differences between different computers which are supposedly...
  • K
    I am operating two different computers here, both running FreeBSD 14.3-RELEASE and the MATE desktop. One of the two computers' MATE desktop works exactly as one would expect. The other one has a problem in that if I attempt to add an app...
  • K
    kira12 reacted to covacat's post in the thread update fetch failed.... with Thanks Thanks.
    thats what phttpget does without pipelined requests will take a lot longer (a lot more roundtrips)
  • K
    kira12 reacted to Erichans's post in the thread update fetch failed.... with Thanks Thanks.
    I don't know how to specifically add the missing files under these circumstances, or even if there is such a method. Perhaps this could help and try again.
  • K
    kira12 reacted to covacat's post in the thread update fetch failed.... with Thanks Thanks.
    you can check freebsd-update's source as it is a shellscript the bulk of patches and files is fetch via /usr/libexec/phttpget by hacking the script you can access the list of patches and files put them in the destdir and then... does not look...
  • K
    kira12 replied to the thread update fetch failed.....
    Hello all, thanks for your help, i use pfsense and snort block this traffic for: TOO MANY PIPELINED REQUESTS regards ré
  • cracauer@
    You don't install those dependency from FreeBSD ports, you need the deb packages.
  • _martin
    I love qemu, absolute swiss knife of debugging too. qemu monitor is killer feature. I can't give you advice what you should or shouldn't spend your time on ;). We are on FreeBSD forums, you probably know what the advice from most people would be...
  • M
    $ pkg -vv | sed -nE -e '/^OSVERSION|^ABI/ p' -e '/^Repositories:/,$ p' ABI = "FreeBSD:14:amd64"; OSVERSION = "1403000"; Repositories: FreeBSD-kmods: { url : "pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/kmods_quarterly_3"...
  • B
    balanga replied to the thread Solved Tmux configuration.
    One thing I could never figure out was how to open a new window, split it vertically with one app such as emacs in one half and something else like the output of 'ifconfig' in the other. This is the shell script I run on startup which goes some...
  • cracauer@
    Are the numerical userIDs identical between client and server?
  • K
    kira12 replied to the thread update fetch failed.....
    Hello, No updates needed to update system to 14.2-RELEASE-p7. best regards ré
  • M
    mahashakti89 replied to the thread Some problems with pkg ....
    OK. Thanks. I'll give it a shot tomorrow morning ...
  • K
    Hello Guys, i am trying to update any Servers with Version 14.1/2 to 14.2/3 via "freebsd-update upgrade -r 14.2/3-RELEASE" failed after fetching 2844 files. I need to download the files. What files i need for the Upgrade and where they should be...
  • M
    mahashakti89 replied to the thread Some problems with pkg ....
    This is not a pkgbasified 15.0-BETAx version
  • robroy
    The issue was caused by a loose HDMI connection. I noticed it was an issue with loose HDMI first hand when on another desktop, it had the same issue. Plugging it in properly then gave me a workiny video feed. Because of how I was moving my...
  • robroy
    robroy reacted to Uni:X's post in the thread Solved Black screen on amdgpu kernel module with Thanks Thanks.
    14.2 Graphics Fix pkg remove drm-kmod pkg clean pkg autoremove ls /usr/ ls /usr/src git clone -b releng/14.2 --depth 1 https://git.freebsd.org/src.git /usr/src ls /usr/ports git clone --depth 1 https://git.freebsd.org/ports.git /usr/ports cd...
  • robroy
    Hey there! I have been toying with the 14.2 as of recent on some machines, and something which striked me is that I get a black screen when loading the amdgpu kmod. This is known even in the errata, and there was a solution... but I still only...
  • M
    mahashakti89 replied to the thread Some problems with pkg ....
    cat /etc/pkg/FreeBSD.conf # # To disable a repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: # # mkdir -p /usr/local/etc/pkg/repos # echo "FreeBSD-ports: { enabled: no }" >...
  • M
    No, nothing on that page worked for me.
  • M
    mahashakti89 replied to the thread Some problems with pkg ....
    FreeBSD version = 15.0-BETA4
Back
Top