Re: Stupid X question

2000-03-08 Thread Armin Joellenbeck
On Wed, Mar 08, 2000 at 08:23:54AM -0800, Hausheer, Geoffrey wrote: How do I get X to automatically boot to 16bpp (or 24, or 32)? I have been using a '-bpp 16' switch on the command line (or soetimes an alias), but what if I want to use xdm? I have looked through all of my linux

Re: Stupid X question

2000-03-08 Thread Mark Wagnon
in 03/08/00 08:23AM, Hausheer, Geoffrey wrote: How do I get X to automatically boot to 16bpp (or 24, or 32)? I have been using a '-bpp 16' switch on the command line (or soetimes an alias), but what if I want to use xdm? I have looked through all of my linux documentation, howtos, faqs,

Re: Stupid X question

2000-03-08 Thread Marshal Wong
You have to edit /etc/X11/XF86Config. From my XF86config # The Colour SVGA server Section Screen Driver svga # Use Device Generic VGA for Standard VGA 320x200x256 #Device Generic VGA Device Voodoo3 (generic) Monitor My Monitor DefaultColorDepth 32 --

Re: vi wrap=?

2000-03-08 Thread Patrick
Hi, Discovered that nvi is pretty basic and installed vim. Created a .vimrc and allworks well when I edit files. Doesn't work in mutt though. I guess that mutt is still using nvi so better read man mutt on how to change this. Thanks for the advice. Patrick On Wed, Mar 08, 2000 at

Re: Adding more disk-space

2000-03-08 Thread Mark Zimmerman
Here's how I do it (it's not the only way): mkdir newdir cd olddir find . -depth -print | cpio -pdmv newdir This should replicate the whole tree with permissions and symlinks intact. You have to do it as root, of course, to get ownweships to replicate. On Wed, Mar 08, 2000 at 06:19:24PM +0100,

Re: Compiling X

2000-03-08 Thread Andrei Ivanov
I need to use 3.3.6 b/c of my video card, and only 3.2.11 version is avaibliel for slink that I use. I dont want to upgrade to potato right now, until I can get a CD. I don't think I could install 3.3.6 from potato b/c of the dependencies, unless I upgrade the systemam I wrong on that? Andrew

logged boot sequence a la HP-UX

2000-03-08 Thread Nick Cabatoff
I'm wondering if anyone knows of work being done to make sysvinit capable of logging the output of the rc scripts? HP-UX does this very nicely, such that instead of seeing what the script writes on stdout you get a curses-style table of scripts and their results, e.g. Starting NIS server

Re: vi wrap=?

2000-03-08 Thread Martin Schulze
Patrick wrote: Hi, Discovered that nvi is pretty basic and installed vim. Created a .vimrc and allworks well when I edit files. Doesn't work in mutt though. I guess that mutt is still using nvi so better read man mutt on how to change this. set editor=vim in .muttrc or remove nvi, it

Re: Merging a set of CD's to a local depository

2000-03-08 Thread John Pearson
On Sun, Mar 05, 2000 at 11:57:34AM +, Christian Rishøj wrote DEAR DEBIAN USERS, I have multicd set containing an unofficial release of Debian Potato made a few days ago following the instructions and tools suplied with Debian. Now I would like to make a local depository on my hardrive

Adding more disk-space

2000-03-08 Thread Viggo
Please cc: me on replies, I'm having trouble subscribing to the list... Sorry for the inconvenience :-) Regards Vitux

Re: Configuration management

2000-03-08 Thread Jean Pierre LeJacq
On Wed, 8 Mar 2000, Christian Lynbech on satellite wrote: I have been toying with the same idea (putting stuf like /etc) under CVS control, though I haven't gotten round to become serious about it yet. My idea towards handling individual machine specifics would be to use the branch system.

rxvt wouldn't run

2000-03-08 Thread Johann Spies
I want to try out rxvt on my mixed debian/slink system and get the following error message: $rxvt rxvt: can't load color AntiqueWhite rxvt: can't load color AntiqueWhite rxvt: can't load color Grey25 rxvt: can't load color Grey25 rxvt: can't load color rgb:ff/7f/5f rxvt: can't load color

Re: Adding more disk-space

2000-03-08 Thread Bob Hilliard
Viggo [EMAIL PROTECTED] writes: Why does Linux only report 515 Mb, when the drive is supposedly 540 Mb? (linux using 524/32/63, drive physically 1048/16/63) All hard drive manufacturers artificially and incorrectly define 1 Mb = 1,000,000 bytes 524*32*63*512 bytes/sector =

Re: fips won't move hidden

2000-03-08 Thread Constantin Vernicos
On Wed, 8 Mar 2000, Brian J. Stults wrote: I'm having trouble repartitioning a drive with a single FAT32 partition with FIPS. I defragged, did a clean boot, and ran it, but it gives an error that there are hidden or read-only files at the end of the partition. I tried disabling the swap

mysql and imp

2000-03-08 Thread Aaron Solochek
I'm trying to get imp running on my machine. I installed apache-ssl, php3, mysql and attempted to let dbconf do all the work. I answered all the questions, but imp won't install, it dies without much of an error message. Getting data from debconf Setting up db file Verifying Non-IMP config

Re: vi wrap=?

2000-03-08 Thread Nathan E Norman
On Wed, Mar 08, 2000 at 05:38:57PM +, Patrick wrote: Hi, Discovered that nvi is pretty basic and installed vim. Created a .vimrc and allworks well when I edit files. Doesn't work in mutt though. I guess that mutt is still using nvi so better read man mutt on how to change this.

Unisys Terminal Emulation

2000-03-08 Thread Chris Larson
Is there a Unisys Terminal Emulation Program for Linux??

Re: HELP! Install problem. How to free I/O locked by reserve=... in boot params?

2000-03-08 Thread Bjoern Brill
On Wed, 8 Mar 2000, Wojciech Zabolotny wrote: On Wed, Mar 08, 2000 at 03:04:03AM +0100, Bjoern Brill wrote: Have you tried to insert the wd module with parameters (io=0x280 etc.)? I think it doesn't care if resources are reserved or not in this case. Hmmm, I used the insmod wd

Re: vi wrap=?

2000-03-08 Thread Patrick
Thanks for the tip but too late as I've installed vim. It seems just like nvi so much so that I think all versions of vi are the same to someone like me who just edits config files and emails. Best regards, Patrick -- Diplomacy is the art of saying nice doggy until you can find a rock.

Re: tin, leafnode -- news hangs on post

2000-03-08 Thread kmself
On Thu, Mar 02, 2000 at 12:30:33PM -0800, kmself@ix.netcom.com wrote: I'm using leafnode and tin for locally-stored news reading. I can read groups and articles but I post. On submitting an item, on the first instance I get a message that there was an error posting the message. If I then

Re: logged boot sequence a la HP-UX

2000-03-08 Thread kmself
On Wed, Mar 08, 2000 at 01:13:09PM -0500, Nick Cabatoff wrote: I'm wondering if anyone knows of work being done to make sysvinit capable of logging the output of the rc scripts? HP-UX does this very nicely, such that instead of seeing what the script writes on stdout you get a curses-style

ethernet on laptop

2000-03-08 Thread Patrick
Hi all, When installing on my laptop, after the network setup I was asked which interface and selected PCMCIA not ethernet. The PCMCIA card appears to be working OK but when I run ifconfig I get eth0 unknown interface errors. Did I make the wrong selection during the setup? Can it be corrected

AGP S3 Trio 3D 8MB video card

2000-03-08 Thread Horacio MG
Hi, just installed this video card (AGP S3 Trio 3D 8MB) and tried to configure it for the X environment, but I can't find the proper sever for it. This is the output from SuperProbe: First video: Super-VGA Chipset: S3 (chipset unknown) (Port Probed) Signature data:

Re: Fancy features of Storm Linux

2000-03-08 Thread Parrish M Myers
--- Ethan Benson [EMAIL PROTECTED] wrote: snippet Does anybody know how these nifty things are accomplished? Are the tools available to Debian users as .deb's? Does anyone intend to pack such thing, e.g. the graphical bootloader with a Debian logo? I think this would be a nice option. What

installing SCSI HD

2000-03-08 Thread zdrysdal
Hi i am having trouble installing an IBM DRHS SCSI disk onto my slink-2.0.36 server. The adaptec scsi card is found ok but when linux starts to load it halts at : Downloading sequence code : 419 instructions downloaded. more info : SCSI adpatec adapter found at PCI 10/0 SCSI id:lun is 0:0

error message

2000-03-08 Thread Beavis
i am getting this error message after loading my new kernel slink 2.2.14 datetime Failed to open configuration file /etc/exim.conf i looked in /etc and it is not there! do i need to point it to look somewhere else? thankx beavis

Re: source for kernel instruction

2000-03-08 Thread Mike Werner
On Tue, Mar 07, 2000 at 05:34:53PM -0800, Beavis wrote: the directions to compile a new kernel suck! this link has inaccurate information http://www.linuxhelp.net/guides/lyte/kernel.phtml there is no instruction to make as86 or make install anyone know of a good source for directions to

<    1   2