Page 2 of 6

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 18 Dec 2015, 20:41
by kalo86
brokenman wrote:Blaze did you set the timezone in config/time?

Root has no profile as yet, hence the missing icons.

Code: Select all

cp -r /home/guest /root
there is not the .bashrc in both guest and root path and I cannot get the autologin root
This file doesn't exist by default. You can add it. To get login as root you can edit /mnt/sdXy/config/login
Brokenman, I edited login in /config folder but it does not work.
I'm going to try again.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 18 Dec 2015, 21:09
by Jack
brokenman, I still can't test your version yet. I would like too.

EDIT: Added more info.

What I mean is 32bit version of your Porteus Nemesis.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 18 Dec 2015, 22:46
by aus9
my mistake about 05-dev....it was a leftover from my prev hard drive nemesis....bad me

/etc/inittab it defines what is supposed to happen if a member holds down ctrl + alt + delete key. For me, it brings up the task manager instead of shutting down.
https://daveden.wordpress.com/2012/09/2 ... eat-sheet/
LXDE specific bindings
snip
LXTask (task manager) ctrl + alt + del
home/guest/.config/openbox/ *.rc file I will attempt to use this new config instead of c a del
line 314 and up
<!-- Launch Task Manager with Ctrl+Alt+t -->
<keybind key="A-C-t">
<action name="Execute">
<command>lxtask</command>
</action>
</keybind>
OK a simple logout to login manager is sufficient to login and have C + A + t now take me to task manager ....WOO HOO but there are display issues in doing so...so newbies would be better off doing a full shutdown restart . I am not sure what I had so won't report what happened here. so C + A + t now works as expected but C + A + del does not work for my current config.

I am thinking I might be tempted to remove that line all together from /etc/inittab and inject the shutdown key combo into the rc file?

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 18 Dec 2015, 23:39
by aus9
I deleted the shadow file from changes/ so am not getting the respawn error at the moment.

minor bug
Please install adwaita-icon-theme so the network applet shows buttons to not mislead new members whether their network is enabled or disabled please

I know how to hover my mouse and tell for my ethernet but others may not?

2) I am about to edit /etc/inittab by command but nano not found

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 00:26
by brokenman
Please install adwaita-icon-theme
I removed it because it is huge. I can work through and create symlinks for required icons but icon themes are what add weight. I try to find something nice and then strip it down. There are some icons missing (more in transmission after fileopen) but I will track them down.

In KDE ctrl+alt+del brings up the shutdown dialog. Probably lxde specific problem. The keybindings will overwrite this default in inittab.

Jack I will try to build 32bit tomorrow. Tried last night but had failure. Then I realized it was 2am and I was building 32bit from a 64bit distro. Was time to sleep.

Ed_P can you please double check that laptop screen turns off when you close lid? I had to stick my nose in the gap to see it come one when I opened the lid. It was quick. I believe I may have found the answer to making it sleep deep.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 00:40
by brokenman
brokenman wrote:
Please install adwaita-icon-theme
I removed it because it is huge. I can work through and create symlinks for required icons but icon themes are what add weight. I try to find something nice and then strip it down. There are some icons missing (more in transmission after fileopen) but I will track them down.

In KDE ctrl+alt+del brings up the shutdown dialog. Probably lxde specific problem. The keybindings will overwrite this default in inittab.

Jack I will try to build 32bit tomorrow. Tried last night but had failure. Then I realized it was 2am and I was building 32bit from a 64bit distro. Was time to sleep.

Ed_P can you please double check that laptop screen turns off when you close lid? I had to stick my nose in the gap to see it come one when I opened the lid. It was quick. I believe I may have found the answer to making it sleep deep.

EDIT: Try this Ed_P

Code: Select all

cat > /etc/acpi/events/lid << "EOF"
event=button/lid
action=/etc/acpi/lid.sh
EOF

MYLID=`ls /proc/acpi/button/lid/`
cat > /etc/acpi/lid.sh << "EOF"
#!/bin/sh
grep -q open $MYLID/state && exit 0
/usr/bin/pm-suspend
EOF
chmod +x /etc/acpi/lid.sh
/etc/init.d/acpid restart

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 00:46
by aus9
I am spitting the dummy on attempting to edit the /etc/inittab. In my last bootup I only amended 2 files the rc file and the inittab file and I got the respawn issue.

By deleting etc/inittab from my changes dir I am now able to boot up without the respawn issue.....but currently lack the skills to resolve it.

ctrl + alt + t still works for me...in bringing up the task manager so all is not lost.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 00:58
by aus9
@brokenman
I can tell you are tired so hopefully you will re-read this with a fresh mind
Please install adwaita-icon-theme..snip I removed it because it is huge
That may be true....but you currently have firefox in the iso. I prefer its outside the iso and then maybe you can put adwaita back in.
The icon themes also impact on newbies when (say) they open leafpad and click on open....with a changes= cheatcode and want to add a folder to their favourite folders etc

Having been a bad boy and reported falsely an issue with 05-dev xzm I just double-checked my unpacked iso on whats truly in the base dir.
And the other issue with FF is its version has just bumped.

I would be tempted to ask members to use pacman?

Code: Select all

pacman -S firefox
shows its at correct version 43.0.1

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 01:42
by roadie
aus9 wrote:@brokenman
I can tell you are tired so hopefully you will re-read this with a fresh mind
Please install adwaita-icon-theme..snip I removed it because it is huge
That may be true....but you currently have firefox in the iso. I prefer its outside the iso and then maybe you can put adwaita back in.
The icon themes also impact on newbies when (say) they open leafpad and click on open....with a changes= cheatcode and want to add a folder to their favourite folders etc

I can understand brokenman's thoughts on adding adwaita-icon-theme...it is huge. I just grab it and whatever other stuff I want and build modules...keeps the base as small as possible, yet still lots of goodies.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 02:20
by brokenman
Yes, I would rather work through the iconset (Faenza) and link the missing icons. There aren't really that many. I see your point about adding firefox in the ISO. I am in kde right now and firefox is running find without gtk3 or adwaita-icon-theme. Running the command to update it wants to pull in about 90Mb of extra deps that it really doesn't need.

I'll have to think about it another way. I may have to use an "update-firefox" script to pull it from the porteus server.
I just tested: pman -S firefox
It updates and builds a module (with the duckduckgo search engine files) but it places itself, and it's rather large friends, directly into the modules folder while leaving the existing 05-firefox.xz module there too.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 03:02
by aus9
I think that is because its in the base and not in the modules. I will duplicate test when i get home.

EDIT I deleted the 05-firefox from base now to do your pman -S firefox command as root

Code: Select all

pman -S firefox
error: duplicated database entry 'texinfo'
error: duplicated database entry 'libtool'
resolving dependencies...
looking for conflicting packages...

Packages (3) hunspell-1.3.3-3  mozilla-common-1.4-4  firefox-43.0.1-1

Total Download Size:   43.22 MiB
Total Installed Size:  92.95 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
 mozilla-common-1.4-4-any                                                 1180.0   B  0.00B/s 00:00 [###########################################################] 100%
 hunspell-1.3.3-3-x86_64                                                   185.9 KiB   127K/s 00:01 [###########################################################] 100%
 firefox-43.0.1-1-x86_64                                                    43.0 MiB   295K/s 02:29 [###########################################################] 100%
(3/3) checking keys in keyring                                                                      [###########################################################] 100%
(3/3) checking package integrity                                                                    [###########################################################] 100%
(3/3) loading package files                                                                         [###########################################################] 100%
(3/3) checking for file conflicts                                                                   [###########################################################] 100%
error: failed to commit transaction (conflicting files)
mozilla-common: /etc/profile.d/mozilla-common.csh exists in filesystem
mozilla-common: /etc/profile.d/mozilla-common.sh exists in filesystem
hunspell: /usr/bin/affixcompress exists in filesystem
hunspell: /usr/bin/analyze exists in filesystem
hunspell: /usr/bin/chmorph exists in filesystem
hunspell: /usr/bin/hunspell exists in filesystem
hunspell: /usr/bin/hunzip exists in filesystem
hunspell: /usr/bin/hzip exists in filesystem
hunspell: /usr/bin/ispellaff2myspell exists in filesystem
hunspell: /usr/bin/makealias exists in filesystem
hunspell: /usr/bin/munch exists in filesystem
hunspell: /usr/bin/unmunch exists in filesystem
hunspell: /usr/bin/wordforms exists in filesystem
hunspell: /usr/bin/wordlist2hunspell exists in filesystem
hunspell: /usr/lib/libhunspell-1.3.so exists in filesystem
hunspell: /usr/lib/libhunspell-1.3.so.0 exists in filesystem
hunspell: /usr/lib/libhunspell-1.3.so.0.0.0 exists in filesystem
hunspell: /usr/lib/libhunspell.so exists in filesystem
hunspell: /usr/lib/pkgconfig/hunspell.pc exists in filesystem
firefox: /usr/bin/firefox exists in filesystem
firefox: /usr/lib/firefox/application.ini exists in filesystem
firefox: /usr/lib/firefox/browser/blocklist.xml exists in filesystem
firefox: /usr/lib/firefox/browser/chrome.manifest exists in filesystem
firefox: /usr/lib/firefox/browser/chrome/icons/default/default16.png exists in filesystem
firefox: /usr/lib/firefox/browser/chrome/icons/default/default32.png exists in filesystem
firefox: /usr/lib/firefox/browser/chrome/icons/default/default48.png exists in filesystem
firefox: /usr/lib/firefox/browser/components/components.manifest exists in filesystem
firefox: /usr/lib/firefox/browser/components/libbrowsercomps.so exists in filesystem
firefox: /usr/lib/firefox/browser/defaults/preferences/vendor.js exists in filesystem
firefox: /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest exists in filesystem
firefox: /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png exists in filesystem
firefox: /usr/lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf exists in filesystem
firefox: /usr/lib/firefox/browser/icons/mozicon128.png exists in filesystem
firefox: /usr/lib/firefox/browser/omni.ja exists in filesystem
firefox: /usr/lib/firefox/chrome.manifest exists in filesystem
firefox: /usr/lib/firefox/components/components.manifest exists in filesystem
firefox: /usr/lib/firefox/components/libmozgnome.so exists in filesystem
firefox: /usr/lib/firefox/defaults/pref/channel-prefs.js exists in filesystem
firefox: /usr/lib/firefox/dependentlibs.list exists in filesystem
firefox: /usr/lib/firefox/dictionaries exists in filesystem
firefox: /usr/lib/firefox/firefox exists in filesystem
firefox: /usr/lib/firefox/firefox-bin exists in filesystem
firefox: /usr/lib/firefox/gmp-clearkey/0.1/clearkey.info exists in filesystem
firefox: /usr/lib/firefox/gmp-clearkey/0.1/libclearkey.so exists in filesystem
firefox: /usr/lib/firefox/hyphenation exists in filesystem
firefox: /usr/lib/firefox/liblgpllibs.so exists in filesystem
firefox: /usr/lib/firefox/libxul.so exists in filesystem
firefox: /usr/lib/firefox/omni.ja exists in filesystem
firefox: /usr/lib/firefox/platform.ini exists in filesystem
firefox: /usr/lib/firefox/plugin-container exists in filesystem
firefox: /usr/lib/firefox/removed-files exists in filesystem
firefox: /usr/lib/firefox/run-mozilla.sh exists in filesystem
firefox: /usr/lib/firefox/webapprt-stub exists in filesystem
firefox: /usr/lib/firefox/webapprt/omni.ja exists in filesystem
firefox: /usr/lib/firefox/webapprt/webapprt.ini exists in filesystem
firefox: /usr/share/applications/firefox.desktop exists in filesystem
firefox: /usr/share/icons/hicolor/128x128/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/16x16/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/192x192/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/22x22/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/24x24/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/256x256/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/32x32/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/384x384/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/48x48/apps/firefox.png exists in filesystem
firefox: /usr/share/icons/hicolor/64x64/apps/firefox.png exists in filesystem
Errors occurred, no packages were upgraded.

 Multiple packages were detected. 

Would you like to merge them into one module? [y/n]n
 Decompressing firefox-43.0.1-1-x86_64.pkg.tar.xz 
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
cp: cannot stat ‘/var/lib/pacman/local/firefox-43.0.1-1*’: No such file or directory
 Stripping firefox-43.0.1-1-x86_64.pkg.tar.xz 

 Size before strip: 
 93M
 Size after strip: 
 93M

error: duplicated database entry 'texinfo'
error: duplicated database entry 'libtool'
 ### WARNING: /tmp/pman.sW26Ox/unpacked/usr/share/gtk-doc strip exited with error code:  
0
/tmp
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /tmp/firefox-43.0.1-1-x86_64.pkg.xzm, block size 262144.
[=====================================================================================================================================================\] 408/408 100%

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
	compressed data, compressed metadata, compressed fragments, compressed xattrs
	duplicates are removed
Filesystem size 45380.37 Kbytes (44.32 Mbytes)
	47.98% of uncompressed filesystem size (94576.70 Kbytes)
Inode table size 1750 bytes (1.71 Kbytes)
	37.45% of uncompressed inode table size (4673 bytes)
Directory table size 1066 bytes (1.04 Kbytes)
	46.43% of uncompressed directory table size (2296 bytes)
Number of duplicate files found 5
Number of inodes 99
Number of files 45
Number of fragments 6
Number of symbolic links  4
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 50
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)

45M	/tmp/firefox-43.0.1-1-x86_64.pkg.xzm
 Decompressing hunspell-1.3.3-3-x86_64.pkg.tar.xz 
cp: cannot stat ‘/var/lib/pacman/local/hunspell-1.3.3-3*’: No such file or directory
 Stripping hunspell-1.3.3-3-x86_64.pkg.tar.xz 

 Size before strip: 
 800K
 Size after strip: 
 632K

/tmp
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /tmp/hunspell-1.3.3-3-x86_64.pkg.xzm, block size 262144.
[=======================================================================================================================================================|] 17/17 100%

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
	compressed data, compressed metadata, compressed fragments, compressed xattrs
	duplicates are removed
Filesystem size 141.26 Kbytes (0.14 Mbytes)
	26.56% of uncompressed filesystem size (531.77 Kbytes)
Inode table size 414 bytes (0.40 Kbytes)
	34.39% of uncompressed inode table size (1204 bytes)
Directory table size 454 bytes (0.44 Kbytes)
	60.53% of uncompressed directory table size (750 bytes)
Number of duplicate files found 0
Number of inodes 36
Number of files 16
Number of fragments 1
Number of symbolic links  3
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 17
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)

144K	/tmp/hunspell-1.3.3-3-x86_64.pkg.xzm
 Decompressing mozilla-common-1.4-4-any.pkg.tar.xz 
cp: cannot stat ‘/var/lib/pacman/local/mozilla-common-1.4-4*’: No such file or directory
 Stripping mozilla-common-1.4-4-any.pkg.tar.xz 

 Size before strip: 
 48K
 Size after strip: 
 36K

/tmp
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /tmp/mozilla-common-1.4-4-any.pkg.xzm, block size 262144.
[=========================================================================================================================================================|] 2/2 100%

Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
	compressed data, compressed metadata, compressed fragments, compressed xattrs
	duplicates are removed
Filesystem size 0.66 Kbytes (0.00 Mbytes)
	83.58% of uncompressed filesystem size (0.79 Kbytes)
Inode table size 166 bytes (0.16 Kbytes)
	57.24% of uncompressed inode table size (290 bytes)
Directory table size 178 bytes (0.17 Kbytes)
	88.12% of uncompressed directory table size (202 bytes)
Number of duplicate files found 0
Number of inodes 9
Number of files 2
Number of fragments 1
Number of symbolic links  0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 7
Number of ids (unique uids + gids) 1
Number of uids 1
	root (0)
Number of gids 1
	root (0)

4.0K	/tmp/mozilla-common-1.4-4-any.pkg.xzm

 Operation completed successfully. 
The following modules were copied to your modules folder:
/mnt/sda3/porteus/modules

firefox-43.0.1-1-x86_64.pkg.xzm
hunspell-1.3.3-3-x86_64.pkg.xzm
mozilla-common-1.4-4-any.pkg.xzm

Packages were removed from /var/cache/pacman/pkg.

root /home/guest # ls $MODDIR
en_AU.xzm                        glibc-en_AU.xzm        hunspell-1.3.3-3-x86_64.pkg.xzm   pacman-settings.xzm
firefox-43.0.1-1-x86_64.pkg.xzm  glibc-locales-uni.xzm  mozilla-common-1.4-4-any.pkg.xzm

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 04:56
by aus9
now close down old FF.....go to your login home and delete .mozilla

next as root

Code: Select all

cd $MODDIR
root /mnt/sda3/porteus/modules # ls
en_AU.xzm                        glibc-en_AU.xzm        hunspell-1.3.3-3-x86_64.pkg.xzm   pacman-settings.xzm
firefox-43.0.1-1-x86_64.pkg.xzm  glibc-locales-uni.xzm  mozilla-common-1.4-4-any.pkg.xzm
root /mnt/sda3/porteus/modules # activate mozilla-common-1.4-4-any.pkg.xzm 
 mozilla-common-1.4-4-any.pkg.xzm activated. 
EXIT="OK"
root /mnt/sda3/porteus/modules # activate hunspell-1.3.3-3-x86_64.pkg.xzm 
 hunspell-1.3.3-3-x86_64.pkg.xzm activated. 
EXIT="OK"
root /mnt/sda3/porteus/modules # activate firefox-43.0.1-1-x86_64.pkg.xzm 
 firefox-43.0.1-1-x86_64.pkg.xzm activated. 
EXIT="OK"
Updating LXDE menu: rm ~/.cache/menus/*; lxpanelctl restart; update-desktop-database
Now go to menu internet firefox

test youtube as per tone tutorial is SUCCESS all boxes ticked
https://www.youtube.com/html5

but I am not seeing duckduckgo mini search bar in top right hand corner.

What else do I need to do here please?
Edit I have to manually go to preferences to set duckduckgo as the preferred search engine.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 04:59
by aus9
re-test my locale stuff

just to refresh I have commented out your preserve locale stuff in /config/modules
and I am using my the xzm files created on this build but built after above line changed

locale is showing en_US and not en_AU. When I have time I will delete all my locale xzms and start again.

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 05:41
by aus9
Can anyone confirm these please? thanks heaps Ed_P

I deleted /etc/inittab from /changes dir and did a shutdown and restart.

That file is re-appearing for me. And what is your md5?

Code: Select all

guest ~ $ md5sum /etc/inittab
6591427aa577cb8c2692f0ffd57fa336  /etc/inittab
guest ~ $ md5sum /mnt/sda3/changes/etc/inittab
6591427aa577cb8c2692f0ffd57fa336  /mnt/sda3/changes/etc/inittab

Re: Porteus Nemesis v3.4 BUG REPORTS

Posted: 19 Dec 2015, 05:48
by Ed_P
brokenman wrote:Ed_P can you please double check that laptop screen turns off when you close lid? I had to stick my nose in the gap to see it come one when I opened the lid. It was quick. I believe I may have found the answer to making it sleep deep.

EDIT: Try this Ed_P

Code: Select all

cat > /etc/acpi/events/lid << "EOF"
event=button/lid
action=/etc/acpi/lid.sh
EOF

MYLID=`ls /proc/acpi/button/lid/`
cat > /etc/acpi/lid.sh << "EOF"
#!/bin/sh
grep -q open $MYLID/state && exit 0
/usr/bin/pm-suspend
EOF
chmod +x /etc/acpi/lid.sh
/etc/init.d/acpid restart
Good news, :) bad news. :(

Before running your code, with the lid closed the screen is indeed dark, as I peek in from the sides. But the 3 lights stay on; light, battery, network. Opening the lid the screen brightens almost instantly.

After running your commands, with the lid closed the screen is dark, the light light blinks on & off, the battery light is on and the network light is off. Opening the lid the screen brightens, but then goes dark. I have to press the power button to get the screen to come back on.