Search found 260 matches

by JakeSFR
Tue Nov 08, 2022 4:13 pm
Forum: Programming
Topic: Questions related to gtkdialog
Replies: 10
Views: 585

Re: Questions related to gtkdialog

You can update (refresh) the contents of some individual widgets, like <entry> or <tree> , but not widgets themselves, in the sense of replacing them. Unless you prepare the (hidden) parts of GUI beforehand and then show them (hiding the previous ones) on user action, or something like that. But it ...
by JakeSFR
Fri Nov 04, 2022 4:23 pm
Forum: FatDog
Topic: Problem using the sandbox
Replies: 42
Views: 3889

Re: problems with sandbox

je55eah wrote: Fri Nov 04, 2022 4:19 pm

The real mystery is how erasing =.* transforms /sys/fs/aufs/si_627cabd53966b79d/br0 into /aufs/pup_rw

In the above code sed works on files (their contents), not filenames.

Greetings!

by JakeSFR
Sat Oct 29, 2022 1:20 pm
Forum: Software
Topic: Alternative to tcpdump that can be run as non-root user?
Replies: 1
Views: 2629

Re: Alternative to tcpdump that can be run as non-root user?

According to https://wiki.wireshark.org/CaptureSetup ... Privileges this might work:

Code: Select all

sudo setcap cap_net_raw,cap_net_admin+eip /usr/sbin/tcpdump

Greetings!

by JakeSFR
Sat Oct 22, 2022 11:41 am
Forum: FatDog64
Topic: ram mode is writing to the usb
Replies: 16
Views: 1195

Re: ram mode is writing to the usb

I was able to start Virtualbox after installing krb5, but Virtualbox now fails to load virtual machines which were working from the savefile system. There's something wrong with VBox 7. One of my VMs (FD-813) doesn't boot, but the other (Win XP) does. For this user nothing boots, unless it's a newl...
by JakeSFR
Mon Oct 17, 2022 10:15 am
Forum: FatDog64
Topic: Fatdog64-813 Dell E6440 trackpad and hi-dpi screen
Replies: 7
Views: 635

Re: Dell E6440 trackpad and hi-dpi screen

Can you post your syslinux line that tries to load a differently-named basesfs? This works: append rootfstype=ramfs autoswap savefile=none dofsck basefs=expand:/mnt/sda3/boot/813/fd64.sfs but this would not: append rootfstype=ramfs autoswap savefile=none dofsck basefs=expand:/mnt/sda3/boot/fd64-813...
by JakeSFR
Sun Oct 16, 2022 9:52 am
Forum: FatDog64
Topic: Unable to boot FD 813 with encrypted savefile [Solved]
Replies: 7
Views: 412

Re: Unable to boot FD 813 with encrypted savefile

[I moved your post to a separate thread.] "Booting..." as in "Booting the kernel"? That message comes from the kernel itself: # strings vmlinuz | grep -i booting Booting the kernel. long before processing the savefile by sysinit script, even before loading fd64.sfs , which is in...
by JakeSFR
Sun Oct 09, 2022 4:29 pm
Forum: Software
Topic: How to add MemTest86 Boot Option to Remastered ISO?
Replies: 2
Views: 450

Re: How to add MemTest86 Boot Option to Remastered ISO?

I use this in my syslinux.cfg:

Code: Select all

LABEL MEMTEST
MENU LABEL Memtest
LINUX /memtest

My memtest binary is in the root directory of the boot partition.

Greetings!

by JakeSFR
Sun Oct 09, 2022 4:23 pm
Forum: FatDog64
Topic: Shift key makes arrow keys send numbers instead [solved - MacBook quirk]
Replies: 18
Views: 1549

Re: Shift key makes arrow keys send numbers instead

right 0x0 114 0xff98 kp_right left 0x0 113 0xff96 kp_left Ok, for some reason your left/right keys are recognized as 4 and 6 keys on the numeric keypad. Mine aren't: # xmodmap -pk | egrep 'Left)|Right)' 83 0xff96 (KP_Left) 0xffb4 (KP_4) 0xff96 (KP_Left) 0xffb4 (KP_4) 85 0xff98 (KP_Right) 0xffb6 (KP...
by JakeSFR
Sun Oct 09, 2022 10:19 am
Forum: FatDog64
Topic: Shift key makes arrow keys send numbers instead [solved - MacBook quirk]
Replies: 18
Views: 1549

Re: Shift key makes arrow keys send numbers instead

This is weird. Can you reproduce it in Leafpad?

Also, type xev in terminal and press Shift + an arrow key.
For Shift+Right I get state 0x11, keycode 114 (keysym 0xff53, Right).

Greetings!

by JakeSFR
Sat Oct 08, 2022 10:08 pm
Forum: FatDog64
Topic: Jeezus H. Here we go.....AGAIN!
Replies: 35
Views: 3953

Re: Jeezus H. Here we go.....AGAIN!

Which is better on the memory card, ext2 or exfat? Depends what you mean by "better". If it comes for increasing efficiency and extending the life span of flash memory devices, filesystems specifically designed/optimized for it, like EXFAT and F2FS, will be better. For me "better&quo...
by JakeSFR
Sat Oct 08, 2022 9:02 pm
Forum: FatDog
Topic: Remastered Fatdog Iso doesn't use Savefile
Replies: 2
Views: 534

Re: Remaster Iso doesn't use Savefile

If you're booting from a USB device or your savefile is on it, you may need to use the waitdev boot option, e.g.: waitdev=5 (https://distro.ibiblio.org/fatdog/web/faqs/boot-options.html). Personally I don't do remastering, but IIRC, the remastered ISO has only one boot entry, so if the above works, ...
by JakeSFR
Sat Oct 08, 2022 9:28 am
Forum: FatDog64
Topic: How to block / deny all SSH connections to a FatDog client?
Replies: 11
Views: 1147

Re: How to block / deny all SSH connections to a FatDog client?

What would be the best way to detect the executed binary? Something like ps aux | grep sshd?

Even simpler: pidof sshd

Greetings!

by JakeSFR
Fri Oct 07, 2022 8:36 pm
Forum: FatDog64
Topic: FATDOG v813, today on Distrowatch <CLOSED>
Replies: 9
Views: 1029

Re: <CLOSED> FATDOG v813, today on Distrowatch

I did notice an anomaly in session-save to folder where the 'base' for the "multisession" failed in writing to disk while its subsequent companion was written without error??? I tried in VBox and both file were created successfully. Was it one-time occurence or is it reproducible? There w...
by JakeSFR
Fri Oct 07, 2022 8:21 pm
Forum: FatDog64
Topic: Jeezus H. Here we go.....AGAIN!
Replies: 35
Views: 3953

Re: Jeezus H. Here we go.....AGAIN!

The filesystem is ext4 on ext4 and I also made a backup disk with ext4 on ext2. The encrypted sparse file occupies a full 4GB. Aren't sparse files supposed to be small and then grow up to the designated size? Kinda, they're just created quickly, because all the repeating bytes are not really being ...
by JakeSFR
Fri Oct 07, 2022 9:45 am
Forum: FatDog64
Topic: Jeezus H. Here we go.....AGAIN!
Replies: 35
Views: 3953

Re: Jeezus H. Here we go.....AGAIN!

I copied the working save file to the sd card I was using earlier then booted some systems with an external usb sd card reader. There must be a problem with the new pny usb drive I am using because the system runs at a reasonable speed from the usb routed sd card which is very old. Ok, one down. Co...
by JakeSFR
Thu Oct 06, 2022 11:22 am
Forum: FatDog64
Topic: Jeezus H. Here we go.....AGAIN!
Replies: 35
Views: 3953

Re: Jeezus H. Here we go.....AGAIN!

I didn't dd from the iso. Rather, I dd from the usb-boot-mbr.img as described here. https://distro.ibiblio.org/fatdog/web/faqs/uefi-flashdrive2.html Ok, so the fix-usb.sh has no use here. Yes, I did press enter after typing the password, but nothing happened. The light on the drive didn't flash and...
by JakeSFR
Thu Oct 06, 2022 10:25 am
Forum: FatDog64
Topic: Jeezus H. Here we go.....AGAIN!
Replies: 35
Views: 3953

Re: Jeezus H. Here we go.....AGAIN!

I have browsed the forum and this thread was the closest topic I found. Have you read this thread, at least first few replies? After installing fatdog on a usb using the dd method so that efi and mbr booting will theoretically work I booted the system. Once booted I changed the background image and...
by JakeSFR
Thu Oct 06, 2022 10:23 am
Forum: FatDog64
Topic: Setting up OpenVPN in FatDog
Replies: 10
Views: 1149

Re: Setting up OpenVPN in FatDog

Not sure if that has any critical implications or if there is a solution to run openvpn completely unprivileged. This might help, although it looks complicated: https://community.openvpn.net/openvpn/wiki/UnprivilegedUser I guess you could also try starting the VPN (as root) in /etc/rc.d/rc.local , ...
by JakeSFR
Tue Oct 04, 2022 7:07 pm
Forum: FatDog64
Topic: Setting up OpenVPN in FatDog
Replies: 10
Views: 1149

Re: Setting up OpenVPN in FatDog

sudo modprobe tun works for me for a non-root user, but there were some changes to the sudo script, so maybe that's why.

Anyway, you can always use the /etc/modules file - you'll find instructions inside of it.

Greetings!

by JakeSFR
Mon Sep 26, 2022 9:33 am
Forum: Software
Topic: Package Name of Screencast Creator?
Replies: 3
Views: 350

Re: Package Name of Screencast Creator?

It's a core script, a part of fatdog-scripts package.

Greetings!

by JakeSFR
Sat Sep 24, 2022 1:24 pm
Forum: Utilities
Topic: PackIt-1.24 - a flexible Archiving/Compressing GUI
Replies: 25
Views: 1890

Re: PackIt-1.23 - a flexible Archiving/Compressing GUI

The split option has been on my TODO list from almost the beginning, but as far as I can remember, I think I needed to split an archive maybe once in my life, which is why I've never found enough motivation to actually implement it. And given that PackIt is a pretty complicated script and its codeba...
by JakeSFR
Fri Sep 23, 2022 12:34 pm
Forum: Utilities
Topic: PackIt-1.24 - a flexible Archiving/Compressing GUI
Replies: 25
Views: 1890

Re: PackIt-1.23 - a flexible Archiving/Compressing GUI

Updated to v1.23.

See second post for changelog.

Greetings!

by JakeSFR
Fri Sep 23, 2022 12:22 pm
Forum: Utilities
Topic: PackIt-1.24 - a flexible Archiving/Compressing GUI
Replies: 25
Views: 1890

Re: PackIt-1.24 - a flexible Archiving/Compressing GUI

Changelog Version 0.9: initial release Version 1.0: added: 'Verbose mode' checkbox various, minor fixes Version 1.1: can create a shortcut in $HOME/Desktop (if exists) added MD5 checkbox various minor fixes and improvements Version 1.2: can create SFX archives (7z/rar/zip only) better compatibility...
by JakeSFR
Fri Sep 23, 2022 12:22 pm
Forum: Utilities
Topic: PackIt-1.24 - a flexible Archiving/Compressing GUI
Replies: 25
Views: 1890

PackIt-1.24 - a flexible Archiving/Compressing GUI

[Original thread: https://oldforum.puppylinux.com/viewtopic.php?t=89211] Unlike UExtract , PackIt is not intended to be an ultimate (i.e. millions of supported formats) tool. But it's designed to be simple yet flexible. Just take a look at the screenshot - I hope no usage instructions are necessary...
by JakeSFR
Thu Sep 22, 2022 10:00 am
Forum: Software
Topic: Tool to edit PDFs?
Replies: 5
Views: 555

Re: Tool to edit PDFs?

Thanks @JakeSFR. The mentioned cli tools are exactly what I was looking for. Great! I am not sure if there are any alternative to 7zip for file encryption. 7zip seems to leave files unencrypted in temporary storage, which has been criticized: https://sourceforge.net/p/sevenzip/bugs/1448/ Are there ...
by JakeSFR
Thu Sep 22, 2022 9:57 am
Forum: Software
Topic: Best cli tool to compare entire file system?
Replies: 1
Views: 281

Re: Best cli tool to compare entire file system?

When in RAM mode, all changes are stored in /aufs/pup_rw dir, so any tool that can browse/view filesystem will do the job.

Greetings!

by JakeSFR
Tue Sep 20, 2022 11:05 pm
Forum: Software
Topic: Tool to edit PDFs?
Replies: 5
Views: 555

Re: Tool to edit PDFs?

- Merge multiple PDF files into one PDF. pdfunite Usage: pdfunite [options] <PDF-sourcefile-1>..<PDF-sourcefile-n> <PDF-destfile> ___________ - Optimize / reduce PDF file size. qpdf --optimize-images compress images with DCT (JPEG) when advantageous Also, with some PDFs, simply doing this: libreoff...
by JakeSFR
Mon Sep 19, 2022 8:13 pm
Forum: Utilities
Topic: UExtract-4.13 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 118
Views: 17361

Re: uextract for easy OS

Yeah, this is really weird. I think you should carefully examine the symlinks as they are now . Perhaps something's changed/broken them (a suspect: build-rox-sendto script). Speaking of which - what if you install UExtract, the original PET as well as yours, with /usr/sbin/build-rox-sendto set to be...
by JakeSFR
Fri Sep 16, 2022 10:17 am
Forum: FatDog64
Topic: Setting up OpenVPN in FatDog
Replies: 10
Views: 1149

Re: Setting up OpenVPN in FatDog

How does this work in FatDog? Install openvpn and openresolv packages, and download this script: https://github.com/alfredopalhares/openvpn-update-resolv-conf/blob/master/update-resolv-conf.sh Make it executable and put it in /etc/openvpn dir. You may also want to remove the .sh extension, because ...
by JakeSFR
Wed Sep 14, 2022 11:04 pm
Forum: Utilities
Topic: UExtract-4.13 - A Universal/Utter/Ultimate/Uhatever Extractor
Replies: 118
Views: 17361

Re: UExtract-4.10 - A Universal/Utter/Ultimate/Uhatever Extractor

It appears that the pinstall.sh script doesn't create the right click links for ROX. The script is run. I ran it in the terminal to see what would happen. But nothing occurred (see image....) If you want to run UExtract's pinstall.sh script manually, you need to invoke it from / directory for it to...

Go to advanced search