Search results

  1. Jose

    Open62541 Building a Simple Server

    Please don't start multiple threads on the same subject. (Thanks to SirDice for merging them.) I find what that tutorial asks you to do to be really confusing. On the one hand they instruct you to download the "amalgamated" release file (open62541.c), but also mention that you'll wind up with...
  2. Jose

    Postfix and dovecot and mysql for mail sever.

    I think you might've mangled your LMTP and auth sections. This is what I have auth_mechanisms = plain login service auth { unix_listener /var/spool/postfix/private/auth { user = postfix group = postfix mode = 0660 } inet_listener { address = 192.168.1.10 port = 12345...
  3. Jose

    Postfix and dovecot and mysql for mail sever.

    Man that's hard to read formatted like that. Removing all the comments and adding indentation: service imap-login { inet_listener imap {} inet_listener imaps {} } service pop3-login { inet_listener pop3 {} inet_listener pop3s {} } service submission-login { inet_listener...
  4. Jose

    Open62541 Building a Simple Server

    Their instructions are a little jacked. Download the open62541.h and open62541.c files from the release page and put them in your open62541Learning directory. You'll have to add these 4 lines to open62541.h#ifdef __FreeBSD__ #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP #define...
  5. Jose

    Backdoor in upstream xz/liblzma leading to SSH server compromise

    I looked at the first one. It's a driver for a RAID controller provided by the manufacturer: https://github.com/freebsd/freebsd-src/commit/d2bd3ab995038214fa00f73d4a88cd891d0afe34 It was originally provided as an object file uuencoded (wtf?) into a text file that had to be decoded at build...
  6. Jose

    Postfix and dovecot and mysql for mail sever.

    Problem is, some files have so many comments in them that they obscure the actual running config. What I do is keep the original config file with a .sample or .dist suffix, and then diff that against the new version. That way I get a clean diff of the new settings or defaults, but still have a...
  7. Jose

    Linuxulator vs Intel/AMD GPUs

    Yes, but it's much harder to trigger. I had to fool around with the mouse a lot more, and press keys too. I'm not entirely sure that's what triggers it to be honest. It does seem to be correlated with input of some sort, but I could not come up with a reproducible way of making it happen.
  8. Jose

    Linuxulator vs Intel/AMD GPUs

    FreeBSD 13.3-RELEASE-p1 GENERIC drm-510-kmod-5.10.163_8 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Intel(R) Xe Graphics (TGL GT2) (Frame.work 11th gen laptop) ./linux-chroot /usr/bin/glxinfo mount -o nocover -t tmpfs tmpfs /usr/home/jose/Downloads/umnt mount -t devfs devfs...
  9. Jose

    Sudden shutdown

    Some server-class computers will shut themselves off after some time if their Lights Out Management port is not connected.
  10. Jose

    Backdoor in upstream xz/liblzma leading to SSH server compromise

    But-but-but we need quality metrics! All joking aside, this is why I'm not a fan of "if you can't measure it, you can't improve it." There are things that are hard to measure, like quality and happiness. I figured he would have an opinion ;)
  11. Jose

    Backdoor in upstream xz/liblzma leading to SSH server compromise

    Thoughts on the infamous Debian Openssl patch? https://research.swtch.com/openssl
  12. Jose

    Backdoor in upstream xz/liblzma leading to SSH server compromise

    An interesting writeup of the particulars of the backdoor: https://gynvael.coldwind.pl/?lang=en&id=782 My initial understanding after a quick read of that article is that a Linux x86_64 object file was hidden in a test case. The backdoor reassembles and decrypts that file, and tries to inject...
  13. Jose

    Favorite programming language(s)?

    Tabs? Spaces? /rubs hands
  14. Jose

    Solved MS Teams with camera?

    Life imitates... comedy?
  15. Jose

    HDMI Forum to AMD: no, you are not allowed to implement v2.1 as open source

    Thanks for posting this. Will inform my future buying decisions.
  16. Jose

    The Case for Rust (in the base system)

    It has already happened: https://jfrog.com/blog/malware-civil-war-malicious-npm-packages-targeting-malware-authors/
  17. Jose

    Share your preferred bsd or linux distribution which is not FreeBSD.

    There are no BSD "distributions". You really should know that by now. I use Open- Net- and (obv.) FreeBSD. I'm unreasonably fond of the couple of Void Linux installs I have.
  18. Jose

    reddit vs discord

    One very big difference is that anyone can run an IRC server. All Discord "servers" are run by a private, for profit company. I am not anti-capitalist, but I try to remember what capitalism is: a ruthlessly efficient engine for generating shareholder profits. Is that what you want as the...
  19. Jose

    Frozen NFSV4 krb5 user mounted shares after expired ticket.

    This sounds like a bug. Do you have a reproducible test case?
  20. Jose

    The Case for Rust (in the base system)

    Since the vast majority of security compromises come from social engineering, I can turn that right back around and tell non-nerds to stop clicking on every link in that email from "russianbridesforyou.com". And please, change your password. Yeah "password1234" is not secure. And whatever crusty...
Back
Top