RE: determining which/what applications are running on a server

2003-10-23 Thread Roger Harrington
To answer part of your question, I use putty to SSH into my server; then use
'ps aux' to see what apps are running.

Roger


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Dixon
Sent: Thursday, 23 October 2003 22:57
To: Red Hat Mailing List
Subject: Re: determining which/what applications are running on a server


On Thu, 2003-10-23 at 09:00, bruce wrote:
> hi...
> 
> also trying to determine what are the best/good apps for doing remote 
> management/configuration of a server. we'd like to be able to tell 
> what's actually running/on a given server. we'd also like to be able 
> to remotely install/remove a given application from a menu of 
> applications

1) OpenSSH
2) redhat-config-packages via exported DISPLAY over OpenSSH (default
behavior)

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: raid1 + lilo + boot

2003-10-01 Thread Roger
Roger wrote:

I have several systems with identical hardware that all have software 
raid1 running on RH9 on hot-swappable serial ata drives.


To fix my wowes I discovered the lilo v22 has fixed support for raid.  
As lilo was depreciated in 7.2 and stock RH9 includes lilo v21 I 
swtiched to grub.  Below is my grub.conf file and raid1 is working 
perfectly.  Yanking drives w/ the help of raidsetfaulty and 
raidhotremove works.  Adding them works as well as booting w/ only one 
drive  Something that lilo only allowed if it was hda.

default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.9smp)
   root (hd0,0)
   kernel /boot/vmlinuz-2.4.20-20.9smp ro root=/dev/md1
   initrd /boot/initrd-2.4.20-20.9smp.img
title Red Hat Linux (2.4.20-20.9)
   root (hd0,0)
   kernel /boot/vmlinuz-2.4.20-20.9 ro root=/dev/md1
   initrd /boot/initrd-2.4.20-20.9.img
--
Rock River Internet  Roger Grunkemeyer
202 W. State St, 8th Floor[EMAIL PROTECTED]
Rockford, IL 61101815-968-3888




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


raid1 + lilo + boot

2003-10-01 Thread Roger
I have several systems with identical hardware that all have software 
raid1 running on RH9 on hot-swappable serial ata drives.

One of our machines has developed a problem recently. Running 'lilo -v' 
used to write out boot sectors info for both drivers - now it only does 
one drive.

lilo -v
LILO version 21.4-4, Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman
boot = /dev/hda, map = /boot/map.0301
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/message
Boot image: /boot/vmlinuz-2.4.20-20.9smp
Mapping RAM disk /boot/initrd-2.4.20-20.9smp.img
Added 2.4.20-20.9smp *
Boot image: /boot/vmlinuz-2.4.20-20.9
Mapping RAM disk /boot/initrd-2.4.20-20.9.img
Added 2.4.20-20.9
/boot/boot.0300 exists - no backup copy made.
Writing boot sector.
On other machines(exact same hardware+partitions) 'lilo -v' writes info 
to BOTH disks.

LILO version 21.4-4, Copyright (C) 1992-1998 Werner Almesberger
'lba32' extensions Copyright (C) 1999,2000 John Coffman
boot = /dev/hda, map = /boot/map.0301
Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/message
Boot image: /boot/vmlinuz-2.4.20-20.9smp
Mapping RAM disk /boot/initrd-2.4.20-20.9smp.img
Added 2.4.20-20.9smp *
Boot image: /boot/vmlinuz-2.4.20-20.9
Mapping RAM disk /boot/initrd-2.4.20-20.9.img
Added 2.4.20-20.9
/boot/boot.0300 exists - no backup copy made.
Writing boot sector.
boot = /dev/hdb, map = /boot/map.0341
Reading boot sector from /dev/hdb
Merging with /boot/boot.b
Mapping message file /boot/message
Boot image: /boot/vmlinuz-2.4.20-20.9smp
Mapping RAM disk /boot/initrd-2.4.20-20.9smp.img
Added 2.4.20-20.9smp *
Boot image: /boot/vmlinuz-2.4.20-20.9
Mapping RAM disk /boot/initrd-2.4.20-20.9.img
Added 2.4.20-20.9
/boot/boot.0340 exists - no backup copy made.
Writing boot sector.
Since a number of machines have identical hardware+setup I took the 
lilo.conf file from another system and put it in.

Still lilo just write partition info to hda and not hdb.

Below I have the output of several setup files all take from other 
systems. Keep in mind the systems, partitions, /proc/md5stat, 
/etc/raidtab, are EXACTLY the same. I've double and tripled checked - 
used diff to..

Basically lilo isn't writing its info to /dev/hdb anymore - for what 
reason is beyond me.

I've used raidhotremove and raidsetfaulty then re-added /dev/hda1 and 
same to /dev/hdb1 thinking that a 're-sync' would jar something loose.

Someone suggested a coping of the boot record..

dd if=/dev/hda1 of=/dev/hdb1 count=1 bs=512

didn't help either.

Fdisk on BOTH /dev/hda and /dev/hdb looks as following. Partitions are 
the same size, hdX1 is bootable, with the same types of partitions

Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2677 21502971 fd Linux raid autodetect
/dev/hda2 2678 12355 77738535 fd Linux raid autodetect
/dev/hda3 12356 14331 15872220 fd Linux raid autodetect
/dev/hda4 14332 14593 2104515 f Win95 Ext'd (LBA)
/dev/hda5 14332 14592 2096451 fd Linux raid autodetect
/proc/mdstat
Personalities : [raid1]
read_ahead 1024 sectors
md5 : active raid1 hda5[0] hdb5[1]
2096384 blocks [2/2] [UU]
md3 : active raid1 hda3[0] hdb3[1]
15872128 blocks [2/2] [UU]
md2 : active raid1 hda2[0] hdb2[1]
77738432 blocks [2/2] [UU]
md1 : active raid1 hda1[0] hdb1[1]
21502848 blocks [2/2] [UU]
unused devices: 

/etc/lilo.conf
prompt
timeout=50
default=2.4.20-20.9smp
boot=/dev/md1
map=/boot/map
install=/boot/boot.b
message=/boot/message
#linear
lba32
image=/boot/vmlinuz-2.4.20-20.9smp
label=2.4.20-20.9smp
initrd=/boot/initrd-2.4.20-20.9smp.img
read-only
root=/dev/md1
image=/boot/vmlinuz-2.4.20-20.9
label=2.4.20-20.9
initrd=/boot/initrd-2.4.20-20.9.img
read-only
root=/dev/md1
/etc/raidtab
raiddev /dev/md1
raid-level 1
nr-raid-disks 2
chunk-size 64k
persistent-superblock 1
nr-spare-disks 0
device /dev/hda1
raid-disk 0
device /dev/hdb1
raid-disk 1
raiddev /dev/md2
raid-level 1
nr-raid-disks 2
chunk-size 64k
persistent-superblock 1
nr-spare-disks 0
device /dev/hda2
raid-disk 0
device /dev/hdb2
raid-disk 1
raiddev /dev/md3
raid-level 1
nr-raid-disks 2
chunk-size 64k
persistent-superblock 1
nr-spare-disks 0
device /dev/hda3
raid-disk 0
device /dev/hdb3
raid-disk 1
raiddev /dev/md5
raid-level 1
nr-raid-disks 2
chunk-size 64k
persistent-superblock 1
nr-spare-disks 0
device /dev/hda5
raid-disk 0
device /dev/hdb5
raid-disk 1


--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: /dev/null not executable

2003-09-15 Thread Roger

Around Mon,Sep 15 2003, at 02:36,  Dana Holland, wrote:
>After upgrading to 8.0, I get an error message telling me that /dev/null 
>is not executable when I try to enter that with a chsh command.  We use 
>this when setting up ftp accounts for access to our web server.  I can 
>still go into /etc/passwd and manually enter that - and it works.  So, 
>if nothing else, I could just change the instructions for setting up ftp 
>accounts.
>
>But I'm wondering why the change?
Don't know why the change, but /sbin/nologin  seems to be the 'shell' for 
ftp on my machine.

-- 
Roger
---
[EMAIL PROTECTED]
Lackland's Laws:
1.  Never be first.
2.  Never be last.
3.  Never volunteer for anything


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: /Boot is full - advice please

2003-08-22 Thread Roger

Around Fri,Aug 22 2003, at 01:03,  Jason Dixon, wrote:
>On Fri, 2003-08-22 at 13:00, Kent Borg wrote:
>> On Fri, Aug 22, 2003 at 11:40:25AM -0500, Otto Haliburton wrote:
>> > There were previous posting.  His question was /boot is full.  The
>stated.  I just wanted to suggest that the "-F" flag *not* be used for
>upgrading a kernel, regardless of what Red Hat suggests.  IMO, it's much
>safer to install ("-i") the new kernel beside the new one, reboot to
>test it, *then* delete the old kernel ("-e").  This way, you don't
>drastically screw something up before you realize it.
>
>Say, like upgrading your kernel which has custom wireless drivers
>compiled as modules... leaving you unable to download the working
>kernel.
>
I'd go a step furthur and keep the last kernel around for a while.
ie, if on 2.4.20-20, keep 2.4-20.19 until 21 came out.  Just because you 
can boot to the new kernel isn't a guarantee there won't be bugs later.


-- 
Roger
---


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: suspect lastlog?

2003-08-14 Thread Roger

Around Sat,Aug 09 2003, at 02:20,  Herculano de Lima Einloft Neto, wrote:
> 
> Could one of you guys be so kind to tell me if I should be worried
> about this? I'm not familiar with lastlog, but it seems weird that when
> I do 
> 
> ]# lastlog -t 20
> Username Port From Latest
> root tty1  Thu Jul 31 18:31:40 -0300
> 2003
> user0001 :0Thu Aug  7 03:04:52 -0300
> 2003
> user0002 pts/2localhost.locald Thu Aug  7 06:56:12 -0300
> 2003
> 
>Am I tripping?
Yes.
The first line unwrapped and a couple spaces removed:

 roottty1  Thu Jul 31 18:31:40 -0300 2003


I trust you *do* have user0001 and user0002 ?
-- 
roger


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


raid1, rh9 & SATA drives

2003-07-30 Thread Roger
I have a 1u server - the description is listed below.

http://www.supermicro.com/PRODUCT/SUPERServer/SuperServer5013C-T.htm

I've loaded up RH9 with raid1 setup and I've updated the OS with all
the latest rpms(kernel included) and such.
The drives for the raid setup are Western Digital hot-swappable Serial
ATA drives.  So I figured with hot swappable drives running raid1 I'd
be able to yank a drive up and still have things running.  Then looking at 
/proc/mdstat I'd see 1 drive down - but the
system *should* keep running.
Anyhow I pulled a drive, typed few basic commands - got some junk that
rolled across console - then the system froze.  People could no longer
ping the machine, console was unresponsive, ctl-alt-del didn't work. 
I had to power cycle the machine.

Basically I'm asking why I'm seeing this behavior - w/ a system
running raid1 with and hotswapable?  Is there anything I can do as far as hard/software
setup to make sure linux keeps running.  In theory one drive can fair the the other 
should still work.
--
Rock River Internet  Roger Grunkemeyer
202 W. State St, 8th Floor[EMAIL PROTECTED]
Rockford, IL 61101815-968-3888




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


accton and new kernel

2003-07-02 Thread Roger
Hi

I am running RH9, after I compile the lastest kernel version 2.4.21, I find
that accton (accton /var/account/pacct) doesn't work. If it's caused by new
kernel? If so, what should I do to solve this?

thanks for any suggest.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


RE: Samba Setup Problems - smb.conf Posted For Reference

2003-06-14 Thread Roger Harrington
You don't have a period between the 1 and 127 in your hosts.allow line

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scarletdown
Sent: Sunday, 15 June 2003 11:14
To: [EMAIL PROTECTED]
Subject: Samba Setup Problems - smb.conf Posted For Reference


Can anyone tell me what I might be doing wrong here?

I'm trying to get a Linux box set up with Samba so I can share 
files with a pair of Win-98 systems and my FreeSCO router.

Problem is, this system is not showing up in Network 
Neighborhood, only the 2 98 boxes and the router.

If it helps any, here is what the smb.conf file looks like:

[global]

   workgroup = BUSHYTAIL
   guest account = nobody
   keep alive = 30
   os level = 2
   server string = RedHat Linux 5.2 Test System - Build-0003
   hosts allow = 192.168.1 127.
   log file = /var/log/samba/log.%m
   max log size = 50
   security = share
   ;include = /etc/smb.conf.%m
   socket options = TCP_NODELAY
   remote browse sync = 192.168.1.255
   remote announce = 192.168.1.255
   dns proxy = no

[transfers]

   comment = Transfers Repository
   path = /usr/transfers
   read only = no
   public = yes
   writable = yes
   browseable = yes
   create mode = 0777

[public]

   comment = Shiny Objects To Be Shared Across the BUSHYTAIL 
Network
   path = /usr/public
   read only = no
   public = yes
   writable = yes
   browseable = yes
   create mode = 0777



Except for a couple "cosmetic" differences, it is pretty much 
identical to the smb.conf in another Linux box I've been 
working on (and that one was able to successfully connect to 
the rest of the LAN.)

Thanks.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Domain Name

2003-06-14 Thread Roger Harrington
I have the following LAN setup:-

athlon 192.168.0.10  Windows 2000
server 192.168.0.100 Rehat 9.0
backup 192.168.0.15  Windows 2000
laptop DHCP  W98SE

These interface with Internet via a Netgear RT314 router, with DHCP
activated with up to 9 addresses.

All PCs, inlcuding the RH9 have the fixed ip addresses and the host names
put in their hosts files.

I am not running a domain but have set the Windows PCs under Workgroup
rather than a domain name. The RH9 machine I just put the name, server in
the etc/hosts file along with its ip number.

Some programs on the RH9 seem to be "grizzling" about such a setup, i.e.
sendmail commenting on lack of fully qualified domain name.

I also have a situation where transferring data from the Windows 2K to the
RH9 goes well (100MB LAN) but coming back it is dead slow, about 3 minutes
for a 10MB file.

Should I set up a domain on my LAN, would it make things easier to set up
and what software would I use?

Roger










-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: routing table

2003-06-09 Thread Roger

Around Mon,Jun 09 2003, at 07:59,  MKlinke, wrote:
> On Monday 09 June 2003 18:28, Roger wrote:
> > Around Mon,Jun 09 2003, at 10:06,  Nick White, wrote:
> > > In RedHat 9 the 169.254.0.0/16 gets added to the routing table on
> > > boot. Probably to play nicely with windows boxen.  In Windows
> > > 2000+, if there is no DHCP server available, an APIPA address
> > > (169.254.x.x) is assigned.
> >
> > Not just windows uses the 169.254.x.x  I've seen Macs use it as well
> > as Windows.  RFC-3330 defines the net block for use.
> > Does Redhat 9 always set the routing table for that block, or does it
> > get set when the DHCP server is slow to respond.
> 
> It appears that RH9 will add that route regardless of 
> DHCP/STATIC/GOOD/BAD interface unless each and every 
> /etc/sysconfig/network-scripts/ifcfg-* has the 'NOZEROCONF=yes' 
> parameter. Odd, considering it's usual function of providing a IP 
> address/route in case a valid one doesn't exist, but there it is.  Mind 
> you, I haven't read rfc-3330 mentioned above and it may actually advise 
> this behavior but it's certainly different that has been used, 
> admittedly by Microsoft, for the past 5 or so years.  I think this is 
> why everyone is scratching their heads trying to figure out why that 
> route is there when there isn't any other "problem" with the 
> interfaces.
> 
RFC-3330 just has this to say about that block:
   169.254.0.0/16 - This is the "link local" block.  It is allocated for
   communication between hosts on a single link.  Hosts obtain these
   addresses by auto-configuration, such as when a DHCP server may
   not be found.


I'm no RFC expert, so there could be others lurking out there to tell
when specifically to use 169.254.x.x
-- 
[EMAIL PROTECTED]
>From /usr/bin/fortune:
PENGUINICITY!!


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: routing table

2003-06-09 Thread Roger

Around Mon,Jun 09 2003, at 10:06,  Nick White, wrote:
> In RedHat 9 the 169.254.0.0/16 gets added to the routing table on boot.
> Probably to play nicely with windows boxen.  In Windows 2000+, if there
> is no DHCP server available, an APIPA address (169.254.x.x) is assigned.
> 
Not just windows uses the 169.254.x.x  I've seen Macs use it as well as
Windows.  RFC-3330 defines the net block for use. 
Does Redhat 9 always set the routing table for that block, or does it
get set when the DHCP server is slow to respond.


-- 
Roger 
[EMAIL PROTECTED]


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Running Out of Space on /

2003-06-04 Thread Roger

Around Tue,Jun 03 2003, at 10:03,  Staven Bruce, wrote:
> Hello,
> 
> I'm new to the list and new to RedHat. I am using RedHat 7.2 with the latest
> kernel on a Compaq EVO workstation. I noticed this morning that the results
> of a dh -k showed that my root partition is almost full:
>  
>   1k blocsusedavailable   use%
> mounted on
> /dev/ida/c0d0p7   379303  340792  18928   95  /
> 
> 
> I have looked everywhere, but cannot find any "large" files, any .tmp or
> .log files on /. My /boot directory is on a separate partition, so I know
> it's not previous versions of the kernel eating up space. The only thing
> I've found is in /root, where I have a file called .rhn-applet.cache. If I
> do a ls -all in /root, I find this:
> 
> -rw-r--r--265969  rootroot.rhn-applet.cache
> 
> I think this is the culprit, but how do I delete or clear this cache? Any
> suggestions?
> 
Is /var mounted elsewhere?  
379303, what is that about 350M ?
The .rhn-applet.cache isn't even a meg.  I'd look elsewhere.

go to /  and do a 
du -xh . | less

That should show the disk usage in the various sub-directories.   the
'x' keeps du from checking other file systems.

--
Roger
[EMAIL PROTECTED]


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: redhat advanced server with kernel 2.4.18?

2003-03-28 Thread Roger
As you are running Oracle you should run the kernel that comes with Red
Hat Advanced Server, as this has added functionality specifically for
Oracle systems.  I wouldn't be suprised if Oracle won't provide support
for anyone who compiles a different kernel as this would not has gone
through the extensive testing and certification that default kernel has.

Red Hat has also ported some features from newer kernels into the AS2.1
kernel, so the version number itself is not a true indication of how 'old'
it is.


On Fri, 28 Mar 2003, Donghui Wen wrote:

> We  bought a redhat advanced server 2.1 with a default kernel 2.4.9-e3.
> It is pretty old. So I want to upgrade to a new kernel. But I can only
> download
> the binary RPM of kernel-2.4.9.e16 from redhat networks. It seems 2.4.9.e16
> is the highest kernel version redhat advanced server supports.
> However, I saw there is a kernel-2.4.18 source rpm for advanced server
> on
> redhat's ftp server. I tried to compile it. It reported error when patching
> the
> default kernel source. So my question is: What is the highest kernel version
> redhat advanced server supports? 2.4.9 or 2.4.18? I can just change the
> rpm's source
> spec to make kernel-2.4.18 got compiled. But we are using AS2.1 in
> production enviroment which runs oracle. We want to use a highest version
> redhat and oracle certified.
>



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


Re: FW: Disappointed - Lack of support for RHCE's in Australia

2003-03-26 Thread Roger
The SRPMS for Advanced Server are freely available and for any RHCE that
should be enough to build your own.

You can also get an account on Compaq Testdrive servers, where they have a
number of Linux distributions including RHAS 2.1 running on various Compaq
hardware.


On Wed, 26 Mar 2003, Skeeve Stevens wrote:

> Products like the Enterprise servers are fantastic, but unlike other OS
> companies like Microsoft, Novell and others, we cant get free copies of
> the Advanced Server/Enterprise families to be able to learn them... I am
> an RHCE who has never even seen a AS server, much less know about
> administrating and rolling them out.
>



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


Re: [OT] on formatting conventions

2003-03-26 Thread Roger

Around Wed,Mar 26 2003, at 03:54,  Stone, Timothy, wrote:
> It goes without saying that there are well-defined traditions in posting to 
> newsgroups and mailing lists. Reading the many FAQs on the web one will find the 
> common rules:
> 
snipping irrelevant text from replies
> 
> Ok, the normal ones. What about foreign language characters? Umlats, accents and 
> tildes. Any comments these? What have any of the readers here seen?
> 
> 
> --
> /**
>  * Timothy Stone  . Sun Certified Java Programmer
>  * Web Master . tstone at cityofhbg dot com
>  * City of Harrisburg . 717.255.7297
>  * Pennsylvania USA   . 717.903.9162
>  *
>  * "Censorship always defeats its own purpose,
>  *  for it creates in the end the kind of society 
>  *  that is incapable of exercising real discretion."
>  *  --Henry Steele Commager, Historian
>  */
> 
And, short (2-6 lines) sigs, or non at all. 
-- 
[EMAIL PROTECTED]
>From /usr/bin/fortune:
"If you don't want your dog to have bad breath, do what I do:  Pour a little
Lavoris in the toilet."
-- Jay Leno



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


Re: RH 9: ok, so i overreacted ... but i'm still miffed

2003-03-25 Thread Roger
Red Hat Linux 8.x/9.x... is now considered by RH as a bleeding-edge
operating system for consumer use, mainly targeted towards home users,
small business and enthusiasts.

As a significant percentage of Red Hat's revenue is coming from Advanced
Server (Red Hat Enterprise Linux AS), they are trying to push companies into
buying this product.  One way to achieve this is to turn the general
releases of Red Hat Linux into a constantly changing test bed
for Advanced Server.  Features that have proven solid in the general
releases will be eventually migrated into the Enterprise Linux products.
As this will no doubt result in reduced stability in the general releases,
anyone wanting stablity and reliability will need to run Red Hat
Enterprise Linux.

I had a number of servers running 6.2/7.2/7.3, but as 7.3 won't be
supported after 31-Dec-03 I had to decide what version I was going to
run.  Like many people, I don't want phone/email support from Red Hat,
just the errata packages for security and bug fixes.  As the general
releases won't be supported for more than 12 months (unlike RH6.2 - 3
years), I was not too keen to upgrade my reliable 7.2/7.3 servers with 8.0
or 9.0 at the end of the year.

So I built my own version of Red Hat Advanced Server 2.1 from the SRPMS
and have a near automated process for building the errata RPMS from the
SRPMS.  I can install my custom built version of RHAS 2.1 on as many
servers as I like (quite legally - GPL) without needing to pay Red Hat a
huge amount of money in per server per year licenses.  With this, I now
get the benefit of 5+ years of errata for a stable Linux distribution.

I don't mind paying money for errata packages, such as if Red Hat decided
to support 7.3 for 2 more years, but I'm not going to pay $US1500 per
server, per year.

I do not need any of the advanced features in Red Hat Advanced Server, all
I am looking for is a reasonably priced release that is stable and
supported (errata) long term.  However, I object strongly to paying per
server licensing for software that is essentially GPL.

You might ask, why not run another distribution, eg Debian, Slackware...?

Well, may software vendors only support there products on Red Hat Linux
and most are now moving to support only Red Hat Enterprise Linux or SLES.
Server manufactuers are also moving to only supporting the Enterprise
Linux products of the main 4 Linux vendors with their hardware management
agents.

Anyone running one of the 'consumer' versions of Red Hat will soon be out
in the cold.



> I disagree, I think there are several valid reasons to be annoyed by Red
> Hat's latest move. Most of which have to do with running Red Hat in an
> enterprise environment.
>
> Why should third parties develop for an ever changing platform? Already
> it's hard enough to convince them that there is a large enough user
> base, now try and explain to them that there will be a major version
> change at seemingly random times.
>
> How on Earth does this look in the least bit professional? Was 8.0 the
> beta for 9.0? Six months for a major version number? This comes off as a
> poor management decision, it makes Red Hat appear unstable. Between
> their release of a bunch of "enterprise" distributions, the recent cut
> off of rhn and two major releases in six months, Red Hat looks desperate
> for sources of income. Big corporations won't base their infrastructure
> on a company that doesn't look like it's going to be around next year.
>
> Why would I want to support another distribution? I was only now
> starting to place 8.0 in non critical systems, now you expect me to
> support 7.X, 8.X, and 9.X. And don't give me the "they have AS for that"
> argument, show me the company that will pay for AS for a nameserver and
> I'll show you a company going out of business next week. Red Hat can
> leverage administrators familiarity with their product to sell the AS
> product line for mission critical systems such as Oracle Databases, but
> if Red Hat decides to shoot itself in the foot like Caldera did, don't
> think I won't switch distributions in a second.
>



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


RE: [Fwd: Red Hat Linux 9 | Get the latest Linux early]

2003-03-25 Thread Roger
Some people may argue they are worthless to start off with.


On Mon, 24 Mar 2003, Billy wrote:

> Its not the version number that people care about...the RHCE cert is based
> on version numbers. So the big jump in version numbers makes the cert
> worthless a lot faster!
>
>



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


RE: Red Hat Linux 9 | Get the latest Linux early (fwd)

2003-03-25 Thread Roger
Red Hat has been using this company for quite some time in the mailout of
their 'Under the Brim' newsletter which you can subscribe on their front
page.



On Mon, 24 Mar 2003, Robert P. J. Day wrote:

> if this is in fact legit, i'm more than a little stunned.  who at
> red hat decided to provide contact information to a third-party
> mass-mailing company?  what effect does this have on privacy
> issues?
>
> i would *really* like to know how my association with red hat
> led to my contact info being given to a bulk mailing organization.
>



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


Multiple ssh public keys

2003-03-02 Thread Roger
Hi list

Now that I have to add multiple ssh public keys into one remote server. Can
I simply use "cat pub >> ~/keys" to append new keys to the existing public
keys file, and no matter what type of the new and the old keys?

Thanks for any suggestion

R



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


Re: reread new partition table

2003-03-01 Thread Roger

Around Sat,Mar 01 2003, at 09:51,  Bret Hughes, wrote:
> Is there really no way to get the kernel to re-read the partition table
> (short of a reboot) when all I have done is add a partition at the end
> of a drive?
> 
Uh,
That was for an unmounted drive.
-- 
[EMAIL PROTECTED]



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


Re: reread new partition table

2003-03-01 Thread Roger

Around Sat,Mar 01 2003, at 09:51,  Bret Hughes, wrote:
> Is there really no way to get the kernel to re-read the partition table
> (short of a reboot) when all I have done is add a partition at the end
> of a drive?
> 
blockdev --rereadpt  /dev/harddrive


-- 
[EMAIL PROTECTED]



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


X configuration

2003-02-23 Thread Roger
Hi, List

I am running RH8, now I want to configure X settings, but I found that the
shell command --Xconfigurator is lost in RH8, I wonder which comman is used
to replace Xconfigurator?


Thanks!



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


Re: up2date

2003-02-18 Thread Roger
Perhaps it didn't display skipped because it's not due to be updated?

Roger

Around Tue,Feb 18 2003, at 02:22,  Curtis Vaughan, wrote:
> Whereas I added samba* to the pkgSkipList, when I run up2date --nox  
> --update shouldn't samba show up in the skipped packages list?
> Here's all that mine shows:
> 
> The following Packages were marked to be skipped by your configuration:
> 
> NameVersionRel  Reason
>  
> ---
> kernel  2.4.18 24.8.0Pkg  
> name/pattern
> 
> 
> On Monday, Feb 17, 2003, at 12:45 US/Pacific, Andreas Freyvogel wrote:
> 
> >add what you don't want to be updated to the PkgSkipList.
> >(up2date --configure)
> >
> >-Andreas
> >
> >



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



Re: default install - rpmbuild

2003-02-17 Thread Roger Schmeits
Forget it -- installed rpmbuild.rpm
On Mon, 2003-02-17 at 10:03, Roger Schmeits wrote:
> Does /usr/bin/rpmbuild come stock with RH 8.0 (server install)?. has
> anyone ran into this?
> 
> 
> 
> -- 
> **
> Roger Schmeits
> System Analyst
> Clarkson College
> http://www.clarksoncollege.edu
> Omaha, NE USA
> 1-800-647-5500 x22542
> * 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



default install - rpmbuild

2003-02-17 Thread Roger Schmeits
Does /usr/bin/rpmbuild come stock with RH 8.0 (server install)?. has
anyone ran into this?



-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: patchs / postfix

2003-02-17 Thread Roger Schmeits

> # rpm -ivh postfix-.src.rpm
used the U switch also read some where never use root to build source
files -- true?

one other (ran as root ) got an error message saying "sjmudd does not
exist using root" doesn't sound major.

> # cd /usr/src/redhat/SOURCES/
had to create /usr/usr/redhat/SOURCES & /usr/src/redhat/SPECS
ok easy enough -- following following
> # export POSTFIX_SMTPD_MULTILINE_GREETING=1 # for exmaple
stop do I download the patch (assuming yes here silly not to) and where
do I put it.



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



patchs / postfix

2003-02-17 Thread Roger Schmeits
Greeetings:
We are in the process of building a smtp gateway for our company using
postfix. Simon Mudd has a smtp-multi-line-tagline patch that can be
included with postfix.

How does one go about installing patchs in this manner? Doing a person
rebuilding the rpm or install the patch to gain it function?

Links, comments, articles -- thanks.


Running RH8, postfix 2.0.3-1

-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: transparent proxy?

2003-02-16 Thread Roger
Hi 

I think the following is the simpliest way..

-A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128

http_port 
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

- Original Message - 
From: "Edward Dekkers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 17, 2003 9:38 AM
Subject: Re: transparent proxy?


> Hello,
> how can i make transparent proxy on rh linux 8 with iptables?
> i have read some documents.
> i made some changes and i saw the server is redirecting to the squid
proxy. not the clients(although their gateways are shown to my server).
>
> any alternates?

I recall seeing a how-to for exactly that on the Linux Documentation
Project. Have a squiz there.

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L




-- 
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: Microsoft Exchange equivalent?

2003-02-03 Thread Roger Schmeits
At one there was a perl script the pulled down the Global Address book
from an exchange book a dumped it inot a flat file for evolution to
read. Never had time to mess with it -- found it on freshmeat -- might
want to look at it.

Roger
On Fri, 2003-01-31 at 09:54, Rick Henderson wrote:
> I just setup ximian evolution 1.0.8 - Seem better in many respects.  I
> am trying to use the address books from exchange, but have not got that
> worked out.  Rick
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of prajapatib
> Sent: Friday, January 31, 2003 6:59 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Microsoft Exchange equivalent?
> 
> 
> 
> on top of that, does anyone know any mail clients that can interface
> with exchange? 
> as in display calenders/meetings that are stored on an exchange server? 
> 
> Thanks, 
> Birju 
> 
> -Original Message- 
> From: Marius Andreiana [ mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ] 
> Sent: 31 January 2003 12:51 
> To: redhat-list 
> Subject: Microsoft Exchange equivalent? 
> 
> 
> Hi! 
> 
> I've searched for a free ( as in speech ) equivalent of Microsoft 
> Exchange on freshmeat, sourceforge and google, but without success. I've
> 
> found only proprietary products so far: IBM's Lotus Domino, 
> Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open 
> Exchange. 
> 
> Is there any free software that comes close to this? 
> Thanks 
> -- 
> Soluţii informatice bazate pe Linux / Linux-based IT solutions 
> www.galuna.ro 
> 
> 
> 
> 
> -- 
> redhat-list mailing list 
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> <mailto:[EMAIL PROTECTED]?subject=unsubscribe>  
> https://listman.redhat.com/mailman/listinfo/redhat-list
> <https://listman.redhat.com/mailman/listinfo/redhat-list>  
> 
> 
> 
> Disclaimer
> 
> This communication together with any attachments transmitted with it
> ('this E-mail') is intended only for the use of the addressee and may
> contain information which is privileged and confidential. If the reader
> of this E-mail is not the intended recipient or the employee or agent
> responsible for delivering it to the intended recipient you are notified
> that any use of this E-mail is prohibited. Addressees should ensure this
> E-mail is checked for viruses. The Carphone Warehouse Group PLC makes no
> representations as regards the absence of viruses in this E-mail. If you
> have received this E-mail in error please notify our ISe Response Team
> immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at
> [EMAIL PROTECTED] Please then immediately destroy this E-mail and any
> copies of it.
> 
> Please feel free to visit our website: 
> 
> UK
> http://www.carphonewarehouse.com
> 
> Group
> http://www.phonehouse.com
> 
> 
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Vacation with sendmail

2003-01-29 Thread Roger



Hi all
 
I am running RH8 with sendmail 8.12.5. But now I 
find vacation can't work over this version sendmail. I always get `Connection 
refused by localhost.localdomain' from maillog after I configure the vacation 
message from users. Anyonw knows the reason?
 
Thanks in advance


useradd -p question

2003-01-24 Thread Roger
Title: useradd -p question






Hi all


I am running RH8, as you know that after you create the new user with `user -p' comman the user will be locked and his or her password is saved as the clear text in shadow file. My question is how to active is new user?

Thanks in advance





(no subject)

2003-01-22 Thread Roger






Hi All


I am running RH8. I wonder if there is a web-based email reader integrated in RH8 just like Squirrelmail?


Thanks 





Building Red Hat Andvanced Server 2.1 from SRPMS

2003-01-21 Thread Roger
This is the procedure I used to build my own version of Advanced Server
from the SRPMS.  I would be interested to know what potential problems can
be encountered and the difference between the end result and the actual AS2.1
from RH.

- Install RH7.2 on a machine, install all packages.
- Download AS2.1 SRPMS from Red Hat mirror

Note: IBM JRE/SDK have a commercial license.  All other packages are non
commercial.

- Compile each package:
rpmbuild --rebuild package.src.rpm

Almost all packages build properly, a few changes the kernel SPEC file
required to build the appropriate kernels.

- Create a suitable directory tree, such as /home/redhat/2.1as/i386 and
put the compiled RPM into i386/RedHat/RPMS directory

- Get hold of the AS2.1 comps file, I used the one from the beta release
http://ftp.sanguine.net/pub/sahughes/extras/rhl/beta/pensacola/redhat-7.1.91AS/en/os/i386/RedHat/base/comps

- Generate hdlist files
genhdlist /home/redhat/2.1as/i386

- Build installer
buildinstall --pkgorder /home/redhat/2.1as/pkgorder.txt --version 2.1as 
/home/redhat/2.1as/i386

At this point, network installations can be performed

To create ISOs:

splitdistro --fileorder /home/redhat/2.1as/pkgorder.txt /home/redhat/2.1as i386

genhdlist --withnumbers --fileorder /home/redhat/2.1as/pkgorder.txt 
/home/redhat/2.1as/i386-disc[12]

mkisofs .


This web page has very useful information regarding building customised
Red Hat installations.

http://www.linuxworks.com.au/redhat-installer-howto.html






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



How to save kernel route table

2003-01-20 Thread Roger
Hi all

I am running RH8. Now I have to change something in route table, but I found
that after system reboot the route table will be changed back again. So my
question is how to save the new route table into kernel?

Thanks in advance



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



Re: Duplicating a drive

2003-01-18 Thread Roger
On 17 Jan 2003, Gerry Doris wrote:

> I have a single 30GB drive that is getting full.  I want to put in a
> second larger hard drive and duplicate the first one, then remove the
> first drive and replace it with the new larger drive.
>
> I'm worried that this first drive contains the operating system.  Can it
> be duplicated while it is mounted and active?
>
> Can do this with dd?  What should be the correct command?


I have a machine with 2 hard disks of identical size and I use rsync to
backup onto the second drive.

Assuming /, /usr, /var are mounted in /backup/root, /backup/usr and
/backup/var you can run something like

rsync -avxH --delete / /backup/root
rsync -avxH --delete /usr/ /backup/usr
rsync -avxH --delete /var/ /backup/var

You would also need to install grub on the second disk if you ever want to
boot from it.

I've also used the same approach to resize the partitions on the second
disk, sync the data across, then make the second disk the primary one.


-Roger



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



Re: sizing server for sendmail & mailscanner

2003-01-16 Thread Roger Schmeits

> right now, (peak hours) the load on the box is 1.19

What this 1.19, .7, .8 figures that everyone is using. Can I assume
that is messages per second?

-



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



Re: sizing server for sendmail & mailscanner

2003-01-16 Thread Roger Schmeits
On Thu, 2003-01-16 at 10:50, Bart Schelstraete wrote:
> Roger Schmeits wrote:
> 
> >How much horsepower do I need for scanning 5000 emails a day?
> >Using sendmail & mailscanner.
> >  
> >
> 
> For sendmail you don't need a lot of resources, but it depends on your 
> mailscanner.
> What kind of mailscanner do you want to use?
http://www.mailscanner.info by Julian Field.
> 



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



Re: sizing server for sendmail & mailscanner

2003-01-16 Thread Roger Schmeits

> For sendmail you don't need a lot of resources, but it depends on your 
> mailscanner.
> What kind of mailscanner do you want to use?

We use mcaffee here but are looking for another one (sophos?). Will
include this cost into the next budget year.
> 
> For a good performance with scanning e-mails for viruses you should have 
> 2 processors.
> It's not really necessary, but without that it will slow down the mails...
> So it also depends what 'the business' wantif they can live with a 
> little delay, 1 processor should be enough...

The might be ok with that.



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



Re: sizing server for sendmail & mailscanner

2003-01-16 Thread Roger Schmeits

> Unless you mean emails for 5000 users a day.  Then I would say
> big fat piles of machine.

We have about 150 faculty members with 600 student accounts and are
looking to and 3000 alumni members accounts in the spring (eeek!).
Always considered myself a small time admin -- nothing like this.
Kinda guessin' on the number of emails per day -- went high to be safe.
Do alot of distance teaching so email is the main mode of comm with
attachments (scads of them).
> 
> I am running sendmail + mailscanner + sophos on a p2/500
> with 1/2gb ram and just enough disk to get by on.
> 
> right now, (peak hours) the load on the box is 1.19
> But I am abuseing the box in other ways as well.
> 
> Also, this is for 1000 users or so. I am going to guess
> that 5000 emails a day would just be the spam that I get.
> 
> I suppose an important question would be
> how many messages are moving in and out during peak?
> I mean if you plan to move 4k of messages between noon and
> noon-fifteen you will need a beefier box.  
The bulk of the email come in between 9am to 4pm CST.


** 



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



sizing server for sendmail & mailscanner

2003-01-16 Thread Roger Schmeits
How much horsepower do I need for scanning 5000 emails a day?
Using sendmail & mailscanner.

Thanks.





-- 
******
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: Advanced Server 2.1 update SRPMS - where?

2003-01-14 Thread Roger
This means you cannot install it on multiple servers from the CDs you
received when you buy a subscription, without licensing the additional
servers.  As you are free to 'roll your own' version of Advanced Server,
it is quite acceptable to have one server that is licensed from CDs and
other servers that are running your own release put together from the
SRPMS.

Where does it say I cannot take the SRPMS downloaded from RHN and
distribute it to another server that is not one of the licensed servers,
bearing in mind that I have put together my own version of Advanced Server
that is very similar but not identical to the real thing?


> Dan Bar Dov wrote:
> > This is a very unhelpful answer. If you're so smart, and we're not, read
> > it yourself and point to the paragraph that say differently.
> >
>
> http://www.redhat.com/licenses/rhlas_us.html?location=United+States&;
> 

> The term “Installed Servers” means the number of servers on which
> Customer installs Red Hat Linux Advanced Server. The initial number of
> Installed Servers is the number of copies of Advanced Server that
> Customer purchases
> 
> 
> 4. REPORTING AND AUDIT.   If Customer wishes to increase the number of
> Installed Servers, then Customer will purchase from Red Hat additional
> Services for each additional Installed Server. During the term of this
> Agreement and for one (1) year thereafter, Customer expressly grants to
> Red Hat the right to audit Customer’s facilities and records from time
> to time in order to verify Customer’s compliance with the terms and
> conditions of this Agreement. Any such audit shall only take place
> during Customer’s normal business hours and upon no less than ten (10)
> days prior written notice from Red Hat. Red Hat shall conduct no more
> than one such audit in any twelve-month period except for the express
> purpose of assuring compliance by Customer where non-compliance has been
> established in a prior audit. Red Hat shall give Customer written notice
> of any non-compliance, and Customer shall have fifteen (15) days from
> the date of such notice in which to make payment to Red Hat for any
> additional Installed Servers, such payments to be determined by the
> number of additional Installed Servers multiplied by the applicable
> annual fee for Service per server. If Customer is found to have
> underreported the number of Installed Server by more than five percent
> (5%), Customer shall, in addition to the annual fee for Service per
> Installed Server, pay a penalty equal to twenty percent (20%) of the
> underreported fees.
> 
>



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



Re: Advanced Server 2.1 update SRPMS - where?

2003-01-14 Thread Roger
On Tue, 14 Jan 2003, Samuel Flory wrote:

>   Actually I was trying to point out how silly it is to use AS outside
> of RH's program.  The reason to use AS is not that there is anything
> special about 95% of the AS packages.  The reason to use AS is to have
> someone standing behind you when you run across an issue.

Red Hat is trying to push people into using Advanced Server regardless of
whether they need the features this product provides.  Recently Red Hat
have announced they will provide errata maintenance for 12 months
from the release date for Red Hat Linux.  This requires administrators to
upgrade servers far more often than in the past, just to be running a
supported version.

Many software vendors and hardware companies who provide management agents
for their servers will also not be supporting anything other than
Advanced Server, simply because they do not want to keep certifying their
product after every new release of Red Hat Linux.  They prefer the longer
release cycle of Advanced Server and will require their customers to be
running Advanced Server if they want to receive support.

Red Hat seems to be positioning Red Hat Linux (8.x) to be their bleeding
edge release, which to some extent will be a test bed for features later
integrated into Advanced Server.

Some people just want a slow moving stable release with a longer release
cycle.  This is preferable for machines running services such as DNS or
DHCP that do not require all the extra functionality offered in newer Red
Hat releases and do not require the high end features available in
Advanced Server.



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



Re: Advanced Server 2.1 update SRPMS - where?

2003-01-14 Thread Roger
> > The reason for wanting to subscribe for the SRPMS is for some level of
> > service in receiving the SRPMS as quickly as possible after a security
> > release.  Although Red Hat makes the SRPMS publicly available on
> > updates.redhat.com, they may choose to delay the release of them except
> > for those who subscribe to RHN.
>
> Anyway, this is not allowed :-)

The RPM packages for AS2.1 downloaded from RHN are most likely not be
redistributable under the terms and conditions.  The SRPMS are redistributable 
regardless
of whether you download them from RHN, updates.redhat.com or one of the
many RH mirrors.



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



Re: Advanced Server 2.1 update SRPMS - where?

2003-01-14 Thread Roger
> I disagree with you too :-)
> Original post says that one want to buy subscription to one server
> and then install updates from sources to several servers.
> This is impossible according to Service Agreement.
> You must pay for service for all servers.
> If you can't read this is not my problem ;-)
>

No, the original poster wanted to subscribe one server to get the SRPMS,
which are freely available anyway, then build the RPMS from the SRPMS and
distribute the binaries to the other servers.

The reason for wanting to subscribe for the SRPMS is for some level of
service in receiving the SRPMS as quickly as possible after a security
release.  Although Red Hat makes the SRPMS publicly available on
updates.redhat.com, they may choose to delay the release of them except
for those who subscribe to RHN.

-Roger



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



How to limit user's mailbox size

2003-01-13 Thread Roger
Hi

My question is just the subject. I am running RH8,  sendmail-8.12.5-7 and
imap-2001a-15.

Thanks in advance



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



RE: Advanced Server 2.1 update SRPMS - where?

2003-01-13 Thread Roger
According to http://www.redhat.com/licenses/rhlas_us.html you cannot
install the purchased product on more that one machine, without buying
additional licenses.  In addition you also give Red Hat the authority to
conduct on site audits to verify compliance.

However, as Red Hat Advanced Server is not "proprietary" and protected
under the GPL
(http://www.redhat.com/software/whichlinux.html) you a free to 'roll on
own' version. (http://www.redhat.com/advice/ask_shadowman_may02.html)

I assembled my own RHAS 2.1 ISOs from the source RPMs that are
available on Red Hat mirrors (ftp://mirrors.kernel.org/redhat/).  I can
now use these ISOs throughout my organisation without having needing to
buy expensive annual subscriptions on a per server basis.

I do not think it is possible to distribute these ISOs outside my
organisation as it will violate Red Hat's trademarks, however it is quite
easy to create your own version, I may publish some instructions on how I
did it if people are interested.


> > >
> > > If so, I guess I'll have to purchase one subscription just to get
> the
> > > SRPMS from RHN, which I then have it automatically build the RPM and
> > > distributed to my other servers.
> >
> > This is impossible :-)
> > Accroding to Service Agreement you have to buy subscription to all
> > Installed Servers.
> >
> >
> >
> Not as I understand the license.
> I believe you can install it and use it and copy it as you wish, just
> like with any GPL code. You cannot get support from RH, since this is
> what you actually pay for.
> In addition you cannot use two non-GPLed tools they include with the
> distribution - some clustering tool and one more I don't recall.
>
> As for the sources, I believe they are available if you do have a paid
> subscription - so the scheme of paying one will work fine (although the
> concept is in contradiction to FSF philosophy).
>



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



Advanced Server 2.1 update SRPMS - where?

2003-01-10 Thread Roger
I have recently created my own version of Advanced Server 2.1 using the
SRPMS that Red Hat have made available and intend on using it on a few
dozen servers.

I have noticed that so far this year, 8 security packages for AS 2.1 have
been released, but none of the SRPMS have yet appeared on updates.redhat.com.

The SRPMS for these packages are available for RHL 6.2 - 8.0 but not AS 2.1.

Does Red Hat usually withhold AS 2.1 SRPMS, so as to force people into
paying for a subscription or otherwise have to wait days or weeks for the
SRPMS to security fixes?

If so, I guess I'll have to purchase one subscription just to get the
SRPMS from RHN, which I then have it automatically build the RPM and
distributed to my other servers.

-Roger



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



time server & dhcp client (win2k)

2003-01-08 Thread Roger Schmeits
I have set-up a dhcp server which works fine. Running RH7.3. 
Would like centralize all time functions to this server for all windows
clients. 

Can sync up the linux boxes manually with success. Are there any other
options that are needed for the windows boxes to be successful?
Any comments?



subnet 10.88.10.0 netmask 255.255.255.0 {
option netbios-node-type 8;
option netbios-name-servers 10.88.10.9 , 10.88.10.11;
option subnet-mask 255.255.255.000;
option domain-name "clarkweb.edu";

option time-servers 10.88.10.10;

option domain-name-servers 10.88.10.50;
option routers 10.88.10.50;
max-lease-time 14000;
default-lease-time 1;
range dynamic-bootp 10.88.10.30 10.88.10.49;
    }



Roger
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Oracle & Redhat 8.0 Help

2003-01-07 Thread Roger Keslar
I was able to get oracle 8.1.7 installed on RH 8.0 but am having problems
with creating a database.  The DBA and myself start the dbassist and in just
hangs on the first option.  I have gone through the installation
instructions and have installed the glibc stubs patch and everything there
went okay.

If anyone has been through this or knows of a how to please let me know.  

Roger



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



Mail Delivery Agent with Outlook/Outlook Express

2003-01-05 Thread Roger
Hi there

I am running RH8 with sendmail 8.11.6. Can you recommend me a MDA program
that is able to work with outlook/outlook express together? So that, the
sendmail could 'pull' the mails to client in time.

Thanks in advance




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



Re: headless operation

2003-01-02 Thread Roger

Around Thu,Jan 02 2003, at 07:23,  Ian Thomas, wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thursday, January 2, 2003, at 03:42 PM, Roger wrote:
> 
> > What's it take to get a redhat 7.3 box to run without monitor
> > connected?  With X running, I can remove the monitor.   Booting run
> > level 3, it dies when the monitor is disconnected.
> >
> > Thanks
> >
> > Roger
> 
>   It may be the hardware.  I'm running RH 8.0 right now without a 
> monitor.
> Unfortunately, I can't convince this Gateway that I don't need a 
> keyboard on boot.
> It refuses to boot up without one, giving everyone's favorite error
> 
> keyboard error: press esc to continue
> 
>   I would SSH into the box and do a tail -f on /var/log/messages while 
> you
> disconnect the monitor ( which is off I hope ).  It may give the cause 
> of your problems.

Nothing in the logfiles.


[EMAIL PROTECTED]



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



headless operation

2003-01-02 Thread Roger
What's it take to get a redhat 7.3 box to run without monitor
connected?  With X running, I can remove the monitor.   Booting run
level 3, it dies when the monitor is disconnected.

Thanks

Roger



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



Re: seperate iptables log entries

2003-01-01 Thread Roger
sorry for my mistake, it should be

kern.=info/var/log/iptables

- Original Message -
From: "Roger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 8:40 AM
Subject: Re: seperate iptables log entries


Hi

apend one line into /etc/syslog.conf

kern.=infro/var/log/iptables


I don't think iptables use one consloe to log entries, there must be some
one changed syslog.conf and used one console as the log output.


- Original Message -
From: "cj" <[EMAIL PROTECTED]>
To: "RedHat Mailing List (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 8:38 AM
Subject: seperate iptables log entries


G'day All
Is there a way to seperate the log entries made by iptables into another log
file and not in the messages log file?

I have disabled the log command for iptables in my rules for now, but I
would like to log the entries.
Also is there a way to stop the iptables log entries from being display on
the console?

Thanks



--
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: seperate iptables log entries

2003-01-01 Thread Roger
Hi

apend one line into /etc/syslog.conf

kern.=infro/var/log/iptables


I don't think iptables use one consloe to log entries, there must be some
one changed syslog.conf and used one console as the log output.


- Original Message -
From: "cj" <[EMAIL PROTECTED]>
To: "RedHat Mailing List (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 8:38 AM
Subject: seperate iptables log entries


G'day All
Is there a way to seperate the log entries made by iptables into another log
file and not in the messages log file?

I have disabled the log command for iptables in my rules for now, but I
would like to log the entries.
Also is there a way to stop the iptables log entries from being display on
the console?

Thanks



--
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: Corrupt rpm database

2003-01-01 Thread Roger
Hi

Try to do this

rpm --rebuliddb


- Original Message - 
From: "Cliff Wells" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 7:57 AM
Subject: Corrupt rpm database





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



Question about text file edit

2002-12-24 Thread Roger
Hi, there

I have a big file that contains much of lines being with '#' (comment mark),
Now I want to delete all these commnet lines and only level meaning lines.
How to do?

Thanks in advance





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



Re: Clock problem on RedHat 8

2002-12-24 Thread Roger Schmeits
For some odd ball reason unknown to me redhat does like the clock
sometimes. Using the 'hwclock' command I have had to either sync the
bios clock to the o/s.

hwclock --hctosys

This sets hardware clcok to the system clock.

Might also want to look in the /etc/sysconfig directory for clock
settings. There you set timezone, UTC settings (mine is set for true)
and also ARC (???).

ZONE="America/Chicago"
UTC=true
ARC=false



On Tue, 2002-12-24 at 04:10, Julien Olivier wrote:
> Hi
> 
> I have a weird problem with Red Hat 8 on my Fujitsu-Siemens Amilo D
> laptop.
> 
> I live in France so I sat up the clock to use Paris timezone. At first,
> it worked well but after a few days, I restarted my computer and saw
> that the time was 1 hour under the correct one. So I tried to set it
> back by right clicking on the clock applet in GNOME and choosing adjust
> time and date. I changed the time and closed the config tool.
> 
> After a few seconds, the time was corrected but I couldn't drag windows
> anymore ! I could click on anything but couldn't _move_ anything... I
> have an ATI Radeon Mobility on this laptop (without DRI). I restarted
> XFree and I could move windows again.
> 
> After a reboot, I noticed the clock was badly configured again. I
> restarted the laptop and went to BIOS where I re-configured the time
> correctly. This time, the clok was correct in RedHat. But after about 2
> weeks, the problem happened again (1-hour-early time and XFree bug after
> re-configuring time). I've been running RedHat 8 for months now and I
> always have to re-configure my clock in the BIOS from time to time.
> 
> I read somthing on google about someone having a problem with RTC on his
> laptop when his laptop gets idled... I don't know if my problem is
> related to it though.
> 
> NB: I have used Windows on this laptop too and the clock worked great
> before I installed RedHat.
> 
> Thanks by advance.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: file conflict - samba

2002-12-24 Thread Roger Schmeits
Perfect. Thanks for the help. Removed the samba-client & samba-common
everything went fine. Nothin' like an extra pair of eyes.


RS

On Tue, 2002-12-24 at 09:32, Michael Schwendt wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Tue, 24 Dec 2002 08:43:52 -0600, ListServ wrote:
> 
> > I am trying to install the lastest version of samba and it keeps
> > baling out on me. have removed the previous version.  Do I need to
> > force the package?
> 
> You do not have removed the previous version completely.
> The samba-common package is left and conflicts with your new package.
> 
> > [root@clark02 root]# rpm -ivh samba*
> > Preparing...   
> > ###
> > [100%]
> > file /etc/rc.d/init.d/winbind from install of samba-2.2.7a-1 conflicts
> > with file from package samba-common-2.2.7-1.7.3
>  
> 
> - -- 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQE+CH4i0iMVcrivHFQRAuaWAJ9SWXCTdcLkW64WzTjSRMfRUERF9wCdHMUc
> KZIuh0RaUmVYvqKhPiTtI1E=
> =DQxp
> -END PGP SIGNATURE-
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Question about sendmail client

2002-12-22 Thread Roger
Hi, There

I am running RH8 as my smtp server.  But now, I feel it's not as convenient
as the MS Exchange I used. Before, when we use Exchange,it will inform users
immediately after emails arrive. But Sendmail can not. We have to wait for
emails' arriving every sevral minutes that is set within email client
program, such as Outlook express, Outlook, etc...

I wonder if there is possibility that sendmail can push the emails to client
in time automatically?  If not, if there is a linux-based email software
that could meet we needs?

Thanks in advance

Roger



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



Automatically install complied kernel

2002-12-19 Thread Roger
Hi, there

I am running RH8 linux. As I know, if we use LILO as boot loader, we can use
'make zlilo' as the last step during compling the new customized kernel.But,
now I am using GRUB as the boot loader, if there is a new command for
compling kernel to automatially install the new kernel to the proper place
after the new kernel is complied, just like 'make zlilo| bzlilo' command?

Any suggestion will be apprecaited.

Roger



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



Re: how to change ip address on Redhat

2002-12-19 Thread Roger
hi

it's easy. too many ways could accompish this. for me, i prefor to change
the network scripts directly. it resides in
/etc/sysconfig/network-scripts/ifcfg-ethX

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=X.X.X.X
NETMASK=255.255.255.240
GATEWAY=M.M.M.M

- Original Message -
From: "Julie Xu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 20, 2002 8:16 AM
Subject: how to change ip address on Redhat



Greeting,

Currently my redhat is use dhcp client, and I need stop the client and sign
a staitc ip address on this machine.

Is there administrator program I can use?

If not, which file I need to change or create to setup a ip address/
gateway/ ?

Any comments will be appreciated

Thanks in advance


Julie Xu

Unix/Network Administrator
Information Technology Directorate
University of Westen Sydney, Campbelltown
Campbelltown NSW 2560

Phone: 61 02 4620-3098
Mobile: 0416 179 868
Email: [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: Oracle 817 install on Redhat 8.0

2002-12-19 Thread Roger Keslar
Thanks for the help

Roger

-Original Message-
From: Naguib KERROUM [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 12:41 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Oracle 817 install on Redhat 8.0


On Wed, Dec 18, 2002 at 11:14:56AM -0700, Roger Keslar wrote:
> 
> 
> 
> I need to see if anyone knows what I need to do to get oracle 817
installed
> on redhat 8.0  I have followed the instructions and have RedHat 8.0 set up
> correctly but when I start the runInstaller I receive the following:
> 
> Initializing Java Virtual Machine from
>
../stage/Components/oracle.swd.jre/1.1.8/1DataFiles/Expanded/linux/bin/jre.
> Please wait...
export LD_ASSUME_KERNEL=2.2.12 and then try again ... It should work.

Naguib



-- 
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



Oracle 817 install on Redhat 8.0

2002-12-18 Thread Roger Keslar



I need to see if anyone knows what I need to do to get oracle 817 installed
on redhat 8.0  I have followed the instructions and have RedHat 8.0 set up
correctly but when I start the runInstaller I receive the following:

Initializing Java Virtual Machine from
../stage/Components/oracle.swd.jre/1.1.8/1DataFiles/Expanded/linux/bin/jre.
Please wait...

I have checked and I have a jre process running but nothing happens.  I have
waited a few hours and still nothing.  I have look through Oracle's site and
tried a few things that were suggested there but with not luck.  


Roger L. Keslar

UNIX System Administrator
AON Innovative Solutions, Inc.
[EMAIL PROTECTED]



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



Re: bash-shell

2002-12-16 Thread Roger

Around Mon,Dec 16 2002, at 11:03,  Jianping Zhu, wrote:
> 
> After I change .bash_profile, how I can let it take effect?
> is there some command for bash shell like source for csh?
> 
I think it's designed to be read at login,  but you could source it
like:
.  .bash_profile
^-single period needed.

Roger
-- 
no sig



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



Re: no space left on device, while it's not true!

2002-12-15 Thread Roger
Hi

I think, in your case, the inodes is full.
- Original Message -
From: "HAOYANG LIU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 16, 2002 3:01 PM
Subject: no space left on device, while it's not true!


After the meal, I saw an error message on my Redhat 7.3 desktop
"no space left on device". I tried to ignore it but it
kept appearing so I rebooted my computer. while it's being rebooted,
I saw
touch: careating '/var/lock/subsys/xinetd' No space left on device [Fail]
touch: careating '/var/lock/subsys/lpd' No space left on device [Fail]
and so on.
Then I noticed startx wouldn't run as it used to be and I had to log on via
the text screen. Surpringly, I found I couldn't create new fils under "/",
nor the /var directory and the error message was always no space left.
However, I still could create files under my own direcotry at /home. I used
df
to check the diskspace and saw only 40% of "/" was used!
I have a lot of things to do and I do need my linux come back...
What shall I do now?
Help, please!

Regards,
Haoyang





--
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: Acrobat 5 with RH8.0 won't work

2002-12-11 Thread Roger Harrington
Hello Oeystein

At this stage I have got Acrobat working by using the bashrc script
provided by Hardy.

However, thank you very much for the other info you gave. I was not even
aware of the psyche-list. I couldn't find it using the Redhat search,
but did using Google. I have now subscribed to it. I have also found the
binaries you mentioned and will download those from gurulabs.com

Regards


Roger

On Tue, 2002-12-10 at 05:53, Oeystein Olsen wrote:
> On Tuesday 10 December 2002 15:41, Hardy Merrill wrote:
> > Lucky for you, someone I work with just ran into that problem
> > the other day.  The problem seems to be that Acrobat does not
> > like the RH8.0 default of UTF-8 - it expects ISO8859-1.  The
> > way we got around that was to create this alias in .bashrc:
> >
> >alias acroread='LANG=en_US.iso885915 /usr/bin/acroread'
> >
> > This will set the LANG environment variable ***for just this
> > acroread command***.
> >
> 
> Or he can do a search on the psyche-list (RedHat 8.0 list). The issue has 
> popped up several times. He can either edit the acroread-script or download a 
> new binary without the problem. This will work for all users. (Since I don't 
> have my linux-box here, I can't be more specific.)
> -- 
> Øystein Olsen, [EMAIL PROTECTED], http://folk.uio.no/oeysteio
> Institute of Theoretical Astrophysics, http://www.astro.uio.no
> University of Oslo, Norway





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



Re: Acrobat 5 with RH8.0 won't work

2002-12-11 Thread Roger Harrington
Hi Hardy

Thanks for the info below, I implemented it and despite Acrobat still
grizzling during its start up above fonts not being supported, it now
continues and launches!

Once again, thanks Hardy

Roger

On Tue, 2002-12-10 at 04:41, Hardy Merrill wrote:
> Lucky for you, someone I work with just ran into that problem
> the other day.  The problem seems to be that Acrobat does not
> like the RH8.0 default of UTF-8 - it expects ISO8859-1.  The
> way we got around that was to create this alias in .bashrc:
> 
>alias acroread='LANG=en_US.iso885915 /usr/bin/acroread'
> 
> This will set the LANG environment variable ***for just this
> acroread command***.
> 
> HTH.
> 
> -- 
> Hardy Merrill
> Senior Software Engineer
> Red Hat, Inc.
> 
> Roger Harrington [[EMAIL PROTECTED]] wrote:
> > I have downloaded from the Adobe site, linux-506.tar.gz.
> > 
> > It seemed to successfully install into my nominated directory: -
> > /usr/local/Acrobat5; well, I didn't see any error messages generated!
> > 
> > On running it by typing "acroread", I get after a couple of seconds, 
> > Warning : charset "UTF-8" not supported, using "ISO8859-1"
> > 
> > After a couple more seconds I get the word , "Aborted" appear.
> > 





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



Re: Acrobat 5 with RH8.0 won't work

2002-12-11 Thread Roger Harrington
Hi Alan

I live in Australia so I guess am afflicted with the same problem you
described.

I have now got my Acrobat working by using the alias in bashrc as
described in a message from Hardy Merrill.

Thanks for your comments

Regards

Roger

On Tue, 2002-12-10 at 04:39, Alan Peery wrote:
> Roger Harrington wrote:
> 
> >Can someone "spoonfeed" me on how to get Acrobat working?
> >  
> >
> What locale are you running with?  I live in England with my system set 
> accordingly, and one of the latest Mozilla builds reading what appeared 
> to be locale information...
> 
> I suspect commonality between the two applications on font rendering. 
>  The Mozilla version was using scaled fonts, and I would think that 
> Acrobat would be likely to use the ones built into the X server if they 
> were available.
> 




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



Acrobat 5 with RH8.0 won't work

2002-12-10 Thread Roger Harrington
I have downloaded from the Adobe site, linux-506.tar.gz.

It seemed to successfully install into my nominated directory: -
/usr/local/Acrobat5; well, I didn't see any error messages generated!

On running it by typing "acroread", I get after a couple of seconds, 
Warning : charset "UTF-8" not supported, using "ISO8859-1"

After a couple more seconds I get the word , "Aborted" appear.

I have copied the tgz file from another site, done a "compare" of the
two files and there is no error, so my source data seems ok.

Can someone "spoonfeed" me on how to get Acrobat working?

TIA


Roger




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



How to enter single-user mode from Grum

2002-12-09 Thread Roger
Hi

My question is as the topic, I am running RH8 box. 
Thanks in advance

R



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



Re: network drawings

2002-12-05 Thread Roger Schmeits
http://linux.oreillynet.com/pub/a/linux/2001/02/15/LinuxAdmin.html

Comparision of different packages.

Roger

Thanks for the help!.

On Thu, 2002-12-05 at 08:02, Javier Gostling wrote:
> On Thu, Dec 05, 2002 at 07:42:41AM -0600, Roger Schmeits wrote:
> 
> > I need to layout drawings for switches, routers, hubs, servers for a
> > Cisco support call that we need to make. They (Cisco) often ask for
> > Visio drawings -- what is the equivalent in the Linux world?
> 
> I have used dia, but it's very primitive compared to Visio. Anyone can
> suggest others? Maybe a CAD software? I have in mind to give qcad a try,
> but haven't got around to it.
> 
> Cheers,
> -- 
> Javier Gostling
> Ingeniero de Sistemas
> Virtualia S.A.
> [EMAIL PROTECTED]
> Fono: +56 (2) 202-6264 x 130
> Fax: +56 (2) 342-8763
> 
> Av. Kennedy 5757, of 1502
> Las Condes
> Santiago
> Chile
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



network drawings

2002-12-05 Thread Roger Schmeits


I need to layout drawings for switches, routers, hubs, servers for a
Cisco support call that we need to make. They (Cisco) often ask for
Visio drawings -- what is the equivalent in the Linux world?




-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: How to execute commands before system reboot

2002-12-02 Thread Roger
i mean these commands only get excuted only before system hung up and
automactically.

Thanks



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



How to execute commands before system reboot

2002-12-02 Thread Roger
Hi

I am running RH 8 box, I wonder if there is a file can consist of all the
commands that could be executed before system reboot or shutdown, just
functionally like rc.local?

Thanks

R



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



Re: swat troubleshooting

2002-11-26 Thread Roger Schmeits
Have you looked with chkconfig?
chkconfig --list | grep swap

chkconfig swap on
On Tue, 2002-11-26 at 06:59, Steve Hare wrote:
> Hello,
>   I am having a problem running swat.
> I set up samba correctly, and can see my shares from
> other computers on my network.  I just can't seem to 
> make swat work.  I really don't need it badly, since I 
> can make samba work with manual configuration, but
> it is the perfectionist in me.  I need to make this work
> for piece of mind.
> 
> Right now, when I type in //localhost:901
> or 
> http://127.0.0.1:901
> or
> http://192.168.0.2:901
> 
> it just sits there.  It says, Sending request to 
> and never connects.
> 
> I put all the config files into the services file
> and the /etc/xinetd.d/swat file
> but still nothing.
> 
> any suggestions on how to fix this?
> 
> -Steve Hare
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Choice of VPN

2002-11-22 Thread Roger
Hi all

I wonder which VPN product for RH 8 is best one, inclucding free-wares and
commercial wares. Thanks

R



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



How to unload module automatically

2002-11-20 Thread Roger
Hi

I am running RH 8 box. After system startup, some modules will be loaded
automatically, but I don't use them at all, such as sd_mod, How can I
disable system load these trashy modules during startup? Is recompliling
kernel necessary?

Thanks for any suggestion.

R



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



Transparent proxy with iptables

2002-11-18 Thread Roger
Hi.

I am working on a transparent proxy project now. The softs I using are the
iptables (NAT) coming with RH8, squid 2.5-stable and RH8. The configureation
I made are the following.

First: SNAT all the request from the intranet to internet, for example:

iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.0/24 -j SNAT --to
2.2.2.2

Second: Redirect the http request to squid listening port (3128)

iptalbes -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 3128.

I think it should work. but after I assigned the 2.2.2.2 as the default
gateway to clients by DHCP . The clients can't surf internet at all, the
other services are ok. The error message they get is "While trying to
retrieve the URL: /

The following error was encountered:

Invalid URL " ..BLA BLA.

It seems that iptables tansfers only "/" to squid on behalf of clients
requests instead of the real url the clients issued.

Any suggestion??? Thanks so much

R




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



Re: postfix relaying

2002-11-14 Thread Roger Schmeits
Dont be afaid of posting a question on the postfix listserv. Very well
mannered and knowledge people. Thats your best bet.may want to dig thru
the archives first.


It sounds like you will have to use Dynamic DNS with postfix. In postfix
you will specific which domains that you will accept email from. i.e.
healthclinic.com & remote01.healthclicic.com. something like that. 


Good luck.

Roger


On Thu, 2002-11-14 at 08:32, Paul Lee wrote:
> I have read as much about Postfix configuration as I can find, but there
> is still one issue that I am not sure about. I am setting up a mail
> server at our main office. No problem there. I would also like for our
> two branch offices to use it to send and receive mail, however they both
> have dynamic IP addresses (both offices are small and simply use a DSL
> connection) so I am not sure how to configure Postfix to allow them to
> relay through without opening myself up to becoming a SPAM relay.
> 
> Any and all help is appreciated.
> 
> Paul
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: REPOST: Tape drive on Redhat 7.2

2002-11-13 Thread Roger Schmeits
Have you looked in dmesg for any entries for your tape drive? If it is
not in there the o/s will never see it.

Make sure the scsi number for the tape drive is unique.


here are some basic commands -- thats all I know about mt.
# mt -f /dev/nst0 setblk 1024 
# tar -l -cvf /dev/nst0 ./var 
./var/ 
./var/lib/ 
./var/lib/rpm/ 
./var/lib/rpm/Packages 
./var/lib/rpm/Name 
./var/lib/rpm/Basenames 
./var/lib/rpm/Group 
./var/lib/rpm/Requirename 
./var/lib/rpm/Providename 
tar: /dev/nst0: Wrote only 0 of 10240 bytes 
tar: Error is not recoverable: exiting now 
# mt -f /dev/nst0 rewind 
# tar -tvf /dev/nst0 
drwxr-xr-x root/root 0 2002-05-31 19:58:52 ./var/ 
drwxr-xr-x root/root 0 2002-05-31 18:25:00 ./var/lib/ 
drwxr-xr-x root/root 0 1996-02-14 17:07:19 ./var/lib/rpm/ 
-rw-r--r-- root/root 12255232 2002-05-31 19:57:13 ./var/lib/rpm/Packages
ta



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



boot

2002-11-13 Thread Roger Schmeits
What tools does a person use to tell the o/s which partition is
bootable? I looked at fdisk, sfdisk, and parted -- but am going no where
fast. I know it can be done using cfdisk (not included in RH) but dont
have one handy.

What does a person use for this this???




-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



How to add a password to a compressed file

2002-11-11 Thread Roger
Hi

As the topic, how can I add a password in a compressed file, .tar, .gz.
so I can protect it?

Thanks!

R



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



Re: Newbie Question: Samba HELP!!!

2002-11-11 Thread Roger Schmeits
I thought the samaba was in /etc/samba/smb.conf? Isnt that the default
location?

Have you run testparm?

There is a (3) troubleshooting docs on www.samba.org -- strongly suggest
you find it . 



On Sun, 2002-11-10 at 08:15, Eliza Dushku wrote:
> I'm trying to use a simplified version of the online manual that you can
> view 
> at: http://members.rogers.com/freeballer/Downloads/samba-howto.pdf
> 
> My Lan Being:
> Downstairs (Samba/Linux Machine) 192.168.1.101
> Laptop 192.168.1.100
> Wacko 192.168.1.102
> 
> Everything was going good so far until this point [root@Downstairs
> root]# killall -HUP inetd
> inetd: no process killed
> [root@Downstairs root]# kate /etc/smb.conf
> *** REDIRECTED: lan://localhost/
> [root@Downstairs root]# /etc/rc.d/init.d/smb stop
> Shutting down SMB services: [FAILED]
> [root@Downstairs root]# /etc/rc.d/init.d/smb start
> Starting SMB services: [ OK ]
> [root@Downstairs root]# smbclient -L localhost
> added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0
> added interface ip=172.16.187.1 bcast=172.16.187.255 nmask=255.255.255.0
> added interface ip=172.16.170.1 bcast=172.16.170.255 nmask=255.255.255.0
> added interface ip=172.16.171.1 bcast=172.16.171.255 nmask=255.255.255.0
> error connecting to 127.0.0.1:139 (Connection refused) Error connecting
> to 127.0.0.1 (Connection refused) Connection to localhost failed
> [root@Downstairs root]#
> 
> 
> I created the host, lmhost, services and inetd file entries and all that
> EXCEPT FOR tcp wrappers, I did not create entries in the /etc/hosts.deny
> and /etc/hosts.allow files. 
> The manual says that a single entry "ALL" should be in the deny file and
> allow file sould have: 
> "swat : 127.0.0.1 192.168.0.1"
> 
> But is that all I need!
> 
> I'm not sure weather or not this is my problem but I just couldn't find
> any simple explanation on the "tcp wrappers"!!! I opened the
> /etc/smb.conf file and found no entries at all in it But I went to
> one of the windows PCs and found a new workgroup (MyGroup) but I
> couldn't access it. Which my LAN is using the "Freeballer" workgroup!
> Please help me out, I know kind of stupid questions but this is my first
> time installing/configuration samba and the other online manuals aren't
> for newbies (at least the ones I found, in my opinion)... Hey at least
> i'm trying huh?! (trying to learn something besides windows)
> If you give me a template/example of what the smb config file looks like
> and a simple explanation would be great or whatever kind of help you can
> give me. Any at all! I'd appreciate it
> 
> 
> 
> 
> There Are No Stupid Questions "It is better to look foolish for a moment
> than to be ignorant for a lifetime." -Chinese proverb
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Strange hardware message for me

2002-11-07 Thread Roger
Hi~

I am runngin RH8, and the hardware specification is HP adaptec 29160 scsi
controllor card and tow IBM scis 36G hard disk. the hd's scsi id is 5 and 6
respectively and both on the first channel.  But now, sometimes system
informs me with some strange message like this
'(scsi0:A:5:0): Locking max tag count at 128'
I don't understand what it means. anyone can give me some clues? Thans a lot

R



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



kernel -- dos.o?

2002-11-06 Thread Roger Schmeits
Greetings:

I am trying to use mondoarchive and it keeps complaining about unable to
insert (via insmod) the dos module.

currently using RH7.3 with kernel 2.4.18-10.  Did a locate for the dos.o
but came up empty handed. Did find the msdos.o in the
/lib/modules/2.4.18--10/kernel/fs/msdos/msdos.o.


More specifically the error message states:

insmod: dos: no module by that name found.

How does one go about fixing this problem? Can I assume that I must
compile the kernel to include that module. Or can I upgrade/downgrade to
a different kernel to include the specified module?

Thanks   



-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Wu-ftp security question

2002-11-05 Thread Roger
Hi there

I am running RH8 with Wu-ftp daemon. I fount there is nowhere to log the
wrong logon information. So, I wonder if somebody want to guess the password
of a ftp user where I can get it?
I checked xferlog and secure logs, no info for this.

Thanks

R



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



How to kill session

2002-11-03 Thread Roger
Hi Dear all

If I found somebody logon on my system from some teminals, such as pst/1,
tt1 hwo can I teminate his session quickly? I am runing RH 8.0


Thanks!



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



Re: bizarre htaccess/htpasswd problem

2002-11-03 Thread Roger

Around Sun,Nov 03 2002, at 10:20,  Den Locke, wrote:
> I am trying to password protect one of my apache virtual hosts but no
> matter what I do I can't seem to get it working. I have read all the
> documentation I could find and it seems like it should be pretty easy and
> straightforward. When I connect to my website, it prompts me for a
> username/password but it never lets me in! I know the username/passwords
> are right! I have created my .htaccess file. I changed permissions (chmod
> 666!) on .htaccess. It points (in full path) to a .htpasswd file. I
> modified permissions on .htpasswd too. I changed the AllowOverride
> AuthConfig in my httpd.conf file. I've tried authenticating with different
> web browsers or with the http://username:password@;mydomain.com url.
> Nothing works. Am I missing something?
> 
I wouldn't have the .htaccess chmod 666, I'd make it 644

You created the usernames and passwords for .htpasswd with htpasswd right?

sample .htaccess could be:
AuthUserFile  /path/to/.htpasswd
AutGroupFile  /dev/null
AuthName  NotSureIt's needed
AuthType  Basic


require valid-user



This works for me.

-- 
[EMAIL PROTECTED]
>From /usr/bin/fortune:
It has just been discovered that research causes cancer in rats.



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



Re: initialize new scsi disk

2002-10-30 Thread Roger Schmeits
On compaq servers you have to use the smart start cd and put the new
disk into the array controller as raid 0.

To make the file system use fdisk -c /dev/idac0d3.
Default filesystem is ext2, -c checks for bad blocks.

Next figure out XFS, or better yet install XFS.


On Tue, 2002-10-29 at 20:02, Roger Schmeits wrote:
> Greetings:
> I have insert a hot-swapable drive into a Compaq Proliant 1600 server
> running a Array 221 controller. I find myself not knowing how to
> initialize this disk. Was thinking I could use fdisk but it complains
> that it could not open /dev/ida/c0d3.  Here is the current layout.
> Does one make the file system first then use fdisk?
> 
> 
> 
> Filesystem   1k-blocks  Used Available Use% Mounted on
> /dev/ida/c0d0p24803008326348   4232676   8% /
> /dev/ida/c0d0p1 197562 13372173990   8% /boot
> /dev/ida/c0d2p27987576   2425992   5155828  32% /home
> none257216 0257216   0% /dev/shm
> /dev/ida/c0d1p1   12461488   1495600  10332880  13% /usr
> 
> 
> My goal was to initialize this disk (18Gig) using the XFS file system
> and move /home to this drive. Question two) how/where does one get the
> XFS file system? Will google that one for sure!
> 
> 
> -- 
> **
> Roger Schmeits
> System Analyst
> Clarkson College
> http://www.clarksoncollege.edu
> Omaha, NE USA
> 1-800-647-5500 x22542
> * 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



initialize new scsi disk

2002-10-30 Thread Roger Schmeits
Greetings:
I have insert a hot-swapable drive into a Compaq Proliant 1600 server
running a Array 221 controller. I find myself not knowing how to
initialize this disk. Was thinking I could use fdisk but it complains
that it could not open /dev/ida/c0d3.  Here is the current layout.
Does one make the file system first then use fdisk?



Filesystem   1k-blocks  Used Available Use% Mounted on
/dev/ida/c0d0p24803008326348   4232676   8% /
/dev/ida/c0d0p1 197562 13372173990   8% /boot
/dev/ida/c0d2p27987576   2425992   5155828  32% /home
none257216 0257216   0% /dev/shm
/dev/ida/c0d1p1   12461488   1495600  10332880  13% /usr


My goal was to initialize this disk (18Gig) using the XFS file system
and move /home to this drive. Question two) how/where does one get the
XFS file system? Will google that one for sure!


-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



Re: How to delete bash history of root

2002-10-30 Thread Roger
if without logout how to do?
- Original Message - 
From: "Emmanuel Seyman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 5:41 PM
Subject: Re: How to delete bash history of root


On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote:
> 
> My question is the same as the subject, how to delete the bash history of
> root. any suggestion is appreciated

Logout
Login and run the command "rm .bash_history"
Logout

Emmanuel



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



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



Re: How to delete bash history of root

2002-10-30 Thread Roger
I tried, but it doesn't work
- Original Message - 
From: "Ernest E Vogelsinger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 5:19 PM
Subject: Re: How to delete bash history of root


At 10:15 30.10.2002, Roger said:
[snip]
>Hi all
>
>My question is the same as the subject, how to delete the bash history of
>root. any suggestion is appreciated
[snip] 

rm -f /root/.bash_history


-- 
   >O Ernest E. Vogelsinger/~\ The ASCII
   (\)ICQ #13394035\ / Ribbon Campaign 
^   X  Against
   / \ HTML Email



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



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



How to delete bash history of root

2002-10-30 Thread Roger
Hi all

My question is the same as the subject, how to delete the bash history of
root. any suggestion is appreciated

R



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



nic(s) not found -- long

2002-10-25 Thread Roger Schmeits
Greetings:
I have an older Prosignia 300 150Mhz that we work like to use as an
internal ftp server. Have a couple of problems with it.

It has a built in NIC card (pcnet32) and a Compaq FastEthernet -- NC3121
PCI card.  The machine sees the NICs but cannot get it to initialize the
NICs' for the life of me.


Is there away to get this machine to start one of the nic's? Am assuming
that a line will have to be put into the lilo.conf.

I know this machine & the cards work fine -- had openbsd on it some time
back.

Included below dmesg, lsmod, modules.conf, /proc/pci, /proc/ioports, and
/proc/interrupts.


Thanks for the help.


Roger

*cut dmesg*
pcnet32_probe_pci: found device 0x001022.0x002000
PCI: Setting latency timer of device 00:0b.0 to 64
ioaddr=0x0070a0  resource_flags=0x000101
eth%d: PCnet/PCI 79C970 at 0x70a0, warning PROM address does not match
CSR address
eth%d: using the PROM address of 00 80 5f 06 69 a5
pcnet32: pcnet32_private lp=c0df2000 lp_dma_addr=0xdf2000 assigned IRQ
5.
pcnet32.c:v1.25kf 26.9.1999 [EMAIL PROTECTED]
eepro100.c:v1.09j-t 9/29/99 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin
<[EMAIL PROTECTED]> and others
eth1: OEM i82557/i82558 10/100 Ethernet, 00:08:C7:BB:7A:8B, IRQ 9.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 702536-007, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x24c9f043).
  Receiver lock-up workaround activated.
pcnet32_probe_pci: found device 0x001022.0x002000
PCI: Setting latency timer of device 00:0b.0 to 64
ioaddr=0x0070a0  resource_flags=0x000101
eth%d: PCnet/PCI 79C970 at 0x70a0, warning PROM address does not match
CSR address
eth%d: using the PROM address of 00 80 5f 06 69 a5
pcnet32: pcnet32_private lp=c0df2000 lp_dma_addr=0xdf2000 assigned IRQ
5.
pcnet32.c:v1.25kf 26.9.1999 [EMAIL PROTECTED]
eepro100.c:v1.09j-t 9/29/99 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin
<[EMAIL PROTECTED]> and others
eth1: OEM i82557/i82558 10/100 Ethernet, 00:08:C7:BB:7A:8B, IRQ 9.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 702536-007, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x24c9f043).
  Receiver lock-up workaround activated.


**end of dmesg



start of lsmod
Module  Size  Used by
nls_iso8859-1   2800   1  (autoclean)
nls_cp437   4320   1  (autoclean)
vfat9008   1  (autoclean)
fat31392   0  (autoclean) [vfat]
eepro100   17120   0  (unused)
ext3   61936   1 
jbd38976   1  [ext3]
ncr53c8xx  50960   2 
sd_mod 11552   2 
scsi_mod   92176   2  [ncr53c8xx sd_mod]
***end of lsmod**



start of module.conf*
alias parport_lowlevel parport_pc
alias scsi_hostadapter ncr53c8xx
#alias eth0 pcnet32
alias eth1 eepro100
alias scsi_hostadapter1 aic7xxx
**end of module.conf**





***start of /proc/ioports
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
03c0-03df : vga+
03f0-03f5 : floppy
03f7-03f7 : floppy DIR
03f8-03ff : serial(auto)
0cf8-0cff : PCI conf1
5000-50ff : Adaptec 7892B
5400-541f : Intel Corporation 82557 [Ethernet Pro 100]
  5400-541f : eepro100
70a0-70bf : Advanced Micro Devices [AMD] 79c970 [PCnet LANCE]
7100-71ff : Symbios Logic Inc. (formerly NCR) 53c810
  7100-717f : ncr53c8xx
end of ioports**





start of /proc/pci
PCI devices found:
  Bus  0, device  11, function  0:
Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet
LANCE] (rev 2).
  IRQ 5.
  I/O at 0x70a0 [0x70bf].
  Bus  0, device  12, function  0:
SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c810
(rev 2).
  IRQ 10.
  Master Capable.  Latency=255.  
  I/O at 0x7100 [0x71ff].
  Non-prefetchable 32 bit memory at 0x230 [0x23000ff].
  Bus  0, device  13, function  0:
Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev
5).
  IRQ 9.
  Master Capable.  Latency=64.  Min Gnt=8.Max Lat=56.
  Prefetchable 3

Re: bash scripting question

2002-10-23 Thread Roger

Around Wed,Oct 23 2002, at 09:06,  christopher j bottaro, wrote:
> hello,
> first off, are there any mailing lists where i can ask questions about bash 
> scripting?  any good mailing list that deal with programming c in linux?
> 
> anyways, i want to assign the exit status of a command in a variable as an 
> integer.  i tried the following:
> let x=`./configure --prefix=$1`
> but it doesn't work.
> 
Just execute the configure command.  $? will hold the exit status.

`./configure --prefix=$1`
let x=$?
echo $x

would print a 0 if succesful, non-zero if not successful

Roger



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



mirror site

2002-10-23 Thread Roger Schmeits
How does one become a mirror site for RH versions? Mainly for our own
use (for work).

Looking at all 7.x versions. Anyone know how much room is required?

Thanks.






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



Re: procmail question

2002-10-23 Thread Roger

Around Wed,Oct 23 2002, at 10:47,  Todd A. Jacobs, wrote:
> On Tue, 22 Oct 2002, Roger wrote:
> 
> > Actually, the MAILDIR is just a variable that doesn't set the defualt. Use 
> > the DEFAULT directive. As in:
> > 
> > MAILDIR=$HOME/Mail
> > DEFAULT=$MAILDIR
I screwed up.  Should have been:
if you want to change the default delivery, reset DEFAULT to point to 
a mailbox file like this:
DEFAULT=$MAILDIR/mbox  

> Um, no. MAILDIR is the default path for delivery, DEFAULT is the default
> mailbox (defaults to $ORGMAIL), and ORGMAIL is the system mailbox
> (defaults to /var/spool/mail/$LOGNAME). Read "man procmailrc" for more
> information.
If you set a recipe to dump mail to box 'blah' then MAILDIR tells the 
directory where 'blah' resides, it doesn't alter where emails that don't 
match a recipe go. Use DEFAULT for that.

Roger

-- 
[EMAIL PROTECTED]



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



Re: procmail question

2002-10-22 Thread Roger

Around Tue,Oct 22 2002, at 04:37,  Todd A. Jacobs, wrote:
> On Tue, 22 Oct 2002 [EMAIL PROTECTED] wrote:
> 
> > Pine allows me to change where it looks for mail, but is there a way to
> > tell procmail to put incoming mail into a different file rather than
> > /var/mail/username I would like to pick up the
> 
> Of course. In the delivery line, just put the path and filename:
> 
>   :0:
>   /home/linda/foo
> 
> You can also use the $HOME environment variable to save typing:
> 
>   :0:
>   $HOME/foo
> 
> or change the default delivery directory with $MAILDIR if you want to
> deliver to a bunch of different mboxes in a given directory. 
> 
>   MAILDIR=$HOME/mail

Actually, the MAILDIR is just a variable that doesn't set the defualt. Use 
the DEFAULT directive. As in:

MAILDIR=$HOME/Mail
DEFAULT=$MAILDIR

Roger
-- 
[EMAIL PROTECTED]
>From /usr/bin/fortune:
If you are going to walk on thin ice, you may as well dance.



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



Re: Return from Standby or Hibernate

2002-10-22 Thread Roger Schmeits
have you tried www.linux-laptop.net for your model?


On Mon, 2002-10-21 at 21:30, MET wrote:
> I'm running RedHat 8.0 with the latest kernel and installed APM support
> on my Dell 8200 laptop.  Using the APMD I can easily go into either
> standby or hibernate by selecting the option through right-clicking on
> the battery/power-plug icon in the menu.  However, after that, I have NO
> idea how to awaken it without pressing the power button on the laptop,
> which just cuts the power.  Suggestions?
> 
> ~ Matthew
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
**
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
* 



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



  1   2   3   >