Fatdog64-630 & 631 Final (May 12 2014)

A home for all kinds of Puppy related projects
Message
Author
User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#211 Post by smokey01 »

I got from system info that my kernel is 3.12.9.
But in sfs manager I couldn't find its kernel source sfs.
There are sfs for 3.11.4 and 3.8.7.
Could anyone tell me where to find it.
Thanks in advance...
http://ftp.nluug.nl/ftp/pub/os/Linux/di ... 3.12.9.sfs

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

#212 Post by neerajkolte »

Thanks Smokey,
I will download it n report back.

Hmm.. 99mb this will take almost 2hrs on my android's slow 2G net connection
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

sys64738
Posts: 1
Joined: Sat 15 Mar 2014, 10:46
Location: Hanau Germany

Clonezilla in FD64?

#213 Post by sys64738 »

Hi all,
I like FD64_630 and this forum !

In FD64 i've found some clone/partition tools (gparted, ntfsclone ...)
My favorite tool "clonezilla" is missing, but perhaps i can load/install a working PET/SFS.
Is there a ready package out, i can't find it anywhere.

THX in advance.

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

Running Windows in Virtualbox 4.2.4

#214 Post by neerajkolte »

Thanks Snokey.
I downloaded kernel-source-3.12.9.sfs and loaded it.
now when I run "/etc/init.d/vboxdrv" setup it again say failed. And log file reads as....
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 CONFIG_MODULE_SIG= -C /lib/modules/3.12.9/build modules
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib64/gcc/x86_64-t2-linux-gnu/4.6.2/include -I/usr/src/linux-3.12.9/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-3.12.9/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-3.12.9/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-3.12.9/include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mno-mmx -mno-sse -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -include /tmp/vbox.0/include/VBox/SUPDrvMangling.h -I/lib/modules/3.12.9/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -I/tmp/vbox.0/vboxdrv/ -I/tmp/vbox.0/vboxdrv/include -I/tmp/vbox.0/vboxdrv/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_AMD64 -DVBOX_WITH_64_BITS_GUESTS -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.0/linux/.tmp_SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxUid':
/tmp/vbox.0/linux/SUPDrv-linux.c:226:5: error: incompatible types when returning type 'kuid_t' but 'RTUID' was expected
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxGid':
/tmp/vbox.0/linux/SUPDrv-linux.c:235:5: error: incompatible types when returning type 'kgid_t' but 'RTGID' was expected
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxEuid':
/tmp/vbox.0/linux/SUPDrv-linux.c:244:5: error: incompatible types when returning type 'kuid_t' but 'RTUID' was expected
/tmp/vbox.0/linux/SUPDrv-linux.c:248:1: warning: control reaches end of non-void function [-Wreturn-type]
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxUid':
/tmp/vbox.0/linux/SUPDrv-linux.c:230:1: warning: control reaches end of non-void function [-Wreturn-type]
/tmp/vbox.0/linux/SUPDrv-linux.c: In function 'vboxdrvLinuxGid':
/tmp/vbox.0/linux/SUPDrv-linux.c:239:1: warning: control reaches end of non-void function [-Wreturn-type]
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxdrv] Error 2
I don't have expertise to interpret that. (In plain text "It all went over my head") :wink: :D

Any idea what should I do next....
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#215 Post by smokey01 »

You should be able to start vbox from the menu under system.

There should also be a script in /usr/local/bin/vbox:

!/bin/sh
depmod
/etc/init.d/vboxdrv start
VirtualBox &

Try this script. It also might be worth a reboot if it doesn't run.

Good luck.

Gobbi
Posts: 255
Joined: Fri 09 Mar 2012, 14:01

Re: Running Windows in Virtualbox 4.2.4

#216 Post by Gobbi »

neerajkolte wrote: I downloaded kernel-source-3.12.9.sfs and loaded it.
This is how I did install Virtual Box . Loaded the 32-bit sfs , devx sfs and kernel source sfs then used the script from the attachment ( thank's to Jamesbond) while beeing connected to internet . In the end I unloaded the devx and kernel source sfs .
Attachments
install_virtualbox.sh.gz
Install VirtualBox
(402 Bytes) Downloaded 277 times

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#217 Post by nooby »

I really want this to work on my latest Laptop.
But I am too afraid to fail because if I fail it takes
many days or weeks to recover due to my too
overly sensitive.psychologic body system.
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

Running Windows in Virtualbox 4.2.4

#218 Post by neerajkolte »

smokey01 wrote:You should be able to start vbox from the menu under system.

There should also be a script in /usr/local/bin/vbox:

!/bin/sh
depmod
/etc/init.d/vboxdrv start
VirtualBox &

Try this script. It also might be worth a reboot if it doesn't run.

Good luck.
No luck... There is nothing named vbox in /usr/local/bin

Gonna try Gobbi's suggestion.
I have downloaded the script (Thanks Jamesbond).
I have a question though...
I have opened the script as text what I think it does is...
Use wget to find out what is the latest version of virtualbox and downloads its 64bit version(it looks for V.*_amd64.run).
So why should I need 32bit sfs???

I have started 32 bit sfs download anyway, should be ready in 20min.
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

Offtopic

#219 Post by neerajkolte »

This is really off topic but tomorrow is Holi (festival of colours) in India.

I am gonna be drenched in many colours from head to toe.

I just wanna wish you all my friends Happy Holi,
May your life be filled with colours. :D :D
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

beau_tox
Posts: 39
Joined: Wed 01 Aug 2012, 08:59
Location: Sacramento CA

ATI Catalyst pet not working

#220 Post by beau_tox »

Frugal install Fatdog64-630 on usb flash drive.

Base install seems to work fine.

Installed ati-catalyst-14.1b-FD630-HD5000-and-up.pet


The ATI Catalyst Control Center that tells me I am using a Radeon HD 6310.

glxinfo and glxgears gives error messages.

xorg.conf is as follows:


Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Fatdog64 802
Frugal install to 8 Gbyte SDHC with savefile
Zotac AD03 BlueRay AMD E350 (1.6 GHz Dual Core) ATI Radeon HD 6310 GPU
8 GB RAM, Diskless

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

Running Windows in Virtualbox 4.2.4

#221 Post by neerajkolte »

Thanks Gobbi, Smokey01, Jamesbond.

I the script Gobbi gave it showed message as downloading. But no progress bar of wget. I don't know where to look for it. Due to my slow net connection it stopped and exited after 1hr with only 12mb file virtualbox-4.3.8-92456-Linux_amd64.run downloaded in temp folder.

So I downloaded the file directly from virtualbox website on my android and also downloaded extension pack for it, transferred them to my pc.

Installed virtualbox by just clicking on that .run file.
Now virtualbox manager starts from menu entry.
also I quickly cerated Precise Puppy machine and it boots OK.
Now going to try win7 64bit.

Just want to know if I start my fatdog with no savefile and install virtualbox and save multisession, later rename the savefile as a virtualbox.sfs will its loading unloading work as other sfs files?
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

gcmartin

Re: Running Windows in Virtualbox 4.2.4

#222 Post by gcmartin »

Hi @Neerajkolte
neerajkolte wrote:... Just want to know if I start my fatdog with no savefile and install virtualbox and save multisession, later rename the savefile as a virtualbox.sfs will its loading unloading work as other sfs files?
This is a very good and interesting question. It suggests that FATDOG can be booted pristine, then sometime after desktop start, this SFS can be loaded to make system current from its last use of the SFS. Then, at some point, maybe, this SFS during end of session can be updated and saved for future use in same-similar manner. Very interesting and logical thought.

It never occurred to me until just now, that this is probably what @JamesBond viewed when he introduced this save-session approaches we see at Bootmanager starts.

My gut feel is "yes you can", but, I feel something might be missing in my view.

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

Re: ATI Catalyst pet not working

#223 Post by Ted Dog »

beau_tox wrote:Frugal install Fatdog64-630 on usb flash drive.

Base install seems to work fine.

Installed ati-catalyst-14.1b-FD630-HD5000-and-up.pet


The ATI Catalyst Control Center that tells me I am using a Radeon HD 6310.

glxinfo and glxgears gives error messages.

xorg.conf is as follows:


Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Need the xserver.pet to pair up the changes. install the xserver first, reboot. May take two reboot cycles for the correct setting to apply..

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

#224 Post by Ted Dog »

yes sfs multisession saves can be renamed and used much like a regular sfs. My trick is to set everything up. Compile until make install. Then force a save session prior to install.. That is my building and or source saved.. Then make install...
Play with it config etc then force a save session again that is my finished sfs to rename.. :lol: kinda sloppy but simple...
not good for mass distribution may also have other stuff saved with it.. But for family and friends a quick and recoverable method.. :wink:

Also those sfs seem to work fine in Slacko64.... win win

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#225 Post by nooby »

FatDog Devs have explained "all" about the save file in the FAQ
for Fatdog. I had this one first time and then changed to the
second example after all was set up and a savefile created.

Code: Select all


title FatDog64 No save file 
rootnoverify (hd0,0)
kernel /fd64/vmlinuz savefile=none
initrd /fd64/initrd 



title FatDog64 with save file after using the above to boot first. 
rootnoverify (hd0,0)
kernel /fd64/vmlinuz savefile=direct:device:sda1:/fd64save.ext3
initrd /fd64/initrd 
 
I use Google Search on Puppy Forum
not an ideal solution though

beau_tox
Posts: 39
Joined: Wed 01 Aug 2012, 08:59
Location: Sacramento CA

Re: ATI Catalyst pet not working[SOLVED]

#226 Post by beau_tox »

Ted Dog wrote:
Need the xserver.pet to pair up the changes. install the xserver first, reboot. May take two reboot cycles for the correct setting to apply..

Changed to different xserver., works now.

fglrxinfo

display: :0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6310 Graphics
OpenGL version string: 4.3.12618 Compatibility Profile Context 13.35.1005


glxgears

11267 frames in 5.0 seconds = 2253.265 FPS
11487 frames in 5.0 seconds = 2297.212 FPS
11360 frames in 5.0 seconds = 2271.864 FPS

thank you
Fatdog64 802
Frugal install to 8 Gbyte SDHC with savefile
Zotac AD03 BlueRay AMD E350 (1.6 GHz Dual Core) ATI Radeon HD 6310 GPU
8 GB RAM, Diskless

User avatar
jeff-nelson
Posts: 20
Joined: Thu 21 Feb 2013, 23:59
Location: South Lake Tahoe, CA
Contact:

LXC works. It's alive!

#227 Post by jeff-nelson »

I was able to get a LXC sandbox to setup a network bridge. Yeah! The instructions I followed were at https://wiki.debian.org/LXC/SimpleBridge which worked almost word for word once I figured out the meaning of the parameters.

The isolation appears much higher than CHROOT, to the extent that proc, devices, and networks are also sandboxed. Still playing with it.

hammad
Posts: 3
Joined: Fri 14 Mar 2014, 10:25

Fatdog64-630 Final (February 11 2014)

#228 Post by hammad »

Can I install fatdog on android device based on Telechips Processor ? If yes then how can I flash rom with fat dog.

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#229 Post by nooby »

If it is the same ARM CPU version that they use
if not then you have to learn compiling from the
sources?











cpu vrif not then you are on your own
having to compile the code from sources.

The CPU you name does it not have a ARM number tile ARM 10
or similar.
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

hybrid mode mbr uefi disaster..

#230 Post by Ted Dog »

Got A little too brave and tried to setup the illogical mix mode harddrive. My USB flashdrives seem to work fine. But once my laptop windows8.1 got into game it self destructed after a day of wasted effort. Windows got stuck in Automatic Repair Mode. And loop and looped for ever. :!:

I am guessing that is why nobody recommends doing this... lessons learnt.

Post Reply