Re: debian-disent

1997-09-22 Thread Dr. Daniel Mashao
On Mon, 22 Sep 1997, Martin Str|mberg wrote: > According to Arthur Jerijian: > > Er...I immediately unsubscribed from that list because of all the negative > > energy that it conveyed. Although I can't recommend it, you can try > > sending subscription requests to [EMAIL PROTECTED], or if that >

Advice printing on a network Laserjet 4L

1997-10-01 Thread Dr. Daniel Mashao
I have read all the man pages and HOWTO but I still have a problem printing on a novel network laserjet. I have finally found a way to print postscript documents but I cannot print plain text or dvi format. Any ideas? // D

Re: Advice printing on a network Laserjet 4L (fwd)

1997-10-01 Thread Dr. Daniel Mashao
On Wed, 1 Oct 1997, Pete Harlan wrote: > Some folks run into the problem that none of their input filters get > used because lpd expects that the remote system will do the input > filtering. Since your remote "system" is the printer itself, there's > nowhere to specify an input filter (e.g., mag

Nuisances with Ethernet network.

1997-10-07 Thread Dr. Daniel Mashao
Hi, My /var/log/messages file grows by leaps and bounds all because it keeps getting the following message Oct 7 16:54:03 vitasat kernel: eth0 EtherII and eth0 802.2 Oct 7 16:54:21 vitasat kernel: IPX: Network number collision 53 Oct 7 16:54:21 vitasat kernel: eth0 EtherII and e

Gcc prints NAN for floats that are not NANs

1997-10-07 Thread Dr. Daniel Mashao
I have ported some code from Sparc to Intel. The code works fine except it prints NaNs for some floats that are not NaNs at all. One of my co-workers suggested I run the same code (of course compiled) on FreeBsd and see if the NaNs appear. The FreeBsd code does not produce the NaNs. I have searched

Re: Gcc prints NAN for floats that are not NANs

1997-10-08 Thread Dr. Daniel Mashao
On Wed, 8 Oct 1997, E.L. Meijer (Eric) wrote: > Dunno if I may call myself an expert, but something that would really > help in diagnosing the problem, is to try to reduce the code to a small > code snippet that produces the problem. It is hard to comment without > seeing any actual code. The si

Re: Nuisances with Ethernet network.

1997-10-08 Thread Dr. Daniel Mashao
On Wed, 8 Oct 1997, Craig Sanders wrote: > btw, what does 'cat /proc/net/ipx_route' and 'cat /proc/net/ipx_interface' > look like? vitasat % cat /proc/net/ipx_route NetworkRouter_Net Router_Node 0053 Directly Connected vitasat % cat /proc/net/ipx_interface NetworkNode_Address

Re: Nuisances with Ethernet network.

1997-10-08 Thread Dr. Daniel Mashao
On Wed, 8 Oct 1997, Craig Sanders wrote: > try setting different IPX network numbers for the Ethernet_II and 802.2 > frame types. see /etc/ipx.conf and the man pages in ipx package: > ipx_interface(8), ipx_internal_net(8), ipx_route(8), and ipx_configure(8). > more info can be found in the /usr/

Re: Gcc prints NAN for floats that are not NANs

1997-10-10 Thread Dr. Daniel Mashao
On 9 Oct 1997, Douglas Bates wrote: > > Another thing to try is explicitly setting the floating point control > word to the IEEE standard. Some older versions of the C libraries set > the floating point control word to a non-standard value. That can > affect the production and detection of NaN'