line 432
TESTCD=$(echo ${CD_LINE}|awk '{print $6}') # the mount
point where the $CD_DIR will reside
FREE_CD=$(echo ${CD_LINE}|awk '{print $4}') # the free
space on the mount point for $CD_DIR
TESTDVD=$(echo ${DVD_LINE}|awk '{print $6}') # the mount
point where the $DVD_DIR will reside
FREE_DVD=$(echo ${DVD_LINE}|awk '{print $4}') # the free
space on the mount point for $DVD_DIR
should be:
FREE_CD=$(echo ${CD_LINE}|awk '{print $(NF-2)}')
otherwise it will not be error when "df" show the following result:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system-suse10
15728156 13381848 2346308 86% /
----- Original Message -----
From: "JP Rosevear" <[EMAIL PROTECTED]>
To: "Marcus Meissner" <[EMAIL PROTECTED]>
Cc: "Alberto Passalacqua" <[EMAIL PROTECTED]>; "Factory Opensuse"
<[email protected]>
Sent: Friday, February 09, 2007 5:51 AM
Subject: Re: [opensuse-factory] Samba and SuSEfirewall
> On Thu, 2007-02-08 at 22:35 +0100, Marcus Meissner wrote:
>> On Thu, Feb 08, 2007 at 10:25:23PM +0100, Alberto Passalacqua wrote:
>> > Thinking to possible improvements for 10.3, I thought it would be nice
>> > to have this bug solved.
>> >
>> > https://bugzilla.novell.com/show_bug.cgi?id=243809
>> >
>> > It worked in 9.3 (if I remember right), and it's actually an obstacle
>> > for new users who try to configure samba, do that properly in Yast, but
>> > can't browse the local network even after selecting "Open firewall
>> > ports" in the Samba server yast tool.
>>
>> Just put the respective network interface into the Internal Zone,
>> it has all ports opened by default.
>
> This isn't very intuitive for most users. Better would be to finish the
> packages-can-open-ports bug and the
> samba-needs-a-narrower-range-of-ports bug. Might also be an idea to
> trigger the firewall changes for nautilus and konqueror.
>
> -JP
> --
> JP Rosevear <[EMAIL PROTECTED]>
> Novell, Inc.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>