The time now is Wed 22 May 2013, 16:49
All times are UTC - 4 |
|
Page 224 of 248 [3719 Posts] |
Goto page: Previous 1, 2, 3, ..., 222, 223, 224, 225, 226, ..., 246, 247, 248 Next |
| Author |
Message |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Sat 16 Jun 2012, 17:06 Post subject:
Re: Auto saves made in flash manual save only mode |
|
| KJ wrote: | EDIT: There is some discussion about this issue on starting on page 219. I opened /sbin/pup_event_frontend_d with 'defaulttexteditor' and changed line 9 from ramsaveinterval=30 to: | Code: | | [ "$RAMSAVEINTERVAL" = "" ] && RAMSAVEINTERVAL=0 #412 |
|
Actually, now I am wondering if it is safe to set an interval of "0" there? It doesn't seem to be some sort of Boolean (like 0=off, 1=on). What does that script make of a value of "0"? Does a value of "0" create a consistent lockout of auto saves? or might it actually pass a strange value (like "divide by zero") to some other script? Could this make some other script "chase it's tail"??
You mentioned that you saw 2 autosaves less than 10 minutes apart at one point (even though the interval was set to 30). Could this indicate that there are also other triggers for an autosave?? And also, you had some longer periods of time with no apparent autosaves at all - it almost seems like it isn't behaving in accordance with a specific time interval.
|
|
Back to top
|
|
 |
KJ
Joined: 20 Jul 2006 Posts: 174 Location: Above sea level .. about 320m
|
Posted: Sat 16 Jun 2012, 18:26 Post subject:
Auto Saves |
|
Greengeek: I don't have enough knowledge about how these scripts interact in these newer puppy versions to be of help ... mainly just an end-user with ideas gleaned from others and a few reference notes. Just thought I would set that line to "0" and see what happens .... RAMSAVEINTERVAL=0 should set the auto save2flash interval in minutes so the default 30 is 30 minutes. I haven't played with this for a long time (puppy421 maybe) but at one time, setting RAMSAVEINTERVAL to 5 or 10 set the save interval to 5 or 10 minutes ... guess you could go to 3 digits (999) and still be OK but "0" worked best as there was just NO auto/timed save . Been up for over 2 hours with no auto saves this session ... I usually don't leave my system up if I am not using it .... waste of energy.
Also, I am not running a clean usb frugal instaIl as several days ago i added some .pets including icewm and openbox window managers plus Firefox7.sfs. No idea why my OS auto saves at odd times.
FYI .... you can check on the last activity to your save file by locating it with Thunar, right click on it and then click on "properties" and you will see a "modified" and "accessed" time that will probably state "today" but if you click on "edit" in the Thunar menu bar then "preferences" and set "date format" to a time format you can track actual times of the last Save2Flash. I've been using this check and the presents of a test file to monitor activity when I'm not watching the monitor.
Are you seeing auto saves that you don't expect also? Not very much interest in this area. Guess most Saluki folks are not running this mode or not reporting this problem at least. KJ
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Sat 16 Jun 2012, 20:49 Post subject:
Re: Auto Saves |
|
| KJ wrote: | | FYI .... you can check on the last activity to your save file by locating it with Thunar, right click on it and then click on "properties" and you will see a "modified" and "accessed" time that will probably state "today" but if you click on "edit" in the Thunar menu bar then "preferences" and set "date format" to a time format you can track actual times of the last Save2Flash. | Excellent idea, thanks.
| Quote: | | Are you seeing auto saves that you don't expect also? | Before I realised what Pupsaveconfig was used for I was experiencing the "saving puppy to ram" (or similar) message and realised I could potentially corrupt my "preferred basic config" by trialling new programmes or configurations that went wrong. So I experimented with setting pupsaveconfig savetime to "0". However, shortly after that, I noticed the "saving" message popping up again intermittently and started to get a bit concerned. I started doing some research on the forums and noticed some other topics you had posted in (possibly back in 2010) talking about how to avoid changing the savefile. At that point (without me making further changes...) the "saving" message stopped appearing (or else I stopped noticing it...).
But then I saw the comment by mossywell about having save to flash occur undesirably and it made me wonder if I still had a problem.
I have (on occasions) experienced some strange phenomena where a symptom still hangs around after a configuration change and reboot, yet disappears after the SECOND boot after making a configuration change, so for now I am going to assume that my original problem has gone away and that my savefile is safe. (I will keep an eye on this and do some more tests).
I suspect that there may be several possible triggers for updating the savefile, and maybe there are conditions that allow that trigger to come to the fore unexpectedly (like maybe a new browser install or something).
I would like to know a bit more about that v412 tag in that pup_event_frontend_d file. It looks as if someone might have created a "back door" to override the zero setting. Maybe there is some code they have put in place to automate that situation at certain times - and then maybe the problem shows up after the next boot?? Just clutching at straws here. Will post more when/if I find more info.
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2253 Location: Japan
|
Posted: Sat 16 Jun 2012, 22:28 Post subject:
Re: RAMSAVEINTERVAL |
|
| mossywell wrote: | | Yup - that worked. So I put . /etc/eventmanager in pup_event_frontend_d and that also worked. Job done I think. |
Right.
The pup_event_frontend_d is Saluki special and the code has been dropped.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
KJ
Joined: 20 Jul 2006 Posts: 174 Location: Above sea level .. about 320m
|
Posted: Sun 17 Jun 2012, 09:52 Post subject:
|
|
Greengeek: Good to read that your OS is running fine ... thanks for your comments. As for the "#412" issue in these scripts .... I believe that any thing after a "#" in a line of code is treated as a "comment, reference, or note" and not ran. If the "#" is at the start of a line .... the complete line is a comment and not executable. FYI ... I think my Saluki 22 is now working normally and Shinobar is monitoring for pupsaveconfig issues.
Shinobar: Thanks for your comments and hard work on puppy projects.
Thanks again ... KJ
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2462 Location: Ontario
|
Posted: Mon 18 Jun 2012, 17:41 Post subject:
|
|
I made a new version of Bulldog finder to be
compatible with Saluki
http://www.murga-linux.com/puppy/viewtopic.php?p=635036#635036
________________________________________
|
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 919 Location: Queensland Australia ɹǝpu∩uʍop
|
Posted: Wed 20 Jun 2012, 19:46 Post subject:
|
|
Well I said I wasn't going to, but here is another........
AdobeAIR app, Classic Whiteboard.
| Quote: | Whiteboard Help
Drawing:
· Click on a marker to draw with the selected marker's color.
· Hold down the left mouse button and drag in order to draw with the marker on the whiteboard.
Typing:
· With a marker selected, right-click a location on the whiteboard and then start typing using the keyboard.
Erasing:
· Click on the eraser then hold down the left mouse button and drag over the area to be erased.
Saving:
· The contents of the whiteboard are automatically saved when the program is closed.
Resizing:
· Click and drag the sizing corner located at the bottom right of the program.
Menu:
Open:
· Open a previously saved whiteboard image (or any image).
Save A Copy:
· The whiteboard is automatically saved, but this saves a copy of the whiteboard image.
Publish to Web:
· After entering a name for your image, it is uploaded to ClassicWhiteboard.com. Share your whiteboard with anyone with a web browser by using the provided sharing URL.
. If you need to update your whiteboard image, just re-publish using the same name you provided earlier. Keep in mind that anyone can use any name, so if you want it to last longer, choose a unique name. Also, older images may be cleaned out of the system from time to time.
Copy:
· The image is copied to your clipboard for pasting into image-editing programs.
Paste:
· Right-click or left-click a location on the whiteboard and then Paste an image from your clipboard onto the whiteboard.
Clean:
· Clear the whiteboard contents.
|
 |
| Description |
|
| Filesize |
18.26 KB |
| Viewed |
1401 Time(s) |

|
| Description |
|

Download |
| Filename |
classicwhiteboard-3.0.pet |
| Filesize |
425.49 KB |
| Downloaded |
115 Time(s) |
_________________ AdobeAIR App Links: HERE
Carolina: Recent Repository Additions
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2462 Location: Ontario
|
Posted: Wed 20 Jun 2012, 19:52 Post subject:
|
|
I made a simple GUI to calculate then check a MD5sum.
Look under Send To menu
This should work properly since the user must transfer
the md5sum himself.
http://murga-linux.com/puppy/viewtopic.php?t=79147
______________________________________________
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2462 Location: Ontario
|
Posted: Thu 21 Jun 2012, 20:41 Post subject:
Saluki Additions software |
|
Saluki Additions software
I put together a package of utilities so
that they can be quickly and reliably installed
with just a click.
http://murga-linux.com/puppy/viewtopic.php?p=635779#635779
___________________________________________
|
|
Back to top
|
|
 |
kazzamozz

Joined: 25 Jul 2009 Posts: 61 Location: Melbourne, Australia
|
Posted: Fri 22 Jun 2012, 22:41 Post subject:
Saluki Subject description: Why is there no mention of Saluki on the Puppy Linux News!! |
|
Hi Guys
Have I missed something there doesn't appear to be any mention of this wonderful Pup anywhere on the Puppy Linux News.
I know It's listed on the forums of course but.... seems a shame it's not highlighted on the front of the news.
Pupeee is there wheres Saluki ?
Great work Jemimah
Cheers
Kazzamozz
|
|
Back to top
|
|
 |
kazzamozz

Joined: 25 Jul 2009 Posts: 61 Location: Melbourne, Australia
|
Posted: Fri 22 Jun 2012, 22:49 Post subject:
|
|
| jemimah wrote: | Just a quick update. I'm still alive but totally exhausted. They have me flying all over the place and it's hard to concentrate on anything at this frenetic pace. Most of my off days are spent catching up on paper work and expense reports.
Next month I think I'll be in utah which should give me some stability but it is still (I think) three timezones away so I dunno how much free time I'll have.
Bear with me. Saluki is still on my mind. |
Hi Jemimah
I look forward to when you do have the time & energy.
It has to be enjoyable & exciting, not like a second job, or it's not worth it. So take a break and come back when you feel ready.
I'm going to have some fun with what you have already done. it really is a wonderful release.
Cheers
KazzaMozz
|
|
Back to top
|
|
 |
kazzamozz

Joined: 25 Jul 2009 Posts: 61 Location: Melbourne, Australia
|
Posted: Fri 22 Jun 2012, 23:48 Post subject:
Saluki: PAE build - 4GBs plus RAM Subject description: saluki PAE Builds |
|
Hi Guys & Gals
Just booted it up and wow looks great no issues with the HPN40L apart from it only recognizing only 4Gbs of the RAM out of the 8GBs knew this would be an issue already as I have been using Lupu latest. The Slacko & FAT64 no worries of course, but just wanted to see how it would boot.
Now before I go any further, has someone already done a PAE build of Saluki with the latest Kernel?
Just checking before I dive in ??? Don't want to waste time if it's already happened.
Cheers
Kazzamozz
|
|
Back to top
|
|
 |
Mark_C
Joined: 28 Aug 2010 Posts: 28
|
Posted: Sat 23 Jun 2012, 09:24 Post subject:
Video help |
|
Video card Geforce 6150SE
Monitor Samsung Syncmaster 2233BW
I have been trying to get the Nvidia drivers to work for about a week now
Every once in a while I can get it to work but after a reboot or two the settings are gone and then trying to get it working again is a nightmare.
When it works right I can go to the Nvidia panel and I can see it knows I am using a Syncmaster Samsung monitor.
When it is not working the Nvidia panel does not know what monitor I have.
I have tried with the driver in the package manager, the sfs driver both 33 and 40 versions.
The sfs driver I have the most luck with, sometimes it works most of the time it doesn't.
I even got it working once with a multisession DVD and thought Ah Ha! it wont change back now, as I wont save anymore sessions.
Wrong, next boot settings are gone.
Very frustrating.
This morning I decided to try and old Princeton 17 LCD monitor I have with the DVD multisession.
Booted up with puppy pfix=ram loaded the package manager driver.
exited to command line type xorgwizard choose nvidia nvidia then choose 1280 x 1024 and back command line and xwin.
Start Nvida control panel and it knows the name of the monitor, no problem.
Reboot the system save the session and it boots up, and all is good.
Change the Nvidia settings to 1440 something which the monitor doesnt really support and it works although bottom of screen is not viewable.
Reboot and save, settings still good, change back to correct resolution, reboot and save and all is still good, reboot again and still the settings are good.
Seems the Samsung Syncmaster is reporting something to puppy causing it to change the settings and rewriting the file.
Question is how to get it to stop this so I can use the Samsung.
I guess I could go buy a different monitor but this one is only 4 - 6 years old.
I hope someone has run into this problem and can offer a fix.
Also, I am currently running Lucid 511 and it works fine with this monitor, I have had it jump out once or twice but got it back.
I have also tried RacyNOP and it has the same problems as does Slacko
Mark
|
|
Back to top
|
|
 |
icyos2
Joined: 13 Jun 2012 Posts: 14 Location: Leicester, England, UK.
|
Posted: Mon 25 Jun 2012, 02:44 Post subject:
Libre Office |
|
Hi All
Is there no .pet for Libre Office for saluki????? could do with one please, also need ffmpeg compiling for Saluki with X11grab please so we can screencast without having to suffer xvidcap.
Many Thanks all.
_________________ Many Thanks
Icyos
http://www.youtube.com/user/PuppyLinuxWorld
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Mon 25 Jun 2012, 05:39 Post subject:
Re: Libre Office |
|
| icyos2 wrote: | Hi All
Is there no .pet for Libre Office for saluki????? |
No, there is no pet, it's not the best ways to load programs that large. But there are sfs-files in the saluki-ppm for libreoffice.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
|
|
Page 224 of 248 [3719 Posts] |
Goto page: Previous 1, 2, 3, ..., 222, 223, 224, 225, 226, ..., 246, 247, 248 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|