Page 8 of 15

Re: Porteus-v3.2rc5 bug reports

Posted: 04 Oct 2016, 06:53
by Blaze
brokenman, thx for your suggestion, but I don't looked at another side of this question

Code: Select all

Dependencies (42)
iproute2
libmm-glib
libndp
libnewt
libnm-glib
libsoup
libteam
polkit
wpa_supplicant
bluez (optional) - Bluetooth support
dhclient (optional) - External DHCP client
dnsmasq (optional) - connection sharing
modemmanager (optional) - cellular network support
openresolv (optional) - resolvconf support
ppp (optional) - dialup connection support
rp-pppoe (optional) - ADSL support
dbus-glib (make)
dhclient (make)
git (make)
gobject-introspection (make)
gtk-doc (make)
intltool (make)
iproute2 (make)
iptables (make)
libgudev (make)
libmm-glib (make)
libndp (make)
libnewt (make)
libsoup (make)
libteam (make)
modemmanager (make)
nss (make)
perl-yaml (make)
polkit (make)
ppp=2.4.7 (make)
python-gobject (make)
rp-pppoe (make)
systemd (make)
vala (make)
wpa_supplicant (make)
libx11 (check)
python-dbus (check)
and agree with you about freezing, but if believe this article GNOME From Scratch Project - NetworkManager will be updated for Slackware-current.
I found tree for build https://github.com/slackport/gfs/tree/m ... orkManager
I will watch at home what I can do with this.

Yep Image, I done NetworkManager-1.4.2-x86_64-1_gfs.xzm and DHCP work fine - I tested it in Always Fresh mode. Thanks to NetworkManager team and GFS (GNOME From Scratch).

Code: Select all

guest@porteus:~$ nmcli -v
утилита nmcli, версия 1.4.2
guest@porteus:~$ 

Re: Porteus-v3.2rc5 bug reports

Posted: 05 Oct 2016, 00:46
by FURRY_NOVA
I've got the "respawning too fast" error to occur again. After pressing enter to pass the message, I logged in text mode as guest and used startx. I checked the /etc directory and there no file or folder called xinittab inside. I'm using Porteus XFCE v3.2rc5 i586.

Re: Porteus-v3.2rc5 bug reports

Posted: 05 Oct 2016, 01:53
by brokenman
Blaze, hopefully it is released in slackware14.2 soon. The 4.8 kernel is almost ready.

FURRY_NOVA, sorry. I was confused between xinitrc and inittab. The file you want is /etc/inittab

Re: Porteus-v3.2rc5 bug reports

Posted: 05 Oct 2016, 21:05
by jssouza
Hi,
In Porteus Settings Center, the "Porteus FAQ" and "Porteus Tutorials" do not work.

I did some checking and enclosed the entire command passed to the su command within quotes as:

Code: Select all

su -l $GUEST -c "'$BROWSER' /usr/doc/Porteus-FAQ/index.html &"
su -l $GUEST -c "'$BROWSER' http://porteus.org/info/tutorials.html" &
This seems to work and the "Porteus FAQ" and "Porteus Tutorials" links started working when palemoon was the browser. However, I noticed that palemoon was running as root. So rebooted with chrome as my default browser and did the above changes. This time the links did not work, as chrome does not run as root.

I went back to the script and noticed that $GUEST initialization was trying to find groupid 1000

Code: Select all

export GUEST=`awk -F: '/1000:1000/{print$1}' /etc/passwd | head -n1`
But in /etc/passwd, guest has groupid 100

Code: Select all

guest@porteus:~$ cat /etc/passwd | grep guest
guest:x:1000:100:,,,:/home/guest:/bin/bash
I changed 1000 to 100 in the script and then the links worked in chrome and palemoon with guest.

I don't know if adding the quotes was the proper way to fix it.
Thanks!

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 01:33
by brokenman
Thanks jssouza. Fixed this in my tree now.

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 04:06
by Ed_P
Porteus Cinnamon 64-bit ISO boot.

Firefox open. In a window, not full screen.
Nemo open. To a folder on a NTFS drive. In a window, not full screen.
Dbl click on a small text file on the NTFS drive with Nemo (normalGuy's UPS.sh file actually), it slowly opens with MousePad to a window.
And the desktop background disappears.

I've experienced this several times today. When a file opens slowly the desktop background disappears.

Reselecting the default wallpaper always brings it back.

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 07:33
by kocickamia
Hi, there is not /dev/snd/seq by default.

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 16:17
by Blaze
Linus Torvalds Apologizes for Inclusion of a Kernel Bug in the Linux 4.8 Release

"I'm really sorry I applied that last series from Andrew just before doing the 4.8 release, because they cause problems, and now it is in 4.8 (and that buggy crap is marked for stable too)," says Linus Torvalds. "This went in very late in the release candidates, and I had higher expectations of things coming in through Andrew."

Linux kernel 4.8.1 should be out shortly to patch the bug.

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 17:20
by FURRY_NOVA
Blaze wrote:brokenman, thx for your suggestion, but I don't looked at another side of this question

Code: Select all

Dependencies (42)
iproute2
libmm-glib
libndp
libnewt
libnm-glib
libsoup
libteam
polkit
wpa_supplicant
bluez (optional) - Bluetooth support
dhclient (optional) - External DHCP client
dnsmasq (optional) - connection sharing
modemmanager (optional) - cellular network support
openresolv (optional) - resolvconf support
ppp (optional) - dialup connection support
rp-pppoe (optional) - ADSL support
dbus-glib (make)
dhclient (make)
git (make)
gobject-introspection (make)
gtk-doc (make)
intltool (make)
iproute2 (make)
iptables (make)
libgudev (make)
libmm-glib (make)
libndp (make)
libnewt (make)
libsoup (make)
libteam (make)
modemmanager (make)
nss (make)
perl-yaml (make)
polkit (make)
ppp=2.4.7 (make)
python-gobject (make)
rp-pppoe (make)
systemd (make)
vala (make)
wpa_supplicant (make)
libx11 (check)
python-dbus (check)
and agree with you about freezing, but if believe this article GNOME From Scratch Project - NetworkManager will be updated for Slackware-current.
I found tree for build https://github.com/slackport/gfs/tree/m ... orkManager
I will watch at home what I can do with this.

Yep Image, I done NetworkManager-1.4.2-x86_64-1_gfs.xzm and DHCP work fine - I tested it in Always Fresh mode. Thanks to NetworkManager team and GFS (GNOME From Scratch).

Code: Select all

guest@porteus:~$ nmcli -v
утилита nmcli, версия 1.4.2
guest@porteus:~$
Could you compile a 32bit version of it, or is it compatible with both 64 and 32, mate?

Re: Porteus-v3.2rc5 bug reports

Posted: 06 Oct 2016, 18:55
by Blaze
FURRY_NOVA wrote:Could you compile a 32bit version of it, or is it compatible with both 64 and 32, mate?
Yes, but I will try this tomorrow night.

Re: Porteus-v3.2rc5 bug reports

Posted: 07 Oct 2016, 01:05
by FURRY_NOVA
Got the logs. @brokenman

Although this occurred after after OS completely froze and had to reboot. I got a near full screen of errors one part then it showed the respawning too fast thing. The errors above don't show with the respawning too fast thing though. I'll try grab log again if you want?

Code: Select all

#
# inittab	This file describes how the INIT process should set up
#		the system in a certain run-level.
#
# Version:	@(#)inittab		2.04	17/05/93	MvS
#                                       2.10    02/10/95        PV
#                                       3.00    02/06/1999      PV
#                                       4.00    04/10/2002      PV
#                                      13.37    2011-03-25      PJV
#
# Author:	Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified by:	Patrick J. Volkerding, <volkerdi@slackware.com>
#

# These are the default runlevels in Slackware:
#   0 = halt
#   1 = single user mode
#   2 = unused (but configured the same as runlevel 3)
#   3 = multiuser mode (default Slackware runlevel)
#   4 = X11 with KDM/GDM/XDM (session managers)
#   5 = unused (but configured the same as runlevel 3)
#   6 = reboot

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:

# System initialization (runs when system boots).
si:S:sysinit:/etc/rc.d/rc.S

# Script to run when going single user (runlevel 1).
su:1S:wait:/etc/rc.d/rc.K

# Script to run when going multi user.
rc:2345:wait:/etc/rc.d/rc.M

# What to do at the "Three Finger Salute".
ca::ctrlaltdel:/sbin/shutdown -t5 -r now

# Runlevel 0 halts the system.
l0:0:wait:/etc/rc.d/rc.0

# Runlevel 6 reboots the system.
l6:6:wait:/etc/rc.d/rc.6

# What to do when power fails.
pf::powerfail:/sbin/genpowerfail start

# If power is back, cancel the running shutdown.
pg::powerokwait:/sbin/genpowerfail stop

# These are the standard console login getties in multiuser mode:
c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

# Local serial lines:
#s1:12345:respawn:/sbin/agetty -L ttyS0 9600 vt100
#s2:12345:respawn:/sbin/agetty -L ttyS1 9600 vt100

# Dialup lines:
#d1:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS0 vt100
#d2:12345:respawn:/sbin/agetty -mt60 38400,19200,9600,2400,1200 ttyS1 vt100

# Runlevel 4 also starts /etc/rc.d/rc.4 to run a display manager for X.
# Display managers are preferred in this order:  gdm, kdm, xdm
x1:4:respawn:/etc/rc.d/rc.4

# End of /etc/inittab

Re: Porteus-v3.2rc5 bug reports

Posted: 07 Oct 2016, 02:34
by brokenman
Actually the content of /etc/rc.d/rc.4 would be more helpful. Also the desktop you are using when you have this problem.

kocickamia, CONFIG_SND_SEQUENCER is configured as a module in the kernel. You can run: modprobe snd-seq to create the file.
Firefox open. In a window, not full screen.
Nemo open. To a folder on a NTFS drive. In a window, not full screen.
I have no idea what this means.
Dbl click on a small text file on the NTFS drive with Nemo (normalGuy's UPS.sh file actually), it slowly opens with MousePad to a window.
And the desktop background disappears.
I have heard this disappearing wallpaper problem here before, but I can't reproduce it and apparently nobody can turn up anything in logs to show me, so I have absolutely no idea how to go about troubleshooting this one.

I am putting everything together for the final release and just waiting for the 4.8.1 kernel to come.

Re: Porteus-v3.2rc5 bug reports

Posted: 07 Oct 2016, 02:44
by FURRY_NOVA
I'm using Porteus XFCE v3.2rc5 i586

Code: Select all

#!/bin/bash
#
# rc.4		This file is executed by init(8) when the system is being
#		initialized for run level 4.

# Run X11 startup helper:
pidof watch-xorg >/dev/null && sleep 4 || /opt/porteus-scripts/xorg/watch-xorg 2>/dev/null &

# Start XFCE desktop:
login=`egrep -o " login=[^ ]+*" /proc/cmdline | cut -d= -f2`
nologin=`grep -o nologin /proc/cmdline`
[ "$login" ] && sed -i 's/^.*default_user.*/default_user '$login'/g' /etc/slim.conf
[ "$nologin" ] && sed -i 's/^auto_login/#auto_login/g' /etc/slim.conf
/usr/bin/slim

Re: Porteus-v3.2rc5 bug reports

Posted: 07 Oct 2016, 03:29
by Ed_P
brokenman wrote:
Firefox open. In a window, not full screen.
Nemo open. To a folder on a NTFS drive. In a window, not full screen.
I have no idea what this means.
I was describing the circumstances of what was happening when the wallpaper disappeared.

1. Firefox was open and not full screen.
2. Nemo was open, also not full screen, and I was viewing the contents of a folder on an NTFS drive.

I don't know how else to describe what was going on when the problem occurred and was hoping the details might help you to recreate the problem.
Dbl click on a small text file on the NTFS drive with Nemo (normalGuy's UPS.sh file actually), it slowly opens with MousePad to a window.
And the desktop background disappears.
I have heard this disappearing wallpaper problem here before, but I can't reproduce it
3. I then double clicked on a file in the Nemo window.
The double click started Mousepad which very slowly opened the text file. Normally Mousepad is quick.
4. And when Mousepad opened the wallpaper disappeared.
so I have absolutely no idea how to go about troubleshooting this one
If you try to recreate the senario I'm describing maybe the problem will occur for you.
and apparently nobody can turn up anything in logs to show me,
If there is any particular log you would like me to post let me know.
I am putting everything together for the final release and just waiting for the 4.8.1 kernel to come.
Wow!! I was expecting an rc6 to fine tune everything.

Re: Porteus-v3.2rc5 bug reports

Posted: 07 Oct 2016, 06:14
by Ed_P
Neither of these options produces a working flashplayer plugin for Firefox.

Code: Select all

guest@porteus:~$ su
Password: 
root@porteus:/home/guest# usm -g flashplayer

 The following items were found.
 Choose an number to confirm. 
 ctrl+c to quit

1) flashplayer-plugin-11.2.202.632-x86_64-2sl.txz
2) flashplayer-plugin-11.2.202.635-x86_64-1_slonly.txz
3) flashplayer-plugin-11.2.202.635-x86_64-1alien.txz
#? 3

Processing:   flashplayer-plugin-11.2.202.635-x86_64-1alien.txz 
Ignored libraries: libkdeui.so,libkutils.so,libkdecore.so,libQt,

Libraries required:  38
Libraries found in system: 38
Libraries to resolve: 0



 The following packages are required. 
flashplayer-plugin-11.2.202.635-x86_64-1alien.txz [5256K] [installed]

Total size: 5 MB
 Would you like to install the package/s? (custom paths are supported) [y/n]

 Press [r] to remove packages, [q] to quit, or enter to start downloading.


Avaliable options:

  1+) flashplayer-plugin-11.2.202.635-x86_64-1alien.txz
Deselect an item (again to reselect, ENTER when ready):

Downloading: flashplayer-plugin-11.2.202.635-x86_64-1alien.txz  DONE

 Commencing package conversion ... 
Verifying package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz.
Installing package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz:
PACKAGE DESCRIPTION:
# flashplayer-plugin (flash plugin for web browsers)
#
# Provides Adobe Flash plugin for browsers that recognize
# /usr/lib/mozilla/plugins as a valid plugin directory
#
# Plugin is subject to Adobe terms of use: 
#  http://www.adobe.com/go/labs_term_of_use
#
# Plugin is subject to Adobe Flash EULA:
#  http://labs.adobe.com/technologies/eula/flashplayer.html
#
Executing install script for flashplayer-plugin-11.2.202.635-x86_64-1alien.txz.
Package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz installed.

Creating /tmp/usm/flashplayer-plugin-11.2.202.635-x86_64-1alien.xzm

 Enter a custom path to install packages to or press enter to install to the system: 
>
Installing to system

+==============================================================================
| Installing new package /tmp/usm/flashplayer-plugin-11.2.202.635-x86_64-1alien.txz
+==============================================================================

Verifying package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz.
Installing package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz:
PACKAGE DESCRIPTION:
# flashplayer-plugin (flash plugin for web browsers)
#
# Provides Adobe Flash plugin for browsers that recognize
# /usr/lib/mozilla/plugins as a valid plugin directory
#
# Plugin is subject to Adobe terms of use: 
#  http://www.adobe.com/go/labs_term_of_use
#
# Plugin is subject to Adobe Flash EULA:
#  http://labs.adobe.com/technologies/eula/flashplayer.html
#
Executing install script for flashplayer-plugin-11.2.202.635-x86_64-1alien.txz.
Package flashplayer-plugin-11.2.202.635-x86_64-1alien.txz installed.





root@porteus:/home/guest# update-flash
[OK] User is root
[OK] Distro is Porteus
[OK] Flash is not installed

[OK] Internet connection exists
Downloading live script ...
Downloading: update-flash-live  DONE

Searching online for latest flash player version ...

Installed version:	11.2.202.635
Latest version:		23.0.0.162

 Would you like to continue? [y/n]
 Would you like to create a Porteus module? [y/n]

Removing package /var/log/packages/flashplayer-plugin-11.2.202.635-x86_64-1alien...
Removing files:
  --> Deleting symlink /usr/share/pixmaps/flash-player-properties.png
WARNING: Nonexistent /usr/share/applications/flash-player-properties.desktop was found in another package. Skipping.
  --> Deleting /usr/bin/flash-player-properties
  --> Deleting /usr/doc/flashplayer-plugin-11.2.202.635/LGPL/LGPL.txt
  --> Deleting /usr/doc/flashplayer-plugin-11.2.202.635/LGPL/notice.txt
  --> Deleting /usr/doc/flashplayer-plugin-11.2.202.635/flashplayer-plugin.SlackBuild
  --> Deleting /usr/doc/flashplayer-plugin-11.2.202.635/readme.txt
  --> Deleting /usr/lib64/kde4/kcm_adobe_flash_player.so
  --> Deleting /usr/lib64/mozilla/plugins/libflashplayer.so
  --> Deleting /usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
  --> Deleting /usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
  --> Deleting /usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
  --> Deleting /usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
  --> Deleting /usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
  --> Deleting /usr/share/kde4/services/kcm_adobe_flash_player.desktop
  --> Deleting empty directory /usr/share/kde4/services/
  --> Deleting empty directory /usr/share/kde4/
  --> Deleting empty directory /usr/lib64/mozilla/plugins/
  --> Deleting empty directory /usr/lib64/mozilla/
  --> Deleting empty directory /usr/lib64/kde4/
  --> Deleting empty directory /usr/doc/flashplayer-plugin-11.2.202.635/LGPL/
  --> Deleting empty directory /usr/doc/flashplayer-plugin-11.2.202.635/
Downloading: install_flash_player_11_linux.x86_64.tar.gz  DONE
libflashplayer.so
readme.txt
LGPL/
LGPL/LGPL.txt
LGPL/notice.txt
usr/
usr/lib64/
usr/lib64/kde4/
usr/lib64/kde4/kcm_adobe_flash_player.so
usr/share/
usr/share/pixmaps/
usr/share/pixmaps/flash-player-properties.png
usr/share/kde4/
usr/share/kde4/services/
usr/share/kde4/services/kcm_adobe_flash_player.desktop
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/24x24/
usr/share/icons/hicolor/24x24/apps/
usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
usr/share/icons/hicolor/32x32/
usr/share/icons/hicolor/32x32/apps/
usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
usr/share/icons/hicolor/16x16/
usr/share/icons/hicolor/16x16/apps/
usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
usr/share/icons/hicolor/22x22/
usr/share/icons/hicolor/22x22/apps/
usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
usr/share/applications/
usr/share/applications/flash-player-properties.desktop
usr/bin/
usr/bin/flash-player-properties
usr/lib/
usr/lib/kde4/
usr/lib/kde4/kcm_adobe_flash_player.so
chmod: cannot operate on dangling symlink 'usr/lib/kde4/kcm_adobe_flash_player.so'

Slackware package maker, version 3.141593.

Searching for symbolic links:
usr/lib/kde4/kcm_adobe_flash_player.so	/usr/lib64/kde4/kcm_adobe_flash_player.so
usr/share/pixmaps/flash-player-properties.png	../icons/hicolor/48x48/apps/flash-player-properties.png
usr/lib64/mozilla	/usr/lib/mozilla

Making symbolic link creation script:
( cd usr/lib/kde4 ; rm -rf kcm_adobe_flash_player.so )
( cd usr/lib/kde4 ; ln -sf /usr/lib64/kde4/kcm_adobe_flash_player.so kcm_adobe_flash_player.so )
( cd usr/share/pixmaps ; rm -rf flash-player-properties.png )
( cd usr/share/pixmaps ; ln -sf ../icons/hicolor/48x48/apps/flash-player-properties.png flash-player-properties.png )
( cd usr/lib64 ; rm -rf mozilla )
( cd usr/lib64 ; ln -sf /usr/lib/mozilla mozilla )

Unless your existing installation script already contains the code
to create these links, you should append these lines to your existing
install script. Now's your chance. :^)

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


Removing symbolic links:
removed './usr/lib/kde4/kcm_adobe_flash_player.so'
removed './usr/share/pixmaps/flash-player-properties.png'
removed './usr/lib64/mozilla'

Updating your ./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/flashplayer-plugin-23.0.0.162-x86_64-1.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/lib/
usr/lib/mozilla/
usr/lib/mozilla/plugins/
usr/lib/mozilla/plugins/libflashplayer.so
usr/lib/kde4/
usr/bin/
usr/bin/flash-player-properties
usr/share/
usr/share/applications/
usr/share/applications/flash-player-properties.desktop
usr/share/icons/
usr/share/icons/hicolor/
usr/share/icons/hicolor/22x22/
usr/share/icons/hicolor/22x22/apps/
usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
usr/share/icons/hicolor/16x16/
usr/share/icons/hicolor/16x16/apps/
usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
usr/share/icons/hicolor/32x32/
usr/share/icons/hicolor/32x32/apps/
usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
usr/share/icons/hicolor/48x48/
usr/share/icons/hicolor/48x48/apps/
usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
usr/share/icons/hicolor/24x24/
usr/share/icons/hicolor/24x24/apps/
usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
usr/share/kde4/
usr/share/kde4/services/
usr/share/kde4/services/kcm_adobe_flash_player.desktop
usr/share/pixmaps/
usr/lib64/
usr/lib64/kde4/
usr/lib64/kde4/kcm_adobe_flash_player.so

Slackware package /tmp/flashplayer-plugin-23.0.0.162-x86_64-1.txz created.

Verifying package flashplayer-plugin-23.0.0.162-x86_64-1.txz.
Installing package flashplayer-plugin-23.0.0.162-x86_64-1.txz:
PACKAGE DESCRIPTION:
# flashplayer-plugin (flash plugin for web browsers)
#
# Provides Adobe Flash plugin for browsers that recognize
# /usr/lib/mozilla/plugins as a valid plugin directory
#
# Plugin is subject to Adobe terms of use: 
#  http://www.adobe.com/go/labs_term_of_use
#
# Plugin is subject to Adobe Flash EULA:
#  http://labs.adobe.com/technologies/eula/flashplayer.html
#
Executing install script for flashplayer-plugin-23.0.0.162-x86_64-1.txz.
Package flashplayer-plugin-23.0.0.162-x86_64-1.txz installed.

Creating /tmp/flashplayer-plugin-23.0.0.162-x86_64-1.xzm

root@porteus:/home/guest#