Slacko RC

A home for all kinds of Puppy related projects
Message
Author
Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

#321 Post by Brown Mouse »

bigpup wrote:
bigpup wrote:
01micko wrote: Yes.. because that saves to the entire partition so the drive becomes "/". If you choose save to file then it works like a normal frugal, my preferred method which works on the wife's macbook.

What didn't work right? Can you elaborate?

BTW, it's normal that not all dirs are there, only ones that you have actually written to (as in install pets etc) get saved. It then becomes the top layer in the layered filesystem.
I stopped using it by saving that way, but will do another install and see what happens.
One thing that happened was nothing in menu->shutdown would work.
This computer is making me nuts and babel to myself :x
No matter how I install to this flash drive I can not get it to offer a save option to save to sdb1 (the flash drive).
All I get is make a save file option.
Can someone else do an install to a USB flash drive and see what you get?

The first time I tried (manual frugal install) I got the option window with save to sdb1 option.

Now, after install with universal installer or manual frugal install,
all I get is the save file option window.

Note:
Ok, just thought of something. This flash drive is a Fat 32 format. That may be why not seeing save to sdb1 option.
Hi bigpup

I just did a test to install Slacko to a usb drive.
It all seems to have worked perfectly.My flash drive is identified as 'sdc1' and it already contained 528.
I added another folder then copied the three needed Puppy files into it,ran grub4dos and booted it.
At the first shutdown it asked me if I wanted to make a savefile as normal and it suggested placing it in 'scd1' to which I agreed.
On reboot the savefile was created and present.
I believe the flash drive is vfat formatted but I'll recheck that later.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Saving RAM to pup_save file

#322 Post by mavrothal »

mavrothal wrote: Maybe something with yaf-splash/gtkdialog end then?...
Indeed ...

Code: Select all

# ps | grep yaf-splash
 9257 root       0:00 grep yaf-splash
# yaf-splash -font "8x16" -outline 0 -margin 4 -bg orange -placement top -text "Saving RAM to 'pup_save' file..." &
[1] 9402
# ps | grep yaf-splash
 9402 root       0:00 /bin/ash /usr/bin/yaf-splash -font 8x16 -outline 0 -margin 4 -bg orange -placement top -text Saving RAM to 'pup_save' file...
 9442 root       0:00 /usr/X11R7/bin/yaf-splash -font 8x16 -outline 0 -margin 4 -bg orange -placement top -text Saving RAM to 'pup_save' file...
 9616 root       0:00 grep yaf-splash
Calling yaf-splash is slacko (the way is called from pup_event_frontend_d) triggers 2 instances of yaf-splash. :shock:
So I guess the first one is killed OK after snapmergepuppy but the other stays.

The problem is the " -font "8x16" " argument that makes yaf-splash to think that is the old yaf-splash (commit #100917).
Eliminating " -font "8x16" " makes "Saving RAM to 'pup_save' file..." go away after merging
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#323 Post by tubeguy »

Messing around this afternoon.
Attachments
tux_slacko600.jpg
(15.72 KiB) Downloaded 1683 times
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#324 Post by bigpup »

Slacko 5.29.5
Installed to USB flash drive using universal installer.
Flash drive formatted ext3
On first shutdown
Get save option to save to sdb1 (the flash drive)
(You will only get this option if it is a Linux format)

Choose save to sdb1.
On reboot changes seem to be saved and Slacko working.

Problems after doing stuff:

1.Save button on desktop -after selecting button get message saving ram to pup_save file
Nothing happens and message just stays there.

2.Trying to install pet or package in PPM.
Get click OK to install pet -nothing gets installed.
Click on package in PPM -starts install and PPM locks up.

3.After trying to install something.
menu->shutdown nothing works.

Seems this save to sdb1 option causes problems if done to a USB flash drive.
Could someone confirm or tell me it's me causing these problems.

Just make sure to format with a Linux format and choose the option to save to the flash drive not make a save file.
Attachments
first shutdown.jpg
(74.34 KiB) Downloaded 1838 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#325 Post by 01micko »

@ all

The message that stays there when saving to usb (hitting save icon) is fixed. (RC2)

@ bigpup

Shinobar did report a similar bug with petget. There is a fix. I was reluctant to put it in as I have done extensive testing on usb and can not reproduce. It seems it is hardware specific. I'll put the fix in.
Puppy Linux Blog - contact me for access

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#326 Post by bigpup »

01micko wrote:@ all

The message that stays there when saving to usb (hitting save icon) is fixed. (RC2)

@ bigpup

Shinobar did report a similar bug with petget. There is a fix. I was reluctant to put it in as I have done extensive testing on usb and can not reproduce. It seems it is hardware specific. I'll put the fix in.
Thanks for letting me know it is not me messing up. :)
If I do a normal Pup_save file, Petget seems to work OK.

I'll wait for RC2 and see how it works with this option (saving to partition)

Note:
This is a fairly common hardware, Dell computer, that usually just works with any Puppy.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

soundNICK
Posts: 124
Joined: Wed 13 Oct 2010, 15:37

kindly remove / error post

#327 Post by soundNICK »

_

User avatar
James186282
Posts: 270
Joined: Tue 08 Sep 2009, 19:14
Location: Minnesota

#328 Post by James186282 »

emil wrote:@rcrsn51, thanks, that worked
it is faster, it stops after the white dots and then there is a red
pausing :shock:
shocked me first, but all went well :D

@jades, thanks for info, i found it, this change was in April
Sorry to inject an off topic question but I'm wondering why the dots turn red and it seems to take forever to boot? One of the most important (to me) features of Puppy is the boot and shut down times.

Is this added (red Dots) pausing in some way turn offable? Or at least why was it added?
Science is what we understand well enough to explain to a computer.
Art is everything else we do.
[i]Donald Knuth [/i]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#329 Post by Lobster »

Barry is sorting out Fido
http://bkhome.org/blog/?viewDetailed=02644

Hopefully Puppy will soon have the option to not run as root
- I imagine I still will :roll:

Does anyone have time to help with this useful initiative?
http://www.murga-linux.com/puppy/viewto ... 168#595168

Mick are you gonna do a Spup/Slacko on the latest woof2
anytime?

Puppy Linux Slacko
Safer, Swifter, Surprisinger [sic]
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#330 Post by darkcity »

Hi

I'm particularly interested in the audio improvements in Slacko over Lucid
Audio improvements, eg. audio and recording in mhwavedit working
apart from newer kernel, what other sound improvement are there?

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#331 Post by Jim1911 »

Sorry, wrong thread.

Post Reply