Re: Booting from floppy

2000-06-07 Thread Robert Mognet
Hi,

On Wed, Jun 07, 2000 at 09:43:38AM -0700,  Shane   wrote:
 
 Hello,
 I have created a boot floppy with the
 following commands(debian 2.2).
 
 # dd if=/vmlinuz of=/dev/fd0 conv=sync
 # rdev /dev/fd0 /dev/hda
  ^
I believe this should be your root partition. 
Is it perhaps /dev/hda1 (or something)?

 # rdev -R /dev/fd0 1

 
 The system starts to boot and then it hungs
 with this message.
 
  Kernel panic: VFS: Unable to mount root fs
 
 What am I doing wrong?  Also, how do you
 stop the boot process, pressing the shift
 key has no effect when booting from floppy.

The shift key interrupts LILO, but when you
boot a disk image you've got a kernel image
loaded by BIOS and jumped to directly.  So LILO
isn't part of the process.

 Thanks for your reply.
 
 -Shane

Regards,

Robert
 
 
 
 
 --== Sent via Deja.com http://www.deja.com/ ==--
 Before you buy.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



Re: Fetchmail

2000-06-05 Thread Robert Mognet
Hello,

On Mon, Jun 05, 2000 at 01:44:20AM -0400, Dan Brosemer wrote:
 On Sun, Jun 04, 2000 at 08:49:54PM -0700, Jay Kelly wrote:
  Hello Dan,
  I was wondering if I moght ask you a question. I got my linux box to mail
  out but I still cant get it to receive mail. Its giving me connection failed
  for the smtp. I tried telnet localhost 25 but I get the same thing
  connection refused. And idea's

Do you have the telnet daemon enabled in /etc/inetd.conf ?
Look for a line something like :

telnet  stream  tcp nowait  root/usr/sbin/tcpd  /usr/sbin/in.telnetd

If the telnet entry is commented out (#) then it's disabled.
Just remove the '#'.

Regards,
Robert

-[snip]--



Re: fetchmail error

2000-05-02 Thread Robert Mognet
Hello,

On Mon, May 01, 2000 at 07:15:32PM -0400, addiction wrote:
 
 i was wondering if anyone had any idea what this error means. i never had
 any problem with mail retreival until recently (nothing has been changed on
 this end).
 
 Unable to process From lines (envelopes), change recognition modes. -- what
 exactly does that mean?
 
 here's the error message/s:
 
 fetchmail: 5.3.4 querying polbox.com (protocol POP3) at Mon, 01 May 2000
 19:12:25 -0400 (EDT)
 fetchmail: POP3 +OK QPOP (version 2.53-rw991029) at free.polbox.pl
 starting.
 fetchmail: POP3 USER xx
 fetchmail: POP3 +OK Password required for countess.
 fetchmail: POP3 PASS *

Wonder where the +OK is that should be here ?

 fetchmail: POP3 -ERR Unable to process From lines (envelopes), change
 recognition modes.

Not sure, but seems as if server is not liking password.

 fetchmail: Unable to process From lines (envelopes), change recognition
 modes.
 fetchmail: Authorization failure on [EMAIL PROTECTED]

Fetchmail calls it an Authorization failure.  Looking at fetchmail
source file:
 fetchmail/source/driver.c  around line 1600

seems to indicate failure of password authenticate.   My version
of fetchmail is 5.2.0.  

Just a guess - if your password has not become invalid for some
reason perhaps the server has switched authentication protocols?

 fetchmail: POP3 QUIT
 fetchmail: authorization error while fetching from polbox.com
 fetchmail: Query status=3 (AUTHFAIL)

Have you tried to telnet to the server ? :

telnet free.polbox.pl 110

and enter:

user yourusername
pass yourpass

and see if you get anything helpful.


Not much help - sorry.

Robert
 
 
 TIA,
 
 addi
 
 -- 
 addiction   http://thunder.prohosting.com/~delusion/
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Well, let's just say, 'if your VCR is still blinking 12:00, you
 don't want Linux'.
  (Bruce Perens, Debian's Fearless Leader)
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: framebuffer leaves the consolle in ruines

2000-04-26 Thread Robert Mognet
Hello,

On Tue, Apr 25, 2000 at 06:37:36PM +0200, Joost Claessen wrote:
 Hello ppl,
 
 Lately I have being using the video framebuffer. Now my console
 looks nicer, quake runs faster ect. But now and them I use expermintal
 software and my consolle crashed very hard leaving the consolle unviewable.
 If I login purley blind (I type my login name, wait 1s, type pass, wait 2s
 and prey I didn't make typo's) and start X, the X server works fine, in fact
 all grahpical programms work fine. But when I go back the console it is
 still broken. Does anyone know a way to restore my console whitout rebooting?

On your console, type 
reset (no quotes)

 
 Thank in advance.
 
 Mzzl Joost (de zoveelste)
 
 Help and Documentatium are like sex: when its good its very good, when its
 bad, it is better then nothing.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Newbie installation questions

2000-04-24 Thread Robert Mognet
Hello,

On Sun, Apr 23, 2000 at 10:22:46PM +, David Jenkins wrote:
 Hi all!
 
 I just successfully installed Debian 2.1 on a separate 2 Gbyte hard drive on 
 my Intel PC.  The installation process went quite smoothly, especially for 
 me, a Linux-newbie.  Kudos to the Debian team for an excellent release!  
 Whoever has worked on this has done an excellent job.  The price was pretty 
 good too--$12 from Linux Systems Labs for 4 CD's (2 source code and 2 
 binaries).
 
 I do have several questions I'd appreciate some help with:
 
 1. I need to keep Windows98 on the primary 12 Gbyte hard drive, and would 
 like to boot Debian from a floppy.  (That way, the rest of the family won't 
 even know Linux is on our machine, until I get everything working properly.)  
 I created a boot floppy during installation, and when I boot the system with 
 it in the floppy drive, Debian does indeed come up, but it takes a very long 
 time.  Is it possible to set up the boot floppy so that the system does boot 
 from it, but once it does, transfers to the Linux kernal on the hard drive 
 (/dev/hdb1)?  Is that a sensible question?

After taking care of question 2 try the following:

Read
man lilo.conf
man lilo
See
/usr/doc/lilo


 
 2. My installation does not recognize the Linux man command.  How can I 
 install it, and the man pages for system commands?

To install the man-db package, look in the doc sections in dselect.
There is also a package called manpages which has man pages for the Linux
system in gereral.
Application specific man pages are installed when you install the *.deb
packages.  

 
 3. How can I mount my Win98 FAT32 partition on startup?  It mounts fine after 
 Linux boots up if I enter the command mount -t msdos /dev/hda1 /mnt/win98.
 

Read 
man fstab
See file
/etc/fstab

 4. When I boot Linux, I get a message about hdb1, the Linux hard drive on my 
 system, not having been cleanly unmounted.  How do I shut down Linux so that 
 the Linux partition is cleanly unmounted?

You need to stop the system properly so file system can be sync'd and running
programs terminated cleanly.
Commands for halt and reboot are:

shutdown -h 0   (halt system now)

shutdown -r 0   (reboot system now)

Read
man shutdown

 
 5. I've installed release 4.0 of XFree86, and run xf86config.  When I enter 
 startx, I get the message xinit: error in loading shared libraries.  
 libXmu.so.6: cannot open shared object file: no such file or directory.  I 
 can find libXmu.so.6 in directory /usr/X11R6/lib.  How do I tell the system 
 where this file is located?

Not sure about this, sorry.

Regards,

Robert

 
 I know this is basic stuff, and I'd be very grateful for any  all help 
 getting myself going.
 
 David Jenkins
 [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: error in exim log

2000-04-11 Thread Robert Mognet
Hello,

On Mon, Apr 10, 2000 at 08:22:20PM -0500, ktb wrote:
 What does this mean in my  '/var/log/exim/mainlog' ?
 
 fire:/var/log/exim# less mainlog
 2000-04-10 20:17:37 Start queue run: pid=709
 2000-04-10 20:17:37 12e8Iw-Zy-00 == [EMAIL PROTECTED] T=local_delivery 
 defer
 (13): Permission denied: failed to chdir to /root
 2000-04-10 20:17:37 12e8IE-Xq-00 == [EMAIL PROTECTED] T=local_delivery 
 defer
 (13): Permission denied: failed to chdir to /root
 2000-04-10 20:17:37 12e8IK-Y1-00 == [EMAIL PROTECTED] T=local_delivery 
 defer
 (13): Permission denied: failed to chdir to /root
 2000-04-10 20:17:37 12e8IH-Xx-00 == [EMAIL PROTECTED] T=local_delivery 
 defer
 (13): Permission denied: failed to chdir to /root
 2000-04-10 20:17:37 End queue run: pid=709
 

Ordinarily root doesn't receive mail (security concern).  In the file
/etc/aliases you might add something like this:

postmaster: your-username
root: postmaster

Then any mail addressed to either root or postmaster will end up in your
mailbox.  The message sender will then be in the mail headers.

Regards,

Robert


 It happens periodically in the file.  Does anyone know what is trying to
 be done and how I fix this?
 Thanks,
 kent
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: slow sending mail

2000-04-10 Thread Robert Mognet
Hello,

On Mon, Apr 10, 2000 at 03:31:25PM -0500, ktb wrote:

-- snip 

 get mail.  I have two isp's and both were the same in that regard.  The
 messages I did send didn't arrive for an hour or two later.  All the while I
 could send and receive email almost instantaneously through Outlook express
 so I'm thinking it isn't my isp's but my mail configuration.  I looked
 thought the archives and didn't see anything that helped.  Has anyone had
 this happen?

Yes.  I've noticed an hour+ delay in messages sent to my ISP and their 
availability at the POP port.
  
Once the message is out of your mail queue it's got to be something 
happening in transit, yes?  I thought it had something to do with how
the ISP was handling its' mail batches, but really don't have a clue.

Maybe it's a nefarious MS plot to slow down Linux mail, but that seems
far-fetched.

Regards,

Robert


 Thanks,
 kent
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: FreeWWWeb

2000-04-08 Thread Robert Mognet
On Sat, Apr 08, 2000 at 12:59:22AM -0500, Kent West wrote:

Hello,

- snip -

 Notice that the username includes the @freewwweb.com part; is that
 insane or what?! I never could get fetchmail to work with the resultant
 address of [EMAIL PROTECTED]@freewwweb.com or any other combination I

Does encoding the '@' help ?

kent%40freewwweb.com#freewwweb.com


 could think of. I mean, I don't mean to complain, but having a
 _username_ include the @... part is just STUPID. With a capitol STUPID
 on that STUPID.

Regards,
Robert

 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Questions from a new debian user

2000-04-02 Thread Robert Mognet
Hello,

On Fri, Mar 31, 2000 at 04:57:04PM -0500, Hilary Hertzoff wrote:
 
 2. I downloaded a file from the internet through lynx for the browser I
 used to use in Windoze.  Now I can't find the file. Where would lynx have
 dropped it.
 
You can tell lynx where to put downloaded files.  
In the file  /usr/local/lib/lynx.cfg  (that's the default location)
there is an entry called 'SAVE_SPACE:'.  Just initialize it with the
directory you want to use..
SAVE_SPACE:/save/files/here

You can get to the lynx.cfg file through the lynx program itself by
typing the letter 'o', which will bring up the options menu, then go
to the bottom where it says 'Check you lynx.cfg here'.  Just select the
link, edit your changes and select 'RELOAD THE CHANGES' when you're done.

hth
Robert


 Thanks,
 Hilary
 
 
 
 Hilary L. HertzoffFrom here to there,
 [EMAIL PROTECTED] a bunny goes where a bunny must.
 [EMAIL PROTECTED] - Little Bunny on the Move
 by Peter McCarty
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: serial line initialization

2000-03-31 Thread Robert Mognet
Hello,

On Fri, Mar 31, 2000 at 08:27:56AM -, John Conover wrote:
 
 I just upgraded from Slackware 1.2 to Debian 2.1, (yes, it was a big
 jump.)
 
 Do I still have to:

Have a look at /etc/init.d/setserial

 
 ${SETSERIAL} /dev/cua2 ${AUTO_IRQ} skip_test autoconfig spd_vhi
 /bin/stty crtscts  /dev/cua1
 
 in /etc/rc0.d, and then spec the baud rate at 38400 in the

Symlink to setserial should be in /etc/rcS.d
Setserial file is in /etc/init.d

 applications using the serial line?
 
   Thanks,
 
   John
 
 -- 
 
 John Conover[EMAIL PROTECTED]   http://www.johncon.com/
 631 Lamont Ct.  Tel. 408.370.2688  http://www.johncon.com/ntropix/
 Campbell, CA 95008  Fax. 408.379.9602  http://www.johncon.com/nformatix/
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: cron

2000-03-31 Thread Robert Mognet
Hello,
man -a crontab

This will get all crontab help files.  
crontab(1) explains how the crontables work.
crontab(5) shows how to configure the time settings to run things.

hth,
Robert

On Fri, Mar 31, 2000 at 07:51:15AM -0400, Chris Mason wrote:
 As I understand it, cron runs important database updates required for find 
 commands etc, at night. As my box is off at night, how can I reschedule the 
 cron jobs for the daytime?
 
 Chris Mason
 Box 340, The Valley, Anguilla, British West Indies
 Tel: 264 497 5670 Fax: 264 497 8463
 USA Fax (561) 382-7771
 Take a virtual tour of the island
 http://net.ai/ The Anguilla Guide
 Find out more about NetConcepts
 www.netconcepts.ai
 bwz*mq  
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Help

2000-03-30 Thread Robert Mognet
 snip --

 On Wed, Mar 29, 2000 at 11:20:57AM -0800, John Bagdanoff wrote:
  I've subscribed  unsubscribed several times over the last 2 years
  easily enough, but never could decipher the signature of this list. 
  Since more and more people from corel and storm distros are joining,
  maybe a more decipherable sig could be written?  Such as:
  
send mail to [EMAIL PROTECTED]
subject: unsubscribe

Hello,

begin rant

That's what it already says, or actually If you want to unsubscribe
send a mail message with 'unsubscribe' as the subject and nothing
in the body, addressed to '[EMAIL PROTECTED]'

What could be clearer :) ?

A lot of the functionality and power of Linux (Unix), from the user's 
point of view, is the ability to do non-trivial things with simple
commands.  Add to that the ability to combine two or more of those
individual commands together ( |   , etc ) and you have flexibility 
and (after some experience) ease of use.  

Things that are perhaps difficult to learn are often easy to use once
you do.
If you start making things easier for the novice, pretty soon you'll 
end up with a huge, bloated gui system with some fill-in-the-blank
dialog boxes and no flexibility.  You'll be back to Windows.

Let's don't make the operating system 'dumber'.  Let's have users
who are willing to learn. 

end of rant

Robert

 snip -


Re: Help

2000-03-30 Thread Robert Mognet
On Thu, Mar 30, 2000 at 11:21:32AM -0800, Erik Ryberg wrote:

- snip 

 
 My only point in all this (I think I'm the one who started it) was to respond 
 to the
 word sadly in the above phrase, sadly . . . people are coming to Linux 
 with zero
 understanding of command line . . .  (I realize I've altered that quote a 
 little
 bit.)  People can't help it.  Most people in the real world do not use Unix 
 at work
 and virtually nobody has it at home.
 They do now :-)

   Linux is their first introduction to this way of
 doing things, and it's a pretty steep curve when you are trying to work it 
 out at home
 after work. 

'Steep curve' is an understatement - 'bewildering' is more like it.

 I know because I am one of those people - reasonably fearless and
 proficient with computers, but I've never even touched a machine with Unix 
 installed
 on it. (of course I have mucked around in DOS)   I don't think it is sad that 
 people
 are coming to Linux with no Unix experience.  I think it's great.  That 
 doesn't mean I
 think anything should change about Debian to accomodate them, it just means 
 we should
 be careful to be welcoming and not elitist, because even if it makes you feel 
 cool,
 elitism never helps in the long run.  That's all.

Well said.

  I meant to nudge gently the
 language used, not urge any wholesale OS changes.

Have you ever seen the book The Unix Programming Environment by
Brian Kernighan and Rob Pike ?  It's one of those rare books which
says little and teaches you a lot.  That book gets my vote as a model
for welcoming tone and clear presentation (it can also teach you a lot
about Linux).  I only mention it because I haven't seen one like it for
Linux.  Although, IMHO, A Practical Guide to Linux by Mark Sobell
comes close.
 
Regards,

Robert Mognet

 
 Erik Ryberg
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: printer port

2000-03-28 Thread Robert Mognet
Hello,


On Mon, Mar 27, 2000 at 07:53:09PM -0500, Sandy Shapiro wrote:
 I have a computer where Linux will not recognize the parallel port. (OS/2
 and DOS do recognize the port).

Need more information.

Any error messages ?
Kernel ?
Parport support ?
Output of 'cat /proc/devices' ( is there an 'lp' listed )
Listing of /etc/printcap
LPD daemon running ? ( ps aux | grep lpd )
etc...

Regards,
Robert

 
 I tried changing CMOS so that IRQ 7 is Legacy/ISA instead of PNP, but that
 didn't make any difference. 
 
 Any other suggestions?
 
 Thanks.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: exim ...

2000-03-28 Thread Robert Mognet
Hello,


On Mon, Mar 27, 2000 at 03:03:28PM +0300, Tolga KIlicli wrote:
 I canoot receive mails via exim although I can send...
 I cannot figure out the problem, everything seems usual...
 
 When i send a mail from a different host it is rejected. 

Any useful rejection messages ?

Perhaps you could post any relevant parts of your 
exim_mainlog (usually in /var/log/exim/).  There may
be something useful there.


 What is the problem!

Do you have 'host_accept_relay = localhost' set in your
/etc/exim.conf file? 

Do you use a program (like fetchmail) to retrieve mail,
or is the mail just coming directly to your machine ? 

Regards,
Robert
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: System map doesn't match kernel data

2000-03-23 Thread Robert Mognet
On Thu, Mar 23, 2000 at 11:27:20AM +0100, steve doerr wrote:

Hello,

 I get the following error on boot:
 
 parport_enumerate} {parport_enumerate_R2gig_8ccc39f1}
 Warning: /boot/System.map-2.2.14 does not match kernel data.
 
 But when I look in my messages log, what's below is the only thing I see
 and I can't find the above error in any of my logs.  (I might mention my
 printer is working fine).
 
 Mar 23 11:02:54 debian kernel: Inspecting /boot/System.map-2.2.14
 Mar 23 11:02:55 debian kernel: Loaded 7273 symbols from
 /boot/System.map-2.2.14.
 Mar 23 11:02:55 debian kernel: Symbols match kernel version 2.2.14.
 
 This just started showing up after the last couple of kernel builds.  I
 ran /sbin/lilo, which I thought wrote a new system.map.  How could it

Lilo generates the '/boot/map' file, which lists kernel images
that can be booted.
'System.map' is created when the kernel is compiled and is
installed (unless you do it by hand) by
 kernel/source/arch/i386/boot/install.sh


 write a new map that doesn't match the kernel that's currently loaded?
 
 Does anyone know how I can fix this (it has been causing some problems)?



regards,  
Robert

 
 Thanks,
 Steve
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: s...l...o...w... ppp xfers

2000-03-22 Thread Robert Mognet
On Wed, Mar 22, 2000 at 10:13:34AM -0600, Rick Hayter wrote:
 I'm looking for some troubleshooting help.
 Slink is working like a champ in all aspects but ppp connection speed.
 Actually, I connect at high speeds, but my sustained throughput runs from
 only 200-400 bps!  When first downloading, I get a burst of speed, but in
 seconds all activity seems to stop then another short transfer burst...
 then another pause... etc. (I am using an external modem that works fine in
 windoze98). Am I looking at a buffer overflow or handshake problem? What
 should I do to help diagnose this? Thanks!
 
 - Rick

Hello,

I have the same situation.  
My current connection is to a modem-pool and once in a while the
throughput is fairly good, but average is around .3K/sec.  I thought
it was something with the way the modems work on their end.

Previously I was connected to the university here (also a modem pool)
and throughput was consistantly 2 - 3 K/sec.  Same modem on my end,
same system. 
Interesting question...
Robert
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Rename files

2000-03-21 Thread Robert Mognet
On Tue, Mar 21, 2000 at 04:09:59PM +0100, Oswald Buddenhagen wrote:
  I'm trying to rename a lot of files. I just want to substitute underlines
  with whitespaces. How can I do that?

you could try mmv
for example, if files are:  foo_bar
just do
mmv foo*bar foo\ bar  (the quotes are required)


  
 possibly not the easiest way, but it works:
 
 for i in *; do mv $i ${i//_/ }; done
 
 works only with bash 2.x (probably you have one ...).
 
 you also could try mmv, but i don't know, if it is capable of this kind of
 operations.
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Rename files

2000-03-21 Thread Robert Mognet
On Tue, Mar 21, 2000 at 03:57:14PM +0100, Robert Kasunic wrote:
 Hi!
 
 I'm trying to rename a lot of files. I just want to substitute underlines
 with whitespaces. How can I do that?

You might use mmv.

If your files are:  foo_bars
then use   mmv *_* '#1\ #2'   (quotes required)

hth
Robert

 
 TIA
 
 Robert
 [EMAIL PROTECTED]
 
 
 
 PS: Please reply to [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: configuring lilo.conf

2000-03-16 Thread Robert Mognet
On Wed, Mar 15, 2000 at 09:50:24AM -0700, Cameron Matheson wrote:
 Hey,
 
 I'm using a proprietary, Creative external CD-ROM drive.  I have built
 in kernel support for this (sbpcd), but it has to scan for my drive
 everytime.  I want to configure lilo so that it doesn't have to do this

You have to edit the sbpcd.h file and recompile, either as a 
module or included into kernel (see below)...


 (I think it's possible cause it says this:)
 
 sbpcd-0 [01]:  sbpcd.c v4.61 Eberhard Moenkeberg [EMAIL PROTECTED]
 sbpcd-0 [02]:  Looking for Matsushita/Panasonic, CreativeLabs,
 Longshine, TEAC CD-ROM drives
 sbpcd-0 [03]:  = = = = = = = = = = W A R N I N G = = = = = = = = = =
 sbpcd-0 [04]:  Auto-Probing can cause a hang (f.e. touching an NE2000
 card).
 sbpcd-0 [05]:  If that happens, you have to reboot and use the
 sbpcd-0 [06]:  LILO (kernel) command line feature like:
 sbpcd-0 [07]: LILO boot: ... sbpcd=0x230,SoundBlaster
 sbpcd-0 [08]:  or like:
 sbpcd-0 [09]: LILO boot: ... sbpcd=0x300,LaserMate
 sbpcd-0 [10]:  or like:
 sbpcd-0 [11]: LILO boot: ... sbpcd=0x338,SoundScape
 sbpcd-0 [12]:  with your REAL address.
 sbpcd-0 [13]:  = = = = = = = = = = END of WARNING = = = = = == = = =
 sbpcd-0 [14]:  Scanning 0x340 (LaserMate)...
 sbpcd-0 [15]:  Scanning 0x230 (SoundBlaster)...
 sbpcd-0 [16]:  Drive 0 (ID=1): CR-563 (0.80) at 0x230 (type 1)
 sbpcd-1 [17]:  You should read linux/Documentation/cdrom/sbpcd
 sbpcd-1 [18]:  and then configure sbpcd.h for your hardware.
^
File is located /sources/location/linux/drivers/cdrom/sbpcd.h 


 
 my /etc/lilo.conf looks like this:
 boot=/dev/hda1
 root=/dev/hda1
 install=/boot/boot.b
 map=/boot/map
 vga=normal
 delay=20
 image=/vmlinuz
 label=Linux
 read-only
 sbpcd=0x230,SoundBlaster
 
 Why does it still scan?

The default header file is set up to look for  
different types of drives, each with its' own port
address.  By editing the header file you can make
it use only the type drive you have.

There are fairly explicit instructions in the 
header file explaining what needs to be done.

HTH 
Robert


 
 Thanks,
 Cameron Matheson
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Possible convert

2000-02-03 Thread Robert Mognet
From [EMAIL PROTECTED] Wed Feb 02 08:15:22 2000
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Wed, 02 Feb 2000 08:15:22 -0500
Delivered-To: [EMAIL PROTECTED]
X-Received: 2 Feb 2000 01:52:29 GMT
Resent-Date: 2 Feb 2000 01:49:59 -
Resent-Cc: recipient list not shown: ;
X-Envelope-Sender: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Date: Tue, 1 Feb 2000 20:49:18 EST
Subject: Possible convert
To: debian-user@lists.debian.org
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: AOL 5.0 for Windows sub 44
Resent-From: debian-user@lists.debian.org
X-Mailing-List: debian-user@lists.debian.org archive/latest/81183
X-Loop: debian-user@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
X-UIDL: 8943

I have thinking for sometime switching over to linux.  Before I do a 
total 
conversion I want to test the waters a little bit.  I have an old 
Gateway, 
486 66 machine with about 16 megs of RAM, 1 gig of hard disk and 8X cd 
player.  Could iLinux be installed on such a machine?  I don't want to 
upgrade the hardware but I can if it will make a real difference.  
Thank you for any advice.
Kevin Jennings



You'll be fine.  Linux makes very efficient use of resources.
My first system was a 486SX 33Mhz with 8 Mb ram and a 250 M 
drive.  Worked great.  Of course the XWindow stuff takes a 
bit of room.  

Good luck,
Robert

-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: bad modem?

2000-01-31 Thread Robert Mognet
From [EMAIL PROTECTED] Sun Jan 30 21:11:49 2000
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Sun, 30 Jan 2000 21:11:49 -0500
Delivered-To: [EMAIL PROTECTED]
X-Received: 31 Jan 2000 00:46:14 GMT
Resent-Date: 31 Jan 2000 00:45:55 -
Resent-Cc: recipient list not shown: ;
X-Envelope-Sender: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 4.3.0.33 (Beta)
Date: Sun, 30 Jan 2000 18:45:45 -0600
To: debian-user@lists.debian.org
From: Chris R. Martin [EMAIL PROTECTED]
Subject: bad modem?
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Resent-From: debian-user@lists.debian.org
X-Mailing-List: debian-user@lists.debian.org archive/latest/80903
X-Loop: debian-user@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
X-UIDL: 8586

I recently got a modem for my Linux server, and it seem to have some 
problems. When I first connect it seems to work okay, but after a 
varying 
amount of time (5-15 min) I see the following log messages:

Jan 30 18:21:21 server pppd[255]: sent [LCP EchoReq id=0x1 
magic=0x8e98729b]
Jan 30 18:21:23 server pppd[255]: rcvd [LCP EchoRep id=0x1 
magic=0x1742385f]

That's not your modem doing that, its the ppp program.
Perhaps you have the 'persist' option in your /etc/ppp/peers/provider
file (it may be named something else) set.  The code you included is
a 'ping' to keep the connection going.  Read the script /usr/bin/pon
and see what the name of the option file (in the 'call' command on 
the command line following /usr/sbin/pppd) is. Look in 
/etc/ppp/peers/filename.


Re: newbie needs help veiwing files

2000-01-26 Thread Robert Mognet
From [EMAIL PROTECTED] Wed Jan 26 08:30:13 2000
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Wed, 26 Jan 2000 08:30:13 -0500
Delivered-To: [EMAIL PROTECTED]
X-Received: 26 Jan 2000 11:49:05 GMT
Resent-Date: 26 Jan 2000 11:48:20 -
Resent-Cc: recipient list not shown: ;
X-Envelope-Sender: [EMAIL PROTECTED]
From: DOUGLAS HUNTER [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: newbie needs help veiwing files
Date: Wed, 26 Jan 2000 11:47:58 -
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary==_NextPart_000_0054_01BF67F3.3117A410
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.3612.1700
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700
Resent-From: debian-user@lists.debian.org
X-Mailing-List: debian-user@lists.debian.org archive/latest/80282
X-Loop: debian-user@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
X-UIDL: 7920

This is a multi-part message in MIME format.

--=_NextPart_000_0054_01BF67F3.3117A410
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

When I'm in bash and trying to ls large files I can only see the last=20
part of the file due to it scrolling past too fast.
Is there a command to insert that means I can veiw the output page by
page and change pages when I want to ?

Not sure what you mean by 'ls large files'. 
Check out the utility called 'less', you can go a line
at a time, scroll backwards and all kinds of nifty stuff.
hth
rbt


I've also got a problem with GNOME in that the screen only partially=20
fits onto my monitor any idea where I can find the config file for this?

Thanks in advance

 =

  Douglas Hunter

--=_NextPart_000_0054_01BF67F3.3117A410
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD W3 HTML//EN
HTML
HEAD

META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type
META content=3D'MSHTML 4.72.3612.1706' name=3DGENERATOR
/HEAD
BODY bgColor=3D#ff
DIVWhen I'm in bash and trying to ls large files I can only see the =
last=20
BRpart of the file due to it scrolling past too fast.BRIs there a =
command to=20
insert that means I can veiw the output page byBRpage and change 
pages =
when I=20
want to ?BRBRI've also got a problem with GNOME in that the screen =
only=20
partially BRfits onto my monitor any idea where I can find the config 
=
file for=20
this?BRBRThanks in=20

advanceBRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;n=

bsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nb=

sp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbs=

p;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp=

;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;=

nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;=
nbsp;=20
BRnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; Douglas=20
Hunter/DIV/BODY/HTML

--=_NextPart_000_0054_01BF67F3.3117A410--


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null