From EGRETLURES@kricket.net Mon Nov 23 17:00:30 1998 From: EGRETLURES@kricket.net To: users@lists.opensuse.org Subject: [SuSE Linux] fstab definitions Date: Mon, 23 Nov 1998 11:00:30 -0600 Message-ID: <000101be1702$c68f3500$5bc3a1d0@egret1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1416719979579392550==" --===============1416719979579392550== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Where do I find an explanation of the various entries in the fstab file? I need to access two partitions (one is FAT32) . TIA Henry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============1416719979579392550==-- From stevep@bash.linux-shell.net Mon Nov 23 17:59:30 1998 From: stevep@bash.linux-shell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] fstab definitions Date: Mon, 23 Nov 1998 12:59:30 -0500 Message-ID: In-Reply-To: <000101be1702$c68f3500$5bc3a1d0@egret1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5098064083289935161==" --===============5098064083289935161== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Try man mount. Or, look at page 346-347 in the 5.3 manual. Hope this helps. Steve. ------------------------------------ Steve Pauly (281) 496-8041 Global Marine Drilling Co. stevep(a)linux-shell.net steve.pauly(a)glm.com gmdcman(a)mindspring.com On Mon, 23 Nov 1998, EGRET Lures wrote: > > Where do I find an explanation of the various entries in the fstab file? > I need to access two partitions (one is FAT32) . > > TIA > Henry > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============5098064083289935161==-- From EGRETLURES@kricket.net Mon Nov 23 21:06:17 1998 From: EGRETLURES@kricket.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] fstab definitions Date: Mon, 23 Nov 1998 15:06:17 -0600 Message-ID: <000101be1725$1cc73a40$5cc3a1d0@egret1> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3913015401363945422==" --===============3913015401363945422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've looked in all of the places and haven't been able to find what the last two digits define . hdb3 / ext2 defaults 1 1 hdb2 swap swap defaults 0 0 hdb1 /boot ext2 defaults 1 2 ^ ^ These digits Henry -----Original Message----- From: owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com] On Behalf Of Steve Pauly Sent: Monday, November 23, 1998 12:00 PM To: suse5.3 Subject: Re: [SuSE Linux] fstab definitions Try man mount. Or, look at page 346-347 in the 5.3 manual. Hope this helps. Steve. ------------------------------------ Steve Pauly (281) 496-8041 Global Marine Drilling Co. stevep(a)linux-shell.net steve.pauly(a)glm.com gmdcman(a)mindspring.com On Mon, 23 Nov 1998, EGRET Lures wrote: > > Where do I find an explanation of the various entries in the fstab file? > I need to access two partitions (one is FAT32) . > > TIA > Henry > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============3913015401363945422==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Nov 23 22:03:34 1998 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: fstab definitions Date: Mon, 23 Nov 1998 23:03:34 +0100 Message-ID: <19981123230334.A2276@one.hrz.tu-chemnitz.de> In-Reply-To: <000101be1725$1cc73a40$5cc3a1d0@egret1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4734462123594302913==" --===============4734462123594302913== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, On Mon, Nov 23, 1998 at 15:06 -0600, EGRET Lures wrote: > I've looked in all of the places and haven't been able to find what the last > two digits define . > > hdb3 / ext2 defaults 1 1 > hdb2 swap swap defaults 0 0 > hdb1 /boot ext2 defaults 1 2 The first one tells dump, if the filesystem needs to get backed up (0 == no, 1 == yes) and the second one tells whether or not fsck should check the filesystem. See `man fstab', it's explained in detail there. Ciao, Stefan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============4734462123594302913==-- From henryw@gte.net Mon Nov 23 22:07:13 1998 From: henryw@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] fstab definitions Date: Mon, 23 Nov 1998 22:07:13 +0000 Message-ID: <3659DC90.B02B0D7B@gte.net> In-Reply-To: <000101be1725$1cc73a40$5cc3a1d0@egret1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1920717600010229730==" --===============1920717600010229730== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit EGRET Lures wrote: > > I've looked in all of the places and haven't been able to find what the last > two digits define . > > hdb3 / ext2 defaults 1 1 > hdb2 swap swap defaults 0 0 > hdb1 /boot ext2 defaults 1 2 > ^ ^ > These digits > > Henry > Fifth field relates to the dump command, the sixth field to fsck - see info fstab for all the gory details. -- Henry White mailto:henryw(a)gte.net - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============1920717600010229730==-- From to.avi@usa.net Tue Nov 24 02:22:11 1998 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Mon, 23 Nov 1998 20:22:11 -0600 Message-ID: <365A1853.859C9496@usa.net> In-Reply-To: <19981123230334.A2276@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1737347249401181425==" --===============1737347249401181425== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Well, maybe someone can tell me where the fstab man page is in SuSE 5.3?  I h=
ave
install the All man pages package (allman) but I still cannot find the fstab =
man
page.  It is however on  my other machine that has version 5.2 installed.  Hey
SuSE, did you leave some man pages out of 5.3?

Stefan Troeger wrote:

> See `man fstab', it's
> explained in detail there.


--
Avi Schwartz            Stable System, n.:
to.avi(a)usa.net                  The result of shutting down Windows

S/MIME Cryptographic Signature

--===============1737347249401181425==-- From halef@bellatlantic.net Tue Nov 24 03:25:40 1998 From: halef@bellatlantic.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Mon, 23 Nov 1998 22:25:40 -0500 Message-ID: <365A2734.E5BDFC6@bellatlantic.net> In-Reply-To: <365A1853.859C9496@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0117938246907273109==" --===============0117938246907273109== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Avi Schwartz wrote: >=20 > Well, maybe someone can tell me where the fstab man page is in SuSE 5.3? I= have > install the All man pages package (allman) but I still cannot find the fsta= b man > page. It is however on my other machine that has version 5.2 installed. = Hey > SuSE, did you leave some man pages out of 5.3? >=20 > Stefan Troeger wrote: >=20 Hey I got 5.3 and I went the other day to do a man fstab and it told me that there is no fstab man page. I installed all the man pages but no fstab what gives? Is there an update to the man pages rpm I can download so I can get it? --=20 From: Frank Hale Email: halef(a)bellatlantic.net Homepage: http://members.xoom.com/frank= hale/main.html> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============0117938246907273109==-- From henryw@gte.net Tue Nov 24 03:28:56 1998 From: henryw@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 03:28:56 +0000 Message-ID: <365A27F8.7AEDA7A7@gte.net> In-Reply-To: <365A1853.859C9496@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8082497203855195757==" --===============8082497203855195757== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Avi Schwartz wrote: >=20 > Well, maybe someone can tell me where the fstab man page is in SuSE 5.3? I= have > install the All man pages package (allman) but I still cannot find the fsta= b man > page. It is however on my other machine that has version 5.2 installed. = Hey > SuSE, did you leave some man pages out of 5.3? >=20 > Stefan Troeger wrote: >=20 > > See `man fstab', it's > > explained in detail there. >=20 > -- > Avi Schwartz Stable System, n.: > to.avi(a)usa.net The result of shutting down Windows At the command line (xterm if you're in X) just type in=20 info fstab=20 The page will automagically generate right before your very eyes!=20 BTW - man pages are being replaced by Infotex files; any reference to 'man' can generally be taken to imply 'info' as the first choice since it's likely to be more up to date and complete. Unfortunately, not all the info pages are available yet. -- Henry White mailto:henryw(a)gte.net - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============8082497203855195757==-- From to.avi@usa.net Tue Nov 24 04:55:29 1998 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Mon, 23 Nov 1998 22:55:29 -0600 Message-ID: <365A3C40.6D0B85A4@usa.net> In-Reply-To: <365A27F8.7AEDA7A7@gte.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6706180259080267370==" --===============6706180259080267370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
I am afraid not.  When I tried it info displayed the following:

---------------------------
File: *manpages*,  Node: fstab,  Up: (dir)

No manual entry for fstab
---------------------------

I still believe version 5.3 is missing fstab's documentation.

Avi

Henry White wrote:

> At the command line (xterm if you're in X) just type in
> info fstab
> The page will automagically generate right before your very eyes!


--
Avi Schwartz            Stable System, n.:
to.avi(a)usa.net                  The result of shutting down Windows

S/MIME Cryptographic Signature

--===============6706180259080267370==-- From henryw@gte.net Tue Nov 24 06:18:05 1998 From: henryw@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 06:18:05 +0000 Message-ID: <365A4F9D.6011EA1C@gte.net> In-Reply-To: <365A3C40.6D0B85A4@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4617016268895506779==" --===============4617016268895506779== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Avi Schwartz wrote: > > I am afraid not. When I tried it info displayed the following: > > --------------------------- > File: *manpages*, Node: fstab, Up: (dir) > > No manual entry for fstab > --------------------------- > > I still believe version 5.3 is missing fstab's documentation. > > Avi > > Henry White wrote: > > > At the command line (xterm if you're in X) just type in > > info fstab > > The page will automagically generate right before your very eyes! > > -- > Avi Schwartz Stable System, n.: > to.avi(a)usa.net The result of shutting down Windows I wouldn't know about that. I've used update on mine since S.u.S.E.5.1. They should be installed under /usr/info and /usr/man. (The HOWTOs are under /usr/doc/howto.) On the first CD under /full-names/i386 there are two packages the manXXX.rpm and texinfoXXX.rpm (don't recall the version numbers, but you shouldn't have any trouble finding them). It would be better to install them using YaST. -- Henry White mailto:henryw(a)gte.net - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============4617016268895506779==-- From Stefan.Troeger@informatik.tu-chemnitz.de Tue Nov 24 11:35:47 1998 From: Stefan.Troeger@informatik.tu-chemnitz.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 12:35:47 +0100 Message-ID: In-Reply-To: <365A1853.859C9496@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2581819805524877852==" --===============2581819805524877852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 23 Nov 1998, Avi Schwartz wrote: > Well, maybe someone can tell me where the fstab man page is in SuSE 5.3? I= have > install the All man pages package (allman) but I still cannot find the fsta= b man > page. It is however on my other machine that has version 5.2 installed. = Hey > SuSE, did you leave some man pages out of 5.3? I'm not at my linux box so can't look where the man page is, but I think it's in the ldpman package.=20 Ciao, Stefan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============2581819805524877852==-- From halef@bellatlantic.net Tue Nov 24 16:36:42 1998 From: halef@bellatlantic.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 11:36:42 -0500 Message-ID: <365AE09A.41C7138C@bellatlantic.net> In-Reply-To: <365A27F8.7AEDA7A7@gte.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4869845731198276113==" --===============4869845731198276113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >=20 > At the command line (xterm if you're in X) just type in > info fstab > The page will automagically generate right before your very eyes! >=20 No I did this and it still tells me no manual entry for fstab. I install the allman package and it still doesn't have an entry for fstab. What gives? --=20 From: Frank Hale Email: halef(a)bellatlantic.net Homepage: http://members.xoom.com/frank= hale/main.html> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============4869845731198276113==-- From markgray@iago.nac.net Tue Nov 24 18:34:12 1998 From: markgray@iago.nac.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 13:34:12 -0500 Message-ID: <6zogpx9byz.fsf@iago.nac.net> In-Reply-To: <365AE09A.41C7138C@bellatlantic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3883261563004136766==" --===============3883261563004136766== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Frank Hale writes: > > > > > > At the command line (xterm if you're in X) just type in > > info fstab > > The page will automagically generate right before your very eyes! > > > > No I did this and it still tells me no manual entry for fstab. I install > the allman package and it still doesn't have an entry for fstab. What > gives? You are right -- (I installed practically everything from 5.3 and I did not get it either) An old copy of redhat 5.0 I have has it as a part of the mount-2.7f-1 package, but SuSE uses the util-2.6-24 package to contain mount, so I guess it got left out. You can probably locate a copy of redhat'ss mount-2.7f-1.src.rpm and install the man pages from it. (or talk SuSE into putting it out on their ftp site.) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============3883261563004136766==-- From halef@bellatlantic.net Tue Nov 24 22:18:01 1998 From: halef@bellatlantic.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 17:18:01 -0500 Message-ID: <365B3099.82D3369E@bellatlantic.net> In-Reply-To: <6zogpx9byz.fsf@iago.nac.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3925736936116188911==" --===============3925736936116188911== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SuSE if your listening could you please put the fstab man page on your ftp site? Cause you forgot to include it with your 5.3 distro.=20 --=20 From: Frank Hale Email: halef(a)bellatlantic.net Homepage: http://members.xoom.com/frank= hale/main.html> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============3925736936116188911==-- From EGRETLURES@kricket.net Wed Nov 25 00:10:30 1998 From: EGRETLURES@kricket.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Re: fstab definitions Date: Tue, 24 Nov 1998 18:10:30 -0600 Message-ID: <000201be1808$02f46a50$4fc3a1d0@egret1> In-Reply-To: <365B3099.82D3369E@bellatlantic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5662868414942243846==" --===============5662868414942243846== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable That sure would be nice. I finally did get the "foreign" partitions to mount via the old Trial and Error. Henry -----Original Message----- From: owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com] On Behalf Of Frank Hale Sent: Tuesday, November 24, 1998 4:18 PM To: suse-linux-e(a)suse.com Subject: Re: [SuSE Linux] Re: fstab definitions SuSE if your listening could you please put the fstab man page on your ftp site? Cause you forgot to include it with your 5.3 distro. -- From: Frank Hale Email: halef(a)bellatlantic.net Homepage: http://members.xoom.com/frank= hale/main.html> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============5662868414942243846==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Wed Nov 25 18:53:33 1998 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Re: fstab definitions Date: Wed, 25 Nov 1998 19:53:33 +0100 Message-ID: <19981125195333.A1635@one.hrz.tu-chemnitz.de> In-Reply-To: <365B3099.82D3369E@bellatlantic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0452117943684014285==" --===============0452117943684014285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, On Tue, Nov 24, 1998 at 17:18 -0500, Frank Hale wrote: > SuSE if your listening could you please put the fstab man page on your > ftp site? Cause you forgot to include it with your 5.3 distro. It's in the ldpman package. Ciao, Stefan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============0452117943684014285==-- From markgray@iago.nac.net Wed Nov 25 20:19:09 1998 From: markgray@iago.nac.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: Re: fstab definitions Date: Wed, 25 Nov 1998 15:19:09 -0500 Message-ID: <6zww4j1q6a.fsf@iago.nac.net> In-Reply-To: <19981125195333.A1635@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6816250636775692534==" --===============6816250636775692534== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Stefan Troeger writes: > > > Hi, > > On Tue, Nov 24, 1998 at 17:18 -0500, Frank Hale wrote: > > > SuSE if your listening could you please put the fstab man page on your > > ftp site? Cause you forgot to include it with your 5.3 distro. > > It's in the ldpman package. It isn't in the english cdrom version: /# rpm -ql ldpman|grep 'fstab\|mount' /usr/man/man2/mount.2.gz /usr/man/man2/umount.2.gz /# > Ciao, > Stefan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============6816250636775692534==-- From havok@xihl.ni.net Wed Nov 25 22:25:05 1998 From: havok@xihl.ni.net To: users@lists.opensuse.org Subject: [SuSE Linux] Suse-5.3 - Imake Date: Wed, 25 Nov 1998 14:25:05 -0800 Message-ID: In-Reply-To: <365AE09A.41C7138C@bellatlantic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7457092763563140355==" --===============7457092763563140355== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I've a SuSe 5.2 installation that includes netscape, X, etc but DOES NOT seem to include imake.tmpl and its brethren - thus Imake fails during any and all builds. Did i miss the "imake package" ? (possibly in XF86 source ?) TIA - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============7457092763563140355==-- From phil@stokes.demon.co.uk Wed Nov 25 23:43:20 1998 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Re: fstab definitions Date: Wed, 25 Nov 1998 23:43:20 +0000 Message-ID: In-Reply-To: <19981125195333.A1635@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4929605376652690120==" --===============4929605376652690120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Wed, 25 Nov 1998, Stefan Troeger wrote: > > On Tue, Nov 24, 1998 at 17:18 -0500, Frank Hale wrote: > > > SuSE if your listening could you please put the fstab man page on your > > ftp site? Cause you forgot to include it with your 5.3 distro. > > It's in the ldpman package. Not in the SuSE 5.3 I have here, it's not. It _is_ in the ldpmande, ldpmanfr and ldpmanit packages (in German, French and Italian) but it's definately not in the ldpman package. Phil -- Philip Stokes Email: phil(a)stokes.demon.co.uk Fax: +44 (0)870 164 1242 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============4929605376652690120==-- From EGRETLURES@kricket.net Thu Nov 26 02:04:29 1998 From: EGRETLURES@kricket.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Re: Re: fstab definitions Date: Wed, 25 Nov 1998 20:04:29 -0600 Message-ID: <000101be18e1$19e48ef0$53c3a1d0@egret1> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6549009976565399483==" --===============6549009976565399483== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable All I originally asked was where to find the explanations for the fields in fstab esp. the last two digits in the line. I have not been able to find the man or howto or anything else in my Eng. Distribution. Maybe it could be posted at the website just in case. Henry -----Original Message----- From: owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com] On Behalf Of Philip Stokes Sent: Wednesday, November 25, 1998 5:43 PM To: suse-linux-e(a)suse.com Subject: [SuSE Linux] Re: Re: fstab definitions On Wed, 25 Nov 1998, Stefan Troeger wrote: > > On Tue, Nov 24, 1998 at 17:18 -0500, Frank Hale wrote: > > > SuSE if your listening could you please put the fstab man page on your > > ftp site? Cause you forgot to include it with your 5.3 distro. > > It's in the ldpman package. Not in the SuSE 5.3 I have here, it's not. It _is_ in the ldpmande, ldpmanfr and ldpmanit packages (in German, French and Italian) but it's definately not in the ldpman package. Phil -- Philip Stokes Email: phil(a)stokes.demon.co.uk Fax: +44 (0)870 164 1242 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============6549009976565399483==-- From grimmer@suse.de Thu Nov 26 09:15:24 1998 From: grimmer@suse.de To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Re: Re: fstab definitions Date: Thu, 26 Nov 1998 10:15:24 +0100 Message-ID: In-Reply-To: <000101be18e1$19e48ef0$53c3a1d0@egret1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8451605923715447112==" --===============8451605923715447112== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Wed, 25 Nov 1998, EGRET Lures wrote:

> All I originally asked was where to find the explanations for the fields in
> fstab esp. the last two digits in the line. I have not been able to find the
> man or howto or anything else in my Eng. Distribution. Maybe it could be
> posted at the website just in case.

It is indeed not contained in the usual place, package ldpman. We will
investigate on this subject. For the time being, I've attached it to this
message, I hope nobody feels "spammed" :)

Bye,
        LenZ

------------------------------------------------------------------
 Lenz Grimmer                                           SuSE GmbH
 mailto:grimmer(a)suse.de           =
            Schanzaeckerstr. 10
 http://www.suse.de/~grimmer>             90443 Nuernberg, Germa=
ny
fstab.5.gz

--===============8451605923715447112==-- From mantel@suse.de Sat Nov 28 16:42:24 1998 From: mantel@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Suse-5.3 - Imake Date: Sat, 28 Nov 1998 17:42:24 +0100 Message-ID: <19981128174224.N2934@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4787991250072004279==" --===============4787991250072004279== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, On Wed, Nov 25, Jeff Marold wrote: > I've a SuSe 5.2 installation that includes netscape, X, etc but DOES NOT > seem to include imake.tmpl and its brethren - thus Imake fails during any > and all builds. > > Did i miss the "imake package" ? (possibly in XF86 source ?) Mandelbrot:/root # locate Imake.tmpl /usr/X11R6/lib/X11/config/Imake.tmpl Mandelbrot:/root # rpm -qf /usr/X11R6/lib/X11/config/Imake.tmpl xdevel-3.3.2.3-3 Mandelbrot:/root # Install package xdevel > TIA -o) Hubert Mantel Goodbye, dots... /\\ _\_v - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============4787991250072004279==-- From henrique@ifi.unicamp.br Wed Oct 27 12:31:21 1999 From: henrique@ifi.unicamp.br To: users@lists.opensuse.org Subject: [SLE] net connection lost Date: Wed, 27 Oct 1999 10:31:21 -0200 Message-ID: <3.0.1.32.19991027103121.00699368@lua.ifi.unicamp.br> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6275197447955005204==" --===============6275197447955005204== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello All, I shutted down my system (suse 5.3) to remove a cd-rom drive to use in another computer. After turned on again I got some error messages at boot time: SIOCSIFADDR: No such device SIOCSIFBRDADDR: No such device SIOCSIFNETMASK: No such device Setting up network device eth0. SIOCSIFADDR: No such device SIOCSIFBRDADDR: No such device SIOCSIFNETMASK: No such device Setting up routing (using /etc/route.conf). SIOCADDRT: Network is unreachable Error while excuting: /sbin/route add default gw 143.106.39.190 and then no more net connection... Can anybody help me? I have no idea what is this... Thanks, Henrique Jose' Henrique Spahn Torres Department of Applied Physics State University of Campinas - UNICAMP Campinas - SP - Brasil Phone: +55 19 788 5543 email: henrique(a)ifi.unicamp.br --=20 To unsubscribe send e-mail to suse-linux-e-unsubscribe(a)suse.com For additional commands send e-mail to suse-linux-e-help(a)suse.com = =20 Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/ --===============6275197447955005204==--