.Xresources?

1998-10-31 Thread timothy
Hi, Can I, and if so how would I change the text/background color in gedit to be white on black instead of black on white? I tried, like for XTerm, gedit*background: black gedit*foreground: white in my .Xresources, but it didn't work. :( In general, how does one find out about what resources an X

Contributing?

1998-10-31 Thread Gossamer
I was just looking at URLview and the url_handler.sh ... it references mutt, netscape, lynx and ncftp directly - shouldn't we be calling the /etc/alternatives/whatever files? I must confess to not quite grokking /etc/alternatives :(. Can I just update the file and submit it as a patch to whoever

upgrade (bo-hamm), libc5 - libc6 concerns

1998-10-31 Thread Martin Waller
Hi, Just a few q's about why I should upgrade to hamm (Debain 2.0). Are there any issues on what software I can and can't run when doing the libc5-libc6 upgrade? I know this is an old subject, but i've never really got a plain english answer as to what are the issues. I tried upgradin

Re: how do you recompile the kernel?

1998-10-31 Thread Martin Bialasinski
>> "S" == Shaleh <[EMAIL PROTECTED]> writes: S> Install the kernel-package. do the make menuconfig then type: make-kpkg S> --revision=1.0 binary. You will have a few .deb's appear. Install the S> image.deb at the least. If you use make-kpkg [other stuff] kernel_image, then only the kernel im

Re: Standard kernel for IP Masquerading?

1998-10-31 Thread Ian Lynagh
In article <[EMAIL PROTECTED]>, Erik van der Meulen <[EMAIL PROTECTED]> writes >I would like to setup IP Masquerading on my Debian 2.0 >box. I would like to know if the default kernel is >built with the correct settings of if I have to go and >install all the development stuff for rebuilding my >o

Re: auto-indenting-formatting with a vi?

1998-10-31 Thread chandran
Richard E. Hawkins Esq. <[EMAIL PROTECTED]> wrote > As I get more and more frustrated with emacs, it keeps occurring to me > that the *only* reason I'm using emacs instead of vi is that it > indents and color-codes my program code. I feel your pain. There is a solution. > rick, who'd be happy as

Re: how do you recompile the kernel?

1998-10-31 Thread Martin Bialasinski
>> "r" == roadrun37 <[EMAIL PROTECTED]> writes: r> The SoundBlaster-Awe mini told me to do : make-pkg ... (something r> like that) i couldn't. Maybe you don't have the kernel-package package installed. Check with dpkg -s kernel-package . It is in the admin section, if you need to install it. r

Re: how do you recompile the kernel?

1998-10-31 Thread Bob Nielsen
On Sat, 31 Oct 1998, roadrun37 wrote: > I use a boot disk to get into Debian linux. > > I've looked at all the relevant kernel info and some give conflicting > instructions. My immediate concern is getting my Sound Blaster AWE64 > Value recognized my the system. Anyway, I looked at the > SoundB

Re: custom made drv1440.bin resc1440.bin

1998-10-31 Thread Jeremiah Cornelius
Oz, I am running into this very issue with hardware! This is the config of the Dell Precision 610 Workstation I have at work. I saw the reply Jim Foltz made to the question, but am in the catch 22 situation where I cannot boot a system to compile the needed kernel! If you are able to do this, i

Re: Netscape

1998-10-31 Thread Shaleh
> Oh, yay! How'd the Debian peoplemanage to be allowed to do that?? According to the maintainer the license now allows redistribution (he has a contact at NS who said it was ok). It will still live in non-free -- just no more downloads. The package has been split into pieces. Sounds nice (-:

Re: Netscape

1998-10-31 Thread Gossamer
Shaleh ([EMAIL PROTECTED]) wrote... > Thiago, you grabbed the libc5 version of netscape. Around Monday a full > netscape debian package will arrive -- no more downloading from Netscape's > ftp. > I would recommend that you use that. Oh, yay! How'd the Debian peoplemanage to be allowed to do th

RE: how do you recompile the kernel?

1998-10-31 Thread Shaleh
Install the kernel-package. do the make menuconfig then type: make-kpkg --revision=1.0 binary. You will have a few .deb's appear. Install the image.deb at the least.

how do you recompile the kernel?

1998-10-31 Thread roadrun37
I use a boot disk to get into Debian linux. I've looked at all the relevant kernel info and some give conflicting instructions. My immediate concern is getting my Sound Blaster AWE64 Value recognized my the system. Anyway, I looked at the SoundBlaster-Awe mini howto and the Sound-Howto and the K

Re: Voodoo 2

1998-10-31 Thread Kenneth Johansson
Alvaro Reguly wrote: > Hello .. > > I've set up q2 and installed libglide2_2.4-3.deb but i can't get my > monster II to work .. q2 works only in 320xsomething in > +vid_ref soft not vid_ref gl. I dont think version 2.4 can do voodo2 you need 2.53 or later for that.

Re: Catch-22 - Help!

1998-10-31 Thread Brandon Mitchell
On Sat, 31 Oct 1998, Jerry E. McGoveran wrote: > Then I ran make zImage (takes awhile!) and it aborted with the following > error: > > as86 -0 -a -o bootsect.o bootsect.s > make[1]: as86: Command not found > ***[bootsect.o] Error 127 > ***[zImage] Error 2 [EMAIL PROTECTED](pa):bhmit1$ dpkg -S as

Re: Upgrading with APT: which packages is it going to download?

1998-10-31 Thread Torsten Hilbrich
On: 30 Oct 1998 22:44:35 +0100 Torsten Hilbrich writes: [...] > BTW: If you are unexperienced in writing such code I could assist > you. Here is some code for slurping in the package files as a > start. Next you need to call the above comand and print the > filename for each package which is ou

Re: Catch-22 - Help!

1998-10-31 Thread Jerry E. McGoveran
First of all, thanks to everyone who responded. Using dpkg is just what I needed to do. However, I now have run into a new problem. I've installed the gcc, binutils, make and patch packages and their dependancies. I patched the 2.0.35 kernal. I followed the instructions at the kernal.org web

mutt broken after slink upgrade

1998-10-31 Thread Eric
I just updated to slink and now mutt refuses to send mail. When i start up mutt it works fine, except for the fact that it is in black and white instead of color, until I try to actually send a message that I have composed. It says "Error sending message, child exited 127 ()." I can send mail fi

Re: auto-indenting-formatting with a vi?

1998-10-31 Thread Jon Skelton
"Richard E. Hawkins Esq." wrote: > > As I get more and more frustrated with emacs, it keeps occurring to me > that the *only* reason I'm using emacs instead of vi is that it > indents and color-codes my program code. Try the following command... :set autoindent this works for me for general p

RE: auto-indenting-formatting with a vi?

1998-10-31 Thread Shaleh
vim does syntax hi lighting quite well. Having never used emacs, I have no idea what you mean by auto indenting. On 31-Oct-98 Richard E. Hawkins Esq. wrote: > > As I get more and more frustrated with emacs, it keeps occurring to me > that the *only* reason I'm using emacs instead of vi is that i

auto-indenting-formatting with a vi?

1998-10-31 Thread Richard E. Hawkins Esq.
As I get more and more frustrated with emacs, it keeps occurring to me that the *only* reason I'm using emacs instead of vi is that it indents and color-codes my program code. Is there a variant of vi that can do this? vim claims to hilite syntax, and i think elvis claims that too, but can eithe

Re: Modem connection speed

1998-10-31 Thread john
Raymond A. Ingles writes: > I think serial ports in Linux default to pretty conservative values. Try > setting the rate to at least 38400. I'll bet that this is the main source > of the problem. pppconfig sets the rate to 115200. 38400 isn't fast enough to keep up with a modem running 28800. > M

Slink upgrade messed up X configs

1998-10-31 Thread Eric
I recently pointed dselect to slink in order to upgrade. I picked through all the packages and everything and got it all to install properly, but when I was done, X would not work properly. It would start the server and an xterm fine, but it stopped there and refused to start KDE. However, it wo

RE: how to remove xfmail's auto-signature

1998-10-31 Thread Darren Benham
-BEGIN PGP SIGNED MESSAGE- ~/.signature.xfmail On 31-Oct-98 Shaleh wrote: > > -- > E-Mail: Shaleh <[EMAIL PROTECTED]> > Date: 31-Oct-98 > Time: 11:49:57 > > This message was sent by XFMail > -- > > How do I remove this --^

Re: Netscape

1998-10-31 Thread Bob Nielsen
On Sat, 31 Oct 1998, Thiago wrote: > I get the version 4.5 of Netscape Communicator for Linux 2.0 english , > to run X-win , But When i want run Netscape Communicator the message > apears "Cant'load Lib libXpm.so.4 " . > How i can make run my Netscape communicator ? If you have the libc6 ve

Standard kernel for IP Masquerading - Solved

1998-10-31 Thread Erik van der Meulen
> I would like to setup IP Masquerading on my Debian 2.0 > box. I would like to know if the default kernel is > built with the correct settings of if I have to go and > install all the development stuff for rebuilding my > own kernel. > I just went ahead and played about with ipfwadm and (to my s

how to remove xfmail's auto-signature

1998-10-31 Thread Shaleh
-- E-Mail: Shaleh <[EMAIL PROTECTED]> Date: 31-Oct-98 Time: 11:49:57 This message was sent by XFMail -- How do I remove this -- I find it quite annoying to have to delete it each and every time I write a message.

RE: Netscape

1998-10-31 Thread Shaleh
Thiago, you grabbed the libc5 version of netscape. Around Monday a full netscape debian package will arrive -- no more downloading from Netscape's ftp. I would recommend that you use that. Othewise grab the libXpm package from oldlibs --> you need the libc5 version. Make sure you have the xlib6

RE: No PPP connection :(

1998-10-31 Thread Shaleh
Paolo, the "Cannot determine proxy arp" is normal. Can you ping by IP? What does ifconfig show? Mayhaps the default route is set to the ethernet card and not allowing packets to be sent?

My X11

1998-10-31 Thread Juhar Widyandoko
Hello, it's nice to see you. First let me introduce myself. My name is Juhar and now I'm studying at Sepuluh Nopember Institute of Technology. My major is Computer Science. Sir, I'd like to have some information from you, especially about a weird problem with my X window. The problem is that

Netscape

1998-10-31 Thread Thiago
I get the version 4.5 of Netscape Communicator for Linux 2.0 english , to run X-win , But When i want run Netscape Communicator the message apears "Cant'load Lib libXpm.so.4 " . How i can make run my Netscape communicator ?

No PPP connection :(

1998-10-31 Thread Paulo Henrique Baptista de Oliveira
Hi Debian users, I'm getting frustaded with getting PPP to connect with my ISP. With minicom I can dial and login. But with PPPconfig, I login and can't even ping. I have an ethernet card atached in my computer. I'm suspecting of it because there is an error in

Re: OffTopic: Synchronization of /etc or .dot-files... CVS?

1998-10-31 Thread Rick Macdonald
Alexander Kushnirenko wrote: > > Hi, > > It's a little bit off-topic. > > We have a set of Debian computers, which are not quite the same. It would be > useful to synchronize certain files on all nodes like /etc/profile or > /etc/X11/Xresources, or /etc/menu and so on. But of course not all t

Re: OffTopic: Synchronization of /etc or .dot-files... CVS?

1998-10-31 Thread Daniel Barclay
> From: Alexander Kushnirenko <[EMAIL PROTECTED]> > ... > > We have a set of Debian computers, which are not quite the same. It would be > useful to synchronize certain files on all nodes like /etc/profile or > /etc/X11/Xresources, or /etc/menu and so on. But of course not all the files. >

Re: Modem connection speed

1998-10-31 Thread Raymond A. Ingles
On Thu, 29 Oct 1998, Kenneth Scharf wrote: > Just recently there was a posting here that said they got better > connection speed in Win95 than in Linux. A couple of days ago I heard > another Linux say the same thing. And so far, on a hamm box, I can only > get 19200 out of my 28800 pc card modem.

Xaw95: scrollbar colours?

1998-10-31 Thread Remo Badii
Following a suggestion appeared in this list a few days ago, I have installed the xaw95g package and found the new scrollbars better than the previous ones (I think from xaw3d). Is it possible to control their colour? I have found nothing in the docs, except a little-useful entry (nicetoColor or so

Re: [Debian]: IMAP-faehiger MUA [Was: Re: IMHO]

1998-10-31 Thread Martin Bialasinski
>> "PS" == Peter Staudt <[EMAIL PROTECTED]> writes: PS> Ich gebe zu, dass ich kein Kommandozeilenfreak (pine!) bin, PS> ausserdem steht bei <...debian.org/Pack.. s.u.>, dass PS> pine 'is not currently available in this distribution' PS> (warum eigentlich?), deswegen habe ich 'mal bei Man darf

Re: whois default

1998-10-31 Thread wb2oyc
You could edit the named.ca file. Paul

Standard kernel for IP Masquerading?

1998-10-31 Thread Erik van der Meulen
I would like to setup IP Masquerading on my Debian 2.0 box. I would like to know if the default kernel is built with the correct settings of if I have to go and install all the development stuff for rebuilding my own kernel. Thanks a lot. Erik van der Meulen <[EMAIL PROTECTED]>

Re: unresolved symbol errors

1998-10-31 Thread Michael Beattie
Give `modprobe xfs` a go... On Fri, 30 Oct 1998, Max wrote: > I'm trying to compile a program (Arla) that creates a module called > xfs.o. When I try to load that module with insmod, I get the > following: > > xfs.o: unresolved symbol mod_use_count_ > xfs.o: unresolved symbol inode_setattr >

Smail configurationg (wrong from)

1998-10-31 Thread Paulo Henrique Baptista de Oliveira
Hi Debian users, I'm using smail as my MTA and I have a problem: when sending a mail the from is jaca.cos.ufrj.br and not cos.ufrj.br as desired. I used smailconfig, selected the third option and put the server machine name (rio.cos.ufrj.br) and the from as desired cos.ufr

Re: help w/ postgres

1998-10-31 Thread Ole J. Tetlie
*-Shaleh <[EMAIL PROTECTED]> | | Hi all, new to SQL and having trouble finding docs I need. Hm. I couldn't find this either. | I want to have a database that user a administers and users b, c, and d can | access. How do I set this up w/ postgres? I am writing a web site and would | like the use

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-31 Thread John Worthington
> I also realized that the mcopy from mtools could be used to copy to > stdout, and that it, in any case, would not stop for a ^Z, so I tried it, > but it had the same problme. Here's the output (which stops extracting at > about 1.2gb): I've seen quite a bit going on in this thread. First off,

whois default

1998-10-31 Thread Max
Is there any way to change the default whois server from the Internic one to something else? I know that I can specify a different server with -h, but I'd like to change the default itself. The manpage doesn't mention anything and there are no obvious files in /etc. Max

unresolved symbol errors

1998-10-31 Thread Max
I'm trying to compile a program (Arla) that creates a module called xfs.o. When I try to load that module with insmod, I get the following: xfs.o: unresolved symbol mod_use_count_ xfs.o: unresolved symbol inode_setattr xfs.o: unresolved symbol register_symtab_from xfs.o: unresolved symbol current

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-31 Thread Darxus
I also realized that the mcopy from mtools could be used to copy to stdout, and that it, in any case, would not stop for a ^Z, so I tried it, but it had the same problme. Here's the output (which stops extracting at about 1.2gb): [EMAIL PROTECTED]:~$ mcopy c:/linux/home.tgz - | tar -ztvf - > hom

Re: how do I extract a 2.6 gigabyte .tar.gz file ?

1998-10-31 Thread Darxus
On Fri, 30 Oct 1998, Hamish Moffatt wrote: > On Thu, Oct 29, 1998 at 05:45:57PM -0800, Joey Hess wrote: > > Joey Hess wrote: > > > * Get and install mtools.deb > > > * Edit /etc/mtools.conf, set it up so it can access your dos partition, as > > > say, drive c: (follow the comments, looks easy).