Re: kernel question

2000-01-05 Thread Brian Servis
*- On 5 Jan, Pollywog wrote about "kernel question" > I just found out that Linux kernel 2.2.14 is out and it is stable. > Debian does not yet have a kernel-source-2.2.14-deb out. Can I just use a > regular kernel source tarball to make a custom kernel image the Debian way? > I have done this bef

Re: SCSI CD, reported by kernel, isn't there.

2000-01-05 Thread Nathan E Norman
On Thu, 6 Jan 2000, Alan Eugene Davis wrote: [ snip ] : Now I am having some trouble with the SCSI CD. The kernel reports the : SCSI adapter and the CD during boot up messages. But when I try :mount -tios9660 /dev/scd0 /cdrom : or to use a cd player, nothing---this is not known to the

RE: kernel question

2000-01-05 Thread Sean 'Shaleh' Perry
On 05-Jan-2000 Pollywog wrote: > I just found out that Linux kernel 2.2.14 is out and it is stable. > Debian does not yet have a kernel-source-2.2.14-deb out. Can I just use a > regular kernel source tarball to make a custom kernel image the Debian way? > I have done this before but I suspect the

kernel question

2000-01-05 Thread Pollywog
I just found out that Linux kernel 2.2.14 is out and it is stable. Debian does not yet have a kernel-source-2.2.14-deb out. Can I just use a regular kernel source tarball to make a custom kernel image the Debian way? I have done this before but I suspect there were some additional steps I had to p

SCSI CD, reported by kernel, isn't there.

2000-01-05 Thread Alan Eugene Davis
Recently, I shuffled some hardware on my working new Potato system; mainly, I installed an SB Live sound card (compiled Creative's source with both 2.3.35 and 2.2.13, and both worked, _nominally_). Now I am having some trouble with the SCSI CD. The kernel reports the SCSI adapter and the CD dur

Re: Can't get scripts to work

2000-01-05 Thread aphro
by default, the current working directory (CWD) is not in your $PATH so append a ./ to the command, so in this case ./removeCiv.sh or you can modify your path, in /etc/profile (for bash and compadible shells) add export PATH=$PATH:. although it is somewhat of a security risk to have . in your p

Re: Can't get scripts to work

2000-01-05 Thread Dave Sherohman
Cameron Matheson said: > Then I type "chmod u+x removeCiv.sh" to add execute permission to myself, > but when i type "removeCiv.sh" at the prompt i get the error "bash: > removeCiv.sh: command not found" Try /removeCiv.sh or move the script to an 'executables' directory, such as /usr/local/bin.

Re: no linux/videodev.h

2000-01-05 Thread aphro
dont use the drivers in the kernel they are old and buggy. i believe your card is a Bt848 based card. go here and get these drivers: http://www.metzlerbros.de/bttv.html the driver you want is http://www.metzlerbros.de/bttv-0.6.4h.tar.gz as for a radio app, i dont know i cant stand listening t

Re: su no longer working after dist-upgrade

2000-01-05 Thread Marek Habersack
* aphro said: > i got that when my ulimits were too strict, try killing processes to free > up resources (see ulimit for more info) either that or you may be out of > memory.. I reported the problem to the packages' maintainers (su and sudo) but apparently the problem of su and sudo not resetting r

Can't get scripts to work

2000-01-05 Thread Cameron Matheson
Hey, I can't get any of my scripts to work. I'm just trying to start simple, by making a script to delete all my FreeCiv save files. I use 'vi' and type the following: # !/bin/sh rm civgame* clear pwd ls -l Then I type "chmod u+x removeCiv

no linux/videodev.h

2000-01-05 Thread Hans
I'm trying to get the radio of my Miro Media PCTV pro to work. I downloaded fmtools, but when running 'make' it comes back to me with 'linux/videodev.h: No such file or directory' and it exits. Now I've compiled a kernel with modular support for the bttv driver and video devices, so what am I doin

Re: PPP and cdparanoia

2000-01-05 Thread aphro
often when ripping from an IDE drive cpu utilization goes through the roof, try reducing the speed at which you rip cds, i can rip and be online with no problem..i can rip and be online and play quake no problem..course my scsi drives seem to top out at 1X for reading CDA nate On Wed, 5 Jan 2000,

Improvements in alsa sound quality?

2000-01-05 Thread Christopher Mosley
I installed the alsa modules that came with the current stable slink cd (alsa 2.0 pre 8 + 8.3 diff patch). I see that there have been many versions since 2.0 alsa. What I wonder is, is there really any reason to upgrade, especially in regards to the audiopci and awe32/64 modules? Have these new ve

Re: debhelper, potato sources on slink

2000-01-05 Thread Joey Hess
Jens Günther wrote: > I think it would be prudent not to use unstable development utilities > in producing the next stable release, because it prevents users from > building selected packages locally, although they might work well enough in > their mostly stable environment. What problems might ari

Re: su no longer working after dist-upgrade

2000-01-05 Thread aphro
i got that when my ulimits were too strict, try killing processes to free up resources (see ulimit for more info) either that or you may be out of memory.. nate On Wed, 5 Jan 2000, Marc D Chapman wrote: chap00 >Recently I performed a apt-get dist-upgrade on my potato box. Since then chap00 >wh

Re: Vera and SIOCADDRT - separate subjects

2000-01-05 Thread Howard Mann
> 2. For some time now when booting, I get the message > 'SIOCADDRT - invalid argument'. It appears to cause > no problem - nevertheless, I'd like to understand exactly > what is referred to and make any correction needed. > So far I've found no reference to meaning - there have

PPP and cdparanoia

2000-01-05 Thread Alisdair McDiarmid
I've noticed that if my machine is connected to the Internet using PPP, and I start to rip a CD using grip or cdparanoia (both use libcdparanoia), the PPP link heavily drops packets and often the line drops. This is A Bad Thing. It happens even wen cdparanoia is set to priority 20 (top shows that t

su no longer working after dist-upgrade

2000-01-05 Thread Marc D Chapman
Recently I performed a apt-get dist-upgrade on my potato box. Since then whenever I 'su' I am unable to do anything from the shell prompt. It always gives me an error like: bash: fork: Resource temporarily unavailable This makes life extremely more difficult for the purpose of upgradin

Re: Problem with ncurses since 01/02/2000 apt-get dist-upgrade

2000-01-05 Thread ferret
I just had this problem a couple hours ago, actually, on my Potato box. I'm not sure what happened to break it (was working fine just a few days ago) but a purge of all *curses*-dev packages and then a reinstall of libncurses5-dev did the trick. Also let me remove a couple `legacy' packages. BTW,

Re: Problems after upgrading to potato

2000-01-05 Thread Jens Günther
On Tue, Jan 04, 2000 at 11:26:14AM -0500, Rajesh Radhakrishnan wrote: > 1. My mouse doesn't work after I boot and start X windows. >I have to run gpm,gpm-mouse-test after I boot in to make >my mouse work. >Any ideas what I have to check in my init script so that >my mouse driver is

Re: debhelper, potato sources on slink

2000-01-05 Thread Jens Günther
On Tue, Jan 04, 2000 at 09:31:05AM -0800, Joey Hess wrote: > Was it chown --no-dereference? Perhaps that has been added to chown > recently, though the changelog doesn't say what version I should depend upon. Yes, that is it! I add some information below: ---begin quote--- dh_strip dh_compress dh

Vera and SIOCADDRT - separate subjects

2000-01-05 Thread John
1. I found and installed a program, Vera 1.4a-1, which is stated to list acronyms. There was no problem with dselect and 'dpkg -l' shows it as installed, however, I am neither able to locate any file of that name nor to access the list. Anyone any ideas please? 2. For some time now

PPP, CDROM, and Floppy Questions

2000-01-05 Thread AU,SCOTT CHUONG
I've finally managed to install Debian 2.1 from floppy disks using images downloaded from the Debian Website. Being a newbie to Linux, I have some problems I cannot seem to resolve. I've gone through the any help files I could find as well as Debian mail Archives to no avail. Here's the list (fo

Re: connect script failed when trying to use pon

2000-01-05 Thread aphro
the system cannot talk to the modem, make sure the modem is configured correctly, if this is the first time you installed linux on that machine, you may need to use isapnp to configure it. use minicom to manually talk to the modem, i suggest using the jumpers (if available) on the modem to hard co

Re: Boot problem on new computer

2000-01-05 Thread aphro
as far as i know the athlon requires kernel 2.2.13 to boot(or newer) anything less will crash (i read that 2.2.12 works but from what i remember on the kernel mailing list 2.2.13 was the one to use) nate On Wed, 5 Jan 2000, Peter Schuller wrote: scode >Hello, scode > scode >I'm in a desperate ne

Re: limiting directories in a virtual host

2000-01-05 Thread aphro
I have a global deny to all to / (Everywhere) then i specifically have to allow each virtual host, make sure to disable symlinks (or use symlinksifownermatch i think is the directive i strongly sugest not putting any data in a directory that can be accessed by the www server, that is important, i

Re: X-Configuration Docs or Script?

2000-01-05 Thread John Pearson
On Tue, Jan 04, 2000 at 09:47:21PM -0800, Hagen Finley wrote > I made a dry run at installing Debian using the cdrom as a dselect source > this time and, although there were a couple of bumps along the way, the > process looks promising. I have noticed that the Install notes and Debian > FAQ don't

hda status timeout

2000-01-05 Thread Jim McCloskey
|> hda: status timeout: status=0x80 {busy} |> hda: drive not ready for command |> ide0: Reset: Success This has come up more than once over the last year or two. If you search the list archives (especially around April of 99, I think), you should find discussion and opinions. The consensus seems

connect script failed when trying to use pon

2000-01-05 Thread Joseph de los Santos
Happy New Year! I get a connect script failed when I try to use pon to connect to my ISP. it used to work before. Here is the exact error message: debian:/etc# ln –sf /dev/ttyS0 /dev/modem debian:/etc# pon x debian:/etc# tail –f /var/log/ppp.log Jan 4 08:13:15 debian pppd[178]:Connect scrip

backspace in xterm

2000-01-05 Thread pplaw
debs, what's the config to backspace in xterm? btw: i'm running dlinux on 2 lapboxes and 2 deskboxes. on 1 lapbox, i can backspace in xterm; the other boxes, i cannot... ia, t. bentley taylor. //

Setting up 20 equal linux boxes

2000-01-05 Thread Konrad Mierendorff
Hi, at my school we are running a Linux server which serves as a file-/http-server/internetgateway/WinNT-Domain-Master at the moment. In the near future we will get about 20 new machines which will run Linux (Debian of course). To allow flexible usage the home direcories of all users should be st

Exim: more than 10 messages received in one connection

2000-01-05 Thread Phillip Deackes
I am trying to get Exim 2.05 working correctly on my system. Everything seems to be OK, so far, except that when I get more than 10 messages the remaining messages are queued and the Exim log files report: no immediate delivery: more than 10 messages received in one connection I have just been tr

exim problem

2000-01-05 Thread Mark Symonds
Hello, I have 118 msgs sitting in /var/spool/exim/input That are frozen, all with the same error: 11oG5a-0006tw-00 :: 1999-11-17 17:10:18 [EMAIL PROTECTED]: lookuphost router deferred: lowest numbered MX record points to local host *** Frozen *** The master file in /var/named for

Boot problem on new computer

2000-01-05 Thread Peter Schuller
Hello, I'm in a desperate need of assistence. I just a got my new computer and I'm trying to install Debian 2.0 on it (to be upgraded to potato after initial install). The problem is that it won't boot during the installation process. The last thing printed is "md driver 0.35 MAX_MD_DEV=4, MAC_RE

Re: education warehouse

2000-01-05 Thread kaynjay
On Wed, Jan 05, 2000 at 07:20:12AM -0500, Antonio Rodriguez wrote: ... > > represent intellectual property. There's far more to this than simply > having > > the tools to do the recording (or whatever). > > People willing to do it will by definition desire to give it away. I > know that there is

Re: pointer trails in X?

2000-01-05 Thread d1temp
On 4 Jan, Shaul Karl wrote: >> >> Is it possible via some configuration to get the mouse to have a trail >> in X? It makes it nice to spot the cursor after your eyes have lost >> focus of it. >> > > (1) I am not sure but I believe that it is the WM business and that > Fvwm has an option to d

Re: man -k doesn't work

2000-01-05 Thread Brian J. Stults
Ethan Benson wrote: > >It turns out mandb is failing. When I run mandb as root I get this: > > > >Processing manual pages under /usr/man... > >Updating index cache for path `/usr/man'. Wait...mandb: can't create a > >temporary filename: Permission denied > > > >I don't know enough about how mandb

limiting directories in a virtual host

2000-01-05 Thread Pere Camps
Hi! I've got many directives in my main apache config. Now I've got some VirtualHosts and I want them to be able to access what I want... that is, deny everthing and tell them what they can acces on a per VirtualHost basis. I fond out that I had to make a "deny from all"

RE: Modem dials without reason SOLVED

2000-01-05 Thread Klaus Drews
Hi evreyone, Porblem solved. I inserted an ignore for netbios-dgm in diald's standard.filter. Now all works fine. Regards, Klaus.

Apache-ssl going mad

2000-01-05 Thread Mario Jorge Nunes Filipe
Hi I'm running a local webmail site where the pages are served by apache-ssl. Since there is no real need for a real certificate i've used the ssl-certificate script to generate new certificates when the old ones expire... until today. Today i ran ssl-certificate, but now when i try /etc/init.d/a

Re: ppp fails only to work site

2000-01-05 Thread aphro
does the remote site require PAP ? is PAP setup? run pppconfig and create a new connection and tell it to use PAP if the remote end requires PAP, if it does not then tell pppconfig to use a standard login(plain text) nate On Wed, 5 Jan 2000, Ralph Winslow wrote: rjw >For the last couple of wee

Re: modem RX rate is considerable slower than RX rate

2000-01-05 Thread aphro
the subject is a little misleading :) is the server you are testing from a local server? within your ISP's network? what speed do you connect at(see /var/log/messages) and what kind of file are you trying to transfer?(text? compressed? highly compressed?) and what mode?(ascii/binary) and what clie

Re: hda status timeout ?

2000-01-05 Thread Ron Rademaker
Just a few hours ago I also had a status timeout on on eof my harddisk, accidentally I pulled out the power from my harddisk. You could check if the powercable to your harddisk (little white connector) is well attached, perhaps it sometimes fails and then goes on again. On Wed, 5 Jan 2000, Larry S

Re: Multiple E-mail addresses

2000-01-05 Thread Ron Rademaker
Two solutions (not real handy ones, but better than keep changing the configuration files): 1) For evey e-mail adress you want to send with you create a new user with that mail adress. 2) Make a lot of configuration files and rename them everytime you want to have another mail-address. On Wed, 5

Re: I need a truley interactive chat script for PPP

2000-01-05 Thread Joachim Trinkwitz
[EMAIL PROTECTED] writes: > I need to connect to the mainframe from the office, and have a need for a > complex chat script. Can someone help me out? > Under Win95, I have my dialout connection set to bring up a terminal window > after connecting, so I can do the following: > Login: > Passwor

Re: python startup files

2000-01-05 Thread Douglas Bates
"Jens B. Jorgensen" <[EMAIL PROTECTED]> writes: > I dunno about .pythonrc.py. The docs I read said to put startup code in > ~/.python-startup.py and this is what I use successfully. In order to modify > python's > search path from python code you just need to manipulate the sys.path list, > eg.:

config ?'s

2000-01-05 Thread Michael Hunter
I'm attempting to install debian on a Compaq DeskPro 5100 (P100). What modules do I need to install for: - the built-in LAN port - a 3Com HomeConnect Phoneline PCI card - a Cisco 605 DSL PCI card - enabling getting the IP address via DHCP Any help will be much appreciated! u l

Re: screen green; no icons

2000-01-05 Thread Konrad Mierendorff
Steve Winston wrote: > > I get only a green screen in X with no icons. I configured X in slink for my > voodoo3 card. When I type startx, I get a screen the color of a typical > win95 green, nothing else. Any suggestions anyone? Help. > thanks, sTeve W. Is this the first time you use X or did you

Re: ppp fails only to work site

2000-01-05 Thread John Hasler
Ralph Winslow writes: > PAP authentication failed Run pppconfig and set your system up to use PAP authentication. Your ISP is using a too-clever terminal server that recognizes when you are using a modem program and puts up a login: prompt but expects pppd to use PAP. -- John Hasler [EMAIL PROTE

Riva ZX

2000-01-05 Thread Sylwester Zelazko
Hi. Did someone run quake/xracer or any other 3d game on riva zx with hardware acceleration ?

Multiple E-mail addresses

2000-01-05 Thread lorenzo . zampese
Hi mail Gurus ! Having two or more ISP's smart hosts (and 2 or more e-mail addresses), I need to choice which e-mail address to use for sending e-mail time by time. I usually use 'smail' on my Debian Linux box. Is it possible to set smail/linux for managing multiple e-mails address, without chan

Re: man -k doesn't work

2000-01-05 Thread Brian J. Stults
Fabrizio Polacco wrote: > > On Tue, Jan 04, 2000 at 01:04:49PM -0500, Brian J. Stults wrote: > > Hi, > > > > When I type man -k [anything], I always get this result: > > > > [anything]: nothing appropriate > > and when you try man [anything] what do you get? man [anything] works (for appropr

Re: man -k doesn't work

2000-01-05 Thread Konrad Mierendorff
I'm sorry to ask this question, but did you run mandb as root?

hda status timeout ?

2000-01-05 Thread Larry Shields WD9ESU
If anyone can explain to me as to why I am now seeing this message come across my screen while Debian Linux is up and running, and if there is a fix for it...This just started yesterday... hda: status timeout: status=0x80 {busy} hda: drive not ready for command ide0: Reset: Success Thanks Larry

Re: python startup files

2000-01-05 Thread Jens B. Jorgensen
I dunno about .pythonrc.py. The docs I read said to put startup code in ~/.python-startup.py and this is what I use successfully. In order to modify python's search path from python code you just need to manipulate the sys.path list, eg.: import sys sys.path.append('path-to-append') In order to

Re: man -k doesn't work

2000-01-05 Thread Ethan Benson
On 5/1/2000 Brian J. Stults wrote: It turns out mandb is failing. When I run mandb as root I get this: Processing manual pages under /usr/man... Updating index cache for path `/usr/man'. Wait...mandb: can't create a temporary filename: Permission denied I don't know enough about how mandb wor

Re: mgetty & external sportster

2000-01-05 Thread Jens B. Jorgensen
On thing you might want to set if it isn't already is AT&B1. This tells the modem to use a fixed serial rate, not one that's adjustable based on connection. Since you showed that mgetty was able to communicate with the modem for setting it up it's a little weird that when rings come in it gets t

How to customize the keyboard under X ?

2000-01-05 Thread lorenzo . zampese
Hi to all ! How can I customize my keyboard under X ? I mean without X (bash), I can use 'loadkeys ' and all works fine. But under X, the keyboard's customization doesn't work. I think X uses anything about Xmodemap, but I haven't further information. Another problem under X, is Joe's (editor)

Re: Third Party X Server

2000-01-05 Thread Paul M Sargent
On Wed, Jan 05, 2000 at 06:50:35AM -0800, Andrei Popov wrote: > > Accelerated X installs *only* an accelerated server. > It will not replace the rest of you Xfree86 > installation, it willonly: > > - add a separate config file under /etc/X11 > - copy accelerated X server into /usr/bin/X11

Re: man -k doesn't work

2000-01-05 Thread Brian J. Stults
David Teague wrote: > > You may have fixed the problem, and not recognize it. > > If you are getting 'nothing appropriate' that may be the correct > answer. For example, on my system, > > elentari:~[1]man -k ls > ls (1) - list contents of directories > mkls-lR (8) - Make l

Re: Third Party X Server

2000-01-05 Thread s. keeling
On Wed, Jan 05, 2000 at 12:52:18PM +, Paul M Sargent wrote: > I've recently got a copy of XIG's Accelerated X, and I wanted to give it a > try on my Potato System, but before I do I wanted to check something. > > Currently I'm using the XFree86 3.3.5 packages to provide X. If I de-install > th

Re: man -k doesn't work

2000-01-05 Thread Fabrizio Polacco
On Tue, Jan 04, 2000 at 01:04:49PM -0500, Brian J. Stults wrote: > Hi, > > When I type man -k [anything], I always get this result: > > [anything]: nothing appropriate and when you try man [anything] what do you get? If you get a manpage then it is the db to be rebuilt (mandb -c from root),

Pine sends but says it didn't

2000-01-05 Thread neath
I've just done a fresh install of potato (from slink boot disks then apt-get dist-upgrade etc). I installed exim, and mail works (sending and receiving) using /usr/bin/mail. I installed Pine 3.96 and built a debian package. I also compiled the source myself to Pine 4.21 and 'hand installed'. Fo

ppp fails only to work site

2000-01-05 Thread Ralph Winslow
For the last couple of weeks I've been unable to connect to work via ppp. When I run minicom, I see the host: prompt and enter ppp, then get the password: prompt and enter my password, then see the ppp garbage strings that start the protocol negotiation. I believe that this confirms that the pass

Money

2000-01-05 Thread bob64
Hi. Check out this cool new topsite list called Top 100 Internet Sites. It just started out but it'll grow. If you have a website you can add it except for if it contains any illegal material or porn. If you don't have a website you can just stop by to check out the sites there. Visit http://w

Re: man -k doesn't work

2000-01-05 Thread David Teague
On Tue, 4 Jan 2000, Brian Stults wrote: > Ethan Benson wrote: > > the mandb cron job has not been run yet, i think its a weekly: > > /etc/cron.weekly/mandb > > should make it run now, it takes a while. > > I tried that, but I still get "nothing appropriate". Any other > suggestions? Brian You

Re: help with linux

2000-01-05 Thread David Teague
On Tue, 4 Jan 2000, jd wrote: > hello im hoping you can help me im trying to down load linux and i > dont no where to start i know you probly have better things to do > than to help linux dummies but if you can give me any help i would > be thankfull james ward email [EMAIL PROTECTED] Phil Dyer

Re: Changing font size for xterm

2000-01-05 Thread Brian Servis
*- On 5 Jan, David Wright wrote about "Re: Changing font size for xterm" > Quoting Brian Servis ([EMAIL PROTECTED]): >> *- On 4 Jan, Brian Fuller wrote about "Changing font size for xterm" >> > What is the best way to change the font size for xterm, emacs etc? >> >> On the command line: >> >> x

Re: Changing font size for xterm

2000-01-05 Thread David Wright
Quoting Brian Servis ([EMAIL PROTECTED]): > *- On 4 Jan, Brian Fuller wrote about "Changing font size for xterm" > > What is the best way to change the font size for xterm, emacs etc? > > On the command line: > > xterm -fn > emacs -fn > > Dynamically: > > xterm: Ctrl+Btn3 > (I use xemacs so

Third Party X Server

2000-01-05 Thread Paul M Sargent
I've recently got a copy of XIG's Accelerated X, and I wanted to give it a try on my Potato System, but before I do I wanted to check something. Currently I'm using the XFree86 3.3.5 packages to provide X. If I de-install these I'll end-up uninstalling all packages which depend on X. Not really wh

Re: modem TX rate is considerably slower than RX rate

2000-01-05 Thread Shao Zhang
Sorry, I meant to say TX in the subject. Shao Zhang [EMAIL PROTECTED] wrote: > Hi, > when I ftp to a server, if I use the get command, I can get > around about 4K/s. But with the same server, if I use the put > command, I only get about 600bytes/s. > > I have checked /etc/

modem RX rate is considerable slower than RX rate

2000-01-05 Thread Shao Zhang
Hi, when I ftp to a server, if I use the get command, I can get around about 4K/s. But with the same server, if I use the put command, I only get about 600bytes/s. I have checked /etc/ppp/options, and tried to set both mtu and mru to 1500, but did not solve

Re:education warehouse

2000-01-05 Thread Antonio Rodriguez
- Original Message - From: <[EMAIL PROTECTED]> To: Antonio Rodriguez <[EMAIL PROTECTED]>; Sent: Tuesday, January 04, 2000 2:49 PM Subject: Re: education warehouse, sound-video player > >Software that enables video recording of lectures, with the highest > >compression and facility of use,

Jbuilder in slink

2000-01-05 Thread Mario Jorge Nunes Filipe
Hi Has anyone been able to install jbuilder on a slink machine. I'm trying to install it now, but after i select the VM it just dies... -- Mario Filipe [EMAIL PROTECTED] http://neptuno.sc.uevora.pt/~mjnf

Re: UDMA/66

2000-01-05 Thread aphro
you need to compile your own driver for udma 66 check the archives for the url, for maximum stability i suggest avoiding the dma66 controller (i have bp6 too, but i am 100% scsi) nate On Tue, 4 Jan 2000, Guyren G Howe wrote: guyren >I couldn't get Corel Linux to work until I switched my drive fr

UDMA/66

2000-01-05 Thread Guyren G Howe
I couldn't get Corel Linux to work until I switched my drive from the UDMA/66 port to the normal one (I have a BP6 mobo and UDMA/66 drive). The benchmarks I've seen (eg on Thresh) show the /66 to be way faster. Is there any way I can get this to work? TIA

Re: problem with symlinks

2000-01-05 Thread Brian May
> "DZM" == David Z Maze <[EMAIL PROTECTED]> writes: DZM> Note that any Debian package will create a directory DZM> /usr/doc/$PACKAGE (or /usr/share/doc/$PACKAGE in Potato) DZM> containing the package's documentation, including at the very DZM> least the copyright file. So this

Re: modprobe automated.

2000-01-05 Thread aphro
i add most of the modules i need in /etc/modules that inserts them at boot for me, i still have kerneld but it has no other modules to load since they are already loaded. nate On Wed, 5 Jan 2000, Hans wrote: hansfo >How can I automagically load modules with modprobe at boot (I don't want to ha

Re: [Rank Newbie] Netgear ether card under Corel distrib

2000-01-05 Thread Nathan E Norman
On Tue, 4 Jan 2000, Guyren G Howe wrote: : I am diving head first into Linux, but have done very little work with Unix : in my career except a tiny but at University. Welcome - this is the place to be. : My immediate problem is that I can't get network cards working under my : Corel linux (o

Parallel Port Scanners under Linux?

2000-01-05 Thread Emil Soleyman-Zomalan
Hi, I have a CanoScan 630P (parallel port) scanner at home and it works fine under windows but I have since looked around and found out that scanner software such as SANE do not support such hardware. I was wondering if anyone has had any luck with this particular scanner or any parallel porte

X-Configuration Docs or Script?

2000-01-05 Thread Hagen Finley
I made a dry run at installing Debian using the cdrom as a dselect source this time and, although there were a couple of bumps along the way, the process looks promising. I have noticed that the Install notes and Debian FAQ don't seem to zero in on configuring X during the installation. Is there an

Re: problem with symlinks

2000-01-05 Thread David Z. Maze
aphro <[EMAIL PROTECTED]> writes: aphro> attached is the results of dpkg -S /usr aphro> aphro> it should list every package i have in /usr, there is a aphro> craplaod of them, probably around 500, Note that any Debian package will create a directory /usr/doc/$PACKAGE (or /usr/share/doc/$PACKAGE

screen green; no icons

2000-01-05 Thread Steve Winston
I get only a green screen in X with no icons. I configured X in slink for my voodoo3 card. When I type startx, I get a screen the color of a typical win95 green, nothing else. Any suggestions anyone? Help. thanks, sTeve W. Get yo

Re: virtual domains under exim

2000-01-05 Thread John Pearson
On Wed, Jan 05, 2000 at 12:50:17AM +0100, Pere Camps wrote > Hi! > > I'd like to setup a virtual domain with exim. So far I've managed > to make it able to accept emails for the virtual domain, but it now sends > the emails to the local users. I'll give an example: > > The machine is

Re: wwwoffle mystery

2000-01-05 Thread Carl Fink
> I have removed the rc.d links for wwwoffle (using update-rc.d) but whenever > the machine is restarted, up comes wwwoffle. Does anyone know how this is > happening? I have looked at my other scripts and I am clueless. Try grep -r wwwoffle in the /etc directory. -- Carl Fink

[Rank Newbie] Netgear ether card under Corel distrib

2000-01-05 Thread Guyren G Howe
I am diving head first into Linux, but have done very little work with Unix in my career except a tiny but at University. My immediate problem is that I can't get network cards working under my Corel linux (or my sound card -- an inland Sound Card PCI 128 Wave Table -- but I'm prepared to leave th

Re: UPS software compatibility

2000-01-05 Thread Mark Zimmerman
On Tue, Jan 04, 2000 at 10:43:07AM -0600, Ron Stordahl wrote: > I am considering buying a Tripp Lite OmniSmart 450PNP. They claim that > their PowerAltert V10.1.9 software supports Linux, however I would be much > more confortable if I knew for sure that it worked, and ideally was open > source. >

Re: man -k doesn't work

2000-01-05 Thread Brian Stults
Ethan Benson wrote: > the mandb cron job has not been run yet, i think its a weekly: > /etc/cron.weekly/mandb > should make it run now, it takes a while. I tried that, but I still get "nothing appropriate". Any other suggestions? Thanks, Brian > On 4/1/2000 Brian J. Stults wrote: > > >When I

Possible date problem in nntpcache?

2000-01-05 Thread ferret
This just started happening today after a service restart: ---> 501 yymmdd hhmmss ["GMT"] [] <--- which is aparantly returned after a `newnews' command from trn. Setting `NNTPSERVER' to my ISP's news server has no problem. A manual connection to port 119 reveals my ISP's server to use a four-digi

Re: help with linux

2000-01-05 Thread Phil Dyer
jd wrote: > hello im hoping you can help me im trying to down load linux and i > dont no where to start i know you probly have better things to do than > to help linux dummies but if you can give me any help i would be > thankfull james ward email [EMAIL PROTECTED] I think the easiest way to

Re: Changing font size for xterm

2000-01-05 Thread Brian Servis
*- On 4 Jan, Brian Fuller wrote about "Re: Changing font size for xterm" > Thanks for the tips. I tried them out and they worked as expected. The > next step is to be able to change the default fonts. Would that be don > in a .conf file? > > Xterm uses the 'fixed' font as the default. The only

Re: debhelper, potato sources on slink

2000-01-05 Thread John Pearson
On Tue, Jan 04, 2000 at 11:47:57AM +0100, Jens Guenther wrote > Hi, > > I tried to build several potato packages for my slink machine. This failed, > because some debhelper scripts were not available. After installing the > potato version of debhelper, it failed again, this time because some comma

Re: Problem with ncurses since 01/02/2000 apt-get dist-upgrade

2000-01-05 Thread John Pearson
On Tue, Jan 04, 2000 at 12:28:01AM -0500, Todd Suess wrote > I recently did a apt-get dist-upgrade on Jan 2nd, which updated ncurses to > version 5.0. I didn't notice any problems at first, but I went to build a > custom version of Nethack and noticed that it failed to compile with curses > error

Re: problems w/Recent Upgrade to October GNOME

2000-01-05 Thread John Foster
Martin Bialasinski wrote: > You have the package perl, version 5.004-blah installed, not the > package perl5 (which is actually only a virtual package, provided by > the various flavours of the perl-5.00x packages. > > Why do I need perl5 again.. Ah, yes convert-metadata.db needs it. > > Reorga

wwwoffle mystery

2000-01-05 Thread Pollywog
I have removed the rc.d links for wwwoffle (using update-rc.d) but whenever the machine is restarted, up comes wwwoffle. Does anyone know how this is happening? I have looked at my other scripts and I am clueless. thanks -- Andrew

Re: Changing font size for xterm

2000-01-05 Thread Brian Fuller
Thanks for the tips. I tried them out and they worked as expected. The next step is to be able to change the default fonts. Would that be don in a .conf file?

Re: Changing font size for xterm

2000-01-05 Thread Brian Servis
*- On 4 Jan, Pann McCuaig wrote about "Re: Changing font size for xterm" > On Tue, Jan 04, 2000 at 19:41, Brian Servis wrote: >> >> To get a list of all available fonts run the command xlsfonts(in the >> xbase-clients package). >> >> To get an interactive selection of all available fonts runt he

Re: Changing font size for xterm

2000-01-05 Thread Pann McCuaig
On Tue, Jan 04, 2000 at 19:41, Brian Servis wrote: > > To get a list of all available fonts run the command xlsfonts(in the > xbase-clients package). > > To get an interactive selection of all available fonts runt he command > xfontsel(in the xcontrib package). Wow. Thanks for the pointers. Had

Re: Potato/Unstable Issues

2000-01-05 Thread William Burrow
On Fri, Dec 10, 1999 at 09:47:17PM +0100, Gergely Madarasz wrote: > On Fri, 10 Dec 1999, Joey Hess wrote: > > > Craig Coles wrote: > > > 1: On a couple of boxes, while doing an update with dselect, I keep seeing > > > the message > > > > > > Cannot find termcap: Can't find a valid termcap file at

Re: modprobe automated.

2000-01-05 Thread Alisdair McDiarmid
On Wed, Jan 05, 2000 at 01:07:48AM +0100, Hans wrote: > How can I automagically load modules with modprobe at boot (I don't > want to use kerneld)? I once knew, but it's been a while. Insert the names of the modules in /etc/modules. -- alisdair mcdiarmid[EMAIL

  1   2   >