Author |
Message |
Barbol
Joined: 19 Dec 2012 Posts: 18 Location: Argentina
|
Posted: Mon 14 Jan 2013, 19:18 Post subject:
|
|
@HiDeHo, the savefile arguments are changed in fatdog, psubdir does not work anymore. You can see the new boot options in the FAQ.
There is also a savefile argument builder in the control panel:
Menu>ControlPanel>Utlities>Savefile Argument Builder
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 2682 Location: South Australia
|
Posted: Mon 14 Jan 2013, 21:02 Post subject:
|
|
HiDeHo have another look at my menu.lst above.
Fatdog allows you to load a savefile from anywhere.
Try the help in Fatdog. It has a lot of good information which includes boot options.
_________________ Software <-> Distros <-> Tips <-> Newsletters
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Mon 14 Jan 2013, 22:52 Post subject:
|
|
Barbol wrote: | @HiDeHo, the savefile arguments are changed in fatdog, psubdir does not work anymore. You can see the new boot options in the FAQ.
There is also a savefile argument builder in the control panel:
Menu>ControlPanel>Utlities>Savefile Argument Builder |
thanks that is the FAQ on the default browser homepage found thanks. i am getting there its just trial and error.
at least that has cleared things up for me.
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
Anniekin

Joined: 24 Feb 2009 Posts: 236
|
Posted: Tue 15 Jan 2013, 13:48 Post subject:
|
|
ey guys,
can i install Java RE directly from firefox for example:
additional plugins are required to display this page -> install missing plugins -> Java Run Enviornment
or should i install the full sfs version from the repository?
@smokey: 'open with geany' works for me while 'open as text' doesn't... let me check more permission settings[/quote]
|
Back to top
|
|
 |
Barbol
Joined: 19 Dec 2012 Posts: 18 Location: Argentina
|
Posted: Tue 15 Jan 2013, 16:18 Post subject:
|
|
jamesbond wrote: | are you using UTF8 locale? | Nope, my bad.. it was setted to en_US. I guess that the first time I ran fatdog I looked for a spanish locale, but it wasn't available so I left the default one. I assumed by the "not valid UTF-8 names" advices that the system was already using UTF8 locale. But yesterday I found that non-english locales are available when the devx.sfs is loaded, so now I got es_AR.UTF-8 selected. Problem solved with Xdialog boxes.
Quote: | Also, what is the filesystem you're having problem with? I always assume it is FAT (because ext2/3/4 works, I think NTFS works too), but is it? | Yes, it is a FAT filesystem indeed. I created some testing files from ubuntu and racy, both of them using es_AR.UTF-8 locale. All the files were displayed correctly in an ext3 partition, but appeared as no valid UTF8 files in the FAT one.
I don't have a NTFS filesystem right now (it dissapeared from my machine along with windoze the day I accidentaly boot the 2D2 recovery Vista, which deleted all my linux and data partitions. Fortunately Testdisk allowed me to recover everything)
I'll make one for testing..
Thanks again! Barbol
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Tue 15 Jan 2013, 20:44 Post subject:
|
|
well i have been studding the FAQ boot options page.
still a bit hard to understand the fraising of the options. and nothing seems to work.
here is my latest attempt Code: | title Fd64 611 (sdb2/Fatdog)
savefile=ram:uuid:ceafdec4-2abc-4e42-ae42-7f0df00deeb8:/Fatdog/fd64-611-save.ext4
kernel /Fatdog/vmlinuz waitdev=5 search=2
initrd /Fatdog/initrd | this gives an error cannot find file.
recap:
This works but wont load the save file Code: | title Fd64 611 (sdb2/Fatdog)
find --set-root --ignore-floppies --ignore-cd /Fatdog/initrd
kernel /Fatdog/vmlinuz
initrd /Fatdog/initrd | I have a usb hdd with
partition 1: fat32 for bootloader (use grub4dos).
partition 2: ext4 for several puppy os
fatdog is on partition 2 in folder /Fatdog/
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
Barbol
Joined: 19 Dec 2012 Posts: 18 Location: Argentina
|
Posted: Tue 15 Jan 2013, 23:58 Post subject:
|
|
Quote: | here is my latest attempt
Code:
title Fd64 611 (sdb2/Fatdog)
savefile=ram:uuid:ceafdec4-2abc-4e42-ae42-7f0df00deeb8:/Fatdog/fd64-611-save.ext4
kernel /Fatdog/vmlinuz waitdev=5 search=2
initrd /Fatdog/initrd
this gives an error cannot find file.
| HiDeHo, the savefile parameter goes in the kernel line. Mine looks like this:
kernel /puppy610-fatdog/vmlinuz savefile=direct:device:sda5:/puppy610-fatdog/fd64save.ext4
You can use the Savefile Argument Builder in the Control Panel and add its output to the "kernel" line in menu.lst
Good luck!
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Wed 16 Jan 2013, 02:17 Post subject:
|
|
Barbol wrote: | HiDeHo, the savefile parameter goes in the kernel line. Mine looks like this:
kernel /puppy610-fatdog/vmlinuz savefile=direct:device:sda5:/puppy610-fatdog/fd64save.ext4
You can use the Savefile Argument Builder in the Control Panel and add its output to the "kernel" line in menu.lst
Good luck! |
thanks Barbol that did the trick. now it works for me Code: | title Fd64 611 (sdb2/Fatdog)
find --set-root --ignore-floppies --ignore-cd /Fatdog/initrd
kernel /Fatdog/vmlinuz waitdev=5 search=2 savefile=ram:uuid:ceafdec4-2abc-4e42-ae42-7f0df00deeb8:/Fatdog/fd64-611-save.ext4
initrd /Fatdog/initrd |
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Wed 16 Jan 2013, 02:38 Post subject:
|
|
Hi here are a few things that would be good to have as standard in fatdog in the future. I am not sure if some of these are already setup.
- all browsers should run as spot by default
- pidgin should run as spot by default
- the adobe flash player settings has some issues. when click on the playback tab it shuts down. when click on check for updates nothing happens.
here are the first few things I have noticed will keep testing and see what else I find.
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 2682 Location: South Australia
|
Posted: Wed 16 Jan 2013, 02:59 Post subject:
|
|
HiDeHo wrote: | Hi here are a few things that would be good to have as standard in fatdog in the future. I am not sure if some of these are already setup.
- all browsers should run as spot by default
- pidgin should run as spot by default
- the adobe flash player settings has some issues. when click on the playback tab it shuts down. when click on check for updates nothing happens.
here are the first few things I have noticed will keep testing and see what else I find. |
In the Seamonkey version, Seamonkey and Pidgin are set to run as spot by default. Look in /usr/local/bin for defaultbrowser and defaultchat then open with geany and you will see what I mean.
Another test is to try and download a file. It will place it in /root/spot/downloads which is probably symlinked to /mnt/home.
I have the same problem as HiDeHo with flash player preferences in the control panel.
Cheers
_________________ Software <-> Distros <-> Tips <-> Newsletters
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Wed 16 Jan 2013, 07:00 Post subject:
|
|
more things i have found.
QuickApps: i found the file to setup QuickApps (cant find it again though) i ran the file and added the folders and apps i wanted. then closed. i found the file /root/QucikApps. when i click on it i get a message Quote: | no applet definitions found | i cant run the app or find the setup app again. this does not work.
FAQ How can I make a new pet Package?: this is good but it fails to mention the need for the devx app which is usually needed in puppy for compiling apps. does fatdog not need this ??? would be nice to link to the puppy forums / info for more detailed steps only if it relevant to fatdog though. (be nice to mention the need for 64bit source code as a reminder)
FAQ missing sfs creation info: would be nice to have info on how to create sfs files for use in fatdog.
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
HiDeHo
Joined: 16 Mar 2011 Posts: 302
|
Posted: Wed 16 Jan 2013, 07:13 Post subject:
|
|
smokey01 wrote: | In the Seamonkey version, Seamonkey and Pidgin are set to run as spot by default. Look in /usr/local/bin for defaultbrowser and defaultchat then open with geany and you will see what I mean. | yes i see that the browser and pidgin are set to run as user spot (also the iron browser sfs app runs in user spot)
exec firefox-spot. in other puppy versions they use su spot -c firefox
smokey01 wrote: | Another test is to try and download a file. It will place it in /root/spot/downloads which is probably symlinked to /mnt/home. | actually /root/downloads is linked to /root/spot/downloads which is linked to /home/Fatdog/downloads here(i assume the downloads folder goes in the same folder as the save file or /and the other 2 main puppy files
smokey01 wrote: | I have the same problem as HiDeHo with flash player preferences in the control panel | nice to know i am not the only one with this problem
[/quote]
_________________ HiDeHo is an ideas man. loves to come up with ideas that others think are good and can use
if you are a sneeky computer geek check out sneekygeekers click here
|
Back to top
|
|
 |
jamesbond
Joined: 26 Feb 2007 Posts: 3146 Location: The Blue Marble
|
Posted: Thu 17 Jan 2013, 08:22 Post subject:
|
|
HiDeHo wrote: | more things i have found.
QuickApps: i found the file to setup QuickApps (cant find it again though) i ran the file and added the folders and apps i wanted. then closed. i found the file /root/QucikApps. when i click on it i get a message Quote: | no applet definitions found | i cant run the app or find the setup app again. this does not work.
| 1. Setup app always accessible by running menu Personal --> QuickApps.
2. Or otherwise you can open /root folder, right-click on QuickApps and choose "Look Inside". Then create a directory there, then create symlink *inside* the directory.
3. If you are not happy with it, just delete the QuickApps folder and start again (or not).
Quote: | FAQ How can I make a new pet Package?: this is good but it fails to mention the need for the devx app which is usually needed in puppy for compiling apps. does fatdog not need this ??? would be nice to link to the puppy forums / info for more detailed steps only if it relevant to fatdog though. (be nice to mention the need for 64bit source code as a reminder) | I thought it is obvious enough that if you want to compile you will need devx. Also, there is no such thing as 64-bit source code - source code is source code.
Quote: | FAQ missing sfs creation info: would be nice to have info on how to create sfs files for use in fatdog. | Same as in other puppies, use dir2sfs.
Quote: | actually /root/downloads is linked to /root/spot/downloads which is linked to /home/Fatdog/downloads here(i assume the downloads folder goes in the same folder as the save file or /and the other 2 main puppy files | Don't assume, if when you create savefile you un-tick "move Downloads folder save device" then it is not moved and stays in the savefile. Otherwise it is moved to where your savefile is (when you originally created it).
Quote: | nice to know i am not the only one with this problem | This is a known problem for quite sometime. I don't have any solution and google refuses to help me. strace reveals nothing. Source code is not available for debugging. The joy of closed source software
Quote: | But yesterday I found that non-english locales are available when the devx.sfs is loaded | Yes correct, you can also get the other locales from the package manager - but that will fill up your savefile. If you can run with devx always attached, all the better
Quote: | Yes, it is a FAT filesystem indeed | I haven't tested this for a long time. When I use FAT I always make sure I use ASCII. I will do some test and get back to you.
_________________ Fatdog64, Slacko and Puppeee user. Puppy user since 2.13.
Contributed Fatdog64 packages thread.
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Thu 17 Jan 2013, 17:32 Post subject:
|
|
I wanted to know if FATDOG has KVM support in its system.
I ran the following command and the output looks a little odd. Should it had been duplicated? Code: | # egrep '^flags.*(vmx|svm)' /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy | How_can_I_tell_if_I_have_Intel_VT_or_AMD-V.3F?
Is the SVM flag accurate reflection for KVM?
Thanks in advance.
_________________ Get ACTIVE Create Circles; Do those good things which benefit people's needs!
We are all related ... Its time to show that we know this!
3 Different Puppy Search Engines or use DogPile
|
Back to top
|
|
 |
Amgine

Joined: 21 Sep 2011 Posts: 233 Location: Washington State
|
Posted: Thu 17 Jan 2013, 18:20 Post subject:
|
|
Cool, a 64bit Puppy. I am downloading it now.
|
Back to top
|
|
 |
|