Page 53 of 78

MX LINUX NET INSTALL AS DEBIANDOG

Posted: Sat 24 Feb 2018, 08:54
by zagreb999
HI FRED,
i am apologize for disturbing you...

MX LINUX RECEIVED GREAT NUMBER
OF RECENSIONS AS THE BEST LINUX OS....

IT IS DEBIAN PERFECTLY ORDINATED...

IT WOULD BE GREAT TO HAVE ONE MX-LINUX-DOG
BUT FROM NET INSTALL ...

WHY NOT DO IT INSTEAD OF UBUNTU?!

THANKS.

Posted: Sat 24 Feb 2018, 09:53
by fredx181
Hi zagreb,
IT WOULD BE GREAT TO HAVE ONE MX-LINUX-DOG
BUT FROM NET INSTALL ...

WHY NOT DO IT INSTEAD OF UBUNTU?!
First: I think MX-linux is (more than) fine how it is by itself.
And I have already too much projects going on (starting a new project means that I need to give support, which I don't have the time and energy for).

Fred

Posted: Sat 24 Feb 2018, 21:30
by fredx181
Updated mklive-stretch script
Changes:
- Kernel install: version 4.9.0-6 (previously was 4.9.0-5)
- Dropped no-pae support (in most cases it works by adding forcepae to the kernel boot command line in case of no-pae capable cpu)
The new .tar.gz containing custom boot scripts, aufs and squashfs kernel modules is now:
dog-boot-stretch-20180224.tar.gz

For existing build, "upgrade-kernel" can be used on a frugal install to upgrade the kernel to version 4.9.0-6, install with Synaptic or apt-get:

Code: Select all

apt-get update
apt-get install upgrade-kernel # will install latest version 1.0.7
deb package (for both 32 and 64 bit (all)):
https://fredx181.github.io/StretchDog/a ... .7_all.deb
(run from: Menu > System > Upgrade-Kernel ..)

Fred

Posted: Sun 25 Feb 2018, 00:31
by rcrsn51
I updated my mklive script and cranked out a new set of ISOs. They look good.

This takes less time than the average Windows update.

BTW, how safe is it to combine a new "live" folder with an old "changes" folder? Are there kernel-specific things in "changes" that would cause problems after a kernel-upgrade?

Posted: Sun 25 Feb 2018, 10:04
by fredx181
rcrsn51 wrote:BTW, how safe is it to combine a new "live" folder with an old "changes" folder? Are there kernel-specific things in "changes" that would cause problems after a kernel-upgrade?
I'd say not so safe, not because of kernel-specific things but because of possibly broken package management, see here the problems backi had when doing something similar:
http://murga-linux.com/puppy/viewtopic. ... 440#971440
http://murga-linux.com/puppy/viewtopic. ... 526#971526
http://murga-linux.com/puppy/viewtopic. ... 538#971538

Assuming, btw, that the new "live" is exactly the same build as previous (except for the kernel)
It probably depends, e.g. when the changes contains the same up-to-date status file (in /var/lib/dpkg/) as the new 01-filesystem in "live", then it's safe.
Except then the new kernel version is not registered in the changes, which I guess it's not a real problem.

Fred

Posted: Sun 25 Feb 2018, 13:58
by rcrsn51
Thanks. I looked at the upgrade-kernel script. If I do a kernel-upgrade of a Starter Kit install just by dropping in a new "live" folder, are there a few lines from the script that I could apply to my current "changes" that would finish the job?

The only difference in the new Starter Kit ISO would be the new kernel.

But it is not a major task to start a new "changes".

Posted: Sun 25 Feb 2018, 15:01
by fredx181
rcrsn51 wrote:Thanks. I looked at the upgrade-kernel script. If I do a kernel-upgrade of a Starter Kit install just by dropping in a new "live" folder, are there a few lines from the script that I could apply to my current "changes" that would finish the job?
Not sure yet, maybe nothing really required, will investigate and edit here later.

EDIT: I hesitate to say something about this because a broken dpkg can be a bad thing to happen and not easy to repair.
You can check with comparing the dpkg status file in changes (if exists) with the one from the (new) main 01-filesystem.squashfs, e.g.:

Code: Select all

sdiff -s /mnt/live/memory/changes/var/lib/dpkg/status /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status
Or when booted with changes=EXIT:/...:

Code: Select all

sdiff -s /mnt/live/memory/images/changes-exit/var/lib/dpkg/status /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status
In your case you'll see that kernel version is different, OK, it's misleading (but maybe not a problem knowing that), the package management will not know about the latest kernel version installed. But you can try to sync the status file from the changes with the one from: /mnt/live/memory/images/01-filesystem.squashfs/var/lib/dpkg/status, but that would be a real hack...

In general, I'd say, better just start with a new "changes", however depending on the situation, strange things may occur when using old save storage combined with new system.

Fred

Posted: Sun 25 Feb 2018, 18:33
by rcrsn51
Now I understand. Because the kernel upgrade was NOT done through dpkg, the dpkg information still thinks that it is using the old kernel.

I once tried a hack where I ran your upgrade-kernel script on Machine #1. I then squashed the new /lib/modules, and moved it and the new vmlinuz1 to Machine #2.

This appeared to do a kernel upgrade on #2. But I'm guessing that it would have the same potential problem.

Posted: Sun 25 Feb 2018, 18:50
by dancytron
fredx181 wrote: /snipped
For existing build, "upgrade-kernel" can be used on a frugal install to upgrade the kernel to version 4.9.0-6, install with Synaptic or apt-get:

Code: Select all

apt-get update
apt-get install upgrade-kernel # will install latest version 1.0.7
deb package (for both 32 and 64 bit (all)):
https://fredx181.github.io/StretchDog/a ... .7_all.deb
(run from: Menu > System > Upgrade-Kernel ..)

Fred
Did the kernel upgrade, uninstalled old kernel with synaptic, and remastered after that. All went well and works flawlessly as usual.

Dan

DEBLIVE ISO- 311 MB

Posted: Mon 26 Feb 2018, 19:07
by zagreb999
I MADE NEW DEBLIVE ISO- 311 MB.

IT WORKS PERFECTLY.

GREAT JOB, FRED!

THANKS...

Re: DEBLIVE ISO- 311 MB

Posted: Mon 26 Feb 2018, 19:18
by fredx181
zagreb999 wrote:I MADE NEW DEBLIVE ISO- 311 MB.

IT WORKS PERFECTLY.

GREAT JOB, FRED!

THANKS...
Ah, nice, thanks, what type of build did you choose or configure ? (always curious about that :wink: )

Fred

Posted: Mon 26 Feb 2018, 21:05
by zagreb999
HI FRED,
I MADE XFCE WITH

KDEGRAPHICS, VLC PLAYER, WPS OFFICE,
LIBREOFFICE, ABROWSER , gnome-search-tool....

puppy network wizard-quick setup

Posted: Tue 27 Feb 2018, 11:41
by zagreb999
HI FRED,
I THINK IT WOULD BE VERY USEFUL
TO CREATE FOR DEBIANDOGS
PUPPY NETWORK WIZARD TO BE ABLE TO USE
MORE WIFI MANAGERS...
AND, ALSO, QUICK SETUP-FIRST RUN
TO ADJUST TIME ZONE, KEYBOARD, ETC...

REGARDS...

Posted: Sat 03 Mar 2018, 23:25
by fredx181
*** Update DogRadio ***

Info, .pet and .deb packages download, topic DogRadio v0.0.8:
http://www.murga-linux.com/puppy/viewtopic.php?t=112858
Install or upgrade "dogradio" with Synaptic or apt-get

Fred

Posted: Thu 08 Mar 2018, 14:29
by rcrsn51
Touchpad updated here.

ISOTOOLS

Posted: Wed 14 Mar 2018, 17:02
by zagreb999
REGARDS

ISOTOOLS CAN NOT FIND SOURCE OF
ISO FILE NOR FOLDER TO EDIT
ISO FILE...

THANKS

Re: ISOTOOLS

Posted: Wed 14 Mar 2018, 17:48
by fredx181
zagreb999 wrote:REGARDS

ISOTOOLS CAN NOT FIND SOURCE OF
ISO FILE NOR FOLDER TO EDIT
ISO FILE...

THANKS
Why not, what you see ? You are trying to edit ISO, right ?
Works for me, at the main GUI , I chose Edit ISO, and selected BionicDog ISO, after that.... see screenshots.
And /root/new.iso is created.

Fred

ISOTOOLS

Posted: Wed 14 Mar 2018, 18:13
by zagreb999
thanks Fred,

ok. i use deblive32 on
hp computer 64 bit...

thanks again.
your welcome!

Posted: Wed 14 Mar 2018, 21:15
by fredx181
*** Updated "upgrade-kernel" package ***

Previously it only supported upgrading from older kernel to e.g. 4.9.0-6 (latest)
Now there's new Debian package version available for that (latest) 4.9.0-6 kernel, version 4.9.82-1+deb9u3
Upgrade-kernel 1.0.8 supports also now upgrading to that latest package version (and possible future newer versions).
Install upgrade-kernel v 1.0.8 with Synaptic or apt-get.
Run from Menu > System > Upgrade-kernel

The mklive-stretch script is unchanged, because it does already install latest package version of the 4.9.0-6 kernel.

Upgraded 686 pae-kernel to 4.9.82-1+deb9u3 :

Code: Select all

root@live:~# uname -a
Linux live 4.9.0-6-686-pae #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) i686 GNU/Linux
Fred

Pdf To DjVu GUI 25 Linux.zip in deblive

Posted: Tue 20 Mar 2018, 07:44
by zagreb999
Pdf To DjVu GUI 25 Linux.zip in deblive

this software is very good.
it converts pdf to djvu,
which is much better than pdf.
but, it works in xz compression...

who knows to activate lz4 option?

regards.