Saluki

A home for all kinds of Puppy related projects
Message
Author
User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Almost gtk-youtube-viewer : Will test sfs-load 1.4 & 1.9

#2371 Post by mikeslr »

Hi jemimah:

Gtk-youtube-view now opens, but reports the error shown in attached when something is entered in the search box. I opened a terminal and typed the instructed initiation phrase (ignoring the unnecessary 'sudo') and everything seemed to go fine. But typing a word into gtk-youtube-viewer's search box still reports the attached even after a reboot.

I'll test shinobar's sfs-load 1.4 and 1.9 and report back.

mikesLr
Attachments
cpan_config.jpg
cpan not configured
(14.96 KiB) Downloaded 317 times

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: Saluki 018- Bags

#2372 Post by jemimah »

upsnix wrote:Dear Jemimah, I am sorry for my English, in Saluki 018 there is a serious problem, at start PPM and attempt to download update package lists from all 4 repozitories under condition of absence of a network (frisbee it is switched off) PPM dies for ever.
Besides having local resources in network DC ++ at the limited external traffic, I cannot download anything at other users in a network, using for example EiscaltDCPP-GTK 2.2.1 writes-is not present Users for downloading, search though in other distribution kits all is normal does not work. EiscaltDCPP-GTK last releases are not started, lay out in if it is possible in REPO working EiscaltDCPP-GTK. It will be very useful.
Best Regards
I can't get EiscaltDCPP-GTK to compile. No idea what's wrong with it.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: Youtube viewer & sfs-load problems

#2373 Post by jemimah »

Geoffrey wrote:
mikeslr wrote:Sfs-load appears to hang when trying to unload some sfses. "Wait" remains on the screen for minutes. Closing that dialog box does no stop sfs-loader, as it still shows up as active in lxtaskmanager; though using 0 ram. If killed via lxtaskmanager it can not be restarted (that is rerun). Restarting X also isn't effective. Shutting down is effective, but the shut-down process takes forever:
I am experiencing this also, everything I've tried to unload doesn't, then there is no way other than rebooting to be able to run the sfs unload again,
but that fails to work, I have to use the power button, as it won't reboot, it hangs :?
This is worse than I thought - unloading is causing a kernel oops. Was this happening in the last release? I didn't change anything kernel related.

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#2374 Post by magerlab »

I still have a request for implementing global menu for xfce4 panel. It's a mac osx -like menu in panel

here's what it looks like
http://gtk-apps.org/content/show.php/OM ... ent=146102
of course, it's just for fun only:)

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

rename-files - special version for Saluki

#2375 Post by don570 »

rename-files - special version for Saluki

A utility to do various manipulations of file names in a folder

I tried my best to convert rename-files to Saluki,
But I'm not sure of how to get a right -click recognized just for
folders.

It shows up in the menu for all files and folders :oops:

but it might still be of use. There is a warning message if you try to
use it on a folder.
EDIT: a file not a folder!!!!

___________________________________________________---
Attachments
rename-files-saluki-1.8.pet
Rename the files in a folder - Saluki version
(7.68 KiB) Downloaded 303 times
rename-files-NLS-1.6.pet
German and Spanish localization
(3.11 KiB) Downloaded 267 times
Last edited by don570 on Sat 21 Apr 2012, 16:53, edited 2 times in total.

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

Re: PPM dependencies and base

#2376 Post by mavrothal »

jemimah wrote:
mavrothal wrote:Here is a little (double) issue.
Installed midori 0.4.4 over the base. At the end of the lib check, SDL is reported as missing.
SDL is a dependency for gst-plugings-bad-0.10.22. Looking at the pet.specs It is unclear which package is is pulling gst-plugings-bad. So whichever it is, does not include gst-plugings-bad as a dependency, though it is...

Anyway. PPM offers to find SDL and it does. But for that it opens a new instance of PPM. If you close this new instance at the end of the process the previous one remains open but now is just an empty shell without any functionality.
Maybe the depinstallfunction of check_deps.sh should check and use for open pkg_chooser.sh instances instead of opening a new one?
Ok, That would probably work.
This little patch works fine at my end

Code: Select all

--- a/usr/local/petget/check_deps.sh	2012-04-05 22:56:23.000000000 +0000
+++ b/usr/local/petget/check_deps.sh	2012-04-07 16:37:38.139999962 +0000
@@ -75,7 +75,7 @@
 depinstallfunc(){
 	
 	touch /tmp/suppress-depcheck
-	/usr/local/petget/pkg_chooser.sh&
+	[ "`pidof pkg_chooser.sh`" = "" ] && usr/local/petget/pkg_chooser.sh&
 	sleep 2
 	PKGS=`echo $MISSINGDEPS_PATTERNS | sed 's/|/ /g'`
 	for i in $PKGS ; do
== [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
scabz
Posts: 364
Joined: Thu 30 Apr 2009, 18:14
Location: Tallahassee FL US
Contact:

Re: Youtube viewer & sfs-load problems

#2377 Post by scabz »

jemimah wrote:
Geoffrey wrote:
mikeslr wrote:Sfs-load appears to hang when trying to unload some sfses. "Wait" remains on the screen for minutes. Closing that dialog box does no stop sfs-loader, as it still shows up as active in lxtaskmanager; though using 0 ram. If killed via lxtaskmanager it can not be restarted (that is rerun). Restarting X also isn't effective. Shutting down is effective, but the shut-down process takes forever:
I am experiencing this also, everything I've tried to unload doesn't, then there is no way other than rebooting to be able to run the sfs unload again,
but that fails to work, I have to use the power button, as it won't reboot, it hangs :?
This is worse than I thought - unloading is causing a kernel oops. Was this happening in the last release? I didn't change anything kernel related.
This happens to me on 013 haven't tested Saluki prior to 013 and am still using 013. I am about to try 018.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: Youtube viewer & sfs-load problems

#2378 Post by jemimah »

jemimah wrote:
Geoffrey wrote:
mikeslr wrote:Sfs-load appears to hang when trying to unload some sfses. "Wait" remains on the screen for minutes. Closing that dialog box does no stop sfs-loader, as it still shows up as active in lxtaskmanager; though using 0 ram. If killed via lxtaskmanager it can not be restarted (that is rerun). Restarting X also isn't effective. Shutting down is effective, but the shut-down process takes forever:
I am experiencing this also, everything I've tried to unload doesn't, then there is no way other than rebooting to be able to run the sfs unload again,
but that fails to work, I have to use the power button, as it won't reboot, it hangs :?
This is worse than I thought - unloading is causing a kernel oops. Was this happening in the last release? I didn't change anything kernel related.
Rolling back to this kernel fixes it:

http://smokey01.com/pemasu/Saluki/kerne ... ve-hid-dj/

EDIT: Maybe not - worked the first time, but it's not working again now. :(
Last edited by jemimah on Sat 07 Apr 2012, 17:55, edited 1 time in total.

aarf

#2379 Post by aarf »

18
xnoise isnt making any noise at all. custom mp4. sound slider at maximum

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2380 Post by jemimah »

magerlab wrote:I still have a request for implementing global menu for xfce4 panel. It's a mac osx -like menu in panel

here's what it looks like
http://gtk-apps.org/content/show.php/OM ... ent=146102
of course, it's just for fun only:)
I have uploaded it to the repo. I thought this would only work with Ubuntu, but it seems more or less ok.

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#2381 Post by magerlab »

Thank you! Unfortunately, it works only partially. I have only window buttons in panel. Global-menu doesn't work and there's a message that plugin crushed

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

#2382 Post by pemasu »

Here is aufs3-util-saluki. It is compiled in Saluki-016, using devx sfs for it and I used kernel sources 3.2.13-pae when I compiled it.
Aufs3-util has been created from up to date commit.

How can I test the sfs_load hanging. Which sfs application for example can be used to test the bug. Sorry...I havent followed so keenly the thread.
Attachments
aufs3-util-saluki-0.0.1.pet
(51.02 KiB) Downloaded 272 times

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

Re: Youtube viewer & sfs-load problems

#2383 Post by mavrothal »

jemimah wrote:
Geoffrey wrote:
mikeslr wrote:Sfs-load appears to hang when trying to unload some sfses. "Wait" remains on the screen for minutes. Closing that dialog box does no stop sfs-loader, as it still shows up as active in lxtaskmanager; though using 0 ram. If killed via lxtaskmanager it can not be restarted (that is rerun). Restarting X also isn't effective. Shutting down is effective, but the shut-down process takes forever:
I am experiencing this also, everything I've tried to unload doesn't, then there is no way other than rebooting to be able to run the sfs unload again,
but that fails to work, I have to use the power button, as it won't reboot, it hangs :?
This is worse than I thought - unloading is causing a kernel oops. Was this happening in the last release? I didn't change anything kernel related.
I do not thing is the kernel. I had the hang with an (olpc) 2.6.35 kernel that has been rock solid in my system, with many puppies and SFS_load versions
== [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
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2384 Post by jemimah »

This patched version seems to solve the kernel panics for me. You guys see if you can crash it.
Attachments
sfs_load-1.3-saluki.pet
(40.2 KiB) Downloaded 279 times

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

#2385 Post by pemasu »

Before applying the fixed sfs_load...google-chrome.sfs did crash in the second round and caused kernel crash also.
With the fixed sfs_load ( I have mine compiled latest aufs3-util installed also) I couldnt crash it with 8 load-unload cycle. I will continue the whole night.

I report on the morning...lol.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#2386 Post by jemimah »

magerlab wrote:Thank you! Unfortunately, it works only partially. I have only window buttons in panel. Global-menu doesn't work and there's a message that plugin crushed
I just poked at figuring out the menu - but that is the part that needs ubuntu patches for gtk. :(

I still think it's somewhat useful without the menu. At least it gets rid of the title bar when windows are maximized which is nice on small screens.

I haven't crashed it yet. What did yours say when it crashed.

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#2387 Post by magerlab »

Plugin "Global Menu Plugin for XFCE Panel" unexpectedly left the panel, do you want to restart it?

The plugin restarted more than once in the last 60 seconds. If you press Execute the panel will try to restart the plugin otherwise it will be permanently removed from the panel.

That's what I get when adding Global Menu plugin.
Indicator app menu plugin works ( window buttons in panel).
may be it needs qt also ?

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

sfs-load-on-the-fly (revisited)

#2388 Post by mikeslr »

Hi Jemimah, pemasu & all;

I tested shinobar's 1.4 & 1.9 and reported results on Shinobar's thread, but had to go out before providing link here to them. See http://www.murga-linux.com/puppy/viewto ... 028#618028. Checking in here, I've discovered jemimah's new sfs-load pet and pemasu's apparent success using it.
I'll test the same.
pemasu, try testing sfses not specifically built for Saluki. Noobs and those running more than one puplet are likely to try to load-unload them. Being able to unload a non-functional sfs is almost as important as being able to load a functional one.

Edit: Tested sfs_load-1.3-saluki.pet with the following: All could be loaded and unloaded without a problem:
gimp-2.6.11.sfs (not from Saluki repo)
google-chrome-stable_12.742.112.sfs
picasa3.sfs
Streamtuner2-2.03.sfs (not from Saluki repo)
LibreOffice-3.5.1-en_us-2.sfs (not from Saluki repo), and
xnviewp-xnconverter.sfs (not from Saluki repo).

With the exception of Streamtuner2-2.03.sfs, all not only loaded and unloaded, but also ran.

mikesLr
Last edited by mikeslr on Sun 08 Apr 2012, 00:27, edited 1 time in total.

gcmartin

2 kernels available - nonPAE and PAE for 32bit Saluki

#2389 Post by gcmartin »

This may be the wrong thread to post this, i know. But, I could not think of where else to post this.

Pemasu has done fabulous work for the total PUP community. In SALUKI he has been instrumental with his kernels.

I run a Live media system.

Questions
  • Is there a way that the Live media (cd/dvd) could have a boot-time

    Code: Select all

    puppy pfix= ....
    method where the user booting the system could direct the process to boot the non-PAE or the PAE versions for, say, SALUKI18+?
  • Or could Shinobar's method of GRUB4DOS on the booting Live media allow a selection of either PAE or non-PAE?
I think its obvious how this would be of benefit to the developers and users alike.

Thoughts for the future distros where the distro developers offer both version of a 32bit kernel.

Here to help
Last edited by gcmartin on Sat 07 Apr 2012, 22:50, edited 1 time in total.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#2390 Post by Geoffrey »

Installed pemasu's aufs3-util-saluki-0.0.1.pet and the sfs_load-1.3-saluki.pet, this seems to be a lot better but I still get the occasional lockup when loading a sfs, I'm only able to load 6 sometimes 7 sfs files running on a usb install, I receive an error message like below, but it sometimes will load on a second attempt.
Attachments
Screenshot.png
(7.7 KiB) Downloaded 886 times

Post Reply