Search found 25 matches

by devildog
Sun Jun 16, 2024 10:04 am
Forum: FatDog
Topic: Multiseat for FatDog64 901
Replies: 4
Views: 896

Re: Multiseat for FatDog64 901

Hi Guys - thanks for thinking about this. Currently have a bodge working... Using the default FatDog setup we set both displays to 1024x768 FD Control Panel > Display > Display Properties (Alternate) Next, in two separate terminals we run... xinput list and ... xinput create-master Second xinput ...
by devildog
Fri Jun 14, 2024 8:44 am
Forum: FatDog
Topic: Multiseat for FatDog64 901
Replies: 4
Views: 896

Re: Multiseat for FatDog64 901

Understand completely - you're very kind to look at it. Will keep poking around the edges myself. I doubt you have one of these triple headed cards yourself so it will not be easy to replicate our setup.

by devildog
Wed Jun 12, 2024 1:23 pm
Forum: FatDog
Topic: Multiseat for FatDog64 901
Replies: 4
Views: 896

Multiseat for FatDog64 901

Hello again! So - 3 days before my final exam this year the laptop died. While it did not take all the work with it (most files backed up on server and 2.5" HDD from the laptop is fitted into a caddy now) this left us with only one machine. With a triple headed graphics card. Two screens. Two ...
by devildog
Fri May 24, 2024 6:27 pm
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

Extremely kind of you to try and explain - must admit don't really understand aufs but will have another look at this in terms of a simple script that makes the changes I know I want. Once that works I will re-do the lines above.

:)

by devildog
Wed May 22, 2024 8:40 pm
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

Ok seems to be selecting sfs and removing the constructed mounts after running. There remains a technical issue re. read only mounts / aufs that I admit to not understanding. The segfault must relate to missing bits of the chroot environment that I have not supplied. Code does seem to half work ...
by devildog
Wed May 22, 2024 2:47 pm
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

Here's the error the code below produces. Clearly the paths are out, will isolate the exact spots where these are generated and hack them back. Keep thinking there must be a better way but dont want full virtualisation (bad bad laptop here no virt settings in the bios). xscreenshot-20240522T153914 ...
by devildog
Tue May 21, 2024 7:51 pm
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

A little closer ... #!/bin/sh # James Budiono 2011, 2013, 2015, 2017, 2018, 2020 # Puppy test/compilation sandbox # Uses tmpfs instead of an rw image, allows choosing which SFS to use # Run this from the terminal. # Version 12 - (2020) env NO_NS=1 don't use namespace, chroot only # 0. Directory ...
by devildog
Tue May 21, 2024 2:29 pm
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

heres what i have so far... xscreenshot-20240521T152608.jpg error on mount... Mounting aufs with branches: /mnt/sb/sandbox=rw:/mnt/home/fd64.sfs=ro mount: /mnt/sb/fakeroot: wrong fs type, bad option, bad superblock on aufs, missing codepage or helper program, or other error. dmesg(1) may have more ...
by devildog
Tue May 21, 2024 11:53 am
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

ty James - I'm starting to see it now.

My CTRL-ALT-F2 finger is itching!

by devildog
Tue May 21, 2024 11:13 am
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

have found the sandbox script /bin/sandbox.sh and others...

Want to be able to do this to a selected folder full of sfs or a pre-created folder with the live filesystem / at the top? At least thats what I think I want?!

xscreenshot-20240521T120858.png
xscreenshot-20240521T120858.png (75.2 KiB) Viewed 1009 times
by devildog
Tue May 21, 2024 10:43 am
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

fredx181 wrote: Tue May 21, 2024 9:29 am

(loop-mount the main puppy .sfs and chroot in)

Code: Select all

# set path to puppy sfs
SFS="/mnt/sda2/bwormp/puppy_dpupbw64_10.0.6.sfs" ### change this !

In terms of FD901 - Where is this sfs? or rather can I make one?

Or is there an easier way ?

by devildog
Tue May 21, 2024 9:55 am
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

The idea is to be able to run FD901 from within a FD813 machine that will not be upgraded until the summer because the install on that machine is busy ... many souls to harvest never enough time! Not my decision. But anyhoo ... The SFS files are ... /mnt/home/32bit-fd64_901.sfs /mnt/home/kernel ...
by devildog
Tue May 21, 2024 9:01 am
Forum: Programming
Topic: psandbox.sh - Mount a puppy in a chroot
Replies: 39
Views: 4331

Re: psandbox.sh - Mount a puppy in a chroot

Hi guys! Very late to the chRoot party,,, but would like to run other puppy distros from within a chroot. For example... did a full install of debian to a disk (SDA4). eg... something like .. mkdir /myChroot mount /dev/sda4 /myChroot mount --bind /dev /myChroot/dev mount --bind /proc /myChroot/proc ...
by devildog
Thu May 16, 2024 3:54 pm
Forum: FatDog
Topic: $PATH not found
Replies: 4
Views: 830

Re: $PATH not found

Thanks Fred - learn something every day! So... to add GO to my path ... edit /etc/profile and modify the standard path line? # standard path PATH="/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/go/bin" ^^ This does seem to work... # echo $PATH /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin ...
by devildog
Thu May 16, 2024 2:19 pm
Forum: FatDog
Topic: $PATH not found
Replies: 4
Views: 830

$PATH not found

Hi Guys ... Am trying to set up "go" which needs a path set to /usr/local/go Here is the output of $PATH (pictured) on a clean (no savefile) boot... # $PATH sh: /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:/opt/qt5/bin: No such file or directory # ^^ is this caused by the trailing " : " after the ...
by devildog
Fri Dec 08, 2023 6:21 pm
Forum: FatDog64
Topic: Compiz for 901 ?
Replies: 2
Views: 556

Compiz for 901 ?

Hi ladz - Compiz for 901?

Any ideas when this will hit the .sfs downloader ... or ... ?

by devildog
Wed Sep 20, 2023 5:26 am
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Re: Anyone running Docker on FD64?

Issue: "unable to start host networking: "stat /usr/libexec/podman/gvproxy: no such file or directory"" gvproxy not found? Solution: locate a recent version of gvproxy: https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.7.0 File I got was called "gvproxy-linux" copy to /usr/local/lib ...
by devildog
Mon Sep 18, 2023 12:46 pm
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Re: Anyone running Docker on FD64?

su podman export XDG_CONFIG_HOME="/home/podman/.config" export XDG_RUNTIME_DIR="/home/podman/tmp" export XDG_DATA_HOME="/home/podman/.local/share" export XDG_CACHE_HOME="/home/podman/.cache" podman machine init --disk-size 2 Downloading VM image: fedora-coreoDownloading VM image: fedora-coreos-38 ...
by devildog
Mon Sep 18, 2023 8:10 am
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Re: Anyone running Docker on FD64?

Posted an outline on podman's GIT. https://github.com/containers/podman/issues/20008 Baby steps - podman info now works! # podman info WARN[0000] The storage 'driver' option should be set in /root/.config/containers/storage.conf. A driver was picked automatically. host: arch: amd64 buildahVersion: 1 ...
by devildog
Sun Sep 17, 2023 3:53 pm
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Re: Anyone running Docker on FD64?

https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz # podman machine init --disk-size 2 WARN[0000] The storage 'driver' option should be set in /root/.config/containers/storage.conf. A driver was picked automatically. Error: cannot run command "podman ...
by devildog
Sun Sep 17, 2023 8:06 am
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Re: Anyone running Docker on FD64?

Had a pop with podman... (edit) podman-remote-static-linux_amd64.tar.gz ^^ this was the wrong package! https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz I suspect this is the correct one because it has configs etc. Will try again... see next post if I get ...
by devildog
Sat Sep 16, 2023 2:54 pm
Forum: Software
Topic: Anyone running Docker on FD64?
Replies: 7
Views: 1008

Anyone running Docker on FD64?

Hi guys! Have tried to get docker running on FD before with mixed results back in 2021. Old thread on the docker forums here: https://forums.docker.com/t/lf-carry-new-dev-exploring-docker/111416 Has anyone got this working right? Have pulled and converted docker-desktop.deb (rt click convert ...
by devildog
Mon Sep 04, 2023 11:29 am
Forum: Software
Topic: [SOLVED] How to run Fortune?
Replies: 5
Views: 931

[SOLVED] How to run Fortune?

It's not *nix if fortune isn't running! The attached zip contains the command itself (/usr/games/fortune) some missing deps, and some fortune cookie files (lists of jokes and quotations) to get you started! Unzip the file and right click/install, at minimum... fortune-mod-1:1.99.1_7build1-amd64-DEB ...
by devildog
Fri Sep 01, 2023 7:06 am
Forum: FatDog64
Topic: [SOLVED] FatDog64-813 VirtualBox Install
Replies: 1
Views: 500

Re: FatDog64-813 VirtualBox Install

!

Kerbos5 was missing.

Installed via gslapt and now working.

by devildog
Fri Sep 01, 2023 6:07 am
Forum: FatDog64
Topic: [SOLVED] FatDog64-813 VirtualBox Install
Replies: 1
Views: 500

[SOLVED] FatDog64-813 VirtualBox Install

Hi Guys - yes I'm still into FatDog! Problems installing virtualbox from the Third Party installers "Get Virtualbox" ... How is it done? The installer runs without errors. Yes, created rc0.d - rc6.d Error message: VirtualBox: error while loading shared libraries: libgssapi_krb5.so.2: cannot open ...

Go to advanced search