Search found 341 matches

by Phoenix
Fri Apr 01, 2022 2:45 pm
Forum: Beginners Help
Topic: Why is hexchat not working ?!
Replies: 3
Views: 588

Re: Why is hexchat not working ?!

Freenode has stepped up their security/encryption requirement from what I recall. Now you need to connect with SSL. Unless you use ports 8000-8002.
As well the certificates may require updating. But you should be looking to connecting with libera.chat instead as it has moved there.

by Phoenix
Fri Apr 01, 2022 2:41 pm
Forum: Fossapup64
Topic: CUPS in Fossapup barebone
Replies: 12
Views: 1701

Re: LibreCAD in Fossapup64 or CUPS in Fossapup barebone?

Correction to my eariler post: It is cupsd not cups

by Phoenix
Fri Apr 01, 2022 1:03 am
Forum: Bug Reports
Topic: Firefox crashes upon imp/exp bookmarks
Replies: 7
Views: 917

Re: Firefox crashes upon imp/exp bookmarks

Have you ran it in terminal to see why its crashing? Invoke apulse firefox or just firefox (apulse gives sound but isn't needed to do the operation you're attempting)

by Phoenix
Fri Apr 01, 2022 1:01 am
Forum: Users
Topic: VirtualBox and PulseAudio in Fossapup64 (Solved)
Replies: 11
Views: 1956

Re: VirtualBox and PulseAudio

Okay then. So it may be worthwhile downloading the package for PulseAudio again since that will bring in everything that comprises PulseAudio and not the fragments that Puppy uses. (Why wasn't the entire PulseAudio built in? Size/nescessity issue) Then try again.

by Phoenix
Thu Mar 31, 2022 12:04 am
Forum: Fossapup64
Topic: CUPS in Fossapup barebone
Replies: 12
Views: 1701

Re: fossapup barebone cups

Question/Checklist: Driver for printer/communicating with it? Correct utility to setup? (It's also possible to setup via CUPS manually, for example you happen to have a very very old printer and you're using a parallel-USB connection) Also that port is what CUPS uses meaning the daemon needs to be ...
by Phoenix
Thu Mar 31, 2022 12:01 am
Forum: Users
Topic: Getting Fn-key utilities working in ThinkPad [SOLVED]
Replies: 13
Views: 1901

Re: Getting Fn-key utilities working in ThinkPad

The intel_pstate option shouldn't be needed, as that only toggles the intel_pstate driver, Intel's own driver to be disabled and instead use the default acpi-cpufreq driver. (Also this will have no effect on any ThinkPad that does not use an Intel CPU)

Also you forgot to close with a ".

by Phoenix
Wed Mar 30, 2022 4:11 am
Forum: Users
Topic: VirtualBox and PulseAudio in Fossapup64 (Solved)
Replies: 11
Views: 1956

Re: VirtualBox and PulseAudio

You have to use apulse most likely, since puppy only have fragments of it included. Next, I strongly suggest you create a savefile or folder, so you can save your configuration. (There are tools and guides already present on how to do this) P.S You have not duplicated, the forum was DDOS'd ...
by Phoenix
Sun Mar 27, 2022 7:54 pm
Forum: Beginners Help
Topic: Is it possible to have a working pupsave on a Ventoy USB?
Replies: 51
Views: 6364

Re: Is it possible to have a working pupsave on a Ventoy USB?

@stevie pup If you haven't already seen it, take a look at this "howto" https://forum.puppylinux.com/viewtopic.php?t=5352 wizard You should find this a good easy to follow guide with pictures for understanding . Please remember to put ALL of your ISOs in a /BOOTISOS folder on Ventoy's partition #1 ...
by Phoenix
Thu Mar 24, 2022 7:37 pm
Forum: Users
Topic: Not able to Suspend via ACPI [SOLVED]
Replies: 10
Views: 1431

Re: Not able to Suspend via ACPI [SOLVED]

Also if the BIOS/UEFI does not have any ACPI wakeup configuration options, you can always use the /proc subsystem by the kernel to set the devices.
It is located at /proc/acpi/wakeup and to toggle its state, echo the name of the device. For example XHCI is XHC.

Code: Select all

echo XHC > /proc/acpi/wakeup
by Phoenix
Thu Mar 24, 2022 5:46 pm
Forum: Bionic
Topic: Bionic fails to boot from USB stick in HP G6 (Solved)
Replies: 12
Views: 1590

Re: Fails to boot

dd doesn't always work, and if you intend to make a savefile on the USB it won't work. Could you try using Rufus from Windows, or Etcher for Linux?

by Phoenix
Thu Mar 24, 2022 1:50 am
Forum: Users
Topic: Not able to Suspend via ACPI [SOLVED]
Replies: 10
Views: 1431

Re: An old problem but new to me - Not able to Suspend via ACPI

It may also be that it reawakens... because XHCI is set as a wakeup device. Meaning if you don't disable that your computer will never fall asleep because of your USB, or perhaps a keyboard. (Surface line anyone?)

by Phoenix
Thu Mar 24, 2022 1:48 am
Forum: Fossapup64
Topic: How to enable 'FileHugePages' in kernel 5.4.53?
Replies: 14
Views: 1709

Re: How to enable 'FileHugePages' in kernel 5.4.53?

Yeah, if its not already enabled that will require a full rebuild. And then you may or may not want to ditch the stuff left over from building. The config option is somewhere.. usually they can be looked up.

by Phoenix
Tue Mar 22, 2022 7:43 pm
Forum: Boot
Topic: How to make a Puppy Linux ISO-Hybrid image
Replies: 3
Views: 966

Re: How to make a Puppy Linux ISO-Hybrid image

I believe that Rufus has an option to burn it as an ISO hybrid.

by Phoenix
Sun Mar 20, 2022 2:39 am
Forum: Beginners Help
Topic: Debugging an installation to an older PC - part III
Replies: 6
Views: 515

Re: Debugging an installation to an older PC - part III

It is stated that the mount point does not exist, meaning that the directory it should be mounted at does not exist. If you cannot cd /mnt/sda3 you must mkdir /mnt/sda3 then mount. mkdir means to create a directory. You could for example mount at /root which exists by default, although I strongly do ...
by Phoenix
Sat Mar 19, 2022 4:34 am
Forum: Beginners Help
Topic: Debugging an installation to an older PC - part III
Replies: 6
Views: 515

Re: Debugging an installation to an older PC - part III

/mnt/sdaN needs to be created for one. Use mkdir to do this.

by Phoenix
Fri Mar 18, 2022 12:11 am
Forum: Beginners Help
Topic: How to make puppy Linux able to run this line?
Replies: 6
Views: 697

Re: How to make puppy Linux able to run this line?

How to make puppy Linux able to run this line. root# $ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' sh: $: command not found root# Thank you! To add on to this you cannot use the $ sign, you probably didn't copy it ...
by Phoenix
Mon Mar 14, 2022 11:49 pm
Forum: Users
Topic: if no ISO, then how to use VirtualBox?
Replies: 2
Views: 255

Re: if no ISO, then how to use VirtualBox?

The new preferred method of 'packaging' the puppy should still be burnable. Just tell Rufus to use dd method instead. (Unzip first via 7z)

by Phoenix
Mon Mar 14, 2022 6:23 pm
Forum: Bug Reports
Topic: USB disconnections
Replies: 10
Views: 1206

Re: USB disconnections

Clarity Linux will not auto unmount even though you have forcibly removed it. This is not a kernel feature, it is a configuration feature present to the software used. (e.g udev). Also umount will not permit 'unmount' if it happens that the device is in use. (via aufs or writing/reading) Until the ...
by Phoenix
Mon Mar 14, 2022 6:03 pm
Forum: Users
Topic: How to use all the RAM when loading into memory?
Replies: 7
Views: 892

Re: How to use all the RAM when loading into memory?

The memory controller in the Linux kernel is controlling RAM (memory) usage as demanded by whatever you are doing. Puppy is only going to use the amount of RAM needed no more no less. When Running Puppy with no save. The complete Puppy operating system is loaded into RAM. A save RAM disk is created ...
by Phoenix
Sun Mar 13, 2022 6:14 pm
Forum: Users
Topic: How to use all the RAM when loading into memory?
Replies: 7
Views: 892

Re: How to use all the RAM when loading into memory?

It's one of the current mounts. Unfortunately due to puppy very slight restructuring of default mounts, it might be on a different path. Use mount to list all current mounts and look for your tmpfs. Then type in mount -o remount,size=X /initrd/path/to/tmp G is for gibibytes. (?) /tmp is not always ...
by Phoenix
Sat Mar 12, 2022 9:35 pm
Forum: Forum Organization & Structure Council
Topic: Helping new users-What Is A Swap file?
Replies: 2
Views: 1004

Re: Helping new users-What Is A Swap file?

Just because a swap partition isn't present upon usage, or the disk is entirely occupied doesn't mean we can't make it! Step 1: Determine partition type that you are using for Puppy If its not ext4, go to step 2 Step 2: Use the right tool! (And not toast your own drive/system) Boot into RAM mode, or ...
by Phoenix
Sat Mar 12, 2022 9:15 pm
Forum: Bug Reports
Topic: USB disconnections
Replies: 10
Views: 1206

Re: USB disconnections

The reason to not automatically unmount a forcibly removed device even when its no longer connected is because, what happens if your computer kicks out your own puppy USB? Particularly this applies if nocopy is used meaning the link is maintained to the USB. And the implementation will not permit ...
by Phoenix
Sat Mar 12, 2022 2:51 am
Forum: Users
Topic: Debugging an installation to an older PC - part II
Replies: 8
Views: 422

Re: Debugging an installation to an older PC - part II

You do not need to delete the savefile because it asks to create one. It's probably being booted in RAM mode and then when you shutdown it asks. You can simply give it a name that isn't the previous one then and it will give you an option.

by Phoenix
Fri Mar 11, 2022 2:36 am
Forum: Users
Topic: Debugging an installation to an older PC - part II
Replies: 8
Views: 422

Re: Debugging an installation to an older PC - part II

Are you certain the cable is not toast? If it remains the same quality/issue even when changing monitors (Make sure, make sure there are absolutely no magnets of any kind. Even raidios) that might be it. Run xorgwizard in the terminal to try setting it up, as well as using lspci or lsusb to try ...
by Phoenix
Wed Mar 09, 2022 2:17 am
Forum: Beginners Help
Topic: download and install puppy in ubuntu?
Replies: 2
Views: 379

Re: download and install puppy in ubuntu?

If you have absolutely no choice and can't burn to a disc: You can, indeed do this all manually and boot from the same partition. (Temporarily) Extract the ISO contents as normal, preferably to a self-contained directory. Copy the menu entries inside the menu.lst (or grub.cfg) into the configuration ...
by Phoenix
Tue Mar 08, 2022 3:59 pm
Forum: Bionic
Topic: BionicPup32 on USB flash drive does not save.
Replies: 5
Views: 977

Re: BionicPup32 does not save. please, help

The savefile is too small by the way. 3KB will not suffice to put in a filesystem image. (Basically its just a filesystem stuffed inside a file)

by Phoenix
Tue Mar 08, 2022 5:27 am
Forum: VoidPup
Topic: VoidPup32 and VoidPup64 Discussion
Replies: 331
Views: 78147

Re: VoidPup32 and VoidPup64 Discussion

I explore Voidpup64-22.02. It's great, congratulations :thumbup: . I have one question that relates to swap in Zram. Htop indicates: Swp [0K / 7.19G], similarly "free" command. Does it mean that in the extreme case it will compress/decompress almost the entire RAM (8GB)? How much RAM must be ...
by Phoenix
Mon Mar 07, 2022 4:00 pm
Forum: Beginners Help
Topic: Puppy Linux on HP Chromebook 11
Replies: 9
Views: 1362

Re: Puppy Linux on HP Chromebook 11

If the install fails, it depends where it fails. If the battery goes poof while its partitioning that will be fun. If it goes poof while installing to its new partition, wipe and repeat. (Lesson: KEEP it PLUGGED) 16G of what though? Space reserved for Arch itself? It would fit just fine, just that ...
by Phoenix
Sun Mar 06, 2022 5:52 pm
Forum: Beginners Help
Topic: What Puppy for a 2007 PC w/ 500 MHz CPU and 1GB of RAM?
Replies: 29
Views: 2904

Re: What Puppy for a 2007 PC w/ 500 MHz CPU and 1GB of RAM?

There is also elinks final, last commit version. Its Javascript engine is not fully finished, and you'll still need to possibly build an external SSL library to your build of elinks to. Also it will require upgrading GCC... which might take days. Just to exemplify that, on my 1.9GHz cpu with 256MB ...

Go to advanced search