Re: How to quit XDM ?

1999-08-16 Thread Jason Loll
[EMAIL PROTECTED] wrote: > I started the XDM. > Every time i start my linux xdm is always started. > > How can i do to disable this. > > Please reply at this email : [EMAIL PROTECTED] > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null ollollo:/home/jason# update-rc.d -f xdm

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread Aaron Solochek
Well there is no doubt that both linux and windows use the same tcp/ip, the question is just what you want to do? you'll be able to use windows telnet and ftp to gain access to your debian box (assuming you're running telnetd and ftpd) and if you get ftp server software for windows you and ftp

Re: How to install the xview package ?

1999-08-16 Thread Jason Loll
[EMAIL PROTECTED] wrote: > I downloaded a xview package and i received some .deb files > > How can i install these package under my debian linux ? > > Please reply at this email : [EMAIL PROTECTED] > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null ollollo:/home/jason# dpkg

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread Peter Ross
On 15-Aug-1999, André Bell <[EMAIL PROTECTED]> wrote: > I'd like to connect my win95 pc to my debian linux system via tcp/ip but > don't know if there will be compatibility issues. > > In theory it seems it should work smoothly since we can connect all kinds > of OS's via the internet. On the o

Re: confusing X problem

1999-08-16 Thread Patrick Olson
> Um, I've got only good to say for the xserver that nvidia has released, > which your video card might like. I hear "diamond viper" so I'm guessing > a tnt chip. Beyond that, you really should have the specs of your > monitor handy, as that has always for me been the part that needed the > endles

what's the autoexec.bat equivalent here?

1999-08-16 Thread Wonko
i kind of messed up my xf86 and during boot it says starting xfs x font server and just pauses, how do i disable this from trying to load so i can login and reinstall? i have a rescue disk and everything so just point me to the file i have to edit. thanks

Re: what's the autoexec.bat equivalent here?

1999-08-16 Thread Eric G . Miller
$ update-rc.d -f xfs remove That'll remove all of the symlinks from each runlevel directory. -- Eric G. Miller Powered by the POTATO (http://www.debian.org)!

Re: confusing X problem

1999-08-16 Thread Patrick Olson
> You can find documentation at http://www.cc.gatech.edu/linux/LDP/. Check > out the Installation and Getting Started Guide, and the X HOW-TOs. Thank you for the information. However, I have tried to make sense out of the information and still can not get anything better than 320x200 resolution.

Re: confusing X problem

1999-08-16 Thread Shao Zhang
What does SuperProbe say about your video card?? The SVGA server can only see that you have got 64k video ram. Try uncomment out the line: #VideoRam2048 in your XF86Config file. You might also try out the latest server from XFree86.org. Patrick Olson [EMAIL PROTECTED] wrote: > >

Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
Hi, I'm trying to compile Citadel/UX bbs software and have hit a snag. At one point I get the following error message and the compile stops (no errors or warnings up to this point): [snip] gcc -g -O2 -Wall -Wstrict-prototypes -I. -DHAVE_CONFIG_H -c base64.c base64.c:26: initializer element is not

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread André Bell
At 07:12 PM 8/15/99 -0400, Aaron Solochek wrote: >Well there is no doubt that both linux and windows use the same tcp/ip, the question >is just what you want to do? you'll be able to use windows telnet and ftp to gain >access to your debian box (assuming you're running telnetd and ftpd) and if you

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric G . Miller
Sounds like the code in question is trying to use a variable to initialize another const variable. This is not supported under ANSI C, though I think gcc will allow it if the compiler flags are correct. I think the -Wall flag could be what stops it. Why don't you post the beginning of t

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Sun, Aug 15, 1999 at 09:16:53PM -0700, Eric G . Miller wrote: > Sounds like the code in question is trying to use a variable to > initialize another const variable. This is not supported under ANSI > C, though I think gcc will allow it if the compiler flags are correct. > I think the -W

Start Fetchmail as Daemon at Boot?

1999-08-16 Thread Mark Wagnon
Hi all, I've been typing fetchmail -d 300 to start up fetchmail after rebooting in order to get my mail. I seem to be rebooting often, and it's becoming a PITA to keep starting fetchmail by hand. I searched the archives on fetchmail and/or daemon, but I coulding find any info on getting it to go

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric G . Miller
Well, that all looked hunky-dory, so I don't know what to tell you. -- Eric G. Miller Powered by the POTATO (http://www.debian.org)!

can't connect to my isp

1999-08-16 Thread Wonko
i had no problems with this before and all of a sudden i couldn't connect. i din't upgrade anything either. i left my connection on for a day and when i came back it was dead and i couldn't reconnect. it works fine with windows but not linux, what could be the problem?

Re: Start Fetchmail as Daemon at Boot?

1999-08-16 Thread Eric G . Miller
On Sun, Aug 15, 1999 at 10:03:47PM -0700, Mark Wagnon wrote: | Hi all, | | I've been typing fetchmail -d 300 to start up fetchmail after | rebooting in order to get my mail. I seem to be rebooting often, Are you always connected to the internet? If not you may only want to run fetchmail when

Re: can't connect to my isp

1999-08-16 Thread Eric G . Miller
Off the top of my head, their are two possibilities I can think of: your ISP changed something but the windows RAS was able to detect it or possibly a stale lock file (though this seems less likely). For the first one, check with the ISP, for the second look in /var/lock for a file like L

Re: can't connect to my isp

1999-08-16 Thread Ben Lutgens
> day and when i came back it was dead and i couldn't reconnect. it works > fine with windows but not linux, what could be the problem? Do a "tail -f /var/log/messages" then watch the log as you box is trying to connect. This should help you figure out what the deal is. Also I would check the perms

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Sun, Aug 15, 1999 at 10:09:31PM -0700, Eric G . Miller wrote: > Well, that all looked hunky-dory, so I don't know what to tell you. Thanks for trying, anyway :) I found an email address where I can possibly get some help, so I'll wait and see what comes of that. Mike [Private mail welcome,

Re: Start Fetchmail as Daemon at Boot?

1999-08-16 Thread Mark Wagnon
On Sun 10:31PM, Eric G . Miller wrote: > > link it to the various runlevels using update-rc.d. You'll want to > give it a high number, like S99fetchmail so it's one of the last > things to get started. Yeah, I have a cable modem. I'll take a look at the docs for update-rc.d. Thanks for the r

Re: Problems compiling Citadel/UX

1999-08-16 Thread Eric Gillespie, Jr.
On Sun, Aug 15, 1999 at 11:43:27PM -0500, Michael Merten <[EMAIL PROTECTED]> wrote: > === > /* > > Encode or decode file as MIME base64 (RFC 1341) > > by John Walker > http:

Re: No Mouse, No X Windows

1999-08-16 Thread Ed Cogburn
Wendell Buckner wrote: > > Well the graphically interface is nice(I've been dealing with just console > up to now), but it's not solving my problem (thanks anyway). I go through > the configuration process, save it and it tells me that my server is now > running. It then exits me to the console

"httpd: cannot determine local host name"

1999-08-16 Thread André Bell
Apache tells me "httpd: cannot determine local host name. Use the ServerName directive to set it manually." Now I know ServerName is not something I can run from the command line because I tried it. That means there must be something else I need to type on the command line after typing 'apache' to

Easy way to determine where files are installed?

1999-08-16 Thread André Bell
) I've finished my admin install and apache install of debian and am trying to figure out where all the *.conf files are copied to so I can edit them. I've logged in as root and looked in /bin /boot /dev /etc /home /user /root and still cannot find httpd.conf so I can configure a host name for my

Re: No Mouse, No X Windows

1999-08-16 Thread Alvin Oga
hi ya wendell - when in console mode...does the mouse respond on the screen ( to gpm ) ?? what does is the errror messages from: "X -probeonly" fix those first and than run startx...or xinit etc... have fun alvin > Wendell Buckner wrote: > > > > Well the graphically interface is nice(I

Re: "httpd: cannot determine local host name"

1999-08-16 Thread André Bell
At 11:06 PM 8/15/99 -0700, André Bell wrote: >Apache tells me "httpd: cannot determine local host name. Use the >ServerName directive to set it manually." > >Now I know ServerName is not something I can run from the command line >because I tried it. That means there must be something else I need to

Re: "httpd: cannot determine local host name"

1999-08-16 Thread Alvin Oga
hi ya andre copy the file and than edit httpd.conf file ( usually /etc/httpd or /usr/local/httpd/conf or ??? ) Change ServerName and restart apache/httpd you do need to how to properly setup your DNS for your machine... its a pain or 5 minutes of work... most distro have a

Re: Easy way to determine where files are installed?

1999-08-16 Thread Mark Wagnon
On Sun 11:03PM, André Bell wrote: > > I've logged in as root and looked in /bin /boot /dev /etc /home /user /root > and still cannot find httpd.conf so I can configure a host name for my new I don't have apache installed, but I would think that the conf file would be in /etc. I did a package sear

Re: Easy way to determine where files are installed?

1999-08-16 Thread Alvin Oga
hi andre... easiest way to find files... root# find / -name http.conf -ls root# find /usr /etc -name http.conf -ls ( if you suspect it in /etc or /usr ) have fun alvin - i don't have access to my debian box right now... > On Sun 11:03PM, André Bell wrote: > > > > I've logged in as r

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread Kent West
André Bell wrote: > I've considered purchasing that $299 software that allows me to virtually > run multiple os's on the same linux platform and at the same time but I > haven't found a recommendation from an actual user. If you're talking about vmware, I really like it. It's pretty sluggish on

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread Kent West
André Bell wrote: > Oh, m linux pc also has win95 installed so once I have networked the two > pc's together I can hopefully play head-to-head games once in a while with > the kids :) As to your original question, I've never done a LinuxBox-DirectlyTo-WindowsBox ethernet connection, but I have

Re: bash and parameters

1999-08-16 Thread E.L. Meijer \(Eric\)
On Sat, Aug 14, 1999 at 12:50:20AM -0500, Lance Hoffmeyer wrote: > When I create a shell script how do I pass parameters to it? For > example, if I want to create a directory based on a name I pass to the > program with a shell script called mkmine the command would look like > "mkmine Mydir" and

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Mon, Aug 16, 1999 at 12:49:55AM -0500, Eric Gillespie, Jr. wrote: > On Sun, Aug 15, 1999 at 11:43:27PM -0500, > Michael Merten <[EMAIL PROTECTED]> wrote: > > > > static FILE *fi = stdin; /* Input file */ > > static FILE *fo = stdout; /* Output file */ > > The problem is in the

Re: i586 optimization

1999-08-16 Thread Peter Makholm
"Thomas" <[EMAIL PROTECTED]> writes: > is there any plan to provide i586 optimized binaries in the future? Probally not. At least not all of the distribution. It will take to much space with to litle gain. -- I congratulate you. Happy goldfish bowl to you, to me, to everyone, and may each of yo

qmail question

1999-08-16 Thread Nikolay Hristov
has anybody tried to limit the size of the Sended mail with qmail for a single user? Geroy

Re: Easy way to determine where files are installed?

1999-08-16 Thread André Bell
At 11:54 PM 8/15/99 -0700, Alvin Oga wrote: > >hi andre... > >easiest way to find files... > >root# find / -name http.conf -ls >root# find /usr /etc -name http.conf -ls ( if you suspect it in /etc or /usr ) > Alvin, for some reason find did not find the httpd.conf file that way. I eventually

Re: Easy way to determine where files are installed?

1999-08-16 Thread André Bell
>I don't have apache installed, but I would think that the conf >file would be in /etc. Thanks Mark, since you pointed me in the right direction I eventually found it in /etc/apache. Now to edit it and then add a DNS server. Andre

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread André Bell
>If you're talking about vmware, I really like it. It's pretty >sluggish on my P5-233 with 64MB RAM when I've got WinNT4.0 >Workstation running, and especially so when I've got Netscape >running also (on the Linux side). Yep, that's the one I was referring to. Didn't know it was so sluggish thou

Host config tool? (Re: "httpd: cannot determine local host name")

1999-08-16 Thread André Bell
>you do need to how to properly setup your DNS for your machine... >its a pain or 5 minutes of work... > > most distro have a config tool that asks you the > machine name, ip# and domain name etc...use their tool... Anyone know what tool debian provides for this? I installed apache usi

Re: Easy way to determine where files are installed?

1999-08-16 Thread Alvin Oga
hi ya andre > >easiest way to find files... > > > >root# find / -name http.conf -ls > >root# find /usr /etc -name http.conf -ls( if you suspect it in /etc or > >/usr ) > > > Alvin, for some reason find did not find the httpd.conf file that way. I I assume you did change my typo from http.

Re: Bizarre Clock Problem

1999-08-16 Thread Matthew Tuck
Alexander Stavitsky wrote: > I had this problem couple of days ago. It appeares that > /etc/adjtime got corrupted somehow. Now I am wondering if that > is a bug. Anyway, try removing /etc/adjtime and setting the correct time > with date or ntpdate. In my case the problem went away. It's gone away

Re: SIOCADDRT invalid argument

1999-08-16 Thread Tor Slettnes
> "Kai" == Kai Rascher <[EMAIL PROTECTED]> writes: Kai> Hi experts, I installed kernel 2.2.11 (Debian 2.1) and Kai> everything seem all right. But there are two messages Kai> ´SIOCADDRT invalid argument´ during boot process I don´t Kai> understand. I´m pretty sure that this me

Re: "httpd: cannot determine local host name"

1999-08-16 Thread Lindsay Allen
On Sun, 15 Aug 1999, André Bell wrote: > Apache tells me "httpd: cannot determine local host name. Use the > ServerName directive to set it manually." > > Now I know ServerName is not something I can run from the command line > because I tried it. That means there must be something else I need to

Anyone compiled Ishmail? Can I have a copy, please? :)

1999-08-16 Thread Phillip Deackes
Has anyone managed to compile Ishmail on their systems? It doesn't work very well here when I compile it against Lesstif, I can just about compile it, then when I use it it will crash with monotonous regularity. I would *really* appreciate it if someone who has compiled it against glibc2.1 (ev

Re: vim syntax files

1999-08-16 Thread Wichert Akkerman
Previously Alisdair McDiarmid wrote: > I have (well, had) a set of customised vim syntax command in the > /usr/share/vim/vim54/syntax/synload.vim file. I just upgraded to > vim[-rt] 5.4.21 and lost all my syntax settings. Is the file > likely to be backed up anywhere or anything? No. You should ad

questions to dselect.

1999-08-16 Thread Lars Nixdorf
Hallo, I have worked on RedHat, DLD, Suse, Slackware. Now I want to test Debian 2.1. I have installed the basic System, but now I want to install other packages with "dselect". The problem : I doesn't understand dselect. I know how to select packages (+-) but ... what means the *** before the p

Re: Incremental writing to CD

1999-08-16 Thread Johann Spies
Hallo Martin, On Sun, 15 Aug 1999, Martin Oldfield wrote: > I'd like to write data incrementally to a CD. In particular I'd like > to be able to write some stuff, wait a few hours, then write some more > and so on. At the end of the day the CD written must be readable on > normal machines, so it

Re: How to start cfengine's cfd automatically?

1999-08-16 Thread Gilbert Laycock
> "jtr" == jtr <[EMAIL PROTECTED]> writes: jtr> is someone working with cfengine and has a working script which jtr> starts its daemon cfd on bootup? If so, I would appreciate very jtr> much if he/she would send me a copy. (Any other hints are welcome jtr> as well of course). I have the fol

accessing samba server across switch

1999-08-16 Thread Ferdinand Schinagl
Hi there, is it possible to access a samba server across a switch or router so that the client is on one side and the server on the other side (physically) of the wire? We ran into this problem because our network group decided to exchange the repeater and put a switch there instead. What do I hav

MySQL vs Solid

1999-08-16 Thread Martin Oldfield
Does anyone know of an unbiased comparison between these two SQL servers ? Cheers, -- Martin Oldfield,

Which server to use??

1999-08-16 Thread Arjen v. V.
Hi all, I've got a problem i can't get out. when i install X i also must install a server. only which server do i need to use? I've got a 17-inch screen, and a monsterfusion videocart with 16 MB memory onboard. I like to use a resolution of 1024 x 768 x 24 bpp or 1280 x 1024 24 bpp. I hope anyone k

Datastorm 32+

1999-08-16 Thread Joakim Svensson
Hi all, Anyone got any experience with DigitalScape DataStorm32+ SCSI adapter ? I am looking for a good (supported) SCSI adapter for my home system. Main reason is because I want to buy a scanner (UMAX 1220s) but also for future upgrades. If someone got any other suggestions that would be apprecai

how to connect client xserver to networked host?

1999-08-16 Thread Kenneth Scharf
I know it is possible to run an xserver on a local host computer, and then connect to a window manager and aps running on a networked host. Question is how to set this up? I'd like to start an X session between two computers (I guess this is what an Xterminal is). I have a 'headless' computer

Re: What's this about E-Mail support

1999-08-16 Thread vw
Hey, could you possibly get better support than on debian-user?! Who wants "30 days FREE E-mail support" (tadaaa!) when all the deb-dudes are there to help? Just my 2c. ;-) Vitux Error is human; complete disaster takes a computer > -Oprindelig meddelelse- > Fra: Pollywog [SMTP:[EMAIL PR

Re: how to connect client xserver to networked host?

1999-08-16 Thread Chanop Silpa-Anan
For this case you need xdmcp service from your headless computer. apt-get install xdm and edit file /etc/X11/xdm/Xservers, comment out line :0 local /usr/bin/X11/X vt7. Then you can use X -query headlesshost to start X session, or X -indirect headlesshost. But you can telnet/ssh in and run xte

sr1: CDROM (ioctl) reports ILLEGAL REQUEST

1999-08-16 Thread Johann Spies
I get this first line of error message when I use gtcd and both when I try to run workbone. Gtcd is working but every few seconds report "scanning" and I think that is when this error message appear on the console: sr1: CDROM (ioctl) reports ILLEGAL REQUEST. tocentry read: Operation not supported

Re: Easy way to determine where files are installed?

1999-08-16 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Sun, 15 Aug 1999, [iso-8859-1] Andr? Bell wrote: > ) I've finished my admin install and apache install of debian and am trying > to figure out where all the *.conf files are copied to so I can edit them. > Use the 'locate' command. The command 'updatedb' i

Re: How to put parport before printer at boot?

1999-08-16 Thread David Wright
Quoting Lance Hoffmeyer ([EMAIL PROTECTED]): > I was reading a HOWTO the other day on Zips and it was mentioned that if the printer is loaded before parport (or ppa, I don't remember which) that parport will say that the port is busy and won't recognize the Zipdrive. I believe this is happening w

More on XDM and runlevels

1999-08-16 Thread Chad Walstrom
Brad wrote: "As has been mentioned before, this isn't the best solution either. Say you remove the link in runlevel 2. Fine, xdm doesn't start on boot. Then you change to level 3, and xdm is started. Again, good. But now you change back to level 2, where xdm shouldn't be running. What happens? x

Re: "httpd: cannot determine local host name"

1999-08-16 Thread David Teague
On Sun, 15 Aug 1999, [iso-8859-1] André Bell wrote: > At 11:06 PM 8/15/99 -0700, André Bell wrote: > >Apache tells me "httpd: cannot determine local host name. Use the > >ServerName directive to set it manually." > >[snip] > The problem is I can't find that httpd.conf file. I've no idea where it >

Re: how to connect client xserver to networked host?

1999-08-16 Thread Johan Ur Riise
The X-server is a program that runs on the machine you are sitting at. a)Find out the ip-address or name of that machine(the one you are sitting at). b)Telnet to the headless remote machine. c)Issue the command export DISPLAY=192.168.0.10:0.0 (use the ip-adress (or name) you just found) d)issue th

Re: Which server to use??

1999-08-16 Thread Andrei Ivanov
> Hi all, > I've got a problem i can't get out. when i install X i also must install a > server. only which server do i need to use? > I've got a 17-inch screen, and a monsterfusion videocart with 16 MB memory > onboard. > I like to use a resolution of 1024 x 768 x 24 bpp or 1280 x 1024 24 bpp. > I

xemacs at console won't suspend

1999-08-16 Thread David Teague
Hi Folks The subject says it all. xemacs, when invoked as xemacs at the console -- not in X -- refuses to suspend with a Control-z in a usable way. The keyboard driver continues to respond to keystrokes and echos them, but no keystroke kills what ever remains running after attempting to suspend xe

Re: Host config tool? (Re: "httpd: cannot determine local host name")

1999-08-16 Thread Eric G . Miller
On Mon, Aug 16, 1999 at 12:51:23AM -0700, André Bell wrote: | >you do need to how to properly setup your DNS for your machine... | >its a pain or 5 minutes of work... | > | > most distro have a config tool that asks you the | > machine name, ip# and domain name etc...use their tool... | |

Re: Easy way to determine where files are installed?

1999-08-16 Thread Pann McCuaig
On Sun, Aug 15, 1999 at 11:03:40PM -0700, André Bell wrote: > ) I've finished my admin install and apache install of debian and am trying > to figure out where all the *.conf files are copied to so I can edit them. $ locate httpd.conf /etc/apache/httpd.conf /etc/apache/httpd.conf.0 /usr/doc/apache

Can't connet to my ISP

1999-08-16 Thread Jack Lee
Currently, I'm using Slink and pppd, version 2.3.5 . I'm sure where I get a mistake. I've confirmed with my ISP. They're using Window NT for server and PAP for authentication. Also, it asigns dynamic IP to every client. But, I don't know what netmask there is. The following is from /var/l

Samba and /etc/passwd

1999-08-16 Thread Debian Mail
I'm quite puzzled since I cannot find the answer to what seems to be a faq: I want that samba uses /etc/passwd and not /etc/smbpasswd to authenticate a user. How do I do that? Stef

Re: questions to dselect.

1999-08-16 Thread Eric G . Miller
* Install(ed) - Remove(d) - Config files remain _ Purge(s) - Remove all traces of program = Hold - Not upgraded or removed ? Help / Search The fourth position indicates what dselect will do, the third what it last said it would do, the second what the current status is, the

Installation problem

1999-08-16 Thread nopex
Hi   I need some help. I have problem to boot debian installation disks (slink), it stops on detecting the scsi interface (aha 2940uw). It´s saying something about "downloading instruktions". And someone told me to try to boot with a newer kernel, 2.2. But where do i find that? I dont have a

3com509c not recognized

1999-08-16 Thread westk
I've just done a clean install of Slink (2.0.36 kernel) on a Gateway PII-400, but the installer doesn't install the 3c509c driver ("Installation Failed..."). I've searched the archives and the web in general, but can't find much on the "c" card, except that it's a "Tornado" (as opposed to "Vorn

Unidentified subject!

1999-08-16 Thread me
»Ø¸´µ½: Subject: ¯«©_¶Ê²\Ä_ Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="41068428" X-Encoding: MIME ÕâÊÇÒ»¸ö¶à²¿·ÖµÄ MIME ¸ñʽµÄÏûÏ¢ --41068428 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable BG5 =B2=A3=AB~=A4=B6=B2=D0 =AAe=ABn=AA=F7=B6=A

Re: Possible to connect win95 to linux using ethernet boards?

1999-08-16 Thread Wim Kerkhoff
> Thanks Aaron, > Crazy as this may sound, I'm trying to simulate a local connection to my > hosted domain so I can see how different perl scripts will react _before_ I > add them to my hosted domain. I know i could simply ftp them to my hosted > domain and then test them but that is a pain becaus

Rage128 Video Card

1999-08-16 Thread westk
I've recently acquired a new Gateway computer that has a video card that I can't locate the specs on. I've cracked the case and found that it's an ATI and it has a paper label on one of the chips that says "R128 52001". I lifted the label and the markings on the chip are "ATMEL AT49F512 90J

Re: More on XDM and runlevels

1999-08-16 Thread Richard Kettlewell
Chad Walstrom writes: > Well, I can't site any reason w/xdm other than possibly using > something like kdm or gdm periodically. However, I do know run > levels come in handy. Let's say, for example, you'd like to work on > your web pages at home, perhaps running mysql and apache with php. > Yet,

Re: xemacs at console won't suspend

1999-08-16 Thread Brian Servis
*- On 16 Aug, David Teague wrote about "xemacs at console won't suspend" > Hi Folks > > The subject says it all. xemacs, when invoked as xemacs at the > console -- not in X -- refuses to suspend with a Control-z in a > usable way. The keyboard driver continues to respond to keystrokes > and echos

Re: Logging in w/ session-specific passwd

1999-08-16 Thread David Wright
Quoting Julian S. Taylor ([EMAIL PROTECTED]): > > I log in to Sun using a prompt-response method. The server sends down a > random number, I make an entry into a calculator and it gives me the > password for that session. For this reason, I can't hook up using expect > or chat. Using slackware and

Re: qmail question

1999-08-16 Thread Robert Varga
On Mon, 16 Aug 1999, Nikolay Hristov wrote: > has anybody tried to limit the size of the Sended mail with qmail for a > single user? /var/qmail/control/smtpsize seems to be for that purpose. Search on the Qmail mailing lists for it to be sure, anyway. Robert Varga

Re: Bizarre Clock Problem

1999-08-16 Thread Keith G. Murphy
John Carline wrote: > > Judith Elaine Bush wrote: > > > I have three identical new thin clients with as identical a set-up as i > > can manage to create -- and one shows this problem. It's particularly > > annoying as i had the system set to reboot at a certain time every day > > (mainly to clean

Re: less

1999-08-16 Thread Brian Servis
*- On 12 Aug, Patrick wrote about "Re: less" > On Thu, Aug 12, 1999 at 03:11:32PM -0400, Wakko Warner took time to write: >> Every time I go to less a file that might be a binary (to less), it asks if >> I want to view it. This has gotten very annoying and I haven't seen how to >> turn this off.

from glibc2.0 to glibc2.1

1999-08-16 Thread Oliver
Hallo, I've got a CD from Oracle with ORACLE 8.1.5. This RDBMS uses glibc2.1. How can I change the C-Libraries? 1. install glibc2.1 from tar archive 2. ldconfig glibc2.1 (name ?) Will my system run after the exchange? Do I have to recompile packages? thx!, oliver

Re: dpkg -S

1999-08-16 Thread Brian Servis
*- On 11 Aug, Patrick Olson wrote about "Re: dpkg -S" > >> Grab debian/dists//{main,contrib,non-free}/Contents-.gz . >> It may be in a slightly different place, but that should be what you need. > > Thanks for the info (and the quick reply). I grabbed > ftp://ftp.debian.org/pub/debian/dists/stab

(OT) Correcting VFAT problems from Linux

1999-08-16 Thread Guilherme Soares Zahn
Hi there, I think this is 1/2 OT, but as I could think of nowhere else to ask... ;-) I needed some tool to diagnose a VFAT (FAT32) partition from inside Linux... The reason why I want to do so is that all the tools I've tried to use from inside DOS/WIN refuse to run properly (it seems the

Re: can't connect to my isp

1999-08-16 Thread John Hasler
Wonko writes: > it works fine with windows but not linux, what could be the problem? What are the symptoms? "can't connect" is not enough information. Exactly what happens? Post the output of the 'plog' command. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

A Frequently Reported Bug: "process_queue: Assertion `dependtry <= 4' failed." in dpkg

1999-08-16 Thread Antti-Juhani Kaijanaho
If you get the following message from dpkg dpkg: ../../../main/packages.c:191: process_queue: Assertion `dependtry <= 4' failed. Aborted (core dumped) DO NOT report it as a bug against dpkg. There are already too many duplicate reports on this. There are two known triggers for that bug: * A

Re: confusing X problem

1999-08-16 Thread Patrick Olson
Thanks for taking the time to reply. I think I am closer to having a working setup, but not there yet. > What does SuperProbe say about your video card?? First video: Super-VGA Chipset: Tseng ET4000 (Port Probed) Memory: 256 Kbytes RAMDAC: Generic 8-bit pseudo-color DA

Redhat mutt with xterm-debian

1999-08-16 Thread Andrew Leiserson
I have a problem running a RedHat compiled mutt on a terminal set to xterm-debian. It fails with the message "Error initializing terminal." and leaves the terminal in a broken state (staircase effect with prompt, no echo of what I type). It is possible to work around this with: export TERM=nxterm

Hylafax anyone?

1999-08-16 Thread Felipe Alvarez Harnecker
I wonder if anyone has setup hylafax with succes. The first thing i do is to run faxsetup but it gives a warning about the font metrics. Seen the bug database, hylafax-server has a lot of them. Please tell me your degree of succes in such a odisea. Im running Slink. -- ___

Libraries

1999-08-16 Thread Robert Kerr
I've got a program that's linking with one version of libstdc++. In /usr/lib there are about 1 versions of libstdc++, and the one that I think I need (since the others don't define the symbol I need) is not the one that is being linked to. How do I get it to link to the right one, and are the

Re: (OT) Correcting VFAT problems from Linux

1999-08-16 Thread Raphael clancy
I had the same problem with those same drives, I was going to try lowlevel formating, but the vendor who sold me the systems recomended replacing the dirves as they were in warrenty, so I never had the chance to try it out. Anyway, my advice would be replace that drive if you can ('cause they'r

Re: Problems with the samba update

1999-08-16 Thread Patrick Olson
I am going to assume that version is from unstable (also known as potato) since my Samba is older. In that case, there was mention of a bug in that version of Samba that makes it need a 2.2.x kernel. The message at this address has a better explanation than I can give: http://www.debian.org/Li

Re: kernel, libncurses4-dev_4.2-3.2.deb, and all kinds of fun.

1999-08-16 Thread Patrick Olson
This is just a guess: Are you sure your FTP program is in binary mode? That may sound silly, but I've made the mistake of being in ASCII mode a few times myself. Hope this helps, Patrick On Sun, 15 Aug 1999, Cheshire wrote: > won't work so I've downloaded the potato version. A lot of times. On

Re: Booting problems!

1999-08-16 Thread Adam Di Carlo
<[EMAIL PROTECTED]> writes: > thank you for reading this message. The first boot for installation of > debian 2.1 fails. > After 'Loading linux ..' nothing happens, the machine hangs. Generally this means a bad floppy. There are other boot methods also, such as CD-ROM or loadlin from

Re: confusing X problem

1999-08-16 Thread Ernest Johanson
Patrick, I took a look at your files on the web. A quick check of /usr/X11R6/lib/X11/Cards indicates the following: NAME Weitek P9100 (generic) CHIPSET Weitek P9100 SERVER SVGA NOCLOCKPROBE I noticed you have a RAMDAC entry and a Clocks entry in your XF86Config. It may be that the card does not

dselect problem

1999-08-16 Thread Pollywog
I ran dselect in order to add a few packages and to remove some I do not need, like CVS. Now, dselect insists on removing some packages I never asked it to remove and the worst part is that I cannot seem to fix this with dselect by changing "remove" to "install". Is there a text file somewhere th

SCSI Zip help - Dmesg meaning?

1999-08-16 Thread Lance Hoffmeyer
I am trying to get a Iomega SCSI Zip working on my system. I installed scsi support and compiled the kernel. I am new to SCSI cards and don't know anything about them. When I boot I get the following messages: aha152x: processing commandline: ok aha152x: BIOS test: passed, detected 1 contr

Re: Which server to use??

1999-08-16 Thread Dave Swegen
On Mon, Aug 16, 1999 at 09:03 -0500, Andrei Ivanov wrote: > > Hi all, > > I've got a problem i can't get out. when i install X i also must install a > > server. only which server do i need to use? > > I've got a 17-inch screen, and a monsterfusion videocart with 16 MB memory > > onboard. > > I like

Re: Unidentified subject!

1999-08-16 Thread Michelle Konzack
Hello, I have trouble with Downloading off messages like this Please can anyone tell me, what this is ??? Webmistress Michelle At 19:00 16.08.1999, you wrote > This was the original Message: MK>»Ø¸´µ½: MK>Subject: ¯«©_¶Ê²\Ä_ MK>Mime-Version: 1.0 MK>Content-Type: multipart/mixed; bou

dselect with apt and ftp (or http) scheme

1999-08-16 Thread Dieter Faulbaum
High all, I want to install a potato-system from ftp.de.debian.org via the ftp-access-method of apt. I can update the list of available packages without a problem ans select the ones I want but when I come to installing them, I get an error message like this for every package I selected (this is

Re: 3com509c not recognized

1999-08-16 Thread Heikki Vatiainen
[EMAIL PROTECTED] wrote: > I've just done a clean install of Slink (2.0.36 kernel) on a Gateway PII-400, > but the installer doesn't install the 3c509c driver ("Installation > Failed..."). You mean 3c905C, the twisted pair only 10/100Mbit/s Ethernet card and not 3c509, the 10Mbit/s card? Also

  1   2   >