Latest activity

  • T
    No, but you need to make a "connection" (for lack of a better description from your input device (often they show up as record channels) to your output device (often labeled as playback channels. How yo do that with a gui thing I don't know. If...
  • T
    Why? Why don't people want to start a new thread, when no thread on the topic exists? I'm curious.
  • SirDice
    SirDice replied to the thread Share your make.conf.
    More, there's also *_SET_FORCE and *_UNSET_FORCE.
  • T
    Of course not; they used theft (of data) and blackmail to get money. This is a criminal act in all legal jurisdictions (AFAICT). They should be arrested, prosecuted and given sentence.
  • D
    Unknown member reacted to wblock@'s post in the thread Formatting Guidelines with Thanks Thanks.
    1. Please write as clearly as possible. Use English punctuation and capitalization, and avoid abbreviating things. This helps to improve the clarity of messages and make problems easier to solve. 2. Use BBCode formatting tags. As with...
  • SirDice
    That's the whole point of a vlan. For example, I have one em1 "physical" ethernet interface with one single ethernet cable to my switch. Then run multiple VLANs over it, em1.10 is on VLAN 10, em1.20 is on VLAN 20, etc. You need a switch that's...
  • D
    Unknown member reacted to DutchDaemon's post in the thread Do not post METIN / METIN2 topics on these forums! with Thanks Thanks.
    Copied the sticky to the General forum for slightly higher visibility. METIN-2 / METIN2 and other illegal software - don't ask for assistance on these forums. Threads will be closed, posters will be banned. Factfinding: The server files are...
  • B
    Are you saying that works on FreeBSD 15.0? If so, I think I'll get one and try it.
  • D
    Unknown member reacted to DutchDaemon's post in the thread Why is FreeBSD not (more) like .... with Thanks Thanks.
    As of today, FreeBSD Forums staff will actively close down (and eventually remove) topics that serve no other purpose than to complain that "FreeBSD is not (like) Linux" (or Windows, or MacOS, or any other operating system), or that "FreeBSD does...
  • D
    Unknown member reacted to DutchDaemon's post in the thread Who owns a post or a thread? with Thanks Thanks.
    They pop up from time to time: posters who want their threads or posts removed because they're done with a subject or the forums in general. There have been bitter disputes about the "ownership of posts". The content below was culled from...
  • SirDice
    SirDice replied to the thread Reconsidering my network posture.
    Attackers won't be able to abuse your DHCP request. Unless they've completely infiltrated your ISP at every level. Not impossible (certainly not in this day and age), highly unlikely though. Bad actor working for your ISP is more likely, but I...
  • SirDice
    It shouldn't. More often than not the message is incorrectly interpreted. But there have been genuine issues in the past. freebsd-update updates the source code (if you have it installed). That file not only determines the version of the kernel...
  • S
    scottro reacted to penguinslayer's post in the thread IRC: Which client do you use? with Thanks Thanks.
    Yup, in the original post. :)
  • SirDice
    SirDice replied to the thread Share your make.conf.
    Granted, how you use make.conf to set/unset port options isn't explained in that man page. You really have to read Mk/bsd.options.mk for that. The remarks in Mk/bsd.default-versions.mk are also quite informative...
  • Zare
    Zare reacted to AlfredoLlaquet's post in the thread UK Age verification. with Thanks Thanks.
    I never believe any politician's intention is good. For them, everything is just a means to secure their power or obtain more.
  • Zare
    Zare reacted to penguinslayer's post in the thread UK Age verification. with Thanks Thanks.
    Well, are you going to do it? :D
  • Zare
    Zare reacted to Alain De Vos's post in the thread UK Age verification. with Thanks Thanks.
    Me having very old cds in my collection. Must try it in virtualmachine. Requiring boot floppy. Did a check found "slackware cd 1995" :)
  • SirDice
    You're really struggling with understanding how and when the version of the kernel changes, don't you? P4 is an issue with freebsd-update, has nothing to do with the kernel. So only the userland is updated to p4, the kernel isn't updated...
  • B
    Ok, this is a very stupid error. I didn't realise that pf isn't even running. Adding it to /etc/rc.conf and doing a service pf start did the trick. Sorry for even posting this.
  • D
    I've always found and read that robots.txt doesn't stop anything cause few systems and surfers care to even look at it.
  • S
    AlfredoLlaquet, you made a rather sweeping generalization, which, from what else I've seen of what you've written, made it sound as if you were looking for a disagreement.. I should have said "deliberately obtuse" rather than obtuse. It was meant...
  • F
    Now although you didn't ask it, I tried to ping 192.168.8.5 from 192.168.8.1. In this case I do have some result on BOTH machines. [Edited] This is on VM host, 192.168.8.1: tcpdump: listening on igb1, link-type EN10MB (Ethernet), snapshot length...
  • F
    Hi :) 1. The router is a basic non-programmable 8-port "home edition" router ppl use to create a small LAN on a single incoming NIC (gateway). No routing problems up to now. Now the sudo tcpdump -vnei igb1 vlan 10 output on the VM host...
  • K
    kpedersen reacted to drhowarddrfine's post in the thread IRC: Which client do you use? with Like Like.
    Slack is still around??!!!
  • SirDice
    https://forums.freebsd.org/threads/topics-about-unsupported-freebsd-versions.40469/
  • B
    Thanks for the hints. For clarity I edited the original post accordingly.
  • B
    One comment... you say 'a' (that you're only using -nf, only to show us something else ;) For those of us who don't know those parameters from mind it could be another possible cause. Also: which version of FreeBSD are you using? Because if...
  • trilkk
    Found a solution but forgot to post it; The problem is in the network adapter drivers. If you're running realtek-re-kmod, you must initialize the driver as follows: ifconfig_re0="-rxcsum -txcsum -rxcsum6 -txcsum6 DHCP" Checksum offloading to...
  • ShelLuser
    One comment... you say 'a' (that you're only using -nf, only to show us something else ;) For those of us who don't know those parameters from mind it could be another possible cause. Also: which version of FreeBSD are you using? Because if...
  • Aknot
    When checking our vmx0 on our VMware instance with # ifconfig , it shows support for both TSO4 and TSO6, making it possible to enable kTLS, right? When running # sysctl kern.ipc.tls.stats I'm getting: kern.ipc.tls.stats.ocf.retries: 0...
  • ShelLuser
    You don't want to block log all. Every packet is going to hit it, including the stuff you allow later on in the rule set.
  • B
    Hey all I somehow fail to write basic firewall rules for my system. When I run pfctl -nf /etc/pf.conf it fails with an error: # pfctl -nf /etc/pf.conf pfctl: Failed to open netlink: Bad file descriptor If I try to ask for more debug output, I...
  • Jose
    Necroposting because Google search results brought me here. It looks like what you were looking for was compose:menu. You can get all the possible values for the compose key by running grep compose /usr/local/share/X11/xkb/rules/xorg.lst.
  • S
    sidetone reacted to doul's post in the thread The Distrowatch BSD ranking with Like Like.
    Of course, DistroWatch is only a small window into reality, but cheating doesn't last in the long run; if you smooth the curves, it disappears completely.
  • S
    sidetone reacted to scottro's post in the thread The Distrowatch BSD ranking with Like Like.
    In fairness, it was one person who posted a thread like let's all do this on distrowatch, and several people said, no that's a bad idea, not least because someone will mention it elsewhere and give <distro> a bad name.
  • cracauer@
    cracauer@ replied to the thread Pulseaudio / Pipewire problem.
    So is it PA or PW that you expect to start in your config?
  • Espionage724
    Who's the audience that article is for? Microsoft has official notes with the same text and descriptions, officially. I install updates and don't expect breaking changes and don't read notes :p If I needed deeper info, MDL/etc has actual people...
  • Espionage724
    It was for me with Intel UHD 630 :D (fastfetch; did pkg remove xorg, installed xlibre's server pkg, and xlibre's evdev for mouse; Xfce started no problem like nothing was different)
  • MG
    I installed it and ran it with the default twm. But where's the project code? X11R6 and X.org already existed... The source code of the project itself without the dependencies. I think there's nothing and they only changed the former X11R6 file-...
  • D
    Slack is still around??!!!
  • D
    drhowarddrfine reacted to scottro's post in the thread IRC: Which client do you use? with Like Like.
    Has anyone posted the obligatory xkcd strip yet. If so, apologies. https://m.xkcd.com/1782/ I suspect the strip was drawn before 2018, when slack made it impossible to use with irssi. As mentioned above, for awhile, there was an irssi...
  • S
    xlibre has a number of developers working on it (more than most Wayland projects). One of them is stefan11111 who has in the past done some great work at cleaning up fundamental libraries (i.e gtk+2). Speaking of which, there is even more...
  • K
    xlibre has a number of developers working on it (more than most Wayland projects). One of them is stefan11111 who has in the past done some great work at cleaning up fundamental libraries (i.e gtk+2). Speaking of which, there is even more...
  • F
    For the sake of experiment, I also tried from my laptop with OpenBSD installed which I also connected as VLAN 10 through that router I have on that LAN. Same as VM guest -- OpenBSD set "tagged 10" host tap1 interface to VLAN 10 on its side. No...
  • MG
    There's nothing about it to be bad because it's XFree86. Ever used it? The project doesn't contain anything.
  • S
    scottro reacted to AlfredoLlaquet's post in the thread UK Age verification. with Like Like.
    I never believe any politician's intention is good. For them, everything is just a means to secure their power or obtain more.
  • S
    scottro reacted to MG's post in the thread Solved How to switch from X.org to Xlibre? with Like Like.
    This dude is promoting an XFree86 mod for the alt-right camp, pretending it competes with X.org but it barely contains anything. Spreading right wing bs is the only goal of the project. Xlibre isn't anything. Nothing is developed. Looking at...
  • F
    Only a simple router, nothing else. The output: $sudo tcpdump -vnei igb1 arp or icmp tcpdump: listening on igb1, link-type EN10MB (Ethernet), snapshot length 262144 bytes 0 packets captured 118 packets received by filter 0 packets dropped by...
  • S
    Now AlfredoLlaquet, you're being obtuse. Among other things, he's an anti-vaxxer which should make you wonder about his critical thinking skills. So, it might affect the quality of his software. It defintely makes me feel suspicious when he says...
  • MG
    This dude is promoting an XFree86 mod for the alt-right camp, pretending it competes with X.org but it barely contains anything. Spreading right wing bs is the only goal of the project. Xlibre isn't anything. Nothing is developed. Looking at...
Back
Top