[expert] Sound Blaster PCI 128

1999-12-29 Thread Steven Wishart

I have run both Mandrake 6.0, 6.1, and now Oxygen 7.0b.

I have spend many nights and days recompiling kernels trying
to get the SB 128 to work, to no avail. I have also posted many
messaes to the comp.os.linux.hardware with no solution.

Can anyone please tell me how to get the SB PCI 128 to work.

It is if something is muting the card. The sound card seems to be
configured correctly, just no sound comes out.

I have both Windows 98 and Linux on the same machine, it works like
a dream under Win98. All the cables are plugged in ...

I am unable to find the SoundConfig on 7.0b, seems it didn't install.

But with 6.1, I ran sndconfig, it found the card as a ES1371, but I have tried
to run the CD player + mixer, but no sound.

The kernel reports this ...

es1371: version v0.19 time 14:12:09 Dec 23 1999
es1371: found adapter at io 0xb400 irq 11
es1371: features: joystick 0x0
es1371: codec vendor  revision 0
es1371: codec features none
es1371: stereo enhancement: no 3D stereo enhancement

It comes on IRQ 11, even in Win98, it resets it to IRQ 7 ..

I have tried the Sound Card Support in the Kernel in both modes Y and M
ES1370 and ES1371 Support M and Y
Sound Blaster 100% Compatibale config, to IRQ 7 and 11, DMA 1

I have tried both the KDE desktop which I am currently running and the GNOME
desktop.

Please help,

Thanks in advance ...

Please reply to [EMAIL PROTECTED]

Other than that 6.1 Mandrake worked like a dream ..
==
Open Source Software:
If there are no walls and fences, you don't need
Windows and Gates! [CA] - Sent using Linux!
== 



Re: [expert] Modem Speed

1999-12-29 Thread Jean-Louis Debert

Stephen Carville wrote:
> The MTU and MRU (MaxMSS?) can be adusted in the ppp options file or
> from within kppp if you prefer.   On some serial connections reducing
> these can improve thruput -- 576 works well for many people.  There is
> rarely any point in increasing them above the default of 1500 and it
> may hurt your performance because of fragmentation

Huh ??? I would have thought that fragmentation could only occur
if a packet that was  _bigger_ than the MSS was to be sent, so
you _should_ advertise a big limit. Of course, the effective value
that will be used is still negotiated with the other end (your ISP)
but it makes sense to allow for bigger values, if the other end
also supports them ...
On the other hand, with bigger packets what you can have is not
fragmentation but transmission errors (especially with modem links)
where the retry will have to transmit the whole packet again ...
 


-- 
Jean-Louis Debert[EMAIL PROTECTED]
74 Annemasse  France
old Linux fan



[expert] Thanks for RAM help

1999-12-29 Thread Payne Stanifer

I am sure everyone will be happy to know I finally got my 128 MB of RAM 
working. Thanks for everyone's help. And whoever signed me up for the newbie 
list again, that was a real knee slapper.
Payne
__
Get Your Private, Free Email at http://www.hotmail.com



Re: [expert] SMP Headers

1999-12-29 Thread John Aldrich

On Wed, 29 Dec 1999, you wrote:
> Does anyone have SMP headers for a linux binary distribution from
> Mandrake?
> 
> Can anyone please tell me why Mandrake does not make an RPM of these for
> people running SMP
> kernels?
> 
> Several pieces of software, including VMWare will not compile correctly
> without them.  I've tried
> rebuilding the kernel myself and I cannot get it to work.
> 
> 
Shouldn't need SMP headers. I've built an SMP kernel
myself. 'course it didn't work for me, but I don't think
that was due to the kernel, rather it was likely due to the
hardware being strange and hard to deal with (dual-PPro 200)
John



Re: [expert] Port Forwarding I guess

1999-12-29 Thread Jean-Michel Dault


Very simple. However, you should be asking this in the RedHat mailing
list. I have tested the following procedure on Mandrake 6.1, there might
be differences...

Basically, instead of forwarding the port, which involves very complicated
techniques, make the mail arrive on the Linux machine, and forward it to
the exchange server.

Start Linuxconf, go to Network/Sendmail, then Special (domain) routing.
Add a route, in Destination, write your domain name, and in Forwarder,
enter the name of your Exchange server.

Jean-Michel Dault
[EMAIL PROTECTED]

On Wed, 29 Dec 1999, Orlando Lewis wrote:

> Date: Wed, 29 Dec 1999 12:14:05 -0500
> From: Orlando Lewis <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [expert] Port Forwarding I guess
> 
> I have NT Server Exchange 5.5 that I want to run behind a RedHat 6.1 box.
> The Redhat box is connected to the internet and does IP masquerading for the
> local intranet. Could someone recommend a solution that will allow me to use
> this mail server behind a linux box.  I want all mail
> handled by the NT box and all Ftp services handled by the Linux box.
> 
> Thanks in advance.
> 
> 
> 



Re[2]: [expert] Asking about kernel

1999-12-29 Thread pipit


Hello Mr. Davor,

Thanks for your reply, but it working.
The message just a kidding and if we ignore it,
it working perfectly.

Thanks for your info. I'll update the kppp.

Pipit.

Wednesday, December 29, 1999, 3:59:41 PM, you wrote:
DC> (holes?) which have been fixed in 2.2.13. Try installing the
DC> newest kppp, although I'm not sure it would help.




[expert] Port Forwarding I guess

1999-12-29 Thread Orlando Lewis

I have NT Server Exchange 5.5 that I want to run behind a RedHat 6.1 box.
The Redhat box is connected to the internet and does IP masquerading for the
local intranet. Could someone recommend a solution that will allow me to use
this mail server behind a linux box.  I want all mail
handled by the NT box and all Ftp services handled by the Linux box.

Thanks in advance.





Re: [expert] Re: Proposal: Source file package format (summary)

1999-12-29 Thread Jean-Michel Dault


I thought about this issue for a long time... And I came up with a
compromise.

- The .tar.gz (or .bz2) source file format is ideal, because it's for any
platform. 
- Source RPMS not only contains the .spec and main source, but often
contains patches, additional source files, documentation, etc.
- Often, you have different rpms, for RedHat, Mandrake, SuSe, Caldera, and
others, with some subtle differences.

What I would suggest is having the .tar.gz source file, plus another file,
with a .build-rh.rpm , .build-mdk.rpm .build.deb extension.

That way, the author only has to maintain his source code, support for
particular distributions are found in a small separate file. You could
even have a .build-rh-contrib.rpm or .build-mdk-official.rpm, so you know
whether this is an official rpm or not. It would be up to the author of
the application to decide to put or not the build files on the ftp site.

Write me your comments on this!

Jean-Michel Dault
[EMAIL PROTECTED]
[EMAIL PROTECTED]

On Thu, 30 Dec 1999, Svante Signell wrote:

> Date: Thu, 30 Dec 1999 02:09:31 +0100 (CET)
> From: Svante Signell <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: [expert] Re: Proposal: Source file package format (summary)
> 
> Hi,
> 
> Here is a summary of the proposal for a common source file format:
> 
> - Good idea!
> - Waste of time, Use configure; make; make install, Most packages are for Unix, not 
>only Linux.
> - Source management problems, no-one is interested in BOTH .rpms and .debs! What 
>about experimental versions?
> - For experimental packages, use dselect to put a hold on the new version.
> - For debian, directory structure is important, not .dsc files.
> - Good suggestion, decision is up to the package author!!
> - How to ensure the .spec files are valid and functional?
> - Reducing incompatibility between the variants of the GNU/Linux OS'es is a useful 
>job.
> - Hard to build good rpm's and deb's. Install to standard directories? What about 
>FHS??
> - GNU people participating in LSB work?
> - Debian is not GNU!?
> - After rms comments about LSB/GNU/Linux/... this thread turned into a flame war!! 
>No more comments of technical nature any more. Sorry I thought it was an idea worth a 
>better faith!! 
> 
> Binary formats: 
> - Alien can be used, at least from .rpm to .deb
> - rpm format to be used for binary packages in LSB.
> 
> People who replied: 
> Iain Wade <[EMAIL PROTECTED]>
> George Toft <[EMAIL PROTECTED]>
> Oliver Elphick <[EMAIL PROTECTED]>
> Adam C Powell IV <[EMAIL PROTECTED]>
> cyberclay <[EMAIL PROTECTED]>
> Richard Stallman <[EMAIL PROTECTED]>
> Chris Siebenmann <[EMAIL PROTECTED]>
> Daniel Quinlan <[EMAIL PROTECTED]>
> Flaming replies not included!!
> 
> PS.
> This mail has been written using GNU Emacs and VM. Wonderful software. What about 
>gemacs, 
> a gnomified version!? 
> DS.
> 
> Happy New Millennium to everybody!
> Best regards,
> 
> [EMAIL PROTECTED]
>  
> Svante Signell writes:
>  > Greetings,
>  > 
>  > What do you think of the following proposal:
>  > 
>  > I order to simplify for package authors/maintainers and to reduce
>  > duplication, distribute the source file packages in .tar.gz (or .tar.bz2)
>  > format. This avoids the need to provide both .tar.gz, .src.rpm and
>  > debian source files.
>  > 
>  > Included in these tarballs add .spec and .dsc files together with
>  > the original .tar.gz package and .diff.gz files. Then everybody
>  > interested can build source/binary files for their own preferred
>  > distribution using the same source files!!
>  > 
>  > Also the GNU packages could contain .deb and .spec files, as is
>  > already the case (.spec-files) for gnome packages.
>  > 
>  > Advantages
>  > ==
>  > ++ Enables convergence towards Linux Standard Base (LSB)
>  > ++ Simplifies a lot for package maintainers, distribution specific
>  >files, .spec, .dsc etc could be supplied by the different vendors. 
>  > ++ Faster feedback to package authors for patches incorporated into
>  >the main distribution.
>  > ++ Reduces the risk for patch divergence. (A lot of
>  >distribution-specific patches)
>  > + Useful for all .rpm-based systems, rpm -t? is already there.
>  > + Useful for all .deb-based systems, with minor changes in relevant tools.
>  > + Useful for .tar.gz-based systems, no changes necessary.
>  > + ...
>  > 
>  > Drawbacks
>  > =
>  > - No easy way to see if .spec and .dsc files are included in the
>  > .tar.gz package (except using tar, but that requires a download)
>  > - Distribution profiling more difficult :-(
>  > - Package naming has to be agreed upon!!
>  > - ...
>  > 
>  > Another issue is to merge the binary file formats .deb and .rpm :-(
>  > 
>  > I'm currently running Rawhide, Redhat 6.1, Debian 2.2, Suse

[expert] S3 Trio 3D/2X configuration

1999-12-29 Thread Ricardo Juarez Perez

Hi, 

I have a S3 Trio 3D/2X (86C362) video card and I 
cannot get more than 16 colours from it. XFree 3.3.5 
seemed to be the solution, but although I get 256 
colours, it works awfully slow!!! Does anyone know how 
to configure this card? 
Someone told me that the answer was to change only 
one line in the XF86Config-file, but I don´t know what 
to change. 

Please, send me detailed instructions about how to 
fix my problem. 

Thanks in advance... 
 


==
*
Ricardo Juarez Perez
[EMAIL PROTECTED]
*

Tu correo gratis en MixMail http://www.mixmail.com
Inicia tu navegacion en http://www.ya.com



[expert] Trio 3D/2X configuration

1999-12-29 Thread Ricardo Juarez Perez

 Hi,

 I have a S3 Trio 3D/2X (86C362) video card and I 
cannot get more than 16 colours from it. XFree 3.3.5 
seemed to be the solution, but although I get 256 
colours, it works awfully slow!!! Does anyone know how 
to configure this card?
 Someone told me that the answer was to change only 
one line in the XF86Config-file, but I don´t know what 
to change.

 Please, send me detailed instructions about how to 
fix my problem.

 Thanks in advance...




==
*
Ricardo Juarez Perez
[EMAIL PROTECTED]
*

Tu correo gratis en MixMail http://www.mixmail.com
Inicia tu navegacion en http://www.ya.com



[expert] Re: Proposal: Source file package format (summary)

1999-12-29 Thread Svante Signell

Hi,

Here is a summary of the proposal for a common source file format:

- Good idea!
- Waste of time, Use configure; make; make install, Most packages are for Unix, not 
only Linux.
- Source management problems, no-one is interested in BOTH .rpms and .debs! What about 
experimental versions?
- For experimental packages, use dselect to put a hold on the new version.
- For debian, directory structure is important, not .dsc files.
- Good suggestion, decision is up to the package author!!
- How to ensure the .spec files are valid and functional?
- Reducing incompatibility between the variants of the GNU/Linux OS'es is a useful job.
- Hard to build good rpm's and deb's. Install to standard directories? What about FHS??
- GNU people participating in LSB work?
- Debian is not GNU!?
- After rms comments about LSB/GNU/Linux/... this thread turned into a flame war!! No 
more comments of technical nature any more. Sorry I thought it was an idea worth a 
better faith!! 

Binary formats: 
- Alien can be used, at least from .rpm to .deb
- rpm format to be used for binary packages in LSB.

People who replied: 
Iain Wade <[EMAIL PROTECTED]>
George Toft <[EMAIL PROTECTED]>
Oliver Elphick <[EMAIL PROTECTED]>
Adam C Powell IV <[EMAIL PROTECTED]>
cyberclay <[EMAIL PROTECTED]>
Richard Stallman <[EMAIL PROTECTED]>
Chris Siebenmann <[EMAIL PROTECTED]>
Daniel Quinlan <[EMAIL PROTECTED]>
Flaming replies not included!!

PS.
This mail has been written using GNU Emacs and VM. Wonderful software. What about 
gemacs, 
a gnomified version!? 
DS.

Happy New Millennium to everybody!
Best regards,

[EMAIL PROTECTED]
 
Svante Signell writes:
 > Greetings,
 > 
 > What do you think of the following proposal:
 > 
 > I order to simplify for package authors/maintainers and to reduce
 > duplication, distribute the source file packages in .tar.gz (or .tar.bz2)
 > format. This avoids the need to provide both .tar.gz, .src.rpm and
 > debian source files.
 > 
 > Included in these tarballs add .spec and .dsc files together with
 > the original .tar.gz package and .diff.gz files. Then everybody
 > interested can build source/binary files for their own preferred
 > distribution using the same source files!!
 > 
 > Also the GNU packages could contain .deb and .spec files, as is
 > already the case (.spec-files) for gnome packages.
 > 
 > Advantages
 > ==
 > ++ Enables convergence towards Linux Standard Base (LSB)
 > ++ Simplifies a lot for package maintainers, distribution specific
 >files, .spec, .dsc etc could be supplied by the different vendors. 
 > ++ Faster feedback to package authors for patches incorporated into
 >the main distribution.
 > ++ Reduces the risk for patch divergence. (A lot of
 >distribution-specific patches)
 > + Useful for all .rpm-based systems, rpm -t? is already there.
 > + Useful for all .deb-based systems, with minor changes in relevant tools.
 > + Useful for .tar.gz-based systems, no changes necessary.
 > + ...
 > 
 > Drawbacks
 > =
 > - No easy way to see if .spec and .dsc files are included in the
 > .tar.gz package (except using tar, but that requires a download)
 > - Distribution profiling more difficult :-(
 > - Package naming has to be agreed upon!!
 > - ...
 > 
 > Another issue is to merge the binary file formats .deb and .rpm :-(
 > 
 > I'm currently running Rawhide, Redhat 6.1, Debian 2.2, Suse 6.3 and
 > Mandrake 6.1 on different computers and disks, and would really
 > appreciate a common format at least for source packages. Most often I
 > recompile the sources myself. 
 > 
 > Please feel free to forward this mail to other interested parties not
 > reached by the list here. I would like to start the discussion on this
 > subject. No flame wars please!
 > 
 > [EMAIL PROTECTED]



Re: [expert] Attrocious background in MandrakeUpdate

1999-12-29 Thread Paul

14:20 29-12-99 +. Paul Waldo found a keyboard and wrote:

 >I am running Mandrake 6.1 and connot figure out how to change the
 >background on the MandrakeUpdate program.  All backgrounds as well as
 >buttons have some kind of "wood" texture to them, obscuring the text.
 >This seems to be the only program that exhibits this "feature", so it's
 >not a desktop issue.  Does anyone have an idea how to fix this?  Thanks.

Hi Paul
Sounds like you have some Gnome-program running there. That, at least, is 
the only way that I have seen this happen before. Gnome has some 
"interesting" wooden backgrounds.
Do you have more Gnome-based programs, then run one and see if that looks 
the same. If it does, it is indeed the Gnome theme that is installed. In 
that case you'dhave to switch to the Gnome desktop and change the 
background theme in there.
Paul
-

There is no cure for stubbornness

-[[EMAIL PROTECTED]]---
http://www.pagan.demon.nl - ICQ 147208
My friend Paul Mateki, if you like country music:
http://www.paulmateki.com



[expert] Corrupt .src.rpm packages for Cooker/Oxygen?

1999-12-29 Thread Svante Signell

The following source rpm's are not readable after download from
ftp.sunet.se:
I'm using rpm-3.0.3 to check packages.

enlightenment-conf,
ext2ed,
fbset,
file,
filesystem,
fmirror,
freetype,
fribidi,
gaddr,
gatos,
gcc-fr
gimp,
git,
glade,
glib,
gnome-admin,
gnome-audio,
gnome-chess,
gnome-core,
gnome-guile,
gnome-games,
gnome-libs,
gnome-toaster,
gnome-users-guide
(most of gnome packages)

I also tried with ext2ed from sunsite.uio.no, same problem!! The
.i586.rpm file seems OK.

Best regards,

[EMAIL PROTECTED]



RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Axalon Bloodstone

On Wed, 29 Dec 1999, Bois, Mathieu wrote:

> > >   May you tell me where, because I've just gone to 
> > > http://www.linux-mandrake.com/howtos/mdk-rpm/
> > > 
> > >   And it is still the september version...
> > 
> > Under RPM apps, timestamp should be 1999-11-10.. 
> 
>   Yes, it is. I have made a mistake with the date format... :-)
> (1999-11-09 = 11 sept 1999 :-)
> 
>   Nothing has been updated since last time I browse into this Howto.
> There is still no clear explanation about the .rpmmacros and .rpmrc files...
> 
>   Bye
> 
>   Mathieu
> 

Sorry forgot the internal and external versions differ :) I've asked
camille to fix it.. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[expert] SCSI support for 2920?

1999-12-29 Thread Ian Douglas

Hey all.

Mandrake 6.0 doesn't seem to want to detect my PCI AHA-2920 SCSI adapter.

Any thoughts on what I can try?

-id



RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Bois, Mathieu

> > May you tell me where, because I've just gone to 
> > http://www.linux-mandrake.com/howtos/mdk-rpm/
> > 
> > And it is still the september version...
> 
> Under RPM apps, timestamp should be 1999-11-10.. 

Yes, it is. I have made a mistake with the date format... :-)
(1999-11-09 = 11 sept 1999 :-)

Nothing has been updated since last time I browse into this Howto.
There is still no clear explanation about the .rpmmacros and .rpmrc files...

Bye

Mathieu





RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Axalon Bloodstone

On Wed, 29 Dec 1999, Bois, Mathieu wrote:

> > >   But what should contain .rpmrc vs .rpmmacros ?
> > > 
> > >   In the Mandrake guide to make RPM, both are mentioned, but no
> > > example is given.
> > 
> > rpmrc gets things like Optflags: and BuildTranslate:, while 
> > rpmmacros gets well macros. Have a look in /usr/lib/rpm/ and you'll
> > see what i mean. 
> 
>   OK, I'll have a look.
> 
> > Theres also an updated mdk rpm howto on the website. 
> 
>   May you tell me where, because I've just gone to 
> http://www.linux-mandrake.com/howtos/mdk-rpm/
> 
>   And it is still the september version...
> 
>   Mathieu

Under RPM apps, timestamp should be 1999-11-10.. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Bois, Mathieu

> > But what should contain .rpmrc vs .rpmmacros ?
> > 
> > In the Mandrake guide to make RPM, both are mentioned, but no
> > example is given.
> 
> rpmrc gets things like Optflags: and BuildTranslate:, while 
> rpmmacros gets well macros. Have a look in /usr/lib/rpm/ and you'll
> see what i mean. 

OK, I'll have a look.

> Theres also an updated mdk rpm howto on the website. 

May you tell me where, because I've just gone to 
http://www.linux-mandrake.com/howtos/mdk-rpm/

And it is still the september version...

Mathieu



[expert] SMP Headers

1999-12-29 Thread Jonathan Dugan

Does anyone have SMP headers for a linux binary distribution from
Mandrake?

Can anyone please tell me why Mandrake does not make an RPM of these for
people running SMP
kernels?

Several pieces of software, including VMWare will not compile correctly
without them.  I've tried
rebuilding the kernel myself and I cannot get it to work.


Thanks,
Jon
[EMAIL PROTECTED]



Re: [expert] Attrocious background in MandrakeUpdate

1999-12-29 Thread Axalon Bloodstone

On Wed, 29 Dec 1999, Paul Waldo wrote:

> Hi all, 
> 
> I am running Mandrake 6.1 and connot figure out how to change the
> background on the MandrakeUpdate program.  All backgrounds as well as
> buttons have some kind of "wood" texture to them, obscuring the text. 
> This seems to be the only program that exhibits this "feature", so it's
> not a desktop issue.  Does anyone have an idea how to fix this?  Thanks.
> 
> Paul

What gtk theme are you running? 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[expert] SCSI aha-1510B trouble

1999-12-29 Thread Alejandro Arredondo

Hello Again,

   I hope everybody is having a great time here. I need some help.
   I can not make linux to recognize my scsi aha-1510B card. I added the
correct
parameters to lilo.conf and re-run lilo to apply the changes and it
didn't work.
i changed the make file also and I made the dependecies again with make
dep
also I ran the make xcongif program and I changed the config for my scsi
card
form module to compile it in the kernel with the "y" option and it
stills do not
recongnize my card. I run the intallation program again to see if it
recognizes
my card with the right parameters and It did it. So Does it mean that I
will need
to reinstall my O.S again? Does someone knows a tip to make it work.

Thanks a lot
Alejandro Arredondo

P.S. Have a great day! God Bless You!



Re: [expert] Modem Speed

1999-12-29 Thread Stephen Carville

On Mon, 27 Dec 1999, Alejandro Arredondo wrote:
-Hello everybody,
-
-   Does anyone know how can I spped up my modem connection. In W98 I
-changed
-the MaxMTU, MaxMSS, and the Default TTL in the registry and it worked
-very
-good. I wonder if it is possible to change in Linux

The MTU and MRU (MaxMSS?) can be adusted in the ppp options file or
from within kppp if you prefer.   On some serial connections reducing
these can improve thruput -- 576 works well for many people.  There is
rarely any point in increasing them above the default of 1500 and it
may hurt your performance because of fragmentton

The TTL on a packet should not have any effect on the reliability of
your connection.  I have no idea why the feller reccomends that.

--
Stephen Carville

A well educated citizenry, being necessary to the maintenance of a free
society, the right of the people, to keep and read books shall not be
infringed.



Re: [expert] NT Exchange Server behind Redhat

1999-12-29 Thread Stephen Carville

On Mon, 27 Dec 1999, Orlando Lewis wrote:
-I have NT Server Exchange 5.5 that I want to run behind a RedHat 6.1 box.
-The Redhat box is connected to the internet and does IP masquerading for the
-local intranet. Could someone recommend a solution that will allow me to use
-this mail server behind a linux box.  I want all mail
-handled by the NT box and all Ftp services handled by the Linux box.

The only way I know of to make this work is to use the Linux box as a
relay.

--
Stephen Carville

A well educated citizenry, being necessary to the maintenance of a free
society, the right of the people, to keep and read books shall not be
infringed.



RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Axalon Bloodstone

On Wed, 29 Dec 1999, Bois, Mathieu wrote:

> > > I've setup a .rpmrc file in the home dir of the user I use 
> > to make rpm
> > > packages.
> > > 
> > > Each time, I had "bad option" errors for each line in the file.
> > 
> > It should go into .rpmmacros, like so
> > 
> > %packager Axalon Bloodstone <[EMAIL PROTECTED]>
> 
>   Thanks Axalon, it is working now, and I've been able to make my
> first RPM last night.
> 
>   But what should contain .rpmrc vs .rpmmacros ?
> 
>   In the Mandrake guide to make RPM, both are mentioned, but no
> example is given.
> 
>   Regards,
> 
>   Mathieu


rpmrc gets things like Optflags: and BuildTranslate:, while rpmmacros gets
well macros. Have a look in /usr/lib/rpm/ and you'll see what i
mean. Theres also an updated mdk rpm howto on the website. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[expert] lilo.conf, append= {SCSI emulation}

1999-12-29 Thread Eric Aksomitis

In a  nutshell, I have a Mandrake 6.1 setup , and I'd like to use the SCSI
emulation for one or both of my drives, using append="HDD=IDE-SCSI"

I use a boot-disk to launch Linux (2 Hard Drives, hda is winderz), and if I
launch it by actually typing LINUX HDD=IDE-SCSI, all goes well, I just ahve to
use the modprobe ide-scsi once I'm logged in.  This is fine, But I've adjusted
the lilo.conf on the boot disk and hdb1 (root partition), yet I can't get it to
work by just hitting enter or letting it time-out (this is very important, as
I'd like to set it up idiot proof so the rest of the family can burn CD's
without suffering the freezing windows burner).  SO where do I add
hdd=ide-scsi??

Since it works by typing it in each time, I'm assuming it must be possible, As
I'm using SCSI emulation right now (cdparanoia and cdrecord work better (or at
all) with it, so it's important).

 -- 
Eric Aksomitis {On Linux}
http://www.dlcwest.com/~jed/re_answer.shtml
mailto:[EMAIL PROTECTED]



Re: [expert] Star Office help

1999-12-29 Thread Alejandro Arredondo

Civileme,

   Yes. I have room to intall it in a linux partition. I will try
intalling it there.

Thank You!

Civileme wrote:

> Well, you installed into a vfat partition which may cause some
> cross-filesystem incompatibilities
>
> This is new to my experience.  Do you have room to put the SO into an
> ext2 filesystem?
>
> Civileme
>
> Alejandro Arredondo wrote:
>
> > I installed Star Office 5.1 in my computer. I am running Linux
> > Mandrake 6.1
> > I have tried to run Star Office and I get the following errors:
> >
> > ./soffice : line 130: unexpected EOF while looking for matching '''
> > ./soffice : line 147: syntax error: unexpected end of file
> >
> > I installed it as root in another partition
> > (/mnt/DOS_hda1/linux/Office51)
> >
> > Any suggestions? Maybe it is something with the Glibc2 libraries
> >
> > Thank You
> > Alejandro Arredondo
>
> --
> ship.nwarctic.yi.org--a workstation running LM 6.0
> email [EMAIL PROTECTED]
>   4:01pm  up  6:30,  2 users,  load average: 0.00, 0.04, 0.09



Re: [expert] Modem Speed

1999-12-29 Thread Civileme

Civileme wrote:

> William English wrote:
>
> > i would like to know too
> >
> > Alejandro Arredondo wrote:
> >
> > > Hello everybody,
> > >
> > >Does anyone know how can I spped up my modem connection. In W98 I
> > > changed
> > > the MaxMTU, MaxMSS, and the Default TTL in the registry and it worked
> > > very
> > > good. I wonder if it is possible to change in Linux
> > >
> > > Thank You!
>
> Not with Kppp
>
> But with Linuxconf
> you have control of most of those parameters
>
> If your modem is going to be up all the time you are on, just set the
> parameters in linuxconf and forgrt Kppp altogether  Kppp Load will
> still work
>
> Civileme

Now some of the windows parameters just aren't there because linux does a
better job to begin with but there is one other tweak.

Linux was designed for "other than modem" operating efficiency, so assigning
a higher priority to serial interrupts may help avoid dropped frames

http://www.best.net/~cae/irqtune has documentation and a binary for that
purpose

Civileme




Re: [expert] NT Exchange Server behind Redhat

1999-12-29 Thread Jack Coates

Orlando Lewis wrote:
> 
> I have NT Server Exchange 5.5 that I want to run behind a RedHat 6.1 box.
> The Redhat box is connected to the internet and does IP masquerading for the
> local intranet. Could someone recommend a solution that will allow me to use
> this mail server behind a linux box.  I want all mail
> handled by the NT box and all Ftp services handled by the Linux box.
> 
> Thanks in advance.

Use ipchains to forward port 25 to the NT box.
-- 
  Linux: because you can't do a sig like this in Windows.
  7:39am  up 25 days, 14:23,  2 users,  load average: 0.37, 1.36, 1.45



[expert] NT Exchange Server behind Redhat 2

1999-12-29 Thread Orlando Lewis


I have NT Server Exchange 5.5 that I want to run behind a RedHat 6.1 box.
The Redhat box is connected to the internet and does IP masquerading for the
local intranet. Could someone recommend a solution that will allow me to use
this mail server behind a linux box.  I want all mail
handled by the NT box and all Ftp services handled by the Linux box.

Thanks in advance.





Re: [expert] KDE-1.1.2 Miscellaneous problems

1999-12-29 Thread John Aldrich

On Mon, 27 Dec 1999, you wrote:
> I have just installed Mandrake/Helios on my K6-2/300 and am using the KDE 
> desktop only.
> 
> I have several questions.
> 
> I have installed and configured kwvdial (as root, initially).  It dials 
> out, connects to my ISP and stays connecte, but every app that I try, 
> Netscape mail tool and XFMail, as two examples, gives me an unknown host 
> error message.  I'm sure that it must be something really simple that I've 
> failed to do, but I don't know what.
> 
> I'm using Netscape Communicator v4.7 (used it pre-Helios without any 
> problems) and put an icon on the icon bar.  When I attempt to open it using 
> the icon it opens and immediatly closes, and generates 
> /usr/local/netscape/lock.  If I then click on the icon again I get the 
> usual already running message  and it opens and stays open.. I can open it 
> with Alt-F2 /usr/local/netscape/netscape without this sort of behavior.
> 
I know with KPPP there is a checkbox for "autoset hostname
from this ip address." Is there anything similar in
kwvdial? If so, that might be the problem. Also, in your
/etc/resolv.conf do you have your ISP's dns configured?
Here's what your resolve should look like:

search 
nameserver 
nameserver 

If neither of those suggestions works, I'm clueless. :-)
John



Re: [expert] KDE-1.1.2 Miscellaneous problems

1999-12-29 Thread Warren Doney

Try kppp instead, or, if you want to continue with kwvdial,
whats in your /etc/resolv.conf file? sounds like a DNS problem.

Re: Netscape - can you start it o.k. from the command line?

"Stephen P. Molnar, Ph.D." wrote:
> 
> I have just installed Mandrake/Helios on my K6-2/300 and am using the KDE
> desktop only.
> 
> I have several questions.
> 
> I have installed and configured kwvdial (as root, initially).  It dials
> out, connects to my ISP and stays connecte, but every app that I try,
> Netscape mail tool and XFMail, as two examples, gives me an unknown host
> error message.  I'm sure that it must be something really simple that I've
> failed to do, but I don't know what.
> 
> I'm using Netscape Communicator v4.7 (used it pre-Helios without any
> problems) and put an icon on the icon bar.  When I attempt to open it using
> the icon it opens and immediatly closes, and generates
> /usr/local/netscape/lock.  If I then click on the icon again I get the
> usual already running message  and it opens and stays open.. I can open it
> with Alt-F2 /usr/local/netscape/netscape without this sort of behavior.
> 
> Assistance will be appreciated.
> 
> Thanks in advance.



Re: [expert] Syntax to add an extra append

1999-12-29 Thread John Aldrich

On Tue, 28 Dec 1999, you wrote:
> I need to add the infamous append = "mem=128M" to my lilo.conf , but I 
> already have an append and when I add the extra append it tells me I have a 
> syntax error on line * and that I have an extra "append". What do I need to 
> do to add the extra append? Thnks for everyone's continuing support.
>
IIRC, the instructions in that case are that you just tack
it onto the end of the current "append" statement. i.e.
append= 
etc.
John



[expert] Attrocious background in MandrakeUpdate

1999-12-29 Thread Paul Waldo

Hi all, 

I am running Mandrake 6.1 and connot figure out how to change the
background on the MandrakeUpdate program.  All backgrounds as well as
buttons have some kind of "wood" texture to them, obscuring the text. 
This seems to be the only program that exhibits this "feature", so it's
not a desktop issue.  Does anyone have an idea how to fix this?  Thanks.

Paul



Re: [expert] Asking about kernel

1999-12-29 Thread Davor Cengija

On Tue, 28 Dec 1999 [EMAIL PROTECTED] wrote:

>I'm using mdk 6.1 now. I was try to compile the 2.2.13
>(from kernel.org) and use the ide patch (cause my Ali 15XX).
>
>But, after i compiled kernel, kppp said my kernel not support
>ppp. But if i check there was a ppp.o under the
>/lib/modulexx/newone. So now i back to the original 2.2.13-7
>
>After i compare with the 2.2.13-7mdk, i fount that the modules
>config file has many entry, rather than mine. Why ? Any idea ?

I had the same problem. I tried to investigate a little and,
according to some smarter people, kppp uses some kernel loops
(holes?) which have been fixed in 2.2.13. Try installing the
newest kppp, although I'm not sure it would help.

-- 
  v
Davor Cengija
[EMAIL PROTECTED]
===
"Please allow 30 days for delivery"



RE: [expert] RPM: rpmrc file doesn't work on Mandrake 6.1

1999-12-29 Thread Bois, Mathieu

> > I've setup a .rpmrc file in the home dir of the user I use 
> to make rpm
> > packages.
> > 
> > Each time, I had "bad option" errors for each line in the file.
> 
> It should go into .rpmmacros, like so
> 
> %packager Axalon Bloodstone <[EMAIL PROTECTED]>

Thanks Axalon, it is working now, and I've been able to make my
first RPM last night.

But what should contain .rpmrc vs .rpmmacros ?

In the Mandrake guide to make RPM, both are mentioned, but no
example is given.

Regards,

Mathieu