Porteus-v3.2rc3 Bug 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
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:

Re: Porteus-v3.2rc3 Bug Reports

Post#76 by Blaze » 18 Jun 2016, 19:38

tome wrote:xfce-64 - rpm2xzm doesn't work
I use Xfce x86_64 RC3 and rpm2xzm is work for me fine.

Xfce x86_64 RC3

1. I tried to compile SimpleScreenRecorder from SlackBuilds Repository and received this error

Code: Select all

/usr/lib64/gcc/x86_64-slackware-linux/5.3.0/../../../../x86_64-slackware-linux/bin/ld: cannot find crt1.o: No such file or directory
I of course activated 05-devel.xzm and crippled_sources.xzm :)

BTW simplescreenrecorder does not work for correctly.
Somebody can test my module simplescreenrecorder-0.3.6-1-x64-3.2-needQT4.xzm + dependence qt-4.8.7-x86_64-1_slack14.1.xzm?

simplescreenrecorder-0.3.6-1-x64-3.2-needQT4.xzm
For build simplescreenrecorder-0.3.6 I used these debian packages

Code: Select all

ffmpeg-2.1.5-x86_64-1gv
krb5-1.11.6-x86_64-1_slack
libavcodec-ffmpeg56_2.8.6-1+b2_amd64
libavformat-ffmpeg56_2.8.6-1+b2_amd64
libavutil-ffmpeg54_2.8.6-1ubuntu2_amd64
libcrystalhd3_0.0~git20110715.fdd2f19-11build1_amd64
libgme-0.6.0-x86_64-1_slack
libgssapi-krb5-2_1.13.2+dfsg-5_amd64
libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64
libmodplug-0.8.8.5-x86_64-1_slack
libnuma1_2.0.11-1ubuntu1_amd64
libopenjpeg5_1.5.2-3.1_amd64
libpng12-0_1.2.54-1ubuntu1_amd64
librtmp1_2.4+20151223.gitfa8646d-1build1_amd64
libschroedinger-1.0-0_1.0.11-2.1build1_amd64
libshine3_3.1.0-4_amd64
libsnappy1v5_1.1.3-2_amd64
libsoxr0_0.1.2-1_amd64
libssh-gcrypt-4_0.7.3-1_amd64
libswresample-ffmpeg1_2.8.6-1+b2_amd64
libswscale-ffmpeg3_2.8.6-1+b2_amd64
libx265-79_1.9-3_amd64
libzvbi0_0.2.35-10_amd64
simplescreenrecorder_0.3.6-1~getdeb2~wily_amd64
+ dependence qt-4.8.7-x86_64-1_slack14.1.xzm

BTW Slackware version simplescreenrecorder-20131227-x86_64-bundle.xzm does not work for me correctly too (no sound and no video or if press without sound - video record is working).

WTF :wall:

2. pulseaudio denied me and only this command sudo chown -R guest /home/guest is helped me

Code: Select all

root@porteus:~# start-pulseaudio-x11
E: [autospawn] core-util.c: Home directory not accessible: Permission denied
W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
E: [pulseaudio] main.c: Failed to acquire autospawn lock
root@porteus:~# ps -e | grep pulse
 1262 ?        00:00:00 panel-1-pulseau
root@porteus:~# pulseaudio -k
E: [pulseaudio] core-util.c: Home directory not accessible: Permission denied
E: [pulseaudio] main.c: Failed to kill daemon: No such file or directory
root@porteus:~# pulseaudio
E: [pulseaudio] core-util.c: Home directory not accessible: Permission denied
root@porteus:~# pulseaudio -D
E: [pulseaudio] main.c: Daemon startup failed.
root@porteus:~# sudo chown -R guest /home/guest
root@porteus:~# start-pulseaudio-x11
root@porteus:~#
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
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Porteus-v3.2rc3 Bug Reports

Post#77 by brokenman » 18 Jun 2016, 22:02

BTW is there simple command to restart Cinnamon from a console?
From memory: cinnamon-session --restart

Please check the help command to confirm.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Porteus-v3.2rc3 Bug Reports

Post#78 by brokenman » 19 Jun 2016, 01:00

^^^^

Code: Select all

cinnamon --replace
Those people wanting the ability to mount fixed drives as guest please create the file:
/etc/polkit-1/rules.d/25-guest-mount.rules
with the following content:

Code: Select all

polkit.addAdminRule(function(action, subject) {
    return ["unix-group:wheel"];
});
polkit.addRule(function(action, subject) {
               if (action.id.indexOf("org.freedesktop.udisks") == 0) {
                       return polkit.Result.YES;
                   }
           });
Now add guest to the wheel group.
usermod -G wheel guest

Here is an example if you don't want children to mount drives, and guest needs to enter root password. You will need to install an authentication agent. In cinnamon this would be polkit-gnome.
/etc/polkit-1/rules.d/25-guest-mount.rules

Code: Select all

polkit.addRule(function(action, subject) {
    if (action.id.indexOf("org.freedesktop.udisks") == 0) {
        if (subject.isInGroup("children")) {
            return polkit.Result.NO;
        } else {
            return polkit.Result.AUTH_ADMIN;
        }
    }
});
How do i become super user?
Wear your underpants on the outside and put on a cape.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Porteus-v3.2rc3 Bug Reports

Post#79 by Jack » 19 Jun 2016, 01:10

Mate rc3 x86_64

I try to open a ISO file with Engrampa 1.14.0 and I got a error and the error was "An error occurred while loading the archive." Can some verify that?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

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

Re: Porteus-v3.2rc3 Bug Reports

Post#80 by Ed_P » 19 Jun 2016, 03:01

Cinnamon 64 bit ISO boot with changes=EXIT:

init 3 exits desktop GUI ok.

logon as guest

init 4 -> -bash: init: command not found.

startx -> error - some ICEauthority error window
Ed

burdi01
Shogun
Shogun
Posts: 201
Joined: 18 Aug 2013, 12:09
Distribution: Slackware PartedMagic Xubuntu
Location: The Netherlands

Re: Porteus-v3.2rc3 Bug Reports

Post#81 by burdi01 » 19 Jun 2016, 09:23

@Jack: The engrampa/iso problem is a know one. Big ISOs produced by mkisofs have problems, the same big ISOs produced by genisoimage or xorriso are ok.
See e.g. the discussions about Alien Bob's Slackware Live ISOs on http://alien.slackbook.org/blog/archive/ as well as https://github.com/mate-desktop/engrampa/issues/128.
:D

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:

Re: Porteus-v3.2rc3 Bug Reports

Post#82 by Blaze » 19 Jun 2016, 10:13

"KDE Plasma 5.7 lands July 5, to have five point releases"
While it might be possible for you get an early taste of the awesome new features listed above by installing the KDE Plasma 5.7 Beta release from the repositories of various GNU/Linux operating systems, we recommend waiting for the final, production-ready version, which is coming in only two weeks, on July 5, 2016.

However, the KDE devs urge the community to take part in the upcoming KDE Plasma 5.7 Beta testing day, which has been scheduled for June 20. KDE Plasma 5.7 will have, as usual, five maintenance updates, Plasma 5.6.1 on July 12, Plasma 5.6.2 on July 19, Plasma 5.6.3 on August 3, Plasma 5.6.4 on August 23, and Plasma 5.6.5 on September 27, 2016.

More info here https://www.kde.org/announcements/plasma-5.6.95.php
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

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Porteus-v3.2rc3 Bug Reports

Post#83 by Bogomips » 19 Jun 2016, 10:44

burdi01 wrote:@Jack: The engrampa/iso problem is a know one.
Just mount iso file from CLI.

Code: Select all

mkdir  iso
sudo  mount file.iso  iso
So far had no problem with this.
Ed_P wrote:Cinnamon 64 bit ISO boot with changes=EXIT:
logon as guest
init 4 -> -bash: init: command not found.
startx -> error - some ICEauthority error window

Code: Select all

su
init  4
:wink:
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

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

Re: Porteus-v3.2rc3 Bug Reports

Post#84 by Ed_P » 19 Jun 2016, 14:03

Bogomips wrote:

Code: Select all

su
init  4
:wink:
Yes, but in 3.0

init 4 -> init: must be superuser.
Ed

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Porteus-v3.2rc3 Bug Reports

Post#85 by Bogomips » 19 Jun 2016, 14:33

Ed_P wrote:init 4 -> init: must be superuser.
That's right. su, supply pw, and become Superuser.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

tome
Contributor
Contributor
Posts: 675
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: Porteus-v3.2rc3 Bug Reports

Post#86 by tome » 19 Jun 2016, 17:05

Code: Select all

rpm2xzm ./syslinux-extlinux-6.04-0.1.fc25.x86_64.rpm 
ERROR:  rpm2cpio failed.  (maybe syslinux-extlinux-6.04-0.1.fc25.x86_64.rpm is not an RPM?)
Cannot install /tmp/rpm2xzm1360/syslinux-extlinux-6.04-0.1.fc25.x86_64.txz:  file not found
error installing /tmp/rpm2xzm1360/syslinux-extlinux-6.04-0.1.fc25.x86_64.txz package
mv: cannot stat 'syslinux-extlinux-6.04-0.1.fc25.x86_64.xzm': No such file or directory
In previous stable version of Porteus I have converted the same package.

BleachBit is useless without python.
You have mind and feelings. Be wise and clever.

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:

Re: Porteus-v3.2rc3 Bug Reports

Post#87 by Blaze » 19 Jun 2016, 17:15

Bogomips wrote:
burdi01 wrote:@Jack: The engrampa/iso problem is a know one.
Just mount iso file from CLI.

Code: Select all

mkdir  iso
sudo  mount file.iso  iso
So far had no problem with this.
Better to use gvfsd-archive for mount ISO. In CLI it will be

Code: Select all

cd here_directory_where_your_ISO_file
sudo /usr/libexec/gvfsd-archive file=here_name_of_ISO_file
for example

Code: Select all

sudo /usr/libexec/gvfsd-archive file=/mnt/sda5/Porteus-LXDE-v3.1-i486.iso
tome, hm, in CLI and GUI all ok

Code: Select all

root@porteus:~# cd /tmp
root@porteus:/tmp# rpm2xzm syslinux-extlinux-6.04-0.1.fc25.x86_64.rpm syslinux-extlinux-6.04-0.1.fc25.x86_64.xzm

Slackware package maker, version 3.141593.

Searching for symbolic links:
etc/extlinux.conf    ../boot/extlinux/extlinux.conf

Making symbolic link creation script:
( cd etc ; rm -rf extlinux.conf )
( cd etc ; ln -sf ../boot/extlinux/extlinux.conf extlinux.conf )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
удалён './etc/extlinux.conf'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /tmp/rpm2xzm1791/syslinux-extlinux-6.04-0.1.fc25.x86_64.txz

./
sbin/
sbin/extlinux
install/
install/doinst.sh
etc/

Slackware package /tmp/rpm2xzm1791/syslinux-extlinux-6.04-0.1.fc25.x86_64.txz created.

Verifying package syslinux-extlinux-6.04-0.1.fc25.x86_64.txz.
Installing package syslinux-extlinux-6.04-0.1.fc25.x86_64.txz:
PACKAGE DESCRIPTION:
Executing install script for syslinux-extlinux-6.04-0.1.fc25.x86_64.txz.
Package syslinux-extlinux-6.04-0.1.fc25.x86_64.txz installed.

Creating /tmp/rpm2xzm1791/syslinux-extlinux-6.04-0.1.fc25.x86_64.xzm

root@porteus:/tmp# ls
SBo/      mozilla_root0/       syslinux-extlinux-6.04-0.1.fc25.x86_64.rpm  usm/
mc-root/  pulse-SSOPWtVdHBVi/  syslinux-extlinux-6.04-0.1.fc25.x86_64.xzm
root@porteus:/tmp#       
About simplescreenrecorder. simplescreenrecorder-0.3.6-1-x64-3.2-needQT4.xzm + dependence qt-4.8.7-x86_64-1_slack14.1.xzm
Image
Need to press 'No' for use NVIDIA proprietary display driver and simplescreenrecorder is working for me fine (he is recording video and audio from my Porteus screen + support PulseAudio).
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

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Porteus-v3.2rc3 Bug Reports

Post#88 by Bogomips » 19 Jun 2016, 18:07

Blaze wrote:
Bogomips wrote:[Just mount iso file from CLI.

Code: Select all

mkdir  iso
sudo  mount file.iso  iso
So far had no problem with this.
Better to use gvfsd-archive for mount ISO. In CLI
Not a hundred percent certain but think the mount command uses libarchive, which is installed on this system. http://libarchive.org/
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

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

Re: Porteus-v3.2rc3 Bug Reports

Post#89 by Ed_P » 19 Jun 2016, 19:32

Bogomips wrote:
Ed_P wrote:init 4 -> init: must be superuser.
That's right. su, supply pw, and become Superuser.
I'm obviously not explaining this well.

In 3.2 rc3 the init 4 command results is this error msg:

Code: Select all

-bash: init: command not found.
In 3.0 the init 4 command results in this helpful msg:

Code: Select all

init: must be superuser.
Ed

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:

Re: Porteus-v3.2rc3 Bug Reports

Post#90 by Blaze » 19 Jun 2016, 19:35

Xfce4 x86_64 RC3

Code: Select all

root@porteus:~# bleachbit
/usr/bin/env: «python»: No such file or directory
root@porteus:~#
bleachbit + python and Xfce??? OMG

BTW I tried to build python module

Code: Select all

python-2.7.5-x86_64-1.txz [11868K] [not installed]
tcl-8.6.1-x86_64-1.txz [2500K] [not installed]
tk-8.6.1-x86_64-1.txz [1700K] [not installed]
via usm and received this message

Code: Select all

Updating shared library links:  /sbin/ldconfig

Gtk-WARNING (recursed) **: /usr/lib64/gtk-2.0/2.10.0/engines/libadwaita.so: cannot open shared object file: No such file or directory

Gtk-WARNING (recursed) **: /usr/lib64/gtk-2.0/2.10.0/engines/libadwaita.so: cannot open shared object file: No such file or directory

/tmp/usm/python-2.7.5-x86_64-bundle.xzm is ready.

Code: Select all

root@porteus:~# bleachbit
Traceback (most recent call last):
  File "/usr/bin/bleachbit", line 40, in <module>
    import gtk
ImportError: No module named gtk
root@porteus:~#
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

Locked