Linux-Misc Digest #376

2001-03-16 Thread Digestifier

Linux-Misc Digest #376, Volume #27   Fri, 16 Mar 01 23:13:02 EST

Contents:
  Re: Are mount, unmount, shutdown, sync standalone utilities (Juergen Heinzl)
  expert on midi needed (preamp)
  Re: 10 gig disk in a 500 meg BIOS (David Efflandt)
  how to cp only dot files? (Cevat Ustun)
  Re: checking email add (David Efflandt)
  Re: KDE in Redhat 6.2 is missing the taskbar on bottom of screen (Robert Jones)
  Re: how to cp only dot files? (Michael Heiming)
  Re: *.po and *.mo (Stefan Braun)
  81 day uptime, then console fonts corrupted? (David Efflandt)
  Re: real player 8 (Vladimir Florinski)
  Re: real player 8 ([EMAIL PROTECTED])
  Re: Less space used by Reiserfs (Reinhard Karcher)
  XF86Config files (charlie)
  Re: how to cp only dot files? (Floyd Davidson)
  Scrambled mouse cursor in X11? (Doug O'Leary)
  Re: 10 gig disk in a 500 meg BIOS (Juergen Pfann)
  Re: SOS No modem com4??? (Albert Schwartz)
  Re: Extracting the bootimage from a bootable (El Torito) CD ? (Juergen Pfann)
  lockd question (Christopher W. Aiken)
  Re: real player 8 ("Jeffrey S. Kline")
  Kernel oops with X (Chris Spiegel)
  Re: pipe to rm? (Joseph Guerrant)



From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Are mount, unmount, shutdown, sync standalone utilities
Date: Fri, 16 Mar 2001 23:21:32 GMT

In article <984733608.770365@sj-nntpcache-3>, Siddharth Vajirkar wrote:
>Hi,
>Are there any libraries that utilities like mount, unmount, shutdown and
>sync use?
>Or are they standalone utilities?
[-]
.file   "sync.S"
.version"01.01"
.text
.align 4
.globl main
.typemain,@function
main:

#include 

.text
.globl  _main
main:
movl$0x24,%eax
int $0x80
movl$0x01,%eax
movl$0,%ebx
int $0x80
.L1:
.sizemain,.L1-main
[-]

It depends 8)

Just for the fun of it,
Juergen

-- 
\ Real name : Juergen Heinzl\   no flames  /
 \ EMail Private : [EMAIL PROTECTED] \ send money instead /

--

From: preamp <[EMAIL PROTECTED]>
Subject: expert on midi needed
Crossposted-To: comp.os.linux,comp.os.linux.questions
Reply-To: [EMAIL PROTECTED]
Date: Sat, 17 Mar 2001 09:45:11 +1000

I wish to be able to play (on an internal synth and via the midi port on my 
SBlive) and record midi (from the midi port) under mandrake 7.2, KDE 2.1.

Both under KDE2 and now 2.1, the midi/karaoke player  reports "Couldn't 
open /dev/sequencer. Probably there is another program using it"  (but as 
far as I know there isn't)

In the control centre under sound/midi, it shows no midi devices at all.

Can anyone tell me for sure that the SBLive supports midi under linux, and 
if so, how to enable it?

--

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: comp.os.linux.hardware
Subject: Re: 10 gig disk in a 500 meg BIOS
Date: Fri, 16 Mar 2001 23:49:50 + (UTC)
Reply-To: [EMAIL PROTECTED]

On Fri, 16 Mar 2001, Rick Griffiths <[EMAIL PROTECTED]> wrote:
>I've read the hard drive howto, and I am still unclear. Here is my
>question:
>
>Does it matter that the BIOS in my Nec Versa E (circa 1992) can't
>handle a 10 gig drive if I am using Linux exclusively on the machine?
>The way I read the howto, all I have to do is make a 5meg first
>partition as the root. Is this correct? If I make the first partition 5
>meg, will the installation system find another partition and use it if
>I mount the second partition with /root as the mount point?

A primary boot partition of around 16 MB entirely below 1024 cyl should
do.  This gives you room for compiling and installing alternate
kernels.  Once the kernel loads it has its own software BIOS that can
handle larger drives.

>Need I even do all this if I am only using Linux? Can I, in other
>words, make the first partition 5 gig and still expect the BIOS to find
>the master boot record in the first 1024 cylinders?
>
> Use reply-to address.
Unfortunately your reply-to address does not show up while composing a
reply.

Since you are only using Linux, you would put LILO in the MBR (which is at
the beginning of the disk and certainly below 1024 cyl, since I think the
MBR is only 512K).  LILO and the kernel (in /boot) are what need to be
found using system BIOS.  You might need to use the linear lilo option
(whatever the large hard disk HOWTO says).

When I had a 386 BIOS that did not support drive translation, I used a
Promise EideMAX add on card that worked with my existing drive controller
(or can add 3rd & 4th drive).  It was $40 (1/2 the price of BIOS upgrade).  
This allowed me to use large drives automatically without having to pay
attention to the large drive HOWTO (way back in Slackware 2.0

Linux-Misc Digest #376

2000-11-23 Thread Digestifier

Linux-Misc Digest #376, Volume #26   Thu, 23 Nov 00 16:13:02 EST

Contents:
  Re: sound of silence: help! (Martin Stenzel)
  Re: LD_LIBRARY_PATH ("Peter T. Breuer")
  Re: Downgrading? (Martin Stenzel)
  Re: LD_LIBRARY_PATH (Bill Unruh)
  Re: Understanding /proc network and other functions (mike)
  Re: compiling xamp (Martin Stenzel)
  Re: gnome keeps crashing (Martin Stenzel)
  What to do when the console gets garbled (Des Whewell)
  Re: To all Linux Printing Gurus -- Interesting Problem! ("Steven")
  problem with tcsh and bksp key (Jean-Yves Simon)
  Re: How to interpret KDE2 error (Kevin)
  Re: Rescan SCSi-Bus (Cokey de Percin)
  Need help:Speak Freely-7.1 (Edu)
  Re: Need help:Speak Freely-7.1 (George)
  bttv (Andrew Rounds)
  test, igore (Bud Rogers)
  Re: Database in Redhat Linux (Madr)
  Re: cron output redirection - MORE (Bruce)
  Re: Marvel G400 or All-in-Wonder? (PVR on Linux) (George MacDonald)
  gcc-2.96 to gcc-2.95 (Doug Angus)
  Re: Console fonts have changed to being unreadable :) (Tim Banner)
  Best used box to purchase for linux system (James Hutchins)



From: Martin Stenzel <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.portable
Subject: Re: sound of silence: help!
Date: Thu, 23 Nov 2000 19:13:07 +0100

David Wright wrote:

> I am running RH 6.2 on a laptop, and yesterday the sound simply stopped
> (it won't even beep) after working fine for months.  Sound still works
> fine under Windows, so I don't think it's a hardware failure.  Below I
> reproduce a history describing the results of every check I could think
> of.  If anyone has some concrete advice, I would be very appreciative!
>
> After looking at
> http://www.linuxdoc.org/HOWTO/Sound-HOWTO.html
> I tried
> ls -l /dev/sndstat /dev/audio
> which returns
> crw---1 mariasys   14,   4 Apr 17  1999 /dev/audio
> crw-rw-rw-1 root sys   14,   6 Apr 17  1999 /dev/sndstat
> Both are present, although I don't know why /dev/audio should belong
> to maria, except that she is logged in at the console.  Trying
> cat /dev/sndstat
> gives a "No such device" error.  The HOWTO says that means the sound
> driver did not load.  It gives some hints on getting the kernel to
> recognize your sound card for plug and play driver loading, but running
> pnpdump finds no pnp devices.  That really doesn't suprise me, as I
> suspect that a laptop has no "sound card" as such.  Looking at the
> /etc/sysconfig/soundcard created by the installer reveals it to consist
> of the single line
> CARDTYPE=MAESTRO
> and the boot log makes it look like the relevant module was loaded
> without any problem
> Nov 22 03:10:38 localhost rc.sysinit:
> Finding module dependencies succeeded
> Nov 22 03:10:42 localhost rc.sysinit:
> Loading sound module (maestro) succeeded
> However, if I load the sound module manually via
> insmod sound trace_init=1
> I do get some worrisome warnings
> /lib/modules/2.2.14-5.0/misc/sound.o:
> unresolved symbol sound_init_lowlevel_drivers_Rec0251af
> /lib/modules/2.2.14-5.0/misc/sound.o:
> unresolved symbol sound_unload_lowlevel_drivers_Ra675fda1
> /lib/modules/2.2.14-5.0/misc/sound.o:
> unresolved symbol sound_preinit_lowlevel_drivers_Rebdfb792
> That's all I could think to do, and I still don't have any sound.  What
> happened?!  And what can I do to fix it?!

Verify that the object file "sound.o" is being loaded.
What gives you the command "lsmod"?
Does the "sound" module appear?
If not you _must_ have changed something with the kernel/modules!



--
Martin Stenzel
[EMAIL PROTECTED]

PGP-/GnuPG-encrypted mail appreciated,
public key (ID: >>B57C61DC<<) at:
>>http://141.20.1.38/~h0444xyv/GPGkey_martin.stenzel<<




--

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: LD_LIBRARY_PATH
Date: Thu, 23 Nov 2000 18:52:01 +0100

Conrad Drescher <[EMAIL PROTECTED]> wrote:
> does anybody know in which config-file the $LD_LIBRARY_PATH is initialized?

In the file that your shell reads at startup, whatever your shell
happens to be.

> It appears when calling "env" as root running on SuSE 6.4. Thanks in

In SuSE, I think these things are centralized. 

Peter

--

From: Martin Stenzel <[EMAIL PROTECTED]>
Subject: Re: Downgrading?
Date: Thu, 23 Nov 2000 19:20:58 +0100

Doug Angus wrote:

> Is it possible to downgrade (lets say from RH 7 to RH 6.2)?
>
> Doug

Why do you want to?

I guess you have a problem with  a certain package, this happens from
time to time.
You can always "rpm -Uvh" either with an older or a newer package. The
only thing
y

Linux-Misc Digest #376

2000-08-07 Thread Digestifier

Linux-Misc Digest #376, Volume #25Mon, 7 Aug 00 19:13:02 EDT

Contents:
  passwd change error ([EMAIL PROTECTED])
  Re: FWD: Red Hat's CFO abandoning ship. (blowfish)
  Re: FWD: Red Hat's CFO abandoning ship. (blowfish)
  Server lockups - DAC960PL maybe? ([EMAIL PROTECTED])
  Re: FWD: Red Hat's CFO abandoning ship. (blowfish)
  Re: FWD: Red Hat's CFO abandoning ship. (blowfish)
  Re: gzip / zip / compress : 2 gig limit? ([EMAIL PROTECTED])
  Re: FWD: Red Hat's CFO abandoning ship. (kristian ragndahl)
  Re: FWD: Red Hat's CFO abandoning ship. (John Hasler)
  SAMBA password problem (Stewart Honsberger)
  INIT: Id "x" respawining too fast: disabled for 5 minutes -- and it won't stop! 
(Dave Brondsema)
  Re: 3c59x using IRQ 0, how to change? (Akira Yamanita)
  Re: 3c59x using IRQ 0, how to change? ("Jason")
  Re: text files (The Darkener)
  Re: GUI Software??? Please Help (Alex)



From: [EMAIL PROTECTED]
Subject: passwd change error
Date: Mon, 07 Aug 2000 22:00:00 GMT

Hi,
We install the redhat 6.0. Then we installed the user quota that comes
with the package. now, when i do passwd to enter a new passwd for a user
and after the final entring and hitting the enter key, the system halts
and i get the system freeze. what would be the cause?.

Please if you do not mind email me copies of your posts/replies. My
access to newsgroups are limited. Greatly appreciated.

[EMAIL PROTECTED]


Sent via Deja.com http://www.deja.com/
Before you buy.

--

From: blowfish <[EMAIL PROTECTED]>
Reply-To: ..
Crossposted-To: comp.os.linux.setup,gnu.misc.discuss
Subject: Re: FWD: Red Hat's CFO abandoning ship.
Date: Mon, 07 Aug 2000 15:15:00 -0700

Robert Krawitz wrote:
> 
> blowfish <[EMAIL PROTECTED]> writes:
> 
> > Robert Krawitz wrote:
> 
> > > > Take Boeing as an example.  If they go the free software route, they can
> > > > save millions in software costs, but they decided against it, because
> > > > it's not practical for such a big international corp to switch
> > > > everything, tens of thousands of employees in numourous countries, and,
> > > > the trainning costs and time loss will far outcosted the cost saving in
> > > > free software.
> > >
> > > That's quite a different issue.
> >
> > That's part of the total costs too. Isn't it!?
> 
> Of course it is, but that has nothing to do with free vs. proprietary
> software; it's a matter of frictional losses in retraining on anything.

But we're discussoing the overall values of "free" vs. propriety
software.  Ain't we?

So. That should be part of the total equation too.

> --
> Robert Krawitz <[EMAIL PROTECTED]>  http://www.tiac.net/users/rlk/
> 
> Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
> Member of the League for Programming Freedom -- mail [EMAIL PROTECTED]
> Project lead for The Gimp Print --  http://gimp-print.sourceforge.net
> 
> "Linux doesn't dictate how I work, I dictate how Linux works."
> --Eric Crampton

-- 
- Alex / blowfish.(Have Fun with geek's culture: Part-1.)
--
- If Vi is God's editor. Then, God must have too much free time on his
hands,
  lives a very dull and unproductive life; so he needs Vi to waste his
time.
  But Vi was still too fast. So God created EMACS on the 8th day - which
takes
  Eight Months to load, And Counting Still...
- The UN-GEEK CODE:(?What is a
geek?)-#!?+++??|$+?+++???+++---
  geek + vi | ~/emacs
==>ZZzzz!!...:P~
  newbies + Windoz | C:\LOOKOUT
EXPRESS==>_the_horrors_the_hooORs!!! :-|
- My SAS (Sing-A-Song) Fingerprint -v.i007.bond: Doe1(-a deer, a female
deer.) RaY2(- a drop of golden sun.)
  Me3(- A name, I call myself.) FAr4(- A long, long way to run.) Sew5(-A
needle pulling thread.)
  lA6(-A note to follow sew.) TeA7(-A drink with jam and bread.) That
will bring us back to DOe-oh-oh-oh...
(c)Copyrighted by Alex / blowfish. 2000. All Rights Reserved.

--

From: blowfish <[EMAIL PROTECTED]>
Reply-To: ..
Crossposted-To: gnu.misc.discuss
Subject: Re: FWD: Red Hat's CFO abandoning ship.
Date: Mon, 07 Aug 2000 15:29:25 -0700

Robert Krawitz wrote:
> 
> blowfish <[EMAIL PROTECTED]> writes:
> 
> > Robert Krawitz wrote:
> > >
> > > blowfish <[EMAIL PROTECTED]> writes:
> > >
> > > > Also. You did contradicted your own idea of *free software*, as you have
> > > > taken the money from Debian as a reward.
> > > >
> > > > Isn't that your codes should be *FRE

Linux-Misc Digest #376

2000-05-06 Thread Digestifier

Linux-Misc Digest #376, Volume #24Sat, 6 May 00 09:13:04 EDT

Contents:
  Re: Man display error (Bob Martin)
  Re: anonymous ftp problem (Sky Cree)
  Re: Locating files (Nguyen-Dai Quy)
  Re: How to print page range in Netscape/Linux (Nguyen-Dai Quy)
  smbfs (wally)
  incremental backup with tar? ("ChemSoft GmbH")
  where to get debian 2.1r5 ISO files from internet? (YamYam)
  Re: Need to find my IP address ("smylie")
  Re: Xfree86 4.0 XF86Config help needed (Duane Evenson)
  Re: rpm problems (YamYam)
  Re: How do I get linux to recognize my FAT32 partition? (Matt)
  ippp: no decompressor defined! ([EMAIL PROTECTED])
  Re: incremental backup with tar? (Matt)
  Re: incremental backup with tar? (Matt)



From: Bob Martin <[EMAIL PROTECTED]>
Subject: Re: Man display error
Date: Sat, 06 May 2000 03:22:44 -0500

James Li wrote:
> 
> I have installed RedHat Linux 6.2 on a Pentium machine. I can't search man.
> It display some errors.
> Take "ls" for example. Display looks like the following:
> man ls
> hdb: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
> hdb: read_intr: error=0x40 { UncorrectableError }, LBAsect=1737096,
> sector=1499145
> end_request: I/O error, dev 03:46 (hdb), sector 1499145
> Error executing formatting or display command.
> System command /bin/gunzip -c /var/catman/cat1/ls.1.gz | /usr/bin/less -is
> exited with status 135
> 
> Please help troubleshoot the problem.
> 
> James Li

man doesn't look to be the problem, you are getting errors from your
disk drive , hdb. You might run fsck on it, see if it can fix anything.
but may be having a hardware failure, which means it's time for a new
drive.
--

Bob Martin



--

From: Sky Cree <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: Re: anonymous ftp problem
Date: Fri, 05 May 2000 12:35:34 -0700

I never used wu-ftpd but I did have difficulty using the built in ftp server.
Instead I went with proftpd and after some troubleshooting with the different
commmands I was able to get the anonymous to work.  Here is an example of my
config file:

ServerName  "Your Server Name"
ServerType  standalone
DefaultServer   on
RequireValidShell off
UseFtpUsersoff
ServerIdent on "Your Server Name"
Port21
Umask   022
MaxInstances30

Usernobody
Group  nobody

# Allow files to be overwritable.

AllowOverwrite  on


# Basic Anonymous configuration.


 User   ftp
 Group  ftp
 UserAlias  anonymous ftp
 MaxClients 10
 DisplayLogin   /usr/local/etc/welcome.msg

 HideGroup root


 HideGroup root


 HideGroup root


 AllowAll


 DenyAll



This setup hides the lib, etc and bin directory's for simplicity but works fine
otherwise. There are troubleshooting pages available on proftpd's website and
explanations of all of the commands.

Tat Ho wrote:

> Bob Hauck wrote:
>
> > On Wed, 26 Apr 2000 15:33:23 -0700, Christopher Fonnesbeck
> > <[EMAIL PROTECTED]> wrote:
> >
> > >I am trying to set up an anonymous ftp server on my Linux machine, using
> > >wu-ftp.  However, when users try and log in anonymously, they are asked
> > >for a password, rather than their e-mail address.
> >
> > What happens if they just enter their email address?  Here's what my
> > wu-ftpd does:
> >
> > [hauck@lab hauck]$ ftp localhost
> > Connected to localhost.
> > 220 lab.codem.com FTP server (Version wu-2.4.2-academ[BETA-15](1) Wed Jan
> > 7 01:03:55 MST 1998) ready.
> > Name (localhost:hauck): anonymous
> > 331 Guest login ok, send your complete e-mail address as password.
> > Password:
> >
> > If I give an email address as my password it logs me in as anonymous.
> >
> > --
> >  -| Bob Hauck
> >  -| Codem Systems, Inc.
> >  -| http://www.codem.com/
>
> I too am trying to setup "annoymous" ftp access on my system but without
> success. The problem
> is I just do not get the line that says "Guest login ok..." after entering
> "annoymous" to the user
> name prompt. Do I need to setup a login account "guest"? If yes, then what
> should it look like in the "/etc/passwd" file?
>
> Any help would be much appreciated.
>
> T.L.Ho


--

From: Nguyen-Dai Quy <[EMAIL PROTECTED]>
Subject: Re:

Linux-Misc Digest #376

1999-08-12 Thread Digestifier

Linux-Misc Digest #376, Volume #21   Thu, 12 Aug 99 17:13:10 EDT

Contents:
  2.2.11 Trouble .. (Martin Svensson)
  Need recommondations for disk enclosure (garyp)
  Re: Pentiume III serial number (brian moore)
  Re: Strange bootup message in RH 6.0 (Villy Kruse)
  Re: Same version number after a kernel patch (Jayan M)
  Re: What is Applixware? (Leonard Evens)
  Re: what NIC + Hub do you pros use? ("Cliff")
  Re: Can't log in (ppu)
  Re: Info on Linux? (Jerry)
  Re: Linux Y2K bios issue (Yousuf Khan)
  Ad-blocking software? (Michael Edson)
  Re: My executable script won't! (Vilmos Soti)
  Re: Where is the scsi Dat tape? (Stuart R. Fuller)
  my GCC problem (Jonathan C Busey)
  Re: Any Support for PCI Modems? (Doug DeJulio)
  My executable script won't! ("Suddn")
  Re: Pentiume III serial number (Stuart R. Fuller)
  Samba 2.03 and Microsoft Cobol (Abner Graham Jacobsen)
  Re: Saving attachment from script (Vilmos Soti)
  Re: Any Support for PCI Modems? (Michael McConnell)
  renames /usr/lib to something else ([EMAIL PROTECTED])
  Quick Emacs Question ([EMAIL PROTECTED])
  Re: Hard link (William Wueppelmann)
  Re: Connect to ISP when phone rings: is this possible? (Michael McConnell)
  Re: renames /usr/lib to something else (Roland Mainz)
  Re: Shutdown Problem (Leonard Evens)
  Re: Viewing bootup messages RH 5.2 (coffee)
  Re: Strange bootup message in RH 6.0 (CJ)
  prinitng a man page ("Mahmood Ezad Butt")



From: Martin Svensson <[EMAIL PROTECTED]>
Subject: 2.2.11 Trouble ..
Date: Thu, 12 Aug 1999 10:58:14 +0200

Hi!

We have a machine running Squid (Proxy-server) on a Slackware 4-dist.
Yesterday I upgraded from 2.2.6 to 2.2.11, after that two thing has
happened.

1. Every time I boot, I get "System Table has incorrect version number".
I've checked System.map and it's the same new file since I recompiled
the kernel in /System.map /boot/System.map /usr/src/linux/System.map

The vmlinuz-kernel is in "/". What is the solution ?

2. After about 1 hour's uptime the machine stops with the following
error:
"Not enough memory for xxx" where xxx is the process that's trying to do
something. For example, I try to login in to the console, I get "Not
enough memory for agetty". If someone tries to telnet it I get telnetd.

Please, I need some fast help with this. Please answer via _EMAIL_ since
I don't read this newsgroup regular.

Thanks ..
--
Martin Svensson
Dep. of Technology (AFI)
University Hospital of Malmoe
Email: [EMAIL PROTECTED]

--

From: garyp <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Need recommondations for disk enclosure
Date: Thu, 12 Aug 1999 10:09:21 -0500

Greetings:

I am looking for recommendations for where I can buy a disk enclosure
(or a manufacturer name).   I need and external standalone unit with at
least 4 bay capacity and must be able to support 68pin ultra 2 disks.
Please email responses to [EMAIL PROTECTED]  Replies are always
appreciated.

Thanx!

Gary P.
[EMAIL PROTECTED]


--

From: [EMAIL PROTECTED] (brian moore)
Subject: Re: Pentiume III serial number
Date: 12 Aug 1999 17:41:40 GMT

On Thu, 12 Aug 1999 16:10:02 GMT, 
 Stuart R. Fuller <[EMAIL PROTECTED]> wrote:
> If the BIOS can turn off the serial number, then some piece of software can
> turn it back on.

Only of the OS allows it to.

(Hint: on a proper OS, userland programs can't do everything, including
changing status registers on the CPU.)

-- 
Brian Moore   | Of course vi is God's editor.
  Sysadmin, C/Perl Hacker | If He used Emacs, He'd still be waiting
  Usenet Vandal   |  for it to load on the seventh day.
  Netscum, Bane of Elves.

--

From: [EMAIL PROTECTED] (Villy Kruse)
Crossposted-To: alt.os.linux
Subject: Re: Strange bootup message in RH 6.0
Date: 12 Aug 1999 19:31:13 +0200

In article <[EMAIL PROTECTED]>, CJ  <[EMAIL PROTECTED]> wrote:



>Why are you bringing the loopback up? The only time I ever messed with
>the loopback was when I selected it to be compiled into the kernel. I
>haven't thought about it since. Wait... one time to mount an iso image.



I sence some confusion between the loop driver used to mount file
systems contained in a disk file

and the network loopback; something quite different.  The network
loopback is normaly always a resident kernel and not a module, as
this driver is always expected to be up.




Villy

--

From: Jayan M <[EMAIL PROTECTED]>
Subject: Re: Same version number after a kernel patch
Date: Wed, 11 Aug 1999 22:55:00 GMT

posting a ls -l of your /boot and
a cat /etc/lilo.conf would make it simpler to explain..

Jayan

Joshua Li w

Linux-Misc Digest #376

1999-05-27 Thread Digestifier

Linux-Misc Digest #376, Volume #20   Fri, 28 May 99 02:13:08 EDT

Contents:
  Re: Commercially speaking? (Paul Anderson)
  Re: Modem sharing? (Mike Redan)
  Cisco 4000M for Sale ("Joop  Cousteau")
  Re: Netscape doesn't find Internet Connection (Mike Redan)
  Re: "Art Format" images? (Jim Osborn)
  Red Hat 6.0 (Coder69)
  Re: Help changing video driver (Gerald Willmann)
  Does this OS exist? ([EMAIL PROTECTED])
  Re: Iomega products and Linux (Dominic Mitchell)
  Re: pc speaker (Lee Sau Dan ~{@nJX6X~})
  Re: RH6.0 & General Linux Question (David M. Cook)
  Re: Netscape crashes and it takes the whole machine with it! (Mark Forsyth)
  Re: How do you change the Applications Menu? (Mark Forsyth)
  Printing (Arthur Merar)
  Re: choosing an OS for a retired Sun workstation ("North Star")
  Re: "can't load library libX11.so.6"? ("Thomas T. Veldhouse")
  Re: WordPerfect gunzip ("Gero H. Marten")
  Re: Tools under Linus ([EMAIL PROTECTED])
  Re: Playing through xcdroast ("Christopher R. Thompson")
  Re: Xlib: Invalid MIT-MAGIC-COOKIE-1 key (brian moore)
  Maestro Driver ? ([EMAIL PROTECTED])
  Re: pc speaker ([EMAIL PROTECTED])
  Re: Application/PDF in Netscape 4.51 (Kaya Imre)
  Re: Rebuilding SRPMs ("Thomas Svenson")
  Re: How ready is Linux with IPv6? (Des Herriott)



From: [EMAIL PROTECTED] (Paul Anderson)
Crossposted-To: comp.os.linux.advocacy,linux.help,linux.news.groups,uk.comp.os.linux
Subject: Re: Commercially speaking?
Date: 27 May 1999 23:22:42 -0400

Erik Olson <[EMAIL PROTECTED]> writes:

>Will this ugly scenario ever happen?  I hope not, but from what I
>understand of RMS's agenda, this does seem a logical step once Linux
>achieves critical mass.
>
RMS is too smart for that.  He's winning, anyways, without spending hundreds
of thousands of dollars working on a legal battle that would be based on VERY
shakey grounds.  Fact is, open source produces better code than closed source.
Besides, there's no money in the software - the real money is in setting up
the software and providing support for it.  Microsoft is having a terrible
trying to compete with us, firstly Linux is free, secondly it's better written
and thirdly our development cycle is much faster than there's.  As soon as a
non-biased study shows greater performance of NT over Linux in any fashion,
patches are quickly written and Linux becomes faster than NT.


--

From: [EMAIL PROTECTED] (Mike Redan)
Crossposted-To: comp.os.linux.networking
Subject: Re: Modem sharing?
Date: 28 May 1999 03:54:17 GMT

I'm assuming that you want to share an internet connection here...
if that is true, than what you want to do is setup IP Masqurading, and get
the newest IP chains software. There are various HOWTOs out there on
setting it up. You can get IPchains off of www.freshmeat.net.
Also you should probably grab masqdialer. Masqdialer will let you dial the
modem on your Linux box from any other computer on your network. There are
clients for masqdialer for just about every OS out there...it's pretty
easy to set up too. Again you can get masqdialer off of www.freshmeat.net.
Just use the search engine at the top of the page...if you have any
questions, feel free to email me.

cheers,
Mike

Samuel AU ([EMAIL PROTECTED]) wrote:
> Is it possible to share a modem in a Linux base network?  If yes, how
> to?
> Thanks in advance.
> Samuel


--

From: "Joop  Cousteau" <[EMAIL PROTECTED]>
Subject: Cisco 4000M for Sale
Date: Thu, 27 May 1999 21:01:20 -0700

serious only   email [EMAIL PROTECTED]

4000M full memory & flash, mint.
Just replaced with 7500 series router.

$2000 U.S. firm.

IOS 11.x

You pay UPS.  Serious only.



--

From: [EMAIL PROTECTED] (Mike Redan)
Subject: Re: Netscape doesn't find Internet Connection
Date: 28 May 1999 03:59:38 GMT

sounds kinda like you are missing a proxy server setup somewhere...do you
remember setting that up before?? Just a thought...

Mike

Lutz Goldbecker ([EMAIL PROTECTED]) wrote:
> Hallo
> Installing Netscape 4.6 worked fine and it started without any errors.
> Every try to connect to any URL address ends with an "Netscape is unable to
> connect to the server "xxx"..."
> The connection (T-Online) is working fine with any other application (eg. kfm,
> staroffice, ping, mail, ..)
> Is there a link I have to set, any file to edit?
> Netscape 4.52 worked before. A try to reinstall it with yast (SuSE 6.1) ended
> with the same error.
> Thanks for every hint, by, Lutz

--

From: [EMAIL PROTECTED] (Jim Osborn)
Subject: Re: "Art Format" images?
Date: 28 May 1999 03:52:46 GMT

D. Vrabel 

Linux-Misc Digest #376

1999-03-09 Thread Digestifier

Linux-Misc Digest #376, Volume #19Tue, 9 Mar 99 00:13:09 EST

Contents:
  Re: Help installing linux on extra hard drive (Seth Van Oort)
  Kernel compilation trouble (Adam Pirkle)
  Re: lastcomm prob. kernel 2.2 (Alan Curry)
  Re: Pentium III Boycott and survey info (Anthony D. Tribelli)
  Re: 2.2 Sound code ([EMAIL PROTECTED])
  Re: DNS on Linux (Jason Clifford)
  Re: No-Win Modem Situation (Whammy)
  Re: HELP: stuck with gcc & glibc ([EMAIL PROTECTED])
  Re: 2.2 Sound code (Ewan Dunbar)
  /bin/ls: /flpp/ds/
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Help installing linux on extra hard drive
Date: Tue, 09 Mar 1999 03:39:27 +

Here's the gist. Get linux on your 6 gig hard drive in whatever way
possible. Make a boot partition on your 16 gig hard drive and make sure
that all of it is below 1024 cylinders. Mount your boot partition on
/boot. Then make a copy of your /etc/lilo.conf file for reference.
Change it to

boot=/dev/fd0   #booting from floppy
root=
prompt 
delay 100   #pause 10 seconds
default=linux
image=/boot/ 
label=linux

If you run 'lilo', this will make a boot floppy. The actual reading time
from the floppy will be less than a second so it's not an inconvenience.
I've never overwritten my mbr so if someone else wants to elaborate on
that subject, go ahead. 

Seth

[EMAIL PROTECTED] wrote:
> 
> I've read through what seems like reams of information and still can't find a
> clear answer to my question.  I have an ide 16 gig hard drive that is running
> Windows 98.  I also have an ide 6 gig hard drive that used to have Windows 98
> on it that I now want to install Linux on.  I also have ide CD-ROM and CD-RW
> drives.  Currently I have the 16 gig drive (Win 98) set as primary master.  I
> want my two cd drives to be on seperate controllers so I can copy cd's
> directly from one drive to the other (if they're on the same controller it
> doesn't work so  good I hear).  That leaves my 6 gig drive (Linux) on the
> secondary controller.  Now, can I run dual boot between Linux and Win 98 with
> this configuration.  I've read that LILO has to be on a drive on the primary
> controller.  Is this true even with a boot manager?  I'm somewhat confused
> about the concept of making a small boot partition on my primary drive.  Can
> somebody please recommend what I should do or at least explain my options?
> Thanks.
> 
> -Jerrad Elmore
> [EMAIL PROTECTED]
> 
> ---== Posted via Deja News, The Discussion Network ==--
> http://www.dejanews.com/   Search, Read, Discuss, or Start Your Own

--

From: Adam Pirkle <[EMAIL PROTECTED]>
Subject: Kernel compilation trouble
Date: Mon, 08 Mar 1999 13:49:23 -0600

I'm having trouble compiling a new 2.2.1 kernel.  I use tar xzvf
linux-2.2.1  to unpack it, and everything seems to be in the right
place.  I do make config, make dep, and make clean, then make zImage. 
It goes all right for quite a while, then this is the last part of the
output:

make [3]: Leaving directory '/usr/src/linux/drivers/net'
make[2]: Leaving directory '/usr/src/linux/drivers/net'
make -C misc
make [1]: *** [_subdir_misc] Segmentation fault
make [1]: Leaving directory '/usr/src/linux/drivers'
make: *** [_dir_drivers] Error 2

and then it goes back to the prompt.  The directory
/usr/src/drivers/misc is there, and it has Makefile and some .c or .h
files in it.  
Please help.

Adam Pirkle
[EMAIL PROTECTED]

--

Crossposted-To: alt.os.linux
Subject: Re: lastcomm prob. kernel 2.2
From: [EMAIL PROTECTED] (Alan Curry)
Date: Mon, 08 Mar 1999 23:28:15 GMT

In article <7c1jqo$u0v$[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> wrote:
>Hi,
>
>I had lastcomm working okay with kernel 2.0.36 but now with kernel 2.2.1 and
>2.2.2 it outputs something like:
>?  root ?? 0.00 secs Thu Jan  1 02:51

I had the same problem. I solved it by removing /usr/include/sys/acct.h and
recompiling the psacct package. Apparently  is more broken than
.
-- 
Alan Curry|Declaration of   | _../\. ./\.._ ..
[EMAIL PROTECTED]|bigotries (should| [| |]/_>  /_>
==+save some time): |  \__/   \__/ \___:\___:
 Linux,vim,trn,GPL,zsh,qmail,^H | "Screw you guys, I'm going home" -- Cartman

--

Crossposted-To: comp.os.linux.advocacy,comp.os.linux.hardware
From: [EMAIL PROTECTED] (Anthony D. Tribelli)
Subject: Re: Pentium III Boycott and survey info
Date: Mon, 8 Mar 1999 22:55:28 GMT

bp jendrissek ([EMAIL PROTECTED]) wrote:
: Anthony D. Tribelli <[EMAIL PROTECTED]> wrote:

: : I'm still highly skeptical of such an instruction existing. I'd love to 
: : see a URL, I suspect info got 'mutated

Linux-Misc Digest #376

1998-12-27 Thread Digestifier

Linux-Misc Digest #376, Volume #18   Sun, 27 Dec 98 23:13:07 EST

Contents:
  Problem With Shutdown ([EMAIL PROTECTED])
  Re: only L in LILO BOOT :) (Samson Chang)
  Re: The goal of Open Source (Jerry Lynn Kreps)
  Re: GUI Perl Debugger (brian moore)
  Re: The goal of Open Source (Jerry Lynn Kreps)
  Re: Intel EtherExpress Pro/100B Problem (rks)
  Re: Fetchmail broken after switch to Qmail (Michael Fleming)
  Re: Fetchmail broken after switch to Qmail (Hoeteck Wee)
  Staroffice 4.0 Vs. 5.0 (mvrao)
  Black and White Netscape (Tom Hennen)
  Re: ATT Worldnet Connectivity (Floyd Davidson)
  DSP reset failed? (Don Buckenmeyer)
  LILO boot problem in Redhat 5.2 (John Robson)
  Re: Project management software (Mohd-Hanafiah Abdullah)
  Re: Infringement of the GPL (Rod Smith)
  Slackware screen clear on logout (Barry Grussling)
  Re: Am I stupid or am I stupid. PPP. ALMOST!!! (Ed Young)
  Re: ln: Musty smell to its man page ([EMAIL PROTECTED])



From: [EMAIL PROTECTED]
Subject: Problem With Shutdown
Date: Mon, 28 Dec 1998 02:50:40 GMT

I ran a command the other night to shutdown my linux box (shutdown -h 120)
after I went to sleep.  That appeared to work fine.  Now when I go to login
as anyone other than root I get a message "System Is Going Down For A Halt
Dec 25 at such and such time" and the login fails.  I can successfully login
as root however.  I tried to set the system time back thinking it would
shutdown at the specified time and reset itself.  This didn't work.  Does
anyone know where it's storing this phantom shutdown notice so I can wipe it
out?  Thanks in advance.

= Posted via Deja News, The Discussion Network 
http://www.dejanews.com/   Search, Read, Discuss, or Start Your Own

--

Date: Mon, 28 Dec 1998 11:11:26 +0800
From: Samson Chang <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.help,comp.os.linux.questions
Subject: Re: only L in LILO BOOT :)

Hi Tobias,
I also encounter this problem before, first of all you need to check
your hard disk type first,
if you are using compatiable PC there are three type of your hard disk
setting 1.Normal
2.LBA and 3.Large. You must set your hard disk to LBA mode.

Regards,
Samson :)

Tobias Andersson wrote:

> Hello I've got some problems after I installed Redhat Linux 5.2. I have
> two harddrives.
> 1: 7,6 GB
> 2: 3.4 GB
>
> I boot from disk number one, but I can boot from both if I want to. I
> had linux installed on disk two. Yesterday I wanted to install linux on
> my first harddrive and use the second as a swapdrive. And so I did.
> When I bought the second drive I didn't format and partition the whole
> drive, I left 1,12 GB to Linux. I suppose you don't have to use for
> example fdisk or partionmagic to get a Linux-partion, to work, if you
> have spared 1 GB which isn't used by any OS.
>
> Maybe that's my problem, that I hadn't formated and used the space under
> Windows/dos first? Because when I installed Linux on my other drive I
> took away a partition which had been used by Win 95 and then installed
> Linux.
>
> The installation seemed to succed. I made a swap partition on my second
> drive, 124 MB. And a native Linux partition on my first drive, 1,12 GB.
> I mounted the native partition as: / , that is root I suppose.
>
> I installed everything on the CD-rom, so the installation took about 800
> MB. The last step for me was to "enable" or tell Linux that my system
> use LBA, and that I have 96 MB of memory. (I wrote:  mem=96M )
>
> When I tried to reboot my system it couldn't boot. I got a big L which I
> suppose is the beginning of: LILO (LILO BOOT) Then my computer
> crashes/(doesn't do anything more). I still got the LILO BOOT left on my
> second harddrive but because I don't boot from it I suppose it's doesn't
> matter. I think I will remove it with FDISK /MBR...
>
> I would appreciate some help!
>
> Thank You!
> /Tobias


--

From: Jerry Lynn Kreps <[EMAIL PROTECTED]>
Subject: Re: The goal of Open Source
Date: Sun, 27 Dec 1998 17:31:10 -0600

steve mcadams wrote:
> How so?  I build a product, I sell a product, I release the source
> code so people who buy the product can maintain it themselves if they
> so choose.  All I ask is that customers not give my product away for
> me.  I don't see how this takes away anyone's independence.

That's how I did my consulting business for nearly 18 years.  It worked
for me.
My forte was not only leaving behind the source code, but training
someone in the business to support and modify it.  They only had to sign
a contract that included a non-compete clause.  Most people can co