Linux-Setup Digest #478, Volume #20              Mon, 22 Jan 01 23:13:11 EST

Contents:
  Re: Partition confusion ("Eriz Mendz")
  Re: sound card (es1371) and xmms and studio (Dances With Crows)
  Re: Re: partioning failing during install of RH7.0 ("C. Jarvis")
  Re: >64M RAM chestnut - ? new twist (David)
  Help with CD-RW setup ("C.K. Krishnadas")
  ATI Rage 2x ("Loren E. Smith")
  Re: Help with CD-RW setup (=?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?=)
  Russian/Cyrillic fonts in RH6.1 (Thomas Hedden)
  Another Newbie: Help at bootup ("mmm")
  Re: Recompiling problem (Mark Post)
  W2K in MBR + booting Mandrake from floppy: how to move to HD? (Frederic Faure)
  Help with Display setup ("Stanley Lai")
  Re: Can't Find Server Name for Address 192.168.1.4 (Paul Lew)
  Re: Delaying eth0 initialization? (Mike Loiterman)
  Re: Newbie: Compiling Kernel ("L-X-Q")
  Re: Can't Find Server Name for Address 192.168.1.4 ([EMAIL PROTECTED])
  Re: Can't Find Server Name for Address 192.168.1.4 ([EMAIL PROTECTED])
  Re: Samba in Linux RH 7 (Rod Smith)
  Re: Delaying eth0 initialization? (Mike Loiterman)
  Root partition full ("Peter B. Ensch")
  Error compiling kernel ("Arturo")

----------------------------------------------------------------------------

From: "Eriz Mendz" <[EMAIL PROTECTED]>
Subject: Re: Partition confusion
Date: Tue, 23 Jan 2001 04:16:22 +0300

Here's my partition table by Disk Druid:

hda1        4Gb    FAT32
hda5        5Gb    FAT32
hda6        2.5Gb    FAT32
hda7        2.5Gb    FAT32
free space    5Gb


Eric <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> NG_lurker wrote:
> >
> > Hi! Im a bit confused about partitioning in Linux. I have a 20 gig HD
> > partitioned to 4(c/d/e/f). Win98 is in c. I intend to install Win2000 in
d
> > for dual booting. I reserve free space of 5 gigs for RH7. Fips is saying
of
> > with making new primary partition while Partition Magic and other disk
> > readme's tell you only 1 primary partition can be active at any time and
> > having 2 primary partitions visible can cause data loss. Im stuck in
this
> > partition explanation and need help. Shall i use fips or disk druid to
> > partition my free space?
>
> I am not sure I understand your question entirely.
> Mainly because I can't do much with c/d/e/f
> Show your current partitiontable, and then perhaps I can help you.
> (linux' `fdisk -l /dev/hda` listing would be great)
>
> Eric



------------------------------

From: [EMAIL PROTECTED] (Dances With Crows)
Crossposted-To: comp.os.linux.hardware
Subject: Re: sound card (es1371) and xmms and studio
Date: 23 Jan 2001 01:28:44 GMT
Reply-To: [EMAIL PROTECTED]

On Mon, 22 Jan 2001 14:23:57 +0100, Eros Albertazzi staggered into the
Black Sun and said:
>I just installed a sound card on a RH6.2 ... kernel config is ok... 
>but xmms can play only when launched as root, not as regular user...
>Device permission seems ok, although cat /dev/sndstat, as suggested in
>the sound-FAQ for testing, says no such device.. and the same does
>studio :Error in startup script: cat: /dev/sndstat: No such device

Permissions, most likely.  "chmod 666 /dev/dsp* /dev/mixer" as root.

es137[01]s do not have a /dev/sndstat --it's funny; I've answered this
question and many similar to it about 4 times in the last week....

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /  Workin' in a code mine, hittin' Ctrl-Alt
http://www.brainbench.com     /   Workin' in a code mine, whoops!
=============================/    I hit a seg fault....

------------------------------

From: "C. Jarvis" <[EMAIL PROTECTED]>
Subject: Re: Re: partioning failing during install of RH7.0
Date: Mon, 22 Jan 2001 17:14:39 -0800

>"C. Jarvis" wrote:
>
>> When  I try to install RH 7.0, during the partitioning step for a custom
>> install...
>>
>> I am given two choices: use DiskDruid or fdisk
>>
>> When I choose DiskDruid, my harddrive info is displayed.  I can make
>> changes to the displayed info, but when I press 'next' to implement these
>> changes, the install crashes with a signal 11.
>>
>> When I choose fdisk, the install crashes right away with a signal 11.
>>
>> Any ideas? BIOS settings?
>>
>> I previously had a working install of RH 6.0, but removed it.  LILO is
>> still installed.
>
>I had this exact problem. I then created the required partitions using
>Partition Magic,
>and this time the RH7 installation worked OK. When it got to the HDD page, I
>chose 'disk druid', it displayed the new partitions, and I just assigned the
>mount
>points, then hit 'Next'.
>It seems that the installer can't create the partitioning itself, at least on
>two systems (yours and mine).
>AM
>

Alright, I created the partitions using Partition Magic 4.0  I then ran
the demo of Partition Magic 6.0 and discovered that my copy of 4.0 wasn't
creating them properly.  So 6.0 fixed the mistakes.

But now, instead of crashing with a signal 11, my computer reboots when I
hit 'next' after assigning mount points.

So any other ideas?

Thanks a bunch,
Chris Jarvis


------------------------------

From: David <[EMAIL PROTECTED]>
Subject: Re: >64M RAM chestnut - ? new twist
Date: Tue, 23 Jan 2001 11:45:32 +1000
Reply-To: [EMAIL PROTECTED]

Thanks, especially for the linuxnewbie link. That will certainly save
some unnecessary questions on other subjects. 

Bit Twister wrote:
> 
> thought RH 7 used grub.
> 
> The examples here are for 128M.  Change 128 to your memory value.
> 
> ----------------- If using lilo ---------------------------
>         edit /etc/lilo.conf and add
>         append="mem=128M"
>         save changes, exit the editor, then
>         /sbin/lilo     to install the change into the mbr.
>         Next boot should have the change
> 
> example:
> timeout=50
> append="mem=128M"
> image=/boot/vmlinuz
> or
> append="mem=128M hdd=ide-scsi"     if you already have an append cmd
> 
> ---------------- if using grub ---------------------------
> 
>         edit /boot/grub/menu.lst and add
>              mem=128M
>         Next boot should have the change
> 
> example:
> title linux
> kernel (hd1,4)/boot/vmlinuz root=/dev/hdb5  mem=128M
> 
> -------------- to replace lilo with grub --------------------
> 
> cd /boot/grub
> sh install.sh
> 
> -------------- Still having problems ---------------------------
> http://www.linuxnewbie.org/nhf/intel/hardware/ramdetect.html
> 
> On Mon, 22 Jan 2001 22:17:22 +1000, David <[EMAIL PROTECTED]> wrote:
> >I know this is an old question. No doubt I am making a simple mistake
> >but I have done my best with web search results.
> >
> >Basic situation same as for old postings - BIOS correctly reports 128M
> >RAM, free reports only ~64M under the word "total". However,
> >(a) I am using kernel 2.2.16-22 (RH7) which ? is not supposed to require
> >editing of lilo.conf
> >(b) I have edited lilo.conf with
> >         append="mem=128M"
> >under the label=linux line with no effect.
> >
> >Have I mucked up the syntax?
> >Am I looking at the right number with free?
> >
> >If this is an often-answered question I apologise but the only remedy I
> >could find was the above, and only with older kernels.
> >
> >David
> 
> --
> The warranty and liability expired as you read this message.
> If the above breaks your system, it's yours and you keep both pieces.
> Practice safe computing. Backup the file before you change it.
> Do a,  man command_here or cat command_here, before using it.

------------------------------

From: "C.K. Krishnadas" <[EMAIL PROTECTED]>
Subject: Help with CD-RW setup
Date: Tue, 23 Jan 2001 01:57:25 GMT

Hi,

Sorry if this is a kind of FAQ.

Following the instructions in CD-Writing HOWTO, I have setup my IDE CD-RW
with ide-scsi emulation.  I am able to read from the drive. However, when I
insert a writable media and mount the device, the system says the device is
write-protected and mounted read-only. This is a Iomega 12x10x32x CD-RW.  It
doesn't appear on the "incompatibility list" referenced in the FAQ.

I have checked the permissions on the mount directory as well as the device
file /dev/scd0 (the device on which the IDE CD-RW is emulated as SCSI).
They have both write permissions for owner and group.   I do think that this
could be a permission setting issue, but I am not able to figure out what
exactly is incorrect.

Any help is highly appreciated.

  -- Krishnadas




------------------------------

From: "Loren E. Smith" <[EMAIL PROTECTED]>
Subject: ATI Rage 2x
Date: Tue, 23 Jan 2001 01:48:12 GMT

How do I know if I have 3-D Hardware Acceleration setup on my computer?
Is there a file that says it loaded it? Or that its active?  Thank you.


------------------------------

From: =?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?= <[EMAIL PROTECTED]>
Subject: Re: Help with CD-RW setup
Date: Tue, 23 Jan 2001 03:13:05 +0100

You cannot write to a CD like you do to a normal filesystem. You will
have to install tools like mkisofs, cdrecord, xcdroast etc.

Rasmus B�g Hansen

On Tue, 23 Jan 2001, C.K. Krishnadas wrote:

> Hi,
>
> Sorry if this is a kind of FAQ.
>
> Following the instructions in CD-Writing HOWTO, I have setup my IDE CD-RW
> with ide-scsi emulation.  I am able to read from the drive. However, when I
> insert a writable media and mount the device, the system says the device is
> write-protected and mounted read-only. This is a Iomega 12x10x32x CD-RW.  It
> doesn't appear on the "incompatibility list" referenced in the FAQ.
>
> I have checked the permissions on the mount directory as well as the device
> file /dev/scd0 (the device on which the IDE CD-RW is emulated as SCSI).
> They have both write permissions for owner and group.   I do think that this
> could be a permission setting issue, but I am not able to figure out what
> exactly is incorrect.
>
> Any help is highly appreciated.
>
>   -- Krishnadas
>
>
>
>


------------------------------

Date: Mon, 22 Jan 2001 21:48:07 -0500
From: Thomas Hedden <[EMAIL PROTECTED]>
Subject: Russian/Cyrillic fonts in RH6.1

Hello,
I want to configure RH6.1 so that I can use
Cyrillic (Russian) fonts.
There is a HOWTO floating around by Belikoff;
however it seems to be really out of date.
The paths of some of the files are wrong;
some of the files I can't even find using a
`find / -name ...'.
I'm pretty sure that RH6.1 has the Cyrillic
fonts installed, since I have found what looks
like KOI8 fonts. I can also already read
Russian web pages in Russian. But I want to
be able to TYPE in Russian as well, so I do
have to do some configuration.
Is anyone aware of an up-to-date HOWTO or
FAQ out there?
Thanks in advance for any help you can provide.
Tom
[EMAIL PROTECTED]

------------------------------

From: "mmm" <[EMAIL PROTECTED]>
Subject: Another Newbie: Help at bootup
Date: Tue, 23 Jan 2001 03:00:11 GMT

I recently installed Mandrake Linux for windows on a celeron600, 64MB of
ram.  Although the installation was easy, the rest isn't.  During the linux
kernel bootup, it suddenly freezes at the point where it says something
about network protocols, UDP, TCP, etc...

How can I disable networking before booting the kernel?  I tried the rescue
disk and update but that doesn't work.  please help



------------------------------

From: [EMAIL PROTECTED] (Mark Post)
Subject: Re: Recompiling problem
Date: Tue, 23 Jan 2001 03:01:27 GMT

On Mon, 22 Jan 2001 17:26:33 +0400, "Dennis" <[EMAIL PROTECTED]> wrote:

>This is the first time I tried re-compiling the kernel. I used RedHat 7.0
>.After a lot of work I was finally able to re-compile without any error
>messages.

>However when I tried to boot, the machine just locks as if it can't see the
>SCSI hard disk (but I am not sure)

>I can boot on the old kernel without problem.

>It gives me the following error :

>Request_module[block-major-8] : Root fs not mounted

>VFS : Cannot open root device 08:05

>Kernel panic : VFS : Unable to mount root fs on 08.05

It sounds like you selected SCSI support as a module, and not compiled into
the kernel.  You have to have the device support for your root file system
compiled into the kernel, and not as a module.

Mark Post

Postmodern Consulting
Information Technology and Systems Management Consulting
To send me email, replace 'nospam' with 'home'.

------------------------------

From: [EMAIL PROTECTED] (Frederic Faure)
Subject: W2K in MBR + booting Mandrake from floppy: how to move to HD?
Date: Mon, 22 Jan 2001 21:53:47 GMT

Hi,

        I have W2K installed in the first two partitions, and Mandrake
installed in the next three (/boot, swap, /). Since I wasn't positive
W2K would boot OK if I added Grub in Linux's partition instead of the
MBR, I prefered to tell Linux to boot from a floppy.

Now that things work, I'd like to move the boot from the floppy into
Linux's partition, and update W2K's boot loader to list Linux as an
alternative OS.

I've read the docs on Lilo, but besides the fact that Mandrake uses
Grub instead of Lilo, most docs talk about doing the opposite, namely
creating a boot floppy once you have Linux running from the HD. Any
tip from those running W2K + Linux?

FWIW, here's /etc/lilo.conf and printout from fdisk, respectively

        boot=/dev/fd0
        map=/boot/map
        install=/boot/boot.b
        vga=normal
        default=linux
        keytable=/boot/fr-latin1.klt
        lba32
        prompt
        timeout=50
        message=/boot/message
        menu-scheme=wb:bw:wb:bw
        image=/boot/vmlinuz
                label=linux-nonfb
                root=/dev/hda8
                read-only
        image=/boot/vmlinuz
                label=failsafe
                root=/dev/hda8
                append=" failsafe"
                read-only


        Device Boot    Start       End    Blocks   Id  System
        /dev/hda1   *         1       260   2088418+   7  HPFS/NTFS
        /dev/hda2           261      2434  17462655    5  Extended
        /dev/hda5           261       770   4096543+   7  HPFS/NTFS
        /dev/hda6           771       782     96358+  83  Linux
        /dev/hda7           783       798    128488+  82  Linux swap
        /dev/hda8           799      2434  13141138+  83  Linux

Thx much for any info
FF.

------------------------------

From: "Stanley Lai" <[EMAIL PROTECTED]>
Subject: Help with Display setup
Date: Tue, 23 Jan 2001 14:02:54 +1100


I tried installing Red Hat Linux 6.0 and the setup seemed to go ok until i
reached the video card and monitor display.
I noticed that my video card is not listed in the menu so I selected
'unlisted' from the menu. I have an NVidia Vanta display adapter.
Also my monitor was not listed on the menu so I selected Samsung 17'' GL
model. I have a Hansol 17'' monitor and I think that my selection was
appropriate since Hansol is a division of Samsung.
After those choices I am asked to allow the system to 'probe' for the best
display configuration or not to probe. When I choose to probe, the display
on my monitor becomes garbled and freezes up.
It seems like to me that my display configuration is somehow not correct.
I would like to know what is the correct configuration for my hardware.

Any help would be appreciated.

Thanks



------------------------------

From: [EMAIL PROTECTED] (Paul Lew)
Subject: Re: Can't Find Server Name for Address 192.168.1.4
Date: Tue, 23 Jan 2001 03:23:10 GMT

On Mon, 22 Jan 2001 19:51:31 -0500, Jeff Borders <[EMAIL PROTECTED]> wrote:
>Hello,
>
>I'm a Mandrake 7.2 user.  I have a linux gateway machine connecting with
>a dialup connection.  I'm not running a local DNS.  My problem is this:
>
>When I do a nslookup from my internal network, it bounces back with the
>error described in the subject above.
>
>My resolv.conf on the workstation is 
>domain my_isp.com
>192.168.1.4            ;address of my gateway machine.
>
>My hosts file on the workstation is
>192.168.1.4    shemp.jeff.cxm  shemp
>192.168.1.3    curly.jeff.cxm  curly
>
>My resolv.conf on gateway is
>domain my_isp.com
>206.103.240.1
>206.103.240.2
>
>My gateway hosts file is the same as workstation.
>
>The gateway machine is not reading the resolv.conf and calling the ISP
>DNS servers.
>
Its a "nslookup" problem in linux/unix...as it works differently in windows.
...nslookup wants to "resolve" itself first and
cannot use the "proxy" (gateway) dns; only way is to add a real dns ip
to the local machine's resolv.conf.

------------------------------

From: Mike Loiterman <[EMAIL PROTECTED]>
Subject: Re: Delaying eth0 initialization?
Date: Tue, 23 Jan 2001 03:15:39 GMT

Sorry about that...RedHat 7

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
>
> Helps if you provide what distro and release level you are using
> when you post questions to the news groups. Different distros
> have different commands, files, and links to files. Even happens
> between release levels of the same distribution.
>
> If Redhat/Mandrake, have you looked in /var/log/messages  ?
>
> On Mon, 22 Jan 2001 21:03:34 GMT, Mike Loiterman
> > <[EMAIL PROTECTED]> wrote:
> >I'm trying to get Linux to recognize my 3com 3905b NIC, but when I
try
> >to restart the network it says Briging up interface lo: ok Bringing
up
> >interface eth0: Delaying eth0 initoialization [FAILED].  What does
this
> >mean?
>


Sent via Deja.com
http://www.deja.com/

------------------------------

From: "L-X-Q" <[EMAIL PROTECTED]>
Subject: Re: Newbie: Compiling Kernel
Date: Tue, 23 Jan 2001 12:34:03 +0900


Do I have to copy the System.map? Where can I find the new System.map? And
also do I have to copy the new vmlinux to the /boot directory?

> >I have tried 3 times, with different configuration on the make
menuconfig,
> >but all failed. But if I boot using the old kernel, it runs smoothly.
What
> >happened? Please help me. Thank you very much.
> Did you copy the System.map as well?



------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Can't Find Server Name for Address 192.168.1.4
Date: Tue, 23 Jan 2001 03:26:04 GMT

Try this:  make the resolv.conf on the workstation the same as on the
gateway.  Then on the workstation make sure the route table has
192.168.1.4 as the default gateway.  If not, do 'route add default gw
192.168.1.4.

Scott
=====
Support provided by Linuxgruven, Inc.
www.linuxgruven.com
314-727-0918

In article <3a6cd58e$0$35011$[EMAIL PROTECTED]>,
  "Jeff Borders" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm a Mandrake 7.2 user.  I have a linux gateway machine connecting
with
> a dialup connection.  I'm not running a local DNS.  My problem is
this:
>
> When I do a nslookup from my internal network, it bounces back with
the
> error described in the subject above.
>
> My resolv.conf on the workstation is
> domain my_isp.com
> 192.168.1.4           ;address of my gateway machine.
>
> My hosts file on the workstation is
> 192.168.1.4   shemp.jeff.cxm  shemp
> 192.168.1.3   curly.jeff.cxm  curly
>
> My resolv.conf on gateway is
> domain my_isp.com
> 206.103.240.1
> 206.103.240.2
>
> My gateway hosts file is the same as workstation.
>
> The gateway machine is not reading the resolv.conf and calling the ISP
> DNS servers.
>
> Thanks,
> Jeff Borders
> [EMAIL PROTECTED]
>

--


Sent via Deja.com
http://www.deja.com/

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Can't Find Server Name for Address 192.168.1.4
Date: Tue, 23 Jan 2001 03:27:15 GMT

Try this:  make the resolv.conf on the workstation the same as on the
gateway.  Then on the workstation make sure the route table has
192.168.1.4 as the default gateway.  If not, do 'route add default gw
192.168.1.4.

Scott
=====
Support provided by Linuxgruven, Inc.
www.linuxgruven.com
314-727-0918

In article <3a6cd58e$0$35011$[EMAIL PROTECTED]>,
  "Jeff Borders" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm a Mandrake 7.2 user.  I have a linux gateway machine connecting
with
> a dialup connection.  I'm not running a local DNS.  My problem is
this:
>
> When I do a nslookup from my internal network, it bounces back with
the
> error described in the subject above.
>
> My resolv.conf on the workstation is
> domain my_isp.com
> 192.168.1.4           ;address of my gateway machine.
>
> My hosts file on the workstation is
> 192.168.1.4   shemp.jeff.cxm  shemp
> 192.168.1.3   curly.jeff.cxm  curly
>
> My resolv.conf on gateway is
> domain my_isp.com
> 206.103.240.1
> 206.103.240.2
>
> My gateway hosts file is the same as workstation.
>
> The gateway machine is not reading the resolv.conf and calling the ISP
> DNS servers.
>
> Thanks,
> Jeff Borders
> [EMAIL PROTECTED]
>

--


Sent via Deja.com
http://www.deja.com/

------------------------------

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: Samba in Linux RH 7
Date: Tue, 23 Jan 2001 03:49:35 GMT

[Posted and mailed]

In article <YhZa6.56108$[EMAIL PROTECTED]>,
        "Robert" <[EMAIL PROTECTED]> writes:
> Hi all
> 
> I have recently installed Linux RH 7. I have also installed the samba from
> my cd. I have configured samba by configuring (/etc/samb/smb.conf ) and
> adding the tcp and udp port information in (/etc/services).

That information (in /etc/services) should already have been there.

> When i am
> running (samba start ) SMB and NMB services are ok, but  i cant see my
> computer in NT.

If Samba is running (say, you can connect to a Samba share), chances are
one of two things is happening:

- smbd is running but not nmbd. You can determine this by using "ps ax |
  grep mbd" and checking the output for both. This seems unlikely unless
  you've been messing with the Samba startup scripts, though.
- You've not set the correct workgroup name in smb.conf. Check that
  again; it should match whatever your workgroup name is in your Windows
  systems.

> I don't know what should i add or modify more in Linux to run samba
> correctly. I can remember there were some file (inetd.conf ) in Linux 6.2
> where we could some commands for samba, but that file is not available any
> more in Linux RH 7.0.

/etc/inetd.conf was never used to control Samba in Red Hat, at least not
as far back as I recall. inetd is a "super server" that runs other
servers. As such, it *CAN* be used to run Samba, but few distributions
do it this way because it results in delays when accessing shares, and
can sometimes produce unreliable browsing. Most distributions, including
Red Hat 7.0, start Samba directly, via startup scripts in
/etc/rc.d/init.d or somewhere similar.

FWIW, Red Hat 7.0 has replaced inetd with another package called xinetd.
What had been configured via inetd.conf is now handled by various files
in /etc/xinetd.d. This is unlikely to be a factor in your problem,
though.

> It was also possible to configure sama from (linuxconf) that is not
> available any more.  Any help and suggestions will be appreciated.

I don't know why, but Red Hat 7.0 is missing the linuxconf Samba tools
that were present in earlier versions of RH. IMHO, that's no great
loss, since those tools were incomplete and a bit flaky. You can
configure Samba on any platform through SWAT (a Web-based tool on port
901 -- enter http://localhost:901 in a Web browser to access it). You
must first enable SWAT, which you can do by creating a file called
/etc/xinetd.d/swat that contains the following:

service swat
{
        port    = 901
        socket_type     = stream
        wait    = no
        only_from = localhost
        user    = root
        server  = /usr/sbin/swat
        log_on_failure  += USERID
        disable = no
}

Such a file might already exist. (I can't promise with 100% certainty
that this will work with RH; I've copied this from my Mandrake
system, and there may be some subtle difference that would cause
problems on RH.) Once you create it, restart xinetd by typing
"/etc/rc.d/init.d/xinetd restart".

-- 
Rod Smith, [EMAIL PROTECTED]
http://www.rodsbooks.com
Author of books on Linux & multi-OS configuration

------------------------------

From: Mike Loiterman <[EMAIL PROTECTED]>
Subject: Re: Delaying eth0 initialization?
Date: Tue, 23 Jan 2001 03:36:19 GMT

I tried /var/log/messages but it said permission denied even when I was
logged in as root...?

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
>
> Helps if you provide what distro and release level you are using
> when you post questions to the news groups. Different distros
> have different commands, files, and links to files. Even happens
> between release levels of the same distribution.
>
> If Redhat/Mandrake, have you looked in /var/log/messages  ?
>
> On Mon, 22 Jan 2001 21:03:34 GMT, Mike Loiterman
> > <[EMAIL PROTECTED]> wrote:
> >I'm trying to get Linux to recognize my 3com 3905b NIC, but when I
try
> >to restart the network it says Briging up interface lo: ok Bringing
up
> >interface eth0: Delaying eth0 initoialization [FAILED].  What does
this
> >mean?
>


Sent via Deja.com
http://www.deja.com/

------------------------------

From: "Peter B. Ensch" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: Root partition full
Date: Tue, 23 Jan 2001 03:53:26 GMT

My root partition is full. I'm not sure why as I thought 175M 
would be plenty. I've only noticed problems recently.

I have plenty of space elsewhere. Is it possible to increase 
the size of my root partition without doing a full reinstall? 
I'm running Suse v6.4 on a system with 2 HDD. The df command 
output is as follows:

~>  df
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             175M  175M     0 100% /
/dev/hda7             4.9G  1.6G  3.1G  33% /usr
/dev/hda1              15M  2.5M   12M  18% /boot
/dev/hda5             486M   27M  434M   6% /home
/dev/hda6             2.6G  597M  1.9G  23% /opt
/dev/hdb1             457M  250M  183M  58% /quantum1
/dev/hdb2             1.4G  767M  584M  57% /quantum2
/dev/hdb3             485M  7.5M  452M   2% /quantum3

Thanks,
Peter

-- 
================================================================
Peter B. Ensch                                  [EMAIL PROTECTED]
================================================================

=====BEGIN PGP PUBLIC KEY BLOCK=====
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

On request.

=====END PGP PUBLIC KEY BLOCK=====

------------------------------

From: "Arturo" <[EMAIL PROTECTED]>
Subject: Error compiling kernel
Date: Tue, 23 Jan 2001 04:01:12 GMT

Hi All,

I'm trying to compile the kernel using:

make dep; make clean; make zImage

and at the very end I'm getting the following message:

Boot sector 512 bytes.
Setup is 3540 bytes.
System is 524 kB
System is too big. Try using bzImage or modules.

What should I change to be able to compile it?

Thanks for any suggestions.
a.




------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.setup.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Setup Digest
******************************

Reply via email to