Re: Service Command

2003-03-07 Thread Shannon Neumann
are a lot of commands I can no longer run from anywhere like I have in the past. The main one being the "service" command used to start, stop, and restart services. Anyone have a clue how to get those features back? Thanks Billy -- Shannon Neumann Neumannweb Computers www.neumannweb.net

Re: php and mysql:call to undefined fuction mysql_connect

2003-02-27 Thread Shannon Neumann
Check to see that you have the php-mysql rpm installed. -- Shannon Neumann Neumannweb Computers www.neumannweb.net Jianping Zhu wrote: I install php-4.1.2-7.3.6.i386.rpm and mysql rpms in my redhat 7.3 server.I have apache 1.3.7 but when i try to connect to mysql by using phd i always

Re: MySQL vs. PostgreSQL

2003-02-26 Thread Shannon Neumann
pache was racking the processor utilization up tp 90+%. Just my .02. -- Shannon Neumann Neumannweb Computers www.neumannweb.net Juan Nin wrote: Hi, I'm about to make a kind of yahoogroups in PHP. It's for a University, so it will be used a lot. I'm considering using either

Re: I need EVERYONE's help!NOW!

2003-02-18 Thread Shannon Neumann
The response was clearly posted because the original poster misspelled the word democratic, not because they doubt the democratic nature of the Peruvian government... Francisco Neira wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Canary wrote: | What a "DEMOCRTIC REPUBLIC"!! Th

Re: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
The IP address in the Xwin.exe command should be the IP of the box you are trying to connect to. So, if your redhat box has an IP of 192.168.1.101, then the IP in the command should be 192.168.1.101. I hope this helps. :) Shannon Neumann Neumannweb Computers www.neumannweb.net On 2/17/03 7:08

RE: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
For anyone who is interested, here is a link to a screenshot of my WinXP desktop running Cygwin with a remote session to a Redhat 8 box. http://www.neumannweb.net/images/cygwin.gif -- Shannon Neumann Neumannweb Computers www.neumannweb.net > How do you have Cygwin setup to allow remote lo

RE: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
't hesitate to ask questions. -- Shannon Neumann Neumannweb Computers www.neumannweb.net > I am interested in how you set this up. > > -----Original Message- > From: Shannon Neumann [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 9:56 AM > To: [EMAIL PROTE

Re: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
list. -- Shannon Neumann Neumannweb Computers www.neumannweb.net > Hi All, > > Has anyone here set up a mixed box network (Win/Unix/Linux) with a > number of boxes running Windows (NT/2000) and a number of boxes running > Linux using the Windows machines to access the Linux machines using

Re: PHP and MySql

2003-02-15 Thread Shannon Neumann
There is an RPM called php-mysql. Is that installed? (rpm -q php-mysql) Shannon Neumann Neumannweb Computers www.neumannweb.net On 2/15/03 4:02 PM, "Cisco Serret" <[EMAIL PROTECTED]> wrote: > I'm running RedHat 8, and I can't get php to connect > to mysql, I

Re: To firewall or not to firewall (was Re: What is the disadvantage of Linux firewall...)

2003-02-13 Thread Shannon Neumann
ave blind faith in a Operating system that is equally capable of being cracked. Again, don't get me wrong. My non-windows boxes outnumber my Windows machines 4 to 1, but that doesn't mean that Windows is not the right tool for certain jobs. Just my 2 pennies. -- Shanno

Re: redhat and winxp machine not talking

2003-01-29 Thread Shannon Neumann
fault firewall rules that should block incoming ping requests, so... At a command-line on the linux box, I would do a service iptables stop to disable the firewall and then see if you can ping from windows to linux. Hope this helps, Shannon Neumann Neumannweb Computers www.neumannweb.net Campbell, Mi

Re: Network trafic in console

2003-01-28 Thread Shannon Neumann
tcpdump works well for me. Check the man pages for info on how to filter the output, etc. -- Shannon Neumann Neumannweb Computers www.neumannweb.net > Hi list, > > How can I check the network traffic when I'm logged in on a console. > > TIA > > Ronald Hermans > QA

Re: moving mysql database from one server to another

2003-01-24 Thread Shannon Neumann
just copy the database folders across and restart mysql. You should be able to copy the entire /var/lib/mysql directory from one box to another. I would stop the mysql service before doing the copy, but other than that you should be fine. -- Shannon Neumann Neumannweb Computers www.neumannweb.net

Re: SSH Error

2003-01-22 Thread Shannon Neumann
if you can connect. If you can, then you need to tweak iptables using the redhat-config-securitylevel and set it to allow incoming ssh. Shannon Neumann Neumannweb Computers www.neumannweb.net On Wed, 22 Jan 2003, Robert Adkins wrote: > Hello All, > > I recently configured a Re

Re: PHP displaying PHP code and only that

2003-01-20 Thread Shannon Neumann
You can create another bock like the one you included below for *.html.  So, you would have two of these blocks, one for *.php and one for *.html.  I tried it on my server and it worked just as I expected it to, parsing the php tags in both .php and .html files. Shannon Neumann Neumannweb

Re: ssh

2003-01-20 Thread Shannon Neumann
Putty doesn't need to work in linux, all of the functionality of Putty is already there if the openssh client packages are installed. dbrett wrote: I just wish it work in Linux On Fri, 17 Jan 2003, Gabe Austin wrote: I third that! G -Original Message- From: Daniel Fie

Re: Screwed up boot sector (solution and more questions)

2003-01-17 Thread Shannon Neumann
I believe that NTFS write support is considered dangerous due to the potential for data corruption.  I imagine this is particularly true if you use file encryption is WinXP.  If I am off base here, hopefully someone will correct me ;) Shannon Neumann Neumannweb Computers www.neumannweb.net

Re: Using sendmail? as a distribution list

2003-01-16 Thread Shannon Neumann
-delimited.  Note how my third one is on the next line. After that restart sendmail with a service sendmail restart, and you are good to go. Oh, also note that the alias (dummy, in my example) does NOT have to be a user account on your server. Hope that helps! Shannon Neumann Neumannweb Computers

Re: webalizer customization?

2003-01-15 Thread Shannon Neumann
Mine shows it...  It is under the heading "User Agents".  I can't remember if I had to change anything or not.  I dont' believe that I did. Shannon Neumann Neumannweb Computers www.neumannweb.net Jody Cleveland wrote: Hello, I just setup webalizer through webmin o

Re: Sendmail

2003-01-15 Thread Shannon Neumann
e said about it. Shannon Neumann Neumannweb Computers www.neumannweb.net Daniel Field wrote: Yes, not a bad idea.  At least then we could control the amount of emails being sent out each hour as well, so we could split the load up.   The other option is to write some scri

Re: Sendmail

2003-01-15 Thread Shannon Neumann
suppose what could be done is to create a shell script that scans your shared directory and sends the messages to sendmail, and then run that script as a cron job every hour or whatever, but it would take a little thought to make sure that would work correctly. Shannon Neumann Neumannweb Computers

Re: Telnet and FTP

2003-01-13 Thread Shannon Neumann
I agree that Putty is nice for it's small footprint, but the ssh client that can be downloaded at http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html also includes command-line utilities as well as a very nice graphical file tranfer app. Shannon Neumann Neuma

Re: Redirects

2003-01-10 Thread Shannon Neumann
rst thing the php processor parses. Let me know if this helps. Shannon Neumann Neumannweb Computers www.neumannweb.net Joe Polk wrote: Q: Is there a way to redirect a traffic for a specific vhost in apache on port 80 out to another host on a different port? <> -- redhat-list maili

Re: ssh Wierdness

2003-01-08 Thread Shannon Neumann
7.x > I've no problems. When I connect to RH 8.0 the same way, I'm seeing weird > characters in some programs like, for instance, "ntsysv" or just when I look > man pages. Tell Putty that the character set is UTF-8. It's in the Windows->Tranlations section w

Re: SAMBA/CUPS print queue

2003-01-08 Thread Shannon Neumann
ACCESS_USE instead. Thus allowing the OpenPrinterEx() call to succeed. This parameter MUST not be able enabled on a print share which has valid print driver installed on the Samba server. See also disable spoolss Default: use client driver = no I hope this helps. Shannon Neumann Neumannweb

Re: Partition Sizes

2003-01-07 Thread Shannon Neumann
stuff without having to take the server down. There may be minor disruption this way, but executed properly, that disruption could be a matter of a minute or less. I could probably provide detailed instructions on how to accomplish this, if need be. Shannon Neumann Neumannweb Computers

Re: Samba

2003-01-07 Thread Shannon Neumann
tool for Samba. Hope that helps ;) Shannon Neumann Neumannweb Computers www.neumannweb.net Ted Gervais wrote: I am running RH8.0 and have found a need to install/setup Samba. Does RH8.0 have an installation/config program that would help get things going?? Or do I have to make all the files

Re: sshd server problem - HELP!

2003-01-07 Thread Shannon Neumann
You could walk your on-site person thorugh enabling telnet, and use that to troubleshoot... I know, it's not a very secure answer, but it may get you up and running. Shannon Neumann Neumannweb Computers www.neumannweb.net Tibbetts, Ric wrote: All; I have an interesting challenge.

Mount CD-RW as a read-write filesystem?

2002-12-08 Thread Shannon Neumann
Does anyone have any idea how to mount a CD-RW as a read-write filesystem like I can on my Windows boxes? I would like to be able to drop a CD-RW in the drive and write files to it (and delete files from it) for backup purposes. Any help would be greatly appreciated. Shannon Neumann Neumannweb

Re: Personal Server Specification Recommendations

2002-11-15 Thread Shannon Neumann
ile, I was accomplishing all of those same tasks with a 200MHz Pentium with 96MB RAM and a 4GB hard drive. Shannon Neumann Neumannweb Computers www.neumannweb.net > Has anyone set up a server for Home use? > -I want to be able to do web design, system administration, and some > database de

RE: RH8.0 & MySQL BUG!!!

2002-11-11 Thread Shannon Neumann
Unfortunately, this isn't an answer to your MySQL problem, but after reading your post, I figured I would try to connect to mine using ODBC.  I have MyODBC version 2.50.39 running on WindowsXP.  I set up a data source and pointed it to my Redhat 8.0 box.  I was able to get into my databases using M