Linux-Development-Sys Digest #755, Volume #7     Mon, 10 Apr 00 21:14:40 EDT

Contents:
  Re: RH Linux MQseries Client to server (Lew Pitcher)
  Re: Read keycodes how? (Josef Moellers)
  where is the compile? ("Yangfei")
  systime in kernel (E. T. Hou)
  I2C in Linux ("Eli Cohen")
  Re: problem of error msg in linux / and sharing in samba . Urgent thx ! 
([EMAIL PROTECTED])
  replacing printk() in kernel module (Jerome Corre)
  What source should I look for VIA Mother Board (Sang Yong Lee)
  how do you connect to a socket under kernel ??? (philippe Defert)
  Re: how do you connect to a socket under kernel ??? (Grant Edwards)
  Re: How compatible is Linux with .. Linux ("The Wogster")
  Re: How compatible is Linux with .. Linux ("The Wogster")
  Re: Versioning, Versioning,... What's the  deal? (Anand Krishnamoorthy)
  Re: Q: Serial Port Programming (Ron)
  Simple graphic library, HOW? (Dmitri Moukhine)
  generic scsi driver (David E Allen)
  how to include linux/tty.h [Was: conflicting header files] 
([EMAIL PROTECTED])
  ne.o module - 2.3.99pre3 (bill davidsen)
  Re: How compatible is Linux with .. Linux ("Peter T. Breuer")
  Re: where is the compile? (david a. lethe)
  Re: ne.o module - 2.3.99pre3 (Paul Kimoto)
  Re: struct passwd * (bill davidsen)
  Re: Problem with PLIP (via laplink cable) (bill davidsen)
  Re: Problem with PLIP (via laplink cable) (bill davidsen)

----------------------------------------------------------------------------

From: Lew Pitcher <[EMAIL PROTECTED]>
Subject: Re: RH Linux MQseries Client to server
Date: Mon, 10 Apr 2000 06:28:41 GMT

qsun wrote:
> 
> I test MQseries under redhat linux client to server connection.
> when I issue 'runmqlsr -m venus.queue.manager -t TCP -n 9999&',
> system think a syntax error.
> 
> Even I sometime the runmqlsr run well at server side, the amqsput
> application can not run at client side due to MQCONN error.
> 
> Anybody help me ?
> 
> Thank you

I don't have my MQ manuals handy at the moment, but an MQCONN error
generally means that the MQ client couldn't connect to the MQ server
(CONNECT being the first step in the process of message delivery).

Some things to check:
  - Is the queue manager really called "venus.queue.manager" ?
    IIRC, MQSeries is case sensitive, and "venus.queue.manager"
    be a differerent queue manager from "Venus.Queue.Manager"
  - Is your TCP/IP network properly configured and active?
  - Are security permissions set correctly on both sides?
  - Is the MQSeries server active and accepting connections?


-- 
Lew Pitcher

Master Codewright and JOAT-in-training

------------------------------

From: Josef Moellers <[EMAIL PROTECTED]>
Subject: Re: Read keycodes how?
Date: Mon, 10 Apr 2000 10:44:30 +0200

Manu wrote:
> =

[ ... ]

> Check showkey and xev ?!
> I really don't know how you can do this. Some guys here wished to use
> special keys of their win95 special keyboard. So you can get raw
> keycodes
> with a 'showkey -s' but I still don't know how to use them with X.
> =

> If you find something, please call me :)

Since I want't after X (my poor notebook only has 4MB of RAM), showkey
really looks promising.
Thanks to OS I can look at the sources and find out how it's done.

Josef
-- =

Josef M=F6llers
Fujitsu Siemens Computers
SHV Server DS 1

------------------------------

From: "Yangfei" <[EMAIL PROTECTED]>
Subject: where is the compile?
Date: Mon, 10 Apr 2000 16:20:13 +0800

Dear all:
  please tell me where is the compile? I am a newer, thanks.
best rgds




------------------------------

From: [EMAIL PROTECTED] (E. T. Hou)
Subject: systime in kernel
Date: Mon, 10 Apr 2000 08:51:28 GMT
Reply-To: [EMAIL PROTECTED]


How can I get the systime in kernel about tcp network event??
In "tcp_time_stamp",  I got the amount of the "ticks"
but what is the unit of the tick?? 10ms ??
and does the tick start count at system start??

and If I want to write a JAVA program in Linux, can I get the "ticks"
of the kernel time ?


------------------------------

From: "Eli Cohen" <[EMAIL PROTECTED]>
Subject: I2C in Linux
Date: Mon, 10 Apr 2000 10:23:32 +0200

Hi,
Does anyone know of an external interface box or a card that can be plugged
into a PC and provides I2C interface, and for which there are drivers
thanks
Eli



------------------------------

From: [EMAIL PROTECTED]
Subject: Re: problem of error msg in linux / and sharing in samba . Urgent thx !
Date: 10 Apr 2000 10:10:28 GMT

> 2)   [2000/03/18  02:20:26 , 0 ] lib/debug.c : check_log_size(285)
>        check_log_size : open of debug file /var/log/samba/log.nmb failed -
> using console.
Check if you have /var/log/samba directory, and if it (and it's parent
directioriec) has write and execute permissions for user samba is
running as. Also check permissions for file *log.nmb* in that directory.

>       Samaber name server SERVER is now a loacl master brower for workgruop
> COMPUTER on
>       subnet 192.168.0.50

> what's it means ? it appear suddenly after a serveal times ,esp I have type
> anything for a long time (about 10 mins) , what is a local browser ??
Local master browser is a host which has a list of hosts on subnet
(probably - working ones) and which shares that list with other hosts
on that subnet. Read Samba-HOWTO, there should be more information about
that.

-- 
Micha� Miros�aw 'mirQ' [[EMAIL PROTECTED]]
LU#167871  ICQ#62673582  www.1lo.lublin.pl/~mirq


------------------------------

From: Jerome Corre <[EMAIL PROTECTED]>
Subject: replacing printk() in kernel module
Date: Mon, 10 Apr 2000 10:56:59 GMT

 hi,

I wrote a kernel module in which I use printk to display debug/error
message. however if while the module is linked to the kernel I change
the console, (e.g I linked the module from tty3 logged as root, and then
work on tty 1) the messages appears in the wrong place.
Is it possible to replace/modify printk so that message appear only on
tty3? or in a file?

also, is it possible to write at a particular position on the screen,
(i.e. change the cursor position) from a kernel module

thanks in advance for any help

Jerome

--
Jerome Corre


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: Sang Yong Lee <[EMAIL PROTECTED]>
Subject: What source should I look for VIA Mother Board
Date: Mon, 10 Apr 2000 22:01:19 +0900
Reply-To: [EMAIL PROTECTED]

Hello,

Same as subject...

I'm developing E-IDE device driver for VIA 82C686A Super IO Chip.
This chip have PCI/ISA bridge function(as a PCI function 0) and Bus
Master E-IDE Controller(as a PCI function 1).

But, sadly, I'm suffering from how I can initialize E-IDE controller..
So, I want to reference linux code especially via chip related code...

Could anybody pinpoint me where I can find via related code, especially,

VIA PCI/ISA Bridge, VIA E-IDE Controller, integrated  8259 compatible
PIC Controller in VIA..

Thank you so much..


------------------------------

From: philippe Defert <[EMAIL PROTECTED]>
Subject: how do you connect to a socket under kernel ???
Date: Mon, 10 Apr 2000 17:07:09 +0200
Reply-To: [EMAIL PROTECTED]

since two weeks , i search ... but i don't find ....

i developpe a client /server program

the server is a daemon.

And the client is a driver but i don't find the equal function as
connect()
under the kernel API.

what is the name of the function for connect to a socket under kernel.


help me please

Philippe


------------------------------

From: grant@nowhere. (Grant Edwards)
Subject: Re: how do you connect to a socket under kernel ???
Date: Mon, 10 Apr 2000 14:41:04 GMT

In article <[EMAIL PROTECTED]>, philippe Defert wrote:

>since two weeks , i search ... but i don't find ....
>
>i developpe a client /server program
>
>the server is a daemon.
>
>And the client is a driver but i don't find the equal function as
>connect()
>under the kernel API.
>
>what is the name of the function for connect to a socket under kernel.

I don't think you can.  

I'd love to be shown wrong.  

Others who've needed to do this usually have a daemon do the
'connect()' and pass the file descriptor to the driver using an
ioctl() call.

-- 
Grant Edwards                   grante             Yow!  Now that I have my
                                  at               "APPLE", I comprehend COST
                               visi.com            ACCOUNTING!!

------------------------------

From: "The Wogster" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps
Subject: Re: How compatible is Linux with .. Linux
Date: Mon, 10 Apr 2000 13:43:33 -0400


Peter T. Breuer wrote in message <8clafc$o9p$[EMAIL PROTECTED]>...
>In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]>
wrote:
>
>: Peter T. Breuer wrote in message <8ccqgp$eg2$[EMAIL PROTECTED]>...
>:>In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]>
>: wrote:
>:>
>:>: VMS, HPUX, AIX, Irix, MVS, VSE or other environment.   Heck, three
years
>:>: ago, I could have asked the same question!
>:>
>:>OK, what IS the difference between VMS and MVS, then! Apart from the
>:>first letter (of their manufacturer).
>
>: Gee now maybe a number of people can berate you on not knowing the
>: difference between a mini and big iron.....
>
>Are you personally too determined to pick a fight than to understand a
>point when it is made?  I'm asking the other person to speak up if he
>knows!  Not that I know too much here, or care.  I know just about
>the following that you quote and a bit more.


Me, I don't wish to fight with anyone, just trying to make a point, this
thread when it began, had you accusing someone of asking a "dumb" question,
because they didn't know something that you know.  Now I have allways
thought that turning the tables in that case is "fair play" :-)  'Nuf said,
I think the intended point has been received.

>
>So what is the difference between a mini and big iron then? Speak up
>... ;)


Mini's are smaller....  Of course now that a decent Micro has more power
then the initial mini's and big irons put together....

>: VMS: OS used by Digital Equipment Corporation on it's VAX series of
>: computers, these are classed as mini computers, very similar to Unix in
many
>: ways, really different in other ways.  Best feature, smooth scrolling on
>: text based terminals no less.  Could be crashed by 45 College students
>: starting a COBOL compile at the same time.
>
>Not in the classical sense of crashing.


The system required that the operator restart the system, that sounds like
crashing to me....

>: MVS: OS used by International Business Machines on their biggest iron,
the
>: only similarity to Unix is the fact that it runs multiple users and
multiple
>: tasks at the same time.  Best feature, you can actually run MVS as an
>: application under MVS (VM the other IBM Big Iron OS also has this
feature).
>: MVS (and VM) are almost totally crash proof I used to work with these
>: systems, and running for many months is common.
>
>I have run and worked under both. Both too long ago to even want to
>remember (memories of nights spent feeding tapes into the IBM 370
>between writing chess-playing programs in fortran scanned from incoming
>card decks). I never saw a crash, but planned downtime was common.


I liked the basis of the technology, if IBM would have built a micro370, and
a trimmed down version of VM/370 instead of signing on with Microsoft, we
would all be using true blue systems for this stuff.




------------------------------

From: "The Wogster" <[EMAIL PROTECTED]>
Subject: Re: How compatible is Linux with .. Linux
Date: Mon, 10 Apr 2000 13:45:47 -0400


John Alvord wrote in message <[EMAIL PROTECTED]>...
>On Fri, 7 Apr 2000 14:04:09 -0400, "The Wogster"
><[EMAIL PROTECTED]> wrote:
>
>>
>>Peter T. Breuer wrote in message <8ccqgp$eg2$[EMAIL PROTECTED]>...
>>>In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]>
>>wrote:
>>>
>>>
>>>: VMS, HPUX, AIX, Irix, MVS, VSE or other environment.   Heck, three
years
>>>: ago, I could have asked the same question!
>>>
>>>OK, what IS the difference between VMS and MVS, then! Apart from the
>>>first letter (of their manufacturer).
>>>
>>
>>Gee now maybe a number of people can berate you on not knowing the
>>difference between a mini and big iron.....
>>
>>VMS: OS used by Digital Equipment Corporation on it's VAX series of
>>computers, these are classed as mini computers, very similar to Unix in
many
>>ways, really different in other ways.  Best feature, smooth scrolling on
>>text based terminals no less.  Could be crashed by 45 College students
>>starting a COBOL compile at the same time.
>>
>>MVS: OS used by International Business Machines on their biggest iron, the
>>only similarity to Unix is the fact that it runs multiple users and
multiple
>>tasks at the same time.  Best feature, you can actually run MVS as an
>>application under MVS (VM the other IBM Big Iron OS also has this
feature).
>>MVS (and VM) are almost totally crash proof I used to work with these
>>systems, and running for many months is common.
>
>MVS under MVS is new to me (and I have been watching it since 1969).
>VM has the only virtualizing operating system in the IBM world.
>
>MVS also has a pretty good unix-posix services feature the last few
>years.
>


I have heard of MVS under MVS, so it must be technically possible, (how do
you test new patches, if production and test are on the same box,
otherwise).





------------------------------

From: Anand Krishnamoorthy <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux
Subject: Re: Versioning, Versioning,... What's the  deal?
Date: Mon, 10 Apr 2000 23:19:01 -0400


==============0C3D38D4CBA7347BFF5CBC0A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> My question is if I have a package in binary for which I downloaded from
> a web site, how can i make it
> run on any kernel version (or any version of the kernel build)

> That is a difficult thing to do, considering the fact that newer versions
> of the Linux kernel are undergoing a lot of changes during every release.
> That means that the interfaces to the kernel and the module could also
> have changed and a lot of the internals.
> You may have to read the specs for any module that you are going to use to
> find out which versions of the kernel  it is can run.

Anand .K

==============0C3D38D4CBA7347BFF5CBC0A
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>

<BLOCKQUOTE TYPE=CITE><I>My question is if I have a package in binary for
which I downloaded from</I>
<BR><I>a web site, how can i make it</I>
<BR><I>run on any kernel version (or any version of the kernel build)</I></BLOCKQUOTE>

<BLOCKQUOTE TYPE=CITE><I></I>

<P>That is a difficult thing to do, considering the fact that newer versions
of the Linux kernel are undergoing a lot of changes during every release.
That means that the interfaces to the kernel and the module could also
have changed and a lot of the internals.
<BR>You may have to read the specs for any module that you are going to
use to find out which versions of the kernel&nbsp; it is can run.</BLOCKQUOTE>
Anand .K</HTML>

==============0C3D38D4CBA7347BFF5CBC0A==


------------------------------

From: Ron <[EMAIL PROTECTED]>
Subject: Re: Q: Serial Port Programming
Date: Mon, 10 Apr 2000 13:39:36 -0400

The PC UART hardware is not capable of receiving this type of
synchronous serial data.  The manufacturer of your device probably has
an interface for it.  Otherwise you'd need to make your own interface in
hardware.  It is possible (if the baud rate is not too fast) to develop
your own interface in software.  You would need to develop an
interrupt-driven device driver using the parallel port to handle each
bit as it comes in.  It can be done--but it is quite involved!

Ron


Adi Kriegisch wrote:
> 
> Hi!
> 
> I need to read out a device which sends data over serial line from my
> linux box. Unfortunately it does not use any RS-232 Protokoll but only
> has a data-channel, a clock and a ground connected to the PC.
> 
> The Data I may recieve: (only if clock=high)
> 2 times 16 bit containing
> 1. nibble: 1110 or 1111
> 2. - 4. nibble: just numbers.
> 
> Please help,
>         Adi
> --
> Adi Kriegisch                           Systemadministrator
> Institut fuer Computergraphik    http://www.cg.tuwien.ac.at
> Tel. +43-1/58801-18677     mailto:[EMAIL PROTECTED]

------------------------------

From: Dmitri Moukhine <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Simple graphic library, HOW?
Date: Mon, 10 Apr 2000 12:08:41 -0700

Hi,
I'd like to write my own graphic library (just few simple functions
Set/GetPixel, DrawLine, PrintChar all black and white or perhaps 16
grays), the library shouldn't be complex because it suppose to be used
on PDA. Could anyone enlighten me how can I start, I have took a look
for GGI/Svgalib but I guess it's not for my case. Need I dig into X
sources or there are other approaches?
Thank you in advance.
Dmitri



------------------------------

From: David E Allen <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: generic scsi driver
Date: 10 Apr 2000 13:09:18 GMT

Is there anyone out there working with the generic scsi driver (my kernel
is 2.2.14-5.0)? The scsi driver howto was a good start, but leaves out a
lot.

My latest revelation is that the "real" scsi driver buffers a lot. I've been
writing to the disk with the generic driver and /dev/sga, and checking
results with "dd </dev/sda" - and actually not checking "results" at all,
but rather what must have been buffered much earlier. :-(

Is there a place where scsi or driver folks hang out?

Thanks.
dave allen, colorado springs

------------------------------

From: [EMAIL PROTECTED]
Subject: how to include linux/tty.h [Was: conflicting header files]
Date: Mon, 10 Apr 2000 19:33:18 GMT

On Sun, 09 Apr 2000 10:48:04 +0200 Markus Kossmann <[EMAIL PROTECTED]> wrote:

| [EMAIL PROTECTED] wrote:
|> 
|> When I get compile errors like those shown below, I wonder what is going
|> on with this.  Can anyone tell me why it is that some things have to be
|> defined in more than one place, and cannot be included from a singular
|> place that uses #ifndef to block redundancies?
| [...]
|> 
|> In file included from /usr/include/stdio.h:40,
|>                  from ttyresize.c:41:
|> /usr/include/bits/types.h:95: warning: `__NFDBITS' redefined
|> /usr/include/linux/posix_types.h:22: warning: this is the location of the previous 
|>definition
|
| Well,it seems  you are tring to compile sources designed for libc-5 on a
| libc-6 system . 
|
| On a libc-5 system, the kernel headers were integral part of the libc
| includes. But on a libc-6 system you _must_not_ use the kernel header
| files for user level programs. 
| To compile that program , you have to replace all #include <linux/*.h >
| and <asm/*.h> by their libc-6 counterparts.  

By process of elimination ... I simply deleted includes one by one until
I found the one that was including the conflicts ... which was the first
one ... I determined the conflicting include was <linux/tty.h>.  So the
question now stands, what is the appropriate libc-6 counterpart for it?

When I eliminated it, there was one symbol that was not resolved.  That
symbol is MAX_NR_CONSOLES.  It is defined in linux/tty.h.  Grepping all
the include files turns up that there is no include file that defines
this except linux/tty.h so that one has to be included either directly
or indirectly.

Of course I could just insert my own define of MAX_NR_CONSOLES, but my
whole point is that the system of header files is currently _broken_ and
I see no _official_ way to get this symbol defined that works correctly.

-- 
| Phil Howard - KA9WGN | My current boycotts: Amazon.Com, DVDs, Mattel, Sony
| [EMAIL PROTECTED] +----------------------------------------------------
| Dallas - Texas - USA | My current websites: linuxhomepage.com, ham.org

------------------------------

From: [EMAIL PROTECTED] (bill davidsen)
Subject: ne.o module - 2.3.99pre3
Date: 10 Apr 2000 19:51:46 GMT


A few notes on 2.3.99pre3:

  I wanted to compile ne2000 support as a module to use the kernel with
several systems, but it doesn't seem to link correctly. Built in the
kernel it seems to find the card okay, but it doesn't work properly,
which it did in 2.3.48. There is a shared memory whine in the log which
*may* be releated, ipcs shows a segment in use, and df shows the shm
mounted okay, so this may not be related.

  In PPP BSD compression can only be built as a module. I found the line
in Config.in, and that's deliberate. Bug or limitation?

  Perhaps a 'make clean' would be useful in the iptables Makefile, the
source I downloaded came with some dependancy (.d) files which didn't
work, and no better way to identify the problem than to slog through the
code, delete the files, and then build.

--
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
  "Doing interesting things with little computers since 1979"(tm)
The hardest test of maturity is knowing the difference between
resisting temptation and missing a once-in-a-lifetime opportunity.

------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps
Subject: Re: How compatible is Linux with .. Linux
Date: 10 Apr 2000 19:50:07 GMT

In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]> wrote:

: Peter T. Breuer wrote in message <8clafc$o9p$[EMAIL PROTECTED]>...
:>In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]>
:>: Peter T. Breuer wrote in message <8ccqgp$eg2$[EMAIL PROTECTED]>...
:>:>In comp.os.linux.development.system The Wogster <[EMAIL PROTECTED]>
:>:>: VMS, HPUX, AIX, Irix, MVS, VSE or other environment.   Heck, three years
:>:>: ago, I could have asked the same question!
:>:>
:>:>OK, what IS the difference between VMS and MVS, then! Apart from the
:>:>first letter (of their manufacturer).

: Me, I don't wish to fight with anyone, just trying to make a point, this
: thread when it began, had you accusing someone of asking a "dumb" question,
: because they didn't know something that you know.  Now I have allways
: thought that turning the tables in that case is "fair play" :-)  'Nuf said,
: I think the intended point has been received.

Somehow I don't think so, in this case, at least. Note that *I* asked the
"question" what is the difference between VMS and MVS! I'd equally
well have asked the question "what is the difference between york and
serrano ham". The point being that the difference might be of great
importance to those who care, but it (1) doesn't matter two hoots here,
because this isn't a ham newsgroup (;), and (2) I'm NOT PRETENDING TO
be a person whose company is interested in supplying us with ham.


:>So what is the difference between a mini and big iron then? Speak up
:>... ;)

: Mini's are smaller....  Of course now that a decent Micro has more power
: then the initial mini's and big irons put together....

:>: VMS: OS used by Digital Equipment Corporation on it's VAX series of
:>: computers, these are classed as mini computers, very similar to Unix in many
:>: ways, really different in other ways.  Best feature, smooth scrolling on
:>: text based terminals no less.  Could be crashed by 45 College students
:>: starting a COBOL compile at the same time.
:>
:>Not in the classical sense of crashing.

: The system required that the operator restart the system, that sounds like
: crashing to me....

Close enough.


:>: MVS: OS used by International Business Machines on their biggest iron, the
:>: only similarity to Unix is the fact that it runs multiple users and multiple
:>: tasks at the same time.  Best feature, you can actually run MVS as an
:>: application under MVS (VM the other IBM Big Iron OS also has this feature).
:>: MVS (and VM) are almost totally crash proof I used to work with these
:>: systems, and running for many months is common.
:>
:>I have run and worked under both. Both too long ago to even want to
:>remember (memories of nights spent feeding tapes into the IBM 370
:>between writing chess-playing programs in fortran scanned from incoming
:>card decks). I never saw a crash, but planned downtime was common.

: I liked the basis of the technology, if IBM would have built a micro370, and
: a trimmed down version of VM/370 instead of signing on with Microsoft, we
: would all be using true blue systems for this stuff.

Possibly. JCL was inflexible gobbledegook.


Peter

------------------------------

From: [EMAIL PROTECTED] (david a. lethe)
Subject: Re: where is the compile?
Date: Mon, 10 Apr 2000 13:28:07 GMT
Reply-To: [EMAIL PROTECTED]

On Mon, 10 Apr 2000 16:20:13 +0800, "Yangfei"
<[EMAIL PROTECTED]> wrote:

>Dear all:
>  please tell me where is the compile? I am a newer, thanks.
>best rgds
>
>
>
gcc (Gnu C Compiler)


------------------------------

From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: ne.o module - 2.3.99pre3
Date: 10 Apr 2000 16:09:57 -0500
Reply-To: [EMAIL PROTECTED]

In article <8ctbci$skn$[EMAIL PROTECTED]>, bill davidsen wrote:
>  In PPP BSD compression can only be built as a module. I found the line
>in Config.in, and that's deliberate. Bug or limitation?

Configure.help says: 

:  The PPP Deflate compression method ("PPP Deflate compression",
:  above) is preferable to BSD-Compress, because it compresses better
:  and is patent-free.
:
:  Note that the BSD compression code will always be compiled as a
:  module; it is called bsd_comp.o and will show up in the directory
:  modules once you have said "make modules".

I believe that the latter is because of patent (or some other
intellectual-property) concerns.

-- 
Paul Kimoto             <[EMAIL PROTECTED]>

------------------------------

From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: struct passwd *
Date: 10 Apr 2000 20:16:48 GMT


In article <[EMAIL PROTECTED]>,
Dan McGuirk  <[EMAIL PROTECTED]> wrote:
| bill davidsen wrote:
| >   Someone have the source for glibc handy? I don't, and I'm not going to
| > go grab it.
|
| You don't need the source, just the documentation.  From the glibc
| manual:

  I'm looking at a Redhat 5.2 man page right now, and it doesn't say
anything like that, and even warns that you can get ENOMEM if there's no
memory available to allocate.

  Oops, RH did change something, or the library implementation changed,
I checked a 6.1 machine, and it does say static, but it also reports
the same error message. Obviously you can't get a memory unavailable if
you have a static allocation, perhaps they save the result of the first
dynamic allocation and reuse it. Another case for the source code.

  Unfortunately, you really *must* know which it is, since you don't
want to free a static buffer, but if you don't free a dynamic buffer you
leak memory. Not as clear as I might hope, and possibly not the same
with all glibc versions. My 2.0.7 doesn't say static, and I think I
downloaded that.

--
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
  "Doing interesting things with little computers since 1979"(tm)
The hardest test of maturity is knowing the difference between
resisting temptation and missing a once-in-a-lifetime opportunity.

------------------------------

From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: Problem with PLIP (via laplink cable)
Date: 10 Apr 2000 20:23:34 GMT


In article <[EMAIL PROTECTED]>, Ed Carp  <[EMAIL PROTECTED]> wrote:

| This is probably where your problem lies.  PLIP needs a straight-through
| cable, and the LapLink cable has various things done to it that support
| LapLink, but will make it unsuitable.  Try getting a straight-through
| male/male cable.

  That's not the case. You have to connect output line to input lines to
transfer data. Did my first laptop install that way, either a late 1.2
or early 2.0 kernel.

--
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
  "Doing interesting things with little computers since 1979"(tm)
The hardest test of maturity is knowing the difference between
resisting temptation and missing a once-in-a-lifetime opportunity.

------------------------------

From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: Problem with PLIP (via laplink cable)
Date: 10 Apr 2000 20:26:03 GMT


In article <8ck056$1rq$[EMAIL PROTECTED]>,
Martin Kahlert <[EMAIL PROTECTED]> wrote:

| If i ping the alpha from my laptop and look at ifconfig plip1 there,
| the counter for the received packages is big (because i pinged
| it from alpha), but no packages transmitted. There are a lot
| of errors indicated in the Tx line.
| In /var/log/messages i get error messages saying something close like
| plip1: transmit timeout(1,84).
|
| The routing entries seem to be o.k.
|
| Could any kind soul explain this to me and tell me, what i did wrong?

  Will you settle for something to try? Be sure both ports are set in
standard mode, not EPP or ECP. There might be an issue with recent
drivers wanting to use DMA, or hardware flow control, or FIFO, or
whatever. That I would be lieve might work best with both ends the same.

  Keep us posted, please.

--
bill davidsen <[EMAIL PROTECTED]>  CTO, TMR Associates, Inc
  "Doing interesting things with little computers since 1979"(tm)
The hardest test of maturity is knowing the difference between
resisting temptation and missing a once-in-a-lifetime opportunity.

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.development.system) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Development-System Digest
******************************

Reply via email to