Porteus Nemesis v3.5 BUG REPORTS
Moderator: M. Eerie
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Porteus Nemesis v3.5 BUG REPORTS
Followup:
2.0 chromium misses a dependency:
-installed chromium and started it under guest. Error message:
The solution would be to upgrade
2.0 chromium misses a dependency:
-installed chromium and started it under guest. Error message:
The solution would be to upgrade
Prendre son temps, profiter de celui qui passe.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus Nemesis v3.5 BUG REPORTS
What does that extract exactly? I ran Nemesis with systemd for a couple of weeks, but I haven't yet memorized all the journalctl switches.What is systemdless equivalent to `journalctl -b -N` for boot -N logs?
/etc/rc.localBTW where do you guys put your rc.local for its content to be run upon boot? /etc/rc.d/ didn't work.
chmod +x /etc/rc.local <--- make it executable
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus Nemesis v3.5 BUG REPORTS
re /etc/rc.local.....with openrc....I am not sure that is correct.
AFAIK our default has the local which is good
but I wonder if the location of /etc/rc.local is correct and its syntax appears wrong
IMHO local scripts belong /etc/local.d
and might be called myscript.start.....I will have to test this and report back ......done see next post
###########################
probable bug detected
##############
etc/local.d/preshutdown.stop
contents snip
also maybe its could be called shutdown.stop and be placed in /etc/local.d? and then amend the preshutdown?
AFAIK our default has the local which is good
Code: Select all
rc-status
Runlevel: default
dbus [ started ]
NetworkManager [ started ]
netmount [ started ]
syslog-ng [ started ]
ntpd [ started ]
acpid [ started ]
boot-network [ started ]
cgmanager [ started ]
consolekit [ started ]
local [ started ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
Dynamic Runlevel: manual
IMHO local scripts belong /etc/local.d
and might be called myscript.start.....I will have to test this and report back ......done see next post
###########################
probable bug detected
##############
etc/local.d/preshutdown.stop
contents snip
AFAIK /etc/rc.d/rc.local_shutdown no such beast[ -x /etc/rc.d/rc.local_shutdown ] && /etc/rc.d/rc.local_shutdown
Code: Select all
ls /etc/rc.d/rc.local_shutdown
ls: cannot access /etc/rc.d/rc.local_shutdown: No such file or directory
Re: Porteus Nemesis v3.5 BUG REPORTS
regarding rc.local
Ok I think I may be right....will make a mini tutorial unless someone thinks I am wrong?
step one
default already has local running...just mentioning it to be anal
step 2
create a file with root powers and save it with some filename.start
I called mine myscript.start with (test contents) shows nothing....this can't be your Nemesis partition....its my Ubuntu
You can have multiple commands in there but IMHO we should not try to use a filename like rc.local.start but a more meaningful name
and/or multiple files to do one thing?
waiting for others to confirm.
Ok I think I may be right....will make a mini tutorial unless someone thinks I am wrong?
step one
default already has local running...just mentioning it to be anal
step 2
create a file with root powers and save it with some filename.start
I called mine myscript.start with (test contents)
full reboot to test that#!/bin/bash
umount /mnt/sda1
Code: Select all
ls /mnt/sda1
You can have multiple commands in there but IMHO we should not try to use a filename like rc.local.start but a more meaningful name
and/or multiple files to do one thing?
waiting for others to confirm.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus Nemesis v3.5 BUG REPORTS
Are you talking about 3.5? I think the file is already named /etc/local.d/preshutdown.stopIMHO we should not try to use a filename like rc.local.start but a more meaningful name
At least that is what is in my tree.
I will fix the path there for /etc/rc.d
Thanks
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus Nemesis v3.5 BUG REPORTS
if this file has any effect good or bad etc it only works for stopping or for shutdown. IMHO it must have .start to be a startup script.Are you talking about 3.5? I think the file is already named /etc/local.d/preshutdown.stop

-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Porteus Nemesis v3.5 BUG REPORTS
More feedback than a bug report
nemesis 3.5 32 bit
PCmanFM
If you start a file search in the root (file system) it get stuck at a very high cpu usage
with the revolving icon -- it never ends.
Testing tool
qv4l2: error while loading shared libraries: libQtOpenGL.so.4: cannot open shared object file: No such file or directory
temp module(s) missing k8temp for example
modprobe = module not found
firewall??
minor:
a lot of settings not set (root)
good:
(CD tray open/close issue) - still working solution:
sysctl -w dev.cdrom.autoclose=0
system boot with nouveau driver -- it didn't in slack 3.1
nm-applet is visible/working
shutdown and reboot = OK
anything special to test?
because the LXDE-DE is not my cup of tea..
btw
It would be nice to have md5sums with the ISOs
nemesis 3.5 32 bit
PCmanFM
If you start a file search in the root (file system) it get stuck at a very high cpu usage
with the revolving icon -- it never ends.
Testing tool
qv4l2: error while loading shared libraries: libQtOpenGL.so.4: cannot open shared object file: No such file or directory
temp module(s) missing k8temp for example
modprobe = module not found
firewall??
minor:
a lot of settings not set (root)
good:
(CD tray open/close issue) - still working solution:
sysctl -w dev.cdrom.autoclose=0
system boot with nouveau driver -- it didn't in slack 3.1
nm-applet is visible/working
shutdown and reboot = OK
anything special to test?
because the LXDE-DE is not my cup of tea..
btw
It would be nice to have md5sums with the ISOs
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus Nemesis v3.5 BUG REPORTS
Not at home right now but I believe that IS a shutdown script. It is responsible for kicking off the shutdown procedure, killing openrc and handing back to initrd.if this file has any effect good or bad etc it only works for stopping or for shutdown. IMHO it must have .start to be a startup script
Thanks Donald. I`ll check out some of those issues. There is not a lot more to test in LXDE. I consider it still very much a beta considering the feedback. Next release will tidy up some of the existing bugs and perhaps introduce another desktop. Any preferences?
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus Nemesis v3.5 BUG REPORTS
@brokenman
why not put a blank startup script into /etc/local.d maybe named z.start?
I could then do a mini tutorial on it as it contents will be just
#!/bin/bash and I could then mention its a replacement for /etc/rc.local
I chose z.start as its the last letter of the alphabet and your readme says scripts there
cheers
PS It would help if you modify the contents of /etc/rc.local to say where to look for its replacement.
why not put a blank startup script into /etc/local.d maybe named z.start?
I could then do a mini tutorial on it as it contents will be just
#!/bin/bash and I could then mention its a replacement for /etc/rc.local
I chose z.start as its the last letter of the alphabet and your readme says scripts there
and I would need my script to process after your umount.startAll files are processed in lexical order.
cheers
PS It would help if you modify the contents of /etc/rc.local to say where to look for its replacement.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus Nemesis v3.5 BUG REPORTS
Sure. I can put a hello world script there. What about naming it something more meaningful like zz-start-commands.start? This way people poking around without reading your tutorial may stumble across something slightly more comprehensible.
I will check out whether it is better to include the script at /etc/rc.local for compatibility. I think arch used this path before systemd and systemd also has backwards compat.
I will check out whether it is better to include the script at /etc/rc.local for compatibility. I think arch used this path before systemd and systemd also has backwards compat.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus Nemesis v3.5 BUG REPORTS
well I already know that I can't use an executable /etc/rc.local sorry if I did not make that obvious and I assume you are keeping openrc which differs from systemd.
I have taken the liberty of second guessing your answer and already bodgeed up a mini tutorial
viewtopic.php?f=137&t=5450
cheers
sounds mighty finezz-start-commands.start
I have taken the liberty of second guessing your answer and already bodgeed up a mini tutorial
viewtopic.php?f=137&t=5450
cheers
-
- Full of knowledge
- Posts: 428
- Joined: 02 Jan 2011, 18:41
- Distribution: Porteus v5.01.....PorteuX v1.4
- Location: In the bush now
Re: Porteus Nemesis v3.5 BUG REPORTS
brokenman wrote:Sure. I can put a hello world script there. What about naming it something more meaningful like zz-start-commands.start? This way people poking around without reading your tutorial may stumble across something slightly more comprehensible.
I will check out whether it is better to include the script at /etc/rc.local for compatibility. I think arch used this path before systemd and systemd also has backwards compat.
Thats the thing....using Nemesis openrc, I only knew about /etc/local.d/preshutdown.stop because I was poking around. And I was a bit surprised to see it....rc.local seems a better, more traditional file to be used for these things.
Actually, shouldn't startup commands come from /etc/init.d?
My 2 pennies.
Re: Porteus Nemesis v3.5 BUG REPORTS
@roadie
I guess we are talking different things.
Sure but they are system wide and not user created scripts, and you may see that is where local is
strictly speaking all scripts in /etc/local.d are local or user supplied but I don't have a problem with brokenman doing his thing in there....which is exactly what he did with /usr/local/bin stuff......easy to find.....Nemesis specific binaries and for /etc/local.d .....easy to find Nemesis specific start up or shutting down scripts.
Is that clearer?
I guess we are talking different things.
Actually, shouldn't startup commands come from /etc/init.d?
Sure but they are system wide and not user created scripts, and you may see that is where local is
strictly speaking all scripts in /etc/local.d are local or user supplied but I don't have a problem with brokenman doing his thing in there....which is exactly what he did with /usr/local/bin stuff......easy to find.....Nemesis specific binaries and for /etc/local.d .....easy to find Nemesis specific start up or shutting down scripts.
Is that clearer?
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: Porteus Nemesis v3.5 BUG REPORTS
Startup scripts in this path will be passed the 'start' argument during boot. Startup scripts in /etc/local.d aren't. I think there is advice in the example file in /etc/local.d explaining the pros and cons of using it.Actually, shouldn't startup commands come from /etc/init.d?
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Porteus Nemesis v3.5 BUG REPORTS
I had mislead roadie by using the word "system" in my tutorial me thinks. I have corrected that now. With luck