The time now is Wed 25 Apr 2018, 03:26
All times are UTC - 4 |
Page 23 of 29 [432 Posts] |
Goto page: Previous 1, 2, 3, ..., 21, 22, 23, 24, 25, 26, 27, 28, 29 Next |
Author |
Message |
Jim1911
Joined: 19 May 2008 Posts: 2460 Location: Texas, USA
|
Posted: Sat 13 Jul 2013, 17:15 Post subject:
Problem with Virtualbox sfs |
|
I get this error message when trying the Virtualbox sfs: Code: | # virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.8.7) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
| Also, I understand that the latest version is 4.2.16.
Regards,
Jim
|
Back to top
|
|
 |
chapchap70
Joined: 18 Nov 2010 Posts: 205 Location: The Island Of Long (NY, USA)
|
Posted: Sat 13 Jul 2013, 23:43 Post subject:
Re: Problem with Virtualbox sfs |
|
Jim1911 wrote: | I get this error message when trying the Virtualbox sfs: Code: | # virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.8.7) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.
| Also, I understand that the latest version is 4.2.16.
Regards,
Jim |
Click on the System tab after going into the control panel. Double click on the "SFS Manager". You need to download two SFSs;
fd64-devx_620.sfs and kernel-source-3.8.7.sfs. After loading them, open the terminal and type: Code: | /etc/init.d/vboxdrv setup |
|
Back to top
|
|
 |
Hans
Joined: 16 Mar 2006 Posts: 45 Location: The Netherlands
|
Posted: Sun 14 Jul 2013, 11:45 Post subject:
bug mplayer-1.0rc4 Subject description: mencoder not working |
|
Hello everyone, mencoder misses libraries for mencoder.
Only the 32 bit ones are installed. I downloaded the package to check the contents and used pet2tgz but could not unpack, I got an error.
I installed the 64 bit libraries from a former backed up install.
On fatdog 621:
ldd -v /usr/bin/mencoder shows libdv.so.4 not found, wrong ELF class
On former fatdog (520?)
libdv.so.4 and libdv.so.4.0.3 are in:
/usr/lib/
/usr/lib32/
/usr/lib64/
The ones in lib64 (and of course lib) are there and are 64 bit, on fatdog621 they are not there.
Is the mplayer-1.0rc4 in the repo broken or is my install
Anyway, it is solved
cheers
|
Back to top
|
|
 |
Marv

Joined: 04 May 2005 Posts: 1017 Location: SW Wisconsin
|
Posted: Mon 15 Jul 2013, 10:28 Post subject:
|
|
In fd64 v621, where (I assume somewhere in /etc) can I set the hardware clock as UTC? Haven't found either location or GUI to set that yet. Thanks
As an aside, I just remastered my modified system. This remaster script is the clearest most functional I've ever used In almost all of them until you've been through a time or two you wind up scratching your head and going woulda/shoulda/start over. Not here. All the choices you need when you need them and crystal clear explanations.
_________________ Pups currently in kennel LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64, LxPupArtful and ubbPup for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.
|
Back to top
|
|
 |
kirk
Joined: 11 Nov 2005 Posts: 1518 Location: florida
|
Posted: Mon 15 Jul 2013, 22:49 Post subject:
|
|
Quote: | dd -v /usr/bin/mencoder shows libdv.so.4 not found, wrong ELF class |
I removed libdv when I removed Kino, I should have made libdv a pet package. It's part of the Kino pet package, so install that for now. The wrong ELF class means that you have a 32bit version of libdv installed, maybe the 32bit sfs?
Quote: | In fd64 v621, where (I assume somewhere in /etc) can I set the hardware clock as UTC? Haven't found either location or GUI to set that yet. Thanks
|
Open the Control Panel and on the first tab use Fatdog64 Set System Time Zone.
|
Back to top
|
|
 |
jamesbond
Joined: 26 Feb 2007 Posts: 3146 Location: The Blue Marble
|
Posted: Tue 16 Jul 2013, 00:28 Post subject:
|
|
kirk wrote: | Quote: | dd -v /usr/bin/mencoder shows libdv.so.4 not found, wrong ELF class |
I removed libdv when I removed Kino, I should have made libdv a pet package. It's part of the Kino pet package, so install that for now. The wrong ELF class means that you have a 32bit version of libdv installed, maybe the 32bit sfs? | The removed libs are collected in a package called "lives_support", available through the package manager.
Quote: | Quote: | In fd64 v621, where (I assume somewhere in /etc) can I set the hardware clock as UTC? Haven't found either location or GUI to set that yet. Thanks
|
Open the Control Panel and on the first tab use Fatdog64 Set System Time Zone. | Uh oh, this is currently only possible in "Fatdog-Next" (that is, next release of Fatdog). In 621 and all releases prior, hardware clock is assumed to run in localtime.
_________________ Fatdog64, Slacko and Puppeee user. Puppy user since 2.13.
Contributed Fatdog64 packages thread.
|
Back to top
|
|
 |
Marv

Joined: 04 May 2005 Posts: 1017 Location: SW Wisconsin
|
Posted: Tue 16 Jul 2013, 08:22 Post subject:
|
|
jamesbond wrote: | Quote: | In fd64 v621, where (I assume somewhere in /etc) can I set the hardware clock as UTC? Haven't found either location or GUI to set that yet. Thanks
|
Open the Control Panel and on the first tab use Fatdog64 Set System Time Zone. |
jamesbond wrote: | Uh oh, this is currently only possible in "Fatdog-Next" (that is, next release of Fatdog). In 621 and all releases prior, hardware clock is assumed to run in localtime. |
My workaround for now for 621 , invoke hwclock in a script in /root/Startup as follows. The rdate here only works here on my ethernet connection. Wireless is usually not up yet.
Code: | #!/bin/sh
hwclock --hctosys --utc
rdate -s tick.greyware.com |
_________________ Pups currently in kennel LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64, LxPupArtful and ubbPup for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.
|
Back to top
|
|
 |
Hans
Joined: 16 Mar 2006 Posts: 45 Location: The Netherlands
|
Posted: Wed 17 Jul 2013, 14:30 Post subject:
mencoder |
|
Hello Kirk,
Quote: | The wrong ELF class means that you have a 32bit version of libdv installed, maybe the 32bit sfs?
|
Right you are, I have it loaded at startup.
i will keep that lives_support package in mind
Thanx
|
Back to top
|
|
 |
RaptureWatcher
Joined: 05 Sep 2012 Posts: 22
|
Posted: Thu 18 Jul 2013, 05:46 Post subject:
|
|
i like fatdog64 alot, but there is no wine pet for 621? i think that firefox should come preinstalled too and i would like it if i didn't have to type in fatdog waitdev=5 each time i boot it so the bootloader can find my savefile, perhaps these 3 things are mere considerations.
|
Back to top
|
|
 |
chapchap70
Joined: 18 Nov 2010 Posts: 205 Location: The Island Of Long (NY, USA)
|
Posted: Thu 18 Jul 2013, 16:49 Post subject:
|
|
RaptureWatcher wrote: | i like fatdog64 alot, but there is no wine pet for 621? i think that firefox should come preinstalled too and i would like it if i didn't have to type in fatdog waitdev=5 each time i boot it so the bootloader can find my savefile, perhaps these 3 things are mere considerations. |
I assume you have a usb drive.
Wine can be installed by going into control panel, System, SFS Manager. The 32 bit slacko and the Wine 1.5.4.-i486 SFS's need to be downloaded and loaded. I load mine on every boot.
If you edit your extlinux.conf file, you should not have to type anything to load your savefile.
Code: | say Type "fatdog" with kernel parameters, or just press Enter for default boot.
default fatdog
timeout 5
prompt 5
label fatdog
kernel vmlinuz
initrd initrd
append waitdev=4 |
I prefer Firefox myself but it is easy enough to download the pet especially if you use the European or even Australian mirror instead of ibiblio. I don't know why ibiblio is so slow.
Edit: If your boot manager is syslinux, I believe you would have a syslinux.conf file. Mine just happens to be extlinux.
|
Back to top
|
|
 |
RaptureWatcher
Joined: 05 Sep 2012 Posts: 22
|
Posted: Fri 19 Jul 2013, 00:19 Post subject:
|
|
chapchap70 wrote: | If you edit your syslinux.conf file, you should not have to type anything to load your savefile. |
Thankyou that will solve it
chapchap70 wrote: |
I don't know why ibiblio is so slow.  |
it is slow for me too
|
Back to top
|
|
 |
Sylvander
Joined: 15 Dec 2008 Posts: 4327 Location: West Lothian, Scotland, UK
|
Posted: Fri 19 Jul 2013, 01:18 Post subject:
|
|
ibiblio is fast for me; it's the repo I normally choose to use.
Perhaps my ISP [Virgin] copies its files to their server.
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 577
|
Posted: Fri 19 Jul 2013, 09:14 Post subject:
|
|
Remember the problems I had with 610 and 611 that caused my computer to hang up when trying to reboot? They were supposedly due to kernel incompatibility, but I tried 610 again (for informative purposes, because I was having similar problems with 621).
The conclusion I came to is this: 610 does not hang up when rebooting, except when I install jack2 or programs which use jack.
621 does not hang up when installing jack or related applications, thankfully.
But it does hang up and block during rebooting if tuxkart-0.4.0.pet is installed.
The foo2xxx_fd600-2012.05.06.pet also does not work with 621.
|
Back to top
|
|
 |
gcmartin
Joined: 14 Oct 2005 Posts: 6730 Location: Earth
|
Posted: Sun 21 Jul 2013, 14:37 Post subject:
|
|
Something for development consideration: An addition to PPM allowing the selection and use of a local directory which is housing FATDOG PETs; for example a folder named "/tmp/fatdog64-packages". This would accommodate the PPM's option where "Download Only" is used to capture PETs and you, subsequently, might want to install/re-install from that local folder via PPM.
Here to help
Description |
"Download Only" at bottom-right allows PETs capture for latter installation-system needs. But, does not have a subsequent reference point in the PPM. |
Filesize |
86.35 KB |
Viewed |
801 Time(s) |

|
_________________ 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
|
|
 |
jamesbond
Joined: 26 Feb 2007 Posts: 3146 Location: The Blue Marble
|
Posted: Wed 24 Jul 2013, 02:53 Post subject:
|
|
This is what we have in the Fatdog-Next as of today. Still using the 600 as the base. I have this running for quite a while now. Let me know if anyone is interested.
Fatdog64-Next Release Notes
Changes from 621:
Updates:
- Default dpi is now set to 96, font size reduced from 12 to 10 to maintain similar appearance to previous versions
- freetype 2.5.0.1, now with Adobe CFF hinting
- gptfdisk updated to 0.8.6
- Enable suspend with mounted usb drive.
- Linux 3.9.4 with lxc support but without XFS support
- Structure of lxpanel menu entries reverted to puppy's.
- Important multisession and usb-flash fix for certain scenarios where deleted files re-appear or saved files appears missing.
- Correct PATH_TRANSLATED for mongoose
- busybox updated to 1.22-git (2 July 2013)
- Seamonkey 2.19
New Features:
- Multiple sandboxes can run at the same time.
- experimental LXC-based sandboxes (requires lxc pet package from repository)
- add ttyrec 1.0.8 (tty recorder), an enhanced version of "script"
- add htop 1.0.2
- GPT support for Fatdog Installer (only for BIOS systems, not for UEFI!)
- System hardware clock (hwclock) can be configured inn localtime or utc.
- base2ram=expand parameter to expand basesfs before loading in RAM
_________________ Fatdog64, Slacko and Puppeee user. Puppy user since 2.13.
Contributed Fatdog64 packages thread.
|
Back to top
|
|
 |
|
Page 23 of 29 [432 Posts] |
Goto page: Previous 1, 2, 3, ..., 21, 22, 23, 24, 25, 26, 27, 28, 29 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
|