RE: [leaf-devel] RCDLINKS is LEAF only?

2003-09-15 Thread Jeff Newmiller
sometimes have to be adjusted for certain combinations of packages. Over time, most of these sequence numbers have propagated back into the current released versions of the packages, so even these adjustments are not so common now. --------

Re: [leaf-devel] Help needed: new chapters in Bering doc

2002-10-09 Thread Jeff Newmiller
6 : "For YOUR internal network..." This is looking very nice, Jacques. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go...

Re: [leaf-devel] Help needed: new chapters in Bering doc

2002-10-09 Thread Jeff Newmiller
s, I wonder whether "svi ntpsimpl restart" is needed. 13.9 : Spelling: "Miscellaneous" --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#.

RE: [leaf-devel] FAQs sec13: Developer Questions Answered

2002-10-01 Thread Jeff Newmiller
y $89! > Linux or FreeBSD, FREE setup, FAST network. Get your own server > today at http://www.ServePath.com/indexfm.htm > > ___ > leaf-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-devel

RE: [Leaf-devel] Multiple upstream links

2002-08-14 Thread Jeff Newmiller
of SysAdmin magazine, Charles. ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/B

Re: [Leaf-devel] OpenSSH 3.4p1 Trojaned

2002-08-10 Thread Jeff Newmiller
lnerable." That would probably be a good idea, but... a) He is on vacation for another couple of weeks. b) As previously reported here, the trojan seems to only affect machines compiling the source, so the resulting LRP should be clean. ----

Re: [Leaf-devel] image extractor program

2002-07-17 Thread Jeff Newmiller
hus, I normally back up the files that comprise my system rather than images. > cd $name > tar xzf ../$pkg > cd ../ > done > cd .. > rm -rf lrp-super > mv $super lrp-super > umount $mnt ; rm -rf $mnt > exit 0 Cool script. :) --- Jeff N

Re: [Leaf-devel] is Bering GNU?

2002-07-17 Thread Jeff Newmiller
ty ambitious, particularly when you choose to start replacing major functionality at the same time. ------- Jeff NewmillerThe . . Go Live... DCN:

Re: [Leaf-devel] Bering RC3 build with uClibc

2002-07-11 Thread Jeff Newmiller
nation. > > To reiterate I think there is room for both, but the tradeoffs should > > be made clear to new LEAF users. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAI

Re: [Leaf-devel] CVS structure ???

2002-07-10 Thread Jeff Newmiller
ompilation instructions is generated to allow LEAF-specific modifications to be maintained separate from the original source tree if necessary. Read the archives... :) --- Jeff NewmillerThe . .

Re: [Leaf-devel] Bering RC3 build with uClibc

2002-07-09 Thread Jeff Newmiller
k there is room for both, but the tradeoffs should be made clear to new LEAF users. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECT

Re: [Leaf-devel] lrp partition size...

2002-07-03 Thread Jeff Newmiller
Bering is a little bit different than the other LEAF variants, in that it splits the initrd capability from the root filesystem capability in a more linux-standard fashion. Edit /linuxrc and backup initrd.lrp, which is not a compressed tar like all the other lrp files. ---

[Leaf-devel] Re: Software write-protect (Was: Re: [leaf-user] Floppies)

2002-06-30 Thread Jeff Newmiller
available. > > Please do. It's always worthwhile to look at new ideas. Please post your > package information on the devel list when it's ready. I, too, will be interested to see if my concerns are unfounded. :)

Re: [Leaf-devel] Some small modifications to upgrade to libc 2.2documentation

2002-06-24 Thread Jeff Newmiller
-- > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > > > ___ > > Leaf-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinf

Re: [Leaf-devel] A new boot approach proposal

2002-06-09 Thread Jeff Newmiller
to include this in the standard bering > release and if there are any icompatibilities with existing packages. > > I think this step is to big to include it in release 1.0, but I wanted > to start a discussion about this idea as many people are starting to use > flashdisks. Agreed. --

Re: [Leaf-devel] ldd output interpretation

2002-04-17 Thread Jeff Newmiller
On 17 Apr 2002, Mike Noyes wrote: > On Wed, 2002-04-17 at 11:14, Jeff Newmiller wrote: > > On 17 Apr 2002, Mike Noyes wrote: > > > > > Everyone, > > > Here is my first question. Does the output below indicate static linking > > > only, or static and d

Re: [Leaf-devel] ldd output interpretation

2002-04-17 Thread Jeff Newmiller
t; statically linked > awk: cannot open var/lib/lrpkg/auditd.version (No such file or > directory) > cp: cannot stat `var/lib/lrpkg/auditd.help': No such file or directory --- Jeff Newmiller

Re: [Leaf-devel] ldd libc minor version

2002-04-16 Thread Jeff Newmiller
gt; bin/packages + /glibc2.0 > | > + /glibc2.1 > > Should I use libc6 and libc6.1 instead of glibc? No. Both glibc2.0 and glibc2.1 get stored in libc.so.6... glibc ignores the shared library versioning conventions. [...]

Re: [Leaf-devel] ldd libc minor version

2002-04-15 Thread Jeff Newmiller
added to to get the locations of the library functions. It would probably be specific to each compilation of that program, and would have no direct value in determining the library version. --- Jeff NewmillerThe

Re: [Leaf-devel] Admin script help

2002-04-13 Thread Jeff Newmiller
hen mkdir $TMPDIR cd $TMPDIR tar xzf $1 find . -type f -exec ldd \{} \; 2>/dev/null \ | grep -v ':$' | sort | uniq cd $ORIGDIR rm -R $TMPDIR else echo "lrpldd : \"$1\" not found" fi would be more effective? If I provided that snipp

Re: [Leaf-devel] How do I request help FAQ

2002-03-12 Thread Jeff Newmiller
On Tue, 12 Mar 2002, David Douthitt wrote: > On 3/12/02 at 6:56 AM, Jeff Newmiller <[EMAIL PROTECTED]> > wrote: > > > On Mon, 11 Mar 2002, David Douthitt wrote: > > > > Not really May I recommend: > > > > If you _are_ going to make a script,

Re: [Leaf-devel] libz security

2002-03-12 Thread Jeff Newmiller
usr/sbin usr/local/bin usr/local/sbin` \ | grep -v ':$' | sort | uniq cd .. rm -R ${package} executed on a development system ought to give you a good handle on the libraries in use by the binaries in a given package. -

Re: [Leaf-devel] How do I request help FAQ

2002-03-12 Thread Jeff Newmiller
he disk to allow the option of a CRLF version of the output file... perhaps even make nonCRLF output an option instead of the default. And/or compress output? --- Jeff NewmillerThe ...

Re: [Leaf-devel] How do I request help FAQ

2002-03-12 Thread Jeff Newmiller
ot; ought to be included as well. Diagnostics from multiple participating machines are often needed to troubleshoot actual networking problems, and the choices encoded in a script like this one may have to be manually applied by the user to other operating systems before a meaningful solution can be

Re: [Leaf-devel] libz security

2002-03-11 Thread Jeff Newmiller
y wish to as well. [...] > Also, are you all aware that there is a vulnerability in OpenSSH 3.0 > and earlier? Fix exists in OpenSSH 3.1... Jacques posted an update three days ago. ------- Jeff Newmiller

Re: [Leaf-devel] TS-req-HowTo / How Do I Request Help?

2002-03-07 Thread Jeff Newmiller
d for flavoring. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engi

Re: [Leaf-devel] TS-req-HowTo / How Do I Request Help?

2002-03-04 Thread Jeff Newmiller
y to minimize retyping, and use "more /mnt/diags.txt" to confirm that your progress occasionally, as the use of a ">" where a ">>" is needed will wipe out results written earlier. [a script would be nice here... getting the script into the distro would be an upgrade issue though] [...] -

Re: [Leaf-devel] Re: ADM Write Protect

2002-02-11 Thread Jeff Newmiller
tics including an LD017... but the SST58SDnnn made by SSTI uses pin 10 for WP#. ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Liv

Re: [Leaf-devel] Re: ADM Write Protect

2002-02-09 Thread Jeff Newmiller
ice would be write protected, but it would also be read protected, so if it lost power you would have to physically be there to enable reboot. This would _not_ be ideal. --- Jeff NewmillerThe . . Go Live.

Re: [Leaf-devel] CF (write protect) + IDE adapter

2002-02-07 Thread Jeff Newmiller
compact (in size), solid state, nonvolatile storage device. A SCSI drive only intersects that description in one (perhaps two) respect(s). --- Jeff NewmillerThe . . Go Live... DCN:<[EM

Re: [Leaf-devel] Date/Time

2002-02-07 Thread Jeff Newmiller
ntly than I thought can't say. > * there may be actual bugs in busybox date I don't know... my v0.47pre seems to work. > * I may be mixing up standard C functions, Linux kernel functions, and > old obsolete Linux kernel functions I am not sure why you are, though. Are all

Re: [Leaf-devel] CF (write protect) + IDE adapter

2002-02-06 Thread Jeff Newmiller
r. It claims Linux compatibility too. > > http://www.ssti.com/ata_disk/admbrief.pdf This looks like the same hardware I bought from Advantech a year ago, but my PCD-1240V doesn't have any WP# pin, or at least any access to it. ---

Re: [Leaf-devel] CF (write protect) + IDE adapter

2002-02-06 Thread Jeff Newmiller
On Wed, 6 Feb 2002, guitarlynn wrote: > On Wednesday 06 February 2002 02:04, Jeff Newmiller wrote: > > On Sun, 3 Feb 2002, guitarlynn wrote: > > > Yes, a product to keep me from cutting tiny toggle switches into > > > those blasted IDE cables would be a gods

Re: [Leaf-devel] CF (write protect) + IDE adapter

2002-02-05 Thread Jeff Newmiller
and how well have they worked? ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [Leaf-devel] More fun with firewalls

2001-12-10 Thread Jeff Newmiller
uld be limited in application to engineered systems. ? ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go...

URL syntax (was Re: [Leaf-devel] More on the LEAF Repository)

2001-12-07 Thread Jeff Newmiller
iction supported (or not) by the configuration of the server, which redirects accesses that lack the trailing '/'. ------- Jeff NewmillerThe . . Go Live... DCN

Re: [Leaf-devel] packages and filesystems

2001-12-04 Thread Jeff Newmiller
floppy, but not bad for CD. Don't forget the use of ramdisk plus ram to execute in... --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#

Re: [Leaf-devel] Linux 2.2.20 Prepatched Kernel

2001-12-03 Thread Jeff Newmiller
On Mon, 3 Dec 2001, David Douthitt wrote: > On 12/3/01 at 7:16 PM, Jeff Newmiller <[EMAIL PROTECTED]> > wrote: > > > I think it is more worthwhile to explain to people with > > such interest what steps are required to modify the > > standard kernel. > &g

Re: [Leaf-devel] Linux 2.2.20 Prepatched Kernel

2001-12-03 Thread Jeff Newmiller
ext. Charles has doen a pretty good job of this in his Dachstein kernel readme, though there is always room for improvement. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECT

Re: [Leaf-devel] Redundant Array of *Inexpensive* Disks (RAID)...

2001-11-30 Thread Jeff Newmiller
ke this, but I DON'T think they are _inexpensive_. :) ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go...

Re: [Leaf-devel] LEAF 2.4.14 / Shorewall 1.1.18 based distro(alphaversion)

2001-11-26 Thread Jeff Newmiller
han 128ms, slews if less, and uses adjtimex to diddle the clock around the reference. --- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#.

Re: [Leaf-devel] Need Steinkuehler localtime for PST8PDT

2001-11-13 Thread Jeff Newmiller
during transfer. > > Can somebody email it to me? The Sourceforge mirror works: http://leaf.sourceforge.net/devel/cstein/files/kernels/zoneinfo/US/Pacific --- Jeff NewmillerThe .

Re: [Leaf-devel] NAT port range question

2001-11-10 Thread Jeff Newmiller
that a udp packet first leave the masqing network in every case. Useful when running games, but leaves you open to receiving DOS or malformed packets to that port while the masq is active. ------- Jeff Newmiller

Re: [Leaf-devel] Re: [Leaf-user] Dachstein-CD-rc3 available: bash.lrperror

2001-11-02 Thread Jeff Newmiller
rupt either in the selection of the value of "$pkgdir/$pkg" (wrong file) or in the contents of a rightly chosen file. The "qt" is preventing any error messages generated by tar from being displayed. Temporarily getting rid of the "qt" could allow further debugging

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Jeff Newmiller
would be as expected... :) [...] > Jeff Newmiller did spot what looks like an error in the source. This line -- > > ping_data_size = MIN_PING_DATA ; > > should be added near the top of main(), just before this line -- > > ping_pkt_size = ping_data_size + SIZ

Re: [Leaf-devel] gatping with debugging symbols

2001-10-31 Thread Jeff Newmiller
memory beyond the buffer. Yecch. This was released? ------- Jeff NewmillerThe . . Go Live... DCN:<[EMAIL PROTECTED]>Basics: ##.#. ##.#. Live Go...

Re: [Leaf-devel] Re: [Leaf-user] Dachstein release-candidate available

2001-10-08 Thread Jeff Newmiller
I always wanted a mode where the data comes down the wire with the > absolute > minimal added html. I think you want XML. > Can we add such a mode? Maybe a request flag that defines the level of > visualization one wants? Different URLs? ------

RE: [Leaf-devel] Framebuffer & vnc

2001-09-26 Thread Jeff Newmiller
el > > ___ > Leaf-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-devel > --- Jeff NewmillerThe . . Go Live...

Re: [Leaf-devel] NI65 driver for Net Card for LRP distribution

2001-09-20 Thread Jeff Newmiller
it comes to programming. I am at a > bit of a loss You can use Dave's kernel and modules with Charles' image, if you have a Pentium. (Dave compiled with Pentium code for some reason.) I don't have it set up to compile right now, but if no-one else steps up before Sunday I'll