dukto

Miscellaneous tools
Message
Author
tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

#21 Post by tlchost »

musher0 wrote:
tlchost wrote:When the distance between the two computers results in travel time
exceeding my memory span, the sneakernet method may not be best,
@tichost

"... exceeding my memory span..."
Precision : Your own memory span doesn't matter. You don't need
to use your own memory cells
But, if I forget the location of the other computer, I'll never be able to carry the usb drive to it.

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

#22 Post by musher0 »

tlchost wrote:
musher0 wrote:
tlchost wrote:When the distance between the two computers results in travel time
exceeding my memory span, the sneakernet method may not be best,
@tichost

"... exceeding my memory span..."
Precision : Your own memory span doesn't matter. You don't need
to use your own memory cells
But, if I forget the location of the other computer, I'll never be able to carry the usb drive to it.
Maybe install an extra RAM stick in that free slot in your brain?
I did! It worked wonders! :lol:
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

#23 Post by tlchost »

musher0 wrote:
tlchost wrote:
musher0 wrote: @tichost

"... exceeding my memory span..."
Precision : Your own memory span doesn't matter. You don't need
to use your own memory cells
But, if I forget the location of the other computer, I'll never be able to carry the usb drive to it.
Maybe install an extra RAM stick in that free slot in your brain?
I did! It worked wonders! :lol:
I tried it....picked up some Write Only Memory on ebay....so far it hasn't helped.

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

Dukto for older glibc Pups

#24 Post by davids45 »

G'day,

For those with android devices and computers that would like a simple file transfer option, Dukto is excellent.

However, in older Pups I ran into a glibc error where the Pup had glibc of 2.13 - I needed at least 2.15 according to the terminal. http://www.murga-linux.com/puppy/viewto ... 407#891407

With help from 6502coder, I found a script to load the newer libc library files for just dukto to use thereby leaving the Pup alone for its other applications.

Dukto (wanting glic=2.15) running a Wheezy Pup (glibc=2.13) via the script is in the attached screenshot.

My 'run_dukto' script is:
#!/bin/sh
# copy required newer version libc6 file to safe place
LD_LIBRARY_PATH=~/my-applications/dukto_libc/dukto215:${LD_LIBRARY_PATH} dukto $@
and I'd copied the needed newer glibc files to /my-applications/duktolibc/dukto215/ which is off the normal PATH for Puppy to look for lib files.

This same fix also works for the epson-printer-utility (for displaying ink levels in an Epson ink jet printer) where the same new lib files are loaded but the script runs the printer utility not dukto. http://www.murga-linux.com/puppy/viewto ... 109#893109

But........
..... I find this fix does not work in old Puppies where the glibc version is 2.10 or 2.11 :cry: .

The screenshots show the error message from Racy-5.5 and SnowPup-015. Can such a PLT reloc or segmentation fault be fixed?

Would anyone have a way to still use this simple approach to run a particular, ONE-OFF, too-new application in a (not)-too-old Pup?

David S.
Attachments
duktorunningwheezy.png
(142.21 KiB) Downloaded 160 times
RACY55-runduktooutput.png
(44.96 KiB) Downloaded 166 times
snowpup_libc_error.png
(52.15 KiB) Downloaded 158 times

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#25 Post by jamesbond »

I use ES Explorer (Android-side) and gFTP (puppy-side) to transfer files between Android and PC.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Atle
Posts: 596
Joined: Wed 19 Nov 2008, 12:38
Location: Oslo, Norway
Contact:

#26 Post by Atle »

I use rcrsn51's Wlanmaker and Jamesbond's Fatdog, mixed in a special way in order to achieve that any Android without a client program can up and download to my PC by wifi. Other PC's can do the same, no matter Mac, Android og Windows.

We can all do the same cross puppyland, but one needs to figure out if its a demand for it.

People can not know if they are in demand of something they dont know what is.

Post Reply