Page 8 of 10

Posted: Mon 23 Nov 2009, 00:51
by omskates
Rupp wrote: I just posted this http://pastebin.ca/1682424 for someone in irc. Thats the pupflux menu. I know what you wanna do but I prefer to edit by hand anyway. To me its easier and it actually helped me learn more.
Thankyou, and yes I do too but my editing was not familiar with this. I'll read through for comprehension, comparison, and make a backup of original file. Thankyou :D

Posted: Wed 03 Feb 2010, 22:03
by walter90
I might have missed it but my PupFlux won't shut down the normal way. It just sits there with a black screen. Could be my laptop but i don't know. My Puppy 4.2.1 works without a single hitch.

If I go to "restart" in the flux menu I can type "poweroff" and it shuts down. What can I do to fix it?

Posted: Wed 03 Feb 2010, 22:06
by steve_s
walter90 wrote:I might have missed it but my PupFlux won't shut down the normal way. It just sits there with a black screen. Could be my laptop but i don't know. My Puppy 4.2.1 works without a single hitch.

If I go to "restart" in the flux menu I can type "poweroff" and it shuts down. What can I do to fix it?
I am finding that 4.3.1 is having issues with some of my 'puters in that regard. I've found that typing from terminal "wmpoweroff" frequently will shut it down. In other words, I think it is the Puppy version that the more recent Pupflux is based on relative to the hard ware...

I'm open to suggestions from the masses on that one...

Posted: Thu 04 Feb 2010, 12:40
by Rupp
n/t

Posted: Thu 04 Feb 2010, 14:00
by steve_s
Rupp wrote:
I tried to make my own PupFLux 4.31 right after it came out and I had the same problem so I gave up. I thought it was just me having the problem.


Rupp
Nope, not just you, and not just Pupflux. For example, I got a P4 laptop from someone recently, ran the latest MacPup on it (based on 4.3.1) and it has the same issue: it will shut everything down, but not turn the computer totally off. :?

Posted: Thu 04 Feb 2010, 14:10
by dejan555
Ah that, yeah try booting with acpi=off
Or just push the power button when it says "System halted"

Posted: Thu 04 Feb 2010, 21:52
by walter90
dejan555 wrote:Ah that, yeah try booting with acpi=off
Or just push the power button when it says "System halted"
Mine doesn't say "system halted". It just is black. Will it do any harm to press the power switch in that case?

And yes, my MacPup Foxy does something similar so it must be Puppy 4.3 at the root of the problem.

Posted: Thu 04 Feb 2010, 22:08
by dejan555
not sure if it's safe if it shows black screen.
try "wmpoweroff" command from console or exit X with ctrl-alt-backspace then type poweroff

Posted: Fri 05 Feb 2010, 19:40
by walter90
dejan555 wrote:not sure if it's safe if it shows black screen.
try "wmpoweroff" command from console or exit X with ctrl-alt-backspace then type poweroff
Ok. Thanks a lot! :D

Posted: Fri 05 Feb 2010, 19:40
by walter90
dejan555 wrote:not sure if it's safe if it shows black screen.
try "wmpoweroff" command from console or exit X with ctrl-alt-backspace then type poweroff
Ok. Thanks :D

edit: Sorry, Can someone please delete this post?

Posted: Thu 18 Feb 2010, 13:35
by Shep
walter90 wrote:I might have missed it but my PupFlux won't shut down the normal way.
I'm not using Pupflux, but have that same problem with other puppies.

Posted: Tue 02 Mar 2010, 19:59
by steve_s
The illustrious CatDude just sent me this pm about mirrors for Pupflux and Pupfluxlite:

Hello steve

I hope you don't mind, but i took the liberty creating a directory steve_s in the members section at asia,
and put a copy of pupflux421.iso into it.

The directory shows at both
http://puppylinux.asia/members/steve_s/
http://puppylinux.ca/members/steve_s/

I am sure that you already know the Username & Password.

...

P.S
I have also moved the location of your pupfluxlite.iso
so you may wish to edit this post
to point at the new location:
http://puppylinux.asia/members/steve_s/PupFluxlite/pupfluxlite.iso
http://puppylinux.ca/members/steve_s/PupFluxlite/pupfluxlite.iso
.

Thanks, CatDude! 8) I'll edit that post later but wanted to get this posted asap... 8)

acpi=force?

Posted: Tue 02 Mar 2010, 20:16
by prehistoric
Shep wrote:
walter90 wrote:I might have missed it but my PupFlux won't shut down the normal way.
I'm not using Pupflux, but have that same problem with other puppies.
Have either of you tried adding the kernel boot parameter "acpi=force" to either isolinux.cfg, syslinux.cfg or the grub menu.lst kernel line, as appropriate for your method of booting? You can probably test this by pressing F2 at boot to get a chance to enter "puppy acpi=force" when booting from the CD. If it works, you can use isomaster to edit the appropriate file and create a new iso image you can burn.

Re: acpi=force?

Posted: Thu 04 Mar 2010, 13:19
by Rupp
n/t

Re: acpi=force?

Posted: Fri 05 Mar 2010, 05:41
by Shep
prehistoric wrote:
Shep wrote:
walter90 wrote:I might have missed it but my PupFlux won't shut down the normal way.
I'm not using Pupflux, but have that same problem with other puppies.
Have either of you tried adding the kernel boot parameter "acpi=force" to either isolinux.cfg, syslinux.cfg or the grub menu.lst kernel line, as appropriate for your method of booting? You can probably test this by pressing F2 at boot to get a chance to enter "puppy acpi=force" when booting from the CD. If it works, you can use isomaster to edit the appropriate file and create a new iso image you can burn.
I have tried all combinations acpi=force/on/off (simply because I
have no idea what these are about :roll: ) and none made any
difference. I happen to be using using Dpup477 on a PIII.
Everything seems to shut down except the PSU and leds. :cry:

Posted: Fri 05 Mar 2010, 08:55
by aragon
guys, afaik the shutdown problems are due to a code-change in wmpoweroff, wmreboot,...

not on puppy right now but will try to post a workaround later.

aragon

Posted: Fri 05 Mar 2010, 12:10
by aragon
so here we are again. test this

1. open /usr/bin/wmpoweroff in a text editor.
2. edit line 30 ff

Code: Select all

#w003
CURRENTWM="`cat /etc/windowmanager`"
kill -9 `pidof $CURRENTWM`
to this

Code: Select all

#w003
#CURRENTWM="`cat /etc/windowmanager`"
#kill -9 `pidof $CURRENTWM`
killall X
sleep 1
exec killall -9 X
3. Save the file
4. Test poweroff

If this works, apply the patch also to wmreboot and wmexit.

aragon

Posted: Fri 05 Mar 2010, 21:01
by steve_s
aragon wrote:so here we are again. test this

1. open /usr/bin/wmpoweroff in a text editor.
2. edit line 30 ff

Code: Select all

#w003
CURRENTWM="`cat /etc/windowmanager`"
kill -9 `pidof $CURRENTWM`
to this

Code: Select all

#w003
#CURRENTWM="`cat /etc/windowmanager`"
#kill -9 `pidof $CURRENTWM`
killall X
sleep 1
exec killall -9 X
3. Save the file
4. Test poweroff

If this works, apply the patch also to wmreboot and wmexit.

aragon
Thanks, Aragon! I'll give this a run....

Posted: Sat 06 Mar 2010, 00:24
by `f00
mmhm..

As a wm dilettante, I'd find that I needed to ungracefully 'kick' my mod of plogout with ctrl+alt+bs (and then I rediscovered the 'endlines' thing for wmpoweroff, wmreboot and startwm with recent pups) - it's even nicer if there is a wmexit file as well ..

.. keep on a-rockin' me, baby …

Posted: Mon 08 Mar 2010, 08:55
by Shep
aragon wrote:so here we are again. test this

Code: Select all

#CURRENTWM="`cat /etc/windowmanager`"
#kill -9 `pidof $CURRENTWM`
killall X
sleep 1
exec killall -9 X
Those 5 lines were already present, though the first two
were not commented out. So I commented them out,
but it made no difference. Still didn't poweroff.

I'm using dpup477 on a PIII

Thanks for trying. :wink: