Re: freeBSD

2000-12-06 Thread David Talkington
http://www.freebsd.org for lots of info. -d -- David Talkington Community Networking Initiative [EMAIL PROTECTED] 217-244-1962 PGP key: http://www.prairienet.org/~dtalk/dt000823.asc Leonard den Ottolander wrote: > Hi Steve, > >> Does anyone know the address to subscribe to t

Re: Good 2D/3D graphics card for Linux

2000-12-06 Thread Miroslav Skoric
Toni Guedes wrote: > > Can someone sugest me a good 2D/3D card (U$100~200) for use with Linux? > Ati's Rage Fury and Radeon, Matrox G400/450... > I have been using AGP Matrox G400 single head with 16 MB memory. Works fine, configuration program found it without problem during RH installation...

Re: Attempt at rc.firewall with ipchains - Now can't boot

2000-12-06 Thread Leonard den Ottolander
Hi Bob, > Here goes the newbie again - I believe that this is a "duh" > situation. I write a ipchains firewall based on Ziegler's > book. When I went to reboot the process hangs at "lo" and I > think that I have blocked the computer from it's own local > port. When using Rh 6

Re: freeBSD

2000-12-06 Thread Leonard den Ottolander
Hi Steve, > Does anyone know the address to subscribe to the freeBSD > mailling list? They have a couple of lists. I guess try subscribe instead of unsubscribe in the following footer. > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in

Re: BIND in a chroot() environment

2000-12-06 Thread Leonard den Ottolander
Hi Paul, > Put DNS on a dedicated Linux box. It is automatically isolated > from other services and users without the added steps to setup chroot. > > Comments? Seems a little overdone for your 2 pc home network :-). Bye,

freeBSD

2000-12-06 Thread Steve Lee
Does anyone know the address to subscribe to the freeBSD mailling list? Thank You. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: dhcpd info

2000-12-06 Thread Leonard den Ottolander
Hi Bob, > Now regarding the functionality of dhcpd. Does dhcpd run > everytime the connection to the ISP is established? As Jason Costomiris pointed out ppp has nothing to do with pump nor dhcpcd. A little oversight on my behalf when answering your question earlier. (I must

Re: Looking for "SMTP injection" sample code

2000-12-06 Thread Brian Ashe
Hi Jonathan, Try the code that is here. http://phpclasses.upperdesign.com/browse.html/package/14 You will have to register to download the code but it doesn't cost anything. There are also a LOT of other interesting little tidbits laying around there. The class should do what you desire, but I

[OT] Email-to-Pager software

2000-12-06 Thread Jonathan Wilson
Has anyone here had any experience with any email-to-pager software? I see some on freshmeat, but they all look kinda complex. If anyone has tried 'some and found one better then another, please let me know. JW ___ Redhat-list mailing list

dhcpd info

2000-12-06 Thread Bob Hartung
Questions regarding dhcpd First: I now understand how to get the dynamically assigned IP address. sigh! Now regarding the functionality of dhcpd. Does dhcpd run everytime the connection to the ISP is established? If so could I include in the file a command to run the rc.firewall file (once

Attempt at rc.firewall with ipchains - Now can't boot

2000-12-06 Thread Bob Hartung
Here goes the newbie again - I believe that this is a "duh" situation. I write a ipchains firewall based on Ziegler's book. When I went to reboot the process hangs at "lo" and I think that I have blocked the computer from it's own local port. The question: How to get going again. My current

Re: level S on serial console

2000-12-06 Thread Cokey de Percin
Matthew Melvin wrote: > > On Wed, 6 Dec 2000, Cokey de Percin wrote: > > > Matthew Melvin wrote: > > > > Well, I'm using a serial terminal and I don't have a problem getting > > in Single, but my setup looks like this: > > > > S0:12345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS0 ttyS0 DT960

Re: Please clarify error messages

2000-12-06 Thread Duane Clark
D. W. Piper wrote: > I've just spent the last couple of days wading through on-line > documentation and mail list archives to no avail. > > Throughout the day we get two-line error messages appearing both on the > console, and in /var/log/messages, such as the following: > > kernel: lookup_b

Courier V.everything modem

2000-12-06 Thread Eddie Strohmier
Hello All: Anyone running a Courier V.everything 56k modem? I was running a V.90 USR sportster external but got my hands on a new Courier and I can not seem to get the connect speeds that the sportster could obtain. I am running RH 6.2 dialup and use the ppp-on/ppp-off script to dial out. I alway

Re: level S on serial console

2000-12-06 Thread Matthew Melvin
On Wed, 6 Dec 2000, Cokey de Percin wrote: > Matthew Melvin wrote: > > Well, I'm using a serial terminal and I don't have a problem getting > in Single, but my setup looks like this: > > S0:12345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS0 ttyS0 DT9600 vt100 >^ > Note the '1'... I belie

Re: genericstable

2000-12-06 Thread Charles Galpin
If in your sendmail.mc you have something like MASQUERADE_AS(yourdomain.com) and of course FEATURE(`genericstable', `hash -o /etc/mail/genericstable') then this (generated from a text file) is used to allow specific users to have a different domain than the one you are masquerading as So if

Re: genericstable

2000-12-06 Thread Stew Benedict
It is used for masquerading. Here is the contents of mine: stew[EMAIL PROTECTED] aysent [EMAIL PROTECTED] The first entry is the local username, the 2nd the email address that will land in the "From:" line. Now I know you can set the from in most mail clients, but you need to masquerade

Re: Run program on boot?

2000-12-06 Thread Maynard B. Fernando
On Wed, 6 Dec 2000, Tim Smolen wrote: > How do I have Linux execute a program when it boots? Basically I want to > turn the pc on, have linux boot, and then run my program until it's > shutdown. I'd like not to have to log in or anything. Is this possible? > > -tim > /etc/rc.d/rc.local > >

Re: How much disk space I need ?

2000-12-06 Thread Micah Yoder
> I'm new to to this list. > I want to transform currently hosted a small e-com site > from NT platform to RHL 7 Server. > > On this **SAME** machine my web server(Apache), > Application Server (Tomcat)and Database Server > (most probabaly mySQL) will be running. > > With this background , can a

Re: Run program on boot?

2000-12-06 Thread Micah Yoder
Tim Smolen wrote: > > How do I have Linux execute a program when it boots? Basically I want to > turn the pc on, have linux boot, and then run my program until it's > shutdown. I'd like not to have to log in or anything. Is this possible? Again it depends on what it is. The other suggestions we

Re: level S on serial console

2000-12-06 Thread Cokey de Percin
Matthew Melvin wrote: > > On Wed, 6 Dec 2000, Bill Carlson wrote: > > > On Wed, 6 Dec 2000, Matthew Melvin wrote: > > > > > But when I go to single user mode init shows me the "bash#" prompt but thats > > > it. I can't use the bash prompt or anything. > > > > > Anyone who's struck this problem

Re: What's "locate: warning: database /var/lib/slocate/slocate.db'is more than 8 days old"

2000-12-06 Thread Jonathan Wilson
At 06:39 PM 12/6/2000 -0600, you wrote: >Let me guess: you shut your machine off at night? Nope, it's on 24/7. Perhaps cron is broken. >locate uses a database that it rebuilds periodically, usually via a process >called from cron. If your machine isn't on at 4am or whenever that process is

Re: What's "locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old"

2000-12-06 Thread Andrew M Edgerton
-BEGIN PGP SIGNED MESSAGE- cron calls 'updatedb' nightly at 4AM localtime, or it should. This updates the database where the list of everything is kept. That message means that updatedb is not running for some reason, or that the slocate.db isn't updating. Check the timestamp on it, ch

Re: What's "locate: warning: database /var/lib/slocate/slocate.db'is more than 8 days old"

2000-12-06 Thread Michael R. Jinks
Let me guess: you shut your machine off at night? locate uses a database that it rebuilds periodically, usually via a process called from cron. If your machine isn't on at 4am or whenever that process is scheduled, the database will not be updated. since locate doesn't access the filesystem dir

What's "locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old"

2000-12-06 Thread Jonathan Wilson
Whenever I look for something that locate doesn't think it can find I get the following error: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old What's up with that? JW ___ Redhat-list mailing list [EMAIL PRO

RPM for Sendmail + SMTP AUTH

2000-12-06 Thread Simons
Hello, Is there any Sendmail RPM package compiled with SMTP AUTH support? Thank you very much. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: How to build rpm with configure parameter ?

2000-12-06 Thread Jonathan Wilson
install the src.rom with rpm -ihv .src.rpm cd to /usr/src/redhat/ The various parts of the source doe are now in BUILD SOURCES and SPECS. BUILD and SOURCES contain the stuff that you'd have if you were playing with a tarball instead of a rpm. SPECS contain the .spec files that rpm uses to make

Re: bulk email

2000-12-06 Thread Fred Herman
Jonathan Wilson wrote: > > One suggestion I hear all the time to this is to set up something like majordomo or >listar that everyone in your company is "subscribed" to. That way you can control who >posts, etc > > At 03:17 PM 12/6/2000 -0800, you wrote: > >how would i setup a alias of some

How to build rpm with configure parameter ?

2000-12-06 Thread David Brewster
Hi I'm wanting to rebuild mutt with the parameter --disable-fcntl passed to the configure script. What do I change in the .src.rpm so that I can build an rpm with that option in the compiled rpm binary? I installed the src rpm and ran configure with the parameter, then just did a make install whi

Re: bulk email

2000-12-06 Thread Jonathan Wilson
One suggestion I hear all the time to this is to set up something like majordomo or listar that everyone in your company is "subscribed" to. That way you can control who posts, etc At 03:17 PM 12/6/2000 -0800, you wrote: >how would i setup a alias of sometype >to be able to send a email ou

genericstable

2000-12-06 Thread Steve Lee
in sendmail setup what is genericstable used for? Thanks. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Please clarify error messages

2000-12-06 Thread D. W. Piper
I've just spent the last couple of days wading through on-line documentation and mail list archives to no avail. Throughout the day we get two-line error messages appearing both on the console, and in /var/log/messages, such as the following: kernel: lookup_by_inode: ino 43807 not found in s

bulk email

2000-12-06 Thread Steve Lee
how would i setup a alias of sometype to be able to send a email out to a company wide email. i.e. say my company has only 40 employees. how do i setup an alias say [EMAIL PROTECTED] to send the email to everyone using netscape, so everyone in the company can use it as well. One thing. be a

RE: environment

2000-12-06 Thread Philippe Moutarlier
Sorry to disagree, but with the new lilo, the important line is default=linux NOT the order in which the entry are presented. If you remove the default line, you are back to the original behaviour, but I think the default setting is more flexible. Philippe -Original Message- From: [EMA

Re: environment

2000-12-06 Thread Ted Gervais
At 04:25 PM 06/12/2000 -0600, you wrote: > >> I think there is an underlying question that needs to be asked... > >> > >> Why do you want to change BOOT_IMAGE? If you think that is going to > affect > >> how your computer boots, you are mistaken. > > > >You are correct. /etc/lilo.conf seems to b

Re: level S on serial console

2000-12-06 Thread Matthew Melvin
On Wed, 6 Dec 2000, Bill Carlson wrote: > On Wed, 6 Dec 2000, Matthew Melvin wrote: > > > But when I go to single user mode init shows me the "bash#" prompt but thats > > it. I can't use the bash prompt or anything. > > > Anyone who's struck this problem or knows what's going on.. I'd love to he

Re: environment

2000-12-06 Thread Vidiot
>> I think there is an underlying question that needs to be asked... >> >> Why do you want to change BOOT_IMAGE? If you think that is going to affect >> how your computer boots, you are mistaken. > >You are correct. /etc/lilo.conf seems to be the governing file here, but I have a >number of sta

RE: environment

2000-12-06 Thread Philippe Moutarlier
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ted Gervais Sent: Wednesday, December 06, 2000 1:47 PM To: [EMAIL PROTECTED] Subject: Re: environment if in the lilo.conf, there is a line in the upper section reading : default= it will be the default

Re: finding files 15 days old or older.

2000-12-06 Thread Statux
A simple find [path] will work recursively. On Wed, 6 Dec 2000, Steve Lee wrote: > how do i tell it to do the directories recursive. > it seems to leave out the directory and the files > it them. > > > On Wed, 6 Dec 2000, Vidiot wrote: > > > >find [directory path] -ctime 15 -print > > > > > >Thi

Re: finding files 15 days old or older.

2000-12-06 Thread Steve Lee
how do i tell it to do the directories recursive. it seems to leave out the directory and the files it them. On Wed, 6 Dec 2000, Vidiot wrote: > >find [directory path] -ctime 15 -print > > > >This will get any file changed in the over 15 days ago. If you want > >accessed try atime instead. If

Re: environment

2000-12-06 Thread Ted Gervais
> >On 6 Dec 2000, Ted Gervais wrote: > > > >> I want to change my 'env' settings and don't know how to do this. > >> I am running Redhat7.0 . I also thought I could change my environment > >> settings > >> in the /etc/profile file?? Not so.. > >> > >> Any thoughts? In particular I want to c

Re: environment

2000-12-06 Thread Ted Gervais
Thanks for the tip as to where the environment statements are changed. It is very much appreciated.. I will make those changes now.. > On 6 Dec 2000, Ted Gervais wrote: > > > I want to change my 'env' settings and don't know how to do this. > > I am running Redhat7.0 . I also thought I could

Re: I've got a problem connecting to the internet with a Externalmodem. Please help.

2000-12-06 Thread Roadrunner
Hi, I will check if i have a /etc/resolv.conf (Everything points in that direction). Then I'll do a traceroute on the nameservers. (To see if step one solved everything)(I think it does) I don't think i've got 'bind-utils' installed unless it's automaticly installed during a standard installati

Re: I've got a problem connecting to the internet with a Externalmodem.Please help.

2000-12-06 Thread hello
Hi, Roadrunner schrieb: > Hi, > > The last time i've posted to this list was when I had problems with an > internal modem. That modem is still busy and i'm looking for a driver/rpm so > the box sees the modem, but that's not the problem and the reasonthat I'm > writing to the list. > > The proble

Re: finding files 15 days old or older.

2000-12-06 Thread Vidiot
>find [directory path] -ctime 15 -print > >This will get any file changed in the over 15 days ago. If you want >accessed try atime instead. If you want modified change this to mtime. Not only will it find files, it will find directories that are of that age. He only wanted files, so do the fol

RE: finding files 15 days old or older.

2000-12-06 Thread Paul Anderson
find [directory path] -ctime 15 -print This will get any file changed in the over 15 days ago. If you want accessed try atime instead. If you want modified change this to mtime. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Lee Sent: Wednesday,

Re: StarOffice 5.2

2000-12-06 Thread Jack Bowling
** Reply to message from hello <[EMAIL PROTECTED]> on Wed, 06 Dec 2000 14:37:43 +0100 > Hello all, > > I am running StarOffice 5.2 on RH 7.0 in Gnome 1.2 > / window manager sawfish 0.30.3-10. My maschine is > a Pentium II MMX at 300 MHz equiped with 64 MB > RAM. > Suddently without an identifia

Re: finding files 15 days old or older.

2000-12-06 Thread Rick Warner
find /tmp -mtime +15 -print - rick warner On Wed, 6 Dec 2000, Steve Lee wrote: > how do you make a script or use find. > to find files 15 days or olders so > i can delete it off a tmp directoy. > > please help. > > > > ___ > Redhat-list mailin

finding files 15 days old or older.

2000-12-06 Thread Steve Lee
how do you make a script or use find. to find files 15 days or olders so i can delete it off a tmp directoy. please help. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Looking for "SMTP injection" sample code

2000-12-06 Thread Jonathan Wilson
Howdy, My company has written an php page that gets email addresses from SQL DB, then sends the mails out via the built-in sendmail commands. This is for subscriber based emails, not spam. Formerly we've been using sendmail, but we recently switched to postfix for various reasons, including v

Re: environment

2000-12-06 Thread Vidiot
>On 6 Dec 2000, Ted Gervais wrote: > >> I want to change my 'env' settings and don't know how to do this. >> I am running Redhat7.0 . I also thought I could change my environment >> settings >> in the /etc/profile file?? Not so.. >> >> Any thoughts? In particular I want to change the settin

FrontPage extensions on RH7 again - authentication woes.

2000-12-06 Thread Brian Wright
First of all, I was able to get the FrontPage Server Extensions installed successfully on RH7. This is the M$ extensions, not the cloned version. I noticed that the extensions will dump the ScriptAlias for the root web into the SSL section of httpd.conf. You have to move it out to the main Scri

Re: Run program on boot?

2000-12-06 Thread Mike Burger
On Wed, 6 Dec 2000, Tim Smolen wrote: > How do I have Linux execute a program when it boots? Basically I want to > turn the pc on, have linux boot, and then run my program until it's > shutdown. I'd like not to have to log in or anything. Is this possible? Yup...you can do one of a two things th

Re: environment

2000-12-06 Thread Luke C Gavel
On 6 Dec 2000, Ted Gervais wrote: > I want to change my 'env' settings and don't know how to do this. > I am running Redhat7.0 . I also thought I could change my environment > settings > in the /etc/profile file?? Not so.. > > Any thoughts? In particular I want to change the setting for: >

Re: Run program on boot?

2000-12-06 Thread Bill Carlson
On Wed, 6 Dec 2000, Tim Smolen wrote: > How do I have Linux execute a program when it boots? Basically I want to > turn the pc on, have linux boot, and then run my program until it's > shutdown. I'd like not to have to log in or anything. Is this possible? > That really depends on the program an

Re: I've got a problem connecting to the internet with a Externalmodem. Please help.

2000-12-06 Thread Larry Grover
On Wed, 06 Dec 2000 20:02:07 +0100, Roadrunner <[EMAIL PROTECTED]> wrote: > But, the problem now is: The modem dails in to the ISP, but I cannot get > anything from newsgroups and Netscape cannot view webpages from the > internet. It just freezes. > > When you wait long enough you get an error-me

Re: I've got a problem connecting to the internet with a External modem. Pleasehelp.

2000-12-06 Thread Michael Butler/CanEast/IBM
A couple of things off the top of my head: After you get connected, ping your DNS nameservers to see if you can get to them. Ping them by ip address. If you can ping them, do you have those addresses in your /etc/resolv.conf? Do a traceroute to see your path to the nameservers. Are you running

environment

2000-12-06 Thread Ted Gervais
I want to change my 'env' settings and don't know how to do this. I am running Redhat7.0 . I also thought I could change my environment settings in the /etc/profile file?? Not so.. Any thoughts? In particular I want to change the setting for: BOOT_IMAGE=linux , to something else.. --

Re: Run program on boot?

2000-12-06 Thread rpjday
On Wed, 6 Dec 2000, Tim Smolen wrote: > How do I have Linux execute a program when it boots? Basically I want to > turn the pc on, have linux boot, and then run my program until it's > shutdown. I'd like not to have to log in or anything. Is this possible? that's what /etc/rc.local is all about.

Run program on boot?

2000-12-06 Thread Tim Smolen
How do I have Linux execute a program when it boots? Basically I want to turn the pc on, have linux boot, and then run my program until it's shutdown. I'd like not to have to log in or anything. Is this possible? -tim ___ Redhat-list mailing list [EM

Re: I've got a problem connecting to the internet with a External modem. Please help.

2000-12-06 Thread John Aldrich
On Wed, 06 Dec 2000, Roadrunner wrote: > Hi, > > > The last time i've posted to this list was when I had problems with an > internal modem. That modem is still busy and i'm looking for a driver/rpm so > the box sees the modem, but that's not the problem and the reasonthat I'm > writing to the li

I've got a problem connecting to the internet with a External modem. Please help.

2000-12-06 Thread Roadrunner
Hi, The last time i've posted to this list was when I had problems with an internal modem. That modem is still busy and i'm looking for a driver/rpm so the box sees the modem, but that's not the problem and the reasonthat I'm writing to the list. The problem, this time, is a External E-tech Bul

Re: BIND in a chroot() environment

2000-12-06 Thread Matthew Galgoci
I suppose the difference is that if someone breaks into a chrooted dns server, that there are almost no userland utils for them to use to attack other machines, and it becomes more of a DOS on your dns server. Cheers! --Matt Galgoci On Wed, Dec 06, 2000 at 12:28:32PM -0600, almquist paul wrot

Re: BIND in a chroot() environment

2000-12-06 Thread almquist paul
> > On Wed, 6 Dec 2000, almquist paul wrote: > > > Indirectly related to the issue of running bind in chrooted environment I > > read an interesting comment on the subject in "Linux DNS Server Administration" > > by Craig Hunt. On page 254 he states his opinion on the subject. To > > paraphras

Re: BIND in a chroot() environment

2000-12-06 Thread rpjday
On Wed, 6 Dec 2000, almquist paul wrote: > > > > Hi > > > > I have found several excellent discussions about this, and even a script > > that helps set this up (http://sourceforge.net/projects/ctk-dns-chroot/). > > > > However, I'm wondering if there are any BIND rpms available that have this > >

Re: BIND in a chroot() environment

2000-12-06 Thread almquist paul
> > Hi > > I have found several excellent discussions about this, and even a script > that helps set this up (http://sourceforge.net/projects/ctk-dns-chroot/). > > However, I'm wondering if there are any BIND rpms available that have this > setup already, since I'd prefer it for the maintainanc

Re: (no subject)

2000-12-06 Thread John Aldrich
On Wed, 06 Dec 2000, Leonard den Ottolander wrote: > Hi John, > > > > With the -t msdos option? :-\ > > > > > I'd use -t vfat myself... > > Yeah, me too. That is what the :-\ is for. > D'OH! ;-) Boy do I feel silly. :-) John ___ Redhat-lis

dns problem

2000-12-06 Thread Toraj Ramezani
Hi, I installed two dns servers,primary and secondary but when I change some record on primary dns,the secondary don't update I also tested the "notify" and "also-notify" in options sections and zone section but it did not work here some parts of my named.conf files: -- PRIMARY named.co

dns problem

2000-12-06 Thread Toraj Ramezani
Hi,   I installed two dns servers,primary and secondary but when I change some record on primary dns,the secondary don't update   I also tested the "notify"  and "also-notify" in options sections and zone section but it did not work     here some parts of my named.conf files: -- PRIMAR

Re: (no subject)

2000-12-06 Thread Vidiot
Leonard posted the following query: >> The Zip disk driver that is used while you have a Windoze Zip mounted screws up >> long file names when they are shorter, or equal to, 8.3. If you have a >> DOS-length file name on the Unix system that is mixed case, when it is written >> to the Zip disk it

Re: (no subject)

2000-12-06 Thread Leonard den Ottolander
Hi John, > > With the -t msdos option? :-\ > > > I'd use -t vfat myself... Yeah, me too. That is what the :-\ is for. Bye, Leonard. ___ Redhat-list m

Re: (no subject)

2000-12-06 Thread Leonard den Ottolander
Hi again Vidi, > The Zip disk driver that is used while you have a Windoze Zip mounted screws up > long file names when they are shorter, or equal to, 8.3. If you have a > DOS-length file name on the Unix system that is mixed case, when it is written > to the Zip disk it will ONL

Re: (no subject)

2000-12-06 Thread Vidiot
>> Don't mount them, as it screws up the >> Windoze long file names. Use mtools. > > Could you explain this? How do you mount a zipdisk that long file names are >screwed? With the -t msdos option? :-\ The Zip disk driver that is used while you have a Windoze Zip mounted screws up long file name

gdm problems

2000-12-06 Thread Stuart MacGregor
Hi,     I'm running RH7, with a standard workstation class installation and have run into a problem with logging in. I logged out of gnome and the text login appeared as usual. >From here the GUI login usually appears after a few seconds but instead I got a message saying, 'according to /va

Re: level S on serial console

2000-12-06 Thread Bill Carlson
On Wed, 6 Dec 2000, Matthew Melvin wrote: > But when I go to single user mode init shows me the "bash#" prompt but thats > it. I can't use the bash prompt or anything. > Anyone who's struck this problem or knows what's going on.. I'd love to hear > from you. :) A serial console that doens't wo

Re: (no subject)

2000-12-06 Thread John Aldrich
On Wed, 06 Dec 2000, Leonard den Ottolander wrote: > Hi Vidiot, > > > Don't mount them, as it screws up the > > Windoze long file names. Use mtools. > > Could you explain this? How do you mount a zipdisk that long file names are > screwed? With the -t msdos option? :-\ > I'd use -t vfat myse

Re: StarOffice Mailing List?

2000-12-06 Thread John Aldrich
On Wed, 06 Dec 2000, SoloCDM wrote: > If you know of a mailing list for StarOffice, would you send me the > URL? > [EMAIL PROTECTED] The subscription address is: [EMAIL PROTECTED] The web page for the group is at http://www.egroups.com/group/star-linux John __

Re: (no subject)

2000-12-06 Thread Leonard den Ottolander
Hi Vidiot, > Don't mount them, as it screws up the > Windoze long file names. Use mtools. Could you explain this? How do you mount a zipdisk that long file names are screwed? With the -t msdos option? :-\ Bye,

RE: Oracle 8 on RH7

2000-12-06 Thread Paul Anderson
I have it running. The 8.1.6 is much less pain than the 8.1.5. Send away! Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Lee Sent: Wednesday, December 06, 2000 1:12 AM To: [EMAIL PROTECTED] Subject: Re: Oracle 8 on RH7 good luck. should b

Re: ProFTPD and xinetd.conf

2000-12-06 Thread Jason Costomiris
On Wed, Dec 06, 2000 at 06:39:09AM -0400, Michael Burger wrote: : Your easiest bet will be to try the ProFTPd site to see if they've : put together an RPM for RH7/xinetd. Even easier - run proftpd as a standalone daemon. There's also inetdconvert... -- Jason Costomiris <>< | Technol

StarOffice 5.2

2000-12-06 Thread hello
Hello all, I am running StarOffice 5.2 on RH 7.0 in Gnome 1.2 / window manager sawfish 0.30.3-10. My maschine is a Pentium II MMX at 300 MHz equiped with 64 MB RAM. Suddently without an identifiable "omen" StarOffice 5.2 crashes again and again. The error message says: Unrecoverable error, your

Re: StarOffice Mailing List?

2000-12-06 Thread Nitebirdz
On Wed, 6 Dec 2000, SoloCDM wrote: > If you know of a mailing list for StarOffice, would you send me the > URL? > > Note: When you reply to this message, please include > the mailing list and my email address. > A search in Google came up with the following example: http://www.egroups.c

Re: Something bad is happening.

2000-12-06 Thread Nitebirdz
On Tue, 5 Dec 2000, Michael Jinks wrote: > Statux wrote: > > > > I've heard stories of crackers not cleaning up logfiles at times. Usually > > this is because people forget. Logs are good to read even if you don't > > suspect problems. I read mine frequently just to keep up on things :) > > >

Re: ProFTPD and xinetd.conf

2000-12-06 Thread Michael Burger
Your easiest bet will be to try the ProFTPd site to see if they've put together an RPM for RH7/xinetd. Short of that, you can create /etc/xinetd.d/ftp, mimicking the settings from inetd.conf, but placing them on the appropriate lines in the file. On Tue, 5 Dec 2000 23:04:35 -0800 (PST), Chris Ch

StarOffice Mailing List?

2000-12-06 Thread SoloCDM
If you know of a mailing list for StarOffice, would you send me the URL? Note: When you reply to this message, please include the mailing list and my email address. * Signed, SoloCDM

How much disk space I need ?

2000-12-06 Thread Amit Bakore
Hi All, I'm new to to this list. I want to transform currently hosted a small e-com site from NT platform to RHL 7 Server. On this **SAME** machine my web server(Apache), Application Server (Tomcat)and Database Server (most probabaly mySQL) will be running. With this background , can anyone co

Re: hdparm

2000-12-06 Thread Todd A. Jacobs
On Tue, 5 Dec 2000, lee wrote: > can hdparm be "safely" used on a HD where windows is present... i know > its a linux util but .. Yes, as long as you don't set the -k(eep) parameter. Instead, set your hdparm settings in rc.local, where they will stay in effect until the next reboot. -- Tod