Re: Warning: Cannot allocate colormap entry

1997-06-02 Thread Kevin Hilman
[EMAIL PROTECTED] (Bruce Perens) writes:

 
  Warning: Cannot allocate colormap entry for #C0C0C0
  Warning: Cannot allocate colormap entry for default background
 

Probably running on an 8-bit display.  Netscape trys to
get lots of colors and quickly runs out with only 8-bit display.

Try

netscape -install

to make Netscape use a private colormap or put

Netscape.*installColormap:  Yes

in his/her ~/.Xdefaults.


-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: GDB

1997-06-01 Thread Kevin Hilman
Matthew Tebbens [EMAIL PROTECTED] writes:

 
 Can someone recommend a good GUI interface to GDB ?


Get 'ddd'. It's available as a debian package as well.

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Printing via TCP

1997-06-01 Thread Kevin Hilman
I'd like to have my debian box take over priting services from an
aging SunOS box.

The SunOS box is using lpd and a filter script which calles 'prtcp'
to send the print job to the printer which is hanging off the LAN and
not connected to any machine.

How do I accomplish the same under Debian 1.3.  I have lpd installed,
but can't figure how to print to a print that isn't physically connected. 
I looked into lprng, but it seems too sophisticated for my purposes

Thanks.

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Printing via TCP

1997-06-01 Thread Kevin Hilman
Bob Nielsen [EMAIL PROTECTED] writes:

  Where office is an entry in /etc/hosts for the other machine with
 the attached printer.


Thanks for the suggestion, but by problem is for a printer that is not
attached to any machine.  It's only attached the LAN via ethernet.

I need a utility (like 'prtcp') that sends files to a printer attached
to the network only by ethernet, not through a parallel port.

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X and modmaps

1997-05-27 Thread Kevin Hilman
Richard Kettlewell [EMAIL PROTECTED] writes:

 
 I'm attempting to exchange the meanings of my left CTRL key and my
 Caps Lock key, as I have recently got used to an X terminal where they


Here is the way I did it using xkeycaps:

!
! This is an `xmodmap' input file for PC 101 key keyboard #2 (Linux/XFree86 US 
layout) keyboards.
! Automatically generated on Wed Nov  6 18:32:13 1996 by khilman with
! XKeyCaps 2.31; Copyright (c) 1996 Jamie Zawinski [EMAIL PROTECTED].
!
! This file presupposes that the keyboard is in the default state, and
! may malfunction if it is not.
!
remove Lock= Caps_Lock
remove Control = Control_L

keycode 0x42 =  Control_L
keycode 0x25 =  Caps_Lock

addLock= Caps_Lock Caps_Lock
addControl = Control_L

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Source code analyzer/debugger for X

1997-05-27 Thread Kevin Hilman
What kinds of free utils are available for analyzing and trying
to figure out source code?  Preferably with a GUI.

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Weierd afterstep-1.0-3 problem

1997-05-22 Thread Kevin Hilman
I'm trying to use afterstep-1.0-3 on my Debian box (recentely 
upgraded to bo)

It installs with no complaints, but i can't run it.  
I can run it if I download and compile the source myself, but I'd like
to get the .deb working to use on multiple machines.

Here's a little look at the bizarre behavior:

bunny# dpkg -l afterstep
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersionDescription
+++-===-==-
ii  afterstep   1.0-3  A window manager with the NEXTSTEP look and 
bunny# which afterstep
/usr/bin/X11/afterstep
bunny# afterstep
bash: /usr/bin/X11/afterstep: No such file or directory
bunny# file /usr/bin/X11/afterstep 
/usr/bin/X11/afterstep: ELF 32-bit LSB executable, Intel 386, version 1, 
stripped
bunny# ls -l /usr/bin/X11/afterstep
-rwxr-xr-x   1 root root   138676 May 18 06:42 /usr/bin/X11/afterstep
bunny#


What is going on here?  what file is missing here?  

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


NIS netgroups in /etc/exports

1997-05-08 Thread Kevin Hilman
I can't get nfsd and mountd to allow NIS netgroups in the /etc/exports
file.  I can list the hosts explicitly and it works fine.  Also, NIS
works fine in all other aspects.

Both hosts can ypmatch the netgroup in question as well, and
I even tried listing the hosts in question in /etc/hosts, but to no avail. 

The NFS Server is a 486-debian box, and some of the clients will
also be debian boxes, and some will be SunOS and BSDI3.0 as well.

What am I missing here.

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: NIS netgroups in /etc/exports (Solved)

1997-05-08 Thread Kevin Hilman
 KH == Kevin Hilman [EMAIL PROTECTED] writes:

KH I can't get nfsd and mountd to allow NIS netgroups in the
KH /etc/exports file.  I can list the hosts explicitly and it works
KH fine.  Also, NIS works fine in all other aspects.

I figured out the problem.  When mountd looks up the IP address
of the client, it comes back with the FQDN 
(i.e hostname.ee.washington.edu).  In the netgroup, the hosts are just
listed by hostname only (no trailing .ee.washington.edu).

Is it proper or common or more secure to list the FQDN in netgroups?

-- 
Kevin Hilman -- [EMAIL PROTECTED]
Sysadmin - Image Computing Systems Lab - U of Washington
PGP public key at http://icsl.ee.washington.edu/~khilman/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .