Librepup 6.0.2.2

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#281 Post by Iguleder »

You're probably facing a limitation of SNS, definitely not a limitation specific to Librepup. You can use multiple interfaces - maybe it's the network wizard that disallows this.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

gnudist
Posts: 1
Joined: Mon 16 Nov 2015, 02:09

#282 Post by gnudist »

Could you host the isos/devx files on a server with download resuming? Don't have access to reliable Internet usually

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#283 Post by Iguleder »

gnudist wrote:Could you host the isos/devx files on a server with download resuming? Don't have access to reliable Internet usually
Sorry, I have only one server dedicated to Librepup. Servers cost money :x
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#284 Post by 01micko »

gnudist wrote:Could you host the isos/devx files on a server with download resuming? Don't have access to reliable Internet usually
Try this:

Code: Select all

wget -t0 -C http://url.com/of/file.iso
That way if the download breaks you can resume.
Puppy Linux Blog - contact me for access

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#285 Post by musher0 »

Hello iguleder & all.

Hopefully this is new info and I'm not repeating a previous post.

Working on something else, I accidentally discovered that in librepup
the installed-by-default homebank is missing the libosp.so.5 library,
a copy of which can be found here.

I hope this helps. BFN.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#286 Post by musher0 »

Hello all.

"Curiouser and curiouser", says Alice's Rabbit...

Please see attached screen capture. Does anybody have an explanation?
Why does a gcc error appear when trying to update .Xresources live?

When xrdb is used this way, when I restart Xclock, all the foreground
colors in Xclock are black. They shouldn't be, as these colors have been
carefully chosen to form a theme.

For reference, here is my Xclock color configuration in .Xresources:
!XClock config ! Derived from http://unix.stackexchange.com/questions ... nding-road'
XClock.foreground: #fbfbfb
XClock.background: #b00018
!(...)
XClock.Clock.majorColor: rgba:4e/44/38/ff
XClock.Clock.minorColor: rgba:a0/c0/f0/ff
XClock.Clock.hourColor: rgba:c9/66/11/c0
XClock.Clock.minuteColor: rgba:00/82/9f/c0
XClock.Clock.secondColor: rgba:ff/ff/ff/ff
"Curiouser and curiouser", says Alice's Rabbit...

Thanks in advance for any leads.
Attachments
xrdb-lib-error_2015-12-05.jpg
(24.04 KiB) Downloaded 1038 times
Last edited by musher0 on Sun 06 Dec 2015, 04:09, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#287 Post by musher0 »

Ok... The above was not the only library missing to be able to run xrdb in
librepup. Here is the URL of a *.pet archive containing all of them,
-- https://www.adrive.com/public/bypCZJ/xr ... up-6.x.pet --
and in tree form, their list:
.
└── usr
├── lib
│   ├── libcloog-isl.so.4 -> libcloog-isl.so.4.0.0
│   ├── libcloog-isl.so.4.0.0
│   ├── libisl.so.10 -> libisl.so.10.2.2
│   ├── libisl.so.10.2.2
│   ├── libisl.so.13 -> libisl.so.13.1.1
│   ├── libisl.so.13.1.1
│   ├── libmpc.so.3 -> libmpc.so.3.0.0
│   └── libmpc.so.3.0.0
└── share
└── doc
└── libmpc3-1.0.3
├── AUTHORS
├── NEWS
└── README
5 directories, 13 files
Enjoy. BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#288 Post by musher0 »

Hello all.

I'm still in the "curiouser and curiouser" series. In LibrePup, the planner
project manager is missing the libgnomecanvas-2 library.

My LibrePup ppm was on sick leave today, even after updating it. :oops: :(
So I'm giving you the URL from the ALT-Sysyphus repo at pkgs.org.

After it got its missing lib, planner worked fine on this 32-bit computer.

I hope this helps. BFN.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#289 Post by musher0 »

Hello all.

Here are a couple of other reportedly missing libs:
* you may want to open directory /lib and copy
__ libssl.so.0.9.7 to libssl.so.0.9.8
__ libcrypto.so.0.9.7 to libcrypto.so.0.9.8
Those are actually links to libssl.so.1.0.0 and libcrypto.so.1.0.0,
respectively, who are already in the /lib directory. Those libs are required
by gs (aka ghostscript) and ppmtojpeg.

Add'l note:
* the libgnomecanvas lib above is also supporting notecase.

All of the above will be reported missing (and a few others) if you open a
terminal in a pristine LibrePup and type:

Code: Select all

cd /usr/bin
ldd * | grep not | grep -v dynamic 
I did the same for dirs /bin and /usr/local/bin, and no missing libs were reported for the apps in those directories.

I'll keep you posted.

Bye for now.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#290 Post by musher0 »

Where is iguleder, BTW?
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#291 Post by musher0 »

Hello all.

If you need a simple and efficient database program, here's a
portabase *.pet that'll work OOTB in LibrePup-6.0.2.2.

Enjoy!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#292 Post by Iguleder »

musher0 wrote:Where is iguleder, BTW?
He's busy.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#293 Post by musher0 »

Hello all.

I tried to compile a rather new echinus wm from git with the make
included in the librepup devx: it never got past ranlib errors. I compiled
it in librepup with the tahrpup devx instead and its make worked fine.

Please share similar experiences of compiling in librepup if you've had
any, if only to confirm that librepup' devx indeed has a "wild" ranlib --
and that I haven't lost a screw. Thanks in advance.

Now I've got the wonderful new tiling|hybrid wm: "echinus-0.4.8_abs"
running in librepup. (Please see pic below.) Leave a note if interested! :)

BFN.
Attachments
echinus-0.4.8_abs_win-man_2015-12-13.jpg
The seemingly complete task bar is actually made of two apps: ourico
(echinus companion prog.) at left and stalonetray (for the icons) at right.
The bar at the bottom is a conky one-liner.
(49.83 KiB) Downloaded 745 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#294 Post by futwerk »

a few backgrounds.
Attachments
librepup10.jpg
https://www.mediafire.com/folder/x4v77bi1p58ox/puppy2013
(32.77 KiB) Downloaded 624 times
librepup7.jpg
https://www.mediafire.com/folder/x4v77bi1p58ox/puppy2013
(21.01 KiB) Downloaded 635 times

yerc1
Posts: 118
Joined: Sat 10 Jan 2009, 02:40

echinus-0.4.8_abs

#295 Post by yerc1 »

musher0 wrote:Now I've got the wonderful new tiling|hybrid wm: "echinus-0.4.8_abs" running in librepup. (Please see pic below.) Leave a note if interested! :)
Looks really nice.

Questions:
Is your librepup running echinus as its only wm (i.e. jwm removed)?
Can you share your echinus puppy package and your conky config please?
Thanks

EDIT: I found your echinus pet package here http://murga-linux.com/puppy/viewtopic. ... 6&start=30

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#296 Post by tronkel »

Awesome work! This distro looks as if it ought to be included in the Free Software Foundation's officially approved distro listings.

Richard Stallman can be contacted at:

rms@gnu.org

Not many distros actually do get an accreditation, but this one seems to possess the necessary attributes AFAIK.
Life is too short to spend it in front of a computer

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

Re: echinus-0.4.8_abs

#297 Post by musher0 »

yerc1 wrote:
musher0 wrote:Now I've got the wonderful new tiling|hybrid wm: "echinus-0.4.8_abs" running in librepup. (Please see pic below.) Leave a note if interested! :)
Looks really nice.

Questions:
Is your librepup running echinus as its only wm (i.e. jwm removed)?
Can you share your echinus puppy package and your conky config please?
Thanks

EDIT: I found your echinus pet package here http://murga-linux.com/puppy/viewtopic. ... 6&start=30
Thanks yerc1.

Glad you found my echinus *.pet package.

No I haven't removed the jwm window manager from librepup. While I
am confident that echinus can handle all and any windows, it's never a
bad idea to keep a "cascading" window manager such as jwm handy,
for the odd case.

BFN.
~~~~~~~~~
P.S. -- Requested conky config is attached.
Attachments
.conky-1ligne-wmx2.zip
(1.19 KiB) Downloaded 250 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#298 Post by musher0 »

tronkel wrote:Awesome work! This distro looks as if it ought to be included in the Free Software Foundation's officially approved distro listings.

Richard Stallman can be contacted at:

rms@gnu.org

Not many distros actually do get an accreditation, but this one seems to possess the necessary attributes AFAIK.
Hello tronkel.

Long time no see! How are you doing? :)

I agree with you. I think Iguleder should submit his LibrePup to the FSF.
LibrePup is "that good", IMO. However, he should give it a last polish, I
think, because* I found a few missing links, and while compiling the
new echinus, the "ar" aka "ranlib" in the devx went nuts...

BFN.
~~~~~~~~~~~
* ("Malgré moi": "In spite of myself". How do you say this in proper
English? The meaning is: "I wasn't hunting for problems, but I did find
some accidentally.")
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#299 Post by musher0 »

@futwerk: Very nicely done!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#300 Post by tronkel »

@musher0

Yes it's nice to back. I've been messing around with other stuff for quite a while - digital photography mostly, but the latest Puppy developments have pulled me back into the fold.

Comparing Librepup with the other FSF official offerings, it has the potential to overtake many if not all of them. It would be a statement to the world that Puppy has reached something of a pinnacle in it's development and now has the confidence to offer a libre version in it's catalogue lineup - apart from its practical attributes of course. Not so many distros can say that.

Last year (2014) I got to have a chat with Richard Stallman during a lecturing tour he held here in Vienna. Since he uses nothing else other than pure free software on his personal laptop (which never leaves his grasp!), I asked him what make of laptop he uses. The answer was that he had been using this (forget what it was called) obscure laptop, that is now no longer being made. He now recommends the use of old IBM hardware as being the most suitable for use with free software. Such old laptops can be picked up quite cheaply nowadays, so I think I'll have a go and see what transpires.

How are you getting along with Librepup?
Life is too short to spend it in front of a computer

Post Reply