daemon and killproc problem in startup script

2003-09-15 Thread Williams, Quinton L








I am using RH9 and cannot get the daemon and killproc commands to work in my init.d
startup scripts.

I keep getting the following error:

 

# /sbin/service dhcpd stop

Stopping dhcpd: /etc/init.d/dhcpd: line 26: killproc:
command not found

 

# /sbin/service dhcpd start

Starting dhcpd: /etc/init.d/dhcpd: line 18: daemon: command not found

 

I was able to get the start function to work by just
removing the daemon command and leaving the path to the program:

 

start() {

    echo -n $"Starting $prog:
"

    ./usr/sbin/dhcpd

 

Any help would be great, but please make it simple since I’m
pretty new to Linux.

 

Quinton Williams 
 Telecommunications Analyst 
 University of Houston 
(832) 842-4680 
  

 








Re: Wu-ftp config question

2003-09-15 Thread Sasa Stupar
Ed Wilts pravi:

On Mon, Sep 15, 2003 at 08:03:03PM +0200, Sasa Stupar wrote:
 

I have a question regarding the configuration of wu-ftp: I have it 
working for guest and anonymous (I don't want to enable real unix). How 
do I set up default permissions for upload (eg. 755) for guest? Now it 
is set to 022.
   

I use upload clauses like so:
upload  /cust/*/*   *   no
upload  /cust/*/*   /pub/upload yes * * 2770
This forces all uploads to go the upload folder and allows group access.
There are a bunch of examples in the man page for ftpaccess.  Also look
at the upload.configuration.HOWTO file which was installed as part of
the rpm.
You can also use the defumask statement to tweak the permissions.

 

I am using webmin to configure wu-ftp. I have setup default umask to 755 
for all classes but looks like this doesn't work because when I upload 
files they have 022 permission.



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


Re: Vmware on Red Hat 9

2003-09-15 Thread Ed Greshko
On Tue, 2003-09-16 at 12:04, Pablo Rodriguez Gonzalez wrote:
> Hi Ed,
> 
> I've installed as shown because I want to use Geforce native driver, working without 
> Linux too.
> 
> Following your steps, I can't boot Windows XP without Linux :-)
> 
> Another idea?

You can't do what you want.  VMware is designed in such a way that it
uses its own set of virtual drivers for Video.

Ed




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


Re: Vmware on Red Hat 9

2003-09-15 Thread Pablo Rodriguez Gonzalez
Hi Ed,

I've installed as shown because I want to use Geforce native driver, working without 
Linux too.

Following your steps, I can't boot Windows XP without Linux :-)

Another idea?

Thanks and regards,



On 16 Sep 2003 11:20:09 +0800
Ed Greshko <[EMAIL PROTECTED]> wrote:

> On Tue, 2003-09-16 at 10:24, Pablo Rodriguez Gonzalez wrote:
> 
> > I've installed VMware 4 Workstation, and doesn't work on my RH.
> 
> I'm running VMware 4 on RH 9 without any problems.  I've several virtual
> machines.  RH Severn, Win2K, Win2003 Server.
> 
> > The steps:
> > 
> > 1.- I've installed Windows XP in /dev/hda1
> 
> Why did you do that?  This is not the way to create virtual machines...
> Sounds more like you are setting up Dual Boot.
> 
> > 2.- I've installed Linux in /dev/hda3 and /dev/hda4
> > 
> > 3.- I've installed VMware in Linux.
> > 
> > 4.- I've configured VMware in Linux, to boot Windows XP , all right.
> > 
> > 5.- I've configured GRUB to boot Windows XP.
> > 
> > Now, when I run VMware, GRUB gives me next error:
> > 
> > "GRUB Loading stage1.5.
> > 
> > Grub Loading.Please Wait...
> > 
> > Error 17"
> > 
> > and Windows XP doesn't run (and Linux).
> > 
> > The strange, the thing I don't understand: without VMware, I turn on my computer 
> > and GRUB can boot sucessfully Windows XP and Linux.
> 
> Sureyou have set up a dual boot environment.
> 
> Forget about what you have done in installing XP in /dev/hda1.  VMWware
> doesn't look there as it creates its own set of "virtual disks".
> 
> What you want to do is follow the documentation for VMware.
> 
> Basically
> 
> 1.  Boot RH 9.
> 2.  Install VMware from the RPM's.
> 3.  Run the VMware configuration util.
> 4.  Put your XP CD in your CD drive.
> 4.  Start VMware.
> 5.  VMware will (after you install your license I think) prompt you to
> create a new virtual machine.
> 6.  Follow the prompts and install XP from there
> 
> Ed
> 
> -- 
> http://www.shorewall.net   Shorewall, for all your firewall needs
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos


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


Re: GRUB install on hard drive

2003-09-15 Thread Kelerion
I'm not that good with grub.. but can't you boot from floppy and type 
"grub-install /dev/sda" or "grub-install /dev/md0"?

or am I missing some point here..

Cheers

Kel



Michael Mansour wrote:

Hi,

I built a box last night with the following config:

4x 9gb UW2 scsi drives off an adaptec controller

First drive (/dev/sda) or hd(0,0) in grub.conf, I
installed Windows 2000 professional. I made this a
primary partition.
Second and third drives (/dev/sdb and /dev/sdc) or
hd(1,0) under grub.conf I created a Linux software
raid 1 mirror and installed Red Hat Linux 8.0. Also
made this a primary partition.
I seemingly mistakenly installed grub on /dev/sdb.

When booting the machine, Windows 2000 automatically
boots, when what I really want is for grub's menu to
kick in and allow me to choose it, defaulting to
Linux.
I realise now I should have chosen /dev/sda to install
grub on the redhat linux install (if it would allow
me) but am now trying to get grub installed on
/dev/sda, and realise I don't know how to do this
without re-installing linux.
Anyone know how to do this?

Googling I came up with grubconfig, which is a script
that installs grub into an MBR, but this does not seem
to work for software raid under /dev/md0 (which really
resides under /dev/sdb and /dev/sdc).
At the moment I'm booting the system from the boot
floppy, which only seems to start one cpu (it's a dual
system). I also tried changing the boot drive on
adaptec's controller to 1, but that didn't work
either.
Any ideas how I can install grub into this type of MBR
combination?
I've added my fstab, raidtab and grub.conf below for
you.
fstab:

/dev/md3/   ext3  
 defaults1 1
/dev/md0/boot   ext3  
 defaults1 2
none/dev/ptsdevpts
 gid=5,mode=620  0 0
/dev/md5/home   ext3  
 defaults1 2
none/proc   proc  
 defaults0 0
none/dev/shmtmpfs 
 defaults0 0
/dev/md1/usrext3  
 defaults1 2
/dev/md2/varext3  
 defaults1 2
/dev/md4swapswap  
 defaults0 0
/dev/cdrom  /mnt/cdrom 
iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0/mnt/floppy auto  
 noauto,owner,kudzu 0 0

/etc/raidtab:

raiddev/dev/md3
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb5
raid-disk 0
device /dev/sdc5
raid-disk 1
raiddev/dev/md0
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb1
raid-disk 0
device /dev/sdc1
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/sdb7
raid-disk 0
device /dev/sdc7
raid-disk 1
raiddev/dev/md1
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb2
raid-disk 0
device /dev/sdc2
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/sdb3
raid-disk 0
device /dev/sdc3
raid-disk 1
raiddev/dev/md4
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb6
raid-disk 0
device /dev/sdc6
raid-disk 1
/etc/grub.conf:

# Note that you do not have to rerun grub after making
changes to this file
# NOTICE:  You have a /boot partition.  This means
that
#  all kernel and initrd paths are relative to
/boot/, eg.
#  root (hd1,0)
#  kernel /vmlinuz-version ro root=/dev/md3
#  initrd /initrd-version.img
#boot=/dev/sdb
default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.8)
root (hd1,0)
kernel /vmlinuz-2.4.20-20.8 ro root=/dev/md3
initrd /initrd-2.4.20-20.8.img
title Red Hat Linux (2.4.20-20.8smp)
root (hd1,0)
kernel /vmlinuz-2.4.20-20.8smp ro
root=/dev/md3
initrd /initrd-2.4.20-20.8smp.img
title Red Hat Linux (2.4.18-14smp)
root (hd1,0)
kernel /vmlinuz-2.4.18-14smp ro root=/dev/md3
initrd /initrd-2.4.18-14smp.img
title Red Hat Linux-up (2.4.18-14)
root (hd1,0)
kernel /vmlinuz-2.4.18-14 ro root=/dev/md3
initrd /initrd-2.4.18-14.img
title Windows 2000
   

good system monitors

2003-09-15 Thread Shawn
Hello,

I am using System Monitor 2.0.4 on RH9 and wonder if anything better is out 
there as it just doesn't seems very accurate.  When I run a java process 
(Tomcat) that runs the cpu up to 100%, the process itself shows 0% cpu 
usage but of course when I kill it then the system goes back to a normal 
level.

In this case, I knew what the cause was, but in general I am not impressed 
with System Monitor 2.0.4 for other reasons as well.
-- Shawn

Happily using M2, Opera's revolutionary e-mail client: 
http://www.opera.com/m2/

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


Re: Vmware on Red Hat 9

2003-09-15 Thread Ed Greshko
On Tue, 2003-09-16 at 10:24, Pablo Rodriguez Gonzalez wrote:

> I've installed VMware 4 Workstation, and doesn't work on my RH.

I'm running VMware 4 on RH 9 without any problems.  I've several virtual
machines.  RH Severn, Win2K, Win2003 Server.

> The steps:
> 
> 1.- I've installed Windows XP in /dev/hda1

Why did you do that?  This is not the way to create virtual machines...
Sounds more like you are setting up Dual Boot.

> 2.- I've installed Linux in /dev/hda3 and /dev/hda4
> 
> 3.- I've installed VMware in Linux.
> 
> 4.- I've configured VMware in Linux, to boot Windows XP , all right.
> 
> 5.- I've configured GRUB to boot Windows XP.
> 
> Now, when I run VMware, GRUB gives me next error:
> 
> "GRUB Loading stage1.5.
> 
> Grub Loading.Please Wait...
> 
> Error 17"
> 
> and Windows XP doesn't run (and Linux).
> 
> The strange, the thing I don't understand: without VMware, I turn on my computer and 
> GRUB can boot sucessfully Windows XP and Linux.

Sureyou have set up a dual boot environment.

Forget about what you have done in installing XP in /dev/hda1.  VMWware
doesn't look there as it creates its own set of "virtual disks".

What you want to do is follow the documentation for VMware.

Basically

1.  Boot RH 9.
2.  Install VMware from the RPM's.
3.  Run the VMware configuration util.
4.  Put your XP CD in your CD drive.
4.  Start VMware.
5.  VMware will (after you install your license I think) prompt you to
create a new virtual machine.
6.  Follow the prompts and install XP from there

Ed

-- 
http://www.shorewall.net   Shorewall, for all your firewall needs


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


Re: samba and iptables

2003-09-15 Thread Ian L

Hmm, looks like i got it working by playing with the config file a bit more.

-A RH-Lokkit-0-50-INPUT -i eth0 -p tcp -m multiport --dport 135,139,445 
-j ACCEPT
-A RH-Lokkit-0-50-INPUT -i eth0 -p udp -m multiport --dport 
135,137,138,139,445  -j ACCEPT

those are the two lines i added, which seem to have it working now. One 
last question though ... what's the parameter to tell it to only accept 
this traffic from a specific IP? is it -s ip-address ?

thanks for the help,

ian

Hi Ian,

I was just having the same problem and here is what Ben told me to do. 
This is a quote from him:

Yep, if this box is your firewall, protecting your windows clients from the
internet, you could be in some serious trouble right now...
If we assume that you are running a standard class C network, then I think
the two rules should look like:
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 137:139 -j
ACCEPT
-A RH-Lokkit-0-50-INPUT -p udp -m udp -s 192.168.1.0/24 --dport 137:139 -j
ACCEPT
the -s option tells iptables what source IPs to match the packet against, so
if your ip range is different, you'll need to put a different number there.
Of course, there's always shorewall (http://www.shorewall.net) :)
Ben

HTH.  It sure has helped me out.

Lee Perez
thanks!

Ian 

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


Vmware on Red Hat 9

2003-09-15 Thread Pablo Rodriguez Gonzalez
Hi guys,

I've installed VMware 4 Workstation, and doesn't work on my RH.

The steps:

1.- I've installed Windows XP in /dev/hda1

2.- I've installed Linux in /dev/hda3 and /dev/hda4

3.- I've installed VMware in Linux.

4.- I've configured VMware in Linux, to boot Windows XP , all right.

5.- I've configured GRUB to boot Windows XP.

Now, when I run VMware, GRUB gives me next error:

"GRUB Loading stage1.5.

Grub Loading.Please Wait...

Error 17"

and Windows XP doesn't run (and Linux).

The strange, the thing I don't understand: without VMware, I turn on my computer and 
GRUB can boot sucessfully Windows XP and Linux.

What's the matter?

Kind Regards,

PD: Yes, I read the docs in VMware homepage, but they doesn't work.

-- 
Pablo Rodríguez González
Director General
[EMAIL PROTECTED]
iProyectos Desarrollos Tecnológicos


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


Re: samba and iptables

2003-09-15 Thread cajun
Ian L wrote:

At 05:43 PM 9/15/2003, you wrote:

On Mon, 2003-09-15 at 20:32, Ian L wrote:
> Hey all,
>
> I'm trying to set up samba to work with a win2k3 server and a redhat 8
> server. I've got samba 2.x installed. It seems to be working, 
although i
> havent finished setting up all the user permissions. When i turn 
iptables
> off, i get a password prompt in windows when i click on the server.
>
> when i turn ip tables on, it just sits for 20 seconds and then 
tells me i
> dont have permission to access this network resource.

Hi Ian.  Hopefully I can offer a suggestion that will not only solve
your problem, but show *you* how to do it.  You know, the old "give a
man a fish" theory.  ;-)
Install tcpdump, if you don't have it already.  Determine what traffic
(SSH, HTTP, DNS, etc.) you might see across the relevant network
interface (eth1?) that Samba traffic should traverse.  Now, run the
following (with iptables enabled):
"tcpdump -ni eth1 not port 22 and not port 80 and not port 53"
(etc, etc.)  Include a "and not port XX" for each known service you
*don't* want to see.  This should (hopefully) reveal which
ports/protocols that Samba is using.  Those will be the ones you'll want
to add to your iptables ruleset to allow SMB traffic through.
There's always a chance that you'll catch more traffic than you expect.
It's a case of trial and error.  You're generally looking for TCP/UDP
traffic between ports 135-139 and possibly 445.  Hope this helps!


Thanks,

i do appreciate the information. however, i think i have information 
overload from tcpdump right now. There is a LOT of info scrolling 
across the screen. Some of it i can figure out what its trying to do, 
although i cant figure out ports or anything useful for iptables. Most 
of the traffic seems to be broadcast messages from other networked 
PC's and printers. It became a little more readable if i used -nnqi 
but it was still mostly greek to me.

I did try allowing ports 135-139 and 445 in iptables for both tcp and 
udp. But i guess i did something wrong.

Hmm, looks like i got it working by playing with the config file a bit 
more.

-A RH-Lokkit-0-50-INPUT -i eth0 -p tcp -m multiport --dport 
135,139,445 -j ACCEPT
-A RH-Lokkit-0-50-INPUT -i eth0 -p udp -m multiport --dport 
135,137,138,139,445  -j ACCEPT

those are the two lines i added, which seem to have it working now. 
One last question though ... what's the parameter to tell it to only 
accept this traffic from a specific IP? is it -s ip-address ?

thanks for the help,

ian


Hi Ian,

I was just having the same problem and here is what Ben told me to do. 
This is a quote from him:

Yep, if this box is your firewall, protecting your windows clients from the
internet, you could be in some serious trouble right now...
If we assume that you are running a standard class C network, then I think
the two rules should look like:
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp -s 192.168.1.0/24 --dport 137:139 -j
ACCEPT
-A RH-Lokkit-0-50-INPUT -p udp -m udp -s 192.168.1.0/24 --dport 137:139 -j
ACCEPT
the -s option tells iptables what source IPs to match the packet against, so
if your ip range is different, you'll need to put a different number there.
Of course, there's always shorewall (http://www.shorewall.net) :)
Ben

HTH.  It sure has helped me out.

Lee Perez



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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread MKlinke
On Monday 15 September 2003 19:02, Marcos S. Trazzini wrote:
> I'm Using fetchmail to synch some accounts with remote POP3 servers.
>
> But if I set then to "keep" the messages on server, fetchmail
> download the already downloaded messages on the next run !!!
>
> This result in a lot of repeated messages in my mailbox =(
>
> This problem occurs to me with any versio of fetchmail, in any other
> POP3 server and in any other Linux Distro tha I've tested...

Have you eliminated all the possible problems listed in the 
documentation? 

"man fetchmail" 

Search for "RETRIEVAL FAILURE MODES"

Regards,  Mike Klinke



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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 20:58, Marcos S. Trazzini wrote this in an 
attempt to be witty or informative:
> On Mon, 2003-09-15 at 22:36, Joseph A Nagy Jr wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Monday 15 September 2003 20:15, Marcos S. Trazzini wrote this in
> > an attempt to be witty or informative:
> > 
> >
> > > Ah... If I configure fetchmail to "flush" the messages, all works
> > > perfectly... but I don't have a copy of the messages on the
> > > server !!! =P
> >
> > What's the point of having a POP3 account if you don't download the
> > messages?
>
> Simple to read the same messages in different locations, and
> deleting as I want. This is becouse I've to keep a copy of "all"
> emails at work, and at home I "don't" want to flush "any" messages
> that are work-related.

Ah, makes sense.

>
> Thinking this that are possible to "KEEP" the messageson the server.
>
> Maybe IMAP solve my problem (Use IMAP in one location and POP3
> "flushing" the messages in another.), I'm trying...

Well, when I've told Mozilla to keep the mail on the server, it does so 
unless it goes through a second time (at which time it'll download and 
flush)

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/ZnJ7njt9jEvKYeARAtKgAKCEArHuzOESvXIvALEq409NYi5VrwCcCJYY
SUJE1XiXIvlDoA7LtF58bXY=
=9Zvm
-END PGP SIGNATURE-


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


Re: GRUB install on hard drive

2003-09-15 Thread Y-Z

How about use the following two steps,

1. Boot Linux use "linux rescue"
2. input command "chroot /mnt/sysimage"
3. input command "grub-install /dev/sda", where /dev/sda/ is the boot
disk with MBR. I suppose that u installed windows on /dev/sda

Z. He


Michael Mansour wrote:

> Hi,
>
> I built a box last night with the following config:
>
> 4x 9gb UW2 scsi drives off an adaptec controller
>
> First drive (/dev/sda) or hd(0,0) in grub.conf, I
> installed Windows 2000 professional. I made this a
> primary partition.
>
> Second and third drives (/dev/sdb and /dev/sdc) or
> hd(1,0) under grub.conf I created a Linux software
> raid 1 mirror and installed Red Hat Linux 8.0. Also
> made this a primary partition.
>
> I seemingly mistakenly installed grub on /dev/sdb.
>
> When booting the machine, Windows 2000 automatically
> boots, when what I really want is for grub's menu to
> kick in and allow me to choose it, defaulting to
> Linux.
>
> I realise now I should have chosen /dev/sda to install
> grub on the redhat linux install (if it would allow
> me) but am now trying to get grub installed on
> /dev/sda, and realise I don't know how to do this
> without re-installing linux.
>
> Anyone know how to do this?
>
> Googling I came up with grubconfig, which is a script
> that installs grub into an MBR, but this does not seem
> to work for software raid under /dev/md0 (which really
> resides under /dev/sdb and /dev/sdc).
>
> At the moment I'm booting the system from the boot
> floppy, which only seems to start one cpu (it's a dual
> system). I also tried changing the boot drive on
> adaptec's controller to 1, but that didn't work
> either.
>
> Any ideas how I can install grub into this type of MBR
> combination?
>
> I've added my fstab, raidtab and grub.conf below for
> you.
>
> fstab:
>
> /dev/md3/   ext3
>  defaults1 1
> /dev/md0/boot   ext3
>  defaults1 2
> none/dev/ptsdevpts
>  gid=5,mode=620  0 0
> /dev/md5/home   ext3
>  defaults1 2
> none/proc   proc
>  defaults0 0
> none/dev/shmtmpfs
>  defaults0 0
> /dev/md1/usrext3
>  defaults1 2
> /dev/md2/varext3
>  defaults1 2
> /dev/md4swapswap
>  defaults0 0
> /dev/cdrom  /mnt/cdrom
> iso9660 noauto,owner,kudzu,ro 0 0
> /dev/fd0/mnt/floppy auto
>  noauto,owner,kudzu 0 0
>
> /etc/raidtab:
>
> raiddev/dev/md3
> raid-level  1
> nr-raid-disks   2
> chunk-size  64k
> persistent-superblock   1
> nr-spare-disks  0
> device /dev/sdb5
> raid-disk 0
> device /dev/sdc5
> raid-disk 1
> raiddev/dev/md0
> raid-level  1
> nr-raid-disks   2
> chunk-size  64k
> persistent-superblock   1
> nr-spare-disks  0
> device /dev/sdb1
> raid-disk 0
> device /dev/sdc1
> 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/sdb7
> raid-disk 0
> device /dev/sdc7
> raid-disk 1
> raiddev/dev/md1
> raid-level  1
> nr-raid-disks   2
> chunk-size  64k
> persistent-superblock   1
> nr-spare-disks  0
> device /dev/sdb2
> raid-disk 0
> device /dev/sdc2
> 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/sdb3
> raid-disk 0
> device /dev/sdc3
> raid-disk 1
> raiddev/dev/md4
> raid-level  1
> nr-raid-disks   2
> chunk-size  64k
> persistent-superblock   1
> nr-spare-disks  0
> device /dev/sdb6
> raid-disk 0
> device /dev/sdc6
> raid-disk 1
>
> /etc/grub.conf:
>
> # Note that you do not have to rerun grub after making
> changes to this file
> # NOTICE:  You have a /boot partition.  This means
> that
> #  all kernel and initrd paths are relative to
> /boot/, eg.
> #  root (hd1,0)
> #  kernel /vmlinuz-version ro root=/dev/md3
> #  initrd /initrd-version.img
> #boot=/dev/sdb
> default=1
> timeout=10
> splashimage=(hd1,0)/grub/splash.xpm.gz
> title Red Hat Linux (2.4.20-20.8)
> root (hd1,0)
> kernel /vmlinuz-2.4.20-20.8 ro root=/dev/md3
> initrd /initrd-2.4.20-20.8.img
> title Red Hat Linux (2.4.20-20.8smp)
> root (hd1,0)
> kernel /vmlinuz-2.4.20-20.8smp ro
> root=/dev/md3
>   

Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Marcos S. Trazzini
On Mon, 2003-09-15 at 22:36, Joseph A Nagy Jr wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 15 September 2003 20:15, Marcos S. Trazzini wrote this in an 
> attempt to be witty or informative:
> 
> > Ah... If I configure fetchmail to "flush" the messages, all works
> > perfectly... but I don't have a copy of the messages on the server
> > !!! =P
> 
> What's the point of having a POP3 account if you don't download the 
> messages?
> 

Simple to read the same messages in different locations, and
deleting as I want. This is becouse I've to keep a copy of "all" emails
at work, and at home I "don't" want to flush "any" messages that are
work-related.

Thinking this that are possible to "KEEP" the messageson the server.

Maybe IMAP solve my problem (Use IMAP in one location and POP3
"flushing" the messages in another.), I'm trying...


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


Re. CD-RW

2003-09-15 Thread Shariq Ali
Thanks Felix.

I have already mounted my CD-ROM which is also a RW-CD
ROM.  So now I want to write to that drive as well as
reading data from it.  I would appreciate if you can
guide me in this issue.

Thanks.

SA

=
"The reasonable man adapts himself to the world; the unreasonable one persists in 
trying to adapt the world to himself.  Therefore all progress depends on the 
unreasonable man."

George Bernard Shaw

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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


GRUB install on hard drive

2003-09-15 Thread Michael Mansour
Hi,

I built a box last night with the following config:

4x 9gb UW2 scsi drives off an adaptec controller

First drive (/dev/sda) or hd(0,0) in grub.conf, I
installed Windows 2000 professional. I made this a
primary partition.

Second and third drives (/dev/sdb and /dev/sdc) or
hd(1,0) under grub.conf I created a Linux software
raid 1 mirror and installed Red Hat Linux 8.0. Also
made this a primary partition.

I seemingly mistakenly installed grub on /dev/sdb.

When booting the machine, Windows 2000 automatically
boots, when what I really want is for grub's menu to
kick in and allow me to choose it, defaulting to
Linux.

I realise now I should have chosen /dev/sda to install
grub on the redhat linux install (if it would allow
me) but am now trying to get grub installed on
/dev/sda, and realise I don't know how to do this
without re-installing linux.

Anyone know how to do this?

Googling I came up with grubconfig, which is a script
that installs grub into an MBR, but this does not seem
to work for software raid under /dev/md0 (which really
resides under /dev/sdb and /dev/sdc).

At the moment I'm booting the system from the boot
floppy, which only seems to start one cpu (it's a dual
system). I also tried changing the boot drive on
adaptec's controller to 1, but that didn't work
either.

Any ideas how I can install grub into this type of MBR
combination?

I've added my fstab, raidtab and grub.conf below for
you.

fstab:

/dev/md3/   ext3  
 defaults1 1
/dev/md0/boot   ext3  
 defaults1 2
none/dev/ptsdevpts
 gid=5,mode=620  0 0
/dev/md5/home   ext3  
 defaults1 2
none/proc   proc  
 defaults0 0
none/dev/shmtmpfs 
 defaults0 0
/dev/md1/usrext3  
 defaults1 2
/dev/md2/varext3  
 defaults1 2
/dev/md4swapswap  
 defaults0 0
/dev/cdrom  /mnt/cdrom 
iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0/mnt/floppy auto  
 noauto,owner,kudzu 0 0

/etc/raidtab:

raiddev/dev/md3
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb5
raid-disk 0
device /dev/sdc5
raid-disk 1
raiddev/dev/md0
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb1
raid-disk 0
device /dev/sdc1
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/sdb7
raid-disk 0
device /dev/sdc7
raid-disk 1
raiddev/dev/md1
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb2
raid-disk 0
device /dev/sdc2
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/sdb3
raid-disk 0
device /dev/sdc3
raid-disk 1
raiddev/dev/md4
raid-level  1
nr-raid-disks   2
chunk-size  64k
persistent-superblock   1
nr-spare-disks  0
device /dev/sdb6
raid-disk 0
device /dev/sdc6
raid-disk 1

/etc/grub.conf:

# Note that you do not have to rerun grub after making
changes to this file
# NOTICE:  You have a /boot partition.  This means
that
#  all kernel and initrd paths are relative to
/boot/, eg.
#  root (hd1,0)
#  kernel /vmlinuz-version ro root=/dev/md3
#  initrd /initrd-version.img
#boot=/dev/sdb
default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-20.8)
root (hd1,0)
kernel /vmlinuz-2.4.20-20.8 ro root=/dev/md3
initrd /initrd-2.4.20-20.8.img
title Red Hat Linux (2.4.20-20.8smp)
root (hd1,0)
kernel /vmlinuz-2.4.20-20.8smp ro
root=/dev/md3
initrd /initrd-2.4.20-20.8smp.img
title Red Hat Linux (2.4.18-14smp)
root (hd1,0)
kernel /vmlinuz-2.4.18-14smp ro root=/dev/md3
initrd /initrd-2.4.18-14smp.img
title Red Hat Linux-up (2.4.18-14)
root (hd1,0)
kernel /vmlinuz-2.4.18-14 ro root=/dev/md3
initrd /initrd-2.4.18-14.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1

Any help is appreciated.

Michael.


http://search.yahoo.com.au - Yahoo! Search
- Looking for more? Try the new Yahoo! Search


-- 
redhat-list

Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 20:15, Marcos S. Trazzini wrote this in an 
attempt to be witty or informative:

> Ah... If I configure fetchmail to "flush" the messages, all works
> perfectly... but I don't have a copy of the messages on the server
> !!! =P

What's the point of having a POP3 account if you don't download the 
messages?

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/ZmkDnjt9jEvKYeARAnvrAJ4kz7fEVk4Jl3SBf4xxIsuKvyqdCQCeIZk2
lSGMekFuNUCuvAqcaqDXeds=
=7mV8
-END PGP SIGNATURE-


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


RE: samba and iptables

2003-09-15 Thread Tapang, Roderick (GXS)
Hi,

>-Original Message-
>From: Ian L [mailto:[EMAIL PROTECTED]
>Sent: Monday, September 15, 2003 8:33 PM
>To: [EMAIL PROTECTED]
>Subject: samba and iptables
>
>
>Hey all,
>
>I'm trying to set up samba to work with a win2k3 server and a redhat 8 
>server. I've got samba 2.x installed. It seems to be working, 
>although i 
>havent finished setting up all the user permissions. When i 
>turn iptables 
>off, i get a password prompt in windows when i click on the server.
>
>when i turn ip tables on, it just sits for 20 seconds and then 
>tells me i 
>dont have permission to access this network resource.

open ports 137-139 (tcp/udp) on your samba machine.

or u can make use of iptraf:

(as root)

iptraf -s eth0

on your linux machine to watch how your windows machine
connects (what port and protos) to your linux machine when
iptables is turned off. after that, make the changes
to your iptables ruleset and then turn it on.

hth.


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


Re: RHL Project

2003-09-15 Thread Ed Greshko
On Tue, 2003-09-16 at 08:49, Nicholas Marsh wrote:
> Any word on why the RHL Project website did not open as scheduled today?
> 
> http://rhl.redhat.com/

Yes.  Because it was not "scheduled" to open on the 15th.  They say 
"We expect to have more information for you by September 15th".  I guess
their meetings are running a bit longer.  :-)

-- 
http://www.shorewall.net   Shorewall, for all your firewall needs


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


Re: samba and iptables

2003-09-15 Thread Ian L
At 05:43 PM 9/15/2003, you wrote:
On Mon, 2003-09-15 at 20:32, Ian L wrote:
> Hey all,
>
> I'm trying to set up samba to work with a win2k3 server and a redhat 8
> server. I've got samba 2.x installed. It seems to be working, although i
> havent finished setting up all the user permissions. When i turn iptables
> off, i get a password prompt in windows when i click on the server.
>
> when i turn ip tables on, it just sits for 20 seconds and then tells me i
> dont have permission to access this network resource.
Hi Ian.  Hopefully I can offer a suggestion that will not only solve
your problem, but show *you* how to do it.  You know, the old "give a
man a fish" theory.  ;-)
Install tcpdump, if you don't have it already.  Determine what traffic
(SSH, HTTP, DNS, etc.) you might see across the relevant network
interface (eth1?) that Samba traffic should traverse.  Now, run the
following (with iptables enabled):
"tcpdump -ni eth1 not port 22 and not port 80 and not port 53"
(etc, etc.)  Include a "and not port XX" for each known service you
*don't* want to see.  This should (hopefully) reveal which
ports/protocols that Samba is using.  Those will be the ones you'll want
to add to your iptables ruleset to allow SMB traffic through.
There's always a chance that you'll catch more traffic than you expect.
It's a case of trial and error.  You're generally looking for TCP/UDP
traffic between ports 135-139 and possibly 445.  Hope this helps!
Thanks,

i do appreciate the information. however, i think i have information 
overload from tcpdump right now. There is a LOT of info scrolling across 
the screen. Some of it i can figure out what its trying to do, although i 
cant figure out ports or anything useful for iptables. Most of the traffic 
seems to be broadcast messages from other networked PC's and printers. It 
became a little more readable if i used -nnqi but it was still mostly greek 
to me.

I did try allowing ports 135-139 and 445 in iptables for both tcp and udp. 
But i guess i did something wrong.

Hmm, looks like i got it working by playing with the config file a bit more.

-A RH-Lokkit-0-50-INPUT -i eth0 -p tcp -m multiport --dport 135,139,445 -j 
ACCEPT
-A RH-Lokkit-0-50-INPUT -i eth0 -p udp -m multiport --dport 
135,137,138,139,445  -j ACCEPT

those are the two lines i added, which seem to have it working now. One 
last question though ... what's the parameter to tell it to only accept 
this traffic from a specific IP? is it -s ip-address ?

thanks for the help,

ian

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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Marcos S. Trazzini
On Mon, 2003-09-15 at 21:50, Joseph A Nagy Jr wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 15 September 2003 19:32, Marcos S. Trazzini wrote this in an 
> attempt to be witty or informative:
> 
> > Negative !!!
> >
> > If I configure the "same" account in Evolution (in example), only the
> > "new" messages are downloaded, and "only" one time. but the
> > fetchmail download the same messages that are in the remote POP3
> > server every time it runs...
> 
> But did you tell Evolution to leave the messages on the server?
> 
> >
> > "Any" Other email clients that I've tested (Outlook Express,
> > Mozilla-Mail, Eudora, etc..) works fine...
> 
> Not if you tell them to leave the messages on the server. I know as I've 
> done that and found it too annoying (that and I get a lot of spam) so I 
> just download everything from my POP3 accounts.
> 
> >
> > And "THIS IS REALLY A BUG OR A MISSCONFIGURATION ON FETCHMAIL"
> 
> Consider yourself clue'd in.
> 

I've counfigured Evolution to keep messages o the server. (of course)
Remembering that fetchmail continue to add a lot of repeated messages in
my mailbox.

Ah... If I configure fetchmail to "flush" the messages, all works
perfectly... but I don't have a copy of the messages on the server !!!
=P


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


Re: Network intallation bootdisk

2003-09-15 Thread Sean Estabrooks
On Mon, 15 Sep 2003 17:50:22 -0700 (PDT)
truc nguyen <[EMAIL PROTECTED]> wrote:

> Now I want to create a network installation bootdisk
> to boot from the old computer and get boot.img from
> other computers through LAN.
> 
> How do I create the network installation floppy ?

Hi Truc,

Check out the installation guide for Redhat 8 on their site,
it has a section for making network boot disks:

http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/s1-steps-install-cdrom.html#S2-STEPS-MAKE-DISKS

Essentially what you'll need to do is make a floppy disk
using bootnet.img.

Cheers,
Sean


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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Marcos S. Trazzini
On Mon, 2003-09-15 at 21:34, Jason Dixon wrote:
> On Mon, 2003-09-15 at 20:32, Marcos S. Trazzini wrote:
> 
> > Negative !!!
> > 
> > If I configure the "same" account in Evolution (in example), only the
> > "new" messages are downloaded, and "only" one time. but the
> > fetchmail download the same messages that are in the remote POP3 server
> > every time it runs...
> > 
> > "Any" Other email clients that I've tested (Outlook Express,
> > Mozilla-Mail, Eudora, etc..) works fine...
> > 
> > And "THIS IS REALLY A BUG OR A MISSCONFIGURATION ON FETCHMAIL"
> 
> Hey, guess what?  I was going to look into your problem and try to offer
> some assistance, until...
> 
> You became a jerk.  You've berated another user who attempted to resolve
> your problem by yelling at him.  Twice.  Hope you have better luck with
> other folks, it's certainly not coming from my direction.
> 

Wow !!! I'm so sorry.. there isn't my intention...

There's only my FURY against the FETCHMAIL... hehe... nothing against
any ither user of the list.



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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 19:32, Marcos S. Trazzini wrote this in an 
attempt to be witty or informative:

> Negative !!!
>
> If I configure the "same" account in Evolution (in example), only the
> "new" messages are downloaded, and "only" one time. but the
> fetchmail download the same messages that are in the remote POP3
> server every time it runs...

But did you tell Evolution to leave the messages on the server?

>
> "Any" Other email clients that I've tested (Outlook Express,
> Mozilla-Mail, Eudora, etc..) works fine...

Not if you tell them to leave the messages on the server. I know as I've 
done that and found it too annoying (that and I get a lot of spam) so I 
just download everything from my POP3 accounts.

>
> And "THIS IS REALLY A BUG OR A MISSCONFIGURATION ON FETCHMAIL"

Consider yourself clue'd in.

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Zl5znjt9jEvKYeARAuahAJ9fG7swbK0OD98SyfomvKhXm1Cy8ACfT2Rc
CGn/XZASv41KCwxS9SN77KE=
=aFDQ
-END PGP SIGNATURE-


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


Network intallation bootdisk

2003-09-15 Thread truc nguyen

I have a old computer that its boot sequences are
floppy A and hard drive C. I also have other computers
with Red Hat 8.0 on the LAN.

Now I want to create a network installation bootdisk
to boot from the old computer and get boot.img from
other computers through LAN.

How do I create the network installation floppy ?

Any suggestion would be appreciate.

Best,

TC./

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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


RHL Project

2003-09-15 Thread Nicholas Marsh
Any word on why the RHL Project website did not open as scheduled today?

http://rhl.redhat.com/

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


Re: RHN NOT WORKING

2003-09-15 Thread Khademul Islam
It's working now, I had to update the certificate.

Sorry for the posting!


--- Khademul Islam <[EMAIL PROTECTED]> wrote:
> I just put together a system at home and installed
> the
> redpat 9.0. I was trying to run the RHN to update
> the
> OS as needed, but it is not working. I got the
> following error:
> 
> "problem registering username", but when I went to
> the
> redhat.com, I was able to login using the same user
> id
> and password. 
> 
> Any advice!
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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


Re: samba and iptables

2003-09-15 Thread Jason Dixon
On Mon, 2003-09-15 at 20:32, Ian L wrote:
> Hey all,
> 
> I'm trying to set up samba to work with a win2k3 server and a redhat 8 
> server. I've got samba 2.x installed. It seems to be working, although i 
> havent finished setting up all the user permissions. When i turn iptables 
> off, i get a password prompt in windows when i click on the server.
> 
> when i turn ip tables on, it just sits for 20 seconds and then tells me i 
> dont have permission to access this network resource.

Hi Ian.  Hopefully I can offer a suggestion that will not only solve
your problem, but show *you* how to do it.  You know, the old "give a
man a fish" theory.  ;-)

Install tcpdump, if you don't have it already.  Determine what traffic
(SSH, HTTP, DNS, etc.) you might see across the relevant network
interface (eth1?) that Samba traffic should traverse.  Now, run the
following (with iptables enabled):

"tcpdump -ni eth1 not port 22 and not port 80 and not port 53"
(etc, etc.)  Include a "and not port XX" for each known service you
*don't* want to see.  This should (hopefully) reveal which
ports/protocols that Samba is using.  Those will be the ones you'll want
to add to your iptables ruleset to allow SMB traffic through.

There's always a chance that you'll catch more traffic than you expect. 
It's a case of trial and error.  You're generally looking for TCP/UDP
traffic between ports 135-139 and possibly 445.  Hope this helps!

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


RHN NOT WORKING

2003-09-15 Thread Khademul Islam
I just put together a system at home and installed the
redpat 9.0. I was trying to run the RHN to update the
OS as needed, but it is not working. I got the
following error:

"problem registering username", but when I went to the
redhat.com, I was able to login using the same user id
and password. 

Any advice!

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Jason Dixon
On Mon, 2003-09-15 at 20:32, Marcos S. Trazzini wrote:

> Negative !!!
> 
> If I configure the "same" account in Evolution (in example), only the
> "new" messages are downloaded, and "only" one time. but the
> fetchmail download the same messages that are in the remote POP3 server
> every time it runs...
> 
> "Any" Other email clients that I've tested (Outlook Express,
> Mozilla-Mail, Eudora, etc..) works fine...
> 
> And "THIS IS REALLY A BUG OR A MISSCONFIGURATION ON FETCHMAIL"

Hey, guess what?  I was going to look into your problem and try to offer
some assistance, until...

You became a jerk.  You've berated another user who attempted to resolve
your problem by yelling at him.  Twice.  Hope you have better luck with
other folks, it's certainly not coming from my direction.

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


samba and iptables

2003-09-15 Thread Ian L
Hey all,

I'm trying to set up samba to work with a win2k3 server and a redhat 8 
server. I've got samba 2.x installed. It seems to be working, although i 
havent finished setting up all the user permissions. When i turn iptables 
off, i get a password prompt in windows when i click on the server.

when i turn ip tables on, it just sits for 20 seconds and then tells me i 
dont have permission to access this network resource.

i tried following the setup directions here:
http://hr.uoregon.edu/davidrl/samba/samba-security.html#SMBPASSWD as far as 
iptables goes. But obviously i didnt do something right. Can anyone tell me 
what entries i need to add to the iptables file to get samba to work?

Right now i'm only planning on having the one windows machine talking to 
it. Both are on the same network with publicly available IP addresses.

thanks,

Ian





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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Marcos S. Trazzini
On Mon, 2003-09-15 at 21:02, Joseph A Nagy Jr wrote:
> On Monday 15 September 2003 19:02, Marcos S. Trazzini wrote this in an 
> attempt to be witty or informative:
> > I'm Using fetchmail to synch some accounts with remote POP3 servers.
> >
> > But if I set then to "keep" the messages on server, fetchmail
> > download the already downloaded messages on the next run !!!
> >
> > This result in a lot of repeated messages in my mailbox =(
> >
> > This problem occurs to me with any versio of fetchmail, in any other
> > POP3 server and in any other Linux Distro tha I've tested...
> >
> > --
> > Marcos S. Trazzini <[EMAIL PROTECTED]>
> > Servmicro Informática LTDA
> 
> It's not a bug. The same occurs when you use a mail client (like Kmail, 
> Mozilla Mail, Evolution).

Negative !!!

If I configure the "same" account in Evolution (in example), only the
"new" messages are downloaded, and "only" one time. but the
fetchmail download the same messages that are in the remote POP3 server
every time it runs...

"Any" Other email clients that I've tested (Outlook Express,
Mozilla-Mail, Eudora, etc..) works fine...

And "THIS IS REALLY A BUG OR A MISSCONFIGURATION ON FETCHMAIL"




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


Re: CD-RW

2003-09-15 Thread Felix Mathais
Can you please be more specific?

Is it ins installing the drive so you can write to it or is it just mounting 
the cd?

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

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


Re: Fetchmail don't keep messages !!!

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 19:02, Marcos S. Trazzini wrote this in an 
attempt to be witty or informative:
> I'm Using fetchmail to synch some accounts with remote POP3 servers.
>
> But if I set then to "keep" the messages on server, fetchmail
> download the already downloaded messages on the next run !!!
>
> This result in a lot of repeated messages in my mailbox =(
>
> This problem occurs to me with any versio of fetchmail, in any other
> POP3 server and in any other Linux Distro tha I've tested...
>
> --
> Marcos S. Trazzini <[EMAIL PROTECTED]>
> Servmicro Informática LTDA

It's not a bug. The same occurs when you use a mail client (like Kmail, 
Mozilla Mail, Evolution).

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/ZlMSnjt9jEvKYeARAuNYAJ4pzTmHDEGVcFtM8k+8bl0pWnnOTQCgklVl
Z8/x0eSFBAX4JYK6bMMo1KQ=
=d0VG
-END PGP SIGNATURE-


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


Fetchmail don't keep messages !!!

2003-09-15 Thread Marcos S. Trazzini
I'm Using fetchmail to synch some accounts with remote POP3 servers.

But if I set then to "keep" the messages on server, fetchmail download
the already downloaded messages on the next run !!!

This result in a lot of repeated messages in my mailbox =(

This problem occurs to me with any versio of fetchmail, in any other
POP3 server and in any other Linux Distro tha I've tested...

-- 
Marcos S. Trazzini <[EMAIL PROTECTED]>
Servmicro Informática LTDA


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


Re: back up /home to window Xp by using rsync?

2003-09-15 Thread Rhugga
Jianping Zhu wrote:

I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
want to using rsync to back up redhat to winxp, how can i do that?
thnak

 

Create a directory on the windows system and share it. Mount the windows 
share onto the Linux system. Now you can rsync.

Here is how to mount a windows share:

/bin/mount -t smbfs -o username=,password= ///  /mnt/data

Example:

/bin/mount -t smbfs -o username=bgates,password=moron   
//windoze/data/mnt/data

Here is how to rsync: (Note the are many options to rsync, these are 
just the ones I use)

rsync  -rvlopgtu /path/to/linux/data /mnt/data/

Hope this helps,
Chuck


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


Re: Mandrake and Me

2003-09-15 Thread Stephen Kuhn
On Tue, 2003-09-16 at 04:38, David Hart wrote:

> For starters, I had a considerable amount of data backed up to a Reiser
> partition. Apparently the 2-4-22 kernel wasn't compiled with even Reiser
> module support. OK.

Strange - I guess my current fs is lying to me, then...ext3 wears a
ReiserFS mask? Hmmm...

(Running MDK 9.2rc2)

stephen kuhn - owner
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
No snowflake in an avalanche ever feels responsible.


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


Re: help!!!! can not start my server, big trouble

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 18:39, Rhugga wrote this in an attempt to be 
witty or informative:

> boot from a cdrom and fsck all your filesystems is the easiest way.
>
> -Chuck

Assuming he can fsck in the first place. I had a similar problem with 
7.2 a couple of months ago (what prompted me to upgrade to 9.0) and 
nothing I tried to do did anygood. fsck would fail. Everything failed. 
I lost approx 40GB of music that took me years to collect (I didn't 
always have a cable modem)

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Zk8/njt9jEvKYeARAgLzAJ9+PktS05XNjNwMOh1p7lGTsLUMGACdGxj4
oI7j3m6UaE21HCXVnnfvWNc=
=7IqJ
-END PGP SIGNATURE-


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


Re: add new hdds to my server

2003-09-15 Thread Rhugga
Jianping Zhu wrote:

I have IBM server with redhat linux on it. I just got two new hdds for
this sever. I have put them on the channel, how can i let redhat to
know them?
Thanks

 

If they are represented on the scsi bus properly (no ID conflicts, 
etc) then they are visible to the OS already. Use fdisk (man fdisk) 
to format the disks and mkfs (man mkfs) to place filesytems on them.

-Chucl

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


Re: help!!!! can not start my server, big trouble

2003-09-15 Thread Rhugga
Jianping Zhu wrote:

have redhat linux 7.1 i am now having big trouble (my boss need to use
it tomorrow
I get following eorror msg in the start up process

   initailizing usb contoller [Ok]
check root file system
/Contain a file sytem with errors check forced
 unattched node 369319
/Unexpected inconstency fsck failed manually
(i.e without -a or -p option)
** an error occured during file system check
** drop you to shell
 when you leave shell
 give root passwd for maintenence
(or type ctr-d for normal start
 up):
how can i fix this problem
 any suggestion will be
appreciated!!!
J.P.

	  

 

boot from a cdrom and fsck all your filesystems is the easiest way.

-Chuck



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


Re: Replace a string inside a file

2003-09-15 Thread Sean Estabrooks
On Mon, 15 Sep 2003 15:03:42 -0400
"Keith Birchfield" <[EMAIL PROTECTED]> wrote:

> Hello all, and thanks for previous help! :-)
> 
> Can anyone give me a csh cheat to copy a file with a specific string
> replaced with another?
> 
> For example
> copy foo1.txt to foo2.txt and replace each instance of "blue" with "red"

sed -e 's/blue/red/g'  foo1.txt > foo2.txt

Regards,
Sean


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


Re: Cisco-Driver's

2003-09-15 Thread Keith Morse
On Mon, 15 Sep 2003, Glenn Remstedt wrote:

> list,
> Running RH9.0 and really do want to change the current Cisco
> WLAN-drivers (airo.c airo_cs.c airo.h) to a newer one. To witch
> directory do I copy the new driver's? And how(command) do I compile
> them from there? At last, when I have the modules, do I need to copy
> them to
> an other location so the card-services can use them?
> 


I'd reccommend taking a look at the the pcmcia source either tarball or 
rpm source file.  It would be at least in the /usr/src/linux-2.4 
hierarchy.




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


Re: BIND question

2003-09-15 Thread Keith Morse
On Sat, 13 Sep 2003, [EMAIL PROTECTED] wrote:

> Morning everyone.
> 
> Well, I need to setup a internal DNS server for our company. As it stands
> right now, im looking at using BIND. But, i've never setup a BIND server
> before. Granted, I am very familiar with using commands such as 'dig' and
> 'nslookup', but as far as actually setting up BIND and getting it to work,
> im a newbie...
> 
> With that in mind, does anyone recommend a link, doc, or book that I can
> read on how to setup a BIND server to be secure and efficient? The actual
> install of BIND should be pretty easy, but it is the setting up of the
> zones for my intranet and hosts as well is where I need some input..


Here is a bible I've been using for the last two years now.  Course it's 
not djbdns compliant, but that really doesn't bother me.


http://www.cymru.com/Documents/secure-bind-template.html


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


Re: A network mystery

2003-09-15 Thread Keith Morse
On Sun, 14 Sep 2003, Robert Jones wrote:

> Y'all, this one is about to drive me to distraction.  Without going into
> a long chronology, I recent got DSL and have been reconfiguring.  I
> finally got around to pulling my 3c905tx NIC and installing an Intel
> dual-port card as a stepping stone to restoring order.  I'm using a
> Linksys router 'tween DSL modem and this Linux box and probably will
> even after the reconfiguration is complete.  That's really beside the
> point.  My question is this:  When RH7.3 boots and brings up the eth*
> interface(s), where do the interface parameters come from?   Careful
> before answering!


You also might check the /etc/sysconfig/networking directory tree.


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


Re: ATI

2003-09-15 Thread David Hart
On Mon, 2003-09-15 at 16:41, Michael Gargiullo wrote:
> Hey all,
> 
>   I've searched around and would love to see if anyone here has had any
> experiences with getting the TV-Out to work on an ATI - All-in-wonder
> card, or any other ATI card.
> 
I have an older 128 on the server. Support is not compiled into the
standard kernel. While this runs level 3 always, I can go to 5 if
necessary.

You might want to experiment with a custom compiled kernel. 

-- 
  
  Hart's PGP Key: 0x7BFF655E - http://TQMcube.com/hart_pgp.txt
  
 Total Quality Management - A Commitment to Excellence
   Email acceptance policy: http://www.TQMcube.com/email_policy.html



signature.asc
Description: This is a digitally signed message part


Re: add new hdds to my server

2003-09-15 Thread Michael Lee Yohe
> my os redhat 7.1
> ibm xseriess x230
> scsi

Okay, since you have an xSeries machine - your architecture is x86. 
This is a problem also for newer releases of Red Hat Linux.  I have
filed a bug in Red Hat Bugzilla to enhance Kudzu (the hardware probing
utility) to allow users to configure a newly added drive.

Bug 104464
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104464

Since your distribution is Red Hat Linux 7.1, I'm going to tell you the
long (it'll work in Linux of any flavor) way.

You must first find the corresponding /dev entry for your SCSI drive. 
You can either look in /var/log/messages or type "dmesg | more" and
search for your drive /dev entry (usually /dev/sda, /dev/sdb, etc.)

Once you've determined that your drive is being seen by the system, as
root - type "fdisk /dev/"

>From there, you will need to read on how to use fdisk to create
partitions.

I believe a secondary method would be to use GNU Parted (if it shipped
with RHL 7.1).  I have not done so personally, but I have heard it is
nice once you've figured out how to use it.

-- 

Michael Lee Yohe   [EMAIL PROTECTED]
Brockwell Technologies, Inc.   Software Engineer
United States Army Aviation and Missile Commandp. 256.876.6775
Software Engineering Directorate   f. 256.876.5800 

QUIPd 1.03: (1259 of 1559)
-> The main goal of the future is to stop violence. The world is
-> addicted to it.
-> - Bill Cosby


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


Re: add new hdds to my server

2003-09-15 Thread Jianping Zhu
Thanks
my os redhat 7.1
ibm xseriess x230
scsi


J.P.

On Mon, Sep 15, 2003 at 03:04:56PM -0500, Michael Lee Yohe wrote:
> >  I have IBM server with redhat linux on it. I just got two new hdds for
> >  this sever. I have put them on the channel, how can i let redhat to
> >  know them?
> 
> What kind of IBM server (architecture)?  xSeries, pSeries, iSeries,
> etc.?
> 
> Are they EIDE, SCSI or other?
> 
> Which version of Red Hat Linux are you running?
> 
> -- 
> 
> Michael Lee Yohe   [EMAIL PROTECTED]
> Brockwell Technologies, Inc.   Software Engineer
> United States Army Aviation and Missile Commandp. 256.876.6775
> Software Engineering Directorate   f. 256.876.5800 
> 
> QUIPd 1.03: (980 of 1559)
> -> If you must break the law, do it to seize power: in all other
> -> cases observe it.
> -> - Julius Caesar
> 
> 
> -- 
> 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: NCD w/ Linux

2003-09-15 Thread Kenneth Goodwin
its proprietary software under license from NCD that runs
the terminal -
try EBAY, the dude that sold you the unit or a google search
of the terminal to find
a local high volume supplier who might cut you a break on
the price
considering they are basically a dead product at this
time


>  -Original Message-
>  From: [EMAIL PROTECTED]
>  [mailto:[EMAIL PROTECTED] Behalf Of Cosmo
Lee
>  Sent: Monday, September 15, 2003 2:36 PM
>  To: [EMAIL PROTECTED]
>  Subject: NCD w/ Linux
>
>
>  RH 9 Intel
>
>  I just got an NCD Explora X Terminal from Ebay - a
whopping
>  $15 for the
>  unit.  I wanted to experiment using RH as a platform for
>  learning this
>  technology.
>
>  I figured I'd have a cheap X-Terminal solution - I'm new
to this.
>  However, to my dismay, I've found that I've got to get
the NcdWare
>  software in order to run this unit.
>
>  The problem is that the software has a whopping $995 list
price!
>
>  Does anybody have any ideas where I can get this stuff
cheaper, used,
>  second-hand, etc???
>
>  Thanks all.
>
>
>
>
>
>
>  --
>  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: help!!!! can not start my server, big trouble

2003-09-15 Thread Tiago Ferraz Machado - estagiario
Hi,

Just log on as root and type

fsck /

or 

fsck -A 

to check all your devices...

This error occurred because you haven`t turned off the system properly or 
because your hard disk is not 100% perfect.

This command also will ask if you want to correct some i-nodes. I suggest 
your answer yes to all of them or add a -a to the command to assume `yes` 
as default.


[]`s

Tiago

On Mon, 15 Sep 2003, Jianping Zhu wrote:

>  have redhat linux 7.1 i am now having big trouble (my boss need to use
>  it tomorrow
> 
>  I get following eorror msg in the start up process
> 
> initailizing usb contoller [Ok]
>  check root file system
>  /Contain a file sytem with errors check forced
>   unattched node 369319
> 
>  /Unexpected inconstency fsck failed manually
>  (i.e without -a or -p option)
> 
>  ** an error occured during file system check
>  ** drop you to shell
>   when you leave shell
>   give root passwd for maintenence
> 
>  (or type ctr-d for normal start
>up):
> 
> 
>  how can i fix this problem
>any suggestion will be
>   appreciated!!!
> 
>  J.P.
> 
> 
> 
> 
> 


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


Re: help!!!! can not start my server, big trouble

2003-09-15 Thread Rus Foster
On Mon, 15 Sep 2003, Jianping Zhu wrote:

>  have redhat linux 7.1 i am now having big trouble (my boss need to use
>  it tomorrow
>
>  I get following eorror msg in the start up process
>
> initailizing usb contoller [Ok]
>  check root file system
>  /Contain a file sytem with errors check forced
>   unattched node 369319
>
>  /Unexpected inconstency fsck failed manually
>  (i.e without -a or -p option)
>
>  ** an error occured during file system check
>  ** drop you to shell
>   when you leave shell
>   give root passwd for maintenence
>
>  (or type ctr-d for normal start
>up):

Type in the root password

run "fsck /"

Drop me a list off line if you want more help
Rgds

Rus Foster
-- 
w: http://www.jvds.com  | Linux + FreeBSD Servers from $15/mo
e: [EMAIL PROTECTED]| Dedicated Servers from $119/mo
t: +44 7919 373537  | email: [EMAIL PROTECTED]
t: 1-888-327-6330   | email: [EMAIL PROTECTED]




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


help!!!! can not start my server, big trouble

2003-09-15 Thread Jianping Zhu
 have redhat linux 7.1 i am now having big trouble (my boss need to use
 it tomorrow

 I get following eorror msg in the start up process

initailizing usb contoller [Ok]
 check root file system
 /Contain a file sytem with errors check forced
  unattched node 369319

 /Unexpected inconstency fsck failed manually
 (i.e without -a or -p option)

 ** an error occured during file system check
 ** drop you to shell
  when you leave shell
  give root passwd for maintenence

 (or type ctr-d for normal start
 up):


 how can i fix this problem
 any suggestion will be
appreciated!!!

 J.P.

  


-- 
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 redhat
Add /bin/false to the /etc/shells file and use that instead of /dev/null. 
Thats what I do.

Chris

> /dev/null is there - /bin/false is not.  I had tried the /sbin/nologin,
> but my users couldn't connect with it set to that.
>
> Eric Wood wrote:
>
>> Make sure /dev/null and/or /bin/false is in your /etc/shells file
>> upgrade probably removed it
>> -eric wood
>
>
> --
> 
> Dana Holland[EMAIL PROTECTED] 903-875-7355
> Navarro CollegeCorsicana, TX
> http://www.navarrocollege.edu/staff_pages/dana/dana.html
> 
> All opinions stated are my own, and probably don't even
> vaguely resemble those of Navarro College.  :)
>
>
>
> --
> 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: back up /home to window Xp by using rsync?

2003-09-15 Thread redhat
Installing rsync on Windows...
http://optics.ph.unimelb.edu.au/help/rsync/

> I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
> want to using rsync to back up redhat to winxp, how can i do that?
>
> thnak
>
>
> --
> 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


ATI

2003-09-15 Thread Michael Gargiullo
Hey all,

I've searched around and would love to see if anyone here has had any
experiences with getting the TV-Out to work on an ATI - All-in-wonder
card, or any other ATI card.

I know development of Linux driver were slowed, if not stopped by DMCA
fears.

Any help would be great.

-Mike
-- 
Michael Gargiullo <[EMAIL PROTECTED]>
Warp Drive Networks


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


Re: CD-RW

2003-09-15 Thread Jonathan Bartlett
mount /mnt/cdrom

assuming it's the first drive on the bus.  mount /mnt/cdrom1 if it's the
second.

Jon

On Mon, 15 Sep 2003, Shariq Ali wrote:

> Hello everyone,
>
> Can any please provide me with some guidance on how to
> mount my rewriteable CD-ROM drive on redhat Linux 9.0.
>
>
> Thanks.
>
> SA
>
> =
> "The reasonable man adapts himself to the world; the unreasonable one persists in 
> trying to adapt the world to himself.  Therefore all progress depends on the 
> unreasonable man."
>
> George Bernard Shaw
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> --
> 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


Exchange OpenLDAP address book

2003-09-15 Thread Nick Kishfy
Does anyone know how to add a global address book in Exchange 2000
that pulls it's info from an OpenLDAP server?

Thanks,
Nick


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


Re: xmms

2003-09-15 Thread Stefan Held
Am Mo, 2003-09-15 um 21.48 schrieb ishwor gurung:
> hi,
> 
> Do you have any other distro of RH?? I had the same problem with RH8 .
> SO i uninstalled xmms from rh8 and ripped it off from rh7.2. Maybe you
> need mp3 plugin. Check in your configuration in xmms if you have any
> mp3 plugin and yet if its not working, i can't help you but if you
> dont have one then do what i did. Or perhaps you could download the
> newest tarball from http://www.xmms.org/download.php. 
> 
> cheers,

Jesus

simply go to http://freshrpms.net download xmms-mp3.foo.rpm

open a console 

su - 
enter password

rpm -ivh /location/for/file/xmms-mp3.foo.rpm 

finished 

> 
> Ishwor.
> 
> 
>  
> >From: giacomo 
> >Reply-To: [EMAIL PROTECTED] 
> >To: RedHat-ml 
> >Subject: xmms 
> >Date: Mon, 15 Sep 2003 17:00:13 +0200 
> > 
> >Hi all! 
> >I'm new on this list. I've installed RedHat9+Ximian and xmms doesn't 
> >work. I have to use xine to listen to mp3 files. 
> >My soundblaster card seems to work. I can watch (and listen) .avi
> .mpg 
> >... I can listen to gnome-audio and I can listen to music with xine 
> >Any suggestions? I'm new on RedHat and I don't know what to do. 
> >Thanks and excuse me for my imperfect English. 
> > 
> > 
> >-- 
> >redhat-list mailing list 
> >unsubscribe mailto:[EMAIL PROTECTED]
> >https://www.redhat.com/mailman/listinfo/redhat-list 
> 
> __
> MSN 8 with e-mail virus protection service:  2 months FREE*
-- 
   ___
  /  /  (_)__  __   __-*- If Linux doesn't have the solution,
 /  /__/ / _ \/ // /\ \/ /  you have the wrong problem -*-
/_/_/_//_/\___/ /_/\_\
--
 Stefan Held   [EMAIL PROTECTED]
 PC Service GmbH   http://www.pcservice.de
--
  GPG-Keyprint = 626E E119 0142 CB25 F754  EF52 BE18 3B5F E378 172B


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: /dev/null not executable

2003-09-15 Thread Michael Lee Yohe
> 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 

Could you do the following and reply with the output file
(chsh_strace.txt)?

$ strace -o chsh_strace.txt chsh

It will tell us some useful information about the behavior of your
system.

-- 

Michael Lee Yohe   [EMAIL PROTECTED]
Brockwell Technologies, Inc.   Software Engineer
United States Army Aviation and Missile Commandp. 256.876.6775
Software Engineering Directorate   f. 256.876.5800 

QUIPd 1.03: (1186 of 1559)
-> I do not fear failure. I only fear the "slowing up" of the engine
-> inside of me which is pounding, saying, "Keep going, someone must
-> be on top, why not you?"
-> - George S. Patton


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


CD-RW

2003-09-15 Thread Shariq Ali
Hello everyone,

Can any please provide me with some guidance on how to
mount my rewriteable CD-ROM drive on redhat Linux 9.0.
 

Thanks.

SA

=
"The reasonable man adapts himself to the world; the unreasonable one persists in 
trying to adapt the world to himself.  Therefore all progress depends on the 
unreasonable man."

George Bernard Shaw

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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


Re: add new hdds to my server

2003-09-15 Thread Michael Lee Yohe
>  I have IBM server with redhat linux on it. I just got two new hdds for
>  this sever. I have put them on the channel, how can i let redhat to
>  know them?

What kind of IBM server (architecture)?  xSeries, pSeries, iSeries,
etc.?

Are they EIDE, SCSI or other?

Which version of Red Hat Linux are you running?

-- 

Michael Lee Yohe   [EMAIL PROTECTED]
Brockwell Technologies, Inc.   Software Engineer
United States Army Aviation and Missile Commandp. 256.876.6775
Software Engineering Directorate   f. 256.876.5800 

QUIPd 1.03: (980 of 1559)
-> If you must break the law, do it to seize power: in all other
-> cases observe it.
-> - Julius Caesar


-- 
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 Dana Holland
/dev/null is there - /bin/false is not.  I had tried the /sbin/nologin, 
but my users couldn't connect with it set to that.

Eric Wood wrote:

Make sure /dev/null and/or /bin/false is in your /etc/shells file
upgrade probably removed it
-eric wood


--

Dana Holland[EMAIL PROTECTED] 903-875-7355
Navarro CollegeCorsicana, TX
http://www.navarrocollege.edu/staff_pages/dana/dana.html

All opinions stated are my own, and probably don't even
vaguely resemble those of Navarro College.  :)


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


Re: Upgrading to Apache 2 on RH 7.3

2003-09-15 Thread Michael Lee Yohe
> So what does this tell me? Is the dependency list mean that rpm
> couldn't tell that a library currently installed would be replaced by a
> newer version?

Without the actual output it's hard to tell what RPM is telling you
about your system.  However, in general - it means that the new httpd
package (Apache 2.x) is dynamically linked against libraries made
available in Red Hat Linux 8/9.  Since your system has libraries for RHL
7.3, these libraries may be older than the ones necessary to use the new
httpd package.

> Or, is there a better way to accomplish this upgrade? Ideas?
> Suggestions?

You can approach this three (Red Hat only) ways - one will take personal
effort and may not work.  The other will take effort in tracking down
EVERY package that is affected by upgrading to new libraries.

Solution 1) Download the source RPM for httpd.  Attempt to build a
binary from the source RPM (on RHL 7.3, rpm --rebuild
/httpd*src.rpm).  If it produces a binary, you're in luck!  If it
doesn't (as I would expect), you do not have the sufficient devel
packages to build the binary OR the versions are too old to support it.

Solution 2) For each requirement, you must download the newer library
packages.  THEN, you may need newer program packages because old
programs will not work with the new libraries.

Both solutions take a while to perform.  You may exhaust your patience
as you find the dependency list go off the charts.

Solution 3) You can use Red Hat Network to upgrade your 7.3 machine to
9.  You must FIRST update your RHN-centric applications.  You can do
this by downloading the new "up2date" package (either from Rawhide or an
applicable channel in RHN, if available).  All of its dependencies must
be satisfied.  Newer versions of Red Hat's up2date utility allow you to
upgrade from one release to another (sweet!)

Once up2date is "updated" (no pun intended), you can specify:

# up2date --upgrade-to-release=9

up2date will perform all the necessary dependency checks to satisfy all
requirements, upgrade your machine, and when you reboot - voila!  Your
machine is magically upgraded to a newer version of Red Hat Linux. 
Skeptics aside, I have successfully performed this operation on three
machines.  The only trouble is if you're mixed non-Red Hat packages with
your Red Hat system.

-- 

Michael Lee Yohe   [EMAIL PROTECTED]
Brockwell Technologies, Inc.   Software Engineer
United States Army Aviation and Missile Commandp. 256.876.6775
Software Engineering Directorate   f. 256.876.5800 

QUIPd 1.03: (705 of 1559)
-> Believe in yourself! Have faith in your abilities! Without a
-> humble but reasonable confidence in your own powers you cannot be
-> successful or happy.
-> - Norman Vincent Peale


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


Re: SATA and RH 9 Woes

2003-09-15 Thread Stefan Held
Am Sa, 2003-09-13 um 23.07 schrieb M Daniel R M:

> 
>  However, I couldn't install the SuSE Linux
> 8.2 and I wasn't able to understand why one distro YES and another NO if
> the kernels were the same or very very similar, and these two distros
> were built and launched about at the same time. Maybe SuSe forgot to
> include a SATA support module? It was disappointing, but I've aswell
> forgotten that point...
> 

That's because every Linux Distributor is applying patches to the Kernel
as they think it should be. RH has a great Kernel hacker named Alan Cox.
He maintains a Kernel line named ac. His Kernel is known supporting a
lot more Hardware than the plain vanilla you can download from
kernel.org. It also includes nptl threading, which is supposed to be
used in 2.6.

If you install the source of the kernel, rpm -ivh kernel-foo.src.rpm
you can look at /usr/src/redhat/SOURCES which patches are applied.

Greetings.


Also if you buy bleeding edge hardware, you have to wait till the Kernel
supports it. Or you can download a 2.6-testX testing Kernel and compile
your own one. As the Kernel hackers mostly have to find out for themselv
how devices are working, i think they make a great job.  

But be aware that is no stable Kernel.

-- 
   ___
  /  /  (_)__  __   __-*- If Linux doesn't have the solution,
 /  /__/ / _ \/ // /\ \/ /  you have the wrong problem -*-
/_/_/_//_/\___/ /_/\_\
--
 Stefan Held   [EMAIL PROTECTED]
 PC Service GmbH   http://www.pcservice.de
--
  GPG-Keyprint = 626E E119 0142 CB25 F754  EF52 BE18 3B5F E378 172B


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: /dev/null not executable

2003-09-15 Thread Eric Wood
Make sure /dev/null and/or /bin/false is in your /etc/shells file
upgrade probably removed it
-eric wood

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?


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


Re: xmms

2003-09-15 Thread ishwor gurung

hi,
Do you have any other distro of RH?? I had the same problem with RH8 . SO i uninstalled xmms from rh8 and ripped it off from rh7.2. Maybe you need mp3 plugin. Check in your configuration in xmms if you have any mp3 plugin and yet if its not working, i can't help you but if you dont have one then do what i did. Or perhaps you could download the newest tarball from http://www.xmms.org/download.php. 
cheers,
Ishwor.
 



>From: giacomo <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED] 
>To: RedHat-ml <[EMAIL PROTECTED]>
>Subject: xmms 
>Date: Mon, 15 Sep 2003 17:00:13 +0200 
> 
>Hi all! 
>I'm new on this list. I've installed RedHat9+Ximian and xmms doesn't 
>work. I have to use xine to listen to mp3 files. 
>My soundblaster card seems to work. I can watch (and listen) .avi .mpg 
>... I can listen to gnome-audio and I can listen to music with xine 
>Any suggestions? I'm new on RedHat and I don't know what to do. 
>Thanks and excuse me for my imperfect English. 
> 
> 
>-- 
>redhat-list mailing list 
>unsubscribe mailto:[EMAIL PROTECTED] 
>https://www.redhat.com/mailman/listinfo/redhat-list 
MSN 8 with e-mail virus protection service:  2 months FREE*


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


/dev/null not executable

2003-09-15 Thread Dana Holland
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?

--

Dana Holland[EMAIL PROTECTED] 903-875-7355
Navarro CollegeCorsicana, TX
http://www.navarrocollege.edu/staff_pages/dana/dana.html

All opinions stated are my own, and probably don't even
vaguely resemble those of Navarro College.  :)


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


Re: back up /home to window Xp by using rsync?

2003-09-15 Thread Michael Gargiullo
Check out a program called  Cygwin

On Mon, 2003-09-15 at 18:44, Jianping Zhu wrote:
> I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
> want to using rsync to back up redhat to winxp, how can i do that?
> 
> thnak
-- 
Michael Gargiullo <[EMAIL PROTECTED]>
Warp Drive Networks


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


Automounting ISO's

2003-09-15 Thread Aly Dharshi
Hi Folks,

I have successfully mounted the Redhat9 ISO's from to /mnt/redhat. What
I would like to do next is to distribute to the client machines this
directory over nfs preferably by NFS and automounting.

I tried a hard mount using the mount command and it was empty on the
client end. Is this to be expected ? I have done things right in
/etc/exports etc etc.

Is there an easier way to automount iso's out ?

Cheers,

Aly.

-- 
Aly S.P Dharshi
[EMAIL PROTECTED]
Southern Alberta Digital Library Project
   
  
"A good speech is like a good dress
 that's short enough to be interesting
 and long enough to cover the subject"


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


RE: Replace a string inside a file

2003-09-15 Thread Sites, Brad
Keith Birchfield wrote:
> Hello all, and thanks for previous help! :-)
> 
> Can anyone give me a csh cheat to copy a file with a specific string
> replaced with another?
> 
> For example
> copy foo1.txt to foo2.txt and replace each instance of "blue" with
> "red" where
> foo1.txt contains
> apple
> blue syrup
> green apples
> blue
> red grapes
> grapes
> 
> and the resulting foo2.txt contains
> apple
> red syrup
> green apples
> red
> red grapes
> grapes
> 

cat foo1.txt |sed 's/blue/red/' > foo2.txt

If you have in foo1.txt the text 'bluegreen apples', the above would change
it to be 'redgreen apples'.  To separate out the words as single words do:

cat foo1.txt |sed 's/blue /red /' > foo2.txt.

Or do man sed for further information on ways to do the search and replace
you are wanting to do.

   .~.Brad Sites
   /V\Systems Administrator
  // \\   Missouri Employers Mutual Insurance
 /(   )\  [EMAIL PROTECTED]www.mem-ins.com
  ^^-^^   (573) 499-4230


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


Replace a string inside a file

2003-09-15 Thread Keith Birchfield
Hello all, and thanks for previous help! :-)

Can anyone give me a csh cheat to copy a file with a specific string
replaced with another?

For example
copy foo1.txt to foo2.txt and replace each instance of "blue" with "red"
where
foo1.txt contains
apple
blue syrup
green apples
blue
red grapes
grapes

and the resulting foo2.txt contains
apple
red syrup
green apples
red
red grapes
grapes

tia !!!
Keith

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003


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


Re: Wu-ftp config question

2003-09-15 Thread Ed Wilts
On Mon, Sep 15, 2003 at 08:03:03PM +0200, Sasa Stupar wrote:
> I have a question regarding the configuration of wu-ftp: I have it 
> working for guest and anonymous (I don't want to enable real unix). How 
> do I set up default permissions for upload (eg. 755) for guest? Now it 
> is set to 022.

I use upload clauses like so:
upload  /cust/*/*   *   no
upload  /cust/*/*   /pub/upload yes * * 2770

This forces all uploads to go the upload folder and allows group access.
There are a bunch of examples in the man page for ftpaccess.  Also look
at the upload.configuration.HOWTO file which was installed as part of
the rpm.

You can also use the defumask statement to tweak the permissions.

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


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


Re: back up /home to window Xp by using rsync?

2003-09-15 Thread Reuben D. Budiardja
On Monday 15 September 2003 06:44 pm, Jianping Zhu wrote:
> I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
> want to using rsync to back up redhat to winxp, how can i do that?

The easier way:
1. Share the backup folder in the network.
2. Use smbclient on the RH machine to mount the folder
3. Use rsync just like if you rsync to local directory
$> rsync  /home 

Harder way:
Google around and find out how to install rsync on winxp with cygwin. I've 
never done it.

Hope that help
RDB

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN
-
/"\  ASCII Ribbon Campaign against HTML
\ /  email and proprietary format  
 X   attachments.
/ \
-
Have you been used by Microsoft today? 
Choose your life. Choose freedom. 
Choose LINUX.
-


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


add new hdds to my server

2003-09-15 Thread Jianping Zhu
 I have IBM server with redhat linux on it. I just got two new hdds for
 this sever. I have put them on the channel, how can i let redhat to
 know them?

 Thanks


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


Re: help with partitioning

2003-09-15 Thread Samuel Flory
Chris W. Parker wrote:
Samuel Flory 
on Saturday, September 13, 2003 11:47 AM said:

 You need to create a partition that will be a part of the raid array
on each disk.  So the followiing is what I do:


Yes, I finally figured this out. So far the computer is working
excellently. It's much faster than our email gateway (my first linux
box). :)
Thanks for your help,
Chris.
p.s. I still have plenty of time to reinstall and repartition if
necessary. I'd appreciate it if you would comment on the way I've setup
the partitions. Here is the output of df -ah:
FilesystemSize  Used Avail Use% Mounted on
/dev/md1  4.0G  136M  3.7G   4% /
none 0 0 0   -  /proc
usbdevfs 0 0 0   -  /proc/bus/usb
/dev/md0   99M  9.2M   85M  10% /boot
none 0 0 0   -  /dev/pts
/dev/md4   21G   33M   20G   1% /home
none  188M 0  188M   0% /dev/shm
/dev/md2  7.9G  746M  6.8G  10% /usr


  This doesn't look good for the type of use you are planning.  This is 
a web server and logging

1)  Is /usr going to grow that much?  You've got less a 1G of used space 
now.

2)  You have only 4G in / which also contains /var.  /var is where Red 
Hat keeps logs, web pages, and the like.

3)You have 21G in /home.  What is going to use that space?

My advice for what it's worth.

/boot   ~100M
/   ~4G
swap~2 x ram
/vareverything else
Now once you've finished installing link /home, /opt, and /usr/local to 
/var.  These are the only places that are likely to grow in size over 
time. / and /usr will grow if you upgrade, but you still have 3G of 
space to grow into.

mv /home /var/home
mkdir /var/opt
mkdir /var/usr
mv /usr/local /var/usr
cd /
ln -sfi var/home home
ln -sfi var/opt opt
cd /usr
ln -sfi ../var/usr/local local
--
Once you have their hardware. Never give it back.
(The First Rule of Hardware Acquisition)
Sam Flory  <[EMAIL PROTECTED]>
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


back up /home to window Xp by using rsync?

2003-09-15 Thread Jianping Zhu
I have a windows xp which has 120GB HDD. I have a redhat7.1 machine. I
want to using rsync to back up redhat to winxp, how can i do that?

thnak


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


RE: Setting Up Sendmail

2003-09-15 Thread Nick White
My DSL provider blocks outgoing SMTP, unless it is from their own SMTP
server.  You may need to setup a smarthost from sendmail, to forward the
mail through your ISPs mail server.

Try to telnet to the remote SMTP server on port 25 to test if your ISP
is blocking the mail:
Example$ telnet mx1.redhat.com 25
Trying 66.187.233.31...
Connected to mx1.redhat.com.
Escape character is '^]'.
220
*200
0*00

(to find out the mail server, do: dig host.com MX)

Hope this helps,
 - nick

-Original Message-
From: Joseph A Nagy Jr [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 9:32 AM
To: [EMAIL PROTECTED]
Subject: Re: Setting Up Sendmail


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 11:29, Joseph A Nagy Jr wrote this in an 
attempt to be witty or informative:

> Well, sendmail is currently sent to localhost, but when I tried to
> send to messages via sendmail, they got bounced back to the local que
> as undeliverable (target domain unkown, although it does exist).
>
> Would you like a copy of the bounce message I get from my ISP?

One thing I forgot to mention. Actually two. My ISP is Charter 
Communications (of course). Also, I can send to the list if I go to the 
web interface for my POP3 account.

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Zelunjt9jEvKYeARAjaJAJ4mgX/kihtUqmp1VEebuT7qul7GTgCggaPv
FK0A0W7dsj3sXxd/iOBp3xk=
=vBsQ
-END PGP SIGNATURE-


-- 
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: NCD w/ Linux

2003-09-15 Thread Wendell MacKenzie
Homer Simpson's favorite expression sums this up best ...DOH!

- Original Message - 
From: "Cosmo Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 2:36 PM
Subject: NCD w/ Linux


> RH 9 Intel
> 
> I just got an NCD Explora X Terminal from Ebay - a whopping $15 for the
> unit.  I wanted to experiment using RH as a platform for learning this 
> technology.
> 
> I figured I'd have a cheap X-Terminal solution - I'm new to this.
> However, to my dismay, I've found that I've got to get the NcdWare
> software in order to run this unit.
> 
> The problem is that the software has a whopping $995 list price!
> 
> Does anybody have any ideas where I can get this stuff cheaper, used,
> second-hand, etc???
> 
> Thanks all.
> 
> 
> 
> 
> 
> 
> -- 
> 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


Mandrake and Me

2003-09-15 Thread David Hart
Perhaps it was the weather but I decided to re-configure our new server
with the newest Mandrake release.

For starters, Roxio has nothing to fear from current Linux applications.
Of course, my being a nitwit kind of helps things along. I burned all
three CDs and tried to boot before I realized that all I had done was to
copy the ISO files from HD to CD. It made perfect copies though :-)

So I re-burned the three CDs and was ready to rock and roll. The
distribution looked nice and the initial screens looked kind of nifty.
Things degraded rapidly from there.

For starters, I had a considerable amount of data backed up to a Reiser
partition. Apparently the 2-4-22 kernel wasn't compiled with even Reiser
module support. OK.

The first time around, I received some very cryptic error messages
similar to Yiddish, which is 14th century German written with the Hebrew
alphabet. Mandrake is comprised of English words written in German
syntax and grammar. I'm not Xenophobic; I just didn't understand where
they were telling me I f*cked up.

OK, round 2. Whatever I did got the system up and running. OK, now to
download a fresh 2.4.22 kernel and recompile with Reiser support so that
I can get to all my data. OK. I did a wget and I'm off and running. It
went fine until I got to "make_install." Then I got another
incomprehensible message in Mandrakese. Needless to say, the steps for
installing kernels (reliably time after time) to a Redhat distribution
don't quite work with MDK. Go figure. On-line help? Not really. At least
none that really helps.

The bottom line is that I have a new appreciation for the fact that
Redhat may be slow to offer the latest versions of software and kernels
BUT RH works. I learned my lesson the VERY hard way.

-- 
  
  Hart's PGP Key: 0x7BFF655E - http://TQMcube.com/hart_pgp.txt
  
 Total Quality Management - A Commitment to Excellence
   Email acceptance policy: http://www.TQMcube.com/email_policy.html



signature.asc
Description: This is a digitally signed message part


NCD w/ Linux

2003-09-15 Thread Cosmo Lee
RH 9 Intel

I just got an NCD Explora X Terminal from Ebay - a whopping $15 for the
unit.  I wanted to experiment using RH as a platform for learning this 
technology.

I figured I'd have a cheap X-Terminal solution - I'm new to this.
However, to my dismay, I've found that I've got to get the NcdWare
software in order to run this unit.
The problem is that the software has a whopping $995 list price!

Does anybody have any ideas where I can get this stuff cheaper, used,
second-hand, etc???
Thanks all.





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


RE: help with partitioning

2003-09-15 Thread Chris W. Parker
Samuel Flory 
on Saturday, September 13, 2003 11:47 AM said:

>   You need to create a partition that will be a part of the raid array
> on each disk.  So the followiing is what I do:

Yes, I finally figured this out. So far the computer is working
excellently. It's much faster than our email gateway (my first linux
box). :)


Thanks for your help,
Chris.

p.s. I still have plenty of time to reinstall and repartition if
necessary. I'd appreciate it if you would comment on the way I've setup
the partitions. Here is the output of df -ah:

FilesystemSize  Used Avail Use% Mounted on
/dev/md1  4.0G  136M  3.7G   4% /
none 0 0 0   -  /proc
usbdevfs 0 0 0   -  /proc/bus/usb
/dev/md0   99M  9.2M   85M  10% /boot
none 0 0 0   -  /dev/pts
/dev/md4   21G   33M   20G   1% /home
none  188M 0  188M   0% /dev/shm
/dev/md2  7.9G  746M  6.8G  10% /usr


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


Data Replication

2003-09-15 Thread redhat
Can anyone recommend some good data replication software that they've used
before?  I want to set up two or three Linux servers in a failover
solution.   We're going to use RHAS Clustering with shared storage, but
we'd like to have a backup in case the shared storage ever goes bad.   The
data replication software should copy anything written to the shared
storage to another server over the network in real time.  This way, we
won't lose any data if the shared storage ever failed and we could  switch
everyone over to the backup server so that they can continue working in
the event of a failure.  A simple rsync script is not going to work here,
I need data replication in real time.   Basically a mirror across the
network.

We've used Steeleye's LifeKeeper software in the past but weren't thrilled
with it.

Thanks,
Chris



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


RE: sendmail blocking

2003-09-15 Thread Nick White
While I do agree with fixing the cause, and not just the symptom, there
are other things to take into consideration:

1: I have many other tasks here besides e-mail admin.  If I were to
contact every spammer and auto-list that sends crap to that person's
address, that would be a lot of administrative overhead and time
involved.

2: As you pointed out, this is often a pointless exercise, as these
spammers don't really care who they send to.  I'm sure they get millions
of NDRs from each spam run.

3: Adding ACLs to my router for incoming domains is also a lot.  True, I
would add the offending domain if they were bothering my real users, but
for a long gone employee, no way.

4: I don't want a lot of administrative overhead, or resources used for
this ex-employee.  Just reject (or drop) his mail, and don't bother me
about it.

As a prank, I added the ex-employee's alias to one of my co-workers
mailbox. :)  He really liked the 1000% increase in spam!

The way I have it now, all mail gets rejected for this person, and as
the administrator I don't receive any NDRs.  Bliss.

Regards,
 - nick

-Original Message-
From: Kenneth Goodwin [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 9:21 AM
To: [EMAIL PROTECTED]
Subject: RE: sendmail blocking


>  [mailto:[EMAIL PROTECTED] Behalf Of Ed
Wilts
>  Sent: Monday, September 15, 2003 11:48 AM
>  To: [EMAIL PROTECTED]
>  Subject: Re: sendmail blocking
>
>
>  On Mon, Sep 15, 2003 at 07:53:17AM -0700, Nick White
wrote:
>  > I have a quick sendmail question.  A server sits
between
>  our internal
>  > mail server, and the external world that acts as a mail
>  receiver and
>  > relay box.  We do this using the mailertable file.  So
any mail for
>  > [EMAIL PROTECTED] gets forwarded to the internal
mail server.
>  >
>  > An employee has been gone for over a year now, and I am
>  seeing TONS of
>  > crap keep coming through for him, and the server is
>  sending back out
>  > NDRs for each failed attempt.
>  >
>  > How can I block messages that come through for him,
discarding them
>  > silently without sending NDRs?
>
>  I'm not sure you can, but I'm resaonably sure that this
would violate
>  the RFCs.  You're asking an RFC-compliant mailserver to
>  accept mail and
>  then quietly drop it into the bit bucket without
notifying
>  the sender?
>  Nasty, nasty...

Ed,

Since Nick has been receiving this junk email for a year now
and
his sendmail server has apparently been sending back the
required "Alice does not live here anymore" messages. Since
the remote end has failed repeatedly to cease sending the
stuff,
the RFC should be modified to require SMTP servers to send
"No such users" automatically to the POSTMASTER account for
each rejection.
This will hopefully flood their disk in time and they will
finally notice
that they have an issue. There is a limit to how long one
should be polite
when dealing with remotes that fail or refuse to listen to
returned error
messages.

Now as postmaster, I get them here
once the email has finally bounced, and I am assuming the
rest of you do as well.
So what we have here is a failure on the part of the
"sending" mail administrator
to cease the transmission of email upon receiption of such
notices.
So Nick has no choice here but to dump the stuff and
minimize his systems load
in terms of these senders who are not listening to his
returns.

Personally, I attempt to find a human at the source point to
"notify".
If that fails, I would put a ACL block for the source IP's
in my border router
and stop the SMTP conversations all together. Especially if
the source was something
I had no need to talk to in the first place, namely mass
marketing mailing lists.

I have the same issue here, but I have users that have been
gone for over four years
and I have been sending back - "No Such user" returns on the
attempts to the remote ends
for as long. They are about to make it into my new border
routers ACL.
Too many of the automated marketing lists are not monitored
and cleaned up as they should be.

Nick, you might want to use the source domain's web site to
see if you can find a human
at the sender's location to scream at. Nail the cause, not
the symptom, first if you can
manage it. Otherwise, block them at your firewall or drop
the email onto the floor.


>  One way to approach this would be to accept the mail but
write a
>  procmail rule that drops the e-mail into dev/null.
>  I believe that simply his will do it but I have not
tested it...
>
> :0
> /dev/null
>


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


Wu-ftp config question

2003-09-15 Thread Sasa Stupar
Hi!

I have a question regarding the configuration of wu-ftp: I have it 
working for guest and anonymous (I don't want to enable real unix). How 
do I set up default permissions for upload (eg. 755) for guest? Now it 
is set to 022.

Thanks in advance.

Sasa

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


Upgrading to Apache 2 on RH 7.3

2003-09-15 Thread Howard Fore
Hi,

I'm attempting an upgrade to Apache 2.0.x from 1.3.27 on a Redhat 7.3
box. RHN doesn't appear to offer an rpm for Apache 2 on 7.3. Normally
I'd just slap in the RH 9.1 CD and upgrade the installation but the 2
servers I'm working on are about 1600 miles away. So I downloaded the
Apache 2.0.40 rpm from RHN (and the various rpms to update the packages
it needed, and the updated packages the packages needed to update
needed, ad nauseum). Finally I had everything I needed in one directory
and typed in "rpm -Uvh --test *.rpm". And I get a "error: failed
dependencies" message and a long list telling me that package foo.1.rpm
(being replaced by a foo.2.rpm) is needed by program bar.
So what does this tell me? Is the dependency list mean that rpm
couldn't tell that a library currently installed would be replaced by a
newer version?
Or, is there a better way to accomplish this upgrade? Ideas?
Suggestions?
--
Howard Fore, Web Developer, Professional Career Development Institute
[EMAIL PROTECTED], phone 770.729.8400 ext 5258
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: xmms

2003-09-15 Thread giacomo
Ok, now it works.
Thanks


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


RE: exchange alternative

2003-09-15 Thread Boulytchev, Vasiliy
Communigate Pro is a Mail server designed to do below.  Check it out.  It will replace 
your Exchange server, you will never look back.  Also, it is way more powerful and 
reliable.  http://stalker.com

Also, a real plus is you can integrate mailscanner and spamassassin into 
CommunigatePro, so you can provide email virus and SPAM filtering for absolutely free 
to all your domains.  Actually I take that back, you will have to pay for virus 
subscriptions, but its way cheaper than the Micro$oft way.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nick Kishfy
Sent: Monday, September 15, 2003 11:14 AM
To: [EMAIL PROTECTED]
Subject: RE: exchange alternative



This is a good setup but unfortunately it will not replace Exchange
calendaring. I haven't found a viable open source Exchange replacement
yet myself. I could just get rid of Exchange I would have any Windows
servers at all but it's proving pretty difficult. Maybe someone else
on the list knows of something.

-Nick


-Original Message-
From: Vinny Valdez [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 1:02 PM
To: [EMAIL PROTECTED]
Subject: Re: exchange alternative


Doug Finch wrote:

> List,
> I am using a MS exchange 5.5 server for internal mail in our office
as 
> well as calendaring, contact lists, etc.  I would like to find an
open 
> source alternative after having some problems with Exchange this
past 
> week.  Is there anything out there, other than the SuSE open
exchange 
> that I could test?  If I do this it needs to be something that I can

> use with Outlook and the users not be able to tell it isn't Windows.

> It shouldn't matter to them but they freak out when they hear that 
> something is different.  Any info would be appreciated. thanks,
> DF
> 

I have setup cyrus imap server in conjunction with ldap before.  I 
populated the directory with the users, then in outlook, just setup 
imap, and ldap addressing.  The users could aut-complete directory
names 
just like before, they never noticed a difference.

I borrowed parts from

http://www.arrayservices.com/projects/Exchange-HOWTO/html/book1.html

If you want the lazy way out, it looks a recent project on freshmeat 
might be what you are looking for

http://freshmeat.net/releases/134222/

-- 
Regards,

Vinny


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


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


RE: exchange alternative

2003-09-15 Thread Nick Kishfy
This is a good setup but unfortunately it will not replace Exchange
calendaring. I haven't found a viable open source Exchange replacement
yet myself. I could just get rid of Exchange I would have any Windows
servers at all but it's proving pretty difficult. Maybe someone else
on the list knows of something.

-Nick


-Original Message-
From: Vinny Valdez [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 1:02 PM
To: [EMAIL PROTECTED]
Subject: Re: exchange alternative


Doug Finch wrote:

> List,
> I am using a MS exchange 5.5 server for internal mail in our office
as 
> well as calendaring, contact lists, etc.  I would like to find an
open 
> source alternative after having some problems with Exchange this
past 
> week.  Is there anything out there, other than the SuSE open
exchange 
> that I could test?  If I do this it needs to be something that I can

> use with Outlook and the users not be able to tell it isn't Windows.

> It shouldn't matter to them but they freak out when they hear that 
> something is different.  Any info would be appreciated. thanks,
> DF
> 

I have setup cyrus imap server in conjunction with ldap before.  I 
populated the directory with the users, then in outlook, just setup 
imap, and ldap addressing.  The users could aut-complete directory
names 
just like before, they never noticed a difference.

I borrowed parts from

http://www.arrayservices.com/projects/Exchange-HOWTO/html/book1.html

If you want the lazy way out, it looks a recent project on freshmeat 
might be what you are looking for

http://freshmeat.net/releases/134222/

-- 
Regards,

Vinny


-- 
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: exchange alternative

2003-09-15 Thread Vinny Valdez
Doug Finch wrote:

List,
I am using a MS exchange 5.5 server for internal mail in our office as
well as calendaring, contact lists, etc.  I would like to find an open
source alternative after having some problems with Exchange this past
week.  Is there anything out there, other than the SuSE open exchange
that I could test?  If I do this it needs to be something that I can use
with Outlook and the users not be able to tell it isn't Windows.  It
shouldn't matter to them but they freak out when they hear that
something is different.  Any info would be appreciated.
thanks,
DF
I have setup cyrus imap server in conjunction with ldap before.  I 
populated the directory with the users, then in outlook, just setup 
imap, and ldap addressing.  The users could aut-complete directory names 
just like before, they never noticed a difference.

I borrowed parts from

http://www.arrayservices.com/projects/Exchange-HOWTO/html/book1.html

If you want the lazy way out, it looks a recent project on freshmeat 
might be what you are looking for

http://freshmeat.net/releases/134222/

--
Regards,
Vinny

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


Re: sendmail blocking

2003-09-15 Thread Gerry Doris
> On Mon, Sep 15, 2003 at 07:53:17AM -0700, Nick White wrote:
>> I have a quick sendmail question.  A server sits between our internal
>> mail server, and the external world that acts as a mail receiver and
>> relay box.  We do this using the mailertable file.  So any mail for
>> [EMAIL PROTECTED] gets forwarded to the internal mail server.
>>
>> An employee has been gone for over a year now, and I am seeing TONS of
>> crap keep coming through for him, and the server is sending back out
>> NDRs for each failed attempt.
>>
>> How can I block messages that come through for him, discarding them
>> silently without sending NDRs?
>
> I'm not sure you can, but I'm resaonably sure that this would violate
> the RFCs.  You're asking an RFC-compliant mailserver to accept mail and
> then quietly drop it into the bit bucket without notifying the sender?
> Nasty, nasty...
>
> One way to approach this would be to accept the mail but write a
> procmail rule that drops the e-mail into dev/null.
> I believe that simply his will do it but I have not tested it...
>
>:0
>/dev/null
>
> --
> Ed Wilts, Mounds View, MN, USA

While that will do it you can save the time of processing the mail by just
including the problem name in sendmail's access database with a DROP
action.  Any incoming mail to that person is immediately dropped into the
bit bucket.  No notification is sent to the sender.

Gerry


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


Re: sendmail - splitting outgoing mail to 2 recipients

2003-09-15 Thread Kelerion
I'm already doing the same as that.. but thats for -incoming- mail..

I'm talking about -outgoing- mail..

say for example you wanted a setup where all outgoing mail from a
company was "auto-cc"'d to someone else who monitored that all outgoing
mail from that company was company related..
hope that makes sense..

Thanks

Craig

Laurie Harper wrote:

Forgive me if I misunderstood your goal, but I believe that in your
example you want everything person (b) receives to also go to person
(c). Is this correct?
If so, this is how I accomplish that:

1. Set up a virtmap: [EMAIL PROTECTED] personb-cc
2. Set up an alias: personb-cc: personb, personc
You can do the same thing to CC personc to personb as well.

--
Laurie Harper
Dealer ImpactR Systems
WWWeb Impressions, LLC
7725 Douglas Ave
Urbandale, IA 50322
(515)334-9638 ext.15
http://www.dealerimpact.com
http://www.webimpressions.com
--
This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and is
protected by law.  If you are not the intended recipient, you should
delete this message and are hereby notified that any disclosure,
copying, or distribution of this message, or the taking of any action
based on it, is strictly prohibited.  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Kelerion
Sent: Monday, September 15, 2003 8:07 AM
To: [EMAIL PROTECTED]
Subject: sendmail - splitting outgoing mail to 2 recipients
I just re-read what I wrote.. lets try again :)

eg: person (a) sends an email to person (b)
that email goes (as usual) to person (b)
but also gets copied by sendmail to person (c)
there.. that sounds better :)









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


Re: Setting Up Sendmail

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 11:29, Joseph A Nagy Jr wrote this in an 
attempt to be witty or informative:

> Well, sendmail is currently sent to localhost, but when I tried to
> send to messages via sendmail, they got bounced back to the local que
> as undeliverable (target domain unkown, although it does exist).
>
> Would you like a copy of the bounce message I get from my ISP?

One thing I forgot to mention. Actually two. My ISP is Charter 
Communications (of course). Also, I can send to the list if I go to the 
web interface for my POP3 account.

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Zelunjt9jEvKYeARAjaJAJ4mgX/kihtUqmp1VEebuT7qul7GTgCggaPv
FK0A0W7dsj3sXxd/iOBp3xk=
=vBsQ
-END PGP SIGNATURE-


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


Re: Setting Up Sendmail

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 15 September 2003 11:14, Rus Foster wrote this in an attempt 
to be witty or informative:
> On Mon, 15 Sep 2003, Joseph A Nagy Jr wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Hi all.
> >
> > I'm running RH9 on a PII 300MHz w/MMX and 128MB RAM on a cable
> > modem (the comp is a combo server/workstation, for now) and need to
> > set up sendmail so that I can bypass my ISP's SMTP server when I
> > can't send an email through them (all attempts to send new messages
> > to a particular mailing list are bounced back, although I can reply
> > to the list w/o any problems...go fig).
> >
> > What do I need to configure in sendmail to do this?
> >
> > I've considered using postfix, but it won't install at all.
>
> All you should need to do is start up sendmail then on the box set
> your mail server to localhost. However if messages are bouncing from
> your ISP I would look at the messages as it might be something like
> you ISP is being blacklisted
> Rus

Well, sendmail is currently sent to localhost, but when I tried to send 
to messages via sendmail, they got bounced back to the local que as 
undeliverable (target domain unkown, although it does exist).

Would you like a copy of the bounce message I get from my ISP?

- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/Zejhnjt9jEvKYeARApZVAKCeln5vfpcTRJvUthylB+Wg/xLzswCfYT2e
cj2doOUGftiWHeNpK1h2504=
=+oeU
-END PGP SIGNATURE-


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


RE: sendmail blocking

2003-09-15 Thread Kenneth Goodwin
>  [mailto:[EMAIL PROTECTED] Behalf Of Ed
Wilts
>  Sent: Monday, September 15, 2003 11:48 AM
>  To: [EMAIL PROTECTED]
>  Subject: Re: sendmail blocking
>
>
>  On Mon, Sep 15, 2003 at 07:53:17AM -0700, Nick White
wrote:
>  > I have a quick sendmail question.  A server sits
between
>  our internal
>  > mail server, and the external world that acts as a mail
>  receiver and
>  > relay box.  We do this using the mailertable file.  So
any mail for
>  > [EMAIL PROTECTED] gets forwarded to the internal
mail server.
>  >
>  > An employee has been gone for over a year now, and I am
>  seeing TONS of
>  > crap keep coming through for him, and the server is
>  sending back out
>  > NDRs for each failed attempt.
>  >
>  > How can I block messages that come through for him,
discarding them
>  > silently without sending NDRs?
>
>  I'm not sure you can, but I'm resaonably sure that this
would violate
>  the RFCs.  You're asking an RFC-compliant mailserver to
>  accept mail and
>  then quietly drop it into the bit bucket without
notifying
>  the sender?
>  Nasty, nasty...

Ed,

Since Nick has been receiving this junk email for a year now
and
his sendmail server has apparently been sending back the
required "Alice does not live here anymore" messages. Since
the remote end has failed repeatedly to cease sending the
stuff,
the RFC should be modified to require SMTP servers to send
"No such users" automatically to the POSTMASTER account for
each rejection.
This will hopefully flood their disk in time and they will
finally notice
that they have an issue. There is a limit to how long one
should be polite
when dealing with remotes that fail or refuse to listen to
returned error
messages.

Now as postmaster, I get them here
once the email has finally bounced, and I am assuming the
rest of you do as well.
So what we have here is a failure on the part of the
"sending" mail administrator
to cease the transmission of email upon receiption of such
notices.
So Nick has no choice here but to dump the stuff and
minimize his systems load
in terms of these senders who are not listening to his
returns.

Personally, I attempt to find a human at the source point to
"notify".
If that fails, I would put a ACL block for the source IP's
in my border router
and stop the SMTP conversations all together. Especially if
the source was something
I had no need to talk to in the first place, namely mass
marketing mailing lists.

I have the same issue here, but I have users that have been
gone for over four years
and I have been sending back - "No Such user" returns on the
attempts to the remote ends
for as long. They are about to make it into my new border
routers ACL.
Too many of the automated marketing lists are not monitored
and cleaned up as they should be.

Nick, you might want to use the source domain's web site to
see if you can find a human
at the sender's location to scream at. Nail the cause, not
the symptom, first if you can
manage it. Otherwise, block them at your firewall or drop
the email onto the floor.


>  One way to approach this would be to accept the mail but
write a
>  procmail rule that drops the e-mail into dev/null.
>  I believe that simply his will do it but I have not
tested it...
>
> :0
> /dev/null
>


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


RE: exchange alternative

2003-09-15 Thread Boulytchev, Vasiliy
has anyone found a GOOD mail client for linux?
I have tried about a dozen.  I really need something that would replace my outlook

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Doug Finch
Sent: Monday, September 15, 2003 9:38 AM
To: [EMAIL PROTECTED]
Subject: exchange alternative



List,
I am using a MS exchange 5.5 server for internal mail in our office as
well as calendaring, contact lists, etc.  I would like to find an open
source alternative after having some problems with Exchange this past
week.  Is there anything out there, other than the SuSE open exchange
that I could test?  If I do this it needs to be something that I can use
with Outlook and the users not be able to tell it isn't Windows.  It
shouldn't matter to them but they freak out when they hear that
something is different.  Any info would be appreciated.
thanks,
DF


-- 
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: Ghosting/Cloning Red Hat 9 Systems

2003-09-15 Thread MKlinke
On Sunday 14 September 2003 21:22, Mike Vanecek wrote:
> > MKlinke wrote:
>
> [snip]
>
> The technique you describe below builds a new bootable image on the
> destination disk. I would assume that the destination disk would have
> to be partitioned exactly the same as the source?

Yes, the destination disk will end up partitioned exactly the same as 
the source disk.

>
> Would I would like to do is ghost my operational system to a
> removeable hard disk on a second machine as a file. I.e., I would
> like to create a file of the source file as a total system backup.
> Should the source system need to be rebuilt, I would like to be able
> to dd the file on the destination disk back to the source disk. In
> case of hardware failure or intrusion I want to be able to recover
> quickly from a total system failure without having to apply patches
> and tweaks that one does over the years to tune a system.
>
> My need is complete system backup rather than creating a mirror on a
> second machine (much like what is discussed at
>
> http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html ).
>
> He uses NFS as well, which I do not have installed.
>
> > >I've used this method with surprising success on linux and windows
> > >system alike. For example, I have a couple of desktop systems that
> > > are clones of my dual-OS (using grub) laptop.
> > >
> > >Boot up both systems with the bootnet.img and use "linux rescue"
> > > at the boot  prompt. (You'll need a network source for the redhat
> > > software)
>
> I was thinking boot with the RH CD into rescue mode and have a floppy
> (or a ZIP or CD, if nc is too big for a floppy) with the needed
> progams to avoid the network source for the RH software?

This would work too.  I used the RH installation disk since it was handy 
and has the necessary utilities but any way that'll get you to the 
utilities will work.

>
> > >Proceed to a shell prompt on both systems
> > >
> > >On the destination (new disk you are creating) type:
> > >"nc -l -p  | dd of=/dev/hdx"
> > >
> > >On the source (system you wish to duplicate) type:
> > > "dd if=/dev/hdx | nc  "
>
> I.e., I'd like the clone on the destination hda to be a file rather
> than an image. However, it may be easier to just partition the
> destination hda and make an image except that the destination hda may
> not be the same size.
>
> Also, could one not do the clone with the source system running as
> normal? I.e., one would only need to linux rescue boot the
> destination (slave) machine?

I'd be reluctant to depend on everything working right on a live, 
heavily used linux box since this may take more than an hour if you are 
using large disks and the file system would be likely to change while 
you're doing the copy. 

>
> At http://security.raffy.ch/index.php3?ogy.html, I found
>
> >The Over the Network Approach
> >
> >On the receiver:
> >nc -p  -l > file
> >or:
> >nc -p  -l -v -w 60 < /dev/null | gzip -dc | dd of=/dev/hda
> > bs=512
>
> However, I am not exactly sure why the two are equivalent?

I don't believe they are. In the first instance I assume that there is 
an implied file; e.g. "file.txt" so you are streaming receive data to a 
file in an existing file system and in the second you are streaming 
data to the disk drive overwriting whatever is there already; boot 
sectors, partitions, the whole works.

>
> >On the sender:
> >cat data | gzip -c | nc -v -w 120 -p  -l IP
> >or:
> >dd if=/dev/hda1 bs=512 | gzip -c | nc -v -w 60 IP -p 2020
>

Same here, in the first instance it looks like you're reading some file 
in an existing file system and streaming it out to the network and the 
second entry is streaming out an entire partition to the network.

> Ditto here...
>
> I have rambled a bit, but maybe you could please point me in the
> right direction?

I haven't tried to do what you're asking but it seems you'd want a 
variation that might look something like:

Backup ===

Source:
dd if=/dev/hdx | nc -p  -I 

Destination: (Assuming a already partitioned disk where the current 
partition is large enough to store a file that contains all the source 
disk's data.)
nc -l -p  | dd of=destination.dat
which, it seems, would create a file in the current partition named 
"destination.dat" that contained the entire source drive data.
===

Restore 

Source:
dd if=destination.dat | nc -p  -I 

Destination:
nc -l -p  | dd of=/dev/hdx

===

You can probably work out the compression/decompression stuff if 
desired.

Out of curiosity, why does this method appeal to you as opposed to a 
more conventional backup/restore scenario using, say, rsync.

Regards,  Mike Klinke



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


Re: Setting Up Sendmail

2003-09-15 Thread Rus Foster
On Mon, 15 Sep 2003, Joseph A Nagy Jr wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all.
>
> I'm running RH9 on a PII 300MHz w/MMX and 128MB RAM on a cable modem
> (the comp is a combo server/workstation, for now) and need to set up
> sendmail so that I can bypass my ISP's SMTP server when I can't send an
> email through them (all attempts to send new messages to a particular
> mailing list are bounced back, although I can reply to the list w/o any
> problems...go fig).
>
> What do I need to configure in sendmail to do this?
>
> I've considered using postfix, but it won't install at all.

All you should need to do is start up sendmail then on the box set your
mail server to localhost. However if messages are bouncing from your ISP I
would look at the messages as it might be something like you ISP is being
blacklisted
Rus

w: http://www.jvds.com  | Linux + FreeBSD Servers from $15/mo
e: [EMAIL PROTECTED]| Dedicated Servers from $119/mo
t: +44 7919 373537  | email: [EMAIL PROTECTED]
t: 1-888-327-6330   | email: [EMAIL PROTECTED]







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


Setting Up Sendmail

2003-09-15 Thread Joseph A Nagy Jr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.

I'm running RH9 on a PII 300MHz w/MMX and 128MB RAM on a cable modem 
(the comp is a combo server/workstation, for now) and need to set up 
sendmail so that I can bypass my ISP's SMTP server when I can't send an 
email through them (all attempts to send new messages to a particular 
mailing list are bounced back, although I can reply to the list w/o any 
problems...go fig).

What do I need to configure in sendmail to do this? 

I've considered using postfix, but it won't install at all.
- -- 
Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of
Message, the +3 Clue-by-Four of No Attachments to a Mailing List, and
the -4 Shield of No Spell Checker.
http://joseph-a-nagy-jr.homelinux.org http://mc-luug.homelinux.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/ZeRlnjt9jEvKYeARAjSaAJ4mP4LQ2MJwyYMHC71SuYDow0lmFQCgi3QS
rfV+sMcK9HqUtDsROZ3jiw4=
=0PrF
-END PGP SIGNATURE-


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


Re: cpio -i without original path

2003-09-15 Thread Herculano de Lima Einloft Neto
Cameron Simpson wrote:
> With GNU cpio you can use the --no-absolute-filenames option on
> extraction. I found this in the cpio "info" page (run "info cpio" -
> ick!) by searching for the word "relative". It was the second hit.
> 
> Sadly, the GNU manual entry for cpio is the usual "we only speak info"
> useless travesty of a manual entry.

   I've been trying, but still can't get to like info either.. 

   This was not my problem actually.. what I wanted was getting rid of the
whole path and the -d option. Sean Estabrooks solved it for me this way:

pax -r -s '^.*/^^' < myfile.cpio

> In general it's best to make archives (both tar and cpio) with relative
> paths in the first place if you can. Then you won't ever have this issue.
> 
> For example, instead of saying this:
> 
>   tar cf archive.tar /foo/bah
> 
> say this:
> 
>   cd /foo/bah
>   tar cf /somewhere/else/archive.tar .
> 
> or:
> 
>   cd /foo
>   tar cf /somewhere/else/archive.tar bah
> 
> (Note: _never_ put the archive inside the stuff to archive - it can grow
> forever because at somepoint tar or cpio will start archiving the archive,
> into itself!)

This is very nice to know..

Thanks
-- 
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>


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


Redirecting output messages

2003-09-15 Thread Trevor
I recently installed smtpfront-qmail on my RH 7.3 box.  It's works perfectly
except the output is going to my screen instead of my log file.  Where can I
change this?

I'm sure at one point, most people have had this problem.

If you have any questions that you want me to answer, please let me know and
I will provide the appropriate data for you.


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


  1   2   >