Dpup Exprimo 5.X.3.1.10.3 SMP multicore optimized version

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#976 Post by charlie6 »

Hi Pemasu,
Xprimo 3.1.10.3...downloaded and installed
Again lot thanks for your time and energy !
Charlie :D

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#977 Post by James C »

Exprimo 5.X.3.10.3 .....frugal install on my main Athlon XP box.

GetFlash finally works. :D

Still no Wget or working ping though ........ unless I add the "-4" to the command.


Code: Select all

# ping www.google.com
ping: bad address 'www.google.com'
# ping -4 www.google.com
PING www.google.com (74.125.130.103): 56 data bytes
64 bytes from 74.125.130.103: seq=0 ttl=47 time=52.372 ms
64 bytes from 74.125.130.103: seq=1 ttl=47 time=53.279 ms
64 bytes from 74.125.130.103: seq=2 ttl=47 time=52.444 ms
64 bytes from 74.125.130.103: seq=3 ttl=47 time=52.798 ms
64 bytes from 74.125.130.103: seq=4 ttl=47 time=53.178 ms
64 bytes from 74.125.130.103: seq=5 ttl=47 time=52.590 ms
64 bytes from 74.125.130.103: seq=6 ttl=47 time=52.974 ms
64 bytes from 74.125.130.103: seq=7 ttl=47 time=53.194 ms
64 bytes from 74.125.130.103: seq=8 ttl=47 time=52.774 ms
Everything else looking good though.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#978 Post by pemasu »

Thanks James C. I have followed the discussion about ping and wget ipv4 fix. The scripts are fixed.... :D

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Fails the Safe mode

#979 Post by shinobar »

pemasu wrote:Dpup 5.X.3.1.10.3 has been uploaded
For live CD...there is now for booting grub4dos menu by grldr, menu.lst and splash.xpm.
Thanks for the 5.X.3.1.10.3. Working nicely.

But it is strange for me, the love CD fails at the 'Safe mode'. I edited the boot option and got success with deleting two options, 'nodma nopcmcia'. (You can edit the boot option by typing 'e' on the menu.)
Strange because i have never faced to such a case for the other versions. Firstly, i guessed a hardware or the kernel issue. I tested a VirtualBox and the the real PC and got the same. I now suspect initrd.gz, that is woof.

Without the 2 options 'nodma nopcmcia', boots up with no problem.
With any of these options, boot up fails saying cannot find the main sfs. But also it shows strange behavior. It says "Loading 'no' keyboard layout" and the console font seems different from the success case.

Anyway, we are better to change the boot option for the 'Safe mode':

Code: Select all

kernel /vmlinuz pmedia=cd pfix=ram,nox acpi=off apm=off nosmp noapic
initrd /initrd.gz
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

live CD booting menu

#980 Post by shinobar »

@pemasu
BTW, the boot menu on the 5.X.3.1.10.3 seems older version.
The recent version is like this: Image
The 'Windows' menu is unified, add 'Grub2' menu.

Code: Select all

# Windows
# this entry searches Windows on the HDD and boot it up
title Windows\nBoot up Windows if installed
  errorcheck off
  find --set-root --ignore-floppies --ignore-cd  /bootmgr
  chainloader /bootmgr
  find --set-root --ignore-floppies --ignore-cd  /ntldr
  chainloader /ntldr
  find --set-root --ignore-floppies --ignore-cd   /io.sys
  chainloader /io.sys
  errorcheck on

title Find Grub menu on HDD
  errorcheck off
  find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
  find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
  find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
  errorcheck on
  commandline

title Find Grub2\nBoot up grub2 if installed
find --set-root --ignore-floppies --ignore-cd /boot/grub/core.img
kernel /boot/grub/core.img
Attached my proposal, one page or two page menu.
Attachments
menu.lst.gz
One page menu.
(814 Bytes) Downloaded 299 times
twopagemenu.tar.gz
Tow pages, main and advanced.
(1.01 KiB) Downloaded 319 times
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#981 Post by pemasu »

Thank you Shinobar of your feedback.
About Safe Mode disabling features. nodma nopcmcia does not work for me either. Of course there is reason why it does not work....but I do not know it. It might be kernel configuration which coulde be tested by testing other 3.X kernel booting. But it is shooting to the dark.
Meanwhile I will remove those choices.

Your menu.lst update suggestions. I do like that one page menu.lst more. I will update into it.
Acer laptops and possibly others has restore partition and the Windows choice finds the restore partition /bootmgr
If you install the real OS with included installer....(hd0,1)/bootmgr is the real win7 OS partittion
And you cant have usb hdd attached and configured to be bootable before laptop hdd.

So...it might be good idea...maybe....to have that choice there also. Otherwise some people might be confused when the grldr boots restore partition which offers you to create factory default installation to your win 7 OS partition.

It is nice boot choice when you do want to do that....but it really can confuse. Or...if there is other mechanism to inspect...when there is several bootmgr installed in hdd. In acer laptop the factory setup creates them to the restore partition hd(0,0) and for real OS partition hd(0,1)

About PLANG. Barry K posted today that he will upload soon updated 3builddistro which might have cure for locale persistence when you choose us_US.UTF-8 as default locale. And he has already uploaded updated quicksetup and lang2initrd. I am not sure if this kind locale persistence mechanism is good. The read only media users dont have possibility to update initrd.gz....at least without manual hacking. Which could be nice adventure to new users....lol...

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#982 Post by charlie6 »

Hi Pemasu,

Here have edited the boot/grub/menu.lst with pfix=ram to boot in ram.
Here, this does not work if there are already existing squeezesaveMY_NAME.4fs files present into the /home directory.

Here have to rename the squeezesave files (for onstance XsqueezesaveMY_NAME.4fs) so that they are ignored at pristine boot up.

Cheers, Charlie

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#983 Post by pemasu »

pfix=ram should work.
The right syntax for extra savefiles is: squeezesave-xxxxnamexxx.4fs
I havent ever had problems with pfix=ram option.
if you have same named puppy folders in different partitiion...that can cause problems. Use unique name for each frugal puppy folder or pdev1 boot time parameter to guide the loader to the right partition.
I would need more info about your unsuccesful usage of menu.lst. Copy of unsuccesful menu.lst would help debugging.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#984 Post by pemasu »

Dpup Exprimo 5.X.3.1.10.3 has been reuploaded with fully working menu.lst for Live CD. No other changes.

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#985 Post by jim3630 »

5.X.3.1.10.3 frugal install to ext4 hdd pfix=ram.

only issue is firefox when reopen gives error msg ff is already running.
has done this after couple of reboots. of course, no other ff is open
but taskmanager does show one open. killing it in taskmanager allows
open ff from menu again.

User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

#986 Post by Tman »

jim3630 wrote: only issue is firefox when reopen gives error msg ff is already running.
Jim, try modifying /usr/local/bin/defaultbrowser to the following:

Code: Select all

#!/bin/sh
yaf-splash -bg red -fg white -placement center -timeout 2 -text "loading.." &
killall firefox 2> /dev/null
sleep 0.3
exec /usr/lib/firefox/run-mozilla.sh /usr/lib/firefox/firefox "$@"
And then create an icon entry for defaultbrowser, or just type it in the terminal.

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#987 Post by jim3630 »

Tman wrote:
jim3630 wrote: only issue is firefox when reopen gives error msg ff is already running.
Jim, try modifying /usr/local/bin/defaultbrowser to the following:

Code: Select all

#!/bin/sh
yaf-splash -bg red -fg white -placement center -timeout 2 -text "loading.." &
killall firefox 2> /dev/null
sleep 0.3
exec /usr/lib/firefox/run-mozilla.sh /usr/lib/firefox/firefox "$@"
And then create an icon entry for defaultbrowser, or just type it in the terminal.
Tman thanks for the help. on this startup of ff and closing problem is gone.
this has happened in the past with other pups but don't recall why occurred.
will keep your fix saved away.

jakfish
Posts: 762
Joined: Fri 18 Jul 2008, 19:09

#988 Post by jakfish »

Hi, pemasu--

Just tried out *.10.3, and it's looking good:

1) getflash works, and without the annoying reminders

2) in previous dpup versions, after setting timezone, etc, I used to get a prompt to restart X. I don't now--is that right, there is no need to restart X?

3) from exprimo repo, downloaded and installed .5 bluetooth pet without problem

4) fn volume control on S10-3t is fixed, with on-screen volume scale

5) no more prompt about setting up pupsave file until actual shut-down; I like that, too

6) my xorg.conf reconfiguration to get working ClickPad and touchscreen still functions

7) as usual, dpup exprimo found my router and broadcom internal wifi, and WEP setup went fine


A couple of things:

1) your bluetooth start-up file (that lives in /root/Startup) is missing

2) when I downloaded .5 bluetooth pet, for the first time in my dpup try-outs, it warned me of copying over libs. I knew I needed .5, so I went ahead and installed. But the file is necessary, and you don't want t to scare off new users and bluetooth. Maybe this pet should come pre-installed

3) fn brightness works, but with no on-screen scale (similar to volume control). I don't mind, but is a file missing (the way volup, etc was missing from previous version)?


I hadn't realized that Racy 5.2.2 had a 3.07 kernel, so I tried that out. Racy saw my router, but couldn't connect, nor was the ClickPad fully functioning. My xorg re-config crashed Racy.

So this dpup is the real thing for my particular hardware.

Many thanks, once more,
Jake

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Shutdown without mouse

#989 Post by shinobar »

Strange for me, the PupShutdown does not accept keyboard.
I pressed the power-button, the PupShutdown dialog arises, but it cannot be managed by the keyboard.
I suppose it is not safe considering the case we loose the mouse or the display. There is no way to shutdown unless the hard power-off.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#990 Post by pemasu »

Shinobar. That Pupshutdown problem needs fixing. Thanks.
I am atm in Polarpup...probably whole this evening. I am considerating to update Polarpup a little. Just compiled Qupzilla in it and testing it now.
But I will back with Dpup Exprimo tomorrow...I just have too much stuff around to reboot.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#991 Post by don570 »

User review

I got great results with the following :lol:


I tested squeeze-5.X.3.1.10.2-SCSI.iso
with Charlie6's xf86-input-k.3.2.11-wacom-0.14.0.pet
that I got from Murga wacom thread
and the Wacom Bamboo tablet

.... and it worked beautifully!!

I didn't have the problems that I experience with Lucid Puppy.

i.e. not problems with a black screen when I make a Pupsave file
and there was no persistency problems.
Last edited by don570 on Tue 03 Apr 2012, 17:08, edited 1 time in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#992 Post by don570 »

Note to pemasu:

Barry Kauler puts a link called usr/bin/nicoedit in his recent puppies.

I think he does it just in case there is a script that
needs nicoedit.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#993 Post by pemasu »

Thanks don570. I havent encountered so far problems, but I can put symlink to point to leafpad.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#994 Post by pemasu »

1) your bluetooth start-up file (that lives in /root/Startup) is missing
Bluetooth starting file is and has been in /etc/init.d...do you mean something else ?
2) when I downloaded .5 bluetooth pet, for the first time in my dpup try-outs, it warned me of copying over libs. I knew I needed .5, so I went ahead and installed. But the file is necessary, and you don't want to scare off new users and bluetooth. Maybe this pet should come pre-installed
I believe the pet really overwrites some existing files. It has been packaged and tested by stu90. I dont have working bluetooth system so I cant much test it. Of course I could inspect the overlapping files but...if it works...
3) fn brightness works, but with no on-screen scale (similar to volume control). I don't mind, but is a file missing (the way volup, etc was missing from previous version)?
I believe Jemimah could answer better to that problem. You could pm her ? And if you get working solution...please post the procedure here.
I hadn't realized that Racy 5.2.2 had a 3.07 kernel, so I tried that out. Racy saw my router, but couldn't connect, nor was the ClickPad fully functioning. My xorg re-config crashed Racy.
Well...that is the best part of puppy land. You can find working solution from other puppy. There is so many kind hardware and needs that several puppies complements each other...There is official Puppies for older hardware and so on... I cant much use Racy because the xorg does not like my touchpad. The same problem with Saluki and also with Precise Pangolin...which has Barrys compiled xorg-server:
There were some issues, such as the xorg-server segfaulting, so I recompiled it, used version 1.11.4 instead of 1.11.3 used by Ubuntu.
Somewhere in this compile happened the same kind intolerance to my touchpad which affects Racy and Saluki. So...I stick with Dpup. It supports my hw perfectly.

Great news is that Barry K has returned to use aufs. So...it ensures the support to the aufs in Barrys woof and his builds. Slacko and Dpup have been examples using aufs all the time. Well...Slacko tested unionfs for awhile. I did one compile and got weird errors...didnt like it at all.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#995 Post by pemasu »

Strange for me, the PupShutdown does not accept keyboard.
I pressed the power-button, the PupShutdown dialog arises, but it cannot be managed by the keyboard.
It seems to be gtk-theme related..whether you see the changing selected box or not. Nodoka themes shows the selected box alright. Aurora doesnt. So....it might be better to change the default theme for next version...sniff...

Post Reply