Page 11 of 14

Posted: Mon 24 Feb 2020, 23:13
by don570
The kernel changed between fatdog64 802 and 810.
I wonder if that makes a difference in nvidia drivers.
I can get fatdog64 802 to load nvidia driver.
____________________________________________

Posted: Tue 25 Feb 2020, 12:59
by step
The same driver is known to work on 810 for another user. After loading the SFS did you run depmod -a from the command line and reboot?
you wrote:I couldn't get the nvidia driver SFS to work on fatdog64 810
Any more details on what that means? Thank you.

Posted: Tue 25 Feb 2020, 20:33
by don570
After loading the SFS did you run depmod -a
yes.

The nvidia driver is definitely loading at boot time but x windows won't load
and only the console is possible.
__________________________________________

Posted: Wed 26 Feb 2020, 07:03
by step
Please run bugreport.sh and PO me the resulting archive. This will provide us with detailed information on system configuration. At your discretion before sending the archive you may edit out any confidential information. Thank you.

Posted: Sat 29 Feb 2020, 17:06
by jamesbond
don570 wrote:I couldn't get the recent openshot appimage to launch
Here is message at terminal...

# /mnt/sdc1/OpenShot-v2.5.0-x86_64.AppImage
Loaded modules from current directory: /tmp/.mount_rsisUF/usr/bin
app:INFO ------------------------------------------------
app:INFO Sun Feb 23 13:16:56 2020
app:INFO Starting new session
app:ERROR OpenShotApp::Import Error: libselinux.so.1: cannot open shared object file: No such file or directory
OpenShot image requires libselinux to run. I've just uploaded libselinux to the repo. Download it with gslapt and openshot should run. Please report back if it doesn't.

-----------------

@twigboy - Fatdog doesn't run flatpak at the moment. Perhaps you can suggest to gnucash team to package their "universal binary" using AppImage instead, which Fatdog (and many other Linux distros) does run. I tried to build gnucash myself but it depends on webkit :roll: (which is a very big package with requires hours of compiling) - so perhaps next time.

Posted: Tue 03 Mar 2020, 01:07
by don570
I couldn't get the recent openshot appimage to launch
Here is message at terminal...
To James ...

Yes the solution is to install libselinux.so.1 from repository
___________________________________________________

Posted: Sat 07 Mar 2020, 20:11
by don570
https://github.com/balena-io/etcher/rel ... ux-x64.zip

When I tried to run etcher appimage , there was a there was an error
reported to terminal....

Code: Select all

# ./balenaEtcher-1.5.79-x64.AppImage 
/tmp/.mount_balenaVHDbib/balena-etcher-electron.bin: error while loading shared libraries: libgtk-3.so.0: wrong ELF class: ELFCLASS32
____________________________________________

There is new version of mtpaint
https://github.com/wjaguar/mtPaint
______________________________________

Latest mypaint appimage
https://github.com/mypaint/mypaint-appi ... continuous
______________________

boot codes for fatdog64-810

Posted: Sat 07 Mar 2020, 20:17
by Ether
.

Help please.

I searched all 206 pages of this thread and was not able to find examples of grub4dos bootcodes (to put in my existing menu.lst file).

Did I somehow miss it ?


.

Posted: Sat 07 Mar 2020, 20:25
by don570
There is a puppy program written by shinobar called grub4dos that
will create the menu.lst file automatically .
It was first written for old BIOS computers.

I have an old computer (Dell optiplex 990)
What I did was to take an old CD that had puppy linux burnt on it (Racy linux)
and booted my computer with it and ran shinobar's GRUB4DOS.
It created the menu.lst file in the windows 10 computer, so both windows and linux can boot.
_________________________________

If you check the fatdog repository there is a programm called grub4dos
available

https://distro.ibiblio.org/fatdog/packa ... i686-1.txz
It was created in January. I'm not sure about it . Didn't try it.
It may be intended for modern computers????
__________________________________________

James wrote about grub4dos ...
but that was a full install rather than frugal.
http://distro.ibiblio.org/fatdog/web/fa ... stall.html


Frugal install is explained here
http://distro.ibiblio.org/fatdog/web/fa ... drive.html
but it uses refind_x64.efi which checks for bootable operating systems

_________________________________________

Re: boot codes for fatdog64-810

Posted: Sat 07 Mar 2020, 22:32
by Ether
Ether wrote:.

Help please.

I searched all 206 pages of this thread and was not able to find examples of grub4dos bootcodes (to put in my existing menu.lst file).

Did I somehow miss it ?


.
Just to clarify a couple of things:

1) I already have grub4dos installed and have several frugal installs of other puppy & dog distros.

2) I have created a folder for frugal install of FatDog64-810 and extracted the ISO there.

3) I want to manually edit my existing menu.lst file to add an entry to boot FatDog64-810.

4) I want to Porteus boot with changes on EXIT

Thank you.


.

Posted: Sat 07 Mar 2020, 22:43
by SFR
don570 wrote:

Code: Select all

# ./balenaEtcher-1.5.79-x64.AppImage
/tmp/.mount_balenaVHDbib/balena-etcher-electron.bin: error while loading shared libraries: libgtk-3.so.0: wrong ELF class: ELFCLASS32
You need to install GTK3 (x86_64) and its deps from repo.
Ether wrote:I searched all 206 pages of this thread and was not able to find examples of grub4dos bootcodes (to put in my existing menu.lst file).
Here's an example, from my menu.lst:

Code: Select all

title Fatdog64-810
find --set-root --ignore-floppies /Fatdog64-810/initrd
kernel /Fatdog64-810/vmlinuz rootfstype=ramfs savefile=ram:device:sda2:Fatdog64-810/fd64save_dmcrypt_.ext4
initrd /Fatdog64-810/initrd
boot
Greetings!

Re: boot codes for fatdog64-810

Posted: Sun 08 Mar 2020, 01:14
by Ether
Ether wrote:
Ether wrote:.

Help please.

I searched all 206 pages of this thread and was not able to find examples of grub4dos bootcodes (to put in my existing menu.lst file).

Did I somehow miss it ?[/b]

.
Just to clarify a couple of things:

1) I already have grub4dos installed and have several frugal installs of other puppy & dog distros.

2) I have created a folder for frugal install of FatDog64-810 and extracted the ISO there.

3) I want to manually edit my existing menu.lst file to add an entry to boot FatDog64-810.

4) I want to Porteus boot with changes on EXIT

Thank you.[/b]

.
For the record, here's what worked for me:

1) FatDog64-810 ISO contents extracted into folder /mnt/sda3/0307

2) grub4dos 0.4.4 (2009-06-20) menu item as follows :

Code: Select all

title 0307 Fatdog64-810 without savefile
root (hd0,2)
kernel (hd0,2)/0307/vmlinuz rootfstype=ramfs savefile=none
initrd (hd0,2)/0307/initrd
Initial observations, FWIW:

1) No apt-get, no Synaptic. So I used GSLapt to download and install an app I wanted called "xcas". GSLapt found that app, and it listed the dependencies, but I could not find an option to say "yes I want the dependencies too". So I went ahead with the install, thinking it would grab the dependencies since the app won't work without them. The download and install proceeded without any error messages. But when I tried to run the app it would not run because files were missing.

2) I could not find any module tools to create module from changes. Is this not supported in FatDog?

3) When exiting, FatDog offered to create a saveFILE, but no option to create a saveFOLDER.

So 3 questions:

1) Am I using GSLapt incorrectly? How do I tell it "yes I do want all the dependencies" ?

2) Is there a way to create a load-on-the-fly squashfs module from changes?

3) Are saveFOLDERS not supported at all?


.

Posted: Sun 08 Mar 2020, 22:38
by dr. Dan
@Ether:
I'll answer what I can, and the Fatdog team can fill in the rest or correct me if my answer is insufficient.

3) In the fatdog64 create a savefile process there is an option to make it a folder instead. Perhaps this should be mentioned in a help file. There is some information in the 'How does Fatdog's layered filesystem work?' file.

2) -

1) I'm not sure when or why it happened, but I have installed giac-xcas, and it runs correctly. It does not list dependencies that I can see. I have the fd64-devx... SFS file loaded, which may contain the needed files. The SFS loader is in the Control Panel -> System tab. Gslapt typically loads dependencies automatically. Prior to downloading software it shows an expandable list of all packages it intends to install. Since you posted that dependencies are listed, are you able to post that list? Or you could run it from terminal and post what it shows as missing.

Dan

Posted: Sun 08 Mar 2020, 23:37
by step
don570 wrote:libgtk-3.so.0: wrong ELF class: ELFCLASS32
That would indicate that the AppImage is loading the 32-bit version of libgtk-3, which can't work for a 64-bit app. Was the 32bit-fd64.sfs loaded in you system when the AppImage failed with that message? If so unload the 32-bit sfs and try again. If it wasn't loaded then I can only speculate that the AppImage itself carries a 32-bit libgtk-3 library, and gets confused. Make sure that the 64-bit gtk3 package is installed, as SFR said.

You could also keep both the 32-bit and 64-bit packages installed at the same time, and control which one gets loaded first by setting and exporting shell variable LD_LIBRARY_PATH appropriately.

Posted: Mon 09 Mar 2020, 13:01
by SFR
Ether wrote:1) Am I using GSLapt incorrectly? How do I tell it "yes I do want all the dependencies" ?
dr. Dan wrote:I have the fd64-devx... SFS file loaded, which may contain the needed files.
Yes, the rest of needed deps is in devx.sfs.
Ether wrote:2) Is there a way to create a load-on-the-fly squashfs module from changes?
Only manually, e.g.:

Code: Select all

mksquashfs /aufs/pup_save my_changes.sfs -comp lz4
This will create an lz4 compressed SFS with everything from your savefile/folder (if you're using RAM mode, save session before doing it, so all changes end up there).
If you don't have a savefile/folder, changes are kept in /aufs/pup_rw.

Then you can load it on boot using e.g.:

Code: Select all

extrasfs=local:my_changes.sfs
Click the "Help" icon on the pinboard or this link for more details about the extrasfs boot option: http://distro.ibiblio.org/fatdog/web/fa ... tions.html
I've never done this myself, though, so can't tell how well it's going to work...
Ether wrote:3) Are saveFOLDERS not supported at all?
You can create a savefolder, but only on one of the following filesystems:

Code: Select all

ext*|f2fs|xfs|jfs|ntfs
Greetings!

Using create_ap on Fatdog 810

Posted: Thu 12 Mar 2020, 17:50
by chiefengineer
I cannot find this on the create_ap forums. Long story short: migrated old Dell laptop from 630 to 810. Broadcom wireless no longer recognized, even after enabling drivers, etc. So I used external usb Realtek and directed create_ap to use hostapd-rtl-2.6-x86_64-1 .

For some reason this magically doubled all my download speeds, however every four days the bridge between eth0 and wlan0 dies and can only be revived by a reboot. I cannot trace this easily, and have looked at all the settings in DNSMASQ to no avail. DMESG's last entries say NFS open file maximum reached = a large number.

It would seem I should be able to set this number larger somewhere, since it would seem create_ap opened them, or at least tweak something somewhere so I can stop rebooting.

Perhaps (please) one of you gurus knows where I can find the table this exists in, or if the idea of resetting it is futile?

This is the only app I run on this machine.

Posted: Fri 13 Mar 2020, 00:06
by don570


Thanks for the response

Posted: Sat 14 Mar 2020, 04:00
by chiefengineer
nothing alarming so far

Posted: Sat 14 Mar 2020, 18:40
by don570
Perhaps your problem is related to the way that ntfs disks are mounted in fatdog64.
For instance I've noticed that if I try to mount an ntfs disk using a line in the fstab file --->
The result is that I can read data but not write data to the mounted disk.


Perhaps some network software has noticed the unusual way that your ntfs disk
is mounted and is commenting to a log file.????

So avoid mounting a ntfs disk using a line in fstab file.
_________________________________________________

No disk NTFS is mounted on the system

Posted: Sat 14 Mar 2020, 19:17
by chiefengineer
that was a dd'd iso image with a save folder on sdb3 (ext2).


The exact dmesg error that closes out internet is:
VFS:file-max limit 44818 reached

Could this refer to refer to port?

Look at this article:

https://www.speedguide.net/port.php?port=44818

It happened again in the middle of the night last night,
and I scoured the logs at 4AM.