Re: Service Command

2003-03-07 Thread Shannon Neumann




You need to use su -

This will get you into root's environment.

[EMAIL PROTECTED] wrote:

  Until recently I had ssh'd to my Redhat 7.3 machine with the root username. I have removed the login rights now and access the machine with a local user account, then su to root. Now there 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 get error msg

"Call to undefined fuction mysql_connect()"

my php code looks like

**
 

Hello World Script




**

I guess i need to set up somthing to connect php with mysql. but I do not
know how to.

Thanks for any advice.

J.P.



  

 





Re: MySQL vs. PostgreSQL

2003-02-26 Thread Shannon Neumann




I have to preface this by saying that I haven't personally used
Postgres for anything...

I use MySQL for database-driven websites and a db-driven chat system
that I am toying with.  While the sites I have running are low-volume,
I would note that I ran ApacheBench against one of them to see how well
the system would hold up under load.  I was surprised to find that when
getting hammered with thousands of requests per minute, it was Apache
that had problems.  I was running top on a terminal session while the
benchmark tool was running, and MySQL stayed at under 2% of the total,
Apache 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 MySQL or PostgreSQL...

Which one would you recommend for this project?
I've always heared that PostgreSQL is better for big databases with lots of
records, where data integrity, etc is critical, and that MySQL is better for
light web applications, and smaller databases where quickness is needed...

but I've heared that the new MySQL 4.x branch changes this a bit, and that
from MySQL 4.1 there are nested queries support, etc

any recommendations?

Thanks in advance,

Juan




  

 





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"!!  That alone tells me someone dosen't
| know what they arre talking about!!!
|

The link is about the letter the Peruvian Congressman Villanueva sent to
local Microsft Manager. My boss and me ourselves had a couple of
meetings with the congressman to talk about Open Source
and the FSF. And yes, Perú, my country, lives in democracy (AFAIK) ;-)


- --
Francisco Neira B.  /~\ The ASCII
Administrador de Red\ / Ribbon Campaign
Defensoria del PuebloX  Against
Lima, Peru, -05:00 UTC  / \ HTML Email
PGP Pub Key at http://portal.defensoria.gob.pe/~fneira/llavepublica.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+Uop7kGxqImhGCe4RAsunAKCia45o5IFOUHvRzf4tOTho5c0wkACfQ3BR
1x9VEh43b72m9YyKW52UF8w=
=uE9F
-END PGP SIGNATURE-







--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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 PM, "n30" <[EMAIL PROTECTED]> wrote:

> Hi Shannon,
> 
> I am still having problems & hope you help me out
> 
> I have been using cygwin since some time... so I have cygwin with X
> installed on my win box
> 
> I used gdmsetup on my RH 8.0 linux box & enabled DXMCP
> 
> No in cygwin...when i type
> 
>>Xwin.exe :0 -query 192.168.168.101 -screen 0 1024 768
>> 
> 
> 
> where IP of my other box=192.168.1.101
> 
> I just get a blank X window of size 1024/768...I am not able to connect to
> the other box
> 
> Any idea whats i m doing wrong.help appreciated.
> 
> Thanks
> N
> 
> 
> 
> 
> - Original Message -
> From: "Shannon Neumann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 17, 2003 7:44 AM
> Subject: RE: Red Hat 8 and Exceed
> 
> 
>> There are two parts to this setup.  On the linux side, you have to
>> enable XDMCP.  In Redhat 8, there is a utility called gdmsetup that does
>> this.  Either launch gdmsetup from the command line, or it should be
>> under System Settings -> Login Screen  in the menu.  On the XDMCP tab,
>> check the box to Enable DXMCP.
>> 
>> Then, there is the actual Cygwin setup on the Windows side.  I think the
>> available documentation is sufficient to get it up and running, but I
>> kind of knew what I was looking for.  So, if you are going to give this
>> a try, I would see if you get it working, and if not, myself, or someone
>> on this list should be able to walk you through it.
>> 
>> Once Cygwin is installed, you bring up a Cygwin shell.  It helps to
>> realize that Cygwin is basically a UNIX 'emulator' that runs on Windows.
>> Once you have a cygwin shell, you access the linux box using a command
>> like:
>>Xwin.exe :0 -query 192.168.168.102 -screen 0 1024 768
>> 
>> where you replace the IP address with the IP of your linux box.  If you
>> have DNS available on your network, you can use the hostname instead of
>> the IP address.
>> 
>> I realize that this won't make sense until you actually have it in front
>> of you, so don'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 PROTECTED]
>>> Subject: Re: Red Hat 8 and Exceed
>>> 
>>> 
>>> Is Exceed something that you already have on-hand?  If not, I would
>>> recommend using Cygwin for remote sessions to the linux box.  If you
>>> are interested in a screenshot of it looks on my WinXP desktop, let me
>>> know, and I'll send it to you directly, so as to avoid sending a file
>>> to the 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 Hummingbird Exceed? We are about to invest in a linux box and
>>>> due to the software being used, we need to access the graphical
>>>> output over the network. Are there any special instructions that are
>>>> needed on either box?
>>>> 
>>>> Thanx in advance
>>>> 
>>>> Andy
>>>> 
>>>> Andrew Cannon, Nuclear Technology (J2), NNC Ltd, Booths Hall,
>>>> Knutsford, Cheshire, WA16 8QZ.
>>>> 
>>>> Telephone; +44 (0) 1565 843768
>>>> email: mailto:[EMAIL PROTECTED]
>>>> NNC website: http://www.nnc.co.uk
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
> 
>>> ***
>>>>  NNC Limited
>>>>  Booths Hall
>>>>  Chelford Road
>>>>  Knutsford
>>>>  Cheshire
>>>>  WA16 8QZ

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 login to a X desktop??
>
> -Original Message-
> From: Nick Lindsell [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 17, 2003 10:30 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Red Hat 8 and Exceed
>
>
> At 06:59 17/02/2003 -0800, you wrote:
>>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 PROTECTED]
>>Subject: Re: Red Hat 8 and Exceed
>>
>>
>>Is Exceed something that you already have on-hand?  If not, I would
>> recommend using Cygwin for remote sessions to the linux box.  If you
>> are interested in a screenshot of it looks on my WinXP desktop, let me
>> know, and I'll send it to you directly, so as to avoid sending a file
>> to the list.
>
>
> I second Shannon - Exceed can be quite expensive and Cygwin (although
> with a bit more effort) is an adequate substitute, perhaps even faster.
> But Exceed does have tighter integration with Windows (cut'n'paste
> between Linux apps and Windows is one example) so I suppose it's an open
> choice.
>
> Personally I use Cygwin and would be glad to share any setup tips.
>
> hih
> nick@nexnix
>
>
>
>>--
>>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 Hummingbird Exceed? We are about to invest in a linux
>> box and due to the software being used, we need to access the
>> graphical output over the network. Are there any special
>> instructions that are needed on either box?
>> >
>> > Thanx in advance
>> >
>> > Andy
>> >
>> > Andrew Cannon, Nuclear Technology (J2), NNC Ltd, Booths Hall,
>> Knutsford, Cheshire, WA16 8QZ.
>> >
>> > Telephone; +44 (0) 1565 843768
>> > email: mailto:[EMAIL PROTECTED]
>> > NNC website: http://www.nnc.co.uk
>> >
>> >
>> >
>> >
>>***
> *
>>***
>> >  NNC Limited
>> >  Booths Hall
>> >  Chelford Road
>> >  Knutsford
>> >  Cheshire
>> >  WA16 8QZ
>> >
>> >  Country of Registration: United Kingdom
>> >  Registered Number: 1120437
>> >
>> >  This e-mail and any files transmitted with it are confidential and
>> > intended solely for the use of the individual or entity to whom they
>> are addressed. If you have received this e-mail in error please
>> notify the NNC system manager by e-mail at [EMAIL PROTECTED]
>> >
>>***
> *
>>***
>> >
>> >
>> >
>> > --
>> > redhat-list mailing list
>> > unsubscribe
>> mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>>
>>
>>
>>
>>--
>>redhat-list mailing list
>>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>>
>>
>>--
>>redhat-list mailing list
>>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
There are two parts to this setup.  On the linux side, you have to
enable XDMCP.  In Redhat 8, there is a utility called gdmsetup that does
this.  Either launch gdmsetup from the command line, or it should be
under System Settings -> Login Screen  in the menu.  On the XDMCP tab,
check the box to Enable DXMCP.

Then, there is the actual Cygwin setup on the Windows side.  I think the
available documentation is sufficient to get it up and running, but I
kind of knew what I was looking for.  So, if you are going to give this
a try, I would see if you get it working, and if not, myself, or someone
on this list should be able to walk you through it.

Once Cygwin is installed, you bring up a Cygwin shell.  It helps to
realize that Cygwin is basically a UNIX 'emulator' that runs on Windows. 
Once you have a cygwin shell, you access the linux box using a command
like:
   Xwin.exe :0 -query 192.168.168.102 -screen 0 1024 768

where you replace the IP address with the IP of your linux box.  If you
have DNS available on your network, you can use the hostname instead of
the IP address.

I realize that this won't make sense until you actually have it in front
of you, so don'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 PROTECTED]
> Subject: Re: Red Hat 8 and Exceed
>
>
> Is Exceed something that you already have on-hand?  If not, I would
> recommend using Cygwin for remote sessions to the linux box.  If you
> are interested in a screenshot of it looks on my WinXP desktop, let me
> know, and I'll send it to you directly, so as to avoid sending a file
> to the 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 Hummingbird Exceed? We are about to invest in a linux box and
>> due to the software being used, we need to access the graphical
>> output over the network. Are there any special instructions that are
>> needed on either box?
>>
>> Thanx in advance
>>
>> Andy
>>
>> Andrew Cannon, Nuclear Technology (J2), NNC Ltd, Booths Hall,
>> Knutsford, Cheshire, WA16 8QZ.
>>
>> Telephone; +44 (0) 1565 843768
>> email: mailto:[EMAIL PROTECTED]
>> NNC website: http://www.nnc.co.uk
>>
>>
>>
>>
> 
> ***
>>  NNC Limited
>>  Booths Hall
>>  Chelford Road
>>  Knutsford
>>  Cheshire
>>  WA16 8QZ
>>
>>  Country of Registration: United Kingdom
>>  Registered Number: 1120437
>>
>>  This e-mail and any files transmitted with it are confidential and
>> intended solely for the use of the individual or entity to whom they
>> are addressed. If you have received this e-mail in error please
>> notify the NNC system manager by e-mail at [EMAIL PROTECTED]
>>
> 
> ***
>>
>>
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Red Hat 8 and Exceed

2003-02-17 Thread Shannon Neumann
Is Exceed something that you already have on-hand?  If not, I would
recommend using Cygwin for remote sessions to the linux box.  If you are
interested in a screenshot of it looks on my WinXP desktop, let me know,
and I'll send it to you directly, so as to avoid sending a file to the
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
> Hummingbird Exceed? We are about to invest in a linux box and due to the
> software being used, we need to access the graphical output over the
> network. Are there any special instructions that are needed on either
> box?
>
> Thanx in advance
>
> Andy
>
> Andrew Cannon, Nuclear Technology (J2), NNC Ltd, Booths Hall, Knutsford,
> Cheshire, WA16 8QZ.
>
> Telephone; +44 (0) 1565 843768
> email: mailto:[EMAIL PROTECTED]
> NNC website: http://www.nnc.co.uk
>
>
>
> ***
>  NNC Limited
>  Booths Hall
>  Chelford Road
>  Knutsford
>  Cheshire
>  WA16 8QZ
>
>  Country of Registration: United Kingdom
>  Registered Number: 1120437
>
>  This e-mail and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this e-mail in error please notify
> the NNC system manager by e-mail at [EMAIL PROTECTED]
> ***
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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 always get:
> "Call to undefined function: mysql_connect() in..."
> I've got mysql running.
> 
> I looked on the net, and I've found that people with
> this problem either did not compile mysql support
> into php, or had the line
> extention=mysql.so
> in php.ini commented out. Mine was commented out, so I
> uncommented and restarted apache - still no go.
> 
> Looking at phpinfo, it says php has been compiled in:
> --with-mysql=shared
> 
> On php.net's documentation I see:
> "With PHP 4 MySQL support is always enabled"
> I'm using PHP 4.2.2
> 
> Is there anything else I can check before I give up
> and reinstall php?
> 
> - Cisco Serret
> Hermosa Beach, CA.
> 
> __
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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

2003-02-13 Thread Shannon Neumann
I have been following this thread all day with equal amounts of amusement
and contempt.  First of all, let me say that I by no means think that
firewalls are the silver bullet solution for network security.  As others
have pointed out, firewalls can cause a false sense of security in some
cases.  However, saying that Redhat is "secure enough" out of the box is
like saying that the locks on my car are good enough, so why should I have
an alarm?  The answer is because it makes the other guy (the one with no
alarm [firewall]) an easier target.  Face it, if I have a decent firewall
in place that drops all incoming packets and you have even a single port
open, then you are going to the target and I am not.

Also, the attitude that "Windows sucks and Linux rocks" is the kind of
elitist notion that drives many potention linux converts back to Windows. 
It sounds like you have 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.

-- 
Shannon Neumann
Neumannweb Computers
www.neumannweb.net



>  I would agree that there is something to be said for learning to batten
> down your linux boxen. However, keeping things  behind a firewall is
> just good practice. Yes, it may give one a false sense of security, but
> it also gives one a safe place to learn and grow; i.e. behind the
> firewall. With a firewall, you can limit the ports available from the
> outside straight away. True you can do that with a Linux box from the
> outset, but there may be things you want to do in the meantime that
> require those services.  I think in general, having a firewall in place
>  is always a plus and having more of them limits the number of hacked
> boxes and launching pads for other exploits. No it's not a cure-all, as
> so many have pointed out. But I'd still recommend everyone having one.
>
>  <>
>>
>> On Thu, 2003-02-13 at 15:18, Bill Anderson wrote:
>> > On Thu, 2003-02-13 at 12:01, Kent Borg wrote:
>> > > On Thu, Feb 13, 2003 at 11:58:58AM -0600, Dave Ihnat wrote:
>> > > > On Thu, Feb 13, 2003 at 10:02:54AM -0500, Kent Borg wrote:
>> > > > > On Thu, Feb 13, 2003 at 07:56:23AM -0600, Dave Ihnat wrote:
>> > > > > > We all urgently push you to implement a firewall...any
>> firewall...
>> > > > >
>> > > > > No we don't (with or without smilies), I do not advise a
>> firewall unless you are trying to protect some MS Windows
>> garbage and that is a losing battle you are better off not
>> trying to fight.
>> > > > > <>
>> > > >
>> > > > With all due respect, not only is that a very misguided
>> attitude, it's a dangerous one to promulgate.
>> > >
>> > > First, a point of order: if you are sincere about the "with all
>> due respect"-part, then don't suggest that I am a cracker.
>> > >
>> > > > Read what you said
>> > >
>> > > I wrote a short post describing how to make and keep a Red Hat
>> system secure.  I glossed over some details, but I still think it
>> was pretty good, and damn specific, given how short it was.
>> >
>> > My problem with the method you propose is that it requires you to be
>> able to determine vulnerabilities before they happen.Say you are
>> attending a Linux Expo, or some other event that takes you away from
>> your machine(s) for the day. That morning a vulnerability is
>> announced that has an exploit. Your machine(s) is(are) vulnerable
>> until you update it. If it is a network exploitable vulnerability.
>> >
>> > Specific? Well, do you like to print, and run lpd? it's had problems
>> in the past.
>> >
>> >
>> > > You assert that it won't work.  OK, be specific.  Reread what I
>> posted.  Assume that such a RH 7.0 system has been on the
>> internet, maintained as I described, without a firewall, for the
>> last two years. Tell me how it got rooted during time.  Be
>> specific.
>> >
>> > It's maintainer was at work, and it was a home machine running the
>> vulnerable LPRng and did not update the machine until they were a)
>> aware of the problem, and b) able to update to a fixed version. For
>> example: http://rhn.redhat.com/errata/RHSA-2002-089.html
>> >
>> >
>> > An example clipped from an incident report:
>> > --
>> > Port 515 on our network was scanned from ui

Re: redhat and winxp machine not talking

2003-01-29 Thread Shannon Neumann




Perhaps this has
already been mentioned, I apologize if it has.  If you are trying to
use the WindowsXP box as the gateway to the internet, do you have
Internet Connection Sharing set up?  If not, then it's not gonna do
what you want it to.  As far as pinging, both machines have default
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, Michael (Contractor) wrote:

  
  Message
  
  Brian,
   
  I am in the same boat as you... I still
cannot get my XP to talk with Linux... I am trying  to use secured
shell as suggested with no luck yet If I get it working I will let
you know... Will be at it again Friday... Please let me know if you
get it working before I do.
   
  Thanks
  
-Original Message-
From: Brian Fabiano   [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 28, 2003 1:25   PM
To: [EMAIL PROTECTED]
Subject: redhat and winxp   machine not talking


Heres
my   setup
 
XP
machine w/2   NICs
1st
NIC direct to   @HOME cable modem
2nd
Nic into   hub  192.168.0.1/255.255.255.0
 
RedHat
8.0   Machine
1
NIC   192.168.0.5/255.255.255.0
Gateway
192.168.0.1
DNS
same as @home 
 
I
cannot get them   to see each other, let alone share the internet
connection
they
won't ping   each other
I
am very new to   Linux, so please be specific with suggestions.
 
  





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 Manager
> Every Angle
> http://www.every-angle.com
> mailto:[EMAIL PROTECTED]
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: moving mysql database from one server to another

2003-01-24 Thread Shannon Neumann
I have had very good luck just copying the folder across from one server
to another.  In fact, it even works when copying mysql databases from
windows to linux.  I had Apache/mySQL running on a Windows 2000 box for a
while, and when I wanted to move the databases to my Redhat box, I was
able to 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


> Hello,
>
> Well, I've got my redhat 8 production server almost done. My question
> is, how do I move the mysql databases from the test server to that one?
> Can I just copy the folder across, or is there something else I have to
> do?
>
>
> --
> Jody Cleveland
> ([EMAIL PROTECTED])
>
> Help Microsoft stamp out piracy - give Linux to a friend today
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SSH Error

2003-01-22 Thread Shannon Neumann
Are you running nmap from the Redhat box that you are trying to connect 
to?  The reason I ask is that if you are, often it will show ports as open 
that are not actually open to outside machines because of iptables.  What 
you might try is stopping iptables with   service iptables stop   and see 
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 Red Hat 8.0 system and I am running into some   
> trouble with connecting to the system via SSH.
> 
>   When I run nmap against the machine I find out that port 22 is open and   
> listening. The SSH configuration file is all default, save for the   
> addition of users that are allowed to access the system.
> 
>   When I run PuTTy to connect to the server, I receive nothing. Sometimes   
> PuTTy dies, sometimes it just sits there waiting for me to kill it. When   
> I connect to the server via ssh on the other server I receive the   
> following error message on the screen:
> 
> "ssh_exchange_identification: Connection closed by remote host"
> 
>   I am unfamiliar with why this message would be showing up. The system   
> has nothing configured to deny such connections. I have given this a go   
> with and without my ipchains rules in place. I believe that this is   
> directly related to something with the way ssh is configured in Red Hat   
> 8.0.
> 
>   Thanks for any assistance you can give. 
> 
> Regards,
> Robert Adkins II
> IT Manager/Buyer
> Impel Industries, Inc.
> Ph. 586-254-5800
> Fx. 586-254-5804
> 
> 
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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 Computers
www.neumannweb.net

Larry Brown wrote:

  I was able to resolve the issue off list.  The problem was with the php.conf
file.  The original posting was due to a modification of the Files tag.


SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 524288


is modification was an attempt to get the server to parse .html in this
file.  Changing it back to this format fixed pasing of .php files.  If
anyone has the correct method within this file to parse .html can you post
this.

PS.  We worked on this off list as I had him mail me the configuration files
to look for the problem.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Bret Hughes
Sent: Friday, January 17, 2003 2:51 PM
To: [EMAIL PROTECTED]
Subject: RE: PHP displaying PHP code and only that

On Fri, 2003-01-17 at 13:33, Kevin Breit wrote:
  
  
On Fri, 2003-01-17 at 06:50, Larry Brown wrote:


  For starters, are you using just a text editor (emacs/vi)?
  

Yeah, I am using emacs to edit the file.

Second, I am using the short 
  
  
try it with mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




  





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 Field [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 4:43 AM
To: [EMAIL PROTECTED]
Subject: RE: ssh


Yeah, id go for putty, works a treat and is freee!

Dan


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ed Wilts
Sent: 16 January 2003 12:39
To: [EMAIL PROTECTED]
Subject: Re: ssh


On Thu, Jan 16, 2003 at 12:03:04AM -0500, Larry Brown wrote:


  What platform is the client on?

RH it comes with the distrobution

Windows go to ssh.com.  The sell a great Windows Client.
  

My favorite is the free PuTTy.  Go to Google and search for "putty ssh"
and it will be the first link returned.

.../Ed
--
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

_
This e-mail has been scanned for viruses by the WorldCom Internet Managed
Scanning Service - powered by MessageLabs. For further information visit
http://www.worldcom.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


  
  


  





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

  

1) Is Linux now capable of reliably reading *and* writing NTFS partitions? I
want
to switch my WinXP from FAT32 to NTFS while being able to access it from
Linux in case evil comes around yet again.
  





Re: Using sendmail? as a distribution list

2003-01-16 Thread Shannon Neumann




This is actually a pretty
easy one...  You create a line in /etc/aliases like the following:

dummy: [EMAIL PROTECTED], [EMAIL PROTECTED],
                [EMAIL PROTECTED]

you can put as many email address in here as you need to, and they can be
on seperate lines, so long as the are comma-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
www.neumannweb.net




Reuben D. Budiardja wrote:

  Hello,
I want to have somekind of distribution list for sending e-mail so that I can 
send e-mail to few people just by specifying one To: address. Mailer like 
Eudora has this capability built-in. Kmail has something like this too, but 
it sucks since I have to have an entry in the contact for each e-mail address 
I want to put in the distribution list. I use Kmail though, BTW.

So I am wondering if there's any way to do this through sendmail, and then I 
can send the mail to a local address, and let sendmail distribute it. The 
initial idea that I have is to have something like this:

1. create a new user, eg. distribution1
2. create .forward file in /home/distribution1
3. put the entry in that .forward file, such as:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
etc..

4. Then to send e-mail, I can just send to distribution1@localhost

But this is not very elegant since then I have to create new user everytime I 
want to have new distribution list, and it will clutter up the /home 
directory.

Any pointers or help for something like this?

Thanks a lot.
Reuben D. Budiardja

  







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 on my redhat 8 server. One thing I
noticed it doesn't show is browser information. Is there any way to display
that? It'd be nice to know demographics of what browser people are using.

Thanks!


--
Jody Cleveland
([EMAIL PROTECTED]) 



  







Re: Sendmail

2003-01-15 Thread Shannon Neumann




I don't personally know
of an 'VBScript-ish' languages for linux, but I know that Perl is very adept
with regards to database access...  However, I am in no way proclaiming to
be a Perl wiz, I just offered it as a suggestion based on what I have read,
and what others have 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 scripts that
access the DB directly from the Linux  box and send the mails out.  I havnt
used Linux for about 5 years now so  maybe a bit behind when it come to the
languages available... ideally I would  prefer something similar to VBScript,
any suggestions?
 
   
 
  Dan
 
   
 
 
-Original Message-
From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]]On
Behalf Of ShannonNeumann
Sent: 15 January 2003 06:45
To:[EMAIL PROTECTED]
Subject: Re:Sendmail


My understanding is
that sendmail onlyuses the mqueue if it is configured to queue the mail
rather than sending itright away.  And even in that case, it is sendmail
itself that writes themessages to that directory after an SMTP connection
has been used to get themessage to sendmail.

I suppose what could be done is to create a shellscript 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 wouldtake a little
thought to make sure that would work correctly.
    
ShannonNeumann
Neumannweb Computers
www.neumannweb.net




DanielField wrote:
   

  I know it works with a pickup directory (eg: /var/spool/mqueue).

I want our server based application which runs from a Win2K box to be able
to write to this mail queue for sendmail to pickup the mail and send them
on, this does away with the overhead of a SMTP connection for each mail
send.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nick Lindsell
Sent: 15 January 2003 16:32
To: [EMAIL PROTECTED]
Subject: Re: Sendmail


At 16:22 15/01/2003 +, you wrote:
  
 
  
Hi,

If there is a better list for this question then please tell me so

What I want to do is share a directory from my Redhat box (I have managed
this part) and then be able to use that directory as a drop point for
emails for sendmail to pickup and send out.  Similar to the way the
Microsoft SMTP service works.  Is this possible?  If so anyone know of any
links with info regarding this?

  
  

Sendmail doesn't work like that (if I understand you correctly).

If you want to send out mail with SMTP via sendmail then configure
your mail client (Outlook, Eudora, whatever) to use the Redhat machine
as the outgoing SMTP server.

What *exactly* are you trying to do?


nick@nexnix
  
 
  
Thanks,

Dan


  
  


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

_
This e-mail has been scanned for viruses by the WorldCom Internet Managed
Scanning Service - powered by MessageLabs. For further information visit
http://www.worldcom.com



  



-- redhat-list mailing list unsubscribemailto:[EMAIL PROTECTED]?subject=unsubscribe
   https://listman.redhat.com/mailman/listinfo/redhat-list
_
Thise-mail has been scanned for viruses by the WorldCom Internet Managed
ScanningService - powered by MessageLabs. For further information visit
   http://www.worldcom.com
  








-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Sendmail

2003-01-15 Thread Shannon Neumann




My understanding is that
sendmail only uses the mqueue if it is configured to queue the mail rather
than sending it right away.  And even in that case, it is sendmail itself
that writes the messages to that directory after an SMTP connection has been
used to get the message to sendmail.

I 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
www.neumannweb.net




Daniel Field wrote:

  I know it works with a pickup directory (eg: /var/spool/mqueue).

I want our server based application which runs from a Win2K box to be able
to write to this mail queue for sendmail to pickup the mail and send them
on, this does away with the overhead of a SMTP connection for each mail
send.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nick Lindsell
Sent: 15 January 2003 16:32
To: [EMAIL PROTECTED]
Subject: Re: Sendmail


At 16:22 15/01/2003 +, you wrote:
  
  
Hi,

If there is a better list for this question then please tell me so

What I want to do is share a directory from my Redhat box (I have managed
this part) and then be able to use that directory as a drop point for
emails for sendmail to pickup and send out.  Similar to the way the
Microsoft SMTP service works.  Is this possible?  If so anyone know of any
links with info regarding this?

  
  

Sendmail doesn't work like that (if I understand you correctly).

If you want to send out mail with SMTP via sendmail then configure
your mail client (Outlook, Eudora, whatever) to use the Redhat machine
as the outgoing SMTP server.

What *exactly* are you trying to do?


nick@nexnix
  
  
Thanks,

Dan


  
  


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

_
This e-mail has been scanned for viruses by the WorldCom Internet Managed
Scanning Service - powered by MessageLabs. For further information visit
http://www.worldcom.com



  








-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


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
Neumannweb Computers
www.neumannweb.net


Matt Rowley wrote:

On January 13, 2003 12:10 pm, Kent Borg wrote:


As with all software on your Linux server, keep this software up to
date too.  Security holes could be found, if they are they will likely
be patched quickly--but that only helps you if you stay up to date.



it should also be mentioned that since you're looking to connect to your
linux  box from youw winXP box, that you should go to www.ssh.com and
download the  free windows ssh client there.



Or go to www.openssh.com/windows.html and pick one of the many other 
ssh clients for win32...  personally, I like putty most.  Tiny 
footprint + cmd-line scp in windows!

--Matt






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Redirects

2003-01-10 Thread Shannon Neumann
You could make the index page for that vhost a php script that rewrites 
the response header and directs to a different host and port number, 
like this:


header("Location:  http://www.newhost.com:1234";);
?>

This would have to be at the very top of the file so that it is the 
first 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 mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ssh Wierdness

2003-01-08 Thread Shannon Neumann




Back in October, this exact issue came up...  below I have copied the
text from one of the responses.  For further info, check the archives
from October 2002.


On Fri, 2002-10-11 at 09:30, Freddy Chavez wrote:
> When I connect via OpenSSH (using PUTTY v0.51 from a Windows box) to RH 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 when you're connecting.


Shannon Neumann
Neumannweb Computers
www.neumannweb.net


[EMAIL PROTECTED] wrote:

  Hey all,

This is probably something silly, but when I upgraded to RH8.0 I noticed
that my man pages look really odd.  It's like there are extra, strange
characters in there that weren't there before.

sample from [man cp]
+++
 Mandatory  arguments  to  long  options are mandatory for short options
   too.

   âa, ââarchive
  same as âdpR

   ââbackup[=CONTROL]
  make a backup of each existing destination file

   âb like ââbackup but does not accept an argument

   ââcopyâcontents
  copy contents of special files when recursive

   âd same as âânoâdereference ââpreserve=link

   âânoâdereference
  never follow symbolic links

   âf, ââforce
  if an existing destination file cannot be opened, remove it
and
  try again

   dereferenceâ
+++

I use Putty as my ssh client and I don't think that I have changed any
switches since the upgrade...

Any thoughts?

Thanks


Carl



  





Re: SAMBA/CUPS print queue

2003-01-08 Thread Shannon Neumann
This kind of depends on a couple of things.  First, I am going to assume 
that you are NOT using the Samba box as a Domain Controller for your 
Windows boxes.  Having said that, this problem comes up when you are 
logged on to the Windows box as an administrative user who does not have 
root level privileges on the linux box.  It has to with the specific OS 
calls that are used to access the print queue, which are briefly 
explained in the man pages.  Below, I have included the line you can add 
to smb.conf to correct it, as well as the relevant section of the 
smb.conf man page.


What you can do is add the following line to the globals section of your 
smb.conf to apply it to all printers:

use client driver = yes

Now, here I have included the relevant section of the smb.conf man page:

use client driver (S)
This parameter applies only to Windows NT/2000 clients. It has no affect 
on Windows 95/98/ME clients. When serving a printer to Windows NT/2000 
clients without first installing a valid printer driver on the Samba 
host, the client will be required to install a local printer driver. 
From this point on, the client will treat the print as a local printer 
and not a network printer connection. This is much the same behavior 
that will occur when disable spoolss = yes.

The differentiating factor is that under normal circumstances, the 
NT/2000 client will attempt to open the network printer using MS-RPC. 
The problem is that because the client considers the printer to be 
local, it will attempt to issue the OpenPrinterEx() call requesting 
access rights associated with the logged on user. If the user possesses 
local administator rights but not root privilegde on the Samba host 
(often the case), the OpenPrinterEx() call will fail. The result is that 
the client will now display an "Access Denied; Unable to connect" 
message in the printer queue window (even though jobs may successfully 
be printed).

If this parameter is enabled for a printer, then any attempt to open the 
printer with the PRINTER_ACCESS_ADMINISTER right is mapped to 
PRINTER_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 Computers
www.neumannweb.net



Graeme Coates wrote:

Hi all,

Probably a quick question which I think may be configuration related:

When I try to view the print queue on my RH8 box from a Windows XP
workstation on the same network, I get an "Access denied. Unable to
connect." message, meaning I can't view the queue from WinXP, even
though I can print to that printer via SAMBA with no problems. This also
caused problems as if I print with the RH box off, it will queue the
items in Windows but never sends them later as it is always unable to
connect.

I'm thinking either I have a permission wrong, or my smb.conf is out of
line... any ideas?

smb.conf (relevant lines):

[global]
workgroup = HILLBURY
netbios name = ARIES
server string = Samba Server 
bind interfaces only = True
interfaces = eth0 192.168.0.1
hosts deny = ALL
hosts allow = 192.168.0. 127.
guest account = nobody
log file = /var/log/samba/log.%m
log level = 0
max log size = 50
security = user
invalid users = root bin daemon nobody named sys tty disk mem kmem users
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
username map = /etc/samba/smbusers
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
write cache size = 262144
printcap name = lpstat
printing = cups

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
create mode = 0766
print command = lpr -P %p -o raw %s -r
lpq command = lpq -P %p
lprm command = cancel %p-%j

TIA,

GC



 




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Partition Sizes

2003-01-07 Thread Shannon Neumann
In theory, if the /usr and /var partitions were right next to each other 
on the hard drive, you could use a tool like partition magic to shrink 
down the one, and then enlarge the other, but in my opinion, the risk of 
data loss is much too high.  Besides, you could move the Apache and 
MySQL 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
www.neumannweb.net


Andy Kirk wrote:

I am running RH8, and have realised that my /usr partition is much too
large, and my /var partition is much too small.

Is there any way to resize these partitions without effecting the
installation at all.  I can not afford to reinstall.

The other option would be to move my Apache Web Space and MySQL databases to
/usr, and migrate the data in both to the new directory structure.

Which of the above methods would be the easiest, quickest and safest, and
where would I go for information to perform the required tasks.

Regards



 




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba

2003-01-07 Thread Shannon Neumann
I have found SWAT to be a very helpful tool...  You have to make sure 
that swat is enabled by looking for
   disable = no
in /etc/xinetd.d/swat, making sure to restart xinetd if you had to 
change it.  Then in a browser, you can go to http://localhost:901/ and 
there is a web-based configuration 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 up by hand?
 




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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. Some speculation will be required to 
solve this one!

The situation:

Linux Server sitting in Seattle, I'm in Florida.
The Linux Server crashed due to a power failure (I know, it needs a 
UPS). When the server came back up, it came up, sans sshd. So I cannot 
get on it to check it out. I also cannot get on to diagnose the 
problem with sshd, because ssh is my only access (kinda a catch-22 
isn't it?).

Further complicating it: I Have no one on site, that knows spit about 
computers, that can help. The best that can be offered is a pair of 
fingers, that are extremely computer illerate.

Somehow, I need to diagnose the problem, and find a way to fix it.
Any suggestions will be greatfully accepted.

Any "guesses" on what would be snagging up sshd? All I know is that it 
failes to start, both on boot, and via "service sshd start". I don't 
know what's in the logs, I can't get to them.

I know this is vague, but it's all I have to go on at the moment.

Any suggestions, speculations, "WAGs" will be very greatfully accepted!

Thank you!

Ric






--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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 Computers
www.neumannweb.net



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Personal Server Specification Recommendations

2002-11-15 Thread Shannon Neumann
My Redhat8.0 Server is an old Compaq Presario 5660.  It has a PentiumII
450MHz processor, 192MB RAM, and a 12GB hard drive.  I added a Linksys
LNE100TX network card, adn swapped tghe original DVD-ROM drive for a
standard CD-ROM.  This machine is my production server which I to host my
website, email, etc., and is more than powerful enough to handle the load
I throw at it.  I have also used it as a file server, ftp, ssh, dns, and
dhcp without any trouble at all.  And while it is my "business" server, it
also happens to be in my home.

Also, having said all of that, for quite a while, 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 design.
>
> Would you please share with me the specifications and/or recommendations
> you have?
> - i.e. Brand, Processor, memory, etc.
> * I'd like to get a computer that doesn't have driver and swappable
> component issues
> For example I can run to Best buy and get a little E-Machine - price is
> right, but Linux isn't supported, no drivers will be available, I'd
> rather not try and 'bastard-ize' a machine that was only intended for
> Win Me
>
> Do you have domain name, or do you write a script to perpetuate you IP
> address?
> - Any issues, concerns, legality, etc.
>
>
> Thanks in Advance
> -Brian
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list


-- 
Shannon Neumann
Neumannweb Computers
www.neumannweb.net




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



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 Microsoft Access without any
difficulty.  I wish I had a solution for you, but at least you know it
isn't a flaw in Redhat8 :)--Shannon NeumannNeumannweb
Computerswww.neumannweb.net

- Original message From:
"Edward Finlayson" <[EMAIL PROTECTED]>To: "Redhat-List (E-mail)"
<[EMAIL PROTECTED]>Subject: RH8.0 & MySQL BUG!!!Date:
11-11-02 18:46Hi Everyone,I've
just upgraded to 'Psyche' RH8.0 and found two things that worry
me.Firstly: Where is the package manager GnoRPM seems to be missing so I
don't seem to have a GUI for RPM.Secondly and far more troublesome MySQL
as distributed with RH8.0 will not allow ODBC connections. This is a major
problem as it is a database sever that I upgraded. I have done several
searches on the web and have as yet to find anything helpful.Is there a
known problem with RH8.0 and MySQL.Is there also a known cure.What
is this cure, I don't want to mess about with the base installation too much
(Like depreciating gclibs Etc.)The fault that I get is that as soon
as I try to connect via ODBC to MySQL the daemon hangs and is respawned.
nothing so far has worked.Finally, is the only cure to rebuilt
the machine with RH7.2Sorry to be negative, and as I have been using
RedHat for some years now (Since RH6.0), I'm used to having to help myself,
but this time there is what I would consider to be a Major Fault in the
distribution I've tried to contact RedHat themselves but I shouldn't
have to take out a support contract just to solve one single application
problem, That's always assuming that they will help on an application
level.I really hope that I'm not just blowing smoke and that someone
else can help me.Yours HopefullyFin. --
redhat-list mailing listunsubscribe
mailto:[EMAIL PROTECTED]?subject=unsubscribehttps://listman.redhat.com/mailman/listinfo/redhat-list


This mail was sent by UebiMiau 2.5



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list