Re: Fonts in GTK

2001-09-16 Thread Tom Marshall
On Mon, Sep 03, 2001 at 10:47:40PM -0400, Hall Stevenson wrote: * J. D. Kitch ([EMAIL PROTECTED]) [010903 19:16]: I had a working GNOME install from Woody. I just updated to Sid, and everything seemed to go quite nicely, but now in GNOME, or rather anything that uses GTK, I see only a bunch

Re: WaveLAN Encryption

2001-03-27 Thread Tom Marshall
Do you have the wireless tools (iwconfig, etc?) Try here: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html The 'key' option to iwconfig is what you're looking for. More links can be found here: http://www.seattlewireless.net/index.cgi/WirelessSoftwareLinks On Tue, Mar 27, 2001

Re: 'setxkbmap dvorak' not working

2001-03-25 Thread Tom Marshall
On Sat, Mar 24, 2001 at 03:51:29PM -0600, Adrian Kubala wrote: On Saturday 24 March 2001 03:29 pm, you wrote: My initial thought was that 'setxkbmap' was failing because you didn't use the -layout switch, but 'setxkbmap [dvorak|us]' works fine here. Sorry I can't be of more help. I know

Re: 'setxkbmap dvorak' not working

2001-03-24 Thread Tom Marshall
I use the XF86Config file to set dvorak mode with XFree86 3.3. Here are the relevant lines from the keyboard section in /etc/X11/XF86Config: Section Keyboard ProtocolStandard AutoRepeat 500 30 XkbModelpc102 XkbLayout dvorak XkbKeymap xfree86(us) EndSection If

Re: laptop boot image?

2001-03-05 Thread Tom Marshall
I've had Debian on my Portege 3025 for nearly two years. The initial install was a bit rough because it wouldn't boot from Slink boot disks. I had to use loadlin from a WinDOS98 partition. The Potato boot disks seem to work fine, at least on this machine. A search at

Re: [OT] vmware / boot floppy

2001-03-04 Thread Tom Marshall
I installed Potato under VMWare 1.x a while back and I recall having to use the 'safe' boot disk. On Sat, Mar 03, 2001 at 12:47:51PM -0600, ktb wrote: I'm trying to set up vmware in order to test debian boot floppys. VMware installed fine on slink, 2.4.1 kernel. The problem I'm having is

Re: Sound for onboard VIA chipset?

2001-03-04 Thread Tom Marshall
Use ALSA, it works beautifully. On Sat, Mar 03, 2001 at 04:49:59PM -0500, Jeffrey Nowakowski wrote: My motherboard has a builtin sound card using the VIA VT82C686A chipset, but when I try to load sound support with: # modprobe via82cxxx I get the following:

Re: Ho switch foreign keyboard?

2001-01-29 Thread Tom Marshall
I put this in my .bashrc ... function aoeu() { if [ -n $DISPLAY ]; then setxkbmap -layout us; else loadkeys /usr/share/keymaps/i386/qwerty/us-latin1.kmap.gz; fi; } function asdf() { if [ -n $DISPLAY ]; then setxkbmap -layout dvorak; else loadkeys

Re: RPC services - bind to 1 ip?

2001-01-26 Thread Tom Marshall
This might help get you started or give you some ideas. # # somewhere in the initscripts after portmap and nfs are running ... # perhaps in /etc/init.d/nfs-kernel-server # IFACE=eth1 NFSPORT=`rpcinfo -p | awk '/udp.*nfs$/ { print $4; }'` ipchains -A input -i $IFACE -p udp --destination-port

raidtools on sparc

2001-01-21 Thread Tom Marshall
I cannot seem to get the raidtools working on a sparc. I was hoping that someone here could help out. Before I start, let me note that I've been using Debian with raidtools on several x86 machines for quite some time without any troubles. The machine is an Ultra 2 Enterprise (sun4u, SBUS,

Re: How to get a Netmeeting conection through a firewall

2001-01-15 Thread Tom Marshall
Your best bet is to convince your network administrator to use masq modules for these things. I believe netmeeting uses H.323. I remember seeing an H.323 module at http://ipmasq.cjb.net/. I just wrote a microsoft messenger module yesterday (what a coincidence!) You should be able to login

Re: mutt question

2001-01-10 Thread Tom Marshall
I recently switched to mutt after using pine for a couple of years. I had never really tried it before and the comments here persuaded me to give it a shot. I also use procmail to filter my mail. Here's some things that I've done over the past couple of days to make reading mail more pleasant:

Re: DSL vs. cable and LAN options

2001-01-08 Thread Tom Marshall
Is there a general disapproval from service providers regarding servers? I wasn't planning on a news server, but I do have a web server and ftp server (in addtion to sshd) on my machine. If possible I would also like to run a mailing list. I think that in general, the cablemodem providers

Re: not getting all mail

2001-01-08 Thread Tom Marshall
Sounds like there's a fetchlimit being set somewhere. Do the remaining messages get fetched if you run fetchmail again? See man fetchmail and look for 'fetchlimit' and similar. --- The most effective Windows NT remote management tool? A car. On Mon, 8 Jan 2001, cls/cs wrote: debs,

Re: DSL vs. cable and LAN options

2001-01-07 Thread Tom Marshall
I don't have any experience with DSL, but I can tell you about the ATT @home setup. Most of the networking stuff should apply to either, but you should *insist* on an external adapter with a ethernet connector to your box. I've been using a 5x86-133 machine for my linux masq gateway for about 4

Re: help debugging a compiler error (cpp)

2001-01-05 Thread Tom Marshall
And mine... fennywood:/usr/src# update-alternatives --display cc cc - status is auto. link currently points to /usr/bin/gcc /usr/bin/gcc - priority 20 slave cc.1.gz: /usr/share/man/man1/gcc.1.gz Current `best' version is /usr/bin/gcc.

Re: Proxy servers in Linux

2000-08-14 Thread Tom Marshall
The question is a bit vague, but I would suggest looking at rinetd. On Mon, 14 Aug 2000, Kelly Corbin wrote: Any one know how to set up a proxy server for a particular port in Debian? Couldn't find any info in the archives. Any help would be appreciated. Thanks! Kelly Corbin --

Re: @home network

2000-08-05 Thread Tom Marshall
I just got an @home cablemodem last weekend and I've been running ipmasq for quite some time over a normal dialup. The short answer is that you can connect as many computers through your service as you like, using only one IP address, and you don't really need two ethernet cards in any of the

Re: @home network

2000-08-05 Thread Tom Marshall
The third number in each of the addresses below should be 1, not 10. Sorry about the typos. ipchains -A forward -s 192.168.10.0/24 -d ! 192.168.10.0/24 -j MASQ Configure the machines A, B and C with their gateway set to 192.168.10.1 and setup their DNS, and your should be set.

Re: xterm and shell behaviors

2000-08-04 Thread Tom Marshall
The system defaults for X apps are under usr/X11R6/lib/X11/app-defaults. The user preferences are read from ~/.Xresources and/or ~/.Xdefaults. The preferences for colors and what to do with ^G (the beep) can be set in these files. The manpages for xrdb and xterm should be helpful also. To save

Re: Debian in Academic and Public Organisations

2000-08-04 Thread Tom Marshall
My only concern is that these are x86 machines, not Sparcs. My experience is that Linux does not run as well as Solaris on the Sparc platform. Specifically, RedHat 6.1 on a SUN4U box doesn't seem to play very nice with the SCSI controller and the entire machine pauses for noticeable periods

Re: simple language for pop-up messages in X?

2000-08-01 Thread Tom Marshall
Try using xmessage, eg. if [ $new_mail_received ]; then xmessage New Mail fi On Tue, 1 Aug 2000, Brian Stults wrote: Hi, Not entirely debian related, but... Can someone recommend a simple language that I could use to write a pop-up message program for X? I would like to be notified

Re: Matrox G400 not supported in kernel?

2000-07-25 Thread Tom Marshall
Here is my lilo.conf: boot=/dev/hda root=/dev/hda1 compact install=/boot/boot.b map=/boot/map delay=20 vga=normal image=/boot/vmlinuz-2.2.16 append=video=matrox:vesa:0x192 ^

Re: Matrox G400 not supported in kernel?

2000-07-24 Thread Tom Marshall
Here is the console section from make menuconfig in my 2.2.16 kernel: [*] VGA text console [*] Video mode selection support MDA text console (dual-headed) (EXPERIMENTAL) [*] Support for frame buffer devices (EXPERIMENTAL) [ ] Permedia2 support (experimental)

Re: Matrox G400 not supported in kernel?

2000-07-21 Thread Tom Marshall
Sure, it works fine. matroxfb: Matrox unknown G400 (AGP) detected matroxfb: MTRR's turned on matroxfb: 1152x864x16bpp (virtual: 1152x7280) matroxfb: framebuffer at 0xE200, mapped to 0xd0005000, size 16777216 Console: switching to colour frame buffer device 144x54 fb0: MATROX VGA frame buffer