And that was part of the problem. Gparted didn't give me the option of setting any flags whatsoeverjust tick the boot flag box in gparted

I did some testing with a usbhd with over 23 partitions. The following worked for me.davids45 wrote:I can corroborate James C's irregularly numbered drive icons.
Code: Select all
--- /mnt/+mnt+sdb2+puppy+xenial+puppy_xenial_7.0.4.sfs/usr/local/pup_event/frontend_change 2016-08-25 00:48:25.000000000 +1000
+++ frontend_change 2016-09-05 23:59:02.565018733 +1000
@@ -52,8 +52,8 @@
SCRN_X="`cat /tmp/pup_event_frontend_scrn_x`" #written by frontend_startup.
SCRN_Y="`cat /tmp/pup_event_frontend_scrn_y`" # "
-DRV_NAMES="$(echo -n "$PARAMS" | tr ' ' '\n' | cut -f 2 -d ':' | grep -E '^[hs]d[a-z]$|^mmcblk[0-9]$|^sr|^fd' | sort -u)" #dump partitions. 130614
-ALL_DEVSS="$(echo -n "$PARAMS" | tr ' ' '\n' | cut -f 2 -d ':' | sort -u)" #130614
+DRV_NAMES="$(echo -n "$PARAMS" | tr ' ' '\n' | cut -f 2 -d ':' | grep -E '^[hs]d[a-z]$|^mmcblk[0-9]$|^sr|^fd')" #dump partitions. 130614
+ALL_DEVSS="$(echo -n "$PARAMS" | tr ' ' '\n' | cut -f 2 -d ':')" #130614
for DRV_NAME in $DRV_NAMES #precaution, uevents might have more than one drive mixed in.
do
Code: Select all
--- /mnt/+mnt+sdb2+puppy+xenial+puppy_xenial_7.0.4.sfs/sbin/probepart 2016-08-25 00:48:25.000000000 +1000
+++ probepart 2016-09-05 23:57:01.503010562 +1000
@@ -53,7 +53,7 @@
#all drives and partitions... 120602 sort...
ALLDEVS=$(echo "${PARTNAMES}
-${ALLDRVS}" | sort -u)
+${ALLDRVS}")
# guess_fstype really sucks for extended partitions - use fdisk but not in the main loop - too slow #140714
EXTD=''
Did you specify "pmedia=usbflash" or "pmedia=usbhd"?Chili Dog wrote:1) When installed on usb stick, it doesn't detect or load save files on hd. Not sure how serious this is.
I found a post I wrote where I witnessed the same situation:Keef wrote:@bigpup
Using the pre-installed version of Palemoon. Not updated anything.
This problem takes quite a while to appear - probably close to 2 hours.
After I closed Palemoon yesterday to reduce the CPU load, swap goes down to 186mb. Restarted Palemoon and all ok to start with, but eventually this starts to grow again.
[EDIT] I've downloaded the latest - 26.4.01.
Left it running on Tahr for a couple of hours, and there was no problem. Now trying it on Xenial.
[UPDATE]
After about an hour the swap partition filled up. The CPU then spiked at 100% - but then dropped back down to normal, so did not need to close Palemoon.
[UPDATE No.2] Well after about a further 20 minutes, it spiked again and stayed that way. Had to hit the power button.
I have noticed that some web sites have pop up advertising and things that just auto load and play as you look at the web site.I'll use Firefox and Tahr (32-bit) as an example. I have a lot of tabs (30+ total) open in about six or seven Firefox windows. Everything is running smoothly.
But even without opening any new tabs or windows (maybe typing a message like this one or answering an email), the system will slow to a crawl, the resource indicator icon will spike up, and tabs will start crashing.
Yeah, I'm sure my habit of leaving 30 or 40 tabs open at a time doesn't help things, but two of the machines where I see it happening are running 3 gHz 3-core Phenom II and 3.8 gHz FX processors with 8 gig and 16 gig of RAM. I would not expect to have system resource issues on either machine until 100+ web pages.bigpup wrote: If you are leaving tabs open. I wonder if this activity, by the web sites, is using up memory and not releasing it.
I usually only have one window open, with maybe 3 or 4 light tabs, and I have "remember history" off, hardly ever have Flash on, and usually run in PUPMODE=5 so after restart everything gets reset. I probably use Firefox 28 96% of the time, latest Firefox 2% of the time, and Palemoon 2% of the time, and I do think Palemoon and latest Firefox are both worse, especially at 800MHz. The swap thing was just bizarre though, and does sound like a "ancient Firefox memory leak" thing. Wonder if Palemoon's lousy start page that takes 50% CPU had something to do with it, maybe it keeps running and growing even after you close the tab?torgo wrote:I'll use Firefox and Tahr (32-bit) as an example. I have a lot of tabs (30+ total) open in about six or seven Firefox windows. Everything is running smoothly, and the little resource indicator icon (next to the date) shows less than half of whatever it's tracking is actually being used.
Code: Select all
diff -ru DEV1/usr/lib/libSDL_mixer.la DEV2/usr/lib/libSDL_mixer.la
--- DEV1/usr/lib/libSDL_mixer.la 2016-06-08 14:45:58.000000000 -0400
+++ DEV2/usr/lib/libSDL_mixer.la 2016-09-12 14:14:58.000000000 -0400
@@ -14,10 +14,10 @@
old_library=''
# Linker flags that can not go in dependency_libs.
-inherited_linker_flags=''
+inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
-dependency_libs=' /usr/lib/libSDL.la /usr/lib/libXrandr.la /usr/lib/libXext.la /usr/lib/libXrender.la /usr/lib/libX11.la /usr/lib/libxcb.la /usr/lib/libXau.la /usr/lib/libXdmcp.la -ldl -lvga -lpthread -lm'
+dependency_libs=' /usr/lib/libSDL.la /usr/lib/libXrandr.la /usr/lib/libXext.la /usr/lib/libXrender.la /usr/lib/libX11.la /usr/lib/libxcb.la /usr/lib/libXau.la /usr/lib/libXdmcp.la -lvga -lpthread -L/usr/local/lib -ldl -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
But no prompt to allow me to restart X!If you are reading this, then you are at the console without X running.
The usual thing now is to type xwin to start X....
Starting X, specs in /etc/X11/xorg.conf, startup apps /root/.xinitrc...