Skip to content
  • How to assign rfcomm ?

    Linux Programming linux help tutorial question
    6
    0 Votes
    6 Posts
    5 Views
    J
    Thank you. At present it is little overkill for my task using only one serial to Bluetooth connection. Eventually I will have multiple network connections...
  • 0 Votes
    3 Posts
    5 Views
    R
    Very good points! Everything is a trade-off. :thumbsup:
  • Microsoft Recall again...

    The Lounge com linux question learning
    5
    0 Votes
    5 Posts
    0 Views
    J
    charlieg wrote: I've used Quicken for decades Gotta agree with you there, buddy. Their customer support is corrupt too, as far as I'm concerned. Jeremy Falcon
  • 0 Votes
    8 Posts
    0 Views
    R
    oh, my Ubuntu installation would complete FREEZE when certain media was played. The screens were frozen but I could still see the cursor move around the screen, but nothing else. Recreated the issue numerous times with Firefox. No other browser causes the problem. unfortunately left firefox behind.
  • Linux not as safe as it used to be

    The Insider News com linux security
    13
    0 Votes
    13 Posts
    195 Views
    N
    open source = providing thief with a complimentary house key ===================================================== The grass is always greener on the other side of the fence
  • Another disk copying question

    The Lounge question linux help
    12
    0 Votes
    12 Posts
    1 Views
    A
    Worth knowing. Once we open up the console and get the old disk out we'll know better.
  • Need one more setter for the CCC

    The Lounge linux
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • I feel bad, even though I helped

    The Lounge help design com graphics linux
    19
    0 Votes
    19 Posts
    0 Views
    M
    It's not surprising for a HDD to fail after 4 years. Average lifespan is 3 to 4, so yours was just OK. What I don't know is why you stopped using the other 5. HDDs and batteries always fail, it's just a fact of life. Having them in an array means your data is safe and you just replace the failed unit. Edit: My post was not meant to say that Seagates are better than brands; just that they are not worse. As I said above, all drives will fail and I was just a bit lucky to have mine fail latter than usual. Mircea
  • The long slow boot

    The Insider News com linux
    3
    0 Votes
    3 Posts
    0 Views
    T
    Can you praise this, and at the same time complain about resources spent e.g. on putting some clown on the moon? Religious freedom is the freedom to say that two plus two make five.
  • 0 Votes
    20 Posts
    0 Views
    T
    raddevus wrote: I am still very curious if a 64 bit app can eat all of the memory on a large server (64GB RAM or something larger). I'm guessing that it cannot since 1. I believe that any app cannot allocate RAM beyond its address space. If you by 'address space' refer to the entire 2**64 bytes space that a 64 bit process can cover by its addresses, 16 exbi bytes (more than 16 million gigabytes), your assumption is right: A process cannot allocate that much space. And we will never see a computer with 16 exbi bytes of RAM. Never ever. In no general machine (excluding e.g. embedded processors) of the last 30-40 years has the address indicated by the program code been used directly as the physical RAM address. The virtual address in the program is translated to a different physical address in RAM through a set of hardware translation tables, managed by the OS, called the Memory Management System (MMS). Each process has its own set of MMS tables. The OS sets up the MMS tables for a tiny slice of the virtual address space. If the program presents a virtual address within this slice, the range covered by the MMS tables for that process, it is translated to a physical RAM address. If the virtual address is outside the range covered by the MMS tables, an interrupt is generated, and the OS will terminate the process. (Well, it might offer a mechanism for reporting the interrupt e.g. to a debugger that can inspect the process state before it is cleaned out.) If you by 'its address space' refer to just that slice of the total 64 bit virtual address space for which the OS has set up translation tables, then you are essentially right. The size of this slice can be a few hundred kiB, a few GiB, or many GiB - but the OS will not give you more than it is capable of handling. When an app allocates RAM, the allocated space is, at the outset, within the address space translated by its MMS tables. If the malloc/new/... maps down to an OS request, the OS may say: 'There isn't enough unused space in the already mapped virtual address space, so I have to add another entry to the mapping tables, expanding the address space available to that process'. Before the OS does that, it will check that the process does not already control an excessive amount of address space. The limit is set by the OS to any value that it can handle. In many systems, malloc/new/... starts out as a call to a runtime library in the process address space. As long
  • Daily News - 09/20

    The Insider News visual-studio com windows-admin linux security
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    0 Views
    R
    Has there been an official explanation for why the news email is no longer being sent?
  • Beyond Compare and WSL

    The Lounge linux com collaboration learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • You wanna talk about meta?

    The Lounge linux testing beta-testing question lounge
    10
    0 Votes
    10 Posts
    0 Views
    T
    Quote: Imagine having this chat with devs in the 1960s. Imagine trying to carry a 24TB hard drive back then. >64 It’s weird being the same age as old people. Live every day like it is your last; one day, it will be.
  • 0 Votes
    4 Posts
    0 Views
    J
    :) Know what you mean! Time sink, but one can roll your own. Windows no way. "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    5 Posts
    3 Views
    C
    Hi Jana, Can you try these DRX Flashing (Local Loopback) DRX flashing could be due to local loopback. Check and disable it with: stty -F /dev/ttyUSB0 -echo Use minicom to send AT commands: sudo apt-get install minicom Open your serial port: sudo minicom -D /dev/ttyUSB0 Type AT to check response (OK if working). I hope this will work for you and resolve your issue....... ;)
  • 0 Votes
    2 Posts
    3 Views
    R
    raddevus wrote: well they didn't entirely abuse me. You obviously weren't trying hard enough! :laugh: "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: Put it down in the cellar, see if it ages well Do not forget to open it up some time before being used... :-D M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    17 Posts
    0 Views
    S
    Yeah, same here. I run MX Linux as my main OS and Windows 11 in a QEMU/KVM based VM. Works really well. I also do GPU passthrough so I can play my Steam/GOG games in the VM.
  • 0 Votes
    4 Posts
    0 Views
    N
    Kent Sharkey wrote: Also, anyone shocked it's taking them longer than expected to Rustify the kernel? ehhh.... no. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.