Re: Microchannel architecture support

1998-09-22 Thread Bob Clark
I am running Debian on two Model 77's with MCA SCSI, IDE, NIC, and Xfree86 all working perfectly. I had to put 'append="fdomain=0x140,5,ibm"' in /etc/lilo.conf to boot from the SCSI disk. Although I now use a custom built kernel, my memory is that the distributed kernel worked as long as I specif

Re: Question

1998-02-26 Thread Bob Clark
You should be able to put it on a floppy under and later mount the floppy on your linux machine. Try "mount -t msdos /dev/fd0 /mnt" and then install from /mnt. Erik Rodríguez wrote: > > Hello: > > Can anybody help me? > > I have Windows NT Workstation and Debian Linux installed on my computer

Re: Setting up Anon FTP?

1998-02-26 Thread Bob Clark
Just install wu-ftpd and type "addftpuser" Richardson,Anthony wrote: > > Maybe installing wu-ftpd will solve the problem then? I was trying > to set things up by man according to the man page. I'm still > curious as to what I need to set up for chroot to work. > > Tony > > -Original Mess

Re: Problem

1998-03-03 Thread Bob Clark
I think the kernel must reside in a partition below cylinder 1024. The LILO manual (/usr/doc/lilo/Manual.txt.gz) provides a detailed description. --Bob > Javier Leyba wrote: > > Hi > > I'm trying to install a Linux version 2.0.29 on my PC with > the following configuration: > > Motherboard So

Re: DE-660 PCMCIA Card problems

1998-03-03 Thread Bob Clark
You're getting close. It appears that you have customized your kernel and now you need to downlod the pcmcia-source package and recompile it too. You are probably trying to load pcmcia modules that were built to be compatible with the stock kernel image. Follow the directions in /usr/src/modules

Re: How to remove Boot block

1998-03-03 Thread Bob Clark
Pascal MIQUET wrote: > > I've install Linux with LiLO as super boot block. > > I'd like to change it and make only LiLO for my LiNUX partition. > > How can I remove this kind of information on ms SCSI PS/2 boot disk ! > > Thanks for your help. > I don't understand what you are asking. Post yo

Re: wtmp upgrade problems

1998-03-03 Thread Bob Clark
Paul McDermott wrote: > > Hello everybody, I am having problems with some programs after the bo to > hamm upgrade. when I use last or any other commands that use the file > wtmp. I have some problems, ie last does give me garbage for people > logged in. The other problem is that wtmp does not u

hwclock fails on some "unstable" machines

1998-03-03 Thread Bob Clark
I have three machines running hamm. Two of them produce the error "mktime() failed unexpectedly (rc -1). Aborting." when I run hwclock. The same version of sysvinit: bash# dpkg -l sysvinit Desired=Unknown/Install/Remove/Purge | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-inst

Re: e2fsprogs

1998-03-03 Thread Bob Clark
Bob Hilliard wrote: > > I have just upgraded to e2fsprogs 1.10-11, and no they ARE the > same file. Sorry to bother you about a non-current version! > > bob:vc-2:bob>ls -li /sbin/mkfs.ext2 > 86036 -rwxr-xr-x 2 root root17116 Jan 29 12:56 > /sbin/mkfs.ext2* > bob:vc-2:bob>ls

Re: What's the cheapest SCSI board supported?

1998-03-21 Thread Bob Clark
Glenn, Here's the cheapest I've seen. Works well under Debian Linux too. Should be fine for your tape drive but you need to provide your own cables. http://www.onsale.com/category/inv/0294/00395989.htm This link is only good until Sat Mar 21, 1998 11:15 am PST but they have had them availa

Re: 2 questions

1998-03-24 Thread Bob Clark
Concerning your first question, you ought to look at the "mirror" package. It takes care of the cleanup task for you. --Bob Paul McDermott wrote: > > hello everybody thank you for all of your help. I am using wget to > mirror the debian site or part of it anyways. My question is this: Is > th

Re: Linux wont boot anymore

1998-03-31 Thread Bob Clark
Did you install an internal modem when things quit working? I've seen internal modems that cause this exact problem. Never did figure out why :(. The modem I tried had both jumper selectable IRQ and I/O Port settings but could be made to respond as a Plug'n'Play device too by jumper settings. I

Re: mounting linux drive on dos/win95

1997-12-22 Thread Bob Clark
Rick, Check out ext2tool_1_1.zip from sunsite.unc.edu or login.dknet.dk/pub/ct. It provides a collection of DOS programs that allow you to read a Linux ext2 file system from DOS. --Bob Rick wrote: > > Hi, > can i mount the hd partitions used by linux to folders on dos/win95 (in a > similar way

Re: Problem with a new Mach64 3D Xpression 2MB

1997-12-24 Thread Bob Clark
Dirk Eddelbuettel wrote: > > I am trying to set up a new machine for someone else. The machine came with > an ATI 3D Xpression 2MB card. > > Using Debian 1.3.1, I can't get any X11 server other than vga16 to work. The > Mach64 server seems to splits the screen vertically a couple of times. X > -

sliplogin problem

1998-01-04 Thread Bob Clark
I have two Debian boxes connected with a nullmodem cable. The first unit is connected to my ISP using a modem and ppp. I want the second box to use the first as a gateway. sliplogin/slattach seems like what I want but I get the following when I run sliplogin: attaching slip unit sl0 for Ssolo

Re: Weird /tmp permission/ownership problem

1998-01-06 Thread Bob Clark
Have you used tar to restore files lately? Don't forget to use the -p option or set your umask to zero when restoring from a tar archive. Alexander Stavitsky wrote: > > I'm using relatively current hamm. > All of a sudden my /tmp is owned by user 1000, group 1000 permission 755 > That led to di

Re: diskless workstation?

1998-01-06 Thread Bob Clark
Rob, I have a laptop with no hard drive that boots from the floppy and automatically nfs mounts its filesystems from a Sun Solaris machine using "yard". Yard is not yet a debian package but is available from the usual places. --Bob Rob wrote: > > I have a spare 486 that I would like to utilise

Re: Network config -- slip + null modem

1998-01-26 Thread Bob Clark
I needed the same thing recently and someone on this list kindly posted this solution. Put this on both machines in /etc/ppp/options.ttyS0 and then type pppd ttyS0 on both sides. I'm assuming that you are using the first serial port (ttyS0) on both computers here. 'bobspc' will then have two ppp

Re: ATI Xpression support

1998-02-12 Thread Bob Clark
I'm using the Mach-64 xserver successfully with my 2M ATI card. Just install it from the Debian x11 section. --Bob Martin Madlik wrote: > > Hi everybody, > I have small problem with great card. Don't you know which Xserver support > ATI Xpression with 4 MB well ? > And where should I get i

Re: freedos

1998-02-17 Thread Bob Clark
Have you tried using isapnptools to configure your pnp cards under Linux yet? It actually works quite well in most cases. Although you should consider switching to Debian, the tool is available via ftp. See the FAQ at: http://www.roestock.demon.co.uk/isapnptools/isapnpfaq.html >From the Debia

Re: dselect error (more)

1997-03-07 Thread Bob Clark
Andreas Tille wrote: > > Under the subject: dselect error > I posted some odd things. > > Now a further question: After the emergency stop caused by errors > dselect asks, if I want to delete the installed stuff. I said yes > and now I get messages of the type: > > leaving: stable/.../package.de

Re: dselect error (more)

1997-03-07 Thread Bob Clark
Andreas Tille wrote: > > On Thu, 6 Mar 1997, Bob Clark wrote: > > > It is "leaving" packages that were *not* installed. Things like pakages > > that were present before this instance of deselect. > This is what I read on my screen, but to leave a package whic

Re: zsh vs bash

1997-03-09 Thread Bob Clark
This is *not* a flame. This list is kind of touchy lately. It's just that I'm a big fan of bash (with vi editting mode instead of emacs) and if there's a better shell out there I'd like to give it a try. It just doesn't sound like zsh has anything to offer that bash doesn't. Comments anyone?

Re: pine producing gratuitous folder locks

1997-03-09 Thread Bob Clark
David C. Winters wrote: > > > On Fri, 7 Mar 1997, David C. Winters wrote: > > > Today, I started getting running into a problem with Pine 3.94--it began > [Del.] > > On Fri, 7 Mar 1997, Pete Templin wrote: > > Are the permissions on the /tmp directory correct? (1755, which looks > > like drwxrwx

Re: Down Loading

1997-03-09 Thread Bob Clark
Pete Poff wrote: > > Hi, > the service that I use to get onto the internet only allows me 1 > hour at a time, then I have to quit and log back on. There are somefile > that are like 7 meg, and take 1 1/2 hours to download and the service I > use kick me off after 1 hour. How could I

Re: diald and dctrl

1997-03-11 Thread Bob Clark
Richard Morin wrote: > > Hi Folks, > Does anyone know what the "forcing timeout" box means in dctrl? dctrl > doesn't run every time, but when it does, it has a countdown going on in > the "forcing timeout" box. To me, this means it is forcing the link down, > but how do I stop it from doing this

Re: zsh vs bash

1997-03-12 Thread Bob Clark
Here are two ways I know of: 1) echo "set editing-mode vi" >> ~root/.inputrc 2) exec bash -o vi --Bob James W. Lynch wrote: > > - Received message begins Here - > > This subject brings up a question I've had for a long time. Bash appears > to be the shell that I get when I

Re: wu-ftpd

1997-03-02 Thread Bob Clark
I did the same thing you're doing and had problems too. Then I discovered "addftpuser". Either delete or rename your ftp tree (/home/ftp?) and run addftpuser as root. All the required files, links, and libraries will be automatically setup for you. Then you can populate the new tree with files

Re: X install under 1.2

1997-06-16 Thread Bob Clark
--[snip] > Quite logical. It occured during configuration of SVGA for Cirrus 542x > chipset. > > Looking at the error log from the last attempt is another clue - "SVGA: > 'cldg5429' is an invalid chipset." This should be clgd not cldg! If this was just a typo in yo

Re: X problem after update from REX to BO (detailed error messages now)

1997-09-25 Thread Bob Clark
Looks like you're missing the FontPath line(s) in the "Files" section of /etc/X11/XF86Config. Try man XF86Config. Andy Spiegl wrote: > > According to Steve Hsieh <[EMAIL PROTECTED]>: > > I encountered the same problem. Doing a > > > > mkfontdir /usr/X11R6/lib/X11/fonts/* > > > > seems to

Re: How can I check package integrity?

1997-09-01 Thread Bob Clark
Oliver Elphick wrote: > > Having recovered from a corrupt filesystem due to power failure - thanks > to those who assisted - I still have a lot of files in lost+found. > > Some of them obviously belong to packages like tetex, but I can't identify > others. I would like to run through the list of

Re: Fixing Bad Blocks

1997-10-20 Thread Bob Clark
You need to create a file containing the block numbers of the bad blocks. The badblocks program should work. Then run e2fsck -L on the *un-mounted* filesystem. See the manpages for badblocks and e2fsck. You may still need to re-make the filesystem on the affected partition. I would repeat e2fs

Re: Where is Navigator .deb file?

1997-11-02 Thread Bob Clark
Adrian Monk wrote: > > I read somewhere in this group that there is a .deb file of Navigator > 4.03, have hunted high and low at the Debian and Netscape ftp sites, > but can't find it. Can someone give a pointer to where it is? > > TIA > > Adrian Monk > Download "communicator-v403-export.x86-u

Re: Laptop Monitors

1997-11-14 Thread Bob Clark
Try specifying chipset clgd5436 in place of 754x. It worked for me on a Gateway Solo2100 laptop with a 7548. Here's my XF86Config: # This file is derived from Gordon Chaffe's ([EMAIL PROTECTED]/Berkeley.EDU) # web page http://bmrc.berkeley.edu/people/chaffee/index.html#xfree86_cirrus # # This wo

Re: no write permissions for /tmp

1997-11-19 Thread Bob Clark
Did you perhaps restore from backup? If for example you use tar, permissions on files created (including /tmp) are affected by umask. Root's default umask is 022 which blocks out write permission for group and others. Two ways to avoid this are: set umask to zero before restoring or use the -p o

Re: X startup problems

1997-11-23 Thread Bob Clark
If startx doesn't work neither will xdm. When you say you used startx "like you're used to" do you mean after you installed Debian or under some other Linux disribution? If you have had startx work with Debian then you need to figure out what happened to make X stop working. If you get startx wo

Re: X startup problems

1997-11-25 Thread Bob Clark
[EMAIL PROTECTED] wrote: > > Thanks for the help, guys. Seems I hosed the file I created with > xf86config during the installation. Re-ran that, added the line below, > and that fixed the problem. Now if I could find a replacement for that > ghastly login screen... You can design your own logi

Re: Commands Manual

1997-11-25 Thread Bob Clark
Gertjan Klein wrote: > > Remco Blaakmeer <[EMAIL PROTECTED]> wrote: > > > I think his needs are far more basic than that. He seems to be wanting a > > list of utility-names, as most first-time Linux users (including me) want. > > There are not many things more frustrating than thinking "I know

Re: Xlock questions

1997-11-30 Thread Bob Clark
David S. Zelinsky wrote: > > I have some questions related to xlock: > [ snipped questions 1-3 ]--- > > 4. Is there a way to get xlock to activate itself automatically, after a > specified amount of idle time? If not, is there some other screen saver that > will do this? Or

Re: PnP modem woes continue, IRQ never fires for modem

1997-12-03 Thread Bob Clark
Charles Read wrote: > > > Another test-- can you use the modem with one of Windows' > > "Standard 28800 modem" type drivers, or do you have > > to use on specifically for your modem? > > A tech-support person at Cybermax Computer, which > built my system, just told me that all of their 56K modems

Re: What happened to fvwm95.

1997-07-02 Thread Bob Clark
-[snip] :> :> Anyway, the "old" system.fvwm2rc95 is somewhere in :/usr/doc/fvwm95//system* :> : :I didn't mean old, old, but my old fvwm2rc95 for menu had the taskbar, :and :had decent colors. This new one was black, no taskbar, and the pop up :menus were hard

Re: Installing Debian and PCMCIA

1997-07-03 Thread Bob Clark
Mark Phillips wrote: > > I want to install debian on a laptop. The Debian installation guide > has a > section called "Configure Device Drivers". In it it says: > > There is a menu selection for PCMCIA device drivers, but you need not > use > it. Once your system is installed, you can install

Re: Sound problems

1997-07-03 Thread Bob Clark
Luka Pravica wrote: > > Hi everybody, > > I am using Debian since two months. Last week I decided to make use of > my > Soundblaster and I downloaded and compiled Kernel 2.1.43. Everything > went > fine until I tried it out. > > Some thing are working and some are not. I can use Xcdplayer or > X

Re: Netscape Communicator 4.01b6 works fine

1997-07-04 Thread Bob Clark
Philippe Troin wrote: > > Well I still get: > ERROR: File not found > Cant load plugin /usr/local/lib/netscape/plugins/libnullplugin.so. > Ignored. > ERROR: File not found > Cant load plugin /usr/local/lib/netscape/plugins/libnullplugin.so. > Ignored. > > But the files are there... > Whatever, it

Re: PnP ( ie: Modem )

1997-07-06 Thread Bob Clark
Keith Knipschild wrote: > > Iam Very new to the UNIX/LINUX OS.. > > I installed and setup Debian Linux, But I would like > to setup my PnP Modem.. > > Is there any software to help me ? Have you tried to set it up at all yet? Some PnP modems will work if you simply use the ioport and irq setti

Re: Netscape: How about some Unix instructions

1997-07-07 Thread Bob Clark
jim wrote: > > Netscape doesn't include any instructions for setting up helper > apps. w/ unix. For example, I want to run VRML directly from > netscape. Great! So, I go to preferences/Navigator/Applications > and create a new mime-type called x-world/x-vrml. I then tell it that > this is for

Re: Netscape: How about some Unix instructions

1997-07-07 Thread Bob Clark
w Debian package is now in Incoming. Carey Evans wrote: > > Bob Clark <[EMAIL PROTECTED]> writes: > > [snip] > > > Bash incorrectly considers (( to be an > > arithmetic expression introducer when really, it's $((. > > That's strange, since b

Re: Netscape: How about some Unix instructions (fwd)

1997-07-10 Thread Bob Clark
Matthew C. Thompson wrote: [ snip]-- > This is fixed in bash-2.01 which has not yet been > debianized. You can bash-2.01 from /pub/gnu at your > favorite mirror. > > This bug has already been documented. > See http://www.debian.org/Bugs/db/10598.html > > --Bob > > *

Re: cp command

1997-07-15 Thread Bob Clark
Syd Alsobrook wrote: > > Really easy > > The best way to copy a directory tree from one drive to another is > > cp -pr /usr /hd > > Thanks > > Syd > Hmm... The _best_ way? I not so sure. Like most things in *nix where there are lots of ways to get the job done there is usually not a

Xfree86-3.3 and S3V

1997-07-17 Thread Bob Clark
A couple of months ago I convinced a friend ([EMAIL PROTECTED]) to change over from slackware to debian; and in turn convinced some other people to do the same. He was impressed (as I knew he would be) with debian until... he upgraded to Xfree-3.3, now X no longer works. He's got an S3V card and

Re: Year 2000

1997-07-19 Thread Bob Clark
Ralph Winslow wrote: > > Syd Alsobrook wrote: > > > > Just a curious question, does anyone know if linux in general and > Debian in > > particular are year 2000 compliant? > > We're OK until 2017 (and since I'll surely have a 64-bit system by > then, > 'til hell freezes over) for 32-bit systems.

Re: Netscape and ical printing problems with gs-aladdin

1997-07-21 Thread Bob Clark
Johann Spies wrote: > > Hallo, > > After I installed gs-aladdin, the lpr-command wil not work from > netscape > or ical. Printing of ps-files produced by dvips have no problems. > > My printer just print something about an "Unrecoverable error: > invalidexit > in .stop Operand stack: tru Times

Re: Gcc errors while compiling #com updated driver 3c59x.c

1997-07-21 Thread Bob Clark
David M wrote: > > Dear listmembers, > > Thanks alot for your help. The split command worked like a beauty! > :-) > > I installed gcc (+ the required package cpp and a few other suggests > nad > reccomends). > > Now the problem is the following: > > In the source code of the patched/updated d

Re: Signal 11... Its Back

1997-07-28 Thread Bob Clark
You may want to look at http://www.bitwizard.nl/sig11/ Walter L. Preuninger II wrote: > > I recently recieved my i-Connect Debian 1.3 cd (binary only), and > recieved > the signal 11 internal error in cc1. > gcc is 2.7.2.1-8 > kernel source is 2.0.30 > > This happens on a P166 with 48M and a P10

Re: Host/nslookup, sendmail, bash

1997-07-28 Thread Bob Clark
Tessa Lau wrote: > ---[ snip ]- > > One more question: bash 2.0 doesn't appear to understand a command > line > which worked in bash 1.14: > > % /bin/bash -c '((xli foo.gif); echo bar) &' > /bin/bash: -c: line 1: missing closing `)' for arithmetic expression > /bin/ba

Re: hamm and compiling.

1997-08-20 Thread Bob Clark
Tim Sailer wrote: > > On 1 machine I have, I'm running hamm... updating daily. Real bleeding > edge. I have a problem with compiling a program that I don't > understand. > > Here is the error: > > gcc -g -ansi -pedantic -Wall -I./../include -I../include ^

Re: lpr filter setup

1997-08-20 Thread Bob Clark
Have a look at either apsfilter or magicfilter Debian packages. Markus Diesmann wrote: > > Hi, > > I would like to setup the printcap entry of my hp550 printer > such that ghostscript is called automatically to convert the > PostScript input to the printer language. > It does not have to be smar

Re: reading mail locally

1997-08-27 Thread Bob Clark
Sounds like a job for fetchmail. Will Lowe wrote: > > Ok, again, now that I'm back at school, I'd like to have all my > email/news reading be local, on my debian box, rather than on the > central servers. I can forward mail via .forward or .maildelivery (on two > different systems). > > Th

Re: Changing mouse buttons in Xterm

1997-08-28 Thread Bob Clark
[EMAIL PROTECTED] wrote: > > How does one change mouse button assignments in Xterm? Is there an > initialization file somewhere? I have read the man page, but couldn't figure > this out. The default for the paste function for selected text is mouse > button > # 3, but I only have a 2 button mo

Re: Time Tracking Tool ...

1997-08-30 Thread Bob Clark
The name of the package is worklog. Toens Bueker wrote: > > Hi *, > > somebody - I guess it was Christoph Lameter - recently > announced a tool, which he used to keep track of the time > spend on different projects. The description looked very > interesting, but I lost the message and although I

Re: Disk partitioning

1997-01-01 Thread Bob Clark
Gary, FIPS runs under DOS. I have used it to install slackware on two different platforms. It worked great for me, just make sure you follow the directions. FIPS should be at sunsite: /pub/???/distributions/slackware/install/FIPS Gary Gifford wrote: > > I am slowly getting around to a Debian

Re: Unidentified subject!

1997-01-01 Thread Bob Clark
ping response can be handled by network hardware without OS running. Ioannis Tambouras wrote: > > GOOD YEAR everyone, > > After host plato is halted, I ping it from another host on the > same ethernet. Plato responds with echo replies! > Both hosts are on debian 1.2 . > > Maybe something is wro

Re: PPP and Mount

1997-01-07 Thread Bob Clark
Thomas T. Veldhouse wrote: > > Help. > > I am a new Linux user, and fairly non-fluent with UNIX also. I am aspiring > though. Anyway, I am going through pure agony trying to get my version of > Linux running. > > I thought I would try to do a FTP install, but I can't get it to dial out. > I do

Re: Is there a Diald Guru in the House?

1997-01-08 Thread Bob Clark
Is the nameserver daemon "named" running? Is /etc/resolv.conf setup with your ISP domain name and DNS addresses? Kevin Traas wrote: > > I'm trying to get Diald cofigured on my Linux 1.2.1 box and am running into > some problems I'm hoping you can help me with. > > Here's what I'm experienc

Re: Gravis Ultrasound PnP sound card, How to make work with debian ?

1997-01-10 Thread Bob Clark
You might get it to work with isapnptools-1.8.tgz from: ftp.redhat.com/pub/pnp/utils --Bob Stan Brown wrote: > > I asked around a little, and decided to buy a Gravis Ultrasound card > for my debian machine. It turns out to be a PnP device. > > Setting the kernel up to ha

Re: Inexpensive color printer experience

1997-01-12 Thread Bob Clark
I have a Canon BJC-4100 color printer that sells for between $200-300. I've been using it for several months now with slackware using APSfilter and Aladdin ghostscript. Prints all postscript files painlessly. You just lpr foo.txt or foo.ps and APSfilter decides what needs to be done. Actually A

Re: using .rhosts?

1997-01-13 Thread Bob Clark
Is you user-id (number in /etc/passwd) the same on both machines? --Bob Benedikt Eric Heinen wrote: > > Hi there, > > there's one problem that arose on my two debian machines at home, that I > noticed a couple of days ago, but I can't find a solution yet... > > I am mainly working on the '

Re: DNS

1997-01-15 Thread Bob Clark
Is "named" running? Ralph Winslow wrote: > > Having finally got pppd working, I tried to deselect using ftp to load > up some more goodies (i.e. netscape) but found that the ftp connection > failed. Upon running ftp ftp.debian.org, I got a message to the effect > that the site was unknown to the

Re: test

1997-01-15 Thread Bob Clark
Emails won't be posted if you don't cc the list. ...or is this stating the obvious? Roger Endo wrote: > > just testing... > why do some of my emails not get posted? > > -- > ~~ > Roger Endo > President, Warp 9 Technologies LLC > SB

Re: PostScript without PS printers

1997-01-15 Thread Bob Clark
[EMAIL PROTECTED] wrote: > > Hi, > >I just recently saw someone post that he had a Canon BJC 4100, a color > printer in the $200-300 range, but on which he could print postscript > by using apsfilter and ghostview. >Could this person or someone else knowledgeable in this please tell me

Re: ghostscript

1997-01-16 Thread Bob Clark
Fundamental wrote: > > Is ghostscript a package? or is this a dumb question? > > I searched the debian archives, found a lot of fonts and addons for > ghostscript, but no ghostscript:( > > PaChi, > > michl > > electric RAIN http://www.electric-rain.net/ > > N

Re: /usr/X11R6/lib/X11/app-defaults

1997-01-17 Thread Bob Clark
Philippe Troin wrote: > > On Thu, 16 Jan 1997 18:37:46 EST "Daniel S. Barclay" > ([EMAIL PROTECTED]) wrote: > > > > > > > In Debian Linux, do files in /usr/X11R6/lib/X11/app-defaults/ get read > > or not? > > Definitely yes. Never say never and never say always ;)...see below ---[ nice des

Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Bob Clark
>From the man page XF86Config: DontZap This disallows the use of the Ctrl+Alt+Backspace sequence. This sequence allows you to terminate the X server. Setting DontZap allows this key sequence to be passed to clients. Uncomment the following line in /etc/X11/XF86Co

Re: PostScript without PS printers

1997-01-22 Thread Bob Clark
[EMAIL PROTECTED] wrote: > > Bob, > > Yes, please email the details when you've set up under Debian, as well as > any hardware considerations. I'm currently checking out the how-to's, and > would appreciate very much a real-world example of something I'd like to > be able to do on my box. > >

Re: minor DNS problem

1997-02-18 Thread Bob Clark
Is the daemon "named" running? --Bob Andrew Spencer wrote: > > hi all, > > Sorry to come back to the list again. Just a little glitch really, but it > has me stumped... I can't get IP name resolution working properly. (All I > want to do is resolve IP addresses using an available nameserver.) >

Re: IPX loading every 5 minutes

1997-02-20 Thread Bob Clark
Paul J. Clegg wrote: > > On Thu, 20 Feb 1997, Roland Haag wrote: > > On Mon, 17 Feb 1997, Paul J. Clegg wrote: > > > properly. Now I'm having a similar problem, except instead of not being > > > loaded, it's being loaded every five minutes. An excerpt from my messages > > > file: > > > > > > Feb

Re: modem port root only

1997-02-20 Thread Bob Clark
Ed Down wrote: > > I'm sure this was answered sometime recently, but can't find it. I've > added the user to the dialout group, but still get /dev/ttyS1 - Permission > denied when trying to use the modem as a user. Do I need to change more > groups (tty, etc) - if so, which ones > > Ed > Does /

SUCCESS! Gateway Solo 2100 Debian/XFree86

1997-02-20 Thread Bob Clark
This is just to let anyone looking into running debian on a laptop that it works quite nicely on the newest offering from Gateway. X was being difficult until I found an XF86Config file on comp.windows.x.i386. PCMCIA modem and network card work too! The XF86Config file should work for other lapt

Re: Writing to a boot floppy.

1997-02-21 Thread Bob Clark
Make the target "zdisk" and you will have a boot floppy. Bubonic wrote: > > I recompiled my kernel today (without any major problems) to 2.027, > however, I can't seem to figure out how to create a new boot floppy. I have > tried: cp vmlinux /dev/fd0 to a DOS-formatted disk, but when I tried to

Re: xmodmap does not seem to work

1997-02-25 Thread Bob Clark
Try "ln -s .xinitrc .xsession" and make sure that /etc/X11/config contains the line "allow-user-xsession". hunnia wrote: > > I installed an .Xmodmap in my home (user) directory. It suppose > to switch between hungarian and us keyboard by the use of the scroll > lock key. > > Called the file up a

Re: Gateway Solo 2100 Hanging

1997-02-25 Thread Bob Clark
Tres, I had a similar problem on a Solo 2100 and re-installed from the "stable" area built a custom kernel (2.0.27) from the distributed kernel source and all's well so far, it hasn't hung since (2 days). --Bob Tres Hofmeister wrote: > > I've just installed 1.2.7 on a Gateway Solo 2100

Re: Problem with 1.2 install and floppy

1997-03-05 Thread Bob Clark
This is a common problem. Try making another copy of base14-1 (and the others if thaey fail) on a different floppy disk. I had to make two or three before I got a complete set of boot floppies that were reliable. Even floppies that I had used to install debian on my desktop system wouldn't neces

Re: Access to NFS-server

1997-03-05 Thread Bob Clark
Andreas Tille wrote: > > Hallo, > > because of a lack of diskspace I want to use another computer > (HP-Workstation) as NFS-server. So I installed the base disks > of debian and wanted to move /usr to the NFS server by > >tar -cf usr.tar /usr > > and > >tar -xf usr.tar > > in the appr