cnews/nntp/slrn Problem

2000-01-28 Thread Dennis Schoen
e ... any help is appreciated Dennis -- | Dennis Schoen | "Contrary to popular belief, | [EMAIL PROTECTED] | UNIX is a user-friendly Operating | http://www.gt.owl.de/~dschoen/ | System. It's just choosey about | +49-5207-923701 |

Re: Changing architecture from i386 to i686 (dpkg-buildpackage to opt imize for PII)

2000-01-11 Thread Dennis Schoen
On 10 Jan 00 17:33:06 GMT, Fredrik Liljegren wrote: >I would like dpkg-buildpackage to use egcs' optimizations for Pentium II, >and let the whole system understand that it is a "i686" and not i386 to get >proper defaults... > >I grep'd i386 in /etc and found that it's mentioned in quite a lot of >

Re: Really no sponsor out there?

1999-12-28 Thread Dennis Schoen
--2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi all,=20 I just wanted to say that Alexander Koch will act as a sponsor for me. Hopefully the packages will be uploaded before the 2.1 Thanks to all of you offered their help. Dennis --=2

Re: DEB files

1999-12-26 Thread Dennis Schoen
On Sun, Dec 26, 1999 at 11:54:12AM -0200, Tux wrote: ^^^ No Realname ?? > Hello, > > How to create .deb files? Read the "Debian Packaging Manual" > How to convert .rpm files do .deb files? apt-get install alien man alien Dennis -- "Contrary to pop

Re: Save me: LILO!

1999-08-15 Thread Dennis Schoen
; Or download loadlin.exe and boot Linux from inside Windows. Again, you can > then run lilo. > You could also try "fdisk /mbr" on windows, its not documented but sometimes it can restore your old mbr dennis -- Dennis Schoen [EMAIL PROTECTED] +49+5207+9237

Re: HELP! Frontpage Extensions

1999-08-13 Thread Dennis Schoen
y i should think before answering questions ! dennis > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- Dennis Schoen [EMAIL PROTECTED] +49+5207+923701 "Contrary to popular belief, UNIX is a user-friendly Operating-System. It's just choosey about who its friends are."

Re: Mail has incorrect Sender (Exim or Netscape?)

1999-08-12 Thread Dennis Schoen
think "qualify_domain = your_preferred_domain_name" in the exim.conf file will do the job dennis > > > > -- > David Warnock > Sundayta Ltd > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- Dennis Schoen

Re: HELP! Frontpage Extensions

1999-08-12 Thread Dennis Schoen
ase? UNIX is case-sensitive, Windows not! hope this helps dennis > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- Dennis Schoen [EMAIL PROTECTED] +49+5207+923701 "Contrary to popular belief, UNIX is a us

Re: Share a directory?

1999-08-10 Thread Dennis Schoen
> Thanks Hope this helps > > -- > Jim Foltz <[EMAIL PROTECTED]> > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- Dennis Schoen [EMAIL PROTECTED] +49+5207+923701 "Contrary to popular belief

Re: Problem with route and kernel 2.2.10

1999-06-27 Thread Dennis Schoen
Ralf Comtesse wrote: > > Hello, > > I compiled kernel 2.2.10 today and almost everything went fine. The > only problem is when booting. > In /etc/rcS.d S40network is called and there you find the line > > route add -net 127.0.0.0 > > wich gives me > > SIOCADDRT: Invalid argument > > Was there

Re: X server for ATI 3D Rage II+ Video Adapter

1999-06-17 Thread Dennis Schoen
"David B. Karlin" wrote: > > Hello, > I was browsing http://www.xfree86.org/cardlist.html looking for > ATI 3D Rage II+ which is not listed. All the other ATI "Rage" > models are listed as using the XF86_Mach64 X server. > > Does anyone know if this X server is compatible with my card? I use th

Re: Esound problem (gnome) - sound device inadequate

1999-06-13 Thread Dennis Schoen
Micha Feigin wrote: > > I have a computer with no sound ( yes it's an old 486 there is still one > of these around :) ). > The thing is that whenever i try to start a gnome program it tries to > search /dev/dsp for a sound card (permision denied), fails, gives me a > message : Sound device inadequ

Re: Problems with bash

1999-06-13 Thread Dennis Schoen
Matthew Guenther wrote: > > I'm having a problem which looks to be a bug in bash and I was wondering if I > could get a confirmation/solution to my problem. I recently upgraded to the > potato version of bash and now whenever I type a backspace on a blank line the > shell crashes (logs out if on

bash 2.02.1-1.4 problem

1999-06-13 Thread Dennis Schoen
I upgrade my bash from the slink version bash 2.01.-4.1 to the potato version 2.02.1-1.4 everythink went find, but when i hit the tab button and the filename is not definite bash just exits and gives me the login prompt (no error message). After downgrading to the slink version everythink is okay.

Re: X11 install

1999-06-12 Thread Dennis Schoen
[EMAIL PROTECTED] wrote: > > I'm fairly new to Linux. Have installed the latest stable version with some > add'l > packages. I downloaded X11 files from Xfree86.org. I tried to run preinst.sh > and right away I got "file: command not found". It also looked like the > preinst.sh > script was

Re: can't get mtools to work

1999-06-08 Thread Dennis Schoen
Monte Copeland wrote: > > I used xv to take a jpeg screen-shot of the desktop. Then I tried to save it > to a floppy using mcopy ( mtools ), but Linux will not let me do it. The > following message comes up instead: > > Can't open /dev/fd0: Permission denied > Cannot initialize 'A:' > Bad target

Re: problem with libgnomeui32 1.0.9-3

1999-06-07 Thread Dennis Schoen
""Raphaël\"@[EMAIL PROTECTED]"[EMAIL PROTECTED], wrote: > > I have d/l gnome-apt with apt-get and it of course has d/l and installed > some others package like libgnomeui32. But now, every gnome application > tells me: > gnp: error in loading shared libraries: /usr/lib/libgnomeui.so.32: undefine

Re: Help...Linux on Low Level

1999-06-02 Thread Dennis Schoen
> Kyle Landon wrote: > > Help!! > > I need to get Linux out of my master boot record so I can load > windows. > > Kyle Try a DOS-Bootdisk and type ´fdisk /mbr´ dennis -- # Contrary to popular belief, UNIX is a user-friendly Operating System.# # It's just choosey about who its friends are.

Re: Making Makefiles

1999-05-27 Thread Dennis Schoen
Brad wrote: > > i'm getting started writing C/C++ programs that are more than one file > long, so i decided it's about time i learn to make a makefile. The make > info page mentions automake, the automake manpage hints at configure.in... > i'm getting confused! > > What's a good way to learn to m

Re: New install question

1999-05-22 Thread Dennis Schoen
John Hagemann wrote: > > I have downloaded and installed slink on an old pentium 60 with and isa > ethernet card to use as a proxy. > The problem I have is I cannot get the driver loaded for my ethernet card > (SMC Elite) > > The installation goes well and I can run linux, but cannot get my ether

Re: Setup a network without network

1999-05-21 Thread Dennis Schoen
> "José L. Redrejo - ITAIS" wrote: > > HI, > I would like to practice the Apache Setup both at work and at home. > At work I have a network but at home I have a standalone PC. > How can I setup my linux box to install and execute APache without a > network. > I've tried it using the dummy adapter

Re: New install question

1999-05-21 Thread Dennis Schoen
John Hagemann wrote: > > I have downloaded and installed slink on an old pentium 60 with and isa > ethernet card to use as a proxy. > The problem I have is I cannot get the driver loaded for my ethernet card > (SMC Elite) > > The installation goes well and I can run linux, but cannot get my ether