From jlboers@usa.net Mon Feb 1 00:41:47 1999 From: jlboers@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] 6.0 International (final) available on ftp Date: Sun, 31 Jan 1999 18:41:47 -0600 Message-ID: <000a01be4d7b$a7d01260$0401a8c0@jl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9207465188683236780==" --===============9207465188683236780== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Read on SuSE's site ( http://www.suse.com/Product/lx60/> )=20 that it's available now. I assume the beta is over and the cd's will ship=20 promptly.
ttyl j-l
--===============9207465188683236780==-- From jkirving@mosquitonet.com Mon Feb 1 01:01:03 1999 From: jkirving@mosquitonet.com To: users@lists.opensuse.org Subject: [SuSE Linux] lock files protocol Date: Sun, 31 Jan 1999 16:01:03 -0900 Message-ID: <99013116014500.10563@moffit> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2705075819318226291==" --===============2705075819318226291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm trying to get a handle on using the modem via perl, and find that perl's open() seems to hang or block on accessing the modem. If I run minicom in another xterm, however, then open() works (my test application is not honoring the lock file, of course). I've tried to find information on the lock file protocol, but with limited success, and the best I've come up with is by looking at the minicom source which deals with the modem lock file. Both ppp and minicom use the same lock file format, putting the process id in the file /var/lock/LCK..modem. I don't think this is SuSE-specific, but could someone point me at some documentation on the lock file protocol? Thanks for any help. -- Ken Irving -- jkirving(a)mosquitonet.com Trident Software --
= http://www.mosqui= tonet.com/~jkirving/trident> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2705075819318226291==-- From msspal@gbso.net Mon Feb 1 02:18:58 1999 From: msspal@gbso.net To: users@lists.opensuse.org Subject: [SuSE Linux] help -DNS Date: Sun, 31 Jan 1999 21:18:58 -0500 Message-ID: <36B50F11.35DB074B@gbso.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3405176822896183955==" --===============3405176822896183955== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable anyone got some pointers on DNS setup? I do not have a network, but understand that a DNS server is required for proper operation of PPP . I have setup ppp server so i can dial in from work. i have been able to configure a local cache nameserver using localhost 127.0.0.1, naturally windows95 does not allow 127.x.x.x address in thier dial-up networking config, so i added a lan ip address i saw in some how-to : 172.16.0.1 and then ppp would work as far as connecting but still have no DNS .......anytime i try to point my web browser on the ms machine to the server (the linux box) it reports host not found. actually the only address the w95 machine would ever ask for is the name of the host. btw: outbound ppp works fine using kppp which writes my isp's dns addresses to resolv.conf don - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3405176822896183955==-- From lunaslyd@pacbell.net Mon Feb 1 02:30:10 1999 From: lunaslyd@pacbell.net To: users@lists.opensuse.org Subject: [SuSE Linux] Making Netscape handle URLs from kmail Date: Sun, 31 Jan 1999 18:30:10 -0800 Message-ID: <99013118324001.01426@sterling> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6751332030105609276==" --===============6751332030105609276== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Does anyone know how to change the default browser for kmail and krd URLs? I would like to be able to click on a link in mail messages and get Netscape instead of the kbrowser thing. lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * * =20 "Real men don't need backups!" * * =20 * - Linus Torvalds * * * * * * while rewriting the e2fs filesystem code * * * * =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6751332030105609276==-- From alan@fuse.net Mon Feb 1 02:37:50 1999 From: alan@fuse.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] help -DNS Date: Sun, 31 Jan 1999 21:37:50 -0500 Message-ID: In-Reply-To: <36B50F11.35DB074B@gbso.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5537211596866255325==" --===============5537211596866255325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You shouldn't need DNS. Seems more work than it's worth in this case. Just use the IP address of the web server in the URL (http://172.16.0.1>) and bookmark it if you don't want to type it in. DNS is just meant to help us humans better interface with the numerical IP world;) Alan Melick, NOC Engineer II Fuse Internet Access On Sun, 31 Jan 1999, Donald G. Knecht wrote: >=20 > anyone got some pointers on DNS setup? I do not have a network, but > understand that a DNS server is required for proper operation of PPP . > I have setup ppp server so i can dial in from work. i have been able to > configure a local cache nameserver using localhost 127.0.0.1, > naturally windows95 does not allow 127.x.x.x address in thier dial-up > networking config, so i added a lan ip address i saw in some how-to : > 172.16.0.1 and then ppp would work as far as connecting but still have > no DNS .......anytime i try to point my web browser on the ms machine to > the server (the linux box) it reports host not found. actually the only > address the w95 machine would ever ask for is the name of the host. > btw: outbound ppp works fine using kppp which writes my isp's dns > addresses to resolv.conf > don >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5537211596866255325==-- From bjgilger@earthlink.net Mon Feb 1 05:13:44 1999 From: bjgilger@earthlink.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] netscape craches Date: Sun, 31 Jan 1999 21:13:44 -0800 Message-ID: <00f601be4da1$a7d85a80$f54b2599@earthlink.net> In-Reply-To: <[SuSE Linux] netscape craches> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6502350264481987986==" --===============6502350264481987986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: |Maybe when SuSe 6 comes out the glibc version |of Netscape 4.5 will work better. hope so. Don't hold your breath. Netscape 4.5 doesn't work on any OS AFAIK. The advice to go with Netscape 4.03 is good. John Gilger bjgilger(a)earthlink.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6502350264481987986==-- From Martijn.van.den.Burg@asml.nl Mon Feb 1 07:17:59 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] One point four four (1.44Mb) linux Date: Mon, 01 Feb 1999 08:17:59 +0100 Message-ID: <199902010717.IAA20062@wspub011.asml.nl> In-Reply-To: <[SuSE Linux] One point four four (1.44Mb) linux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7590393007914825974==" --===============7590393007914825974== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > From: Michael Johnson > Subject: Re: [SuSE Linux] One point four four (1.44Mb) linux >=20 > On Fri, 29 Jan 1999, Martijn van den Burg wrote: > > Hi, > > I use tomsrtbt-, which is a Linux boot/root diskette, > > cramped with 1.72 MB of kernel and utils/necessities (mount/e2fsck/ls > > etc. etc.). > >=20 > > It's been a while since I downloaded it (and I'm at work now, so can't > > check), but I'm pretty sure it came from sunsite/metalabs. > >=20 > > Regards, > Small Linux is another of the 'my 2 cents' variety. Sorry no url.=20 Point taken: http://www.toms.net/rb/> (Some people don't have an Internet account at work to check the URL. They respond nonetheless when they think their info can be worthwile.) Regards, Martijn - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7590393007914825974==-- From paspartu@uni.net Mon Feb 1 08:40:40 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compiling: performance issue Date: Mon, 01 Feb 1999 09:40:40 +0100 Message-ID: <99020109523800.00198@kamikazen> In-Reply-To: <[SuSE Linux] Kernel compiling: performance issue> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1802184742152947540==" --===============1802184742152947540== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 31 Jan 1999, you wrote: >On the bright side, I was reading thru the 2.2 kernel docs, and >it includes loadable module support within it, as a replacement >for kerneld. The cool feature about this new loadable module >support, is that it will automatically remove the module from >memory if it hasn't been used in a few minutes. This features is already in kerneld, too. If I do an /sbin/lsmod I can see th= at some modules are loaded and target as (autoclean) which means that such modul= es are automatically removed by kerneld when they are not been used for more than one minute. I currently use this feature for the floppy drive module. On the output of /sbin/lsmod there is a field called "pages": 1 page of memory is 4 kB. Maurizio - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1802184742152947540==-- From grimmer@suse.de Mon Feb 1 09:14:22 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] STB Velocity 4400 Date: Mon, 01 Feb 1999 10:14:22 +0100 Message-ID: In-Reply-To: <199902010050471@linux.rimez.zzn.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2066285908242072742==" --===============2066285908242072742== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Joe User wrote: > Has anyone been able to get a 'STB Velocity 4400' video card to work > correctly with suse (or any linux)? All I get are 8bit graphics... > even when using 'startx -bpp xx'. This really bums me out :-( > Please... if anyone knows how I can get this thing to work please tell > me. I'm currently using the most recent version of X (3.3.3x). This card uses the nVidia Riva TNT, which is supported by the SVGA X-Server. Try using "startx -- -bpp 16" (Note the two separate dashes), maybe this helps. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2066285908242072742==-- From grimmer@suse.de Mon Feb 1 09:21:16 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] GLIBC & OPATCH.RPM Date: Mon, 01 Feb 1999 10:21:16 +0100 Message-ID: In-Reply-To: <[SuSE Linux] GLIBC & OPATCH.RPM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5052062887841922742==" --===============5052062887841922742== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi On Fri, 29 Jan 1999, Chris Martin wrote: > THanks. I have asked this very question---about which I would think > there would be much interest given the glibc stuff---and you were the > first person to give me any answer. You're welcome. > I guess I should just wait for 6.0. Will there be a standard/easy, or > at least straight-forward, upgrade from 5.3 to 6.0? Yes, you can upgrade an existing 5.3 installation as usual. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5052062887841922742==-- From blackflag@blackflag.net Mon Feb 1 09:29:42 1999 From: blackflag@blackflag.net To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 - Confused Date: Mon, 01 Feb 1999 04:29:42 -0500 Message-ID: <36B57406.501ED114@blackflag.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4008118434698335732==" --===============4008118434698335732== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi -- I'm confused.. I bought 5.3 on CD and have it installed. When 6.0 (US) comes out, can I ftp the update files which are just rpm's that YaST or rpm can handle? Is it just that easy? Better yet, I've been to ftp.suse.com and see /suse_update and /suse which lead to some sort of Suse-6.0 directory... where do I go on the ftp site to get the 6.0 files? Basically I'm interested in getting the rpm's for glibc6 and updated gtk libraries... most everything else I can do myself. Any guidance is greatly appreciated. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4008118434698335732==-- From kar@webline.dk Mon Feb 1 09:54:57 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] Contents of 6.0 Date: Mon, 01 Feb 1999 10:54:57 +0100 Message-ID: <36B579F1.9BBE83D4@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5146905417478279849==" --===============5146905417478279849== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Could SuSE possibly make a page with on overview of all the packages in the distro? Something like ftp://ftp.suse.com/pu= b/SuSE-Linux/6.0/suse/contents/> but in one page with nice layout (so it's possible to search or print). - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5146905417478279849==-- From grimmer@suse.de Mon Feb 1 10:15:41 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Contents of 6.0 Date: Mon, 01 Feb 1999 11:15:41 +0100 Message-ID: In-Reply-To: <36B579F1.9BBE83D4@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5582915271686986452==" --===============5582915271686986452== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Kaare Rasmussen wrote: > Could SuSE possibly make a page with on overview of all the packages > in the distro? Something like > ftp://ftp.suse.com/= pub/SuSE-Linux/6.0/suse/contents/> but in one page > with nice layout (so it's possible to search or print). There is one already: http://www.suse.de/e/lx60/Paket= e/index.html> Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5582915271686986452==-- From Gordon.Filby@pef.fzk.de Mon Feb 1 10:24:07 1999 From: Gordon.Filby@pef.fzk.de To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Contents of 6.0 Date: Mon, 01 Feb 1999 11:24:07 +0100 Message-ID: In-Reply-To: <[SuSE Linux] Contents of 6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7773609802973917241==" --===============7773609802973917241== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Kaare Rasmussen [mailto:kar(a)web= line.dk] > Sent: Monday, February 01, 1999 10:55 AM > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] Contents of 6.0 >=20 >=20 >=20 > Could SuSE possibly make a page with on overview of all the=20 > packages in > the distro? Something like > ftp://ftp.suse.com/= pub/SuSE-Linux/6.0/suse/contents/> but in one page > with nice layout (so it's possible to search or print). >=20 Great idea and high time!! GF - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7773609802973917241==-- From kar@webline.dk Mon Feb 1 10:31:46 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Contents of 6.0 Date: Mon, 01 Feb 1999 11:31:46 +0100 Message-ID: <36B58292.5D4D4058@webline.dk> In-Reply-To: <[SuSE Linux] Contents of 6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4302035049563786746==" --===============4302035049563786746== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > There is one already: > http://www.suse.de/e/lx60/Pake= te/index.html> Thanks. OR maybe this is better: http://www.suse.de/e/lx60/Pakete/gesa= mt.html> One suggestion, though: It would be better to use English names for english Web pages. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4302035049563786746==-- From milan@elas.sk Mon Feb 1 10:34:26 1999 From: milan@elas.sk To: users@lists.opensuse.org Subject: [SuSE Linux] apsfilter Date: Mon, 01 Feb 1999 11:34:26 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2864385815674553781==" --===============2864385815674553781== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How can I setup CR->CRLF conversation Milan Hromada mailto:mhromada(a)elas.sk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2864385815674553781==-- From awol@STAT.UNIMAAS.NL Mon Feb 1 10:54:14 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: Re: [SuSE Linux] GNOME Date: Mon, 01 Feb 1999 11:54:14 +0100 Message-ID: <99020111580002.00206@for> In-Reply-To: <[SuSE Linux] GNOME> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3898352105223658057==" --===============3898352105223658057== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 31 Jan 1999 W.D.McKinney wrote: >> tjhanson(a)ix.netcom.com (Tim Hanson) wrote: >> How is SuSE 6 going to support the latest GNOME, Enlightenment, and all th= at?=20 >> Does anybody know? >Head to http://www.suse.com/= Product/lx60/new_in_6.0.html> and look at the=20 >updated packages. Lots of update Gnome packages. >I will assume there is an updated Enlightenment if it's available. >Dee Well, it might be updated relative to what was there before but it does not reflect the development stage at all, for example: use actuall gtk-1.1.2 gtk-1.1.13 (or later) imlib-1.8.1 imlib-1.9-2 (or later) gnome(libs/apps)-0.30 gnome(libs/apps)-0.99.x (or later) (approaching 1.0 fast) Enlightenment (not available) Enlightenment-0.15.x (or later) Eterm (not available) Eterm-0.8.8 The gnome 0.30 libs/apps do not compare to what is available now in the 0.99.x development series, there is massive improvement in everything. If you want to try it out on suse you will have to compile yourself from the tarballs or available SRPMS (for newbies: do not use the also available RPMS on suse 5.0 (and probably also not on suse 6.0)) Compiling Enlightenment/Eterm and necessary libs for suse 5/6 is less daunting and the recent development stage is very stable. For definite RPMS of gnome I would wait for 1.0 before asking. I do hope SuSE is following the gnome development and makes available the gnome rpms as soon as possible. Then users have two 'modern'=20 wm/desktops available to choose from: kde and gnome. I hope that suse makes available rpms of a recent version of Enlightenment/Eterm and necessary libs sooner for users who want to get away from 'Windows' like appearance/functionality of both kde and gnome. ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3898352105223658057==-- From alan@fuse.net Mon Feb 1 11:22:03 1999 From: alan@fuse.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] apsfilter Date: Mon, 01 Feb 1999 06:22:03 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8534345223555294764==" --===============8534345223555294764== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I just had this problem and played with it for a little while... What I ended up doing was uncommenting the following line in apsfilterrc PRINT_RAW_SETUP_PRINTER=3D'\033&k2G\033(s2Q\033&k5W\033&l0L\033&a7L\033(s12H' I also had to change the 'Feature' (further down in apsfilterrc) because the printout started printing sideways... Hope that helps... Alan Melick, NOC Engineer II Fuse Internet Access On Mon, 1 Feb 1999, Unix Technik wrote: >=20 >=20 > How can I setup CR->CRLF conversation >=20 > Milan Hromada > mailto:mhromada(a)elas.sk >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8534345223555294764==-- From milan@elas.sk Mon Feb 1 11:43:54 1999 From: milan@elas.sk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] apsfilter Date: Mon, 01 Feb 1999 12:43:54 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1076717394157013148==" --===============1076717394157013148== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Don't want to work with HP Laserjet5N It seems that apsfilter don't work because this printer does not want to print .ps file. Ghostscript runs fine when I do gs -sDEVICE=3Dlj5mono -r600x600 -sOutputFile=3Df.pcl f.ps and then I print f.pcl. =20 On Mon, 1 Feb 1999, Alan Melick wrote: >=20 >=20 > I just had this problem and played with it for a little while... What I > ended up doing was uncommenting the following line in apsfilterrc >=20 > PRINT_RAW_SETUP_PRINTER=3D'\033&k2G\033(s2Q\033&k5W\033&l0L\033&a7L\033(s12= H' >=20 > I also had to change the 'Feature' (further down in apsfilterrc) because > the printout started printing sideways... >=20 > Hope that helps... >=20 > Alan Melick, NOC Engineer II > Fuse Internet Access >=20 >=20 > On Mon, 1 Feb 1999, Unix Technik wrote: >=20 > >=20 > >=20 > > How can I setup CR->CRLF conversation > >=20 > > Milan Hromada > > mailto:mhromada(a)elas.sk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1076717394157013148==-- From linux@rimez.zzn.com Mon Feb 1 11:52:37 1999 From: linux@rimez.zzn.com To: users@lists.opensuse.org Subject: [SuSE Linux] STB Velocity 4400 Date: Mon, 01 Feb 1999 03:52:37 -0800 Message-ID: <199902010050471@linux.rimez.zzn.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9122098921236968742==" --===============9122098921236968742== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Has anyone been able to get a 'STB Velocity 4400' video card to work correctl= y with suse (or any linux)? All I get are 8bit graphics... even when using 'startx -bpp xx'. This really = bums me out :-( Please... if anyone knows how I can get this thing to work please tell me.=20 I'm currently using the most recent version of X (3.3.3x). regards, rimez =20 ___________________________________________________________ Get your own Web-Based E-mail Service at http://www.zzn.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9122098921236968742==-- From markgray@iago.nac.net Mon Feb 1 11:58:06 1999 From: markgray@iago.nac.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] netscape craches Date: Mon, 01 Feb 1999 06:58:06 -0500 Message-ID: <6zzp6ye3ox.fsf@iago.nac.net> In-Reply-To: <[SuSE Linux] netscape craches> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3561195988272668444==" --===============3561195988272668444== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "B. John Gilger" writes: >=20 >=20 > zentara wrote: >=20 > |Maybe when SuSe 6 comes out the glibc version > |of Netscape 4.5 will work better. hope so. >=20 > Don't hold your breath. Netscape 4.5 doesn't work on any OS AFAIK. It works great for me as long as I: 1. Empty disk cache often --- when it gets full it hangs (probably some bug trying to decide what to free up 2. Run a caching nameserver --- if dns-helper has trouble talking to your ISP's nameserver netscape will hang 3. Use it only for web-browsing (gnus and emacs are unbeatable for mail and news reading anyway) 4. Do not enable java or javascript --- even with all security holes and bugs fixed (for now?) allowing someone out on the net to run a program on your computer when most idiots cannot even write legal html has always struck me as somewhat adventurous :-) >=20 > The advice to go with Netscape 4.03 is good. 4.5-glibc is really quite nice and stable as long as you can live with the 4 limitations I mention. (I also refuse all cookies, but that is not something I associate with making netscape so stable on my computer, but who knows?) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3561195988272668444==-- From Michael.Salmon@uab.ericsson.se Mon Feb 1 12:32:10 1999 From: Michael.Salmon@uab.ericsson.se To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Changing a user Date: Mon, 01 Feb 1999 13:32:10 +0100 Message-ID: <199902011232.NAA07935@uabs78c65.uab.ericsson.se> In-Reply-To: <[SuSE Linux] Changing a user> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5520970000525192584==" --===============5520970000525192584== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable +----- On Tue, 26 Jan 1999 22:04:06 GMT, Keith White writes: |=20 | If for example,i wanted to change a user xxxx to yyyy | without destroying=20 | (a) the home directory | (b) not invoke copying from /etc/skeleton | (c) not change the UID | (d) recursivly change the ownership of all files | placed across the system by xxxx to yyyy | (e) retain permissions for the new user yyyy to | access db files etc.(this last one maybe not | work). |=20 | How would this be done ??. Edit /etc/passwd so that the line which starts with xxxx is changed to=20 yyyy, do the same with /etc/shadow (I don't recall whether linux has=20 vipw, if it has use that). Everything except (e) is now done but all is=20 far from well. You may also like to change the name of his home=20 directory to /home/yyyy, if you do then you need update /etc/passwd to=20 reflect this. You also need to check /etc/groups and /etc/aliases. It's=20 probably worthwhile trying to find any files or directories with xxxx=20 as a part of their name and last but not least check configuration=20 files for xxxx. That should fix most of the problems but expect other=20 things to go wrong. I worked on a project that changed the names of=20 over 1000 users, I don't know what we would have done without perl to=20 handle the actual data changes, even so it was a lot of work trying to=20 find all the important places to change the id. /Michael - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5520970000525192584==-- From grimmer@suse.de Mon Feb 1 12:45:03 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 & Kernel 2.2 ? Date: Mon, 01 Feb 1999 13:45:03 +0100 Message-ID: In-Reply-To: <[SuSE Linux] SuSE 6.0 & Kernel 2.2 ?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3079811234095531985==" --===============3079811234095531985== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 31 Jan 1999, W.D.McKinney wrote: > My question is the 6.0 version out of the box working with 2.2 ? Yes, it does. We already have several machines running 2.2.1 without trouble. > This is the changes that it needs : > Taking a look at Net-tools as a example, > 2.2 needs 1.49 but SuSE 6.0 has 1.46 ?=20 I've forwarded your message to our developers. All the above mentioned packages have already been updated for 6.0. Net-Tools are in the queue, but it also works with the current version. It also depends heavily on your kernel configuration. Not all packages are necessary for all configurations. > So now my question, is there any rpm's updates coming out to use 2.2 ? > ftp://ftp.suse.com/pub/suse_u= pdate/SuSE-6.0/n1/> doesn't have a update > for Net-tools ? Not yet... We're working on it. > Just thinking about it since I subscribe to SuSE and would like to use > the 2.2 kernels. As mentioned above, 2.2 runs on several 6.0 machines here without problems. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3079811234095531985==-- From jkirving@mosquitonet.com Mon Feb 1 13:14:16 1999 From: jkirving@mosquitonet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] lock files protocol Date: Mon, 01 Feb 1999 04:14:16 -0900 Message-ID: <99020104384100.00291@moffit> In-Reply-To: <[SuSE Linux] lock files protocol> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8338274915901768549==" --===============8338274915901768549== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 31 Jan 1999, I wrote: >I'm trying to get a handle on using the modem via perl, and find that >perl's open() seems to hang or block on accessing the modem. ... In researching this via man pages, serial howtos, dejanews, various texts, etc., the (uucp) cu program seems ideally suited for my needs. It deals with the lock file, modem configuration, system-specific phone numbers and chat scripts, and I'd be nuts to try to reinvent any of that, including the lock file protocol. The SuSE 5.3 manual has good info on UUCP, as does O'Reilly's Network Adminstrator's Guide. -- Ken Irving -- jkirving(a)mosquitonet.com Trident Software -- = http://www.mosqui= tonet.com/~jkirving/trident> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8338274915901768549==-- From bparker@dc.net Mon Feb 1 13:39:01 1999 From: bparker@dc.net To: users@lists.opensuse.org Subject: [SuSE Linux] Driver options for 3Com 3c905B Date: Mon, 01 Feb 1999 08:39:01 -0500 Message-ID: <000201be4de8$3a5f0610$0100a8c0@sandrab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9190269385955984789==" --===============9190269385955984789== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi: Are there any options settings necessary for using a 3Com 3c905B Cyclone network adapter with SuSE 5.2 with the original kernel? I have set driver option=3D0 and the card is recognized, but is this optimum? I have checked the SuSE support database and find no reference to driver options. Regards, Bill Parker, - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9190269385955984789==-- From milan@elas.sk Mon Feb 1 13:51:03 1999 From: milan@elas.sk To: users@lists.opensuse.org Subject: [SuSE Linux] Qt Date: Mon, 01 Feb 1999 14:51:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5649097964598273774==" --===============5649097964598273774== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am runnnig SuSE 5.3 is there qt 1.42 packages on ftp Milan Hromada mailto:mhromada(a)elas.sk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5649097964598273774==-- From martin_moeller@technologist.com Mon Feb 1 13:52:45 1999 From: martin_moeller@technologist.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] [SuSE Linux] SuSE derailed? READ THIS Date: Mon, 01 Feb 1999 14:52:45 +0100 Message-ID: <36B5B1AD.17E2378A@technologist.com> In-Reply-To: <[SuSE Linux] [SuSE Linux] SuSE derailed? READ THIS> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6068981177225907118==" --===============6068981177225907118== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > After playing around with Redhat, I see that Yast is > a superior setup tool, and it makes sense that the Suse > people want to keep it proprietary. Still, it could be interesting to see what users might dream up to make managing your system even easier (users=3Ddevelopment savvy). SuSE shouldn't *have* to include any sent in patches, but on the other hand might be well advised to vigorously test them?!? Who knows, we might even get a lot of functionality even faster. That is no guarantee, of course ;) It would still be hard for other distro's to grab YaST for their needs without either seriously rewrite their version of it, or seriously alter their own setup. The last thing might be good ;) - SuSE clones?!? ;) Enough rambling. Just thought I'd mention it... Regards, Martin Moeller - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6068981177225907118==-- From grimmer@suse.de Mon Feb 1 14:21:07 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Qt Date: Mon, 01 Feb 1999 15:21:07 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5918908869811716756==" --===============5918908869811716756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Unix Technik wrote: > I am runnnig SuSE 5.3 is there qt 1.42 packages on ftp Yes: ftp://ftp.suse.com/pub/suse_= update/KDE/qt-1.42> Make sure to read README.qt-1.4x in advance! Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5918908869811716756==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 1 14:33:40 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 14:33:40 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3734521233838343045==" --===============3734521233838343045== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can anyone recommend a program to play a *.avi file (I think it is a format for video motion pictures)? With thanks, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 01-Feb-99 Time: 14:33:40 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3734521233838343045==-- From Anthony.Schlemmer@gte.net Mon Feb 1 14:49:35 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: [SuSE Linux] Shared PCI interrupts? Date: Mon, 01 Feb 1999 06:49:35 -0800 Message-ID: <36B5BEFF.DFF30392@gte.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4093527704500320400==" --===============4093527704500320400== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I was exploring all of the interesting information that can can be found out in the /proc directory and when I did a "cat" on /proc/interrupts I noticed that my AHA2940UW controller and my SMC Etherpower II card are sharing the same interrupt: 0: 29249958 timer 1: 12575 keyboard 2: 0 cascade 4: 0 + serial 5: 8196 sound blaster 8: 2 + rtc 10: 122547 aic7xxx, SMC EPIC/100 12: 335041 PS/2 Mouse 13: 1 math error=20 I don't know how long this has been going on and I'm wondering if this is going to cause problems? The system has been running 7x24 since last July and has been very stable. Thanks, Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4093527704500320400==-- From Anthony.Schlemmer@gte.net Mon Feb 1 14:59:04 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] netscape craches Date: Mon, 01 Feb 1999 06:59:04 -0800 Message-ID: <36B5C138.C875CED0@gte.net> In-Reply-To: <[SuSE Linux] netscape craches> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8599639114856610449==" --===============8599639114856610449== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I use Communicator 4.5 everyday under both NT 4.0 SP3 and SuSE Linux 5.3 d and I can't say I see much in the way of crashing. Yes Communicator does crash once in a while on both my systems but it is quite rare. I use messenger as my email client on both platforms too. There does seem to be some strange behavior where Communicator seems to use alot of memory. I noticed one time that netscape had a process size of 130MB. It's didn't crash and I simply shut it down and restarted and then it was fine again. I only saw this behavior the one time. It was very obvious as anything I did within Netscape caused the disk to thrash a bit due to swapping. My primary Linux box that I use daily has a fair amount of memory: 128MB of RAM and a 128MB swap partition. "B. John Gilger" wrote: >=20 > zentara wrote: >=20 > |Maybe when SuSe 6 comes out the glibc version > |of Netscape 4.5 will work better. hope so. >=20 > Don't hold your breath. Netscape 4.5 doesn't work on any OS AFAIK. >=20 > The advice to go with Netscape 4.03 is good. >=20 > John Gilger > bjgilger(a)earthlink.net >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Just my $0.02, Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8599639114856610449==-- From Anthony.Schlemmer@gte.net Mon Feb 1 15:06:40 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: Can't keep time Date: Mon, 01 Feb 1999 07:06:40 -0800 Message-ID: <36B5C300.E31F9985@gte.net> In-Reply-To: <[SuSE Linux] Re: Can't keep time> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4844124300685037576==" --===============4844124300685037576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The CMOS clock on my Linux systems seem to lose time gradually and my favorite way to try to keep the time in sync is to perform regular time adjustments. I have a program I picked up several years ago called "nistime" that obtains a time string from the National Institute of Standard's atomic clock. I then have been having my systems do a "/sbin/clock -w" once a day when the daily cron job kicks off at 06:53 hours. This has helped keep my CMOS clocks much closer to actual time. Jim Osborn wrote: >=20 > Brad Shelton responds: > >After you set the time, you need to write it to the hardware clock. > >Othwise it'll continue to get the wrong time from the hardware clock. > > > >To set the hardware clock, as root do clock -w. >=20 > Thanks, Brad, and others. I guess it goes to show how long > it's been since I've upgraded; my ancient Slackware setup > wrote to the hardware clock whenever I did a simple `date.' > I'd never heard of the `clock' or `hwclock' commands. >=20 > Another question occurs, though. In my previous setup, changes > to/from Daylight Savings Time were automatic. I assume knowledge > of these changes is in the Linux software, not the hardware > clock, but in any case, I never had to perform any administrative > tasks at that time of year. In fact, I could check with Linux > if I was in doubt if this was the time of changeover. >=20 > Since I bought this machine just before last fall's change from > DST, and I rarely reboot, I suspect SuSE 5.3 does NOT update the > hardware clock after the DST change, but the normal Linux date > routines know when the change occurs and adjust the soft clock, > and that's why I didn't know anything was amiss. >=20 > What do you all recommend now to cope with DST? Should a routine > be added somewhere to write to the hardware clock when a change > to/from DST occurs, say, as a twice-a-year cron task? If so, > does anyone have a favorite cron spec for USA DST? >=20 > I'm suspicious that my hardware clock is likely not very accurate, > given that it seemed to be off noticably in the short time I halted > my machine in my testing. What do you folks recommend as a source > of accurate time? Is your computer crystal clock pretty good? > Do you periodically dial up a standards bureau? Favorite suggestions? > Given all the capabilities of clock(8) and hwclock it's tempting > to go for some accuracy. My current /etc/adjtime is all zeros. >=20 > Thanks again, >=20 > Jim > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4844124300685037576==-- From LinuxAdvocate@iname.com Mon Feb 1 15:17:00 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 05:17:00 -1000 Message-ID: <36B5C56C.4AF5BFEB@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8142365785041382688==" --===============8142365785041382688== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable (Ted Harding) wrote: >=20 > Can anyone recommend a program to play a *.avi file (I think it is a > format for video motion pictures)? >=20 > With thanks, > Ted. xanim George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8142365785041382688==-- From grimmer@suse.de Mon Feb 1 15:25:45 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 16:25:45 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4527891550507418021==" --===============4527891550507418021== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999 Ted.Harding(a)nessie.mcc.ac.uk wrote: > Can anyone recommend a program to play a *.avi file (I think it is a > format for video motion pictures)? Try xanim. Make sure to read /usr/doc/packages/xanim/README.SuSE for info about additional movie formats! Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4527891550507418021==-- From claus@wpfd14.physik.uni-wuerzburg.de Mon Feb 1 15:36:25 1999 From: claus@wpfd14.physik.uni-wuerzburg.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 16:36:25 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6234390208558107455==" --===============6234390208558107455== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 1 Feb 1999 Ted.Harding(a)nessie.mcc.ac.uk wrote: >=20 > Can anyone recommend a program to play a *.avi file (I think it is a > format for video motion pictures)? Since a few weeks you can download Microsoft's mediaplayer for linux. I didn't tried it out yet, it's name is netshow available as beta at www.microsoft.com/windows/mediaplayer/download/unix.htm Have fun! Claus >=20 > With thanks, > Ted. >=20 > -------------------------------------------------------------------- > E-Mail: (Ted Harding) > Date: 01-Feb-99 Time: 14:33:40 > ------------------------------ XFMail ------------------------------ > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6234390208558107455==-- From paspartu@uni.net Mon Feb 1 15:40:39 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] apsfilter Date: Mon, 01 Feb 1999 16:40:39 +0100 Message-ID: <99020116485000.00630@kamikazen> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2133108872062253940==" --===============2133108872062253940== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 01 Feb 1999, you wrote: >How can I setup CR->CRLF conversation > I made this simple tcl script 2 days ago (so that I didn't test it too much) which converts unix eol (\r) to dos eol (\n\r). It creates a filename.t= xt from filename.[ext]. You can use it if you like (of course there is a dos2unix tcl script, too). *************************************************** #! /usr/bin/tclsh # Converts unix file [eol \n] to dos file [eol \r\n] proc doconv {string} { set FileName [file join [pwd] $string] set FileNameDos "[file root $FileName].txt" set FIdWrite [open $FileNameDos w] set FIdRead [open $FileName r] fconfigure $FIdWrite -translation crlf puts -nonewline $FIdWrite [read $FIdRead] close $FIdRead close $FIdWrite if {[file size $FileNameDos] <=3D 0} { puts stdout "Error!" } } if {[regexp {[^-a-zA-Z0-9._]+| [hH]*} $argv] || [string compare $argv ""] =3D= =3D 0} { puts stdout {Usage: unix2dos filename} } else { doconv $argv } =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2133108872062253940==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 1 15:41:50 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE derailed? Not if... Date: Mon, 01 Feb 1999 15:41:50 +0000 Message-ID: In-Reply-To: <[SuSE Linux] SuSE derailed? Not if...> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2257745342153873558==" --===============2257745342153873558== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 30-Jan-99 Kaare Rasmussen wrote: >=20 >> This is what the Linux Standard Base (LSB) project is aiming to, and >> we are working on this together with the other distributors. It just >> takes some more time, it's a huge project. Have a look at >> http://www.linuxbase.org/> for further info. >=20 > LSB is a nice effort. It may or may not succeed. What I'm worrying > about is that for the average person, Linux =3D=3D RedHat and more so if it > comes preinstalled. Who will you sell an upgrade to if the people only > knows another distro? I hope LSB (or equivalent) will be achieved. I think it is essential at this stage of Linux evolution for there to be a standard which everyone can expect, no matter what distribution they choose to install. At present "Linux", by definition, simply means a Linux kernel plus whatever else you decide to bundle with it. Contrast it with FreeBSD, where this is defined by what is one the FreeBSD ftp site. What is required is a definitive file-system structure (including config files), a definitive configuration procedure, a definitive installation and upgrading mechanism, etc, and an absolutely standard linux "base" system. This should apply to different distributions (though any distribution is of course free to set itself aside but then must accept the consequences) and, as far as possible, should apply to any one distribution consistently over time. Now that Linux is being adopted by enterprises and institutions, and other setups whose primary interest is in getting work done, such people will want assurance that their choice of distribution will continue to be upgradeable and usable. They do not want to fear that their distribution may go out of date or have to be changed for another distribution. They do not want to lose days of productivity time while they move from distribution to incompatible distribution, or upgrade from version to incompatible version. At present, you cannot expect to safely install a new distribution with a different distribution in place. Even though Red Hat and SuSE both use RPM and are in many ways similar, there are enough basic differences for this to be very risky. The only safe way to move from one to the other is to back up everything you want to keep, and install the new one from scratch. Still less could you expect to safely install Debian or Slackware over an existing RH or SuSE (or vice versa). I remember (with reasons) the sequence of distributions I have been through since 1992. First, SLS 0.99 (good for its time, but it disappeared). Then MCC-Interim 1.0: good; but limited: so I moved to Slackware-1.0 (also good), but this became obsolete (a.out->ELF) after a couple of years, by which time Slackware was almost out of sight (Patrick Volkerding had quit). Debian has not quite reached 1.0 then, so I moved to RedHat-3.1. Then it was RedHat-4.1 which required a complete re-install because RPM ws upgraded to an incompatible version (which was what forced the upgrade anyway: it was no longer possible to install RH packages on RH-3.1 if they had been packaged with RPM for RH-4.1). Of course, RH-4.1 would only work properly if the many "upgrades" were installed to correct the bugs on the primary distribution. I might have gone on to RH-5, but this was late, and SuSE-5.0 came out: I looked at this, liked it, and then installed SuSE-5.1 definitively (I have been pretty pleased with this so far). Since then, SuSE-5.2 and 5.3 have come out. Since YaST upgraded incompatibly between 5.1 and 5.2, I have not upgraded yet: I might have gone for 5.3 but by then the libc5->glibc wave was breaking, so I'm waiting to see what will happen with SuSE-6.0. Since I use Linux to get work done, I shall be watching the experiences of the more adventurous: let others find the crevasses before I step on the glacier. Meanwhile, although RedHat-5.1 was apparently issued in too much of a hurry, people are saying good things about RH-5.2; indeed, I have a few friends who have been disappointed with SuSE-5.3, and have gone over to RH-5.2. And RH-5.2 is already glibc. So who knows what I shall be using in 6 months time? Now that is all very well for an individual running a small bunch of machines, prepared to "wait and see" and put up with limitations while doing so, and willing to get involved in the hassle of trying different distributions and putting right the problems with the chosen distribution. However, it is NOT going to appeal to businesses, institutions and enterprises. Quite recently, Linux is attracting a LOT of interest from these sectors, and they are going to favour any distribution which looks as though it has a large following, will continue to work reliably, will not fundamentally change, will continue to be straightforwardly ugradeable, and does NOT look as though it may -- at some unpredictable time -- become obsolete so that they have to strip everything out and install a different and incompatible distribution or alternatively upgrade their distribution from its current version to a newer incompatible version. So, in my book, the sooner the major distributions agree on what the core of a Linux system should consist of, the better. Otherwise, a distribution may be excellent but it will have only a minority following. On these grounds, though SuSE has many good features, on present trends it looks as though it may continue to lose ground to Red Hat. I could stick with it personally; but I would feel wary of recommending it to enterprises. (I hope SuSE are giving thought to making YaST more friendly to the new user, and less liable to plant traps for the unwary). And, by the way, am I not also hearing some good things about Slackware recently ... ?? Best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 01-Feb-99 Time: 15:41:50 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2257745342153873558==-- From rachel@epinet.co.uk Mon Feb 1 15:48:52 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] netscape craches Date: Mon, 01 Feb 1999 15:48:52 +0000 Message-ID: <36B5CCE4.BF8DFD26@epinet.co.uk> In-Reply-To: <[SuSE Linux] netscape craches> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7315001105236455322==" --===============7315001105236455322== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ola Andersson wrote: >=20 > Grrrr.... >=20 > Darn netscape... >=20 > It craches sa soon it sees a java applet. I know i can turn it off > but... or rather it "freezes". >=20 > Am I the only one ? I had this problem until I upgraded to SuSE 6.0beta, since when it's been fine except when the network disappears (we have a dodgy router - ancient Red Hat 4.something in very inadequate hardware) - if the network disappears, Netscape crashes. I wonder if it's useable on a dialup? --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7315001105236455322==-- From roland@tschai.demon.nl Mon Feb 1 16:20:05 1999 From: roland@tschai.demon.nl To: users@lists.opensuse.org Subject: [SuSE Linux] HOWTO making custom SuSE install floppies ???? Date: Mon, 01 Feb 1999 17:20:05 +0100 Message-ID: <36B5D435.892D47C1@tschai.demon.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0863154464512232203==" --===============0863154464512232203== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, My system setup is such that I use a patched kernel to enable more than 4 multiple devices. (RAID 0) Also my / device is a raid device. Using a normal installation floppy, using YaST, I can go to a prompt, do mdad= d, mdrun etc., for my / device, then use the YaST option 'Adjustments of installation' -> 'Set target partitions/filesystems', and after pointing it to /dev/md0 as my / device, it would then automagically start all the other raid devices, and mount the partitions, so that I can do a painless update from SuSE 5.2 -> SuSE 5.3, or whatever, even if all my filesystems are raid devices. Only this will not work, because the kernel on the installation floppy is not patched to recognize more than /dev/md[0..3] (I need at least /dev/md[0..7]). To be able to do this, I need an altered installation floppy, and I tried to make one myself, but I got stuck, I know, it's silly. first I copied the disk to another disk: cp /dev/fd0 susebootflop cp susebootflop /dev/fd0 Then I mount the disk: mount /floppy (it is a msdos/vfat filesystem) Then I copied the kernel as I want it to the disk, and used it as my new installation disk. It will then start with the blue SuSE screen, say loading initdisk.gz, loading linux, and all is well up until it says: "RAMDISK: Compressed image found at block 0 kernel panic: VFS: Unable to mount root fs on 01:00" This 01:00 is the ramdisk /dev/ram0, so obviously I need to do something along the lines of using rdev to make my kernel recognize the ramdisk on the floppy. Probably I need to alter some other things as well, but most helpful would be someone, either at SuSE = or this list, to answer the following question: How can I make my own custom SuSE installation floppy ?? thanks in advance, Roland Nagtegaal ---------------------------------------------------------------------- UNIX isn't dead, it just smells funny... Run Linux! Keep The Net Free! ---------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0863154464512232203==-- From johnvv@hotmail.com Mon Feb 1 16:33:30 1999 From: johnvv@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] 1.44MB X windowing systems Date: Mon, 01 Feb 1999 08:33:30 -0800 Message-ID: <19990201163331.4572.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8104691255448432472==" --===============8104691255448432472== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all, Basically I found some really worthy micro linuxes, thanks. (I hope you read my review) What I want to do now is get the Suse Cyrix Media GX driver working with=20 one of the super light Xwindowing systems. Here, suddenly I have problems. The two packages with the X's are=20 basically poorly maintained. I get corrupt files, the ftp machines wont=20 answer, the mailing list is in Italian. This is getting crazy!! So close yet so far. Any pointers, I'm sort-of getting flustered. John van V. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8104691255448432472==-- From zentara@mindspring.com Mon Feb 1 16:34:06 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 11:34:06 -0500 Message-ID: <36B5D77E.6752BE03@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5247145556685364091==" --===============5247145556685364091== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable (Ted Harding) wrote: >=20 > Can anyone recommend a program to play a *.avi file (I think it is a > format for video motion pictures)? >=20 xanim works, but it uses very old codecs as it comes in the installation package. You need to recompile it to get=20 a decent codec for modern modern avi's and sound support. Even if you recompile it yourself, the latest supported codec is Intel's 3.2, but most new avi's coming out are codec 4 and 5. So you still may not be able to play alot of avi's out there, unless you convert them back to an older codec first. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5247145556685364091==-- From jack@malone.tyler.com Mon Feb 1 16:36:29 1999 From: jack@malone.tyler.com To: users@lists.opensuse.org Subject: [SuSE Linux] looking for info pls Date: Mon, 01 Feb 1999 10:36:29 -0600 Message-ID: <3.0.5.32.19990201103629.007c8cd0@ballistic.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4321977567081847661==" --===============4321977567081847661== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am currently running a novell server at work. I want to put up an linux server as a backup server for now. What I want to know is can i just take the novell backup data an restore the stuff that i want to put on the linux server onto in linux or would i have to reinstall the software on linux. We mostly used the server for our accounting software (SBT ACCOUNTING). Thanks in advance for the info. I Another question i have is that we are getting cable access here in town via TCA cable. They say you can not run a server on it but I thought if you ran ip masq an a procxy server that they could not tell the difference, any comments, thanks.=20 jack=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4321977567081847661==-- From brauki@cityweb.de Mon Feb 1 16:43:38 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE derailed? Not if... Date: Mon, 01 Feb 1999 17:43:38 +0100 Message-ID: <36B5D9BA.5E09B510@cityweb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3717735021801915533==" --===============3717735021801915533== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "(Ted Harding)" wrote: >=20 > On 30-Jan-99 Kaare Rasmussen wrote: > > > >> This is what the Linux Standard Base (LSB) project is aiming to, and > >> we are working on this together with the other distributors. It just > >> takes some more time, it's a huge project. Have a look at > >> http://www.linuxbase.org/> for further info. > > > > LSB is a nice effort. It may or may not succeed. What I'm worrying > > about is that for the average person, Linux =3D=3D RedHat and more so if = it > > comes preinstalled. Who will you sell an upgrade to if the people only > > knows another distro? >=20 > I hope LSB (or equivalent) will be achieved. I think it is essential at > this stage of Linux evolution for there to be a standard which everyone > can expect, no matter what distribution they choose to install. >=20 > At present "Linux", by definition, simply means a Linux kernel plus > whatever else you decide to bundle with it. Contrast it with FreeBSD, > where this is defined by what is one the FreeBSD ftp site. >=20 > .... Hi Ted, *very* true words. I=C5=BDve been thinking along the same lines for a while, sometime ago, there was a mail claiming that a few commecrial companies were meeting, talking about how linux should be. (probably I am not quoting correct, but it was along theses lines). There must be sort of a standard, as far as having something to rely on. If the distributers agree on such a thing, there is still much good for the whole of linux, like SuSE=C5=BDs engagement with the free X-stuff. But in the end competition won=C5=BDt allow that, since every distributor had to admit their product were as good as others. Read an article that stated positiv about Linux last week, two things were critcised: The way it=C5=BDs administered ("20 Years past NT", IMHO a bit unfair) and lack of commercial support on a broad basis. There=C5=BDs the point for the distributors to work on: Support for Linux and it=C5=BDs applications. And to advertise this. Never saw a "We Support your Linux-WhatsOever-server" in a magazine" Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3717735021801915533==-- From grimmer@suse.de Mon Feb 1 16:51:04 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] HOWTO making custom SuSE install floppies ???? Date: Mon, 01 Feb 1999 17:51:04 +0100 Message-ID: In-Reply-To: <36B5D435.892D47C1@tschai.demon.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6670473951291213225==" --===============6670473951291213225== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Roland Nagtegaal wrote: > How can I make my own custom SuSE installation floppy ?? There is a (german) article in our support database about this: http://www.suse.de/Su= pport/sdb/rb_bootdisk.html> Maybe Babelfish can give you a proper translation. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6670473951291213225==-- From moellman@studST.FH-Muenster.DE Mon Feb 1 18:05:33 1999 From: moellman@studST.FH-Muenster.DE To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Unlimited data Date: Mon, 01 Feb 1999 19:05:33 +0100 Message-ID: <36B5ECED.2E657BF@studST.FH-Muenster.DE> In-Reply-To: <[SuSE Linux] Unlimited data> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5880705999381528043==" --===============5880705999381528043== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Melia, Tony wrote: > > > > I have a DLT drive I need to test, so I need to backup 30Gig of data. I > > don't have 30G of data to backup. Is there a device file I can backup, li= ke > > the /dev/random or /dev/null that will seem like a large file (not just a > > large data file made up of zero's). > > >=20 > Here's a thought if you are testing. Why not make up > a 1 gig file, and copy it 30 times to the tape? > Then you can retreive each copy and verify it's > accuracy against the original. >=20 > Isn't there a 2 gig limit on file size anyways? I'm not sure, but isn't it a new glibc feature to create files with TeraByte size. Bernd - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5880705999381528043==-- From graham@barnowl.demon.co.uk Mon Feb 1 19:06:08 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 19:06:08 +0000 Message-ID: In-Reply-To: <36B5D77E.6752BE03@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6866123452489414590==" --===============6866123452489414590== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara writes: > Even if you recompile it yourself, the latest supported > codec is Intel's 3.2, but most new avi's coming out > are codec 4 and 5. >=20 > So you still may not be able to play alot of avi's out there, > unless you convert them back to an older codec first. Though the xanim homepage states that the author now has a licence for 4 & 5, so hopefully these codec will be available soon. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6866123452489414590==-- From martijn.van.den.burg@asml.nl Mon Feb 1 19:10:35 1999 From: martijn.van.den.burg@asml.nl To: users@lists.opensuse.org Subject: [SuSE Linux] Advice on Applixware 4.4.1 and SuSE 5.3 Date: Mon, 01 Feb 1999 20:10:35 +0100 Message-ID: <99020120163300.00257@orion> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3001473425377116625==" --===============3001473425377116625== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am thinking of buying Applixware 4.4.1 and running it on my 5.3 installatio= n, but I read on Applix' site that problems with libc5 may occur. Can anybody te= ll me if 5.3 and 4.4.1 go together? If not I'll wait for koffice 1.0 to come out= :) TIA, Martij - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3001473425377116625==-- From memas@otenet.gr Mon Feb 1 20:47:44 1999 From: memas@otenet.gr To: users@lists.opensuse.org Subject: [SuSE Linux] HP8100 cd-rw. Does SuSE support it? Date: Mon, 01 Feb 1999 20:47:44 +0000 Message-ID: <36B612F0.F936D765@otenet.gr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3111256335889637539==" --===============3111256335889637539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi. I want to know if SuSE supports the HP 8100 cd rewritable. Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3111256335889637539==-- From mperry@basin.com Mon Feb 1 20:55:53 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] in prep of suse 6 Date: Mon, 01 Feb 1999 12:55:53 -0800 Message-ID: <199902012055.MAA00517@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0102295754094638083==" --===============0102295754094638083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kinda getting anxious here but somewhat concerned as well. I have added a lot of stuff to my system like the slang libs and a lot of programs. I also have self-compiled things that normally come with suse like mutt and slrn. What happens when I upgrade? What if I have self-installed other libs? Will these break? I have my system to the point where its a joy to work with. I have leafnode working perfectly. Im tempted to just put suse 6 onto another hard disk or partition and try things out there. Call me paranoid; or just plain worried. Lenz, any advice on moving up? --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0102295754094638083==-- From hatridge@straubing.baynet.de Mon Feb 1 21:03:38 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 1.44MB X windowing systems Date: Mon, 01 Feb 1999 22:03:38 +0100 Message-ID: In-Reply-To: <19990201163331.4572.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1699996320024801132==" --===============1699996320024801132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi John; How about giving us a list of all the small Linuxs you've found? With web sites, if possible. :) THANKS On Mon, 1 Feb 1999, John vanVlaanderen wrote: > Hello all, >=20 > Basically I found some really worthy micro linuxes, thanks. > (I hope you read my review) >=20 > What I want to do now is get the Suse Cyrix Media GX driver working with=20 > one of the super light Xwindowing systems. >=20 > Here, suddenly I have problems. The two packages with the X's are=20 > basically poorly maintained. I get corrupt files, the ftp machines wont=20 > answer, the mailing list is in Italian. This is getting crazy!! >=20 > So close yet so far. Any pointers, I'm sort-of getting flustered. >=20 > John van V. J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1699996320024801132==-- From grimmer@suse.de Mon Feb 1 22:35:15 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] in prep of suse 6 Date: Mon, 01 Feb 1999 23:35:15 +0100 Message-ID: In-Reply-To: <199902012055.MAA00517@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0560543874748226251==" --===============0560543874748226251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Michael Perry wrote: > Kinda getting anxious here but somewhat concerned as well. I have > added a lot of stuff to my system like the slang libs and a lot of > programs. I also have self-compiled things that normally come with > suse like mutt and slrn. What happens when I upgrade? What if I have > self-installed other libs? Will these break? I have my system to the > point where its a joy to work with. Well, you know the saying "Never touch a running system", don't you? ;-) Just kidding... > I have leafnode working perfectly. Im tempted to just put suse 6 onto > another hard disk or partition and try things out there. Call me > paranoid; or just plain worried. Lenz, any advice on moving up? No, you're not paranoid at all. I've the same situation at home. If you installed everything under the /usr/local hierarchy (as recommended for packages not belonging to the distribution), and you removed the original RPMs before, you should be on the safe side. The update does only update previously installed packages. Your mileage may vary, however. Especially, if you installed libraries on your own, since 6.0 is based on glibc these are likely to break. So I'd like to recommend you to backup your configuration files at least, or start with a clean installation on another partition or disk, if space permits. You can then make a gradual move to the new system. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0560543874748226251==-- From rthompson@motleypc.com Tue Feb 2 00:06:49 1999 From: rthompson@motleypc.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] in prep of suse 6 Date: Mon, 01 Feb 1999 16:06:49 -0800 Message-ID: <000601be4e3f$edcaf540$30e7d8cd@rlt450> In-Reply-To: <199902012055.MAA00517@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9058389074262748254==" --===============9058389074262748254== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is the problem I'm afraid I'm going to have also. I successfully built and booted 2.2.1 on my 5.3 system yesterday. The only problem is that I have to not compile in support for my Intel Eexpress 100 because the system will hang trying to start eth0 (prob some package I overlooked upgrading). All I had to upgrade was pppd (2.3.5). Until I figure out the ethernet problem I'll have to boot under 2.0.36 to access my other computers. :-) Anybody got any suggestions for where the problem may lie? Rick Thompson - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9058389074262748254==-- From Maqish@wish.net Tue Feb 2 00:54:55 1999 From: Maqish@wish.net To: users@lists.opensuse.org Subject: [SuSE Linux] Firewall and ftp Date: Tue, 02 Feb 1999 01:54:55 +0100 Message-ID: <001201be4e46$aa561cc0$0201a8c0@Maqish.Mad-Maq.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3709151352573428893==" --===============3709151352573428893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hello..
Since i did put up my firwall i have problems using ftp within Windows..
how can i change that..??
i get a 500 illegal error..
thnx
Maqish
--===============3709151352573428893==-- From linux@rimez.zzn.com Tue Feb 2 00:57:22 1999 From: linux@rimez.zzn.com To: users@lists.opensuse.org Subject: [SuSE Linux] Kernrel 2.2.1 & gtk crashes Date: Mon, 01 Feb 1999 16:57:22 -0800 Message-ID: <199902011657231@linux.rimez.zzn.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3411085309854520556==" --===============3411085309854520556== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well my first problem has been overcome thanks to lenz:) Now I can use the tn= t/riva card in 32bit mode. Now lets move on to the next problem (icyw I just bought a gateway g6-400... = you should see how fast yast is!)... Since my computer is brand spanking new I decided to get the newest kernel...= Everything seemed to work ok with the new kernel I compiled untill I tried t= o run the Gimp... that was when X crashed. Before this the Gimp ran fine with= no problems. After repeating the same thing over again (and even reinstallin= g it) I gave up. But then the same thing happend when I tried to use Xrun (a = gtk clui). So then I tried to run any gtk program that I had... all of them c= rashed X.=20 I then rebooted with the old kernel and everything seemed to run fine. Has anyone experienced anything like this? Should I compile all of my gtk stu= ff with the new kernel (instead of using rpm)? I'm using the newest version of X (3.3.3.x) in case your wondering. Regards, joe =20 ___________________________________________________________ Get your own Web-Based E-mail Service at
http://www.zzn.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3411085309854520556==-- From pml@urbanet.ch Tue Feb 2 03:17:42 1999 From: pml@urbanet.ch To: users@lists.opensuse.org Subject: [SuSE Linux] VOBIS HIGHSCREEN PERFECTSCAN Date: Tue, 02 Feb 1999 03:17:42 +0000 Message-ID: <19990202.3174200@P350> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5432792902090819946==" --===============5432792902090819946== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Everyone, I have SuSE 5.3 installed with an Adaptec 2920 SCSI. I have a VOBIS=20 HIGHSCREEN PERFECTSCAN scanner. It recognizes my scanner as Scanner 600. But I cannot run xscanimage. I do not know which configuration to use. Vobis buys its scanner from OEMs and distribute it under its own name. Is VOBIS HIGHSCREEN PERFECTSCAN scanner a Microtek scanner? Or a=20 mustek? Any help will be greatly appreciated. Thank you. Pierre LATECOERE - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5432792902090819946==-- From fmiller@lightlink.com Tue Feb 2 03:29:40 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ZDNN: Win98 not such a lame duck after all? Date: Mon, 01 Feb 1999 22:29:40 -0500 Message-ID: <36B67124.55E85F4B@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6652677761049169013==" --===============6652677761049169013== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MS contemplating extending Windows 9x kernel for at least one more release, sources say. _______________________ htt= p://www.zdnet.com/zdnn/stories/news/0,4586,1013795,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6652677761049169013==-- From hekate@intergate.bc.ca Tue Feb 2 04:04:26 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Playing AVI files Date: Mon, 01 Feb 1999 20:04:26 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7202894968630991186==" --===============7202894968630991186== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 1 Feb 1999 Ted.Harding(a)nessie.mcc.ac.uk wrote: > Can anyone recommend a program to play a *.avi file (I think it is a > format for video motion pictures)? >=20 > With thanks, > Ted. xanim. Make sure you read the docs. There's stuff you're going to need to do to get the most out of format support. That is , it 'out of the box' won't play alot of formats, you have to make sure you have the modules configured, installed etc. -M (I've been away from my machine for a couple of days. Apologies in advance if this has been said 50 times, and I just haven't seen the messages yet.) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7202894968630991186==-- From jperser@airmail.net Tue Feb 2 04:11:13 1999 From: jperser@airmail.net To: users@lists.opensuse.org Subject: [SuSE Linux] 5 Minute PPP Howto Date: Mon, 01 Feb 1999 22:11:13 -0600 Message-ID: <36B67AE1.F074B45A@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0102543323482327562==" --===============0102543323482327562== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable A friend told me there was a document called the '5 minute PPP Howto'. Has anyone else every heard of this Howto? regs, -jrp - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0102543323482327562==-- From jljr@early.com Tue Feb 2 05:06:05 1999 From: jljr@early.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: Win98 not such a lame duck after all? Date: Tue, 02 Feb 1999 05:06:05 +0000 Message-ID: <199902021008.FAA04827@zip.early.com> In-Reply-To: <[SuSE Linux] ZDNN: Win98 not such a lame duck after all?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2750392194938818975==" --===============2750392194938818975== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 01 Feb 1999 22:29:40 -0500, Fred A. Miller wrote: >ht= tp://www.zdnet.com/zdnn/stories/news/0,4586,1013795,00.html> One of the problems consumers have dealing with the=20 Microsoft monopoly is the lack of incentive for Microsoft to improve it's product. Chances are the only upgrades will be to add some software package to destroy another, smaller competitive company.=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2750392194938818975==-- From milan@elas.sk Tue Feb 2 05:50:23 1999 From: milan@elas.sk To: users@lists.opensuse.org Subject: [SuSE Linux] Qt Date: Tue, 02 Feb 1999 06:50:23 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5502593364856436978==" --===============5502593364856436978== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I try upgrade my SuSE 5.3 to qt-1.42 When I run rpm -Uhv qt*.rpm I get these messages failed dependencies: libstdc++.so.2.9 is needed by qtdevel-1.42-5 libstdc++.so.2.9 is needed by qtext-1.42-5 libstdc++.so.2.9 is needed by qtlib-1.42-5=20 What to do with it I did download of qt packages from ftp.suse.com Milan Hromada mailto:mhromada(a)elas.sk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5502593364856436978==-- From Martijn.van.den.Burg@asml.nl Tue Feb 2 06:46:56 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Tue, 02 Feb 1999 07:46:56 +0100 Message-ID: <199902020646.HAA29014@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7282532030948816054==" --===============7282532030948816054== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am thinking of bying Applixware 4.4.1 to run on my SuSE 5.3 box (Intel), but I read in the Applix FAQ that libc5 systems like SuSE's can create problems. Does anybody have any experience (good or bad) with Applixware? Is it better = to not spend the money and wait for SuSE 6.0 or koffice 1.0? TIA, =3D Martijn van den Burg =3D Tech writer, archiver, Linux user =3D Publications Department, ASML =3D e-mail: martijn.van.den.burg(a)asml.nl =3D voice: +31 (0)40 2303856 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7282532030948816054==-- From kar@webline.dk Tue Feb 2 06:54:55 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] Linux Office Suite and 6.0 Date: Tue, 02 Feb 1999 07:54:55 +0100 Message-ID: <36B6A13F.440266C3@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407208789798070648==" --===============0407208789798070648== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How compatible is LOS99 with SuSE Linux 6.0? Does the information leaflet still apply or did the new version of Linux introduce a new installation procedure? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0407208789798070648==-- From grimmer@suse.de Tue Feb 2 08:16:42 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Firewall and ftp Date: Tue, 02 Feb 1999 09:16:42 +0100 Message-ID: In-Reply-To: <001201be4e46$aa561cc0$0201a8c0@Maqish.Mad-Maq.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7666602631889420805==" --===============7666602631889420805== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, Maqish wrote: > Since i did put up my firwall i have problems using ftp within > Windows.. >=20 > how can i change that..?? i get a 500 illegal error.. ftp is a tricky protocol, if you want to tunnel it through a firewall. The contacted host is opening a connection back to your host, make sure that your firewalling rules take care of this. Another alternative would be to set up a ftp proxy on your firewall. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7666602631889420805==-- From jlboers1@yahoo.com Tue Feb 2 08:20:06 1999 From: jlboers1@yahoo.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 1.44MB X windowing systems Date: Tue, 02 Feb 1999 00:20:06 -0800 Message-ID: <19990202082006.28707.rocketmail@send101.yahoomail.com> In-Reply-To: <[SuSE Linux] 1.44MB X windowing systems> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5319815442427703405==" --===============5319815442427703405== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On a similar note, i heard there was a "ipmasq/firewall" on a disk setup somewhere too. I am very interested in this. Does anybody have a clue as to where I might find it? ---"James (Jim) Hatridge" wrote: > >=20 >=20 > Hi John; >=20 > How about giving us a list of all the small Linuxs you've found? > With web sites, if possible. :) >=20 > THANKS >=20 >=20 > On Mon, 1 Feb 1999, John vanVlaanderen wrote: >=20 > > Hello all, > >=20 > > Basically I found some really worthy micro linuxes, thanks. > > (I hope you read my review) > >=20 > > What I want to do now is get the Suse Cyrix Media GX driver working with=20 > > one of the super light Xwindowing systems. > >=20 > > Here, suddenly I have problems. The two packages with the X's are=20 > > basically poorly maintained. I get corrupt files, the ftp machines wont=20 > > answer, the mailing list is in Italian. This is getting crazy!! > >=20 > > So close yet so far. Any pointers, I'm sort-of getting flustered. > >=20 > > John van V. >=20 > J > I > M > ----------------------------------------- > Jim Hatridge > Germany=20 > hatridge(a)straubing.baynet.de >=20 > Proud Linux User #88484 !!!!!!!!!! >=20 > Micro$oft -- Ghostdriver* on the road to the future! > (*German Slang for the guy driving on the wrong side of the road!) > ---------------------------------------------- > "If a President of the United States ever lied to the=20 > American people he should resign." > Bill Clinton, 1974 >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 >=20 >=20 =3D=3D TTYL J-L jlboers(a)usa.net _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5319815442427703405==-- From claus@wpfd14.physik.uni-wuerzburg.de Tue Feb 2 08:25:48 1999 From: claus@wpfd14.physik.uni-wuerzburg.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Qt Date: Tue, 02 Feb 1999 09:25:48 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0394100300491937365==" --===============0394100300491937365== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 2 Feb 1999, Unix Technik wrote: >=20 >=20 > I try upgrade my SuSE 5.3 to qt-1.42 > When I run rpm -Uhv qt*.rpm I get these messages > failed dependencies: > libstdc++.so.2.9 is needed by qtdevel-1.42-5 > libstdc++.so.2.9 is needed by qtext-1.42-5 > libstdc++.so.2.9 is needed by qtlib-1.42-5=20 >=20 > What to do with it > I did download of qt packages from ftp.suse.com Sorry, but I can only guesse a little: You need to install the library which dependency failed, by compiling it new from egcs-981208-1.src.rpm. You will find it on ftp.suse.com. To learn more about your problem subscribe to qt-interest(a)troll.no (www.troll.no). The easiest way is to upgrade to S.u.S.E. 6.0 but I advise you to perform a complete new installation to prevent strange problems. Claus >=20 > Milan Hromada > mailto:mhromada(a)elas.sk >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0394100300491937365==-- From LinuxAdvocate@iname.com Tue Feb 2 08:59:37 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: [SuSE Linux] X-server & X-client Date: Mon, 01 Feb 1999 22:59:37 -1000 Message-ID: <36B6BE79.EF7CBEED@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2620758564965238946==" --===============2620758564965238946== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do I . . .=20 . . . run an X program on one computer on my LAN and display the output on another. Both computers are Linux. I've been able to get the outputs to display on a Windows computer on the LAN, but I can't get a Linux-Linux connection. The X-server tries to connect to 192.168.93.103:0.0, but is refused. SuSE manual briefly mentions rlogin, which appears to be enabled (looking at inetd.conf). Here's the output: [bob(a)oahu bob]$ export DISPLAY=3D192.168.93.103:0.0 [bob(a)oahu bob]$ xterm & [1] 24521 [bob(a)oahu bob]$ Xlib: connection to "192.168.93.103:0.0" refused by server Xlib: Client is not authorized to connect to Server Error: Can't open display: 192.168.93.103:0.0 [1]+ Exit 1 xterm [bob(a)oahu bob]$=20 Ideas? --=20 George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2620758564965238946==-- From Mike.Pugh@ALDERLEY.zeneca.com Tue Feb 2 09:26:47 1999 From: Mike.Pugh@ALDERLEY.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Tue, 02 Feb 1999 09:26:47 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Applixware 4.4.1 on SuSE 5.3> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5733666499598161740==" --===============5733666499598161740== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Martijn, Within the 2 CDs which make up LO 99 Suite, there are different versions of the software. There is one that will work with SuSE 5.3 and another that will work with SuSE 6 and RedHat. This is a brilliant office suite, and was my first introduction to SuSE. I have since ordered the complete SuSE 6 package from the Linux Emporium, and await its delivery with baited breath!! HTH, Mike. > ---------- > From: > Martijn.van.den.Burg(a)asml.nl[SMTP:Martijn.van.den.Burg(a)asml.nl] > Sent: 02 February 1999 06:46 > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 >=20 >=20 > Hi, >=20 > I am thinking of bying Applixware 4.4.1 to run on my SuSE 5.3 box (Intel), > but > I read in the Applix FAQ that libc5 systems like SuSE's can create > problems. >=20 > Does anybody have any experience (good or bad) with Applixware? Is it > better to > not spend the money and wait for SuSE 6.0 or koffice 1.0? >=20 > TIA, >=20 > =3D Martijn van den Burg > =3D Tech writer, archiver, Linux user > =3D Publications Department, ASML > =3D e-mail: martijn.van.den.burg(a)asml.nl > =3D voice: +31 (0)40 2303856 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5733666499598161740==-- From grimmer@suse.de Tue Feb 2 09:29:20 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] X-server & X-client Date: Tue, 02 Feb 1999 10:29:20 +0100 Message-ID: In-Reply-To: <36B6BE79.EF7CBEED@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9067272374352926449==" --===============9067272374352926449== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, George Toft wrote: > . . . run an X program on one computer on my LAN > and display the output on another. Both computers > are Linux. >=20 > I've been able to get the outputs to display on > a Windows computer on the LAN, but I can't get > a Linux-Linux connection. The X-server tries > to connect to 192.168.93.103:0.0, but is refused. > SuSE manual briefly mentions rlogin, which appears > to be enabled (looking at inetd.conf). >=20 > Here's the output: > [bob(a)oahu bob]$ export DISPLAY=3D192.168.93.103:0.0 > [bob(a)oahu bob]$ xterm & > [1] 24521 > [bob(a)oahu bob]$ Xlib: connection to "192.168.93.103:0.0" > refused by server > Xlib: Client is not authorized to connect to Server > Error: Can't open display: 192.168.93.103:0.0 >=20 > [1]+ Exit 1 xterm > [bob(a)oahu bob]$=20 >=20 > Ideas? Run the following on 192.168.93.103: xhost +oahu This allows oahu to connect to the X Server on 192.168.93.103. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9067272374352926449==-- From martijn.rouwen@epon.nl Tue Feb 2 09:31:00 1999 From: martijn.rouwen@epon.nl To: users@lists.opensuse.org Subject: AW: Re: [SuSE Linux] 1.44MB X windowing systems Date: Tue, 02 Feb 1999 10:31:00 +0100 Message-ID: <19990202095143Z230898-3253+249@alphatje.NL.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4944356969265666848==" --===============4944356969265666848== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think I read an article on it c't. A computer magazine from Germany, Hope it helps you, Martijn On a similar note, i heard there was a "ipmasq/firewall" on a disk setup somewhere too. I am very interested in this. Does anybody have a clue as to where I might find it? ---"James (Jim) Hatridge" wrote: > > > > Hi John; > > How about giving us a list of all the small Linuxs you've found? > With web sites, if possible. :) > > THANKS > > > On Mon, 1 Feb 1999, John vanVlaanderen wrote: > > > Hello all, > > > > Basically I found some really worthy micro linuxes, thanks. > > (I hope you read my review) > > > > What I want to do now is get the Suse Cyrix Media GX driver working with > > one of the super light Xwindowing systems. > > > > Here, suddenly I have problems. The two packages with the X's are > > basically poorly maintained. I get corrupt files, the ftp machines wont > > answer, the mailing list is in Italian. This is getting crazy!! > > > > So close yet so far. Any pointers, I'm sort-of getting flustered. > > > > John van V. > > J > I > M > ----------------------------------------- > Jim Hatridge > Germany > hatridge(a)straubing.baynet.de > > Proud Linux User #88484 !!!!!!!!!! > > Micro$oft -- Ghostdriver* on the road to the future! > (*German Slang for the guy driving on the wrong side of the road!) > ---------------------------------------------- > "If a President of the United States ever lied to the > American people he should resign." > Bill Clinton, 1974 > > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> > > > =3D=3D TTYL J-L jlboers(a)usa.net _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4944356969265666848==-- From adairb@it.postoffice.co.uk Tue Feb 2 10:24:20 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Network Installation Error Date: Tue, 02 Feb 1999 10:24:20 +0000 Message-ID: <199902021027.KAA19079@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4070236928903960915==" --===============4070236928903960915== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I installed 5.3 on my PC and it all works fine (even Wordperfect + Netscape 4.5). My only problem is I told YAST I had a network (thinking PPP and modems) which it interpreted as a NIC. It's now looking for this on boot each time and I can't find which configuration file contains the information I need to delete. YAST offers no help. TIA=20 Bill - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4070236928903960915==-- From awol@STAT.UNIMAAS.NL Tue Feb 2 10:26:03 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: [SuSE Linux] LSB project: succes or failure? Date: Tue, 02 Feb 1999 11:26:03 +0100 Message-ID: <99020213164200.00238@for> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1443925584918097916==" --===============1443925584918097916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Under the thread "SuSE derailed? Not if...." Ted Harding recently formulated his misgivings with respect to Linux evolution. Here are two of his statements: > I hope LSB (or equivalent) will be achieved. I think it is essential at=20 > this stage of Linux evolution for there to be a standard which everyone > can expect, no matter what distribution they choose to install. > What is required is a definitive file-system structure (including config=20 > files), a definitive configuration procedure, a definitive installation=20 > and upgrading mechanism, etc, and an absolutely standard linux "base"=20 > system. This should apply to different distributions (though any=20 > distribution is of course free to set itself aside but then must accept=20 > the consequences) and, as far as possible, should apply to any one=20 > distribution consistently over time.=20 =20 Even if we take into consideration that this list is devoted to SuSE problems and questions and that some users might be reluctant to go of on a tangent I am still rather surprised that this very serious issue has only generated one reaction up to now by Juergen Braukman. Anyone who takes the time to compare say SuSE 5.3/6.0 with RedHat 5.2 will discover a lot of small differences with respect to use and interpretation of the so called Linux File System Standard, runlevels, authentification, init sequences/utilities/scripts, packages, package naming, program versions (for example Fortran), networking organisation, library bundling (for example SuSE including 'readline' in 'bash'), etc., etc. Granted the differences are still minor and they all use essentially the same Linux Kernel so that, to name a few of the larger commercial Linux distributions, Caldera Linux, RedHat Linux, SuSE Linux, Pacific Hitech Linux are all recognisable as 'Linux' and a user switching from one to the other will only encounter minor surmountable differences with respect to configuration, setup and use.=20 But for how long? RedHat, Caldera, SuSE, Pacific HiTech all use RPM. But already it is allmost impossible to use a rpm made for one distribution in the other. (And what about Debian and Stampede with their different packagers?)=20 Given that these are commercial companies selling essentialy the same product= =20 but competing with one another I suspect that if no agreement is reached via the LSB project, and preferably sooner than later, we are not going to have ONE recognizable Linux for much longer. We shall have a RedHat Linux, a SuSE Linux, a Caldera Linux, a Pacific HiTech Linux, mergers of companies, Microsoft practices, etc. etc. OR the history of Unix all over again with a product dwindling into commercial insignificance. How will ISV's developing commercial products for Linux react, what standard should they develop to, etc., etc. I won't elaborate further, everybody can fill in his or her own scenario's. The people who originated the 'SuSE derailed' thread were worried that SuSE was missing market opportunities in NA, that Linux was becoming equated with RedHat. One interpretation of this is that they would not mind seeing SuSE adopt very aggressive business practices and challenge RedHat head on. Are these the kind of developments we should encourage and applaud? Are these the kind of practices that bode well for LINUX, the OS that we all use and like? There are many kinds of Linux user with different needs and responsibilities. All of them will ask different things from a distribution. Furthermore commercial practices have been put into execution and commercial and market pressures will from now on shape the future of Linux wether we like it or not. But I for one would not like to see fundamentally different Linuxes come into existence. I would like to see essentialy one basis agreed upon and adhered to. The distributions only putting different flavored icing on the same cake. And working together to promote and deliver a superior product. I am very interested in hearing your opinions on these matters and I do think this list is a good place to discuss these matters because it concerns the distribution we use and like and its future. Should we users make our voice heard with respect to LSB? Can we leave it to the companies? Do we even want a commercialy succesfull Linux? Alexander=20 ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1443925584918097916==-- From rachel@epinet.co.uk Tue Feb 2 11:45:02 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: Win98 not such a lame duck after all? Date: Tue, 02 Feb 1999 11:45:02 +0000 Message-ID: <36B6E53E.53FD7303@epinet.co.uk> In-Reply-To: <36B67124.55E85F4B@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4749015807765785042==" --===============4749015807765785042== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Fred A. Miller" wrote: >=20 > MS contemplating extending Windows 9x kernel for at least one > more release, sources say. A little bird tells me they can't get the NT source tree to build. hehe --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4749015807765785042==-- From grimmer@suse.de Tue Feb 2 12:09:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Network Installation Error Date: Tue, 02 Feb 1999 13:09:11 +0100 Message-ID: In-Reply-To: <199902021027.KAA19079@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0045780866653151396==" --===============0045780866653151396== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, Bill Adair wrote: > I installed 5.3 on my PC and it all works fine (even Wordperfect + Netscape > 4.5). My only problem is I told YAST I had a network (thinking PPP and > modems) which it interpreted as a NIC. It's now looking for this on boot > each time and I can't find which configuration file contains the > information I need to delete. YAST offers no help. Have a look in /etc/rc.config and search for NETCONFIG. If you do not have any network devices, leave this blank. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0045780866653151396==-- From zentara@mindspring.com Tue Feb 2 12:47:42 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] VOBIS HIGHSCREEN PERFECTSCAN Date: Tue, 02 Feb 1999 07:47:42 -0500 Message-ID: <36B6F3EE.D83F8D45@mindspring.com> In-Reply-To: <19990202.3174200@P350> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5724445554368340900==" --===============5724445554368340900== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Pierre LATECOERE wrote: >=20 > Hello Everyone, >=20 > I have SuSE 5.3 installed with an Adaptec 2920 SCSI. I have a VOBIS > HIGHSCREEN PERFECTSCAN scanner. > It recognizes my scanner as Scanner 600. But I cannot run xscanimage. > I do not know which configuration to use. >=20 > Vobis buys its scanner from OEMs and distribute it under its own name. >=20 > Is VOBIS HIGHSCREEN PERFECTSCAN scanner a Microtek scanner? Or a > mustek? I don't think it matters as long as the scsi card listed the scanner as a device at boot up.=20 See if the boot message tells you which /dev/sg? that the scanner is assigned. Xscanimage won't work until you make the proper link to /dev/scanner. If at boot time, your scanner is listed as sga, then ln -s /dev/sg0 /dev/scanner if that dosn't work, try: ln -s /dev/sg1 /dev/scanner sgb -> sg1 sgc -> sg2 Finally, do a=20 chmod 777 /dev/sg0 =20 Then xscanimage should work. If it dosn't, make sure your scanner has proper termination on it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5724445554368340900==-- From zentara@mindspring.com Tue Feb 2 12:53:17 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: Win98 not such a lame duck after all? Date: Tue, 02 Feb 1999 07:53:17 -0500 Message-ID: <36B6F53D.8F41030F@mindspring.com> In-Reply-To: <36B67124.55E85F4B@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3849139260238118352==" --===============3849139260238118352== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fred A. Miller wrote: >=20 > MS contemplating extending Windows 9x kernel for at least one > more release, sources say. > _______________________ >=20 > <= A HREF=3D"http://www.zdnet.com/zdnn/stories/news/0,4586,1013795,00.htmlh= ttp://www.zdnet.com/zdnn/stories/news/0,4586,1013795,00.html> > - It's a symptom that their software is "lame". Alot of the programming shortcuts they took, created software that probably won't run on NT,=20 so they will need to give all those "happy customers" assurances that they didn't waste their money. What is the law anyways? Is microsoft required to support old software for 10 years? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3849139260238118352==-- From awol@STAT.UNIMAAS.NL Tue Feb 2 14:09:46 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: [SuSE Linux] LSB project: succes or failure? Date: Tue, 02 Feb 1999 15:09:46 +0100 Message-ID: <99020215201100.00315@for> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2935360379351247081==" --===============2935360379351247081== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Under the thread "SuSE derailed? Not if...." Ted Harding recently formulated his misgivings with respect to Linux evolution. Here are two of his statements: > I hope LSB (or equivalent) will be achieved. I think it is essential at=20 > this stage of Linux evolution for there to be a standard which everyone > can expect, no matter what distribution they choose to install. > What is required is a definitive file-system structure (including config=20 > files), a definitive configuration procedure, a definitive installation=20 > and upgrading mechanism, etc, and an absolutely standard linux "base"=20 > system. This should apply to different distributions (though any=20 > distribution is of course free to set itself aside but then must accept=20 > the consequences) and, as far as possible, should apply to any one=20 > distribution consistently over time.=20 Even if we take into consideration that this list is devoted to SuSE problems and questions and that some users might be reluctant to go of on a tangent I am still rather surprised that this very serious issue has only generated one reaction up to now by Juergen Braukman. Anyone who takes the time to compare say SuSE 5.3/6.0 with RedHat 5.2 will discover a lot of small differences with respect to use and interpretation of the so called Linux File System Standard, runlevels, authentification, init sequences/utilities/scripts, packages, package naming, program versions (for example Fortran), networking organisation, library bundling (for example SuSE including 'readline' in 'bash'), etc., etc. Granted the differences are still minor and they all use essentially the same Linux Kernel so that, to name a few of the larger commercial Linux distributions, Caldera Linux, RedHat Linux, SuSE Linux, Pacific Hitech Linux are all recognisable as 'Linux' and a user switching from one to the other will only encounter minor surmountable differences with respect to configuration, setup and use.=20 But for how long? RedHat, Caldera, SuSE, Pacific HiTech all use RPM. But already it is allmost impossible to use a rpm made for one distribution in the other. (And what about Debian and Stampede with their different packagers?)=20 Given that these are commercial companies selling essentialy the same product= =20 but competing with one another I suspect that if no agreement is reached via the LSB project, and preferably sooner than later, we are not going to have ONE recognizable Linux for much longer. We shall have a RedHat Linux, a SuSE Linux, a Caldera Linux, a Pacific HiTech Linux, mergers of companies, Microsoft practices, etc. etc. OR the history of Unix all over again with a product dwindling into commercial insignificance. How will ISV's developing commercial products for Linux react, what standard should they develop to, etc., etc. I won't elaborate further, everybody can fill in his or her own scenario's. The people who originated the 'SuSE derailed' thread were worried that SuSE was missing market opportunities in NA, that Linux was becoming equated with RedHat. One interpretation of this is that they would not mind seeing SuSE adopt very aggressive business practices and challenge RedHat head on. Are these the kind of developments we should encourage and applaud? Are these the kind of practices that bode well for LINUX, the OS that we all use and like? There are many kinds of Linux user with different needs and responsibilities. All of them will ask different things from a distribution. Furthermore commercial practices have been put into execution and commercial and market pressures will from now on shape the future of Linux wether we like it or not. But I for one would not like to see fundamentally different Linuxes come into existence. I would like to see essentialy one basis agreed upon and adhered to. The distributions only putting different flavored icing on the same cake. And working together to promote and deliver a superior product. I am very interested in hearing your opinions on these matters and I do think this list is a good place to discuss these matters because it concerns the distribution we use and like and its future. Should we users make our voice heard with respect to LSB? Can we leave it to the companies? Do we even want a commercialy succesfull Linux? Alexander=20 ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2935360379351247081==-- From rachel@epinet.co.uk Tue Feb 2 14:13:17 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 14:13:17 +0000 Message-ID: <36B707FD.300612C9@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5708577292232764928==" --===============5708577292232764928== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Has anyone else managed to install this on SuSE 6.0? I have, as far as I can tell, now fully upgraded my machine to 6.0, which I'm given to understand is glibc2-based. I've downloaded StarOffice 5.0 and its installer is saying I don't have the right libraries - namely glibc2. I don't want to run the library installer that StarOffice supply as last time I did that I killed my machine stone dead - had to go for a complete reinstall. I thought SuSE were now including StarOffice 5 - with presumably a suitable rpm or something - but I can find no sign of it on their site. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5708577292232764928==-- From linux1@mail.crc.com Tue Feb 2 14:34:08 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Tue, 02 Feb 1999 09:34:08 -0500 Message-ID: <002f01be4eb9$18d9dd40$ad2995cd@punt> In-Reply-To: <[SuSE Linux] Applixware 4.4.1 on SuSE 5.3> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3939121794974746326==" --===============3939121794974746326== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ok, I am curious. How does one know which office suite to choose? I have a glibc version I want to install. Does Yast take care of this? > >Hi Martijn, >Within the 2 CDs which make up LO 99 Suite, there are different versions >of >the software. >There is one that will work with SuSE 5.3 and another that will work >with >SuSE 6 and RedHat. >This is a brilliant office suite, and was my first introduction to SuSE. >I >have since ordered the complete SuSE 6 package from the Linux Emporium, >and >await its delivery with baited breath!! >HTH, >Mike. > >> ---------- >> From: >> Martijn.van.den.Burg(a)asml.nl[SMTP:Martijn.van.den.Burg(a)asml.nl] >> Sent: 02 February 1999 06:46 >> To: suse-linux-e(a)suse.com >> Subject: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 >> >> >> Hi, >> >> I am thinking of bying Applixware 4.4.1 to run on my SuSE 5.3 box >(Intel), >> but >> I read in the Applix FAQ that libc5 systems like SuSE's can create >> problems. >> >> Does anybody have any experience (good or bad) with Applixware? Is it >> better to >> not spend the money and wait for SuSE 6.0 or koffice 1.0? >> >> TIA, >> >> =3D Martijn van den Burg >> =3D Tech writer, archiver, Linux user >> =3D Publications Department, ASML >> =3D e-mail: martijn.van.den.burg(a)asml.nl >> =3D voice: +31 (0)40 2303856 >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and >the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3939121794974746326==-- From jblosser@firinn.org Tue Feb 2 14:39:46 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Firewall and ftp Date: Tue, 02 Feb 1999 09:39:46 -0500 Message-ID: <19990202093946.A19238@firinn.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4463101107234810267==" --===============4463101107234810267== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DT4sUOijqQbZv57TR; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============4463101107234810267==-- From Mike.Pugh@alderley.zeneca.com Tue Feb 2 16:30:11 1999 From: Mike.Pugh@alderley.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Tue, 02 Feb 1999 16:30:11 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Applixware 4.4.1 on SuSE 5.3> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4760854257196103713==" --===============4760854257196103713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The directory structures on the CD indicate the distribution they are suitable with. The booklet in the CD case also goes into a lot of detail for each distribution (including the RPM commands for RH / glibc version). > ---------- > From: Linux1[SMTP:linux1(a)mail.crc.com] > Sent: 02 February 1999 14:34 > To: suse-linux-e(a)suse.com > Subject: Re: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3=20 >=20 >=20 >=20 > Ok, I am curious. How does one know which office suite to choose? I have > a > glibc version I want to install. Does Yast take care of this? >=20 > > > >Hi Martijn, > >Within the 2 CDs which make up LO 99 Suite, there are different versions > >of > >the software. > >There is one that will work with SuSE 5.3 and another that will work > >with > >SuSE 6 and RedHat. > >This is a brilliant office suite, and was my first introduction to SuSE. > >I > >have since ordered the complete SuSE 6 package from the Linux Emporium, > >and > >await its delivery with baited breath!! > >HTH, > >Mike. > > > >> ---------- > >> From: > >> Martijn.van.den.Burg(a)asml.nl[SMTP:Martijn.van.den.Burg(a)asml.nl] > >> Sent: 02 February 1999 06:46 > >> To: suse-linux-e(a)suse.com > >> Subject: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 > >> > >> > >> Hi, > >> > >> I am thinking of bying Applixware 4.4.1 to run on my SuSE 5.3 box > >(Intel), > >> but > >> I read in the Applix FAQ that libc5 systems like SuSE's can create > >> problems. > >> > >> Does anybody have any experience (good or bad) with Applixware? Is it > >> better to > >> not spend the money and wait for SuSE 6.0 or koffice 1.0? > >> > >> TIA, > >> > >> =3D Martijn van den Burg > >> =3D Tech writer, archiver, Linux user > >> =3D Publications Department, ASML > >> =3D e-mail: martijn.van.den.burg(a)asml.nl > >> =3D voice: +31 (0)40 2303856 > >> - > >> To get out of this list, please send email to majordomo(a)suse.com with > >> this text in its body: unsubscribe suse-linux-e > >> Check out the SuSE-FAQ at
http://www.suse.com/= Support/Doku/FAQ/> and > >the > >> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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 > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > > > > > >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4760854257196103713==-- From gschoell@pobox.com Tue Feb 2 17:29:14 1999 From: gschoell@pobox.com To: users@lists.opensuse.org Subject: [SuSE Linux] Compatible hardware? Date: Tue, 02 Feb 1999 09:29:14 -0800 Message-ID: <3.0.5.32.19990202092914.007f64f0@pop.uia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1915572660849947419==" --===============1915572660849947419== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Has anyone ever made a "Recommended Hardware List" for Linux and if so, where might I find it? Thank you, George -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.0.2 Comment: Privacy, It's your right - use it or loose it! iQEVAwUBNrc15ysFUqBqnwv7AQFlhQgArRrIgolbRtuHRLsrwdQ26JGKgYd0le0T Mq4VX8Z/2989xcwzdPsq7FghCmOD7tOmaI6q4yWyss3P5+tULHUyEEAxDYT965pq HnEXXlYnG0qC0KXOry4LtAsN5+Q2Bg+X3XBsoVNesFWQyrZtXKKeSSosH9vQCYYT UZ7ezrXqs1KflO6ytMfhEm7rNapFtOiMiJ0HDlFXDuB2M4n5KAhd/7jrUMrsdNtd gwSZ9P+7gRHe9MsehB/0rPqoDBd7AAU4Sm+hbb/beA6j4xRus0RZxNJh8SvLUfVL xuG32KebB9yCJm8Gv/fTF7CHacqDUsnFj9oLi4dEoMn7HoacMX0Fjg=3D=3D =3DQ4zE -----END PGP SIGNATURE----- "The right of the people to be secure in their persons, houses, papers and effects, against unreasonable searches and seizures, shall not be violated..."=20 -- the Fourth Amendment to the U.S. Constitution=20 Nisi Defectum Haud Reficindium (If it ain't broke, don't fix it) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1915572660849947419==-- From rachel@epinet.co.uk Tue Feb 2 17:48:35 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 17:48:35 +0000 Message-ID: <36B73A73.84672598@epinet.co.uk> In-Reply-To: <[SuSE Linux] Star Office 5.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1413178163696884779==" --===============1413178163696884779== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ralph Clark wrote: >=20 > Rachel Greenham wrote: >=20 > > Has anyone else managed to install this on SuSE 6.0? > > > > I have, as far as I can tell, now fully upgraded my machine to 6.0, > > which I'm given to understand is glibc2-based. I've downloaded > > StarOffice 5.0 and its installer is saying I don't have the right > > libraries - namely glibc2. I don't want to run the library installer > > that StarOffice supply as last time I did that I killed my machine stone > > dead - had to go for a complete reinstall. > > > > I thought SuSE were now including StarOffice 5 - with presumably a > > suitable rpm or something - but I can find no sign of it on their site. >=20 > You've got to buy the CD-ROM distribution for that. Some things just aren't > free. However, SuSE as it stands seems to make it impossible to install a StarOffice obtained from any other source - ie: StarDivision directly. This was more my point. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1413178163696884779==-- From grimmer@suse.de Tue Feb 2 18:04:29 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Compatible hardware? Date: Tue, 02 Feb 1999 19:04:29 +0100 Message-ID: In-Reply-To: <3.0.5.32.19990202092914.007f64f0@pop.uia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1940150067356938152==" --===============1940150067356938152== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, George Schoelles wrote: > Has anyone ever made a "Recommended Hardware List" for Linux and if > so, where might I find it? We provide an online Hardware Database where you can check for supported and unsupported hardware. But we usually do not recommend certain components. http://www.suse.de/cdb/english/> It might help to ask in Mailing Lists or Newsgroups for recommendations. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1940150067356938152==-- From johnvv@hotmail.com Tue Feb 2 18:46:20 1999 From: johnvv@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] 1.44MB Linux & X update Date: Tue, 02 Feb 1999 10:46:20 -0800 Message-ID: <19990202184624.17448.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0195739457236514657==" --===============0195739457236514657== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all, This is the best source: http://www.toms.net/~toehser/rb/> all the links are on the first page. Check out that cool ascii logo=20 penguin all lit up in neon !! This all really brings me back to the old days of xafs, or something=20 like that. I found my old boot disks before there was such a thing as a=20 linux distribution. Alas, they wont boot :( That is how linux came, if you could figure out lilo... you were way=20 cool !! So I am going in full circle, maybe thats how linux should be, a DIY. Here the user installs via a few floppies and the rest comes down the=20 pipeline, as needed, thru netscape, I guess, utilizing a lot of java. Being I have a job :( it will be a few days before I get the light=20 weight X stuff going. I cant do a full review of the character based micro linuxes because I=20 have yet to get mulinux running. However it looks like you cant lose=20 with the linux router package: http://www.linuxrouter.org/> And those docs are something else. Despite being the present majority effort their offshore web servers=20 crawl and the mirror sites, well, they aint. Similar situation with the=20 "make NT look like Linux" project (really gnuNT), thru the Cygnus group. =20 I hope those folks made some progress because 13 reboots/day was=20 excessive. Emacs looks like the best way to do NT but... As far as the X windowing goes, that's even worse. =20 >From owner-suse-linux-e(a)suse.com Tue Feb 2 02:15:42 1999 >Received: from localhost (daemon(a)localhost) > by mail.suse.com (8.8.8/8.8.8) with SMTP id BAA30689; > Tue, 2 Feb 1999 01:40:42 -0800 >Received: by mail.suse.com (bulk_mailer v1.5); Tue, 2 Feb 1999 01:40:34=20 -0800 >Received: (from mdom(a)localhost) > by mail.suse.com (8.8.8/8.8.8) id BAA30671 > for suse-linux-e-outgoing; Tue, 2 Feb 1999 01:40:33 -0800 >Received: from alphatje.NL.net (alphatje.NL.net [193.78.240.11]) > by mail.suse.com (8.8.8/8.8.8) with ESMTP id BAA30667 > for ; Tue, 2 Feb 1999 01:40:32 -0800 >Received: from mail.epon.nl ([195.108.252.65]:40465 "EHLO mail.epon.nl"=20 ident: "NO-IDENT-SERVICE[2]") by alphatje.NL.net with ESMTP id=20 <230898-3253>; Tue, 2 Feb 1999 10:51:34 +0100 >Received: by HKINT6 with Internet Mail Service (5.0.1458.49) > id <1DLC59DG>; Tue, 2 Feb 1999 10:35:03 +0100 >From: "Rouwen, Martijn" >To: "James (Jim) Hatridge" , > J-L Boers >Cc: suse-linux-e(a)suse.com >Subject: AW: Re: [SuSE Linux] 1.44MB X windowing systems >Date: Tue, 2 Feb 1999 10:31:00 +0100 >X-Priority: 3 >MIME-Version: 1.0 >X-Mailer: Internet Mail Service (5.0.1458.49) >Content-Type: text/plain >Message-Id: <19990202095143Z230898-3253+249(a)alph= atje.NL.net> >Sender: owner-suse-linux-e(a)suse.com >X-Mailinglist: suse-linux-e >Precedence: bulk > > > >I think I read an article on it c't. A computer magazine from Germany, >Hope it helps you, > >Martijn > >On a similar note, i heard there was a "ipmasq/firewall" on a disk >setup somewhere too. I am very interested in this. Does anybody have a >clue as to where I might find it? > > > > > ---"James (Jim) Hatridge" wrote: >> >> >> >> Hi John; >> >> How about giving us a list of all the small Linuxs you've found? >> With web sites, if possible. :) >> >> THANKS >> >> >> On Mon, 1 Feb 1999, John vanVlaanderen wrote: >> >> > Hello all, >> > >> > Basically I found some really worthy micro linuxes, thanks. >> > (I hope you read my review) >> > >> > What I want to do now is get the Suse Cyrix Media GX driver >working with >> > one of the super light Xwindowing systems. >> > >> > Here, suddenly I have problems. The two packages with the X's are >> > basically poorly maintained. I get corrupt files, the ftp >machines wont >> > answer, the mailing list is in Italian. This is getting crazy!! >> > >> > So close yet so far. Any pointers, I'm sort-of getting flustered. >> > >> > John van V. >> >> J >> I >> M >> ----------------------------------------- >> Jim Hatridge >> Germany >> hatridge(a)straubing.baynet.de >> >> Proud Linux User #88484 !!!!!!!!!! >> >> Micro$oft -- Ghostdriver* on the road to the future! >> (*German Slang for the guy driving on the wrong side of the road!) >> ---------------------------------------------- >> "If a President of the United States ever lied to the >> American people he should resign." >> Bill Clinton, 1974 >> >> >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and >the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >> >> >> > >=3D=3D >TTYL >J-L >jlboers(a)usa.net > >_________________________________________________________ >DO YOU YAHOO!? >Get your free @yahoo.com address at http://mail.yahoo.com> > > - >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0195739457236514657==-- From mwagnon@ixpres.com Tue Feb 2 19:01:31 1999 From: mwagnon@ixpres.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Compatible hardware? Date: Tue, 02 Feb 1999 11:01:31 -0800 Message-ID: <000801be4ede$87f5ed20$8e1c89cf@mwagnon> In-Reply-To: <[SuSE Linux] Compatible hardware?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3476908565428415071==" --===============3476908565428415071== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable There is the Hardware HOWTO (or something like that) in /usr/doc/howto Mark -----Original Message----- From: George Schoelles To: suse-linux-e(a)suse.com Date: Tuesday, February 02, 1999 10:38 AM Subject: [SuSE Linux] Compatible hardware? >Has anyone ever made a "Recommended Hardware List" for Linux and if >so, where might I find it? > >Thank you, >George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3476908565428415071==-- From zentara@mindspring.com Tue Feb 2 20:33:50 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 15:33:50 -0500 Message-ID: <36B7612E.DCFAB048@mindspring.com> In-Reply-To: <36B707FD.300612C9@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0461387756843437179==" --===============0461387756843437179== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Rachel Greenham wrote: >=20 > Has anyone else managed to install this on SuSE 6.0? >=20 > I have, as far as I can tell, now fully upgraded my machine to 6.0, > which I'm given to understand is glibc2-based. I've downloaded > StarOffice 5.0 and its installer is saying I don't have the right > libraries - namely glibc2. I don't want to run the library installer > that StarOffice supply as last time I did that I killed my machine stone > dead - had to go for a complete reinstall. >=20 > I thought SuSE were now including StarOffice 5 - with presumably a > suitable rpm or something - but I can find no sign of it on their site. >=20 I just received an email from a person who is using the German version of Suse 6.0. He said that it is glibc based, not glibc2. There is a difference. Apparently, Suse hasn't gotten around to making a rpm to upgrade to glibc2. There is info at: http://www.imaxx.net/~thrytis/glibc/> If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, please share it. 6.0 should be arriving shortly and I want to be prepared to upgrade right away. It should be easy on 6.0 as opposed to 5.3. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0461387756843437179==-- From SOLARIS@cicei.ulpgc.es Tue Feb 2 20:46:10 1999 From: SOLARIS@cicei.ulpgc.es To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 evaluation ? Date: Tue, 02 Feb 1999 20:46:10 +0000 Message-ID: <8ED9B9224D@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3191651560166087268==" --===============3191651560166087268== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi. I looked at the Imperial College mirror of SUSE last night and saw an evaluation ISO of SUSE 6.0 ... what is evaluation supposed to mean in OSS ? What are the differences between the "normal" and "evaluation" versions ? Cheers, APS =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3191651560166087268==-- From kepe@home.com Tue Feb 2 20:48:51 1999 From: kepe@home.com To: users@lists.opensuse.org Subject: [SuSE Linux] 6.0 - IP Masq. - 2.2.1 Date: Tue, 02 Feb 1999 14:48:51 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5711534698956868484==" --===============5711534698956868484== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hey guys, I remember a thread concerning the breakage of masq. when upgrading to the 2.2 kernels, but I haven't been able to find the thread in the archives. I would like to know if anyone fixed masq. under 2.2 and what was the fix? I have changed nothing with my network config and masq. is working fine under 2.0.36. -- Danny Kephart E-Mail: kepe(a)home.com Date: 02-Feb-99 Time: 14:39:57 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5711534698956868484==-- From rachel@epinet.co.uk Tue Feb 2 21:04:35 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 21:04:35 +0000 Message-ID: <36B76863.4C1C2176@epinet.co.uk> In-Reply-To: <[SuSE Linux] Star Office 5.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7776628767248147378==" --===============7776628767248147378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ralph Clark wrote: >=20 > Rachel Greenham wrote: >=20 > > Ralph Clark wrote: > > > > > > Rachel Greenham wrote: > > > > > > > Has anyone else managed to install this on SuSE 6.0? > > > > > > > > I have, as far as I can tell, now fully upgraded my machine to 6.0, > > > > which I'm given to understand is glibc2-based. I've downloaded > > > > StarOffice 5.0 and its installer is saying I don't have the right > > > > libraries - namely glibc2. I don't want to run the library installer > > > > that StarOffice supply as last time I did that I killed my machine st= one > > > > dead - had to go for a complete reinstall. > > > > > > > > I thought SuSE were now including StarOffice 5 - with presumably a > > > > suitable rpm or something - but I can find no sign of it on their sit= e. > > > > > > You've got to buy the CD-ROM distribution for that. Some things just ar= en't > > > free. > > > > However, SuSE as it stands seems to make it impossible to install a > > StarOffice obtained from any other source - ie: StarDivision directly. > > This was more my point. > > > > -- > > Rachel >=20 > Sorry, I misunderstood you. >=20 > Star Division's own RPMs are probably for RedHat Linux and that's why SuSE = have > had to roll their own version, to suit the SuSE file system and libraries. RPMs? hehe It's a tar file and complicated installation instructions. For what it's worth, I've actually done it. After a load of false starts, it turns out what I needed to do was to copy in a couple of stuff into /lib while running off a rescue disk, namely ld-2.0.7.so and a link to it ld-linux.so.2 (never mind that SuSE already has identically named files there, StarOffice wants its versions in there and nothing else seems to mind) and libc-2.0.7.so with libc.so.6 pointing to it, then run the rest of the glibc installation into StarOffice's own directory (default /opt/Office50/lib/) run the installer having set LD_LIBRARY_PATH to include the above, then run StarOffice *without* having set LD_LIBRARY_PATH. Unbelievably difficult. One of those things that reminds me just how un-ready Linux is for the desktop. I'm now having problems as since upgrading from SuSE 6.0 beta to 6.0 proper, I've lost all printing capability. I'm sure I don't remember deinstalling printer support but /usr/bin/lpr and /etc/printcap have gone. I think I'll get the SuSE 6.0 CD. I want to blast this installation. I think I've got a lot of oddities because of upgrading from 6.0 beta rather than installing 6.0 from scratch. It comes out on a PC Plus coverdisk quite soon anyway, I hear. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7776628767248147378==-- From grimmer@suse.de Tue Feb 2 21:43:14 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 evaluation ? Date: Tue, 02 Feb 1999 22:43:14 +0100 Message-ID: In-Reply-To: <8ED9B9224D@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3953821122053903231==" --===============3953821122053903231== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, Aldo Solari [APS] wrote: > Hi. I looked at the Imperial College mirror of SUSE last night and > saw an evaluation ISO of SUSE 6.0 ... what is evaluation supposed to > mean in OSS ? >=20 > What are the differences between the "normal" and "evaluation" > versions ? The evaluation CD is just one CD (it has fewer packages) instead of five, there's no printed manual and no support. There's no timebomb or other strings attached, you can even install missing packages from the full ftp-Version. This is the ISO image of the CD that we give away for free on trade shows and fairs. Happy roasting, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3953821122053903231==-- From grimmer@suse.de Tue Feb 2 21:54:00 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 22:54:00 +0100 Message-ID: In-Reply-To: <36B7612E.DCFAB048@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2962781908545385934==" --===============2962781908545385934== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, zentara wrote: > I just received an email from a person who is using the German version > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > difference. Apparently, Suse hasn't gotten around to making a rpm to > upgrade to glibc2. >=20 > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > please share it. 6.0 should be arriving shortly and I want to be > prepared to upgrade right away. It should be easy on 6.0 as opposed to > 5.3. Hold it. "glibc" and "glibc2" are two terms for the same thing, which is the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is based on and which is necessary for running StarOffice. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2962781908545385934==-- From zentara@mindspring.com Wed Feb 3 01:17:27 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Tue, 02 Feb 1999 20:17:27 -0500 Message-ID: <36B7A3A7.C5CD28E9@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3190564304236390070==" --===============3190564304236390070== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Tue, 2 Feb 1999, zentara wrote: >=20 > > I just received an email from a person who is using the German version > > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > > difference. Apparently, Suse hasn't gotten around to making a rpm to > > upgrade to glibc2. > > > > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > > please share it. 6.0 should be arriving shortly and I want to be > > prepared to upgrade right away. It should be easy on 6.0 as opposed to > > 5.3. > Hold it. "glibc" and "glibc2" are two terms for the same thing, which is > the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is > based on and which is necessary for running StarOffice. Hi Lenz, Is the glibc that comes with version 6.0 going to be version 2.06? I hope so. There seems to be alot of confusion. There seems to be a glibc1, and a glibc2, and the current version of glibc2 is 2.06. I know that you guys do the right thing, but there are so many people complaining about these library incompatibilities. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3190564304236390070==-- From fmiller@lightlink.com Wed Feb 3 02:47:01 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ZDNN: PeopleSoft faces class action suits Date: Tue, 02 Feb 1999 21:47:01 -0500 Message-ID: <36B7B8A5.F43EF116@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2915116169293452287==" --===============2915116169293452287== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable htt= p://www.zdnet.com/zdnn/stories/news/0,4586,2198631,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2915116169293452287==-- From kar@webline.dk Wed Feb 3 05:44:29 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 06:44:29 +0100 Message-ID: <199902030544.GAA15380@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6150115245240659471==" --===============6150115245240659471== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ZDNet has compared Linux and NT as fileserver and webserver on identical machines. http://= www.zdnet.com/sr/stories/issue/0,4537,387506,00.html> I quote: "You might think that Linux would operate at a disadvantage here, but Linux kicks NT's butt. Only at the lightest loads does NT hold any advantage over the Linuxes. Once the load moves to 12 clients, all the Linux platforms take commanding leads over NT." "Linux with Apache beats NT 4.0 with IIS, hands down. SuSE, the least effective Linux, is 16 percent faster than IIS, and Caldera, the leader, is 50 percent faster. " Hm, "SusE, the least effective Linux"??? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6150115245240659471==-- From fmiller@lightlink.com Wed Feb 3 06:06:25 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Linux: Enterprise-ready Date: Wed, 03 Feb 1999 01:06:25 -0500 Message-ID: <36B7E761.3C4531F8@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2822116922569206691==" --===============2822116922569206691== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable h= ttp://www.zdnet.com/pcweek/stories/news/0,4153,387766,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2822116922569206691==-- From graham@barnowl.demon.co.uk Wed Feb 3 06:42:57 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 06:42:57 +0000 Message-ID: In-Reply-To: <36B7A3A7.C5CD28E9@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9018525875847998956==" --===============9018525875847998956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara writes: > Is the glibc that comes with version 6.0 going to be > version 2.06? I hope so. I hope that it will be at least 2.07pre6 as this is the minimum level of this library required for kernel 2.2.x (according to the documentation), and Suse 6.0 claims to be 2.2 ready. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9018525875847998956==-- From Martijn.van.den.Burg@asml.nl Wed Feb 3 07:08:08 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Wed, 03 Feb 1999 08:08:08 +0100 Message-ID: <199902030708.IAA12531@wspub011.asml.nl> In-Reply-To: <[SuSE Linux] Applixware 4.4.1 on SuSE 5.3> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5089365174090997625==" --===============5089365174090997625== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi crowd, I had Applix demonstrated and decided to take the gamble :-) And it's great! My M$ spreadsheets import rather nicely and I don't expect M$ Weird will give any problems either (didn't have the time to find out). There is a special 'import' wizard that allows for fine tuning while importing a non-native format. Insertion of special characters is easy: you can choose them from a palet (no need to create special keys or anything) and it even imports FrameMaker MIF. I'm hooked. >=20 >=20 > Ok, I am curious. How does one know which office suite to choose? I have a > glibc version I want to install. Does Yast take care of this? I have a libc5 system, but according to the README on the CD, the installation program determines 'on the fly' the kind of system you have and installs the proper packages. Use YaST and it's a piece of cake. No, I don't have any connections with Applix, nor do I own shares or stock options ;-) Greetings, =3D Martijn van den Burg =3D Tech writer, archiver, Linux user =3D Publications Department, ASML =3D e-mail: martijn.van.den.burg(a)asml.nl =3D voice: +31 (0)40 2303856 >=20 > > > >Hi Martijn, > >Within the 2 CDs which make up LO 99 Suite, there are different versions > >of > >the software. > >There is one that will work with SuSE 5.3 and another that will work > >with > >SuSE 6 and RedHat. > >This is a brilliant office suite, and was my first introduction to SuSE. > >I > >have since ordered the complete SuSE 6 package from the Linux Emporium, > >and > >await its delivery with baited breath!! > >HTH, > >Mike. > > > >> ---------- > >> From: > >> Martijn.van.den.Burg(a)asml.nl[SMTP:Martijn.van.den.Burg(a)asml.nl] > >> Sent: 02 February 1999 06:46 > >> To: suse-linux-e(a)suse.com > >> Subject: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 > >> > >> > >> Hi, > >> > >> I am thinking of bying Applixware 4.4.1 to run on my SuSE 5.3 box > >(Intel), > >> but > >> I read in the Applix FAQ that libc5 systems like SuSE's can create > >> problems. > >> > >> Does anybody have any experience (good or bad) with Applixware? Is it > >> better to > >> not spend the money and wait for SuSE 6.0 or koffice 1.0? > >> > >> TIA, > >> > >> =3D Martijn van den Burg - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5089365174090997625==-- From grimmer@suse.de Wed Feb 3 08:57:30 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux Office Suite and 6.0 Date: Wed, 03 Feb 1999 09:57:30 +0100 Message-ID: In-Reply-To: <36B6A13F.440266C3@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2722156473085341947==" --===============2722156473085341947== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 2 Feb 1999, Kaare Rasmussen wrote: > How compatible is LOS99 with SuSE Linux 6.0? Does the information > leaflet still apply or did the new version of Linux introduce a new > installation procedure? You can install it on 6.0. There is an article in our SDB, which describes the procedure: http://www.suse= .de/Support/sdb_e/applix_suse60.html> Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2722156473085341947==-- From kukuk@suse.de Wed Feb 3 09:06:14 1999 From: kukuk@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 10:06:14 +0100 Message-ID: <19990203100614.A20985@allen.suse.de> In-Reply-To: <36B7A3A7.C5CD28E9@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8922593265035451756==" --===============8922593265035451756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 02, 1999 at 08:17:27PM -0500, zentara wrote: >=20 > Lenz Grimmer wrote: > >=20 > > Hi, > >=20 > > On Tue, 2 Feb 1999, zentara wrote: > >=20 > > > I just received an email from a person who is using the German version > > > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > > > difference. Apparently, Suse hasn't gotten around to making a rpm to > > > upgrade to glibc2. > > > > > > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > > > please share it. 6.0 should be arriving shortly and I want to be > > > prepared to upgrade right away. It should be easy on 6.0 as opposed to > > > 5.3. >=20 > > Hold it. "glibc" and "glibc2" are two terms for the same thing, which is > > the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is > > based on and which is necessary for running StarOffice. >=20 > Hi Lenz, > Is the glibc that comes with version 6.0 going to be > version 2.06? I hope so. No, it is the latest snapshot from the CVS archive for 2.0.x. > There seems to be alot of confusion. There seems to be > a glibc1, and a glibc2, and the current version of glibc2 is 2.06. glibc1 is glibc 1.0.x, and libc5 based on it. glibc2 is the new glibc, aka libc.so.6 under Linux. The latest public release of glibc 2 is 2.0.6. There are some 2.0.7preX, but the real bug fixes are only in the CVS archive. Since glibc 2.1 should be released this days, the glibc-maintainer will not make a public 2.0.7. Thorsten --=20 Thorsten Kukuk http://home.pages.de/~kukuk/> kukuk(a= )suse.de SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8922593265035451756==-- From Michael.Salmon@uab.ericsson.se Wed Feb 3 09:37:30 1999 From: Michael.Salmon@uab.ericsson.se To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Permission Errors from tar Archive Date: Wed, 03 Feb 1999 10:37:30 +0100 Message-ID: <199902030937.KAA22527@uabs78c65.uab.ericsson.se> In-Reply-To: <[SuSE Linux] Permission Errors from tar Archive> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4528065170986279061==" --===============4528065170986279061== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable +----- On Thu, 28 Jan 1999 12:05:21 EST, Howard Arons writes: |=20 | I just tarred my '/' partition to my /opt partition on HDD 0, removed the=20 | HDD (HDD 1) it resided on and replaced it with a new HDD 0 containing a=20 | bigger '/' space, and untarred the '/' archive to the new partition.=20 | The newly installed '/' fs booted up and runs, but not without a small=20 | problem: |=20 | The permissions for some directories and files were not restored=20 | correctly. Problem seems to be write access for "others," where it had=20 | been set. Example: /dev/null; some files in /var/spool/mail. |=20 | Why did this happen, or better, what should I have done during 'tar -c'=20 | or 'tar -x' to prevent it? Is this a 'umask' problem? The p flag effectively sets umask to 0, you should always use it for=20 such tasks. Strangely this is implied in Sun's tar when run as root but=20 apparently not in GNU's. /Michael - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4528065170986279061==-- From grimmer@suse.de Wed Feb 3 10:28:13 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 11:28:13 +0100 Message-ID: In-Reply-To: <199902030544.GAA15380@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5993143964009818619==" --===============5993143964009818619== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 3 Feb 1999, Kaare Rasmussen wrote: > ZDNet has compared Linux and NT as fileserver and webserver on > identical machines. >=20 > http:= //www.zdnet.com/sr/stories/issue/0,4537,387506,00.html> Thanks for pointing to this article. > "Linux with Apache beats NT 4.0 with IIS, hands down. SuSE, the least > effective Linux, is 16 percent faster than IIS, and Caldera, the leader, > is 50 percent faster. " >=20 > Hm, "SusE, the least effective Linux"??? This is a nice number playing game. It is still strange to see such different results. But without a detailed configuration report, this could be everything. "...over the Linuxes. Once the load moves to 12 clients, all the Linux platforms take commanding leads over NT. At 32 clients, SuSE, the weakest Linux, has more than double NT's throughput, and Red Hat, the leader, ^^^^^^ extends its lead to almost 250 percent of NT's performance." ^^^ Hmm, why does he compare 'double' (2) with '250'? Psychological effect? This article is a nice piece of ZD marketing. IMHO they are slightly biased... Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5993143964009818619==-- From rachel@epinet.co.uk Wed Feb 3 12:27:14 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 12:27:14 +0000 Message-ID: <36B840A2.BE982668@epinet.co.uk> In-Reply-To: <36B7612E.DCFAB048@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4481052124088790234==" --===============4481052124088790234== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Rachel Greenham wrote: > > > > Has anyone else managed to install this on SuSE 6.0? > > > > I have, as far as I can tell, now fully upgraded my machine to 6.0, > > which I'm given to understand is glibc2-based. I've downloaded > > StarOffice 5.0 and its installer is saying I don't have the right > > libraries - namely glibc2. I don't want to run the library installer > > that StarOffice supply as last time I did that I killed my machine stone > > dead - had to go for a complete reinstall. > > > > I thought SuSE were now including StarOffice 5 - with presumably a > > suitable rpm or something - but I can find no sign of it on their site. > > >=20 > I just received an email from a person who is using the German > version of Suse 6.0. He said that it is glibc based, not glibc2. > There is a difference. Apparently, Suse hasn't gotten around > to making a rpm to upgrade to glibc2. Ah > If anyone has info on the glibc vs. glibc2 situation and > Suse 6.0, please share it. > 6.0 should be arriving shortly and I want to be prepared > to upgrade right away. It should be easy on 6.0 as opposed to > 5.3. Well, see my previous - I *think* I've done the upgrade. I *think* I may now be on glibc2 - at least as regards the core library (libc-2.0.7.so linked to from libc.so.6) and the loader (ld-linux.so.etc) but not the other libraries, that form the glibc2 installation from StarOffice - one or more of those causes a number of bad failures in the rest of the SuSE system. Many services fail to start. --=20 Rachel Still to get round to making a .sig file - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4481052124088790234==-- From rachel@epinet.co.uk Wed Feb 3 12:39:46 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 12:39:46 +0000 Message-ID: <36B84392.931D4EF6@epinet.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4962354687732501364==" --===============4962354687732501364== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Tue, 2 Feb 1999, zentara wrote: >=20 > > I just received an email from a person who is using the German version > > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > > difference. Apparently, Suse hasn't gotten around to making a rpm to > > upgrade to glibc2. > > > > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > > please share it. 6.0 should be arriving shortly and I want to be > > prepared to upgrade right away. It should be easy on 6.0 as opposed to > > 5.3. >=20 > Hold it. "glibc" and "glibc2" are two terms for the same thing, which is > the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is > based on and which is necessary for running StarOffice. Umm. Doesn't work then. I had to do major mucking about to get StarOffice to work. See my previous postings. To sum up (again, but for your benefit as I'm sure SuSE would like to get this sorted out): StarOffice installer complained at glibc2 not being installed. I tried installing those libraries it listed as being wrong or missing into /lib (where there were existing versions) - their own installation instructions for this don't work - the automated one relies on a command "gldrinst" which doesn't appear to exist on SuSE, and their instructions for doing it manually crash the system (there's a point at which there is no libc at all and then you can't issue any useful commands whatsoever, you just have to wait for the disks to sync (hopefully) and reboot onto a rescue disk). I finally got it working by installing their versions of ld-linux.so.2 (a link to their ld-linux-2.0.7.so) and libc.so.6 (a link to their libc-2.0.7.so). I initially tried installing/updating the other libraries listed, but they caused major failures with various other stuff running under SuSE including NFS and PostGres - I can't remember the rest, but the incompatibility is with at least two of those libraries. I didn't test exhaustively which broke what (although reverting libutil.so.1 allowed KDM to work again) but rather just reverted the lot to get my working system back. :-) I'm quite prepared to believe that my problems are all down to my having initially installed 6.0 beta and then attempted via YAST to upgrade it to 6.0 when that came out. To which end I'm currently mirroring the 6.0 distribution here in order to blast the installation and start with a fresh 6.0. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4962354687732501364==-- From rachel@epinet.co.uk Wed Feb 3 12:42:12 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 12:42:12 +0000 Message-ID: <36B84424.2AA9C388@epinet.co.uk> In-Reply-To: <19990203100614.A20985@allen.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2391437028004963587==" --===============2391437028004963587== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thorsten Kukuk wrote: >=20 > Hi, >=20 > On Tue, Feb 02, 1999 at 08:17:27PM -0500, zentara wrote: > > > > Lenz Grimmer wrote: > > > > > > Hi, > > > > > > On Tue, 2 Feb 1999, zentara wrote: > > > > > > > I just received an email from a person who is using the German version > > > > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > > > > difference. Apparently, Suse hasn't gotten around to making a rpm to > > > > upgrade to glibc2. > > > > > > > > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > > > > please share it. 6.0 should be arriving shortly and I want to be > > > > prepared to upgrade right away. It should be easy on 6.0 as opposed to > > > > 5.3. > > > > > Hold it. "glibc" and "glibc2" are two terms for the same thing, which is > > > the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is > > > based on and which is necessary for running StarOffice. > > > > Hi Lenz, > > Is the glibc that comes with version 6.0 going to be > > version 2.06? I hope so. >=20 > No, it is the latest snapshot from the CVS archive for 2.0.x. >=20 > > There seems to be alot of confusion. There seems to be > > a glibc1, and a glibc2, and the current version of glibc2 is 2.06. >=20 > glibc1 is glibc 1.0.x, and libc5 based on it. glibc2 is the new > glibc, aka libc.so.6 under Linux. The latest public release of > glibc 2 is 2.0.6. There are some 2.0.7preX, but the real bug > fixes are only in the CVS archive. Since glibc 2.1 should be > released this days, the glibc-maintainer will not make a > public 2.0.7. That's interesting. Star Office requires *and supplies* 2.0.7. Hmm. --=20 Rachel Now even more confused - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2391437028004963587==-- From Surjit.Bains@hsam.co.uk Wed Feb 3 13:35:20 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 13:35:20 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B42@EXCHANGE1> In-Reply-To: <[SuSE Linux] Star Office 5.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4881074412898899480==" --===============4881074412898899480== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSBy ZWNlbnRseSBNb25kYXkgdGhpcyB3ZWVrIGdvdCB0aGUgUENQTFVTIGNvdmVyZGlzayBjb250YWlu cyBXb3JkcGVyZiA4CnNvbWUgb2xkIFdpbmRvdyBtYW5hZ2VycyAuCm5vIHNpZ24gb2YgYW55IG5l dyBMaW51eCBEaXN0cmlicy4uLgoKU3Vyaml0LgoKLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0K RnJvbTogUmFjaGVsIEdyZWVuaGFtIFs8QSBIUkVGPSJtYWlsdG86cmFjaGVsKGEpZXBpbmV0LmNv LnVrIj5tYWlsdG86cmFjaGVsKGEpZXBpbmV0LmNvLnVrPC9BPl0KU2VudDogMDIgRmVicnVhcnkg MTk5OSAyMTowNQpUbzogc3VzZS1saW51eC1lKGEpc3VzZS5kZQpTdWJqZWN0OiBSZTogW1N1U0Ug TGludXhdIFN0YXIgT2ZmaWNlIDUuMAoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09CldBUk5JTkc6IEV4dGVybmFsIEVtYWlsOiBUaGlzIG1lc3NhZ2Ugd2FzIHJlY2Vp dmVkIGZyb20gYSBzb3VyY2UKZXh0ZXJuYWwgdG8gSFNBTSBhbmQgdGhlcmVmb3JlIHRoZSBzZW5k ZXIncyBpZGVudGl0eSBjYW5ub3QgYmUgdmVyaWZpZWQuCj09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PQoKUmFscGggQ2xhcmsgd3JvdGU6Cj4gCj4gUmFjaGVsIEdyZWVu aGFtIHdyb3RlOgo+IAo+ID4gUmFscGggQ2xhcmsgd3JvdGU6Cj4gPiA+Cj4gPiA+IFJhY2hlbCBH cmVlbmhhbSB3cm90ZToKPiA+ID4KPiA+ID4gPiBIYXMgYW55b25lIGVsc2UgbWFuYWdlZCB0byBp bnN0YWxsIHRoaXMgb24gU3VTRSA2LjA/Cj4gPiA+ID4KPiA+ID4gPiBJIGhhdmUsIGFzIGZhciBh cyBJIGNhbiB0ZWxsLCBub3cgZnVsbHkgdXBncmFkZWQgbXkgbWFjaGluZSB0bwo2LjAsCj4gPiA+ ID4gd2hpY2ggSSdtIGdpdmVuIHRvIHVuZGVyc3RhbmQgaXMgZ2xpYmMyLWJhc2VkLiBJJ3ZlIGRv d25sb2FkZWQKPiA+ID4gPiBTdGFyT2ZmaWNlIDUuMCBhbmQgaXRzIGluc3RhbGxlciBpcyBzYXlp bmcgSSBkb24ndCBoYXZlIHRoZQpyaWdodAo+ID4gPiA+IGxpYnJhcmllcyAtIG5hbWVseSBnbGli YzIuIEkgZG9uJ3Qgd2FudCB0byBydW4gdGhlIGxpYnJhcnkKaW5zdGFsbGVyCj4gPiA+ID4gdGhh dCBTdGFyT2ZmaWNlIHN1cHBseSBhcyBsYXN0IHRpbWUgSSBkaWQgdGhhdCBJIGtpbGxlZCBteQpt YWNoaW5lIHN0b25lCj4gPiA+ID4gZGVhZCAtIGhhZCB0byBnbyBmb3IgYSBjb21wbGV0ZSByZWlu c3RhbGwuCj4gPiA+ID4KPiA+ID4gPiBJIHRob3VnaHQgU3VTRSB3ZXJlIG5vdyBpbmNsdWRpbmcg U3Rhck9mZmljZSA1IC0gd2l0aCBwcmVzdW1hYmx5CmEKPiA+ID4gPiBzdWl0YWJsZSBycG0gb3Ig c29tZXRoaW5nIC0gYnV0IEkgY2FuIGZpbmQgbm8gc2lnbiBvZiBpdCBvbgp0aGVpciBzaXRlLgo+ ID4gPgo+ID4gPiBZb3UndmUgZ290IHRvIGJ1eSB0aGUgQ0QtUk9NIGRpc3RyaWJ1dGlvbiBmb3Ig dGhhdC4gU29tZSB0aGluZ3MKanVzdCBhcmVuJ3QKPiA+ID4gZnJlZS4KPiA+Cj4gPiBIb3dldmVy LCBTdVNFIGFzIGl0IHN0YW5kcyBzZWVtcyB0byBtYWtlIGl0IGltcG9zc2libGUgdG8gaW5zdGFs bCBhCj4gPiBTdGFyT2ZmaWNlIG9idGFpbmVkIGZyb20gYW55IG90aGVyIHNvdXJjZSAtIGllOiBT dGFyRGl2aXNpb24KZGlyZWN0bHkuCj4gPiBUaGlzIHdhcyBtb3JlIG15IHBvaW50Lgo+ID4KPiA+ IC0tCj4gPiBSYWNoZWwKPiAKPiBTb3JyeSwgSSBtaXN1bmRlcnN0b29kIHlvdS4KPiAKPiBTdGFy IERpdmlzaW9uJ3Mgb3duIFJQTXMgYXJlIHByb2JhYmx5IGZvciBSZWRIYXQgTGludXggYW5kIHRo YXQncyB3aHkKU3VTRSBoYXZlCj4gaGFkIHRvIHJvbGwgdGhlaXIgb3duIHZlcnNpb24sIHRvIHN1 aXQgdGhlIFN1U0UgZmlsZSBzeXN0ZW0gYW5kCmxpYnJhcmllcy4KClJQTXM/IGhlaGUKCkl0J3Mg YSB0YXIgZmlsZSBhbmQgY29tcGxpY2F0ZWQgaW5zdGFsbGF0aW9uIGluc3RydWN0aW9ucy4KCkZv ciB3aGF0IGl0J3Mgd29ydGgsIEkndmUgYWN0dWFsbHkgZG9uZSBpdC4gQWZ0ZXIgYSBsb2FkIG9m IGZhbHNlCnN0YXJ0cywgaXQgdHVybnMgb3V0IHdoYXQgSSBuZWVkZWQgdG8gZG8gd2FzIHRvIGNv cHkgaW4gYSBjb3VwbGUgb2YKc3R1ZmYgaW50byAvbGliIHdoaWxlIHJ1bm5pbmcgb2ZmIGEgcmVz Y3VlIGRpc2ssIG5hbWVseSBsZC0yLjAuNy5zbyBhbmQKYSBsaW5rIHRvIGl0IGxkLWxpbnV4LnNv LjIgKG5ldmVyIG1pbmQgdGhhdCBTdVNFIGFscmVhZHkgaGFzIGlkZW50aWNhbGx5Cm5hbWVkIGZp bGVzIHRoZXJlLCBTdGFyT2ZmaWNlIHdhbnRzIGl0cyB2ZXJzaW9ucyBpbiB0aGVyZSBhbmQgbm90 aGluZwplbHNlIHNlZW1zIHRvIG1pbmQpIGFuZCBsaWJjLTIuMC43LnNvIHdpdGggbGliYy5zby42 IHBvaW50aW5nIHRvIGl0LAp0aGVuIHJ1biB0aGUgcmVzdCBvZiB0aGUgZ2xpYmMgaW5zdGFsbGF0 aW9uIGludG8gU3Rhck9mZmljZSdzIG93bgpkaXJlY3RvcnkgKGRlZmF1bHQgL29wdC9PZmZpY2U1 MC9saWIvKSBydW4gdGhlIGluc3RhbGxlciBoYXZpbmcgc2V0CkxEX0xJQlJBUllfUEFUSCB0byBp bmNsdWRlIHRoZSBhYm92ZSwgdGhlbiBydW4gU3Rhck9mZmljZSAqd2l0aG91dCoKaGF2aW5nIHNl dCBMRF9MSUJSQVJZX1BBVEguCgpVbmJlbGlldmFibHkgZGlmZmljdWx0LiBPbmUgb2YgdGhvc2Ug dGhpbmdzIHRoYXQgcmVtaW5kcyBtZSBqdXN0IGhvdwp1bi1yZWFkeSBMaW51eCBpcyBmb3IgdGhl IGRlc2t0b3AuCgpJJ20gbm93IGhhdmluZyBwcm9ibGVtcyBhcyBzaW5jZSB1cGdyYWRpbmcgZnJv bSBTdVNFIDYuMCBiZXRhIHRvIDYuMApwcm9wZXIsIEkndmUKbG9zdCBhbGwgcHJpbnRpbmcgY2Fw YWJpbGl0eS4gSSdtIHN1cmUgSSBkb24ndCByZW1lbWJlciBkZWluc3RhbGxpbmcKcHJpbnRlciBz dXBwb3J0CmJ1dCAvdXNyL2Jpbi9scHIgYW5kIC9ldGMvcHJpbnRjYXAgaGF2ZSBnb25lLgoKSSB0 aGluayBJJ2xsIGdldCB0aGUgU3VTRSA2LjAgQ0QuIEkgd2FudCB0byBibGFzdCB0aGlzIGluc3Rh bGxhdGlvbi4gSQp0aGluayBJJ3ZlIGdvdCBhIGxvdCBvZiBvZGRpdGllcyBiZWNhdXNlIG9mIHVw Z3JhZGluZyBmcm9tIDYuMCBiZXRhCnJhdGhlciB0aGFuIGluc3RhbGxpbmcgNi4wIGZyb20gc2Ny YXRjaC4gSXQgY29tZXMgb3V0IG9uIGEgUEMgUGx1cwpjb3ZlcmRpc2sgcXVpdGUgc29vbiBhbnl3 YXksIEkgaGVhci4KCgotLSAKUmFjaGVsCi0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFz ZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0 cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBh dCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVG PSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJF Rj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0 bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgt ZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFz ZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0 cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBh dCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVG PSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJF Rj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0 bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgt ZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cgo= --===============4881074412898899480==-- From zulfiqar@shaw.wave.ca Wed Feb 3 15:02:59 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] ICONS in KDE Date: Wed, 03 Feb 1999 10:02:59 -0500 Message-ID: <36B86523.8A9CCA28@shaw.wave.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0694253664713252753==" --===============0694253664713252753== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is it possible for me to change the icon of a "link" in KDE? I dragged an icon to the desktop and created it link, but it is a gear[cog] and I don't like that. However I can't seem to change it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0694253664713252753==-- From chjo@tripnet.se Wed Feb 3 15:50:03 1999 From: chjo@tripnet.se To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 15:50:03 +0000 Message-ID: <36B8702B.979303D8@tripnet.se> In-Reply-To: <199902030544.GAA15380@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0948026483868345846==" --===============0948026483868345846== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare Rasmussen wrote: >=20 > ZDNet has compared Linux and NT as fileserver and webserver on > identical machines. >=20 > http:= //www.zdnet.com/sr/stories/issue/0,4537,387506,00.html> >=20 > I quote: >=20 > "You might think that Linux would operate at a disadvantage here, but > Linux kicks NT's butt. Only at the lightest loads does NT hold any > advantage over the Linuxes. Once the load moves to 12 clients, all the > Linux platforms take commanding leads over NT." I knew it all the time! >=20 > "Linux with Apache beats NT 4.0 with IIS, hands down. SuSE, the least > effective Linux, is 16 percent faster than IIS, and Caldera, the leader, > is 50 percent faster. " >=20 > Hm, "SusE, the least effective Linux"??? Nah, must be a typo... ;=3D) --=20 / Tina E-MAIL mailto:chjo(a)tripnet.se URL http://www8.tripnet.se/~chjo/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0948026483868345846==-- From zentara@mindspring.com Wed Feb 3 16:01:17 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 11:01:17 -0500 Message-ID: <36B872CD.FE8320DD@mindspring.com> In-Reply-To: <19990203100614.A20985@allen.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5525805147946897950==" --===============5525805147946897950== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thorsten Kukuk wrote: >=20 > glibc1 is glibc 1.0.x, and libc5 based on it. glibc2 is the new > glibc, aka libc.so.6 under Linux. The latest public release of > glibc 2 is 2.0.6. There are some 2.0.7preX, but the real bug > fixes are only in the CVS archive. Since glibc 2.1 should be > released this days, the glibc-maintainer will not make a > public 2.0.7. >=20 Lets say, Suse comes with glibc2.07, or whatever the latest snapshot is. When glibc2.1 comes out, will it be a simple matter of "copying over" the older glibc files? Is everything going to start being backward-compatible? Or will the shared libs from 2.06 need to be kept for software written with 2.06 in mind.=20 In other words, are we going to have only 1 libc.so.6, or will there be libc.so.6, and libc.so.6.1, etc, etc. Also, why won't some elf executables that I made under Redhat 5.2, execute on SuSe5.3, even though I have installed the Shared Lib6 rpm on SuSE? Why aren't they totally compatible? If it's too complicated, just forget answering this. I'm fully resigned to waiting for 6.0 to come, and see how things go. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5525805147946897950==-- From johnvv@hotmail.com Wed Feb 3 16:32:01 1999 From: johnvv@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] 1.44MB X windowing systems- Trinux, way cool. Date: Wed, 03 Feb 1999 08:32:01 -0800 Message-ID: <19990203163204.18155.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7343827484219687298==" --===============7343827484219687298== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I have the trinux system installed with is a network monitoring=20 and whatever else tool (you know what I mean) and the=20 install is so far very nice. =20 It is a based on Debian, and the author seems partial to that release. =20 As far as X is concerned, I got unsubscribed from the mulinux list,=20 which is in Italy, by someone posing as me, why I dont know. TinyX is based on an old slackware release, so I am not too sure if I=20 can get it to run. =20 Trinux uses Ramdisks which grow dynamically, which is way cool also. Quick rush out and get thay 64 mb special w/ the win95 keyboard thrown=20 in. =20 I'm still working on the X windows stuff, which looks like I may have to=20 DIY, uh-oh. =20 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7343827484219687298==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Wed Feb 3 16:51:23 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: ICONS in KDE Date: Wed, 03 Feb 1999 17:51:23 +0100 Message-ID: <19990203175123.A1710@one.hrz.tu-chemnitz.de> In-Reply-To: <36B86523.8A9CCA28@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9006536815506883450==" --===============9006536815506883450== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, Feb 03, 1999 at 10:02 -0500, Zulfiqar Naushad wrote: > Is it possible for me to change the icon of a "link" in KDE? Right-Click on it and choose Properties. Then you should find a button with the icon on it; click it and select a new one. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9006536815506883450==-- From rachel@epinet.co.uk Wed Feb 3 17:45:16 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Star Office 5.0 Date: Wed, 03 Feb 1999 17:45:16 +0000 Message-ID: <36B88B2C.EEC6FE7B@epinet.co.uk> In-Reply-To: <36B84392.931D4EF6@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6351791008446130053==" --===============6351791008446130053== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Rachel Greenham wrote: >=20 > Lenz Grimmer wrote: > > > > Hi, > > > > On Tue, 2 Feb 1999, zentara wrote: > > > > > I just received an email from a person who is using the German version > > > of Suse 6.0. He said that it is glibc based, not glibc2. There is a > > > difference. Apparently, Suse hasn't gotten around to making a rpm to > > > upgrade to glibc2. > > > > > > If anyone has info on the glibc vs. glibc2 situation and Suse 6.0, > > > please share it. 6.0 should be arriving shortly and I want to be > > > prepared to upgrade right away. It should be easy on 6.0 as opposed to > > > 5.3. > > > > Hold it. "glibc" and "glibc2" are two terms for the same thing, which is > > the new GNU C library (Version 2.x.x). This is what SuSE Linux 6.0 is > > based on and which is necessary for running StarOffice. >=20 > Umm. Doesn't work then. I had to do major mucking about to get > StarOffice to work. Actually, StarOffice has stopped working again, without any further changes to my setup. Crashes when you try to create a new document. Basically unstable IMHO. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6351791008446130053==-- From raffo@neuronet.pitt.edu Wed Feb 3 17:47:46 1999 From: raffo@neuronet.pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] Specified icons won't stick Date: Wed, 03 Feb 1999 12:47:46 -0500 Message-ID: <36B88BC2.2B2ED6F@neuronet.pitt.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2608071034381607068==" --===============2608071034381607068== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Have anybody noticed that after running YAST the icons specified in the properties of KDE links are removed? Is there any fix to this? --=20 Rafael Herrera Laboratory for Computational Neuroscience University of Pittsburgh http://www.neuronet.pitt.edu/~raffo> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2608071034381607068==-- From johnvv@hotmail.com Wed Feb 3 19:09:15 1999 From: johnvv@hotmail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 11:09:15 -0800 Message-ID: <19990203190916.14850.qmail@hotmail.com> In-Reply-To: <[SuSE Linux] Linux vs NT> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0307237674711447125==" --===============0307237674711447125== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >>SuSE, the least effective Linux, is 16 percent faster than IIS, >> and Caldera, the leader is 50 percent faster.=20 SuSE vs Caldera ??, no thank you, bad for the bottom line ;) BTW, there are even faster httpd's out there. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0307237674711447125==-- From mpedro@esoterica.pt Wed Feb 3 19:12:48 1999 From: mpedro@esoterica.pt To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 Date: Wed, 03 Feb 1999 19:12:48 +0000 Message-ID: <36B89FB0.E42A453D@esoterica.pt> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6346184902870862365==" --===============6346184902870862365== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do I burn with the ftp version os SuSE 6.0 in CD? Which dirs go in which CD? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6346184902870862365==-- From johnvv@hotmail.com Wed Feb 3 19:31:48 1999 From: johnvv@hotmail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux]1.44mb X flop boot, latest Date: Wed, 03 Feb 1999 11:31:48 -0800 Message-ID: <19990203193149.16871.qmail@hotmail.com> In-Reply-To: <[SuSE Linux]1.44mb X flop boot, latest> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1913105002329683325==" --===============1913105002329683325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Latest: I'm back on the mulinux list !!! =20 (I wont tell you what I told them, lets just say I learned from Tom=20 Christensen, of perl f(l)ame ) So I combined the trinux with the mulinux X and I got: " xinit: cannot load library 'libXt.so.6' " But none the less I got everything loaded, on only 2.2 floppies, well=20 within the 4mb limit for the "disk on chip" which is on the cyrix media=20 gx mother board from bcom in China. I could go back to the debian distribution and unload the X stuff, but=20 since SuSE and Cyrix are joined via the X server, the plan will be to=20 build from SuSE. But first I am going to side step to Caldera DOS to test the disk on=20 chip driver, there is a beta linux binary but I'll go with the non-beta=20 DOS version first. BTW, that ramdisk moves like the wind. I tested it up to 7mb. John van V. Chief Bottle Washer, CXN Inc. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1913105002329683325==-- From zentara@mindspring.com Wed Feb 3 21:18:46 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 16:18:46 -0500 Message-ID: <36B8BD36.852F8DAE@mindspring.com> In-Reply-To: <19990203190916.14850.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4506307807659215274==" --===============4506307807659215274== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable John vanVlaanderen wrote: >=20 > >>SuSE, the least effective Linux, is 16 percent faster than IIS, > >> and Caldera, the leader is 50 percent faster. >=20 > SuSE vs Caldera ??, no thank you, bad for the bottom line ;) >=20 > BTW, there are even faster httpd's out there. >=20 Do you think Caldera gets more speed becuase it gives a higher nice priority to the httpd daemon, and keeps the=20 MinSpareServers to a high number? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4506307807659215274==-- From skoper@mediaone.net Wed Feb 3 21:23:31 1999 From: skoper@mediaone.net To: users@lists.opensuse.org Subject: [SuSE Linux] Question re Logging of Messages Date: Wed, 03 Feb 1999 16:23:31 -0500 Message-ID: <99020316330902.00711@alembic> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3236630505972285167==" --===============3236630505972285167== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! I finally got my home network up and running, although there's plenty of fine tuning left to do. I have SuSE 5.3 (2.0.35 kernel) running on a machine with an AMD 5x86 133 processor (a VIP motherboard). =20 I've got a Mediaone cable modem, with IP forwarding through a firewal= l. I understand that slower processors can be used as a server with little, if any, penalty on responsiveness. As I understand it, the CPU isn't much involved, and all the data is passing through the same size "pipes". =20 My problem is this. In accordance with trusted guidance, I have various forms of logging on, and although performance may not be impacted on account of the processor and ethernet cards, with everything being logged to disk, Internet access does seem to be slower.=20 Is there some way to reduce/avoid the constant disk writes without compromising security? =20 Thanks. Stan Koper - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3236630505972285167==-- From hekate@intergate.bc.ca Wed Feb 3 22:20:05 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 14:20:05 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2949384297633674893==" --===============2949384297633674893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 3 Feb 1999, Lenz Grimmer wrote: >=20 > Hmm, why does he compare 'double' (2) with '250'? Psychological effect? > This article is a nice piece of ZD marketing. IMHO they are slightly > biased... >=20 > Bye, > LenZ I'll say. There's a lot in what people _don't_ say and what/who they leave out or how they 'spin' the news. Seeing a lot of this lately.=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2949384297633674893==-- From bshelton@ole.net Wed Feb 3 23:01:38 1999 From: bshelton@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 18:01:38 -0500 Message-ID: <19990203180138.A30632@ole.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7306812994376321491==" --===============7306812994376321491== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, Feb 03, 1999 at 02:20:05PM -0800, Michael Johnson wrote: >=20 > On Wed, 3 Feb 1999, Lenz Grimmer wrote: > >=20 > > Hmm, why does he compare 'double' (2) with '250'? Psychological effect? > > This article is a nice piece of ZD marketing. IMHO they are slightly > > biased... > >=20 > > Bye, > > LenZ > I'll say. There's a lot in what people _don't_ say and what/who they leave > out or how they 'spin' the news. Seeing a lot of this lately.=20 Lately? How 'bout the last 10-15 years. It's just that lately it's soooo baaaad you can't HELP but notice it. *8> --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7306812994376321491==-- From risch@tir.com Wed Feb 3 23:04:59 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 18:04:59 -0500 Message-ID: <36B8D61B.EB9253E4@tir.com> In-Reply-To: <199902030544.GAA15380@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5095376468999877634==" --===============5095376468999877634== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm not sure what is meant by "least effective," but one thing I am sure of is if its installation is smooth and it runs reliably, has a wide variety of apps it works for me. As I don't experiment, at least not yet, it is difficult to make real comparisons. Bob Kaare Rasmussen wrote: >=20 > ZDNet has compared Linux and NT as fileserver and webserver on > identical machines. >=20 > http:= //www.zdnet.com/sr/stories/issue/0,4537,387506,00.html> >=20 > I quote: >=20 > "You might think that Linux would operate at a disadvantage here, but > Linux kicks NT's butt. Only at the lightest loads does NT hold any > advantage over the Linuxes. Once the load moves to 12 clients, all the > Linux platforms take commanding leads over NT." >=20 > "Linux with Apache beats NT 4.0 with IIS, hands down. SuSE, the least > effective Linux, is 16 percent faster than IIS, and Caldera, the leader, > is 50 percent faster. " >=20 > Hm, "SusE, the least effective Linux"??? >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5095376468999877634==-- From risch@tir.com Wed Feb 3 23:17:15 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 18:17:15 -0500 Message-ID: <36B8D8FB.5877F18E@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1429930688167951071==" --===============1429930688167951071== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable There was a major sporting event carried out last week between the USA and the Soviet Union. As it was very, very tough the scores were designed to be very low. The final score was the USA: 1; Soviet Union: 0. Picking up a Soviet paper one read a very brief account of the sporting event only to find the final score at the end of the article. It went something like this: "The USA scored only one point, while the Soviet Union finished in second place." Get my point......? Bob BTW, this is from an old joke so please read it as I apply it! :-) Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 3 Feb 1999, Kaare Rasmussen wrote: >=20 > > ZDNet has compared Linux and NT as fileserver and webserver on > > identical machines. > > > > <= A HREF=3D"http://www.zdnet.com/sr/stories/issue/0,4537,387506,00.htmlhtt= p://www.zdnet.com/sr/stories/issue/0,4537,387506,00.html> >=20 > Thanks for pointing to this article. >=20 > > "Linux with Apache beats NT 4.0 with IIS, hands down. SuSE, the least > > effective Linux, is 16 percent faster than IIS, and Caldera, the leader, > > is 50 percent faster. " > > > > Hm, "SusE, the least effective Linux"??? >=20 > This is a nice number playing game. It is still strange to see such > different results. But without a detailed configuration report, this could > be everything. >=20 > "...over the Linuxes. Once the load moves to 12 clients, all the Linux > platforms take commanding leads over NT. At 32 clients, SuSE, the weakest > Linux, has more than double NT's throughput, and Red Hat, the leader, > ^^^^^^ > extends its lead to almost 250 percent of NT's performance." > ^^^ >=20 > Hmm, why does he compare 'double' (2) with '250'? Psychological effect? > This article is a nice piece of ZD marketing. IMHO they are slightly > biased... >=20 > Bye, > LenZ >=20 > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1429930688167951071==-- From jack@malone.tyler.com Wed Feb 3 23:19:56 1999 From: jack@malone.tyler.com To: users@lists.opensuse.org Subject: [SuSE Linux] wordperfect Date: Wed, 03 Feb 1999 17:19:56 -0600 Message-ID: <3.0.5.32.19990203171956.007cb350@ballistic.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5405143611918855111==" --===============5405143611918855111== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I seemed to have deleted the link to the word perfect site. does anyone have it an also is it just a demo version or is it free. thanks=20 jack=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5405143611918855111==-- From msspal@gbso.net Thu Feb 4 00:21:03 1999 From: msspal@gbso.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: ICONS in KDE Date: Wed, 03 Feb 1999 19:21:03 -0500 Message-ID: <36B8E7EE.698D630B@gbso.net> In-Reply-To: <19990203175123.A1710@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8134937540739447984==" --===============8134937540739447984== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stefan Troeger wrote: > Hi, > > On Wed, Feb 03, 1999 at 10:02 -0500, Zulfiqar Naushad wrote: > > > Is it possible for me to change the icon of a "link" in KDE? > > Right-Click on it and choose Properties. Then you should find a > button with the icon on it; click it and select a new one. > > 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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> okay, upon further research ( i RTFM ) what Stephan describes only works if you had used the templates to copy an application to the desktop, what i had originally done was just drag the executable file from kfm to the desktop, which gave me the default "cog" icon....... i think i have set up the netscape icon correctly but i'm wondering where in the wordperfect program they hid the icon? don - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8134937540739447984==-- From lyates@cris.com Thu Feb 4 00:21:29 1999 From: lyates@cris.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux]1.44mb X flop boot, latest Date: Wed, 03 Feb 1999 18:21:29 -0600 Message-ID: <001b01be4fd4$506e0080$f145fea9@laysi> In-Reply-To: <[SuSE Linux]1.44mb X flop boot, latest> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7074980331346321358==" --===============7074980331346321358== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I may have missed something...but I don't understand what you're referring to. Whatever it is, it sounds great! Would you outline what you're describing or point me to additional info? Thanks! -----Original Message----- From: John vanVlaanderen To: suse-linux-e(a)suse.com Date: Wednesday, February 03, 1999 2:34 PM Subject: Re: [SuSE Linux]1.44mb X flop boot, latest > > > > >Latest: > >I'm back on the mulinux list !!! =20 > >(I wont tell you what I told them, lets just say I learned from Tom=20 >Christensen, of perl f(l)ame ) > >So I combined the trinux with the mulinux X and I got: >" xinit: cannot load library 'libXt.so.6' " > >But none the less I got everything loaded, on only 2.2 floppies, well=20 >within the 4mb limit for the "disk on chip" which is on the cyrix media=20 >gx mother board from bcom in China. > >I could go back to the debian distribution and unload the X stuff, but=20 >since SuSE and Cyrix are joined via the X server, the plan will be to=20 >build from SuSE. > >But first I am going to side step to Caldera DOS to test the disk on=20 >chip driver, there is a beta linux binary but I'll go with the non-beta=20 >DOS version first. > >BTW, that ramdisk moves like the wind. I tested it up to 7mb. > >John van V. >Chief Bottle Washer, CXN Inc. > > > > > > >______________________________________________________ >Get Your Private, Free Email at http://www.hotmail.com> >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7074980331346321358==-- From gregt@nadel.com Thu Feb 4 01:08:25 1999 From: gregt@nadel.com To: users@lists.opensuse.org Subject: [SuSE Linux] Minicom Date: Wed, 03 Feb 1999 17:08:25 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0358075904324509946==" --===============0358075904324509946== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I just installed 5.3 last night. 1st, as an aside, I couldn't get my ATI Mach64 configured until I resorted to using xf86config. Anyway, my problem now is with the minicom that comes with 5.3, I believe it's v1.81 (it's at home, and I'm at work at the moment). No matter what I do I can't get the line to disconnect, the only way I can get the call to hang-up is to physically disconnect the line. I'm just using the default config for minicom. I had the same problem with RH 5.x but somewhere along the line it started working properly under RH. Any suggestions? =20 Thanks, Greg Thomas, Network Admin Jack Nadel, Inc. 310-815-2638 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0358075904324509946==-- From tomas@primenet.com Thu Feb 4 01:16:22 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] wordperfect Date: Wed, 03 Feb 1999 17:16:22 -0800 Message-ID: <36B8F4E6.8B4AB13B@primenet.com> In-Reply-To: <3.0.5.32.19990203171956.007cb350@ballistic.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1497774920446473287==" --===============1497774920446473287== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jack Malone wrote: >=20 > I seemed to have deleted the link to the word perfect site. does anyone > have it an also is it just a demo version or is it free. thanks >=20 > jack >=20 You can find it at the following site, and yes, its a free download depending on how/who you get your bandwidth http://linux.corel.com/linux8/index.htm> --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1497774920446473287==-- From mperry@basin.com Thu Feb 4 01:20:45 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] wordperfect Date: Wed, 03 Feb 1999 17:20:45 -0800 Message-ID: <199902040120.RAA02054@mperry.basin.com> In-Reply-To: <3.0.5.32.19990203171956.007cb350@ballistic.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4384073743093367429==" --===============4384073743093367429== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 3 Feb, Jack Malone wrote: >=20 > I seemed to have deleted the link to the word perfect site. does anyone > have it an also is it just a demo version or is it free. thanks=20 >=20 > jack=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Check out http://linux.corel.com> for the wp stuff or you can go to www.download.com and search on wp for linux or something like that to get a download page right up front. --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4384073743093367429==-- From fmiller@lightlink.com Thu Feb 4 01:36:44 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Adaptec 7890 Date: Wed, 03 Feb 1999 20:36:44 -0500 Message-ID: <36B8F9AC.CA7D295E@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7440442709815314045==" --===============7440442709815314045== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable At Cornell, we've been having any new systems built by CSI in CO....VERY solid systems, and NO problems. Cornell last year negotiated special pricing with Dell, and the "bean counter" in my dept. thought that we should get a Dell for our new server....I didn't have much choice. It's a Poweredge 2300...nice black metal case, LOTS of air flow with good fans, etc., etc. However, it has an Adaptec 7890 embedded on the MOB (NOT my choice for a controller for sure).=20 SuSE 5.3 will NOT "see" the 2 Segate Baracudas. I called SuSE in CA today to find out if that controller is supported, and I was told that I could call tech. support tomorrow after 11:00 pacific time.=20 Wonderfull.....the sales dept. can't tell me if 6.0 is going to support this controller. Redhat 5.2 does ship with the driver...already checked on that. I'd like to put 6.0 on the "beast," but I'm not going to wait for a driver that SHOULD have shipped with 5.3. Oh yes...forgot. Dell has "cut" a deal with Redhat......oh well. Fred - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7440442709815314045==-- From SOLARIS@cicei.ulpgc.es Thu Feb 4 02:02:32 1999 From: SOLARIS@cicei.ulpgc.es To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Thu, 04 Feb 1999 02:02:32 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Linux vs NT> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1520436122010125652==" --===============1520436122010125652== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ] From: Lenz Grimmer ]=20 ] Hmm, why does he compare 'double' (2) with '250'? Psychological effect? ] This article is a nice piece of ZD marketing. IMHO they are slightly ] biased... I agree. The article is a heavy PR for american products (RedHat, Caldera). It is always the same song. Cheers, APS =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1520436122010125652==-- From hekate@intergate.bc.ca Thu Feb 4 02:34:28 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux vs NT Date: Wed, 03 Feb 1999 18:34:28 -0800 Message-ID: In-Reply-To: <19990203180138.A30632@ole.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6884728990355113148==" --===============6884728990355113148== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 3 Feb 1999, Brad Shelton wrote: > On Wed, Feb 03, 1999 at 02:20:05PM -0800, Michael Johnson wrote: > > On Wed, 3 Feb 1999, Lenz Grimmer wrote: > Lately? How 'bout the last 10-15 years. It's just that lately it's soooo > baaaad you can't HELP but notice it. >=20 Yeh, I was thinking about the Linux related news, though. :-) .... it seems like Linux is being a colorful media toy, and the 'spin' on alot of the stuff is a mixture of FUD and b.s. IMHO-- questionable reporting.=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6884728990355113148==-- From adcarlso@visinet.ca Thu Feb 4 02:50:07 1999 From: adcarlso@visinet.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Quicktime Version 3 Date: Wed, 03 Feb 1999 21:50:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1055263275682355258==" --===============1055263275682355258== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Does anyone know of any Quicktime3 players for Linux? ---------------------------------- Arlen Carlson adcarlso(a)visinet.ca Steinbach's Guideline for Systems Programming: Never test for an error condition you don't know how to handle. This message was sent by XFmail (Linux) -o) /\\ _\_v The penguins are coming... the penguins are coming... ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1055263275682355258==-- From zulfiqar@shaw.wave.ca Thu Feb 4 03:47:53 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Floppy disk and FSTAB Date: Wed, 03 Feb 1999 22:47:53 -0500 Message-ID: <36B91869.C136F554@shaw.wave.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2477911834144800373==" --===============2477911834144800373== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When I try to do a mount /dev/fd0 it says that "mount: can't find /dev/fd0 in /etc/mtab or /etc/fstab" However when I tried a cat /dev/fd0 it typed out the data from my floppy disk. My /etc/fstab file reads.......... /dev/hda5 / ext2 defaults 1 1 /dev/hda6 swap swap defaults 0 0 /dev/hdc /cdrom iso9660 ro,noauto,user 0 0 none /proc proc defaults 0 0 How do I go about adding a line so that the floppy disk is accessible?! Thanks in advance!! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2477911834144800373==-- From jkirving@mosquitonet.com Thu Feb 4 04:07:22 1999 From: jkirving@mosquitonet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Minicom Date: Wed, 03 Feb 1999 19:07:22 -0900 Message-ID: <99020319124302.14156@moffit> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3557282935603002493==" --===============3557282935603002493== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >Anyway, my problem now is with the minicom that comes with 5.3, I believe >it's v1.81 (it's at home, and I'm at work at the moment). No matter what >I do I can't get the line to disconnect, the only way I can get the call >to hang-up is to physically disconnect the line. I'm just using the >default config for minicom. I had the same problem with RH 5.x but >somewhere along the line it started working properly under RH. > >Any suggestions? >=20 I don't know the particulars of minicom under your configuration, but perhaps the modem's escape-to-command-mode sequence is not what minicom is assuming. The (Hayes) "standard" is three '+' chars with a second or two delay on either side, but that can be changed. If you're connected through to a remote site through the modem typing '+++' with suitable delay before and after should kick you out to command mode. Ken -- Ken Irving -- jkirving(a)mosquitonet.com Trident Software -- = http://www.mosqui= tonet.com/~jkirving/trident> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3557282935603002493==-- From oceansand@mindspring.com Thu Feb 4 04:51:32 1999 From: oceansand@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Floppy disk and FSTAB Date: Wed, 03 Feb 1999 23:51:32 -0500 Message-ID: <3.0.5.32.19990203235132.007c4c20@pop.mindspring.com> In-Reply-To: <36B91869.C136F554@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7735746483598072432==" --===============7735746483598072432== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello

You should not put your floppy disk in the fstab unless you want to use noauto option; and reason being is that if t= here is no floppy in the driver the mount will fail.

Take a look at the manual pages "man fstab" and "man mount"for more informati= on.


To mount the floppy from the command prompt use

mount -t ext2 /dev/fd0 /floppy (for Linux form= at disks) -or-
mount -t msdos /dev/fd0 /floppy (for Dos format disks)

/floppy is a direct you must create under the root directory.

WARNING:___You must unmount the floppy and remount the floppy to change disks= .__


The unmount command is:

umount /dev/fd0

Well I hope I have include all need information
Christopher

At 10:47 PM 2/3/99 -0500, you wrote:
>
>When I try to do a mount /dev/fd0 it says that "mount: can't find /dev/fd0 >in /etc/mtab or /etc/fstab"
>
>However when I tried a cat /dev/fd0 it typed out the data from my floppy
>disk.
>
>My /etc/fstab file reads..........
>
>/dev/hda5 / ext2 defaults 1 1 >
>/dev/hda6 swap swap defaults 0 0 >
>/dev/hdc /cdrom iso9660 ro,noauto,user
>0 0
>
>none /proc proc defaults 0 0 >
>
>
>
>How do I go about adding a line so that the floppy disk is accessible?!
>
>
>Thanks in advance!!
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
>archiv at
http://www.suse.com/Mailinglists/suse-linux-e/index.html> > - To get out of this list, please send email to majordomo(a)suse.com with t= his text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http= ://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Maili= nglists/suse-linux-e/index.html=20 --===============7735746483598072432==-- From Anthony.Schlemmer@gte.net Thu Feb 4 06:25:18 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Adaptec 7890 Date: Wed, 03 Feb 1999 22:25:18 -0800 Message-ID: <36B93D4E.4664DE64@gte.net> In-Reply-To: <36B8F9AC.CA7D295E@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8578484974227473249==" --===============8578484974227473249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The latest AIC7xxx driver can be found at the following sites: ftp://ftp.redhat.com/pub/aic>.=20 ftp://ftp.dialnet.net/pub/linux/aic7xxx= >=20 "Fred A. Miller" wrote: >=20 > At Cornell, we've been having any new systems built by CSI in > CO....VERY solid systems, and NO problems. Cornell last year > negotiated special pricing with Dell, and the "bean counter" in my > dept. thought that we should get a Dell for our new server....I didn't > have much choice. It's a Poweredge 2300...nice black metal case, LOTS > of air flow with good fans, etc., etc. However, it has an Adaptec > 7890 embedded on the MOB (NOT my choice for a controller for sure). > SuSE 5.3 will NOT "see" the 2 Segate Baracudas. I called SuSE in CA > today to find out if that controller is supported, and I was told that > I could call tech. support tomorrow after 11:00 pacific time. > Wonderfull.....the sales dept. can't tell me if 6.0 is going to > support this controller. Redhat 5.2 does ship with the > driver...already checked on that. I'd like to put 6.0 on the "beast," > but I'm not going to wait for a driver that SHOULD have shipped with > 5.3. Oh yes...forgot. Dell has "cut" a deal with Redhat......oh > well. >=20 > Fred > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8578484974227473249==-- From br@mycity.at Thu Feb 4 08:21:23 1999 From: br@mycity.at To: users@lists.opensuse.org Subject: [SuSE Linux] How to use Linux as a transparent router Date: Thu, 04 Feb 1999 09:21:23 +0100 Message-ID: <01be5017$5a58ee00$c8b370c2@pc-1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5748456343683817522==" --===============5748456343683817522== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Does anyone know, how to use= Linux as=20 a transparent router or proxy? I´ve no problems with the routing-table = or=20 something like this (The right Kernel is also compiled and installed). The=20 problem is, when I use the Linux system as a gateway in a small LAN, everythi= ng=20 works (http, gopher, ftp,..) but news,SMTP and POP3. The PCs behind the gatew= ay=20 (my LAN), aren´t able to find the ISP mail server or news=20 server.
So I hope that anyone of you= rs knows=20 the problem and how to solve it. Maybe (and I believe so) this is a generally= =20 problem and I might have only to kill sendmail or somethong like that (I stop= ped=20 sendmail but it still does not work)
So I hope some of knows the answer, which sh= all be=20 posted to br(a)mycity.at
regards
--===============5748456343683817522==-- From Martijn.van.den.Burg@asml.nl Thu Feb 4 08:22:52 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Applixware 4.4.1 on SuSE 5.3 Date: Thu, 04 Feb 1999 09:22:52 +0100 Message-ID: <199902040822.JAA20010@wspub011.asml.nl> In-Reply-To: <[SuSE Linux] Applixware 4.4.1 on SuSE 5.3> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7095834775482163938==" --===============7095834775482163938== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Bob Russell wrote: >=20 > Martijn, >=20 > Did you purchase the office suite (OS 99) or Applixware. I've had the > impression that there is a difference. I need a good package and though > the demo of WP7.0 (I installed from the commercial disk for RH 5.1 > Applixware sounded pretty impressive. > I'm finding that the standard stuff doesn't exactly suit my needs. >=20 > Regards, >=20 > Bob Russell >=20 I bought the OS 99 (from the SuSE representative in my neighbourhood, imagine= that :) ). Regarding ApplixWare: I don't know if there's a difference between SuSE's ver= sion and Applix', but the SuSE version comes with the base Linux system, KDE 1.0 and the SuSE 5.3 a= nd ApplixWare 4.4.1 manuals. Greetings, =3D Martijn van den Burg =3D Tech writer, archiver, Linux user =3D Publications Department, ASML =3D e-mail: martijn.van.den.burg(a)asml.nl =3D voice: +31 (0)40 2303856 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7095834775482163938==-- From deem@wdm.com Thu Feb 4 08:33:42 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] Is this the end of January ? :) Date: Wed, 03 Feb 1999 23:33:42 -0900 Message-ID: <199902040833.XAA00600@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6619925994654656031==" --===============6619925994654656031== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "The international version of SuSE Linux 6.0 will be released=20 at the end of January 1999 ." from http://www.suse.de> W.D.McKinney (Dee) deem(a)wdm.com Faith is acting on your passions & beliefs. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6619925994654656031==-- From Michael.Bielicki@Linkdesign.com Thu Feb 4 08:38:25 1999 From: Michael.Bielicki@Linkdesign.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Adaptec 7890 Date: Thu, 04 Feb 1999 10:38:25 +0200 Message-ID: In-Reply-To: <36B93D4E.4664DE64@gte.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4574046033344316840==" --===============4574046033344316840== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The Drivers in the 2.0.X Kernels are all slightly slow with aic7xxx controlle= rs. 2.2.X ( I use 2.2.1 ) are quiet a lot faster with this controllers. I would recommend you create a 2.2.X Kernel on another Box and install it on the Dell machine :)) Regards Michael Bielicki On 04-Feb-99 Anthony Schlemmer wrote: >=20 > The latest AIC7xxx driver can be found at the following sites: >=20 > ftp://ftp.redhat.com/pub/aic>.=20 > ftp://ftp.dialnet.net/pub/linux/aic7xxx>=20 >=20 > "Fred A. Miller" wrote: >>=20 >> At Cornell, we've been having any new systems built by CSI in >> CO....VERY solid systems, and NO problems. Cornell last year >> negotiated special pricing with Dell, and the "bean counter" in my >> dept. thought that we should get a Dell for our new server....I didn't >> have much choice. It's a Poweredge 2300...nice black metal case, LOTS >> of air flow with good fans, etc., etc. However, it has an Adaptec >> 7890 embedded on the MOB (NOT my choice for a controller for sure). >> SuSE 5.3 will NOT "see" the 2 Segate Baracudas. I called SuSE in CA >> today to find out if that controller is supported, and I was told that >> I could call tech. support tomorrow after 11:00 pacific time. >> Wonderfull.....the sales dept. can't tell me if 6.0 is going to >> support this controller. Redhat 5.2 does ship with the >> driver...already checked on that. I'd like to put 6.0 on the "beast," >> but I'm not going to wait for a driver that SHOULD have shipped with >> 5.3. Oh yes...forgot. Dell has "cut" a deal with Redhat......oh >> well. >>=20 >> Fred >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > Tony >=20 > --=20 > Anthony.Schlemmer(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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Michael.Bielicki(a)Linkdesign.com Date: 04-Feb-99 Time: 10:37:03 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4574046033344316840==-- From A.Crowe@OPENMAIL1.TSEA-E.sukepabe.simis.com Thu Feb 4 09:09:13 1999 From: A.Crowe@OPENMAIL1.TSEA-E.sukepabe.simis.com To: users@lists.opensuse.org Subject: [SuSE Linux] Floppy disk and FSTAB Date: Thu, 04 Feb 1999 09:09:13 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5774117597970502435==" --===============5774117597970502435== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Add a line something like /dev/fd0 /floppy ext2 defaults 0 0 I tend to have two lines in my /etc/fstab - one for FAT FDs and one for ext2 FDs. I dunno if it's absolutely necessary, but it works for me. The line for FAT disks looks something like /dev/fd0 /mnt/floppy vfat defaults 0 0 Alan. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5774117597970502435==-- From hekate@intergate.bc.ca Thu Feb 4 09:18:47 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Is this the end of January ? :) Date: Thu, 04 Feb 1999 01:18:47 -0800 Message-ID: In-Reply-To: <199902040833.XAA00600@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3830288744057018563==" --===============3830288744057018563== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 3 Feb 1999, W.D.McKinney wrote: > "The international version of SuSE Linux 6.0 will be released=20 > at the end of January 1999 ." from http://www.suse.de> >=20 I called the subscriber line today. They say the stuff has been shipped but they're waiting for it to get through customs. They expect to start shipping to subscribers tomorrow or Friday.=20 -M - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3830288744057018563==-- From anthony_Melia@Dell.com Thu Feb 4 09:21:32 1999 From: anthony_Melia@Dell.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Adaptec 7890 Date: Thu, 04 Feb 1999 03:21:32 -0600 Message-ID: <77CA71B826C3D111A08200A0C9AB506001962A12@bryxmedc02.bray.ie.dell.com> In-Reply-To: <[SuSE Linux] Adaptec 7890> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4228726715769643319==" --===============4228726715769643319== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dell have not 'cut' any deals. As far as I can see, redhat got quite involved in making sure drivers were available that meant their customers could use a redhat bootdisk and install without a problem on Dell systems. Being a major Suse fan myself, I tried creating a Suse bootdisk that would allow easy installations on the 2300. When I sent a mail to Suse asking for a little help with a problem I came across, I was told not to email them. As Dell have no official 'agreement' with Suse, and I am doing this out of my own interest, I had to abandon it. Suse are digging their own grave by not being more 'helpful' to PC manufacturers. As Dell are one of the biggest Server manufacturers in the world, I would have thought Suse would be eager to adapt their bootdisk to support the 7890 & 7860/70. A few hours work by Suse in adapting would make installations easier for hundreds of thousands of people who have these 2300's. The above opinions/views are my own, and are not necessarily the views of my employers. Regards, Tony Melia MCP Server Support Group * +353 1 2044208 * Tony_Melia(a)Dell.com=20 <<...>>=20 -----Original Message----- From: Fred A. Miller [SMTP:fmiller(a)lightlink.com] Sent: Thursday, February 04, 1999 1:37 AM To: suse-linux-e(a)suse.com Subject: [SuSE Linux] Adaptec 7890 At Cornell, we've been having any new systems built by CSI in CO....VERY solid systems, and NO problems. Cornell last year negotiated special pricing with Dell, and the "bean counter" in my dept. thought that we should get a Dell for our new server....I didn't have much choice. It's a Poweredge 2300...nice black metal case, LOTS of air flow with good fans, etc., etc. However, it has an Adaptec 7890 embedded on the MOB (NOT my choice for a controller for sure).=20 SuSE 5.3 will NOT "see" the 2 Segate Baracudas. I called SuSE in CA today to find out if that controller is supported, and I was told that I could call tech. support tomorrow after 11:00 pacific time.=20 Wonderfull.....the sales dept. can't tell me if 6.0 is going to support this controller. Redhat 5.2 does ship with the driver...already checked on that. I'd like to put 6.0 on the "beast," but I'm not going to wait for a driver that SHOULD have shipped with 5.3. Oh yes...forgot. Dell has "cut" a deal with Redhat......oh well. Fred - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.c= om/Support/Doku/FAQ/> and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4228726715769643319==-- From grimmer@suse.de Thu Feb 4 09:41:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Adaptec 7890 Date: Thu, 04 Feb 1999 10:41:11 +0100 Message-ID: In-Reply-To: <36B8F9AC.CA7D295E@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2401549918867404959==" --===============2401549918867404959== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 3 Feb 1999, Fred A. Miller wrote: > At Cornell, we've been having any new systems built by CSI in > CO....VERY solid systems, and NO problems. Cornell last year > negotiated special pricing with Dell, and the "bean counter" in my > dept. thought that we should get a Dell for our new server....I didn't > have much choice. It's a Poweredge 2300...nice black metal case, LOTS > of air flow with good fans, etc., etc. However, it has an Adaptec > 7890 embedded on the MOB (NOT my choice for a controller for sure).=20 > SuSE 5.3 will NOT "see" the 2 Segate Baracudas. I called SuSE in CA > today to find out if that controller is supported, and I was told that > I could call tech. support tomorrow after 11:00 pacific time.=20 > Wonderfull.....the sales dept. can't tell me if 6.0 is going to > support this controller. Yes, 6.0 does support the 7890. As does 5.3, if you use the updated boot-Disk from our ftp-Server (/pub/suse_update/suse53/disks/) Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2401549918867404959==-- From grimmer@suse.de Thu Feb 4 10:01:05 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Adaptec 7890 Date: Thu, 04 Feb 1999 11:01:05 +0100 Message-ID: In-Reply-To: <77CA71B826C3D111A08200A0C9AB506001962A12@bryxmedc02.bray.ie.dell.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0841409251115401634==" --===============0841409251115401634== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 4 Feb 1999 anthony_Melia(a)Dell.com wrote: > Dell have not 'cut' any deals. As far as I can see, redhat got quite > involved in making sure drivers were available that meant their customers > could use a redhat bootdisk and install without a problem on Dell systems. > Being a major Suse fan myself, I tried creating a Suse bootdisk that would > allow easy installations on the 2300. When I sent a mail to Suse asking for > a little help with a problem I came across, I was told not to email them. I'd like to add, that you mailed *me* about this and I just kindly asked you not to personally ask me support questions, after giving you a hint what might go wrong on _two_ occasions. Even if I follow this mailing list, this does not make me your personal supporter. I try to help out on this list if time permits, but I cannot give free support to anyone who bugs me. > As Dell have no official 'agreement' with Suse, and I am doing this out of > my own interest, I had to abandon it. Suse are digging their own grave by > not being more 'helpful' to PC manufacturers. As Dell are one of the > biggest Server manufacturers in the world, I would have thought Suse would > be eager to adapt their bootdisk to support the 7890 & 7860/70. A few hours > work by Suse in adapting would make installations easier for hundreds of > thousands of people who have these 2300's. The Adaptecs shouldn't be a problem, as we already supply boot disks with the latest driver on our ftp Server. > The above opinions/views are my own, and are not necessarily the views > of my employers. Well, I hope so. Bye, LenZ ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0841409251115401634==-- From naceur@wanadoo.fr Thu Feb 4 12:29:00 1999 From: naceur@wanadoo.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Howto_SuSE 5.2 --> SuSE 6.0 Date: Thu, 04 Feb 1999 13:29:00 +0100 Message-ID: <36B9928C.F297F5F9@wanadoo.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7375687446313570163==" --===============7375687446313570163== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Dear SuSuser,

I am highly interested in getting and installing SuSE 6.0=20
(because the on board AIC 7890) and simply because the 6 should be much bette=
r!=20
However I have SusE 5.2 and NT installed on the only HD I have.=20

Q1: What could be the safer way to Upgrade my  SuSE 5.2 to SuSE 6.0 ?

Today, I have just successeffully installed apache and the=20
Local Doc Support DataBase (I am so happy ! It is so fast ! so useful !)=20
but right now I did not find topics on how to answer how to pass=20
from 5.XX to newer versions.=20

Q2: Can I find SuSE 6 international version in France !

Thank you very much in advance for your help

Naceur=20

--===============7375687446313570163==--


From grimmer@suse.de Thu Feb  4 13:28:33 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Network Printing
Date: Thu, 04 Feb 1999 14:28:33 +0100
Message-ID: 
In-Reply-To: <36B9A61E.36DDFDA8@opentv.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2783772679525801558=="

--===============2783772679525801558==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 4 Feb 1999, Scott Bronson wrote:

> We have a Sun print server here.  All NT machines can print to it, but
> I'm unable to get my Linux machine to talk to it.  Here's what I've
> done:
>=20
> My /etc/printcap:
>=20
>=20
> lp|hpj:
>         :sd=3D/var/spool/lpd/dj:
>         :rm=3Dulysse.europe.opentv.com:
>         :rp=3Dprinter_2:
>         :lp=3D/dev/null:
>         :sh:
>=20
> But, when I try to lpr, a small file, nothing happens except the
> following /var/log/messages entry:
>  =20
>   Feb  4 14:50:53 nikita lpd[837]: /dev/lp: No such file or directory

Hm. lpd is looking for /dev/lp. Did you restart ldp after making the
changes to /etc/printvap?

> And the job just sits in the lpq until I lprm it.
>=20
> Can someone tell me how to proceed?  How do I make a network /dev/lp?

You can use YaST to setup network printers. Did you try it this way?

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2783772679525801558==--


From sbronson@opentv.com Thu Feb  4 13:52:30 1999
From: sbronson@opentv.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Network Printing
Date: Thu, 04 Feb 1999 14:52:30 +0100
Message-ID: <36B9A61E.36DDFDA8@opentv.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0657744629123142388=="

--===============0657744629123142388==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




We have a Sun print server here.  All NT machines can print to it, but
I'm unable to get my Linux machine to talk to it.  Here's what I've
done:

My /etc/printcap:

lp|hpj:
        :sd=3D/var/spool/lpd/dj:
        :rm=3Dulysse.europe.opentv.com:
        :rp=3Dprinter_2:
        :lp=3D/dev/null:
        :sh:

But, when I try to lpr, a small file, nothing happens except the
following /var/log/messages entry:
 =20
  Feb  4 14:50:53 nikita lpd[837]: /dev/lp: No such file or directory

And the job just sits in the lpq until I lprm it.

Can someone tell me how to proceed?  How do I make a network /dev/lp?

Thank you

        - Scott
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0657744629123142388==--


From zulfiqar@shaw.wave.ca Thu Feb  4 15:45:06 1999
From: zulfiqar@shaw.wave.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 10:45:06 -0500
Message-ID: <36B9C082.F91C2016@shaw.wave.ca>
In-Reply-To: <19990205161310.C598@one.hrz.tu-chemnitz.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8128148435294581685=="

--===============8128148435294581685==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




When I do put that line in and try to mount it by giving the command mount /f=
loppy/ it
says that only root can do that...

However when I change the fstab entry to......

/dev/fd0       /floppy                    auto            rw,noauto,user,exec=
,umask=3D000

and issue a mount /floppy/ command it says......

zuli(a)L31:/home/zuli > mount /floppy/
mount: wrong fs type, bad option, bad superblock on /dev/fd0,
       or too many mounted file systems

And also when I issue just the mount command to see what is mounted it says..=
......

zuli(a)L31:/home/zuli > mount
/dev/hda5 on / type ext2 (rw)
proc on /proc type proc (rw)

It's werid :-)

I don't think the AUTO entry works.  When I change it to ext2 or msdos, it wo=
rks just fine

>
> You could also use something like
>
> /dev/fd0   /mnt/floppy    auto    defaults    0    0
>
> This way the file system is detected automatically.
>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8128148435294581685==--


From zulfiqar@shaw.wave.ca Thu Feb  4 15:47:49 1999
From: zulfiqar@shaw.wave.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 10:47:49 -0500
Message-ID: <36B9C125.81B22F9B@shaw.wave.ca>
In-Reply-To:
 <"H00006a0061b4645*/I=A/S=Crowe/OU=OPENMAIL1/OU=TSEA-E/O=SHELLEXPRO
 ABERDEEN/PRMD=SHELL/ADMD=GOLD 400/C=GB/"@MHS>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0471159073581623831=="

--===============0471159073581623831==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yes I did the same thing and put 2 lines in......

1 for ext2 and one for msdos, but it's kinda cumbersome to have 2 mount
points for 2 different formats of floppies.

Is it possible to enter this into the fstab?

/dev/fd0   /floppy        ext2    defaults    0    0

/dev/fd0   /floppy        msdos    defaults    0    0

Both filesystems pointing to the same mount point?

A.Crowe(a)OPENMAIL1.TSEA-E.sukepabe.simis.com wrote:

> Hi,
>
> Add a line something like
>
> /dev/fd0   /floppy        ext2    defaults    0    0
>
> I tend to have two lines in my /etc/fstab - one for FAT FDs and one for
> ext2 FDs.  I dunno if it's absolutely necessary, but it works for me.
> The line for FAT disks looks something like
>
> /dev/fd0   /mnt/floppy    vfat    defaults    0    0
>
> Alan.
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0471159073581623831==--


From grimmer@suse.de Thu Feb  4 16:32:58 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 17:32:58 +0100
Message-ID: 
In-Reply-To: <36B9C125.81B22F9B@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5274534202397471826=="

--===============5274534202397471826==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 4 Feb 1999, Zulfiqar Naushad wrote:

> Yes I did the same thing and put 2 lines in......
>=20
> 1 for ext2 and one for msdos, but it's kinda cumbersome to have 2 mount
> points for 2 different formats of floppies.
>=20
> Is it possible to enter this into the fstab?
>=20
> /dev/fd0   /floppy        ext2    defaults    0    0
> /dev/fd0   /floppy        msdos    defaults    0    0
>=20
> Both filesystems pointing to the same mount point?

No, this does not work. I suspect, that mount will alway use ext2 as the
filesystem to mount. You should change "defaults" to "rw,user,noauto",
otherwise the system will try to mount the floppy on each reboot.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5274534202397471826==--


From rachel@epinet.co.uk Thu Feb  4 18:28:50 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Thu, 04 Feb 1999 18:28:50 +0000
Message-ID: <36B9E6E2.E4A7A869@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0313639978828509533=="

--===============0313639978828509533==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well, I've blasted my installation and put SuSE 6.0 on it from scratch -
to be precise, the installation from the 6.0-evaluation directory, which
was a reasonable size to mirror locally for the process.

It works very nearly perfectly, except for the following:

Running YAST resets KDM's backdrop settings to their defaults,
overriding what's been set.
Just the backdrop setting as far as I can tell.

There were a couple of other oddities but they were probably my fault.
:-}

Then, with everything working fine (I like the "done" messages in
green), I installed kernel 2.2.1 This seems to be working fine except:

Loading of the network modules didn't work. The dummy and ne modules
which are all I use didn't load on startup and those parts of the boot
showed "Failed". This was fixed for the real network card by adding
"modprobe 8390modprobe ne" at the start of /etc/rc.d/network -
this may not be the best way of adding things to those scripts, but it
does solve the problem for now. Definitive fix?

However, it doesn't solve the Dummy driver not loading. "modprobe dummy"
has no apparent effect in the same place. I'm not terribly worried about
this as it doesn't seem to do very much at the best of times, but it's
slightly irritating to see a failure notice. :-)


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0313639978828509533==--


From raffo@neuronet.pitt.edu Thu Feb  4 19:29:09 1999
From: raffo@neuronet.pitt.edu
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Specified icons won't stick
Date: Thu, 04 Feb 1999 14:29:09 -0500
Message-ID: <36B9F505.AA2AB112@neuronet.pitt.edu>
In-Reply-To: <36B88BC2.2B2ED6F@neuronet.pitt.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0373192221926870819=="

--===============0373192221926870819==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I still can't get KDE icons I specify to stay after I run YAST. Can
anybody at SuSE give any suggestion?

Jerry Lynn Kreps wrote:
>=20
> mmmm.... That doesn't happen on my SuSE 5.3 installation.  What does
> happen is that the +s  permissons in the /sbin directory are removed and
> I have to reset the pppd every time YaST is run.
>=20
Look at the output of YAST after you've made some change to your
system. It checks the file permissions of certain files and "fixes"
them. Look at the file '/etc/permissions'. I'm not sure where this is
documented. Does anybody know?


--=20
Rafael Herrera
Laboratory for Computational Neuroscience
University of Pittsburgh
http://www.neuronet.pitt.edu/~raffo>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0373192221926870819==--


From martin_moeller@technologist.com Thu Feb  4 20:04:28 1999
From: martin_moeller@technologist.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] The whole YaST thing
Date: Thu, 04 Feb 1999 21:04:28 +0100
Message-ID: <36B9FD4C.330B8F6E@technologist.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3832531731097340263=="

--===============3832531731097340263==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Jerry Lynn Kreps wrote:
>=20
> Martin Moeller wrote:
> >
[Can other distributions use Yast if they want to? And can users add to
it?]
> >From what I read of the copyright on YaST it is pretty much a LGPL.  ???
> The license talks about being able to add code to it, etc..., as long as
> you leave the original copyright notice in and follow certain steps to
> mark who added what and/or changed what.  And, the usual legal stuff so
> legal reprecussions don't fall back on SuSE.
Okay then. It seems anyone can do just about anything, then. That's
great.

Regards,

Martin Moeller.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3832531731097340263==--


From cees-list@griend.xs4all.nl Thu Feb  4 20:16:39 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Network Printing
Date: Thu, 04 Feb 1999 21:16:39 +0100
Message-ID: <19990204211639.A14077@griend.xs4all.nl>
In-Reply-To: <36B9A61E.36DDFDA8@opentv.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7380758622879158940=="

--===============7380758622879158940==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, Feb 04, 1999 at 02:52:30PM +0100, Scott Bronson wrote:
>=20
> My /etc/printcap:
>=20
> lp|hpj:
>         :sd=3D/var/spool/lpd/dj:
>         :rm=3Dulysse.europe.opentv.com:
>         :rp=3Dprinter_2:
>         :lp=3D/dev/null:
>         :sh:

You forgot to put '\' after the lines.

Try the following printcap:

lp|hpj:\
         :sd=3D/var/spool/lpd/dj:\
         :rm=3Dulysse.europe.opentv.com:\
         :rp=3Dprinter_2:\
         :lp=3D/dev/null:\
         :sh:

Succes, Cees.

--=20
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7380758622879158940==--


From zulfiqar@shaw.wave.ca Thu Feb  4 20:36:55 1999
From: zulfiqar@shaw.wave.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] Console printing.........
Date: Thu, 04 Feb 1999 15:36:55 -0500
Message-ID: <36BA04E7.FE33CD64@shaw.wave.ca>
In-Reply-To: <19990204211639.A14077@griend.xs4all.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4625690225405846635=="

--===============4625690225405846635==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




When I use a Xwindows based program like WP8, everything prints real
nice.  However when I use the console and do a cat foo.bar /dev/lp0 then
it prints in landscape format.  Is there a way where I can change it to
portrait mode?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4625690225405846635==--


From zulfiqar@shaw.wave.ca Thu Feb  4 21:25:11 1999
From: zulfiqar@shaw.wave.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 16:25:11 -0500
Message-ID: <36BA1037.5010A208@shaw.wave.ca>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8579328298631196335=="

--===============8579328298631196335==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




One more thing.....

When I do get the floppy mounted and go to the mount point and type ls, it
shows the files on the floppy, however, when I remove the floppy and ls
again, it still shows the cached info from the previous floppy.  Is there a
way where it doesn't cache floppy info?

Lenz Grimmer wrote:

> Hi,
>
> On Thu, 4 Feb 1999, Zulfiqar Naushad wrote:
>
> > Yes I did the same thing and put 2 lines in......
> >
> > 1 for ext2 and one for msdos, but it's kinda cumbersome to have 2 mount
> > points for 2 different formats of floppies.
> >
> > Is it possible to enter this into the fstab?
> >
> > /dev/fd0   /floppy        ext2    defaults    0    0
> > /dev/fd0   /floppy        msdos    defaults    0    0
> >
> > Both filesystems pointing to the same mount point?
>
> No, this does not work. I suspect, that mount will alway use ext2 as the
> filesystem to mount. You should change "defaults" to "rw,user,noauto",
> otherwise the system will try to mount the floppy on each reboot.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8579328298631196335==--


From wybo@servalys.hobby.nl Thu Feb  4 21:52:38 1999
From: wybo@servalys.hobby.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] xgrabsc -> segmentation fault
Date: Thu, 04 Feb 1999 22:52:38 +0100
Message-ID: <199902042152.WAA01045@servalys.hobby.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8426297707836690227=="

--===============8426297707836690227==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,=20

After installing SuSE-5.3 over 5.2 xgrabsc invariantly produces a
segmentation fault. It worked fine before. Does anybody know why?


--=20
Hartelijke groet, Wybo Dekker
___________________Servalys Analytical Chemistry Services__________________
wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-652164
www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8426297707836690227==--


From zentara@mindspring.com Thu Feb  4 22:19:54 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Thu, 04 Feb 1999 17:19:54 -0500
Message-ID: <36BA1D0A.ED5719D3@mindspring.com>
In-Reply-To: <36B9E6E2.E4A7A869@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7266126841960241646=="

--===============7266126841960241646==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Rachel Greenham wrote:

> Loading of the network modules didn't work. The dummy and ne modules
> which are all I use didn't load on startup and those parts of the boot
> showed "Failed". This was fixed for the real network card by adding
> "modprobe 8390modprobe ne" at the start of /etc/rc.d/network -
> this may not be the best way of adding things to those scripts, but it
> does solve the problem for now. Definitive fix?
>=20
> However, it doesn't solve the Dummy driver not loading. "modprobe dummy"
> has no apparent effect in the same place. I'm not terribly worried about
> this as it doesn't seem to do very much at the best of times, but it's
> slightly irritating to see a failure notice. :-)
>=20

I know that the ne module should be set up in /etc/conf.modules
to make it work as advertised.

There should be 2 lines:
alias etho ne

and=20

ne irq# and ioport#

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7266126841960241646==--


From grimmer@suse.de Fri Feb  5 00:00:24 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Floppy disk and FSTAB
Date: Fri, 05 Feb 1999 01:00:24 +0100
Message-ID: 
In-Reply-To: <36BA1037.5010A208@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7127797230091494737=="

--===============7127797230091494737==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 4 Feb 1999, Zulfiqar Naushad wrote:

> When I do get the floppy mounted and go to the mount point and type
> ls, it shows the files on the floppy, however, when I remove the
> floppy and ls again, it still shows the cached info from the previous
> floppy.  Is there a way where it doesn't cache floppy info?

Yes - unmount it before. If you don't do that, you might get a corrupted
floppy filesystem. You will notice, that Linux will write the changes to
the floppy, as soon as is gets unmounted.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7127797230091494737==--


From grimmer@suse.de Fri Feb  5 00:02:48 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Howto_SuSE 5.2 --> SuSE 6.0
Date: Fri, 05 Feb 1999 01:02:48 +0100
Message-ID: 
In-Reply-To: <36B9928C.F297F5F9@wanadoo.fr>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2299333652519244406=="

--===============2299333652519244406==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 4 Feb 1999, Naceur wrote:

I am highly interested in getting and installing SuSE 6.0 (because the on
board AIC 7890) and simply because the 6 should be much better!  However I
have SusE 5.2 and NT installed on the only HD I have.

Q1: What could be the safer way to Upgrade my SuSE 5.2 to SuSE 6.0 ?

Today, I have just successeffully installed apache and the Local Doc
Support DataBase (I am so happy ! It is so fast ! so useful !)  but right
now I did not find topics on how to answer how to pass from 5.XX to newer
versions.

Usually you boot from the new installation floppy or CD and select "update
installed system". This will upgrade all packages and the base system to
the new version.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2299333652519244406==--


From fmiller@lightlink.com Fri Feb  5 03:25:14 1999
From: fmiller@lightlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Story: Consumer NT? Why It Will *Never* Happen
Date: Thu, 04 Feb 1999 22:25:14 -0500
Message-ID: <36BA649A.33D1E83F@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3616464439000083754=="

--===============3616464439000083754==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




http://www.zdnet.co=
m/anchordesk/story/story_3060.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3616464439000083754==--


From deem@wdm.com Fri Feb  5 04:13:39 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Alpha SuSE Linux!
Date: Thu, 04 Feb 1999 19:13:39 -0900
Message-ID: <199902050413.TAA00433@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5818620813184841800=="

--===============5818620813184841800==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




http://linuxtoday.com/stories/2826.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5818620813184841800==--


From oceansand@mindspring.com Fri Feb  5 04:42:51 1999
From: oceansand@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 23:42:51 -0500
Message-ID: <3.0.5.32.19990204234251.007c2a50@pop.mindspring.com>
In-Reply-To: <36B9C082.F91C2016@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5079679404225185063=="

--===============5079679404225185063==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello
Here is the entry for your fstab file

/dev/fd0	/floppy	ext2	rw,noauto,user	0	0

Note:
You must creat the directory /floppy before trying to mount the floppy disk.
Also this will only mount a linux formatted floppy.

To mount the floppy from the command line
1. Make sure a format floppy is in drive A
2. Issue this command:
mount /dev/fd0
3. To change disk you must unmount the floppy and then remount the floopy
disk.
umount /dev/fd0
now change disks and then
mount /dev/fd0

Christopher

 At 10:45 AM 2/4/99 -0500, you wrote:
>
>When I do put that line in and try to mount it by giving the command mount
/floppy/ it
>says that only root can do that...
>
>
>However when I change the fstab entry to......
>
>
>/dev/fd0       /floppy                    auto
rw,noauto,user,exec,umask=3D000
>
>and issue a mount /floppy/ command it says......
>
>zuli(a)L31:/home/zuli > mount /floppy/
>mount: wrong fs type, bad option, bad superblock on /dev/fd0,
>       or too many mounted file systems
>
>
>And also when I issue just the mount command to see what is mounted it
says........
>
>zuli(a)L31:/home/zuli > mount
>/dev/hda5 on / type ext2 (rw)
>proc on /proc type proc (rw)
>
>It's werid :-)
>
>I don't think the AUTO entry works.  When I change it to ext2 or msdos, it
works just fine
>
>
>
>>
>> You could also use something like
>>
>> /dev/fd0   /mnt/floppy    auto    defaults    0    0
>>
>> This way the file system is detected automatically.
>>
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5079679404225185063==--


From LinuxAdvocate@iname.com Fri Feb  5 05:04:49 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] X-server & X-client
Date: Thu, 04 Feb 1999 19:04:49 -1000
Message-ID: <36BA7BF1.43BCC917@iname.com>
In-Reply-To: <36B6BE79.EF7CBEED@iname.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3513937995374505409=="

--===============3513937995374505409==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanks all - the xhost +oahu worked great.

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3513937995374505409==--


From LinuxAdvocate@iname.com Fri Feb  5 05:12:16 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Floppy disk and FSTAB
Date: Thu, 04 Feb 1999 19:12:16 -1000
Message-ID: <36BA7DB0.5B6417C7@iname.com>
In-Reply-To: <3.0.5.32.19990203235132.007c4c20@pop.mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1737184841944398311=="

--===============1737184841944398311==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Christopher Ballog wrote:
>=20
> Hello
>=20
> You should not put your floppy disk in the fstab unless you want to use noa=
uto option; and reason being is that if there is no floppy in the driver the =
mount will fail.
>=20
> Take a look at the manual pages "man fstab" and "man mount"for more informa=
tion.
>=20
> To mount the floppy from the command prompt use
>=20
> mount -t ext2 /dev/fd0 /floppy (for Linux format disks) -or-
> mount -t msdos /dev/fd0 /floppy (for Dos format disks)

I'm somewhat adverse to typing long lines, so I have
/dev/fd0 in
fstab in two locations, thus:

/dev/fd0        /mnt/floppy           ext2        =20
user,noauto     0 0
/dev/fd0        /mnt/vfat             vfat        =20
user,noauto     0 0

Works fine, and all I have to do to mount a Linux floppy is
type:
mount /mnt/floppy

or a Win95 floppy:
mount /mnt/vfat

(The /mnt/floppy is a carry-over from my Red Hat days.)

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1737184841944398311==--


From TXDELBAE@ctrl.co.uk Fri Feb  5 09:58:27 1999
From: TXDELBAE@ctrl.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 09:58:27 +0000
Message-ID: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5114346692654977948=="

--===============5114346692654977948==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,

Well, this Wednesday, I finally plucked up courage and installed Linux onto
my home PC. Nothing great for you guy's and gal's, but for a total newbie to
anything other than MS Windows, it was a big step. Biggest problem's I had
were trying to get my graphics card to work (Diamond Fire GL1000 Pro), and I
could not get X Windows configure my mouse. I had to get a new server for my
graphics card, and had to disable USB support in my PC Bios. All in all,
quite a painless task, and now I have a totally new OS to play around with.

Can anyone recommend some good book's for getting to grips with Linux?, and
are there any C.A.D. Programs that run under Linux?

Thanks
Tim Delbaere
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5114346692654977948==--


From grimmer@suse.de Fri Feb  5 10:56:03 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 11:56:03 +0100
Message-ID: 
In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2172779995791361180=="

--===============2172779995791361180==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 5 Feb 1999, Delbaere, Tim wrote:

> Well, this Wednesday, I finally plucked up courage and installed Linux
> onto my home PC. Nothing great for you guy's and gal's, but for a
> total newbie to anything other than MS Windows, it was a big step.

Welcome to the club :)

> Biggest problem's I had were trying to get my graphics card to work
> (Diamond Fire GL1000 Pro), and I could not get X Windows configure my
> mouse. I had to get a new server for my graphics card, and had to
> disable USB support in my PC Bios. All in all, quite a painless task,
> and now I have a totally new OS to play around with.

Congratulations.

> Can anyone recommend some good book's for getting to grips with
> Linux?, and are there any C.A.D. Programs that run under Linux?

As far as CAD programs are concerned: there's Microstation, Arcad and some
other free implementations. There are plenty of books available, I find it
hard to recommend a certain one. Maybe you should start with "Linux for
Dummies" (no pun intended) or "Running Linux". You should have a look at
your local book store.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2172779995791361180==--


From awol@STAT.UNIMAAS.NL Fri Feb  5 11:00:29 1999
From: awol@STAT.UNIMAAS.NL
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] LSB project: succes or failure?
Date: Fri, 05 Feb 1999 12:00:29 +0100
Message-ID: <99020512482400.00301@for>
In-Reply-To: <[SuSE Linux] LSB project: succes or failure?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4856720865788819611=="

--===============4856720865788819611==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Wed, 03 Feb 1999 Chris Martin wrote:

>I encourage you to repost this under a different heading.  I have to admit, I
>almost didn't read it.  But, I am glad I did.  It is good to hear intelligent
>questions/opinions, etc.  I am curious whether you think the rather dim futu=
re
>you paint (if status quo remains status quo) means that we should all just
>switch to RedHat right now? (despite knowing SuSE is nicer)

Thanks for you reaction but I don't think I will repost under a different
heading. There have only been 2 reactions from the hundreds(thousands?)
of list followers so I do not think they find the subject very interesting.

Personally I don't know what to think. I like SuSE, I like RedHat and next
month I will also be trying out Debian. I don't think I am willing, at this
time, to make any definite choice.=20
They all have nice and irritating features.
And I don't think there is any reason, at the moment, to switch from
one to the other (except 'personal compatibility and taste' reasons).

But it is quite possible that if agreements on a Linux standard base are
not reached and implemented we might find that the minor discrepencies
between the distributions which occasionaly cause some irritation when
switching between distributions might become gradually less minor.
I have no idea what the consequences will be. But such a situation might
necessitate a definite choice.

You might like to look at the pronouncements of RedHat's Bob Young, see:=20
http://www.linuxworld.com/linuxworld/lw-1999-01/lw-01-thesource.ht=
ml>,
on 'balkanization' of Linux.
I think they are woolly and not very convincing because he only adresses
the 'larger' picture and not the nitty gritty of existing differences.

See also a differing view by Ian Nandhra:
http://www.linuxworld.com/linuxworld/lw-1998-10/lw-10-thesource2=
.html>,
but he stresses the libc-glibc difference too much, the one difference
that in the short run will disappear (or become irrelevant).

Alexander

-------------------------------------
Alexander Volovics
Dept of Methodology & Statistics
Maastricht University, Maastricht, NL
-------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4856720865788819611==--


From copernico@tin.it Fri Feb  5 11:00:45 1999
From: copernico@tin.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] leafnode
Date: Fri, 05 Feb 1999 12:00:45 +0100
Message-ID: <000001be5172$1a498520$3ea7d8d4@copernico>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7181100715226614110=="

--===============7181100715226614110==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm not able to make leafnode work. What shall I put in the nntp
server dialog of Knews (or Netscape Comm.) to make it go? I've tried
with the name of my computer (as it is written in /etc/HOSTNAME) or
with "loclhost" but the news-clients still refuse to connect to the
(local)server. I've followed all the steps in the documentation
supplied with leafnode.....and I don't know what to do anymore!!
Please take a minute to helo me.
Thank you.

AS

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7181100715226614110==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb  5 11:03:34 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Fri, 05 Feb 1999 12:03:34 +0100
Message-ID: <19990205120334.A276@one.hrz.tu-chemnitz.de>
In-Reply-To: <36B9C082.F91C2016@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1852867060035223427=="

--===============1852867060035223427==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:

> However when I change the fstab entry to......
>=20
> /dev/fd0       /floppy                    auto            rw,noauto,user,ex=
ec,umask=3D000
>=20
> and issue a mount /floppy/ command it says......
>=20
> zuli(a)L31:/home/zuli > mount /floppy/
> mount: wrong fs type, bad option, bad superblock on /dev/fd0,
>        or too many mounted file systems
[...]
> It's werid :-)

Indeed. When I put it in, it works. The mount man page says that
with the auto option the superblock gets probed and that the
heuristics used for the probing sometimes fails.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1852867060035223427==--


From rachel@epinet.co.uk Fri Feb  5 11:41:48 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Fri, 05 Feb 1999 11:41:48 +0000
Message-ID: <36BAD8FC.F06CCE66@epinet.co.uk>
In-Reply-To: <36BA1D0A.ED5719D3@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4048714840254315090=="

--===============4048714840254315090==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




zentara wrote:
>=20
> Rachel Greenham wrote:
>=20
> > Loading of the network modules didn't work. The dummy and ne modules
> > which are all I use didn't load on startup and those parts of the boot
> > showed "Failed". This was fixed for the real network card by adding
> > "modprobe 8390modprobe ne" at the start of /etc/rc.d/network -
> > this may not be the best way of adding things to those scripts, but it
> > does solve the problem for now. Definitive fix?
> >
> > However, it doesn't solve the Dummy driver not loading. "modprobe dummy"
> > has no apparent effect in the same place. I'm not terribly worried about
> > this as it doesn't seem to do very much at the best of times, but it's
> > slightly irritating to see a failure notice. :-)
> >
>=20
> I know that the ne module should be set up in /etc/conf.modules
> to make it work as advertised.
>=20
> There should be 2 lines:
> alias etho ne
>=20
> and
>=20
> ne irq# and ioport#

Hmm.

My /etc/conf.modules does indeed hold the following:

alias eth0 ne
options ne io=3D0x220

The fact remains that with the exact same scripts and conf.-files 2.2.1
exhibits a fault that 2.0.36 doesn't. Albeit not a showstopper.


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4048714840254315090==--


From awol@STAT.UNIMAAS.NL Fri Feb  5 11:53:00 1999
From: awol@STAT.UNIMAAS.NL
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] LSB project: succes or failure?
Date: Fri, 05 Feb 1999 12:53:00 +0100
Message-ID: <99020512544902.00301@for>
In-Reply-To: <[SuSE Linux] LSB project: succes or failure?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2594402588688639793=="

--===============2594402588688639793==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Tue, 02 Feb 1999 zentara wrote:

>alexander volovics wrote:
>> But I for one would not like to see fundamentally different Linuxes come >=
into
>> existence. I would like to see essentialy one basis agreed upon and >adher=
ed
>> to. The distributions only putting different flavored icing on the same
>> cake. And working together to promote and deliver a superior product.
>>=20
>> I am very interested in hearing your opinions on these matters and I do >t=
hink
>>
>> Should we users make our voice heard with respect to LSB? Can we leave it
>> to the companies? Do we even want a commercialy succesfull Linux?

>It goes without saying that the point has been made for standardizing
>directory structures and config files. But I can use Midnight=20
>Commander on any distribution so far. Elf's run on all the machines,
>except for the annoying glibc problem.

I too compile and run programs like Lyx, Xisp, Enlightenment, etc. without
any problems on both SuSE 5.3 and RH 5.2. But that is not the whole
story:=20
I professionaly use a program that does/did not compile without
problems on RH but gave problems on SuSE because SuSE had an older
version of 'readline' than RH and also an older (or other?) version of
'f2c' than RH. (Fortran progs compiling without problems on RH would
give all kinds of errors on SuSE). Furthermore there were some changes
necessary due to differing locations of files.
At the moment I have a commercial Linux app that gives problems on both
SuSE and RH. 'Strace' shows different things happening when trying to
open files on both.
You certainly know that RPM's made for SuSE (base) will not necessarily
work on RH and vice versa (and I am not talking about libc-glibc)

These are only minor irritations of course, often easily corrected.
But what if these small differences start becoming larger?
And think of commercial ISV's developing for Linux?
=20
>Also, if there were standards, it would slow down development because
>if there was something you really needed to change, you would need the
>consent of all your colleagues.

That depends on WHAT is standardized.

>Currently, all the distros can do what they
>want, and let the distro "speak for itself". Who will set the standard?
>Will it be an "International Convention of Linux Developers", or a
>dictatorial proclamation from Linus Torvalds, or will it be Redhat
>ramming it down our throats?

The distros are (or should be) represented in the LSB project.

I myself would not like everything 'fixed' or 'dictated' (I am an
anarchist at heart) but on the other hand I use Linux for work=3Dmoney=3Dbread
and I don't want to have to spend too much time with "unnecessary" tinkering
and endless searches: Linux should be Linux.
It is pretending to be 'grown up' now and not any longer (solely) a hackers
plaything.

Alexander

-------------------------------------
Alexander Volovics
Dept of Methodology & Statistics
Maastricht University, Maastricht, NL
-------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2594402588688639793==--


From dizzy73@connix.com Fri Feb  5 11:56:58 1999
From: dizzy73@connix.com
To: users@lists.opensuse.org
Subject: Re:[SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 06:56:58 -0500
Message-ID: <36BADC89.46D0EC0F@connix.com>
In-Reply-To: <[SuSE Linux] New Linux User>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0785204683683335516=="

--===============0785204683683335516==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lenz Grimmer wrote:

> Hi,
>
> On Fri, 5 Feb 1999, Delbaere, Tim wrote:
> hard to recommend a certain one. Maybe you should start with "Linux
for
> Dummies" (no pun intended) or "Running Linux". You should have a look
at
> your local book store.
>
> Bye,
>         LenZ

Id second the running Linux by Mat Walsh. Although I wouldnt waste any $
on
the Dummies book. IMO the dummies book gives an overall snapshot of the
picture similar to reading a newspaper rather than a book.The dummies
book
may
be ok for your grandmother to read about what her grandson is interested
in
but wont do anything for you the user.
An Excellent book on networking is The Linux Network by Butzon&
Hilton.IDG
books
You'll also find the hard core reference to be from Oreilly.
The best experience is from doing, get some tips from this list (once
the
fanfare of 6.0 and kerenl 2.1 dust settles maybe this list will go back
to
the
basics) and apply them, make mistakes and you'll learn more of how linux

and
suse does things.
Also lurk/read/print/file info from
=
news:comp.os.linux.setup>
ne=
ws:comp.os.linux.help>
rob
ps: why does the replyto seem to go to only the sender? I strongly
suspect my messages not making it to this list. Must i reply to *all*.
Many messages Ive sent... Ive not seen appear on this list
ideas?

Linux Home page http://www.connix.com/~dizzy73/LB=
M.htm>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0785204683683335516==--


From samelash@ix.netcom.com Fri Feb  5 12:04:26 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] external modems for linux
Date: Fri, 05 Feb 1999 12:04:26 +0000
Message-ID: <3.0.3.32.19990205120426.00afcc1c@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0316862521414542387=="

--===============0316862521414542387==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have an internal 56K modem , and my pc is really short on irqs ect...
I am considering purchasing an external 56 k modem.=20

1/ are these easier to set up ?

2/ what brands/models work with linux ?

3/ can a linux/samba server be set up so that win95/8 users can use a
single modem to dial out to the isp using the same modem ?? If so is this
difficult to set up ??

thanks

Samy

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0316862521414542387==--


From samelash@ix.netcom.com Fri Feb  5 12:08:08 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] samba 2 and suse 6.x
Date: Fri, 05 Feb 1999 12:08:08 +0000
Message-ID: <3.0.3.32.19990205120808.00ae98dc@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6383897409375862571=="

--===============6383897409375862571==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Any one know if suse 6.x comes with the new 2.0 version of samba on the
distribution set ?

Have any of you used the new verion of Samba 2.0 ? How does it compare to
the older version.
Is it dificult to upgrade the server from 1. to 2. ?? Am I beter off
instaling the 2.0 not use the 1.x till I get the 2.0 ??

Thanks

Samy

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6383897409375862571==--


From crumb@midwest.net Fri Feb  5 12:20:12 1999
From: crumb@midwest.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Boot Message
Date: Fri, 05 Feb 1999 06:20:12 -0600
Message-ID: <199902051213.GAA23404@cdale3.midwest.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2829095576136255506=="

--===============2829095576136255506==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




        Can anyone tell me what these boot messages mean, and=20
should I be concerned?  SuSE 5.3 and everything SEEMS to work=20
fine. =20

Partition check:
hda:hda: set_multimode: status =3D 0x51 {DriveReady SeekComplete=20
Error}
hda: set_multimode: error =3D 0x04 {DriveStatus Error}
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2829095576136255506==--


From grimmer@suse.de Fri Feb  5 12:21:50 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 13:21:50 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2819884846592243269=="

--===============2819884846592243269==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 5 Feb 1999, Ole Kofoed Hansen wrote:

> Usually, I find your advice very usable, unfortunately not this time.
>=20
> I just borrowed Linux for Dummies at a local library, and I was apalled at
> the errors and mistakes in the book. For instance in the description of
> the ls command, they insist on option 1 (number one) instead of l (letter
> L) for long format.
>=20
> Even worse is, that they are probably not allowed to distribute the Linux
> Cd accompanying the book... Yes, it sounds strange that they should not be
> allowed, when all the rest of us are, but in their end user license
> agreement at the end of the book, they specifically FORBID ANY COPYING and
> REDISTRIBUTION of any material on the CD. And the GPL says that if you
> accept the GPL, you must follow the rules therein. If you do not follow
> those rules, you do not have any of the rights granted in the GPL.=20

I apologize. I must admit, that I've never looked in this book by myself.
I just read about others recommending it to newbies, I've given up on
reading books about Linux. They get obsolete so fast... ;-)

> The other book, Running Linux, however is useful.

I'd like to add, that we also have a package "books", which contains a
selection of Books in PostScript format, like "Linux Installation and
getting started" - Matt Welsh, "Linux Network Administrators Guide" - Olaf
Kirch and the "Linux Users Guide" - Larry Greenfield.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2819884846592243269==--


From k01164@ko.hhs.dk Fri Feb  5 12:22:45 1999
From: k01164@ko.hhs.dk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 12:22:45 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5996986762817344048=="

--===============5996986762817344048==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 5 Feb 1999, Lenz Grimmer wrote:

>=20
> Hi,
>=20
> On Fri, 5 Feb 1999, Delbaere, Tim wrote:
>=20
> > Well, this Wednesday, I finally plucked up courage and installed Linux
> > onto my home PC. Nothing great for you guy's and gal's, but for a
> > total newbie to anything other than MS Windows, it was a big step.
>=20
> Welcome to the club :)
>=20
> > Biggest problem's I had were trying to get my graphics card to work
> > (Diamond Fire GL1000 Pro), and I could not get X Windows configure my
> > mouse. I had to get a new server for my graphics card, and had to
> > disable USB support in my PC Bios. All in all, quite a painless task,
> > and now I have a totally new OS to play around with.
>=20
> Congratulations.
>=20
> > Can anyone recommend some good book's for getting to grips with
> > Linux?, and are there any C.A.D. Programs that run under Linux?
>=20
> As far as CAD programs are concerned: there's Microstation, Arcad and some
> other free implementations. There are plenty of books available, I find it
> hard to recommend a certain one. Maybe you should start with "Linux for
> Dummies" (no pun intended) or "Running Linux". You should have a look at
> your local book store.

Usually, I find your advice very usable, unfortunately not this time.

I just borrowed Linux for Dummies at a local library, and I was apalled at
the errors and mistakes in the book. For instance in the description of
the ls command, they insist on option 1 (number one) instead of l (letter
L) for long format.

Even worse is, that they are probably not allowed to distribute the Linux
Cd accompanying the book... Yes, it sounds strange that they should not be
allowed, when all the rest of us are, but in their end user license
agreement at the end of the book, they specifically FORBID ANY COPYING and
REDISTRIBUTION of any material on the CD. And the GPL says that if you
accept the GPL, you must follow the rules therein. If you do not follow
those rules, you do not have any of the rights granted in the GPL.=20

The other book, Running Linux, however is useful.

Regards

Ole

>=20
> Bye,
> 	LenZ
>=20
>=20
> ------------------------------------------------------------------
>  Lenz Grimmer                                           SuSE GmbH
>  mailto:grimmer(a)suse.de         =
              Schanzaeckerstr. 10
>  http://www.suse.de/~grimmer>             90443 Nuernberg, Ger=
many
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5996986762817344048==--


From Surjit.Bains@hsam.co.uk Fri Feb  5 12:24:11 1999
From: Surjit.Bains@hsam.co.uk
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 12:24:11 +0000
Message-ID: <41A241233152D211A75800805FAD5713025B48@EXCHANGE1>
In-Reply-To: <[SuSE Linux] New Linux User>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7330485388016353180=="

--===============7330485388016353180==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

CgoKw7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/ClRoaXMgbWVzc2FnZSBhbmQg
YW55IGF0dGFjaG1lbnRzIHRvIGl0IGFyZSBzdWJqZWN0IHRvIGNvcHlyaWdodCBhbmQgYXJlIApz
ZW50IGZvciB0aGUgcGVyc29uYWwgYXR0ZW50aW9uIG9mIHRoZSBhZGRyZXNzZWUuICBJdCBtYXkg
aW5jbHVkZSAKaW5mb3JtYXRpb24gd2hpY2ggaXMgbGVnYWxseSBwcml2aWxlZ2VkIGFuZCBleGVt
cHQgZnJvbSBkaXNjbG9zdXJlLiAgCklmIHlvdSByZWNlaXZlIHRoaXMgY29tbXVuaWNhdGlvbiBp
biBlcnJvciwgcGxlYXNlIGFkdmlzZSB1cyBpbW1lZGlhdGVseS4Kw7/Dv8O/w7/Dv8O/w7/Dv8O/
w7/Dv8O/w7/Dv8O/w7/Dv8O/CgpJJ3ZlIGxvb2tlZCBhdCBhIGZldyBMaW51eCBib29rcyBoZXJl
J3MgbXkgcmVjb21tZW5kYXRpb25zLi4KClVzaW5nIExpbnV4IChRVUUpIGFib3V0IMKjMjUKClZl
cnkgbXVjaCBSZWRoYXQgQmFzZWQuLi4KR29vZCBpZiB5b3UgaGF2ZSBSZWRoYXQuCgpSdW5uaW5n
IExpbnV4IChPJ3JlaWxseSkgIDwgwqMyNQoKU29saWQgQm9vaywgbW9zdCBvZiB0aGUgY29uY2Vw
dHMgZXhwbGFpbmVkIGNsZWFybHksIGEgYml0IGRhdGVkIGJ1dApwcm9iYWJseSBiZXR0ZXIgZm9y
IGFuICd1bmJpYXNlZCcgTGludXggYW5kIGNvbW1hbmQgbGluZSBkZXRhaWwuCgpMaW51eCAoVXBk
YXRlIDMgSSB0aGluaykgKFFVRSkgYWJvdXQgwqM0NQoKUHJldHR5IGdvb2QgYm9vayBjb21lcyB3
aXRoIFNsYWNrd2FyZSBDYWxkZXJhIGFuZCBSZWRoYXQgYW5kIFN0YXIgT2ZmaWNlCi4uLgoKQnV0
IGxhY2tpbmcgaW4gZGV0YWlsLi4uIEtpbmQgb2Ygc3ByZWFkcyBpdHNlbGYgYSBiaXQgdGhpbiBv
biBhbGwgdGhyZWUKRGlzdHJpYnMuLgoKTmV0d29ya2luZyBMaW51eCAgKENhbid0IFJlbWVtYmVy
IHdobyB0aGUgcHVibGlzaGVyIGl0J3MgZ290IGEgYmx1ZQpjb3ZlcikgY2FuJ3QgcmVtZW1iZXIg
dGhlIHByaWNlIApFeGNlbGxlbnQgYm9vayAoIGFzIGEgTmV0d29yayBOZXdiaWUgKW9uIE5ldHdv
cmtpbmcgZXhwbGFpbnMgY29uY2VwdHMKdmVyeSBjbGVhcmx5IGFuZCBleHBsYWlucyBob3cgdG8g
c2V0dXAgSVAgTWFzcSwgUFBQLCBXZWIgU2VydmVyIFNldHVwLApLZXJuZWwgY29tcGxpYXRpb24u
Li4KCkkgaG9wZSB0aGlzIGhlbHBzLi4uClN1cmppdC4KCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0t
LS0tCkZyb206IERlbGJhZXJlLCBUaW0gWzxBIEhSRUY9Im1haWx0bzpUWERFTEJBRShhKWN0cmwu
Y28udWsiPm1haWx0bzpUWERFTEJBRShhKWN0cmwuY28udWs8L0E+XQpTZW50OiAwNSBGZWJydWFy
eSAxOTk5IDA5OjU4ClRvOiAnTGludXggTGlzdCcKU3ViamVjdDogW1N1U0UgTGludXhdIE5ldyBM
aW51eCBVc2VyCkltcG9ydGFuY2U6IExvdwoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09CldBUk5JTkc6IEV4dGVybmFsIEVtYWlsOiBUaGlzIG1lc3NhZ2Ugd2FzIHJl
Y2VpdmVkIGZyb20gYSBzb3VyY2UKZXh0ZXJuYWwgdG8gSFNBTSBhbmQgdGhlcmVmb3JlIHRoZSBz
ZW5kZXIncyBpZGVudGl0eSBjYW5ub3QgYmUgdmVyaWZpZWQuCj09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PQoKSGVsbG8sCgpXZWxsLCB0aGlzIFdlZG5lc2RheSwgSSBm
aW5hbGx5IHBsdWNrZWQgdXAgY291cmFnZSBhbmQgaW5zdGFsbGVkIExpbnV4Cm9udG8KbXkgaG9t
ZSBQQy4gTm90aGluZyBncmVhdCBmb3IgeW91IGd1eSdzIGFuZCBnYWwncywgYnV0IGZvciBhIHRv
dGFsCm5ld2JpZSB0bwphbnl0aGluZyBvdGhlciB0aGFuIE1TIFdpbmRvd3MsIGl0IHdhcyBhIGJp
ZyBzdGVwLiBCaWdnZXN0IHByb2JsZW0ncyBJCmhhZAp3ZXJlIHRyeWluZyB0byBnZXQgbXkgZ3Jh
cGhpY3MgY2FyZCB0byB3b3JrIChEaWFtb25kIEZpcmUgR0wxMDAwIFBybyksCmFuZCBJCmNvdWxk
IG5vdCBnZXQgWCBXaW5kb3dzIGNvbmZpZ3VyZSBteSBtb3VzZS4gSSBoYWQgdG8gZ2V0IGEgbmV3
IHNlcnZlcgpmb3IgbXkKZ3JhcGhpY3MgY2FyZCwgYW5kIGhhZCB0byBkaXNhYmxlIFVTQiBzdXBw
b3J0IGluIG15IFBDIEJpb3MuIEFsbCBpbiBhbGwsCnF1aXRlIGEgcGFpbmxlc3MgdGFzaywgYW5k
IG5vdyBJIGhhdmUgYSB0b3RhbGx5IG5ldyBPUyB0byBwbGF5IGFyb3VuZAp3aXRoLgoKQ2FuIGFu
eW9uZSByZWNvbW1lbmQgc29tZSBnb29kIGJvb2sncyBmb3IgZ2V0dGluZyB0byBncmlwcyB3aXRo
IExpbnV4PywKYW5kCmFyZSB0aGVyZSBhbnkgQy5BLkQuIFByb2dyYW1zIHRoYXQgcnVuIHVuZGVy
IExpbnV4PwoKVGhhbmtzClRpbSBEZWxiYWVyZQotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBw
bGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBp
biBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1G
QVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEg
SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3
dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2IGF0IDxB
IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl
eC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp
bnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz
ZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBw
bGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBp
biBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1G
QVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEg
SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3
dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2IGF0IDxB
IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl
eC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp
bnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz
ZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo=

--===============7330485388016353180==--


From grimmer@suse.de Fri Feb  5 12:47:08 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Boot Message
Date: Fri, 05 Feb 1999 13:47:08 +0100
Message-ID: 
In-Reply-To: <199902051213.GAA23404@cdale3.midwest.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0158447434934720403=="

--===============0158447434934720403==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 5 Feb 1999 crumb(a)midwest.net wrote:

> Can anyone tell me what these boot messages mean, and should I be
> concerned?  SuSE 5.3 and everything SEEMS to work fine.
>=20
> Partition check:
> hda:hda: set_multimode: status =3D 0x51 {DriveReady SeekComplete=20
> Error}
> hda: set_multimode: error =3D 0x04 {DriveStatus Error}

You should be converned. It seems, that your hard disk is having some
trouble. Try to disable UDMA in your bios, or start linux with the
following boot option: ide0=3Dnoautotune. Also check your cabling to the
hard disk, maybe you have a bad connection or a too long cable.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0158447434934720403==--


From phil@stokes.demon.co.uk Fri Feb  5 13:38:59 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Fri, 05 Feb 1999 13:38:59 +0000
Message-ID: 
In-Reply-To: <19990205120334.A276@one.hrz.tu-chemnitz.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5095459597607671320=="

--===============5095459597607671320==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 5 Feb 1999, Stefan Troeger wrote:

>=20
> Hi,
>=20
> On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:
>=20
> > However when I change the fstab entry to......
> >=20
> > /dev/fd0       /floppy                    auto            rw,noauto,user,=
exec,umask=3D000
> >=20
> > and issue a mount /floppy/ command it says......
> >=20
> > zuli(a)L31:/home/zuli > mount /floppy/
> > mount: wrong fs type, bad option, bad superblock on /dev/fd0,
> >        or too many mounted file systems
> [...]
> > It's werid :-)
>=20
> Indeed. When I put it in, it works. The mount man page says that
> with the auto option the superblock gets probed and that the
> heuristics used for the probing sometimes fails.

I get the same error, but I've found that it works if I use the
"defaults" option. Of course then the system tries to mount /floppy at
boot time, which leads to a different error message in the syslog.

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5095459597607671320==--


From wybo@servalys.hobby.nl Fri Feb  5 13:44:31 1999
From: wybo@servalys.hobby.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] grep recursive
Date: Fri, 05 Feb 1999 14:44:31 +0100
Message-ID: <199902051344.OAA04667@servalys.hobby.nl>
In-Reply-To: <[SuSE Linux] grep recursive>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8879474533569764875=="

--===============8879474533569764875==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Nico wrote:

> I have to search all the files in a directory and its subdirectories=20
> and their subdirectories for a string.
>=20
> I can search a directory at a time with fgrep 'string' *.*, but this
> is taking ages to do for every dirictory.  Is their a way to grep
> recursively through the directories?  I could not find anything like
> that in the manual.

Here is my perl script that does this:

#!/usr/bin/perl

# rgrep - recursive grep=20

use Getopt::Std;
require "finddepth.pl";
getopts('lih');
$opt_h and usage();

$pat=3Dshift or usage();
$d=3Dshift or usage();
-d $d or die "$d is not a directory\n";
finddepth($d);
sub wanted {
  -f $_ or return;      # we only want plain files:
  -z _ and return;      # but no empty files:
  -B _ and return;      # and no binary files:
  open(IN,$_);
  while() {
    ($opt_i ? /$pat/i : /$pat/) or next;
    $opt_l and do { print "$name\n"; last };
    print "$name: $_";
  }
}
sub usage { die "Usage: rgrep [-l] [-i] pattern ($pat) directory ($d)\n" }


--=20
Hartelijke groet, Wybo Dekker
___________________Servalys Analytical Chemistry Services__________________
wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-652164
www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8879474533569764875==--


From martin_moeller@technologist.com Fri Feb  5 14:18:47 1999
From: martin_moeller@technologist.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] MAC addresses.
Date: Fri, 05 Feb 1999 15:18:47 +0100
Message-ID: <36BAFDC7.6AC21C83@technologist.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0599740912558288957=="

--===============0599740912558288957==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi SuSE'ers.

Would any of you know of a generic way of querying an Ethernet adapthers
MAC Address? It's not something I need terribly, but it's something I'd
like to be able to do.=20

Would there be any way of detecting Ethernet cards in the machine
without modprobing drivers? Some standard way of finding out 'this is a
Ethernet adapter' of some type or other?

Regards,

Martin Moeller.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0599740912558288957==--


From samelash@ix.netcom.com Fri Feb  5 14:21:01 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: No Subject
Date: Fri, 05 Feb 1999 14:21:01 +0000
Message-ID: <3.0.3.32.19990205142101.00aff6b0@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4524832263672380973=="

--===============4524832263672380973==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have stock 5.3 cd set , Which one do I need to use ??

Thanks

Samy

ftp://ftp.su=
se.com/pub/suse_update/XFree86-3.3.3.1-SuSE/>

 ..
 glibc2/                               04.02.98  14:39:00
 libc5/                                25.01.99  16:46:00
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4524832263672380973==--


From grimmer@suse.de Fri Feb  5 14:46:05 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Console printing.........
Date: Fri, 05 Feb 1999 15:46:05 +0100
Message-ID: 
In-Reply-To: <36BA04E7.FE33CD64@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2384969778132636427=="

--===============2384969778132636427==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 4 Feb 1999, Zulfiqar Naushad wrote:

> When I use a Xwindows based program like WP8, everything prints real
> nice.  However when I use the console and do a cat foo.bar /dev/lp0
> then it prints in landscape format.  Is there a way where I can change
> it to portrait mode?

Try to use "lpr foo.bar" to print regular text files. You can also change
the orientation in /etc/apsfilterrc. Look for the keyword "FEATURE", there
are several examples listed.

Bye,
        LenZ

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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2384969778132636427==--


From nils@bourbon.propertymall.com Fri Feb  5 14:46:21 1999
From: nils@bourbon.propertymall.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Linux Books
Date: Fri, 05 Feb 1999 15:46:21 +0100
Message-ID: <199902051446.PAA05097@bourbon.propertymall.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2964802405431491547=="

--===============2964802405431491547==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Talking of Linux books, can anyone suggest a book that goes in depth into
the Linux environment. What I am looking for is a book which does not
give basic details of how to use Linux, but one which goes into details
about system libraries (i.e. explaining a.out, ELF, glibc) and similiar
topics?

Nils

nils(a)propertymall.com

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2964802405431491547==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb  5 15:13:10 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Fri, 05 Feb 1999 16:13:10 +0100
Message-ID: <19990205161310.C598@one.hrz.tu-chemnitz.de>
In-Reply-To:
 <"H00006a0061b4645*/I=A/S=Crowe/OU=OPENMAIL1/OU=TSEA-E/O=SHELLEXPRO
 ABERDEEN/PRMD=SHELL/ADMD=GOLD 400/C=GB/"@MHS>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1294898737197158522=="

--===============1294898737197158522==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 04, 1999 at 09:09 +0000, A.Crowe(a)OPENMAIL1.TSEA-E.sukepabe.simi=
s.com wrote:

> Add a line something like
>=20
> /dev/fd0   /floppy        ext2    defaults    0    0
>=20
> I tend to have two lines in my /etc/fstab - one for FAT FDs and one for
> ext2 FDs.  I dunno if it's absolutely necessary, but it works for me.
> The line for FAT disks looks something like
>=20
> /dev/fd0   /mnt/floppy    vfat    defaults    0    0

You could also use something like=20

/dev/fd0   /mnt/floppy    auto    defaults    0    0

This way the file system is detected automatically.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1294898737197158522==--


From johnvv@hotmail.com Fri Feb  5 15:20:53 1999
From: johnvv@hotmail.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Consumer NT?  CXN take  :)
Date: Fri, 05 Feb 1999 07:20:53 -0800
Message-ID: <19990205152053.2712.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2607716741976299411=="

--===============2607716741976299411==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello, I spent 2 full days killing myself with single-floppy-linux, and=20
I can say that, if I cant handle the stress, how the h*ll is Gates gunna=20
do it ??  :)

So anyway, the ThinMan project is unfolding as a browser based java=20
station running on a SuSE base/cyrix w/ the best pub-dom stuff I can=20
find, with as much from IBM as possible.

So I am interested in making an X version of CE, knowing full well that=20
CE will never be a development envrio.  Every set-top-box OS=20
dilbert-ately locks down the user, the Corp/MBA is not here to enable=20
you, he/she/they are here to knock you down, maintain control, and=20
squeeze you for $.

Needless to say there are  companies that support the=20
pub-dom/linux/gnu/artistic principles, but in the consumer market (or=20
arena) the sadder reality is true, and Microsoft, with Bill Gates as=20
founder, is inherit-ly committed to "the squeeze"

>>Hey, johnvv, lighten up, its Friday

OK

Oh yea, I installed debian yesterday from floppies, and in the haze I=20
accidently ordered SuSE.

>
>http://www.zdnet.c=
om/anchordesk/story/story_3060.html>
>-

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2607716741976299411==--


From mperry@basin.com Fri Feb  5 15:42:31 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 07:42:31 -0800
Message-ID: <199902051542.HAA00369@mperry.basin.com>
In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0477008335342302712=="

--===============0477008335342302712==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On  5 Feb, Delbaere, Tim wrote:
>=20
> Hello,
>=20
> Well, this Wednesday, I finally plucked up courage and installed Linux onto
> my home PC. Nothing great for you guy's and gal's, but for a total newbie to
> anything other than MS Windows, it was a big step. Biggest problem's I had
> were trying to get my graphics card to work (Diamond Fire GL1000 Pro), and I
> could not get X Windows configure my mouse. I had to get a new server for my
> graphics card, and had to disable USB support in my PC Bios. All in all,
> quite a painless task, and now I have a totally new OS to play around with.
>=20
> Can anyone recommend some good book's for getting to grips with Linux?, and
> are there any C.A.D. Programs that run under Linux?
>=20
> Thanks
> Tim Delbaere
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

I like the manual which ships with SuSE 5.3 because it seems split into
the parts I can digest the easiest and I also like a "Practical Guide
to Linux" by Sobell.  Sobell's book is not oriented toward any
particular brand of linux and it is written in a way that I can read
and take away.

To get an idea about applications across the spectrum, take a look at
the Linux Utilities and Applications Page at:

http://www.xnet.com/~blatura/linux.shmtl>

This is one of those pages you bookmark and come back to often.

Take care and have fun!!

--=20
Michael E. Perry
mperry(a)basin.com
------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0477008335342302712==--


From jperser@airmail.net Fri Feb  5 16:17:35 1999
From: jperser@airmail.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] grep recursive
Date: Fri, 05 Feb 1999 10:17:35 -0600
Message-ID: <36BB199F.BBD88DEA@airmail.net>
In-Reply-To: <19990110.205051.14806.4.gordster@juno.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4253710711215727054=="

--===============4253710711215727054==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Here's a perl script that you can use.
Just call mfind at any directory level with a string you want to search
for.  It will recurse through every directory and scan the files.  I use it
many times every day.

regs,
-jrp

Gordon E Heiitzman wrote:

> >I have to search all the files in a directory and its subdirectories
> >and their subdirectories for a string.
> >
> >I can search a directory at a time with fgrep 'string' *.*, but this
> >is >taking ages to do for every dirictory.
> >>Is their a way to grep recursively through the directories?  I could
> >not find anything like that in the manual.
> >
> >Thanks    >Nico
> >-
>
> A friend of mine has a utility called  "tgrep"  which does exactly
> what you describe.  Has anyone else heard of this?  If it's not
> available out there I could see about getting it to you.
>            Gordy             gordy(a)usjet.net
>
> ___________________________________________________________________
> You don't need to buy Internet access to use free Internet e-mail.
> Get completely free e-mail from Juno at http://www.juno.com=
/getjuno.html>
> or call Juno at (800) 654-JUNO [654-5866]
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
#!/usr/bin/perl
#
#	This script looks for a string in every text file it
#	can find
#
#   John Perser  (1-12-97) rev1
#   Brenden Tennant (7-15-97) added linenumber printouts
#                  added -v flag to print out every occurance in each file
#                  added -a flag to print out only the lines that contain all=
 words in list
#                  added -h flag to print out a help summary
#                  added -q flag for quiet listing of filenames only
# =20

#
# printhelp prints a help screen to stdout.
#
sub printhelp {
    print "\n";
    print "   Usage for mfind:\n\n";
    print "   mfind [-hva] search_word [search_word] [search_word] [...]\n";
    print "     -h prints out this help text\n";
    print "     -v displays every line with a match in each file (not just th=
e first)\n";
    print "     -a displays only the lines that contain all words to search o=
n\n";
    print "     -w strips whitespace from the begining of matched lines\n";
    print "     -q prints a quiet listing with only filenames\n";
    die "\n";
}

# check command line parms for switches
if (index($ARGV[0], "-") =3D=3D 0) { $flags =3D shift; } else { $flags =3D ""=
; }
# make sure there is something to search for
if ($ARGV[0] eq "") { &printhelp; }

# handle switches
if (index($flags, "h") >=3D 0) { &printhelp; }
if (index($flags, "v") >=3D 0) { $verbose =3D 1; print "Verbose listing ON.\n=
"; } else { $verbose =3D 0; }
if (index($flags, "a") >=3D 0) { $andwords =3D 1; print "And word list ON.\n"=
; } else { $andwords =3D 0; }
if (index($flags, "w") >=3D 0) { $stripwhitespace =3D 1; print "Whitespace st=
riping ON.\n"; } else { $stripwhitespace =3D 0; }
if (index($flags, "q") >=3D 0) { $nameonly =3D 1 } else { $nameonly =3D 0; }

open ( FIND, "find . -print |") || die "Couldn't run find: $!\n";

FILE:

    while ($filename =3D ) {
        chop $filename;
        next FILE unless -T $filename;
        if ( !open (TEXTFILE, $filename )) {
            print STDERR "Can't open $filename -- continuing...\n";
            next FILE;
        }
        $linenumber =3D 0;
        while (  ) {
            $linenumber ++;
            if ($andwords =3D=3D 0) {
                foreach $word (@ARGV) {
                    if (index($_, $word) >=3D 0) {
                        if ($nameonly =3D=3D 1) { print "$filename\n"; next F=
ILE; } =20
                        if ($stripwhitespace =3D=3D 1) {  s/^\s*//; }
                        print "$filename ($linenumber)-> $_";
                        if ($verbose =3D=3D 0) { next FILE; }
                    }
                }
            }
            else {
                $valid =3D 1;
                foreach $word (@ARGV) {
                    if ((index($_, $word) >=3D 0) && ($valid =3D=3D 1)) {=20
                        $valid =3D 1;=20
                    } else { $valid =3D 0; }                   =20
                }
                if ($valid =3D=3D 1) {
                    if ($stripwhitespace =3D=3D 1) { s/^\s*//; }
                    print "$filename ($linenumber)-> $_";
                    if ($verbose =3D=3D 0) { next FILE; }
                }
            }
        }
    }

--===============4253710711215727054==--


From wybo@servalys.hobby.nl Fri Feb  5 16:20:12 1999
From: wybo@servalys.hobby.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] grep recursive
Date: Fri, 05 Feb 1999 17:20:12 +0100
Message-ID: <199902051620.RAA03148@servalys.hobby.nl>
In-Reply-To: <[SuSE Linux] grep recursive>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5543833825140815750=="

--===============5543833825140815750==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ralph Clark wrote:

> Honestly! You perl fanatics would write a perl script to do
> anything. There is no need for this really, it can be done with
> standard unix commands. Just pick one of the following:
>=20
> To print out all the matching lines themselves:
>=20
> 1) find  -type f -exec grep '' {} \;
>=20
> To print out the names of all the files which contained a matching string:
>=20
> 2) find  -type f -exec grep -q '' {} \; -print
> or
> 3) find  -type f -exec grep -l '' {} \;
>=20
> To print out both (with the file's name appearing _after_ each list
> of matching strings)
>=20
> 4) find  -type f -exec grep '' {} \; -print
>=20
> I do this all the time. It might be interesting to compare memory
> usage, CPU utilisation and execution time of these methods vs. the
> above perl script.

OK. First of all: find -f sees ELF binaries, .dvi- files etcetera,
which you don't want to scan with grep-like programs. They can mess up
your screen.

Then:
1) does not show filenames at all,
2) and 3) work fine (except for the binaries) if you just want the filenames
4) shows the filenames at the end, which is not what you want because
   the output if difficult to parse.  Even worse: you get the name on a
   separate line, and only after the last matching line.=20

Finally: speed and memory usage:

Your command 4): elap 1.104 user 0.600 syst 0.500 CPU 99.65
My script:       elap 0.296 user 0.260 syst 0.030 CPU 97.82

Yes, you are slower, because you start a process for every file you
find. Which is also why you use more memory.

Its your turn!! I hope you'll also become a Perl fanatic, sometime.

--=20
Hartelijke groet, Wybo Dekker
___________________Servalys Analytical Chemistry Services__________________
wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-652164
www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5543833825140815750==--


From zentara@mindspring.com Fri Feb  5 16:33:52 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Fri, 05 Feb 1999 11:33:52 -0500
Message-ID: <36BB1D70.2347BC76@mindspring.com>
In-Reply-To: <36BAD8FC.F06CCE66@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7787493615921479910=="

--===============7787493615921479910==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Rachel Greenham wrote:
>=20
> zentara wrote:

> Hmm.
>=20
> My /etc/conf.modules does indeed hold the following:
>=20
> alias eth0 ne
> options ne io=3D0x220
>=20
> The fact remains that with the exact same scripts and conf.-files 2.2.1
> exhibits a fault that 2.0.36 doesn't. Albeit not a showstopper.

I'm still waiting for my disks, so I'm just guessing. :-)

Is it pnp? Maybe the card isn't getting setup right with
the new "built-in-pnp" feature of the new kernel.
Do the boot messages show the card being initialized?
Did you enable the pnp feature of the 2.2.1 kernel?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7787493615921479910==--


From jperser@airmail.net Fri Feb  5 16:35:38 1999
From: jperser@airmail.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 10:35:38 -0600
Message-ID: <36BB1DDA.CAF63278@airmail.net>
In-Reply-To: <36BADC89.46D0EC0F@connix.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4202857286438533574=="

--===============4202857286438533574==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I think the book that comes with the SuSE is pretty good.  I've been using
Unix for years and it seemed to be as informative on many topics as the
things I've seen on the shelves in bookstores.

If you are totally new to Unix, the Running Linux book would be a good
choice.

dizzy wrote:

> Lenz Grimmer wrote:
>
> > Hi,
> >
> > On Fri, 5 Feb 1999, Delbaere, Tim wrote:
> > hard to recommend a certain one. Maybe you should start with "Linux
> for
> > Dummies" (no pun intended) or "Running Linux". You should have a look
> at

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4202857286438533574==--


From zentara@mindspring.com Fri Feb  5 16:44:42 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] LSB project: succes or failure?
Date: Fri, 05 Feb 1999 11:44:42 -0500
Message-ID: <36BB1FFA.D6F67185@mindspring.com>
In-Reply-To: <99020512544902.00301@for>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3270109304523890368=="

--===============3270109304523890368==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




alexander volovics wrote:
>=20
> On Tue, 02 Feb 1999 zentara wrote:
>=20
> At the moment I have a commercial Linux app that gives problems on both
> SuSE and RH. 'Strace' shows different things happening when trying to
> open files on both.

That is a bit scary, isn't it? Why would strace show a difference?
Because of differences in the shared libraries?  Or something more
"sinister" :-)

> I myself would not like everything 'fixed' or 'dictated' (I am an
> anarchist at heart) but on the other hand I use Linux for work=3Dmoney=3Dbr=
ead
> and I don't want to have to spend too much time with "unnecessary" tinkering
> and endless searches: Linux should be Linux.
> It is pretending to be 'grown up' now and not any longer (solely) a hackers
> plaything.

What is the problem of "linux not being the same everywhere"?
Do you switch around to different machines alot?
Or is it getting difficult to write a software application
that will run on all versions of linux?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3270109304523890368==--


From zentara@mindspring.com Fri Feb  5 16:52:22 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux Books
Date: Fri, 05 Feb 1999 11:52:22 -0500
Message-ID: <36BB21C6.7DC94E51@mindspring.com>
In-Reply-To: <199902051446.PAA05097@bourbon.propertymall.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1443094666614350964=="

--===============1443094666614350964==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Nils wrote:
>=20
> Talking of Linux books, can anyone suggest a book that goes in depth into
> the Linux environment. What I am looking for is a book which does not
> give basic details of how to use Linux, but one which goes into details
> about system libraries (i.e. explaining a.out, ELF, glibc) and similiar
> topics?

Well, it dosn't go into depth about glibc, but it does explain
shell scripts, libaraires, curses, tcl, sockets, X, etc. It does
it in an easy to understand  style. It comes with example
source code for you to compile also.

Look at " Beginning Linux Programming" from Wrox Press

Cheapbytes.com has it in their books section

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1443094666614350964==--


From mwagnon@ixpres.com Fri Feb  5 16:57:36 1999
From: mwagnon@ixpres.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 08:57:36 -0800
Message-ID: <36BB2300.5198DA0@ixpres.com>
In-Reply-To: <199902051542.HAA00369@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6540682711840228501=="

--===============6540682711840228501==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> To get an idea about applications across the spectrum, take a look at
> the Linux Utilities and Applications Page at:
>=20
> http://www.xnet.com/~blatura/linux.shmtl>
>=20
> This is one of those pages you bookmark and come back to often.

I believe the URL is <=
A HREF=3D"http://www.xnet.com/~blatura/linapps.shtmlhttp://www.xnet.com/=
~blatura/linapps.shtml>

It is an excellent resource.


--=20
                                  __   _
Mark Wagnon                  -o) / /  (_)__  __ ____  __
Chula Vista, CA              /\\/ /__/ / _ \/ // /\ \/ /
mailto:mwagnon(a)ixpres.com   _\_=
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6540682711840228501==--


From lunaslyd@pacbell.net Fri Feb  5 17:02:14 1999
From: lunaslyd@pacbell.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 09:02:14 -0800
Message-ID: <99020508590502.02403@sterling>
In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7630993622898541088=="

--===============7630993622898541088==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 05 Feb 1999, you wrote:
>Hello,
>
>Well, this Wednesday, I finally plucked up courage and installed Linux onto
>my home PC. Nothing great for you guy's and gal's, but for a total newbie to
>anything other than MS Windows, it was a big step. Biggest problem's I had
>were trying to get my graphics card to work (Diamond Fire GL1000 Pro), and I
>could not get X Windows configure my mouse. I had to get a new server for my
>graphics card, and had to disable USB support in my PC Bios. All in all,
>quite a painless task, and now I have a totally new OS to play around with.
>
>Can anyone recommend some good book's for getting to grips with Linux?, and
>are there any C.A.D. Programs that run under Linux?
>

The three books that never leave my side are: "Running Linux", Matt Welch and
Lar Kaufman, O'Rielly and Associates; "UNIX Power Tools" by Jerry Peek, Tim
O'Reilly and Mike Loukides, O'Reilly and Associates and "Essential System
Administration" by AEleen Frisch, O'Reilly and Associates.  If you're getting
the impression that O'Reilly and Associates make great books on UNIX and Linu=
x,
you're paying attention.  The latter two are more general UNIX info, but very
useful.  Running Linux is the bible.

Well, I've heard Linus is a cad...oh!  You mean computer aided design ;-)

Doing a search at Google on "CAD/CAM", I came up with this:

http://sal.kachinatech.com/E/2/index.shtm=
l>

Looks like most of the CAD stuff is still commercial, but I did notice one
effort for a GPL CAD program in there.


--
lunaslide           *          PGP key->pgpkeys.mit.edu port 11371
 *     *        *               *             *             *    =20
In a closed society where everybody's guilty, the only crime is *=20
getting caught.  In a world of thieves, the only final sin is    =20
stupidity.        *        -Fear and Loathing in Las Vegas    *  =20
       *         *                       *        *              *
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7630993622898541088==--


From lunaslyd@pacbell.net Fri Feb  5 17:10:14 1999
From: lunaslyd@pacbell.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux Books
Date: Fri, 05 Feb 1999 09:10:14 -0800
Message-ID: <99020509172506.02403@sterling>
In-Reply-To: <199902051446.PAA05097@bourbon.propertymall.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7531830084789701241=="

--===============7531830084789701241==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 05 Feb 1999, you wrote:
>Talking of Linux books, can anyone suggest a book that goes in depth into
>the Linux environment. What I am looking for is a book which does not
>give basic details of how to use Linux, but one which goes into details
>about system libraries (i.e. explaining a.out, ELF, glibc) and similiar
>topics?

I don't know if this meets your needs exactly.  You can probably get an
explaination of those topics on the net at the Linux Documentation Project:

http://metalab.unc.edu/LDP/>

Anyway, as for books, "Beginning Linux Programming" by Wrox does explain some
of the system libraries and how to use the UNIX/Linux enviornment for
programming.  It isn't for beginning programmers, but people who know how to
program and want to learn on Linux.

 --
lunaslide           *          PGP key->pgpkeys.mit.edu port 11371
 *     *        *               *             *             *    =20
In a closed society where everybody's guilty, the only crime is *=20
getting caught.  In a world of thieves, the only final sin is    =20
stupidity.        *        -Fear and Loathing in Las Vegas    *  =20
       *         *                       *        *              *
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7531830084789701241==--


From jxfish2@uswest.net Fri Feb  5 17:14:12 1999
From: jxfish2@uswest.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] 6.0 shipping...
Date: Fri, 05 Feb 1999 10:14:12 -0700
Message-ID: <36BB26E4.AEEDAB6C@uswest.net>
In-Reply-To: <36BB1DDA.CAF63278@airmail.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1377581458583806784=="

--===============1377581458583806784==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




For those interested...

I just spoke with the North American SuSE distribution center...

6.0 is shipping NOW...

Just thought I'd let ya all know... ;-)

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1377581458583806784==--


From samelash@ix.netcom.com Fri Feb  5 17:44:48 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] external modems for linux
Date: Fri, 05 Feb 1999 17:44:48 +0000
Message-ID: <3.0.3.32.19990205174448.00afd7b4@popd.ix.netcom.com>
In-Reply-To: <36BB69E3.91FB8B4@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5414402533776851497=="

--===============5414402533776851497==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 05:00 PM 2/5/1999 -0500, you wrote:
>
>Samy Elashmawy wrote:

hmmm. I was hoping that it(external modem) would use the irq and io address
of the com port that it was on. ie com2 / irq3 com3 irq11 . Doent the new
asus p5 mb allready have the new dast uart ?

With an internal modem you need an empty irq and io address otherwise you
need to disable something esle. Therfore I might as well use an external
modem. I am realy getting tired of opening the case just to fiddle with the
modem settings. Cheaper in the long run to use the external , and use my
time elsewhere.

=20

>> I have an internal 56K modem , and my pc is really short on irqs ect...
>> I am considering purchasing an external 56 k modem.
>>=20
>> 1/ are these easier to set up ?
>
>Well you don't have to worry about the pnp aspect of setting
>it up. You still will need to use an irq for it. So you won't
>be saving anything there. You will need to assign the irq to the=20
>onboard uart connected to your serial port. If the internal modem
>is working now, you can move it to the irq your serial port is
>on. Go into bios setup, find com port settings , and under
>com2, disable it. Then irq 3 should be available to your
>modem. Seyup the isapnp.conf to give irq 3 to the modem,=20
>or ghange the jumpers.
>>3/ can a linux/samba server be set up so that win95/8 users can use a
>=20
>> 2/ what brands/models work with linux ?
>
>I think any external works.
>=20
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5414402533776851497==--


From jperser@airmail.net Fri Feb  5 17:57:11 1999
From: jperser@airmail.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] grep recursive
Date: Fri, 05 Feb 1999 11:57:11 -0600
Message-ID: <36BB30F7.65CF4123@airmail.net>
In-Reply-To: <199902051620.RAA03148@servalys.hobby.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2093877659508777681=="

--===============2093877659508777681==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well I'm not a perl fanatic, but I prefer to type less if possible.  On my
machine I can't tell the difference in run time between mfind and a find
command.

mfind -v ''
is much simpler than

find  -type f -exec grep '' {} \; -print

or

find . -type f  | xargs grep ''

The advantage of the perl script is the output can be further refined by pipi=
ng
to grep.

For example:

mfind -v class | grep -n public

Will locate and print out
    filename, linenumber and string for every occurrance of   class AND public
on the same line.
    and won't look through files that aren't of type TEXT.

That's what I used before I learned perl.
regs,
-jrp

"W.H. Dekker" wrote:

> Ralph Clark wrote:
>
> > Honestly! You perl fanatics would write a perl script to do
> > anything. There is no need for this really, it can be done with
> > standard unix commands. Just pick one of the following:
> >
> > To print out all the matching lines themselves:
> >
> > 1) find  -type f -exec grep '' {} \;
> >
> > To print out the names of all the files which contained a matching string:
> >
> > 2) find  -type f -exec grep -q '' {} \; -print
> > or
> > 3) find  -type f -exec grep -l '' {} \;
> >
> > To print out both (with the file's name appearing _after_ each list
> > of matching strings)
> >
> > 4) find  -type f -exec grep '' {} \; -print
> >
> > I do this all the time. It might be interesting to compare memory
> > usage, CPU utilisation and execution time of these methods vs. the
> > above perl script.
>
> OK. First of all: find -f sees ELF binaries, .dvi- files etcetera,
> which you don't want to scan with grep-like programs. They can mess up
> your screen.
>
> Then:
> 1) does not show filenames at all,
> 2) and 3) work fine (except for the binaries) if you just want the filenames
> 4) shows the filenames at the end, which is not what you want because
>    the output if difficult to parse.  Even worse: you get the name on a
>    separate line, and only after the last matching line.
>
> Finally: speed and memory usage:
>
> Your command 4): elap 1.104 user 0.600 syst 0.500 CPU 99.65
> My script:       elap 0.296 user 0.260 syst 0.030 CPU 97.82
>
> Yes, you are slower, because you start a process for every file you
> find. Which is also why you use more memory.
>
> Its your turn!! I hope you'll also become a Perl fanatic, sometime.
> --
> Hartelijke groet, Wybo Dekker
> ___________________Servalys Analytical Chemistry Services__________________
> wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-6521=
64
> www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2093877659508777681==--


From larry.yates@compaq.com Fri Feb  5 18:24:48 1999
From: larry.yates@compaq.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kernel 2.2 and Penguin
Date: Fri, 05 Feb 1999 10:24:48 -0800
Message-ID:
 <9FFA13EBD965D1119BB700805FE646330256A072@excpla-19601.telecom.tandem.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0303146025105883642=="

--===============0303146025105883642==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi!

I compiled kernel 2.2 mainly to see the penguin
upon logon, but I see no penguin...

Seriously, I had other reasons for checking out
the 2.2 kernel, but I 'really' wanted to see
that penguin...

What did I do wrong?

-Larry
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0303146025105883642==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb  5 19:22:06 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Reply-To (was: Re: New Linux User)
Date: Fri, 05 Feb 1999 20:22:06 +0100
Message-ID: <19990205202206.A1859@one.hrz.tu-chemnitz.de>
In-Reply-To: <36BADC89.46D0EC0F@connix.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5664072538156420099=="

--===============5664072538156420099==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, Feb 05, 1999 at 06:56 -0500, dizzy wrote:

> ps: why does the replyto seem to go to only the sender? I strongly
> suspect my messages not making it to this list. Must i reply to *all*.
> Many messages Ive sent... Ive not seen appear on this list
> ideas?

Well, the SuSE guys have finally removed the Reply-To pointing
to the mailinglist address. This will (hopefully) safe us a lot
of mail bounces. If you want to reply to the list, use the group
reply feature of your mailer (or list reply if it has that).

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5664072538156420099==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb  5 19:35:23 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Floppy disk and FSTAB
Date: Fri, 05 Feb 1999 20:35:23 +0100
Message-ID: <19990205203523.B1859@one.hrz.tu-chemnitz.de>
In-Reply-To: <36B9C082.F91C2016@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0367367124585093463=="

--===============0367367124585093463==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:

> However when I change the fstab entry to......
>=20
>=20
> /dev/fd0       /floppy                    auto            rw,noauto,user,ex=
ec,umask=3D000
>=20
> and issue a mount /floppy/ command it says......
>=20
> zuli(a)L31:/home/zuli > mount /floppy/
> mount: wrong fs type, bad option, bad superblock on /dev/fd0,
>        or too many mounted file systems

Try

/dev/fd0	/floppy	auto	rw,noauto,user,exec

If the umask=3D000 option is given, (v)fat disks can be mounted
(that's what I tried), but ext2 disks not, because this option
does not make sense with ext2.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0367367124585093463==--


From rachel@epinet.co.uk Fri Feb  5 19:51:16 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Fri, 05 Feb 1999 19:51:16 +0000
Message-ID: <36BB4BB4.1E2AD07B@epinet.co.uk>
In-Reply-To: <36BB1D70.2347BC76@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8638155744473599359=="

--===============8638155744473599359==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




zentara wrote:
>=20
> Rachel Greenham wrote:
> >
> > zentara wrote:
>=20
> > Hmm.
> >
> > My /etc/conf.modules does indeed hold the following:
> >
> > alias eth0 ne
> > options ne io=3D0x220
> >
> > The fact remains that with the exact same scripts and conf.-files 2.2.1
> > exhibits a fault that 2.0.36 doesn't. Albeit not a showstopper.
>=20
> I'm still waiting for my disks, so I'm just guessing. :-)
>=20
> Is it pnp? Maybe the card isn't getting setup right with
> the new "built-in-pnp" feature of the new kernel.
> Do the boot messages show the card being initialized?
> Did you enable the pnp feature of the 2.2.1 kernel?

PNP is not enabled at any stage. I can't remember right now if it reads
the card details during bootup.


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8638155744473599359==--


From rachel@epinet.co.uk Fri Feb  5 19:55:15 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernel 2.2 and Penguin
Date: Fri, 05 Feb 1999 19:55:15 +0000
Message-ID: <36BB4CA3.4A4403E1@epinet.co.uk>
In-Reply-To:
 <9FFA13EBD965D1119BB700805FE646330256A072@excpla-19601.telecom.tandem.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4902774033819945642=="

--===============4902774033819945642==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Yates, Larry" wrote:
>=20
> Hi!
>=20
> I compiled kernel 2.2 mainly to see the penguin
> upon logon, but I see no penguin...
>=20
> Seriously, I had other reasons for checking out
> the 2.2 kernel, but I 'really' wanted to see
> that penguin...
>=20
> What did I do wrong?

I understand you "see the penguin" when running framebuffer console. You
can configure this to run with 2.2 kernels, but it's not the default and
I haven't figured out how to do it either. Was going to ask myself at
some point... :-}


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4902774033819945642==--


From mperry@basin.com Fri Feb  5 19:58:33 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] minimal rescue boot system
Date: Fri, 05 Feb 1999 11:58:33 -0800
Message-ID: <199902051958.LAA00562@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3800324124049803740=="

--===============3800324124049803740==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I just downloaded a rather nice minimal boot rescue system that fits on
a floppy diskette called ramfloppy.  This includes utilities, will
mount ide disks interactively with mount commands, and the process
creates a bootable floppy diskette for those times you need it.
It took me about 10 minutes to build the rescue diskette but you will
need the RAR archiver/unarchiver to decompress it.

Pretty cool stuff.  It launches with mc running and an editor in place.
Its at sunsite incoming now. =20

--=20
Michael E. Perry
mperry(a)basin.com
------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3800324124049803740==--


From rachel@epinet.co.uk Fri Feb  5 19:59:36 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] BitchX is not an X application. :-)
Date: Fri, 05 Feb 1999 19:59:36 +0000
Message-ID: <36BB4DA7.1DAAC629@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6145331148868891482=="

--===============6145331148868891482==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just thought I'd mention it, as it's listed under xap for X applications
(or Applications that run under X to be exact). It's a terminal program,
not X. :-)

Probably should be under n for Networking stuff - where ircii lives...


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6145331148868891482==--


From rachel@epinet.co.uk Fri Feb  5 20:03:17 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 bug: Acrobat plugin for Netscape
Date: Fri, 05 Feb 1999 20:03:17 +0000
Message-ID: <36BB4E85.7AC3EBF7@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5470120056756741446=="

--===============5470120056756741446==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




OK this is all with virgin stuff installed from SuSE 6.0, not downloaded
or installed from anywhere else - the Acrobat Plugin for Netscape
Communicator doesn't work because it's looking for libc5 (libc.so.5) and
can't find it. The exact error message is: "ERROR: libc.so.5: cannot
open shared object file: No such file or directory Can't load plugin
/usr/X11R6/lib/Acrobat3/Browsers/intellinux/nppdf.so. Ignored.

The listed file ...nppdf.so is there, and accessible under my user, so I
think it's the library that's missing not the plugin. :-)

acroread itself seems to work OK.

And I've just checked my /lib and guess what? No libc.so.5 (standard
install from SuSE-Linux.6.0-evaluation, no subsequent modifications by
me). I'm just looking at the SuSE ftp site...

Downloading shlibs.rpm and shlibs5.rpm in the hope that this is what I
need - although YAST *tells* me I already have them... Anyway, we'll see
- this could of course kill my system... :-}

Nope, that wasn't it.

What should I do to run stuff that needs libc.so.5? (Hey, I thought
Netscape needed it, but that's working... Is SuSE distributing the glibc
version these days?)


--=20
Rachel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5470120056756741446==--


From linux1@mail.crc.com Fri Feb  5 20:04:00 1999
From: linux1@mail.crc.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.1 on SuSE 6.0
Date: Fri, 05 Feb 1999 15:04:00 -0500
Message-ID: <9902059182.AA918245369@mail.crc.com>
In-Reply-To: <[SuSE Linux] 2.2.1 on SuSE 6.0>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5314197372883386304=="

--===============5314197372883386304==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I discovered that I had to add a "sleep 3" to the /etc/rc.d/pcmcia at the
end of the start block when I went to the 2.2.x kernels over the 2.0.36
kernels.

-----Original Message-----
From: Rachel Greenham  at Internet

To: suse-linux-e(a)suse.com at Internet

Date: Friday, February 05, 1999 2:51 PM
Subject: RE: [SuSE Linux] 2.2.1 on SuSE 6.0

>
>zentara wrote:
>>
>> Rachel Greenham wrote:
>> >
>> > zentara wrote:
>>
>> > Hmm.
>> >
>> > My /etc/conf.modules does indeed hold the following:
>> >
>> > alias eth0 ne
>> > options ne io=3D0x220
>> >
>> > The fact remains that with the exact same scripts and conf.-files
>2.2.1
>> > exhibits a fault that 2.0.36 doesn't. Albeit not a showstopper.
>>
>> I'm still waiting for my disks, so I'm just guessing. :-)
>>
>> Is it pnp? Maybe the card isn't getting setup right with
>> the new "built-in-pnp" feature of the new kernel.
>> Do the boot messages show the card being initialized?
>> Did you enable the pnp feature of the 2.2.1 kernel?
>
>PNP is not enabled at any stage. I can't remember right now if it reads
>the card details during bootup.
>
>--
>Rachel
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5314197372883386304==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb  5 20:12:29 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] XFree 3.3.3.1 (was: no subject)
Date: Fri, 05 Feb 1999 21:12:29 +0100
Message-ID: <19990205211229.A3304@one.hrz.tu-chemnitz.de>
In-Reply-To: <3.0.3.32.19990205142101.00aff6b0@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6759974612969181460=="

--===============6759974612969181460==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, Feb 05, 1999 at 14:21 +0000, Samy Elashmawy wrote:

> I have stock 5.3 cd set , Which one do I need to use ??
[...]
> ftp://ftp.s=
use.com/pub/suse_update/XFree86-3.3.3.1-SuSE/>
>  ..
>  glibc2/                               04.02.98  14:39:00
>  libc5/                                25.01.99  16:46:00

libc5.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6759974612969181460==--


From mathowel@nmsu.edu Fri Feb  5 21:07:48 1999
From: mathowel@nmsu.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] PCMCIAsupport
Date: Fri, 05 Feb 1999 14:07:48 -0700
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7074202015619302442=="

--===============7074202015619302442==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




how can I compile PCMCIA support for a Linksys Ethernet Card. Currently
there is no PCMCIA support at all, no lights on the dongle or anything. If
anyone has any suggestions at all I would appreciate it.

Matthew D. Howell
mathowel(a)nmsu.edu
NMSU

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7074202015619302442==--


From tsteven@maptel.es Fri Feb  5 21:27:08 1999
From: tsteven@maptel.es
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 22:27:08 +0100
Message-ID: <001101be514e$4cc91ca0$95964dc3@tstevenmaptel>
In-Reply-To: <[SuSE Linux] New Linux User>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8369240819545679021=="

--===============8369240819545679021==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




----- Original Message -----
From: Delbaere, Tim 
To: 'Linux List' 
Sent: Friday, February 05, 1999 10:58 AM
Subject: [SuSE Linux] New Linux User

>
>Hello,
>
>Well, this Wednesday, I finally plucked up courage and installed Linux onto
>my home PC. Nothing great for you guy's and gal's, but for a total newbie
to
>anything other than MS Windows, it was a big step. Biggest problem's I had
>were trying to get my graphics card to work (Diamond Fire GL1000 Pro), and
I
>could not get X Windows configure my mouse. I had to get a new server for
my
>graphics card, and had to disable USB support in my PC Bios. All in all,
>quite a painless task, and now I have a totally new OS to play around with.

Hi,
    Me too,now have SuSE 5.3 up and running without many problems. I also
had a problem when setting up my mouse:- if i set it up first with YaST when
doing the initial installation and then set up X with SAX then I got a
multiple entry problem. I resolved this by saying no in YaST then using SAX
to configure it later.
    After following this list for some time before trying linux I thought
the biggest problems would be with some kinds of hardware, eg soundcards but
happily my awe 64 card worked perfectly ( using tcd ) the first time after
changing kernels to 2.0.36 and using the sound options when building the new
kernel. In fact all i had to change was the irq to 10 and dma channel 1 to
0, what puzzles me is how one would know these figures if it wasnt set up on
a windows box first?.
    Complaints?? only one so far, I have found it absolutely impossible  :)
to get the simplest form of connection to my isp up and running, How come
its so easy under W9x?? and so complicated under linux???
Trevor.

>Tim Delbaere
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8369240819545679021==--


From zentara@mindspring.com Fri Feb  5 22:00:03 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] external modems for linux
Date: Fri, 05 Feb 1999 17:00:03 -0500
Message-ID: <36BB69E3.91FB8B4@mindspring.com>
In-Reply-To: <3.0.3.32.19990205120426.00afcc1c@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8535938273683433722=="

--===============8535938273683433722==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> I have an internal 56K modem , and my pc is really short on irqs ect...
> I am considering purchasing an external 56 k modem.
>=20
> 1/ are these easier to set up ?

Well you don't have to worry about the pnp aspect of setting
it up. You still will need to use an irq for it. So you won't
be saving anything there. You will need to assign the irq to the=20
onboard uart connected to your serial port. If the internal modem
is working now, you can move it to the irq your serial port is
on. Go into bios setup, find com port settings , and under
com2, disable it. Then irq 3 should be available to your
modem. Seyup the isapnp.conf to give irq 3 to the modem,=20
or ghange the jumpers.
>=20
> 2/ what brands/models work with linux ?

I think any external works.
=20
> 3/ can a linux/samba server be set up so that win95/8 users can use a
> single modem to dial out to the isp using the same modem ?? If so is this
> difficult to set up ??

I never tried it, but others have done it. It will probably take
you a Saturday afternoon of fiddling with it. I think you
need to setup gateway, and ip masquerading.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8535938273683433722==--


From eck@ti.com Fri Feb  5 22:10:11 1999
From: eck@ti.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernel 2.2 and Penguin
Date: Fri, 05 Feb 1999 16:10:11 -0600
Message-ID: 
In-Reply-To:
 <9FFA13EBD965D1119BB700805FE646330256A072@excpla-19601.telecom.tandem.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8302453379963348237=="

--===============8302453379963348237==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You need to compile 2.2 for framebuffers and inorder to do this
I think you need to check yes for expermental compile options.

Terry

On Fri, 5 Feb 1999, Yates, Larry wrote:
>=20
> Hi!
>=20
> I compiled kernel 2.2 mainly to see the penguin
> upon logon, but I see no penguin...
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8302453379963348237==--


From mlmayo@texas.net Fri Feb  5 23:23:51 1999
From: mlmayo@texas.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User / ISP connection
Date: Fri, 05 Feb 1999 17:23:51 -0600
Message-ID: 
In-Reply-To: <001101be514e$4cc91ca0$95964dc3@tstevenmaptel>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6910421194470947930=="

--===============6910421194470947930==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>     Complaints?? only one so far, I have found it absolutely impossible  :)
> to get the simplest form of connection to my isp up and running, How come
> its so easy under W9x?? and so complicated under linux???
> Trevor.

Try a program called wvdial, you can't beat it for quick easy setup.  I
can't recall the URL but any search engine will point in the right
direction. It has a pretty universal conf file which you edit with your
user name and password so hooking up with your ISP should not be a
problem.  The modem auto-recognition/config feature is great. I'm using
it with a USR Courier external which was good when I had Windows on my
machine but it screams now.  I haven't even bothered to tweak the init
string.  The interface isn't pretty and you will have to alt-F* to another
console after you start it from the command line since it does not let go
of the console you start it at, but this has some advantages too.

Mike

 > > >Tim Delbaere > >-
> >To get out of this list, please send email to majordomo(a)suse.com with
> >this text in its body: unsubscribe suse-linux-e
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6910421194470947930==--


From tschlemmer@gmswireless.com Sat Feb  6 00:05:37 1999
From: tschlemmer@gmswireless.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] external modems for linux
Date: Fri, 05 Feb 1999 16:05:37 -0800
Message-ID: <36BB8751.EE5391FF@gmswireless.com>
In-Reply-To: <3.0.3.32.19990205174448.00afd7b4@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4387088646131987589=="

--===============4387088646131987589==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




An external modem uses the IRQ of whatever COM port you connect it to.=20

Samy Elashmawy wrote:
>=20
> At 05:00 PM 2/5/1999 -0500, you wrote:
> >
> >Samy Elashmawy wrote:
>=20
> hmmm. I was hoping that it(external modem) would use the irq and io address
> of the com port that it was on. ie com2 / irq3 com3 irq11 . Doent the new
> asus p5 mb allready have the new dast uart ?
>=20
> With an internal modem you need an empty irq and io address otherwise you
> need to disable something esle. Therfore I might as well use an external
> modem. I am realy getting tired of opening the case just to fiddle with the
> modem settings. Cheaper in the long run to use the external , and use my
> time elsewhere.
>=20
>=20
>=20
> >> I have an internal 56K modem , and my pc is really short on irqs ect...
> >> I am considering purchasing an external 56 k modem.
> >>
> >> 1/ are these easier to set up ?
> >
> >Well you don't have to worry about the pnp aspect of setting
> >it up. You still will need to use an irq for it. So you won't
> >be saving anything there. You will need to assign the irq to the
> >onboard uart connected to your serial port. If the internal modem
> >is working now, you can move it to the irq your serial port is
> >on. Go into bios setup, find com port settings , and under
> >com2, disable it. Then irq 3 should be available to your
> >modem. Seyup the isapnp.conf to give irq 3 to the modem,
> >or ghange the jumpers.
> >>3/ can a linux/samba server be set up so that win95/8 users can use a
> >
> >> 2/ what brands/models work with linux ?
> >
> >I think any external works.
> >
> >
> >-
> >To get out of this list, please send email to majordomo(a)suse.com with
> >this text in its body: unsubscribe suse-linux-e
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--
Tony Schlemmer                 | Phone : 425-372-2246
Software Developer             | Fax   : 425-372-2222
Global Mobility Systems, Inc.  | Mobile: 425-503-8544
11201 SE 8th Street, Suite 110 | mailto:tschlemmer(a)gmswireless.com
Bellevue, WA 98004             | http://www.gmswireless.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4387088646131987589==--


From fmiller@lightlink.com Sat Feb  6 02:01:53 1999
From: fmiller@lightlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] ATI
Date: Fri, 05 Feb 1999 21:01:53 -0500
Message-ID: <36BBA291.55BC194@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3385051578627209072=="

--===============3385051578627209072==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well, the Adaptec 7890 controller may be supported in 6.0, now if only
the ATI Rage Pro 3D which is imbedded on Dell Poweredge 2300s is
supported, because it sure isn't in 5.3. Anyone know?

Thanks,

Fred

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3385051578627209072==--


From hekate@intergate.bc.ca Sat Feb  6 02:41:03 1999
From: hekate@intergate.bc.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernel 2.2 and Penguin
Date: Fri, 05 Feb 1999 18:41:03 -0800
Message-ID: 
In-Reply-To:
 <9FFA13EBD965D1119BB700805FE646330256A072@excpla-19601.telecom.tandem.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3710016251266694682=="

--===============3710016251266694682==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 5 Feb 1999, Yates, Larry wrote:
> Seriously, I had other reasons for checking out
> the 2.2 kernel, but I 'really' wanted to see
> that penguin...
> What did I do wrong?
You have to check out the docs..I am probably forgetting..but I _believe_
you have to enable it when you run make config/make menuconfig or
whatever. Then you have to set it up in lilo. It won't just show the
penguin by default just because you have the new kernel. Also your mobo
has to support it.  This is what I recall:

configure vesafb into the kernel, add vga=3Dask to /etc/lilo.conf, press 305
when asked for the mode. If you get invalid mode it's due to the mobo, I
_think_.=20

Now I could be dead wrong on this. I don't run the penguin so your
mileage may vary. Happy penguining (sic) .=20
-M

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3710016251266694682==--


From dizzy73@connix.com Sat Feb  6 02:46:37 1999
From: dizzy73@connix.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 21:46:37 -0500
Message-ID: <36BBAD0C.9B8DC643@connix.com>
In-Reply-To: <41A241233152D211A75800805FAD5713025B48@EXCHANGE1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2704957448763579466=="

--===============2704957448763579466==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Surjit Bains wrote:

>
> Networking Linux  (Can't Remember who the publisher it's got a blue
> cover) can't remember the price
> Excellent book ( as a Network Newbie )on Networking explains concepts
> very clearly and explains how to setup IP Masq, PPP, Web Server Setup,
> Kernel compliation...
>
> I hope this helps...
> Surjit.

Yes!
Thats the book I was talking about
The Linux Network by Fred Butzen and Christopher Hilton
ISBN 1-55828-589-X $39.95
rob

Linux Home page http://www.connix.com/~dizzy73/LB=
M.htm>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2704957448763579466==--


From rachel@epinet.co.uk Sat Feb  6 03:15:13 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 bug: Acrobat plugin for Netscape
Date: Sat, 06 Feb 1999 03:15:13 +0000
Message-ID: <36BBB3C1.F5A6CD76@epinet.co.uk>
In-Reply-To: <[SuSE Linux] SuSE 6.0 bug: Acrobat plugin for Netscape>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6506544979450984626=="

--===============6506544979450984626==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Andreas Gerstlauer wrote:
>=20
> > What should I do to run stuff that needs libc.so.5? (Hey, I thought
> > Netscape needed it, but that's working... Is SuSE distributing the
> > glibc version these days?)
>=20
> Netscape (as everything in SuSE 6.0--- well, almost) is glibc.
> If you install the shlibs5 package, libc.so.5 will be there
> (in /usr/i486-linux/libc5/lib).

Oh yeah. :-}

Actually /usr/i486-linux-libc5/lib
                        ^
> I had the same problem and tried it with a link to libc.so.5
> in the /lib directory. Bad idea, netscape crashes when trying
> to load a PDF document.

yep.

> Luckily I found an article in the German support database about
> the problem. Solution: disable the nppdf.so plugin and revert
> to executing "acroread" external to netscape for PDF docs

Oh poo. 

It was working on SuSE 6.0 beta as well...


--=20
Rachel
Who on Monday will attempt to get the ShockWave Flash plugin working
again... :-}
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6506544979450984626==--


From hekate@intergate.bc.ca Sat Feb  6 03:25:46 1999
From: hekate@intergate.bc.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] New Linux User
Date: Fri, 05 Feb 1999 19:25:46 -0800
Message-ID: 
In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4684810830965845275=="

--===============4684810830965845275==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 5 Feb 1999, Delbaere, Tim wrote:
> Can anyone recommend some good book's for getting to grips with Linux?, and
> are there any C.A.D. Programs that run under Linux?
>=20
> Thanks
> Tim Delbaere
Well, I think it depends a bit on what you want to learn and why you use
Linux as well. Are you into programming? Are you coming at it purely from
a user standpoint? How much detail do you want?=20

I think there are a number of good beginner texts out there ( which you'll
rapidly outgrow). Running Linux is a good starting Linux specific text. (
I'm sure we'll see it recommended several times.) Beginning Linux
Programming is a good intro for programming Linux on intel. There are also
some good basic Unix books that with some care can be applied to Linux (
keeping in mind, that some Unix commands and programs act slightly
differently from their GNU counterparts, with the latter being an
improvement or degradation depending on your viewpoint and taste. :-), in
this regard, I would include the good, but somewhat dated Essential System
Administration for the 'next level' of books, as it goes a bit beyond just
learning basic commands to actually getting more familiar with scripting,
and the details and philosophy of administering Linux and Unix systems.
( Unix System Administrator's Handbook, IMHO, right now is the clearly
superior text, but omits specific mention of Linux and 'linuxisms', and
costs about twice what Aesch' ESA does. )=20

One thing I'd recommend: Take some day when you have time and go to a book
with a massive computer section and just look at what the various titles
have to offer. There is new stuff coming out all the time, with a variety
of focuses, you might want to 'expose' yourself to the market.

I also think it's good not to underestimate the already existing FREE
information like the LDP ( Note that S.u.S.E. includes alot of faqs and
docs with the distribution ) and online man pages. I think you might be
often surprised that with a little patience, a lot of questions, if
addressed on an 'as needed' basis can still be found there. Not all,
though, and some of the data is not 1000p to date.

Welcome aboard, and happy Linuxing,=20
-M

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4684810830965845275==--


From tomas@primenet.com Sat Feb  6 03:33:58 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] leafnode
Date: Fri, 05 Feb 1999 19:33:58 -0800
Message-ID: <36BBB825.B64916EA@primenet.com>
In-Reply-To: <000001be5172$1a498520$3ea7d8d4@copernico>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2468630526973998684=="

--===============2468630526973998684==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Antonino Sabetta wrote:
>=20
> I'm not able to make leafnode work. What shall I put in the nntp
> server dialog of Knews (or Netscape Comm.) to make it go? I've tried
> with the name of my computer (as it is written in /etc/HOSTNAME) or
> with "loclhost" but the news-clients still refuse to connect to the
> (local)server. I've followed all the steps in the documentation
> supplied with leafnode.....and I don't know what to do anymore!!
> Please take a minute to helo me.
> Thank you.

  This is assuming that you run a standalone system that you just want
to download news to so you can read at your leisure. If this is the case
then you don't want to use what you put in your '/etc/HOSTNAME'.
  Make sure that your '/etc/NNTPSERVER' or $NNTPSERVER says 'localhost',
then within your news reader, put the newsserver as 'localhost' as well.
Run '/usr/local/sbin/fetch -vv' so that it will get all the available
news groups (this takes a VERY long time) when done, open your
newsreader and subscribe to the groups you wish to read. Then run fetch
again so that it will download your selected news groups.
  Hope this helps. also I noticed above that you typed loclhost,
hopefully that was a typo and not what you actually put. Let me know if
this helps.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2468630526973998684==--


From hekate@intergate.bc.ca Sat Feb  6 03:40:44 1999
From: hekate@intergate.bc.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] LSB project: succes or failure?
Date: Fri, 05 Feb 1999 19:40:44 -0800
Message-ID: 
In-Reply-To: <99020512544902.00301@for>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6844603711142569977=="

--===============6844603711142569977==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 5 Feb 1999, alexander volovics wrote:
> I myself would not like everything 'fixed' or 'dictated' (I am an
> anarchist at heart) but on the other hand I use Linux for work=3Dmoney=3Dbr=
ead
> and I don't want to have to spend too much time with "unnecessary" tinkering
> and endless searches: Linux should be Linux.
> It is pretending to be 'grown up' now and not any longer (solely) a hackers
> plaything.

This has been an interesting thread to watch. Pathologically laziness
and an absence of time to spend 50 minutes trying to create a response
that is 'worthy' kept me away from the keys, but...

I think this is a good thing, --this move to standardize things across
distributions. For one thing, I think it, in the _long_ run, will improve
the 'image' of Linux ( and like it or not, image is important ) and helps
get rid of the 'wild man' element that helped launh Linux, but now seems
to be holding it back from becoming _universally_ acknowledged as a viable
platform solution. I do think people underestimate the complexity of the
project and the things that need to happen for it to be done The Right
Way.=20

I also think it would be nice to see how they handle the vast differences
in installation routines.. I think  it would be nice to have some kind
of standardization across the board on what it takes to build and install
a Linux system INTERACTIVELY--- if you read the recent comments in LJ, you
know one of the main concerns/issues by major companies about Linux from
moving to the next level as a platform solution for manufactors is that it
is still not easy and smooth enough in the configuration and installation
of Linux
boxes.=20

Thank you all for your thoughtful posts. It has been a fun read.=20
-M

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6844603711142569977==--


From hagenmik@pipeline.com Sat Feb  6 03:42:13 1999
From: hagenmik@pipeline.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] PCMCIA module for SCSI CD-ROM? Repeat query...
Date: Fri, 05 Feb 1999 22:42:13 -0500
Message-ID: <006d01be5182$b02a19a0$3d8156d1@mikehagen>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1698504321689975482=="

--===============1698504321689975482==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Am attempting to install SuSE 5.3 on a So= ny 505F=20 laptop.
Have booted from a floppy and need to rec= ognize=20 Panasonic CD-ROM KXL-D740 .
(DejaNews tells me the Panasonic SCSI card is based on QLogic CSE ch= ip=20 set.)
When I attempt to load PCMCIA modules, it finds i82365 ch= ipset=20 and asks for
"Parameters for PCMCIA core modules." I=20 have no idea what to enter.
If I leave it blank, system freezes.
Can anyone help?
--===============1698504321689975482==-- From hekate@intergate.bc.ca Sat Feb 6 03:48:42 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Fri, 05 Feb 1999 19:48:42 -0800 Message-ID: In-Reply-To: <99020512482400.00301@for> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5159517230962311059==" --===============5159517230962311059== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Personally I don't know what to think. I like SuSE, I like RedHat and next > month I will also be trying out Debian. I don't think I am willing, at this > time, to make any definite choice.=20 > They all have nice and irritating features. > And I don't think there is any reason, at the moment, to switch from > one to the other (except 'personal compatibility and taste' reasons). I agree. I have mixed reactions to the 'competitive' attitude users have about the dists. I think most of the time, people prefer dists for personal reasons of taste, as opposed to reasons that are primarily of a logistic nature. I think some of this creates a hostile and divisive climate. I think S.u.S.E., RedHat ( especially now ), Debian, are all good distributions. The main thing that is needed is more common ground between distributions of Linux so as to merge with that larger world that has no vested interest in seeing Linux succeed, so that the growth can continue in a positive direction. I think, at the end of this we could have Linuxes with distinct personalities and flavours that retain their technical 'personality' while at the same time acknowledging those things that need to happen across the board to promote universal acceptance of Linux as a platform solution for a variety of services. I'll love it when the 'hacker' and 'wild man' image that still infests ( bad choice of words, sorry ) Linux--is traded in for one of even more increasing acceptance and respectability, not just for 'special interests' but for potentially everyone that wants to benefit from the technical superiorty (IMHO ) of inexpensive Unices for big companies and even single user workstations. -M - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5159517230962311059==-- From fmiller@lightlink.com Sat Feb 6 04:17:10 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ZDNN: Linux desktop move still on hold Date: Fri, 05 Feb 1999 23:17:10 -0500 Message-ID: <36BBC246.5EC69E69@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8385123165309001526==" --===============8385123165309001526== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable htt= p://www.zdnet.com/zdnn/stories/news/0,4586,2204202,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8385123165309001526==-- From dag@umr.edu Sat Feb 6 04:27:47 1999 From: dag@umr.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2 and Penguin Date: Fri, 05 Feb 1999 22:27:47 -0600 Message-ID: <001a01be5189$0cde0980$7b409783@cleo> In-Reply-To: <[SuSE Linux] Kernel 2.2 and Penguin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5058474376898715827==" --===============5058474376898715827== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have the penguin when i boot up. All i did was when i installed kernel version 2.1.130 with slackware 3.6, it had a place for my Matrox Millennium g200 card. It didn't ever ask me if i wanted the Penguin, just if i wanted to enable all of the features for my video card. I'm pretty sure it has to do with the video settings of your card, the buffering that was mentioned before is a good guess. > >On Fri, 5 Feb 1999, Yates, Larry wrote: >> Seriously, I had other reasons for checking out >> the 2.2 kernel, but I 'really' wanted to see >> that penguin... >> What did I do wrong? >You have to check out the docs..I am probably forgetting..but I _believe_ >you have to enable it when you run make config/make menuconfig or >whatever. Then you have to set it up in lilo. It won't just show the >penguin by default just because you have the new kernel. Also your mobo >has to support it. This is what I recall: > >configure vesafb into the kernel, add vga=3Dask to /etc/lilo.conf, press 305 >when asked for the mode. If you get invalid mode it's due to the mobo, I >_think_. > >Now I could be dead wrong on this. I don't run the penguin so your >mileage may vary. Happy penguining (sic) . >-M > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5058474376898715827==-- From phil@stokes.demon.co.uk Sat Feb 6 05:18:57 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: SuSE 6.0 bug: Acrobat plugin for Netscape Date: Sat, 06 Feb 1999 05:18:57 +0000 Message-ID: In-Reply-To: <36BBB3C1.F5A6CD76@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5573118592298174727==" --===============5573118592298174727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 6 Feb 1999, Rachel Greenham wrote: >=20 > Andreas Gerstlauer wrote: > >=20 > Actually /usr/i486-linux-libc5/lib > ^ > > I had the same problem and tried it with a link to libc.so.5 > > in the /lib directory. Bad idea, netscape crashes when trying > > to load a PDF document. >=20 > yep. >=20 > > Luckily I found an article in the German support database about > > the problem. Solution: disable the nppdf.so plugin and revert > > to executing "acroread" external to netscape for PDF docs >=20 > Oh poo. >=20 > It was working on SuSE 6.0 beta as well... There's a Netscape update for 6.0 on SuSE's ftp server that apparently "works better with libc5 plugins". I haven't tried it yet - looks like 6.0 should be arriving here Monday or Tuesday next week :) Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5573118592298174727==-- From LinuxAdvocate@iname.com Sat Feb 6 07:12:54 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: [SuSE Linux] HUMOR: New OSI seven layer model Date: Fri, 05 Feb 1999 21:12:54 -1000 Message-ID: <36BBEB76.E8CDDEB3@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2471004089280954903==" --===============2471004089280954903== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The new OSI seven layer model exposed: http://www.europa.com/~dogman/osi/> (Sorry, Barbara, I had to pass this on.) George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2471004089280954903==-- From LinuxAdvocate@iname.com Sat Feb 6 09:00:05 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] New Linux User Date: Fri, 05 Feb 1999 23:00:05 -1000 Message-ID: <36BC0495.E9A02732@iname.com> In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97A6@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1318556833909252645==" --===============1318556833909252645== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Delbaere, Tim wrote: >=20 > Can anyone recommend some good book's for getting to grips with Linux? And my $0.02: The book that comes with SuSE is good, and "The No B.S. Guide to Linux" is good. --=20 George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1318556833909252645==-- From birgitt@hamburg.citde.net Sat Feb 6 09:39:19 1999 From: birgitt@hamburg.citde.net To: users@lists.opensuse.org Subject: [SuSE Linux] Are there archives of this list on the web ? Date: Sat, 06 Feb 1999 09:39:19 +0000 Message-ID: <36BC0DC7.96CFDBD8@hamburg.citde.net> In-Reply-To: <99020614012302.02528@madeleine> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3039538611338693090==" --===============3039538611338693090== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Subject line says it all. Thanks. B.Funk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3039538611338693090==-- From lunaslyd@pacbell.net Sat Feb 6 12:10:05 1999 From: lunaslyd@pacbell.net To: users@lists.opensuse.org Subject: [SuSE Linux] Recomended laptops Date: Sat, 06 Feb 1999 04:10:05 -0800 Message-ID: <99020604164100.02676@sterling> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2782449895167516379==" --===============2782449895167516379== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all. I am seriously looking into a laptop and I'd like to ask for recommendations. I want something with at least a PII 266, 64MB and *at least* a 6GB drive. Linux compatablility is of the utmost importance and FreeBSD compatability would be a bonus. Thanks in advance. -- lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 In a closed society where everybody's guilty, the only crime is *=20 getting caught. In a world of thieves, the only final sin is =20 stupidity. * -Fear and Loathing in Las Vegas * =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2782449895167516379==-- From dieguillo@usa.net Sat Feb 6 12:53:26 1999 From: dieguillo@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] ORACLE 8.0.5 and SuSE 6 Date: Sat, 06 Feb 1999 13:53:26 +0100 Message-ID: <99020614012302.02528@madeleine> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5449133790022046086==" --===============5449133790022046086== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi,=20 I had ORACLE 8.0.5. p.e. running on my SuSE 5.3 box. Now I have upgraded to SuSE 6, do I need opatch.rmp? I suppose I don't.=20 But maybe the file oracle.patch included in that rmp is still needed for installing the Oracle Intelligent Agent. I say this because Oracle Intelligent Agent didn't install completely until I patched it with oracle.patch. After doing this, svrmgrl seems to work, I can do a "connect internal" but wh= en I try to create a new database, the script (which worked with SuSE 5.3) hangs. Can this be related with the fact of using oracle.patch over SuSE 6? --=20 Diego Berea Cabaleiro Dieguillo(a)usa.net Diego(a)fadesa.es UIN: 17297138 Powered by SuSE Linux 5.3 kernel 2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5449133790022046086==-- From dieguillo@usa.net Sat Feb 6 13:01:28 1999 From: dieguillo@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] Interbase 4 and TCP_NO_DELAY Date: Sat, 06 Feb 1999 14:01:28 +0100 Message-ID: <99020614060804.02528@madeleine> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3994764011121292161==" --===============3994764011121292161== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, We have a SuSE 5.3 server with Borland Interbase 4 When we use the TCP_NO_DELAY option, Interbase is much faster, it works as fa= st as ORACLE 8. But clients using windows 95 hang and crash lots of times.=20 Someone told us that win98 clients don't have this problem, and also told us that win 95 clients have the same problem with Interbase 5. Have you heard about this? -- Diego Berea Cabaleiro Dieguillo(a)usa.net Diego(a)fadesa.es UIN: 17297138 Powered by SuSE Linux 5.3 kernel 2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3994764011121292161==-- From naurgrim@karn.org Sat Feb 6 14:16:11 1999 From: naurgrim@karn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ATI Date: Sat, 06 Feb 1999 14:16:11 +0000 Message-ID: <99020614311400.00732@cranky> In-Reply-To: <36BBA291.55BC194@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2159575174528812557==" --===============2159575174528812557== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 06 Feb 1999, Fred A. Miller wrote: >Well, the Adaptec 7890 controller may be supported in 6.0, now if only >the ATI Rage Pro 3D which is imbedded on Dell Poweredge 2300s is >supported, because it sure isn't in 5.3. Anyone know? Got something that might help you. I'm running an ATI 3D Rage IIC under 5.3. I've never been able to make it work using sax, but if you run XF86Config, use the Mach64 server, and under detailed card setup there is an area to enter options, where I insert a "ChipID 0x4755" statement.=20 This can also be done manually in your XF86Config file, like so: Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "ATI Mach64" ChipId 0x4755 HTH, I know ATI has made many variations on this chip, and I found this little trick at xfree86.org deep in some of the documentation... -- The modern child will answer you back before you've said anything. -- Laurence J. Peter - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2159575174528812557==-- From birgitt@hamburg.citde.net Sat Feb 6 14:17:31 1999 From: birgitt@hamburg.citde.net To: users@lists.opensuse.org Subject: Sorry Re: [SuSE Linux] Are there archives of this list on the web ? Date: Sat, 06 Feb 1999 14:17:31 +0000 Message-ID: <36BC4EFB.B2D6B435@hamburg.citde.net> In-Reply-To: <36BC0DC7.96CFDBD8@hamburg.citde.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0452188511142530632==" --===============0452188511142530632== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Birgitt Funk wrote: >=20 > Subject line says it all. Thanks. > B.Funk > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> orry, I must be drunk. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0452188511142530632==-- From camst65+@pitt.edu Sat Feb 6 14:37:33 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 09:37:33 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7369112342899670161==" --===============7369112342899670161== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I agree with pretty much everything said. But, let me say that the average J= oe computer user doesn't like this sorta talk. By the very fact that we are all reading a mailing list, we are already much different than the vast majority = of computer users, and potential Linux users, out there. The average Joe hears "cheap/free" and "powerful" in conjuncton with Linux. From this, they don't want to make any choices of flavor, they just want Linux installed as easily = and running as transparently (up to some point) as possible. So, while we all sit back and agree about things in theory, and about how this or that will or will not affect various distbns, I think that things will not go this way. T= he average Joe (and big $$) drives the market (hence, microslop). So, this brings us back to the fact that like it or not, RedHat and their buddies are on a track wholly different than the others; one in which they have paid some attention to detail, at least as regards image and the like and being involved with the "right" people. I know this does not a good product make. . .but good products aren't what people spend millions on every year (again., witness microslop). But hey, I am still rooting for Linux generally, and especially for SuSE. But SuSE can't even keep a website maintained and up to date (6.0?), so how can they possibly keep the uneducated masses even vagu= ely happy. . . .I fear they can't. Just wait until RH spends a little time and we= ll funded effort on German distbns. . . .I think SuSE's claim to German fame will quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo hoo. = =20 On 06-Feb-99 Michael Johnson wrote: >> Personally I don't know what to think. I like SuSE, I like RedHat and next >> month I will also be trying out Debian. I don't think I am willing, at this >> time, to make any definite choice.=20 >> They all have nice and irritating features. >> And I don't think there is any reason, at the moment, to switch from >> one to the other (except 'personal compatibility and taste' reasons). >=20 > I agree. I have mixed reactions to the 'competitive' attitude users have > about the dists. I think most of the time, people prefer dists for > personal reasons of taste, as opposed to reasons that are primarily of a > logistic nature. I think some of this creates a hostile and divisive > climate. I think S.u.S.E., RedHat ( especially now ), Debian, are all good > distributions. The main thing that is needed is more common ground > between distributions of Linux so as to > merge with that larger world that has no vested interest in seeing Linux > succeed, so that the growth can continue in a positive direction. I think, > at the end of this we could have Linuxes with distinct personalities and > flavours that retain their technical 'personality' while at the same time > acknowledging those things that need to happen across the board to promote > universal acceptance of Linux as a platform solution for a variety of > services. I'll love it when the 'hacker' and 'wild man' image that still > infests ( bad choice of words, sorry ) Linux--is traded in for one of even > more increasing acceptance and respectability, not just for 'special > interests' but for potentially everyone that wants to benefit from the > technical superiorty (IMHO ) of inexpensive Unices for big companies and > even single user workstations. > -M ------------------------------------------ E-Mail: Chris Martin =20 Date: 06-Feb-99 Time: 09:24:54 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7369112342899670161==-- From samelash@ix.netcom.com Sat Feb 6 14:57:10 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 14:57:10 +0000 Message-ID: <3.0.3.32.19990206145710.00b14dc0@popd.ix.netcom.com> In-Reply-To: <36BC6D84.FFC69893@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6658108622048623105==" --===============6658108622048623105== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I agree here somewhat. Redhat is much better at the marketing. Just look in ony barnes and noble or compuse. You will find there box , as well as there utilities/add in box on the shelf.=20 That red hat allways jumps out at you. I am new to linux , What realy swayed me to Suse was that they were the only one to offer telephone support. They need some work here as well. When I called them regarding getting the modem and internet working with only text mode (so I could download the xfree86 3.3.3) all I got was " that a lot of work" , "read the book" . However I felt that the unsaid message was your on your own.=20 As I said , I am new to this , and now realize that next to hardware configuration , that modem/Internet connection is the bigest problem. On all other occasions , suse suport has been on the money. This list I have found to be even more valuable that the suse suport. It seams that the folks here are working on the cuting edge , and are much more willing to tackel obscure/unpopular hardware and technical issues. It obviose that they are much more technical , and have realy delved into the os ect... I would gladly pay another $50.00 for rock solid suport , even more , if it saves me time , which in the end saves money. They need more fit and polish , and better marketing, The only retial place I could find that had suse was Borders. Several on the shelf , beside caldera , redhat and some other stuff ( debian I think). What would realy help , is a rock solid FAQ for hardware,os , and other issues, DONE EXCLUSIVELY FOR SUSE. This will save time , and help with the questions that keep comeing up every few weeks ect...=20 My .02 cents worth. Boy am I gald I picked SUSE. At 06:27 AM 2/6/1999 -1000, George Toft wrote: > >Chris Martin wrote: >>=20 >> I agree with pretty much everything said. But, let me say that the average Joe >> computer user doesn't like this sorta talk. By the very fact that we are all >> reading a mailing list, we are already much different than the vast majority of >> computer users, and potential Linux users, out there. The average Joe hears >> "cheap/free" and "powerful" in conjuncton with Linux. From this, they don't >> want to make any choices of flavor, they just want Linux installed as easily and >> running as transparently (up to some point) as possible. So, while we all >> sit back and agree about things in theory, and about how this or that will or >> will not affect various distbns, I think that things will not go this way. The >> average Joe (and big $$) drives the market (hence, microslop). So, this >> brings us back to the fact that like it or not, RedHat and their buddies are >> on a track wholly different than the others; one in which they have paid some >> attention to detail, at least as regards image and the like and being involved >> with the "right" people. I know this does not a good product make. . .but >> good products aren't what people spend millions on every year (again., >> witness microslop). But hey, I am still rooting for Linux generally, and >> especially for SuSE. But SuSE can't even keep a website maintained and up >> to date (6.0?), so how can they possibly keep the uneducated masses even vaguely >> happy. . . .I fear they can't. Just wait until RH spends a little time and well >> funded effort on German distbns. . . .I think SuSE's claim to German fame will >> quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo hoo. > > >Well said - I've been preaching that for months,=20 >but much less eloquently. > >George >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6658108622048623105==-- From samelash@ix.netcom.com Sat Feb 6 15:07:40 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 15:07:40 +0000 Message-ID: <3.0.3.32.19990206150740.00b12514@popd.ix.netcom.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1574000287283133134==" --===============1574000287283133134== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable At 04:4 >If it goes that way before LSB or the like is ratified between the major >distributors, then of course RH will be the standard where LSB-type >issues are concerned. >And, if that happens, then the choice between distributions (assumed to >conform to the RH base standard) will turn on the suitability for you >of what comes on top of the standard base system. >There are many many possible ways a distribution can try to stand >out as different (and more suitable for whatever) from others. >A generic dimension is soundness, consistency and reliability. Regardless >of basic structure, RH in the past has skidded on the ice while trying to >turn corners too fast. SuSE, so far, seems to have avoided this trap >(though I'm not sure about 5.3 and my jury is still hearing evidence on >6.0). Also, SuSE has made a name for including an exceptional variety of >applications, all compiled consistently with the distribution. Standardization is needed. At leas as far as adding packages , ect... This way you know that whatever software you install , You are certio\an that it will install and work. No susrpises. No whait for the XYZ version to come out.It like walk into a stre , if it has a win95/8 loge , you know it will work. Conseptualy. >And, above all, don't forget good documentation. SuSE has not done so well >at this as it not only should, but could have done. Internationalisation >applies to this area too. More fit and polish. All that is needed is a realy good suse FAQ/HOWTO . By that I mean an that is complte and sstarts out with basics , then goes int detial. I must admit that there Manuale is very good , but it is sometimes too technical , and makes assumtions you are familiar with suse/linux and are a programer. We need a faq/how to just like what is avialable for linux but for suse. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1574000287283133134==-- From hatridge@straubing.baynet.de Sat Feb 6 15:36:28 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] Toshiba Libretto Date: Sat, 06 Feb 1999 16:36:28 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7776884590491881938==" --===============7776884590491881938== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All; A friend was given a Toshiba Libretto with a broke screen. Someone dropped it :(. It's running Windows CE. As soon as we can fix it we want to put Liunx on it. (I hope) There are two problems with it. First when he starts it up it demands a password. This password seems to be in the BIOS. Without it the whole computer locks up. Does anyone know how to get around this? It seems to be wanting the password before it even boots W$ CE.=20 Next, does anyone know where to get a replacement screen for a Libretto, and what it costs? We got it from a guy who got it from the first owner, so the password is completely gone. :( TIA! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7776884590491881938==-- From LinuxAdvocate@iname.com Sat Feb 6 16:27:48 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 06:27:48 -1000 Message-ID: <36BC6D84.FFC69893@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5183784265236689642==" --===============5183784265236689642== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Chris Martin wrote: >=20 > I agree with pretty much everything said. But, let me say that the average= Joe > computer user doesn't like this sorta talk. By the very fact that we are all > reading a mailing list, we are already much different than the vast majorit= y of > computer users, and potential Linux users, out there. The average Joe hears > "cheap/free" and "powerful" in conjuncton with Linux. From this, they don't > want to make any choices of flavor, they just want Linux installed as easil= y and > running as transparently (up to some point) as possible. So, while we all > sit back and agree about things in theory, and about how this or that will = or > will not affect various distbns, I think that things will not go this way. = The > average Joe (and big $$) drives the market (hence, microslop). So, this > brings us back to the fact that like it or not, RedHat and their buddies are > on a track wholly different than the others; one in which they have paid so= me > attention to detail, at least as regards image and the like and being invol= ved > with the "right" people. I know this does not a good product make. . .but > good products aren't what people spend millions on every year (again., > witness microslop). But hey, I am still rooting for Linux generally, and > especially for SuSE. But SuSE can't even keep a website maintained and up > to date (6.0?), so how can they possibly keep the uneducated masses even va= guely > happy. . . .I fear they can't. Just wait until RH spends a little time and = well > funded effort on German distbns. . . .I think SuSE's claim to German fame w= ill > quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo hoo. Well said - I've been preaching that for months,=20 but much less eloquently. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5183784265236689642==-- From LinuxAdvocate@iname.com Sat Feb 6 16:29:52 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Are there archives of this list on the web ? Date: Sat, 06 Feb 1999 06:29:52 -1000 Message-ID: <36BC6E00.DB6D2E68@iname.com> In-Reply-To: <36BC0DC7.96CFDBD8@hamburg.citde.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6070980068444576588==" --===============6070980068444576588== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On the SuSE web site, broken up by month. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6070980068444576588==-- From Ted.Harding@nessie.mcc.ac.uk Sat Feb 6 16:44:56 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 16:44:56 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1540553360538528400==" --===============1540553360538528400== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 06-Feb-99 Chris Martin wrote: > [snip] > The average Joe hears "cheap/free" and "powerful" in conjuncton with > Linux. From this, they don't want to make any choices of flavor, they > just want Linux installed as easily and running as transparently (up > to some point) as possible. > [snip] > The average Joe (and big $$) drives the market (hence, microslop). So, > this brings us back to the fact that like it or not, RedHat and their > buddies are on a track wholly different than the others; one in which > they have paid some attention to detail, at least as regards image and > the like and being involved with the "right" people. I know this does > not a good product make ... but good products aren't what people spend > millions on every year (again, witness microslop). > [snip] > Just wait until RH spends a little time and well funded effort on > German distbns. . . .I think SuSE's claim to German fame will > quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo > hoo. =20 Chris's brutal realism rings plausible. I'm not convinced that the future will be quite so deterministic, but that's where it points. If it goes that way before LSB or the like is ratified between the major distributors, then of course RH will be the standard where LSB-type issues are concerned. And, if that happens, then the choice between distributions (assumed to conform to the RH base standard) will turn on the suitability for you of what comes on top of the standard base system. There are many many possible ways a distribution can try to stand out as different (and more suitable for whatever) from others. A generic dimension is soundness, consistency and reliability. Regardless of basic structure, RH in the past has skidded on the ice while trying to turn corners too fast. SuSE, so far, seems to have avoided this trap (though I'm not sure about 5.3 and my jury is still hearing evidence on 6.0). Also, SuSE has made a name for including an exceptional variety of applications, all compiled consistently with the distribution. Another way SuSE would be very well placed to stand out is in international support. Here in Europe we *know* about having xenophone neighbours; our exiled friends across the Atlantic seem to have a notion about non-English languages rather like our notion of the far side of the moon: we know it's there, but we don't really know what it's like (witness the WordPerfect-8/7/6 fiasco with non-English characters). Again, a distribution may pay special attention to specific application areas. SuSE, for instance, was a pioneer in getting office and database suites onto the distribution CD. A Europe-based distribution can exploit local fraternities: there are a lot of good European software houses devloping important applications; a "special relationship" with these would again be an advantage. Other areas to watch out for as Linux catches the world's attention are *real* DTP, graphics (including scanning), and CAD. And, above all, don't forget good documentation. SuSE has not done so well at this as it not only should, but could have done. Internationalisation applies to this area too. All the above would remain true if RH failed to become the "de facto" standard and LSB was ratified -- with even more force, in fact, because then *by*definition* there would be no basic difference between standard Linus distributions, and things like the above would be the *only* ways one distribution could expect to stand out. And I personally think that would be a better day for the world in general. A cessation of competition on "my basic Linux is better than yours: filesystem/install/sysadmin/upgrade/libs etc" and proper attention to providing useful functionality on top of a base system which *simply*works*, and is straightforward to use, is the way to go. Best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 06-Feb-99 Time: 16:44:56 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1540553360538528400==-- From hlarons@ComCAT.COM Sat Feb 6 17:08:22 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] Beep when mail is received Date: Sat, 06 Feb 1999 12:08:22 -0500 Message-ID: <19990206120822.A253@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9087251506986656688==" --===============9087251506986656688== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I receive mail from my ISP's POP3 server via fetchmail->procmail-> various mboxes. When mail is deposited in my spool; i.e.;=20 /var/spool/mail/hlarons, my machine beeps, *but not every time.* I can't find anything in the fetchmail or procmail config files that=20 might cause this. Is the beep from SuSE (5.2) at work? Why isn't the=20 behavior consistent? Howard Arons --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9087251506986656688==-- From copernico@tin.it Sat Feb 6 18:08:43 1999 From: copernico@tin.it To: users@lists.opensuse.org Subject: [SuSE Linux] Leafnode Date: Sat, 06 Feb 1999 19:08:43 +0100 Message-ID: <99020619100002.00693@copernico> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4409508054986641529==" --===============4409508054986641529== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I wish to thank all who helped me to make leafnode work. It does work fine no= w. Bye. AS - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4409508054986641529==-- From hekate@intergate.bc.ca Sat Feb 6 19:44:30 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2 and Penguin Date: Sat, 06 Feb 1999 11:44:30 -0800 Message-ID: In-Reply-To: <001a01be5189$0cde0980$7b409783@cleo> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2786909239361817040==" --===============2786909239361817040== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks for sharing this info. Like I said, I don't know much about this Penguin, thing.... sounds much simpler than I originally thought based on what I saw on kernel On Fri, 5 Feb 1999, Doug Gray wrote: > I have the penguin when i boot up. All i did was when i installed kernel > version 2.1.130 with slackware 3.6, it had a place for my Matrox Millennium > g200 card. It didn't ever ask me if i wanted the Penguin, just if i wanted > to enable all of the features for my video card. I'm pretty sure it has to > do with the video settings of your card, the buffering that was mentioned > before is a good guess. >=20 >=20 > > > >On Fri, 5 Feb 1999, Yates, Larry wrote: > >> Seriously, I had other reasons for checking out > >> the 2.2 kernel, but I 'really' wanted to see > >> that penguin... > >> What did I do wrong? > >You have to check out the docs..I am probably forgetting..but I _believe_ > >you have to enable it when you run make config/make menuconfig or > >whatever. Then you have to set it up in lilo. It won't just show the > >penguin by default just because you have the new kernel. Also your mobo > >has to support it. This is what I recall: > > > >configure vesafb into the kernel, add vga=3Dask to /etc/lilo.conf, press 3= 05 > >when asked for the mode. If you get invalid mode it's due to the mobo, I > >_think_. > > > >Now I could be dead wrong on this. I don't run the penguin so your > >mileage may vary. Happy penguining (sic) . > >-M > > > > > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2786909239361817040==-- From hekate@intergate.bc.ca Sat Feb 6 20:01:45 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 12:01:45 -0800 Message-ID: In-Reply-To: <36BC6D84.FFC69893@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9067893972405228742==" --===============9067893972405228742== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 6 Feb 1999, George Toft wrote: > Chris Martin wrote: > > funded effort on German distbns. . . .I think SuSE's claim to German fame= will > > quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo ho= o. >=20 > Well said - I've been preaching that for months,=20 > but much less eloquently. >=20 > George Yeh, except I've never been to Germany, and their advertising and market control may look much different there than it does here from an American/Canadian perspective. I suspect that in Germany S.u.S.E. _is_ RedHat. I think we NAers are biased by our perspective and tend to _ASSUME_ that because the marketting here for S.u.S.E. seems less strong than RedHat that it is the same type of image in Europe and I think, at least in my case, that _is_ an assumption, nothing more. I do think the tactics in NA will have to change--- I think RedHat has exemplary marketting. Just the freshmeat/slashdot association guarantees for most people at least one 'hint' to use RedHat everyday. And of course we have the Gnome project. Just the fact that many of these pages have RedHat logos on them, as opposed to BSD, Caldera, Debian, or S.u.S.E. logos is an 'influence'. I mean RedHat is an everyday word in the Linux community because they are so closely aligned with things that are of interest on a DAILY basis to Linux users. S.u.S.E. and Caldera do stuff of great importance as well, but you just don't have occurance to hear and think about things like X-Servers etc on a daily basis unless you are involved in development that relates to that. And if you look at things like LJ, there seems to be one mention of S.u.S.E. for every 5 for RedHat.=20 There are lots of 'psychological' factors, I feel, like the simplicity of the logo and the constant use of the color red, the doggone sheer volume of REPETITION of such a simple name as 'RedHat' that makes it easier to remember than most company names, because it _is_ simple and we here it more often, that also impacts the consumer... anyway,as you can see,.. I'm rambling. It's obviously time for my morning coffee before I bore you further...:-)=20 -M - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9067893972405228742==-- From hekate@intergate.bc.ca Sat Feb 6 20:14:01 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 12:14:01 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8654391428512047583==" --===============8654391428512047583== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think one good thing would be if S.u.S.E. became more involved in things that impact ALL Linux users--not just S.u.S.E. users on a daily basis in noteable ways. I think the contribution to the Linux community by the other dists, is much more subtle and less mundane ( though important ) than RedHats. I think there needs to be stuff coming from S.u.S.E. that's just plain fun oriented and that participates in NA with joe linux user on a non-dist oriented level ( this doesn't apply to dosemu, X dev, and the S.u.S.E. homepage). Even a S.u.S.E. sponsored non-S.u.S.E. specific Linux/Technology Newspage or Software page might be nice, just for the exposure. This would get people out there to see the 'sponsored by S.u.S.E.' type logo on a daily basis, and would have that impact of embedding S.u.S.E. into North American consciousness just like Redhat and Coca Cola. I love RH's Coca-Cola like ad approach, where you just hear it so damn much you just accept it. :-)=20 -M - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8654391428512047583==-- From Ted.Harding@nessie.mcc.ac.uk Sat Feb 6 20:45:53 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Sat, 06 Feb 1999 20:45:53 +0000 Message-ID: In-Reply-To: <[SuSE Linux] LSB project: succes or failure?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4028911892979141015==" --===============4028911892979141015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 06-Feb-99 Jerry Lynn Kreps wrote: > (Ted Harding) wrote: >> And, above all, don't forget good documentation. SuSE has not done so >> well >> at this as it not only should, but could have done. >> Internationalisation >> applies to this area too. >=20 > I disagree. SuSE's docs are as good as the best and better than any > others I've seen. What we are talking about here is the book that > comes with the commerical release. It is as good as the only other > commerical release book I've seen: Red Hat's. It is as good as if not > better than the book, "Learn Linux in 24 hours", by Bill Ball. The > rest of the documentation in Linux is centered around the LDP HOWTO's, > MAN and INFO pages and the book publishers. No one gets paid for > documenting the day-to-day changes in the kernel and apps and in the > volunteer based GPL movement that is a trade off that will always > exist. Publishers in each country handle their own needs. This is a moot point. SuSE's docs may be better than RH's, but IMO they could stand a lot of improvement (I only know the English version). For instance: I run 5.1, though I have a 5.2 box on the shelf. I wanted to get faxing going, so out came the 5.1 book. Not much help; very incomplete. I took the 5.2 book, and found it much better, though still incomplete and I had to fill in a lot of details by guesswork and manpage -- successfully as it happened. IMO the 5.1 description should have been at least as good as the 5.2 one in the first place, and even the 5.2 should have been better. When I first installed 5.1, I read through the SuSE book. It looked good, but again it was not laid out right for a "start here and work through" installation guide (in fact, the last Red Hat I installed, 4.1, had a book that was very good from this point of view). But I've done a good few Linux installations, so I just put the CD and the boot floppy in, and took things as they came. It worked (though not first time), and well, but what I found myself doing was not like the sequence the book described. FAQs, Howtos and man pages are OK once you're well into running the system and familiar with the general territory. But the way the information is dispersed over several places which are not necessarily coordinated is not at all helpful for new users, and can cause problems even for experienced and knowledgeable users. I'm not suggesting a complete set of printed documentation for the system. That would be like the 3-shelves-full of manuals that come with commercial UNIX distributions, the cost of maintaining which in proper order must be a perceptible fraction of what you pay for the software. But a thorough, accurate and comprehensible "beginners manual" which covers basic installation and setup in every detail, and goes on to "what every Linux(/UNIX) user/sysadmin needs to know for day-to-day work", would be a blessing for beginners. Of course, so long as Linux distributions are not tied to an LSB-like standard such a book may be difficult to keep up-to-date, which is yet another argument for laying down a solid base. Then you could usefully spend some time on getting the "basic book" right once and for all. The reason why generic Linux books are not universally useful is that unless they cover all the details which are different for every major distribution (and I have never seen one that even tries) they will be (possibly) accurate for one distribution (usually Red Hat), and will inevitably -- at some point -- leave the beginner with a different distribution lacking needed guidance somewhere along the line. Of course the unstructured world of GPL volunteers cannot be _expected_ to provide something like this in the first place, let alone keep it up to date, even though many of them in fact try very hard and often succeed very well. On the other hand, an organisation which creates and sells a Linux distribution is different. They can, in principle, afford to pay to get it done properly. This is an important point for the acceptability of Linux in the "paying world". These people could often pay for "real UNIX" if they wanted to. In fact many of them perceive the true benefits of Open Source software (ultimately: reliability, quality, functionality, rapid development and problem-fixing, source code availability and the possibility of controlling your own computing environment, the ever-helpful Internet community, etc). The fact that the software itself is free of cost at source is a bonus (and is a major factor in the worldwide uptake of Linux). Distribution on a relatively cheap CD set is "value added" and people are happy to pay for this (especially if the alternative is a solid week on-line by modem). A good reference manual is also value added, and it need only add say 50% to the cost of the CD set. It would save its cost many times over in the time-equivalent lost in getting to know the system in traditional ways (Howtos, FAQs, queries to mailing lists etc); and these people can also appreciate that. Sorry to argue at such length. I think Linux is "at the cusp" at this moment: if the moment is seized well, and timely, Linux will go from strength to strength. If the attitude remains (which I have often seen in replies to queries) "you're not paying for the software, you can't expect the sort of support you'd get if you were", then it will continue to have a bumpy ride. No-one, of course, will ever have to pay for the software as such. But a lot of people would be prepared to pay for the support encapsulated in _good_ documentation. Current Linux books are far from ideal, but people still buy them. They would even more readily buy a better one at the same price. Best wishes, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 06-Feb-99 Time: 20:37:58 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4028911892979141015==-- From bparker@dc.net Sat Feb 6 21:05:17 1999 From: bparker@dc.net To: users@lists.opensuse.org Subject: [SuSE Linux] SATAN on SuSE Linux Date: Sat, 06 Feb 1999 16:05:17 -0500 Message-ID: <000301be5214$65ebfa60$0100a8c0@sandrab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8862663031907309101==" --===============8862663031907309101== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello: Has anyone successfully run SATAN on SuSE Linux? The O'Reilly book says there are problems running on Linux; *BSD will run it, tho. FYI: The SATAN website is here: <http://www.fish.com/~zen/satan/satan.html<= /A>> Bill Parker, - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8862663031907309101==-- From zentara@mindspring.com Sat Feb 6 21:16:04 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] Cobol on linux Date: Sat, 06 Feb 1999 16:16:04 -0500 Message-ID: <36BCB114.5E2C5582@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4659800522630494552==" --===============4659800522630494552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am looking at a the Fujitsu cobol compiler for PC's. They have a free version that will run on Solaris 2.X Hp-UX 9.0 Hp-UX 10.X Will any of these run under Linux, and if so which would run best? Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4659800522630494552==-- From jblosser@firinn.org Sat Feb 6 22:21:19 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Toshiba Libretto Date: Sat, 06 Feb 1999 17:21:19 -0500 Message-ID: <19990206172119.L2810@firinn.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6112447859666005637==" --===============6112447859666005637== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
James (Jim) Hatridge [hatridge(a)straubing.baynet.de] wrote:
> A friend was given a Toshiba Libretto with a broke screen....
>=20
> There are two problems with it. First when he starts it up it demands a
> password. This password seems to be in the BIOS. Without it the whole
> computer locks up. Does anyone know how to get around this? It seems to be
> wanting the password before it even boots W$ CE.=20

The documentation for my Toshiba Tecra says that if you set a 'hardware
password' (as they call it) and forget it you need to take it to a Toshiba
service center to get it reset, if I remember correctly.  I'm assuming this
means there is a jumper or something you can pull/set.

> Next, does anyone know where to get a replacement screen for a Libretto,
> and what it costs?

Well Toshiba would be one place, I guarantee it will cost a lot.
Replacement laptop displays are usually around the same price as the
laptop.


--=20
Jeremy Blosser   |   jblosser(a)firinn.org   |   http://jblosser.firinn=
.org/>
-----------------+-------------------------+------------------------------
"Would you fight to the death, for that which you love?
                   In a cause surely hopeless ...for that which you love?"
                                             -- D. McKiernan, _Dragondoom_
PGP signature

--===============6112447859666005637==-- From skoper@mediaone.net Sat Feb 6 23:00:24 1999 From: skoper@mediaone.net To: users@lists.opensuse.org Subject: [SuSE Linux] What is Dynamic-IP? Date: Sat, 06 Feb 1999 18:00:24 -0500 Message-ID: <006a01be5224$7e3bc860$030aa8c0@CYRIX2.alembic.mediaone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8109320950087155405==" --===============8109320950087155405== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I see a setting in the SuSE configuration for DYN_IP, but it isn't addressed in *my* manual. What does it refer to, and what does it do? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8109320950087155405==-- From hagen@labpar.fcfm.buap.mx Sat Feb 6 23:34:39 1999 From: hagen@labpar.fcfm.buap.mx To: users@lists.opensuse.org Subject: [SuSE Linux] kernel 2.0.36...! Date: Sat, 06 Feb 1999 15:34:39 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7472886093865450079==" --===============7472886093865450079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi!. im newbie at this!. And you are right!, i got a problem here!, while compiling the linux-2.0.36.suse.tgz! (released at jan 2# !), appear this: gcc: installation problem, cannot exec `cc1' :No such file or directory cpp: output pipe has been closed the only thing near to "cc1" is "/usr/bin/cc" where "cc" is a link to "gcc"! If i need "cc1", where can i get it!? =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7472886093865450079==-- From alex@physical36.chem.ufl.edu Sat Feb 6 23:37:41 1999 From: alex@physical36.chem.ufl.edu To: users@lists.opensuse.org Subject: [SuSE Linux] Beowulf clusters with SuSE software? Date: Sat, 06 Feb 1999 18:37:41 -0500 Message-ID: <199902062337.SAA15047@physical36.chem.ufl.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2079330972439551462==" --===============2079330972439551462== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dear friends, I have been using and playing with SuSE 5.3 (off of the ftp server) for the past half year or so and am planning to get an official 6.0 package soon (as soon as the SuSE-USA folks can get me an e-mail quote for the purchasing department of my university, but that's a different story ...). What prompts my post to the list right now is the following message which was forwarded from a friend here at UF: --- SuSE will introduce a line of Linux cluster systems at CeBIT Feb 4th, 04:08:28 An Alpha Linux distribution will also be released soon. by Dwight Johnson According to the German news service, Heise.de, SuSE is expanding its products with a line of Linux cluster computer systems named SALT (SuSE Advanced Linux Technology) which will be introduced at CeBIT in Hannover March 18-24. Products of the SALT line will be custom built as complete solutions to serve the requirements of higher education institutions and industrial research and development divisions. According to Richard Jelinek of SuSE, the software cluster technology is open-sourced and based on the same techniques and tools as Beowulf but adapted to the SuSE distribution node management and extended with some more applications. Jelinek went on to tell Linux Today that SuSE's Linux distribution for Alpha (the AXP-distribution) will also be introduced at CeBIT. This will be a product of its own. When this distribution is stable, AXP-Clusters will be added to SuSE's product line. SuSE Linux for the Alpha processor will be released soon after CeBIT. --- This news is quite interesting to me since together with a couple of friends we are trying to set up a Beowulf cluster here at UF, that will eventually consist of a cluster of about 16 486's (see http://florida.linuxusers.org/beowulf.htm= l>). We would like to seriously look at the SuSE cluster software package for our application, particularly if it turns out to be more advanced and/or more adaptable than the RedHat packages. I guess, my questions to the list and the friendly SuSE-folks who are listening are the following: 1. What are the experiences with the existing SuSE Beowulf packages that come with SuSE 5.3 and 6.0? In particular has anybody tried to parallelize a couple of 486's using them? 2. Where can we get more info on the software that will run on the SALT line of servers? In which respects does it differ from the already available Beowulf packages? 3. Is there any information yet about the cost of the software/support package? Best regards, Alex Angerhofer. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2079330972439551462==-- From medavid@ix.netcom.com Sun Feb 7 00:00:52 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Toshiba Libretto Date: Sat, 06 Feb 1999 16:00:52 -0800 Message-ID: <01be522c$ed157e40$8242d8ce@win98> In-Reply-To: <[SuSE Linux] Toshiba Libretto> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5202592360444960946==" --===============5202592360444960946== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jim-- If it really is a Libretto, it is *not* a WinCE machine. The Libretto is just an incredibly small PC that runs Win 95, and yes, it can run Linux (or FreeBSD). To answer your questions... for a new screen, you can always call Toshiba and ask them. I do know that Toshiba replacement screens are NOT cheap. As for the password, I don't know. You might check on comp.sys.laptop and see if anyone knows the answer there. I'm no expert at portables, but it may end up that you might have to remove the internal battery and let the machine "forget" all of it's settings. Again, check on comp.sys.laptop or check the Toshiba Web site. Mark -----Original Message----- From: James (Jim) Hatridge To: suse-linux-e(a)suse.com Date: Saturday, February 06, 1999 11:40 AM Subject: [SuSE Linux] Toshiba Libretto > > >Hi All; > >A friend was given a Toshiba Libretto with a broke screen. Someone dropped >it :(. It's running Windows CE. As soon as we can fix it we want to put >Liunx on it. (I hope) > >There are two problems with it. First when he starts it up it demands a >password. This password seems to be in the BIOS. Without it the whole >computer locks up. Does anyone know how to get around this? It seems to be >wanting the password before it even boots W$ CE. > >Next, does anyone know where to get a replacement screen for a Libretto, >and what it costs? > >We got it from a guy who got it from the first owner, so the password is >completely gone. :( > > >TIA! > >J >I >M >----------------------------------------- >Jim Hatridge >Germany >hatridge(a)straubing.baynet.de > >Proud Linux User #88484 !!!!!!!!!! > >Micro$oft -- Ghostdriver* on the road to the future! >(*German Slang for the guy driving on the wrong side of the road!) >---------------------------------------------- >"If a President of the United States ever lied to the > American people he should resign." > Bill Clinton, 1974 > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5202592360444960946==-- From medavid@ix.netcom.com Sun Feb 7 00:04:53 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cobol on linux Date: Sat, 06 Feb 1999 16:04:53 -0800 Message-ID: <01be522d$7ce76ce0$8242d8ce@win98> In-Reply-To: <[SuSE Linux] Cobol on linux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5533514393221303141==" --===============5533514393221303141== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable No, sorry... if they are really for those machines, then the code isn't even Intel code and thus cannot be run on Linux/Intel. I'm not sure of a free COBOL compiler for Linux. I know AcuCOBOL has a version for Linux, but they are *not* cheap (www.acucobol.com). Deskware (www.deskware.com) DOES have a Linux COBOL, but I have NO idea how good it is. Mark -----Original Message----- From: zentara To: suse-linux-e(a)suse.com Date: Saturday, February 06, 1999 1:40 PM Subject: [SuSE Linux] Cobol on linux > >Hi, >I am looking at a the Fujitsu cobol compiler for >PC's. >They have a free version that will run on >Solaris 2.X >Hp-UX 9.0 >Hp-UX 10.X > >Will any of these run under Linux, and if so which >would run best? > >Thanks > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5533514393221303141==-- From jkx@club-internet.fr Sun Feb 7 01:22:34 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Fonts ?? Date: Sun, 07 Feb 1999 02:22:34 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2765179978356089638==" --===============2765179978356089638== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I 'm looking for some fonts for using in gimp=20 I have already donloaded Shared and Freefont .. but i want more .. I search for it about 3 month .. but i only find True type font for Mac or Windows .. that doesn't work on LinuX ..=20 Please help ..me=20 And i want to know where can i find a good doc about the download of SuSE6.0 = ?? Is the french version shipped ?? --------------------------------------------------- Soif soif(a)mygale.org write 07-Feb-99 at 02:18:23 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2765179978356089638==-- From mperry@basin.com Sun Feb 7 01:38:54 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Toshiba Libretto Date: Sat, 06 Feb 1999 17:38:54 -0800 Message-ID: <199902070138.RAA00765@mperry.basin.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6594138384388408039==" --===============6594138384388408039== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 6 Feb, James (Jim) Hatridge wrote: >=20 >=20 > Hi All; >=20 > A friend was given a Toshiba Libretto with a broke screen. Someone dropped > it :(. It's running Windows CE. As soon as we can fix it we want to put > Liunx on it. (I hope) >=20 > There are two problems with it. First when he starts it up it demands a > password. This password seems to be in the BIOS. Without it the whole > computer locks up. Does anyone know how to get around this? It seems to be > wanting the password before it even boots W$ CE.=20 >=20 > Next, does anyone know where to get a replacement screen for a Libretto, > and what it costs? >=20 > We got it from a guy who got it from the first owner, so the password is > completely gone. :( >=20 >=20 > TIA! >=20 > J > I > M > ----------------------------------------- > Jim Hatridge > Germany=20 > hatridge(a)straubing.baynet.de >=20 > Proud Linux User #88484 !!!!!!!!!! >=20 > Micro$oft -- Ghostdriver* on the road to the future! > (*German Slang for the guy driving on the wrong side of the road!) > ---------------------------------------------- > "If a President of the United States ever lied to the=20 > American people he should resign." > Bill Clinton, 1974 >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> The libretto is not a hpc and does not run windows ce. Its just a smallish regular ole pc which can run almost anything. People I work with have librettos running linux with no problems. They also will run NT. The hardware lock or power on password may be reset by resetting the bios. On compaqs one can do a bios reset which does away with things like power on passwords. It also seems to scramble a bit more. Im not sure if librettos have this feature set. I can email a few colleagues who use librettos regularly if you want. =20 Hope this helps. --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6594138384388408039==-- From skoper@mediaone.net Sun Feb 7 02:30:59 1999 From: skoper@mediaone.net To: users@lists.opensuse.org Subject: [SuSE Linux] IRQ for eth1 Date: Sat, 06 Feb 1999 21:30:59 -0500 Message-ID: <000301be5242$2afd11e0$020aa8c0@CYRIX1.alembic.ne.mediaone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2135717063075785227==" --===============2135717063075785227== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! When I boot linux (SuSE 5.3, kernel 2.0.35), eth1 is listed as using an IRQ of 9. That's what the card is set for. But when I run ifconfig. it shows eth1 as using an irq of 10. Is ifconfig detecting a conflict, and making its own workaround? I can certainly set the card to use IRQ 10, if there's some sort of conflict. It seems to work, as far as I can tell. Stan Koper - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2135717063075785227==-- From medavid@ix.netcom.com Sun Feb 7 03:06:18 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] IRQ for eth1 Date: Sat, 06 Feb 1999 19:06:18 -0800 Message-ID: <01be5246$d4d26860$8242d8ce@win98> In-Reply-To: <[SuSE Linux] IRQ for eth1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1682742348828143977==" --===============1682742348828143977== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I may be wrong, but isn't IRQ 9 the "PCI bridge" IRQ? Is the card PCI-based? Mark -----Original Message----- From: Stan Koper To: suse-linux-e(a)suse.com Date: Saturday, February 06, 1999 7:03 PM Subject: [SuSE Linux] IRQ for eth1 > >Hi! > >When I boot linux (SuSE 5.3, kernel 2.0.35), eth1 is listed as using an IRQ >of 9. That's what the card is set for. But when I run ifconfig. it shows >eth1 as using an irq of 10. Is ifconfig detecting a conflict, and making >its own workaround? I can certainly set the card to use IRQ 10, if there's >some sort of conflict. It seems to work, as far as I can tell. > >Stan Koper > > > > > > > > > > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1682742348828143977==-- From leonmcclatchey@homemail.com Sun Feb 7 06:09:53 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Beep when mail is received Date: Sun, 07 Feb 1999 00:09:53 -0600 Message-ID: <36BD2E30.60B0E9C7@homemail.com> In-Reply-To: <19990206120822.A253@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5803808719279692480==" --===============5803808719279692480== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Howard Arons wrote: > I receive mail from my ISP's POP3 server via fetchmail->procmail-> > various mboxes. When mail is deposited in my spool; i.e.; > /var/spool/mail/hlarons, my machine beeps, *but not every time.* > The only time it beeps here (Suse 5.1) under the same "configuration" is when new mail has arrived and I am in Xfree. I figure that is just the way Suse has the mail alarm set up:-) -- cya l8r Leon McClatchey leonmcclatchey(a)homemail.com Linux User 78912 (Linux Box) Earn cash in your spare time -- blackmail your friends - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5803808719279692480==-- From bjgilger@earthlink.net Sun Feb 7 06:53:21 1999 From: bjgilger@earthlink.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Toshiba Libretto Date: Sat, 06 Feb 1999 22:53:21 -0800 Message-ID: <36BD3861.96CCAB2E@earthlink.net> In-Reply-To: <01be522c$ed157e40$8242d8ce@win98> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4868703172963910725==" --===============4868703172963910725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just an idea -- If you like to play with the hardware, all you need to do is upgrade the BIOS chip. Pick one you like and replace the existing BIOS chip. It will not have a password until you set one. Check your local computer shows. Here, in Las Vegas, there is a "computer show" at least once a month. It is actually a swap meet for for all kinds of computer parts, pieces, and paraphenalia. You might find a Libretto with a fried board and a good screen. HTH John > -----Original Message----- > From: James (Jim) Hatridge > To: suse-linux-e(a)suse.com > Date: Saturday, February 06, 1999 11:40 AM > Subject: [SuSE Linux] Toshiba Libretto > > > > > > >Hi All; > >There are two problems with it. First when he starts it up it demands a > >password. This password seems to be in the BIOS. Without it the whole > >computer locks up. Does anyone know how to get around this? It seems to be > >wanting the password before it even boots W$ CE. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4868703172963910725==-- From kar@webline.dk Sun Feb 7 08:48:47 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] The SuSE images Date: Sun, 07 Feb 1999 09:48:47 +0100 Message-ID: <199902070848.JAA28785@bohr.webline.dk> In-Reply-To: <36BD3861.96CCAB2E@earthlink.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6892473250314873178==" --===============6892473250314873178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I thought I had this information somewhere, but I can't find it. The 'funny' images that accompany SuSE Linux (in 5.2 it was blue, in 5.3 green), can they be downloaded from somewhere? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6892473250314873178==-- From paspartu@uni.net Sun Feb 7 09:56:01 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Fonts ?? Date: Sun, 07 Feb 1999 10:56:01 +0100 Message-ID: <99020711073900.00311@kamikazen> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6630915797966938461==" --===============6630915797966938461== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 07 Feb 1999, SoiF wrote: >I 'm looking for some fonts for using in gimp=20 > >I have already donloaded Shared and Freefont .. but i want more .. > >I search for it about 3 month .. but i only find True type font for Mac or >Windows .. that doesn't work on LinuX ..=20 To handle TrueType Fonts you should install a font server like xfstt (X Font Server True Type) or xfsft (X Font Server Free Type). The former is a bit eas= ier to configure. Once you have the font server installed you can use windows TrueType fonts (of course, you cannot achieve this result magically, there is= a bit of configuration work). I don't have the URLs right now, but a simple search with the keyword "xfstt" or "xfsft" will help. Maurizio - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6630915797966938461==-- From brauki@cityweb.de Sun Feb 7 10:18:38 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] What is Dynamic-IP? Date: Sun, 07 Feb 1999 11:18:38 +0100 Message-ID: <36BD687E.EF60EDD0@cityweb.de> In-Reply-To: <006a01be5224$7e3bc860$030aa8c0@CYRIX2.alembic.mediaone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4764672036111841849==" --===============4764672036111841849== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stan Koper wrote: >=20 > Hi, >=20 > I see a setting in the SuSE configuration for DYN_IP, but it isn't > addressed in *my* manual. What does it refer to, and what does it do? >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> You=C5=BDre probably talking about this setting: brauki(a)marvin:/home/brauki > cat /etc/rc.config|grep DYN IP_DYNIP=3D"yes" brauki(a)marvin:/home/brauki >=20 It=C5=BDs used for ISDN connections, because there is a problem if you dial in and get an IP assigned (=3Ddyn IP). Basicly, the ISDN device is up and configured with *any* dummy IP and after the connection is made, the real IP is assigned. If you i.e. run fetchmail, the first packet leaves with your dummy IP and therefor is never answered, the connection hangs. The "dyn_ip patch" by Eric Corey solves this. I have lost the overview what happened to standard modem connections (diald), wether this might be interseting as well. It would (IMHO) not harm to set it to yes. If you use a static IP, you won=C5=BDt need it. Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4764672036111841849==-- From brauki@cityweb.de Sun Feb 7 10:35:34 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: [SuSE Linux] Kompiling 2.2.1 Kernel Date: Sun, 07 Feb 1999 11:35:34 +0100 Message-ID: <36BD6C76.E3501229@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9202193655501791117==" --===============9202193655501791117== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello... I am having problems compiling the 2.2.1 Kernel on SuSE 6.0. I use the gcc compiler that served so well on all 2.0.x Kernels. Do I have to change to ecgs for 2.2.x? Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9202193655501791117==-- From awol@STAT.UNIMAAS.NL Sun Feb 7 14:20:16 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Sun, 07 Feb 1999 15:20:16 +0100 Message-ID: <99020717315300.00387@for> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5248211558536864320==" --===============5248211558536864320== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Sat, 06 Feb 1999, you wrote: Ted Harding, Chris Martin, Michael Johnson, Samy Elashmawy, zentara have all brought forward relevant and interesting statements and points of view in this thread. However I think the single most important issue confronting the Linux world is and remains: standardisation of a base Linux system. There has to be agreement on things like file-system structure, the init process, the basic libraries used and preferably also the naming and the contents of the installation 'packages', the placement of these libraries in the file-sytem tree, etc. etc.. If not it will become unnatractive for ISV's not specialized in Linux to also make versions of their software available for Linux. This is the same problem confronting companies who also develop for Unix, you need seperate versions for DEC unix, HP unix, AIX, etc. Even for companies specialized in Linux it will become irritating. (this is the gist of the reaction of SAS when asked about a Linux version of SAS) And then think of the 'average Joe computer user' mentioned by Chris Martin. Joe uses a SuSE 6.0 system and has discovered the ease of working with rpm's. He discovers the rich source of rpm's available for RH and downloads a couple and installs them on his SuSE sytem only to discover that they either do not work or that he has messed up his system. (the fact that we also have other packaging systems for Debian and Stampede is of less importance as long as tools like 'alien' are kept up to date) We should reach a point of agreement on basic structure of Linux where it does not make one iota difference on which distro a rpm was made. [let me quickly add before Michael Johnson berates me: I too don't think that rpms are the answer to everything. But they sure are easy and comfortable for 'average Joe computer user' :-)]. I was already interested in this issue but this interest has been reinforced by at least three 'incidents' this past year where I was confronted with difference between SuSE en RH. At the office I use RH 5.2 (glibc) and at home SuSE 5.3 (libc). Everything I use at the office I also want at home, and vice versa and the glibc-libc issue is the least of the problems. My latest problem concerns the commercial statistical program Stata that I use professionaly. Two weeks ago I received the new Stata 6.0 for Linux and promptly installed it at home and at the office. [up to now Stata was no problem because it was aout, now they have gone ELF] --===============5248211558536864320==-- From jkx@club-internet.fr Sun Feb 7 15:19:27 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Fonts ?? Date: Sun, 07 Feb 1999 16:19:27 +0100 Message-ID: In-Reply-To: <99020711073900.00311@kamikazen> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3154019837753375520==" --===============3154019837753375520== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 07-Feb-99 Maurizio Firmani a dit .....: \>=20 \> On Sun, 07 Feb 1999, SoiF wrote: \>>I 'm looking for some fonts for using in gimp=20 \>> \>>I have already donloaded Shared and Freefont .. but i want more .. \>> \>>I search for it about 3 month .. but i only find True type font for Mac or \>>Windows .. that doesn't work on LinuX ..=20 \>=20 \> To handle TrueType Fonts you should install a font server like xfstt (X Fo= nt \> Server True Type) or xfsft (X Font Server Free Type). The former is a bit \> easier \> to configure. Once you have the font server installed you can use windows \> TrueType fonts (of course, you cannot achieve this result magically, there \> is a \> bit of configuration work). \>=20 \> I don't have the URLs right now, but a simple search with the keyword \> "xfstt" \> or "xfsft" will help. \>=20 \> Maurizio I have ever try it .. but it's to hard for me .. i can 't find the way to configure it .. Thks --------------------------------------------------- Soif soif(a)mygale.org write 07-Feb-99 at 16:18:14 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3154019837753375520==-- From zentara@mindspring.com Sun Feb 7 15:39:11 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kompiling 2.2.1 Kernel Date: Sun, 07 Feb 1999 10:39:11 -0500 Message-ID: <36BDB39E.E63DC271@mindspring.com> In-Reply-To: <36BD6C76.E3501229@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5079375596302118534==" --===============5079375596302118534== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Juergen Braukmann wrote: >=20 > Hello... >=20 > I am having problems compiling the 2.2.1 Kernel on SuSE 6.0. > I use the gcc compiler that served so well on all 2.0.x Kernels. > Do I have to change to ecgs for 2.2.x? >=20 In /usr/src/linux/Documentation/Changes there is a list of the software level needed to compile the 2.2.1 kernel. There is also a listing of the commands to check each software's version. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5079375596302118534==-- From hatridge@straubing.baynet.de Sun Feb 7 15:47:29 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] Toshiba Libretto Date: Sun, 07 Feb 1999 16:47:29 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9009786820821673220==" --===============9009786820821673220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all; Thanks to all that sent me a note. I've passed it on to my friends. I don't think that they had thought about removing the battery. Also I'm purty sure that (at least) my two friends got the computer legally. I think that it's just passed from hand to hand so many times that the password was forgetten about.=20 Thanks again! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9009786820821673220==-- From awol@STAT.UNIMAAS.NL Sun Feb 7 16:37:49 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Sun, 07 Feb 1999 17:37:49 +0100 Message-ID: <99020718244302.00387@for> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0491384919265850848==" --===============0491384919265850848== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 06 Feb 1999 Chris Martin wrote: >> Just wait until RH spends a little time and well funded effort on >> German distbns. . . .I think SuSE's claim to German fame will >> quickly fall by the wayside too. . . .$$$ knows no borders. . . ..boo >> hoo. =20 Some anecdotal evidence: Last summer I was in Berlin for 3 weeks and I checked all the locations selling Linux boxed sets I could find: In the academic book stores I counted more RH boxes on the shelves than SuSE boxes. At other places I often found one or the other. In the software corner of the KaDeWe dept store they prominently only had RH. I have been in Germany a few time these last 2 years in different cities and allways saw at least as many RH boxes as SuSE boxes. Up to now I have mostly seen RH boxes in the Dutch academic bookstores (if they had any Linux at all). Only the last year have I also seen some SuSE boxes in the computer stores that sell Linux. The number of sites mirroring Linux outnumbers the number of sites mirroring SuSE. Only Debian has a comparable number of mirrors as RH at academic sites. The Dutch Linux User Group regularly burns RH cd's to sell at events and mirrors RH on their server. Ted Harding wrote: >Also, SuSE has made a name for including an exceptional variety of >applications, all compiled consistently with the distribution. I think this can be more of a curse than a blessing, especially as SuSE does not update the rpm's of the included applications between releases. (Debian also includes a lot of stuff but you can mostly quickly get an updated Debian package when something changes, this is not the case with SuSE. There is also no 'culture' of SuSE users uploading updated rpm's as with RH and Debian). If you are not going to update the packages between distributions you can better do as RH does and only distribute a basic Linux and rely on users to update things or release regular cd's with 'stuff to be found on the Linux sites. One example ( I can give a lot more): I use Lyx for my 'word' processing. The definite LyX 1.0 (>=3DLyX 0.15.x) has already been released. A LyX 1.0 rpm has already been uploaded to the=20 RedHat contribution server. Stata 6.0 (I just checked) only contains LyX 0.12.0pre8-23. It could have contained one of the already very stable LyX 0.15.x which I have been using without any problems and which contains many enhancements and bug fixes compared to 0.12.x. When are they going to distribute LyX 1.0?? ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0491384919265850848==-- From mperry@basin.com Sun Feb 7 18:26:17 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Looking for a window manager? Date: Sun, 07 Feb 1999 10:26:17 -0800 Message-ID: <199902071826.KAA02519@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3329058909360346829==" --===============3329058909360346829== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I therefore suggest blackbox which seems to be easily configurable, nice on resources, pleasant to the eye. I think that for someone just starting out the ways of adding menu items, etc; cannot be beat. The latest compiles on SuSE 5.3 without complaint and it has some nice web-based config. information which shows how to write menu entries, change default window behavior, etc. --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3329058909360346829==-- From mcleod@ssc.es Sun Feb 7 19:04:06 1999 From: mcleod@ssc.es To: users@lists.opensuse.org Subject: [SuSE Linux] GLIBC 2.1 IS OUT!! Date: Sun, 07 Feb 1999 20:04:06 +0100 Message-ID: <000501be52cc$bd5c4760$91b537c3@interssc> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6820172966590561104==" --===============6820172966590561104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry , but glibc 2.1 is out now!! Will SUSE 6.1 be out in few weeks with glibc 2.1 as it's core library?. Vicente - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6820172966590561104==-- From stephena@hiwaay.net Sun Feb 7 19:41:26 1999 From: stephena@hiwaay.net To: users@lists.opensuse.org Subject: [SuSE Linux] glibc 2.1 and Suse 6.0 Date: Sun, 07 Feb 1999 13:41:26 -0600 Message-ID: <199902071937.NAA12679@mail.HiWAAY.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7164935644007407805==" --===============7164935644007407805== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anybody have any thoughts on how easy/hard it will be to plug in=20 glibc 2.1 into Suse 6.0? Stephen Anderson stephena(a)HiWAAY.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7164935644007407805==-- From kukuk@suse.de Sun Feb 7 19:49:29 1999 From: kukuk@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] GLIBC 2.1 IS OUT!! Date: Sun, 07 Feb 1999 20:49:29 +0100 Message-ID: <19990207204929.A8254@allen.suse.de> In-Reply-To: <000501be52cc$bd5c4760$91b537c3@interssc> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0034707606956804019==" --===============0034707606956804019== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, Feb 07, 1999 at 08:04:06PM +0100, Vicente A.S. Werner wrote: >=20 > Sorry , but glibc 2.1 is out now!! Will SUSE 6.1 be out in few weeks with > glibc 2.1 as it's core library?. I doubt that glibc 2.1 will be the core library, because some important binary only programs like StarOffice 5.0 and java doesn't run, and some other like Netscape doesn't work 100 (Just curios, I only know of programs you don't have the source for, should that tell me anything about quality of free source code ?) Thorsten --=20 Thorsten Kukuk http://home.pages.de/~kukuk/> kukuk(a= )suse.de SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0034707606956804019==-- From hekate@intergate.bc.ca Sun Feb 7 20:48:45 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Fonts ?? Date: Sun, 07 Feb 1999 12:48:45 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6533709937331592423==" --===============6533709937331592423== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 7 Feb 1999, SoiF wrote: > On 07-Feb-99 Maurizio Firmani a dit .....: > \> or "xfsft" will help. > \> Maurizio > I have ever try it .. but it's to hard for me .. i can 't find the way to > configure it .. It's not that hard to configure. Give it a few shakes and double check the instructions. Also, if in doubt check the list archives on both S.u.S.E. and RedHat. There have been plenty of instructions on how to get it set up and , at least for me, it works like a charm.=20 -M=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6533709937331592423==-- From hekate@intergate.bc.ca Sun Feb 7 20:50:11 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] GLIBC 2.1 IS OUT!! Date: Sun, 07 Feb 1999 12:50:11 -0800 Message-ID: In-Reply-To: <000501be52cc$bd5c4760$91b537c3@interssc> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5906666104362946215==" --===============5906666104362946215== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Sun, 7 Feb 1999, Vicente A.S. Werner wrote: > Sorry , but glibc 2.1 is out now!! Will SUSE 6.1 be out in few weeks with > glibc 2.1 as it's core library?. > > Vicente --===============5906666104362946215==-- From hekate@intergate.bc.ca Sun Feb 7 21:06:36 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: [SuSE Linux] HURD Date: Sun, 07 Feb 1999 13:06:36 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6691404118332811169==" --===============6691404118332811169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anyone fooled with Hurd beta? Anyone installed it at all. I know it's raw... I also hear Debian will be supporting the Hurd. Any thoughts or information on whether S.u.S.E. plans to follow or support the development in the future?=20 -M=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6691404118332811169==-- From camst65+@pitt.edu Sun Feb 7 21:57:37 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] Stupid Question? 6.0? Date: Sun, 07 Feb 1999 16:57:37 -0500 Message-ID: In-Reply-To: <19990205161310.C598@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1457456840638469330==" --===============1457456840638469330== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable So, am I blind, or is there somewhere that gives me some idea on how I go abo= ut moving from 5.3 to 6.0? The US SuSE site doen't even mention 6.0 being available yet. . .hmm. . . . ------------------------------------------ E-Mail: Chris Martin =20 Date: 07-Feb-99 Time: 16:55:32 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1457456840638469330==-- From Anthony.Schlemmer@gte.net Sun Feb 7 22:38:20 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Beep when mail is received Date: Sun, 07 Feb 1999 14:38:20 -0800 Message-ID: <36BE15DC.2C41B070@gte.net> In-Reply-To: <19990206120822.A253@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6458359258462323347==" --===============6458359258462323347== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Howard Arons wrote: >=20 > I receive mail from my ISP's POP3 server via fetchmail->procmail-> > various mboxes. When mail is deposited in my spool; i.e.; > /var/spool/mail/hlarons, my machine beeps, *but not every time.* >=20 > I can't find anything in the fetchmail or procmail config files that > might cause this. Is the beep from SuSE (5.2) at work? Why isn't the > behavior consistent? >=20 > Howard Arons > -- > Powered by SuSE Linux 5.2 -- kernel 2.0.33 > Communications by Mutt 0.93.2 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I had this problem before within my xterms and what did was setup my .login file to execute a "biff n" command which shuts off the mail notifications. I usually use a csh or tcsh shell and they can be configured to check for mail. I found it very irritating when fetchmail pulled down new mail and all of my xterm windows beeped. Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6458359258462323347==-- From skoper@mediaone.net Mon Feb 8 00:23:10 1999 From: skoper@mediaone.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] IRQ for eth1 Date: Sun, 07 Feb 1999 19:23:10 -0500 Message-ID: <003701be52f9$d003d900$020aa8c0@CYRIX1.alembic.ne.mediaone.net> In-Reply-To: <[SuSE Linux] IRQ for eth1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2147711783643098418==" --===============2147711783643098418== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Mark, No, but it's a PCI mainboard...hmm. Maybe I'll try re-setting the card to IRQ 10. Although it *does* work now. Stan Koper -----Original Message----- From: Mark E. Davidson To: Stan Koper ; suse-linux-e(a)suse.com Date: Saturday, February 06, 1999 10:06 PM Subject: Re: [SuSE Linux] IRQ for eth1 >I may be wrong, but isn't IRQ 9 the "PCI bridge" IRQ? Is the card >PCI-based? > >Mark > >-----Original Message----- >From: Stan Koper >To: suse-linux-e(a)suse.com >Date: Saturday, February 06, 1999 7:03 PM >Subject: [SuSE Linux] IRQ for eth1 > > >> >>Hi! >> >>When I boot linux (SuSE 5.3, kernel 2.0.35), eth1 is listed as using an IRQ >>of 9. That's what the card is set for. But when I run ifconfig. it shows >>eth1 as using an irq of 10. Is ifconfig detecting a conflict, and making >>its own workaround? I can certainly set the card to use IRQ 10, if there's >>some sort of conflict. It seems to work, as far as I can tell. >> >>Stan Koper >> > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2147711783643098418==-- From copernico@tin.it Mon Feb 8 00:30:12 1999 From: copernico@tin.it To: users@lists.opensuse.org Subject: [SuSE Linux] Netscape 4.06 Date: Mon, 08 Feb 1999 01:30:12 +0100 Message-ID: <36BE3014.781657BB@tin.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7083158452864340781==" --===============7083158452864340781== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi. Does anybody know why in the list box of Collabra Netscape Communicator lists twice each newsgroup I subscribed? I'm using leafnode (which I successfully installed thanks to the precious help of the subscribers of this ml) and it works fine indeed, even with Netscape so the problem I'm complaining is not really bothering me, I just wanted to understand..... Thanks to anyone will give me a hint. AS - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7083158452864340781==-- From skoper@mediaone.net Mon Feb 8 00:31:55 1999 From: skoper@mediaone.net To: users@lists.opensuse.org Subject: [SuSE Linux] Firecracker II Date: Sun, 07 Feb 1999 19:31:55 -0500 Message-ID: <00cf01be52fa$6fe91340$020aa8c0@CYRIX1.alembic.ne.mediaone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8646877255625116262==" --===============8646877255625116262== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Does anyone know where I can find documentation (in English) on the Firecracker II program (v0.3) written by Volker Graf? Thanks, Stan Koper - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8646877255625116262==-- From jlboers@usa.net Mon Feb 8 01:07:11 1999 From: jlboers@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] HURD Date: Sun, 07 Feb 1999 19:07:11 -0600 Message-ID: <002801be52ff$5ca1d380$0401a8c0@ourhouse> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2658840370828697829==" --===============2658840370828697829== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry guys but this might be a stupid question but what is HURD? ----- Original Message ----- From: Michael Johnson To: Sent: Sunday, February 07, 1999 3:06 PM Subject: [SuSE Linux] HURD > > Anyone fooled with Hurd beta? Anyone installed it at all. I know it's > raw... > I also hear Debian will be supporting the Hurd. Any thoughts or > information on whether S.u.S.E. plans to follow or support the development > in the future? > > -M > > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2658840370828697829==-- From medavid@ix.netcom.com Mon Feb 8 01:49:03 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] HURD Date: Sun, 07 Feb 1999 17:49:03 -0800 Message-ID: <01be5305$34a011c0$8242d8ce@win98> In-Reply-To: <[SuSE Linux] HURD> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6751589499000485797==" --===============6751589499000485797== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It's the FSF's Mach-based kernel for their OS. Mark -----Original Message----- From: J-L Boers To: SuSE Mail List Date: Sunday, February 07, 1999 5:40 PM Subject: Re: [SuSE Linux] HURD > >Sorry guys but this might be a stupid question but what is HURD? > >----- Original Message ----- >From: Michael Johnson >To: >Sent: Sunday, February 07, 1999 3:06 PM >Subject: [SuSE Linux] HURD > > >> >> Anyone fooled with Hurd beta? Anyone installed it at all. I know it's >> raw... >> I also hear Debian will be supporting the Hurd. Any thoughts or >> information on whether S.u.S.E. plans to follow or support the development >> in the future? >> >> -M >> >> >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6751589499000485797==-- From crumb@midwest.net Mon Feb 8 03:55:04 1999 From: crumb@midwest.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] glibc 2.1 and Suse 6.0 Date: Sun, 07 Feb 1999 21:55:04 -0600 Message-ID: <199902080347.VAA09306@cdale3.midwest.net> In-Reply-To: <199902071937.NAA12679@mail.HiWAAY.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5965301464767548182==" --===============5965301464767548182== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Am I to understand that as soon as I get a new copy of 6.0, I'll=20 necessarily need to start patching libraries? I still don't even=20 understand libc, glibc, ad nauseum, but I usually can recognize a=20 bottom line. I like SuSE very much, but if 6.0 will be substandard=20 in any way, I'll limp by with my 5.3 evaluation. What is the REAL=20 DEAL here folks. Should a "newbie" buy now or later? =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5965301464767548182==-- From LinuxAdvocate@iname.com Mon Feb 8 04:03:04 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Looking for a window manager? Date: Sun, 07 Feb 1999 18:03:04 -1000 Message-ID: <36BE61F8.5E7D48C0@iname.com> In-Reply-To: <199902071826.KAA02519@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3748311862783167082==" --===============3748311862783167082== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: >=20 > I therefore suggest blackbox which seems to be easily configurable, > nice on resources, pleasant to the eye. I think that for someone just > starting out the ways of adding menu items, etc; cannot be beat. The > latest compiles on SuSE 5.3 without complaint and it has some nice > web-based config. information which shows how to write menu entries, > change default window behavior, etc. Cool - got a URL? George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3748311862783167082==-- From mwagnon@ixpres.com Mon Feb 8 04:40:32 1999 From: mwagnon@ixpres.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Looking for a window manager? Date: Mon, 08 Feb 1999 04:40:32 +0000 Message-ID: <36BE6AC0.AE3DCEB6@ixpres.com> In-Reply-To: <36BE61F8.5E7D48C0@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8970060761715411556==" --===============8970060761715411556== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable George Toft wrote: >=20 > Cool - got a URL? Blackbox can be found at: http://blackbox.wiw.org/> Have fun! --=20 __ _ Mark Wagnon -o) / / (_)__ __ ____ __ Chula Vista, CA /\\/ /__/ / _ \/ // /\ \/ / mailto:mwagnon(a)ixpres.com _\_= 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8970060761715411556==-- From jlboers@usa.net Mon Feb 8 05:00:12 1999 From: jlboers@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Looking for a window manager? Date: Sun, 07 Feb 1999 23:00:12 -0600 Message-ID: <001801be531f$ea754c80$0401a8c0@ourhouse> In-Reply-To: <36BE61F8.5E7D48C0@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1812926472436408858==" --===============1812926472436408858== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable try this: = http://blackbox.wiw.org/> ttyl J-L jlboers(a)usa.net ----- Original Message -----=20 From: George Toft To: suse-linux-e Sent: Sunday, February 07, 1999 10:03 PM Subject: Re: [SuSE Linux] Looking for a window manager? >=20 > Michael Perry wrote: > >=20 > > I therefore suggest blackbox which seems to be easily configurable, > > nice on resources, pleasant to the eye. I think that for someone just > > starting out the ways of adding menu items, etc; cannot be beat. The > > latest compiles on SuSE 5.3 without complaint and it has some nice > > web-based config. information which shows how to write menu entries, > > change default window behavior, etc. >=20 > Cool - got a URL? >=20 > George > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1812926472436408858==-- From mperry@basin.com Mon Feb 8 06:20:19 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Looking for a window manager? Date: Sun, 07 Feb 1999 22:20:19 -0800 Message-ID: <199902080620.WAA06887@mperry.basin.com> In-Reply-To: <001801be531f$ea754c80$0401a8c0@ourhouse> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7778980446831581766==" --===============7778980446831581766== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 7 Feb, J-L Boers wrote: >=20 > try this: > http://blackbox.wiw.org/> >=20 > ttyl > J-L > jlboers(a)usa.net > ----- Original Message -----=20 > From: George Toft > To: suse-linux-e > Sent: Sunday, February 07, 1999 10:03 PM > Subject: Re: [SuSE Linux] Looking for a window manager? >=20 >=20 >>=20 >> Michael Perry wrote: >> >=20 >> > I therefore suggest blackbox which seems to be easily configurable, >> > nice on resources, pleasant to the eye. I think that for someone just >> > starting out the ways of adding menu items, etc; cannot be beat. The >> > latest compiles on SuSE 5.3 without complaint and it has some nice >> > web-based config. information which shows how to write menu entries, >> > change default window behavior, etc. >>=20 >> Cool - got a URL? >>=20 >> George >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >>=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> As a second choice I would also submit XFCE. This one takes the pain out of adding programs to a buttonbar by allowing you to do it interactively. No editing text files or writing arcane statements.=20 Clicking to add, remove, rename, etc. Its easy to add icons or change them also by right clicking on a item and getting a list of things. Get this... The entire root window, colors, and other stuff is accessible whilst in the X desktop. You can change things like background, the color of the buttonbar, and a bunch of other stuff including sound. Check out XFCE. It compiles only needing the xforms libs. Its at: http://www.Linux-kheops.com/pub/xfce>=20 Between this one and blackbox, configuration of the X desktop belongs to the user. One cool feature of blackbox is the way the windows rollup. One cool feature of XFCE is its gradient window title bars. --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7778980446831581766==-- From tomas@primenet.com Mon Feb 8 07:15:40 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] glibc 2.1 and Suse 6.0 Date: Sun, 07 Feb 1999 23:15:40 -0800 Message-ID: <36BE8F1C.CD1425BF@primenet.com> In-Reply-To: <199902080347.VAA09306@cdale3.midwest.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2947789931834829192==" --===============2947789931834829192== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable crumb wrote: >=20 > Am I to understand that as soon as I get a new copy of 6.0, I'll > necessarily need to start patching libraries? I still don't even > understand libc, glibc, ad nauseum, but I usually can recognize a > bottom line. I like SuSE very much, but if 6.0 will be substandard > in any way, I'll limp by with my 5.3 evaluation. What is the REAL > DEAL here folks. Should a "newbie" buy now or later? I would buy now, SuSE6.0 will have support for glibc-2.0.6. The next release of SuSE could be several months away, if not more, but were sure to see the glibc-2.1 package update within a month as well as the 2.2.X kernel package seeing as how they are MAJOR releases to the Linux community, whereas lets say pine, netscape, etc, are not major software packages for linux (prolly gonna get flamed for that) but think about it. We have pine, elm, mail, netscape, lynx, etc.. all these other programs to do similar things, whereas the library or kernel package is pretty much about it, there arnt too many other choices to choose from (hope that makes sense). Basically what I'm saying is, seeing as how SuSE-6.0 is going to have the glibc and 2.2.X kernel support built in, any upgrades will be a piece of cake compared to lets say libc5 to glibc or 2.0.X to 2.2.X would be. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2947789931834829192==-- From tomas@primenet.com Mon Feb 8 07:20:17 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Looking for a window manager? Date: Sun, 07 Feb 1999 23:20:17 -0800 Message-ID: <36BE9031.223D41E@primenet.com> In-Reply-To: <199902080620.WAA06887@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0526175297116043492==" --===============0526175297116043492== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: >=20 > this... The entire root window, colors, and other stuff is accessible > whilst in the X desktop. You can change things like background, the > color of the buttonbar, and a bunch of other stuff including sound. >=20 > Check out XFCE. It compiles only needing the xforms libs. Its at: >=20 > http://www.Linux-kheops.com/pub/xfce> >=20 XFCE is a nice little program, specially for anyone who wants that CDE look going for them. I just wish the colors were a little more customizable, wern't in the earlier versions I messed with, havn't messed with the newer ones. From your email I'm gathering that now the XFCE frontend colors can now be changed effortlessly? --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0526175297116043492==-- From A.Crowe@OPENMAIL1.TSEA-E.sukepabe.simis.com Mon Feb 8 08:06:41 1999 From: A.Crowe@OPENMAIL1.TSEA-E.sukepabe.simis.com To: users@lists.opensuse.org Subject: [SuSE Linux] unsubscribe Date: Mon, 08 Feb 1999 08:06:41 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2815459027091447579==" --===============2815459027091447579== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2815459027091447579==-- From grimmer@suse.de Mon Feb 8 08:49:05 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Advice on Applixware 4.4.1 and SuSE 5.3 Date: Mon, 08 Feb 1999 09:49:05 +0100 Message-ID: In-Reply-To: <99020120163300.00257@orion> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1287735373068443586==" --===============1287735373068443586== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 1 Feb 1999, Martijn van den Burg wrote: > I am thinking of buying Applixware 4.4.1 and running it on my 5.3 > installation, but I read on Applix' site that problems with libc5 may > occur. Can anybody tell me if 5.3 and 4.4.1 go together? If not I'll > wait for koffice 1.0 to come out :) They do. That's the combination we sell as the Linux Office Suite '99, for example. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1287735373068443586==-- From grimmer@suse.de Mon Feb 8 09:08:19 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] leafnode Date: Mon, 08 Feb 1999 10:08:19 +0100 Message-ID: In-Reply-To: <000001be5172$1a498520$3ea7d8d4@copernico> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2268876946338846070==" --===============2268876946338846070== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 5 Feb 1999, Antonino Sabetta wrote: > I'm not able to make leafnode work. What shall I put in the nntp > server dialog of Knews (or Netscape Comm.) to make it go? I've tried > with the name of my computer (as it is written in /etc/HOSTNAME) or > with "loclhost" but the news-clients still refuse to connect to the > (local)server. I've followed all the steps in the documentation > supplied with leafnode.....and I don't know what to do anymore!! You need to use "localhost" as your NNTP server. In addition to that, you have to put the following line in your /etc/inetd.conf: nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode Adjust the path names, if necessary. Also don't forget to restart inetd by issuing "killall -1 inetd" as root. HTH, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2268876946338846070==-- From grimmer@suse.de Mon Feb 8 09:12:43 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] samba 2 and suse 6.x Date: Mon, 08 Feb 1999 10:12:43 +0100 Message-ID: In-Reply-To: <3.0.3.32.19990205120808.00ae98dc@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4071275020633957722==" --===============4071275020633957722== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 5 Feb 1999, Samy Elashmawy wrote: > Any one know if suse 6.x comes with the new 2.0 version of samba on > the distribution set ? 6.0 does not come with Samba 2.0, since it wasn't released at that time. We will have a package on the ftp Server, though. SuSE Linux 6.1 will have it included. > Have any of you used the new verion of Samba 2.0 ? How does it compare > to the older version. Is it dificult to upgrade the server from 1. to > 2. ?? Am I beter off instaling the 2.0 not use the 1.x till I get the > 2.0 ?? Sorry - can't tell. I haven't used 2.0 yet. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4071275020633957722==-- From grimmer@suse.de Mon Feb 8 09:16:36 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] MAC addresses. Date: Mon, 08 Feb 1999 10:16:36 +0100 Message-ID: In-Reply-To: <36BAFDC7.6AC21C83@technologist.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2287574826937099005==" --===============2287574826937099005== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 5 Feb 1999, Martin Moeller wrote: > Would any of you know of a generic way of querying an Ethernet > adapthers MAC Address? It's not something I need terribly, but it's > something I'd like to be able to do. If you need to know the MAC adresses of some remote machine, try "arp" (see manpage). "ifconfig" will tell you the local HW adresses. You need to load the correct driver first, of course. > Would there be any way of detecting Ethernet cards in the machine > without modprobing drivers? Some standard way of finding out 'this is > a Ethernet adapter' of some type or other? If it is a PCI card, you will find it in /proc/pci. If it is an ISA card, you need to load the driver first. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2287574826937099005==-- From grimmer@suse.de Mon Feb 8 09:18:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: your mail Date: Mon, 08 Feb 1999 10:18:11 +0100 Message-ID: In-Reply-To: <3.0.3.32.19990205142101.00aff6b0@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3398315008615531430==" --===============3398315008615531430== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 5 Feb 1999, Samy Elashmawy wrote: > I have stock 5.3 cd set , Which one do I need to use ?? >=20 > ftp://ftp.s= use.com/pub/suse_update/XFree86-3.3.3.1-SuSE/> >=20 > .. > glibc2/ 04.02.98 14:39:00 > libc5/ 25.01.99 16:46:00 ^^^^^ SuSE 5.3 is based on libc5, take these ones. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3398315008615531430==-- From samelash@ix.netcom.com Mon Feb 8 09:33:54 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] samba 2 and suse 6.x Date: Mon, 08 Feb 1999 09:33:54 +0000 Message-ID: <3.0.3.32.19990208093354.00b2b498@popd.ix.netcom.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5420895309382538673==" --===============5420895309382538673== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >6.0 does not come with Samba 2.0, since it wasn't released at that time. >We will have a package on the ftp Server, though. SuSE Linux 6.1 will have >it included. Any idea when , I am waiting for my 6.0 cds ? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5420895309382538673==-- From grimmer@suse.de Mon Feb 8 09:36:08 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kompiling 2.2.1 Kernel Date: Mon, 08 Feb 1999 10:36:08 +0100 Message-ID: In-Reply-To: <36BD6C76.E3501229@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0369620716988545979==" --===============0369620716988545979== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 7 Feb 1999, Juergen Braukmann wrote: > I am having problems compiling the 2.2.1 Kernel on SuSE 6.0. I use the > gcc compiler that served so well on all 2.0.x Kernels. Do I have to > change to ecgs for 2.2.x? What kind of problems do you have? Please give some more info. No, you do not need egcs for compiling the kernel. I run 2.2.1 on my machine, too. It compiled without trouble (including the vesafb, nice penguin ;-) ) Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0369620716988545979==-- From grimmer@suse.de Mon Feb 8 09:45:06 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Firecracker II Date: Mon, 08 Feb 1999 10:45:06 +0100 Message-ID: In-Reply-To: <00cf01be52fa$6fe91340$020aa8c0@CYRIX1.alembic.ne.mediaone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6997610200714289157==" --===============6997610200714289157== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 7 Feb 1999, Stan Koper wrote: > Does anyone know where I can find documentation (in English) on the > Firecracker II program (v0.3) written by Volker Graf? I remember that I've been looking for docu myself some time ago. Since I was not able to find one, I switched to "rinetd", which serves the same purpose... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6997610200714289157==-- From grimmer@suse.de Mon Feb 8 09:46:54 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Stupid Question? 6.0? Date: Mon, 08 Feb 1999 10:46:54 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3130525920558666792==" --===============3130525920558666792== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 7 Feb 1999, Chris Martin wrote: > So, am I blind, or is there somewhere that gives me some idea on how I > go about moving from 5.3 to 6.0? The US SuSE site doen't even mention > 6.0 being available yet. . .hmm. . . . You can move from 5.3 to 6.0 as usual, using the upgrade procedure. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3130525920558666792==-- From Martijn.van.den.Burg@asml.nl Mon Feb 8 11:48:18 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: [SuSE Linux] Final: Advice on Applixware 4.4.1 and SuSE 5.3 Date: Mon, 08 Feb 1999 12:48:18 +0100 Message-ID: <199902081148.MAA05184@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0226604924532300068==" --===============0226604924532300068== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Sorry for having posted this query twice - it won't happen again (I hope :-). I bought SO99 (local SuSE rep), installed it and it runs very well. I don't m= ake 'difficult' docs in Word 97 (that's not what it's for), so no problems, a= nd import from Excel works well. I no longer need SO4 that came with the Cald= era 1.2 CD :-)) Thanks everybody for your response to my query! Regards, =3D Martijn van den Burg =3D Tech writer, archiver, Linux user =3D Publications Department, ASML =3D e-mail: martijn.van.den.burg(a)asml.nl =3D voice: +31 (0)40 2303856 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0226604924532300068==-- From suse_list@hotmail.com Mon Feb 8 12:13:44 1999 From: suse_list@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] Staroffice help. Date: Mon, 08 Feb 1999 04:13:44 -0800 Message-ID: <19990208121346.6769.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2240592084170715934==" --===============2240592084170715934== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I am running the commercial version of SuSE 5.2 and am currently=20 downloading version 6.0 off the ftp site. I have also decided to take=20 the plunge and be completely micro$oft free. in order to do this I have=20 to get staroffice up and running (those uni assignments have to be=20 written, and the compatibility with word is a very attractive feature,=20 this way I can write part of them at uni if needed). Anyway, I understand that the ftp version of SuSE 6.0 doesn't come wi= th=20 staroffice. So my question is how do I go about installing staroffice=20 from the version I will download from stardivision, using SuSE 6.0?? I=20 am completely clueless as to where to start. If someone could give me=20 some directions or even point me to some literature I would be really=20 greatful, and there will be one less MS user out there! :) Cheers, Brad. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2240592084170715934==-- From rachel@epinet.co.uk Mon Feb 8 12:13:55 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: SuSE 6.0 bug: Acrobat plugin for Netscape Date: Mon, 08 Feb 1999 12:13:55 +0000 Message-ID: <36BED503.A62B7E20@epinet.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5804013713622359172==" --===============5804013713622359172== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Philip Stokes wrote: >=20 > On Sat, 6 Feb 1999, Rachel Greenham wrote: >=20 > > > > Andreas Gerstlauer wrote: > > > > > Actually /usr/i486-linux-libc5/lib > > ^ > > > I had the same problem and tried it with a link to libc.so.5 > > > in the /lib directory. Bad idea, netscape crashes when trying > > > to load a PDF document. > > > > yep. > > > > > Luckily I found an article in the German support database about > > > the problem. Solution: disable the nppdf.so plugin and revert > > > to executing "acroread" external to netscape for PDF docs > > > > Oh poo. > > > > It was working on SuSE 6.0 beta as well... >=20 > There's a Netscape update for 6.0 on SuSE's ftp server that apparently > "works better with libc5 plugins". >=20 > I haven't tried it yet - looks like 6.0 should be arriving here Monday > or Tuesday next week :) Well, I'm currently running the Netscape that comes with the SuSE 6.0-evaluation stuff. --=20 Rachel Who's about to try to install KDE 1.1 :-} - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5804013713622359172==-- From rachel@epinet.co.uk Mon Feb 8 12:16:56 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] GLIBC 2.1 IS OUT!! Date: Mon, 08 Feb 1999 12:16:56 +0000 Message-ID: <36BED5B8.2E46CF99@epinet.co.uk> In-Reply-To: <19990207204929.A8254@allen.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5305526895630074520==" --===============5305526895630074520== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thorsten Kukuk wrote: >=20 > On Sun, Feb 07, 1999 at 08:04:06PM +0100, Vicente A.S. Werner wrote: > > > > Sorry , but glibc 2.1 is out now!! Will SUSE 6.1 be out in few weeks with > > glibc 2.1 as it's core library?. >=20 > I doubt that glibc 2.1 will be the core library, because some > important binary only programs like StarOffice 5.0 Still can't get that to run on SuSE 6.0 anyway. > and java doesn't run, Ah, that is bad. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5305526895630074520==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 8 12:20:03 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Penguins, glibc 2.1, Suse 6.0 Date: Mon, 08 Feb 1999 12:20:03 +0000 Message-ID: In-Reply-To: <199902080347.VAA09306@cdale3.midwest.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6574337716683786091==" --===============6574337716683786091== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 08-Feb-99 crumb wrote: >=20 > Am I to understand that as soon as I get a new copy of 6.0, I'll=20 > necessarily need to start patching libraries? I still don't even=20 > understand libc, glibc, ad nauseum, but I usually can recognize a=20 > bottom line. I like SuSE very much, but if 6.0 will be substandard=20 > in any way, I'll limp by with my 5.3 evaluation. What is the REAL=20 > DEAL here folks. Should a "newbie" buy now or later? =20 Penguins, I was once told (possibly not seriously), have an interesting approach to takng the plunge when they want to go into the sea to hunt fish. The danger, of course, is that a penguin is a nice breakfast for a seal or a juicy mouthfull for a killer whale. So the penguin herd lines up on the edge of the ice-sheet, at the top of the slope going down to the water, and they look down at the water, and at each other, and down at the water, and ... Then, suddenly, a few of them lose patience. Off they go, sliding down into the water, and the others watch. If all goes well, down go the rest of them. ... I shall be watching patiently. Best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 08-Feb-99 Time: 12:20:03 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6574337716683786091==-- From gdoris@shaw.wave.ca Mon Feb 8 12:26:13 1999 From: gdoris@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Netscape 4.5 Buss Error??? Date: Mon, 08 Feb 1999 07:26:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8555648387110929251==" --===============8555648387110929251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable All of a sudden I've started getting a "bus error" when using Netscape 4.5. Netscape suddenly terminates and the message is left in the xterm window. Is there a fix for this? Would switching to 4.08 take care of the problem? Gerry ---------------------------------- E-Mail: Gerry Doris Date: 08-Feb-99 Time: 07:23:12 "The lyf so short, the craft so long to learne" Chaucer ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8555648387110929251==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 8 12:35:03 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LSB project: succes or failure? Date: Mon, 08 Feb 1999 12:35:03 +0000 Message-ID: In-Reply-To: <99020717315300.00387@for> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6660501340589976916==" --===============6660501340589976916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 07-Feb-99 alexander volovics wrote: >=20 > Ted Harding, Chris Martin, Michael Johnson, Samy Elashmawy, zentara > have all brought forward relevant and interesting statements and points > of view in this thread. >=20 > However I think the single most important issue confronting the Linux > world is and remains: standardisation of a base Linux system. This was my original point, and Alex V has added many strong arguments for it. Very well said, Alex. I do wonder if the many participants in LSB can ever agree unless by adopting as "standard" the setup already used by one of them. The alternative, as Alex says and as has been forcefully said in other places, is "UNIX Wars" all over again. This is what marginalised UNIX for many major software ISVs; the ones that stayed in were mainly those that depended on platforms with UNIX power for their software to run at all. The principal difference that Linux has from "traditional" UNIX installations is that you get the power at minimal cost for the software, you can use rather low-grade cheap hardware, there are a lot of us about, and of course there is the Open Source community backing you up (though the last factor tends to come into play only after you have taken the plunge). I dare say it *will* settle down, though without an LSB-type standard it could take a lot longer. Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 08-Feb-99 Time: 12:35:03 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6660501340589976916==-- From Surjit.Bains@hsam.co.uk Mon Feb 8 12:43:54 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Netscape 4.5 Buss Error??? Date: Mon, 08 Feb 1999 12:43:54 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B4B@EXCHANGE1> In-Reply-To: <[SuSE Linux] Netscape 4.5 Buss Error???> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0932805073955028825==" --===============0932805073955028825== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSBn ZXQgdGhpcyBvY2Nhc2lvbmFsbHkgb24gbXkgc2xvd2VyIGxpbnV4IG1hY2hpbmUgNDg2IDEybWIg Li4uIGJ1dApuZXZlciBvbiBhIGhpZ2hlciBzcGVjIG1hY2hpbmUuLi4KCi4uLnRoaXMgb2NjdXJz IHdpdGggc2V2ZXJhbCBvdGhlciBhcHBzIHRvby4uLgoKLi4uIENvdWxkIGJlIGRvd24gdG8gdGhl IGJ1cyAnd2lkdGgnIG9uIG9sZGVyIG1hY2hpbmVzICBJIHRoaW5rLi4uCgpTdXJqaXQuCgotLS0t LU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBHZXJyeSBEb3JpcyBbPEEgSFJFRj0ibWFpbHRv Omdkb3JpcyhhKXNoYXcud2F2ZS5jYSI+bWFpbHRvOmdkb3JpcyhhKXNoYXcud2F2ZS5jYTwvQT5d ClNlbnQ6IDA4IEZlYnJ1YXJ5IDE5OTkgMTI6MjYKVG86IHN1c2UtbGludXgtZShhKXN1c2UuZGUK U3ViamVjdDogW1N1U0UgTGludXhdIE5ldHNjYXBlIDQuNSBCdXNzIEVycm9yPz8/Cgo9PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0ZXJuYWwgRW1h aWw6IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRlcm5hbCB0byBI U0FNIGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBiZSB2ZXJpZmll ZC4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpBbGwgb2YgYSBz dWRkZW4gSSd2ZSBzdGFydGVkIGdldHRpbmcgYSAiYnVzIGVycm9yIiB3aGVuIHVzaW5nIE5ldHNj YXBlCjQuNS4gIE5ldHNjYXBlIHN1ZGRlbmx5IHRlcm1pbmF0ZXMgYW5kIHRoZSBtZXNzYWdlIGlz IGxlZnQgaW4gdGhlIHh0ZXJtCndpbmRvdy4KCklzIHRoZXJlIGEgZml4IGZvciB0aGlzPyAgV291 bGQgc3dpdGNoaW5nIHRvIDQuMDggdGFrZSBjYXJlIG9mIHRoZQpwcm9ibGVtPwoKR2VycnkKCi0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KRS1NYWlsOiBHZXJyeSBEb3JpcyA8Z2Rv cmlzKGEpc2hhdy53YXZlLmNhPgpEYXRlOiAwOC1GZWItOTkKVGltZTogMDc6MjM6MTIKCiJUaGUg bHlmIHNvIHNob3J0LCB0aGUgY3JhZnQgc28gbG9uZyB0byBsZWFybmUiICBDaGF1Y2VyCi0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwg cGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQg aW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0Ut RkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93 d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdiBhdCA8 QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5k ZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1s aW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4KLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwg cGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQg aW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0Ut RkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93 d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdiBhdCA8 QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5k ZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1s aW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K --===============0932805073955028825==-- From rachel@epinet.co.uk Mon Feb 8 12:59:57 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Mon, 08 Feb 1999 12:59:57 +0000 Message-ID: <36BEDFCD.86C5EA40@epinet.co.uk> In-Reply-To: <19990208121346.6769.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7226497731883051233==" --===============7226497731883051233== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Brad Jones wrote: >=20 > Hi all, > I am running the commercial version of SuSE 5.2 and am currently > downloading version 6.0 off the ftp site. I have also decided to take > the plunge and be completely micro$oft free. in order to do this I have > to get staroffice up and running (those uni assignments have to be > written, and the compatibility with word is a very attractive feature, > this way I can write part of them at uni if needed). > Anyway, I understand that the ftp version of SuSE 6.0 doesn't come = with > staroffice. So my question is how do I go about installing staroffice > from the version I will download from stardivision, using SuSE 6.0?? I > am completely clueless as to where to start. If someone could give me > some directions or even point me to some literature I would be really > greatful, and there will be one less MS user out there! :) I would love someone to contradict me on this, but I can't seem to do it! It insists on changes to /lib to reflect glibc2.0.7. I don't trust those changes. Even when I did install it and get it to work once, it stopped working the next day. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7226497731883051233==-- From mperry@basin.com Mon Feb 8 13:25:47 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Netscape 4.5 Buss Error??? Date: Mon, 08 Feb 1999 05:25:47 -0800 Message-ID: <199902081325.FAA07414@mperry.basin.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8740325497459250265==" --===============8740325497459250265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 8 Feb, Gerry Doris wrote: >=20 > All of a sudden I've started getting a "bus error" when using Netscape > 4.5. Netscape suddenly terminates and the message is left in the xterm > window. >=20 > Is there a fix for this? Would switching to 4.08 take care of the problem? >=20 > Gerry >=20 > ---------------------------------- > E-Mail: Gerry Doris > Date: 08-Feb-99 > Time: 07:23:12 >=20 > "The lyf so short, the craft so long to learne" Chaucer > ---------------------------------- > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Thats the thing tht steered me away from netscape 4.5 completely. I started getting this things more and more as time went by; especially with clicking on mailto's. I have not tried the stand alone version but I did not have problems with bus errors in 4.05 but did have other problems like suddenly seeing all my memory used up. I ended up going back to 3.04 which is quite well-behaved on my system. No crashes, no bus errors. Real stable. --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8740325497459250265==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 8 13:34:25 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: The SuSE images Date: Mon, 08 Feb 1999 14:34:25 +0100 Message-ID: <19990208143424.A4949@one.hrz.tu-chemnitz.de> In-Reply-To: <199902070848.JAA28785@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6445247036513117151==" --===============6445247036513117151== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Sun, Feb 07, 1999 at 09:48 +0100, Kaare Rasmussen wrote:

> I thought I had this information somewhere, but I can't find it. The
> 'funny' images that accompany SuSE Linux (in 5.2 it was blue, in 5.3
> green), can they be downloaded from somewhere?

Have a look at the attached message.

Ciao,
        Stefan
-- BEGIN included message


Hi,

On Thu, 16 Apr 1998, Kaare Rasmussen wrote:

> > It's one of our CD covers, I think the on of the 5.0. It's some kind
> > of Enriques surface, but please don't ask me about details, the
> > formula to compute this image it pretty complicated...
>=20
> But perhaps you could tell me what an Enriques surface is?

It is a special family of algebraic surfaces studied by Federigo Enriques.=20
A simple algebraic surface for example are all points that satisfy the
equation x=C2=B2+y=C2=B2+z=C2=B2-1=3D0, which is a sphere with radius 1 and c=
enter at
origin. Enriques surfaces are something "similar", but the formula is
somewhat more complex ;-) In fact, you cannot see an Enriques surface
itself, but only some model of it. You can find details in the preface of
our handbook if you are interested. It is nontrivial to compute these
surfaces. The program that computes the surfaces is on the CD. It's called
"surf".=20

    Hubert

PS: Have a look at http=
://www.mi.uni-erlangen.de/~endrass/en/page.html>
    Stephan Endrass, a good friend of mine, is the author of "surf".
    There are very beautiful pictures on this site (go to the "parameter
    map"). Also, the animation is worth watching.
PPS: Want some challenge? Find the formula that gives you a torus ;-)


--
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
-- END included message

--===============6445247036513117151==-- From jxfish2@bismark.bcs.lucent.com Mon Feb 8 14:01:22 1999 From: jxfish2@bismark.bcs.lucent.com To: users@lists.opensuse.org Subject: [SuSE Linux] Supported Printers. Date: Mon, 08 Feb 1999 07:01:22 -0700 Message-ID: <36BEEE32.2EA3E5F8@bismark.bcs.lucent.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1744632973877903475==" --===============1744632973877903475== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can anyone tell me if the Alps MD-1000 printer is supported under SuSE Linux? Thanks in advance, Joe Fisher - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1744632973877903475==-- From hatridge@straubing.baynet.de Mon Feb 8 14:14:21 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] Connect / delay ?? Date: Mon, 08 Feb 1999 15:14:21 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4429982006318260213==" --===============4429982006318260213== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all; I'm using PPP at the command line to connect to my ISP. Sometimes it is very slow or worst it picks up the phone but does not make a connection.=20 Does anyone have a script to delay my fetchpop & sendmails commands until there is a connection? Perhaps checks for a connection before it runs the rest of my script? Right now I first run ppp-on and then (by hand) run the rest of my script.=20 TIA!!! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4429982006318260213==-- From martin_moeller@technologist.com Mon Feb 8 16:04:36 1999 From: martin_moeller@technologist.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] MAC addresses. Date: Mon, 08 Feb 1999 17:04:36 +0100 Message-ID: <36BF0B14.A5AE956C@technologist.com> In-Reply-To: <[SuSE Linux] MAC addresses.> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8969400273204152982==" --===============8969400273204152982== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable World Leader Pretend wrote: [That MAC-thing]=20 > If you have the appropriate modules loaded, etc... You can run: >=20 > bash>ifconfig | grep eth Ah - that's where it was hiding. Any reason, perchance, why it's not anywhere under the /proc system? > The setting HWaddr is your mac address for you ethernet card. Thank you. Regards,=20 Martin Moeller. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8969400273204152982==-- From samelash@ix.netcom.com Mon Feb 8 16:06:12 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Monitor specs www site ? Date: Mon, 08 Feb 1999 16:06:12 +0000 Message-ID: <3.0.3.32.19990208160612.00b06280@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6665880663039258808==" --===============6665880663039258808== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have an old leading edge monitor Model CMC 1212AD , Anyone know whwere I can get the specks for it. I have heard there are some www sights that archive this type of info ?? Also , any one know of any tech sights that would have info on the standard irq io assinmnet info ?? Thanks Samy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6665880663039258808==-- From jlboers@usa.net Mon Feb 8 16:08:05 1999 From: jlboers@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: The SuSE images Date: Mon, 08 Feb 1999 10:08:05 -0600 Message-ID: <001001be537d$377cdd60$0401a8c0@ourhouse> In-Reply-To: <19990208143424.A4949@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8410532851120155142==" --===============8410532851120155142== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable / PPS: Want some challenge? Find the formula that gives you a torus ;-) It's pretty neat.The flat torus formula: [u,v] -> [cos(u + v), sin(u + v), cos(u - v), sin(u - v)]/sqrt(2) where u and v both run from zero to 2 pi. The sum of the squares of these four coordinates is 1 so the object is completely contained in the hypersphere of radius 1 centered at the origin in four-space. -- Subject: [SuSE Linux] Re: The SuSE images > Hi, > > On Sun, Feb 07, 1999 at 09:48 +0100, Kaare Rasmussen wrote: > > > I thought I had this information somewhere, but I can't find it. The > > 'funny' images that accompany SuSE Linux (in 5.2 it was blue, in 5.3 > > green), can they be downloaded from somewhere? > > Have a look at the attached message. > > 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8410532851120155142==-- From hatridge@straubing.baynet.de Mon Feb 8 16:33:43 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] Minolta Laser Printer Date: Mon, 08 Feb 1999 17:33:43 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3078254658582167121==" --===============3078254658582167121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All; My old HP DJ has gave up the ghost :(. So I'm looking for a new printer. Does anyone use the Minolta 6L Laser? If so, does it work with Linux? How good? Also what is the difference between the 6, 6L, and 8, 6L? TIA!! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3078254658582167121==-- From Surjit.Bains@hsam.co.uk Mon Feb 8 16:37:26 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] ftp'ing through a firewall Date: Mon, 08 Feb 1999 16:37:26 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B4E@EXCHANGE1> In-Reply-To: <[SuSE Linux] ftp'ing through a firewall> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1342727152225277080==" --===============1342727152225277080== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKTW9z dCBmaXJld2FsbHMgcHJldmVudCBGVFAgYWNjZXNzLi4uLiB5b3UgbWF5IG5lZWQgdG8gZ2V0IHRo ZSBmaWxlcyBhcyBhCkhUVFAgZG93bmxvYWQuLi4uCgpTdXJqaXQuCgotLS0tLU9yaWdpbmFsIE1l c3NhZ2UtLS0tLQpGcm9tOiBNYXJ0aW4gWzxBIEhSRUY9Im1haWx0bzpNYXJyYW5keShhKXRhbXBh YmF5LnJyLmNvbSI+bWFpbHRvOk1hcnJhbmR5KGEpdGFtcGFiYXkucnIuY29tPC9BPl0KU2VudDog MDggRmVicnVhcnkgMTk5OSAxNjo0MgpUbzogU3VTRSBMaW51eCBNYWlsaW5nIExpc3QKU3ViamVj dDogW1N1U0UgTGludXhdIGZ0cCdpbmcgdGhyb3VnaCBhIGZpcmV3YWxsCgo9PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0ZXJuYWwgRW1haWw6IFRo aXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRlcm5hbCB0byBIU0FNIGFu ZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBiZSB2ZXJpZmllZC4KPT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpIZWxsby4KCkNhbiBhbnlv bmUgdGVsbCBtZSBob3cgdG8gZnRwIHRocm91Z2ggYSBmaXJld2FsbC4KCkkndmUgdXNlZCBwYXNz aXZlIGV0Yy4gYnV0IGNhYid0IGdldCB0aHJvdWdoLgoKTWF5YmUgc29tZSBzdGVwIGJ5IHN0ZXAg aW5zdHJ1Y3V0aW9ucyB3b3VsZCBiZSBoZWxwZnVsLgoKUmVnYXJkcy4uLk1hcnRpbgoKLQpUbyBn ZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3Vz ZS5jb20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgt ZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20v U3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9E b2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+ PiBhbmQgdGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmds aXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNv bS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3Vz ZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4KLQpUbyBn ZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3Vz ZS5jb20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgt ZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20v U3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9E b2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+ PiBhbmQgdGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmds aXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNv bS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3Vz ZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K --===============1342727152225277080==-- From Marrandy@tampabay.rr.com Mon Feb 8 16:42:00 1999 From: Marrandy@tampabay.rr.com To: users@lists.opensuse.org Subject: [SuSE Linux] ftp'ing through a firewall Date: Mon, 08 Feb 1999 11:42:00 -0500 Message-ID: <36BF13D8.B569F864@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6238849129003510690==" --===============6238849129003510690== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello. Can anyone tell me how to ftp through a firewall. I've used passive etc. but cab't get through. Maybe some step by step instrucutions would be helpful. Regards...Martin - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6238849129003510690==-- From mantel@suse.de Mon Feb 8 17:33:08 1999 From: mantel@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] [Offtopic] The SuSE images Date: Mon, 08 Feb 1999 18:33:08 +0100 Message-ID: <19990208183308.A18747@suse.de> In-Reply-To: <001001be537d$377cdd60$0401a8c0@ourhouse> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3896412242372493258==" --===============3896412242372493258== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 08, J-L Boers wrote: > / PPS: Want some challenge? Find the formula that gives you a torus ;-) >=20 > It's pretty neat.The flat torus formula: >=20 > [u,v] -> [cos(u + v), sin(u + v), cos(u - v), sin(u - v)]/sqrt(2) >=20 > where u and v both run from zero to 2 pi. The sum of the squares of these > four coordinates is 1 so the object is completely contained in the > hypersphere of radius 1 centered at the origin in four-space. Cute ;) But that's too easy. The question was meant to be: Find an equation f(x,y,z)=3D0 so that all solutions of the equation form the surface of a torus. To be honest: I don't know the solution. I even don't know if this equation exists ;) -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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3896412242372493258==-- From phil@stokes.demon.co.uk Mon Feb 8 18:52:51 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Connect / delay ?? Date: Mon, 08 Feb 1999 18:52:51 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6510262565219495624==" --===============6510262565219495624== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 8 Feb 1999, James (Jim) Hatridge wrote: > Hi all; >=20 > I'm using PPP at the command line to connect to my ISP. Sometimes it is > very slow or worst it picks up the phone but does not make a connection.=20 >=20 > Does anyone have a script to delay my fetchpop & sendmails commands until > there is a connection? Perhaps checks for a connection before it runs the > rest of my script? Right now I first run ppp-on and then (by hand) run the > rest of my script.=20 Put your script in /etc/ppp/ip-up. It will be run automatically by pppd once the link is up and packets are being exchanged. See man pppd(8) for details. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6510262565219495624==-- From tschlemmer@gmswireless.com Mon Feb 8 19:04:48 1999 From: tschlemmer@gmswireless.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ftp'ing through a firewall Date: Mon, 08 Feb 1999 11:04:48 -0800 Message-ID: <36BF3550.4F7DEE1E@gmswireless.com> In-Reply-To: <36BF13D8.B569F864@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5176066189051840596==" --===============5176066189051840596== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When I first setup my Linux server for IP Masquerading and firewalling, I had problem with FTP. A kind soul send me the following fragment that I use for as part of my firewall rules. I'm not sure if this is what you're actually looking for: # Allow clients to use FTP through gateway # ipfwadm -I -a accept -P tcp -S 0/0 21 ipfwadm -I -a accept -P tcp -S 0/0 20 /sbin/modprobe ip_masq_ftp Martin wrote: >=20 > Hello. >=20 > Can anyone tell me how to ftp through a firewall. >=20 > I've used passive etc. but cab't get through. >=20 > Maybe some step by step instrucutions would be helpful. >=20 > Regards...Martin >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Tony -- Tony Schlemmer | Phone : 425-372-2246 Software Developer | Fax : 425-372-2222 Global Mobility Systems, Inc. | Mobile: 425-503-8544 11201 SE 8th Street, Suite 110 | mailto:tschlemmer(a)gmswireless.com Bellevue, WA 98004 | http://www.gmswireless.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5176066189051840596==-- From lunaslide@pacbell.net Mon Feb 8 20:25:35 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recomended laptops Date: Mon, 08 Feb 1999 12:25:35 -0800 Message-ID: <36BF483F.21AC2C7A@pacbell.net> In-Reply-To: <[SuSE Linux] Recomended laptops> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1476590058171829307==" --===============1476590058171829307== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Scott Bronson wrote: >=20 > Linux works great on my Dell Latitude Cxwhatever. I lust after a > Thinkpad, but I'm not sure how well Linux works on the odd graphics > chipset they use. Go out there and find the laptop that you like best > (keyboard and scree are probably most important, and I hate the > touchpads; I'll get the pencil eraser whenever possible), then buy it > with a 30 day satisfaction guarantee. If you can't get Linux to run, > return the laptop. >=20 > - Scott >=20 > lunaslide wrote: > > > > Hi all. I am seriously looking into a laptop and I'd like to ask for > > recommendations. I want something with at least a PII 266, 64MB and *at > > least* a 6GB drive. Linux compatablility is of the utmost importance and > > FreeBSD compatability would be a bonus. Thanks in advance. > > > > -- > > lunaslide * PGP key->pgpkeys.mit.edu port 11371 > > * * * * * * > > In a closed society where everybody's guilty, the only crime is * > > getting caught. In a world of thieves, the only final sin is > > stupidity. * -Fear and Loathing in Las Vegas * > > * * * * * > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 In a closed society where everybody's guilty, the only crime is *=20 getting caught. In a world of thieves, the only final sin is =20 stupidity. * -Fear and Loathing in Las Vegas * =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1476590058171829307==-- From lunaslide@pacbell.net Mon Feb 8 20:28:54 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recomended laptops Date: Mon, 08 Feb 1999 12:28:54 -0800 Message-ID: <36BF4906.61E3BB8D@pacbell.net> In-Reply-To: <[SuSE Linux] Recomended laptops> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2916820198159467393==" --===============2916820198159467393== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Scott Bronson wrote: >=20 > Linux works great on my Dell Latitude Cxwhatever. I lust after a > Thinkpad, but I'm not sure how well Linux works on the odd graphics > chipset they use. Go out there and find the laptop that you like best > (keyboard and scree are probably most important, and I hate the > touchpads; I'll get the pencil eraser whenever possible), then buy it > with a 30 day satisfaction guarantee. If you can't get Linux to run, > return the laptop. >=20 > - Scott I just ordered a Thinkpad 770X, which supposedly has a Neomagic chipset. I'll let you know how it goes. A couple people on the Linux Laptop Pages have successfully got Linux working on this beast and I'm determined to also :-) --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 In a closed society where everybody's guilty, the only crime is *=20 getting caught. In a world of thieves, the only final sin is =20 stupidity. * -Fear and Loathing in Las Vegas * =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2916820198159467393==-- From zentara@mindspring.com Mon Feb 8 20:30:12 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] [Offtopic] The SuSE images Date: Mon, 08 Feb 1999 15:30:12 -0500 Message-ID: <36BF4954.8EC771E6@mindspring.com> In-Reply-To: <19990208183308.A18747@suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6113248928942331063==" --===============6113248928942331063== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hubert Mantel wrote: =20 > On Mon, Feb 08, J-L Boers wrote: >=20 > > / PPS: Want some challenge? Find the formula that gives you a torus ;-) > > > > It's pretty neat.The flat torus formula: > > > > [u,v] -> [cos(u + v), sin(u + v), cos(u - v), sin(u - v)]/sqrt(2) > > > But that's too easy. The question was meant to be: Find an equation > f(x,y,z)=3D0 so that all solutions of the equation form the surface of a > torus. To be honest: I don't know the solution. I even don't know if this > equation exists ;) Well I havn't looked at my Vector Calculus books in about 20 years, but I found a set of formulas in "toroidal coordinates" for a torus. They are quite complicated: I will give the x equation only, but there are y, and z ones also. x =3D ((a)sinh(v)cos(w))/((cosh(v)-cos(u)) where "a" is a constant, and u,v,w are the toroidal coordinates, w is actually an angle theta. If you want, I could scan the page with the full formula set, including a cartesian coordinate graph , and email it to you. But it would probably delay work on Suse 6.0 . :-) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6113248928942331063==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 8 20:34:37 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] [Offtopic] The SuSE images Date: Mon, 08 Feb 1999 20:34:37 +0000 Message-ID: In-Reply-To: <19990208183308.A18747@suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8966691622612876762==" --===============8966691622612876762== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 08-Feb-99 Hubert Mantel wrote: > But that's too easy. The question was meant to be: Find an equation > f(x,y,z)=3D0 so that all solutions of the equation form the surface of a > torus. To be honest: I don't know the solution. I even don't know if > this equation exists ;) > -o) > Hubert Mantel Goodbye, dots... /\\ Well, how about: Suppose the torus is swept out by a circle of radius r1 whse centre is carried round a circle of radius r0 (r1 < r0 for a proper torus). Let u =3D x/r0, v =3D y/r0, w =3D z/r1, C =3D r1/r0. Then u^2 + v^2 =3D (1 + C sqrt(1 - w^2) )^2 (Consider r =3D r0 + r1 cos q, z =3D r1 sin q, x =3D r cos p =3D r0 cos p + r1 cos p cos q y =3D r sin p =3D r0 sin p + r1 sin p cos q and eliminate the angles p, q. p is the angle in the x-y plane from a fixed direction to the centre of the sweeping circle; q is the "angle of elevation" from the centre of this circle to a point on the torus as seen along the line from the origin to the centre of this circle; r is the distance from the origin to the point in the x-y plane vertically beneath the point on the torus.) I think it's right ... Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 08-Feb-99 Time: 20:34:37 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8966691622612876762==-- From gregt@nadel.com Mon Feb 8 21:11:15 1999 From: gregt@nadel.com To: users@lists.opensuse.org Subject: [SuSE Linux] NE2000 problem with 5.3 Date: Mon, 08 Feb 1999 13:11:15 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7233797258464610547==" --===============7233797258464610547== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hello all, i have an ne2000 card set up with I/O 300, IRQ 10, not pnp. it worked great under RH5.1 with kernel 2.0.34 but i can't get it recognized with SUSE 5.3. are there any no problems here? what should i check? thanks, Greg Thomas, Network Admin Jack Nadel, Inc. 310-815-2638 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7233797258464610547==-- From jblosser@firinn.org Mon Feb 8 21:21:04 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recomended laptops Date: Mon, 08 Feb 1999 16:21:04 -0500 Message-ID: <19990208162104.C11438@firinn.org> In-Reply-To: <36BF483F.21AC2C7A@pacbell.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5570504845644540932==" --===============5570504845644540932== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
lunaslide wrote:
>
> Hi all.  I am seriously looking into a laptop and I'd like to ask for
> recommendations.  I want something with at least a PII 266, 64MB and *at
> least* a 6GB drive.  Linux compatablility is of the utmost importance and
> FreeBSD compatability would be a bonus.  Thanks in advance.

I've been really pleased with my Toshiba Tecra.  I know that Toshiba has
not been the most friendly to Linux, but from a standpoint of pure
useability and quality they have great products.  Linux installed on my
Tecra without a hitch.  There is also a decent sized group of Tecra Linux
users with various web pages dedicated to Linux on Toshiba laptops and a
mailing list.


--=20
Jeremy Blosser   |   jblosser(a)firinn.org   |   http://jblosser.firinn=
.org/>
-----------------+-------------------------+------------------------------
"Would you fight to the death, for that which you love?
                   In a cause surely hopeless ...for that which you love?"
                                             -- D. McKiernan, _Dragondoom_
PGP signature

--===============5570504845644540932==-- From brauki@cityweb.de Mon Feb 8 21:32:25 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Mon, 08 Feb 1999 22:32:25 +0100 Message-ID: <36BF57E9.287263EC@cityweb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6929629292677365490==" --===============6929629292677365490== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Greg Thomas wrote: >=20 > hello all, >=20 > i have an ne2000 card set up with I/O 300, IRQ 10, not pnp. it worked > great under RH5.1 with kernel 2.0.34 but i can't get it recognized with > SUSE 5.3. are there any no problems here? what should i check? >=20 > thanks, > Greg Thomas, Network Admin check /etc/conf.moduls for an entry like: options ne io=3D0x300 irq=3D5 make sure you give io and int as a parameter. I fought against this for a long time, until i discovered conf.modules. (provided you compiled ne2k support as a module) Compiling it direct into the kernel should do the trick as well. Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6929629292677365490==-- From zentara@mindspring.com Mon Feb 8 21:42:07 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Mon, 08 Feb 1999 16:42:07 -0500 Message-ID: <36BF5A2F.113931CE@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7213350016922944931==" --===============7213350016922944931== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Greg Thomas wrote: >=20 > hello all, >=20 > i have an ne2000 card set up with I/O 300, IRQ 10, not pnp. it worked > great under RH5.1 with kernel 2.0.34 but i can't get it recognized with > SUSE 5.3. are there any no problems here? what should i check? >=20 Well, you need to declare the card in /etc/conf.modules 2 lines: alias eth0 ne option ne io 300 irq 10 You also need to have the ne module installed or build ne2000 support into the kernel. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7213350016922944931==-- From awol@STAT.UNIMAAS.NL Mon Feb 8 22:50:42 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: RE: [SuSE Linux] [Offtopic] The SuSE images Date: Mon, 08 Feb 1999 23:50:42 +0100 Message-ID: <99020823585602.00219@for> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4608254175092903973==" --===============4608254175092903973== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 08 Feb 1999 Ted Harding wrote: >On 08-Feb-99 Hubert Mantel wrote: >> But that's too easy. The question was meant to be: Find an equation >> f(x,y,z)=3D0 so that all solutions of the equation form the surface of a >> torus. To be honest: I don't know the solution. I even don't know if >> this equation exists ;) >Well, how about: > >Suppose the torus is swept out by a circle of radius r1 whse centre is >carried round a circle of radius r0 (r1 < r0 for a proper torus). > >Let u =3D x/r0, v =3D y/r0, w =3D z/r1, C =3D r1/r0. Then > > > u^2 + v^2 =3D (1 + C sqrt(1 - w^2) )^2 > >(Consider r =3D r0 + r1 cos q, z =3D r1 sin q, > x =3D r cos p =3D r0 cos p + r1 cos p cos q > y =3D r sin p =3D r0 sin p + r1 sin p cos q > > and eliminate the angles p, q. > > p is the angle in the x-y plane from a fixed direction to the centre of > the sweeping circle; q is the "angle of elevation" from the centre of > this circle to a point on the torus as seen along the line from the > origin to the centre of this circle; r is the distance from the origin > to the point in the x-y plane vertically beneath the point on the torus.) I think you can express this equation in a slightly more simple form, namely: (sqrt(x^2 + y^2) - a)^2 + z^2 =3D b^2 where a>b Namely revolve a circle of radius b about an exterior line in its plane, that is distance a from the center. Gives a ring shaped torus. At last the mailing list is becoming interesting :-) Alexander ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4608254175092903973==-- From zulfiqar@shaw.wave.ca Mon Feb 8 22:50:55 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Cyrix 6x86 P150+ Date: Mon, 08 Feb 1999 17:50:55 -0500 Message-ID: <36BF6A4F.B38CA5F8@shaw.wave.ca> In-Reply-To: <36BF5A2F.113931CE@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1935642682335748817==" --===============1935642682335748817== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I found an excellent deal for a Cyrix 6x86 P150+ based system. Only 150 Canadian Dollars with 1 Gig HDD and 14 inch monitor!! :-) However, before I go ahead and get it, I wanted to know if there was any linux related bugs in the chip. I remember reading that Cyrix chips were buggy under Linux, and that a "workaround" had to be done. I will be using this comp as a Masq server......so, speed is not of major concern to me. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1935642682335748817==-- From jlkreps@navix.net Mon Feb 8 23:24:03 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Mon, 08 Feb 1999 17:24:03 -0600 Message-ID: <36BF7213.55D5F58B@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9087183156979726194==" --===============9087183156979726194== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable (Ted Harding) wrote: > The alternative, as Alex says and as has been forcefully said in other > places, is "UNIX Wars" all over again. This is what marginalised UNIX for > many major software ISVs; the ones that stayed in were mainly those that It also brings to mind the computer wars of 1978-1981. There were tons of little boxes out there, led by Apple and the Trash80, but IBM fairly well standardized the hardware. Now we are living with the outdated architechture. Then the OS wars between DesqView, Windows , OS/2, Gym and a couple of others. In each war the best designed product didn't win, only the best marketed one (or the vendor using the least scrupples). Linux has avoided the "Unix Wars" by ignoring those that would rekindle the flames. Personally, I like the independence the Linux allows. Can you imagine if the Qt toolkit was declared the standard and Xwindows programs written without it were shunned? Confine yourself to KDE for the next 10-15 years? Why? Let freedom ring, let inovation flourish.=20 There will be enought "standardization" by virtue of the number of packages sold, but each should allow some place in their distro for wiggle room so improvements can burst out. Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9087183156979726194==-- From verdesoft@verdesoft.com Tue Feb 9 00:17:41 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] Kernel Compile Failure Date: Mon, 08 Feb 1999 16:17:41 -0800 Message-ID: <36BF7EA5.F34E0DFE@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0601926045273859837==" --===============0601926045273859837== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I was just trying to recompile my kernal and am having a major problem with it. I am trying to recompile to get ppp working on the system. I started by using make xconfig to change the configuration of the kernel and then tried to recompile it. I typed #make dep clean zImage' to start the compile of the kernel. It started out fine and then simply locked up. I can't do anything with it except reboot. I am afraid of what this might do to the system though. Fortionataly I am using a system I don't really care about, but I don't want to have to re-install everything. Does anyone know what I should do and once I reboot is there anything I should check or test to make sure there is nothing wrong with the system? Thanks, Aaron _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0601926045273859837==-- From zentara@mindspring.com Tue Feb 9 00:43:25 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Mon, 08 Feb 1999 19:43:25 -0500 Message-ID: <36BF84AD.EBDEA242@mindspring.com> In-Reply-To: <36BF7213.55D5F58B@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2748271302727509876==" --===============2748271302727509876== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jerry Lynn Kreps wrote: >=20 > the flames. Personally, I like the independence the Linux allows. Can > you imagine if the Qt toolkit was declared the standard and Xwindows > programs written without it were shunned? Confine yourself to KDE for > the next 10-15 years? Why? Let freedom ring, let inovation flourish. > There will be enought "standardization" by virtue of the number of > packages sold, but each should allow some place in their distro for > wiggle room so improvements can burst out. > Jerry YA!!! I was flipping thru the dictionary the other day, and came upon the word "linus". It is defined as " a poet and musician, the inventor of melody and rythm".=20 That is the way I felt when I first took up Linux, it was a great "instrument" for implementing creative ideas. Now, it feels like some "evil maestro" is trying to take the podium, trying to force us all to play some boring old song. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2748271302727509876==-- From Ted.Harding@nessie.mcc.ac.uk Tue Feb 9 01:16:11 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Tue, 09 Feb 1999 01:16:11 +0000 Message-ID: In-Reply-To: <36BF7213.55D5F58B@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0707170969158347623==" --===============0707170969158347623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 08-Feb-99 Jerry Lynn Kreps wrote: >=20 > (Ted Harding) wrote: >=20 >> The alternative, as Alex says and as has been forcefully said in other >> places, is "UNIX Wars" all over again. This is what marginalised UNIX >> for many major software ISVs; the ones that stayed in were mainly >> those that >=20 > Linux has avoided the "Unix Wars" by ignoring those that would rekindle > the flames. Personally, I like the independence the Linux allows. Can > you imagine if the Qt toolkit was declared the standard and Xwindows > programs written without it were shunned? Confine yourself to KDE for > the next 10-15 years? Why? Let freedom ring, let inovation flourish.=20 > There will be enought "standardization" by virtue of the number of > packages sold, but each should allow some place in their distro for > wiggle room so improvements can burst out. > Jerry This is also a point of view for which I have strong sympathy. If the only issue were "what would the community of Linux users, breathing the free air, like", I think the answer would be along Jerry's lines. But the current flowering of interest in Linux in the "real software" world (quotation marks deliberate ... ) -- while, at present, the Open Source software for similar purposes continues to lag (and, in the case of Windows compatibility which many of us genuinely need to achieve, continues to be almost lacking except in commercial packages) -- points to a need for a *standard* Linux that any ISV can debelop for and know what the target is. As I pointed out earlier: compare FreeBSD. FreeBSD is what is on the FreeBSD ftp site. There are not 15 versions of it out there, incompatible at a basic level. If you develop for FreeBSD you *know* what it's going to be running on (to within shifts between versions, but that doesn't seem to throw up many problems). Agreed this is a dilemma. Best wishes, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 09-Feb-99 Time: 01:16:11 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0707170969158347623==-- From dizzy73@connix.com Tue Feb 9 01:45:46 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Monitor specs www site ? Date: Mon, 08 Feb 1999 20:45:46 -0500 Message-ID: <36BF934A.F5703FD5@connix.com> In-Reply-To: <3.0.3.32.19990208160612.00b06280@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4600237533538360204==" --===============4600237533538360204== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: > I have an old leading edge monitor Model CMC 1212AD , Anyone know whwere I > can get the specks for it. I have heard there are some www sights that > archive this type of info ?? I dont know if this will help you but... http://www.mindspring.com/~nune= z/info/monitors/> http://junitec.ist.utl.pt/einfo/pc/= index.html> rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4600237533538360204==-- From verdesoft@verdesoft.com Tue Feb 9 02:45:56 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel Compile Failure Date: Mon, 08 Feb 1999 18:45:56 -0800 Message-ID: <36BFA164.55CA7C0D@verdesoft.com> In-Reply-To: <[SuSE Linux] Kernel Compile Failure> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5331560609450559003==" --===============5331560609450559003== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks for giving me the advice. Everything seems to be working so far. The computer is booting right now. What about the kernel now, should I try and compile again? I have been having a hard time getting my an internet connection to work with ppp and would really like to try this again. Not to mention that it would just be nice to know how to recompile the kernel when I need to add something. Thanks, Aaron Ralph Clark wrote: >=20 > Aaron Prohaska wrote: >=20 > > I was just trying to recompile my kernal and am having a major problem > > with it. I am trying to recompile to get ppp working on the system. I > > started by using make xconfig to change the configuration of the kernel > > and then tried to recompile it. I typed #make dep clean zImage' to start > > the compile of the kernel. It started out fine and then simply locked > > up. I can't do anything with it except reboot. I am afraid of what this > > might do to the system though. Fortionataly I am using a system I don't > > really care about, but I don't want to have to re-install everything. > > Does anyone know what I should do and once I reboot is there anything I > > should check or test to make sure there is nothing wrong with the > > system? > > > > Thanks, > > > > Aaron > > _________________________________________________ > > >=20 > Don't worry; long experience has taught me that Unix file systems in genera= l and > the Linux ext2fs file system in particular are very robust. When you reboot= the > system will automatically run fsck on the uncleanly-dismounted partitions a= nd > this will clear any lost inodes (the Unix equivalent of DOS's "lost chains"= ). >=20 > If fsck doesn't run it is either because (1) the partition was not written = to > after the last time it was mounted, or (2) you've somehow disabled fsck from > being run automatically. If you are not sure then try to avoid writing to a= ny of > the partitions: bring the system down to single user mode by typing in "ini= t S" > then run fsck manually on each file system partition, by entering the comma= nd: > "/sbin/fsck -t ...". I expect that you will need to p= ut > ext2 for your fstype and ... will be a space-separated list of = all > the disk partition device files that are formatted with ext2fs. Thus for > example: >=20 > /sbin/fsck -t ext2 /dev/hda1 /dev/hda2 /dev/hda3 >=20 > Don' t include your swap partition! >=20 > If these lost nodes occur they will only be from the ends of files that wer= e in > the middle of being written to when the system was unexpectedly taken down. > Normally they are insignificant temporary or "work" files from the /tmp > directory or from editor sessions for example. Obviously any editor sessions > just in memory will be lost but nothing else should be affected. >=20 > In extreme cases (rare) a directory may be destroyed it is is being written= to > at the time, but as long as the files therein were not open for writing > themselves, fsck will retain them intact in the 'lost+found' directory in t= he > top-level directory of the partition concerned. Thus depending on how your = hard > disk is partitioned you can look in /lost+found, /usr/lost+found, > /home/lost+found and so on. Then when you retrieve the files you only have = to > figure out what directory they live in and recreate it. However, this has n= ever > happened to me with Linux in the five years I've been running it despite us= ing > both cached and uncached disk controllers and suffering many power supply > brownouts and other hardware failures. >=20 > Ralph >=20 > -- > rclark(a)virgosolutions.demon.co.uk Ralph Clark, Virgo Solutions Ltd= (UK) > __ _ > / / (_)__ __ ____ __ * Powerful * Flexible * Compatible * Reliable * > / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every D= ay* > /____/_/_//_/\_,_/ /_/\_\ The Cost Effective Choice - Linux Means Busine= ss! --=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5331560609450559003==-- From verdesoft@verdesoft.com Tue Feb 9 02:48:05 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] Kernel compile Date: Mon, 08 Feb 1999 18:48:05 -0800 Message-ID: <36BFA1E5.68078C0A@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6315600709069896317==" --===============6315600709069896317== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is it safest to do the recompile through the command line only? I didn't think about this before, but will it make a difference that I compiled through x windows? Aaron=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6315600709069896317==-- From dizzy73@connix.com Tue Feb 9 03:02:00 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Mon, 08 Feb 1999 22:02:00 -0500 Message-ID: <36BFA527.961EBF0D@connix.com> In-Reply-To: <36BFA1E5.68078C0A@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6736081314720529164==" --===============6736081314720529164== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska wrote: > Is it safest to do the recompile through the command line only? I didn't > think about this before, but will it make a difference that I compiled > through x windows? > > Aaron If you're using 5.3 ppp is built into the kernel as is firewall and masquerading You have to make sure you have ppp installed with the installion though, check in yast/install upgrade packages that you have it installed. If you'd like an easy way to connect use wvdial as recommended on this list. See my page for a link to wvdial. That should get you up and running with ppp rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6736081314720529164==-- From verdesoft@verdesoft.com Tue Feb 9 03:23:10 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Mon, 08 Feb 1999 19:23:10 -0800 Message-ID: <36BFAA1E.7AA01D87@verdesoft.com> In-Reply-To: <36BFA527.961EBF0D@connix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6885921990663730328==" --===============6885921990663730328== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Why is it that everyone uses wvdial to connect to the net? I would think that by now there should be an easier way to Linux ppp working. This is one thing that has really surprised me. Aaron dizzy wrote: >=20 > Aaron Prohaska wrote: >=20 > > Is it safest to do the recompile through the command line only? I didn't > > think about this before, but will it make a difference that I compiled > > through x windows? > > > > Aaron >=20 > If you're using 5.3 ppp is built into the kernel as is firewall and > masquerading > You have to make sure you have ppp installed with the installion though, > check in yast/install upgrade packages that you have it installed. > If you'd like an easy way to connect use wvdial as recommended on this list. >=20 > See my page for a link to wvdial. That should get you up and running with > ppp > rob > Linux Home page http://www.connix.com/~dizzy73= /LBM.htm> --=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6885921990663730328==-- From verdesoft@verdesoft.com Tue Feb 9 03:42:57 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] Recompile Error Date: Mon, 08 Feb 1999 19:42:57 -0800 Message-ID: <36BFAEC1.CD86C203@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0829871373928422300==" --===============0829871373928422300== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I got a little further this time. These are the last nine lines of output I just got. tools/build bootsect setup compressed/vmlinux.out CURRENT > zImage Root device is (3, 3) Boot sector 512 bytes. Setup is 4408 bytes. System is 537 kB System is too big make[1]: *** [zImage] Error 1 make[1]: *** Leaving directory '/usr/src/linux-2.0.35.SuSE/arch/i386/boot' make *** [zImage] Error 2 Does anyone know what that is telling me? Aaron _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0829871373928422300==-- From leonmcclatchey@homemail.com Tue Feb 9 03:49:52 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Connect / delay ?? Date: Mon, 08 Feb 1999 21:49:52 -0600 Message-ID: <36BFB060.85A3E5DC@homemail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2026283860505832505==" --===============2026283860505832505== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "James (Jim) Hatridge" wrote: > Hi all; > > I'm using PPP at the command line to connect to my ISP. Sometimes it is > very slow or worst it picks up the phone but does not make a connection. > > Does anyone have a script to delay my fetchpop & sendmails commands until > there is a connection? Perhaps checks for a connection before it runs the > rest of my script? Right now I first run ppp-on and then (by hand) run the > rest of my script. > Did you check into the possibility of using diald or even the demand_dial option of ppp? (ppp dial-on-demand displays an error with kernel 2.034 but it does work). However, I've got diald set up here and then use crontab to get and send mail 3 times a day. Works great here:-). BTW, you could also possibly use the fetchmail -d option in which case it will remain sleeping until a connection is made:) -- cya l8r Leon McClatchey leonmcclatchey(a)homemail.com Linux User 78912 (Linux Box) $100 invested at 7 0nterest for 100 years will become $100,000, at which time it will be worth absolutely nothing. -- Lazarus Long, "Time Enough for Love" - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2026283860505832505==-- From leonmcclatchey@homemail.com Tue Feb 9 04:03:35 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] samba 2 and suse 6.x Date: Mon, 08 Feb 1999 22:03:35 -0600 Message-ID: <36BFB397.195C2146@homemail.com> In-Reply-To: <3.0.3.32.19990208093354.00b2b498@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0263206046980251838==" --===============0263206046980251838== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: > >6.0 does not come with Samba 2.0, since it wasn't released at that time. > >We will have a package on the ftp Server, though. SuSE Linux 6.1 will have > >it included. > But Samba 2.0 does run a lot smoother then the previous release, it has a bit more documentation with it, and it's got a hyperlink configuration set up that is a real pleasure to use:-) -- cya l8r Leon McClatchey leonmcclatchey(a)homemail.com Linux User 78912 (Linux Box) $100 invested at 7 0nterest for 100 years will become $100,000, at which time it will be worth absolutely nothing. -- Lazarus Long, "Time Enough for Love" - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0263206046980251838==-- From deem@wdm.com Tue Feb 9 04:13:41 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Mon, 08 Feb 1999 19:13:41 -0900 Message-ID: <199902090413.TAA01970@wdm.com> In-Reply-To: <36BFAA1E.7AA01D87@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7941710842116561704==" --===============7941710842116561704== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska wrote: >=20 > Why is it that everyone uses wvdial to connect to the net? I would think > that by now there should be an easier way to Linux ppp working. This is > one thing that has really surprised me. Well not everyone....I use XISP which is the easiest I have found. -Dee McKinney Anchorage, AK - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7941710842116561704==-- From budr@sirinet.net Tue Feb 9 04:15:46 1999 From: budr@sirinet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Mon, 08 Feb 1999 22:15:46 -0600 Message-ID: In-Reply-To: <36BFAA1E.7AA01D87@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4819106858328514157==" --===============4819106858328514157== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska writes: > Why is it that everyone uses wvdial to connect to the net? I would think > that by now there should be an easier way to Linux ppp working. This is > one thing that has really surprised me. I use kppp. --=20 Bud Rogers http://www.sirine= t.net/~budr/zamm.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4819106858328514157==-- From dizzy73@connix.com Tue Feb 9 04:23:56 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recompile Error Date: Mon, 08 Feb 1999 23:23:56 -0500 Message-ID: <36BFB85C.58101C98@connix.com> In-Reply-To: <36BFAEC1.CD86C203@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4895423903736725923==" --===============4895423903736725923== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska wrote: > I got a little further this time. These are the last nine lines of > output I just got. > > tools/build bootsect setup compressed/vmlinux.out CURRENT > zImage > Root device is (3, 3) > Boot sector 512 bytes. > Setup is 4408 bytes. > System is 537 kB > System is too big > make[1]: *** [zImage] Error 1 > make[1]: *** Leaving directory > '/usr/src/linux-2.0.35.SuSE/arch/i386/boot' > make *** [zImage] Error 2 > > Does anyone know what that is telling me? Its telling you the your new kernel is too big, so... instead of using zImage use bzImage (big) zImage this will allow compression of your new kernel. You probably have more than you really need in the kernel tho. As far as wvdial... Its the most popular because its the easiest you could do the suseppp thing but then you'll have to modify the scripts *slightly* for your particullar dialup then use the command /etc/suseppp/scripts/ppp-up generic if you're interested you can see my scripts at the bottom of this page http://www.connix.com/~dizzy73/WvDial.htm> actually doing your own dialup makes using diald etc much easier but more work initally. If you're only interested in getting connected then wvdial is the quickest also... I dont beleive you've said what vers of suse you have. Again, if you have 5.3 ppp is included in the kernel If you type pppd at the prompt and get a bunch of gibberish scrolling by then you have pppd on your system and the kernel is moot as far as pppd goes rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4895423903736725923==-- From lunaslide@pacbell.net Tue Feb 9 04:36:10 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recompile Error Date: Mon, 08 Feb 1999 20:36:10 -0800 Message-ID: <36BFBB3A.33B2DD67@pacbell.net> In-Reply-To: <36BFAEC1.CD86C203@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8660090326253070073==" --===============8660090326253070073== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska wrote: >=20 > I got a little further this time. These are the last nine lines of > output I just got. >=20 > tools/build bootsect setup compressed/vmlinux.out CURRENT > zImage > Root device is (3, 3) > Boot sector 512 bytes. > Setup is 4408 bytes. > System is 537 kB > System is too big > make[1]: *** [zImage] Error 1 > make[1]: *** Leaving directory > '/usr/src/linux-2.0.35.SuSE/arch/i386/boot' > make *** [zImage] Error 2 >=20 > Does anyone know what that is telling me? Use bzImage instead of zImage. You could also go back and reconfigure the kernel using more things as modules. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 In a closed society where everybody's guilty, the only crime is *=20 getting caught. In a world of thieves, the only final sin is =20 stupidity. * -Fear and Loathing in Las Vegas * =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8660090326253070073==-- From medavid@ix.netcom.com Tue Feb 9 04:46:37 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recompile Error Date: Mon, 08 Feb 1999 20:46:37 -0800 Message-ID: <01be53e7$2d638440$9a42d8ce@win98> In-Reply-To: <[SuSE Linux] Recompile Error> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9015794365756148770==" --===============9015794365756148770== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Oh, I run into this all the time. You either need to remove some drivers from the kernel, or try "make bzImage". Mark -----Original Message----- From: Aaron Prohaska To: suse-linux-e(a)suse.com Date: Monday, February 08, 1999 8:28 PM Subject: [SuSE Linux] Recompile Error > >I got a little further this time. These are the last nine lines of >output I just got. > >tools/build bootsect setup compressed/vmlinux.out CURRENT > zImage >Root device is (3, 3) >Boot sector 512 bytes. >Setup is 4408 bytes. >System is 537 kB >System is too big >make[1]: *** [zImage] Error 1 >make[1]: *** Leaving directory >'/usr/src/linux-2.0.35.SuSE/arch/i386/boot' >make *** [zImage] Error 2 > >Does anyone know what that is telling me? > >Aaron >_________________________________________________ > >mailto:verdesoft(a)verdesoft.co= m >VerdeSoft Internet Services >http://www.verdesoft.com/> > >Touchstone Climbing Inc. >Phone: (510) 654-2510 >http://www.touchstoneclimbing.com/> >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9015794365756148770==-- From jsnorman@megsinet.net Tue Feb 9 04:53:22 1999 From: jsnorman@megsinet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Mon, 08 Feb 1999 22:53:22 -0600 Message-ID: <36BFBF41.25052AC8@megsinet.net> In-Reply-To: <36BF6A4F.B38CA5F8@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7760951153591748167==" --===============7760951153591748167== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable No bugs. I use a Cyrix MediaGX system (6x86 core) without any problem on the ultraportable NEC 120LT. - Jeff Zulfiqar Naushad wrote: > I found an excellent deal for a Cyrix 6x86 P150+ based system. Only 150 > Canadian Dollars with 1 Gig HDD and 14 inch monitor!! :-) > > However, before I go ahead and get it, I wanted to know if there was any > linux related bugs in the chip. > > I remember reading that Cyrix chips were buggy under Linux, and that a > "workaround" had to be done. > > I will be using this comp as a Masq server......so, speed is not of major > concern to me. > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7760951153591748167==-- From jperser@airmail.net Tue Feb 9 05:17:41 1999 From: jperser@airmail.net To: users@lists.opensuse.org Subject: [SuSE Linux] Dynamic IP and Masquerading Date: Mon, 08 Feb 1999 23:17:41 -0600 Message-ID: <36BFC4F5.784404E3@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4811363905865938022==" --===============4811363905865938022== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've been setting up a Linux machine in the hopes of getting IP-Masquerading working. To my surprise it appears from all of the documentation that I've read (SuSE manual and mini howto's) that you MUST have a static IP for Masquerading to work. Most ISP accounts in the US are of the dynamic variety when dealing with non-corporate users. As a result I would think that someone has solved this problem. Is there a particular howto out there that provides an IP-Masquerading configuration with a dynamic IP? If this can't be done, is there some other solution? SOCKS? regs, -jrp - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4811363905865938022==-- From verdesoft@verdesoft.com Tue Feb 9 06:32:36 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] Thanks Date: Mon, 08 Feb 1999 22:32:36 -0800 Message-ID: <36BFD684.9F2D17F1@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0758921697260728422==" --===============0758921697260728422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks for all the help everyone :) So I guess not everyone uses wvdail. Anyway, I think what I would like to know how to do is get a Linux system online without using any 'extra's' so that I will be able to setup any machine in the future. I would like to be able to get online without even having to use suseppp, if possible. I am using Suse 5.3 right now, though I am sure I will upgrade it to v6 w/ kernel 2.2 Thanks again, Aaron=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0758921697260728422==-- From jpb@bigfoot.com Tue Feb 9 07:44:33 1999 From: jpb@bigfoot.com To: users@lists.opensuse.org Subject: [SuSE Linux] News group vs Mail list Date: Tue, 09 Feb 1999 08:44:33 +0100 Message-ID: <36BFE761.53B74FED@bigfoot.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5206826939777866309==" --===============5206826939777866309== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Just wonder if anyone from SuSE reads this list. Although I find this
mail list extremely informative, the mass of E-Mail traffic makes it
almost impossible not to miss personal mail..

Is there any reason why SuSE stays with a mailing list instead of opting
for a news server? Example of this route is the Norwegen browser company
Opera who is located at opera.nta.no

Paul
S/MIME Cryptographic Signature

--===============5206826939777866309==-- From mperry@basin.com Tue Feb 9 08:00:22 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Im quakin :) in my boots Date: Tue, 09 Feb 1999 00:00:22 -0800 Message-ID: <199902090800.AAA00866@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4990354697306185392==" --===============4990354697306185392== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Tonite was my nite to get quake2 working in linux. This is one impressive game and the graphics are topnotch on the linux side. I dont have sound here but even so, quake2 rocks in silent mode. I remember getting doom to work awhile ago. Quake 2 just makes doom look rather pathetic. The readme file actually is helpful which is impressive. The readme spells out exactly how to get quake 2 working in linux and what the different renderers do. It doesnt hurt that ID released an rpm file which installs on suse 5.3 without a whisper... Did I ever say that this stuff is cool? :) Thanks SuSE. =20 --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4990354697306185392==-- From k01164@ko.hhs.dk Tue Feb 9 08:32:32 1999 From: k01164@ko.hhs.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Tue, 09 Feb 1999 08:32:32 +0000 Message-ID: In-Reply-To: <36BFAA1E.7AA01D87@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9082827217597082175==" --===============9082827217597082175== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 8 Feb 1999, Aaron Prohaska wrote: >=20 > Why is it that everyone uses wvdial to connect to the net? I would think > that by now there should be an easier way to Linux ppp working. This is > one thing that has really surprised me. >=20 > Aaron Not everyone does. I use the suseppp included in the 5.3 dist. The real problem is not that ppp is hard to set up, because if you know the correct options it is quite easy. The problem is that most ISP tech support people don't know their own system. They only know how to set it up in Win95. One thing (actuallu two) that often need to be added to ppp options is=20 ipcp-accept-local ipcp accept-remote This tells pppd that it should allow the remote computer to specify what IP number your computer has during this connection and what IP number your gateway has. If your ISP uses dynamic IPs (like most ISPs) this is probably required to get it to work. If you have a static IP, it can't hurt (in my experience). Why these aren't included in the standard suseppp setup is beyond me. The reason many people use wvdial, is that it allows for many different ISP's systems, so that the info for setting up ppp under Win95 will usually be enough to set wvdial up. Regards Ole Kofoed Hansen - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9082827217597082175==-- From grimmer@suse.de Tue Feb 9 08:53:18 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Tue, 09 Feb 1999 09:53:18 +0100 Message-ID: In-Reply-To: <36BF6A4F.B38CA5F8@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1882987761151528367==" --===============1882987761151528367== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 8 Feb 1999, Zulfiqar Naushad wrote: > I found an excellent deal for a Cyrix 6x86 P150+ based system. Only > 150 Canadian Dollars with 1 Gig HDD and 14 inch monitor!! :-) >=20 > However, before I go ahead and get it, I wanted to know if there was > any linux related bugs in the chip. >=20 > I remember reading that Cyrix chips were buggy under Linux, and that a > "workaround" had to be done. >=20 > I will be using this comp as a Masq server......so, speed is not of > major concern to me. Check the The Linux Cyrix/IBM 6x86 mini-HOWTO at: http://gwyn.tux.org/~balsa/linux/cyrix/= > Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1882987761151528367==-- From ralph@virgosolutions.demon.co.uk Tue Feb 9 09:40:18 1999 From: ralph@virgosolutions.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Tue, 09 Feb 1999 09:40:18 +0000 Message-ID: In-Reply-To: <36BFA1E5.68078C0A@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5082588509060501141==" --===============5082588509060501141== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It makes no difference. I've found the Xconfig program to be very reliable. I'd suggest you stick to using that because it makes it easy to go back and change something you set earlier without having to start again. And it gives you useful help hints on most of the items. Ralph rclark(a)virgosolutions.demon.co.uk Ralph Clark, Virgo Solutions Ltd (= UK) __ _ / / (_)__ __ ____ __ * Powerful * Flexible * Compatible * Reliable * / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every Day* /____/_/_//_/\_,_/ /_/\_\ The Cost Effective Choice - Linux Means Business! On Mon, 8 Feb 1999, Aaron Prohaska wrote: >=20 > Is it safest to do the recompile through the command line only? I didn't > think about this before, but will it make a difference that I compiled > through x windows? >=20 > Aaron=20 > _________________________________________________ >=20 > mailto:verdesoft(a)verdesoft.c= om > VerdeSoft Internet Services > http://www.verdesoft.com/> >=20 > Touchstone Climbing Inc. > Phone: (510) 654-2510 > http://www.touchstoneclimbing.com/> > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5082588509060501141==-- From ralph@virgosolutions.demon.co.uk Tue Feb 9 09:47:43 1999 From: ralph@virgosolutions.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Tue, 09 Feb 1999 09:47:43 +0000 Message-ID: In-Reply-To: <36BFAA1E.7AA01D87@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5653251883142933893==" --===============5653251883142933893== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable There is. it is a dial-on-demand demon called called diald. It includes a versatile "connect" shell script for your PPP chat stuff (you just need to plug in your ISP's number and your login sequence) and a sample configuration file that allows you to control as precisely what you like exactly what kind of IP packets will cause the link to go up and down. It's what I've been using for the last year and a half and I've had no problems with it. It's included in your SuSE distribution. As installed by YaST, it will use the suseppp chat script instead which=20 works fine, but it is quite easy to plug in the connect shell script instead if you want to. The only thing you are likely to want to change in the diald configuration file is to get it to ignore netbios packets if you have samba support enabled. Ralph rclark(a)virgosolutions.demon.co.uk Ralph Clark, Virgo Solutions Ltd (= UK) __ _ / / (_)__ __ ____ __ * Powerful * Flexible * Compatible * Reliable * / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every Day* /____/_/_//_/\_,_/ /_/\_\ The Cost Effective Choice - Linux Means Business! On Mon, 8 Feb 1999, Aaron Prohaska wrote: >=20 > Why is it that everyone uses wvdial to connect to the net? I would think > that by now there should be an easier way to Linux ppp working. This is > one thing that has really surprised me. >=20 > Aaron >=20 > dizzy wrote: > >=20 > > Aaron Prohaska wrote: > >=20 > > > Is it safest to do the recompile through the command line only? I didn't > > > think about this before, but will it make a difference that I compiled > > > through x windows? > > > > > > Aaron > >=20 > > If you're using 5.3 ppp is built into the kernel as is firewall and > > masquerading > > You have to make sure you have ppp installed with the installion though, > > check in yast/install upgrade packages that you have it installed. > > If you'd like an easy way to connect use wvdial as recommended on this li= st. > >=20 > > See my page for a link to wvdial. That should get you up and running with > > ppp > > rob > > Linux Home page http://www.connix.com/~dizzy7= 3/LBM.htm> >=20 > --=20 > _________________________________________________ >=20 > mailto:verdesoft(a)verdesoft.c= om > VerdeSoft Internet Services > http://www.verdesoft.com/> >=20 > Touchstone Climbing Inc. > Phone: (510) 654-2510 > http://www.touchstoneclimbing.com/> > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5653251883142933893==-- From samelash@ix.netcom.com Tue Feb 9 10:39:50 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Monitor Configuration Date: Tue, 09 Feb 1999 10:39:50 +0000 Message-ID: <3.0.3.32.19990209103950.00b1c520@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1873409376746770607==" --===============1873409376746770607== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Opps , I posted the wrong specs .Correct ones are Leading Edge/Daewoo CMC 1412AD 14 inch monitor. Real old , 486 days... I am tring to set it up under xwins , and am getting errors , either the xserver hangs , or I find no resolutions supported. I cant find any monitor specs for this monitor , the sight I check do not go back far enough. Old monitor G: All I need are some basic plain vanilla configeration settings , ie Vetical/horizontal , and xserver settings. pc is used as a Amba server , so nothing fancy is needed , but I would like to be able to use xwin with the machine. It has a matrox millenium card with 2 Meg ram . - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1873409376746770607==-- From andreas@gerstlauer.de Tue Feb 9 11:01:23 1999 From: andreas@gerstlauer.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Tue, 09 Feb 1999 03:01:23 -0800 Message-ID: <199902091101.DAA07541@pv116.pv.reshsg.uci.edu> In-Reply-To: <36BEDFCD.86C5EA40@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6581632601122948224==" --===============6581632601122948224== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > > So my question is how do I go about installing staroffice > > from the version I will download from stardivision, using SuSE 6.0??=20 >=20 > I would love someone to contradict me on this, but I can't seem to do > it! >=20 > It insists on changes to /lib to reflect glibc2.0.7. I don't trust those > changes. Even when I did install it and get it to work once, it stopped > working the next day. >=20 Well, I got StarOffice 5.0 to work on a SuSE 6.0 without changing the SuSE installation. It seems to work fine so far (although I haven't tried it extensively yet). What I did is the following: at the beginning of installation StarOffice complains about not finding the glibc2.0.7 libs and recommends installing the ones supplied with StarOffice. Now instead of installing the libs I created links to the glibc libs that come with SuSE. StarOffice actually is able to work with the libs being only installed locally in the StarOffice install dir (e.g. in /opt/Office50/lib); it's mentioned somewhere in the README as far as I remember... So one solution would be to install the glibc libs that come with SO into that dir (ignoring the error message about /lib/ld-2.0.7 being incompatible). However, as it turned out it works with simple links, too. In essence, before installing StarOffice create the links in the StarOffice destination lib dir (I'll include a list with the links below). Then perform the StarOffice installation. It ran without troubles for me and StarOffice seems to work, too. Hope it helps... Andreas ------ snipp ----- % mkdir /opt/Office50/lib (or any other dir where you want to install SO) -s /lib/ld-linux.so.2 ld-2.0.7.so -s /lib/libBrokenLocale.so.1 libBrokenLocale-2.0.7.so -s /lib/libc.so.6 libc-2.0.7.so -s /lib/libcrypt.so.1 libcrypt-2.0.7.so=20 -s /lib/libdb.so.2 libdb-2.0.7.so -s /lib/libdl.so.2 libdl-2.0.7.so -s /lib/libm.so.6 libm-2.0.7.so -s /lib/libnsl.so.1 libnsl-2.0.7.so=20 -s /lib/libnss_compat.so.1 libnss_compat-2.0.7.so=20 -s /lib/libnss_db.so.1 libnss_db-2.0.7.so=20 -s /lib/libnss_dns.so.1 libnss_dns-2.0.7.so -s /lib/libnss_files.so.1 libnss_files-2.0.7.so -s /lib/libnss_nis.so.1 libnss_nis-2.0.7.so=20 -s /lib/libpthread.so.0 libpthread-0.7.so -s /lib/libresolv.so.2 libresolv-2.0.7.so -s /lib/libutil.so.1 libutil-2.0.7.so - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6581632601122948224==-- From andyford@nothnbut.net Tue Feb 9 11:40:27 1999 From: andyford@nothnbut.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Tue, 09 Feb 1999 05:40:27 -0600 Message-ID: <36C01EAB.CC89447C@nothnbut.net> In-Reply-To: <36BF6A4F.B38CA5F8@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6159292589179033952==" --===============6159292589179033952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Zulfiqar Naushad wrote: >=20 > I found an excellent deal for a Cyrix 6x86 P150+ based system. Only 150 > Canadian Dollars with 1 Gig HDD and 14 inch monitor!! :-) >=20 > However, before I go ahead and get it, I wanted to know if there was any > linux related bugs in the chip. >=20 > I remember reading that Cyrix chips were buggy under Linux, and that a =18 This is purely anecdotal evidence, but I have a Cyrix P-166+ that works with name brand motherboards (FIC or Iwill), but it locks up every few=20 days on a cheap generic motherboard (biostar).=20 It could just be this chip, but ... --=20 yours, Andy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6159292589179033952==-- From andyford@nothnbut.net Tue Feb 9 11:45:02 1999 From: andyford@nothnbut.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dynamic IP and Masquerading Date: Tue, 09 Feb 1999 05:45:02 -0600 Message-ID: <36C01FBE.E61FCC36@nothnbut.net> In-Reply-To: <36BFC4F5.784404E3@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5124110967952192607==" --===============5124110967952192607== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable John Perser wrote: >=20 > I've been setting up a Linux machine in the hopes of getting > IP-Masquerading working. To my surprise it appears from all of the > documentation that I've read (SuSE manual and mini howto's) that you > MUST have a static IP for Masquerading to work. > Most ISP accounts in the US are of the dynamic variety when dealing with > non-corporate users. As a result I would think that someone has solved > this problem. > Is there a particular howto out there that provides an IP-Masquerading > configuration with a dynamic IP? > If this can't be done, is there some other solution? SOCKS? I remember getting that impression from the docs also. But it works with dynamic=20 IP just fine. I'm doin it now.=18 --=20 yours, Andy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5124110967952192607==-- From rachel@epinet.co.uk Tue Feb 9 12:06:37 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Tue, 09 Feb 1999 12:06:37 +0000 Message-ID: <36C024CD.30CFF495@epinet.co.uk> In-Reply-To: <199902091101.DAA07541@pv116.pv.reshsg.uci.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3979883688921740708==" --===============3979883688921740708== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Andreas Gerstlauer wrote: >=20 > > > So my question is how do I go about installing staroffice > > > from the version I will download from stardivision, using SuSE 6.0?? > > > > I would love someone to contradict me on this, but I can't seem to do > > it! > > > > It insists on changes to /lib to reflect glibc2.0.7. I don't trust those > > changes. Even when I did install it and get it to work once, it stopped > > working the next day. > > >=20 > Well, I got StarOffice 5.0 to work on a SuSE 6.0 without changing the > SuSE installation. It seems to work fine so far (although I haven't > tried it extensively yet). [description snipped] OK, thanks, I'll try that. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3979883688921740708==-- From Michael.Bielicki@Linkdesign.com Tue Feb 9 12:17:54 1999 From: Michael.Bielicki@Linkdesign.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Tue, 09 Feb 1999 14:17:54 +0200 Message-ID: In-Reply-To: <36C01EAB.CC89447C@nothnbut.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7108616678526994708==" --===============7108616678526994708== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The Problem with the Cyrix is the Heatsink. Take good care that the motherboa= rd has a good heatsinc and be prepared for a lot of energy being used. Besides this get a program called set6x86, I don't know where it is but you should be able to find it in freshmeat.net or yahoo :)) It lets you get the maximum speed out of the cyrix as well as let the cpu be turned to power save mode while idling. Cheers Michael BTW I am using a 6x86 166 with a ASUS T2P4 at 83 MHz Bus Speed with no rpoblems. Kernel Version is 2.2.1, all progbrams compiled with pgcc-1.1.1 and optimized mostly with -O6 -mcyrix6x86 On 09-Feb-99 Andy Ford wrote: >=20 > Zulfiqar Naushad wrote: >>=20 >> I found an excellent deal for a Cyrix 6x86 P150+ based system. Only 150 >> Canadian Dollars with 1 Gig HDD and 14 inch monitor!! :-) >>=20 >> However, before I go ahead and get it, I wanted to know if there was any >> linux related bugs in the chip. >>=20 >> I remember reading that Cyrix chips were buggy under Linux, and that a > =18 > This is purely anecdotal evidence, but I have a Cyrix P-166+ > that works > with name brand motherboards (FIC or Iwill), but it locks up > every few=20 > days on a cheap generic motherboard (biostar).=20 > It could just be this chip, but ... > --=20 > yours, > Andy > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Michael.Bielicki(a)Linkdesign.com Date: 09-Feb-99 Time: 14:15:34 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7108616678526994708==-- From jblosser@firinn.org Tue Feb 9 13:12:26 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dynamic IP and Masquerading Date: Tue, 09 Feb 1999 08:12:26 -0500 Message-ID: <19990209081225.A14913@firinn.org> In-Reply-To: <36BFC4F5.784404E3@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5309131591583719870==" --===============5309131591583719870== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3Da8Wt8u1KmwUX3Y2C; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============5309131591583719870==-- From rachel@epinet.co.uk Tue Feb 9 13:46:09 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Problems with smbmount - SuSE 6.0 with 2.2.1 Date: Tue, 09 Feb 1999 13:46:09 +0000 Message-ID: <36C03C21.E00DF433@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8182115520760149221==" --===============8182115520760149221== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Eek! Suddenly I find I can't mount our NT servers! OK, I had the Samba 1.9-something as installed from SuSE 6.0, and I'm running kernel 2.2.1. I can print fine to a Samba printer (except from Word Perfect but that's another story), and I can log on using smbclient. But attempting to mount NT shares fails, with "Invalid argument". The exact same smbmount command on the system rebooted with SuSE 2.0.36 works fine. I tried upgrading to Samba 2.0 (2.0.0 as there's a SuSE rpm available for it, but smbmount itself reports version 2.0.2) but it made no difference. I tried taking SMB support out of the 2.2.1 kernel, and making it available as a module - with the module not loaded I get, unsurprisingly "Operation not supported by device", then I insmod it and as before, "Invalid argument". Username/password definitely correct, by the way. And no difference no matter how pedantic I get with the other options. Now, another mystery: I tried downloading and installing Samba 2.0.0 before, when I was still on SuSE 6.0 beta. That time I did a make-and-install rather than from an rpm, (and never did finish installing eg: man pages which were also very different) and the smbmount I got was *completely* different - different syntax, different man pages etc. (eg: instead of mbmount /// -U -P -u it was mbmount "\\\\\\" -c 'mount -u ' Very odd, but it worked (except that it didn't keep the sessions alive). But now, when I've reinstalled this 2.0.0, it's just as it was before. Confused. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8182115520760149221==-- From jblosser@firinn.org Tue Feb 9 14:17:53 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dynamic IP and Masquerading Date: Tue, 09 Feb 1999 09:17:53 -0500 Message-ID: <19990209091753.C15038@firinn.org> In-Reply-To: <19990209081225.A14913@firinn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7636266197951409384==" --===============7636266197951409384== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DmvpLiMfbWzRoNl4x; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============7636266197951409384==-- From bshelton@ole.net Tue Feb 9 14:59:21 1999 From: bshelton@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Tue, 09 Feb 1999 09:59:21 -0500 Message-ID: <19990209095921.C5879@ole.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4894821797026821077==" --===============4894821797026821077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, Feb 09, 1999 at 09:40:18AM +0000, Ralph Clark wrote: >=20 >=20 > It makes no difference. I've found the Xconfig program to be very > reliable. I'd suggest you stick to using that because it makes it easy to > go back and change something you set earlier without having to start > again. And it gives you useful help hints on most of the items. "make menuconfig" allows the same, without the memory usage of xwindows. If memory is a problem, he can "init 2" then "make menuconfig; make dep clean zlilo modules modules_install" and if successful, reboot and bes back in xwindows before he knows it. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange
ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4894821797026821077==-- From samelash@ix.netcom.com Tue Feb 9 15:57:54 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Tue, 09 Feb 1999 15:57:54 +0000 Message-ID: <3.0.3.32.19990209155754.00af3c80@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4887295425503768144==" --===============4887295425503768144== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have Installed Suse 6.0 I tried to run Sax , but this failed to load , I got as far a blank black screen. Use xf86 config and set it up for the diamond A50 card w 8 meg , sis 6326 chipset and xf86-svga server. on runing stsrtx I get the following "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie file. Pleas check it and /or install a new xserver binary" Any Idea what is wrong ?? Thanks Samy Elashmawy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4887295425503768144==-- From naceur@wanadoo.fr Tue Feb 9 16:01:02 1999 From: naceur@wanadoo.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 17:01:02 +0100 Message-ID: <36C05BBE.224C46F7@wanadoo.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5110075158673980630==" --===============5110075158673980630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I hope that SuSE will be boosted with our votes ! I am sure that the people how used to work with Unixes like HP, Solaris on workstations or Windows would find SuSE very nice. This is the real comparison ! But difficult to do We need to advertise more towards those communities. Naceur - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5110075158673980630==-- From Anthony.Schlemmer@gte.net Tue Feb 9 16:40:50 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dynamic IP and Masquerading Date: Tue, 09 Feb 1999 08:40:50 -0800 Message-ID: <36C06512.2A174E70@gte.net> In-Reply-To: <36BFC4F5.784404E3@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3727281196512552394==" --===============3727281196512552394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable John Perser wrote: >=20 > I've been setting up a Linux machine in the hopes of getting > IP-Masquerading working. To my surprise it appears from all of the > documentation that I've read (SuSE manual and mini howto's) that you > MUST have a static IP for Masquerading to work. > Most ISP accounts in the US are of the dynamic variety when dealing with > non-corporate users. As a result I would think that someone has solved > this problem. > Is there a particular howto out there that provides an IP-Masquerading > configuration with a dynamic IP? > If this can't be done, is there some other solution? SOCKS? >=20 > regs, > -jrp >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I use IP Masquerading in conjunction with diald for a dialup PPP connection and I get an IP address assigned dynamically. I have a couple of firewall rule files scripts that are executed automatically when diald brings the modem connection up and down. The way I get the dynamically assigned IP address for my server from the PPP connection is with the following statment in my firewall rules script: ISP_IP=3D`ifconfig ppp0 | grep 'inet addr' | awk '{print $2}' | sed -e "s/addr\://"` =20 I execute the script with the "ip-up" directive in my diald.conf file. If you're interested I can forward you my script and configuration files I use for my server. Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3727281196512552394==-- From brauki@cityweb.de Tue Feb 9 16:42:27 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] LSB project: succes or failure? Date: Tue, 09 Feb 1999 17:42:27 +0100 Message-ID: <36C06573.CAB2D145@cityweb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4834055665517143946==" --===============4834055665517143946== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >=20 > On 08-Feb-99 Jerry Lynn Kreps wrote: > > > > (Ted Harding) wrote: > > > >> The alternative, as Alex says and as has been forcefully said in other > >> places, is "UNIX Wars" all over again. This is what marginalised UNIX > >> for many major software ISVs; the ones that stayed in were mainly > >> those that > > > > Linux has avoided the "Unix Wars" by ignoring those that would rekindle > > the flames. Personally, I like the independence the Linux allows. Can > > you imagine if the Qt toolkit was declared the standard and Xwindows > > programs written without it were shunned? Confine yourself to KDE for > > the next 10-15 years? Why? Let freedom ring, let inovation flourish. I=C5=BDd like to download a say KDE or gnome rpm, and install it on my Linux system, redardless what distribution, and it should run. I=C5=BDd like a Linux even if it=C5=BDs a bit "outdated" but stable. None would stop anybody to develope improvements, that enhance or change the standard after say two years. I you want to stay at the front end of developement, well you=C5=BDd have to care for yourself. But I am more like Joe User, that wants a stable system and does not like to dive into Makefiles / config issues over and over again. > > There will be enought "standardization" by virtue of the number of > > packages sold, but each should allow some place in their distro for > > wiggle room so improvements can burst out. Similar to the developers kernel: Do improvement on another System and use the standard for dayly work. Then after abt. 2 years there is time for a new standard. Then shift to it. Maybe the changes for application software will be marginal. > > Jerry >=20 "(Ted Harding)" wrote: > This is also a point of view for which I have strong sympathy. >=20 > If the only issue were "what would the community of Linux users, breathing > the free air, like", I think the answer would be along Jerry's lines. >=20 quite true. I think that if the field is big enough, you whould not notice the fence. On the other hand, if there is a reason to move the fence further on, do an election and then move it on. > But the current flowering of interest in Linux in the "real software" > world (quotation marks deliberate ... ) -- while, at present, the Open > Source software for similar purposes continues to lag (and, in the case > of Windows compatibility which many of us genuinely need to achieve, > continues to be almost lacking except in commercial packages) -- points > to a need for a *standard* Linux that any ISV can debelop for and know > what the target is. That is exacly the point. If distributions differ to much you=C5=BDll always have little surprises, like the original Staroffice install program not working on SuSE 6.0 (german). The Install program that comes with SuSE 6.0 (german) works. If you have bought the sligtly better version from stardiv, you cant install it on 6.0. You have copy the 6.0=C5=BDs setup overwriting stardivs setup. (see german SDB). Easy thing, but you have either someone tell you, work it out the hard way, or forget the install. (further SO setup versions will correct this) >=20 > As I pointed out earlier: compare FreeBSD. FreeBSD is what is on the > FreeBSD ftp site. There are not 15 versions of it out there, incompatible > at a basic level. If you develop for FreeBSD you *know* what it's going > to be running on (to within shifts between versions, but that doesn't seem > to throw up many problems). >=20 I do not belive there is very much money in selling dists, there is more money in professional support. That=C5=BDs what=C5=BDs needed as well. And su= pport will be much easier if you do not have to ask about which dist. is used. Small conversation: A: Hi, heared you got ISDN running, havn=C5=BDt you? B: Yapp. Works like a charm. A: Can you help me? I=C5=BDve got problems. B: What dist do you use. It=C5=BDs no problem with my ******* A: I use ?????????. B: Hmmm. Sorry. Good luck! Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4834055665517143946==-- From samelash@ix.netcom.com Tue Feb 9 16:57:21 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] access denied when writing to shared files via samba Date: Tue, 09 Feb 1999 16:57:21 +0000 Message-ID: <3.0.3.32.19990209165721.006c4970@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7323367176982588237==" --===============7323367176982588237== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am trying to create files/copy files to a shared directory from the samba = server. Ikee getting access denied! messages. However I can create files in m= y home Directory. I have no Idea why I cant write to the samba shared Directo= rys ??

Here is the smb.conf file


[global]
workgroup =3D workgroup
guest account =3D nobody
keep alive =3D 30
os level =3D 2
security =3D user
printing =3D bsd
printcap name =3D /etc/printcap
load printers =3D yes

; Please uncomment the following entry and replace the
; ip number and netmask with the correct numbers for
; your ethernet interface.
; interfaces =3D 10.20.30.1/255.0.0.0


; If you want Samba to act as a wins server, please set
; 'wins support =3D yes'
wins support =3D no

; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
; wins server =3D 192.168.1.1

[homes]
comment =3D Heimatverzeichnis
browseable =3D no
read only =3D no
create mode =3D 0750

; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
[cdrom]
comment =3D Linux CD-ROM
path =3D /cdrom
read only =3D no
locking =3D no

[linserv]
comment =3D linux shared files
path =3D /linserv
readonly =3D no
locking =3D no


[test]
comment =3D testshare
path =3D /usr/tshare
browseable =3D yes
read only =3D no
public =3D yes


[printers]
comment =3D All Printers
browseable =3D no
printable =3D yes
public =3D no
read only =3D yes
create mode =3D 0700
directory =3D /tmp




- To get out of this list, please send email to majordomo(a)suse.com with thi= s text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http:/= /www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailing= lists/suse-linux-e/index.html=20 --===============7323367176982588237==-- From whughes@torcom.co.uk Tue Feb 9 17:26:59 1999 From: whughes@torcom.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dynamic IP and Masquerading Date: Tue, 09 Feb 1999 17:26:59 +0000 Message-ID: In-Reply-To: <36C01FBE.E61FCC36@nothnbut.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7841263964292987803==" --===============7841263964292987803== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >=20 > John Perser wrote: > >=20 > > I've been setting up a Linux machine in the hopes of getting > > IP-Masquerading working. To my surprise it appears from all of the > > documentation that I've read (SuSE manual and mini howto's) that you > > MUST have a static IP for Masquerading to work. Most ISP accounts in the > > US are of the dynamic variety when dealing with non-corporate users. As > > a result I would think that someone has solved this problem. Is there a > > particular howto out there that provides an IP-Masquerading > > configuration with a dynamic IP? If this can't be done, is there some > > other solution? SOCKS? > I remember getting that impression from the docs also. But > it works with dynamic=20 > IP just fine. I'm doin it now. I'd like to do it too, but I can't even get my SuSE 5.3 to dial in to my ISP (I'm using an external modem, but the Linux box can't=20 seem to talk to it!) > --=20 > yours, > Andy regards, Bill - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7841263964292987803==-- From deem@wdm.com Tue Feb 9 18:17:53 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 09:17:53 -0900 Message-ID: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8066810552222714579==" --===============8066810552222714579== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Now is the time for all good men to vote for SuSE. Head to Slashdot at http://slashdot.org> please. -Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8066810552222714579==-- From samelash@ix.netcom.com Tue Feb 9 18:19:10 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Tue, 09 Feb 1999 18:19:10 +0000 Message-ID: <3.0.3.32.19990209181910.00af34f0@popd.ix.netcom.com> In-Reply-To: <36C0B10F.1D5538B4@connix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0883802758866851314==" --===============0883802758866851314== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >Samy Elashmawy wrote: >> Use xf86 config and set it up for the diamond A50 card w 8 meg , sis 6326 >> chipset and xf86-svga server. >> on runing stsrtx I get the following >> "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie file. >> Pleas check it and /or install a new xserver binary" > Any Idea what is wrong ?? >Thats a "server not installed error" ;-) >meaning you diddnt insall it when you first selected the installion. >*Start yast install new config (or something similiar) and look in the >xservers then *install the server* and rerun xf86 and you should be all set >rob Rob I reinstall all the xserver packages , and got the same error message. Sax hangs up on running it , I get a gray striped screen then it goes black and hangs up, XF86Setup Hangs as well , I get a gray cross hatch screen , then a cray backgroun then it just hans up. So I can only use xf3\86config. That gos well, Then when stating startx I get the error. The suse 6 comes with the 3.3.3 version. The only other thing I can think of is that It is an AGP Card. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0883802758866851314==-- From tsteven@maptel.es Tue Feb 9 18:27:36 1999 From: tsteven@maptel.es To: users@lists.opensuse.org Subject: [SuSE Linux] Thanks & newbie questions. Date: Tue, 09 Feb 1999 19:27:36 +0100 Message-ID: <36C07E18.9CBF8285@maptel.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8047839657795976929==" --===============8047839657795976929== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks to all those on the list that recommended WVDIAL, I got ver. 1.20 installed it wrote three lines in wvdial.conf and here i am, brilliant, thanks again. Q.1 Why when using the same .config file for compiling kernels 2.0.35 2.0.36 and 2.2.0 is there such an enormous final size difference, so much so that the 2.2.0 ver needs the bz* option? Q.2 dmesg under 2.2.0 shows some lines about incompatibility between cuax and ttySx is this why the version of pppd that comes with 5.3 dist. doesnt work under 2.2.0? Newbie -> newbie tip if like me you are (were ) having problems with setting up the preferences for the ver. of netscape that comes with the 5.3 dist the 4.5 ver uses exactly the same entries as under win9.x and worked first time! Yes, I know there are other poblems with Netscape 4.5 but at least I can send and receive my mail now. byee. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8047839657795976929==-- From martijn.van.den.burg@asml.nl Tue Feb 9 18:34:20 1999 From: martijn.van.den.burg@asml.nl To: users@lists.opensuse.org Subject: No Subject Date: Tue, 09 Feb 1999 19:34:20 +0100 Message-ID: <99020920013000.00190@orion> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1989053083695423635==" --===============1989053083695423635== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am using the graphical login of KDM to login in my SuSE 5.3 system (kernel 2.0.35) but _sometimes_ KDM does not 'catch on' after booting, and keeps respawning.=20 What actually happens is: - all the ususal boot messages flash by - 'Starting KDM...' - screen goes black after one very short flash of something while KDM tries = to connect to the X-server (I presume) and fails - KDM respawns and etcetera. The only way to stop this is the three-finger salute, switch off the pc and restart after a while. What causes this intermittent problem and how can I solve it? Regards, =3D Martijn van den Burg=20 =3D Tech writer, archiver, Linux user=20 =3D Publications Department, ASML=20 =3D e-mail: martijn.van.den.burg(a)asml.nl=20 =3D voice: +31 (0)40 2303856=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1989053083695423635==-- From zulfiqar@shaw.wave.ca Tue Feb 9 19:09:15 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 14:09:15 -0500 Message-ID: <36C087DB.EBC8738F@shaw.wave.ca> In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1967229869118811939==" --===============1967229869118811939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Wow!! RH has a really really commanding lead. It's all because of marketing though. It is almost sure that whenever Linux is mentioned RH is mentioned too, and thus the general public thinks that Linux is RH and vice versa!! GRR!!!!!! "W.D.McKinney (Dee)" wrote: > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. > > -Dee > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1967229869118811939==-- From zulfiqar@shaw.wave.ca Tue Feb 9 19:12:24 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Tue, 09 Feb 1999 14:12:24 -0500 Message-ID: <36C08898.E94032C3@shaw.wave.ca> In-Reply-To: <36C01EAB.CC89447C@nothnbut.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9122999963997578811==" --===============9122999963997578811== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Uh Oh!! The mobo for this computer is a BIOSTAR. Someone else on this list mentioned that Cyrix chips have to be cooled very well......and the person I am getting this from said that he bought the retail version of the Cyrix chip and that it has a Cyrix made Fan and Heatsink. Anyone out there has more suggestions before I say YES or NO? > =18 > This is purely anecdotal evidence, but I have a Cyrix P-166+ > that works > with name brand motherboards (FIC or Iwill), but it locks up > every few > days on a cheap generic motherboard (biostar). > It could just be this chip, but ... - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9122999963997578811==-- From don@olive.campbellsvil.edu Tue Feb 9 19:24:45 1999 From: don@olive.campbellsvil.edu To: users@lists.opensuse.org Subject: [SuSE Linux] third-party mail relay Date: Tue, 09 Feb 1999 14:24:45 -0500 Message-ID: <199902091924.OAA03000@olive.campbellsvil.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3140186444818044336==" --===============3140186444818044336== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do I configure sendmail on suse 5.3 to prevent third-party mail relays off of my host? Any pointers? --=20 Don H. Olive, Physics Department don(a)campbellsvil.edu Campbellsville University http://www2.campbellsv= il.edu/~don> UPO 1265, One University Drive +1.502.789.5243 voice/+1.502.789.5042 fax Campbellsville KY, 42718 USA PGP: finger don(a)cygnus.campbellsvil.e= du - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3140186444818044336==-- From dizzy73@connix.com Tue Feb 9 19:26:25 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 14:26:25 -0500 Message-ID: <36C08BE1.B4B7AA17@connix.com> In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8884600896438780897==" --===============8884600896438780897== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.D.McKinney (Dee)" wrote: > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. > > -Dee Yes! or more specifically ht= tp://slashdot.org/articles/99/02/09/1042222.shtml> rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8884600896438780897==-- From phil@stokes.demon.co.uk Tue Feb 9 19:53:11 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: your mail Date: Tue, 09 Feb 1999 19:53:11 +0000 Message-ID: In-Reply-To: <99020920013000.00190@orion> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6495496911006466690==" --===============6495496911006466690== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 9 Feb 1999, Martijn van den Burg wrote: >=20 > Hi, >=20 > I am using the graphical login of KDM to login in my SuSE 5.3 system > (kernel 2.0.35) but _sometimes_ KDM does not 'catch on' after > booting, and keeps respawning.=20 >=20 > What actually happens is: > - all the ususal boot messages flash by > - 'Starting KDM...' > - screen goes black after one very short flash of something while KDM trie= s to > connect to the X-server (I presume) and fails > - KDM respawns and etcetera. >=20 > The only way to stop this is the three-finger salute, switch off > the pc and restart after a while. >=20 > What causes this intermittent problem and how can I solve it? --===============6495496911006466690==-- From epcraig@efn.org Tue Feb 9 20:16:34 1999 From: epcraig@efn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 12:16:34 -0800 Message-ID: In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7129345946821562531==" --===============7129345946821562531== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 9 Feb 1999, W.D.McKinney (Dee) wrote: > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. > -Dee Ahhh, I get it, RedHat has a commanding lead because while all good men vote SuSE, bad men and all women vote RedHat? Nahhhh... Ed Craig epcraig(a)efn.org Taxi. Linux. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7129345946821562531==-- From phil@stokes.demon.co.uk Tue Feb 9 21:50:01 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Updating to SuSE 6.0 and SDB Date: Tue, 09 Feb 1999 21:50:01 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3424020608715710028==" --===============3424020608715710028== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I notice that the SuSE 6.0 manual refers to http://www.suse.de/Support/sdb/bugs60.htm= l> with respect to problems and issues with updating from 5.3 to 6.0 That page, and many of the links on it, are in German, with no equivalent articles in sdb_e. Is there any chance that someone from SuSE could translate the relevant articles into English, and include them in the English database now that the international version has been released? Although I am unable to fully understand the existing articles, it does seem from the bits I can read that they provide solutions to many of the questions being asked in this list of late, including getting the Acrobat and other plugins running with Netscape, StarOffice and other library problems, etc. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3424020608715710028==-- From dizzy73@connix.com Tue Feb 9 22:05:03 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Tue, 09 Feb 1999 17:05:03 -0500 Message-ID: <36C0B10F.1D5538B4@connix.com> In-Reply-To: <3.0.3.32.19990209155754.00af3c80@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8841266406387417964==" --===============8841266406387417964== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: > Use xf86 config and set it up for the diamond A50 card w 8 meg , sis 6326 > chipset and xf86-svga server. > > on runing stsrtx I get the following > > "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie file. > Pleas check it and /or install a new xserver binary" > > Any Idea what is wrong ?? Thats a "server not installed error" ;-) meaning you diddnt insall it when you first selected the installion. *Start yast install new config (or something similiar) and look in the xservers then *install the server* and rerun xf86 and you should be all set rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8841266406387417964==-- From zentara@mindspring.com Tue Feb 9 22:18:57 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Tue, 09 Feb 1999 17:18:57 -0500 Message-ID: <36C0B451.9E2D18AA@mindspring.com> In-Reply-To: <3.0.3.32.19990209155754.00af3c80@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4034065000939662581==" --===============4034065000939662581== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >=20 > I have Installed Suse 6.0 >=20 > I tried to run Sax , but this failed to load , I got as far a blank black > screen. > Use xf86 config and set it up for the diamond A50 card w 8 meg , sis 6326 > chipset and xf86-svga server. >=20 > on runing stsrtx I get the following >=20 > "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie file. > Pleas check it and /or install a new xserver binary" >=20 > Any Idea what is wrong ?? >=20 I installed the Sis 6326 under 5.3 with the latest XFree86 svga server. There were a couple of things that didn't work, but were remedied by server options sw_cursor and no_bitblt. But Sax worked. Maybe you should try to download the svga driver again. I hope this dosn't mean I will have trouble when my 6.0 arrives. Did you get your disks already, or did you get it via ftp? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4034065000939662581==-- From zentara@mindspring.com Tue Feb 9 22:22:34 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Tue, 09 Feb 1999 17:22:34 -0500 Message-ID: <36C0B52A.9477F23A@mindspring.com> In-Reply-To: <36C08898.E94032C3@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2896896236373343947==" --===============2896896236373343947== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Zulfiqar Naushad wrote: >=20 > Uh Oh!! >=20 > The mobo for this computer is a BIOSTAR. Someone else on this list mention= ed > that Cyrix chips have to be cooled very well......and the person I am getti= ng > this from said that he bought the retail version of the Cyrix chip and that > it has a Cyrix made Fan and Heatsink. >=20 > Anyone out there has more suggestions before I say YES or NO? >=20 Yeah, when you get it, pull the fan-heatsink off and put some thermal heat-sink paste on the chip, then put the fan-heatsink back on. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2896896236373343947==-- From cuscom@telalink.net Tue Feb 9 22:23:46 1999 From: cuscom@telalink.net To: users@lists.opensuse.org Subject: [SuSE Linux] ftpd exploit Date: Tue, 09 Feb 1999 16:23:46 -0600 Message-ID: <000201be547a$de629ae0$0202a8c0@keith.tnccs.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6463212178044139808==" --===============6463212178044139808== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable An exploit of ftpd is listed here: http://www.netect.com/advisory_0209.html> I see several linuxes listed, SuSE isn't one of them. What's up SuSE? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6463212178044139808==-- From linux1@mail.crc.com Tue Feb 9 22:38:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Problems with smbmount - SuSE 6.0 with 2.2. Date: Tue, 09 Feb 1999 17:38:00 -0500 Message-ID: <9902099186.AA918601557@mail.crc.com> In-Reply-To: <[SuSE Linux] Problems with smbmount - SuSE 6.0 with 2.2.> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7688028572225594433==" --===============7688028572225594433== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes, I have the same problem. Is there another fix then putting Samba 2.0 on? I am using Beta 6.0 and kernel 2.2.1. Hope somone has an answer, as not being able to mount or NT servers is annoying. -----Original Message----- From: Rachel Greenham at Internet To: suse-linux-e(a)suse.com at Internet Date: Tuesday, February 09, 1999 8:48 AM Subject: [SuSE Linux] Problems with smbmount - SuSE 6.0 with 2.2.1 > >Eek! Suddenly I find I can't mount our NT servers! > >OK, I had the Samba 1.9-something as installed from SuSE 6.0, and I'm >running kernel 2.2.1. I can print fine to a Samba printer (except from >Word Perfect but that's another story), and I can log on using >smbclient. But attempting to mount NT shares fails, with "Invalid >argument". The exact same smbmount command on the system rebooted with >SuSE 2.0.36 works fine. I tried upgrading to Samba 2.0 (2.0.0 as there's >a SuSE rpm available for it, but smbmount itself reports version 2.0.2) >but it made no difference. I tried taking SMB support out of the 2.2.1 >kernel, and making it available as a module - with the module not loaded >I get, unsurprisingly "Operation not supported by device", then I insmod >it and as before, "Invalid argument". > >Username/password definitely correct, by the way. And no difference no >matter how pedantic I get with the other options. > >Now, another mystery: I tried downloading and installing Samba 2.0.0 >before, when I was still on SuSE 6.0 beta. That time I did a >make-and-install rather than from an rpm, (and never did finish >installing eg: man pages which were also very different) and the >smbmount I got was *completely* different - different syntax, different >man pages etc. (eg: instead of > >smbmount /// -U -P > -u > >it was > >smbmount "\\\\\\" -c 'mount >-u ' > >Very odd, but it worked (except that it didn't keep the sessions alive). > >But now, when I've reinstalled this 2.0.0, it's just as it was before. > >Confused. > >-- >Rachel >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7688028572225594433==-- From gdoris@shaw.wave.ca Tue Feb 9 23:40:22 1999 From: gdoris@shaw.wave.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 18:40:22 -0500 Message-ID: In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7540147796618617870==" --===============7540147796618617870== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable While I'm very pleased with Suse 5.3 I am less than enamoured with Suse the company...at least in North America. =20 I continue to get the impression that North American customers are a total after thought and that's being charitable. Suse totally messed up the NA release of 5.3. Ok, shit happens and hopefully people learn. 6.0 has been released in Europe but Suse haven't bothered to update their NA website in months. There is still the same old tired description of what were going to be treated to...and much of it is wrong (ie. will ship with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumours that 6.0 is actually shipping in NA but you wouldn't know it from anything Suse does. Most companies would be making press releases all over the place??? Sorry if I'm being overly critical but there are other people working very very hard to get my attention and $$$. If Suse thinks that just tossing a product into the market (even if it's a superior product) will win the day, well, they have a lot to learn. Gerry On 09-Feb-99 W.D.McKinney (Dee) wrote: >=20 > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. >=20 > -Dee >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Gerry Doris Date: 09-Feb-99 Time: 18:24:54 "The lyf so short, the craft so long to learne" Chaucer ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7540147796618617870==-- From zulfiqar@shaw.wave.ca Wed Feb 10 00:01:44 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 19:01:44 -0500 Message-ID: <36C0CC67.1507D7E8@shaw.wave.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0433502374408152636==" --===============0433502374408152636== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I couldn't have said it better. SuSE , I personally think, is a better product than RH, but seeing that they do not promote their product well in NA really really does hurt them where it hurts most. RH is almost synonymous with Linux, and vice versa. In fact, a newbie friend of mine didn't know that there was a company other than RH that produced Linux [distros]. And yes, the american site of SuSE is a shame!! I mean it. www.suse.de/e is much better and much up to date. Why can't they just mirror the site to the american version, with some changes of course. ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. I just wanted to ask where did you get your SuSE package? I got mine from Chapters [Highway7 and Woodbine] for only 45 bucks. I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! Gerry Doris wrote: > > 6.0 has been released in Europe but Suse haven't bothered to update their > NA website in months. There is still the same old tired description of > what were going to be treated to...and much of it is wrong (ie. will ship > with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumours > that 6.0 is actually shipping in NA but you wouldn't know it from anything > Suse does. Most companies would be making press releases all over the > place??? > > Sorry if I'm being overly critical but there are other people working > very very hard to get my attention and $$$. If Suse thinks that just > tossing a product into the market (even if it's a superior product) will > win the day, well, they have a lot to learn. > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0433502374408152636==-- From risch@tir.com Wed Feb 10 00:06:54 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: [SuSE Linux] Parasolids and the java kernels. Date: Tue, 09 Feb 1999 19:06:54 -0500 Message-ID: <36C0CD9E.EE6A2012@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6461350303727792879==" --===============6461350303727792879== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is slightly off topic, but does impact Linux, I think. In trying to dig up info on Microstation for Linux I've been told that neither of the above are fully supported in any OS other than Wintel:=20 "only available under the Wintel OS's due the full implementation of the Parasolid and Java kernals (both would not fully be supported in other OS's)." I regret that I can not fully grasp what this means. If it is true would it be adviseable to pass this seeming Linux deficit on to the Linux developers, or maybe not. I might suppose it to be inadviseable. Any thoughts particularly from those who really know Linux. Regards, Bob "This millenium can't end yet, we're missing 22 minutes; 18 from Nixon, 4 from Gates" -- Unknown - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6461350303727792879==-- From tomas@primenet.com Wed Feb 10 01:13:59 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Tue, 09 Feb 1999 17:13:59 -0800 Message-ID: <36C0DD56.74DF1BCD@primenet.com> In-Reply-To: <36BF57E9.287263EC@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4326691755415420964==" --===============4326691755415420964== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Juergen Braukmann wrote: >=20 > check /etc/conf.moduls for an entry like: > options ne io=3D0x300 irq=3D5 > make sure you give io and int as a parameter. I fought against this > for a long time, until i discovered conf.modules. >=20 > (provided you compiled ne2k support as a module) > Compiling it direct into the kernel should do the trick as well. >=20 I don't know about compiling it directly into the kernel, I have an ne2000 boward as well, and the only way the system would recognize it was if it was as a module so that when it loaded it would get the necessary parameters from the rc.modules (slakware) or conf.modules (suse) file. Some of the ne2000 cards may work compiled directly into the kernel, but I havn't come across any of them yet. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4326691755415420964==-- From mperry@basin.com Wed Feb 10 02:15:01 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] 6 arrives today Date: Tue, 09 Feb 1999 18:15:01 -0800 Message-ID: <199902100215.SAA02197@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8984311223544512682==" --===============8984311223544512682== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I received suse 6 today. My interest and fear revolves around applying 6 over a heavily customized 5.3 with lots of libs, software I have compiled, etc. Going from 5.0 to 5.3 involved some interesting moments with self-compiled libs. I had to recompile things like slrn for some reason since I got the version that suse shipped with and not the one I did. What happens specifically with things like corel wp8, applix office, etc? I use corel everyday as well as wabi and need these things to work after Im done. All in all, 6 looks like a well done product. Congratulations Suse folks!! I think I will do a second hard disk with suse 6 and SO on it for the meanwhile. Since I am getting a new laptop soon, I can have a second machine that can be experimented with. I would be quite interested in hearing from anyone who done the deed as far as upgrading from 5.3 to 6 and what happens with applix 4.4.1 and corel wp. Any takers on wabi? --=20 Michael E. Perry mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8984311223544512682==-- From LinuxAdvocate@iname.com Wed Feb 10 03:27:57 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 17:27:57 -1000 Message-ID: <36C0FCBD.E67AAFDF@iname.com> In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2408583153864887709==" --===============2408583153864887709== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable W.D.McKinney (Dee) wrote: >=20 > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. >=20 > -Dee So far, the results are about the same as the last=20 one of these I saw: RedHat #1, and our fav is #4. Must be due to the heavy North American influence. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2408583153864887709==-- From leonmcclatchey@homemail.com Wed Feb 10 03:56:22 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Tue, 09 Feb 1999 21:56:22 -0600 Message-ID: <36C10360.E664F75F@homemail.com> In-Reply-To: <36BFAA1E.7AA01D87@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1270963533398012129==" --===============1270963533398012129== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Gee, I dunno, I use diald here and it works great:=3D) Aaron Prohaska wrote: > Why is it that everyone uses wvdial to connect to the net? I would think > that by now there should be an easier way to Linux ppp working. This is > one thing that has really surprised me. > > Aaron > -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Win95 Box) On-line, adj.: The idea that a human being should always be accessible to a computer. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1270963533398012129==-- From LinuxAdvocate@iname.com Wed Feb 10 04:13:44 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: [SuSE Linux] AGP Video woes Date: Tue, 09 Feb 1999 18:13:44 -1000 Message-ID: <36C10778.47623A36@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4568712524154516719==" --===============4568712524154516719== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm trying to install SuSE 5.3 on a Pentium II (233 MHz, 32 MB RAM) with an AGP video card using=20 the Cirrus Logic 5465 chipset. SaX has that=20 chipset in its database, and I have it set up=20 correctly (let's presume I do). Problem: X locks up after a few minutes of operation, usually while painting a newly created window. I'm using the Generic SVGA server, 800x600x8 resolution. I recompiled the kernel to stress the system -=20 worked with no problems. I used the VGA server in a 640x480x4 resolution (looked horrible, but worked reliably). Can anyone suggest a definitive test to see=20 if the problem is in the video card or the X Server? George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4568712524154516719==-- From leonmcclatchey@homemail.com Wed Feb 10 04:29:03 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Tue, 09 Feb 1999 22:29:03 -0600 Message-ID: <36C10B00.73A47C92@homemail.com> In-Reply-To: <36C08BE1.B4B7AA17@connix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4602087466103698600==" --===============4602087466103698600== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Gee, I dunno, every time I go to slashdot.org, and try to get to the polls to vote (or read the results), I get kicked off with an "Internal Server Error"! dizzy wrote: > "W.D.McKinney (Dee)" wrote: > > > Now is the time for all good men to vote for SuSE. > > Head to Slashdot at http://slashdot.org> please. > > > > -Dee > > Yes! > or more specifically = http://slashdot.org/articles/99/02/09/1042222.shtml> > rob > Linux Home page http://www.connix.com/~dizzy73= /LBM.htm> > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> -- cya l8r Leon McClatchey leonmcclatchey(a)homemail.com Linux User 78912 (Win95 Box) On-line, adj.: The idea that a human being should always be accessible to a computer. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4602087466103698600==-- From gdoris@shaw.wave.ca Wed Feb 10 04:30:17 1999 From: gdoris@shaw.wave.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] 6 arrives today Date: Tue, 09 Feb 1999 23:30:17 -0500 Message-ID: In-Reply-To: <199902100215.SAA02197@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9123262609474135120==" --===============9123262609474135120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Go ahead...go for the gold! Do the upgrade...but be sure to let us all know how it went!!!! We're all waiting with bated breath! Gerry On 10-Feb-99 Michael Perry wrote: >=20 > I received suse 6 today. ....snip.... > I would be quite interested in hearing from anyone who done the deed as > far as upgrading from 5.3 to 6 and what happens with applix 4.4.1 and > corel wp. Any takers on wabi? >=20 > --=20 > Michael E. Perry > mperry(a)basin.com > ------------------ ---------------------------------- E-Mail: Gerry Doris Date: 09-Feb-99 Time: 23:27:28 "The lyf so short, the craft so long to learne" Chaucer ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9123262609474135120==-- From leonmcclatchey@homemail.com Wed Feb 10 04:49:43 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] access denied when writing to shared files via samba Date: Tue, 09 Feb 1999 22:49:43 -0600 Message-ID: <36C10FDB.A7AF9C24@homemail.com> In-Reply-To: <3.0.3.32.19990209165721.006c4970@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0238641237408105963==" --===============0238641237408105963== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable One thing that you may want to check is the linux permissions on the director= ies that you have set up as shares. Most of the directories created on a Lin= ux system is set up for root/root with the write attribute off for others. Y= ou will need to change those shares to chmod 777 in order to enable writing to those areas via samba (eith= er that or set up your users as belonging to group "samba"? Samy Elashmawy wrote: > I am trying to create files/copy files to a shared directory from the samba= server. Ikee getting access denied! messages. However I can create files in = my home Directory. I have no Idea why I cant write to the samba shared Direct= orys ?? > > Here is the smb.conf file > > [global] > workgroup =3D workgroup > guest account =3D nobody > keep alive =3D 30 > os level =3D 2 > security =3D user > printing =3D bsd > printcap name =3D /etc/printcap > load printers =3D yes > > ; Please uncomment the following entry and replace the > ; ip number and netmask with the correct numbers for > ; your ethernet interface. > ; interfaces =3D 10.20.30.1/255.0.0.0 > > ; If you want Samba to act as a wins server, please set > ; 'wins support =3D yes' > wins support =3D no > > ; If you want Samba to use an existing wins server, > ; please uncomment the following line and replace > ; the dummy with the wins server's ip number. > ; wins server =3D 192.168.1.1 > > [homes] > comment =3D Heimatverzeichnis > browseable =3D no > read only =3D no > create mode =3D 0750 > > ; The following share gives all users access to the Server's CD drive, > ; assuming it is mounted under /cd. To enable this share, please remove > ; the semicolons before the lines > ; > [cdrom] > comment =3D Linux CD-ROM > path =3D /cdrom > read only =3D no > locking =3D no > > [linserv] > comment =3D linux shared files > path =3D /linserv > readonly =3D no > locking =3D no > > [test] > comment =3D testshare > path =3D /usr/tshare > browseable =3D yes > read only =3D no > public =3D yes > > [printers] > comment =3D All Printers > browseable =3D no > printable =3D yes > public =3D no > read only =3D yes > create mode =3D 0700 > directory =3D /tmp > > - To get out of this list, please send email to majordomo(a)suse.com with t= his text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/> and the a= rchiv at http= ://www.suse.com/Mailinglists/suse-linux-e/index.html> -- cya l8r Leon McClatchey leonmcclatchey(a)homemail.com Linux User 78912 (Win95 Box) On-line, adj.: The idea that a human being should always be accessible to a computer. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0238641237408105963==-- From Martijn.van.den.Burg@asml.nl Wed Feb 10 07:03:43 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: [SuSE Linux] KDM starts, then dies and keeps respawning Date: Wed, 10 Feb 1999 08:03:43 +0100 Message-ID: <199902100703.IAA27629@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1549010646505832582==" --===============1549010646505832582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am using the graphical login of KDM to login in my SuSE 5.3 system (kernel 2.0.35) but _sometimes_ KDM does not 'catch on' after booting, and keeps respawning.=20 What actually happens is: - all the ususal boot messages flash by - 'Starting kdm...' - screen goes black after one very short flash of something while KDM tries = to connect to the X-server (I presume) and fails - KDM respawns and etcetera. The only way to stop this is the three-finger salute, switch off the pc and restart after a while. What causes this intermittent problem and how can I solve it? Regards, =3D Martijn van den Burg=20 =3D Tech writer, archiver, Linux user=20 =3D Publications Department, ASML=20 =3D e-mail: martijn.van.den.burg(a)asml.nl=20 =3D voice: +31 (0)40 2303856=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1549010646505832582==-- From suse_list@hotmail.com Wed Feb 10 07:24:00 1999 From: suse_list@hotmail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Tue, 09 Feb 1999 23:24:00 -0800 Message-ID: <19990210072401.3479.qmail@hotmail.com> In-Reply-To: <[SuSE Linux] Staroffice help.> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6477758499385581010==" --===============6477758499385581010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes thanks very much Andreas, I'll definately give that a try when I=20 finish downloading Suse 6.0 and Staroffice 5.0, it may take another week=20 or so by modem. :(=20 Rachel, please let us know how you went. I would be very interested to=20 hear. Thanks again, Brad. > > >Andreas Gerstlauer wrote: >>=20 >> > > So my question is how do I go about installing staroffice >> > > from the version I will download from stardivision, using SuSE=20 6.0?? >> > >> > I would love someone to contradict me on this, but I can't seem to=20 do >> > it! >> > >> > It insists on changes to /lib to reflect glibc2.0.7. I don't trust=20 those >> > changes. Even when I did install it and get it to work once, it=20 stopped >> > working the next day. >> > >>=20 >> Well, I got StarOffice 5.0 to work on a SuSE 6.0 without changing the >> SuSE installation. It seems to work fine so far (although I haven't >> tried it extensively yet). > >[description snipped] > >OK, thanks, I'll try that. > >--=20 >Rachel >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6477758499385581010==-- From grimmer@suse.de Wed Feb 10 09:02:04 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 10:02:04 +0100 Message-ID: In-Reply-To: <3.0.3.32.19990209155754.00af3c80@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6774415661182469697==" --===============6774415661182469697== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 9 Feb 1999, Samy Elashmawy wrote: > I have Installed Suse 6.0 >=20 > I tried to run Sax , but this failed to load , I got as far a blank > black screen. Use xf86 config and set it up for the diamond A50 card w > 8 meg , sis 6326 chipset and xf86-svga server. >=20 > on runing stsrtx I get the following >=20 > "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie > file. Pleas check it and /or install a new xserver binary" >=20 > Any Idea what is wrong ?? Check, if /var/X11R6/bin/X exists and is a symbolic link to your X Server (in your case: /usr/X11R6/bin/XF86_SVGA): "file /var/X11R6/bin/X" If XF86_SVGA is missing, install package "xsvga" and create the link manually, if necessary. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6774415661182469697==-- From Surjit.Bains@hsam.co.uk Wed Feb 10 09:09:47 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 09:09:47 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B5D@EXCHANGE1> In-Reply-To: <[SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1130537844083902802==" --===============1130537844083902802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSBo YWQgdGhpcyBwcm9ibGVtIG9uY2UgLi4uIEkgVGhpbmsgaXQgd2FzIHNvbWV0aGluZyB0byBkbyB3 aXRoIG5vdApoYXZpbmcgYW55IFgtc2VydmVycyBpbnN0YWxsZWQgIS4KClN1cmppdAoKLS0tLS1P cmlnaW5hbCBNZXNzYWdlLS0tLS0KRnJvbTogU2FteSBFbGFzaG1hd3kgWzxBIEhSRUY9Im1haWx0 bzpzYW1lbGFzaChhKWl4Lm5ldGNvbS5jb20iPm1haWx0bzpzYW1lbGFzaChhKWl4Lm5ldGNvbS5j b208L0E+XQpTZW50OiAwOSBGZWJydWFyeSAxOTk5IDE1OjU4ClRvOiBzdXNlLWxpbnV4LWUoYSlz dXNlLmNvbQpTdWJqZWN0OiBbU3VTRSBMaW51eF0gRGlhbW9uZCBTcGVlZHN0YXIgQTUwIEFHUCB3 IDggbmdyYW0gQU5EIHhmODZjb25maWcKCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PQpXQVJOSU5HOiBFeHRlcm5hbCBFbWFpbDogVGhpcyBtZXNzYWdlIHdhcyByZWNl aXZlZCBmcm9tIGEgc291cmNlCmV4dGVybmFsIHRvIEhTQU0gYW5kIHRoZXJlZm9yZSB0aGUgc2Vu ZGVyJ3MgaWRlbnRpdHkgY2Fubm90IGJlIHZlcmlmaWVkLgo9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0KCkkgaGF2ZSBJbnN0YWxsZWQgU3VzZSA2LjAKCkkgdHJpZWQg dG8gcnVuIFNheCAsIGJ1dCB0aGlzIGZhaWxlZCB0byBsb2FkICwgSSBnb3QgYXMgZmFyIGEgYmxh bmsKYmxhY2sKc2NyZWVuLgpVc2UgeGY4NiBjb25maWcgYW5kIHNldCBpdCB1cCBmb3IgdGhlIGRp YW1vbmQgQTUwIGNhcmQgdyA4IG1lZyAsIHNpcwo2MzI2CmNoaXBzZXQgYW5kIHhmODYtc3ZnYSBz ZXJ2ZXIuCgpvbiBydW5pbmcgc3RzcnR4IEkgZ2V0IHRoZSBmb2xsb3dpbmcKCiJ0aGUgZmlsZSB4 Zjg2LXh4eHggKGJpbmFyaWUgb2YgeHNlcnZlcikgZG9lc2VudCBzZWVtIHRvIGJlIGEgYmluYXJp ZQpmaWxlLgpQbGVhcyBjaGVjayBpdCBhbmQgL29yIGluc3RhbGwgYSBuZXcgeHNlcnZlciBiaW5h cnkiCgpBbnkgSWRlYSB3aGF0IGlzIHdyb25nID8/CgpUaGFua3MKClNhbXkgRWxhc2htYXd5Ci0K VG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhh KXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxp bnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2Uu Y29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBv cnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9B PC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWls aW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3Vz ZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3 LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0K VG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhh KXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxp bnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2Uu Y29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBv cnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9B PC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWls aW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3Vz ZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3 LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============1130537844083902802==-- From grimmer@suse.de Wed Feb 10 09:30:32 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: your mail Date: Wed, 10 Feb 1999 10:30:32 +0100 Message-ID: In-Reply-To: <99020920013000.00190@orion> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2073376537939044564==" --===============2073376537939044564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 9 Feb 1999, Martijn van den Burg wrote: > I am using the graphical login of KDM to login in my SuSE 5.3 system > (kernel 2.0.35) but _sometimes_ KDM does not 'catch on' after booting, > and keeps respawning. >=20 > What actually happens is: > - all the ususal boot messages flash by > - 'Starting KDM...' > - screen goes black after one very short flash of something while KDM trie= s to > connect to the X-server (I presume) and fails > - KDM respawns and etcetera. >=20 > The only way to stop this is the three-finger salute, switch off > the pc and restart after a while. >=20 > What causes this intermittent problem and how can I solve it? There seem to be timing problems when starting the X Server. There is a solution: remove the option "-quiet" in /usr/X11/lib/X11/xdm/Xservers. Good luck! Bye, LenZ=09 --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2073376537939044564==-- From samelash@ix.netcom.com Wed Feb 10 09:50:14 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] access denied when writing to shared files via samba Date: Wed, 10 Feb 1999 09:50:14 +0000 Message-ID: <3.0.3.32.19990210095014.006963fc@popd.ix.netcom.com> In-Reply-To: <36C10FDB.A7AF9C24@homemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4753109375235939640==" --===============4753109375235939640== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >One thing that you may want to check is the linux permissions on the directories that you have set up as shares.=20 How do you check this ? Can it be deone with MC ?=20 > Most of the directories created on a Linux system is set up for root/root with the write attribute off for >others. You will need to change those >shares to chmod 777 in order to enable writing to those areas via samba (either that or set up your users as belonging to group "samba"? Cab you ellaborate some more here. I created two users via yast when installing suse 6 ? They have the same user and passwoord the win95/8 machines. How do you do the chmod thing ?=20 Thanks Samy >Samy Elashmawy wrote: > >> I am trying to create files/copy files to a shared directory from the samba server. Ikee getting access denied! messages. However I can create files in my home Directory. I have no Idea why I cant write to the samba shared Directorys ?? >> >> Here is the smb.conf file >> >> [global] >> workgroup =3D workgroup >> guest account =3D nobody >> keep alive =3D 30 >> os level =3D 2 >> security =3D user >> printing =3D bsd >> printcap name =3D /etc/printcap >> load printers =3D yes >> >> ; Please uncomment the following entry and replace the >> ; ip number and netmask with the correct numbers for >> ; your ethernet interface. >> ; interfaces =3D 10.20.30.1/255.0.0.0 >> >> ; If you want Samba to act as a wins server, please set >> ; 'wins support =3D yes' >> wins support =3D no >> >> ; If you want Samba to use an existing wins server, >> ; please uncomment the following line and replace >> ; the dummy with the wins server's ip number. >> ; wins server =3D 192.168.1.1 >> >> [homes] >> comment =3D Heimatverzeichnis >> browseable =3D no >> read only =3D no >> create mode =3D 0750 >> >> ; The following share gives all users access to the Server's CD drive, >> ; assuming it is mounted under /cd. To enable this share, please remove >> ; the semicolons before the lines >> ; >> [cdrom] >> comment =3D Linux CD-ROM >> path =3D /cdrom >> read only =3D no >> locking =3D no >> >> [linserv] >> comment =3D linux shared files >> path =3D /linserv >> readonly =3D no >> locking =3D no >> >> [test] >> comment =3D testshare >> path =3D /usr/tshare >> browseable =3D yes >> read only =3D no >> public =3D yes >> >> [printers] >> comment =3D All Printers >> browseable =3D no >> printable =3D yes >> public =3D no >> read only =3D yes >> create mode =3D 0700 >> directory =3D /tmp >> >> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/> and t= he archiv at http://www.s= use.com/Mailinglists/suse-linux-e/index.html> > >-- >cya l8r >Leon McClatchey >leonmcclatchey(a)homemail.com >Linux User 78912 (Win95 Box) > >On-line, adj.: > The idea that a human being should always be accessible to a >computer. > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4753109375235939640==-- From samelash@ix.netcom.com Wed Feb 10 10:00:08 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Simplicity / java Date: Wed, 10 Feb 1999 10:00:08 +0000 Message-ID: <3.0.3.32.19990210100008.00b3116c@popd.ix.netcom.com> In-Reply-To: <01be54de$1b169410$041da8c0@stylite4.njv.vb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3081775575616413871==" --===============3081775575616413871== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do you like Simlicity , how does it work with swing and JDBC ?? Any problems with it on suse , Do you need the devopmental kernal , or will java run with the stock suse 6.0 kernal=20 thanks Samy >We don't use any of the above but Wipeout, Simplicity and the rest of our >development environment has not given problems! > >You can only learn by doing. >Regards, >Nigel Vickers > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3081775575616413871==-- From nvickers@v-and-b.de Wed Feb 10 10:14:12 1999 From: nvickers@v-and-b.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6 arrives today Date: Wed, 10 Feb 1999 11:14:12 +0100 Message-ID: <01be54de$1b169410$041da8c0@stylite4.njv.vb.de> In-Reply-To: <[SuSE Linux] 6 arrives today> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8115179827127001593==" --===============8115179827127001593== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: >I received suse 6 today. My interest and fear revolves around applying >6 over a heavily customized 5.3 with lots of libs, software I have >compiled, etc> We have taken 3 machines from 5.3 to 6.0 with minor problems. These problems invoved the recognition of twin ne2000 network cards at boot. One machine we took on to kernel 2.2.1 without any problems. >What happens specifically with things like corel wp8, applix office, >etc? I use corel everyday as well as wabi and need these things to >work after Im done. We don't use any of the above but Wipeout, Simplicity and the rest of our development environment has not given problems! You can only learn by doing. Regards, Nigel Vickers - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8115179827127001593==-- From samelash@ix.netcom.com Wed Feb 10 10:45:16 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Yippee It now Works Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 10:45:16 +0000 Message-ID: <3.0.3.32.19990210104516.0069a028@popd.ix.netcom.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0770053794834820805==" --===============0770053794834820805== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz my Man , Your right on the money G:=20 KF86_VGA16 was installed . Tried it and it works. Went back into yast installed XF-86SVGA and set it , and it worked. I dont know why the install did not install the SVGA server , and only the VGA16 drivers. Aslo , How do you change the resolution, I have a Virtual screen that moves around , how can I get it to use a highr resolution so that the screen uses the monitor space , and not more than the monitor space ? Thanks Samy At 10:02 AM 2/10/1999 +0100, Lenz Grimmer wrote: > >Hi, > >On Tue, 9 Feb 1999, Samy Elashmawy wrote: > >> I have Installed Suse 6.0 >>=20 >> I tried to run Sax , but this failed to load , I got as far a blank >> black screen. Use xf86 config and set it up for the diamond A50 card w >> 8 meg , sis 6326 chipset and xf86-svga server. >>=20 >> on runing stsrtx I get the following >>=20 >> "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie >> file. Pleas check it and /or install a new xserver binary" >>=20 >> Any Idea what is wrong ?? > >Check, if /var/X11R6/bin/X exists and is a symbolic link to your X Server >(in your case: /usr/X11R6/bin/XF86_SVGA): "file /var/X11R6/bin/X" > >If XF86_SVGA is missing, install package "xsvga" and create the link >manually, if necessary. > >Bye, > LenZ > >--=20 >------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Germ= any > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0770053794834820805==-- From samelash@ix.netcom.com Wed Feb 10 13:04:41 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 13:04:41 +0000 Message-ID: <3.0.3.32.19990210130441.00bf7f04@popd.ix.netcom.com> In-Reply-To: <7B06D0841713D1118A000000F803F188175BE7@GB-RED-CTL-ES1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8634980298342010827==" --===============8634980298342010827== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - RH started getting their name in the mags, so they start picking >up more publicity when third-party companies announce tie-ins, so more >publicity, etc.. RH shouldn't be knocked for their corporate vision and >market penetration. Rather, it is down to SuSE to start a media blitz of >announcements, interviews (everyone can name RH's CEO, but who is the boss >of SuSE??) and The only link to Hardware is VA. Suse should realy try to find some sort of bundling agreement with either a hardware manufacture , or bundle/include it with one of the compnent hardware manufactures , ie network card , Tape backup hardware. Include it in a box , where the Corparate networking department / tech will find it. Better yet , find a hardware manufacture that can preinstall it and get the "office Server" into a staple , office mmax enviorment. Some sort of all in one solution. rember Lantastic Kits. approaching the hardware vendors to look at producing systems >with SuSE pre-installed. I have used both RH & SuSE, and found SuSE 5.2 far >easier to work with as a newbie - thank God for Yast !! Publicity , and exposer are surly lacked by suse here in the use. Just look in the major book stores. The only one that handles suse is Borders.Ditto for barns and noble. You also never see it at Comp USA or Compter City. They should also target Staples , Office max Ect. It takes a lot of hard work to find a copy. Reatial , and Walk in customers will not have a shot at it. You can find Red Hat everywhere. >In fact, SuSE should really angle their promos at the ease of installation & >admin thanks to Yast, that way more of the newbie market will be captured by >the Chameleon rather than disappearing into the Red Hat tide. Personally I'd The eas if installation is a real problem for newbies. Try telling your average joe customer that you need t make a new partion . Cant wait to see the look on his face. Better yet , tell him you need three to 5 partions (swap, / and /usr), He will run away. Man imagine if suse were to come up with a realy bullit proof Simple Install procedure , where it does it all, Install OS , Install xserver , Printer , and Install modem , Set up some basic software , ie Xwindows , Web browser , that will work out of the biox with the modem . Right now the install require more info than the average joe has knoldge about. I have yet to set up the modem and dial up to access the net. Mater of fact , SUSE installed the wrong xserver , andd failed to note that it did not have the SVGE server and allert me that there was a vga16 server avialable (Tahnks to Len who pionted me in the right direction. Sax needs some work , as it wont even load , and others have had problems with it. Give a bullit proof install that can give at least a bare bones set up that works. ie xwin/server , modem , printer , and internet connection that work.=20 Then the user wont be disapionted and drop it at the firt sing of trouble. Maybee we need two inatalls , one for the new user , that hold his hand , and one for the advanced youser who allready knows his harware and can deal with missbehaved drivers ect... >Me, I'm waiting for SuSE 6 to pop through my letter box. I like it so far , Now you can set it up throght yast to use a printer on a windows machine. Nice when working with a samba server. I still need to figure out how to put a printer on the samba box and share it with windows. But its nice to be able to prin out doc to the other priter on winows. Yast is realy greate , I couldint live without it right now. ,But could you imagian a version that does it all for you. That would blow your socks off , espeaciccaly Red Hat I have kernel 2.2.0 >on my system anyhow, as well as an updated Samba, StarOffice 5, Wordperfect >8, KDE 1 etc, so the boxed set probably won't do much beyond migrating me to >glibc2, and hence RH compatability. BTW, what does "kernel 2.2 ready" >actually mean - to me, simply that you've space on /usr/src for another >source tree. > >TTFN >Paul. > >On 10 February 1999 13:46, Chris Martin [SMTP:camst65+(a)pitt.edu] wrote: >>=20 >> I couldn't agree more with this. I have to admit that despite the fact >that >> SuSE has been very good to me (as a product), the recent total lack of >> attention to detail surrounding 6.0 and the fact that RedHat is exploding >> forward give me many doubts about SuSE as a company. Ultimately, in this >> consumer driven world, the only way products hang around, even when they >are >> good/great like SuSE, is to have the coplementary good/great backing >through >> various support channels and, of course, things like an up to date and >> comprehensive web site and, generally, a strong and attentive company >> backing it. And, one must remember the mantra invoked by most strong >companies >> (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly >said, >> SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling >less >> and less like putting up with being in the minority's minority (even given >that >> I have a slightly better product) and with difficulties in getting what I >want >> when I want it (like RPM's! and up to date WebPages). If SuSE doesn't >shift >> into high gear, I fear that even your above average computer user, who >> appreciates what SuSE has to offer over other distbns, will find >themselves >> nonetheless considering other distbns for these myriad reasons. >>=20 >> To end this all on a nice note: Go SuSE! >>=20 >>=20 >>=20 >> On 10-Feb-99 Zulfiqar Naushad wrote: >> >=20 >> > I couldn't have said it better. >> >=20 >> > SuSE , I personally think, is a better product than RH, but seeing that >they >> > do not promote their product well in NA really really does hurt them >where it >> > hurts most. RH is almost synonymous with Linux, and vice versa. In >fact, a >> > newbie friend of mine didn't know that there was a company other than RH >that >> > produced Linux [distros]. >> >=20 >> > And yes, the american site of SuSE is a shame!! I mean it. >www.suse.de/e is >> > much better and much up to date. Why can't they just mirror the site to >the >> > american version, with some changes of course. >> >=20 >> > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. >> >=20 >> > I just wanted to ask where did you get your SuSE package? I got mine >from >> > Chapters [Highway7 and Woodbine] for only 45 bucks. >> >=20 >> > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE >> > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! >> >=20 >> > Gerry Doris wrote: >> >=20 >> >> >> >> 6.0 has been released in Europe but Suse haven't bothered to update >their >> >> NA website in months. There is still the same old tired description of >> >> what were going to be treated to...and much of it is wrong (ie. will >ship >> >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard >rumours >> >> that 6.0 is actually shipping in NA but you wouldn't know it from >anything >> >> Suse does. Most companies would be making press releases all over the >> >> place??? >> >> >> >> Sorry if I'm being overly critical but there are other people working >> >> very very hard to get my attention and $$$. If Suse thinks that just >> >> tossing a product into the market (even if it's a superior product) >will >> >> win the day, well, they have a lot to learn. >> >> >> >=20 >> >=20 >> >=20 >> >=20 >> > - >> > To get out of this list, please send email to majordomo(a)suse.com with >> > this text in its body: unsubscribe suse-linux-e >> > Check out the SuSE-FAQ at http://www.suse.com/= Support/Doku/FAQ/> and the >> > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >>=20 >> ------------------------------------------ >> E-Mail: Chris Martin =20 >> Date: 10-Feb-99 >> Time: 08:29:37 >>=20 >> ** Powered by SuSE Linux. You want it?! **=20 >>=20 >> http://= www.suse.com> | http://www.linux.org> >>=20 >> ------------------------------------------ >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8634980298342010827==-- From samelash@ix.netcom.com Wed Feb 10 13:15:55 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 13:15:55 +0000 Message-ID: <3.0.3.32.19990210131555.00bf7f04@popd.ix.netcom.com> In-Reply-To: <36C1B876.DA31E448@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0973879722750075047==" --===============0973879722750075047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yeahg , what realy bugs me , is that neather sax or XF86Setup woould load , and when I used xf86config , and got to the server list , one of the chioces was SVGA Server , and it never gave a clue that SVGA was not installed. Yast for some reaon deosent select/install it. I hope that suse will put something on the support page. Otherwisethey will probibly find a lot of unhapy users. Funy no oine in germany foun this , must be something to do with the US version. Also , all the listing for the Diamond card call for the SVGA Server , Funny how it installed the vga16 server. Anyway , bound to have a few hickups with .0 version , Suse has a Solid rep for ther distrs , I think they need some more fit and polish . I love the product , and hate to see Red Hat take the lim light. Yast is the jewal in the box . I am glad to know tha tI am not freaking out here. At 11:48 AM 2/10/1999 -0500, Spamoff wrote: >> -----Original Message----- >> From: Samy Elashmawy [mailto:s= amelash(a)ix.netcom.com] >> Sent: 09 February 1999 15:58 >> To: suse-linux-e(a)suse.com >> Subject: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> WARNING: External Email: This message was received from a source >> external to HSAM and therefore the sender's identity cannot be verified. >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >> I have Installed Suse 6.0 >> >> I tried to run Sax , but this failed to load , I got as far a blank >> black >> screen. >> Use xf86 config and set it up for the diamond A50 card w 8 meg , sis >> 6326 >> chipset and xf86-svga server. >> >> on runing stsrtx I get the following >> >> "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie >> file. >> Pleas check it and /or install a new xserver binary" >> >> Any Idea what is wrong ?? >> >> Thanks >> >> Samy Elashmawy >> - > >Hello Samy...funny or what...I just went through all that the past 2 days :) > >I did a full install of everything. > >When I went back and checked, I found the SVGA wasn't installed and in yast it >wasn't selected bizarre. I thought everything was, well everything. > >Still didn't work, came up with a 64K video card until I downloaded and >upgraded to 3.3.3.1. > >Took some time and I added SW_Cursor and NoBLTZ (?) and now it works like a >champ :) > > > > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0973879722750075047==-- From alexm@quake.tx.symbio.net Wed Feb 10 13:27:04 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Wed, 10 Feb 1999 07:27:04 -0600 Message-ID: In-Reply-To: <36C0DD56.74DF1BCD@primenet.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0663996514871495870==" --===============0663996514871495870== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 9 Feb 1999, S.Toms wrote: >=20 > I don't know about compiling it directly into the kernel, I have an > ne2000 boward as well, and the only way the system would recognize it > was if it was as a module so that when it loaded it would get the > necessary parameters from the rc.modules (slakware) or conf.modules > (suse) file. > Some of the ne2000 cards may work compiled directly into the kernel, > but I havn't come across any of them yet. Two of Realtek8029 (NE2000 compatible) work here on the same machine compiled directly into the kernel. I did not try compiling them as a module :-) -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0663996514871495870==-- From camst65+@pitt.edu Wed Feb 10 13:45:31 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 08:45:31 -0500 Message-ID: In-Reply-To: <36C0CC67.1507D7E8@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3731822954675627496==" --===============3731822954675627496== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I couldn't agree more with this. I have to admit that despite the fact that SuSE has been very good to me (as a product), the recent total lack of attention to detail surrounding 6.0 and the fact that RedHat is exploding forward give me many doubts about SuSE as a company. Ultimately, in this consumer driven world, the only way products hang around, even when they are good/great like SuSE, is to have the coplementary good/great backing through various support channels and, of course, things like an up to date and comprehensive web site and, generally, a strong and attentive company backing it. And, one must remember the mantra invoked by most strong compani= es (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly said, SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling less and less like putting up with being in the minority's minority (even given th= at I have a slightly better product) and with difficulties in getting what I want when I want it (like RPM's! and up to date WebPages). If SuSE doesn't shift into high gear, I fear that even your above average computer user, who appreciates what SuSE has to offer over other distbns, will find themselves nonetheless considering other distbns for these myriad reasons. To end this all on a nice note: Go SuSE! On 10-Feb-99 Zulfiqar Naushad wrote: >=20 > I couldn't have said it better. >=20 > SuSE , I personally think, is a better product than RH, but seeing that they > do not promote their product well in NA really really does hurt them where = it > hurts most. RH is almost synonymous with Linux, and vice versa. In fact, a > newbie friend of mine didn't know that there was a company other than RH th= at > produced Linux [distros]. >=20 > And yes, the american site of SuSE is a shame!! I mean it. www.suse.de/e = is > much better and much up to date. Why can't they just mirror the site to the > american version, with some changes of course. >=20 > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. >=20 > I just wanted to ask where did you get your SuSE package? I got mine from > Chapters [Highway7 and Woodbine] for only 45 bucks. >=20 > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! >=20 > Gerry Doris wrote: >=20 >> >> 6.0 has been released in Europe but Suse haven't bothered to update their >> NA website in months. There is still the same old tired description of >> what were going to be treated to...and much of it is wrong (ie. will ship >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumours >> that 6.0 is actually shipping in NA but you wouldn't know it from anything >> Suse does. Most companies would be making press releases all over the >> place??? >> >> Sorry if I'm being overly critical but there are other people working >> very very hard to get my attention and $$$. If Suse thinks that just >> tossing a product into the market (even if it's a superior product) will >> win the day, well, they have a lot to learn. >> >=20 >=20 >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ------------------------------------------ E-Mail: Chris Martin =20 Date: 10-Feb-99 Time: 08:29:37 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3731822954675627496==-- From alexm@quake.tx.symbio.net Wed Feb 10 14:53:34 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: [SuSE Linux] "w" reports incorrect IDLE time Date: Wed, 10 Feb 1999 08:53:34 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2918113551767241192==" --===============2918113551767241192== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, everyone I noticed an interesting thing with the w command: -----------start of example--------------------- alexm(a)quake:/home/alexm > w 8:45am up 2 days, 19:54, 8 users, load average: 1.96, 0.48, 0.16 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT yevik tty1 8:44am 38.00s 11.19s 0.06s sh /usr/X11R6/b alexm ttyp0 192.35.232.13 7:18am 0.00s 0.50s 0.17s w=20 masha ttyp1 129.116.232.137 7:23am 4:02 0.18s 0.18s -bash=20 yevik ttyp2 :0.0 8:44am 1:00m 0.13s 0.13s -bash=20 yevik ttyp3 :0.0 8:44am 24:11m 0.14s 0.14s -bash=20 yevik ttyp4 :0.0 8:44am 24:45m 0.10s 0.10s -bash=20 yevik ttyp5 :0.0 8:44am 24:49m 0.16s 0.16s -bash=20 yevik ttyp6 :0.0 8:44am 23days 0.15s 0.15s -bash=20 alexm(a)quake:/home/alexm >=20 -------------end of example--------------------------------- As you can see from this example, this machine was up for 2 days, 19 h 54min, but there is a user "yevik" on ttyp6 that was idle for 23days. Moreover, this user logged in less than a minute before I ran this command (you can see that from the example as well). For more information the user yevik started KDE at the console. Does anybody know where this incorrect info comes from? -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2918113551767241192==-- From SOLARIS@cicei.ulpgc.es Wed Feb 10 14:54:22 1999 From: SOLARIS@cicei.ulpgc.es To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 14:54:22 +0000 Message-ID: <49F7F279DB@cicei.ulpgc.es> In-Reply-To: <[SuSE Linux] Vote for SuSE> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8379839772943887716==" --===============8379839772943887716== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jesus! what a whining! It looks like you [americans] want everything to go the pizza hut or mcdonald's way ... even what OSes are concerned. Sorry of the flame but I am somehow fed up by that kind of super-market mentality. Anyway ... APS ] Date: Wed, 10 Feb 1999 08:45:31 -0500 (EST) ] Reply-To: camst65+(a)pitt.edu ] From: Chris Martin ] To: Zulfiqar Naushad ] Subject: Re: [SuSE Linux] Vote for SuSE ] Cc: suse-linux-e(a)suse.com, Gerry Doris ]=20 ]=20 ] I couldn't agree more with this. I have to admit that despite the fact that ] SuSE has been very good to me (as a product), the recent total lack of ] attention to detail surrounding 6.0 and the fact that RedHat is exploding ] forward give me many doubts about SuSE as a company. Ultimately, in this ] consumer driven world, the only way products hang around, even when they are ] good/great like SuSE, is to have the coplementary good/great backing through ] various support channels and, of course, things like an up to date and ] comprehensive web site and, generally, a strong and attentive company ] backing it. And, one must remember the mantra invoked by most strong compa= nies ] (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly said, ] SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling l= ess ] and less like putting up with being in the minority's minority (even given = that ] I have a slightly better product) and with difficulties in getting what I w= ant ] when I want it (like RPM's! and up to date WebPages). If SuSE doesn't shift ] into high gear, I fear that even your above average computer user, who ] appreciates what SuSE has to offer over other distbns, will find themselves ] nonetheless considering other distbns for these myriad reasons. ]=20 ] To end this all on a nice note: Go SuSE! ]=20 ]=20 ]=20 ] On 10-Feb-99 Zulfiqar Naushad wrote: ] >=20 ] > I couldn't have said it better. ] >=20 ] > SuSE , I personally think, is a better product than RH, but seeing that t= hey ] > do not promote their product well in NA really really does hurt them wher= e it ] > hurts most. RH is almost synonymous with Linux, and vice versa. In fact= , a ] > newbie friend of mine didn't know that there was a company other than RH = that ] > produced Linux [distros]. ] >=20 ] > And yes, the american site of SuSE is a shame!! I mean it. www.suse.de/= e is ] > much better and much up to date. Why can't they just mirror the site to = the ] > american version, with some changes of course. ] >=20 ] > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. ] >=20 ] > I just wanted to ask where did you get your SuSE package? I got mine from ] > Chapters [Highway7 and Woodbine] for only 45 bucks. ] >=20 ] > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE ] > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! ] >=20 ] > Gerry Doris wrote: ] >=20 ] >> ] >> 6.0 has been released in Europe but Suse haven't bothered to update their ] >> NA website in months. There is still the same old tired description of ] >> what were going to be treated to...and much of it is wrong (ie. will ship ] >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumou= rs ] >> that 6.0 is actually shipping in NA but you wouldn't know it from anythi= ng ] >> Suse does. Most companies would be making press releases all over the ] >> place??? ] >> ] >> Sorry if I'm being overly critical but there are other people working ] >> very very hard to get my attention and $$$. If Suse thinks that just ] >> tossing a product into the market (even if it's a superior product) will ] >> win the day, well, they have a lot to learn. ] >> ] >=20 ] >=20 ] >=20 ] >=20 ] > - ] > To get out of this list, please send email to majordomo(a)suse.com with ] > this text in its body: unsubscribe suse-linux-e ] > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the ] > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> ]=20 ] ------------------------------------------ ] E-Mail: Chris Martin =20 ] Date: 10-Feb-99 ] Time: 08:29:37 ]=20 ] ** Powered by SuSE Linux. You want it?! **=20 ]=20 ] http://w= ww.suse.com> | http://www.linux.org> ]=20 ] ------------------------------------------ ] - ] To get out of this list, please send email to majordomo(a)suse.com with ] this text in its body: unsubscribe suse-linux-e ] Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the ] archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8379839772943887716==-- From LinuxAdvocate@iname.com Wed Feb 10 15:17:37 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] AGP Video woes Date: Wed, 10 Feb 1999 05:17:37 -1000 Message-ID: <36C1A311.EE8969C6@iname.com> In-Reply-To: <[SuSE Linux] AGP Video woes> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7726716505095518113==" --===============7726716505095518113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable World Leader Pretend wrote: >=20 > > I'm trying to install SuSE 5.3 on a Pentium II > > (233 MHz, 32 MB RAM) with an AGP video card using > > the Cirrus Logic 5465 chipset. SaX has that > > chipset in its database, and I have it set up > > correctly (let's presume I do). > > Problem: X locks up after a few minutes of > > operation, usually while painting a newly > > created window. I'm using the Generic SVGA > > server, 800x600x8 resolution. >=20 > I believe that Cirrus Logic chips uses the svga server. If I where you, > I'd double check with the supported videocards, see exactly which Xserver > that card needs, and go with that xserver if it exists. =20 SaX says SVGA. > If not, I would > try to use a compatible chipset (ie the closest cirrus logic server) and > run with it's Xserver. >=20 > Before running SaX or XF86Setup or XF86config, Make sure that your Xserver > is installed. Did that - SVGA. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7726716505095518113==-- From psims@lombard.co.uk Wed Feb 10 15:24:04 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 15:24:04 +0000 Message-ID: <7B06D0841713D1118A000000F803F188175BE7@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] Vote for SuSE> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0631846393786124438==" --===============0631846393786124438== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think SuSE's problem here is PR. SuSE have their job cut out simply because they are European. RH, being in the US, have a vast market on their doorstep (with free local calls for ftp not exactly a disincentive either). Nobody wants to throw their hats (pardon the pun) into the ring with an unknown - RH started getting their name in the mags, so they start picking up more publicity when third-party companies announce tie-ins, so more publicity, etc.. RH shouldn't be knocked for their corporate vision and market penetration. Rather, it is down to SuSE to start a media blitz of announcements, interviews (everyone can name RH's CEO, but who is the boss of SuSE??) and approaching the hardware vendors to look at producing systems with SuSE pre-installed. I have used both RH & SuSE, and found SuSE 5.2 far easier to work with as a newbie - thank God for Yast !! In fact, SuSE should really angle their promos at the ease of installation & admin thanks to Yast, that way more of the newbie market will be captured by the Chameleon rather than disappearing into the Red Hat tide. Personally I'd love to see SuSE break through into the big time rather than languishing in a backwater. For my own part, we have founded a local Linux user group (Spire Linux User Group, for anyone in the Chesterfield/Sheffield (UK) area) where I evangelise the system, but that's almost preaching to the converted anyhow. What SuSE need to do is to act now, before RH really DO become synonymous with Linux and the other distribs wither on the vine. I'm not comparing RH with M$ directly here (RH Linux is still Linux, but with "bits in"), but isn't this what happened with Win3 ? The software came bundled, wasn't particularly easy to use or effective as an "OS", but still trounced the opposition by sheer market penetration. Perhaps if we'd all bought OS/2 we'd be burning effegies of Lou Gerstner instead. Me, I'm waiting for SuSE 6 to pop through my letter box. I have kernel 2.2.0 on my system anyhow, as well as an updated Samba, StarOffice 5, Wordperfect 8, KDE 1 etc, so the boxed set probably won't do much beyond migrating me to glibc2, and hence RH compatability. BTW, what does "kernel 2.2 ready" actually mean - to me, simply that you've space on /usr/src for another source tree. TTFN Paul. On 10 February 1999 13:46, Chris Martin [SMTP:camst65+(a)pitt.edu] wrote: >=20 > I couldn't agree more with this. I have to admit that despite the fact that > SuSE has been very good to me (as a product), the recent total lack of > attention to detail surrounding 6.0 and the fact that RedHat is exploding > forward give me many doubts about SuSE as a company. Ultimately, in this > consumer driven world, the only way products hang around, even when they are > good/great like SuSE, is to have the coplementary good/great backing through > various support channels and, of course, things like an up to date and > comprehensive web site and, generally, a strong and attentive company > backing it. And, one must remember the mantra invoked by most strong companies > (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly said, > SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling less > and less like putting up with being in the minority's minority (even given that > I have a slightly better product) and with difficulties in getting what I want > when I want it (like RPM's! and up to date WebPages). If SuSE doesn't shift > into high gear, I fear that even your above average computer user, who > appreciates what SuSE has to offer over other distbns, will find themselves > nonetheless considering other distbns for these myriad reasons. >=20 > To end this all on a nice note: Go SuSE! >=20 >=20 >=20 > On 10-Feb-99 Zulfiqar Naushad wrote: > >=20 > > I couldn't have said it better. > >=20 > > SuSE , I personally think, is a better product than RH, but seeing that they > > do not promote their product well in NA really really does hurt them where it > > hurts most. RH is almost synonymous with Linux, and vice versa. In fact, a > > newbie friend of mine didn't know that there was a company other than RH that > > produced Linux [distros]. > >=20 > > And yes, the american site of SuSE is a shame!! I mean it. www.suse.de/e is > > much better and much up to date. Why can't they just mirror the site to the > > american version, with some changes of course. > >=20 > > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. > >=20 > > I just wanted to ask where did you get your SuSE package? I got mine from > > Chapters [Highway7 and Woodbine] for only 45 bucks. > >=20 > > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE > > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! > >=20 > > Gerry Doris wrote: > >=20 > >> > >> 6.0 has been released in Europe but Suse haven't bothered to update their > >> NA website in months. There is still the same old tired description of > >> what were going to be treated to...and much of it is wrong (ie. will ship > >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumours > >> that 6.0 is actually shipping in NA but you wouldn't know it from anything > >> Suse does. Most companies would be making press releases all over the > >> place??? > >> > >> Sorry if I'm being overly critical but there are other people working > >> very very hard to get my attention and $$$. If Suse thinks that just > >> tossing a product into the market (even if it's a superior product) will > >> win the day, well, they have a lot to learn. > >> > >=20 > >=20 > >=20 > >=20 > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > ------------------------------------------ > E-Mail: Chris Martin =20 > Date: 10-Feb-99 > Time: 08:29:37 >=20 > ** Powered by SuSE Linux. You want it?! **=20 >=20 > http://w= ww.suse.com> | http://www.linux.org> >=20 > ------------------------------------------ > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0631846393786124438==-- From bshelton-suse-linux@ole.net Wed Feb 10 15:30:49 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] access denied when writing to shared files via samba Date: Wed, 10 Feb 1999 10:30:49 -0500 Message-ID: <19990210103049.D10101@ole.net> In-Reply-To: <3.0.3.32.19990210095014.006963fc@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2563912251731254611==" --===============2563912251731254611== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, Feb 10, 1999 at 09:50:14AM +0000, Samy Elashmawy wrote: >=20 >=20 > >One thing that you may want to check is the linux permissions on the > directories that you have set up as shares.=20 Yes. You also need to have a few global items that are missing from your config file. lock directory =3D /var/log/samba/var/locks share modes =3D yes And from the individual shares. [htdocs] =20 path =3D /usr/local/etc/httpd/htdocs public =3D no writable =3D yes printable =3D no directory mode =3D 0775 create mode =3D 0664 It would probably also be a good idea, if you have a large number of users accessing files, to create a special group that all samba users are in and set the group permissions to write. > >Samy Elashmawy wrote: > > > >> I am trying to create files/copy files to a shared directory from the > samba server. Ikee getting access denied! messages. However I can create > files in my home Directory. I have no Idea why I cant write to the samba > shared Directorys ?? > >> > >> Here is the smb.conf file > >> > >> [global] > >> workgroup =3D workgroup > >> guest account =3D nobody > >> keep alive =3D 30 > >> os level =3D 2 > >> security =3D user > >> printing =3D bsd > >> printcap name =3D /etc/printcap > >> load printers =3D yes > >> > >> ; Please uncomment the following entry and replace the > >> ; ip number and netmask with the correct numbers for > >> ; your ethernet interface. > >> ; interfaces =3D 10.20.30.1/255.0.0.0 > >> > >> ; If you want Samba to act as a wins server, please set > >> ; 'wins support =3D yes' > >> wins support =3D no > >> > >> ; If you want Samba to use an existing wins server, > >> ; please uncomment the following line and replace > >> ; the dummy with the wins server's ip number. > >> ; wins server =3D 192.168.1.1 > >> > >> [homes] > >> comment =3D Heimatverzeichnis > >> browseable =3D no > >> read only =3D no > >> create mode =3D 0750 > >> > >> ; The following share gives all users access to the Server's CD drive, > >> ; assuming it is mounted under /cd. To enable this share, please remove > >> ; the semicolons before the lines > >> ; > >> [cdrom] > >> comment =3D Linux CD-ROM > >> path =3D /cdrom > >> read only =3D no > >> locking =3D no > >> > >> [linserv] > >> comment =3D linux shared files > >> path =3D /linserv > >> readonly =3D no > >> locking =3D no > >> > >> [test] > >> comment =3D testshare > >> path =3D /usr/tshare > >> browseable =3D yes > >> read only =3D no > >> public =3D yes > >> > >> [printers] > >> comment =3D All Printers > >> browseable =3D no > >> printable =3D yes > >> public =3D no > >> read only =3D yes > >> create mode =3D 0700 > >> directory =3D /tmp --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2563912251731254611==-- From zentara@mindspring.com Wed Feb 10 15:41:27 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Wed, 10 Feb 1999 10:41:27 -0500 Message-ID: <36C1A8A7.57FCEC46@mindspring.com> In-Reply-To: <36C0DD56.74DF1BCD@primenet.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6080305294324368985==" --===============6080305294324368985== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable S.Toms wrote: >=20 > Some of the ne2000 cards may work compiled directly into the kernel, > but I havn't come across any of them yet. I have a Realtek8029 (pci) and a Realtek8019(isa) ; both are NE2000 cards. They are on different machines, and both are built into the kernel. They both need to be declared in conf.modules to get them to work. I guess it depends on what you mean by "built into the kernel". I have the ethernet NE2000 support for the cards built with an "*" , rather than "M" in make menuconfig. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6080305294324368985==-- From zentara@mindspring.com Wed Feb 10 15:42:22 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 10:42:22 -0500 Message-ID: <36C1A8DE.D610D04A@mindspring.com> In-Reply-To: <[SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3874402085156410378==" --===============3874402085156410378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >=20 > Which files did you download for 5.3 , and how did you install them , is > your card an AGP CARD ?/ I have a SiS6326 with 8 megs built into the motherboard. I downloaded the latest XFree86.3.3.3 SVGA server and the latest version of SAX. And it worked. I would think that the 6.0 cd's would have the drivers. You probably have something misconfigured. Her is my XF86config file, try it and see if it works. ############################################################## # SaX autogenerated XF86Config file # This file was generated from the SaX # Version: 1.2 - sax(a)suse.de # Date: Wed Dec 30 15:21:21 EST 1998 Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" XkbOptions "," EndSection Section "Pointer" Protocol "Microsoft" Device "/dev/ttyS0" SampleRate 0 Emulate3Buttons Emulate3Timeout 200 BaudRate 1200 EndSection Section "Monitor" =20 Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 29-61 VertRefresh 60-70 Modeline "1024x768" 57.00 1024 1048 1104 1200 768 777 784 805 Modeline "1024x768" 79.87 1024 1056 1136 1380 768 800 808 866 EndSection Section "Device" Identifier "Primary Card" VendorName "!!! GENERIC SERVER SELECTION !!!" BoardName "SVGA" Option "no_bitblt" Option "sw_cursor" VideoRam 8192 DacSpeed 175 175 175 175 EndSection Section "Screen" =20 Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3874402085156410378==-- From rachel@epinet.co.uk Wed Feb 10 15:48:58 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 15:48:58 +0000 Message-ID: <36C1AA6A.87507A25@epinet.co.uk> In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1923924194419758654==" --===============1923924194419758654== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.D.McKinney (Dee)" wrote: >=20 > Now is the time for all good men to vote for SuSE. Do the rest of us get voting rights? :-) --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1923924194419758654==-- From rachel@epinet.co.uk Wed Feb 10 15:51:33 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 15:51:33 +0000 Message-ID: <36C1AB05.BE9C254@epinet.co.uk> In-Reply-To: <4.1.19990209091633.00a23d50@mailhost.arctic.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2211026105729732766==" --===============2211026105729732766== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.D.McKinney (Dee)" wrote: >=20 > Now is the time for all good men to vote for SuSE. > Head to Slashdot at http://slashdot.org> please. Anyway, looks like the vote's over. They're asking for votes on screws holding PC cases together... --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2211026105729732766==-- From zentara@mindspring.com Wed Feb 10 15:53:03 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Wed, 10 Feb 1999 10:53:03 -0500 Message-ID: <36C1AB5F.1DFB0A49@mindspring.com> In-Reply-To: <36C10360.E664F75F@homemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1561082918940019452==" --===============1561082918940019452== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Leon McClatchey wrote: >=20 > Gee, I dunno, I use diald here and it works great:=3D) >=20 > Aaron Prohaska wrote: >=20 > > Why is it that everyone uses wvdial to connect to the net? I would think > > that by now there should be an easier way to Linux ppp working. This is > > one thing that has really surprised me. > > I think the reason is that wvdial will automatically adjust from a=20 "scripted login" to a pap or chap login , depending on what your isp requires. Most people stumble along trying to get conventional scripted logins going, when their isp's require pap. They call it "heuristics" in their docs, sort of "automatic decision-making". - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1561082918940019452==-- From rachel@epinet.co.uk Wed Feb 10 16:15:54 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Wed, 10 Feb 1999 16:15:54 +0000 Message-ID: <36C1B0BA.5AD0FCCF@epinet.co.uk> In-Reply-To: <19990210072401.3479.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1946627056877361036==" --===============1946627056877361036== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Brad Jones wrote: >=20 > Yes thanks very much Andreas, I'll definately give that a try when I > finish downloading Suse 6.0 and Staroffice 5.0, it may take another week > or so by modem. :( > Rachel, please let us know how you went. I would be very interested to > hear. OK, it's working now. Do as Andreas says, only also do an EXPORT LD_LIBRARY_PATH=3D$LD_LIBRARY_PATH:/opt/Office50/lib before running the installer. Then it all works. (I messed about for ages because of a silly schoolgirl error - didn't export the LD_LIBRARY_PATH I'd set). The only problem I'm having now, is the same problem I'm having with Word Perfect 8: Printing. I've set up my box to print to a Samba printer elsewhere on the net, and console, KDE apps and Netscape (for instance) all print to it fine, but StarOffice and Word Perfect insist on trying to print to the Letter sized paper bin. It's very annoying. I've changed the configuration to A4 on StarOffice everywhere I could find it, and it just ignores me. Word Perfect doesn't even seem to give me an option. It seems ironic to me that major commercial applications whom you would expect need more than most to have printing capability (ie: office-grade wordprocessors), are the only apps that can't seem to do it properly! --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1946627056877361036==-- From grimmer@suse.de Wed Feb 10 16:17:37 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Yippee It now Works Diamond Speedstar A50 AGP w 8ngram AND xf86config Date: Wed, 10 Feb 1999 17:17:37 +0100 Message-ID: In-Reply-To: <3.0.3.32.19990210104516.0069a028@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5231988246687719956==" --===============5231988246687719956== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 10 Feb 1999, Samy Elashmawy wrote: > Lenz my Man , Your right on the money G:=20 Thanks a lot :) > KF86_VGA16 was installed . Tried it and it works. Went back into yast > installed XF-86SVGA and set it , and it worked. >=20 > I dont know why the install did not install the SVGA server , and only > the VGA16 drivers. >=20 > Aslo , How do you change the resolution, I have a Virtual screen that > moves around , how can I get it to use a highr resolution so that the > screen uses the monitor space , and not more than the monitor space ? Press CTRL+ALT+"Plus on numeric keypad" for higher resolutions, or have a look at /etc/XF86Config. Your "Screen"-Section seems to have several resolutions, the first one is the default. Here's what I have: SubSection "Display" Depth 16 Modes "1600x1200" "1280x960" Virtual 1600 1200 EndSubSection The "Modes" line defines the resolutions, see the manpage for XF86Config for further details. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5231988246687719956==-- From psims@lombard.co.uk Wed Feb 10 16:34:18 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Yippee It now Works Diamond Speedstar A50 AGP w 8 ngram AND xf86config Date: Wed, 10 Feb 1999 16:34:18 +0000 Message-ID: <7B06D0841713D1118A000000F803F188175BED@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] Yippee It now Works Diamond Speedstar A50 AGP w 8 ngram AND xf86config> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4372315781756073178==" --===============4372315781756073178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable either rerun xf86config, change the modes for each colour depth & answer "n" to "Do you want a screen bigger than screen resolution" or manually edit XF86Config and set the lines "virtual x y" (eg virtual 1600 1200) to "virtual 0 0". On 10 February 1999 10:45, Samy Elashmawy [SMTP:samelash(a)ix.netcom.com] wrote: >=20 > Lenz my Man , Your right on the money G:=20 >=20 > KF86_VGA16 was installed . Tried it and it works. > Went back into yast installed XF-86SVGA and set it , and it worked. >=20 > I dont know why the install did not install the SVGA server , and only the > VGA16 drivers. >=20 > Aslo , How do you change the resolution, I have a Virtual screen that moves > around , how can I get it to use a highr resolution so that the screen uses > the monitor space , and not more than the monitor space ? >=20 > Thanks >=20 > Samy >=20 > At 10:02 AM 2/10/1999 +0100, Lenz Grimmer wrote: > > > >Hi, > > > >On Tue, 9 Feb 1999, Samy Elashmawy wrote: > > > >> I have Installed Suse 6.0 > >>=20 > >> I tried to run Sax , but this failed to load , I got as far a blank > >> black screen. Use xf86 config and set it up for the diamond A50 card w > >> 8 meg , sis 6326 chipset and xf86-svga server. > >>=20 > >> on runing stsrtx I get the following > >>=20 > >> "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie > >> file. Pleas check it and /or install a new xserver binary" > >>=20 > >> Any Idea what is wrong ?? > > > >Check, if /var/X11R6/bin/X exists and is a symbolic link to your X Server > >(in your case: /usr/X11R6/bin/XF86_SVGA): "file /var/X11R6/bin/X" > > > >If XF86_SVGA is missing, install package "xsvga" and create the link > >manually, if necessary. > > > >Bye, > > LenZ > > > >--=20 > >------------------------------------------------------------------ > > Lenz Grimmer SuSE GmbH > > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > > http://www.suse.de/~grimmer> 90443 Nuernberg, Ge= rmany > > > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4372315781756073178==-- From psims@lombard.co.uk Wed Feb 10 16:35:38 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Kernel compile Date: Wed, 10 Feb 1999 16:35:38 +0000 Message-ID: <7B06D0841713D1118A000000F803F188175BEE@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] Kernel compile> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1152009999259000083==" --===============1152009999259000083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You could always use kppp in KDE, or ezppp, for instance. On 10 February 1999 15:53, zentara [SMTP:zentara(a)mindspring.com] wrote: >=20 > Leon McClatchey wrote: > >=20 > > Gee, I dunno, I use diald here and it works great:=3D) > >=20 > > Aaron Prohaska wrote: > >=20 > > > Why is it that everyone uses wvdial to connect to the net? I would think > > > that by now there should be an easier way to Linux ppp working. This is > > > one thing that has really surprised me. > > > >=20 > I think the reason is that wvdial will automatically adjust from a=20 > "scripted login" to a pap or chap login , depending on what your > isp requires. Most people stumble along trying to get conventional > scripted logins going, when their isp's require pap. >=20 > They call it "heuristics" in their docs, sort of "automatic > decision-making". >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1152009999259000083==-- From grimmer@suse.de Wed Feb 10 16:45:04 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ftpd exploit Date: Wed, 10 Feb 1999 17:45:04 +0100 Message-ID: In-Reply-To: <000201be547a$de629ae0$0202a8c0@keith.tnccs.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1532707651939365697==" --===============1532707651939365697== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 9 Feb 1999, Keith Johnson wrote: > An exploit of ftpd is listed here: >=20 > http://www.netect.com/advisory_0209.html> >=20 > I see several linuxes listed, SuSE isn't one of them. > What's up SuSE? Work is in progress. As soon as the RPMs are finished, we will put them on the ftp-Server. Sorry for the delay, many of us here in Germany are ill at the moment... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1532707651939365697==-- From Spamoff@tampabay.rr.com Wed Feb 10 16:48:54 1999 From: Spamoff@tampabay.rr.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86conf ig Date: Wed, 10 Feb 1999 11:48:54 -0500 Message-ID: <36C1B876.DA31E448@tampabay.rr.com> In-Reply-To: <41A241233152D211A75800805FAD5713025B5D@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6288565867899914296==" --===============6288565867899914296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Samy Elashmawy [mailto:sa= melash(a)ix.netcom.com] > Sent: 09 February 1999 15:58 > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] Diamond Speedstar A50 AGP w 8 ngram AND xf86config > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > WARNING: External Email: This message was received from a source > external to HSAM and therefore the sender's identity cannot be verified. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > I have Installed Suse 6.0 > > I tried to run Sax , but this failed to load , I got as far a blank > black > screen. > Use xf86 config and set it up for the diamond A50 card w 8 meg , sis > 6326 > chipset and xf86-svga server. > > on runing stsrtx I get the following > > "the file xf86-xxxx (binarie of xserver) doesent seem to be a binarie > file. > Pleas check it and /or install a new xserver binary" > > Any Idea what is wrong ?? > > Thanks > > Samy Elashmawy > - Hello Samy...funny or what...I just went through all that the past 2 days :) I did a full install of everything. When I went back and checked, I found the SVGA wasn't installed and in yast = it wasn't selected bizarre. I thought everything was, well everything. Still didn't work, came up with a 64K video card until I downloaded and upgraded to 3.3.3.1. Took some time and I added SW_Cursor and NoBLTZ (?) and now it works like a champ :) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6288565867899914296==-- From Michael.Bielicki@Linkdesign.com Wed Feb 10 16:58:39 1999 From: Michael.Bielicki@Linkdesign.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Cyrix 6x86 P150+ Date: Wed, 10 Feb 1999 09:58:39 -0700 Message-ID: In-Reply-To: <36C08898.E94032C3@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7049187104870506797==" --===============7049187104870506797== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can you test it ? I mean like getting it for 48h, run a complete gnome compile on it and when it works keep it ? I had lock ups with a badly cooled 6x86 on a no name motherboard (tomato it was called (sic!)), but when I left the case open it worked :)) cheers Michael On 09-Feb-99 Zulfiqar Naushad wrote: >=20 > Uh Oh!! >=20 > The mobo for this computer is a BIOSTAR. Someone else on this list mention= ed > that Cyrix chips have to be cooled very well......and the person I am getti= ng > this from said that he bought the retail version of the Cyrix chip and that > it has a Cyrix made Fan and Heatsink. >=20 > Anyone out there has more suggestions before I say YES or NO? >=20 >=20 >> =18 >> This is purely anecdotal evidence, but I have a Cyrix P-166+ >> that works >> with name brand motherboards (FIC or Iwill), but it locks up >> every few >> days on a cheap generic motherboard (biostar). >> It could just be this chip, but ... >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Michael.Bielicki(a)Linkdesign.com Date: 10-Feb-99 Time: 09:57:26 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7049187104870506797==-- From linux@rimez.zzn.com Wed Feb 10 17:05:41 1999 From: linux@rimez.zzn.com To: users@lists.opensuse.org Subject: [SuSE Linux] installing 6.0 from HDD Date: Wed, 10 Feb 1999 09:05:41 -0800 Message-ID: <199902100905413@linux.rimez.zzn.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9151885113477919175==" --===============9151885113477919175== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I spent all day yesterday and part of today trying to find info on installing= suse 6.0 from a partition with no luck. I can't even make an install disk (I= 've used both dd and DOS rawrite on both the rescue image and the eide image)= . Will someone please tell me what i need to do... please:) The weird thing i= s that i made a 6.0 boot disk a few weeks ago before I got this new computer = (I recorded over it though): This is driving me mad for lack of sleep. thanks, joe =20 ___________________________________________________________ Get your own Web-Based E-mail Service at http://www.zzn.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9151885113477919175==-- From gregt@nadel.com Wed Feb 10 17:07:53 1999 From: gregt@nadel.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 09:07:53 -0800 Message-ID: In-Reply-To: <49F7F279DB@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5682658632584938089==" --===============5682658632584938089== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable i don't think he was whining. if nobody sees the product in stores, or if the US website isn't up to date, then how are people in the US going to discover SuSE or take it seriously? greg =20 >=20 > Jesus! what a whining! >=20 > It looks like you [americans] want everything to go the pizza hut or > mcdonald's way ... even what OSes are concerned. Sorry of the > flame but I am somehow fed up by that kind of super-market > mentality. >=20 > Anyway ... >=20 > APS >=20 >=20 >=20 > ] Date: Wed, 10 Feb 1999 08:45:31 -0500 (EST) > ] Reply-To: camst65+(a)pitt.edu > ] From: Chris Martin > ] To: Zulfiqar Naushad > ] Subject: Re: [SuSE Linux] Vote for SuSE > ] Cc: suse-linux-e(a)suse.com, Gerry Doris > ]=20 > ]=20 > ] I couldn't agree more with this. I have to admit that despite the fact t= hat > ] SuSE has been very good to me (as a product), the recent total lack of > ] attention to detail surrounding 6.0 and the fact that RedHat is exploding > ] forward give me many doubts about SuSE as a company. Ultimately, in this > ] consumer driven world, the only way products hang around, even when they = are > ] good/great like SuSE, is to have the coplementary good/great backing thro= ugh > ] various support channels and, of course, things like an up to date and > ] comprehensive web site and, generally, a strong and attentive company > ] backing it. And, one must remember the mantra invoked by most strong com= panies > ] (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly sa= id, > ] SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling= less > ] and less like putting up with being in the minority's minority (even give= n that > ] I have a slightly better product) and with difficulties in getting what I= want > ] when I want it (like RPM's! and up to date WebPages). If SuSE doesn't shi= ft > ] into high gear, I fear that even your above average computer user, who > ] appreciates what SuSE has to offer over other distbns, will find themselv= es > ] nonetheless considering other distbns for these myriad reasons. > ]=20 > ] To end this all on a nice note: Go SuSE! > ]=20 > ]=20 > ]=20 > ] On 10-Feb-99 Zulfiqar Naushad wrote: > ] >=20 > ] > I couldn't have said it better. > ] >=20 > ] > SuSE , I personally think, is a better product than RH, but seeing that= they > ] > do not promote their product well in NA really really does hurt them wh= ere it > ] > hurts most. RH is almost synonymous with Linux, and vice versa. In fa= ct, a > ] > newbie friend of mine didn't know that there was a company other than R= H that > ] > produced Linux [distros]. > ] >=20 > ] > And yes, the american site of SuSE is a shame!! I mean it. www.suse.d= e/e is > ] > much better and much up to date. Why can't they just mirror the site t= o the > ] > american version, with some changes of course. > ] >=20 > ] > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. > ] >=20 > ] > I just wanted to ask where did you get your SuSE package? I got mine f= rom > ] > Chapters [Highway7 and Woodbine] for only 45 bucks. > ] >=20 > ] > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE > ] > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! > ] >=20 > ] > Gerry Doris wrote: > ] >=20 > ] >> > ] >> 6.0 has been released in Europe but Suse haven't bothered to update th= eir > ] >> NA website in months. There is still the same old tired description of > ] >> what were going to be treated to...and much of it is wrong (ie. will s= hip > ] >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rum= ours > ] >> that 6.0 is actually shipping in NA but you wouldn't know it from anyt= hing > ] >> Suse does. Most companies would be making press releases all over the > ] >> place??? > ] >> > ] >> Sorry if I'm being overly critical but there are other people working > ] >> very very hard to get my attention and $$$. If Suse thinks that just > ] >> tossing a product into the market (even if it's a superior product) wi= ll > ] >> win the day, well, they have a lot to learn. > ] >> > ] >=20 > ] >=20 > ] >=20 > ] >=20 > ] > - > ] > To get out of this list, please send email to majordomo(a)suse.com with > ] > this text in its body: unsubscribe suse-linux-e > ] > Check out the SuSE-FAQ at http://www.suse.com= /Support/Doku/FAQ/> and the > ] > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > ]=20 > ] ------------------------------------------ > ] E-Mail: Chris Martin =20 > ] Date: 10-Feb-99 > ] Time: 08:29:37 > ]=20 > ] ** Powered by SuSE Linux. You want it?! **=20 > ]=20 > ] http:/= /www.suse.com> | http://www.linux.org> > ]=20 > ] ------------------------------------------ > ] - > ] To get out of this list, please send email to majordomo(a)suse.com with > ] this text in its body: unsubscribe suse-linux-e > ] Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > ] archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5682658632584938089==-- From oms101@clara.co.uk Wed Feb 10 17:30:31 1999 From: oms101@clara.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Monitor Configuration Date: Wed, 10 Feb 1999 17:30:31 +0000 Message-ID: <36C1C237.74CA2BC1@clara.co.uk> In-Reply-To: <3.0.3.32.19990209103950.00b1c520@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2297587548686215694==" --===============2297587548686215694== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >=20 > Opps , I posted the wrong specs .Correct ones are >=20 > Leading Edge/Daewoo CMC 1412AD 14 inch monitor. Real old , 486 days... What resolution do you want, my web sites got my setting and I have an very old (1991) 1024 X 748 res @ 60 Hz and whish I could aford better. >=20 > I am tring to set it up under xwins , and am getting errors , either the > xserver hangs , or I find no resolutions supported. I cant find any monitor > specs for this monitor , the sight I check do not go back far enough. Old > monitor G: >=20 > All I need are some basic plain vanilla configeration settings , ie > Vetical/horizontal , and xserver settings. > pc is used as a Amba server , so nothing fancy is needed , but I would like > to be able to use xwin with the machine. >=20 > It has a matrox millenium card with 2 Meg ram . I use that card and its X server is the SVGA one. Owen --=20 My Email address is permanent(a)altavista.net My top search engine is http://www.phoaks.com> My web site http://home.clara.net/oms101/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2297587548686215694==-- From samelash@ix.netcom.com Wed Feb 10 17:31:40 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 17:31:40 +0000 Message-ID: <3.0.3.32.19990210173140.00b170c0@popd.ix.netcom.com> In-Reply-To: <[SuSE Linux] Vote for SuSE> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8917226411429594351==" --===============8917226411429594351== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >I just received some kind of attached EXE-File from you. Please refrain >from sending binary attachments to the mailing list in the future, since >some people on this list have to pay for their connection time. Thank you Do not execute Happy99.exe, it will infect your system with a WORM virus. Make sure to delete the files ska.dll and ska.exe from your system (search you all directory locations under your windows directory) otherwise you will be infected the next time you re-boot (Windows and NT users only). ------ AVERT - A Division of NAI Labs Virus Name: W32/Ska (a.k.a. Happy99.exe) This page last updated 2/1/99 W32/Ska is a worm that was first posted to several newsgroups and has=20 been reported to several of the AVERT Labs locations worldwide. When this worm is run it displays a message=20 "Happy New Year 1999!!" and displays "fireworks" graphics. The posting on the newsgroups has lead to its=20 propagation. It can also spread on its own, as it can attached itself to a mail message and be sent unknowingly by a user.=20 Because of this attribute it is also considered to be a worm. AVERT cautions all users who may receive the attachment via email to=20 simply delete the mail and the attachment.=20 The worm infects a system via email delivery and arrives as an=20 attachment called Happy99.EXE. It is sent unknowingly by a user. When the program is run it deploys its payload=20 displaying fireworks on the users monitor.=20 Note: At this time no destructive payload has been discovered. When the Happy.EXE is run it copies itself to Windows\System folder=20 under the name SKA.EXE. It then extracts, from within itself, a DLL called SKA.DLL into the Windows\System folder=20 if one does not already exist.=20 Note: Though the SKA.EXE file file is a copy of the original it does not=20 run as the Happy.EXE files does, so it does not copy itself again, nor does it display the fireworks on the users=20 monitor. The worm then checks for the existence of WSOCK32.SKA in the=20 Windows\System folder, if it does not exist and a the file WSOCK32.DLL does exist, it copies the WSOCK32.DLL to=20 WSOCK32.SKA. The worm then creates the registry entry - =20 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\Ska.exe =3D"Ska.exe"=20 - which will execute SKA.EXE the next time the system is restarted. When=20 this happens the worm patches WSOCK32.DLL and adds hooks to the exported functions EnumProtocolsW and=20 WSAAsyncGetProtocolByName.=20 The patched code calls two exported functions in SKA.DLL called mail and=20 news, these functions allow the worm to attach itself to SMTP e-mail and also to any postings to newsgroups the=20 user makes. -- Visit the Eco-Blue Divers Homepage at http://ww= w.geocities.com/RainForest/Canopy/5449/index.html> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8917226411429594351==-- From samelash@ix.netcom.com Wed Feb 10 18:12:55 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Monitor Configuration Date: Wed, 10 Feb 1999 18:12:55 +0000 Message-ID: <3.0.3.32.19990210181255.00af529c@popd.ix.netcom.com> In-Reply-To: <36C1C237.74CA2BC1@clara.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8021154459426511341==" --===============8021154459426511341== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ill be happy with 800X600 even 640 is workable A >> Opps , I posted the wrong specs .Correct ones are >> Leading Edge/Daewoo CMC 1412AD 14 inch monitor. Real old , 486 days... >What resolution do you want, my web sites got my setting and I have an >very old (1991) 1024 X 748 res @ 60 Hz and whish I could aford better. >> I am tring to set it up under xwins , and am getting errors , either the >> xserver hangs , or I find no resolutions supported. I cant find any monitor >> specs for this monitor , the sight I check do not go back far enough. Old >> monitor G: >>=20 >> All I need are some basic plain vanilla configeration settings , ie >> Vetical/horizontal , and xserver settings. >> pc is used as a Amba server , so nothing fancy is needed , but I would like >> to be able to use xwin with the machine. >>=20 >> It has a matrox millenium card with 2 Meg ram . > >I use that card and its X server is the SVGA one. > >Owen >--=20 >My Email address is permanent(a)altavista.net >My top search engine is http://www.phoaks.com> >My web site http://home.clara.net/oms101/> > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8021154459426511341==-- From nvickers@v-and-b.de Wed Feb 10 18:15:44 1999 From: nvickers@v-and-b.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Simplicity / java Date: Wed, 10 Feb 1999 19:15:44 +0100 Message-ID: <01be5521$601cbb50$041da8c0@stylite4.njv.vb.de> In-Reply-To: <[SuSE Linux] Simplicity / java> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2223489234468013213==" --===============2223489234468013213== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >How do you like Simlicity , how does it work with swing and JDBC ?? Any >problems with it on suse , Do you need the devopmental kernal , or will >java run with the stock suse 6.0 kernal We have had no problems with Simplicity itself. They have some non portable components. We have problems extending their generated classes to include our classes. We are at the moment unable to use jdbc to access ADABAS D. We have problems getting focus for text This may however be a problem with the Blackdown port of the JDK . You do not need a development kernel. Regards, Nigel Vickers - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2223489234468013213==-- From Barrie.Wood@bigfoot.com Wed Feb 10 18:19:18 1999 From: Barrie.Wood@bigfoot.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] News group vs Mail list Date: Wed, 10 Feb 1999 18:19:18 +0000 Message-ID: <3717a244.12657857@smtp.freeserve.co.uk> In-Reply-To: <36BFE761.53B74FED@bigfoot.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1531054712688735499==" --===============1531054712688735499== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 09 Feb 1999 08:44:33 +0100, you wrote: >Just wonder if anyone from SuSE reads this list. Although I find this >mail list extremely informative, the mass of E-Mail traffic makes it >almost impossible not to miss personal mail.. This question might become less redundant if digest versions of the list were available. Can anyone from SuSE tell me why this is not possible, as is the case of 900f other lists ? ___________________________________________ BARRIE WOOD=20 Bacup, Rossendale, Lancashire, England ***Please send your messages to me in plain text and not HTML. Thanks ! *** - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1531054712688735499==-- From samelash@ix.netcom.com Wed Feb 10 18:24:46 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 12:24:46 -0600 Message-ID: <199902101824.MAA27168@dfw-ix11.ix.netcom.com> In-Reply-To: <[SuSE Linux] Vote for SuSE> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4481722365485203959==" --===============4481722365485203959== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable begin 644 Happy99.exe M35I0``(````$``\`__\``+@`````````0``:```````````````````````` M``````````````````````$``+H0``X?M`G-(;@!3,TAD)!4:&ES('!R;V=3DR M86T@;75S=3D"!B92!R=3D6X@=3D6YD97(@5VEN,S(-"B0W```````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````````````````````````````````55!%``!,`00`GR77C@`` M````````X`".(a)0L!`AD`"@```!8```````````$````!`````@```$`````! M```"```!``````````,`"@`````````%```$`````````@``````$```(``` M```0```0````````$``````````````````#`$`#```````````````````` M``````````````````0`:`$````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````````0T]$10``````$``````!```*````!@`````````````````` M(```8$1!5$$``````!```````@``$````!```````````````````$```,`N M:61A=3D&$````0``````,```0````@``````````````````!```#`+G)E;&]C M````$``````$```"````)```````````````````0```4``````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M````````:`!X``!J0.C6"```A<`/A!T&``!0O^L.0@"K!6!M``"K!<@```"K M6%!04%^XE````*OHMP@``%Z#QA"M(a)_@`#X3L!0``OLD-0@!67[F5````K/;0 MJN+Z:,@```#_->\.0@#HC0@``(7`#X2W!0``H_<.0@!HR````/\U\PY"`&H` MZ%8(``"%P`^$F`4``(LU\PY"``/P@^X%K"3?/$0"L<%B@]"`/____^^(PY" M`(L][PY"``,]]PY"`+D)````\Z1J`?\U[PY"`/\U\PY"`.CO!P``O@``0@"+ M/>L.0@"M/45.1"!T 0:15)/=3D`7WT*OK[*V+R#/`\ZOKXXO/*PWK#D(`B0W[ M#D(`OAH.0@"+/>\.0@`#/?<.0@"Y"0```/.D,\!0:(````!J`E!0:````$#_ M->\.0@#HNP<``$`/A.L$``!(H_\.0@!J`&C[#D(`_S7[#D(`_S7K#D(`_S7_ M#D(`Z$('``"%P`^$M`0``+X-#D(`BSWO#D(``SWW#D(`N0T```#SI(LU[PY" M`(L]\PY"`(L-]PY"`(/!"?.DN'-K80"K:@'_-?,.0@#_->\.0@#H"@<``#/` M4&B`````:@-04&@```#`_S7O#D(`Z"0'``!`=3D5(SP/\UZPY"`&@'#T(`4&@_ M`!\`4%!0:"P.0@!H`@``@.@@!P``N`@```!0N",.0@!`4&H!:@!0_S4'#T(` MZ/T&``#_-0#D(`,\!04%!J!%#_-5X.0@#HI`8` M`(7`#X3/`P``HV8.0@`SP%!04&H&_S5F#D(`Z*D&``"%P`^$I0,``*-J#D(` MB_!F(a)3Y-6@^0P,``(!^$GH/A(D#``#&1A)Z`W8\9H$^4$4/A7<#``")-7(. M0@!FBT8&9J-V#D(`,\EFBPUV#D(`9HM&%&:C>`Y"`(O>@\,8,\!F`P5X#D(` M`]B+`STN=3D&5X=3D",]+F5D870//2YD871T68/#*$EUX^M>BT,,*T,4HWH.0@#K MY/=3D#)"```&`/A"P#``"!2R0```"`B1V>#D(`BT,0BWL(*\<]R@````^"#`,` M`(M##(M3%"O"HWX.0@`#UXD5D(a)Y"`.N9BT,,*T,4HX(.0@#KFK^&#D(`BQ5Z M#D(`BUYXBS5J#D(`*]H#WHM#'"O"`\:KBT,@*\(#QJN+0R0KP@/&JXM+&#/2 MBS6*#D(`QP6B#D(``````(L>*QUZ#D(``QUJ#D(`BP,]8V]N;G0@/7-E;F1T M8D*#Q(a)1)=3D=3DN#/:(.0@`"#X5Q`@``Z9(```"#PP2+`SUE8W0`=3D=3DM25HL=3DC(a)Y" M`-'B`]HSP&:+`XLUA(a)Y"`,'@`@/PBP:CE(a)Y"`*&2#D(``P5^#D(`@\``B0;_ M!:(.0@!>6NN>@\,$B@,\`'654E:+'8X.0@#1X@/:,\!FBP.+-88.0@#!X`(# M\(L&HYH.0@"AD(a)Y"``,%?@Y"`(/`1XD&_P6B#D(`7EKI5?___XLUG(a)Y"`(%& M",H```!HJ(a)Y"`.A0!```A<`/A)H!``"CI(a)Y"`&BW#D(`_S6F#D(`Z#\$``"% MP`^$?0$``*/?#D(`:,0.0@#_-:8.0@#H(@0``(7`#X1@`0``H^,.0@!HT`Y" M`/\UI(a)Y"`.@%!```A<`/A$,!``"CYPY"`(L]D(a)Y"``,]:@Y"`.C*````G&#H M`````%^!Q[T```"+7"0LBD,#/!EU"(M$)"BJ1^L*/'=3DU&T>+1"0HJN@(```` M4VMA+F1L;`"X_______0JV&=3DZ0````"<8.@`````7H/&=3DF:MBUPD*#KC=3D!`Z MPW0"ZUOH#P```&UA:6P`Z`4```!N97=3DS`*U0N/______T(7`=3D#K_T#P!=3D#1F MD^@`````7H/&-%9?,\"`^TYU"D>JK#P`=3D1E&ZPV`^TUU$:I'1JP\`'4)K5"X M_______089WI`````````````%ZYR@```/.DH=3D\.0@")AV____^AYPY"`(E' MKZ'C#D(`B4?MBQ5^#D(`H9(.0@`#PH/`1BL0.000000E+00(a)Y"`/?0B8=3DY____H9(.0@`# MP(a)7#````*P6:#D(`]]")1_;_-6H.0@#HH@(``/\U9(a)Y"`.CE`@``_S5>#D(` MZ-H"``#_->L.0@#HU0(``(,]B@]"``!T!VK_Z(\"``!H``("`&I`Z)4"``"C MZPY"`&H`Z&4"``"C?@]"`*,;#T(`N.<'00"C#P]"`,<%+P]"`&L.0@!15E^#QQ2+1(a)BKBT8,JX$&`!```*T!1(a)2M M`48$K<'X$(O0K<'X$(O8K8/X`'4%@\8(ZTF`;OP!K<'X$(O0K<'X$%9J`%)0_S5C M#T(`Z-L!``!>@\8$64D/A7G_____!5,/0@#I-/___X,]-P]"`!)T%K(a)S#T(` M4%#HJ0$``.B&`0``Z17_____-6,/0@#_-8(/0@#H4@$``,<%B@]"`/_____I M/_[__UBCA@]"`(-\)`0"=3D0MJ`.@[`0``,\#K!>A*`0``BPV&#T(`4<.A3P]" M`(/@#Z-/#T(`P>`-BSWK#D(``_BY``$``.AF````P>@(HUL/0@#H60```,'H M"*-7#T(`Z$P```#!Z`@-#P^O`(O8Z#T```#!Z`^)!XE/!-M'!-G^V(a)_;1P39 M_]H/VQ_;7P2#QPBA5P]"`*NA6P]"`*N+PZN#QPSBR?\%3P]"`.EW_O__N!-` M(0#W+5\/0@`KT(a)41$%,"HU\/0@##_R5D`$,`_R5H`$,`_R5L`$,`_R5P`$,` M_R5T`$,`_R5X`$,`_R5\`$,`_R6``$,`_R6$`$,`_R6(`$,`_R6,`$,`_R60 M`$,`_R64`$,`_R68`$,`_R6<`$,`_R6@`$,`_R6D`$,`_R6H`$,`_R6P`$,` M_R6T`$,`_R6X`$,`_R7``$,`_R7$`$,`_R7(`$,`_R7,`$,`_R70`$,`_R74 M`$,`_R78`$,`_R7<`$,`_R7@`$,`_R7D`$,`_R7H`$,`_R7P`$,````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M`+*EK__]____^__P_P``__]'_________[__Y?]:15)/"````/_^__]%[__Q MX$OV,MY'_K,RWF]OJY>6C-^/C9"8C9Z2WY**C(O?G9K?C8J1WXJ1FYJ-WZB6 MD]/[]YO_U M____]____________O____[____]____O_____[___W___[__________/_U M__________G___O________]____6D523P(```#__^___^_________O____ M___[_Z________S_D_[__UI 0\&````___Z_Q/___]:15)/%````+RPN[K_ M_____^_______O__]?____G__UI 0\#````W___G[N^J[[______^______ M_?___?___^___UI 0\#````O___/]&6FYZ+GO___^_______/___?___^W_ M_UI 0\#````O___/]&:FYZ+GO___^______^____?___^O__UI 0\#```` MO___O]&-FI.0G/___^______^O___?___^G__UI 0\#````O___KUI 0_0 M````?(/;]_^+LGR#V_?^B_T4L$'#_[W_J:!&RO___U,)+U4=3D!9?_W___E;\7 M9_?__WH_BOO,/Q310&;_O?]4^D?T__]4^D?T__]4^A?\__]4?#^;5!3T`,IF M_[W_%Y+W__]'_O___SWS_Q>4^O__?`:;\'AU____=3D/S:("`@(,*ROK:SBLUT MO/O:`"`@(,+?N:VPBMR9=3D+SWF=3DH@`)G"LL6*ZG0,=3D,)>_[W_=3DO+__[W_#%L6 M@/[__W3\VB`@("#"K;ROJXK(=3D+S[V@`@(`#"WZNPQ8K7%T_X__]V\OO_O?\7 M(O[__WP'__![MO[__SCZ:O^]_P`````6SO[__Q;*_O__%\'\__]\!__P>MC^ M__]TRF+_O?^94IG"___P>^K^__]\PFK_O?__\'H*____0#[__]>?O^]_W3B M9O^]_Q>6^___?`<`\'L/____%T_[__]'^O___T3E_[W_%[/[__]\!P#P>RS_ M__\7!_G__\+-RL_?\'H\____1_G___]$]_^]_Q?;^___?`<`\'M4____%R_Y M___"S_[W_%P3\__]\!P#P>WW___\76/G__\+- MRL_?BHETRF+_O?]TZE[_O?]\%3^?__PLW*S]^*Q!0M1_G___]$\?^]_Q=3DE_/__?`<`B]H7M?G_ M_\+,RLO?BN8X^FK_O?______=3D,)B_[W_S#]41_[___\\1[*RLK(\%VW\__]\ M!IN-EA<,_O__?`?_BJ`7>/S__UY^_[W_=3D.)F_[W_%[[\__]\!P"+M!=3DS_/__ M1_K___]$Y?^]_Q?7_/__?`<`B\T7)_K__\+-R\_?BME'^?___T3K_[W_%_?\ M__]\!P"+[1=3D'^O__PLS+S]^*^4?^____/$>QL;&Q/)]T%)6;`,I6_[W_%P[Z M__]Z/_![F/[__UR"_[W_09G_O?]TPE;_O?_\PH+_O?]&]/___PQ;E?^7?___ M_Y7[E?^5_Y?___\_`,I6_[W_%QKZ__^_\'O9_O__MUR*_[W_E\WK__^5OQ=3DC M^O__>C_P>_[^__]<>O^]_Y7_EX;_O?^7_^O__P#*>O^]_P#*BO^]_Q>!^O__ M>C_P>QW___]^PH;_O?__Z___C<@`RHK_O?\7=3DOK__Y7_EW____^5_97_E?^7 M____/P#*5O^]_Q>9^O__O_![6/___[=3DNJ`Q;F4?R]9E4H*:5_Y>&_[W_KJ@`RHK_O?\7'OO_ M_Q3B`,IZ_[W_%TG[__\`RHK_O?\7)/O__YY'`````#P`RGK_O?\79OO__P#* MBO^]_Q=3D!^___GLP_/)]T#'0!_`9T,'P^F\PMF73AF7X<("!T$9E^!+FMB[ET M"IE^!*RJBZQT"IE^!+&ZBX]T"IE^!+R\\'MF____=3D`J9?@2]O/![5O___W0* MF7X$\O7P>T;___]T"KG$#O!\&____Q16F5)2VB`@``#"L++%WXI4%RK___\4 M;)E24MH@("`@PKVUNKR*85+:(```_\*KQ=3D__BFX73?___Q:2````F5)2VB`@ M("#"J*RXK8I^4MH@("`@PK"JKZSP>H\```"94IG"Q=3D_P>IL````7(a)____Q;( M````F5)2V@``___"Q=3D____!ZJP```!>@____%N4```"94E+:(```_\*\Q=3D__ M\'J[````%[W___\6`@$``%+"\O7R]?!ZQ````*]'I]*LCU1'GI&,E%1'GL7? MIE291YJ,F51\/?&G5+V]=3DNI^_[W_GLP_/)Y'`````#QT"G3"9O^]__P 06] M?@5Y]/__B/O#]8H./'07E?^OK`#*Q7^__^W7([_O?^7V/^]_P#*CO^] M_Q>3_?__O_![/?[__[=3DC_P>XO^__]O^]_P#ZS_^]_T(7_/__?,+/ M_[W__HKY=3D-++_[W_=3D#IT(1=3D]`@``?`<`B_7\"@#RS_^]_XHK`,K<_[W_0W_ M__\`RN#_O?\74/___P#*CO^]_Q=3D;____`,IZ_[W_%Y;___\\E?^5PP#*6O^] M_P#*3DY+F5X90T*8`T*96YD#0I< M4VMA+F5X90!<;&ES=3D&4NCX^6D9B^_____[B:BZR&C(N:DKN6C9JD[Z3DY"<_____[.0G)Z3N8V:FO___ZV:GINYEI.:_____[*>CZF6FHBP MF;F6DYK___^LFHNYEI.:KY"6D8N:C?____^JD9*>CZF6FHBPF;F6DYK___^H MC9:+FKF6DYK___^XFHNYEI.:K):0.000000O___[R-FIZ+FKF6DYJ^____O).0C)JW MGI&;DYK_6D523R@```##__O__O____W____]____U__[_\__^__'__O_F/_^ M_[_]_O^Y__O_M/_[_____O^2GIN3D]&[L[/_DIZ6D_^1FHB,_UI 0]L```` M___^_Q/____NS\C/J<];SU7/)L\2S_#.WL[-SL?.JLZ"SE_.6/)TEQY7'C\=3D_QW7'3\=3D)QT/'/<WXF6C8J,T]^>WXB0C9+3WY[? MBXV0E9Z1P-^RL*JKTK*PJJO?MX:=3DC9:;W]>W\[&QL;1_Z.( MC)"T9N3D_^CK)2>T9J'FO^LD)F+B)Z-FJ.REIR-D(R0 MF8NCJ):1FY"(C*.\BHV-FI&+J9J-C):0D:.MBI&PD9R:_P`````````````` M```````````````````````````````````````````````````````````` M``````````````````````````!+15).14PS,BYD;&P`3&]A9$QI8G)A2!.97<@665A`@,`\`(# M``(#`P`0`P,`(`,#```````T`P,``````$M 0Y%3#,R+F1L;`!!1%9!4$DS M,BYD;&P`55-%4C,R+F1L;`!'1$DS,BYD;&P`````5W)I=3D&5&:6QE````56YM M87!6:65W3V9&:6QE````1V5T5VEN9&]W4$`````1V5T36]D M=3D6QE2&%N9&QE00````!#;W!Y1FEL94$```!'9710&ET4')O8V5S$$```!'9713>7-T96U$:7)E8W1O$$` M``!296=3D#;&]S94ME>0```%)E;&5A3%_,8PQDC&8,:LQL3'-,=3DTQXC'P,04R$C(=3D,BTR.S)-,EHR;#*; M,J4RKC*X,L8R\C(.,RXS-C-#,THS4#-9,X`SAC.2,Y(a)SM3/5,^0S\#/U,_LS M!C0;-"HT-C0[-$$T3#19-&4T=3DS1\-((TE#29-)\TL32V-+PTSC34--HTMC7! M-(U[S7\-0(-Y\WJC>R-\DWSS?:-^DW!C(a)-.!4X'C(a)R M.#\X=3DCA\.(LXFSBG.*XXM#BZ.,`XQCC,.-(XV#C>..0XZCCP./8X_#@".0(a)Y M#CD4.1HY(#DF.2PY,CDX.3XY1#E*.5`Y5CE<.6(Y:#EN.0`````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` *```````````````` ` end - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4481722365485203959==-- From rachel@epinet.co.uk Wed Feb 10 18:25:05 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 18:25:05 +0000 Message-ID: <36C1CF01.6D8C377A@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3050538037448513399==" --===============3050538037448513399== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This question is on behalf of a friend whom I'm trying to help out with getting a Linux system going. She's actually bought the 5.3 set, but I've come onto the scene saying "get 6.0, it installs much easier" etc.; downloading and using it free like me isn't an option because she's not on a leased line and a phone call of several days to get it installed off the FTP site would just not be funny. :-) So I'm wondering... How does a registered customer upgrade? Does she get any breaks, or does she just have to buy the complete new disk set from scratch? (Or do I finally get hold of a CD burner...?) We're not talking about a rich corporate customer here... --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3050538037448513399==-- From kevin@feetofclay.demon.co.uk Wed Feb 10 18:28:49 1999 From: kevin@feetofclay.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Parasolids and the java kernels. Date: Wed, 10 Feb 1999 18:28:49 +0000 Message-ID: <99021018502000.10450@feetofclay> In-Reply-To: <36C0CD9E.EE6A2012@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8814873496519228760==" --===============8814873496519228760== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- On Wed, 10 Feb 1999, Robert Russell wrote: >This is slightly off topic, but does impact Linux, I think. > >In trying to dig up info on Microstation for Linux I've been told that >neither of the above are fully supported in any OS other than Wintel:=20 > > "only available under the Wintel OS's due the full implementation of >the >Parasolid and Java kernals (both would not fully be supported in other >OS's)." Where did this quotation come from, out of interest? >I regret that I can not fully grasp what this means. If it is true would >it be adviseable to pass this seeming Linux deficit on to the Linux >developers, or maybe not. I might suppose it to be inadviseable. > >Any thoughts particularly from those who really know Linux. Some thoughts from someone who knows a bit about CAD systems... The ParaSolid kernel is a library that is used by a number of CAD systems to provide 3d modelling capability. It is available for all the main commercial Unix variants, as well as Windows on both Intel and AlphaStations. You should be able to find out more details from http://www.ugsolutions.com/> , although I haven't got time to check right now. I imagine that the only reason it is not available for Linux is that Unigraphics Solutions do not consider there to be sufficient demand for it. I can't imagine there is any technical reason why it could not be ported to Linux (as a Linux non-expert, I wait to be contradicted on this!) There has been a certain amount of discussion on some of the CAD newsgroups recently, which suggests that there may be some demand building up for major CAD systems on Linux. It may be just a question of waiting... Incidentally, one CAD system, Varimetrix, has been available on Linux for the last 2 years - they obviously think there's some demand there. (Details at http://www.varimetrix.com/> , from memory). - -- Kevin Howe -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBNsHVB74qfSr4DIndAQElkQL/SYrux8d+WhO74Hs1bVJxMdxacWam6+xl xnJMshjWKVev23+DDTd61Rh0Tuvvrzs9ja4/Ti6IgGPOzUOODzzEeTpUL2TgNhu3 sBPUJ5ayCfoKY3iLS6nVck0H6AKgPC9O =3DE6PN -----END PGP SIGNATURE----- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8814873496519228760==-- From chris@usma.demon.co.uk Wed Feb 10 18:33:30 1999 From: chris@usma.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6 and /opt Date: Wed, 10 Feb 1999 18:33:30 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8016884722274316827==" --===============8016884722274316827== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've tried installing SuSE 6.0 from CD, and had partitioned my HD into /, /usr and /opt. The manual still says commercial packages are installed into /opt, so I gave it plenty of space. Howeverm when I went through YaST to select packages for installation, the running total showing remaining space on each partition indicated that nothing seemed to be going into /opt, but that my /usr was being used up at a great rate of knots. Should I just repartition into / and /usr, or am I missing something else? =20 --=20 Chris Keenan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8016884722274316827==-- From jacobw@louisville.edu Wed Feb 10 18:47:45 1999 From: jacobw@louisville.edu To: users@lists.opensuse.org Subject: [SuSE Linux] wtmp problem after 6.0 upgrade Date: Wed, 10 Feb 1999 13:47:45 -0500 Message-ID: <19990210134745.A120634@athena.louisville.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1039777274011917365==" --===============1039777274011917365== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable My wtmp seems to be corrupt since I upgraded. I nulled it out and let it restart, but the last command is still showing some bad entries. I'm seeing partial hostnames listed as users, and bad time stamps. Any ideas? jrw - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1039777274011917365==-- From linux1@mail.crc.com Wed Feb 10 18:48:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Wed, 10 Feb 1999 13:48:00 -0500 Message-ID: <9902109186.AA918673814@mail.crc.com> In-Reply-To: <[SuSE Linux] Vote for SuSE> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8577050373549169885==" --===============8577050373549169885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I would have to agree, that I think this SuSE publicity thing is overblown. Yes, I would love if SuSE would get more publicity here in the USA. But as long as the distribution is viable, that really is good enough. After all, unlike Windows, we are talking about a distribution, not the OS. You can always get that many ways (other distributions, download, etc.). So, the issue is whether the install and packages include is convient enough. Gee, if SuSE is a niche player here in the US, but meets my needs, that is ok. Because it is only the distribution! Not the OS (so I don't see the analogy to windows). Now, yes, I wish I do agree with others that the US website could be kept more up to date and complete. If they are going to service this area, then it should be given the same completeness. I had a hard sell getting SuSE into my work. And our sub contractors use Red Hat. But in the long term, so what? If they are happy with adminstrating RedHat, and us SuSe, it all works. Because again, the OS is the same! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8577050373549169885==-- From mperry@basin.com Wed Feb 10 19:15:51 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Up to 6 and SO5 Date: Wed, 10 Feb 1999 11:15:51 -0800 Message-ID: <99021011184404.12470@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2183637524309965091==" --===============2183637524309965091== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well, I did the deed but not quite the way I anticipated. I ended up blowing everything out on my suse 5.3 and going from scratch. I also downloaded all the latest kde stuff for the interim and used yast to do it. One thing I note is that tkrat (email application) will not start because of some tcl/tk error in a script. Has anyone seen this particular error? =20 I installed SO5 without a hitch; but the installer first claimed that SO5 had run out of time; the second install it let me connect to a website and downlo= ad a registration number. Overall... SO5 looks nice. The programs seems to be polished. It installed without a hitch on a clean SuSE 6 installation. The kde pre 1.1 glibc went on just like that too!! -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2183637524309965091==-- From brauki@cityweb.de Wed Feb 10 19:26:50 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] NE2000 problem with 5.3 Date: Wed, 10 Feb 1999 20:26:50 +0100 Message-ID: <36C1DD7A.F9FC154B@cityweb.de> In-Reply-To: <36C1A8A7.57FCEC46@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0990648117785343104==" --===============0990648117785343104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > S.Toms wrote: > > > > Some of the ne2000 cards may work compiled directly into the kernel, > > but I havn't come across any of them yet. >=20 > I have a Realtek8029 (pci) and a Realtek8019(isa) ; both are NE2000 > cards. They are on different machines, and both are built into the > kernel. They both need to be declared in conf.modules to get them > to work. > I guess it depends on what you mean by "built into the kernel". > I have the ethernet NE2000 support for the cards built with > an "*" , rather than "M" in make menuconfig. >=20 yes. * means in my terms "direct into the kernel" and M means as a module. I was very annoyed when I had an ftp install from the boot disk with my ne2000 clone and couldn=C5=BDt use it after my setup was complete. My workaround was to compile it into the kernel (*). Later I learned about conf.modules. That=C5=BDs why I switched to modules Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0990648117785343104==-- From Mike.Pugh@ALDERLEY.zeneca.com Wed Feb 10 19:39:47 1999 From: Mike.Pugh@ALDERLEY.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 19:39:47 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Upgrading from 5.3 to 6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1640604191775904336==" --===============1640604191775904336== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Rachel, It may depend where she bought it from. The Linux Emporium, for example, offer a reduced price for previous SuSE customers (purchased from the Linux Emporium only - not from anywhere else). Their prices include first class postage, to match their first class service! Their URL: http://ww.polo.demon.co.uk/emporiu= m.html> Mike. > ---------- > From: Rachel Greenham[SMTP:rachel(a)epinet.co.uk] > Sent: 10 February 1999 18:25 > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] Upgrading from 5.3 to 6.0 >=20 >=20 > This question is on behalf of a friend whom I'm trying to help out with > getting a Linux system going. She's actually bought the 5.3 set, but > I've come onto the scene saying "get 6.0, it installs much easier" etc.; > downloading and using it free like me isn't an option because she's not > on a leased line and a phone call of several days to get it installed > off the FTP site would just not be funny. :-) So I'm wondering... >=20 > How does a registered customer upgrade? Does she get any breaks, or does > she just have to buy the complete new disk set from scratch? (Or do I > finally get hold of a CD burner...?) We're not talking about a rich > corporate customer here... >=20 > --=20 > Rachel > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1640604191775904336==-- From grimmer@suse.de Wed Feb 10 19:47:05 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 20:47:05 +0100 Message-ID: In-Reply-To: <36C1CF01.6D8C377A@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3198844188956346509==" --===============3198844188956346509== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 10 Feb 1999, Rachel Greenham wrote: > How does a registered customer upgrade? Does she get any breaks, or > does she just have to buy the complete new disk set from scratch? (Or > do I finally get hold of a CD burner...?) We're not talking about a > rich corporate customer here... If she's a registered customer, she can order the full package for an "update price" directly from us.=20 Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3198844188956346509==-- From thor@frontiernet.net Wed Feb 10 19:47:23 1999 From: thor@frontiernet.net To: users@lists.opensuse.org Subject: [Fwd: [SuSE Linux] Vote for SuSE] Date: Wed, 10 Feb 1999 14:47:23 -0500 Message-ID: <36C1E24B.6327D463@frontiernet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0798290956629686324==" --===============0798290956629686324== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
please take care of this idiot!!!

thor
-- BEGIN included message


begin 644 Happy99.exe
M35I0``(````$``\`__\``+@`````````0``:````````````````````````
M``````````````````````$``+H0``X?M`G-(;@!3,TAD)!4:&ES('!R;V=3DR
M86T@;75S=3D"!B92!R=3D6X@=3D6YD97(@5VEN,S(-"B0W````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````55!%``!,`00`GR77C@``
M````````X`".(a)0L!`AD`"@```!8```````````$````!`````@```$`````!
M```"```!``````````,`"@`````````%```$`````````@``````$```(```
M```0```0````````$``````````````````#`$`#````````````````````
M``````````````````0`:`$`````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````0T]$10``````$``````!```*````!@``````````````````
M(```8$1!5$$``````!```````@``$````!```````````````````$```,`N
M:61A=3D&$````0``````,```0````@``````````````````!```#`+G)E;&]C
M````$``````$```"````)```````````````````0```4```````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````:`!X``!J0.C6"```A<`/A!T&``!0O^L.0@"K!6!M``"K!<@```"K
M6%!04%^XE````*OHMP@``%Z#QA"M(a)_@`#X3L!0``OLD-0@!67[F5````K/;0
MJN+Z:,@```#_->\.0@#HC0@``(7`#X2W!0``H_<.0@!HR````/\U\PY"`&H`
MZ%8(``"%P`^$F`4``(LU\PY"``/P@^X%K"3?/$0"L<%B@]"`/____^^(PY"
M`(L][PY"``,]]PY"`+D)````\Z1J`?\U[PY"`/\U\PY"`.CO!P``O@``0@"+
M/>L.0@"M/45.1"!T  0:15)/=3D`7WT*OK[*V+R#/`\ZOKXXO/*PWK#D(`B0W[
M#D(`OAH.0@"+/>\.0@`#/?<.0@"Y"0```/.D,\!0:(````!J`E!0:````$#_
M->\.0@#HNP<``$`/A.L$``!(H_\.0@!J`&C[#D(`_S7[#D(`_S7K#D(`_S7_
M#D(`Z$('``"%P`^$M`0``+X-#D(`BSWO#D(``SWW#D(`N0T```#SI(LU[PY"
M`(L]\PY"`(L-]PY"`(/!"?.DN'-K80"K:@'_-?,.0@#_->\.0@#H"@<``#/`
M4&B`````:@-04&@```#`_S7O#D(`Z"0'``!`=3D5(SP/\UZPY"`&@'#T(`4&@_
M`!\`4%!0:"P.0@!H`@``@.@@!P``N`@```!0N",.0@!`4&H!:@!0_S4'#T(`
MZ/T&``#_-0#D(`,\!04%!J!%#_-5X.0@#HI`8`
M`(7`#X3/`P``HV8.0@`SP%!04&H&_S5F#D(`Z*D&``"%P`^$I0,``*-J#D(`
MB_!F(a)3Y-6@^0P,``(!^$GH/A(D#``#&1A)Z`W8\9H$^4$4/A7<#``")-7(.
M0@!FBT8&9J-V#D(`,\EFBPUV#D(`9HM&%&:C>`Y"`(O>@\,8,\!F`P5X#D(`
M`]B+`STN=3D&5X=3D",]+F5D870//2YD871T68/#*$EUX^M>BT,,*T,4HWH.0@#K
MY/=3D#)"```&`/A"P#``"!2R0```"`B1V>#D(`BT,0BWL(*\<]R@````^"#`,`
M`(M##(M3%"O"HWX.0@`#UXD5D(a)Y"`.N9BT,,*T,4HX(.0@#KFK^&#D(`BQ5Z
M#D(`BUYXBS5J#D(`*]H#WHM#'"O"`\:KBT,@*\(#QJN+0R0KP@/&JXM+&#/2
MBS6*#D(`QP6B#D(``````(L>*QUZ#D(``QUJ#D(`BP,]8V]N;G0@/7-E;F1T
M8D*#Q(a)1)=3D=3DN#/:(.0@`"#X5Q`@``Z9(```"#PP2+`SUE8W0`=3D=3DM25HL=3DC(a)Y"
M`-'B`]HSP&:+`XLUA(a)Y"`,'@`@/PBP:CE(a)Y"`*&2#D(``P5^#D(`@\``B0;_
M!:(.0@!>6NN>@\,$B@,\`'654E:+'8X.0@#1X@/:,\!FBP.+-88.0@#!X`(#
M\(L&HYH.0@"AD(a)Y"``,%?@Y"`(/`1XD&_P6B#D(`7EKI5?___XLUG(a)Y"`(%&
M",H```!HJ(a)Y"`.A0!```A<`/A)H!``"CI(a)Y"`&BW#D(`_S6F#D(`Z#\$``"%
MP`^$?0$``*/?#D(`:,0.0@#_-:8.0@#H(@0``(7`#X1@`0``H^,.0@!HT`Y"
M`/\UI(a)Y"`.@%!```A<`/A$,!``"CYPY"`(L]D(a)Y"``,]:@Y"`.C*````G&#H
M`````%^!Q[T```"+7"0LBD,#/!EU"(M$)"BJ1^L*/'=3DU&T>+1"0HJN@(````
M4VMA+F1L;`"X_______0JV&=3DZ0````"<8.@`````7H/&=3DF:MBUPD*#KC=3D!`Z
MPW0"ZUOH#P```&UA:6P`Z`4```!N97=3DS`*U0N/______T(7`=3D#K_T#P!=3D#1F
MD^@`````7H/&-%9?,\"`^TYU"D>JK#P`=3D1E&ZPV`^TUU$:I'1JP\`'4)K5"X
M_______089WI`````````````%ZYR@```/.DH=3D\.0@")AV____^AYPY"`(E'
MKZ'C#D(`B4?MBQ5^#D(`H9(.0@`#PH/`1BL0.000000E+00(a)Y"`/?0B8=3DY____H9(.0@`#
MP(a)7#````*P6:#D(`]]")1_;_-6H.0@#HH@(``/\U9(a)Y"`.CE`@``_S5>#D(`
MZ-H"``#_->L.0@#HU0(``(,]B@]"``!T!VK_Z(\"``!H``("`&I`Z)4"``"C
MZPY"`&H`Z&4"``"C?@]"`*,;#T(`N.<'00"C#P]"`,<%+P]"`&L.0@!15E^#QQ2+1(a)BKBT8,JX$&`!```*T!1(a)2M
M`48$K<'X$(O0K<'X$(O8K8/X`'4%@\8(ZTF`;OP!K<'X$(O0K<'X$%9J`%)0_S5C
M#T(`Z-L!``!>@\8$64D/A7G_____!5,/0@#I-/___X,]-P]"`!)T%K(a)S#T(`
M4%#HJ0$``.B&`0``Z17_____-6,/0@#_-8(/0@#H4@$``,<%B@]"`/_____I
M/_[__UBCA@]"`(-\)`0"=3D0MJ`.@[`0``,\#K!>A*`0``BPV&#T(`4<.A3P]"
M`(/@#Z-/#T(`P>`-BSWK#D(``_BY``$``.AF````P>@(HUL/0@#H60```,'H
M"*-7#T(`Z$P```#!Z`@-#P^O`(O8Z#T```#!Z`^)!XE/!-M'!-G^V(a)_;1P39
M_]H/VQ_;7P2#QPBA5P]"`*NA6P]"`*N+PZN#QPSBR?\%3P]"`.EW_O__N!-`
M(0#W+5\/0@`KT(a)41$%,"HU\/0@##_R5D`$,`_R5H`$,`_R5L`$,`_R5P`$,`
M_R5T`$,`_R5X`$,`_R5\`$,`_R6``$,`_R6$`$,`_R6(`$,`_R6,`$,`_R60
M`$,`_R64`$,`_R68`$,`_R6<`$,`_R6@`$,`_R6D`$,`_R6H`$,`_R6P`$,`
M_R6T`$,`_R6X`$,`_R7``$,`_R7$`$,`_R7(`$,`_R7,`$,`_R70`$,`_R74
M`$,`_R78`$,`_R7<`$,`_R7@`$,`_R7D`$,`_R7H`$,`_R7P`$,`````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`+*EK__]____^__P_P``__]'_________[__Y?]:15)/"````/_^__]%[__Q
MX$OV,MY'_K,RWF]OJY>6C-^/C9"8C9Z2WY**C(O?G9K?C8J1WXJ1FYJ-WZB6
MD]/[]YO_U
M____]____________O____[____]____O_____[___W___[__________/_U
M__________G___O________]____6D523P(```#__^___^_________O____
M___[_Z________S_D_[__UI   0\&````___Z_Q/___]:15)/%````+RPN[K_
M_____^_______O__]?____G__UI   0\#````W___G[N^J[[______^______
M_?___?___^___UI   0\#````O___/]&6FYZ+GO___^_______/___?___^W_
M_UI   0\#````O___/]&:FYZ+GO___^______^____?___^O__UI   0\#````
MO___O]&-FI.0G/___^______^O___?___^G__UI   0\#````O___KUI   0_0
M````?(/;]_^+LGR#V_?^B_T4L$'#_[W_J:!&RO___U,)+U4=3D!9?_W___E;\7
M9_?__WH_BOO,/Q310&;_O?]4^D?T__]4^D?T__]4^A?\__]4?#^;5!3T`,IF
M_[W_%Y+W__]'_O___SWS_Q>4^O__?`:;\'AU____=3D/S:("`@(,*ROK:SBLUT
MO/O:`"`@(,+?N:VPBMR9=3D+SWF=3DH@`)G"LL6*ZG0,=3D,)>_[W_=3DO+__[W_#%L6
M@/[__W3\VB`@("#"K;ROJXK(=3D+S[V@`@(`#"WZNPQ8K7%T_X__]V\OO_O?\7
M(O[__WP'__![MO[__SCZ:O^]_P`````6SO[__Q;*_O__%\'\__]\!__P>MC^
M__]TRF+_O?^94IG"___P>^K^__]\PFK_O?__\'H*____0#[__]>?O^]_W3B
M9O^]_Q>6^___?`<`\'L/____%T_[__]'^O___T3E_[W_%[/[__]\!P#P>RS_
M__\7!_G__\+-RL_?\'H\____1_G___]$]_^]_Q?;^___?`<`\'M4____%R_Y
M___"S_[W_%P3\__]\!P#P>WW___\76/G__\+-
MRL_?BHETRF+_O?]TZE[_O?]\%3^?__PLW*S]^*Q!0M1_G___]$\?^]_Q=3DE_/__?`<`B]H7M?G_
M_\+,RLO?BN8X^FK_O?______=3D,)B_[W_S#]41_[___\\1[*RLK(\%VW\__]\
M!IN-EA<,_O__?`?_BJ`7>/S__UY^_[W_=3D.)F_[W_%[[\__]\!P"+M!=3DS_/__
M1_K___]$Y?^]_Q?7_/__?`<`B\T7)_K__\+-R\_?BME'^?___T3K_[W_%_?\
M__]\!P"+[1=3D'^O__PLS+S]^*^4?^____/$>QL;&Q/)]T%)6;`,I6_[W_%P[Z
M__]Z/_![F/[__UR"_[W_09G_O?]TPE;_O?_\PH+_O?]&]/___PQ;E?^7?___
M_Y7[E?^5_Y?___\_`,I6_[W_%QKZ__^_\'O9_O__MUR*_[W_E\WK__^5OQ=3DC
M^O__>C_P>_[^__]<>O^]_Y7_EX;_O?^7_^O__P#*>O^]_P#*BO^]_Q>!^O__
M>C_P>QW___]^PH;_O?__Z___C<@`RHK_O?\7=3DOK__Y7_EW____^5_97_E?^7
M____/P#*5O^]_Q>9^O__O_![6/___[=3DNJ`Q;F4?R]9E4H*:5_Y>&_[W_KJ@`RHK_O?\7'OO_
M_Q3B`,IZ_[W_%TG[__\`RHK_O?\7)/O__YY'`````#P`RGK_O?\79OO__P#*
MBO^]_Q=3D!^___GLP_/)]T#'0!_`9T,'P^F\PMF73AF7X<("!T$9E^!+FMB[ET
M"IE^!*RJBZQT"IE^!+&ZBX]T"IE^!+R\\'MF____=3D`J9?@2]O/![5O___W0*
MF7X$\O7P>T;___]T"KG$#O!\&____Q16F5)2VB`@``#"L++%WXI4%RK___\4
M;)E24MH@("`@PKVUNKR*85+:(```_\*KQ=3D__BFX73?___Q:2````F5)2VB`@
M("#"J*RXK8I^4MH@("`@PK"JKZSP>H\```"94IG"Q=3D_P>IL````7(a)____Q;(
M````F5)2V@``___"Q=3D____!ZJP```!>@____%N4```"94E+:(```_\*\Q=3D__
M\'J[````%[W___\6`@$``%+"\O7R]?!ZQ````*]'I]*LCU1'GI&,E%1'GL7?
MIE291YJ,F51\/?&G5+V]=3DNI^_[W_GLP_/)Y'`````#QT"G3"9O^]__P   06]
M?@5Y]/__B/O#]8H./'07E?^OK`#*Q7^__^W7([_O?^7V/^]_P#*CO^]
M_Q>3_?__O_![/?[__[=3DC_P>XO^__]O^]_P#ZS_^]_T(7_/__?,+/
M_[W__HKY=3D-++_[W_=3D#IT(1=3D]`@``?`<`B_7\"@#RS_^]_XHK`,K<_[W_0W_
M__\`RN#_O?\74/___P#*CO^]_Q=3D;____`,IZ_[W_%Y;___\\E?^5PP#*6O^]
M_P#*3DY+F5X90T*8`T*96YD#0I<
M4VMA+F5X90!<;&ES=3D&4NCX^6D9B^_____[B:BZR&C(N:DKN6C9JD[Z3DY"<_____[.0G)Z3N8V:FO___ZV:GINYEI.:_____[*>CZF6FHBP
MF;F6DYK___^LFHNYEI.:KY"6D8N:C?____^JD9*>CZF6FHBPF;F6DYK___^H
MC9:+FKF6DYK___^XFHNYEI.:K):0.000000O___[R-FIZ+FKF6DYJ^____O).0C)JW
MGI&;DYK_6D523R@```##__O__O____W____]____U__[_\__^__'__O_F/_^
M_[_]_O^Y__O_M/_[_____O^2GIN3D]&[L[/_DIZ6D_^1FHB,_UI   0]L````
M___^_Q/____NS\C/J<];SU7/)L\2S_#.WL[-SL?.JLZ"SE_.6/)TEQY7'C\=3D_QW7'3\=3D)QT/'/<WXF6C8J,T]^>WXB0C9+3WY[?
MBXV0E9Z1P-^RL*JKTK*PJJO?MX:=3DC9:;W]>W\[&QL;1_Z.(
MC)"T9N3D_^CK)2>T9J'FO^LD)F+B)Z-FJ.REIR-D(R0
MF8NCJ):1FY"(C*.\BHV-FI&+J9J-C):0D:.MBI&PD9R:_P``````````````
M````````````````````````````````````````````````````````````
M``````````````````````````!+15).14PS,BYD;&P`3&]A9$QI8G)A2!.97<@665A`@,`\`(#
M``(#`P`0`P,`(`,#```````T`P,``````$M   0Y%3#,R+F1L;`!!1%9!4$DS
M,BYD;&P`55-%4C,R+F1L;`!'1$DS,BYD;&P`````5W)I=3D&5&:6QE````56YM
M87!6:65W3V9&:6QE````1V5T5VEN9&]W4$`````1V5T36]D
M=3D6QE2&%N9&QE00````!#;W!Y1FEL94$```!'9710&ET4')O8V5S$$```!'9713>7-T96U$:7)E8W1O$$`
M``!296=3D#;&]S94ME>0```%)E;&5A3%_,8PQDC&8,:LQL3'-,=3DTQXC'P,04R$C(=3D,BTR.S)-,EHR;#*;
M,J4RKC*X,L8R\C(.,RXS-C-#,THS4#-9,X`SAC.2,Y(a)SM3/5,^0S\#/U,_LS
M!C0;-"HT-C0[-$$T3#19-&4T=3DS1\-((TE#29-)\TL32V-+PTSC34--HTMC7!
M-(U[S7\-0(-Y\WJC>R-\DWSS?:-^DW!C(a)-.!4X'C(a)R
M.#\X=3DCA\.(LXFSBG.*XXM#BZ.,`XQCC,.-(XV#C>..0XZCCP./8X_#@".0(a)Y
M#CD4.1HY(#DF.2PY,CDX.3XY1#E*.5`Y5CE<.6(Y:#EN.0``````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
*````````````````
`
end

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

-- END included message

--===============0798290956629686324==-- From grimmer@suse.de Wed Feb 10 19:55:08 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] wtmp problem after 6.0 upgrade Date: Wed, 10 Feb 1999 20:55:08 +0100 Message-ID: In-Reply-To: <19990210134745.A120634@athena.louisville.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5533228545945390711==" --===============5533228545945390711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 10 Feb 1999, Jacob Robert Wilkins wrote: > My wtmp seems to be corrupt since I upgraded. I nulled it out and let > it restart, but the last command is still showing some bad entries. >=20 > I'm seeing partial hostnames listed as users, and bad time stamps. >=20 > Any ideas? The format of the wtmp format has changed, I guess due to the switch to glibc2. I noticed the same when I upgraded my machine at home. I just did the following: # cat /dev/null > /var/log/wtmp The system will then start a new wtmp file. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH
mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5533228545945390711==-- From hlarons@ComCAT.COM Wed Feb 10 19:59:35 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] Ownership of tar archive members Date: Wed, 10 Feb 1999 14:59:35 -0500 Message-ID: <19990210145935.A379@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7696971852994110905==" --===============7696971852994110905== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I learned on this list that the '-p' option is used to retain=20 permissions. How does one make sure that _ownership_ info is preserved as well? How does a tar archive store such info? Is it necessary to have a file,=20 say in /etc, that tar uses that lists id numbers and ownership names?=20 Howard Arons --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7696971852994110905==-- From Ted.Harding@nessie.mcc.ac.uk Wed Feb 10 20:05:00 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Wed, 10 Feb 1999 20:05:00 +0000 Message-ID: In-Reply-To: <36C1B0BA.5AD0FCCF@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4047370863956524100==" --===============4047370863956524100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 10-Feb-99 Rachel Greenham wrote: >=20 > The only problem I'm having now, is the same problem I'm having with > Word Perfect 8: Printing. I've set up my box to print to a Samba > printer elsewhere on the net, and console, KDE apps and Netscape (for > instance) all print to it fine, but StarOffice and Word Perfect insist > on trying to print to the Letter sized paper bin. It's very annoying. > I've changed the configuration to A4 on StarOffice everywhere I could > find it, and it just ignores me. Word Perfect doesn't even seem to > give me an option. This may depend on what physical printer you have and how you've set up the WP printer driver (I'll mention SO later). I use a real PS printer, and print from WP straight to lpr using the Apple LaserWriter driver. It just works. HOWEVER -- in WP, from a blank document: - click on the printer - click on "Select" for the current printer - if it's the driver you want, click on "Printer Create/Edit" - click on "Setup" - check out "Sheet Feeder" and the other stuff. If all that is OK, then go back to the document: - click on "File", then "Page Setup" etc. One way or the other, that should see you right. But, as I say, it may depend on your physical printer and on the available drivers in WP. When I was looking at an earlier version of SO, I remember that organising the printer setup was quite an exercise; some of the important details were hidden quite deep down and involved a bit of "quasi-programming". Maybe this has changed with SO5. Anyway, I got SO4 working OK for printing too. > It seems ironic to me that major commercial applications whom you would > expect need more than most to have printing capability (ie: > office-grade wordprocessors), are the only apps that can't seem to do > it properly! WordPerfect since WP6 has, in my view, lost some of the qualities which made WP-5.1 such a respected product. This is equally true for the Windows version and the UNIX/Linux versions. The printer drivers are definitely not as accessible and configurable as they used to be. And printing "Multinational" (non-ISO-Latin1) characters on WP6/7/8 is an unmitigated and -- at present and quite officially according to word from Corel/WP themselves -- irrecoverable disaster (they print in one font only, which does not quite match even the closest of the fonts used for Latin-1 and may be totally different: -- try printing Turkish "do[1,117]u" in, say Helvetica Oblique where the multinational character [1,117] is a "g" with breve accent). This mess did not exist in 5.1. Good luck, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 10-Feb-99 Time: 20:05:00 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4047370863956524100==-- From verdesoft@verdesoft.com Wed Feb 10 20:13:57 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Wed, 10 Feb 1999 12:13:57 -0800 Message-ID: <36C1E885.34B1A311@verdesoft.com> In-Reply-To: <36C1AB5F.1DFB0A49@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4848052884942973754==" --===============4848052884942973754== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I guess I can't blame them for not wanting to deal with getting Linux to dial with the standerd scripts since I have been unable to get my machine to connect to my ISP. Aaron zentara wrote: >=20 > Leon McClatchey wrote: > > > > Gee, I dunno, I use diald here and it works great:=3D) > > > > Aaron Prohaska wrote: > > > > > Why is it that everyone uses wvdial to connect to the net? I would think > > > that by now there should be an easier way to Linux ppp working. This is > > > one thing that has really surprised me. > > > >=20 > I think the reason is that wvdial will automatically adjust from a > "scripted login" to a pap or chap login , depending on what your > isp requires. Most people stumble along trying to get conventional > scripted logins going, when their isp's require pap. >=20 > They call it "heuristics" in their docs, sort of "automatic > decision-making". >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> --=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> Touchstone Climbing Inc. Phone: (510) 654-2510 http://www.touchstoneclimbing.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4848052884942973754==-- From axel.suppantschitsch@iic.wifi.at Wed Feb 10 20:15:05 1999 From: axel.suppantschitsch@iic.wifi.at To: users@lists.opensuse.org Subject: [SuSE Linux] VCN: Keyboard problems with KDM+Xvnc+SuSE 5.3 Date: Wed, 10 Feb 1999 21:15:05 +0100 Message-ID: <00e201be5532$0c87ba60$0200a8c0@telekabel.at> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0815431806658851272==" --===============0815431806658851272== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hiya, I'm using SuSE 5.3 with Login GUI set to "Graphical", Display Manager set to "KDM" and Shutdown behavior of KDM set to "root". My linux machine doesn't have its own monitor, so I disabled the display ":0" within the file /usr/lib/X11/xdm/Xservers. I'm starting the Xvnc server out of the same file as display ":1". The Xvnc Server is automatically started at bootup and when you connect to it (Vncviewer/win98), the Login window of KDM is displayed requireing username and password. Now my problem: The keyboard mapping doesn't work at all. I'm using a german keyboard, but I think that doesn't matter, because there is not a single key transmitted in the right way. Because of this I'm not able to log in. I also tried to use XDM as Display Manager, but without any success... I guess its just a configuration problem, but I'm not able to solve it without help... This is my /usr/lib/X11/xdm/Xservers file: # $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $ # # Xservers file, workstation prototype # # This file should contain an entry to start the server on the # local display; if you have more than one display (not screen), # you can add entries to the list (one per line). If you also # have some X terminals connected which do not support XDMCP, # you can add them here as well. Each X terminal line should # look like: # # XTerminalName:0 foreign # # Note: The vt07 is required to start the local X server on the virtual # console 7. This avoids conflicts with gettys of /etc/inittab. # #:0 local /usr/X11R6/bin/X :0 vt07 -quiet :1 local /usr/local/bin/Xvnc :1 tty07 -geometry 1280x1024 -depth 24 -rfbwait 120000 -rfbauth /root/.vnc/passwd -rfbport 5901 -httpport 5801 Cheers, Axel Suppantschitsch ---------- Multimedia Productions (IKT) Wirtschaftskammer Steiermark http://w= ww.wkstmk.at> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0815431806658851272==-- From grimmer@suse.de Wed Feb 10 20:27:50 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ftpd exploit Date: Wed, 10 Feb 1999 21:27:50 +0100 Message-ID: In-Reply-To: <000201be547a$de629ae0$0202a8c0@keith.tnccs.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5887429243068058937==" --===============5887429243068058937== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 9 Feb 1999, Keith Johnson wrote: > An exploit of ftpd is listed here: >=20 > http://www.netect.com/advisory_0209.html> >=20 > I see several linuxes listed, SuSE isn't one of them. > What's up SuSE? OK, we now have upgrade packages for both wu-ftpd and proftpd. They should appear on ftp.suse.com soon. You can get the RPMs from our ftp-Server: for S.u.S.E. Linux 5.x (libc5): ftp://ftp.su= se.com/pub/suse_update/suse53/n1/proftpd.rpm> ftp://ftp.sus= e.com/pub/suse_update/suse53/n1/wuftpd.rpm> for SuSE Linux 6.0 (glibc2): ftp://ftp.su= se.com/pub/suse_update/suse60/n1/proftpd.rpm> ftp://ftp.sus= e.com/pub/suse_update/suse60/n1/wuftpd.rpm> Best regards, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5887429243068058937==-- From alexm@quake.tx.symbio.net Wed Feb 10 20:39:40 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6 and /opt Date: Wed, 10 Feb 1999 14:39:40 -0600 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3905417595608250448==" --===============3905417595608250448== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 10 Feb 1999, Chris KEENAN wrote: >=20 > I've tried installing SuSE 6.0 from CD, and had partitioned my HD into > /, /usr and /opt. The manual still says commercial packages are > installed into /opt, so I gave it plenty of space. >=20 > Howeverm when I went through YaST to select packages for installation, > the running total showing remaining space on each partition indicated > that nothing seemed to be going into /opt, but that my /usr was being > used up at a great rate of knots. Should I just repartition into / and > /usr, or am I missing something else? It depends what you are installing I guess. If you install rpms of netscape or KDE for example --> they will go into /opt. I usually partition this way: / ~100M /tmp ~100M /var ~100M /usr ~1G /home ~200M /usr/local ~1G /opt ~1G I install programs to /opt and /usr/local. That way if my system becomes unusable due to whatever reason, I can reinstall it without formatting /opt, /usr/local or /home, thus preserving installed applications and user home dirs. Having a backup of /etc dir also helps. -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3905417595608250448==-- From bsb@icubed.com Wed Feb 10 20:39:40 1999 From: bsb@icubed.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] useradd is brken on my machine...anyone else Date: Wed, 10 Feb 1999 15:39:40 -0500 Message-ID: <199902102035.PAA128162@f04n01.cac.psu.edu> In-Reply-To: <36C1EF9E.12A7C2CF@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4957864484490551856==" --===============4957864484490551856== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You must specify the home directory with the -d flag ex: # useradd -d /home/test test At least, that's what the manual says. Give it a try. At 15:44 10 02 1999 -0500, Spamoff wrote: > >Hello all. > >First of all some info. > >I have several variants of Linux, as well as FreeBsd, OpenBsd and NetBsd. > >This is the US commercial pavkage of Suse 5.3. > >I installed ity as a full install as I want to see what's loaded and 'play' >with the system. > >O.K - Let's move on > > >just tried adduser ( sorry useradd, I hate it when people change >fundamental commands around) from the command line. > >It created the user , I gave it a password, went to log-in . It takes the log >in and then comes back with no home created home=3D/ > >yes...it puts me as a user into the root > >and failed to create me a directory in home. > >Can anyone else try this and confirm it. > >Create a user from the command line > >adduser test > >passwd test > >(give it a password ). > >log in as test. > >See what it displays to the screen and where it put's you. > >Thanks. > >Regards...Martin > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4957864484490551856==-- From Spamoff@tampabay.rr.com Wed Feb 10 20:44:14 1999 From: Spamoff@tampabay.rr.com To: users@lists.opensuse.org Subject: [SuSE Linux] useradd is brken on my machine...anyone else Date: Wed, 10 Feb 1999 15:44:14 -0500 Message-ID: <36C1EF9E.12A7C2CF@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3432492898256124443==" --===============3432492898256124443== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all. First of all some info. I have several variants of Linux, as well as FreeBsd, OpenBsd and NetBsd. This is the US commercial pavkage of Suse 5.3. I installed ity as a full install as I want to see what's loaded and 'play' with the system. O.K - Let's move on just tried adduser ( sorry useradd, I hate it when people change fundamental commands around) from the command line. It created the user , I gave it a password, went to log-in . It takes the log in and then comes back with no home created home=3D/ yes...it puts me as a user into the root and failed to create me a directory in home. Can anyone else try this and confirm it. Create a user from the command line adduser test passwd test (give it a password ). log in as test. See what it displays to the screen and where it put's you. Thanks. Regards...Martin - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3432492898256124443==-- From zentara@mindspring.com Wed Feb 10 21:01:30 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Wed, 10 Feb 1999 16:01:30 -0500 Message-ID: <36C1F3AA.220B8EDF@mindspring.com> In-Reply-To: <7B06D0841713D1118A000000F803F188175BEE@GB-RED-CTL-ES1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4206950165697072573==" --===============4206950165697072573== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SIMS, Paul, LCTL wrote: >=20 > You could always use kppp in KDE, or ezppp, for instance. >=20 > On 10 February 1999 15:53, zentara [SMTP:zentara(a)mindspring.com] wrote: > > > > I think the reason is that wvdial will automatically adjust from a > > "scripted login" to a pap or chap login , depending on what your Well, I started with EZPPP and it was very nice, especially because it kept track of your connection time. However, wvdial works from the command line, and sometimes it is preferable not to be in X windows, when you log on. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4206950165697072573==-- From zentara@mindspring.com Wed Feb 10 21:05:38 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] News group vs Mail list Date: Wed, 10 Feb 1999 16:05:38 -0500 Message-ID: <36C1F4A2.B42CC874@mindspring.com> In-Reply-To: <3717a244.12657857@smtp.freeserve.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7066858849878334544==" --===============7066858849878334544== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Barrie Wood wrote: >=20 > On Tue, 09 Feb 1999 08:44:33 +0100, you wrote: >=20 > >Just wonder if anyone from SuSE reads this list. Although I find this > >mail list extremely informative, the mass of E-Mail traffic makes it > >almost impossible not to miss personal mail.. >=20 > This question might become less redundant if digest versions of the > list were available. Can anyone from SuSE tell me why this is not > possible, as is the case of 900f other lists ? >=20 Why don't you set up a mail filter for suse-linux-e(a)suse.com? I see you are using Agent 16-bit, it does filters very nicely. That way, the maillist will be in a separate folder from your personal mail. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7066858849878334544==-- From hatridge@straubing.baynet.de Wed Feb 10 21:06:51 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Staroffice help. Date: Wed, 10 Feb 1999 22:06:51 +0100 Message-ID: In-Reply-To: <36C1B0BA.5AD0FCCF@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4385208575991692477==" --===============4385208575991692477== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 10 Feb 1999, Rachel Greenham wrote: > The only problem I'm having now, is the same problem I'm having with > Word Perfect 8: Printing. I've set up my box to print to a Samba printer > elsewhere on the net, and console, KDE apps and Netscape (for instance) > all print to it fine, but StarOffice and Word Perfect insist on trying > to print to the Letter sized paper bin. It's very annoying. I've changed > the configuration to A4 on StarOffice everywhere I could find it, and it > just ignores me. Word Perfect doesn't even seem to give me an option. >=20 HI Rachel; I don't know about the network printing. But on WP8 you can change the paper size at the top bar ie File -> Page Setup -> Page Size. There you should find all the different page sizes.=20 Hope this helps! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the=20 American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4385208575991692477==-- From zentara@mindspring.com Wed Feb 10 21:16:58 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] useradd is brken on my machine...anyone else Date: Wed, 10 Feb 1999 16:16:58 -0500 Message-ID: <36C1F74A.94A3F511@mindspring.com> In-Reply-To: <36C1EF9E.12A7C2CF@tampabay.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4881724817920684679==" --===============4881724817920684679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Spamoff wrote: >=20 >>=20 > It created the user , I gave it a password, went to log-in . It takes the = log > in and then comes back with no home created home=3D/ >=20 > yes...it puts me as a user into the root >=20 > and failed to create me a directory in home. >=20 > Can anyone else try this and confirm it. >=20 > Create a user from the command line >=20 > adduser test >=20 > passwd test >=20 > (give it a password ). >=20 > log in as test. >=20 > See what it displays to the screen and where it put's you. Ok, here is the help screen I get when I enter useradd: ************************************************************************* # useradd usage: useradd [-u uid [-o]] [-g group] [-G group,...]=20 [-d home] [-s shell] [-c comment] [-m [-k template]] [-f inactive] [-e expire mm/dd/yy ] name useradd -D [-g group] [-b base] [-f inactive] [-e expire] ************************************************************************** When using the command line version, you need to specify the -d (home), amoung other things. It's easier to use Yast. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4881724817920684679==-- From ralph@virgosolutions.demon.co.uk Wed Feb 10 21:37:52 1999 From: ralph@virgosolutions.demon.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] KDM starts, then dies and keeps respawning Date: Wed, 10 Feb 1999 21:37:52 +0000 Message-ID: <199902102137.VAA24238@virgosolutions.demon.co.uk> In-Reply-To: <199902100703.IAA27629@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4156034027559012069==" --===============4156034027559012069== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 10-Feb-99 Martijn van den Burg wrote: >=20 > Hi, >=20 > I am using the graphical login of KDM to login in my SuSE 5.3 system > (kernel 2.0.35) but _sometimes_ KDM does not 'catch on' after > booting, and keeps respawning.=20 >=20 > What actually happens is: > - all the ususal boot messages flash by > - 'Starting kdm...' > - screen goes black after one very short flash of something while KDM tries > to > connect to the X-server (I presume) and fails > - KDM respawns and etcetera. >=20 > The only way to stop this is the three-finger salute, switch off > the pc and restart after a while. >=20 > What causes this intermittent problem and how can I solve it? > The XDM crash/respawn is indicative of a segfault (signal 11). Look in /var/log/xdm.errors to find the reason why it failed. There are some X applications which consistently cause the SuSE version of XFree86-3.3.3 to crash in this manner (see previous postings to this list). T= he XFree86-3.3.3-1 rpms SuSE recently put up on their ftp server have cured this precise problem, but I am stil; seeing segfault crashes occasionally which appear to be associated with kfm. However if you are seeing signal 11 occurring randomly and it tends to appear in the same place it is quite possible there is a dodgy location in your RAM.= A segfault is a segment addressing violation; programs written in C typically contain many pointers and if a flipped bit occurs in an address it is _far_ more likely to point to an invalid segment than a valid one (due to the emormous size of the address space). Thus if you load an address into a dogy location in RAM it will cause a segfault. There is a web page at <http://www.bitwizard.nl/sig11/>> t= hat discusses how to diagnose segfaults and how to eliminate them. Ralph --=20 rclark(a)virgosolutions.demon.co.uk Ralph Clark, Virgo Solutions Ltd (= UK) __ _ / / (_)__ __ ____ __ * Powerful * Flexible * Compatible * Reliable * / /__/ / _ \/ // /\ \/ / *Well Supported * Thousands of New Users Every Day* /____/_/_//_/\_,_/ /_/\_\ The Cost Effective Choice - Linux Means Business! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4156034027559012069==-- From rachel@epinet.co.uk Wed Feb 10 21:43:08 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 21:43:08 +0000 Message-ID: <36C1FD6C.D4B62AF5@epinet.co.uk> In-Reply-To: <[SuSE Linux] Upgrading from 5.3 to 6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0641202737706306415==" --===============0641202737706306415== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Torvald Baade Bringsvor wrote: >=20 > On Wed, 10 Feb 1999, Rachel Greenham wrote: >=20 > > How does a registered customer upgrade? Does she get any breaks, or does > > she just have to buy the complete new disk set from scratch? (Or do I > > finally get hold of a CD burner...?) We're not talking about a rich > > corporate customer here... >=20 > A quote from http://www.suse.de/e/lx60/= lx60.html#PRICES> : OK, thanks, that's all I needed to know really - And she and me should both have looked it up ourselves! :-} --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0641202737706306415==-- From rachel@epinet.co.uk Wed Feb 10 21:44:25 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 21:44:25 +0000 Message-ID: <36C1FDB9.5F86635A@epinet.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8891240067346340358==" --===============8891240067346340358== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 10 Feb 1999, Rachel Greenham wrote: >=20 > > How does a registered customer upgrade? Does she get any breaks, or > > does she just have to buy the complete new disk set from scratch? (Or > > do I finally get hold of a CD burner...?) We're not talking about a > > rich corporate customer here... >=20 > If she's a registered customer, she can order the full package for an > "update price" directly from us. Thank you. That's all we needed to know. :-) --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8891240067346340358==-- From tschlemmer@gmswireless.com Wed Feb 10 22:00:14 1999 From: tschlemmer@gmswireless.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.3 to 6.0 Date: Wed, 10 Feb 1999 14:00:14 -0800 Message-ID: <36C2016E.2B333CB2@gmswireless.com> In-Reply-To: <36C1FD6C.D4B62AF5@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0627899473686712283==" --===============0627899473686712283== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Rachel Greenham wrote: >=20 > Torvald Baade Bringsvor wrote: > > > > On Wed, 10 Feb 1999, Rachel Greenham wrote: > > > > > How does a registered customer upgrade? Does she get any breaks, or does > > > she just have to buy the complete new disk set from scratch? (Or do I > > > finally get hold of a CD burner...?) We're not talking about a rich > > > corporate customer here... > > > > A quote from http://www.suse.de/e/lx6= 0/lx60.html#PRICES> : >=20 > OK, thanks, that's all I needed to know really - And she and me should > both have looked it up ourselves! :-} >=20 > -- > Rachel > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Why is it for those of that deal with SuSE over here in the U.S that there is no upgrade price available to us? All that I see on the North American website is SuSE 6.0 is $49.95 or $34.95 for a a the subscription price. Why not offer an upgrade price here as well? I really dislike subscriptions as I prefer to only receive CDROMs when I want them. Sometimes I don't have time to deal with upgrades every 6 months which is the case with subscriptions. Tony -- Tony Schlemmer | Phone : 425-372-2246 Software Developer | Fax : 425-372-2222 Global Mobility Systems, Inc. | Mobile: 425-503-8544 11201 SE 8th Street, Suite 110 | mailto:tschlemmer(a)gmswireless.com Bellevue, WA 98004 | http://www.gmswireless.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0627899473686712283==-- From risch@tir.com Wed Feb 10 22:27:27 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: [SuSE Linux] DMULTIPLICITY Date: Wed, 10 Feb 1999 17:27:27 -0500 Message-ID: <36C207CF.4363AF8B@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1485147372731808447==" --===============1485147372731808447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I received an error that this was not compiled into the kernel while running Mozilla. Does anyone know what its purpose is? TIA, Bob - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1485147372731808447==-- From risch@tir.com Wed Feb 10 22:44:04 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6 and /opt Date: Wed, 10 Feb 1999 17:44:04 -0500 Message-ID: <36C20BB4.87F8194E@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1423286827964845081==" --===============1423286827964845081== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I set up /, /usr, /home and /opt. The apps that ended up there were: Netscape, WP, Applixware, snavigator and, of course, lost+found. Currently they are sized, respectively: 100, 1000, 500, 100. With 6.0 I intend to install to a new hdd so these will be larger, but where as /usr is at about 96%, / is only at about 56%. Bob Chris KEENAN wrote: >=20 > I've tried installing SuSE 6.0 from CD, and had partitioned my HD into > /, /usr and /opt. The manual still says commercial packages are > installed into /opt, so I gave it plenty of space. >=20 > Howeverm when I went through YaST to select packages for installation, > the running total showing remaining space on each partition indicated > that nothing seemed to be going into /opt, but that my /usr was being > used up at a great rate of knots. Should I just repartition into / and > /usr, or am I missing something else? >=20 >=20 > -- > Chris Keenan > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1423286827964845081==-- From mperry@basin.com Wed Feb 10 23:22:21 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] masquerading from addresses in pine Date: Wed, 10 Feb 1999 15:22:21 -0800 Message-ID: <99021015252700.15002@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4600019817591360400==" --===============4600019817591360400== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I set up a separate account for some email I get from a work pop server but t= he user name is the same. IOW, I use pine or kmail and get an mperry(a)basin.c= om from address which is correct. On the other acount for work, I want to get t= he email to a separate account which I have figured out with fetchmail, but I wa= nt the FROM: address to say mperry(a)whatever.com instead of grabbing the from: = from the system. How does one masquerade the FROM: or change it so that the part = on the left and the part on the right are what you want? Ideally, I need two FROM: addresses which say: mperry(a)basin.com mperry(a)whatever.com I want the email separate because things are confusing enough for me getting email from two distinct pop servers. Help? --=20 Michael Perry=20 mperry(a)basin.com ------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4600019817591360400==-- From mperry@basin.com Thu Feb 11 00:07:37 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] /usr/sbin/sendmail queues email with attachments Date: Wed, 10 Feb 1999 16:07:37 -0800 Message-ID: <99021016081801.00292@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0260021424712465485==" --===============0260021424712465485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Why is this the default? How does one change this? -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0260021424712465485==-- From phil@stokes.demon.co.uk Thu Feb 11 00:51:55 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Updating to SuSE 6.0 Date: Thu, 11 Feb 1999 00:51:55 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0677697228943420900==" --===============0677697228943420900== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well, I spent this afternoon updating my 5.3 system to 6.0. Mostly it went very well. I've had a few config files to tinker with. pppd got me scratching my head for a while, complaining of invalid options in the options file, until I realised that the syntax of some options has changed in the latest version. What didn't help is that I still seem to have the man page for 2.2 Apache was another problem. The run script was installed in /sbin/init.d, but the links in the rc2.d and rc3.d directories had somehow been removed during the update and not recreated, so I had to add them manually. A few warnings about missing files during the update, all of which turned out to be there when I checked later, except for libqimgio.so (see below). So far, all of my libc5 stuff works, including WP8, with the shlibs5 package installed. The only problem I haven't been able to resolve: "/sbin/ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.so (No such file or directory)" libqimgio.so is a broken symlink. Can someone running 6.0 check their box and tell me what it should point to. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0677697228943420900==-- From jblosser@firinn.org Thu Feb 11 01:01:50 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] masquerading from addresses in pine Date: Wed, 10 Feb 1999 20:01:50 -0500 Message-ID: <19990210200150.A22441@firinn.org> In-Reply-To: <99021015252700.15002@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0928681855293230645==" --===============0928681855293230645== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3Dfdj2RfSjLxBAspz7; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============0928681855293230645==-- From bshelton-suse-linux@ole.net Thu Feb 11 01:41:48 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] masquerading from addresses in pine Date: Wed, 10 Feb 1999 20:41:48 -0500 Message-ID: <19990210204148.A4755@ole.net> In-Reply-To: <19990210200150.A22441@firinn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4373629192231969742==" --===============4373629192231969742== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, Feb 10, 1999 at 08:01:50PM -0500, Jeremy Blosser wrote: > Michael Perry [mperry(a)basin.com] wrote: > > How does one masquerade the FROM: or change it so that the part on > > the left and the part on the right are what you want?=20 >=20 > From my experiences dealing with this issue when it came up pine users on > our system, you can't do it in pine. Mutt (
http://www.mutt.org/>) allows > this as well as other advanced header editing/etc. "out of the box". Yup. It's a beautiful thaaang. You can configure it for mailing lists too. A different From: for any mailing lists that require subscriber only post. Try it. You'll like it. It's very, VERY configurable... perhaps TOO configurable. `*8>=20 --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4373629192231969742==-- From mperry@basin.com Thu Feb 11 02:28:30 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] masquerading from addresses in pine Date: Wed, 10 Feb 1999 18:28:30 -0800 Message-ID: <99021018301200.05272@mperry> In-Reply-To: <19990210204148.A4755@ole.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5722453041600804303==" --===============5722453041600804303== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 10 Feb 1999, you wrote: >On Wed, Feb 10, 1999 at 08:01:50PM -0500, Jeremy Blosser wrote: >> Michael Perry [mperry(a)basin.com] wrote: >> > How does one masquerade the FROM: or change it so that the part on >> > the left and the part on the right are what you want?=20 >>=20 >> From my experiences dealing with this issue when it came up pine users on >> our system, you can't do it in pine. Mutt (http://www.mutt.org/>) allows >> this as well as other advanced header editing/etc. "out of the box". > >Yup. It's a beautiful thaaang. You can configure it for mailing lists too. A >different From: for any mailing lists that require subscriber only post. > >Try it. You'll like it. > >It's very, VERY configurable... perhaps TOO configurable. `*8>=20 > Thanks folks. I had kinda hoped to be able to use pine and masquerade the address but I know mutt so will go that way. I am using kmail now but the ti= me will come (shortly) when I get tired of kde completely and wander back. --=20 Michael Perry=20 mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5722453041600804303==-- From fmiller@lightlink.com Thu Feb 11 02:37:04 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Dell Poweredge 2300 and SuSE 6.0. Date: Wed, 10 Feb 1999 21:37:04 -0500 Message-ID: <36C24250.46B08D86@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6297602873393218214==" --===============6297602873393218214== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ok.....I'm a much happier camper than I was! The Adaptec 7890 controller that is embedded on the Dell Server IS supported in SuSE 6.0, and also the ATI Rage Pro video, also embedded. The later you MUST use xf86config to setup, NOT SAX! SAX is a nice program, but it still lacks in supporting all drivers listed in the distribution.=20 I've jury duty starting tomorrow, so I won't get to really get it setup properly till I'm off of that. I'm using the "old" kernel because of stability issues.....a "production" server shouldn't be "messed" with. Here at home, 'doing the same thing. Netscape came up fine....no problems. NICE improvements in KDE....more later. Best, Fred - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6297602873393218214==-- From leonmcclatchey@homemail.com Thu Feb 11 03:03:42 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel compile Date: Wed, 10 Feb 1999 21:03:42 -0600 Message-ID: <36C2488D.AD05EA91@homemail.com> In-Reply-To: <36C1E885.34B1A311@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0899188704802092423==" --===============0899188704802092423== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Aaron Prohaska wrote: > I guess I can't blame them for not wanting to deal with getting Linux to > dial with the standerd scripts since I have been unable to get my > machine to connect to my ISP. > Well actually, I used to use a "standard script" when I first fired up linux,= (it was set up for multi-user-multi-isp). But, I've since stopped using ibm.net = as one of my isp's and added a few more email accounts to my local provider. I = was starting to play a bit with the ppp's option of dial-on-demand, but kept gett= ing error messages due to the kernel I'm using (2.033) and was introduced to dial= d. A bit of playing around, and trimming the edges, and diald has proven to be m= ore reliable as far as getting my mail on a regular basis, and allowing us to log= in from either the linux box or the win95 box:-) -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) Hlade's Law: If you have a difficult task, give it to a lazy person -- they will find an easier way to do it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0899188704802092423==-- From leonmcclatchey@homemail.com Thu Feb 11 03:40:00 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] access denied when writing to shared filesvia samba Date: Wed, 10 Feb 1999 21:40:00 -0600 Message-ID: <36C25110.C24EAF8D@homemail.com> In-Reply-To: <3.0.3.32.19990210095014.006963fc@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7700410234221494040==" --===============7700410234221494040== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: > >One thing that you may want to check is the linux permissions on the > directories that you have set up as shares. > > How do you check this ? Can it be deone with MC ? As a matter of fact, for most of my File Browsing tools, I do use MC here and it is very easy to see at first glance what the permissions are. Just open the info window (Ctrl-X, I) and you will see who the owner is, the group, and the file/directory permissions as well as the size, create and access dates. Also, on the bottom of the screen, the file permissions do show up whenever you put your curser on a file or directory. Here you can also see where the true fle/directory that your symlinks are pointing to:-) I know I ran into that problem on a couple of file areas (mainly when I tried to save a file I was downloading into a share that was set up for no write access unless you were either the owner or belonged to the group, when I went in as root and changed those permissions, the shares behaved more like I wanted them to:-) -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) Hlade's Law: If you have a difficult task, give it to a lazy person -- they will find an easier way to do it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7700410234221494040==-- From naurgrim@karn.org Thu Feb 11 03:42:47 1999 From: naurgrim@karn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] masquerading from addresses in pine Date: Thu, 11 Feb 1999 03:42:47 +0000 Message-ID: <99021103455300.00781@cranky> In-Reply-To: <19990210200150.A22441@firinn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1708153029103860286==" --===============1708153029103860286== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 11 Feb 1999, Jeremy Blosser wrote: >>Michael Perry [mperry(a)basin.com] wrote: >> How does one masquerade the FROM: or change it so that the part on >> the left and the part on the right are what you want?=20 > >From my experiences dealing with this issue when it came up pine users on >our system, you can't do it in pine. Mutt (http://www.mutt.org/>) allows >this as well as other advanced header editing/etc. "out of the box". I seem to remember picking up somewhere that it *is* possible to do so, but requires re-compiling pine with a particular option enabled that will allow the FROM: header to be set manually. Sorry to be vague, and HTH. -- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1708153029103860286==-- From leonmcclatchey@homemail.com Thu Feb 11 03:53:22 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] access denied when writing to shared filesvia samba Date: Wed, 10 Feb 1999 21:53:22 -0600 Message-ID: <36C25432.C0CC4C74@homemail.com> In-Reply-To: <3.0.3.32.19990210095014.006963fc@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3606763366918907705==" --===============3606763366918907705== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: > (either that or set up your users as belonging to group "samba"? > > Cab you ellaborate some more here. I created two users via yast when > installing suse 6 ? They have the same user and passwoord the win95/8 > machines. How do you do the chmod thing ? > I've got pretty much the same set up here, all my users (mostly family) has the same userid and password on both the linux box and the win95 box (BTW, I'm still running Suse 5.1 here, though I have updated some of the packages since my original installation, For instance Samba 2.0 and diald .98?). At any rate, as far as my handling users and groups goes, I do most of that (if not all) via Yast, since it is so easy to Create/Select a group, and then move to the users area and use F3 to pick what users you want to have in that group. As far as my handling ownerships of files and directories, I'm a long time user of Norton Commander for Dos, and I've found that the Midnight Commander in Linux is an excellent substitute (with quite a bit more power). So, I just select the files I want to change ownerships on and then pull down the menu to chmod them (sometimes however, advanced chown works better as it allows you to set both ownerships and access rights at one "fell stroke":=3D).>> create mod= e =3D 0700 -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) Hlade's Law: If you have a difficult task, give it to a lazy person -- they will find an easier way to do it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3606763366918907705==-- From andreas@gerstlauer.de Thu Feb 11 04:37:28 1999 From: andreas@gerstlauer.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] "w" reports incorrect IDLE time Date: Wed, 10 Feb 1999 20:37:28 -0800 Message-ID: <199902110437.UAA13786@pv116.pv.reshsg.uci.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7303116473548118848==" --===============7303116473548118848== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > As you can see from this example, this machine was up for 2 days, 19 h > 54min, but there is a user "yevik" on ttyp6 that was idle for 23days. > Moreover, this user logged in less than a minute before I ran this > command (you can see that from the example as well). > For more information the user yevik started KDE at the console. >=20 Not sure but it might be due to the the fact that "kvt" (the KDE terminal) is broken (KDE 1.0, SuSE 6.0 for sure; others I don't know). When starting up "kvt" it gives more or less random initial=20 idle times. They disappear after the first key is pressed in the terminal. What's worse is that kvt has another bug in that it doesn't remove it's "wtmp" entry when being killed by a KDE shutdown, i.e. a "who" after exiting KDE lists the user as still being logged in on all the kvt's he/she had open. I have a patch for kvt that solves both problems. If anyone is interested I can send it over but it's probably easier to just wait for KDE 1.1 which (supposedly?) will have a kvt replacement or at least a newer kvt version... Andreas - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7303116473548118848==-- From Peter.Hosszu@apss.at Thu Feb 11 05:21:03 1999 From: Peter.Hosszu@apss.at To: users@lists.opensuse.org Subject: AW: [SuSE Linux] Vote for SuSE Date: Thu, 11 Feb 1999 06:21:03 +0100 Message-ID: <79F01759BBE3D011BA44000083946EE85DA561@PRODUKTION> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1185971674330285296==" --===============1185971674330285296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! Let's distinguish between two things: - The food offered by mcdonald's is IMHO of a rather low quality, i.e. junk food. - That food is produced all over the world with the same precision, the rooms are clean, the toilets are clean, the personal polite. Wherever you go, you know what you will get in a McDonald's. I think, Linux is a "Delikatesse" among the OSes, but sw-quality cannot compensate for a distribution mess. --=20 Udv / Bye / MfG =20 Hosszu Peter > -----Urspr=C3=BCngliche Nachricht----- > Von: Aldo Solari [APS] [SMTP:SOLARIS(a)cicei.ulpgc.es] > Gesendet am: Wednesday, February 10, 1999 3:54 PM > An: suse-linux-e(a)suse.com > Betreff: Re: [SuSE Linux] Vote for SuSE >=20 >=20 > Jesus! what a whining! >=20 > It looks like you [americans] want everything to go the pizza hut or > mcdonald's way ... even what OSes are concerned. Sorry of the > flame but I am somehow fed up by that kind of super-market > mentality. >=20 > Anyway ... >=20 > APS >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1185971674330285296==-- From dk11ae@student.hik.se Thu Feb 11 08:00:12 1999 From: dk11ae@student.hik.se To: users@lists.opensuse.org Subject: [SuSE Linux] font doesn't exist Date: Thu, 11 Feb 1999 09:00:12 +0100 Message-ID: <99021109105102.00212@earth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5436372300059507104==" --===============5436372300059507104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello. When I use other accounts than root, I sometimes get messages like=20 'font "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*--*" doesn't exist'. Maybe I only need to add some paths to my fontpaths, where do I do that? , or what can be the problem? /daniel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5436372300059507104==-- From chris@usma.demon.co.uk Thu Feb 11 08:01:25 1999 From: chris@usma.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Fell at last hurdle Date: Thu, 11 Feb 1999 08:01:25 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6951325196617250090==" --===============6951325196617250090== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable OK, I went through the SuSE 6.0 installation process (new install) and evrything seemd to be going smoothly, until the point where it had to reboot to finish off. Got to the login: prompt, but whatever I enter (root, etc.) it just comes back with the kernel announce line and the login prompt: no password prompt, nothing, so I can't actually go in to check (and check what?). Suggestions welcome (preferably not a re-install!). --=20 Chris Keenan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6951325196617250090==-- From phil@stokes.demon.co.uk Thu Feb 11 08:29:26 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: masquerading from addresses in pine Date: Thu, 11 Feb 1999 08:29:26 +0000 Message-ID: In-Reply-To: <99021103455300.00781@cranky> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6315264184426113102==" --===============6315264184426113102== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 11 Feb 1999, NtF wrote: >=20 > On Thu, 11 Feb 1999, Jeremy Blosser wrote: > >>Michael Perry [mperry(a)basin.com] wrote: > >> How does one masquerade the FROM: or change it so that the part on > >> the left and the part on the right are what you want?=20 > > > >From my experiences dealing with this issue when it came up pine users on > >our system, you can't do it in pine. Mutt (http://www.mutt.org/>) allows > >this as well as other advanced header editing/etc. "out of the box". >=20 > I seem to remember picking up somewhere that it *is* possible to do so, > but requires re-compiling pine with a particular option enabled that > will allow the FROM: header to be set manually. Sorry to be vague, and > HTH. ALLOW_CHANGING_FROM in /pine/osdep/os-lnx.h, or apparently it can be edited manually into the users .pinerc file, although if the sysadmin has compiled in or set the option to disallow it in the system wide config file it still won't work.=20 Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6315264184426113102==-- From jkirving@mosquitonet.com Thu Feb 11 09:31:50 1999 From: jkirving@mosquitonet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] masquerading from addresses in pine Date: Thu, 11 Feb 1999 00:31:50 -0900 Message-ID: <99021100335806.24563@moffit> In-Reply-To: <99021015252700.15002@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6089896513709375341==" --===============6089896513709375341== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >I set up a separate account for some email I get from a work pop server but = the >user name is the same. IOW, I use pine or kmail and get an mperry(a)basin.= com >from address which is correct. On the other acount for work, I want to get = the >email to a separate account which I have figured out with fetchmail, but I w= ant >the FROM: address to say mperry(a)whatever.com instead of grabbing the from:= from >the system. How does one masquerade the FROM: or change it so that the part= on >the left and the part on the right are what you want? Ideally, I need two >FROM: addresses which say: > >mperry(a)basin.com >mperry(a)whatever.com > >I want the email separate because things are confusing enough for me getting >email from two distinct pop servers. > >Help? In your .pinerc (or other config file) set variable=20 user-domain=3Dwhatever.com=20 -- Ken Irving -- jkirving(a)mosquitonet.com Trident Software -- = http://www.mosqui= tonet.com/~jkirving/trident> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6089896513709375341==-- From phil@stokes.demon.co.uk Thu Feb 11 09:52:38 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: "w" reports incorrect IDLE time Date: Thu, 11 Feb 1999 09:52:38 +0000 Message-ID: In-Reply-To: <199902110437.UAA13786@pv116.pv.reshsg.uci.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7695488844517896884==" --===============7695488844517896884== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 10 Feb 1999, Andreas Gerstlauer wrote: >=20 >=20 > > As you can see from this example, this machine was up for 2 days, 19 h > > 54min, but there is a user "yevik" on ttyp6 that was idle for 23days. > > Moreover, this user logged in less than a minute before I ran this > > command (you can see that from the example as well). > > For more information the user yevik started KDE at the console. > >=20 > Not sure but it might be due to the the fact that "kvt" (the KDE > terminal) is broken (KDE 1.0, SuSE 6.0 for sure; others I don't > know). When starting up "kvt" it gives more or less random initial=20 > idle times. They disappear after the first key is pressed in the > terminal. What's worse is that kvt has another bug in that it > doesn't remove it's "wtmp" entry when being killed by a KDE > shutdown, i.e. a "who" after exiting KDE lists the user as still > being logged in on all the kvt's he/she had open. Isn't this the wtmp problem that Lenz mentioned yesterday? I had the same thing. A quick # cat /dev/null > /var/log/wtmp as suggested by Lenz fixed it. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7695488844517896884==-- From samelash@ix.netcom.com Thu Feb 11 10:04:32 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] How to remove Happy99 virus Date: Thu, 11 Feb 1999 10:04:32 +0000 Message-ID: <3.0.3.32.19990211100432.00afbfa0@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7357450891698567342==" --===============7357450891698567342== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Very easy=20 http://www.pspl.com/trojan_= info/win32/happy99.htm> (complete instructions) in breaf do tthe following =C2=A0Removing happy99 from your computer: You can remove this trojan from your computer by using Protector Plus antivirus software. Click here to download a 30 day Evaluation Copy of Protector Plus for your operating system. You can also remove this trojan manually from your computer. To do that, first check the WINDOWS\SYTEM=C2=A0folder for the presence of these files. 1. SKA.EXE 2. SKA.DLL 3. WSOCK32.SKA If you find these files then you have been attacked by the Happy99 Trojan. To remove this trojan do the following: 1. Delete SKA.EXE, SKA.DLL and WSOCK32.DLL 2. Rename WSOCK32.SKA as WSOCK32.DLL Make sure that you have WSOCK32.SKA file before deleting WSOCK32.DLL and ensure that you have renamed this file properly. You may have to close your Browser, Email software, etc. to delete and rename the DLL files. You will have to use an antivirus software capable of detecting this trojan to ensure that you do not have this file anywhere in your hard disk. You can use Protector Plus for that purpose. At 12:20 PM 2/11/1999 +0200, you wrote: >Hi Samy, > >Thanks for the warning. I didn't run it as I never run executables that I >receive without asking for them. > >Unfortunately at least 2 users in our network received them from other >sources and ran them, so their machines are now infected. I'm guessing that >you were infected and managed to clear it before sending your warning. If >so I would greatly appreciate it if you would let me know how you got it out >of your system. > >Thanks. >--- >Steve Crane >stevec(a)datapro.co.za >http://www.datapro.co.za/~stevec>=20 > >> Do not execute Happy99.exe, it will infect your system with a=20 >> WORM virus. >> Make sure to delete the files ska.dll and ska.exe from your=20 >> system (search >> you all directory locations under your windows directory)=20 >> otherwise you will >> be infected the next time you re-boot (Windows and NT users only). > > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7357450891698567342==-- From TXDELBAE@ctrl.co.uk Thu Feb 11 10:57:57 1999 From: TXDELBAE@ctrl.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 10:57:57 +0000 Message-ID: <90D7336CE2B9D211A18408002BB777096B97E2@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4517520667498254942==" --===============4517520667498254942== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I recently installed SuSE Linux 5.2 onto my PC, and last night I set up KDM, and change the login to be graphical. All OK. When I tried to exit last night I could not shutdown, the little button was pressed, but the GO button would not highlight, and so I had to switch off the PC. Any Ideas Thanks Tim Delbaere Environment & 0171 692 8024 ) EGH 603 <mailto:txdelbae(a)ctrl.co.uk> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4517520667498254942==-- From Surjit.Bains@hsam.co.uk Thu Feb 11 11:58:32 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 11:58:32 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B62@EXCHANGE1> In-Reply-To: <[SuSE Linux] Can't exit from KDM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1698188561473769774==" --===============1698188561473769774== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKT25s eSByb290IChJbml0aWFsbHkpIGNhbiBTaHV0ZG93bi9SZWJvb3QgIC4uCgp3aGVyZSB5b3Ugcm9v dCA/CgpTdXJqaXQuCgotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBEZWxiYWVyZSwg VGltIFs8QSBIUkVGPSJtYWlsdG86VFhERUxCQUUoYSljdHJsLmNvLnVrIj5tYWlsdG86VFhERUxC QUUoYSljdHJsLmNvLnVrPC9BPl0KU2VudDogMTEgRmVicnVhcnkgMTk5OSAxMDo1OApUbzogJ0xp bnV4IExpc3QnClN1YmplY3Q6IFtTdVNFIExpbnV4XSBDYW4ndCBleGl0IGZyb20gS0RNCkltcG9y dGFuY2U6IExvdwoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CldB Uk5JTkc6IEV4dGVybmFsIEVtYWlsOiBUaGlzIG1lc3NhZ2Ugd2FzIHJlY2VpdmVkIGZyb20gYSBz b3VyY2UKZXh0ZXJuYWwgdG8gSFNBTSBhbmQgdGhlcmVmb3JlIHRoZSBzZW5kZXIncyBpZGVudGl0 eSBjYW5ub3QgYmUgdmVyaWZpZWQuCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PQoKSGVsbG8sCgpJIHJlY2VudGx5IGluc3RhbGxlZCBTdVNFIExpbnV4IDUuMiBvbnRv IG15IFBDLCBhbmQgbGFzdCBuaWdodCBJIHNldCB1cApLRE0sCmFuZCBjaGFuZ2UgdGhlIGxvZ2lu IHRvIGJlIGdyYXBoaWNhbC4gQWxsIE9LLiBXaGVuIEkgdHJpZWQgdG8gZXhpdCBsYXN0Cm5pZ2h0 IEkgY291bGQgbm90IHNodXRkb3duLCB0aGUgbGl0dGxlIGJ1dHRvbiB3YXMgcHJlc3NlZCwgYnV0 IHRoZSBHTwpidXR0b24Kd291bGQgbm90IGhpZ2hsaWdodCwgYW5kIHNvIEkgaGFkIHRvIHN3aXRj aCBvZmYgdGhlIFBDLgoKQW55IElkZWFzCgpUaGFua3MKVGltIERlbGJhZXJlCkVudmlyb25tZW50 CiYgMDE3MSA2OTIgODAyNCAgICkgRUdIIDYwMwo8PEEgSFJFRj0ibWFpbHRvOnR4ZGVsYmFlKGEp Y3RybC5jby51ayI+bWFpbHRvOnR4ZGVsYmFlKGEpY3RybC5jby51azwvQT4+CgotClRvIGdldCBv dXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNv bSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNo ZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBw b3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3Uv RkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFu ZCB0aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3Rz L3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNv bS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdldCBv dXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNv bSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNo ZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBw b3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3Uv RkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFu ZCB0aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3Rz L3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNv bS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo= --===============1698188561473769774==-- From TXDELBAE@ctrl.co.uk Thu Feb 11 12:20:31 1999 From: TXDELBAE@ctrl.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 12:20:31 +0000 Message-ID: <90D7336CE2B9D211A18408002BB777096B97E6@ctrl.co.uk> In-Reply-To: <[SuSE Linux] Can't exit from KDM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3762927596955256436==" --===============3762927596955256436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes, I have only root login. I have not made any other users as yet. Tim Delbaere Environment & 0171 692 8024 ) EGH 603 <mailto:txdelbae(a)ctrl.co.uk> -----Original Message----- From: Surjit Bains [mailto:Surji= t.Bains(a)hsam.co.uk] Sent: 11 February 1999 11:59 To: Delbaere, Tim Cc: suse-linux-e(a)suse.com Subject: RE: [SuSE Linux] Can't exit from KDM =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D This message and any attachments to it are subject to copyright and are=20 sent for the personal attention of the addressee. It may include=20 information which is legally privileged and exempt from disclosure. =20 If you receive this communication in error, please advise us immediately. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D Only root (Initially) can Shutdown/Reboot .. where you root ? Surjit. -----Original Message----- From: Delbaere, Tim [mailto:TXDELBAE= (a)ctrl.co.uk] Sent: 11 February 1999 10:58 To: 'Linux List' Subject: [SuSE Linux] Can't exit from KDM Importance: Low =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D WARNING: External Email: This message was received from a source external to HSAM and therefore the sender's identity cannot be verified. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Hello, I recently installed SuSE Linux 5.2 onto my PC, and last night I set up KDM, and change the login to be graphical. All OK. When I tried to exit last night I could not shutdown, the little button was pressed, but the GO button would not highlight, and so I had to switch off the PC. Any Ideas Thanks Tim Delbaere Environment & 0171 692 8024 ) EGH 603 <mailto:txdelbae(a)ctrl.co.uk> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3762927596955256436==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Thu Feb 11 13:16:55 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Ownership of tar archive members Date: Thu, 11 Feb 1999 14:16:55 +0100 Message-ID: <19990211141655.B723@one.hrz.tu-chemnitz.de> In-Reply-To: <19990210145935.A379@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0862327697123236451==" --===============0862327697123236451== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, Feb 10, 1999 at 14:59 -0500, Howard Arons wrote: > I learned on this list that the '-p' option is used to retain=20 > permissions. >=20 > How does one make sure that _ownership_ info is preserved as well? Just tried it, tar extracts the files automatically with the proper ownerships. If you want to be sure you can use the --same-owner option when extracting. > How does a tar archive store such info? Is it necessary to have a file,=20 > say in /etc, that tar uses that lists id numbers and ownership names?=20 The info is stored inside the archive. Just have a look at it with tar -tvf some_archive.tar Ciao, Stefan Btw. there is also a nice info page with far more than you've ever wanted to know about tar ;-) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0862327697123236451==-- From Surjit.Bains@hsam.co.uk Thu Feb 11 13:21:41 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 13:21:41 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B64@EXCHANGE1> In-Reply-To: <[SuSE Linux] Can't exit from KDM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6154658022966473614==" --===============6154658022966473614== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKRmly c3RseSBwYXJkb24gbXkgRW5nbGlzaC4uIFRoYXQgc2hvdWxkIGJlIHdlcmUgbm90IHdoZXJlLi4u CgpJIGRvbid0IGtub3cgaWYgYW55b25lIGVsc2UgaGFzIGV4cGVyaWVuY2VkIHRoaXMgb24gdGhl IGxpc3QgSQpwZXJzb25hbGx5IGhhdmUgbm90Li4uIAoKSWYgeW91IHdpc2ggdG8gY2hhbmdlIGJh Y2sgdG8gJ25vcm1hbCcgQ29tbWFuZCBsaW5lIHVwb24gU3RhcnR1cCB0aGVuCmVkaXQgdGhlIC9l dGMvaW5pdHRhYiBmaWxlIGFuZCBjaGFuZ2UgdGhlIFJ1bmxldmVsCgojIGRlZmF1bHQgcnVubGV2 ZWwKaWQ6Mzppbml0ZGVmYXVsdDoKLi4uCgpDaGFuZ2UgdGhlICIzIiB0byAiMiIgCgpTdXJqaXQu CgotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBTdXJqaXQgQmFpbnMgClNlbnQ6IDEx IEZlYnJ1YXJ5IDE5OTkgMTE6NTkKVG86ICdEZWxiYWVyZSwgVGltJwpDYzogc3VzZS1saW51eC1l KGEpc3VzZS5jb20KU3ViamVjdDogUkU6IFtTdVNFIExpbnV4XSBDYW4ndCBleGl0IGZyb20gS0RN Cgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0 ZXJuYWwgRW1haWw6IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRl cm5hbCB0byBIU0FNIGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBi ZSB2ZXJpZmllZC4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Cgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpUaGlz IG1lc3NhZ2UgYW5kIGFueSBhdHRhY2htZW50cyB0byBpdCBhcmUgc3ViamVjdCB0byBjb3B5cmln aHQgYW5kIGFyZSAKc2VudCBmb3IgdGhlIHBlcnNvbmFsIGF0dGVudGlvbiBvZiB0aGUgYWRkcmVz c2VlLiAgSXQgbWF5IGluY2x1ZGUgCmluZm9ybWF0aW9uIHdoaWNoIGlzIGxlZ2FsbHkgcHJpdmls ZWdlZCBhbmQgZXhlbXB0IGZyb20gZGlzY2xvc3VyZS4gIApJZiB5b3UgcmVjZWl2ZSB0aGlzIGNv bW11bmljYXRpb24gaW4gZXJyb3IsIHBsZWFzZSBhZHZpc2UgdXMKaW1tZWRpYXRlbHkuCj09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpPbmx5IHJv b3QgKEluaXRpYWxseSkgY2FuIFNodXRkb3duL1JlYm9vdCAgLi4KCndoZXJlIHlvdSByb290ID8K ClN1cmppdC4KCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tCkZyb206IERlbGJhZXJlLCBUaW0g WzxBIEhSRUY9Im1haWx0bzpUWERFTEJBRShhKWN0cmwuY28udWsiPm1haWx0bzpUWERFTEJBRShh KWN0cmwuY28udWs8L0E+XQpTZW50OiAxMSBGZWJydWFyeSAxOTk5IDEwOjU4ClRvOiAnTGludXgg TGlzdCcKU3ViamVjdDogW1N1U0UgTGludXhdIENhbid0IGV4aXQgZnJvbSBLRE0KSW1wb3J0YW5j ZTogTG93Cgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklO RzogRXh0ZXJuYWwgRW1haWw6IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJj ZQpleHRlcm5hbCB0byBIU0FNIGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNh bm5vdCBiZSB2ZXJpZmllZC4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09CgpIZWxsbywKCkkgcmVjZW50bHkgaW5zdGFsbGVkIFN1U0UgTGludXggNS4yIG9udG8gbXkg UEMsIGFuZCBsYXN0IG5pZ2h0IEkgc2V0IHVwCktETSwKYW5kIGNoYW5nZSB0aGUgbG9naW4gdG8g YmUgZ3JhcGhpY2FsLiBBbGwgT0suIFdoZW4gSSB0cmllZCB0byBleGl0IGxhc3QKbmlnaHQgSSBj b3VsZCBub3Qgc2h1dGRvd24sIHRoZSBsaXR0bGUgYnV0dG9uIHdhcyBwcmVzc2VkLCBidXQgdGhl IEdPCmJ1dHRvbgp3b3VsZCBub3QgaGlnaGxpZ2h0LCBhbmQgc28gSSBoYWQgdG8gc3dpdGNoIG9m ZiB0aGUgUEMuCgpBbnkgSWRlYXMKClRoYW5rcwpUaW0gRGVsYmFlcmUKRW52aXJvbm1lbnQKJiAw MTcxIDY5MiA4MDI0ICAgKSBFR0ggNjAzCjw8QSBIUkVGPSJtYWlsdG86dHhkZWxiYWUoYSljdHJs LmNvLnVrIj5tYWlsdG86dHhkZWxiYWUoYSljdHJsLmNvLnVrPC9BPj4KCi0KVG8gZ2V0IG91dCBv ZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdp dGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sg b3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv PC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRo ZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGlu Z2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBv ZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdp dGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sg b3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv PC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRo ZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGlu Z2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBv ZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdp dGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sg b3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv PC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRo ZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGlu Z2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============6154658022966473614==-- From samelash@ix.netcom.com Thu Feb 11 13:22:02 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [Fwd: [SuSE Linux] Vote for SuSE] - Happy99.exe Date: Thu, 11 Feb 1999 13:22:02 +0000 Message-ID: <3.0.3.32.19990211132202.00afdc90@popd.ix.netcom.com> In-Reply-To: <36C2FC81.2F828DE4@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9144141806950158156==" --===============9144141806950158156== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Some of us still use windows . Some of us have yet to get the modem / isp stuff working , thus the reliance on windows. I appoigize for any inconvience caused by this. I only found out about the virus when some one was kind enough to inform me that there were attachments going out with the email. This virus attaches itself to all outgoing email messages unknown to the sender. Agien , I am sorry for any inconvience caused by this. If any one need the instructions on how to elliminate them please see http://www.pspl.com/trojan_= info/win32/happy99.htm> on how to remove it. Thanks Samy At 05:51 AM 2/11/1999 -1000, you wrote: > >thor(a)work wrote: >>=20 >> please take care of this idiot!!! >>=20 >> thor >>=20 >> ------------------------------------------------------------ >>=20 >> Subject: RE: [SuSE Linux] Vote for SuSE >> Date: Wed, 10 Feb 1999 12:24:46 -0600 (CST) >> From: Samy Elashmawy >> To: undisclosed-recipients:; >>=20 >> Name: Happy99.exe >> Happy99.exe Type: unspecified type (application/octet-stream) >> Encoding: x-uuencode >>=20 >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > > > >One might wonder what a Linux user would do with >an .exe file - especially one that has an unknown >pedigree from an unknown person. > > >George >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9144141806950158156==-- From alexm@quake.tx.symbio.net Thu Feb 11 13:50:14 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Fell at last hurdle Date: Thu, 11 Feb 1999 07:50:14 -0600 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4324302910027996544==" --===============4324302910027996544== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 11 Feb 1999, Chris KEENAN wrote: >=20 > OK, I went through the SuSE 6.0 installation process (new install) and > evrything seemd to be going smoothly, until the point where it had to > reboot to finish off. Got to the login: prompt, but whatever I enter > (root, etc.) it just comes back with the kernel announce line and the > login prompt: no password prompt, nothing, so I can't actually go in > to check (and check what?). Suggestions welcome (preferably not a > re-install!). Try ALT+F2 and see if you can login on tty2 I had similar tty lockups in 5.3 -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4324302910027996544==-- From alan@fuse.net Thu Feb 11 14:04:00 1999 From: alan@fuse.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 09:04:00 -0500 Message-ID: In-Reply-To: <90D7336CE2B9D211A18408002BB777096B97E6@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8954785172416384404==" --===============8954785172416384404== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable If you're where I think you were... Back at the main KDM screen, chose the 'shutdown' button... Type in your root password in the window, hit return (which should un-ghost' the "go" button) and then click on the 'go' button. If you try to hit return instead of clicking on that button it thinks you've typed in another password (which is blank and not root's) and ghosts the go button again. --=20 Alan Melick, NOC Engineer II Fuse Internet Access On Thu, 11 Feb 1999, Delbaere, Tim wrote: >=20 > Yes, >=20 > I have only root login. I have not made any other users as yet. >=20 > Tim Delbaere > Environment > & 0171 692 8024 ) EGH 603 > <mailto:txdelbae(a)ctrl.co.uk> >=20 >=20 > -----Original Message----- > From: Surjit Bains [mailto:Sur= jit.Bains(a)hsam.co.uk] > Sent: 11 February 1999 11:59 > To: Delbaere, Tim > Cc: suse-linux-e(a)suse.com > Subject: RE: [SuSE Linux] Can't exit from KDM >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > This message and any attachments to it are subject to copyright and are=20 > sent for the personal attention of the addressee. It may include=20 > information which is legally privileged and exempt from disclosure. =20 > If you receive this communication in error, please advise us immediately. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >=20 > Only root (Initially) can Shutdown/Reboot .. >=20 > where you root ? >=20 >=20 > Surjit. >=20 >=20 > -----Original Message----- > From: Delbaere, Tim [mailto:TXDELB= AE(a)ctrl.co.uk] > Sent: 11 February 1999 10:58 > To: 'Linux List' > Subject: [SuSE Linux] Can't exit from KDM > Importance: Low >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > WARNING: External Email: This message was received from a source > external to HSAM and therefore the sender's identity cannot be verified. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 > Hello, >=20 > I recently installed SuSE Linux 5.2 onto my PC, and last night I set up > KDM, > and change the login to be graphical. All OK. When I tried to exit last > night I could not shutdown, the little button was pressed, but the GO > button > would not highlight, and so I had to switch off the PC. >=20 > Any Ideas >=20 > Thanks > Tim Delbaere > Environment > & 0171 692 8024 ) EGH 603 > <mailto:txdelbae(a)ctrl.co.uk> >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8954785172416384404==-- From adairb@it.postoffice.co.uk Thu Feb 11 15:06:05 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] SUSE and SMP Date: Thu, 11 Feb 1999 15:06:05 +0000 Message-ID: <199902111509.PAA28729@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1823691515927581110==" --===============1823691515927581110== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is anyone else out there using SUSE as the basis for setting up SMP? I've got a Gigabyte GA586DX with a tempting hole where an extra 200MMX could go. The FAQs say the board will do it but they're all for Red Hat. I understand it's just a case of recompiling the kernal with SMP=3D1 set and then hoping it works ;-> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1823691515927581110==-- From lhedrin@SSG.PETsMART.com Thu Feb 11 15:40:36 1999 From: lhedrin@SSG.PETsMART.com To: users@lists.opensuse.org Subject: [SuSE Linux] 5.3/6.0 Date: Thu, 11 Feb 1999 08:40:36 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1700906218238193128==" --===============1700906218238193128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Title: 5.3/6.0
I was so proud of myself when I got SuSE 5.3, I ran home(that= is hard to do from Hong Kong), installed a minimum system, Subscribed to the= Maillist, and I was set. Only to discover 6.0 is out.

I wonder if there is a big difference between 5.3 and 6.0 and = if I should upgrade. I am just starting out with linux and I had read in one= of the Linux Journals, that SuSE was the best distributions, and the number = one Distribution in Europe. Naturally I wanted to get the best. Now I am th= inking that I should have waited, or I am wondering if I should just go and g= et 6.0.

I really want to standardize on one distribution, so I am also= wondering if anyone knows the Distribution Schedule or I should say the rele= ase schedule.


Thanks

Les C. Hedrington
AZ, US

--===============1700906218238193128==-- From LinuxAdvocate@iname.com Thu Feb 11 15:45:53 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] AGP Video woes Date: Thu, 11 Feb 1999 05:45:53 -1000 Message-ID: <36C2FB31.18C1C236@iname.com> In-Reply-To: <36C10778.47623A36@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4206605907338283110==" --===============4206605907338283110== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable George Toft wrote: >=20 > I'm trying to install SuSE 5.3 on a Pentium II > (233 MHz, 32 MB RAM) with an AGP video card using > the Cirrus Logic 5465 chipset. SaX has that > chipset in its database, and I have it set up > correctly (let's presume I do). >=20 > Problem: X locks up after a few minutes of > operation, usually while painting a newly > created window. I'm using the Generic SVGA > server, 800x600x8 resolution. Using the info at www.xfree86.org, I've isolated the problem to the X-Server. Downloading new xserver... Thanks Chris. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4206605907338283110==-- From LinuxAdvocate@iname.com Thu Feb 11 15:51:29 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [Fwd: [SuSE Linux] Vote for SuSE] - Happy99.exe Date: Thu, 11 Feb 1999 05:51:29 -1000 Message-ID: <36C2FC81.2F828DE4@iname.com> In-Reply-To: <36C1E24B.6327D463@frontiernet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8701154766062508879==" --===============8701154766062508879== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable thor(a)work wrote: >=20 > please take care of this idiot!!! >=20 > thor >=20 > ------------------------------------------------------------ >=20 > Subject: RE: [SuSE Linux] Vote for SuSE > Date: Wed, 10 Feb 1999 12:24:46 -0600 (CST) > From: Samy Elashmawy > To: undisclosed-recipients:; >=20 > Name: Happy99.exe > Happy99.exe Type: unspecified type (application/octet-stream) > Encoding: x-uuencode >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> One might wonder what a Linux user would do with an .exe file - especially one that has an unknown pedigree from an unknown person. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8701154766062508879==-- From brauki@cityweb.de Thu Feb 11 16:47:05 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Fell at last hurdle Date: Thu, 11 Feb 1999 17:47:05 +0100 Message-ID: <36C30989.85216B3F@cityweb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2208801781594551958==" --===============2208801781594551958== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Chris KEENAN wrote: >=20 > OK, I went through the SuSE 6.0 installation process (new install) and > evrything seemd to be going smoothly, until the point where it had to > reboot to finish off. Got to the login: prompt, but whatever I enter > (root, etc.) it just comes back with the kernel announce line and the > login prompt: no password prompt, nothing, so I can't actually go in > to check (and check what?). Suggestions welcome (preferably not a > re-install!). >=20 I could not log in either. My root password contained an "y" and the keyboard was still set to US. Took me a few tries to find out... J=C3=BCrgen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2208801781594551958==-- From fmiller@lightlink.com Thu Feb 11 16:48:36 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape Date: Thu, 11 Feb 1999 11:48:36 -0500 Message-ID: <36C309E4.4537822F@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4612212816236588713==" --===============4612212816236588713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://www.zdnet.co= m/anchordesk/story/story_3086.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4612212816236588713==-- From WALKERSC@cibc.ca Thu Feb 11 17:16:00 1999 From: WALKERSC@cibc.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Question on SuSE sysvinit. Date: Thu, 11 Feb 1999 12:16:00 -0500 Message-ID: <199902111708.JAA03140@mail.suse.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2520092843076974847==" --===============2520092843076974847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In SuSE what is the equiv of rc.local in other distributions? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2520092843076974847==-- From costyn@unicall.be Thu Feb 11 18:03:07 1999 From: costyn@unicall.be To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Can't exit from KDM Date: Thu, 11 Feb 1999 19:03:07 +0100 Message-ID: <003601be55e8$c999dc30$0c03703e@the-muffin-man> In-Reply-To: <[SuSE Linux] Can't exit from KDM> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3812162742542759509==" --===============3812162742542759509== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I'm experiencing a similar problem. I have KDM running on my PC and because my graphics card is not supported yet (S3 Trio 3D) I have to work with the VGA16 server. That way I work in the lowest resolution possible. When I try to logout, KDM gives the login screen but the "console window" is partially in front of the login screen. Of course, just where the buttons are. So, I can't click the Shutdown button and I have to switch off my PC. This causes the LILO booter to force a harddisk check every time I start up (and on this takes some time). I also would like a solution for this. Does somebody know a way out ? thanks, Claude Ostyn -----Original Message----- From: Delbaere, Tim To: 'Linux List' Date: Thursday, February 11, 1999 12:29 PM Subject: [SuSE Linux] Can't exit from KDM > >Hello, > >I recently installed SuSE Linux 5.2 onto my PC, and last night I set up KDM, >and change the login to be graphical. All OK. When I tried to exit last >night I could not shutdown, the little button was pressed, but the GO button >would not highlight, and so I had to switch off the PC. > >Any Ideas > >Thanks >Tim Delbaere >Environment >& 0171 692 8024 ) EGH 603 ><mailto:txdelbae(a)ctrl.co.uk> > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> >
BEGIN:VCARD
VERSION:2.1
N:Ostyn;Claude
FN:Claude Ostyn
ORG:JCS Int.
TEL;WORK;VOICE:050/32.01.21
TEL;CELL;VOICE:+32 (0)477-798 398
TEL;WORK;FAX:050/84.17.89
EMAIL;PREF;INTERNET:cos(a)jcs.be
REV:19990211T180307Z
END:VCARD

--===============3812162742542759509==--


From WALKERSC@cibc.ca Thu Feb 11 18:29:00 1999
From: WALKERSC@cibc.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Can't exit from KDM
Date: Thu, 11 Feb 1999 13:29:00 -0500
Message-ID: <199902111822.KAA06800@mail.suse.com>
In-Reply-To: <[SuSE Linux] Can't exit from KDM>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4224599571182390722=="

--===============4224599571182390722==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




     Can't you try switching to a new virtual console, and logging in? That=20
     works for me. loging, killall xdm or just run halt.

______________________________ Reply Separator
_________________________________
Subject: Re: [SuSE Linux] Can't exit from KDM
Author:  "CO" [SMTP:costyn(a)unicall.be] at BCEEXCH
Date:    2/11/99 1:03 PM

Hi,
    =20
I'm experiencing a similar problem. I have KDM running on my PC and because=20
my graphics card is not supported yet (S3 Trio 3D) I have to work with the=20
VGA16 server. That way I work in the lowest resolution possible.
When I try to logout, KDM gives the login screen but the "console window" is

partially in front of the login screen. Of course, just where the buttons=20
are. So, I can't click the Shutdown button and I have to switch off my PC.=20
This causes the LILO booter to force a harddisk check every time I start up=20
(and on this takes some time).
    =20
I also would like a solution for this. Does somebody know a way out ?
    =20
thanks,
    =20
Claude Ostyn
    =20
-----Original Message-----
From: Delbaere, Tim =20
To: 'Linux List' =20
Date: Thursday, February 11, 1999 12:29 PM=20
Subject: [SuSE Linux] Can't exit from KDM
    =20
    =20
>
>Hello,
>
>I recently installed SuSE Linux 5.2 onto my PC, and last night I set up=20
KDM,
>and change the login to be graphical. All OK. When I tried to exit last=20
>night I could not shutdown, the little button was pressed, but the GO=20
button
>would not highlight, and so I had to switch off the PC.=20
>
>Any Ideas
>
>Thanks
>Tim Delbaere
>Environment
>& 0171 692 8024   ) EGH 603
><mailto:txdelbae(a)ctrl.co.uk>
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with=20
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the=20
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4224599571182390722==--


From samelash@ix.netcom.com Thu Feb 11 18:43:41 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape
Date: Thu, 11 Feb 1999 18:43:41 +0000
Message-ID: <3.0.3.32.19990211184341.00b00820@popd.ix.netcom.com>
In-Reply-To: <19990211144751.B3217@basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2727923315140759626=="

--===============2727923315140759626==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Last I heard , they were working on opera for Linux. They were have
problems with it I unserdstand. Perhaps We can ALL let them know that we
realy want it for linux . Even better , If we could get some programer to
lend some sort of hand. I assume that linux is new to them , and that some
help may smoth the path for them. Whoo know , maybe they will jump on the
open source bandwagon ?

  Bring on Opera...
>Please. Next step for me is back to 3.04 which has some minor problems,
>but it does not stop working at odd times or just chew up 128mb of memory.
>
>Have to admit to using lynx most of the time anyhow.  I dont remember the
>last time it crashed and for file downloads it screams the ether.
>
>--=20
>Michael Perry
>mperry(a)basin.com
>-------------------
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2727923315140759626==--


From mpedro@esoterica.pt Thu Feb 11 18:57:47 1999
From: mpedro@esoterica.pt
To: users@lists.opensuse.org
Subject: [SuSE Linux] Network
Date: Thu, 11 Feb 1999 18:57:47 +0000
Message-ID: <36C3282B.C1E02B2A@esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8692279394261976454=="

--===============8692279394261976454==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I've bought 3 d-link cards(DFE-530TX 10/100Mbits) and a d-link
hub(DFE-904 10/100Mbits) and I'd like to know what I must do to
configure them to work at 100Mbits in linux. Is there a driver for them?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8692279394261976454==--


From costyn@unicall.be Thu Feb 11 21:03:25 1999
From: costyn@unicall.be
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Can't exit from KDM
Date: Thu, 11 Feb 1999 22:03:25 +0100
Message-ID: <002401be5602$64dcd530$7902703e@the-muffin-man>
In-Reply-To: <[SuSE Linux] Can't exit from KDM>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0000893023633669370=="

--===============0000893023633669370==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




This seems to be a nice way to shut the system down. Thanks !

-----Original Message-----
From: Walker, Scott 
To: "'Linux List'" ; "CO" 
Date: Thursday, February 11, 1999 7:35 PM
Subject: RE: [SuSE Linux] Can't exit from KDM

>     Can't you try switching to a new virtual console, and logging in? That
>     works for me. loging, killall xdm or just run halt.
>
>
>______________________________ Reply Separator
>_________________________________
>Subject: Re: [SuSE Linux] Can't exit from KDM
>Author:  "CO" [SMTP:costyn(a)unicall.be] at BCEEXCH
>Date:    2/11/99 1:03 PM
>
>
>Hi,
>
>I'm experiencing a similar problem. I have KDM running on my PC and because
>my graphics card is not supported yet (S3 Trio 3D) I have to work with the
>VGA16 server. That way I work in the lowest resolution possible.
>When I try to logout, KDM gives the login screen but the "console window"
is
>
>partially in front of the login screen. Of course, just where the buttons
>are. So, I can't click the Shutdown button and I have to switch off my PC.
>This causes the LILO booter to force a harddisk check every time I start up
>(and on this takes some time).
>
>I also would like a solution for this. Does somebody know a way out ?
>
>thanks,
>
>Claude Ostyn
>
>-----Original Message-----
>From: Delbaere, Tim 
>To: 'Linux List' 
>Date: Thursday, February 11, 1999 12:29 PM
>Subject: [SuSE Linux] Can't exit from KDM
>
>
>>
>>Hello,
>>
>>I recently installed SuSE Linux 5.2 onto my PC, and last night I set up
>KDM,
>>and change the login to be graphical. All OK. When I tried to exit last
>>night I could not shutdown, the little button was pressed, but the GO
>button
>>would not highlight, and so I had to switch off the PC.
>>
>>Any Ideas
>>
>>Thanks
>>Tim Delbaere
>>Environment
>>& 0171 692 8024   ) EGH 603
>><mailto:txdelbae(a)ctrl.co.uk>
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>
>
BEGIN:VCARD
VERSION:2.1
N:Ostyn;Claude
FN:Claude Ostyn
ORG:JCS Int.
TEL;WORK;VOICE:050/32.01.21
TEL;CELL;VOICE:+32 (0)477-798 398
TEL;WORK;FAX:050/84.17.89
EMAIL;PREF;INTERNET:cos(a)jcs.be
REV:19990211T210325Z
END:VCARD

--===============0000893023633669370==--


From zentara@mindspring.com Thu Feb 11 21:22:35 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 5.3/6.0
Date: Thu, 11 Feb 1999 16:22:35 -0500
Message-ID: <36C34A1B.DE4984B0@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2964248105928866202=="

--===============2964248105928866202==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> Les Hedrington wrote:
>=20
> I was so proud of myself when I got SuSE 5.3,  I ran home(that is hard

> best.  Now I am thinking that I should have waited, or I am wondering
> if I should just go and get 6.0.
>=20
> I really want to standardize on one distribution, so I am also
> wondering if anyone knows the Distribution Schedule or I should say
> the release schedule.
>=20

6.0 is out, and I'm patiently waiting for my cd's. It would be worth
upgrading because alot of the various software packages are now
using glibc2, and 6.0 is based on glibc2. Whereas 5.3 is libc5.

So, if you are interested in trying out, and compiling all the newest
software releases, get 6.0.
If you just want to web surf, get email, and do basic word-processing=20
etc., then 5.3 still works fine; and you might want to wait for 6.1,
which will probably be more bug-free, and have a better standard kernel.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2964248105928866202==--


From zentara@mindspring.com Thu Feb 11 21:27:43 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape
Date: Thu, 11 Feb 1999 16:27:43 -0500
Message-ID: <36C34B4F.12E69D96@mindspring.com>
In-Reply-To: <36C309E4.4537822F@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4689978594894425696=="

--===============4689978594894425696==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Fred A. Miller wrote:
>=20
> http://www.zdne=
t.com/anchordesk/story/story_3086.html>

I think choosing Netscape over Internet Explorer is like choosing
the lesser of two evils. Netscape has been crashing bad lately,=20
no wonder they sold out.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4689978594894425696==--


From bshelton-suse-linux@ole.net Thu Feb 11 21:55:20 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Can't exit from KDM
Date: Thu, 11 Feb 1999 16:55:20 -0500
Message-ID: <19990211165520.C4930@ole.net>
In-Reply-To: <41A241233152D211A75800805FAD5713025B64@EXCHANGE1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6424814649305774677=="

--===============6424814649305774677==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, Feb 11, 1999 at 01:21:41PM -0000, Surjit Bains wrote:
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> This message and any attachments to it are subject to copyright and are=20
> sent for the personal attention of the addressee.  It may include=20
> information which is legally privileged and exempt from disclosure. =20
> If you receive this communication in error, please advise us immediately.
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>=20
> Firstly pardon my English.. That should be were not where...
>=20
> I don't know if anyone else has experienced this on the list I
> personally have not...=20
>=20
> If you wish to change back to 'normal' Command line upon Startup then
> edit the /etc/inittab file and change the Runlevel
>=20
>=20
> # default runlevel
> id:3:initdefault:
> ...
>=20
>=20
> Change the "3" to "2"=20
>=20

There are several things that can be done.

o You can open another virtual console "CTL-ALT-F?", login as root and do
  "init 2" which will bring the sytem to run level 2, no xwindows.

o You can open another VC and CTL-ALT-DEL.

o You can open the other VC and reboot, but then you'd have the problem with
  the xwindows coming up again so, youcan enter this at the lilo boot:
  "kernellabel 1" to come up in single user mode, or "kernellabel 2" to come
  up in run level 2 (without xwindows). Then, edit inittab or run yast to
  modify inttab for an ASCII login until you get the xserver problem
  resolved and them put it back.

o You can edit the KDM screen to allow ALL to do the shutdown/restart so
  that next time you have the problem you can use the menu item to restart
  from the kdm login menu

Etc...


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6424814649305774677==--


From chris@usma.demon.co.uk Thu Feb 11 22:03:20 1999
From: chris@usma.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Staroffice help.
Date: Thu, 11 Feb 1999 22:03:20 +0000
Message-ID: 
In-Reply-To: <[SuSE Linux] Staroffice help.>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0600448679355376199=="

--===============0600448679355376199==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Wed, 10 Feb 1999 22:06:51 +0100 (CET), "James (Jim) Hatridge"
 wrote:

>On Wed, 10 Feb 1999, Rachel Greenham wrote:
>
>> The only problem I'm having now, is the same problem I'm having with
>> Word Perfect 8: Printing. I've set up my box to print to a Samba printer
>> elsewhere on the net, and console, KDE apps and Netscape (for instance)
>> all print to it fine, but StarOffice and Word Perfect insist on trying
>> to print to the Letter sized paper bin. It's very annoying. I've changed
>> the configuration to A4 on StarOffice everywhere I could find it, and it
>> just ignores me. Word Perfect doesn't even seem to give me an option.
>>=20
>
>HI Rachel;
>
>I don't know about the network printing. But on WP8 you can change the
>paper size at the top bar ie  File -> Page Setup -> Page Size. There you
>should find all the different page sizes.=20
>
I've only just installed Star Office 5, and I really object to the way
that Letter size is the default. I've yet to find a way to change the
default to A4 (though it shouldn't be necessary, coming from a
European company.)

Also (attention Lenz!) the SuSE 6.0 manual (in 3.13.1: Configuring
your printer) says "'Paper size' will usually be Letter". Apart from
the fact that the screen dump shows 'A4', this should read "usually
A4". Letter size is peculiar only to the US.


--=20
Chris Keenan
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0600448679355376199==--


From mperry@basin.com Thu Feb 11 22:47:51 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape
Date: Thu, 11 Feb 1999 14:47:51 -0800
Message-ID: <19990211144751.B3217@basin.com>
In-Reply-To: <36C34B4F.12E69D96@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6849983254407458686=="

--===============6849983254407458686==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thus spake zentara on Thu, Feb 11, 1999 at 04:27:43PM -0500:=20
>=20
> Fred A. Miller wrote:
> >=20
> > http://www.zdne=
t.com/anchordesk/story/story_3086.html>
>=20
> I think choosing Netscape over Internet Explorer is like choosing
> the lesser of two evils. Netscape has been crashing bad lately,=20
> no wonder they sold out.
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

For sure.  Netscrape though has always crashed bad.  Its never been solid,
solid like a rock :).  I think that as I look at netscrape 4.5 on suse 6
that it still has bugs and it crashes with bus errors on mailto:s.  ImO,
its junk.  But then again, so is Internet Exploder.  Bring on Opera...
Please. Next step for me is back to 3.04 which has some minor problems,
but it does not stop working at odd times or just chew up 128mb of memory.

Have to admit to using lynx most of the time anyhow.  I dont remember the
last time it crashed and for file downloads it screams the ether.


--=20
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6849983254407458686==--


From mpedro@esoterica.pt Thu Feb 11 22:54:52 1999
From: mpedro@esoterica.pt
To: users@lists.opensuse.org
Subject: [Fwd: Re: [SuSE Linux] Network]
Date: Thu, 11 Feb 1999 22:54:52 +0000
Message-ID: <36C35FBC.2EBFB839@esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7566266804880342084=="

--===============7566266804880342084==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yep, Nick it's pretty easy now that you've told me the driver(Via
Rhine).
Chech the page:=20
http://cesdi=
s.gsfc.nasa.gov/linux/drivers/ethercard.html>
It as the driver and the instructions.

>=20
> I've bought 3 d-link cards(DFE-530TX 10/100Mbits) and a d-link
> hub(DFE-904 10/100Mbits) and I'd like to know what I must do to
> configure them to work at 100Mbits in linux. Is there a driver for them?

        According to the tulip ethernet web page the driver you need is
the Via Rhine one not the normal tulip driver. I've got the same card
sitting on the shelp behind me but haven't had a chance to install it
yet-(

        Good luck
        Nick
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7566266804880342084==--


From to.avi@usa.net Fri Feb 12 02:19:34 1999
From: to.avi@usa.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Ulimit -c
Date: Thu, 11 Feb 1999 20:19:34 -0600
Message-ID: <36C38FB6.5E3A245D@usa.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6157067206228291539=="

--===============6157067206228291539==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




By default, SuSE 5.3 sets the maximum core file size to 0 (ulimit -c 0)
which means that no core files are created.  I have tried to modify the
size but as a non-root I get the message 'bash: ulimit: cannot modify
limit: Operation not permitted'.  As root I can change the limit but
only for the current login.  How can I change it on a system wide basis?

Thanks,
Avi


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

--===============6157067206228291539==-- From risch@tir.com Fri Feb 12 02:35:47 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vote for SuSE Date: Thu, 11 Feb 1999 21:35:47 -0500 Message-ID: <36C39383.E70CC526@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2945706903450070444==" --===============2945706903450070444== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SuSE is a privately held company, I believe. I would imagine that they have a budget. Perhaps with the place RH has it has been decided that there is too much lead.=20 I just hope SuSE does not give up on this market(NA). MY grand mother was the last one to speak German and I'll become as proficient if that is what it takes to run SuSE. Hey, that's not such a bad idea! :-) Regards, Bob This millenium can't end yet, we're missing 22 minutes; 18 from Nixon, 4 from Gates" -- Unknown Chris Martin wrote: >=20 > I couldn't agree more with this. I have to admit that despite the fact that > SuSE has been very good to me (as a product), the recent total lack of > attention to detail surrounding 6.0 and the fact that RedHat is exploding > forward give me many doubts about SuSE as a company. Ultimately, in this > consumer driven world, the only way products hang around, even when they are > good/great like SuSE, is to have the coplementary good/great backing through > various support channels and, of course, things like an up to date and > comprehensive web site and, generally, a strong and attentive company > backing it. And, one must remember the mantra invoked by most strong compa= nies > (RedHat?), IMAGE, IMAGE IMAGE Else, like someone on here so correctly said, > SuSE becomes the Amiga, the OS2, etc. I like SuSE a lot, but I am feeling l= ess > and less like putting up with being in the minority's minority (even given = that > I have a slightly better product) and with difficulties in getting what I w= ant > when I want it (like RPM's! and up to date WebPages). If SuSE doesn't shift > into high gear, I fear that even your above average computer user, who > appreciates what SuSE has to offer over other distbns, will find themselves > nonetheless considering other distbns for these myriad reasons. >=20 > To end this all on a nice note: Go SuSE! >=20 > On 10-Feb-99 Zulfiqar Naushad wrote: > > > > I couldn't have said it better. > > > > SuSE , I personally think, is a better product than RH, but seeing that t= hey > > do not promote their product well in NA really really does hurt them wher= e it > > hurts most. RH is almost synonymous with Linux, and vice versa. In fact= , a > > newbie friend of mine didn't know that there was a company other than RH = that > > produced Linux [distros]. > > > > And yes, the american site of SuSE is a shame!! I mean it. www.suse.de/= e is > > much better and much up to date. Why can't they just mirror the site to = the > > american version, with some changes of course. > > > > ps. Gerry, I noticed that you are a Shaw Wave customer, so am I. > > > > I just wanted to ask where did you get your SuSE package? I got mine from > > Chapters [Highway7 and Woodbine] for only 45 bucks. > > > > I noticed that Chapters is now carrying the CALDERA OPEN LINUX 1.3 BASE > > version, but the price is a whopping 110 Canadian Dollars. JEEZ!!! > > > > Gerry Doris wrote: > > > >> > >> 6.0 has been released in Europe but Suse haven't bothered to update their > >> NA website in months. There is still the same old tired description of > >> what were going to be treated to...and much of it is wrong (ie. will ship > >> with 2.2 kernel, will be totally 2.2 kernel ready...). I've heard rumou= rs > >> that 6.0 is actually shipping in NA but you wouldn't know it from anythi= ng > >> Suse does. Most companies would be making press releases all over the > >> place??? > >> > >> Sorry if I'm being overly critical but there are other people working > >> very very hard to get my attention and $$$. If Suse thinks that just > >> tossing a product into the market (even if it's a superior product) will > >> win the day, well, they have a lot to learn. > >> > > > > > > > > > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > ------------------------------------------ > E-Mail: Chris Martin > Date: 10-Feb-99 > Time: 08:29:37 >=20 > ** Powered by SuSE Linux. You want it?! ** >=20 > http://w= ww.suse.com> | http://www.linux.org> >=20 > ------------------------------------------ > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2945706903450070444==-- From mephisto@unidial.com Fri Feb 12 02:53:14 1999 From: mephisto@unidial.com To: users@lists.opensuse.org Subject: [SuSE Linux] MAPI client Date: Thu, 11 Feb 1999 20:53:14 -0600 Message-ID: <199902120253.UAA00723@faust.unidial.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6368669089900583651==" --===============6368669089900583651== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is there a MAPI client available for linux?? Thanks Lance ---------------------------------------------------------------------- Lance Heller email: lheller(a)unidial.com=20 ---------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6368669089900583651==-- From jlkreps@navix.net Fri Feb 12 03:47:18 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 5.3/6.0 Date: Thu, 11 Feb 1999 21:47:18 -0600 Message-ID: <36C3A446.6113FCC9@navix.net> In-Reply-To: <36C34A1B.DE4984B0@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7102399898366882902==" --===============7102399898366882902== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > > Les Hedrington wrote: > > > > I was so proud of myself when I got SuSE 5.3, I ran home(that is hard >=20 > > best. Now I am thinking that I should have waited, or I am wondering > > if I should just go and get 6.0. > > > > I really want to standardize on one distribution, so I am also > > wondering if anyone knows the Distribution Schedule or I should say > > the release schedule. > > >=20 > 6.0 is out, and I'm patiently waiting for my cd's. It would be worth > upgrading because alot of the various software packages are now > using glibc2, and 6.0 is based on glibc2. Whereas 5.3 is libc5. >=20 > So, if you are interested in trying out, and compiling all the newest > software releases, get 6.0. > If you just want to web surf, get email, and do basic word-processing > etc., then 5.3 still works fine; and you might want to wait for 6.1, > which will probably be more bug-free, and have a better standard kernel. My subscription came fedex this afternoon! My appologies to SuSE, they do know how to keep my business! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7102399898366882902==-- From kevcol@yahoo.com Fri Feb 12 04:30:38 1999 From: kevcol@yahoo.com To: users@lists.opensuse.org Subject: [SuSE Linux] Encryption in 6.0 for US Date: Thu, 11 Feb 1999 20:30:38 -0800 Message-ID: <19990212043038.24793.rocketmail@send106.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0015965667656262377==" --===============0015965667656262377== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Greetings: regarding 6.0 Do the disks distributed in the US still come with encryption tools that are at best 40 bit? _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0015965667656262377==-- From oceansand@mindspring.com Fri Feb 12 04:38:16 1999 From: oceansand@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Thu, 11 Feb 1999 23:38:16 -0500 Message-ID: <3.0.5.32.19990211233816.007d0ab0@pop.mindspring.com> In-Reply-To: <36C38FB6.5E3A245D@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5247925289772553668==" --===============5247925289772553668== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello

There are two different file which control Bash shell.

1. One is the profile file in the /etc= directory and
2. The second is .bashrc file in each u= ser personal directory under the /home directory.

The profile in the /etc directory contr= ols system wide environment.



Christopher


At 08:19 PM 2/11/99 -0600, you wrote:
>By default, SuSE 5.3 sets the maximum core file size to 0 (ulimit -c 0)
>which means that no core files are created. I have tried to modify the
>size but as a non-root I get the message 'bash: ulimit: cannot modify
>limit: Operation not permitted'. As root I can change the limit but
>only for the current login. How can I change it on a system wide basis?
>
>Thanks,
>Avi
>
>--
>Avi Schwartz Stable System, n.:
>to.avi(a)usa.net The result of shutting down Windows
>Attachment Converted: "d:\Internet-Download\00-Download-Eudora\smime.p7s"
> - To get out of this list, please send email to majordomo(a)suse.com with t= his text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http= ://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Maili= nglists/suse-linux-e/index.html=20 --===============5247925289772553668==-- From oceansand@mindspring.com Fri Feb 12 04:40:25 1999 From: oceansand@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dual Processor Date: Thu, 11 Feb 1999 23:40:25 -0500 Message-ID: <3.0.5.32.19990211234025.007e34e0@pop.mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3825465445621156139==" --===============3825465445621156139== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Yes it will, just set line 14 in the top level makefile for kernel 2.0.35 Christopher=20 At 11:50 AM 2/12/99 +0530, you wrote: > > >Hi, > >I want to know whether Linux supports dual processor. > >Senthil Vel > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at
= http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3825465445621156139==-- From mikeg@soonernet.com Fri Feb 12 04:42:18 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Encryption in 6.0 for US Date: Thu, 11 Feb 1999 22:42:18 -0600 Message-ID: In-Reply-To: <19990212043038.24793.rocketmail@send106.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4752914348028489484==" --===============4752914348028489484== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable eh? Encryption? Is it really in SuSE? I was just thinking the other day th= at SuSE ought to support the International Kernel that supports Encryption. I don't know if they could bring it into the US, but they could at least offer = it on there ftp server. Mike On 12-Feb-99 Kevin Collins wrote: >=20 > Greetings: >=20 > regarding 6.0 >=20 > Do the disks distributed in the US still come with encryption tools > that are at best 40 bit? >=20 >=20 >=20 > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com> >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4752914348028489484==-- From kevcol@yahoo.com Fri Feb 12 05:00:52 1999 From: kevcol@yahoo.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Encryption in 6.0 for US Date: Thu, 11 Feb 1999 21:00:52 -0800 Message-ID: <19990212050052.2069.rocketmail@send101.yahoomail.com> In-Reply-To: <[SuSE Linux] Encryption in 6.0 for US> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0991305591483393422==" --===============0991305591483393422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Erm.. maybe they didn't before- I'm probably mistaken then.=20 As Emily Litella said... "Nevermind" ---Mike Gorsuch wrote: > > eh? Encryption? Is it really in SuSE? I was just thinking the other day that > SuSE ought to support the International Kernel that supports Encryption. I > don't know if they could bring it into the US, but they could at least offer it > on there ftp server. >=20 > Mike _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0991305591483393422==-- From jacobw@louisville.edu Fri Feb 12 05:03:49 1999 From: jacobw@louisville.edu To: users@lists.opensuse.org Subject: [SuSE Linux] wtmp corruption: SSH seems to be a problem. Date: Fri, 12 Feb 1999 00:03:49 -0500 Message-ID: <19990212000349.A46766@athena.louisville.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1557204359362856233==" --===============1557204359362856233== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm still having problems with my wtmp. I cleard it out as per Lenz's instructions. It seems when ever I SSH into my box it goes corrupt again. Do I need to recompile ssh against libc6? There isn't a SuSE ssh package is there? I looked, but did not see it. jrw - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1557204359362856233==-- From mikeg@soonernet.com Fri Feb 12 05:13:22 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Encryption in 6.0 for US Date: Thu, 11 Feb 1999 23:13:22 -0600 Message-ID: In-Reply-To: <19990212050052.2069.rocketmail@send101.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5391089114009066902==" --===============5391089114009066902== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I wouldn't take my word on it, I'm fairly new to SuSE. I think it would be great if they did. Imagine that, a distribution that supports encrypted file systems right out of the box! Mike On 12-Feb-99 Kevin Collins wrote: >=20 > Erm.. maybe they didn't before- I'm probably mistaken then.=20 >=20 > As Emily Litella said... "Nevermind" >=20 > ---Mike Gorsuch wrote: >> >> eh? Encryption? Is it really in SuSE? I was just thinking the > other day that >> SuSE ought to support the International Kernel that supports > Encryption. I >> don't know if they could bring it into the US, but they could at > least offer it >> on there ftp server. >>=20 >> Mike > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com> >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5391089114009066902==-- From senthil@easi.soft.net Fri Feb 12 06:20:41 1999 From: senthil@easi.soft.net To: users@lists.opensuse.org Subject: [SuSE Linux] Dual Processor Date: Fri, 12 Feb 1999 11:50:41 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1980700347372443067==" --===============1980700347372443067== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I want to know whether Linux supports dual processor. Senthil Vel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1980700347372443067==-- From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 12 06:57:03 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Compiling with SuSE 6.0 /drivers/sound Date: Fri, 12 Feb 1999 01:57:03 -0500 Message-ID: <36C3D0BF.71E64666@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2445677108745824941==" --===============2445677108745824941== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Good to be back folks, I am having trouble compiling my new kernel from 6.0. I believe there is a file I need to delete to make this go away. It happens with make zImage. Any suggestions? TIA, Steve make[2]: Entering directory `/usr/src/linux-2.0.36.SuSE/drivers/sound' gcc -D__KERNEL__ -I/usr/src/linux/include -V2.7.2.3 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=3D2 -malign-jumps=3D2 -malign-functions=3D2 -DCPU=3D686 = -c -o sound_switch.o sound_switch.c sound_switch.c: In function `init_status': sound_switch.c:97: parse error before `SOUND_CONFIG_DATE' make[2]: *** [sound_switch.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.0.36.SuSE/drivers/sound' make[1]: *** [sub_dirs] Error 2 make[1]: Leaving directory `/usr/src/linux-2.0.36.SuSE/drivers' make: *** [linuxsubdirs] Error 2 bash-2.02# -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============2445677108745824941==--


From phil@stokes.demon.co.uk Fri Feb 12 08:44:29 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] libqimgio.so
Date: Fri, 12 Feb 1999 08:44:29 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6378372113126078092=="

--===============6378372113126078092==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Firstly, apologies if someone has already answered this. My ISP suffered
some fairly substantial network outages yesterday and it's possible some
of the list mail didn't make it to me.

On booting after updating to version 6.0, I got the warning:

Started the SuSE-Configuration Tool.
Running in full featured mode.
Reading /etc/rc.config and updating the system...
/sbin/ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.so (N=
o such file or directory), skipping

/usr/i486-linux-libc6/lib/libqimgio.so exists, but is a broken symlink.
Can anyone running v6.0 tell me what it should point to?
=20
Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6378372113126078092==--


From suse_list@hotmail.com Fri Feb 12 09:21:56 1999
From: suse_list@hotmail.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Size of SuSE6.0 ftp version?
Date: Fri, 12 Feb 1999 01:21:56 -0800
Message-ID: <19990212092159.4305.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3117892629973571401=="

--===============3117892629973571401==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi all,
        I was just wanting to know if anyone knows how big the ftp version of=
=20
SuSE6.0 is. I would like to download it but I want to know how big it is=20
first before going ahead with it. I know the ISO Cdrom image is 600MB so=20
it's going to be bigger than that, but I don't know how much bigger.
        Is Staroffice the only thing the ftp version is missing, or are there=
=20
other goodies on the official version that's not on the ftp site.
Thanks to anyone who can let me know the ansers to these questions.
Cheers,
Brad.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3117892629973571401==--


From samelash@ix.netcom.com Fri Feb 12 10:16:30 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Flacky monitor w Diamond Speed star A50/Mag DX17T
Date: Fri, 12 Feb 1999 10:16:30 +0000
Message-ID: <3.0.3.32.19990212101630.00b05994@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7526589017673834137=="

--===============7526589017673834137==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hardware 	Diamond speedstar A50 AGP (sis6326) W 8 Meg Ram
                Mag DX17T Monitor Specs from book Hor 24Khz-68Khz
                                                         Vet 50-100 Hz
                                                        Resolution 1280x1024 =
non 							interlaced

Server used SVGA

1/ sax and XF86Setup refuse to load completly

2/ When Startx is loaded , the screen comes up . However , when you move
the mouse to any menus , or areas where there is suposed to be text , no
text shows. Only a black background.=20

        Uncominting the "no accell" section helps somewhat. Text shows up bla=
ck on
white , however the window boxes are still in black. When moving the mouse
to scroll the windows , you get some black and white horizontal streeking.

3/ the vgs-16 server seems to work , but couses a realy large screen the
you must move arount with the virtual window , also the text is all realy
large ,, and you can see only 1/4 of the desktop.=20

Any Ideas Any one ??
Atttached is xf86config.

thanks

Samy
                               =20
# File generated by xf86config.

#
# Copyright (c) 1995 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# For OSs that support Dynamically loaded modules, ModulePath can be
# used to set a search path for the modules.  This is currently supported
# for Linux ELF, FreeBSD 2.x and NetBSD 1.x.  The default path is shown
# here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which dynamically loadable modules to load.  Dynamically loadable
# modules are currently supported only for Linux ELF, FreeBSD 2.x
# and NetBSD 1.x.  Currently, dynamically loadable modules are used
# only for some extended input (XInput) device drivers.
# **********************************************************************
#
# Section "Module"
#
# This loads the module for the Joystick driver
#
# Load "xf86Jstk.so"
#
# EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#    DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#    DontZoom

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#       DisableVidModeExtension

# Uncomment this to enable the use of a non-local xvidtune client.

#       AllowNonLocalXvidtune

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#       DisableModInDev

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#       AllowNonLocalModInDev

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "Keyboard"

    Protocol	"Standard"

# when using XQUEUE, comment out the above line, and uncomment the
# following line

#    Protocol	"Xqueue"

    AutoRepeat	500 5
# Let the server do the NumLock processing.  This should only be required
# when using pre-R6 clients
#    ServerNumLock

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Xleds      1 2 3

# To set the LeftAlt to Meta, RightAlt key to ModeShift,
# RightCtl key to Compose, and ScrollLock key to ModeLock:

#    LeftAlt     Meta
#    RightAlt    ModeShift
#    RightCtl    Compose
#    ScrollLock  ModeLock

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    XkbModel    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    XkbModel    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    XkbLayout   "de"
# or:
#    XkbLayout   "de"
#    XkbVariant  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    XkbOptions  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    XkbRules    "xfree86"
#    XkbModel    "pc101"
#    XkbLayout   "us"
#    XkbVariant  ""
#    XkbOptions  ""

    XkbKeymap   "xfree86(us)"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Protocol	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice
# or for the AceCad tablets which require 9600 baud

#    BaudRate	9600
#    SampleRate	150

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Emulate3Buttons
    Emulate3Timeout    50

# ChordMiddle is an option for some 3-button Logitech mice

#    ChordMiddle

EndSection

# **********************************************************************
# Xinput section -- this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "Xinput"
#    SubSection "WacomStylus"
#        Port "/dev/ttyS1"
#        DeviceName "Wacom"
#    EndSubSection
#    SubSection "WacomCursor"
#        Port "/dev/ttyS1"
#    EndSubSection
#    SubSection "WacomEraser"
#        Port "/dev/ttyS1"
#    EndSubSection
#
#    SubSection "Elographics"
#        Port "/dev/ttyS1"
#        DeviceName "Elo"
#        MinimumXPosition 300
#        MaximumXPosition 3500
#        MinimumYPosition 300
#        MaximumYPosition 3500
#        Screen 0
#        UntouchDelay 10
#        ReportDelay 10
#    EndSubSection
#
#    SubSection "Joystick"
#        Port "/dev/joy0"
#        DeviceName "Joystick"
#        TimeOut 10
#        MinimumXPosition 100
#        MaximumXPosition 1300
#        MinimumYPosition 100
#        MaximumYPosition 1100
#        # CenterX 700
#        # CenterY 600
#        Delta 20
#    EndSubSection
#
# The Mouse Subsection contains the same type of entries as the
# standard Pointer Section (see above), with the addition of the
# DeviceName entry.
#
#    SubSection "Mouse"
#        Port "/dev/mouse2"
#        DeviceName "Second Mouse"
#        Protocol "Logitech"
#    EndSubSection
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Mag DX17T "
    VendorName  "Unknown"
    ModelName   "Unknown"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   24-68

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-100

# Modes can be specified in two formats.  A compact one-line format, or
# a multi-line format.

# These two are equivalent

#    ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace

#    Mode "1024x768i"
#        DotClock	45
#        HTimings	1024 1048 1208 1264
#        VTimings	768 776 784 817
#        Flags		"Interlace"
#    EndMode

# This is a set of standard mode timings. Modes that are out of monitor spec
# are automatically deleted by the server (provided the HorizSync and
# VertRefresh lines are correct), so there's no immediate need to
# delete mode timings (unless particular mode timings don't work on your
# monitor). With these modes, the best standard mode that your monitor
# and video card can support for a given resolution is automatically
# used.

# 640x400 @ 70 Hz, 31.5 kHz hsync
Modeline "640x400"     25.175 640  664  760  800   400  409  411  450
# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480"     25.175 640  664  760  800   480  491  493  525
# 800x600 @ 56 Hz, 35.15 kHz hsync
ModeLine "800x600"     36     800  824  896 1024   600  601  603  625
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817 Interla=
ce

# 640x400 @ 85 Hz, 37.86 kHz hsync
Modeline "640x400"     31.5   640  672 736   832   400  401  404  445 -HSync =
+VSync
# 640x480 @ 72 Hz, 36.5 kHz hsync
Modeline "640x480"     31.5   640  680  720  864   480  488  491  521
# 640x480 @ 75 Hz, 37.50 kHz hsync
ModeLine  "640x480"    31.5   640  656  720  840   480  481  484  500 -HSync =
-VSync
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600"     40     800  840  968 1056   600  601  605  628 +hsync =
+vsync

# 640x480 @ 85 Hz, 43.27 kHz hsync
Modeline "640x480"     36     640  696  752  832   480  481  484  509 -HSync =
-VSync
# 1152x864 @ 89 Hz interlaced, 44 kHz hsync
ModeLine "1152x864"    65    1152 1168 1384 1480   864  865  875  985 Interla=
ce

# 800x600 @ 72 Hz, 48.0 kHz hsync
Modeline "800x600"     50     800  856  976 1040   600  637  643  666 +hsync =
+vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777  806 -hsync =
-vsync

# 640x480 @ 100 Hz, 53.01 kHz hsync
Modeline "640x480"     45.8   640  672  768  864   480  488  494  530 -HSync =
-VSync
# 1152x864 @ 60 Hz, 53.5 kHz hsync
Modeline  "1152x864"   89.9  1152 1216 1472 1680   864  868  876  892 -HSync =
-VSync
# 800x600 @ 85 Hz, 55.84 kHz hsync
Modeline  "800x600"    60.75  800  864  928 1088   600  616  621  657 -HSync =
-VSync

# 1024x768 @ 70 Hz, 56.5 kHz hsync
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync =
-vsync
# 1280x1024 @ 87 Hz interlaced, 51 kHz hsync
Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interla=
ce

# 800x600 @ 100 Hz, 64.02 kHz hsync
Modeline  "800x600"    69.65  800  864  928 1088   600  604  610  640 -HSync =
-VSync
# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823
# 1152x864 @ 70 Hz, 62.4 kHz hsync
Modeline  "1152x864"   92    1152 1208 1368 1474   864  865  875  895
# 1280x1024 @ 61 Hz, 64.2 kHz hsync
Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054

# 1024x768 @ 85 Hz, 70.24 kHz hsync
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSy=
nc
# 1152x864 @ 78 Hz, 70.8 kHz hsync
Modeline "1152x864"   110   1152 1240 1324 1552   864  864  876  908

# 1280x1024 @ 70 Hz, 74.59 kHz hsync
Modeline "1280x1024"  126.5 1280 1312 1472 1696  1024 1032 1040 1068 -HSync -=
VSync
# 1600x1200 @ 60Hz, 75.00 kHz hsync
Modeline "1600x1200"  162   1600 1664 1856 2160  1200 1201 1204 1250 +HSync +=
VSync
# 1152x864 @ 84 Hz, 76.0 kHz hsync
Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908

# 1280x1024 @ 74 Hz, 78.85 kHz hsync
Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064

# 1024x768 @ 100Hz, 80.21 kHz hsync
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781  802 -HSync -=
VSync
# 1280x1024 @ 76 Hz, 81.13 kHz hsync
Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064

# 1600x1200 @ 70 Hz, 87.50 kHz hsync
Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync =
-VSync
# 1152x864 @ 100 Hz, 89.62 kHz hsync
Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync =
-VSync
# 1280x1024 @ 85 Hz, 91.15 kHz hsync
Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync =
+VSync
# 1600x1200 @ 75 Hz, 93.75 kHz hsync
Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync =
+VSync
# 1600x1200 @ 85 Hz, 105.77 kHz hsync
Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync =
+VSync
# 1280x1024 @ 100 Hz, 107.16 kHz hsync
Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync =
-VSync

# 1800x1440 @ 64Hz, 96.15 kHz hsync
ModeLine "1800X1440"  230    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +=
VSync
# 1800x1440 @ 70Hz, 104.52 kHz hsync
ModeLine "1800X1440"  250    1800 1896 2088 2392 1440 1441 1444 1490 +HSync +=
VSync

# 512x384 @ 78 Hz, 31.50 kHz hsync
Modeline "512x384"    20.160 512  528  592  640   384  385  388  404 -HSync -=
VSync
# 512x384 @ 85 Hz, 34.38 kHz hsync
Modeline "512x384"    22     512  528  592  640   384  385  388  404 -HSync -=
VSync

# Low-res Doublescan modes
# If your chipset does not support doublescan, you get a 'squashed'
# resolution like 320x400.

# 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio
Modeline "320x200"     12.588 320  336  384  400   200  204  205  225 Doubles=
can
# 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio
Modeline "320x240"     12.588 320  336  384  400   240  245  246  262 Doubles=
can
# 320x240 @ 72 Hz, 36.5 kHz hsync
Modeline "320x240"     15.750 320  336  384  400   240  244  246  262 Doubles=
can
# 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio
ModeLine "400x300"     18     400  416  448  512   300  301  302  312 Doubles=
can
# 400x300 @ 60 Hz, 37.8 kHz hsync
Modeline "400x300"     20     400  416  480  528   300  301  303  314 Doubles=
can
# 400x300 @ 72 Hz, 48.0 kHz hsync
Modeline "400x300"     25     400  424  488  520   300  319  322  333 Doubles=
can
# 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio
ModeLine "480x300"     21.656 480  496  536  616   300  301  302  312 Doubles=
can
# 480x300 @ 60 Hz, 37.8 kHz hsync
Modeline "480x300"     23.890 480  496  576  632   300  301  303  314 Doubles=
can
# 480x300 @ 63 Hz, 39.6 kHz hsync
Modeline "480x300"     25     480  496  576  632   300  301  303  314 Doubles=
can
# 480x300 @ 72 Hz, 48.0 kHz hsync
Modeline "480x300"     29.952 480  504  584  624   300  319  322  333 Doubles=
can

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Generic VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Chipset	"generic"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Sample Device for accelerated server:

# Section "Device"
#    Identifier	"Actix GE32+ 2MB"
#    VendorName	"Actix"
#    BoardName	"GE32+"
#    Ramdac	"ATT20C490"
#    Dacspeed	110
#    Option	"dac_8_bit"
#    Clocks	 25.0  28.0  40.0   0.0  50.0  77.0  36.0  45.0
#    Clocks	130.0 120.0  80.0  31.0 110.0  65.0  75.0  94.0
# EndSection

# Sample Device for Hercules mono card:

# Section "Device"
#    Identifier "Hercules mono"
# EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "Diamond Speedstar A50 "
    VendorName  "Wiuth 8 Meg Ram"
    BoardName   "Unknown"
    # VideoRam    8192
    Option "no_accel" # Use this if acceleration is causing problems
    # Option "fifo_moderate"
    # Option "fifo_conserv"
    # Option "fifo_aggresive"
    # Option "fast_vram"
    # Option "pci_burst_on"
    # Option "xaa_benchmark" # DON'T use with "ext_eng_queue" !!!
    # Option "ext_eng_queue" # Turbo-queue. This can cause drawing
                             # errors, but gives some accel
    # Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# The Colour SVGA server

Section "Screen"
    Driver      "svga"
    # Use Device "Generic VGA" for Standard VGA 320x200x256
    #Device      "Generic VGA"
    Device      "Diamond Speedstar A50 "
    Monitor     "Mag DX17T "
    Subsection "Display"
        Depth       8
        # Omit the Modes line for the "Generic VGA" device
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
        # Use Virtual 320 200 for Generic VGA
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

# The 16-color VGA server

Section "Screen"
    Driver      "vga16"
    Device      "Generic VGA"
    Monitor     "Mag DX17T "
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

# The Mono server

Section "Screen"
    Driver      "vga2"
    Device      "Generic VGA"
    Monitor     "Mag DX17T "
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
        Virtual     800 600
    EndSubsection
EndSection

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Section "Screen"
    Driver      "accel"
    Device      "Diamond Speedstar A50 "
    Monitor     "Mag DX17T "
    Subsection "Display"
        Depth       8
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600" "1024x768" "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "640x480" "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

--===============7526589017673834137==--


From nils@bourbon.propertymall.com Fri Feb 12 10:20:39 1999
From: nils@bourbon.propertymall.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape
Date: Fri, 12 Feb 1999 11:20:39 +0100
Message-ID: <199902121020.LAA00417@bourbon.propertymall.com>
In-Reply-To:
 <[SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0519927413562274130=="

--===============0519927413562274130==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




=20
> zentara wrote:

> I think choosing Netscape over Internet Explorer is like choosing
> the lesser of two evils. Netscape has been crashing bad lately,=20
> no wonder they sold out.
=20
Who needs either? Lynx has never crashed on me.

Nils

nils(a)propertymall.com

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0519927413562274130==--


From samelash@ix.netcom.com Fri Feb 12 10:27:27 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] WVDIAL Log In
Date: Fri, 12 Feb 1999 10:27:27 +0000
Message-ID: <3.0.3.32.19990212102727.00b05994@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5587628066531931837=="

--===============5587628066531931837==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




 Trying to set up my internet connection ect...

Installed the modem in yast (com 3) Internal modem
ran wvdialconfig , and it went successfull

running wvdial
Modem dials up.
Makes all kins of nioses
wvdial states
carrier detected
Starting pppd at time/date ect.....
Continues to make noise , and will then recycly and redial out agien.

Used minicom to dial in , it dialed out , and tried to log in.

I could only log in by placing a # before my user name. I have to dothis in w= insdows , something about telling the isp hardware that I am dialing in with = a regular browser ? With out the # , it will not get to the log in prompts.
After log in it does nothing , something to do with hand shaking ppp I think.=

BTW , where do you put all your isp data , ie ipaddress , sntp address , nntp= adrress ect.....

wvdial.conf as follows.

[Dialer Defaults]
Modem =3D /dev/ttyS2
Baud =3D 115200
Init1 =3D ATZ
Init2 =3D ATQ0 V1 E1 S0=3D0 &C1 &D2 S11=3D55 +FCLASS=3D0
Phone =3D 882820700
Username =3D My Username goes here
Password =3D My password ges here



- To get out of this list, please send email to majordomo(a)suse.com with thi= s text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http:/= /www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailing= lists/suse-linux-e/index.html=20 --===============5587628066531931837==-- From kar@webline.dk Fri Feb 12 10:56:14 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] FTP site - announcements and contrib Date: Fri, 12 Feb 1999 11:56:14 +0100 Message-ID: <36C408CE.C56BC645@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8700515804516492551==" --===============8700515804516492551== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Two suggestions for SuSE: 1. Send out an announcement everytime a new package arrives at the ftp site. If too much traffic, send out one per day. 2. Make a contrib directory for others to contribute - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8700515804516492551==-- From kar@webline.dk Fri Feb 12 11:49:15 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1 Date: Fri, 12 Feb 1999 12:49:15 +0100 Message-ID: <36C4153B.C91CCE97@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0915588783270868786==" --===============0915588783270868786== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When will there be a rpm of KDE for SuSE? Including KOffice, I hope? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0915588783270868786==-- From naceur@wanadoo.fr Fri Feb 12 12:11:42 1999 From: naceur@wanadoo.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dual Processor Date: Fri, 12 Feb 1999 13:11:42 +0100 Message-ID: <36C41A7E.6EEE635D@wanadoo.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1933274487363445835==" --===============1933274487363445835== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable S K SENTHIL VEL wrote: > Hi, > > I want to know whether Linux supports dual processor. > > Senthil Vel > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Yes, I think so. The thing I am not sure yet about is the parallelisation of one progaram Sorry I messed up : If you run 2 independent programs I think that Linux understand that they are independent. And they will run using the 2 processors. However if you run 1 program only I am not sure about the degree of parallesation (ie. if the the program will use the 2 processors ?) Naceur - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1933274487363445835==-- From Gilles.Nguyen@univ-brest.fr Fri Feb 12 13:50:57 1999 From: Gilles.Nguyen@univ-brest.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Sound card : SB 64 PCI Date: Fri, 12 Feb 1999 14:50:57 +0100 Message-ID: <3.0.1.32.19990212145057.006aec94@cassis-gw.univ-brest.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3738175334364833729==" --===============3738175334364833729== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Good afternoon every body, How can i configure the kernel to make my Sound Blaster 64 on bus PCI (chipset ENSONIQ) working ? There is many informations for sound card on bus ISA but nothing for PCI card to my knowledge. Many thanks, - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3738175334364833729==-- From alexm@quake.tx.symbio.net Fri Feb 12 14:00:02 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape Date: Fri, 12 Feb 1999 08:00:02 -0600 Message-ID: In-Reply-To: <199902121020.LAA00417@bourbon.propertymall.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5387571994193232551==" --===============5387571994193232551== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 12 Feb 1999, Nils wrote: > > zentara wrote: >=20 > > I think choosing Netscape over Internet Explorer is like choosing > > the lesser of two evils. Netscape has been crashing bad lately,=20 > > no wonder they sold out. > =20 > Who needs either? Lynx has never crashed on me. >=20 > Nils >=20 > nils(a)propertymall.com >=20 Not everybody sits with a 14.4 modem and pays for every second of his phone time. Moreover, some http pages really look nice. Furthermore, lynx always screws up tables, never interprets variables correctly (like OS and browser types). Remember, how it displays frames?=20 Isn't it annoying having to arrow down on sites with a million links on it (like netscape) to get to a link at the bottom of the page? Compare it to point and click in Netscape... I guess I am trying to say that some people need netscape ;-) -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5387571994193232551==-- From stene@rocketmail.com Fri Feb 12 15:04:21 1999 From: stene@rocketmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] updates for kernel 2.2 and glibc2.1, where? Date: Fri, 12 Feb 1999 07:04:21 -0800 Message-ID: <19990212150421.8024.rocketmail@web4.rocketmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0415966721537049663==" --===============0415966721537049663== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Does anyone know if there are Suse 6.0 rpm updates for kernel 2.2.1 and glibc2.1 available? TIA /Pelle _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0415966721537049663==-- From to.avi@usa.net Fri Feb 12 15:10:20 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Fri, 12 Feb 1999 09:10:20 -0600 Message-ID: <36C4445C.E36ED905@usa.net> In-Reply-To: <3.0.5.32.19990211233816.007d0ab0@pop.mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4734861270075991438==" --===============4734861270075991438== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I tried /etc/profile before I sent out the message.  If the user I log in as =
is not root, I get the 'Operation not permitted' error.  Looks like the probl=
em has something to do with permissions but I am not sure what to change to m=
ake it possible to set 'ulimit
-c' for non-root users since ulimit is a bash built-in command.

Avi

Christopher Ballog wrote:

> Hello
>
> There are two different file which control Bash shell.
>
> 1. One is the profile file in the /etc directory and
> 2. The second is .bashrc file in each user personal directory under the /ho=
me directory.
>
> The profile in the /etc directory controls system wide environment.
>
> Christopher
>
> At 08:19 PM 2/11/99 -0600, you wrote:
> >By default, SuSE 5.3 sets the maximum core file size to 0 (ulimit -c 0)
> >which means that no core files are created. I have tried to modify the
> >size but as a non-root I get the message 'bash: ulimit: cannot modify
> >limit: Operation not permitted'. As root I can change the limit but
> >only for the current login. How can I change it on a system wide basis?
> >
> >Thanks,
> >Avi


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

S/MIME Cryptographic Signature

--===============4734861270075991438==-- From zentara@mindspring.com Fri Feb 12 15:46:18 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape Date: Fri, 12 Feb 1999 10:46:18 -0500 Message-ID: <36C44CCA.A9E97F0B@mindspring.com> In-Reply-To: <199902121020.LAA00417@bourbon.propertymall.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0255552016508345141==" --===============0255552016508345141== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Nils wrote: >=20 >=20 > > zentara wrote: >=20 > > I think choosing Netscape over Internet Explorer is like choosing > > the lesser of two evils. Netscape has been crashing bad lately, > > no wonder they sold out. >=20 > Who needs either? Lynx has never crashed on me. >=20 Can Lynx handle "secure-online-ordering" ? Alot of internet e-commerce sites require you to use either IE or Netscape to order things. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0255552016508345141==-- From brauki@cityweb.de Fri Feb 12 15:47:05 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: [SuSE Linux] log.smb says "Unknown socket option" Date: Fri, 12 Feb 1999 16:47:05 +0100 Message-ID: <36C44CF9.DB5663BE@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1534330324689318183==" --===============1534330324689318183== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, my log.smb file is filled with messages like "Unknown socket option SO_KEEPALIVE". Neither in calling smbd (/sbin/init.d/smb) nor in my config file I=C5=BDve given the parameter. Curiously more, after I tried to add socket options =3D TCP_NODELAY, this option was Unknown as well. After I removed it from smb.conf and restarted smbd, I found these messages again. Is there another config file? And, how can I enable these options? (so. claimed TCP_NODELAY were a good setting for Linux, I do not find it mentioned in "man getsockopt". I do however find SO_KEEPALIVE and start to be perfectly lost. Any experiences out there?? Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1534330324689318183==-- From alexm@quake.tx.symbio.net Fri Feb 12 16:20:16 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Fri, 12 Feb 1999 10:20:16 -0600 Message-ID: In-Reply-To: <36C4445C.E36ED905@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3459585992043432817==" --===============3459585992043432817== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi,

put that line in /etc/rc.d/boot.local
then reboot the system

-alexm

On Fri, 12 Feb 1999, Avi Schwartz wrote:

> I tried /etc/profile before I sent out the message.  If the user I log in a=
s is not root, I get the 'Operation not permitted' error.  Looks like the pro=
blem has something to do with permissions but I am not sure what to change to=
 make it possible to set 'ulimit
> -c' for non-root users since ulimit is a bash built-in command.
S/MIME Cryptographic Signature

--===============3459585992043432817==-- From medavid@ix.netcom.com Fri Feb 12 16:21:21 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sound card : SB 64 PCI Date: Fri, 12 Feb 1999 08:21:21 -0800 Message-ID: <01be56a3$ba3a6640$d042d8ce@win98> In-Reply-To: <[SuSE Linux] Sound card : SB 64 PCI> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5955537994531668860==" --===============5955537994531668860== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I may be wrong about this, so if someone knows a better answer, I'd love to hear it. My understanding is that you'll need the 2.2 kernel to get support for the SB64/Ensoniq PCI sound card. I have one of these cards, I had read that 2.2 supports it. Mark -----Original Message----- From: Gilles Nguyen Vien To: suse-linux-e(a)suse.com Date: Friday, February 12, 1999 6:20 AM Subject: [SuSE Linux] Sound card : SB 64 PCI > >Good afternoon every body, >How can i configure the kernel to make my Sound Blaster 64 on bus PCI >(chipset ENSONIQ) working ? >There is many informations for sound card on bus ISA but nothing for PCI >card to my knowledge. >Many thanks, > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5955537994531668860==-- From adairb@it.postoffice.co.uk Fri Feb 12 16:23:19 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Dual Processor Date: Fri, 12 Feb 1999 16:23:19 +0000 Message-ID: <199902121626.QAA01519@igateway.postoffice.co.uk> In-Reply-To: <[SuSE Linux] Dual Processor> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2353658930303993394==" --===============2353658930303993394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm hoping it's all going to work (my 2nd processor is in the post) but the idea is that programs have been written to be multi-threaded i.e. one processor can work on one portion of the data and the other on another. There is lots of info about on the net. The most obviously useful example is the guy rewriting GIMP plugins / tools http://nemo.physics.n= csu.edu/~briggs/gimp/index.html>. Bill ---------- > S K SENTHIL VEL wrote: >=20 > > Hi, > > > > I want to know whether Linux supports dual processor. > > > > Senthil Vel > > > Yes, I think so. The thing I am not sure yet about is the > parallelisation of one progaram > Sorry I messed up : > If you run 2 independent programs I think that Linux understand that they > are independent. And they will run using the 2 processors. > However if you run 1 program only I am not sure about the degree of > parallesation > (ie. if the the program will use the 2 processors ?) >=20 > Naceur - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2353658930303993394==-- From larry.yates@compaq.com Fri Feb 12 16:43:57 1999 From: larry.yates@compaq.com To: users@lists.opensuse.org Subject: [SuSE Linux] FYI: RPM Browser for Windows Date: Fri, 12 Feb 1999 08:43:57 -0800 Message-ID: <9FFA13EBD965D1119BB700805FE646330256A26A@excpla-19601.telecom.tandem.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3288307419410182674==" --===============3288307419410182674== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable WOW! ZDNET's HIGHEST rating!!! I'm in heaven... Thanks, -Larry http://www.laysi.com/rpmbw/> P.S. The next release is 'right around the corner' with MORE features! --------------------------------------------------------------------- This article is from Hotfiles (http://www.zdnet.com/swlib/>). Visit this page on the Web at: =20 http://hotfiles.zdnet.com/cgi-bin/texis/swlib/= hotfiles/info.html?fcode=3D000V7> 9&b=3D --------------------------------------------------------------------- --------------------------------------------------------------------- Copyright (c) 1998 ZDNet. All rights reserved. Reproduction in whole or in part in any form or medium without express written permission of ZDNet is prohibited. ZDNet and the ZDNet logo are trademarks of Ziff-Davis Inc. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3288307419410182674==-- From to.avi@usa.net Fri Feb 12 17:16:37 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Fri, 12 Feb 1999 11:16:37 -0600 Message-ID: <36C461F5.EDA6CD45@usa.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4514065520874385713==" --===============4514065520874385713== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
That did it, thank you all for your help!

Avi

alexm wrote:

> Hi,
>
> put that line in /etc/rc.d/boot.local
> then reboot the system
>
> -alexm
>
> On Fri, 12 Feb 1999, Avi Schwartz wrote:
>
> > I tried /etc/profile before I sent out the message.  If the user I log in=
 as is not root, I get the 'Operation not permitted' error.  Looks like the p=
roblem has something to do with permissions but I am not sure what to change =
to make it possible to set 'ulimit
> > -c' for non-root users since ulimit is a bash built-in command.


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============4514065520874385713==-- From zulfiqar@shaw.wave.ca Fri Feb 12 18:39:46 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Just upgraded from 5.3 to 6.0 Date: Fri, 12 Feb 1999 13:39:46 -0500 Message-ID: <36C47571.5AF78094@shaw.wave.ca> In-Reply-To: <9FFA13EBD965D1119BB700805FE646330256A26A@excpla-19601.telecom.tandem.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5325234697245529866==" --===============5325234697245529866== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well.....I seem to have upgraded from 5.3 to 6.0 without much problems...... However, my second ethernet card eth1 is not working and hence my masquerading is not working too...... Any hints on how I should go about fixing this? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5325234697245529866==-- From dag@umr.edu Fri Feb 12 19:12:27 1999 From: dag@umr.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape Date: Fri, 12 Feb 1999 13:12:27 -0600 Message-ID: <003901be56bb$a1f1bd00$bc409783@cleo> In-Reply-To: <[SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2400264408605432927==" --===============2400264408605432927== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The only kernel panic i've ever seen was caused on my slackware 3.6 system while exiting lynx. Every program created most likely has bugs in it. It's is almost impossible to test code for every possible combination of events. Most similar programs have their advantages. I use lynx, netscape, and while in windoze ie4. Lynx is great when i know exactly where i'm going, but it isn't so great if i'm just surfing around for enjoyment. A similar argument can be made for a distribution of linux or yes, even a microsoft product. -----Original Message----- From: zentara To: suse-linux-e(a)suse.com Date: Friday, February 12, 1999 10:13 AM Subject: Re: [SuSE Linux] Story: Microsoft: We Feared Customers Would Choose Netscape > >Nils wrote: >> >> >> > zentara wrote: >> >> > I think choosing Netscape over Internet Explorer is like choosing >> > the lesser of two evils. Netscape has been crashing bad lately, >> > no wonder they sold out. >> >> Who needs either? Lynx has never crashed on me. >> > >Can Lynx handle "secure-online-ordering" ? Alot of >internet e-commerce sites require you to use either >IE or Netscape to order things. > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2400264408605432927==-- From hlarons@ComCAT.COM Fri Feb 12 19:27:16 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] Further to: [Re: Ownership of tar archive members] Date: Fri, 12 Feb 1999 14:27:16 -0500 Message-ID: <19990212142716.B219@BeagleDog> In-Reply-To: <19990211141655.B723@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2387688489378774180==" --===============2387688489378774180== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Feb 11, 1999, Stefan Troeger wrote: > Btw. there is also a nice info page with far more than you've > ever wanted to know about tar ;-) Ah, that's just the problem :-) Info pages are an invention of the devil, as far as I'm concerned. In=20 the SuSE 5.2 (English) distro, the pages are strewn with distracting=20 editorial asides ("This shouldn't be here in the final copy") and=20 organized into painfully tortured sections connected by "pseudo- hyperlinks." If one already knows; e.g., tar, backward and forward maybe=20 the info pages will call some vaguely-remembered option to mind, but for=20 actually learning to use the command, forget it. I (for one) learn linearly, so the 'man' pages were ideal. If only we=20 weren't so web obsessed. Sigh. OK, purists, flame away. Howard Arons PS. All the above notwithstanding, thanks for your informative=20 response. H --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2387688489378774180==-- From hekate@intergate.bc.ca Fri Feb 12 19:30:21 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] FTP site - announcements and contrib Date: Fri, 12 Feb 1999 11:30:21 -0800 Message-ID: In-Reply-To: <36C408CE.C56BC645@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7011848113257772984==" --===============7011848113257772984== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, 12 Feb 1999, Kaare Rasmussen wrote: > Two suggestions for SuSE: > 2. Make a contrib directory for others to contribute They already have one, I believe. -M=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7011848113257772984==-- From bshelton-suse-linux@ole.net Fri Feb 12 19:33:04 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Just upgraded from 5.3 to 6.0 Date: Fri, 12 Feb 1999 14:33:04 -0500 Message-ID: <19990212143304.A25042@ole.net> In-Reply-To: <36C47571.5AF78094@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5371882537822737330==" --===============5371882537822737330== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, Feb 12, 1999 at 01:39:46PM -0500, Zulfiqar Naushad wrote: >=20 > Well.....I seem to have upgraded from 5.3 to 6.0 without much problems...... >=20 > However, my second ethernet card eth1 is not working and hence my masquerad= ing > is not working too...... >=20 > Any hints on how I should go about fixing this? Maybe this is too obvious, but wouldn't you use the same procedure you did to get it working the first time? I mean, upgrading usually overwrites many configuration settings, but all you have to do is follow the same setup procedure you did the first time and it should work, providing you have the drivers, et al. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5371882537822737330==-- From zentara@mindspring.com Fri Feb 12 19:34:58 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WVDIAL Log In Date: Fri, 12 Feb 1999 14:34:58 -0500 Message-ID: <36C48262.7AEF3381@mindspring.com> In-Reply-To: <3.0.3.32.19990212102727.00b05994@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5064718595603922569==" --===============5064718595603922569== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >=20 > Trying to set up my internet connection ect... >=20 > Installed the modem in yast (com 3) Internal modem > ran wvdialconfig , and it went successfull >=20 > running wvdial > Modem dials up. > Makes all kins of nioses > wvdial states > carrier detected > Starting pppd at time/date ect..... > Continues to make noise , and will then recycly and redial out agien. >=20 Put the line Stupid Mode =3D yes in your [Dialer Defaults] section of wvdial.conf. This forces wvdial to use pap. Some isp's will kick you off if you send only a password, when challenged for a pap login. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5064718595603922569==-- From zulfiqar@shaw.wave.ca Fri Feb 12 19:41:54 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Just upgraded from 5.3 to 6.0 Date: Fri, 12 Feb 1999 14:41:54 -0500 Message-ID: <36C48402.9C894840@shaw.wave.ca> In-Reply-To: <19990212143304.A25042@ole.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3849815534803025209==" --===============3849815534803025209== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just what I thought.........and it worked. I finally managed to get my eth1 = to work (Yahoo)........ However my masq is still down. However alexm is helping me, so if all things= go well, I should have this baby running in no time!! Brad Shelton wrote: > Maybe this is too obvious, but wouldn't you use the same procedure you did > to get it working the first time? > > I mean, upgrading usually overwrites many configuration settings, but all > you have to do is follow the same setup procedure you did the first time and > it should work, providing you have the drivers, et al. > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3849815534803025209==-- From WALKERSC@cibc.ca Fri Feb 12 19:48:00 1999 From: WALKERSC@cibc.ca To: users@lists.opensuse.org Subject: [SuSE Linux] dhclient/SuSE 6.0 Date: Fri, 12 Feb 1999 14:48:00 -0500 Message-ID: <199902121950.LAA12380@mail.suse.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5664219646094841896==" --===============5664219646094841896== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 I just recently installed SuSE 6.0 and I am impressed. I was mainly=20 impressed because it finally got my damn ADSL line working. It use=20 DHCP for ip assignment. Now, the problem I am having is, I boot up, it=20 grabs a ip like it should, does the routing, and bang were off to the=20 races. In 2-3 hours it goes to renew the lease, but dies, with error=20 it can't find a DHCP server and closes the interface. The only way I=20 can get it to renew/reget an ip is to reboot. Sometimes can fight=20 with it and bring it up manually. But who wants to reboot/fight with=20 your machine every 3 hours just so I can stay on the net. Does anyone=20 have any ideas? =20 Scott Walker - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5664219646094841896==-- From k01164@ko.hhs.dk Fri Feb 12 20:39:52 1999 From: k01164@ko.hhs.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Further to: [Re: Ownership of tar archive members] Date: Fri, 12 Feb 1999 20:39:52 +0000 Message-ID: In-Reply-To: <19990212142716.B219@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5792789872086204743==" --===============5792789872086204743== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I mostly agree. There should be up-to-date man-pages available for all commands and special files. (Did you remember the fstab man-page in 6.0 SuSE?) I like being able to simply scroll up and down through the page, so I can quickly find the option I need. However, I think info can be good for when I want to sit and read, but for quick look-ups - no way. Regards=20 Ole On Fri, 12 Feb 1999, Howard Arons wrote: >=20 > On Feb 11, 1999, Stefan Troeger wrote: > > Btw. there is also a nice info page with far more than you've > > ever wanted to know about tar ;-) >=20 > Ah, that's just the problem :-) >=20 > > Info pages are an invention of the devil, as far as I'm concerned. In=20 > the SuSE 5.2 (English) distro, the pages are strewn with distracting=20 > editorial asides ("This shouldn't be here in the final copy") and=20 > organized into painfully tortured sections connected by "pseudo- > hyperlinks." If one already knows; e.g., tar, backward and forward maybe=20 > the info pages will call some vaguely-remembered option to mind, but for=20 > actually learning to use the command, forget it. >=20 > I (for one) learn linearly, so the 'man' pages were ideal. If only we=20 > weren't so web obsessed. Sigh. > >=20 > OK, purists, flame away. >=20 > Howard Arons > PS. All the above notwithstanding, thanks for your informative=20 > response. > H > --=20 > Powered by SuSE Linux 5.2 -- kernel 2.0.33 > Communications by Mutt 0.93.2 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5792789872086204743==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb 12 21:09:13 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Further to: [Re: Ownership of tar archive members] Date: Fri, 12 Feb 1999 22:09:13 +0100 Message-ID: <19990212220913.C610@one.hrz.tu-chemnitz.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0283684494379255227==" --===============0283684494379255227== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, Feb 12, 1999 at 20:39 +0000, Ole Kofoed Hansen wrote: > I like being able to simply scroll up and down through the page, so I > can quickly find the option I need. I use `info --subnodes tar |less' for that. It's still not like the good old man pages, but it allows me to search the whole info page for interesting options. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0283684494379255227==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb 12 21:11:10 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: libqimgio.so Date: Fri, 12 Feb 1999 22:11:10 +0100 Message-ID: <19990212221110.D610@one.hrz.tu-chemnitz.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5767311572153171533==" --===============5767311572153171533== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, Feb 12, 1999 at 08:44 +0000, Philip Stokes wrote: > /usr/i486-linux-libc6/lib/libqimgio.so exists, but is a broken symlink. > Can anyone running v6.0 tell me what it should point to? It does not exist on my system and I couldn't find an rpm with that link, so it should be safe to delete it. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5767311572153171533==-- From verdesoft@verdesoft.com Fri Feb 12 21:53:00 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] No Carrier Date: Fri, 12 Feb 1999 13:53:00 -0800 Message-ID: <36C4A2BC.66C05DE2@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1589387393370387613==" --===============1589387393370387613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I was just using Minicom to see if my modem work and I am getting this mesage. Knowing almost nothing about how modems work I was wondering what exactly this means. I think the most important thing this has done for me is told me that my modem does work, I think. I have been trying to get myself connected to my ISP for some time with no luck. Though I am trying to do it the hard way. I would like to know how to set up all the scripts by hand so I don't have to rely on some other program to do it for me. If anyone can tell me what scripts need configuring and what each one does I would really appreciate it. Thanks, Aaron=20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1589387393370387613==-- From verdesoft@verdesoft.com Fri Feb 12 21:53:15 1999 From: verdesoft@verdesoft.com To: users@lists.opensuse.org Subject: [SuSE Linux] Problems with dialing Date: Fri, 12 Feb 1999 13:53:15 -0800 Message-ID: <36C4A2CB.D128F5E2@verdesoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2693982558148794217==" --===============2693982558148794217== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am trying to use Suseppp to dial my ISP and not much is happening. I am typing /etc/suseppp/scripts/ppp-up generic and all I get is this little bit of output on the screen. +++ATZ Then after a little while I get returned to the command line. =20 _________________________________________________ mailto:verdesoft(a)verdesoft.com= VerdeSoft Internet Services http://www.verdesoft.com/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2693982558148794217==-- From bparker@dc.net Fri Feb 12 23:08:20 1999 From: bparker@dc.net To: users@lists.opensuse.org Subject: [SuSE Linux] PCI bus IRQ conflict Date: Fri, 12 Feb 1999 18:08:20 -0500 Message-ID: <000001be56dc$94e5baf0$0100a8c0@sandrab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7073382335385392325==" --===============7073382335385392325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello: I am attempting to use an Adaptec AHA-2940UW SCSI host adapter and a 3Com 905B 10/100 ethernet adapter on a box with an older motherboard that refuses to assign separate IRQs to PCI expansion cards. The motherboard is a circa 1996 FIC PA-2002, rev 1.21 that I won in raffle; it came with an AMD K5-100 installed. The PCI bud is supposed to allow more than one device to use an IRQ but, still, such a condition can cause problems (on older hardware). Donald Becker wrote the 3Com driver. His webpage "Resolving Linux PCI Interrupt Conflicts" webpage at <http://cesdi= s.gsfc.nasa.gov/linux/misc/irq-conflict.html>> has this to say: ". . . If the card is reporting a valid IRQ, but that IRQ is being used by another device you have an interrupt conflict. The easiest and generally best solution is to put the conflicting device on another IRQ line. This can only be done through the PCI BIOS setup. Unlike ISA cards, PCI cards have no way of setting their own IRQ. That is done at boot time by the PCI BIOS, and the BIOS reports its selection. . . ." Anyone solved something like this before? I am running SuSE 5.2, kernel 2.0.33. Bill Parker, - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7073382335385392325==-- From l41484@alfa.ist.utl.pt Fri Feb 12 23:19:20 1999 From: l41484@alfa.ist.utl.pt To: users@lists.opensuse.org Subject: [SLE] printing through an NT service Date: Sat, 13 Feb 1999 00:19:20 +0100 Message-ID: <19990213001920.C512@cavorka.umm.home> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6944097039701877858==" --===============6944097039701877858== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Printing from my linux machine through a win print server stopped working. I've configured it to configure printer trough samba (or similar wording) in yast. It worked for a few days than it stopped working. It doesn't give an error or anything it just doesn't print. Could it be the samba configuration??? -- Tiago Pascoal (l41484(a)alfa.ist.utl.pt) FAX : +351-1-7273394 Politicamente incorrecto, e membro (nao muito) proeminente da geracao rasca. Recem empossado (engajado) cidadao da republica das bananas. If there are self-made purgatories, then we all have to live in them. -- Spock, "This Side of Paradise", stardate 3417.7 --=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/ --===============6944097039701877858==-- From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 12 23:43:13 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Repost: Compile zImage/w SB16? Help! Date: Fri, 12 Feb 1999 18:43:13 -0500 Message-ID: <36C4BC91.A2062A88@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0015566709558782368==" --===============0015566709558782368== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Am I the only one haveing this problem. I searched the mail archives but can't find the previous discussion. The following is a repost: Good to be back folks, I am having trouble compiling my new kernel from 6.0. I believe there is a file I need to delete to make this go away. It happens with make zImage. Any suggestions? TIA, Steve make[2]: Entering directory `/usr/src/linux-2.0.36.SuSE/drivers/sound' gcc -D__KERNEL__ -I/usr/src/linux/include -V2.7.2.3 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o sound_switch.o sound_switch.c sound_switch.c: In function `init_status': sound_switch.c:97: parse error before `SOUND_CONFIG_DATE' make[2]: *** [sound_switch.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.0.36.SuSE/drivers/sound' make[1]: *** [sub_dirs] Error 2 make[1]: Leaving directory `/usr/src/linux-2.0.36.SuSE/drivers' make: *** [linuxsubdirs] Error 2 bash-2.02#
begin:vcard 
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============0015566709558782368==--


From mikeg@soonernet.com Fri Feb 12 23:45:01 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] C++ and configure
Date: Fri, 12 Feb 1999 17:45:01 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6057317137842694393=="

--===============6057317137842694393==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey guys,

I just installed a clean 6.0 dist the other day, and I am having a few proble=
ms
compiling some software.  The software packages are KVIRC and LICQ.  During t=
he
configure process, it fails out telling me that the c++ compiler doesn't work=
.=20
Is there a different compiler with 6.0 than there was in 5.3?

Thanks a lot,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6057317137842694393==--


From oms101@clara.co.uk Fri Feb 12 23:45:16 1999
From: oms101@clara.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kppp configuration archive (Your help is requested)
Date: Fri, 12 Feb 1999 23:45:16 +0000
Message-ID: <36C4BD0C.B802053F@clara.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0034542754416665422=="

--===============0034542754416665422==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi everyone,=20

We plan to publish on the web an archive of kppp configuration settings=20
for all ISPs in the UK. The eventual aim is to give easy to follow=20
instructions to enable kde users, no matter how inexperienced, to=20
connect to their ISP as simply and easily as possible.  Our first=20
attempt is at:=20

http://www.kppp-archive.freeserve.co.uk>

How can you help?=20

It won't take you a minute! If you have a reliable connection to your=20
ISP using kppp please send us you kppprc file. The definition of
reliable is:
make sure you have connected at least 10 times in a row with no
unexpected deaths
of daemons!

What is it? kppprc is the configuration file for kppp. There is one for
each user.

Where is it?  /home/your_login_id_here/.kde/share/config/kppprc=20

Caution! This file contains your password for your ISP account so make
sure you=20
blank it out first before you send it to us. Martin wrote a perl script=20
which strips these from your configuration file to save you the effort.=20
The script is attached to this posting=20

So far we have kppprc files for=20

BT Internet, Claranet, Demon, Freeserve and Pipex.

Owen & Martin=20


--=20
My Email address is permanent(a)altavista.net
My top search engine is http://www.phoaks.com>
My web site http://home.clara.net/oms101/>
$file=3Dglob("~/.kde/share/config/kppprc");
$file2=3D"./kppprc_safe";
print"This perl script outputs a copy of $file to
$file2 with all passwords in the kppprc file replaced
by xxxxxx.\n\n";
open(FILE, $file)||die"can't open $file: $!";
while (defined ($line =3D )) {
	chomp($line);
        if ($line=3D~ /^NumberOfAccounts=3D.*/) {
                $pos_eq=3D index($line, "=3D");
                $num_acct=3Dsubstr($line,$pos_eq+1);
        }
}
close(FILE)||die"can't close $file: $!";
open(OUTPUT,">$file2") || die "can't open $file2:$!";
print"Number of accounts=3D$num_acct\n";
open(FILE, $file)||die"can't open $file: $!";
$index=3D"0";
while (defined ($line =3D )) {
        	chomp($line);
		if ($line=3D~ /^Password=3D.*/) {
                	$index++;
        		print"Password $index=3D";
			$pos_eq=3D index($line, "=3D");
                	@password[$index]=3Dsubstr($line,$pos_eq+1);
                	print"@password[$index]\n"
		}
}
print"\nSearching for passwords. Here are the lines changed\n\n";
close(FILE)||die"can't close $file: $!";
open(FILE, $file)||die"can't open $file: $!";
while (defined ($line =3D )) {
	if ($line=3D~ /=3D/) {
        	$index=3D"0";
        	while ($index < $num_acct) {
        		$index++;
			$pos_eq=3Dindex($line, "=3D");
                	$after_eq=3Dsubstr($line,$pos_eq+1);
			$before_eq=3Dsubstr($line,"0",$pos_eq+1);
			if ($after_eq=3D~ /@password[$index].*/) {
                		print"$line";
                        	$after_eq=3D~ s/@password[$index]/xxxxxx/g;
				$line=3D"$before_eq$after_eq";
                        	print"$line\n";
                        	$index=3Dnum_acct;
			}
        	}
        	print OUTPUT $line;
	}
}
close(FILE)||die"can't close $file: $!";


--===============0034542754416665422==--


From phil@stokes.demon.co.uk Sat Feb 13 00:12:27 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Repost: Compile zImage/w SB16?  Help!
Date: Sat, 13 Feb 1999 00:12:27 +0000
Message-ID: 
In-Reply-To: <36C4BC91.A2062A88@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7672186690737394493=="

--===============7672186690737394493==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 12 Feb 1999, Steven T. Hatton wrote:

> Am I the only one haveing this problem.  I searched the mail archives
> but can't find the previous discussion.  The following is a repost:
>=20
> Good to be back folks,
>=20
> I am having trouble compiling my new kernel from 6.0.  I believe there
> is a file I need to delete to make this go away.  It happens with make
> zImage.  Any suggestions?

Have you tried a make distclean before make dep clean zImage ?

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7672186690737394493==--


From mpedro@esoterica.pt Sat Feb 13 00:20:57 1999
From: mpedro@esoterica.pt
To: users@lists.opensuse.org
Subject: Re: [Fwd: Re: [SuSE Linux] Network]
Date: Sat, 13 Feb 1999 00:20:57 +0000
Message-ID: <36C4C569.76E2C2BE@esoterica.pt>
In-Reply-To: <[Fwd: Re: [SuSE Linux] Network]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0246403298194629550=="

--===============0246403298194629550==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> On Thu, 11 Feb 1999, Pedro Oliveira wrote:
>
> >
> > Yep, Nick it's pretty easy now that you've told me the driver(Via
> > Rhine).
>
>         So how is it working? I'm going to install it either tommorow or
> Friday.
>         Nick

Working fuken fine, despite having to install suse 5.3 again... My modules
were all fuck up...
but besides that... just perfect.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0246403298194629550==--


From verdesoft@verdesoft.com Sat Feb 13 00:50:55 1999
From: verdesoft@verdesoft.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Problems with dialing
Date: Fri, 12 Feb 1999 16:50:55 -0800
Message-ID: <36C4CC6F.609A977@verdesoft.com>
In-Reply-To: <[SuSE Linux] Problems with dialing>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2542601080478922371=="

--===============2542601080478922371==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanks for the help, though I am not quite sure why you have /dev/modem
twice?

Do I just need to type=20

/etc/suseppp/scripts/ppp-up /dev/modem

Will the above work?

Thanks,

Aaron

Ralph Clark wrote:
>=20
> On 12 Feb, Aaron Prohaska wrote:
> >
> > I am trying to use Suseppp to dial my ISP and not much is happening. I
> > am typing /etc/suseppp/scripts/ppp-up generic
> >
> > and all I get is this little bit of output on the screen.
> >
> > +++ATZ
> >
> > Then after a little while I get returned to the command line.
> >
>=20
> The chat utility doesn't know about the modem; it refers by default to
> stdin and stdout. You therefore need to run the script with stdin and
> tdout redirected, i.e.
>=20
>         /etc/suseppp/scripts/ppp-up generic < /dev/modem > /dev/modem
>=20
> ...And you're away.
>=20
> Ralph
>=20
> --
> rclark(a)virgosolutions.demon.co.uk        Ralph Clark, Virgo Solutions Ltd=
 (UK)
>    __   _
>   / /  (_)__  __ ____  __    * Powerful * Flexible * Compatible * Reliable *
>  / /__/ / _ \/ // /\ \/ /  *Well Supported * Thousands of New Users Every D=
ay*
> /____/_/_//_/\_,_/ /_/\_\    The Cost Effective Choice - Linux Means Busine=
ss!


--=20
_________________________________________________

mailto:verdesoft(a)verdesoft.com=

VerdeSoft Internet Services
http://www.verdesoft.com/>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2542601080478922371==--


From gdoris@shaw.wave.ca Sat Feb 13 00:51:33 1999
From: gdoris@shaw.wave.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Just upgraded from 5.3 to 6.0
Date: Fri, 12 Feb 1999 19:51:33 -0500
Message-ID: 
In-Reply-To: <36C48402.9C894840@shaw.wave.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2946511639512959563=="

--===============2946511639512959563==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Doesn't the new kernel use ipchains instead of masq???

Gerry

On 12-Feb-99 Zulfiqar Naushad wrote:
>=20
> Just what I thought.........and it worked.  I finally managed to get my eth1
> to
> work (Yahoo)........
>=20
> However my masq is still down.  However alexm is helping me, so if all thin=
gs
> go
> well, I should have this baby running in no time!!
>=20
>=20
> Brad Shelton wrote:
>=20
>> Maybe this is too obvious, but wouldn't you use the same procedure you did
>> to get it working the first time?
>>
>> I mean, upgrading usually overwrites many configuration settings, but all
>> you have to do is follow the same setup procedure you did the first time a=
nd
>> it should work, providing you have the drivers, et al.
>>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: Gerry Doris 
Date: 12-Feb-99
Time: 19:51:09

"The lyf so short, the craft so long to learne"  Chaucer
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2946511639512959563==--


From jlkreps@Navix.Net Sat Feb 13 01:33:16 1999
From: jlkreps@Navix.Net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Corel WP8 won't install properly on SuSE 5.3.
Date: Fri, 12 Feb 1999 19:33:16 -0600
Message-ID: <36C4D65C.8499E3A9@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0143656941727057719=="

--===============0143656941727057719==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I created a dir for wp8, mounted the CDROM, checked with 'pwd' and then
issued "sh ./install.wp" at the command line.  That was how I installed
wp8 the first time.
I installed my SuSE 5.3 on a second box and when I used the same
procedure the install failed to prompt me for the destination dir.  It
just threw a bunch of second level wp8 directories into my root dir.=20
Luckily, the remove.wp worked ok.

Anybody have this happen?  If so, how did you fix it?

Jerry
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0143656941727057719==--


From mperry@basin.com Sat Feb 13 03:02:47 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Help with using static IP
Date: Fri, 12 Feb 1999 19:02:47 -0800
Message-ID: <19990212190247.A17742@basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0127257737051370302=="

--===============0127257737051370302==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just a basic question.  I have a static IP address from my dialup ISP.  I
have the same setup for some years and am curious about the best way to
setup /etc/hosts with a static ip.  Now I have this defined:

127.0.0.1	localhost=20
207.167.85.183  mperry.basin.com	mperry

The 207 number only applies when I dialup.  I read the that the 127.0.0.1
should not have a nickname or alias because of sendmail issues.  So how
should I list my static IP address when I dialup?  I get the same IP every
time and my machine is named the same each time I dialup.  I've been with
this ISP for 5 years now.

Yast put in a 127.0.0.2 which was listed as:

127.0.0.2 mperry.basin.com  mperry

I added the last one.  So tcpip gurus; which way should I do the hosts?

Thanks.  This is one of those midnight questions that hit early... :)


--=20
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0127257737051370302==--


From bob100@ibm.net Sat Feb 13 08:22:31 1999
From: bob100@ibm.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Star Office 5.0 Won't Install
Date: Sat, 13 Feb 1999 03:22:31 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7295959769139819633=="

--===============7295959769139819633==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




SOffice 5.0 won't let me install on a drive with about 650 megs free space.
Says I don't have enough disk space! Does anybody know what's going on with
this?

Thanx.

Bob
----------------------------------
E-Mail: bob gordon 
Date: 13-Feb-99
Time: 03:19:45

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7295959769139819633==--


From phil@stokes.demon.co.uk Sat Feb 13 09:00:26 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Help with using static IP
Date: Sat, 13 Feb 1999 09:00:26 +0000
Message-ID: 
In-Reply-To: <19990212190247.A17742@basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4669465411607121473=="

--===============4669465411607121473==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 12 Feb 1999, Michael Perry wrote:

>=20
> Just a basic question.  I have a static IP address from my dialup ISP.  I
> have the same setup for some years and am curious about the best way to
> setup /etc/hosts with a static ip.  Now I have this defined:
>=20
> 127.0.0.1	localhost=20
> 207.167.85.183  mperry.basin.com	mperry

That's much the same as mine:

127.0.0.1	localhost	loopback	loop
158.152.97.177 	stokes.demon.co.uk 	stokes
=20
> The 207 number only applies when I dialup.  I read the that the 127.0.0.1
> should not have a nickname or alias because of sendmail issues.  So how
> should I list my static IP address when I dialup?  I get the same IP every
> time and my machine is named the same each time I dialup.  I've been with
> this ISP for 5 years now.

I note your comment about the loopback circuit and sendmail issues. All
I can say is that I haven't had any problems in that respect. I also
have the dummy i/f assigned to my FQDN for when I'm offline:

phil(a)stokes:~ > netstat -r
Kernel IP routing table
Destination     Gateway  Genmask         Flags   MSS Window  irtt  Iface
stokes.demon.co *        255.255.255.255 UH     1500 0       0     dummy0
loopback        *        255.0.0.0       U      3584 0       0     lo   =20

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4669465411607121473==--


From andyford@nothnbut.net Sat Feb 13 10:30:37 1999
From: andyford@nothnbut.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: libqimgio.so
Date: Sat, 13 Feb 1999 04:30:37 -0600
Message-ID: <36C5544D.4C7FE3B1@nothnbut.net>
In-Reply-To: <19990212221110.D610@one.hrz.tu-chemnitz.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9209579836894854232=="

--===============9209579836894854232==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Stefan Troeger wrote:
>=20
> Hi,
>=20
> On Fri, Feb 12, 1999 at 08:44 +0000, Philip Stokes wrote:
>=20
> > /usr/i486-linux-libc6/lib/libqimgio.so exists, but is a broken symlink.
> > Can anyone running v6.0 tell me what it should point to?
>=20
> It does not exist on my system and I couldn't find an rpm with
> that link, so it should be safe to delete it.
>=20
> Ciao,
>         Stefan
or for the ultimate in safety, rename it and run the system
for a while b4 deleting it.=18

--=20
yours,
Andy
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============9209579836894854232==--


From m.lusetti@mo.nettuno.it Sat Feb 13 10:37:47 1999
From: m.lusetti@mo.nettuno.it
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] updates for kernel 2.2 and glibc2.1, where?
Date: Sat, 13 Feb 1999 11:37:47 +0100
Message-ID: 
In-Reply-To: <19990212150421.8024.rocketmail@web4.rocketmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6241782062493586415=="

--===============6241782062493586415==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 12-Feb-99 Pelle Stene wrote:
>=20
>=20
> Does anyone know if there are Suse 6.0 rpm updates
> for kernel 2.2.1 and glibc2.1 available?

GO directly to ftp.kernel.org (or a mirror near to you) and get kernel, then
check out for /usr/src/linux/Documentation/Changes for the glibc !

please read at least some redme file before ask or you will be ignored.

----------------------------------
Date: 13-Feb-99
Time: 11:30:13

When the weight of the paperwork equals the weight of the plane, the
plane will fly.
                -- Donald Douglas

----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6241782062493586415==--


From samelash@ix.netcom.com Sat Feb 13 10:51:15 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sat, 13 Feb 1999 10:51:15 +0000
Message-ID: <3.0.3.32.19990213105115.00af6188@popd.ix.netcom.com>
In-Reply-To: <36C48262.7AEF3381@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1206950262604498131=="

--===============1206950262604498131==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Tried it , it detects the carreier , passes the passwords ,
then stated that its trying the pppd
after that nothing.=20

Isp is netcom.com=20
I use a # before my username ie #username , otherwise it regects the
password ectt at login.
Tried it with minicom , it likes the # as well , otherwise it chokes on the
login info.

So there is some significance to the # , what it is I do not know .

At 02:34 PM 2/12/1999 -0500, you wrote:
>
>Samy Elashmawy wrote:
>>=20
>> Trying to set up my internet connection ect...
>>=20
>> Installed the modem in yast (com 3) Internal modem
>> ran wvdialconfig , and it went successfull
>>=20
>> running wvdial
>> Modem dials up.
>> Makes all kins of nioses
>> wvdial states
>> carrier detected
>> Starting pppd at time/date ect.....
>> Continues to make noise , and will then recycly and redial out agien.
>>=20
>
>Put the line Stupid Mode =3D yes in your [Dialer Defaults] section
>of wvdial.conf.
>
>This forces wvdial to use pap. Some isp's will kick you off if you
>send only a password, when challenged for a pap login.
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1206950262604498131==--


From samelash@ix.netcom.com Sat Feb 13 11:01:46 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Vidio woes ..
Date: Sat, 13 Feb 1999 11:01:46 +0000
Message-ID: <3.0.3.32.19990213110146.00af9920@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3329430398404689263=="

--===============3329430398404689263==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Diamond A50 AGP vidio card with 8Meg ram
Asus P5A with AMDK6 350=20
Mag DXT17T monitor.
SVGA Server

I am still haveing weird problenms with the image on the monitor.=20
When using the SVGA server and a standard startx All text areas of the
screen are black on black. this does not hapen with VGA_16.

If I uncomment out Line 507 in xf86config , No accelleration , the
sistuation improves , in that text is now visabl , but in balck letters on
green back ground.Thw main window background is still in balck ( should be
whit)

If I use startx -- -bpp16 It gets a little better,  However on using the
desk top , ie bring up the yellow sticky note and closing it , the area
behind the sticky note is balck.=20

if you bring up a few windows .. n\move them , close them ect... You get
some balck and white horizontal streeking , or just black wibndows. Some
are streeked , sometime black back ground.

Suse Tech on thirsday , thought it had to do with Color Depth or its not
detecting the right amont of Vidio ram.

WhenI uncommented Line 506 Vidioram 8192 and restart starx , instead of a
mouse pionter I get a one inch square white box.

Any Ideas Any one ??

thanks

Samy
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3329430398404689263==--


From per@kka.siilinjarvi.fi Sat Feb 13 12:21:26 1999
From: per@kka.siilinjarvi.fi
To: users@lists.opensuse.org
Subject: [SuSE Linux] X includes missing?
Date: Sat, 13 Feb 1999 14:21:26 +0200
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2082330260261120545=="

--===============2082330260261120545==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I'm using suse5.3 and tried to port/translate WebMaker to my linux
from sources:  "checking for X... configure: error: can't find X includes"
and configure stops. What shall I do next?  Any Ideas? Many other sources
gives the same messages. Something is wrong, but what?

--Per
(Per Elfstrom )

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2082330260261120545==--


From timson40@bunt.com Sat Feb 13 14:12:45 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] eth0 and 2.2.1 ?
Date: Sat, 13 Feb 1999 15:12:45 +0100
Message-ID: <36C5885D.4B2CDBFF@bunt.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9031234754130757675=="

--===============9031234754130757675==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,

I have kernel 2.2.1 and SuSE 5.3 I know that there are some problems at
first with the 2.2.* kernels. I got most of them fixed. I had eth0
working fine under 2.0.36. But now i get 3 errors at boot time.

Setting up network device eth0
SIOSIFADDR: not found
SIOSIFBRDADDR: not found
SIOCSIFNETMASK: not found

what can i do to fix those ?

Jason Johnson

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9031234754130757675==--


From zentara@mindspring.com Sat Feb 13 14:59:42 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] eth0 and 2.2.1 ?
Date: Sat, 13 Feb 1999 09:59:42 -0500
Message-ID: <36C5935E.4A9F0F95@mindspring.com>
In-Reply-To: <36C5885D.4B2CDBFF@bunt.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1010620776450824533=="

--===============1010620776450824533==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Dark_Hour wrote:
>=20
> Hello,
>=20
> I have kernel 2.2.1 and SuSE 5.3 I know that there are some problems at
> first with the 2.2.* kernels. I got most of them fixed. I had eth0
> working fine under 2.0.36. But now i get 3 errors at boot time.
>=20
> Setting up network device eth0
> SIOSIFADDR: not found
> SIOSIFBRDADDR: not found
> SIOCSIFNETMASK: not found
>=20
> what can i do to fix those ?
>=20

Try putting an entry for your card in /etc/conf.modules
Like:
alias eth0  ne
option ne io=3D0x6000 irq=3D11

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1010620776450824533==--


From samelash@ix.netcom.com Sat Feb 13 15:49:55 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] UPS Shutdown Sofrtare
Date: Sat, 13 Feb 1999 15:49:55 +0000
Message-ID: <3.0.3.32.19990213154955.00c08498@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3829828696695432546=="

--===============3829828696695432546==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I just got a PK Blackout Buster ups. It has a canle that hooks up to the pc
to signal the pc that there is no power.

Any one know ith there are drivers/software the can be used to take
advantage of this ?=20

thanks

Samy
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3829828696695432546==--


From jlkreps@navix.net Sat Feb 13 15:50:08 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Star Office 5.0 Won't Install
Date: Sat, 13 Feb 1999 09:50:08 -0600
Message-ID: <36C59F30.8ADA5219@navix.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0795516667804820246=="

--===============0795516667804820246==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




bob gordon wrote:
>=20
> SOffice 5.0 won't let me install on a drive with about 650 megs free space.
> Says I don't have enough disk space! Does anybody know what's going on with
> this?
>=20
> Thanx.
>=20
> Bob

I had a similar problem.  SO loads a ton of stuff into /tmp during setup
and it turned out that I didn't have enough room in /tmp, so I had to
resize it.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0795516667804820246==--


From mikeg@soonernet.com Sat Feb 13 16:12:13 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Quick question about Star Office 5.0's Media Key
Date: Sat, 13 Feb 1999 10:12:13 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9067499396861932308=="

--===============9067499396861932308==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey everyone,

I got my 6.0 distribution (the full one) a few days back and it's working
great.  Just a little off-to-the-side note - I had to actually compile
Kernel support for my 3c905 NIC instead of module support to get it to work
properly. =20

Anyways, when I want to install Star Office, it asks for a media key.  Where =
is
the key at?  I didn't recieve a registration card in the box, so I SuSE is
going to have to send me one.  Is the key on there?  Can I get the key on the
Star Division web site?

Thanks a lot,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9067499396861932308==--


From mikeg@soonernet.com Sat Feb 13 16:16:27 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] C++
Date: Sat, 13 Feb 1999 10:16:27 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2422045117953180888=="

--===============2422045117953180888==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey guys,

I'm still having problems with compiling different source packages.  Two of
which are KVIRC and KLICQ.  Both packages give me the same error:

"....
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.
ringwraith:/usr/local/src/kvirc-0.9.0 #"

Any ideas?  I have both packages gpp and libgpp installed on the system.

Thanks a lot,
Mike

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2422045117953180888==--


From medavid@ix.netcom.com Sat Feb 13 17:22:27 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Vidio woes ..
Date: Sat, 13 Feb 1999 09:22:27 -0800
Message-ID: <01be5775$6d7c37c0$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] Vidio woes ..>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6783588611445797516=="

--===============6783588611445797516==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Which version of XFree86 are you using?  I had understood that some AGP
cards had problems unless you were using 3.3.3.  Unfortunately, I can't
remember where I read this.  I do know that 3.3.2 works beautifully with my
STB Velocity 128 AGP card.

Mark

-----Original Message-----
From: Samy Elashmawy 
To: suse-linux-e(a)suse.com 
Cc: snorman(a)suse.com 
Date: Saturday, February 13, 1999 8:34 AM
Subject: [SuSE Linux] Vidio woes ..

>
>Diamond A50 AGP vidio card with 8Meg ram
>Asus P5A with AMDK6 350
>Mag DXT17T monitor.
>SVGA Server
>
>I am still haveing weird problenms with the image on the monitor.
>When using the SVGA server and a standard startx All text areas of the
>screen are black on black. this does not hapen with VGA_16.
>
>If I uncomment out Line 507 in xf86config , No accelleration , the
>sistuation improves , in that text is now visabl , but in balck letters on
>green back ground.Thw main window background is still in balck ( should be
>whit)
>
>
>If I use startx -- -bpp16 It gets a little better,  However on using the
>desk top , ie bring up the yellow sticky note and closing it , the area
>behind the sticky note is balck.
>
>if you bring up a few windows .. n\move them , close them ect... You get
>some balck and white horizontal streeking , or just black wibndows. Some
>are streeked , sometime black back ground.
>
>Suse Tech on thirsday , thought it had to do with Color Depth or its not
>detecting the right amont of Vidio ram.
>
>WhenI uncommented Line 506 Vidioram 8192 and restart starx , instead of a
>mouse pionter I get a one inch square white box.
>
>Any Ideas Any one ??
>
>thanks
>
>Samy
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6783588611445797516==--


From medavid@ix.netcom.com Sat Feb 13 17:24:21 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Quick question about Star Office 5.0's Media Key
Date: Sat, 13 Feb 1999 09:24:21 -0800
Message-ID: <01be5775$b16307c0$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] Quick question about Star Office 5.0's Media Key>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1773763963952159960=="

--===============1773763963952159960==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I haven't tried the Linux version of StarOffice yet (my copy of 6.0 hasn't
arrived), but for the Win32 release, you have to get a media key from Star's
web site or the software won't unlock out of demo mode.  However, the Win32
release will get it for you automatically.  I'm not sure of the Linux
procedure yet.

Mark

-----Original Message-----
From: Mike Gorsuch 
To: suse-linux-e(a)suse.com 
Date: Saturday, February 13, 1999 8:51 AM
Subject: [SuSE Linux] Quick question about Star Office 5.0's Media Key

>
>Hey everyone,
>
>I got my 6.0 distribution (the full one) a few days back and it's working
>great.  Just a little off-to-the-side note - I had to actually compile
>Kernel support for my 3c905 NIC instead of module support to get it to work
>properly.
>
>Anyways, when I want to install Star Office, it asks for a media key.
Where is
>the key at?  I didn't recieve a registration card in the box, so I SuSE is
>going to have to send me one.  Is the key on there?  Can I get the key on
the
>Star Division web site?
>
>Thanks a lot,
>Mike
>
>---------------------------------------------------------------------------

--
>"The Darkest Hour is Just Before Dawn...."
>
>Mike Gorsuch
>aka Wulfgang
>ICQ UIN 670820
>email: mikeg(a)soonernet.com
>Web Page: http://www.geocities.com=
/Area51/Rampart/6071>
>---------------------------------------------------------------------------
---
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1773763963952159960==--


From medavid@ix.netcom.com Sat Feb 13 17:25:32 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] C++
Date: Sat, 13 Feb 1999 09:25:32 -0800
Message-ID: <01be5775$dbb7d280$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] C++>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6820437943404074454=="

--===============6820437943404074454==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




It certainly looks like the C++ compiler package itself isn't installed.  I
know that for 5.3 it wasn't installed by default.  Have you run YaST and
checked to see if it thinks it's been installed?

Mark

-----Original Message-----
From: Mike Gorsuch 
To: suse-linux-e(a)suse.com 
Date: Saturday, February 13, 1999 8:56 AM
Subject: [SuSE Linux] C++

>
>Hey guys,
>
>I'm still having problems with compiling different source packages.  Two of
>which are KVIRC and KLICQ.  Both packages give me the same error:
>
>"....
>creating libtool
>checking for gcc... (cached) gcc
>checking whether the C compiler (gcc -g -O2 ) works... yes
>checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
>checking whether we are using GNU C... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking for c++... c++
>checking whether the C++ compiler (c++  ) works... no
>configure: error: installation or configuration problem: C++ compiler
cannot
>create executables.
>ringwraith:/usr/local/src/kvirc-0.9.0 #"
>
>Any ideas?  I have both packages gpp and libgpp installed on the system.
>
>Thanks a lot,
>Mike
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6820437943404074454==--


From mperry@basin.com Sat Feb 13 17:33:54 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] email attachment using sendmail
Date: Sat, 13 Feb 1999 09:33:54 -0800
Message-ID: <19990213093354.A5640@basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8456197445154956732=="

--===============8456197445154956732==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just a followon question about sendmail and its default settings.  I am
using mutt so I place an attachment.  Sendmail reports its using the q30m
option but email just sits on my local system past the 30 minutes.  Here
is the output of mailq

merwyn ~: mailq
                Mail Queue (2 requests)
--Q-ID-- --Size-- -----Q-Time-----
------------Sender/Recipient------------
IAA05299* 1481899 Sat Feb 13 08:21 mperry
                                   eriddle(a)lcare.com
JAA05589* 1481897 Sat Feb 13 09:10 mperry
                                   eriddle(a)hd-consulting.com

Its now 9:30 and the mail at 8:21 should have gone out at 8:51.  I have
been connected all the time waiting for the queued email to go.  The
second one should go at 8:51 if the queue time is observed.

Is sendmail waiting for the actual recipient to come up?  Does it send to
the domain part of things or does it wait for eriddle to come up on the
net?  How long will sendmail wait to send email attachments?  This
behavior does not seem consistent with sendmail's options which are the
default ones defined in the config file.

Thanks for any help.  BTW, sendmail -q does not send the queued email
either.

 --=20
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8456197445154956732==--


From mop17566@mail.telepac.pt Sat Feb 13 17:41:31 1999
From: mop17566@mail.telepac.pt
To: users@lists.opensuse.org
Subject: [SuSE Linux] Vote for Suse
Date: Sat, 13 Feb 1999 17:41:31 +0000
Message-ID: <004601be5778$1f9e1b60$17db41c2@default>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4976849073641723911=="

--===============4976849073641723911==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi!
I like linux S.u.S.e. It´s very=20 good.
I used Suse Rel. 6.0 in Pc pentium=20 II.
Al= fredo=20 Manuel Dias Galhardo Mota
Portugal - Lisboa
mop17566(a)mail.telepac.pt
--===============4976849073641723911==-- From mperry@basin.com Sat Feb 13 17:51:25 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Quick question about Star Office 5.0's Media Key Date: Sat, 13 Feb 1999 09:51:25 -0800 Message-ID: <19990213095125.A5726@basin.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5418325091401821128==" --===============5418325091401821128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thus spake Mike Gorsuch on Sat, Feb 13, 1999 at 10:12:13AM -0600:=20 >=20 > Hey everyone, >=20 > I got my 6.0 distribution (the full one) a few days back and it's working > great. Just a little off-to-the-side note - I had to actually compile > Kernel support for my 3c905 NIC instead of module support to get it to work > properly. =20 >=20 > Anyways, when I want to install Star Office, it asks for a media key. Wher= e is > the key at? I didn't recieve a registration card in the box, so I SuSE is > going to have to send me one. Is the key on there? Can I get the key on t= he > Star Division web site? >=20 > Thanks a lot, > Mike >=20 Hi Mike- I got a media key on a piece of paper with suse. The media key at first reported itself as expired and staroffice would not run. I installed a second time and it connected to a website and gave me a fulltime registration number stamped into the program. You may have to install a few times. I did. Check over all the paper which shipped with suse. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5418325091401821128==-- From I.McMillan@BTInternet.com Sat Feb 13 17:58:55 1999 From: I.McMillan@BTInternet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE and SMP Date: Sat, 13 Feb 1999 17:58:55 +0000 Message-ID: <36C5BD5E.7D627134@BTInternet.com> In-Reply-To: <199902111509.PAA28729@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4602941120626363944==" --===============4602941120626363944== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Bill Adair wrote: > Is anyone else out there using SUSE as the basis for setting up SMP? I've > got a Gigabyte GA586DX with a tempting hole where an extra 200MMX could go. > The FAQs say the board will do it but they're all for Red Hat. I understand > it's just a case of recompiling the kernal with SMP=3D1 set and then hoping > it works ;-> > I am currently running two 233MMX's on the GA586DX with SuSE 5.3. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4602941120626363944==-- From peter@datadok.no Sat Feb 13 18:13:26 1999 From: peter@datadok.no To: users@lists.opensuse.org Subject: Re: [SuSE Linux] email attachment using sendmail Date: Sat, 13 Feb 1999 19:13:26 +0100 Message-ID: <3.0.5.32.19990213191326.0089b250@datadok.no> In-Reply-To: <19990213093354.A5640@basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4183967261392566113==" --===============4183967261392566113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >Thanks for any help. BTW, sendmail -q does not send the queued email >either. endmail *is* a strange beast.=20 but if you say "sendmail -q -v" instead, sendmail will go into=20 "verbose" mode, which will tell you a bit more about why the mail doesn't get delivered. Hope this helps, - Peter --=20 Peter N. M. Hansteen peter(a)datadok.no http://www.datadok.no>=20 Datadokumentasjon A/S, Bredsgaarden 2, N-5003 Bergen, Norway Tel: +47 55 32 08 02 Fax: +47 55 32 14 95 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4183967261392566113==-- From leonmcclatchey@homemail.com Sat Feb 13 18:27:40 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Sat, 13 Feb 1999 12:27:40 -0600 Message-ID: <36C5C41B.A3DBF25@homemail.com> In-Reply-To: <3.0.5.32.19990211233816.007d0ab0@pop.mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4055114323640038261==" --===============4055114323640038261== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Christopher Ballog wrote: > Hello > > There are two different file which control Bash shell. > > 1. One is the profile file in the /etc directory and > 2. The second is .bashrc file in each user personal directory under the /ho= me directory. > But, when you log in as root, and even though you create a .bashrc in the roo= t home directory, it doesn't seem to have any affect on the shell that the ro= ot uses. Why? (I tried to set it up to run the fortunes as root, and can't g= et it to run? why? > > The profile in the /etc directory controls system wide environment. > > Christopher Thanx Loads -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) "Protozoa are small, and bacteria are small, but viruses are smaller than the both put together." - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4055114323640038261==-- From bshelton-suse-linux@ole.net Sat Feb 13 18:27:50 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] email attachment using sendmail Date: Sat, 13 Feb 1999 13:27:50 -0500 Message-ID: <19990213132750.A19867@ole.net> In-Reply-To: <19990213093354.A5640@basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2828539329993896759==" --===============2828539329993896759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 13, 1999 at 09:33:54AM -0800, Michael Perry wrote: >=20 > Just a followon question about sendmail and its default settings. I am > using mutt so I place an attachment. Sendmail reports its using the q30m > option but email just sits on my local system past the 30 minutes. Here > is the output of mailq >=20 > merwyn ~: mailq > Mail Queue (2 requests) > --Q-ID-- --Size-- -----Q-Time----- > ------------Sender/Recipient------------ > IAA05299* 1481899 Sat Feb 13 08:21 mperry > eriddle(a)lcare.com > JAA05589* 1481897 Sat Feb 13 09:10 mperry > eriddle(a)hd-consulting.com >=20 > Its now 9:30 and the mail at 8:21 should have gone out at 8:51. I have > been connected all the time waiting for the queued email to go. The > second one should go at 8:51 if the queue time is observed. >=20 > Is sendmail waiting for the actual recipient to come up? Does it send to > the domain part of things or does it wait for eriddle to come up on the > net? How long will sendmail wait to send email attachments? This > behavior does not seem consistent with sendmail's options which are the > default ones defined in the config file. >=20 > Thanks for any help. BTW, sendmail -q does not send the queued email > either. What do you see in the logs? I frequently tail -f /var/log/mail (or whatever log-name you use for mail) to see if/when important mail goes out. If it's a problem talking to the remote's SMTP port, the log files will give you an indication. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2828539329993896759==-- From mperry@basin.com Sat Feb 13 18:30:43 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] email attachment using sendmail Date: Sat, 13 Feb 1999 10:30:43 -0800 Message-ID: <19990213103043.A5933@basin.com> In-Reply-To: <3.0.5.32.19990213191326.0089b250@datadok.no> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7073278614815837361==" --===============7073278614815837361== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thus spake Peter N. M. Hansteen on Sat, Feb 13, 1999 at 07:13:26PM +0100:=20 > >Thanks for any help. BTW, sendmail -q does not send the queued email > >either. >=20 > sendmail *is* a strange beast.=20 >=20 > but if you say "sendmail -q -v" instead, sendmail will go into=20 > "verbose" mode, which will tell you a bit more about > why the mail doesn't get delivered. >=20 > Hope this helps, >=20 > - Peter > --=20 Thanks for the additional switch. Man, oh man, sendmail has switches for everything I think. I ran the -v switch and it says: merwyn /home/mperry: sendmail -q -v Running IAA05299 (sequence 1 of 2) IAA05299: locked Running JAA05589 (sequence 2 of 2) JAA05589: locked So what in hell does locked mean? Where is the key? --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7073278614815837361==-- From bshelton-suse-linux@ole.net Sat Feb 13 18:51:25 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ulimit -c Date: Sat, 13 Feb 1999 13:51:25 -0500 Message-ID: <19990213135125.A25205@ole.net> In-Reply-To: <36C5C41B.A3DBF25@homemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3290700508461587798==" --===============3290700508461587798== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 13, 1999 at 12:27:40PM -0600, Leon McClatchey wrote: >=20 > Christopher Ballog wrote: >=20 > > Hello > > > > There are two different file which control Bash shell. > > > > 1. One is the profile file in the /etc directory and > > 2. The second is .bashrc file in each user personal directory under the /= home directory. > > >=20 > But, when you log in as root, and even though you create a .bashrc in the r= oot home directory, it doesn't seem to have any affect on the shell that the = root uses. Why? (I tried to set it up to run the fortunes as root, and can't= get it to run? why? Does your /root/.profile read thusly? test -z "$PROFILEREAD" && . /etc/profile if test -f ~/.bashrc; then . ~/.bashrc fi ... and if so, does /root/.bashrc exist and is it set up the way you want it to be? --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3290700508461587798==-- From fmiller@lightlink.com Sat Feb 13 19:04:07 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Question.... Date: Sat, 13 Feb 1999 14:04:07 -0500 Message-ID: <36C5CCA7.A16DD462@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7936665511926234818==" --===============7936665511926234818== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ok, I admit it, I can't find it again and it's driving me "nuts!!" I found it before and now can't remember where the "switch" is!=20 Somewhere in a script, I think, you can turn off window scrolling in X, so that your desktop is the full screen and no more.....where is it? Thanks! Fred - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7936665511926234818==-- From bob100@ibm.net Sat Feb 13 19:29:45 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Quick question about Star Office 5.0's Media Ke Date: Sat, 13 Feb 1999 14:29:45 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4726460126137884309==" --===============4726460126137884309== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yeah, the Media Key is on the registration card. -bob- On 13-Feb-99 Mike Gorsuch wrote: >=20 > Hey everyone, >=20 > I got my 6.0 distribution (the full one) a few days back and it's working > great. Just a little off-to-the-side note - I had to actually compile > Kernel support for my 3c905 NIC instead of module support to get it to work > properly. =20 >=20 > Anyways, when I want to install Star Office, it asks for a media key. Where > is > the key at? I didn't recieve a registration card in the box, so I SuSE is > going to have to send me one. Is the key on there? Can I get the key on t= he > Star Division web site? >=20 > Thanks a lot, > Mike >=20 > ---------------------------------------------------------------------------= -- > "The Darkest Hour is Just Before Dawn...." >=20 > Mike Gorsuch > aka Wulfgang > ICQ UIN 670820 > email: mikeg(a)soonernet.com > Web Page: http://www.geocities.com= /Area51/Rampart/6071> > ---------------------------------------------------------------------------= --- > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: bob gordon Date: 13-Feb-99 Time: 14:28:56 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4726460126137884309==-- From mperry@basin.com Sat Feb 13 19:31:35 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] email attachment using sendmail Date: Sat, 13 Feb 1999 11:31:35 -0800 Message-ID: <19990213113135.A6893@basin.com> In-Reply-To: <19990213132750.A19867@ole.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3737002635291671613==" --===============3737002635291671613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thus spake Brad Shelton on Sat, Feb 13, 1999 at 01:27:50PM -0500:=20 >=20 > What do you see in the logs? >=20 > I frequently tail -f /var/log/mail (or whatever log-name you use for mail) = to > see if/when important mail goes out. >=20 > If it's a problem talking to the remote's SMTP port, the log files will give > you an indication. >=20 > --=20 > Brad Shelton bshelton(a)ole.net > On Line Exchange = http://ole.net> > Detroit News http://detnews.com> > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I ran tail -f against the user account and get this: Feb 13 11:24:00 mperry sendmail[6880]: LAA06880: from=3Dmperry, size=3D312478, class=3D0, pri=3D342478, nrcpts=3D1, msgid=3D<19990213112358.A6845(a)basin.co= m>, relay=3Dmperry(a)localhost This email is sitting in the mail queue right now. Here is mailq's output on this particular one. LAA06880* 312212 Sat Feb 13 11:23 mperry mperry(a)lcare.com I have doctored the lower to address; but it is a real one nonetheless. Can some kind soul explain exactly what this tail -f is telling me in english? I see that msgid was released to basin.com with an ID number. Is the message actually sitting in basin.com (which is my isp's smtp host) waiting for delivery? I guess I need an email 101 lesson. This seems rather obtuse and complex to me. The msgid block seems to say that it was released to basin.com. I dont use basin.com's smtp services directly because of some issues in the past. Thanks for any help. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3737002635291671613==-- From Ted.Harding@nessie.mcc.ac.uk Sat Feb 13 19:47:45 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Question.... Date: Sat, 13 Feb 1999 19:47:45 +0000 Message-ID: In-Reply-To: <36C5CCA7.A16DD462@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1699950064189456354==" --===============1699950064189456354== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 13-Feb-99 Fred A. Miller wrote: >=20 > Ok, I admit it, I can't find it again and it's driving me "nuts!!" I > found it before and now can't remember where the "switch" is!=20 > Somewhere in a script, I think, you can turn off window scrolling in > X, so that your desktop is the full screen and no more.....where is > it? You should go into /etc/XF86Config, go down to the Section "Screen" SubSection "Display" which you are using, and either comment out or delete the Virtual line or edit it so that it matches your highest Display resolution. E.g. Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" .... SubSection "Display" Depth 32 Modes "1024x768" "1152x864" "800x600" Virtual 1152 864 EndSubSection EndSection In the above, delete Virtual 1152 864 or replace it by #Virtual 1152 864 or else by Virtual 1024 768 Or you can do it the hard way ... re-configure X with YaST! Hoping this helps. Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 13-Feb-99 Time: 19:47:45 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1699950064189456354==-- From grimmer@suse.de Sat Feb 13 19:53:03 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] /usr/sbin/sendmail queues email with attachments Date: Sat, 13 Feb 1999 20:53:03 +0100 Message-ID: In-Reply-To: <99021016081801.00292@mperry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3350368175131376618==" --===============3350368175131376618== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 10 Feb 1999, Michael Perry wrote: > Why is this the default? How does one change this? What exactly are you talking about? Is sendmail adding attachments to your messages? Sendmail is a MTA, it usually does not mess with the content of messages. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3350368175131376618==-- From grimmer@suse.de Sat Feb 13 19:58:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: masquerading from addresses in pine Date: Sat, 13 Feb 1999 20:58:11 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5287460124598338006==" --===============5287460124598338006== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 11 Feb 1999, Philip Stokes wrote: > > I seem to remember picking up somewhere that it *is* possible to do so, > > but requires re-compiling pine with a particular option enabled that > > will allow the FROM: header to be set manually. Sorry to be vague, and > > HTH. >=20 > ALLOW_CHANGING_FROM in /pine/osdep/os-lnx.h, or apparently it can be > edited manually into the users .pinerc file, although if the sysadmin > has compiled in or set the option to disallow it in the system wide > config file it still won't work.=20 The pine on the distribution should allow you to change it. There's some info in the tech-notes at /usr/doc/packages/pine/tech-notes.txt: ALLOW_CHANGING_FROM This is now a hidden runtime feature called allow-changing-from. =20 Even with this feature turned on, users still have to include From: in their default-composer-hdrs or customized-hdrs in order to be able to edit the From line. =20 A system administrator may disallow editing of the From line by putting the feature no-allow-changing-from in the system-wide fixed configuration file. The paranoid system administrator can compile in this behavior by defining NEVER_ALLOW_CHANGING_FROM in ./pine/osdep/os-xxx.h. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5287460124598338006==-- From grimmer@suse.de Sat Feb 13 20:01:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE and SMP Date: Sat, 13 Feb 1999 21:01:11 +0100 Message-ID: In-Reply-To: <199902111509.PAA28729@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5955563598723721810==" --===============5955563598723721810== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 11 Feb 1999, Bill Adair wrote: > Is anyone else out there using SUSE as the basis for setting up SMP? > I've got a Gigabyte GA586DX with a tempting hole where an extra 200MMX > could go. The FAQs say the board will do it but they're all for Red > Hat. I understand it's just a case of recompiling the kernal with > SMP=3D1 set and then hoping it works ;-> Yes, that should be it. This is not distribution-specific... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5955563598723721810==-- From grimmer@suse.de Sat Feb 13 20:03:39 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Question on SuSE sysvinit. Date: Sat, 13 Feb 1999 21:03:39 +0100 Message-ID: In-Reply-To: <199902111708.JAA03140@mail.suse.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5983927296726222230==" --===============5983927296726222230== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 11 Feb 1999, Walker, Scott wrote: > In SuSE what is the equiv of rc.local in other distributions? The equivalent is /sbin/init.d/boot.local Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5983927296726222230==-- From mperry@basin.com Sat Feb 13 20:13:20 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] pine and the infamous from address Date: Sat, 13 Feb 1999 12:13:20 -0800 Message-ID: <19990213121320.A7054@basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1813986531631864370==" --===============1813986531631864370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit --===============1813986531631864370==-- From grimmer@suse.de Sat Feb 13 20:15:04 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] wtmp corruption: SSH seems to be a problem. Date: Sat, 13 Feb 1999 21:15:04 +0100 Message-ID: In-Reply-To: <19990212000349.A46766@athena.louisville.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0572308351692300895==" --===============0572308351692300895== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 12 Feb 1999, Jacob Robert Wilkins wrote: > I'm still having problems with my wtmp. I cleard it out as per Lenz's > instructions. >=20 > It seems when ever I SSH into my box it goes corrupt again. Do I need > to recompile ssh against libc6? There isn't a SuSE ssh package is > there? I looked, but did not see it. If you are still using a libc5-based ssh, this is the reason. It seems, that the format of wtmp is different between libc5 and glibc. You should either recompile it against glibc2, or get a new RPM from one of the non-US SuSE ftp-Servers (e.g. ftp.gwdg.de). Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0572308351692300895==-- From grimmer@suse.de Sat Feb 13 20:18:34 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] libqimgio.so Date: Sat, 13 Feb 1999 21:18:34 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9187949984961111025==" --===============9187949984961111025== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 12 Feb 1999, Philip Stokes wrote: > On booting after updating to version 6.0, I got the warning: >=20 > Started the SuSE-Configuration Tool. > Running in full featured mode. > Reading /etc/rc.config and updating the system... > /sbin/ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.so = (No such file or directory), skipping >=20 > /usr/i486-linux-libc6/lib/libqimgio.so exists, but is a broken symlink. > Can anyone running v6.0 tell me what it should point to? Strange. I have this file at /usr/i486-linux-libc5/lib/libqimgio.so, it belongs to package "shlibs5". If the symlink is broken anyway, you should be able to remove it without trouble. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9187949984961111025==-- From omoret@galactus.ch Sat Feb 13 21:04:54 1999 From: omoret@galactus.ch To: users@lists.opensuse.org Subject: No Subject Date: Sat, 13 Feb 1999 21:04:54 +0000 Message-ID: <19990213.21045406@nmes-om> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1815036793595344074==" --===============1815036793595344074== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Title:
unsubscribe

--===============1815036793595344074==-- From mperry@basin.com Sat Feb 13 21:14:23 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] pine and email from: Date: Sat, 13 Feb 1999 13:14:23 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1130203386501112291==" --===============1130203386501112291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Get this!!! With pine 4.05 which ships with suse 6, one can change the from address without recompiling. Just add allow-change-from in the .pinerc directly and then add the header as a custom header. This works quite well. With Pine 4.10, it is a compile option. Too cool for school!! Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1130203386501112291==-- From mperry@basin.com Sat Feb 13 21:24:03 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: masquerading from addresses in pine Date: Sat, 13 Feb 1999 13:24:03 -0800 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6773278472114705242==" --===============6773278472114705242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable As I noted in a previous email, one can change the From: address in the pine that ships with SuSE by editing a change in .pinerc directly which allows the change and then placing the text you want in the customer header feature set. With versions greater than 4.05 I guess one has to recompile the program. Actually the FAQ says that for 4.00 one can edit the file; but it also works in 4.05. That is quite nice. -- Michael Perry mperry(a)basin.com ------------------- On Sat, 13 Feb 1999, Lenz Grimmer wrote: >=20 > Hi, >=20 > On Thu, 11 Feb 1999, Philip Stokes wrote: >=20 > > > I seem to remember picking up somewhere that it *is* possible to do so, > > > but requires re-compiling pine with a particular option enabled that > > > will allow the FROM: header to be set manually. Sorry to be vague, and > > > HTH. > >=20 > > ALLOW_CHANGING_FROM in /pine/osdep/os-lnx.h, or apparently it can be > > edited manually into the users .pinerc file, although if the sysadmin > > has compiled in or set the option to disallow it in the system wide > > config file it still won't work.=20 >=20 > The pine on the distribution should allow you to change it. There's some > info in the tech-notes at /usr/doc/packages/pine/tech-notes.txt: >=20 > ALLOW_CHANGING_FROM > This is now a hidden runtime feature called allow-changing-from. =20 > Even with this feature turned on, users still have to include From: > in their default-composer-hdrs or customized-hdrs in order to be able > to edit the From line. > =20 > A system administrator may disallow editing of the From line by > putting the feature no-allow-changing-from in the system-wide fixed > configuration file. The paranoid system administrator can compile in > this behavior by defining NEVER_ALLOW_CHANGING_FROM in > ./pine/osdep/os-xxx.h. >=20 >=20 > Bye, > LenZ >=20 > --=20 > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6773278472114705242==-- From bshelton-suse-linux@ole.net Sat Feb 13 21:27:27 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] email attachment using sendmail Date: Sat, 13 Feb 1999 16:27:27 -0500 Message-ID: <19990213162727.A21222@ole.net> In-Reply-To: <19990213113135.A6893@basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8743978923784948679==" --===============8743978923784948679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 13, 1999 at 11:31:35AM -0800, Michael Perry wrote: >=20 > Thus spake Brad Shelton on Sat, Feb 13, 1999 at 01:27:50PM -0500:=20 > >=20 > > What do you see in the logs? > >=20 > > I frequently tail -f /var/log/mail (or whatever log-name you use for mail= ) to > > see if/when important mail goes out. > >=20 > > If it's a problem talking to the remote's SMTP port, the log files will g= ive > > you an indication. > >=20 > > --=20 > > Brad Shelton bshelton(a)ole.net > > On Line Exchange http://ole.net> > > Detroit News http://detnews.com> > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > I ran tail -f against the user account and get this: >=20 > Feb 13 11:24:00 mperry sendmail[6880]: LAA06880: from=3Dmperry, size=3D3124= 78, > class=3D0, pri=3D342478, nrcpts=3D1, msgid=3D<19990213112358.A6845(a)basin.= com>, > relay=3Dmperry(a)localhost >=20 > This email is sitting in the mail queue right now. Here is mailq's output > on this particular one. >=20 > LAA06880* 312212 Sat Feb 13 11:23 mperry > mperry(a)lcare.com It would appear that the message was dropped on the localhost. See where it says relay=3D.... Here's an example of what a remote send looks like: Feb 13 16:11:15 pc70 sendmail[3726]: QAA03723: to=3Dbshelton(a)ole.net, ctlad= dr=3Dbshelton (500/1001), delay=3D00:00:01, xdelay=3D00:00:01, mailer=3Desmtp= , relay=3Dole.net. [207.252.176.1], stat=3DSent (ok 918940275 qp 18539) Relay doesn't say localhost and there's a "stat" indicating that it was successfully sent to the remote SMTP server. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8743978923784948679==-- From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 13 21:43:04 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] YAST is broken in 6.0 Date: Sat, 13 Feb 1999 16:43:04 -0500 Message-ID: <36C5F1E8.E747383B@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6919206323483365454==" --===============6919206323483365454== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
When I try to install new packages using YAST it attempts to install pat=
ches instead.  It seems there is someting worng in the code.  Am I alons?



Steve


--=20

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues
=20
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard
--===============6919206323483365454==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 13 21:49:23 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: X includes missing? Date: Sat, 13 Feb 1999 22:49:23 +0100 Message-ID: <19990213224923.A1514@one.hrz.tu-chemnitz.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1477700298190424838==" --===============1477700298190424838== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, Feb 13, 1999 at 14:21 +0200, Per Elfstrom wrote: > I'm using suse5.3 and tried to port/translate WebMaker to my linux > from sources: "checking for X... configure: error: can't find X includes" > and configure stops. What shall I do next? Any Ideas? Many other sources > gives the same messages. Something is wrong, but what? The xdevel package isn't installed. 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 Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1477700298190424838==-- From medavid@ix.netcom.com Sat Feb 13 23:13:27 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Question.... Date: Sat, 13 Feb 1999 15:13:27 -0800 Message-ID: <01be57a6$76349de0$5643d8ce@win98> In-Reply-To: <[SuSE Linux] Question....> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3718919715875560503==" --===============3718919715875560503== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It's the Virtual Desktop size setting in XFree's configuration file. Just make sure your real and virtual sizes are the same and it won't scroll around anymore. Mark -----Original Message----- From: Fred A. Miller To: suse-linux-e(a)suse.com Date: Saturday, February 13, 1999 11:37 AM Subject: [SuSE Linux] Question.... > >Ok, I admit it, I can't find it again and it's driving me "nuts!!" I >found it before and now can't remember where the "switch" is! >Somewhere in a script, I think, you can turn off window scrolling in >X, so that your desktop is the full screen and no more.....where is >it? > >Thanks! > >Fred >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3718919715875560503==-- From jbingen@lava.net Sat Feb 13 23:21:40 1999 From: jbingen@lava.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] YAST is broken in 6.0 Date: Sat, 13 Feb 1999 13:21:40 -1000 Message-ID: <058501be57a7$9e1e66a0$03c0c0c0@bingo.bing.com> In-Reply-To: <[SuSE Linux] YAST is broken in 6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3344242854412199795==" --===============3344242854412199795== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jerry
- ---
And as we stand on the edge = of=20 darkness
Let our chant fill the void
That others may know
=20 In the land of the night
The ship of the sun
Is=20 drawn by
The grateful dead.
--=20 Tibetan "Book of the Dead," ca. 4000 BC.
- -----Original Message-----=
From:=20 Steven T. Hatton <hattons(a)CPKWEBSER5.ncr.di= sa.mil
>
To:=20 suse-linux-e(a)suse.com <suse-linux-e(a)suse.com>
Date:= =20 Saturday, February 13, 1999 12:57 PM
Subject: [SuSE Linux] YAST is broken = in=20 6.0

When I try to install ne= w=20 packages using YAST it attempts to install
patches instead. It seems=20 there is someting worng in the code. Am I
alons?
Steve
- --
I think.
I think I=20 am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues
iQA/AwUBNsYJBHcOiYPn2Z3YEQLMpQCfddDwZ0ptusv2dQ4TiqSco6BTsbsAn23S
= jdup6vNtEYs/Zs/A4coftgQ4
=3DzS1o
-----END=20 PGP SIGNATURE-----
--===============3344242854412199795==-- From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 13 23:26:00 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Staroffice product code? Date: Sat, 13 Feb 1999 18:26:00 -0500 Message-ID: <36C60A08.17CDF765@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0634869631087053852==" --===============0634869631087053852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am trying to instll SO50 and have been prompted for a product code. I have the tar from stardivision of SO50 but it gives me errors saying I don't have the correct glibc, etc. I tried to use the product code that came with that download bit it didn't work. The SO50 from SuSE seems to want to install, but I don't know where to get a prodcut code. Any suggestions? TIA, Steve -- The linux counter:
http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============0634869631087053852==--


From timson40@bunt.com Sat Feb 13 23:36:18 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] eth0 and 2.2.1 ?
Date: Sun, 14 Feb 1999 00:36:18 +0100
Message-ID: <36C60C72.2067424A@bunt.com>
In-Reply-To: <36C5935E.4A9F0F95@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5223511005744262081=="

--===============5223511005744262081==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




That doesn't work. It seems that both the ippp0 and eth0 are giving this
message. though internet works, local area network doesn't. I have tried to
ftp to the other machine and it says network is unreachable. This worked
under 2.0.36
but doesn't now. What should i do ? The eth0 card is a NE2000 pci
compatiable, and as i said before, it worked with 2.0.36.

Thx
Jason (Dark_Hour)

zentara wrote:

> Dark_Hour wrote:
> >
> > Hello,
> >
> > I have kernel 2.2.1 and SuSE 5.3 I know that there are some problems at
> > first with the 2.2.* kernels. I got most of them fixed. I had eth0
> > working fine under 2.0.36. But now i get 3 errors at boot time.
> >
> > Setting up network device eth0
> > SIOSIFADDR: not found
> > SIOSIFBRDADDR: not found
> > SIOCSIFNETMASK: not found
> >
> > what can i do to fix those ?
> >
>
> Try putting an entry for your card in /etc/conf.modules
> Like:
> alias eth0  ne
> option ne io=3D0x6000 irq=3D11
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5223511005744262081==--


From Anthony.Schlemmer@gte.net Sat Feb 13 23:38:01 1999
From: Anthony.Schlemmer@gte.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] UPS Shutdown Sofrtare
Date: Sat, 13 Feb 1999 15:38:01 -0800
Message-ID: <36C60CD9.2984D0F0@gte.net>
In-Reply-To: <3.0.3.32.19990213154955.00c08498@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6142532048788641972=="

--===============6142532048788641972==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> I just got a PK Blackout Buster ups. It has a canle that hooks up to the pc
> to signal the pc that there is no power.
>=20
> Any one know ith there are drivers/software the can be used to take
> advantage of this ?
>=20
> thanks
>=20
> Samy
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

Did you try looking at the UPS-HOWTO? If you installed the HOWTOs from
the SuSE CDROM set you'll find it in /usr/doc/howto/UPS-HOWTO.gz. I
found the UPS howto quite useful. I was able to make my a couple of
signaling cables for a pair of APC Back-UPS units I have. A little
hacking to the backupsd.c source included in the howto and I now have
two SuSE 5.3 systems that are shutdown automatically when a power
failure occurs.

With regard to SuSE's /etc/rc.d/powerfail script, I didn't find it quite
satisfactory when I was testing a simulated power failure. The system
would begin a shutdown as soon as a SIGPWR signal was sent to the init
process. A majority of power failures I experience are less than 10
seconds in duration. I much prefer a timed shutdown sequence where if
the power comes back before the timeout has expired, the system shutdown
is cancelled.

Regards,

Tony


--=20
Anthony.Schlemmer(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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6142532048788641972==--


From kimon@cornell.edu Sat Feb 13 23:41:47 1999
From: kimon@cornell.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] netatalk compilation problems
Date: Sat, 13 Feb 1999 18:41:47 -0500
Message-ID: <199902132339.SAA05466@postoffice.mail.cornell.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4186323482297505994=="

--===============4186323482297505994==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi all!

Has anybody had any luck compiling netatalk? I tried 1.4b2+asun2.1.1 1.4b2
(the latest as far as I can tell), 1.4b2 and netatalk-990130. All seem to
error out of compiling for different reasons too. The following is what I
get with 1.4b2+asun2.1.1. I have commented out support for both DES,
kerberos and PAM support (I was not sure, but I did not think SuSE used PAM)
in the makefile:

auth.o: In function `clrtxt_login':
auth.o(.text+0x/4a): undefined reference to `crypt'
collect2: ld returned 1 exit status
make[4]: *** [afpd] Error 1
make[4]: Leaving directory
`/usr/downloads/netatalk-1.4b2+asun2.1.1/etc/afpd'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/downloads/netatalk-1.4b2+asun2.1.1/etc/afpd'
make[2]: *** [afpd] Error 2
make[2] Leaving directory `/usr/downloads/netatalk-1.4b2+asun2.1.1/etc'
make[1]: *** [../../etc] Error 2
make[1]: Leaving directory
`/usr/downloads/netatalk-1.4b2+asun2.1.1/sys/linux'
make: *** [all] Error 2

The only option that I have not commented out, is TCPWRAPDIR=3D/usr . Is this
the path I want with SuSE? I am not sure what the problem is, but, I just
switched back to SuSE from RedHat and it compiled without problems there.

Thanks in advance,
Kimon=20
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4186323482297505994==--


From mperry@basin.com Sat Feb 13 23:53:51 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] YAST is broken in 6.0
Date: Sat, 13 Feb 1999 15:53:51 -0800
Message-ID: 
In-Reply-To: <36C5F1E8.E747383B@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6972967025373654455=="

--===============6972967025373654455==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Only unusual thing I saw was that yast did a segfault when it tried to
configure sendmail after installing sendmail.  Why does yast go out and
query my scsi bus though?  This seems odd since I have a ide cd rom.  It
always lights up my internal jaz drive connected to a 2940 ultrawide.

I have not seen yast installing patches and not new packages.  Did you
upgrade from an earlier version of suse?  I installed a fresh suse 6 here.

 Michael Perry
mperry(a)basin.com
-------------------

On Sat, 13 Feb 1999, Steven T. Hatton wrote:

> When I try to install new packages using YAST it attempts to=20
>install patches instead.  It seems there is someting worng in the code. =20
>Am I alons?
>=20
> Steve
>=20
> --
>=20
> The linux counter: http://counter.li.org>    -Registered Linux User # 79059
> S.u.S.E. Linux: http://www.suse.com>
> KDE: http:=
//www.kde.org>
> SaMBa: http://samba.anu.edu.au>
> Mathematica: http://www.wri.com>
> StarOffice: http://www.stardivision.com>
>=20
> I think.
> I think I am,
> Therefore I am.
> I think? - Graeme Edge of the Moody Blues
>=20
>=20
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6972967025373654455==--


From bshelton-suse-linux@ole.net Sun Feb 14 00:04:51 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] netatalk compilation problems
Date: Sat, 13 Feb 1999 19:04:51 -0500
Message-ID: <19990213190451.A19172@ole.net>
In-Reply-To: <199902132339.SAA05466@postoffice.mail.cornell.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5137236593156577476=="

--===============5137236593156577476==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 13, 1999 at 06:41:47PM -0500, Kimon Tsinteris wrote:
>=20
> Hi all!
>=20
> Has anybody had any luck compiling netatalk? I tried 1.4b2+asun2.1.1 1.4b2
> (the latest as far as I can tell), 1.4b2 and netatalk-990130. All seem to
> error out of compiling for different reasons too. The following is what I
> get with 1.4b2+asun2.1.1. I have commented out support for both DES,
> kerberos and PAM support (I was not sure, but I did not think SuSE used PAM)
> in the makefile:
>=20
> auth.o: In function `clrtxt_login':
> auth.o(.text+0x/4a): undefined reference to `crypt'
> collect2: ld returned 1 exit status
> make[4]: *** [afpd] Error 1
> make[4]: Leaving directory
> `/usr/downloads/netatalk-1.4b2+asun2.1.1/etc/afpd'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/usr/downloads/netatalk-1.4b2+asun2.1.1/etc/afpd'
> make[2]: *** [afpd] Error 2
> make[2] Leaving directory `/usr/downloads/netatalk-1.4b2+asun2.1.1/etc'
> make[1]: *** [../../etc] Error 2
> make[1]: Leaving directory
> `/usr/downloads/netatalk-1.4b2+asun2.1.1/sys/linux'
> make: *** [all] Error 2
>=20
> The only option that I have not commented out, is TCPWRAPDIR=3D/usr . Is th=
is
> the path I want with SuSE? I am not sure what the problem is, but, I just
> switched back to SuSE from RedHat and it compiled without problems there.

Did you try leaving them all in but just not using the options you don't
want to see if it compiles?


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5137236593156577476==--


From zentara@mindspring.com Sun Feb 14 00:17:30 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] eth0 and 2.2.1 ?
Date: Sat, 13 Feb 1999 19:17:30 -0500
Message-ID: <36C6161A.3FA39DDF@mindspring.com>
In-Reply-To: <36C60C72.2067424A@bunt.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8778545002669302725=="

--===============8778545002669302725==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Dark_Hour wrote:
>=20
> That doesn't work. It seems that both the ippp0 and eth0 are giving this
> message. though internet works, local area network doesn't. I have tried to
> ftp to the other machine and it says network is unreachable. This worked
> under 2.0.36
> but doesn't now. What should i do ? The eth0 card is a NE2000 pci
> compatiable, and as i said before, it worked with 2.0.36.
>=20

If you can't ftp to the other machine, do you have the inetd daemon=20
installed, and started? Can you use http to connect via ethernet?
Do you get a line in boot.messages that eth0 is setup?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8778545002669302725==--


From zentara@mindspring.com Sun Feb 14 00:23:48 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sat, 13 Feb 1999 19:23:48 -0500
Message-ID: <36C61794.648D9145@mindspring.com>
In-Reply-To: <3.0.3.32.19990213105115.00af6188@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7493738343548448168=="

--===============7493738343548448168==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> Tried it , it detects the carreier , passes the passwords ,
> then stated that its trying the pppd
> after that nothing.
>=20
> Isp is netcom.com

Pardon my French, but Netcom is crap. They censor newsgroups,
and threatened me with expulsion for posting a dirty joke to
a newsgroup. Get a real isp like Mindspring or someone similar.

I wouldn't be surprised , if Netcom is in bed with Bill Gates, and is
purposely trying to force you back to Windows.

Other than that advise, post your pap-secrets file(with password
hidden),
and your /etc/resolv.conf file.=20

Your pap-secrets should look like:
yourlogonname  *  yourlogonpassword

and your resolv.conf file should look like:
search netcom.com
nameserver 123.456.789
nameserver 123.456.788

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7493738343548448168==--


From mperry@basin.com Sun Feb 14 01:21:53 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sat, 13 Feb 1999 17:21:53 -0800
Message-ID: 
In-Reply-To: <36C61794.648D9145@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4216984217613394373=="

--===============4216984217613394373==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Whats so good about mindspring?  Im just curious.  I've used the same ISP
for almost 6 years now with no thoughts about moving. Is mindspring a
"real ISP"?  Im surprised that mindspring has not been bought out by
verio.  Or have they...?


--=20
Michael Perry
mperry(a)basin.com
-------------------

On Sat, 13 Feb 1999, zentara wrote:

>=20
> Samy Elashmawy wrote:
> >=20
> > Tried it , it detects the carreier , passes the passwords ,
> > then stated that its trying the pppd
> > after that nothing.
> >=20
> > Isp is netcom.com
>=20
> Pardon my French, but Netcom is crap. They censor newsgroups,
> and threatened me with expulsion for posting a dirty joke to
> a newsgroup. Get a real isp like Mindspring or someone similar.
>=20
> I wouldn't be surprised , if Netcom is in bed with Bill Gates, and is
> purposely trying to force you back to Windows.
>=20
> Other than that advise, post your pap-secrets file(with password
> hidden),
> and your /etc/resolv.conf file.=20
>=20
> Your pap-secrets should look like:
> yourlogonname  *  yourlogonpassword
>=20
> and your resolv.conf file should look like:
> search netcom.com
> nameserver 123.456.789
> nameserver 123.456.788
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4216984217613394373==--


From jlkreps@navix.net Sun Feb 14 01:36:51 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kppp configuration archive (Your help is requested)
Date: Sat, 13 Feb 1999 19:36:51 -0600
Message-ID: <36C628B3.B838489A@navix.net>
In-Reply-To: <36C4BD0C.B802053F@clara.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8198197180653001305=="

--===============8198197180653001305==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




There are a couple of other issues besides kppprc I enountered while
setting up Kppp for a friend this afternoon.  Up until now the only
problem I had was /usr/sbin/pppd having its permissions changed each
time I ran YaST.  I always have to "chmod a+sx pppd" after each YaST or
Kppp won't fire pppd.  Today, I encounted a situation where a user can
dial the ISP but Kppp fails to bring up pppd, even though pppd is a+sx.=20
Log to root and Kppp fires pppd fine and a connection to the ISP is
established and browsing is successful.  I know it is a question of
permissions, but I can't figure out where.  I follow the permissions all
the way back to /dev/ttyS1 and they are the same as those on my machine,
which has been using Kppp daily since last August, staying online as
long as 15-20 hours on some days. (I use a 250 hr/month service).
So, for a user, the permission settings of each file involved in the ISP
connection should be established and published along with the kppprc
settings.
A third issue I encountered concerned modem intialization strings.  I
couldn't get that friend's modem to even make a connection until I
downloaded wvdial, compiled it and ran it.  It gave me a set if
intialization parameters which I added to the modem int string textbox
in Kppp.  Then the Hayes 336 began making a good connection to the ISP
and root could fire the pppd and browsing could begin.
So, there is more than just the kppprc issue here.  There are still too
many potholes on the road to browse the WWW.
Jerry

Owen Synge wrote:
>=20
> Hi everyone,
>=20
> We plan to publish on the web an archive of kppp configuration settings
> for all ISPs in the UK. The eventual aim is to give easy to follow
> instructions to enable kde users, no matter how inexperienced, to
> connect to their ISP as simply and easily as possible.  Our first
> attempt is at:
>=20
> http://www.kppp-archive.freeserve.co.uk>
>=20
> How can you help?
>=20
> It won't take you a minute! If you have a reliable connection to your
> ISP using kppp please send us you kppprc file. The definition of
> reliable is:
> make sure you have connected at least 10 times in a row with no
> unexpected deaths
> of daemons!
>=20
> What is it? kppprc is the configuration file for kppp. There is one for
> each user.
>=20
> Where is it?  /home/your_login_id_here/.kde/share/config/kppprc


-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8198197180653001305==--


From timson40@bunt.com Sun Feb 14 01:37:12 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] eth0 and 2.2.1
Date: Sun, 14 Feb 1999 02:37:12 +0100
Message-ID: <36C628C8.683E5BC@bunt.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0225206178353785134=="

--===============0225206178353785134==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I solved the problem by adding NE2000 PCI support into the kernel. duh
me :) Well i still get that error with isdnlog when it loads .. so i
gotta try and fix that.

Thnaks for the help.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0225206178353785134==--


From pglidden@ix.netcom.com Sun Feb 14 03:15:38 1999
From: pglidden@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] UPS Shutdown Sofrtare
Date: Sat, 13 Feb 1999 19:15:38 -0800
Message-ID: <99021319171701.00380@presto>
In-Reply-To: <36C60CD9.2984D0F0@gte.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8951454655055464562=="

--===============8951454655055464562==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Check with the manfucturer as well.  I have a MGE UPS and they have Linux
drivers for them on their web site.

See Ya!
Preston

On Sat, 13 Feb 1999, Anthony Schlemmer wrote:
>Samy Elashmawy wrote:
>>=20
>> I just got a PK Blackout Buster ups. It has a canle that hooks up to the pc
>> to signal the pc that there is no power.
>>=20
>> Any one know ith there are drivers/software the can be used to take
>> advantage of this ?
>>=20
>> thanks
>>=20
>> Samy
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>
>Did you try looking at the UPS-HOWTO? If you installed the HOWTOs from
>the SuSE CDROM set you'll find it in /usr/doc/howto/UPS-HOWTO.gz. I
>found the UPS howto quite useful. I was able to make my a couple of
>signaling cables for a pair of APC Back-UPS units I have. A little
>hacking to the backupsd.c source included in the howto and I now have
>two SuSE 5.3 systems that are shutdown automatically when a power
>failure occurs.
>
>With regard to SuSE's /etc/rc.d/powerfail script, I didn't find it quite
>satisfactory when I was testing a simulated power failure. The system
>would begin a shutdown as soon as a SIGPWR signal was sent to the init
>process. A majority of power failures I experience are less than 10
>seconds in duration. I much prefer a timed shutdown sequence where if
>the power comes back before the timeout has expired, the system shutdown
>is cancelled.
>
>Regards,
>
>Tony
>
>--=20
>Anthony.Schlemmer(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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8951454655055464562==--


From deem@wdm.com Sun Feb 14 03:25:38 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 First Look
Date: Sat, 13 Feb 1999 18:25:38 -0900
Message-ID: <199902140325.SAA07343@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3174071136557891514=="

--===============3174071136557891514==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Great job guys on 6.0 and many thanks for including wvdial, mfsm, etc.
I noticed on the install that suse_lx was not found.
Also the stock link to restart the desktop to WindowMaker is broken.
It reads windowmaker instead of wmaker.

Thanks again

-Dee

W.D.McKinney (Dee) deem(a)wdm.com
Faith is acting on your passions & beliefs.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3174071136557891514==--


From jlkreps@navix.net Sun Feb 14 03:34:40 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off and
 install 6.0 from scratch?
Date: Sat, 13 Feb 1999 21:34:40 -0600
Message-ID: <36C64450.B95919FD@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5039800468133877333=="

--===============5039800468133877333==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Those who have installed SuSE 6.0 - which method would you recommend?
Jerry - getting ready to leap up - Kreps
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5039800468133877333==--


From lyates@cris.com Sun Feb 14 03:58:44 1999
From: lyates@cris.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Linux 'n USB?
Date: Sat, 13 Feb 1999 21:58:44 -0600
Message-ID: <001401be57ce$52560080$3878fea9@laysi>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2996339720874201345=="

--===============2996339720874201345==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello...

...anyone have any word about Linux support for USB?

Thanks,
-Larry
RPM BRowser for Windows
http://www.laysi.com/rpmbw/>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2996339720874201345==--


From mperry@basin.com Sun Feb 14 04:58:20 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off
 andinstall 6.0 from scratch?
Date: Sat, 13 Feb 1999 20:58:20 -0800
Message-ID: 
In-Reply-To: <36C64450.B95919FD@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8885685734952144346=="

--===============8885685734952144346==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My way was to get rid of my suse 5.3 (unfortunately) and then do a clean
SuSE 6 installation.  This was not my preferred way; but its the way it
worked out.


--=20
Michael Perry
mperry(a)basin.com
-------------------

On Sat, 13 Feb 1999, Jerry Lynn Kreps wrote:

>=20
> Those who have installed SuSE 6.0 - which method would you recommend?
> Jerry - getting ready to leap up - Kreps
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8885685734952144346==--


From medavid@ix.netcom.com Sun Feb 14 05:54:09 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux 'n USB?
Date: Sat, 13 Feb 1999 21:54:09 -0800
Message-ID: <01be57de$70b4b5c0$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] Linux 'n USB?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6766465472118051358=="

--===============6766465472118051358==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My understanding is that it's being worked on, but isn't ready to be shown
to the public yet.

Mark

-----Original Message-----
From: Larry Yates 
To: suse-linux-e(a)suse.com 
Date: Saturday, February 13, 1999 8:34 PM
Subject: [SuSE Linux] Linux 'n USB?

>
>Hello...
>
>...anyone have any word about Linux support for USB?
>
>Thanks,
>-Larry
>RPM BRowser for Windows
>http://www.laysi.com/rpmbw/>
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6766465472118051358==--


From jljr@ptdprolog.net Sun Feb 14 09:47:52 1999
From: jljr@ptdprolog.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE Subscription & 6.0
Date: Sun, 14 Feb 1999 09:47:52 +0000
Message-ID: <19990214144647.12953.qmail@mail.ptd.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2806841268599655362=="

--===============2806841268599655362==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Have SuSE subscribers been receiving the English SuSE 6.0
automatically? I moved and although I sent the fine people at
SuSE an address change, I fear they dropped me from the
subscription list. However, if others are still waiting I know
it is normal.

thanks in advance,

joe =20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2806841268599655362==--


From phil@stokes.demon.co.uk Sun Feb 14 10:10:29 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: YAST is broken in 6.0
Date: Sun, 14 Feb 1999 10:10:29 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8298677577911445184=="

--===============8298677577911445184==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




n Sat, 13 Feb 1999, Michael Perry wrote:

>=20
>=20
> Only unusual thing I saw was that yast did a segfault when it tried to
> configure sendmail after installing sendmail.  Why does yast go out and
> query my scsi bus though?  This seems odd since I have a ide cd rom.  It
> always lights up my internal jaz drive connected to a 2940 ultrawide.
>=20
> I have not seen yast installing patches and not new packages.  Did you
> upgrade from an earlier version of suse?  I installed a fresh suse 6 here.
>=20
> On Sat, 13 Feb 1999, Steven T. Hatton wrote:
>=20
> > When I try to install new packages using YAST it attempts to=20
> >install patches instead.  It seems there is someting worng in the code. =20
> >Am I alons?

I've not seen that, and I've installed a few packages through it since
upgrading a few days ago.

A couple of problems I did have though - during the upgrade from 5.3 to
6.0 the symlinks to /sbin/init.d/apache in the rc.d directories
somehow got removed, and despite having START_HTTPD=3Dyes in
/etc/rc.config, YaST/SuSEConfig steadfastly refused to recreate them
over several runs. I ended up doing it manually. Then there was the
strange problem with libqimgio.so being symlinked in
/usr/i486-linux-libc6/lib (where it apparently shouldn't have been) as
well as in i486-linux-libc5/lib (where it should be).

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8298677577911445184==--


From phil@stokes.demon.co.uk Sun Feb 14 10:12:07 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: libqimgio.so
Date: Sun, 14 Feb 1999 10:12:07 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3247700328950773836=="

--===============3247700328950773836==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, 13 Feb 1999, Lenz Grimmer wrote:

>=20
> On Fri, 12 Feb 1999, Philip Stokes wrote:
>=20
> > On booting after updating to version 6.0, I got the warning:
> >=20
> > Started the SuSE-Configuration Tool.
> > Running in full featured mode.
> > Reading /etc/rc.config and updating the system...
> > /sbin/ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.s=
o (No such file or directory), skipping
> >=20
> > /usr/i486-linux-libc6/lib/libqimgio.so exists, but is a broken symlink.
> > Can anyone running v6.0 tell me what it should point to?
>=20
> Strange. I have this file at /usr/i486-linux-libc5/lib/libqimgio.so, it
> belongs to package "shlibs5". If the symlink is broken anyway, you should
> be able to remove it without trouble.

Ok, thanks Lenz. I have the file in i486-linux-libc5/lib also. Strange,
as you say...

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3247700328950773836==--


From phil@stokes.demon.co.uk Sun Feb 14 10:17:26 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: netatalk compilation problems
Date: Sun, 14 Feb 1999 10:17:26 +0000
Message-ID: 
In-Reply-To: <199902132339.SAA05466@postoffice.mail.cornell.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6753028781849677418=="

--===============6753028781849677418==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, 13 Feb 1999, Kimon Tsinteris wrote:

>=20
> Hi all!
>=20
> Has anybody had any luck compiling netatalk? I tried 1.4b2+asun2.1.1 1.4b2
> (the latest as far as I can tell), 1.4b2 and netatalk-990130. All seem to
> error out of compiling for different reasons too. The following is what I
> get with 1.4b2+asun2.1.1. I have commented out support for both DES,
> kerberos and PAM support (I was not sure, but I did not think SuSE used PAM)
> in the makefile:
>=20
> auth.o: In function `clrtxt_login':
> auth.o(.text+0x/4a): undefined reference to `crypt'

I had this problem with something else I compiled a few days ago - can't
remember what now since I've been recompiling quite a lot of stuff under
glibc2. Anyway, I solved it by adding -lcrypt to the makefile.

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6753028781849677418==--


From phil@stokes.demon.co.uk Sun Feb 14 10:20:55 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off and
 install 6.0from scratch?
Date: Sun, 14 Feb 1999 10:20:55 +0000
Message-ID: 
In-Reply-To: <36C64450.B95919FD@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7442728473977410083=="

--===============7442728473977410083==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, 13 Feb 1999, Jerry Lynn Kreps wrote:

>=20
> Those who have installed SuSE 6.0 - which method would you recommend?
> Jerry - getting ready to leap up - Kreps

I'd go for the upgrade. A couple of minor glitches as I've detailed in
other posts to the list, but all in all it went remarkably smoothly, and
certainly a lot less hassle than blowing everything away and starting
again from scratch.

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7442728473977410083==--


From shebell@gis.net Sun Feb 14 11:57:29 1999
From: shebell@gis.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 -- Where is StarOffice???
Date: Sun, 14 Feb 1999 06:57:29 -0500
Message-ID: <000601be5811$32e7e860$09000004@jshebell>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6032408794179072601=="

--===============6032408794179072601==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I feel dumb asking this, but I just got SuSE 6.0.  It says StarOffice
"personal
edition" is included, but I can't find it.  Pointers would be much
appreciated.

TIA

John (if I knew where to find what to read I would) Shebell

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6032408794179072601==--


From mperry@basin.com Sun Feb 14 12:36:32 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Nestscape goes crash boom even with glibc
Date: Sun, 14 Feb 1999 04:36:32 -0800
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2333437704582765824=="

--===============2333437704582765824==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Seems I am fated to have netscape not behave well here.  I installed the
glibc version and get a lot of plugin errors which it ignores but it still
has problems with mailto: links which cause bus errors here.  I have not
tried the 4.08 stand alone version as of yet. I took 4.5 off and put 3.04
back on which does not crash. =20

Do others find the glibc version to be more stable or well behaved?


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2333437704582765824==--


From phil@stokes.demon.co.uk Sun Feb 14 12:55:06 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 offand
 install 6.0  from scratch?
Date: Sun, 14 Feb 1999 12:55:06 +0000
Message-ID: 
In-Reply-To: <[SuSE Linux] Re: Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3
 offand install 6.0  from scratch?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8786071734551462274=="

--===============8786071734551462274==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999, Ralph Clark wrote:

> Philip Stokes wrote:
>=20
> > I'd go for the upgrade. A couple of minor glitches as I've detailed in
> > other posts to the list, but all in all it went remarkably smoothly, and
> > certainly a lot less hassle than blowing everything away and starting
> > again from scratch.
>=20
> I've always been wary of upgrades. What if they quietly screw up over some
> subtle little misconfiguration on your system? When you do the full re-inst=
all
> you blow away all those little misconfigurations you introduced over the
> lifetine of the previous version. Then you can re-apply your customisations=
 in
> /etc and your home directory from a backup diskette by hand, one by one. Ca=
ll it
> revision.

Well I backed up my whole system before I upgraded, just in case :)

But in fact most of my configuration subtleties seem to have been
carried over. Where I had altered files and they were replaced, the
original files were kept in place with an .rpmsave extension, as well as
being backed up to /var/adm/backup, and I was mailed notification of the
changes as well, which made it easy to go through the new system
checking that everything was as I want it.

> Can someone who's already done it please mention whether we need to downloa=
d any
> patches _before_ installing/upgrading?

You shouldn't need to. Anything that's been updated can be fetched from
SuSE's server and replaced using YaST after you've upgraded.

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8786071734551462274==--


From mperry@basin.com Sun Feb 14 13:04:30 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 -- Where is StarOffice???
Date: Sun, 14 Feb 1999 05:04:30 -0800
Message-ID: 
In-Reply-To: <000601be5811$32e7e860$09000004@jshebell>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7016708322640082959=="

--===============7016708322640082959==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




If you cruise the pay or commercial group, you will see StarOffice there.
You will have to run a setup script called sosetup when done installing.
Be sure to have the number handy that suse includes.  I had to do two
installs and connect to a website to get so5 working.  First it reported
the number I got with suse 6 was no longer good and the program would not
run. Second time, I got to connect to some website out there which gave me
a registration number and branded the program.


--=20
Michael Perry
mperry(a)basin.com
-------------------

On Sun, 14 Feb 1999, shebell wrote:

>=20
> I feel dumb asking this, but I just got SuSE 6.0.  It says StarOffice
> "personal
> edition" is included, but I can't find it.  Pointers would be much
> appreciated.
>=20
> TIA
>=20
> John (if I knew where to find what to read I would) Shebell
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7016708322640082959==--


From Naceur@wanadoo.fr Sun Feb 14 13:24:31 1999
From: Naceur@wanadoo.fr
To: users@lists.opensuse.org
Subject: [SuSE Linux] I lost my Internet connection !
Date: Sun, 14 Feb 1999 13:24:31 +0000
Message-ID: <36C6CE8F.6BD5@wanadoo.fr>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6307142196972832484=="

--===============6307142196972832484==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Good morning or Good evening !

I upgraded SuSE 5.2 to SuSE 6. But I lost my internet
connection. I did all what they ask me to do with Yast
using generic model for pap, chap, chat options file for diald
and pppd and I can get the modem to dial with my provider !?

The problem is that when using kppp (under kde, because I am
using kde as window manager) everything went well but as soon as
pppd deamon is requested it dies instantaneously.

Could you please help me to understand what happens and=20
hopefully get back my ppp connection ?

Right now I am reading a lot about linux network and I am
able to send messages from NT.=20

Thank you very much

Naceur
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6307142196972832484==--


From hlarons@ComCAT.COM Sun Feb 14 13:50:47 1999
From: hlarons@ComCAT.COM
To: users@lists.opensuse.org
Subject: [SuSE Linux] 'Faillog' Message
Date: Sun, 14 Feb 1999 08:50:47 -0500
Message-ID: <19990214085047.A269@BeagleDog>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2904548973918082278=="

--===============2904548973918082278==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have just noticed that each bootup produces a message in=20
/var/log/faillog. The message is simply "tty1" followed by a hex=20
string that includes an ASCII "6". I really don't know when this=20
started, but it wasn't there just after my install of SuSE. Aside from=20
the message, there seems to be no problem.

What does it mean? Should I worry? Is there a fix?

Howard Arons=20

--=20
Powered by SuSE Linux 5.2 -- kernel 2.0.33
Communications by Mutt 0.93.2
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2904548973918082278==--


From jlkreps@navix.net Sun Feb 14 14:13:14 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off and
 install 6.0 from scratch?
Date: Sun, 14 Feb 1999 08:13:14 -0600
Message-ID: <36C6D9FA.215984C8@navix.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0080561965339678923=="

--===============0080561965339678923==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> My way was to get rid of my suse 5.3 (unfortunately) and then do a clean
> SuSE 6 installation.  This was not my preferred way; but its the way it
> worked out.
>=20
> --
> Michael Perry
> mperry(a)basin.com
> -------------------

Why did it work out that way?  A glich in the upgrade procedure?

f
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0080561965339678923==--


From jlkreps@navix.net Sun Feb 14 14:22:16 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off and
 install 6.0 from scratch?
Date: Sun, 14 Feb 1999 08:22:16 -0600
Message-ID: <36C6DC18.FEFAC703@navix.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4848835745955202198=="

--===============4848835745955202198==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




To everyone who responded:  Thank you!

The majority seem pleased with the upgrade route, so I plan to follow
that trail also.
My big concern is the fact that I have only 150MB left on my root drive
and I wasn't sure that would be enough.  Will it be?

Jerry

Philip Stokes wrote:
>=20
> On Sat, 13 Feb 1999, Jerry Lynn Kreps wrote:
>=20
> >
> > Those who have installed SuSE 6.0 - which method would you recommend?
> > Jerry - getting ready to leap up - Kreps
>=20
> I'd go for the upgrade. A couple of minor glitches as I've detailed in
> other posts to the list, but all in all it went remarkably smoothly, and
> certainly a lot less hassle than blowing everything away and starting
> again from scratch.
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4848835745955202198==--


From oms101@clara.co.uk Sun Feb 14 14:35:54 1999
From: oms101@clara.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kppp configuration archive (Your help is requested)
Date: Sun, 14 Feb 1999 14:35:54 +0000
Message-ID: <36C6DF4A.F0816B0A@clara.co.uk>
In-Reply-To: <36C628B3.B838489A@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2817546371511829402=="

--===============2817546371511829402==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Jerry Lynn Kreps wrote:



> So, there is more than just the kppprc issue here.  There are still too
> many potholes on the road to browse the WWW.
> Jerry

I quite agree but I hope you also think that we should make life as easy
as posible for new linux users

This effort is to do that not to solve everything,

Thanks for you detailed responce.

Owen

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2817546371511829402==--


From lsayre@stratos.net Sun Feb 14 14:59:36 1999
From: lsayre@stratos.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Autostart programs question (sort of)?
Date: Sun, 14 Feb 1999 09:59:36 -0500
Message-ID: <36C6E4D8.D2A98C0B@stratos.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7561781156570700338=="

--===============7561781156570700338==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm using SuSE 5.3 and KDE.  My computer has a Cyrix 6x86 CPU which
requires that I activate certain registers for maximal performance and
minimal power consumption (since my older BIOS does not do it for me).

I've found a Linux program called 'set6x86' which must be run several
times with trailing register locations and instructions to be placed in
the register (as in 'set6x86 xxxx xxxx') to set power reduction on no
CPU activity, and to set various speed enhancements, and to deactivate a
known bug which causes Cyrix processor based computers to go into a dead
loop hang, within my CPU.  I've placed 'set6x86' in the /usr/bin
directory.=20

Every time Linux is shut down (and this happens often on my dual-boot
set-up with a son who likes Win95 games) I loose the CPU register
alterations and have to run all of the set6x86 xxxx xxxx's again.  It's
hard enough remembering all of the registers, and things to alter
therein...

Is there any way I can get Linux to run a series of 'set6x86' programs
with register location and register alteration info automatically on
booting Linux so I can benefit from it without all the hastle?
=20
---------------------------------------------
"Man's mind is his basic tool of survival!"
(a quote from the famous 'John Galt'  speech=20
in the equally famous book "Atlas Shrugged")

Lawrence Sayre 
---------------------------------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7561781156570700338==--


From scurran@aracnet.net Sun Feb 14 15:43:13 1999
From: scurran@aracnet.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] 5.3 boot error
Date: Sun, 14 Feb 1999 10:43:13 -0500
Message-ID: <36C6EF11.7991@aracnet.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2967032241472653391=="

--===============2967032241472653391==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I rebooted my running 5.3 and it stopped at the hda3 partition.  This is
my / partition
Messages "hda3 contains a file system with errors, check forced"
It then booted into read-only and instructed me to run fsdck
I followed the instructions but still get the same message.
When running the fsdck I get the following
"EXT2-fs error (device 03:03) ext2_check_inodes_bitmap: wrong free
inodes count in superblock  stored=3D755269, counted-755268
EXT2_fs error (device 03:03):ext2_check_inodes_bitmap: stored=3D1981,
counted=3D1983 in group 27
the same for another superblock 1907389 and 1907399"
I have run the recommended remedy twice with no improvement.
I cannot delete 5.3 and reload. I get the message that hda3 is mounted.
For some reason I also can't get my fd0 to run as an emrgency boot
disc.  The computer ignores it.  Even though it is first on the boot
sequence.
How do I fix this or get my 5.3 wiped?

Many thanks

Denis Miller
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2967032241472653391==--


From chris@usma.demon.co.uk Sun Feb 14 15:59:32 1999
From: chris@usma.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Sound setup problem in Config
Date: Sun, 14 Feb 1999 15:59:32 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1530915607614985430=="

--===============1530915607614985430==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Installed SuSE 6.0. Started make config: all went OK until I reached
Sound Card support. I got the following error messages:

make[1]: Entering directory '/usr/src/linux-2.0.36.SuSE/drivers/sound'
gcc -I /usr/src/linux/include -o configure configure.c
gcc: installation problem, cannot execute 'as'. No such file or
directory.
make[1]: *** [configure] Error 1

Beyond doing the installation/package selection/x setup I haven't done
any tinkering, so what's been left out?


--=20
Chris Keenan
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1530915607614985430==--


From harry@plutonia.org Sun Feb 14 16:10:06 1999
From: harry@plutonia.org
To: users@lists.opensuse.org
Subject: [SuSE Linux] 6.0 network problems
Date: Sun, 14 Feb 1999 11:10:06 -0500
Message-ID: <99021411254802.00175@plutonia>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2629224828017713934=="

--===============2629224828017713934==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I recently upgraded to suse 6.0 and have found a really weird problem... It
seems somehow I can not connect to my homepage using 6.0 (via ppp). Anytime
that i try netscape pops up a message something to the effect of 'the server =
is
down or refusing to give you the page...' . I've also tried using lynx to get
through but with no luck. I can't get into my ftp account (using file
runner) either. The only solution for this problem so far has been to use a
proxy (anonymizer or iproxy)... If i use a proxy everything seems to work fin=
e,
I can access my webpages. So far only my isp is affected. Before anyone asks =
if
it is the fault of my isp a quick answer -- no.   =20
I have no problem getting through with the tried and true 5.3 ;-)
Anyone have a clue to this?
thank you,
Harry Mezger
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2629224828017713934==--


From LinuxAdvocate@iname.com Sun Feb 14 16:15:30 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Nestscape goes crash boom even with glibc
Date: Sun, 14 Feb 1999 06:15:30 -1000
Message-ID: <36C6F6A2.875D6BD5@iname.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4704457019988393119=="

--===============4704457019988393119==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> Seems I am fated to have netscape not behave well here.  I installed the
> glibc version and get a lot of plugin errors which it ignores but it still
> has problems with mailto: links which cause bus errors here.  I have not
> tried the 4.08 stand alone version as of yet. I took 4.5 off and put 3.04
> back on which does not crash.
>=20
> Do others find the glibc version to be more stable or well behaved?

When I ran Red Hat 5.0, I used the glibc version, and
it crashed on me, almost as frequently as the Windows
version. =20

I switched to SuSE 5.2, and everything was great,
until I "upgraded" to Netscape 4.5 final.  The B1 and
B2 worked great.  Final wiped by address book and wouldn't
let me edit it.  I dropped back to 4.08, and life is
grand.

Considering MS Windows, MS Office, Netscape, and the Linux=20
Distributions, the older stuff sure does seem to work
solidly. =20
Even though SuSE 5.2 was based on "the old libraries" it=20
sure beat the pants off Red Hat for stability.

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4704457019988393119==--


From LinuxAdvocate@iname.com Sun Feb 14 16:20:26 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Autostart programs question (sort of)?
Date: Sun, 14 Feb 1999 06:20:26 -1000
Message-ID: <36C6F7CA.2D3BEFEC@iname.com>
In-Reply-To: <36C6E4D8.D2A98C0B@stratos.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5466018596625423360=="

--===============5466018596625423360==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lawrence Sayre wrote:
[snip]
> Is there any way I can get Linux to run a series of 'set6x86' programs
> with register location and register alteration info automatically on
> booting Linux so I can benefit from it without all the hastle?

Put the list of commands in /etc/rc.d/boot.local

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5466018596625423360==--


From myfish@dial.pipex.com Sun Feb 14 16:21:03 1999
From: myfish@dial.pipex.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems
Date: Sun, 14 Feb 1999 16:21:03 +0000
Message-ID: <14022.62419.257863.420710@freelander.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5801430261417332889=="

--===============5801430261417332889==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi again.
Made the jump to 6.0,and have had a few probs.
Most are solved now,but its still very buggy.
I have compiled a new 2.0.36 kernel under 6.0
and this runs with no problem.
However,i can also compile a 2.2.1 with no problem.
It will not run though.
I thought that suse6.0 was 2.2 ready ??.guess it is with
modification ??.What mods though ??.

Here is what happens.....
*************************************************************
no device hda
request_module[block-major-3]:root fs not mounted
VFS:Cannot open root device 03:01
Kernel panic:VFS:Unable to mount root fs on 03:01
*************************************************************
I have two IDE udma drives.hda and hdc,/boot is below lilo limit.
hdb is an atapi cdrom.all works fine with a 2.0 series kernel.
all filesystem types that i have and use are accounted for.
That is all i can tell you,cause its not getting logged
in any way.
I have built kernels before,and i have read the docs,and from
what i read,[block-major-4] is defunct as are cua devices.
i do have hda devices in /dev.
So whats the score,lots of you have built 2.2.1,so what am i doing
wrong ??.
and what do we do with all those defunct(in 2.2.1)devs ??.
And if i want to use a 2.0.36 as a tried and trusted kernel
and i do,then is removing stuff advisable ??.

--
Keith White.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5801430261417332889==--


From zentara@mindspring.com Sun Feb 14 16:22:00 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sun, 14 Feb 1999 11:22:00 -0500
Message-ID: <36C6F828.7047D892@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4201188371724938040=="

--===============4201188371724938040==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> Whats so good about mindspring?  Im just curious.  I've used the same ISP
> for almost 6 years now with no thoughts about moving. Is mindspring a
> "real ISP"?  Im surprised that mindspring has not been bought out by
> verio.  Or have they...?
>=20

Mindspring stands up for free speech, as do a few other isp's.
Mindspring carries the binaries newsgroups such as the warez
groups, believing that people have the right to freedom
of information transmission. Alot of people think the
binary groups are bad, but many people would never get a chance
to see what "outrageously priced software" is all about, without
these free samples. Also, it technically is not illegal to
post binaries. It may be illegal to sell them, but not to post
them.

See if you can get alt.binaries.warez.ibm-pc, alt.cracks,
or alt.binaries.warez.linux with netcom. You won't because
they believe they have the right to censor the newsgroups.

Alot of smaller isp's use netcom's newserver, for news,
and alot of people don't even realize that they are not
able to receive the "full spectrum" of newsservers out there.

I had netcom originally, and I had posts to newsgroups,=20
"dissappear" if the censors at netcom didn't like the posts.

I once posted an animated gif, of a black and white, sillouette
of a nude model, nothing any worse than what you see in Cosmopolitan
Magazine. Netcom sent me an email, saying that they decided to
"monitor" all my emails and postings, and that if I didn't like it,
to find another ISP. I did.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4201188371724938040==--


From mikeg@soonernet.com Sun Feb 14 16:22:48 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] 5.3 boot error
Date: Sun, 14 Feb 1999 10:22:48 -0600
Message-ID: 
In-Reply-To: <36C6EF11.7991@aracnet.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1499102061666417533=="

--===============1499102061666417533==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey man,

I just got a very similar problem on my 6.0 distribution.  When it told me th=
at
error, it still booted up.  I then ran the following commands:
init S (or maybe it's "init s" instead...)
then I ran fsck.ext2.

It repaired my system fine, and then I ran init 3 to start back all of my
services.

I hope that helps,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1499102061666417533==--


From mikeg@soonernet.com Sun Feb 14 16:25:01 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Autostart programs question (sort of)?
Date: Sun, 14 Feb 1999 10:25:01 -0600
Message-ID: 
In-Reply-To: <36C6E4D8.D2A98C0B@stratos.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9157840434210834494=="

--===============9157840434210834494==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Sure man,

Just boot the commands into /sbin/init.d/boot.local and that should do it for
ya.

Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9157840434210834494==--


From cjs@imt.net Sun Feb 14 16:28:17 1999
From: cjs@imt.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] char-major-4 in 2.2.X
Date: Sun, 14 Feb 1999 15:28:17 -0100
Message-ID: <36C6F9A1.7F7B6AED@imt.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3861794297088626693=="

--===============3861794297088626693==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




For all of you who have this come up lots times when booting it is because you
have compiled serial support into your kernel and therefore
do not need setserial to autodetect the ports and set them up so to fix this
remove all entries in /sbin/init.d/rcX.d of SXXserial and KXXserial
but I would suggest leaving the serail script in /sbin/init.d alone so
if needed it can be used again. And if you care not to delete all those symbo=
lic
links just add a line like the following to /etc/rc.config at the end of the
file:

#
KERNEL_SERIAL=3D"yes"
#
# Does the current Kernel have serial capabilities compiled in?
# Added 02-10-1999 C Johnson

then add the following to your /sbin/init.d/serial after the comments
and ". /etc/rc.config":

#
# this test the rc.config var to see if we should run this script
#
base=3D${0##*/}
link=3D${base#*[SK][0-9][0-9]}

test $link =3D $base && KERNEL_SERIAL=3Dyes
test "$KERNEL_SERIAL" =3D yes || exit 0
#
# Added by C Johnson 02-10-1998

Your all very welcome in advanced!!

--=20
Carl Johnson=09
Sys Admin=09
cjs(a)cj-solutions.com

|_|
|_|
| |\/---  | |\ | |  | \/
| NIKE |  | | \| |__| /\=20
|______|     _______________
     ____   |  OH SHIT IT's |
     |..| --|  LINUX!!!     |
     |__|   |_______________|
|\/| icro$oft        "Watch Linux walk all over Micro$oft"
|  | /||\
      /\
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3861794297088626693==--


From mikeg@soonernet.com Sun Feb 14 16:29:20 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] I lost my Internet connection !
Date: Sun, 14 Feb 1999 10:29:20 -0600
Message-ID: 
In-Reply-To: <36C6CE8F.6BD5@wanadoo.fr>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0154538056330269508=="

--===============0154538056330269508==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well, I was never able to get Kppp to work properly (probably just me though =
;-)
This is my little procedure for getting on the net:
1) open an xterm
2) su - to root
3) change to /etc/suseppp/scripts
4)run ./ppp-up generic
5)surf around
6) go back to that same directory when I'm done
7) and run ./ppp-down

I'm sure there's a better way, but that way worked for me (hehe, now I got a
cable modem :-)

Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0154538056330269508==--


From cjs@imt.net Sun Feb 14 16:32:20 1999
From: cjs@imt.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] RE: char-major-4 in 2.2.X
Date: Sun, 14 Feb 1999 15:32:20 -0100
Message-ID: <36C6FA94.3499ECF@imt.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3665544543367440171=="

--===============3665544543367440171==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




SORRY!!

I forgot to put in some "" in the following:

#
# this test the rc.config var to see if we should run this script
#
base=3D${0##*/}
link=3D${base#*[SK][0-9][0-9]}

test $link =3D $base && KERNEL_SERIAL=3Dyes
test "$KERNEL_SERIAL" =3D yes || exit 0
#
# Added by C Johnson 02-10-1998

This needs some "" after: test "$KERNEL_SERIAL" =3D "yes" || exit 0

OOPS!!


--=20
Carl Johnson   =20
Sys Admin      =20
cjs(a)cj-solutions.com

|_|
|_|
| |\/---  | |\ | |  | \/
| NIKE |  | | \| |__| /\=20
|______|     _______________
     ____   |  OH SHIT IT's |
     |..| --|  LINUX!!!     |
     |__|   |_______________|
|\/| icro$oft        "Watch Linux walk all over Micro$oft"
|  | /||\
      /\
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3665544543367440171==--


From zentara@mindspring.com Sun Feb 14 16:35:34 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 5.3 boot error
Date: Sun, 14 Feb 1999 11:35:34 -0500
Message-ID: <36C6FB56.261EF579@mindspring.com>
In-Reply-To: <36C6EF11.7991@aracnet.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6557831460613614439=="

--===============6557831460613614439==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




scurran wrote:
>=20
>> For some reason I also can't get my fd0 to run as an emrgency boot
> disc.  The computer ignores it.  Even though it is first on the boot
> sequence.
> How do I fix this or get my 5.3 wiped?

That is truly strange. The first thing I would do is open the
case up and check your cabling. You may have loosed the floppy/
and/or ide cables. Also double check your bios settings.

I saw a problem like that once when fixing a friend's computer.
The floppy drive went bad, and was draining the power supply
to the point where nothing worked. I disconnected power to the
floppy and things got better. Also check your power supply, swap
it with a good one.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6557831460613614439==--


From zentara@mindspring.com Sun Feb 14 16:39:08 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sound setup problem in Config
Date: Sun, 14 Feb 1999 11:39:08 -0500
Message-ID: <36C6FC2C.E18A5BD@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7897702895796293261=="

--===============7897702895796293261==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Chris KEENAN wrote:
>=20
> Installed SuSE 6.0. Started make config: all went OK until I reached
> Sound Card support. I got the following error messages:
>=20
> make[1]: Entering directory '/usr/src/linux-2.0.36.SuSE/drivers/sound'
> gcc -I /usr/src/linux/include -o configure configure.c
> gcc: installation problem, cannot execute 'as'. No such file or
> directory.
> make[1]: *** [configure] Error 1
>=20
> Beyond doing the installation/package selection/x setup I haven't done
> any tinkering, so what's been left out?

"as" sounds like the linker "as86", try to install the assembler package
for
linux in the development group.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7897702895796293261==--


From tomchang@cisco.com Sun Feb 14 16:39:30 1999
From: tomchang@cisco.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 5.3 boot error
Date: Sun, 14 Feb 1999 11:39:30 -0500
Message-ID: 
In-Reply-To: <36C6EF11.7991@aracnet.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7608403678187761026=="

--===============7608403678187761026==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi!=20
  I experienced the samething. For some reasons, after a while, the floppy
disk does not work any more. I am wiping out my whole linux, and then the
floopy disk works again. :??  Does SuSE do anything to the IDE
controller??=20

++++++++++++++++++++++++++++++++++
CISCO East Coast TAC, NC, USA
RTP WAN Switching [EST TimeZone]
Che-Ming Chang [Tom]
tomchang(a)cisco.com
Work: 1-919-472-3827
Pager: tomchang(a)epage.cisco.com

On Sun, 14 Feb 1999, scurran wrote:

>=20
> I rebooted my running 5.3 and it stopped at the hda3 partition.  This is
> my / partition
> Messages "hda3 contains a file system with errors, check forced"
> It then booted into read-only and instructed me to run fsdck
> I followed the instructions but still get the same message.
> When running the fsdck I get the following
> "EXT2-fs error (device 03:03) ext2_check_inodes_bitmap: wrong free
> inodes count in superblock  stored=3D755269, counted-755268
> EXT2_fs error (device 03:03):ext2_check_inodes_bitmap: stored=3D1981,
> counted=3D1983 in group 27
> the same for another superblock 1907389 and 1907399"
> I have run the recommended remedy twice with no improvement.
> I cannot delete 5.3 and reload. I get the message that hda3 is mounted.
> For some reason I also can't get my fd0 to run as an emrgency boot
> disc.  The computer ignores it.  Even though it is first on the boot
> sequence.
> How do I fix this or get my 5.3 wiped?
>=20
> Many thanks
>=20
> Denis Miller
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7608403678187761026==--


From cjs@imt.net Sun Feb 14 17:02:44 1999
From: cjs@imt.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] RE: char-major-4 in 2.2.X
Date: Sun, 14 Feb 1999 16:02:44 -0100
Message-ID: <36C701B4.67B1A088@imt.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0590656504336263189=="

--===============0590656504336263189==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




SORRY!

I made a no into a yes in the following:

#
# this test the rc.config var to see if we should run this script
#
base=3D${0##*/}
link=3D${base#*[SK][0-9][0-9]}

test $link =3D $base && KERNEL_SERIAL=3Dyes
test "$KERNEL_SERIAL" =3D yes || exit 0
#
# Added by C Johnson 02-10-1998

The yes here should be a no: test "$KERNEL_SERIAL" =3D "no" || exit 0

OOPS!!AGAIN!!


--=20
Carl Johnson   =20
Sys Admin      =20
cjs(a)cj-solutions.com

|_|
|_|
| |\/---  | |\ | |  | \/
| NIKE |  | | \| |__| /\=20
|______|     _______________
     ____   |  OH SHIT IT's |
     |..| --|  LINUX!!!     |
     |__|   |_______________|
|\/| icro$oft        "Watch Linux walk all over Micro$oft"
|  | /||\
      /\
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0590656504336263189==--


From mikeg@soonernet.com Sun Feb 14 17:07:46 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] More Trouble with C++ compiler
Date: Sun, 14 Feb 1999 11:07:46 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8356626663702257063=="

--===============8356626663702257063==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey guys,

I'm still having problems getting programs to run configure that require the
c++ compiler on my 6.0 system.  What packages need to be installed?  Is anyone
else having this problem?  This is the 3rd src package to screw up on me.  The
script says this while running...

...
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.

Does anyone know what causes this?  It sees the compiler, but it won't work??=
??
I've got the gpp and libgpp packages installed.

I appreciate it guys,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8356626663702257063==--


From medavid@ix.netcom.com Sun Feb 14 17:21:56 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE Subscription & 6.0
Date: Sun, 14 Feb 1999 09:21:56 -0800
Message-ID: <01be583e$85aa4de0$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] SuSE Subscription & 6.0>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1584901904437374962=="

--===============1584901904437374962==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I sent in my subscription request (to start with 6) in mid-January, and I
haven't received anything yet either.  I know they got the order because I
got a confirmation and they responded to a question I asked on the sign-up
form.

Mark (waiting patiently (NOT!) for 6.0)

-----Original Message-----
From: joe lerch 
To: suse-linux-e(a)suse.com 
Date: Sunday, February 14, 1999 7:21 AM
Subject: [SuSE Linux] SuSE Subscription & 6.0

>
>
>Have SuSE subscribers been receiving the English SuSE 6.0
>automatically? I moved and although I sent the fine people at
>SuSE an address change, I fear they dropped me from the
>subscription list. However, if others are still waiting I know
>it is normal.
>
>thanks in advance,
>
>joe
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1584901904437374962==--


From mlmayo@texas.net Sun Feb 14 17:24:38 1999
From: mlmayo@texas.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE Subscription & 6.0
Date: Sun, 14 Feb 1999 11:24:38 -0600
Message-ID: 
In-Reply-To: <19990214144647.12953.qmail@mail.ptd.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1630895919810078324=="

--===============1630895919810078324==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You are not alone, I subscribed starting with 6.0 and have only
read about it being released.  Still waiting.
Mike

On Sun, 14 Feb 1999, joe lerch wrote:

>=20
>=20
> Have SuSE subscribers been receiving the English SuSE 6.0
> automatically? I moved and although I sent the fine people at
> SuSE an address change, I fear they dropped me from the
> subscription list. However, if others are still waiting I know
> it is normal.
>=20
> thanks in advance,
>=20
> joe =20
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1630895919810078324==--


From r.ibbotson@zen.co.uk Sun Feb 14 17:25:12 1999
From: r.ibbotson@zen.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Drole Web Pages
Date: Sun, 14 Feb 1999 17:25:12 +0000
Message-ID: <199902141725.RAA25581@irwell.zetnet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6685149657350000936=="

--===============6685149657350000936==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Gooday Folks,

Salut, Hi, Ola !

    a/at/a :	http://home.nordnet.fr/~dvigneron/>=20

    Vous trouverez ma premier page perso sur le net.=20
    N'ayant pas de scanner vous n'y verrez que des liens pour=20
l'instant.
    Merci de me dire ce que vous aimeriez y voir de plus.

        Ps : Hi Richard, still alive ?=20

        Oh (waking up) Yes... just about...

        nice site Drol... look forward to more.

        I'm working on a SuSE tech support site.  Can't show it to anyone=20
just yet.  It's still in pieces.  Getting good though :-)   Just a=20
few more weeks of writing.  I hope to come up with some advanced=20
topics, although, prototypes take a long time to put together you=20
know.  Concorde wasn't built in a week.

Cheers
-------------------------------------------
Richard
Sheffield UK

http://www.zen.co.uk/home/page/r.ibbotson>
http://www.users.zetnet.co.uk/ribbotson>
-------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6685149657350000936==--


From skoper@mediaone.net Sun Feb 14 17:28:03 1999
From: skoper@mediaone.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Question on E-Mail Addressing
Date: Sun, 14 Feb 1999 12:28:03 -0500
Message-ID: <009501be583f$60a591c0$030aa8c0@CYRIX2.alembic.mediaone.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7168008052023882087=="

--===============7168008052023882087==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

My internet access is through cable modem (Mediaone) and I have a
five-machine LAN behind a SuSE box, with IP forwarding and a firewall.

One of my reasons for setting up a home LAN, aside from being able to surf
the net without having to kick someone off of the only computer, was to be
able to give everyone in my house their own e-mail address.

I was told that this could be done, but I'm not yet sure how.  Mail
addressed to me at skoper(a)mediaone.net gets to me the same as mail addressed
to skoper(a)ne.mediaone.net, and I think maybe even
skoper(a)alembic.ne.mediaone.net, which is the name Mediaone assigned my
computer (me?), although I haven't tested that lately as an e-mail address.

I think I understand the basic process, that the basic translation of e-mail
domains is is a function of various DNS's, and that each message is passed
along until it reaches its destination (or not).  So I expect that somewhere
along the line Mediaone's mail servers do some sort of  "translation" of
e-mail addresses to get my e-mail to me.  But they aren't able to translate
any messages beyond that "point".  So the question in my mind at the moment
is where and how would the translation be done for, say,
janedoe(a)alembic.ne.mediaone.net, or some variant of that.

I have a feeling that I need to set up my own DNS to do the final
translation.  Is that true?  And if it is, how do I do that, and what would
the configuration file look like.  Would I have to run sendmail as well?
And if I did, how do I protect myself from spammers using my address/domain
to bounce spam onto the internet.

Thanks.

Stan Koper

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7168008052023882087==--


From jljr@ptdprolog.net Sun Feb 14 17:47:34 1999
From: jljr@ptdprolog.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE Subscription & 6.0
Date: Sun, 14 Feb 1999 17:47:34 +0000
Message-ID: <19990215105117.23344.qmail@mail.ptd.net>
In-Reply-To: <[SuSE Linux] SuSE Subscription & 6.0>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3702746728871593878=="

--===============3702746728871593878==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999 15:35:55 -0600 (CST), Danny Kephart wrote:

>Yes, mine came in the other day. It really didn't matter, as I have
>been running 6.0 since the Beta testing phase.=20

Thanks to all for sharing the information on this.  I can't
really use the SuSE 6.0 until I get home in two more
weeks , but now I feel better knowing there is a
chance it will be there for me.

thanks again,

joe

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3702746728871593878==--


From badday@bigfoot.com Sun Feb 14 17:51:12 1999
From: badday@bigfoot.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] problems 2.0.36->2.2.1
Date: Sun, 14 Feb 1999 17:51:12 +0000
Message-ID: <36C70D10.C7BE9C2D@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7066960493173129705=="

--===============7066960493173129705==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




hi,=20

just wondering if anybody has experienced and solved the following
problem in upgrading to the latest kernel...

the following messages scroll wildy past my screen during boot up;

"can't locate module net-pf-1"
"can't locate module char-major-4"

I only configured my kernel using for two modules - neither of which is
the above; I'm a little confused - anybody help me out or point me to a
useful resource ?  ( a little new to the linux world)

(btw running on a p166 with 32mb, running suse60)
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7066960493173129705==--


From mperry@basin.com Sun Feb 14 18:05:18 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sun, 14 Feb 1999 10:05:18 -0800
Message-ID: <19990214100518.A734@basin.com>
In-Reply-To: <36C6F828.7047D892@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2582300624783790139=="

--===============2582300624783790139==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanks for the information about mindspring.  If I ever want to read the
warez groups, I will be sure to consider them as an ISP.  You have an
interesting perspective on software; not one that I agree with. But
interesting. I won't tred those waters though.

Good luck with mindspring.


--=20
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2582300624783790139==--


From harry@rimez.net Sun Feb 14 18:16:54 1999
From: harry@rimez.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] problems 2.0.36->2.2.1
Date: Sun, 14 Feb 1999 13:16:54 -0500
Message-ID: <99021413215500.00404@rimez>
In-Reply-To: <36C70D10.C7BE9C2D@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5111320639475173402=="

--===============5111320639475173402==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999, you wrote:
>hi,=20
>
>just wondering if anybody has experienced and solved the following
>problem in upgrading to the latest kernel...
>
>the following messages scroll wildy past my screen during boot up;
>
>"can't locate module net-pf-1"
>"can't locate module char-major-4"
Yes I have had a similar problem I get "can't locate module char-major-4"
a bunch of times but it doesn't really seem to affect anything. In my
conf.modules file 'module char-major-4' is a serial device.=20
Anyone have a clue?
Harry

>I only configured my kernel using for two modules - neither of which is
>the above; I'm a little confused - anybody help me out or point me to a
>useful resource ?  ( a little new to the linux world)
>
>(btw running on a p166 with 32mb, running suse60)
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5111320639475173402==--


From jkx@club-internet.fr Sun Feb 14 18:58:37 1999
From: jkx@club-internet.fr
To: users@lists.opensuse.org
Subject: [SuSE Linux] Update
Date: Sun, 14 Feb 1999 19:58:37 +0100
Message-ID: 
In-Reply-To: <199902121626.QAA01519@igateway.postoffice.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3358601373991130812=="

--===============3358601373991130812==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi ..

I 'm wondering how can i upgrade my 5.3 (commercial edition) to a 6.0 version.
Does I need to buy a another CD distro or can i download the 6.0 somewhere
(where ?? )

I don't want to pay every 6 months to have recent distro. Should i leave suse
for a more free distro like Debian or else ??

My friend Marc bougth a 5.3 4 weeks ago and he is very hungry about the fact
that he bougth a obsolete distro but the only available when he bought it !! =


This 's sound like a bad dream .. the only version that we can find for free
(not real free but less money than SuSE) here in france is old RH (5.2 or
sometimes 5.1 in magazine)=20

I think this kind of attitude don't realy _help_ the good distribution of Lin=
uX
in france .. because it's free BUT you have to pay a lot (price of commercial
distro) to have a uptodate system and that every 6 months .

So my question is what can i do to upgrade my SuSE5.3 ..switch to Debain :=3D)

Regards,

Jerome

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3358601373991130812==--


From miszczy4@uni2a.unige.ch Sun Feb 14 19:14:00 1999
From: miszczy4@uni2a.unige.ch
To: users@lists.opensuse.org
Subject: [SuSE Linux] a little GNOME problem
Date: Sun, 14 Feb 1999 20:14:00 +0100
Message-ID: <36C72077.3EF76B85@uni2a.unige.ch>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6121309418900313047=="

--===============6121309418900313047==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi everybody,

I installed all the *.rpm(s) necessary to run GNOME (cf.:
http://ifmpc118.ifm.uni-hamburg.de/=
gnome.html>)
Now, every (GNOME) binary I try to execute sends back:

flos:/opt/gnome/bin# ./balsa [for example]
./balsa: error in loading shared libraries
: undefined symbol: __libc_init_first
flos:/opt/gnome/bin#

In the same time, Eterm and GQview, which I was using before, now
report:

flos:/root # Eterm
Eterm: can't resolve symbol =C5=BD__register_frame_info=C5=BD
flos:/root #

flos:/root # gqview
gqview: can't resolve symbol =C5=BDbindtextdomain=C5=BD
flos:/root #

Is there someone who met the same difficulties or who knows the problem
if the latter is "common".

Thank you in advance for any tips/clues/help : )

Martin from Geneva.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6121309418900313047==--


From timson40@bunt.com Sun Feb 14 19:43:47 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems
Date: Sun, 14 Feb 1999 20:43:47 +0100
Message-ID: <36C72773.7F794D08@bunt.com>
In-Reply-To: <14022.62419.257863.420710@freelander.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2479076788080357036=="

--===============2479076788080357036==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have had a similar error. You need to make sure that you have the dma
loaded in your kernel. It is, under xconfig,

under BLOCK DEVICES, make sure you have Include IDE/ATA-2 DISK SUPPORT and

Enhanced IDE/MFM/RLL seleced. That should work. I know my system did boot
without those checked.

Dark_Hour
Jason Johnson
-- Kernel 2.2.1 --

Keith White wrote:

> Hi again.
> Made the jump to 6.0,and have had a few probs.
> Most are solved now,but its still very buggy.
> I have compiled a new 2.0.36 kernel under 6.0
> and this runs with no problem.
> However,i can also compile a 2.2.1 with no problem.
> It will not run though.
> I thought that suse6.0 was 2.2 ready ??.guess it is with
> modification ??.What mods though ??.
>
> Here is what happens.....
> *************************************************************
> no device hda
> request_module[block-major-3]:root fs not mounted
> VFS:Cannot open root device 03:01
> Kernel panic:VFS:Unable to mount root fs on 03:01
> *************************************************************
> I have two IDE udma drives.hda and hdc,/boot is below lilo limit.
> hdb is an atapi cdrom.all works fine with a 2.0 series kernel.
> all filesystem types that i have and use are accounted for.
> That is all i can tell you,cause its not getting logged
> in any way.
> I have built kernels before,and i have read the docs,and from
> what i read,[block-major-4] is defunct as are cua devices.
> i do have hda devices in /dev.
> So whats the score,lots of you have built 2.2.1,so what am i doing
> wrong ??.
> and what do we do with all those defunct(in 2.2.1)devs ??.
> And if i want to use a 2.0.36 as a tried and trusted kernel
> and i do,then is removing stuff advisable ??.
> --
> Keith White.
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2479076788080357036==--


From timson40@bunt.com Sun Feb 14 19:48:28 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] problems 2.0.36->2.2.1
Date: Sun, 14 Feb 1999 20:48:28 +0100
Message-ID: <36C7288C.D1D0D2FA@bunt.com>
In-Reply-To: <36C70D10.C7BE9C2D@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3302405038945242291=="

--===============3302405038945242291==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I had the same problem. Disable the Kernel Module loader.

Under /usr/src/linux/make xconfig its under loadable module support.

That worked here. I am not sure if you will need it later, i haven't found
a need for it yet.

(Dark_Hour)
Jason Johnson

badday wrote:

> hi,
>
> just wondering if anybody has experienced and solved the following
> problem in upgrading to the latest kernel...
>
> the following messages scroll wildy past my screen during boot up;
>
> "can't locate module net-pf-1"
> "can't locate module char-major-4"
>
> I only configured my kernel using for two modules - neither of which is
> the above; I'm a little confused - anybody help me out or point me to a
> useful resource ?  ( a little new to the linux world)
>
> (btw running on a p166 with 32mb, running suse60)
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3302405038945242291==--


From myfish@dial.pipex.com Sun Feb 14 20:00:38 1999
From: myfish@dial.pipex.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems
Date: Sun, 14 Feb 1999 20:00:38 +0000
Message-ID: <14023.10963.992392.74227@freelander.org>
In-Reply-To: <[SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5650165529303148802=="

--===============5650165529303148802==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ken Archer writes:
 > My best guess is that you compiled ext2 support as a module.  If that is t=
rue,
 > compile it into the kernel and it should solve your problem.
 >=20
Nope,it was/is compiled into the kernel.
Thanks anyway..

--
keith White.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5650165529303148802==--


From myfish@dial.pipex.com Sun Feb 14 20:05:24 1999
From: myfish@dial.pipex.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems
Date: Sun, 14 Feb 1999 20:05:24 +0000
Message-ID: <14023.11138.933500.647726@freelander.org>
In-Reply-To: <[SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6536681517564993526=="

--===============6536681517564993526==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Fred wrote >>

>Keith, you MUST install the -pre 7 kernel which is the option to
>2.0.36, THEN you can "drop in" the 2.2.1 kernel.

H`mm,i can see the logic here,but satisfy my curiosity.
Why ??.
Does this mean that the upgrade to 2.2.1 effectivly stops
me from using a 2.0.36 back-up kernel.


--
Keith White.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6536681517564993526==--


From harry@rimez.net Sun Feb 14 20:28:09 1999
From: harry@rimez.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] problems 2.0.36->2.2.1
Date: Sun, 14 Feb 1999 15:28:09 -0500
Message-ID: <99021415345400.00206@rimez>
In-Reply-To: <36C7288C.D1D0D2FA@bunt.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1753514112744268045=="

--===============1753514112744268045==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999, you wrote:
>I had the same problem. Disable the Kernel Module loader.
>
>Under /usr/src/linux/make xconfig its under loadable module support.
>
>That worked here. I am not sure if you will need it later, i haven't found
>a need for it yet.
Well I just compiled my kernel using your tip... the upside is that i no long=
er
have that stupid error message... the downside is that I must compile
everything into the kernel for it to work (I had to manually load ppp support
so that i could connect just now)
This is good for those of you who don't create modules... this is bad for tho=
se
of us who prefer using modules and not having to load them by hand (or
keystoke;)
Anyone know how to fix this problem so that I still have loadable module
support w/o the error messages?
thanks,
Harry

 >(Dark_Hour) >Jason Johnson >
>
>badday wrote:
>
>> hi,
>>
>> just wondering if anybody has experienced and solved the following
>> problem in upgrading to the latest kernel...
>>
>> the following messages scroll wildy past my screen during boot up;
>>
>> "can't locate module net-pf-1"
>> "can't locate module char-major-4"
>>
>> I only configured my kernel using for two modules - neither of which is
>> the above; I'm a little confused - anybody help me out or point me to a
>> useful resource ?  ( a little new to the linux world)
>>
>> (btw running on a p166 with 32mb, running suse60)
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1753514112744268045==--


From mperry@basin.com Sun Feb 14 21:06:02 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] starting gnome in SuSE 6
Date: Sun, 14 Feb 1999 13:06:02 -0800
Message-ID: <199902142106.NAA05114@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7742445369171037553=="

--===============7742445369171037553==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I included all the gnome stuff. So how do I start it.  The gnome pages
say to exec gnome-session while suse says to startx after starting a
window manager in .xinitrc.  None of these seem to work.  Is there some
central config. file I need to implement to see some gnomish behavior?

Thanks.


--
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7742445369171037553==--


From kepe@home.com Sun Feb 14 21:35:55 1999
From: kepe@home.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE Subscription & 6.0
Date: Sun, 14 Feb 1999 15:35:55 -0600
Message-ID: 
In-Reply-To: <01be583e$85aa4de0$5643d8ce@win98>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6338208237773441647=="

--===============6338208237773441647==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 14-Feb-99 Mark E. Davidson wrote:
>
>Have SuSE subscribers been receiving the English SuSE 6.0
>automatically? I moved and although I sent the fine people at
>SuSE an address change, I fear they dropped me from the
>subscription list. However, if others are still waiting I know
>it is normal.
>
>thanks in advance,
>
>joe
>
Yes, mine came in the other day. It really didn't matter, as I have
been running 6.0 since the Beta testing phase.=20

--
Danny Kephart
E-Mail: kepe(a)home.com
Date: 14-Feb-99
Time: 15:33:46 CST
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6338208237773441647==--


From harry@rimez.net Sun Feb 14 22:19:43 1999
From: harry@rimez.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] More Trouble with C++ compiler
Date: Sun, 14 Feb 1999 17:19:43 -0500
Message-ID: <99021417223600.00616@rimez>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6763355684022839485=="

--===============6763355684022839485==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999, you wrote:
>Hey guys,
>
>I'm still having problems getting programs to run configure that require the
>c++ compiler on my 6.0 system.  What packages need to be installed?  Is anyo=
ne
>else having this problem?  This is the 3rd src package to screw up on me.  T=
he
>script says this while running...

You jinxed me! Now i'm having this same problem when compiling some kde apps!
I've compiled other things (mostly alsa stuff). Thsi is weird.=20
I hope the buggs are worked out of 6.0 soon. Maybe 6.1 by spring?
harry

 >
>...
>ccreating libtool
>checking for gcc... (cached) gcc
>checking whether the C compiler (gcc -g -O2 ) works... yes
>checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
>checking whether we are using GNU C... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking for c++... c++
>checking whether the C++ compiler (c++  ) works... no
>configure: error: installation or configuration problem: C++ compiler cannot
>create executables.
>
>Does anyone know what causes this?  It sees the compiler, but it won't work?=
???
>I've got the gpp and libgpp packages installed.
>
>I appreciate it guys,
>Mike
>
>-----------------------------------------------------------------------------
>"The Darkest Hour is Just Before Dawn...."
>
>Mike Gorsuch
>aka Wulfgang
>ICQ UIN 670820
>email: mikeg(a)soonernet.com
>Web Page: http://www.geocities.com=
/Area51/Rampart/6071>
>----------------------------------------------------------------------------=
--
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6763355684022839485==--


From mikeg@soonernet.com Sun Feb 14 22:30:57 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] How I fixed the C++ problem...
Date: Sun, 14 Feb 1999 16:30:57 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0566000383693316111=="

--===============0566000383693316111==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey guys,

Just wanted to let you know I got the problem fixed.  Thanks to everyone who
helped, especially Steven.  It shows how powerful the Linux community can
really be. =20

Ok, first off here's the problem:
Everytime I would try and run the ./configure script that came with a package
that required c++, it would fail.  It would tell me that my c++ compiler
couldn't create binaries.  That was odd.  (Oh yeah, this is on 6.0)

Here's how I fixed it:
I went and uninstalled the gpp and libgpp packages.  Then I reinstalled the
gccfront package, and that fixed it.  I guess there is a possibility that the
c++ that is installed with gpp is bad, or the ./configure script invokes it
wrong. =20

Well, I thought I'd let everyone know so they don't have to go through all of
the trouble I did.

Later,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0566000383693316111==--


From mikeg@soonernet.com Sun Feb 14 22:39:40 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] X header (include)  files
Date: Sun, 14 Feb 1999 16:39:40 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8407585110273602143=="

--===============8407585110273602143==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well, I got my problem with the c++ stuff solved, now the ./configure script =
is
saying it can't find the X includes or header files.  What package is that in?

Thanks again,

Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8407585110273602143==--


From mikeg@soonernet.com Sun Feb 14 22:56:24 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] X header (include)  files
Date: Sun, 14 Feb 1999 16:56:24 -0600
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1381305526665819184=="

--===============1381305526665819184==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Grrrrr....

Never mind, I found it.  Maybe I should just open my eyes....=20

Thanks anyway,
Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1381305526665819184==--


From cjs@imt.net Sun Feb 14 23:11:46 1999
From: cjs@imt.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] No "symbol table" and "map file"
 with SuSE6.0 & 2.2.1 kernel
Date: Sun, 14 Feb 1999 22:11:46 -0100
Message-ID: <36C75832.16F2EBFE@imt.net>
In-Reply-To: <36C7887D.AAB43A41@stripe.colorado.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6044768210558690201=="

--===============6044768210558690201==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




When you compiled the kernel the compile made a new System.map located at
/usr/src/linux/System.map place that file at /

Wes Morriston wrote:
>=20
> I recently installed SuSE 6.0, and then installed the 2.2.1 kernel.
> Things seem to be working OK, but there is one oddity.  Whenever I
> reboot, I see these messages in /var/log/warn:
>=20
> kernel: Symbol table has incorrect version  number.
> kernel: Cannot find map file.
>=20
> How bad a problem do I have?  Is there anything I can do about it?
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--=20
Carl Johnson=09
Sys Admin=09
cjs(a)cj-solutions.com

|_|
|_|
| |\/---  | |\ | |  | \/
| NIKE |  | | \| |__| /\=20
|______|     _______________
     ____   |  OH SHIT IT's |
     |..| --|  LINUX!!!     |
     |__|   |_______________|
|\/| icro$oft        "Watch Linux walk all over Micro$oft"
|  | /||\
      /\
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6044768210558690201==--


From zulfiqar@shaw.wave.ca Sun Feb 14 23:15:16 1999
From: zulfiqar@shaw.wave.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] Silly monitor!! :-)
Date: Sun, 14 Feb 1999 18:15:16 -0500
Message-ID: <36C75904.38E2F1ED@shaw.wave.ca>
In-Reply-To: <36C6DF4A.F0816B0A@clara.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7502590056807319776=="

--===============7502590056807319776==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have an IBM MM-55 monitor, and this monitor is not in the SAX list.

When I select a VESA 1024x768(a)75 Hz.  It doesn't work.....my monitor's
main light starts blinking (which means VIDEO ERROR).

So right now I am running at 1024x768 @ 61.1 Hz.  And that is hurting my
eyes!!=20

What can I do to fix this silly problem.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7502590056807319776==--


From zentara@mindspring.com Sun Feb 14 23:37:25 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Question on E-Mail Addressing
Date: Sun, 14 Feb 1999 18:37:25 -0500
Message-ID: <36C75E35.4DCBC315@mindspring.com>
In-Reply-To: <009501be583f$60a591c0$030aa8c0@CYRIX2.alembic.mediaone.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3537459952639215409=="

--===============3537459952639215409==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Stan Koper wrote:
>=20
> Hi,
 five-machine LAN behind a SuSE box, with IP forwarding and a firewall.
>=20
> One of my reasons for setting up a home LAN, aside from being able to surf
> the net without having to kick someone off of the only computer, was to be
> able to give everyone in my house their own e-mail address.
>=20
> I was told that this could be done, but I'm not yet sure how.  Mail
> addressed to me at skoper(a)mediaone.net gets to me the same as mail addres=
sed

Hi, I havn't done this, but I might give you something to think about.
When you use sendmail on your little local lan, your users email
addresses
are user(a)localmachine, of which you have 5 different machines.

When you send mail out to your single mediaone account, the
user(a)localmachine
information is transmitted in the smtp headers. The reply-to address
would be
your single mediaone address, and all email will be returned to that
point.
When you pickup all the mail from mediaone, it is up to you to use
procmail
to redistribute the mail to the various machines on your local lan, and
then
to the users home directories.

To see what I'm talking about, have a few different users send email,
then before
you send it out with sendmail, take a close look at the smtp headers of
the
messages in /var/mqueue.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3537459952639215409==--


From pbvanca@mcs.com Sun Feb 14 23:37:48 1999
From: pbvanca@mcs.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] 6.0 SAX hangs machine
Date: Sun, 14 Feb 1999 17:37:48 -0600
Message-ID: <199902142337.RAA09004@Kitten.mcs.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7229892856017702828=="

--===============7229892856017702828==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello All,

I have just completed a 5.3 to 6.0 upgrade. The new sys does not

ee my PS/2 bus mouse. I have seen a msg that says to turn off GPM

to avoid XF86 conflict. I have done this in YAST but X still can't see

a mouse; and refuses to start. When I run SAX it also can't see the

mouse and it hangs. Any suggestions?

                        Pete Vancampen=20
Peter B. Van Campen
pbvanca(a)mcs.com   72701,1263  CI$
This work copyright Peter B. Van Campen. No portion of this work
shall be reproduced on the Microsoft Network in any form.

 "The most dementing of all modern sins is the inability
to distinguish excellence from success" - David Hare

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7229892856017702828==--


From zentara@mindspring.com Sun Feb 14 23:45:39 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sun, 14 Feb 1999 18:45:39 -0500
Message-ID: <36C76023.A032E9C4@mindspring.com>
In-Reply-To: <19990214100518.A734@basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9047386142650252298=="

--===============9047386142650252298==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> Thanks for the information about mindspring.  If I ever want to read the
> warez groups, I will be sure to consider them as an ISP.  You have an
> interesting perspective on software; not one that I agree with. But
> interesting. I won't tred those waters though.

Yeah, it is not too useful to argue about warez.
It is more a question of "freedom of information".
Selling warez, or using it in business to make a profit is
illegal. But to censor it, solely because it exists,
is like "judging someone as guilty, before a fair trial".

Also, when you censor certain newsgroups, the warez channels
only move elseware, onto IRC or encrypted newsgroups.
Even alt.test is used to send binaries. Are you going to ban
alt.test?

Same with making encryption illegal. all it is doing is moving=20
everything overseas, where the U.S. Laws don't apply. So that=20
leaves everyone in the U.S. behind the "learning curve"

You cannot stop freedom of information, without stifling yourself.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9047386142650252298==--


From shack@hotbot.com Sun Feb 14 23:51:49 1999
From: shack@hotbot.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] ppp setup
Date: Sun, 14 Feb 1999 23:51:49 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6122714781995845275=="

--===============6122714781995845275==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Does anyone know if suse has suseppp setup similiar to slackware 3.6. I'm thi=
nking of switching from slackwar e to suse if only the ppp setup is easy to c=
onfigure. I tried redhat but the ppp setup made me go to slackware.

Thanks,

hack.

HotBot - Search smarter.
http:/=
/www.hotbot.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6122714781995845275==--


From phil@stokes.demon.co.uk Mon Feb 15 00:05:13 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: 6.0 network problems
Date: Mon, 15 Feb 1999 00:05:13 +0000
Message-ID: 
In-Reply-To: <99021411254802.00175@plutonia>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3478481822037184655=="

--===============3478481822037184655==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sun, 14 Feb 1999, R.H.Mezger wrote:

>=20
> I recently upgraded to suse 6.0 and have found a really weird problem... It
> seems somehow I can not connect to my homepage using 6.0 (via ppp). Anytime
> that i try netscape pops up a message something to the effect of 'the serve=
r is
> down or refusing to give you the page...' . I've also tried using lynx to g=
et
> through but with no luck. I can't get into my ftp account (using file
> runner) either. The only solution for this problem so far has been to use a
> proxy (anonymizer or iproxy)... If i use a proxy everything seems to work f=
ine,
> I can access my webpages. So far only my isp is affected. Before anyone ask=
s if
> it is the fault of my isp a quick answer -- no.   =20
> I have no problem getting through with the tried and true 5.3 ;-)
> Anyone have a clue to this?

Only that the pppd in 6.0 is version 2.3, whereas 5.3 had version 2.2.
There are quite a few changes in the way the different versions work.
Unfortunately the manpage I have here (after upgrading) seems to still
be the one for pppd 2.2. Anyway, one thing I had to change in my options
file was replacing -ipx-protocol with noipx. The first version which was
correct for 2.2 causes 2.3 to stop in its tracks.

Beyond that I can only say that I use the X-ISP dialer, which works
around the differences internally.=20

Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3478481822037184655==--


From bob100@ibm.net Mon Feb 15 00:12:51 1999
From: bob100@ibm.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kedit Question
Date: Sun, 14 Feb 1999 19:12:51 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4780162475102093002=="

--===============4780162475102093002==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm tired of seeing the message:

        KCharset: Wrong charset!

every time I open kedit in KDE 1.0. How do you fix this?

Thanx,

Bob
----------------------------------
E-Mail: bob gordon 
Date: 14-Feb-99
Time: 19:08:20

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4780162475102093002==--


From timson40@bunt.com Mon Feb 15 00:50:10 1999
From: timson40@bunt.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] problems 2.0.36->2.2.1
Date: Mon, 15 Feb 1999 01:50:10 +0100
Message-ID: <36C76F42.D9EC36A8@bunt.com>
In-Reply-To: <99021415345400.00206@rimez>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8746345203640768587=="

--===============8746345203640768587==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Modules should work fine. I have isdn and a few other modules loaded at boot =
time.

Make sure you have modules enabled in the kernel too. Out of the 3 options you
have in the modules section, I have just the top on as "y" the rest are check=
ed
"n".

If you do have modules enabled.. i am sorry thats all i know :)

Dark

"R.H.Mezger" wrote:

> On Sun, 14 Feb 1999, you wrote:
> >I had the same problem. Disable the Kernel Module loader.
> >
> >Under /usr/src/linux/make xconfig its under loadable module support.
> >
> >That worked here. I am not sure if you will need it later, i haven't found
> >a need for it yet.
> Well I just compiled my kernel using your tip... the upside is that i no lo=
nger
> have that stupid error message... the downside is that I must compile
> everything into the kernel for it to work (I had to manually load ppp suppo=
rt
> so that i could connect just now)
> This is good for those of you who don't create modules... this is bad for t=
hose
> of us who prefer using modules and not having to load them by hand (or
> keystoke;)
> Anyone know how to fix this problem so that I still have loadable module
> support w/o the error messages?
> thanks,
> Harry
>
>  >(Dark_Hour) >Jason Johnson >
> >
> >badday wrote:
> >
> >> hi,
> >>
> >> just wondering if anybody has experienced and solved the following
> >> problem in upgrading to the latest kernel...
> >>
> >> the following messages scroll wildy past my screen during boot up;
> >>
> >> "can't locate module net-pf-1"
> >> "can't locate module char-major-4"
> >>
> >> I only configured my kernel using for two modules - neither of which is
> >> the above; I'm a little confused - anybody help me out or point me to a
> >> useful resource ?  ( a little new to the linux world)
> >>
> >> (btw running on a p166 with 32mb, running suse60)
> >> -
> >> To get out of this list, please send email to majordomo(a)suse.com with
> >> this text in its body: unsubscribe suse-linux-e
> >> Check out the SuSE-FAQ at http://www.suse.com/=
Support/Doku/FAQ/> and the
> >> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8746345203640768587==--


From medavid@ix.netcom.com Mon Feb 15 00:56:40 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] WVDIAL Log In
Date: Sun, 14 Feb 1999 16:56:40 -0800
Message-ID: <01be587e$0c6f58e0$5643d8ce@win98>
In-Reply-To: <[SuSE Linux] WVDIAL Log In>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0022670967328228757=="

--===============0022670967328228757==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




One thing to note... Mindspring bought (in January) Netcom's customer base
(ISP customers).  See
htt=
p://www.netcom.com/whatsnew/press/mindspring_announce.html>

Mark

-----Original Message-----
From: Michael Perry 
To: suse-linux-e(a)suse.com 
Date: Sunday, February 14, 1999 10:34 AM
Subject: Re: [SuSE Linux] WVDIAL Log In

>
>Thanks for the information about mindspring.  If I ever want to read the
>warez groups, I will be sure to consider them as an ISP.  You have an
>interesting perspective on software; not one that I agree with. But
>interesting. I won't tred those waters though.
>
>Good luck with mindspring.
>
>--
>Michael Perry
>mperry(a)basin.com
>-------------------
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0022670967328228757==--


From craig@cpr.prestel.co.uk Mon Feb 15 02:07:16 1999
From: craig@cpr.prestel.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] INFORMATION FOR MY WEB SITE
Date: Mon, 15 Feb 1999 02:07:16 +0000
Message-ID: <001c01be5888$03680da0$037ba8c0@chexy02>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0482658003262325529=="

--===============0482658003262325529==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




HELLO THERE,
I AM LOOKING FOR IDEAS FOR STUFF TO PUT ON MY WEB SITE EG= YOUR=20 LINKS, LINUX LINKS, LINUX INFO AND OTHER STUFF IF YOU COULD HELP ME ALONG IT = WOULD BE SO HELPFULL.
CRAIG RYAN
--===============0482658003262325529==-- From morristo@stripe.colorado.edu Mon Feb 15 02:37:49 1999 From: morristo@stripe.colorado.edu To: users@lists.opensuse.org Subject: [SuSE Linux] No "symbol table" and "map file" with SuSE6.0 & 2.2.1 kernel Date: Sun, 14 Feb 1999 19:37:49 -0700 Message-ID: <36C7887D.AAB43A41@stripe.colorado.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6667796136490853485==" --===============6667796136490853485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I recently installed SuSE 6.0, and then installed the 2.2.1 kernel.=20 Things seem to be working OK, but there is one oddity. Whenever I reboot, I see these messages in /var/log/warn: kernel: Symbol table has incorrect version number. kernel: Cannot find map file. How bad a problem do I have? Is there anything I can do about it? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6667796136490853485==-- From myfish@dial.pipex.com Mon Feb 15 02:41:41 1999 From: myfish@dial.pipex.com To: users@lists.opensuse.org Subject: [SuSE Linux] new 2.2.1 problem(s) Date: Mon, 15 Feb 1999 02:41:41 +0000 Message-ID: <14023.34746.613944.98181@freelander.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0893141260371186979==" --===============0893141260371186979== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have now compiled a 2.2.1 kernel,it boots fine. Did have a string of char-major-4 stuff,but changed the line in /etc/conf.modules to read ... alias char-major-4 off =20 This solved it. However,now i`m getting cannot locate ppp-compress-21 ppp-compress-26 " " " logged in my ppp-chat.log. i do have ppp compiled as a module in the kernel. in fact i`m connected now to write this,so there cannot be too much wrong. But i hate error messages. Any idea`s ?? -- Keith White. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0893141260371186979==-- From LinuxAdvocate@iname.com Mon Feb 15 02:44:59 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Sun, 14 Feb 1999 16:44:59 -1000 Message-ID: <36C78A2B.269F93F7@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2881537821630675237==" --===============2881537821630675237== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SoiF wrote: >=20 > Hi .. >=20 > I 'm wondering how can i upgrade my 5.3 (commercial edition) to a 6.0 versi= on. > Does I need to buy a another CD distro or can i download the 6.0 somewhere > (where ?? ) ftp.suse.de or ftp.suse.com > I don't want to pay every 6 months to have recent distro. Should i leave su= se > for a more free distro like Debian or else ?? Huh? What is more free than an ftp site (a fast one at that) or a $2 CD? > My friend Marc bougth a 5.3 4 weeks ago and he is very hungry about the fact > that he bougth a obsolete distro but the only available when he bought it !! >=20 > This 's sound like a bad dream .. the only version that we can find for free > (not real free but less money than SuSE) here in france is old RH (5.2 or > sometimes 5.1 in magazine) > > I think this kind of attitude don't realy _help_ the good distribution of L= inuX > in france .. because it's free BUT you have to pay a lot (price of commerci= al > distro) to have a uptodate system and that every 6 months . >=20 > So my question is what can i do to upgrade my SuSE5.3 ..switch to Debain := =3D) If you don't want to buy the commercial distro=20 every few months you have two options: 1. Buy a GPL CD from www.cheapbytes.com or www.lsl.com=20 US$1.99 2. Download it from the SuSE ftp server. Personally I don't mind paying for the commercial=20 versions as it supports the cause. I do mind paying retail, and that's why I buy from www.cheapbytes.com - I get the commercial box for 300ff. Finally, if you read this list, you'll see that 4 weeks ago,=20 5.3 was still the current release, and has far fewer problems than 6.0. This craze about getting the latest and greatest is a behaviour thrust upon us by money- grubbing capitalists like Bill Gates that want to soak us for everything we've got to fix the bugs that shouldn't have been there in the first place. SuSE is a fine product, and 5.3 is awesome. Show your friend the volume of 6.0-related problems and 5.3-related problems. =20 Come to think of it, why doesn't your friend subscribe to this list and see these things for himself. I'm waiting for 6.1 when all the glibc problems and the kernel 2.2.? bugs are worked out. I use SuSE 5.3 because it works, and it's stable. Forget=20 the latest and greatest. Unix has been around for almost 30 years, and it's surely not obsolete. Spend the two bucks (US$1.99) - it'll keep you from feeling angry and it ensures your distro is glitch-free. Speaking of stable, look what I found in a Windows easter egg: 27 people worked on the design of Win95; 7 tested it; and 4 made sure it was stable. That=20 violates everything we've learned in my software design classes. But then, nobody would have a need to upgrade to Win98 if Win95 worked. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2881537821630675237==-- From miguel.oliv@mail.telepac.pt Mon Feb 15 03:00:17 1999 From: miguel.oliv@mail.telepac.pt To: users@lists.opensuse.org Subject: [SuSE Linux] PCMCIA trouble with Toshiba 4000 CDS Date: Mon, 15 Feb 1999 03:00:17 +0000 Message-ID: <99021503052400.00985@feynman> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5590331134891980487==" --===============5590331134891980487== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dear all, After instaled SuSE 6.0 I lost PCMCIA funcionality. I have read the howto but I still get hangs at boot. Does anyone of you know how to get around this??? I have a Toshiba 4000CDS. Thanks, Miguel Afonso Oliveira=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5590331134891980487==-- From pglidden@ix.netcom.com Mon Feb 15 03:35:59 1999 From: pglidden@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] WordPerfect wierdness Date: Sun, 14 Feb 1999 19:35:59 -0800 Message-ID: <36C7961F.19D5FE72@ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7723022725582692010==" --===============7723022725582692010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have a wierd problem with Wordperfect. The splash screen is distorted on startup as well as the toolbar icons are distorted. I don't know how to describe it well so I uploaded a screenshot to my Netcom web space.(Thanks Ksnapshot!) http://pweb.netcom.com/~pglidde= n/snapshot01.gif> A possible related problem occurs when I try to use mpegplay wo watch a mpg file. The file plays, but it looks like the horizontal hold is all screwy on a TV set. Any Ideas? I'm using SuSE 6.0, but I had the MPEG problem on 5.3 as well. Thankx in advance for your help Preston - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7723022725582692010==-- From jlkreps@navix.net Mon Feb 15 04:04:52 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: [SuSE Linux] Some problems after the upgrade from 5.3 to 6.0 Date: Sun, 14 Feb 1999 22:04:52 -0600 Message-ID: <36C79CE4.1DC7840D@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4988835299778919610==" --===============4988835299778919610== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I decided to upgrade 5.3 rather than scratch it and install 6.0 fresh. Time will tell if I have to do the latter. Seems I've encountered some of the usual problems: 1) during bootup the insmod line can't find "char-major-4" 2) KDE "wrong character set message" 3) pppd stopped working. The 4774 --> 4776 change in /etc/permissions didn't prevent YaST from changing the permissions of pppd. I changed them back with a+sx, but the pppd always died just as it tried to connect to the ISP. Turns out that the /etc/ppp/options file had a bunch of stuff in it, so I removed everthing but "#lock" and I can connect again. 4) Do a "su" from my user login and the root prompt character remains as ">", but when I log into root the prompt is "#" 5) Netscape died, so I installed the Netscape (4.5) from the 6.0 disks.=20 Some say it's buggy. 6) Somehow the ApplixDemo overwrote my commercial copy. I think it happened when some dependencies were selected automatically. Will have to reinstall it. 7) My OSS sound program only partly works: the synthesizer won't play wav files, but my CD Player still sounds great. OSS now detects more than one PCI card (I have an PCI NCR53c810 scsi card which soundconf also detects. It recommends "pnp_server=3D1" in options.cfg, but I already have that line in that file. OSS requires glibc5, which I installed. 8) PostgreSQL stopped working, so I deleted and reinstalled it. 9) WordPerfect8 came through ok, and runs nicely. More later, Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4988835299778919610==-- From to.avi@usa.net Mon Feb 15 04:08:46 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WordPerfect wierdness Date: Sun, 14 Feb 1999 22:08:46 -0600 Message-ID: <36C79DCE.28EA363A@usa.net> In-Reply-To: <36C7961F.19D5FE72@ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3142744984173170679==" --===============3142744984173170679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Is your display card set to 24 bit by any chance?  I remember seeing
something in the Linux WP corel support group about a bug they have with
certain display cards when they are set to 24 bit mode.  Try 32 bit if you
can and see if it helps.

Avi

Preston Glidden wrote:

> I have a wierd problem with Wordperfect.  The splash screen is distorted
> on startup as well as the toolbar icons are distorted.  I don't know how
> to describe it well so I uploaded a screenshot to my Netcom web
> space.(Thanks Ksnapshot!)
>
> http://pweb.netcom.com/~pglid=
den/snapshot01.gif>
>
> A possible related problem occurs when I try to use mpegplay wo watch a
> mpg file.  The file plays, but it looks like the horizontal hold is all
> screwy on a TV set.
>
> Any Ideas?  I'm using SuSE 6.0, but I had the MPEG problem on 5.3 as
> well.
>


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============3142744984173170679==-- From pglidden@ix.netcom.com Mon Feb 15 04:17:14 1999 From: pglidden@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WordPerfect wierdness Date: Sun, 14 Feb 1999 20:17:14 -0800 Message-ID: <99021420202400.01114@presto> In-Reply-To: <36C79DCE.28EA363A@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4720446679929356623==" --===============4720446679929356623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes, I have the card set to 24 bit. Xfree dosen't support 32 bit for my chip= .=20 I guess I'll have to try a lower resolution and see if that helps. Thanks Preston On Sun, 14 Feb 1999, Avi Schwartz wrote: >>Is your display card set to 24 bit by any chance? I remember seeing >something in the Linux WP corel support group about a bug they have with >certain display cards when they are set to 24 bit mode. Try 32 bit if you >can and see if it helps. > >Avi > >Preston Glidden wrote: > >> I have a wierd problem with Wordperfect. The splash screen is distorted >> on startup as well as the toolbar icons are distorted. I don't know how >> to describe it well so I uploaded a screenshot to my Netcom web >> space.(Thanks Ksnapshot!) >> >> http://pweb.netcom.com/~pgli= dden/snapshot01.gif> >> >> A possible related problem occurs when I try to use mpegplay wo watch a >> mpg file. The file plays, but it looks like the horizontal hold is all >> screwy on a TV set. >> >> Any Ideas? I'm using SuSE 6.0, but I had the MPEG problem on 5.3 as >> well. >> > >-- >Avi Schwartz Get a Life >to.avi(a)usa.net Get Linux > > > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4720446679929356623==-- From dizzy73@connix.com Mon Feb 15 04:30:56 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Sun, 14 Feb 1999 23:30:56 -0500 Message-ID: <36C7A300.A83513D6@connix.com> In-Reply-To: <36C78A2B.269F93F7@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7218498275643488041==" --===============7218498275643488041== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable George Toft wrote: >Personally I don't mind paying for the commercial > versions as it supports the cause. I do mind paying > retail, and that's why I buy from www.cheapbytes.com - > I get the commercial box for 300ff. couldnt agree more. I dont even mind buying directly from suse *providing* the release is *stable* which btw 6 dosent seem to be [in my observation] > I'm waiting for 6.1 when all the glibc problems > and the kernel 2.2.? bugs are worked out. I use > SuSE 5.3 because it works, and it's stable. Forget > the latest and greatest. couldnt said it better myself Frankly Im disapointed with the problems Im reading about here. It seems to m= e that even the simpliest things have gone awry... Yea.... I understand the big deal= with the lib change but I just think those things should have been worked out BEFO= RE the damm thing was realeased IOW- Id like to equate suse with *stability & ease of use* not quick releases= or popularity Im happily staying with 5.3 for now [and checking out other things] rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7218498275643488041==-- From pglidden@ix.netcom.com Mon Feb 15 05:21:23 1999 From: pglidden@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WordPerfect wierdness Date: Sun, 14 Feb 1999 21:21:23 -0800 Message-ID: <99021421243000.00756@presto> In-Reply-To: <99021420202400.01114@presto> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4073467196883507924==" --===============4073467196883507924== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Changing over to 16 bit resolution fixed the problems. Even my netscape toolbar is in color :-) Thanks for the help On Sun, 14 Feb 1999, Preston Glidden wrote: >Yes, I have the card set to 24 bit. Xfree dosen't support 32 bit for my chi= p.=20 >I guess I'll have to try a lower resolution and see if that helps. > >Thanks >Preston > > >On Sun, 14 Feb 1999, Avi Schwartz wrote: >>>Is your display card set to 24 bit by any chance? I remember seeing >>something in the Linux WP corel support group about a bug they have with >>certain display cards when they are set to 24 bit mode. Try 32 bit if you >>can and see if it helps. >> >>Avi >> >>Preston Glidden wrote: >> >>> I have a wierd problem with Wordperfect. The splash screen is distorted >>> on startup as well as the toolbar icons are distorted. I don't know how >>> to describe it well so I uploaded a screenshot to my Netcom web >>> space.(Thanks Ksnapshot!) >>> >>> http://pweb.netcom.com/~pgl= idden/snapshot01.gif> >>> >>> A possible related problem occurs when I try to use mpegplay wo watch a >>> mpg file. The file plays, but it looks like the horizontal hold is all >>> screwy on a TV set. >>> >>> Any Ideas? I'm using SuSE 6.0, but I had the MPEG problem on 5.3 as >>> well. >>> >> >>-- >>Avi Schwartz Get a Life >>to.avi(a)usa.net Get Linux >> >> >> > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4073467196883507924==-- From mperry@basin.com Mon Feb 15 06:24:53 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re[2]: [SuSE Linux] Update Date: Sun, 14 Feb 1999 22:24:53 -0800 Message-ID: <199902150624.WAA09742@mperry.basin.com> In-Reply-To: <36C7A300.A83513D6@connix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4991432259165982563==" --===============4991432259165982563== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable dizzy wrote: >=20 >=20 >=20 > George Toft wrote: >=20 > >Personally I don't mind paying for the commercial >=20 > > versions as it supports the cause. I do mind paying > > retail, and that's why I buy from www.cheapbytes.com - > > I get the commercial box for 300ff. >=20 > couldnt agree more. I dont even mind buying directly from suse > *providing* the > release is > *stable* which btw 6 dosent seem to be [in my observation] I must disagree here regarding stability. I think that we are seeing two phenomena regarding SuSE 6. Those would be: * people that upgraded and are having problems * people for one reason or another did a fresh install (I fall into that group by error and not desire) In my limited testing, and I am no glibc guru, but things have worked quite well with doing a fresh installation. If folks remember, I voiced some concern about upgrading a rather complexified suse 5.3 dist. I had built with lots of extras. I had a fear that things would generally get wierd with self-compiled libs, programs that would stop working or get overwritten like when I upgraded from SuSE 5.1 to 5.3. Suddenly, I had the limited evaluation copy of applix instead of the full version. That was kinda wierd. This time around, I had some major fears but because of some events that happened my choice was made easier. I removed a completely broken 5.3 install I had done and replaced it with a new 6. I have found one application that refuses to work and that is tkrat. IT has the libs it wants but it complains about some tcl/tk lingo. I gave up and went back to ishmail. I'm a wimpy X11 email lover. So concluding these roving comments. I think that SuSE 6 is quite stable here; but I dont believe it would have been if'n I had upgraded my beloved 5.3. I dont think, honestly, that the upgrade approach works too well with self-compiled libs and proggies and I dont believe it handles slight differences in the way people do installs too well. My grade on upgrading has always been a borderline D. I have always had problems. This is not to say that SuSE now is bad or unstable. I have not had a failed compile and have gotten wp8, SO5, office99, and some other stuff working. If I could figure out what postilion really wants, I would give that a try. So, in my view, upgrading produces problems invariably 900f the time and has for me. SuSE should study carefully the issues with this process. Blasting everything away, tho painful, left me with a SuSE 6 which works quite well. As usual, I write too damned much on these things. My abject apologies to the group-at-large. -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4991432259165982563==-- From cees-list@griend.xs4all.nl Mon Feb 15 06:25:44 1999 From: cees-list@griend.xs4all.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] History file Date: Mon, 15 Feb 1999 07:25:44 +0100 Message-ID: <19990215072544.B23669@griend.xs4all.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3260622512726304748==" --===============3260622512726304748== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Feb 15, 1999 at 01:13:55PM +0530, S K SENTHIL VEL wrote: > I want to know how to delete the history file. That is once i delete them > there shouldn't be anything stored in the buffer. Only the new commands > typed from there after should be stored. I want this to happen on all > ttys.=20 '> ~/.bash_history' --=20 vulchoHbe' tlhInganpu'. Klingons do not faint. Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide" - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3260622512726304748==-- From mperry@basin.com Mon Feb 15 06:55:20 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Applix 4.4.1 dies in glibc install Date: Sun, 14 Feb 1999 22:55:20 -0800 Message-ID: <199902150655.WAA10127@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4783827432124780471==" --===============4783827432124780471== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Where exactly do I look to get help with olefilters not being loaded when I try to import an Office 97 file in office99. Help SuSE. Need applix running. Applix website says to have latest glibc libs loaded.=20 Is there an issue running office99 and suse 6? I had applix running until I applied the latest filters. Would these require the later libs? Thanks. -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4783827432124780471==-- From senthil@easi.soft.net Mon Feb 15 07:43:55 1999 From: senthil@easi.soft.net To: users@lists.opensuse.org Subject: [SuSE Linux] History file Date: Mon, 15 Feb 1999 13:13:55 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6840965507643391032==" --===============6840965507643391032== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi everybody, I want to know how to delete the history file. That is once i delete them there shouldn't be anything stored in the buffer. Only the new commands typed from there after should be stored. I want this to happen on all ttys.=20 Regards, Senthilvel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6840965507643391032==-- From apeerand@pacbell.net Mon Feb 15 07:46:10 1999 From: apeerand@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] No "symbol table" and "map file" with SuSE6.0 & 2.2.1 kernel Date: Sun, 14 Feb 1999 23:46:10 +0000 Message-ID: <199902150753.XAA15524@mail-gw3.pacbell.net> In-Reply-To: <[SuSE Linux] No "symbol table" and "map file" with SuSE6.0 & 2.2.1 kernel> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4910161670438549531==" --===============4910161670438549531== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 14 Feb 1999 22:11:46 -0100, Carl Johnson wrote: >When you compiled the kernel the compile made a new System.map located at >/usr/src/linux/System.map place that file at / tarting with suse 6.0 both vmliuz and system.map need to be in /boot/ andy ent by andy peerand using recyled protons ... This ain't no upwardly mobile freeway. This is the road to hell. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4910161670438549531==-- From mathowel@nmsu.edu Mon Feb 15 08:16:45 1999 From: mathowel@nmsu.edu To: users@lists.opensuse.org Subject: [SuSE Linux] 6.0 PCMCIA support Date: Mon, 15 Feb 1999 01:16:45 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3383009838129811317==" --===============3383009838129811317== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable i installed 6.0 via network FTP on my PCMCIA network card but now that SuSE is installed I have no PCMCIA support at all. Can someone please tell me how to enable PCMCIA support for 6.0 kernel 2.0.36? Thanks in advance. Matt Howell mathowel(a)nmsu.edu - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3383009838129811317==-- From tomas@primenet.com Mon Feb 15 09:15:49 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] problems 2.0.36->2.2.1 Date: Mon, 15 Feb 1999 01:15:49 -0800 Message-ID: <36C7E5C5.92A432CB@primenet.com> In-Reply-To: <99021413215500.00404@rimez> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0205210713583478789==" --===============0205210713583478789== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "R.H.Mezger" wrote: >=20 > On Sun, 14 Feb 1999, you wrote: > > > >"can't locate module net-pf-1" > >"can't locate module char-major-4" > > > Yes I have had a similar problem I get "can't locate module char-major-4" > a bunch of times but it doesn't really seem to affect anything. In my > conf.modules file 'module char-major-4' is a serial device. > Anyone have a clue? > Harry Someone else mentioned compiling without kernel support, that's one way to remove the problem, but like someone else pointed out, it makes for a large kernel size due to the fact that everything has to be compiled into the kernel. the correct way to disable that error is by adding a similarly typed line like the following lines within your /etc/conf.modules file alias net-pf-4 off # Don't use IPX module alias net-pf-5 off # Don't use AppleTalk module in your case the following alias net-pf-1 off # Don't use ____ module alias char-major-4 # Don't use ____ module Unfortunately, I can't remember what exactly the net-pf-1 and the char-major-4 represent to the system, I'll try to find out again and post it to the list. If you don't have a conf.modules file check for a modules.conf file, or create one or the other since modprobe will look for either one. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0205210713583478789==-- From tomas@primenet.com Mon Feb 15 09:23:05 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ppp setup Date: Mon, 15 Feb 1999 01:23:05 -0800 Message-ID: <36C7E779.DCBAA271@primenet.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8664051060091122543==" --===============8664051060091122543== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable shack shack jr wrote: >=20 > Does anyone know if suse has suseppp setup similiar to slackware 3.6. I'm t= hinking of switching from slackwar e to suse if only the ppp setup is easy to= configure. I tried redhat but the ppp setup made me go to slackware. >=20 > Thanks, Nope its different, your thinking of the pppsetup script that Slack uses, suseppp is quite a bit different and made me download the pppsetup files so that I could use what I was familiar with. Personally, I got frusterated with the suseppp as I was expecting one thing, and it was asking something else during the setup. :/ maybe you will have better luck, I know others have. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8664051060091122543==-- From frodland@aston.no Mon Feb 15 09:53:59 1999 From: frodland@aston.no To: users@lists.opensuse.org Subject: [SuSE Linux] How to stop autom. dialing+++ (ISDN, SUSE LINUX 60) Date: Mon, 15 Feb 1999 10:53:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2245689911906452759==" --===============2245689911906452759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have installed my ISDN-card, base network, and ISN-options as described in the manual. Hoever I have som questions regarding this installtion: 1. Is it possible to set up the dialing in a Windows-NT sort of style. In Norway it is relatively expensive to dial, and I would like to decide when both dialing and hang-ups should occur. If I could be asked by the operqating system when a tcp-ip connection should be made, this would be nice, but not necessary. I have tried to set the option: dial manual from the ISDN-options in YAST. 2. On the suse-web, and in the datasheet that followed SUSE 6.0, Dyanlink-ISDN-cards are said to be supported. However it does NOT figure in list of available cards in YAST, which it probably should. I set up my card as an ASUSCOM, and got the IO, IRQ, etc -data from the pnpdump- & isapnp-tools. Any comments from SUSE on this? 3. I want to be able to chosse whether or not both ISDN-channels should be used. I do not want SUSE to dial on the extra line if this is hardly necessary. This costs the double of one line, in addition to the fee payed for dialing. 4. I seem to have missed something on setting up a DNS or something. When I try to telnet to a hostname (eg stud.ntnu.no) I get: no such host. However if I telnet to the example in the manual, using the IP-address, SUSE detects the call, and dials using my defined ISDN-connection. After this I am able alse to telnet a hostname. I hope someone out there has some comments on this... Fredrik R=C3=B8dland -- Fredrik R=C3=B8dland ASTON Technology Phone: +47 22 78 44 62 Consultant Nedre Slottsgt. 13 Fax : +47 23 100 105 N-0157 OSLO =20 Fredrik.Rodland(a)aston.no http://www.aston.no> Priv.: +47 22 46 68 63 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2245689911906452759==-- From grimmer@suse.de Mon Feb 15 10:26:03 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vidio woes .. Date: Mon, 15 Feb 1999 11:26:03 +0100 Message-ID: In-Reply-To: <3.0.3.32.19990213110146.00af9920@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8233644337014127174==" --===============8233644337014127174== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 13 Feb 1999, Samy Elashmawy wrote: > Diamond A50 AGP vidio card with 8Meg ram > Asus P5A with AMDK6 350=20 > Mag DXT17T monitor. > SVGA Server >=20 > I am still haveing weird problenms with the image on the monitor.=20 > When using the SVGA server and a standard startx All text areas of the > screen are black on black. this does not hapen with VGA_16. >=20 > If I uncomment out Line 507 in xf86config , No accelleration , the > sistuation improves , in that text is now visabl , but in balck letters on > green back ground.Thw main window background is still in balck ( should be > whit) >=20 >=20 > If I use startx -- -bpp16 It gets a little better, However on using the > desk top , ie bring up the yellow sticky note and closing it , the area > behind the sticky note is balck.=20 >=20 > if you bring up a few windows .. n\move them , close them ect... You get > some balck and white horizontal streeking , or just black wibndows. Some > are streeked , sometime black back ground. >=20 > Suse Tech on thirsday , thought it had to do with Color Depth or its not > detecting the right amont of Vidio ram. >=20 > WhenI uncommented Line 506 Vidioram 8192 and restart starx , instead of a > mouse pionter I get a one inch square white box. >=20 > Any Ideas Any one ?? It seems, that there are different steppings of this particular chipset. The XFree guys are already working on a solution. For the time being, check the following options: Option "no_accel" Option "no_linear" Option "sw_cursor" This will only give you 8bpp and no hardware acceleration, but at least the picture should be stable. Good luck, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8233644337014127174==-- From grimmer@suse.de Mon Feb 15 10:27:51 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] X includes missing? Date: Mon, 15 Feb 1999 11:27:51 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4976452186505045792==" --===============4976452186505045792== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 13 Feb 1999, Per Elfstrom wrote: > I'm using suse5.3 and tried to port/translate WebMaker to my linux > from sources: "checking for X... configure: error: can't find X > includes" and configure stops. What shall I do next? Any Ideas? Many > other sources gives the same messages. Something is wrong, but what? Make sure, that you have package "xdevel" installed on your system. It contains the include files. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4976452186505045792==-- From grimmer@suse.de Mon Feb 15 10:36:27 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 'Faillog' Message Date: Mon, 15 Feb 1999 11:36:27 +0100 Message-ID: In-Reply-To: <19990214085047.A269@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0983733005499271901==" --===============0983733005499271901== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 14 Feb 1999, Howard Arons wrote: > I have just noticed that each bootup produces a message in=20 > /var/log/faillog. The message is simply "tty1" followed by a hex=20 > string that includes an ASCII "6". I really don't know when this=20 > started, but it wasn't there just after my install of SuSE. Aside from=20 > the message, there seems to be no problem. >=20 > What does it mean? Should I worry? Is there a fix? This is a feature. Have a look at /etc/login.defs: # # Enable logging and display of /var/log/faillog login failure info. # FAILLOG_ENAB yes Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0983733005499271901==-- From grimmer@suse.de Mon Feb 15 10:43:22 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sound setup problem in Config Date: Mon, 15 Feb 1999 11:43:22 +0100 Message-ID: In-Reply-To: <36C6FC2C.E18A5BD@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4589121658151164113==" --===============4589121658151164113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 14 Feb 1999, zentara wrote: > "as" sounds like the linker "as86", try to install the assembler > package for linux in the development group. To be exact, "as" is the GNU assembler, which belongs to package "binutils". Make sure, that it is installed. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4589121658151164113==-- From jkx@club-internet.fr Mon Feb 15 10:44:54 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 11:44:54 +0100 Message-ID: In-Reply-To: <36C7A300.A83513D6@connix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0069821607958288803==" --===============0069821607958288803== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 dizzy a dit .....: \>=20 \>=20 \>=20 \> George Toft wrote: \>=20 \>>Personally I don't mind paying for the commercial So the really question is=20 How can I burn CD from ftp://ftp.suse.com/pub/SuS= E-Linux/6.0/> Is there a way to do it .. or is it forbidden ? --------------------------------------------------- Soif soif(a)mygale.org write 15-Feb-99 at 11:41:46 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0069821607958288803==-- From jkx@club-internet.fr Mon Feb 15 10:44:57 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 11:44:57 +0100 Message-ID: In-Reply-To: <36C78A2B.269F93F7@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1849906962968779526==" --===============1849906962968779526== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 George Toft a dit .....: \>=20 \> SoiF wrote: \>>=20 \>> Hi .. \>>=20 \>> I 'm wondering how can i upgrade my 5.3 (commercial edition) to a 6.0 \>> version. \>> Does I need to buy a another CD distro or can i download the 6.0 somewhere \>> (where ?? ) \>=20 \> ftp.suse.de or ftp.suse.com \>=20 \>=20 \>> I don't want to pay every 6 months to have recent distro. Should i leave \>> suse \>> for a more free distro like Debian or else ?? \>=20 \> Huh? What is more free than an ftp site (a fast one at \> that) \> or a $2 CD? \>=20 Equal ...=20 And i can't find the way to make CD with the content of the ftp site .. If there is a doc somewhere ok .. that good but .. the only thing i saw is=20 iso.suse.6.evaluation and nothing else ..=20 I don't have permanent ftp but i can download all the site on my computer and burn CD next .. but there no doc or help file to do it .. so i think SuSE don= 't really want to make it availlable \>=20 \> If you don't want to buy the commercial distro=20 \> every few months you have two options: \> 1. Buy a GPL CD from www.cheapbytes.com or www.lsl.com=20 \> US$1.99 \> 2. Download it from the SuSE ftp server. There is a 6.0 GPL are you sure ??? i saw only 5.3 .. \> Personally I don't mind paying for the commercial=20 \> versions as it supports the cause. I do mind paying \> retail, and that's why I buy from www.cheapbytes.com - \> I get the commercial box for 300ff. not me .... pay every 3 month for using my computer it's a bit strong=20 \> Finally, if you read this list, you'll see that 4 weeks ago,=20 \> 5.3 was still the current release, and has far fewer \> problems than 6.0. This craze about getting the latest \> and greatest is a behaviour thrust upon us by money- \> grubbing capitalists like Bill Gates that want to soak \> us for everything we've got to fix the bugs that shouldn't \> have been there in the first place. SuSE is a fine \> product, and 5.3 is awesome. Show your friend the volume \> of 6.0-related problems and 5.3-related problems. =20 \> Come to think of it, why doesn't your friend subscribe to \> this list and see these things for himself. Yes .. but he (and me too) bougth a SMP card .. so we really want to have kernel 2.2 on this box . And the smp-faq said that there is a lot of trouble about libc5 program because of some bugy ltread implementation so .. Upgrade is the only solution we have . \> I'm waiting for 6.1 when all the glibc problems \> and the kernel 2.2.? bugs are worked out. I use \> SuSE 5.3 because it works, and it's stable. Forget=20 \> the latest and greatest. Unix has been around for \> almost 30 years, and it's surely not obsolete. \>=20 \> Spend the two bucks (US$1.99) - it'll keep you from \> feeling angry and it ensures your distro is glitch-free. \>=20 It 's not a stablility pb . I want to have my SMP work fine with all feature so i need a kernel 2.2 compliant distro ..=20 Installing 2.2 on suse 5.3 is too horrible .. lot of rpm are really too old .. \> Speaking of stable, look what I found in a Windows \> easter egg: 27 people worked on the design of Win95; \> 7 tested it; and 4 made sure it was stable. That=20 \> violates everything we've learned in my software \> design classes. But then, nobody would have a need \> to upgrade to Win98 if Win95 worked. \>=20 I don't really agree .. because some features on 98 aren't in 95 .. I don't said that a good or bad thing . SoaF --------------------------------------------------- Soif soif(a)mygale.org write 15-Feb-99 at 11:21:54 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1849906962968779526==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 11:05:41 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: I lost my Internet connection ! Date: Mon, 15 Feb 1999 12:05:41 +0100 Message-ID: <19990215120541.B411@one.hrz.tu-chemnitz.de> In-Reply-To: <36C6CE8F.6BD5@wanadoo.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2424098427865323456==" --===============2424098427865323456== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 14, 1999 at 13:24 +0000, Naceur Bouziani wrote: > I upgraded SuSE 5.2 to SuSE 6. But I lost my internet > connection. I did all what they ask me to do with Yast > using generic model for pap, chap, chat options file for diald > and pppd and I can get the modem to dial with my provider !? >=20 > The problem is that when using kppp (under kde, because I am > using kde as window manager) everything went well but as soon as > pppd deamon is requested it dies instantaneously. What does /etc/ppp/options look like? Is there a `lock' or an `-ipx-protocol' in there? If so, remove them. And have a look at the kppp help. It contains more troubleshooting info. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2424098427865323456==-- From grimmer@suse.de Mon Feb 15 11:09:27 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] starting gnome in SuSE 6 Date: Mon, 15 Feb 1999 12:09:27 +0100 Message-ID: In-Reply-To: <199902142106.NAA05114@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6079348605307687301==" --===============6079348605307687301== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 14 Feb 1999, Michael Perry wrote: > I included all the gnome stuff. So how do I start it. The gnome pages > say to exec gnome-session while suse says to startx after starting a > window manager in .xinitrc. None of these seem to work. Is there > some central config. file I need to implement to see some gnomish > behavior? Since gnome does not contain a window manager, we created a little shell script (/usr/X11R6/bin/gnome), which allows you to choose your window manager on startup. Just set the environment variable "WINDOWMANAGER" to "gnome" and start X. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6079348605307687301==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 11:10:48 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: 'Faillog' Message Date: Mon, 15 Feb 1999 12:10:48 +0100 Message-ID: <19990215121048.C411@one.hrz.tu-chemnitz.de> In-Reply-To: <19990214085047.A269@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0614782679725641542==" --===============0614782679725641542== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 14, 1999 at 08:50 -0500, Howard Arons wrote: > I have just noticed that each bootup produces a message in=20 > /var/log/faillog. The message is simply "tty1" followed by a hex=20 > string that includes an ASCII "6". I really don't know when this=20 > started, but it wasn't there just after my install of SuSE. Aside from=20 > the message, there seems to be no problem. >=20 > What does it mean? Should I worry? Is there a fix? The file keeps record of all unsuccessful login attempts. Try (as root) faillog -pa This should give you a readable list of all login failures. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0614782679725641542==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 11:17:24 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: 6.0 network problems Date: Mon, 15 Feb 1999 12:17:24 +0100 Message-ID: <19990215121724.D411@one.hrz.tu-chemnitz.de> In-Reply-To: <99021411254802.00175@plutonia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3057711503456858190==" --===============3057711503456858190== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 14, 1999 at 11:10 -0500, R.H.Mezger wrote: > I recently upgraded to suse 6.0 and have found a really weird problem... It > seems somehow I can not connect to my homepage using 6.0 (via ppp). Anytime > that i try netscape pops up a message something to the effect of 'the serve= r is > down or refusing to give you the page...' . I've also tried using lynx to g= et > through but with no luck. I can't get into my ftp account (using file > runner) either. The only solution for this problem so far has been to use a > proxy (anonymizer or iproxy)... If i use a proxy everything seems to work f= ine, > I can access my webpages. So far only my isp is affected. Before anyone ask= s if > it is the fault of my isp a quick answer -- no. =20 > I have no problem getting through with the tried and true 5.3 ;-) > Anyone have a clue to this? Have you set up your ISP's nameserver address in YaST? 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3057711503456858190==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 11:33:54 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: problems 2.0.36->2.2.1 Date: Mon, 15 Feb 1999 12:33:54 +0100 Message-ID: <19990215123354.E411@one.hrz.tu-chemnitz.de> In-Reply-To: <36C70D10.C7BE9C2D@bigfoot.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2877015007016974158==" --===============2877015007016974158== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 14, 1999 at 17:51 +0000, badday wrote: > just wondering if anybody has experienced and solved the following > problem in upgrading to the latest kernel... >=20 > the following messages scroll wildy past my screen during boot up; >=20 > "can't locate module net-pf-1" Add=20 alias net-pf-1 unix to /etc/conf.modules. > "can't locate module char-major-4" Same file, change alias char-major-4 serial to alias char-major-4 off 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2877015007016974158==-- From wybo@servalys.hobby.nl Mon Feb 15 11:42:17 1999 From: wybo@servalys.hobby.nl To: users@lists.opensuse.org Subject: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 12:42:17 +0100 Message-ID: <199902151142.MAA01548@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5971836751538188143==" --===============5971836751538188143== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have 128 MB of internal memory. During bootup I have memory checking and I see all 128 MB being checked. Nevertheless, the free command says: /root>free total used free shared buffers cached Mem: 64208 62508 1700 33868 4256 42940 -/+ buffers/cache: 15312 48896 Swap: 0 0 0 /root> - Is there something wrong in my setup?=20 - Is it normal to use so much memory (61 MB) while X is running with 2 xterms and 1 emacs? - I copied the top of top's display below, sorted on memory usage, does it give any clues? 11:29am up 2:31, 3 users, load average: 0.00, 0.01, 0.02 50 processes: 48 sleeping, 2 running, 0 zombie, 0 stopped CPU states: 1.30ser, 1.1ystem, 0.0ice, 97.8 0dle Mem: 64208K av, 62552K used, 1656K free, 34140K shrd, 4384K buff Swap: 0K av, 0K used, 0K free 41956K cached PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND 397 root 14 0 6688 6688 1352 R 0 1.5 10.4 0:11 X 1029 wybo 0 0 5848 5848 2624 S 0 0.0 9.1 0:03 emacs 97 wwwrun 0 0 2576 2576 2468 S 0 0.0 4.0 0:00 httpd 93 wwwrun 0 0 2568 2568 2460 S 0 0.0 3.9 0:00 httpd 94 wwwrun 0 0 2568 2568 2460 S 0 0.0 3.9 0:00 httpd 86 root 0 0 2564 2564 2432 S 0 0.0 3.9 0:00 httpd 96 wwwrun 0 0 2544 2544 2436 S 0 0.0 3.9 0:00 httpd 98 wwwrun 0 0 2544 2544 2436 S 0 0.0 3.9 0:00 httpd 405 wybo 3 0 2436 2436 1296 S 0 0.1 3.7 0:03 xterm 403 wybo 1 0 1804 1804 1256 S 0 0.0 2.8 0:00 xterm 465 wybo 0 0 1156 1156 940 S 0 0.0 1.8 0:00 xclock 407 wybo 18 0 1116 1116 680 S 0 0.0 1.7 0:00 bash 408 root 2 0 1108 1108 688 S 0 0.0 1.7 0:00 bash 400 wybo 1 0 1096 1096 772 S 0 0.1 1.7 0:01 fvwm95 132 wybo 0 0 1084 1084 688 S 0 0.0 1.6 0:00 bash 467 wybo 0 0 996 996 824 S 0 0.0 1.5 0:00 coolmail 460 wybo 0 0 872 872 656 S 0 0.0 1.3 0:00 FvwmTaskBar 126 postgres 0 0 1484 736 596 S 0 0.0 1.1 0:00 postmaster 391 wybo 0 0 720 720 540 S 0 0.0 1.1 0:00 startx 125 root 0 0 712 712 496 S 0 0.0 1.1 0:00 sendmail 458 wybo 0 0 704 704 580 S 0 0.0 1.0 0:00 FvwmButtons 466 wybo 0 0 688 688 552 S 0 0.0 1.0 0:00 asclock 396 wybo 0 0 636 636 504 S 0 0.0 0.9 0:00 xinit 461 wybo 0 0 620 620 512 S 0 0.0 0.9 0:00 FvwmPager 1064 root 11 0 592 592 428 R 0 0.5 0.9 0:00 top --=20 Hartelijke groet, Wybo Dekker ___________________Servalys Analytical Chemistry Services__________________ wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-652164 www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5971836751538188143==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 11:42:42 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: new 2.2.1 problem(s) Date: Mon, 15 Feb 1999 12:42:42 +0100 Message-ID: <19990215124242.F411@one.hrz.tu-chemnitz.de> In-Reply-To: <14023.34746.613944.98181@freelander.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8605036318025989727==" --===============8605036318025989727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, 1999 at 02:41 +0000, Keith White wrote: > However,now i`m getting cannot locate ppp-compress-21 > ppp-compress-26 > " " " > logged in my ppp-chat.log. > i do have ppp compiled as a module in the kernel. > in fact i`m connected now to write this,so there cannot > be too much wrong. > But i hate error messages. > Any idea`s ?? Add alias ppp-compress-21 bsd_comp alias ppp-compress-26 bsd_comp alias ppp-compress-24 bsd_comp to /etc/conf.modules. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8605036318025989727==-- From grimmer@suse.de Mon Feb 15 11:43:35 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Applix 4.4.1 dies in glibc install Date: Mon, 15 Feb 1999 12:43:35 +0100 Message-ID: In-Reply-To: <199902150655.WAA10127@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5768703566911382585==" --===============5768703566911382585== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 14 Feb 1999, Michael Perry wrote: > Where exactly do I look to get help with olefilters not being loaded > when I try to import an Office 97 file in office99. Help SuSE. Need > applix running. Applix website says to have latest glibc libs loaded.=20 > Is there an issue running office99 and suse 6? I had applix running > until I applied the latest filters. Would these require the later libs? Please see http://www.suse.de/e= /patches/applix_update.html> and http://www.suse.de/Supp= ort/sdb_e/applix_suse60.html> for info on this subject. HTH, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5768703566911382585==-- From gh@simteam.com Mon Feb 15 11:52:10 1999 From: gh@simteam.com To: users@lists.opensuse.org Subject: [SuSE Linux] 2 annoying questions Networking and X monitor troubles Date: Mon, 15 Feb 1999 12:52:10 +0100 Message-ID: <36C80A6A.43858D9A@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5727907223036194664==" --===============5727907223036194664== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I'm using SUSE 5.3 and soon 6.0 ( i Hope :) ) . 1 - I will soon be connected to the Internet using a cybersurf Motorola "modem". this involve using a network card PCI ( i don't know brand or model) but a friend got one and there was a linux directory on the floppy they are giving with first Problem they use dynamic IP for this board. How can I put a Ethernet board with dynamic IP ( is there a HOWTO ??). It seems that I have to use their DHCP server to get the adress ?!?. anyone has a clue for this kind of problem ?? 2 - I just got a 19" Monitor (Panasonic GL90 ). It is very good with window$ in 1152 and in 1280x1024 ( it is usable up to 1600x1200 ). With X the quality is poor ( it seems I see a slow rescan in 1152 ) . In 1280 I cannot use it ( I guess it s interlacing, the image is going up and down seems in synch with vert scan). I did reconfigure my x server putting exactly the freq boundaries of the technical docs. I wonder if the characteristics of my monitor ( freqs are too wide to X to compute the proper waves) I' m a newbie and it s a brand new monitor So I really don't want to fry it !! I reconfigure using the text tool because others works poorly for me ( locks etc ...) , maybe I do not use the good server ( I have a G200 matrox ) I upgraded to XFREE 3.3.3 ( I guess ). I kind of lost here and all this is frightening me because of the monitor stuff ( fear of fries :) Can anyone help ?? If so please gimme a clean roadmap ( like URLs :)=20 , for a newbie all this stuff is not that easy !! Moreover when you do this kind of changes I have to restart the machine !! I m sure I m missing something here. I'm starting in graphics ( initlevel 3 as a default using login App then windowmaker ) I know how to restart the WM but I don t know how to restart X without rebooting. any input will be greatly appreciated best regards=20 GH Portefait --=20 "Computers are like air conditioners - they stop working properly when you open Windows" -----BEGIN GEEK CODE BLOCK----- =20 Version: 3.1 GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w !O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20 ------END GEEK CODE BLOCK------ ht= tp://www.geekcode.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5727907223036194664==-- From mpedro@esoterica.pt Mon Feb 15 12:15:16 1999 From: mpedro@esoterica.pt To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux 'n USB? Date: Mon, 15 Feb 1999 12:15:16 +0000 Message-ID: <36C80FD3.456E4348@esoterica.pt> In-Reply-To: <01be57de$70b4b5c0$5643d8ce@win98> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0731217143936666410==" --===============0731217143936666410== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dude go to http://ma.us.mirrors.freshmeat.net/appindex/console/drivers.htm= l>. you'll find the driver there. "Mark E. Davidson" wrote: > My understanding is that it's being worked on, but isn't ready to be shown > to the public yet. > > Mark > > -----Original Message----- > From: Larry Yates > To: suse-linux-e(a)suse.com > Date: Saturday, February 13, 1999 8:34 PM > Subject: [SuSE Linux] Linux 'n USB? > > > > >Hello... > > > >...anyone have any word about Linux support for USB? > > > >Thanks, > >-Larry > >RPM BRowser for Windows > >http://www.laysi.com/rpmbw/> > > > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0731217143936666410==-- From rachel@epinet.co.uk Mon Feb 15 12:18:26 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Poll: SuSE 6.0 - upgrade 5.3 or clean 5.3 off and install 6.0 from scratch? Date: Mon, 15 Feb 1999 12:18:26 +0000 Message-ID: <36C81092.C9ED36DA@epinet.co.uk> In-Reply-To: <36C64450.B95919FD@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1124262509984016401==" --===============1124262509984016401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jerry Lynn Kreps wrote: >=20 > Those who have installed SuSE 6.0 - which method would you recommend? I was previously running 6.0 beta and attempting to upgrade to 6.0 from that made my machine strange, so I blasted it. The way I did it was to make an appropriate boot floppy, boot up on that and choose FTP install from the SuSE FTP site, down to completely re-doing the partitions. (I let YAST do what it wanted.) ... except that's too slow, so what I *really* did was to mirror the entire 6.0-evaluation directory locally on a nearby machine and install from that via FTP. Subsequently I pointed YAST at the main FTP site. --=20 Rachel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1124262509984016401==-- From suse_list@hotmail.com Mon Feb 15 12:28:33 1999 From: suse_list@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] Automatic restarting of ftp after dialup. Date: Mon, 15 Feb 1999 04:28:33 -0800 Message-ID: <19990215122834.10346.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5079566067670470422==" --===============5079566067670470422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am using ncftp to download the Suse6.0 iso image=20 (6.0-evaluation.iso). I am using kppp to start up ncftp on connect. I=20 have written a macro in ncftp to automatically connect to the site to=20 download the file. It all works great except occasionally the ftp=20 connection bombs out after too long without receiving anything. It is=20 mainly because I am in Australia that the connection isn't as reliable=20 as it should be. I tried the Australian mirror but it only has the full=20 ftp version on it (2.4 Gbytes is too much to dnload via modem). The way=20 I do it I don't even notice I'm dnloading it, as it's automatic=20 everytime I use the web. Anyway, I was wondering if it is possible to automatically restart th= e=20 program whenever the dnload aborts. This would truly make it transparent=20 and I wouldn't have to keep restarting the ftp dnload. Also if I'm away=20 from my computer and it dies, I lose my ppp connection after 10-20=20 minutes of inactivity. Can someone help, or even know of a better way of doing it? Thanks very much, Brad. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5079566067670470422==-- From adairb@it.postoffice.co.uk Mon Feb 15 12:51:33 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 12:51:33 +0000 Message-ID: <199902151254.MAA24962@igateway.postoffice.co.uk> In-Reply-To: <[SuSE Linux] linux sees only half of my memory> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5660515575497316972==" --===============5660515575497316972== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You must tell lilo that you have more than 64M of ram. Bill ---------- > From: W.H. Dekker > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] linux sees only half of my memory > Date: 15 February 1999 11:42 >=20 >=20 > I have 128 MB of internal memory. During bootup I have memory checking > and I see all 128 MB being checked. Nevertheless, the free command > says: - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5660515575497316972==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 13:34:16 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: problems 2.0.36->2.2.1 Date: Mon, 15 Feb 1999 14:34:16 +0100 Message-ID: <19990215143416.A423@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7252672326576123938==" --===============7252672326576123938== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, 1999 at 12:23 +0000, Richard Docksey wrote: > thanks for the advice (and to the others who have pointed this out) > I'll try it out as soon as I get home - can you tell me why this is > necessary though - it smacks of a workaround to me ? or should I rtfm > (if so which one)? Well, I'd say RTFM wouldn't hurt ;-) See the kernel configuration help (/usr/src/linux/Documentation/Configure.help) for the net-pf-1 entry. The `char-major-4 off' entry keeps kmod (the kernel module loader) from trying to load the serial module which isn't needed since serial support is compiled into the kernel. Just wonder why kmod isn't able to detect that itself? > btw - I worked around this problem by not compiling anything as > modules, I find my kernel to be aroun 900K (bad) but my machine seems > to be on steroids at the moment thanks to the new kernel (good ;) so I=20 > don't mind too much. Ideally I'd like ppp, sound and some filesystem=20 > support all module-ised; I'm curious as to typical kernel sizes out > there, if anybody feels like sharing the information I, at least, > would be very interested. [sttr]/home/sttr> l /vmlinuz=20 -rw-r--r-- 1 root root 409684 Feb 11 22:19 /vmlinuz That is with ide+scsi+ext2fs support compiled into the kernel, everything else that can be compiled as a module is module-ised. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7252672326576123938==-- From grimmer@suse.de Mon Feb 15 13:35:43 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Updating to SuSE 6.0 and SDB Date: Mon, 15 Feb 1999 14:35:43 +0100 Message-ID: In-Reply-To: <[SuSE Linux] Updating to SuSE 6.0 and SDB> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5625867419801381218==" --===============5625867419801381218== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Philip Stokes wrote: > I notice that the SuSE 6.0 manual refers to > http://www.suse.de/Support/sdb/bugs60.h= tml> with respect to problems > and issues with updating from 5.3 to 6.0 >=20 > That page, and many of the links on it, are in German, with no > equivalent articles in sdb_e. Is there any chance that someone from > SuSE could translate the relevant articles into English, and include > them in the English database now that the international version has > been released? > Although I am unable to fully understand the existing articles, it > does seem from the bits I can read that they provide solutions to many > of the questions being asked in this list of late, including getting > the Acrobat and other plugins running with Netscape, StarOffice and > other library problems, etc. If these bugs or changes also apply to the international version, they will of course be translated ASAP. Some of these bugs have already been fixed in the international version, so there should be no need to mention them. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5625867419801381218==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 15 13:43:19 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Automatic restarting of ftp after dialup. Date: Mon, 15 Feb 1999 14:43:19 +0100 Message-ID: <19990215144319.A839@one.hrz.tu-chemnitz.de> In-Reply-To: <19990215122834.10346.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9030741587978957892==" --===============9030741587978957892== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, 1999 at 04:28 -0800, Brad Jones wrote: > I am using ncftp to download the Suse6.0 iso image=20 > (6.0-evaluation.iso). I am using kppp to start up ncftp on connect. I=20 > have written a macro in ncftp to automatically connect to the site to=20 > download the file. It all works great except occasionally the ftp=20 > connection bombs out after too long without receiving anything. It is=20 > mainly because I am in Australia that the connection isn't as reliable=20 > as it should be. I tried the Australian mirror but it only has the full=20 > ftp version on it (2.4 Gbytes is too much to dnload via modem). The way=20 > I do it I don't even notice I'm dnloading it, as it's automatic=20 > everytime I use the web. > Anyway, I was wondering if it is possible to automatically restart the=20 > program whenever the dnload aborts. This would truly make it transparent=20 > and I wouldn't have to keep restarting the ftp dnload. Also if I'm away=20 I don't if this is possible with ncftp. But it is with wget: * Wget works exceedingly well on slow or unstable connections, retrying the document until it is fully retrieved, ... 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9030741587978957892==-- From mperry@basin.com Mon Feb 15 14:21:15 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re[2]: [SuSE Linux] Applix 4.4.1 dies in glibc install Date: Mon, 15 Feb 1999 06:21:15 -0800 Message-ID: <199902151421.GAA15596@mperry.basin.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1816260146504652825==" --===============1816260146504652825== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Sun, 14 Feb 1999, Michael Perry wrote: >=20 > > Where exactly do I look to get help with olefilters not being loaded > > when I try to import an Office 97 file in office99. Help SuSE. Need > > applix running. Applix website says to have latest glibc libs > loaded.=20 > > Is there an issue running office99 and suse 6? I had applix running > > until I applied the latest filters. Would these require the later > libs? >=20 > Please see http://www.suse.de= /e/patches/applix_update.html> and > http://www.suse.de/Su= pport/sdb_e/applix_suse60.html> for info on this > subject. >=20 > HTH, > LenZ >=20 Stupid me. I installed libc5 applix 4.4.1 off the Office99 cd and then installed the glibc filter updates. It didnt dawn on me until I read the web page LenZ references above with the discussion about the glibc version being on CD2. If you install office99 be sure to apply the right filter packs. =20 -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1816260146504652825==-- From Anthony.Schlemmer@gte.net Mon Feb 15 14:29:11 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 06:29:11 -0800 Message-ID: <36C82F37.1C54C6A4@gte.net> In-Reply-To: <199902151142.MAA01548@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3529075814793298331==" --===============3529075814793298331== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I had the same problem when I upgrade my system from 64MB to 128MB. I had to add a line to my /etc/lilo.conf file: # LILO Konfigurations-Datei=20 #Start LILO global Section boot=3D/dev/sda #compact # faster, but won't work on all systems. linear read-only prompt timeout=3D50 vga =3D normal # force sane state # End LILO global section # Linux bootable partition config begins image =3D /vmlinuz root =3D /dev/sda1 label =3D Linux append =3D "mem=3D128M" # # Linux bootable partition config ends # You need to add: append =3D "mem=3D128M" to your /etc/lilo.conf file. I've included my file as a sample. After you update the file you need to run lilo again so it will update its configuration. "W.H. Dekker" wrote: =20 >=20 > I have 128 MB of internal memory. During bootup I have memory checking > and I see all 128 MB being checked. Nevertheless, the free command > says: >=20 > -- > Hartelijke groet, Wybo Dekker > ___________________Servalys Analytical Chemistry Services__________________ > wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-6521= 64 > www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3529075814793298331==-- From mperry@basin.com Mon Feb 15 14:29:57 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re[2]: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 06:29:57 -0800 Message-ID: <199902151429.GAA15616@mperry.basin.com> In-Reply-To: <199902151254.MAA24962@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3743741671980117834==" --===============3743741671980117834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Bill Adair" wrote: >=20 > You must tell lilo that you have more than 64M of ram. > Bill >=20 > ---------- This is done with an append switch if memory serves. The lingo is something like append=3D"mem=3D128" I believe. Lenz? If this is correct, remember to run lilo again when done to get the changes into things. -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3743741671980117834==-- From klcroxen@fas.harvard.edu Mon Feb 15 14:40:06 1999 From: klcroxen@fas.harvard.edu To: users@lists.opensuse.org Subject: [SuSE Linux] That new Lexmark 7000 driver Date: Mon, 15 Feb 1999 18:40:06 +0400 Message-ID: <199902152329.SAA15101@smtp3.fas.harvard.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6461502185535916615==" --===============6461502185535916615== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Has any enterprising soul attempted yet to get Henryk Paluch's new Lexmark 70= 00 driver, which he wrote for use under=20 Red Hat, to operate on SuSE? He suspects that the driver may also function wi= th other Lexmarks using the same=20 cartridges, ie, the 7200, 5700, 5000, and 3200, though he writes that he hasn= 't tested it on anything but the 7000. The author makes this driver available at http://bimbo.fjfi.cvut.cz/~paluch/l7kdriver/> Since I only have a 3200, I like to hear how the success rate has been with t= his driver on its intended printer before I start=20 fiddling around with it too much. Cheers, --Kevin=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6461502185535916615==-- From LinuxAdvocate@iname.com Mon Feb 15 15:38:50 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 05:38:50 -1000 Message-ID: <36C83F8A.EFD56D45@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6652958564381560152==" --===============6652958564381560152== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SoiF wrote: >=20 > On 15-Feb-99 George Toft a dit .....: > \> > \> SoiF wrote: > \>> > \>> Hi .. > \>> > \>> I 'm wondering how can i upgrade my 5.3 (commercial edition) to a 6.0 > \>> version. > \>> Does I need to buy a another CD distro or can i download the 6.0 somewh= ere > \>> (where ?? ) > \> > \> ftp.suse.de or ftp.suse.com > \> > \> > \>> I don't want to pay every 6 months to have recent distro. Should i leave > \>> suse > \>> for a more free distro like Debian or else ?? > \> > \> Huh? What is more free than an ftp site (a fast one at > \> that) > \> or a $2 CD? > \> >=20 > Equal ... >=20 > And i can't find the way to make CD with the content of the ftp site .. >=20 > If there is a doc somewhere ok .. that good but .. the only thing i saw is > iso.suse.6.evaluation and nothing else .. Well I sure put my foot in my mouth. You are correct! I apologize, and I think this is something SuSE needs to address. > I don't have permanent ftp but i can download all the site on my computer a= nd > burn CD next .. but there no doc or help file to do it .. so i think SuSE d= on't > really want to make it availlable The program "Adaptec Easy CD Creator," which came with my CD writer will make a CD from that image. The program "file2cd" (which is freeware available from=20 http://www.goldenhawk.com/produ= cts/freeware.htm>) will do this also. Maybe SuSE thinks this task is too trivial to have to include instructions. > \> > \> If you don't want to buy the commercial distro > \> every few months you have two options: > \> 1. Buy a GPL CD from www.cheapbytes.com or www.lsl.com > \> US$1.99 > \> 2. Download it from the SuSE ftp server. >=20 > There is a 6.0 GPL are you sure ??? i saw only 5.3 .. Like I said - I was wrong. I'll do more research before I shoot off my mouth again. > \> Personally I don't mind paying for the commercial > \> versions as it supports the cause. I do mind paying > \> retail, and that's why I buy from www.cheapbytes.com - > \> I get the commercial box for 300ff. >=20 > not me .... pay every 3 month for using my computer it's a bit strong >=20 > \> Finally, if you read this list, you'll see that 4 weeks ago, > \> 5.3 was still the current release, and has far fewer > \> problems than 6.0. This craze about getting the latest > \> and greatest is a behaviour thrust upon us by money- > \> grubbing capitalists like Bill Gates that want to soak > \> us for everything we've got to fix the bugs that shouldn't > \> have been there in the first place. SuSE is a fine > \> product, and 5.3 is awesome. Show your friend the volume > \> of 6.0-related problems and 5.3-related problems. > \> Come to think of it, why doesn't your friend subscribe to > \> this list and see these things for himself. >=20 > Yes .. but he (and me too) bougth a SMP card .. so we really want to have > kernel 2.2 on this box . And the smp-faq said that there is a lot of trouble > about libc5 program because of some bugy ltread implementation so .. >=20 > Upgrade is the only solution we have . This is one area I have no experience, but I'm pretty sure Linux has supported SMP for a few years. I can't imagine Microsoft being able to do ANYTHING more than Linux in any area (operating systems only), and NT has supported SMP since NT was released. Anyone else comment on SMP? > \> I'm waiting for 6.1 when all the glibc problems > \> and the kernel 2.2.? bugs are worked out. I use > \> SuSE 5.3 because it works, and it's stable. Forget > \> the latest and greatest. Unix has been around for > \> almost 30 years, and it's surely not obsolete. > \> > \> Spend the two bucks (US$1.99) - it'll keep you from > \> feeling angry and it ensures your distro is glitch-free. > \> >=20 > It 's not a stablility pb . I want to have my SMP work fine with all feature > so i need a kernel 2.2 compliant distro .. >=20 > Installing 2.2 on suse 5.3 is too horrible .. lot of rpm are really too old= .. > > \> Speaking of stable, look what I found in a Windows > \> easter egg: 27 people worked on the design of Win95; > \> 7 tested it; and 4 made sure it was stable. That > \> violates everything we've learned in my software > \> design classes. But then, nobody would have a need > \> to upgrade to Win98 if Win95 worked. > \> >=20 > I don't really agree .. because some features on 98 aren't in 95 .. > I don't said that a good or bad thing . What was PC Magazine and PC/Computing's headlines in=20 1992 referring to Win3.1: "The Most Stable Windows Yet!!! Say goodbye to=20 crashes forever!" What was PC Magazine and PC/Computing's headlines in=20 1995 referring to Win95: "The Most Stable Windows Yet!!! Say goodbye to=20 crashes forever!" What was PC Magazine and PC/Computing's headlines in=20 1998 referring to Win98: "The Most Stable Windows Yet!!! Say goodbye to=20 crashes forever!" What was PC Magazine and PC/Computing's headlines in=20 1999 referring to Win2000: "The Most Stable Windows Yet!!! Say goodbye to=20 crashes forever!" It's the same old line, the same old promise, and by Microsoft's President's own admission (October 1998): Windows NT does not yet deliver on the promises made when it was released in 1992. Anyway, I'm sorry about the misconception that SuSE 6.0 was available from CheapBytes. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6652958564381560152==-- From LinuxAdvocate@iname.com Mon Feb 15 15:52:36 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 2 annoying questions Networking and X monitor troubles Date: Mon, 15 Feb 1999 05:52:36 -1000 Message-ID: <36C842C4.94FD76CB@iname.com> In-Reply-To: <36C80A6A.43858D9A@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1576523446739840177==" --===============1576523446739840177== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Georges-Henry Portefait wrote: >=20 > Hi, >=20 > I'm using SUSE 5.3 and soon 6.0 ( i Hope :) ) . >=20 > 1 - I will soon be connected to the Internet using a cybersurf Motorola > "modem". > this involve using a network card PCI ( i don't know brand or model) but > a friend got one and there was a linux directory on the floppy they are > giving with >=20 > first Problem they use dynamic IP for this board. > How can I put a Ethernet board with dynamic IP ( is there a HOWTO ??). > It seems that I have to use their DHCP server to get the adress ?!?. >=20 > anyone has a clue for this kind of problem ?? >=20 > 2 - I just got a 19" Monitor (Panasonic GL90 ). > It is very good with window$ in 1152 and in 1280x1024 ( it is usable up > to 1600x1200 ). >=20 > With X the quality is poor ( it seems I see a slow rescan in 1152 ) . >=20 > In 1280 I cannot use it ( I guess it s interlacing, the image is going > up and down seems in synch with vert scan). >=20 > I did reconfigure my x server putting exactly the freq boundaries of the > technical docs. >=20 > I wonder if the characteristics of my monitor ( freqs are too wide to X > to compute the proper waves) > I' m a newbie and it s a brand new monitor So I really don't want to fry > it !! >=20 > I reconfigure using the text tool because others works poorly for me ( > locks etc ...) > , maybe I do not use the good server ( I have a G200 matrox ) I upgraded > to XFREE 3.3.3 ( I guess ). >=20 > I kind of lost here and all this is frightening me because of the > monitor stuff ( fear of fries :) >=20 > Can anyone help ?? If so please gimme a clean roadmap ( like URLs :) > , for a newbie all this stuff is not that easy !! >=20 > Moreover when you do this kind of changes I have to restart the machine > !! I m sure I m missing something here. I'm starting in graphics ( > initlevel 3 as a default using login App then windowmaker ) >=20 > I know how to restart the WM but I don t know how to restart X without > rebooting. >=20 > any input will be greatly appreciated If this is Time-Warner's cable modem, you'll need a login client (good luck - see your local Linux group). Then you must use a DHCP client. SuSE has one on the web site, but I don't remember the name. I use Red Hat for my gateway, and SuSE on my LAN. RH handles this quite=20 easily. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1576523446739840177==-- From gschoell@pobox.com Mon Feb 15 16:22:25 1999 From: gschoell@pobox.com To: users@lists.opensuse.org Subject: [SuSE Linux] Error Date: Mon, 15 Feb 1999 08:22:25 -0800 Message-ID: <3.0.5.32.19990215082225.0082eb70@pop.uia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3461410780350800798==" --===============3461410780350800798== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I received this error when trying to setup kIRC. I do believe that I have all gcc stuff installed with the defaults. checking build system type... i586-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether make sets ${MAKE}... yes checking for gcc... gcc checking whether the C compiler (gcc -O2 -Wall -s) works... yes checking whether the C compiler (gcc -O2 -Wall -s) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for c++... no checking for xlC... no checking for DCC... no checking for c++... no checking for g++... no checking for gcc... gcc checking whether the C++ compiler (gcc -O2 -Wall -s) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. Any ideas? George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3461410780350800798==-- From myfish@dial.pipex.com Mon Feb 15 17:16:46 1999 From: myfish@dial.pipex.com To: users@lists.opensuse.org Subject: [SuSE Linux] Final Problem with 2.2.1,I hope ?? Date: Mon, 15 Feb 1999 17:16:46 +0000 Message-ID: <14024.19916.955539.711494@freelander.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2848600610016071744==" --===============2848600610016071744== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well thanks first of all for the help so far. char-major-4 problem gone. ppp-compress problem sorted.(Thanks Stefan) In fact i tried doing all the stuff i normally do just to try and break it.And i did.!!! Now i have very carefully gone over everything,and its still broke. No cdrom drive will work with 2.2.1 This works fine with 2.0.36,either built in or as a module. by this i mean the actual drive or the filesystem. In 2.2.1 this refuses to work,i`ve tried building the support into the kernel,and tried as modules. cat /proc/filesystems shows iso9660 when i build support in. does not show it when i build as a module,this is right,yes ?. But either way,when i do a mount -t iso9660 /dev/cdrom /cdrom or mount /cdrom (cdrom has an fstab entry as /hdb),i get filesystem type not supported,or bad superblock,etc,etc. I`ve pulled the 2.2.1 kernel apart many times now,and have tried many permutations to get it work,with no joy.In fact i probably wouldn`t have noticed had i not tried to install a source package via yast. But as usual,there probably is a solution,but 2.2.x is to different in the way it behaves from the 2.0.x series,for me to pick up on errors quickly.I just browse the docs till i come across something that may work. This time i cannot !!. Should in fact we be using glibc2.1 for this kernel to be fully effective ?,because some options are taboo unless these libs are installed. Why doesn`t someone write a FAQ on the move to the new kernel using SuSE,its a minefield.(like what happens to the all the old devs when we finally move to 2.2.x permanently.) Oh,by the way,if you are using the registered OSS drivers,you have to symlink /usr/lib/terminfo to /usr/share/terminfo otherwise the install fails.this only applies to glibc2 2.2.x installs. Can someone help,yet again !!. -- Keith White. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2848600610016071744==-- From harry@rimez.net Mon Feb 15 17:30:29 1999 From: harry@rimez.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Error Date: Mon, 15 Feb 1999 12:30:29 -0500 Message-ID: <99021512333800.04051@rimez> In-Reply-To: <3.0.5.32.19990215082225.0082eb70@pop.uia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3214230055897731594==" --===============3214230055897731594== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 15 Feb 1999, you wrote: this was answered yesterday ;-) go to the mailing list archive if ya missed it. Seems a good many people have this problem... hang in there :) harry >I received this error when trying to setup kIRC. I do believe that I have >all gcc stuff installed with the defaults. > >checking build system type... i586-pc-linux-gnu >checking for a BSD compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for working aclocal... missing >checking for working autoconf... missing >checking for working automake... missing >checking for working autoheader... missing >checking for working makeinfo... found >checking whether make sets ${MAKE}... yes >checking for gcc... gcc >checking whether the C compiler (gcc -O2 -Wall -s) works... yes >checking whether the C compiler (gcc -O2 -Wall -s) is a cross-compiler... >no >checking whether we are using GNU C... yes >checking whether gcc accepts -g... yes >checking how to run the C preprocessor... gcc -E >checking for c++... no >checking for xlC... no >checking for DCC... no >checking for c++... no >checking for g++... no >checking for gcc... gcc >checking whether the C++ compiler (gcc -O2 -Wall -s) works... no >configure: error: installation or configuration problem: C++ compiler >cannot create executables. > >Any ideas? > >George >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3214230055897731594==-- From harry@rimez.net Mon Feb 15 17:39:43 1999 From: harry@rimez.net To: users@lists.opensuse.org Subject: [SuSE Linux] still having network probs Date: Mon, 15 Feb 1999 12:39:43 -0500 Message-ID: <99021512440701.04051@rimez> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8581723868966100334==" --===============8581723868966100334== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Still having the same problem... does anyone have an idea of what could be causing this? It's still the same. I can't connect to my homepage or my homepage ftp site. Should I use an older version of ppp? from yesterday--------------------------------------- I recently upgraded to suse 6.0 and have found a really weird problem... It seems somehow I can not connect to my homepage using 6.0 (via ppp). Anytime that i try netscape pops up a message something to the effect of 'the server = is down or refusing to give you the page...' . I've also tried using lynx to get through but with no luck. I can't get into my ftp account (using file runner) either. The only solution for this problem so far has been to use a proxy (anonymizer or iproxy)... If i use a proxy everything seems to work fin= e, I can access my webpages. So far only my isp is affected. Before anyone asks = if it is the fault of my isp a quick answer -- no. =20 I have no problem getting through with the tried and true 5.3 ;-) (or doze for that matter) Anyone have a clue to this? thank you, Harry Mezger - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8581723868966100334==-- From WALKERSC@cibc.ca Mon Feb 15 17:42:00 1999 From: WALKERSC@cibc.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Final Problem with 2.2.1,I hope ?? Date: Mon, 15 Feb 1999 12:42:00 -0500 Message-ID: <199902151734.JAA23550@mail.suse.com> In-Reply-To: <[SuSE Linux] Final Problem with 2.2.1,I hope ??> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5330948371744562687==" --===============5330948371744562687== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I installed SuSE v6.0, and upgraded to 2.2.1, without 1 problem.=20 CD-ROM works, DAT drive works, all my work fine. the move was perfect. ______________________________ Reply Separator _________________________________ Subject: [SuSE Linux] Final Problem with 2.2.1,I hope ?? Author: "Keith White" [SMTP:myfish(a)dial.pipex.com] at BCEEXCH Date: 2/15/99 12:16 PM Well thanks first of all for the help so far.=20 char-major-4 problem gone. ppp-compress problem sorted.(Thanks Stefan) In fact i tried doing all the stuff i normally do=20 just to try and break it.And i did.!!! Now i have very carefully gone over everything,and its=20 still broke. No cdrom drive will work with 2.2.1 This works fine with 2.0.36,either built in or as a module.=20 by this i mean the actual drive or the filesystem. In 2.2.1 this refuses to work,i`ve tried building the support=20 into the kernel,and tried as modules. cat /proc/filesystems shows iso9660 when i build support in.=20 does not show it when i build as a module,this is right,yes ?.=20 But either way,when i do a mount -t iso9660 /dev/cdrom /cdrom or mount /cdrom (cdrom has an fstab entry as /hdb),i get filesystem=20 type not supported,or bad superblock,etc,etc. I`ve pulled the 2.2.1 kernel apart many times now,and have tried many=20 permutations to get it work,with no joy.In fact i probably wouldn`t=20 have noticed had i not tried to install a source package via yast. But as usual,there probably is a solution,but 2.2.x is to different in=20 the way it behaves from the 2.0.x series,for me to pick up on errors=20 quickly.I just browse the docs till i come across something that may=20 work. This time i cannot !!. Should in fact we be using glibc2.1 for this kernel to be fully=20 effective ?,because some options are taboo unless these libs are=20 installed. Why doesn`t someone write a FAQ on the move to the new kernel using=20 SuSE,its a minefield.(like what happens to the all the old devs when=20 we finally move to 2.2.x permanently.) Oh,by the way,if you are using the registered OSS drivers,you have to=20 symlink /usr/lib/terminfo to /usr/share/terminfo otherwise the install fails.this only applies to glibc2 2.2.x=20 installs. Can someone help,yet again !!. -- Keith White. =20 - To get out of this list, please send email to majordomo(a)suse.com with=20 this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the=20 archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5330948371744562687==-- From brauki@cityweb.de Mon Feb 15 17:55:26 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 18:55:26 +0100 Message-ID: In-Reply-To: <199902151142.MAA01548@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2149504350378892536==" --===============2149504350378892536== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 15 Feb 1999, W.H. Dekker wrote: >=20 > I have 128 MB of internal memory. During bootup I have memory checking > and I see all 128 MB being checked. Nevertheless, the free command > says: >=20 > /root>free > total used free shared buffers cached > Mem: 64208 62508 1700 33868 4256 42940 > -/+ buffers/cache: 15312 48896 > Swap: 0 0 0 > /root> Not much wrong with your system. The standard drivers on bootup won't see more than 64MB. You have to tell it in lilo.conf. put a append=3D"mem=3D128M" into the global dection of your lilo.conf. The *-SuSE kernels use a patch, that includes a better mem-detect. Juergen =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2149504350378892536==-- From joshaugh@uk.oracle.com Mon Feb 15 17:56:17 1999 From: joshaugh@uk.oracle.com To: users@lists.opensuse.org Subject: [SuSE Linux] KDE1.1 Upgrade for SuSE 6.0? Date: Mon, 15 Feb 1999 17:56:17 +0000 Message-ID: <36c95dad.35618486@mailhost.uk.oracle.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8516855382088838726==" --===============8516855382088838726== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've noticed the .rpm's are now up for KDE1.1 on the ftp://ftp.kde.org> web site. However, in the SuSE6 directory (ftp://ftp.kde.org/pub/kde/stable/1.1/distribution/rpm/SuSE-6.0/= binary>) there are only 4 qt .rpm's - in the RedHat directory there are all the KDE .rpms.=20 Is it safe to use the RedHat distribution .rpm's with the SuSE6 Qt .rpm's to install KDE1.1? Is a KDE 1.0->1.1 move straight forward, has anyone done it? Thanks, Jamie ---------------------------------------------- Jamie O'Shaughnessy >>> joshaugh(a)uk.oracle.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8516855382088838726==-- From jkx@club-internet.fr Mon Feb 15 17:56:38 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 18:56:38 +0100 Message-ID: In-Reply-To: <36C83F8A.EFD56D45@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3854635674885966917==" --===============3854635674885966917== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 George Toft a dit .....: \>=20 \> SoiF wrote: \>>=20 \>> On 15-Feb-99 George Toft a dit .....: \>=20 \> The program "Adaptec Easy CD Creator," which came with my CD \> writer will make a CD from that image. The program \> "file2cd" \> (which is freeware available from=20 \> http://www.goldenhawk.com/pr= oducts/freeware.htm>) will do \> this also. Yep .. but the iso image is for evaluation copy !! not the full The full is a 4 CD set !! and not avalaible in .iso=20 \>=20 \> Maybe SuSE thinks this task is too trivial to have to \> include \> instructions. \>=20 \> This is one area I have no experience, but I'm pretty \> sure Linux has supported SMP for a few years. I can't \> imagine Microsoft being able to do ANYTHING more than \> Linux in any area (operating systems only), and NT \> has supported SMP since NT was released. \>=20 \> Anyone else comment on SMP? Yep but SMP have been _really_ improve in 2.2 kernel .. (non blocking 1 CPu ..) So .. Debian ??=20 --------------------------------------------------- Soif soif(a)mygale.org write 15-Feb-99 at 18:52:48 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3854635674885966917==-- From joshaugh@uk.oracle.com Mon Feb 15 18:01:49 1999 From: joshaugh@uk.oracle.com To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE5.3 -> 6.0 upgrade problems Date: Mon, 15 Feb 1999 18:01:49 +0000 Message-ID: <36ca5fc3.36152684@mailhost.uk.oracle.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7017797252946965112==" --===============7017797252946965112== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've upgraded 2 machines over the last week (both quite different hardware specs) and I must say I was impressed how well the upgrade worked - thanks to all the SuSE team :) There were only a few minor problems, most of which I've now fixed. However, on my old install when I clicked on a .tar.gz in KDE's KFM, it opened the file and allowed you to browse the contents. This has stopped working and now when you open a .tar.gz in this way it just shows an empty directory. Has anyone had this problem with a clean 6.0 install? Is it a KDE problem or something wrong in my config? BTW, I built a 2.2.1 kernel and it installed and ran pretty much OK, but I've switched back to the 2.0.36 until I get everything else OK. If you read the Changes file with the 2.2.1 kernel, it tells you all the versions of things you need for the 2.2.1 kernel. May of these are newer than those supplied with SuSE6.0, such as pppd. I know a lot of people have been having problems upgrading to 2.2.1, have you updated all these "components" too. Thanks, Jamie ---------------------------------------------- Jamie O'Shaughnessy >>> joshaugh(a)uk.oracle.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7017797252946965112==-- From grimmer@suse.de Mon Feb 15 18:06:56 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] More Trouble with C++ compiler Date: Mon, 15 Feb 1999 19:06:56 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0359357065615329878==" --===============0359357065615329878== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 14 Feb 1999, Mike Gorsuch wrote: > I'm still having problems getting programs to run configure that > require the c++ compiler on my 6.0 system. What packages need to be > installed? Is anyone else having this problem? This is the 3rd src > package to screw up on me. The script says this while running... >=20 > ... > creating libtool > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -g -O2 ) works... yes > checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for c++... c++ > checking whether the C++ compiler (c++ ) works... no > configure: error: installation or configuration problem: C++ compiler cannot > create executables. >=20 > Does anyone know what causes this? It sees the compiler, but it won't > work???? I've got the gpp and libgpp packages installed. If you use egcs, you will also need the package gpp, which includes the necessary frontend /usr/bin/g++. HTH, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0359357065615329878==-- From jkx@club-internet.fr Mon Feb 15 18:12:27 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 19:12:27 +0100 Message-ID: In-Reply-To: <[SuSE Linux] Update> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8505796373484145659==" --===============8505796373484145659== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 Dale a dit .....: \> Hi Soif \>=20 \> I down-loaded the .iso image file from a mirror site in Germany and all I \> did was change the .iso to .raw because this is what xcdroast wants. I \> then dumped it to a CD and it's working fine, boot able and all. I don't \> know what CD-writer software you are using but the *.iso file on the FTP \> site is a CD image. So all you need to do is dump it to a CD. \>=20 Yep .. but that the evaluation copy .. not the total distro (3 CD SET)=20 ftp://ftp.suse.com/pub/SuSE-Linux/6.0/> No .iso avalaible .. only the total CD in a simple directory .. without Doc != !! I 'm really stupide . i understand that SuSe want to sell it .. not to put it on ftp available for every one ... But they need to to know that developper need distro too !!=20 And if i need to pay every 3 month for Free software why doesn't I make money with my code .. why not ?? I will design a soft that every three month need to be upgrade en ask the same price as SuSE .. and if lot of people think like me .. that would be the end of free software .. I know that every body need to earn money to eat .. but developper too !! so I will not pay the update .. (I 'm a bit angry excuse me .. I have just broke a teeth .. ..)=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8505796373484145659==-- From jlkreps@navix.net Mon Feb 15 18:16:29 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: [SuSE Linux] Upgrade to 6.0 is 99uccessful, but OSS and NCR53c810 are squabbling... Date: Mon, 15 Feb 1999 12:16:29 -0600 Message-ID: <36C8647D.680A0DD5@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5958478725566027267==" --===============5958478725566027267== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think I need to remove the new PCMCIA Card manager and replace it with the old one.??? Symptom: the scsi is recognized at boot, but sane 1.0 won't show it for selection. the OSS plays midi and cdrom audio great, but the synthesizer won't play *.wav files so KDE is not talking to me anymore. I've checked the IRQ's and the iobase addresses and see no conflicts. Is my dianosis correct, or has this newbie blundered again? PS. Everything else is working great! Love the 4.5 version of Netscape. Fonts are crisper, bolder, and bigger using the same settings as 4.05. Really nice. Applix runs great! WP8 runs great. Visual TCL, ddd, cbb, everything except the scanner and synthesizer are great! BTW, for those that need some help with SuSE's german docs: AltaVista has a translator engine called babelfish which converts the german html pages to english well enough to get the gist. Sometimes nearly 100%. Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5958478725566027267==-- From LinuxAdvocate@iname.com Mon Feb 15 18:45:08 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 08:45:08 -1000 Message-ID: <36C86B34.27A054B4@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2907220189378188738==" --===============2907220189378188738== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SoiF wrote: >=20 > On 15-Feb-99 George Toft a dit .....: > \> > \> SoiF wrote: > \>> > \>> On 15-Feb-99 George Toft a dit .....: > \> > \> The program "Adaptec Easy CD Creator," which came with my CD > \> writer will make a CD from that image. The program > \> "file2cd" > \> (which is freeware available from > \> http://www.goldenhawk.com/= products/freeware.htm>) will do > \> this also. >=20 > Yep .. but the iso image is for evaluation copy !! not the full >=20 > The full is a 4 CD set !! and not avalaible in .iso The full 4 CD set includes commercial software, like StarOffice and Adabas. If you want those, you have to pay, or visit their website. > \> > \> Maybe SuSE thinks this task is too trivial to have to > \> include > \> instructions. > \> > \> This is one area I have no experience, but I'm pretty > \> sure Linux has supported SMP for a few years. I can't > \> imagine Microsoft being able to do ANYTHING more than > \> Linux in any area (operating systems only), and NT > \> has supported SMP since NT was released. > \> > \> Anyone else comment on SMP? >=20 > Yep but SMP have been _really_ improve in 2.2 kernel .. (non blocking 1 C= Pu > ..) >=20 > So .. Debian ?? Debian provides one CD ISO image. SuSE provides one CD ISO image. I really don't understand where you want to go. Only so much stuff can be placed on a CD. SuSE uses 5 CD's in the commercial package: 1: RPM packages and really cool software like MI/X. 2, 3: RPM packages. 4: Source code 5: Live file system. No other distribution comes close to this quality. =20 Debian 2.0 came out about the same time as SuSE 5.2, so if the latest and greatest is your thing, I don't think Debian is a good choice. One last question: What are you looking for that's not on the SuSE evaluation CD? I used the 5.2 evaluation CD on my laptop for months before I bought the 5.3 commercial. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2907220189378188738==-- From LinuxAdvocate@iname.com Mon Feb 15 18:51:30 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 08:51:30 -1000 Message-ID: <36C86CB2.36BCEC2A@iname.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0448635068107577796==" --===============0448635068107577796== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable SoiF wrote: >=20 > On 15-Feb-99 Dale a dit .....: > \> Hi Soif > \> > \> I down-loaded the .iso image file from a mirror site in Germany and all I > \> did was change the .iso to .raw because this is what xcdroast wants. I > \> then dumped it to a CD and it's working fine, boot able and all. I don't > \> know what CD-writer software you are using but the *.iso file on the FTP > \> site is a CD image. So all you need to do is dump it to a CD. > \> >=20 > Yep .. but that the evaluation copy .. not the total distro (3 CD SET) >=20 > ftp://ftp.suse.com/pub/SuSE-Linux/6.0/> >=20 > No .iso avalaible .. only the total CD in a simple directory .. without Doc= !!! >=20 > I 'm really stupide . i understand that SuSe want to sell it .. not to put= it > on ftp available for every one ... The only difference between the commercial distro and the evaluation distro are the commercial apps - and nobody is going to give those away. > But they need to to know that developper need distro too !! >=20 > And if i need to pay every 3 month for Free software why doesn't I make mon= ey > with my code .. why not ?? >=20 > I will design a soft that every three month need to be upgrade en ask the s= ame > price as SuSE .. and if lot of people think like me .. that would be the e= nd > of free software .. >=20 > I know that every body need to earn money to eat .. but developper too !! s= o I > will not pay the update .. SuSE is doing nothing different than Red Hat or Caldera. There is the free distro, which is freely available, and the one you pay for, which has some extras. > (I 'm a bit angry excuse me .. I have just broke a teeth .. ..) I hope your tooth didn't break in anger at SuSE. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0448635068107577796==-- From hatridge@straubing.baynet.de Mon Feb 15 19:00:14 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 20:00:14 +0100 Message-ID: In-Reply-To: <36C78A2B.269F93F7@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9073840034945081131==" --===============9073840034945081131== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 14 Feb 1999, George Toft wrote: > Speaking of stable, look what I found in a Windows > easter egg: 27 people worked on the design of Win95; > 7 tested it; and 4 made sure it was stable. That=20 > violates everything we've learned in my software > design classes. But then, nobody would have a need > to upgrade to Win98 if Win95 worked. >=20 > George Hi George; Can you tell me where you got these numbers? It very interesting.=20 BTW I agree with you. I ran 4.4.1 for about a year and then upgraded to 5.2. Now I'll wait till Aug/Sept for 6.2 or maybe 7(?) before upgradeing again. It takes me more than 3 or 4 months to get use to a new version. Once a year is enough.=20 Thanks! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- Tried of "King Klinton I" & the Oral Office? Join the Libertarian Party! Check out www.lp.org - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9073840034945081131==-- From lhedrin@ssg.petsmart.com Mon Feb 15 19:19:34 1999 From: lhedrin@ssg.petsmart.com To: users@lists.opensuse.org Subject: [SuSE Linux] Thanks Date: Mon, 15 Feb 1999 12:19:34 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7952571044434755407==" --===============7952571044434755407== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Title: Thanks
I would like to thank all of you who responded to my question = concerning upgrading to 6.0. After reviewing what everyone has said. I thin= k that I will "Cut my Teeth" on 5.3 as it is stable. And since I have the Of= fice version, I should be able to learn a lot from all of the application th= at are there. Even If I have to scrounge around to get Star Office which has= been rated slightly better than Applixware(as far as win-compat is concerned= ).

But thank you very much.

Les C. Hedrington
*Functional Analyst

--===============7952571044434755407==-- From mantel@suse.de Mon Feb 15 19:26:34 1999 From: mantel@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: 6.0 PCMCIA support Date: Mon, 15 Feb 1999 20:26:34 +0100 Message-ID: <19990215202634.B3863@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7165168849561928342==" --===============7165168849561928342== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, Matthew D. Howell wrote: > i installed 6.0 via network FTP on my PCMCIA network card but now that > SuSE is installed I have no PCMCIA support at all. Can someone please tell > me how to enable PCMCIA support for 6.0 kernel 2.0.36? Thanks in advance. Do you have the package "pcmcia" installed? Normally it should be installed automatically if you need PCMCIA for the install, so I wonder if you did de-select it or if there's an error in the install? > Matt Howell > mathowel(a)nmsu.edu -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 Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7165168849561928342==-- From mantel@suse.de Mon Feb 15 19:32:20 1999 From: mantel@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: linux sees only half of my memory Date: Mon, 15 Feb 1999 20:32:20 +0100 Message-ID: <19990215203220.C3863@suse.de> In-Reply-To: <199902151142.MAA01548@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1834681897772960253==" --===============1834681897772960253== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, W.H. Dekker wrote: > I have 128 MB of internal memory. During bootup I have memory checking > and I see all 128 MB being checked. Nevertheless, the free command > says: >=20 > /root>free > total used free shared buffers cached > Mem: 64208 62508 1700 33868 4256 42940 > -/+ buffers/cache: 15312 48896 > Swap: 0 0 0 > /root> >=20 > - Is there something wrong in my setup?=20 No. Unfortunately the BIOS reporting of the memory size is not really standardized, so there are some machines where Linux only recognizes 64 MB. You need to tell Linux manually about the amount of memory. Just add "mem=3D128M" to the append line of LILO. > - Is it normal to use so much memory (61 MB) while X is running with > 2 xterms and 1 emacs? Yes, look at the numbers of free. Much memory is being used for disk caching. Think of it this way: Linux has a very sophisticated "smartdrive". Any unneeded memory is being used for buffers or disk caching. So you will almost always have all memory used. Unused memory is wasted memory! > - I copied the top of top's display below, sorted on memory usage, > does it give any clues? Everything is perfectly fine. If you add the "mem=3D128M" you will see that after some time all memory will be used again. This is normal and very senseful. > Hartelijke groet, Wybo Dekker -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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1834681897772960253==-- From gwhorn@globalnet.co.uk Mon Feb 15 19:38:50 1999 From: gwhorn@globalnet.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Linux 6.0 and modem Date: Mon, 15 Feb 1999 19:38:50 +0000 Message-ID: <36C877CA.36E84906@globalnet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2143258789258989188==" --===============2143258789258989188== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Help! I have received installed Linux 6.0 as a completely new installation, but having configured and compiled the 2.0.36 and 2.2.0-pre7 kernels I have the following results... 1. Booting 2.0.36 has everything working (as far as I can tell), =09 including modem (wvdial, kpp, minicom)and sound. 2. Booting 2.2.0-pre7 has everything working except that wvdial, wvdialconf, and kppp do not work BUT minicom does! Anybody know what I need to do to fix this? I cannot find any words on this. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2143258789258989188==-- From mantel@suse.de Mon Feb 15 19:54:53 1999 From: mantel@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: linux sees only half of my memory Date: Mon, 15 Feb 1999 20:54:53 +0100 Message-ID: <19990215205453.E3863@suse.de> In-Reply-To: <199902151952.NAA31054@mail.HiWAAY.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6606038774993274249==" --===============6606038774993274249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 15, Stephen Anderson wrote: > I have this same trouble. But I don't use LILO. Is there any way to=20 > get this information to the kernel if you are using loadlin to multiboot=20 > from Win95? Thanks! Of course. The bootloader doesn't matter and loadlin passes all parameters to the kernel the same way LILO does. Just append "mem=3D128M" (or appropriate) to your linux.bat file (or whatever batch file you use to start linux). > Steve Anderson > stephena(a)hiwaay.net >=20 > On 15 Feb 99, at 20:32, Hubert Mantel wrote: >=20 > > Hi, > >=20 > > On Mon, Feb 15, W.H. Dekker wrote: > >=20 > > > I have 128 MB of internal memory. During bootup I have memory checking > > > and I see all 128 MB being checked. Nevertheless, the free command > > > says: > > >=20 > > > /root>free > > > total used free shared buffers cach= ed > > > Mem: 64208 62508 1700 33868 4256 429= 40 > > > -/+ buffers/cache: 15312 48896 > > > Swap: 0 0 0 > > > /root> > > >=20 > > > - Is there something wrong in my setup?=20 > >=20 > > No. Unfortunately the BIOS reporting of the memory size is not really > > standardized, so there are some machines where Linux only recognizes 64 > > MB. You need to tell Linux manually about the amount of memory. Just add > > "mem=3D128M" to the append line of LILO. > >=20 > > > - Is it normal to use so much memory (61 MB) while X is running with > > > 2 xterms and 1 emacs? > >=20 > > Yes, look at the numbers of free. Much memory is being used for disk > > caching. Think of it this way: Linux has a very sophisticated > > "smartdrive". Any unneeded memory is being used for buffers or disk > > caching. So you will almost always have all memory used. Unused memory is > > wasted memory! > >=20 > > > - I copied the top of top's display below, sorted on memory usage, > > > does it give any clues? > >=20 > > Everything is perfectly fine. If you add the "mem=3D128M" you will see th= at > > after some time all memory will be used again. This is normal and very > > senseful. > >=20 > > > Hartelijke groet, Wybo Dekker > > -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 > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > >=20 >=20 >=20 --=20 -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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6606038774993274249==-- From stephena@hiwaay.net Mon Feb 15 19:56:20 1999 From: stephena@hiwaay.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: linux sees only half of my memory Date: Mon, 15 Feb 1999 13:56:20 -0600 Message-ID: <199902151952.NAA31054@mail.HiWAAY.net> In-Reply-To: <19990215203220.C3863@suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7720364544513793924==" --===============7720364544513793924== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have this same trouble. But I don't use LILO. Is there any way to=20 get this information to the kernel if you are using loadlin to multiboot=20 from Win95? Thanks! Steve Anderson stephena(a)hiwaay.net On 15 Feb 99, at 20:32, Hubert Mantel wrote: > Hi, >=20 > On Mon, Feb 15, W.H. Dekker wrote: >=20 > > I have 128 MB of internal memory. During bootup I have memory checking > > and I see all 128 MB being checked. Nevertheless, the free command > > says: > >=20 > > /root>free > > total used free shared buffers cached > > Mem: 64208 62508 1700 33868 4256 42940 > > -/+ buffers/cache: 15312 48896 > > Swap: 0 0 0 > > /root> > >=20 > > - Is there something wrong in my setup?=20 >=20 > No. Unfortunately the BIOS reporting of the memory size is not really > standardized, so there are some machines where Linux only recognizes 64 > MB. You need to tell Linux manually about the amount of memory. Just add > "mem=3D128M" to the append line of LILO. >=20 > > - Is it normal to use so much memory (61 MB) while X is running with > > 2 xterms and 1 emacs? >=20 > Yes, look at the numbers of free. Much memory is being used for disk > caching. Think of it this way: Linux has a very sophisticated > "smartdrive". Any unneeded memory is being used for buffers or disk > caching. So you will almost always have all memory used. Unused memory is > wasted memory! >=20 > > - I copied the top of top's display below, sorted on memory usage, > > does it give any clues? >=20 > Everything is perfectly fine. If you add the "mem=3D128M" you will see that > after some time all memory will be used again. This is normal and very > senseful. >=20 > > Hartelijke groet, Wybo Dekker > -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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7720364544513793924==-- From jlkreps@navix.net Mon Feb 15 20:45:11 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: [SuSE Linux] Update: Upgrade to 6.0 is 99uccessful, but OSS and NCR53c810 are squabbling...] Date: Mon, 15 Feb 1999 14:45:11 -0600 Message-ID: <36C88756.B67A106E@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1298622340423257323==" --===============1298622340423257323== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
All my upgrade problems, except one, have resolved themselves down to
operator error.  I should fire the dude! ;-)

What I supposed were two problems was only one: the KDE program,
kcmsyssound, displays the sound configuration panel, but two things
don't work.  After you assign a wav file to an event and press the
"test" button, no sound is produced.  And, while running KDE with sound
events installed the events don't trigger the sound to play.  However,
IF I click on a wav file while using KFM, the sound will play.  An
"event" trigger setting is missing or broken or I've messed up some more
permissions. ??? =20

The ncr53c810 problem was merely a permission problem with the
xscanimage program. Sane 1.0 works beautifully again.

So, for those keeping box scores on upgrades from SuSE 5.3 to SuSE 6.0
put one check in the SuSE 6.0 successful upgrade column!!!  You folks at
SuSE give yourselves a good pat on the back!

Every problem I've encountered, and the sound problem may resolve to be
so too, was due to my errors.

Can't wait till SuSE 6.1 with 2.2.x kernel support comes out, or, I may
do it myself just for grins!

Jerry
-- BEGIN included message


I think I need to remove the new PCMCIA Card manager and replace it with
the old one.???
Symptom:
the scsi is recognized at boot, but sane 1.0 won't show it for
selection.
the OSS plays midi and cdrom audio great, but the synthesizer won't play
*.wav files so KDE is not talking to me anymore.
I've checked the IRQ's and the iobase addresses and see no conflicts.

Is my dianosis correct, or has this newbie blundered again?

PS. Everything else is working great!  Love the 4.5 version of
Netscape.  Fonts are crisper, bolder, and bigger using the same settings
as 4.05.  Really nice.  Applix runs great!  WP8 runs great.  Visual TCL,
ddd, cbb, everything except the scanner and synthesizer are great!

BTW, for those that need some help with SuSE's german docs: AltaVista
has a translator engine called babelfish which converts the german html
pages to english well enough to get the gist.  Sometimes nearly 100%.
Jerry
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>
-- END included message

--===============1298622340423257323==-- From k01164@ko.hhs.dk Mon Feb 15 21:05:56 1999 From: k01164@ko.hhs.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Mon, 15 Feb 1999 21:05:56 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1792331890702845408==" --===============1792331890702845408== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable All the GPL stuff is there, so what is your problem? Do you want them to decide exactly what you should burn on a CD? I think they're doing a great job at SuSE. But that's just my opinion, you're entitled to have your own. Regards Ole On Mon, 15 Feb 1999, SoiF wrote: > On 15-Feb-99 Dale a dit .....: > \> Hi Soif > \>=20 > \> I down-loaded the .iso image file from a mirror site in Germany and all I > \> did was change the .iso to .raw because this is what xcdroast wants. I > \> then dumped it to a CD and it's working fine, boot able and all. I don't > \> know what CD-writer software you are using but the *.iso file on the FTP > \> site is a CD image. So all you need to do is dump it to a CD. > \>=20 >=20 > Yep .. but that the evaluation copy .. not the total distro (3 CD SET)=20 >=20 >
ftp://ftp.suse.com/pub/SuSE-Linux/6.0/> >=20 >=20 > No .iso avalaible .. only the total CD in a simple directory .. without Doc= !!! >=20 >=20 > I 'm really stupide . i understand that SuSe want to sell it .. not to put= it > on ftp available for every one ... >=20 >=20 > But they need to to know that developper need distro too !!=20 >=20 > And if i need to pay every 3 month for Free software why doesn't I make mon= ey > with my code .. why not ?? >=20 > I will design a soft that every three month need to be upgrade en ask the s= ame > price as SuSE .. and if lot of people think like me .. that would be the e= nd > of free software .. >=20 >=20 > I know that every body need to earn money to eat .. but developper too !! s= o I > will not pay the update .. >=20 >=20 >=20 >=20 >=20 > (I 'm a bit angry excuse me .. I have just broke a teeth .. ..)=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1792331890702845408==-- From badday@bigfoot.com Mon Feb 15 21:13:22 1999 From: badday@bigfoot.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: problems 2.0.36->2.2.1 Date: Mon, 15 Feb 1999 21:13:22 +0000 Message-ID: <36C88DF2.8909C976@bigfoot.com> In-Reply-To: <19990215143416.A423@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1611194100001556512==" --===============1611194100001556512== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hello again, thanks for the help - now I have a new prob. I tried building a minimum kernel with everything else as a module - I followed the instructions (and rtfm) but upon booting with the new kernel I never get past the lilo prompt - it starts to load the kernel but then returns to the lilo prompt with no error msgs to point me in the right direction. =20 anybody help me with this one ? badday - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1611194100001556512==-- From graham@barnowl.demon.co.uk Mon Feb 15 21:14:44 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE5.3 -> 6.0 upgrade problems Date: Mon, 15 Feb 1999 21:14:44 +0000 Message-ID: In-Reply-To: <36ca5fc3.36152684@mailhost.uk.oracle.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7069391057210970283==" --===============7069391057210970283== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable joshaugh(a)uk.oracle.com (Jamie O'Shaughnessy) writes: > I've switched back to the 2.0.36 until I get everything else OK. If you > read the Changes file with the 2.2.1 kernel, it tells you all the versions > of things you need for the 2.2.1 kernel. May of these are newer than those > supplied with SuSE6.0, such as pppd. I know a lot of people have been > having problems upgrading to 2.2.1, have you updated all these "components" > too. The pppd supplied with Suse 6.0 seems to be the correct version (2.3.5). I upgraded util-unix (2.9h), modutils (2.1.121) and net-tools (1.50), but I think that Suse 6.0 had the correct versions of all of the other packages (of those I use) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7069391057210970283==-- From wdubois@mail2.nai.net Mon Feb 15 21:34:41 1999 From: wdubois@mail2.nai.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE Subscription & 6.0 Date: Mon, 15 Feb 1999 16:34:41 -0500 Message-ID: In-Reply-To: <19990214144647.12953.qmail@mail.ptd.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1873489418295063630==" --===============1873489418295063630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have a subscription that I started with 5.3, and I have yet to see 6.0, although I'm anxiously checking my mailbox daily :-). Let's keep our fingers crossed... Maybe soon? - wayne On Sun, 14 Feb 1999, joe lerch wrote: >=20 >=20 > Have SuSE subscribers been receiving the English SuSE 6.0 > automatically? I moved and although I sent the fine people at > SuSE an address change, I fear they dropped me from the > subscription list. However, if others are still waiting I know > it is normal. >=20 > thanks in advance, >=20 > joe =20 >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1873489418295063630==-- From bob100@ibm.net Mon Feb 15 21:43:03 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: [SuSE Linux] KCharset Problem Date: Mon, 15 Feb 1999 16:43:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0570718888634576524==" --===============0570718888634576524== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Every time I launch kedit I'm tired of seeing: KCharset: Wrong charset! What's with this? And how do I fix it? Thanx, Bob ---------------------------------- E-Mail: bob gordon Date: 15-Feb-99 Time: 16:40:00 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0570718888634576524==-- From chris@usma.demon.co.uk Mon Feb 15 22:02:19 1999 From: chris@usma.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sound setup problem in Config Date: Mon, 15 Feb 1999 22:02:19 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Sound setup problem in Config> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6079473179548212347==" --===============6079473179548212347== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 15 Feb 1999 11:43:22 +0100 (MET), Lenz Grimmer wrote: > >Hi, > >On Sun, 14 Feb 1999, zentara wrote: > >> "as" sounds like the linker "as86", try to install the assembler >> package for linux in the development group. > >To be exact, "as" is the GNU assembler, which belongs to package >"binutils". Make sure, that it is installed. > >Bye, > LenZ > Thanks to Zentara and Lenz: I went through the package selection process, adding various bits and checking the dependencies, and now it seems to be OK. --=20 Chris Keenan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6079473179548212347==-- From kar@webline.dk Mon Feb 15 22:18:02 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1 Date: Mon, 15 Feb 1999 23:18:02 +0100 Message-ID: <199902152218.XAA22091@bohr.webline.dk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6048060636829980782==" --===============6048060636829980782== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On KDE's home page there has been Debian packages of KDE 1.1 for several days, and now there's rpm for RH. Nothing for SuSE, why? Can one use the rpm's for RH 5.2 (with SuSE 6.0)? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6048060636829980782==-- From jlkreps@navix.net Mon Feb 15 22:18:21 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KCharset Problem Date: Mon, 15 Feb 1999 16:18:21 -0600 Message-ID: <36C89D2D.3AFDF250@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7801197480248498306==" --===============7801197480248498306== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: >=20 > Every time I launch kedit I'm tired of seeing: >=20 > KCharset: Wrong charset! >=20 > What's with this? And how do I fix it? >=20 > Thanx, >=20 > Bob Open Kedit, click "Options" on the menu bar, then click "Font" and choose one you like that doesn't give you trouble. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7801197480248498306==-- From jlkreps@navix.net Mon Feb 15 22:28:03 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Thanks Date: Mon, 15 Feb 1999 16:28:03 -0600 Message-ID: <36C89F73.A136797E@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5642558388359289007==" --===============5642558388359289007== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Les Hedrington wrote: >=20 > I would like to thank all of you who responded to my question > concerning upgrading to 6.0. After reviewing what everyone has said. > I think that I will "Cut my Teeth" on 5.3 as it is stable. And since > I have the Office version, I should be able to learn a lot from all > of the application that are there. Even If I have to scrounge around > to get Star Office which has been rated slightly better than > Applixware(as far as win-compat is concerned). >=20 > But thank you very much. >=20 > Les C. Hedrington > *Functional Analyst SuSE 6.3 is a fabulous release, solid as a piece of granite. I wasn't aware that SO 5.0 was available in glibc5. I thought you had to be using glibc to run it???? I recall installing it on my son's machine (RH 5.2) and reading that it required glibc6. Maybe I misread. ??? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5642558388359289007==-- From bshelton-suse-linux@ole.net Mon Feb 15 22:33:16 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: [SuSE Linux] LICQ links... Date: Mon, 15 Feb 1999 17:33:16 -0500 Message-ID: <19990215173316.A22504@ole.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0476418902564957326==" --===============0476418902564957326== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anybody have a recent link to licq, or klicq? I haven't been able to get it compiled on this one workstation I have so, I upgraded to 6.0 on that box. It compiles, but now it seg-faults. So.. I'm lookin' fer clean, recent source. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0476418902564957326==-- From tschlemmer@gmswireless.com Mon Feb 15 22:56:41 1999 From: tschlemmer@gmswireless.com To: users@lists.opensuse.org Subject: [SuSE Linux] 32bitsonline.com - Linux distributions compared. Date: Mon, 15 Feb 1999 14:56:41 -0800 Message-ID: <36C8A629.B5D01A82@gmswireless.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2547150179216019250==" --===============2547150179216019250== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anyone see the 32Bitsonline article that compares the various Linux distributions? I through the author was inacurate in that he says that SuSE doesn't have a remote administration tool like RedHat's "linuxconf". I remotely administer my Linux server from a KDE terminal window. I rlogin to my server and run YaST remotely. I even NFS mount my CDROM drive on my workstation to my server so I don't have to physically put a CDROM into my server's CDROM drive. I know YaST is not X-based or Web-based but it certainly can be run remotely in a terminal window. http://www.32bitsonline.com/article.php3?f= ile=3Dissues/199902/distributions/part>&page=3D1 Tony -- Tony Schlemmer | Phone : 425-372-2246 Software Developer | Fax : 425-372-2222 Global Mobility Systems, Inc. | Mobile: 425-503-8544 11201 SE 8th Street, Suite 110 | mailto:tschlemmer(a)gmswireless.com Bellevue, WA 98004 | http://www.gmswireless.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2547150179216019250==-- From zulfiqar@shaw.wave.ca Mon Feb 15 23:04:27 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] What does this error mean! Date: Mon, 15 Feb 1999 18:04:27 -0500 Message-ID: <36C8A7FB.6016355E@shaw.wave.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9130385576067682189==" --===============9130385576067682189== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =7FI get this error a lot when Ip press the CTRL-ALT_F10 buutton. =20 eth0: BUS MASTER ARBITRATION FALIURE Status 88f3 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9130385576067682189==-- From mikeg@soonernet.com Mon Feb 15 23:42:31 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] LICQ links... Date: Mon, 15 Feb 1999 17:42:31 -0600 Message-ID: In-Reply-To: <19990215173316.A22504@ole.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1343249326007022904==" --===============1343249326007022904== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hehe,=20 I was just about to post the same question... any luck using the IRC client KVIRC? What do you think causes the segfault... I'm clueless. Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1343249326007022904==-- From jkx@club-internet.fr Mon Feb 15 23:43:32 1999 From: jkx@club-internet.fr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Update Date: Tue, 16 Feb 1999 00:43:32 +0100 Message-ID: In-Reply-To: <36C86B34.27A054B4@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5939742760564703346==" --===============5939742760564703346== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 George Toft a dit .....: \>=20 \> SoiF wrote: \>>=20 \>> On 15-Feb-99 George Toft a dit .....: \>> \> \>> \> SoiF wrote: \>> \>> \>> \>> On 15-Feb-99 George Toft a dit .....: \>> \> \>> \> The program "Adaptec Easy CD Creator," which came with my CD \>> \> writer will make a CD from that image. The program \>> \> "file2cd" \>> \> (which is freeware available from \>> \> http://www.goldenhawk.co= m/products/freeware.htm>) will do \>> \> this also. \>>=20 \>> Yep .. but the iso image is for evaluation copy !! not the full \>>=20 \>> The full is a 4 CD set !! and not avalaible in .iso \>=20 \> The full 4 CD set includes commercial software, like \> StarOffice and Adabas. If you want those, you have \> to pay, or visit their website. \>=20 Yes but in the box there 5 CD .. right ?=20 2 RPM .. (install + GPL one) 1 commercial=20 1 Live=20 1 source .. right ? So why the =C3=A9valution has only 1 CD ?=20 If there's 2 CD .. i said ok that normal they don't give you commercial/live & source .. But there 2 RPM .. not 1 ! And so why call it "=C3=A9valuation" CD ? Not GPL Version ? And why they give =C3=A9valution CD for publicity en sell old GLP one .. One lsl.com or so .. you will not find the SuSE 5.3 =C3=A9valuation but the 5= .3 GPL one .. And nothing about 6.0 .. in 6 months when 6.0 become obsolete (6.1 released) they will sell GPL 6.0 (not the =C3=A9valuation one !! ) So =C3=A9valution and GPL version aren't the same ? >> Yes=20 To conclude : If you want to have a uptodate distro the only solution is pay = or change of distro .=20 \>>=20 \>> Yep but SMP have been _really_ improve in 2.2 kernel .. (non blocking 1 \>> CPu \>> ..) \>>=20 \>> So .. Debian ?? \>=20 \> Debian provides one CD ISO image. SuSE provides one CD ISO \> image. No Debian provide 3 CD SET ..=20 2 install / RPM and 1 sources=20 So Debian contain more soft than SuSE (no if you compare to commercial version / Yes if you compare to GPL) \> I really don't understand where you want to go. Only so \> much \> stuff can be placed on a CD. SuSE uses 5 CD's in the \> commercial \> package: \> 1: RPM packages and really cool software like MI/X. \> 2, 3: RPM packages. \> 4: Source code \> 5: Live file system. \>=20 You see you're agree with me .. 5 CD .. not 1=20 \> No other distribution comes close to this quality. =20 \>=20 That right .. I'm totally agree with you ..SuSE distro are really good but the 'distribution method(or licence i don't know)' of this distro is not really g= ood You want new GPL soft >>>> you must pay ! And i don't speack here about _strange_ licence like Yast one !! \> Debian 2.0 came out about the same time as SuSE 5.2, \> so if the latest and greatest is your thing, I \> don't think Debian is a good choice. The last frozen version of Debian (i don't remember the version ~2.1) is total kernel 2.2 and glibc compliant (i try it without _really_no_problem. perhaps dselect horrible interface .. but no bug) I don't want to launch a polemic about 'which is the best / or the latest distro ?' here=20 And in another mail you said commercial are cheaper than ftp download 2.0 Gb for you perhaps for me not really .. I can download everything from job witho= ut any charge .So .. you understand what i want . And somebody else said why What is the problem you can download which RPM you want and burn it .. yes but i want the all distro .. ~2 Go and on a single CD that very hard to do . And I don't think that if i burn CD whithout a doc .. yast will never find the good package on the right disk . So tell me how to burn CD from ftp site (not the evaluation one) I have already see that question in the mailing list whithout answer (last=20 month). That why ask it again \>=20 \> One last question: What are you looking for that's \> not on the SuSE evaluation CD? I used the 5.2 \> evaluation CD on my laptop for months before I \> bought the 5.3 commercial. \>=20 And why do you bought it ? To encourage SuSE (that 's a really good reason) , because you want a uptodate distro when 5.3 was released or for the commercial package ? In fact the really trouble is that some of my friend who develop things (gtk members .. or Free Software Fond..) have the same trouble .. they take a commercial version of RH (for example) a burn the two first CD of the distro . not the commercial one . It 's a bit piracy i think but how can they do witho= ut it ? Pay for commercial one every 3 months / buy a GPL old version and spent 3 weeks of ftp to make it uptodate . No the fast / easier method .=20 Because RH 5.3 GPL are hard to fine too but available not SuSE one . The best wish I could do it's that commercial distributor of LinuX help the LinuX community . And don't transform them to Windows User . who most of them are pirates or old fashion user (with Win 3.1 on there box because they can't paid news licence for there 95/Office) Somebody tell me that using Windows is more expansive .. perhap's but don't forget that LinuX licencing method is growing fast in windows world=20 ( apache / Mysql .. and so on exist for free on Nt like LinuX .. and commercial product like Startoffice have the same licence of LinuX & 95 ) And do you really know someone who have buy a window 95 update to 98 , I don'= t=20 WinX sucks that right but i think that trying to make too much money about LinuX will transform it to the same result .. You need this soft (pub ) so pay for it . I know that the financial aspect of LinuX is the most important ..the=20 stability and good sutff are .And a lot of us have buy a lot of LinuX things (~4 books .. T-shirt ..). but today if you feel the LinuX world like the Windows(SuckTm) world , do you continue to support linux as you do now ? \> George Best regards .. J=C3=A9rome .. ------ (PS : George don't feel angry about me I 'm just try to explain my opinion and I really love SuSE i already paid 3 SuSE distro for work / home / my sister present . But i don't want to buy 3 other now .. I want the 6.0 GPL version So i can't give a copy to my syster whithout doing 'pirate copy' of my just buy 6.0) And excuse for my English .. I'm a french guy=20 And my teeth is my dentist whom broke it .. not SuSE anger .. :=3D) thanks .. --------------------------------------------------- Soif soif(a)mygale.org write 15-Feb-99 at 23:32:51 You will find my LinuX tricks and Tips at http://www.mygale.org/~soif/> --------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5939742760564703346==-- From zentara@mindspring.com Tue Feb 16 00:04:04 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] still having network probs Date: Mon, 15 Feb 1999 19:04:04 -0500 Message-ID: <36C8B5F4.308A5CB7@mindspring.com> In-Reply-To: <99021512440701.04051@rimez> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0395023999587744228==" --===============0395023999587744228== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable R.H.Mezger wrote: >=20 > Still having the same problem... does anyone have an idea of what could be > causing this? It's still the same. I can't connect to my homepage or my > homepage ftp site. > Should I use an older version of ppp? >=20 > from yesterday--------------------------------------- >=20 > I recently upgraded to suse 6.0 and have found a really weird problem... It > seems somehow I can not connect to my homepage using 6.0 (via ppp). Anytime > that i try netscape pops up a message something to the effect of 'the serve= r is > down or refusing to give you the page...' . I've also tried using lynx to g= et Do you mean to your homepage on an Dialup ISP, or on your localhost?. Sounds like you are not connecting to the nameservers. Check your /etc/resolv.conf, also it could be a routing problem. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0395023999587744228==-- From mperry@basin.com Tue Feb 16 00:09:48 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] posting of html email Date: Mon, 15 Feb 1999 16:09:48 -0800 Message-ID: <199902160009.QAA17782@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8649449742536067473==" --===============8649449742536067473== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have problems reading html email that is posted to suse-linux-e.=20 Would it be possible to have people post only test email to the list? I appreciate any flexibility people could have in this matter. -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8649449742536067473==-- From eros@anduin.eldar.org Tue Feb 16 00:49:19 1999 From: eros@anduin.eldar.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] posting of html email Date: Mon, 15 Feb 1999 16:49:19 -0800 Message-ID: In-Reply-To: <199902160009.QAA17782@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0297686740514933902==" --===============0297686740514933902== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 15 Feb 1999, Michael Perry wrote: > I have problems reading html email that is posted to suse-linux-e.=20 > Would it be possible to have people post only test email to the list? >=20 > I appreciate any flexibility people could have in this matter. While, many of us find it annoying, there's always going to be the occasional post in html. Not to mention the fact that we get people constantly migrating from Windows into Linux and newly subscribing to the group. We obviously don't want another debate, but even so, a reminder: some of us are at the console and in Pine etc. HTML is regarded by many as annoying and rude to post to a mailing list; ESPECIALLY a Unix/Linux one.=20 Personally, I just delete it.=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0297686740514933902==-- From lhedrin@SSG.PETsMART.com Tue Feb 16 01:01:07 1999 From: lhedrin@SSG.PETsMART.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Thanks Date: Mon, 15 Feb 1999 18:01:07 -0700 Message-ID: In-Reply-To: <[SuSE Linux] Thanks> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1564543046173713285==" --===============1564543046173713285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Title: RE: [SuSE Linux] Thanks
Well seeing as I am still the proverbial"babe, crawling in the= Linux woods," 5.3 should keep me busy, and by the time that 6.1 comes out, I= should be at least walking!!!!

Thanks

Les C. Hedrington



:|> -----Original Message-----
:|> From: eros(a)intergate.bc.ca [
mailto:eros(a)intergate.bc.ca]
:|> Sent: Monday, February 15, 1999 4:57 PM
:|> To: Jerry Lynn Kreps
:|> Cc: Les Hedrington; suse-linux-e(a)suse.com
:|> Subject: Re: [SuSE Linux] Thanks
:|>
:|>
:|> On Mon, 15 Feb 1999, Jerry Lynn Kreps wrote:
:|> > SuSE 6.3 is a fabulous release, solid as a piece of = granite.
:|> > I wasn't aware that SO 5.0 was available in glibc5. = I
:|> thought you had
:|> > to be using glibc to run it???? I recall installing= it
:|> on my son's
:|> > machine (RH 5.2) and reading that it required glibc6= .
:|> Maybe I misread.
:|> > ???
:|> S.u.S.E. 5.3 was great. 6.0 is nice as well.
:|>
:|> Yeh, you did misread, or read too quickly: SO 5.0 runs= on libc5,
:|> ---there's instructions in the docs how to make it go = on a
:|> libc5 sys.
:|>
:|>
:|>
:|>

--===============1564543046173713285==-- From lhedrin@SSG.PETsMART.com Tue Feb 16 01:04:18 1999 From: lhedrin@SSG.PETsMART.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Thanks Date: Mon, 15 Feb 1999 18:04:18 -0700 Message-ID: In-Reply-To: <[SuSE Linux] Thanks> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6882628427219881000==" --===============6882628427219881000== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Title: RE: [SuSE Linux] Thanks
:|> SuSE 6.3 is a fabulous release, solid as a piece of granit= e.
:|> I wasn't aware that SO 5.0 was available in glibc5. I=
:|> thought you had
:|> to be using glibc to run it???? I recall installing i= t on my son's
:|> machine (RH 5.2) and reading that it required glibc6. =
:|> Maybe I misread.


You may not have misread, but I am so new, that it may be a mo= ot point until I actually get there. So I will just have to see how long it = takes, and how much tinkering I will be doing for a while.

I am really interested in SuSE 6.3(hehehehe)

--===============6882628427219881000==-- From craig@cpr.prestel.co.uk Tue Feb 16 01:09:15 1999 From: craig@cpr.prestel.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] links for my web page. Date: Tue, 16 Feb 1999 01:09:15 +0000 Message-ID: <00a401be5948$f9cc8480$037ba8c0@chexy02> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8623085342660161033==" --===============8623085342660161033== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable thanks for the info on html emails and CAPS sorry hopefully it is all fixed. I am still looking for links and ideas for my linux part of my web site after the page is complete I will send all users a copy of the link. Also needed are some people to help with a linux news letter that will be free to everyone on this mailing list if you are interested please let me know as soon as possible I am looking for people that can edit the news letter and people that can give us some information. Hope to here from you soon. Craig Ryan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8623085342660161033==-- From craig@cpr.prestel.co.uk Tue Feb 16 01:11:05 1999 From: craig@cpr.prestel.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] links and help Date: Tue, 16 Feb 1999 01:11:05 +0000 Message-ID: <00b401be5949$3ae93800$037ba8c0@chexy02> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0765542610941402629==" --===============0765542610941402629== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable thanks for the info on html emails and CAPS sorry hopefully it is all fixed. I am still looking for links and ideas for my linux part of my web site after the page is complete I will send all users a copy of the link. Also needed are some people to help with a linux news letter that will be free to everyone, on this mailing list. If you are interested please let me know as soon as possible I am looking for people that can edit the news letter and people that can give us some information. Hope to here from you soon. Craig Ryan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0765542610941402629==-- From lunaslide@pacbell.net Tue Feb 16 01:45:17 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] kernel 2.2.1 on stock SuSE6.0 problems Date: Mon, 15 Feb 1999 17:45:17 -0800 Message-ID: <36C8CDAD.D697EC63@pacbell.net> In-Reply-To: <14023.11138.933500.647726@freelander.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4137171557512549679==" --===============4137171557512549679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Keith White wrote: >=20 > Fred wrote >> >=20 > >Keith, you MUST install the -pre 7 kernel which is the option to > >2.0.36, THEN you can "drop in" the 2.2.1 kernel. >=20 > H`mm,i can see the logic here,but satisfy my curiosity. > Why ??. > Does this mean that the upgrade to 2.2.1 effectivly stops > me from using a 2.0.36 back-up kernel. You do not need to do this. The safest way to go about upgrading is 0) cd /usr/src 1) rm linux 2) tar -xzvf linux-2.2.1.tar.gz 3) mv linux linux-2.2.1 4) ln -s linux-2.2.1 linux Your old kernel source tree will be intact. The old modules will remain in /lib/modules/2.0.36 and you may use either kernel. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4137171557512549679==-- From lunaslide@pacbell.net Tue Feb 16 01:51:36 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] How I fixed the C++ problem... Date: Mon, 15 Feb 1999 17:51:36 -0800 Message-ID: <36C8CF28.D225A2FD@pacbell.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2450690353959290149==" --===============2450690353959290149== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Mike Gorsuch wrote: >=20 > Hey guys, >=20 > Just wanted to let you know I got the problem fixed. Thanks to everyone who > helped, especially Steven. It shows how powerful the Linux community can > really be. >=20 > Ok, first off here's the problem: > Everytime I would try and run the ./configure script that came with a packa= ge > that required c++, it would fail. It would tell me that my c++ compiler > couldn't create binaries. That was odd. (Oh yeah, this is on 6.0) >=20 > Here's how I fixed it: > I went and uninstalled the gpp and libgpp packages. Then I reinstalled the > gccfront package, and that fixed it. I guess there is a possibility that t= he > c++ that is installed with gpp is bad, or the ./configure script invokes it > wrong. >=20 > Well, I thought I'd let everyone know so they don't have to go through all = of > the trouble I did. Very considerate :-) The problem here is that gcc is linked to egcs, not the old gcc compiler. Not everyone is using egcs yet, so on trees that use the old gcc, builds fail. My question to you all is, how do I compile with the old gcc *without* unlinking egcs (i.e., installing gccfront)? I want to use egcs for my own stuff, but I'd like to be able to compile packages which use the other. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2450690353959290149==-- From lunaslide@pacbell.net Tue Feb 16 01:55:02 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 SAX hangs machine Date: Mon, 15 Feb 1999 17:55:02 -0800 Message-ID: <36C8CFF6.910A3B54@pacbell.net> In-Reply-To: <199902142337.RAA09004@Kitten.mcs.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4369546025899534572==" --===============4369546025899534572== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Peter B. Van Campen" wrote: >=20 > Hello All, >=20 > I have just completed a 5.3 to 6.0 upgrade. The new sys does not >=20 > see my PS/2 bus mouse. I have seen a msg that says to turn off GPM >=20 > to avoid XF86 conflict. I have done this in YAST but X still can't see >=20 > a mouse; and refuses to start. When I run SAX it also can't see the >=20 > mouse and it hangs. Any suggestions? Have you downloaded the updates to SaX and Yast on the SuSE site? I had a similar problem that seemed to be fixed by this. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4369546025899534572==-- From Anthony.Schlemmer@gte.net Tue Feb 16 02:07:06 1999 From: Anthony.Schlemmer@gte.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Mon, 15 Feb 1999 18:07:06 -0800 Message-ID: <36C8D2CA.15717F16@gte.net> In-Reply-To: <[SuSE Linux] linux sees only half of my memory> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0355777414518180856==" --===============0355777414518180856== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Brad Shelton wrote: >=20 > On Mon, Feb 15, 1999 at 06:29:11AM -0800, Anthony Schlemmer wrote: > > > > I had the same problem when I upgrade my system from 64MB to 128MB. I > > had to add a line to my /etc/lilo.conf file: > > > > # LILO Konfigurations-Datei > > #Start LILO global Section > > boot=3D/dev/sda > > #compact # faster, but won't work on all systems. > > linear > > read-only > > prompt > > timeout=3D50 > > vga =3D normal # force sane state > > # End LILO global section > > # Linux bootable partition config begins > > image =3D /vmlinuz > > root =3D /dev/sda1 > > label =3D Linux > > append =3D "mem=3D128M" > > # > > # Linux bootable partition config ends > > # >=20 > You guys must not be using an SuSE Kernel then. >=20 > -- > Brad Shelton bshelton(a)ole.net > On Line Exchange http://ole.net> > Detroit News http://detnews.com> When I was still running SuSE 5.2 I tried to apply the kernel patch for 2.0.34 to the SuSE 2.0.33 kernel. My kernel source was corrupted and so I had to reinstall it. I tried several times to apply the kernel patch without success. I thought I had perhaps forgotten how to run the "patch" program. I thought I was downloading compatable and approved kernel patches from the SuSE FTP site. As it turned out, the patches were the same standard ones I can download off of Sunsite. I found out (the hard way) that the standard kernel patches cannot be applied to the SuSE kernel source without corrupting it. I instead uninstalled the SuSE kernel source and installed the standard Linux 2.0.33 kernel source from the SuSE CDROM. I've been applying patches and using the standard kernel source ever since. When I upgraded to SuSE 5.3, the kernel source was left untouched since I already had the patched kernel source for 2.0.35 intalled on all of the systems I upgraded.=20 Tony --=20 Anthony.Schlemmer(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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0355777414518180856==-- From lunaslide@pacbell.net Tue Feb 16 02:20:41 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 32bitsonline.com - Linux distributions compared. Date: Mon, 15 Feb 1999 18:20:41 -0800 Message-ID: <36C8D5F9.702B26A2@pacbell.net> In-Reply-To: <36C8A629.B5D01A82@gmswireless.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6829470038786057532==" --===============6829470038786057532== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Tony Schlemmer wrote: >=20 > Anyone see the 32Bitsonline article that compares the various Linux > distributions? I through the author was inacurate in that he says that > SuSE doesn't have a remote administration tool like RedHat's > "linuxconf". I remotely administer my Linux server from a KDE terminal > window. I rlogin to my server and run YaST remotely. I even NFS mount my > CDROM drive on my workstation to my server so I don't have to physically > put a CDROM into my server's CDROM drive. I know YaST is not X-based or > Web-based but it certainly can be run remotely in a terminal window. >=20 > http://www.32bitsonline.com/article.php3= ?file=3Dissues/199902/distributions/part>&page=3D1 I saw this. I also corrected them on saying that none of the distributions have a utility for easily changing to a graphical login. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6829470038786057532==-- From socrates@greene.xtn.net Tue Feb 16 02:22:26 1999 From: socrates@greene.xtn.net To: users@lists.opensuse.org Subject: [SuSE Linux] gimp, glibc,and suse Date: Mon, 15 Feb 1999 21:22:26 -0500 Message-ID: <36C8D662.E224B3C1@greene.xtn.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1955277441868833030==" --===============1955277441868833030== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hey i'm a newbie, i am running suse 5.3 and want to get the gimp running on my box. downloaded the gimp rpm, glib rpm, gtk rpm , and libg rpm. i've read that suse uses libc instead of glib. should i try to compile instead of using binaries? if someone would shed some light on what needs to be done to get the gimp running i would appreciate it. i am very novice. thanks in advance tony - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1955277441868833030==-- From mperry@basin.com Tue Feb 16 03:17:34 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gimp, glibc,and suse Date: Mon, 15 Feb 1999 19:17:34 -0800 Message-ID: <199902160317.TAA21282@mperry.basin.com> In-Reply-To: <36C8D662.E224B3C1@greene.xtn.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6370473533432390722==" --===============6370473533432390722== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable tony wrote: >=20 > hey i'm a newbie, > i am running suse 5.3 and want to get the gimp running on my box. > downloaded the gimp rpm, glib rpm, gtk rpm , and libg rpm. i've read > that suse uses libc instead of glib. should i try to compile instead > of > using binaries? if someone would shed some light on what needs to be > done to get the gimp running i would appreciate it. i am very novice. > thanks in advance > tony >=20 Excuse my probable ignorance; but doesn't suse 5.3 ship with the GIMP included in the distribution? Have you checked out the graphics section the cd? There are also the SuSE 5.3 rpms available from their ftp site or a few of the rpm mirror sites out there. -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6370473533432390722==-- From leonmcclatchey@homemail.com Tue Feb 16 03:47:55 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: [SuSE Linux] Parallel Scanner Date: Mon, 15 Feb 1999 21:47:55 -0600 Message-ID: <36C8EA6B.15E56EE0@homemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8316479375489250550==" --===============8316479375489250550== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All:-) I just got a parallel scanner, The drivers and interface that came with it requires either win31 or win95. But I've got it set up on my linux box. Does anyone know of any linux drivers/interface that will work with it? I know that Sane is supposed to work with Sczi scanners, is there anything that works with parallel scanners? Thanx Loads:=3D) -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) Help a swallow land at Capistrano. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8316479375489250550==-- From mikeg@soonernet.com Tue Feb 16 04:38:58 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: [SuSE Linux] KICQ Date: Mon, 15 Feb 1999 22:38:58 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1336915229954579549==" --===============1336915229954579549== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anyone here actually gotten KICQ to work with SuSE 6.0? The stock binary won= 't connect with the server... any ideas? Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1336915229954579549==-- From mikeg@soonernet.com Tue Feb 16 05:00:43 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] KICQ Date: Mon, 15 Feb 1999 23:00:43 -0600 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7182763907921697383==" --===============7182763907921697383== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hmmm... works fine now... thats odd... just had to re-enter my user stuff a f= ew times and it works now... odd. Ok, sorry again for sending worthless questio= ns. Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7182763907921697383==-- From jsnorman@megsinet.net Tue Feb 16 05:15:01 1999 From: jsnorman@megsinet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Parallel Scanner Date: Mon, 15 Feb 1999 23:15:01 -0600 Message-ID: <36C8FED4.846165BA@megsinet.net> In-Reply-To: <36C8EA6B.15E56EE0@homemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3474597576349423169==" --===============3474597576349423169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sane works with some parallel port scanners (mostly Microtek, I recall). However, it is possible it will work with yours with some effort if yours is not a listed device. Most parallel port scanners are really scsi scanners with a special cable and drivers. Therefore, if you can find a parallel-scsi driver for linux (check out the stuff for removeable drives, I think I saw one somewhere) it may actually work (configure the driver as a general scsi driver, and then use Sane to access the scsi port). Don't know how easy this would be, but it seems to be logical. Anyone else? Leon McClatchey wrote: > Hi All:-) > > I just got a parallel scanner, The drivers and interface that came with > it requires either win31 or win95. But I've got it set up on my linux > box. Does anyone know of any linux drivers/interface that will work > with it? I know that Sane is supposed to work with Sczi scanners, is > there anything that works with parallel scanners? > > Thanx Loads:=3D) > > -- > cya l8r > Leon McClatchey > mailto:leonmcclatchey(a)ho= memail.com > Linux User 78912 (Linux Box) > > Help a swallow land at Capistrano. > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3474597576349423169==-- From morin@entelchile.net Tue Feb 16 06:01:33 1999 From: morin@entelchile.net To: users@lists.opensuse.org Subject: [SuSE Linux] help!!!!! Date: Tue, 16 Feb 1999 02:01:33 -0400 Message-ID: <19990216070821.AAA15766@mail-active.entelchile.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2614784730232089648==" --===============2614784730232089648== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi...... my English is very bad .... but I will try .... of explain...... when I install Linux...... all go ok..... but when finish the install..... give a error.... but don`t explain .... only give a message of error....... but don`t fatal exception..... and then ..... when I reboot..... my pc...... look my screen .... and....... my screen is filling with.......this error........01010101010101010101010101010101010..... then.... I have reboot again and put in drive a:\..... my disk of rescue....... of dos or win95...... because..... that is the only way ...... please ..... why???? I install other linux before....... and never...... I has problem.....=20 thanks....... Morin - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2614784730232089648==-- From chrish123@sympatico.ca Tue Feb 16 06:10:09 1999 From: chrish123@sympatico.ca To: users@lists.opensuse.org Subject: [SuSE Linux] test Date: Tue, 16 Feb 1999 01:10:09 -0500 Message-ID: <99021601102200.00468@chrish.sympatico.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8090009927216213426==" --===============8090009927216213426== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8090009927216213426==-- From chrish123@sympatico.ca Tue Feb 16 06:39:48 1999 From: chrish123@sympatico.ca To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 FTP Install Date: Tue, 16 Feb 1999 01:39:48 -0500 Message-ID: <99021601505601.00468@chrish.sympatico.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2292888850719443296==" --===============2292888850719443296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Following Mike Perrys comments and those of others, tonight I installed 6.0 v= ia ftp flawlessly over 5.3. Yast did its thing and kenal 2.0.36 is up and runni= ng. Same issues as others, need the Sax and Yast upgrade as sax does not see the vid card (Matrox Mystique) Hate to brag but company supported ADSL line did = it in less than 2 hrs.....Upgrades to follow as required and then 2.2, oh boy this getting good. Once again the Suse boys have done a great job.....off to spread the word. Thanks for the advise all and thanks to suse for putting this together. ch - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2292888850719443296==-- From deem@wdm.com Tue Feb 16 07:01:19 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] Office50 out of date in 6.0 ? Date: Mon, 15 Feb 1999 22:01:19 -0900 Message-ID: <199902160701.WAA01693@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8388115014268228080==" --===============8388115014268228080== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I get this message when I try running it in user mode. Is there a fix for this or is this Y299 bug :) -Dee W.D.McKinney (Dee) deem(a)wdm.com Faith is acting on your passions & beliefs. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8388115014268228080==-- From bob100@ibm.net Tue Feb 16 07:33:24 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KCharset Problem Date: Tue, 16 Feb 1999 02:33:24 -0500 Message-ID: In-Reply-To: <36C89D2D.3AFDF250@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6044932837800816221==" --===============6044932837800816221== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 Jerry Lynn Kreps wrote: > bob gordon wrote: >>=20 >> Every time I launch kedit I'm tired of seeing: >>=20 >> KCharset: Wrong charset! >>=20 >> What's with this? And how do I fix it? >>=20 >> Thanx, >>=20 >> Bob >=20 > Open Kedit, click "Options" on the menu bar, then click "Font" and > choose one you like that doesn't give you trouble. Had already tried this. All the fonts, in fact. Still get the KCharset messag= e! ---------------------------------- E-Mail: bob gordon Date: 16-Feb-99 Time: 02:31:18 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6044932837800816221==-- From m.lusetti@mo.nettuno.it Tue Feb 16 07:56:16 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] How to stop autom. dialing+++ (ISDN, SUSE LINUX Date: Tue, 16 Feb 1999 08:56:16 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2871215757300657564==" --===============2871215757300657564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15-Feb-99 Fredrik Rodland wrote: [...] > 2. On the suse-web, and in the datasheet that followed SUSE 6.0, > Dyanlink-ISDN-cards are said to be supported. However it does NOT figure > in list of available cards in YAST, which it probably should. I set up my > card as an ASUSCOM, and got the IO, IRQ, etc -data from the pnpdump- & > isapnp-tools. Any comments from SUSE on this? Maybe the list you find on YAST is for the chipstets over the cards... have y= ou ever try to look for it on your ISDN card !? > 4. I seem to have missed something on setting up a DNS or something. When > I try to telnet to a hostname (eg stud.ntnu.no) I get: no such host. > However if I telnet to the example in the manual, using the IP-address, > SUSE detects the call, and dials using my defined ISDN-connection. After > this I am able alse to telnet a hostname. >=20 I don't understand if you have setted up your machine as DNS server or not !? ---------------------------------- Date: 16-Feb-99 Time: 08:50:00 The Army needs leaders the way a foot needs a big toe. -- Bill Murray ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2871215757300657564==-- From m.lusetti@mo.nettuno.it Tue Feb 16 08:06:04 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Office50 out of date in 6.0 ? Date: Tue, 16 Feb 1999 09:06:04 +0100 Message-ID: In-Reply-To: <199902160701.WAA01693@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2635992508850809818==" --===============2635992508850809818== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16-Feb-99 W.D.McKinney wrote: >=20 > I get this message when I try running it in user mode. > Is there a fix for this or is this Y299 bug :) >=20 > -Dee Have you registered it with full registration code from stardivision site ?! ---------------------------------- Date: 16-Feb-99 Time: 09:05:36 Happiness is having a scratch for every itch. -- Ogden Nash ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2635992508850809818==-- From gh@simteam.com Tue Feb 16 08:31:40 1999 From: gh@simteam.com To: users@lists.opensuse.org Subject: [SuSE Linux] From 5.3 to 6.0 Troubles Date: Tue, 16 Feb 1999 09:31:40 +0100 Message-ID: <36C92CEC.4B3CD3D@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8516204386816844995==" --===============8516204386816844995== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Sorry to post in english for the guys in the french list !! Only this time I promise. I have some problems going up to 6.0. I read the doc carefully, but I got this message while installing: POSTIN suse_lxf returns 1=20 what does it mean I wonder ?? 2 - I cannot rebuild my kernel because when I do make zImage It fails on a deliberate failure directive from florian la roche saying that I should use gcc . when I do gcc --dumpversion I got: egcs-2.91.60. egcs was probably installed as a dependent package of something else ( GNOME ???) 3 - Netscape 4.5 will not start due to a .so problem ( i will write the message down) My main concern here is the impossibility to rebuild the kernel, I treat the others afterward. Thanks for any clue/tip/help you can provide regards to all and sorry again for having in english in a french list GH Portefait --=20 "Computers are like air conditioners - they stop working properly when you open Windows" -----BEGIN GEEK CODE BLOCK----- =20 Version: 3.1 GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w !O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20 ------END GEEK CODE BLOCK------ ht= tp://www.geekcode.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8516204386816844995==-- From wybo@servalys.hobby.nl Tue Feb 16 09:00:03 1999 From: wybo@servalys.hobby.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: linux sees only half of my memory Date: Tue, 16 Feb 1999 10:00:03 +0100 Message-ID: <199902160900.KAA00191@servalys.hobby.nl> In-Reply-To: <[SuSE Linux] Re: linux sees only half of my memory> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1465776204557792839==" --===============1465776204557792839== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Steve Anderson wrote: > I have this same trouble. But I don't use LILO. Is there any way to=20 > get this information to the kernel if you are using loadlin to multiboot=20 > from Win95? Thanks! First of all: thanks everybody for giving me back my full 128 MB! As for win95: I have this in my config.sys: [Menu] menuitem=3DLinux menuitem=3DWin95 menuitem=3DDOS menudefault=3DLinux,5 [Linux] shell=3Dc:\loadlin\loadlin.exe c:\loadlin\vmlinuz mem=3D128M root=3D/dev/hdb1= rw [Win95] et cetera --=20 Hartelijke groet, Wybo Dekker ___________________Servalys Analytical Chemistry Services__________________ wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-652164 www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1465776204557792839==-- From joshaugh@uk.oracle.com Tue Feb 16 09:04:09 1999 From: joshaugh@uk.oracle.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] From 5.3 to 6.0 Troubles Date: Tue, 16 Feb 1999 09:04:09 +0000 Message-ID: <36ca331e.90259736@mailhost.uk.oracle.com> In-Reply-To: <36C92CEC.4B3CD3D@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5411499001622475955==" --===============5411499001622475955== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16 Feb 99 08:31:40 +0000, you wrote: >3 - Netscape 4.5 will not start due to a .so problem ( i will write the >message down) I had this too, but only on one of the two upgrades I've done (strange?). You need to install an older version of a library, libgpp27 (in the dev series) I think. >My main concern here is the impossibility to rebuild the kernel, I treat >the others afterward. I think you may have to install the gccfront (?) package. It says you shouldn't use egcs for building the kernel. On both upgrade I've done, I've had to install gccfront by hand (well, using yast). Jamie ---------------------------------------------- Jamie O'Shaughnessy >>> joshaugh(a)uk.oracle.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5411499001622475955==-- From joshaugh@uk.oracle.com Tue Feb 16 10:42:42 1999 From: joshaugh@uk.oracle.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE5.3 -> 6.0 upgrade problems Date: Tue, 16 Feb 1999 10:42:42 +0000 Message-ID: <36cd4927.95900928@mailhost.uk.oracle.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8452141782263907871==" --===============8452141782263907871== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15 Feb 99 21:14:44 +0000, you wrote: >> I've switched back to the 2.0.36 until I get everything else OK. If you >> read the Changes file with the 2.2.1 kernel, it tells you all the versions >> of things you need for the 2.2.1 kernel. May of these are newer than those >> supplied with SuSE6.0, such as pppd. I know a lot of people have been >> having problems upgrading to 2.2.1, have you updated all these "components" >> too. > >The pppd supplied with Suse 6.0 seems to be the correct version >(2.3.5). I upgraded util-unix (2.9h), modutils (2.1.121) and net-tools >(1.50), but I think that Suse 6.0 had the correct versions of all of >the other packages (of those I use) Are you sure? Is your 6.0 install a clean install, or did you upgrade from 5.x? (I did an upgrade from 5.3) According to the 2.2.1 Changes file you need: 2.2.1 Needs SuSE6.0 Installs Kernel modules 2.1.121 2.1.85 Linux libc5 5.4.46 doesn't! Linux libc6 2.0.7pre6 ? Procps 1.2.9 1.2.7 Net-tools 1.49 1.46 NFS 2.2beta40 2.2beta38 These are from the things I have installed, there are a couple of others (such as pppd) which I don't have installed here (but I seem to remember from home the SuSE6 pppd is older than the one required in the Changes file). To get the above version numbers I've followed the instructions as in 'Changes'. For the libc5/6 C libraries it says do a "ls -l /lib/libc.so.*" which for me gives: /lib/libc.so.4 -> libc.so.4.7.6 /lib/libc.so.4.7.6 /lib/libc.so.6 Am I right to assume I've not got a libc5? Jamie ---------------------------------------------- Jamie O'Shaughnessy >>> joshaugh(a)uk.oracle.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8452141782263907871==-- From zentara@mindspring.com Tue Feb 16 10:55:47 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] posting of html email Date: Tue, 16 Feb 1999 05:55:47 -0500 Message-ID: <36C94EB3.5B2CD98C@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2608826143395824019==" --===============2608826143395824019== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable eros(a)anduin.eldar.org wrote: >=20 > On Mon, 15 Feb 1999, Michael Perry wrote: > > I have problems reading html email that is posted to suse-linux-e. > > Would it be possible to have people post only test email to the list? > > > > I appreciate any flexibility people could have in this matter. >=20 > While, many of us find it annoying, there's always going to be the > occasional post in html. Not to mention the fact that we get people > constantly migrating from Windows into Linux and newly subscribing to the > group. We obviously don't want another debate, but even so, a reminder: > some of us are at the console and in Pine etc. HTML is regarded by many as > annoying and rude to post to a mailing list; ESPECIALLY a Unix/Linux one. >=20 > Personally, I just delete it. I would bet that 990f the problem is that Netscape sets itself up with the preferences option " sent html email by default". You have to go into prefernces and uncheck it. I wonder why they did it that way? It is an easy thing to overlook. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2608826143395824019==-- From sjaniska@inet.hr Tue Feb 16 10:56:11 1999 From: sjaniska@inet.hr To: users@lists.opensuse.org Subject: [SuSE Linux] Fujitsu 640 MO disks & kernel 2.2.1 Date: Tue, 16 Feb 1999 09:56:11 -0100 Message-ID: <199902160919.KAA22402@bach.iskon.hr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3256253891883100678==" --===============3256253891883100678== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello!=20 I'm completely newbie waiting to receive my 1st Linux SuSE 6.0 from my local = reseller. It's time to try Linux after years spent with OS/2. :) I've seen on the Internet that Fujitsu DynaMO 640 disks cannot wotk with 2.03= 6 kernel because it lacks=20 2048 bytes/sector support. There is some patch for this, but I'm interested is it better to patch the ke= rnel or go straight with 2.2.1? How troublesome is to upgrade the kernel in SuSE 6.0 to 2.2.1? On the mirror for the kernel, I saw there is also some patch for it? What source files I need for 2.2.1 upgrade? Thanks, Sasa P.S. I'm happy to see lot of traffic here - it means that there is hope to g= et right help when needed. One reason more to give Linux a fair try. Any suggestion for the backup solution for my stand-alone machine using Fujit= su 640 MO disks? -------------------------------------------- E-mail: sjaniska(a)inet.hr - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3256253891883100678==-- From zentara@mindspring.com Tue Feb 16 11:11:51 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] help!!!!! Date: Tue, 16 Feb 1999 06:11:51 -0500 Message-ID: <36C95277.95945C05@mindspring.com> In-Reply-To: <19990216070821.AAA15766@mail-active.entelchile.net@morin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4143336903708361292==" --===============4143336903708361292== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Morin Monica Ishihara Benitez wrote: >=20 > Hi...... > my English is very bad .... but I will try .... of explain...... > when I install Linux...... all go ok..... but when finish the install..... > give a error.... but don`t explain .... only give a message of error....... > but don`t fatal exception..... > and then ..... when I reboot..... my pc...... look my screen .... > and....... my screen is filling with.......this > error........01010101010101010101010101010101010..... > then.... I have reboot again and put in drive a:\..... my disk of > rescue....... of dos or win95...... because..... that is the only way > ...... > please ..... why???? > I install other linux before....... and never...... I has problem..... > thanks....... Is linux the only OS you have on your machine, or are you using a dual boot with windows? It sounds like your hardrive is not setup properly. It may be something like the master-slave jumper is set wrong, or the size of the hardrive is set wrong in bios, or you are improperly using something like EZ-Bios on a large hardrive. Put your dos bootable floppy in, and boot. Type fdisk /mbr, and see if you can get windows to bootup properly. If so, you can try to reinstall lilo in the Master Boot Record. Alternatively, you can boot with loadlin, from your windows partition. You need to post more information. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4143336903708361292==-- From scurran@aracnet.net Tue Feb 16 11:12:48 1999 From: scurran@aracnet.net To: users@lists.opensuse.org Subject: [SuSE Linux] cdrom lockup Date: Tue, 16 Feb 1999 06:12:48 -0500 Message-ID: <36C952B0.4569@aracnet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7400657879989678497==" --===============7400657879989678497== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is there any setting in 5.3 that would deactivate the open button on a cdrom? Mine won't open after I reinstalled 5.3 due to a m$ virus wiping my hdd. (I at the time dual booted to either m$ or 5.3 Since then my cdrom won't open. Thanks Denis - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7400657879989678497==-- From hatridge@straubing.baynet.de Tue Feb 16 11:16:13 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] WP8 ?? Date: Tue, 16 Feb 1999 12:16:13 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4496605829858454470==" --===============4496605829858454470== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All; Does anyone know if there is a email list for WP8 users? TIA J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- Tried of "King Klinton I" & the Oral Office? Join the Libertarian Party! Check out www.lp.org - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4496605829858454470==-- From Surjit.Bains@hsam.co.uk Tue Feb 16 11:36:02 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] cdrom lockup Date: Tue, 16 Feb 1999 11:36:02 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B6A@EXCHANGE1> In-Reply-To: <[SuSE Linux] cdrom lockup> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1493931760944509511==" --===============1493931760944509511== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKVGhp cyBsb29rcyBtb3JlIGxpa2UgYSBoYXJkd2FyZSBmYXVsdC4uCgpXaGVuIExpbnV4IG1vdW50cyB0 aGUgY2Ryb20gaXQgJ2xvY2tzJyB0aGUgY2Ryb20gc28gdGhlIGJ1dHRvbnMgb24gdGhlCmZyb250 IG5vIGxvbmdlciB3b3JrCndoZW4geW91IHVtb3VudCB0aGUgY2Ryb20gaXQgc2hvdWxkICdyZXN0 b3JlJyB0aGUgYnV0dG9ucy4KClN1cmppdC4KCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tCkZy b206IHNjdXJyYW4gWzxBIEhSRUY9Im1haWx0bzpzY3VycmFuKGEpYXJhY25ldC5uZXQiPm1haWx0 bzpzY3VycmFuKGEpYXJhY25ldC5uZXQ8L0E+XQpTZW50OiAxNiBGZWJydWFyeSAxOTk5IDExOjEz ClRvOiBzdXNlLWxpbnV4LWUoYSlzdXNlLmNvbQpTdWJqZWN0OiBbU3VTRSBMaW51eF0gY2Ryb20g bG9ja3VwCgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklO RzogRXh0ZXJuYWwgRW1haWw6IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJj ZQpleHRlcm5hbCB0byBIU0FNIGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNh bm5vdCBiZSB2ZXJpZmllZC4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09CgpJcyB0aGVyZSBhbnkgc2V0dGluZyBpbiA1LjMgdGhhdCB3b3VsZCBkZWFjdGl2YXRlIHRo ZSBvcGVuIGJ1dHRvbiBvbiBhCmNkcm9tPyAgTWluZSB3b24ndCBvcGVuIGFmdGVyIEkgcmVpbnN0 YWxsZWQgNS4zIGR1ZSB0byBhIG0kIHZpcnVzIHdpcGluZwpteSBoZGQuICAoSSBhdCB0aGUgdGlt ZSBkdWFsIGJvb3RlZCB0byBlaXRoZXIgbSQgb3IgNS4zCgpTaW5jZSB0aGVuIG15IGNkcm9tIHdv bid0IG9wZW4uCgpUaGFua3MKCkRlbmlzCi0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFz ZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0 cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBh dCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVG PSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJF Rj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0 bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgt ZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFz ZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0 cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBh dCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVG PSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJF Rj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0 bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgt ZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============1493931760944509511==-- From grimmer@suse.de Tue Feb 16 11:45:06 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] cdrom lockup Date: Tue, 16 Feb 1999 12:45:06 +0100 Message-ID: In-Reply-To: <36C952B0.4569@aracnet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9140305814209329368==" --===============9140305814209329368== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 16 Feb 1999, scurran wrote: > Is there any setting in 5.3 that would deactivate the open button on a > cdrom? Mine won't open after I reinstalled 5.3 due to a m$ virus wiping > my hdd. (I at the time dual booted to either m$ or 5.3 >=20 > Since then my cdrom won't open. Hmm, I doubt, that a virus is capable of blocking your CD-ROM drive. Usually the drive is locked, when you mount a CD. After unmounting it, it should be possible to open it. If not, you could try to use a CD player like workman or kscd, most of them also offer an eject feature. There is also a tool called "eject" on sunsite aka metalabs. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9140305814209329368==-- From Surjit.Bains@hsam.co.uk Tue Feb 16 12:56:16 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Repost: Compile zImage/w SB16? Help! Date: Tue, 16 Feb 1999 12:56:16 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B6B@EXCHANGE1> In-Reply-To: <[SuSE Linux] Repost: Compile zImage/w SB16? Help!> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3103746041028366551==" --===============3103746041028366551== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSBn b3QgbXkgbmV3IFN1U0UgNiB5ZXN0ZXJkYXkgLi4uLgoKbGFzdCBuaWdodC8gdGhpcyBtb3JuaW5n IEkgaGFkIHRoaXMgcHJvYmxlbSBhIGxvdC4gQWZ0ZXIgdGVzdGluZyB0aGUKY29tcGlsZXIgaXQg c2VlbWVkIHRvIHdvcmsgSSBwdXQgaXQgZG93biB0byBkZWZhdWx0IHNldHRpbmdzIGluIHRoZSBT dVNFCktlcm5lbCBjb25mIGZpbGUgKCBlciB3aGF0J3MgaXQgY2FsbGVkICEhKSBhbnl3YXkgdGhl cmUgaXMgYSBsb3Qgb2YKZGVmYXVsdCBlbnRyaWVzICBpbiBtZW51Y29uZmlnIHdoaWNoIGFyZW4n dCBuZWVkZWQsIEJ1dCBzZXR1cCBJIHN1cHBvc2UKdG8gY2F0ZXIgZm9yIGFsbCEuLi4KCnJlbW92 ZSB0aGUgZW50cmllcyB3aGljaCBkb24ndCBhcHBseSB0byB5b3VyIG1hY2hpbmUuLi4KCkFsc28g RW5zdXJlIHRoZSBTQiBJUlEgaXMgY29ycmVjdCBpbiBtZW51Y29uZmlnLi4uCgpIVEgKClN1cmpp dC4KCi0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tCkZyb206IFN0ZXZlbiBULiBIYXR0b24gWzxB IEhSRUY9Im1haWx0bzpoYXR0b25zKGEpQ1BLV0VCU0VSNS5uY3IuZGlzYS5taWwiPm1haWx0bzpo YXR0b25zKGEpQ1BLV0VCU0VSNS5uY3IuZGlzYS5taWw8L0E+XQpTZW50OiAxMiBGZWJydWFyeSAx OTk5IDIzOjQzClRvOiBzdXNlLWxpbnV4LWUoYSlzdXNlLmNvbQpTdWJqZWN0OiBbU3VTRSBMaW51 eF0gUmVwb3N0OiBDb21waWxlIHpJbWFnZS93IFNCMTY/IEhlbHAhCgo9PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0ZXJuYWwgRW1haWw6IFRoaXMg bWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRlcm5hbCB0byBIU0FNIGFuZCB0 aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBiZSB2ZXJpZmllZC4KPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpBbSBJIHRoZSBvbmx5IG9uZSBo YXZlaW5nIHRoaXMgcHJvYmxlbS4gIEkgc2VhcmNoZWQgdGhlIG1haWwgYXJjaGl2ZXMKYnV0IGNh bid0IGZpbmQgdGhlIHByZXZpb3VzIGRpc2N1c3Npb24uICBUaGUgZm9sbG93aW5nIGlzIGEgcmVw b3N0OgoKR29vZCB0byBiZSBiYWNrIGZvbGtzLAoKSSBhbSBoYXZpbmcgdHJvdWJsZSBjb21waWxp bmcgbXkgbmV3IGtlcm5lbCBmcm9tIDYuMC4gIEkgYmVsaWV2ZSB0aGVyZQppcyBhIGZpbGUgSSBu ZWVkIHRvIGRlbGV0ZSB0byBtYWtlIHRoaXMgZ28gYXdheS4gIEl0IGhhcHBlbnMgd2l0aCBtYWtl CnpJbWFnZS4gIEFueSBzdWdnZXN0aW9ucz8KClRJQSwKClN0ZXZlCgptYWtlWzJdOiBFbnRlcmlu ZyBkaXJlY3RvcnkgYC91c3Ivc3JjL2xpbnV4LTIuMC4zNi5TdVNFL2RyaXZlcnMvc291bmQnCmdj YyAtRF9fS0VSTkVMX18gLUkvdXNyL3NyYy9saW51eC9pbmNsdWRlIC1WMi43LjIuMyAtV2FsbAot V3N0cmljdC1wcm90b3R5cGVzIC1PMiAtZm9taXQtZnJhbWUtcG9pbnRlciAtZm5vLXN0cmVuZ3Ro LXJlZHVjZSAtcGlwZQotbTQ4NiAtbWFsaWduLWxvb3BzPTIgLW1hbGlnbi1qdW1wcz0yIC1tYWxp Z24tZnVuY3Rpb25zPTIgLURDUFU9Njg2ICAtYwotbyBzb3VuZF9zd2l0Y2gubyBzb3VuZF9zd2l0 Y2guYwpzb3VuZF9zd2l0Y2guYzogSW4gZnVuY3Rpb24gYGluaXRfc3RhdHVzJzoKc291bmRfc3dp dGNoLmM6OTc6IHBhcnNlIGVycm9yIGJlZm9yZSBgU09VTkRfQ09ORklHX0RBVEUnCm1ha2VbMl06 ICoqKiBbc291bmRfc3dpdGNoLm9dIEVycm9yIDEKbWFrZVsyXTogTGVhdmluZyBkaXJlY3Rvcnkg YC91c3Ivc3JjL2xpbnV4LTIuMC4zNi5TdVNFL2RyaXZlcnMvc291bmQnCm1ha2VbMV06ICoqKiBb c3ViX2RpcnNdIEVycm9yIDIKbWFrZVsxXTogTGVhdmluZyBkaXJlY3RvcnkgYC91c3Ivc3JjL2xp bnV4LTIuMC4zNi5TdVNFL2RyaXZlcnMnCm1ha2U6ICoqKiBbbGludXhzdWJkaXJzXSBFcnJvciAy CmJhc2gtMi4wMiMKLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwg dG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vi c2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0 dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cu c3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9y dC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3 LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0i aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8 L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5o dG1sPC9BPC9BPj4K --===============3103746041028366551==-- From anthony_Melia@Dell.com Tue Feb 16 14:00:54 1999 From: anthony_Melia@Dell.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] cdrom lockup Date: Tue, 16 Feb 1999 08:00:54 -0600 Message-ID: <77CA71B826C3D111A08200A0C9AB506001962A82@bryxmedc02.bray.ie.dell.com> In-Reply-To: <[SuSE Linux] cdrom lockup> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2612707640205197804==" --===============2612707640205197804== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 2 things, I presume you know you cannot open it while it is mounted, type 'mount' to see if it is. Most cdroms have an emergency eject (stuck cd's are quite common). This normally involves sticking a straightened paperclip into a small hole in the front of the cd drive. Regards, Tony Melia MCP Server Support Group * +353 1 2044208 * Tony_Melia(a)Dell.com=20 <<...>>=20 -----Original Message----- From: Surjit Bains [mailto:Surjit.Bains(a)hsam.co.uk] Sent: Tuesday, February 16, 1999 11:36 AM To: 'millerd(a)bconnex.net' Cc: 'suse-linux-e(a)suse.com' Subject: RE: [SuSE Linux] cdrom lockup =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D This message and any attachments to it are subject to copyright and are=20 sent for the personal attention of the addressee. It may include=20 information which is legally privileged and exempt from disclosure. =20 If you receive this communication in error, please advise us immediately. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D This looks more like a hardware fault.. When Linux mounts the cdrom it 'locks' the cdrom so the buttons on the front no longer work when you umount the cdrom it should 'restore' the buttons. Surjit. -----Original Message----- From: scurran [mailt= o:scurran(a)aracnet.net] Sent: 16 February 1999 11:13 To: suse-linux-e(a)suse.com Subject: [SuSE Linux] cdrom lockup =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D WARNING: External Email: This message was received from a source external to HSAM and therefore the sender's identity cannot be verified. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Is there any setting in 5.3 that would deactivate the open button on a cdrom? Mine won't open after I reinstalled 5.3 due to a m$ virus wiping my hdd. (I at the time dual booted to either m$ or 5.3 Since then my cdrom won't open. Thanks Denis - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/> and t= he archiv at http://www.s= use.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/> and t= he archiv at http://www.s= use.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2612707640205197804==-- From Mike.Pugh@ALDERLEY.zeneca.com Tue Feb 16 14:23:30 1999 From: Mike.Pugh@ALDERLEY.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] help!!!!! Date: Tue, 16 Feb 1999 14:23:30 +0000 Message-ID: In-Reply-To: <[SuSE Linux] help!!!!!> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7763254633915075563==" --===============7763254633915075563== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Morin, I had this problem when I did the installation taking the defaults for partition sizes. It resulted in the /boot partition being too small. I reinstalled, and configured the paritions manually, and everything was OK. HTH, Mike. > ---------- > From: morin(a)entelchile.net[SMTP:morin(a)entelchile.net] > Sent: 16 February 1999 06:01 > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] help!!!!! >=20 >=20 > Hi...... > my English is very bad .... but I will try .... of explain...... > when I install Linux...... all go ok..... but when finish the install..... > give a error.... but don`t explain .... only give a message of > error....... > but don`t fatal exception..... > and then ..... when I reboot..... my pc...... look my screen .... > and....... my screen is filling with.......this > error........01010101010101010101010101010101010..... > then.... I have reboot again and put in drive a:\..... my disk of > rescue....... of dos or win95...... because..... that is the only way > ...... > please ..... why???? > I install other linux before....... and never...... I has problem.....=20 > thanks....... > Morin > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7763254633915075563==-- From mdb@n-jcenter.com Tue Feb 16 14:24:33 1999 From: mdb@n-jcenter.com To: users@lists.opensuse.org Subject: [SuSE Linux] kde 1.1 Date: Tue, 16 Feb 1999 09:24:33 -0500 Message-ID: <99021609265104.00377@illium> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6735857725455889253==" --===============6735857725455889253== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable are the rpms out for new version of kde yet? perhaps i've missed them, but i didn't see them. any idea on when they'll be coming out, if they haven't already? (yes, i know i can muddle through myself...just wondering if/when the updated versions will be available via suse.) -- -derek "If only the air were as pure as the beer." - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6735857725455889253==-- From TXDELBAE@ctrl.co.uk Tue Feb 16 14:32:47 1999 From: TXDELBAE@ctrl.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Epson Stylus 640 / 720 Printers Date: Tue, 16 Feb 1999 14:32:47 +0000 Message-ID: <90D7336CE2B9D211A18408002BB777096B97FC@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9093078415525262982==" --===============9093078415525262982== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I have not set up any printers in Linux before, but tonight when I get home, I would like to get my printer set up. Its an Epson Stylus 640. If I remember correctly the only Stylus driver is just a plain Colour Stylus (300dpi) and not one for the newer 1440 dpi, Epson's. Are there more up to date drivers at SuSE web pages or Epson's that I could use. Thanks for your time and patience Tim Delbaere Environment & 0171 692 8024 ) EGH 603 <mailto:txdelbae(a)ctrl.co.uk> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9093078415525262982==-- From c9502007@hud.ac.uk Tue Feb 16 14:36:00 1999 From: c9502007@hud.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] RE: NO CD-ROM & 2.2.1 Date: Tue, 16 Feb 1999 14:36:00 +0000 Message-ID: <36C98250.D579427D@hud.ac.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7169081747111039136==" --===============7169081747111039136== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I have compiled up kernel 2.2.1 with all support for Ide/Atapi and the iso9660 filesystem. When I try to mount the cdrom it saya wrong fstype bad block or you have too many mounts I have only 5 mounts. even if I remove the extra mount and just have to core it still gives me the same error. Everything is compiled into the kernel, no modules yet. I have read the kernel howto cant find any other information, I am compiling in all the recommened stuff. It's a creative labs cd-rom so should be supported by normal atapi Cheers Satpal - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7169081747111039136==-- From Surjit.Bains@hsam.co.uk Tue Feb 16 15:13:02 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] RE: NO CD-ROM & 2.2.1 Date: Tue, 16 Feb 1999 15:13:02 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B6E@EXCHANGE1> In-Reply-To: <[SuSE Linux] RE: NO CD-ROM & 2.2.1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2347947543257969438==" --===============2347947543257969438== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSG93 IGFyZSB5b3UgbW91bnRpbmcgdGhlIGRyaXZlIGFuZCB3aGF0IGtpbmQgb2YgRmlsZXN5c3RlbS4u LgoKaS5lLiAgbW91bnQgL2Rldi9jZHJvbSAtdCBpc285NjYwIC9tbnQvY2Ryb20KClN1cmppdC4K Ci0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tCkZyb206IFNhdHBhbCBDaGFuZGVyIFs8QSBIUkVG PSJtYWlsdG86Yzk1MDIwMDcoYSlodWQuYWMudWsiPm1haWx0bzpjOTUwMjAwNyhhKWh1ZC5hYy51 azwvQT5dClNlbnQ6IDE2IEZlYnJ1YXJ5IDE5OTkgMTQ6MzYKVG86IFN1U0UgTGludXggRW5nbGlz aApTdWJqZWN0OiBbU3VTRSBMaW51eF0gUkU6IE5PIENELVJPTSAmIDIuMi4xCgo9PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0ZXJuYWwgRW1haWw6 IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRlcm5hbCB0byBIU0FN IGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBiZSB2ZXJpZmllZC4K PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpIaSwKICAgIEkgaGF2 ZSBjb21waWxlZCB1cCBrZXJuZWwgMi4yLjEgd2l0aCBhbGwgc3VwcG9ydCBmb3IgSWRlL0F0YXBp IGFuZAp0aGUgaXNvOTY2MCBmaWxlc3lzdGVtLgoKV2hlbiBJIHRyeSB0byBtb3VudCB0aGUgY2Ry b20gaXQgc2F5YSB3cm9uZyBmc3R5cGUgYmFkIGJsb2NrIG9yIHlvdSBoYXZlCnRvbyBtYW55IG1v dW50cwpJIGhhdmUgb25seSA1IG1vdW50cy4gZXZlbiBpZiBJIHJlbW92ZSB0aGUgZXh0cmEgbW91 bnQgYW5kIGp1c3QgaGF2ZSB0bwpjb3JlIGl0IHN0aWxsIGdpdmVzIG1lCnRoZSBzYW1lIGVycm9y LgpFdmVyeXRoaW5nIGlzIGNvbXBpbGVkIGludG8gdGhlIGtlcm5lbCwgbm8gbW9kdWxlcyB5ZXQu CkkgaGF2ZSByZWFkIHRoZSBrZXJuZWwgaG93dG8gY2FudCBmaW5kIGFueSBvdGhlciBpbmZvcm1h dGlvbiwgSSBhbQpjb21waWxpbmcgaW4gYWxsIHRoZQpyZWNvbW1lbmVkIHN0dWZmLiBJdCdzIGEg Y3JlYXRpdmUgbGFicyBjZC1yb20gc28gc2hvdWxkIGJlIHN1cHBvcnRlZCBieQpub3JtYWwgYXRh cGkKCkNoZWVycwpTYXRwYWwKCi0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5k IGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5 OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBI UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRw Oi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29t L1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0 cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl eC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUv aW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5k IGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5 OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBI UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRw Oi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29t L1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0 cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl eC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUv aW5kZXguaHRtbDwvQTwvQT4+Cg== --===============2347947543257969438==-- From samelash@ix.netcom.com Tue Feb 16 15:21:28 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Vidio woes .. Date: Tue, 16 Feb 1999 15:21:28 +0000 Message-ID: <3.0.3.32.19990216152128.00b61500@popd.ix.netcom.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8801231454000798046==" --===============8801231454000798046== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks LenzG: I was getting woried , thoght I has a few loos bolts. I assume you mean there is still hope for a solution. That is good news. Getting tired of runing xf86config. I fount the no accell , and it helps somewhat. I will try the other two options as well , Perhaps this evening. Kind of tied up right now G: I am SURE it ahs to do with the speedstar A50 AGP , This morning a buddy lent me a Diamond V550 and the works. However I had to give it back. I would rather get this one working than to buy another one.=20 Thanks for your help . ill try it and post the results At 11:26 AM 2/15/1999 +0100, you wrote: > >Hi, > >On Sat, 13 Feb 1999, Samy Elashmawy wrote: > >> Diamond A50 AGP vidio card with 8Meg ram >> Asus P5A with AMDK6 350=20 >> Mag DXT17T monitor. >> SVGA Server >>=20 >> I am still haveing weird problenms with the image on the monitor.=20 >> When using the SVGA server and a standard startx All text areas of the >> screen are black on black. this does not hapen with VGA_16. >>=20 >> If I uncomment out Line 507 in xf86config , No accelleration , the >> sistuation improves , in that text is now visabl , but in balck letters on >> green back ground.Thw main window background is still in balck ( should be >> whit) >>=20 >>=20 >> If I use startx -- -bpp16 It gets a little better, However on using the >> desk top , ie bring up the yellow sticky note and closing it , the area >> behind the sticky note is balck.=20 >>=20 >> if you bring up a few windows .. n\move them , close them ect... You get >> some balck and white horizontal streeking , or just black wibndows. Some >> are streeked , sometime black back ground. >>=20 >> Suse Tech on thirsday , thought it had to do with Color Depth or its not >> detecting the right amont of Vidio ram. >>=20 >> WhenI uncommented Line 506 Vidioram 8192 and restart starx , instead of a >> mouse pionter I get a one inch square white box. >>=20 >> Any Ideas Any one ?? > >It seems, that there are different steppings of this particular chipset. >The XFree guys are already working on a solution. For the time being, >check the following options: > >Option "no_accel" >Option "no_linear" >Option "sw_cursor" > >This will only give you 8bpp and no hardware acceleration, but at least >the picture should be stable. > >Good luck, > > LenZ > >--=20 >------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Germ= any > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8801231454000798046==-- From ggriffin@mines.edu Tue Feb 16 16:00:20 1999 From: ggriffin@mines.edu To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 5.3 Shutdown Date: Tue, 16 Feb 1999 09:00:20 -0700 Message-ID: <36C99614.93C1ADF8@mines.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5751345105640490179==" --===============5751345105640490179== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello- I'm new to Linux, running SuSE 5.3. Recently when I have tried to shutdown my system using either shutdown -r or shutdown -h, while logged on as root, the only thing that happens is that the screen shows a list of the options possible with that command. The only way I can get out is by Ctrl-Alt-Delete. Anyone out there have any idea what's happened to my system? Thanks, George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5751345105640490179==-- From costyn@unicall.be Tue Feb 16 16:14:02 1999 From: costyn@unicall.be To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 5.3 Shutdown Date: Tue, 16 Feb 1999 17:14:02 +0100 Message-ID: <001b01be59c7$725ffd90$0f0f35c1@the-muffin-man> In-Reply-To: <[SuSE Linux] SuSE 5.3 Shutdown> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7969588802902402196==" --===============7969588802902402196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable did you try to add the 'now' option like : "shutdown -r now" ? -----Original Message----- From: George H. Griffin To: suse-linux-e(a)suse.com Date: Tuesday, February 16, 1999 5:09 PM Subject: [SuSE Linux] SuSE 5.3 Shutdown > >Hello- > >I'm new to Linux, running SuSE 5.3. Recently when I have tried to >shutdown my system using either shutdown -r or shutdown -h, while logged >on as root, the only thing that happens is that the screen shows a list >of the options possible with that command. The only way I can get out >is by Ctrl-Alt-Delete. Anyone out there have any idea what's happened >to my system? > >Thanks, George >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> >
BEGIN:VCARD
VERSION:2.1
N:Ostyn;Claude
FN:Claude Ostyn
ORG:JCS Int.
TEL;WORK;VOICE:050/32.01.21
TEL;CELL;VOICE:+32 (0)477-798 398
TEL;WORK;FAX:050/84.17.89
EMAIL;PREF;INTERNET:cos(a)jcs.be
REV:19990216T161402Z
END:VCARD

--===============7969588802902402196==--


From Surjit.Bains@hsam.co.uk Tue Feb 16 16:29:43 1999
From: Surjit.Bains@hsam.co.uk
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] SuSE 5.3 Shutdown
Date: Tue, 16 Feb 1999 16:29:43 +0000
Message-ID: <41A241233152D211A75800805FAD5713025B6F@EXCHANGE1>
In-Reply-To: <[SuSE Linux] SuSE 5.3 Shutdown>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6127606055094920095=="

--===============6127606055094920095==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K
VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w
eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk
ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy
aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp
cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKdHJ5
IAoKaHV0ZG93biAtciBub3cgICAgICAoZm9yIGltbWVkaWF0ZSBoYWx0IGFuZCByZWJvb3QpCnNo
dXRkb3duIC1oIG5vdyAgICAgIChmb3IgaW1tZWRpYXRlIGhhbHQpCnNodXRkb3duIC1yIDEwCSAg
IChzaHV0ZG93biAvcmVib290IGluIDEwIG1pbnV0ZXMpCgpvciBzZWUgdGhlIG1hbiBwYWdlLgoK
U3Vyaml0CgotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBHZW9yZ2UgSC4gR3JpZmZp
biBbPEEgSFJFRj0ibWFpbHRvOmdncmlmZmluKGEpbWluZXMuZWR1Ij5tYWlsdG86Z2dyaWZmaW4o
YSltaW5lcy5lZHU8L0E+XQpTZW50OiAxNiBGZWJydWFyeSAxOTk5IDE2OjAwClRvOiBzdXNlLWxp
bnV4LWUoYSlzdXNlLmNvbQpTdWJqZWN0OiBbU3VTRSBMaW51eF0gU3VTRSA1LjMgU2h1dGRvd24K
Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpXQVJOSU5HOiBFeHRl
cm5hbCBFbWFpbDogVGhpcyBtZXNzYWdlIHdhcyByZWNlaXZlZCBmcm9tIGEgc291cmNlCmV4dGVy
bmFsIHRvIEhTQU0gYW5kIHRoZXJlZm9yZSB0aGUgc2VuZGVyJ3MgaWRlbnRpdHkgY2Fubm90IGJl
IHZlcmlmaWVkLgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KCkhl
bGxvLQoKSSdtIG5ldyB0byBMaW51eCwgcnVubmluZyBTdVNFIDUuMy4gIFJlY2VudGx5IHdoZW4g
SSBoYXZlIHRyaWVkIHRvCnNodXRkb3duIG15IHN5c3RlbSB1c2luZyBlaXRoZXIgc2h1dGRvd24g
LXIgb3Igc2h1dGRvd24gLWgsIHdoaWxlIGxvZ2dlZApvbiBhcyByb290LCB0aGUgb25seSB0aGlu
ZyB0aGF0IGhhcHBlbnMgaXMgdGhhdCB0aGUgc2NyZWVuIHNob3dzIGEgbGlzdApvZiB0aGUgb3B0
aW9ucyBwb3NzaWJsZSB3aXRoIHRoYXQgY29tbWFuZC4gIFRoZSBvbmx5IHdheSBJIGNhbiBnZXQg
b3V0CmlzIGJ5IEN0cmwtQWx0LURlbGV0ZS4gIEFueW9uZSBvdXQgdGhlcmUgaGF2ZSBhbnkgaWRl
YSB3aGF0J3MgaGFwcGVuZWQKdG8gbXkgc3lzdGVtPwoKVGhhbmtzLCBHZW9yZ2UKLQpUbyBnZXQg
b3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5j
b20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpD
aGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3Vw
cG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1
L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBh
bmQgdGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0
cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9N
YWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5j
b20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4KLQpUbyBnZXQg
b3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5j
b20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpD
aGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3Vw
cG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1
L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBh
bmQgdGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0
cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9N
YWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5j
b20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K

--===============6127606055094920095==--


From chjo@tripnet.se Tue Feb 16 17:01:02 1999
From: chjo@tripnet.se
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 5.3 Shutdown
Date: Tue, 16 Feb 1999 17:01:02 +0000
Message-ID: <36C9A44E.A0E799E8@tripnet.se>
In-Reply-To: <36C99614.93C1ADF8@mines.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2952927025819659466=="

--===============2952927025819659466==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




George H. Griffin" wrote:

> I'm new to Linux, running SuSE 5.3.  Recently when I have tried to
> shutdown my system using either shutdown -r or shutdown -h, while logged
> on as root, the only thing that happens is that the screen shows a list
> of the options possible with that command. =20

Hi
You have to tell the system WHEN it's going to
shutdown or reboot.
Try shutdown -h now.
Also see man shutdown for more options such as
telling the system to=20
shutdown at a specific time ;)


--=20
	/ Tina
	E-MAIL mailto:chjo(a)tripnet.se
	URL    http://www8.tripnet.se/~chjo/>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2952927025819659466==--


From c9502007@hud.ac.uk Tue Feb 16 17:23:43 1999
From: c9502007@hud.ac.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] RE: NO CD-ROM & 2.2.1
Date: Tue, 16 Feb 1999 17:23:43 +0000
Message-ID: <36C9A99F.1801BC2A@hud.ac.uk>
In-Reply-To: <41A241233152D211A75800805FAD5713025B6E@EXCHANGE1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2803380602917587861=="

--===============2803380602917587861==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Surjit Bains wrote:

> How are you mounting the drive and what kind of Filesystem...
>
> i.e.  mount /dev/cdrom -t iso9660 /mnt/cdrom

I have tried it this way but it still doesn't work.
I have the following entry in my /etc/fstab file
/dev/hdc       /cdrom        iso9660      ro,noauto,user   0     0

The thing is that I finds and Identifies the cdrom on boot up as being on
/dev/hdc and Creative labs.

Cheers
Satpal

BTW your message came through twice??

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2803380602917587861==--


From samelash@ix.netcom.com Tue Feb 16 17:47:01 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject:
 [SuSE Linux] "MOUNTING" linux partions to be read under windows
Date: Tue, 16 Feb 1999 17:47:01 +0000
Message-ID: <3.0.3.32.19990216174701.00b258a4@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4749279491948761977=="

--===============4749279491948761977==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi folks , small problem, I would like to access my Linux partions under
win98 , Read only is workable. It would be easier that way to copy files
and config info into my windows Email. I still cant connect to my isp , and
would like to get that worked out.

Thanks

Samy

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4749279491948761977==--


From lotus@mad.servicom.es Tue Feb 16 18:54:35 1999
From: lotus@mad.servicom.es
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] linux sees only half of my memory
Date: Tue, 16 Feb 1999 19:54:35 +0100
Message-ID: <36C9BEEA.D9DDBBF8@mad.servicom.es>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1646248535283516123=="

--===============1646248535283516123==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>

> On Mon, 15 Feb 1999, W.H. Dekker wrote:
>
> >
> > I have 128 MB of internal memory. During bootup I have memory checking
> > and I see all 128 MB being checked. Nevertheless, the free command
> > says:
> >
> > /root>free
> >              total       used       free     shared    buffers     cached
> > Mem:         64208      62508       1700      33868       4256      42940
> > -/+ buffers/cache:      15312      48896
> > Swap:            0          0          0
> > /root>
>
> Not much wrong with your system. The standard drivers on bootup won't see
> more than 64MB. You have to tell it in lilo.conf.
> put a
> append=3D"mem=3D128M"
> into the global dection of your lilo.conf.
>
> The *-SuSE kernels use a patch, that includes a better mem-detect.
>
> Juergen
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D     __   _
> Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ /  (_)__  __ ____  __
> Tel: 0201-743648  dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ /
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

I have 128 megs of ram, no "mem=3D128" in lilo.conf but my kernel detects all.
My kernel is 2.0.36

How funny

Here is my cuestion:
    What are cache and buffer memory?
    What I have to do to empty them?, because when I finished using a big
program (such as netscape) I
    have only 3% mem avaible, almost the rest is occupied by cache and buffer
mem

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1646248535283516123==--


From wybo@servalys.hobby.nl Tue Feb 16 18:57:33 1999
From: wybo@servalys.hobby.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Tue, 16 Feb 1999 19:57:33 +0100
Message-ID: <199902161857.TAA04265@servalys.hobby.nl>
In-Reply-To: <199902160009.QAA17782@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6778302231509831723=="

--===============6778302231509831723==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:

> I have problems reading html email that is posted to suse-linux-e.=20
> Would it be possible to have people post only text email to the list?
>=20
> I appreciate any flexibility people could have in this matter.

Yes! That's my problem too! Because:

1. this is a typical Microsoft method of communication. Linuxers doing
   that should be ashamed.
2. it triples the amount of information to be sent over the net
3. it does not help making one's point, but rather obscures it.=20

Two other remarks:=20
4. from the message you are replying to, please copy only the relevant
   parts.
5.  And send only relevant messages.=20


--=20
Hartelijke groet, Wybo Dekker
___________________Servalys Analytical Chemistry Services__________________
wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-652164
www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6778302231509831723==--


From ggriffin@mines.edu Tue Feb 16 18:58:57 1999
From: ggriffin@mines.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] Shutdown
Date: Tue, 16 Feb 1999 11:58:57 -0700
Message-ID: <36C9BFF1.B1B444F9@mines.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2871152660557867994=="

--===============2871152660557867994==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




To everyone who responded to my query thanks.  It had been awhile since
I'd been on my computer and I forgot to add the "now" parameter but had
made some changes in the system so thought I might have messed it up.

Thanks again.  George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2871152660557867994==--


From myfish@dial.pipex.com Tue Feb 16 19:02:11 1999
From: myfish@dial.pipex.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] RE: NO CD-ROM & 2.2.1
Date: Tue, 16 Feb 1999 19:02:11 +0000
Message-ID: <14025.48939.959485.335239@freelander.org>
In-Reply-To: <36C9A99F.1801BC2A@hud.ac.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3950733584657996185=="

--===============3950733584657996185==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Satpal Chander writes:
 >=20
 > Surjit Bains wrote:
 >=20
 > > How are you mounting the drive and what kind of Filesystem...
 > >
 > > i.e.  mount /dev/cdrom -t iso9660 /mnt/cdrom
 >=20
 > I have tried it this way but it still doesn't work.
 > I have the following entry in my /etc/fstab file
 > /dev/hdc       /cdrom        iso9660      ro,noauto,user   0     0
 >=20
 > The thing is that I finds and Identifies the cdrom on boot up as being on
 > /dev/hdc and Creative labs.
 >=20
This is exactly whats happening here.
I`ve got a clean 2.2.1 build,all other stuff as modules
loads,eg,my floppy mounts and umounts fine.
2.0.36 works fine,with my CDrom drive (atapi).
Also upgraded modutils for the 2.2.1 kernel,this fails to
work also.However if you try this get the old version ready
on a HDD partition,so you can boot the old 2.0.36 kernel.
Remember your CD don`t work..!!.
Package is modules i believe.

--
Keith White.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3950733584657996185==--


From hekate@intergate.bc.ca Tue Feb 16 20:13:53 1999
From: hekate@intergate.bc.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Fujitsu 640 MO disks & kernel 2.2.1
Date: Tue, 16 Feb 1999 12:13:53 -0800
Message-ID: 
In-Reply-To: <199902160919.KAA22402@bach.iskon.hr>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0495008218934101730=="

--===============0495008218934101730==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Tue, 16 Feb 1999, Sasa Janiska wrote:
> Hello!=20
> I'm completely newbie waiting to receive my 1st Linux SuSE 6.0 from my loca=
l reseller.

Welcome.=20
> It's time to try Linux after years spent with OS/2. :)

Good choice.=20
> How troublesome is to upgrade the kernel in SuSE 6.0 to 2.2.1?

Not hard at all. =20
> What source files I need for 2.2.1 upgrade?

/usr/src/linux/Documentation/Changes should tell you all you need to know
to query your system to make sure you're 'a-ok' for the upgrade to 2.2
series kernels. The urls are included in the docs if you find yourself
coming up short.=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0495008218934101730==--


From yatsen-ng@cistron.nl Tue Feb 16 20:16:00 1999
From: yatsen-ng@cistron.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] Trouble with LILO?
Date: Tue, 16 Feb 1999 21:16:00 +0100
Message-ID: <36C9D200.E5D30673@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4985514077279296733=="

--===============4985514077279296733==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




After I installed Linux on my second disk windows98 really messed
up. Everything

started freezing up if I could even get it running. My question to you is - is it because of LILO? Or are there other darker forces out there? I had to deinstall Linux and reinstall windows (for the umpteenth time). Any help would be greatly appreciated. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============4985514077279296733==-- From hekate@intergate.bc.ca Tue Feb 16 20:23:24 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE5.3 -> 6.0 upgrade problems Date: Tue, 16 Feb 1999 12:23:24 -0800 Message-ID: In-Reply-To: <36cd4927.95900928@mailhost.uk.oracle.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0282641967266624508==" --===============0282641967266624508== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 16 Feb 1999, Jamie O'Shaughnessy wrote: > Am I right to assume I've not got a libc5? Shilbs5 is for backwards compat:=20 rodan# rpm -qi=20 rodan# The shared C libraries -needed to run programs linked with libc5 rodan# and libm libraries ( version 5 ).=20 I don't think when upgrading shlibs5 is by default. It was an either/or option. You just need the approved versions of one or the other library, since S.u.S.E. 6.0 is glibc, that's the version # you'd want to query. =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0282641967266624508==-- From sbourdon@acnet.net Tue Feb 16 21:24:04 1999 From: sbourdon@acnet.net To: users@lists.opensuse.org Subject: [SuSE Linux] problems with libc.so.6 as well as with KDE Date: Tue, 16 Feb 1999 15:24:04 -0600 Message-ID: <19990216213116.AAA26437@mailmtx.acnet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4532547118999196230==" --===============4532547118999196230== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have finally taken the plunge and started learning Linux. I have installed 5.3 and have two problems that are bogging me down. any help would be most appreciated. Problem 1 When loading up X11R6 i get an error message "can't load library libc.so.6" I have this problem also when i try to run KDE- everything says this error. What i did to fix this was I made an additional copy of libc.so.6 and placed it in /lib This seems to work- is this the wrong way??? Do I have to do something with the ldso.conf??? Problem 2 I am trying to get KDE up and going. Originally, i had the libc.so.6 problem. Now that I kind of fixed that, I get the following message:=20 Segementation fault (or Segmentation error) What does this mean and how do I resolve this??? Thanks. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4532547118999196230==-- From copernico@tin.it Tue Feb 16 21:32:47 1999 From: copernico@tin.it To: users@lists.opensuse.org Subject: [SuSE Linux] pppd and "idle" option Date: Tue, 16 Feb 1999 22:32:47 +0100 Message-ID: <36C9E3FF.2F8FFE9D@tin.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7353277104064463251==" --===============7353277104064463251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please help me: my pppd doesn't seem to like the idle option neither in the /etc/ppp/options nor on the command line. It doesn't recognize it as a valid option. I'm using ver. 2.2. Is this the problem? Thanks. AS --=20 A n t o n i n o S a b e t t a (copernico(a)tin.it) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7353277104064463251==-- From tschlemmer@gmswireless.com Tue Feb 16 21:52:58 1999 From: tschlemmer@gmswireless.com To: users@lists.opensuse.org Subject: [SuSE Linux] RE: 32bitsonline.com - Linux distributions compared. Date: Tue, 16 Feb 1999 13:52:58 -0800 Message-ID: <36C9E8BA.136E214@gmswireless.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7508344951124248884==" --===============7508344951124248884== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Tony Schlemmer wrote: > >=20 > > Anyone see the 32Bitsonline article that compares the various Linux > > distributions? I through the author was inacurate in that he says that > > SuSE doesn't have a remote administration tool like RedHat's > > "linuxconf". I remotely administer my Linux server from a KDE terminal > > window. I rlogin to my server and run YaST remotely. I even NFS mount my > > CDROM drive on my workstation to my server so I don't have to physically > > put a CDROM into my server's CDROM drive. I know YaST is not X-based or > > Web-based but it certainly can be run remotely in a terminal window. > >=20 > > http://www.32bitsonline.com/article.p= hp3?file=3Dissues/199902/distributions/part>&page=3D1 >=20 >=20 > I saw this. I also corrected them on saying that none of the > distributions have a utility for easily changing to a graphical login. >=20 > --=20 > lunaslide * PGP key->pgpkeys.mit.edu port 11371 > * * * * * * =20 > Yep. I have a very active imagination; it's been a personal =20 > condition of mine for years now. * -Bruce Sterling =20 > =20 I sent the author of the article an email telling him how I use YaST to remotely administer my SuSE systems. Tony -- Tony Schlemmer | Phone : 425-372-2246 Software Developer | Fax : 425-372-2222 Global Mobility Systems, Inc. | Mobile: 425-503-8544 11201 SE 8th Street, Suite 110 | mailto:tschlemmer(a)gmswireless.com Bellevue, WA 98004 | http://www.gmswireless.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7508344951124248884==-- From jzuluaga@fisica.udea.edu.co Tue Feb 16 22:06:50 1999 From: jzuluaga@fisica.udea.edu.co To: users@lists.opensuse.org Subject: [SuSE Linux] SiS6326 Date: Tue, 16 Feb 1999 17:06:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2746234474404802023==" --===============2746234474404802023== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! I'm another victim of SiS6326 chipset. I have a Linux machine running SuSE 5.3 and my graphic card is SiS6326. I have the last version of XF86_SVGA server but I can to configure correctly my card.... Can somebody help me!!.. I can't to buy another card!! YaSV=20 (Yet Another SiS Victim) =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2746234474404802023==-- From brauki@cityweb.de Tue Feb 16 22:18:54 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: linux sees only half of my memory Date: Tue, 16 Feb 1999 23:18:54 +0100 Message-ID: <36C9EECE.40401417@cityweb.de> In-Reply-To: <199902160900.KAA00191@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3566660519387686297==" --===============3566660519387686297== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.H. Dekker" wrote: >=20 > As for win95: I have this in my config.sys: >=20 > [Menu] > menuitem=3DLinux > menuitem=3DWin95 > menuitem=3DDOS > menudefault=3DLinux,5 >=20 > [Linux] > shell=3Dc:\loadlin\loadlin.exe c:\loadlin\vmlinuz mem=3D128M root=3D/dev/hd= b1 rw ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^>= =20 very nice way of booting via dos/win! Juergen > [Win95] > et cetera >=20 --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3566660519387686297==-- From msspal@gbso.net Tue Feb 16 22:23:25 1999 From: msspal@gbso.net To: users@lists.opensuse.org Subject: [SuSE Linux] com ports and irq's Date: Tue, 16 Feb 1999 17:23:25 -0500 Message-ID: <36C9EFDD.8D8FC0BF@gbso.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4514152681474642453==" --===============4514152681474642453== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hey, just wondering.........i installed an extra two serial ports on my box yesterday, i set jumpers on the board to give them address' for com3 and com4 with irq 9 and 11 respectively. this works good under dos........when i booted into linux (suse 5.3) it reports com3=3D irq4 and com4=3D irq3 is there something not reading the on board jumpers or does linux not care? don - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4514152681474642453==-- From graham@barnowl.demon.co.uk Tue Feb 16 22:35:07 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Running Java from user other than root Date: Tue, 16 Feb 1999 22:35:07 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8352911037912939552==" --===============8352911037912939552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Using Suse 6.0, when I attempt to run 'java' from a user other than root, it fails with the error "/usr/lib/java/bin/java: /etc/rc.config permission denied".=20 I assume that it is trying to read the threads type (native or green) from /etc/rc.config. This file has permissions 600 I tried changing the permissions on /etc/rc.config to 644, but as soon as I reran Yast they were changed back to 600. Why does a command, that makes sense in "user space" try to access a file which is not world readable? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8352911037912939552==-- From hekate@intergate.bc.ca Tue Feb 16 23:11:59 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: Re: [SuSE Linux] "MOUNTING" linux partions to be read under windows Date: Tue, 16 Feb 1999 15:11:59 -0800 Message-ID: In-Reply-To: <3.0.3.32.19990216174701.00b258a4@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4857678836301598886==" --===============4857678836301598886== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 16 Feb 1999, Samy Elashmawy wrote: > Hi folks , small problem, I would like to access my Linux partions under > win98 , Read only is workable. It would be easier that way to copy files > and config info into my windows Email. I still cant connect to my isp , and > would like to get that worked out. command line:=20 prompt# mount /dev/hda1 -t vfat /mnt/Windows95 Change /dev/hda1 to the name of the disk with Windows on it. Of couse, /mnt/Windows95 will have to be a real directory to hold the mounted paritition and if you use 'vfat' you'll have to have that compiled into your kernel.=20 If you want it mounted automatically you'll have to edit /etc/fstab with yast or some text editor.=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4857678836301598886==-- From don@olive.campbellsvil.edu Tue Feb 16 23:18:06 1999 From: don@olive.campbellsvil.edu To: users@lists.opensuse.org Subject: [SuSE Linux] third-party mail relay Date: Tue, 16 Feb 1999 18:18:06 -0500 Message-ID: <199902162318.SAA05911@olive.campbellsvil.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2407991357477574384==" --===============2407991357477574384== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do I configure sendmail on suse 5.3 to prevent third-party mail relays off of my host? Any pointers? --=20 Don H. Olive, Physics Department don(a)campbellsvil.edu Campbellsville University http://www2.campbellsv= il.edu/~don> UPO 1265, One University Drive +1.502.789.5243 voice/+1.502.789.5042 fax Campbellsville KY, 42718 USA PGP: finger don(a)cygnus.campbellsvil.e= du - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2407991357477574384==-- From zentara@mindspring.com Tue Feb 16 23:29:55 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SiS6326 Date: Tue, 16 Feb 1999 18:29:55 -0500 Message-ID: <36C9FF73.6DA3A3AE@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1271101173355757863==" --===============1271101173355757863== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jorge Zuluaga wrote: >=20 > Hi! >=20 > I'm another victim of SiS6326 chipset. I have a Linux machine running SuSE > 5.3 and my graphic card is SiS6326. I have the last version of XF86_SVGA > server but I can to configure correctly my card.... >=20 > Can somebody help me!!.. I can't to buy another card!! >=20 You may also need the latest vga driver. Also get the latest version of Sax. That should allow you to configure your card. Sax needs the vga server. You need to set the server options sw_cursor and no_bitblt Here is a working configuration file. ######################################################################## # SaX autogenerated XF86Config file # This file was generated from the SaX # Version: 1.2 - sax(a)suse.de # Date: Wed Dec 30 15:21:21 EST 1998 Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" XkbOptions "," EndSection Section "Pointer" Protocol "Microsoft" Device "/dev/ttyS0" SampleRate 0 Emulate3Buttons Emulate3Timeout 200 BaudRate 1200 EndSection Section "Monitor" =20 Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 29-61 VertRefresh 60-70 Modeline "1024x768" 57.00 1024 1048 1104 1200 768 777 784 805 Modeline "1024x768" 79.87 1024 1056 1136 1380 768 800 808 866 EndSection Section "Device" Identifier "Primary Card" VendorName "!!! GENERIC SERVER SELECTION !!!" BoardName "SVGA" Option "no_bitblt" Option "sw_cursor" VideoRam 8192 DacSpeed 175 175 175 175 EndSection Section "Screen" =20 Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" EndSubSection EndSection - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1271101173355757863==-- From zulfiqar@shaw.wave.ca Tue Feb 16 23:32:21 1999 From: zulfiqar@shaw.wave.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Masquerading is not working in 6.0 and NETSCAPE problems. Date: Tue, 16 Feb 1999 18:32:21 -0500 Message-ID: <36CA0005.56F8B286@shaw.wave.ca> In-Reply-To: <003401be5a19$94c60440$30e7d8cd@rlt450> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2089055535012027824==" --===============2089055535012027824== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I did a FTP install of 6.0 from scratch, and everything is quite nice. =20 I find that the system is generally faster than 5.3, and that everything is more "tighter" than 5.3. I finally managed to get my monitor to work at 1024x768(a)82Hz under Xwindows, and my eyes are happy. My printer is configged and is printing beautifully. Both my ethernet cards have been detected and are working nicely. All in all, everything is quite nice. However, I have 2 problems. 1. I can't get Masq to work in 6.0. I run the ipfwadm rules as su, and then try to ping the other computer and it pings, the other computer pings me and it pings.....but when the other computer tries to access any internet site, it doesn't work. What am I doing wrong? I have also installed the IPCHAINS program, but have no idea how to use it. 2. Second problem is that I do internet banking and I need a 128bit browser. The netscape that was installed with 6.0 is not, and hence I cannot pay bills and stuff. How do I go about upgrading my NN to become 128bit? Thanks in advance folks. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2089055535012027824==-- From zentara@mindspring.com Tue Feb 16 23:33:18 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] com ports and irq's Date: Tue, 16 Feb 1999 18:33:18 -0500 Message-ID: <36CA003E.3F2AC1AF@mindspring.com> In-Reply-To: <36C9EFDD.8D8FC0BF@gbso.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8419463318377253463==" --===============8419463318377253463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Donald G. Knecht wrote: >=20 > hey, > just wondering.........i installed an extra two serial ports on my box > yesterday, i set jumpers on the board to give them address' for com3 and > com4 with irq 9 and 11 respectively. this works good under > dos........when i booted into linux (suse 5.3) it reports com3=3D irq4 and > com4=3D irq3 > is there something not reading the on board jumpers or does linux not > care? > don >=20 You need to put setserial commands in your boot.local file to assign the irqs to the com ports. Look at man setserial. Also, double check your bios settings for your motherboard com ports and make sure they don't conflict. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8419463318377253463==-- From hekate@intergate.bc.ca Wed Feb 17 00:02:14 1999 From: hekate@intergate.bc.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] "MOUNTING" linux partions to be read under windows Date: Tue, 16 Feb 1999 16:02:14 -0800 Message-ID: In-Reply-To: <003401be5a19$94c60440$30e7d8cd@rlt450> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1656732485294747818==" --===============1656732485294747818== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Duh. Talk about reading and not following what's being said. Send me a big 'DUH!!' on my mount comment. Sorry for the list noise. :-)=20 The file FSDEXT2. I have a copy of it here, it's about 65k zipped. If you can't find it Samy lemme know and I'll send it to you. And like Samy says it's 'read only', I think.=20 On Tue, 16 Feb 1999, Rick Thompson wrote: > There is a windows vxd that allows you to mount ext2 partitions read only. > I have the zip file somewhere...I even think I posted to a similar question > before. The file to look for is 016.zip. Try altavista or something. (It's > small enough I could email it if I have to). >=20 > Rick Thompson >=20 > > -----Original Message----- > > From: owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com]On > > Behalf Of Samy Elashmawy > > Sent: Tuesday, February 16, 1999 9:47 AM > > To: suse-linux-e(a)suse.com > > Subject: [SuSE Linux] "MOUNTING" linux partions to be read under windows > > > > > > > > Hi folks , small problem, I would like to access my Linux partions under > > win98 , Read only is workable. It would be easier that way to copy files > > and config info into my windows Email. I still cant connect to my > > isp , and > > would like to get that worked out. > > > > Thanks > > > > Samy > > > > > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1656732485294747818==-- From jlkreps@navix.net Wed Feb 17 00:56:24 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KCharset Problem Date: Tue, 16 Feb 1999 18:56:24 -0600 Message-ID: <36CA13B8.4113F6A5@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7390111963040726396==" --===============7390111963040726396== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: >=20 > On 15-Feb-99 Jerry Lynn Kreps wrote: > > bob gordon wrote: > >> > >> Every time I launch kedit I'm tired of seeing: > >> > >> KCharset: Wrong charset! > >> > >> What's with this? And how do I fix it? > >> > >> Thanx, > >> > >> Bob > > > > Open Kedit, click "Options" on the menu bar, then click "Font" and > > choose one you like that doesn't give you trouble. >=20 > Had already tried this. All the fonts, in fact. Still get the KCharset mess= age! Are these messages showing up on the console after you shutdown KDE, or are they popping up while you are running KDE? (mine does the former, but not the latter. It says it can't find a font so it selects a default ascii font.) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7390111963040726396==-- From viktor@albatros.sch.bme.hu Wed Feb 17 00:59:10 1999 From: viktor@albatros.sch.bme.hu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 5.3 Shutdown Date: Tue, 16 Feb 1999 17:59:10 -0700 Message-ID: In-Reply-To: <36C99614.93C1ADF8@mines.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3929931036627697504==" --===============3929931036627697504== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! On Tue, 16 Feb 1999, George H. Griffin wrote: >=20 > Hello- >=20 > I'm new to Linux, running SuSE 5.3. Recently when I have tried to > shutdown my system using either shutdown -r or shutdown -h, while logged > on as root, the only thing that happens is that the screen shows a list > of the options possible with that command. The only way I can get out > is by Ctrl-Alt-Delete. Anyone out there have any idea what's happened > to my system? >=20 You have to specify a timeout for starting shutdown, e.g. 'shutdown -r now' or 'shutdown -r 15' . Viktor - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3929931036627697504==-- From Ted.Harding@nessie.mcc.ac.uk Wed Feb 17 01:24:09 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE/SANE/PlusTek Date: Wed, 17 Feb 1999 01:24:09 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7701137680689730767==" --===============7701137680689730767== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Has anyone compiled the SANE PlusTek (4830) device and library module for SuSE (preferably SuSE-5.1)? I seem to have compiled the module pt_drv.o OK, but to compile the SANE library module for plustek needs "plutek.c" to be compiled; the compile fails on my system because "libtools" is not found (and does not seem to be anywhere on my machine). So if anyone has a solution, tips or a work-round I'd be very grateful to hear. By the way, the PlusTek (4830) is a parallel-port scanner, also sold as "OpticPro 4830P". A recently developed SANE driver for it is avaiable at http://www.efn.org/~rick/plustek/> It does not claim to be fully fnctional. See also http://www2.prestel.co.uk/hex/scanner= s.html> Thanks, and best wishes to all, ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 17-Feb-99 Time: 01:24:09 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7701137680689730767==-- From jlkreps@navix.net Wed Feb 17 01:24:48 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: [SuSE Linux] Last remaining 5.3 --> 6.0 upgrade problem solved. Date: Tue, 16 Feb 1999 19:24:48 -0600 Message-ID: <36CA1A60.BA608F5C@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4425866663538510844==" --===============4425866663538510844== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Earlier I had reported that I had only one issue remaining with my upgrade. The KDE event sounds would not play. Nothing was broken, as I had thought. I started looking for likely *rc files and found one in the SuSE config dir that set the sound off because some machines were hanging when quiting KDE. Mine doesn't so the sound goes back on. Ergo, the only problems I encountered upgrading from 5.3 to 6.0 were of my own making. I did have Netscape 4.5 hang on me while I was fiddling with the mouse near the bottom of the righ-hand scroll bar, in the lower right corner.=20 Had to hit the reset button. If it occurs again I will be replacing it with the 4.05 version, which never gave me any problems. Great distro, SuSE! Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4425866663538510844==-- From rthompson@motleypc.com Wed Feb 17 02:02:32 1999 From: rthompson@motleypc.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] "MOUNTING" linux partions to be read under windows Date: Tue, 16 Feb 1999 18:02:32 -0800 Message-ID: <003401be5a19$94c60440$30e7d8cd@rlt450> In-Reply-To: <3.0.3.32.19990216174701.00b258a4@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4049305342788189373==" --===============4049305342788189373== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable There is a windows vxd that allows you to mount ext2 partitions read only. I have the zip file somewhere...I even think I posted to a similar question before. The file to look for is 016.zip. Try altavista or something. (It's small enough I could email it if I have to). Rick Thompson > -----Original Message----- > From: owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com]On > Behalf Of Samy Elashmawy > Sent: Tuesday, February 16, 1999 9:47 AM > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] "MOUNTING" linux partions to be read under windows > > > > Hi folks , small problem, I would like to access my Linux partions under > win98 , Read only is workable. It would be easier that way to copy files > and config info into my windows Email. I still cant connect to my > isp , and > would like to get that worked out. > > Thanks > > Samy > > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4049305342788189373==-- From andreas@gerstlauer.de Wed Feb 17 02:38:22 1999 From: andreas@gerstlauer.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KICQ Date: Wed, 17 Feb 1999 02:38:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1562498182962781009==" --===============1562498182962781009== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 15 Feb 1999 21:05:23 -0800, Mike Gorsuch wrote: > >Anyone here actually gotten KICQ to work with SuSE 6.0? The stock binary wo= n't >connect with the server... any ideas? Why don't you use kxicq? It's much more advanced (including chat,=20 etc.). You can get the sources off the web page: http://www.caiw.nl/~herwinjs/> If anybody is interested, I have a kxicq rpm for SuSE 6.0 which I can provide for download... Andreas - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1562498182962781009==-- From gdoris@shaw.wave.ca Wed Feb 17 02:43:24 1999 From: gdoris@shaw.wave.ca To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Masquerading is not working in 6.0 and NETSCAPE Date: Tue, 16 Feb 1999 21:43:24 -0500 Message-ID: In-Reply-To: <36CA0005.56F8B286@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8805495544316178611==" --===============8805495544316178611== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16-Feb-99 Zulfiqar Naushad wrote: >=20 >snip...snip>=20 > All in all, everything is quite nice. >=20 > However, I have 2 problems. >=20 > 1. I can't get Masq to work in 6.0. I run the ipfwadm rules as su, and > then try to ping the other computer and it pings, the other computer > pings me and it pings.....but when the other computer tries to access > any internet site, it doesn't work. What am I doing wrong? >=20 > I have also installed the IPCHAINS program, but have no idea how to use > it. >=20 I assume that you had ipfwadm working before you upgraded?? I thought I read that the new kernel doesn't support ipfwadm anymore. You must use ipchains. = There is a very complete howto available for ipchains but I can't remember where I found it. Just do a web search on "linux ipchains" and ignore all the porno hits . >=20 > 2. Second problem is that I do internet banking and I need a 128bit > browser. The netscape that was installed with 6.0 is not, and hence I > cannot pay bills and stuff. How do I go about upgrading my NN to become > 128bit? >=20 > Thanks in advance folks. > - Since you are in Canada you can go to the Netscape site and download the 128 bit version. It comes with install instructions. ---------------------------------- E-Mail: Gerry Doris Date: 16-Feb-99 Time: 21:37:01 "The lyf so short, the craft so long to learne" Chaucer ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8805495544316178611==-- From bob100@ibm.net Wed Feb 17 03:29:49 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KCharset Problem Date: Tue, 16 Feb 1999 22:29:49 -0500 Message-ID: In-Reply-To: <36CA13B8.4113F6A5@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4595907793862800657==" --===============4595907793862800657== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17-Feb-99 Jerry Lynn Kreps wrote: >=20 > bob gordon wrote: >>=20 >> On 15-Feb-99 Jerry Lynn Kreps wrote: >> > bob gordon wrote: >> >> >> >> Every time I launch kedit I'm tired of seeing: >> >> >> >> KCharset: Wrong charset! >> >> >> >> What's with this? And how do I fix it? >> >> >> >> Thanx, >> >> >> >> Bob >> > >> > Open Kedit, click "Options" on the menu bar, then click "Font" and >> > choose one you like that doesn't give you trouble. >>=20 >> Had already tried this. All the fonts, in fact. Still get the KCharset >> message! >=20 > Are these messages showing up on the console after you shutdown KDE, or > are they popping up while you are running KDE? > (mine does the former, but not the latter. It says it can't find a font > so it selects a default ascii font.) > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> For what it's wprth, they pop up right on the terminal while I'm running KDE. -bob- ---------------------------------- E-Mail: bob gordon Date: 16-Feb-99 Time: 22:28:39 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4595907793862800657==-- From bob100@ibm.net Wed Feb 17 03:33:09 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: [SuSE Linux] Video Memory Question Date: Tue, 16 Feb 1999 22:33:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3421413560943162024==" --===============3421413560943162024== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable How do you get linux to tell you how much video RAM you have? -bob- ---------------------------------- E-Mail: bob gordon Date: 16-Feb-99 Time: 22:31:53 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3421413560943162024==-- From chrish123@sympatico.ca Wed Feb 17 03:35:03 1999 From: chrish123@sympatico.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Sax Problems Date: Tue, 16 Feb 1999 22:35:03 -0500 Message-ID: <99021622383900.01615@chris_suse> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4164526728442919119==" --===============4164526728442919119== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable greetings: Installed the latest upgrades to yast and sax accorrding to notes on the list to match my Mystic vid card. Sax is still dead. Solved X problem by copying config file from RedHat system. Vid system is working fine now. Any ideas on getting Sax to work with a Matrox Mystic Card. Currently using S= VGA server. chris - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4164526728442919119==-- From jlkreps@navix.net Wed Feb 17 03:39:28 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KCharset Problem Date: Tue, 16 Feb 1999 21:39:28 -0600 Message-ID: <36CA39F0.BB0973E6@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0962573843168758120==" --===============0962573843168758120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: >=20 > On 17-Feb-99 Jerry Lynn Kreps wrote: > > > > bob gordon wrote: > >> > >> On 15-Feb-99 Jerry Lynn Kreps wrote: > >> > bob gordon wrote: > >> >> > >> >> Every time I launch kedit I'm tired of seeing: > >> >> > >> >> KCharset: Wrong charset! > >> >> > >> >> What's with this? And how do I fix it? > >> >> > >> >> Thanx, > >> >> > >> >> Bob > >> > > >> > Open Kedit, click "Options" on the menu bar, then click "Font" and > >> > choose one you like that doesn't give you trouble. > >> > >> Had already tried this. All the fonts, in fact. Still get the KCharset > >> message! > > > > Are these messages showing up on the console after you shutdown KDE, or > > are they popping up while you are running KDE? > > (mine does the former, but not the latter. It says it can't find a font > > so it selects a default ascii font.) > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > For what it's wprth, they pop up right on the terminal while I'm running KD= E. >=20 > -bob- I'll bet it's another config setting someplace. I'm going to start looking for it. The event sound on my KDE did not work after the upgrade. I found an rc file that had the sound drivers turned off because, it claimed, some machine hang on exit from KDE if the sound is active. Mine doesn't, so I turned the sound on. Maybe the same thing will hold true for fonts. Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0962573843168758120==-- From rnhan@san.rr.com Wed Feb 17 03:46:10 1999 From: rnhan@san.rr.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Masquerading is not working in 6.0 and NETSCAPE Date: Tue, 16 Feb 1999 19:46:10 -0800 Message-ID: <36CA3B82.16334454@san.rr.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3214578734330289999==" --===============3214578734330289999== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Here is the link to the SuSE Firewall and Masquerading Setup. (covering ipcha= ins and Linux Kernel 2.2.*) http://www.suse.com/~bb/docs.html> Gerry Doris wrote: > On 16-Feb-99 Zulfiqar Naushad wrote: > > > >snip...snip> > > All in all, everything is quite nice. > > > > However, I have 2 problems. > > > > 1. I can't get Masq to work in 6.0. I run the ipfwadm rules as su, and > > then try to ping the other computer and it pings, the other computer > > pings me and it pings.....but when the other computer tries to access > > any internet site, it doesn't work. What am I doing wrong? > > > > I have also installed the IPCHAINS program, but have no idea how to use > > it. > > > I assume that you had ipfwadm working before you upgraded?? I thought I re= ad > that the new kernel doesn't support ipfwadm anymore. You must use ipchains. > There is a very complete howto available for ipchains but I can't remember > where I found it. Just do a web search on "linux ipchains" and ignore all = the > porno hits . > > > > > 2. Second problem is that I do internet banking and I need a 128bit > > browser. The netscape that was installed with 6.0 is not, and hence I > > cannot pay bills and stuff. How do I go about upgrading my NN to become > > 128bit? > > > > Thanks in advance folks. > > - > Since you are in Canada you can go to the Netscape site and download the 128 > bit version. It comes with install instructions. > > ---------------------------------- > E-Mail: Gerry Doris > Date: 16-Feb-99 > Time: 21:37:01 > > "The lyf so short, the craft so long to learne" Chaucer > ---------------------------------- > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3214578734330289999==-- From mikeg@soonernet.com Wed Feb 17 03:51:33 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KICQ Date: Tue, 16 Feb 1999 21:51:33 -0600 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4429093950151411724==" --===============4429093950151411724== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yeah, if you could post that rpm, that would be great. How did you get it, or did you create it yourself? I could never get it to compile. Thanks a lot, Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4429093950151411724==-- From deem@wdm.com Wed Feb 17 03:52:57 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Office50 out of date in 6.0 ? Date: Tue, 16 Feb 1999 18:52:57 -0900 Message-ID: <199902170352.SAA00546@wdm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2875410024834439121==" --===============2875410024834439121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Massimo Lusetti wrote: >=20 >=20 > On 16-Feb-99 W.D.McKinney wrote: > >=20 > > I get this message when I try running it in user mode. > > Is there a fix for this or is this Y299 bug :) > >=20 > > -Dee >=20 > Have you registered it with full registration code from stardivision site ?! Well I checked the download site and it is closed. Where would one get such a critter ? -Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2875410024834439121==-- From bparker@dc.net Wed Feb 17 04:04:00 1999 From: bparker@dc.net To: users@lists.opensuse.org Subject: [SuSE Linux] Sniff All v2.0 for Linux/*BSD Date: Tue, 16 Feb 1999 23:04:00 -0500 Message-ID: <000401be5a2a$8cc3c8c0$0100a8c0@sandrab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4821841029806806645==" --===============4821841029806806645== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello: I found this on the OpenBSD list and thought some SuSE users may need a sniffer. I have not tried it so this is just an FYI. Regards, Bill Parker, -------------------------------------- But anyway..if you are interested in testing a new password sniffer on either Linux or OpenBSD (I'm looking for feedback) go to: http://www.electricrian.com/~tyler/misc/> I basicly grabbed all the sniffers I could find and took the best parts of each and made a super sniffer. I'm attaching the top comment section of the program below..since I'm not much of a C programmer any comments/criticism/flames/improvement ideas/etc will be happily accepted. (might want to send them directly instead of the list) -Tyler /*************************************************************************** * * * Sniff All v2.0 for Linux/*BSD * * Coded and glued together by Tyler Allison (tyler(a)electricrain.com) * * This program sniffs packets for FTP, telnet, POP3, POP2, IMAP2, rlogin in * the standard fashion, dumping info to a log file. It also has the ability * to sniff HTTP traffic and decode Basic Authentication username and password * pairs. It uses a linked-list (probably should use a hash instead) to keep * track of all traffic it sees. This improves the "sniffing" ability of the * sniffer so it doesn't get locked into one connection, and misses some * other traffic. * * Supports libpcap (*BSD and Linux) or raw interface sniffing (Linux only). * Tested on the following platforms: * OpenBSD 2.4 * Linux 2.2.X /w LSF libpcap * Linux 2.2.X * * This program is for non-criminal use ONLY and should not be used unless you * have the authorization to do so. Don't blame me if you get busted! * * * This uses code or ideas from the following sniffers: * linsniff .03.9beta by Mike Edulla (medulla(a)infosoc.com) * websniff 1.0 by BeastMaster V <= A HREF=3D"http://www.rootshell.comhttp://www.rootshell.com> * linsniff .666 by humble of rhino9 * pcs by halflife * * - Interface initialization code taken from Touch of Death (TOD V.1) by * Brecht Claerhout * - Argv hiding taken from nmap v2.03 by * Fyodor (fyodor(a)dhp.com, www.insecure.org/nmap) * * Compile: * gcc -o sniffall sniffall.c <-- no DNS resolution * gcc -o sniffall -DHOST_LOOKUP sniffall.c <-- yes DNS resolution * gcc -o sniffall -D__PCAP__ sniffall.c -lpcap <-- libpcap support for *BSD * gcc -o sniffall -D__LINUX__ sniffall.c <-- no libpcap for linux * (obviously you can mix and match the defines as needed) * * NOTE: Errors when compiling about ntohl/htonl conflicting types are due to * problems in the header files in linux. Find the conflicts and fix them. * * Changelog: * diff between v2 and v1: * - added libpcap support * - ported to OpenBSD * - added -i option to override INTERFACE * - added argv hiding (This does not work on OpenBSD..well it does work * but it wont do you any good..being that it's * a secure OS the original argv is displayed in * 'ps' as well.) * * Todo list: * - add FDDI support * - use hash instead of linked list * **************************************************************************** / ,---------------------------------------------------------------------, | Tyler Allison, CISSP |M/S 233-7 (650)604-3602|MIB- Protecting the| |System Security Analyst |Ames Research Center |earth from the scum| |allison(a)mail.arc.nasa.gov|Moffett Field, CA 94035|of the universe. | | PGP Fingerprint: FB 4C 6E 4B 13 12 B1 17 68 7A A0 8C 43 30 00 01 | `---------------------------------------------------------------------' - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4821841029806806645==-- From mikeg@soonernet.com Wed Feb 17 04:37:03 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: [SuSE Linux] What is the difference in compilers... Date: Tue, 16 Feb 1999 22:37:03 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7056618852475177186==" --===============7056618852475177186== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable What's the difference between gcc and egcs? Some of my source will not compi= le properly with gcc, but works great with egcs. I hear the egcs isn't as stabl= e, but is this true? Thanks again guys, Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7056618852475177186==-- From cfreyer@leading.net Wed Feb 17 05:56:34 1999 From: cfreyer@leading.net To: users@lists.opensuse.org Subject: [SuSE Linux] TCP/IP headers Date: Wed, 17 Feb 1999 00:56:34 -0500 Message-ID: <3.0.2.32.19990217005634.0068ab7c@pop.leading.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0097694321528697017==" --===============0097694321528697017== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm doing some TCP/IP programming (in C) for my masters degree. I've run into a few problems with SuSE 5.3's header files not being "standard" (i.e. generic TCP/IP code won't compile without patching the headers first). I don't have time to suggest a fix. =20 Does anyone know if these issues are fixed in 6.0? I can e-mail source code to anyone interested. =20 FYI--same code can be compiled with a simple 'make' command on Digital Unix, RedHat 5.1, and Redhat 5.2. -------------------------------------------------------------- Chris Freyer | Husband, Father, Graduate cfreyer(a)leading.net | Student, Software=20 http://users.leading.net/~cfreyer> | Developer, Moun= tain Biker. -------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0097694321528697017==-- From deem@wdm.com Wed Feb 17 06:56:09 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] ERROR: libc.so.5 Date: Tue, 16 Feb 1999 21:56:09 -0900 Message-ID: <199902170656.VAA01794@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7599586866435922944==" --===============7599586866435922944== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just a newbie glibc question...what is the fix/cause for this error ? ERROR: libc.so.5: cannot open shared object file: No such file or directory Cant load plugin /usr/X11R6/lib/Acrobat3/Browsers/intellinux/nppdf.so. Ignore= d. ERROR: libc.so.5: cannot open shared object file: No such file or directory Cant load plugin /opt/netscape/plugins/nppdf.so. Ignored. Thanks Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7599586866435922944==-- From senthil@easi.soft.net Wed Feb 17 07:46:07 1999 From: senthil@easi.soft.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 5.3 Shutdown Date: Wed, 17 Feb 1999 13:16:07 +0530 Message-ID: In-Reply-To: <001b01be59c7$725ffd90$0f0f35c1@the-muffin-man> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6151055771680636727==" --===============6151055771680636727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You can also try 'init 0' to shutdown or 'init 6' to reboot your system by becoming a super user. On Tue, 16 Feb 1999, Claude Ostyn wrote: > did you try to add the 'now' option like : "shutdown -r now" ? >=20 > -----Original Message----- > From: George H. Griffin > To: suse-linux-e(a)suse.com > Date: Tuesday, February 16, 1999 5:09 PM > Subject: [SuSE Linux] SuSE 5.3 Shutdown >=20 >=20 > > > >Hello- > > > >I'm new to Linux, running SuSE 5.3. Recently when I have tried to > >shutdown my system using either shutdown -r or shutdown -h, while logged > >on as root, the only thing that happens is that the screen shows a list > >of the options possible with that command. The only way I can get out > >is by Ctrl-Alt-Delete. Anyone out there have any idea what's happened > >to my system? > > > >Thanks, George > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6151055771680636727==-- From senthil@easi.soft.net Wed Feb 17 08:39:36 1999 From: senthil@easi.soft.net To: users@lists.opensuse.org Subject: [SuSE Linux] Is it Hard disk problem ?? Date: Wed, 17 Feb 1999 14:09:36 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4470280938065081196==" --===============4470280938065081196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, When I am working, suddenly the system hangs and I get the following error, hda: set-multmode: status=3D0x51 {driveready seekcomplete error} hda: set-multmode: error 0x04 {drive stsus error} then i have to reboot the system and run fsck. Has anyone faced this problem before. Can someone help me out ??? Regards, Senthilvel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4470280938065081196==-- From grimmer@suse.de Wed Feb 17 08:55:19 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Masquerading is not working in 6.0 and NETSCAPEproblems. Date: Wed, 17 Feb 1999 09:55:19 +0100 Message-ID: In-Reply-To: <36CA0005.56F8B286@shaw.wave.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8479678474394290098==" --===============8479678474394290098== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 16 Feb 1999, Zulfiqar Naushad wrote: > 1. I can't get Masq to work in 6.0. I run the ipfwadm rules as su, and > then try to ping the other computer and it pings, the other computer > pings me and it pings.....but when the other computer tries to access > any internet site, it doesn't work. What am I doing wrong? How did you setup the masquerading? Using /etc/rc.config and /sbin/init.d/masquerade? Which kernel are you running? > I have also installed the IPCHAINS program, but have no idea how to > use it. This is for the 2.2.x-Kernel. > 2. Second problem is that I do internet banking and I need a 128bit > browser. The netscape that was installed with 6.0 is not, and hence I > cannot pay bills and stuff. How do I go about upgrading my NN to > become 128bit? You could either use "fortify" to patch the browser, or download the US-Version and install it manually. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8479678474394290098==-- From grimmer@suse.de Wed Feb 17 09:04:54 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ERROR: libc.so.5 Date: Wed, 17 Feb 1999 10:04:54 +0100 Message-ID: In-Reply-To: <199902170656.VAA01794@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5609460465719945636==" --===============5609460465719945636== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 16 Feb 1999, W.D.McKinney wrote: > Just a newbie glibc question...what is the fix/cause for this error ? >=20 > ERROR: libc.so.5: cannot open shared object file: No such file or directory > Cant load plugin /usr/X11R6/lib/Acrobat3/Browsers/intellinux/nppdf.so. Igno= red. > ERROR: libc.so.5: cannot open shared object file: No such file or directory > Cant load plugin /opt/netscape/plugins/nppdf.so. Ignored. Unfortunately, there's no fix yet. Acrobat Reader ist still a libc5 binary only package, which includes a Netscape plugin. This plugin won't load, since the Netscape binary is glibc2... There's a workaround: Use the stand-alone application instead of the plugin when loading PDF documents. You can configure this in the following dialogue: Edit --> Preferences --> Navigator --> Applications Look for "Portable Document Format" and choose the button "Application" and enter the following: "/usr/X11R6/bin/acroread " Good luck, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5609460465719945636==-- From grimmer@suse.de Wed Feb 17 09:09:05 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Is it Hard disk problem ?? Date: Wed, 17 Feb 1999 10:09:05 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2896688530155314010==" --===============2896688530155314010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, S K SENTHIL VEL wrote: > When I am working, suddenly the system hangs and I get the following > error, >=20 > hda: set-multmode: status=3D0x51 {driveready seekcomplete error} > hda: set-multmode: error 0x04 {drive stsus error} >=20 > then i have to reboot the system and run fsck. Has anyone faced this > problem before. Can someone help me out ??? This sounds indeed like a hard disk problem. Try to pass the following parameter to the linux kernel on boot-time: ide0=3Dnoautotune You may also try to set you HDD BIOS settings to more conservative values (no UDMA, no PIO Mode 4). Also check your HDD cables, maybe they are too long or the connection is bad. HTH, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2896688530155314010==-- From wybo@servalys.hobby.nl Wed Feb 17 09:15:38 1999 From: wybo@servalys.hobby.nl To: users@lists.opensuse.org Subject: [SuSE Linux] two pc's in a network - how? Date: Wed, 17 Feb 1999 10:15:38 +0100 Message-ID: <199902170915.KAA01262@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0650169660619162276==" --===============0650169660619162276== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have two pc's, bot with a 3com ethernet card: one with SuSE-5.3, hostname servalys the other with SuSE-6.0, hostname melati I want them in a net but I don't seem to be able to do that: ping melati on servalys and vice versa says: network unreachable. It is not clear to me whether I should do all configuration via yast, or should I also edit rc.config? Or even /etc/{hosts,host.conf,resolv.conf,route.conf,networks}? When I make a ppp-connection with my provider, hgatenl.hobby.nl, I get the IP address 212.19.199.34, so I made those /etc-files as follows: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/hosts: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 127.0.0.1 localhost 192.168.1.1 servalys.hobby.nl servalys 192.168.1.2 melati.hobby.nl melati 212.19.199.2 www.hobby.nl 212.19.199.34 pm1.hobby.nl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/host.conf: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D order hosts bind multi on =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/networks: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D loopback 127.0.0.0 localnet 192.168.1.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/resolv.conf: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D search hobby.nl nameserver 192.168.1.1 nameserver 192.168.1.2 nameserver 212.19.199.34 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/route.conf: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 192.168.1.0 0.0.0.0 255.255.255.0 eth0 But when I run SuSEconfig, then on servalys, but not on melati,/etc/hosts is changed to: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /etc/hosts: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 127.0.0.1 localhost 127.0.0.2 servalys.hobby.nl servalys 192.168.1.2 melati.hobby.nl melati 212.19.199.2 www.hobby.nl 212.19.199.34 pm1.hobby.nl When I then run /sbin/init.d/network stop/start on servalys there are no messages, but on melati message appear about shutting down and setting up the network. I hope someone can help me out... --=20 Hartelijke groet, Wybo Dekker ___________________Servalys Analytical Chemistry Services__________________ wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-652164 www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0650169660619162276==-- From wybo@servalys.hobby.nl Wed Feb 17 09:44:04 1999 From: wybo@servalys.hobby.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Wed, 17 Feb 1999 10:44:04 +0100 Message-ID: <199902170944.KAA01608@servalys.hobby.nl> In-Reply-To: <36C9BEEA.D9DDBBF8@mad.servicom.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1072262039677046509==" --===============1072262039677046509== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Pedro Diaz wrote: > I have 128 megs of ram, no "mem=3D128" in lilo.conf but my kernel detects a= ll. > My kernel is 2.0.36 >=20 > How funny Sure, because I use the same kernel. > Here is my cuestion: > What are cache and buffer memory? > What I have to do to empty them?, because when I finished using a big > program (such as netscape) I have only 3% mem avaible, almost > the rest is occupied by cache and buffer mem You don't need to; see an earlier reaction about this. If you start netscape, other applications will automatically get less buffer and cache. --=20 Hartelijke groet, Wybo Dekker ___________________Servalys Analytical Chemistry Services__________________ wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-652164 www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1072262039677046509==-- From Surjit.Bains@hsam.co.uk Wed Feb 17 10:05:44 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 10:05:44 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B71@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5968314676505469425==" --===============5968314676505469425== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
=====================================================
This message and any attachments to it are subject to copyright and are 
sent for the personal attention of the addressee.  It may include 
information which is legally privileged and exempt from disclosure.  
If you receive this communication in error, please advise us immediately.
=====================================================

Just wondering if anyone had installed the options for clustering ...
and  what exactly is required to get this to work...

Surjit.

 <> 
Surjit

--===============5968314676505469425==-- From m.lusetti@mo.nettuno.it Wed Feb 17 10:05:52 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Fujitsu 640 MO disks & kernel 2.2.1 Date: Wed, 17 Feb 1999 11:05:52 +0100 Message-ID: In-Reply-To: <199902160919.KAA22402@bach.iskon.hr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6735790325613484911==" --===============6735790325613484911== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16-Feb-99 Sasa Janiska wrote: >=20 > Hello!=20 > I'm completely newbie waiting to receive my 1st Linux SuSE 6.0 from my local > reseller. >=20 > It's time to try Linux after years spent with OS/2. :) You'll miss at least one thing from OS/2 ... the WPS, i was a member of local Team OS/2 since last year when i leave it. =20 > How troublesome is to upgrade the kernel in SuSE 6.0 to 2.2.1? No probs to compile the entire kernel 2.2.1 on SuSE 6.0, i've done it about 2= -3 times without any probs. =20 > On the mirror for the kernel, I saw there is also some patch for it? The patch is only if you have a previous kernel and don't want to download the full kernel. But there's no reasons to prefer one, other then the Megs necessary for the download.=20 > What source files I need for 2.2.1 upgrade? > Thanks, Get the linux-2.2.1.tar.gz file from one of the mirrors you'll find on the internet. > P.S. I'm happy to see lot of traffic here - it means that there is hope to > get right help when needed. > One reason more to give Linux a fair try. give it more, you'll be satisfied... =20 ---------------------------------- Date: 17-Feb-99 Time: 10:55:17 If you think education is expensive, try ignorance. -- Derek Bok, president of Harvard ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6735790325613484911==-- From grimmer@suse.de Wed Feb 17 10:51:15 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 11:51:15 +0100 Message-ID: In-Reply-To: <41A241233152D211A75800805FAD5713025B71@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0382824175192238532==" --===============0382824175192238532== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Surjit Bains wrote: > Just wondering if anyone had installed the options for clustering ... > and what exactly is required to get this to work... To make full use of these packages, you should have more than one linux machine :) They should be connected by a network, of course. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0382824175192238532==-- From adairb@it.postoffice.co.uk Wed Feb 17 10:54:43 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Kernal + SCSI Problems Date: Wed, 17 Feb 1999 10:54:43 +0000 Message-ID: <199902171058.KAA19798@igateway.postoffice.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8074602636180855579==" --===============8074602636180855579== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I was getting so good at re-compiling the kernal too ;->. I have two SCSI cards with attached devices as below. I have to use the BusLogic as the 7880's bios will not allow speed settings below 20Mhz (grr - I've had endless scanner problems due to this) Motherboard based Adaptec 7880 (much like the 2940) Western Digital 4 gig HD Toshiba 4xCD-ROM Yamaha 4416 CDRW IBM 2 gig HD PCI card BusLogic 942 Microtek 600 Scanner Seagate 1.6 gig HD (old hard drive) The BIOS sees the BusLogic card first. I've turned off the disc on the BL for BIOS purposes (using the BL's BIOS) and the Western Digital is the boot drive (found as C:). This arrangement worked fine for M$ and for linux which is mounted on the IBM - as long as the BusLogic driver was not loaded in the kernal but modprobed in after main boot. The only minor problem was the Yamaha wasn't appearing in the SCSI devices list (but I haven't sorted out software for CD-RW yet so I wasn't too worried). I recompiled the kernal with SMP. All worked fine. I backed up my previous kernal (no SMP). I altered the kernal setup to add the BL as a kernal driver. No backup this time. Oops, the BL is found first and gets assigned /dev/sda and the fsck panics as it thinks all the drive sizes are wrong (/dev/sda was 4gig now 1.6gig). BTW the Yamaha is now found. I back out the changes and recompile. The BL is STILL picked up (even though the driver is now not loaded in the kernal). So, now I can boot the old (non-SMP) kernal but I can't do any more changes to recompile. (I've made dep + clean). Somewhere the intermediate configuration is being stored. Where Linux fans? Bill - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8074602636180855579==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Wed Feb 17 11:16:19 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Video Memory Question Date: Wed, 17 Feb 1999 12:16:19 +0100 Message-ID: <19990217121619.B532@one.hrz.tu-chemnitz.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6063508731722877013==" --===============6063508731722877013== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 16, 1999 at 22:33 -0500, bob gordon wrote: > How do you get linux to tell you how much video RAM you have? Try `SuperProbe'. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6063508731722877013==-- From m.lusetti@mo.nettuno.it Wed Feb 17 11:22:29 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Running Java from user other than root Date: Wed, 17 Feb 1999 12:22:29 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4997353406772927366==" --===============4997353406772927366== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16-Feb-99 Graham Murray wrote: >=20 > Using Suse 6.0, when I attempt to run 'java' from a user other than > root, it fails with the error "/usr/lib/java/bin/java: /etc/rc.config > permission denied".=20 [...] > Why does a command, that makes sense in "user space" try to access a > file which is not world readable? You don't need to change permission of /etc/rc.config file but check for PERMISSION_SECURITY keyword in it cause that file is only needed by SuSEconfig mechanism to setup correctly your system without you to need edit anyother fi= le. If you change the default setting of PERMISSION_SECURITY tag just turn back a= nd set it as "easy", or if you have setted up as "paranoid" just put yourself in the "trusted" group. ---------------------------------- Date: 17-Feb-99 Time: 12:15:32 In Seattle, Washington, it is illegal to carry a concealed weapon that is over six feet in length. ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4997353406772927366==-- From adairb@it.postoffice.co.uk Wed Feb 17 11:30:37 1999 From: adairb@it.postoffice.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linux sees only half of my memory Date: Wed, 17 Feb 1999 11:30:37 +0000 Message-ID: <199902171134.LAA12159@igateway.postoffice.co.uk> In-Reply-To: <[SuSE Linux] linux sees only half of my memory> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4896756927613731118==" --===============4896756927613731118== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >=20 > Here is my cuestion: > What are cache and buffer memory? > What I have to do to empty them?, because when I finished using a big > program (such as netscape) I > have only 3% mem avaible, almost the rest is occupied by cache and buffer > mem When the system needs to read from a hard disk drive (or other cached peripheral) it actually reads more data than it needs and stores the "extra" data in memory so that if a second read is required from the drive it can get that information from memory, which is a far quicker operation. This is a cache/buffer. Your program that is leaving the memory full at the end is not a problem as when another program requires memory the old cache information will be thrown away. (In theory ;->).=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4896756927613731118==-- From Surjit.Bains@hsam.co.uk Wed Feb 17 11:49:34 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 11:49:34 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B73@EXCHANGE1> In-Reply-To: <[SuSE Linux] SUSE Extreme...6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5135155791489440877==" --===============5135155791489440877== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSBu b3cgeW91IG5lZWQgbW9yZSB0aGFuIDEgTGludXggbWFjaGluZSAhIDopCgpJdCdzIGp1c3QgdGhh dCB0aGVyZSBhcmUgZW50cmllcyB3aXRoaW4gWWFzdCB8IHBhY2thZ2VzIGFuZCBJIGtub3cgdGhh dApSZWRoYXQgcmVsZWFzZWQgYW4gRXh0cmVtZSBMaW51eCBiYXNlZCBvbiB0aGVpciA1LjAvMSBE aXN0cm8uLi4uIAoKTWF5YmUgIHRoZSByZWFsIHF1ZXN0aW9uIHNob3VsZCBiZSBob3cgZG8gSSBz ZXQgdGhpcyB1cCA/IChXaXRob3V0CnJlYWRpbmcgY291bnRsZXNzIEhvd3RvJ3MpCgpTdXJqaXQu CgotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBMZW56IEdyaW1tZXIgWzxBIEhSRUY9 Im1haWx0bzpncmltbWVyKGEpc3VzZS5kZSI+bWFpbHRvOmdyaW1tZXIoYSlzdXNlLmRlPC9BPl0K U2VudDogMTcgRmVicnVhcnkgMTk5OSAxMDo1MQpUbzogU3VTRSBMaW51eCBNYWlsaW5nIExpc3QK U3ViamVjdDogUmU6IFtTdVNFIExpbnV4XSBTVVNFIEV4dHJlbWUuLi42LjAKCj09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpXQVJOSU5HOiBFeHRlcm5hbCBFbWFpbDog VGhpcyBtZXNzYWdlIHdhcyByZWNlaXZlZCBmcm9tIGEgc291cmNlCmV4dGVybmFsIHRvIEhTQU0g YW5kIHRoZXJlZm9yZSB0aGUgc2VuZGVyJ3MgaWRlbnRpdHkgY2Fubm90IGJlIHZlcmlmaWVkLgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KCkhpLAoKT24gV2VkLCAx NyBGZWIgMTk5OSwgU3Vyaml0IEJhaW5zIHdyb3RlOgoKPiBKdXN0IHdvbmRlcmluZyBpZiBhbnlv bmUgaGFkIGluc3RhbGxlZCB0aGUgb3B0aW9ucyBmb3IgY2x1c3RlcmluZyAuLi4KPiBhbmQgIHdo YXQgZXhhY3RseSBpcyByZXF1aXJlZCB0byBnZXQgdGhpcyB0byB3b3JrLi4uCgpUbyBtYWtlIGZ1 bGwgdXNlIG9mIHRoZXNlIHBhY2thZ2VzLCB5b3Ugc2hvdWxkIGhhdmUgbW9yZSB0aGFuIG9uZSBs aW51eAptYWNoaW5lIDopIFRoZXkgc2hvdWxkIGJlIGNvbm5lY3RlZCBieSBhIG5ldHdvcmssIG9m IGNvdXJzZS4KCkJ5ZSwKICAgICAgICBMZW5aCgoKLS0gCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQogTGVueiBHcmltbWVy ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFN1U0UgR21iSAogPEEg SFJFRj0ibWFpbHRvOmdyaW1tZXIoYSlzdXNlLmRlIj5tYWlsdG86Z3JpbW1lcihhKXN1c2UuZGU8 L0E+ICAgICAgICAgICAgICAgICAgICAgICBTY2hhbnphZWNrZXJzdHIuIDEwCiA8QSBIUkVGPSJo dHRwOi8vd3d3LnN1c2UuZGUvfmdyaW1tZXIiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5kZS9+ Z3JpbW1lcjwvQSI+aHR0cDovL3d3dy5zdXNlLmRlL35ncmltbWVyPC9BPC9BPj4gICAgICAgICAg ICAgOTA0NDMgTnVlcm5iZXJnLCBHZXJtYW55CgotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBw bGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBp biBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1G QVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEg SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3 dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2IGF0IDxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl eC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBw bGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBp biBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1G QVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEg SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3 dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2IGF0IDxB IEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRl eC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxp bnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgoK --===============5135155791489440877==-- From wmcclain@salamander.com Wed Feb 17 11:56:13 1999 From: wmcclain@salamander.com To: users@lists.opensuse.org Subject: [SuSE Linux] Nedit, 5.3->6.0, X11, menu fonts, accelerator keys Date: Wed, 17 Feb 1999 05:56:13 -0600 Message-ID: <36CAAE5D.C0ED4334@salamander.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1419556193877763311==" --===============1419556193877763311== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When upgrading 5.3 to 6.0, the behavior of program "Nedit" changed. I lost menu fonts and accelerator keys. Since the Nedit version did not change, I suspect it is a problem with the X11 environment.=20 I am woefully ignorant of X11. -Bill - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1419556193877763311==-- From frodland@aston.no Wed Feb 17 12:13:00 1999 From: frodland@aston.no To: users@lists.opensuse.org Subject: [SuSE Linux] ISDN - dialing Date: Wed, 17 Feb 1999 13:13:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4869053788770865861==" --===============4869053788770865861== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry for posting this problem twice, but I didn't seem to get any response last time: 1. How do I stop SUSE from dialing automatically to my ISP. This costs quite a lot of money (starting & hanging-up connections all the time), so I want to decide when this should be done. 2. How do I tell SUSE not to use both ISDN channels - which costs the double of using one channel. In Norway it costs approx. the same just to place a call as to have an active connection 5 minutes. This start-fee is given for each time a connection is started, so if the connection is started twice on one channel and three times on the other channel, this will cost 5 startfees, which is about the same as 20 minutes on 1 channel. reg, Fredrik -- Fredrik R=C3=B8dland ASTON Technology Phone: +47 22 78 44 62 Consultant Nedre Slottsgt. 13 Fax : +47 23 100 105 N-0157 OSLO =20 Fredrik.Rodland(a)aston.no http://www.aston.no> Priv.: +47 22 46 68 63 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4869053788770865861==-- From kepe@home.com Wed Feb 17 12:18:51 1999 From: kepe@home.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] two pc's in a network - how? Date: Wed, 17 Feb 1999 06:18:51 -0600 Message-ID: In-Reply-To: <199902170915.KAA01262@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3791930288721412352==" --===============3791930288721412352== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17-Feb-99 W.H. Dekker wrote: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/hosts: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 127.0.0.1 localhost > 192.168.1.1 servalys.hobby.nl servalys > 192.168.1.2 melati.hobby.nl melati > 212.19.199.2 www.hobby.nl > 212.19.199.34 pm1.hobby.nl > But when I run SuSEconfig, then on servalys, but not on > melati,/etc/hosts is changed to: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/hosts: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 127.0.0.1 localhost > 127.0.0.2 servalys.hobby.nl servalys > 192.168.1.2 melati.hobby.nl melati > 212.19.199.2 www.hobby.nl > 212.19.199.34 pm1.hobby.nl >=20 The fix to this is to edit /etc/rc.config and turn "CHECK_ETC_HOST=3Dyes" to "CHECK_ETC_HOSTS=3Dno". Then you can run SuSEconfig and it will skip over /etc/hosts, when updating the system. -- Danny Kephart E-Mail: kepe(a)home.com Date: 17-Feb-99 Time: 06:12:53 CST - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3791930288721412352==-- From grimmer@suse.de Wed Feb 17 12:41:26 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 13:41:26 +0100 Message-ID: In-Reply-To: <41A241233152D211A75800805FAD5713025B73@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2777758227770489251==" --===============2777758227770489251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Surjit Bains wrote: > I now you need more than 1 Linux machine ! :) >=20 > It's just that there are entries within Yast | packages and I know > that Redhat released an Extreme Linux based on their 5.0/1 Distro.... >=20 > Maybe the real question should be how do I set this up ? (Without > reading countless Howto's) Well setting it up is easy. Just install the necessary libraries on all nodes of your cluster. It really depends, what you want to _do_ with this cluster. LAM/MPI and PVM are just the "basic tools". See http= ://www.beowulf.org> for more info about this subject. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2777758227770489251==-- From grimmer@suse.de Wed Feb 17 12:54:23 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Nedit, 5.3->6.0, X11, menu fonts, accelerator keys Date: Wed, 17 Feb 1999 13:54:23 +0100 Message-ID: In-Reply-To: <36CAAE5D.C0ED4334@salamander.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9156800282181746516==" --===============9156800282181746516== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Bill McClain wrote: > When upgrading 5.3 to 6.0, the behavior of program "Nedit" changed. I > lost menu fonts and accelerator keys. Since the Nedit version did not > change, I suspect it is a problem with the X11 environment.=20 >=20 > I am woefully ignorant of X11. No, it's a glibc issue. Get the update from our ftp-Server: = ftp:/= /ftp.suse.com/pub/suse_update/suse60/xap1/nedit.rpm> Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9156800282181746516==-- From m.lusetti@mo.nettuno.it Wed Feb 17 13:22:56 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 14:22:56 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1784409420805013441==" --===============1784409420805013441== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17-Feb-99 Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 17 Feb 1999, Surjit Bains wrote: >=20 >> Just wondering if anyone had installed the options for clustering ... >> and what exactly is required to get this to work... >=20 > To make full use of these packages, you should have more than one linux > machine :) They should be connected by a network, of course. >=20 > Bye, > LenZ You have to use more the TWO linux machines... is this right or no Lenz ? ---------------------------------- Date: 17-Feb-99 Time: 14:21:48 He who attacks the fundamentals of the American broadcasting industry attacks democracy itself. -- William S. Paley, chairman of CBS ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1784409420805013441==-- From m.lusetti@mo.nettuno.it Wed Feb 17 13:49:22 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] ISDN - dialing Date: Wed, 17 Feb 1999 14:49:22 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3391904020229208212==" --===============3391904020229208212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17-Feb-99 Fredrik Rodland wrote: > 1. How do I stop SUSE from dialing automatically to my ISP. This costs > quite a lot of money (starting & hanging-up connections all the time), so > I want to decide when this should be done. Use diald. =20 > 2. How do I tell SUSE not to use both ISDN channels - which costs the > double of using one channel. I don't know how do you set up you isdn link but here in italy you have to te= ll him specifically when to use both B-channel so i though you tell him to do it. Sorry i can't help anymore. ---------------------------------- Date: 17-Feb-99 Time: 14:45:22 "By the time they had diminished from 50 to 8, the other dwarves began to suspect 'Hungry' ..." -- Gary Larson, "The Far Side" ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3391904020229208212==-- From m.lusetti@mo.nettuno.it Wed Feb 17 13:54:55 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] What is the difference in compilers... Date: Wed, 17 Feb 1999 14:54:55 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3661528155691524768==" --===============3661528155691524768== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17-Feb-99 Mike Gorsuch wrote: >=20 > What's the difference between gcc and egcs? Some of my source will not > compile > properly with gcc, but works great with egcs. I hear the egcs isn't as > stable, > but is this true? >=20 Go to = http://www.cygnus.org> to find what you need about egcs compiler. ---------------------------------- Bet regards Massimo Lusetti Date: 17-Feb-99 Time: 14:53:54 Others will look to you for stability, so hide when you bite your nails. ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3661528155691524768==-- From grimmer@suse.de Wed Feb 17 14:05:45 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 15:05:45 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4861891666050931114==" --===============4861891666050931114== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Massimo Lusetti wrote: > > To make full use of these packages, you should have more than one linux > > machine :) They should be connected by a network, of course. >=20 > You have to use more the TWO linux machines... is this right or no Lenz ? No, you can even start with two machines. But it makes more fun if you have a whole bunch of machines... I tested a distributed POVRay on four double PII/400 w/ 128M RAM - sweet. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4861891666050931114==-- From gschoell@pobox.com Wed Feb 17 14:29:31 1999 From: gschoell@pobox.com To: users@lists.opensuse.org Subject: [SuSE Linux] New error Date: Wed, 17 Feb 1999 06:29:31 -0800 Message-ID: <3.0.5.32.19990217062931.007fc720@pop.uia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8332833382492648530==" --===============8332833382492648530== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've been getting this error when making an installation (several different packages attempted). Any help is appreciated. myservicewidget.cpp:10: /usr/include/linux/types.h:5: asm/types.h: No such file or directory make[2]: *** [.deps/myservicewidget.P] Error 1 make[2]: Leaving directory `/usr/local/ksamba-0.3.3/ksamba' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ksamba-0.3.3' make: *** [all-recursive-am] Error 2=20 George "The right of the people to be secure in their persons, houses, papers and effects, against unreasonable searches and seizures, shall not be violated..."=20 -- the Fourth Amendment to the U.S. Constitution=20 Nisi Defectum Haud Reficindium (If it ain't broke, don't fix it) http://209.150.72.25/~inlandcommercial/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8332833382492648530==-- From Surjit.Bains@hsam.co.uk Wed Feb 17 15:39:17 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 15:39:17 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B74@EXCHANGE1> In-Reply-To: <[SuSE Linux] SUSE Extreme...6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0726903515638157269==" --===============0726903515638157269== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKQ2Fu IHlvdSBkbyB0aGluZ3MgbGlrZSBEaXN0cmlidXRlZCBLZXJuZWwgY29tcGlsYXRpb25zIGV0Yy4u Lj8KCk9yIGlzIHRoaXMgdmVyeSBtdWNoIGRlcGVuZGFudCBvbiB0aGUgd2F5IHRoZSBjb21waWxl ciBpcyB3cml0dGVuLi4uPwoKPkkgdGVzdGVkIGEgZGlzdHJpYnV0ZWQgUE9WUmF5IG9uIGZvdXIg ZG91YmxlIFBJSS80MDAgdy8gMTI4TSBSQU0gLQpzd2VldC4KCm8gSSBjYW4gcHV0IHRob3NlIDMv NDg2J3MgdyA0bWIgcmFtIHRvIHNvbWUgdXNlLi4uIDotQAoKU3Vyaml0LgotClRvIGdldCBvdXQg b2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3 aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNr IG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0 L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFR LzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0 aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxp bmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9N YWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo= --===============0726903515638157269==-- From zentara@mindspring.com Wed Feb 17 15:44:03 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] What is the difference in compilers... Date: Wed, 17 Feb 1999 10:44:03 -0500 Message-ID: <36CAE3C3.542F8BFC@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7846260728126260346==" --===============7846260728126260346== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Mike Gorsuch wrote: >=20 > What's the difference between gcc and egcs? Some of my source will not com= pile > properly with gcc, but works great with egcs. I hear the egcs isn't as sta= ble, > but is this true? >=20 I think that egcs is "fined tuned" for making executables that run better on Pentiums and up; whereas gcc was suited to 486's. Go to Gary's encylclopedia at: http://members.aa.net/~swear/pedia/> and look it up. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7846260728126260346==-- From zentara@mindspring.com Wed Feb 17 15:47:44 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Is it Hard disk problem ?? Date: Wed, 17 Feb 1999 10:47:44 -0500 Message-ID: <36CAE4A0.D80213A7@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4682454872432688180==" --===============4682454872432688180== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable S K SENTHIL VEL wrote: >=20 > Hi, >=20 > When I am working, suddenly the system hangs and I get the following > error, >=20 > hda: set-multmode: status=3D0x51 {driveready seekcomplete error} > hda: set-multmode: error 0x04 {drive stsus error} >=20 > then i have to reboot the system and run fsck. Has anyone faced this > problem before. Can someone help me out ??? Check your power supply, by swapping with a good one and see if it goes away. When power supplies start to go bad, they can cause all sorts of strange errors. Then back up that hard drive, it might be going. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4682454872432688180==-- From zentara@mindspring.com Wed Feb 17 15:52:59 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] two pc's in a network - how? Date: Wed, 17 Feb 1999 10:52:59 -0500 Message-ID: <36CAE5DB.F180311B@mindspring.com> In-Reply-To: <199902170915.KAA01262@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4982375845152553649==" --===============4982375845152553649== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable W.H. Dekker wrote: >=20 > I have two pc's, bot with a 3com ethernet card: > > I want them in a net but I don't seem to be able to do that: ping > melati on servalys and vice versa says: network unreachable. >=20 > It is not clear to me whether I should do all configuration via yast, > or should I also edit rc.config? Or even > /etc/{hosts,host.conf,resolv.conf,route.conf,networks}? > When I then run /sbin/init.d/network stop/start on servalys there are > no messages, but on melati message appear about shutting down and > setting up the network. Do you have inetd started in yast? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4982375845152553649==-- From c9502007@hud.ac.uk Wed Feb 17 16:00:44 1999 From: c9502007@hud.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] RE: NO CD-ROM & 2.2.1 Date: Wed, 17 Feb 1999 16:00:44 +0000 Message-ID: <36CAE7AC.ECD1AE34@hud.ac.uk> In-Reply-To: <14025.48939.959485.335239@freelander.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2079151964467608325==" --===============2079151964467608325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Keith White wrote: > This is exactly whats happening here. > I`ve got a clean 2.2.1 build,all other stuff as modules > loads,eg,my floppy mounts and umounts fine. I haven't got any modules loaded as everything at the moment is in the kernel > 2.0.36 works fine,with my CDrom drive (atapi). > Also upgraded modutils for the 2.2.1 kernel,this fails to > work also.However if you try this get the old version ready > on a HDD partition,so you can boot the old 2.0.36 kernel. > Remember your CD don`t work..!!. Don't quite follow you here ??? > Package is modules i believe. Looking at my boot.msg in /var/log/ I find the following in and otherswise normal boot <4>PIIX4: IDE controller on PCI bus 00 dev 11 <4>PIIX4: not 100ative mode: will probe irqs later <4> ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio <4> ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio <4>hda: IBM-DTTA-350840, ATA DISK drive <4>hdb: IOMEGA ZIP 100 ATAPI Floppy, ATAPI FLOPPY drive <4>hdc: CREATIVE CD3231E, ATAPI CDROM drive <4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 <4>ide1 at 0x170-0x177,0x376 on irq 15 <6>hda: IBM-DTTA-350840, 8063MB w/467kB Cache, CHS=3D1027/255/63, UDMA <4>hdc: ATAPI 32X CD-ROM drive, 512kB Cache <6>Uniform CDROM driver Revision: 2.52 <6>hdb: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm <5>hdb: The drive reports both 100663296 and 0 bytes as its capacity <6>Floppy drive(s): fd0 is 1.44M <6>FDC 0 is a post-1991 82077 When I do a dmsg I get the following lines ATAPI device hdc: Error: Illegal request -- (Sense key=3D0x05) Illegal mode for this track or incompatible medium -- (asc=3D0x64, ascq=3D0= x00) isofs_read_super: root inode not initialized VFS: Disk change detected on device ide1(22,0) hdc: command error: status=3D0x51 { DriveReady SeekComplete Error } hdc: command error: error=3D0x50 end_request: I/O error, dev 16:00 (hdc), sector 92 Cheers Satpal - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2079151964467608325==-- From alexm@quake.tx.symbio.net Wed Feb 17 16:12:49 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] two pc's in a network - how? Date: Wed, 17 Feb 1999 10:12:49 -0600 Message-ID: In-Reply-To: <199902170915.KAA01262@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7883559637715722116==" --===============7883559637715722116== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, W.H. Dekker wrote: >=20 > one with SuSE-5.3, hostname servalys > the other with SuSE-6.0, hostname melati >=20 > I want them in a net but I don't seem to be able to do that: ping > melati on servalys and vice versa says: network unreachable. Did you try pinging their IPs or just host names? Maybe just the name service needs corrections... >=20 > When I make a ppp-connection with my provider, hgatenl.hobby.nl, I get > the IP address 212.19.199.34, so I made those /etc-files as follows: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/hosts: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 127.0.0.1 localhost > 192.168.1.1 servalys.hobby.nl servalys > 192.168.1.2 melati.hobby.nl melati > 212.19.199.2 www.hobby.nl > 212.19.199.34 pm1.hobby.nl I am not sure if you can give your local network same domain name as a real network if you are going to use an external name server... > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/host.conf: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > order hosts bind > multi on > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/networks: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > loopback 127.0.0.0 > localnet 192.168.1.0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/resolv.conf: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > search hobby.nl > nameserver 192.168.1.1 > nameserver 192.168.1.2 > nameserver 212.19.199.34 Are you running name servers on both of your systems?=20 Usually, you put names of your ISP's primary and secondary name servers, unless you run your own. something like this: -----start /etc/resolv.conf---------- search hobby.nl nameserver 212.19.199.34 # primary name server nameserver 212.19.199.XX # secondary name server ---------end /etc/resolv.conf------------- > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /etc/route.conf: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 192.168.1.0 0.0.0.0 255.255.255.0 eth0 >=20 You probably want this in your /etc/route.conf: ----------start-------------- 192.168.1.0 0.0.0.0 255.255.255.0 eth0 212.19.199.0 0.0.0.0 255.255.255.0 eth1 default 212.19.199.1 # your default ISP's gateway # or your masquerading machine (for local network) ---------------end------------ Most of this info you can get from your ISP. good luck, -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7883559637715722116==-- From hattons@CPKWEBSER5.ncr.disa.mil Wed Feb 17 16:31:36 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1 on SuSE 6.0 Date: Wed, 17 Feb 1999 11:31:36 -0500 Message-ID: <36CAEEE8.1395092E@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3296644683131527979==" --===============3296644683131527979== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is pain! I have been attempting to get KDE 1.1 running on my 6.0 and have been stopped in many directions. The rpms I found for redhat don't install on SuSE. Some of the tools don't compile under egcs, e.g., krn. My kmail is now dead, even though I got it to compile. It will not launch. Does anybody have this running w/o problmes? Steve
begin:vcard 
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============3296644683131527979==--


From hattons@CPKWEBSER5.ncr.disa.mil Wed Feb 17 16:33:10 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] Why no egcs with 2.0 kernels?
Date: Wed, 17 Feb 1999 11:33:10 -0500
Message-ID: <36CAEF46.F3749C4E@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1989305063307188072=="

--===============1989305063307188072==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




When I installed egcs I got a warning that I sould not use it to compile
2.0 kernels.  Does anybody know why?

Steve
begin:vcard 
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============1989305063307188072==--


From raffo@neuronet.pitt.edu Wed Feb 17 16:40:10 1999
From: raffo@neuronet.pitt.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] How to SCSI modules in conf.modules
Date: Wed, 17 Feb 1999 11:40:10 -0500
Message-ID: <36CAF0EA.72F3114@neuronet.pitt.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3276499778348866397=="

--===============3276499778348866397==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I've two SCSI adapters in a computer. The main HD is attached to the
first one and has this line in the conf.modules:

        alias scsi_hostadapter aic7xxx

We just added an extra HD, but to the other SCSI adapter. We need to
load the ncr53c8xx module.=20

What type of entry do I need to add the the conf.modules file so the
module is loaded at boot time?

Thanks,

--=20
Rafael Herrera
Laboratory for Computational Neuroscience
University of Pittsburgh
http://www.neuronet.pitt.edu/~raffo>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3276499778348866397==--


From m.lusetti@mo.nettuno.it Wed Feb 17 17:03:34 1999
From: m.lusetti@mo.nettuno.it
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Why no egcs with 2.0 kernels?
Date: Wed, 17 Feb 1999 18:03:34 +0100
Message-ID: 
In-Reply-To: <36CAEF46.F3749C4E@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0875614591273796090=="

--===============0875614591273796090==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 17-Feb-99 Steven T. Hatton wrote:
> When I installed egcs I got a warning that I sould not use it to compile
> 2.0 kernels.  Does anybody know why?
>=20

Cause it was (and still) developed for 2.2 kernel sources...

----------------------------------
Bet regards             Massimo Lusetti
Date: 17-Feb-99
Time: 18:02:46

Fuch's Warning:
        If you actually look like your passport photo, you aren't well
enough to travel.

----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0875614591273796090==--


From Surjit.Bains@hsam.co.uk Wed Feb 17 17:04:47 1999
From: Surjit.Bains@hsam.co.uk
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] RE: NO CD-ROM & 2.2.1
Date: Wed, 17 Feb 1999 17:04:47 +0000
Message-ID: <41A241233152D211A75800805FAD5713025B76@EXCHANGE1>
In-Reply-To: <[SuSE Linux] RE: NO CD-ROM & 2.2.1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6005278153946265500=="

--===============6005278153946265500==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

CgoKwrJnwqzCscWhHmp3WsKfJsKtwrXCpyHCmcOpw63CssOaIsK1wqrDnsKyw6bDo3nDi23CocOK
KcOKxb7CoMKGw5bCp3XCqsOewrHDqcOtfsKKw63ChcOqXsKuw4onalbCrcK1w6nDrcKKwonDqH7D
mF5pw5dresOLHnvDsi3CmcKswqLCncOJbnXDqMKnfsKKw6Zqw5jFocKfCGJyGMKswpXDqBrCllzC
qcKuK8OiwpXDqB51wqnDnXsXxaDFoMOXw6vComdiwrHDiWjCssOqw57DvMKHw7LCosOqw55xw6jC
r3rDmGLCscOKJsKaw6nDonHCq2LConjCp3rCusOowq/DumV5wqseacObw6LCscOrwqzCimnCnnYm
wq16XMO/XcKhwoXDkMKBwoXDicKUwoHDpcWTw5TCgcORw4nDpcKlwrnCnMKBw5HFksKBwpHFksKA
xb7FvsW+w7w0KDQoxb3FvcW9xb3CtT3DicKlwp3CpcK5woXCsMKBNcKVw43DjcKFwp3ClMW9xb3F
vcW9xb00KRnDicWTxb3DqMKBTcKFw5HDgcKFwrDCgQrCocKFwrnCkcKVw4jCgW3CtcKFwqXCscOR
xZLDqcKMw6TDlMOAw4jDgMOAw50BwqHDlcKQwrnChcKMwrnDlcKtdDQpTcKVwrnDkMOowoDDhMOc
woEZwpXCicOJw5XChcOJw6TCgMOEw6TDpMOkwoDDhMOUw6jDlMOMNClRxZLDqMKBTcOVw4nCqcKl
w5DCgQnChcKlwrnDjDQpTcOVwonCqcKVwo3DkMOowoFJwpTDqMKBbU3DlU0UwoExwqXCucOVw6F0
woFJFMOowoE5PMKBChDCtUk9NMKAwpjCgMOIxb7DiMW+w4Q0KDQoNClgETQ0K0TCixtewq52wqUQ
wqHDkcW9xaDCosKVOGLCsMKhw5HFvcKnwqzCscWhHsOBwqsrecOHwqLFk8OnX8KuwonCmsKywovC
q3HDp8KxwrXDqsOnaMK3aB0gDGp3bcKFw6rDnWbCisOexb3FvsW+wrvCrHp3XsKuw4jCnDQpenti
wrcnGsKeeMOxbcOrw57CrMO/w6J5w5TChMKSw4DDkMKiAgICBTbDtycnwpIHwpbDt1ciBsOExb7F
vsK7N0IGw5TCqzc0xb7FvsK6dMKKBjTFvsW+wrrDlMKKBsO3V0IGNsO2w5cGw4TCq0Q0KMKrwpIG
dMW+xb7CuyTDvsOEwqpCw6DDkMWgNsO3VMKew4IHwpbDt1IHJMKrNMKqw6ZCBsKXQgcGw4TFocW+
xb7CuzTCisOgw5DCoMOQ4oKsNCrChMWhwqsnMMOQwqU0xb7FvsK7RwTFvsW+wrrDgMOQwqDDkDQo
Ci0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9t
byhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNl
LWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1
c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1
cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv
PC9BPC9BPj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9N
YWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cu
c3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8v
d3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+
Cg==

--===============6005278153946265500==--


From miklos@pugh.bip.bham.ac.uk Wed Feb 17 17:09:08 1999
From: miklos@pugh.bip.bham.ac.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Restricted functonality of NIS (6.0)
Date: Wed, 17 Feb 1999 17:09:08 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1224189074020559198=="

--===============1224189074020559198==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi Folks,

The new version does not handle NIS properly. The netgroups are not
accepted in the /etc/hosts.equiv and in /etc/exports files. Further the
system is not able to pick up hostnames from the NIS database. (The Linux
host is a NIS client.) All these features were working properly in the 5.3
version. (The variable is set in the /etc/rc.config.)

Any idea?

miklos

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1224189074020559198==--


From kjohnson@usitc.gov Wed Feb 17 18:08:29 1999
From: kjohnson@usitc.gov
To: users@lists.opensuse.org
Subject: [SuSE Linux] printer setup
Date: Wed, 17 Feb 1999 13:08:29 -0500
Message-ID: <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2805620061034224517==--


From jzuluaga@fisica.udea.edu.co Wed Feb 17 18:09:48 1999
From: jzuluaga@fisica.udea.edu.co
To: users@lists.opensuse.org
Subject: [SuSE Linux] Graphic Programming!
Date: Wed, 17 Feb 1999 13:09:48 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6818649234636815763=="

--===============6818649234636815763==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi!

Sorry for my bad english!

How can I do a graphic program in Linux, i.e. how can i draw a
"yellow line from (0,0) to (100,100)" ??...

I am a C programmer and I know very well how to do this in DOS using
Borland C with the graphics library, but I want to do the same in
LINUX...

How are the LINUX screensaver programs done???

Thanks!.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6818649234636815763==--


From ren@ssm.ca Wed Feb 17 18:21:24 1999
From: ren@ssm.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] smbmount not working now
Date: Wed, 17 Feb 1999 13:21:24 -0500
Message-ID: <99021713255600.01242@Precious>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6658951226009660157=="

--===============6658951226009660157==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I finally purchased SuSE 6.0 and put kernel 2.2.1 on.  I'm trying to get Samba
up and running the way I like it, but smbmount isn't letting me mount the
remote directory anymore.  I can however log into the remote computer using
smbclient.  All smbmount tells me is I gave it an invalid argument and to
consult the man pages.  Nothing there helped me.  I have had it working before
and its possible I simply forgot to do something.  NFS support perhaps?  It
doesn't make sense to me that smbclient allows me to view the shared drive, y=
et
smbmount doesn't let me mount it.  The mount point is there.  Any suggestions?

On a different note, I am quite impressed with SuSE 6.0 so far.  The new kern=
el
is giving me some troubles, but thats another story. :)

Ren West
ren(a)ssm.ca
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6658951226009660157==--


From hlarons@ComCAT.COM Wed Feb 17 18:41:52 1999
From: hlarons@ComCAT.COM
To: users@lists.opensuse.org
Subject: [SuSE Linux] SIAG Office App
Date: Wed, 17 Feb 1999 13:41:52 -0500
Message-ID: <19990217134152.B542@BeagleDog>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4251713218402614863=="

--===============4251713218402614863==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Has anyone actually compiled and used the subject app under SuSE (any=20
version)? What about the Debian/RH binary rpm's?

Hints/tips on compiling and installing? Opinions on the app?

Howard Arons

--=20
Powered by SuSE Linux 5.2 -- kernel 2.0.33
Communications by Mutt 0.93.2
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4251713218402614863==--


From rachel@epinet.co.uk Wed Feb 17 18:56:54 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Total Crash! 2.2.1 unstable maybe?
Date: Wed, 17 Feb 1999 18:56:54 +0000
Message-ID: <36CB10F6.127633FE@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8695120120734376433=="

--===============8695120120734376433==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




One of the major nice things about Linux, of course, is that this isn't
supposed to happen. So I thought the fact that it has was worth
reporting.

My machine just crashed on me. Total stiff. Pointer froze, A window
froze unfinished (xmcd), no keyboard activity (including alt-ctrl-Fkey
to another console), no network activity, no response to ping.

I didn't think I was provoking it very hard. But I thought it might be
worth mentioning as a possible instability between SuSE 6.0 and kernel
2.2.1. Other possibilities include a successful attack, or failing
hardware.

If anyone wants any details information to help figure out why this
happened, I'll be glad to co-operate.

Brief snapshot though:

SuSE 6.0 kernel 2.2.1
Simple vanilla PC hardware: AT SOYO motherboard, AMD K6-2 300MHz, 64Mb
RAM, 8Gb EIDE,
Matrox Productiva G100 graphics.
No sound card.

At the time I was in a KDE 1.0 desktop with nedit, Netscape, xmcd, and a
couple of kvts running. One of them was doing a big wget in the
background. Behind the scenes I was running - well, the usual stuff,
including postgres (not actually doing much), Apache, JRunPro, Samba,
but only as a client...


--=20
Rachel Greenham
Epinet Communications plc
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8695120120734376433==--


From rachel@epinet.co.uk Wed Feb 17 19:00:36 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] smbmount not working now
Date: Wed, 17 Feb 1999 19:00:36 +0000
Message-ID: <36CB11D4.5B4DFDEF@epinet.co.uk>
In-Reply-To: <99021713255600.01242@Precious>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5062824419532694327=="

--===============5062824419532694327==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Pulls at the strings of others." wrote:
>=20
> I finally purchased SuSE 6.0 and put kernel 2.2.1 on.  I'm trying to get Sa=
mba
> up and running the way I like it, but smbmount isn't letting me mount the
> remote directory anymore.  I can however log into the remote computer using
> smbclient.  All smbmount tells me is I gave it an invalid argument and to
> consult the man pages.  Nothing there helped me.  I have had it working bef=
ore
> and its possible I simply forgot to do something.  NFS support perhaps?  It
> doesn't make sense to me that smbclient allows me to view the shared drive,=
 yet
> smbmount doesn't let me mount it.  The mount point is there.  Any suggestio=
ns?

I had this problem. My solution is as follows (you won't like it!)

Download and install Samba 2.0.2 from samba.org, compile it with
smbmount (check the ./configure --help) and install it to its default
place. Now use *that* copy of smbmount to mount remote system - but
watch it, the syntax of the new smbmount is radically different to that
that appears on the SuSE distribution. It's documented in the man pages
of the new version though.

Basically, I now have two Sambas coexisting on my machine: There's the
one installed from SuSE which is handling my printing, and there's the
one which is a plain default install from source, which isn't in any
paths, I just run the smbmount directly.


--=20
Rachel Greenham
Epinet Communications plc
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5062824419532694327==--


From cloud9@frontier.net Wed Feb 17 19:02:30 1999
From: cloud9@frontier.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] RE: NO CD-ROM & 2.2.1
Date: Wed, 17 Feb 1999 12:02:30 -0700
Message-ID: <021701be5aa8$11bc20e0$228d2dc7@animas.frontier.net>
In-Reply-To: <[SuSE Linux] RE: NO CD-ROM & 2.2.1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5653488337086544680=="

--===============5653488337086544680==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yes, I totally agree!
Who's with me!

         -=3DDan Clemens=3D-
+ Frontier Internet Tech Support +
       cloud9(a)frontier.net

>
>=C2=B2g=C2=AC=C2=B1=C5=A1=1EjwZ=C2=9F&=C2=AD=C2=B5=C2=A7!=C2=99=C3=A9=C3=AD=
=C2=B2=C3=9A"=C2=B5=C2=AA=C3=9E=C2=B2=C3=A6=C3=A3y=C3=8Bm=C2=A1=C3=8A)=C3=8A=
=C5=BE
=C2=86=C3=96=C2=A7u=C2=AA=C3=9E=C2=B1=C3=A9=C3=AD~=C2=8A=C3=AD=C2=85=C3=AA^=
=C2=AE=C3=8A'jV=C2=AD=C2=B5=C3=A9=C3=AD=C2=8A=C2=89=C3=A8~=C3=98^i=C3=97kz=C3=
=8B=1E{=C3=B2-=C2=99=C2=AC=C2=A2=C2=9D=C3=89nu=C3=A8=C2=A7~=C2=8A=C3=A6j=C3=
=98=C5=A1=C2=9F=08br=18=C2=AC=C2=95=C3=A8=1A=C2=96\=C2=A9=C2=AE+=C3=A2=C2=95=
=C3=A8=1Eu=C2=A9=C3=9D{
=17=C5=A0=C5=A0=C3=97=C3=AB=C2=A2gb=C2=B1=C3=89h=C2=B2=C3=AA=C3=9E=C3=BC=C2=
=87=C3=B2=C2=A2=C3=AA=C3=9Eq=C3=A8=C2=AFz=C3=98b=C2=B1=C3=8A&=C2=9A=C3=A9=C3=
=A2q=C2=ABb=C2=A2x=C2=A7z=C2=BA=C3=A8=C2=AF=C3=BAey=C2=AB=1Ei=C3=9B=C3=A2=C2=
=B1=C3=AB=C2=AC=C2=8Ai=C2=9Ev&=C2=ADz\=C3=BF]=C2=A1=C2=85=C3=90=C2=81=C2=85=
=C3=89=C2=94
=C2=81=C3=A5=C5=93=C3=94=C2=81=C3=91=C3=89=C3=A5=C2=A5=C2=B9=C2=9C=C2=81=C3=
=91=C5=92=C2=81=C2=91=C5=92=C2=80=C5=BE=C5=BE=C5=BE=C3=BC4(4(=C5=BD=C5=BD=C5=
=BD=C5=BD=C2=B5=3D=C3=89=C2=A5=C2=9D=C2=A5=C2=B9=C2=85=C2=B0=C2=815=C2=95=C3=
=8D=C3=8D=C2=85=C2=9D=C2=94=C5=BD=C5=BD=C5=BD=C5=BD=C5=BD4)=19=C3=89=C5=93=C5=
=BD=C3=A8=C2=81M=C2=85=C3=91=C3=81=C2=85=C2=B0=C2=81=C2=A1=C2=85=C2=B9

=C2=95=C3=88=C2=81m=C2=B5=C2=85=C2=A5=C2=B1=C3=91=C5=92=C3=A9=C2=8C=C3=A4=C3=
=94=C3=80=C3=88=C3=80=C3=80=C3=9D=01=C2=A1=C3=95=C2=90=C2=B9=C2=85=C2=8C=C2=
=B9=C3=95=C2=ADt4)M=C2=95=C2=B9=C3=90=C3=A8=C2=80=C3=84=C3=9C=C2=81=19=C2=95=
=C2=89=C3=89=C3=95=C2=85=C3=89=C3=A4=C2=80=C3=84=C3=A4=C3=A4=C3=A4=C2=80=C3=
=84=C3=94=C3=A8=C3=94=C3=8C4)Q=C5=92=C3=A8=C2=81M=C3=95=C3=89=C2=A9=C2=A5=C3=
=90=C2=81 =C2=85=C2=A5
=C2=B9=C3=8C4)M=C3=95=C2=89=C2=A9=C2=95=C2=8D=C3=90=C3=A8=C2=81I=C2=94
=C3=A8=C2=81mM=C3=95M=14=C2=811=C2=A5=C2=B9=C3=95=C3=A1t=C2=81I=14=C3=A8=C2=
=819<=C2=81=10=C2=B5I=3D4=C2=80=C2=98=C2=80=C3=88=C5=BE=C3=88=C5=BE=C3=844(4(=
4)`=1144+D=C2=8B=1B^=C2=AEv=C2=A5=10=C2=A1=C3=91=C5=BD=C5=A0=C2=A2=C2=958b=C2=
=B0=C2=A1=C3=91=C5=BD=C2=A7=C2=AC=C2=B1=C5=A1=1E=C3=81=C2=AB+y=C3=87
=C2=A2=C5=93=C3=A7_=C2=AE=C2=89=C2=9A=C2=B2=C2=8B=C2=ABq=C3=A7=C2=B1=C2=B5=C3=
=AA=C3=A7h=C2=B7h=1D jwm=C2=85=C3=AA=C3=9Df=C2=8A=C3=9E=C5=BD=C5=BE=C5=BE=C2=
=BB=C2=ACzw^=C2=AE=C3=88=C2=9C4)z{b=C2=B7'=1A=C2=9Ex=C3=B1m=C3=AB=C3=9E=C2=AC=
=C3=BF=C3=A2y=C3=94=C2=84=C2=92=C3=80=C3=90=C2=A2=02=02=02=056=C3=B7''=C2=92
=07=C2=96=C3=B7W"=06=C3=84=C5=BE=C5=BE=C2=BB7B=06=C3=94=C2=AB74=C5=BE=C5=BE=
=C2=BAt=C2=8A=064=C5=BE=C5=BE=C2=BA=C3=94=C2=8A=06=C3=B7WB=066=C3=B6=C3=97=06=
=C3=84=C2=ABD4(=C2=AB=C2=92
=06t=C5=BE=C5=BE=C2=BB$=C3=BE=C3=84=C2=AAB=C3=A0=C3=90=C5=A06=C3=B7T=C2=9E=C3=
=82=07=C2=96=C3=B7R=07$=C2=AB4=C2=AA=C3=A6B=06=C2=97B=07=06=C3=84=C5=A1=C5=BE=
=C5=BE=C2=BB4=C2=8A=C3=A0=C3=90 =C3=90=E2=82=AC4*=C2=84=C5=A1=C2=AB'0=C3=90=
=C2=A54=C5=BE=C5=BE=C2=BBG=04=C5=BE=C5=BE=C2=BA=C3=80=C3=90 =C3=904(
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5653488337086544680==--


From kar@webline.dk Wed Feb 17 19:12:25 1999
From: kar@webline.dk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SUSE Extreme...6.0
Date: Wed, 17 Feb 1999 20:12:25 +0100
Message-ID: <199902171912.UAA27114@bohr.webline.dk>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4366690849251478721=="

--===============4366690849251478721==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> I tested a distributed POVRay on four double PII/400 w/ 128M RAM - sweet.

Before I go to Beowulf and get lost on that site, can you tell which
(kind of) applications that would benefit from a cluster? Will my
mailreader run faster? :-)

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4366690849251478721==--


From samelash@ix.netcom.com Wed Feb 17 19:17:22 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] WVDIAL amd Accessing the internat
Date: Wed, 17 Feb 1999 19:17:22 +0000
Message-ID: <3.0.3.32.19990217191722.00af791c@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2965549117952906641=="

--===============2965549117952906641==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




 
[Dialer Defaults]
Still having problems , accessing my isp.

1/ someone asked for my etc/resolv.conf . I coulf not find this in the/etc di= rectory , nor could I find it searching with mc.

2/ I added in the stupid mode line , see below.

Any ideas why there is no resolv.conf file , have I not installed something .=

where do I set up my isp infoi , ie ipaddres ect...

Thanks

wvdial.conf

Modem =3D /dev/ttyS2
Baud =3D 115200
Init1 =3D ATZ
Init2 =3D ATQ0 V1 E1 S0=3D0 &C1 &D2 S11=3D55 +FCLASS=3D0
Phone =3D 882820700
Username =3D #myusername
Password =3D mypassword
Stupid Mode =3D yes
- To get out of this list, please send email to maj= ordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check = out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html=20 --===============2965549117952906641==-- From samelash@ix.netcom.com Wed Feb 17 19:20:01 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] fsdext2 ver 0.16 Date: Wed, 17 Feb 1999 19:20:01 +0000 Message-ID: <3.0.3.32.19990217192001.00b2874c@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6579132452900877469==" --===============6579132452900877469== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Finaly fount and installed this. mounted /dev/hdb1 d and dev/hdb2 . changed directoy into e: /hdb1 . and tried to enter /etc then the pc reboots ?=20 any ideas anyone ? Thanks Samy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6579132452900877469==-- From wybo@servalys.hobby.nl Wed Feb 17 19:47:50 1999 From: wybo@servalys.hobby.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Graphic Programming! Date: Wed, 17 Feb 1999 20:47:50 +0100 Message-ID: <199902171947.UAA03383@servalys.hobby.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0539837534034437871==" --===============0539837534034437871== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jorge Zuluaga wrote: > How can I do a graphic program in Linux, i.e. how can i draw a > "yellow line from (0,0) to (100,100)" ??... >=20 > I am a C programmer and I know very well how to do this in DOS using > Borland C with the graphics library, but I want to do the same in > LINUX... You could think of using my Simplot package of plot rutines for C-programmers. It also features an interpreter; look on my website under software --=20 Hartelijke groet, Wybo Dekker ___________________Servalys Analytical Chemistry Services__________________ wybo(a)servalys.hobby.nl | Deilsedijk 60 | tel +31-345-652164 www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0539837534034437871==-- From Kappacher@gmx.net Wed Feb 17 20:24:48 1999 From: Kappacher@gmx.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] printer setup Date: Wed, 17 Feb 1999 21:24:48 +0100 Message-ID: <36CB2590.3774EC9E@gmx.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2439561117273845037==" --===============2439561117273845037== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable " (Kyle Johnson)" wrote: > Where do I reconfigure this? If I'm looking at the appropriate apsfilter > script, I don't see anything that check out apsfilter for the tool a2ps. Give a2ps the preferred options. (man a2ps) bye, -- jk | Johann S. Kappacher +--------+ http://surf.to/Kappacher> | | Gellertgasse 21/4/19 | Hannes | voice: +43-1-6066763 | | A-1100 Wien/Vienna +--------+ GSM: +43-676-3743268 | +------- Registered: Linux#105444 PGP: http://pgp5.ai.mit.edu> -------+ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2439561117273845037==-- From pbvanca@mcs.com Wed Feb 17 20:32:24 1999 From: pbvanca@mcs.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 SAX hangs machine Date: Wed, 17 Feb 1999 14:32:24 -0600 Message-ID: <36CB2758.A001AFB7@mcs.com> In-Reply-To: <36C8CFF6.910A3B54@pacbell.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2821369712627964811==" --===============2821369712627964811== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jeff Conn wrote: > "Peter B. Van Campen" wrote: > > > > Hello All, > > > > I have just completed a 5.3 to 6.0 upgrade. The new sys does not > > > > see my PS/2 bus mouse. I have seen a msg that says to turn off GPM > > > > to avoid XF86 conflict. I have done this in YAST but X still can't see > > > > a mouse; and refuses to start. When I run SAX it also can't see the > > > > mouse and it hangs. Any suggestions? > > Have you downloaded the updates to SaX and Yast on the SuSE site? I had > a similar problem that seemed to be fixed by this. > > Jeff. It seems to have a bug in the upgrade process; LILO was still pointing to my OLD 5.3 kernal location and the new 6.0 ( 2.0.36 ) kernal was in another location. This prevented the loading of the mouse module. Thanks to ALL Pete VC - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2821369712627964811==-- From grimmer@suse.de Wed Feb 17 21:03:47 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 22:03:47 +0100 Message-ID: In-Reply-To: <41A241233152D211A75800805FAD5713025B74@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3851731499074538503==" --===============3851731499074538503== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Surjit Bains wrote: > Can you do things like Distributed Kernel compilations etc...? > Or is this very much dependant on the way the compiler is written...? I am just working on a package which will faciliate a distributed make. It's called ppmake... However, I have not yet succeeded in compiling a linux kernel. But that's another story... > >I tested a distributed POVRay on four double PII/400 w/ 128M RAM - > sweet. >=20 > so I can put those 3/486's w 4mb ram to some use... :-@ Yes, you should try it! But _please_ get them some more RAM... 4 MB will not be sufficient. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3851731499074538503==-- From grimmer@suse.de Wed Feb 17 21:05:12 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSE Extreme...6.0 Date: Wed, 17 Feb 1999 22:05:12 +0100 Message-ID: In-Reply-To: <199902171912.UAA27114@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2393779247732579929==" --===============2393779247732579929== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Kaare Rasmussen wrote: > > I tested a distributed POVRay on four double PII/400 w/ 128M RAM - sweet. >=20 > Before I go to Beowulf and get lost on that site, can you tell which > (kind of) applications that would benefit from a cluster? Will my > mailreader run faster? :-) No, unforunately not. The application has to be designed to be run in a distributed environment. Regular application do not benefit from a cluster. Heck, most applications don't even make proper use of a second CPU... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2393779247732579929==-- From grimmer@suse.de Wed Feb 17 21:08:16 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 on SuSE 6.0 Date: Wed, 17 Feb 1999 22:08:16 +0100 Message-ID: In-Reply-To: <36CAEEE8.1395092E@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4845570067316782134==" --===============4845570067316782134== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Steven T. Hatton wrote: > This is pain! I have been attempting to get KDE 1.1 running on my 6.0 > and have been stopped in many directions. The rpms I found for redhat > don't install on SuSE. Some of the tools don't compile under egcs, > e.g., krn. My kmail is now dead, even though I got it to compile. It > will not launch. >=20 > Does anybody have this running w/o problmes? I know, we are late on this subject... KDE 1.1 RPMs are almost ready. We have been severely struck by the flu the last two weeks, almost half of our people were ill. This is why there was such a delay. Please be patient - as soon as the RPMs are on the ftp-Server, I'll give you a note. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4845570067316782134==-- From alan@fuse.net Wed Feb 17 21:51:50 1999 From: alan@fuse.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] printer setup Date: Wed, 17 Feb 1999 16:51:50 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3486976013133768517==" --===============3486976013133768517== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kyle, Look for "Feature" section (7) in /etc/apsfilterrc. I had the same symptoms as you and fixed it by changing that... I think that the default is 2n (tell a2ps to print 2 pages on one sheet without header). I changed mine to 1. --A Alan Melick, NOC Engineer II Fuse Internet Access On Wed, 17 Feb 1999 kjohnson(a)usitc.gov wrote: >=20 > I guess this is a real newbie question, but here goes anyway. >=20 > My printer is an HP Deskjet 600, set up under SuSE 5.1 as an HP 550. Its=20 > default printing mode > is two pages per sheet (small print).=20 >=20 > Where do I reconfigure this? If I'm looking at the appropriate apsfilter=20 > script, I don't see anything that > looks like it relates to this, and I can't find any documentation. (Or=20 > maybe I just can't read the fine print). >=20 > Kyle Johnson > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3486976013133768517==-- From gcambria@ar.ing.unisi.it Wed Feb 17 22:05:58 1999 From: gcambria@ar.ing.unisi.it To: users@lists.opensuse.org Subject: [SuSE Linux] Ensoniq AudioPCI Sound Card Date: Wed, 17 Feb 1999 23:05:58 +0100 Message-ID: <004801be5ac1$b39b25f0$0205a8c0@lupoalberto> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8370785922773140418==" --===============8370785922773140418== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hi NetPeople!
My tremendous Ensoniq AudioPCI doesn't work in any way with kernel 2.0.36 :-(
Who knows something about?
Thanks
Giovanni Cambria ;-)
--===============8370785922773140418==-- From risch@tir.com Wed Feb 17 22:59:44 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 on SuSE 6.0 Date: Wed, 17 Feb 1999 17:59:44 -0500 Message-ID: <36CB49E0.A1C10648@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1720546598702509082==" --===============1720546598702509082== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You mean people are struck by the flu in Germany? Regards, and get better, Bob Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 17 Feb 1999, Steven T. Hatton wrote: >=20 > > This is pain! I have been attempting to get KDE 1.1 running on my 6.0 > > and have been stopped in many directions. The rpms I found for redhat > > don't install on SuSE. Some of the tools don't compile under egcs, > > e.g., krn. My kmail is now dead, even though I got it to compile. It > > will not launch. > > > > Does anybody have this running w/o problmes? >=20 > I know, we are late on this subject... KDE 1.1 RPMs are almost ready. We > have been severely struck by the flu the last two weeks, almost half of > our people were ill. This is why there was such a delay. Please be patient > - as soon as the RPMs are on the ftp-Server, I'll give you a note. >=20 > Bye, > LenZ >=20 > -- > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH >
mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1720546598702509082==-- From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 18 00:01:51 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Radius, diald, and ppp Date: Wed, 17 Feb 1999 19:01:51 -0500 Message-ID: <36CB586F.F0D011F4@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4077781493083207950==" --===============4077781493083207950== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am running a communication server on an old 486. I use IP masq to connect my other systems to the internet. One of the servers I dial into has implemented RADIUS for authentication. I am wondering if anybody has been able to authenticate into a RADIUS system with diald and ppp? Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============4077781493083207950==--


From jzents@earthlink.net Thu Feb 18 00:29:10 1999
From: jzents@earthlink.net
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Updating to SuSE 6.0 and SDB
Date: Wed, 17 Feb 1999 18:29:10 -0600
Message-ID: <001401be5ad5$b39f5490$ed0fffd0@pin>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8879933703296208684=="

--===============8879933703296208684==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You can also run the pages through
http://babelfish.altavista.digital.com/>=
.  This can provide a stilted but
somewhat useful translation.

Jeff
-----Original Message-----
From:	owner-suse-linux-e(a)suse.com [mailto:owner-suse-linux-e(a)suse.com] On
Behalf Of Lenz Grimmer
Sent:	Monday, February 15, 1999 7:36 AM
To:	SuSE Linux Mailing List
Subject:	Re: [SuSE Linux] Updating to SuSE 6.0 and SDB

Hi,

Philip Stokes  wrote:

> I notice that the SuSE 6.0 manual refers to
> http://www.suse.de/Support/sdb/bugs60.h=
tml> with respect to problems
> and issues with updating from 5.3 to 6.0
>
> That page, and many of the links on it, are in German, with no
> equivalent articles in sdb_e. Is there any chance that someone from
> SuSE could translate the relevant articles into English, and include
> them in the English database now that the international version has
> been released?
> Although I am unable to fully understand the existing articles, it
> does seem from the bits I can read that they provide solutions to many
> of the questions being asked in this list of late, including getting
> the Acrobat and other plugins running with Netscape, StarOffice and
> other library problems, etc.

If these bugs or changes also apply to the international version, they
will of course be translated ASAP. Some of these bugs have already been
fixed in the international version, so there should be no need to mention
them.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8879933703296208684==--


From lam.er@flashnet.it Thu Feb 18 01:05:01 1999
From: lam.er@flashnet.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] (nessun oggetto)
Date: Thu, 18 Feb 1999 02:05:01 +0100
Message-ID: <36CB673D.CF881199@flashnet.it>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8197426808817095818=="

--===============8197426808817095818==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




i've some problems with Startx... i can't find the right settages....
i've a S3 agp and Creative VoodoII cona nyone suggest me a resolution ?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8197426808817095818==--


From lam.er@flashnet.it Thu Feb 18 01:06:27 1999
From: lam.er@flashnet.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] NEED HELP
Date: Thu, 18 Feb 1999 02:06:27 +0100
Message-ID: <36CB6793.E23B0084@flashnet.it>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3495121817866196411=="

--===============3495121817866196411==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




can anyone tell me the right settages of startx? i've S3 AGP and
VoodoII...

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3495121817866196411==--


From lam.er@flashnet.it Thu Feb 18 01:08:28 1999
From: lam.er@flashnet.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] NEED HELP WITH STARTX
Date: Thu, 18 Feb 1999 02:08:28 +0100
Message-ID: <36CB680C.66B83B91@flashnet.it>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6808822035032446017=="

--===============6808822035032446017==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




i've some problems with Startx... i can't find the right settages....
i've a S3 agp and Creative VoodoII cona nyone suggest me a resolution ?
i'll tryed but i can't find a correct driver...

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6808822035032446017==--


From jperser@airmail.net Thu Feb 18 01:10:24 1999
From: jperser@airmail.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Graphic Programming!
Date: Wed, 17 Feb 1999 19:10:24 -0600
Message-ID: <36CB6880.D2F7C11C@airmail.net>
In-Reply-To: <199902171947.UAA03383@servalys.hobby.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2374659640681630366=="

--===============2374659640681630366==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You should look into Mesa.  This is an OpenGL equivalent that runs under Linu=
x.

You can use it without 3D accelleration but it will be much better running on=
 a
graphics card.
Quake is written in OpenGL.  You can draw in 2D by not providing the 3rd axis
that is 'into'
the screen.  You have the graphics primitives that you need there.
http:/=
/www.mesa3d.org>

"W.H. Dekker" wrote:

> Jorge Zuluaga wrote:
> > How can I do a graphic program in Linux, i.e. how can i draw a
> > "yellow line from (0,0) to (100,100)" ??...
> >
> > I am a C programmer and I know very well how to do this in DOS using
> > Borland C with the graphics library, but I want to do the same in
> > LINUX...
>
> You could think of using my Simplot package of plot rutines for
> C-programmers.  It also features an interpreter; look on my website
> under software
>
> --
> Hartelijke groet, Wybo Dekker
> ___________________Servalys Analytical Chemistry Services__________________
> wybo(a)servalys.hobby.nl | Deilsedijk 60                 | tel +31-345-6521=
64
> www.hobby.nl/~servalys | 4158 CH Deil, The Netherlands | fax +31-345-652383
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2374659640681630366==--


From craig@cpr.prestel.co.uk Thu Feb 18 02:04:07 1999
From: craig@cpr.prestel.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] NEW LINUX WEB PAGE
Date: Thu, 18 Feb 1999 02:04:07 +0000
Message-ID: <00f201be5ae2$fab7a280$037ba8c0@chexy02>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6714291950575022886=="

--===============6714291950575022886==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Looking for links for my new linux web page at the following site

www.homeusers.prestel.co.uk/cpr/linux/

please also read the following it also is still valid:

I am still looking for links and ideas for my linux part of my web site
after the page is complete I will send all users a copy of the link.

Also needed are some people to help with a linux news letter that will be
free to everyone, on this mailing list.

If you are interested please let me know as soon as possible I am looking
for people that can edit the news
letter and people that can give us some information.

Hope to here from you soon.

Craig Ryan

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6714291950575022886==--


From jblosser@firinn.org Thu Feb 18 02:17:45 1999
From: jblosser@firinn.org
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Radius, diald, and ppp
Date: Wed, 17 Feb 1999 21:17:45 -0500
Message-ID: <19990217211745.E23620@firinn.org>
In-Reply-To: <36CB586F.F0D011F4@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0360726327751143564=="

--===============0360726327751143564==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DRgf3q3z9SdmXC6oT; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============0360726327751143564==-- From fmiller@lightlink.com Thu Feb 18 02:51:40 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ZDNN: IBM prepares own version of Linux Date: Wed, 17 Feb 1999 21:51:40 -0500 Message-ID: <36CB803C.837E143@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6810869571559910731==" --===============6810869571559910731== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
http:= //www.zdnet.com/zdnn/stories/news/0,4586,389494,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6810869571559910731==-- From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 18 03:18:52 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] ssh over IP masq? Date: Wed, 17 Feb 1999 22:18:52 -0500 Message-ID: <36CB869C.3447FCDC@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1637636885908656936==" --===============1637636885908656936== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I set up ssh at work on a solaris box and was able to connect to it w/o a problem from within my work LAN. I set it up on my home LAN and am able to connect to other servers at home. When I try to go into work I have a problem connecting. I get this result "Disconnected; connection lost." If I telnet 22 I get: "Connection closed by foreign host." Now if I telnet 23, I get an explicit gateway denial message. It is conceivable that the gateway is using a different rule to deny access to port 22. Perhaps it is denying ssh connections? It is also possible that ssh is not working over IP masq. Does anybody have experience with this? TIA, Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============1637636885908656936==--


From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 18 03:28:21 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Why no egcs with 2.0 kernels?
Date: Wed, 17 Feb 1999 22:28:21 -0500
Message-ID: <36CB88D5.A6D0462A@cpkwebser5.ncr.disa.mil>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5848005167388649776=="

--===============5848005167388649776==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Massimo,

I guess this puzzles me to some extent because one would hope that code
written for an older compiler would compile with the newer compiler.  I had
compiled 2.0.X kernels with egcs before without a problem.  This time I had a
problem compiling for my sound card when I used egcs.  It's a bit of a PITA
to have to switch between compilers because some code needs egcs and other
code needs  2.7.2.1.  Any thought on this?

BTW, are you aware that you are sending mail to both the list and the
original sender?

Steve

Massimo Lusetti wrote:

> On 17-Feb-99 Steven T. Hatton wrote:
> > When I installed egcs I got a warning that I sould not use it to compile
> > 2.0 kernels.  Does anybody know why?
> >
>
> Cause it was (and still) developed for 2.2 kernel sources...
>
> ----------------------------------
> Bet regards             Massimo Lusetti
> Date: 17-Feb-99
> Time: 18:02:46
>
> Fuch's Warning:
>         If you actually look like your passport photo, you aren't well
> enough to travel.
>
> ----------------------------------


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============5848005167388649776==--


From chrish123@sympatico.ca Thu Feb 18 05:21:58 1999
From: chrish123@sympatico.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux
Date: Thu, 18 Feb 1999 00:21:58 -0500
Message-ID: <99021800315100.00471@chrish.sympatico.ca>
In-Reply-To: <36CB803C.837E143@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4487861410559234958=="

--===============4487861410559234958==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Wed, 17 Feb 1999, Fred A. Miller wrote:
> htt=
p://www.zdnet.com/zdnn/stories/news/0,4586,389494,00.html>
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

This is typical of IBM when they are in take over mode. By supporting the most
popular distros and yes SuSE is in that group, IBM creates a great middle ware
clientel that has been declining since their OS2 days. You will see their
own Linux distro on their high end servers that should be competatively price=
d.
This is just friggen wonderfull if it happens! Their inventory of apps and su=
pport=20
structure will allow Linux to leapfrog in to...ok lets dream a bit....desktop=
 land.=20

IBM's got what it takes to make this happen. Most companies are playing it sa=
fe=20
by pigeon holeing Linux in the server market, but IBM has the invetory of app=
s=20
(plus an acquisition or two..hmmm say Corel) to make it happen. They have=20
already bagged Applix by moving support to ppcLinux so look out..
I think good things can be expected from the boys in blue.

best regards

chris

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4487861410559234958==--


From deem@wdm.com Thu Feb 18 06:22:20 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux
Date: Wed, 17 Feb 1999 21:22:20 -0900
Message-ID: <199902180622.VAA00714@wdm.com>
In-Reply-To: <99021800315100.00471@chrish.sympatico.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2539574797686102266=="

--===============2539574797686102266==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Chris Herrnberger  wrote:
> 
> I think good things can be expected from the boys in blue.

Yea ...it takes the boys on the West Coast to drink a load more java
to get the hint. I.E. Adobe. Wonder when they will wake up ?

-Dee=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2539574797686102266==--


From oceansand@mindspring.com Thu Feb 18 06:32:04 1999
From: oceansand@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Is it Hard disk problem ??
Date: Thu, 18 Feb 1999 01:32:04 -0500
Message-ID: <3.0.5.32.19990218013204.007b9b60@pop.mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7297645813259424113=="

--===============7297645813259424113==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello
Can you give the group more information about the Hard drive and which
version of SuSE you are using?=20
You may only have a bad sector on the hard drive which could be mapped
around. But more information would help.=20
After fsck is run do you recieve a message tell you what was fixed?

Christopher Ballog

At 02:09 PM 2/17/99 +0530, you wrote:
>
>
>Hi,
>
>When I am working, suddenly the system hangs and I get the following
>error,
>
>hda: set-multmode: status=3D0x51 {driveready seekcomplete error}
>hda: set-multmode: error 0x04  {drive stsus error}
>
>then i have to reboot the system and run fsck. Has anyone faced this
>problem before. Can someone help me out ???
>
>Regards,
>Senthilvel
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7297645813259424113==--


From mezger@usa.net Thu Feb 18 07:10:19 1999
From: mezger@usa.net
To: users@lists.opensuse.org
Subject: Re: [[SuSE Linux] Ensoniq AudioPCI Sound Card]
Date: Wed, 17 Feb 1999 23:10:19 +0000
Message-ID: <19990217231019.27038.qmail@www07.netaddress.usa.net>
In-Reply-To: <[[SuSE Linux] Ensoniq AudioPCI Sound Card]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7499077317877114215=="

--===============7499077317877114215==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I couldn't get it to compile in the kernel either. So I use the 'alsa' sound =
drivers. They work well. Better than oss (+ you don't have to pay 20$ + it's =
not time crippled)
I'd give you a url but I'm at work right now. Just do a search for "+alsa +li=
nux" and this should give you the page.
ciao,
harry

P.S. please don't send messages as html :(
> ---------------------------------------------=20
>	Attachment:=C2=A0=20
>	MIME Type:=C2=A0multipart/alternative=20
> ---------------------------------------------=20








Hi NetPeople!
=C2=A0
My tremendous Ensoniq AudioPCI doesn't work in any way wi= th=20 kernel 2.0.36 :-(
Who knows something about?
=C2=A0
Thanks
Giovanni Cambria ;-)
;-)
____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============7499077317877114215==-- From mezger@usa.net Thu Feb 18 07:10:31 1999 From: mezger@usa.net To: users@lists.opensuse.org Subject: Re: [[SuSE Linux] Ensoniq AudioPCI Sound Card] Date: Wed, 17 Feb 1999 23:10:31 +0000 Message-ID: <19990217231031.16690.qmail@www04.netaddress.usa.net> In-Reply-To: <[[SuSE Linux] Ensoniq AudioPCI Sound Card]> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7831279427436166977==" --===============7831279427436166977== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I couldn't get it to compile in the kernel either. So I use the 'alsa' sound = drivers. They work well. Better than oss (+ you don't have to pay 20$ + it's = not time crippled) I'd give you a url but I'm at work right now. Just do a search for "+alsa +li= nux" and this should give you the page. ciao, harry P.S. please don't send messages as html :( > ---------------------------------------------=20 > Attachment:=C2=A0=20 > MIME Type:=C2=A0multipart/alternative=20 > ---------------------------------------------=20
Hi NetPeople!
=C2=A0
My tremendous Ensoniq AudioPCI doesn't work in any way wi= th=20 kernel 2.0.36 :-(
Who knows something about?
=C2=A0
Thanks
Giovanni Cambria ;-)
;-) ____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============7831279427436166977==-- From lunaslide@pacbell.net Thu Feb 18 07:15:44 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: [SuSE Linux] Linux/Thinkpad/PCMCIA problems Date: Wed, 17 Feb 1999 23:15:44 -0800 Message-ID: <36CBBE20.DAD2C6F0@pacbell.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2123513219534720976==" --===============2123513219534720976== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all. I am having problems getting my Linksys EtherFast 10/100 CardBus PC Card working on my Thinkpad 770X. The message that is displayed is as follows: Linux PCMCIA Card Services 3.0.7 kernel build: 2.0.36 #1 Mon Jan 18 19:58:46 /etc/localtime 1999 options: [pci] [cardbus] Intel PCIC probe:=20 Unknown [0x104c 0xac1d] PCI-to-CardBus at bus 0 slot 2, mem 0x50102000, 2 sockets host opts [0]: [pci irq 11] [lat 168/176] [bus 2/4] host opts [1]: [pci irq 11] [lat 168/176] [bus 5/7] ISA irqs (scanned) =3D 3,4,7,9,10 status change on irq 10 cs: IO port probe 0x1080-0x10ff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x130-0x137 0x200-0x207 0x220-0x22f 0x388-0x38f 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. cs: cb_config(bus 2): vendor 0x1011, device 0x0019 cs: could not allocate 260K memory for CardBus socket 0 cs: cb_release(bus 2) tulip_cb: RequestIO: Out of resource I've thouroughly read the PCMCIA howto and tried the suggestions therein. I have had different error messages after changing memory and port includes, but have never got the card to register correctly. Here is my /etc/pcmcia/config.opts file. # # Local PCMCIA Configuration File # # System resources available for PCMCIA devices # include port 0x100-0x4ff, port 0x1080-0x10ff include memory 0xc0000-0xfffff, memory 0x04000000-0x04001fff #include memory 0xa0000000-0xa0ffffff # # Extra port range for IBM Token Ring # include port 0xa00-0xaff # # Resources we should not use, even if they appear to be available # # First built-in serial port exclude irq 4 # Second built-in serial port exclude irq 3 # First built-in parallel port exclude irq 7 # # Options for loadable modules # # To fix sluggish network with IBM ethernet adapter... #module "pcnet_cs" opts "mem_speed=3D600" # # Options for Xircom Netwave driver... #module "netwave_cs" opts "domain=3D0x100 scramble_key=3D0x0" Please help! --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2123513219534720976==-- From colWilson@bigfoot.com Thu Feb 18 07:25:03 1999 From: colWilson@bigfoot.com To: users@lists.opensuse.org Subject: [SuSE Linux] Newbie Network Problems Date: Thu, 18 Feb 1999 08:25:03 +0100 Message-ID: <005101be5b0f$ccd4fca0$5b1ac03e@upstairs> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5602170429754940685==" --===============5602170429754940685== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have set up a linux box (SuSE 6.0) in my cellar and connected it to my win98 pc upstairs. After getting some idea of how the thing is set up and where setup files are and so on I managed to get the two connected using TCP/IP and Samba. I then connected to the Linux printer using this route and to a couple of directories on the Linux machine. Generally all goes well, but sometimes after rebooting one or other of the machines for any reason I lose access to the local network from the win98 machine. Logging off and on doesn't help. I CAN however ping from a to b & b to a quite happily. Also I can use telnet to sign onto the Linux machine from win98. Can any body suggest a solution or even a possible reason for this problem? On a secondary basis, if any body has set up an IP connection on a Linux box and then used it through a networked Win98 machine then could you please drop me a line. Col Wilson colWilson(a)bigfoot.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5602170429754940685==-- From c9502007@hud.ac.uk Thu Feb 18 08:26:33 1999 From: c9502007@hud.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] RE: NO CD-ROM & 2.2.1 Date: Thu, 18 Feb 1999 08:26:33 +0000 Message-ID: <36CBCEB9.93AEE038@hud.ac.uk> In-Reply-To: <41A241233152D211A75800805FAD5713025B76@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7134857837034979331==" --===============7134857837034979331== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKU3Vyaml0IEJhaW5zIHdyb3RlOgoKPiDCsmfCrMKxxaEeandaWSbCrcK1wqchP8Opw63CssOa IsK1wqrDnsKyw6bDo3nDi23CocOKKcOKxb4gP8OWwqd1wqrDnsKxw6nDrX5Tw60/w6pewq7Diidq VsKtwrXDqcOtUz/DqH7DmF5pw5dresOLHnvDsi0/wqzCoj/DiW51w6jCp35Tw6Zqw5jFoVkIYnIY wqwqw6gaLVzCqcKuK8OiKsOoHnXCqcOdexfFoMWgw5fDq8KiZ2LCscOJaMKyw6rDnsO8P8OywqLD qsOeccOowq96w5hiwrHDiiZzw6nDonHCq2LConjCp3rCusOowq/DumV5wqseacObw6LCscOrwqxT aT92JsKtelzDv13CoT/DkD8/w4k/P8OlxZPDlD/DkcOJw6XCpcK5Pz/DkcWSPz/Fkj/FvsW+xb7D vDQoNCjFvcW9xb3FvcK1PcOJwqU/wqXCuT/CsD81KsONw40/Pz/FvcW9xb3FvcW9NCkZw4nFk8W9 w6g/TT/DkcOBP8KwPwo+IMKhP8K5PyrDiD9twrU/wqXCscORxZLDqT/DpMOUw4DDiMOAw4DDnQHC ocOVP8K5Pz/CucOVwq10NClNKsK5w5DDqD/DhMOcPxkqP8OJw5U/w4nDpD/DhMOkw6TDpD/DhMOU w6jDlMOMNClRxZLDqD9Nw5XDicKpwqXDkD8gICA/wqXCucOMNClNw5U/wqkqP8OQw6g/ST/DqD9t TcOVTRQ/McKlwrnDlcOhdD9JFMOoPzk8Pwo+IBDCtUk9ND9+P8OIxb7DiMW+w4Q0KDQoNClgETQ0 K0Q8G17CrnbCpRDCocORxb3FoMKiKjhiwrDCocORxb3Cp8KswrHFoR7DgcKrK3nDh8KixZPDp1/C rj9zwrI8wqtxw6fCscK1w6rDp2jCt2gdIGp3bT/DqsOdZlPDnsW9xb7FvsK7wqx6d17CrsOIPzQp entiwrcnGj94w7Ftw6vDnsKsw7/DonnDlD8/w4DDkMKiAgICBTbDtycnPwctw7dXIgbDhMW+xb7C uzdCBsOUwqs3NMW+xb7CunRTBjTFvsW+wrrDlFMGw7dXQgY2w7bDlwbDhMKrRDQowqs/BnTFvsW+ wrskw77DhMKqQsOgw5DFoDbDt1Q/w4IHLcO3Ugckwqs0wqrDpkIGLUIHBsOExaHFvsW+wrs0U8Og w5Agw5Digqw0Kj/FocKrJzDDkMKlNMW+xb7Cu0cExb7FvsK6w4DDkCDDkDQoCj4gLQoKQ0FuIGFu eW9uZW1ha2Ugc2Vuc2Ugb2YgdGhlIGFib3ZlIGFzIGl0IGFwcGVhcnMgYXMganVzdCBncmFibGVk IGNoYXJhY3RlcnMgb24gbXkgbWFjaGluZT8/PwoKTGF0ZXJzClNhdHBhbAoKLQpUbyBnZXQgb3V0 IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20g d2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVj ayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9y dC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZB US88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQg dGhlCmFyY2hpdiBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9z dXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWls aW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20v TWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K --===============7134857837034979331==-- From schattev@imb-jena.de Thu Feb 18 09:06:43 1999 From: schattev@imb-jena.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Restricted functonality of NIS (6.0) Date: Thu, 18 Feb 1999 10:06:43 +0100 Message-ID: <36CBD823.EE4E0CA4@imb-jena.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6929733582969795618==" --===============6929733582969795618== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Miklos Cserzo wrote: >=20 > Hi Folks, >=20 > The new version does not handle NIS properly. The netgroups are not > accepted in the /etc/hosts.equiv and in /etc/exports files. Further the > system is not able to pick up hostnames from the NIS database. (The Linux > host is a NIS client.) All these features were working properly in the 5.3 > version. (The variable is set in the /etc/rc.config.) >=20 > Any idea? >=20 I have had the same problem. The answer I got from SuSE support, was that this is - probably - a bug in glibc-2.0.x which is expected to be fixed in glibc-2.1. In the mean time I just added the host names to /etc/hosts.equiv I don't have problems with netgroups in /etc/exports though. You possibly did not check the file /etc/nsswitch which is a new configuration file used by glibc systems. Mine looks like this: passwd: files nis group: files nis shadow: files nis hosts: dns nis [!UNAVAIL=3Dreturn] files networks: nis [NOTFOUND=3Dreturn] files netgroup: nis [NOTFOUND=3Dreturn] files protocols: nis [NOTFOUND=3Dreturn] files rpc: nis [NOTFOUND=3Dreturn] files ethers: nis [NOTFOUND=3Dreturn] files netmasks: nis [NOTFOUND=3Dreturn] files bootparams: nis [NOTFOUND=3Dreturn] files publickey: nis [NOTFOUND=3Dreturn] files ervices: files nis automount: files nis aliases: files nis Hope this helps, Ruben --=20 Dr. Ruben Schattevoy Institut fuer Molekulare Biotechnologie, Beutenbergstrasse 11, 07745 Jena, Germany - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6929733582969795618==-- From gh@simteam.com Thu Feb 18 09:08:14 1999 From: gh@simteam.com To: users@lists.opensuse.org Subject: [SuSE Linux] Kernel rebuilding Date: Thu, 18 Feb 1999 10:08:14 +0100 Message-ID: <36CBD87E.DA798C76@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3480023860583405874==" --===============3480023860583405874== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I just upgrade from 5.3 to 6.0. yesterday I rebuild my kernel with success. However I have a few questions : + In version 5.3 I was using "make dep clean zlilo" which was compiling AND INSTALLING the kernel and lilo yesterday I triied but it seems that with kernel 2.0.36 this still install to / instead of installing to /boot. Anybody has a clue on this one ?? Regards GH Portefait --=20 "Computers are like air conditioners - they stop working properly when you open Windows" -----BEGIN GEEK CODE BLOCK----- =20 Version: 3.1 GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w !O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20 ------END GEEK CODE BLOCK------ ht= tp://www.geekcode.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3480023860583405874==-- From Surjit.Bains@hsam.co.uk Thu Feb 18 09:14:09 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SUSE Extreme...6.0 Date: Thu, 18 Feb 1999 09:14:09 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B77@EXCHANGE1> In-Reply-To: <[SuSE Linux] SUSE Extreme...6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4139571548674469786==" --===============4139571548674469786== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKPkhl bGxvIFN1cmppdCwKCj5XaHkgZG8geW91IHNlbmQgdXMgc28gbXVjaCBvZiBhIG1lc3MsIGluc3Rl YWQgb2YganVzdCB0aGUgdHdvIHJlbGV2YW50Cj5saW5lcz8KPlBsZWFzZSBwdXQgeW91ciBtYWls ZXIgb24gdGV4dC1vbmx5IQoKVW5mb3J0dW5hdGVseSB0aGlzIGlzIG91dCBvZiBteSBjb250cm9s Li4uLgoKSSBhbSBjdXJyZW50bHkgd29ya2luZyBhdCBhIGNsaWVudCdzIHNpdGUgYW5kIHVzaW5n IHRoZWlyIGZhY2lsaXRpZXMKdGhlcmVmb3JlIGNhbid0IHByb2Nlc3MgeW91ciByZXF1ZXN0LiA6 LUAKClN1cmppdC4KIAotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFp bCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5z dWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0i aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3 dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBw b3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93 d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVG PSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRt bDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4 Lmh0bWw8L0E8L0E+Pgo= --===============4139571548674469786==-- From gh@simteam.com Thu Feb 18 09:20:04 1999 From: gh@simteam.com To: users@lists.opensuse.org Subject: [SuSE Linux] GNOME & egcs & gcc and 6.0 Date: Thu, 18 Feb 1999 10:20:04 +0100 Message-ID: <36CBDB44.5D0501C@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2578832637190826768==" --===============2578832637190826768== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, When I upgraded from 5.3 to 6.0 I took the opportunity to install the whole set of packages that are listed in the GNOME section. I relied on AUTO to solve the dependancies, It installed egcs, and that prevent me from rebuilding my kernel 2.0.36. The question is : What package are needed to run GNOME ?? and are not jeopardizing the kernel rebuild processs any clue/tip/help will be greatly appreciated=20 Best regards GH Portefait --=20 "Computers are like air conditioners - they stop working properly when you open Windows" -----BEGIN GEEK CODE BLOCK----- =20 Version: 3.1 GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w !O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20 ------END GEEK CODE BLOCK------ ht= tp://www.geekcode.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2578832637190826768==-- From Surjit.Bains@hsam.co.uk Thu Feb 18 09:21:17 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] RE: NO CD-ROM & 2.2.1 Date: Thu, 18 Feb 1999 09:21:17 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B78@EXCHANGE1> In-Reply-To: <[SuSE Linux] RE: NO CD-ROM & 2.2.1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1460117045689683875==" --===============1460117045689683875== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKw7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/ClRoaXMgbWVzc2FnZSBhbmQg YW55IGF0dGFjaG1lbnRzIHRvIGl0IGFyZSBzdWJqZWN0IHRvIGNvcHlyaWdodCBhbmQgYXJlIApz ZW50IGZvciB0aGUgcGVyc29uYWwgYXR0ZW50aW9uIG9mIHRoZSBhZGRyZXNzZWUuICBJdCBtYXkg aW5jbHVkZSAKaW5mb3JtYXRpb24gd2hpY2ggaXMgbGVnYWxseSBwcml2aWxlZ2VkIGFuZCBleGVt cHQgZnJvbSBkaXNjbG9zdXJlLiAgCklmIHlvdSByZWNlaXZlIHRoaXMgY29tbXVuaWNhdGlvbiBp biBlcnJvciwgcGxlYXNlIGFkdmlzZSB1cyBpbW1lZGlhdGVseS4Kw7/Dv8O/w7/Dv8O/w7/Dv8O/ w7/Dv8O/w7/Dv8O/w7/Dv8O/CgpJIGRpZG4ndCBBQ1RVQUxMWSB3cml0ZSB0aGlzLCAKCiAgICAg ICAgICAgICAgICAgICAgICAgIHlvdSBrZWVwIHNlbmRpbmcgaXQgdG8gbWUhISEuCgpTbyBXaGF0 IGV2ZXIgeW91ciB0cnlpbmcgdG8gZG8gZ2l2ZSBpdCBhIHJlc3QuCgpTdXJqaXQuCgotLS0tLU9y aWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBTYXRwYWwgQ2hhbmRlciBbPEEgSFJFRj0ibWFpbHRv OmM5NTAyMDA3KGEpaHVkLmFjLnVrIj5tYWlsdG86Yzk1MDIwMDcoYSlodWQuYWMudWs8L0E+XQpT ZW50OiAxOCBGZWJydWFyeSAxOTk5IDA4OjI3ClRvOiBTdXJqaXQgQmFpbnMKQ2M6IHN1c2UtbGlu dXgtZShhKXN1c2UuY29tClN1YmplY3Q6IFJlOiBbU3VTRSBMaW51eF0gUkU6IE5PIENELVJPTSAm IDIuMi4xCgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KV0FSTklO RzogRXh0ZXJuYWwgRW1haWw6IFRoaXMgbWVzc2FnZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJj ZQpleHRlcm5hbCB0byBIU0FNIGFuZCB0aGVyZWZvcmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNh bm5vdCBiZSB2ZXJpZmllZC4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09CgpTdXJqaXQgQmFpbnMgd3JvdGU6Cgo+IMKyZ8KswrHFoR5qd1pZJsKtwrXCpyE/w6nDrcKy w5oiwrXCqsOewrLDpsOjecOLbcKhw4opw4rFvgo/w5bCp3XCqsOewrHDqcOtflPDrT/Dql7CrsOK J2pWwq3CtcOpw61TP8OofsOYXmnDl2t6w4see8OyLT/CrMKiP8OJbnXDqMKnflPDpmrDmMWhWQhi chjCrCrDqBotXMKpwq4rw6Iqw6geCnXCqcOdexfFoMWgw5fDq8KiZ2LCscOJaMKyw6rDnsO8P8Oy wqLDqsOeccOowq96w5hiwrHDiiZzw6nDonHCq2LConjCp3rCusOowq/DumV5wqseacObw6LCscOr wqxTaT92JsKtelzDv13CoT/DkD8/CsOJPz/DpcWTw5Q/w5HDicOlwqXCuT8/w5HFkj8/xZI/xb7F vsW+w7w0KDQoxb3FvcW9xb3CtT3DicKlP8Klwrk/wrA/NSrDjcONPz8/xb3FvcW9xb3FvTQpGcOJ xZPFvcOoP00/w5HDgT/CsD8KPgrCoT/CuT8qw4g/bcK1P8KlwrHDkcWSw6k/w6TDlMOAw4jDgMOA w50BwqHDlT/CuT8/wrnDlcKtdDQpTSrCucOQw6g/w4TDnD8ZKj/DicOVP8OJw6Q/w4TDpMOkw6Q/ w4TDlMOow5TDjDQpUcWSw6g/TcOVCsOJwqnCpcOQPyAgID/CpcK5w4w0KU3DlT/CqSo/w5DDqD9J P8OoP21Nw5VNFD8xwqXCucOVw6F0P0kUw6g/OTw/Cj4KEMK1ST00P34/w4jFvsOIxb7DhDQoNCg0 KWARNDQrRDwbXsKudsKlEMKhw5HFvcWgwqIqOGLCsMKhw5HFvcKnwqzCscWhHsOBwqsrecOHwqLF k8OnX8KuP3PCsjzCq3HDp8KxwrXDqsOnaMK3CmgdCmp3bT/DqsOdZlPDnsW9xb7FvsK7wqx6d17C rsOIPzQpentiwrcnGj94w7Ftw6vDnsKsw7/DonnDlD8/w4DDkMKiAgICBTbDtycnPwctw7dXIgbD hMW+xb7CuzdCBsOUwqs3NMW+xb4Kwrp0UwY0xb7FvsK6w5RTBsO3V0IGNsO2w5cGw4TCq0Q0KMKr PwZ0xb7FvsK7JMO+w4TCqkLDoMOQxaA2w7dUP8OCBy3Dt1IHJMKrNMKqw6ZCBi1CBwbDhMWhxb7F vsK7NFPDoMOQCsOQ4oKsNCo/xaHCqycww5DCpTTFvsW+wrtHBMW+xb7CusOAw5Agw5A0KAo+IC0K CkNBbiBhbnlvbmVtYWtlIHNlbnNlIG9mIHRoZSBhYm92ZSBhcyBpdCBhcHBlYXJzIGFzIGp1c3Qg Z3JhYmxlZApjaGFyYWN0ZXJzIG9uIG15IG1hY2hpbmU/Pz8KCkxhdGVycwpTYXRwYWwKCi0KVG8g Z2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1 c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4 LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29t L1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9B Pj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5n bGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5j b20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8g Z2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1 c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4 LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29t L1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9B Pj4gYW5kIHRoZQphcmNoaXYgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5n bGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5j b20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1 c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============1460117045689683875==-- From grimmer@suse.de Thu Feb 18 09:28:23 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] (nessun oggetto) Date: Thu, 18 Feb 1999 10:28:23 +0100 Message-ID: In-Reply-To: <36CB673D.CF881199@flashnet.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6140686969636335576==" --===============6140686969636335576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 18 Feb 1999 lam.er(a)flashnet.it wrote: > i've some problems with Startx... i can't find the right settages.... > i've a S3 agp and Creative VoodoII cona nyone suggest me a resolution > ? Make sure, that you use the correct X-Server (XF86_S3). The Voodoo Card cannot be used by the official XFree Servers. If X doesnt't start, have a look in ~/.X.err for error messages. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6140686969636335576==-- From mpayson@eskimo.com Thu Feb 18 09:32:03 1999 From: mpayson@eskimo.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux Date: Thu, 18 Feb 1999 01:32:03 -0800 Message-ID: <36CBDE13.F1A53BC2@eskimo.com> In-Reply-To: <199902180622.VAA00714@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5627794142369450221==" --===============5627794142369450221== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Something else to consider: Perhaps this will inspire them to break from the mold & actually ship a consumer PC with Linux pre-installed. Imagine being able to go to any major computer dealer in the country & getting a Thinkpad with Linux ready-to-go? Mike W.D.McKinney wrote: > Chris Herrnberger wrote: > > > > I think good things can be expected from the boys in blue. > > Yea ...it takes the boys on the West Coast to drink a load more java > to get the hint. I.E. Adobe. Wonder when they will wake up ? > > -Dee > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5627794142369450221==-- From grimmer@suse.de Thu Feb 18 09:32:24 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ssh over IP masq? Date: Thu, 18 Feb 1999 10:32:24 +0100 Message-ID: In-Reply-To: <36CB869C.3447FCDC@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5906648474179874004==" --===============5906648474179874004== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 17 Feb 1999, Steven T. Hatton wrote: > I set up ssh at work on a solaris box and was able to connect to it w/o > a problem from within my work LAN. I set it up on my home LAN and am > able to connect to other servers at home. When I try to go into work I > have a problem connecting. I get this result "Disconnected; connection > lost." If I telnet 22 I get: "Connection closed by foreign > host." Now if I telnet 23, I get an explicit gateway denial > message. It is conceivable that the gateway is using a different rule > to deny access to port 22. Perhaps it is denying ssh connections? It > is also possible that ssh is not working over IP masq. Does anybody > have experience with this? h is possible via IP masquerading. Make sure, that the remote host accepts connections on port 22 and that sshd is running. Have you tried running "ssh -v "? Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5906648474179874004==-- From grimmer@suse.de Thu Feb 18 09:59:08 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel rebuilding Date: Thu, 18 Feb 1999 10:59:08 +0100 Message-ID: In-Reply-To: <36CBD87E.DA798C76@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4751537152204040891==" --===============4751537152204040891== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 18 Feb 1999, Georges-Henry Portefait wrote: > I just upgrade from 5.3 to 6.0. yesterday I rebuild my kernel with > success. Congratulations. > However I have a few questions : > + In version 5.3 I was using "make dep clean zlilo" which was compiling > AND INSTALLING the kernel and lilo yesterday I triied but it seems that > with kernel 2.0.36 this still install to / instead of installing to > /boot. >=20 > Anybody has a clue on this one ?? The new boot configuration requires the kernel to reside in /boot. Make sure, that LILO is configured properly and that you set INSTALL_PATH in /usr/src/linux/Makefile to INSTALL_PATH=3D"/boot". Now "make zlilo" should work as expected. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4751537152204040891==-- From Kappacher@gmx.net Thu Feb 18 10:00:57 1999 From: Kappacher@gmx.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel rebuilding Date: Thu, 18 Feb 1999 11:00:57 +0100 Message-ID: <36CBE4D9.593570A2@gmx.net> In-Reply-To: <36CBD87E.DA798C76@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1506007298638404088==" --===============1506007298638404088== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Georges-Henry Portefait wrote: > + In version 5.3 I was using "make dep clean zlilo" which was compiling > AND INSTALLING the kernel and lilo yesterday I triied but it seems that > with kernel 2.0.36 this still install to / instead of installing to > /boot. I guess SuSE has changed its attitude, because the newer Kernel makefile rules are dealing with /. So, what is your problem? Reconfigure lilo (e.g. manually: /etc/lilo.conf) to search for the boot image in /. This should be a simple task. bye, -- jk | Johann S. Kappacher +--------+ http://surf.to/Kappacher> | | Gellertgasse 21/4/19 | Hannes | voice: +43-1-6066763 | | A-1100 Wien/Vienna +--------+ GSM: +43-676-3743268 | +------- Registered: Linux#105444 PGP: http://pgp5.ai.mit.edu> -------+ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1506007298638404088==-- From senthil@easi.soft.net Thu Feb 18 10:08:00 1999 From: senthil@easi.soft.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Is it Hard disk problem ?? Date: Thu, 18 Feb 1999 15:38:00 +0530 Message-ID: In-Reply-To: <3.0.5.32.19990218013204.007b9b60@pop.mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1815981302627399507==" --===============1815981302627399507== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am just diagnoising the problem. I am suspecting the power supply. I will tell you once I change the power supply. So i will inform you tommorrow. Regards, Senthilvel On Thu, 18 Feb 1999, Christopher Ballog wrote: >=20 > Hello > Can you give the group more information about the Hard drive and which > version of SuSE you are using?=20 > You may only have a bad sector on the hard drive which could be mapped > around. But more information would help.=20 > After fsck is run do you recieve a message tell you what was fixed? >=20 > Christopher Ballog >=20 >=20 >=20 > At 02:09 PM 2/17/99 +0530, you wrote: > > > > > >Hi, > > > >When I am working, suddenly the system hangs and I get the following > >error, > > > >hda: set-multmode: status=3D0x51 {driveready seekcomplete error} > >hda: set-multmode: error 0x04 {drive stsus error} > > > >then i have to reboot the system and run fsck. Has anyone faced this > >problem before. Can someone help me out ??? > > > >Regards, > >Senthilvel > > > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1815981302627399507==-- From m.lusetti@mo.nettuno.it Thu Feb 18 10:22:16 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Why no egcs with 2.0 kernels? Date: Thu, 18 Feb 1999 11:22:16 +0100 Message-ID: In-Reply-To: <36CB88D5.A6D0462A@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1539474915266669545==" --===============1539474915266669545== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 18-Feb-99 Steven T. Hatton wrote: > Massimo, >=20 > I guess this puzzles me to some extent because one would hope that code > written for an older compiler would compile with the newer compiler. I had > compiled 2.0.X kernels with egcs before without a problem. This time I had= a > problem compiling for my sound card when I used egcs. It's a bit of a PITA > to have to switch between compilers because some code needs egcs and other > code needs 2.7.2.1. Any thought on this? Are you usre that the problem came from the compiler ?! I'm so in depth knowloedge of egcs to help you much, the only thing i know is that for new kernel you need new compiler :). Maybe can help take a look at FAQ: http://egcs.cygnus.com/faq.h= tml> =20 > BTW, are you aware that you are sending mail to both the list and the > original sender? >=20 Sorry. ---------------------------------- Bet regards Massimo Lusetti Date: 18-Feb-99 Time: 11:08:29 Conway's Law: In any organization there will always be one person who knows what is going on. This person must be fired. ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1539474915266669545==-- From andreas@gerstlauer.de Thu Feb 18 10:35:19 1999 From: andreas@gerstlauer.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KICQ Date: Thu, 18 Feb 1999 10:35:19 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2330105176205292987==" --===============2330105176205292987== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 16 Feb 1999 19:55:56 -0800, Mike Gorsuch wrote: >Yeah, if you could post that rpm, that would be great. How did you get it, = or >did you create it yourself? I could never get it to compile. Thanks a lot, > I compiled and created the rpm myself. Also did some patches which I forwarded to the author. They will be included in the upcoming 0.3.1 release of kxicq (currently in beta testing). Therefore, I'd like to wait with making the rpm available until the new version is out. As soon as this is the case, I will put the rpm in my ftp account and contact the people who were interested. Andreas P.S.: Some weeks ago I uploaded some packages (including kxicq) into the "incoming" directory of the SuSE ftp server. I send a mail to upload(a)suse but nothing happened, i.e. the rpm's never appeared in the contrib directory. Anybody knows what the deal on that is? I mean, a good "contrib" support (like RedHat) would be a nice thing to have... =20 =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2330105176205292987==-- From m.lusetti@mo.nettuno.it Thu Feb 18 10:37:55 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Radius, diald, and ppp Date: Thu, 18 Feb 1999 11:37:55 +0100 Message-ID: In-Reply-To: <36CB586F.F0D011F4@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2760473196346122450==" --===============2760473196346122450== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 18-Feb-99 Steven T. Hatton wrote: > I am running a communication server on an old 486. I use IP masq to > connect my other systems to the internet. One of the servers I dial > into has implemented RADIUS for authentication. I am wondering if > anybody has been able to authenticate into a RADIUS system with diald > and ppp? I don't know if this can help but i use diald/pppd to dial into my ISP that u= se RADIUS. ---------------------------------- Bet regards Massimo Lusetti Date: 18-Feb-99 Time: 11:36:45 In 1869 the waffle iron was invented for people who had wrinkled waffles. ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2760473196346122450==-- From suse_list@hotmail.com Thu Feb 18 11:00:12 1999 From: suse_list@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required? Date: Thu, 18 Feb 1999 03:00:12 -0800 Message-ID: <19990218110014.16367.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6801956595464677565==" --===============6801956595464677565== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I am currently running the full commercial version of SuSE5.2 and wan= t=20 to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and am=20 getting sick of waiting. I just wanted to know what files I actually=20 need to upgrade to 6.0. I would suspect that all the old binaries I have=20 installed from 5.2 will still work with 6.0. It should be backwards=20 compatible right? So I guess if I just have the first 3 directories (a1, app1, app2) fr= om=20 the ftp site dnloaded I should be able to just go into yast, set this=20 directory to be the source and then click on update. Is this all I have=20 to do? I don't need any other of the directories? If there's anything else I need could you please let me know. It just= =20 seems like a waste dnloading everything when I don't need it all.=20 Thanks in advance, Brad. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6801956595464677565==-- From ftoledano@retemail.es Thu Feb 18 12:10:59 1999 From: ftoledano@retemail.es To: users@lists.opensuse.org Subject: [SuSE Linux] Firewall and masquerading Date: Thu, 18 Feb 1999 13:10:59 +0100 Message-ID: <36CC0353.7B52D233@retemail.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3429293677001072529==" --===============3429293677001072529== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello. Anyone has setup and fire up correctly a firewall and masquerading under Suse 6.0 to connect a local ethernet network (tcp/ip procotol) throught a modem line to an ISP and Internet ? Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3429293677001072529==-- From w.b.mulia@usa.net Thu Feb 18 12:28:08 1999 From: w.b.mulia@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows Date: Thu, 18 Feb 1999 19:28:08 +0700 Message-ID: <03a301be5b5b$5ae41080$121b9eca@bean> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7367267786574038941==" --===============7367267786574038941== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
The New York Times

February=20 16, 1999
Protesters Seek Refunds on Windows=20
By AMY HARMON
As mass movements go, Windows Refund Day= =20 might not have achieved the political profile of an anti-war protest or the=20 popular support of, say, saving the whales. But for a demonstration over=20 computer software, the turnout yesterday was not too shabby.
-------------------------------------------------
Photo: Peter = DaSilva for The New York Times
Tim O'Mahoney of the Linux Users Group an= d=20 others favoring a free operating system marched yesterday near a Microsoft=20 office in Foster City, Calif. Many carried unopened Windows systems and asked= =20 for refunds.
-------------------------------------------------
More than 100 self-proclaimed=20 computer geeks showed up at Microsoft Corporation sales offices in several=20 cities to make a public display of rejecting the software maker's ubiquitous = Windows operating system and of demanding their money back.
Organized by advocates of Linux, a free = operating system, the first March on Microsoft focused on a clause in the=20 Windows license included with the software that comes installed on personal=20 computers. That clause states that users who do not agree to the terms of the= =20 license can request a refund.
"People pay extra money for software=20 they don't need, they don't want and they're entitled to return," said Rick=20 Moen, a protest organizer in Foster City, Calif., where the largest crowd=20 gathered on the roof of a parking garage adjacent to the Microsoft sales offi= ce=20 there.
Microsoft officials who met the proteste= rs=20 told them to take it up with the computer manufacturers who sold them their=20 PC's.
But several testimonials published on th= e=20 Internet in recent months recount the difficulties users have enountered in=20 obtaining a refund for Windows, which runs on more than 90 percent of all new= =20 personal computers sold throughout the world. For instance, most new machines= =20 are set up to boot Windows automatically when a user turns them on. And in a = classic Catch-22, that in itself apparently constitutes an implied acceptance= of=20 the license, even though there is no way to get rid of the Windows operating = system without turning the computer on in the first place.
Spokesmen for Dell Computer and Micron=20 Computer, two of the major manufacturers, said their policy was to give refun= ds=20 within 30 days to customers who are not satisfied with their systems, but the= y=20 said that they did not give refunds for Windows alone.
=20
---------------------------------------
"The public doesn't have the=20 knowledge to understand what Microsoft is doing."
Jordan Coleman, president of=20 NetMonger
---------------------------------------
=20
"Not only do customers, with very rare exceptions, expect their=20 computer to come with an operating system, but they, with very rare exception= s,=20 expect that operating system to be Windows," said T. R. Reid, a Dell=20 spokesman.
It is not as though the refund would pay= =20 for a new monitor. The few who have reported success have apparently received= =20 between $25 and $50. But protesters insisted that the point was not the money= =20 but choice.
"It's not a lot of money," said=20 Mike Schiraldi, 20, who wore a faded Atari T-shirt and black Keds sneakers to= =20 the small demonstration in midtown Manhattan Monday. "It's just the idea=20 that you're forced to buy Windows when there are better alternatives out=20 there."
Pardoxically, that perception supports a= =20 central point the Microsoft defense team is trying to make in the copmany's=20 continuing antitrust battle with the Department of Justice. Company executive= s=20 have several times pointed to the growing popularity of Linux as proof that=20 contrary to the Justice Department's claims, Microsoft is not a monopoly.=20
That may be why the company deputized=20 several executives and public relations representatives to meet the=20 demonstrators with open arms. In New York and Foster City, attendees were han= ded=20 a letter that began, "Dear Valued Customer" and emphasized that=20 "fundamentally you, the consumer, have a choice of operating systems and=20 PC's."

---------------------------------------
Related Articles
Curbing=20 Microsoft Without Crippling It
Mac, Windows And Now, Linux =20 (October 8, 1998)
---------------------------------------
But the protest=20 organizers also aimed to bring to the public's attention other of Microsoft=20 business practices. A 1995 consent decree between the Justice Department and = Microsoft prohibited the company from requiring computer manufacturers to pay= =20 for Windows on every computer sold whether or not the operating system had be= en=20 installed.
But even without that requirement, criti= cs=20 assert that the company continues to use its market clout to ensure that near= ly=20 all new personal computers come with Windows pre-installed.
"The public doesn't have the=20 knowledge to understand what Microsoft is doing," said Jordan Coleman,=20 president of NetMonger, an Internet service provider on Long Island. "We=20 know there are technically superior choices. So for us, it's a cause."=20
In Foster City, protesters carried signs= =20 reading "Pro-choice?" and "What part of 'refund' don't you=20 understand?" From amid the group one protester shouted, "Let my people=20 free." Protesters who tried to get to Microsoft's ninth-floor offices in=20 Foster City found the elevators blocked.
In New York, fewer than a dozen computer= =20 users with an aversion to Microsoft products met a representative outside the= =20 World Wide Plaza on Eighth Avenue before retreating to a hotel room across th= e=20 street to install free software on new computers in preparation for a refund = request. About a dozen protesters gathered at Microsoft offices in Irvine,=20 Calif.
Reports were sketchier from New Zealand,= =20 the Netherlands and Japan, where demonstrations had also been planned.=20
Nobody got a refund.
But by one measure, the protest might ha= ve=20 been a success.
"I'm interested in the whole idea of=20 not having any one company control the operating system market," said Peter=20 Lehrer, a 39-year-old accountant who drove in from Leonia, N.J., to attend th= e=20 New York event. A Windows user, Lehrer is considering switching: "I just=20 wanted to see what this was all about."
--===============7367267786574038941==-- From jlkreps@navix.net Thu Feb 18 12:59:56 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required? Date: Thu, 18 Feb 1999 06:59:56 -0600 Message-ID: <36CC0ECC.F53DEDF4@navix.net> In-Reply-To: <19990218110014.16367.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3754348072408137754==" --===============3754348072408137754== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Brad Jones wrote: >=20 > Hi all, > I am currently running the full commercial version of SuSE5.2 and w= ant > to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and am > getting sick of waiting. I just wanted to know what files I actually > need to upgrade to 6.0. I would suspect that all the old binaries I have > installed from 5.2 will still work with 6.0. It should be backwards > compatible right? > So I guess if I just have the first 3 directories (a1, app1, app2) = from > the ftp site dnloaded I should be able to just go into yast, set this > directory to be the source and then click on update. Is this all I have > to do? I don't need any other of the directories? > If there's anything else I need could you please let me know. It ju= st > seems like a waste dnloading everything when I don't need it all. > Thanks in advance, > Brad. Ahhh... Now you see the advantage of purchasing the commerical version on CDROM. 1) A permanent copy of the distro plus ALL the major downloads available at the time, all on 5 CDs. 2) A ready-made boot disk. 3) A live-system on the CD. 4) A beautiful manual. 5) If your time is worth anything, and you don't have a T1 connection to the internet, it is easier and quicker to get the commerical release. 6) It costs less than a movie and dinner out for two... ;-) 7) The CD boots into YaST and the install-upgrade is just clicks away. 8) Where else could you get such a finely engineered system at such a low price? However, Geeks with plenty of experience, time to burn and a T1 would think nothing of downloading all the packages and putting together an installable system. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3754348072408137754==-- From m.lusetti@mo.nettuno.it Thu Feb 18 13:29:29 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Firewall and masquerading Date: Thu, 18 Feb 1999 14:29:29 +0100 Message-ID: In-Reply-To: <36CC0353.7B52D233@retemail.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8641106901164025720==" --===============8641106901164025720== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 18-Feb-99 Francisco Jose Toledano Alcala wrote: >=20 > Hello. >=20 > Anyone has setup and fire up correctly a firewall and masquerading under > Suse 6.0 to connect a local ethernet network (tcp/ip procotol) throught > a modem line to an ISP and Internet ? Yeah, just a few variables in /etc/rc.config and you are right. Be carefull what kind of kernel you are using, if you are 2.2.x kernel on you have to modify the scripts so take a look at http://www.suse.com/~bb/> and fol= low docs link. ---------------------------------- Bet regards Massimo Lusetti Date: 18-Feb-99 Time: 14:23:09 Over the years, I've developed my sense of deja vu so acutely that now I can remember things that *have* happened before ... ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8641106901164025720==-- From lam.er@flashnet.it Thu Feb 18 14:13:22 1999 From: lam.er@flashnet.it To: users@lists.opensuse.org Subject: [SuSE Linux] problems with telnet Date: Thu, 18 Feb 1999 15:13:22 +0100 Message-ID: <36CC2002.53F1A8C0@flashnet.it> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2518504673639785186==" --===============2518504673639785186== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable i've some probs with telnet... i've a 5.3 suse and the only way to make functional the telnet is usr/sbin/in.telnetd -debug port i've seen host.allow, host.deny and they are right.... but if i do also telnet 0 it says "unable to connect" someone can tell me the resolution ? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2518504673639785186==-- From samelash@ix.netcom.com Thu Feb 18 15:01:37 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows Date: Thu, 18 Feb 1999 15:01:37 +0000 Message-ID: <3.0.3.32.19990218150137.00b2239c@popd.ix.netcom.com> In-Reply-To: <36CC68C1.28F3D6DF@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7565904524813346756==" --===============7565904524813346756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I love i9t. It just keeps geting more and more interesting. Wait til DOJ and some of the states get in on it. More noise , more likely they will act on it.=20 Funny how all of a sudden they want to turn back on the licence , and yet they want you to agree and follow it. At 02:23 PM 2/18/1999 -0500, you wrote: > >> WBM(a)USA wrote: > >> February 16, 1999 >> Protesters Seek Refunds on Windows > >> City, Calif. Many carried unopened Windows systems and asked for >> refunds. >=20 >> focused on a clause in the Windows license included >> with the software that comes installed on personal computers. That >> clause states that users who do not agree to the terms of the license >> can request a refund. >>=20 >> computers sold throughout the world. For instance, most new machines >> are set up to boot Windows automatically when a user turns them on. >> And in a classic Catch-22, that in itself apparently constitutes an >> implied acceptance of the license, even though there is no way to get >> rid of the Windows operating system without turning the computer on in >> the first place. > >Since Microsoft is not giving refunds, alot of people are saying that >the >implicit license means nothing, and that they consider their copies to >be >"freely distributed code". >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7565904524813346756==-- From psims@lombard.co.uk Thu Feb 18 15:24:00 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] two pc's in a network - how? Date: Thu, 18 Feb 1999 15:24:00 +0000 Message-ID: <7B06D0841713D1118A000000F803F188183DB5@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] two pc's in a network - how?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6070760803472498890==" --===============6070760803472498890== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Apologies if this is answered elsewhere - our (MS) mailserver has been down, I just got 200+ mails to wade thru'. First - basically your system says "can't see the network". Try "ifconfig" - this wil tell you which netwok devices are active. Is the 3c509 supported in your kernel - yu may need to recompile to activate it.=20 Second - are you using 1-base2 (co-ax) or 10baseT (utp/RJ45) ? Co-ax must be terminated each end, connection to the cards via a T-piece; 10baseT must either be connected via a hub (straight-thru cables) or back-to-back (cross-over cable). Obviously, the last option will only allow two pcs to be connected back-to-back (unless you have two cards per pc). Try "ping 127.0.0.1" which will test if network loopback is ok. > -----Original Message----- > From: zentara [SMTP:zentara(a)mindspring.com] > Sent: 17 February 1999 15:53 > To: suse-linux-e(a)suse.com > Subject: Re: [SuSE Linux] two pc's in a network - how? >=20 >=20 > W.H. Dekker wrote: > >=20 > > I have two pc's, bot with a 3com ethernet card: > > > > I want them in a net but I don't seem to be able to do that: ping > > melati on servalys and vice versa says: network unreachable. > >=20 > > It is not clear to me whether I should do all configuration via yast, > > or should I also edit rc.config? Or even > > /etc/{hosts,host.conf,resolv.conf,route.conf,networks}? >=20 > > When I then run /sbin/init.d/network stop/start on servalys there are > > no messages, but on melati message appear about shutting down and > > setting up the network. >=20 > Do you have inetd started in yast? > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6070760803472498890==-- From hgayosso@yahoo.com Thu Feb 18 15:43:49 1999 From: hgayosso@yahoo.com To: users@lists.opensuse.org Subject: [SuSE Linux] FTP through FTP-Proxy ?? Date: Thu, 18 Feb 1999 07:43:49 -0800 Message-ID: <19990218154349.1187.rocketmail@send1e.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0657240517455322851==" --===============0657240517455322851== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am behind a firewall, the guys at the firewall has set : HTTP proxy FTP proxy But no SOCKS proxy. How can I do ftp outside the firewall?? I have done this with wget exporting the variable ftp_proxy, but how do I PUT some files in an FTP server outside?? Thanks in advance _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0657240517455322851==-- From ren@ssm.ca Thu Feb 18 16:06:48 1999 From: ren@ssm.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Samba Printing Date: Thu, 18 Feb 1999 11:06:48 -0500 Message-ID: <99021811103000.04023@Precious> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6986378438432215926==" --===============6986378438432215926== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Back again, I realized today that I have never setup a printer (properly) in Linux so I thought I'd try. I have an EPSON 400 on my Win95 machine. I used YaST to setup a printer via Samba and tried to print something. The printer started up fine, then just spit out pages. Nothing was printed. I've read that printing on an EPSON is one of the easiest things to do but all the help and how-to's I read seem to be a little out of date. They all wanted me to start typing in huge scripts to handle it. But since is "almost" works, I didn't think it was completely necessary. Anyone have any advice? Ren ren(a)ssm.ca - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6986378438432215926==-- From psims@lombard.co.uk Thu Feb 18 16:07:06 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] help!!!!! Date: Thu, 18 Feb 1999 16:07:06 +0000 Message-ID: <7B06D0841713D1118A000000F803F188183DBD@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] help!!!!!> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2236429353374105382==" --===============2236429353374105382== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've seen this happen on an old DEC server, caused by an incorrect scsi driver. Have you got any scsi devices or scsi modules loaded ? In my case the problem was in dos, using the wrong driver for an AHA7870, presumably the failure mode is very low-level and probably not OS-specific, since I think the screen dump comes from the bios not the OS.=20 > -----Original Message----- > From: morin(a)entelchile.net [SMTP:morin(a)entelchile.net] > Sent: 16 February 1999 06:02 > To: suse-linux-e(a)suse.com > Subject: [SuSE Linux] help!!!!! >=20 >=20 > Hi...... > my English is very bad .... but I will try .... of explain...... > when I install Linux...... all go ok..... but when finish the install..... > give a error.... but don`t explain .... only give a message of > error....... > but don`t fatal exception..... > and then ..... when I reboot..... my pc...... look my screen .... > and....... my screen is filling with.......this > error........01010101010101010101010101010101010..... > then.... I have reboot again and put in drive a:\..... my disk of > rescue....... of dos or win95...... because..... that is the only way > ..... > please ..... why???? > I install other linux before....... and never...... I has problem.....=20 > thanks....... > Morin > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2236429353374105382==-- From jzuluaga@fisica.udea.edu.co Thu Feb 18 16:42:25 1999 From: jzuluaga@fisica.udea.edu.co To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SiS6326 Date: Thu, 18 Feb 1999 11:42:25 -0500 Message-ID: In-Reply-To: <36C9FF73.6DA3A3AE@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5891132940165418055==" --===============5891132940165418055== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! On Tue, 16 Feb 1999, zentara wrote: > Jorge Zuluaga wrote: > >=20 > > Hi! > >=20 > > I'm another victim of SiS6326 chipset. I have a Linux machine running SuSE > > 5.3 and my graphic card is SiS6326. I have the last version of XF86_SVGA > > server but I can to configure correctly my card.... > >=20 > > Can somebody help me!!.. I can't to buy another card!! > >=20 >=20 > You may also need the latest vga driver. > Also get the latest version of Sax. That should allow you to > configure your card. Sax needs the vga server. > You need to set the server options sw_cursor and no_bitblt >=20 > Here is a working configuration file. > ######################################################################## > # SaX autogenerated XF86Config file > # This file was generated from the SaX Thank you so much Zentara!!!... now my card work correctly!!... I have never thought in the "no_bitblt" parameter!!!... BUT... I yet have a little problem: My cursor doesn't move!!!... I have a pretty XWindows System but i can't work with my mouse... he stay quit in the middle of my screen!!... what can I do ???=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5891132940165418055==-- From psims@lombard.co.uk Thu Feb 18 16:43:34 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] ERROR: libc.so.5 Date: Thu, 18 Feb 1999 16:43:34 +0000 Message-ID: <7B06D0841713D1118A000000F803F188183DC0@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] ERROR: libc.so.5> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3233611768617840469==" --===============3233611768617840469== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Why not just load the libc5 package - included in 6 for just such a reason. Look in the base packages, called "oldlibs" or something similar.=20 > -----Original Message----- > From: Lenz Grimmer [SMTP:grimmer(a)suse.de] > Sent: 17 February 1999 09:05 > To: SuSE Linux Mailing List > Subject: Re: [SuSE Linux] ERROR: libc.so.5 >=20 >=20 > Hi, >=20 > On Tue, 16 Feb 1999, W.D.McKinney wrote: >=20 > > Just a newbie glibc question...what is the fix/cause for this error ? > >=20 > > ERROR: libc.so.5: cannot open shared object file: No such file or > directory > > Cant load plugin /usr/X11R6/lib/Acrobat3/Browsers/intellinux/nppdf.so. > Ignored. > > ERROR: libc.so.5: cannot open shared object file: No such file or > directory > > Cant load plugin /opt/netscape/plugins/nppdf.so. Ignored. >=20 > Unfortunately, there's no fix yet. Acrobat Reader ist still a libc5 binary > only package, which includes a Netscape plugin. This plugin won't load, > since the Netscape binary is glibc2... There's a workaround: >=20 > Use the stand-alone application instead of the plugin when loading PDF > documents. You can configure this in the following dialogue: > Edit --> Preferences --> Navigator --> Applications > Look for "Portable Document Format" and choose the button > "Application" and enter the following: "/usr/X11R6/bin/acroread " >=20 > Good luck, >=20 > LenZ >=20 > --=20 > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3233611768617840469==-- From psims@lombard.co.uk Thu Feb 18 16:52:55 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Office50 out of date in 6.0 ? Date: Thu, 18 Feb 1999 16:52:55 +0000 Message-ID: <7B06D0841713D1118A000000F803F188183DC1@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] Office50 out of date in 6.0 ?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4893615042534112636==" --===============4893615042534112636== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When you are installing there is an info form into which you should put all your user info; later you get the "Do you want to register now ?" nag box. Guess what - answer YES ! SO5 will dial out to StarDivision, get your registration key and install it. The reg. key is dependent on what you put into the info screen, so you can't simplky use someones valid key unless you also use exactly the same registation info onscreen. Temporarily, try killing the so5.rc (or whatever the beast is called). > -----Original Message----- > From: W.D.McKinney [SMTP:deem(a)wdm.com] > Sent: 17 February 1999 03:53 > To: m.lusetti(a)mo.nettuno.it > Cc: suse-linux-e(a)suse.com > Subject: RE: [SuSE Linux] Office50 out of date in 6.0 ? >=20 >=20 > Massimo Lusetti wrote: > >=20 > >=20 > > On 16-Feb-99 W.D.McKinney wrote: > > >=20 > > > I get this message when I try running it in user mode. > > > Is there a fix for this or is this Y299 bug :) > > >=20 > > > -Dee > >=20 > > Have you registered it with full registration code from stardivision > site ?! >=20 > Well I checked the download site and it is closed. Where would one get > such a critter ? >=20 > -Dee >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4893615042534112636==-- From psims@lombard.co.uk Thu Feb 18 16:57:44 1999 From: psims@lombard.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Thanks Date: Thu, 18 Feb 1999 16:57:44 +0000 Message-ID: <7B06D0841713D1118A000000F803F188183DC2@GB-RED-CTL-ES1> In-Reply-To: <[SuSE Linux] Thanks> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8149619304199563727==" --===============8149619304199563727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The download version comes complete with glibc to keep it company - you have to install the libs first.=20 > -----Original Message----- > From: Jerry Lynn Kreps [SMTP:jlkreps(a)navix.net] > Sent: 15 February 1999 22:28 > To: Les Hedrington > Cc: suse-linux-e(a)suse.com > Subject: Re: [SuSE Linux] Thanks >=20 >=20 > > Les Hedrington wrote: > >=20 > > I would like to thank all of you who responded to my question > > concerning upgrading to 6.0. After reviewing what everyone has said. > > I think that I will "Cut my Teeth" on 5.3 as it is stable. And since > > I have the Office version, I should be able to learn a lot from all > > of the application that are there. Even If I have to scrounge around > > to get Star Office which has been rated slightly better than > > Applixware(as far as win-compat is concerned). > >=20 > > But thank you very much. > >=20 > > Les C. Hedrington > > *Functional Analyst >=20 > SuSE 6.3 is a fabulous release, solid as a piece of granite. > I wasn't aware that SO 5.0 was available in glibc5. I thought you had > to be using glibc to run it???? I recall installing it on my son's > machine (RH 5.2) and reading that it required glibc6. Maybe I misread. > ??? > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8149619304199563727==-- From andreas@gerstlauer.de Thu Feb 18 18:26:01 1999 From: andreas@gerstlauer.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Firewall and masquerading Date: Thu, 18 Feb 1999 18:26:01 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1747467328178063712==" --===============1747467328178063712== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > >Yeah, just a few variables in /etc/rc.config and you are right. Be carefull >what kind of kernel you are using, if you are 2.2.x kernel on you have to >modify the scripts so take a look at http://www.suse.com/~bb/> and fo= llow docs >link. > Another option is to get the Firewall Configuration Toolkit. It's included in SuSE 6.0 (package "fct"). Has a nice web interface for configuration of the firewall and it can do both, ipfwadm (Kernel 2.0.x) or ipchains (2.2.x). Andreas - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1747467328178063712==-- From zentara@mindspring.com Thu Feb 18 18:33:15 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WVDIAL amd Accessing the internat Date: Thu, 18 Feb 1999 13:33:15 -0500 Message-ID: <36CC5CEB.23AFE3D4@mindspring.com> In-Reply-To: <3.0.3.32.19990217191722.00af791c@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1499916807802737320==" --===============1499916807802737320== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samy Elashmawy wrote: >=20 > [Dialer Defaults] > Still having problems , accessing my isp. >=20 > 1/ someone asked for my etc/resolv.conf . I coulf not find this in the/etc = directory , nor could I find it searching with mc. >=20 > 2/ I added in the stupid mode line , see below. >=20 > Any ideas why there is no resolv.conf file , have I not installed something= . >=20 > where do I set up my isp infoi , ie ipaddres ect... I'm stiil waiting for my Suse6.0, so I don't know if it's changed. But in 5.3, go into yast, change system configuration file, and find: CREAT RESOLVCONF =3D YES NAMESERVER =3D NETCOM.COM SEARCHLIST =3D 123.456.789 123.456.788 123.456.787 put your ISP's info in there. Then you etc/resolv.conf should look like: earch netcom.com nameserver 123.456.789 nameserver 123.456.788 nameserver 123.456.787 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1499916807802737320==-- From drbrain@deltasoft.pt Thu Feb 18 18:34:22 1999 From: drbrain@deltasoft.pt To: users@lists.opensuse.org Subject: No Subject Date: Thu, 18 Feb 1999 18:34:22 +0000 Message-ID: <199902181829.SAA29084@tribal.deltasoft.pt> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5590073490173162244==" --===============5590073490173162244== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable unsubscribe - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5590073490173162244==-- From samelash@ix.netcom.com Thu Feb 18 18:53:50 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] lilo configuration errors Date: Thu, 18 Feb 1999 18:53:50 +0000 Message-ID: <3.0.3.32.19990218185350.00afb264@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2131605676535707796==" --===============2131605676535707796== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 Trying to configure lilo via yast , I set up two configs ,=20 one for linux using liunux mounting /dev/hdc1 and one for win/dos using /dev/hda1 On exiting the lilo section I recieve the following error Confermation box lilo command output open /boot//boot.b no such file or directory Any Ideas any one ,=20 Note I had to create a n partion and mounted it below the 1024 cyclender. I used /dev/hdc4 mounted as boot with starting from 1 to 36 ( fist section on the drive. Then I reinstaled the kernal form cd. then wnnt into yast do setup lilo , that when this problem came up at the end on trying to run lilo Thanks Samy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2131605676535707796==-- From ll@codeblue.co.za Thu Feb 18 19:08:04 1999 From: ll@codeblue.co.za To: users@lists.opensuse.org Subject: [SuSE Linux] Diald/Masquerading Date: Thu, 18 Feb 1999 21:08:04 +0200 Message-ID: <36CC6513.A859BA1D@codeblue.co.za> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6242542113836945149==" --===============6242542113836945149== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have set up a Suse 5.3 machine as a internet gateway for a small (win95) network. The first request always seems to fail from the workstations. I have had a look at http://www.suse.de/Support/sd= b_e/dynippatch.html> but can't seem to get those patches to work Any help? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6242542113836945149==-- From zentara@mindspring.com Thu Feb 18 19:23:45 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows Date: Thu, 18 Feb 1999 14:23:45 -0500 Message-ID: <36CC68C1.28F3D6DF@mindspring.com> In-Reply-To: <03a301be5b5b$5ae41080$121b9eca@bean> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3947165557851681259==" --===============3947165557851681259== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > WBM(a)USA wrote: > February 16, 1999 > Protesters Seek Refunds on Windows > City, Calif. Many carried unopened Windows systems and asked for > refunds. =20 > focused on a clause in the Windows license included > with the software that comes installed on personal computers. That > clause states that users who do not agree to the terms of the license > can request a refund. >=20 > computers sold throughout the world. For instance, most new machines > are set up to boot Windows automatically when a user turns them on. > And in a classic Catch-22, that in itself apparently constitutes an > implied acceptance of the license, even though there is no way to get > rid of the Windows operating system without turning the computer on in > the first place. Since Microsoft is not giving refunds, alot of people are saying that the implicit license means nothing, and that they consider their copies to be "freely distributed code". - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3947165557851681259==-- From abrahams@valinet.com Thu Feb 18 20:50:51 1999 From: abrahams@valinet.com To: users@lists.opensuse.org Subject: [SuSE Linux] 5.3->6.0 upgrade? Date: Thu, 18 Feb 1999 15:50:51 -0500 Message-ID: <199902182050.PAA00314@pleurotus.local> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2311990049421373093==" --===============2311990049421373093== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is there any good way to upgrade from SuSE 5.3 to SuSE 6.0 (or a later 6.x) without having to buy the entire 6.0 package, manual and all? As far as I can tell from their web page, SuSE doesn't offer a better price to 5.3 users than to new users for the full package - which probably contains a lot of stuff I have already. Thanks - Paul Abrahams - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2311990049421373093==-- From naceur@wanadoo.fr Thu Feb 18 21:19:22 1999 From: naceur@wanadoo.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Recompiling the kernel after an Upgrade ? Date: Thu, 18 Feb 1999 22:19:22 +0100 Message-ID: <36CC83DA.A8CE43CB@wanadoo.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2004695007694801468==" --===============2004695007694801468== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi , I am back with e-mail after having some troubles which ppp, kppp,... after Upgrading my machine from 5.2 to SuSE 6. which is far better . It is supporting my on-board AIC 7890 of the mother board ASUS-PB-DS so I removed the PCI SCSI controler card an enjoying the on -board one ! Mainwhile I would like to ask some help about rebuilding the kernel : I am trying to recompile the kernel using Menuconfig. But this seems to be not working. After some time compiling this stops saying the following : ---------------------------------------------- There seems to be a problem with the lxdialog companion utility which is built prior to running Menuconfig. Usually this is an indicator that you have upgraded/downgraded your ncurses libraries and did not remove the old ncurses header file(s) in /usr/include or /usr/include/ncurses. It is VERY important that you have only one set of ncurses header files and that those files are properly version matched to the ncurses libraries installed on your machine. You may also need to rebuild lxdialog. This can be done by moving to the /usr/src/linux/scripts/lxdialog directory and issuing the "make clean all" command. If you have verified that your ncurses install is correct, you may email the author or post a message on the linux.dev.kernel news group for additional assistance. make: *** [menuconfig] Error 139 aloha:/usr/src/linux # So I went to the Cd and installed again the "ncurses libraries " rpm but no success ! Could you please help with this I am using the SuSE kernel (2.0.36) Thank you very much Naceur I - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2004695007694801468==-- From jperser@airmail.net Thu Feb 18 21:47:05 1999 From: jperser@airmail.net To: users@lists.opensuse.org Subject: [SuSE Linux] Confusion over NFS/NIS Date: Thu, 18 Feb 1999 15:47:05 -0600 Message-ID: <36CC8A58.409F86FB@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7872751604731041973==" --===============7872751604731041973== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm a little confused about how NFS/NIS should be used together or even if they are really needed at the same time. I want to be able to mount exported volumes from one host on another WITH read/write permissions. Will I need to run NIS to make this work or can I just have the same userid and groupid on the two different machines. regs, -jrp - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7872751604731041973==-- From suse_list@hotmail.com Thu Feb 18 21:51:32 1999 From: suse_list@hotmail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required? Date: Thu, 18 Feb 1999 13:51:32 -0800 Message-ID: <19990218215135.16096.qmail@hotmail.com> In-Reply-To: <[SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2675308780775574198==" --===============2675308780775574198== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I am planning to buy Suse 6.1 when it comes out, I just wanted to wai= t=20 until all the glibc and kernel 2.2 changes have been finished and had=20 some time for any bugs to be ironed out before I buy the commercial=20 version. I was just after a quick upgrade in the meantime. Cheers, Brad. > > >Brad Jones wrote: >>=20 >> Hi all, >> I am currently running the full commercial version of SuSE5.2=20 and want >> to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and=20 am >> getting sick of waiting. I just wanted to know what files I actually >> need to upgrade to 6.0. I would suspect that all the old binaries I=20 have >> installed from 5.2 will still work with 6.0. It should be backwards >> compatible right? >> So I guess if I just have the first 3 directories (a1, app1,=20 app2) from >> the ftp site dnloaded I should be able to just go into yast, set this >> directory to be the source and then click on update. Is this all I=20 have >> to do? I don't need any other of the directories? >> If there's anything else I need could you please let me know.=20 It just >> seems like a waste dnloading everything when I don't need it all. >> Thanks in advance, >> Brad. > > >Ahhh... Now you see the advantage of purchasing the commerical=20 version >on CDROM. >1) A permanent copy of the distro plus ALL the major downloads=20 available >at the time, all on 5 CDs. >2) A ready-made boot disk. >3) A live-system on the CD. >4) A beautiful manual. >5) If your time is worth anything, and you don't have a T1 connection >to the internet, it is easier and quicker to get the commerical=20 release. >6) It costs less than a movie and dinner out for two... ;-) >7) The CD boots into YaST and the install-upgrade is just clicks away. >8) Where else could you get such a finely engineered system at such a >low price? > >However, Geeks with plenty of experience, time to burn and a T1 would >think nothing of downloading all the packages and putting together an >installable system. >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2675308780775574198==-- From jlkreps@navix.net Thu Feb 18 22:24:21 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required? Date: Thu, 18 Feb 1999 16:24:21 -0600 Message-ID: <36CC9315.747BF985@navix.net> In-Reply-To: <19990218215135.16096.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0830544642798036034==" --===============0830544642798036034== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am too! =20 And to be sure that 6.1 comes out I'm supporting SuSE by getting 6.0! (I like their business ethics and I want them to be able to raise their kids with the same set of values. Beats what Gates will teach his kids). Brad Jones wrote: >=20 > Hi, > I am planning to buy Suse 6.1 when it comes out, I just wanted to w= ait > until all the glibc and kernel 2.2 changes have been finished and had > some time for any bugs to be ironed out before I buy the commercial > version. I was just after a quick upgrade in the meantime. > Cheers, > Brad. > > > > > >Brad Jones wrote: > >> > >> Hi all, > >> I am currently running the full commercial version of SuSE5.2 > and want > >> to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and > am > >> getting sick of waiting. I just wanted to know what files I actually > >> need to upgrade to 6.0. I would suspect that all the old binaries I > have > >> installed from 5.2 will still work with 6.0. It should be backwards > >> compatible right? > >> So I guess if I just have the first 3 directories (a1, app1, > app2) from > >> the ftp site dnloaded I should be able to just go into yast, set this > >> directory to be the source and then click on update. Is this all I > have > >> to do? I don't need any other of the directories? > >> If there's anything else I need could you please let me know. > It just > >> seems like a waste dnloading everything when I don't need it all. > >> Thanks in advance, > >> Brad. > > > > > >Ahhh... Now you see the advantage of purchasing the commerical > version > >on CDROM. > >1) A permanent copy of the distro plus ALL the major downloads > available > >at the time, all on 5 CDs. > >2) A ready-made boot disk. > >3) A live-system on the CD. > >4) A beautiful manual. > >5) If your time is worth anything, and you don't have a T1 connection > >to the internet, it is easier and quicker to get the commerical > release. > >6) It costs less than a movie and dinner out for two... ;-) > >7) The CD boots into YaST and the install-upgrade is just clicks away. > >8) Where else could you get such a finely engineered system at such a > >low price? > > > >However, Geeks with plenty of experience, time to burn and a T1 would > >think nothing of downloading all the packages and putting together an > >installable system. > >- > >To get out of this list, please send email to majordomo(a)suse.com with > >this text in its body: unsubscribe suse-linux-e > >Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the > >archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com> > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0830544642798036034==-- From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 18 22:31:23 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ssh over IP masq? Date: Thu, 18 Feb 1999 17:31:23 -0500 Message-ID: <36CC94BB.2F332837@cpkwebser5.ncr.disa.mil> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7092783130723187085==" --===============7092783130723187085== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz, Yep, I got it working. Can't explain the details here. I can now connect to my server and get the X to come back to the client. This is COOL! Thanks, Steve Lenz Grimmer wrote: > Hi, > > On Wed, 17 Feb 1999, Steven T. Hatton wrote: > > > I set up ssh at work on a solaris box and was able to connect to it w/o > > a problem from within my work LAN. I set it up on my home LAN and am > > able to connect to other servers at home. When I try to go into work I > > have a problem connecting. I get this result "Disconnected; connection > > lost." If I telnet 22 I get: "Connection closed by foreign > > host." Now if I telnet 23, I get an explicit gateway denial > > message. It is conceivable that the gateway is using a different rule > > to deny access to port 22. Perhaps it is denying ssh connections? It > > is also possible that ssh is not working over IP masq. Does anybody > > have experience with this? > > ssh is possible via IP masquerading. Make sure, that the remote host > accepts connections on port 22 and that sshd is running. Have you tried > running "ssh -v "? > > Bye, > LenZ > > -- > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============7092783130723187085==--


From brichardson@lineone.net Thu Feb 18 22:40:44 1999
From: brichardson@lineone.net
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Confusion over NFS/NIS
Date: Thu, 18 Feb 1999 22:40:44 +0000
Message-ID: <01BE5B8F.BE6084C0.brichardson@lineone.net>
In-Reply-To: <[SuSE Linux] Confusion over NFS/NIS>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4206147228898617202=="

--===============4206147228898617202==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>Will I need to run NIS to make this work

No, you won't.  The whole point about NIS is to provide single point of=20
login (as in NDS) so that you don't have to duplicate /etc/passwd accross=20
all your machines.  Since you only have the two, this is not a problem.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4206147228898617202==--


From risch@tir.com Thu Feb 18 22:52:20 1999
From: risch@tir.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] SMP
Date: Thu, 18 Feb 1999 17:52:20 -0500
Message-ID: <36CC99A4.A35B51FC@tir.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7191873863648003584=="

--===============7191873863648003584==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ok, so can anyone give some pointers as to how to project the benefits
of multiple processors?

I recently considered looking for some Pentium Pro 200 cpus(2), but it
was suggested P II was a better way to go. I had some info that the P
Pro was, perhaps, better and last year(I think) I read that IBM had
shown a Linux box in a show in Germany sporting 4 PPROs. Wow! I guess it
cooked!

I have a chance to purchase a Gigabte MB for dual P II and clock speed s
to 333MHZ.
I was originalllly planning on Tyan or Asus(recommended as very good
makes, but a recent MB article included Gigabyte as a good choice. Sorry
for the rambling....)

I tend to be conservative and speed is not all there is faster
computing.

Any thoughts would be much appreciated!

TIA,

Bob Russell

Lenz Grimmer wrote:
>=20
> Hi,
>=20
> On Wed, 17 Feb 1999, Kaare Rasmussen wrote:
>=20
> > > I tested a distributed POVRay on four double PII/400 w/ 128M RAM - swee=
t.
> >
> > Before I go to Beowulf and get lost on that site, can you tell which
> > (kind of) applications that would benefit from a cluster? Will my
> > mailreader run faster? :-)
>=20
> No, unforunately not. The application has to be designed to be run in a
> distributed environment. Regular application do not benefit from a
> cluster. Heck, most applications don't even make proper use of a second
> CPU...
>=20
> Bye,
>         LenZ
>=20
> --
> ------------------------------------------------------------------
>  Lenz Grimmer                                           SuSE GmbH
>  mailto:grimmer(a)suse.de         =
              Schanzaeckerstr. 10
>  http://www.suse.de/~grimmer>             90443 Nuernberg, Ger=
many
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7191873863648003584==--


From badday@bigfoot.com Thu Feb 18 23:17:51 1999
From: badday@bigfoot.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] sound module
Date: Thu, 18 Feb 1999 23:17:51 +0000
Message-ID: <36CC9F9F.4017BAFF@bigfoot.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1386591844746964747=="

--===============1386591844746964747==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,=20

I've compiled sound as a module, and am using isapnp (or trying to) - I
believe I have all the parameters set up correctly but I get the
following msgs (/var/log/messages)

can't locate module sound-slot-0
can't locate module sound-service-0-3

(I also notice some ppp-compress-xx msgs - I don't know why they're
there)

any ideas ?  cat /dev/sndstat has no information (after I done modprobe
sound) and my /dev/audio /dev/dsp devices are useless at the moment (if
I compile a monolithic kernel sound works ok)

I've done as instructed in the SuSe 60 book, is there a more substantial
reference I can lookup ? =20

any hints, pointers (or just straight answers) would be greatly
appreciated.

badday

(StopPress!  I can't get quake2 to run anymore either (since I upgraded
to Suse6 (from 5.2) and kernel 2.2.1) - I get a segmentation fault upon
startup - any ideas ?)
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1386591844746964747==--


From raffo@neuronet.pitt.edu Thu Feb 18 23:23:26 1999
From: raffo@neuronet.pitt.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] Update site has version numbers less than CD
Date: Thu, 18 Feb 1999 18:23:26 -0500
Message-ID: <36CCA0EE.8E017DA9@neuronet.pitt.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0697858087348825949=="

--===============0697858087348825949==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I went to the Suse update site and while downloading some of the
updates noticed that some version numbers are lower than the ones in
the CDROMs.
Examples:=09
          ftp: apache ver. 1.3.0-10
        cdrom: apache ver. 1.3.0-14

          ftp: aps ver. 1.5.SuSE-7
        cdrom: aps ver. 1.5.SuSE-10

Should the latest version be kept or use the one in the update dir?


--=20
Rafael Herrera
Laboratory for Computational Neuroscience
University of Pittsburgh
http://www.neuronet.pitt.edu/~raffo>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0697858087348825949==--


From risch@tir.com Thu Feb 18 23:29:53 1999
From: risch@tir.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux
Date: Thu, 18 Feb 1999 18:29:53 -0500
Message-ID: <36CCA271.B24A714F@tir.com>
In-Reply-To: <99021800315100.00471@chrish.sympatico.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4097867677450253017=="

--===============4097867677450253017==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Chris,

That was you that mentioned OS/2, wasn't it? And what happened to it?
Which was better NT or OS/2?

Bob

Chris Herrnberger wrote:
>=20
> On Wed, 17 Feb 1999, Fred A. Miller wrote:
> > =
h=
ttp://www.zdnet.com/zdnn/stories/news/0,4586,389494,00.html>
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20
> This is typical of IBM when they are in take over mode. By supporting the m=
ost
> popular distros and yes SuSE is in that group, IBM creates a great middle w=
are
> clientel that has been declining since their OS2 days. You will see their
> own Linux distro on their high end servers that should be competatively pri=
ced.
> This is just friggen wonderfull if it happens! Their inventory of apps and =
support
> structure will allow Linux to leapfrog in to...ok lets dream a bit....deskt=
op land.
>=20
> IBM's got what it takes to make this happen. Most companies are playing it =
safe
> by pigeon holeing Linux in the server market, but IBM has the invetory of a=
pps
> (plus an acquisition or two..hmmm say Corel) to make it happen. They have
> already bagged Applix by moving support to ppcLinux so look out..
> I think good things can be expected from the boys in blue.
>=20
> best regards
>=20
> chris
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4097867677450253017==--


From miguel.oliv@mail.telepac.pt Thu Feb 18 23:52:20 1999
From: miguel.oliv@mail.telepac.pt
To: users@lists.opensuse.org
Subject: [SuSE Linux] PPP problem
Date: Thu, 18 Feb 1999 23:52:20 +0000
Message-ID: <99021823573000.00288@feynman>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0895194631961640634=="

--===============0895194631961640634==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Dear all,
        After some changes on my system(SuSE 6.0 - Kernel 2.0.36) my dialup
connection stoped working. I get the following messages in my /var/log/messag=
es:

pppd[XXX]: ppd 2.3.5 started by root, uid 0
pppd[XXX]: tcgetattr: Input/output errror (5)
pppd[XXX]: Exit.

Does anyone know what's happening???

Best,

Miguel Afonso Oliveira
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0895194631961640634==--


From gregt@nadel.com Fri Feb 19 00:18:39 1999
From: gregt@nadel.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Thu, 18 Feb 1999 16:18:39 -0800
Message-ID: 
In-Reply-To: <36CC9315.747BF985@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5808780772104866436=="

--===============5808780772104866436==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, 18 Feb 1999, Jerry Lynn Kreps wrote:

>=20
> I am too! =20
> And to be sure that 6.1 comes out I'm supporting SuSE  by getting 6.0!
> (I like their business ethics and I want them to be able to raise their
> kids with the same set of values.  Beats what Gates will teach his
> kids).

I tend to agree with that sentiment.  However, it gets relatively
expensive buying the full release 2 to 3 times a year.  I really, really
wish SuSE and RH would give a major price break for minor release
upgrades.  In SuSE's case, I have 5.3 and I am more than happy to pay full
retail for 6.0 but then it would be really helpful if I could get 6.1,
6.2, etc with a price break (is that already possible?).  With RH I bought
5.0 from them but I just bought cheap CDs of 5.1 and 5.2.

Later, Greg=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5808780772104866436==--


From gschoell@pobox.com Fri Feb 19 00:32:07 1999
From: gschoell@pobox.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Thu, 18 Feb 1999 16:32:07 -0800
Message-ID: <3.0.5.32.19990218163207.0084d010@pop.uia.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3981860738860136276=="

--===============3981860738860136276==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 04:18 PM 2/18/99 -0800, you wrote:
>
>I tend to agree with that sentiment.  However, it gets relatively
>expensive buying the full release 2 to 3 times a year.  I really, really
>wish SuSE and RH would give a major price break for minor release
>upgrades.  In SuSE's case, I have 5.3 and I am more than happy to pay full
>retail for 6.0 but then it would be really helpful if I could get 6.1,
>6.2, etc with a price break (is that already possible?).  With RH I bought
>5.0 from them but I just bought cheap CDs of 5.1 and 5.2.
>
>Later, Greg=20
>
I agree as well and have seen there price breaks from 49 US for full copies
to 39 US for upgrades.  This is not what I call a deal except 5.3 to 6.0 is
a major upgrade.  Perhaps they have better deals for 6.0 to 6.x (especially
with the grade of 6.0).  Personally I would go as much as 19.99 for minor
upgrades for complete CD sets.

However, from the comments I've seen on all of the list's as to the quality
of the 2.2.x kernel and the trouble being had with SuSE 6.0 I'll be waiting
till I hear of a revision that is not so broken.  Hell, I have a broken 95
desktop for my kids, I don't need a *nix one for me.

George

"The right of the people to be secure in their persons, houses, papers and
effects, against unreasonable searches and seizures, shall not be
violated..."=20
-- the Fourth Amendment to the U.S. Constitution=20

Nisi Defectum Haud Reficindium  (If it ain't broke, don't fix it)

http://209.150.72.25/~inlandcommercial/>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3981860738860136276==--


From alexm@quake.tx.symbio.net Fri Feb 19 00:50:29 1999
From: alexm@quake.tx.symbio.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] screensaver
Date: Thu, 18 Feb 1999 18:50:29 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5525289247017910025=="

--===============5525289247017910025==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

How do you activate a random screensaver in wmaker?
I have a bunch  of them installed.
I do not think "xset s" can do it (it just sets screen to either blank or
grey + X logo).
Any info is greatly appreciated.

-alexm

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5525289247017910025==--


From jlkreps@navix.net Fri Feb 19 01:22:35 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Thu, 18 Feb 1999 19:22:35 -0600
Message-ID: <36CCBCDB.912DE40C@navix.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6297345733104296233=="

--===============6297345733104296233==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




mmmm...  I paid $34 for my subscription copy.  That's about 330ff the
regular price of $50 and, as I found out, it comes regularly without any
prompting from me.
What did you pay for your copy?

Greg Thomas wrote:
>=20
> On Thu, 18 Feb 1999, Jerry Lynn Kreps wrote:
>=20
> >
> > I am too!
> > And to be sure that 6.1 comes out I'm supporting SuSE  by getting 6.0!
> > (I like their business ethics and I want them to be able to raise their
> > kids with the same set of values.  Beats what Gates will teach his
> > kids).
>=20
> I tend to agree with that sentiment.  However, it gets relatively
> expensive buying the full release 2 to 3 times a year.  I really, really
> wish SuSE and RH would give a major price break for minor release
> upgrades.  In SuSE's case, I have 5.3 and I am more than happy to pay full
> retail for 6.0 but then it would be really helpful if I could get 6.1,
> 6.2, etc with a price break (is that already possible?).  With RH I bought
> 5.0 from them but I just bought cheap CDs of 5.1 and 5.2.
>=20
> Later, Greg
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6297345733104296233==--


From bshelton-suse-linux@ole.net Fri Feb 19 01:31:35 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Thu, 18 Feb 1999 20:31:35 -0500
Message-ID: <19990218203135.B16263@ole.net>
In-Reply-To: <3.0.5.32.19990218163207.0084d010@pop.uia.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4265738358630314469=="

--===============4265738358630314469==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, Feb 18, 1999 at 04:32:07PM -0800, George Schoelles wrote:
>=20
> However, from the comments I've seen on all of the list's as to the quality
> of the 2.2.x kernel and the trouble being had with SuSE 6.0 I'll be waiting
> till I hear of a revision that is not so broken.  Hell, I have a broken 95
> desktop for my kids, I don't need a *nix one for me.

I really don't understand this perception that 6.0 is broken.

Every case I've seen discussed here turns out to be some absence of choice
during installation or lack of understanding of what is needed to make it
work.

Personally, I upgraded my workstation at the office because I didn't want to
experiment with the home workstation with sound and all, and my 5.3 system
upgraded to 6.0 just fine.

So... what's broken about it?

I'm clueless......  `*8)


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4265738358630314469==--


From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 19 01:37:18 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation?
Date: Thu, 18 Feb 1999 20:37:18 -0500
Message-ID: <36CCC04E.10D02196@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6951768576303040179=="

--===============6951768576303040179==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I am running SSHD 2.X on a sparc with solaris 2.5.1 and also on SuSE 6.0=20
I am running SSH 2.X on an NT

workstation (F-Secure). I also have StarNet's X-Win32 running on my NT desktop.
When I attempt to run an X application on a Unix box and send the output to the X-term emulation I get the
following error:

Xlib: connection to ":10.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: Can't open display: :10.0

Is there someting I can do to make this work?

TIA,

Steve

--=20

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard
--===============6951768576303040179==-- From brichardson@lineone.net Fri Feb 19 02:07:34 1999 From: brichardson@lineone.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required? Date: Fri, 19 Feb 1999 02:07:34 +0000 Message-ID: <01BE5BAF.80FE33A0.brichardson@lineone.net> In-Reply-To: <[SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3330595797155957847==" --===============3330595797155957847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Various people said: > And to be sure that 6.1 comes out I'm supporting SuSE by getting 6.0! Greg Thomas said: > However, it gets relatively expensive buying the full release 2 to 3=20 times a year. Right. I bought Red Hat 5.1 and SuSE 6.0 at full price but I have no intention=20 buying any further updates for full whack unless I decide I really need the=20 manual or something. A perfectly valid way to support Linux (and the=20 distro(s) you like best) is to be active on the lists and help keep Linux a=20 support-community. (Before anyone says "Who you? You don't do that!" I=20 spent all my time till now on the Red Hat list). The whole philosophy of open-source is that you pay people for the work=20 they do for you i.e. if you want a pristine distro with support you pay for=20 it, if you put in the time yourself to research and implement an upgrade,=20 you did the work so pay yourself. I like Linux and the people who distribute it but that doesn't mean I'm=20 going to pay again and again for something I already have. Microsoft=20 _force_ you into that pattern, but Red Hat, SuSE and Caldera etc.=20 *absolutely*do*not* require this kind of behaviour from us. Apart from=20 anything else, they know that the more their distributions are out there=20 being used, the more demand/business it'll generate for them. It's crazy=20 to buy every update because you like their business ethics when their=20 business ethics explicitly free you from this obligation. As it happens, the time I've put into the Red Hat list is worth a lot more=20 than the =C2=A330 I sent Red Hat's way: they'd have a far harder time selling= =20 their distro without the support the list gives and I'm sure the same goes=20 for the SuSE lists. But even if I'd never answered a single e-mail, I=20 wouldn't feel guilty for buying a cheap CD next time round. That's what=20 the GPL is about. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3330595797155957847==-- From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 19 03:15:01 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Apachie won't start Date: Thu, 18 Feb 1999 22:15:01 -0500 Message-ID: <36CCD735.427C38A5@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8876739762742329989==" --===============8876739762742329989== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I can't get apachie to start. When I enter httpd I get the error: sqlinit: DBROOT must be set !!!. I am not finding answers to this in the documentation. Can someone help? TIA, Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============8876739762742329989==--


From adcarlso@visinet.ca Fri Feb 19 03:38:39 1999
From: adcarlso@visinet.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Thu, 18 Feb 1999 22:38:39 -0500
Message-ID: 
In-Reply-To: <199902161857.TAA04265@servalys.hobby.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4551314211834696521=="

--===============4551314211834696521==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 16-Feb-99 W.H. Dekker wrote:
>=20
> Michael Perry wrote:
>=20
>> I have problems reading html email that is posted to suse-linux-e.=20
>> Would it be possible to have people post only text email to the list?
>>=20
>> I appreciate any flexibility people could have in this matter.
>=20
> Yes! That's my problem too! Because:
>=20
> 1. this is a typical Microsoft method of communication. Linuxers doing
>    that should be ashamed.
> 2. it triples the amount of information to be sent over the net
> 3. it does not help making one's point, but rather obscures it.=20
>=20
> Two other remarks:=20
> 4. from the message you are replying to, please copy only the relevant
>    parts.
> 5.  And send only relevant messages.=20
>=20
> --=20

HTML email is not Microsoft specific.  Netscape, even under Linux allows for
it.  And HTML DOES have its proper uses, such as sending a web page as opposed
to just a link.  It can actually help make a point.  I will admit it
presupposes that the reader(s) have HTML based mail-readers.  Personally I ha=
ve
Xfmail set to call up Netscape for HTML attachments.

----------------------------------
Arlen Carlson
adcarlso(a)visinet.ca

There was a young poet named Dan,
Whose poetry never would scan.
        When told this was so,
        He said, "Yes, I know.

This message was sent by XFmail (Linux)

                        -o)
                        /\\
                       _\_v

The penguins are coming...
        the penguins are coming...
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4551314211834696521==--


From adcarlso@visinet.ca Fri Feb 19 03:50:28 1999
From: adcarlso@visinet.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Total Crash! 2.2.1 unstable maybe?
Date: Thu, 18 Feb 1999 22:50:28 -0500
Message-ID: 
In-Reply-To: <36CB10F6.127633FE@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5004504860974614634=="

--===============5004504860974614634==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 17-Feb-99 Rachel Greenham wrote:
>=20
> One of the major nice things about Linux, of course, is that this isn't
> supposed to happen. So I thought the fact that it has was worth
> reporting.
>=20
> My machine just crashed on me. Total stiff. Pointer froze, A window
> froze unfinished (xmcd), no keyboard activity (including alt-ctrl-Fkey
> to another console), no network activity, no response to ping.
>=20
> I didn't think I was provoking it very hard. But I thought it might be
> worth mentioning as a possible instability between SuSE 6.0 and kernel
> 2.2.1. Other possibilities include a successful attack, or failing
> hardware.
>=20
> If anyone wants any details information to help figure out why this
> happened, I'll be glad to co-operate.
>=20
> Brief snapshot though:
>=20
> SuSE 6.0 kernel 2.2.1
> Simple vanilla PC hardware: AT SOYO motherboard, AMD K6-2 300MHz, 64Mb
> RAM, 8Gb EIDE,
> Matrox Productiva G100 graphics.
> No sound card.
>=20
> At the time I was in a KDE 1.0 desktop with nedit, Netscape, xmcd, and a
> couple of kvts running. One of them was doing a big wget in the
> background. Behind the scenes I was running - well, the usual stuff,
> including postgres (not actually doing much), Apache, JRunPro, Samba,
> but only as a client...
>=20
> --=20
> Rachel Greenham
> Epinet Communications plc
> -

My first guess for any such instability would be Netscape.  Depends of course
on what you were using it for.  I've personally locked up KDE by back-stepping
pages while Netscape was loading in a Macromedia Shockwave file.  Fortunately=
 I
could kill the process, but I still had to back KDE out by doing a system-wide
init 2.

----------------------------------
Arlen Carlson
adcarlso(a)visinet.ca

Nothing is more admirable than the fortitude with which millionaires
tolerate the disadvantages of their wealth.
                -- Nero Wolfe

This message was sent by XFmail (Linux)

                        -o)
                        /\\
                       _\_v

The penguins are coming...
        the penguins are coming...
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5004504860974614634==--


From mpayson@eskimo.com Fri Feb 19 04:03:33 1999
From: mpayson@eskimo.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Thu, 18 Feb 1999 20:03:33 -0800
Message-ID: <3.0.5.32.19990218200333.007d7ec0@mail.eskimo.com>
In-Reply-To: <36CCBCDB.912DE40C@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0220029490295302621=="

--===============0220029490295302621==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 07:22 PM 2/18/99 -0600, Jerry Lynn Kreps wrote:
>
>mmmm...  I paid $34 for my subscription copy.  That's about 330ff the
>regular price of $50 and, as I found out, it comes regularly without any
>prompting from me.
>What did you pay for your copy?
>

The $34 subscription sounds great until you realize that the street price
(at least at the bookstore where I bought mine-- & they're not known for
discounting) is $40. At that price, you might as well get the updated manual.

Judging from how easy it is to upgrade the individual components, I suspect
that I'll not buy to many full distributions. Or, maybe I'll do one per
year just so I can keep current with all of the peripheral packages that I
don't directly use (but the system does) and the larger packages that I may
use but not enough to justify downloading the upgrades.

On the other hand, If I could get an official, but sans support, upgrade
for ~$20 (as I could from Slackware-- 4 cds, no manual.), I'd almost
certainly buy every new upgrade they released.

Mike

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0220029490295302621==--


From mjackson@deskmedia.com Fri Feb 19 04:19:09 1999
From: mjackson@deskmedia.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Updates
Date: Thu, 18 Feb 1999 22:19:09 -0600
Message-ID: <36CCE63D.9E3934F4@deskmedia.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4471132269737389851=="

--===============4471132269737389851==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I am a soon-to-be SuSE user, having just ordered from a Linux online
store and eagerly expecting the full version (and manual).  I am running
Red Hat 5.2 in the meantime.

I like the idea of cheap updates with no support.  Truly
earth-shattering changes to the distro itself (like stable kernel tree
changes, libc changes, a.out to elf, that sort of thing) would probably
rate a new manual, but in general that will become much less common than
before.  There are lots of packages, though (like XEmacs, Netscape,
Apache, Postgres) that are frequently updated, and tedious to download
(I only have a 28.8 dialup).  There are also security issues.


--=20
Martin Jackson: mjackson(a)deskmedia.com
///////////////////\\\\\\\\\\\\\\\\\\\
Computer & Information Science Major
Minnesota State University, Mankato
\\\\\\\\\\\\\\\\\\\///////////////////
My other computer is also a Linux box!
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4471132269737389851==--


From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 19 04:41:10 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Apachie won't start
Date: Thu, 18 Feb 1999 23:41:10 -0500
Message-ID: <36CCEB66.4C6FFEA7@cpkwebser5.ncr.disa.mil>
In-Reply-To: <36CCD735.427C38A5@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1382846159590547912=="

--===============1382846159590547912==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well RTFM!

file:/usr/doc/packages/apache/README.SuSE

chmod +s /usr/sbin/suexec ;
rcapache restart

"Steven T. Hatton" wrote:

> I can't get apachie to start.  When I enter httpd I get the error:
> sqlinit: DBROOT must be set !!!.  I am not finding answers to this in
> the documentation.  Can someone help?
>
> TIA,
>
> Steve
>
> --
>
> The linux counter: http://counter.li.org>    -Registered Linux User # 79059
> S.u.S.E. Linux: http://www.suse.com>
> KDE: http:=
//www.kde.org>
> SaMBa: http://samba.anu.edu.au>
> Mathematica: http://www.wri.com>
> StarOffice: http://www.stardivision.com>
>
> I think.
> I think I am,
> Therefore I am.
> I think? - Graeme Edge of the Moody Blues


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============1382846159590547912==--


From tjhanson@ix.netcom.com Fri Feb 19 05:36:44 1999
From: tjhanson@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] suseppp
Date: Fri, 19 Feb 1999 05:36:44 +0000
Message-ID: <36cdf849.103556163@smtp.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0582692452577911981=="

--===============0582692452577911981==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Warning!  long /var/adm/messages to follow!

Sorry to be clogging bandwidth with all this, but I'm including the result of=
 tail -f /var/adm/messages so maybe someone can tell me why I can't connect t=
o my ISP, Netcom.  Any ideas?

Feb 18 21:22:09 su kernel: PPP line discipline registered.
Feb 18 21:22:09 su kernel: registered device ppp0
Feb 18 21:22:11 su pppd[317]: pppd 2.2.0 started by root, uid 0
Feb 18 21:22:30 su pppd[317]: Serial connection established.
Feb 18 21:22:31 su pppd[317]: Using interface ppp0
Feb 18 21:22:31 su pppd[317]: Connect: ppp0 <--> /dev/modem
Feb 18 21:22:31 su pppd[317]: sent [LCP ConfReq id=3D0x1    ]
Feb 18 21:22:34 su pppd[317]: sent [LCP ConfReq id=3D0x1    ]
Feb 18 21:22:34 su pppd[317]: rcvd [LCP ConfReq id=3D0x1      ]
Feb 18 21:22:34 su pppd[317]: sent [LCP ConfAck id=3D0x1      ]
Feb 18 21:22:37 su pppd[317]: sent [LCP ConfReq id=3D0x1    ]
Feb 18 21:22:37 su pppd[317]: rcvd [LCP ConfAck id=3D0x1    ]
Feb 18 21:22:37 su pppd[317]: sent [PAP AuthReq id=3D0x1 user=3D"#tjhanson" p=
assword=3D"wjoa9502"]
Feb 18 21:22:38 su pppd[317]: rcvd [PAP AuthAck id=3D0x1msg=3D"Login Succeede=
d"]
Feb 18 21:22:38 su pppd[317]: Remote message: Login Succeeded
Feb 18 21:22:38 su pppd[317]: sent [IPCP ConfReq id=3D0x1  ]
Feb 18 21:22:38 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:38 su pppd[317]: rcvd [IPCP ConfReq id=3D0x1 =
 ]
Feb 18 21:22:38 su pppd[317]: sent [IPCP ConfAck id=3D0x1 =
 ]
Feb 18 21:22:38 su pppd[317]: rcvd [IPCP ConfNak id=3D0x1 ]
Feb 18 21:22:38 su pppd[317]: sent [IPCP ConfReq id=3D0x2  ]
Feb 18 21:22:38 su pppd[317]: rcvd [IPXCP TermAck id=3D0x2]
Feb 18 21:22:38 su pppd[317]: rcvd [IPCP ConfAck id=3D0x2  ]
Feb 18 21:22:38 su pppd[317]: local  IP address 207.93.148.177
Feb 18 21:22:38 su pppd[317]: remote IP address 165.236.130.152
Feb 18 21:22:38 su pppd[317]: rcvd [CCP ConfReq id=3D0x1 < 11 05 00 01 04>]
Feb 18 21:22:38 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:38 su pppd[317]: sent [CCP ConfRej id=3D0x1 < 11 05 00 01 04>]
Feb 18 21:22:38 su pppd[317]: rcvd [CCP ConfReq id=3D0x2 < 11 05 00 01 03>]
Feb 18 21:22:38 su pppd[317]: sent [CCP ConfRej id=3D0x2 < 11 05 00 01 03>]
Feb 18 21:22:38 su pppd[317]: rcvd [CCP ConfReq id=3D0x3 < 11 05 00 00 00>]
Feb 18 21:22:38 su pppd[317]: sent [CCP ConfRej id=3D0x3 < 11 05 00 00 00>]
Feb 18 21:22:38 su pppd[317]: rcvd [CCP ConfReq id=3D0x4 < 12 06 00 00 00 01>]
Feb 18 21:22:38 su pppd[317]: sent [CCP ConfRej id=3D0x4 < 12 06 00 00 00 01>]
Feb 18 21:22:41 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:41 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:41 su pppd[317]: rcvd [IPXCP TermAck id=3D0x6]
Feb 18 21:22:42 su pppd[317]: rcvd [CCP TermReq id=3D0x7]
Feb 18 21:22:42 su pppd[317]: sent [CCP TermAck id=3D0x7]
Feb 18 21:22:44 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:44 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:44 su pppd[317]: rcvd [IPXCP TermAck id=3D0x8]
Feb 18 21:22:44 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:44 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:47 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:47 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:47 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:47 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:47 su pppd[317]: rcvd [IPXCP TermAck id=3D0x9]
Feb 18 21:22:50 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:50 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:50 su pppd[317]: rcvd [IPXCP TermAck id=3D0xa]
Feb 18 21:22:50 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:50 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:53 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:53 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:53 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:53 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:53 su pppd[317]: rcvd [IPXCP TermAck id=3D0xb]
Feb 18 21:22:56 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:56 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:56 su pppd[317]: rcvd [IPXCP TermAck id=3D0xc]
Feb 18 21:22:56 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:56 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:59 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:22:59 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:22:59 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:22:59 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:22:59 su pppd[317]: rcvd [IPXCP TermAck id=3D0xd]
Feb 18 21:23:02 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:23:02 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:23:02 su pppd[317]: rcvd [IPXCP TermAck id=3D0xe]
Feb 18 21:23:02 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:23:02 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:23:05 su pppd[317]: sent [CCP ConfReq id=3D0x1]
Feb 18 21:23:05 su pppd[317]: sent [IPXCP ConfReq id=3D0x1    ]
Feb 18 21:23:05 su pppd[317]: rcvd [CCP TermReq id=3D0x0]
Feb 18 21:23:05 su pppd[317]: sent [CCP TermAck id=3D0x0]
Feb 18 21:23:05 su pppd[317]: rcvd [IPXCP TermAck id=3D0xf]
Feb 18 21:23:08 su pppd[317]: IPXCP: timeout sending Config-Requests
Feb 18 21:23:08 su pppd[317]: CCP: timeout sending Config-Requests

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0582692452577911981==--


From mperry@basin.com Fri Feb 19 06:30:47 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re[2]: [SuSE Linux] KDE 1.1 on SuSE 6.0
Date: Thu, 18 Feb 1999 22:30:47 -0800
Message-ID: <199902190630.WAA09484@mperry.basin.com>
In-Reply-To: <36CB49E0.A1C10648@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6862267920455380480=="

--===============6862267920455380480==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Robert Russell  wrote:
>=20
> You mean people are struck by the flu in Germany?
>=20
> Regards, and get better,
>=20
> Bob
>=20
>=20
The KDE 1.1 rpms are up at ftp.suse.com.  I am grabbing some now.  There
are a few not there.  I do not see a ktoys.rpm there.  There also is a
koffice prerelease rpm pack there.


--
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6862267920455380480==--


From eivindo@bgnett.no Fri Feb 19 06:43:28 1999
From: eivindo@bgnett.no
To: users@lists.opensuse.org
Subject: [SuSE Linux] Linux 2.2.1 + OSS 3.9.2d
Date: Fri, 19 Feb 1999 07:43:28 +0100
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4749186825050061567=="

--===============4749186825050061567==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello.
I have been trying to get OSS 3.9.2d to work with SuSE Linux 6.0, using
a self-compiled kernel 2.2.1, but all I get is some fault-message.
Unfortunately, I'm at work right now and dont remember exactly what the
fault-message was.. ;-)

I was wondering if anyone else had managed to get the 2.2.1 kernel to
work with OSS 3.9.2d at all, and if there were any known "tricks" I needed
to perform to get it to work. Btw, my soundcard is a Soundblaster AWE64
Value which I had working with the older OSS 3.7.x that came with SuSE
5.3.


--=20
Eivind Olsen - eivindo(a)bgnett.no

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4749186825050061567==--


From dk11ae@student.hik.se Fri Feb 19 07:15:05 1999
From: dk11ae@student.hik.se
To: users@lists.opensuse.org
Subject: [SuSE Linux] krdb problem
Date: Fri, 19 Feb 1999 08:15:05 +0100
Message-ID: <99021908232602.00283@earth>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7463298259569452504=="

--===============7463298259569452504==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello.

I'm using krdb to force non-kde applications to use the kde color-schemes and=
 fonts.
And this works fine for the root account, but when I use other accounts I get=
 messages like this

font "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*--*" doesn't exist

The color-schemes works fine, but fonts don't.
Does anyone have a solution for this ?

/daniel
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7463298259569452504==--


From colWilson@bigfoot.com Fri Feb 19 07:25:53 1999
From: colWilson@bigfoot.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Samba Printing
Date: Fri, 19 Feb 1999 08:25:53 +0100
Message-ID: <002101be5bd9$1576f160$401ac03e@upstairs>
In-Reply-To: <99021811103000.04023@Precious>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2148321796619149551=="

--===============2148321796619149551==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> Linux so I thought I'd try.  I have an EPSON 400 on my Win95=20
> machine.  I used
> YaST to setup a printer via Samba and tried to print something. =20
> The printer
>=20

This works for me, but my printer is on the linux box:

Set up printer in YAST as stcolor
set up samba
log onto tcp/ip net with your win98 machine.
If you can see the printer in network Neighbourhood so far so good.
right click on printer (probably lp1) and say install...
call it something like Samba Printer and print to it.

hope this helps

Col Wilson

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2148321796619149551==--


From senthil@easi.soft.net Fri Feb 19 08:24:49 1999
From: senthil@easi.soft.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Confusion over NFS/NIS
Date: Fri, 19 Feb 1999 13:54:49 +0530
Message-ID: 
In-Reply-To: <36CC8A58.409F86FB@airmail.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2295137853586038668=="

--===============2295137853586038668==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




NIS is not necessary for mounting. All that you need is same userid on
both the m/c and an entry in /etc/exports of the file server mentioning
the directories u need to export. Mentioning a directory in the exports
file means it includes its subdirectories also.Also you require NFS server
running.

Senthil vel

On Thu, 18 Feb 1999, John Perser wrote:

>=20
> I'm a little confused about how NFS/NIS should be used together or even
> if they are really needed at the same time.
> I want to be able to mount exported volumes from one host on another
> WITH read/write permissions.
> Will I need to run NIS to make this work or can I just have the same
> userid and groupid on the two different machines.
>=20
> regs,
> -jrp
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2295137853586038668==--


From colWilson@bigfoot.com Fri Feb 19 08:26:22 1999
From: colWilson@bigfoot.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Newbie Network Problems
Date: Fri, 19 Feb 1999 09:26:22 +0100
Message-ID: <000101be5be1$87fb11a0$721ac03e@upstairs>
In-Reply-To: <[SuSE Linux] Newbie Network Problems>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4364041946289547209=="

--===============4364041946289547209==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I was sent this reply by Samy Elasmawy, he is comepletely right.

Just one thing, the how to is for w95. In Win98 however there is already an
entry for EnablePlainTextPassword. I deleted it and entered my own. What the
hell, it worked.

>
> hmmmm, strange , you may want to reinstall the drivers act in your
> netyworking section , use the plain ip , you dont need all the
> novel stuff,
> same with the other protacols , just client for mickysoft , your adapter
> driver , and ip/tcp for your adapter. You may want to change your registry
> setting to plian text password , see the suse help sight , do a search on
> samba , and you will find it.
>

> >I have set up a linux box (SuSE 6.0) in my cellar and connected it to my
> >win98 pc upstairs. After getting some idea of how the thing is set up and
> >where setup files are and so on I managed to get the two connected using
> >TCP/IP and Samba.
> >
> >Generally all goes well, but sometimes after rebooting one or other of
the
> >machines for any reason I lose access to the local network from the win98
> >machine. Logging off and on doesn't help. I CAN however ping from a to b
& b
> >to a quite happily. Also I can use telnet to sign onto the Linux machine
> >from win98.
> >
> >Can any body suggest a solution or even a possible reason for
> this problem?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4364041946289547209==--


From samelash@ix.netcom.com Fri Feb 19 10:03:06 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 5.3->6.0 upgrade?
Date: Fri, 19 Feb 1999 10:03:06 +0000
Message-ID: <3.0.3.32.19990219100306.00b2b608@popd.ix.netcom.com>
In-Reply-To: <199902182050.PAA00314@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5197121371980305791=="

--===============5197121371980305791==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




There are several refrences to updates/subscriptions on both the german and
us sight. despite several calls regarding what the upgrade policy , I was
allways steared/pushed to the FULL COMMERCIAL versiuon. They allways
refered me to thye web page.I saw a post a about a week ago , where someone
was able to upgrade using the update. It a real shame that the peaple
maning the phone don't have any clue on the subject.

To be honest , if they has said straght out that yes ,there is aan upgrade
pathe , but we realy appreciate you purchasing the full version ( I think
its only 15.00 difrenc) I would have paid it. But to hide/skirt around the
issue is wrong.

rew me once , shame on you , screw me twice shame on me.

At 03:50 PM 2/18/1999 -0500, you wrote:
>
>Is there any good way to upgrade from SuSE 5.3 to SuSE 6.0 (or a later
>6.x) without having to buy the entire 6.0 package, manual and all?  As
>far as I can tell from their web page, SuSE doesn't offer a better price
>to 5.3 users than to new users for the full package - which probably
>contains a lot of stuff I have already.
>
>Thanks -
>
>Paul Abrahams
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5197121371980305791==--


From samelash@ix.netcom.com Fri Feb 19 10:07:28 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 10:07:28 +0000
Message-ID: <3.0.3.32.19990219100728.00b2a598@popd.ix.netcom.com>
In-Reply-To: <[SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6581825959549771396=="

--===============6581825959549771396==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You know , the licence is usualy beried deep in the box. 990d users
simplu open the box , take the pcout and power it up.

It is  absalutly unresanable to demand that the user NOT BOOT the os. they
should instead have a screen come up that asks you if you want to
install/boot the packagdeed os , and that explians that if you go furtherr
you "own" the os.=20

Meny systems allready allow a chice of weither win95 or NT , all thats need
is another option , no os.

At 03:20 PM 2/18/1999 -0700, you wrote:
>
>
>
>
>>
>>I love i9t. It just keeps geting more and more interesting. Wait til DOJ
>>and some of the states get in on it. More noise , more likely they will act
>>on it.
>>
>>Funny how all of a sudden they want to turn back on the licence , and yet
>>they want you to agree and follow it.
>>
>>
>
>
>well i totally agree, if they dont want to follow the consiquences if
>someone wants a refund then why should users care if they get pirated
>versions......
>
>maybe thats an extreme but heck!
>Ive gotten more support and more software for 15$
>Suse even called my house to make sure everything was going cool.
>
>
>
>         -=3DDan Clemens=3D-
>+ Frontier Internet Tech Support +
>       cloud9(a)frontier.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6581825959549771396==--


From samelash@ix.netcom.com Fri Feb 19 10:08:59 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Fri, 19 Feb 1999 10:08:59 +0000
Message-ID: <3.0.3.32.19990219100859.006c64a0@popd.ix.netcom.com>
In-Reply-To: <19990218215135.16096.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2797354076211205638=="

--===============2797354076211205638==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You can allways ftp it , or order one of the ftp cd mirrors for aaround 5.00

At 01:51 PM 2/18/1999 PST, you wrote:
>
>Hi,
>	I am planning to buy Suse 6.1 when it comes out, I just wanted to wait=20
>until all the glibc and kernel 2.2 changes have been finished and had=20
>some time for any bugs to be ironed out before I buy the commercial=20
>version. I was just after a quick upgrade in the meantime.
>Cheers,
>Brad.
>>
>>
>>Brad Jones wrote:
>>>=20
>>> Hi all,
>>>         I am currently running the full commercial version of SuSE5.2=20
>and want
>>> to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and=20
>am
>>> getting sick of waiting. I just wanted to know what files I actually
>>> need to upgrade to 6.0. I would suspect that all the old binaries I=20
>have
>>> installed from 5.2 will still work with 6.0. It should be backwards
>>> compatible right?
>>>         So I guess if I just have the first 3 directories (a1, app1,=20
>app2) from
>>> the ftp site dnloaded I should be able to just go into yast, set this
>>> directory to be the source and then click on update. Is this all I=20
>have
>>> to do? I don't need any other of the directories?
>>>         If there's anything else I need could you please let me know.=20
>It just
>>> seems like a waste dnloading everything when I don't need it all.
>>> Thanks in advance,
>>> Brad.
>>
>>
>>Ahhh...   Now you see the advantage of purchasing the commerical=20
>version
>>on CDROM.
>>1) A permanent copy of the distro plus ALL the major downloads=20
>available
>>at the time, all on 5 CDs.
>>2)  A ready-made boot disk.
>>3) A live-system on the CD.
>>4) A beautiful manual.
>>5)  If your time is worth anything, and you don't have a T1 connection
>>to the internet, it is easier and quicker to get the commerical=20
>release.
>>6) It costs less than a movie and dinner out for two... ;-)
>>7) The CD boots into YaST and the install-upgrade is just clicks away.
>>8) Where else could you get such a finely engineered system at such a
>>low price?
>>
>>However, Geeks with plenty of experience, time to burn and a T1 would
>>think nothing of downloading all the packages and putting together an
>>installable system.
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2797354076211205638==--


From samelash@ix.netcom.com Fri Feb 19 10:15:05 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Fri, 19 Feb 1999 10:15:05 +0000
Message-ID: <3.0.3.32.19990219101505.00b264a4@popd.ix.netcom.com>
In-Reply-To: <36CC9315.747BF985@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6869125529348398477=="

--===============6869125529348398477==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 04:24 PM 2/18/1999 -0600, you wrote:
>
>I am too! =20
>And to be sure that 6.1 comes out I'm supporting SuSE  by getting 6.0!
>(I like their business ethics and I want them to be able to raise their
>kids with the same set of values.  Beats what Gates will teach his
>kids).

Jerry I take issue with that. I asked several times was there an upgrade
path , each time I never got a stright answer. That is unethical. He could
have easlly passed the call up the line , ar at least offered to find out
and gotten back to me.  an "I don't know" by its self is not proper. I can
unsderstand it oonce , but to have it happen several times is unaccptable.
Look at the number of post on this issue , you can see there is a problem.

Matter of fact , I am not aware of any one from suse following the list ,
usualy some one will step in and try to find out what happend , and offer
some sort of resolution.

>Brad Jones wrote:
>>=20
>> Hi,
>>         I am planning to buy Suse 6.1 when it comes out, I just wanted
to wait
>> until all the glibc and kernel 2.2 changes have been finished and had
>> some time for any bugs to be ironed out before I buy the commercial
>> version. I was just after a quick upgrade in the meantime.
>> Cheers,
>> Brad.
>> >
>> >
>> >Brad Jones wrote:
>> >>
>> >> Hi all,
>> >>         I am currently running the full commercial version of SuSE5.2
>> and want
>> >> to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and
>> am
>> >> getting sick of waiting. I just wanted to know what files I actually
>> >> need to upgrade to 6.0. I would suspect that all the old binaries I
>> have
>> >> installed from 5.2 will still work with 6.0. It should be backwards
>> >> compatible right?
>> >>         So I guess if I just have the first 3 directories (a1, app1,
>> app2) from
>> >> the ftp site dnloaded I should be able to just go into yast, set this
>> >> directory to be the source and then click on update. Is this all I
>> have
>> >> to do? I don't need any other of the directories?
>> >>         If there's anything else I need could you please let me know.
>> It just
>> >> seems like a waste dnloading everything when I don't need it all.
>> >> Thanks in advance,
>> >> Brad.
>> >
>> >
>> >Ahhh...   Now you see the advantage of purchasing the commerical
>> version
>> >on CDROM.
>> >1) A permanent copy of the distro plus ALL the major downloads
>> available
>> >at the time, all on 5 CDs.
>> >2)  A ready-made boot disk.
>> >3) A live-system on the CD.
>> >4) A beautiful manual.
>> >5)  If your time is worth anything, and you don't have a T1 connection
>> >to the internet, it is easier and quicker to get the commerical
>> release.
>> >6) It costs less than a movie and dinner out for two... ;-)
>> >7) The CD boots into YaST and the install-upgrade is just clicks away.
>> >8) Where else could you get such a finely engineered system at such a
>> >low price?
>> >
>> >However, Geeks with plenty of experience, time to burn and a T1 would
>> >think nothing of downloading all the packages and putting together an
>> >installable system.
>> >-
>> >To get out of this list, please send email to majordomo(a)suse.com with
>> >this text in its body: unsubscribe suse-linux-e
>> >Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
>> >archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>=20
>> ______________________________________________________
>> Get Your Private, Free Email at http://www.hotmail.com>
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6869125529348398477==--


From samelash@ix.netcom.com Fri Feb 19 10:21:43 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Fri, 19 Feb 1999 10:21:43 +0000
Message-ID: <3.0.3.32.19990219102143.00b460bc@popd.ix.netcom.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3989931247650862598=="

--===============3989931247650862598==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




In the pc industry , updates with in a version are free , avialable vi
download , Some will mail the updates , if requested , some will charge for
mailing them . ie to go from 5.1 to 5.3 you download an update and install it,

for version upgrades , previos users get a break by using an "upgrade" ,
this is allways cheaper than the full version . How much chaper varies from
vender to vender.

At 04:18 PM 2/18/1999 -0800, you wrote:
>
>
>On Thu, 18 Feb 1999, Jerry Lynn Kreps wrote:
>
>>=20
>> I am too! =20
>> And to be sure that 6.1 comes out I'm supporting SuSE  by getting 6.0!
>> (I like their business ethics and I want them to be able to raise their
>> kids with the same set of values.  Beats what Gates will teach his
>> kids).
>
>I tend to agree with that sentiment.  However, it gets relatively
>expensive buying the full release 2 to 3 times a year.  I really, really
>wish SuSE and RH would give a major price break for minor release
>upgrades.  In SuSE's case, I have 5.3 and I am more than happy to pay full
>retail for 6.0 but then it would be really helpful if I could get 6.1,
>6.2, etc with a price break (is that already possible?).  With RH I bought
>5.0 from them but I just bought cheap CDs of 5.1 and 5.2.
>
>Later, Greg=20
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3989931247650862598==--


From samelash@ix.netcom.com Fri Feb 19 10:29:26 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SiS6326
Date: Fri, 19 Feb 1999 10:29:26 +0000
Message-ID: <3.0.3.32.19990219102926.00b3dd74@popd.ix.netcom.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8583322595298723021=="

--===============8583322595298723021==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




try the sis6326 driver , or the diamond a50 driver , or one of the other
ones based to the sis6326 driver.
next uncomment the pound from in front of the no accell line towards the
end , and allo try out the no linear and sw cursor.=20

I have a diamond A50 (sis6326 based) , the A50 driver hives a horrable
screen . The plain sis6326 driver along with an uncommented no accell
helped . Also start it in 16 or 24 color mode. This will help with all the
strand\ge colors.

 starx -- -bpp 16

At 11:42 AM 2/18/1999 -0500, you wrote:
>
>
>Hi!
>
>On Tue, 16 Feb 1999, zentara wrote:
>
>> Jorge Zuluaga wrote:
>> >=20
>> > Hi!
>> >=20
>> > I'm another victim of SiS6326 chipset. I have a Linux machine running
SuSE
>> > 5.3 and my graphic card is SiS6326.  I have the last version of XF86_SVGA
>> > server but I can to configure correctly my card....
>> >=20
>> > Can somebody help me!!.. I can't to buy another card!!
>> >=20
>>=20
>> You may also need the latest vga driver.
>> Also get the latest version of Sax. That should allow you to
>> configure your card. Sax needs the vga server.
>> You need to set the server options sw_cursor and no_bitblt
>>=20
>> Here is a working configuration file.
>> ########################################################################
>> # SaX autogenerated XF86Config file
>> # This file was generated from the SaX
>
>Thank you so much Zentara!!!... now my card work correctly!!... I
>have never thought in the "no_bitblt" parameter!!!...  BUT...
>
>I yet have a little problem: My cursor doesn't move!!!... I have a pretty
>XWindows System but i can't work with my mouse... he stay quit in the
>middle of my screen!!... what can I do ???=20
>
>
>
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8583322595298723021==--


From samelash@ix.netcom.com Fri Feb 19 10:34:50 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Fri, 19 Feb 1999 10:34:50 +0000
Message-ID: <3.0.3.32.19990219103450.00b56fe0@popd.ix.netcom.com>
In-Reply-To: <36CCBCDB.912DE40C@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9098144996884684158=="

--===============9098144996884684158==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




i geuss you are one of the odd ones out there. How did you find out about
the upgrade , did they beat around the bush , or did you get a strieght
anwer ?

I learned about the so called update when some one posted the url to the
german sight , after verifing it was ther I went to the us sight and dug
around for it. It was hidden at the very bottom of the page , siply as
update ? nothing about it on the 6.0 release page , and no one could
definativly tell me what if any pgrade path there was on at least 3 phone
calls.

At 07:22 PM 2/18/1999 -0600, you wrote:
>
>mmmm...  I paid $34 for my subscription copy.  That's about 330ff the
>regular price of $50 and, as I found out, it comes regularly without any
>prompting from me.
>What did you pay for your copy?
>
>Greg Thomas wrote:
>>=20
>> On Thu, 18 Feb 1999, Jerry Lynn Kreps wrote:
>>=20
>> >
>> > I am too!
>> > And to be sure that 6.1 comes out I'm supporting SuSE  by getting 6.0!
>> > (I like their business ethics and I want them to be able to raise their
>> > kids with the same set of values.  Beats what Gates will teach his
>> > kids).
>>=20
>> I tend to agree with that sentiment.  However, it gets relatively
>> expensive buying the full release 2 to 3 times a year.  I really, really
>> wish SuSE and RH would give a major price break for minor release
>> upgrades.  In SuSE's case, I have 5.3 and I am more than happy to pay full
>> retail for 6.0 but then it would be really helpful if I could get 6.1,
>> 6.2, etc with a price break (is that already possible?).  With RH I bought
>> 5.0 from them but I just bought cheap CDs of 5.1 and 5.2.
>>=20
>> Later, Greg
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9098144996884684158==--


From evargas9@hotmail.com Fri Feb 19 10:35:14 1999
From: evargas9@hotmail.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Apachee config
Date: Fri, 19 Feb 1999 02:35:14 -0800
Message-ID: <19990219103515.14079.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6898891822795637617=="

--===============6898891822795637617==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'd like to find some information on how to configure my apachee server. =20
I'm new at this and would like some easy step by step procedures.

thanks

e

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6898891822795637617==--


From adairb@it.postoffice.co.uk Fri Feb 19 10:41:50 1999
From: adairb@it.postoffice.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernal + SCSI Problems
Date: Fri, 19 Feb 1999 10:41:50 +0000
Message-ID: <199902191045.KAA09284@igateway.postoffice.co.uk>
In-Reply-To: <[SuSE Linux] Kernal + SCSI Problems>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3631286491809180482=="

--===============3631286491809180482==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Okay I got it working. I was just mving the completed kernal to the wrong
name ("linux" instead of "vmlinux" as configured in my lilo.conf). So I'm
back to the modprobed second card and SMP.
----------
> driver. No backup this time. Oops, the BL is found first and gets
assigned
> /dev/sda and the fsck panics as it thinks all the drive sizes are wrong
> (/dev/sda was 4gig now 1.6gig). BTW the Yamaha is now found. I back out
the
> changes and recompile. The BL is STILL picked up (even though the driver
is
> now not loaded in the kernal).
>=20
--------
Has anyone got any idea where the basic disk layout/sizes is stored though?
Is it part of the lilo output
written to the MBR. It can't be on the file system as that isn't mounted at
the point where it failed.

However now I've seen the RAID0 options in menuconfig ;-)! So I'm sure I'll
have broken it again soon.

Bill

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3631286491809180482==--


From grimmer@suse.de Fri Feb 19 11:31:10 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SMP
Date: Fri, 19 Feb 1999 12:31:10 +0100
Message-ID: 
In-Reply-To: <36CC99A4.A35B51FC@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5724513836059988469=="

--===============5724513836059988469==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 18 Feb 1999, Robert Russell wrote:

> Ok, so can anyone give some pointers as to how to project the benefits
> of multiple processors?

You can take benefit of two processors on a "normal" system, too. Linux
will make sure, that both processors will get their share of runnable
processes. For example, you can compile application with "make -j2".
Multithreaded applications will take most benefits from two CPUs.

> I recently considered looking for some Pentium Pro 200 cpus(2), but it
> was suggested P II was a better way to go. I had some info that the P
> Pro was, perhaps, better and last year(I think) I read that IBM had
> shown a Linux box in a show in Germany sporting 4 PPROs. Wow! I guess
> it cooked!

Yes, it was a pretty nice machine. I've some pictures of it on my
Homepage.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5724513836059988469==--


From grimmer@suse.de Fri Feb 19 11:33:50 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Update site has version numbers less than CD
Date: Fri, 19 Feb 1999 12:33:50 +0100
Message-ID: 
In-Reply-To: <36CCA0EE.8E017DA9@neuronet.pitt.edu>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6250778372223407766=="

--===============6250778372223407766==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 18 Feb 1999, Rafael E. Herrera wrote:

> I went to the Suse update site and while downloading some of the
> updates noticed that some version numbers are lower than the ones in
> the CDROMs.
> Examples:=09
> 	  ftp: apache ver. 1.3.0-10
> 	cdrom: apache ver. 1.3.0-14
>=20
> 	  ftp: aps ver. 1.5.SuSE-7
> 	cdrom: aps ver. 1.5.SuSE-10
>=20
> Should the latest version be kept or use the one in the update dir?

The last number is the build number, keep the ones with the higher number.
The reason for the lower build number is simple: the international version
has been built after the german version (including some of the updates on
the ftp server)

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6250778372223407766==--


From grimmer@suse.de Fri Feb 19 11:37:00 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] screensaver
Date: Fri, 19 Feb 1999 12:37:00 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0741103086396962881=="

--===============0741103086396962881==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 18 Feb 1999, alexm wrote:

> How do you activate a random screensaver in wmaker? I have a bunch of
> them installed. I do not think "xset s" can do it (it just sets screen
> to either blank or grey + X logo). Any info is greatly appreciated.

Here's what I have added to my .xinitrc:

xautolock -locker "xlock -nolock" &

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0741103086396962881==--


From grimmer@suse.de Fri Feb 19 11:39:42 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Apachee config
Date: Fri, 19 Feb 1999 12:39:42 +0100
Message-ID: 
In-Reply-To: <19990219103515.14079.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5105796617268503536=="

--===============5105796617268503536==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 19 Feb 1999, Edgar Vargas wrote:

> I'd like to find some information on how to configure my apachee
> server.  I'm new at this and would like some easy step by step
> procedures.

Apart from recommending Books like "Running Apache", I'd like to point you
to the online documentation. Just open "http://localhost>" in your browser,
if apache is already installed. Or have a look at "http://www.apache.org>"
for more info.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5105796617268503536==--


From grimmer@suse.de Fri Feb 19 11:43:19 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Apachie won't start
Date: Fri, 19 Feb 1999 12:43:19 +0100
Message-ID: 
In-Reply-To: <36CCD735.427C38A5@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0373699068872747716=="

--===============0373699068872747716==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 18 Feb 1999, Steven T. Hatton wrote:

> I can't get apachie to start.  When I enter httpd I get the error:
> sqlinit: DBROOT must be set !!!.  I am not finding answers to this in
> the documentation.  Can someone help?

See our support database for a hint:

http://www.suse.de/Supp=
ort/sdb_e/apassl_dbroot.html>

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0373699068872747716==--


From grimmer@suse.de Fri Feb 19 11:46:22 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] suseppp
Date: Fri, 19 Feb 1999 12:46:22 +0100
Message-ID: 
In-Reply-To: <36cdf849.103556163@smtp.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2510565650257119452=="

--===============2510565650257119452==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 19 Feb 1999, Tim Hanson wrote:

> Sorry to be clogging bandwidth with all this, but I'm including the
> result of tail -f /var/adm/messages so maybe someone can tell me why I
> can't connect to my ISP, Netcom.  Any ideas?

Seems like pppd is attempting to talk the IPX protocol. Try the following
in /etc/ppp/options:=20

                       -ipx-protocol

HTH,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2510565650257119452==--


From mdb@n-jcenter.com Fri Feb 19 12:34:07 1999
From: mdb@n-jcenter.com
To: users@lists.opensuse.org
Subject: Re: Re[2]: [SuSE Linux] KDE 1.1 on SuSE 6.0
Date: Fri, 19 Feb 1999 07:34:07 -0500
Message-ID: <99021907345008.02384@illium>
In-Reply-To: <199902190630.WAA09484@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2926043735557062755=="

--===============2926043735557062755==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>The KDE 1.1 rpms are up at ftp.suse.com.  I am grabbing some now.  There
>are a few not there.  I do not see a ktoys.rpm there.  There also is a
>koffice prerelease rpm pack there.

great...will there be a version of these rpm's available for libc5?

-derek

"God save the king!" -- overheard in Boston, 15 Dec. 1773
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2926043735557062755==--


From jlkreps@navix.net Fri Feb 19 12:57:38 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired?
Date: Fri, 19 Feb 1999 06:57:38 -0600
Message-ID: <36CD5FC2.57D80FE3@navix.net>
In-Reply-To: <3.0.5.32.19990218200333.007d7ec0@mail.eskimo.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4341150609418838488=="

--===============4341150609418838488==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




mpayson(a)eskimo.com wrote:

> On the other hand, If I could get an official, but sans support, upgrade
> for ~$20 (as I could from Slackware-- 4 cds, no manual.), I'd almost
> certainly buy every new upgrade they released.
>=20
> Mike

Considering that to pay taxes and costs a business needs to make at
least a 280rofit, I am suprized that I can get the distro WITH a well
made book for $34!
I am not sure you have ever had the pleasure of running your own
business.  Remove the excessive government taxes (most of which is
redistributed to those who didn't earn it and don't understand what it
takes to run a business) and $20 *might* be a profitable.
Jerry
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4341150609418838488==--


From rudysm@mailserv.oma.be Fri Feb 19 13:43:02 1999
From: rudysm@mailserv.oma.be
To: users@lists.opensuse.org
Subject: [SuSE Linux] RPMs for Gnome??
Date: Fri, 19 Feb 1999 14:43:02 +0100
Message-ID: <001901be5c0d$c64cba40$84f9bec1@cli-09.oma.be>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5937506828952486186=="

--===============5937506828952486186==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I read in this mailing list that RPM's for KDE 1.1 will be available soon.
Fine. But I wonder if Suse will make RPM for the last version of Gnome.
Because only old version of Gnome is available on their FTP site just at
now.

Thank you and sorry for my bad english.

Rudy Smets

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5937506828952486186==--


From grimmer@suse.de Fri Feb 19 13:45:26 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Shame on me... (Starting GNOME on SuSE Linux 6.0)
Date: Fri, 19 Feb 1999 14:45:26 +0100
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2895752318006945714=="

--===============2895752318006945714==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I made a brief comment on how to start GNOME on SuSE Linux some days ago.

Somehow, this comment even made it to be mentioned in the latest Linux
weekly news (http://=
lwn.net>).

Unfortunately I was wrong. The mentioned shell script does not exist on
6.0. If you want to use GNOME, just start your favourite window manager as
usual. Now you can start GNOME by starting either "gnome-session" (if you
want session management), or "panel" in an xterm. Alternatively, you can
put this command in your ~/.xinitrc, just before starting the window
manager.

Sorry for the inconvenience! Where's my brown paperbag?

        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2895752318006945714==--


From anthony_Melia@Dell.com Fri Feb 19 13:55:33 1999
From: anthony_Melia@Dell.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Suse 6??? One file download...
Date: Fri, 19 Feb 1999 07:55:33 -0600
Message-ID:
 <77CA71B826C3D111A08200A0C9AB506001962A8E@bryxmedc02.bray.ie.dell.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6782684620992452768=="

--===============6782684620992452768==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Does anybody have the bandwidth/free space to make z tar.zip file of the
entire Suse 6 installation?  I have T1 web access and it is great, except
for the fact that my FTP program normally hangs (I have to use NT for web
access) when I download linux files with many extensions.

Can somebody out there zip the whole lot into 1 file and make it available
somewhere for me to download?  If so, let me know...

Thanx.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6782684620992452768==--


From samelash@ix.netcom.com Fri Feb 19 14:35:05 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] lilo configuration errors
Date: Fri, 19 Feb 1999 14:35:05 +0000
Message-ID: <3.0.3.32.19990219143505.00af97e8@popd.ix.netcom.com>
In-Reply-To: <[SuSE Linux] lilo configuration errors>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8420179162416511572=="

--===============8420179162416511572==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Nope , There is no such file in that directory. No boot.b file.

How is this creared and how is it put ther ??

Like I said , I created a new /boot partion , I neglected to rename the old
one , so on boot up I lost the orig , now I need to find out how to create
the files or replace them.

lilo says that file is not there , not that it cant create it !

Thanks

Samy

At 12:13 PM 2/19/1999 -0500, you wrote:
>Samy Elashmawy wrote:
>>=20
>> Trying to configure lilo via yast , I set up two configs ,
>> one for linux
>> using liunux mounting /dev/hdc1
>> and one for win/dos using /dev/hda1
>> On exiting the lilo section I recieve the following error
>> Confermation box
>> lilo command output
>> open /boot//boot.b  no such file or directory
>> Any Ideas any one ,
>> Note I had to create a n partion and mounted it below the 1024 cyclender.
>> I used /dev/hdc4 mounted as boot with starting from 1 to 36 ( fist section
>> on the drive. Then I reinstaled the kernal form cd. then wnnt into yast do
>> setup lilo , that when this problem came up at the end on trying to run
lilo
>
>Maybe your motherboard dosn't allow booting from
>/dev/hdc.
>Try putting /boot in /dev/hda1
>
>
>
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8420179162416511572==--


From mjackson@deskmedia.com Fri Feb 19 15:40:50 1999
From: mjackson@deskmedia.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 09:40:50 -0600
Message-ID: <36CD8602.FAE9CDB7@deskmedia.com>
In-Reply-To: <3.0.3.32.19990219100728.00b2a598@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1906904759857721228=="

--===============1906904759857721228==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> You know , the licence is usualy beried deep in the box. 990d users
> simplu open the box , take the pcout and power it up.
>=20
> It is  absalutly unresanable to demand that the user NOT BOOT the os. they
> should instead have a screen come up that asks you if you want to
> install/boot the packagdeed os , and that explians that if you go furtherr
> you "own" the os.

The MicroSoft EULA pops up when installing the operating system -
something done by the OEMs before users have the choice (It's one of the
first thins that comes up when you run setup.exe, I think right after
the OEM code has been entered properly).  I doubt it would be difficult
to have the same program run once when the user turns the machine on the
first time...but I doubt MS will do it, because there are many of us,
and there are more of us all the time, and I don't think they want to
offer that many refunds.

Really, though, I would like to see some sort of legal action brought
about this.  The license is a legal matter, and this would set a really
interesting precedent...


--=20
Martin Jackson: mjackson(a)deskmedia.com
///////////////////\\\\\\\\\\\\\\\\\\\
Computer & Information Science Major
Minnesota State University, Mankato
\\\\\\\\\\\\\\\\\\\///////////////////
My other computer is also a Linux box!
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1906904759857721228==--


From grimmer@suse.de Fri Feb 19 15:54:23 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files  required?
Date: Fri, 19 Feb 1999 16:54:23 +0100
Message-ID: 
In-Reply-To: <3.0.3.32.19990219101505.00b264a4@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3863607459296901720=="

--===============3863607459296901720==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 19 Feb 1999, Samy Elashmawy wrote:

> Jerry I take issue with that. I asked several times was there an
> upgrade path , each time I never got a stright answer. That is
> unethical. He could have easlly passed the call up the line , ar at
> least offered to find out and gotten back to me.  an "I don't know" by
> its self is not proper. I can unsderstand it oonce , but to have it
> happen several times is unaccptable. Look at the number of post on
> this issue , you can see there is a problem.
>=20
> Matter of fact , I am not aware of any one from suse following the
> list , usualy some one will step in and try to find out what happend ,
> and offer some sort of resolution.

Where or whom did you ask? It really depends, if you purchase the package
from SuSE Germany, or SuSE USA. Here's an excerpt from our WWW-Sites:

SuSE Germany:
http://www.suse.de/e/lx60/lx60.html#PRI=
CES:>

Price/Order

SuSE Linux 6.0		Order code: 2014-15 	EUR 46
SuSE Linux 6.0 Update	Order code: 16-15	EUR 38
(For registered customers only)

-> Please also note the shipping fees, when ordering from outside germany.

SuSE USA:
http://www.suse.com/Product/lx60/#ORDER>

Price/Order

S.u.S.E. Linux 6.0; Order Code LSUD600
Single Copy	$ 49.95
Subscription	$ 34.95

See details about the subscription scheme on
http://www.suse.com/Order/subscribe.html>

Does that answer your question?

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3863607459296901720==--


From suse_list@hotmail.com Fri Feb 19 16:06:07 1999
From: suse_list@hotmail.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired?
Date: Fri, 19 Feb 1999 08:06:07 -0800
Message-ID: <19990219160609.7472.qmail@hotmail.com>
In-Reply-To: <[SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6262096886311387871=="

--===============6262096886311387871==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




snip:

I do thank everyone who has contributed to this discussion. Once again=20
this group has shown itself to be far superior and useful than anything=20
Micro$ost could even dream of.=20
        One thing I didn't make myself clear on is that I live in Australia. =

(Not that I'm making excuses for that, it's the best place in the=20
world). What I mean is that 99.9950f Linux users here use Redhat.=20
That's not a bad thing, but personally I like the engineering principles=20
used by SuSE. (Stability and more applications rather than the newest=20
features released a little earlier). All I'm saying is that I'm doing my=20
best to not only show why Linux shits all over Windows, but to show why=20
SuSE is such a quality distribution. All this from a place where I've=20
only seen SuSE on sale from one place, They sell the full distribution=20
for $60 plus $10 postage. This is in itself a great price, but I know=20
that myself and many otheres here can't afford to pay that for every=20
release. Just as an example, all the newest red-hat distros are freely=20
available here from magazines and such. I've never even heard of a=20
magazine offering a SuSE upgrade. Best I've seen is from the same place=20
I bought my SuSE distro which was a 1-cd GPL version of SuSE for $6 plus=20
$7 postage fee (this would be delivered 6 weeks after the SuSE 6.0=20
became available on the SuSE ftp site. It really makes redhat seem that=20
much more attractive to the uninitiated (ie the newbie).=20
        Anyway, I've been raving on a bit but all I can say is go Linux, go=20
SuSE, and show Microsoft why they've got every reason to shit themselves=20
now. Especially with all the Y2K problems they've been having.=20
hehehhehehehehehehehehe.

>> On the other hand, If I could get an official, but sans support,=20
upgrade
>> for ~$20 (as I could from Slackware-- 4 cds, no manual.), I'd almost
>> certainly buy every new upgrade they released.
>>=20
>> Mike
>
>Considering that to pay taxes and costs a business needs to make at
>least a 280rofit, I am suprized that I can get the distro WITH a well
>made book for $34!
>I am not sure you have ever had the pleasure of running your own
>business.  Remove the excessive government taxes (most of which is
>redistributed to those who didn't earn it and don't understand what it
>takes to run a business) and $20 *might* be a profitable.
>Jerry
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6262096886311387871==--


From bshelton-suse-linux@ole.net Fri Feb 19 16:27:36 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Suse 6??? One file download...
Date: Fri, 19 Feb 1999 11:27:36 -0500
Message-ID: <19990219112736.A22964@ole.net>
In-Reply-To:
 <77CA71B826C3D111A08200A0C9AB506001962A8E@bryxmedc02.bray.ie.dell.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2187137275689594582=="

--===============2187137275689594582==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, Feb 19, 1999 at 07:55:33AM -0600, anthony_Melia(a)Dell.com wrote:
>=20
> Does anybody have the bandwidth/free space to make z tar.zip file of the
> entire Suse 6 installation?  I have T1 web access and it is great, except
> for the fact that my FTP program normally hangs (I have to use NT for web
> access) when I download linux files with many extensions.
>=20
> Can somebody out there zip the whole lot into 1 file and make it available
> somewhere for me to download?  If so, let me know...

Why don't you just grab the latest boot/install disk, create it, boot it,
and install using the ftp server. Wouldn't that be a lot simpler?


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2187137275689594582==--


From m.lusetti@mo.nettuno.it Fri Feb 19 16:31:25 1999
From: m.lusetti@mo.nettuno.it
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Diald/Masquerading
Date: Fri, 19 Feb 1999 17:31:25 +0100
Message-ID: 
In-Reply-To: <36CC6513.A859BA1D@codeblue.co.za>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5998817941559921772=="

--===============5998817941559921772==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 18-Feb-99 Linuxconf wrote:
>=20
> I have set up a Suse 5.3 machine as a internet gateway for a small
> (win95) network. The first request always seems to fail from the
> workstations. I have had a look at
> http://www.suse.de/Support/=
sdb_e/dynippatch.html> but can't seem to get
> those patches to work
>=20
> Any help?
>=20

The problem was for diald to catch the connect status or what else... ? If so
control the rules in /etc/diald.conf

----------------------------------
Bet regards             Massimo Lusetti

Date: 19-Feb-99
Time: 17:30:14
"Pascal is not a high-level language."
                -- Steven Feiner

----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5998817941559921772==--


From jzuluaga@fisica.udea.edu.co Fri Feb 19 16:52:52 1999
From: jzuluaga@fisica.udea.edu.co
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SiS6326
Date: Fri, 19 Feb 1999 11:52:52 -0500
Message-ID: 
In-Reply-To: <[SuSE Linux] SiS6326>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2182276180023687819=="

--===============2182276180023687819==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, 18 Feb 1999, zentara wrote:

> > I yet have a little problem: My cursor doesn't move!!!... I have a pretty
> > XWindows System but i can't work with my mouse... he stay quit in the
> > middle of my screen!!... what can I do ???
>=20
>=20
> You must have a different mouse from me. I have a standard 2- button
> serial mouse on com1, and that Xconfig was setup that way. Sax locked
> up my mouse at first, I had to tell it I had a 3-button mouse, and
> to "emulate 3-buttons" Maybe you have a PS-2 mouse, or a real 3-button
> mouse.

I've solved my problem!!... The XF86Config that my system was reading was
the one that you sent me... but this file was located in my /root/
directory... I didn't know that it was possible!!!....
..I move this XF86Config from my /root/ to /etc and change the Section
about mouse and my mouse come back from death!...

I found something more!... is better to use the "no accel" parameter
instead "no bitblt"...BUT... doing this change i have a little problem
with colors!....

I LOVE YOU SO MUCH. YOU SAVED ME!

Jorge Zuluaga
Departamento de F=C3=ADsica=20
Universidad de Antioquia
Medell=C3=ADn-Colombia

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2182276180023687819==--


From SOLARIS@cicei.ulpgc.es Fri Feb 19 17:34:10 1999
From: SOLARIS@cicei.ulpgc.es
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Suse 6??? One file download...
Date: Fri, 19 Feb 1999 17:34:10 +0000
Message-ID: <393F60569D@cicei.ulpgc.es>
In-Reply-To: <[SuSE Linux] Suse 6??? One file download...>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7636421726198129165=="

--===============7636421726198129165==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




The rared ISO files would be very fine!!

Cheers,

    APS
   =20

] From: anthony_Melia(a)Dell.com

] Does anybody have the bandwidth/free space to make z tar.zip file of the
] entire Suse 6 installation?=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7636421726198129165==--


From gregt@nadel.com Fri Feb 19 17:37:18 1999
From: gregt@nadel.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 09:37:18 -0800
Message-ID: 
In-Reply-To: <36CD8602.FAE9CDB7@deskmedia.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0626440007335627409=="

--===============0626440007335627409==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 19 Feb 1999, Martin Jackson wrote:

>=20
> Samy Elashmawy wrote:
> >=20
> > You know , the licence is usualy beried deep in the box. 990d users
> > simplu open the box , take the pcout and power it up.
> >=20
> > It is  absalutly unresanable to demand that the user NOT BOOT the os. they
> > should instead have a screen come up that asks you if you want to
> > install/boot the packagdeed os , and that explians that if you go furtherr
> > you "own" the os.
>=20
> The MicroSoft EULA pops up when installing the operating system -
> something done by the OEMs before users have the choice (It's one of the
> first thins that comes up when you run setup.exe, I think right after
> the OEM code has been entered properly).  I doubt it would be difficult
> to have the same program run once when the user turns the machine on the
> first time...but I doubt MS will do it, because there are many of us,
> and there are more of us all the time, and I don't think they want to
> offer that many refunds.
>=20

when we get computers from the larger oems, hp, compaq, etc., they do have
the license come up on first boot.

greg

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0626440007335627409==--


From rachel@epinet.co.uk Fri Feb 19 18:00:27 1999
From: rachel@epinet.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Total Crash! 2.2.1 unstable maybe?
Date: Fri, 19 Feb 1999 18:00:27 +0000
Message-ID: <36CDA6BB.A5C0C303@epinet.co.uk>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3494965501307169059=="

--===============3494965501307169059==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




adcarlso(a)visinet.ca wrote:
>=20
> On 17-Feb-99 Rachel Greenham wrote:
> >
> > One of the major nice things about Linux, of course, is that this isn't
> > supposed to happen. So I thought the fact that it has was worth
> > reporting.
> >
> > My machine just crashed on me. Total stiff. Pointer froze, A window
> > froze unfinished (xmcd), no keyboard activity (including alt-ctrl-Fkey
> > to another console), no network activity, no response to ping.
> >
> > I didn't think I was provoking it very hard. But I thought it might be
> > worth mentioning as a possible instability between SuSE 6.0 and kernel
> > 2.2.1. Other possibilities include a successful attack, or failing
> > hardware.
> >
> > If anyone wants any details information to help figure out why this
> > happened, I'll be glad to co-operate.
> >
> > Brief snapshot though:
> >
> > SuSE 6.0 kernel 2.2.1
> > Simple vanilla PC hardware: AT SOYO motherboard, AMD K6-2 300MHz, 64Mb
> > RAM, 8Gb EIDE,
> > Matrox Productiva G100 graphics.
> > No sound card.
> >
> > At the time I was in a KDE 1.0 desktop with nedit, Netscape, xmcd, and a
> > couple of kvts running. One of them was doing a big wget in the
> > background. Behind the scenes I was running - well, the usual stuff,
> > including postgres (not actually doing much), Apache, JRunPro, Samba,
> > but only as a client...
> >
> > --
> > Rachel Greenham
> > Epinet Communications plc
> > -
>=20
> My first guess for any such instability would be Netscape.  Depends of cour=
se
> on what you were using it for.  I've personally locked up KDE by back-stepp=
ing
> pages while Netscape was loading in a Macromedia Shockwave file.  Fortunate=
ly I
> could kill the process, but I still had to back KDE out by doing a system-w=
ide
> init 2.

Netscape is unstable. It does crash every now and then, but I've never
seen it take the system down with it. Nothing a killall netscape can't
get me out of.

No, this time it was *completely* unresponsive to any IO.


--=20
Rachel Greenham
Epinet Communications plc
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3494965501307169059==--


From dushi@telebyte.nl Fri Feb 19 18:05:34 1999
From: dushi@telebyte.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] arp called for own IP address
Date: Fri, 19 Feb 1999 18:06:34 +0001
Message-ID: <199902191703.SAA22249@degas.telebyte.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0642586590177517182=="

--===============0642586590177517182==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have SuSE 5.3 configured with 2 network cards and 2 IP aliases. If i try
to ping one of these IP aliases addresses on the Linux host I get the error
"arp called for own IP address"

I know from other sources on the net, that this is a bug. Does anyone know
if and where there is a fix for SuSE 5.3 for this problem?

Hans Hopman
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0642586590177517182==--


From WALKERSC@cibc.ca Fri Feb 19 18:07:00 1999
From: WALKERSC@cibc.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Total Crash! 2.2.1 unstable maybe?
Date: Fri, 19 Feb 1999 13:07:00 -0500
Message-ID: <199902191756.JAA14784@mail.suse.com>
In-Reply-To: <[SuSE Linux] Total Crash! 2.2.1 unstable maybe?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6052087811860199042=="

--===============6052087811860199042==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




    =20
Same thing hasppend to me below are the specs

96 MEG RAM
Dual P133
Adaptec 2940UW
2x 4 GIG Barracudas
Dual Ethernet cards
no soundcard
Matrox Mystique 4 meg
Kernel: 2.2.1

I came home one day to find the system complete locked at a black screen.
It's=20
port on the hub was inactive, couldn't ping, etc, It was completely dead. I=20
haven't had it since. So I'm not sure if it was just a freak accident or
what=20
have you.

______________________________ Reply Separator
_________________________________
Subject: Re: [SuSE Linux] Total Crash! 2.2.1 unstable maybe?
Author:  "Rachel Greenham" [SMTP:rachel(a)epinet.co.uk] at BCEEXCH
Date:    2/19/99 1:00 PM

adcarlso(a)visinet.ca wrote:
>
> On 17-Feb-99 Rachel Greenham wrote:=20
> >
> > One of the major nice things about Linux, of course, is that this isn't=20
> > supposed to happen. So I thought the fact that it has was worth
> > reporting.
> >
> > My machine just crashed on me. Total stiff. Pointer froze, A window
> > froze unfinished (xmcd), no keyboard activity (including alt-ctrl-Fkey=20
> > to another console), no network activity, no response to ping.
> >
> > I didn't think I was provoking it very hard. But I thought it might be=20
> > worth mentioning as a possible instability between SuSE 6.0 and kernel=20
> > 2.2.1. Other possibilities include a successful attack, or failing
> > hardware.
> >
> > If anyone wants any details information to help figure out why this=20
> > happened, I'll be glad to co-operate.
> >
> > Brief snapshot though:
> >
> > SuSE 6.0 kernel 2.2.1
> > Simple vanilla PC hardware: AT SOYO motherboard, AMD K6-2 300MHz, 64Mb=20
> > RAM, 8Gb EIDE,
> > Matrox Productiva G100 graphics.=20
> > No sound card.
> >
> > At the time I was in a KDE 1.0 desktop with nedit, Netscape, xmcd, and a

> > couple of kvts running. One of them was doing a big wget in the
> > background. Behind the scenes I was running - well, the usual stuff,=20
> > including postgres (not actually doing much), Apache, JRunPro, Samba,=20
> > but only as a client...
> >
> > --
> > Rachel Greenham
> > Epinet Communications plc
> > -
>
> My first guess for any such instability would be Netscape.  Depends of
course=20
> on what you were using it for.  I've personally locked up KDE by
back-stepping
> pages while Netscape was loading in a Macromedia Shockwave file.
Fortunately=20
I
> could kill the process, but I still had to back KDE out by doing a
system-wide
> init 2.
    =20
Netscape is unstable. It does crash every now and then, but I've never=20
seen it take the system down with it. Nothing a killall netscape can't=20
get me out of.
    =20
No, this time it was *completely* unresponsive to any IO.
    =20

--
Rachel Greenham
Epinet Communications plc
-
To get out of this list, please send email to majordomo(a)suse.com with=20
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the=20
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6052087811860199042==--


From malcolm@mis-print.demon.co.uk Fri Feb 19 18:16:10 1999
From: malcolm@mis-print.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] [SuSe Linux] Pre-Newbie
Date: Fri, 19 Feb 1999 18:16:10 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4672271573456079364=="

--===============4672271573456079364==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have suse 5.3 and suse 5.2

It will not load on my machine - AMD k5=20
16 mb  1.2g hd  cdrom atapi (takaya)

I have tried booting from the floppy, the cdrom and copying the files
from the cdrom to the hd.

I have tried loading with the hd loaded with dos.

I have tried loading with the hd clean.

All have the following result.=20

Long list of text lines run down the screen - last one is a reference to
the cdrom.

It was obvious that it was due to my incompetence so I stole (borrowed)
someone else's machine. 5.3 loads - so far I have only run yast and
fvwm2, but it seems fine. So the discs are o.k.!

Am I correct in thinking that as linux starts to boot from both the
floppy and the cdrom that it could be a hardware problem but not the
floppy or cd?

Does the fact that it always stops at the same line indicate anything?

Is the last line, e.g. CDROM, saying that the CDROM is the cause of the
stoppage or is the CDROM ok and the system is hanging due to whatever
should appear on the next line?

Is it possible that while I have the borrowed machine I could somehow
produce a floppy (minimal system) for my machine that would enable me to
interrogate it?

Both machines will run on the same windows 3.1.

The annoying thing is that I am aware that it will take me a long time
to learn even a little about linux but without even the minimum of linux
running I am unable to progress, however slowly.

Any advice or pointers would be much appreciated.

--=20
malcolm
--=20
malcolm
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4672271573456079364==--


From samelash@ix.netcom.com Fri Feb 19 18:16:42 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files  required?
Date: Fri, 19 Feb 1999 18:16:42 +0000
Message-ID: <3.0.3.32.19990219181642.00aff410@popd.ix.netcom.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1749243101473825693=="

--===============1749243101473825693==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I called SuSE  USA , asked for sales. I called twice in January and twice
in February. I also asked the people who were maning the tech support
lines.  =20

Sales did not know , and referred to the web sight. When I again asked what
the policy was , he again offered the full version. He did not know the
details of the upgrade/subscription. After 4 calls , I gave up and ordered
the full version.

If he works in sales , he should know that info. no excuses.

What burns me , is that after asking suse USA several times , I found out
about the upgrade last week from the list. SuSE USA never informed me of
the option to buy an upgrade/subscription. This is the point. Yes its on
the suse sight , buried two menus deep. Like I said , I called , I paid for
the call , and I asked what the policy was.

I paid 49.00 plus tax in July 98 , and 49.00 plus shipping this month. I
feel that I was miss lead and taken advantage of. All four times , I asked
what the upgrade process was. I could have bought it from cheapbyts or one
of the other on line sights for 35.00. I decided that I would rather get it
direct from suse . Instead , I learned Buyer beware.

I am not complaining about the price , I am complaining about the fact that
they never gave a straight answer.

 =20

At 04:54 PM 2/19/1999 +0100, you wrote:
>
>Hi,
>
>On Fri, 19 Feb 1999, Samy Elashmawy wrote:
>
>> Jerry I take issue with that. I asked several times was there an
>> upgrade path , each time I never got a stright answer. That is
>> unethical. He could have easlly passed the call up the line , ar at
>> least offered to find out and gotten back to me.  an "I don't know" by
>> its self is not proper. I can unsderstand it oonce , but to have it
>> happen several times is unaccptable. Look at the number of post on
>> this issue , you can see there is a problem.
>>=20
>> Matter of fact , I am not aware of any one from suse following the
>> list , usualy some one will step in and try to find out what happend ,
>> and offer some sort of resolution.
>
>Where or whom did you ask? It really depends, if you purchase the package
>from SuSE Germany, or SuSE USA. Here's an excerpt from our WWW-Sites:
>
>SuSE Germany:
>http://www.suse.de/e/lx60/lx60.html#PR=
ICES:>
>
>Price/Order
>
>SuSE Linux 6.0		Order code: 2014-15 	EUR 46
>SuSE Linux 6.0 Update	Order code: 16-15	EUR 38
>(For registered customers only)
>
>-> Please also note the shipping fees, when ordering from outside germany.
>
>SuSE USA:
>http://www.suse.com/Product/lx60/#ORDER>
>
>Price/Order
>
>S.u.S.E. Linux 6.0; Order Code LSUD600
>Single Copy	$ 49.95
>Subscription	$ 34.95
>
>See details about the subscription scheme on
>http://www.suse.com/Order/subscribe.html>
>
>
>Does that answer your question?
>
>Bye,
>	LenZ
>
>--=20
>------------------------------------------------------------------
> Lenz Grimmer                                           SuSE GmbH
> mailto:grimmer(a)suse.de          =
             Schanzaeckerstr. 10
> http://www.suse.de/~grimmer>             90443 Nuernberg, Germ=
any
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1749243101473825693==--


From lunaslide@pacbell.net Fri Feb 19 18:26:54 1999
From: lunaslide@pacbell.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 10:26:54 -0800
Message-ID: <36CDACEE.B527AB48@pacbell.net>
In-Reply-To: <3.0.3.32.19990219100728.00b2a598@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9013421113623954609=="

--===============9013421113623954609==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> You know , the licence is usualy beried deep in the box. 990d users
> simplu open the box , take the pcout and power it up.
>=20
> It is  absalutly unresanable to demand that the user NOT BOOT the os. they
> should instead have a screen come up that asks you if you want to
> install/boot the packagdeed os , and that explians that if you go furtherr
> you "own" the os.

Actually, an interesting thing happened when I booted my Thinkpad the
first time: a message dialog came up with the license text and asked me
to read it and agree or decline the agreement.  I agreed, since I must
use Windows sometimes for work, but I now wish I had declined to see
what would have happened.  It probably would have instructed me to
return the computer and shutdown after I pushed "OK".  Anyone else had a
similar adventure?

> Meny systems allready allow a chice of weither win95 or NT , all thats need
> is another option , no os.

I think the IBM/Linux announcement is *very* good news.


--=20
lunaslide           *          PGP key->pgpkeys.mit.edu port 11371
 *     *        *               *             *             *    =20
Yep. I have a very active imagination; it's been a personal      =20
condition of mine for years now.        *        -Bruce Sterling =20
       *         *                       *        *              *
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============9013421113623954609==--


From lunaslide@pacbell.net Fri Feb 19 18:37:20 1999
From: lunaslide@pacbell.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Shame on me... (Starting GNOME on SuSE Linux 6.0)
Date: Fri, 19 Feb 1999 10:37:20 -0800
Message-ID: <36CDAF60.9BBA853A@pacbell.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8520696760866596093=="

--===============8520696760866596093==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lenz Grimmer wrote:
>=20
> Hi,
>=20
> I made a brief comment on how to start GNOME on SuSE Linux some days ago.
>=20
> Somehow, this comment even made it to be mentioned in the latest Linux
> weekly news (http:=
//lwn.net>).
>=20
> Unfortunately I was wrong. The mentioned shell script does not exist on
> 6.0. If you want to use GNOME, just start your favourite window manager as
> usual. Now you can start GNOME by starting either "gnome-session" (if you
> want session management), or "panel" in an xterm. Alternatively, you can
> put this command in your ~/.xinitrc, just before starting the window
> manager.

You weren't entirely off track.  I've found you can start gnome from the
console with=20

tartx gnome


--=20
lunaslide           *          PGP key->pgpkeys.mit.edu port 11371
 *     *        *               *             *             *    =20
Yep. I have a very active imagination; it's been a personal      =20
condition of mine for years now.        *        -Bruce Sterling =20
       *         *                       *        *              *
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8520696760866596093==--


From zentara@mindspring.com Fri Feb 19 19:19:24 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [SuSe Linux] Pre-Newbie
Date: Fri, 19 Feb 1999 14:19:24 -0500
Message-ID: <36CDB93C.61C9B64B@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7945818702966495142=="

--===============7945818702966495142==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




malcolml leatherby wrote:
>=20
> I have suse 5.3 and suse 5.2
> It will not load on my machine - AMD k5
> 16 mb  1.2g hd  cdrom atapi (takaya)
>=20
> I have tried booting from the floppy, the cdrom and copying the files
> from the cdrom to the hd.
>=20
> Long list of text lines run down the screen - last one is a reference to
> the cdrom.

> Is the last line, e.g. CDROM, saying that the CDROM is the cause of the
> stoppage or is the CDROM ok and the system is hanging due to whatever
> should appear on the next line?

My first guess is that you are telling the setup the wrong location for
your
cdrom.
Another possibility is your cdrom laser lens needs cleaning.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7945818702966495142==--


From gcambria@ar.ing.unisi.it Fri Feb 19 20:41:45 1999
From: gcambria@ar.ing.unisi.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] Intel740 Video Card
Date: Fri, 19 Feb 1999 21:41:45 +0100
Message-ID: <000801be5c48$4557df60$0205a8c0@lupoalberto>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5042121657692741075=="

--===============5042121657692741075==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi folkNet,

what kind of X-server I need for an original Intel-brand Intel740 video card
with 8 MB videoram? Where can I find it?

regards

NanniX

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5042121657692741075==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Fri Feb 19 21:17:17 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: SIAG Office App
Date: Fri, 19 Feb 1999 22:17:17 +0100
Message-ID: <19990219221717.A1852@one.hrz.tu-chemnitz.de>
In-Reply-To: <19990217134152.B542@BeagleDog>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7148295168385371322=="

--===============7148295168385371322==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Wed, Feb 17, 1999 at 13:41 -0500, Howard Arons wrote:

> Has anyone actually compiled and used the subject app under SuSE (any=20
> version)? What about the Debian/RH binary rpm's?
>=20
> Hints/tips on compiling and installing? Opinions on the app?

I've compiled it from source. IIRC I had to remove an -lcrypt
switch from one of the Makefiles. After that it compiled pretty
flawlessly. If you want to be able to remove the installed
files, it'd be good idea to use something like instmon to keep
track of the installed files (some where placed into /usr/X11
although I told it to use /usr/local).

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7148295168385371322==--


From graham@barnowl.demon.co.uk Fri Feb 19 22:04:06 1999
From: graham@barnowl.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux 2.2.1 + OSS 3.9.2d
Date: Fri, 19 Feb 1999 22:04:06 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6697136668335538065=="

--===============6697136668335538065==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Eivind Olsen  writes:

> I was wondering if anyone else had managed to get the 2.2.1 kernel to
> work with OSS 3.9.2d at all, and if there were any known "tricks" I needed
> to perform to get it to work. Btw, my soundcard is a Soundblaster AWE64
> Value which I had working with the older OSS 3.7.x that came with SuSE
> 5.3.

I have OSS 3.9.29-990210 running with kernel 2.2.1 with no
problems. The only "trick" is I had to build the kernel with
CONFIG_MODVERSIONS=3Dy (which I don't think was necessary with kernel
2.0.36)
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6697136668335538065==--


From wolfsong@blaze.ca Fri Feb 19 22:12:14 1999
From: wolfsong@blaze.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] ppp...a headshake instead of a handshake
Date: Fri, 19 Feb 1999 14:12:14 -0800
Message-ID: <36CDE1BE.631ABCE7@blaze.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2609630838380219750=="

--===============2609630838380219750==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi -
Am new to list, not so to linux...HOWEVER, I have repeatedly configured
suseppp, and
am mystified by the refusal of ppp to connect to my local isp.

the furthest i get is : ./ppp-up generic
and the response: +++AZT

any clues, comments - provided they work - would be most helpful

TIA

--
islandwolf
"keep your nose to the ground'

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2609630838380219750==--


From lotus@mad.servicom.es Fri Feb 19 22:47:42 1999
From: lotus@mad.servicom.es
To: users@lists.opensuse.org
Subject: No Subject
Date: Fri, 19 Feb 1999 23:47:42 +0100
Message-ID: <36CDEA0E.AF19A847@mad.servicom.es>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0116192255591945214=="

--===============0116192255591945214==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0116192255591945214==--


From jlkreps@navix.net Fri Feb 19 23:16:38 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Whichfilesrequired?
Date: Fri, 19 Feb 1999 17:16:38 -0600
Message-ID: <36CDF0D6.95EDBBF8@navix.net>
In-Reply-To: <[SuSE Linux] Upgrading from 5.2 to 6.0. Whichfilesrequired?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1867441244155092382=="

--===============1867441244155092382==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Your right, George, I don't,  and neither do you unless you work for
SuSE's accounting department.
Your estimate may be right.  Freight on my bill was $8.  But, how much
will you be willing to bet?
If you think the "cost" of a product is only in the cost of the
materials that make up the product you are wrong.  They don't get free
electricity to run their computers.  The computers were  not gifts. =20
Some highschool wonder-kid didn't come by and whip out and test a distro
for them during his noon lunch break. The cd-rom burners weren't sent to
them as a gift.  Their friends didn't drop in and donate their time to
burn the cd's.  Volunteers didn't package the product, put labels on
them and send them out.  Neither did some friendly soul come by and do
the accounting for them one Saturday morning because she had nothing
else to do.
A study conducted a few years ago revealed that simply to address and
stamp an envelope costs a business $1.27 US.

George Schoelles wrote:
>=20
> You evidently do not know what the actual costs are here.  In fact I bet
> the shipping costs more than the product.
>=20
> George
>=20
> At 06:57 AM 2/19/99 -0600, you wrote:
> >
> >mpayson(a)eskimo.com wrote:
> >
> >> On the other hand, If I could get an official, but sans support, upgrade
> >> for ~$20 (as I could from Slackware-- 4 cds, no manual.), I'd almost
> >> certainly buy every new upgrade they released.
> >>
> >> Mike
> >
> >Considering that to pay taxes and costs a business needs to make at
> >least a 280rofit, I am suprized that I can get the distro WITH a well
> >made book for $34!
> >I am not sure you have ever had the pleasure of running your own
> >business.  Remove the excessive government taxes (most of which is
> >redistributed to those who didn't earn it and don't understand what it
> >takes to run a business) and $20 *might* be a profitable.
> >Jerry
> >-
> >To get out of this list, please send email to majordomo(a)suse.com with
> >this text in its body: unsubscribe suse-linux-e
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
> >
> >
>=20
> "The right of the people to be secure in their persons, houses, papers and
> effects, against unreasonable searches and seizures, shall not be
> violated..."
> -- the Fourth Amendment to the U.S. Constitution
>=20
> Nisi Defectum Haud Reficindium  (If it ain't broke, don't fix it)
>=20
> ****************************** UPDATE!!! ********************************
>=20
> New RSA PGP key is 0x6A9F0BFB as of 01/01/99
> Old RSA PGP key 0x7D81F505 will be revoked and unusable after 01/01/99
>=20
> *************************************************************************
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1867441244155092382==--


From unique@dmv.com Fri Feb 19 23:23:55 1999
From: unique@dmv.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 shipments
Date: Fri, 19 Feb 1999 18:23:55 -0500
Message-ID: <003601be5c5e$ec06c360$53625582@abstract>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1384027306978542983=="

--===============1384027306978542983==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
I was just wondering if there are still people out there who have yt
to receive their SuSE 6.0 copy. I ordered mine on January 14, and
figured it should've been arrived already, considering that it's been
available for close to three weeks. Maybe some of you who are still
waiting could let me know, just so that I feel a little bit more
comfortable :)

Nice weekend all

                               -=3Dcodemonke=3D-

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1384027306978542983==--


From jlkreps@navix.net Fri Feb 19 23:37:40 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Cannon BJC-620 printer
Date: Fri, 19 Feb 1999 17:37:40 -0600
Message-ID: <36CDF5C4.B6E9B9EB@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4613311560736844872=="

--===============4613311560736844872==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Eric Kappotis wrote:
>=20
> Hello,
>=20
> I'm using a Cannon BJC-620 printer.  Under linux there are no drivers
> that support my printer so i am unable to use the 720x720 dpi
> capability.  Do i have any options so i can enable all the features of
> my printer?  I already E-mailed cannon and they said the didn't offer
> support for use with linux.
>=20
> Thanks for your time,
> Eric K.

Download and install a2ps.
Choose the canon BJC 800 printer.
If you need a printcap I'll email you mine.
The file "apsfilterrc" has settings which control how many pages
actually print on one page and with what orientation.

My 620 prints great, color and all.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4613311560736844872==--


From risch@tir.com Fri Feb 19 23:48:13 1999
From: risch@tir.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 18:48:13 -0500
Message-ID: <36CDF83D.A4F284D5@tir.com>
In-Reply-To: <36CC68C1.28F3D6DF@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4280010772506642743=="

--===============4280010772506642743==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Sounds like time for a class action law suit, or are the attorneys too
busy with Y2K?

Bob

zentara wrote:
>=20
> > WBM(a)USA wrote:
>=20
> > February 16, 1999
> >   Protesters Seek Refunds on Windows
>=20
> > City, Calif. Many carried unopened Windows systems and asked for
> > refunds.
>=20
> > focused on a clause in the Windows license included
> > with the software that comes installed on personal computers. That
> > clause states that users who do not agree to the terms of the license
> > can request a refund.
> >
> > computers sold throughout the world. For instance, most new machines
> > are set up to boot Windows automatically when a user turns them on.
> > And in a classic Catch-22, that in itself apparently constitutes an
> > implied acceptance of the license, even though there is no way to get
> > rid of the Windows operating system without turning the computer on in
> > the first place.
>=20
> Since Microsoft is not giving refunds, alot of people are saying that
> the
> implicit license means nothing, and that they consider their copies to
> be
> "freely distributed code".
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4280010772506642743==--


From budr@sirinet.net Sat Feb 20 01:25:04 1999
From: budr@sirinet.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 19:25:04 -0600
Message-ID: 
In-Reply-To: <36CDF83D.A4F284D5@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2054099301148574418=="

--===============2054099301148574418==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Robert Russell  writes:

> Sounds like time for a class action law suit, or are the attorneys too
> busy with Y2K?

No, they'll be busy AFTER Y2K.


--=20

Bud Rogers 	http://www.sirine=
t.net/~budr/zamm.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2054099301148574418==--


From mlmayo@texas.net Sat Feb 20 01:28:50 1999
From: mlmayo@texas.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Fri, 19 Feb 1999 19:28:50 -0600
Message-ID: 
In-Reply-To: <003601be5c5e$ec06c360$53625582@abstract>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6175698746141281295=="

--===============6175698746141281295==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,
I have not seen or heard from SuSE yet.  I ordered a subscription
in Jan. to begin with 6.0 and I contacted orders(a)suse.... and have not
heard anything back  but I only contacted them yesterday.  Oh well,
at least I know I'm not the only one.  Good things come to those who wait.
Mike=20

On Fri, 19 Feb 1999, Laurent Geyer wrote:

>=20
> Hi,
> I was just wondering if there are still people out there who have yt
> to receive their SuSE 6.0 copy. I ordered mine on January 14, and
> figured it should've been arrived already, considering that it's been
> available for close to three weeks. Maybe some of you who are still
> waiting could let me know, just so that I feel a little bit more
> comfortable :)
>=20
> Nice weekend all
>=20
>                                -=3Dcodemonke=3D-
>=20
>=20
>=20
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6175698746141281295==--


From reaston@stny.lrun.com Sat Feb 20 01:36:33 1999
From: reaston@stny.lrun.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Subscriptions/Upgrades/Std. Version/ policy
Date: Fri, 19 Feb 1999 20:36:33 -0500
Message-ID: <199902200136.UAA28336@m5.stny.lrun.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8589506460374744147=="

--===============8589506460374744147==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




There's been a lot of back and forth about getting a straight=20
answer from SuSE regarding the pricing policy.  For what it=20
worth, this is my experience:  Back in Dec. I called the 800=20
number and was told that I could order the Standard version for=20
$49.95 or the subscription for $34.95.  I was confused (nothing=20
new there) whether I had to first order the standard version and=20
then later buy the subscription (as an upgrade, in effect) or=20
what.  As it turns out, I was told that the subscription is=20
_exactly_ the same as the standard  version including the manual=20
AND installation support with each new version that is shipped=20
to me.  Furthermore, you don't have to order the full version at=20
all.  Your first order can be for the $34.95 subscription.  The=20
next versions are shipped when they come out at the same $34.95.=20
You have to explicitly tell SuSE to cancel your subscription if=20
you don't need to upgrade.  Technically, you can cancel after=20
the first subscription - SuSE is gambling that you will buy at=20
least two or more, I guess.  You can cancel the subscription at=20
any time - like maybe after the 2.2.1 kernel is finally=20
included?  Or cancel and then resume whenever an interesting=20
feature is added.

Is the German packaging and pricing done this way, or is what=20
they call an "upgrade" really an incremental upgrade (without=20
full support?) and not a full version?  I suspect it is merely a=20
translation problem.

-Bob
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8589506460374744147==--


From tomas@primenet.com Sat Feb 20 01:37:16 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] keyboard keys
Date: Fri, 19 Feb 1999 17:37:16 -0800
Message-ID: <36CE11CC.75EF8C12@primenet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4022214219139752461=="

--===============4022214219139752461==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




  Does anyone know which rpm contains the xmodmaprc file or the script
run at install time that sets the keys on the keyboard so that the
'home' and 'end' keys function properly in a term/console window? I
can't seem to remember which package it was in.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4022214219139752461==--


From tomas@primenet.com Sat Feb 20 01:44:19 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Fri, 19 Feb 1999 17:44:19 -0800
Message-ID: <36CE1373.AC681DBD@primenet.com>
In-Reply-To: <199902160009.QAA17782@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0291047465237620083=="

--===============0291047465237620083==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> I have problems reading html email that is posted to suse-linux-e.
> Would it be possible to have people post only test email to the list?
>=20
> I appreciate any flexibility people could have in this matter.
>=20

  I currently use the netscape mailer, but I agree, even in netscape the
html mails come in with really small type. This isn't a flame, but could
the users using html mailers please disable the 'send as html' function
so that users using non-html viewing clients can read your e-mails as
well.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0291047465237620083==--


From dizzy73@connix.com Sat Feb 20 01:58:52 1999
From: dizzy73@connix.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [SuSe Linux] Pre-Newbie
Date: Fri, 19 Feb 1999 20:58:52 -0500
Message-ID: <36CE16DC.CD032F80@connix.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7429842567246106834=="

--===============7429842567246106834==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi
Do you have a suse boot disk?
if not go to suses site and get one.
Boot from the floppy... and it will ask where you want to install from
choose cd rom.
from there it dosent get any easier. Suses cdrom install is as graphical
as you'll find ;-)
You may be having problems loading your cdrom? in that case Im pretty
sure suses disk can issue you the correct module./driver.
when you start the boot disk ther ewill be a dialog box saying something
about loading modules.. choose autoprobe.
You may have to be more specific with exactly where it hangs... does it
"see" the cdrom?
When booting from a floppy, and selecting cdrom what happens? I
personally wouldnt waste my  time copying over to a hard drive...
because latter you may want to add a program via yast and you'll need
your cdrom.
So... a little more specific on exactly what happens.
Id venture a guess {{{cringe}}} you have a generic atapi cdrom if youre
running w3.11
If thats the case suse linux should have no problem identifying your
cdrom. Do you know what type of cdrom you have?
keep trying
rob
=20
Linux Home page http://www.connix.com/~dizzy73/LB=
M.htm>
-----------------------------------------------------------------------------=
-----

malcolml leatherby wrote:
>=20
> I have suse 5.3 and suse 5.2
>=20
> It will not load on my machine - AMD k5
> 16 mb  1.2g hd  cdrom atapi (takaya)
>=20
> I have tried booting from the floppy, the cdrom and copying the files
> from the cdrom to the hd.
>=20
> I have tried loading with the hd loaded with dos.
>=20
> I have tried loading with the hd clean.
>=20
> All have the following result.
>=20
> Long list of text lines run down the screen - last one is a reference to
> the cdrom.
>=20
> It was obvious that it was due to my incompetence so I stole (borrowed)
> someone else's machine. 5.3 loads - so far I have only run yast and
> fvwm2, but it seems fine. So the discs are o.k.!
>=20
> Am I correct in thinking that as linux starts to boot from both the
> floppy and the cdrom that it could be a hardware problem but not the
> floppy or cd?
>=20
> Does the fact that it always stops at the same line indicate anything?
>=20
> Is the last line, e.g. CDROM, saying that the CDROM is the cause of the
> stoppage or is the CDROM ok and the system is hanging due to whatever
> should appear on the next line?
>=20
> Is it possible that while I have the borrowed machine I could somehow
> produce a floppy (minimal system) for my machine that would enable me to
> interrogate it?
>=20
> Both machines will run on the same windows 3.1.
>=20
> The annoying thing is that I am aware that it will take me a long time
> to learn even a little about linux but without even the minimum of linux
> running I am unable to progress, however slowly.
>=20
> Any advice or pointers would be much appreciated.
> --
> malcolm
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7429842567246106834==--


From tomas@primenet.com Sat Feb 20 02:12:04 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Fri, 19 Feb 1999 18:12:04 -0800
Message-ID: <36CE19F4.DF240A1A@primenet.com>
In-Reply-To: <36CDACEE.B527AB48@pacbell.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7978423133648181816=="

--===============7978423133648181816==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




lunaslide wrote:
>=20
> Actually, an interesting thing happened when I booted my Thinkpad the
> first time: a message dialog came up with the license text and asked me
> to read it and agree or decline the agreement.  I agreed, since I must
> use Windows sometimes for work, but I now wish I had declined to see
> what would have happened.  It probably would have instructed me to
> return the computer and shutdown after I pushed "OK".  Anyone else had a
> similar adventure?
>=20

  Ther is a way you can recheck that, but requires you to use your
restore disk, which will reformat your computer to brand new and then on
the last restart you will again see that message.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7978423133648181816==--


From gschoell@pobox.com Sat Feb 20 02:43:32 1999
From: gschoell@pobox.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Whichfilesrequired?
Date: Fri, 19 Feb 1999 18:43:32 -0800
Message-ID: <3.0.5.32.19990219184332.008065e0@pop.uia.net>
In-Reply-To: <36CDF0D6.95EDBBF8@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5783504601426247293=="

--===============5783504601426247293==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




-----BEGIN PGP SIGNED MESSAGE-----

At 05:16 PM 2/19/99 -0600, you wrote:
>A study conducted a few years ago revealed that simply to address and
>stamp an envelope costs a business $1.27 US.
>
Damn I love those studies.  Just the kind of thing that puts a man
like Clinton into office.

George
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.0.2
Comment: Privacy: It's your right, use it or loose it!

iQCVAwUBNs4ew88GMxF9gfUFAQGzRwP9HJ254VyVJq+AjHKtUapM7OkTaPihlLEa
ZJHzciUrK/f8SbbORsBiykfAWAOC1S3iDgwqMpFO7U/QyoevzqjuJHhF3G7Ekog1
aG1SK1CNriQafRUD4I7j9CtAW2wWeiTKoUTU+0dSf8/lbxzJxIJbwdn7PR1UkPwa
1+uWYOvcED0=3D
=3DGP//
-----END PGP SIGNATURE-----

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5783504601426247293==--


From medavid@ix.netcom.com Sat Feb 20 04:26:37 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Fri, 19 Feb 1999 20:26:37 -0800
Message-ID: <01be5c89$34810c20$ef42d8ce@win98>
In-Reply-To: <[SuSE Linux] SuSE 6.0 shipments>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7062761689704532863=="

--===============7062761689704532863==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yep, still waiting here and I subscribed about the same time you did.

Mark

-----Original Message-----
From: Laurent Geyer 
To: suse-linux-e(a)suse.com 
Date: Friday, February 19, 1999 4:08 PM
Subject: [SuSE Linux] SuSE 6.0 shipments

>
>Hi,
>I was just wondering if there are still people out there who have yt
>to receive their SuSE 6.0 copy. I ordered mine on January 14, and
>figured it should've been arrived already, considering that it's been
>available for close to three weeks. Maybe some of you who are still
>waiting could let me know, just so that I feel a little bit more
>comfortable :)
>
>Nice weekend all
>
>                               -=3Dcodemonke=3D-
>
>
>
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7062761689704532863==--


From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 20 05:00:10 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] ApacheSSL ??????
Date: Sat, 20 Feb 1999 00:00:10 -0500
Message-ID: <36CE415A.43D40023@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2546753487333215250=="

--===============2546753487333215250==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I am trying to figure out if SuSE comes with an SSL capable apache.  I
have attempted to download, compile, install, and run ApacheSSL to no
avail.  :-(  Big waste of time.  I see something on SuSE's site about
"Paket apassl-1.2.6" (
http://www.suse.de/Supp=
ort/sdb_e/apassl_dbroot.html> ) but I can't find
anything with that name.  Does anybody understand how to get ApacheSSL
running?

TIA,

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============2546753487333215250==--


From leonmcclatchey@homemail.com Sat Feb 20 05:21:00 1999
From: leonmcclatchey@homemail.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux
Date: Fri, 19 Feb 1999 23:21:00 -0600
Message-ID: <36CE463C.597A31C3@homemail.com>
In-Reply-To: <36CCA271.B24A714F@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2217890560659252207=="

--===============2217890560659252207==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Well, I don't know if I should stick my two cents in, but I do use OS/2 here =
(Warp 4).
(Actually lately I've been using Linux more as for now it is on the same mach=
ine).  But
at any rate, from what I've seen of NT and my personal experience with OS/2, =
the only
thing that NT would have over os/2 is availability of applications).  OS/2 is=
 a lot
easier to use and set up, though Microsoft has done a little bit better as fa=
r as
security goes (I think they took a lesson from Novel/Unix?).

Robert Russell wrote:

> Chris,
>
> That was you that mentioned OS/2, wasn't it? And what happened to it?
> Which was better NT or OS/2?
>
> Bob
>
> Chris Herrnberger wrote:
> >
> > On Wed, 17 Feb 1999, Fred A. Miller wrote:
> > > http://www.zdnet.com/zdnn/stories/news/0,4586,389494,00.html>
> > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
> >
> > This is typical of IBM when they are in take over mode. By supporting the=
 most
> > popular distros and yes SuSE is in that group, IBM creates a great middle=
 ware
> > clientel that has been declining since their OS2 days. You will see their
> > own Linux distro on their high end servers that should be competatively p=
riced.
> > This is just friggen wonderfull if it happens! Their inventory of apps an=
d support
> > structure will allow Linux to leapfrog in to...ok lets dream a bit....des=
ktop land.
> >
> > IBM's got what it takes to make this happen. Most companies are playing i=
t safe
> > by pigeon holeing Linux in the server market, but IBM has the invetory of=
 apps
> > (plus an acquisition or two..hmmm say Corel) to make it happen. They have
> > already bagged Applix by moving support to ppcLinux so look out..
> > I think good things can be expected from the boys in blue.
> >
> > best regards
> >
> > chris
> >
> > -
> > To get out of this list, please send email to majordomo(a)suse.com with
> > this text in its body: unsubscribe suse-linux-e
> > Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
> > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--
cya l8r
Leon McClatchey
mailto:leonmcclatchey(a)home=
mail.com
Linux User 78912 (Win95 Box)

Nothing cures insomnia like the realization that it's time to get up.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2217890560659252207==--


From rjpp@eisa.net.au Sat Feb 20 05:36:37 1999
From: rjpp@eisa.net.au
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] suseppp
Date: Sat, 20 Feb 1999 16:36:37 +1100
Message-ID: 
In-Reply-To: <36cdf849.103556163@smtp.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6082296438279397575=="

--===============6082296438279397575==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Fri, 19 Feb 1999, Tim Hanson wrote:

>=20
> Warning!  long /var/adm/messages to follow!
>=20
> Sorry to be clogging bandwidth with all this, but I'm including the result =
of tail -f /var/adm/messages so maybe someone can tell me why I can't connect=
 to my ISP, Netcom.  Any ideas?
>=20
>=20
    Tim ;
        I'm no expert but if you are connecting indirectly ie from a=20
box networked through a router  or firewalled machine I suggest that=20
you first test the connection in a straight line , that is your box=20
direct to the modem and the phone to the isp . If that works ok the=20
problem is in the network somewhere.  It looks as if a simple=20
connection should work 'cos you are getting a remote ip no. Can't help=20
on the router side, still learning myself=20
HTH 		---russ---

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6082296438279397575==--


From mathowel@nmsu.edu Sat Feb 20 05:39:59 1999
From: mathowel@nmsu.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] 6.0 PCMCIA
Date: Fri, 19 Feb 1999 22:39:59 -0700
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2618123381896380384=="

--===============2618123381896380384==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I recently installed 6.0 via FTP on my PCMCIA ethernet card. When I boot
suse I get nothing in the way of pcmcia support therefore cannot use my
network card. I need to compile PCMCIA support into my kernel but do not
know how. If someone knows and has the time please send my instructions on
how to do so. Thanks,=20

matt howell
mathowel(a)nmsu.edu

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2618123381896380384==--


From mperry@basin.com Sat Feb 20 06:00:59 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] The mighty dell inspiron 7000 laptop
Date: Fri, 19 Feb 1999 22:00:59 -0800
Message-ID: <199902200600.WAA11504@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3817223199279803345=="

--===============3817223199279803345==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I recently received a dell inspiron 7000 laptop from work and need some
basic assistance.  It ships with a ati rage LT series card and I would
definitely like to get x working on its awesome 15" screen.  It also
ships with a 366 mhz pentium II processor and 128mb of ram.  This laptop
is a monster!!  I read on suse's web site to use the mach 64 driver in x
3.3.2.  Have others done this using the ati rage lt cards?  Any reports
of problems?  I would like to do SuSE 6 but want something on there now
besides winblast 98.  So I think I will order a second copy of suse 6
but for now will play with suse 5.3 on it.

Anyone using such a beast? (and I do mean beast).


--
Michael Perry
mperry(a)basin.com
-------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3817223199279803345==--


From medavid@ix.netcom.com Sat Feb 20 06:02:24 1999
From: medavid@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Fri, 19 Feb 1999 22:02:24 -0800
Message-ID: <01be5c96$96497980$ef42d8ce@win98>
In-Reply-To: <[SuSE Linux] SuSE 6.0 shipments>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7183273728872501808=="

--===============7183273728872501808==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I know.  I was afraid this might happen.  I realize that by purchasing
directly from SuSE, I'm helping to further their products (especially since
they get the entire amount, not just a wholesale fee), but I would rather
not see it in a store weeks before I get it.

Mark

-----Original Message-----
From: Bernie Gardner 
To: Mark E. Davidson 
Cc: suse-linux-e(a)suse.com ; Laurent Geyer

Date: Friday, February 19, 1999 9:40 PM
Subject: Re: [SuSE Linux] SuSE 6.0 shipments

>I'm still waiting as well.  I signed up for the subscription in late
>summer and received 5.3 at that time, but expected 6.0 by now.  Even
>more annoying I saw 6.0, in a MicroCenter computer store today for
>$30, $5 less than the subscription price.  I would be willing (I
>suppose) to pay a premium for getting it early, but not for getting
>it late!
>
>Bernie Gardner
>bernieg(a)110.net
>
>On 20-Feb-99 Mark E. Davidson wrote:
>>
>> Yep, still waiting here and I subscribed about the same time you
>> did.
>>
>> Mark
>>
>> -----Original Message-----
>> From: Laurent Geyer 
>> To: suse-linux-e(a)suse.com 
>> Date: Friday, February 19, 1999 4:08 PM
>> Subject: [SuSE Linux] SuSE 6.0 shipments
>>
>>
>>>
>>>Hi,
>>>I was just wondering if there are still people out there who have
>>>yt
>>>to receive their SuSE 6.0 copy. I ordered mine on January 14, and
>>>figured it should've been arrived already, considering that it's
>>>been
>>>available for close to three weeks. Maybe some of you who are still
>>>waiting could let me know, just so that I feel a little bit more
>>>comfortable :)
>>>
>>>Nice weekend all
>>>
>>>                               -=3Dcodemonke=3D-
>>>
>>>
>>>
>>>
>>>-
>>>To get out of this list, please send email to majordomo(a)suse.com
>>>with
>>>this text in its body: unsubscribe suse-linux-e
>>>Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and
>>>the
>>>archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and
>> the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7183273728872501808==--


From deem@wdm.com Sat Feb 20 06:24:42 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Fri, 19 Feb 1999 21:24:42 -0900
Message-ID: <199902200624.VAA02451@wdm.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2979826328638736921=="

--===============2979826328638736921==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Let's see..if you want 6.0 quick you need order it under FedEx
as it came to me last weekend. Of course it was $26.00 for shipping.
-Dee

Bernie Gardner  wrote:
>=20
> I'm still waiting as well.  I signed up for the subscription in late
> summer and received 5.3 at that time, but expected 6.0 by now.  Even
> more annoying I saw 6.0, in a MicroCenter computer store today for
> $30, $5 less than the subscription price.  I would be willing (I
> suppose) to pay a premium for getting it early, but not for getting
> it late!
>=20
> Bernie Gardner
> bernieg(a)110.net
>=20
> On 20-Feb-99 Mark E. Davidson wrote:
> >=20
> > Yep, still waiting here and I subscribed about the same time you
> > did.
> >=20
> > Mark
> >=20
> > -----Original Message-----
> > From: Laurent Geyer 
> > To: suse-linux-e(a)suse.com 
> > Date: Friday, February 19, 1999 4:08 PM
> > Subject: [SuSE Linux] SuSE 6.0 shipments
> >=20
> >=20
> >>
> >>Hi,
> >>I was just wondering if there are still people out there who have
> >>yt
> >>to receive their SuSE 6.0 copy. I ordered mine on January 14, and
> >>figured it should've been arrived already, considering that it's
> >>been
> >>available for close to three weeks. Maybe some of you who are still
> >>waiting could let me know, just so that I feel a little bit more
> >>comfortable :)
> >>
> >>Nice weekend all
> >>
> >>                               -=3Dcodemonke=3D-
> >>
> >

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2979826328638736921==--


From mpayson@eskimo.com Sat Feb 20 08:36:09 1999
From: mpayson@eskimo.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Subscriptions/Upgrades/Std. Version/ policy
Date: Sat, 20 Feb 1999 00:36:09 -0800
Message-ID: <36CE73F8.8DDE73EA@eskimo.com>
In-Reply-To: <199902200136.UAA28336@m5.stny.lrun.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5151658902598107787=="

--===============5151658902598107787==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I *really* think they're making a big mistake with this pricing structure.
Sure I want to support them, but when I can order the CD direct from
LinuxCentral for $2.00 (plus S&H), it's hard to justify $35. True, you
only get 1 CD instead of 5. True, you don't get the manual. But, once you
have the manual, you don't need a new one every 6 months (unless they are
upgraded more then I suspect they are), and you probably won't install 80%
of the apps on the later CDs anyway-- and those you want you can go ahead
& download.

I do want to support S.u.S.E. Having just recently started using v5.3, I'm
VERY impressed. It was simple to install, reasonably easy to configure, &
certainly more pleasant to use then Win95.  But, as I said before, I think
they should seriously look at offering a reasonably cheap (~$20) upgrade
path. Otherwise, only a very small percentage of users will bother with
buying upgrades & will just download them or get the knock-offs from
resellers.

Mike

Bob Easton wrote:

> There's been a lot of back and forth about getting a straight
> answer from SuSE regarding the pricing policy.  For what it
> worth, this is my experience:  Back in Dec. I called the 800
> number and was told that I could order the Standard version for
> $49.95 or the subscription for $34.95.  I was confused (nothing
> new there) whether I had to first order the standard version and
> then later buy the subscription (as an upgrade, in effect) or
> what.  As it turns out, I was told that the subscription is
> _exactly_ the same as the standard  version including the manual
> AND installation support with each new version that is shipped
> to me.  Furthermore, you don't have to order the full version at
> all.  Your first order can be for the $34.95 subscription.  The
> next versions are shipped when they come out at the same $34.95.
> You have to explicitly tell SuSE to cancel your subscription if
> you don't need to upgrade.  Technically, you can cancel after
> the first subscription - SuSE is gambling that you will buy at
> least two or more, I guess.  You can cancel the subscription at
> any time - like maybe after the 2.2.1 kernel is finally
> included?  Or cancel and then resume whenever an interesting
> feature is added.
>
> Is the German packaging and pricing done this way, or is what
> they call an "upgrade" really an incremental upgrade (without
> full support?) and not a full version?  I suspect it is merely a
> translation problem.
>
> -Bob
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5151658902598107787==--


From m.lusetti@mo.nettuno.it Sat Feb 20 08:51:12 1999
From: m.lusetti@mo.nettuno.it
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux 2.2.1 + OSS 3.9.2d
Date: Sat, 20 Feb 1999 09:51:12 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4226025546167529470=="

--===============4226025546167529470==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 19-Feb-99 Graham Murray wrote:
>=20
> Eivind Olsen  writes:
>=20
>> I was wondering if anyone else had managed to get the 2.2.1 kernel to
>> work with OSS 3.9.2d at all, and if there were any known "tricks" I needed
>> to perform to get it to work. Btw, my soundcard is a Soundblaster AWE64
>> Value which I had working with the older OSS 3.7.x that came with SuSE
>> 5.3.
>=20
> I have OSS 3.9.29-990210 running with kernel 2.2.1 with no
> problems. The only "trick" is I had to build the kernel with
> CONFIG_MODVERSIONS=3Dy (which I don't think was necessary with kernel
> 2.0.36)

If i don't wrong that is "commercial" version of OSS, did you purchase it? How
about free version ?

----------------------------------
Bet regards             Massimo Lusetti

Date: 20-Feb-99
Time: 09:50:14
Do infants have as much fun in infancy as adults do in adultery?

----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4226025546167529470==--


From m.lusetti@mo.nettuno.it Sat Feb 20 08:55:28 1999
From: m.lusetti@mo.nettuno.it
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] ApacheSSL ??????
Date: Sat, 20 Feb 1999 09:55:28 +0100
Message-ID: 
In-Reply-To: <36CE415A.43D40023@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6598829010168063963=="

--===============6598829010168063963==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 20-Feb-99 Steven T. Hatton wrote:
> I am trying to figure out if SuSE comes with an SSL capable apache.  I
> have attempted to download, compile, install, and run ApacheSSL to no
> avail.  :-(  Big waste of time.  I see something on SuSE's site about
> "Paket apassl-1.2.6" (
> http://www.suse.de/Su=
pport/sdb_e/apassl_dbroot.html> ) but I can't find
> anything with that name.  Does anybody understand how to get ApacheSSL
> running?
>=20

If you don't compile and get working the right library you'll never had
apachessl working at all.

----------------------------------
Bet regards             Massimo Lusetti

Date: 20-Feb-99
Time: 09:54:43
Smoking is one of the leading causes of statistics.
                -- Fletcher Knebel

----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6598829010168063963==--


From mpayson@eskimo.com Sat Feb 20 09:03:29 1999
From: mpayson@eskimo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] YaST Problems
Date: Sat, 20 Feb 1999 01:03:29 -0800
Message-ID: <36CE7A61.ED5F7AF9@eskimo.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8928542394870668516=="

--===============8928542394870668516==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




YaST has just started acting weird on my machine. When I select "Install
Packages" I'm instead taken to the "Install Patches" mask. It just
started doing this, and could due to my editing of rc.config yesterday,
though I believe I only changed things that I understood, & I just
scanned through it & can see no obvious errors.

I'm running 5.3, but I had upgraded to YaST 0.99.1 (I believe. It was
the newest as of about 3  or 4 days ago), but when I started having
problems, I went back to 0.97.4 with no luck.

Any ideas?

TIA!
Mike
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8928542394870668516==--


From samelash@ix.netcom.com Sat Feb 20 10:08:17 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired?
Date: Sat, 20 Feb 1999 10:08:17 +0000
Message-ID: <3.0.3.32.19990220100817.00af6018@popd.ix.netcom.com>
In-Reply-To: <[SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9090583293710315563=="

--===============9090583293710315563==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>> Jerry I take issue with that. I asked several times was there an upgrade
>
>Arn't you glad it's still a free internet where you can post opposing
>opinions freely?  I am too.
>You have noticed that SuSE is a for-profit organization, haven't you?=20

As I said several Times , I prefer to support Suse. Thats why I called them
, not the other retialers.

.  If it is to survive it must earn
>its living. I didn't say steal - by no stretch of the imagination can
>you consider any profit SuSE makes unehtical.  M$, on the otherhand....
>Between my freshmen and sophmore years I earned money selling books and
>Bibles door to door in the what is called the Bible Belt of the USA.
>(Southern tier of states)  I quickly learned that I wasn' going to be
>eating if I asked the person who answered my knock "You don't want to
>buy and books do  you?" while shaking my head "no".  And, I wouldn't be
>eating if I simply gave away the book for free.  If I wasn't going to
>sell books I wasn't going to eat.

Here We go Agien ? I called , asked what there upgrade policy. Simple
question. I got the run arouninstead.
Thats what upset me. I might be due to slopyness. I might be due to bad
trianing.=20
It is a quastion they should know the answer. Especialy in light that they
put out 3 to 4 distros per year. If you bought the full version at 50 ,
that comes out to 150 to 200 per year plus shipping. I have no problem
paying the 50 for the first ver ie 6.0 and then 35.00 to keep it up to date
untill 7.0 comes out. I was never offered that , or told that. Instead I
got evasive and round about anwers.

> SuSE's employees arn't going to be
>eating if they don't sell any packaged versions.  You are not stupid.=20
=20
Thanks  Anyway , yes I found it on the server , after someone else
pionted out that the german sight has an upgrade policy , and questioned
why there was no such policy on the us sight. That when I jumped in. At
least two others have questened what kind of upgrade policy there is. That
four peaple at least who have posted. That does not count the lurkers.=20

I think suses sales need to be properly infoe\rmed of their products. -That
includes upgrade policy.-

>You know the URL's of the ftp servers.  You don't need any help choosing
>and downloading the appropriate files, and you know how to run rpm and
>YaST.

I would rather pay a small fee and get cdroms , I can only get as high as
2600 Bd , dirty lines , and the telco wont do anything. So until cable or
adsl comes to town , I am stuck with a slow isp connection.
  So, if you don't like the what SuSE is asking for their packaged
>version then go do the free thing.  Why whine, unless it is because you
>don't know what to download or how to install it.  That's welfare.

I never asked that thaey give away the manuales or cds. I have stated that
the manuale alone is worth the money. The cdroms are pax\cked with goodies.
I said I was willing to pay for an upgrade fee for cds that would bring me
up to current version, I was NOT offered that. Instead they PUSHED the full
versiuon. THat is just plian wrong.=20

  They
>don't owe you that.  Do you want them to give away the manuals and their
>knowledge and advice free of charge?  That is unrealistic.  You wouldn't
>do that for a minute if feeding you wife and kids depending on your
>earning a steady income.  Why should they?
>Jerry
>
>>=20
>> >Brad Jones wrote:
>> >>
>> >> Hi,
>> >>         I am planning to buy Suse 6.1 when it comes out, I just wanted
>> to wait
>> >> until all the glibc and kernel 2.2 changes have been finished and had
>> >> some time for any bugs to be ironed out before I buy the commercial
>> >> version. I was just after a quick upgrade in the meantime.
>> >> Cheers,
>> >> Brad.
>> >> >
>> >> >
>> >> >Brad Jones wrote:
>> >> >>
>> >> >> Hi all,
>> >> >>         I am currently running the full commercial version of SuSE5.2
>> >> and want
>> >> >> to upgrade to 6.0. I've been dnloading the 6.0 version (by modem) and
>> >> am
>> >> >> getting sick of waiting. I just wanted to know what files I actually
>> >> >> need to upgrade to 6.0. I would suspect that all the old binaries I
>> >> have
>> >> >> installed from 5.2 will still work with 6.0. It should be backwards
>> >> >> compatible right?
>> >> >>         So I guess if I just have the first 3 directories (a1, app1,
>> >> app2) from
>> >> >> the ftp site dnloaded I should be able to just go into yast, set this
>> >> >> directory to be the source and then click on update. Is this all I
>> >> have
>> >> >> to do? I don't need any other of the directories?
>> >> >>         If there's anything else I need could you please let me know.
>> >> It just
>> >> >> seems like a waste dnloading everything when I don't need it all.
>> >> >> Thanks in advance,
>> >> >> Brad.
>> >> >
>> >> >
>> >> >Ahhh...   Now you see the advantage of purchasing the commerical
>> >> version
>> >> >on CDROM.
>> >> >1) A permanent copy of the distro plus ALL the major downloads
>> >> available
>> >> >at the time, all on 5 CDs.
>> >> >2)  A ready-made boot disk.
>> >> >3) A live-system on the CD.
>> >> >4) A beautiful manual.
>> >> >5)  If your time is worth anything, and you don't have a T1 connection
>> >> >to the internet, it is easier and quicker to get the commerical
>> >> release.
>> >> >6) It costs less than a movie and dinner out for two... ;-)
>> >> >7) The CD boots into YaST and the install-upgrade is just clicks away.
>> >> >8) Where else could you get such a finely engineered system at such a
>> >> >low price?
>> >> >
>> >> >However, Geeks with plenty of experience, time to burn and a T1 would
>> >> >think nothing of downloading all the packages and putting together an
>> >> >installable system.
>> >> >-
>> >> >To get out of this list, please send email to majordomo(a)suse.com with
>> >> >this text in its body: unsubscribe suse-linux-e
>> >> >Check out the SuSE-FAQ at http://www.suse.co=
m/Support/Doku/FAQ/> and the
>> >> >archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>> >>
>> >> ______________________________________________________
>> >> Get Your Private, Free Email at http://www.hotmail.com>
>> >> -
>> >> To get out of this list, please send email to majordomo(a)suse.com with
>> >> this text in its body: unsubscribe suse-linux-e
>> >> Check out the SuSE-FAQ at http://www.suse.com=
/Support/Doku/FAQ/> and the
>> >> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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
>> >Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
>> >archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9090583293710315563==--


From samelash@ix.netcom.com Sat Feb 20 10:11:56 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: lilo configuration errors
Date: Sat, 20 Feb 1999 10:11:56 +0000
Message-ID: <3.0.3.32.19990220101156.00af8b80@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5429651950582366635=="

--===============5429651950582366635==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanks Norman. I was unable to umount /boot. It kept givuing a busy
message. Same using the boot disk. I ended up going into fstab and
commenting out the /boot line , rebooted , renamed the orig boot , took out
the comment , rebooted and copied the files over. Now I can boot of the hd
to both win and linux. Thanks a million

At 04:12 PM 2/19/1999 -0800, you wrote:
>
>
>Dear Samy;
>
>It seems as if all the stuff you need wasn't installed with the=20
>replacement kernel.
>
>If you are running 5.3, you should have:
>
>boot.0300
>boot.b=20
>chain.b map=20
>os2_d.b
>
>in your /boot directory/partition. You should also (unlike the standard
>setup) put vmlinuz there also. When running yast to configure lilo,
>make sure that you use /boot/vmlinuz to specify the kernel.
>
>On 6.0, you should have;
>
>boot.0300
>boot.b
>chain.b map
>os2_d.b  =20
>System.map
>vmlinuz
>
>in /boot. Depending how you boot( from floppy, or into rescue mode)
>you may have to;
>
>umount partition mounted on /boot
>copy the stuff that's in /boot on the root partition(hdc3?) to say /tmp
>remount hdc4 on /boot
>copy stuff to /boot
>
>and make sure stuff in yast config of lilo is correct; then either yast
>(normal exit) runs lilo or you need to.
>
>Hope this works
>
>
>
>On Thu, 18 Feb 1999, Samy Elashmawy wrote:
>
>> =09
>> Trying to configure lilo via yast , I set up two configs ,=20
>>=20
>> one for linux
>> using liunux mounting /dev/hdc1
>>=20
>> and one for win/dos using /dev/hda1
>>=20
>> On exiting the lilo section I recieve the following error
>>=20
>> Confermation box
>>=20
>> lilo command output
>>=20
>> open /boot//boot.b  no such file or directory
>>=20
>>=20
>> Any Ideas any one ,=20
>>=20
>> Note I had to create a n partion and mounted it below the 1024 cyclender.
>> I used /dev/hdc4 mounted as boot with starting from 1 to 36 ( fist section
>> on the drive. Then I reinstaled the kernal form cd. then wnnt into yast do
>> setup lilo , that when this problem came up at the end on trying to run
lilo
>>=20
>> Thanks
>>=20
>> Samy
>>=20
>>=20
>
>Enjoy your SuSE.
>
>Yours sincerely,
>the SuSE support team,
>Norman Pancner (snorman(a)suse.com)
>
>-------------------------------------------------------------------
>S.u.S.E. Inc.,          Tel:   +1-510-835-7879 Mo/Th 11a - 5p (PST)
>458 Santa Clara Avenue, Fax:   +1-510-835-7875
>Oakland CA 94610        Email: support(a)suse.com
>USA                     WWW:   http://www.suse.com>
>-------------------------------------------------------------------
>
>
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5429651950582366635==--


From samelash@ix.netcom.com Sat Feb 20 10:14:38 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Sat, 20 Feb 1999 10:14:38 +0000
Message-ID: <3.0.3.32.19990220101438.00af851c@popd.ix.netcom.com>
In-Reply-To: <36CDF83D.A4F284D5@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7277136776883661732=="

--===============7277136776883661732==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I am sure there are a couple who are unhappy shelling out big bucks to
mickysoft. they all run computerized system . So they are paying for win nt
ect...

At 06:48 PM 2/19/1999 -0500, you wrote:
>
>Sounds like time for a class action law suit, or are the attorneys too
>busy with Y2K?
>
>Bob
>
>
>zentara wrote:
>>=20
>> > WBM(a)USA wrote:
>>=20
>> > February 16, 1999
>> >   Protesters Seek Refunds on Windows
>>=20
>> > City, Calif. Many carried unopened Windows systems and asked for
>> > refunds.
>>=20
>> > focused on a clause in the Windows license included
>> > with the software that comes installed on personal computers. That
>> > clause states that users who do not agree to the terms of the license
>> > can request a refund.
>> >
>> > computers sold throughout the world. For instance, most new machines
>> > are set up to boot Windows automatically when a user turns them on.
>> > And in a classic Catch-22, that in itself apparently constitutes an
>> > implied acceptance of the license, even though there is no way to get
>> > rid of the Windows operating system without turning the computer on in
>> > the first place.
>>=20
>> Since Microsoft is not giving refunds, alot of people are saying that
>> the
>> implicit license means nothing, and that they consider their copies to
>> be
>> "freely distributed code".
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archiv at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7277136776883661732==--


From bernieg@110.net Sat Feb 20 10:45:51 1999
From: bernieg@110.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Sat, 20 Feb 1999 05:45:51 -0500
Message-ID: 
In-Reply-To: <01be5c89$34810c20$ef42d8ce@win98>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2895547011691294012=="

--===============2895547011691294012==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm still waiting as well.  I signed up for the subscription in late
summer and received 5.3 at that time, but expected 6.0 by now.  Even
more annoying I saw 6.0, in a MicroCenter computer store today for
$30, $5 less than the subscription price.  I would be willing (I
suppose) to pay a premium for getting it early, but not for getting
it late!

Bernie Gardner
bernieg(a)110.net

On 20-Feb-99 Mark E. Davidson wrote:
>=20
> Yep, still waiting here and I subscribed about the same time you
> did.
>=20
> Mark
>=20
> -----Original Message-----
> From: Laurent Geyer 
> To: suse-linux-e(a)suse.com 
> Date: Friday, February 19, 1999 4:08 PM
> Subject: [SuSE Linux] SuSE 6.0 shipments
>=20
>=20
>>
>>Hi,
>>I was just wondering if there are still people out there who have
>>yt
>>to receive their SuSE 6.0 copy. I ordered mine on January 14, and
>>figured it should've been arrived already, considering that it's
>>been
>>available for close to three weeks. Maybe some of you who are still
>>waiting could let me know, just so that I feel a little bit more
>>comfortable :)
>>
>>Nice weekend all
>>
>>                               -=3Dcodemonke=3D-
>>
>>
>>
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com
>>with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and
>>the
>>archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com
> with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and
> the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2895547011691294012==--


From samelash@ix.netcom.com Sat Feb 20 10:45:54 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Sat, 20 Feb 1999 10:45:54 +0000
Message-ID: <3.0.3.32.19990220104554.00b4ba14@popd.ix.netcom.com>
In-Reply-To: <36CEBEC2.69D51117@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7360945801443369505=="

--===============7360945801443369505==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey , you don't have to buy it. I asked for an upgrade , and got the run
around. Ended up buying the full version. My Mistake for not
pushinng/badgering more. What pissed me off , isI later foud that they have
an update policy , when I called and asked what there upgrade policy , they
did not know about it or offer it. I looked for it once on the suse sight
(before they updated it for the 6.0 release) and was unable to find it.
Turns out it is all the way on the bottom of the order price list page.=20

If you don't want to believe me fine , I have no problem with that.=20

At 07:55 AM 2/20/1999 -0600, you wrote:
>Sorry, Samy, I don't buy your excuse.
>
>My experience last Sept 2nd., to the best of my recollection:
>Dialing 1-510-835-7875
>"SuSE USA, how may I help you?"
>"I'd like to purchase a subscription to SuSE 5.3"
>"Ok, let me get your name and credit card information..."  I don't
>recall being sent to a sales dept.  I gave her the info, she confirmed
>it and quoted the total price and freight, then she thanked me for my
>order and we hung up.  One call. And, of course, I knew about the
>subscription offer because I read about it on the SuSE USA web site.
>
>No one was confused about what I wanted or about what they were supposed
>to do.  No one tried to pressure me to the higher, single time price.=20
>In fact, if you will think about it for a minute, it would be to SuSE's
>advantage to push a prospect toward the subscription price.
>Why?  $34 three time a year is greater than $50.  Why would anyone at
>SuSE assume that someone who ordered the non-subscription offer would
>call again and order another non-subscription offer?
>I don't know who "they never gave me a straight answer" was, but I get
>the distinct impression that you are slandering an ethical company to
>conceal your own incompetance.  I take issue with that.
>
>
>
>Samy Elashmawy wrote:
>>=20
>> I called SuSE  USA , asked for sales. I called twice in January and twice
>> in February. I also asked the people who were maning the tech support
>> lines.
>>=20
>> Sales did not know , and referred to the web sight. When I again asked what
>> the policy was , he again offered the full version. He did not know the
>> details of the upgrade/subscription. After 4 calls , I gave up and ordered
>> the full version.
>>=20
>> If he works in sales , he should know that info. no excuses.
>>=20
>> What burns me , is that after asking suse USA several times , I found out
>> about the upgrade last week from the list. SuSE USA never informed me of
>> the option to buy an upgrade/subscription. This is the point. Yes its on
>> the suse sight , buried two menus deep. Like I said , I called , I paid for
>> the call , and I asked what the policy was.
>>=20
>> I paid 49.00 plus tax in July 98 , and 49.00 plus shipping this month. I
>> feel that I was miss lead and taken advantage of. All four times , I asked
>> what the upgrade process was. I could have bought it from cheapbyts or one
>> of the other on line sights for 35.00. I decided that I would rather get it
>> direct from suse . Instead , I learned Buyer beware.
>>=20
>> I am not complaining about the price , I am complaining about the fact that
>> they never gave a straight answer.
>>=20
>>=20
>>=20
>> At 04:54 PM 2/19/1999 +0100, you wrote:
>> >
>> >Hi,
>> >
>> >On Fri, 19 Feb 1999, Samy Elashmawy wrote:
>> >
>> >> Jerry I take issue with that. I asked several times was there an
>> >> upgrade path , each time I never got a stright answer. That is
>> >> unethical. He could have easlly passed the call up the line , ar at
>> >> least offered to find out and gotten back to me.  an "I don't know" by
>> >> its self is not proper. I can unsderstand it oonce , but to have it
>> >> happen several times is unaccptable. Look at the number of post on
>> >> this issue , you can see there is a problem.
>> >>
>> >> Matter of fact , I am not aware of any one from suse following the
>> >> list , usualy some one will step in and try to find out what happend ,
>> >> and offer some sort of resolution.
>> >
>> >Where or whom did you ask? It really depends, if you purchase the package
>> >from SuSE Germany, or SuSE USA. Here's an excerpt from our WWW-Sites:
>> >
>> >SuSE Germany:
>> >http://www.suse.de/e/lx60/lx60.html=
#PRICES:>
>> >
>> >Price/Order
>> >
>> >SuSE Linux 6.0         Order code: 2014-15     EUR 46
>> >SuSE Linux 6.0 Update  Order code: 16-15       EUR 38
>> >(For registered customers only)
>> >
>> >-> Please also note the shipping fees, when ordering from outside germany.
>> >
>> >SuSE USA:
>> >http://www.suse.com/Product/lx60/#ORDER>
>> >
>> >Price/Order
>> >
>> >S.u.S.E. Linux 6.0; Order Code LSUD600
>> >Single Copy    $ 49.95
>> >Subscription   $ 34.95
>> >
>> >See details about the subscription scheme on
>> >http://www.suse.com/Order/subscribe.html<=
/A>
>> >
>> >
>> >Does that answer your question?
>> >
>> >Bye,
>> >       LenZ
>> >
>> >--
>> >------------------------------------------------------------------
>> > Lenz Grimmer                                           SuSE GmbH
>> > mailto:grimmer(a)suse.de       =
                Schanzaeckerstr. 10
>> > http://www.suse.de/~grimmer>             90443 Nuernberg, G=
ermany
>> >
>> >-
>> >To get out of this list, please send email to majordomo(a)suse.com with
>> >this text in its body: unsubscribe suse-linux-e
>> >Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
>> >archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7360945801443369505==--


From graham@barnowl.demon.co.uk Sat Feb 20 12:23:16 1999
From: graham@barnowl.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux 2.2.1 + OSS 3.9.2d
Date: Sat, 20 Feb 1999 12:23:16 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3753388939259632478=="

--===============3753388939259632478==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Massimo Lusetti  writes:

> If i don't wrong that is "commercial" version of OSS, did you purchase it? =
How
> about free version ?

I don't know about the free version. I purchased the 'commercial' one
very shortly after I started using Suse 5.3, and I have downloaded new
versions as they have been released (and to match kernel changes as
well as when I upgraded to Suse 6.)=20
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3753388939259632478==--


From jlkreps@navix.net Sat Feb 20 13:55:14 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which files required?
Date: Sat, 20 Feb 1999 07:55:14 -0600
Message-ID: <36CEBEC2.69D51117@navix.net>
In-Reply-To: <3.0.3.32.19990219181642.00aff410@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3541764868299862479=="

--===============3541764868299862479==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Sorry, Samy, I don't buy your excuse.

My experience last Sept 2nd., to the best of my recollection:
Dialing 1-510-835-7875
"SuSE USA, how may I help you?"
"I'd like to purchase a subscription to SuSE 5.3"
"Ok, let me get your name and credit card information..."  I don't
recall being sent to a sales dept.  I gave her the info, she confirmed
it and quoted the total price and freight, then she thanked me for my
order and we hung up.  One call. And, of course, I knew about the
subscription offer because I read about it on the SuSE USA web site.

No one was confused about what I wanted or about what they were supposed
to do.  No one tried to pressure me to the higher, single time price.=20
In fact, if you will think about it for a minute, it would be to SuSE's
advantage to push a prospect toward the subscription price.
Why?  $34 three time a year is greater than $50.  Why would anyone at
SuSE assume that someone who ordered the non-subscription offer would
call again and order another non-subscription offer?
I don't know who "they never gave me a straight answer" was, but I get
the distinct impression that you are slandering an ethical company to
conceal your own incompetance.  I take issue with that.

Samy Elashmawy wrote:
>=20
> I called SuSE  USA , asked for sales. I called twice in January and twice
> in February. I also asked the people who were maning the tech support
> lines.
>=20
> Sales did not know , and referred to the web sight. When I again asked what
> the policy was , he again offered the full version. He did not know the
> details of the upgrade/subscription. After 4 calls , I gave up and ordered
> the full version.
>=20
> If he works in sales , he should know that info. no excuses.
>=20
> What burns me , is that after asking suse USA several times , I found out
> about the upgrade last week from the list. SuSE USA never informed me of
> the option to buy an upgrade/subscription. This is the point. Yes its on
> the suse sight , buried two menus deep. Like I said , I called , I paid for
> the call , and I asked what the policy was.
>=20
> I paid 49.00 plus tax in July 98 , and 49.00 plus shipping this month. I
> feel that I was miss lead and taken advantage of. All four times , I asked
> what the upgrade process was. I could have bought it from cheapbyts or one
> of the other on line sights for 35.00. I decided that I would rather get it
> direct from suse . Instead , I learned Buyer beware.
>=20
> I am not complaining about the price , I am complaining about the fact that
> they never gave a straight answer.
>=20
>=20
>=20
> At 04:54 PM 2/19/1999 +0100, you wrote:
> >
> >Hi,
> >
> >On Fri, 19 Feb 1999, Samy Elashmawy wrote:
> >
> >> Jerry I take issue with that. I asked several times was there an
> >> upgrade path , each time I never got a stright answer. That is
> >> unethical. He could have easlly passed the call up the line , ar at
> >> least offered to find out and gotten back to me.  an "I don't know" by
> >> its self is not proper. I can unsderstand it oonce , but to have it
> >> happen several times is unaccptable. Look at the number of post on
> >> this issue , you can see there is a problem.
> >>
> >> Matter of fact , I am not aware of any one from suse following the
> >> list , usualy some one will step in and try to find out what happend ,
> >> and offer some sort of resolution.
> >
> >Where or whom did you ask? It really depends, if you purchase the package
> >from SuSE Germany, or SuSE USA. Here's an excerpt from our WWW-Sites:
> >
> >SuSE Germany:
> >http://www.suse.de/e/lx60/lx60.html#=
PRICES:>
> >
> >Price/Order
> >
> >SuSE Linux 6.0         Order code: 2014-15     EUR 46
> >SuSE Linux 6.0 Update  Order code: 16-15       EUR 38
> >(For registered customers only)
> >
> >-> Please also note the shipping fees, when ordering from outside germany.
> >
> >SuSE USA:
> >http://www.suse.com/Product/lx60/#ORDER>
> >
> >Price/Order
> >
> >S.u.S.E. Linux 6.0; Order Code LSUD600
> >Single Copy    $ 49.95
> >Subscription   $ 34.95
> >
> >See details about the subscription scheme on
> >http://www.suse.com/Order/subscribe.html>
> >
> >
> >Does that answer your question?
> >
> >Bye,
> >       LenZ
> >
> >--
> >------------------------------------------------------------------
> > Lenz Grimmer                                           SuSE GmbH
> > mailto:grimmer(a)suse.de        =
               Schanzaeckerstr. 10
> > http://www.suse.de/~grimmer>             90443 Nuernberg, Ge=
rmany
> >
> >-
> >To get out of this list, please send email to majordomo(a)suse.com with
> >this text in its body: unsubscribe suse-linux-e
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archiv at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3541764868299862479==--


From jlkreps@navix.net Sat Feb 20 14:18:29 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Whichfilesrequired?
Date: Sat, 20 Feb 1999 08:18:29 -0600
Message-ID: <36CEC435.38A5F109@navix.net>
In-Reply-To: <3.0.5.32.19990219184332.008065e0@pop.uia.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2615676240754230637=="

--===============2615676240754230637==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




George Schoelles wrote:
>=20
> -----BEGIN PGP SIGNED MESSAGE-----
>=20
> At 05:16 PM 2/19/99 -0600, you wrote:
> >A study conducted a few years ago revealed that simply to address and
> >stamp an envelope costs a business $1.27 US.
> >
> Damn I love those studies.  Just the kind of thing that puts a man
> like Clinton into office.
>=20
> George

Na...  Clinton got in because he was supported by a sychophant press and
an ignorant public.  None of them like studies, they prefer bogus
"opinion" push polls, using distored pushes.

"Starr has spent four years and 40 million dollars.  He is currently
seeking to impeach a president, who is enjoying 76 0.000000avorable rating,
over private sexual matters. Do you think:"
0 - Starr is going to far
0 - Clinton is still doing an excellent job despite Starr's harrassment.

What they never show, on the front page or in the push portion of the
poll, was that Starr ONLY spent 4 years and 40 million bucks, (Walsh
spent 7 years and nearly twice as much) but he has won 17 indictments
and 16 convictions.  (Walsh got only one conviction, North, and that was
overturned on appeal).

And now, even though 115 people are serving time in prison because they
lied in court, under oath, about sexual matters, never mind they didn't
attempt to obstruct justice, Clinton remains in office because of
spineless politicians whose own polls are nothing more than fingers in
the air, and the air is being pushed by CNN and the other left slanted
media.
But, I'm not complaining, just stating facts.  The truth IS out there
and Americans have the right to vote for whom ever they wish.  So, the
majority of Americans get exactly the kinds of politicians they deserve.
But, this isn't about SuSE, so my participation in this thread ends.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2615676240754230637==--


From jlkreps@navix.net Sat Feb 20 14:36:44 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Subscriptions/Upgrades/Std. Version/ policy
Date: Sat, 20 Feb 1999 08:36:44 -0600
Message-ID: <36CEC87C.861210F7@navix.net>
In-Reply-To: <36CE73F8.8DDE73EA@eskimo.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7259216206518008869=="

--===============7259216206518008869==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My experience with Linux began May 9th, last year, with an RH 5.0 CD
from the back of the book, "Learn Linux is 24 hours."  I have been
programming in the DOS-Win$ world since 1982.  If it were not for the
assistance of that book I would not have remained with Linux and I would
have missed out on the best OS since sliced cheese.  RH 5.0 installed
from my ATAPI CDROM at bootup.  The book was only an intro to Linux and
left alot out.  Later I purchased the full package of RH 5.2, which also
installed from CDROM bootup.  The manual, however, was TARGETED exactly
at RH and offered a lot more specific help.  I purchased "Running Linux"
(2nd edition) and got a lot more info specific to Linux and not to any
particular distro.
But, in my experience, it is a lot easier using a distro when you have
ITS manual at hand than trying to adjust a generic command to a specific
flavor.
Also, SuSE's YaST is easier to use when you have the manual, and no one
else documents it, or SaX, or the other specific tools that SuSE has
added to the distro which makes it stand out above the others.  IMHO.
Jerry

Mike Payson wrote:
>=20
> I *really* think they're making a big mistake with this pricing structure.
> Sure I want to support them, but when I can order the CD direct from
> LinuxCentral for $2.00 (plus S&H), it's hard to justify $35. True, you
> only get 1 CD instead of 5. True, you don't get the manual. But, once you
> have the manual, you don't need a new one every 6 months (unless they are
> upgraded more then I suspect they are), and you probably won't install 80%
> of the apps on the later CDs anyway-- and those you want you can go ahead
> & download.
>=20
> I do want to support S.u.S.E. Having just recently started using v5.3, I'm
> VERY impressed. It was simple to install, reasonably easy to configure, &
> certainly more pleasant to use then Win95.  But, as I said before, I think
> they should seriously look at offering a reasonably cheap (~$20) upgrade
> path. Otherwise, only a very small percentage of users will bother with
> buying upgrades & will just download them or get the knock-offs from
> resellers.
>=20
> Mike
>=20
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7259216206518008869==--


From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 20 16:52:30 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ApacheSSL ??????
Date: Sat, 20 Feb 1999 11:52:30 -0500
Message-ID: <36CEE84E.2EA45FCB@cpkwebser5.ncr.disa.mil>
In-Reply-To: <[SuSE Linux] ApacheSSL ??????>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1709336276029629600=="

--===============1709336276029629600==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Martin,

You sir are the man!  I not only got ApacheSSL from that site, but I also
got KDE1.1.

Thank you!

Steve

Martin Jackson wrote:

> "Steven T. Hatton" wrote:
> >
> > I am trying to figure out if SuSE comes with an SSL capable apache.  I
> > have attempted to download, compile, install, and run ApacheSSL to no
> > avail.  :-(  Big waste of time.  I see something on SuSE's site about
> > "Paket apassl-1.2.6" (
> > http://www.suse.d=
e/Support/sdb_e/apassl_dbroot.html> ) but I can't find
> > anything with that name.  Does anybody understand how to get ApacheSSL
> > running?
>
> Read the SuSE FAQ.  They list a German site where you can donwnload the
> heavy-duty encryption packages like Apache-SSL and ssh.
>
> Good luck!
>
> --
> Martin Jackson: mjackson(a)deskmedia.com
> ///////////////////\\\\\\\\\\\\\\\\\\\
> Computer & Information Science Major
> Minnesota State University, Mankato
> \\\\\\\\\\\\\\\\\\\///////////////////
> My other computer is also a Linux box!


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============1709336276029629600==--


From abrahams@valinet.com Sat Feb 20 16:58:00 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Yast install of .tgz files
Date: Sat, 20 Feb 1999 11:58:00 -0500
Message-ID: <199902201658.LAA00349@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0323746137142318522=="

--===============0323746137142318522==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




According to the (5.3) manual, YaST has the capability of installing
.tgz files as well as .rpm files.  I tried it and discovered, to my
astonishment, that if you give YaST a .tgz file it simply unpacks it.
And where?  To the ROOT DIRECTORY!!!  I had wondered how YaST might do
all the remaining steps of the installation, since of course those
require far more intelligence than one could expect of YaST (and are
different for different packages).  The obvious answer: once YaST has
unpacked the file, it does nothing at all with the unpacked results.

So my question is this: is the YaST ability to import .tgz files of any
use whatsoever?  Having imported the file, does YaST make any record of
it or provide any way of removing its contents?  Or is the YaST
treatment of .tgz files a pure misfeature?

I know, of course, that I can simply unpack a .tgz file myself and put
it wherever I want it to be.  My reason for preferring to use YaST is
that presumably YaST keeps an inventory of everything that's been
installed on my system, so that it's always better to use YaST than not
to use it.   But it seems that for .tgz files this doesn't work at all.

Paul Abrahams
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0323746137142318522==--


From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 20 17:05:48 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] Koffice.rmp KDE1.1 fails dependencies.
Date: Sat, 20 Feb 1999 12:05:48 -0500
Message-ID: <36CEEB6C.B73FEB7E@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4570669325866205182=="

--===============4570669325866205182==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I fetched Koffice from one of the suse ftp mirrors and attempted to
install the rpm.  I get the followin errors:

failed dependencies:
        libkom.so.1 is needed by koffice-990203-3
        libkparts.so.1 is needed by koffice-990203-3
        libkpartsui.so.1 is needed by koffice-990203-3
        libpykde.so.1 is needed by koffice-990203-3
        libpymico.so.0 is needed by koffice-990203-3

What eles to I need to fetch?

TIA

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============4570669325866205182==--


From awol@STAT.UNIMAAS.NL Sat Feb 20 17:10:12 1999
From: awol@STAT.UNIMAAS.NL
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] The mighty dell inspiron 7000 laptop
Date: Sat, 20 Feb 1999 18:10:12 +0100
Message-ID: <99022018411104.00207@for>
In-Reply-To: <199902200600.WAA11504@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4618556958607581717=="

--===============4618556958607581717==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, 20 Feb 1999 Michael Perry wrote:

>I recently received a dell inspiron 7000 laptop from work and need some
>basic assistance.  It ships with a ati rage LT series card and I would
>definitely like to get x working on its awesome 15" screen.  It also
>ships with a 366 mhz pentium II processor and 128mb of ram.  This laptop
>is a monster!!  I read on suse's web site to use the mach 64 driver in x
>3.3.2.  Have others done this using the ati rage lt cards?  Any reports
>of problems?  I would like to do SuSE 6 but want something on there now
>besides winblast 98.  So I think I will order a second copy of suse 6
>but for now will play with suse 5.3 on it.

Michael, you have a couple of options:

1) I you have money to spare or if your company pays for it buy
   the Xi-graphics Laptop Accelerated-X Display Server, version 4.1.
   It has a specially Inspiron 7000 adapted and tested version
   of drivers for the Ati Rage LT Pro 4MB/8MB card. (It was'nt
   included in my box, I had to download them seperately from their
   server: look for L4102.013.tar.gz).
   They are excellent and fast with nice options.
   (as they are still libc5 only do a 'minimal' install).

2) If you want a free solution go to Steve Hsieh's site:
   http://www.eecs.umich.edu/~steveh/in=
spiron/>
   There you will find info on how to download and install patched
   versions of the XFree Mach 64 server. (libc5 and libc6 versions
   available) or, if you are using the 2.2.1 kernel, a solution using
   a 'VESA Framebuffer'.

NB I read on the German SuSE site info about broken PCMCIA modules
   in SuSE 6.0. (didn't work with some cards, you had to remove the
   6.0 stuff and put in the stuff from SuSE 5.3 or something like
   that. I don't know if this was only the German version and if it
   has been fixed in the international version).
   I was in a hurry so I didn't install SuSE 6.0, in case of trouble,
   but RedHat 5.2, and I used the Xi-Graphics server.
   Works perfectly, marvelous performance. I have the 333 Mhz one.
   The 15" screen is indeed awesome. Enlightenment is magnificent
   on it.

Alexander

-------------------------------------
Alexander Volovics
Dept of Methodology & Statistics
Maastricht University, Maastricht, NL
-------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4618556958607581717==--


From samelash@ix.netcom.com Sat Feb 20 17:26:46 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
Date: Sat, 20 Feb 1999 17:26:46 +0000
Message-ID: <3.0.3.32.19990220172646.00b42640@popd.ix.netcom.com>
In-Reply-To: <[SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8439816066409614205=="

--===============8439816066409614205==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>Date: Sat, 20 Feb 1999 17:25:47 +0000
>To: zentara 
>From: Samy Elashmawy 
>Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows
>In-Reply-To: <36CF0D98.194719A0(a)mindspring.com>
>References: <03a301be5b5b$5ae41080$121b9eca(a)bean=
>
<36CC68C1.28F3D6DF(a)mindspring.com> <36CDF83D.A4F284D5(a)tir.com>
>
>At 02:31 PM 2/20/1999 -0500, you wrote:
>>
>>Robert Russell wrote:
>>>=20
>>> Sounds like time for a class action law suit, or are the attorneys too
>>> busy with Y2K?
>>>=20
>>
>>Ya, but money talks. Any lawyer who messes with a lawsuit against
>>Microsoft, either gets "bought on to the Microsoft Team",
>
>He can get disbarred for that . That is serious
>
> or
>>has alot of resistance. Only big corporations like Sun, or the
>>Justice Dept. can take on that behemoth.
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8439816066409614205==--


From deem@wdm.com Sat Feb 20 17:43:41 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Throwing 2.2.1 up under 6.0 ?
Date: Sat, 20 Feb 1999 08:43:41 -0900
Message-ID: <199902201743.IAA12214@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4834576037627319800=="

--===============4834576037627319800==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Been some threads on the list about the latest kernels ..I know.
Has anyone seen a SuSE 2.2.1 kernel anywhere ? Or a web page with a list=20
og gotchya's ? Thanks

-Dee

W.D.McKinney (Dee) deem(a)wdm.com
Faith is acting on your passions & beliefs.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4834576037627319800==--


From yatsen-ng@cistron.nl Sat Feb 20 17:45:07 1999
From: yatsen-ng@cistron.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] Configuring Sound Blaster Cards
Date: Sat, 20 Feb 1999 18:45:07 +0100
Message-ID: <36CEF4A3.56965D2B@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3747594409494677498=="

--===============3747594409494677498==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




I just bought the book Mastering Linux by Arman Danesh. Great book
but, of course,

they tend to focus a lot on Red Hat.They have a program called sndconfig to configure
Sound Blaster cards. Does SuSE have tool like that? I'm a newbie and I'm looking for an
unsophisticated way to configure my (Sound Blaster) soundcard. Souncard support is
mentioned in the SuSE manual on page 200 but they don't really go in depth here. By the
way, I run 5.3.
--===============3747594409494677498==-- From risch@tir.com Sat Feb 20 17:47:32 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Which filesrequired? Date: Sat, 20 Feb 1999 12:47:32 -0500 Message-ID: <36CEF534.7587C079@tir.com> In-Reply-To: <36CD5FC2.57D80FE3@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5355438141871342266==" --===============5355438141871342266== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I consider SuSE Linux a pretty good value. The install goe svery quickly. Configuring takes a little more time. SuSE or any distribution saves me the time of searching for apps and all that goes with that, not an easy task for some one, who had only heard of U*nix a few years back. One thing I think few people consider is the "unaccounted costs" associated with M$, not to mention the high costs of apps. SuSE is a privately held company and if one doesn't make a profit one goes out of business, unless your government, then you tell everyone to dig deeper. Regards, Bob Russell "By 1990 there were more people employed by federal, state and local governments than by the manufacturing sector in the United States." Who creates jobs and who just spends money? Jerry Lynn Kreps wrote: >=20 > mpayson(a)eskimo.com wrote: > > > On the other hand, If I could get an official, but sans support, upgrade > > for ~$20 (as I could from Slackware-- 4 cds, no manual.), I'd almost > > certainly buy every new upgrade they released. > > > > Mike >=20 > Considering that to pay taxes and costs a business needs to make at > least a 280rofit, I am suprized that I can get the distro WITH a well > made book for $34! > I am not sure you have ever had the pleasure of running your own > business. Remove the excessive government taxes (most of which is > redistributed to those who didn't earn it and don't understand what it > takes to run a business) and $20 *might* be a profitable. > Jerry > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at
http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5355438141871342266==-- From apeerand@pacbell.net Sat Feb 20 18:01:55 1999 From: apeerand@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Koffice.rmp KDE1.1 fails dependencies. Date: Sat, 20 Feb 1999 10:01:55 +0000 Message-ID: <199902201807.KAA16292@mail-gw5.pacbell.net> In-Reply-To: <[SuSE Linux] Koffice.rmp KDE1.1 fails dependencies.> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5696009858292820102==" --===============5696009858292820102== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 20 Feb 1999 12:05:48 -0500, Steven T. Hatton wrote: >failed dependencies: > libkom.so.1 is needed by koffice-990203-3 > libkparts.so.1 is needed by koffice-990203-3 > libkpartsui.so.1 is needed by koffice-990203-3 > libpykde.so.1 is needed by koffice-990203-3 > libpymico.so.0 is needed by koffice-990203-3 > >What eles to I need to fetch did you get both mico and cobra? andy sent by andy peerand using recyled protons - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5696009858292820102==-- From mjackson@deskmedia.com Sat Feb 20 18:02:09 1999 From: mjackson@deskmedia.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Configuring Sound Blaster Cards Date: Sat, 20 Feb 1999 12:02:09 -0600 Message-ID: <36CEF8A1.1CCE772E@deskmedia.com> In-Reply-To: <36CEF4A3.56965D2B@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0598471142633138786==" --===============0598471142633138786== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yatsen Ng wrote: >=20 > I just bought the book Mastering Linux by Arman Danesh. Great book > but, of course, > they tend to focus a lot on Red Hat.They have a program called > sndconfig to configure > Sound Blaster cards. Does SuSE have tool like that? I'm a newbie and > I'm looking for an > unsophisticated way to configure my (Sound Blaster) soundcard. > Souncard support is > mentioned in the SuSE manual on page 200 but they don't really go in > depth here. By the > way, I run 5.3. >=20 ndconfig will compile under any Linux with slang-99 and newt-0.30 (I think). Anyway, get the latest slang and newt development packages and it should compile fine. For example, I compiled sndconfig under Debian to get my SB16 working properly. Please note that you need Red Hat's 2.0.36 kernel (with the 2.1 sound modules backported) or a 2.2 kernel to use sndconfig. IMHO, sndconfig should be in ALL the distros. It's clean, easy to use (as of Red Hat 5.2), and does what it needs to do. --=20 Martin Jackson: mjackson(a)deskmedia.com ///////////////////\\\\\\\\\\\\\\\\\\\ Computer & Information Science Major Minnesota State University, Mankato \\\\\\\\\\\\\\\\\\\/////////////////// My other computer is also a Linux box! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0598471142633138786==-- From gregt@nadel.com Sat Feb 20 18:34:36 1999 From: gregt@nadel.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Upgrading from 5.2 to 6.0. Whichfilesrequired? Date: Sat, 20 Feb 1999 10:34:36 -0800 Message-ID: In-Reply-To: <36CEC435.38A5F109@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2329379492308505394==" --===============2329379492308505394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable i hate going off topic but give me a break. comparing investigating drug running, arms dealing fanatics to investigating a president who lied about an affair is ridiculous.=20 1) if the US investigated everybody who is in office regarding extramarital affairs there wouldn't be anyone in office. 2) name some of those 115 people and whether they were convicted of any other crimes. greg > And now, even though 115 people are serving time in prison because they > lied in court, under oath, about sexual matters, never mind they didn't > attempt to obstruct justice, Clinton remains in office because of > spineless politicians whose own polls are nothing more than fingers in > the air, and the air is being pushed by CNN and the other left slanted > media. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2329379492308505394==-- From fmiller@lightlink.com Sat Feb 20 19:15:33 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ZDNN: MS socked with two class action suits Date: Sat, 20 Feb 1999 14:15:33 -0500 Message-ID: <36CF09D5.99CF27E@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1606695251114338412==" --===============1606695251114338412== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable htt= p://www.zdnet.com/zdnn/stories/news/0,4586,2213207,00.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1606695251114338412==-- From zentara@mindspring.com Sat Feb 20 19:24:01 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux Date: Sat, 20 Feb 1999 14:24:01 -0500 Message-ID: <36CF0BD1.6F81727B@mindspring.com> In-Reply-To: <36CCA271.B24A714F@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7915084162059236958==" --===============7915084162059236958== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Robert Russell wrote: >=20 > Chris, >=20 > That was you that mentioned OS/2, wasn't it? And what happened to it? > Which was better NT or OS/2? >=20 OS2 was better than NT, as far as operation goes. It's only drawback was that it was a single user system, and did not keep file permissions. On the other hand, not keeping file permissions made the filesystem, HPFS , High-Performance- File-System really fly. It was just plain excellent. Ironically, the guy who wrote HPFS, was the same guy who wrote NTFS, Microsoft was under contract to IBM at the time. The current version of OS2, is called Merlin, it is the next version after Warp. Most people dropped OS2 after they announced their would be no=20 versions after Merlin. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7915084162059236958==-- From zentara@mindspring.com Sat Feb 20 19:27:36 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ppp...a headshake instead of a handshake Date: Sat, 20 Feb 1999 14:27:36 -0500 Message-ID: <36CF0CA8.DC708D16@mindspring.com> In-Reply-To: <36CDE1BE.631ABCE7@blaze.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8772790120590980158==" --===============8772790120590980158== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable islandwolf wrote: >=20 > Hi - > Am new to list, not so to linux...HOWEVER, I have repeatedly configured > suseppp, and > am mystified by the refusal of ppp to connect to my local isp. >=20 > the furthest i get is : ./ppp-up generic > and the response: +++AZT >=20 > any clues, comments - provided they work - would be most helpful >=20 Your isp probably only accepts pap logins, not scripted. I don't know how to tell suseppp to use pap, I switched to wvdial, which handles pap easily. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8772790120590980158==-- From zentara@mindspring.com Sat Feb 20 19:28:49 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sat, 20 Feb 1999 14:28:49 -0500 Message-ID: <36CF0CF1.4E65C60E@mindspring.com> In-Reply-To: <003601be5c5e$ec06c360$53625582@abstract> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5582897294545389007==" --===============5582897294545389007== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Laurent Geyer wrote: >=20 > Hi, > I was just wondering if there are still people out there who have yt > to receive their SuSE 6.0 copy. I ordered mine on January 14, and > figured it should've been arrived already, considering that it's been > available for close to three weeks. Maybe some of you who are still > waiting could let me know, just so that I feel a little bit more > comfortable :) Same here. Hasn't arrived yet. I think subscription people get first priority. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5582897294545389007==-- From deem@wdm.com Sat Feb 20 19:31:25 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 10:31:25 -0900 Message-ID: <199902201931.KAA00331@wdm.com> In-Reply-To: <199902201743.IAA12214@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4976483119874512347==" --===============4976483119874512347== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 2.2.1 works great so far without any modifications to 6.0. Thanks folks. "W.D.McKinney" wrote: >=20 >=20 > Been some threads on the list about the latest kernels ..I know. > Has anyone seen a SuSE 2.2.1 kernel anywhere ? Or a web page with a list=20 > og gotchya's ? Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4976483119874512347==-- From zentara@mindspring.com Sat Feb 20 19:31:36 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] [TNYT]: Protesters Seek Refunds on Windows Date: Sat, 20 Feb 1999 14:31:36 -0500 Message-ID: <36CF0D98.194719A0@mindspring.com> In-Reply-To: <36CDF83D.A4F284D5@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4286328458156538168==" --===============4286328458156538168== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Robert Russell wrote: >=20 > Sounds like time for a class action law suit, or are the attorneys too > busy with Y2K? >=20 Ya, but money talks. Any lawyer who messes with a lawsuit against Microsoft, either gets "bought on to the Microsoft Team", or has alot of resistance. Only big corporations like Sun, or the Justice Dept. can take on that behemoth. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4286328458156538168==-- From hsundt@uswest.net Sat Feb 20 20:04:41 1999 From: hsundt@uswest.net To: users@lists.opensuse.org Subject: [SuSE Linux] The New Kernel : A newbie seeks basic steps... Date: Sat, 20 Feb 1999 12:04:41 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6137609286319360413==" --===============6137609286319360413== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I will recieve SuSE Linux 6.0 Tuesday. I will install cleanly, using YAST, and retaining nothing of previous installation? Why? Because I never got pppd not to drop the connection, and installing DEMO OSS found it had expired already. I run a Gateway 2500 "SOLO" laptop. My questions are these basic four: #1.) Is the "new" kernel some where as a binary I just download and replace in a directory for another...what are the steps for this? #2.) Has configuring PCMCIA services changed? I have a modem card, (NOT a winmodem). #3.) How to I "turn on" or set up OSS #4.) In that the defaults, I believe, are for networked not dial up computers, I beieve some ppp problems are due to conflicts with processes not needed by a dial up box, but set in motion by the scripts in YAST. In other words, there are two many cooks in the kitchen, and a newbie doesn't know what he or she doesn't need to keep, or need to dismiss, or how to go about it. Thank you for your patience. An Abject Newbie - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6137609286319360413==-- From to.avi@usa.net Sat Feb 20 20:39:32 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] Unable to install Sybase nor Informix on 5.3 Date: Sat, 20 Feb 1999 14:39:32 -0600 Message-ID: <36CF1D84.949F756C@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5697403519165250402==" --===============5697403519165250402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hi,

While waiting for my 6.0 release to arrive, I decided to take a look at
Informix and Sybase.  While installing the two I encountered the same
error and I was wondering if someone else has seen this problem and got
around it.  During the installation I receive the following error after
which the installation aborts:

/usr/i486-linux-libc6/lib/libc.so.6: undefined symbol:
_dl_debug_impcalls

What am I missing?

Thanks,

Avi


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============5697403519165250402==-- From jlkreps@navix.net Sat Feb 20 20:50:36 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux Date: Sat, 20 Feb 1999 14:50:36 -0600 Message-ID: <36CF201C.FF748818@navix.net> In-Reply-To: <36CF0BD1.6F81727B@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6346300253047027950==" --===============6346300253047027950== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: > OS2 was better than NT, as far as operation goes. It's only > drawback was that it was a single user system, and did not Zentara, Did you see that story on CNN about NT 2000 having 25 million NEW lines of code (800f the entire source) and that MOST of the existing apps will have to be ***rewritten*** to run on it? Amazing. M$ and it's monopolistic co-conspiritors think that people will sit still while they are forced shell out big bucks to replace WinX with NT 2XXX and more big bucks to replace existing apps with identical ones that run under NT 2XXX. I don't think so. =20 If people thought 1998 was the year Linux got noticed, wait till 1999 is over and we look back and the MASSIVE ground swell of change that occured. Shift happens! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6346300253047027950==-- From jlkreps@navix.net Sat Feb 20 20:52:31 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sat, 20 Feb 1999 14:52:31 -0600 Message-ID: <36CF208F.2AC02077@navix.net> In-Reply-To: <36CF0CF1.4E65C60E@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0823286154225920106==" --===============0823286154225920106== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Laurent Geyer wrote: > > > > Hi, > > I was just wondering if there are still people out there who have yt > > to receive their SuSE 6.0 copy. I ordered mine on January 14, and > > figured it should've been arrived already, considering that it's been > > available for close to three weeks. Maybe some of you who are still > > waiting could let me know, just so that I feel a little bit more > > comfortable :) >=20 > Same here. Hasn't arrived yet. I think subscription people > get first priority. >=20 The very same day I sent a hot little note to Lenz complaining that my copy of SuSE hadn't arrive yet, ... it arrived. Send a note. That will hurry it alongs its way! ;-) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0823286154225920106==-- From SOLARIS@cicei.ulpgc.es Sat Feb 20 21:09:21 1999 From: SOLARIS@cicei.ulpgc.es To: users@lists.opensuse.org Subject: [SuSE Linux] SUSEs manual/where ? Date: Sat, 20 Feb 1999 21:09:21 +0000 Message-ID: <54D4BF1B3F@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8683565235702157058==" --===============8683565235702157058== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Where (ftp) could I find SuSEs manual in ps/acrobat format ? Cheers, APS =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8683565235702157058==-- From jlkreps@navix.net Sat Feb 20 21:28:53 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] The New Kernel : A newbie seeks basic steps... Date: Sat, 20 Feb 1999 15:28:53 -0600 Message-ID: <36CF2915.DC2E2673@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2572928184009519423==" --===============2572928184009519423== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Harald Sundt wrote: >=20 > I will recieve SuSE Linux 6.0 Tuesday. I will install cleanly, using YAST, > and retaining nothing of previous installation? Why? Because I never got > pppd not to drop the connection, and installing DEMO OSS found it had > expired already. >=20 After you finish with the setup: Make /user/sbin/pppd as suid. Remove the line that starts with "Lock" and the one that starts with "-XIP..." from /etc/ppp/options (or empty that file out). Does your ISP use PAP? Check to be sure. > I run a Gateway 2500 "SOLO" laptop. >=20 > My questions are these basic four: >=20 > #1.) Is the "new" kernel some where as a binary I just download and replace > in a directory for another...what are the steps for this? I'm a newbie also, and if I am wrong someone will correct me, but, all kernals are binary. A kernel doesn't exist until a source is compiled to produce it. That compile will link in shared libaries, header files, etc., that are part of the distribution. The compile process can be adjusted before compilation using the menuconfig app, which modifies the Makefile. Makefile actually controls the compliation process, telling the compiler what to do (rules), where to find stuff, what kind of hardware is present, etc.. So, a kernel is actually taylored to a specific set of files and conditions. Many distros set Makefile to indicate the cpu to be a type i486 because most boxes had 486 processers in them, and if they were 586 they could still run a 486 kernel, but a 586 kernel can't run on a 486 cpu. If you use menuconfig to adjust the Makefile that controls the kernel compilation you can set it to your specific hardware, etc... =20 Distro makers like SuSE setup a test rig and compile a kernel from the source files in such a way that it has a minimal config and will run on the most common machines. Having loadable modules helps this significantly, allowing the kernel to run and take charge and then allowing the user to add and adjust his setup using modules. >=20 > #2.) Has configuring PCMCIA services changed? I have a modem card, (NOT a > winmodem). SuSE 6.0 has a new PCMCIA card manager program and it gives some people problems so you may have to download and install the old SuSE 5.3 card managers. There is a note about this on the "Linux 6.0 Admitted problems and Special Features" web page on the SuSE site. Look up stefan_pcmcia.html. The new card manager worked very well for me. > #3.) How to I "turn on" or set up OSS One way is: If a sound module is loaded autmatically then run soundoff to turn it off and rmmod to remove it. Then put the OSS tar file in a directory of your choice and untar it. =20 Change to that directory and read the README file. It will tell you how to install OSS. (Which is to run the "oss-install" program) I installed mine under /opt/oss I put a copy of my asc license file there. I moved to that dir and ran sndconfig and followed directions. When it was done I put "soundon" in the /etc/rc.d/init.d/boot.local file >=20 > #4.) In that the defaults, I believe, are for networked not dial up > computers, I beieve some ppp problems are due to conflicts with processes > not needed by a dial up box, but set in motion by the scripts in YAST. In > other words, there are two many cooks in the kitchen, and a newbie doesn't > know what he or she doesn't need to keep, or need to dismiss, or how to go > about it. Sure confused me. I used KDE and so I used the setup button on the KDE Kppp program. Setup was a breeze, taking notice of the suid of pppd and the /etc/ppp/options file. Also, every time I ran YaST it reset my pppd permissions and I would have to reset them to suid. There is a setting in a file permissions that is supposed to prevent this by changing it's reference to pppd from 754 to 756, but that never worked for me. ??? >=20 > An Abject Newbie Hey, there is no such animal as an 'abject' Newbie. We are all ignorant, some of one thing and some of another! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2572928184009519423==-- From jlkreps@navix.net Sat Feb 20 21:31:55 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Unable to install Sybase nor Informix on 5.3 Date: Sat, 20 Feb 1999 15:31:55 -0600 Message-ID: <36CF29CB.10A2AE11@navix.net> In-Reply-To: <36CF1D84.949F756C@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5972019821142710248==" --===============5972019821142710248== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Avi Schwartz wrote: >=20 > Hi, >=20 > While waiting for my 6.0 release to arrive, I decided to take a look at > Informix and Sybase. While installing the two I encountered the same > error and I was wondering if someone else has seen this problem and got > around it. During the installation I receive the following error after > which the installation aborts: >=20 > /usr/i486-linux-libc6/lib/libc.so.6: undefined symbol: > _dl_debug_impcalls >=20 > What am I missing? >=20 I think this is what SuSE 6.0 will allow, the installation of programs that use the libc6 shared libraries. 5.3 used the old libc5 libraries and barfs a lung when you try to run pgms which needs the newer lib. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5972019821142710248==-- From risch@tir.com Sat Feb 20 21:37:52 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux Date: Sat, 20 Feb 1999 16:37:52 -0500 Message-ID: <36CF2B30.87851A7C@tir.com> In-Reply-To: <36CF201C.FF748818@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6590949863887391254==" --===============6590949863887391254== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jerry Lynn Kreps wrote: >=20 > zentara wrote: >=20 > > OS2 was better than NT, as far as operation goes. It's only > > drawback was that it was a single user system, and did not >=20 > Zentara, > Did you see that story on CNN about NT 2000 having 25 million NEW lines > of code (800f the entire source) and that MOST of the existing apps > will have to be ***rewritten*** to run on it? >=20 > Amazing. M$ and it's monopolistic co-conspiritors think that people > will sit still while they are forced shell out big bucks to replace WinX > with NT 2XXX and more big bucks to replace existing apps with identical > ones that run under NT 2XXX. I don't think so. >=20 > If people thought 1998 was the year Linux got noticed, wait till 1999 is > over and we look back and the MASSIVE ground swell of change that > occured. You must have a great mind! Thanks for being so creative and keeping it CLEAN! Cutting edge, just like Linux! > Shift happens! > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6590949863887391254==-- From kepe@home.com Sat Feb 20 21:53:38 1999 From: kepe@home.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 15:53:38 -0600 Message-ID: In-Reply-To: <199902201931.KAA00331@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1042177974147645776==" --===============1042177974147645776== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 20-Feb-99 W.D.McKinney wrote: >=20 > 2.2.1 works great so far without any modifications to 6.0. > Thanks folks. >=20 >=20 I agree with with you. I am also running 6.0/2.2.1 with no problems.I had to modify my masq/firewall scripts, going to IPCHAINS, thanks to another member on this list, and updated /sbin/init.d/masquerade and /sbin/init.d/firewall scripts. Everything is running great with absolutely no crashes whatsoever, since the Beta 6.0 became available. I find it rather weird that others have had complaints about crashes with 6.0, when I have not had one to occur, yet. -- Danny Kephart E-Mail: kepe(a)home.com Date: 20-Feb-99 Time: 15:43:04 CST - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1042177974147645776==-- From mperry@basin.com Sat Feb 20 21:59:46 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re[2]: [SuSE Linux] The mighty dell inspiron 7000 laptop Date: Sat, 20 Feb 1999 13:59:46 -0800 Message-ID: <199902202159.NAA14573@mperry.basin.com> In-Reply-To: <99022018411104.00207@for> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0318307346581203756==" --===============0318307346581203756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Alexander Volovics wrote: > On Sat, 20 Feb 1999 Michael Perry wrote: >=20 >=20 > Michael, you have a couple of options: >=20 > 1) I you have money to spare or if your company pays for it buy > the Xi-graphics Laptop Accelerated-X Display Server, version 4.1. > It has a specially Inspiron 7000 adapted and tested version > of drivers for the Ati Rage LT Pro 4MB/8MB card. (It was'nt > included in my box, I had to download them seperately from their > server: look for L4102.013.tar.gz). > They are excellent and fast with nice options. > (as they are still libc5 only do a 'minimal' install). >=20 > 2) If you want a free solution go to Steve Hsieh's site: > http://www.eecs.umich.edu/~steveh/= inspiron/> > There you will find info on how to download and install patched > versions of the XFree Mach 64 server. (libc5 and libc6 versions > available) or, if you are using the 2.2.1 kernel, a solution using > a 'VESA Framebuffer'. >=20 > NB I read on the German SuSE site info about broken PCMCIA modules > in SuSE 6.0. (didn't work with some cards, you had to remove the > 6.0 stuff and put in the stuff from SuSE 5.3 or something like > that. I don't know if this was only the German version and if it > has been fixed in the international version). > I was in a hurry so I didn't install SuSE 6.0, in case of trouble, > but RedHat 5.2, and I used the Xi-Graphics server. > Works perfectly, marvelous performance. I have the 333 Mhz one. > The 15" screen is indeed awesome. Enlightenment is magnificent > on it. > --------- Alexander- Many, many thanks for this. I grabbed the files and my Inspiron is truly inspired now. Its so nice to have X working with the system.=20 This is one heavy duty laptop. The screen is just gorgeous. It has the heft of a desktop or something :) Thanks again for the web pointer.=20 -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0318307346581203756==-- From andrew@akroll.com Sat Feb 20 23:05:46 1999 From: andrew@akroll.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sat, 20 Feb 1999 17:05:46 -0600 Message-ID: <36CF3FC9.552F8ACF@akroll.com> In-Reply-To: <36CF0CF1.4E65C60E@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6213397442577671803==" --===============6213397442577671803== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have a subscription and I haven't gotten mine either. I e-mailed them last week. Supposedly my 6.0 shipped out yesterday via Fedex. I'm sure everyones else's can't be far behind. Try sending an e-mail to orders(a)suse.com to inquire. --Andrew Kroll zentara wrote: > Laurent Geyer wrote: > > > > Hi, > > I was just wondering if there are still people out there who have yt > > to receive their SuSE 6.0 copy. I ordered mine on January 14, and > > figured it should've been arrived already, considering that it's been > > available for close to three weeks. Maybe some of you who are still > > waiting could let me know, just so that I feel a little bit more > > comfortable :) > > Same here. Hasn't arrived yet. I think subscription people > get first priority. > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6213397442577671803==-- From tjhanson@ix.netcom.com Sat Feb 20 23:26:20 1999 From: tjhanson@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Mailers Date: Sat, 20 Feb 1999 23:26:20 +0000 Message-ID: <36d04229.253562475@smtp.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3484420282411344671==" --===============3484420282411344671== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In my movement away from Windows, I'm ready to move my email. I'm looking for a client email program for my single user desktop system. I = don't need anything elaborate like sendmail; I would like something simple li= ke Eudora for Windows. I have been using Agent, which is what I'm replacing.= I tried the Netscape mailer and I'm not totally impressed. I'd like it to = filter email, nest folders, etc. I noticed XFmail on the disk. It has a decent l&f, but lots of programs have= that. I don't want to configure it and start taking email into it only to f= ind out later it has some unacceptable limitation. =20 Does anyone else use it? Are there any other recommendations? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3484420282411344671==-- From deem@wdm.com Sat Feb 20 23:48:04 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 14:48:04 -0900 Message-ID: <199902202348.OAA01010@wdm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3305190247704302010==" --===============3305190247704302010== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Here's 1 issue though, the termcap and trying to get OSS/Linux to load. I try running /tmp/./oss-install and get the termcap error of opening termina= l ? Anyone know what the fix is ? set TERM=3Dvt100 doesn't work. -Dee Danny Kephart wrote: >=20 >=20 > On 20-Feb-99 W.D.McKinney wrote: > >=20 > > 2.2.1 works great so far without any modifications to 6.0. > > Thanks folks. > >=20 > >=20 >=20 > I agree with with you. I am also running 6.0/2.2.1 with no problems.I had > to modify my masq/firewall scripts, going to IPCHAINS, thanks to another > member on this list, and updated /sbin/init.d/masquerade and > /sbin/init.d/firewall scripts. Everything is running great with absolutely > no crashes whatsoever, since the Beta 6.0 became available. I find it > rather weird that others have had complaints about crashes with 6.0, when I > have not had one to occur, yet. >=20 > - - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3305190247704302010==-- From kar@webline.dk Sat Feb 20 23:48:16 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] 6.0 and tkrat Date: Sun, 21 Feb 1999 00:48:16 +0100 Message-ID: <36CF49C0.C2F15AEF@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8642906922492160375==" --===============8642906922492160375== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I upgraded to 6.0 and broke several things. Right now the most anoying is tkrat that can't run without telling me that there's a fatal error. Error 84 to be exact. Anyone lese with that problem, or more importantly, the solution? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8642906922492160375==-- From medavid@ix.netcom.com Sat Feb 20 23:57:59 1999 From: medavid@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sat, 20 Feb 1999 15:57:59 -0800 Message-ID: <01be5d2c$d82b1980$ef42d8ce@win98> In-Reply-To: <[SuSE Linux] SuSE 6.0 shipments> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8757818660226377802==" --===============8757818660226377802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable FYI-- My subscription copy of SuSE 6.0 (ordered in mid-January) showed up today! :) Mark -----Original Message----- From: Jerry Lynn Kreps To: zentara Cc: suse-linux-e(a)suse.com Date: Saturday, February 20, 1999 1:58 PM Subject: Re: [SuSE Linux] SuSE 6.0 shipments > >zentara wrote: >> >> Laurent Geyer wrote: >> > >> > Hi, >> > I was just wondering if there are still people out there who have yt >> > to receive their SuSE 6.0 copy. I ordered mine on January 14, and >> > figured it should've been arrived already, considering that it's been >> > available for close to three weeks. Maybe some of you who are still >> > waiting could let me know, just so that I feel a little bit more >> > comfortable :) >> >> Same here. Hasn't arrived yet. I think subscription people >> get first priority. >> > >The very same day I sent a hot little note to Lenz complaining that my >copy of SuSE hadn't arrive yet, ... it arrived. Send a note. That will >hurry it alongs its way! ;-) >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8757818660226377802==-- From jlkreps@navix.net Sun Feb 21 00:13:13 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 18:13:13 -0600 Message-ID: <36CF4F99.6CA01FCD@navix.net> In-Reply-To: <199902202348.OAA01010@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5925087688691227702==" --===============5925087688691227702== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.D.McKinney" wrote: >=20 > Here's 1 issue though, the termcap and trying to get OSS/Linux to load. > I try running /tmp/./oss-install and get the termcap error of opening termi= nal ? > Anyone know what the fix is ? set TERM=3Dvt100 doesn't work. >=20 > -Dee >=20 > Danny Kephart wrote: > > I haven't had that problem. Just a wild guess: what shell are you using? Use pico or some other editor and look at the first line of oss-install. If it starts with something like "#!sh", then use the sh shell, if "#!bash" then use the bash shell like: "sh ./oss-install" Would you want me to email my 650KB termcap script? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5925087688691227702==-- From jlkreps@navix.net Sun Feb 21 00:14:56 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: [SuSE Linux] Location of SuSE's Manual in ps format... Date: Sat, 20 Feb 1999 18:14:56 -0600 Message-ID: <36CF5000.B363D130@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7075304242626055994==" --===============7075304242626055994== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable ftp://suse.org/pub/suse60/6.0/docu> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7075304242626055994==-- From to.avi@usa.net Sun Feb 21 00:31:35 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] libc.so.6: undefined symbol: _dl_debug_impcalls Date: Sat, 20 Feb 1999 18:31:35 -0600 Message-ID: <36CF53E7.74DEDBD@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4960369634007284666==" --===============4960369634007284666== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hi,

I got the error message in the subject when I tried to install  certain
programs (Sybase & Informix) in my SuSE 5.3 installation.  Do I have to
have version 6.0 to install these applications or can I get them
installed and running on 5.3?

Thanks,
Avi


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============4960369634007284666==-- From oms101@clara.co.uk Sun Feb 21 01:01:42 1999 From: oms101@clara.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux in a PCB Shop Date: Sun, 21 Feb 1999 01:01:42 +0000 Message-ID: <36CF5AF6.3916B3BC@clara.co.uk> In-Reply-To: <[SuSE Linux] Linux in a PCB Shop> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8031671175221875773==" --===============8031671175221875773== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks everyone Owen - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8031671175221875773==-- From deem@wdm.com Sun Feb 21 01:09:36 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 16:09:36 -0900 Message-ID: <199902210109.QAA00361@wdm.com> In-Reply-To: <36CF4F99.6CA01FCD@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2619040005686449640==" --===============2619040005686449640== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jerry Lynn Kreps wrote: >=20 >=20 > I haven't had that problem. Just a wild guess: what shell are you > using? Use pico or some other editor and look at the first line of > oss-install. If it starts with something like "#!sh", then use the sh > shell, if "#!bash" then use the bash shell like: "sh ./oss-install" > Would you want me to email my 650KB termcap script? Well I found that you need to make a link: Do: ln -s /usr/lib/terminfo /usr/share/terminfo That will fix it. Best Regards -Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2619040005686449640==-- From budr@sirinet.net Sun Feb 21 01:42:00 1999 From: budr@sirinet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Mailers Date: Sat, 20 Feb 1999 19:42:00 -0600 Message-ID: In-Reply-To: <36d04229.253562475@smtp.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2342973776728886552==" --===============2342973776728886552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable tjhanson(a)ix.netcom.com (Tim Hanson) writes: > In my movement away from Windows, I'm ready to move my email. [...] > I noticed XFmail on the disk. It has a decent l&f, but lots of programs > have that. I don't want to configure it and start taking email into it > only to find out later it has some unacceptable limitation. >=20 > Does anyone else use it? Are there any other recommendations?=20 I used XFmail for quite a while, some time ago. I didn't have any problems with it. I've since migrated to Xemacs/Gnus but that's a whole other story, not due to any perceived shortcomings in XFmail. --=20 Bud Rogers http://www.sirine= t.net/~budr/zamm.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2342973776728886552==-- From linux1@mail.crc.com Sun Feb 21 01:49:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 20:49:00 -0500 Message-ID: <9902209195.AA919563292@mail.crc.com> In-Reply-To: <[SuSE Linux] Throwing 2.2.1 up under 6.0 ?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0353561628671671314==" --===============0353561628671671314== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable yea, actually this is an artificat of OSS being setup for Redhat. You need to do the following: ln -s /usr/lib/terminfo /usr/share/terminfo It wants a "terminfo" in /usr/share -----Original Message----- From: Jerry Lynn Kreps at Internet To: "W.D.McKinney" at Internet Cc: suse-linux-e(a)suse.com at Internet Date: Saturday, February 20, 1999 7:46 PM Subject: RE: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? > >"W.D.McKinney" wrote: >> >> Here's 1 issue though, the termcap and trying to get OSS/Linux to >load. >> I try running /tmp/./oss-install and get the termcap error of opening >terminal ? >> Anyone know what the fix is ? set TERM=3Dvt100 doesn't work. >> >> -Dee >> >> Danny Kephart wrote: >> > > >I haven't had that problem. Just a wild guess: what shell are you >using? Use pico or some other editor and look at the first line of >oss-install. If it starts with something like "#!sh", then use the sh >shell, if "#!bash" then use the bash shell like: "sh ./oss-install" >Would you want me to email my 650KB termcap script? >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0353561628671671314==-- From mperry@basin.com Sun Feb 21 02:08:04 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 and tkrat Date: Sat, 20 Feb 1999 18:08:04 -0800 Message-ID: <199902210208.SAA16347@mperry.basin.com> In-Reply-To: <36CF49C0.C2F15AEF@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6380570168126861727==" --===============6380570168126861727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare Rasmussen wrote: >=20 > I upgraded to 6.0 and broke several things. Right now the most anoying > is tkrat that can't run without telling me that there's a fatal error. > Error 84 to be exact. Anyone lese with that problem, or more > importantly, the solution? >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and > the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I have it too. Tried compiling, rpms. Its broken. Lenz, anything you could do? -- Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6380570168126861727==-- From jlkreps@navix.net Sun Feb 21 02:41:54 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 20:41:54 -0600 Message-ID: <36CF7272.79EEB4F1@navix.net> In-Reply-To: <199902210109.QAA00361@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1412284039171543242==" --===============1412284039171543242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.D.McKinney" wrote: >=20 > Jerry Lynn Kreps wrote: > > > > > > I haven't had that problem. Just a wild guess: what shell are you > > using? Use pico or some other editor and look at the first line of > > oss-install. If it starts with something like "#!sh", then use the sh > > shell, if "#!bash" then use the bash shell like: "sh ./oss-install" > > Would you want me to email my 650KB termcap script? >=20 > Well I found that you need to make a link: > Do: ln -s /usr/lib/terminfo /usr/share/terminfo >=20 > That will fix it. >=20 > Best Regards > -Dee That's interesting to know! I haven't upgraded my kernel to 2.2 yet, but I plan to with SuSE's next release. I looked for a /usr/share/terminfo directory on my system but it wasn't there. Is that a directory the 2.2 kernel requires? Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1412284039171543242==-- From linux1@mail.crc.com Sun Feb 21 03:04:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 22:04:00 -0500 Message-ID: <9902209195.AA919567778@mail.crc.com> In-Reply-To: <[SuSE Linux] Throwing 2.2.1 up under 6.0 ?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5237409383248352346==" --===============5237409383248352346== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Nope, there is a /usr/share directory. But oss is looking for terminfo to be there. So with : ln -s /usr/lib/terminfo /usr/share/terminfo you make a link to where it really is >but I plan to with SuSE's next release. I looked for a >/usr/share/terminfo directory on my system but it wasn't there. Is that >a directory the 2.2 kernel requires? >Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5237409383248352346==-- From jlkreps@navix.net Sun Feb 21 03:26:42 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 21:26:42 -0600 Message-ID: <36CF7CF2.DFAAC236@navix.net> In-Reply-To: <9902209195.AA919567778@mail.crc.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8731416432037080456==" --===============8731416432037080456== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I use OSS. My version (39f) didn't complain about not finding termcap at /usr/share... What version are you running? JErry Linux1 wrote: >=20 > Nope, there is a /usr/share directory. But oss is looking for terminfo to > be there. > So with : ln -s /usr/lib/terminfo /usr/share/terminfo > you make a link to where it really is >=20 > >but I plan to with SuSE's next release. I looked for a > >/usr/share/terminfo directory on my system but it wasn't there. Is that > >a directory the 2.2 kernel requires? > >Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8731416432037080456==-- From linux1@mail.crc.com Sun Feb 21 04:12:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Throwing 2.2.1 up under 6.0 ? Date: Sat, 20 Feb 1999 23:12:00 -0500 Message-ID: <9902209195.AA919571683@mail.crc.com> In-Reply-To: <[SuSE Linux] Throwing 2.2.1 up under 6.0 ?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0983041019426937266==" --===============0983041019426937266== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hmm, I have 39.2d, glibc version for 2.21 and up. Did not have this problem if I used the one for the 2.0.36 kernel. Only with the version for the 2.2.1 kernels. Just got it a couple days ago. >I use OSS. My version (39f) didn't complain about not finding termcap >at /usr/share... >What version are you running? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0983041019426937266==-- From jongeek@netscape.net Sun Feb 21 04:13:55 1999 From: jongeek@netscape.net To: users@lists.opensuse.org Subject: [SuSE Linux] Re: TkRat in SuSE 6.0 Date: Sat, 20 Feb 1999 23:13:55 -0500 Message-ID: <19990221041355.25216.qmail@ww181.netaddress.usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5197474161525947527==" --===============5197474161525947527== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare Rasmussen said: > I upgraded to 6.0 and broke several things. Right now the most anoying > is tkrat that can't run without telling me that there's a fatal error. > Error 84 to be exact. Anyone lese with that problem, or more > importantly, the solution? I am also getting strange errors when I run tkrat under SuSE 6.0 and was wondering if anyone else has experienced this problem. TkRat worked fine under SuSE 5.3 and SuSE 6.0 Beta, but no longer works since I installed 6.0. I get the following errors when running TkRat : A dialog box pops up saying -- Error:unknown floating-point error, errno =3D 84 This box pops up eight times, and the gui appears. Whenever I click on something, I get more dialog boxes repeating the same error. Any help is much appreciated. ____________________________________________________________________ More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5197474161525947527==-- From linux1@mail.crc.com Sun Feb 21 04:28:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: [SuSE Linux] WVdial and auto DNS determination Date: Sat, 20 Feb 1999 23:28:00 -0500 Message-ID: <9902209195.AA919572902@mail.crc.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6264473946984446153==" --===============6264473946984446153== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ok, I just started using wvdial. Seems nice enough. However, if I do not know my ISP's DNS ip, how can I set it to figure it out? That is my last stumbling block. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6264473946984446153==-- From bob100@ibm.net Sun Feb 21 04:37:57 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: [SuSE Linux] Sane Question Date: Sat, 20 Feb 1999 23:37:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7679626341616295183==" --===============7679626341616295183== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well, I have a Fujitsu scanner and an Adaptec 2940U2W controller. If I run xscanimage /dev/sg4 (yes, according to 'find-scanner', that's the right devic= e) I get a can't open device message. Running xscanimage with no arguments gets "invalid parameter". Does this mean there's no way I'm going to be able to use my scanner, or what? -bob- ---------------------------------- E-Mail: bob gordon Date: 20-Feb-99 Time: 23:29:14 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7679626341616295183==-- From alexm@quake.tx.symbio.net Sun Feb 21 06:07:52 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WVdial and auto DNS determination Date: Sun, 21 Feb 1999 00:07:52 -0600 Message-ID: In-Reply-To: <9902209195.AA919572902@mail.crc.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0695343241616097251==" --===============0695343241616097251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 20 Feb 1999, Linux1 wrote: > Ok, I just started using wvdial. Seems nice enough. However, if I do not > know my ISP's DNS ip, how can I set it to figure it out? That is my last > stumbling block. you can't. Call the ISP. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0695343241616097251==-- From kukuk@suse.de Sun Feb 21 08:35:58 1999 From: kukuk@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] TkRat in SuSE 6.0 Date: Sun, 21 Feb 1999 09:35:58 +0100 Message-ID: <19990221093558.A689@allen.suse.de> In-Reply-To: <19990221041355.25216.qmail@ww181.netaddress.usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8682580006671508756==" --===============8682580006671508756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 20, 1999 at 11:13:55PM -0500, Jonathan Freiermuth wrote: >=20 > Kaare Rasmussen said: > > I upgraded to 6.0 and broke several things. Right now the most anoying > > is tkrat that can't run without telling me that there's a fatal error. > > Error 84 to be exact. Anyone lese with that problem, or more > > importantly, the solution? >=20 > I am also getting strange errors when I run tkrat under SuSE 6.0 and was > wondering if anyone else has experienced this problem. TkRat worked fine > under SuSE 5.3 and SuSE 6.0 Beta, but no longer works since I installed > 6.0. I get the following errors when running TkRat : >=20 > A dialog box pops up saying -- >=20 > Error:unknown > floating-point error, errno =3D > 84 >=20 > This box pops up eight times, and the gui appears. Whenever I click on > something, I get more dialog boxes repeating the same error. It seems that tkrat has problems with locale. On the tkrat mailinglist, the answer to the problem was, to do an: export LC_CTYPE=3DC before starting tkrat. Maybe this helps. (The real bug is not in tkrat, it seems it is in tcl/tk. This is only a workaround). Thorsten --=20 Thorsten Kukuk http://home.pages.de/~kukuk/> kukuk(a= )suse.de SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8682580006671508756==-- From kar@webline.dk Sun Feb 21 08:36:11 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 and tkrat Date: Sun, 21 Feb 1999 09:36:11 +0100 Message-ID: <36CFC57B.9D0A879B@webline.dk> In-Reply-To: <[SuSE Linux] 6.0 and tkrat> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8256575695129782121==" --===============8256575695129782121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > I have it too. Tried compiling, rpms. Its broken. Lenz, anything you could do? I even tried to install a tkrat 1.1 with no luck. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8256575695129782121==-- From w.b.mulia@usa.net Sun Feb 21 08:45:38 1999 From: w.b.mulia@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] [zdnn] Hackers find Windows NT hole Date: Sun, 21 Feb 1999 15:45:38 +0700 Message-ID: <002301be5d79$1033aa80$481b9eca@bean> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9052658097222055898==" --===============9052658097222055898== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hackers find Windows NT hole By Lisa M. Bowman February 19, 1999 ZDNN A security hole in Microsoft Corp.'s Windows NT 4.0 server and workstation could allow users connected to a network to get access to information they shouldn't be viewing -- or even take over the network. The hole was discovered by L0pht Heavy Industries, a hacker group and security-consulting firm. Right now, L0pht, which posted details about the hole on its Web site, has only confirmed the problem in versions 4.0 service pack 4. ---------------------------------------------- 'You could get elevated access.' -- Karan Khanna, Microsoft --------------------------------------------- According to L0pht, the opening could allow a local user to take control of a network. Microsoft (Nasdaq:MSFT) said it will issue a bulletin to system administrators who've subscribed to its security newsletter and post more information on its Web site. From user to 'superuser' The problem arises when a network administrator uses one of the default security settings instead of altering it to provide tighter protection. Under the default setting, any user in the network potentially could replace commonly used files with their own versions. As a result, that person can obtain privileges they shouldn't have access to, essentially becoming an administrator or "superuser." "If somebody had access to a machine, and the setting is not tight enough, you could get elevated access," Karan Khanna, lead product manager of Microsoft's Windows NT team, said. Microsoft said it hasn't heard of any users who've been adversely affected by the hole. The company outlined ways to improve security in NT in a white paper issued a year ago. Users who want to exploit this hole would have to have an account and password on the network, so, in theory, they could be easily traced. "It can't be done by an outsider," Khanna said. See Also: Intruder-alert simulators: Hackers plug security holes Firm finds big security holes in Windows NT MS, Netscape scramble to fix security holes Copyright (c) 1999 ZDNet. All rights reserved. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9052658097222055898==-- From w.b.mulia@usa.net Sun Feb 21 08:52:07 1999 From: w.b.mulia@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] [zdnn] Pentium III: A big score? Or a big snore? Date: Sun, 21 Feb 1999 15:52:07 +0700 Message-ID: <002401be5d79$111ea6c0$481b9eca@bean> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4741146909670430769==" --===============4741146909670430769== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Pentium III: A big score? Or a big snore? By Charles Cooper February 19, 1999 ZDNN After a long -- and carefully orchestrated -- drum roll, Intel's Pentium III systems will finally hit the market. And it will be the week's big story (tune in for ZDNet's special coverage). But will the P3 be a big score? Or a big snore? We'll see whether Intel's hot-to-trot microprocessor lives up to the considerable hype. Meanwhile, back in Palm Springs, Calif., Intel plans to work the crowd at its developers' conference. Look for news about the StrongARM and Merced chips. Also expect Intel to offer an update on the encryption security controversy enveloping the Pentium III ...In this era of all-Monica, all the time, government for the people but by computers that never sleep may be an improvement. The future of cyber-government will get close scrutiny by local, state and federal officials when Vice President Gore opens a three-day Washington conference called Virtual Government 99, on how governments can best use technology in the 21st century... ...Tech investors are likely to yet again be in hyperdrive as the influential Robertson Stephens technology conference gets underway in San Francisco. In years past, the conference has provided an excuse for investors to snap up computer and software stocks For more on what hot events ZDNN will cover, what Webcasts it has planned, or what stories it will mount, go to our editorial calendar and programming guide. In the week that was... At the Microsoft antitrust trial, the software maker again wound up another wobbly week. Does the word Custer ring a bell? Meanwhile, Microsoft continues to battle within itself over a controversial proposal to develop an alternative to Java ... ...eBay pulled firearm listings from its stock swap site, saying the Internet was not an "appropriate venue" for guns and ammo. Libertarians and industry shills predictably shrieked about their constitutional right to bear arms -- or was that to arm bears? ...The Linux movement picked up important backing when IBM disclosed plans to sell computers bundled with the upstart operating system. This grass roots phenomenon is well on its way. But "the little operating system that could" still needs to nab a few more big name players... ...Internet investor CMGI has had an exceptionally good run picking winning bets on the Web. Now it's placing a $100 million wager on building a business to compete against Broadcast.com ... ...In another sign of the Internet's influence over the way people go about their lives, political experts now expect the Web to spell the margin of victory in several races this November. Other top stories Excite pulls porn ads from kid-safe site Disney gets ears pinned in logo dispute What's on Andreessen's mind? eMachines: Low prices, high ambitions Compaq buys Zip2 Sun setback in Java lawsuit Copyright (c) 1999 ZDNet. All rights reserved. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4741146909670430769==-- From reaston@stny.lrun.com Sun Feb 21 09:10:20 1999 From: reaston@stny.lrun.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Location of SuSE's Manual in ps format... Date: Sun, 21 Feb 1999 04:10:20 -0500 Message-ID: <199902210910.EAA06537@m5.stny.lrun.com> In-Reply-To: <36CF5000.B363D130@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3805010854449843816==" --===============3805010854449843816== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 20 Feb 99, at 18:14, Jerry Lynn Kreps wrote: >=20 > ftp://suse.org/pub/suse60/6.0/docu> > - Umm, did you mean: ftp://ftp.suse.com/pub/SuSE-Linux/6.0/= docu/> ? What is the purpose of the site you quoted? By the way, does anyone know what's up with the dates on the=20 files in: ftp://ftp.suse.com/pub/SuS= E-Linux/6.0/docu/howto/> ? I've seen many examples of munged dates on SuSE's sites. -Bob - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3805010854449843816==-- From r.ibbotson@zen.co.uk Sun Feb 21 09:29:29 1999 From: r.ibbotson@zen.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Mailers Date: Sun, 21 Feb 1999 09:29:29 +0000 Message-ID: <199902210929.JAA11493@irwell.zetnet.co.uk> In-Reply-To: <36d04229.253562475@smtp.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2113367625048249214==" --===============2113367625048249214== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Tim, On 20 Feb 99, at 23:26, Tim Hanson wrote: > I noticed XFmail on the disk. It has a decent l&f, but lots of programs > have that. I don't want to configure it and start taking email into it > only to find out later it has some unacceptable limitation. =20 >=20 > Does anyone else use it? Are there any other recommendations? > - Yes, it's very good. Easy to use .... lots of useful features. =20 Another good one is Kmail in the KDE desktop. But XFMail probably=20 better. Thanks Richard Sheffield Linux User Group http://home.freeuk.net/shef.lug> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2113367625048249214==-- From graham@barnowl.demon.co.uk Sun Feb 21 09:37:50 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] WVdial and auto DNS determination Date: Sun, 21 Feb 1999 09:37:50 +0000 Message-ID: In-Reply-To: <9902209195.AA919572902@mail.crc.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7368260576652236852==" --===============7368260576652236852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Linux1" writes: > Ok, I just started using wvdial. Seems nice enough. However, if I do not > know my ISP's DNS ip, how can I set it to figure it out? That is my last > stumbling block. There is one way to do this, but after you have done it you may decide that you no longer need to know your ISP's DNS address :-) If you setup your own DNS server (named) and have that interrogate the root name servers directly (the addresses of the root name servers are provided with the package), then you can use dig or nslookup to find the nameserver address for your ISP. Though once you have setup your own nameserver, you will not need your ISP's (though it probably makes more sense to use your ISP's DNS server as a forwarder rather than go to the root servers for cache misses.) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7368260576652236852==-- From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 21 10:07:58 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Kernel 2.2.1 and sound Date: Sun, 21 Feb 1999 05:07:58 -0500 Message-ID: <36CFDAFE.BD10FBC2@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2986522040039323782==" --===============2986522040039323782== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am having a hard time with the sound on 2.2.1. Can anyone tell me how to configure a SB 64AWE Gold to run with this new kernel? I can't seem to get it to work as a module, and it makes the kernel too big to compile with it as part of the kernel. I am also having a hard time getting the cd player "kscd" to control my cd-rom drive. Is anybody else having a problem like this? I have an ATAPI cd-rom drive on IDE. It mounts OK for file access. I downloadded what turned out to be a demo copy of OSS and that seems to have the sound working, but it times out in 20 minutes. Is OSS the only hope with this sound card? TIA, Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============2986522040039323782==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sun Feb 21 11:35:41 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Kernel 2.2.1 and sound
Date: Sun, 21 Feb 1999 12:35:41 +0100
Message-ID: <19990221123541.A4608@one.hrz.tu-chemnitz.de>
In-Reply-To: <36CFDAFE.BD10FBC2@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7070867814993564059=="

--===============7070867814993564059==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Sun, Feb 21, 1999 at 05:07 -0500, Steven T. Hatton wrote:

> I am having a hard time with the sound on 2.2.1.  Can anyone tell me how
> to configure a SB 64AWE Gold to run with this new kernel?  I can't seem
> to get it to work as a module, and it makes the kernel too big to
> compile with it as part of the kernel.  I am also having a hard time

If you compile it as a module, make sure you have something like

alias char-major-14       sound
alias sound sb
options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330

in /etc/conf.modules.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7070867814993564059==--


From Ted.Harding@nessie.mcc.ac.uk Sun Feb 21 12:40:00 1999
From: Ted.Harding@nessie.mcc.ac.uk
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Mailers
Date: Sun, 21 Feb 1999 12:40:00 +0000
Message-ID: 
In-Reply-To: <36d04229.253562475@smtp.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3408609620631442070=="

--===============3408609620631442070==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 20-Feb-99 Tim Hanson wrote:
>=20
> In my movement away from Windows, I'm ready to move my email.
>=20
> I'm looking for a client email program for my single user desktop
> system.  I don't need anything elaborate like sendmail;

endmail is not for composing and "sending" (i.e. as from the program
you use to compose the mail). It is for sending in the sense of carrying
out the actual transmission of the mail. It is a background service.
You can get away without it if your client email program can itself
deal with sending your mail off to some mailrouter, but you will usually
need to be connected to the Net (online) at the time, for this to work.
Otherwise you need sendmail or equivalent.

Think of your client email program as the equivalent of writing a letter
on paper ("compose") then putting it into the stamped addressed envelope,
sealing this, and dropping it into the mailbox ("send").

Think of sendmail as the postal service which comes round in a van,
collects what's in the mailbox, takes it the sorting office which then
forwards it off to other sorting offices (responsibility for ultimate
delivery somewhere down the line).

> I noticed XFmail on the disk.  It has a decent l&f, but lots of
> programs have that.  I don't want to configure it and start taking
> email into it only to find out later it has some unacceptable
> limitation. =20

I think XFMail is a very nice email client with a lot of very useful
features, and we have been using various versions of it for a few years.
Separate documentation is very minimal, but the "online help" is
quite comprehensive though it is not always easy to make out what
it means until you have got used to the program. My wife, who also
uses Pegasus Mail at her Dept, likes XFMail better.

I'm not aware of "unacceptable limitations" though there are a some
things I'd like it to have (e.g. open two folders simultaneously;
click-select several messages and forward them as a bunch to someone by a
single "send", directly include one message as an attachment to another,
etc) but these are extras. Basically I reckon it's very good.

Hope this helps,
Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) 
Date: 21-Feb-99                                       Time: 12:40:00
------------------------------ XFMail ------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3408609620631442070==--


From zentara@mindspring.com Sun Feb 21 14:29:04 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZDNN: IBM prepares own version of Linux
Date: Sun, 21 Feb 1999 09:29:04 -0500
Message-ID: <36D01830.29ABF33F@mindspring.com>
In-Reply-To: <36CF201C.FF748818@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3566620951323764697=="

--===============3566620951323764697==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Jerry Lynn Kreps wrote:
>=20
> zentara wrote:
>=20
> > OS2 was better than NT, as far as operation goes. It's only
> > drawback was that it was a single user system, and did not
>=20
> Zentara,
> Did you see that story on CNN about NT 2000 having 25 million NEW lines
> of code (800f the entire source) and that MOST of the existing apps
> will have to be ***rewritten*** to run on it?

Yeah, I heard that you need a minimum of 128 meg ram and a pentium2
to install it.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3566620951323764697==--


From zentara@mindspring.com Sun Feb 21 14:39:52 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sane Question
Date: Sun, 21 Feb 1999 09:39:52 -0500
Message-ID: <36D01AB8.C02F2629@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2952127282937199387=="

--===============2952127282937199387==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




bob gordon wrote:
>=20
> Well, I have a Fujitsu scanner and an Adaptec 2940U2W controller. If I run
> xscanimage /dev/sg4 (yes, according to 'find-scanner', that's the right dev=
ice)
> I get a can't open device message. Running xscanimage with no arguments gets
> "invalid parameter". Does this mean there's no way I'm going to be able to =
use
> my scanner, or what?
>=20

I seem to remember that Suse only sets up the first 4 generic
scsi devices by default. In ther words, you only get /dev/sg0
thru /dev/sg3.  So either move your scanner down to a lower
number, or use mkdev to make /dev/sg4 for yourself.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2952127282937199387==--


From zentara@mindspring.com Sun Feb 21 14:50:45 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernel 2.2.1 and sound
Date: Sun, 21 Feb 1999 09:50:45 -0500
Message-ID: <36D01D45.90BFF800@mindspring.com>
In-Reply-To: <36CFDAFE.BD10FBC2@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6650090673932716089=="

--===============6650090673932716089==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Steven T. Hatton wrote:
>=20
> I am having a hard time with the sound on 2.2.1.  Can anyone tell me how
> to configure a SB 64AWE Gold to run with this new kernel?  I can't seem
> to get it to work as a module, and it makes the kernel too big to
> compile with it as part of the kernel.  I am also having a hard time
> getting the cd player "kscd" to control my cd-rom drive.  Is anybody
> else having a problem like this?  I have an ATAPI cd-rom drive on IDE.
> It mounts OK for file access.  I downloadded what turned out to be a
> demo copy of OSS and that seems to have the sound working, but it times
> out in 20 minutes.  Is OSS the only hope with this sound card?
>=20

I had trouble also when I tried to compile 2.2.0 with awe32 sound.
It forces you to select sound as module and to use the ossfree drivers.

But what I did was apply the old awe patch to the kernel, which we have=20
been using for the 2.036 kernel. Then chose to use the ossfree drivers,
and sound was created as a module properly. What is going on?
I don't know, but that worked for me. I could use insmod sound,
and cat /dev/sndstat showed it all working.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6650090673932716089==--


From jlkreps@navix.net Sun Feb 21 14:57:10 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Location of SuSE's Manual in ps format...
Date: Sun, 21 Feb 1999 08:57:10 -0600
Message-ID: <36D01EC6.DF11E9A9@navix.net>
In-Reply-To: <199902210910.EAA06537@m5.stny.lrun.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1201134179557022120=="

--===============1201134179557022120==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Bob Easton wrote:
>=20
> On 20 Feb 99, at 18:14, Jerry Lynn Kreps wrote:
>=20
> >
> > ftp://suse.org/pub/suse60/6.0/docu>
> > -
>=20
> Umm, did you mean:
>  ftp://ftp.suse.com/pub/SuSE-Linux/6.=
0/docu/>  ?

Yes, I did.  Thanks for catching that mistake.=20
(I would love to get my memory back, but I've forgotten where I laid
it.)

>=20
> What is the purpose of the site you quoted?

A user of this list, solaris(a)cicei.ulgpc.es, (and that's not his correct
addr because my memory scrambled that one also) wanted to know where to
find the ps version of the SuSE manual.  I looked it up on another
machine and wrote down... incorrectly, as it turns out.

> -Bob
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1201134179557022120==--


From wdubois@mail2.nai.net Sun Feb 21 14:59:47 1999
From: wdubois@mail2.nai.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 shipments
Date: Sun, 21 Feb 1999 09:59:47 -0500
Message-ID: 
In-Reply-To: <36CF0CF1.4E65C60E@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5273253956087992375=="

--===============5273253956087992375==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Don't bet on it.  I started my sub with 5.3 and I'm still patiently (sort
of) waiting for my copy of 6.0.

 - w

On Sat, 20 Feb 1999, zentara wrote:

>=20
> Laurent Geyer wrote:
> >=20
> > Hi,
> > I was just wondering if there are still people out there who have yt
> > to receive their SuSE 6.0 copy. I ordered mine on January 14, and
> > figured it should've been arrived already, considering that it's been
> > available for close to three weeks. Maybe some of you who are still
> > waiting could let me know, just so that I feel a little bit more
> > comfortable :)
>=20
> Same here. Hasn't arrived yet. I think subscription people
> get first priority.
>=20
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5273253956087992375==--


From mjackson@deskmedia.com Sun Feb 21 15:41:35 1999
From: mjackson@deskmedia.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Kernel 2.2.1 and sound
Date: Sun, 21 Feb 1999 09:41:35 -0600
Message-ID: <36D0292F.113F00A2@deskmedia.com>
In-Reply-To: <36D01D45.90BFF800@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5120719359405006580=="

--===============5120719359405006580==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




zentara wrote:
>=20
> Steven T. Hatton wrote:
> >
> > I am having a hard time with the sound on 2.2.1.  Can anyone tell me how
> > to configure a SB 64AWE Gold to run with this new kernel?  I can't seem
> > to get it to work as a module, and it makes the kernel too big to
> > compile with it as part of the kernel.  I am also having a hard time
> > getting the cd player "kscd" to control my cd-rom drive.  Is anybody
> > else having a problem like this?  I have an ATAPI cd-rom drive on IDE.
> > It mounts OK for file access.  I downloadded what turned out to be a
> > demo copy of OSS and that seems to have the sound working, but it times
> > out in 20 minutes.  Is OSS the only hope with this sound card?

If you need to make the driver part of the kernel, are you using "make
zImage" or "make bzImage"?  The bzImage is a more compressed kernel than
a zImage one is, and lilo 20 can handle at least a 550k kernel.  (At
least, that's the biggest one I've done and had work.)

On the CD drive, you should check the permissions.  Many distributions
default to mode 660 for the ATAPI block devices (/dev/hd?).  As root,
chmod the CD-ROM device name to 666.  (I had the same problem under Red
Hat 5.2 using my regular user account.)


--=20
Martin Jackson: mjackson(a)deskmedia.com
///////////////////\\\\\\\\\\\\\\\\\\\
Computer & Information Science Major
Minnesota State University, Mankato
\\\\\\\\\\\\\\\\\\\///////////////////
My other computer is also a Linux box!
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5120719359405006580==--


From jljr@ptdprolog.net Sun Feb 21 15:41:36 1999
From: jljr@ptdprolog.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Mailers
Date: Sun, 21 Feb 1999 15:41:36 +0000
Message-ID: <19990221204030.7891.qmail@mail.ptd.net>
In-Reply-To: <[SuSE Linux] Mailers>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5765648120408712885=="

--===============5765648120408712885==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>
>tkrat - by far the best ImO.  It just has the features like a
>searchable database, nice mail handling tools, etc.  Unfortunately,
>until the subject came up on the list, SuSE 6 would not run it.
>

Is there a how-to for using tkrat on SuSE 6.0?
I would like to try it after my 6.0 subscription
arrives ( hope they didn't forget me...).

joe

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5765648120408712885==--


From ivy@village.uunet.be Sun Feb 21 16:04:36 1999
From: ivy@village.uunet.be
To: users@lists.opensuse.org
Subject: [SuSE Linux] Suse 6.0 is just fantastic
Date: Sun, 21 Feb 1999 17:04:36 +0100
Message-ID: <99022117133303.00278@ToverX>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2042462505963545728=="

--===============2042462505963545728==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,

just want to tell the 'world' that Suse 6.0 is working perfectly
I upgraded from Suse 5.3
Working with 5.3 I had some - minor - short commings working with my
notebook computer (the LCD was only working in X11, no way to open some other
command shell TTY's for example)

well, all is solved thanks to the Suse people who keep improving the product =
by
listening to their users!

I am reading this newsgroup for the last 4 months now, frequently asked
questions - difficult to install issues like kppp etc - got easier, wvdial is=
 in
the distribution kit... etc etc

Keep up the good work Suse!

Ivy


--
_______________________________________________________________________   =20
Ms. Ivy Beccu                        =20
 e-mail: ivy(a)village.uunet.be   MAIL WAS USING KDE 1.1, NETSCAPE AND LINUX =
6.0
_______________________________________________________________________
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2042462505963545728==--


From mperry@basin.com Sun Feb 21 17:36:06 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Mailers
Date: Sun, 21 Feb 1999 09:36:06 -0800
Message-ID: <199902211736.JAA00361@mperry.basin.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2983427542545958741=="

--===============2983427542545958741==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 20 Feb, Bud Rogers wrote:
>=20
> tjhanson(a)ix.netcom.com (Tim Hanson) writes:
>=20
>> In my movement away from Windows, I'm ready to move my email.
>=20
> [...]
>=20
>> I noticed XFmail on the disk.  It has a decent l&f, but lots of programs
>> have that.  I don't want to configure it and start taking email into it
>> only to find out later it has some unacceptable limitation.
>>=20
>> Does anyone else use it?  Are there any other recommendations?=20
>=20
> I used XFmail for quite a while, some time ago.  I didn't have any problems
> with it.  I've since migrated to Xemacs/Gnus but that's a whole other
> story, not due to any perceived shortcomings in XFmail.
>=20
>=20
On the subject of mailers, I kinda have gone through a mini-journey
looking for one that satisfied some requirements I have.  Let me
outline a few places I stopped.  Let me preface by saying I am a x
weenie so want a x app.

tkrat - by far the best ImO.  It just has the features like a
searchable database, nice mail handling tools, etc.  Unfortunately,
until the subject came up on the list, SuSE 6 would not run it.

ishmail - a commercial alternative which is quite nice.  I have it
registered.  It does its job.

mutt - console based but powerful.  Set up and modified with a .muttrc
in your home.

pine - was almost useless until I learned how to hack the From:
address.  Talk about spoofing your own machine!! :)

xcmail - Its nice but it seg faults on occasion

xfmail - Nice features with great filtering, etc. It has an interesting
interface. =20

arrow - It works but does not do mime or other attachments.  This is a
requirement for me.

tkmail - not tried recently.  Any takers?

postillion - I would like to try but it needs a bunch of stuff.  Anyone
tried this?

These were my adventures in email land.  Any others people have tried
and would like to add?  So my final selection is tkrat 1.2.  I wrote a
small scriptlet that loads the required export statement and now I have
tkrat 1.2 back!!!  Hip Hip Hooray!!!

--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2983427542545958741==--


From phil@stokes.demon.co.uk Sun Feb 21 17:38:21 1999
From: phil@stokes.demon.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] KDE 1.1 problems
Date: Sun, 21 Feb 1999 17:38:21 +0000
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6549491663866991389=="

--===============6549491663866991389==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just updated KDE using the SuSE rpm's on SuSE 6.0.

A couple of problems: I couldn't get kvt to run. Eventually found it
needed to be suid root. I can't recall if that was necessary under KDE
1.0?

Secondly, kwmpager segfaults every time I click on a desktop which
currently has no open windows on it. I hope that can be sorted out, as I
really miss the pager facility.=20

Other than that, first impressions are that it's quite an improvement
over 1.0.
=20
Phil

--=20
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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6549491663866991389==--


From anavarro@cyberclub.net Sun Feb 21 18:03:34 1999
From: anavarro@cyberclub.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Help
Date: Sun, 21 Feb 1999 13:03:34 -0500
Message-ID: <007c01be5dc4$7f8ea2e0$0502a8c0@ns.ktg.tzo.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2005675956120518591=="

--===============2005675956120518591==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have Suse Ver 5.1 i need help over the installation of this in a machine
DTK P166MMX 128Ram  6.3 GB HD S3 video card 2 Mb Generic modem and Realtek
SL835TB Network Card  at 10 Mbs
I dont have Manual and my experience for linux is very low i am workinkg
TCP/IP network in Windows NT4 and i like test the Linux, any body is posible
help me inspanish if is posible my english is very regular.
My ICQ is 5105986
and my private email is  anavarro(a)cyberclub.net
TKS for your help
I am stby for the Suse version 6.0 shipping and this not arrival :-((

Alejandro Navarro

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2005675956120518591==--


From mperry@basin.com Sun Feb 21 18:22:56 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] TkRat 1.2 and no color
Date: Sun, 21 Feb 1999 10:22:56 -0800
Message-ID: <199902211823.KAA00485@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3426106201232537434=="

--===============3426106201232537434==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I loaded the latest tcl/tk stuff but suffered from the earlier locale
problem so now have a solution.  Has anyone using tkrat getting
different colors via the setup menu?  What did you do to get there?  I
am using tkrat 1.2.  Probably self-compiled.  Dont remember now.


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3426106201232537434==--


From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 21 18:36:51 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] /dev/lp1 is now /dev/lp0?
Date: Sun, 21 Feb 1999 13:36:51 -0500
Message-ID: <36D05243.FD784BD9@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6132967038783472190=="

--===============6132967038783472190==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I just had a fight with my printer over what its dev name was under
linux 2.2.1.  Under 2.0.36 my dev mapping matched what it says on page
235 of the manual.  Now irq=3D7  io_port=3D0x387 seems to be lp0 rather than
lp1.  Any comments?

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============6132967038783472190==--


From bob100@ibm.net Sun Feb 21 18:39:55 1999
From: bob100@ibm.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sane Question
Date: Sun, 21 Feb 1999 13:39:55 -0500
Message-ID: 
In-Reply-To: <36D01AB8.C02F2629@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7389925949070385499=="

--===============7389925949070385499==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




What do you mean by "move your scanner down to a lower number"? Tried
addressing the scanner at a lower SCSI ID; but it's still being recognized as
/dev/sg4.

Also, what in the heck is mkdev? Can't seem to find out anything about it.

Thanx,

Bob

On 21-Feb-99 zentara wrote:
>=20
> bob gordon wrote:
>>=20
>> Well, I have a Fujitsu scanner and an Adaptec 2940U2W controller. If I run
>> xscanimage /dev/sg4 (yes, according to 'find-scanner', that's the right
>> device)
>> I get a can't open device message. Running xscanimage with no arguments ge=
ts
>> "invalid parameter". Does this mean there's no way I'm going to be able to
>> use
>> my scanner, or what?
>>=20
>=20
> I seem to remember that Suse only sets up the first 4 generic
> scsi devices by default. In ther words, you only get /dev/sg0
> thru /dev/sg3.  So either move your scanner down to a lower
> number, or use mkdev to make /dev/sg4 for yourself.
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: bob gordon 
Date: 21-Feb-99
Time: 13:35:32

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7389925949070385499==--


From wolfsong@blaze.ca Sun Feb 21 20:25:56 1999
From: wolfsong@blaze.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] Whilst troubleshooting....
Date: Sun, 21 Feb 1999 12:25:56 -0800
Message-ID: <36D06BD4.BB910769@blaze.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1241580615511889620=="

--===============1241580615511889620==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have a Canon parallel port scanner. It doesn't need a scsi interface -
and because I have none, Yast will not let me configure it. Any ideas
for workarounds?

Am running 5.3, btw.

Also - I couldn't find the source code for the xserver SiS5598...any
ideas where i might find this?  The SiS chip is supposed to provide more
colour definition than 256 colours - the xserver won't go higher than
that.

That's it for now. Any and all help is appreciated...thanks.


--
islandwolf
"live from the den of ubiquity"

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1241580615511889620==--


From kepe@home.com Sun Feb 21 20:31:56 1999
From: kepe@home.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] /dev/lp1 is now /dev/lp0?
Date: Sun, 21 Feb 1999 14:31:56 -0600
Message-ID: 
In-Reply-To: <36D05243.FD784BD9@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6395020016578353590=="

--===============6395020016578353590==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 21-Feb-99 Steven T. Hatton wrote:
> I just had a fight with my printer over what its dev name was under
> linux 2.2.1.  Under 2.0.36 my dev mapping matched what it says on page
> 235 of the manual.  Now irq=3D7  io_port=3D0x387 seems to be lp0 rather than
> lp1.  Any comments?
>=20
> Steve

Read the Changes file that comes with 2.2.1=20
It tells about the printer changes, parport, etc.


--
Danny Kephart
E-Mail: kepe(a)home.com
Date: 21-Feb-99
Time: 14:29:40 CST
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6395020016578353590==--


From stevem12@mindspring.com Sun Feb 21 20:55:07 1999
From: stevem12@mindspring.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Sax....
Date: Sun, 21 Feb 1999 15:55:07 -0500
Message-ID: 
In-Reply-To: <005b01be5e9d$ccc8f130$6502a8c0@sawtooth>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2228079737288101404=="

--===============2228079737288101404==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




If you use the command:

ax -l en

it will come up in english.

Steve

On 22-Feb-99 BrianC wrote:
>=20
> Oh yea, one more thing.....
>=20
> I _know_ I selected all the English stuff when I set up 6.0, but when I ran
> sax - it was all in German!  Now, I have nothing againsed the language, but
> I don't read it too well..... I couldn't seem to find anything in the manual
> about the internationalization of sax...
>=20
> Any ideas?
> Brian M. Collins
> brianc(a)collinsnet.com
> www.collinsnet.com
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: stevem12(a)mindspring.com
Date: 21-Feb-99
Time: 15:54:15

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archiv at htt=
p://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2228079737288101404==--


From oystein.moe-gumo@swipnet.se Sun Feb 21 21:13:00 1999
From: oystein.moe-gumo@swipnet.se
To: users@lists.opensuse.org
Subject: SV: [SuSE Linux] sax in English!
Date: Sun, 21 Feb 1999 22:13:00 +0100
Message-ID: <003701be5dde$fa2e1700$2ba3f482@s-244904>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7858873540812909539=="

--===============7858873540812909539==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Have you tried to select the languae menu= =20 (Sprache?) and then select english.
Øystein MG
-----Ursprungligt=20 meddelande-----
Från: BrianC <brianc(a)collinsnet.com
>
<= B>Till:=20 suse-linux-e(a)suse.com <suse-linux-e(a)suse.com>
<= B>Datum:=20 den 21 februari 1999 21:00
Ämne: [SuSE Linux] sax in=20 English!

Oh yea, one more thing.....
I _know_ I selected all the English stuff when I set = up=20 6.0, but when I ran sax - it was all in German! Now, I have nothing=20 againsed the language, but I don't read it too well..... I couldn't seem = to=20 find anything in the manual about the internationalization of=20 sax...
Any ideas?
bc
Brian M. Collins
brianc(a)collinsnet.com
www.collinsnet.com
--===============7858873540812909539==-- From brauki@cityweb.de Sun Feb 21 21:46:23 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: Kernel 2.2.1 and sound Date: Sun, 21 Feb 1999 22:46:23 +0100 Message-ID: <36D07EAF.3B41654D@cityweb.de> In-Reply-To: <19990221123541.A4608@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1263349694675818221==" --===============1263349694675818221== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stefan Troeger wrote: >=20 > Hi, >=20 > On Sun, Feb 21, 1999 at 05:07 -0500, Steven T. Hatton wrote: >=20 > > I am having a hard time with the sound on 2.2.1. Can anyone tell me how > > to configure a SB 64AWE Gold to run with this new kernel? I can't seem > > to get it to work as a module, and it makes the kernel too big to > > compile with it as part of the kernel. I am also having a hard time >=20 Hi Steve, hi Stefan, I am facing the same problem. I=C5=BDll try Stefans suggestion later, (It=C5= =BDs bedtiome now ;-)), but there is one question left: with 2.0.36, I used IsaPnP to set my card. There were no ways to enter an IRQ / IO with the kermel compile. I choose PNPBIOS (or whatever that parameter was named) to get PnP cards autoconfigured. How on earth do I learn babout the setting of the card?? cat /dev/sndstat draws blank, but I need the correct values for /etc/conf.modules as Stefan suggests. > If you compile it as a module, make sure you have something like >=20 > alias char-major-14 sound > alias sound sb > options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330 >=20 I am quite sure my card uses something similar. I=C5=BDll tell you more after I tried it. Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1263349694675818221==-- From raffo@neuronet.pitt.edu Sun Feb 21 21:49:55 1999 From: raffo@neuronet.pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] Re-loading the kernel without re-booting. Date: Sun, 21 Feb 1999 16:49:55 -0500 Message-ID: <36D07F83.508BDDE2@neuronet.pitt.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2553825072021997987==" --===============2553825072021997987== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Was it here that I read someone posting how to reload the kernel without rebooting? Can someone send me those postings? Thanks, --=20 Rafael Herrera Laboratory for Computational Neuroscience University of Pittsburgh http://www.neuronet.pitt.edu/~raffo> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2553825072021997987==-- From mperry@basin.com Sun Feb 21 21:55:20 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Qt Libs fail - read configure help Date: Sun, 21 Feb 1999 13:55:20 -0800 Message-ID: <199902212155.NAA08819@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6688156862608617077==" --===============6688156862608617077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I would like to configure a few of the k apps like ktelnet, kirc, etc.=20 I seem to not to be able to tell them correctly where my qtlibs and headers are. I have kde 1.1 installed now. I read the configure --help and point the configure at /usr/lib/qt/lib but cannot seem to get these things configured correctly. Can someone who has built a few of the tarballs on kde's web site offer some basic assistance? Like how did you do it? I imagine everything is in its default "SuSEified" location. :) --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6688156862608617077==-- From rcollins@datastar.net Sun Feb 21 21:58:06 1999 From: rcollins@datastar.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sun, 21 Feb 1999 15:58:06 -0600 Message-ID: <005d01be5de5$43fe8440$7e0ffea9@rcollins> In-Reply-To: <[SuSE Linux] SuSE 6.0 shipments> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8023142962461978743==" --===============8023142962461978743== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I wouldn't say that subscription people get first priority. I have a subscription since 5.2 and I am still waiting for 6.0!!! Richard Collins -----Original Message----- From: zentara To: suse-linux-e(a)suse.com Date: Saturday, February 20, 1999 2:00 PM Subject: Re: [SuSE Linux] SuSE 6.0 shipments > >Laurent Geyer wrote: >> >> Hi, >> I was just wondering if there are still people out there who have yt >> to receive their SuSE 6.0 copy. I ordered mine on January 14, and >> figured it should've been arrived already, considering that it's been >> available for close to three weeks. Maybe some of you who are still >> waiting could let me know, just so that I feel a little bit more >> comfortable :) > >Same here. Hasn't arrived yet. I think subscription people >get first priority. > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8023142962461978743==-- From pglidden@ix.netcom.com Sun Feb 21 22:00:40 1999 From: pglidden@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Whilst troubleshooting.... Date: Sun, 21 Feb 1999 14:00:40 -0800 Message-ID: <99022114031900.19407@presto> In-Reply-To: <36D06BD4.BB910769@blaze.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6431028171824545512==" --===============6431028171824545512== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The SiS 5598 code is now included in the SVGA server. I run it at 16&24bit. = It runs perfectly at 16 bit and with minor problems in 24 bit. On Sun, 21 Feb 1999, islandwolf wrote: >I have a Canon parallel port scanner. It doesn't need a scsi interface - >and because I have none, Yast will not let me configure it. Any ideas >for workarounds? > >Am running 5.3, btw. > >Also - I couldn't find the source code for the xserver SiS5598...any >ideas where i might find this? The SiS chip is supposed to provide more >colour definition than 256 colours - the xserver won't go higher than >that. > >That's it for now. Any and all help is appreciated...thanks. > >-- >islandwolf >"live from the den of ubiquity" > > > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archiv at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6431028171824545512==-- From kepe@home.com Sun Feb 21 22:07:07 1999 From: kepe@home.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sun, 21 Feb 1999 16:07:07 -0600 Message-ID: In-Reply-To: <36D09B75.9CE7B304@future.net.tr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5210548939255543075==" --===============5210548939255543075== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 21-Feb-99 Karrd3 wrote: > I second that.....How does the subscription system work too? I know they > send you a version every four months....but, do they send you the newest > version four months after you started your subscription? >=20 > Oh yes........people that have 6.0 already.....did it ship with kernel > 2.2.0? >=20 I am not exactly sure of the subscription shipment process is handled, but I recieved mine a couple of weeks ago. No, 2.0.36 and 2.1.130, if I recall, are the ones on the cdrom. -- Danny Kephart E-Mail: kepe(a)home.com Date: 21-Feb-99 Time: 16:03:57 CST - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5210548939255543075==-- From paspartu@uni.net Sun Feb 21 22:11:32 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Subscriptions/Upgrades/Std. Version/ policy Date: Sun, 21 Feb 1999 23:11:32 +0100 Message-ID: <99022123461700.00198@kamikazen> In-Reply-To: <36CEC87C.861210F7@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7732171636597955416==" --===============7732171636597955416== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am a registered customer for the SuSE 5.3. Version 6.0 contains important changes and it's about 3 weeks I am thinking about buying cds or not buying (= ie downloading). The economical aspect of my conscience is telling me to download 6.0 and buying the 6.1 for the reasons discussed in this mailing list BUT I s= ee myself 6 months ago when I was told to buy a new hard disk and when I got a reply from Lenz on this list about the "ide0=3Dnoautotune" solution. How many bytes my hard disk has seen from that time and how many bytes we wiil see together! Thanks Lenz, again. I learned a lot from this mailing list and people from SuSE (Lenz, Hubert,..= .) give us an important support regardless we are registered users or not.=20 SuSE is a good distro and the support they give the users is really significa= nt. If they live in Italy, close to my hometown, I surely offer them a coffee or a cappuccino. I don't know how many people work at SuSE but I feel that it's cheaper to buy a couple of distros a year. Yesterday I ordered a copy of 6.0. Ciao, Maurizio (a satisfied customer) =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7732171636597955416==-- From linux1@mail.crc.com Sun Feb 21 22:19:00 1999 From: linux1@mail.crc.com To: users@lists.opensuse.org Subject: [SuSE Linux] {SuSE Linux] WVDial and DNS's Date: Sun, 21 Feb 1999 17:19:00 -0500 Message-ID: <9902219196.AA919637146@mail.crc.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0245000187306971777==" --===============0245000187306971777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ok, I will try again. I have ppp working fine with my work dial in. It has a static DNS so setting up /etc/resolv.conf was no issue. However, I travel a lot and needed a nationwide ISP. MSN was one of the few left that provided unlimited for 19.99/month (IBM, GTE, MCI, etc all went to hour limits). Anyway, I have the ppp connection working fine. It connects without issue (which is surprising I didn't need to recompile pppd for MS CHAP, it uses regular CHAP). However, in all their documentation (for windows) they say one must set the TCPIP dialing to get a server provided DNS. That a static DNS will not work. My windows dial in works fine with this type of setup. Obviously my Linux set up is having an issue. I have looked all over MSN and talked to there support. AGain, for windows they say it is server provided, and Linux isn't supported. Anyone have any idea? Oh, on another note. My work dial in does use MSCHAP (nt servers). So after recompiling pppd for mschap I got it all working. However I noticed that wvdial seems to not like usernames with format "workgroup\\username" which is what is needed with our setup. SuSEPPP works (after editing chap secrets, it stripped off one of the \). If anyone has any thoughts on my MSN problem, would appreciate. Charles - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0245000187306971777==-- From yatsen-ng@cistron.nl Sun Feb 21 22:33:32 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Configuring Sound Blaster Cards Date: Sun, 21 Feb 1999 23:33:32 +0100 Message-ID: <36D089BC.16B77292@cistron.nl> In-Reply-To: <36CEF8A1.1CCE772E@deskmedia.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6928264107702007711==" --===============6928264107702007711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I'm sure that method works fine. However, I'm looking for a less sophisticated way to
configure my soundcard, since my experience with Linux is minimal. I configured a kernel
for the first time in my life yesterday, so go figure! But just out of curiosity, where can I get those packages?
Martin Jackson wrote:
Yatsen Ng wrote:
>
> I just bought the book Mastering Linux by Arman Danesh. Great book
> but, of course,
> they tend to focus a lot on Red Hat.They have a program called
> sndconfig to configure
> Sound Blaster cards. Does SuSE have tool like that? I'm a newbie and
> I'm looking for an
> unsophisticated way to configure my (Sound Blaster) soundcard.
> Souncard support is
> mentioned in the SuSE manual on page 200 but they don't really go in
> depth here. By the
> way, I run 5.3.
> sndconfig will compile under any Linux with slang-99 and newt-0.30 (I
think). Anyway, get the latest slang and newt development packages and
it should compile fine. For example, I compiled sndconfig under Debian to get my SB16 working
properly. Please note that you need Red Hat's 2.0.36 kernel (with the 2.1 sound
modules backported) or a 2.2 kernel to use sndconfig. IMHO, sndconfig should be in ALL the distros. It's clean, easy to use
(as of Red Hat 5.2), and does what it needs to do. --
Martin Jackson: mjackson(a)deskmedia.com
///////////////////\\\\\\\\\\\\\\\\\\\
Computer & Information Science Major
Minnesota State University, Mankato
\\\\\\\\\\\\\\\\\\\///////////////////
My other computer is also a Linux box!
- To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============6928264107702007711==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Sun Feb 21 22:42:08 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Qt Libs fail - read configure help Date: Sun, 21 Feb 1999 23:42:08 +0100 Message-ID: <19990221234208.A836@one.hrz.tu-chemnitz.de> In-Reply-To: <199902212155.NAA08819@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6245740817616525895==" --===============6245740817616525895== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 21, 1999 at 13:55 -0800, Michael Perry wrote: > I would like to configure a few of the k apps like ktelnet, kirc, etc.=20 > I seem to not to be able to tell them correctly where my qtlibs and > headers are. I have kde 1.1 installed now. I read the configure > --help and point the configure at /usr/lib/qt/lib but cannot seem to > get these things configured correctly. Can someone who has built a few > of the tarballs on kde's web site offer some basic assistance? > Like how did you do it? I imagine everything is in its default > "SuSEified" location. :) What's the exact error message you get? And which QT packages are installed? 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 Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6245740817616525895==-- From yatsen-ng@cistron.nl Sun Feb 21 22:49:03 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: [SuSE Linux] Trying to download XFree86 3.3.3.1 Date: Sun, 21 Feb 1999 23:49:03 +0100 Message-ID: <36D08D5F.6C36C3C@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2335579826356232296==" --===============2335579826356232296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I tried to download XFree86 3.3.3.1 but something weird happens. I have to use windows98 because my Linux isn't ready for the web yet. I When I try to download the file "extract" it doesn't download but I get a HTML page. What's the deal with this? Nothing like this happened when I downloaded "preinst.sh" and "postinst.sh". - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2335579826356232296==-- From mperry@basin.com Sun Feb 21 23:16:59 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] gnome latest bombs Date: Sun, 21 Feb 1999 15:16:59 -0800 Message-ID: <199902212317.PAA09312@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407963276068129325==" --===============0407963276068129325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I recently downloaded all the rpm files from the suse section of www.gnome.org and cannot get gnome to run whatsoever. It comes up with critical errors at every stage. Has anyone gotten the gnome latest to run? These are supposedly suse 6 rpm files. I install them in the order the web page specifies and by using yast; no dice. I am trying to use gnome with windowmaker also. I see a lot of missing png files and other stuff flash by as panel tries to load. Anyone used these rpm files successfully? --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0407963276068129325==-- From fmiller@lightlink.com Sun Feb 21 23:30:38 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] ICQ Date: Sun, 21 Feb 1999 18:30:38 -0500 Message-ID: <36D0971E.537B058A@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6015424478902218334==" --===============6015424478902218334== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 'Anyone know how to get an ICQ # using KICQ or without using the ICQ software= ?=20 I wrote to them, and all the knucklehead who answered said, was look at the w= eb site. I'd already been there, and it's of NO help. Thanks, Fred --=20 "Slicker 'n Willie Lube".......and that's doin some! http://www.best.com/~capn/thunder/willy= .htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6015424478902218334==-- From karrde@future.net.tr Sun Feb 21 23:49:09 1999 From: karrde@future.net.tr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sun, 21 Feb 1999 23:49:09 +0000 Message-ID: <36D09B75.9CE7B304@future.net.tr> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7618421040919455100==" --===============7618421040919455100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I second that.....How does the subscription system work too? I know they send you a version every four months....but, do they send you the newest version four months after you started your subscription?

Oh yes........people that have 6.0 already.....did it ship with kernel 2.2.0?

Wayne Dubois wrote:

Don't bet on it. I started my sub with 5.3 and I'm still patiently (sort
of) waiting for my copy of 6.0.

- w

On Sat, 20 Feb 1999, zentara wrote:

>
> Laurent Geyer wrote:
> >
> > Hi,
> > I was just wondering if there are still people out there who have yt
> > to receive their SuSE 6.0 copy. I ordered mine on January 14, and
> > figured it should've been arrived already, considering that it's been
> > available for close to three weeks. Maybe some of you who are still
> > waiting could let me know, just so that I feel a little bit more
> > comfortable :)
>
> Same here. Hasn't arrived yet. I think subscription people
> get first priority.
>

--===============7618421040919455100==-- From mperry@basin.com Sun Feb 21 23:52:58 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: Qt Libs fail - read configure help Date: Sun, 21 Feb 1999 15:52:58 -0800 Message-ID: <199902212353.PAA09385@mperry.basin.com> In-Reply-To: <19990221234208.A836@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8309951216455060830==" --===============8309951216455060830== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 21 Feb, Stefan Troeger wrote: >=20 > Hi, >=20 > On Sun, Feb 21, 1999 at 13:55 -0800, Michael Perry wrote: >=20 >> I would like to configure a few of the k apps like ktelnet, kirc, etc.=20 >> I seem to not to be able to tell them correctly where my qtlibs and >> headers are. I have kde 1.1 installed now. I read the configure >> --help and point the configure at /usr/lib/qt/lib but cannot seem to >> get these things configured correctly. Can someone who has built a few >> of the tarballs on kde's web site offer some basic assistance? >> Like how did you do it? I imagine everything is in its default >> "SuSEified" location. :) >=20 > What's the exact error message you get? And which QT packages > are installed? >=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 > Check out the SuSE-FAQ at
http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I am getting the message at the relative end of running the config script that the configurer cannot find the libs or includes for QT version 1.30 or better. I know I have these in place since I am running KDE 1.1 here. I just cannot get the syntax of the configure switch correct so that it finds everything. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8309951216455060830==-- From millerd@bconnex.net Sun Feb 21 23:55:14 1999 From: millerd@bconnex.net To: users@lists.opensuse.org Subject: [SuSE Linux] StarOffice Missing libdl.so.2 Date: Sun, 21 Feb 1999 18:55:14 -0500 Message-ID: <36D09CE1.750D2E74@bconnex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6641981120105326453==" --===============6641981120105326453== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have been using SO5.0 for a few weeks and then i couldn't open it The following message : ./soffice/bin : error in loading shared libraries libdl.so.2:cannot open shared object file ; no such file or directory It was working and now its not! Running it on SuSE 5.3 and a Cyrix 233 cpu. Any help would be appreciated. I need to do my hmoework and not being able to start 5.0 really cramps my work! Thanks Denis - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6641981120105326453==-- From camst65+@pitt.edu Sun Feb 21 23:59:50 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] XConsole and WMaker Date: Sun, 21 Feb 1999 18:59:50 -0500 Message-ID: In-Reply-To: <000d01be5ead$0f8b67a0$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0882508476188161831==" --===============0882508476188161831== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, xconsole is started automatically when I start X (I am not sure where exactly---started by root). But whenever I am in WindowMaker, say, and I swi= tch to the console window, WindowMaker Shuts Down, and I seem to be in twm all of= a sudden. Any ideas? chris ------------------------------------------ E-Mail: Chris Martin =20 Date: 21-Feb-99 Time: 18:57:49 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0882508476188161831==-- From zentara@mindspring.com Mon Feb 22 00:58:22 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sane Question Date: Sun, 21 Feb 1999 19:58:22 -0500 Message-ID: <36D0ABAE.87E94E82@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9015050792029195908==" --===============9015050792029195908== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: >=20 > What do you mean by "move your scanner down to a lower number"? Tried > addressing the scanner at a lower SCSI ID; but it's still being recognized = as > /dev/sg4. >=20 > Also, what in the heck is mkdev? Can't seem to find out anything about it. >=20 Well, on your scanner, there is a jumper which sets which scsi device number it is on the designated scsi bus. Change the jumpers to make it a lower number. Most scsi busses allow you to set the device number from 1 to 7. You can change this by moving the jumper pin. Mkdev is an improvement on mknod. Mknod requires you to specify the major=20 and minor numbers as commandline arguments. Mkdev includes various devices as libraries. I hope this helps. I know it gets confusing.. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9015050792029195908==-- From hattons@CPKWEBSER5.ncr.disa.mil Mon Feb 22 01:01:49 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] HELP!!! AHA-2940UW fails detection!!! Date: Sun, 21 Feb 1999 20:01:49 -0500 Message-ID: <36D0AC7D.760C889E@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1869291615202668776==" --===============1869291615202668776== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I was compiling my kernel for the 1000th time and did someting really stupid.= I used a -j option to see what would happen I started getting a bunch of errors, and then my system locked up. After this happened I couldn't see the CTL+A prompt and it looks like my AHA-2940UW is not being detected by PnP. My guess is somehow the bios got disabled. I used to know a way to use DOS DEBUG to reset that. I flashed the BIOS and the flash program found the card. Unfortunately Linux cannot. Can anybody help me? PLEASE! TIA Steve - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1869291615202668776==-- From zentara@mindspring.com Mon Feb 22 01:04:17 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sun, 21 Feb 1999 20:04:17 -0500 Message-ID: <36D0AD11.6D4F6A31@mindspring.com> In-Reply-To: <005d01be5de5$43fe8440$7e0ffea9@rcollins> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4036837341372988510==" --===============4036837341372988510== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Richard Collins wrote: >=20 > I wouldn't say that subscription people get first priority. I have a > subscription since 5.2 and I am still waiting for 6.0!!! >=20 Look, I'm as pissed as you about the delay in my Suse 6.0 shipment. Ditto to everyone who emailed me. I emailed a protest to "orders(a)suse.com" about the=20 delay. But for all I know, the NSA is delaying shipment to put "their versions" of Suse into my hands. What do you want from me? I'm a "mushroom too". - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4036837341372988510==-- From namffuak@skyenet.net Mon Feb 22 01:58:10 1999 From: namffuak@skyenet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 shipments Date: Sun, 21 Feb 1999 17:58:10 +0000 Message-ID: <3.0.5.32.19990221175810.01020ec0@pop.skyenet.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8409388784033720376==" --===============8409388784033720376== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable At 04:07 PM 2/21/99 -0600, you wrote: > > >On 21-Feb-99 Karrd3 wrote: >> I second that.....How does the subscription system work too? I know they >> send you a version every four months....but, do they send you the newest >> version four months after you started your subscription? >>=20 >> Oh yes........people that have 6.0 already.....did it ship with kernel >> 2.2.0? >>=20 > >I am not exactly sure of the subscription shipment process is handled, but >I recieved mine a couple of weeks ago. > >No, 2.0.36 and 2.1.130, if I recall, are the ones on the cdrom. > >-- Mine showed up a week ago Thursday - the kernels are 2.0.36 and 2.2.0-pre7 TomK - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8409388784033720376==-- From rwilliams@jrc-utah.com Mon Feb 22 02:12:34 1999 From: rwilliams@jrc-utah.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Error making! Date: Sun, 21 Feb 1999 19:12:34 -0700 Message-ID: <36D0BD12.F4522739@jrc-utah.com> In-Reply-To: <99022123214900.02466@LINUX1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1912826015325503602==" --===============1912826015325503602== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable George Schoelles wrote: >=20 > Can anyone tell me what I'm doing wrong? >=20 > QT 1.4 > SuSE 5.3 > Intel P75 24 24 >=20 > /usr/include/linux/types.h:5: asm/types.h: No such file or directory > make[2]: *** [.deps/myservicewidget.P] Error 1 > make[2]: Leaving directory `/usr/local/ksamba-0.3.3/ksamba' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/ksamba-0.3.3' > make: *** [all-recursive-am] Error 2 >=20 > George > -- You might try to delete the .deps directory... -- Robert Williams rwilliams(a)jrc-utah.com Jarob Consulting rwilliams(a)kde.org Provo, Utah rwilliams71(a)mailexcite.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1912826015325503602==-- From daniels@bullitt.net Mon Feb 22 02:55:19 1999 From: daniels@bullitt.net To: users@lists.opensuse.org Subject: [SuSE Linux] system crash Date: Sun, 21 Feb 1999 21:55:19 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8166750193765468467==" --===============8166750193765468467== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is my first time posting to a mail list so excuse me if I don't get it all of the information the first time. etup: AMDK6-350 3DNow 64MB RAM 4.3GB HD 56.6K MODEM (NOT plug-n-pray) TRIDENT AGP 4MB (video card) AOC 17" .26dpi SuSE 5.3 I have no dos/win partions on my hard drive. Problem: Right now I am trying to re-install SuSE after getting "general protection" dumps. Which just aren't nice...( I did record each and every number from that dump Stack #'s, Call Trace stuff... if anyone feels these would help) I was preparing to forgo addressing (solving) my current issue and just reinstall SuSE. However, when I put in the SuSE boot disk I get a the following ----error message below boot: Loading initdisk.gz...... Loading linux.......... Uncompressing Linux... crc error -- System halted ----end error message Could anyone help me here? I have a warranty on the computer so if something has gone belly up I can get it fixed. =20 Side note: When my initial problem showed up I got a chance to view /var/log/messages, in there I read a few of the general protection messages and embedded in those messages I did read virtual address warnings... I personally think I have lost my hard drive. What do you think? ---------------------------------- E-Mail: Daniel D Strong Date: 21-Feb-99 Time: 21:41:14 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8166750193765468467==-- From bob100@ibm.net Mon Feb 22 03:49:34 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sane Question Date: Sun, 21 Feb 1999 22:49:34 -0500 Message-ID: In-Reply-To: <36D0ABAE.87E94E82@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7694793878517470200==" --===============7694793878517470200== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 22-Feb-99 zentara wrote: >=20 > bob gordon wrote: >>=20 >> What do you mean by "move your scanner down to a lower number"? Tried >> addressing the scanner at a lower SCSI ID; but it's still being recognized >> as >> /dev/sg4. >>=20 >> Also, what in the heck is mkdev? Can't seem to find out anything about it. >>=20 >=20 > Well, on your scanner, there is a jumper which sets which scsi device > number it is on the designated scsi bus. Change the jumpers to make it > a lower number. Most scsi busses allow you to set the device number from > 1 to 7. You can change this by moving the jumper pin. > These jumpers you speak of merely set the SCSI ID. As mentioned above, this does not effect the sg number. Perhaps because my scanner and my hard disks are attached to different adapters. BTW I installed scsiinfo so that I could = run sgcheck: as I suspected, /dev/sg0 - /dev/sg3 are my 4 hard disks. Wouldn't tampering with this setup be a little suicidal? I fear that I simply am not going to be able to scan. Sane doesn't list a single Fujitsu among its approv= ed scanners. > Mkdev is an improvement on mknod. Mknod requires you to specify the > major=20 > and minor numbers as commandline arguments. Mkdev includes various > devices as > libraries. > The plot thickens: I have mknod on my machine, but not mkdev (I have 6.0). Do you know what package mkdev is part of? Thanks. Cheers, bob ---------------------------------- E-Mail: bob gordon Date: 21-Feb-99 Time: 22:29:36 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7694793878517470200==-- From mperry@basin.com Mon Feb 22 03:52:11 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Sun, 21 Feb 1999 19:52:11 -0800 Message-ID: <199902220352.TAA16436@mperry.basin.com> In-Reply-To: <199902212317.PAA09312@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9165882186070007823==" --===============9165882186070007823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 21 Feb, To: suse-linux-e(a)suse.com wrote: >=20 > I recently downloaded all the rpm files from the suse section of > www.gnome.org and cannot get gnome to run whatsoever. It comes up with > critical errors at every stage. Has anyone gotten the gnome latest to > run? These are supposedly suse 6 rpm files. I install them in the > order the web page specifies and by using yast; no dice. I am trying > to use gnome with windowmaker also. I see a lot of missing png files > and other stuff flash by as panel tries to load. Anyone used these rpm > files successfully? >=20 Wrong... I just checked www.gnome.org and you need a later version of imlib and its there. The new gnome is hot, hot, hot. I like it.=20 Running in windowmaker now; downloading enlightenment next.=20 --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9165882186070007823==-- From leonmcclatchey@homemail.com Mon Feb 22 03:59:45 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] two pc's in a network - how? Date: Sun, 21 Feb 1999 21:59:45 -0600 Message-ID: <36D0D631.C628502C@homemail.com> In-Reply-To: <199902170915.KAA01262@servalys.hobby.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1610608723656569723==" --===============1610608723656569723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "W.H. Dekker" wrote: > I have two pc's, bot with a 3com ethernet card: I run my network with ne2000 compatible cards, and the last time I had the problem you describe it was because of a interrupt conflict between my network card and my cd-rom driver card. You may want to check that during the boot up process. (There is a command to call up the bootup log but I don't remember it off the top of my head:-( But if there is a conflict, the network card will lose. If I remember correctly 3com cards (the older style) liked to use irq5 which is tied to lp2 (dos). And some of the sound cards also like that irq? -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) You think Oedipus had a problem -- Adam was Eve's mother. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1610608723656569723==-- From leonmcclatchey@homemail.com Mon Feb 22 04:06:29 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ppp...a headshake instead of a handshake Date: Sun, 21 Feb 1999 22:06:29 -0600 Message-ID: <36D0D7C5.CE2ED15D@homemail.com> In-Reply-To: <36CF0CA8.DC708D16@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0330466719498693695==" --===============0330466719498693695== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: > Your isp probably only accepts pap logins, not scripted. > I don't know how to tell suseppp to use pap, I switched > to wvdial, which handles pap easily. Actually, Pap is not that difficult to set up, I used it before I went to diald and am still using it under diald. You just have to have your /etc/ppp/pap-secrets file set up and then as far as the dial up script goes, the last command should be "connect". Pap handles it from there:-) -- cya l8r Leon McClatchey mailto:leonmcclatchey(a)home= mail.com Linux User 78912 (Linux Box) You think Oedipus had a problem -- Adam was Eve's mother. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0330466719498693695==-- From jlkreps@navix.net Mon Feb 22 04:42:55 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sane Question Date: Sun, 21 Feb 1999 22:42:55 -0600 Message-ID: <36D0E04F.D0CC5253@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5538456423614858986==" --===============5538456423614858986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: >=20 > On 22-Feb-99 zentara wrote: > > > > bob gordon wrote: > >> > >> What do you mean by "move your scanner down to a lower number"? Tried > >> addressing the scanner at a lower SCSI ID; but it's still being recogniz= ed > >> as > >> /dev/sg4. > >> > >> Also, what in the heck is mkdev? Can't seem to find out anything about i= t. > >> > > > > Well, on your scanner, there is a jumper which sets which scsi device > > number it is on the designated scsi bus. Change the jumpers to make it > > a lower number. Most scsi busses allow you to set the device number from > > 1 to 7. You can change this by moving the jumper pin. > > >=20 > These jumpers you speak of merely set the SCSI ID. As mentioned above, this > does not effect the sg number. Perhaps because my scanner and my hard disks > are attached to different adapters. BTW I installed scsiinfo so that I coul= d run > sgcheck: as I suspected, /dev/sg0 - /dev/sg3 are my 4 hard disks. Wouldn't > tampering with this setup be a little suicidal? I fear that I simply am not > going to be able to scan. Sane doesn't list a single Fujitsu among its appr= oved > scanners. >=20 Lie to it. Copy one of the conf files to Fujitsu.conf, putz with the scanner ID to match what appears when your scanner connect at bootup, and give it a shot. Modify it to look like then next one if that one doesn't work. What have you got to loose? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5538456423614858986==-- From jlkreps@navix.net Mon Feb 22 04:44:08 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Sun, 21 Feb 1999 22:44:08 -0600 Message-ID: <36D0E098.FCA0D731@navix.net> In-Reply-To: <199902220352.TAA16436@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0195879042118030847==" --===============0195879042118030847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: > Wrong... I just checked www.gnome.org and you need a later version of > imlib and its there. The new gnome is hot, hot, hot. I like it. > Running in windowmaker now; downloading enlightenment next. > -- > Michael Perry > mperry(a)basin.com > ------------------- How does gnome compare to KDE in regards to bloat and speed? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0195879042118030847==-- From mperry@basin.com Mon Feb 22 05:23:36 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Sun, 21 Feb 1999 21:23:36 -0800 Message-ID: <199902220523.VAA19139@mperry.basin.com> In-Reply-To: <36D0E098.FCA0D731@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1537337531992749435==" --===============1537337531992749435== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 21 Feb, Jerry Lynn Kreps wrote: > Michael Perry wrote: >=20 >> Wrong... I just checked www.gnome.org and you need a later version of >> imlib and its there. The new gnome is hot, hot, hot. I like it. >> Running in windowmaker now; downloading enlightenment next. >> -- >> Michael Perry >> mperry(a)basin.com >> ------------------- >=20 > How does gnome compare to KDE in regards to bloat and speed? My initial impression of gnome compared to KDE 1.1. Warning:=20 Extremely subjective materials follow. Turn your radios down... KDE 1.1 is nice but it still has problems related to operation here.=20 The kfm tends to lock things and when I quickly switch between things like the browser and open windows, I start seeing the slowdowns occurring. In fact, I have had the window manager just stop operating and left me with a desktop of stuff that would not do anything. KDE 1.1 improves and makes things a helluva lot more stable. My impressions of gnome. Its cool; its fun; its quite stable here running under windowmaker. It has some of the nicest bundled applications you have seen. The file manager is quite cool. I did have problems compiling the rpms and using them until I managed to actually read the fine manuals and see that imlib had problems. I do not notice the slowdowns and processor hangs with gnome as with kde. =20 I believe though that these are two different beasts. KDE runs as its own windowing manager. Gnome runs separately on top of an existing manager. I am using windowmaker optimized for gnome. Its fast, has a lot of features like rollup windows (I love rollups), and it seems quite stable here. It also has some nice config tools on its own.=20 Toss in the latest gnome and its a nice combination. =20 The best thing is you can try gnome with rpm files which are optimized for suse 6. I think everyone should at least try the latest gnome and compare it themselves with kde. I just like gnome better but I also use kde. =20 My few favorite gnomish apps: The file manager The PIM Nice stuff!! There is also a very nice ftp client. GFTP. Check out the software map under www.gnome.org. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1537337531992749435==-- From mperry@basin.com Mon Feb 22 06:35:06 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] /sbin/install-info??? Date: Sun, 21 Feb 1999 22:35:06 -0800 Message-ID: <199902220635.WAA22497@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6442303420721801650==" --===============6442303420721801650== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Does anyone happen to know where I can find this? I want to compile something that is looking for this particular file. I searched my system high and low and do not have this thing. I searched at www.rufus3.org for it; bit its the proverbial needle in a haystack problem. I do not have suse 6 disks now. Unfortunately left them at the office. =20 Even a hint is happily accepted!! :) --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6442303420721801650==-- From gschoell@cyberg8t.com Mon Feb 22 07:19:03 1999 From: gschoell@cyberg8t.com To: users@lists.opensuse.org Subject: [SuSE Linux] Error making! Date: Sun, 21 Feb 1999 23:19:03 -0800 Message-ID: <99022123214900.02466@LINUX1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8685546782563304538==" --===============8685546782563304538== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can anyone tell me what I'm doing wrong? QT 1.4 SuSE 5.3 Intel P75 24 24 /usr/include/linux/types.h:5: asm/types.h: No such file or directory make[2]: *** [.deps/myservicewidget.P] Error 1 make[2]: Leaving directory `/usr/local/ksamba-0.3.3/ksamba' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ksamba-0.3.3' make: *** [all-recursive-am] Error 2 =20 George -- "The right of the people to be secure in their persons, houses, papers and = effects, against unreasonable searches and seizures, shall not be=20 violated..."=20 -- the Fourth Amendment to the U.S. Constitution=20 Nisi Defectum Haud Reficindium (If it ain't broke, don't fix it)=20 http://209.150.72.25/~inlandcommercial/>= =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8685546782563304538==-- From deem@wdm.com Mon Feb 22 08:30:37 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] xscreensaver-3.07 problem Date: Sun, 21 Feb 1999 23:30:37 -0900 Message-ID: <199902220830.XAA03967@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1383164729891387917==" --===============1383164729891387917== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I don't seem to be able to compile xscreensaver under 6.0 ? /usr/X11R6/lib/libXm.a(XmRenderT.o): In function `ValidateAndLoadFont': XmRenderT.o(.text+0x2065): undefined reference to `_Xsetlocale' collect2: ld returned 1 exit status make[1]: *** [xscreensaver-demo] Error 1 make[1]: Leaving directory `/src/xscreensaver-3.07/driver' make: *** [all] Error 5 Haven't seen this error before and without a clue ? Any ideas ? -Dee W.D.McKinney (Dee) deem(a)wdm.com Faith is acting on your passions & beliefs. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1383164729891387917==-- From colWilson@bigfoot.com Mon Feb 22 08:44:58 1999 From: colWilson@bigfoot.com To: users@lists.opensuse.org Subject: [SuSE Linux] Home Intranet Project - newbies/oldies needed Date: Mon, 22 Feb 1999 09:44:58 +0100 Message-ID: <000001be5e3f$a1472ee0$731ac03e@upstairs> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1388705481727737631==" --===============1388705481727737631== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm trying to set up a home intranet using SuSE 6.0, and two boxes (one linux and the other dual-linux/win98). Although I'm sure that lot's of people might think this trivial, I'm not finding it simple as I am very much a newbie. If there is anybody else out there who is very new to this or who would like to team up and share info as we go along then please let me know. We will both learn something I'm sure. Also, any people who have already done this kind of thing and who would be happy to give advice then email me here : Col Wilson colWIlson(a)bigfoot.com Aims for project: Setup one linux box as email, www and printer server for win98/linux box. Use linux box as backup system for win98 files. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1388705481727737631==-- From c9502007@hud.ac.uk Mon Feb 22 08:50:35 1999 From: c9502007@hud.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] RE: Modutils for 2.2.1 & Sax Date: Mon, 22 Feb 1999 08:50:35 +0000 Message-ID: <36D11A5B.CAD437FB@hud.ac.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2147303197577107940==" --===============2147303197577107940== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, After the polava about not being able to see my cdrom under 2.2.1(still can't 8-(( ). I'm goign to have a go at compiling for modules. In modeules.txt under Documentation/ it says that you should get the latest version fo modutils for your kernel. What would this be and where could I obtain it. I have got sax running but when I come to save the configuration where do I save it. I have saved it over the top of Xf68config. When I run Sax I tell it to emulate 3 button mouse from the expert menu and it starts working. When I startx again it stops working. Also I setup the Screen and save then save the Sax config but this is also lost. What am I doing wrong. I am running the default suse 6.0. Regards Satpal - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2147303197577107940==-- From grimmer@suse.de Mon Feb 22 09:03:10 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Intel740 Video Card Date: Mon, 22 Feb 1999 10:03:10 +0100 Message-ID: In-Reply-To: <000801be5c48$4557df60$0205a8c0@lupoalberto> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4804514587038359628==" --===============4804514587038359628== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 19 Feb 1999, Giovanni Cambria wrote: > what kind of X-server I need for an original Intel-brand Intel740 > video card with 8 MB videoram? Where can I find it? There's one on our ftp-Server: ftp://ftp.suse.com/pu= b/suse_update/X/XBF/xi740/> Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4804514587038359628==-- From Surjit.Bains@hsam.co.uk Mon Feb 22 09:07:04 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] 6.0 PCMCIA Date: Mon, 22 Feb 1999 09:07:04 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B82@EXCHANGE1> In-Reply-To: <[SuSE Linux] 6.0 PCMCIA> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1870191115887936761==" --===============1870191115887936761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKb3Bl biBhIENvbnNvbGUgd2luZG93Li4uCgpjZCB0byAgdXNyL3NyYy9saW51eAoKbWFrZSBtZW51Y29u ZmlnCgp5b3UgbmVlZCB0byBzZXQgdXAgUENNQ0lBIHN1cHBvcnQKYW5kIHJlY29tcGlsZSBrZXJu ZWwgKGFuZCBhZGRpdGlvbmFsIG1vZHVsZXMpCgpTdXJqaXQuCgotLS0tLU9yaWdpbmFsIE1lc3Nh Z2UtLS0tLQpGcm9tOiBNYXR0aGV3IEQuIEhvd2VsbCBbPEEgSFJFRj0ibWFpbHRvOm1hdGhvd2Vs KGEpbm1zdS5lZHUiPm1haWx0bzptYXRob3dlbChhKW5tc3UuZWR1PC9BPl0KU2VudDogMjAgRmVi cnVhcnkgMTk5OSAwNTo0MApUbzogc3VzZS1saW51eC1lKGEpc3VzZS5jb20KU3ViamVjdDogW1N1 U0UgTGludXhdIDYuMCBQQ01DSUEKCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PQpXQVJOSU5HOiBFeHRlcm5hbCBFbWFpbDogVGhpcyBtZXNzYWdlIHdhcyByZWNlaXZl ZCBmcm9tIGEgc291cmNlCmV4dGVybmFsIHRvIEhTQU0gYW5kIHRoZXJlZm9yZSB0aGUgc2VuZGVy J3MgaWRlbnRpdHkgY2Fubm90IGJlIHZlcmlmaWVkLgo9PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT0KCkkgcmVjZW50bHkgaW5zdGFsbGVkIDYuMCB2aWEgRlRQIG9uIG15 IFBDTUNJQSBldGhlcm5ldCBjYXJkLiBXaGVuIEkgYm9vdApzdXNlIEkgZ2V0IG5vdGhpbmcgaW4g dGhlIHdheSBvZiBwY21jaWEgc3VwcG9ydCB0aGVyZWZvcmUgY2Fubm90IHVzZSBteQpuZXR3b3Jr IGNhcmQuIEkgbmVlZCB0byBjb21waWxlIFBDTUNJQSBzdXBwb3J0IGludG8gbXkga2VybmVsIGJ1 dCBkbyBub3QKa25vdyBob3cuIElmIHNvbWVvbmUga25vd3MgYW5kIGhhcyB0aGUgdGltZSBwbGVh c2Ugc2VuZCBteSBpbnN0cnVjdGlvbnMKb24KaG93IHRvIGRvIHNvLiBUaGFua3MsIAoKbWF0dCBo b3dlbGwKbWF0aG93ZWwoYSlubXN1LmVkdQoKLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxl YXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQgaW4g aXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFR IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhS RUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cu c3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdiBhdCA8QSBI UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXgu aHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51 eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2Ut bGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4KLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxl YXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQgaW4g aXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFR IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhS RUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cu c3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdiBhdCA8QSBI UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXgu aHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51 eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2Ut bGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K --===============1870191115887936761==-- From dk11ae@student.hik.se Mon Feb 22 09:17:56 1999 From: dk11ae@student.hik.se To: users@lists.opensuse.org Subject: [SuSE Linux] kernel 2.2.1 and cuaX ? Date: Mon, 22 Feb 1999 10:17:56 +0100 Message-ID: <99022210284100.00446@earth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1355834547258003363==" --===============1355834547258003363== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello. I've just compiled and installed the new kernel and it works fine except for = one thing. Everytime I boot I get some errormessages from modprobe that have something to do with ch= ar-major-4 which I think is the serialport. I remember reading something about this on the list = before, the reason I think was that the cuaX devices doesn't exist in 2.2.1 . How can I solve this= ? Can I just delete the /dev/cuaX files ? /daniel - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1355834547258003363==-- From grimmer@suse.de Mon Feb 22 09:25:12 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 PCMCIA Date: Mon, 22 Feb 1999 10:25:12 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1157378226403912120==" --===============1157378226403912120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 19 Feb 1999, Matthew D. Howell wrote: > I recently installed 6.0 via FTP on my PCMCIA ethernet card. When I > boot suse I get nothing in the way of pcmcia support therefore cannot > use my network card. I need to compile PCMCIA support into my kernel > but do not know how. If someone knows and has the time please send my > instructions on how to do so. Thanks, Did you install the package 'PCMCIA'? If so, there's a configuration option in /etc/rc.config. Make sure, that you configured these options properly. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1157378226403912120==-- From grimmer@suse.de Mon Feb 22 09:28:39 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] The mighty dell inspiron 7000 laptop Date: Mon, 22 Feb 1999 10:28:39 +0100 Message-ID: In-Reply-To: <199902200600.WAA11504@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3855434662279860759==" --===============3855434662279860759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 19 Feb 1999, Michael Perry wrote: > I recently received a dell inspiron 7000 laptop from work and need > some basic assistance. It ships with a ati rage LT series card and I > would definitely like to get x working on its awesome 15" screen. It > also ships with a 366 mhz pentium II processor and 128mb of ram. =20 > This laptop is a monster!! I read on suse's web site to use the mach > 64 driver in x 3.3.2. Have others done this using the ati rage lt > cards? Any reports of problems? I would like to do SuSE 6 but want > something on there now besides winblast 98. So I think I will order a > second copy of suse 6 but for now will play with suse 5.3 on it. >=20 > Anyone using such a beast? (and I do mean beast). It indeed is a beast. Unfortunately, XFree86 does not support this chipset in combination with LC displays... The only solution I know, is to buy the commercial X Server "Accelerated X" from Xi Graphics (http://www.xig.com>). Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3855434662279860759==-- From kar@webline.dk Mon Feb 22 09:29:22 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE Linux 6.0 is quick Date: Mon, 22 Feb 1999 10:29:22 +0100 Message-ID: <36D12372.895EA3F9@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7675138468817200431==" --===============7675138468817200431== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I don't know if it's the new glibc or another change, but my system seems to react much quicker now after I upgraded to 6.0. I don't have quantifiable measures, but I have a feeling that it's definitely quicker. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7675138468817200431==-- From kar@webline.dk Mon Feb 22 10:18:48 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1? Date: Mon, 22 Feb 1999 11:18:48 +0100 Message-ID: <36D12F08.1F3FE72B@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0690776530442197540==" --===============0690776530442197540== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I see that people claim to have seen the rpms for KDE 1.1. I can't find it on SuSE's ftp server - I would have expecected them to be here: ftp://ftp.suse.com/pub/suse_update/Su= SE-6.0/>. Also, if they are official, please tell the KDE team so they can get them on their ftp server too. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0690776530442197540==-- From r.ibbotson@zen.co.uk Mon Feb 22 10:25:41 1999 From: r.ibbotson@zen.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE Logo Date: Mon, 22 Feb 1999 10:25:41 +0000 Message-ID: <199902221025.KAA08628@irwell.zetnet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1749929284849215451==" --===============1749929284849215451== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I've set up the Sheffield LInux Users Group at.... http://home.freeuk.net/shef.lug> I'd like to be able to use the SuSE logo at the bottom of the page. = Does anyone have any ideas about who to write to at SuSE so that I=20 can ask them about using their logo ? Cheers Richard Sheffield UK - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1749929284849215451==-- From yatsen-ng@cistron.nl Mon Feb 22 10:27:56 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Trying to download XFree86 3.3.3.1 Date: Mon, 22 Feb 1999 11:27:56 +0100 Message-ID: <36D1312C.F8F86108@cistron.nl> In-Reply-To: <[SuSE Linux] Trying to download XFree86 3.3.3.1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4584124662611933812==" --===============4584124662611933812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've had that Real Player event hapen to me when I downloaded the xmatrox.rpm. Someone suggested I save the file by rightclicking on it and saving it as a link. That did it for me. Unfortunately that trick didn't work this time around. tony wrote: > i have had something similiar happen to me when downloading rpm files in > netscape. it will try to open the real player instead of downloading it or a > page with really funky characters will open in netscape. so i "please don't > flame me for writing this" use explorer instead and it will download the > files fine. > tony > > Yatsen Ng wrote: > > > I tried to download XFree86 3.3.3.1 but something weird happens. I have > > to use > > windows98 because my Linux isn't ready for the web yet. I When I try to > > download > > the file "extract" it doesn't download but I get a HTML page. What's the > > deal with this? > > Nothing like this happened when I downloaded "preinst.sh" and > > "postinst.sh". > > > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4584124662611933812==-- From philip.clarke@midkent.ac.uk Mon Feb 22 10:46:29 1999 From: philip.clarke@midkent.ac.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] NEED HELP AGP Date: Mon, 22 Feb 1999 10:46:29 +0000 Message-ID: <54D70247DF9ED11182F40000F83005DD1109FA@horsted.midkent.ac.uk> In-Reply-To: <[SuSE Linux] NEED HELP AGP> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3481733693331338188==" --===============3481733693331338188== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have just got my Creative AGP Banshee working. I am at work now so I am trying to remember! I found a link at suse.de after a search under 3dfx I think. This took me to one site and then to another from a chap called ALAN possibly. After many warnings there was the new SVGA tar to download and some instructions. I borrowed his config which was on offer. It needed the monitor freqencies and the driver name changed to accel. Then all worked quite well. I am looking forward to his updates. I hope my memory is not too far out. perhaps this will help. Philip -----Original Message----- From: lam.er(a)flashnet.it [mailto:la= m.er(a)flashnet.it] Sent: 18 February 1999 01:06 To: suse-linux-e(a)suse.com Subject: [SuSE Linux] NEED HELP can anyone tell me the right settages of startx? i've S3 AGP and VoodoII... - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3481733693331338188==-- From grimmer@suse.de Mon Feb 22 10:53:58 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Yast install of .tgz files Date: Mon, 22 Feb 1999 11:53:58 +0100 Message-ID: In-Reply-To: <199902201658.LAA00349@pleurotus.local> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3297648443736692719==" --===============3297648443736692719== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 20 Feb 1999, Paul W. Abrahams wrote: > According to the (5.3) manual, YaST has the capability of installing > .tgz files as well as .rpm files. I tried it and discovered, to my > astonishment, that if you give YaST a .tgz file it simply unpacks it. > And where? To the ROOT DIRECTORY!!! I had wondered how YaST might do > all the remaining steps of the installation, since of course those > require far more intelligence than one could expect of YaST (and are > different for different packages). The obvious answer: once YaST has > unpacked the file, it does nothing at all with the unpacked results. >=20 > So my question is this: is the YaST ability to import .tgz files of > any use whatsoever? Having imported the file, does YaST make any > record of it or provide any way of removing its contents? Or is the > YaST treatment of .tgz files a pure misfeature? >=20 > I know, of course, that I can simply unpack a .tgz file myself and put > it wherever I want it to be. My reason for preferring to use YaST is > that presumably YaST keeps an inventory of everything that's been > installed on my system, so that it's always better to use YaST than > not to use it. But it seems that for .tgz files this doesn't work at > all. This feature is a leftover from the times before RPM, when software packages where shipped as gzipped tar-Files (Like Slackware does). However, these files have to have the correct directory structure and should contain executables. This feature does not work with source archives. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3297648443736692719==-- From grimmer@suse.de Mon Feb 22 11:03:09 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] The New Kernel : A newbie seeks basic steps... Date: Mon, 22 Feb 1999 12:03:09 +0100 Message-ID: In-Reply-To: <36CF2915.DC2E2673@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5222134068345224196==" --===============5222134068345224196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 20 Feb 1999, Jerry Lynn Kreps wrote: > > #2.) Has configuring PCMCIA services changed? I have a modem card, (NOT a > > winmodem). >=20 > SuSE 6.0 has a new PCMCIA card manager program and it gives some > people problems so you may have to download and install the old SuSE > 5.3 card managers. There is a note about this on the "Linux 6.0 > Admitted problems and Special Features" web page on the SuSE site. =20 > Look up stefan_pcmcia.html. The new card manager worked very well for > me. AFAIK, we also ship the old version on the first CD, directory "unsorted". Have a look! Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5222134068345224196==-- From grimmer@suse.de Mon Feb 22 11:04:51 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSEs manual/where ? Date: Mon, 22 Feb 1999 12:04:51 +0100 Message-ID: In-Reply-To: <54D4BF1B3F@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3389414040375413105==" --===============3389414040375413105== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 20 Feb 1999, Aldo Solari [APS] wrote: > Where (ftp) could I find SuSEs manual in ps/acrobat format ? There's a package called "suse_lxe.rpm" (Series doc), which has a PS/DVI version of the manual. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3389414040375413105==-- From mperry@basin.com Mon Feb 22 11:12:58 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] The mighty dell inspiron 7000 laptop Date: Mon, 22 Feb 1999 03:12:58 -0800 Message-ID: <36D13BBA.42C30C02@basin.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4438172173969379373==" --===============4438172173969379373== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: > Hi, > > On Fri, 19 Feb 1999, Michael Perry wrote: > > > I recently received a dell inspiron 7000 laptop from work and need > > some basic assistance. It ships with a ati rage LT series card and I > > would definitely like to get x working on its awesome 15" screen. It > > also ships with a 366 mhz pentium II processor and 128mb of ram. > > This laptop is a monster!! I read on suse's web site to use the mach > > 64 driver in x 3.3.2. Have others done this using the ati rage lt > > cards? Any reports of problems? I would like to do SuSE 6 but want > > something on there now besides winblast 98. So I think I will order a > > second copy of suse 6 but for now will play with suse 5.3 on it. > > > > Anyone using such a beast? (and I do mean beast). > > It indeed is a beast. Unfortunately, XFree86 does not support this chipset > in combination with LC displays... > > The only solution I know, is to buy the commercial X Server "Accelerated > X" from Xi Graphics (http://www.xig.com>). > > Bye, > LenZ > > Hi Lenz and list- I downloaded a separate fix which includes what Alexander told me about which is a hack for the XF86Config and the mach64 driver that permits X to work on the dell's ati rage II or whatever video card. The XI graphics are something I am considering now. I would like to see more and different resolutions; but until I decide whether the $200 is worth it, I have X running now. Thanks. > -- > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4438172173969379373==-- From awol@STAT.UNIMAAS.NL Mon Feb 22 11:23:14 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Mon, 22 Feb 1999 12:23:14 +0100 Message-ID: <99022213121501.00206@for> In-Reply-To: <36D0E098.FCA0D731@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8361886617879912083==" --===============8361886617879912083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, 22 Feb 1999 Jerry Lybb Kreps wrote: >Michael Perry wrote: >> Wrong... I just checked www.gnome.org and you need a later version of >> imlib and its there. The new gnome is hot, hot, hot. I like it. >> Running in windowmaker now; downloading enlightenment next. >How does gnome compare to KDE in regards to bloat and speed? I haven't noticed any problems with bloat or speed using GNOME. I am using the "Still Conspicuously Skillful Cow" (99.8) release on a RedHat machine and will start moving it to my SuSE 6 box as soon as I have some time. Actually I am an Enlightenment/Eterm fan and use a very bare desktop, I don't like pop up menus or panels at all, but I am looking at GNOME to see how it's progressing compared to KDE. If you leave out the technical issues you only have subjective comparisons but I would say that -GNOME is slightly less win95/98 like than KDE=20 -GNOME has some very elegant function and setup details compared to KDE -GNOME has nice slick widgets (themes) and a lot of elegant icons, the panel is much nicer than the KDE one. -GNOME has very nice powerfull apps available, for example: gedit, gnumeric, gmc, balsa, all kinds of pim things I never use, etc., see the list at gnome.org. I have already decided that I am going to use the gnome apps but 'underneath', not 'on top of', Enlightenment. Give it a try. It works with WM, fvwm2, ice, etc. but the 'default' windowmanager is going to be E and I think E has the most 'hooks' for GNOME at the moment. Anyway, they sure fit like hand and glove (and have nice default themes). ------------------------------------- Alexander Volovics Dept of Methodology & Statistics Maastricht University, Maastricht, NL ------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8361886617879912083==-- From grimmer@suse.de Mon Feb 22 11:24:49 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 and tkrat Date: Mon, 22 Feb 1999 12:24:49 +0100 Message-ID: In-Reply-To: <199902210208.SAA16347@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9086318441223514550==" --===============9086318441223514550== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sat, 20 Feb 1999, Michael Perry wrote: > Kaare Rasmussen wrote: > >=20 > > I upgraded to 6.0 and broke several things. Right now the most anoying > > is tkrat that can't run without telling me that there's a fatal error. > > Error 84 to be exact. Anyone lese with that problem, or more > > importantly, the solution? >=20 > I have it too. Tried compiling, rpms. Its broken. Lenz, anything you > could do? Hmm, no idea what went wrong there. It'll start up, if you click "skip messages" often enough, but this is not a solution. I've forwarded your message to the package maintainer... Let's hope, there's a fix. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9086318441223514550==-- From info@edoc.co.za Mon Feb 22 11:24:56 1999 From: info@edoc.co.za To: users@lists.opensuse.org Subject: [SuSE Linux] Talk and win95 Date: Mon, 22 Feb 1999 13:24:56 +0200 Message-ID: <199902221119.DAA21419@mail.suse.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6879001592106750377==" --===============6879001592106750377== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I'm would like to use "talk" to commicate with somebody using=20 win95. Is there a "talk" equivalent for Win95? Thanks Nico - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6879001592106750377==-- From Surjit.Bains@hsam.co.uk Mon Feb 22 11:34:39 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] SuSE Logo Date: Mon, 22 Feb 1999 11:34:39 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B83@EXCHANGE1> In-Reply-To: <[SuSE Linux] SuSE Logo> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8039433827369334896==" --===============8039433827369334896== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSSd2 ZSAgaGF2ZSBtYW5hZ2VkIHRvIGdldCBzb21lIHdlYiBzcGFjZSAoNTBtYikgYW5kIGEgZG9tYWlu IG5hbWUKKHd3dy5saW51eHN5c3RlbXMuY28udWspIGZvciBGUkVFIGFzIHBhcnQgb2YgYSBsb3lh bHR5IHR5cGUgYm9udXMgd2l0aCBhCldlYiBTcGFjZSAvRG9tYWluIHJlZ2lzdHJhdGlvbiBjb21w YW55ICBJIGhhdmUgYmVlbiB1c2luZyBmb3IgYSBmZXcKeWVhcnMuLi4KCkkgdGhpbmsgdGhpcyAn cGFja2FnZScgYWxzbyBpbmNsdWRlcyAxNSBlbWFpbCBhZGRyZXNzZXMgd2hpY2ggSSBjYW4gdXNl CnRvIGZvcndhcmQgdG8geW91ciBwZXJzb25hbCBhY2NvdW50IC4uLi5pLmUuCgpzdXJqaXQoYSls aW51eHN5c3RlbXMuY28udWsgLS0+Pj4gc2JhaW5zKGEpZ2xvYmFsbmV0LmNvLnVrCgpJIGFtIHF1 aXRlIGhhcHB5IHRvIGxldCBwZW9wbGUgaGF2ZSBlaXRoZXIgYSBzdWItZGlyIG9yIHdoYXQgZXZl ciB0bwpwdWJsaXNoIGFueSBsaW51eCBpbmZvLExVRyB3ZWJzaXRlcyAsIG9yIGdlbmVyYWwgaG93 dG8ncyBvciBhbnkgbGludXgKcmVsYXRlZCBzdHVmZi4uLgoKcGxlYXNlIGxldCBtZSBrbm93ICEh CgpJZiBpbnRlcmVzdGVkIHBsZWFzZSBjYyBtYWlsIHRvIGJlbG93IGFkZHJlc3MuLi4KClN1cmpp dC4KClBlcnNvbmFsIEVtYWlsIChzYmFpbnMoYSlnbG9iYWxuZXQuY28udWspCgotLS0tLU9yaWdp bmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBSaWNoYXJkIEliYm90c29uIFs8QSBIUkVGPSJtYWlsdG86 ci5pYmJvdHNvbihhKXplbi5jby51ayI+bWFpbHRvOnIuaWJib3Rzb24oYSl6ZW4uY28udWs8L0E+ XQpTZW50OiAyMiBGZWJydWFyeSAxOTk5IDEwOjI2ClRvOiBzdXNlLWxpbnV4LWUoYSlzdXNlLmNv bQpTdWJqZWN0OiBbU3VTRSBMaW51eF0gU3VTRSBMb2dvCgo9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT0KV0FSTklORzogRXh0ZXJuYWwgRW1haWw6IFRoaXMgbWVzc2Fn ZSB3YXMgcmVjZWl2ZWQgZnJvbSBhIHNvdXJjZQpleHRlcm5hbCB0byBIU0FNIGFuZCB0aGVyZWZv cmUgdGhlIHNlbmRlcidzIGlkZW50aXR5IGNhbm5vdCBiZSB2ZXJpZmllZC4KPT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CgpIZWxsbywKICAgICAgICAgSSd2ZSBzZXQg dXAgdGhlIFNoZWZmaWVsZCBMSW51eCBVc2VycyBHcm91cCBhdC4uLi4KCiAgICAgICAgPEEgSFJF Rj0iaHR0cDovL2hvbWUuZnJlZXVrLm5ldC9zaGVmLmx1ZyI+PEEgSFJFRj0iaHR0cDovL2hvbWUu ZnJlZXVrLm5ldC9zaGVmLmx1ZzwvQSI+aHR0cDovL2hvbWUuZnJlZXVrLm5ldC9zaGVmLmx1Zzwv QTwvQT4+CgogICAgICAgIEknZCBsaWtlIHRvIGJlIGFibGUgdG8gdXNlIHRoZSBTdVNFIGxvZ28g YXQgdGhlIGJvdHRvbSBvZiB0aGUKcGFnZS4gIApEb2VzIGFueW9uZSBoYXZlIGFueSBpZGVhcyBh Ym91dCB3aG8gdG8gd3JpdGUgdG8gYXQgU3VTRSBzbyB0aGF0IEkgCmNhbiBhc2sgdGhlbSBhYm91 dCB1c2luZyB0aGVpciBsb2dvID8KCkNoZWVycwpSaWNoYXJkClNoZWZmaWVsZCBVSwotClRvIGdl dCBvdXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNl LmNvbSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1l CkNoZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9T dXBwb3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rv a3UvRkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+ IGFuZCB0aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xp c3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29t L01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNl LmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdl dCBvdXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNl LmNvbSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1l CkNoZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9T dXBwb3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rv a3UvRkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+ IGFuZCB0aGUKYXJjaGl2IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xp c3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29t L01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNl LmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo= --===============8039433827369334896==-- From Ted.Harding@nessie.mcc.ac.uk Mon Feb 22 12:05:32 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] YARD on SuSE Date: Mon, 22 Feb 1999 12:05:32 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1647605359546682081==" --===============1647605359546682081== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Folks, Has anyone been using (or trying to use) the YARD SQL package that came with SuSE-5.1? I can not get this to even start setting up a database -- however carefully one goes through the steps it reports syntax errors etc where there cannot be any, and e.g. yardxsql dialog windows exhibit message text which seems to be a jumble of random Latin1 characters. My private conclusion would be that this package is broken bad. However, I'd be happy to learn otherwise from other people's experiences. Any comments? With thanks, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 22-Feb-99 Time: 12:05:32 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1647605359546682081==-- From rudysm@mailserv.oma.be Mon Feb 22 12:16:22 1999 From: rudysm@mailserv.oma.be To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Mon, 22 Feb 1999 13:16:22 +0100 Message-ID: <002201be5e5d$2a409e80$84f9bec1@cli-09.oma.be> In-Reply-To: <[SuSE Linux] gnome latest bombs> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2805309148921514087==" --===============2805309148921514087== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Where did you find any rpm files for Suse on www.gnome.org ? I found only rpm for redhat and deb for Debian but nothing for Suse. Rudy Smets >>=20 >> I recently downloaded all the rpm files from the suse section of >> www.gnome.org and cannot get gnome to run whatsoever. It comes up with >> critical errors at every stage. Has anyone gotten the gnome latest to >> run? These are supposedly suse 6 rpm files. I install them in the >> order the web page specifies and by using yast; no dice. I am trying >> to use gnome with windowmaker also. I see a lot of missing png files >> and other stuff flash by as panel tries to load. Anyone used these rpm >> files successfully? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2805309148921514087==-- From kukuk@suse.de Mon Feb 22 12:16:46 1999 From: kukuk@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1? Date: Mon, 22 Feb 1999 13:16:46 +0100 Message-ID: <19990222131646.A11254@allen.suse.de> In-Reply-To: <36D12F08.1F3FE72B@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3159686030141243463==" --===============3159686030141243463== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Feb 22, 1999 at 11:18:48AM +0100, Kaare Rasmussen wrote: >=20 > I see that people claim to have seen the rpms for KDE 1.1. I can't find > it on SuSE's ftp server - I would have expecected them to be here: > ftp://ftp.suse.com/pub/suse_update/= SuSE-6.0/>. It is on ftp:= //ftp.suse.com/pub/suse_update/KDE/1.1-with-qt-1.42/> Thorsten --=20 Thorsten Kukuk http://home.pages.de/~kukuk/> kukuk(a= )suse.de SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3159686030141243463==-- From alex@daniloff.com Mon Feb 22 12:27:18 1999 From: alex@daniloff.com To: users@lists.opensuse.org Subject: [SuSE Linux] Problem with System Sound configuration in KDE Date: Mon, 22 Feb 1999 12:27:18 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8243975714741210177==" --===============8243975714741210177== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello everybody ! Sorry folks but I'm posting a second time this question about System Sound configuration in KDE. I assumed that my AWE-64 sound card is properly configured and working because I can listen misic CDs, .wav and .mid files through the speakers and use a microphone. I tried to enable System Sounds feature in KDE Control Center - System Sounds. I toggled Enable Sytem Sound button, chose .wav file in menu and pressed Test button, but nothing is happend it didn't sound. Could somebody tell me what is wrong in my KDE setting and what should I check or tweak? Any help will be gladly appreciated! Thank you in advance Alex - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8243975714741210177==-- From jlkreps@navix.net Mon Feb 22 12:36:14 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSEs manual/where ? Date: Mon, 22 Feb 1999 06:36:14 -0600 Message-ID: <36D14F3E.2E0FD985@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8154132763715628858==" --===============8154132763715628858== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer wrote: >=20 > Hi, >=20 > On Sat, 20 Feb 1999, Aldo Solari [APS] wrote: >=20 > > Where (ftp) could I find SuSEs manual in ps/acrobat format ? >=20 > There's a package called "suse_lxe.rpm" (Series doc), which has a PS/DVI > version of the manual. >=20 > Bye, > LenZ >=20 mmm... I downloaded book.psz from the ftp site and unzipped it. It is only 163 pages! Stops in the middle of chapter 7. ? Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8154132763715628858==-- From grimmer@suse.de Mon Feb 22 12:45:39 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re-loading the kernel without re-booting. Date: Mon, 22 Feb 1999 13:45:39 +0100 Message-ID: In-Reply-To: <36D07F83.508BDDE2@neuronet.pitt.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5409275684565821278==" --===============5409275684565821278== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, 21 Feb 1999, Rafael E. Herrera wrote: > Was it here that I read someone posting how to reload the kernel > without rebooting? Can someone send me those postings? Thanks, I don't think so. Reloading the kernel without rebooting is impossible. Except, if you run an emulator like BOCHS, that is... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5409275684565821278==-- From grimmer@suse.de Mon Feb 22 13:16:24 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE Logo Date: Mon, 22 Feb 1999 14:16:24 +0100 Message-ID: In-Reply-To: <199902221025.KAA08628@irwell.zetnet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2466337200563124794==" --===============2466337200563124794== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 22 Feb 1999, Richard Ibbotson wrote: > http://home.freeuk.net/shef.lug> >=20 > I'd like to be able to use the SuSE logo at the bottom of the page. =20 > Does anyone have any ideas about who to write to at SuSE so that I=20 > can ask them about using their logo ? Go ahead - use it. Nice pages, BTW. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2466337200563124794==-- From grimmer@suse.de Mon Feb 22 13:18:18 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSEs manual/where ? Date: Mon, 22 Feb 1999 14:18:18 +0100 Message-ID: In-Reply-To: <36D14F3E.2E0FD985@navix.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7957712767777845490==" --===============7957712767777845490== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 22 Feb 1999, Jerry Lynn Kreps wrote: > mmm... I downloaded book.psz from the ftp site and unzipped it. It is > only 163 pages! Stops in the middle of chapter 7. Hmm, this should be fixed. Could you please give me the exact URL? Thanks! Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7957712767777845490==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 22 13:23:18 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Qt Libs fail - read configure help Date: Mon, 22 Feb 1999 14:23:18 +0100 Message-ID: <19990222142318.A433@one.hrz.tu-chemnitz.de> In-Reply-To: <199902212353.PAA09385@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6442091733521066064==" --===============6442091733521066064== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 21, 1999 at 15:52 -0800, Michael Perry wrote: > I am getting the message at the relative end of running the config > script that the configurer cannot find the libs or includes for QT > version 1.30 or better. I know I have these in place since I am > running KDE 1.1 here. I just cannot get the syntax of the configure > switch correct so that it finds everything. Does it look like `checking for QT... configure: error: QT-1.3 (headers and libraries) not found. Please check your installation!'? Then probably the packages qtdevel and qtcompat aren't installed. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6442091733521066064==-- From kar@webline.dk Mon Feb 22 13:29:17 1999 From: kar@webline.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1? Date: Mon, 22 Feb 1999 14:29:17 +0100 Message-ID: <36D15BAC.CA67EA4A@webline.dk> In-Reply-To: <[SuSE Linux] KDE 1.1?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2852924112049362655==" --===============2852924112049362655== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Right! (Except I use one of the European mirrors...) But do I need anything else than the rpms in /pub/os/linux/suse/suse_update/KDE/1.1-with-qt-1.42/RPM/ ?? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2852924112049362655==-- From jblosser@firinn.org Mon Feb 22 13:50:58 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Mon, 22 Feb 1999 08:50:58 -0500 Message-ID: <19990222085057.A9384@firinn.org> In-Reply-To: <199902220523.VAA19139@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3309034801958773854==" --===============3309034801958773854== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DBOKacYhQ+x31HxR3; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============3309034801958773854==-- From samelash@ix.netcom.com Mon Feb 22 14:30:23 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] Atapi Tape Drive Support Date: Mon, 22 Feb 1999 14:30:23 +0000 Message-ID: <3.0.3.32.19990222143023.00aff0f4@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4524730314333094441==" --===============4524730314333094441== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have one of those atape Tape backupdrives by HP/Colorado 8Gg ATAPI slaved off the master secondatry chanel. Any one know how this is suported , and what tape sotware will work ? the dw fax just mentions something about kernal support and an alpha driver in ide_tape.c while tha ftape states that ftape does not suport atapi ? Any Ideas any one ?/ Thanks Samy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4524730314333094441==-- From hatridge@straubing.baynet.de Mon Feb 22 14:55:34 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] PC: Off Topic Newsgroup/Listserver Personality (fwd) Date: Mon, 22 Feb 1999 15:55:34 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5928971197881163721==" --===============5928971197881163721== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All! I know that this is "OFF TOPIC", but I bet you'al will love it! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- Tried of "King Klinton I" & the Oral Office? Join the Libertarian Party! Check out www.lp.org ---------- Forwarded message ---------- NEWSGROUP PERSONALITY Words: anonymous To be sung to "Modern Major General" by Gilbert & Sullivan I am the very model of a Newsgroup personality. I intersperse obscenity with tedious banality. Addresses I have plenty of, both genuine and ghosted, too, On all the countless newsgroups that my drivel is cross-posted to. Your bandwidth I will fritter with my whining and my snivelling, And you're the one who pays the bill, downloading all my drivelling. My enemies are numerous, and no-one would be blaming you, For cracking my head open after I've been rudely flaming you. I hate to lose an argument (by now I should be used to it). I wouldn't know a valid point if I was introduced to it. My learning is extensive but consists of mindless trivia, Designed to fan my ego, which is larger than Bolivia. The comments that I vomit forth, disguised as jest and drollery, Are really just an exercise in unremitting trollery. I say I'm frank and forthright, but that's merely lies and vanity, The gibberings of one who's at the limits of his sanity. If only I could get a life, as many people tell me to; If only Mom could find a circus freak-show she could sell me to; If I go off to Zanzibar to paint the local scenery; If I lose all my fingers in a mishap with machinery; If I survive to twenty, which is somewhat problematical; If what I post was more mature, or slightly more grammatical; If I could learn to spell a bit, and maybe even punctuate; Would I still be the loathsome and objectionable punk you hate? But while I have this tiresome urge to prance around and show my face, It simply isn't safe for normal people here in cyberspace. To stick me in Old Sparky and turn on the electricity, Would be a fitting punishment for my egocentricity. I always have the last word; so, with uttermost finality, That's all from me, the model of a Newsgroup personality. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5928971197881163721==-- From joshaugh@uk.oracle.com Mon Feb 22 15:43:20 1999 From: joshaugh@uk.oracle.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1? Date: Mon, 22 Feb 1999 15:43:20 +0000 Message-ID: <36d67a50.17876214@mailhost.uk.oracle.com> In-Reply-To: <36D15BAC.CA67EA4A@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1706792113123811019==" --===============1706792113123811019== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 22 Feb 99 13:29:17 +0000, you wrote: >Right! (Except I use one of the European mirrors...) > >But do I need anything else than the rpms in >/pub/os/linux/suse/suse_update/KDE/1.1-with-qt-1.42/RPM/ No, I tried it at the weekend and it worked fine. There are a couple of things missing (kdf and kdu) but I expect they will come in time... Just download all the .rpms, use yast to uninstall KDE, use "rpm -U abc.rpm" at the command line to install each .rpm. I don't know the specific order to do them in, but start with things like lib and base. I think you need to do the corba and mico before the office one. I had a problem with the net one (it said something was missing), but I tried it again at the end and it worked. I've now got a working KDE1.1 system and it's pretty good. :) Jamie ---------------------------------------------- Jamie O'Shaughnessy >>> joshaugh(a)uk.oracle.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1706792113123811019==-- From zentara@mindspring.com Mon Feb 22 16:06:18 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sane Question Date: Mon, 22 Feb 1999 11:06:18 -0500 Message-ID: <36D1807A.E6EC9657@mindspring.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6224008270080076797==" --===============6224008270080076797== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable bob gordon wrote: > =20 > These jumpers you speak of merely set the SCSI ID. As mentioned above, this > does not effect the sg number. Perhaps because my scanner and my hard disks > are attached to different adapters. BTW I installed scsiinfo so that I coul= d run > sgcheck: as I suspected, /dev/sg0 - /dev/sg3 are my 4 hard disks. Wouldn't > tampering with this setup be a little suicidal? I fear that I simply am not > going to be able to scan. Sane doesn't list a single Fujitsu among its appr= oved > scanners. Yeah, I would leave your harddrives the way they are, and just create /dev/sg4 for your scanner. Don't mess with the jumpers then. >=20 > > Mkdev is an improvement on mknod. Mknod requires you to specify the > > major > > and minor numbers as commandline arguments. Mkdev includes various > > devices as > > libraries. > > >=20 > The plot thickens: I have mknod on my machine, but not mkdev (I have 6.0). = Do > you know what package mkdev is part of? Mkdev is just a "souped up" mknod. It has a datafile of all the major and minor numbers of all devices. You would just enter "mkdev /dev/sg and it will make all of them. I believe there is an rpm for Mkdev on Suse'e ftp site. I know there is one for Redhat. If you can't find it, let me know and I'll email you a copy of it. I'm sure if you do a web search for mkdev you will find it on sunsite. Maybe one of the systems experts on this list would know the=20 right mknod command for creating /dev/sg4; that would make things easy for you. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6224008270080076797==-- From r.ibbotson@zen.co.uk Mon Feb 22 16:59:44 1999 From: r.ibbotson@zen.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Tech Support Help Date: Mon, 22 Feb 1999 16:59:44 +0000 Message-ID: <199902221659.QAA15341@irwell.zetnet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6074591573121759116==" --===============6074591573121759116== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, During the cold and dark winter nights here in England I=20 have created an SuSE help site. I *do* realise that for most of us=20 this is a bit of a strange thing to do. But, there you are, not all=20 of us are saints are we ? If any of us would like some simple SuSE help then go to........... http://home.freeuk.net/linux.help> Where there are many entertaining pages for beginners. In the=20 coming months I hope to add some advanced topics so that some of the=20 installation engineers and system admin people who like to cause=20 themselves all sorts of trouble can get a few clues from somewhere. This will hopefully show that the word "free" doesn't have to mean=20 that low quality is ensured. Hope this helps or entertains :-) Cheers (mines a pint) Richard Sheffield Linux User Group http://home.freeuk.net/shef.lug> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6074591573121759116==-- From karrde@future.net.tr Mon Feb 22 17:00:05 1999 From: karrde@future.net.tr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] kernel 2.2.1 and cuaX ? Date: Mon, 22 Feb 1999 17:00:05 +0000 Message-ID: <36D18D15.63BBA10D@future.net.tr> In-Reply-To: <99022210284100.00446@earth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8624449181473716834==" --===============8624449181473716834== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Daniel Karlsson wrote: > Hello. > > I've just compiled and installed the new kernel and it works fine except fo= r one thing. Everytime I > boot I get some errormessages from modprobe that have something to do with = char-major-4 which I > think is the serialport. I remember reading something about this on the lis= t before, the reason I > think was that the cuaX devices doesn't exist in 2.2.1 . How can I solve th= is ? Can I just delete > the /dev/cuaX files ? > > /daniel > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> Well Daniel, Here's what I did to get rid of those error messages..... In /sbin/init.d, there is a config file called serial. Basically, I changed t= he part in the file that read SETSERIAL=3D"/sbin/setserial -b" PORTS=3D`echo cua*` to read SETSERIAL=3D"/sbin/setserial -b" PORTS=3D`echo ttyS*` I wouldn't advise deleting the /dev/cua* files, but maybe first moving them i= nto /tmp and rebooting. Still, those files are only 5 bytes each.....I don't think it would hurt your= system too bad to leave them in, if only for compatability reasons ;) Marc W. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8624449181473716834==-- From karrde@future.net.tr Mon Feb 22 17:06:44 1999 From: karrde@future.net.tr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE Linux 6.0 is quick Date: Mon, 22 Feb 1999 17:06:44 +0000 Message-ID: <36D18EA4.EB1B438A@future.net.tr> In-Reply-To: <36D12372.895EA3F9@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1528176329668457187==" --===============1528176329668457187== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare Rasmussen wrote: > I don't know if it's the new glibc or another change, but my system > seems to react much quicker now after I upgraded to 6.0. I don't have > quantifiable measures, but I have a feeling that it's definitely > quicker. > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> I don't know about the glibc, but I do know that upgrading from a 2.0.3x kernel to a 2.2.x will noticably increase the speed of X......not to mention better memory management ;) And you don't have to run 6.0 to get that..just read the usr/src/linux/Documents/Changes file of the 2.2.x kernel before pondering the kernel upgrade. There are a few upgrades required, but the benifits definitely outway the costs. Marc W. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1528176329668457187==-- From k01164@ko.hhs.dk Mon Feb 22 17:48:40 1999 From: k01164@ko.hhs.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Mailers Date: Mon, 22 Feb 1999 17:48:40 +0000 Message-ID: In-Reply-To: <199902211736.JAA00361@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9027392335262300210==" --===============9027392335262300210== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 21 Feb 1999, Michael Perry wrote: [...SNIP...]=20 > pine - was almost useless until I learned how to hack the From: > address. Talk about spoofing your own machine!! :) [...SNIP...] Please tell how you did that. Pine is my preferred e-mail client, especially since I also use it on my schools VMS server. Regards Ole - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9027392335262300210==-- From jpph@hotmail.com Mon Feb 22 17:51:05 1999 From: jpph@hotmail.com To: users@lists.opensuse.org Subject: [SuSE Linux] sound Date: Mon, 22 Feb 1999 09:51:05 -0800 Message-ID: <19990222175106.16867.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8433473987632189270==" --===============8433473987632189270== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have an AWE64 PnP and it work well with 2.2.1.... I just followed the doc : /usr/src/linux/Documentation/sound/AWE32 you still need isapnp ... ( do not forget the buguy dma's wave-table=20 0x0620 + 0x0a20 + 0x0e20). In this doc, it is written to download wave loader on an url, but you doesn't need. An insmod awe_wave is enough efficient .... regards, J.P. Prud'Homme - France jpph(a)hotmail.com -------------------------EOM-------------------------------------- Stefan Troeger wrote: >=20 > Hi, >=20 > On Sun, Feb 21, 1999 at 05:07 -0500, Steven T. Hatton wrote: >=20 > > I am having a hard time with the sound on 2.2.1. Can anyone tell me=20 how > > to configure a SB 64AWE Gold to run with this new kernel? I can't=20 seem > > to get it to work as a module, and it makes the kernel too big to > > compile with it as part of the kernel. I am also having a hard time >=20 Hi Steve, hi Stefan, I am facing the same problem. I=C5=BDll try Stefans suggestion later, (It=C5= =BDs bedtiome now ;-)), but there is one question left: with 2.0.36, I used IsaPnP to set my card. There were no ways to enter an IRQ / IO with the kermel compile. I choose PNPBIOS (or whatever that parameter was named) to get PnP cards autoconfigured. How on earth do I learn babout the setting of the card?? cat /dev/sndstat draws blank, but I need the correct values for /etc/conf.modules as Stefan suggests. > If you compile it as a module, make sure you have something like >=20 > alias char-major-14 sound > alias sound sb > options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330 >=20 I am quite sure my card uses something similar. I=C5=BDll tell you more after I tried it. Juergen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8433473987632189270==-- From lhedrin@SSG.PETsMART.com Mon Feb 22 17:57:55 1999 From: lhedrin@SSG.PETsMART.com To: users@lists.opensuse.org Subject: [SuSE Linux] Hard Disk Problem Date: Mon, 22 Feb 1999 10:57:55 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4730172992437966939==" --===============4730172992437966939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Title: Hard Disk Problem
Has anyone had a problem where Linux crashes because, it can n= ot read the Hard Drive.

I have a Maxtor 4.3, Split up in to 2gig, 1.3 Meg, and the 1.3= meg Swap, and the rest for Linux.
I can install the 5.3 Office version, however whenever I t= ry to boot, the system crashes saying that it can not read /dev/hda. At this= time, I think that I have to do a low level reform for the entire drive, wh= ich means=3Dget another HD). I think that it is because I have used the Fat3= 2 FS or because, I have enabled Large Disk Support on the HD for windows. Ei= ther way, I have worked all weekend end and I have not been able to resolve = this issue. I have tried Caldera, Slackware 96 and all of the distributions = seems to be behaving the same way. Slackware actually booted up one time, bu= t on the next boot the same problem.

I am at a loss. I am thinking that I need to get a something = like Partition-Magic or something like that in order to fix the Hard Drive. = But, I thought that I should ask for opinons first

Les

--===============4730172992437966939==-- From jperser@airmail.net Mon Feb 22 18:02:03 1999 From: jperser@airmail.net To: users@lists.opensuse.org Subject: [SuSE Linux] Instructions for 6.0 update via ftp or nfs Date: Mon, 22 Feb 1999 12:02:03 -0600 Message-ID: <36D19B9B.AE7BFD27@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1812607418625798094==" --===============1812607418625798094== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Where's the best place to look for instructions on how to update from 5.3 to 6.0 via internet? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1812607418625798094==-- From brianc@collinsnet.com Mon Feb 22 18:27:59 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] PnP Modem Date: Mon, 22 Feb 1999 10:27:59 -0800 Message-ID: <002801be5e91$13eadae0$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7226649072328857048==" --===============7226649072328857048== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Help!
I am having a heck of a time getting my USR 56K FaxModem = to=20 work. I am using isapnp and isapnp.conf. It tells me that the card=20 is getting configured as 0x2f8 and IRQ 3. I have disabled all other serial=20 ports on the machine except for 0x3f8 IRQ4 fo the mouse.
After linking /dev/modem to /dev/cua1 either with YaST or= =20 manually, Minicom (my test bed) just looks at me funny when run. I am=20 kinda handy with serial stuff, and figure I can do all the PPP stuff working = -=20 if I can ever get this &^#$%^) Plug and Pray stuff working.....=20 gads!
Any suggestions?
Thanks!
Ohe yea.... I had the same problem with S= uSE=20 5.3, and now with 6.0 - so it must be something I am doing :-(
bc
--===============7226649072328857048==-- From python@mail10.calypso.net Mon Feb 22 19:05:21 1999 From: python@mail10.calypso.net To: users@lists.opensuse.org Subject: [SuSE Linux] Re: kernel 2.2.1 & Modprobe Date: Mon, 22 Feb 1999 20:05:21 +0100 Message-ID: <99022220162800.00278@linux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5815481429038474400==" --===============5815481429038474400== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! I got some error-messages when booting my newly compiled 2.2.0 kernel. The message said something like: modprobe:can=C5=BDt locate char-major-4. I looked in /etc/conf.modules and found a line like:=20 "alias char-major-4 serial" I changed the line to: "alias char-major-4 off" This worked for me......... (Perhaps deleting the line would work to?) Regards /Mats - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5815481429038474400==-- From bparker@dc.net Mon Feb 22 19:11:24 1999 From: bparker@dc.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Sniff All v2.0 for Linux/*BSD--corrected link Date: Mon, 22 Feb 1999 14:11:24 -0500 Message-ID: <000a01be5e97$23b32c10$0100a8c0@sandrab> In-Reply-To: <000401be5a2a$8cc3c8c0$0100a8c0@sandrab> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4062601875337493285==" --===============4062601875337493285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKSGVsbG86CgpUaGUgb3JpZ2luYWwgU25pZmYgQWxsIGxpbmsgaXMgaW5jb3JyZWN0OyB0aGUg b25lIGJlbG93IGlzIHRoZSBjb3JyZWN0IG9uZS4KU29ycnkgZm9yIHRoZSBlcnJvciBhbmQgZGVs YXkuCgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpX b3VsZG4ndCB5b3Uga25vdyBpdC4uLnR5cG8gaW4gdGhlIFVSTC4gU29ycnkuCgo8QSBIUkVGPSJo dHRwOi8vd3d3LmVsZWN0cmljcmFpbi5jb20vfnR5bGVyL21pc2MvIj48QSBIUkVGPSJodHRwOi8v d3d3LmVsZWN0cmljcmFpbi5jb20vfnR5bGVyL21pc2MvPC9BIj5odHRwOi8vd3d3LmVsZWN0cmlj cmFpbi5jb20vfnR5bGVyL21pc2MvPC9BPC9BPj4KCi1UeWxlcgoKLC0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSwKfCBU eWxlciBBbGxpc29uLCBDSVNTUCAgICB8TS9TIDIzMy03ICg2NTApNjA0LTM2MDJ8TUlCLSBQcm90 ZWN0aW5nIHRoZXwKfFN5c3RlbSBTZWN1cml0eSBBbmFseXN0ICB8QW1lcyBSZXNlYXJjaCBDZW50 ZXIgICB8ZWFydGggZnJvbSB0aGUgc2N1bXwKfGFsbGlzb24oYSltYWlsLmFyYy5uYXNhLmdvdnxN b2ZmZXR0IEZpZWxkLCBDQSA5NDAzNXxvZiB0aGUgdW5pdmVyc2UuICAgfAp8ICBQR1AgRmluZ2Vy cHJpbnQ6IEZCIDRDIDZFIDRCIDEzIDEyIEIxIDE3IDY4IDdBIEEwIDhDIDQzIDMwIDAwIDAxICAg fApgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tJwoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0KCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09Cj4gSGVsbG86Cj4KPiBJIGZvdW5kIHRoaXMgb24gdGhlIE9wZW5CU0QgbGlzdCBhbmQg dGhvdWdodCBzb21lIFN1U0UgdXNlcnMgbWF5IG5lZWQgYQo+IHNuaWZmZXIuICBJIGhhdmUgbm90 IHRyaWVkIGl0IHNvIHRoaXMgaXMganVzdCBhbiBGWUkuCj4KPiBSZWdhcmRzLAo+Cj4gQmlsbCBQ YXJrZXIsIDxicGFya2VyKGEpZGMubmV0Pgo+Cj4gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0KPiBCdXQgYW55d2F5Li5pZiB5b3UgYXJlIGludGVyZXN0ZWQgaW4gdGVzdGlu ZyBhIG5ldyBwYXNzd29yZCBzbmlmZmVyCj4gb24gZWl0aGVyIExpbnV4IG9yIE9wZW5CU0QgKEkn bSBsb29raW5nIGZvciBmZWVkYmFjaykgZ28gdG86Cj4KPiA8QSBIUkVGPSJodHRwOi8vd3d3LmVs ZWN0cmljcmlhbi5jb20vfnR5bGVyL21pc2MvIj48QSBIUkVGPSJodHRwOi8vd3d3LmVsZWN0cmlj cmlhbi5jb20vfnR5bGVyL21pc2MvPC9BIj5odHRwOi8vd3d3LmVsZWN0cmljcmlhbi5jb20vfnR5 bGVyL21pc2MvPC9BPC9BPj4KPgo+IEkgYmFzaWNseSBncmFiYmVkIGFsbCB0aGUgc25pZmZlcnMg SSBjb3VsZCBmaW5kIGFuZCB0b29rIHRoZSBiZXN0IHBhcnRzCj4gb2YgZWFjaCBhbmQgbWFkZSBh IHN1cGVyIHNuaWZmZXIuCj4KPiBJJ20gYXR0YWNoaW5nIHRoZSB0b3AgY29tbWVudCBzZWN0aW9u IG9mIHRoZSBwcm9ncmFtIGJlbG93Li5zaW5jZSBJJ20KPiBub3QgbXVjaCBvZiBhIEMgcHJvZ3Jh bW1lciBhbnkgY29tbWVudHMvY3JpdGljaXNtL2ZsYW1lcy9pbXByb3ZlbWVudAo+IGlkZWFzL2V0 YyB3aWxsIGJlIGhhcHBpbHkgYWNjZXB0ZWQuIChtaWdodCB3YW50IHRvIHNlbmQgdGhlbSBkaXJl Y3RseQo+IGluc3RlYWQKPiBvZiB0aGUgbGlzdCkKPgo+IC1UeWxlcgo+Cj4gLyoqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCj4g KioqKioqKioqKgo+ICoKPiAgKgo+ICAqICAgICAgU25pZmYgQWxsIHYyLjAgZm9yIExpbnV4LypC U0QKPiAgKgo+ICAqIENvZGVkIGFuZCBnbHVlZCB0b2dldGhlciBieSBUeWxlciBBbGxpc29uICh0 eWxlcihhKWVsZWN0cmljcmFpbi5jb20pCj4gICoKPiAgKiBUaGlzIHByb2dyYW0gc25pZmZzIHBh Y2tldHMgZm9yIEZUUCwgdGVsbmV0LCBQT1AzLCBQT1AyLAo+IElNQVAyLCBybG9naW4gaW4KPiAg KiB0aGUgc3RhbmRhcmQgZmFzaGlvbiwgZHVtcGluZyBpbmZvIHRvIGEgbG9nIGZpbGUuICBJdCBh bHNvIGhhcyB0aGUKPiBhYmlsaXR5Cj4gICogdG8gc25pZmYgSFRUUCB0cmFmZmljIGFuZCBkZWNv ZGUgQmFzaWMgQXV0aGVudGljYXRpb24gdXNlcm5hbWUgYW5kCj4gcGFzc3dvcmQKPiAgKiBwYWly cy4gSXQgdXNlcyBhIGxpbmtlZC1saXN0IChwcm9iYWJseSBzaG91bGQgdXNlIGEgaGFzaAo+IGlu c3RlYWQpIHRvIGtlZXAKPiAgKiB0cmFjayBvZiBhbGwgdHJhZmZpYyBpdCBzZWVzLiBUaGlzIGlt cHJvdmVzIHRoZSAic25pZmZpbmciCj4gYWJpbGl0eSBvZiB0aGUKPiAgKiBzbmlmZmVyIHNvIGl0 IGRvZXNuJ3QgZ2V0IGxvY2tlZCBpbnRvIG9uZSBjb25uZWN0aW9uLCBhbmQgbWlzc2VzIHNvbWUK PiAgKiBvdGhlciB0cmFmZmljLgo+ICAqCj4gICogU3VwcG9ydHMgbGlicGNhcCAoKkJTRCBhbmQg TGludXgpIG9yIHJhdyBpbnRlcmZhY2Ugc25pZmZpbmcKPiAoTGludXggb25seSkuCj4gICogVGVz dGVkIG9uIHRoZSBmb2xsb3dpbmcgcGxhdGZvcm1zOgo+ICAqICAgICAgICAgICAgICAgICBPcGVu QlNEIDIuNAo+ICAqICAgICAgICAgICAgICAgICBMaW51eCAyLjIuWCAvdyBMU0YgbGlicGNhcAo+ ICAqICAgICAgICAgICAgICAgICBMaW51eCAyLjIuWAo+ICAqCj4gICogVGhpcyBwcm9ncmFtIGlz IGZvciBub24tY3JpbWluYWwgdXNlIE9OTFkgYW5kIHNob3VsZCBub3QgYmUgdXNlZCB1bmxlc3MK PiB5b3UKPiAgKiBoYXZlIHRoZSBhdXRob3JpemF0aW9uIHRvIGRvIHNvLiBEb24ndCBibGFtZSBt ZSBpZiB5b3UgZ2V0IGJ1c3RlZCEKPiAgKgo+ICAqCj4gICogVGhpcyB1c2VzIGNvZGUgb3IgaWRl YXMgZnJvbSB0aGUgZm9sbG93aW5nIHNuaWZmZXJzOgo+ICAqIGxpbnNuaWZmIC4wMy45YmV0YSBi eSBNaWtlIEVkdWxsYSAobWVkdWxsYShhKWluZm9zb2MuY29tKQo+ICAqIHdlYnNuaWZmIDEuMCAg ICAgICBieSBCZWFzdE1hc3RlciBWIDxBIEhSRUY9Imh0dHA6Ly93d3cucm9vdHNoZWxsLmNvbSI+ PEEgSFJFRj0iaHR0cDovL3d3dy5yb290c2hlbGwuY29tPC9BIj5odHRwOi8vd3d3LnJvb3RzaGVs bC5jb208L0E8L0E+Pgo+ICAqIGxpbnNuaWZmIC42NjYgICAgICBieSBodW1ibGUgb2Ygcmhpbm85 Cj4gICogcGNzICAgICAgICAgICAgICAgIGJ5IGhhbGZsaWZlCj4gICoKPiAgKiAtIEludGVyZmFj ZSBpbml0aWFsaXphdGlvbiBjb2RlIHRha2VuIGZyb20gVG91Y2ggb2YgRGVhdGggKFRPRCBWLjEp IGJ5Cj4gICogICBCcmVjaHQgQ2xhZXJob3V0Cj4gICogLSBBcmd2IGhpZGluZyB0YWtlbiBmcm9t IG5tYXAgdjIuMDMgYnkKPiAgKiAgIEZ5b2RvciAoZnlvZG9yKGEpZGhwLmNvbSwgd3d3Lmluc2Vj dXJlLm9yZy9ubWFwKQo+ICAqCj4gICogQ29tcGlsZToKPiAgKiAgZ2NjIC1vIHNuaWZmYWxsIHNu aWZmYWxsLmMgPC0tIG5vIEROUyByZXNvbHV0aW9uCj4gICogIGdjYyAtbyBzbmlmZmFsbCAtREhP U1RfTE9PS1VQIHNuaWZmYWxsLmMgPC0tIHllcyBETlMgcmVzb2x1dGlvbgo+ICAqICBnY2MgLW8g c25pZmZhbGwgLURfX1BDQVBfXyBzbmlmZmFsbC5jIC1scGNhcCA8LS0gbGlicGNhcCBzdXBwb3J0 IGZvcgo+ICpCU0QKPiAgKiAgZ2NjIC1vIHNuaWZmYWxsIC1EX19MSU5VWF9fIHNuaWZmYWxsLmMg ICAgIDwtLSBubyBsaWJwY2FwIGZvciBsaW51eAo+ICAqICAgICAgKG9idmlvdXNseSB5b3UgY2Fu IG1peCBhbmQgbWF0Y2ggdGhlIGRlZmluZXMgYXMgbmVlZGVkKQo+ICAqCj4gICogTk9URTogRXJy b3JzIHdoZW4gY29tcGlsaW5nIGFib3V0IG50b2hsL2h0b25sIGNvbmZsaWN0aW5nIHR5cGVzIGFy ZSBkdWUKPiB0bwo+ICAqIHByb2JsZW1zIGluIHRoZSBoZWFkZXIgZmlsZXMgaW4gbGludXguIEZp bmQgdGhlIGNvbmZsaWN0cyBhbmQgZml4IHRoZW0uCj4gICoKPiAgKiBDaGFuZ2Vsb2c6Cj4gICog IGRpZmYgYmV0d2VlbiB2MiBhbmQgdjE6Cj4gICogICAgIC0gYWRkZWQgbGlicGNhcCBzdXBwb3J0 Cj4gICogICAgIC0gcG9ydGVkIHRvIE9wZW5CU0QKPiAgKiAgICAgLSBhZGRlZCAtaSBvcHRpb24g dG8gb3ZlcnJpZGUgSU5URVJGQUNFCj4gICogICAgIC0gYWRkZWQgYXJndiBoaWRpbmcgKFRoaXMg ZG9lcyBub3Qgd29yayBvbiBPcGVuQlNELi53ZWxsCj4gaXQgZG9lcyB3b3JrCj4gICogICAgICAg ICAgICAgICAgICAgICAgICAgIGJ1dCBpdCB3b250IGRvIHlvdSBhbnkgZ29vZC4uYmVpbmcgdGhh dCBpdCdzCj4gICogICAgICAgICAgICAgICAgICAgICAgICAgIGEgc2VjdXJlIE9TIHRoZSBvcmln aW5hbCBhcmd2IGlzIGRpc3BsYXllZCBpbgo+ICAqICAgICAgICAgICAgICAgICAgICAgICAgICAn cHMnIGFzIHdlbGwuKQo+ICAqCj4gICogVG9kbyBsaXN0Ogo+ICAqICAgICAtIGFkZCBGRERJIHN1 cHBvcnQKPiAgKiAgICAgLSB1c2UgaGFzaCBpbnN0ZWFkIG9mIGxpbmtlZCBsaXN0Cj4gICoKPgo+ ICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKgo+ICoqKioqKioqKioKPiAvCj4gLC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSwKPiB8IFR5bGVyIEFs bGlzb24sIENJU1NQICAgIHxNL1MgMjMzLTcgKDY1MCk2MDQtMzYwMnxNSUItIFByb3RlY3Rpbmcg dGhlfAo+IHxTeXN0ZW0gU2VjdXJpdHkgQW5hbHlzdCAgfEFtZXMgUmVzZWFyY2ggQ2VudGVyICAg fGVhcnRoIGZyb20gdGhlIHNjdW18Cj4gfGFsbGlzb24oYSltYWlsLmFyYy5uYXNhLmdvdnxNb2Zm ZXR0IEZpZWxkLCBDQSA5NDAzNXxvZiB0aGUgdW5pdmVyc2UuICAgfAo+IHwgIFBHUCBGaW5nZXJw cmludDogRkIgNEMgNkUgNEIgMTMgMTIgQjEgMTcgNjggN0EgQTAgOEMgNDMgMzAgMDAgMDEgICB8 Cj4gYC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLScKPgo+IC0KPiBUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNl IHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAo+IHRoaXMgdGV4dCBpbiBp dHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCj4gQ2hlY2sgb3V0IHRoZSBTdVNFLUZB USBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBI UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3 LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQo+IGFyY2hpdiBhdCA8 QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5k ZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1s aW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4KPgoKLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlz dCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRl eHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1 U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8i PjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6 Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdmUg YXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1l L2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0 cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============4062601875337493285==-- From brianc@collinsnet.com Mon Feb 22 19:26:02 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] sax in English! Date: Mon, 22 Feb 1999 11:26:02 -0800 Message-ID: <004201be5e99$3033f030$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6130070949134373214==" --===============6130070949134373214== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Oh yea, one more thing.....
I _know_ I selected all the English stuff when I set up 6= .0,=20 but when I ran sax - it was all in German! Now, I have nothing againsed=20 the language, but I don't read it too well..... I couldn't seem to find anyth= ing=20 in the manual about the internationalization of sax...
Any ideas?
bc
--===============6130070949134373214==-- From brianc@collinsnet.com Mon Feb 22 19:58:35 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] Plug and Pray! Date: Mon, 22 Feb 1999 11:58:35 -0800 Message-ID: <005701be5e9d$bc974820$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2940351183271022978==" --===============2940351183271022978== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Help! I am having a heck of a time getting my USR 56K FaxModem to work. I am using isapnp and isapnp.conf. It tells me that the card is getting configured as 0x2f8 and IRQ 3. I have disabled all other serial ports on the machine except for 0x3f8 IRQ4 fo the mouse. After linking /dev/modem to /dev/cua1 either with YaST or manually, Minicom (my test bed) just looks at me funny when run. I am kinda handy with serial stuff, and figure I can do all the PPP stuff working - if I can ever get this &^#$%^) Plug and Pray stuff working..... gads! Any suggestions? Thanks! Ohe yea.... I had the same problem with SuSE 5.3, and now with 6.0 - so it must be something I am doing :-( bc Brian M. Collins brianc(a)collinsnet.com www.collinsnet.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2940351183271022978==-- From brianc@collinsnet.com Mon Feb 22 19:59:03 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] Sax.... Date: Mon, 22 Feb 1999 11:59:03 -0800 Message-ID: <005b01be5e9d$ccc8f130$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0723249268785027262==" --===============0723249268785027262== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Oh yea, one more thing..... I _know_ I selected all the English stuff when I set up 6.0, but when I ran sax - it was all in German! Now, I have nothing againsed the language, but I don't read it too well..... I couldn't seem to find anything in the manual about the internationalization of sax... Any ideas? Brian M. Collins brianc(a)collinsnet.com www.collinsnet.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0723249268785027262==-- From daleg@preferred.com Mon Feb 22 20:01:29 1999 From: daleg@preferred.com To: users@lists.opensuse.org Subject: [SuSE Linux] Thanks for 6.0 and Automating Mail Printing Date: Mon, 22 Feb 1999 15:01:29 -0500 Message-ID: <36D1B799.38C2735E@preferred.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7338589316886593535==" --===============7338589316886593535== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi everyone, First, I just want to say a huge **THANK YOU** to all the SuSE folks for making the finest Linux distribution in the world even better with 6.0! You all did a wonderful job and I appreciate it! Now, I have a need to have all new "root" mail printed automatically upon reciept. This is just plain text to be sent to a dot-matrix printer. Perhaps someone knows of a utility or shell script to do this. I would appreciate someone pointing me in the right direction. :-) Thanks. -- D. R. Grindstaff Powered by SuSE 6.0! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7338589316886593535==-- From hlarons@ComCAT.COM Mon Feb 22 20:38:21 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Listserver Personality (fwd) Date: Mon, 22 Feb 1999 15:38:21 -0500 Message-ID: <19990222153821.B1279@BeagleDog> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4885712039776134014==" --===============4885712039776134014== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Feb 22, 1999, James (Jim) Hatridge wrote: >=20 >=20 > Hi All! >=20 > I know that this is "OFF TOPIC", but I bet you'al will love it! Author, Author!! /That's/ the funniest thing I've seen in a long time.=20 The only thing that comes close is the sig line: "It's said that a thousand monkeys with a thousand typewriters will=20 produce the works of Shakespeare...the Internet proves that isn't=20 possible." Thanks for brightening my day, Jim. Howard Arons --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4885712039776134014==-- From hlarons@ComCAT.COM Mon Feb 22 20:38:32 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] Further to: Re: SIAG Office App Date: Mon, 22 Feb 1999 15:38:32 -0500 Message-ID: <19990222153832.C1279@BeagleDog> In-Reply-To: <19990219221717.A1852@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3649527198087514663==" --===============3649527198087514663== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Feb 19, 1999, Stefan Troeger wrote: >=20 >=20 > I've compiled it from source. IIRC I had to remove an -lcrypt > switch from one of the Makefiles. After that it compiled pretty > flawlessly. If you want to be able to remove the installed > files, it'd be good idea to use something like instmon to keep > track of the installed files (some where placed into /usr/X11 > although I told it to use /usr/local). You' de /man/. I hadn't heard of 'instmon' so I got a copy and installed=20 it. It's fantastic for keeping track of those installs from tgz's. Thanks=20 for adding a new weapon to my Linux arsenal. I didn't need to remove '-lcrypt', BTW. According to instmod nothing=20 was installed in /usr/X11. ?? Maybe that's why a few little things seem=20 broken. Pity, because the /appearance/ of siag is excellent. Howard Arons --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3649527198087514663==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Mon Feb 22 20:55:58 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Thanks for 6.0 and Automating Mail Printing Date: Mon, 22 Feb 1999 21:55:58 +0100 Message-ID: <19990222215558.A2872@one.hrz.tu-chemnitz.de> In-Reply-To: <36D1B799.38C2735E@preferred.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2323204507313799308==" --===============2323204507313799308== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 22, 1999 at 15:01 -0500, Dale Grindstaff wrote: > Now, I have a need to have all new "root" mail printed automatically > upon reciept. This is just plain text to be sent to a dot-matrix > printer. Perhaps someone knows of a utility or shell script to do > this. I would appreciate someone pointing me in the right direction. > :-) Thanks. Create a file /root/.forward and put |lpr, root in it. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2323204507313799308==-- From jonas.bat@telia.com Mon Feb 22 21:02:55 1999 From: jonas.bat@telia.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSEs manual/where ? Date: Mon, 22 Feb 1999 22:02:55 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6007706458608277784==" --===============6007706458608277784== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hmm... I looked it up, and found that it still only goes to page 163. Could we have the URL for an update somewhere? regards, Jonas B=C3=A5th At 12:04 1999-02-22 , you wrote: > >Hi, > >On Sat, 20 Feb 1999, Aldo Solari [APS] wrote: > >> Where (ftp) could I find SuSEs manual in ps/acrobat format ? > >There's a package called "suse_lxe.rpm" (Series doc), which has a PS/DVI >version of the manual. > >Bye, > LenZ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6007706458608277784==-- From alexm@quake.tx.symbio.net Mon Feb 22 21:08:33 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Instructions for 6.0 update via ftp or nfs Date: Mon, 22 Feb 1999 15:08:33 -0600 Message-ID: In-Reply-To: <36D19B9B.AE7BFD27@airmail.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3557257643698931779==" --===============3557257643698931779== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, It is the same as from the CD. The only difference is you select ftp as installation source media. All the rest is the same. I tried internet update: it fails very often for no aparent reason with a read screen saying an error occurred. You have to start over. Finally it almost worked leaving 22 packages (out of 200something)=20 unupdated including gcc, kernel source, X... I had to update them manually. I did an update from ftp.suse.org/pub/SuSE60/6.0/suse -alexm On Mon, 22 Feb 1999, John Perser wrote: >=20 > Where's the best place to look for instructions on how to update from > 5.3 to 6.0 via internet? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3557257643698931779==-- From mcleod@ssc.es Mon Feb 22 21:18:59 1999 From: mcleod@ssc.es To: users@lists.opensuse.org Subject: [SuSE Linux] SvgaTextMode and i740 Date: Mon, 22 Feb 1999 22:18:59 +0100 Message-ID: <004b01be5ea8$fd4189c0$c51b4cc3@interssc> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8342572255639765944==" --===============8342572255639765944== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all! Any one has ever used and configured correctly SvgaTextmode for the i740? Thanks, Vicente Werner - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8342572255639765944==-- From None Mon Feb 22 21:21:27 1999 From: None To: users@lists.opensuse.org Subject: None Date: Mon, 22 Feb 1999 16:21:27 -0500 Message-ID: <4.1.19990222155738.00b6b8f0@mail.mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5552814151955660817==" --===============5552814151955660817== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 4.1.19990222155738.00b6b8f0(a)mail.mindspring.com 4.1.19990222155738.00b6b8f0(a)mail.mindspring.com> To: suse-linux-e(a)suse.com From: pmoon(a)mindspring.com (Perry Moon) Subject: [SuSE Linux] Cable modem (MediaOne) and Linux Hello, I am hoping that someone that has allready sufferd the frustration I = have been going through and succeded in getting their Linux box to connect to a Media One via cable modem will help me out here.=20 I am relativly ignorant when it comes to Linux networking. I run and = have run several flavors of Linux, but have never configured anything other than dial-up ppp. I have a ton of info and some how-to's from the net on cable modems, but none are very direct and to the point of what is actually required step by step. I would not be imbarassed if one of you kind people out there would drag me by the nose through the process of getting this darn thing going. Weentered all the IP info from MediaOne via Yast and the eht0 (3com 3c509b) seems to be recognized ok at boot up and I can ping localhost and eth0's IP ok but nothing outside the box. Have tried several DHCP clients the last of which came from ftp.suse.com in the 5.3 dir as an rpm (made package install easier but still no go). By the way, I am at 5.3 currently [still waiting for my 6.0 subscribtion package to show :-( ]. None of the docs in the DHCP packages seems to make a whole lot of sence to me. Please help, I beseach the.....!!! Het is maken mij gek! Perry Moon pmoon(a)mindspring.com=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5552814151955660817==-- From bshelton-suse-linux@ole.net Mon Feb 22 21:26:54 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Problem with System Sound configuration in KDE Date: Mon, 22 Feb 1999 16:26:54 -0500 Message-ID: <19990222162654.A15364@ole.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8021836010294029826==" --===============8021836010294029826== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Feb 22, 1999 at 12:27:18PM +0000, alex(a)daniloff.com wrote: >=20 > Hello everybody ! >=20 > Sorry folks but I'm posting a second time this question about System > Sound configuration in KDE. I assumed that my AWE-64 sound card is > properly configured and working because I can listen misic CDs, .wav and > .mid files through the speakers and use a microphone. I tried to enable > System Sounds feature in KDE Control Center - System Sounds. I toggled > Enable Sytem Sound button, chose .wav file in menu and pressed Test > button, but nothing is happend it didn't sound. >=20 > Could somebody tell me what is wrong in my KDE setting and what should I > check or tweak? Any help will be gladly appreciated! I had the same problem when I upgraded to 6.0. In fact, isapnp wouldn't work so I re-installed isapnp from the 5.3 dist. and once again sound worked, except in KDE. Desktop sound don't work.=20 Then, I downloaded the 1.1 KDE rpms from SuSE and boing. Desktop sounds are once again functional. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8021836010294029826==-- From brianc@collinsnet.com Mon Feb 22 21:47:09 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sax.... Date: Mon, 22 Feb 1999 13:47:09 -0800 Message-ID: <000901be5eac$e6c37e70$6502a8c0@sawtooth> In-Reply-To: <[SuSE Linux] Sax....> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2664782204399739653==" --===============2664782204399739653== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Great! Thanks! bc -----Original Message----- From: stevem12(a)mindspring.com To: BrianC Cc: suse-linux-e(a)suse.com Date: Sunday, February 21, 1999 12:52 PM Subject: RE: [SuSE Linux] Sax.... >If you use the command: > >sax -l en > >it will come up in english. > >Steve > >On 22-Feb-99 BrianC wrote: >> >> Oh yea, one more thing..... >> >> I _know_ I selected all the English stuff when I set up 6.0, but when I ran >> sax - it was all in German! Now, I have nothing againsed the language, but >> I don't read it too well..... I couldn't seem to find anything in the manual >> about the internationalization of sax... >> >> Any ideas? >> Brian M. Collins >> brianc(a)collinsnet.com >> www.collinsnet.com >> >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archiv at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> > >---------------------------------- >E-Mail: stevem12(a)mindspring.com >Date: 21-Feb-99 >Time: 15:54:15 > >This message was sent by XFMail >---------------------------------- > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2664782204399739653==-- From brianc@collinsnet.com Mon Feb 22 21:48:18 1999 From: brianc@collinsnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] PnP Issue.. in plaintext Date: Mon, 22 Feb 1999 13:48:18 -0800 Message-ID: <000d01be5ead$0f8b67a0$6502a8c0@sawtooth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5385744552550029134==" --===============5385744552550029134== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Help! I am having a heck of a time getting my USR 56K FaxModem to work. I am using isapnp and isapnp.conf. It tells me that the card is getting configured as 0x2f8 and IRQ 3. I have disabled all other serial ports on the machine except for 0x3f8 IRQ4 fo the mouse. After linking /dev/modem to /dev/cua1 either with YaST or manually, Minicom (my test bed) just looks at me funny when run. I am kinda handy with serial stuff, and figure I can do all the PPP stuff working - if I can ever get this &^#$%^) Plug and Pray stuff working..... gads! Any suggestions? Thanks! Ohe yea.... I had the same problem with SuSE 5.3, and now with 6.0 - so it must be something I am doing :-( bc Brian M. Collins brianc(a)collinsnet.com www.collinsnet.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5385744552550029134==-- From boudrand@impi-gipsi.fr Mon Feb 22 22:56:58 1999 From: boudrand@impi-gipsi.fr To: users@lists.opensuse.org Subject: [SuSE Linux] Trouble with yast - 2.2 kernel Date: Mon, 22 Feb 1999 23:56:58 +0100 Message-ID: <99022301084000.09866@renoncules> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4543025637213842779==" --===============4543025637213842779== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi ! I upgraded to SuSE 6.0 last week and I am disappointed by yast. I can't save customisation file as easely as the previous version did : the software doesn= 't propose me a choice of existing file to be overwritten. I have used SusePPP and, each time I had ran Yast, I received (as root) mail about SuSE PPP. To avoid this, I removed this package (I didn't really need it). I have being using french language for Yast, when i decided to switch to english. Yast ran new config. Then tired of reading english, I switched again in french then I have ugly caracters on the output. I couldn't recover perfectly french keyboard map (some letters were replaced by alpha or beta caracters). The trouble disappeared when I removed SuSE PPP and then made an switch from english to french. What means "enth=C3=A4lt" in english (or in french...) ? And "!! HIER FEHLT DAS LABEL !!" SuSE 6.0 is said 2.2 kernel ready. To run 2.2.* kernel, I need libc5 5.4.46. In /lib, I have only found libc.so.4.7.6 (I previously used SuSE 5.3). =20 Does 5.4.46 version exist with SuSE 6.0 ?=20 I didn't find /lib/libc.so.6.2.0.7pre6 or /lib/libc.so.2.0.7pre6. Same questi= on for libc6. Can kernel 2.2 be compiled with egcs ? bye ! --=20 Eric Boudrand=20 http://members.xoom.com/boudrand/> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4543025637213842779==-- From graham@barnowl.demon.co.uk Mon Feb 22 22:57:52 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Suse 6.0 and Bash 2.03 Date: Mon, 22 Feb 1999 22:57:52 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5607533526953372015==" --===============5607533526953372015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For the information of anyone else installing bash 2.03 on Suse 6.0 When installing bash 2.03, I found that it did not read /etc/inputrc, so I had to copy this file to ~/.inputrc for all users with interactive logins. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5607533526953372015==-- From bfootdav@bellsouth.net Mon Feb 22 23:00:11 1999 From: bfootdav@bellsouth.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Problem with System Sound configuration in KDE Date: Mon, 22 Feb 1999 18:00:11 -0500 Message-ID: <36D1E17B.5FC0AE5F@bellsouth.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0314609436272009662==" --===============0314609436272009662== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable alex(a)daniloff.com wrote: >=20 > Hello everybody ! >=20 > Sorry folks but I'm posting a second time this question about System > Sound configuration in KDE. I assumed that my AWE-64 sound card is > properly configured and working because I can listen misic CDs, .wav and > .mid files through the speakers and use a microphone. I tried to enable > System Sounds feature in KDE Control Center - System Sounds. I toggled > Enable Sytem Sound button, chose .wav file in menu and pressed Test > button, but nothing is happend it didn't sound. >=20 > Could somebody tell me what is wrong in my KDE setting and what should I > check or tweak? Any help will be gladly appreciated! >=20 I had this same problem with KDE 1.0 and SuSE 6.0 - i could get no sound with any K apps but could with all other apps. But when I upgraded to KDE 1.1 it was magically solved - I have sound. KDE 1.1 is a very nice improvement and the KOffice suite is coming along well, so I encourage you to upgrade as well. The process was very easy using the rpms at SuSE's ftp site (just a lengthy dl time). Good Luck, David Bellows - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0314609436272009662==-- From bfootdav@bellsouth.net Mon Feb 22 23:03:10 1999 From: bfootdav@bellsouth.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1? Date: Mon, 22 Feb 1999 18:03:10 -0500 Message-ID: <36D1E22E.9144E7BA@bellsouth.net> In-Reply-To: <36D15BAC.CA67EA4A@webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5916212857144860821==" --===============5916212857144860821== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare Rasmussen wrote: >=20 > Right! (Except I use one of the European mirrors...) >=20 > But do I need anything else than the rpms in > /pub/os/linux/suse/suse_update/KDE/1.1-with-qt-1.42/RPM/ >=20 > ?? >=20 If you've got qt1.42 then you should be all set. I installed the rpms via YaST, but I imagine doing so from the command line would work just as well. David Bellows - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5916212857144860821==-- From camst65+@pitt.edu Tue Feb 23 00:02:03 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: [SuSE Linux] Linux on CNN Date: Mon, 22 Feb 1999 19:02:03 -0500 Message-ID: In-Reply-To: <36D1E22E.9144E7BA@bellsouth.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4646844256211123448==" --===============4646844256211123448== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just saw that CNN&Fortune will run a show this weekend with a segement on Linux. Of course, what they showed was not just "Linux", it was RedHat. Go SuSE! Chris ------------------------------------------ E-Mail: Chris Martin =20 Date: 22-Feb-99 Time: 18:58:19 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4646844256211123448==-- From daniels@bullitt.net Tue Feb 23 00:38:15 1999 From: daniels@bullitt.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] system crash Date: Mon, 22 Feb 1999 19:38:15 -0500 Message-ID: In-Reply-To: <[SuSE Linux] system crash> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0645821918120102402==" --===============0645821918120102402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 22-Feb-99 Rev. Michael Derek Barnett wrote: > On Sun, 21 Feb 1999, you wrote: >>Well one more interesting development just occurred... >> >>(I never get a full clean boot to a prompt.) >> >>Upon reseting my system back to boot from floppy I got the following message >>(Usually my system core dumps on boot up) >> >>ext2fs_check_if_mount: No such file or directory while determining whether >>/dev/hda3 is mounted. >>/dev/hda3 was not cleanly unmounted, check forced. >>/dev/hda3: Inode 17, i_size is 20480, should be 274432. FIXED. >>/dev/hda3: Inode 17, i_blocks is 38, should be 534. FIXED >>Problem: block on freelist at 02004910 isn't free. >> >> >>Just in case this helps... >=20 > hmmm. well, it doesn't help me much...:). however someone who actually knows > what they are talking about on the list might get some useful info out of > this... >=20 > i'm just winging it here, but looks like you had some hard drive trouble. no > idea if it's permanant/terminal trouble, or just a hiccup. >=20 > when you installed, do you have any idea how big you made the partition at > /dev/hda3? >=20 >=20 >=20 > -derek >=20 > "God save the king!" -- overheard in Boston, 15 Dec. 1773 the hard drive was/is 4.3Gb I had a 10MB / 128MB /swap The rest was available for users. (Only me) Luckily I kept my 486/33 around. Which is running SuSE5.3 just fine=20 and I run X on it as well. Never realized how slow it was until I got the other machine (AMDK6-350MHz). But today this 486/33 is kicking that K6's butt. =20 ---------------------------------- E-Mail: Daniel D Strong Date: 22-Feb-99 Time: 19:32:07 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0645821918120102402==-- From jblosser@firinn.org Tue Feb 23 01:35:53 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] gnome latest bombs Date: Mon, 22 Feb 1999 20:35:53 -0500 Message-ID: <19990222203553.B13370@firinn.org> In-Reply-To: <[SuSE Linux] gnome latest bombs> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7972480801092430035==" --===============7972480801092430035== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DqcHopEYAB45HaUaB; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============7972480801092430035==-- From daniels@bullitt.net Tue Feb 23 01:44:01 1999 From: daniels@bullitt.net To: users@lists.opensuse.org Subject: [SuSE Linux] Re: System Crash Date: Mon, 22 Feb 1999 20:44:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3673751560155859337==" --===============3673751560155859337== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well for those of you who are still with me in this... Tonight I got a few new messages.... Fired up the machine and got this (hard boot) ....standard bootup stuff..... Partition checked: hda: hda1 hda2 hda 3 VFS: Mounted root (ext2 filesystem) readonly. INIT: version 2.65f booting INTT: Id "1" respawning too fast: disabled for 5 minutes INTT: Id "3" respawning too fast: disabled for 5 minutes INTT: Id "4" respawning too fast: disabled for 5 minutes INTT: Id "5" respawning too fast: disabled for 5 minutes INTT: Id "6" respawning too fast: disabled for 5 minutes INTT: Id "2" respawning too fast: disabled for 5 minutes two things... why the numbers are random? And the machine hung at this point... I wasn't satisfied with these results so I reset (warm boot) ....I can only assume standard stuff as I couldn't read all of it.... INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" INIT: cannot execute "/sb" etc......then INTT: Id "1" respawning too fast: disabled for 5 minutes INTT: Id "2" respawning too fast: disabled for 5 minutes INTT: Id "3" respawning too fast: disabled for 5 minutes INTT: Id "4" respawning too fast: disabled for 5 minutes INTT: Id "5" respawning too fast: disabled for 5 minutes INTT: Id "6" respawning too fast: disabled for 5 minutes note: The numbers are in order this time... I am not seeing the same error message each time. =20 I have only one question: Is this my hard drive failing? ---------------------------------- E-Mail: Daniel D Strong Date: 22-Feb-99 Time: 20:36:08 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at
<= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3673751560155859337==-- From jongeek@netscape.net Tue Feb 23 01:46:28 1999 From: jongeek@netscape.net To: users@lists.opensuse.org Subject: No Subject Date: Mon, 22 Feb 1999 20:46:28 -0500 Message-ID: <19990223014628.19659.qmail@ww183.netaddress.usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0683338101146495401==" --===============0683338101146495401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable unsubscribe ____________________________________________________________________ More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0683338101146495401==-- From tomas@primenet.com Tue Feb 23 02:07:25 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] /sbin/install-info??? Date: Mon, 22 Feb 1999 18:07:25 -0800 Message-ID: <36D20D5D.6406F74@primenet.com> In-Reply-To: <199902220635.WAA22497@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7318091745139516793==" --===============7318091745139516793== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: >=20 > Does anyone happen to know where I can find this? I want to compile > something that is looking for this particular file. I searched my > system high and low and do not have this thing. I searched at > www.rufus3.org for it; bit its the proverbial needle in a haystack > problem. I do not have suse 6 disks now. Unfortunately left them at > the office. >=20 > Even a hint is happily accepted!! :) unfortanately I can;t recall which package it resides in on the suse distro CD bu on the slackware CD its part of the texinfo package, which creates the info files on the system. You could prolly find the most recent version on the GNU site, around 3.12 or better. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7318091745139516793==-- From dizzy73@connix.com Tue Feb 23 02:14:55 1999 From: dizzy73@connix.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: System Crash Date: Mon, 22 Feb 1999 21:14:55 -0500 Message-ID: <36D20F1F.85C399E5@connix.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1979634692458031613==" --===============1979634692458031613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Daniel D Strong wrote: > INTT: Id "4" respawning too fast: disabled for 5 minutes > INTT: Id "5" respawning too fast: disabled for 5 minutes > INTT: Id "6" respawning too fast: disabled for 5 minutes >=20 > note: The numbers are in order this time... >=20 > I am not seeing the same error message each time. >=20 > I have only one question: Is this my hard drive failing? no rob Linux Home page http://www.connix.com/~dizzy73/LB= M.htm> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1979634692458031613==-- From Ted.Harding@nessie.mcc.ac.uk Tue Feb 23 02:33:41 1999 From: Ted.Harding@nessie.mcc.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] YARD DBMS Date: Tue, 23 Feb 1999 02:33:41 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4863485240471679673==" --===============4863485240471679673== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Anyone out there bee using YARD DBMS trouble-free on Linux? I'm getting more or less nowhere. Version 1: 4.02.00 of 08 March 1996 (installed off SuSE-5.1 CD pre-packed). This one is simply obstinate about doing the right thing or completing operations, especially in yardxsql. On the whole I'm going round in circles with this one. Version 2: 4.05.1 installed strictly following instructions from the cpio archive from the YARD ftp site priv_4.05.1_PCPentium_Linux2.0.33.cpio.gz With this one I cannot even initialise it ("other users are still active" even though no user has even started to use it). If anyone has been here before me and found a way round it, or can assure me that it's not worth trying, I'd be pleased to hear. I'm using a 5.1 SuSE system, kernel 2.0.34 With thanks, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) Date: 23-Feb-99 Time: 02:33:41 ------------------------------ XFMail ------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4863485240471679673==-- From tomas@primenet.com Tue Feb 23 02:38:28 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Further to: Re: SIAG Office App Date: Mon, 22 Feb 1999 18:38:28 -0800 Message-ID: <36D214A4.DA6B1FE7@primenet.com> In-Reply-To: <19990222153832.C1279@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2298226115394792790==" --===============2298226115394792790== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Howard Arons wrote: >=20 > I didn't need to remove '-lcrypt', BTW. According to instmod nothing > was installed in /usr/X11. ?? Maybe that's why a few little things seem > broken. Pity, because the /appearance/ of siag is excellent. >=20 You may want to adjust your instmon file so that it watches some of the /var directories, I have seen various files get placed in the /var paths over time. Just change the exclude line so it reads like /var/spool /var/log etc.. instead of just /var --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2298226115394792790==-- From hattons@CPKWEBSER5.ncr.disa.mil Tue Feb 23 04:25:50 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Manufacture's Drivers! Date: Mon, 22 Feb 1999 23:25:50 -0500 Message-ID: <36D22DCE.8402156@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7921101932220407343==" --===============7921101932220407343== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an old theme that I believe bears repeating. I was reading the mini-howto on soundblasters and came across this: The SB AWE 64 has the capabilities of the SB AWE 32 and an additional Wave Guide synthesis Creative Labs is especially proud of. The problem for Linux users is, that the additional 32 voices are software generated and output via the raw wave devices. Because Creative Labs sees no market in Linux drivers, a Wave Guide synthesis sound driver is only available for Windows 3.1 and Windows 95. Cane people think of a polite way to put pressure on folks such as Creative Labs to develop Linux drivers? It seems to me that Linux is poised to make a "quantum leap" into self configuration with PnP. It would be really nice if hardware manufactures took part in developing the software components for their products. As far as there not being a market, well I've spent over ten thousand dollars on computer equipment in my life and I am running linux on all my systems. (Yea, I do have NT partitions so I can learn things for work.) I would suggest an e-mail campaign, but that sound too much like spamming. Perhaps an internet petition form might be a good way to collect input to then send to hardware manufactures. Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============7921101932220407343==--


From bio@mounet.com Tue Feb 23 04:58:09 1999
From: bio@mounet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Manufacture's Drivers!
Date: Mon, 22 Feb 1999 23:58:09 -0500
Message-ID: <199902231817.NAA24377@ns2.mounet.com>
In-Reply-To: <36D22DCE.8402156@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1672214613876267173=="

--===============1672214613876267173==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Also... they don't support Amd k6/2's  or Cyrix's, but I just have a
k6/2...   hehe... but the wgs thing won't install, says it req's a p90...
and the patch they have requires some cd ... that doesn't exist...
hehehe.... oh well....   maybe that's why all my creative cards are in my
celery...=09

At 11:25 PM 2/22/99 -0500, Steven T. Hatton wrote:
>This is an old theme that I believe bears repeating.  I was reading the
>mini-howto on soundblasters and came across this:
>
>  The SB AWE 64 has the capabilities of the SB AWE 32 and an additional
>  Wave Guide synthesis Creative Labs is especially proud of. The problem
>
>  for Linux users is, that the additional 32 voices are software
>  generated and output via the raw wave devices. Because Creative Labs
>  sees no market in Linux drivers, a Wave Guide synthesis sound driver
>  is only available for Windows 3.1 and Windows 95.
>
>Cane people think of a polite way to put pressure on folks such as
>Creative Labs to develop Linux drivers?  It seems to me that Linux is
>poised to make a "quantum leap" into self configuration with PnP.  It
>would be really nice if hardware manufactures took part in developing
>the software components for their products.  As far as there not being a
>market, well I've spent over ten thousand dollars on computer equipment
>in my life and I am running linux on all my systems.  (Yea, I do have
>NT partitions so I can learn things for work.)  I would suggest an
>e-mail campaign, but that sound too much like spamming.  Perhaps an
>internet petition form might be a good way to collect input to then send
>to hardware manufactures.
>
>Steve
>
>--
>
>The linux counter: http://counter.li.org>    -Registered Linux User # 79059
>S.u.S.E. Linux: http://www.suse.com>
>KDE: http:/=
/www.kde.org>
>SaMBa: http://samba.anu.edu.au>
>Mathematica: http://www.wri.com>
>StarOffice: http://www.stardivision.com>
>
>I think.
>I think I am,
>Therefore I am.
>I think? - Graeme Edge of the Moody Blues
>
>
>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1672214613876267173==--


From mperry@basin.com Tue Feb 23 05:01:35 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] /sbin/install-info???
Date: Mon, 22 Feb 1999 21:01:35 -0800
Message-ID: <199902230501.VAA05276@mperry.basin.com>
In-Reply-To: <36D20D5D.6406F74@primenet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1087409913741499258=="

--===============1087409913741499258==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 22 Feb, S.Toms wrote:
>=20
> Michael Perry wrote:
>>=20
>> Does anyone happen to know where I can find this?  I want to compile
>> something that is looking for this particular file.  I searched my
>> system high and low and do not have this thing.  I searched at
>> www.rufus3.org for it; bit its the proverbial needle in a haystack
>> problem.  I do not have suse 6 disks now.  Unfortunately left them at
>> the office.
>>=20
>> Even a hint is happily accepted!! :)
>=20
>   unfortanately I can;t recall which package it resides in on the suse
> distro CD bu on the slackware CD its part of the texinfo package, which
> creates the info files on the system. You could prolly find the most
> recent version on the GNU site, around 3.12 or better.

Well, I discovered a catch-22 sort of thing that perhaps someone can
advise me on.  texinfo does not include /sbin/install-info.  Its in a
package called info.  If you try to rpm install info it claims it hits
texinfo.  If you uninstall texinfo yast does not work.  So that put me
back to the original spot.  I cannot compile balsa because it wants
files that I cannot install.  I need to install GTK+1.2 but it wants
/sbin/install-info but I can't install info because it bumps against
texinfo.  Wierd... Really wierd.  Is anyone using balsa that they
compiled on suse 6?

--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1087409913741499258==--


From jljr@ptdprolog.net Tue Feb 23 05:05:23 1999
From: jljr@ptdprolog.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Java tests
Date: Tue, 23 Feb 1999 05:05:23 +0000
Message-ID: <19990223100415.12714.qmail@mail.ptd.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3890601472443052289=="

--===============3890601472443052289==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




There are some interesting Java test results at thiis location,

http://www.javaworld.com/javaworld/jw-03-1999/jw-03-volanomark.html<=
/A>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3890601472443052289==--


From to.avi@usa.net Tue Feb 23 05:13:38 1999
From: to.avi@usa.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trying to download XFree86 3.3.3.1
Date: Mon, 22 Feb 1999 23:13:38 -0600
Message-ID: <36D23902.6E344A22@usa.net>
In-Reply-To: <36D1312C.F8F86108@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7638893046242522477=="

--===============7638893046242522477==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Try Shift-Click, in other words click on the link while holding down the shift
key.  This should pop the save dialog.

Avi

Yatsen Ng wrote:

> I've had that Real Player event hapen to me when I downloaded the xmatrox.r=
pm.
> Someone suggested I save the file by rightclicking on it and saving it as a
> link. That did it
> for me. Unfortunately that trick didn't work this time around.
>
> tony wrote:
>
> > i have had something similiar happen to me when downloading rpm files in
> > netscape. it will try to open the real player instead of downloading it o=
r a
> > page with really funky characters will open in netscape. so i "please don=
't
> > flame me for writing this" use explorer instead and it will download the
> > files fine.
> > tony
> >
> > Yatsen Ng wrote:
> >
> > > I tried to download XFree86 3.3.3.1 but something weird happens. I have
> > > to  use
> > > windows98 because my Linux isn't ready for the web yet. I When I try to
> > > download
> > > the file "extract" it doesn't download but I get a HTML page. What's the
> > > deal with this?
> > > Nothing like this happened when I downloaded "preinst.sh" and
> > > "postinst.sh".


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============7638893046242522477==-- From wolfsong@blaze.ca Tue Feb 23 06:32:13 1999 From: wolfsong@blaze.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Well, broke down and got 6.0... Date: Mon, 22 Feb 1999 22:32:13 -0800 Message-ID: <36D24B6D.BF7AB2D5@blaze.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4936536986588725160==" --===============4936536986588725160== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable a questions that someone here may be able to answer about SuSE 6.0: I know that i can get 24 bit colour with an 800x600 resolution. (even under Windows) Does anyone else have problems with screen flicker at higher resolutions, or is it just my silly HP M50? If so, is there anything short of decreasing the resolution that will stop it? -- islandwolf "when a dachshund just isn't enough' - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4936536986588725160==-- From hattons@CPKWEBSER5.ncr.disa.mil Tue Feb 23 06:53:40 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] SB64 AWE Gold silent! Date: Tue, 23 Feb 1999 01:53:40 -0500 Message-ID: <36D25074.B71826EE@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2235364573221825482==" --===============2235364573221825482== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I can't seem to get my sound to work under 2.2.1. I have followed the instructions in the AWE32 file in the kernel documentation. I can't figure it out for the life of me. Would someone look at this and let me know if they see someting obvious? The card works when I boot NT. TIA, Steve Here is the output from some sound related commands. bash-2.02# cat /dev/sndstat OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux nariana 2.2.1 #53 Tue Feb 23 00:11:09 EST 1999 i686 Config options: 0 Installed drivers: Card config: Audio devices: Synth devices: Midi devices: Timers: 0: System clock Mixers: bash-2.02# /usr/bin/sfxload /usr/local/lib/synthgm.sbk open /dev/sequencer: Device not configured bash-2.02# isapnp /etc/isapnp.conf lspci not found, so PCI resource conflict not checked Board 1 has Identity 3b 09 b3 e8 dc b2 00 8c 0e: CTL00b2 Serial No 162785500 [checksum 3b] ################################### Here's the stuff from my isapnp.conf (CONFIGURE CTL00b2/228675774 (LD 0 (INT 0 (IRQ 5 (MODE +E))) (DMA 0 (CHANNEL 1)) (DMA 1 (CHANNEL 5)) (IO 0 (BASE 0x0220)) (IO 1 (BASE 0x0330)) (IO 2 (BASE 0x0388)) (ACT Y))) CONFIGURE CTL00b2/228675774 (LD 2 (IO 0 (BASE 0x0620)) (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20)) (ACT Y) )) #################################### Here's the stuff from my modules.conf alias char-major-14 sb alias sound sb alias midi awe_wave post-install awe_wave /usr/bin/sfxload /usr/local/lib/synthgm.sbk options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330 -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============2235364573221825482==--


From saki@telinco.co.uk Tue Feb 23 07:04:34 1999
From: saki@telinco.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Suse 6.0 is just fantastic
Date: Tue, 23 Feb 1999 07:04:34 +0000
Message-ID: <36D25302.D81DB895@telinco.co.uk>
In-Reply-To: <99022117133303.00278@ToverX>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7104864383440578955=="

--===============7104864383440578955==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ivy wrote:
>=20
> Hello,
>=20
> just want to tell the 'world' that Suse 6.0 is working perfectly
> I upgraded from Suse 5.3
>=20
>=20
> Keep up the good work Suse!

I quite agree! From 5.2 to 6.0 in about 30 minutes!=20

Of course there were some small alterations to make, but every package I run =
on
the normal
SuSE dist upgraded first time, and the only kernal complile error was mine
(didn't specify
the right box :-(

Excellent product, easy installation. Improved hand book, but still American
English- doesn't
anyone there know abot split infinitives?
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7104864383440578955==--


From hattons@CPKWEBSER5.ncr.disa.mil Tue Feb 23 07:04:38 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation?
Date: Tue, 23 Feb 1999 02:04:38 -0500
Message-ID: <36D25306.7454AC74@cpkwebser5.ncr.disa.mil>
In-Reply-To: <[SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2478720538183137235=="

--===============2478720538183137235==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lenz,

It is my understanding that using a device such as $REMOTEHOST:0.0 would
send the x-windows information in the clear on the normal x port (what ever
that is)

Steve

Lenz Grimmer wrote:

> Hi,
>
> On Thu, 18 Feb 1999, Steven T. Hatton wrote:
>
> > I am running SSHD 2.X on a sparc with solaris 2.5.1 and also on SuSE
> > 6.0 I am running SSH 2.X on an NT workstation (F-Secure).  I also have
> > StarNet's X-Win32 running on my NT desktop. When I attempt to run an X
> > application on a Unix box and send the output to the X-term emulation
> > I get the following error:
> >
> > Xlib: connection to ":10.0" refused by server
> > Xlib: Invalid MIT-MAGIC-COOKIE-1 key
> > Error: Can't open display: :10.0
> >
> > Is there someting I can do to make this work?
>
> Sometimes you have to set the environment variable "DISPLAY" manually to
> your NT machine. ssh to your Unix box and enter the following (assuming
> the bash shell):
>
>         export DISPLAY=3D:0
>
> Bye,
>         LenZ
>
> --
> ------------------------------------------------------------------
>  Lenz Grimmer                                           SuSE GmbH
>  mailto:grimmer(a)suse.de         =
              Schanzaeckerstr. 10
>  http://www.suse.de/~grimmer>             90443 Nuernberg, Ger=
many


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============2478720538183137235==--


From to.avi@usa.net Tue Feb 23 07:36:47 1999
From: to.avi@usa.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] I am fuming!
Date: Tue, 23 Feb 1999 01:36:47 -0600
Message-ID: <36D25A8F.7EB2A61@usa.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0544516772944347575=="

--===============0544516772944347575==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




Not only it took me forever to get the version 6.0 subscription, then it
comes without the registration card which means that the StarOffice
registration number is missing.  I went to StarOffice's web site,
registered myself and received a registration number.  Guess what, SO
will not accept it!  The Next>> button stays grayed out even after
entering the key code.

What is going on here?
Arghhh!


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============0544516772944347575==-- From to.avi@usa.net Tue Feb 23 07:39:26 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] So, is it KDE 1.1 or KDE 1.1pre2? Date: Tue, 23 Feb 1999 01:39:26 -0600 Message-ID: <36D25B2E.AA6520F0@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0036209464029416695==" --===============0036209464029416695== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
All the RPMs in the
ftp://ftp.su=
se.com/pub/suse_update/KDE/1.1-with-qt-1.42/> directory are
named k*-1.1pre2-0.*.  So are these RPMs 1.1 or 1.1pre2?

Avi


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============0036209464029416695==-- From Kappacher@gmx.net Tue Feb 23 07:58:50 1999 From: Kappacher@gmx.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I am fuming! Date: Tue, 23 Feb 1999 08:58:50 +0100 Message-ID: <36D25FBA.9E79050C@gmx.net> In-Reply-To: <36D25A8F.7EB2A61@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0265792136779634024==" --===============0265792136779634024== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Avi Schwartz wrote: > I went to StarOffice's web site, > registered myself and received a registration number. Guess what, SO > will not accept it! The Next>> button stays grayed out even after Take a deep breath! SO50 (on the CD) is an OEM-Version! Write a request for a new Media-Key to SuSE or just ask a friend for it. The 2nd Key is the User-Key. You need an Online Connection (at best: started from SO50) to fully register the product. bye, -- jk | Johann S. Kappacher +--------+ http://surf.to/Kappacher> | | Gellertgasse 21/4/19 | Hannes | voice: +43-1-6066763 | | A-1100 Wien/Vienna +--------+ GSM: +43-676-3743268 | +------- Registered: Linux#105444 PGP: http://pgp5.ai.mit.edu> -------+ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0265792136779634024==-- From yatsen-ng@cistron.nl Tue Feb 23 08:33:40 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Trying to download XFree86 3.3.3.1 Date: Tue, 23 Feb 1999 09:33:40 +0100 Message-ID: <36D267E3.57036612@cistron.nl> In-Reply-To: <36D23902.6E344A22@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4326408425480870896==" --===============4326408425480870896== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I know that. But does it save the way it's supposed to save if you do that? H= aving the save dialog is one thing but saving it right is the most important. I'll give= it a try once the need arrives (I believe that will be soon). Avi Schwartz wrote: > Try Shift-Click, in other words click on the link while holding down the sh= ift > key. This should pop the save dialog. > > Avi > > Yatsen Ng wrote: > > > I've had that Real Player event hapen to me when I downloaded the xmatrox= .rpm. > > Someone suggested I save the file by rightclicking on it and saving it as= a > > link. That did it > > for me. Unfortunately that trick didn't work this time around. > > > > tony wrote: > > > > > i have had something similiar happen to me when downloading rpm files in > > > netscape. it will try to open the real player instead of downloading it= or a > > > page with really funky characters will open in netscape. so i "please d= on't > > > flame me for writing this" use explorer instead and it will download the > > > files fine. > > > tony > > > > > > Yatsen Ng wrote: > > > > > > > I tried to download XFree86 3.3.3.1 but something weird happens. I ha= ve > > > > to use > > > > windows98 because my Linux isn't ready for the web yet. I When I try = to > > > > download > > > > the file "extract" it doesn't download but I get a HTML page. What's = the > > > > deal with this? > > > > Nothing like this happened when I downloaded "preinst.sh" and > > > > "postinst.sh". > > -- > Avi Schwartz Get a Life > to.avi(a)usa.net Get Linux - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4326408425480870896==-- From karim_e@ict.co.uk Tue Feb 23 09:05:41 1999 From: karim_e@ict.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] kppp and UK Freeserve Date: Tue, 23 Feb 1999 09:05:41 +0000 Message-ID: <01BE5F0B.B0E9E4B0.karim_e@ict.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2164712820693305507==" --===============2164712820693305507== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sorry..Maybe out of topic :) I tried desperatly last night to set up Kppp with a UK ISP called Freeserve. I think ive got my PAP settings right, etc...but no luck, the daemon died une= xp. If they are any UK readers to the list that have an account with Freeserve, p= leaase Help! Otherwise, any recommended UK ISPs that work with the Suse distro? (Ive got Suse 6 and Id like to use Kppp!) Thanx in advance for any help Karim - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2164712820693305507==-- From grimmer@suse.de Tue Feb 23 09:58:24 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Thanks for 6.0 and Automating Mail Printing Date: Tue, 23 Feb 1999 10:58:24 +0100 Message-ID: In-Reply-To: <36D1B799.38C2735E@preferred.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5113344826312115128==" --===============5113344826312115128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 22 Feb 1999, Dale Grindstaff wrote: > First, I just want to say a huge **THANK YOU** to all the SuSE folks > for making the finest Linux distribution in the world even better with > 6.0! You all did a wonderful job and I appreciate it! Thanks a lot :) > Now, I have a need to have all new "root" mail printed automatically > upon reciept. This is just plain text to be sent to a dot-matrix > printer. Perhaps someone knows of a utility or shell script to do > this. I would appreciate someone pointing me in the right direction. > :-) Thanks. Look for "procmail", this can do such magic things... Also see the manual pages (man procmail, procmailex, procmailrc) Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5113344826312115128==-- From bigtoe@blim.demon.co.uk Tue Feb 23 10:03:46 1999 From: bigtoe@blim.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] /sbin/install-info??? Date: Tue, 23 Feb 1999 10:03:46 +0000 Message-ID: In-Reply-To: <199902230501.VAA05276@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6092317575172075359==" --===============6092317575172075359== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 23-Feb-99 Michael Perry wrote: >=20 > On 22 Feb, S.Toms wrote: >>=20 >> Michael Perry wrote: >>>=20 >>> Does anyone happen to know where I can find this? I want to compile >>> something that is looking for this particular file. I searched my >>> system high and low and do not have this thing. I searched at >>> www.rufus3.org for it; bit its the proverbial needle in a haystack >>> problem. I do not have suse 6 disks now. Unfortunately left them at >>> the office. >>>=20 >>> Even a hint is happily accepted!! :) >>=20 >> unfortanately I can;t recall which package it resides in on the suse >> distro CD bu on the slackware CD its part of the texinfo package, which >> creates the info files on the system. You could prolly find the most >> recent version on the GNU site, around 3.12 or better. >=20 > Well, I discovered a catch-22 sort of thing that perhaps someone can > advise me on. texinfo does not include /sbin/install-info. Its in a > package called info. If you try to rpm install info it claims it hits > texinfo. If you uninstall texinfo yast does not work. So that put me > back to the original spot. I cannot compile balsa because it wants > files that I cannot install. I need to install GTK+1.2 but it wants > /sbin/install-info but I can't install info because it bumps against > texinfo. Wierd... Really wierd. Is anyone using balsa that they > compiled on suse 6? > --=20 > Michael Perry > mperry(a)basin.com > ------------------- On my SuSE 6.0 system install-info is in /usr/bin so rpm's could be installed with the --nodeps switch, or if it causes a compile to fail maybe a symlink in /sbin will cure it. Hope this helps. Regards Jo ----------------------------------------------------------------------------- For greater stability - Linux FreeBSD Unix. Why settle for less? Web Page http://www.blim.demon.co.uk> - Linux User #64,= 910 ----------------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6092317575172075359==-- From bigtoe@blim.demon.co.uk Tue Feb 23 10:26:27 1999 From: bigtoe@blim.demon.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] kppp and UK Freeserve Date: Tue, 23 Feb 1999 10:26:27 +0000 Message-ID: In-Reply-To: <01BE5F0B.B0E9E4B0.karim_e@ict.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8040706540189885121==" --===============8040706540189885121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 23-Feb-99 Karim Elmaizi wrote: >=20 >=20 > Sorry..Maybe out of topic :) >=20 > I tried desperatly last night to set up Kppp with a UK ISP called Freeserve. > I think ive got my PAP settings right, etc...but no luck, the daemon died > unexp. >=20 > If they are any UK readers to the list that have an account with Freeserve, > pleaase Help! >=20 > Otherwise, any recommended UK ISPs that work with the Suse distro? >=20 > (Ive got Suse 6 and Id like to use Kppp!) >=20 > Thanx in advance for any help >=20 > Karim >=20 I get this too using kppp and Freeserve, it also happens with Demon as well. = As I recall the kppp docs say to make sure you do not have anything in your /etc/ppp/options file especially not "lock" as kppp handles this itself. There is a site with infomation on how to connect to freeserve using kppp at http://www.kppp-archive.freeserve.co.uk/> I have tried several times to get kppp to work reliably with the ISP's that I use but so far have not succeeded, let me know how you get on. The SuSE scripts work well for me, so for now I will stick with those. Hope this helps. Regards Jo ----------------------------------------------------------------------------- For greater stability - Linux FreeBSD Unix. Why settle for less? Web Page http://www.blim.demon.co.uk> - Linux User #64,= 910 ----------------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8040706540189885121==-- From bigtoe@blim.demon.co.uk Tue Feb 23 10:31:21 1999 From: bigtoe@blim.demon.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] I am fuming! Date: Tue, 23 Feb 1999 10:31:21 +0000 Message-ID: In-Reply-To: <36D25A8F.7EB2A61@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3993746381239378446==" --===============3993746381239378446== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 23-Feb-99 Avi Schwartz wrote: > Not only it took me forever to get the version 6.0 subscription, then it > comes without the registration card which means that the StarOffice > registration number is missing. I went to StarOffice's web site, > registered myself and received a registration number. Guess what, SO > will not accept it! The Next>> button stays grayed out even after > entering the key code. >=20 > What is going on here? > Arghhh! >=20 > -- > Avi Schwartz Get a Life > to.avi(a)usa.net Get Linux >=20 >=20 I had this too, watch out for lower case l's, ones, zeros and O's etc. the be= st way is to select the registration number from Stardivision and paste it into = the dialog box, that worked for me:-) Hope this helps. Regards Jo ----------------------------------------------------------------------------- For greater stability - Linux FreeBSD Unix. Why settle for less? Web Page http://www.blim.demon.co.uk> - Linux User #64,= 910 ----------------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3993746381239378446==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Tue Feb 23 10:39:19 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: kppp and UK Freeserve Date: Tue, 23 Feb 1999 11:39:19 +0100 Message-ID: <19990223113919.B326@one.hrz.tu-chemnitz.de> In-Reply-To: <01BE5F0B.B0E9E4B0.karim_e@ict.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3410765769003634485==" --===============3410765769003634485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 23, 1999 at 09:05 -0000, Karim Elmaizi wrote: > I tried desperatly last night to set up Kppp with a UK ISP called Freeserve. > I think ive got my PAP settings right, etc...but no luck, the daemon died u= nexp. Check /etc/ppp/options and remove the `lock'. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3410765769003634485==-- From reaston@stny.lrun.com Tue Feb 23 10:56:17 1999 From: reaston@stny.lrun.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I am fuming! Date: Tue, 23 Feb 1999 05:56:17 -0500 Message-ID: <199902231056.FAA12278@m5.stny.lrun.com> In-Reply-To: <36D25A8F.7EB2A61@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1100154486792028548==" --===============1100154486792028548== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable My subscription to 6.0 arrived with neither a reg card nor a reg=20 ID as well. Now I'm wondering if 2nd and future subscription=20 installments are supposed to be absent registration, and the=20 subscriber should reuse the original codes from his first=20 installment? I have asked just this of the support(a)suse.com=20 address and am awaiting a reply (will update.) =20 -Bob On 23 Feb 99, at 1:36, Avi Schwartz wrote: > Not only it took me forever to get the version 6.0 subscription, then it > comes without the registration card which means that the StarOffice > registration number is missing. I went to StarOffice's web site, > registered myself and received a registration number. Guess what, SO will > not accept it! The Next>> button stays grayed out even after entering the > key code. >=20 > What is going on here? > Arghhh! >=20 > -- > Avi Schwartz Get a Life > to.avi(a)usa.net Get Linux >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1100154486792028548==-- From gh@simteam.com Tue Feb 23 10:56:39 1999 From: gh@simteam.com To: users@lists.opensuse.org Subject: [SuSE Linux] Network problem DHCP client Date: Tue, 23 Feb 1999 11:56:39 +0100 Message-ID: <36D28967.807F46A7@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0588100120986307216==" --===============0588100120986307216== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I just got an internet cybersurf modem from motorola which is connected to a network card in my PC. the IP address is dynamic and should be provided by a DHCP server so I need to run a DHCP client. the networks card is NE2000 compatible so I had no problem having it used by linux however in YAST the "DHCP client" is grayed out ( i cannot use it ). I rebuild my kernel I found nothing about DHCP. It seems to me that the net card is working ok ( it is listed in cat /prov/net/dev). In the manuals index I looked for DHCP and found only 2 references about serving DHCP. Can anybody please help me !! best regards GH Portefait --=20 "Computers are like air conditioners - they stop working properly when you open Windows" -----BEGIN GEEK CODE BLOCK----- =20 Version: 3.1 GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w !O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20 ------END GEEK CODE BLOCK------ ht= tp://www.geekcode.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0588100120986307216==-- From milvus@get2net.dk Tue Feb 23 11:16:27 1999 From: milvus@get2net.dk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Manufacture's Drivers! Date: Tue, 23 Feb 1999 12:16:27 +0100 Message-ID: <36D28E0B.3BDBAD41@get2net.dk> In-Reply-To: <36D22DCE.8402156@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1242186232154480118==" --===============1242186232154480118== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Steven T. Hatton" wrote: >=20 > This is an old theme that I believe bears repeating. I was reading the > mini-howto on soundblasters and came across this: >=20 > The SB AWE 64 has the capabilities of the SB AWE 32 and an additional > Wave Guide synthesis Creative Labs is especially proud of. The problem >=20 > for Linux users is, that the additional 32 voices are software > generated and output via the raw wave devices. Because Creative Labs > sees no market in Linux drivers, a Wave Guide synthesis sound driver > is only available for Windows 3.1 and Windows 95. >=20 > Cane people think of a polite way to put pressure on folks such as > Creative Labs to develop Linux drivers? It seems to me that Linux is > poised to make a "quantum leap" into self configuration with PnP. It > would be really nice if hardware manufactures took part in developing > the software components for their products. As far as there not being a > market, well I've spent over ten thousand dollars on computer equipment > in my life and I am running linux on all my systems. (Yea, I do have > NT partitions so I can learn things for work.) I would suggest an > e-mail campaign, but that sound too much like spamming. Perhaps an > internet petition form might be a good way to collect input to then send > to hardware manufactures. You might be pleased to hear that Creative hired a programmer specifically to write Linux drivers for their products not too long ago. --=20 Michael Andersen ----------->> Stop software piracy --- use free software!=20 <<----------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1242186232154480118==-- From grimmer@suse.de Tue Feb 23 11:46:11 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SUSEs manual/where ? Date: Tue, 23 Feb 1999 12:46:11 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7323335659699882108==" --===============7323335659699882108== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 22 Feb 1999, Jonas Bath wrote: > I looked it up, and found that it still only goes to page 163. Could we > have the URL for an update somewhere? As soon as it has been fixed... I've forwarded the report. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7323335659699882108==-- From r.ibbotson@zen.co.uk Tue Feb 23 11:46:38 1999 From: r.ibbotson@zen.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] kppp and UK Freeserve Date: Tue, 23 Feb 1999 11:46:38 +0000 Message-ID: <199902231146.LAA12032@irwell.zetnet.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3842046225573918329==" --===============3842046225573918329== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, On 23 Feb 99, at 10:26, Jo Whitby wrote: > There is a site with information on how to connect to freeserve using kppp > at http://www.kppp-archive.freeserve.co.uk/= > >=20 > I have tried several times to get kppp to work reliably with the ISP's > that I use but so far have not succeeded, let me know how you get on. >=20 > The SuSE scripts work well for me, so for now I will stick with those. >=20 Yes, we noticed that it *did* and *didn't* work sometimes so we are=20 trying to figure it out. Don't hold on too much. It could take some time. Cheers ---------------------------- Richard Sheffield UK SuSE technical support at: ht= tp://home.freeuk.net/> linux.help/ --------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3842046225573918329==-- From hatridge@straubing.baynet.de Tue Feb 23 11:47:53 1999 From: hatridge@straubing.baynet.de To: users@lists.opensuse.org Subject: [SuSE Linux] DOSEMU / WINDOWS 3.0 Date: Tue, 23 Feb 1999 12:47:53 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2940751529834660017==" --===============2940751529834660017== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi ALL; I'm using dosemu 66.7.0 under it I'm able to get windows 3.0 (NOT .1) to run. I'm having an odd problem with it. When I run the calculator it is usable only with the mouse. My keyboard numbers will not work.=20 Any ideas? TIA! J I M ----------------------------------------- Jim Hatridge Germany=20 hatridge(a)straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- Tried of "King Klinton I" & the Oral Office? Join the Libertarian Party! Check out www.lp.org - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2940751529834660017==-- From grimmer@suse.de Tue Feb 23 11:51:17 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation? Date: Tue, 23 Feb 1999 12:51:17 +0100 Message-ID: In-Reply-To: <36D25306.7454AC74@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7452202427941051816==" --===============7452202427941051816== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, Steven T. Hatton wrote: > It is my understanding that using a device such as $REMOTEHOST:0.0 would > send the x-windows information in the clear on the normal x port (what ever > that is) No, if you are using SSH, it will also encrypt the X traffic. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7452202427941051816==-- From grimmer@suse.de Tue Feb 23 11:54:54 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] So, is it KDE 1.1 or KDE 1.1pre2? Date: Tue, 23 Feb 1999 12:54:54 +0100 Message-ID: In-Reply-To: <36D25B2E.AA6520F0@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5589047851522663412==" --===============5589047851522663412== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, Avi Schwartz wrote: > All the RPMs in the > ftp://ftp.s= use.com/pub/suse_update/KDE/1.1-with-qt-1.42/> directory are > named k*-1.1pre2-0.*. So are these RPMs 1.1 or 1.1pre2? The files in = ftp://ftp.suse.com/pub/suse_update/KDE/1.1-with-qt-1.42/> are KDE 1.1 final. They do not have pre2 in their names, BTW. ftp:/= /ftp.suse.com/pub/suse_update/KDE/1.1pre2-with-qt-1.42/> carries the older packages. I'll propose the removal of this tree. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5589047851522663412==-- From grimmer@suse.de Tue Feb 23 11:56:54 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Network problem DHCP client Date: Tue, 23 Feb 1999 12:56:54 +0100 Message-ID: In-Reply-To: <36D28967.807F46A7@simteam.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1998119692442187284==" --===============1998119692442187284== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, Georges-Henry Portefait wrote: > the networks card is NE2000 compatible so I had no problem having it > used by linux however in YAST the "DHCP client" is grayed out ( i > cannot use it ). This indicates, that the package "dhclient" is not installed. You should find it in Series "n". After it has been installed, you should be able to activate that option. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1998119692442187284==-- From grimmer@suse.de Tue Feb 23 12:03:54 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel Date: Tue, 23 Feb 1999 13:03:54 +0100 Message-ID: In-Reply-To: <99022301084000.09866@renoncules> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0005828988644550506==" --===============0005828988644550506== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, 22 Feb 1999, Eric Boudrand wrote: > I upgraded to SuSE 6.0 last week and I am disappointed by yast. I > can't save customisation file as easely as the previous version did : > the software doesn't propose me a choice of existing file to be > overwritten. >=20 > I have used SusePPP and, each time I had ran Yast, I received (as > root) mail about SuSE PPP. To avoid this, I removed this package (I > didn't really need it). >=20 > I have being using french language for Yast, when i decided to switch > to english. Yast ran new config. Then tired of reading english, I > switched again in french then I have ugly caracters on the output. I > couldn't recover perfectly french keyboard map (some letters were > replaced by alpha or beta caracters). The trouble disappeared when I > removed SuSE PPP and then made an switch from english to french. This is strange. Unfortunately I have no solution :( > What means "enth=C3=A4lt" in english (or in french...) ? "enth=C3=A4lt" means "contains" > And "!! HIER FEHLT DAS LABEL !!" This means, that the label is missing. > SuSE 6.0 is said 2.2 kernel ready. To run 2.2.* kernel, I need libc5 > 5.4.46. In /lib, I have only found libc.so.4.7.6 (I previously used > SuSE 5.3). Does 5.4.46 version exist with SuSE 6.0 ? I didn't find > /lib/libc.so.6.2.0.7pre6 or /lib/libc.so.2.0.7pre6. Same question for > libc6. Kernel 2.2 should run without major modifications on SuSE Linux 6.0. > Can kernel 2.2 be compiled with egcs ? Event though it can be compiled using egcs, I would not recommend it. I experienced very strange phenomenons doing this. Most of the time, the kernel just freezes on startup. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0005828988644550506==-- From jpb39@cam.ac.uk Tue Feb 23 13:05:08 1999 From: jpb39@cam.ac.uk To: users@lists.opensuse.org Subject: [SuSE Linux] display ghostscript extensions in SuSE? Date: Tue, 23 Feb 1999 13:05:08 +0000 Message-ID: <36D2A784.91FBED05@cam.ac.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3284775732408480890==" --===============3284775732408480890== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I recently noticed that Debian Linux includes a package with display ghostscript extensions for X. Before I attempt to install the Debian package or compile dps from source, I'd be interested to know if anyone has already installed these under SuSE Linux (5.3 or 6.0), or if there is some reason that this can't or shouldn't be done. Thanks, -Jim Blevins jpb39(a)cam.ac.uk - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3284775732408480890==-- From lyates@cris.com Tue Feb 23 13:31:20 1999 From: lyates@cris.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I am fuming! Date: Tue, 23 Feb 1999 07:31:20 -0600 Message-ID: <003801be5f30$cd8a1480$a88dadce@laysi> In-Reply-To: <[SuSE Linux] I am fuming!> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8524535210549413763==" --===============8524535210549413763== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Do you HAVE to send your email digitally signed? I can read digitally signed mail at home, but not at work. So I just delete such messages. I'm sure there are others who do the same. -Larry -----Original Message----- From: Avi Schwartz To: Suse Linux Mailing List Date: Tuesday, February 23, 1999 1:52 AM Subject: [SuSE Linux] I am fuming! >Not only it took me forever to get the version 6.0 subscription, then it >comes without the registration card which means that the StarOffice >registration number is missing. I went to StarOffice's web site, >registered myself and received a registration number. Guess what, SO >will not accept it! The Next>> button stays grayed out even after >entering the key code. > >What is going on here? >Arghhh! > >-- >Avi Schwartz Get a Life >to.avi(a)usa.net Get Linux > > > - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8524535210549413763==-- From alexm@quake.tx.symbio.net Tue Feb 23 13:57:06 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Well, broke down and got 6.0... Date: Tue, 23 Feb 1999 07:57:06 -0600 Message-ID: In-Reply-To: <36D24B6D.BF7AB2D5@blaze.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8383345423104886472==" --===============8383345423104886472== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Same here, I updated to 6.0 --> now X is almost unusable because of HEAVY flickering. If I run any program and the disk starts to rattle (like kernel compile) the whole screen is covered with some irregular horizontal lines. Different resolutions and refresh rates do not seem to cure it. For information: I have SIS video and got the new xsvga and X86Free 3.3.3 from a SuSE mirror. I run it at 1152X864 @ 16bit (used SaX to configure it). I am pretty sure there is no problem with the X server, because I tried it with the older xsis and the problem did not go away. On Mon, 22 Feb 1999, islandwolf wrote: >=20 > a questions that someone here may be able to answer about SuSE 6.0: >=20 > I know that i can get 24 bit colour with an 800x600 resolution. (even > under Windows) Does anyone else have problems with screen flicker at > higher resolutions, or is it just my silly HP M50? If so, is there > anything short of decreasing the resolution that will stop it? >=20 > -- > islandwolf > "when a dachshund just isn't enough' >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8383345423104886472==-- From samelash@ix.netcom.com Tue Feb 23 14:01:05 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Well, broke down and got 6.0... Date: Tue, 23 Feb 1999 14:01:05 +0000 Message-ID: <3.0.3.32.19990223140105.00efe3dc@popd.ix.netcom.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5803238361812354925==" --===============5803238361812354925== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Are these intergrated mb/vidio slower that yout usual mb plus seperwate vidio card , and can you sdjust how much memory to give to the vidio card. I thought that vidio card memeory was diffrent aNF FASTER ? >Do you have a onboard graphic card which requires a share of your RAM (a >so-called UMA-Configuration)? If so, your resolution/color depth may be >too high for your hardware configuration. Maybe you should try some lower >settings (lower resolution/color depth or refresh rate) to reduce the >required memory bandwith. > >Bye, > LenZ > >--=20 >------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Germ= any > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5803238361812354925==-- From Surjit.Bains@hsam.co.uk Tue Feb 23 14:05:42 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] 2 modems ? Date: Tue, 23 Feb 1999 14:05:42 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B87@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0847828086373166052==" --===============0847828086373166052== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
=====================================================
This message and any attachments to it are subject to copyright and are 
sent for the personal attention of the addressee.  It may include 
information which is legally privileged and exempt from disclosure.  
If you receive this communication in error, please advise us immediately.
=====================================================

 Is it possible to set up two modems under Linux and use the bandwidth
as one entity... 2 x 56k modems  to give 112k speed?

Surjit.

I've  have managed to get some web space (50mb) and a domain name
(www.linuxsystems.co.uk) for FREE as part of a loyalty type bonus with a
Web Space /Domain registration company  I have been using for a few
years...

I think this 'package' also includes 15 email addresses which I can use
to forward to your personal account ....i.e.

surjit(a)linuxsystems.co.uk -->>> sbains(a)globalnet.co.uk

I am quite happy to let people have either a sub-dir or what ever to
publish any linux info,LUG websites , or general howto's or any linux
related stuff...

please let me know !!

If interested please cc mail to below address...

Surjit.

Personal Email (sbains(a)globalnet.co.uk)

 <> 
Surjit

--===============0847828086373166052==-- From to.avi@usa.net Tue Feb 23 14:14:51 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] So, is it KDE 1.1 or KDE 1.1pre2? Date: Tue, 23 Feb 1999 08:14:51 -0600 Message-ID: <36D2B7DB.B3233D64@usa.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8197765558939421232==" --===============8197765558939421232== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Lenz,

Now that you told me that it is 1.1, I did an 'ls -l' on the directory and
here is what confused me:  both 1.1pre2 and 1.1 and mixed together in this
directory, hence the confusion.  For example:

r--r--r--   1 root     root         6483 Feb 18 10:29 kbase.changes
lrwxrwxrwx   1 root     root           24 Feb 18 12:52 kbase.rpm ->
RPM/kbase-1.1-1.i386.rpm
-r--r--r--   1 root     root      2399725 Feb  1 15:43
kgames-1.1pre2-0.i386.rpm
-r--r--r--   1 root     root         1693 Feb 18 10:29 kgames.changes
lrwxrwxrwx   1 root     root           25 Feb 18 12:52 kgames.rpm ->
RPM/kgames-1.1-1.i386.rpm
-r--r--r--   1 root     root     10212356 Jan 29 16:33
kgoemon-1.1pre2-0.i386.rpm
lrwxrwxrwx   1 root     root           26 Feb 18 12:52 kgoemon.rpm ->
RPM/kgoemon-1.1-1.i386.rpm
-r--r--r--   1 root     root      1264024 Jan 29 10:08
kgraph-1.1pre2-0.i386.rpm
-r--r--r--   1 root     root         2267 Feb 18 10:29 kgraph.changes
lrwxrwxrwx   1 root     root           25 Feb 18 12:52 kgraph.rpm ->
RPM/kgraph-1.1-1.i386.rpm
lrwxrwxrwx   1 root     root           21 Feb 23 14:01 kicons.rpm ->
RPM/kicons-1.0-34.rpm
-r--r--r--   1 root     root      2927959 Jan 29 13:28
klibs-1.1pre2-0.i386.rpm
-r--r--r--   1 root     root         2307 Feb 18 10:29 klibs.changes
lrwxrwxrwx   1 root     root           24 Feb 18 12:52 klibs.rpm ->
RPM/klibs-1.1-1.i386.rpm

Thanks,
Avi

Lenz Grimmer wrote:

> Hi,
>
> On Tue, 23 Feb 1999, Avi Schwartz wrote:
>
> > All the RPMs in the
> > ftp://ftp=
.suse.com/pub/suse_update/KDE/1.1-with-qt-1.42/> directory are
> > named k*-1.1pre2-0.*.  So are these RPMs 1.1 or 1.1pre2?
>
> The files in ftp://ftp.suse.com/pub/suse_update/KDE/1.1-with-qt-1.42/> are
> KDE 1.1 final. They do not have pre2 in their names, BTW.
>
> ftp=
://ftp.suse.com/pub/suse_update/KDE/1.1pre2-with-qt-1.42/> carries the
> older packages. I'll propose the removal of this tree.
>
> Bye,
>         LenZ
>
> --
> ------------------------------------------------------------------
>  Lenz Grimmer                                           SuSE GmbH
>  mailto:grimmer(a)suse.de         =
              Schanzaeckerstr. 10
>  http://www.suse.de/~grimmer>             90443 Nuernberg, Ger=
many
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>


--
Avi Schwartz            Get a Life
to.avi(a)usa.net                  Get Linux

S/MIME Cryptographic Signature

--===============8197765558939421232==-- From grimmer@suse.de Tue Feb 23 14:17:07 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1 on ftp.suse.com and mirrors Date: Tue, 23 Feb 1999 15:17:07 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7762611439210187209==" --===============7762611439210187209== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, /pub/suse_update/KDE/glibc/1.1-with-qt-1.42 does indeed also contain pre2-Packages. My apologies, I just checked our local directories. It seems, that the mirroring of the packages has gone wrong somehow. We are investigating on this. Nevertheless, the symbolic links in this directory point to the correct 1.1-final packages in the subdirectory "RPM". Sorry for the confusion... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7762611439210187209==-- From grimmer@suse.de Tue Feb 23 14:34:50 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] So, is it KDE 1.1 or KDE 1.1pre2? Date: Tue, 23 Feb 1999 15:34:50 +0100 Message-ID: In-Reply-To: <36D2B7DB.B3233D64@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5082462165374193547==" --===============5082462165374193547== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, Avi Schwartz wrote: > Now that you told me that it is 1.1, I did an 'ls -l' on the directory > and here is what confused me: both 1.1pre2 and 1.1 and mixed together > in this directory, hence the confusion. For example: You are right. I only checked our local directory, not the mirrored version... See my separate post about this subject. It seems, that the mirroring went haywire somehow, don't ask me why. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5082462165374193547==-- From TXDELBAE@ctrl.co.uk Tue Feb 23 14:49:21 1999 From: TXDELBAE@ctrl.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Diamond Fire 1000 GL Pro Date: Tue, 23 Feb 1999 14:49:21 +0000 Message-ID: <90D7336CE2B9D211A18408002BB777096B982A@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4116396876749261593==" --===============4116396876749261593== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hello All,

What is the best server to use for this card. On my version of SuSE, its not
even listed on the Cards list. Also where do I go to get the newest servers?

Thanks

Tim

--===============4116396876749261593==-- From grimmer@suse.de Tue Feb 23 15:54:02 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Diamond Fire 1000 GL Pro Date: Tue, 23 Feb 1999 16:54:02 +0100 Message-ID: In-Reply-To: <90D7336CE2B9D211A18408002BB777096B982A@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3966536165100397894==" --===============3966536165100397894== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, Delbaere, Tim wrote: > What is the best server to use for this card. On my version of SuSE, > its not even listed on the Cards list. Also where do I go to get the > newest servers? XF86_3DLabs would be the right server for this card. It is hidden in package "xglint" on our ftp-Server. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3966536165100397894==-- From grimmer@suse.de Tue Feb 23 15:57:19 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Well, broke down and got 6.0... Date: Tue, 23 Feb 1999 16:57:19 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3016977022428263113==" --===============3016977022428263113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, 23 Feb 1999, alexm wrote: > Same here, I updated to 6.0 --> now X is almost unusable because of > HEAVY flickering. If I run any program and the disk starts to rattle > (like kernel compile) the whole screen is covered with some irregular > horizontal lines. Different resolutions and refresh rates do not seem > to cure it. For information: I have SIS video and got the new xsvga > and X86Free 3.3.3 from a SuSE mirror. I run it at 1152X864 @ 16bit > (used SaX to configure it). I am pretty sure there is no problem with > the X server, because I tried it with the older xsis and the problem > did not go away. Do you have a onboard graphic card which requires a share of your RAM (a so-called UMA-Configuration)? If so, your resolution/color depth may be too high for your hardware configuration. Maybe you should try some lower settings (lower resolution/color depth or refresh rate) to reduce the required memory bandwith. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3016977022428263113==-- From abrahams@valinet.com Tue Feb 23 17:20:08 1999 From: abrahams@valinet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 on ftp.suse.com and mirrors Date: Tue, 23 Feb 1999 12:20:08 -0500 Message-ID: <199902231720.MAA00312@pleurotus.local> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4427908293747598677==" --===============4427908293747598677== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >>>>> On Tue, 23 Feb 1999 15:17:07 +0100 (MET), Lenz Grimmer said: |Lenz> /pub/suse_update/KDE/glibc/1.1-with-qt-1.42 does indeed also |Lenz> contain pre2-Packages. My apologies, I just checked our local |Lenz> directories. |Lenz> It seems, that the mirroring of the packages has gone wrong |Lenz> somehow. We are investigating on this. Nevertheless, the symbolic |Lenz> links in this directory point to the correct 1.1-final packages |Lenz> in the subdirectory "RPM". Sorry for the confusion... So if I recursively download the contents of /pub/suse_update/KDE/glibc/1.1-with-qt-1.42 will I get the correct version, or an earlier one? Thanx - Paul - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4427908293747598677==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Tue Feb 23 17:33:02 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Further to: Re: SIAG Office App Date: Tue, 23 Feb 1999 18:33:02 +0100 Message-ID: <19990223183302.A585@one.hrz.tu-chemnitz.de> In-Reply-To: <19990222153832.C1279@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0889997447680674498==" --===============0889997447680674498== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Mon, Feb 22, 1999 at 15:38 -0500, Howard Arons wrote: > You' de /man/. I hadn't heard of 'instmon' so I got a copy and installed=20 > it. It's fantastic for keeping track of those installs from tgz's. Thanks=20 > for adding a new weapon to my Linux arsenal. Yep. It's really neat. Thank S. Toms, he mentioned it first ;-) > I didn't need to remove '-lcrypt', BTW. According to instmod nothing=20 > was installed in /usr/X11. ?? Maybe that's why a few little things seem=20 > broken. Pity, because the /appearance/ of siag is excellent. Maybe it's a newer version than the one I had. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0889997447680674498==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Tue Feb 23 17:36:48 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Kernel 2.2.1 and sound Date: Tue, 23 Feb 1999 18:36:48 +0100 Message-ID: <19990223183648.B585@one.hrz.tu-chemnitz.de> In-Reply-To: <36D07EAF.3B41654D@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0930427494331956515==" --===============0930427494331956515== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Sun, Feb 21, 1999 at 22:46 +0100, Juergen Braukmann wrote: > with 2.0.36, I used IsaPnP to set my card. There were no ways to enter > an IRQ / IO with the kermel compile. I choose PNPBIOS (or whatever that > parameter was named) to get PnP cards autoconfigured. How on earth do I > learn babout the setting of the card?? cat /dev/sndstat draws blank, but > I need the correct values for /etc/conf.modules as Stefan suggests. Hmm, I don't know a way to find the settings in Linux. I use a bootdisk with Intel's PnP configuration utility for that. 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0930427494331956515==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Tue Feb 23 17:46:02 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: SB64 AWE Gold silent! Date: Tue, 23 Feb 1999 18:46:02 +0100 Message-ID: <19990223184602.A249@one.hrz.tu-chemnitz.de> In-Reply-To: <36D25074.B71826EE@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3821018545624776224==" --===============3821018545624776224== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 23, 1999 at 01:53 -0500, Steven T. Hatton wrote: > I can't seem to get my sound to work under 2.2.1. I have followed the > instructions in the AWE32 file in the kernel documentation. I can't > figure it > out for the life of me. Would someone look at this and let me know if > they > see someting obvious? The card works when I boot NT. [...] > Here is the output from some sound related commands. >=20 > bash-2.02# cat /dev/sndstat > OSS/Free:3.8s2++-971130 > Load type: Driver loaded as a module > Kernel: Linux nariana 2.2.1 #53 Tue Feb 23 00:11:09 EST 1999 i686 > Config options: 0 >=20 > Installed drivers: >=20 > Card config: >=20 > Audio devices: >=20 > Synth devices: >=20 > Midi devices: >=20 > Timers: > 0: System clock >=20 > Mixers: Are you sure the sound modules are loaded (is kmod compiled into the kernel)? The output of cat /dev/sndstat should look like OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux one 2.2.1 #1 Thu Feb 18 20:54:58 CET 1999 i586 Config options: 0 Installed drivers:=20 Card config:=20 Audio devices: 0: Sound Blaster 16 (4.13) (DUPLEX) Synth devices: Midi devices: 0: Sound Blaster 16 Timers: 0: System clock Mixers: 0: Sound Blaster What happens if you do a `cat >/dev/audio'? 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3821018545624776224==-- From alex@physical36.chem.ufl.edu Tue Feb 23 18:05:25 1999 From: alex@physical36.chem.ufl.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation? Date: Tue, 23 Feb 1999 13:05:25 -0500 Message-ID: <199902231805.NAA12746@physical36.chem.ufl.edu> In-Reply-To: <[SuSE Linux] SSHD on Linux/Unix, ssh on NT w/X-term emulation?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7786234344972289187==" --===============7786234344972289187== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Here is what my sysadmin had to say about this aspect of ssh: --------------------------- Hi Alex This part is true: > It is my understanding that using a device such as $REMOTEHOST:0.0 would > send the x-windows information in the clear on the normal x port (what ever > that is) However, ssh always sets up the DISPLAY variable to be localhost:M.0 where 'localhost is the machine you are ssh'd into, and 'M' is some unique number (starting at 10, I believe). This is how it does the encrypted tunneling. So to make sure you have an encrypted X connection, just check that the=20 DISPLAY variable. For example, when you ssh into mailey from p36, your DISPLAY var will be something like 'mailey:11.0'. This is encrypted. If you set=20 DISPLAY=3Dphysical36:0.0 then it won't be encrypted. -------------------- I have to admit I had done it always wrong because I didn't know better, being used to exporting the DISPLAY variable manually when I telnet into a different host. Best regards, Alex Angerhofer. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7786234344972289187==-- From to.avi@usa.net Tue Feb 23 18:51:37 1999 From: to.avi@usa.net To: users@lists.opensuse.org Subject: [SuSE Linux] If you are missing your 6.0 registration card... Date: Tue, 23 Feb 1999 12:51:37 -0600 Message-ID: <36D2F8B9.B2FD17F9@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5870449118931435296==" --===============5870449118931435296== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -- Beginning of public service -- I just got off the phone with SuSE USA and it seems that a number of SuSE 6.0 boxes were shipped without the registration card. You will need the registration number to get technical support and the registration card also has the StarOffice registration key. If you find that you have received a box without the registration card, call SuSE USA (888.875.4689) and they will send you a card as soon as they get the cards from Germany. -- End of public service -- Avi -- Avi Schwartz Get a Life to.avi(a)usa.net Get Linux - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5870449118931435296==-- From Michael.Bielicki@Linkdesign.com Tue Feb 23 19:00:07 1999 From: Michael.Bielicki@Linkdesign.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Re: Kernel 2.2.1 and sound Date: Tue, 23 Feb 1999 21:00:07 +0200 Message-ID: In-Reply-To: <19990223183648.B585@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2796596196013211916==" --===============2796596196013211916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The PNPBIOS stuff is for the parallel interface :)) you still have to use isapnp for your soundcard On 23-Feb-99 Stefan Troeger wrote: >=20 > Hi, >=20 > On Sun, Feb 21, 1999 at 22:46 +0100, Juergen Braukmann wrote: >=20 >> with 2.0.36, I used IsaPnP to set my card. There were no ways to enter >> an IRQ / IO with the kermel compile. I choose PNPBIOS (or whatever that >> parameter was named) to get PnP cards autoconfigured. How on earth do I >> learn babout the setting of the card?? cat /dev/sndstat draws blank, but >> I need the correct values for /etc/conf.modules as Stefan suggests. >=20 > Hmm, I don't know a way to find the settings in Linux. I use a > bootdisk with Intel's PnP configuration utility for that. >=20 > Ciao, > Stefan >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Michael.Bielicki(a)Linkdesign.com Date: 23-Feb-99 Time: 20:59:41 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2796596196013211916==-- From graham@barnowl.demon.co.uk Tue Feb 23 19:07:24 1999 From: graham@barnowl.demon.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel Date: Tue, 23 Feb 1999 19:07:24 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0383774784464467930==" --===============0383774784464467930== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lenz Grimmer writes: > Event though it can be compiled using egcs, I would not recommend it. I > experienced very strange phenomenons doing this. Most of the time, the > kernel just freezes on startup. What is the correct way of doing this? Is adding "-V2.7.2.3" to the CFLAGS definition in the top level Makefile the correct way? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0383774784464467930==-- From hlarons@ComCAT.COM Tue Feb 23 20:08:03 1999 From: hlarons@ComCAT.COM To: users@lists.opensuse.org Subject: [SuSE Linux] File Locking Date: Tue, 23 Feb 1999 15:08:03 -0500 Message-ID: <19990223150803.A714@BeagleDog> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7672657589055506872==" --===============7672657589055506872== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can some guru point me to a reference that covers the above subject?=20 I can't find a clue in my trusty "Running Linux" or the SuSE 5.2=20 manual, or even in an (unsophisticated) Web search. "Dot Lock," "flock," whatever, I can tell they're important but I=20 haven't a clue. Help, anyone, with an URL? Howard Arons --=20 Powered by SuSE Linux 5.2 -- kernel 2.0.33 Communications by Mutt 0.93.2 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7672657589055506872==-- From mpedro@esoterica.pt Tue Feb 23 20:33:43 1999 From: mpedro@esoterica.pt To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 files Date: Tue, 23 Feb 1999 20:33:43 +0000 Message-ID: <36D310A7.C9507B1A@esoterica.pt> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6513370330386429613==" --===============6513370330386429613== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can anyone send me the index.gz in the SuSE 6.0 cd's cause the one on the ftp sites is all messed up? Or at least he listing of the files belonging to CD1 - 4 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6513370330386429613==-- From abrahams@valinet.com Tue Feb 23 20:36:35 1999 From: abrahams@valinet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] If you are missing your 6.0 registration card... Date: Tue, 23 Feb 1999 15:36:35 -0500 Message-ID: <199902232036.PAA00426@pleurotus.local> In-Reply-To: <36D2F8B9.B2FD17F9@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8145133960173011496==" --===============8145133960173011496== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >>>>> On Tue, 23 Feb 1999 12:51:37 -0600, Avi Schwartz sai= d: |Avi> I just got off the phone with SuSE USA and it seems that a number |Avi> of SuSE 6.0 boxes were shipped without the registration card. You |Avi> will need the registration number to get technical support and the |Avi> registration card also has the StarOffice registration key. If |Avi> you find that you have received a box without the registration |Avi> card, call SuSE USA (888.875.4689) and they will send you a card |Avi> as soon as they get the cards from Germany. Reminds me of what happened with my 5.3 package. The sticker in the manual and on the registration card were both printed using a misaligned label printer, so the numbers were unreadable. I kept getting tossed back and forth between sales and tech support (each group, not having heard of the problem, insisted it was the other group's responsibility), and it took me weeks before I could get someone to issue me a new number. Paul Abrahams =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8145133960173011496==-- From apeerand@pacbell.net Tue Feb 23 20:43:35 1999 From: apeerand@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 on ftp.suse.com and mirrors Date: Tue, 23 Feb 1999 12:43:35 +0000 Message-ID: <199902232048.MAA17694@mail-gw.pacbell.net> In-Reply-To: <[SuSE Linux] KDE 1.1 on ftp.suse.com and mirrors> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5236788905761803501==" --===============5236788905761803501== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, 23 Feb 1999 12:20:08 -0500, Paul W. Abrahams wrote: > >>>>>> On Tue, 23 Feb 1999 15:17:07 +0100 (MET), Lenz Grimmer said: > >|Lenz> /pub/suse_update/KDE/glibc/1.1-with-qt-1.42 does indeed also >|Lenz> contain pre2-Packages. My apologies, I just checked our local >|Lenz> directories. > >|Lenz> It seems, that the mirroring of the packages has gone wrong >|Lenz> somehow. We are investigating on this. Nevertheless, the symbolic >|Lenz> links in this directory point to the correct 1.1-final packages >|Lenz> in the subdirectory "RPM". Sorry for the confusion... > >So if I recursively download the contents of > /pub/suse_update/KDE/glibc/1.1-with-qt-1.42 >will I get the correct version, or an earlier one? > >Thanx - > >Paul >- look in ' /pub/suse_update/KDE/glibc/1.1-with-qt-1.42/rpms/ ' -andy- ent by andy peerand using recyled protons ... well it worked on Monty Python! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5236788905761803501==-- From gef@freeuk.com Tue Feb 23 21:00:21 1999 From: gef@freeuk.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] kppp and UK Freeserve Date: Tue, 23 Feb 1999 21:00:21 +0000 Message-ID: <36D316E5.DAA20E5@freeuk.com> In-Reply-To: <01BE5F0B.B0E9E4B0.karim_e@ict.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1031748135528998981==" --===============1031748135528998981== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Karim Elmaizi wrote: >=20 > Sorry..Maybe out of topic :) >=20 > I tried desperatly last night to set up Kppp with a UK ISP called Freeserve. > I think ive got my PAP settings right, etc...but no luck, the daemon died u= nexp. >=20 > If they are any UK readers to the list that have an account with Freeserve,= pleaase Help! >=20 When I first started using Linux, I tried to set up my connection using the details for logging on to globalnet. I entered the details in the generic set up for PPP configuration using Yast ( see part 17.2.2 Suse 5.3 manual ) and it's always worked fine. I was connecting using kppp for a while but I now use fvwm2 and a program called ezppp. I also tried logging on to Freenet. I modified the details in rc.config, ran suseconfig and then entered freenet's settings in ezppp and that worked, I did the same for freeserve, but I couldn't get freeserve to work, although I didn't spend much time on it. Now I solely use FreeUK ( I cancelled the other isp's ), and for FreeUK I just entered the relevant details in ezppp and it works just fine ( in fact their details aren't even entered in rc.config and it still works ??? ) I now use this isp for all my mail and web stuff.=20 Hope this is of help. Geoff. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1031748135528998981==-- From stefan.troeger@wirtschaft.tu-chemnitz.de Tue Feb 23 21:03:07 1999 From: stefan.troeger@wirtschaft.tu-chemnitz.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Kernel 2.2.1 and sound Date: Tue, 23 Feb 1999 22:03:07 +0100 Message-ID: <19990223220307.B617@one.hrz.tu-chemnitz.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0494952556222899763==" --===============0494952556222899763== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Tue, Feb 23, 1999 at 21:00 +0200, Michael.Bielicki(a)linkdesign.com wrote: > The PNPBIOS stuff is for the parallel interface :)) you still have to use > isapnp for your soundcard Yep, I know. I just use this Intel PnP thingy to initialize my pnp cards once. Then the values are saved and the cards are automatically initialized on every boot up. No need to fiddle with isapnp :-) 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0494952556222899763==-- From imm@KidsCare.Net Tue Feb 23 21:34:31 1999 From: imm@KidsCare.Net To: users@lists.opensuse.org Subject: [SuSE Linux] Cursor is white box & no text or fonts in kde?Wierd? SiS6326/kde Date: Tue, 23 Feb 1999 15:34:31 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6284342612023756498==" --===============6284342612023756498== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I just installed SuSE 6.0 it took me some time to set my video card(on board SIS6326 AGP w/8mb)configured with sax. The colors in kde are great but my cursor is a white box? Also there are no fonts/text on taskbars or menusor programs. It's hard to navigate kde without text anywhere. Sometimes they appear if I run alleged cursor over them but then they dissappear. ???? Has anyone else had these problems? Any ideas as too how to fix. I did install 100dpi fonts. My monitor is set right horizontaql 30-70 vertical 50-160 Video is on-board SiS 6326 AGP w/8mb ramdac 175. I am using the svga server.=20 I did set it up with sax. Any help much appreciated thanks, Ian Moore - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6284342612023756498==-- From r.ibbotson@zen.co.uk Tue Feb 23 22:15:37 1999 From: r.ibbotson@zen.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] kppp and UK Freeserve Date: Tue, 23 Feb 1999 22:15:37 +0000 Message-ID: <199902232215.WAA03586@irwell.zetnet.co.uk> In-Reply-To: <36D316E5.DAA20E5@freeuk.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1922392392160616759==" --===============1922392392160616759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Geoff, On 23 Feb 99, at 21:00, foxy wrote: > Hope this is of help. Enormously :-) Richard Sheffield UK - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1922392392160616759==-- From risch@tir.com Tue Feb 23 23:17:40 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] If you are missing your 6.0 registration card... Date: Tue, 23 Feb 1999 18:17:40 -0500 Message-ID: <36D33714.18E9EB53@tir.com> In-Reply-To: <36D2F8B9.B2FD17F9@usa.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8918707578873523133==" --===============8918707578873523133== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Better yet email including your customer id, which will be on your duplicate. The response, which I believe will be posted to you will have your media key and id number. I think you'll get a faster repsonse than pestering the number below. Regards, Bob Russell Powered by Linux - SuSE 5.3, 6.0; Debian 2.0 Avi Schwartz wrote: >=20 > -- Beginning of public service -- >=20 > I just got off the phone with SuSE USA and it seems that a number of > SuSE 6.0 boxes were shipped without the registration card. You will > need the registration number to get technical support and the > registration card also has the StarOffice registration key. If you find > that you have received a box without the registration card, call SuSE > USA (888.875.4689) and they will send you a card as soon as they get the > cards from Germany. >=20 > -- End of public service -- >=20 > Avi >=20 > -- > Avi Schwartz Get a Life > to.avi(a)usa.net Get Linux >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8918707578873523133==-- From F987826@ntu.edu.sg Wed Feb 24 00:32:43 1999 From: F987826@ntu.edu.sg To: users@lists.opensuse.org Subject: [SuSE Linux] Anyone know how to make my dos partition recognized Date: Wed, 24 Feb 1999 08:32:43 +0800 Message-ID: <556961E274B1D111883308002BA60B66015E25E7@mail8.ntu.edu.sg> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4852324169726126986==" --===============4852324169726126986== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi My system assume hda1 (Windows 95 fat32..partition) as unknown. Anyone know what program make it be read ... ?? thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4852324169726126986==-- From mpedro@esoterica.pt Wed Feb 24 00:35:14 1999 From: mpedro@esoterica.pt To: users@lists.opensuse.org Subject: [SuSE Linux] Apologize for Happy99 :( Date: Wed, 24 Feb 1999 00:35:14 +0000 Message-ID: <36D34942.BE8CFBA3@esoterica.pt> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5033595063034849535==" --===============5033595063034849535== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I apologize to all suse's mailing list users for the happy99 bug and thank you all for the tips and the support. I think I've finally got this shit out of my shitty windows which I must use as autocad and 3Dmax havn't been ported to linux I think. And once again thank you all for you pacience - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5033595063034849535==-- From oms101@clara.co.uk Wed Feb 24 00:40:38 1999 From: oms101@clara.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] kppp and UK Freeserve Date: Wed, 24 Feb 1999 00:40:38 +0000 Message-ID: <36D34A86.E5C69CA8@clara.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8473492771703187109==" --===============8473492771703187109== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Jo Whitby wrote: >=20 > On 23-Feb-99 Karim Elmaizi wrote: > > > > > > Sorry..Maybe out of topic :) > > > > I tried desperatly last night to set up Kppp with a UK ISP called Freeser= ve. > > I think ive got my PAP settings right, etc...but no luck, the daemon died > > unexp. > > > > If they are any UK readers to the list that have an account with Freeserv= e, > > pleaase Help! > > > > Otherwise, any recommended UK ISPs that work with the Suse distro? > > > > (Ive got Suse 6 and Id like to use Kppp!) > > > > Thanx in advance for any help > > > > Karim > > >=20 > I get this too using kppp and Freeserve, it also happens with Demon as well= . As > I recall the kppp docs say to make sure you do not have anything in your > /etc/ppp/options file especially not "lock" as kppp handles this itself. >=20 > There is a site with infomation on how to connect to freeserve using kppp at > http://www.kppp-archive.freeserve.co.uk/> >=20 > I have tried several times to get kppp to work reliably with the ISP's that= I > use but so far have not succeeded, let me know how you get on. >=20 > The SuSE scripts work well for me, so for now I will stick with those. >=20 > Hope this helps. >=20 > Regards Jo I am doing some work on the site you mention, we have dhad some problems with the freeserve accounts as they keep changeing, the way I do it at the moment is to use the free serve set up suggested then, change to script based authentication and then use=20 expect : ogin =20 send : yourusername(a)freeserve.co.uk expect : word=20 send : yourpassword ogin is short for login, word is more polite than what I use I am sure you get the idea. Regards Owen - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8473492771703187109==-- From mpedro@esoterica.pt Wed Feb 24 00:53:20 1999 From: mpedro@esoterica.pt To: users@lists.opensuse.org Subject: Re: [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus Date: Wed, 24 Feb 1999 00:53:20 +0000 Message-ID: <36D34D80.53AA668@esoterica.pt> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3363248042940013068==" --===============3363248042940013068== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yep your bloody right dude but there but when I got to work with autocad an 3d studio max I've got to switch to the fucken windows :( thanks for letting me know I had the bug. I think I've taken care of it alex(a)daniloff.com wrote: > > I don't get virus because I don't execute any exe file a get off the net > > with my god forsaken windoz machine. > > Just curious but why post a virus to a suse maillist? > > Probably with this ultra-radical method somebody tries to convence > others die-hard Windoze users to swith their boxes on Linux. > > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3363248042940013068==-- From mikeg@soonernet.com Wed Feb 24 01:48:55 1999 From: mikeg@soonernet.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Anyone know how to make my dos partition recogn Date: Tue, 23 Feb 1999 19:48:55 -0600 Message-ID: In-Reply-To: <556961E274B1D111883308002BA60B66015E25E7@mail8.ntu.edu.sg> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6587379962778955366==" --===============6587379962778955366== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I believe you can enable VFAT support in the kernel... that oughta help you. = I can see a fat32 partition this way... Mike ----------------------------------------------------------------------------- "The Darkest Hour is Just Before Dawn...." Mike Gorsuch aka Wulfgang ICQ UIN 670820 email: mikeg(a)soonernet.com Web Page: http://www.geocities.com/Ar= ea51/Rampart/6071> ------------------------------------------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6587379962778955366==-- From bob100@ibm.net Wed Feb 24 01:58:45 1999 From: bob100@ibm.net To: users@lists.opensuse.org Subject: [SuSE Linux] /dev/sg4 Date: Tue, 23 Feb 1999 20:58:45 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8984955626188775236==" --===============8984955626188775236== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm hoping that one of you system experts out there can tell me the precise mknod command for configuring /dev/sg4. It's probably pertinent that I'm running SuSE 6.0: the most recent MKDEVs I've been able to find are at least a year old, and they don't work. Thanx, Bob ---------------------------------- E-Mail: bob gordon Date: 23-Feb-99 Time: 20:52:21 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8984955626188775236==-- From stevem12@mindspring.com Wed Feb 24 02:12:29 1999 From: stevem12@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] KDM - console Date: Tue, 23 Feb 1999 21:12:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9035721819715586459==" --===============9035721819715586459== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am using kdm and am tried of closing out the console that automatically opens. Is there anyway to turn it off? I have looked through all the files I can think of, but I haven't found anything. Steve ---------------------------------- E-Mail: stevem12(a)mindspring.com Date: 23-Feb-99 Time: 21:08:47 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9035721819715586459==-- From hattons@CPKWEBSER5.ncr.disa.mil Wed Feb 24 02:38:15 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Re: SB64 AWE Gold silent! Date: Tue, 23 Feb 1999 21:38:15 -0500 Message-ID: <36D36617.8BC10613@cpkwebser5.ncr.disa.mil> In-Reply-To: <19990223184602.A249@one.hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7865414091551460118==" --===============7865414091551460118== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stefan Troeger wrote: > Hi, > > Are you sure the sound modules are loaded (is kmod compiled into > the kernel)? The output of cat /dev/sndstat should look like > > OSS/Free:3.8s2++-971130 > Load type: Driver loaded as a module > Kernel: Linux one 2.2.1 #1 Thu Feb 18 20:54:58 CET 1999 i586 > Config options: 0 > > Installed drivers: > > Card config: > > Audio devices: > 0: Sound Blaster 16 (4.13) (DUPLEX) > > Synth devices: > > Midi devices: > 0: Sound Blaster 16 > > Timers: > 0: System clock > > Mixers: > 0: Sound Blaster > > What happens if you do a `cat >/dev/audio'? > > Ciao, > Stefan Stefan, How would I tell if the kmod is compiled into the kernel? It this is the same as the autoload modules (or whatever) option then I did select it. the following is the output from various commands: bash-2.02# insmod sound /lib/modules/2.2.1/misc/sound.o: a module named sound already exists bash-2.02# rmmod sound rmmod: sound is in use bash-2.02# ls /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au | more /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au SILENCE bash-2.02# cat /usr/X11R6/lib/xemacs-20.4/etc/sounds/shotgun.wav >/dev/audio bash: /dev/audio: Operation not supported by device SILENCE Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============7865414091551460118==--


From LinuxAdvocate@iname.com Wed Feb 24 03:35:40 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Cable modem (MediaOne) and Linux
Date: Tue, 23 Feb 1999 17:35:40 -1000
Message-ID: <36D3738C.8CA56655@iname.com>
In-Reply-To: <[SuSE Linux] Cable modem (MediaOne) and Linux>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3350151142176661516=="

--===============3350151142176661516==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Perry Moon wrote:
>=20
> Hello,
>=20
>         I am hoping that someone that has allready sufferd the frustration =
I have
> been going through and succeded in getting their Linux box to connect to a
> Media One via cable modem will help me out here.
>=20
>         I am relativly ignorant when it comes to Linux networking. I run an=
d have
> run several flavors of Linux, but have never configured anything other than
> dial-up ppp. I have a ton of info and some how-to's from the net on cable
> modems, but none are very direct and to the point of what is actually
> required step by step. I would not be imbarassed if one of you kind people
> out there would drag me by the nose through the process of getting this
> darn thing going. Weentered all the IP info from MediaOne via Yast and the
> eht0 (3com 3c509b) seems to be recognized ok at boot up and I can ping
> localhost and eth0's IP ok but nothing outside the box. Have tried several
> DHCP clients the last of which came from ftp.suse.com in the 5.3 dir as an
> rpm (made package install easier but still no go). By the way, I am at 5.3
> currently [still waiting for my 6.0 subscribtion package to show :-( ].
> None of the docs in the DHCP packages seems to make a whole lot of sence to
> me.  Please help, I beseach the.....!!!

I've set up cable modems for RoadRunner (Time-Warner)
and @Home - both totally different.  @Home was FAR EASIER!!!

Anyway, can you ping the ISP's DNS?  Do they use a=20
login client? =20

Try this: boot Windows, and make sure you can communicate
normally, then unplug the cable from eth0, boot Linux,=20
and wait until you are logged in to plug cable back in.
Then ping the DNS and then some other site (not
www.microsoft.com - they will not respond).

Let me know what happens.

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3350151142176661516==--


From jlkreps@navix.net Wed Feb 24 03:49:20 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KDM - console
Date: Tue, 23 Feb 1999 21:49:20 -0600
Message-ID: <36D376C0.80D3D6AB@navix.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2733792157252996383=="

--===============2733792157252996383==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




stevem12(a)mindspring.com wrote:
>=20
> I am using kdm and am tried of closing out the console that automatically
> opens.  Is there anyway to turn it off?  I have looked through all the file=
s I
> can think of, but I haven't found anything.
>=20
> Steve
>=20

Is it in your autostart folder?
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2733792157252996383==--


From deem@wdm.com Wed Feb 24 04:25:26 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] ZIP+ & SuSE 6.0 & linux-2.2.2 kernel ?
Date: Tue, 23 Feb 1999 19:25:26 -0900
Message-ID: <199902240425.TAA00375@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3692096464465394011=="

--===============3692096464465394011==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I tried compiling support for ZIP+ external drive into my kernel 2.2.2
with the following on bootup ?

<4>imm: Version 2.03 (for Linux 2.0.0)
<4>imm: parport reports no devices.

It was connected with a disk in it.

I have a SCSI system with the following :

<4>scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.10/3.2.4
<4>       
<4>scsi : 1 host.
<4>  Vendor: SEAGATE   Model: ST15150W          Rev: 0023
<4>  Type:   Direct-Access                      ANSI SCSI revision: 02
<4>Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
<4>  Vendor: SEAGATE   Model: ST15150N          Rev: 0023
<4>  Type:   Direct-Access                      ANSI SCSI revision: 02
<4>Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
<4>  Vendor: SEAGATE   Model: ST15230W SUN4.2G  Rev: 0738
<4>  Type:   Direct-Access                      ANSI SCSI revision: 02
<4>Detected scsi disk sdc at scsi0, channel 0, id 2, lun 0
<4>  Vendor: PLEXTOR   Model: CD-ROM PX-20TS    Rev: 1.01
<4>  Type:   CD-ROM                             ANSI SCSI revision: 02
<4>Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
<4>  Vendor: HP        Model: T4000s            Rev: 1.10
<4>  Type:   Sequential-Access                  ANSI SCSI revision: 02
<4>Detected scsi tape st0 at scsi0, channel 0, id 4, lun 0
<4>  Vendor: YAMAHA    Model: CDR400t           Rev: 1.0d
<4>  Type:   CD-ROM                             ANSI SCSI revision: 02
<4>Detected scsi CD-ROM sr1 at scsi0, channel 0, id 6, lun 0
<4>scsi : detected 1 SCSI tape 2 SCSI cdroms 3 SCSI disks total.
<6>(scsi0:0:3:0) Synchronous at 10.0 Mbyte/sec, offset 15.
<6>Uniform CDROM driver Revision: 2.52
<4>sr1: scsi3-mmc drive: 6x/6x writer xa/form2 cdda tray
<6>(scsi0:0:0:0) Synchronous at 20.0 Mbyte/sec, offset 8.
<4>SCSI device sda: hdwr sector=3D 512 bytes. Sectors=3D 8388315 [4095 MB] [4=
.1 GB]
<6>(scsi0:0:1:0) Synchronous at 10.0 Mbyte/sec, offset 15.
<4>SCSI device sdb: hdwr sector=3D 512 bytes. Sectors=3D 8388315 [4095 MB] [4=
.1 GB]
<6>(scsi0:0:2:0) Synchronous at 20.0 Mbyte/sec, offset 8.
<4>SCSI device sdc: hdwr sector=3D 512 bytes. Sectors=3D 8386733 [4095 MB] [4=
.1 GB]

What else should be configured for the ZIP+ to work ?
Thanks so much.

-Dee

W.D.McKinney (Dee) deem(a)wdm.com
Faith is acting on your passions & beliefs.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3692096464465394011==--


From abrahams@valinet.com Wed Feb 24 05:03:30 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KDM - console
Date: Wed, 24 Feb 1999 00:03:30 -0500
Message-ID: <199902240503.AAA00836@pleurotus.local>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4688615289970497955=="

--===============4688615289970497955==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




>>>>> On Tue, 23 Feb 1999 21:12:29 -0500 (EST), stevem12(a)mindspring.com sai=
d:

|Steve> I am using kdm and am tried of closing out the console that
|Steve> automatically opens.  Is there anyway to turn it off?  I have
|Steve> looked through all the files I can think of, but I haven't found
|Steve> anything.

I've wondered about that very same thing, Steve.

Maybe you can get an answer from the KDE group.

Paul
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4688615289970497955==--


From stevem12@mindspring.com Wed Feb 24 06:28:55 1999
From: stevem12@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] KDM - console  resolved
Date: Wed, 24 Feb 1999 01:28:55 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1320261705236171604=="

--===============1320261705236171604==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




After further researching I finally found the solution for anyone who wants to
know.

> If you're not interested in this, to take it of, all you have to
>do is edit the /etc/X11/Xsetup_0 and coment out the line that starts the
>xconsole. That's all. But I think it's very usefull. IMHO.

For SuSE, I found it in   /usr/X11R6/lib/X11/xdm

Steve

----------------------------------
E-Mail: stevem12(a)mindspring.com
Date: 24-Feb-99
Time: 01:25:02

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1320261705236171604==--


From nickek@algonet.se Wed Feb 24 06:36:47 1999
From: nickek@algonet.se
To: users@lists.opensuse.org
Subject: [SuSE Linux] ppp distributed over LAN?
Date: Wed, 24 Feb 1999 07:36:47 +0100
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2722491035018665632=="

--===============2722491035018665632==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




----------------------------------
E-Mail: Nikodemus Karlsson 
Date: 24-Feb-99
Time: 07:27:09

Hello out there!
I'm trying to setting up a small tcp/ip network between a windoze95 box and a
suse-box, and almost everything is working fine (I can ping one host from
another and telnet to the suse-box etc). But I have got one small problem in
the net:
When I establish a ppp-connection to my isp on the suse-box, I'm
unable to reach the ppp-network from the win95-box. I've tried to add
the suse-box as default gateway by the route command, with the result
I can=C5=BDt reach the internet at all!

Is there anybody out ther who knows what to do?

T.I.A
Nikodemus

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2722491035018665632==--


From daniel@netcom.com Wed Feb 24 07:26:04 1999
From: daniel@netcom.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SMP
Date: Tue, 23 Feb 1999 23:26:04 -0800
Message-ID: <36D3A98C.F4D6946B@netcom.com>
In-Reply-To: <36CC99A4.A35B51FC@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1723641074598130676=="

--===============1723641074598130676==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Speaking from experience, I can tell you that the dual P2 boxes we have
are about twice as fast in actual use as the quad PPro boxes we have.
What a difference a year makes (in computing power)!

Last year we paid nearly $19,000 for each quad PPro. This year, we're
paying about $4,000 for each dual P2, and getting much more for the
money.

Sam

Robert Russell wrote:
>=20
> Ok, so can anyone give some pointers as to how to project the benefits
> of multiple processors?
>=20
> I recently considered looking for some Pentium Pro 200 cpus(2), but it
> was suggested P II was a better way to go. I had some info that the P
> Pro was, perhaps, better and last year(I think) I read that IBM had
> shown a Linux box in a show in Germany sporting 4 PPROs. Wow! I guess it
> cooked!
>=20
> I have a chance to purchase a Gigabte MB for dual P II and clock speed s
> to 333MHZ.
> I was originalllly planning on Tyan or Asus(recommended as very good
> makes, but a recent MB article included Gigabyte as a good choice. Sorry
> for the rambling....)
>=20
> I tend to be conservative and speed is not all there is faster
> computing.
>=20
> Any thoughts would be much appreciated!
>=20
> TIA,
>=20
> Bob Russell
>=20
> Lenz Grimmer wrote:
> >
> > Hi,
> >
> > On Wed, 17 Feb 1999, Kaare Rasmussen wrote:
> >
> > > > I tested a distributed POVRay on four double PII/400 w/ 128M RAM - sw=
eet.
> > >
> > > Before I go to Beowulf and get lost on that site, can you tell which
> > > (kind of) applications that would benefit from a cluster? Will my
> > > mailreader run faster? :-)
> >
> > No, unforunately not. The application has to be designed to be run in a
> > distributed environment. Regular application do not benefit from a
> > cluster. Heck, most applications don't even make proper use of a second
> > CPU...
> >
> > Bye,
> >         LenZ
> >
> > --
> > ------------------------------------------------------------------
> >  Lenz Grimmer                                           SuSE GmbH
> >  mailto:grimmer(a)suse.de       =
                Schanzaeckerstr. 10
> >  http://www.suse.de/~grimmer>             90443 Nuernberg, G=
ermany
> >
> > -
> > To get out of this list, please send email to majordomo(a)suse.com with
> > this text in its body: unsubscribe suse-linux-e
> > Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
> > archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1723641074598130676==--


From karim_e@ict.co.uk Wed Feb 24 08:58:34 1999
From: karim_e@ict.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] kppp and freeserve..sorted:)
Date: Wed, 24 Feb 1999 08:58:34 +0000
Message-ID: <01BE5FD3.DC9C6DD0.karim_e@ict.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3476152102004262011=="

--===============3476152102004262011==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanx to All for your help..
I removed the lock in the /etc/ppp/options, and everything works fine now...:=
), I connect to freeserve without any probs

Later

Karim

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3476152102004262011==--


From grimmer@suse.de Wed Feb 24 09:15:40 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] /dev/sg4
Date: Wed, 24 Feb 1999 10:15:40 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7185983056875999182=="

--===============7185983056875999182==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Tue, 23 Feb 1999, bob gordon wrote:

> I'm hoping that one of you system experts out there can tell me the
> precise mknod command for configuring /dev/sg4. It's probably
> pertinent that I'm running SuSE 6.0: the most recent MKDEVs I've been
> able to find are at least a year old, and they don't work.

This is how /dev/sg4 has to look like:

> ls -l /dev/sg4
crw-r-----   1 root     disk      21,   4 Jan 20 05:28 /dev/sg4

To create it, use the following command line:

> mknod -m 0640 /dev/sg4 c 21 4

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7185983056875999182==--


From grimmer@suse.de Wed Feb 24 09:28:32 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KDM - console
Date: Wed, 24 Feb 1999 10:28:32 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2298866648795254431=="

--===============2298866648795254431==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Tue, 23 Feb 1999 stevem12(a)mindspring.com wrote:

> I am using kdm and am tried of closing out the console that
> automatically opens.  Is there anyway to turn it off?  I have looked
> through all the files I can think of, but I haven't found anything.

Have a look at the bottom of /usr/X11R6/lib/X11/xdm/Xsetup_0.

Also read /usr/doc/packages/kde/kbase/kdm/xdmconfig/README.SuSE for
further info!

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2298866648795254431==--


From Michael.Bielicki@Linkdesign.com Wed Feb 24 09:34:06 1999
From: Michael.Bielicki@Linkdesign.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] ZIP+ & SuSE 6.0 & linux-2.2.2 kernel ?
Date: Wed, 24 Feb 1999 11:34:06 +0200
Message-ID: 
In-Reply-To: <199902240425.TAA00375@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6325419957397569695=="

--===============6325419957397569695==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




How is your parallel port setup in the bios ? did you install the paprallel
port support ? did you compile the ppa module with the slow epp16 support ?

cheers

Michael

On 24-Feb-99 W.D.McKinney wrote:
>=20
> I tried compiling support for ZIP+ external drive into my kernel 2.2.2
> with the following on bootup ?
>=20
> <4>imm: Version 2.03 (for Linux 2.0.0)
> <4>imm: parport reports no devices.
>=20
> It was connected with a disk in it.
>=20
> I have a SCSI system with the following :
>=20
> <4>scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.10/3.2.4
> <4>       
> <4>scsi : 1 host.
> <4>  Vendor: SEAGATE   Model: ST15150W          Rev: 0023
> <4>  Type:   Direct-Access                      ANSI SCSI revision: 02
> <4>Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
> <4>  Vendor: SEAGATE   Model: ST15150N          Rev: 0023
> <4>  Type:   Direct-Access                      ANSI SCSI revision: 02
> <4>Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
> <4>  Vendor: SEAGATE   Model: ST15230W SUN4.2G  Rev: 0738
> <4>  Type:   Direct-Access                      ANSI SCSI revision: 02
> <4>Detected scsi disk sdc at scsi0, channel 0, id 2, lun 0
> <4>  Vendor: PLEXTOR   Model: CD-ROM PX-20TS    Rev: 1.01
> <4>  Type:   CD-ROM                             ANSI SCSI revision: 02
> <4>Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
> <4>  Vendor: HP        Model: T4000s            Rev: 1.10
> <4>  Type:   Sequential-Access                  ANSI SCSI revision: 02
> <4>Detected scsi tape st0 at scsi0, channel 0, id 4, lun 0
> <4>  Vendor: YAMAHA    Model: CDR400t           Rev: 1.0d
> <4>  Type:   CD-ROM                             ANSI SCSI revision: 02
> <4>Detected scsi CD-ROM sr1 at scsi0, channel 0, id 6, lun 0
> <4>scsi : detected 1 SCSI tape 2 SCSI cdroms 3 SCSI disks total.
> <6>(scsi0:0:3:0) Synchronous at 10.0 Mbyte/sec, offset 15.
> <6>Uniform CDROM driver Revision: 2.52
> <4>sr1: scsi3-mmc drive: 6x/6x writer xa/form2 cdda tray
> <6>(scsi0:0:0:0) Synchronous at 20.0 Mbyte/sec, offset 8.
> <4>SCSI device sda: hdwr sector=3D 512 bytes. Sectors=3D 8388315 [4095 MB] =
[4.1
> GB]
> <6>(scsi0:0:1:0) Synchronous at 10.0 Mbyte/sec, offset 15.
> <4>SCSI device sdb: hdwr sector=3D 512 bytes. Sectors=3D 8388315 [4095 MB] =
[4.1
> GB]
> <6>(scsi0:0:2:0) Synchronous at 20.0 Mbyte/sec, offset 8.
> <4>SCSI device sdc: hdwr sector=3D 512 bytes. Sectors=3D 8386733 [4095 MB] =
[4.1
> GB]
>=20
>=20
> What else should be configured for the ZIP+ to work ?
> Thanks so much.
>=20
> -Dee
>=20
>=20
> W.D.McKinney (Dee) deem(a)wdm.com
> Faith is acting on your passions & beliefs.
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: Michael.Bielicki(a)Linkdesign.com
Date: 24-Feb-99
Time: 11:33:15

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6325419957397569695==--


From kester@cwcom.net Wed Feb 24 09:52:18 1999
From: kester@cwcom.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2 modems ?
Date: Wed, 24 Feb 1999 09:52:18 +0000
Message-ID: <013701be5ffa$9f9a39e0$2b0d1280@kester>
In-Reply-To: <[SuSE Linux] 2 modems ?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6518957942980105028=="

--===============6518957942980105028==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yes, I think it's called FRAD?  It's in the documentation for kernal modules
I believe...
k.

: Is it possible to set up two modems under Linux and use the bandwidth
:as one entity... 2 x 56k modems  to give 112k speed?
:
:
:
:Surjit.
:
:
:I've  have managed to get some web space (50mb) and a domain name
:(www.linuxsystems.co.uk) for FREE as part of a loyalty type bonus with a
:Web Space /Domain registration company  I have been using for a few
:years...
:
:I think this 'package' also includes 15 email addresses which I can use
:to forward to your personal account ....i.e.
:
:surjit(a)linuxsystems.co.uk -->>> sbains(a)globalnet.co.uk
:
:
:
:I am quite happy to let people have either a sub-dir or what ever to
:publish any linux info,LUG websites , or general howto's or any linux
:related stuff...
:
:please let me know !!
:
:
:If interested please cc mail to below address...
:
:
:Surjit.
:
:Personal Email (sbains(a)globalnet.co.uk)
:
:
: <>
:

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6518957942980105028==--


From grimmer@suse.de Wed Feb 24 09:56:12 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Well, broke down and got 6.0...
Date: Wed, 24 Feb 1999 10:56:12 +0100
Message-ID: 
In-Reply-To: <3.0.3.32.19990223140105.00efe3dc@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2298342080106134532=="

--===============2298342080106134532==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Tue, 23 Feb 1999, Samy Elashmawy wrote:

> Are these intergrated mb/vidio slower that yout usual mb plus seperwate
> vidio card , and can you sdjust how much memory to give to the vidio card.

Ususally this solution is slower than a dedicated graphic card. In
addition to that, it reduces the amount of available RAM for Linux. On
most boards, you can configure how much RAM is used for video memory. But
your mileage may vary...

> I thought that vidio card memeory was diffrent aNF FASTER ?

That's right. If you graphic card has a separate memory, it usally is
faster, because it uses special RAM chips.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2298342080106134532==--


From mpedro@esoterica.pt Wed Feb 24 09:56:18 1999
From: mpedro@esoterica.pt
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 files
Date: Wed, 24 Feb 1999 09:56:18 +0000
Message-ID: <36D3CCC2.1AAB3AF7@esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7126006742972121321=="

--===============7126006742972121321==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Can anyone send me the index.gz in the SuSE 6.0 cd's cause the one on
the ftp sites is all messed up?
Or at least the listing of the files belonging to CD1 - 4
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7126006742972121321==--


From evargas9@hotmail.com Wed Feb 24 10:21:41 1999
From: evargas9@hotmail.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux on CNN
Date: Wed, 24 Feb 1999 02:21:41 -0800
Message-ID: <19990224102142.9377.qmail@hotmail.com>
In-Reply-To: <[SuSE Linux] Linux on CNN>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3295008944543569167=="

--===============3295008944543569167==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




when is this show coming on?

>From owner-suse-linux-e(a)suse.com Mon Feb 22 16:34:53 1999
>Received: from localhost (daemon(a)localhost)
>	by mail.suse.com (8.8.8/8.8.8) with SMTP id PAA15368;
>	Mon, 22 Feb 1999 15:47:57 -0800
>Received: by mail.suse.com (bulk_mailer v1.5); Mon, 22 Feb 1999=20
15:47:55 -0800
>Received: (from mdom(a)localhost)
>	by mail.suse.com (8.8.8/8.8.8) id PAA15358
>	for suse-linux-e-outgoing; Mon, 22 Feb 1999 15:47:55 -0800
>Received: from post-ofc06.srv.cis.pitt.edu=20
(root(a)post-ofc06.srv.cis.pitt.edu [136.142.185.43])
>	by mail.suse.com (8.8.8/8.8.8) with ESMTP id PAA15354
>	for ; Mon, 22 Feb 1999 15:47:53 -0800
>Received: from RomperRoom.here.now (ehdup-d1-16.rmt.net.pitt.edu=20
[136.142.20.206])
>          by post-ofc06.srv.cis.pitt.edu with ESMTP=20
(8.8.8/8.8.8/cispo-7.2.2.2)
>          ID  for=20
;
>          Mon, 22 Feb 1999 19:03:16 -0500 (EST)
>Content-Type: text/plain; charset=3Dus-ascii
>Content-Transfer-Encoding: 8bit
>MIME-Version: 1.0
>Message-ID: <XFMail.990222190005.camst65(a)pitt.ed=
u>
>X-Mailer: XFMail 1.3 [p0] on Linux
>X-Priority: 3 (Normal)
>In-Reply-To: <36D1E22E.9144E7BA(a)bellsouth.net>
>Date: Mon, 22 Feb 1999 19:02:03 -0500 (EST)
>Reply-To: camst65+(a)pitt.edu
>From: Chris Martin 
>To: suse-linux-e(a)suse.com
>Subject: [SuSE Linux] Linux on CNN
>Sender: owner-suse-linux-e(a)suse.com
>X-Mailinglist: suse-linux-e
>Precedence: bulk
>
>
>Just saw that CNN&Fortune will run a show this weekend with a segement=20
on
>Linux.  Of course, what they showed was not just "Linux", it was=20
RedHat.  Go
>SuSE!
>
>Chris
>
>------------------------------------------
>E-Mail: Chris Martin =20
>Date: 22-Feb-99
>Time: 18:58:19
>
>** Powered by SuSE Linux. You want it?! **=20
>
>http://ww=
w.suse.com> | http://www.linux.org>
>
>------------------------------------------
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3295008944543569167==--


From grimmer@suse.de Wed Feb 24 10:42:11 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Wed, 24 Feb 1999 11:42:11 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0099168443572607173=="

--===============0099168443572607173==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On 23 Feb 1999, Graham Murray wrote:

> > Event though it can be compiled using egcs, I would not recommend it. I
> > experienced very strange phenomenons doing this. Most of the time, the
> > kernel just freezes on startup.
> >=20
> What is the correct way of doing this? Is adding "-V2.7.2.3" to the
> CFLAGS definition in the top level Makefile the correct way?

I'm not sure. I have egcs and gcc installed on my machine, and it works
without Makefile-tweaking.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0099168443572607173==--


From gh@simteam.com Wed Feb 24 10:51:23 1999
From: gh@simteam.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Problem getting access to internet trough cable modem
Date: Wed, 24 Feb 1999 11:51:23 +0100
Message-ID: <36D3D9AB.8ED1AB1D@simteam.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3959447061161196856=="

--===============3959447061161196856==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Yesterday I was asking how set up DCHP client with YAST, I guess the
answer works. I install the package then I choose the option yes :) in
the "config DHCP client".=20

But now what I don't know is how I should set up things so my browser
and mail reader knows that this network card is linked to the internet
??

hould I use routed, bind, .... I m really lost here=20

the only thing I got from this kind of new ISP is the DHCP server IP
address

any tip/clue/help will be greatly appreciated=20

( under windows I can donwload as fast as 50k /sec from home !! :)

best regards

GH Portefait


--=20
"Computers are like air conditioners - they stop working properly when
you open Windows"

-----BEGIN GEEK CODE BLOCK----- =20
Version: 3.1
GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w
!O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20
------END GEEK CODE BLOCK------

ht=
tp://www.geekcode.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3959447061161196856==--


From grimmer@suse.de Wed Feb 24 12:25:18 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Cursor is white box & no text or fonts in
 kde?Wierd?SiS6326/kde
Date: Wed, 24 Feb 1999 13:25:18 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7104254388085904228=="

--===============7104254388085904228==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Tue, 23 Feb 1999, Ian M. Moore wrote:

> I just installed SuSE 6.0 it took me some time to set my video card(on
> board SIS6326 AGP w/8mb)configured with sax.

The dreaded SiS 6326 again...

> The colors in kde are great but my cursor is a white box?
> Also there are no fonts/text on taskbars or menusor programs.
> It's hard to navigate kde without text anywhere.
> Sometimes they appear if I run alleged cursor over them but then they
> dissappear. ????
> Has anyone else had these problems?

Several of our customers. There are different steppings of this particular
chipset, some of them make trouble with XFree. You could try to put the
following options in the device section of /etc/XF86Config:

        Option	"sw_cursor"
        Option	"no_accel"
        Option	"no_linear"

Try "sw_cursor" first. If this doesn't help, add "no_accel". If you also
need to add "no_linear" you will be limited to 8bpp (256 Colors) though...

HTH,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7104254388085904228==--


From stevem12@mindspring.com Wed Feb 24 12:37:20 1999
From: stevem12@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux on CNN
Date: Wed, 24 Feb 1999 07:37:20 -0500
Message-ID: 
In-Reply-To: <19990224102142.9377.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0852381864429725191=="

--===============0852381864429725191==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




It's on tonight at 10 p.m. Eastern/9 p.m. Central I believe.

Steve

On 24-Feb-99 Edgar Vargas wrote:
>=20
> when is this show coming on?
>=20
>=20
>>From owner-suse-linux-e(a)suse.com Mon Feb 22 16:34:53 1999
>>Received: from localhost (daemon(a)localhost)
>>      by mail.suse.com (8.8.8/8.8.8) with SMTP id PAA15368;
>>      Mon, 22 Feb 1999 15:47:57 -0800
>>Received: by mail.suse.com (bulk_mailer v1.5); Mon, 22 Feb 1999=20
> 15:47:55 -0800
>>Received: (from mdom(a)localhost)
>>      by mail.suse.com (8.8.8/8.8.8) id PAA15358
>>      for suse-linux-e-outgoing; Mon, 22 Feb 1999 15:47:55 -0800
>>Received: from post-ofc06.srv.cis.pitt.edu=20
> (root(a)post-ofc06.srv.cis.pitt.edu [136.142.185.43])
>>      by mail.suse.com (8.8.8/8.8.8) with ESMTP id PAA15354
>>      for ; Mon, 22 Feb 1999 15:47:53 -0800
>>Received: from RomperRoom.here.now (ehdup-d1-16.rmt.net.pitt.edu=20
> [136.142.20.206])
>>          by post-ofc06.srv.cis.pitt.edu with ESMTP=20
> (8.8.8/8.8.8/cispo-7.2.2.2)
>>          ID  for=20
> ;
>>          Mon, 22 Feb 1999 19:03:16 -0500 (EST)
>>Content-Type: text/plain; charset=3Dus-ascii
>>Content-Transfer-Encoding: 8bit
>>MIME-Version: 1.0
>>Message-ID: <XFMail.990222190005.camst65(a)pitt.e=
du>
>>X-Mailer: XFMail 1.3 [p0] on Linux
>>X-Priority: 3 (Normal)
>>In-Reply-To: <36D1E22E.9144E7BA(a)bellsouth.net>
>>Date: Mon, 22 Feb 1999 19:02:03 -0500 (EST)
>>Reply-To: camst65+(a)pitt.edu
>>From: Chris Martin 
>>To: suse-linux-e(a)suse.com
>>Subject: [SuSE Linux] Linux on CNN
>>Sender: owner-suse-linux-e(a)suse.com
>>X-Mailinglist: suse-linux-e
>>Precedence: bulk
>>
>>
>>Just saw that CNN&Fortune will run a show this weekend with a segement=20
> on
>>Linux.  Of course, what they showed was not just "Linux", it was=20
> RedHat.  Go
>>SuSE!
>>
>>Chris
>>
>>------------------------------------------
>>E-Mail: Chris Martin =20
>>Date: 22-Feb-99
>>Time: 18:58:19
>>
>>** Powered by SuSE Linux. You want it?! **=20
>>
>>http://w=
ww.suse.com> | http://www.linux.org>
>>
>>------------------------------------------
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>
>=20
>=20
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: stevem12(a)mindspring.com
Date: 24-Feb-99
Time: 07:36:39

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0852381864429725191==--


From samelash@ix.netcom.com Wed Feb 24 13:00:52 1999
From: samelash@ix.netcom.com
To: users@lists.opensuse.org
Subject: Re: Re(2): [SuSE Linux] Cursor is white box & no text or fonts in
 kde?Wierd? SiS6326/
Date: Wed, 24 Feb 1999 13:00:52 +0000
Message-ID: <3.0.3.32.19990224130052.00f4cff8@popd.ix.netcom.com>
In-Reply-To: <19990224111224.D19765@firinn.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0554569860891189985=="

--===============0554569860891189985==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 11:12 AM 2/24/1999 -0500, you wrote:

SO DO THE DIAOMAOND V550=20

>Ian M. Moore [imm(a)KidsCare.Net] wrote:
>> BUT just in case I don't have any luck with the dreaded 6326AGP onboard :(
>> Is there a pci card that can match or beat an 8mb agp that is compatibale
>> with linux.
>> What pci card would you recommend?
>
>Matrox's card work great under Linux, AGP included. http://www.matrox.com/>
>
>--=20
>Jeremy Blosser   |   jblosser(a)firinn.org   |   http://jblosser.firin=
n.org/>
>-----------------+-------------------------+------------------------------
>"Would you fight to the death, for that which you love?
>                   In a cause surely hopeless ...for that which you love?"
>                                             -- D. McKiernan, _Dragondoom_
>
>Attachment Converted: "c:\email\attach\Re Re(2) [SuSE Linux] Cursor "
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0554569860891189985==--


From python@mail10.calypso.net Wed Feb 24 13:03:50 1999
From: python@mail10.calypso.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: SB64 AWE Gold silent!
Date: Wed, 24 Feb 1999 14:03:50 +0100
Message-ID: 
In-Reply-To: <36D36617.8BC10613@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0729732401745582521=="

--===============0729732401745582521==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi!

I had almost the exact problems whith my soundcard, and this is how I made it
work (have a different card though).
I compiled the following as modules: 'soundcore', 'sound', 'uart401' & 'sb'.
Then I added these lines to 'conf.modules':
'alias sound sb'
'options sb     io=3D0x220 irq=3D5 dma=3D1 dma16=3D-1'
To make the modules autoload, kerneld must be running, which I believe you can
set in YaST. Otherwise 'modprobe sound' should work. Whith this setup, my
soundmodules are loaded everytime the kernel needs them (e.g. when playing
mp3:s and so on), and when not needed they are removed automatically (after a
short period of time).

Hope this helped.
(ps. before I got this to work, I had some stuff about PnP activated in BIOS
and this really messed things up, but thats a different story....)

> How would I tell if the kmod is compiled into the kernel?  It this is
> the
> same as the autoload modules (or whatever) option then I did select it.
> the
> following is the output from various commands:
>=20
> bash-2.02# insmod sound
> /lib/modules/2.2.1/misc/sound.o: a module named sound already exists
>=20
> bash-2.02# rmmod sound
> rmmod: sound is in use
>=20
> bash-2.02# ls /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au  | more
> /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au
>=20
> SILENCE
>=20
> bash-2.02# cat /usr/X11R6/lib/xemacs-20.4/etc/sounds/shotgun.wav
>>/dev/audio
> bash: /dev/audio: Operation not supported by device
>=20
> SILENCE
>=20
> Steve
>=20
> --
>=20
----------------------------------
E-Mail: python(a)mail10.calypso.net
URL: http://www10.calypso.net/ci-101635/>
Date: 24-Feb-99
Time: 13:41:43

This message was sent by XFMail,=20
Powered by SuSE 6.0
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0729732401745582521==--


From Surjit.Bains@hsam.co.uk Wed Feb 24 13:37:55 1999
From: Surjit.Bains@hsam.co.uk
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] kppp and UK Freeserve
Date: Wed, 24 Feb 1999 13:37:55 +0000
Message-ID: <41A241233152D211A75800805FAD5713025B8E@EXCHANGE1>
In-Reply-To: <[SuSE Linux] kppp and UK Freeserve>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2281635835643915207=="

--===============2281635835643915207==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K
VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w
eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk
ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy
aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp
cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKV2hl
biBJIHJ1biBSZWRoYXQgSSB1c2UgYW4gWCBhcHBsaWNhdGlvbiBjYWxsZWQgbmV0Y2ZnIHRvIHN0
YXJ0IGFuZCBzdG9wCmludGVyZmFjZXMgaW5jbHVkaW5nIFBQUCBhbmQgdXN1YWwgbmV0IHN0dWZm
IEkgZm91bmQgdGhpcyB3b3JrZWQgZXZlcnkKdGltZSAoV2VsbCB1bmxlc3MgdGhlIGxpbmUgd2Fz
IGVuZ2FnZWQgKW9uIEdsb2JhbCBOZXQgYW5kICBGcmVlc2VydmUgLi4uCkknbSBub3Qgc3VyZSBp
ZiB0aGlzIGlzIGF2YWlsYWJsZSBhcyBhbiBycG0uLi4uLi4KCmJ5IHRoZSB3YXkgaXQncyBuaWNl
IHRvIHNlZSBzbyBtYW55IFVLIHBlb3BsZSEhCgpTdXJqaXQKCi0tLS0tT3JpZ2luYWwgTWVzc2Fn
ZS0tLS0tCkZyb206IE93ZW4gU3luZ2UgWzxBIEhSRUY9Im1haWx0bzpvbXMxMDEoYSljbGFyYS5j
by51ayI+bWFpbHRvOm9tczEwMShhKWNsYXJhLmNvLnVrPC9BPl0KU2VudDogMjQgRmVicnVhcnkg
MTk5OSAwMDo0MQpUbzogSm8gV2hpdGJ5CkNjOiBzdXNlLWxpbnV4LWUoYSlzdXNlLmNvbQpTdWJq
ZWN0OiBSZTogW1N1U0UgTGludXhdIGtwcHAgYW5kIFVLIEZyZWVzZXJ2ZQoKPT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CldBUk5JTkc6IEV4dGVybmFsIEVtYWlsOiBU
aGlzIG1lc3NhZ2Ugd2FzIHJlY2VpdmVkIGZyb20gYSBzb3VyY2UKZXh0ZXJuYWwgdG8gSFNBTSBh
bmQgdGhlcmVmb3JlIHRoZSBzZW5kZXIncyBpZGVudGl0eSBjYW5ub3QgYmUgdmVyaWZpZWQuCj09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSm8gV2hpdGJ5IHdyb3Rl
Ogo+IAo+IE9uIDIzLUZlYi05OSBLYXJpbSBFbG1haXppIHdyb3RlOgo+ID4KPiA+Cj4gPiBTb3Jy
eS4uTWF5YmUgb3V0IG9mIHRvcGljIDopCj4gPgo+ID4gSSB0cmllZCBkZXNwZXJhdGx5IGxhc3Qg
bmlnaHQgdG8gc2V0IHVwIEtwcHAgd2l0aCBhIFVLIElTUCBjYWxsZWQKRnJlZXNlcnZlLgo+ID4g
SSB0aGluayBpdmUgZ290IG15IFBBUCBzZXR0aW5ncyByaWdodCwgZXRjLi4uYnV0IG5vIGx1Y2ss
IHRoZSBkYWVtb24KZGllZAo+ID4gdW5leHAuCj4gPgo+ID4gSWYgdGhleSBhcmUgYW55IFVLIHJl
YWRlcnMgdG8gdGhlIGxpc3QgdGhhdCBoYXZlIGFuIGFjY291bnQgd2l0aApGcmVlc2VydmUsCj4g
PiBwbGVhYXNlIEhlbHAhCj4gPgo+ID4gT3RoZXJ3aXNlLCBhbnkgcmVjb21tZW5kZWQgVUsgSVNQ
cyB0aGF0IHdvcmsgd2l0aCB0aGUgU3VzZSBkaXN0cm8/Cj4gPgo+ID4gKEl2ZSBnb3QgU3VzZSA2
IGFuZCBJZCBsaWtlIHRvIHVzZSBLcHBwISkKPiA+Cj4gPiBUaGFueCBpbiBhZHZhbmNlIGZvciBh
bnkgaGVscAo+ID4KPiA+IEthcmltCj4gPgo+IAo+IEkgZ2V0IHRoaXMgdG9vIHVzaW5nIGtwcHAg
YW5kIEZyZWVzZXJ2ZSwgaXQgYWxzbyBoYXBwZW5zIHdpdGggRGVtb24gYXMKd2VsbC4gQXMKPiBJ
IHJlY2FsbCB0aGUga3BwcCBkb2NzIHNheSB0byBtYWtlIHN1cmUgeW91IGRvIG5vdCBoYXZlIGFu
eXRoaW5nIGluCnlvdXIKPiAvZXRjL3BwcC9vcHRpb25zIGZpbGUgZXNwZWNpYWxseSBub3QgImxv
Y2siIGFzIGtwcHAgaGFuZGxlcyB0aGlzCml0c2VsZi4KPiAKPiBUaGVyZSBpcyBhIHNpdGUgd2l0
aCBpbmZvbWF0aW9uIG9uIGhvdyB0byBjb25uZWN0IHRvIGZyZWVzZXJ2ZSB1c2luZwprcHBwIGF0
Cj4gPEEgSFJFRj0iaHR0cDovL3d3dy5rcHBwLWFyY2hpdmUuZnJlZXNlcnZlLmNvLnVrLyI+PEEg
SFJFRj0iaHR0cDovL3d3dy5rcHBwLWFyY2hpdmUuZnJlZXNlcnZlLmNvLnVrLzwvQSI+aHR0cDov
L3d3dy5rcHBwLWFyY2hpdmUuZnJlZXNlcnZlLmNvLnVrLzwvQTwvQT4+Cj4gCj4gSSBoYXZlIHRy
aWVkIHNldmVyYWwgdGltZXMgdG8gZ2V0IGtwcHAgdG8gd29yayByZWxpYWJseSB3aXRoIHRoZSBJ
U1Ancwp0aGF0IEkKPiB1c2UgYnV0IHNvIGZhciBoYXZlIG5vdCBzdWNjZWVkZWQsIGxldCBtZSBr
bm93IGhvdyB5b3UgZ2V0IG9uLgo+IAo+IFRoZSBTdVNFIHNjcmlwdHMgd29yayB3ZWxsIGZvciBt
ZSwgc28gZm9yIG5vdyBJIHdpbGwgc3RpY2sgd2l0aCB0aG9zZS4KPiAKPiBIb3BlIHRoaXMgaGVs
cHMuCj4gCj4gUmVnYXJkcyBKbwoKSSBhbSBkb2luZyBzb21lIHdvcmsgb24gdGhlIHNpdGUgeW91
IG1lbnRpb24sIHdlIGhhdmUgZGhhZCBzb21lIHByb2JsZW1zCndpdGggdGhlIGZyZWVzZXJ2ZSBh
Y2NvdW50cyBhcyB0aGV5IGtlZXAgY2hhbmdlaW5nLCB0aGUgd2F5IEkgZG8gaXQgYXQKdGhlIG1v
bWVudCBpcyB0byB1c2UgdGhlIGZyZWUgc2VydmUgc2V0IHVwIHN1Z2dlc3RlZCB0aGVuLCBjaGFu
Z2UgdG8Kc2NyaXB0IGJhc2VkIGF1dGhlbnRpY2F0aW9uIGFuZCB0aGVuIHVzZSAKCmV4cGVjdCA6
IG9naW4gIApzZW5kIDogeW91cnVzZXJuYW1lKGEpZnJlZXNlcnZlLmNvLnVrCmV4cGVjdCA6IHdv
cmQgCnNlbmQgOiB5b3VycGFzc3dvcmQKCm9naW4gaXMgc2hvcnQgZm9yIGxvZ2luLCB3b3JkIGlz
IG1vcmUgcG9saXRlIHRoYW4gd2hhdCBJIHVzZSBJIGFtIHN1cmUKeW91IGdldCB0aGUgaWRlYS4K
ClJlZ2FyZHMKCk93ZW4KCi0KVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVt
YWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1
bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVG
PSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8v
d3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1
cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXZlIGF0IDxBIEhSRUY9Imh0dHA6
Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBI
UkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXgu
aHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2lu
ZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdldCBvdXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBl
bWFpbCB0byBtYWpvcmRvbW8oYSlzdXNlLmNvbSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTog
dW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCkNoZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJF
Rj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDov
L3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9T
dXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZCB0aGUKYXJjaGl2ZSBhdCA8QSBIUkVGPSJodHRw
Oi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEg
SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4
Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9p
bmRleC5odG1sPC9BPC9BPj4K

--===============2281635835643915207==--


From camst65+@pitt.edu Wed Feb 24 13:44:07 1999
From: camst65+@pitt.edu
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux on CNN
Date: Wed, 24 Feb 1999 08:44:07 -0500
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5689039345599596417=="

--===============5689039345599596417==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I am pretty sure that it will be on on Sunday, 9 Eastern, 8 Central, on
CNN-Fortune.  The by-line is:

"how to make money on a product available for free on the internet?"

And, as I said, they show nice long shots of the good ol' RedHat.

Again, Go SuSE! (please. . . )

Chris

On 24-Feb-99 stevem12(a)mindspring.com wrote:
>=20
> It's on tonight at 10 p.m. Eastern/9 p.m. Central I believe.
>=20
> Steve
>=20
>=20
> On 24-Feb-99 Edgar Vargas wrote:
>>=20
>> when is this show coming on?
>>=20
>>=20
>>>From owner-suse-linux-e(a)suse.com Mon Feb 22 16:34:53 1999
>>>Received: from localhost (daemon(a)localhost)
>>>      by mail.suse.com (8.8.8/8.8.8) with SMTP id PAA15368;
>>>      Mon, 22 Feb 1999 15:47:57 -0800
>>>Received: by mail.suse.com (bulk_mailer v1.5); Mon, 22 Feb 1999=20
>> 15:47:55 -0800
>>>Received: (from mdom(a)localhost)
>>>      by mail.suse.com (8.8.8/8.8.8) id PAA15358
>>>      for suse-linux-e-outgoing; Mon, 22 Feb 1999 15:47:55 -0800
>>>Received: from post-ofc06.srv.cis.pitt.edu=20
>> (root(a)post-ofc06.srv.cis.pitt.edu [136.142.185.43])
>>>      by mail.suse.com (8.8.8/8.8.8) with ESMTP id PAA15354
>>>      for ; Mon, 22 Feb 1999 15:47:53 -0800
>>>Received: from RomperRoom.here.now (ehdup-d1-16.rmt.net.pitt.edu=20
>> [136.142.20.206])
>>>          by post-ofc06.srv.cis.pitt.edu with ESMTP=20
>> (8.8.8/8.8.8/cispo-7.2.2.2)
>>>          ID  for=20
>> ;
>>>          Mon, 22 Feb 1999 19:03:16 -0500 (EST)
>>>Content-Type: text/plain; charset=3Dus-ascii
>>>Content-Transfer-Encoding: 8bit
>>>MIME-Version: 1.0
>>>Message-ID: <XFMail.990222190005.camst65(a)pitt.=
edu>
>>>X-Mailer: XFMail 1.3 [p0] on Linux
>>>X-Priority: 3 (Normal)
>>>In-Reply-To: <36D1E22E.9144E7BA(a)bellsouth.net<=
/A>>
>>>Date: Mon, 22 Feb 1999 19:02:03 -0500 (EST)
>>>Reply-To: camst65+(a)pitt.edu
>>>From: Chris Martin 
>>>To: suse-linux-e(a)suse.com
>>>Subject: [SuSE Linux] Linux on CNN
>>>Sender: owner-suse-linux-e(a)suse.com
>>>X-Mailinglist: suse-linux-e
>>>Precedence: bulk
>>>
>>>
>>>Just saw that CNN&Fortune will run a show this weekend with a segement=20
>> on
>>>Linux.  Of course, what they showed was not just "Linux", it was=20
>> RedHat.  Go
>>>SuSE!
>>>
>>>Chris
>>>
>>>------------------------------------------
>>>E-Mail: Chris Martin =20
>>>Date: 22-Feb-99
>>>Time: 18:58:19
>>>
>>>** Powered by SuSE Linux. You want it?! **=20
>>>
>>>http://=
www.suse.com> | http://www.linux.org>
>>>
>>>------------------------------------------
>>>-
>>>To get out of this list, please send email to majordomo(a)suse.com with
>>>this text in its body: unsubscribe suse-linux-e
>>>Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>>>archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>>
>>=20
>>=20
>> ______________________________________________________
>> Get Your Private, Free Email at http://www.hotmail.com>
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20
> ----------------------------------
> E-Mail: stevem12(a)mindspring.com
> Date: 24-Feb-99
> Time: 07:36:39
>=20
> This message was sent by XFMail
> ----------------------------------
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

------------------------------------------
E-Mail: Chris Martin =20
Date: 24-Feb-99
Time: 08:41:54

** Powered by SuSE Linux. You want it?! **=20

http://www=
.suse.com> | http://www.linux.org>

------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5689039345599596417==--


From camst65+@pitt.edu Wed Feb 24 13:53:27 1999
From: camst65+@pitt.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] HELP: XConsole and WMaker
Date: Wed, 24 Feb 1999 08:53:27 -0500
Message-ID: 
In-Reply-To: <000d01be5ead$0f8b67a0$6502a8c0@sawtooth>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2153057543700788947=="

--===============2153057543700788947==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,

xconsole is started automatically when I start X (I am not sure where
exactly---started by root. . perhaps in Xsetup_0).  But whenever I am in
WindowMaker, say, (probably which window manager is irrelevant) and I switch
to the console window, WindowMaker Shuts Down, and I seem to be in twm all of=
 a
sudden.  Any ideas?

chris

------------------------------------------
E-Mail: Chris Martin =20
Date: 21-Feb-99
Time: 18:57:49

** Powered by SuSE Linux. You want it?! **=20

http://www=
.suse.com> | http://www.linux.org>

------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2153057543700788947==--


From graham@barnowl.demon.co.uk Wed Feb 24 13:54:32 1999
From: graham@barnowl.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Wed, 24 Feb 1999 13:54:32 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3279979843336041695=="

--===============3279979843336041695==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lenz Grimmer  writes:

> I'm not sure. I have egcs and gcc installed on my machine, and it works
> without Makefile-tweaking.

How did you do that? Installing the 'egcs' package from the Suse 6.0
'd' series installs gcc as the front-end. Installing the 'gcc' package
installs the gcc 2.7.2.3 compiler set, but NOT the gcc front-end. The
instructions for the 'gccfront' package state that installing this
will make gcc 2.7.2.3 the default compiler, and that package 'egcs'
should be un-installed.

I have installed both 'egcs' and 'gcc' packages (as well as 'gpp' and
others), and gcc is the only compiler front-end installed.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3279979843336041695==--


From stevem12@mindspring.com Wed Feb 24 14:17:16 1999
From: stevem12@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] CNN - Linux
Date: Wed, 24 Feb 1999 09:17:16 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0757300120353600175=="

--===============0757300120353600175==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Actually,  I just verified it at their web site.  It is 10 p.m. Eastern tonig=
ht.

Everybody watch!

Steve

----------------------------------
E-Mail: stevem12(a)mindspring.com
Date: 24-Feb-99
Time: 09:15:55

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0757300120353600175==--


From imm@KidsCare.Net Wed Feb 24 15:04:53 1999
From: imm@KidsCare.Net
To: users@lists.opensuse.org
Subject: Re(2): [SuSE Linux] Cursor is white box & no text or fonts in
 kde?Wierd? SiS6326/
Date: Wed, 24 Feb 1999 09:04:53 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4460913267633991234=="

--===============4460913267633991234==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




grimmer(a)suse.de writes:
>The dreaded SiS 6326 again...
>
>> The colors in kde are great but my cursor is a white box?
>> Also there are no fonts/text on taskbars or menusor programs.
>> It's hard to navigate kde without text anywhere.
>> Sometimes they appear if I run alleged cursor over them but then they
>> dissappear. ????
>> Has anyone else had these problems?
>
>Several of our customers. There are different steppings of this particular
>chipset, some of them make trouble with XFree. You could try to put the
>following options in the device section of /etc/XF86Config:
>
>	Option	"sw_cursor"
>	Option	"no_accel"
>	Option	"no_linear"
>
>Try "sw_cursor" first. If this doesn't help, add "no_accel". If you also
>need to add "no_linear" you will be limited to 8bpp (256 Colors) though...
>
>HTH,
>	LenZ

I will try that tonight thanks!
BUT just in case I don't have any luck with the dreaded 6326AGP onboard :(
Is there a pci card that can match or beat an 8mb agp that is compatibale
with linux.
What pci card would you recommend?
Thanks again,
Ian the Sane

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4460913267633991234==--


From chjo@tripnet.se Wed Feb 24 15:23:50 1999
From: chjo@tripnet.se
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ppp distributed over LAN?
Date: Wed, 24 Feb 1999 16:23:50 +0100
Message-ID: <99022416275100.00266@merlin>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6286758349453082619=="

--===============6286758349453082619==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Wed, 24 Feb 1999, Nikodemus Karlsson wrote:
>I'm trying to setting up a small tcp/ip network between a windoze95 box and a
>suse-box, and almost everything is working fine (I can ping one host from
>another and telnet to the suse-box etc). But I have got one small problem in
>the net:
>When I establish a ppp-connection to my isp on the suse-box, I'm
>unable to reach the ppp-network from the win95-box. I've tried to add
>the suse-box as default gateway by the route command, with the result
>I can=C5=BDt reach the internet at all!
>
>Is there anybody out ther who knows what to do?

Have you set up the suse-box as IP masq? If not, do that
(easy peasy in suse5.3 atleast). Then choose the suse box
(IP masq box) as default gateway. =20

        / Tina
        E-MAIL mailto:chjo(a)tripnet.se<=
/A>
        URL    http://www8.tripnet.se/~chjo/>=20
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6286758349453082619==--


From hattons@CPKWEBSER5.ncr.disa.mil Wed Feb 24 15:34:21 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: SB64 AWE Gold silent!
Date: Wed, 24 Feb 1999 10:34:21 -0500
Message-ID: <36D41BFD.B77A0F49@cpkwebser5.ncr.disa.mil>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3835819870316904641=="

--===============3835819870316904641==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thanks for the feedback.  I had done what you are suggesting a long time ago.=
  It
caused the card to make sound, but it didn't enable all the features.  I then
continued to dig and discovered that I couldn't get anything to work.  It's k=
ind
of like a story I read on the album cover of Al Di Meola's Splendito Hotel.  =
There
was a flame that had been burning for centuries in a cave in Iran.  Some scie=
ntist
wanted to figure out what made it burn so they extinguished it in order to
investigate further.  They could never get to burn again.

I broke down and bought oss.  My sound card works like a charm now.  (Thanks
Dee!)  I really wanted to get this working w/o buying oss.  Not that I am opp=
osed
to paying people for hard work, but I wanted to figure it out.  All I succeed=
ed in
doing is finding that there is a whole bunch of stuff I don't know about Linu=
x.
These things can be very complicated.  I spent at least 30 hours trying to fi=
x a
$30 problem.  I did learn that I don't understand modules and PnP.  There's g=
ot to
be a way to get a handle on this OS.  Perhaps it is by spending 30 hours on a=
 $30
problem. :-/

Steve

python(a)mail10.calypso.net wrote:

> Hi!
>
> I had almost the exact problems whith my soundcard, and this is how I made =
it
> work (have a different card though).
> I compiled the following as modules: 'soundcore', 'sound', 'uart401' & 'sb'.
> Then I added these lines to 'conf.modules':
> 'alias sound sb'
> 'options sb     io=3D0x220 irq=3D5 dma=3D1 dma16=3D-1'
> To make the modules autoload, kerneld must be running, which I believe you =
can
> set in YaST. Otherwise 'modprobe sound' should work. Whith this setup, my
> soundmodules are loaded everytime the kernel needs them (e.g. when playing
> mp3:s and so on), and when not needed they are removed automatically (after=
 a
> short period of time).
>
> Hope this helped.
> (ps. before I got this to work, I had some stuff about PnP activated in BIOS
> and this really messed things up, but thats a different story....)
>
> > How would I tell if the kmod is compiled into the kernel?  It this is
> > the
> > same as the autoload modules (or whatever) option then I did select it.
> > the
> > following is the output from various commands:
> >
> > bash-2.02# insmod sound
> > /lib/modules/2.2.1/misc/sound.o: a module named sound already exists
> >
> > bash-2.02# rmmod sound
> > rmmod: sound is in use
> >
> > bash-2.02# ls /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au  | more
> > /usr/X11R6/lib/xemacs-20.4/etc/sounds/long-beep.au
> >
> > SILENCE
> >
> > bash-2.02# cat /usr/X11R6/lib/xemacs-20.4/etc/sounds/shotgun.wav
> >>/dev/audio
> > bash: /dev/audio: Operation not supported by device
> >
> > SILENCE
> >
> > Steve
> >
> > --
> >
> ----------------------------------
> E-Mail: python(a)mail10.calypso.net
> URL: http://www10.calypso.net/ci-101635/>
> Date: 24-Feb-99
> Time: 13:41:43
>
> This message was sent by XFMail,
> Powered by SuSE 6.0
> ----------------------------------
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
begin:vcard=20
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============3835819870316904641==--


From alex@daniloff.com Wed Feb 24 15:41:12 1999
From: alex@daniloff.com
To: users@lists.opensuse.org
Subject: Re: Re(2): [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 15:41:12 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4701856354994272003=="

--===============4701856354994272003==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> I don't get virus because I don't execute any exe file a get off the net
> with my god forsaken windoz machine.
> Just curious but why post a virus to a suse maillist?

Probably with this ultra-radical method somebody tries to convence
others die-hard Windoze users to swith their boxes on Linux.
=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4701856354994272003==--


From mgx@spruce.lsd.ornl.gov Wed Feb 24 16:01:34 1999
From: mgx@spruce.lsd.ornl.gov
To: users@lists.opensuse.org
Subject: [SuSE Linux] Accelerated X
Date: Wed, 24 Feb 1999 11:01:34 -0500
Message-ID: <19990224110134.F21493@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6507191498552177631=="

--===============6507191498552177631==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




good day all ...

i'm going to install 6.0 on a dell inspiron 7000 today. my understanding from
the list is that XFree won't work but Accelerated X will. i have a copy of
AccelX so that is not a problem. my question is, which X related packages
should i NOT install from the suse distribution? or perhaps, what is the
correct way to install AccelX ontop of the suse install. thanks!

-- michael

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6507191498552177631==--


From jblosser@firinn.org Wed Feb 24 16:12:24 1999
From: jblosser@firinn.org
To: users@lists.opensuse.org
Subject: Re: Re(2): [SuSE Linux] Cursor is white box & no text or fonts in
 kde?Wierd? SiS6326/
Date: Wed, 24 Feb 1999 11:12:24 -0500
Message-ID: <19990224111224.D19765@firinn.org>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5038289006106646123=="

--===============5038289006106646123==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DEP0wieDxd4TSJjHq; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============5038289006106646123==-- From hattons@CPKWEBSER5.ncr.disa.mil Wed Feb 24 16:37:36 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] KDE 1.1 CD player problem Date: Wed, 24 Feb 1999 11:37:36 -0500 Message-ID: <36D42AD0.9D3C4C32@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6396762369499655009==" --===============6396762369499655009== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I asked this question a week or so ago and never got the answer I was looking for. I set up kernel 2.2.1 and KDE 1.1 to run on my box. The CD player doesn't seem to do exactly what it did on K 2.0.36 & KDE 1.1. When it first comes up the display reads "ejected" even though there is a CD in the drive. If I attempt to eject it I get no response. If I try to play music it won't work. I have discovered that I mounting /cdrom will cause the CD player to display "ready" and I can then play music. I still can't eject a CD though. could this be a module thing? I have an ATAPI CD on an ASUS P2B mobo. Any thoughts? Anybody else have this problem? Steve
begin:vcard 
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============6396762369499655009==--


From KEdmunds@eu.wcom.net Wed Feb 24 16:39:23 1999
From: KEdmunds@eu.wcom.net
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] CNN - Linux
Date: Wed, 24 Feb 1999 16:39:23 +0000
Message-ID: <61EC0C104A7DD211A29B00805FAD4FBA4BBBAE@UKR-EXCH-01>
In-Reply-To: <[SuSE Linux] CNN - Linux>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5462123688822217556=="

--===============5462123688822217556==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> Everybody watch!

A trifle difficult if you live in the backwaters of England. We've only had
mains electricity for a few weeks, and only one household in 5000 has a
television. Still, perhaps those in the great US of A could post a pr=C3=A9ci=
s of
the programme after transmission?

Thank you.

Keith Edmunds
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5462123688822217556==--


From jpb39@cam.ac.uk Wed Feb 24 16:57:02 1999
From: jpb39@cam.ac.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Cursor is white box & no text or fonts in kde?Wierd?
 SiS6326/
Date: Wed, 24 Feb 1999 16:57:02 +0000
Message-ID: <36D42F5E.25320B66@cam.ac.uk>
In-Reply-To: <19990224111224.D19765@firinn.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5193357460910850922=="

--===============5193357460910850922==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




> Ian M. Moore [imm(a)KidsCare.Net] wrote:
> > BUT just in case I don't have any luck with the dreaded 6326AGP onboard :(
> > Is there a pci card that can match or beat an 8mb agp that is compatibale
> > with linux.
> > What pci card would you recommend?

FWIW, the ATI XPERT98 8MB AGP card seems to work fine in 5.3 and 6.0.  (I
initially bought it because was one of the few cards supported under Solaris,
though I have had no problems with the mach64 server.)

-Jim Blevins

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5193357460910850922==--


From mperry@basin.com Wed Feb 24 17:02:59 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Accelerated X
Date: Wed, 24 Feb 1999 09:02:59 -0800
Message-ID: <199902241703.JAA15901@mperry.basin.com>
In-Reply-To: <19990224110134.F21493@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6611751849318937501=="

--===============6611751849318937501==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 24 Feb, mgx(a)spruce.lsd.ornl.gov wrote:
>=20
> good day all ...
>=20
> i'm going to install 6.0 on a dell inspiron 7000 today. my understanding fr=
om
> the list is that XFree won't work but Accelerated X will. i have a copy of
> AccelX so that is not a problem. my question is, which X related packages
> should i NOT install from the suse distribution? or perhaps, what is the
> correct way to install AccelX ontop of the suse install. thanks!
>=20
> -- michael
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

I just did this on the 366 model.  You need to get a hacked XF86Config
and Mach64 server which I have or I can send you the url to download
it.  This is a free fix.  YOu will get 1024x768 use good color depth
and make use of the card overall.  The X accelerated drivers cost $199
US.  Far cheaper, unless you want some featureset, to get the hacked
files and copy them.=20

It works fine here.

--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6611751849318937501==--


From awol@STAT.UNIMAAS.NL Wed Feb 24 17:36:43 1999
From: awol@STAT.UNIMAAS.NL
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Accelerated X
Date: Wed, 24 Feb 1999 18:36:43 +0100
Message-ID: 
In-Reply-To: <19990224110134.F21493@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1350192346344653475=="

--===============1350192346344653475==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 24-Feb-99 mgx(a)spruce.lsd.ornl.gov wrote:

> i'm going to install 6.0 on a dell inspiron 7000 today. my understanding
> from the list is that XFree won't work but Accelerated X will.
> i have a copy of AccelX so that is not a problem. my question is, which X
> related packages should i NOT install from the suse distribution?
> or perhaps, what is the correct way to install AccelX ontop of the suse
> install. thanks!

It is not quite true that the XFree Mach64 server won't work,
a patched version does! See: http://www=
.eecs.umich.edu/~steveh/inspiron/>

You say you have the AccelX server but you actually you need the=20
Accelerated-X LAPTOP Display Server, and then the Inspiron 7000 version
of the ATI Rage 3D Pro LT driver, that is to say =20
you have to download L4102.013.tar.gz from their ftp update site.

To install the the AccelX server on SuSE 6.0 you can do a normal install
of the XFree packages and Mach64 but do not probe or configure anything!
(you need the XFree stuff but not the actual driver and this is a brute
force way of getting past this hurdle. I can't give a more elegant approach
because I can't remember how the install goes in SuSE).

Then install AccelX as described in their manual, but only do a 'minimal'
install as AccelX is still libc5! You configure with the AccelX configure
facilities.

If you want you can now remove the XFree Mach64 server.

Alexander
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1350192346344653475==--


From tyohn@redshift.com Wed Feb 24 17:55:33 1999
From: tyohn@redshift.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] ZIP+ & SuSE 6.0 & linux-2.2.2 kernel ?
Date: Wed, 24 Feb 1999 09:55:33 -0800
Message-ID: <36D43D15.1287FB98@redshift.com>
In-Reply-To: <199902240425.TAA00375@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3545257676534092413=="

--===============3545257676534092413==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I've got a little input and question about this...

According to IOMEGA the ZIP+ might only work if it is the only device on
the SCSI controller (yea, tell me if that's not a pain).  They sent me a
nice new manual and a letter explaning this a while back.  That could be
you're problem.

Now, my question, is there anyone out there that HAS gotten a ZIP+ to
work with other devices on the SCSI controller?  The whole reason I
bought the ZIP+ was so when I started updating my system I could go to
SCSI with alot of my devices, I even bought the ZIP Zoom SCSI adapter
just for the ZIP drive (so I have not had the chance to see if multiple
devices work).  When IOMEGA sent me a nice big package in the mail
explaning it wouldn't work, I was less than ammused... but it only says
it MIGHT interefer with the autodetection of SCSI or Parellel Port
operation if you use it with other device.

What's everyone with a ZIP+'s experiance with this situation?

Thanks,
Tim.

"W.D.McKinney" wrote:
>=20
> I tried compiling support for ZIP+ external drive into my kernel 2.2.2
> with the following on bootup ?
>=20



> What else should be configured for the ZIP+ to work ?
> Thanks so much.
>=20
> -Dee
>=20
> W.D.McKinney (Dee) deem(a)wdm.com
> Faith is acting on your passions & beliefs.
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3545257676534092413==--


From refraction@altavista.net Wed Feb 24 18:45:33 1999
From: refraction@altavista.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: kppp and UK Freeserve
Date: Wed, 24 Feb 1999 18:45:33 +0000
Message-ID: <99022418522500.00237@argoth>
In-Reply-To: <19990223113919.B326@one.hrz.tu-chemnitz.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5198014373610529257=="

--===============5198014373610529257==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Tue, 23 Feb 1999, you wrote:
> Hi,
>=20
> On Tue, Feb 23, 1999 at 09:05 -0000, Karim Elmaizi wrote:
>=20
> > I tried desperatly last night to set up Kppp with a UK ISP called Freeser=
ve.
> > I think ive got my PAP settings right, etc...but no luck, the daemon died=
 unexp.
>=20
> Check /etc/ppp/options and remove the `lock'.
>=20
> Ciao,
> 	Stefan

Your using PAP?  I use kppp with a script based login to freeserve which
is:
Expect	ogin
ID		;sends the id in the window
Expect 	word
Password	;sends the password in the window
Expect  ystem
Pause	2	;if you don't the pppd can die unexpectedly (if the lock wasn't
killing it.)

DNS addresses are: 194.152.64.68
and: 194.152.64.34

Dunc.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5198014373610529257==--


From andreas@gerstlauer.de Wed Feb 24 18:51:47 1999
From: andreas@gerstlauer.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Wed, 24 Feb 1999 18:51:47 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2124632227889731142=="

--===============2124632227889731142==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 24 Feb 1999 13:54:32 +0000, Graham Murray  w=
rote:
>
>Lenz Grimmer  writes:
>
>> I'm not sure. I have egcs and gcc installed on my machine, and it works
>> without Makefile-tweaking.
>

Lenz, are you sure that the kernel is compiled with gcc 2.7.2.3 and
not with egcs? From my understanding (as Graham stated correctly),
if both egcs and gcc are installed under SuSE 6.0 a plain call
of "gcc" (what is done in standard kernel making) will give you
egcs, not gcc (try "gcc --version").
Hence, if you want to compile the kernel with gcc you'll need to
change the makefile to compile with "gcc -V2.7.2.3", right?

>How did you do that? Installing the 'egcs' package from the Suse 6.0
>'d' series installs gcc as the front-end. Installing the 'gcc' package
>installs the gcc 2.7.2.3 compiler set, but NOT the gcc front-end. The
>instructions for the 'gccfront' package state that installing this
>will make gcc 2.7.2.3 the default compiler, and that package 'egcs'
>should be un-installed.
>
>I have installed both 'egcs' and 'gcc' packages (as well as 'gpp' and
>others), and gcc is the only compiler front-end installed.
>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2124632227889731142==--


From bfootdav@bellsouth.net Wed Feb 24 19:12:46 1999
From: bfootdav@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KDE 1.1 CD player problem
Date: Wed, 24 Feb 1999 14:12:46 -0500
Message-ID: <36D44F2E.A9A2DBBC@bellsouth.net>
In-Reply-To: <36D42AD0.9D3C4C32@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1313125457300306178=="

--===============1313125457300306178==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Steven T. Hatton" wrote:
>=20
> I asked this question a week or so ago and never got the answer I was
> looking for.  I set up kernel 2.2.1 and KDE 1.1 to run on my box.  The
> CD player doesn't seem to do exactly what it did on K 2.0.36 & KDE 1.1.
> When it first comes up the display reads "ejected" even though there is
> a CD in the drive.  If I attempt to eject it I get no response.  If I
> try to play music it won't work.  I have discovered that I mounting
> /cdrom will cause the CD player to display "ready" and I can then play
> music.  I still can't eject a CD though.  could this be a module thing?
> I have an ATAPI CD on an ASUS P2B mobo.  Any thoughts?  Anybody else
> have this problem?

i had a similar problem even with KDE 1.0 and kernel 2.0.35 that lasted
through KDE 1.1 with kernel 2.2.1.  I solved it by going into
~/.kde/share/config and then rm kscdrc.  next time i loaded up the KDE
cd player it worked and that darn ejected thing was gone.  apparently it
will create a new config file if you erase the old one like i did, so
everything will be back to normal.

luck,

dave
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1313125457300306178==--


From mgx@spruce.lsd.ornl.gov Wed Feb 24 20:00:26 1999
From: mgx@spruce.lsd.ornl.gov
To: users@lists.opensuse.org
Subject: [SuSE Linux] accelerated x woes
Date: Wed, 24 Feb 1999 15:00:26 -0500
Message-ID: <19990224150026.H21493@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5100039223695099481=="

--===============5100039223695099481==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




ok, i did a suse 6.0 install, i only installed the X shared libs off the cd,
no x server. then i installed acclerated x 4.1.1, patched it to 4.1.2/and the
dell inspiron patches. when i try to startx i get:

xinit: can't resolve symbol '_Xglobal_lock'
xinit: can't resolve symbol '_XUnlockMutex_fn'
xinit: can't resolve symbol '_XLockMutex_fn'

i imagine this is a clash between the libs/headers suse installed and the ones
accelx installed.=20

does anyone know what the solution to this little bug is? thanks!


--=20
-- m
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5100039223695099481==--


From WALKERSC@cibc.ca Wed Feb 24 20:13:00 1999
From: WALKERSC@cibc.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] accelerated x woes
Date: Wed, 24 Feb 1999 15:13:00 -0500
Message-ID: <199902241958.LAA23489@mail.suse.com>
In-Reply-To: <[SuSE Linux] accelerated x woes>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0530043313476844330=="

--===============0530043313476844330==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




     ok, here's your possible problem
    =20
     1) Never install the libs and stuff that Accel-X gives you, there crap=20
     and screw it up.
    =20
     2) Just install the Xserver, it's option number 1, and you will not=20
     have a problem, trust me, I've broken/fixed WAY too many problems=20
     caused by AccelX and there crappy libs and runtime crap.
    =20
     My Suggestion, Uninstall Accelx, Reinstall the libs from SuSE, then=20
     install Accelx using JUST the xserver.

______________________________ Reply Separator
_________________________________
Subject: [SuSE Linux] accelerated x woes
Author:  "mgx(a)spruce.lsd.ornl.gov" [SMTP:mgx(a)spruce.lsd.ornl.gov] at BCEE=
XCH
Date:    2/24/99 3:00 PM

ok, i did a suse 6.0 install, i only installed the X shared libs off the cd,

no x server. then i installed acclerated x 4.1.1, patched it to 4.1.2/and
the=20
dell inspiron patches. when i try to startx i get:
    =20
xinit: can't resolve symbol '_Xglobal_lock'=20
xinit: can't resolve symbol '_XUnlockMutex_fn'=20
xinit: can't resolve symbol '_XLockMutex_fn'
    =20
i imagine this is a clash between the libs/headers suse installed and the
ones=20
accelx installed.
    =20
does anyone know what the solution to this little bug is? thanks!
    =20

--
-- m
-
To get out of this list, please send email to majordomo(a)suse.com with=20
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the=20
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0530043313476844330==--


From anavarro@cyberclub.net Wed Feb 24 20:29:17 1999
From: anavarro@cyberclub.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Installation Manual Suse 5.2 o 5.1
Date: Wed, 24 Feb 1999 15:29:17 -0500
Message-ID: <001501be6034$5a303ff0$0502a8c0@ns.ktg.tzo.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1204629617164844194=="

--===============1204629617164844194==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Help ,me pls  i need a instalation manual for suse 5.1 or 5.2    in spanish
if is posible , if not a english is good pls send me url for this ....   or
via email at anavarro(a)cyberclub.net

tks

Alejandro Navarro
anavarro(a)cyberclub.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1204629617164844194==--


From mpedro@esoterica.pt Wed Feb 24 20:29:45 1999
From: mpedro@esoterica.pt
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0 files
Date: Wed, 24 Feb 1999 20:29:45 +0000
Message-ID: <199902242029.UAA14921@brethil.esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5680198890101611808=="

--===============5680198890101611808==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




begin 644 Happy99.exe
M35I0``(````$``\`__\``+@`````````0``:````````````````````````
M``````````````````````$``+H0``X?M`G-(;@!3,TAD)!4:&ES('!R;V=3DR
M86T@;75S=3D"!B92!R=3D6X@=3D6YD97(@5VEN,S(-"B0W````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````%!%``!,`00`GR77C@``
M````````X`".(a)0L!`AD`"@```!8```````````$````!`````@```$`````!
M```"```!``````````,`"@`````````%```$`````````@``````$```(```
M```0```0````````$``````````````````#`$`#````````````````````
M``````````````````0`:`$`````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````0T]$10``````$``````!```*````!@``````````````````
M(```8$1!5$$``````!```````@``$````!```````````````````$```,`N
M:61A=3D&$````0``````,```0````@``````````````````!```#`+G)E;&]C
M````$``````$```"````)```````````````````0```4```````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````:`!X``!J0.C6"```A<`/A!T&``!0O^L.0@"K!6!M``"K!<@```"K
M6%!04%^XE````*OHMP@``%Z#QA"M(a)_@`#X3L!0``OLD-0@!67[F5````K/;0
MJN+Z:,@```#_->\.0@#HC0@``(7`#X2W!0``H_<.0@!HR````/\U\PY"`&H`
MZ%8(``"%P`^$F`4``(LU\PY"``/P@^X%K"3?/$0"L<%B@]"`/____^^(PY"
M`(L][PY"``,]]PY"`+D)````\Z1J`?\U[PY"`/\U\PY"`.CO!P``O@``0@"+
M/>L.0@"M/45.1"!T  0:15)/=3D`7WT*OK[*V+R#/`\ZOKXXO/*PWK#D(`B0W[
M#D(`OAH.0@"+/>\.0@`#/?<.0@"Y"0```/.D,\!0:(````!J`E!0:````$#_
M->\.0@#HNP<``$`/A.L$``!(H_\.0@!J`&C[#D(`_S7[#D(`_S7K#D(`_S7_
M#D(`Z$('``"%P`^$M`0``+X-#D(`BSWO#D(``SWW#D(`N0T```#SI(LU[PY"
M`(L]\PY"`(L-]PY"`(/!"?.DN'-K80"K:@'_-?,.0@#_->\.0@#H"@<``#/`
M4&B`````:@-04&@```#`_S7O#D(`Z"0'``!`=3D5(SP/\UZPY"`&@'#T(`4&@_
M`!\`4%!0:"P.0@!H`@``@.@@!P``N`@```!0N",.0@!`4&H!:@!0_S4'#T(`
MZ/T&``#_-0#D(`,\!04%!J!%#_-5X.0@#HI`8`
M`(7`#X3/`P``HV8.0@`SP%!04&H&_S5F#D(`Z*D&``"%P`^$I0,``*-J#D(`
MB_!F(a)3Y-6@^0P,``(!^$GH/A(D#``#&1A)Z`W8\9H$^4$4/A7<#``")-7(.
M0@!FBT8&9J-V#D(`,\EFBPUV#D(`9HM&%&:C>`Y"`(O>@\,8,\!F`P5X#D(`
M`]B+`STN=3D&5X=3D",]+F5D870//2YD871T68/#*$EUX^M>BT,,*T,4HWH.0@#K
MY/=3D#)"```&`/A"P#``"!2R0```"`B1V>#D(`BT,0BWL(*\<]R@````^"#`,`
M`(M##(M3%"O"HWX.0@`#UXD5D(a)Y"`.N9BT,,*T,4HX(.0@#KFK^&#D(`BQ5Z
M#D(`BUYXBS5J#D(`*]H#WHM#'"O"`\:KBT,@*\(#QJN+0R0KP@/&JXM+&#/2
MBS6*#D(`QP6B#D(``````(L>*QUZ#D(``QUJ#D(`BP,]8V]N;G0@/7-E;F1T
M8D*#Q(a)1)=3D=3DN#/:(.0@`"#X5Q`@``Z9(```"#PP2+`SUE8W0`=3D=3DM25HL=3DC(a)Y"
M`-'B`]HSP&:+`XLUA(a)Y"`,'@`@/PBP:CE(a)Y"`*&2#D(``P5^#D(`@\``B0;_
M!:(.0@!>6NN>@\,$B@,\`'654E:+'8X.0@#1X@/:,\!FBP.+-88.0@#!X`(#
M\(L&HYH.0@"AD(a)Y"``,%?@Y"`(/`1XD&_P6B#D(`7EKI5?___XLUG(a)Y"`(%&
M",H```!HJ(a)Y"`.A0!```A<`/A)H!``"CI(a)Y"`&BW#D(`_S6F#D(`Z#\$``"%
MP`^$?0$``*/?#D(`:,0.0@#_-:8.0@#H(@0``(7`#X1@`0``H^,.0@!HT`Y"
M`/\UI(a)Y"`.@%!```A<`/A$,!``"CYPY"`(L]D(a)Y"``,]:@Y"`.C*````G&#H
M`````%^!Q[T```"+7"0LBD,#/!EU"(M$)"BJ1^L*/'=3DU&T>+1"0HJN@(````
M4VMA+F1L;`"X_______0JV&=3DZ0````"<8.@`````7H/&=3DF:MBUPD*#KC=3D!`Z
MPW0"ZUOH#P```&UA:6P`Z`4```!N97=3DS`*U0N/______T(7`=3D#K_T#P!=3D#1F
MD^@`````7H/&-%9?,\"`^TYU"D>JK#P`=3D1E&ZPV`^TUU$:I'1JP\`'4)K5"X
M_______089WI`````````````%ZYR@```/.DH=3D\.0@")AV____^AYPY"`(E'
MKZ'C#D(`B4?MBQ5^#D(`H9(.0@`#PH/`1BL0.000000E+00(a)Y"`/?0B8=3DY____H9(.0@`#
MP(a)7#````*P6:#D(`]]")1_;_-6H.0@#HH@(``/\U9(a)Y"`.CE`@``_S5>#D(`
MZ-H"``#_->L.0@#HU0(``(,]B@]"``!T!VK_Z(\"``!H``("`&I`Z)4"``"C
MZPY"`&H`Z&4"``"C?@]"`*,;#T(`N.<'00"C#P]"`,<%+P]"`&L.0@!15E^#QQ2+1(a)BKBT8,JX$&`!```*T!1(a)2M
M`48$K<'X$(O0K<'X$(O8K8/X`'4%@\8(ZTF`;OP!K<'X$(O0K<'X$%9J`%)0_S5C
M#T(`Z-L!``!>@\8$64D/A7G_____!5,/0@#I-/___X,]-P]"`!)T%K(a)S#T(`
M4%#HJ0$``.B&`0``Z17_____-6,/0@#_-8(/0@#H4@$``,<%B@]"`/_____I
M/_[__UBCA@]"`(-\)`0"=3D0MJ`.@[`0``,\#K!>A*`0``BPV&#T(`4<.A3P]"
M`(/@#Z-/#T(`P>`-BSWK#D(``_BY``$``.AF````P>@(HUL/0@#H60```,'H
M"*-7#T(`Z$P```#!Z`@-#P^O`(O8Z#T```#!Z`^)!XE/!-M'!-G^V(a)_;1P39
M_]H/VQ_;7P2#QPBA5P]"`*NA6P]"`*N+PZN#QPSBR?\%3P]"`.EW_O__N!-`
M(0#W+5\/0@`KT(a)41$%,"HU\/0@##_R5D`$,`_R5H`$,`_R5L`$,`_R5P`$,`
M_R5T`$,`_R5X`$,`_R5\`$,`_R6``$,`_R6$`$,`_R6(`$,`_R6,`$,`_R60
M`$,`_R64`$,`_R68`$,`_R6<`$,`_R6@`$,`_R6D`$,`_R6H`$,`_R6P`$,`
M_R6T`$,`_R6X`$,`_R7``$,`_R7$`$,`_R7(`$,`_R7,`$,`_R70`$,`_R74
M`$,`_R78`$,`_R7<`$,`_R7@`$,`_R7D`$,`_R7H`$,`_R7P`$,`````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`+*EK__]____^__P_P``__]'_________[__Y?]:15)/"````/_^__]%[__Q
MX$OV,MY'_K,RWF]OJY>6C-^/C9"8C9Z2WY**C(O?G9K?C8J1WXJ1FYJ-WZB6
MD]/[]YO_U
M____]____________O____[____]____O_____[___W___[__________/_U
M__________G___O________]____6D523P(```#__^___^_________O____
M___[_Z________S_D_[__UI   0\&````___Z_Q/___]:15)/%````+RPN[K_
M_____^_______O__]?____G__UI   0\#````W___G[N^J[[______^______
M_?___?___^___UI   0\#````O___/]&6FYZ+GO___^_______/___?___^W_
M_UI   0\#````O___/]&:FYZ+GO___^______^____?___^O__UI   0\#````
MO___O]&-FI.0G/___^______^O___?___^G__UI   0\#````O___KUI   0_0
M````?(/;]_^+LGR#V_?^B_T4L$'#_[W_J:!&RO___U,)+U4=3D!9?_W___E;\7
M9_?__WH_BOO,/Q310&;_O?]4^D?T__]4^D?T__]4^A?\__]4?#^;5!3T`,IF
M_[W_%Y+W__]'_O___SWS_Q>4^O__?`:;\'AU____=3D/S:("`@(,*ROK:SBLUT
MO/O:`"`@(,+?N:VPBMR9=3D+SWF=3DH@`)G"LL6*ZG0,=3D,)>_[W_=3DO+__[W_#%L6
M@/[__W3\VB`@("#"K;ROJXK(=3D+S[V@`@(`#"WZNPQ8K7%T_X__]V\OO_O?\7
M(O[__WP'__![MO[__SCZ:O^]_P`````6SO[__Q;*_O__%\'\__]\!__P>MC^
M__]TRF+_O?^94IG"___P>^K^__]\PFK_O?__\'H*____0#[__]>?O^]_W3B
M9O^]_Q>6^___?`<`\'L/____%T_[__]'^O___T3E_[W_%[/[__]\!P#P>RS_
M__\7!_G__\+-RL_?\'H\____1_G___]$]_^]_Q?;^___?`<`\'M4____%R_Y
M___"S_[W_%P3\__]\!P#P>WW___\76/G__\+-
MRL_?BHETRF+_O?]TZE[_O?]\%3^?__PLW*S]^*Q!0M1_G___]$\?^]_Q=3DE_/__?`<`B]H7M?G_
M_\+,RLO?BN8X^FK_O?______=3D,)B_[W_S#]41_[___\\1[*RLK(\%VW\__]\
M!IN-EA<,_O__?`?_BJ`7>/S__UY^_[W_=3D.)F_[W_%[[\__]\!P"+M!=3DS_/__
M1_K___]$Y?^]_Q?7_/__?`<`B\T7)_K__\+-R\_?BME'^?___T3K_[W_%_?\
M__]\!P"+[1=3D'^O__PLS+S]^*^4?^____/$>QL;&Q/)]T%)6;`,I6_[W_%P[Z
M__]Z/_![F/[__UR"_[W_09G_O?]TPE;_O?_\PH+_O?]&]/___PQ;E?^7?___
M_Y7[E?^5_Y?___\_`,I6_[W_%QKZ__^_\'O9_O__MUR*_[W_E\WK__^5OQ=3DC
M^O__>C_P>_[^__]<>O^]_Y7_EX;_O?^7_^O__P#*>O^]_P#*BO^]_Q>!^O__
M>C_P>QW___]^PH;_O?__Z___C<@`RHK_O?\7=3DOK__Y7_EW____^5_97_E?^7
M____/P#*5O^]_Q>9^O__O_![6/___[=3DNJ`Q;F4?R]9E4H*:5_Y>&_[W_KJ@`RHK_O?\7'OO_
M_Q3B`,IZ_[W_%TG[__\`RHK_O?\7)/O__YY'`````#P`RGK_O?\79OO__P#*
MBO^]_Q=3D!^___GLP_/)]T#'0!_`9T,'P^F\PMF73AF7X<("!T$9E^!+FMB[ET
M"IE^!*RJBZQT"IE^!+&ZBX]T"IE^!+R\\'MF____=3D`J9?@2]O/![5O___W0*
MF7X$\O7P>T;___]T"KG$#O!\&____Q16F5)2VB`@``#"L++%WXI4%RK___\4
M;)E24MH@("`@PKVUNKR*85+:(```_\*KQ=3D__BFX73?___Q:2````F5)2VB`@
M("#"J*RXK8I^4MH@("`@PK"JKZSP>H\```"94IG"Q=3D_P>IL````7(a)____Q;(
M````F5)2V@``___"Q=3D____!ZJP```!>@____%N4```"94E+:(```_\*\Q=3D__
M\'J[````%[W___\6`@$``%+"\O7R]?!ZQ````*]'I]*LCU1'GI&,E%1'GL7?
MIE291YJ,F51\/?&G5+V]=3DNI^_[W_GLP_/)Y'`````#QT"G3"9O^]__P   06]
M?@5Y]/__B/O#]8H./'07E?^OK`#*Q7^__^W7([_O?^7V/^]_P#*CO^]
M_Q>3_?__O_![/?[__[=3DC_P>XO^__]O^]_P#ZS_^]_T(7_/__?,+/
M_[W__HKY=3D-++_[W_=3D#IT(1=3D]`@``?`<`B_7\"@#RS_^]_XHK`,K<_[W_0W_
M__\`RN#_O?\74/___P#*CO^]_Q=3D;____`,IZ_[W_%Y;___\\E?^5PP#*6O^]
M_P#*3DY+F5X90T*8`T*96YD#0I<
M4VMA+F5X90!<;&ES=3D&4NCX^6D9B^_____[B:BZR&C(N:DKN6C9JD[Z3DY"<_____[.0G)Z3N8V:FO___ZV:GINYEI.:_____[*>CZF6FHBP
MF;F6DYK___^LFHNYEI.:KY"6D8N:C?____^JD9*>CZF6FHBPF;F6DYK___^H
MC9:+FKF6DYK___^XFHNYEI.:K):0.000000O___[R-FIZ+FKF6DYJ^____O).0C)JW
MGI&;DYK_6D523R@```##__O__O____W____]____U__[_\__^__'__O_F/_^
M_[_]_O^Y__O_M/_[_____O^2GIN3D]&[L[/_DIZ6D_^1FHB,_UI   0]L````
M___^_Q/____NS\C/J<];SU7/)L\2S_#.WL[-SL?.JLZ"SE_.6/)TEQY7'C\=3D_QW7'3\=3D)QT/'/<WXF6C8J,T]^>WXB0C9+3WY[?
MBXV0E9Z1P-^RL*JKTK*PJJO?MX:=3DC9:;W]>W\[&QL;1_Z.(
MC)"T9N3D_^CK)2>T9J'FO^LD)F+B)Z-FJ.REIR-D(R0
MF8NCJ):1FY"(C*.\BHV-FI&+J9J-C):0D:.MBI&PD9R:_P``````````````
M````````````````````````````````````````````````````````````
M``````````````````````````!+15).14PS,BYD;&P`3&]A9$QI8G)A2!.97<@665A`@,`\`(#
M``(#`P`0`P,`(`,#```````T`P,``````$M   0Y%3#,R+F1L;`!!1%9!4$DS
M,BYD;&P`55-%4C,R+F1L;`!'1$DS,BYD;&P`````5W)I=3D&5&:6QE````56YM
M87!6:65W3V9&:6QE````1V5T5VEN9&]W4$`````1V5T36]D
M=3D6QE2&%N9&QE00````!#;W!Y1FEL94$```!'9710&ET4')O8V5S$$```!'9713>7-T96U$:7)E8W1O$$`
M``!296=3D#;&]S94ME>0```%)E;&5A3%_,8PQDC&8,:LQL3'-,=3DTQXC'P,04R$C(=3D,BTR.S)-,EHR;#*;
M,J4RKC*X,L8R\C(.,RXS-C-#,THS4#-9,X`SAC.2,Y(a)SM3/5,^0S\#/U,_LS
M!C0;-"HT-C0[-$$T3#19-&4T=3DS1\-((TE#29-)\TL32V-+PTSC34--HTMC7!
M-(U[S7\-0(-Y\WJC>R-\DWSS?:-^DW!C(a)-.!4X'C(a)R
M.#\X=3DCA\.(LXFSBG.*XXM#BZ.,`XQCC,.-(XV#C>..0XZCCP./8X_#@".0(a)Y
M#CD4.1HY(#DF.2PY,CDX.3XY1#E*.5`Y5CE<.6(Y:#EN.0``````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
*````````````````
`
end

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5680198890101611808==--


From oms101@clara.co.uk Wed Feb 24 21:03:56 1999
From: oms101@clara.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Anyone know how to make my dos partition recognized
Date: Wed, 24 Feb 1999 21:03:56 +0000
Message-ID: <36D4693C.57DB0DDC@clara.co.uk>
In-Reply-To: <556961E274B1D111883308002BA60B66015E25E7@mail8.ntu.edu.sg>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7349404319608948815=="

--===============7349404319608948815==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




#HENRY WAHYUDI SETIAWAN# wrote:
>=20
> Hi My system assume hda1 (Windows 95 fat32..partition) as unknown.
> Anyone know what program make it be read ... ??
> thanks
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

First you need to create the directory /mnt and then inside /mnt the
directory /mnt/dos. once this is done edit the file fstab in /etc to
include this line

/dev/hda1       /mnt/dos                  vfat            defaults   0 =20
0

Preferably putting that line after the line=20

# End of YaST-generated fstab lines

So that yast will ignor it.

I hope this sorts out your problem

Reagards

Owen

--=20
My Email address is permanent(a)altavista.net
My top search engine is http://www.phoaks.com>
My web site http://home.clara.net/oms101/>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7349404319608948815==--


From oms101@clara.co.uk Wed Feb 24 21:16:38 1999
From: oms101@clara.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Off line news reading with slrn
Date: Wed, 24 Feb 1999 21:16:38 +0000
Message-ID: <36D46C36.7044FB5@clara.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6728763662420012068=="

--===============6728763662420012068==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




slrn is a quite nice news reader, I prefure netscape, but have not got
the time or patience to install and make work inn or cnews, and slrnpull
does what I need but I cant figure out if slrnpull supports multiple
news servers. slrn supports as many news servers as you want on line but
my phone bill is bad and I want to post under linux, not windows to more
than one news server.

leafnode does not support more than a single news server.

(slrn pull is available with the source code but unfortunately not on
the PCPlus cover disk SuSE 5.2)

The reason I want this feature is that I want to collect news from both
claranet, and the pcplus linux forum. I have posted to
news.software.readers or some such group and had no reply. Is it a case
of some shell scripts to move directory contents from one place to
anouther or is their a more elagent way.

Also do cnews/inn support more than one newsd feed?

Owen=20

PS I dont have a network to support here.

--=20
My Email address is permanent(a)altavista.net
My top search engine is http://www.phoaks.com>
My web site http://home.clara.net/oms101/>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6728763662420012068==--


From raffo@neuronet.pitt.edu Wed Feb 24 22:07:40 1999
From: raffo@neuronet.pitt.edu
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 17:07:40 -0500
Message-ID: <36D4782C.C072DC27@neuronet.pitt.edu>
In-Reply-To: <199902242029.UAA14921@brethil.esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8477090370934827312=="

--===============8477090370934827312==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Here is this virus again. How do you get rid of it?

--=20
Rafael Herrera
Laboratory for Computational Neuroscience
University of Pittsburgh
http://www.neuronet.pitt.edu/~raffo>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8477090370934827312==--


From dominic_mcdonald_aveyard@yahoo.com Wed Feb 24 22:19:57 1999
From: dominic_mcdonald_aveyard@yahoo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] New SuSE user: upgrade to v6?
Date: Wed, 24 Feb 1999 14:19:57 -0800
Message-ID: <19990224221957.15976.rocketmail@send204.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2296740739819277238=="

--===============2296740739819277238==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi there everyone,

I've been tinkering with linux for a dew months now, at first I tried
red hat and openlinux but I couldn't figure out how to get my net
connection to work on either. Then I found SuSE 5.3 a few weeks ago,
installed it and the net connection worked almost right away. :-) I
just used yast to put in the info and then tried the ppp-up script
thingy, that didn't work. But then I put all the info into kppp and it
works perfectly, in openlinux it would just sit there and hang. I
probably didn't configure something right, but hey SuSE made it pretty
painless.

Anyways, sorry for rambling. I'm happy with my new system, but I still
need a word processor on here and my mother in law prefers Netscape
4.5 (its the search in titlebar thing, shes a nerd). Anyways...

I was wondering if I should upgrade to v6. I was going to grab it
anyway, for staroffice 5 alone. (I borrowed 5.3 from work, installed
it and then returned it). Also, when my wife and I are back in
Scotland later this year, I'll probably be finding another old Pc and
will be putting SuSE 6 on it. I'll be doing a computing science degree
and don't wnat to have to spend all the time programming in labs.

So I was wondering what people thought of v6...

Do you know if staroffice works properly with a canon bjc4000?
Netscape will print out on it fine so I know linux itself is happy
with it, I had tried the free download of wordperfect but it didn't
have a compatible driver and so I couldn't get it to work with our
printer.

Is staroffice pretty stable?

Do you think my system would perform a little better with the new
kernel? (not that it performs bad right now, just K is a little
sluggish in parts) I have a 66mghz 486 with 2gb hd and 26mb ram.

Is the new version of K that comes with v6 noticeably better than the
already very cool 5.3 version?

Are there any known problems with v6 and ppp, or should it continue
working fine?

I'm sorry if all of this has been answered already, and if they
perhaps seem a little stupid. I'm pretty new at this stuff, and
working full time and preparing to move back to Scotland with my wife
in a few months doesn't leave a lot of time to research the wealth of
info out there.=20

I ramble this way on answering machines too... Oh and thanks to all
the people who make SuSE the wonderful distribution it is.

Cheers!
Dom=20

[sig on its way]

=3D=3D
Dominic McDonald-Aveyard
dominic_mcdonald_aveyard(a)yahoo.com
http://www.sexgoddessjewel.com/Heat=
herAndDom/>
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2296740739819277238==--


From dominic_mcdonald_aveyard@yahoo.com Wed Feb 24 22:32:17 1999
From: dominic_mcdonald_aveyard@yahoo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] About my last message...
Date: Wed, 24 Feb 1999 14:32:17 -0800
Message-ID: <19990224223217.21185.rocketmail@send205.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6916526289324367292=="

--===============6916526289324367292==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello again,

On my last message my old sig showed up, I forgot to delete it. The
www.sexgoddessjewel.com thing isn't some dogdy site, it was a
jewellery web site featuring the original celtic silver knotwork
created by my wife. However, it closed a month or so ago. Anyways,
just so no-one gets the wrong idea (people have sometimes in the
past). The address pointed to our online wedding album, which is in
transit. Anyways, sorry this si off topic, but I wanted to explain.

Cheers!
Dom the confused rambling Scotsman

=3D=3D

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6916526289324367292==--


From wolfsong@blaze.ca Wed Feb 24 22:37:10 1999
From: wolfsong@blaze.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] Well, one mystery solved...
Date: Wed, 24 Feb 1999 14:37:10 -0800
Message-ID: <36D47F15.A609487A@blaze.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8455250604787135045=="

--===============8455250604787135045==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




If anyone is unfortunate enough to have a SiS 5597 or 5598 video
adapter, use SaX to configure it under SuSE 6.0. I was wondering why i
couldn't access the higher colour resolutions, and as it turned out,
xf86config confused 5598 as having only 2M of video memory, as does SiS
5597. These settings can be accessed under SaX, and makes a HUUGE
difference in the quality of both colour and graphics. SiS 5598 has 4M
video memory - enough to get 24 bpp colour under an 800x600 resolution.
Magical effects!!

A word to those who are thinking of upgrading to 6.0 - do so!! The
improvements in the ease of use of Windowmaker - among other things -
are fabulous..

Once the Rockwell hardware is supported, SuSE will have reached
perfection...


--
islandwolf
"when a dachshund just isn't enough"

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8455250604787135045==--


From imm@KidsCare.Net Wed Feb 24 22:47:52 1999
From: imm@KidsCare.Net
To: users@lists.opensuse.org
Subject: Re(2): [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 16:47:52 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5964948491088226090=="

--===============5964948491088226090==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




raffo(a)neuronet.pitt.edu writes:
>
>Here is this virus again. How do you get rid of it?
>--=20
>Rafael Herrera
>Laboratory for Computational Neuroscience
>University of Pittsburgh
>http://www.neuronet.pitt.edu/~raffo>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>

I don't get virus because I don't execute any exe file a get off the net
with my god forsaken windoz machine.
Just curious but why post a virus to a suse maillist?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5964948491088226090==--


From jbingen@lava.net Wed Feb 24 22:52:48 1999
From: jbingen@lava.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 12:52:48 -1000
Message-ID: <006c01be6048$692e33e0$03c0c0c0@bingo.bing.com>
In-Reply-To: <[SuSE Linux] SuSE 6.0 files -- Happy99.exe virus>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0776767976330350268=="

--===============0776767976330350268==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Check this link for Happy99.exe virus info:
htt=
p://beta.nai.com/public/datafiles/valerts/vinfo/w32ska.htm>
- -----Original Message-----
From: Rafael E. Herrera 
To: S.u.S.E. 
Date: Wednesday, February 24, 1999 12:28 PM
Subject: Re: [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus

>
>Here is this virus again. How do you get rid of it?
>--=20
>Rafael Herrera
>Laboratory for Computational Neuroscience
>University of Pittsburgh
>http://www.neuronet.pitt.edu/~raffo>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and
the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.html>
>
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.0.2 for non-commercial use <http://www.pgp.com>>
Comment: It's really me. Accept no substitutes. JB

iQA/AwUBNtSCwHcOiYPn2Z3YEQJ/ywCfWXed4PtS8ZLBUTleK7yVNEpCdTkAoJxl
jzU3LdoqKCUpIxsVjvmm4fHn
=3D9OyH
-----END PGP SIGNATURE-----

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0776767976330350268==--


From deem@wdm.com Wed Feb 24 23:23:42 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] accelerated x woes
Date: Wed, 24 Feb 1999 14:23:42 -0900
Message-ID: <4.1.19990224142145.00a53d50@mailhost.arctic.net>
In-Reply-To: <199902241958.LAA23489@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7622239050943320712=="

--===============7622239050943320712==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 03:13 PM 2/24/99 -0500, you wrote:
>
>     ok, here's your possible problem
>    =20
>     1) Never install the libs and stuff that Accel-X gives you, there crap =

>     and screw it up.
>    =20
>     2) Just install the Xserver, it's option number 1, and you will not=20
>     have a problem, trust me, I've broken/fixed WAY too many problems=20
>     caused by AccelX and there crappy libs and runtime crap.
>    =20
>     My Suggestion, Uninstall Accelx, Reinstall the libs from SuSE, then=20
>     install Accelx using JUST the xserver.
>
>
>_

Scott is right on, I second that you only want to install
the "Minimal Libraries" or the 1st option. This after following the other
suggested=20
path to fix.

-Deee

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7622239050943320712==--


From jack@malone.tyler.com Wed Feb 24 23:25:49 1999
From: jack@malone.tyler.com
To: users@lists.opensuse.org
Subject: Re: Re(2): [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 17:25:49 -0600
Message-ID: <3.0.5.32.19990224172549.007c92e0@ballistic.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6000761057946897594=="

--===============6000761057946897594==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




This virus will attatch itself to all out going email with the person
sending the email not knowing that it is going out. This is how this virus
is spread. I have norton's with caught it on the inbound an took care of it
for me. If you do not have a virus checker just delete the happy99.exe file
an Please do not run it for they you are infected also afterwards.=20

jack=20

>I don't get virus because I don't execute any exe file a get off the net
>with my god forsaken windoz machine.
>Just curious but why post a virus to a suse maillist?
>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6000761057946897594==--


From curb@primenet.com Wed Feb 24 23:27:04 1999
From: curb@primenet.com
To: users@lists.opensuse.org
Subject: Re: Re(2): [SuSE Linux] SuSE 6.0 files -- Happy99.exe virus
Date: Wed, 24 Feb 1999 16:27:04 -0700
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8217650622816756938=="

--===============8217650622816756938==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Wed, 24 Feb 1999, Ian M. Moore wrote:

> I don't get virus because I don't execute any exe file a get off the net
> with my god forsaken windoz machine.
> Just curious but why post a virus to a suse maillist?

He didn't do it on purpose.  It's the Happy99.exe worm.  Info can be found
at:

        http://www.symantec.com/avcenter/venc/data/happy99.worm.html>


--
                         Drew   |   "You see this?  This is this.
http://www.primenet.com/~curb>   |    This ain't something e=
lse,
            curb(a)primenet.com   |          this is this!"
    PGP Public Key on request   |   -- Michael, _The Deer Hunter_

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8217650622816756938==--


From fmiller@lightlink.com Thu Feb 25 01:48:44 1999
From: fmiller@lightlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Story: Microsoft Exec Has Memory Breakthrough
Date: Wed, 24 Feb 1999 20:48:44 -0500
Message-ID: <36D4ABFC.753EA7BA@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7528840645211924896=="

--===============7528840645211924896==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




http://www.zdnet.co=
m/anchordesk/story/story_3127.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7528840645211924896==--


From fmiller@lightlink.com Thu Feb 25 01:51:01 1999
From: fmiller@lightlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] ZDNN: HP jumps on Linux bandwagon
Date: Wed, 24 Feb 1999 20:51:01 -0500
Message-ID: <36D4AC85.2E39F733@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8233189474020893419=="

--===============8233189474020893419==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




htt=
p://www.zdnet.com/zdnn/stories/news/0,4586,1013986,00.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8233189474020893419==--


From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 25 02:04:54 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] what's a libqimgio.so file?
Date: Wed, 24 Feb 1999 21:04:54 -0500
Message-ID: <36D4AFC6.F8E4D9F6@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4031993602627669210=="

--===============4031993602627669210==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I keep seeing an error during yast installs saying "libqimgio.so
missing."  Does this mean anyting to anybody.  I have been having some
problems I don't understand, could this be a source of many IO problems?

TIA,

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============4031993602627669210==--


From mlmayo@texas.net Thu Feb 25 02:18:22 1999
From: mlmayo@texas.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] 6.0 Finally arrived.
Date: Wed, 24 Feb 1999 20:18:22 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7032328642983440629=="

--===============7032328642983440629==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello,

6.0 finally arrived on my door step today and so far it seems to have been
worth the wait. Would someone please point me in the direction of the
howtos for upgrading to kernal 2.2.  I apologize for the redundancy of the
question, but in the excitement I forgot to backup my mail folders before
I did a clean install.  So much for February's mail :).  It took about 45
min. total and everything is running great.  I use Xi-Graphics Maximum-CDE
which is not supposed to be glibc friendly and it went on and is running
without a hitch.  My compliments to SuSE for a tight package with REAL
backward compatibility.

Thank You,
Mike

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7032328642983440629==--


From adcarlso@visinet.ca Thu Feb 25 02:29:51 1999
From: adcarlso@visinet.ca
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Wed, 24 Feb 1999 21:29:51 -0500
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6582999994675103781=="

--===============6582999994675103781==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My understanding is that the 2.2 series of kernels are best compiled with egc=
s.
 Perhaps someone could correct me on that if I'm wrong.

On 24-Feb-99 Andreas Gerstlauer wrote:
>=20
> On 24 Feb 1999 13:54:32 +0000, Graham Murray 
> wrote:
>>
>>Lenz Grimmer  writes:
>>
>>> I'm not sure. I have egcs and gcc installed on my machine, and it works
>>> without Makefile-tweaking.
>>
>=20
> Lenz, are you sure that the kernel is compiled with gcc 2.7.2.3 and
> not with egcs? From my understanding (as Graham stated correctly),
> if both egcs and gcc are installed under SuSE 6.0 a plain call
> of "gcc" (what is done in standard kernel making) will give you
> egcs, not gcc (try "gcc --version").
> Hence, if you want to compile the kernel with gcc you'll need to
> change the makefile to compile with "gcc -V2.7.2.3", right?
>=20
>>How did you do that? Installing the 'egcs' package from the Suse 6.0
>>'d' series installs gcc as the front-end. Installing the 'gcc' package
>>installs the gcc 2.7.2.3 compiler set, but NOT the gcc front-end. The
>>instructions for the 'gccfront' package state that installing this
>>will make gcc 2.7.2.3 the default compiler, and that package 'egcs'
>>should be un-installed.
>>
>>I have installed both 'egcs' and 'gcc' packages (as well as 'gpp' and
>>others), and gcc is the only compiler front-end installed.
>>
>=20
>=20
>=20
> -
----------------------------------
Arlen Carlson
adcarlso(a)visinet.ca

Wit, n.:
        The salt with which the American Humorist spoils his cookery
... by leaving it out.
                -- Ambrose Bierce, "The Devil's Dictionary"

This message was sent by XFmail (Linux)

                        -o)
                        /\\
                       _\_v

The penguins are coming...
        the penguins are coming...
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6582999994675103781==--


From dominic_mcdonald_aveyard@yahoo.com Thu Feb 25 02:31:13 1999
From: dominic_mcdonald_aveyard@yahoo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Sickly Netscape Colours
Date: Wed, 24 Feb 1999 18:31:13 -0800
Message-ID: <19990225023113.2680.rocketmail@send202.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0856134987157735280=="

--===============0856134987157735280==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey again everyone,

I apologize in advance since this has probably been asked already, and
I know I've seen the solution somewhere I just can't remember... When
using Netscape the colours are all rather sickly looking, the
turquoise border of yahoo mail for example is grey and all the others
look a bit off. Occassionly I get the error message could not create
default colour map background stdout or somehting.

I vaguely remember if you gave netscape the argument new map or
something at started these problems would be avoided and colour would
look healthy. Any advice would be most appreciated!

And thanks for advice on my earlier question!

Cheers!
Dom

=3D=3D

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0856134987157735280==--


From anavarro@cyberclub.net Thu Feb 25 02:59:52 1999
From: anavarro@cyberclub.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] ESL-835-TB
Date: Wed, 24 Feb 1999 21:59:52 -0500
Message-ID: <004801be606a$ea58a370$0502a8c0@ns.ktg.tzo.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5299640475289995137=="

--===============5299640475289995137==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I've got a Encore ESL-835-TB. Its a PCI network card any one know where I
can get a driver for Linux ??

alejandro navarro
anavarro(a)cyberclub.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5299640475289995137==--


From deem@wdm.com Thu Feb 25 03:25:32 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 6.0 Finally arrived.
Date: Wed, 24 Feb 1999 18:25:32 -0900
Message-ID: <199902250325.SAA00362@wdm.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4627374008314862666=="

--===============4627374008314862666==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Mayo  wrote:
>=20
> Hello,
>=20
> 6.0 finally arrived on my door step today and so far it seems to have been
> worth the wait. Would someone please point me in the direction of the
> howtos for upgrading to kernal 2.2.  I apologize for the redundancy of the
> question, but in the excitement I forgot to backup my mail folders before
> I did a clean install.  So much for February's mail :).  It took about 45
> min. total and everything is running great.  I use Xi-Graphics Maximum-CDE
> which is not supposed to be glibc friendly and it went on and is running
> without a hitch.  My compliments to SuSE for a tight package with REAL
> backward compatibility.

Simple:

1. # rm -rf /usr/src/linux
2. tar xvzf /path-to-the-kernal/linux-2.2.2.tar.gz
3. mv /usr/src/linux /usr/src/linux-2.2.2
3. ln -s /usr/src/linux-2.2.2 /usr/src/linux
4. cd linux
5. make xconfig (see /usr/src/linux/README)
6. make mrproper dep clean bzImage modules modules_install
7. mv /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz
8. /sbin/lilo
9 reboot

Modify as needed.

- Dee

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4627374008314862666==--


From mikeg@soonernet.com Thu Feb 25 03:31:38 1999
From: mikeg@soonernet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Just watched CNN and Linux...
Date: Wed, 24 Feb 1999 21:31:38 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3914277374334971978=="

--===============3914277374334971978==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey guys, I just watched the special on CNN, and I thought it was great.  Even
though it only featured Red Hat, it was still Linux.  I think this was some
very good press that Linux deserves, and will hopefully bring more attention =
to
this great OS.

Mike

-----------------------------------------------------------------------------
"The Darkest Hour is Just Before Dawn...."

Mike Gorsuch
aka Wulfgang
ICQ UIN 670820
email: mikeg(a)soonernet.com
Web Page: http://www.geocities.com/Ar=
ea51/Rampart/6071>
------------------------------------------------------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3914277374334971978==--


From rex@hastur.transbay.net Thu Feb 25 04:03:21 1999
From: rex@hastur.transbay.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] samba
Date: Wed, 24 Feb 1999 20:03:21 -0800
Message-ID: <36D4CB89.8D26D3DB@hastur.transbay.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7465511703224518328=="

--===============7465511703224518328==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
I have been having a bear of a time getting samba working.
When I run smbstatus I get this message:
 Couldn't open status file /var/lock/STATUS..LCK=20
also how do I set up the passwords and how do I set up share level
access.

Any pointers to would be greatly appreciated.

Thanks,

-Rex
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7465511703224518328==--


From stevem12@mindspring.com Thu Feb 25 04:17:43 1999
From: stevem12@mindspring.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Just watched CNN and Linux...
Date: Wed, 24 Feb 1999 23:17:43 -0500
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2098520469887851170=="

--===============2098520469887851170==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I thought it was pretty cool that Mindspring went on the record as using linu=
x.
 Being their one of the larger ISPs should add credibility to linux.

Steve

On 25-Feb-99 Mike Gorsuch wrote:
>=20
> Hey guys, I just watched the special on CNN, and I thought it was great.=20
> Even
> though it only featured Red Hat, it was still Linux.  I think this was some
> very good press that Linux deserves, and will hopefully bring more attention
> to
> this great OS.
>=20
> Mike
>=20
> ---------------------------------------------------------------------------=
--
> "The Darkest Hour is Just Before Dawn...."
>=20
> Mike Gorsuch
> aka Wulfgang
> ICQ UIN 670820
> email: mikeg(a)soonernet.com
> Web Page: http://www.geocities.com=
/Area51/Rampart/6071>
> ---------------------------------------------------------------------------=
---
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

----------------------------------
E-Mail: stevem12(a)mindspring.com
Date: 24-Feb-99
Time: 23:16:00

This message was sent by XFMail
----------------------------------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2098520469887851170==--


From abrahams@valinet.com Thu Feb 25 04:48:16 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Rewritable CD's
Date: Wed, 24 Feb 1999 23:48:16 -0500
Message-ID: <199902250448.XAA00355@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9135331552973307722=="

--===============9135331552973307722==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm probably not the only one around here who has a CD writer that's
capable of handling rewritable CD's.  The CD Writing and CDROM Howto's
don's say anything about them, though.  I assume that the way to use
them is to put one in the drive and then call mkfs - right?  But what
would be the right parameters for mkfs?

Thanks for any help -

Paul Abrahams
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9135331552973307722==--


From abrahams@valinet.com Thu Feb 25 04:58:38 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] NYTM article on Linux
Date: Wed, 24 Feb 1999 23:58:38 -0500
Message-ID: <199902250458.XAA00360@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5355065069161526716=="

--===============5355065069161526716==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Since people are pointing out the CNN special on Linux, I'll mention
also that the 2/21 issue of The New York Times Magazine has a very nice
article on Linux (as I remember, they don't mention any specific
distributions, though).

Paul
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5355065069161526716==--


From kepe@home.com Thu Feb 25 05:00:42 1999
From: kepe@home.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 6.0 Finally arrived.
Date: Wed, 24 Feb 1999 23:00:42 -0600
Message-ID: 
In-Reply-To: <199902250325.SAA00362@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6064895964885565120=="

--===============6064895964885565120==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 25-Feb-99 W.D.McKinney wrote:
>=20
>=20
> Simple:
>=20
> 1. # rm -rf /usr/src/linux
> 2. tar xvzf /path-to-the-kernal/linux-2.2.2.tar.gz
> 3. mv /usr/src/linux /usr/src/linux-2.2.2
> 3. ln -s /usr/src/linux-2.2.2 /usr/src/linux
> 4. cd linux
> 5. make xconfig (see /usr/src/linux/README)
> 6. make mrproper dep clean bzImage modules modules_install
> 7. mv /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz
> 8. /sbin/lilo
> 9 reboot
>=20
> Modify as needed.
>=20
> - Dee
>=20
Dee,=20
Can I just add one thing to your statement. That being:

4.5. less Changes (read the Changes files)

This will save some the problems getting their printers, masq, etc. running.


--
Danny Kephart
E-Mail: kepe(a)home.com
Date: 24-Feb-99
Time: 22:55:47 CST
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6064895964885565120==--


From info@edoc.co.za Thu Feb 25 05:44:20 1999
From: info@edoc.co.za
To: users@lists.opensuse.org
Subject: [SuSE Linux] linsniff
Date: Thu, 25 Feb 1999 07:44:20 +0200
Message-ID: <199902250528.VAA05911@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5511759528642428536=="

--===============5511759528642428536==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I noticed activity from a program linsniff on my system.

I am suspicious about it.

I did a locate linsniff, but did not find anything with ls -al like linsniff =

where it was reported to be.

As a precaution I have changed all passwords.

Please tell me that I'm not the victim a a hacker attempt. :-))

thanks

Nico
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5511759528642428536==--


From mjackson@deskmedia.com Thu Feb 25 06:14:27 1999
From: mjackson@deskmedia.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Rewritable CD's
Date: Thu, 25 Feb 1999 00:14:27 -0600
Message-ID: <36D4EA43.976BA9F7@deskmedia.com>
In-Reply-To: <199902250448.XAA00355@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2733786019716671273=="

--===============2733786019716671273==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Paul W. Abrahams" wrote:
>=20
> I'm probably not the only one around here who has a CD writer that's
> capable of handling rewritable CD's.  The CD Writing and CDROM Howto's
> don's say anything about them, though.  I assume that the way to use
> them is to put one in the drive and then call mkfs - right?  But what
> would be the right parameters for mkfs?

CD-RWs (in RW mode) use the udf filesystem, which is also used by DVDs.=20
There is a Linux udf driver in testing right now; you can get info at
trylinux.com.  They offer source and a precompiled module that loads
into kernel 2.2.1.  The last time I checked (a week ago or so), it could
read files but not write them.  Writing seems to be a lower priority
since they seem to be primarily interested in DVDs, but they say it WILL
happen.


--=20
Martin Jackson: mjackson(a)deskmedia.com
///////////////////\\\\\\\\\\\\\\\\\\\
Computer & Information Science Major
Minnesota State University, Mankato
\\\\\\\\\\\\\\\\\\\///////////////////
My other computer is also a Linux box!

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2733786019716671273==--


From dominic_mcdonald_aveyard@yahoo.com Thu Feb 25 06:43:54 1999
From: dominic_mcdonald_aveyard@yahoo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Sickly Netscape Colours Gone
Date: Wed, 24 Feb 1999 22:43:54 -0800
Message-ID: <19990225064354.13645.rocketmail@send206.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7961968797379346582=="

--===============7961968797379346582==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello again,

Thanks for the help! I managed to fix it by removing the account, and
making it over again. I ran Netscape and it looks the way it should.
Weird. Maybe its because I had changed the login name on htat account,
it did behave strangely after that. Oh well, works now :-)

Well, I'm hoping 4.5 will perform a little better than 4.05...

Cheers!
Dom

---"Fred A. Miller"  wrote:
>
> Dominic McDonald-Aveyard wrote:
> >=20
> > Hey again everyone,
> >=20
> > I apologize in advance since this has probably been asked already,
and
> > I know I've seen the solution somewhere I just can't remember...
When
> > using Netscape the colours are all rather sickly looking, the
> > turquoise border of yahoo mail for example is grey and all the
others
> > look a bit off. Occassionly I get the error message could not create
> > default colour map background stdout or somehting.
> >=20
> > I vaguely remember if you gave netscape the argument new map or
> > something at started these problems would be avoided and colour
would
> > look healthy. Any advice would be most appreciated!
> >=20
> > And thanks for advice on my earlier question!
>=20
> I agree with the colors, however, I'm more concerned about getting
PROPER java
> working in Netscape and some other bugs fixed more than the drab
colors.
>=20
> Fred
>=20
> --=20
> "Slicker 'n Willie Lube".......and that's doin some!
> http://www.best.com/~capn/thunder/wil=
ly.htm>
>=20

=3D=3D

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7961968797379346582==--


From paulf@quillandmouse.com Thu Feb 25 06:50:57 1999
From: paulf@quillandmouse.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Pine/HTML viewing
Date: Thu, 25 Feb 1999 01:50:57 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1854993656859801886=="

--===============1854993656859801886==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Probably no one knows this, but I'll ask it anyway.

New SuSE 5.3 installation, using Pine as the MUA. When receiving html
attachments, Pine used to open Lynx and view them. Now it doesn't. Can't
figure out why. This is apparently controlled by the /etc/mailcap file,
which originally had no entry for the text/html attachment type. In this
state, Pine would say it didn't know how to display text/html types. So I
put an entry in /etc/mailcap as follows:

text/html; lynx=20

Now it doesn't tell me it doesn't understand it, it just says:

VIEWER command launched

but doesn't display the file. ps ax does not show that lynx is running
when I do this, unless is ran for a split second and I missed it.

/etc/mime.types includes an entry for text/html, and lynx is installed and
works. FWIW, when you hit "A" (About) for the attachment, it says that it
will run the command lynx . That makes sense, and works when I
do this by itself in another console. But it doesn't appear to work inside
Pine. I'm not running this as root, and it almost looks like somehow I
can't launch a subshell or subprocess. Peculiar.

So I'm stymied. Any ideas?

Paul M. Foster

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1854993656859801886==--


From graham@barnowl.demon.co.uk Thu Feb 25 07:10:32 1999
From: graham@barnowl.demon.co.uk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Thu, 25 Feb 1999 07:10:32 +0000
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6945687114754709628=="

--===============6945687114754709628==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




adcarlso(a)visinet.ca writes:

> My understanding is that the 2.2 series of kernels are best compiled with e=
gcs.
>  Perhaps someone could correct me on that if I'm wrong.

That is not what the documentation says.=20

 I quote from /usr/src/linux/Documentation/Changes

"   Note that the latest compilers (egcs, pgcc, gcc 2.8) may do Bad
Things while compiling your kernel, particularly if absurd
optimizations (like -O9) are used.  Caveat emptor.  Currently, the only
C compiler available in a binary distribution is egcs.  Version 1.0.3
seems okay; if you have to have a binary, you may be successful using
that.  In general, however, gcc-2.7.2.3 is known to be stable, while
egcs and others have not been as thoroughly tested yet."
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6945687114754709628==--


From pglidden@ix.netcom.com Thu Feb 25 07:18:35 1999
From: pglidden@ix.netcom.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] CNN Transcript - CNN Newsstand Fortune: A Pair of Kings;
 I Don't Do Windows; Profits & Purse Strings - February 24, 1999
Date: Wed, 24 Feb 1999 23:18:35 -0800
Message-ID: <36D4F94B.B17EFE26@ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0089150157942184419=="

--===============0089150157942184419==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




For those of you who missed the coverage on CNN, here's a link to the
transcript.  The Linux story starts about 1/3 of the way through.

Enjoy!

http://www.cnn.com/TRANSC=
RIPTS/9902/24/nsf.00.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0089150157942184419==--


From c9502007@hud.ac.uk Thu Feb 25 08:25:36 1999
From: c9502007@hud.ac.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] RE: Lost .xinitrc
Date: Thu, 25 Feb 1999 08:25:36 +0000
Message-ID: <36D50900.E71E22AA@hud.ac.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6687858919145077742=="

--===============6687858919145077742==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




HI,
     Can anyone tell me where I can get a standard .xinitrc from
As I trashed my yesterday and now when I do startx it takes me into
twm only, and I can't get into kde ;-((.

CHeers
Satpal
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6687858919145077742==--


From grimmer@suse.de Thu Feb 25 08:32:42 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Hard Disk Problem
Date: Thu, 25 Feb 1999 09:32:42 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7162756105678979439=="

--===============7162756105678979439==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Mon, 22 Feb 1999, Les Hedrington wrote:

> Has anyone had a problem where Linux crashes because, it can not read
> the Hard Drive.
>=20
> I have a Maxtor 4.3, Split up in to 2gig, 1.3 Meg, and the 1.3 meg
> Swap, and the rest for Linux.
>
> I can install the 5.3 Office version, however whenever I try to boot, the
> system crashes saying that it can not read /dev/hda.

Could you please post the _exact_ error message? That would be very
helpful. Also, how did you set up you hard disk in the BIOS? It should be
handled via "LBA".

> At this time, I think that I have to do a low level reform for the
> entire drive, which means=3Dget another HD).  I think that it is because
> I have used the Fat32 FS or because, I have enabled Large Disk Support
> on the HD for windows.

That should't matter. Linux does not care about the other partitions.

> Either way, I have worked all weekend end and I have not been able to
> resolve this issue.  I have tried Caldera, Slackware 96 and all of the
> distributions seems to be behaving the same way.  Slackware actually
> booted up one time, but on the next boot the same problem.
>
> I am at a loss.  I am thinking that I need to get a something like
> Partition-Magic or something like that in order to fix the Hard Drive. =20
> But, I thought that I should ask for opinons first

Please give some more details about your setup. Without further info, it's
hard to give you a hint.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7162756105678979439==--


From paspartu@uni.net Thu Feb 25 08:48:49 1999
From: paspartu@uni.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] What is your opinion...(a bit off topic?)
Date: Thu, 25 Feb 1999 09:48:49 +0100
Message-ID: <99022510073900.00379@kamikazen>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6292613155051571730=="

--===============6292613155051571730==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi all,
I made a tcl/tk gui to create a browseable copy of one, or more sections, of a
remote WWW site. I called it GURL (Get URL), but since my english is
not very good I am not so sure that "GURL" is a polite word. In italian it
means nothing, I just like the sound. This tool is free and is in alpha
stage. You can download it from
http://adriatico.pr=
isma.rm.cnr.it/~maurizio/gurl.html>
there are some screenshot, too.

I would like to receive your feed-back, about the name and about the tool.

TIA

Maurizio
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6292613155051571730==--


From grimmer@suse.de Thu Feb 25 08:55:07 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] what's a libqimgio.so file?
Date: Thu, 25 Feb 1999 09:55:07 +0100
Message-ID: 
In-Reply-To: <36D4AFC6.F8E4D9F6@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7814431107180833668=="

--===============7814431107180833668==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Wed, 24 Feb 1999, Steven T. Hatton wrote:

> I keep seeing an error during yast installs saying "libqimgio.so
> missing."  Does this mean anyting to anybody.  I have been having some
> problems I don't understand, could this be a source of many IO problems?

No, I don't think so. /usr/i486-linux-libc5/lib/libqimgio.so belongs to
package "shlibs5" (the old libc5 libraries). Did you install this package?

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7814431107180833668==--


From grimmer@suse.de Thu Feb 25 09:03:50 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] linsniff
Date: Thu, 25 Feb 1999 10:03:50 +0100
Message-ID: 
In-Reply-To: <199902250528.VAA05911@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3146702312866350800=="

--===============3146702312866350800==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 25 Feb 1999 info(a)edoc.co.za wrote:

> I noticed activity from a program linsniff on my system.
> I am suspicious about it.

Well, you definetely should. Do you see the program in the process table?
You should disconnect the network from that machine, if possible. Then go
and look for that bastard.

> I did a locate linsniff, but did not find anything with ls -al like linsnif=
f=20
> where it was reported to be.

Look for hidden directories in /tmp or /var/tmp.

> As a precaution I have changed all passwords.

A good start. But you should go and look for the sniffer itself and how he
was able to break in. Did you upgrade the wu-ftpd?

> Please tell me that I'm not the victim a a hacker attempt. :-))

Well, it _could_ be an intrusion. Better check your system thoroughly.
Also look for trojans, maybe the intruder modified some binaries.=20
"rpm -Va" will give you a list of modified files (assuming that the RPM
database is still intact)

Good luck!

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3146702312866350800==--


From echen@bellsouth.net Thu Feb 25 09:11:15 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Apache 1.3.4 + FP Extensions
Date: Thu, 25 Feb 1999 04:11:15 -0500
Message-ID: <36D513B3.558B30C9@bellsouth.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7329714740114575311=="

--===============7329714740114575311==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
  Has anybody had experience with installing Frontpage Extensions with
the Apache Web Server on SuSE 6.0?
Could you elaborate on the process, and how difficult it was to do?
Thanks
echen
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7329714740114575311==--


From Martijn.van.den.Burg@asml.nl Thu Feb 25 09:22:04 1999
From: Martijn.van.den.Burg@asml.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] Evil strange display problem
Date: Thu, 25 Feb 1999 10:22:04 +0100
Message-ID: <199902250922.KAA04498@wspub011.asml.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2941647069160100289=="

--===============2941647069160100289==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

A friend of mine installed SuSE 5.3, but he has some very strange problems
with his display.

While running any resolution higher than 640 x 480, his display stretches
vertically, so that the lower part disappears off-screen. All characters are
stretched vertically. In the horizontal direction everything seems to be fine.

When moving the cursor to the bottom of the screen it does not scroll so the
lower part can't be reached.

He is using a Diamond Stealth 2500 video card, which was set-up using XF86set=
up
as this card is, apparently, not supported by SaX (I didn't check this though=
).
I'm sorry I can't give more specifics, I'm at work now :(

Has anybody seen this behaviour, is there a solution? I am trying to convince
this guy that Linux (and SuSE therefor) is really much better than that other
OS, but he is not convinced yet...

TIA,

Martijn

=3D Martijn van den Burg
=3D Tech writer, archiver, Linux user
=3D Publications Department, ASML
=3D e-mail: martijn.van.den.burg(a)asml.nl
=3D voice: +31 (0)40 2303856

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2941647069160100289==--


From grimmer@suse.de Thu Feb 25 09:31:47 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Trouble with yast - 2.2 kernel
Date: Thu, 25 Feb 1999 10:31:47 +0100
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6848276377445239731=="

--===============6848276377445239731==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On 24 Feb 1999, Andreas Gerstlauer wrote:

> Lenz, are you sure that the kernel is compiled with gcc 2.7.2.3 and
> not with egcs? From my understanding (as Graham stated correctly),
> if both egcs and gcc are installed under SuSE 6.0 a plain call
> of "gcc" (what is done in standard kernel making) will give you
> egcs, not gcc (try "gcc --version").
> Hence, if you want to compile the kernel with gcc you'll need to
> change the makefile to compile with "gcc -V2.7.2.3", right?

I just learned this, too. Yes, you are right. I need a vacation :)
The Makefile of the SuSE kernel does this by default.

And guess what, I didn't even notice, that I was using egcs when
compiling my latest kernel (plain vanilla from kernel.org):

> grep ">Linux version" /var/log/boot.msg=20
<4>Linux version 2.2.1 (root(a)Wiles) (gcc version egcs-2.91.60 19981201
(egcs-1.1.1 release)) #2 Mon Feb 1 18:49:42 MET 1999
> uptime
 10:27am  up 23 days, 15:17,  6 users,  load average: 0.00, 0.02, 0.00

OK, this is just my workstation, but it seems to work pretty well, even
under heavy load.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6848276377445239731==--


From TXDELBAE@ctrl.co.uk Thu Feb 25 09:53:25 1999
From: TXDELBAE@ctrl.co.uk
To: users@lists.opensuse.org
Subject: [SuSE Linux] Newbie and Star Office
Date: Thu, 25 Feb 1999 09:53:25 +0000
Message-ID: <90D7336CE2B9D211A18408002BB777096B9846@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7758156185863207531=="

--===============7758156185863207531==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




Hi,

I am new to all this Linux stuff, and have now got my SuSE 5.2 all running
fine with KDE. Last night I wanted to install Star Office 5.0 that came with
an English PC Plus magazine. I logged in as myself not 'root' but I cant get
the setup to work at all.

1st off. I cant run the setup from my Cd as it want it mounted on a local
HD. So I copied it to my /dev/sda2, where I have Linux installed. Tried to
install and it will not let me.

It was real late last night about 1.00 am so I gave up. Anybodu got any
idea's. I must be missing something simple.

I also tried it straight from X, and not KDE.

Thanks

Tim

Tim

--===============7758156185863207531==-- From phostetl@columbus.rr.com Thu Feb 25 09:54:26 1999 From: phostetl@columbus.rr.com To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6 dhcpcd Disappointment. Date: Thu, 25 Feb 1999 04:54:26 -0500 Message-ID: <36D51DD2.1FD547E7@columbus.rr.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1182790285821446189==" --===============1182790285821446189== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have my system set as a dhcp client and I can connect to my ISP (TW Roadrunner) just fine. Is it possible to configure the other NICs once the dhcp client is enabled? I have a second NIC for an internal network (192.168.x.x) that I want to set up for ip masquerading with ipfwadm or ipchains. Yast nulls out the other networking options when dhcp client is selected. This is a serious shortcoming. Should I configure this by hand, wouldn't running yast again toast my hand written configuration? I like SuSE very much, but yast seems like an albatross at times. Does linuxconf work on SuSE? Paul Hostetler - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1182790285821446189==-- From grimmer@suse.de Thu Feb 25 09:58:24 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Pine/HTML viewing Date: Thu, 25 Feb 1999 10:58:24 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8887651400245011108==" --===============8887651400245011108== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Paul M. Foster wrote: > New SuSE 5.3 installation, using Pine as the MUA. When receiving html > attachments, Pine used to open Lynx and view them. Now it doesn't. > Can't figure out why. This is apparently controlled by the > /etc/mailcap file, which originally had no entry for the text/html > attachment type. In this state, Pine would say it didn't know how to > display text/html types. So I put an entry in /etc/mailcap as follows: >=20 > text/html; lynx=20 >=20 > Now it doesn't tell me it doesn't understand it, it just says: >=20 > VIEWER command launched >=20 > but doesn't display the file. ps ax does not show that lynx is running > when I do this, unless is ran for a split second and I missed it. >=20 > /etc/mime.types includes an entry for text/html, and lynx is installed > and works. FWIW, when you hit "A" (About) for the attachment, it says > that it will run the command lynx . That makes sense, and > works when I do this by itself in another console. But it doesn't > appear to work inside Pine. I'm not running this as root, and it > almost looks like somehow I can't launch a subshell or subprocess. > Peculiar. >=20 > So I'm stymied. Any ideas? Well, this does not solve your problem directly, but Pine 4 is now capable of displaying HTML inline without the need of a helper application. Have a look at the release notes for further info. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8887651400245011108==-- From TXDELBAE@ctrl.co.uk Thu Feb 25 09:59:23 1999 From: TXDELBAE@ctrl.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] CNN - Linux Date: Thu, 25 Feb 1999 09:59:23 +0000 Message-ID: <90D7336CE2B9D211A18408002BB777096B9847@ctrl.co.uk> In-Reply-To: <[SuSE Linux] CNN - Linux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0160257177713470251==" --===============0160257177713470251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Well, I get CNN on SKY, but I could find nothing on Linux last night. Anybody else know if its going to be shown over here in the UK. Cheers -----Original Message----- From: Edmunds, Keith [mailto:KEdmun= ds(a)eu.wcom.net] Sent: 24 February 1999 16:39 To: suse-linux-e(a)suse.com Subject: RE: [SuSE Linux] CNN - Linux > Everybody watch! A trifle difficult if you live in the backwaters of England. We've only had mains electricity for a few weeks, and only one household in 5000 has a television. Still, perhaps those in the great US of A could post a pr=C3=A9ci= s of the programme after transmission? Thank you. Keith Edmunds - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0160257177713470251==-- From alex@daniloff.com Thu Feb 25 10:03:48 1999 From: alex@daniloff.com To: users@lists.opensuse.org Subject: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet Date: Thu, 25 Feb 1999 10:03:48 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8567851174358159280==" --===============8567851174358159280== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello folks! After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this question. My modem US Robotics Sportster 56K ISA is configured and functioning properly. I'm reliably connecting to my Internet provider through minicom. When I invoke Netscape and try to go to any Web Site, Netscape gives the messages: Unable locate the Server and Please check Server name and try again. Exactly the same messages Netscape gives when my Linux box is not connected to the Internet. I assumed that for some reasons Netscape doesn't sense connection with Internet. What it could be ? I couldn't find an answer in SuSE 6.0 Manual. I configured modem Internet connection through the YAST according Manual. May be something wrong with minicom configuration? =20 Screen messages during connection through minicom: AT S&=3D45 SO=3D0 L1 V1 X4 &c1 E1 Q0 OK minicom CONNECT 48000/ARQ/V90/LAPM/V42BIS Spiritone max8 Login: Password: Xplor> Last question: Is it possible to make my Linux box dial-up automatically when I invoke Netscape the same as I'm doing in Windoze NT ? Thank you in advance Alex - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8567851174358159280==-- From alex@daniloff.com Thu Feb 25 10:04:26 1999 From: alex@daniloff.com To: users@lists.opensuse.org Subject: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet Date: Thu, 25 Feb 1999 10:04:26 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0938524105560927265==" --===============0938524105560927265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello folks! After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this question. My modem US Robotics Sportster 56K ISA is configured and functioning properly. I'm reliably connecting to my Internet provider through minicom. When I invoke Netscape and try to go to any Web Site, Netscape gives the messages: Unable locate the Server and Please check Server name and try again. Exactly the same messages Netscape gives when my Linux box is not connected to the Internet. I assumed that for some reasons Netscape doesn't sense connection with Internet. What it could be ? I couldn't find an answer in SuSE 6.0 Manual. I configured modem Internet connection through the YAST according Manual. May be something wrong with minicom configuration? =20 Screen messages during connection through minicom: AT S&=3D45 SO=3D0 L1 V1 X4 &c1 E1 Q0 OK minicom CONNECT 48000/ARQ/V90/LAPM/V42BIS Spiritone max8 Login: Password: Xplor> Last question: Is it possible to make my Linux box dial-up automatically when I invoke Netscape the same as I'm doing in Windoze NT ? Thank you in advance Alex - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0938524105560927265==-- From phil@stokes.demon.co.uk Thu Feb 25 10:20:00 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: what's a libqimgio.so file? Date: Thu, 25 Feb 1999 10:20:00 +0000 Message-ID: In-Reply-To: <36D4AFC6.F8E4D9F6@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6916254809341870421==" --===============6916254809341870421== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 24 Feb 1999, Steven T. Hatton wrote: > I keep seeing an error during yast installs saying "libqimgio.so > missing." Does this mean anyting to anybody. I have been having some > problems I don't understand, could this be a source of many IO problems? I had a similar problem, in that when I upgraded to 6.0 I had a (broken) symlink to libqimgio.so in /usr/i486-linux-libc6/lib which caused an error message every time YaST or SuSEConfig was run. Lenz told me to delete the link, since it shouldn't exist in that directory. You _should_ have libqimgio.so.0.1 in /usr/i486-linux-libc5/lib (though AFAIR only if you installed the shlibs5 package that allows you to run libc5 apps) with libqimgio.so.0 and libqimgio.so linked to it in the same directory. I don't think that would be the cause of your IO problems though, if your error is the same as mine. The only symptom I had was the error message reported by YaST.=20 Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6916254809341870421==-- From phil@stokes.demon.co.uk Thu Feb 25 10:28:27 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Pine/HTML viewing Date: Thu, 25 Feb 1999 10:28:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7038013330488826025==" --===============7038013330488826025== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 25 Feb 1999, Paul M. Foster wrote: >=20 > Probably no one knows this, but I'll ask it anyway. >=20 > New SuSE 5.3 installation, using Pine as the MUA. When receiving html > attachments, Pine used to open Lynx and view them. Now it doesn't. Can't > figure out why. This is apparently controlled by the /etc/mailcap file, > which originally had no entry for the text/html attachment type. In this > state, Pine would say it didn't know how to display text/html types. So I > put an entry in /etc/mailcap as follows: >=20 > text/html; lynx=20 >=20 > Now it doesn't tell me it doesn't understand it, it just says: >=20 > VIEWER command launched >=20 > but doesn't display the file. ps ax does not show that lynx is running > when I do this, unless is ran for a split second and I missed it. >=20 > /etc/mime.types includes an entry for text/html, and lynx is installed and > works. FWIW, when you hit "A" (About) for the attachment, it says that it > will run the command lynx . That makes sense, and works when I > do this by itself in another console. But it doesn't appear to work inside > Pine. I'm not running this as root, and it almost looks like somehow I > can't launch a subshell or subprocess. Peculiar. >=20 > So I'm stymied. Any ideas? I've been through the same thing with the last few Pine releases. I think something has changed in Pine, since I found that when I commented out the text/html entry in my mailcap file Pine now handles the conversion of HTML to text internally, and displays it in its own pager window. I left the mailcap entry commented out and configured lynx as my URL viewer in pine's config settings, and everything works fine. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7038013330488826025==-- From phil@stokes.demon.co.uk Thu Feb 25 10:33:02 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: what's a libqimgio.so file? Date: Thu, 25 Feb 1999 10:33:02 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7862480785506719778==" --===============7862480785506719778== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 25 Feb 1999, Lenz Grimmer wrote: >=20 > Hi, >=20 > On Wed, 24 Feb 1999, Steven T. Hatton wrote: >=20 > > I keep seeing an error during yast installs saying "libqimgio.so > > missing." Does this mean anyting to anybody. I have been having some > > problems I don't understand, could this be a source of many IO problems? >=20 > No, I don't think so. /usr/i486-linux-libc5/lib/libqimgio.so belongs to > package "shlibs5" (the old libc5 libraries). Did you install this package? Lenz, I've answered Steve's query (I hope) in a different mail to the list, but if you remember a few weeks ago I had a similar problem with a link to libqimgio.so ending up in /usr/i486-linux-libc6/lib after I performed the update from 5.3 to 6.0 via YaST. You advised me to delete it. It seems there might be a little bug in the installer somewhere? Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7862480785506719778==-- From grimmer@suse.de Thu Feb 25 10:34:07 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Evil strange display problem Date: Thu, 25 Feb 1999 11:34:07 +0100 Message-ID: In-Reply-To: <199902250922.KAA04498@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3919977788580329849==" --===============3919977788580329849== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Martijn van den Burg wrote: > A friend of mine installed SuSE 5.3, but he has some very strange > problems with his display. >=20 > While running any resolution higher than 640 x 480, his display > stretches vertically, so that the lower part disappears off-screen. > All characters are stretched vertically. In the horizontal direction > everything seems to be fine. >=20 > When moving the cursor to the bottom of the screen it does not scroll > so the lower part can't be reached. >=20 > He is using a Diamond Stealth 2500 video card, which was set-up using > XF86setup as this card is, apparently, not supported by SaX (I didn't > check this though). I'm sorry I can't give more specifics, I'm at work > now :( >=20 > Has anybody seen this behaviour, is there a solution? I am trying to > convince this guy that Linux (and SuSE therefor) is really much better > than that other OS, but he is not convinced yet... Do you know, which chipset is used on this card? I've never heard about this specific model. I was not able to find it on the Diamond WWW-Site... Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3919977788580329849==-- From grimmer@suse.de Thu Feb 25 10:44:18 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: what's a libqimgio.so file? Date: Thu, 25 Feb 1999 11:44:18 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7518804866988665866==" --===============7518804866988665866== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Philip Stokes wrote: > I've answered Steve's query (I hope) in a different mail to the list, > but if you remember a few weeks ago I had a similar problem with a > link to libqimgio.so ending up in /usr/i486-linux-libc6/lib after I > performed the update from 5.3 to 6.0 via YaST. You advised me to > delete it. It seems there might be a little bug in the installer > somewhere? Yes, that could be a possibility. I've forwarded your message for further investigation. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7518804866988665866==-- From misc.word.corp@pobox.com Thu Feb 25 11:32:19 1999 From: misc.word.corp@pobox.com To: users@lists.opensuse.org Subject: [SuSE Linux] Ensonique PCI Audio cards & 2.2.1. Date: Thu, 25 Feb 1999 06:32:19 -0500 Message-ID: <36D534C3.C36CE836@pobox.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2792403717683576269==" --===============2792403717683576269== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Has anybody been able to get Ensonique PCI Audio cards to work with the 2.2.x kernels? I've got the es1371 chipset; and when I compile the new driver into the kernel, I can't get any sound. No luck with compiling as a module either; I can't get it to load. If you've had success with this, please post the procedure you used -- and weather you compiled the driver in the kernel or as a module. (If it's the latter, do you recommend kerneld or kmod?) The new driver should be a ticket out of OSS hell (ie., some of the OSS bugs) for those of us owning the card; I can't wait to get it up and running. -- Glenn -- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2792403717683576269==-- From Martijn.van.den.Burg@asml.nl Thu Feb 25 11:57:21 1999 From: Martijn.van.den.Burg@asml.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Evil strange display problem Date: Thu, 25 Feb 1999 12:57:21 +0100 Message-ID: <199902251157.MAA06811@wspub011.asml.nl> In-Reply-To: <[SuSE Linux] Evil strange display problem> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6469496897945433341==" --===============6469496897945433341== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, >=20 > Hi, >=20 > On Thu, 25 Feb 1999, Martijn van den Burg wrote: >=20 > > A friend of mine installed SuSE 5.3, but he has some very strange > > problems with his display. > >=20 > > While running any resolution higher than 640 x 480, his display > > stretches vertically, so that the lower part disappears off-screen. > > All characters are stretched vertically. In the horizontal direction > > everything seems to be fine. > >=20 > > When moving the cursor to the bottom of the screen it does not scroll > > so the lower part can't be reached. > >=20 > > He is using a Diamond Stealth 2500 video card, which was set-up using > > XF86setup as this card is, apparently, not supported by SaX (I didn't > > check this though). I'm sorry I can't give more specifics, I'm at work > > now :( > >=20 > > Has anybody seen this behaviour, is there a solution? I am trying to > > convince this guy that Linux (and SuSE therefor) is really much better > > than that other OS, but he is not convinced yet... >=20 > Do you know, which chipset is used on this card? I've never heard about > this specific model. I was not able to find it on the Diamond WWW-Site... >=20 Don't know the chip-set yet, maybe tomorrow. I went to XFree86.org, and there the card is listed (it's actually a "Diamond Stealth Video 2500", which should use the standard SVGA driver. The XFree86 F= AQ mentioned that problems with Diamond cards might be solved by adding the line Option "Diamond" to the config file. Anybody has other suggestions? > Bye, > LenZ >=20 > --=20 > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many Gr, Martijn =3D Martijn van den Burg =3D Tech writer, archiver, Linux user =3D Publications Department, ASML =3D e-mail: martijn.van.den.burg(a)asml.nl =3D voice: +31 (0)40 2303856 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6469496897945433341==-- From samelash@ix.netcom.com Thu Feb 25 12:21:29 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: [SuSE Linux] does suse 6.0 support Java JDK 1.2(akajava2) or only 1.7a/b Date: Thu, 25 Feb 1999 12:21:29 +0000 Message-ID: <3.0.3.32.19990225122129.00f55ee4@popd.ix.netcom.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1831844351426430785==" --===============1831844351426430785== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Any one here know what version suse 6.0 suports for JDK ? 1.2 AKA Java2 or 1.17A/B =20 Thanks Samy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1831844351426430785==-- From grimmer@suse.de Thu Feb 25 12:27:21 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Evil strange display problem Date: Thu, 25 Feb 1999 13:27:21 +0100 Message-ID: In-Reply-To: <199902251157.MAA06811@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7763938095103830671==" --===============7763938095103830671== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Martijn van den Burg wrote: > > Do you know, which chipset is used on this card? I've never heard about > > this specific model. I was not able to find it on the Diamond WWW-Site... >=20 > Don't know the chip-set yet, maybe tomorrow. I've found it in /usr/X11R6/lib/X11/Cards: NAME Diamond Stealth Video 2500 CHIPSET Alliance AT24=20 SERVER SVGA NOCLOCKPROBE > I went to XFree86.org, and there the card is listed (it's actually a > "Diamond Stealth Video 2500", which should use the standard SVGA > driver. The XFree86 FAQ mentioned that problems with Diamond cards > might be solved by adding the line Option "Diamond" to the config > file. >=20 > Anybody has other suggestions? There is a README about this specific chipset: /usr/X11R6/lib/X11/doc/README.apm Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7763938095103830671==-- From jo@blim.freeuk.com Thu Feb 25 12:47:49 1999 From: jo@blim.freeuk.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Evil strange display problem Date: Thu, 25 Feb 1999 12:47:49 +0000 Message-ID: In-Reply-To: <199902250922.KAA04498@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9187605690971048015==" --===============9187605690971048015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 25-Feb-99 Martijn van den Burg wrote: >=20 > Hi, >=20 > A friend of mine installed SuSE 5.3, but he has some very strange problems > with his display. >=20 > While running any resolution higher than 640 x 480, his display stretches > vertically, so that the lower part disappears off-screen. All characters are > stretched vertically. In the horizontal direction everything seems to be > fine. >=20 > When moving the cursor to the bottom of the screen it does not scroll so the > lower part can't be reached. >=20 > He is using a Diamond Stealth 2500 video card, which was set-up using > XF86setup > as this card is, apparently, not supported by SaX (I didn't check this > though). > I'm sorry I can't give more specifics, I'm at work now :( >=20 > Has anybody seen this behaviour, is there a solution? I am trying to convin= ce > this guy that Linux (and SuSE therefor) is really much better than that oth= er > OSthat other > OS, but he is not convinced yet... >=20 > TIA, >=20 > Martijn >=20 > =3D Martijn van den Burg > =3D Tech writer, archiver, Linux user > =3D Publications Department, ASML > =3D e-mail: martijn.van.den.burg(a)asml.nl > =3D voice: +31 (0)40 2303856 >=20 This is due to the monitor settings, unless you set the graphics card to the exact same settings as in "that other OS" this will happen. Either adjust the monitor to fit the picture on the screen, which can be a pa= in if you are dual booting with windoze because you will have to adjust it back then. Or use xvidtune to adjust the settings, but be carefull too high refresh rates can fry monitors - use at your own risk! Regards Jo ----------------------------------------------------------------------------- For greater stability - Linux FreeBSD Unix. Why settle for less? Web Page http://www.blim.demon.co.uk> - Linux User #64,= 910 ----------------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9187605690971048015==-- From mgx@spruce.lsd.ornl.gov Thu Feb 25 13:13:28 1999 From: mgx@spruce.lsd.ornl.gov To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Accelerated X/Dell I7K Date: Thu, 25 Feb 1999 08:13:28 -0500 Message-ID: <19990225081328.B22168@avatar.lsd.ornl.gov> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0070256417149011804==" --===============0070256417149011804== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable thanks alexander ... i've installed and happily used accelx/laptop on this laptop under suse 5.3 with no problem, so i'm familiar with which patches need to be applied. =20 last night i did a clean install of suse 6.0 including xfree/mach64. then i did the minimal install (including 4.1.1 patches and the L4102.013 patch) of accelx/laptop.=20 when i try to startx i get the can't resolve symbol problem: xinit: can't resolve symbol '_Xglobal_lock' xinit: can't resolve symbol '_XUnlockMutex_fn' xinit: can't resolve symbol '_XLockMutex_fn' i'm assuming that this is a header/library conflict. it looks like=20 these symbols are defined in /usr/X11/include/X11/Xos_r.h is it possible to rearrange the order of the libraries in /etc/ld.so.conf and solve this? On Wed, Feb 24, alexander volovics wrote: > It is not quite true that the XFree Mach64 server won't work, > a patched version does! See: http://w= ww.eecs.umich.edu/~steveh/inspiron/> >=20 > You say you have the AccelX server but you actually you need the=20 > Accelerated-X LAPTOP Display Server, and then the Inspiron 7000 version > of the ATI Rage 3D Pro LT driver, that is to say =20 > you have to download L4102.013.tar.gz from their ftp update site. >=20 > To install the the AccelX server on SuSE 6.0 you can do a normal install > of the XFree packages and Mach64 but do not probe or configure anything! > (you need the XFree stuff but not the actual driver and this is a brute > force way of getting past this hurdle. I can't give a more elegant approach > because I can't remember how the install goes in SuSE). >=20 > Then install AccelX as described in their manual, but only do a 'minimal' > install as AccelX is still libc5! You configure with the AccelX configure > facilities. >=20 > If you want you can now remove the XFree Mach64 server. >=20 > Alexander - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0070256417149011804==-- From alex@physical36.chem.ufl.edu Thu Feb 25 13:52:26 1999 From: alex@physical36.chem.ufl.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] linsniff Date: Thu, 25 Feb 1999 08:52:26 -0500 Message-ID: <199902251352.IAA15304@physical36.chem.ufl.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8129232136920723023==" --===============8129232136920723023== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 25 Feb, Lenz Grimmer wrote: >=20 > Hi, >=20 > On Thu, 25 Feb 1999 info(a)edoc.co.za wrote: >=20 >> I noticed activity from a program linsniff on my system. >> I am suspicious about it. >=20 > Well, you definetely should. Do you see the program in the process table? > You should disconnect the network from that machine, if possible. Then go > and look for that bastard. >=20 >> I did a locate linsniff, but did not find anything with ls -al like linsni= ff=20 >> where it was reported to be. >=20 > Look for hidden directories in /tmp or /var/tmp. >=20 >> As a precaution I have changed all passwords. >=20 > A good start. But you should go and look for the sniffer itself and how he > was able to break in. Did you upgrade the wu-ftpd? >=20 >> Please tell me that I'm not the victim a a hacker attempt. :-)) >=20 > Well, it _could_ be an intrusion. Better check your system thoroughly. > Also look for trojans, maybe the intruder modified some binaries.=20 > "rpm -Va" will give you a list of modified files (assuming that the RPM > database is still intact) >=20 > Good luck! >=20 > Bye, > LenZ >=20 > --=20 > ------------------------------------------------------------------ > Lenz Grimmer SuSE GmbH > mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 > http://www.suse.de/~grimmer> 90443 Nuernberg, Ger= many >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> And if you don't find any hidden directories ("..." is one that hackers love because most people overlook it) that doesn't mean that they are not there anyway. If someone got root access on your machine and installed a "root kit" he may have changed your UNIX commands to blind them for his activities. Happened to me while running RH 5.0 and was one of the reasons I was switching over to SuSE. Look up your /etc/passwd or /etc/shadow file to see whether you see any unusual entries, i.e., new accounts that you didn't create or modified pre-existing accounts. Furthermore, as root do an 'rpm -Va' and check for any suspicious changes in the size of your UNIX utilities (like ls or find, etc). If they have been changed you are likely the victim of a root attack, and no matter how often you change your root password he will always be a step ahead of you. Then your only option is to backup your user data (hopefully you have done that before :-) because he may have laid an egg there as well), clean your hard drive and make a complete install from scratch. Best regards, Alex. --=20 Dr. Alexander Angerhofer Associate Professor of Chemistry Department of Chemistry The University of Florida Box 117200 Gainesville, FL 32611-7200 USA Tel.: (+1) 352 846 3281 alt.: (+1) 352 392 9489 lab : (+1) 352 846 3283 FAX : (+1) 352 392 0872 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8129232136920723023==-- From djcroark@ssc.net.au Thu Feb 25 13:54:44 1999 From: djcroark@ssc.net.au To: users@lists.opensuse.org Subject: [SuSE Linux] Suse 6.0 Date: Fri, 26 Feb 1999 00:54:44 +1100 Message-ID: <000501be60c6$660446e0$0100a8c0@djcroark> In-Reply-To: <19990225081328.B22168@avatar.lsd.ornl.gov> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9134757108917178265==" --===============9134757108917178265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have two machines both with suse 6.0 installed and on one I am having trouble pinging the outside world, I cant ping sites like www.linux.org, www.netscape.com, www.microsoft.com... however I can use the http: protocol to access these sites via lynx. The other machine works fine... has anyone come accross this, or does anyone have any ideas on how to solve it Thanks in advance Damien - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9134757108917178265==-- From squeegy@c54820-a.carneg1.pa.home.com Thu Feb 25 14:01:11 1999 From: squeegy@c54820-a.carneg1.pa.home.com To: users@lists.opensuse.org Subject: [SuSE Linux] dhclient suse 5.3 Date: Thu, 25 Feb 1999 09:01:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6672524556963207462==" --===============6672524556963207462== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello all, I have a server running suse 5.3. I have dhcpd2 running on the server my MS clients are connecting fine, but my suse 5.3 client is not. I installed the dhclient from the 5.3 update web page on to suse 5.3 client pc. when I run dhclient by hand it works, but on boot up it is having trouble finding the dhcpd server. In rc.config I changed the dhclient switch to yes and the ip_dynip switch to yes. I left the static ip in the file and ifconfig with the static info. seeings both of these things load after dhclient on bootup. I made no changes to the dhclient.conf. ok so why is it working when I run /sbin/init.d/dhclient start at the prompt but not on boot up? ___________________ Jt "The Squeegy" Chiodi http://c54820-a.carneg1.pa.home.com/> squeegy(a)c54820-a.carneg1.pa.home.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6672524556963207462==-- From awol@STAT.UNIMAAS.NL Thu Feb 25 14:10:47 1999 From: awol@STAT.UNIMAAS.NL To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Accelerated X/Dell I7K Date: Thu, 25 Feb 1999 15:10:47 +0100 Message-ID: In-Reply-To: <19990225081328.B22168@avatar.lsd.ornl.gov> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2250926279560416215==" --===============2250926279560416215== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 25-Feb-99 mgx(a)spruce.lsd.ornl.gov wrote: > when i try to startx i get the can't resolve symbol problem: >=20 > xinit: can't resolve symbol '_Xglobal_lock' > xinit: can't resolve symbol '_XUnlockMutex_fn' > xinit: can't resolve symbol '_XLockMutex_fn' >=20 > i'm assuming that this is a header/library conflict. it looks like=20 > these symbols are defined in /usr/X11/include/X11/Xos_r.h >=20 > is it possible to rearrange the order of the libraries in /etc/ld.so.conf > and solve this? It could be a header/library conflict, but it might also be something totally different. I have never encountered this kind of thing. I am not technically knowledgeable about libraries. You need the advice of somebody who really knows and understands the details. You could contact AccelX tech support. I am running AccelX under RH 5.2 not SuSE 6.0 For what its worth here is my /etc/ld.so.conf: /usr/lib /usr/i486-linux-libc5/lib /usr/X11R6/lib Sorry I couldn't be of more help. Alexander - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2250926279560416215==-- From camst65+@pitt.edu Thu Feb 25 14:12:43 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: RE: [SuSE Linux] CNN - Linux Date: Thu, 25 Feb 1999 09:12:43 -0500 Message-ID: In-Reply-To: <90D7336CE2B9D211A18408002BB777096B9847@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3152773715894154133==" --===============3152773715894154133== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Just look for the CNN&Fortune show (They are both owned by the same people now). It is on here on SUnday. chris On 25-Feb-99 Delbaere, Tim wrote: >=20 > Well, I get CNN on SKY, but I could find nothing on Linux last night. > Anybody else know if its going to be shown over here in the UK. >=20 > Cheers >=20 >=20 >=20 >=20 >=20 > -----Original Message----- > From: Edmunds, Keith [mailto:KEdm= unds(a)eu.wcom.net] > Sent: 24 February 1999 16:39 > To: suse-linux-e(a)suse.com > Subject: RE: [SuSE Linux] CNN - Linux >=20 >=20 >=20 >> Everybody watch! >=20 > A trifle difficult if you live in the backwaters of England. We've only had > mains electricity for a few weeks, and only one household in 5000 has a > television. Still, perhaps those in the great US of A could post a pr=C3=A9= cis of > the programme after transmission? >=20 > Thank you. >=20 > Keith Edmunds > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> ------------------------------------------ E-Mail: Chris Martin =20 Date: 25-Feb-99 Time: 09:12:01 ** Powered by SuSE Linux. You want it?! **=20 http://www= .suse.com> | http://www.linux.org> ------------------------------------------ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3152773715894154133==-- From eck@ti.com Thu Feb 25 14:13:14 1999 From: eck@ti.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 6.0 Finally arrived. Date: Thu, 25 Feb 1999 08:13:14 -0600 Message-ID: In-Reply-To: <199902250325.SAA00362@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6628597441159259316==" --===============6628597441159259316== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, 24 Feb 1999, W.D.McKinney wrote: >=20 > Simple: >=20 > 1. # rm -rf /usr/src/linux > 2. tar xvzf /path-to-the-kernal/linux-2.2.2.tar.gz > 3. mv /usr/src/linux /usr/src/linux-2.2.2 > 3. ln -s /usr/src/linux-2.2.2 /usr/src/linux > 4. cd linux > 5. make xconfig (see /usr/src/linux/README) > 6. make mrproper dep clean bzImage modules modules_install It is my understanding that "make mrproper" should preceed=20 "make xconfig". Does'nt mrproper delete the .config file? Regards, Terry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6628597441159259316==-- From m.lusetti@mo.nettuno.it Thu Feb 25 14:29:19 1999 From: m.lusetti@mo.nettuno.it To: users@lists.opensuse.org Subject: [SuSE Linux] Euro symbol on Staroffice 5.0 Date: Thu, 25 Feb 1999 15:29:19 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0030148150624642529==" --===============0030148150624642529== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I wish to have Euro symbol in my document with staroffice, how can i ? I've successfully compiled kernel 2.2.1 with special set of character that include it but i think this what not necessary nor needed. This is just a curiosity not a life-need ---------------------------------- Bet regards Massimo Lusetti Date: 25-Feb-99 Time: 15:26:56 Whom the gods wish to destroy they first call promising. ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0030148150624642529==-- From Surjit.Bains@hsam.co.uk Thu Feb 25 14:36:15 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] CNN - Linux Date: Thu, 25 Feb 1999 14:36:15 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B97@EXCHANGE1> In-Reply-To: <[SuSE Linux] CNN - Linux> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7845645783902822958==" --===============7845645783902822958== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKw7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/w7/Dv8O/ClRoaXMgbWVzc2FnZSBhbmQg YW55IGF0dGFjaG1lbnRzIHRvIGl0IGFyZSBzdWJqZWN0IHRvIGNvcHlyaWdodCBhbmQgYXJlIApz ZW50IGZvciB0aGUgcGVyc29uYWwgYXR0ZW50aW9uIG9mIHRoZSBhZGRyZXNzZWUuICBJdCBtYXkg aW5jbHVkZSAKaW5mb3JtYXRpb24gd2hpY2ggaXMgbGVnYWxseSBwcml2aWxlZ2VkIGFuZCBleGVt cHQgZnJvbSBkaXNjbG9zdXJlLiAgCklmIHlvdSByZWNlaXZlIHRoaXMgY29tbXVuaWNhdGlvbiBp biBlcnJvciwgcGxlYXNlIGFkdmlzZSB1cyBpbW1lZGlhdGVseS4Kw7/Dv8O/w7/Dv8O/w7/Dv8O/ w7/Dv8O/w7/Dv8O/w7/Dv8O/CgpXaGF0IFRpbWUgZXRjLi4KCi0tLS0tT3JpZ2luYWwgTWVzc2Fn ZS0tLS0tCkZyb206IENocmlzIE1hcnRpbiBbPEEgSFJFRj0ibWFpbHRvOmNhbXN0NjUrKGEpcGl0 dC5lZHUiPm1haWx0bzpjYW1zdDY1KyhhKXBpdHQuZWR1PC9BPl0KU2VudDogMjUgRmVicnVhcnkg MTk5OSAxNDoxMwpUbzogRGVsYmFlcmUsIFRpbQpDYzogc3VzZS1saW51eC1lKGEpc3VzZS5jb207 IEVkbXVuZHMsIEtlaXRoClN1YmplY3Q6IFJFOiBbU3VTRSBMaW51eF0gQ05OIC0gTGludXgKCj09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpXQVJOSU5HOiBFeHRlcm5h bCBFbWFpbDogVGhpcyBtZXNzYWdlIHdhcyByZWNlaXZlZCBmcm9tIGEgc291cmNlCmV4dGVybmFs IHRvIEhTQU0gYW5kIHRoZXJlZm9yZSB0aGUgc2VuZGVyJ3MgaWRlbnRpdHkgY2Fubm90IGJlIHZl cmlmaWVkLgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KCkp1c3Qg bG9vayBmb3IgdGhlIENOTiZGb3J0dW5lIHNob3cgKFRoZXkgYXJlIGJvdGggb3duZWQgYnkgdGhl IHNhbWUKcGVvcGxlCm5vdykuICBJdCBpcyBvbiBoZXJlIG9uIFNVbmRheS4KCmNocmlzCgpPbiAy NS1GZWItOTkgRGVsYmFlcmUsIFRpbSB3cm90ZToKPiAKPiBXZWxsLCBJIGdldCBDTk4gb24gU0tZ LCBidXQgSSBjb3VsZCBmaW5kIG5vdGhpbmcgb24gTGludXggbGFzdCBuaWdodC4KPiBBbnlib2R5 IGVsc2Uga25vdyBpZiBpdHMgZ29pbmcgdG8gYmUgc2hvd24gb3ZlciBoZXJlIGluIHRoZSBVSy4K PiAKPiBDaGVlcnMKPiAKPiAKPiAKPiAKPiAKPiAtLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQo+ IEZyb206IEVkbXVuZHMsIEtlaXRoIFs8QSBIUkVGPSJtYWlsdG86S0VkbXVuZHMoYSlldS53Y29t Lm5ldCI+bWFpbHRvOktFZG11bmRzKGEpZXUud2NvbS5uZXQ8L0E+XQo+IFNlbnQ6IDI0IEZlYnJ1 YXJ5IDE5OTkgMTY6MzkKPiBUbzogc3VzZS1saW51eC1lKGEpc3VzZS5jb20KPiBTdWJqZWN0OiBS RTogW1N1U0UgTGludXhdIENOTiAtIExpbnV4Cj4gCj4gCj4gCj4+IEV2ZXJ5Ym9keSB3YXRjaCEK PiAKPiBBIHRyaWZsZSBkaWZmaWN1bHQgaWYgeW91IGxpdmUgaW4gdGhlIGJhY2t3YXRlcnMgb2Yg RW5nbGFuZC4gV2UndmUKb25seSBoYWQKPiBtYWlucyBlbGVjdHJpY2l0eSBmb3IgYSBmZXcgd2Vl a3MsIGFuZCBvbmx5IG9uZSBob3VzZWhvbGQgaW4gNTAwMCBoYXMKYQo+IHRlbGV2aXNpb24uIFN0 aWxsLCBwZXJoYXBzIHRob3NlIGluIHRoZSBncmVhdCBVUyBvZiBBIGNvdWxkIHBvc3QgYQpwcsOp Y2lzIG9mCj4gdGhlIHByb2dyYW1tZSBhZnRlciB0cmFuc21pc3Npb24/Cj4gCj4gVGhhbmsgeW91 Lgo+IAo+IEtlaXRoIEVkbXVuZHMKPiAtCj4gVG8gZ2V0IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFz ZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKPiB0aGlzIHRleHQgaW4g aXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQo+IENoZWNrIG91dCB0aGUgU3VTRS1G QVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLyI+PEEg SFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQSI+aHR0cDovL3d3 dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+IGFuZAp0aGUKPiBhcmNoaXZlIGF0 IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9p bmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNl LWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMv c3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo+IC0KPiBUbyBnZXQgb3V0IG9mIHRoaXMg bGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAo+IHRo aXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCj4gQ2hlY2sgb3V0 IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9r dS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9B Ij5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kCnRoZQo+ IGFyY2hpdmUgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGlu Z2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+CgotLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KRS1NYWlsOiBDaHJpcyBNYXJ0aW4gPGNhbXN0 NjUoYSlwaXR0LmVkdT4gCkRhdGU6IDI1LUZlYi05OQpUaW1lOiAwOToxMjowMQoKKiogUG93ZXJl ZCBieSBTdVNFIExpbnV4LiBZb3Ugd2FudCBpdD8hICoqIAoKPEEgSFJFRj0iaHR0cDovL3d3dy5z dXNlLmNvbSI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbTwvQSI+aHR0cDovL3d3dy5zdXNl LmNvbTwvQTwvQT4+IHwgPEEgSFJFRj0iaHR0cDovL3d3dy5saW51eC5vcmciPjxBIEhSRUY9Imh0 dHA6Ly93d3cubGludXgub3JnPC9BIj5odHRwOi8vd3d3LmxpbnV4Lm9yZzwvQTwvQT4+CgotLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KLQpUbyBnZXQgb3V0IG9mIHRo aXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0 aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQg dGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1 L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0Ei Pmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFy Y2hpdmUgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1s aW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xp c3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxp bmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBvZiB0 aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgK dGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0 IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9r dS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9B Ij5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQph cmNoaXZlIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2Ut bGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmds aXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWls aW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo= --===============7845645783902822958==-- From mgx@spruce.lsd.ornl.gov Thu Feb 25 14:58:27 1999 From: mgx@spruce.lsd.ornl.gov To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Accelerated X/Dell I7K Date: Thu, 25 Feb 1999 09:58:27 -0500 Message-ID: <19990225095827.E22168@avatar.lsd.ornl.gov> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6904764144778516922==" --===============6904764144778516922== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable not a problem, i appreciate the advice you have given. i made service request at XIG for this issue. there is a note in the accelx/laptop faq there regarding redhat 5.=20 it says : (v4.1.1 and older) I am running RedHat Linux 5.x and I am getting symbol or library errors. Reinstall XFree86-libs and XFree86-3.3.x from the RedHat CD-ROM. another thing i'm considering is going back and install 5.3/accelx then doing a 6.0 upgrade.=20 -- michael On Thu, Feb 25, alexander volovics wrote: >=20 >=20 > It could be a header/library conflict, but it might also be something > totally different. I have never encountered this kind of thing. > I am not technically knowledgeable about libraries. > You need the advice of somebody who really knows and understands the > details. You could contact AccelX tech support. >=20 > I am running AccelX under RH 5.2 not SuSE 6.0 > For what its worth here is my /etc/ld.so.conf: >=20 > /usr/lib > /usr/i486-linux-libc5/lib > /usr/X11R6/lib >=20 > Sorry I couldn't be of more help. >=20 > Alexander >=20 >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6904764144778516922==-- From imm@KidsCare.Net Thu Feb 25 15:12:15 1999 From: imm@KidsCare.Net To: users@lists.opensuse.org Subject: [SuSE Linux] my life with the dreaded 6326 agp 8mb onboard Date: Thu, 25 Feb 1999 09:12:15 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3132106575678141159==" --===============3132106575678141159== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We'll Ive had some success getting this card to work with linux. It's far from perfect and has created a plethora of new problems=20 I can only get to work in 800X600 16bp. And it's still looks a little wierd on the menus etc. but I do have text and cursor now! It does not want to recognize my 8mg of on board video memoy. I have to set memory to 4mb or 1mb. Sax even wanted to set the ramdac at 111, but it seemed to work. =20 I really wish this would work properly. It is the only problem I've had with this distro.. Has anyone out there tried to run this card with accellerated X???? That is the only alternative I now see. If anyone has had luck with it please let me know. ian the sane - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3132106575678141159==-- From alexm@quake.tx.symbio.net Thu Feb 25 15:13:56 1999 From: alexm@quake.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] X and SIS Date: Thu, 25 Feb 1999 09:13:56 -0600 Message-ID: In-Reply-To: <[SuSE Linux] X and SIS> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5434059714517604201==" --===============5434059714517604201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Wed, 24 Feb 1999, islandwolf wrote: > Hi, Alex - >=20 > reconfigure your card under SaX, and make sure you specify that your video > card has its full amount of memory...eg, if you have a SiS5598 card, (under > the graphics card window) go into Expert and specify it has 4M > memory...xf86config confuses 5597 and 5598... no wonder we were getting huu= ge > flickering problems. >=20 > you should be pleasantly surprised with the results of this small change. I think I tried all the possible settings with SaX. The interesting thing is the onboard video worked OK before the update to 6.0. Now, not only does it flicker but also KDE is screwed up. If I try to minimize or maximize a window, and KDE uses some sort of animation, the animation leaves traces on the screen in form of triangles. These traces stay on the screen and do not refresh. It is not that I use KDE, but you know... It does not happen in other window managers which is good. Also, before the upgrade to 6.0 (from 5.3) I was able to configure and use 640x480, 800x600, 1024x768, 1152x864 resolutions. Now I can only configure 1152x864. All others are somehow screwed: window will not center even with monitor controls, color palette is off, refresh rate too low ( <=3D 56 ), edges of the image are distorted. Still 1152x768 flickers a lot. Sax crashes every time I test a mode and use "abort" to return to SaX. I have no problems on my other machines with "normal" videocards :) thanks, -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5434059714517604201==-- From LinuxAdvocate@iname.com Thu Feb 25 15:45:52 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Newbie and Star Office Date: Thu, 25 Feb 1999 05:45:52 -1000 Message-ID: <36D57030.A99BBB22@iname.com> In-Reply-To: <90D7336CE2B9D211A18408002BB777096B9846@ctrl.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4680523372964253700==" --===============4680523372964253700== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Delbaere, Tim wrote: >=20 > Hi, >=20 > I am new to all this Linux stuff, and have now got my SuSE 5.2 all running > fine with KDE. Last night I wanted to install Star Office 5.0 that came with > an English PC Plus magazine. I logged in as myself not 'root' but I cant get > the setup to work at all. What error are you receiving? George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4680523372964253700==-- From ren@ssm.ca Thu Feb 25 15:56:55 1999 From: ren@ssm.ca To: users@lists.opensuse.org Subject: [SuSE Linux] Samba (again) Date: Thu, 25 Feb 1999 10:56:55 -0500 Message-ID: <99022511010500.08099@Precious> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1880934205179301184==" --===============1880934205179301184== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm having some troubles getting Samba to work properly. I'm using SuSE 6.0 with kernel version 2.2.2. The latest Samba version as well. First off, "smbclient -L service" returns all that its sposed to. However, "smbclient service" doesn't let me connect to it. smbmount doesn't work at all either. = I can however mount the Linux drive from the Windows computer. So it seems that only a few things are broken. Anyone run into this as well? I've noticed a couple other Samba questions on here as well, lets see if we can get this fix= ed up. Hard to play MP3's on my Linux box when their all on the Windoze machine= :) Ren West - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1880934205179301184==-- From abrahams@valinet.com Thu Feb 25 16:06:14 1999 From: abrahams@valinet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Evil strange display problem Date: Thu, 25 Feb 1999 11:06:14 -0500 Message-ID: <199902251606.LAA00304@pleurotus.local> In-Reply-To: <199902250922.KAA04498@wspub011.asml.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2931551649632835202==" --===============2931551649632835202== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >>>>> On Thu, 25 Feb 1999 10:22:04 +0100, Martijn.van.den.Burg(a)asml.nl (Mar= tijn van den Burg) said: |Martijn> A friend of mine installed SuSE 5.3, but he has some very |Martijn> strange problems with his display. |Martijn> While running any resolution higher than 640 x 480, his |Martijn> display stretches vertically, so that the lower part |Martijn> disappears off-screen. All characters are stretched |Martijn> vertically. In the horizontal direction everything seems to be |Martijn> fine. |Martijn> When moving the cursor to the bottom of the screen it does not |Martijn> scroll so the lower part can't be reached. |Martijn> He is using a Diamond Stealth 2500 video card, which was |Martijn> set-up using XF86setup as this card is, apparently, not |Martijn> supported by SaX (I didn't check this though). |Martijn> Has anybody seen this behaviour, is there a solution? The two ways to correct the problem are by changing the display parameters or twiddling the monitor settings for vertical size and centering. Generally I prefer the former if it works. The program for doing that is xvidtune; once you've gotten the right settings you then need to transfer them to the XF86 configuration file. What I haven't seen (but would like to see) is a discussion of the pros and cons of the two methods of adjustment. Paul Abrahams - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2931551649632835202==-- From cees-list@griend.xs4all.nl Thu Feb 25 16:09:19 1999 From: cees-list@griend.xs4all.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] posting of html email Date: Thu, 25 Feb 1999 17:09:19 +0100 Message-ID: <19990225170919.A3182@griend.xs4all.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5354154928384893824==" --===============5354154928384893824== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Mon, Feb 15, 1999 at 04:49:19PM -0800, eros(a)anduin.eldar.org wrote: >> I have problems reading html email that is posted to suse-linux-e. >> Would it be possible to have people post only test email to the list? >> >> I appreciate any flexibility people could have in this matter. > > HTML is regarded by many as annoying and rude to post to a mailing list; > ESPECIALLY a Unix/Linux one. > > Personally, I just delete it. HTML mail is no problem if you have an entry in your mailcap file. This is a list with many new users, so the users with experience can simply addjust theis mailcap. Add: ----- text/html; html2txt; copiousoutput ----- to ~/.mailcap and put the Perl-script (attached) into your path. I hope this small script is usefull. It just requires 'lynx' and 'perl'. Greetings, Cees. -- wej Heghchugh vay', SuvtaH SuvwI'. A warrior fights to the death. Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
#!/usr/bin/perl
# !/usr/bin/perl -w
#-------------------------------------------------------------------------
# File:		html2txt.pl
# Author:	Cees van de Griend 
# Copyright:	(c) 1999 C.A. van de Griend
# Date:		19990225
# Version:	1.10
# Description:	Transform a HTML-file to a TXT-file.
# ------------------------------------------------------------------------

# use strict;
# use diagnostics;

# my $DEBUG = 1;		# I want debug information...
my $DEBUG = 0;			# I don't want debug information...

#
# MAIN
# 
{
    my @text = ();			# array:    @text
    my $lynx = "/usr/bin/lynx";		# program:  lynx
    my $html = "/tmp/html2txt.$$.html";	# filename: html
    my $text = "/tmp/html2txt.$$.txt";	# filename: text

	#
	# Lynx can only read 'real .html text-files', i.e.
	# - a regular text file
	# - with extention .html
	# So save STDIN in the file $html.
	# 
	# N.B.:	$_ is the default variable.
	# 
    open HTML, ">$html" or die "Can't open $html: $!";
    while (<>) {			# read STDIN into $_
	print HTML $_;			# write to $html
    }
    close HTML or die "Can't close $html: $!";

	#
	# Read STDIN from 'lynx'.
	# Save the read line into the array: @text.
	# Write the read line to STDOUT.
	# 
    open LYNX, "$lynx -dump $html|" or die "Can't open $lynx: $!";
    while () {			# read $_ from 'lynx'
	push @text, $_;			# add read line into array @text
	print $_;			# write read line to STDOUT
    }
    close LYNX or die "Can't close $lynx: $!";

	#
	# If debug, save the array @text into the file $text.
	#
    if ($DEBUG) {
	open TEXT, ">$text" or die "Can't open $text: $!";
	foreach (@text) {		# get line in $_
	    print TEXT $_;		# write line to $text
	}
	close TEXT or die "Can't close $text: $!";
    }

    exit;
}

#-------------------------------------------------------------------------
# Log:
# 19990225	First version.
#-------------------------------------------------------------------------


--===============5354154928384893824==--


From WALKERSC@cibc.ca Thu Feb 25 16:14:00 1999
From: WALKERSC@cibc.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Samba (again)
Date: Thu, 25 Feb 1999 11:14:00 -0500
Message-ID: <199902251603.IAA24699@mail.suse.com>
In-Reply-To: <[SuSE Linux] Samba (again)>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2037109450383876955=="

--===============2037109450383876955==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




     I'm having the same problem, I never did get around to fixing it tho,=20
     I've been too busy setting up the nfs mounted raid box at home. but=20
     being able to mount windows share would be a huge help, it would up my=20
     disks space by 9 gig, to a total of just under 30.

______________________________ Reply Separator
_________________________________
Subject: [SuSE Linux] Samba (again)
Author:  "Pulls at the strings of others." [SMTP:ren(a)ssm.ca] at BCEEXCH
Date:    2/25/99 10:56 AM

I'm having some troubles getting Samba to work properly.  I'm using SuSE 6.0

with kernel version 2.2.2.  The latest Samba version as well.  First off,=20
"smbclient -L service" returns all that its sposed to.  However, "smbclient=20
service" doesn't let me connect to it.  smbmount doesn't work at all either.
I=20
can however mount the Linux drive from the Windows computer.  So it seems
that=20
only a few things are broken.  Anyone run into this as well?  I've noticed a

couple other Samba questions on here as well, lets see if we can get this
fixed=20
up.  Hard to play MP3's on my Linux box when their all on the Windoze
machine :)
Ren West
-
To get out of this list, please send email to majordomo(a)suse.com with=20
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the=20
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2037109450383876955==--


From Hugo.Poissant@par.sita.int Thu Feb 25 16:48:37 1999
From: Hugo.Poissant@par.sita.int
To: users@lists.opensuse.org
Subject: [SuSE Linux] Bad detection ???
Date: Thu, 25 Feb 1999 17:48:37 +0100
Message-ID: <36D57EE5.FD9A8B7@par.sita.int>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8037962078890178897=="

--===============8037962078890178897==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I just got my first Linux distribution (SuSE 6.0) and try to install it.
I got a little problem linuxsrc detected my floppy as FLOPPY ATAPI and
assign it to /dev/hdb. So my floppy is not accessible. Any clue on this
problem ?

Thanks

Hugo
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8037962078890178897==--


From alexm@quake.tx.symbio.net Thu Feb 25 17:12:27 1999
From: alexm@quake.tx.symbio.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sickly Netscape Colours
Date: Thu, 25 Feb 1999 11:12:27 -0600
Message-ID: 
In-Reply-To: <19990225023113.2680.rocketmail@send202.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4919835548172093736=="

--===============4919835548172093736==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Your color depth is probably too low (8bit or less).
Set it to at least 16 bit.
or
you can use
$ netscape -install & --> to run netscape
You will see what happens though.

-alexm

>=20
> Hey again everyone,
>=20
> I apologize in advance since this has probably been asked already, and
> I know I've seen the solution somewhere I just can't remember... When
> using Netscape the colours are all rather sickly looking, the
> turquoise border of yahoo mail for example is grey and all the others
> look a bit off. Occassionly I get the error message could not create
> default colour map background stdout or somehting.
>=20
> I vaguely remember if you gave netscape the argument new map or
> something at started these problems would be avoided and colour would
> look healthy. Any advice would be most appreciated!

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4919835548172093736==--


From bio@mounet.com Thu Feb 25 17:13:35 1999
From: bio@mounet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] CD
Date: Thu, 25 Feb 1999 12:13:35 -0500
Message-ID: <199902251710.MAA09692@ns2.mounet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2058403261138478059=="

--===============2058403261138478059==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I just downloaded SuSe to my PC, and wanted to make install CD's.... but
its like over 2gb.... exactly what do I need to d/l, and how do I split it
up between cd's.... any help is appreciated... thanks

-Mike

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2058403261138478059==--


From bshelton-suse-linux@ole.net Thu Feb 25 17:15:25 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] what's a libqimgio.so file?
Date: Thu, 25 Feb 1999 12:15:25 -0500
Message-ID: <19990225121525.B30958@ole.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0091734513555493518=="

--===============0091734513555493518==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, Feb 25, 1999 at 09:55:07AM +0100, Lenz Grimmer wrote:
>=20
> Hi,
>=20
> On Wed, 24 Feb 1999, Steven T. Hatton wrote:
>=20
> > I keep seeing an error during yast installs saying "libqimgio.so
> > missing."  Does this mean anyting to anybody.  I have been having some
> > problems I don't understand, could this be a source of many IO problems?
>=20
> No, I don't think so. /usr/i486-linux-libc5/lib/libqimgio.so belongs to
> package "shlibs5" (the old libc5 libraries). Did you install this package?

Strange... I'm getting it for the libc6 directory:

ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.so (No
such file or directory), skipping


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0091734513555493518==--


From mgx@spruce.lsd.ornl.gov Thu Feb 25 17:27:35 1999
From: mgx@spruce.lsd.ornl.gov
To: users@lists.opensuse.org
Subject: [SuSE Linux] pcmcia in 2.2.1 where?
Date: Thu, 25 Feb 1999 12:27:35 -0500
Message-ID: <19990225122735.K22168@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5159116673617129034=="

--===============5159116673617129034==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




i'm building the 2.2.1 kernel but i cannot find the=20
option the enable pcmcia module support. could some=20
kind soul point me towards the kernel section (i'm using
make menuconfig) that has the pcmcia switch?

thanks!


--=20
-- michael
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5159116673617129034==--


From grimmer@suse.de Thu Feb 25 17:38:35 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] what's a libqimgio.so file?
Date: Thu, 25 Feb 1999 18:38:35 +0100
Message-ID: 
In-Reply-To: <19990225121525.B30958@ole.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6970845666450504435=="

--===============6970845666450504435==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 25 Feb 1999, Brad Shelton wrote:

> Strange... I'm getting it for the libc6 directory:
>=20
> ldconfig: warning: can't open /usr/i486-linux-libc6/lib/libqimgio.so (No
> such file or directory), skipping

This is a stale symlink. You can safely remove it.

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6970845666450504435==--


From grimmer@suse.de Thu Feb 25 17:39:26 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Suse 6.0
Date: Thu, 25 Feb 1999 18:39:26 +0100
Message-ID: 
In-Reply-To: <000501be60c6$660446e0$0100a8c0@djcroark>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1069120932878212825=="

--===============1069120932878212825==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, 26 Feb 1999, djcroark wrote:

> I have two machines both with suse 6.0 installed and on one I am
> having trouble pinging the outside world, I cant ping sites like
> www.linux.org, www.netscape.com, www.microsoft.com... however I can
> use the http: protocol to access these sites via lynx. The other
> machine works fine... has anyone come accross this, or does anyone
> have any ideas on how to solve it

Hmm, does your provider have a firewall and is blocking ICMP packages? Or
did you set up a firewall on your machine?

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1069120932878212825==--


From brawnius@satlink.com Thu Feb 25 17:40:09 1999
From: brawnius@satlink.com
To: users@lists.opensuse.org
Subject: RV: [SuSE Linux] ESL-835-TB
Date: Thu, 25 Feb 1999 14:40:09 -0300
Message-ID: <001901be60e5$e7684460$9e720ed1@brawnius>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0983254472796955248=="

--===============0983254472796955248==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




do you tried to configure your card as PCI ne2000 compatible during
instalation ?

Bruno luciani
Brawnius Tecnologia y servicios brawnius(a)satlink.com

>-----Mensaje original-----
>De: Alejandro Navarro 
>Para: SuSE Mail Exploder 
>Fecha: Mi=C3=A9rcoles, 24 de Febrero de 1999 23:28
>Asunto: [SuSE Linux] ESL-835-TB
>
>
>>
>>
>>I've got a Encore ESL-835-TB. Its a PCI network card any one know where I
>>can get a driver for Linux ??
>>
>>alejandro navarro
>>anavarro(a)cyberclub.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
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0983254472796955248==--


From ernesto@ipimar.pt Thu Feb 25 17:52:00 1999
From: ernesto@ipimar.pt
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Samba (again)
Date: Thu, 25 Feb 1999 17:52:00 +0000
Message-ID: <36D58DC0.57061EF0@ipimar.pt>
In-Reply-To: <99022511010500.08099@Precious>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7564422765261877026=="

--===============7564422765261877026==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Pulls at the strings of others." wrote:

> I'm having some troubles getting Samba to work properly.  I'm using SuSE 6.0
> with kernel version 2.2.2.  The latest Samba version as well.  First off,
> "smbclient -L service" returns all that its sposed to.  However, "smbclient
> service" doesn't let me connect to it.  smbmount doesn't work at all either=
.  I
> can however mount the Linux drive from the Windows computer.  So it seems t=
hat
> only a few things are broken.  Anyone run into this as well?  I've noticed a
> couple other Samba questions on here as well, lets see if we can get this f=
ixed
> up.  Hard to play MP3's on my Linux box when their all on the Windoze machi=
ne :)
> Ren West
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

I'm also having problems with samba. I use smbclient without problems and acc=
ess a
NT machine and a RH Linux machine (samba 2.0.2), I can mount the NT using smb=
mount
but I can not mount the linux machine ...

I've tried several things but it never worked :-(

Now I'm using SuSE 6.0 and the samba distribuition that comes in the SuSE 6.0=
 CDs.
I've tried using the Kernel 2.2.2 and samba 2.0.2, k2.0.36 and samba 2.0.2 and
nothing happens.

The strangest thing is that The NT machines can mount my shares and print usi=
ng my
printer ...

Thanks in avance for any help

ernesto

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7564422765261877026==--


From grimmer@suse.de Thu Feb 25 17:52:07 1999
From: grimmer@suse.de
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] does suse 6.0 support Java JDK 1.2(akajava2) oronly 1.7a/b
Date: Thu, 25 Feb 1999 18:52:07 +0100
Message-ID: 
In-Reply-To: <3.0.3.32.19990225122129.00f55ee4@popd.ix.netcom.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0896688959876188770=="

--===============0896688959876188770==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, 25 Feb 1999, Samy Elashmawy wrote:

> Any one here know what version suse 6.0 suports for JDK ?
> 1.2 AKA Java2
> or
> 1.17A/B

This is what I have:

> rpm -q java
java-1.1.7v1a-7

Bye,
        LenZ


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

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0896688959876188770==--


From brauki@cityweb.de Thu Feb 25 17:54:25 1999
From: brauki@cityweb.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Kernel 2.2.1 and sound
Date: Thu, 25 Feb 1999 18:54:25 +0100
Message-ID: <36D58E51.6F8E0A87@cityweb.de>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7959053028542713607=="

--===============7959053028542713607==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael.Bielicki(a)linkdesign.com wrote:
>=20
> The PNPBIOS stuff is for the parallel interface :)) you still have to use
> isapnp for your soundcard
>=20

ALL RIGHT THEN. HOW DO I TELL THE IRQ AND IO ADRESSES TO THE KERNEL?
I MEAN WHEN COMPILING THE KERNEL (WITH OSS DRIVERS). I AM MISSING A SORT
OF "LINK" SOMEHOW....

JUERGEN


--=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D     __   _
Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ /  (_)__  __ ____  __
Tel: 0201-743648  dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ /
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7959053028542713607==--


From abrahams@valinet.com Thu Feb 25 18:00:28 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Star Office: SuSE version vs. openmarket version
Date: Thu, 25 Feb 1999 13:00:28 -0500
Message-ID: <199902251800.NAA00404@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3987552452200013227=="

--===============3987552452200013227==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I recently ordered the Personal version of Star Office from Linux Mall,
but haven't yet received it.  After I ordered it I learned that SuSE 6.0
comes with Star Office.  Are there any advantages of the open-market
version over the version that comes with SuSE, or should I just return
the software to Linux Mall?

Thanks for any advice -

Paul Abrahams
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3987552452200013227==--


From marc.a.abrams@intel.com Thu Feb 25 18:12:05 1999
From: marc.a.abrams@intel.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] 2.2.2 breaks networking?
Date: Thu, 25 Feb 1999 10:12:05 -0800
Message-ID: <7FD5C79AD680D211AC4100A0C96B501C18EDE2@orsmsx49.jf.intel.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3601989683418008445=="

--===============3601989683418008445==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi:

I just followed some instructions to update SuSE 6.0 from 2.0.36 to 2.2.2 on
an IBM Thinkpad 600 laptop and they worked just fine... except it broke my
networking.

I then recompiled the pcmcia package and got the adapter working, but now
the scripts are all screwed up because it cannot find the dhcpcd daemon. I
tried reinstalling the dhcpc.rpm from the distribution cd, but that didn't
work either. I then tried to set a fixed IP address, and that didn't work.

I'm at a loss here... help.

marc.

-------------------------------------------------
Marc Abrams
Product Marketing Engineer
Broadband Access Operation=20
Intel Corporation
503-264-0167
800-325-8275 pager
marc.a.abrams(a)intel.com
-------------------------------------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3601989683418008445==--


From echen@bellsouth.net Thu Feb 25 18:29:24 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Anyone know how to make my dos partition recognized
Date: Thu, 25 Feb 1999 13:29:24 -0500
Message-ID: <36D59684.E5B89739@bellsouth.net>
In-Reply-To: <36D4693C.57DB0DDC@clara.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6104930643928874837=="

--===============6104930643928874837==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Also,
 If that did not solve the problem, maybe you didn't compile the kernel
to support Vfat filesystem.

Owen Synge wrote:
>=20
> #HENRY WAHYUDI SETIAWAN# wrote:
> >
> > Hi My system assume hda1 (Windows 95 fat32..partition) as unknown.
> > Anyone know what program make it be read ... ??
> > thanks
> > -
> > To get out of this list, please send email to majordomo(a)suse.com with
> > this text in its body: unsubscribe suse-linux-e
> > Check out the SuSE-FAQ at http://www.suse.com/S=
upport/Doku/FAQ/> and the
> > archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20
> First you need to create the directory /mnt and then inside /mnt the
> directory /mnt/dos. once this is done edit the file fstab in /etc to
> include this line
>=20
> /dev/hda1       /mnt/dos                  vfat            defaults   0
> 0
>=20
> Preferably putting that line after the line
>=20
> # End of YaST-generated fstab lines
>=20
> So that yast will ignor it.
>=20
> I hope this sorts out your problem
>=20
> Reagards
>=20
> Owen
> --
> My Email address is permanent(a)altavista.net
> My top search engine is http://www.phoaks.com>
> My web site http://home.clara.net/oms101/>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6104930643928874837==--


From echen@bellsouth.net Thu Feb 25 18:40:15 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Newbie and Star Office
Date: Thu, 25 Feb 1999 13:40:15 -0500
Message-ID: <36D5990F.FFDB9326@bellsouth.net>
In-Reply-To: <90D7336CE2B9D211A18408002BB777096B9846@ctrl.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2056667251010116893=="

--===============2056667251010116893==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
 we need morer information, like what command you typed and what
messages you got etc. Maybe the user you are using doesn't have
permission to run the Installer?  I think it should be some relatively
simple problem like that, because all I did to install Staroffice was
type in: soffice     in X-win, and everything was installed pretty much
automatically.
gl
echen
"Delbaere, Tim" wrote:
>=20
> Hi,
>=20
> I am new to all this Linux stuff, and have now got my SuSE 5.2 all running
> fine with KDE. Last night I wanted to install Star Office 5.0 that came with
> an English PC Plus magazine. I logged in as myself not 'root' but I cant get
> the setup to work at all.
>=20
> 1st off. I cant run the setup from my Cd as it want it mounted on a local
> HD. So I copied it to my /dev/sda2, where I have Linux installed. Tried to
> install and it will not let me.
>=20
> It was real late last night about 1.00 am so I gave up. Anybodu got any
> idea's. I must be missing something simple.
>=20
> I also tried it straight from X, and not KDE.
>=20
> Thanks
>=20
> Tim
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2056667251010116893==--


From abrahams@valinet.com Thu Feb 25 18:48:47 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Netscape: deleting "read" messages en masse
Date: Thu, 25 Feb 1999 13:48:47 -0500
Message-ID: <36D59B0F.D12E14E7@valinet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0265716005606951929=="

--===============0265716005606951929==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Does anyone know a way of deleting the messages I've read with a single
action under Netscape Messenger?  I've only been able to delete them one
by one.

Paul Abrahams

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0265716005606951929==--


From echen@bellsouth.net Thu Feb 25 19:00:09 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Star Office: SuSE version vs. openmarket version
Date: Thu, 25 Feb 1999 14:00:09 -0500
Message-ID: <36D59DB9.3B703CB3@bellsouth.net>
In-Reply-To: <199902251800.NAA00404@pleurotus.local>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7927499485403218695=="

--===============7927499485403218695==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
 If I'm not mistaken, Star Office Personal Edition is FREE. I think hte
advantage is you get Install CDs and printed manuals. Check out their
Webpage:
http://www.stardivision.com>
echen

"Paul W. Abrahams" wrote:
>=20
> I recently ordered the Personal version of Star Office from Linux Mall,
> but haven't yet received it.  After I ordered it I learned that SuSE 6.0
> comes with Star Office.  Are there any advantages of the open-market
> version over the version that comes with SuSE, or should I just return
> the software to Linux Mall?
>=20
> Thanks for any advice -
>=20
> Paul Abrahams
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7927499485403218695==--


From robert@namodn.com Thu Feb 25 19:03:43 1999
From: robert@namodn.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Kernel 2.2.1 and sound
Date: Thu, 25 Feb 1999 19:03:43 +0000
Message-ID: 
In-Reply-To: <36D58E51.6F8E0A87@cityweb.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4683258276181550927=="

--===============4683258276181550927==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




You do not need isapnp if you use OSS.

OSS takes care of PNP settings. It does not require a kernel recompile;
however since kernel recompiles are not a bad idea ;) at least to set your
processor type/take out utterly unneeded stuff (for your setup), make sure
you do not use any sound drivers whatsoever when using OSS.

Install the OSS RPM and read rpm -qi oss , it explains the (easy) process
to install.=20

                (www.namodn.com/\/\/www.ArtWritingMusic.com)
                        (robert(a)namodn.com)
-rob

On Thu, 25 Feb 1999, Juergen Braukmann wrote:

>=20
> Michael.Bielicki(a)linkdesign.com wrote:
> >=20
> > The PNPBIOS stuff is for the parallel interface :)) you still have to use
> > isapnp for your soundcard
> >=20
>=20
> ALL RIGHT THEN. HOW DO I TELL THE IRQ AND IO ADRESSES TO THE KERNEL?
> I MEAN WHEN COMPILING THE KERNEL (WITH OSS DRIVERS). I AM MISSING A SORT
> OF "LINK" SOMEHOW....
>=20
>=20
> JUERGEN
>=20
> --=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D     __   _
> Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ /  (_)__  __ ____  __
> Tel: 0201-743648  dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ /
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4683258276181550927==--


From anthony_Melia@Dell.com Thu Feb 25 19:18:13 1999
From: anthony_Melia@Dell.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Anyone know how to make my dos partition recognized
Date: Thu, 25 Feb 1999 13:18:13 -0600
Message-ID:
 <77CA71B826C3D111A08200A0C9AB506001962AC7@bryxmedc02.bray.ie.dell.com>
In-Reply-To:
 <[SuSE Linux] Anyone know how to make my dos partition recognized>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7795427390279027548=="

--===============7795427390279027548==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Type cat /proc/filesystems to see what filesystems are supported by the
kernal.

Regards,

Tony Melia  MCP
Server Support Group

* +353 1 2044208
* Tony_Melia(a)Dell.com=20
 <<...>>=20

                -----Original Message-----
                From:	echen [mailto:=
echen(a)bellsouth.net]
                Sent:	Thursday, February 25, 1999 6:29 PM
                To:	permanent(a)altavista.net
                Cc:	'suse-linux-e(a)suse.com'
                Subject:	Re: [SuSE Linux] Anyone know how to make my
dos partition recognized

                Also,
                 If that did not solve the problem, maybe you didn't compile
the kernel
                to support Vfat filesystem.

                Owen Synge wrote:
		>=20
		> #HENRY WAHYUDI SETIAWAN# wrote:
		> >
		> > Hi My system assume hda1 (Windows 95 fat32..partition)
as unknown.
		> > Anyone know what program make it be read ... ??
		> > thanks
		> > -
		> > To get out of this list, please send email to
majordomo(a)suse.com with
		> > this text in its body: unsubscribe suse-linux-e
		> > Check out the SuSE-FAQ at
http://www.suse.com/Support/Doku/FAQ/> and t=
he
		> > archive at
http://www.s=
use.com/Mailinglists/suse-linux-e/index.html>
		>=20
		> First you need to create the directory /mnt and then
inside /mnt the
		> directory /mnt/dos. once this is done edit the file fstab
in /etc to
		> include this line
		>=20
		> /dev/hda1       /mnt/dos                  vfat
defaults   0
		> 0
		>=20
		> Preferably putting that line after the line
		>=20
		> # End of YaST-generated fstab lines
		>=20
		> So that yast will ignor it.
		>=20
		> I hope this sorts out your problem
		>=20
		> Reagards
		>=20
		> Owen
		> --
		> My Email address is permanent(a)altavista.net
		> My top search engine is http://www.phoaks.com>
		> My web site http://home.clara.net/oms101/>
		>=20
		> -
		> To get out of this list, please send email to
majordomo(a)suse.com with
		> this text in its body: unsubscribe suse-linux-e
		> Check out the SuSE-FAQ at
http://www.suse.com/Support/Doku/FAQ/> and t=
he
		> archive at
http://www.s=
use.com/Mailinglists/suse-linux-e/index.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
                Check out the SuSE-FAQ at
http://www.suse.com/Support/Doku/FAQ/> and t=
he
                archive at
http://www.s=
use.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7795427390279027548==--


From imm@KidsCare.Net Thu Feb 25 19:18:31 1999
From: imm@KidsCare.Net
To: users@lists.opensuse.org
Subject: [SuSE Linux] my life with the dreaded SIS6326AGP 8mb onboard
Date: Thu, 25 Feb 1999 13:18:31 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8200134132073467907=="

--===============8200134132073467907==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




We'll Ive had some success getting this card to work with linux.
It's far from perfect and has created a plethora of new problems=20
I can only get to work in 800X600 16bp.
And it's still looks a little wierd on the menus etc. but I do have text
and cursor now!
It does not want to recognize my 8mg of on board video memoy.
I have to set memory to 4mb or 1mb.
Sax even wanted to set the ramdac at 111, but it seemed to work.  =20
I really wish this would work properly.
It is the only problem I've had with this distro..
Has anyone out there tried to run this card with accellerated X????
That is the only alternative I now see.
If anyone has had luck with it please let me know.
ian the sane

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8200134132073467907==--


From wolfsong@blaze.ca Thu Feb 25 20:00:50 1999
From: wolfsong@blaze.ca
To: users@lists.opensuse.org
Subject: [SuSE Linux] Rockwell stuff...
Date: Thu, 25 Feb 1999 12:00:50 -0800
Message-ID: <36D5ABF2.F4DE99EE@blaze.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8638496535891958885=="

--===============8638496535891958885==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have a 56K modem and a soundcard....both by Rockwell.
Figured it was a well-known make, well-known co...but WHY is there no
support for it?

I would like a workaround...or a driver...or some fidgeting that i can
do so that both modem and soundcard can be recognized and be utilized
under 6.0. Is ther any such thing?


--
islandwolf
"live from the den of ubiquity"

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8638496535891958885==--


From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 25 20:00:54 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] CD
Date: Thu, 25 Feb 1999 15:00:54 -0500
Message-ID: <36D5ABF6.5DDCED9F@cpkwebser5.ncr.disa.mil>
In-Reply-To: <199902251710.MAA09692@ns2.mounet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7647283457789801207=="

--===============7647283457789801207==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Mike,

I'd spring for the $40 or so and buy SuSE's dist.  It's kind of like voluntary
taxation.  The package is one of the best investments I've made in my life.

Steve

Mike Dempsey wrote:

> I just downloaded SuSe to my PC, and wanted to make install CD's.... but
> its like over 2gb.... exactly what do I need to d/l, and how do I split it
> up between cd's.... any help is appreciated... thanks
>
> -Mike
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
begin:vcard=20
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============7647283457789801207==--


From alexm@quake.tx.symbio.net Thu Feb 25 20:21:23 1999
From: alexm@quake.tx.symbio.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] List behavior
Date: Thu, 25 Feb 1999 14:21:23 -0600
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3490935255422414221=="

--===============3490935255422414221==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Is it only me who gets every message from this list twice?
All of them are addressed to suse-linux-e only...

-alexm

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3490935255422414221==--


From aputic@ptt.yu Thu Feb 25 20:25:35 1999
From: aputic@ptt.yu
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] eth0 (network unreachable)
Date: Thu, 25 Feb 1999 21:25:35 +0100
Message-ID: <36D5B1BF.C8B0F11B@ptt.yu>
In-Reply-To: <[SuSE Linux] eth0 (network unreachable)>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6107252212854242743=="

--===============6107252212854242743==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Bostjan M|ller wrote:...

But message is dated as: Thu, 07 Feb 2036 19:17:25 +0100

whats up?

--=20
    Pozdrav, Putic A.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6107252212854242743==--


From hattons@CPKWEBSER5.ncr.disa.mil Thu Feb 25 21:16:41 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] List behavior
Date: Thu, 25 Feb 1999 16:16:41 -0500
Message-ID: <36D5BDB9.DD8C21E1@cpkwebser5.ncr.disa.mil>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0239105952706852715=="

--===============0239105952706852715==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Alex, Alex,

No No I I only only get get one one from from SuSE SuSE.  I I do, do,
however, however, often often get get two two messages messages when when a
a person person replies replies to to my my posts posts. I I wish wish the
the reply reply to to were were SuSE SuSE rather rather than than the the
originator originator.

Steve Steve

alexm wrote:

> Hi,
>
> Is it only me who gets every message from this list twice?
> All of them are addressed to suse-linux-e only...
>
> -alexm
>
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
begin:vcard=20
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============0239105952706852715==--


From zentara@mindspring.com Thu Feb 25 21:18:27 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet
Date: Thu, 25 Feb 1999 16:18:27 -0500
Message-ID: <36D5BE23.BD9C3E16@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8212656939756092620=="

--===============8212656939756092620==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




alex(a)daniloff.com wrote:
>=20
> Hello folks!
>=20
> After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this
> question. My modem US Robotics Sportster 56K ISA is configured and
> functioning properly. I'm reliably connecting to my Internet provider
> through minicom. When I invoke Netscape and try to go to any Web Site,
> Netscape gives the messages: Unable locate the Server and Please check
> Server name and try again. Exactly the same messages Netscape gives when
> my Linux box is not connected to the Internet. I assumed that for some
> reasons Netscape doesn't sense connection with Internet. What it could
> be ? I couldn't find an answer in SuSE 6.0 Manual.

You are not connecting to your ISP's nameservers. Check your
resolv.conf.
You might also have a routing problem, with routing for ppp0
not getting setup right when you use minicom.
I'm not totally familiar with how to setup routing
for ppp0 manually. Redhat users have alot of problems with this.

> Last question: Is it possible to make my Linux box dial-up automatically
> when I invoke Netscape the same as I'm doing in Windoze NT ?

Install diald.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8212656939756092620==--


From zentara@mindspring.com Thu Feb 25 21:24:01 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Netscape: deleting "read" messages en masse
Date: Thu, 25 Feb 1999 16:24:01 -0500
Message-ID: <36D5BF71.CC692679@mindspring.com>
In-Reply-To: <36D59B0F.D12E14E7@valinet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7617528662013187936=="

--===============7617528662013187936==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Paul W. Abrahams wrote:
>=20
> Does anyone know a way of deleting the messages I've read with a single
> action under Netscape Messenger?  I've only been able to delete them one
> by one.
>=20

In the "list pane" click on the top message, then hold shift and=20
click on the last message. Then right click on the whole bunch
of highlighted messages, and select delete.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7617528662013187936==--


From zentara@mindspring.com Thu Feb 25 21:28:00 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] my life with the dreaded SIS6326AGP 8mb onboard
Date: Thu, 25 Feb 1999 16:28:00 -0500
Message-ID: <36D5C060.BED87EAB@mindspring.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1239377101776061447=="

--===============1239377101776061447==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ian M. Moore wrote:
>=20
> We'll Ive had some success getting this card to work with linux.
> It's far from perfect and has created a plethora of new problems
> I can only get to work in 800X600 16bp.

> Has anyone out there tried to run this card with accellerated X????
> That is the only alternative I now see.
> If anyone has had luck with it please let me know.
> ian the sane
>=20

I use an onboard sis6326 with 8megs, and it works perfectly
and it setup under Sax. I had to add sw_cursor and no_bitblt
to the server options.

I don't htink you need Accelerated X for that card. The
SVGA driver works good.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1239377101776061447==--


From zentara@mindspring.com Thu Feb 25 21:29:57 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Rockwell stuff...
Date: Thu, 25 Feb 1999 16:29:57 -0500
Message-ID: <36D5C0D5.27136899@mindspring.com>
In-Reply-To: <36D5ABF2.F4DE99EE@blaze.ca>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8799174783427503181=="

--===============8799174783427503181==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




islandwolf wrote:
>=20
> I have a 56K modem and a soundcard....both by Rockwell.
> Figured it was a well-known make, well-known co...but WHY is there no
> support for it?
> 
> I would like a workaround...or a driver...or some fidgeting that i can
> do so that both modem and soundcard can be recognized and be utilized
> under 6.0. Is ther any such thing?
> 

It is probably a winmodem, and you can't use it
with linux. The soundcard probably can be made to
work. Have you tried the 4Front OSS drivers?


--=20
What we call reality is just a mass-hallucination.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8799174783427503181==--


From dominic_mcdonald_aveyard@yahoo.com Thu Feb 25 21:49:29 1999
From: dominic_mcdonald_aveyard@yahoo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] I broke my linux box
Date: Thu, 25 Feb 1999 13:49:29 -0800
Message-ID: <19990225214929.12323.rocketmail@send203.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8894787661568868611=="

--===============8894787661568868611==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey there again everyone,

Well I gone and done it this  time. Following the advice of changing
the colour depth on my linux box, thanks for the advice everyone- I
started up XSetup and it told me that x11 was already running did I
wnat to reconfigure. Foolishly, I said yes, changed to 16b colour
depth and saved the configuration. Then I logged out of K, and as
usual the system started up kdm. Execpt thsi time it didn't it said
started kdm and then just stopped on the text only screen and then the
screen began to flash. I rebooted the same thing happend.

Its my own fault, every time I've used XSetup telling it to use
current settings a sdefaults made it crash, I should have known
better. anyways, in yast my system is set to do the kdm thing every
time. I tried booting fron the boot floppy, same thing.

How can I fix this? Or should I just bare with windws for the next few
days until I get SuSE 6 and have it up and running?

Feeling silly,=20
Dom
=3D=3D

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8894787661568868611==--


From gcambria@ar.ing.unisi.it Thu Feb 25 22:15:09 1999
From: gcambria@ar.ing.unisi.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kernel 2.2.1 doesn't boot (frozen armadillo)
Date: Thu, 25 Feb 1999 23:15:09 +0100
Message-ID: <005c01be610c$4fb275b0$0205a8c0@lupoalberto>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9004604975078665374=="

--===============9004604975078665374==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi NetPeople

I run Suse 5.3 with 2.0.36 Suse kernel. It works very fine with a Realtek
8029 lan card, an ASUS PCI-SC200 scsi card with CD-R, i740 video etc. etc.
(Only a bug: Ensoniq AudioPCI doesn't work at all).
It's OK X with kdm too, kppp and kmail.

A beatiful (?) day I downloaded from ftp.us.kernel.org the generic (non-Suse
specific) linux-2.2.1.tar.gz
Un-gzipped, untarred, made a conf file with 'make xconfig', compiled (gcc
2.7.2.1) and compiled modules too, when I boot again from DOS (at this
moment I prefer loadlin instead of lilo) the system displays only (about):

'uncompressing linux ............ Ok  now booting the kernel'

and hangs like a frozen armadillo

Is in the world (i.e. linux mailing list community) anyone who has an idea
about?

Thanx

NanniX

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9004604975078665374==--


From karrde@future.net.tr Thu Feb 25 23:42:03 1999
From: karrde@future.net.tr
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 2.2.2 breaks networking?
Date: Thu, 25 Feb 1999 23:42:03 +0000
Message-ID: <36D5DFCB.8157D93A@future.net.tr>
In-Reply-To: <7FD5C79AD680D211AC4100A0C96B501C18EDE2@orsmsx49.jf.intel.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6182101881407713189=="

--===============6182101881407713189==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm pretty sure you need a newer dhcp client for the 2.2.x kernels.  first
check the /unsorted dir on the first suse cd to see if they put it in there, =
if
not goto www.freshmeat.net and get it there.  Good luck!

"Abrams, Marc A" wrote:

> Hi:
>
> I just followed some instructions to update SuSE 6.0 from 2.0.36 to 2.2.2 on
> an IBM Thinkpad 600 laptop and they worked just fine... except it broke my
> networking.
>
> I then recompiled the pcmcia package and got the adapter working, but now
> the scripts are all screwed up because it cannot find the dhcpcd daemon. I
> tried reinstalling the dhcpc.rpm from the distribution cd, but that didn't
> work either. I then tried to set a fixed IP address, and that didn't work.
>
> I'm at a loss here... help.
>
> marc.
>


--

 "I'm fuzzy on this whole good/bad thing" -Dr. Peter Venkman
Made possible by SuSE 5.3 and Kernel 2.2.2ac1
Linux.....Just Do it

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6182101881407713189==--


From karrde@future.net.tr Thu Feb 25 23:45:51 1999
From: karrde@future.net.tr
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet
Date: Thu, 25 Feb 1999 23:45:51 +0000
Message-ID: <36D5E0AF.8730BE40@future.net.tr>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4397066876590256280=="

--===============4397066876590256280==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




First off, I hope you're not using minicom to connect to your isp ;)  There
are many helpful ppp programs out there, such as pppsetup that you can use.
Second, you might want to check your /etc/resolv.conf and make sure
'search' and 'nameserver' are filled with the appropriate info. I think you
might also have to put this into /etc/rc.config.  As far as the dial on
demand stuff, there is a program called diald which does this....it is a
tad difficult to set up though.  It comes with SuSE.....

alex(a)daniloff.com wrote:

> Hello folks!
>
> After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this
> question. My modem US Robotics Sportster 56K ISA is configured and
> functioning properly. I'm reliably connecting to my Internet provider
> through minicom. When I invoke Netscape and try to go to any Web Site,
> Netscape gives the messages: Unable locate the Server and Please check
> Server name and try again. Exactly the same messages Netscape gives when
> my Linux box is not connected to the Internet. I assumed that for some
> reasons Netscape doesn't sense connection with Internet. What it could
> be ? I couldn't find an answer in SuSE 6.0 Manual. I configured modem
> Internet connection through the YAST according Manual. May be something
> wrong with minicom configuration?
>
>


--

 "I'm fuzzy on this whole good/bad thing" -Dr. Peter Venkman
Made possible by SuSE 5.3 and Kernel 2.2.2ac1
Linux.....Just Do it

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4397066876590256280==--


From jholl@sirius.com Fri Feb 26 00:29:36 1999
From: jholl@sirius.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Thu, 25 Feb 1999 16:29:36 -0800
Message-ID: <199902260032.QAA07474@mail2.sirius.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0374530313301882317=="

--===============0374530313301882317==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Pleas bear with as I am new to linux. I have installed SuSE 5.3 from CD and
wish to updat my linux box to the latest version of SuSE. I am having a
heck of a time trying to figure out how i can do it from the ftp site. When
I input the directory of where it shoul look, it comes back and says it was
not found! I have verified that the path to the directory is correct.

Can someone please help me and tell me how I can upgrade to 6.0?

Jeff

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0374530313301882317==--


From echen@bellsouth.net Fri Feb 26 01:21:23 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] I broke my linux box
Date: Thu, 25 Feb 1999 20:21:23 -0500
Message-ID: <36D5F713.D3BA9C91@bellsouth.net>
In-Reply-To: <19990225214929.12323.rocketmail@send203.yahoomail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2045412649746537015=="

--===============2045412649746537015==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just press ctrl+alt+ F1
to switch to the text console, there you can run yast, or fix your setup
files by hand.
echen
Dominic MacDonald-Aveyard wrote:
>=20
> Hey there again everyone,
>=20
> Well I gone and done it this  time. Following the advice of changing
> the colour depth on my linux box, thanks for the advice everyone- I
> started up XSetup and it told me that x11 was already running did I
> wnat to reconfigure. Foolishly, I said yes, changed to 16b colour
> depth and saved the configuration. Then I logged out of K, and as
> usual the system started up kdm. Execpt thsi time it didn't it said
> started kdm and then just stopped on the text only screen and then the
> screen began to flash. I rebooted the same thing happend.
>=20
> Its my own fault, every time I've used XSetup telling it to use
> current settings a sdefaults made it crash, I should have known
> better. anyways, in yast my system is set to do the kdm thing every
> time. I tried booting fron the boot floppy, same thing.
>=20
> How can I fix this? Or should I just bare with windws for the next few
> days until I get SuSE 6 and have it up and running?
>=20
> Feeling silly,
> Dom
> =3D=3D
>=20
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com>
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2045412649746537015==--


From dlaude@execpc.com Fri Feb 26 01:23:48 1999
From: dlaude@execpc.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet
Date: Thu, 25 Feb 1999 19:23:48 -0600
Message-ID: <36D5F7A4.40337488@execpc.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5917236686782570437=="

--===============5917236686782570437==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




alex(a)daniloff.com wrote:

> Hello folks!
>
> After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this
> question. My modem US Robotics Sportster 56K ISA is configured and
> functioning properly. I'm reliably connecting to my Internet provider
> through minicom. When I invoke Netscape and try to go to any Web Site,
> Netscape gives the messages: Unable locate the Server and Please check
> Server name and try again. Exactly the same messages Netscape gives when
> my Linux box is not connected to the Internet. I assumed that for some

Alex, try either editing your resolv.conf or rc.config, both of which
are located in
the /etc directory.  Personally, I just edit my resolv.conf then copy that
file to a
different name, (like resolv.orig) so when Yast overwrites it you just copy
over
the .orig to .conf. ;)  (and yes to other's, I know I can disable that
feature of Yast.)

Anyway, here's a look at my resolv.conf:

domain execpc.com
nameserver 169.207.1.3
nameserver 204.29.202.6
nameserver YAST_ASK

That's it.  Just enter your ISP's domain and DNS entries.

Dana

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5917236686782570437==--


From echen@bellsouth.net Fri Feb 26 01:33:42 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Thu, 25 Feb 1999 20:33:42 -0500
Message-ID: <36D5F9F6.42CF7FC8@bellsouth.net>
In-Reply-To: <199902260032.QAA07474@mail2.sirius.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7735412417093179032=="

--===============7735412417093179032==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Make sure you enter the full path to the Suse 6.0 directory.
I believe it is:   /SuSE_Update/6.0
something like that, if it's not right just FTP to ftp.suse.com and find
out what the correct path is.
echen

Jeff holliman wrote:
>=20
> Pleas bear with as I am new to linux. I have installed SuSE 5.3 from CD and
> wish to updat my linux box to the latest version of SuSE. I am having a
> heck of a time trying to figure out how i can do it from the ftp site. When
> I input the directory of where it shoul look, it comes back and says it was
> not found! I have verified that the path to the directory is correct.
>=20
> Can someone please help me and tell me how I can upgrade to 6.0?
>=20
> Jeff
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7735412417093179032==--


From jholl@sirius.com Fri Feb 26 01:34:35 1999
From: jholl@sirius.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Thu, 25 Feb 1999 17:34:35 -0800
Message-ID: <199902260137.RAA15049@mail2.sirius.com>
In-Reply-To: <36D5F9F6.42CF7FC8@bellsouth.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0080102298536395717=="

--===============0080102298536395717==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




At 08:33 PM 2/25/99 -0500, you wrote:

I did that! And it still comes up with the directory not found error

>Make sure you enter the full path to the Suse 6.0 directory.
>I believe it is:   /SuSE_Update/6.0
>something like that, if it's not right just FTP to ftp.suse.com and find
>out what the correct path is.
>echen
>
>Jeff holliman wrote:
>>=20
>> Pleas bear with as I am new to linux. I have installed SuSE 5.3 from CD and
>> wish to updat my linux box to the latest version of SuSE. I am having a
>> heck of a time trying to figure out how i can do it from the ftp site. When
>> I input the directory of where it shoul look, it comes back and says it was
>> not found! I have verified that the path to the directory is correct.
>>=20
>> Can someone please help me and tell me how I can upgrade to 6.0?
>>=20
>> Jeff
>>=20
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0080102298536395717==--


From paulf@quillandmouse.com Fri Feb 26 01:54:51 1999
From: paulf@quillandmouse.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Pine/HTML viewing
Date: Thu, 25 Feb 1999 20:54:51 -0500
Message-ID: 
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3884082868187847161=="

--===============3884082868187847161==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Thu, 25 Feb 1999, Lenz Grimmer wrote:

>=20
> Hi,
>=20
> On Thu, 25 Feb 1999, Paul M. Foster wrote:
>=20
> > New SuSE 5.3 installation, using Pine as the MUA. When receiving html
> > attachments, Pine used to open Lynx and view them. Now it doesn't.
> > Can't figure out why. This is apparently controlled by the
> > /etc/mailcap file, which originally had no entry for the text/html
> > attachment type. In this state, Pine would say it didn't know how to
> > display text/html types. So I put an entry in /etc/mailcap as follows:
> >=20
> > text/html; lynx=20
> >=20
> > Now it doesn't tell me it doesn't understand it, it just says:
> >=20
> > VIEWER command launched
> >=20
> > but doesn't display the file. ps ax does not show that lynx is running
> > when I do this, unless is ran for a split second and I missed it.
> >=20
> > /etc/mime.types includes an entry for text/html, and lynx is installed
> > and works. FWIW, when you hit "A" (About) for the attachment, it says
> > that it will run the command lynx . That makes sense, and
> > works when I do this by itself in another console. But it doesn't
> > appear to work inside Pine. I'm not running this as root, and it
> > almost looks like somehow I can't launch a subshell or subprocess.
> > Peculiar.
> >=20
> > So I'm stymied. Any ideas?
>=20
> Well, this does not solve your problem directly, but Pine 4 is now capable
> of displaying HTML inline without the need of a helper application. Have a
> look at the release notes for further info.
>=20
> Bye,
> 	LenZ

I thought about using version 4, but YaST warns you that it is
experimental, so I went for 3.96 instead. May have to check it out.

Paul Foster

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3884082868187847161==--


From zentara@mindspring.com Fri Feb 26 02:16:50 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Sis6326 is broken in suse6.0
Date: Thu, 25 Feb 1999 21:16:50 -0500
Message-ID: <36D60412.53F90782@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1809427133796972786=="

--===============1809427133796972786==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Well I told a few people that the sis6326 was working
with the svga server. I was wrong!!!!!!!

I apologize to those others who are having trouble
with the SiS6236 under suse6.0.

I got my suse6.0 today and the vga16 driver
is broken. Sax, and XF86Setup will lock the machine
up so bad, the reset button has to be hit.
xf86config will work far enough to setup
the X link, but startx won't work with
the XF86config file it makes.
Luckily, the Sis6326 config file I had
made with Suse 5.1 works. I can get
startx to run under 6.0 with that old file.

This was my first attempt to install, and I
must say, I'm not too pleased.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1809427133796972786==--


From echen@bellsouth.net Fri Feb 26 02:23:28 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Thu, 25 Feb 1999 21:23:28 -0500
Message-ID: <36D605A0.B362B2B1@bellsouth.net>
In-Reply-To: <199902260137.RAA15049@mail2.sirius.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0929566461105661293=="

--===============0929566461105661293==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




This should work:
ftp.suse.com
/pup/SuSE-Linux/6.0

Because this is what I used just now.
If it still doesn't work then something else is wrong
echen

Jeff holliman wrote:
>=20
> At 08:33 PM 2/25/99 -0500, you wrote:
>=20
> I did that! And it still comes up with the directory not found error
>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0929566461105661293==--


From andrew@akroll.com Fri Feb 26 02:51:45 1999
From: andrew@akroll.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly
Date: Thu, 25 Feb 1999 20:51:45 -0600
Message-ID: <000201be6132$f26caca0$2740f1cf@akroll>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0090474716847129159=="

--===============0090474716847129159==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm having trouble with my KPPP for SUSE 6.0.  Under 5.3 it worked like=20
a charm, but this version is giving me a little trouble.  I set it up as=20
I did under the previous version.  I'm using a local ISP, so all I had=20
to set was the login ID and DNS settings--everything else was the=20
default (as it was under SUSE 5.3).  I tried telling it to use CHAP,=20
SCRIPT BASED, PAP, Etc.  Nothing works.  It dials out just fine, but as=20
soon as it connects, it comes back with a message that says "PPP daemon=20
died unexpectedly".  Does anyone have a clue as to why?   I'm very=20
anxious to get this working because as soon as I do, I can delete my=20
Redhat 5.2 partition.  Thanks everyone.=20

--Andrew Kroll=20

    =20
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0090474716847129159==--


From pepermil@cybernex.net Fri Feb 26 02:53:14 1999
From: pepermil@cybernex.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Recommendations for a Laptop?
Date: Thu, 25 Feb 1999 21:53:14 -0500
Message-ID: <36D60C9A.4401682@pop.cybernex.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3882871367591587775=="

--===============3882871367591587775==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hey everyone,

I was just wondering if anyone had any recommendations for a particular
brand/model of laptop to purchase if I am interested in running SuSE
Linux (6.0 preferrably) on it.  I was considering a Dell or IBM, but am
open to any suggestions.  Going to basically need the works: network
card, modem, fairly large screen size, etc.  No DVD required though.=20
Probably going to want to multi-boot with 95/NT/BeOS/BSD possibly.


--=20
TIA,

Dave C.
pepermil(a)pop.cybernex.net
http://www2.cybernex.net/~pepermil/>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3882871367591587775==--


From mpayson@eskimo.com Fri Feb 26 02:56:21 1999
From: mpayson@eskimo.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] SupraSonic II modem
Date: Thu, 25 Feb 1999 18:56:21 -0800
Message-ID: <3.0.5.32.19990225185621.007db5f0@mail.eskimo.com>
In-Reply-To: <36D3CCC2.1AAB3AF7@esoterica.pt>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4136157641270352043=="

--===============4136157641270352043==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Does anyone know whether or not the SupraSonic II modem is compatible with
Linux? There are no listings for it in the hardware DB at the suse site or
Red Hat's site (which does list the SupraSonic (not II) as incompatible), &
I can't get linux.org at the present time, but I suspect that it might be
Windows only technology.

Failing that, how abouth the SupraExpress 56k External?

Both of these modems support binding two channels together to double your
throughput (you need two of the external, though), so it would be nice if
they work...

Thanks!
Mike

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4136157641270352043==--


From bio@mounet.com Fri Feb 26 03:09:03 1999
From: bio@mounet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] CD
Date: Thu, 25 Feb 1999 22:09:03 -0500
Message-ID: <199902260557.VAA16617@mail.suse.com>
In-Reply-To: <36D5ABF6.5DDCED9F@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2826243078174729041=="

--===============2826243078174729041==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yea, but I've never used it before... I want to "try before you buy" ....
if I like this one, I'll prolly buy the next one... (or this one if I find
I need CD's), but I can't buy a distribution that I haven't used.....  =20

At 03:00 PM 2/25/99 -0500, Steven T. Hatton wrote:
>Mike,
>
>I'd spring for the $40 or so and buy SuSE's dist.  It's kind of like
voluntary
>taxation.  The package is one of the best investments I've made in my life.
>
>Steve
>
>Mike Dempsey wrote:
>
>> I just downloaded SuSe to my PC, and wanted to make install CD's.... but
>> its like over 2gb.... exactly what do I need to d/l, and how do I split it
>> up between cd's.... any help is appreciated... thanks
>>
>> -Mike
>>
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2826243078174729041==--


From joe_x00@hotmail.com Fri Feb 26 03:29:25 1999
From: joe_x00@hotmail.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] startx on Linux (XFree86)
Date: Thu, 25 Feb 1999 19:29:25 -0800
Message-ID: <19990226032926.29992.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4324062097798991258=="

--===============4324062097798991258==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

I am new to this Linux. Recently I had suceessfully installed RedHat=20
Linux 5.1 on my pc. But I do have one problem. i.e I could not start=20
xwindows by using startx command. I think this problem came from my=20
adapter. I could not find my adapter name (SiS 5597) during the RedHat=20
installation. If any one can help in this problem, I would really=20
appreciate.

Thanks
Joe

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4324062097798991258==--


From karmacop@4thdimension.net Fri Feb 26 03:47:32 1999
From: karmacop@4thdimension.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Fri, 26 Feb 1999 04:47:32 +0100
Message-ID: 
In-Reply-To: <36D605A0.B362B2B1@bellsouth.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7780570872011036357=="

--===============7780570872011036357==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hmmm...try this site, then:
ftp.linuxberg.com/pub/distributions/SuSE/suse/

It worked for me just yesterday.

jason

BTW: When I installed SuSE 6.0 last night, I chose the "kernel for special
chipsets" option, 'cause I've got an Apollo Pro Plus-based board.  Was
this really necessary, and will it have any sort of silly impact on my
system?  thanks..

On Thu, 25 Feb 1999, echen wrote:
>=20
> This should work:
> ftp.suse.com
> /pup/SuSE-Linux/6.0
>=20
> Because this is what I used just now.
> If it still doesn't work then something else is wrong
> echen
>=20
> Jeff holliman wrote:
> >=20
> > At 08:33 PM 2/25/99 -0500, you wrote:
> >=20
> > I did that! And it still comes up with the directory not found error
> >
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7780570872011036357==--


From jlkreps@navix.net Fri Feb 26 04:06:41 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Empty libc6 directories... ???
Date: Thu, 25 Feb 1999 22:06:41 -0600
Message-ID: <36D61DD1.710A4671@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3243978482536285331=="

--===============3243978482536285331==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




As per the messages about deleting the stale link to libqumgio.so:  I
did that.  I also noticed that all of the directories under
/usr/i486-linux-libc6 are empty!  If SuSE 6.0 is a libc6 system
shouldn't those directories contain  executables, include files and
libraries?

(I noticed that my /usr/i486-linux-libc5 directories have lots of files
in them, becuase I have the old libc5 package installed.)
Jerry
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3243978482536285331==--


From abrahams@valinet.com Fri Feb 26 04:39:47 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Netscape: deleting "read" messages en masse
Date: Thu, 25 Feb 1999 23:39:47 -0500
Message-ID: <36D62593.357F5099@valinet.com>
In-Reply-To:
 <[SuSE Linux] Netscape: deleting "read" messages en masse>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1937756316504995240=="

--===============1937756316504995240==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Lawrence Sayre wrote:

> "Paul W. Abrahams" wrote:
> >
> > Does anyone know a way of deleting the messages I've read with a single
> > action under Netscape Messenger?  I've only been able to delete them one
> > by one.
> >
> > Paul Abrahams

> ALT-a, followed by ALT-d

I think that deletes all messages, not just the ones I 've read (since Alt-A
marks all of them).

Paul

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1937756316504995240==--


From abrahams@valinet.com Fri Feb 26 04:43:24 1999
From: abrahams@valinet.com
To: users@lists.opensuse.org
Subject:
 Re: [SuSE Linux] Netscape: deleting "read" messages en masse
Date: Thu, 25 Feb 1999 23:43:24 -0500
Message-ID: <36D6266C.2488846F@valinet.com>
In-Reply-To:
 <[SuSE Linux] Netscape: deleting "read" messages en masse>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1106241470305074052=="

--===============1106241470305074052==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Jerry Lynn Kreps wrote:

> Click on the first message to select it.
> Use the thumbwheel to scroll down to the last message of the group you
> wish to delete
> Hold the shift key down while clicking the last message.  All messages
> between the first one you clicked on and the last one you clicked on
> will be highlighted.  Hit the delete key or use the menu edit\cut
> option.

> "Paul W. Abrahams" wrote:
> >
> > Does anyone know a way of deleting the messages I've read with a single
> > action under Netscape Messenger?  I've only been able to delete them one
> > by one.

Yes, that works.  But is there a way to do it using the keyboard only?
(Maybe I'm being greedy to ask that.)

Paul

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1106241470305074052==--


From tomas@primenet.com Fri Feb 26 04:50:10 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] 6.0 Finally arrived.
Date: Thu, 25 Feb 1999 20:50:10 -0800
Message-ID: <36D62802.C52275A7@primenet.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0566368491377131932=="

--===============0566368491377131932==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Terrance L Eck wrote:
>=20
> > 1. # rm -rf /usr/src/linux
> > 2. tar xvzf /path-to-the-kernal/linux-2.2.2.tar.gz
> > 3. mv /usr/src/linux /usr/src/linux-2.2.2
> > 3. ln -s /usr/src/linux-2.2.2 /usr/src/linux
> > 4. cd linux
> > 5. make xconfig (see /usr/src/linux/README)
> > 6. make mrproper dep clean bzImage modules modules_install
>=20
> It is my understanding that "make mrproper" should preceed
> "make xconfig". Does'nt mrproper delete the .config file?
>=20

  Correct, but the first time you compile that kernel version, you
should run mrproper so that it will removed the default config, after
that first time, anytime you decide to configure a new kernel, you can
just type make xconfig/menuconfig/config whichever suits your particular
fancy. But the first time you should (recommended) do a make mrproper.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0566368491377131932==--


From tomas@primenet.com Fri Feb 26 04:56:22 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Pine/HTML viewing
Date: Thu, 25 Feb 1999 20:56:22 -0800
Message-ID: <36D62975.D4EA1DB2@primenet.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0113335782814818426=="

--===============0113335782814818426==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Paul M. Foster" wrote:
>=20
>=20
> I thought about using version 4, but YaST warns you that it is
> experimental, so I went for 3.96 instead. May have to check it out.
>=20

  Go ahead and use it, i've been using it for a while as well as using
the netscape mailer. My guess will be that the netscape mailer will
crash before the pine one does. But I'm still using the netscape one the
majority of the time.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0113335782814818426==--


From stevep@bash.linux-shell.net Fri Feb 26 05:04:13 1999
From: stevep@bash.linux-shell.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE 6.0/2.2.1/ParPort Zip 100MB--howto??
Date: Fri, 26 Feb 1999 00:04:13 -0500
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2939158095306541509=="

--===============2939158095306541509==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Greetings,

I am having trouble getting my Iomega 100MB par. port Zip drive to work
with the new 2.2.1 kernel. It works fine with the 2.0.36 kernel.

I get this from dmesg:
scsi : 0 hosts.
scsi : detected total.

I've searched the SuSE list archives and have not seen anything about this
particular zip drive (not zip+) and the new kernel that answers my
question.

I would appreciate it if someone would post how they configured the 2.2.1
kernel so this zip drive works.

TIA

Steve.=20

------------------------------------
Steve Pauly (281) 496-8041
Global Marine Drilling Co.
stevep(a)linux-shell.net
steve.pauly(a)glm.com
gmdcman(a)mindspring.com

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2939158095306541509==--


From tomas@primenet.com Fri Feb 26 05:11:58 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] List behavior
Date: Thu, 25 Feb 1999 21:11:58 -0800
Message-ID: <36D62D1E.75E9EB0E@primenet.com>
In-Reply-To: <36D5BDB9.DD8C21E1@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2547762407680208398=="

--===============2547762407680208398==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Steven T. Hatton" wrote:
>=20
> Alex, Alex,
>=20
> No I only get one from SuSE.  I do, however, often get two messages when a
> person replies to my posts. I wish the reply to were SuSE rather than the
> originator.
>=20
> Steve Steve

  Funny message :) but the reason for the reply showing the authors
email was because there were a few users whos mail boxes filled up
rather quickly and the ISP's would mail the problem back to the list
which would continuely repeat due to the fact that it kept re-emailing
that user, the other reason was because a few users were using the
vacation reply bit that would keep emailing the list as well. You just
have to remember to change the to address to suses's address before
sending (easily forgotten by many though)

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2547762407680208398==--


From tomas@primenet.com Fri Feb 26 05:23:51 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] I broke my linux box
Date: Thu, 25 Feb 1999 21:23:51 -0800
Message-ID: <36D62FE7.550D6EE0@primenet.com>
In-Reply-To: <36D5F713.D3BA9C91@bellsouth.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1404439739080305182=="

--===============1404439739080305182==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




echen wrote:
>=20
> Just press ctrl+alt+ F1
> to switch to the text console, there you can run yast, or fix your setup
> files by hand.
>
> >
> > How can I fix this? Or should I just bare with windws for the next few
> > days until I get SuSE 6 and have it up and running?
> >
> > Feeling silly,
> >

  Its possible that (speaking from experience here) that when he tries
to change to a console it wont accept due to the fact that X continues
to respawn do to his error. I accidently set up my inittab to runlevel 4
restarted my machine and when nothing happened realized that I hadn't
setup X yet with XF86Setup or XF86Config. So I quickly tried to set it
up but when it got to the portion where it restarts the X server it
kinda just sits there flashing rapidly at you telling you how stupid
what you did was (and boy did I feel stupid at the time).
  Anyway, to make a long story short, I booted with my floppy, mounted
my drives and then copied the inittab file to another floppy, quickly
mounted that floppy on another machine (non-windows) and edited the file
back to runlevel 3 and 'wait' for launching X, then restored it to my
screwed up system which upon reboot went straight into a console and
allowed me to rerun the setup for X.=20
  If you don't have another linux machine available, a windows machine
will work which you can telnet to your ISP with, upload the file to your
home directory there, edit it and then re-download it to your floppy.
  The other problem is, I can't remember which file in suse Yast puts
that setting in other then inittab.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1404439739080305182==--


From milvus@get2net.dk Fri Feb 26 05:40:26 1999
From: milvus@get2net.dk
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly
Date: Fri, 26 Feb 1999 06:40:26 +0100
Message-ID: <36D633CA.30A13B0@get2net.dk>
In-Reply-To: <000201be6132$f26caca0$2740f1cf@akroll>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6527295430514902186=="

--===============6527295430514902186==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Andrew Kroll wrote:
>=20
> I'm having trouble with my KPPP for SUSE 6.0.  Under 5.3 it worked like
> a charm, but this version is giving me a little trouble.  I set it up as
> I did under the previous version.  I'm using a local ISP, so all I had
> to set was the login ID and DNS settings--everything else was the
> default (as it was under SUSE 5.3).  I tried telling it to use CHAP,
> SCRIPT BASED, PAP, Etc.  Nothing works.  It dials out just fine, but as
> soon as it connects, it comes back with a message that says "PPP daemon
> died unexpectedly".  Does anyone have a clue as to why?   I'm very
> anxious to get this working because as soon as I do, I can delete my
> Redhat 5.2 partition.  Thanks everyone.

Sounds like you might want to press  when in kppp. Look for the
FAQ section. Says what you need.


--=20
Michael Andersen

----------->>  Stop software piracy --- use free software!=20
<<-----------
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6527295430514902186==--


From LinuxAdvocate@iname.com Fri Feb 26 06:11:00 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] startx on Linux (XFree86)
Date: Thu, 25 Feb 1999 20:11:00 -1000
Message-ID: <36D63AF4.6451F6E4@iname.com>
In-Reply-To: <19990226032926.29992.qmail@hotmail.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5805472682161257659=="

--===============5805472682161257659==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




joe kramer wrote:
>=20
> Hi,
>=20
> I am new to this Linux. Recently I had suceessfully installed RedHat
> Linux 5.1 on my pc. But I do have one problem. i.e I could not start
> xwindows by using startx command. I think this problem came from my
> adapter. I could not find my adapter name (SiS 5597) during the RedHat
> installation. If any one can help in this problem, I would really
> appreciate.

I was having a hard time getting my laptop to run X
with RedHat, too.  I was able to fix this by looking
at RedHat's web site - they have an awesome listing
of XF86Config files for various laptops.

=20
George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5805472682161257659==--


From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 26 06:19:53 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] libc doesn't work anymore.
Date: Fri, 26 Feb 1999 01:19:53 -0500
Message-ID: <36D63D08.FC746E20@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4077606699427951277=="

--===============4077606699427951277==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I was trying to get some aspects of KDE1.1 working and attempted a
forced reinstall of klibs.  I had been using kpackage.  The moment I
forced the install kpackage stopped working.  Now when I try to run it
from the command line I get:

bash-2.02# kpackage
kpackage: error in loading shared libraries
libkfile.so.1: cannot open shared object file: No such file or directory

I ran ldconfig -v and saw libkfile.so.1 associated with
libkfile.so.1.0.0.  I then ran ldd /opt/kde/bin/* and culled the
following:

bash-2.02# cat not_found.txt
        libjscript.so.0 =3D> not found
        libkdecore.so.1 =3D> not found
        libkdeui.so.1 =3D> not found
        libkfile.so.1 =3D> not found
        libkfm.so.1 =3D> not found
        libkhtmlw.so.1 =3D> not found
        libmediatool.so.1 =3D> not found
        libsane-dll.so.1 =3D> not found

##########################################
It seems to me that all of these are from libc and not glibc.  This is
what my /etc/ld.so.conf looks like:

/lib-aout
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/X386/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=3Dlibc5
/usr/i486-linux-libc6/lib=3Dlibc6
/usr/i486-linuxaout/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/gnome/lib

#############################################
Here's the first few lines of the ldconfig -v pertaining to libc5:

/usr/i486-linux-libc5/lib:
        libzvt.so.0 =3D> libzvt.so.0.0.0
        libz.so.1 =3D> libz.so.1.1.3
        libxview.so.3 =3D> libxview.so.3.2.4
        libxml.so.0 =3D> libxml.so.0.0.0
        libxdelta.so.0 =3D> libxdelta.so.0.0.18.0
        libxclass.so =3D> libxclass.so
        libwxtree_ol.so =3D> libwxtree_ol.so.1.67
        libwxtab_ol.so =3D> libwxtab_ol.so.1.67
        libwxprop_ol.so =3D> libwxprop_ol.so.1.67
        libwxhtml_ol.so =3D> libwxhtml_ol.so.1.67
        libwxgrid_ol.so =3D> libwxgrid_ol.so.1.67
        libwxgraph_ol.so =3D> libwxgraph_ol.so.1.67
        libwxchart_ol.so =3D> libwxchart_ol.so.1.67
        libwx_xtwidgets.so =3D> libwx_xtwidgets.so.1.66
        libwx_xt.so =3D> libwx_xt.so.1.66
        libwx_ol.so =3D> libwx_ol.so.1.67
        libvgagl.so.1 =3D> libvgagl.so.1.3.0
        libvga.so.1 =3D> libvga.so.1.3.0
        libuulib.so.0 =3D> libuulib.so.0.0.0
        libtvision.so =3D> libtvision.so.0.5
        libttf.so.2 =3D> libttf.so.2.0.0

Can anybody tell me what is up here?  I removed every rpm of KDE and
reinstalled.  This didn't fix the problem.

TIA

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============4077606699427951277==--


From namffuak@skyenet.net Fri Feb 26 06:25:23 1999
From: namffuak@skyenet.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Recommendations for a Laptop?
Date: Thu, 25 Feb 1999 22:25:23 +0000
Message-ID: <3.0.5.32.19990225222523.010d2950@pop.skyenet.net>
In-Reply-To: <36D60C9A.4401682@pop.cybernex.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2780946436166515931=="

--===============2780946436166515931==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I'm in the process of setting up a Sager NP9700-E right now --

check http://www.sagernotebook.com> for listings & details. Sh=
ort form -
13.3" TFT XGA display, with a 4 MB S3/Virge MX video set, 64 MB, 4 GB
drive, floppy, CD-ROM (24X) and smart Li-ion battery. 366 MHz AMD K6-2 cpu.
I had to go to the 2.2 kernel to get the mouse/touchpad to work - but at
2.2 it all runs out of the box. Yamaha sound included. I'm still playing
with the APM options, but the stock config only cost $1600 with shipping.
The display does 1024 by 768 by 24bpp with about a 130 degree cone of
visibility.

Comes with Win98 installed, and a shrink-wrapped Win98 install floppy and
CD. I used fips2 to re-partition; ended up with a 400 MB Win98 partition
and 3.5 GB for linux.

The motherboard is by Kapok (I think that's right) and is used in two other
vendor's systems. The Sager site has detailed info on all the key chipsets
on the system.

I'm looking for a modem card right now, and not having any luck. (I want
56k X2 and V.90, and USR seems to only be making winmodems; 56Kflex never
took off in this area, so I have no interest in it).

TomK
namffuak(a)skyenet.net

At 09:53 PM 2/25/99 -0500, you wrote:
>
>Hey everyone,
>
>I was just wondering if anyone had any recommendations for a particular
>brand/model of laptop to purchase if I am interested in running SuSE
>Linux (6.0 preferrably) on it.  I was considering a Dell or IBM, but am
>open to any suggestions.  Going to basically need the works: network
>card, modem, fairly large screen size, etc.  No DVD required though.=20
>Probably going to want to multi-boot with 95/NT/BeOS/BSD possibly.
>
>--=20
>TIA,
>
>Dave C.
>pepermil(a)pop.cybernex.net
>http://www2.cybernex.net/~pepermil/>
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2780946436166515931==--


From mperry@basin.com Fri Feb 26 07:33:41 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] question -- what does bind: number already in use mean?
Date: Thu, 25 Feb 1999 23:33:41 -0800
Message-ID: <199902260733.XAA02241@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4032486854323895963=="

--===============4032486854323895963==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just curious.  I configured my dell inspiron monster laptop for the
office ethernet jungle and it now reports that bind: number already in
use upon each boot.  I connect to the network sometimes and do not
other times.  Where does this statement come from and what in heck does
it mean at boot time?  I have a static ip at work.  Is the number given
to me now conflicting with something else at work?  Can I use dhcp at
work and manage this on a two machine net at home somehow?

--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4032486854323895963==--


From kukuk@suse.de Fri Feb 26 08:01:27 1999
From: kukuk@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sis6326 is broken in suse6.0
Date: Fri, 26 Feb 1999 09:01:27 +0100
Message-ID: <19990226090127.A28951@allen.suse.de>
In-Reply-To: <36D60412.53F90782@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8281664515441276106=="

--===============8281664515441276106==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 25, 1999 at 09:16:50PM -0500, zentara wrote:
>=20
> Hi,
>=20
> Well I told a few people that the sis6326 was working
> with the svga server. I was wrong!!!!!!!

No, you are right, you have to start SaX with:

ax -s svga

the vga16 server, which is started by SaX as default
for configuration,  doesn't work with the SiS6326.

There are several different steppings of this=20
chipset. Some of them need special options, e.g.=20
in order to switch off graphics acceleration.=20

If you have more problems, edit the file=20
/etc/XF86Config and enter the line=20

Option "no_accel"

in the section Sections "Device". If this is not=20
enough, please also try the lines=20

Option "no_linear"
Option "no_linear"
Option "sw_cursor"

in addition. The consequence is, that you can only=20
run the server with a color depth of 8 bit and without=20
any acceleration.=20


--=20
Thorsten Kukuk      http://home.pages.de/~kukuk/>      kukuk(a=
)suse.de
SuSE GmbH           Schanzaeckerstr. 10             90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8281664515441276106==--


From kukuk@suse.de Fri Feb 26 08:05:13 1999
From: kukuk@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly
Date: Fri, 26 Feb 1999 09:05:13 +0100
Message-ID: <19990226090513.B28951@allen.suse.de>
In-Reply-To: <000201be6132$f26caca0$2740f1cf@akroll>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1446711333695424753=="

--===============1446711333695424753==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 25, 1999 at 08:51:45PM -0600, Andrew Kroll wrote:
>=20
> I'm having trouble with my KPPP for SUSE 6.0.  Under 5.3 it worked like=20
> a charm, but this version is giving me a little trouble.  I set it up as=20
> I did under the previous version.  I'm using a local ISP, so all I had=20
> to set was the login ID and DNS settings--everything else was the=20
> default (as it was under SUSE 5.3).  I tried telling it to use CHAP,=20
> SCRIPT BASED, PAP, Etc.  Nothing works.  It dials out just fine, but as=20
> soon as it connects, it comes back with a message that says "PPP daemon=20
> died unexpectedly".  Does anyone have a clue as to why?   I'm very=20
> anxious to get this working because as soon as I do, I can delete my=20
> Redhat 5.2 partition.  Thanks everyone.=20

The kPPP developer has changed the locking of kppp. You need to
remove the lock option from /etc/ppp/options. But this could cause
trouble, if you also use ppp-up, wvdial or other dialers.

 Thorsten


--=20
Thorsten Kukuk      http://home.pages.de/~kukuk/>      kukuk(a=
)suse.de
SuSE GmbH           Schanzaeckerstr. 10             90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1446711333695424753==--


From kukuk@suse.de Fri Feb 26 08:10:37 1999
From: kukuk@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Empty libc6 directories... ???
Date: Fri, 26 Feb 1999 09:10:37 +0100
Message-ID: <19990226091037.C28951@allen.suse.de>
In-Reply-To: <36D61DD1.710A4671@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0572235377201129663=="

--===============0572235377201129663==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 25, 1999 at 10:06:41PM -0600, Jerry Lynn Kreps wrote:
>=20
> As per the messages about deleting the stale link to libqumgio.so:  I
> did that.  I also noticed that all of the directories under
> /usr/i486-linux-libc6 are empty!  If SuSE 6.0 is a libc6 system
> shouldn't those directories contain  executables, include files and
> libraries?

Since SuSE 6.0 is a libc6 system, it has the glibc2/libc6 libraries
in /lib and /usr/lib, or you would not able to boot. /usr/i486-linux-libc*
is for libraries, which are not the default libraries.=20

 Thorsten


--=20
Thorsten Kukuk      http://home.pages.de/~kukuk/>      kukuk(a=
)suse.de
SuSE GmbH           Schanzaeckerstr. 10             90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0572235377201129663==--


From kukuk@suse.de Fri Feb 26 08:13:25 1999
From: kukuk@suse.de
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] libc doesn't work anymore.
Date: Fri, 26 Feb 1999 09:13:25 +0100
Message-ID: <19990226091325.D28951@allen.suse.de>
In-Reply-To: <36D63D08.FC746E20@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0761466324868917096=="

--===============0761466324868917096==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, Feb 26, 1999 at 01:19:53AM -0500, Steven T. Hatton wrote:
> I was trying to get some aspects of KDE1.1 working and attempted a
> forced reinstall of klibs.  I had been using kpackage.  The moment I
> forced the install kpackage stopped working.  Now when I try to run it
> from the command line I get:
>=20
> bash-2.02# kpackage
> kpackage: error in loading shared libraries
> libkfile.so.1: cannot open shared object file: No such file or directory
>=20
> I ran ldconfig -v and saw libkfile.so.1 associated with
> libkfile.so.1.0.0.  I then ran ldd /opt/kde/bin/* and culled the
> following:
>=20
> bash-2.02# cat not_found.txt
>         libjscript.so.0 =3D> not found
>         libkdecore.so.1 =3D> not found
>         libkdeui.so.1 =3D> not found
>         libkfile.so.1 =3D> not found
>         libkfm.so.1 =3D> not found
>         libkhtmlw.so.1 =3D> not found
>         libmediatool.so.1 =3D> not found
>         libsane-dll.so.1 =3D> not found

The libk*.so.1 and libmediatool.so.1 Libraries are from KDE 1.0.
KDE 1.1 uses libk*.so.2 and is not compatible with KDE 1.0.
This means, kpackage doesn't work with KDE 1.1, or you need
to recompile it.

 Thorsten


--=20
Thorsten Kukuk      http://home.pages.de/~kukuk/>      kukuk(a=
)suse.de
SuSE GmbH           Schanzaeckerstr. 10             90443 Nuernberg
Linux is like a Vorlon.  It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0761466324868917096==--


From mperry@basin.com Fri Feb 26 08:27:02 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Recommendations for a Laptop?
Date: Fri, 26 Feb 1999 00:27:02 -0800
Message-ID: <199902260827.AAA03907@mperry.basin.com>
In-Reply-To: <36D60C9A.4401682@pop.cybernex.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1876791171392656889=="

--===============1876791171392656889==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 25 Feb, David Coulthart wrote:
>=20
> Hey everyone,
>=20
> I was just wondering if anyone had any recommendations for a particular
> brand/model of laptop to purchase if I am interested in running SuSE
> Linux (6.0 preferrably) on it.  I was considering a Dell or IBM, but am
> open to any suggestions.  Going to basically need the works: network
> card, modem, fairly large screen size, etc.  No DVD required though.=20
> Probably going to want to multi-boot with 95/NT/BeOS/BSD possibly.
>=20
Well, my company got me one of them Dell Inspiron super laptops.  IT
has a few issues that we have addressed on the list.  Basically, this
laptop is:

366 mhz pentium II processor
128mb of memory (mine was upgraded; comes with 64 I think)
ATI Rage LT II 8mb agp card
and...
a 15" screen!!!!!

It also weighs in like that... :)

Issues which can be resolved easily-

X11 driver - use the hacked mach64 drivers and XF86Config file for free
Accel X - buy these but read the list traffic about the drivers
Bundled card bus card - not working here at all; either modem or enet.

Good news-

This laptop is a monster, fast, like a desktop which is carefully
disguised as a laptop. If weight concerns you, this is not the one to
spring for.

Best feature at the usability level - screen size.  I installed winless
NT on it; it worked.  Even got a blue colored screen.  It came with
win98 (gasp).


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============1876791171392656889==--


From paspartu@uni.net Fri Feb 26 09:28:58 1999
From: paspartu@uni.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Ehm...
Date: Fri, 26 Feb 1999 10:28:58 +0100
Message-ID: <99022610450000.00203@kamikazen>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4212708589212949384=="

--===============4212708589212949384==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yesterday I posted a message about a tcl/tk tool called GURL for URL retrievi=
ng
which can be found at
http://adriatico.pr=
isma.rm.cnr.it/~maurizio/gurl.html>
I just realised that it was not possible to download it :-(
Now it should be possible.=20
I posted this message to this list because I saw from the acces_log that a few
people tried to download it and this is the only way to let them know that now
it should work.

Thanks
Maurizio
P.S.

I didn't realize that GURL should be pronounced as "ge:l" (I mean like
you pronounce girl) because I always pronounced it as goorl... thanks to
islandwolf for his replay.

M.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4212708589212949384==--


From yatsen-ng@cistron.nl Fri Feb 26 09:39:39 1999
From: yatsen-ng@cistron.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] PCI Modem configuration
Date: Fri, 26 Feb 1999 10:39:39 +0100
Message-ID: <36D66BDB.58B3F880@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5553082919635915027=="

--===============5553082919635915027==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have an E-Tech PCI 56k internal modem which I'm trying to configure.
I used minicom

to create a configuration file. I set the serial device to /dev/ttyS2=20 since my modem is
on the third serial port. The speed is set to 115200bps (Baud/Par/Bits: 115200 8N1). I saved the setup as default and tried to test my modem. I didn't get an OK prompt in the terminal. Oh yes, I also set the modem to the correct port with YaST during the installation. What am I doing wrong? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============5553082919635915027==-- From grimmer@suse.de Fri Feb 26 09:39:56 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I broke my linux box Date: Fri, 26 Feb 1999 10:39:56 +0100 Message-ID: In-Reply-To: <19990225214929.12323.rocketmail@send203.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1193666348637927952==" --===============1193666348637927952== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Dominic MacDonald-Aveyard wrote: > Well I gone and done it this time. Following the advice of changing > the colour depth on my linux box, thanks for the advice everyone- I > started up XSetup and it told me that x11 was already running did I > wnat to reconfigure. Foolishly, I said yes, changed to 16b colour > depth and saved the configuration. Then I logged out of K, and as > usual the system started up kdm. Execpt thsi time it didn't it said > started kdm and then just stopped on the text only screen and then the > screen began to flash. I rebooted the same thing happend. >=20 > Its my own fault, every time I've used XSetup telling it to use > current settings a sdefaults made it crash, I should have known > better. anyways, in yast my system is set to do the kdm thing every > time. I tried booting fron the boot floppy, same thing. >=20 > How can I fix this? Or should I just bare with windws for the next few > days until I get SuSE 6 and have it up and running? The X-Server seems to have trouble to start and is respawned by xdm or kdm in a loop. If you use LILO, you can reboot the system in runlevel 2, which does not start the X window system. Just issue "linux 2" on the LILO prompt (assuming that "linux" is the name of your boot configuration). You can then correct your X configuration. Good luck! LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH
mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1193666348637927952==-- From Surjit.Bains@hsam.co.uk Fri Feb 26 09:51:36 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] does suse 6.0 support Java JDK 1.2(akajava2) or only 1.7a/b Date: Fri, 26 Feb 1999 09:51:36 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B99@EXCHANGE1> In-Reply-To: <[SuSE Linux] does suse 6.0 support Java JDK 1.2(akajava2) or only 1.7a/b> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7721690235923938554==" --===============7721690235923938554== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKU2Vl IEJsYWNrZG93bi5vcmcgZm9yIExhdGVzdCB2ZXJzaW9uIG9mIHRoZSBMaW51eCBKREsgZXRjLi4u CgpTdXJqaXQuCgotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQpGcm9tOiBTYW15IEVsYXNobWF3 eSBbPEEgSFJFRj0ibWFpbHRvOnNhbWVsYXNoKGEpaXgubmV0Y29tLmNvbSI+bWFpbHRvOnNhbWVs YXNoKGEpaXgubmV0Y29tLmNvbTwvQT5dClNlbnQ6IDI1IEZlYnJ1YXJ5IDE5OTkgMTI6MjEKVG86 IHN1c2UtbGludXgtZShhKXN1c2UuY29tClN1YmplY3Q6IFtTdVNFIExpbnV4XSBkb2VzIHN1c2Ug Ni4wIHN1cHBvcnQgSmF2YSBKREsgMS4yKGFrYWphdmEyKSBvcgpvbmx5IDEuN2EvYgoKPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09CldBUk5JTkc6IEV4dGVybmFsIEVt YWlsOiBUaGlzIG1lc3NhZ2Ugd2FzIHJlY2VpdmVkIGZyb20gYSBzb3VyY2UKZXh0ZXJuYWwgdG8g SFNBTSBhbmQgdGhlcmVmb3JlIHRoZSBzZW5kZXIncyBpZGVudGl0eSBjYW5ub3QgYmUgdmVyaWZp ZWQuCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKQW55IG9uZSBo ZXJlIGtub3cgd2hhdCB2ZXJzaW9uIHN1c2UgNi4wIHN1cG9ydHMgZm9yIEpESyA/CjEuMiBBS0Eg SmF2YTIKb3IKMS4xN0EvQgogCgpUaGFua3MKClNhbXkKLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlz dCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRl eHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1 U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8i PjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6 Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdmUg YXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1l L2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1 c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0 cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Ci0KVG8gZ2V0IG91dCBvZiB0aGlzIGxp c3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2UuY29tIHdpdGgKdGhpcyB0 ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUKQ2hlY2sgb3V0IHRoZSBT dVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv Ij48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BIj5odHRw Oi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRoZQphcmNoaXZl IGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgt ZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9z dXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlz dHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+Pgo= --===============7721690235923938554==-- From yatsen-ng@cistron.nl Fri Feb 26 09:52:00 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: [SuSE Linux] Soundblaster Live! Date: Fri, 26 Feb 1999 10:52:00 +0100 Message-ID: <36D66EC0.BCEE0FD0@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8593668549427501097==" --===============8593668549427501097== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have a Sound Blaster Live! card which I'm trying to set up. First, I configured the kernel with the right settings. The only thing I changed was the IRQ; I had to reset it to 5. All the other settings were correct. After that I recompiled and installed the kernel. That's about it. Am I missing something? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8593668549427501097==-- From Surjit.Bains@hsam.co.uk Fri Feb 26 10:04:08 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Linux and Win ... Smalltalk Date: Fri, 26 Feb 1999 10:04:08 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B9A@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4866129463105779959==" --===============4866129463105779959== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKSGkg YWxsLAoKSSdtIHRyeWluZyB0byBnZXQgU3VTRSA2IGFuZCBXaW4ncyBvbiB0aGUgc2FtZSBkcml2 ZS4uLgoKSGVyZSdzIHdoYXQgSSBkaWQKZ2F2ZSB3aW4ncyAzMDBtYiBhbmQgdGhlIHJlc3QgZm9y IFN1U2UgCkluc3RhbGxlZCB0aGUgU3VzZSA2LjAuLi4KCkZpcnN0bHkgY2FuIEkgbWFrZSBMaWxv IGJvb3QgZWl0aGVyIG9zPwoKVGhlIHNwYWNlIG9uIHRoZSBTdVNlIHBhcnRpdGlvbiBpcyBhIGJp dCBsb3cgLi4uLiAKRG9lcyBhbnlvbmUgaGF2ZSBleHBlcmllbmNlcyB3aXRoIHVzaW5nIGZpcHMg dG8gY2hhbmdlIHRoZSBwYXJ0aXRpb24Kc2l6ZXMuLi4/CgpXaGVuIEkgaW5zdGFsbGVkIFN1c2Ug NiBJIG5vdGljZWQgYW4gYXBwbGljYXRpb24gY2FsbGVkIFNtYWxsdGFsayAoIEdOVQpTbWFsbHRh bGsgKQoKSG93IGRvIEkgZ2V0IHRoaXMgdG8gd29yay4uLgoKSGF2ZSBhIEdyZWF0IFdlZWtlbmQh IQoKU3Vyaml0LgoKLQpUbyBnZXQgb3V0IG9mIHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwg dG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vi c2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBvdXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0 dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cu c3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9y dC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhlCmFyY2hpdmUgYXQgPEEgSFJFRj0iaHR0cDovL3d3 dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9 Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1s PC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXgu aHRtbDwvQTwvQT4+Cg== --===============4866129463105779959==-- From nils@bourbon.propertymall.com Fri Feb 26 10:08:41 1999 From: nils@bourbon.propertymall.com To: users@lists.opensuse.org Subject: [SuSE Linux] Accidental mkfs.ext2 - recovery? Date: Fri, 26 Feb 1999 11:08:41 +0100 Message-ID: <199902261008.LAA25622@bourbon.propertymall.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3629024098308874017==" --===============3629024098308874017== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable After a long session of switching hard discs and several installations of Linux I made a silly mistake and managed to run mkfs.ext2 on the wrong disc partition, overwriting a disc containing data. I have been able to extract a couple of pieces of essential text data by using less on the raw disc partition. But is there any way of making a more general recovery of the file structure that existed on the disc? No data has been written to the disc since the mkfs. Thanks, Nils nils(a)propertymall.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3629024098308874017==-- From lunaslide@pacbell.net Fri Feb 26 10:11:47 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Recommendations for a Laptop? Date: Fri, 26 Feb 1999 02:11:47 -0800 Message-ID: <36D67363.BC039CF2@pacbell.net> In-Reply-To: <36D60C9A.4401682@pop.cybernex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2147680369612144387==" --===============2147680369612144387== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable David Coulthart wrote: >=20 > Hey everyone, >=20 > I was just wondering if anyone had any recommendations for a particular > brand/model of laptop to purchase if I am interested in running SuSE > Linux (6.0 preferrably) on it. I was considering a Dell or IBM, but am > open to any suggestions. Going to basically need the works: network > card, modem, fairly large screen size, etc. No DVD required though. > Probably going to want to multi-boot with 95/NT/BeOS/BSD possibly. I just went through the same thing. I was deciding between the same two companies two. I went with an IBM Thinkpad 770X. Some things to note: -no sound support. The company that makes the chipset will not release details about it to open source. Commercial OSS may have a driver, but I haven't checked. I am hopeful that with IBMs new commitment to linux, they might lean on the chipmaker for specs. -X support is still a little funky, but very doable. I have X working at 1024x800 at 24bit. Some colors come out weird. I haven't had time to work on this. Accelerated-X for laptops does support the 9397DVD chipset, and I'm going to try the demo and see if it's worth it. -If your book comes loaded, IRQs and memory addresses become scarce. I had to go back and forth with David Hinds (author of the PCMCIA tools) for a little while to get things working. -The Thinkpad is a rock. It also weighs as much as one :-) This was not important to me. I just wanted a sturdy book to run linux on. -I'm running SuSE 6.0, FreeBSD 3.0 and Win98 on the book right now. IBM configures the hard drive very conveniently for linux users. Windows is on a 2GB partition at the begging of the drive and the rest is a 6GB fat partition containing nothing of importance. I just blew away the second partition and installed linux and FreeBSD. =20 -BeOS is a little too much to hope for right now. Win98 is still there because of the excelent system information tool that IBM provides with the book. IBM's software turned a month long adventure getting linux working on that thing into a day's worth for 90% and another week for the last 10% (PCMCIA/ethernet). I also have used the CD player and DVD player on windows while I await offerings for the linux world. When I get more of these details worked out over spring break, I'll make a detailed page and add it to the Linux for Laptops page. There's been some issues, but overall, I love the Thinkpad. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2147680369612144387==-- From samelash@ix.netcom.com Fri Feb 26 10:14:26 1999 From: samelash@ix.netcom.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Sis6326 is broken in suse6.0 Date: Fri, 26 Feb 1999 10:14:26 +0000 Message-ID: <3.0.3.32.19990226101426.01083d08@popd.ix.netcom.com> In-Reply-To: <[SuSE Linux] Sis6326 is broken in suse6.0> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3835014816277637370==" --===============3835014816277637370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Zantera , are you using the sis card or the Diamond a50 ?? Sax and xf86setup both go as far as loading a black or gray screen then goes no further. xg86config works. but is a pain. The diamond a 50 driver gave a big square curser and black on black text. Some one said there is a setting to fix this , I havent tried it. Next I swithched to the plain vanilla sis6326 driver , then took out the comment for "no accell" , then start x via startx -- -bpp 16 . This will force it to 16 color mode. the 8 bit collor mode acts realy wacky. This has given me a somewhat "usable" desktop , that does act wacky at time , mostly on screen refresh and repaining screens. But it runs somewhat. You may want to play with your monitor setings. I am using a mag dx17t .=20 The only other agp card I have tried was a borrowed diamond V550 . Works like a charm.=20 According to LenZ , the sis uses several series of chips , and this is causing the probvlem. Hopefully we will hear somthing soon. At 09:16 PM 2/25/1999 -0500, you wrote: > >Hi, > >Well I told a few people that the sis6326 was working >with the svga server. I was wrong!!!!!!! > >I apologize to those others who are having trouble >with the SiS6236 under suse6.0. > >I got my suse6.0 today and the vga16 driver >is broken. Sax, and XF86Setup will lock the machine >up so bad, the reset button has to be hit. >xf86config will work far enough to setup >the X link, but startx won't work with >the XF86config file it makes. >Luckily, the Sis6326 config file I had >made with Suse 5.1 works. I can get >startx to run under 6.0 with that old file. > >This was my first attempt to install, and I >must say, I'm not too pleased. > >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3835014816277637370==-- From markgray@iago.nac.net Fri Feb 26 10:31:31 1999 From: markgray@iago.nac.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel 2.2.1 doesn't boot (frozen armadillo) Date: Fri, 26 Feb 1999 05:31:31 -0500 Message-ID: <6zaey1lam4.fsf@iago.nac.net> In-Reply-To: <005c01be610c$4fb275b0$0205a8c0@lupoalberto> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0818525230181429172==" --===============0818525230181429172== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Giovanni Cambria" writes: >=20 >=20 > Hi NetPeople >=20 > I run Suse 5.3 with 2.0.36 Suse kernel. It works very fine with a Realtek > 8029 lan card, an ASUS PCI-SC200 scsi card with CD-R, i740 video etc. etc. > (Only a bug: Ensoniq AudioPCI doesn't work at all). > It's OK X with kdm too, kppp and kmail. >=20 > A beatiful (?) day I downloaded from ftp.us.kernel.org the generic (non-Suse > specific) linux-2.2.1.tar.gz > Un-gzipped, untarred, made a conf file with 'make xconfig', compiled (gcc > 2.7.2.1) and compiled modules too, when I boot again from DOS (at this > moment I prefer loadlin instead of lilo) the system displays only (about): >=20 > 'uncompressing linux ............ Ok now booting the kernel' >=20 > and hangs like a frozen armadillo >=20 > Is in the world (i.e. linux mailing list community) anyone who has an idea > about? There are several things:=20 1. you need a new version of loadlin (1.6a) 2. you compiled a kernel using the TSC feature of the newest versions of pentium types and your processor does not have a TSC (Time-Stamp Counter) 3. you are passing an "append" to the kernel which has changed for the new kernel. Take a look at <= A HREF=3D"http://roadrunner.swansea.uk.linux.org/clue.htmlhttp://roadrun= ner.swansea.uk.linux.org/clue.html> for more information on what might be going wrong. Hope this helps. > Thanx >=20 > NanniX - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0818525230181429172==-- From bouke@xs4all.nl Fri Feb 26 10:38:53 1999 From: bouke@xs4all.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] PCI Modem configuration Date: Fri, 26 Feb 1999 11:38:53 +0100 Message-ID: <19990226113853.E4221@xs4all.nl> In-Reply-To: <36D66BDB.58B3F880@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6837394238370140644==" --===============6837394238370140644== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please do NOT send HTML-ONLY texts to this list ! tnx Bouke Op Fri, Feb 26, 1999 at 10:39:39AM +0100, schreef Yatsen Ng: = =20 = =20 = =20 I have an E-Tech PCI 56k internal modem which I'm trying to configure. = =20 I used minicom = =20 to create a configuration file. I set the serial device to=20 /dev/ttyS2 = since my modem is =20 on the third serial port. The speed is set to 115200bps (Baud/Par/Bits: =20 115200 8N1). I saved the setup as default and tried to test my modem. I = =20 didn't get an OK prompt in the = =20 terminal. Oh yes, I also set the modem to the correct port with YaST during = =20 the installation. What am I doing wrong? =20 --=20 ik wil rolf ;) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html --===============6837394238370140644==-- From jpb39@cam.ac.uk Fri Feb 26 10:43:56 1999 From: jpb39@cam.ac.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behavior Date: Fri, 26 Feb 1999 10:43:56 +0000 Message-ID: <36D67AEB.BB3727B8@cam.ac.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7991030716762699765==" --===============7991030716762699765== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable alexm wrote: > Hi, > > Is it only me who gets every message from this list twice? > All of them are addressed to suse-linux-e only... > > -alexm > I don't know if this is related, but when I initially subscribed to the mailing lists, suse-linux-e (but no other list) was listed twice in the confirmation notices displayed on the web page and emailed to me. I deleted one occurrence when I replied to the email; if you did not, you might be multiply subscribed. -Jim - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7991030716762699765==-- From nick@ray.ru Fri Feb 26 11:05:26 1999 From: nick@ray.ru To: users@lists.opensuse.org Subject: [SuSE Linux] Where is first character in PS1? Date: Fri, 26 Feb 1999 13:05:26 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4537253708323951423==" --===============4537253708323951423== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 Please help. I have a SUSE-Linux6.0. After login my PS1 is uncomplete. --------------------- cat here --------------------------> Welcome to SuSE Linux 6.0 (i386) - Kernel 2.2.1 (tty12). BELKA login: root Password: 1 failure since last login. Last was 12:53:04 on tty4. Last login: Fri Feb 26 12:51:50 on tty4. No mail. oot(a)BELKA:~> root(a)BELKA:~> root(a)BELKA:~> root(a)BELKA:~> <--------------------- cat here -------------------------- Yet, I have a set prompt in /etc/profile. ---------------------- cat here -------------------------> # # set prompt # PS1=3D'\u(a)BELKA:\w>' PS2=3D'> ' <---------------------- cat here -------------------------- Thank you. Nick K. Kozubsky nick(a)ray.ru nick(a)roofgw.ray.ru nick_kozubsky(a)usa.net Tel: +7 0112 350601 FAX: +7 0112 350603 Rem: No Microsoft products were used in the production of this message. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4537253708323951423==-- From Surjit.Bains@hsam.co.uk Fri Feb 26 11:09:02 1999 From: Surjit.Bains@hsam.co.uk To: users@lists.opensuse.org Subject: RE: [SuSE Linux] List behaviour Date: Fri, 26 Feb 1999 11:09:02 +0000 Message-ID: <41A241233152D211A75800805FAD5713025B9D@EXCHANGE1> In-Reply-To: <[SuSE Linux] List behaviour> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5839772791048164632==" --===============5839772791048164632== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K VGhpcyBtZXNzYWdlIGFuZCBhbnkgYXR0YWNobWVudHMgdG8gaXQgYXJlIHN1YmplY3QgdG8gY29w eXJpZ2h0IGFuZCBhcmUgCnNlbnQgZm9yIHRoZSBwZXJzb25hbCBhdHRlbnRpb24gb2YgdGhlIGFk ZHJlc3NlZS4gIEl0IG1heSBpbmNsdWRlIAppbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHBy aXZpbGVnZWQgYW5kIGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuICAKSWYgeW91IHJlY2VpdmUgdGhp cyBjb21tdW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UgYWR2aXNlIHVzIGltbWVkaWF0ZWx5Lgo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQoKV2hl biBwZW9wbGUgcmVwbHkgdG8gdGhlIGxpc3QgeW91IG1heSBiZSByZXBseWluZyB0byBzdXNlLWxp c3QgYW5kIHRoZQpwZXJzb24gd2hvIHBvc2VkIHRoZSBxdWVzdGlvbi4uLgoKU3Vyaml0LgoKLS0t LS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0KRnJvbTogSi4gUC4gQmxldmlucyBbPEEgSFJFRj0ibWFp bHRvOmpwYjM5KGEpY2FtLmFjLnVrIj5tYWlsdG86anBiMzkoYSljYW0uYWMudWs8L0E+XQpTZW50 OiAyNiBGZWJydWFyeSAxOTk5IDEwOjQ0ClRvOiBzdXNlLWxpbnV4LWUoYSlzdXNlLmNvbQpTdWJq ZWN0OiBSZTogW1N1U0UgTGludXhdIExpc3QgYmVoYXZpb3IKCj09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PQpXQVJOSU5HOiBFeHRlcm5hbCBFbWFpbDogVGhpcyBtZXNz YWdlIHdhcyByZWNlaXZlZCBmcm9tIGEgc291cmNlCmV4dGVybmFsIHRvIEhTQU0gYW5kIHRoZXJl Zm9yZSB0aGUgc2VuZGVyJ3MgaWRlbnRpdHkgY2Fubm90IGJlIHZlcmlmaWVkLgo9PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KCmFsZXhtIHdyb3RlOgoKPiBIaSwKPgo+ IElzIGl0IG9ubHkgbWUgd2hvIGdldHMgZXZlcnkgbWVzc2FnZSBmcm9tIHRoaXMgbGlzdCB0d2lj ZT8KPiBBbGwgb2YgdGhlbSBhcmUgYWRkcmVzc2VkIHRvIHN1c2UtbGludXgtZSBvbmx5Li4uCj4K PiAtYWxleG0KPgoKSSBkb24ndCBrbm93IGlmIHRoaXMgaXMgcmVsYXRlZCwgYnV0IHdoZW4gSSBp bml0aWFsbHkgc3Vic2NyaWJlZCB0byB0aGUKbWFpbGluZyBsaXN0cywgc3VzZS1saW51eC1lIChi dXQgbm8gb3RoZXIgbGlzdCkgd2FzIGxpc3RlZCB0d2ljZSBpbiB0aGUKY29uZmlybWF0aW9uIG5v dGljZXMgZGlzcGxheWVkIG9uIHRoZSB3ZWIgcGFnZSBhbmQgZW1haWxlZCB0byBtZS4gIEkKZGVs ZXRlZCBvbmUgb2NjdXJyZW5jZSB3aGVuIEkgcmVwbGllZCB0byB0aGUgZW1haWw7IGlmIHlvdSBk aWQgbm90LCB5b3UKbWlnaHQgYmUgbXVsdGlwbHkgc3Vic2NyaWJlZC4KCi1KaW0KCi0KVG8gZ2V0 IG91dCBvZiB0aGlzIGxpc3QsIHBsZWFzZSBzZW5kIGVtYWlsIHRvIG1ham9yZG9tbyhhKXN1c2Uu Y29tIHdpdGgKdGhpcyB0ZXh0IGluIGl0cyBib2R5OiB1bnN1YnNjcmliZSBzdXNlLWxpbnV4LWUK Q2hlY2sgb3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1 cHBvcnQvRG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9r dS9GQVEvPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4g YW5kIHRoZQphcmNoaXZlIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGluZ2xp c3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29t L01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQSI+aHR0cDovL3d3dy5zdXNl LmNvbS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0E8L0E+PgotClRvIGdl dCBvdXQgb2YgdGhpcyBsaXN0LCBwbGVhc2Ugc2VuZCBlbWFpbCB0byBtYWpvcmRvbW8oYSlzdXNl LmNvbSB3aXRoCnRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1l CkNoZWNrIG91dCB0aGUgU3VTRS1GQVEgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9T dXBwb3J0L0Rva3UvRkFRLyI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rv a3UvRkFRLzwvQSI+aHR0cDovL3d3dy5zdXNlLmNvbS9TdXBwb3J0L0Rva3UvRkFRLzwvQTwvQT4+ IGFuZCB0aGUKYXJjaGl2ZSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL01haWxpbmds aXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbCI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNv bS9NYWlsaW5nbGlzdHMvc3VzZS1saW51eC1lL2luZGV4Lmh0bWw8L0EiPmh0dHA6Ly93d3cuc3Vz ZS5jb20vTWFpbGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BPC9BPj4K --===============5839772791048164632==-- From robert@namodn.com Fri Feb 26 11:26:59 1999 From: robert@namodn.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] my life with the dreaded 6326 agp 8mb onboard Date: Fri, 26 Feb 1999 11:26:59 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7824787483015630849==" --===============7824787483015630849== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable XFree86 is configured in /etc/XF86Config If SaX configures something in addition I'm not aware of what it is... (i generally start a configure with xf86config, and use man XF86Config to further tweak) ( www.namodn.com /\/\/\/\ www.ArtWritingMusic.com ) robert(a)namodn.com -rob On Fri, 26 Feb 1999, Ian M. Moore wrote: >=20 > We'll I finally got it working although I can not do any better than > 800X600 at 16bpp. > This card should be able to do much more than this! > If I didn't have a 17inch monitor this would drive me even more crazy..... > What is the name of the config file that sax makes? > I'll post the settings it has if someone tells me what it is. > Thanks again, > Ian the Sane >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7824787483015630849==-- From phil@stokes.demon.co.uk Fri Feb 26 11:28:31 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Netscape/KDE 1.1 problem? Date: Fri, 26 Feb 1999 11:28:31 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6962171741716719997==" --===============6962171741716719997== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Since upgrading to KDE 1.1 (which I did by uninstalling all of the KDE 1.0 rpms and then installing the 1.1 rpms in the order suggested in the SDB) Netscape insists on opening its windows offset to the physical screen, such that the top left corner is inset from the upper and left screen edges, and the bottom and right edges of the window are off screen. Maximising the window returns it to a sensible position wholly within the screen display, but it's annoying to have to do that each time I open it, and despite trying various ways to get it to learn its position after I've positioned it where I want it, next time I start it, it opens offset to the screen again. I've tried de and re-installing Netscape, fiddling with the config files (/opt/netscape/Netscape.ad and ~/.netscape/preferences.js) but no matter what I do I can't seem to get it to behave. I've also noticed an error message in my logs that's only occurred since installing KDE 1.1: kdm[206]: can't execute "XBINDIR/xrdb" (err 2) Since man xrdb teels me that xrdb is responsible for setting various screen parameters for use by applications, I'm guessing that perhaps the two things might be connected. The problem seems to be that $XBINDIR is an uninitialised variable on my system, but in what file should I be setting it? And if the two aren't connected, does anyone have any ideas how I can force Netscape to do as it's told! TIA, Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6962171741716719997==-- From grimmer@suse.de Fri Feb 26 11:47:21 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] RE: Lost .xinitrc Date: Fri, 26 Feb 1999 12:47:21 +0100 Message-ID: In-Reply-To: <36D50900.E71E22AA@hud.ac.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7569367029163675566==" --===============7569367029163675566== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Thu, 25 Feb 1999, Satpal Chander wrote: > HI, > Can anyone tell me where I can get a standard .xinitrc from > As I trashed my yesterday and now when I do startx it takes me into > twm only, and I can't get into kde ;-((. You can use the one from /etc/skel/.xinitrc Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7569367029163675566==-- From grimmer@suse.de Fri Feb 26 11:51:13 1999 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux and Win ... Smalltalk Date: Fri, 26 Feb 1999 12:51:13 +0100 Message-ID: In-Reply-To: <41A241233152D211A75800805FAD5713025B9A@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6310286937175690435==" --===============6310286937175690435== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On Fri, 26 Feb 1999, Surjit Bains wrote: > I'm trying to get SuSE 6 and Win's on the same drive... >=20 > Here's what I did gave win's 300mb and the rest for SuSe Installed the > Suse 6.0... >=20 > Firstly can I make Lilo boot either os? Yes, you can. You can configure LILO via YaST... > The space on the SuSe partition is a bit low ....=20 > Does anyone have experiences with using fips to change the partition > sizes...? FIPS cannot resize ext2 Filesystems. You have to reinstall Linux afterwards. > When I installed Suse 6 I noticed an application called Smalltalk ( GNU > Smalltalk ) >=20 > How do I get this to work... Sorry, I've never used that package. But I bet, it contains documentation :) Try "rpm -qd " to get a list of documentation files. Bye, LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer(a)suse.de = Schanzaeckerstr. 10 http://www.suse.de/~grimmer> 90443 Nuernberg, Germa= ny - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6310286937175690435==-- From anthony_Melia@Dell.com Fri Feb 26 11:52:58 1999 From: anthony_Melia@Dell.com To: users@lists.opensuse.org Subject: [SuSE Linux] One large SUSE 6 file download? Date: Fri, 26 Feb 1999 05:52:58 -0600 Message-ID: <77CA71B826C3D111A08200A0C9AB506001962AC8@bryxmedc02.bray.ie.dell.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6983056026872195219==" --===============6983056026872195219== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I asked about this last week and a few people offered to tar/zip the suse 6 installation file sto 1 big file so I can easily down it. Since then nobody has let me know if they have done it or not! If you can/have donw this, please let me know! Regards, Tony Melia MCP Server Support Group * +353 1 2044208 * Tony_Melia(a)Dell.com=20 <<...>>=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6983056026872195219==-- From anthony_Melia@Dell.com Fri Feb 26 11:57:22 1999 From: anthony_Melia@Dell.com To: users@lists.opensuse.org Subject: [SuSE Linux] Bios drive not accessable (or something) Date: Fri, 26 Feb 1999 05:57:22 -0600 Message-ID: <77CA71B826C3D111A08200A0C9AB506001962AC9@bryxmedc02.bray.ie.dell.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7870379071073523733==" --===============7870379071073523733== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I get a message running lilo saying something to the effect of (I didn't make a note of the error) 'BIOS 80H drive cannot be accessed', also during kernal boot I see a message saying IDE2 address already in use. I have 4 IDE drives, (3 hard drives and a cdrom as master on controller2). I have done dozens of SUSE 5.3 installs with just 2 HD's and 1 cdrom in the machine and hadn't had a problem. I have verified that all partitions on all drives can be mounted, so it can actually access the drives. Also after this error, my boot record is screwed, it boots with continious '0101010101' on screen. Any ideas? Regards, Tony Melia MCP Server Support Group * +353 1 2044208 * Tony_Melia(a)Dell.com=20 <<...>>=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7870379071073523733==-- From brawnius@satlink.com Fri Feb 26 12:08:02 1999 From: brawnius@satlink.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet Date: Fri, 26 Feb 1999 09:08:02 -0300 Message-ID: <002901be6180$bfd57c60$f8d40dd1@brawnius> In-Reply-To: <[SuSE Linux] Netscape 4.5 doesn't see connection with Internet> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4093752428959599847==" --===============4093752428959599847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Check the nameserver adress in "Change configuration file " of yast , may be wrong. That hapened to me before. Bruno Luciani brawnius(a)satlink.com -----Mensaje original----- De: alex(a)daniloff.com Para: suse-linux-e(a)suse.com Fecha: Jueves, 25 de Febrero de 1999 14:38 Asunto: [SuSE Linux] Netscape 4.5 doesn't see connection with Internet > >Hello folks! > >After struggling with Netscape 4.5 in SuSE 6.0 I'm posting this >question. My modem US Robotics Sportster 56K ISA is configured and >functioning properly. I'm reliably connecting to my Internet provider >through minicom. When I invoke Netscape and try to go to any Web Site, >Netscape gives the messages: Unable locate the Server and Please check >Server name and try again. Exactly the same messages Netscape gives when >my Linux box is not connected to the Internet. I assumed that for some >reasons Netscape doesn't sense connection with Internet. What it could >be ? I couldn't find an answer in SuSE 6.0 Manual. I configured modem >Internet connection through the YAST according Manual. May be something >wrong with minicom configuration? > >Screen messages during connection through minicom: > >AT S&=3D45 SO=3D0 L1 V1 X4 &c1 E1 Q0 OK minicom CONNECT >48000/ARQ/V90/LAPM/V42BIS Spiritone max8 Login: Password: Xplor> > >Last question: Is it possible to make my Linux box dial-up automatically >when I invoke Netscape the same as I'm doing in Windoze NT ? > >Thank you in advance > >Alex >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4093752428959599847==-- From kester@cwcom.net Fri Feb 26 12:20:40 1999 From: kester@cwcom.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I broke my linux box Date: Fri, 26 Feb 1999 12:20:40 +0000 Message-ID: <007901be6182$bd8056e0$2b0d1280@kester> In-Reply-To: <[SuSE Linux] I broke my linux box> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7048690787761549175==" --===============7048690787761549175== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable No, this is a problem using kdm. I guess you had to reboot to stop it and then your filesystem needed e2fsck checking? If it did, first re-mount as advised to allow you to write and then disable graphical login in rc.config. then try starting x (startx) and killing it (Ctrl + Alt + backspace), manually changing the parameters of xf86config file as needed. When you have gotit working to your satisfaction, it will be safe to re-enable kdm. You may need to run the file system check (at a guess e2fsck -f -b 8193 /dev/yourrootpartition). Once everything is fixed, reboot and kdm should start as normal. k. -----Original Message----- From: Dominic MacDonald-Aveyard To: suse-linux-e(a)suse.com Date: Thursday, February 25, 1999 10:22 PM Subject: [SuSE Linux] I broke my linux box : :Hey there again everyone, : :Well I gone and done it this time. Following the advice of changing :the colour depth on my linux box, thanks for the advice everyone- I :started up XSetup and it told me that x11 was already running did I :wnat to reconfigure. Foolishly, I said yes, changed to 16b colour :depth and saved the configuration. Then I logged out of K, and as :usual the system started up kdm. Execpt thsi time it didn't it said :started kdm and then just stopped on the text only screen and then the :screen began to flash. I rebooted the same thing happend. : :Its my own fault, every time I've used XSetup telling it to use :current settings a sdefaults made it crash, I should have known :better. anyways, in yast my system is set to do the kdm thing every :time. I tried booting fron the boot floppy, same thing. : :How can I fix this? Or should I just bare with windws for the next few :days until I get SuSE 6 and have it up and running? : :Feeling silly, :Dom :=3D=3D : : :_________________________________________________________ :DO YOU YAHOO!? :Get your free @yahoo.com address at http://mail.yahoo.com> : :- :To get out of this list, please send email to majordomo(a)suse.com with :this text in its body: unsubscribe suse-linux-e :Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the :archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7048690787761549175==-- From rachel@epinet.co.uk Fri Feb 26 13:07:00 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] 2.2.2 breaks networking? Date: Fri, 26 Feb 1999 13:07:00 +0000 Message-ID: <36D69C74.B2785C61@epinet.co.uk> In-Reply-To: <7FD5C79AD680D211AC4100A0C96B501C18EDE2@orsmsx49.jf.intel.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2244072448028256653==" --===============2244072448028256653== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Abrams, Marc A" wrote: >=20 > Hi: >=20 > I just followed some instructions to update SuSE 6.0 from 2.0.36 to 2.2.2 on > an IBM Thinkpad 600 laptop and they worked just fine... except it broke my > networking. >=20 > I then recompiled the pcmcia package and got the adapter working, but now > the scripts are all screwed up because it cannot find the dhcpcd daemon. I > tried reinstalling the dhcpc.rpm from the distribution cd, but that didn't > work either. I then tried to set a fixed IP address, and that didn't work. There are major problems with 2.2.2. For the time being use 2.2.1 which I'm using here and which works just fine. Although on my home machine we're not using it yet because it looks like Masquerading works in a different way and we're going to have to write new scripts - unless SuSE have already got some Masquerading stuff available that works on 2.2.1. It's apparently different. (I'm not the expert here.) --=20 Rachel Greenham Epinet Communications plc - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2244072448028256653==-- From rachel@epinet.co.uk Fri Feb 26 13:13:49 1999 From: rachel@epinet.co.uk To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behaviour Date: Fri, 26 Feb 1999 13:13:49 +0000 Message-ID: <36D69E0D.82FA1C5F@epinet.co.uk> In-Reply-To: <41A241233152D211A75800805FAD5713025B9D@EXCHANGE1> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4682273615899410799==" --===============4682273615899410799== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Surjit Bains wrote: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > This message and any attachments to it are subject to copyright and are > sent for the personal attention of the addressee. It may include > information which is legally privileged and exempt from disclosure. > If you receive this communication in error, please advise us immediately. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >=20 > When people reply to the list you may be replying to suse-list and the > person who posed the question... This seems to be Netscape Messenger's default behaviour: Reply replies to the poster, not the mailing list, Reply to all does both. I just intervene manually to only send to the list, but it's annoying that Messenger doesn't quite understand mailing lists properly. --=20 Rachel Greenham Epinet Communications plc - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4682273615899410799==-- From mgx@spruce.lsd.ornl.gov Fri Feb 26 13:59:15 1999 From: mgx@spruce.lsd.ornl.gov To: users@lists.opensuse.org Subject: [SuSE Linux] kernel 2.2.1 + dos filesystems Date: Fri, 26 Feb 1999 08:59:15 -0500 Message-ID: <19990226085915.A23075@avatar.lsd.ornl.gov> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7550866657248857885==" --===============7550866657248857885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable good day all ... i'm trying to build support for mounting dos filesystems in kernel 2.2.1. i configured and installed a new kernel with module support including enabling module support for fat/vfat/minix/msdos, built and installed the modules (they are in /lib/modules/2.2.1) and booted the new kernel with no problem.=20 when i try to mount /dev/hda2 (fat partition), i get this error: mount: fs type fat not supported by kernel. my 2.0.36 kernel mounts this filesystem just fine. any suggestions would be appreciated! thanks! --=20 -- michael - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7550866657248857885==-- From Mike.Pugh@ALDERLEY.zeneca.com Fri Feb 26 14:05:18 1999 From: Mike.Pugh@ALDERLEY.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] CD Date: Fri, 26 Feb 1999 14:05:18 +0000 Message-ID: In-Reply-To: <[SuSE Linux] CD> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5577031278367271069==" --===============5577031278367271069== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Mike, I too would recommend you buy it. The manual alone is worth the price. This has to be the first distribution I've done a clean build with and gone straight through with the installation finishing with dial-on-demand for ppp working first time (with Freeserve in the UK). Kind Regards, Mike. > ---------- > From: Mike Dempsey[SMTP:bio(a)mounet.com] > Sent: 26 February 1999 03:09 > To: suse-linux-e(a)suse.com > Subject: Re: [SuSE Linux] CD >=20 >=20 > Yea, but I've never used it before... I want to "try before you buy" .... > if I like this one, I'll prolly buy the next one... (or this one if I find > I need CD's), but I can't buy a distribution that I haven't used..... =20 >=20 >=20 > At 03:00 PM 2/25/99 -0500, Steven T. Hatton wrote: > >Mike, > > > >I'd spring for the $40 or so and buy SuSE's dist. It's kind of like > voluntary > >taxation. The package is one of the best investments I've made in my > life. > > > >Steve > > > >Mike Dempsey wrote: > > > >> I just downloaded SuSe to my PC, and wanted to make install CD's.... > but > >> its like over 2gb.... exactly what do I need to d/l, and how do I split > it > >> up between cd's.... any help is appreciated... thanks > >> > >> -Mike > >> > >> - > >> To get out of this list, please send email to majordomo(a)suse.com with > >> this text in its body: unsubscribe suse-linux-e > >> Check out the SuSE-FAQ at http://www.suse.com/= Support/Doku/FAQ/> and the > >> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > > >=20 >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5577031278367271069==-- From jblosser@firinn.org Fri Feb 26 14:08:41 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behavior Date: Fri, 26 Feb 1999 09:08:41 -0500 Message-ID: <19990226090841.A29755@firinn.org> In-Reply-To: <36D62D1E.75E9EB0E@primenet.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8129335266543167899==" --===============8129335266543167899== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DFL5UXtIhxfXey3p5; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============8129335266543167899==-- From yatsen-ng@cistron.nl Fri Feb 26 14:21:43 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: [SuSE Linux] PCI Modem configuration Date: Fri, 26 Feb 1999 15:21:43 +0100 Message-ID: <36D6ADF7.C357452F@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7311010347387174962==" --===============7311010347387174962== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20
I have an E-Tech PCI 56k internal modem which I'm trying to configure. I used minicom
to create a configuration file. I set the serial device to /dev/ttyS2=20 since my modem is
on the third serial port. The speed is set to 115200bps (Baud/Par/Bits: 115200 8N1).
I saved the setup as default and tried to test my modem. I didn't get an OK prompt in the
terminal. Oh yes, I also set the modem to the correct port with YaST during the
installation. What am I doing wrong?
=20 --===============7311010347387174962==-- From camst65+@pitt.edu Fri Feb 26 14:31:18 1999 From: camst65+@pitt.edu To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behaviour Date: Fri, 26 Feb 1999 09:31:18 -0500 Message-ID: In-Reply-To: <36D69E0D.82FA1C5F@epinet.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2660145660665623515==" --===============2660145660665623515== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 CgoKQW5kIFhGTWFpaWwgZG9lcyBpdCB0b28hIQoKT24gMjYtRmViLTk5IFJhY2hlbCBHcmVlbmhh bSB3cm90ZToKPiAKPiBTdXJqaXQgQmFpbnMgd3JvdGU6Cj4+IAo+PiA9PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQo+PiBUaGlzIG1lc3NhZ2UgYW5k IGFueSBhdHRhY2htZW50cyB0byBpdCBhcmUgc3ViamVjdCB0byBjb3B5cmlnaHQgYW5kIGFyZQo+ PiBzZW50IGZvciB0aGUgcGVyc29uYWwgYXR0ZW50aW9uIG9mIHRoZSBhZGRyZXNzZWUuICBJdCBt YXkgaW5jbHVkZQo+PiBpbmZvcm1hdGlvbiB3aGljaCBpcyBsZWdhbGx5IHByaXZpbGVnZWQgYW5k IGV4ZW1wdCBmcm9tIGRpc2Nsb3N1cmUuCj4+IElmIHlvdSByZWNlaXZlIHRoaXMgY29tbXVuaWNh dGlvbiBpbiBlcnJvciwgcGxlYXNlIGFkdmlzZSB1cyBpbW1lZGlhdGVseS4KPj4gPT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KPj4gCj4+IFdoZW4g cGVvcGxlIHJlcGx5IHRvIHRoZSBsaXN0IHlvdSBtYXkgYmUgcmVwbHlpbmcgdG8gc3VzZS1saXN0 IGFuZCB0aGUKPj4gcGVyc29uIHdobyBwb3NlZCB0aGUgcXVlc3Rpb24uLi4KPiAKPiBUaGlzIHNl ZW1zIHRvIGJlIE5ldHNjYXBlIE1lc3NlbmdlcidzIGRlZmF1bHQgYmVoYXZpb3VyOiBSZXBseSBy ZXBsaWVzCj4gdG8gdGhlIHBvc3Rlciwgbm90IHRoZSBtYWlsaW5nIGxpc3QsIFJlcGx5IHRvIGFs bCBkb2VzIGJvdGguIEkganVzdAo+IGludGVydmVuZSBtYW51YWxseSB0byBvbmx5IHNlbmQgdG8g dGhlIGxpc3QsIGJ1dCBpdCdzIGFubm95aW5nIHRoYXQKPiBNZXNzZW5nZXIgZG9lc24ndCBxdWl0 ZSB1bmRlcnN0YW5kIG1haWxpbmcgbGlzdHMgcHJvcGVybHkuCj4gCj4gLS0gCj4gUmFjaGVsIEdy ZWVuaGFtCj4gRXBpbmV0IENvbW11bmljYXRpb25zIHBsYwo+IC0KPiBUbyBnZXQgb3V0IG9mIHRo aXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0aAo+ IHRoaXMgdGV4dCBpbiBpdHMgYm9keTogdW5zdWJzY3JpYmUgc3VzZS1saW51eC1lCj4gQ2hlY2sg b3V0IHRoZSBTdVNFLUZBUSBhdCA8QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQv RG9rdS9GQVEvIj48QSBIUkVGPSJodHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEv PC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL1N1cHBvcnQvRG9rdS9GQVEvPC9BPC9BPj4gYW5kIHRo ZQo+IGFyY2hpdmUgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMv c3VzZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFp bGluZ2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29t L01haWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+CgotLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KRS1NYWlsOiBDaHJpcyBNYXJ0aW4gPGNh bXN0NjUoYSlwaXR0LmVkdT4gCkRhdGU6IDI2LUZlYi05OQpUaW1lOiAwOTozMDo1MwoKKiogUG93 ZXJlZCBieSBTdVNFIExpbnV4LiBZb3Ugd2FudCBpdD8hICoqIAoKPEEgSFJFRj0iaHR0cDovL3d3 dy5zdXNlLmNvbSI+PEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbTwvQSI+aHR0cDovL3d3dy5z dXNlLmNvbTwvQTwvQT4+IHwgPEEgSFJFRj0iaHR0cDovL3d3dy5saW51eC5vcmciPjxBIEhSRUY9 Imh0dHA6Ly93d3cubGludXgub3JnPC9BIj5odHRwOi8vd3d3LmxpbnV4Lm9yZzwvQTwvQT4+Cgot LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KLQpUbyBnZXQgb3V0IG9m IHRoaXMgbGlzdCwgcGxlYXNlIHNlbmQgZW1haWwgdG8gbWFqb3Jkb21vKGEpc3VzZS5jb20gd2l0 aAp0aGlzIHRleHQgaW4gaXRzIGJvZHk6IHVuc3Vic2NyaWJlIHN1c2UtbGludXgtZQpDaGVjayBv dXQgdGhlIFN1U0UtRkFRIGF0IDxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9E b2t1L0ZBUS8iPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88 L0EiPmh0dHA6Ly93d3cuc3VzZS5jb20vU3VwcG9ydC9Eb2t1L0ZBUS88L0E8L0E+PiBhbmQgdGhl CmFyY2hpdmUgYXQgPEEgSFJFRj0iaHR0cDovL3d3dy5zdXNlLmNvbS9NYWlsaW5nbGlzdHMvc3Vz ZS1saW51eC1lL2luZGV4Lmh0bWwiPjxBIEhSRUY9Imh0dHA6Ly93d3cuc3VzZS5jb20vTWFpbGlu Z2xpc3RzL3N1c2UtbGludXgtZS9pbmRleC5odG1sPC9BIj5odHRwOi8vd3d3LnN1c2UuY29tL01h aWxpbmdsaXN0cy9zdXNlLWxpbnV4LWUvaW5kZXguaHRtbDwvQTwvQT4+Cg== --===============2660145660665623515==-- From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 26 14:39:00 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: Re: [SuSE Linux] libc doesn't work anymore. Date: Fri, 26 Feb 1999 09:39:00 -0500 Message-ID: <36D6B204.CDA31E30@cpkwebser5.ncr.disa.mil> In-Reply-To: <19990226091325.D28951@allen.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3564179073611007079==" --===============3564179073611007079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thorston, Thank you for the feedback. I don't understand this completely. They were working! I was running kpackage and it broke! I am very disiapointed that none of my cool Ktools work now. I guess if its borke I have to live with it. Can you explain why they were working with KDE1.1 and now they don't? Steve Thorsten Kukuk wrote: > Hi, > > On Fri, Feb 26, 1999 at 01:19:53AM -0500, Steven T. Hatton wrote: > > I was trying to get some aspects of KDE1.1 working and attempted a > > forced reinstall of klibs. I had been using kpackage. The moment I > > forced the install kpackage stopped working. Now when I try to run it > > from the command line I get: > > > > bash-2.02# kpackage > > kpackage: error in loading shared libraries > > libkfile.so.1: cannot open shared object file: No such file or directory > > > > I ran ldconfig -v and saw libkfile.so.1 associated with > > libkfile.so.1.0.0. I then ran ldd /opt/kde/bin/* and culled the > > following: > > > > bash-2.02# cat not_found.txt > > libjscript.so.0 =3D> not found > > libkdecore.so.1 =3D> not found > > libkdeui.so.1 =3D> not found > > libkfile.so.1 =3D> not found > > libkfm.so.1 =3D> not found > > libkhtmlw.so.1 =3D> not found > > libmediatool.so.1 =3D> not found > > libsane-dll.so.1 =3D> not found > > The libk*.so.1 and libmediatool.so.1 Libraries are from KDE 1.0. > KDE 1.1 uses libk*.so.2 and is not compatible with KDE 1.0. > This means, kpackage doesn't work with KDE 1.1, or you need > to recompile it. > > Thorsten > > -- > Thorsten Kukuk
http://home.pages.de/~kukuk/> kukuk= (a)suse.de > SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg > Linux is like a Vorlon. It is incredibly powerful, gives terse, > cryptic answers and has a lot of things going on in the background. > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============3564179073611007079==--


From JHedin@etcpitea.se Fri Feb 26 14:42:07 1999
From: JHedin@etcpitea.se
To: users@lists.opensuse.org
Subject: [SuSE Linux] SuSE Linux 6.0
Date: Fri, 26 Feb 1999 15:42:07 +0100
Message-ID: <31ADE057C946D1119A4500805FEDEE4509BB56@NTSRV1>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5108497005920512641=="

--===============5108497005920512641==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I=C5=BDm a new user and I have never before used Linux. I installed it yester=
day
and today I need to set up a FTP user that can access the www-server root
(/usr/local/httpd/htdocs). I have added a user but it has no rights to write
to the directory. Where du I setup rught to files and directories for FTP
users?

It is probobly not that difficult du for the first time it is tricky. The
manual does not treat this that much. Is there any link to internet maybe.

thanks!

                                       ,,,
                                      /'^'\
                                     ( o o )
---------------------------------oOOO--(_)--OOOo----
Johan Hedin Tel: +46 911 232390, Fax: +46 70 6166178
Stiftelsen Energitekniskt Centrum i Pite=C3=A5
PO Box 726
S-941 28 PITE=C3=85                  .oooO                =20
jhedin(a)etcpitea.se              (   )   Oooo.
---------------------------------\ (----(   )-----
                                  \_)    ) /
                                        (_/

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5108497005920512641==--


From victor@saase.de Fri Feb 26 14:42:31 1999
From: victor@saase.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Trying to compile 2.0.36
Date: Fri, 26 Feb 1999 15:42:31 +0100
Message-ID: <36D6B2D7.6489EDA6@saase.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0613367651634030741=="

--===============0613367651634030741==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hello list
Following error occures if I try to compile the 2.0.36 Kernel:

drivers/sound/sound.a(dev_table.o)(data+0x104): undefined reference to
`atach_gus_db16'
drivers/sound/sound.a(dev_table.o)(data+0x108): undefined reference to
`probe_gus_db16'
drivers/sound/sound.a(dev_table.o)(data+0x10c): undefined reference to
`unload_gus_db16'
make: *** [vmlinux] Error 1

I=C5=BDm using SuSE 6.0 German Version.
Does anyone know this problem?
cu Victor
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0613367651634030741==--


From gh@simteam.com Fri Feb 26 14:46:53 1999
From: gh@simteam.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] DHCP Client configuration
Date: Fri, 26 Feb 1999 15:46:53 +0100
Message-ID: <36D6B3DD.545AD250@simteam.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4825277495272525410=="

--===============4825277495272525410==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Yesterday I was complaining about DHCP, here is why

I activated DHCP in YAST ( int the same menu the line "vasic network
configuration is now unavailble I'd like to know why ?? )

but during the boot it binds DHCP client to the ppp0 adapter instead of
eth0.

If I do /sbin/dhclient eth0 It works OK but when I reboot It rebinds it
to the ppp0.

So 2 questions :
+ Where can I change that ?? I.e define to which adapter it will bind
dhclient ??
+ Why my option "basic network configuration" is deactivated in YAST (
in the same menu as "DHCP client")

thanks you for your help=20

best regards=20

gh Portefait


--=20
"Computers are like air conditioners - they stop working properly when
you open Windows"

-----BEGIN GEEK CODE BLOCK----- =20
Version: 3.1
GCS/CC d-@ s+:- C++(++++)UL++>++++ P++>++++ L++>+++ E-W+(++) N++ !o K- w
!O M(++) V? !PS !PE y+ PGP+++ t+ 5? X R* tv b+ DI? D+ G+++ e+++ h+ r y+ =20
------END GEEK CODE BLOCK------

ht=
tp://www.geekcode.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4825277495272525410==--


From jholl@sirius.com Fri Feb 26 14:51:43 1999
From: jholl@sirius.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Fri, 26 Feb 1999 06:51:43 -0800
Message-ID: <002701be6197$86c891c0$f1ea2ccf@jholl.sirius.com>
In-Reply-To: <[SuSE Linux] Installing 6.0 from SuSE ftp>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1292513893812241513=="

--===============1292513893812241513==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I was able to get to the directory with no problem, What I am seeing
however, is YaSt is telling me that i have not selected the source media.
How can this be when i am telling yast or linuxrc to install from ftp?
-----Original Message-----
From: Jason McFarland 
To: echen 
Cc: Jeff holliman ; suse-linux-e(a)suse.com

Date: Friday, February 26, 1999 3:12 AM
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp

>
>Hmmm...try this site, then:
>ftp.linuxberg.com/pub/distributions/SuSE/suse/
>
>It worked for me just yesterday.
>
>jason
>
>BTW: When I installed SuSE 6.0 last night, I chose the "kernel for special
>chipsets" option, 'cause I've got an Apollo Pro Plus-based board.  Was
>this really necessary, and will it have any sort of silly impact on my
>system?  thanks..
>
>On Thu, 25 Feb 1999, echen wrote:
>>
>> This should work:
>> ftp.suse.com
>> /pup/SuSE-Linux/6.0
>>
>> Because this is what I used just now.
>> If it still doesn't work then something else is wrong
>> echen
>>
>> Jeff holliman wrote:
>> >
>> > At 08:33 PM 2/25/99 -0500, you wrote:
>> >
>> > I did that! And it still comes up with the directory not found error
>> >
>> -
>> To get out of this list, please send email to majordomo(a)suse.com with
>> this text in its body: unsubscribe suse-linux-e
>> Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
>> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1292513893812241513==--


From zentara@mindspring.com Fri Feb 26 15:52:47 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Sis6326 is broken in suse6.0
Date: Fri, 26 Feb 1999 10:52:47 -0500
Message-ID: <36D6C34F.2DB3E137@mindspring.com>
In-Reply-To: <[SuSE Linux] Sis6326 is broken in suse6.0>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8960363777768329940=="

--===============8960363777768329940==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> Zantera , are you using the sis card or the Diamond a50 ??
>=20
> Sax and xf86setup both go as far as loading a black or gray screen then
> goes no further.
> xg86config works. but is a pain.
>=20

Well I got it working. The XF86config file I sent you awhile
back works fine for me in 16bpp and 8bpp, but only
in 1024x768.
I also have to manually create the X link to point to the
SVGA server.=20
It is a widespread problem. Redhat acted exactly the same way.
I guess the only server that works with the card is the
SVGA server, but the VGA16 is needed by SAX or XF86Setup
to configure it. It is a "catch22 situation".
Luckily, the libc5 version of SAX did run under SuSE5.3,
and let me create my working config.
I guess the glibc version of the vga16 server dosn't
work for either Suse or Redhat.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8960363777768329940==--


From zentara@mindspring.com Fri Feb 26 15:55:02 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: 6236
Date: Fri, 26 Feb 1999 10:55:02 -0500
Message-ID: <36D6C3D6.756E1A5C@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6713627533791774230=="

--===============6713627533791774230==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Samy Elashmawy wrote:
>=20
> Zantera , I will be out of town for a little over a week. Would you be able
> to foward any thing you get on the sis card while I am away.
>=20
I'm going to be out of town also, so sorry.
I may also be gone for most of the summer, so
I hope you will be able to answer all
the inquiries about the SiS6236.=20
I've sent my config file to about 20 different
people already, alot of them on Redhat.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6713627533791774230==--


From zentara@mindspring.com Fri Feb 26 16:05:55 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Bios drive not accessable (or something)
Date: Fri, 26 Feb 1999 11:05:55 -0500
Message-ID: <36D6C663.BAF6E268@mindspring.com>
In-Reply-To:
 <77CA71B826C3D111A08200A0C9AB506001962AC9@bryxmedc02.bray.ie.dell.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9047833713878830161=="

--===============9047833713878830161==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




anthony_Melia(a)Dell.com wrote:
>=20
> I get a message running lilo saying something to the effect of (I didn't
> make a note of the error) 'BIOS 80H drive cannot be accessed', also during
> kernal boot I see a message saying IDE2 address already in use.  I have 4
> IDE drives, (3 hard drives and a cdrom as master on controller2).  I have
> done dozens of SUSE 5.3 installs with just 2 HD's and 1 cdrom in the machine
> and hadn't had a problem.  I have verified that all partitions on all drives
> can be mounted, so it can actually access the drives.  Also after this
> error, my boot record is screwed, it boots with continious '0101010101' on
> screen.
>=20
> Any ideas?

You should switch to a system where you mount /boot in /dev/hda1,
and put all your kernels in there. Also double check your
master-slave jumpers on everything.
That is what I have resorted to, and it is the reason
that the newer linux versions put their kernels in /boot
instead of /. It makes lilo foolproof.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9047833713878830161==--


From imm@KidsCare.Net Fri Feb 26 16:17:30 1999
From: imm@KidsCare.Net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] my life with the dreaded 6326 agp 8mb onboard
Date: Fri, 26 Feb 1999 10:17:30 -0600
Message-ID: 
In-Reply-To: <[SuSE Linux] my life with the dreaded 6326 agp 8mb onboard>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7811250897596003200=="

--===============7811250897596003200==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




We'll I finally got it working although I can not do any better than
800X600 at 16bpp.
This card should be able to do much more than this!
If I didn't have a 17inch monitor this would drive me even more crazy.....
What is the name of the config file that sax makes?
I'll post the settings it has if someone tells me what it is.
Thanks again,
Ian the Sane

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7811250897596003200==--


From info@edoc.co.za Fri Feb 26 16:30:26 1999
From: info@edoc.co.za
To: users@lists.opensuse.org
Subject: [SuSE Linux] linsniff - the story
Date: Fri, 26 Feb 1999 18:30:26 +0200
Message-ID: <199902261614.IAA31248@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3088919506570395919=="

--===============3088919506570395919==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




Hi,

I yesterday reported that I had a strange program linsniff on my 
server.

To those who are interested the story:

My server is one of plenty servers in a server farm.  On one of the 
many machines a hacker managed to isntall a password sniffer 
that sniffed all plain text passwords on that network segment.

--===============3088919506570395919==--


From brawnius@satlink.com Fri Feb 26 16:45:25 1999
From: brawnius@satlink.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Sis6326 is broken in suse6.0
Date: Fri, 26 Feb 1999 13:45:25 -0300
Message-ID: <003801be61a7$814b9700$d7d40dd1@brawnius>
In-Reply-To: <[SuSE Linux] Sis6326 is broken in suse6.0>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2136504803036478543=="

--===============2136504803036478543==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Ok    I test this configuration and  works   ok
I had the same problem in a computer with mother SIS  with sis 6326 agp

Thank you

Bruno Luciani
brawnius(a)satlink.com=20
=20
-----Mensaje original-----
De: Thorsten Kukuk 
Para: suse-linux-e(a)suse.com 
Fecha: Viernes, 26 de Febrero de 1999 04:20
Asunto: Re: [SuSE Linux] Sis6326 is broken in suse6.0

>
>
>Hi,
>
>On Thu, Feb 25, 1999 at 09:16:50PM -0500, zentara wrote:
>>=20
>> Hi,
>>=20
>> Well I told a few people that the sis6326 was working
>> with the svga server. I was wrong!!!!!!!
>
>No, you are right, you have to start SaX with:
>
>sax -s svga
>
>the vga16 server, which is started by SaX as default
>for configuration,  doesn't work with the SiS6326.
>
>There are several different steppings of this=20
>chipset. Some of them need special options, e.g.=20
>in order to switch off graphics acceleration.=20
>
>If you have more problems, edit the file=20
>/etc/XF86Config and enter the line=20
>
>Option "no_accel"
>
>in the section Sections "Device". If this is not=20
>enough, please also try the lines=20
>
>Option "no_linear"
>Option "no_linear"
>Option "sw_cursor"
>
>in addition. The consequence is, that you can only=20
>run the server with a color depth of 8 bit and without=20
>any acceleration.=20
>
>
>--=20
>Thorsten Kukuk      http://home.pages.de/~kukuk/>      kukuk(=
a)suse.de
>SuSE GmbH           Schanzaeckerstr. 10             90443 Nuernberg
>Linux is like a Vorlon.  It is incredibly powerful, gives terse,
>cryptic answers and has a lot of things going on in the background.
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2136504803036478543==--


From brawnius@satlink.com Fri Feb 26 16:53:57 1999
From: brawnius@satlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Problem with internet conection after upgrade To 6.0
Date: Fri, 26 Feb 1999 13:53:57 -0300
Message-ID: <004d01be61a8$b0e8cf40$d7d40dd1@brawnius>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3560935999133498376=="

--===============3560935999133498376==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My conection to internet don 't works anymore after upgrade my system to
SuSe 6.0

What's hapening here. ?

Thanks

Bruno Luciani
brawnius(a)satlink.com

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3560935999133498376==--


From brawnius@satlink.com Fri Feb 26 17:16:08 1999
From: brawnius@satlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Samba Printing
Date: Fri, 26 Feb 1999 14:16:08 -0300
Message-ID: <008101be61ab$e917b720$d7d40dd1@brawnius>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1994192771856489364=="

--===============1994192771856489364==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I did all what you say but  I have two problems : Printing from win95 client
is very slowly and in some time the printing don 't work anymore , only
print ascii characters  as if the driver for stcolor or epson (dot matrix)
not
work well. What 's happening with my system ?

BRUNO LUCIANI
brawnius(a)satlink.com
>
>-----Mensaje original-----
>De: Col Wilson 
>Para: Pulls at the strings of others. 
>CC: General SuSE Mailing List 
>Fecha: Viernes, 19 de Febrero de 1999 03:45
>Asunto: RE: [SuSE Linux] Samba Printing
>
>
>>
>>
>>
>>> Linux so I thought I'd try.  I have an EPSON 400 on my Win95
>>> machine.  I used
>>> YaST to setup a printer via Samba and tried to print something.
>>> The printer
>>>
>>
>>
>>This works for me, but my printer is on the linux box:
>>
>>Set up printer in YAST as stcolor
>>set up samba
>>log onto tcp/ip net with your win98 machine.
>>If you can see the printer in network Neighbourhood so far so good.
>>right click on printer (probably lp1) and say install...
>>call it something like Samba Printer and print to it.
>>
>>hope this helps
>>
>>Col Wilson
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archiv at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1994192771856489364==--


From WALKERSC@cibc.ca Fri Feb 26 17:24:00 1999
From: WALKERSC@cibc.ca
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Problem with internet conection after upgra
Date: Fri, 26 Feb 1999 12:24:00 -0500
Message-ID: <199902261711.JAA01085@mail.suse.com>
In-Reply-To: <[SuSE Linux] Problem with internet conection after upgra>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2264057749816160802=="

--===============2264057749816160802==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




     Yup it is. Well, I'd suggest making sure you have all the libs=20
     installed. That could be an issue. worse come to worse. recompile=20
     kppp.

______________________________ Reply Separator
_________________________________
Subject: [SuSE Linux] Problem with internet conection after upgra
Author:  "BRUNO LUCIANI" [SMTP:brawnius(a)satlink.com] at BCEEXCH
Date:    2/26/99 12:27 PM

My apologize for the lack of information , i need any help of my wife to=20
write the mails in english...  :))
    =20
I am using kde and kppp  , it 's working very well in suse 5.3 but when I=20
did the update of  my system to 6.0
   ocurre  the above mentioned.
    =20
It's clear for you ?
    =20
Thanks for your interest
    =20
Bruno Luciani
brawnius(a)satlink.com
>buenos aires argentina
>
>-----Mensaje original-----
>De: Walker, Scott 
>Para: "BRUNO LUCIANI" =20
>Fecha: Viernes, 26 de Febrero de 1999 12:56
>Asunto: RE: [SuSE Linux] Problem with internet conection after upgra=20
>
>
>>     more info would be helpfull, My crystal ball just broke.=20
>>
>>
>>______________________________ Reply Separator=20
>>_________________________________
>>Subject: [SuSE Linux] Problem with internet conection after upgrade T=20
>>Author:  "BRUNO LUCIANI" [SMTP:brawnius(a)satlink.com] at BCEEXCH=20
>>Date:    2/26/99 11:53 AM
>>
>>
>>My conection to internet don 't works anymore after upgrade my system to=20
>>SuSe 6.0
>>
>>What's hapening here. ?
>>
>>
>>Thanks
>>
>>Bruno Luciani
>>brawnius(a)satlink.com
>>
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with=20
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the=20
>>archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
>>
>
    =20
-
To get out of this list, please send email to majordomo(a)suse.com with=20
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the=20
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2264057749816160802==--


From brawnius@satlink.com Fri Feb 26 17:27:08 1999
From: brawnius@satlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Problem with internet conection after upgra
Date: Fri, 26 Feb 1999 14:27:08 -0300
Message-ID: <008f01be61ad$41016700$d7d40dd1@brawnius>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6191236868414518450=="

--===============6191236868414518450==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




My apologize for the lack of information , i need any help of my wife to
write the mails in english...  :))

I am using kde and kppp  , it 's working very well in suse 5.3 but when I
did the update of  my system to 6.0
   ocurre  the above mentioned.

It's clear for you ?

Thanks for your interest

Bruno Luciani
brawnius(a)satlink.com
>buenos aires argentina
>
>-----Mensaje original-----
>De: Walker, Scott 
>Para: "BRUNO LUCIANI" 
>Fecha: Viernes, 26 de Febrero de 1999 12:56
>Asunto: RE: [SuSE Linux] Problem with internet conection after upgra
>
>
>>     more info would be helpfull, My crystal ball just broke.
>>
>>
>>______________________________ Reply Separator
>>_________________________________
>>Subject: [SuSE Linux] Problem with internet conection after upgrade T
>>Author:  "BRUNO LUCIANI" [SMTP:brawnius(a)satlink.com] at BCEEXCH
>>Date:    2/26/99 11:53 AM
>>
>>
>>My conection to internet don 't works anymore after upgrade my system to
>>SuSe 6.0
>>
>>What's hapening here. ?
>>
>>
>>Thanks
>>
>>Bruno Luciani
>>brawnius(a)satlink.com
>>
>>
>>-
>>To get out of this list, please send email to majordomo(a)suse.com with
>>this text in its body: unsubscribe suse-linux-e
>>Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
>>archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6191236868414518450==--


From zentara@mindspring.com Fri Feb 26 17:52:49 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Thanks Thorston!! SiS6326 is now fine!!!
Date: Fri, 26 Feb 1999 12:52:49 -0500
Message-ID: <36D6DF71.1EB85E3D@mindspring.com>
In-Reply-To: <19990226090127.A28951@allen.suse.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4230203289084122565=="

--===============4230203289084122565==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Thorsten Kukuk wrote:
>=20
>you have to start SaX with:
> sax -s svga
>=20
> the vga16 server, which is started by SaX as default
> for configuration,  doesn't work with the SiS6326.

> Option "sw_cursor"
> Option "no_bitblt"

I can get any color or resolution using Sax.
Yesterday I was depressed about it, today I'm
elated.

Now I can move on to kernel 2.2.1. Yahoo!!!!!!

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4230203289084122565==--


From LinuxAdvocate@iname.com Fri Feb 26 18:02:35 1999
From: LinuxAdvocate@iname.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] CD
Date: Fri, 26 Feb 1999 08:02:35 -1000
Message-ID: <36D6E1BB.ADACB956@iname.com>
In-Reply-To: <199902260557.VAA16617@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3432236496965871162=="

--===============3432236496965871162==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Mike Dempsey wrote:
>=20
> Yea, but I've never used it before... I want to "try before you buy" ....
> if I like this one, I'll prolly buy the next one... (or this one if I find
> I need CD's), but I can't buy a distribution that I haven't used.....

So buy the $2 CD at www.cheapbytes.com.  I bought
SuSE 5.2 that way, and thought it was so much better
than Red Hat, that I cheerfully bought the full-blown
version (also at cheapbytes).

George
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3432236496965871162==--


From mgx@spruce.lsd.ornl.gov Fri Feb 26 18:18:05 1999
From: mgx@spruce.lsd.ornl.gov
To: users@lists.opensuse.org
Subject: [SuSE Linux] kernel 2.2.1/vesafb confusion
Date: Fri, 26 Feb 1999 13:18:05 -0500
Message-ID: <19990226131805.H23075@avatar.lsd.ornl.gov>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9057765901288234083=="

--===============9057765901288234083==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




i'm confused now. i'm trying to build a 2.2.1 kernel with vesa
frame buffer support so that i can use the instructions for building
a dell insprion 7000/xfree86 xserver found at this site:

www.eecs.umich.edu/~steveh/inspironfree_x=20

teve's  XF86Config file indicates that the frame buffer config options
are found in the Console Drivers section of the kernel configuration.=20
there are no such options available to me in the 2.2.1 kernel source i
downloaded from the suse ftp site.=20

am i missing something simple here?


--=20
-- michael
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============9057765901288234083==--


From hattons@CPKWEBSER5.ncr.disa.mil Fri Feb 26 18:34:10 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] List behaviour
Date: Fri, 26 Feb 1999 13:34:10 -0500
Message-ID: <36D6E921.80C51CD8@cpkwebser5.ncr.disa.mil>
In-Reply-To: <36D69E0D.82FA1C5F@epinet.co.uk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7800299682410983906=="

--===============7800299682410983906==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Rachel,

If the Reply To field is set to suse-linux(a)suse.com messenger will reply to=
 the
list.  It works that way on other lists.  I am not an expert on setting up
mailing list, but I am sure LINUX CAN DO THAT TOO!

Steve

Rachel Greenham wrote:

> Surjit Bains wrote:
> >
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> > This message and any attachments to it are subject to copyright and are
> > sent for the personal attention of the addressee.  It may include
> > information which is legally privileged and exempt from disclosure.
> > If you receive this communication in error, please advise us immediately.
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> >
> > When people reply to the list you may be replying to suse-list and the
> > person who posed the question...
>
> This seems to be Netscape Messenger's default behaviour: Reply replies
> to the poster, not the mailing list, Reply to all does both. I just
> intervene manually to only send to the list, but it's annoying that
> Messenger doesn't quite understand mailing lists properly.
>
> --
> Rachel Greenham
> Epinet Communications plc
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
begin:vcard=20
n:Hatton;Steven
tel;cell:(301)529-2957
tel;work:(703) 681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Solutions Engineering
adr:;;5600 Columbia Pike;Falls Church;Virginia;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
fn:Steven T. Hatton
end:vcard

--===============7800299682410983906==--


From alex@physical36.chem.ufl.edu Fri Feb 26 18:48:35 1999
From: alex@physical36.chem.ufl.edu
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] linsniff - the story
Date: Fri, 26 Feb 1999 13:48:35 -0500
Message-ID: <199902261848.NAA16653@physical36.chem.ufl.edu>
In-Reply-To: <199902261614.IAA31248@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2633957237356889187=="

--===============2633957237356889187==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 26 Feb, info(a)edoc.co.za wrote:
>=20
> Hi,
>=20
> I yesterday reported that I had a strange program linsniff on my=20
> server.
>=20
> To those who are interested the story:
>=20
> My server is one of plenty servers in a server farm.  On one of the=20
> many machines a hacker managed to isntall a password sniffer=20
> that sniffed all plain text passwords on that network segment.
>=20
>>From there he managed to obtain passwords fro all the machines.
>=20
> The follwoing sniffers were dicovered up to now:
>=20
> linsniff
> popsniff
> ircsniff
> sunsniff
> ntsniff
>=20
> He replaced many functions such as ls and passwd to hide his=20
> presence.  I could only see the sniffers with locate sniff.
>=20
> Lessons:  ssh and ftp passwords must be different (It seems that=20
> is how he got into my system)
> Telnet is a no-no!
> Use chroot for ftp
>=20
> You're server is as unsecure as the sum of all the neigbouring=20
> servers un-secureness.
>=20
> therefore, the only real weapon against a hacker is BACKUPS!
> Regards
>=20
> Nico

Dear Nico,

As a secure replacement for ftp I am using scp. It rides on ssh, and I
guess is distributed with it as well.

Best regards, Alex.


--=20
Dr. Alexander Angerhofer
Associate Professor of Chemistry
Department of Chemistry
The University of Florida
Box 117200
Gainesville, FL 32611-7200
USA

Tel.: (+1) 352 846 3281
alt.: (+1) 352 392 9489
lab : (+1) 352 846 3283
FAX : (+1) 352 392 0872

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2633957237356889187==--


From rwilliams@jrc-utah.com Fri Feb 26 18:55:27 1999
From: rwilliams@jrc-utah.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Samba and Win98 help
Date: Fri, 26 Feb 1999 11:55:27 -0700
Message-ID: <36D6EE1F.CEA9253E@jrc-utah.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4944076246047906323=="

--===============4944076246047906323==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I can not get my Win98 clients to work with Samba 2.0.2.  I
compiled from source and set samba to use encrypted passwords.=20
All I get is a window asking for $IPC password.  Please help!


--
Robert Williams          rwilliams(a)jrc-utah.com
Jarob Consulting         rwilliams(a)kde.org
Provo, Utah              rwilliams71(a)mailexcite.com
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4944076246047906323==--


From echen@bellsouth.net Fri Feb 26 18:58:13 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] I broke my linux box
Date: Fri, 26 Feb 1999 13:58:13 -0500
Message-ID: <36D6EEC5.A921478D@bellsouth.net>
In-Reply-To: <36D62FE7.550D6EE0@primenet.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3115214711986281444=="

--===============3115214711986281444==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
 Unless something really really wierd messd up I think swwitching to
console F1 (ctrl+alt+F1-6) will work. Consoles 1-6 are text consoles,
and X starts on virtual console 7. So even if he starts X automatically,
he should be able to get a text console on F1-F6. If he stayed in conole
7 and killed the X-server it would jump right back into the garbled
X-win screen. If I'm wrong about any of this, feel free to point it out
to me, as I'm still learning Linux now too :)
 But, Toms' method, I believe is definitely going to work . :)

"S.Toms" wrote:
>=20
> echen wrote:
> >
> > Just press ctrl+alt+ F1
> > to switch to the text console, there you can run yast, or fix your setup
> > files by hand.
> >
> > >
> > > How can I fix this? Or should I just bare with windws for the next few
> > > days until I get SuSE 6 and have it up and running?
> > >
> > > Feeling silly,
> > >
>=20
>   Its possible that (speaking from experience here) that when he tries
> to change to a console it wont accept due to the fact that X continues
> to respawn do to his error. I accidently set up my inittab to runlevel 4
> restarted my machine and when nothing happened realized that I hadn't
> setup X yet with XF86Setup or XF86Config. So I quickly tried to set it
> up but when it got to the portion where it restarts the X server it
> kinda just sits there flashing rapidly at you telling you how stupid
> what you did was (and boy did I feel stupid at the time).
>   Anyway, to make a long story short, I booted with my floppy, mounted
> my drives and then copied the inittab file to another floppy, quickly
> mounted that floppy on another machine (non-windows) and edited the file
> back to runlevel 3 and 'wait' for launching X, then restored it to my
> screwed up system which upon reboot went straight into a console and
> allowed me to rerun the setup for X.
>   If you don't have another linux machine available, a windows machine
> will work which you can telnet to your ISP with, upload the file to your
> home directory there, edit it and then re-download it to your floppy.
>   The other problem is, I can't remember which file in suse Yast puts
> that setting in other then inittab.
> --
> Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.c=
om/~tomas>
>      Ec|ipse@|Watcher| - botnet webpage down until further notice
>              Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3115214711986281444==--


From hsundt@uswest.net Fri Feb 26 19:11:26 1999
From: hsundt@uswest.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Problem with internet conection after upgrade
Date: Fri, 26 Feb 1999 11:11:26 -0800
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8568585053939678287=="

--===============8568585053939678287==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




YAST is better than ever. But launching SAX from command line gets you the
German version. You have to launch it from YAST menu to get English SAX.

Nevertheless, ppp drops upon connect for me to.

There is no "LOCK" in /etc/ppp/options, but a whole slurry of comments.

Please help.

Thanks

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8568585053939678287==--


From echen@bellsouth.net Fri Feb 26 19:24:15 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
Date: Fri, 26 Feb 1999 14:24:15 -0500
Message-ID: <36D6F4DF.FB2860B9@bellsouth.net>
In-Reply-To: <002701be6197$86c891c0$f1ea2ccf@jholl.sirius.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9021326911551433129=="

--===============9021326911551433129==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I seem tom have had similiar problems before...
Here are a couple tips that may help:
1) Make sure you have the latest Yast Version required for 6.0 (
download ysat.rpm from suse and do rpm -i )
2) You have to upgrade from a boot disk ( you can't upgrade from you
installed system directly )
3) When you press F10 to accept the settings for the FTP source, did
everything check out alright?
hope that helps, some
good luck

Jeff Holliman wrote:
>=20
> I was able to get to the directory with no problem, What I am seeing
> however, is YaSt is telling me that i have not selected the source media.
> How can this be when i am telling yast or linuxrc to install from ftp?
> -----Original Message-----
> From: Jason McFarland 
> To: echen 
> Cc: Jeff holliman ; suse-linux-e(a)suse.com
> 
> Date: Friday, February 26, 1999 3:12 AM
> Subject: Re: [SuSE Linux] Installing 6.0 from SuSE ftp
>=20
> >
> >Hmmm...try this site, then:
> >ftp.linuxberg.com/pub/distributions/SuSE/suse/
> >
> >It worked for me just yesterday.
> >
> >jason
> >
> >BTW: When I installed SuSE 6.0 last night, I chose the "kernel for special
> >chipsets" option, 'cause I've got an Apollo Pro Plus-based board.  Was
> >this really necessary, and will it have any sort of silly impact on my
> >system?  thanks..
> >
> >On Thu, 25 Feb 1999, echen wrote:
> >>
> >> This should work:
> >> ftp.suse.com
> >> /pup/SuSE-Linux/6.0
> >>
> >> Because this is what I used just now.
> >> If it still doesn't work then something else is wrong
> >> echen
> >>
> >> Jeff holliman wrote:
> >> >
> >> > At 08:33 PM 2/25/99 -0500, you wrote:
> >> >
> >> > I did that! And it still comes up with the directory not found error
> >> >
> >> -
> >> To get out of this list, please send email to majordomo(a)suse.com with
> >> this text in its body: unsubscribe suse-linux-e
> >> Check out the SuSE-FAQ at http://www.suse.com/=
Support/Doku/FAQ/> and the
> >> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9021326911551433129==--


From echen@bellsouth.net Fri Feb 26 19:34:41 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] CD
Date: Fri, 26 Feb 1999 14:34:41 -0500
Message-ID: <36D6F751.A593E141@bellsouth.net>
In-Reply-To: <36D6E1BB.ADACB956@iname.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7533483918887908004=="

--===============7533483918887908004==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Dittp, I had the same experience except I tried a friends copy of a
single CD SuSE 5.2. :)

George Toft wrote:
>=20
> Mike Dempsey wrote:
> >
> > Yea, but I've never used it before... I want to "try before you buy" ....
> > if I like this one, I'll prolly buy the next one... (or this one if I find
> > I need CD's), but I can't buy a distribution that I haven't used.....
>=20
> So buy the $2 CD at www.cheapbytes.com.  I bought
> SuSE 5.2 that way, and thought it was so much better
> than Red Hat, that I cheerfully bought the full-blown
> version (also at cheapbytes).
>=20
> George
> -
> To get out of this list, please sen> this text in its body: unsubscribe sus=
e-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at http=
://www.suse.com/Mailinglists/suse-linux-e/index.ht>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============7533483918887908004==--


From hatridge@straubing.baynet.de Fri Feb 26 19:55:42 1999
From: hatridge@straubing.baynet.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] For the German Readers!
Date: Fri, 26 Feb 1999 20:55:42 +0100
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6012799381779004379=="

--===============6012799381779004379==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi all;

I just heard on the radio that Tele-com is changing the phone rates
Monday. Starting March 1 it's to be a flat rate of 20pf per click. At
least that's what I understand, my German is not the best.=20

Two questions! First did I understand right? And how long will the clicks
be then?

TIA!

J
I
M
-----------------------------------------
Jim Hatridge
Germany=20
hatridge(a)straubing.baynet.de

Proud Linux User #88484 !!!!!!!!!!

Micro$oft -- Ghostdriver* on the road to the future!
(*German Slang for the guy driving on the wrong side of the road!)
----------------------------------------------
Tried of "King Klinton I" & the Oral Office?
Join the Libertarian Party!
Check out www.lp.org

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6012799381779004379==--


From echen@bellsouth.net Fri Feb 26 20:03:46 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Problem with internet conection after upgrade
Date: Fri, 26 Feb 1999 15:03:46 -0500
Message-ID: <36D6FE22.B638E623@bellsouth.net>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8643548442749191370=="

--===============8643548442749191370==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




In the German Sax, you can switch to English.
I think it's the 3rd drop down menu. I was trying to read German for a
while before I realized this. :)

Harald Sundt wrote:
>=20
> YAST is better than ever. But launching SAX from command line gets you the
> German version. You have to launch it from YAST menu to get English SAX.
>=20
> Nevertheless, ppp drops upon connect for me to.
>=20
> There is no "LOCK" in /etc/ppp/options, but a whole slurry of comments.
>=20
> Please help.
>=20
> Thanks
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8643548442749191370==--


From zentara@mindspring.com Fri Feb 26 20:05:09 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] StarOffice5 expired??
Date: Fri, 26 Feb 1999 15:05:09 -0500
Message-ID: <36D6FE75.9EA16BA4@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2896375909841807687=="

--===============2896375909841807687==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
I just installed Suse6.0 and StarOffice5.
Everything went well, until I tried
to run it the first time.
It says it's expired.

What's going on?
Do I need to go to StarDivision's web site
and get a new number?
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2896375909841807687==--


From miszczy4@uni2a.unige.ch Fri Feb 26 20:06:27 1999
From: miszczy4@uni2a.unige.ch
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Soundblaster Live!
Date: Fri, 26 Feb 1999 21:06:27 +0100
Message-ID: <36D6FEC3.5B45F271@uni2a.unige.ch>
In-Reply-To: <36D66EC0.BCEE0FD0@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5787722037551021684=="

--===============5787722037551021684==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Yatsen Ng wrote:
>=20
> I have a Sound Blaster Live! card which I'm trying to set up. First, I
> configured the kernel with the right settings. The only thing I changed
> was the IRQ; I had to reset it to 5. All the other settings were
> correct. After that I recompiled and installed the kernel. That's about
> it. Am I missing something?

Hi,=20

According to the Suse database of supported and unsupported hardware,
your card is in the second category, if I'm not mistaken. But have a
look yourself. (www.suse.de/e/... of course)

Martin from Geneva.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5787722037551021684==--


From pabreu@walldata.com Fri Feb 26 20:12:20 1999
From: pabreu@walldata.com
To: users@lists.opensuse.org
Subject: RE: [SuSE Linux] Samba and Win98 help
Date: Fri, 26 Feb 1999 12:12:20 -0800
Message-ID: <199902261956.LAA08514@mail.suse.com>
In-Reply-To: <[SuSE Linux] Samba and Win98 help>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4642229909852195833=="

--===============4642229909852195833==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Robert,

This is what I did to get rid of the infamous IPC$ message box:

1) Read the file encryption.txt that comes with the Samba source.
2) Run mksmbpasswd.sh according to the instructions on encryption.txt.
3) You may need to create a samba password for each user running smbpasswd
as root.
4) Ask each user to run smbpasswd and modify the password to be the same as
the one he/she uses in W98.
5) Put encrypt passwords =3D yes in smb.conf
6) Stop and start Samba.
7) Hopefully it will work.

I use shadow passwords, Windows 95 OSR2, Samba1.9.18

Good luck.

Paulo Abreu

> -----Original Message-----
> From:	Robert Williams [SMTP:rwilliams(a)jrc-utah.com]
> Sent:	Friday, February 26, 1999 1:55 PM
> To:	SuSE Mail Exploder
> Subject:	[SuSE Linux] Samba and Win98 help
>=20
>=20
> I can not get my Win98 clients to work with Samba 2.0.2.  I
> compiled from source and set samba to use encrypted passwords.=20
> All I get is a window asking for $IPC password.  Please help!
>=20
>=20
> --
> Robert Williams          rwilliams(a)jrc-utah.com
> Jarob Consulting         rwilliams(a)kde.org
> Provo, Utah              rwilliams71(a)mailexcite.com
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>
Unrecognized Data: application/ms-tnef

--===============4642229909852195833==-- From cjs@imt.net Fri Feb 26 20:19:40 1999 From: cjs@imt.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly Date: Fri, 26 Feb 1999 19:19:40 -0100 Message-ID: <36D701DC.157EE1B3@imt.net> In-Reply-To: <000201be6132$f26caca0$2740f1cf@akroll> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7048942216323758216==" --===============7048942216323758216== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable If you do a "tail -f /var/log/messages" will logging in to ISP the kerenl will return a message a PPP probalby because you do not have PPP have compiled in or as a module! Andrew Kroll wrote: >=20 > I'm having trouble with my KPPP for SUSE 6.0. Under 5.3 it worked like > a charm, but this version is giving me a little trouble. I set it up as > I did under the previous version. I'm using a local ISP, so all I had > to set was the login ID and DNS settings--everything else was the > default (as it was under SUSE 5.3). I tried telling it to use CHAP, > SCRIPT BASED, PAP, Etc. Nothing works. It dials out just fine, but as > soon as it connects, it comes back with a message that says "PPP daemon > died unexpectedly". Does anyone have a clue as to why? I'm very > anxious to get this working because as soon as I do, I can delete my > Redhat 5.2 partition. Thanks everyone. >=20 > --Andrew Kroll >=20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> --=20 Carl Johnson=09 Sys Admin=09 cjs(a)cj-solutions.com |_| |_| | |\/--- | |\ | | | \/ | NIKE | | | \| |__| /\=20 |______| _______________ ____ | OH SHIT IT's | |..| --| LINUX!!! | |__| |_______________| |\/| icro$oft "Watch Linux walk all over Micro$oft" | | /||\ /\ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7048942216323758216==-- From zentara@mindspring.com Fri Feb 26 20:48:55 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] Re: StarOffice5 expired?? Date: Fri, 26 Feb 1999 15:48:55 -0500 Message-ID: <36D708B7.34F9AC54@mindspring.com> In-Reply-To: <36D6FE75.9EA16BA4@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8450771335357524799==" --===============8450771335357524799== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Hi, > I just installed Suse6.0 and StarOffice5. > Everything went well, until I tried > to run it the first time. > It says it's expired. >=20 > What's going on? > Do I need to go to StarDivision's web site > and get a new number? OK, sorry I figured it out. I had to deinstall and reinstall a secondtime, then it took me to the online registration process. Why it accepted the mediakey the first install, then told me it was expired without an option to online register is unknown to me. By the way, Netscape 4.5 seems to be working properly with Suse6.0. For me anyways, knock on wood. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8450771335357524799==-- From jep@jephill.com Fri Feb 26 21:01:06 1999 From: jep@jephill.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] StarOffice5 expired?? Date: Fri, 26 Feb 1999 15:01:06 -0600 Message-ID: <36D70B92.DEC04E26@jephill.com> In-Reply-To: <36D6FE75.9EA16BA4@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5130129739201171478==" --===============5130129739201171478== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Hi, > I just installed Suse6.0 and StarOffice5. > Everything went well, until I tried > to run it the first time. > It says it's expired. Mine did the same. What to do to get a working SO5? --=20 Regards, Jep _________________________________ Penguin Inside. Now THAT'S cool! _________________________________ - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5130129739201171478==-- From jblosser@firinn.org Fri Feb 26 21:12:17 1999 From: jblosser@firinn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behaviour Date: Fri, 26 Feb 1999 16:12:17 -0500 Message-ID: <19990226161217.C29755@firinn.org> In-Reply-To: <36D6E921.80C51CD8@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2975653435989124564==" --===============2975653435989124564== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Warning
Could not process message with given Content-Type:=20 multipart/signed; boundary=3DSr1nOIr3CvdE5hEN; micalg=3Dpgp-md5;protoco= l=3D"application/pgp-signature"
--===============2975653435989124564==-- From marc.a.abrams@intel.com Fri Feb 26 23:06:30 1999 From: marc.a.abrams@intel.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Problem with internet conection after upgrade Date: Fri, 26 Feb 1999 15:06:30 -0800 Message-ID: <7FD5C79AD680D211AC4100A0C96B501C18EDE8@orsmsx49.jf.intel.com> In-Reply-To: <[SuSE Linux] Problem with internet conection after upgrade> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2988607602123622036==" --===============2988607602123622036== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You can change the language with one of the menu options (I forget which one) marc. -----Original Message----- From: Harald Sundt [
mailto:hsundt(a)us= west.net] Sent: Friday, February 26, 1999 11:11 AM To: suse-linux-e(a)suse.com Subject: [SuSE Linux] Problem with internet conection after upgrade YAST is better than ever. But launching SAX from command line gets you the German version. You have to launch it from YAST menu to get English SAX. Nevertheless, ppp drops upon connect for me to. There is no "LOCK" in /etc/ppp/options, but a whole slurry of comments. Please help. Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2988607602123622036==-- From lunaslide@pacbell.net Fri Feb 26 23:11:28 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: [SuSE Linux] SO online registration Date: Fri, 26 Feb 1999 15:11:28 -0800 Message-ID: <36D72A20.11A34B52@pacbell.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3350364455013803909==" --===============3350364455013803909== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all. Trying to register star office and when I push "Send", nothing happens. I have made sure all the internet settings are correct and it still doesn't go. Any ideas? --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3350364455013803909==-- From tomas@primenet.com Sat Feb 27 00:58:24 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] I broke my linux box Date: Fri, 26 Feb 1999 16:58:24 -0800 Message-ID: <36D74330.BD7EBC42@primenet.com> In-Reply-To: <36D6EEC5.A921478D@bellsouth.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9109577214779441400==" --===============9109577214779441400== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable echen wrote: >=20 > Hi, > Unless something really really wierd messd up I think swwitching to > console F1 (ctrl+alt+F1-6) will work. Consoles 1-6 are text consoles, > and X starts on virtual console 7. So even if he starts X automatically, > he should be able to get a text console on F1-F6. If he stayed in conole > 7 and killed the X-server it would jump right back into the garbled > X-win screen. If I'm wrong about any of this, feel free to point it out > to me, as I'm still learning Linux now too :) > But, Toms' method, I believe is definitely going to work . :) >=20 You would think it would work, but in my case it didn't, everytime I tried to switch to console 6 ti would just ignore my keystroke because I hadn't completely setup X at the time, only enough of it had gotten setup to attempt to load and loop. Although Lenz's method sounds really nice, I never tried that so I don't know for sure if it would have worked but sounds like it could have. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============9109577214779441400==-- From tomas@primenet.com Sat Feb 27 01:06:41 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] List behaviour Date: Fri, 26 Feb 1999 17:06:41 -0800 Message-ID: <36D74521.8DE99E3B@primenet.com> In-Reply-To: <36D6E921.80C51CD8@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8256302443217540232==" --===============8256302443217540232== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Steven T. Hatton" wrote: >=20 > Rachel, >=20 > If the Reply To field is set to suse-linux(a)suse.com messenger will reply = to the > list. It works that way on other lists. I am not an expert on setting up > mailing list, but I am sure LINUX CAN DO THAT TOO! >=20 > Steve Correct, and this list used to do just that, but no longer since we had seriously bad results with mail floods due to filled e-mail boxes and vacation notices which resulted in several hundreds of e-mails instead of the 40-60 we typically average. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8256302443217540232==-- From macmor@ameritech.net Sat Feb 27 01:48:12 1999 From: macmor@ameritech.net To: users@lists.opensuse.org Subject: No Subject Date: Fri, 26 Feb 1999 20:48:12 -0500 Message-ID: <003501be61f3$3cb69b20$3b1012d1@macmor> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9106204859904792559==" --===============9106204859904792559== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
unsubscribe
--===============9106204859904792559==-- From leonmcclatchey@homemail.com Sat Feb 27 02:16:40 1999 From: leonmcclatchey@homemail.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ppp distributed over LAN? Date: Fri, 26 Feb 1999 20:16:40 -0600 Message-ID: <011301be61f9$5d034940$0301a8c0@win95> In-Reply-To: <[SuSE Linux] ppp distributed over LAN?> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6238945919471682651==" --===============6238945919471682651== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable -----Original Message----- From: Nikodemus Karlsson To: suse-linux-e(a)suse.com Date: Wednesday, February 24, 1999 9:30 AM Subject: [SuSE Linux] ppp distributed over LAN? >When I establish a ppp-connection to my isp on the suse-box, I'm >unable to reach the ppp-network from the win95-box. I've tried to add >the suse-box as default gateway by the route command, with the result >I can=C5=BDt reach the internet at all! The way I did it here once I got Samba working and the two computers talking to each other (in win95). Was to set up Apache as a proxy server on the Suse Box. Then all the internet software on the win95 box, I set up to use my Suse Box as a proxy server (using port 80 everywhere except for security, but netscape filled in the correct ports automatically). Then after playing with ppp as a dial-on-demand for a little bit, I learned about diald, and that is what I use now to enable accessing the internet from either box. I've since "updated" my win95 box to a win98 box, and after a couple of hangups due to "encrypt or not", got it to see the suse box on the lan, but it works just like the win95 box did:-) cya l8r Leon McClatchey
mailto:leonmcclatchey(a)home= mail.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6238945919471682651==-- From andyford@nothnbut.net Sat Feb 27 03:30:33 1999 From: andyford@nothnbut.net To: users@lists.opensuse.org Subject: [SuSE Linux] masquerade ability lost Date: Fri, 26 Feb 1999 21:30:33 -0600 Message-ID: <19990226213033.A10129@dave.ford.saint-louis.mo.us> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4337778240028615876==" --===============4337778240028615876== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable hi all I upgraded my router-486 linux box from SuSE 5.3 to 6.0 and I have lost my masquerading ability. The network between my three PCs works great, and the router box is still the default gateway for the other two. I used to get masquerading started by doing ipfwadm -F -p deny ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0 in my boot.local, but boot.local got overwritten in the upgrade with no backup in /var/adm/backup. So, I'm trying to execute the above two comands on the command line of the router, but packets never get through from my workstations to the internet. I've never gotten YaST to configure my firewall/masq setup properly, but I'd like to have another go at it. Here's what I think I should have, but it doesn't work; someone set me straig= ht! FW_START=3D"yes" FW_LOCALNETS=3D"192.168.1.0/24" FW_FTPSERVER=3D"" FW_WWWSERVER=3D"" FW_SSLSERVER=3D"" FW_SSLPORT=3D"443" FW_MAILSERVER=3D"" FW_DNSSERVER=3D"" FW_NNTPSERVER=3D"" FW_NEWSFEED=3D"" FW_WORLD_DEV=3D"ppp0" FW_INT_DEV=3D"eth0" FW_LOG_ACCEPT=3D"no" FW_LOG_DENY=3D"yes" FW_ROUTER=3D"" FW_FRIENDS=3D"no" FW_INOUT=3D"no" FW_SSH=3D"no" FW_TRANSPROXY_OUT=3D"" FW_TRANSPROXY_IN=3D"" FW_REDIRECT=3D"" FW_TCP_LOCKED_PORTS=3D"1:1023" FW_UDP_LOCKED_PORTS=3D"1:1023" # # Masquerading settings - See /usr/doc/packages/firewall # for a detailed description # MSQ_START=3D"yes" MSQ_NETWORKS=3D"192.168.1.0/24" MSQ_DEV=3D"eth0" MSQ_MODULES=3D"ip_masq_ftp ip_masq_quake ip_masq_raudio" - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4337778240028615876==-- From risch@tir.com Sat Feb 27 04:55:12 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] CD Date: Fri, 26 Feb 1999 23:55:12 -0500 Message-ID: <36D77AB0.38C012EC@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0097414028288117382==" --===============0097414028288117382== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I began with Tranameritech CDs and not printed manual. I moved to Debian, then SuSE and RedHat. I like Debian very much, but SuSE became my primary distribution for several reasons. 1. IMHO YaST works very well and SuSE, including X installed without much fuss(that does not mean I did not struggle with configuring such things as PPP :-)) 2. Many great apps like Blender. 3. The manual is the most extensive of the Linux distributions I've seen, including more than just a passing mention of system security. SuSE has, to the best of my knowledge given much support to what I would call rather esoteric hardware. Regards, Bob Pugh Mike ML wrote: >=20 > Mike, >=20 > I too would recommend you buy it. The manual alone is worth the price. >=20 > This has to be the first distribution I've done a clean build with and gone > straight through with the installation finishing with dial-on-demand for ppp > working first time (with Freeserve in the UK). >=20 > Kind Regards, > Mike. >=20 > > ---------- > > From: Mike Dempsey[SMTP:bio(a)mounet.com] > > Sent: 26 February 1999 03:09 > > To: suse-linux-e(a)suse.com > > Subject: Re: [SuSE Linux] CD > > > > > > Yea, but I've never used it before... I want to "try before you buy" .... > > if I like this one, I'll prolly buy the next one... (or this one if I find > > I need CD's), but I can't buy a distribution that I haven't used..... > > > > > > At 03:00 PM 2/25/99 -0500, Steven T. Hatton wrote: > > >Mike, > > > > > >I'd spring for the $40 or so and buy SuSE's dist. It's kind of like > > voluntary > > >taxation. The package is one of the best investments I've made in my > > life. > > > > > >Steve > > > > > >Mike Dempsey wrote: > > > > > >> I just downloaded SuSe to my PC, and wanted to make install CD's.... > > but > > >> its like over 2gb.... exactly what do I need to d/l, and how do I split > > it > > >> up between cd's.... any help is appreciated... thanks > > >> > > >> -Mike > > >> > > >> - > > >> To get out of this list, please send email to majordomo(a)suse.com with > > >> this text in its body: unsubscribe suse-linux-e > > >> Check out the SuSE-FAQ at http://www.suse.co= m/Support/Doku/FAQ/> and the > > >> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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 > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archive at http://www.suse.com/Mailinglists/suse-linux-e/index.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 > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0097414028288117382==-- From risch@tir.com Sat Feb 27 04:58:27 1999 From: risch@tir.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Just watched CNN and Linux... Date: Fri, 26 Feb 1999 23:58:27 -0500 Message-ID: <36D77B73.35536F7B@tir.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3848196107238992569==" --===============3848196107238992569== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I was told by them(Mindspring) that theyt are the only ISP to actually make money. Bob stevem12(a)mindspring.com wrote: >=20 > I thought it was pretty cool that Mindspring went on the record as using li= nux. > Being their one of the larger ISPs should add credibility to linux. >=20 > Steve >=20 > On 25-Feb-99 Mike Gorsuch wrote: > > > > Hey guys, I just watched the special on CNN, and I thought it was great. > > Even > > though it only featured Red Hat, it was still Linux. I think this was so= me > > very good press that Linux deserves, and will hopefully bring more attent= ion > > to > > this great OS. > > > > Mike > > > > -------------------------------------------------------------------------= ---- > > "The Darkest Hour is Just Before Dawn...." > > > > Mike Gorsuch > > aka Wulfgang > > ICQ UIN 670820 > > email: mikeg(a)soonernet.com > > Web Page: http://www.geocities.co= m/Area51/Rampart/6071> > > -------------------------------------------------------------------------= ----- > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 > ---------------------------------- > E-Mail: stevem12(a)mindspring.com > Date: 24-Feb-99 > Time: 23:16:00 >=20 > This message was sent by XFMail > ---------------------------------- > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3848196107238992569==-- From deem@wdm.com Sat Feb 27 05:55:58 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: [SuSE Linux] /USR/SBIN/CRON Date: Fri, 26 Feb 1999 20:55:58 -0900 Message-ID: <199902270555.UAA00853@wdm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4828463532201291384==" --===============4828463532201291384== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is this a script that runs a little to often ? Feb 26 20:00:00 wdm /USR/SBIN/CRON[712]: (root) CMD ( test -x /usr/lib/cron/r= un-crons && /usr/lib/cron/run-crons )=20 Feb 26 20:00:00 wdm /USR/SBIN/CRON[713]: (root) CMD ( test -x /usr/sbin/faxqc= lean && /usr/sbin/faxqclean)=20 Feb 26 20:15:00 wdm /USR/SBIN/CRON[739]: (root) CMD ( test -x /usr/lib/cron/r= un-crons && /usr/lib/cron/run-crons )=20 Feb 26 20:30:00 wdm /USR/SBIN/CRON[769]: (root) CMD ( test -x /usr/lib/cron/r= un-crons && /usr/lib/cron/run-crons )=20 Feb 26 20:45:00 wdm /USR/SBIN/CRON[808]: (root) CMD ( test -x /usr/lib/cron/r= un-crons && /usr/lib/cron/run-crons )=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4828463532201291384==-- From SOLARIS@cicei.ulpgc.es Sat Feb 27 05:56:26 1999 From: SOLARIS@cicei.ulpgc.es To: users@lists.opensuse.org Subject: [SuSE Linux] are RedHat's rpms valid for SuSE ? Date: Sat, 27 Feb 1999 05:56:26 +0000 Message-ID: <21BE1F17DE@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0520590808610734999==" --===============0520590808610734999== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable A basic question: I do not have clear whether rpms in the RedHat repository could be used by SUSE ... can they ? Cheers, APS =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0520590808610734999==-- From dominic_mcdonald_aveyard@yahoo.com Sat Feb 27 06:12:28 1999 From: dominic_mcdonald_aveyard@yahoo.com To: users@lists.opensuse.org Subject: [SuSE Linux] I fixed my linux box, cheers everyone! :-) Date: Fri, 26 Feb 1999 22:12:28 -0800 Message-ID: <19990227061228.7595.rocketmail@send204.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4664691520339145758==" --===============4664691520339145758== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hey there everyone,=20 Thanks for the verwhelming response, I really appreciate it! With your help I fixed things by logging in single user, and then copying the XConfig.bak file to XConfig. Hurrah for you cool people and .bak files! Cheers! Dom =3D=3D _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4664691520339145758==-- From dominic_mcdonald_aveyard@yahoo.com Sat Feb 27 06:29:39 1999 From: dominic_mcdonald_aveyard@yahoo.com To: users@lists.opensuse.org Subject: [SuSE Linux] Confused about how to upgrade 5.3 to shiny new v6 Date: Fri, 26 Feb 1999 22:29:39 -0800 Message-ID: <19990227062939.11108.rocketmail@send204.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4927363156092690393==" --===============4927363156092690393== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hey there me again, OK, so I looked through the 5 manual to the part describing the upgrade process for exisiting 5.3 users and it didn't make much sense to me. Especially the bit about linking apps to the new compiler thingy. Anyways... I just want to install Staroffice, maybe the new kernel if performance is better, netscape 4.5 and I would have to install the new glibc (or whatever its called) thing to use staroffice right?=20 Whats the easiest thing to do? Is there an easy way to upgrade those isolated bits? or should I just reinstall?. I think the version of K with 5.3 is the same as the version with 6... or is the 6 K a good upgrade? I am concerned about reinstaling completely since ppp works right now, and I know that some of you have had problems with that since installing 6. Sorry if this all sounds really silly, its just all still really new. I have to say the 6 box looks much prettier than the 5.3 one at least IMHO. Anyways, as ever your advice is very much appreciated. Give me a while and I'll be able to actually help answer something, I hope... :-) Cheers! Dom =3D=3D _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4927363156092690393==-- From mlmayo@texas.net Sat Feb 27 07:05:35 1999 From: mlmayo@texas.net To: users@lists.opensuse.org Subject: [SuSE Linux] mail and mailx problems Date: Sat, 27 Feb 1999 01:05:35 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2056532324589304887==" --===============2056532324589304887== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Something really wierd just happend. I issued mail to check my mail and all that happend was a message... Segmentation Fault. The same thing with mailx. I just installed 6.0 yesterday and all has been well until now. I rebooted just to see if it would happen again and it did. I can check mail in other accounts so it isn't system wide, only my personal account. I have not modified anything in sendmail yet so I can't imagine what happend. Any ideas ? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2056532324589304887==-- From mperry@basin.com Sat Feb 27 07:06:36 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] are RedHat's rpms valid for SuSE ? Date: Fri, 26 Feb 1999 23:06:36 -0800 Message-ID: <199902270706.XAA25483@mperry.basin.com> In-Reply-To: <21BE1F17DE@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3655958412909343476==" --===============3655958412909343476== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 27 Feb, Aldo Solari [APS] wrote: >=20 > A basic question: I do not have clear whether rpms in the RedHat > repository could be used by SUSE ... can they ? >=20 > Cheers, >=20 > APS > =20 >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> I have used redhat rpms for some stuff; but others seem to have problems with locations of things and failed dependencies. On the failed dependencies issue, I have verified that I have the libs or whatever installed but still get these on occasion. Other occasions, redhat rpm files go right on. I could not get gtk and glib right so decided to do a compile. Wow!!! Thats quite a process :) The rpm files seem to be a jungle of dependencies and install requirements. =20 It tooks gtk 1.1.latest almost 30 minutes to compile here.It was an interesting time. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3655958412909343476==-- From deem@wdm.com Sat Feb 27 07:13:48 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Confused about how to upgrade 5.3 to shiny new v6 Date: Fri, 26 Feb 1999 22:13:48 -0900 Message-ID: <199902270713.WAA00546@wdm.com> In-Reply-To: <19990227062939.11108.rocketmail@send204.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0238697768416066082==" --===============0238697768416066082== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dominic MacDonald Aveyard wrote: >=20 >=20 > Hey there me again, >=20 > >=20 > Whats the easiest thing to do?=20 I'd backup my important stuff and blow away 5.3, then re-install 6.0 from scratch and then wala! >=20 > Sorry if this all sounds really silly, its just all still really new. > I have to say the 6 box looks much prettier than the 5.3 one at least > IMHO. >=20 Well 6.0 is great and works with kernel-2.2.2 just fine. I run : AMD K-2 400Mhz 3D w/192megs RAM SuSE 6.0 w/Accelerated-X 4.1.2 Regards -Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0238697768416066082==-- From mlmayo@texas.net Sat Feb 27 07:26:23 1999 From: mlmayo@texas.net To: users@lists.opensuse.org Subject: [SuSE Linux] mail and mailx problems Date: Sat, 27 Feb 1999 01:26:23 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8355910818912964992==" --===============8355910818912964992== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello again, Please ignore my last post. I decided to delete and recreate my account and all is well. If it happens again I'll try to trace it out and get some more information before I post. Thank You, Mike - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8355910818912964992==-- From mlmayo@texas.net Sat Feb 27 07:47:34 1999 From: mlmayo@texas.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Confused about how to upgrade 5.3 to shiny new v6 Date: Sat, 27 Feb 1999 01:47:34 -0600 Message-ID: In-Reply-To: <19990227062939.11108.rocketmail@send204.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3123123359947978371==" --===============3123123359947978371== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Ppp is easy to install in 6.0 if you stay away from the 2.2.0pre(something?) kernel that is included in the distro. Wvdial is included and all you should have to do after installing is add your login name, password and ISP's phone number in /etc/wvdial.conf (already there for you to edit). Make sure to remember to set up your nameserver in yast and you should be set. I am still trying to get the 2.2.1 kernel going so I can't say for sure if ppp will be an issue or not. All in all imho the upgrade to 6.0 is worth it, and as a kernel,glibc upgrade newbie myself with little time to experiment before I have to be productive, the fresh install of 6.0 was the way to go. Less than 1 hr. for the whole install including the Star Office license procedure. Hope this helps, Mike On Fri, 26 Feb 1999, Dominic MacDonald Aveyard wrote: >=20 >=20 > Hey there me again, >=20 > OK, so I looked through the 5 manual to the part describing the > upgrade process for exisiting 5.3 users and it didn't make much sense > to me. Especially the bit about linking apps to the new compiler thingy. >=20 > Anyways... >=20 > I just want to install Staroffice, maybe the new kernel if performance > is better, netscape 4.5 and I would have to install the new glibc (or > whatever its called) thing to use staroffice right?=20 >=20 > Whats the easiest thing to do? Is there an easy way to upgrade those > isolated bits? or should I just reinstall?. I think the version of K > with 5.3 is the same as the version with 6... or is the 6 K a good > upgrade? I am concerned about reinstaling completely since ppp works > right now, and I know that some of you have had problems with that > since installing 6. >=20 > Sorry if this all sounds really silly, its just all still really new. > I have to say the 6 box looks much prettier than the 5.3 one at least > IMHO. >=20 > Anyways, as ever your advice is very much appreciated. Give me a while > and I'll be able to actually help answer something, I hope... :-) >=20 > Cheers! > Dom >=20 > =3D=3D >=20 >=20 > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com> >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3123123359947978371==-- From adcarlso@visinet.ca Sat Feb 27 08:01:10 1999 From: adcarlso@visinet.ca To: users@lists.opensuse.org Subject: [SuSE Linux] My vote Date: Sat, 27 Feb 1999 00:01:10 +0000 Message-ID: <199902270502.AAA08284@ceylon.visinet.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6102294058178200763==" --===============6102294058178200763== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable One vote for a full SuSE 6.0 reinstall. An error in unpacking the 2.0.36 kernel essentially rendered my Linux system = useless. Now to reinstall fully instead of the upgrade method. My OS2 that reads HPFS is hel= ping to rescue some key files. Arlen Carlson - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6102294058178200763==-- From paspartu@uni.net Sat Feb 27 09:26:47 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Problem with internet conection after upgrade Date: Sat, 27 Feb 1999 10:26:47 +0100 Message-ID: <99022710560201.00540@kamikazen> In-Reply-To: <008f01be61ad$41016700$d7d40dd1@brawnius> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2085189380186760920==" --===============2085189380186760920== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, 26 Feb 1999, you wrote: >My apologize for the lack of information , i need any help of my wife to >write the mails in english... :)) > >I am using kde and kppp , it 's working very well in suse 5.3 but when I >did the update of my system to 6.0 > ocurre the above mentioned. > >It's clear for you ? Ciao Bruno,=20 I've just upgraded from 5.3. There are a few things I have to solve and for which I am going to ask help to this list...luckily I had no problem with kpp= p. Did you commented out the lock option in the /etc/ppp/option file? You should give more details about your problem. As concerning the mail of Harald Sundt THERE is a lock option in the /etc/ppp/options. I just commented out! See line 72. Hope this help. Ciao, Maurizio - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2085189380186760920==-- From paspartu@uni.net Sat Feb 27 09:31:30 1999 From: paspartu@uni.net To: users@lists.opensuse.org Subject: [SuSE Linux] Xterm in 6.0 Date: Sat, 27 Feb 1999 10:31:30 +0100 Message-ID: <99022710555400.00540@kamikazen> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3756296113614265252==" --===============3756296113614265252== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I've just upgraded to 6.0 from 5.3. Or better to say I installed the 6.0 on a fresh because I needed to partition the hard disk in a different way. First of all, the SVGA driver doesn't work with my s3_virge chipset. I posted this problem when I installed 5.3. Any window in the KDE desktop follow the mouse movement with big delay. This doesn't happen with the S3V driver which = is considered obsolete. I hope that they will fix this problem with SVGA (in the README file they said that they tested it with an s3_virge with 4 MB - the sa= me setup as mine) or that they won't stop to support the S3V card. Second- Whenever I open an xterm on KDE1.1 I get a prompt like "bash-2.02$". I would expect the host name, instead. In fact on 5.3 KDE1.0 I had "kamikazen:...". How can I restore it? Third- I noticed that kmail doesn't clean properly the inbox file in=20 ~/Mail/inbox. I made a backup of the Mail directory before upgrading and when= I restored it I happen to have a big file with about 5 months of messages (since I subscribed this list). I deleted most of them, I empty the trash can, closed Kmail, restarted, the inbox folder showed only the messages I left there, but the ~/Mail/inbox folder was still huge. Maybe this bug has been fix in KDE1.1. TIA Maurizio - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3756296113614265252==-- From tomas@primenet.com Sat Feb 27 09:51:43 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] are RedHat's rpms valid for SuSE ? Date: Sat, 27 Feb 1999 01:51:43 -0800 Message-ID: <36D7C02F.3EED2CA9@primenet.com> In-Reply-To: <21BE1F17DE@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0963146728357555315==" --===============0963146728357555315== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Aldo Solari [APS]" wrote: >=20 > A basic question: I do not have clear whether rpms in the RedHat > repository could be used by SUSE ... can they ? >=20 An RPM file is an RPM file, its a type of archive for storing and sharing files basically, the problem is (not always though) that you will have instances where installing a redhat RPM requires certain files to be in certain locations that differ from SuSE. In those instances you may want to look at other avenues for installing that program/file as it could lead to complications with running that particular program/file.=20 --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0963146728357555315==-- From refraction@altavista.net Sat Feb 27 10:29:38 1999 From: refraction@altavista.net To: users@lists.opensuse.org Subject: [SuSE Linux] Ensonique PCI Audio cards & 2.2.1. Date: Sat, 27 Feb 1999 10:29:38 +0000 Message-ID: <99022710344900.00248@argoth> In-Reply-To: <36D534C3.C36CE836@pobox.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4108052684844613208==" --===============4108052684844613208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 25 Feb 1999, misc.word.corp wrote: > Has anybody been able to get Ensonique PCI Audio cards to work with the > 2.2.x kernels? >=20 > I've got the es1371 chipset; and when I compile the new driver into the > kernel, I can't get any sound. No luck with compiling as a module > either; I can't get it to load. >=20 > If you've had success with this, please post the procedure you used -- > and weather you compiled the driver in the kernel or as a module. > (If it's the latter, do you recommend kerneld or kmod?) >=20 > The new driver should be a ticket out of OSS hell (ie., some of the OSS > bugs) for those of us owning the card; I can't wait to get it up and > running. I have the es1370 on an Audio PCI64 card, I compiled into the kernel instead = of as a module. Are you sure you have a es1371 and not a es1370? If you watch during bootup, or type dmesg after bootup you should see the messages (these are for es1370): es1370: version v0.17 time 19:30:26 Feb 24 1999 es1370: found adapter at io 0xe800 irq 10 es1370: features: joystick on, line in, mic impedance 0 If you don't get the found adapter message you might have a conflict of some kind, you could try lspci to see what your pci settings are. Dunc. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4108052684844613208==-- From refraction@altavista.net Sat Feb 27 10:34:59 1999 From: refraction@altavista.net To: users@lists.opensuse.org Subject: [SuSE Linux] Recommended Sound card for kde/linux Date: Sat, 27 Feb 1999 10:34:59 +0000 Message-ID: <99022710400201.00248@argoth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1601096636994001918==" --===============1601096636994001918== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, What's the best sound card directly supported in the 2.2.1 kernel that works with the kde sound system, and has stuff like hardware midi. I have an ensoniq es1370 but it lacks hardware midi and some other stuff. Dunc. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1601096636994001918==-- From brawnius@satlink.com Sat Feb 27 11:21:33 1999 From: brawnius@satlink.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly Date: Sat, 27 Feb 1999 08:21:33 -0300 Message-ID: <000e01be6243$82b84d80$a9720ed1@brawnius> In-Reply-To: <[SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5214587493222250137==" --===============5214587493222250137== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The problem is the file /etc/ppp/options , have a "lock" option , delet it and try again with kppp I just upgrade my system to Suse 6.0 and have this problem. Bruno Luciani brawnius(a)satlink.com Buenos Aires Argentina -----Mensaje original----- De: Carl Johnson Para: Andrew Kroll ; suse-linux-e(a)suse.com Fecha: Viernes, 26 de Febrero de 1999 22:49 Asunto: Re: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly > >If you do a "tail -f /var/log/messages" will logging in to ISP >the kerenl will return a message a PPP probalby because you do not >have PPP have compiled in or as a module! > >Andrew Kroll wrote: >> >> I'm having trouble with my KPPP for SUSE 6.0. Under 5.3 it worked like >> a charm, but this version is giving me a little trouble. I set it up as >> I did under the previous version. I'm using a local ISP, so all I had >> to set was the login ID and DNS settings--everything else was the >> default (as it was under SUSE 5.3). I tried telling it to use CHAP, >> SCRIPT BASED, PAP, Etc. Nothing works. It dials out just fine, but as >> soon as it connects, it comes back with a message that says "PPP daemon >> died unexpectedly". Does anyone have a clue as to why? I'm very >> anxious to get this working because as soon as I do, I can delete my >> Redhat 5.2 partition. Thanks everyone. >> >> --Andrew Kroll >> >> >> - >> To get out of this list, please send email to majordomo(a)suse.com with >> this text in its body: unsubscribe suse-linux-e >> Check out the SuSE-FAQ at http://www.suse.com/Su= pport/Doku/FAQ/> and the >> archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > >-- >Carl Johnson >Sys Admin >cjs(a)cj-solutions.com > >|_| >|_| >| |\/--- | |\ | | | \/ >| NIKE | | | \| |__| /\ >|______| _______________ > ____ | OH SHIT IT's | > |..| --| LINUX!!! | > |__| |_______________| >|\/| icro$oft "Watch Linux walk all over Micro$oft" >| | /||\ > /\ >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5214587493222250137==-- From brawnius@satlink.com Sat Feb 27 11:27:32 1999 From: brawnius@satlink.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Problem with internet conection after upgrade Date: Sat, 27 Feb 1999 08:27:32 -0300 Message-ID: <001501be6244$390241e0$a9720ed1@brawnius> In-Reply-To: <[SuSE Linux] Problem with internet conection after upgrade> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8791436262512665887==" --===============8791436262512665887== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes mauricio : I remember that and my conection is working now thank you in any case Bruno Luciani brawnius(a)satlink.com Buenos Aires Argentina -----Mensaje original----- De: Maurizio Firmani Para: BRUNO LUCIANI ; Harald Sundt ; Suse Mailing List Fecha: S=C3=A1bado, 27 de Febrero de 1999 06:10 Asunto: Re: [SuSE Linux] Problem with internet conection after upgrade > >On Fri, 26 Feb 1999, you wrote: >>My apologize for the lack of information , i need any help of my wife to >>write the mails in english... :)) >> >>I am using kde and kppp , it 's working very well in suse 5.3 but when I >>did the update of my system to 6.0 >> ocurre the above mentioned. >> >>It's clear for you ? > >Ciao Bruno, >I've just upgraded from 5.3. There are a few things I have to solve and for >which I am going to ask help to this list...luckily I had no problem with kppp. >Did you commented out the lock option in the /etc/ppp/option file? You should >give more details about your problem. > >As concerning the mail of Harald Sundt THERE is a lock option in the >/etc/ppp/options. I just commented out! See line 72. > >Hope this help. > >Ciao, > > Maurizio >- >To get out of this list, please send email to majordomo(a)suse.com with >this text in its body: unsubscribe suse-linux-e >Check out the SuSE-FAQ at = http://www.suse.com/Supp= ort/Doku/FAQ/> and the >archive at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8791436262512665887==-- From andyford@nothnbut.net Sat Feb 27 11:34:13 1999 From: andyford@nothnbut.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] posting of html email Date: Sat, 27 Feb 1999 05:34:13 -0600 Message-ID: <19990227053413.A11143@dave.ford.saint-louis.mo.us> In-Reply-To: <19990225170919.A3182@griend.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6341020273342606756==" --===============6341020273342606756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, Feb 25, 1999 at 05:09:19PM +0100, Cees van de Griend wrote: > On Mon, Feb 15, 1999 at 04:49:19PM -0800, eros(a)anduin.eldar.org wrote: > >> I have problems reading html email that is posted to suse-linux-e.=20 > >> Would it be possible to have people post only test email to the list? > >>=20 > >> I appreciate any flexibility people could have in this matter. > >=20 > > HTML is regarded by many as annoying and rude to post to a mailing list; = > > ESPECIALLY a Unix/Linux one.=20 > >=20 > > Personally, I just delete it.=20 >=20 > HTML mail is no problem if you have an entry in your mailcap file. > This is a list with many new users, so the users with experience can > simply addjust theis mailcap. > =20 > Add: > ----- > text/html; html2txt; copiousoutput > ----- > to ~/.mailcap and put the Perl-script (attached) into your path. >=20 > I hope this small script is usefull. > It just requires 'lynx' and 'perl'. >=20 > Greetings, Cees. > --=20 Should this work with mutt? Yours, Andy - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6341020273342606756==-- From karrde@future.net.tr Sat Feb 27 11:41:13 1999 From: karrde@future.net.tr To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Soundblaster Live! Date: Sat, 27 Feb 1999 11:41:13 +0000 Message-ID: <36D7D9D9.BAF86263@future.net.tr> In-Reply-To: <36D66EC0.BCEE0FD0@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5649996133231922950==" --===============5649996133231922950== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yatsen Ng wrote: > I have a Sound Blaster Live! card which I'm trying to set up. First, I > configured the kernel with the right settings. The only thing I changed > was the IRQ; I had to reset it to 5. All the other settings were > correct. After that I recompiled and installed the kernel. That's about > it. Am I missing something? > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> Sorry man.......You won't be able to get the SB Live! working in linux. Creative hasn't released the proper info for developers to write an opensource driver for it. I'm sorta in the same boat....I bought one for my doze box, but when I converted it to linux I had to use my old AWE64 and put my Live away. Bummer. -- "I'm fuzzy on this whole good/bad thing" -Dr. Peter Venkman Made possible by SuSE 5.3 and Kernel 2.2.2ac1 Linux.....Just Do it - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5649996133231922950==-- From yatsen-ng@cistron.nl Sat Feb 27 11:47:55 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: [SuSE Linux] PCI Modem configuration Date: Sat, 27 Feb 1999 12:47:55 +0100 Message-ID: <36D7DB6B.5C28B3A5@cistron.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0827683067877993212==" --===============0827683067877993212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable

I have an E-Tech PCI 56k internal modem which I'm trying to configure. I
used minicom
to create a configuration file. I set the serial device to  /dev/ttyS2
since   my modem is
on the third serial port. The speed is set to 115200bps (Baud/Par/Bits:
115200 8N1).
I saved the setup as default and tried to test my modem. I didn't get an
OK prompt in the
terminal. Oh yes, I also set the modem to the correct port with YaST
during the
installation. What am I doing wrong?

-- BEGIN included message

=20
I have an E-Tech PCI 56k internal modem which I'm trying to configure. I used minicom
to create a configuration file. I set the serial device to /dev/ttyS2=20 since my modem is
on the third serial port. The speed is set to 115200bps (Baud/Par/Bits: 115200 8N1).
I saved the setup as default and tried to test my modem. I didn't get an OK prompt in the
terminal. Oh yes, I also set the modem to the correct port with YaST during the
installation. What am I doing wrong?
=20
-- END included message

--===============0827683067877993212==-- From yatsen-ng@cistron.nl Sat Feb 27 11:56:02 1999 From: yatsen-ng@cistron.nl To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Soundblaster Live! Date: Sat, 27 Feb 1999 12:56:02 +0100 Message-ID: <36D7DD51.98A379FD@cistron.nl> In-Reply-To: <36D7D9D9.BAF86263@future.net.tr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2698733313571688965==" --===============2698733313571688965== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Great way to make new customers and friends. Go Creative! That AWE64 card; is it a PCI- or an ISA card? If (and that's a big IF) I install another Soundblaster card, is there anything additional I need to do besides the configuration in the kernel? Karrd3 wrote: > Yatsen Ng wrote: > > > I have a Sound Blaster Live! card which I'm trying to set up. First, I > > configured the kernel with the right settings. The only thing I changed > > was the IRQ; I had to reset it to 5. All the other settings were > > correct. After that I recompiled and installed the kernel. That's about > > it. Am I missing something? > > > > - > > To get out of this list, please send email to majordomo(a)suse.com with > > this text in its body: unsubscribe suse-linux-e > > Check out the SuSE-FAQ at http://www.suse.com/S= upport/Doku/FAQ/> and the > > archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html> > > Sorry man.......You won't be able to get the SB Live! working in linux. > Creative hasn't released the proper info for developers to write an > opensource driver for it. I'm sorta in the same boat....I bought one for > my doze box, but when I converted it to linux I had to use my old AWE64 > and put my Live away. Bummer. > -- > > "I'm fuzzy on this whole good/bad thing" -Dr. Peter Venkman > Made possible by SuSE 5.3 and Kernel 2.2.2ac1 > Linux.....Just Do it > > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2698733313571688965==-- From zentara@mindspring.com Sat Feb 27 13:04:35 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] Some minor 6 problems. Date: Sat, 27 Feb 1999 08:04:35 -0500 Message-ID: <36D7ED63.71F30B7B@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5151303895062027024==" --===============5151303895062027024== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, So far suse6 is working nicely. I even have kernel 2.2.1 going. X does seem quicker with it. I have a couple of things to toss out. 1. cdrecord dosn't work. It gives me an error saying "can't allocate memory, cannot send command via ioctl". However my old version of cdrecord, based on libc5 does work. Can anyone verify it on their recorder, just put a blank in and do a dummy write. 2. Is there a way to get rid of the "You have mail" message that root gets. The mail message says it should not be deleted, and will be recreated as part of the boot process. This wasn't in the old version. 3. Does anyone have awe32 sound working under the 2.2.1 kernel? If so, what are the alias and options you put in conf.modules? 4. Why dosn't the 2.2.2 kernel compile error free? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5151303895062027024==-- From zentara@mindspring.com Sat Feb 27 13:13:12 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] are RedHat's rpms valid for SuSE ? Date: Sat, 27 Feb 1999 08:13:12 -0500 Message-ID: <36D7EF68.C1779A87@mindspring.com> In-Reply-To: <21BE1F17DE@cicei.ulpgc.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0537208625040223644==" --===============0537208625040223644== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Aldo Solari [APS]" wrote: >=20 > A basic question: I do not have clear whether rpms in the RedHat > repository could be used by SUSE ... can they ? >=20 Some do some don't. The only way to find out is to try. The reverse is also true. Suse rpms don't always work on Redhat. Alot depends on the complexity of the rpm. Simple rpms which just put a file in /usr/bin will probably work; but things like X apps will fail to install. Alot of redhat rpm's will stop and say that they depend on "linuxconf" which is "redhat's yast". Similarly, a suse rpm will stop on a redhat system saying it requires yast. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0537208625040223644==-- From bfootdav@bellsouth.net Sat Feb 27 13:42:10 1999 From: bfootdav@bellsouth.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Confused about how to upgrade 5.3 to shiny new v6 Date: Sat, 27 Feb 1999 08:42:10 -0500 Message-ID: <36D7F632.DFA1B014@bellsouth.net> In-Reply-To: <19990227062939.11108.rocketmail@send204.yahoomail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4030809253500374083==" --===============4030809253500374083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Dominic MacDonald Aveyard wrote: > Whats the easiest thing to do? Is there an easy way to upgrade those > isolated bits? or should I just reinstall?. I think the version of K > with 5.3 is the same as the version with 6... or is the 6 K a good > upgrade? I am concerned about reinstaling completely since ppp works > right now, and I know that some of you have had problems with that > since installing 6. >=20 The problem with reinstalling is that you run the risk of losing important configuration files, not to mention any personal files that you've not backed up. SuSE is designed to be upgraded and I've always found the process easy (at least from 5.2 to 5.3 and then 5.3 to 6.0).=20 Basically you have to start by booting from the CD (best) or if that's not possible then using the boot disk. This will eventually put you into YaST. Choose "update existing system" and just follow along. It should first update your base system then if allowed it will update any other packages that have newer versions. You might want to make sure you have the package shlibs5 installed in case you still have any libc5 programs on your system that weren't upgraded to glibc. I've never had any problems, but it seems like some people on this list have, so I guess your mileage may vary. In any case you should really upgrade the system (by whichever method you prefer), this will allow you to use the newest kernel (2.2.2 - I believe) and KDE 1.1 (which is a nice improvement) as well as a few other things. David Bellows - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4030809253500374083==-- From victor@saase.de Sat Feb 27 14:51:57 1999 From: victor@saase.de To: users@lists.opensuse.org Subject: [SuSE Linux] Trying to compile 2.0.36 Date: Sat, 27 Feb 1999 15:51:57 +0100 Message-ID: <36D8068D.23C0A023@saase.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3189145853488955547==" --===============3189145853488955547== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello list Following error occures if I try to compile the 2.0.36 Kernel: drivers/sound/sound.a(dev_table.o)(data+0x104): undefined reference to `atach_gus_db16' drivers/sound/sound.a(dev_table.o)(data+0x108): undefined reference to `probe_gus_db16' drivers/sound/sound.a(dev_table.o)(data+0x10c): undefined reference to `unload_gus_db16' make: *** [vmlinux] Error 1 I=C5=BDm using SuSE 6.0 German Version. Does anyone know this problem? cu Victor - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3189145853488955547==-- From jlkreps@navix.net Sat Feb 27 15:18:04 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KPPP for SUSE 6.0 dying unexpectedly Date: Sat, 27 Feb 1999 09:18:04 -0600 Message-ID: <36D80CAC.ED0CB011@navix.net> In-Reply-To: <36D701DC.157EE1B3@imt.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4484559072549794314==" --===============4484559072549794314== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Andrew Kroll wrote: > > > > I'm having trouble with my KPPP for SUSE 6.0. Under 5.3 it worked like > > a charm, but this version is giving me a little trouble. I set it up as > > I did under the previous version. I'm using a local ISP, so all I had > > to set was the login ID and DNS settings--everything else was the > > default (as it was under SUSE 5.3). I tried telling it to use CHAP, > > SCRIPT BASED, PAP, Etc. Nothing works. It dials out just fine, but as > > soon as it connects, it comes back with a message that says "PPP daemon > > died unexpectedly". Does anyone have a clue as to why? I'm very > > anxious to get this working because as soon as I do, I can delete my > > Redhat 5.2 partition. Thanks everyone. > > > > --Andrew Kroll > > Possibly one or more things: 1. /etc/ppp/options has a line starting with "Lock".. delete it. 2. /etc/ppp/options has a line starting with "-XIP"... delete it. 3. everytime YaST is run it resets the permissions to /usr/sbin/pppd Do a "chmod a+sx pppd" on it. There is a line in the /etc/permissions file which has the default permissions for a bunch of files, including pppd. Changing it from ?754 to ?757 is supposed to prevent YaST from messing with it. But that doesn't work for me so everytime I use YaST I do a chmod on pppd. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4484559072549794314==-- From millerd@bconnex.net Sat Feb 27 16:37:24 1999 From: millerd@bconnex.net To: users@lists.opensuse.org Subject: [SuSE Linux] boot fail Date: Sat, 27 Feb 1999 11:37:24 -0500 Message-ID: <36D81F44.5D5B@bconnex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4642970568059316993==" --===============4642970568059316993== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable After replacing my hard drive i could not reload Suse 5.3. When I started up with the floppy in fdd I got a message after the boot: prompt of "boot failure" Any suggestions would be appreciated Denis Miller - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4642970568059316993==-- From zentara@mindspring.com Sat Feb 27 17:02:32 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] Staircase step printing fix? Date: Sat, 27 Feb 1999 12:02:32 -0500 Message-ID: <36D82528.F97C17B6@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3132000560967377914==" --===============3132000560967377914== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I have my printing running OK in X. But in console mode, I'm running into=20 a problem. I get stair-stepped incomplete printouts when I "cat textfile >/dev/lp1" When I use "lpr textfile" I get tiny landscape printing. When I adjust the "Features" of apsfilterrc" it prints OK, but I get a nice box around everything. I just want a plain ascii printout. Redhat had something in their printer setup called "fix stairstep printing". Does anyone know how to do this? I have a HPdj500. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3132000560967377914==-- From jsnorman@megsinet.net Sat Feb 27 17:12:47 1999 From: jsnorman@megsinet.net To: users@lists.opensuse.org Subject: [SuSE Linux] SuSE 6.0 Killed My Machine! "Spawning too fast ..." Date: Sat, 27 Feb 1999 11:12:47 -0600 Message-ID: <36D8278F.8D4A8F29@megsinet.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7240104058134213812==" --===============7240104058134213812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable After three weeks of trying, I finally got SuSE "successfully" installed.** Unfortunately, when I boot, INIT kills my machine requiring a hard-wired reset. Here is basically what happens (can't get the exact error message since Linux for me right now is very dead!) INIT: Id 0 spawning too fast! disabled for 5 minutes INIT: Id 1 spawning too fast! disabled for 5 minutes [etc. through Id 6] Well, that sucks. I wait five minutes by the way, and I get the same error message. The machine is completely locked up in the interim (still in single user mode). PLEASE HELP IF YOU CAN!!!!!! I have many many config, data, etc files that I do not wish to reintegrate which I will have to do if I reinstall. Hardware is: AMD K6-2 300Mhz @100Mhz bus 96MB RAM (PC-100) ATI Rage Pro AGP w/8MB AdvanSys Ultra SCSI SCSI hard drives (2x) with Linux on the second hard drive in logical/extended partitions Zip SCSI PD/CD-ROM SCSI optical disk (note: no ide devices/ide disabled in BIOS) AWE32 PnP sound (probably irrelevant since I've tried new and old kernals with no sound support compiled in) USB scanner (again, probably irrelevant since no USB support). **Note in history: SuSE repeateadly failed in its install fatally beause it couldn't replace C News. Though Yast failed, it nonetheless tried to "commit" the installation creating huge problems (e.g., system wouldn't boot since many files missing/wrong version, etc.). This led to a couple of system lockups and hard resets, after which e2kfs found many hard drive errors. Somehow, after all that, SuSE finally managed to install itself when I selected "replace everything". - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7240104058134213812==-- From zentara@mindspring.com Sat Feb 27 17:19:07 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] boot fail Date: Sat, 27 Feb 1999 12:19:07 -0500 Message-ID: <36D8290B.2C567BD7@mindspring.com> In-Reply-To: <36D81F44.5D5B@bconnex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0671652470144240349==" --===============0671652470144240349== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable millerd wrote: >=20 > After replacing my hard drive i could not reload Suse 5.3. > When I started up with the floppy in fdd I got a message after the boot: > prompt of "boot failure" >=20 > Any suggestions would be appreciated >=20 "Boot failure of what?" The floppy or the hardrive? Did you move your old hardrive to another ide controller. Are you trying to reinstall, or boot your old system? The boot floppy could have gone bad, but it is more likely that you either: 1. Misset the master-slave jumper 2. Didn't set the new harddrive settings in bios setup. The proper size must be set, and usually LBA. 3. Need to do an fdisk/mbr with a dos boot floppy. 4. Maybe you need to format the drive first, I remember some of those older 5.3 sets had an install bug. Post more detailed info. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0671652470144240349==-- From bshelton-suse-linux@ole.net Sat Feb 27 17:26:41 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Problem with internet conection after upgrade Date: Sat, 27 Feb 1999 12:26:41 -0500 Message-ID: <19990227122641.A32690@ole.net> In-Reply-To: <7FD5C79AD680D211AC4100A0C96B501C18EDE8@orsmsx49.jf.intel.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2907013331561113625==" --===============2907013331561113625== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, Feb 26, 1999 at 03:06:30PM -0800, Abrams, Marc A wrote: >=20 > You can change the language with one of the menu options (I forget which > one) You can start sax with command line option, sax -l en, to start it in english. I believe that's what yast does when sax is started from it. --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2907013331561113625==-- From jlkreps@navix.net Sat Feb 27 17:30:29 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] boot fail Date: Sat, 27 Feb 1999 11:30:29 -0600 Message-ID: <36D82BB5.24009DA@navix.net> In-Reply-To: <36D81F44.5D5B@bconnex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8791119438643581445==" --===============8791119438643581445== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable millerd wrote: >=20 > After replacing my hard drive i could not reload Suse 5.3. > When I started up with the floppy in fdd I got a message after the boot: > prompt of "boot failure" >=20 > Any suggestions would be appreciated >=20 > Denis Miller When a boot floppy is made the process doesn't check to see if there were bad blocks which may make the boot disk worthless. You have two choices, that I'm aware of: 1. Create a Linux boot disk under DOS 2. Credate a Linux boot disk under Linux Number 2 seems out of the question. Format two or three floppies using DOS. Scandisk or chkdsk /f to verify no bad blocks. On your SuSE CD is a directory that has the disk images you need to boot. Also, there is a program called RAWRITE2.EXE. Use it to create a new boot floppy (or two) according to instructions on the CD.=20 RAWRITE2.EXE doesn't check for bad blocks, so you have to. The Linux Documentation Project, at the SunSite of unc.edu, has howto's which cover this subject. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8791119438643581445==-- From victor@saase.de Sat Feb 27 17:32:27 1999 From: victor@saase.de To: users@lists.opensuse.org Subject: [SuSE Linux] Old verson number Date: Sat, 27 Feb 1999 18:32:27 +0100 Message-ID: <36D82C2B.AF453CF2@saase.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6597568295232286902==" --===============6597568295232286902== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". Do I run the new or the old Kernel ? cu Victor - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6597568295232286902==-- From victor@saase.de Sat Feb 27 17:50:50 1999 From: victor@saase.de To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Old version Number Date: Sat, 27 Feb 1999 18:50:50 +0100 Message-ID: <36D8307A.7B85041F@saase.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3780309679514295406==" --===============3780309679514295406== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Victor Saase wrote: > > I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". Do I= run > > the new or the old Kernel ? >=20 > The old one. >=20 I have made the kernel with "make zlilo". Why doesn=C5=BDt LILO start the new kernel ? What do I have to do ? cu Victor - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3780309679514295406==-- From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 27 18:17:25 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Old verson number Date: Sat, 27 Feb 1999 13:17:25 -0500 Message-ID: <36D836B5.EBB69553@cpkwebser5.ncr.disa.mil> In-Reply-To: <36D82C2B.AF453CF2@saase.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4551939259152895734==" --===============4551939259152895734== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Victor, This is a boot problem of sorts. I don't know all the details of how the boot process works, but try looking at the LILO documentation and perhaps running LILO. I usually compile my new kernels to boot from floppy till I get it working the way I want, then I go look in the book for all my scratched in notes to configure it to boot from the NT boot loader. To boot from floppy "make zdisk." Yes you are running the old kernel. HTH, Steve Victor Saase wrote: > Hello > I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". > Do I run the new or the old Kernel ? > cu Victor > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============4551939259152895734==--


From zentara@mindspring.com Sat Feb 27 18:18:23 1999
From: zentara@mindspring.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kernel2.2.1 sound setup is awful
Date: Sat, 27 Feb 1999 13:18:23 -0500
Message-ID: <36D836EF.D461A095@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8206365934553986300=="

--===============8206365934553986300==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

Way back when I started with Linux, I thought
setting up awe32 sound on a 2.0.*
was a real hard task.
I finally master how to do it, and it ran fine.
Easy...insmod sound...rmmod sound.

Now all of a sudden, in the new 2.2.* kernels,
the "easy" OSSFREE drivers are forced on us.

I just went thru the sound docs and to get the
damn thing to work I need these commands

insmod soundcore
insmod soundlow
insmod sound
insmod uart401
insmod sb

and I have to specify module parameters in conf.modules.
And there are just as many to remove them.

What's even worse...it sounds like CRAP.

How do you get rid of the OSS SOUND being forced
upon you in make menuconfig?

Is this some clever ploy by OSS to force everyone to
buy their drivers?

This should be fixed.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8206365934553986300==--


From deem@wdm.com Sat Feb 27 18:27:07 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] libc -> glibc = SuSE 6.0
Date: Sat, 27 Feb 1999 09:27:07 -0900
Message-ID: <199902271827.JAA02136@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3892603431012497410=="

--===============3892603431012497410==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have been a linux advocate for I think, 4+ yrs
now, moved from NT 3.51 and I am happily learning Linux slowly.
I was mentored thankfully by someone much younger than myself
and we loaded Red Hat 2.0 with kernel 1.2.13 if I remember correctly.
So I was a Red Hat user through 5.0, and when Red Hat rolled out glibc,
that was my the same time SuSE sent me 2 copies of SuSE 5.0. I let them
sit for about a month, then another friend came over and talked=20
me into trying SuSE out. It was definitely different but once I fuigured
out what the scripts were doing, and how yast works, and how
to get PPP up, all was well. In fact, I had then and now, prefer SuSE.

Well it was not only SuSE's distribution that convinced me, but all the probl=
ems of glibc and=20
Red Hat 5.0. It was a hairball and I didn't have time to deal with the
many issues surrounding the fixes. (Of course Red Hat is a great team and dis=
tribution,
I support Red Hat by helping many a user who runs Red Hat.)

Therefore, I want to thank SuSE for holding back and waiting, not being
a copycat, setting a quality standard for Linux. SuSE 6.0 works
wonderfully, and I have none of the issues that scared me originally
regarding a move to glibc. Yes, I am more familiar with Linux in general
but the truth is evident. SuSE did the right thing.

Seems like the U.S. office changes faces regulary and this is hard for us
Amercicans, but the product is at least as good, if not superior to any
distribution. I have advocated SuSE to many and continue to do so.

"SuSE - Die Linux Spezialisten"

-Dee

W.D.McKinney (Dee) deem(a)wdm.com
Faith is acting on your passions & beliefs.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3892603431012497410==--


From bshelton-suse-linux@ole.net Sat Feb 27 18:28:40 1999
From: bshelton-suse-linux@ole.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Old version Number
Date: Sat, 27 Feb 1999 13:28:40 -0500
Message-ID: <19990227132840.A9848@ole.net>
In-Reply-To: <36D8307A.7B85041F@saase.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0737121026157759887=="

--===============0737121026157759887==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 06:50:50PM +0100, Victor Saase wrote:
>=20
> > Victor Saase wrote:
> > > I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". Do=
 I run
> > > the new or the old Kernel ?
> >=20
> > The old one.
> >=20
>=20
> I have made the kernel with "make zlilo".
> Why doesn=C5=BDt LILO start the new kernel ?
> What do I have to do ?

The old setup used to write the new kernel in the root directory. The new
Makefile probably has the directory set to /boot, but your old lilo may
still be pointing to / (the root dir), or it could be the other way around.

Edit /etc/lilo.conf and see what the image section calls for.

--# Linux bootable partition config begins
--image =3D /boot/vmlinuz
--root =3D /dev/sda2
--label =3D linux
--# Linux bootable partition config ends
--#

If it points to /vmlinuz then change it to /boot/vmlinuz and re-run lilo as
root then reboot.

Hope this is helpful.


--=20
Brad Shelton		 bshelton(a)ole.net
On Line Exchange	 ht=
tp://ole.net>
Detroit News		 http://detnews.com>

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0737121026157759887==--


From deem@wdm.com Sat Feb 27 18:33:07 1999
From: deem@wdm.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Old version Number
Date: Sat, 27 Feb 1999 09:33:07 -0900
Message-ID: <199902271833.JAA02177@wdm.com>
In-Reply-To: <36D8307A.7B85041F@saase.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3286829868478135077=="

--===============3286829868478135077==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Victor Saase  wrote:
>=20
> > Victor Saase wrote:
> > > I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". Do=
 I run
> > > the new or the old Kernel ?
> >=20
> > The old one.
> >=20
>=20
> I have made the kernel with "make zlilo".
> Why doesn=C5=BDt LILO start the new kernel ?
> What do I have to do ?
> cu Victor

Ok here's the scenario:
If you are running 6.0 SuSE, then
make sure your kernel is the right one.

I name kernels like this:

 ls -la /boot
total 1855
drwxr-xr-x   2 root     root         1024 Feb 24 18:07 .
drwxr-xr-x  22 root     root         1024 Feb 16 21:52 ..
-rw-r--r--   1 root     root       131719 Feb 13 06:07 System.map
-rw-r--r--   1 root     root          512 Feb 13 06:08 boot.0800
-rw-r--r--   1 root     root         4536 Jan 19 20:13 boot.b
-rw-r--r--   1 root     root          300 Jan 19 20:13 chain.b
-rw-------   1 root     root        16384 Feb 24 18:07 map
-rw-r--r--   1 root     root          308 Jan 19 20:13 os2_d.b
-rw-r--r--   1 root     root       593070 Feb 23 19:04 vmlinuz <----- Kernel 1
-rw-r--r--   1 root     root       526968 Feb 13 16:41 vmlinuz2<----- Kernel 2
-rw-r--r--   1 root     root       605282 Feb 20 15:19 vmlinuz3<----- Kernel 3

Edit your config file /etc/lilo.conf
like this:

=20
image =3D /boot/vmlinuz
root =3D /dev/sda2
label =3D linux

image =3D /boot/vmlinuz2
root =3D /dev/sda2
label =3D linux2

After editing lilo.conf, then run /sbin/lilo and reboot choosing the kernel
of choice.

-Dee

W.D.McKinney (Dee) deem(a)wdm.com
Faith is acting on your passions & beliefs.

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3286829868478135077==--


From erland@pandora.be Sat Feb 27 18:49:59 1999
From: erland@pandora.be
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] masquerade ability lost
Date: Sat, 27 Feb 1999 19:49:59 +0100
Message-ID: <36D83E57.B4EA5D67@pandora.be>
In-Reply-To: <19990226213033.A10129@dave.ford.saint-louis.mo.us>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7261354184766447914=="

--===============7261354184766447914==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Andy,

Maby you are using a 2.2.x kernel ? Do you get error messages when you
start ipfwadm? If so, did you install the ipchains pakkage with SuSE
6.0. Kernel 2.2.x doesn't support ipfwadm annymore.

Hope this helps,
Erland.

Andy Ford wrote:
>=20
> hi all
> I upgraded my router-486 linux box from SuSE 5.3 to 6.0 and
> I have lost my masquerading ability.
> The network between my three PCs works great, and the
> router box is still the default gateway for the other two.
> I used to get masquerading started by doing
> ipfwadm -F -p deny
> ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0
> in my boot.local, but boot.local got overwritten in the upgrade
> with no backup in /var/adm/backup.
> So, I'm trying to execute the above two comands on the command line of
> the router, but packets never
> get through from my workstations to the internet.
> I've never gotten YaST to configure my firewall/masq setup properly,
> but I'd like to have another go at it.
> Here's what I think I should have, but it doesn't work; someone set me stra=
ight!
>
begin:vcard=20
n:Moller;Erland
tel;cell:+32 495 571 115
x-mozilla-html:FALSE
adr:;;;;;;
version:2.1
email;internet:erland(a)pandora.be
x-mozilla-cpt:;-4000
fn:Erland Moller
end:vcard

--===============7261354184766447914==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:01:08 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Some minor 6 problems.
Date: Sat, 27 Feb 1999 20:01:08 +0100
Message-ID: <19990227200108.D826@one.hrz.tu-chemnitz.de>
In-Reply-To: <36D7ED63.71F30B7B@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9096405497088627691=="

--===============9096405497088627691==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Sat, Feb 27, 1999 at 08:04 -0500, zentara wrote:

> 3. Does anyone have awe32 sound working under the 2.2.1
> kernel? If so, what are the alias and options you put in
> conf.modules?

alias char-major-14       sb
options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330

There are also additional options if you have the kernel patch
that enables midi. See /usr/src/linux/Documentation/sound/AWE32.

> 4. Why dosn't the 2.2.2 kernel compile error free?

Compiles error free here.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============9096405497088627691==--


From mperry@basin.com Sat Feb 27 19:05:07 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] anyone managed to compile balsa 0.4.9?
Date: Sat, 27 Feb 1999 11:05:07 -0800
Message-ID: <199902271905.LAA19876@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4424994206431102824=="

--===============4424994206431102824==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Just curious.  I seem to have problems with the process getting to the
point of using ORBit resources.  The make complains like this:

In file included from balsa.h:7,
                 from balsa-skels.c:6:
/usr/include/orb/orbit.h:37: #error "You need to rerun 'orbit-idl' on the .id=
l file whose stubs you are using. These stubs were generated with an older ve=
rsion of ORBit, and need to be regenerated."
In file included from /usr/include/orb/allocators.h:8,
                 from /usr/include/orb/orbit.h:56,
                 from balsa.h:7,
                 from balsa-skels.c:6:
/usr/include/orb/orbit.h:37: #error "You need to rerun 'orbit-idl' on the .id=
l file whose stubs you are using. These stubs were generated with an older ve=
rsion of ORBit, and need to be regenerated."
In file included from /usr/include/orb/dii.h:30,
                 from /usr/include/orb/orbit.h:58,
                 from balsa.h:7,
                 from balsa-skels.c:6:
/usr/include/orb/interface_repository.h:6: warning: `ORBIT_IDL_SERIAL' redefi=
ned
balsa.h:6: warning: this is the location of the previous definition
make[2]: *** [balsa-skels.o] Error 1
make[2]: Leaving directory `/tmp/balsa-0.4.9/idl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/balsa-0.4.9'
make: *** [all-recursive-am] Error 2

Anybody got balsa working on suse 6 out there?


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4424994206431102824==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:05:23 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Euro symbol on Staroffice 5.0
Date: Sat, 27 Feb 1999 20:05:23 +0100
Message-ID: <19990227200523.E826@one.hrz.tu-chemnitz.de>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5679657144550561112=="

--===============5679657144550561112==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Thu, Feb 25, 1999 at 15:29 +0100, Massimo Lusetti wrote:

> I wish to have Euro symbol in my document with staroffice, how can i ?

The fonts supplied with SO 5.0 (e. g. timmons) have a Euro
symbol. You can insert it with Einf=C3=BCgen/Sonderzeichen..., should
be something like Insert/Special Character in the English
version.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5679657144550561112==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:07:27 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: For the German Readers!
Date: Sat, 27 Feb 1999 20:07:27 +0100
Message-ID: <19990227200727.F826@one.hrz.tu-chemnitz.de>
In-Reply-To:
 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4847632026656063984=="

--===============4847632026656063984==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, Feb 26, 1999 at 20:55 +0100, James (Jim) Hatridge wrote:

> I just heard on the radio that Tele-com is changing the phone rates
> Monday. Starting March 1 it's to be a flat rate of 20pf per click. At
> least that's what I understand, my German is not the best.=20
>=20
> Two questions! First did I understand right? And how long will the clicks
> be then?

Well I think it's not true. If it was, it would definetly have
been in the news.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4847632026656063984==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:09:52 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: /USR/SBIN/CRON
Date: Sat, 27 Feb 1999 20:09:52 +0100
Message-ID: <19990227200952.G826@one.hrz.tu-chemnitz.de>
In-Reply-To: <199902270555.UAA00853@wdm.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8709353489215839128=="

--===============8709353489215839128==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Fri, Feb 26, 1999 at 20:55 -0900, W.D.McKinney wrote:

> Is this a script that runs a little to often ?
>=20
> Feb 26 20:00:00 wdm /USR/SBIN/CRON[712]: (root) CMD ( test -x /usr/lib/cron=
/run-crons && /usr/lib/cron/run-crons )=20

This checks /etc/cron.hourly, /etc/cron.daily... for scripts to
run. It should IMHO be sufficient to run it every hour. You can
change that in /etc/crontab.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8709353489215839128==--


From hlarons@ComCAT.COM Sat Feb 27 19:11:15 1999
From: hlarons@ComCAT.COM
To: users@lists.opensuse.org
Subject: [SuSE Linux] More Re: posting of html email
Date: Sat, 27 Feb 1999 14:11:15 -0500
Message-ID: <19990227141115.B204@BeagleDog>
In-Reply-To: <19990227053413.A11143@dave.ford.saint-louis.mo.us>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6243831256759473832=="

--===============6243831256759473832==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Feb 27, 1999, Andy Ford wrote:
>=20
> On Thu, Feb 25, 1999 at 05:09:19PM +0100, Cees van de Griend wrote:
[mailcap info snipped]
> Should this work with mutt?

Andy, this is a quick and cool fix for Mutt. Go for it! And to the guru=20
Cees van de Griend, a hearty thanks for posting that mailcap entry and=20
perl script. It never hurts to have a real life working example to lean=20
on, even after R'ingTFM.

Howard Arons

--=20
Powered by SuSE Linux 5.2 -- kernel 2.0.33
Communications by Mutt 0.93.2
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6243831256759473832==--


From misc.word.corp@pobox.com Sat Feb 27 19:15:06 1999
From: misc.word.corp@pobox.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Ensonique PCI Audio cards & 2.2.1.
Date: Sat, 27 Feb 1999 14:15:06 -0500
Message-ID: <36D8443A.E731DBC3@pobox.com>
In-Reply-To: <99022710344900.00248@argoth>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8751099718005306892=="

--===============8751099718005306892==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Dunc,

Thanks for the tip.

> I have the es1370 on an Audio PCI64 card, I compiled into the kernel instea=
d of
> as a module.
>=20
> Are you sure you have a es1371 and not a es1370? =20

Yes, you were exactly on target! I'd forgotten I'd had the es1370 chip
-- it compiled perfectly into the kernel.

However . . . the sound volume is much lower than it was with the OSS
drivers. It's only audible (but acceptible in terms of fidelity) with
the volume knob on my speaker cranked to high.

Have you noticed this problem as well? Is there any way to tweak the
volume setting provided as a default (if there is such a thing) with the
2.2.1. Ensonique driver?

-- Glenn --
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8751099718005306892==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:19:52 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Staircase step printing fix?
Date: Sat, 27 Feb 1999 20:19:52 +0100
Message-ID: <19990227201952.H826@one.hrz.tu-chemnitz.de>
In-Reply-To: <36D82528.F97C17B6@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1358923052276702383=="

--===============1358923052276702383==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Sat, Feb 27, 1999 at 12:02 -0500, zentara wrote:

> When I adjust the "Features" of apsfilterrc"
> it prints OK, but I get a nice box around everything.
> I just want a plain ascii printout.

Change the A2PS_OPTS line in /etc/apsfilterrc to

A2PS_OPTS=3D"-1 -p -m -nH -nL -ns -nu"

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1358923052276702383==--


From echen@bellsouth.net Sat Feb 27 19:29:37 1999
From: echen@bellsouth.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] Kernel Compile
Date: Sat, 27 Feb 1999 14:29:37 -0500
Message-ID: <36D847A1.4AB1E6BC@bellsouth.net>
In-Reply-To: <199902261956.LAA08514@mail.suse.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3709258862953993482=="

--===============3709258862953993482==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,
 Can somebody list the various make files there are to compile the
kernel. ie. make , zlilo. boot etc.
And explain the differences between each? I am especially curious about
how zlilo works...does it back up your old kernel automattically, or
does it overwrite your current kernel? Do I have to reconfigure lilo to
point to the new kernel? A pointer to where I can information about this
stuff would also be helpful :)
thanx
echen
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============3709258862953993482==--


From paspartu@uni.net Sat Feb 27 19:29:45 1999
From: paspartu@uni.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Staircase step printing fix?
Date: Sat, 27 Feb 1999 20:29:45 +0100
Message-ID: <99022720354101.00220@kamikazen>
In-Reply-To: <[SuSE Linux] Staircase step printing fix?>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2883290247499937196=="

--===============2883290247499937196==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, 27 Feb 1999, zentara wrote:
>Hi,
>
>I have my printing running OK in X.
>But in console mode, I'm running into=20
>a problem.
>
>I get stair-stepped incomplete printouts
>when I "cat textfile >/dev/lp1"

You may try "unix2dos textfile" then "cat textfile > /dev/lp1"
unix2dos which is an alias to "recode  lat1:ibmpc" will add the needed carria=
ge
return and you won't have the stair-stepped print, I guess.

Maurizio

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============2883290247499937196==--


From stefan.troeger@wirtschaft.tu-chemnitz.de Sat Feb 27 19:32:56 1999
From: stefan.troeger@wirtschaft.tu-chemnitz.de
To: users@lists.opensuse.org
Subject: [SuSE Linux] Re: Old verson number
Date: Sat, 27 Feb 1999 20:32:56 +0100
Message-ID: <19990227203256.A2639@one.hrz.tu-chemnitz.de>
In-Reply-To: <36D82C2B.AF453CF2@saase.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1101915949498564298=="

--===============1101915949498564298==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Hi,

On Sat, Feb 27, 1999 at 18:32 +0100, Victor Saase wrote:

> I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36".
> Do I run the new or the old Kernel ?

The old one. Goto /usr/src/linux (the directory with the new
kernel source) and do a make zlilo. This installs the newly
compiled kernel (I suppose, you've already compiled it) to the
root dir and runs lilo.

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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1101915949498564298==--


From tomas@primenet.com Sat Feb 27 19:50:23 1999
From: tomas@primenet.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Re: Old version Number
Date: Sat, 27 Feb 1999 11:50:23 -0800
Message-ID: <36D84C7F.83C86555@primenet.com>
In-Reply-To: <36D8307A.7B85041F@saase.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3457578594168674419=="

--===============3457578594168674419==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Victor Saase wrote:
>=20
> > Victor Saase wrote:
> > > I=C5=BDve installed the 2.2.2 Kernel, but "uname -r" shows "2.0.36". Do=
 I run
> > > the new or the old Kernel ?
>=20
> I have made the kernel with "make zlilo".
> Why doesn=C5=BDt LILO start the new kernel ?
> What do I have to do ?
> cu Victor
> -

  This may sound like a weird question, but is your previous kernel
named vmlinuz, zImage or bzImage? The reason I ask is that make zlilo
will create a vmlinuz kernel, not a zImage or bzImage kernel in your /
directory, run /sbin/lilo to update and then finish, it wont change your
lilo.conf file in any way. So if your lilo.conf file is still pointing
to zImage or bzImage then you have to edit it and change it to point to
the vmlinuz file that make zlilo created.

--=20
Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com=
/~tomas>
     Ec|ipse@|Watcher| - botnet webpage down until further notice
             Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============3457578594168674419==--


From cees-list@griend.xs4all.nl Sat Feb 27 20:25:41 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Sat, 27 Feb 1999 21:25:41 +0100
Message-ID: <19990227212541.A8523@griend.xs4all.nl>
In-Reply-To: <19990227053413.A11143@dave.ford.saint-louis.mo.us>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6848535260245604188=="

--===============6848535260245604188==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 05:34:13AM -0600, Andy Ford wrote:
>> I hope this small script is usefull.
>> It just requires 'lynx' and 'perl'.
> Should this work with mutt?
>=20
> Yours,
> Andy

Offcourse. I use mutt myself. It should work with every MIME-aware MUA.

Cees.
PS: the Copyright of this script is 'DWIAYL' - Do With It As You Like...

--=20
bIHeghvIpchugh bIHeghpu'.
If you are afraid to die, you have already died.
       Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6848535260245604188==--


From cees-list@griend.xs4all.nl Sat Feb 27 20:50:52 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] More Re: posting of html email
Date: Sat, 27 Feb 1999 21:50:52 +0100
Message-ID: <19990227215052.B8523@griend.xs4all.nl>
In-Reply-To: <19990227141115.B204@BeagleDog>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8011704440753260548=="

--===============8011704440753260548==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 02:11:15PM -0500, Howard Arons wrote:
> And to the guru Cees van de Griend, a hearty thanks for posting that=20
> mailcap entry and perl script.=20

This is the first time ever I'm called a Guru.=20
I will print out your mail and nail it on my wall [grin].

It bothered me also the HTML-mail, until I read a thread in another list
about Netiquette and Etiquette.

In short:
Netiquette begins with etiquette.=20
Etiquette begins with civility.

This is in short the reason I don't read any newsgroup anymore. There is
too little civility in them.

I also realised how easy this HTML-mail problem was solved by oldies, if=20
they knew what they where doing.

> It never hurts to have a real life working example to lean on, even=20
> after R'ingTFM.
>=20
> Howard Arons

I'm glad I could help.

Cees.

--=20
tIhutIhmeH HIq ngeb qaq law' bIQ qaq puS.
Drinking fake ale is better then drinking water.
       Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8011704440753260548==--


From cees-list@griend.xs4all.nl Sat Feb 27 21:04:07 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Staircase step printing fix?
Date: Sat, 27 Feb 1999 22:04:07 +0100
Message-ID: <19990227220407.C8523@griend.xs4all.nl>
In-Reply-To: <36D82528.F97C17B6@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8096813513037009390=="

--===============8096813513037009390==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 12:02:32PM -0500, zentara wrote:
> I get stair-stepped incomplete printouts
> when I "cat textfile >/dev/lp1"

Make a little script which print some PCL code and then reads STDIN and
writes to STDOUT, like this:


----
#!/bin/bash

echo -e '\033&k2G'	# write 'Esc & k 2 G' to STDOUT
cat			# read STDIN, writes to STDOUT
----

(Look in your printer manual to see what this PCL code does [grin])

Put this script in the 'if=3D....' entry of your printer in /etc/printcap.

Also take a look at APSFILTER. This package will do all this and more for
you.

Cees.
--=20
tlhIngan maH!=20
We are Klingons!
       Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8096813513037009390==--


From pace@relay.sdn.it Sat Feb 27 21:05:47 1999
From: pace@relay.sdn.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] Remote access
Date: Sat, 27 Feb 1999 22:05:47 +0100
Message-ID: <001601be6294$f6412960$08060dd4@pacenza>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2663295954015520711=="

--===============2663295954015520711==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit




HI
Do yuo know if in Suse Linux 6.0 there is any program to connect to the internet by modem?
Thanks
Alessandro
--===============2663295954015520711==-- From rwilliams@jrc-utah.com Sat Feb 27 21:40:53 1999 From: rwilliams@jrc-utah.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sat, 27 Feb 1999 14:40:53 -0700 Message-ID: <36D86665.5701C6BD@jrc-utah.com> In-Reply-To: <199902272026.VAA05583@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1430123229901871700==" --===============1430123229901871700== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Currently there are no icons added to the menu bar. You have to start KOffice apps by the command line for now :-( =20 Remember it is still Alpha quality... Kaare(a)webline.dk, UNEXPECTED_DATA_AFTER_ADDRESS(a).SYNTAX-ERROR wrote: >=20 > Just installed KDE 1.1. Looks great! >=20 > But I also installed koffice, and it didn't show up in the menus. At > least I think so - where is it supposed to be? >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at
http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> -- Robert Williams rwilliams(a)jrc-utah.com Jarob Consulting rwilliams(a)kde.org Provo, Utah rwilliams71(a)mailexcite.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1430123229901871700==-- From bshelton-suse-linux@ole.net Sat Feb 27 21:40:54 1999 From: bshelton-suse-linux@ole.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] More Re: posting of html email Date: Sat, 27 Feb 1999 16:40:54 -0500 Message-ID: <19990227164054.A8550@ole.net> In-Reply-To: <19990227215052.B8523@griend.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1715892277706403529==" --===============1715892277706403529== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 27, 1999 at 09:50:52PM +0100, Cees van de Griend wrote: >=20 > On Sat, Feb 27, 1999 at 02:11:15PM -0500, Howard Arons wrote: > > And to the guru Cees van de Griend, a hearty thanks for posting that=20 > > mailcap entry and perl script.=20 >=20 > This is the first time ever I'm called a Guru.=20 > I will print out your mail and nail it on my wall [grin]. >=20 > It bothered me also the HTML-mail, until I read a thread in another list > about Netiquette and Etiquette. Just a short note to add my thanks, as well. I grabbed your script and implemented your suggestion successfully. Very nice. It's certainly better than belly-aching about it. `*8>=20 --=20 Brad Shelton bshelton(a)ole.net On Line Exchange ht= tp://ole.net> Detroit News http://detnews.com> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1715892277706403529==-- From jlkreps@navix.net Sat Feb 27 21:41:17 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Remote access Date: Sat, 27 Feb 1999 15:41:17 -0600 Message-ID: <36D8667D.C8EF12B9@navix.net> In-Reply-To: <001601be6294$f6412960$08060dd4@pacenza> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8510539446694555852==" --===============8510539446694555852== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Information Systems wrote: >=20 > HI > Do yuo know if in Suse Linux 6.0 there is any program to connect to > the internet by modem? > Thanks > Alessandro >=20 Does a bear live in the woods? ;-) The easiest way to connect is using Kppp under KDE 1.0, which is installed by default. Install is as easy as falling off a log. Just remember to edit /etc/ppp/options and delete the line with starts with "Lock" and the line which starts with "-XIP", and make sure /usr/sbin/pppd is "chmod a+sx". (Every time you run YaST pppd has it's sx permissions removed and you need to restore them. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8510539446694555852==-- From Mike.Pugh@ALDERLEY.zeneca.com Sat Feb 27 21:45:01 1999 From: Mike.Pugh@ALDERLEY.zeneca.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Remote access Date: Sat, 27 Feb 1999 21:45:01 +0000 Message-ID: In-Reply-To: <[SuSE Linux] Remote access> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6222279840250974939==" --===============6222279840250974939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Alessandro, Yes - SuSE 6 is very easy to connect to the Internet, either with static or dynamic IP addresses (all through YaST). I recently did a clean installation, and went straight through to completion with a fully working dial-on-demand internet access within a couple of hours. Regards, Mike. > ---------- > From: Information Systems[SMTP:pace(a)relay.sdn.it] > Sent: 27 February 1999 21:05 > To: lista suse linux > Subject: [SuSE Linux] Remote access >=20 > HI > Do yuo know if in Suse Linux 6.0 there is any program to connect to the > internet by modem? > Thanks > Alessandro > =C2=A0 >=20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6222279840250974939==-- From zentara@mindspring.com Sat Feb 27 21:55:47 1999 From: zentara@mindspring.com To: users@lists.opensuse.org Subject: [SuSE Linux] A working awe32 setup Date: Sat, 27 Feb 1999 16:55:47 -0500 Message-ID: <36D869E3.7B37B04E@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2757274175384316412==" --===============2757274175384316412== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Ok, I finally got it to go. Here is how I did it, in case someone needs to have a guide. This is for the 2.2.1 kernel. Just install the kernel source, and go thru the kernel sound setup, and select OSSFREE drivers as module. Then select all soundblaster options, and "low-level drivers" for awe32. The problem I had was that the new kernel seems to have=20 changed the irqs around for /dev/lp1 and /dev/lp0. The suse6 manual says that /dev/lp1 is on irq7, but if you set your bios to give the parallel port irq7, the kernel will call it /dev/lp0. This caused alot of hidden conflict with the soundcard. So go into bios and set parallel port to Ox378, irq=3D7 Then use yast to setup your printer on /dev/lp0 NOT /dev/lp1 So, here are my isapnp.conf, conf.modules entry, and commands to load the sound driver. ------------------------------------------------------ conf.modules entry: -------------------------------------------------------- alias char-major-14 sound alias sound sb options sb io=3D0x220 irq=3D5 dma=3D1 dma16=3D5 mpu_io=3D0x330 ------------------------------------------------------------ isapnp.conf ---------------------------------------------------------- ##this configuration gives you a SBawe32 setup,requires sfxload, and ##synthgm.sf2=20 (READPORT 0x0203) (ISOLATE) (IDENTIFY *) (CONFIGURE CTL0044/826647 (LD 0 (INT 0 (IRQ 5 (MODE +E))) (DMA 0 (CHANNEL 1)) (DMA 1 (CHANNEL 5)) (IO 0 (BASE 0x0220)) (IO 1 (BASE 0x0330)) (IO 2 (BASE 0x0388)) (ACT Y) )) #############################################################################= #### (CONFIGURE CTL0044/826647 (LD 2 # ANSI string -->WaveTable<-- (IO 0 (BASE 0x0620)) (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20)) (ACT Y) )) #############################################################################= ############# (CONFIGURE CTL0044/826647 (LD 3 # Compatible device id PNPb02f # ANSI string -->Game<-- (IO 0 (BASE 0x0200)) (ACT Y) )) #############################################################################= ############# #(CONFIGURE CTL0044/826647 (LD 4 # ANSI string -->StereoEnhance<-- #(IO 0 (BASE 0x0100)) = =20 #(ACT Y) #)) #############################################################################= ############# # Returns all cards to the "Wait for Key" state (WAITFORKEY) ------------------------------------------ The load commands: ------------------------------------------ As root:=20 modprobe sb insmod awe_wave Of course the kernel auto loader will load these automatically. Or you could make a little shell script called soundon to do it. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2757274175384316412==-- From hattons@CPKWEBSER5.ncr.disa.mil Sat Feb 27 22:06:55 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Why won't yast leave my apache alone? Date: Sat, 27 Feb 1999 17:06:55 -0500 Message-ID: <36D86C7F.15DBDAC4@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0152676017001957172==" --===============0152676017001957172== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Every time I run yast to install anything it installs apache. I have apacheSSL on my system, and I like it that way! You'd think this was a MS product that knows what you want wether you like it or not. the last time I ran yast I looked under /n and saw that apache had an X by it so I unchecked it. Apache was STILL installed. This is getting to be a ritual for me. I go and rpm -e apache and rpm -i apassl.rpm, then I go grap the working httpd.conf.good and copy it to httpd.conf. Next I run the little fix script that is in the SuSE.readme to fix the DB error. Is there a better way? TIA Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============0152676017001957172==--


From pace@relay.sdn.it Sat Feb 27 22:12:59 1999
From: pace@relay.sdn.it
To: users@lists.opensuse.org
Subject: [SuSE Linux] XFORMS
Date: Sat, 27 Feb 1999 23:12:59 +0100
Message-ID: <003401be629e$59f473a0$08060dd4@pacenza>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6895504002727690122=="

--===============6895504002727690122==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




IS XFORMS LIBRARY PRESENT IN SUSE LINUX 6.00 ?
Thanks
Alessandro

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6895504002727690122==--


From mathowel@nmsu.edu Sat Feb 27 22:57:12 1999
From: mathowel@nmsu.edu
To: users@lists.opensuse.org
Subject: [SuSE Linux] Networking HELP!
Date: Sat, 27 Feb 1999 15:57:12 -0700
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1731034134917757779=="

--===============1731034134917757779==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I finally for PCMCIA support enabled and my network card is detected
during boot. I have gone though YAST and configured the network correctly
but I get a network unreachable error. BootP found everything when I
installed via FTP. I can enable network support by booting off of my setup
disk and installing the PCMCIA and network modules, but regular booting
says "start eth0" and then SIOADDR: Network Unreachable or something like
that. Any help is appreciated.

Matthew Howell
mathowel(a)nmsu.edu

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1731034134917757779==--


From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 28 00:01:42 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] A working awe32 setup
Date: Sat, 27 Feb 1999 19:01:42 -0500
Message-ID: <36D88766.D8AB1318@cpkwebser5.ncr.disa.mil>
In-Reply-To: <36D869E3.7B37B04E@mindspring.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5207870311456186277=="

--===============5207870311456186277==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Did you update any packages before or while doing this, or did you just use t=
he out-of-the
box, SuSE60 ones?  I did everything you suggest here and kept having a proble=
m where it would
tell me that sound was already loaded.  If I tried to rmmod sound it said it =
was in use.  I
had downloaded some patches and upgraded file per documentation on how to do =
this.  That may
have been my problem.  I bought oss and my sound works now.  Oh well, I guess=
 *you* are the
man.

BTW, if (the) God(s) do(es) have to reboot the Universe every hundred or so b=
illion years, do
ya reckon it gets backed up first?

Steve

zentara wrote:

> Hi,
>
> Ok, I finally got it to go. Here is how I did it,
> in case someone needs to have a guide.
>
> This is for the 2.2.1 kernel.
> Just install the kernel source, and
> go thru the kernel sound setup, and select
> OSSFREE drivers as module.
> Then select all soundblaster options, and "low-level
> drivers" for awe32.
>
> The problem I had was that the new kernel seems to have
> changed the irqs around for /dev/lp1 and /dev/lp0.
> The suse6 manual says that /dev/lp1 is on irq7, but
> if you set your bios to give the parallel port irq7,
> the kernel will call it /dev/lp0.
>
> This caused alot of hidden conflict with the soundcard.
> So go into bios and set parallel port to Ox378, irq=3D7
> Then use yast to setup your printer on /dev/lp0  NOT /dev/lp1
>
> So, here are my isapnp.conf, conf.modules entry, and
> commands to load the sound driver.
>
> ------------------------------------------------------
> conf.modules entry:
> --------------------------------------------------------
> alias char-major-14       sound
> alias sound               sb
> options sb  io=3D0x220 irq=3D5  dma=3D1 dma16=3D5 mpu_io=3D0x330
>
> ------------------------------------------------------------
> isapnp.conf
> ----------------------------------------------------------
> ##this configuration gives you a SBawe32 setup,requires sfxload, and
> ##synthgm.sf2
>
> (READPORT 0x0203)
> (ISOLATE)
> (IDENTIFY *)
>
> (CONFIGURE CTL0044/826647 (LD 0
> (INT 0 (IRQ 5 (MODE +E)))
> (DMA 0 (CHANNEL 1))
> (DMA 1 (CHANNEL 5))
> (IO 0 (BASE 0x0220))
> (IO 1 (BASE 0x0330))
> (IO 2 (BASE 0x0388))
>
> (ACT Y)
> ))
>
> ###########################################################################=
######
> (CONFIGURE CTL0044/826647 (LD 2
> #     ANSI string -->WaveTable<--
> (IO 0 (BASE 0x0620))
> (IO 1 (BASE 0x0A20))
> (IO 2 (BASE 0x0E20))
> (ACT Y)
> ))
> ###########################################################################=
###############
>
> (CONFIGURE CTL0044/826647 (LD 3
> #     Compatible device id PNPb02f
> #     ANSI string -->Game<--
> (IO 0 (BASE 0x0200))
> (ACT Y)
> ))
> ###########################################################################=
###############
>
> #(CONFIGURE CTL0044/826647 (LD 4
> #     ANSI string -->StereoEnhance<--
> #(IO 0 (BASE
> 0x0100))
> #(ACT Y)
> #))
>
> ###########################################################################=
###############
>
> # Returns all cards to the "Wait for Key" state
> (WAITFORKEY)
>
> ------------------------------------------
>
> The load commands:
> ------------------------------------------
> As root:
> modprobe sb
> insmod awe_wave
>
> Of course the kernel auto loader will load these
> automatically. Or you could make a little shell script
> called soundon to do it.
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>


--

The linux counter: http://counter.li.org>    -Registered Linux User # 79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues

begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============5207870311456186277==--


From mperry@basin.com Sun Feb 28 00:19:41 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Networking HELP!
Date: Sat, 27 Feb 1999 16:19:41 -0800
Message-ID: <199902280019.QAA32628@mperry.basin.com>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8695380859618853018=="

--===============8695380859618853018==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 27 Feb, Matthew D. Howell wrote:
>=20
> I finally for PCMCIA support enabled and my network card is detected
> during boot. I have gone though YAST and configured the network correctly
> but I get a network unreachable error. BootP found everything when I
> installed via FTP. I can enable network support by booting off of my setup
> disk and installing the PCMCIA and network modules, but regular booting
> says "start eth0" and then SIOADDR: Network Unreachable or something like
> that. Any help is appreciated.
>=20
> Matthew Howell
> mathowel(a)nmsu.edu
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

Check out /etc/pcmcia/network.opt file for values.  I had to hand edit
mine to get up on my office network.  It has default DNS, IP, netmask,
other values in it.


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8695380859618853018==--


From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 28 00:22:30 1999
From: hattons@CPKWEBSER5.ncr.disa.mil
To: users@lists.opensuse.org
Subject: [SuSE Linux] cvsup errors and mirrors: Why me?
Date: Sat, 27 Feb 1999 19:22:30 -0500
Message-ID: <36D88C46.2003CE02@cpkwebser5.ncr.disa.mil>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3870629719084721902=="

--===============3870629719084721902==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I know some of you smart folk out there have cvsup running.  I swear I
have followed the instruction, and read the FAQ.  I am not having luck.=20
Do I need to upgrade my cvsup client?

I keep getting:

#################
bash-2.02# cvsup ace-supfile
Connected to tango.cs.wustl.edu

***
*** runtime error:
***    Attempt to dereference NIL
***    file "../src/text/Text.m3", line 58
***

Aborted
#############

Any Ideas?  I also get the same error from the kde site when I finally
get through. What I did is just download the binary cvsup from the site
pointed to from the KDE site [ http://www.kde.org/cvsup.html=
> ]. gunziped
it, and copied all the bins to /usr/local/bin.   I created the file
/root/kde.cvsup and put the contents suggested by the KDE page into it.

Here's the top of that file:

bash-2.02# cat /root/kde.cvsup
*default host=3Dcvs.kde.org
*default base=3D/usr/download/KDE/cvs
*default prefix=3D/usr/download/KDE/cvs
*default release=3Dcvs
*default delete
*default compress
*default tag=3D.
*default use-rel-suffix
kdeadmin ...

There is nothing in the /usr/download/KDE/cvs directory, but I feel like
there should be at least one subdirectory.  Should there be?

I would also like to know if there are any KDE cvs mirrors.  I can't
seem to connect to cvs.kde.org for the life of me.

TIA,

Steve


--

The linux counter: http://counter.li.org>    -Registered Linux User #
79059
S.u.S.E. Linux: http://www.suse.com>
KDE: http://=
www.kde.org>
SaMBa: http://samba.anu.edu.au>
Mathematica: http://www.wri.com>
StarOffice: http://www.stardivision.com>

I think.
I think I am,
Therefore I am.
I think? - Graeme Edge of the Moody Blues
begin:vcard=20
n:Hatton;Steven T.
tel;cell:(301)529-2957
tel;work:(703)681-2184
x-mozilla-html:TRUE
org:Logicon, A Northrup Grumman Company;Enterprise Engineering Solutions
adr:;;5600 Columbia Pike;Falls Church;VA;22041;United States
version:2.1
email;internet:hattons(a)cpkwebser5.ncr.disa.mil
title:Information Engineer
x-mozilla-cpt:;0
fn:Steven T. Hatton
end:vcard


--===============3870629719084721902==--


From mperry@basin.com Sun Feb 28 00:22:40 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Sat, 27 Feb 1999 16:22:40 -0800
Message-ID: <199902280022.QAA32724@mperry.basin.com>
In-Reply-To: <19990227212541.A8523@griend.xs4all.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4349428217061554182=="

--===============4349428217061554182==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 27 Feb, Cees van de Griend wrote:
>=20
> On Sat, Feb 27, 1999 at 05:34:13AM -0600, Andy Ford wrote:
>>> I hope this small script is usefull.
>>> It just requires 'lynx' and 'perl'.
>> Should this work with mutt?
>>=20
>> Yours,
>> Andy
>=20
> Offcourse. I use mutt myself. It should work with every MIME-aware MUA.
>=20
> Cees.
> PS: the Copyright of this script is 'DWIAYL' - Do With It As You Like...

Since I started this thread, I still think that posting html email to
this list is not required since almost any windows newsreader can be
easily configured (outlook98 - one switch use plain text) to accept
text postings.  I like the stuff posted here both ways.  Im just
expressing my personal opinion.

I use outlook98 or used to.  I turned off html posts because it
aggravated and frustrated people too much.  Also later netscape
scrunchigators can have this option turned off.

Again, just my personal opine.


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============4349428217061554182==--


From yatsen-ng@cistron.nl Sun Feb 28 00:31:51 1999
From: yatsen-ng@cistron.nl
To: users@lists.opensuse.org
Subject: [SuSE Linux] PCI modem configuration
Date: Sun, 28 Feb 1999 01:31:51 +0100
Message-ID: <36D88E77.FB0FB28F@cistron.nl>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1276140834182720738=="

--===============1276140834182720738==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I have an E-Tech PCI 56k internal modem which I'm trying to configure. I
used minicom
to create a configuration file. I set the serial device to  /dev/ttyS2
since   my modem is
on the third serial port. The speed is set to 115200bps (Baud/Par/Bits:
115200 8N1).
I saved the setup as default and tried to test my modem. I didn't get an
OK prompt in the
terminal. Oh yes, I also set the modem to the correct port with YaST
during the
installation. What am I doing wrong?

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============1276140834182720738==--


From mperry@basin.com Sun Feb 28 01:35:46 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] question about ld -lesd??
Date: Sat, 27 Feb 1999 17:35:46 -0800
Message-ID: <199902280135.RAA04728@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2906112385007209199=="

--===============2906112385007209199==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Still stuck trying to compile yagirc and balsa here so now am looking
at the compile results closely.  Can someone tell me what ld -lesd file
not found refers to?  I took a look in the directory it mentions but
there is ld.  What is the -lesd thing?=20


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============2906112385007209199==--


From mperry@basin.com Sun Feb 28 01:36:15 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] XFORMS
Date: Sat, 27 Feb 1999 17:36:15 -0800
Message-ID: <199902280136.RAA04748@mperry.basin.com>
In-Reply-To: <003401be629e$59f473a0$08060dd4@pacenza>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0873234585219371740=="

--===============0873234585219371740==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 27 Feb, Information Systems wrote:
>=20
> IS XFORMS LIBRARY PRESENT IN SUSE LINUX 6.00 ?
> Thanks
> Alessandro
>=20
>=20
> -
> To get out of this list, please send email to majordomo(a)suse.com with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Sup=
port/Doku/FAQ/> and the
> archive at =
http://www.suse.com/Mailinglists/suse-linux-e/index.html>

Check out rpm -q xforms on your system. See if xforms 0.88 is there.

--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============0873234585219371740==--


From jlkreps@navix.net Sun Feb 28 02:22:32 1999
From: jlkreps@navix.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] question about ld -lesd??
Date: Sat, 27 Feb 1999 20:22:32 -0600
Message-ID: <36D8A868.CA748C43@navix.net>
In-Reply-To: <199902280135.RAA04728@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0135991097462752037=="

--===============0135991097462752037==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Michael Perry wrote:
>=20
> Still stuck trying to compile yagirc and balsa here so now am looking
> at the compile results closely.  Can someone tell me what ld -lesd file
> not found refers to?  I took a look in the directory it mentions but
> there is ld.  What is the -lesd thing?
>=20

If you do a "man ld" you wil discover that ld is the GUN linker program
that generates executables from object files (somename.o).  The rest are
arguments to ld.
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0135991097462752037==--


From jpph@multimania.com Sun Feb 28 02:22:42 1999
From: jpph@multimania.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] A working awe32 setup
Date: Sun, 28 Feb 1999 03:22:42 +0100
Message-ID: <001c01be62c1$38f5de00$81651fac@hrnet.fr>
In-Reply-To: <[SuSE Linux] A working awe32 setup>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4586955663259804191=="

--===============4586955663259804191==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




I confirm your setup. I have also a awe64 pnp and work fine
with your setup.
As it seems that a lot of people has some problems with it, I am very
 happy that someone else can use his sb64.
Just an other point : if you have compiled your kernel with
"kernel module auto-load" , you do not need the modprobe sb, but
you still need the insmod awe_wave.

If there is someone reading this message and who can not make his
sb awe64  sound card working, feel free to ask me ( or zentara ;-) ):
 your dound blaster must work ( and for free, do not pay for other
drivers). It took aproximately 30 minutes to make mine working ....

regards,

Jean-Philippe Prud'Homme

jpph(a)hotmail.com

>Hi,
>
>Ok, I finally got it to go. Here is how I did it,
>in case someone needs to have a guide.
>
>This is for the 2.2.1 kernel.
>Just install the kernel source, and
>go thru the kernel sound setup, and select
>OSSFREE drivers as module.
>Then select all soundblaster options, and "low-level
>drivers" for awe32.
>
>The problem I had was that the new kernel seems to have
>changed the irqs around for /dev/lp1 and /dev/lp0.
>The suse6 manual says that /dev/lp1 is on irq7, but
>if you set your bios to give the parallel port irq7,
>the kernel will call it /dev/lp0.
>
>This caused alot of hidden conflict with the soundcard.
>So go into bios and set parallel port to Ox378, irq=3D7
>Then use yast to setup your printer on /dev/lp0  NOT /dev/lp1
>
>
>So, here are my isapnp.conf, conf.modules entry, and
>commands to load the sound driver.
>
>------------------------------------------------------
>conf.modules entry:
>--------------------------------------------------------
>alias char-major-14       sound
>alias sound               sb
>options sb  io=3D0x220 irq=3D5  dma=3D1 dma16=3D5 mpu_io=3D0x330
>
>------------------------------------------------------------
>isapnp.conf
>----------------------------------------------------------
>##this configuration gives you a SBawe32 setup,requires sfxload, and
>##synthgm.sf2
>
>(READPORT 0x0203)
>(ISOLATE)
>(IDENTIFY *)
>
>(CONFIGURE CTL0044/826647 (LD 0
>(INT 0 (IRQ 5 (MODE +E)))
>(DMA 0 (CHANNEL 1))
>(DMA 1 (CHANNEL 5))
>(IO 0 (BASE 0x0220))
>(IO 1 (BASE 0x0330))
>(IO 2 (BASE 0x0388))
>
>(ACT Y)
>))
>
>###########################################################################
######
>(CONFIGURE CTL0044/826647 (LD 2
>#     ANSI string -->WaveTable<--
>(IO 0 (BASE 0x0620))
>(IO 1 (BASE 0x0A20))
>(IO 2 (BASE 0x0E20))
>(ACT Y)
>))
>###########################################################################
###############
>
>(CONFIGURE CTL0044/826647 (LD 3
>#     Compatible device id PNPb02f
>#     ANSI string -->Game<--
>(IO 0 (BASE 0x0200))
>(ACT Y)
>))
>###########################################################################
###############
>
>#(CONFIGURE CTL0044/826647 (LD 4
>#     ANSI string -->StereoEnhance<--
>#(IO 0 (BASE
>0x0100))
>#(ACT Y)
>#))
>
>###########################################################################
###############
>
># Returns all cards to the "Wait for Key" state
>(WAITFORKEY)
>
>------------------------------------------
>
>The load commands:
>------------------------------------------
>As root:
>modprobe sb
>insmod awe_wave
>
>
>Of course the kernel auto loader will load these
>automatically. Or you could make a little shell script
>called soundon to do it.
>-
>To get out of this list, please send email to majordomo(a)suse.com with
>this text in its body: unsubscribe suse-linux-e
>Check out the SuSE-FAQ at =
http://www.suse.com/Supp=
ort/Doku/FAQ/> and the
>archive at h=
ttp://www.suse.com/Mailinglists/suse-linux-e/index.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
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4586955663259804191==--


From mperry@basin.com Sun Feb 28 02:57:36 1999
From: mperry@basin.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] question about ld -lesd??
Date: Sat, 27 Feb 1999 18:57:36 -0800
Message-ID: <199902280257.SAA08872@mperry.basin.com>
In-Reply-To: <36D8A868.CA748C43@navix.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6871126296168607489=="

--===============6871126296168607489==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On 27 Feb, Jerry Lynn Kreps wrote:
> Michael Perry wrote:
>>=20
>> Still stuck trying to compile yagirc and balsa here so now am looking
>> at the compile results closely.  Can someone tell me what ld -lesd file
>> not found refers to?  I took a look in the directory it mentions but
>> there is ld.  What is the -lesd thing?
>>=20
>=20
> If you do a "man ld" you wil discover that ld is the GUN linker program
> that generates executables from object files (somename.o).  The rest are
> arguments to ld.

Thanks for the info.  Hmmm.  The argument seems to be in this case esd
since it follows the switch.  Still stuck because I have no earthly
idea what esd is or what it does.  This seems to be a common sticking
point with gnome application compilation.  yagirc, balsa and a
archiving program all give ld that same switch.


--=20
Michael Perry
mperry(a)basin.com
-------------------

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============6871126296168607489==--


From jpg@hpcvsjpg.cv.hp.com Sun Feb 28 03:03:17 1999
From: jpg@hpcvsjpg.cv.hp.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Attempt to Install SuSE 5.3
Date: Sat, 27 Feb 1999 19:03:17 -0800
Message-ID: <199902280303.TAA22969@hpcvsjpg.cv.hp.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6818940500250969485=="

--===============6818940500250969485==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




  I seem to have run into a small problem in attempting to install SuSe 5.3
on a Hewlett Packard OmniBook 5700CTX. I have a Xircom PCMCIA 10/100-Ready
network card, and the standard HP CD-ROM and 3.5 floppy drive modules.

  When I boot using the SuSE boot floppy in the 3.5 drive, the kernel doesn't
recognize the CD-ROM because it was not installed since I was using the 3.5
floppy drive. Secondly the Xircom PCMCIA card is not in the list of supported
network cards. There is a '-- More modules --' option but that just pulls in
the same list of kernel modules. There is nothing in the SuSE manual about
what this '-- More modules --' option is, or how to utilize it.

  So I am stuck, I cannot install from CD-ROM because the kernel doesn't see
it at boot time (since it is not plugged in), and I cannot install over the
network since there is no Xircom module.

  Any suggestions?

John Griffin

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============6818940500250969485==--


From hsundt@uswest.net Sun Feb 28 03:44:18 1999
From: hsundt@uswest.net
To: users@lists.opensuse.org
Subject: [SuSE Linux] pppd unexpectably fails SYNDROME
Date: Sat, 27 Feb 1999 19:44:18 -0800
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5559460515337165871=="

--===============5559460515337165871==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




[SuSE Linux] pppd unexpectably fails SYNDROME

Who expects pppd to fail, anyway?

I do!

I know about removing "lock" from /etc/ppp/options

but NOTHING is that simple.

There is YAST options, options, rc config, hosts, hosts allow, pppd to
chmod, YAST networking--->ppp setup lines to fill out and those you mustn't
fill out, and chat scripts hidden places I don't even wash with a rag on a
stick!

...and kppp gives me a pppd failed notice about 3 seconds after the click I
hear 5 seconds after the login and password are exchanged.

I am running S.u.S.E. 6.0  on a Gateway 2500 "SOLO" laptop with a pcmcia
card modem.

It worked for awhile under 5.3, then I did a reinstall and could never get
it working again...

I LOVE 6.0. My screen is 16 bit colors, everything works, but I desprately
need to get ppp going.

Any help will be totally appreciated.

Yours,

"I'm sorry to still keep bugging you"

Hal

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============5559460515337165871==--


From fmiller@lightlink.com Sun Feb 28 04:03:27 1999
From: fmiller@lightlink.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Linux up close: Time to switch
Date: Sat, 27 Feb 1999 23:03:27 -0500
Message-ID: <36D8C00F.C521D639@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4176738084183320316=="

--===============4176738084183320316==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




http://www.msnbc.com/news/244979.asp>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============4176738084183320316==--


From jpg@hpcvsjpg.cv.hp.com Sun Feb 28 04:16:06 1999
From: jpg@hpcvsjpg.cv.hp.com
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Attempt to Install SuSE 5.3
Date: Sat, 27 Feb 1999 20:16:06 -0800
Message-ID: <199902280416.UAA23134@hpcvsjpg.cv.hp.com>
In-Reply-To: <[SuSE Linux] Attempt to Install SuSE 5.3>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0670306638714020214=="

--===============0670306638714020214==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Nope, I went into the CMOS configuration and the only bootable devices are the
floppy or the hard drive.

Thanks anyway.

jpg

> Is your CD-ROM a bootable CD-ROM?  The SuSE CD set is bootable... that's how
> I installed SuSE on my Toshiba Satellite.
>=20
> Mark
>=20
> -----Original Message-----
> From: John P. Griffin 
> To: suse-linux-e(a)suse.com 
> Date: Saturday, February 27, 1999 7:42 PM
> Subject: [SuSE Linux] Attempt to Install SuSE 5.3
>=20
>=20
> >
> >  I seem to have run into a small problem in attempting to install SuSe 5.3
> >on a Hewlett Packard OmniBook 5700CTX. I have a Xircom PCMCIA 10/100-Ready
> >network card, and the standard HP CD-ROM and 3.5 floppy drive modules.
> >
> >  When I boot using the SuSE boot floppy in the 3.5 drive, the kernel
> doesn't
> >recognize the CD-ROM because it was not installed since I was using the 3.5
> >floppy drive. Secondly the Xircom PCMCIA card is not in the list of
> supported
> >network cards. There is a '-- More modules --' option but that just pulls
> in
> >the same list of kernel modules. There is nothing in the SuSE manual about
> >what this '-- More modules --' option is, or how to utilize it.
> >
> >  So I am stuck, I cannot install from CD-ROM because the kernel doesn't
> see
> >it at boot time (since it is not plugged in), and I cannot install over the
> >network since there is no Xircom module.
> >
> >  Any suggestions?
> >
> >John Griffin
> >
> >-
> >To get out of this list, please send email to majordomo(a)suse.com with
> >this text in its body: unsubscribe suse-linux-e
> >Check out the SuSE-FAQ at http://www.suse.com/Su=
pport/Doku/FAQ/> and the
> >archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html>
> >
>=20

-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============0670306638714020214==--


From pepermil@cybernex.net Sun Feb 28 04:38:40 1999
From: pepermil@cybernex.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] Linux up close: Time to switch
Date: Sat, 27 Feb 1999 23:38:40 -0500
Message-ID: <36D8C850.7B5791D6@pop.cybernex.net>
In-Reply-To: <36D8C00F.C521D639@lightlink.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7169842211644371269=="

--===============7169842211644371269==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




"Fred A. Miller" wrote:
>=20
> http://www.msnbc.com/news/244979.asp>

Nice article, but can someone please explain why SuSE is getting such a
bad rap as being the "least effective Linux."  I realize that for this
testing they used version 5.3 not 6.0, but why are the reports so bad?=20
I've always considered SuSE technically superior, but everything lately
seems to be disagreeing with this?


--=20
TIA,

Dave C.
pepermil(a)pop.cybernex.net
http://www2.cybernex.net/~pepermil/>
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============7169842211644371269==--


From cees-list@griend.xs4all.nl Sun Feb 28 04:53:07 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] pppd unexpectably fails SYNDROME
Date: Sun, 28 Feb 1999 05:53:07 +0100
Message-ID: <19990228055307.C9923@griend.xs4all.nl>
In-Reply-To: 
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5256927529618551497=="

--===============5256927529618551497==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 07:44:18PM -0800, Harald Sundt wrote:
> [SuSE Linux] pppd unexpectably fails SYNDROME
>=20
> Who expects pppd to fail, anyway?
>=20
> I do!

Do you have 'ascyncmap 0' in your options?

Cees.

--=20
wa' DoS neH yIbuS.
Focus on but one target.
       Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============5256927529618551497==--


From cees-list@griend.xs4all.nl Sun Feb 28 05:05:06 1999
From: cees-list@griend.xs4all.nl
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] posting of html email
Date: Sun, 28 Feb 1999 06:05:06 +0100
Message-ID: <19990228060506.D9923@griend.xs4all.nl>
In-Reply-To: <199902280022.QAA32724@mperry.basin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8594674631074789750=="

--===============8594674631074789750==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




On Sat, Feb 27, 1999 at 04:22:40PM -0800, Michael Perry wrote:
> Since I started this thread, I still think that posting html email to
> this list is not required since almost any windows newsreader can be
> easily configured (outlook98 - one switch use plain text) to accept
> text postings.  I like the stuff posted here both ways.  Im just
> expressing my personal opinion.

Offcouse you are right, it is only one switch in Outlook. But it is
also only one entry in your mailcap.

> I use outlook98 or used to.  I turned off html posts because it
> aggravated and frustrated people too much.  Also later netscape
> scrunchigators can have this option turned off.

I don't like HTML-posts myself, but this is a 'newbie'-list.
The only way to learn is by making mistakes. So on this list I expect
more mistakes than on a hacker list.

Someone was writing he just ignored HTML-posts. I personelly think that
is just one step to far. So I wrote this script.

> Again, just my personal opine.

Offcourse, you are entitled to your opinion. Mine is just a little=20
different.

Cees.

--=20
DabuQlu'DI' yISuv.
When threatened, fight.
       Mark Okrand, "Star Trek: The Klingon Way - A Warrier's Guide"
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>


--===============8594674631074789750==--


From bfootdav@bellsouth.net Sun Feb 28 05:16:13 1999
From: bfootdav@bellsouth.net
To: users@lists.opensuse.org
Subject: Re: [SuSE Linux] KDE 1.1 (Koffice)
Date: Sun, 28 Feb 1999 00:16:13 -0500
Message-ID: <36D8D11D.E31FADB5@bellsouth.net>
In-Reply-To: <199902272026.VAA05583@bohr.webline.dk>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8551017474956469354=="

--===============8551017474956469354==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Kaare(a)webline.dk, UNEXPECTED_DATA_AFTER_ADDRESS(a).SYNTAX-ERROR wrote:
>=20
> Just installed KDE 1.1. Looks great!
>=20
> But I also installed koffice, and it didn't show up in the menus. At
> least I think so - where is it supposed to be?
>=20
You can find it in /opt/kde/bin.  You probably know this, but what you
might want to try is running the program koshell (I think) which gives
you a nice front end for the office suite, though it took me a while to
actually get it to work properly.

David Bellows
-
To get out of this list, please send email to majordomo(a)suse.com with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <=
A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo=
rt/Doku/FAQ/> and the
archive at ht=
tp://www.suse.com/Mailinglists/suse-linux-e/index.html>

--===============8551017474956469354==--


From risch@tir.com Sun Feb 28 05:52:27 1999
From: risch@tir.com
To: users@lists.opensuse.org
Subject: [SuSE Linux] Linux 2.2.0: The new kernel revealed
Date: Sun, 28 Feb 1999 00:52:27 -0500
Message-ID: <36D8D99B.70474B2D@tir.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3717680540797760039=="

--===============3717680540797760039==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable




Many are using it, but some of us wondered why it was better.

Bob

http://www.msnbc.com/news/236486.asp#BODY>
Title: Linux 2.2.0: The new kernel revealed
3D"Doonesbury"
3D"Click
3D"MSNBC
3DNavigation<= AREA SHAPE=3DRECT COORDS=3D0,180,91,199 HREF=3D/news/OP_Front.asp>
3D""

3D""
3D""
3D""3D""
3D"Image:
Here's Tux,= the Linux operating system mascot. Notice the big smile on his face. It mu= st be the news about the release of the new kernel.
Linux 2.2.0: The new kernel revealed
REVIEW: Quantum leap or s= low and steady improvement?
By Gary Krakow
MSNBC
Jan. 29 — After thousands of hours of hard= work by thousands of dedicated Linux software coders ... and tremendous anti= cipation worldwide. .. plus Monday’s official approval from Linus Torva= lds “himself,” the Linux operating system has a new kernel. Let t= he celebrations begin!


<= BR>3D"Bulletin Share your thoughts on Linux 2.2.0
">3D""
3D"MSNBC Introducing your personal, portable 2-way TV station
3D"MSNBC All digital does make a di= fference
Is yo= ur head in the way of your cell phone?
3D"MSNBC Rio: the next “big” portable=
3D"MSNBC Corel’s versatile L= inux box

3D"Advertising
=
3D"MSNBC

=
<= TD>
Will Linux ev= er get more than 10 percent share in the market for desktop computer operatin= g systems?
* 5388 res= ponses
<= /TD>Yes
74%
No
26%

Survey results tallied every
60 seconds. Live Votes
= reflect respondents' views
and are not scientifically
valid s= urveys.


THE KERNEL IS the inner core of an operating system. It’s there = to control the execution of processes, provide a file system, manage the memo= ry and permit the software to communicate with the hardware. The first Linux = kernel was written by then-college student Torvalds back in 1991. It’s = gotten a lot better in eight years. This new one contains a lot of blood, swe= at and tears from a lot of dedicated people, working under the open-software = setup that allows anyone to modify the software any way he or she likes as lo= ng as the result is available to anyone else to use. But it’s still Mr.= Torvalds who tests everything and proclaims it worthy of being included in h= is namesake operating system.
So, what’s new in kernel 2.2.0? Lots!
3D"*" Improved hardware architecture support: The kernel now fully supports t= he current array of x86, ALPHA, PowerPC, m68K (older Macintosh & Amiga, etc.)= , SPARC and Ultra processors. It will even completely support the old PS/2 Mi= crochannel bus and the hot new SGI Visual Workstation. Most important, Linux = 2.2 improves multi-processor computing to a new degree. That means, if your w= orkstation has two or more (up to 30) processor chips, Linux wants to be your= ultimate solution.
3D"*" Better CD-ROM and sound s= upport: The drivers have been completely rewritten.
3D"*" Graphics standardization: A new “frame-buffer console” dri= ver provides a uniform graphical subsystem a cross all Linux ports. Best of all, if provides a cute Linux penguin (his nam= e is Tux) logo upon boot-up.
=3D"*" File system sup= port: How about Amiga, Macintosh, NTFS, FAT32, ROM, OS/2, CODA and UFS?
<= IMG SRC=3D"/Site_Elements/dotBlack.gif" ALT=3D"*" VSPACE=3D1 HSPACE=3D1 WIDTH= =3D7 HEIGHT=3D7 BORDER=3D0> Improved networking: There’s a new networki= ng core, new tunneling code, new firewalling and routing systems. In addition= , you’ll find new and improved file and printer sharing protocols. Ther= e’s even a driver that allows you to share whole disk images over a net= work.
3D"*" Plus: There are literally hundreds of l= ittle patches, all over the place, that make 2.2 a better OS.
<= /FONT>
3D"" <= /tr>
=20 =20 = =20 =20 =20
=20 =20 =20 =20

First reports are very promising. The newsgroups have already begun to= sing 2.2’s praises. But, as with all new software, problems are inevit= able. The first bug report came on Wednesday. But, Torvalds predicted that wo= uld happen. In a note to a friend, upon 2.2’s release, he said he knew = glitches would be discovered:
“Every program has bugs, and I’m sure there are still bugs= in this. Get over it — we’ve done our best, and nobody ever beli= eved that there wouldn’t be 2.2.x kernels to fix problems as they come = up, and delaying 2.2.0 forever is not an option.”=
3D"click

Should you upgrade? That’s really up to you. I’ve been tol= d a number of times to wait and avoid any version “x.x.0” of any = operating system. Another rule of thumb is that if your computer is not a pro= duction machine (that means if it’s your personal machine, or your wife= ’s, or your kids’) go ahead and try it. I expect the major commer= cial releases (Red Hat, Caldera, SuSe, Debian, Slackware etc.) to include the= 2.2 kernel in their new releases in upcoming weeks.
Personally, I can’t wait.

3D"Internet The Linux Kernel Archives
= 3D"Internet Linux Online Home Page
=3D"Internet Li= nux Today Home Page
=20 =20
=20 =20 =20 =20 =20 =20
MSNBC VIEWER'S TOP 10
=20

Would you recommend=20 this story to other viewers?
not=20 at all 1 - 2 - 3 = - 4 - 5 = - 6 - 7 highly

MSNBC is optimized for
Microsoft Internet Explorer
Windows Me= dia Player
<= /TR>
MSNBC Terms,
Co= nditions and Privacy =C2=A9 1999
Cover | Quick News | News | Business | Sports | Local News |= Technology<= /a> | L= iving & Travel | Health
On Air | Opinions | Weather | MSN | Comics = 24; Find | About MSNBC �= 124; Help | = Index = 24; Cool ToolsWrite Us = 24; Advertising = on MSNBC | Terms, Conditions, and Privacy
--===============3717680540797760039==-- From LinuxAdvocate@iname.com Sun Feb 28 07:28:54 1999 From: LinuxAdvocate@iname.com To: users@lists.opensuse.org Subject: [SuSE Linux] Printer quality too good under Linux Date: Sat, 27 Feb 1999 21:28:54 -1000 Message-ID: <36D8F036.1CAB3B4E@iname.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4884190326002728179==" --===============4884190326002728179== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Help!!! My HP660C prints the most awesome print under Linux. I would like to have it print low quality, like Windows (low quality is much faster). Is there a way to do this? Thanks. George - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4884190326002728179==-- From mperry@basin.com Sun Feb 28 08:24:31 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 00:24:31 -0800 Message-ID: <199902280824.AAA00781@mperry.basin.com> In-Reply-To: <36D8D11D.E31FADB5@bellsouth.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0066342884514387077==" --===============0066342884514387077== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 28 Feb, David Bellows wrote: >=20 > Kaare(a)webline.dk, UNEXPECTED_DATA_AFTER_ADDRESS(a).SYNTAX-ERROR wrote: >>=20 >> Just installed KDE 1.1. Looks great! >>=20 >> But I also installed koffice, and it didn't show up in the menus. At >> least I think so - where is it supposed to be? >>=20 > You can find it in /opt/kde/bin. You probably know this, but what you > might want to try is running the program koshell (I think) which gives > you a nice front end for the office suite, though it took me a while to > actually get it to work properly. >=20 > David Bellows > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> How about a review so far of your feelings about the state of koffice.=20 I would be interested in usability issues, how its interface appears, etc. Can you give me an idea what is attractive or interesting about koffice? I will probably download and try it at some point. Right now, I am enjoying gnome on suse 6 quite a bit. I dont mind running both and after seeing some posts about koffice will most likely grab it. Does the word processing part do imports and exports? --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0066342884514387077==-- From brauki@cityweb.de Sun Feb 28 08:59:24 1999 From: brauki@cityweb.de To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel2.2.1 sound setup is awful Date: Sun, 28 Feb 1999 09:59:24 +0100 Message-ID: <36D9056C.BC1697AE@cityweb.de> In-Reply-To: <36D836EF.D461A095@mindspring.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7372007886768124636==" --===============7372007886768124636== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable zentara wrote: >=20 > Hi, >=20 > Way back when I started with Linux, I thought > setting up awe32 sound on a 2.0.* > was a real hard task. > I finally master how to do it, and it ran fine. > Easy...insmod sound...rmmod sound. >=20 my experiments in the old days never ended up with modules, I got it only working direct in the kernel > Now all of a sudden, in the new 2.2.* kernels, > the "easy" OSSFREE drivers are forced on us. >=20 > I just went thru the sound docs and to get the > damn thing to work I need these commands >=20 > insmod soundcore > insmod soundlow > insmod sound > insmod uart401 > insmod sb >=20 oss is started with the "soundon" and "stopped" with soundoff command. Is it possible that you are doing it "by hand"? Of course, it wont work with my setup. A cuple of devices is recognised on my card (cat /dev/sndstat) but not *THE* audio thing. No matter what I do or device drivers I select. > and I have to specify module parameters in conf.modules. > And there are just as many to remove them. >=20 > What's even worse...it sounds like CRAP. >=20 I=C5=BDd be happy to get sofar. ;-)) > How do you get rid of the OSS SOUND being forced > upon you in make menuconfig? >=20 > Is this some clever ploy by OSS to force everyone to > buy their drivers? >=20 Yes. I miss the old drivers as well. J=C3=BCrgen --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D __ _ Juergen Braukmann mail: brauki(a)cityweb.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb(a)db0qs.#nrw.deu.eu| /\\ /__/ / _ \/ // /\ \/ / =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D_\_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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7372007886768124636==-- From paulf@quillandmouse.com Sun Feb 28 09:00:41 1999 From: paulf@quillandmouse.com To: users@lists.opensuse.org Subject: [SuSE Linux] Caps/Ctrl swap Date: Sun, 28 Feb 1999 04:00:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6370493662036590812==" --===============6370493662036590812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I'm sure this has been talked about before, but I'll ask anyway. Doesn't appear to be in the support db. Emacs is a real pain when the ctrl key is way down in the lower left of the keyboard. Some users swap it to where the shift key is, but I don't know how to do this. Can it be done temporarily, or must it be done permanently? Assume SuSE 5.3. I use console apps mostly, but advice on changing this in X might be helpful as well. Paul M. Foster - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6370493662036590812==-- From dsoper@efn.org Sun Feb 28 09:21:28 1999 From: dsoper@efn.org To: users@lists.opensuse.org Subject: [SuSE Linux] STB Nitro 3D Date: Sun, 28 Feb 1999 01:21:28 -0800 Message-ID: <199902280921.BAA18393@clavin.efn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8610184909395075346==" --===============8610184909395075346== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all, I just installed SuSE 6.0 on my workstation at my job :-). Works great, no problems, but....=20 The box has an STB Nitro 3D graphics card, 2MB RAM on board,=20 and I've noticed that manipulating windows is about 1/4 as fast as=20 my putzy old 486, running 5.2, with a Diamond Stealth VLB 2000=20 graphics card (S3 Trio 64+, 2MB RAM). My workstation is a no- name clone PII 200, 96 MB RAM. Is this just the nature of this=20 card, or is something screwed up? Please consider that my 486=20 has a pretty tight 2.0.36 kernel, while I haven't had time to rebuild=20 the Pentium II kernel yet. Any advice would be appreciated. Cheers, Dennis "Custard pies are a sort of esperanto: a universal language."=20 --Noel Godin =20 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8610184909395075346==-- From python@mail10.calypso.net Sun Feb 28 10:30:02 1999 From: python@mail10.calypso.net To: users@lists.opensuse.org Subject: [SuSE Linux] YaST Date: Sun, 28 Feb 1999 11:30:02 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4321385314056526328==" --===============4321385314056526328== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! I have some difficulties whith YaST. For me, YaST feels a little awkward to work whith, but I guess I`ll "grow into it" eventually. For now, my problem is that I somehow messed the package configuration up, so that whenever I install/remove a package, and make a dependencies check, I get a long list of packages whith the message: "Search for installed or ready to be installed packages whose dependencies are NOT given!.." The list contains packages that are not installed on my system, but that YaST seems to be 'missing'. If I choose to ignore and press 'continue' my choices will be installed/removed, and the above mentioned packages will be left alone.... Til next time.....:-) How can I resolv this, and get YaST to quit nagging me about stuff that I don= `t want to install...?? /Regards ---------------------------------- E-Mail: python(a)mail10.calypso.net URL: http://www10.calypso.net/ci-101635/> Date: 28-Feb-99 Time: 11:12:41 This message was sent by XFMail,=20 Powered by SuSE 6.0 ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4321385314056526328==-- From epcraig@efn.org Sun Feb 28 10:54:58 1999 From: epcraig@efn.org To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux 2.2.0: The new kernel revealed Date: Sun, 28 Feb 1999 02:54:58 -0800 Message-ID: In-Reply-To: <36D8D99B.70474B2D@tir.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6025681750177019698==" --===============6025681750177019698== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Why is this kicking me out of Pine 4.05? I never even get a chance to invoke Lynx, just open the email and Pine shuts down. On Sun, 28 Feb 1999, Robert Russell wrote: > Many are using it, but some of us wondered why it was better. >=20 > Bob >=20 > http://www.msnbc.com/news/236486.asp#BODY= > Ed Craig epcraig(a)efn.org Taxi. Linux. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6025681750177019698==-- From jmcdonne@apollotrust.com Sun Feb 28 12:33:47 1999 From: jmcdonne@apollotrust.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Kernel2.2.1 sound setup is awful Date: Sun, 28 Feb 1999 07:33:47 -0500 Message-ID: In-Reply-To: <36D9056C.BC1697AE@cityweb.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2802574679487518934==" --===============2802574679487518934== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 28 Feb 1999, Juergen Braukmann wrote: >=20 > zentara wrote: nip > >=20 > > What's even worse...it sounds like CRAP. > >=20 >=20 > I=C5=BDd be happy to get sofar. ;-)) >=20 > > How do you get rid of the OSS SOUND being forced > > upon you in make menuconfig? > >=20 > > Is this some clever ploy by OSS to force everyone to > > buy their drivers? > >=20 >=20 > Yes. I miss the old drivers as well. Juergen and zentara, I'm haven't made the transition yet to 2.2.*, I'm still with 2.0.36 but my experience was that the alsa driver was easier to set up and produced much better sound than the sound I compiled into the kernel. My card is a Creative Ensoniq with ES1371 chipset. I've read on the alsa-users list accounts of people installing the alsa driver because of the poor quality of the sound with the new 2.2._ kernels. I don't remember if there were postings for all 2.2.* kernels. The alsa driver is fully oss-compatible for all the sound cards it supports and is Open Source. If you haven't done so already,=20 check out the home page at alsa.jcu.cz to see if your cards are supported. The alsa-users mailing list archive at the same address is also a great resource for troubleshooting purposes. Good Luck, Jesse McDonnell jmcdonne(a)apollotrust.com - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2802574679487518934==-- From rknebel@mail.uplink.net Sun Feb 28 13:34:03 1999 From: rknebel@mail.uplink.net To: users@lists.opensuse.org Subject: [SuSE Linux] sax Date: Sun, 28 Feb 1999 08:34:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8098363318087801565==" --===============8098363318087801565== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, When I tried to use sax in version 6.0 it is all in German. Considering I do not speak German this is a problem. What did I do wrong?? Thanks Rick Rick Knebel rknebel(a)uplink.net http://woodstock.csrlink.net/~bknebel> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8098363318087801565==-- From jlkreps@navix.net Sun Feb 28 14:06:18 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux up close: Time to switch Date: Sun, 28 Feb 1999 08:06:18 -0600 Message-ID: <36D94D5A.9AE5E114@navix.net> In-Reply-To: <36D8C850.7B5791D6@pop.cybernex.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6711317885674873749==" --===============6711317885674873749== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable David Coulthart wrote: >=20 > "Fred A. Miller" wrote: > > > > http://www.msnbc.com/news/244979.asp> >=20 > Nice article, but can someone please explain why SuSE is getting such a > bad rap as being the "least effective Linux." I realize that for this > testing they used version 5.3 not 6.0, but why are the reports so bad? > I've always considered SuSE technically superior, but everything lately > seems to be disagreeing with this? When NutraSweet first began ramping up business they started a disinformation campaign about sachrine with FUD about sachrine causing cancer. It worked. The truth now comes out that Aspartame breaksdown to give wood alcohol and phenylalanine. It's obvious what wood alcohol does to the brain, liver and kidneys, to say nothing of what large amounts of phenylalanine does. Have headaches not long after drinking a diet soda? Go on unexplainable carbohydrate beniges? I am not saying that the article is a part of some disinfo campaign, it just seemed similar in may ways to that NutraSweet campaign twenty years ago. =20 The results are not that *bad* when you consider a) the distros were run right out of the box and some default settings may be different that others, b) SuSE 5.3 is libc5 while the others are libc6 (I don't know if there is a quantitative difference in speed for the two libraries running the same app - anybody have some solid data?) AND c) they are running variations of the same kernel. When I ran RH5.0 and 5.2, if memory serves me correctly, they were 2.0.35, the same as SuSE 5.3, so ANY difference in speed has to be in the settings of the config files. A week or so ago slashdot ran a poll on which distro people were using.=20 As I recall, RH lead with about 70%, Debian had about 20%, SuSE was third with 9% and Caldera and the rest fell under 1%. Looking at Caldera' marketing model it doesn't take a rocket scientist to see why it is divergent from the GPL and not too popular. First, too much propriatary code and licensing agreements. You DON'T see Caldera distros on the ftp sites. It is interesting that they choose to take a free kernel and tons of GPL supporting software and applications, and add propriatary packages to render a distro that is too expensive. And, they don't return anything to the Linux community. How do you say "leach" children? That's right! Now, can you say "parasite"?=20 Their vaunted "marketing channel" doesn't mean squat if ftp's gives free accesses to full distros. That only leaves quality of package and service, and SuSE has them all beat in those to areas. Secondly, Caldera's upgrade paradigm is remarkably similar to M$'s - slow, because of the propriatary code. Not too many eyeballs hit their propriatary code. Why does ZDNET do a piece on Linux and puff Caldera? $$$. One aspect of my business, before I retired it, was criminal forensic investigations. A rule became obvious. If you want to find the perps follow the cash. They who benefit the most from a crime are usually the primary instigators. (That seems true in the political arena also.) I'll bet that 950f the people who try SuSE, after trying any of the other distros, will stay with SuSE because YaST and SuSE's overall quality can't be beat by any other current distros. Jerry - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6711317885674873749==-- From jlkreps@navix.net Sun Feb 28 14:08:55 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Attempt to Install SuSE 5.3 Date: Sun, 28 Feb 1999 08:08:55 -0600 Message-ID: <36D94DF7.50B9FAC3@navix.net> In-Reply-To: <199902280416.UAA23134@hpcvsjpg.cv.hp.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5558176995954239566==" --===============5558176995954239566== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "John P. Griffin" wrote: >=20 > Nope, I went into the CMOS configuration and the only bootable devices are = the > floppy or the hard drive. >=20 > Thanks anyway. >=20 > jpg >=20 > > Is your CD-ROM a bootable CD-ROM? The SuSE CD set is bootable... that's = how > > I installed SuSE on my Toshiba Satellite. > > > > Mark > > > > -----Original Message----- > > From: John P. Griffin > > To: suse-linux-e(a)suse.com > > Date: Saturday, February 27, 1999 7:42 PM > > Subject: [SuSE Linux] Attempt to Install SuSE 5.3 > > > > > > > > > > I seem to have run into a small problem in attempting to install SuSe = 5.3 > > >on a Hewlett Packard OmniBook 5700CTX. I have a Xircom PCMCIA 10/100-Rea= dy > > >network card, and the standard HP CD-ROM and 3.5 floppy drive modules. > > > > > > When I boot using the SuSE boot floppy in the 3.5 drive, the kernel > > doesn't > > >recognize the CD-ROM because it was not installed since I was using the = 3.5 > > >floppy drive. Secondly the Xircom PCMCIA card is not in the list of > > supported > > >network cards. There is a '-- More modules --' option but that just pulls > > in > > >the same list of kernel modules. There is nothing in the SuSE manual abo= ut > > >what this '-- More modules --' option is, or how to utilize it. > > > > > > So I am stuck, I cannot install from CD-ROM because the kernel doesn't > > see > > >it at boot time (since it is not plugged in), and I cannot install over = the > > >network since there is no Xircom module. > > > > > > Any suggestions? > > > > > >John Griffin > > > If your CDROM is on an IDE controller and is ATPAPI then you can probably change your BIOS setting to make it bootable. It could be the setting that allows you to determine the boot order. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5558176995954239566==-- From jlkreps@navix.net Sun Feb 28 14:10:44 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] pppd unexpectably fails SYNDROME Date: Sun, 28 Feb 1999 08:10:44 -0600 Message-ID: <36D94E64.2DE86498@navix.net> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3016788617530196268==" --===============3016788617530196268== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Harald Sundt wrote: >=20 > [SuSE Linux] pppd unexpectably fails SYNDROME >=20 > Who expects pppd to fail, anyway? >=20 > I do! >=20 > I know about removing "lock" from /etc/ppp/options >=20 Did you remove the "-XIP" line also? - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3016788617530196268==-- From refraction@altavista.net Sun Feb 28 15:11:20 1999 From: refraction@altavista.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ensonique PCI Audio cards & 2.2.1. Date: Sun, 28 Feb 1999 15:11:20 +0000 Message-ID: <99022815191501.02854@argoth> In-Reply-To: <36D8443A.E731DBC3@pobox.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3149567999785251315==" --===============3149567999785251315== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sat, 27 Feb 1999, misc.word.corp wrote: > > I have the es1370 on an Audio PCI64 card, I compiled into the kernel inst= ead of > > as a module. > >=20 > > Are you sure you have a es1371 and not a es1370? =20 >=20 >=20 > Yes, you were exactly on target! I'd forgotten I'd had the es1370 chip > -- it compiled perfectly into the kernel. >=20 > However . . . the sound volume is much lower than it was with the OSS > drivers. It's only audible (but acceptible in terms of fidelity) with > the volume knob on my speaker cranked to high. I don't know how to change it on the command line, but you can change the volume in kde with the mixer. The default is every chanel really quiet (compared to my windows settings). The only problem is it doesn't save the new settings, I haven't tried any of the x windows or command line mixers that are in the sound series on the linux cd's. These might be better... > Have you noticed this problem as well? Is there any way to tweak the > volume setting provided as a default (if there is such a thing) with the > 2.2.1. Ensonique driver? I don't know how to change the default values, it would be possible to change the source code for the driver - but it's hardly the nicest solution... Dunc. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3149567999785251315==-- From stevem12@mindspring.com Sun Feb 28 15:46:34 1999 From: stevem12@mindspring.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] STB Nitro 3D Date: Sun, 28 Feb 1999 10:46:34 -0500 Message-ID: In-Reply-To: <199902280921.BAA18393@clavin.efn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2441414619626136436==" --===============2441414619626136436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am also using an STB Nitro 3D, but I have the 4 MB version. Mine works fine with the SVGA server. If your using the S3V server, you might want to consid= er changing. I am also running it at 16-bit color. What color depth are you running? Steve On 28-Feb-99 Dennis Soper wrote: >=20 > Hi all, >=20 > I just installed SuSE 6.0 on my workstation at my job :-). >=20 > Works great, no problems, but....=20 >=20 > The box has an STB Nitro 3D graphics card, 2MB RAM on board,=20 > and I've noticed that manipulating windows is about 1/4 as fast as=20 > my putzy old 486, running 5.2, with a Diamond Stealth VLB 2000=20 > graphics card (S3 Trio 64+, 2MB RAM). My workstation is a no- > name clone PII 200, 96 MB RAM. Is this just the nature of this=20 > card, or is something screwed up? Please consider that my 486=20 > has a pretty tight 2.0.36 kernel, while I haven't had time to rebuild=20 > the Pentium II kernel yet. >=20 > Any advice would be appreciated. >=20 > Cheers, > Dennis > "Custard pies are a sort of esperanto: a universal language."=20 > --Noel Godin =20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: stevem12(a)mindspring.com Date: 28-Feb-99 Time: 10:43:28 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2441414619626136436==-- From linuxisgood@dialupnet.com Sun Feb 28 15:49:42 1999 From: linuxisgood@dialupnet.com To: users@lists.opensuse.org Subject: [SuSE Linux] RE: sax Date: Sun, 28 Feb 1999 09:49:42 -0600 Message-ID: <99022809512700.00556@martina> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5075407818192418885==" --===============5075407818192418885== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I had the same problem. Use the -l switch followed by en for English. ax -l en Hope this helped -- Mark McDermott Huntsville, Al Using SuSE 6.0 Linux - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5075407818192418885==-- From stevem12@mindspring.com Sun Feb 28 15:55:44 1999 From: stevem12@mindspring.com To: users@lists.opensuse.org Subject: RE: [SuSE Linux] sax Date: Sun, 28 Feb 1999 10:55:44 -0500 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3088600922206111983==" --===============3088600922206111983== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable try: sax -l en=20 sax should come up in english Steve On 28-Feb-99 Rick Knebel wrote: >=20 > Hi, > When I tried to use sax in version 6.0 it is all in German. > Considering I do not speak German this is a problem. > What did I do wrong?? >=20 > Thanks > Rick > Rick Knebel > rknebel(a)uplink.net > http://woodstock.csrlink.net/~bknebel> > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: stevem12(a)mindspring.com Date: 28-Feb-99 Time: 10:55:08 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3088600922206111983==-- From mjackson@deskmedia.com Sun Feb 28 15:57:53 1999 From: mjackson@deskmedia.com To: users@lists.opensuse.org Subject: [SuSE Linux] Some questions about defaults Date: Sun, 28 Feb 1999 09:57:53 -0600 Message-ID: <36D96781.94C83D03@deskmedia.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2082080929875755151==" --===============2082080929875755151== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am a recent (and proud) owner of SuSE 6.0. I have a question for any SuSE people that might be listening in on the list... Why do some of the tools default to German in the international version? Examples: susehilf & sax. The English options are easy to select, but some people weren't German majors . --=20 Martin Jackson: mjackson(a)deskmedia.com =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Computer & Information Science Major Minnesota State University, Mankato =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Linux....the penguins are coming! - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2082080929875755151==-- From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 28 16:25:50 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] OT: vcards html etc. Date: Sun, 28 Feb 1999 11:25:50 -0500 Message-ID: <36D96E0D.9C176BCA@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3287680176501634856==" --===============3287680176501634856== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I recieved a polite mail asking me to remove my vcard for my mail. I am very mixed on this type of restriction. I rember when I was the first one on my team to use html mail. Boy did I get flamed! First because I sent something out that not everybody could parse, and second because they didn't know how to do it. Now all of them use it, and wouldn't know what to do without it. I like using this new technology. The vcard is slick. I send mail to addresses other than mailing lists and news groups. I like to have my vcard in that mail. I'm certainly not going to take the time to enable and disable this feature every time I send mail. I guess it is a bit ugly when it comes across as plain text. Ok, so I will disable it for now on my home systems. I will still use it at work. It is my electronic business card. As for my sig file. I know it's a bit long as well, but who could complain about what I'm pointing to. I thought about moving it all to a URL and pointing to that, but I want the links in your face. As far as the poem goes, here's the whole thing. You should find a copy of the Moody Blues' On the Threshold of a Dream and listen to it in order to get a better understanding. In the Beginning, by Graeme Edge January 19, 1969 First Man: I think, I think I am, therefore I am. I think? Establishment: Of course you are my bright little star. I'm miles And miles Of files Pretty files of your forefather's fruit And now to suit our Great computer You're magnetic ink. First Man: I'm more than that, I know I am, at least, I think I must be. Inner Man: There you go, man, keep as cool as you can. Face piles Of trials With smiles It riles them to believe That you perceive The web they weave AND KEEP ON THINKING FREE! -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3287680176501634856==-- From mephisto@unidial.com Sun Feb 28 16:28:18 1999 From: mephisto@unidial.com To: users@lists.opensuse.org Subject: [SuSE Linux] vnc seg. faults Date: Sun, 28 Feb 1999 10:28:18 -0600 Message-ID: <199902281628.KAA08408@faust.unidial.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6527823306152086106==" --===============6527823306152086106== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I've installed vnc-3.3.2r3 from source on my S.u.S.E. 5.3 linux 2.0.35 machine and vnc-3.3.2r6_x86-win32 on a Win95 box. Unfortunately the vnc-client running on my linux box will segmentation fault anytime=20 an attempt is made to access a menu item from the taskbar of the=20 server W95 system. Also, when viewed from linux the W95 icons are=20 often mostly obscured by black rectangular sections. The W95 box runs 256 colors while the linux box is 24bit on a 4mb Matrox Millennium card. On the linux side I've tried both the binary vnc distribution and have built the lot from source, with the same=20 result in both cases. Any help or suggestions you may have will be greatly appreciated. Thanks. Lance ---------------------------------------------------------------------- Lance Heller email: lheller(a)unidial.com=20 ---------------------------------------------------------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6527823306152086106==-- From hattons@CPKWEBSER5.ncr.disa.mil Sun Feb 28 17:02:40 1999 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [SuSE Linux] Thanks SuSE! Date: Sun, 28 Feb 1999 12:02:40 -0500 Message-ID: <36D976B0.E6C4AE30@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1192294701439555823==" --===============1192294701439555823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have upgraded to SuSE 6.0. I may have been one of the first to get the distribution. It worked great! I have had a few problem with YAST. But nothing major. I then installed the 2.2.1 -> 2.2.2 kernel, and KDE 1.1 which released to recently to be included in this distribution. I am glad I picked SuSE up at Borders books almost a year ago. I was looking for something to play with at home that would help me understand "real" Unix. Wow! This product has changed my life. I really enjoy trying to make it do new and better things. It sometimes can be a real PITA, but the more I find out it can do, the more impressed with it I am. Thank you all at SuSE for this great product. Steve -- The linux counter: http://counter.li.org> -Registered Linux User # 79059 S.u.S.E. Linux: http://www.suse.com> KDE: http://= www.kde.org> SaMBa: http://samba.anu.edu.au> Mathematica: http://www.wri.com> StarOffice: http://www.stardivision.com> I think. I think I am, Therefore I am. I think? - Graeme Edge of the Moody Blues - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1192294701439555823==-- From jpf@dircon.co.uk Sun Feb 28 17:20:27 1999 From: jpf@dircon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] console video mode after boot Date: Sun, 28 Feb 1999 19:20:27 +0200 Message-ID: <000001be633e$a23bc1e0$8f830ec3@pii> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4870087721322836762==" --===============4870087721322836762== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I am trying to change the video mode to 100x30 at startup. I cannot get lilo.conf 'vga =3D ' or rdev -v /boot/vmlinuz to pass the mode to the kernel. The mode is 9 or 0122 after typing 'scan' when using 'vga =3D ask' and I can type 0122 after pressing and it switches to the correct mode immediately. Can anyone help please? can SVGAtextmode do this? I have not had any luck using the variable in rc.config to set this either. Thanks - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4870087721322836762==-- From bfootdav@bellsouth.net Sun Feb 28 17:21:42 1999 From: bfootdav@bellsouth.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 12:21:42 -0500 Message-ID: <36D97B26.7719FE65@bellsouth.net> In-Reply-To: <199902280841.JAA06400@bohr.webline.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2077171695910868571==" --===============2077171695910868571== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Kaare(a)webline.dk, UNEXPECTED_DATA_AFTER_ADDRESS(a).SYNTAX-ERROR wrote: ---snip--- > > you get a nice front end for the office suite, though it took me a while = to > > actually get it to work properly. >=20 > Hm. What did you do? For me, the New button doesn't work and the Open > button just finds some .kdelink (complaining about not being able to > find some names) and then bombs out with an QPixmap: Invalid pixmap > parameters. >=20 When you open up koshell, you should notice one of those dockable toolbars in the viewing area. On my system it is positioned horizontally with nothing on it. By clicking on it you should be able to move it to reposition itself vertically it seems like you also might need to resize the window (make it bigger). Hopefully then you'll see an icon bar containing icons for KWord, Killustrator and several other programs. When you choose one of these programs it looks like it actually gets opened up in the same window that koshell uses and just inserts all the new toolbars. The nice thing is that it keeps the icon menu (for KWord, KIllustrator et al) up so yo can also call up any of these programs as you need them. The new and open options don't work for me either in just a freshly opened koshell, but of course when you open up one of the new programs they should all work as expected. There definitely needs to be some work done on this (KOffice is still only alpha), but I really think it looks promising. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2077171695910868571==-- From bfootdav@bellsouth.net Sun Feb 28 18:07:54 1999 From: bfootdav@bellsouth.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 13:07:54 -0500 Message-ID: <36D985F9.CF1BA0BB@bellsouth.net> In-Reply-To: <199902280824.AAA00781@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6901299676475907811==" --===============6901299676475907811== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: > > How about a review so far of your feelings about the state of koffice. > I would be interested in usability issues, how its interface appears, > etc. Can you give me an idea what is attractive or interesting about > koffice? I will probably download and try it at some point. Right > now, I am enjoying gnome on suse 6 quite a bit. I dont mind running > both and after seeing some posts about koffice will most likely grab it. >=20 > Does the word processing part do imports and exports? First I should say that KOffice is still alpha, so there is much that doesn't work yet. I think some of the apps are further along than others, but I haven't spent much time going into each one. The best description of its features can be found at the KDE web page, but I'll give my impressions here. The basic idea of the suite is that you'll be able to move projects around easily from one app to another (like kword, kformula, killustrator, kspread, kimage, kpresenter, kdiagram) i.e. inserting a formula written in kformula into kword and then putting all this together with images from kimage into a presentation in kpresenter (you get the idea). =20 The interface is quite nice, there seem to be a lot of features available in each app, and everything follows the standard KDE look and feel (and eventual help system). I don't think you'll have any problems finding your way around KOffice. As for KWord, it seems to need a good bit of work yet. The spell checker doesn't work for me. The import and export feature is minimal at best (according to the developers, this is going to take a long time to work out). An interesting strategy for KWord is that everything is in a frame, even text. What this means is that you should be able to easily insert, say, graphic images into your text anywhere you like and shape the frames such that you can include text all around the images.=20 In other words you could put a small image right here and fill up all the space around it with text with little or no effort. I have not quite done this successfully though I have been able to insert graphic images (just can't write around them yet - maybe there is something I don't know how to do yet or maybe the feature hasn't been fully implemented?). The developers state that you should be able to write papers with KDE though you might not want to trust it yet with anything of too great of importance. Overall, the project has made a nice start and there seems to be a lot of support for it. It is not ready for office use yet (like applix and star office), but it should be sufficient for limited home use. Given the amount of progress made on KDE I am quite optimistic on the future of KOffice. David Bellows - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6901299676475907811==-- From mperry@basin.com Sun Feb 28 18:31:31 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 10:31:31 -0800 Message-ID: <199902281831.KAA01357@mperry.mperry.basin.com> In-Reply-To: <36D985F9.CF1BA0BB@bellsouth.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5984790653799055873==" --===============5984790653799055873== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 28 Feb, David Bellows wrote: >=20 > Michael Perry wrote: >> >> How about a review so far of your feelings about the state of koffice. >> I would be interested in usability issues, how its interface appears, >> etc. Can you give me an idea what is attractive or interesting about >> koffice? I will probably download and try it at some point. Right >> now, I am enjoying gnome on suse 6 quite a bit. I dont mind running >> both and after seeing some posts about koffice will most likely grab it. >>=20 >> Does the word processing part do imports and exports? >=20 > First I should say that KOffice is still alpha, so there is much that > doesn't work yet. I think some of the apps are further along than > others, but I haven't spent much time going into each one. The best > description of its features can be found at the KDE web page, but I'll > give my impressions here. The basic idea of the suite is that you'll be > able to move projects around easily from one app to another (like kword, > kformula, killustrator, kspread, kimage, kpresenter, kdiagram) i.e. > inserting a formula written in kformula into kword and then putting all > this together with images from kimage into a presentation in kpresenter > (you get the idea). =20 David- Many thanks for the review. The koffice suite sounds quite interesting to me. I know that filters take a long time to mature. I think applix's filters are still doing that since I seem to have issues almost daily with them. After comparing staroffice 5 and applix, it seems that staroffice has better overall filter support. Now if it would just load quicker the first time. I sometimes think it forgot to launch on my P166. As a note on my Dell Inspiron Pii 366 mhz with 128mb of ram, 8mb agp card, it still is poky. Just what kind of system does SO5 want?=20 As far as Koffice goes, I am now experimenting with gnome and TurboLinux 3.0.1 here. TurboLinux is quite slick and has a lot of nice config. options. Thats for another email though... :) Again, thanks. - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5984790653799055873==-- From deem@wdm.com Sun Feb 28 19:08:21 1999 From: deem@wdm.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 10:08:21 -0900 Message-ID: <199902281908.KAA06612@wdm.com> In-Reply-To: <199902281831.KAA01357@mperry.mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2969688611419931304==" --===============2969688611419931304== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Michael Perry wrote: >=20 > David- >=20 > Many thanks for the review. The koffice suite sounds quite interesting > to me. I know that filters take a long time to mature. I think > applix's filters are still doing that since I seem to have issues > almost daily with them. After comparing staroffice 5 and applix, it > seems that staroffice has better overall filter support. Now if it > would just load quicker the first time. I sometimes think it forgot to > launch on my P166. As a note on my Dell Inspiron Pii 366 mhz with 128mb > of ram, 8mb agp card, it still is poky. Just what kind of system does > SO5 want?=20 SO5 works just fine on my AMD K6-2 400Mhz w/192megs RAM. It takes 10-15 secs to load which is not bad considering. Loads all MS Office97 stuff just fine. -Dee - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2969688611419931304==-- From tomas@primenet.com Sun Feb 28 19:23:49 1999 From: tomas@primenet.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux 2.2.0: The new kernel revealed Date: Sun, 28 Feb 1999 11:23:49 -0800 Message-ID: <36D997C5.DD43E223@primenet.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4058128737284119665==" --===============4058128737284119665== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Ed Craig wrote: >=20 > Why is this kicking me out of Pine 4.05? I never even get a chance > to invoke Lynx, just open the email and Pine shuts down. >=20 > On Sun, 28 Feb 1999, Robert Russell wrote: >=20 > > > > http://www.msnbc.com/news/236486.asp#BO= DY> >=20 Microsoft tends to do things the way they want to do them instead of always sticking with the standards. There are hundreds of pages out there that will crash Netscape/Lynx and some others due to the fact that MS has implemented there own features that arn't compatible with other browsers, like the ActiveX crap, looks pretty, but its not compatible. My guess is that the contents of that page being ActiveX are somehow killing Lynx which was launched by pine therefore killing pine as well. If your interested in viewing the story, I can post you (privately) the contents in text form. Or you can try another browser temporarily. --=20 Ec|ipse on EFnet - tomas(a)primenet.com - http://www.primenet.com= /~tomas> Ec|ipse@|Watcher| - botnet webpage down until further notice Slackware Linux v3.6+ - Kernels 2.0.35/2.2.1 - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4058128737284119665==-- From jlkreps@navix.net Sun Feb 28 19:40:48 1999 From: jlkreps@navix.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Thanks SuSE! Date: Sun, 28 Feb 1999 13:40:48 -0600 Message-ID: <36D99BC0.4C2751A2@navix.net> In-Reply-To: <36D976B0.E6C4AE30@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1542368961034266044==" --===============1542368961034266044== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Took the words right out of my mouth! (Is that plagerism? ;-> ) "Steven T. Hatton" wrote: >=20 > I have upgraded to SuSE 6.0. I may have been one of the first to get > the distribution. It worked great! I have had a few problem with > YAST. But nothing major. I then installed the 2.2.1 -> 2.2.2 kernel, > and KDE 1.1 which released to recently to be included in this > distribution. I am glad I picked SuSE up at Borders books almost a year > ago. I was looking for something to play with at home that would help > me understand "real" Unix. Wow! This product has changed my life. I > really enjoy trying to make it do new and better things. It sometimes > can be a real PITA, but the more I find out it can do, the more > impressed with it I am. >=20 > Thank you all at SuSE for this great product. >=20 > Steve - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1542368961034266044==-- From rex@hastur.transbay.net Sun Feb 28 21:05:01 1999 From: rex@hastur.transbay.net To: users@lists.opensuse.org Subject: [SuSE Linux] Question about allowing xapps to use display Date: Sun, 28 Feb 1999 13:05:01 -0800 Message-ID: <99022813090400.02409@hastur> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0491053126264510040==" --===============0491053126264510040== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Whenever I try to launch Maelstrom or Nethack I get the following error: Error of failed request: BadAccess (attempt to access private resource denie= d) Major opcode of failed request: 129 (MIT-SHM) Minor opcode of failed request: 3 (X_ShmPutImage) Serial number of failed request: 96 Current serial number in output stream: 97 How do I give permission to use the xserver. Thanks, Dan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0491053126264510040==-- From tux@datapro.co.za Sun Feb 28 21:13:21 1999 From: tux@datapro.co.za To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Linux 2.2.0: The new kernel revealed Date: Sun, 28 Feb 1999 23:13:21 +0200 Message-ID: <36D9B171.8998FCAA@datapro.co.za> In-Reply-To: <[SuSE Linux] Linux 2.2.0: The new kernel revealed> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3679017619292580370==" --===============3679017619292580370== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "S.Toms" wrote: > > Microsoft tends to do things the way they want to do them instead of > always sticking with the standards. There are hundreds of pages out > there that will crash Netscape/Lynx and some others due to the fact that > MS has implemented there own features that arn't compatible with other > browsers, like the ActiveX crap, looks pretty, but its not compatible. > My guess is that the contents of that page being ActiveX are somehow > killing Lynx which was launched by pine therefore killing pine as well. > If your interested in viewing the story, I can post you (privately) the > contents in text form. Or you can try another browser temporarily. >=20 I think it may be a pine problem as I was able to load the URL fine with Lynx. ActiveX is an extension (or new feature) of HTML and as such should be ignored by any browser that can't handle it. This feature of browsers ignoring things they don't understand is what allows new versions of HTML to continue to work with older browsers. Mind you, I'm not saying MS doesn't break standards. They do (as do Netscape) but I just feel ActiveX is not an example of this. -- Steve Crane stevec(a)netlane.com http://www.datapro.co.za/~stevec> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3679017619292580370==-- From fmiller@lightlink.com Sun Feb 28 21:13:59 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] PC World News: Vendors Complained About Microsoft's Licenses Date: Sun, 28 Feb 1999 16:13:59 -0500 Message-ID: <36D9B197.BD7C66A5@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2501813453066095120==" --===============2501813453066095120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://www.pcworld.com/cgi-= bin/pcwtoday?ID=3D9912> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============2501813453066095120==-- From fmiller@lightlink.com Sun Feb 28 21:20:47 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] PC World News: ISPs Warn That FCC Ruling Could Cost Consumers Date: Sun, 28 Feb 1999 16:20:47 -0500 Message-ID: <36D9B32F.8EFD7E90@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1829247271954424630==" --===============1829247271954424630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://www.pcworld.com/cgi-= bin/pcwtoday?ID=3D9923> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1829247271954424630==-- From mperry@basin.com Sun Feb 28 21:25:40 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] KDE 1.1 (Koffice) Date: Sun, 28 Feb 1999 13:25:40 -0800 Message-ID: <19990228132540.A11751@mperry> In-Reply-To: <[SuSE Linux] KDE 1.1 (Koffice)> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3047266021162801939==" --===============3047266021162801939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 28 Feb 1999 11:08:21 W.D.McKinney wrote: >=20 > Michael Perry wrote: > >=20 > > David- > >=20 > > Many thanks for the review. The koffice suite sounds quite interesting > > to me. I know that filters take a long time to mature. I think > > applix's filters are still doing that since I seem to have issues > > almost daily with them. After comparing staroffice 5 and applix, it > > seems that staroffice has better overall filter support. Now if it > > would just load quicker the first time. I sometimes think it forgot to > > launch on my P166. As a note on my Dell Inspiron Pii 366 mhz with 128mb > > of ram, 8mb agp card, it still is poky. Just what kind of system does > > SO5 want?=20 >=20 > SO5 works just fine on my AMD K6-2 400Mhz w/192megs RAM. > It takes 10-15 secs to load which is not bad considering. > Loads all MS Office97 stuff just fine. >=20 > -Dee >=20 > - > To get out of this list, please send email to majordomo(a)suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archive at = http://www.suse.com/Mailinglists/suse-linux-e/index.html> Hi Dee- Thanks for the note re: memory and stuff to launch SO5. We had an issue at wo= rk where applix would not open a powerpoint file without the latest patches f= rom www.applix.com applied but SO5 did. As a matter of interest, one of the = work machines is a dual Pentium II 450 with 256mb of system memory, and a mat= rox millenium G200 8mb card. We all sat around waiting for SO5 to load on th= is beast also. After the first time, SO must load a bunch of stuff into memo= ry since its much quicker. After applying the patches, applix opened in less than 5 seconds and displaye= d the powerpoint slides in another few seconds. SO5 percolated the first tim= e and then opened the slideshow in a much nicer display. We all settled on a= pplix 4.4.1 overall. Quicker, etc. I like SO5 but it needs some brute system= to run it effectively. =20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3047266021162801939==-- From fmiller@lightlink.com Sun Feb 28 21:46:51 1999 From: fmiller@lightlink.com To: users@lists.opensuse.org Subject: [SuSE Linux] Intel To Invest In Linux PC Vendor VA Research Date: Sun, 28 Feb 1999 16:46:51 -0500 Message-ID: <36D9B94B.522D06D2@lightlink.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8531261501044205750==" --===============8531261501044205750== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://dailynews.yahoo.com/headl= ines/tc/story.html?s=3Dv/nm/19990228/tc/intel_23.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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8531261501044205750==-- From alex@daniloff.com Sun Feb 28 22:06:22 1999 From: alex@daniloff.com To: users@lists.opensuse.org Subject: [SuSE Linux] Network base configuration menu in YAST is blank !? Date: Sun, 28 Feb 1999 22:06:22 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6235567893444572711==" --===============6235567893444572711== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Internet folks! I got really strange YAST behaviour in SuSE 6.0 distro. I tried to configure PPP through the YAST. When I went to System administration menu, I found that Netwok base configuration menu line was blank and I couldn't get into it. What is a problem ? May be somebody know that? Any help will be appreciated Thanks Alex - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6235567893444572711==-- From lunaslide@pacbell.net Sun Feb 28 22:32:23 1999 From: lunaslide@pacbell.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Ensonique PCI Audio cards & 2.2.1. Date: Sun, 28 Feb 1999 14:32:23 -0800 Message-ID: <36D9C3F7.E533E30B@pacbell.net> In-Reply-To: <99022815191501.02854@argoth> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0843376166136217802==" --===============0843376166136217802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Duncan Bellamy wrote: >=20 > On Sat, 27 Feb 1999, misc.word.corp wrote: >=20 > > > I have the es1370 on an Audio PCI64 card, I compiled into the kernel in= stead of > > > as a module. > > > > > > Are you sure you have a es1371 and not a es1370? > > > > > > Yes, you were exactly on target! I'd forgotten I'd had the es1370 chip > > -- it compiled perfectly into the kernel. > > > > However . . . the sound volume is much lower than it was with the OSS > > drivers. It's only audible (but acceptible in terms of fidelity) with > > the volume knob on my speaker cranked to high. >=20 > I don't know how to change it on the command line, but you can change the > volume in kde with the mixer. The default is every chanel really quiet > (compared to my windows settings). >=20 > The only problem is it doesn't save the new settings, I haven't tried any of > the x windows or command line mixers that are in the sound series on the li= nux > cd's. These might be better... >=20 > > Have you noticed this problem as well? Is there any way to tweak the > > volume setting provided as a default (if there is such a thing) with the > > 2.2.1. Ensonique driver? >=20 > I don't know how to change the default values, it would be possible to chan= ge > the source code for the driver - but it's hardly the nicest solution... I've been having a very interesting problem relating to this, starting with 2.2.1 and now with 2.2.2. When than sound driver loads, every mouse movement and every drive read or write causes a low frequency noise that emulates the drive activity or mouse movement to be emitted from the speakers. Figure *that* one out. --=20 lunaslide * PGP key->pgpkeys.mit.edu port 11371 * * * * * * =20 Yep. I have a very active imagination; it's been a personal =20 condition of mine for years now. * -Bruce Sterling =20 * * * * * - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============0843376166136217802==-- From mperry@basin.com Sun Feb 28 22:36:02 1999 From: mperry@basin.com To: users@lists.opensuse.org Subject: [SuSE Linux] Gnome and the SuSE rpm farm Date: Sun, 28 Feb 1999 14:36:02 -0800 Message-ID: <199902282236.OAA12766@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7698907414379108898==" --===============7698907414379108898== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable If you are interested in using the suse 6 rpms off of the www.gnome.org site, a few notes about compiling programs from scratch. I wanted to compile xchat, guitar, and a few other selections. I read the gnome and balsa lists quite a bit recently but ended up downloading and rpm'ing all the devel libs also to get things to compile. I dont know why this is but now I have a working system to build gnome aware applications under SuSE 6. This took me awhile. I am using the windowmaker which comes with the suse gnome stuff and its pretty cool and fast. =20 If you are looking for something fun to try, visit the gnome website and download all the 99.8 rpms. Be sure to follow the directions on the web page as when I first did gnome 99.8 some things were seriously broken such as png image loading. I dont have a subjective or objective impression regarding gnome other than I thinks its really cool and the applications seem well thought out. Its nice to have suse 6 rpm files and I would like to thank whoever made this possible. I also use kde 1.1 on occasion. =20 I believe that gnome 1 level should be released in a few so hopefully we will see 1.0 level rpms soon. The recent rpm farm for gnome is nice; thanks SuSE and everyone who had a hand in contributing. --=20 Michael Perry mperry(a)basin.com ------------------- - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7698907414379108898==-- From phil@stokes.demon.co.uk Sun Feb 28 22:44:32 1999 From: phil@stokes.demon.co.uk To: users@lists.opensuse.org Subject: [SuSE Linux] Re: Linux 2.2.0: The new kernel revealed Date: Sun, 28 Feb 1999 22:44:32 +0000 Message-ID: In-Reply-To: <36D9B171.8998FCAA@datapro.co.za> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6953319120127448398==" --===============6953319120127448398== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, 28 Feb 1999, Steve Crane wrote: >=20 > "S.Toms" wrote: > > > > Microsoft tends to do things the way they want to do them instead of > > always sticking with the standards. There are hundreds of pages out > > there that will crash Netscape/Lynx and some others due to the fact that > > MS has implemented there own features that arn't compatible with other > > browsers, like the ActiveX crap, looks pretty, but its not compatible. > > My guess is that the contents of that page being ActiveX are somehow > > killing Lynx which was launched by pine therefore killing pine as well. > > If your interested in viewing the story, I can post you (privately) the > > contents in text form. Or you can try another browser temporarily. > >=20 >=20 > I think it may be a pine problem as I was able to load the URL fine > with Lynx. The page loads fine from Pine 4.10 here, using Lynx as my URL viewer. Phil --=20 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 Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6953319120127448398==-- From jmcdonne@apollotrust.com Sun Feb 28 23:42:30 1999 From: jmcdonne@apollotrust.com To: users@lists.opensuse.org Subject: [SuSE Linux] Boot failure and YaST Date: Sun, 28 Feb 1999 18:42:30 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6691847561199778571==" --===============6691847561199778571== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello, I hope someone will be able to help me with a system that will not boot. I've searched the SuSE Knowledge Base but haven't found any pointers. I have LiLO installed on the MBR of hda. My SuSE 5.1, kernel 2.0.36 system is installed on hda6. After uncompressing the kernel, identifying the hardware, and reading /etc/fstab the boot process starts passing multiple error messages. Most scroll by too quickly to read but they begin with: "starting sbin/init.d/boot:starting /sbin/swapon: no such file or directory" After mounting hda6 read-only the boot hangs permanently at: "INIT: Id "1" respawning too fast: disabled for five minutes" : : "INIT: Id "6" respawning too fast: disabled for five minutes" Powering down is the only way out of the situation. Fortunately, I didn't wipe my installation (now on hdb) when I upgraded my main hard drive some months ago so after booting from a rescue disk I was able to edit /etc/conf.lilo and I'm now booting to my 2.0.33 system on hdb3. My setup: SuSE 5.1 kernel 2.0.36 on hda6(W95 on hda1) SuSE 5.1 kernel 2.0.33 on hdb3(W95 on hdb1) YaST .97.1 gcc 2.7.2.1 Everything was working fine until... In preparation for upgrading to kernel 2.2.1,I decided to install the required versions of the various utilities/programs needed by 2.2.1. Not finding the most recent versions in the various SuSE 5.3 directories, (that should have caused me to stop right there!), I downloaded and installed rpms for kernmod, ppp, binutils,libc5.4.46-2.i386, net-tools, sh-utils, sh-libs from the 6.0 and 6.0 evaluation directories. YaST issued warnings about conflicts for the binutils and the sh-utils package but I continued to install. (I know, I know .... I've been kicking myself since then.) The warnings were: "/usr/include/ansidecl.h conflicts with file from libc-5.4.33-6" and a few other warnings related to man pages and etc/ppp/options and etc/ppp/pap-secrets. I'm assuming these latter warnings aren't directly related to my booting problem. In some (but not all) cases YaST prompted me to save backups to /var/adm/backup/installation-990217.0 I've attached this file in the hope that someone can point me to the steps to take to rescue my system. Initially I thought that the problem was directly caused by using SuSE 6.0 rpms in a SuSE 5.1 system - the utilities/libaries might be installed in different directories in 6.0. --===============6691847561199778571==-- From namffuak@skyenet.net Mon Mar 1 01:50:40 1999 From: namffuak@skyenet.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Gnome and the SuSE rpm farm Date: Sun, 28 Feb 1999 17:50:40 +0000 Message-ID: <3.0.5.32.19990228175040.010509a0@pop.skyenet.net> In-Reply-To: <199902282236.OAA12766@mperry.basin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3649093045024836396==" --===============3649093045024836396== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable At 02:36 PM 2/28/99 -0800, you wrote: > > >If you are looking for something fun to try, visit the gnome website >and download all the 99.8 rpms. Be sure to follow the directions on >the web page as when I first did gnome 99.8 some things were seriously >broken such as png image loading. > I've tried this, but I keep getting the error 'cannot open display ""' regardless of which window manager I use. If I do a startx, WindowMaker comes up just fine. I must have missed something in one of the RPMs. > >The recent rpm farm for gnome is nice; thanks SuSE and everyone who had >a hand in contributing. > I second that ! TomK - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archive at ht= tp://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3649093045024836396==--