Re: [newbie] Reload Xinetd

2001-11-21 Thread Michael D. Viron
There are not -- actually, there is one 'script' /etc/rc.d/init.d/xinetd which calls /usr/sbin/xinetd to either start or stop it. /usr/sbin/xinetd is the actual xinetd binary. At 12:59 PM 11/22/2001 +0800, you wrote: many thanks. that worked, but may I ask why are there 2 differing "vers

Re: [newbie] Question about installing a .tar.gz file

2001-11-21 Thread Michael D. Viron
Typically a .tar.gz file isn't directly installed. Instead, you usually: 1. run 'tar -xzvf whatever.tar.gz' from the command line 2. run './configure' (to configure it) 3. run 'make' (to compile) 4. run 'make install' (to install) Michael -- Michael Viron Registered Linux User #81978 Senior

Re: [newbie] Security warning?

2001-11-21 Thread Michael D. Viron
Chris, This is part of the e-mail that cron sends on completion of the 'logcheck' entry in /etc/cron.daily . Basically these are items to let you know that something changed since the last time it ran. It is not a good idea to disable it, and in fact is a good idea to check on the items it is '

Re: [newbie] Mounting new HDD and creating new partitions.

2001-11-21 Thread Michael D. Viron
Tomek, First, you need to create the new partition(s) on it. You can do this from the command line by doing fdisk /dev/hdx --where x depends on where it is on your ide cable (ide0 primary is hda, ide0 slave is hdb, ide1 primary is hdc, ide1 slave is hdd). After that, you need to create the file

Re: [newbie] Reload Xinetd

2001-11-21 Thread Michael D. Viron
'/etc/rc.d/init.d/xinet restart' from the command line as root. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 09:46 AM 11/22/2001 +0800, you wrote: >How do I reload xinetd under LM 8.1 ? thanks. > > >

Re: [newbie] Proper rpm procedure for cross-dependency?

2001-11-20 Thread Michael D. Viron
A better route would be to do 'rpm -Uvh --test kernel-*.rpm iptables-*.rpm' which would deal with the 'catch-22' situation. --nodeps should be a last resort. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida

Re: [newbie] Installation and config of apache + php 4 + mod_ss

2001-11-18 Thread Michael D. Viron
At 11:52 AM 11/19/2001 +0800, you wrote: >Hi All People, > >I am going to build apache + php 4 + mod_ss on Mandrake 8.1 to experience >their installation and configuration and expecting to receive some advice >from the list. > >I found follwoing components in the CDs. > >MM_VERSION=mm-1.1.3-1.

Re: [newbie] linux facts for presentation

2001-11-18 Thread Michael D. Viron
I've implemented linux for a local group called 'Web Spinners' out at the University of West Florida, initial install was back in 1997, although we've been slowly 'tweaking' things since then. Cost was a big issue for this project, since funding was either non-existant or consisted of less than $

Re: [newbie] Help

2001-11-16 Thread Michael D. Viron
You need to burn the .iso image, not the individual files. If you do so, you will have problems. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 07:55 PM 11/16/2001 -0800, you wrote: I downloaded

Re: [newbie] Set PATH and CLASSPATH?

2001-11-15 Thread Michael D. Viron
Typically PATH / CLASSPATH are set in /home/username/.profile , although they can also be set in .bashrc . Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 10:40 PM 11/15/2001 -0500, you wrote: >you can

Re: [newbie] packer program

2001-11-15 Thread Michael D. Viron
There are gzip, bzip2, tar, and zip that come to mind... Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 01:42 PM 11/15/2001 -0800, you wrote: >I believe you already have such a program that will compre

Re: [newbie] password samba

2001-11-14 Thread Michael D. Viron
At 11:35 AM 11/14/2001 -0700, you wrote: >Hello: > >Not sure I understand completely, but let me give it a shot. As I >understand it, you created an account in your linbox named user and you >want the two pc's networked for printer and file sharing. If so, you have >two alternatives. One, is to

Re: [newbie] Mounting EXT2 Floppy

2001-11-13 Thread Michael D. Viron
At 02:23 PM 11/13/2001 -0500, you wrote: > > >"Michael D. Viron" wrote: >> >> Make sure that the user is a part of the 'floppy' group. Otherwise you >> will not be able to mount the floppy as a non-root user. > >How do you do this? edit

Re: [newbie] tar.bz2

2001-11-09 Thread Michael D. Viron
At 11:05 PM 11/08/2001 -0800, you wrote: >Use: > >tar -xvjf *.tar.bz2 > >Barry That will work if he is using Mandrake 8.0 or later, on 7.2 the command would be 'tar -xvIf whatever.tar.bz2' . -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, U

Re: [newbie] global login scripts?

2001-11-09 Thread Michael D. Viron
Depends on which shell they are using. Bash - edit /etc/profile and / or /etc/bashrc csh - edit /etc/csh.cshrc and / or /etc/csh.login zsh - edit /etc/zshrc Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida

Re: [newbie] Postfix mail server question.

2001-11-04 Thread Michael D. Viron
At 08:34 AM 11/04/2001 -0800, you wrote: >Hi, >I have a Domain and a static IP. I also so setup my Web server runs >behind a router which support NAT function. I open port 80 for WEB and I >think I have to open 2 more ports which are #25 and #110 for mail >server, is that right? No, you actually

Re: [newbie] Installations under root

2001-11-04 Thread Michael D. Viron
Yes, all programs, unless permissions specifically prohibit it, can be used by any user on the system. For audio with a user, make sure that the user is a part of the 'audio' group in /etc/group -- if not, then add the account to the audio group, otherwise the non-root user will not be able to u

Re: [newbie] Question about accessing windows mount

2001-11-03 Thread Michael D. Viron
I would guess that linux does not yet have support for whatever NTFS is included with XP, since the last I heard, read / write support for NTFS 4 was still very experimental, and NTFS 5 support was virtually non-existant. Since NTFS is a proprietary binary-only filesystem, linux does not support

Re: [newbie] AOL newbie sendmail problem

2001-11-03 Thread Michael D. Viron
At 01:44 PM 11/04/2001 +0800, you wrote: >I've installed sendmail in my linux box .then i want to send e-mail.What >is the command to receive and get mails in sendnmail program. Sendmail automatically picks up on e-mails being sent to an account on your machine (unless you have a dynamic IP, in w

Re: [newbie] Problems with KDevelop 1.3 installation

2001-11-03 Thread Michael D. Viron
Try installing qt-devel (if it isn't already). Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 08:41 PM 11/03/2001 -0800, you wrote: I have installed XFree86-devel and that part is ok, now I get

Re: [newbie] Problems with KDevelop 1.3 installation

2001-11-03 Thread Michael D. Viron
First, please try using larger fonts -- the below font is very difficult to read as it is 6pt or less. Make sure that you have XFree86-devel installed--if it isn't, it will not find the XFree86 header files. Michael At 06:35 PM 11/03/2001 -0800, you wrote: When I run configure I get error

Re: [newbie] just what does that restore session thing do anyway?

2001-11-03 Thread Michael D. Viron
It basically means that if you've left something open (such as an xterm, mozilla window, etc) when you logout, that, the next time you log in, it will still be open. Michael At 06:49 PM 11/04/2001 -0800, you wrote: >If I check the box "restore session the next time you log in" the only >differ

Re: [newbie] What do I nedd for compiling c++ code?

2001-11-03 Thread Michael D. Viron
At 03:50 PM 11/03/2001 -0800, you wrote: >When I try c++ or g++ I get message: command not found. :-( > You most likely don't have the c++ add-in for gcc and / or the standard c++ libraries installed. You may want to verify that you have: [mviron@wsdodev mviron]$ rpm -qa | grep c++ libstdc++2.1

Re: [newbie] password in network

2001-11-01 Thread Michael D. Viron
Are you trying to connect from a windows PC to a linux samba server? If you are, you must make sure that either your windows username is mapped to your unix username in /etc/smbusers (or possibly /etc/samba/smbusers, depending on which version of samba / Mandrake you are using on the server) or a

Re: [newbie] No sound as user!

2001-10-31 Thread Michael D. Viron
Try checking to make sure that your user account is part of the 'audio' group. If it isn't, you will not be able to use sound as a user (although it will work perfectly fine as 'root'). It's yet another 'security' feature. Michael -- Michael Viron Registered Linux User #81978 Senior Systems &

Re: [newbie] logfile location?

2001-10-31 Thread Michael D. Viron
As far as where the logfiles are located, they are usually either directly under /var/log, or in one of the subdirectories. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 10:55 AM 10/31/2001 -0600, you

Re: [newbie] MSN.com and MS in general.

2001-10-30 Thread Michael D. Viron
>I might be wrong -- not saying ms was right to block browsers -- but I >thought that ms was concerned about css, not javascript. You're approach >addresses javascript, not css. I'm sure you know this, but I'll say it just >to make my point clear: For css, you have to check for browser type, not >

Re: [newbie] how to extract bz2 files

2001-10-28 Thread Michael D. Viron
> >run tar xjf ... > >Paul > 'tar xjf filename' will work on 8.0 and above, it does not work on previous releases 7.2 and below. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida Want to buy your Pack or

RE: [newbie] Internet Explorer for Mandrake 7.2?

2001-10-26 Thread Michael D. Viron
>Linux still have a long way to go, compared to where microsoft is... So, >learn from the strength of microsoft, and combine both to win ppl over... >and not argue among urselves, and accomplish nothing except to maybe plant >seeds of disunity... >If Linux really rise up to the occasion, I am will

Re: [newbie] Circular dependancies?

2001-10-23 Thread Michael D. Viron
>[root@pengo packages]# rpm -i libGConf1-1.0.4-2mdk.i586.rpm >error: failed dependencies: >GConf >= 1.0.4 is needed by libGConf1-1.0.4-2mdk > >Is this my fault for trying to install from the 8.1 RPM's or should I be able >to do this? Get around it by doing an 'rpm -i libGConf1-1.0.4-2mdk

Re: [newbie] How can I determine if I'm root in a script

2001-10-23 Thread Michael D. Viron
You could try 'whoami'. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 10:18 AM 10/23/2001 -0500, you wrote: >I'm trying to write a bash script to install some files but it must be run >as root. Is th

Re: [newbie] Mac vs Intel architecture deliberations

2001-10-22 Thread Michael D. Viron
>One of the things about the Mac that caught my >attention was that its new OS X is basically another >Unix variant. Aside from being more stable than >Windows, Im hoping that each machine would be able to >easily mount the others file systems. Has anyone tried >this? I would expect it to be sim

Re: [newbie] more books please

2001-10-21 Thread Michael D. Viron
Try http://www.linuxdoc.org, which contains all the linux documentation (Guides, Howtos, etc). Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 11:17 AM 10/21/2001 -0500, you wrote: >Hi... > I need fre

Re: [newbie] How to make a Upgrade

2001-10-01 Thread Michael D. Viron
It's pretty much no different than an install -- reboot, pop the CD in, go step by step through the screens, and you are all set. The last time I did an upgrade was from 7.1 to 7.2 -- it ended up taking nearly 6 hours to finish. I did a clean install of 7.2, and had the machine up and running wi

Re: [newbie] fetchmail

2001-09-29 Thread Michael D. Viron
At 07:35 PM 09/29/2001 -0600, Admin wrote: >Hello: > >I understand fetchmail is an email retrieval system, which will obtain emails >from a remote email server and distribute them to the local network. >Currently, I have a two pc lan, where my second pc is a win98 box. Does >anybody know if f

Re: [newbie] ipchains? iptables? iproute2?

2001-09-25 Thread Michael D. Viron
iproute2 is the way for kernel 2.4.x to handle IP source routing. (See docs at http://www.linuxgrill.com/iproute2-toc.html for information) ipchains and iptables are roughly equivalent to one another in that they both have the same end result -- configuring a firewall. ipchains is the firewallin

Re: [newbie] xinetd

2001-09-25 Thread Michael D. Viron
At 09:48 PM 09/25/2001 +0100, you wrote: >Hi > >I installed a few security updates via Mandrake Update to my MDK 8.0 system >over the weekend. One of them was an updated xinted. All seemed to go >well. > >Tonight I found the need to telnet to my machine, and couldnt, no telnet >service. I tr

Re: [newbie] Checking on port 80 scans?

2001-09-22 Thread Michael D. Viron
It'll be in your error_log and access_log files in /var/log/httpd/ . (unless each site has its own set of log files). Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 08:28 AM 09/22/2001 -0700, you wrote

Re: [newbie] question regarding man and xmodmap

2001-09-21 Thread Michael D. Viron
There are a few things you can do: 1. Repartition the drive (which pretty much means a re-install) as follows: / approx 600 - 700 MB /usr approx 3.5 GB (gives you a little more room in case you decide to load more programs down the road) leave your swap size the same give the rest to /home. 2.

Re: [newbie] question regarding man and xmodmap

2001-09-21 Thread Michael D. Viron
>Date: Fri, 21 Sep 2001 17:55:40 -0500 >To: [EMAIL PROTECTED] >From: "Michael D. Viron" <[EMAIL PROTECTED]> >Subject: Re: [newbie] question regarding man and xmodmap > >At 12:45 AM 09/22/2001 +0200, you wrote: >>Hi, >>I've been running Red Hat

Re: [newbie] Same install many PC's

2001-09-19 Thread Michael D. Viron
During an expert installation of MandrakeLinux 8, it should ask if you want to create a "replication" floppy--at least it does with 7.2 not sure about 8.0 or 8.1. I'm not sure how exactly it works, but it should be pretty close to what you want. Michael -- Michael Viron Registered Linux User #8

RE: [newbie] apache question .htaccess file and httpd.conf settings relating to it.

2001-09-16 Thread Michael D. Viron
At 05:03 PM 09/16/2001 +0800, Franki wrote: >also, do you have the paths to the document root set correctly in >httpd.conf? > >if you are trying to serve pages from the servers root directory, it will >give that result... > >if its not set to serve root... > >take a look in /etc/httpd/conf/httpd.c

Re: [newbie] File access- Me?,Machine?, Manual?

2001-09-14 Thread Michael D. Viron
>What you said makes sense. Except for one item, >Root directory - key word is directory not root. >The one item is if I am SU, does this automatically open >the root file or the directory? >Assuming I have it set for all access. If you 'su' without the dash, you become the root user (ie, user

Re: [newbie] Uninstalling Mandrake 8.0

2001-09-10 Thread Michael D. Viron
>Michael, > >sorry for you having to post it again - is there an archive of this list >anywhere? > >Adam The list is archived at http://www.mail-archive.com/newbie@linux-mandrake.com/ for "newbie" and http://www.mail-archive.com/expert@linux-mandrake.com/ for the expert list. Michael -- Michael

Re: [newbie] Uninstalling Mandrake 8.0

2001-09-10 Thread Michael D. Viron
At 01:11 PM 09/10/2001 -0500, you wrote: >on 9/10/01 12:41 PM, Mr Cripps at [EMAIL PROTECTED] wrote: > >> Here's my main question - if I install on F: and the disk is reformatted by >> Linux, how will I get Windows to eventually claim it back? Will it be easy, >> or am I committed? Will Win still

[newbie] Re: Re[2]: [expert] httpd as root

2001-09-09 Thread Michael D. Viron
Mulus, If you really want to open up that can of worms, yes, you'll have to re-compile apache from source. If this is a box with an internet connection, that isn't behind a firewall, I would strongly suggest continuing to run apache as the apache user. If it's behind a firewall which blocks out

Re: [newbie] PARTIONING HARDRIVE

2001-09-09 Thread Michael D. Viron
At 03:24 PM 09/10/2001 +1200, Ivor Westwood wrote: >Hi All > >I have a 17Gb hardrive partitioned into three. C. 2.5Gb, D. 6.55Gb E. >6.55Gb. I had this partitioning done when I was going to install BiOs, but >the computer shop installed Windows in all three partitions. I really >wanted Win

Re: [newbie] FAQ was re: Uninstall Linux ?

2001-09-09 Thread Michael D. Viron
All, Although the FAQ hasn't been completely finished, it can be viewed at http://webspinners.uwf.org/~mviron/faqs/linux.php . Keep in mind, that this is still very much under development, so all of the 200+ postings that I've made probably aren't covered by the FAQ yet. If you have any comment

Re: [newbie] Uninstall Linux ?

2001-09-09 Thread Michael D. Viron
>There is no "uninstall" method, except to fdisk & format the drive. >'fdisk /mbr' (from a DOS prompt -- boot from a Win98 boot diskette) will >get rid of LILO, and 'fdisk' will allow you to delete your non-DOS >partition(s) and create one or more DOS partitions. You then need to >format each part

Re: [newbie] apache htdocs and error

2001-09-08 Thread Michael D. Viron
At 06:17 PM 09/08/2001 -0400, you wrote: >This is a multi-part message in MIME format... > >=_87580-7607-2231 > >You don't have permission to access / on this server. > >what do i need to chmod on this > >chmod 600? 755? what I worked till i think my boss chmod 600 > >thanks > >Bra

Re: [newbie] Need some some file/directory system structure.

2001-09-07 Thread Michael D. Viron
At 05:29 PM 09/07/2001 -0700, you wrote: >Thanks for all the information and pointers, and my >apologies to all for all the verbal handwringing. > >I have just one specific question. Since these >directories *are* standardized (although moved around >a bit from one distr to the next, I think) doe

Re: [newbie] Need some some file/directory system structure.

2001-09-07 Thread Michael D. Viron
At 02:40 PM 09/07/2001 -0700, you wrote: >I'm overwelmed with the combination of newness and >choice in this Linux world, although it's generally >what I hoped for and I assume that it will just take >time. > >But one thing that I think is getting in my way is the >file system structure. First, I

Re: [newbie] Network Cards

2001-09-07 Thread Michael D. Viron
>I do want to start using Mandrake, and I'm willing to pick up a new >network card if that's what I have to do. If I do, I was wondering if >there was a list somewhere that I could bring into a shop so I would >choose a card that Mandrake would recognize. If you can't get the dlink card to work

Re: [newbie] Setting up for autorun

2001-09-06 Thread Michael D. Viron
At 06:33 AM 09/06/2001 GMT, you wrote: >This is a multi-part message in MIME format... > >=_999758021-7607-1676 > >> Hello, been lurking a bit and had a question that the gurus can help me >> with. I recently installed MySQL from source code and thusly, didn't get >> everything ente

Re: [newbie] Unattached inode 418928 UNEXPECTED INCONSISTENCY

2001-09-05 Thread Michael D. Viron
Which drive / partition is it complaining about? The command would be e2fsck /dev/hd[a,b,c,d][1-9] For example, if it says unexpected inconsistency on /dev/hdb1, the command would be 'e2fsck /dev/hdb1' (without the quotes). After doing this, type exit. This will put the machine into an automat

Re: [newbie] file sharing Linux to Linux

2001-09-01 Thread Michael D. Viron
Paul, Try nfs. Or use the mount command with the -t smbfs option. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 07:22 AM 09/02/2001 +0100, you wrote: >I am running samba on a Linux server, file serv

Re: [newbie] tar.bz2 -- thanks!

2001-08-29 Thread Michael D. Viron
At 12:38 PM 08/29/2001 +0200, you wrote: >what does the -k on man do? >normally i use just man > >Robert MacLean Doing a man man, shows the unelightening: -k equivalent to apropos Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] SSL, Webmin and Apache frustrations, help!

2001-08-29 Thread Michael D. Viron
Consultant Web Spinners, University of West Florida At 07:52 PM 08/29/2001 -0500, you wrote: >On Tuesday, Aug 28, 2001, Michael D. Viron wrote: > >> Here's a working .htaccess file >> >> deny from all >> AuthName YourNameHere >> AuthType Basic >>

Re: [newbie] tar.bz2 -- thanks!

2001-08-28 Thread Michael D. Viron
>while the 'j' switch will: > -j, --bzip > filter the archive through bzip2 > which is what I reckon you want to do Benjamin This of course, will only work in Mandrake 8.0 or later, not in the 7.x series. Michael -- Michael Viron Registered Linux User #81978 Senior Systems

Re: [newbie] tar.bz2 -- thanks!

2001-08-28 Thread Michael D. Viron
>tar xvif filename.tar.bz2 As an fyi, the 'i' (lowercase) option to tar (at least in ver 7.2 of Mandrake): '-i, --ignore-zeros ignore blocks of zeros in archive (normally mean EOF)' This comes from the man page. This is different from 'I' which says: '-I, --bzip2 filter archive through bzip2,

Re: [newbie] tar.bz2 -- Thanks II

2001-08-28 Thread Michael D. Viron
Benjamin, This depends on which version of Mandrake you are using. If you run Mandrake 7.2, the command would be 'tar -xvIf filename.tar.bz2' (without the quotes). If you run earlier versions of Mandrake, they may not support doing it as one step, so the commands would be 'bunzip2 filename.tar.

Re: [newbie] SSL, Webmin and Apache frustrations, help!

2001-08-28 Thread Michael D. Viron
Jon, Here's a working .htaccess file deny from all AuthName YourNameHere AuthType Basic AuthUserFile /path/to/userfile.txt AuthGroupFile /path/to/groupfile.txt require group groupname require user user1 user2 user3 satisfy any This also pre-supposes that your apache httpd.conf file has "allowov

Re: [newbie] Not prompted for other cd's during installation

2001-08-28 Thread Michael D. Viron
Anguo and Isaac, Usually this is because it is part of a single CD install distributed with a magazine (not always, but usually). If this is the case, and you have a fast enough connection plus a cd burner, download the iso's off the ftp site and burn them to CD. If not, buy them from one of th

Re: [newbie] Init process

2001-08-28 Thread Michael D. Viron
At 01:08 PM 08/28/2001 -0300, you wrote: >Hi, > > After installing InterBase for Linux in Mandrake 8.0, I would like to make >it a service that runs as start up. > > It's not clear to me where should I put the initialization command (as if >it were an autoexec.bat, excuseme for the old DOS slang

Re: [newbie] File set up

2001-08-27 Thread Michael D. Viron
At 12:13 PM 08/27/2001 -0400, Scott Parks wrote: >Just a simple question, how are most of you setting up your file systems >for install? >/boot >/ >/swap >/usr >/var >/home > >or are you doing one big / > >Coming from BSD we did the first with all the different partitions. > >-Scott With a big e

Re: [newbie] Deleting Netscape .snm files?

2001-08-27 Thread Michael D. Viron
At 09:51 PM 08/26/2001 -0700, you wrote: >> There are too many folders and sub folders for me to delete each *.snm >> file via the GNOME file manager so I thought I'd resort to the Linux > >Use find to locate the files, and then do an rm on what files it finds. > >find . =name "*.snm" | xargs rm >

Re: [newbie] Changing permissions on "mount & umount" commands

2001-08-26 Thread Michael D. Viron
>Is there a simple way to change permissions on "mount" and "umount" ? >I would prefer to have the ability to use "device" icons for my zip, >cdrom, and floppy drive, from the desktop, and logged on as a normal >user. Will chmod do it, or do I have to complicate matters? Is "sudo" >another option

Re: [newbie] Sharing files with windows 9x

2001-08-25 Thread Michael D. Viron
>In this case, I just disable the firewall temporarily while >I share the file or printer, then restart the firewall. That's ok if you are right there at the machine (or within a few minutes of its location). However, if you are trying to remotely administer a machine, that becomes less accepta

Re: [newbie] Multiple sites with one IP address

2001-08-24 Thread Michael D. Viron
OOzy, simply add the second name to dns, then add it to apache's virtual host configuration file. Michael At 09:59 PM 08/23/2001 -0700, OOzy Pal wrote: >Hello guys > >How can I run two site with one IP address. I am >running apache. > > > >= >Regards, >OOzy > >What is the purpose of life? >

Re: [newbie] ETerm RPM

2001-08-23 Thread Michael D. Viron
Oliver, First, stop sending HTML e-mails--if you send in plain text, you are more likely to get an answer. As for installing eterm, provided you have v8.x (or one of the freqs), you can do 'rpm -ivh packagename.rpm' to install. If you are on 7.x, it isn't likely (at least not at this point), th

RE: [newbie] Mounting Drives on other machines?!

2001-08-22 Thread Michael D. Viron
>Start the NFS service after restarting Linuxconf's service handler... > >Then service nfs restart. > In order to run NFS, you must also run portmap. Before you try service nfs restart, check on the status of portmap '/etc/rc.d/init.d/portmap status'. You can, of course, also find the NFS howto

Re: [newbie] rpm problem??

2001-08-21 Thread Michael D. Viron
At 09:18 PM 08/21/2001 -0400, Kevin Fonner wrote: >I decided since I wanted to learn more about what was going on >undernieth the system that it would be fun to upgrade just the packets I >want to on corporate server. Any ways I keep getting a wierd error >message from rpm command. > >"only pa

Re: [newbie] staring samba at boot time.

2001-08-21 Thread Michael D. Viron
>> In the lower version of Mandrake I manage to start samba at boot time. >But >> now in version 8.0 >> I'm confused, I can't seem to find the "inetd.conf" which is needed to >> start samba at boot time. If you are talking about samba, then you'd start it by it's own startup script (as it has be

Re: [newbie] synchronize user account

2001-08-21 Thread Michael D. Viron
Jhun, Configure nis / nis+ -- you'd need both a master and a slave, if you're wanting to have a similar scenario to PDC / BDC. The HOWTO is off of http://www.linuxdoc.org Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University o

Re: [newbie] ftp still

2001-08-17 Thread Michael D. Viron
Do an 'rpm -qa | grep ncftp' (without the quotes) to see if you have ncftp installed. If not, you can find it on your CDs. Michael At 01:22 PM 08/18/2001 +0800, chris swain wrote: >This is what occurs > >type 'ncftp sunsite.uio.no' > >ncftp: no such command > >type 'cd (anything)' > >must be con

Re: [newbie] ftp

2001-08-17 Thread Michael D. Viron
Try ncftp. Connect, change to the directory above the one you are interested in, and then run get -R -T dirname (where dirname is the name of the directory). This will get all available update packages at one time. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administ

Re: [newbie] php and apache

2001-08-14 Thread Michael D. Viron
Mark, Install mod_php-*, and you should no longer have the problem. By the way, 4.0.3pl1 has some problems--you may want to think about getting the 4.0.4pl1 rpms from any of mandrake's update sites. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultan

Re: [newbie] Fw: Cron run-parts /etc/cron.daily

2001-08-14 Thread Michael D. Viron
Paul, Yep...that's the problem. Remove the second syslog entry, and you should stop getting the message. Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 07:45 PM 08/14/2001 -0400, Paul wrote: >It was

Re: [newbie] Fw: Cron run-parts /etc/cron.daily

2001-08-13 Thread Michael D. Viron
Paul, This can be 2 things: Either you have multiple syslog logrotate config files under /etc/logrotate.d/, in which case you delete one. Or you have more than one sylog logrotate config in the same syslog file under /etc/logrotate.d/, in which case you edit the syslog file such that it contain

Re: [newbie] Postfix VS. Sendmail

2001-08-12 Thread Michael D. Viron
>I installed Webmin but I don't know how to use Webmin to configure Sendmail. Tuan, First, make sure webmin is in fact running by typing '/etc/rc.d/init.d/webmin status' (without the quotes, as root). If it is, it should show something like 'miniserv.pl (pid x) is running...' -- if not, i

Re: [newbie] ./ ?????

2001-08-09 Thread Michael D. Viron
> also, I'm not seeing anything in this discussion about path. >You need to cd to the directory the binary is in to use './binary', >or you need to execute '/path/to/the/binary'. > >eg,/usr/bin/tuxracer or /usr/local/bin/lame or > /home/tom/src/mprime -m > >

Re: [newbie] Reasons for use LM 8.0

2001-08-07 Thread Michael D. Viron
At 11:23 AM 08/07/2001 -0300, Nicolás Gómez wrote: >Hi...In my college we are going to install in about 20 PC's one Linux >distribution. I believe that LM 8.0 is the best one i ever seen so far >for the purposes we had... Another persons think that SuSE 7.1 is the best, >another ones think tha

Re: [newbie] portmap services

2001-08-07 Thread Michael D. Viron
James, Before you remove the scripts, change portmap from "auto" starting on bootup, to manual start. This will make sure you aren't running portmap, and hence won't have any problems when shutting down (since if it isn't running, linux will not try to stop it.) Michael -- Michael Viron Regist

Re: [newbie] Cannot su

2001-08-05 Thread Michael D. Viron
Hugh, This sounds as if you have user or disk quotas enabled, and have exceeded one of the hard limits. As root, open linuxconf, config-->File Systems --> Disk Quotas. Either relax them (ie, increase the default values) or disable disk quotas. Also check to make sure that your drive(s) aren't f

RE: [newbie] copying files from one to another

2001-08-05 Thread Michael D. Viron
>You "export" the mount points of the devices you want to share, start >NFS and on the other machine mount the remote machine... In order to run NFS, you must start portmap first, otherwise remote mounting of the nfs share will not work. Michael -- Michael Viron Registered Linux User #81978 S

Re: [newbie] Mail question

2001-08-05 Thread Michael D. Viron
At 07:37 PM 08/05/2001 -0500, Matt Greer wrote: >On Sunday 05 August 2001 19:32, Tuan Duc Tran wrote: >> Can any tell me the difference between Sendmail and Fetchmail? > >Sendmail is for sending mail, typically to send your outgoing mail over to >your isp so they can then send it to the recipient

Re: [newbie] Another about Uninstalling Mandrake Linux 8.0

2001-08-03 Thread Michael D. Viron
>doesn't matter the flavor of Win the proceedure is the same. Use a windows >boot disk to boot into dos and fdisk and delete the partition reformat to >a fat32 and all the rest and linux is gone, although that is the backwards >way of doing it, you need to delete windows IMHO. : -) Actually,

Re: [newbie] Uninstalling Linux-Mandrake 8.0

2001-08-03 Thread Michael D. Viron
At 05:03 PM 08/03/2001 -0600, Miark wrote: >Dave, > Actually, steps 3 and 4 must come before 1. In order to remove ext2 partitions you must boot into some version of linux such as Tom's Root Boot and use linux fdisk, not the windows fdisk. Then boot using the win98 startup floppy, run fdisk /mbr

Re: [newbie] Resolver problem.

2001-08-01 Thread Michael D. Viron
Try editing /etc/resolv.conf directly. Michael At 08:16 AM 07/31/2001 -0700, Seedkum Aladeem wrote: > >Hi, > >I installed Mandrake 8.0 using incorrect DNS server dot quad IP >addresses. I used the Linuxconf KDE gui to reconfigure it. It worked >fine until I rebooted the system. On rebooting, the

Re: [newbie] 2 questions about web server

2001-08-01 Thread Michael D. Viron
At 10:45 PM 07/31/2001 -0400, Jon Doe wrote: >1. How do I get password protected site going? I know I need htaccess and >htpasswd files? How do I make them and where do I put them? You need three files... These are .htaccess (in the directory you wish to protect, which also protects all subdirec

Re: [newbie] Apache help

2001-07-31 Thread Michael D. Viron
Jon, There's a few things wrong here: #1. In order to give access to /var/www/media (which isn't under the default document root of /var/www/html), you need to either alias it in the httpd.conf "Alias /media /var/www/media/" (without the quotes), or move it under /var/www/html. #2. The link t

Re: [newbie] cups.h and language.h missing?

2001-07-31 Thread Michael D. Viron
Peter, Verify that you have cups-devel, which is what provides cups.h -- not sure what provides language.h . Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida cups.h comes from cups-devel At 02:02 PM 07/31/

Re: [newbie] portmap services \Kmail

2001-07-31 Thread Michael D. Viron
Jennifer, I would have to say that Kmail has nothing to do with it, since portmap is not needed for pop3 / imap / sendmail / postfix. In fact, you do not need to run portmap if you are not running nfs / nis AFAIK (nfs is roughly the unix equivalent to samba, nis is the equivalent to a primary do

Re: [newbie] microsoft gone

2001-07-31 Thread Michael D. Viron
>> Is there educational software out there for children? > >Sorry, can't help you there. > Try looking at http://www.seul.org/edu, the Education subgroup of Simple End User Linux (http://www.seul.org). They list quite a few pieces of software. Michael -- Michael Viron Registered Linux User #819

Re: [newbie] urpmi error message

2001-07-29 Thread Michael D. Viron
Don, It would help to know which version of Mandrake you are using. If it's 8.0, you should be fine. If it is 7.2, you can't install the cooker rpms since they are built for 8.0 not 7.2. There are now several ongoing threads on the expert list to try to get cooker rpms / srpms that work with 7

Re: [newbie] Upgrading RPMs with source

2001-07-28 Thread Michael D. Viron
At 01:33 AM 07/29/2001 +1000, [EMAIL PROTECTED] wrote: >> I would say you'd be much better off if you found the 2.1 SRPMS and did a >> rpm --rebuild, then installed the resulting rpms. > >True, but what if only had the pure .tar.gz source code? In that case, you can try running rpm -t .tar.gz --i

Re: [newbie] Upgrading RPMs with source

2001-07-28 Thread Michael D. Viron
I would say you'd be much better off if you found the 2.1 SRPMS and did a rpm --rebuild, then installed the resulting rpms. I would not suggest compiling from source unless there is a way to point it to /usr/local (such that it wouldn't overwrite any existing information you have). Michael --

Re: [newbie] make command not found - where is it?

2001-07-28 Thread Michael D. Viron
This means that you haven't installed the "make-*.i586.rpm", which should be included on your CD(s). Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of West Florida At 04:42 PM 07/28/2001 +0200, [EMAIL PROTECTED] wrote: >

Re: [newbie] Shared /home directory

2001-07-28 Thread Michael D. Viron
At 09:26 AM 07/28/2001 -0400, alex wrote: > >When using a shared /home directory in Mandrake and Libranet, will a new >user name that is created in one system be available in the other >system? No, the user names will not be available cross-distro, because you will not have the same /etc/passwd, a

Re: [newbie] Kerenel 2.2.x

2001-07-27 Thread Michael D. Viron
Jamie, You can download the 2.2.x kernel source for Mandrake 8.0 at ftp://sunsite.uio.no/pub/Linux/Mandrake/8.0/i586/Mandrake/RPMS/kernel22-sour ce-2.2.19-10mdk.i586.rpm Michael -- Michael Viron Registered Linux User #81978 Senior Systems & Administration Consultant Web Spinners, University of

  1   2   3   >