Search found 1317 matches

by BitJam
Fri Sep 13, 2024 6:04 am
Forum: MX Help
Topic: [SOLVED] How to run CLI command / script during system startup / boot time ?
Replies: 5
Views: 163

Re: [SOLVED] How to run CLI command / script during system startup / boot time ?

The problem is you need xset to run after the X server has started. The /etc/rc.local file is working but it runs before the X server has started and therefore the xset command does nothing. Running xset via the display manager config and early-bg script is the correct solution and not a work-around.
by BitJam
Sun Sep 08, 2024 3:20 pm
Forum: MX Help
Topic: To know about the fastest way to cp files to USB Drive
Replies: 6
Views: 262

Re: To know about the fastest way to cp files to USB Drive

Reducing the buffer size can drastically increase usb writing speeds. I think MX may do this by default already, but in case it doesn't, you can run:

Code: Select all

sudo sysctl -w vm.dirty_bytes=20000000
You can find the current value with:

Code: Select all

sysctl vm.dirty_bytes 
by BitJam
Sat Sep 07, 2024 11:26 pm
Forum: Installation
Topic: How to boot a MX23 frugal install (into an ext4 partition/dir/...) with refind UEFI ? [Solved]
Replies: 6
Views: 288

Re: How to boot a MX23 frugal install (into an ext4 partition/dir/...) with refind UEFI ? [Solved]

It looks like you did a manual frugal install (which is fine). When the live system does a frugal install the directory it creates that contains all the files includes the word "Frugal" and the kernel version. This helps prevent collisions with older frugal installs that might still be lying around ...
by BitJam
Tue Sep 03, 2024 6:39 am
Forum: General
Topic: Why so many mounted file systems in MX [Solved]
Replies: 16
Views: 1044

Re: Why so many mounted file systems in MX [Solved]

Try running snapshot and when it's squashing the filesystem it creates like 50 mount points. Probably less, I haven't counted but if you open double commander when it's running that's about what it shows. Snapshot calls our installed-to-live script which uses a bunch of bind mounts to make a "copy ...
by BitJam
Mon Sep 02, 2024 3:18 am
Forum: General
Topic: Why so many mounted file systems in MX [Solved]
Replies: 16
Views: 1044

Re: toast2:Re: Why so many mounted file systems in MX [Solved]

Jerry3904 wrote: Sun Sep 01, 2024 6:28 am Hey, @BitJam -- nice to see you!

:toast2:
Thanks Jerry! This was just a brief cameo appearance.
by BitJam
Sun Sep 01, 2024 4:02 am
Forum: General
Topic: Why so many mounted file systems in MX [Solved]
Replies: 16
Views: 1044

Re: Why so many mounted file systems in MX [Solved]

I was just going through the mount points and found that there are about 17 mount points in a typical MX Linux. Please see the details given below. Why does MX need to have so many mount points in a running system? Can these be reduced? For example the portal, systemd, pstore, devpts, and a few ...
by BitJam
Fri May 17, 2024 12:09 am
Forum: MX Help
Topic: mx snapshot does not remember /etc/fstab etc [Solved]
Replies: 13
Views: 723

Re: mx snapshot does not remember /etc/fstab etc [Solved]

DukeComposed said: MX Snapshot-of-Your-System-That's-an-ISO-Which-Can-Also-Be-Used-as-an-Installer-But-Let's-Be-Reasonable-About-It is a little hard to remember. :number1: Making a bootable live iso from a running installed system is not trivial. There are many special cases. We ended up creating ...
by BitJam
Wed Feb 14, 2024 5:03 pm
Forum: MX Help
Topic: Experimental frugal install
Replies: 32
Views: 1948

Re: Experimental frugal install

Haven't tried frugal installation in a loooong time, does it add an entry to UEFI? fehlix covered how a frugal install modifies the system, namely it adds a directory to an existing partition and copies files into it. That's it. No partitioning, no creating file systems, no modifications of any ...
by BitJam
Wed Feb 14, 2024 2:27 am
Forum: MX Help
Topic: Experimental frugal install
Replies: 32
Views: 1948

Re: Experimental frugal install

Welcome! :party2: I think the problem was I was booting the .iso from a grml-rescueboot folder in Debian. It booted fine and I could have done a regular file directory install, but the frugal installer didn't like whatever parameters I was choosing and I tried a few different options. Yes, a frugal ...

Go to advanced search