Porteus-v5.0x86_64_bugs reports

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Porteus-v5.0x86_64_bugs reports

Post#16 by Ed_P » 07 Jul 2022, 21:33

With Cinnamon (5.4.2) and wifi, when I close the lid on my notebook, do manual tasks then reopen the notebook I can not reconnect to my wifi connection.
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Porteus-v5.0x86_64_bugs reports

Post#17 by ncmprhnsbl » 07 Jul 2022, 23:54

sos wrote:
07 Jul 2022, 20:09
Noticed that the cheat code login=root no longer seems to work. It was fine in 5.0rc3! This is with XFCE.
yep, we switched lxdm (instead of slim) (because logging out of guest and logging into root didn't work smoothly)
seems we missed the correct code for the 'login=' cheatcode in /etc/rc.d/rc.4
this line:

Code: Select all

[ "$login" ] && sed -i 's/^.*default_user.*/default_user '$login'/g' /etc/lxdm/lxdm.conf
should be:

Code: Select all

[ "$login" ] && sed -i 's/^.*autologin=.*/autologin='$login'/g' /etc/lxdm/lxdm.conf
(this affects all DEs except KDE (it has sddm) edit: also cinnamon and mate work correctly..
quick fix for this:
(as root) copy 003-xfce.xzm to /tmp > extract it > edit that line in rc.4 > recompress to module > rename 003-xfce.xzm in base (ie. to 003-xfce.xzm.bak) > put the new 003-*.xzm in base > reboot

another workaround for now: use nologin cheatcode to boot to the login screen then login as root :p
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

CawkA
White ninja
White ninja
Posts: 18
Joined: 08 Jul 2022, 02:29
Distribution: Arch
Location: Russia
Contact:

Porteus-v5.0x86_64_bugs reports

Post#18 by CawkA » 08 Jul 2022, 03:05

In KDE on System Settings > Personalization > Users, for disable autologin for guest userm i'm get error Invalid KPackage: 'kcm_users'.

Terminal output:

Code: Select all

systemsettings5
QQmlEngine::setContextForObject(): Object already has a QQmlContext
file:///usr/share/kpackage/kcms/kcm_landingpage/contents/ui/main.qml:127:9: QML FormLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "preferredHeight"
file:///usr/share/kpackage/kcms/kcm_landingpage/contents/ui/main.qml:57:9: QML FormLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "preferredHeight"
org.kde.kcm_users: "The name org.freedesktop.Accounts was not provided by any .service files"
Error loading the module "kcm_users" : invalid KPackage
My Porteus x86_64 modules: https://iiiypuk.me/posts/porteus/porteus-packages/

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Porteus-v5.0x86_64_bugs reports

Post#19 by ncmprhnsbl » 08 Jul 2022, 05:34

CawkA wrote:
08 Jul 2022, 03:05
System Settings > Personalization > Users, for disable autologin for guest user
yeah, this setting doesn't work.. i don't think there's a way to implement this compatible with porteus..
but: to disable autologin use the nologin cheatcode by either:
press TAB at the boot screen and type "nologin" (no quotes) (then enter)
or more permanently: edit /boot/syslinux/porteus.cfg > add nologin to the line beginning with APPEND
or directly edit /etc/sddm.conf.d/kde_settings.conf > change line: User=guest to User= (which is what the nologin cheatcode does)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Porteus-v5.0x86_64_bugs reports

Post#20 by Blaze » 08 Jul 2022, 08:41

AcnapyxoB wrote:
07 Jul 2022, 11:27
2. Samba
Problem using a shared NAS in local network (Windows shares also)
Did you try in file manager open it as

Code: Select all

smb://host-name-of-your-share/
# or
smb://IP-of-your-share/
AcnapyxoB wrote:
07 Jul 2022, 11:27
3. OpenConnect
Seems you need in plasma-nm and openconnect (if you want to build the OpenConnect VPN plugin) https://github.com/KDE/plasma-nm
For build plasma-nm-openconnect you can use this SlackBuild plasma-nm-openconnect-SlackBuild.tar
or older SlackBuild https://slackbuilds.org/repository/14.2 ... enconnect/ (Note. Needs tweaks in SlackBuild for a new plasma-nm-openconnect)

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Porteus-v5.0x86_64_bugs reports

Post#21 by AcnapyxoB » 08 Jul 2022, 10:39

Blaze wrote:
08 Jul 2022, 08:41
Did you try in file manager open it as
Yes,
KDE's Dolphin says "Loading folder..."
Cinnamon's Nemo says "Unable to mount location Failed to mount Windows share: Invalid argument
XFCE's Thunar says - nothing.
Firewall is off !
Last edited by AcnapyxoB on 08 Jul 2022, 15:50, edited 1 time in total.
Porteus v5.01 KDE x86_64

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Porteus-v5.0x86_64_bugs reports

Post#22 by AcnapyxoB » 08 Jul 2022, 11:43

Blaze wrote:
08 Jul 2022, 08:41
build plasma-nm-openconnect
How to build it ?
Porteus v5.01 KDE x86_64

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Porteus-v5.0x86_64_bugs reports

Post#23 by Blaze » 08 Jul 2022, 12:54

AcnapyxoB, you must activate 05-devel.xzm and not bad 06-crippled_sources-5.18.8-64bit.xzm
in KDE5 open console as root and run these commands

Code: Select all

su
toor
cd /tmp
wget -q --show-progress https://download1654.mediafire.com/3n8yzux8kvhg/v72ggnkfpnzfuwv/plasma-nm-openconnect-SlackBuild.tar
tar xf plasma-nm-openconnect-SlackBuild.tar
rm plasma-nm-openconnect-SlackBuild.tar
cd plasma-nm-openconnect/
./plasma-nm-openconnect.SlackBuild
Отправлено спустя 8 минут 15 секунд:
AcnapyxoB, SMB v1.0 is on (in Windows)?
Image
https://www.partitionwizard.com/partiti ... win10.html

Plus create smb1.reg file with this content and activate this reg file as Administrator

Code: Select all

reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
reg add HKLM\Software\Policies\Microsoft\Windows\LanmanWorkstation /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Porteus-v5.0x86_64_bugs reports

Post#24 by AcnapyxoB » 08 Jul 2022, 14:10

Blaze, thanks for your time, но не получается !
CMakeOutput.log
Porteus v5.01 KDE x86_64

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Porteus-v5.0x86_64_bugs reports

Post#25 by babam » 08 Jul 2022, 16:28

AcnapyxoB wrote:
07 Jul 2022, 19:01

the script that creates the container doesn't work on 5.0rc3 and 5.0 !?
You could try selecting xfs, I think it will work.
Sorry, my English is bad.

User avatar
AcnapyxoB
Samurai
Samurai
Posts: 191
Joined: 24 Dec 2014, 10:15
Distribution: Porteus 5.01
Location: Planet Earth

Porteus-v5.0x86_64_bugs reports

Post#26 by AcnapyxoB » 08 Jul 2022, 16:39

babam wrote:
08 Jul 2022, 16:28
You could try selecting xfs
Confirmed it works, thanks. I had only tried ext4.
Porteus v5.01 KDE x86_64

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Porteus-v5.0x86_64_bugs reports

Post#27 by Blaze » 08 Jul 2022, 18:45

AcnapyxoB, well, you need to instal this dep extra-cmake-modules

Code: Select all

su
toor
pmod -u
pmod -m extra-cmake-modules
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Porteus-v5.0x86_64_bugs reports

Post#28 by Ed_P » 08 Jul 2022, 22:03

This occurs with the live release.
Ed_P wrote:
23 Jun 2022, 15:20
Different problem.

When I close my browser, FireFox, then reopen it it opens as full screen. I resize the browser to not be full screen, post with it and etc, close it, reopen it, it's back to full screen. When I click the + symbol next to the x at the top right corner the browser window takes on a smaller size but it's not the size I had set, and prefer, previously.

And when I insert my Porteus 5.0rc3 USB drive to update it to Porteus 5.0 I get:

Unable to mount Porteus
Error mounting /dev/loop0p1 at /run/media/guest/Porteus: /dev/loop0p1
already mounted or mount point busy.

I am able to boot the drive so don't know what the problem is.
Ed_P wrote:
08 Jul 2022, 22:50
When I boot the prior 5.0rc3 ISO the Porteus USB drive mounds as sda1.
The updated USB drive boots Porteus 5.0 and almost immediately starts the Graphic Mode as one reads the menu options.
Ed

User avatar
babam
Warlord
Warlord
Posts: 526
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Porteus-v5.0x86_64_bugs reports

Post#29 by babam » 08 Jul 2022, 22:19

Porteus Gnome

When double-click the Trash icon on the desktop it will open with Audacious, to open with the file manager (Nautilus):

Code: Select all

xdg-mime default org.gnome.Nautilus.desktop x-scheme-handler/trash
Sorry, my English is bad.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Porteus-v5.0x86_64_bugs reports

Post#30 by Blaze » 09 Jul 2022, 05:27

AcnapyxoB, which OS is use your NAS (seems not Windows)? Can you activate SMB v1.0?
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Post Reply