RE: chat--what terminal

1998-10-07 Thread Shaleh
chat talks to the port that ppp opens. You tell ppp where the modem is. On 07-Oct-98 Eric wrote: > This is something I've never understood. How does chat know what terminal > to talk to? Does it assume that /dev/modem is a link to the terminal the > modem is on? What is the proper way, to, say

"invisible" network card

1998-10-07 Thread John Watts
Many thanks to those who tried helping with my earlier questions on compiling the network driver I thought that I needed. Anyway, another question. I have an EtherExpress 16 network card the system I'm trying to set up as a linux box. Linux refuses to believe it's there when I try to install

Dial up conections

1998-10-07 Thread Clovis Sena/Servicos Recife
Hi all, how can I make my linux to stabilish a dial up conection to another system ( say a ISP )?? I did not find the correct way to configure my fax/modem There will be a problem if I have a fixed Ip address?? Can I get one automatically by DHCP ??? Thanks in advance! Clovis Sena.

Matrox Mystique and SVGALib

1998-10-07 Thread ...
Has anyone ever gotten better than 320x200 with the above setup? As far as I can tell there is no native driver for this card. Is Matrox still withholding specs on their cards? I'm running the latest Debian packages of svgalib from slink.

Re: chat--what terminal

1998-10-07 Thread Jens B. Jorgensen
It doesn't. pppd redirects stdin/stdout to be the proper device before exec'ing chat. Eric wrote: > This is something I've never understood. How does chat know what terminal > to talk to? Does it assume that /dev/modem is a link to the terminal the > modem is on? What is the proper way, to, s

EtherExpress 16 (was: "invisible" network card)

1998-10-07 Thread David Karlin
John, I have been using an EtherExpress 16 card in my hamm system for a few weeks and have had no trouble with it. When I installed my hamm system, there was a menu of optional modules which could be compiled in. One of the choices was EtherExpress. Perhaps you are experiencing an IRQ conflict,

Re: [Debian]: Xkeycaps

1998-10-07 Thread Andy Spiegl
Hallo Torsten, > XTerm*VT100.Translations: #override \ >MetaShift_L,Meta: string(0x01B) insert() \n\ >MetaShift_R,Meta: string(0x01B) insert() \n\ >Meta Ctrl : string(0x01B) insert() \n\ >Meta : string(0x01B) insert() \n\ >AltShift_L,Alt: string(0x01B) insert() \n\ >Al

Hardware?

1998-10-07 Thread Michael Meskes
I'm about to buy a new machine and wonder for which hardware to go. It won't be an expensive machine so I consider a cheap 3D AGP graphics card but wonder which one can be used under X. Also what's the better buy for the money, Pentium II or K6 II? Michael P.S.: Please CC me as I'm not subsribed

Will Apple Studio Display work w/ x86 Hamm?

1998-10-07 Thread Eric House
Anybody know if there are any problems using a flat panel/LCD display, and Apple's in particular, with Debian? I don't even know if I'll need a different driver... Thanks, --Eric House +-+ |from the desktop of:

Re: Hardware?

1998-10-07 Thread Matthew Tebbens
Check out www.xinside.com for supported cards for AccelX. Personally I only use number9 cards. The 32Meg IV just came out, I'm sure AccelX will have a driver for it soon. Matthew On Wed, 7 Oct 1998, Michael Meskes wrote: > I'm about to buy a new machine and wonder for which hardware to go. It

Re: named-bootconf failure

1998-10-07 Thread Anthony Landreneau
Thanks Peter, Had done that but the same things happens. And even worse bindconfig takes out all the "extra" that I need to add in order to make the system secure and responsive. The problem I seem to be having is narrowed down to the named-bootconf.pl file not reading the boot.options an

Re: Wordperfect 7.0 on Debian 2.0

1998-10-07 Thread Kent West
At 02:18 PM 10/7/1998 +0200, Blazej Sawionek wrote: >> When I start Wordperfect installation I get a message, that it can't start graphical installation >Most probably you use X as yourself and install WP as root. >You must enable root do display at your DISPLAY e.g.: >xhost + >(as yourself) > >Bl

RE: Dial up conections

1998-10-07 Thread Geoffrey L. Brimhall
Look at the pppconfig package (to find it's full path, grep for it in /var/lib/dpkg/available). It has a configuration that pretty much should get your manual modem connection working - assuming that the OS can communicate with your modem just fine (ie, your certain your modem is at /dev/ttyS1 or

VNCServer problem

1998-10-07 Thread Paulo Henrique Baptista de Oliveira
Hi Debian users, I installed VNC Debian package and when I type: [EMAIL PROTECTED]: ~$ vncserver -query localhost The error is: xauth: (argv):1: bad display name "jaca:" in "add" command xauth: (argv):1: bad display name "jaca/unix:" in "add" command New 'X' deskt

Re: Newbie questions

1998-10-07 Thread Kent West
At 01:01 AM 10/8/1998 +1000, Nikolai Andreyevich Luzan wrote: >> 2. How can I configure LILO to give me the option to boot using my DOS >> partition (/dev/hda1)? It would be nice for it to give me a menu... >To the best of my knowledge LILO does not do menus, if you put an Yes, you can kludge toge

Re: request for help

1998-10-07 Thread Kent West
At 04:06 PM 10/7/1998 +0800, Z.S. Choy wrote: >Hi , > >I've a problem which I hope I could get some help from the experts :- > >I'm a new Debian user. I'm trying to install the OS into my existing >Windows 95 pc with the following configuration :- > >133MHZ Pendium >82Mbyte RAM >Drive C: 1.2Gbyte

Re: Newbie questions

1998-10-07 Thread Kent West
At 04:59 PM 10/7/1998 +0200, Rodrigo Moya wrote: >>More questions from the guy who thought he had everything figured out. >> >>1. X will not boot. It almost does, but it just exits with the error >>"mouse: fd: Invalid argument" or something like that. Fine, I'll go and >>reconfigure. But how? How c

Pickle

1998-10-07 Thread ...
Heres my situation, any help is appreciated. I've got a debian/slink machine currently running some network services. This machine's Ethernet card is a PCMCIA device. Currently (and until Jan 1st) I'm 1200 kilometers away from the machine. I'm trying to upgrade the software on the mac

help getting started with postgreSQL

1998-10-07 Thread Shaleh
Hi, I just installed the postgreSQL packages. However I can not add users because foo# createuser Connection to database 'template1' failed. FATAL 1: SetUserId: user "root" is not in "pg_shadow" createuser: database access failed. foo# The docs are not helping. What is the necessary steps t

Re: help getting started with postgreSQL

1998-10-07 Thread ...
On Wed, 7 Oct 1998, Shaleh wrote: > Hi, I just installed the postgreSQL packages. However I can not add users > because > > foo# createuser > Connection to database 'template1' failed. > FATAL 1: SetUserId: user "root" is not in "pg_shadow" > > createuser: database access failed. > foo# >

DOCUMENTATION: Tutorial/FAQ for APT?

1998-10-07 Thread Jeremiah Cornelius
Can a Debian Guru lend some assistance? I have been looking for comprehesive information on Debian APT, and found almost nothing. I am interested in a tutorial, both as a dselect method and as a standalone. I understand that an Apt command-line and gui client are available. Are these in Slink?

updating the package database

1998-10-07 Thread Brent McMillan
I'm having trouble getting dselect to find new packages. I chose the Access method as ftp and pointed it to ftp.debian.org, and went with the defaults. I then chose Update and it went through all the different sections and said that the packages were already updated. No

Re: PS/VaulePoint Problem--Can't install.

1998-10-07 Thread Cap'n Fred
I would just like to thank you an extreme amount. I have had this problem for a while now on this one machine. Initially I attempted to build my own kernel, but failed. With the aid of your kernel I was able to begin the process of installing the Debian. Thank you, thank you and thank you. A

Greenbush?

1998-10-07 Thread Don Berkich
Does anybody know if there's a problem with Greenbush (the cd-burner/distributer)? I ordered Hamm two weeks ago and haven't heard a thing. Email inquiries get no response, either. -Don Berkich

Re: Greenbush?

1998-10-07 Thread Jeff Miller
Don, Funny you should mention this as I ordered two weeks ago as well and have not received anything. I have been assured by [EMAIL PROTECTED] that my order shipped and must have gotten lost `; ( . He (only minutes ago) sent me an e-mail indicating that a replacement order was packaged and mo

vi problems?

1998-10-07 Thread Person, Rod
Hey all, I was attempting to install siag, and the installition call for me to do the following... vi mktop.dr now this is the second thing I tried to install that called for me to use vi and everytime I do it print the file to the screen...I look at it to see if its going to do

couple of question..

1998-10-07 Thread tracheotomy_bob
First the most important question. Does anyone have experience running a Matrox Millennium G200? I assume it needs special drivers as they're not standard in XFree86, so where do I get them from? Can anyone recommend a truly excellent card for X.   If I install just the binary CD (cheapbytes

Help!

1998-10-07 Thread Adrian Gudas
Help! I've installed X, and it works, but the mouse doesn't work (at all). I'm thrashing around like a spastic cat trying to get back into shell, but I can't, and without the mouse, how am I supposed to change my config? PS: The mouse is an IntelliMouse. I specified this. Any known problems/anythi

Kernel compiling error

1998-10-07 Thread Ken Archer
Came up with the following error trying to compile a development kernel. The same kernel compiled fine on my Suse partition. as 86 -0 -a -o bboot sect.o bbootsect.s make [1]: as86: Command not found make [1]: *** [bbootsect.o] Error 127 make [1]: Leaving directory '/usr/src/linux-2.1.122/arch/i38

Re: Greenbush?

1998-10-07 Thread Cleto Pescia
Hello, > Funny you should mention this as I ordered two weeks ago > as well and have not received anything. I have been assured by > [EMAIL PROTECTED] that my order shipped and must have gotten lost > `; ( . He (only minutes ago) sent me an e-mail indicating that a > replacement order was packa

Re: Kernel compiling error

1998-10-07 Thread Immanuel Yap
Ken Archer wrote: > > Came up with the following error trying to compile a development kernel. The > same kernel compiled fine on my Suse partition. > > as 86 -0 -a -o bboot sect.o bbootsect.s > make [1]: as86: Command not found > make [1]: *** [bbootsect.o] Error 127 > make [1]: Leaving directo

Re(2): Help!

1998-10-07 Thread Adrian Gudas
I know -- but since X is configured to start up when the system boots, it just goes right back in. I can't shell! Heeellp! :-(

more trouble with deleted root partition please help !!!!!

1998-10-07 Thread G. Kapetanios
I have manage to salvage a minimal system after accidentally deleting my root partitioon. I tried to install debian stable but it did not work. I did floppy disk installation butfloppy relaiobility does not seem to be the problem. Let me explain why I have the debian disks on an unharmed partioti

Font Issues (fwd)

1998-10-07 Thread Daniel Mashao
Subject: Font Issues If I use an application requiring too many fonts eg StarOffice I find that starting another application eg. Lynx has problem finding the right fonts. I can solve this simply by killing X and restarting but is there a better way to restore fonts? (This applies to colors too).

Re: Help!

1998-10-07 Thread Kent West
At 05:04 PM 10/7/1998 -0400, Adrian Gudas wrote: >Help! I've installed X, and it works, but the mouse doesn't work (at >all). I'm thrashing around like a spastic cat trying to get back into >shell, but I can't, and without the mouse, how am I supposed to change >my config? > >PS: The mouse is an In

Re: network

1998-10-07 Thread Zheng Wang
Hi, Peter, I checked the dmesg and only saw "network is not reachable" is related to network. I suspect whether linux support this network adaptor (3c905b-tx). I went to 3com product category. It seems that this adaptor is made for window or NT. Actually, my machine is installed NT. It works fine w

Re(2): Help!

1998-10-07 Thread Kent West
At 05:36 PM 10/7/1998 -0400, Adrian Gudas wrote: >I know -- but since X is configured to start up when the system boots, it >just goes right back in. I can't shell! > >Heeellp! :-( I think you can enter linux single at the boot: prompt after a reboot. This should allow you to regain control. ===

Re: Re(2): Help!

1998-10-07 Thread Jeremiah Cornelius
You want a console shell? Try the keys: -- This will get you to a tty virtual console, where you can login. The first virtual console -- is probably busy running x (maybe not, if you use xdm). The others will give a login prompt. If you want back to X, it's --... ---Adrian Gudas <[EMAIL PR

Re: couple of question..

1998-10-07 Thread stephen . p . ryan
On 7 Oct, tracheotomy_bob wrote: > First the most important question. Does anyone have experience running a > Matrox Millennium G200? > I assume it needs special drivers as they're not standard in XFree86, so > where do I get them from? > Can anyone recommend a truly excellent card for X. Not

aic7xxx parity error

1998-10-07 Thread Rahul Sood
After upgrading to Debian 2.0, I see the foll kernel message every now and then: kernel scsi0:0:0:0 Parity error during phase Data-In Is there a patch for this? I never saw this with Debian 1.3.1 SCSI controller is Adaptec 2940UW -R. Sood [EMAIL PROTECTED]

Re(2): Help!

1998-10-07 Thread Adrian Gudas
[EMAIL PROTECTED] writes: >You can get to a text virtual console from X with Ctrl+Alt+F1 through >Ctrl+Alt+F6. Alt+F7 will usually get you back to X, since X runs on the >first free virtual console, and Debian (like most distributions) runs >'getty's on consoles 1-6 by default. Thanks... but I we

Re: aic7xxx parity error

1998-10-07 Thread Gary L. Hennigan
Rahul Sood <[EMAIL PROTECTED]> writes: | After upgrading to Debian 2.0, I see the foll kernel message every now | and then: | | kernel scsi0:0:0:0 Parity error during phase Data-In | | Is there a patch for this? I never saw this with Debian 1.3.1 | SCSI controller is Adaptec 2940UW Hmm. Seems l

Re: Can't drag and drop in Netscape

1998-10-07 Thread Michael Beattie
On Wed, 7 Oct 1998, Blazej Sawionek wrote: > Michael Beattie wrote: > > [snip] > > > I drag the 'location' icon to the bookmarks menu to the left. It looks > > like it shrinks, then it opens the menu, and there is a placement bar that > > follows the mouse. one click, and the bookmark is dropped

Re: Magicfilter setup

1998-10-07 Thread mwb
On Wed, 7 Oct 1998, M.C. Vernon wrote: > I have an HP Deskjet 670c printer - what line do I need to give > magicfilterconfig (the man pages don't seem to have such helpful > information)? > You'll need to get ghostscript from the slink distribution. This has support for the 'generic' hpdj

<    1   2