Search found 6605 matches

by Ed_P
29 Nov 2023, 07:03
Forum: Newbie questions
Topic: [SOLVED] Sad for 5.01 released
Replies: 12
Views: 715

Sad for 5.01 released

Rava wrote:
29 Nov 2023, 02:21
What do you want to change? The owner or the properties?
He needs to change the Owner and Group Permissions of the changes folder to root. See the images above. Not a file.

What does the Permissions window look like for your changes folder Rava?
by Ed_P
28 Nov 2023, 18:16
Forum: Newbie questions
Topic: Wired mouse and keyboard stop working after boot
Replies: 18
Views: 1110

Wired mouse and keyboard stop working after boot

All one line. Thus:

Code: Select all

APPEND changes=/mnt/sdb1/porteus/save.dat usbcore.autosuspend=-1
by Ed_P
28 Nov 2023, 17:57
Forum: Newbie questions
Topic: [SOLVED] Sad for 5.01 released
Replies: 12
Views: 715

Sad for 5.01 released

I would open a terminal window, signon as root, right click on the changes file, set the Properties.

The question is, what changed them. :%)
by Ed_P
28 Nov 2023, 17:22
Forum: Newbie questions
Topic: [SOLVED] Sad for 5.01 released
Replies: 12
Views: 715

Sad for 5.01 released

Well, the one on the left is right and why always fresh mode works for you. The one on the right is wrong and must be coming from your saved changes. Change it to the correct settings or delete your saved changes. Added in 10 hours 28 minutes 36 seconds: Then again, maybe neither are right. This is ...
by Ed_P
27 Nov 2023, 23:16
Forum: Newbie questions
Topic: Wired mouse and keyboard stop working after boot
Replies: 18
Views: 1110

Wired mouse and keyboard stop working after boot

Or maybe too many hubs. Nov 27 10:01:52 porteus kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd Nov 27 10:01:52 porteus kernel: usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.56 Nov 27 10:01:52 porteus kernel: usb 2-1: New USB device strings: Mfr=1, Pro...
by Ed_P
27 Nov 2023, 18:46
Forum: Newbie questions
Topic: [SOLVED] Sad for 5.01 released
Replies: 12
Views: 715

Sad for 5.01 released

Good to know. That implies one of your cheatcodes or modules is the problem. You will need to test deleting them one by one to see which one is causing the problem. :happy62:
by Ed_P
27 Nov 2023, 05:59
Forum: Newbie questions
Topic: [SOLVED] Sad for 5.01 released
Replies: 12
Views: 715

Sad for 5.01 released

Do your computers work with 5.0? 4.0?

Please post the results of these commands, which must be run in root mode.

lspci

lspci -k | grep driver

dmesg | grep firmware

Running the debug script shown here: Debug help for new users might help also.
by Ed_P
27 Nov 2023, 05:45
Forum: Newbie questions
Topic: Wired mouse and keyboard stop working after boot
Replies: 18
Views: 1110

Wired mouse and keyboard stop working after boot

I suspect the hub isn't supplying enough voltage.
by Ed_P
26 Nov 2023, 20:31
Forum: Intermediate/Advanced User Questions
Topic: Ventoy detail question (ISO files fragmentation)
Replies: 12
Views: 603

Ventoy detail question (ISO files fragmentation)

Is there a Linux version or it will run in Wine? (personally after wine I go to bed.)
by Ed_P
26 Nov 2023, 16:43
Forum: General chat
Topic: XZM module creation
Replies: 17
Views: 833

XZM module creation

Your script is also over 100 lines Yes but a third of the lines are blank or start with a # . :D Added in 21 minutes 57 seconds: 82 functional lines. And you can delete this group of 13 that aren't used in this script. # Color definitions # ups.sh txtbld=$(tput bold) # Bold txtred=${txtbld}$(tput s...
by Ed_P
26 Nov 2023, 16:14
Forum: Intermediate/Advanced User Questions
Topic: Ventoy detail question (ISO files fragmentation)
Replies: 12
Views: 603

Ventoy detail question (ISO files fragmentation)

In the past I have used a Windows app named contig.exe. Contig v1.7 - Makes files contiguous Copyright (C) 1998-2012 Mark Russinovich Sysinternals - www.sysinternals.com Contig is a utility that defragments a specified file or files. Use it to optimize execution of your frequently used files. @echo ...
by Ed_P
26 Nov 2023, 07:00
Forum: Intermediate/Advanced User Questions
Topic: bash error tip `"' -> {
Replies: 4
Views: 810

bash error tip `"' -> {

Rava wrote:
26 Nov 2023, 05:13
Have you tried

Code: Select all

       --debugger
No. Don't know where to put it in a script.
Rava wrote:
26 Nov 2023, 05:13
and/or

Code: Select all

xtrace  Same as -x.
No. Don't know where to put it in a script.

To debug I use:

Code: Select all

set -x;
:)
by Ed_P
26 Nov 2023, 06:51
Forum: General chat
Topic: XZM module creation
Replies: 17
Views: 833

XZM module creation

Vic this is a script I use to create a module of my nemo bookmarks. It's rather simple and basic, to match my skill set. :D #!/bin/bash # Save changes as a mod file # https://forum.porteus.org/viewtopic.php?f=81&t=5981&start=15#p46643 MOD=mynemochanges # mychanges-$(date +%Y%m%d) TO=Modules SYSTM= ...