DebianDog - Jessie - Continued

A home for all kinds of Puppy related projects
Post Reply
Message
Author
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#101 Post by fredx181 »

belham2 wrote:It was all good. Know way was it your fault (or Rufwoof's). I was just joking ya both.
Yes, I knew you were joking, good to hear it all works out well for you, thanks for bringing the good news also.

Fred
User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#102 Post by greengeek »

belham2 wrote:Ugh...well, had some more time tonight to play with Qtweb browser, and sure enough, these problems (per what you asked about and is shown below in the pic) started popping up all over the place with sites that are "agglomeration 3rd party aggregator sites", like Yahoo, News sites, Sports sites, etc, etc.
I have a feeling that OscarTalks has produced a pet (or pets) that install(s) CA certificates to eliminate this problem. I haven't kept up to speed with the latest version (if there is one) but may be worth PMing him to see if still available. In all other respects I found QTWeb really good and still use it for some sites.
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

DebianDog - Stretch preview ISO

#103 Post by fredx181 »

*** DebianDog - Stretch preview ISO ***

New: DebianDog Sid Test ISO 2016-11-19, see below.

Based on the Debian 'testing' branch.

I made this mostly as a preparation for future DD-Stretch (stable) when Stretch becomes stable next year.
In time I will probably update the ISO a few times since (hopefully small) bugs are expected.
Built from Debian Stretch minimal netinstall. Almost setup the same as DebianDog-Jessie-openbox_xfce release.
Kernel: 4.7.0-1-686-pae
Drastic changes in Stretch! e.g. the filesystem hierarchy has changed.
Almost all binaries are in /usr/bin and all libraries in /usr/lib
/bin /sbin and /lib are symlinks. (ArchLinux has it this way for years, looks like Debian follows)
sysvinit (the older initscripts) still is supported (default in this DD), to use systemd add:
init=/bin/systemd to the kernel commandline

Stretch has many updates but can be made into a 'static' release (no updates):
(in my opinion this way is more suitable for a live distro, you can always change to today's date, e.g. in time, a month later, change to e.g. 20161208, and update then)
Backup first your /etc/apt/sources.list:

Code: Select all

cp -a /etc/apt/sources.list /etc/apt/sources.list.orig
Then edit sources.list like this (the "snapshot.debian.org" line to today's date):

Code: Select all

deb https://debiandog.github.io/Stretch/i386/Packages/ ./
deb http://snapshot.debian.org/archive/debian/20161108/ testing main contrib non-free
And uncomment Acquire::Check-Valid-Until "0"; in /etc/apt/apt.conf so becomes this:

Code: Select all

Acquire::Check-Valid-Until "0";
And update the package lists:

Code: Select all

apt-get update
It's a small step to dist-upgrade to Sid (unstable Debian branch)
Edit sources.list to become this:

Code: Select all

deb https://debiandog.github.io/Stretch/i386/Packages/ ./
deb http://ftp.de.debian.org/debian/ sid main contrib non-free
Then:

Code: Select all

apt-get update
apt-get dist-upgrade
EDIT: 2016-11-14, New ISO uploaded, many fixes, e.g. live-boot works now, quick-remaster more stable, installer works (didn't work when formatting first inside Stretch, see also Workaround for yakkety(and Stretch) and more. Older ISO has been removed.
EDIT2: 2016-11-16 Sorry, re-uploaded 2016-11-14.iso, previously forgot to replace /etc/mke2fs.conf with the jessie version

Download Stretch ISO:
https://github.com/DebianDog/Stretch/re ... -11-14.iso
Md5sum:
https://github.com/DebianDog/Stretch/re ... -11-14.md5
DEVX:
https://github.com/DebianDog/Stretch/re ... h.squashfs

Update: Also Sid Test ISO available, download:
https://github.com/DebianDog/Sid/releas ... -11-19.iso
https://github.com/DebianDog/Sid/releas ... -11-19.md5

On Github: https://github.com/DebianDog/Stretch
https://github.com/DebianDog/Sid
Packages: https://debiandog.github.io/Stretch/i386/Packages/

EDIT: Quoted from here:
http://www.debianuserforums.org/viewtop ... 7844#p7844
Stable is for senior citizens and Sid is for kids. Be a man and run Testing.
:)

Fred
Attachments
DD-Stretch.jpg
DebianDog-Stretch preview
(65.67 KiB) Downloaded 1291 times
Last edited by fredx181 on Sat 19 Nov 2016, 22:39, edited 6 times in total.
backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#104 Post by backi »

Hi fred !

Seems your restless genius-mind is hungry-looking for a new challenge-frontier .
I am going to put it on a Usb-Stick and will fool around a bit with this Doggie .
Will give feedback .

Have a nice day :)
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#105 Post by fredx181 »

backi wrote:Hi fred !

Seems your restless genius-mind is hungry-looking for a new challenge-frontier .
I am going to put it on a Usb-Stick and will fool around a bit with this Doggie .
Will give feedback .

Have a nice day :)
Thanks backi! Feedback would be much appreciated.
Yes, challenge is the right word, there were many problems to overcome.
e.g. no aufs support in the new Debian kernel (now 'overlayfs' is the new standard), but I did it the "Jessie way" by including aufs module in the initrd
And had to modify some packages because of the different filesystem hierarchy (need to check more for compatibility later)
So this should be considered as alpha release.

EDIT: Ooops... found a bug already, quick-remaster makes a remastered .squashfs, but it's incomplete, can't figure out why yet.
Remasterdog works fine though.
EDIT2: Mmm... seems like false alarm, tested quick-remaster a couple of times more and worked fine, must have done something wrong first time by manually removing stuff.

Fred
User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#106 Post by Keef »

Quick test of Stretch has been successful.
Wifi and sound working ok, keyboard layout change needs a reboot to take effect rather than just restarting X, but that was the same with Jessie.
dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#107 Post by dancytron »

I also install Stretch on hard drive, porteus boot save on exit only.

Updated firefox, installed mesa drivers, did a GUI Quick Remaster. Everything seems to work.

I think I've said it before, but I like this desktop more than the tint2/jwm combination setup in DD64 and the Ubuntu Dogs.

Once again, great job.
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#108 Post by fredx181 »

Thanks Keef & Dan

One thing is not working for me on Stretch: setting mouse acceleration from Settings > Keyboard and Mouse has no effect.
Fixed it by uninstalling libinput10 (also removes a few other packages depending on it) and restart X

Code: Select all

apt-get purge libinput10
I think I've said it before, but I like this desktop more than the tint2/jwm combination setup in DD64 and the Ubuntu Dogs.
Yes, me too (file size of ISO is larger with the xfce components included though)

Fred
backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#109 Post by backi »

Keef said:

Quick test of Stretch has been successful.
Wifi and sound working ok, keyboard layout change needs a reboot to take effect rather than just restarting X, but that was the same with Jessie.
same for me ..........just Ram usage seems to be a bit higher than Jessie (on my machine ) ......30 mega bytes higher .

Going to continue testing and reporting .
User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#110 Post by Keef »

backi,

You are right, hadn't noticed before.
Booting to desktop (jwm) with no other apps apart from htop uses 80mb on Jessie, but 134mb with Stretch.
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#111 Post by fredx181 »

backi wrote:same for me ..........just Ram usage seems to be a bit higher than Jessie (on my machine ) ......30 mega bytes higher
I think this is the same issue as discussed before, remember backi? :wink: :
Same as on XenialDog, the new htop version and conky show different (higher) RAM used than free and top.
Not much difference when just booted but after a while (when running some programs intensively, e.g. Firefox with many tabs open) the difference becomes very big.
Still don't know what to believe, htop or free.
Task Manager (lxtask) gives something in between for me.

Fred
belham2
Posts: 1715
Joined: Mon 15 Aug 2016, 22:47

#112 Post by belham2 »

fredx181 wrote:
backi wrote:same for me ..........just Ram usage seems to be a bit higher than Jessie (on my machine ) ......30 mega bytes higher
I think this is the same issue as discussed before, remember backi? :wink: :
Fred

Nope. Nope. NOPE! You all stop right here & now. It is verboden, verboten, proibito, forbidden, prohibido, zabranjen, запрещено to entertain or even mention any discussion that has the words "memory amounts" and/or "ram usage level" when discussing Debian Dogs. You're allowed to talk about anything else under the sun except those terms----otherwise 10 years of black, horrid unimaginable bad luck will descend upon you and yours. No repeats here again! :?
User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#113 Post by Keef »

...but, but, the numbers can't be wrong. I counted every byte by hand and weighed them. Or was that Smarties? I forget.
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#114 Post by fredx181 »

top memory compared to higher jessie amounts free ram htop stretch usage level xenial amounts usage compared to htop memory stretch level top compared amounts usage level xenial free ram higher jessie htop mintpup memory compared to higher jessie amounts mintpup free ram htop stretch usage level xenial amounts usage compared to htop memory stretch level top compared amounts usage level xenial free ram higher jessie
htop memory compared to higher jessie amounts mintpup free ram htop stretch usage level xenial amounts usage compared to htop memory stretch level top compared amounts usage level xenial free ram higher jessie htop memory compared to
higher jessie amounts mintpup free ram htop stretch usage level xenial amounts usage compared to
htop memory stretch level top compared amounts usage level xenial free ram higher jessie htop memory compared to higher jessie amounts mintpup free ram htop stretch usage level
xenial amounts usage compared to htop memory stretch level top compared amounts usage level xenial free ram higher jessie htop memory compared to higher jessie amounts mintpup free ram htop stretch usage level xenial amounts usage compared


Ooops.. Sorry :lol:

Btw, XenialPup "suffers" from the same issue:
http://murga-linux.com/puppy/viewtopic. ... 150#931150
(and see William's comment further below)

Ok, I'll stop now :wink:

Fred
backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#115 Post by backi »

Hi all !

From my perspective ......

was sitting in my room...
.... slowly getting bored ...........asked myself ...how to get some action ?..... ........
So i thought to myself........how funny it would be to start a little Dog- Fight .

Seems it worked . :D :D :D :D
User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

#116 Post by rufwoof »

I'm with Barbossa

you must be a Linux user for the code to apply. And the code is more what you'd call "guidelines" than actual rules

Memory gets partitioned into disk cache, application data and free space. The system works well when that sharing/usage is best proportioned. A large amount of free space is wasteful if just left idle. Memory utilisation is very dynamic and any measures of that utilisation at any one time is at best just a guide. Is the system constantly red-lining ... no, then the system is running OK.
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#117 Post by fredx181 »

*** Dogradio new version (small fixes) and Youtube Demo ***
See at Edit7 here:
http://www.murga-linux.com/puppy/viewto ... 507#854507

Fred
Robert123
Posts: 362
Joined: Fri 20 May 2016, 05:22
Location: Pacific

#118 Post by Robert123 »

fredx181 wrote:*** Dogradio new version (small fixes) and Youtube Demo ***
See at Edit7 here:
http://www.murga-linux.com/puppy/viewto ... 507#854507

Fred
Running this in Debian - very nice Fred thank you.
Devuan Linux, Stardust 013 (4.31) updated [url]https://archive.org/details/Stardustpup013glibc2.10[/url]
s57(2018)barebone[url]https://sourceforge.net/projects/puppy-linux-minimal-builds/files/s57%282018%29barebones.iso/download[/url]
backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#119 Post by backi »

Hi !

Debian-Dog Jessie is quite boring....rock-solid.....totally nothing to break and to fix.As hard as you try .

Everything just works.........What a fuck...!!!

Hang Fire
https://www.youtube.com/watch?v=3xbtlW16Gts
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#120 Post by fredx181 »

New DD-Stretch ISO, many fixes, on it's way to stable!!
see EDIT 2016-11-14 here:
EDIT: 2016-11-16 Sorry, re-uploaded 2016-11-14.iso, previously forgot to replace /etc/mke2fs.conf with the jessie version
http://murga-linux.com/puppy/viewtopic. ... 862#931862


Fred
Last edited by fredx181 on Wed 16 Nov 2016, 11:18, edited 1 time in total.
Post Reply