Latest activity

  • vermaden
    I saw "FreeIPA" and thought, oh, cool - a free beer!:beer:
  • vermaden
    Updated/fixed with Your command instead. Thank You for pointing that out.
  • DutchDaemon
    Furthermore: net/rclone net/rsync
  • B
    balanga reacted to Isoux's post in the thread Solved How to 'cp -a' from a website with Like Like.
    You can also use rsync if you have SSH access — it is usually a better equivalent to cp -a over the network: rsync -avz user@remote-host:/path/to/dir . For HTTP-only access, wget --mirror works, but as mentioned, directory listing must be...
  • B
    balanga reacted to SirDice's post in the thread Solved How to 'cp -a' from a website with Like Like.
    You know scp exists? Other than that, wget can download directories, but DirectoryIndex has to be enabled, there's no way to figure out the contents of a web directory through the regular HTTP(S) protocol.
  • S
    Yes, but as mentioned above, I sometimes have to start my window manager with dbus-launch but it's not consistent--that is, sometimes I don't have to do that. The essential thing, again with fcitx5-anthy, is to also have fcitx5-qt6 installed. I...
  • SirDice
    You might be interested in my neovim config: https://sirdice.nl/random_things/nvim-lazy
  • S
    ChapinTokyo I only know that in regular FreeBSD, *sometimes* though this hasn't been consistent, I had to change my startx entry from exec openbox (or exec dwm) to exec dbus-launch openbox. (and also being sure to install fcitx5-qt6). But as...
  • S
    scottro replied to the thread Solved 14.3 to 15.0.
    You're right and I missed that. Thanks, and apologies to fernandel
  • SirDice
    You know scp exists? Other than that, wget can download directories, but DirectoryIndex has to be enabled, there's no way to figure out the contents of a web directory through the regular HTTP(S) protocol.
  • B
    I want to copy a subdirectory tree from a website, effectively cp -a remote-host/dir .. How would I do that? I can download files individually via my browser but would like to duplicate the remote directory.
  • S
    scottro reacted to Emrion's post in the thread Solved 14.3 to 15.0 with Thanks Thanks.
    Unless I'm mistaken, fernandel isn't using pkgbase. He just wants to upgrade a system from 14.3 to 15 with freebsd-update. It's time to look at pkgbase. It's what I'm doing with several VMs and I'm writting a new set of jail management scripts...
  • SirDice
    No. It's graphics/mesa-dri that depends on graphics/wayland. x11/xorg depends on graphics/mesa-dri. Xorg has no direct dependency on Wayland, why would it? But even if graphics/wayland is installed, as long as you have a "regular" Xorg (startx or...
  • SirDice
    pw usermod sshd -G nslcd Careful with that one. If, for some reason, the sshd user was a member of additional groups, those would get removed. This adds the sshd user to the nslcd group, leaving the additional groups sshd might be a member of...
  • vermaden
    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  • H
    Perhaps not consciously, but wayland seems to be there: 1) you used waypipe 2) xwayland is an X server that runs on top of wayland. wayland is meant to substitute X11 (like substituting apples with sausages), and since those that have wayland...
  • SirDice
    Note that graphics/drm-kmod pulls in graphics/drm-510-kmod on 13.2 and graphics/drm-61-kmod on 14.3.
  • MG
    MG replied to the thread C Looking for cuse(3) examples.
    What's the goal? I think cuse(3) is a library, so you have to apply it in C... I used cuse4bsd as part of a webcam viewer but I don't remember the exact function. Is that what you're talking about? (It's now obsolete and not a port anymore but...
  • B
    Is there a reason for using the legacy x11-drivers/xf86-video-intel instead of graphics/drm-61-kmod?
  • H
    Perhaps there is the problem, perhaps you have wayland installed and running X11 as xwayland on top of the wayland crap.
  • Crivens
    Crivens reacted to Beastie's post in the thread It's all about jokes, funny pics... with Like Like.
    View: https://www.youtube.com/watch?v=9juvgSvCXko View: https://www.youtube.com/watch?v=lSOMZV8Eh1s
  • H
    Please, go use wayland and do not mix in discussions about X11. It is not your business.
  • H
    hruodr replied to the thread AI for writing documentation.
    Yes, make incorrect things, some AI engines more, some less, the ones correct it faster when you say it, the others not. I think, you are expecting too much of AI. Just try it, experiment, see what it is and do not expect what it not is. We are...
  • J
    IMO it may be time to cut your losses and restore from backup. I had a situation similar to yours. It was my testbed machine. It was backed up and the data was duplicated from my primary build server which also acts as they primary NFS server...
  • J
    this is my backup machine (NAS) :(
  • cy@
    IMO it may be time to cut your losses and restore from backup. I had a situation similar to yours. It was my testbed machine. It was backed up and the data was duplicated from my primary build server which also acts as they primary NFS server...
  • J
    It's now been close to 3 weeks, and zfs import still hasn't completed. I'm wondering if it ever will. AlfredoLlaquet if I was to reboot the machine now, could it be any worse than it was earlier? Thanks
  • B
    The instructions are pretty much along the following lines (discussed at https://forums.freebsd.org/threads/minimal-pkgbase-jails-chroots-docker-oci-like.99512/#post-731756): -- create a dataset # zfs create...
  • H
    It is, but I didn't see the OP specifying that X forwarding being essential or anybody asking if other options would be acceptable. There are a few situations where literal X forwarding is the solution, but it hasn't been established that any of...
  • Espionage724
    Not on FreeBSD at the moment, but I hosted 7 websites on 16.0-CURRENT about a month ago: WordPress (blog) Piwigo (pictures) MyBB (forums) Friendica (ActivityPub/social media/micro-blog) DokuWiki (notes; everything mentioned :cool:) And two...
  • Espionage724
    https://hypha.tv https://www.reddit.com/r/freebsd/comments/1r7mp9n/we_built_our_entire_startup_infra_on_freebsd_in/
  • cracauer@
    cracauer@ replied to the thread SMSL D200 bitperfect mode.
    I wonder how it is even possible for bitperfect mode to not work when mixer mode works. Bitperfect should be the simpler of the two. Might be worth emailing the code owner about.
  • vermaden
    vermaden reacted to scottro's post in the thread Solved 14.3 to 15.0 with Thanks Thanks.
    I'm gonna spam my own page on this https://srobb.net/fbsd14_15.html
  • S
    scottro replied to the thread Solved 14.3 to 15.0.
    I'm gonna spam my own page on this https://srobb.net/fbsd14_15.html
  • B
    balanga replied to the thread hp deskjet 5150.
    My printer is an HP Deskjet 5150. I get the option of HP Deskjet 5100, but I guess this is close enough. I'm also asked to provide a PPD file. I don't know what that is and if I really need one. Anyway I added the printer and proceeded to try...
  • Zare
    Zare reacted to T-Daemon's post in the thread Intel arc b580 with xorg with Thanks Thanks.
    The Intel Arc B580 apparently requires certain bits which only Linux 6.12+ provides. https://www.phoronix.com/review/intel-arc-b580-graphics-linux FreeBSD drm-kmod in ports is currently at most version 6.9 (graphics/drm-latest-kmod), and 6.10...
  • Espionage724
    Espionage724 replied to the thread hp deskjet 5150.
    Can the printer power on with just USB connected? Maybe it offers that for low-power/efficiency. Could maybe be a USB flash/update/recovery means?
  • B
    balanga replied to the thread hp deskjet 5150.
    I have just notice that usbconfig shows Deskjet 5150c HP when I connect a USB cable between the computer and printer even though the printer is switched off. This surprises me. Can anyone explain how this works?
  • B
    balanga reacted to atax1a's post in the thread hp deskjet 5150 with Like Like.
    Yes. Then from there, Administration → Add Printer, and follow the wizard. There should be a "Local Port" option at some point that lists your USB port, and then another one to select make/model and thus driver. From there, you can set as default...
  • cracauer@
    cracauer@ replied to the thread SMSL D200 bitperfect mode.
    The disks not parking is a ZFS issue that was fixed last week in OpenZFS. https://github.com/openzfs/zfs/pull/18138
  • cracauer@
    xauth is there. It is xauth printing the error message.
  • cracauer@
    What happens if you call `xauth generate` on your local machine? (no ssh)
  • Espionage724
    Espionage724 replied to the thread The Random Thread.
    TeamSpeak's still an option! https://kotaku.com/discord-alternative-teamspeak-age-verification-check-rivals-2000669693 Before Discord came out I hosted a TS3 server for a bit before Mumble :D
  • freethread
    freethread reacted to Espionage724's post in the thread AI for writing documentation with Like Like.
    Imo that shouldn't even be a feature on public forums; if you're on the forum you already agree to its contents, and it forum moderators find it fine why self-censor? Afaik someone posting positively about AI one day doesn't necessarily define...
  • H
    Tragic that it is necessary to explain this. People do not understand anymore what X11 really is. That is why they think wayland is a substitute X11. That is why X11 is in danger. That is perhaps the problem. I am using a remote OpenBSD...
  • H
    hruodr replied to the thread AI for writing documentation.
    Well, I do not really know markdown, but I know what it is. Normally together with markdown html is offered and I select html. But if I use your program, I can learn it fast. I can convert mdoc to ascii with: nroff -T ascii -mdoc file
  • SirDice
    Had to wait until I got home, had dinner. Set up the test machine, looked for a way to make a screenshot. Then: (sorry for the resolution, I know, it's a lot) I mean I can't tell you why it's not working for you. All I can say, the only...
    • xforward.png
  • H
    hruodr replied to the thread AI for writing documentation.
    No, not 100%, it does not show the option letters. Cheated, but ask it to correct it ... This script is a fork? Perhaps chatgpt knew something before? I have the impression that, due to the AI hype, people expect too much from AI. Since I was...
  • Espionage724
    Espionage724 reacted to astyle's post in the thread AI for writing documentation with Like Like.
    yeah, this is what English classes are for. Learning the basics of spelling, sentence structure, choice of vocabulary, considering the tone, the audience, technical standards for formatting... and practicing your ass off so that those skills are...
  • H
    hruodr replied to the thread AI for writing documentation.
    That are two different workflows, that is what I was trying to explain as you got offended ...
Back
Top