différentes questions

2003-01-06 Thread Fabrice . Charrier



hi,

I've got several questions with redhat 8.

1. First I 'm trying to use the lock button but it doesn't work .., I added the
Lock button on the panel and I activated the screensaver. but it' s not possible
to lock the screen ..
# rpm -qa | grep xscreen
xscreensaver-4.05-6
# ps -ef | grep xscreen
nobody   27349 1  0 07:53 ?00:00:00 xscreensaver -nosplash
root 27444 27406  0 07:55 pts/200:00:00 grep xscreen
# ll .xscreensaver
-rw-r--r--1 root root 8085 Jan  7 07:53 .xscreensaver

..
2.  Is it possible to create a bootable recovery archive like ignite-UX under
HP-UX (!) ...

3.  can anyone make sense of the following message (the machine is a proxy
server with squid-2.4.STABLE7-4) :

TCP: Treason uncloaked! Peer 172.x.x.x:1664/3128 shrinks window
3837983603:3837992174. Repaired.
TCP: Treason uncloaked! Peer 172.x.x.x.:1056/3128 shrinks window
2385614822:2385621359. Repaired.
TCP: Treason uncloaked! Peer 172.x.x.x:2185/3128 shrinks window
2917921625:2917926573. Repaired.
TCP: Treason uncloaked! Peer 172.x.x.x:4231/3128 shrinks window
923574260:923578919. Repaired.
TCP: Treason uncloaked! Peer 172.x.x.x:4696/3128 shrinks window
2356204058:2356206110. Repaired.
TCP: Treason uncloaked! Peer 172.x.x.x:1359/3128 shrinks window
2416406855:2416413251. Repaired.

oups .. voilà

thanks in advance


fabrice charrier




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



RE: xterm problem

2003-01-06 Thread Desmond
>Assuming your sequence is
>   from B, ssh A
>   DISPLAY=B:0
>   export DISPLAY
>   xterm

After  the cursor moves to the newline and just sits there
blinking. Nothing happens.

Even trying to xdpyinfo yields nothing (the cursor goes to the newline
and just sits there blinking).

What is wrong with the notebook!!! I know that I can xterm A because I
done it using 2 different computers running the same OS as B (RedHat
8.0).

Anything else I can try?

Desmond



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



Re: how to install KDE or Gnome?

2003-01-06 Thread j_post
On Monday 06 January 2003 10:36 pm, you wrote:
> Hi,
>   I have just successfully installed the linux RH7.3 and the option
> did not ask for installation of the KDE. So I would need help to install
> that manually, please help.

With RH7.2:
On the login screen, click on "Session", then click on "KDE".
I assume it's the same for 7.3, but I'm sure someone will correct me if I'm 
wrong.



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



File Locking over NFS

2003-01-06 Thread T. Ribbrock
Hi all,

I'm currently experimenting with an OpenBSD 3.2 box (Sun U5/360) which
I intend to use as file server. Among other things, I want it to serve
home directories. The clients will be mostly Linux boxes (RHL7.3/ix86
and Aurora/Sparc), as well as one or two Solaris/Sparc and maybe the odd
OpenBSD/Sparc.

For the tests right now I'm using a Linux PC as client. I have nfsd
running on the U5, as well as rpc.lockd and portmap. On the Linux box,
I haven't done much, except adding the directories in question to
/etc/fstab.

Mounting the directories on the Linux box works fine, as well as read and
write. The only thing that doesn't work is locking.
All programs that use locking (e.g. mutt -> fcntl) throw errors ("Can't get
lock", "lock failed" and similar) and I am getting error messages on the
Linux box as well each time a program tries to set a lock:

Jan  6 21:53:12 esme kernel: call_verify: server accept status: 2 
Jan  6 21:53:12 esme last message repeated 2 times
Jan  6 21:53:12 esme kernel: RPC: garbage, exit EIO

On the OpenBSD box I cannot see any error messages. When I run a trace
on the OpenBSD lockd, I can see traffic coming in and going out, but
nothing that's clear enough to me to draw any conclusions. If I wanted
to trace on the Linux side, which program should I trace?

The "garbage" message led me to think of firewall problems, as there
is a firewall running on the OpenBSD box. However, disabling the
firewall made no difference.

According to the OpenBSD archives, there have been other folks with
similar problems, but no answer. Hence, I decided to ask here as well
- maybe someone out there is using a similar setup and can shed some
light on this. Is there anything on the Linux side that I need to take
into consideration wrt locking over NFS?

Cheerio,

Thomas
-- 
-
  Thomas Ribbrockhttp://www.ribbrock.orgICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



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



ifcfg-(interface)0:XX files

2003-01-06 Thread Brad



Hey all.. I'm hoping someone has some light to shed 
on this.
 
What happens if you have more than 128 
ifcfg-(interface)0:XX files in /etc/sysconfig/network-scripts and what changes 
if any need to be made if you want more than 128 of them ...
 
Any info would be great.
 
Thanks.



Re: xterm problem

2003-01-06 Thread Cameron Simpson
On 12:07 07 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| Yup, I've done the xhost thingy too.
| Any other things I can try?

Assuming your sequence is
from B, ssh A
DISPLAY=B:0
export DISPLAY
xterm

Try running:
xdpyinfo
once you've sshed into A. It may succeed, or fail with a useful error
message. Then we will know more.

Note that if you've got X running on B already, and you enable
X11 Forwarding in your ~/.ssh/config file, you can just

ssh A

and use X stuff _without_ fiddling with $DISPLAY. And it will be funnelled
back through your ssh connection, securely. Shouldn't need to do the xhost
thing at all.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Tomkin Coleman ([EMAIL PROTECTED]) wrote:
| Well, yes, get the bike but BEWARE!!
| At first, you will just want to get, like, a 250 Rebel, just for commuting
| and maybe a little fun, but you will wind up buying a 550, (just in case you
| want to tour), and then you will stop paying any attention to the theatre
| company you are working with and the graduate school you are attending, and
| then you will spend all your summers touring and riding around with your
| newfound biking buddies, and then you will find that you have got a real job
| just so you can buy the bike of your dreams and pretty soon you will find
| that your entire life has centered around your monster bike and you can only
| date women who love bikes and hang with buddies who love bikes and work at a
| job that supports your lifestyle and you will be incredibly happy, but always
| very greasy.
S!  The meaning of life is supposed to be a SECRET!   :-)
- Bob Larson..DoD#[EMAIL PROTECTED] Suzuki RF600R



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



RH8.0 -- Mouse problems with text selection

2003-01-06 Thread Anurag
Hello,
I am encountering a strange problem with RH 8.0/RH 7.3 
mouse configuration.

Highlighting text(Cut and paste) works once the m/c is booted.
But if it remains idle for 3(don't know exactly) hours or so, I am 
not able select any text and drag/drop with the mouse doesn't
work, so have to reboot it, since logging out doesn't help.

The problem only comes once the m/c remains idle for long.
Otherwise the mouse works as intended.

/etc/X11/XF86Config file
Section "InputDevice"
# Modified by mouseconfig
Identifier  "Mouse0"
Driver  "mouse"
Option  "Device" "/dev/psaux"
Option  "Protocol" "PS/2"
Option  "Emulate3Buttons" "yes"
Option  "ZAxisMapping" "4 5"
EndSection

Mouse configuration:
Acer - PS/2 Generic (emulate 3 button)

>ps -ef | grep gpm
root   749 1  0 09:51 ?00:00:00 gpm -t ps/2 -m /dev/mouse

The screensaver/lockscreen doesnot seem to interfere since I don't
find any problems with the mouse if screensaver/lockscreen remain
active for a few minutes.

Any pointers to debug the problem.

Regards
Anurag



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



how to install KDE or Gnome?

2003-01-06 Thread Tan, Julien

Hi,
I have just successfully installed the linux RH7.3 and the option
did not ask for installation of the KDE. So I would need help to install
that manually, please help.



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



Re: Suppress messages...

2003-01-06 Thread nate
Ashley M. Kirchner said:
>
> How can I suppress these bind-9 messages in syslog:
>

check the manpage on named.conf. I haven't tried bind 9 yet but
bind 8 is probably similar ..

I have a section called logging:

logging {
  channel chroot_default {
  file "log/named.log";
  severity info;
  };
  channel chroot_debug {
  file "log/debug.log";
  severity dynamic;
  };

category default { default_syslog; };
category panic { default_syslog; };
category packet { chroot_debug; };
category lame-servers { null; };
category queries { null; };
category statistics { default_syslog; };
category config { default_syslog; };
category parser { default_syslog; };
category ncache { default_syslog; };
category xfer-in { default_syslog; };
category xfer-out { default_syslog; };
category db { default_syslog; };
category eventlib { default_syslog; };
category notify { default_syslog; };
category cname { default_syslog; };
category security { default_syslog; };
category os { default_syslog; };
category insist { default_syslog; };
category maintenance { default_syslog; };
category load { default_syslog; };
category response-checks { default_syslog; };
};


note the lame-servers category and the setting of null.

nate





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



Suppress messages...

2003-01-06 Thread Ashley M. Kirchner

   How can I suppress these bind-9 messages in syslog:

named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 64.29.158.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.45.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 64.29.158.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.46.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.45.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.46.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 64.29.158.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.45.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 64.29.158.39#53
named[25867]: lame server resolving 'majortravel.com' (in 
'majortravel.com'?): 216.251.46.39#53

--
M | I haven't lost my mind; it's backed up on tape somewhere.
 +
 Ashley M. Kirchner    .   303.442.6410 x130
 IT Director / SysAdmin / WebSmith . 800.441.3873 x130
 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
 http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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


Re: Installation of freeglut in RH8

2003-01-06 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 06 January 2003 11:43 pm, Michael Fratoni wrote:

> Yes, ask the author to fix his configure scripts to pick up the needed
> CFLAGS and LDFLAGS for glib. ;)
>
> Failing that, this should work:
>
> $ glib-config --cflags
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include
>
> $ glib-config --libs
> -L/usr/lib -lglib

I should have mentioned, if you want to build against glib2:

$ pkg-config --cflags glib-2.0
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
$ pkg-config --libs glib-2.0
 -lglib-2.0
export CFLAGS=" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"
export LDFLAGS=" -lglib-2.0"


- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Gmicn/07WoAb/SsRApFJAJ99Nu8F6UoORlrzCA/+3dfDpJTD2QCgn2ha
YGco9fe1fjRUWjvl38sAK6U=
=AUvw
-END PGP SIGNATURE-



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



RE: RH8.0 and making it secure

2003-01-06 Thread shawn
For what it's worth,

I picked up Building Secure Servers with Linux (BAUER --O'Reilly press).

It suggested among other things http://www.bastille-linux.org/ which
offers some perl scripts...


Bastille Linux has been designed to educate the installing
administrator about the security issues involved in each of the
script's tasks, thereby securing both the box and the
administrator. Each step is optional and contains a description
of the security issues involved.

I guess you can skip the explanations if you wish.  Haven't used it yet
myself as I'm in a developement environment now and don't go beyond
localhost.


 
-- 
shawn <[EMAIL PROTECTED]>



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



PHP doesn't work (really)

2003-01-06 Thread Adam H. Pendleton
I sort-of half-followed the previous "PHP doesn't work" thread on this 
list, but when I tried to load an index.php page today, I realized that 
out-of-the-box, PHP really doesn't work on RH 8.0.  What's the deal?  A 
full install of RH 8.0, with php and Apache, and NO changes to 
httpd.conf except one ScriptAlias, and an index.php containing only a 
"phpinfo();" doesn't get processed as a PHP file?  Shouldn't this work, 
and if not, shouldn't RH have released a fix for this?

ahp


PGP.sig
Description: PGP signature


Re: Installation of freeglut in RH8

2003-01-06 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 06 January 2003 11:38 am, Saadat Saeed wrote:
> Yep I checked it - it IS installed any suggestions

> > > I just compiled the freeglut package as
> > > ./configure --includedir=/usr/include/glib-2.0
> > >
> > > -fPIC -DPIC freeglut_callbacks.c -o .libs/freeglut_callbacks.lo
> > > In file included from freeglut_callbacks.c:35:
> > > ../include/GL/freeglut_internal.h:71:18: glib.h: No such file or
> >
> >Do you have the glib2-devel package installed?
> >
> >$ rpm -qf /usr/include/glib-2.0/glib.h
> >glib2-devel-2.0.6-2

Yes, ask the author to fix his configure scripts to pick up the needed 
CFLAGS and LDFLAGS for glib. ;)

Failing that, this should work:

$ glib-config --cflags
- -I/usr/include/glib-1.2 -I/usr/lib/glib/include

$ glib-config --libs
- -L/usr/lib -lglib

Run the above commands, make sure you come up with the same flags on your 
system. Then, just export the values. Configure will use the exported 
values to set things up properly.

$ export CFLAGS="-I/usr/include/glib-1.2 -I/usr/lib/glib/include"
$ export LDFLAGS="-L/usr/lib -lglib"

$ ./configure

$ make

Done. I tested it and it builds fine for me.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Glr6n/07WoAb/SsRAv8eAJ9K7RPA6N/vxOH+FmRlMxBzqQwE7wCgpyR1
KR8fbtrfOWLmOUdEXQ1nht8=
=b9vl
-END PGP SIGNATURE-



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



Re: PHP not working

2003-01-06 Thread Mark Bradbury
if you go to this link http://uptime.netcraft.com/up/graph and put your
website into the box on the top left and submit does it returning
anything about php ?


On Mon, 2003-01-06 at 21:12, Thomas E. Dukes wrote:
> On Mon, 2003-01-06 at 06:00, Willi Mann wrote:
> > Hi!
> > 
> > Look at your /etc/php.ini.
> > RedHat has changed some default options in 8.0 that cause some scripts 
> > not to be interpreted correctly.
> > 
> > short_open_tag = On
> > register_globals = On
> > 
> > and maybe a third option.
> Made the changes you suggested, but no good.  It still doesn't work. 
> All I get is the script itself as output.
> 
> Thanks anyway!  If you think of anything else, please let me know.
> -- 
> Palmetto Shopper
> http://palmettoshopper.com
> Serving all of South Carolina and beyond!



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



Re: PHP not working

2003-01-06 Thread Blaine Armsterd
On 6 Jan 2003, Thomas E. Dukes wrote:
> Just tried changing the extensions -- that didn't work either.
>
> I don't know what it is.  It should be working  -- everyone else's seems
> to be.  Maybe someone would like to try the script on a "working"
> system.
>
> Here it is:
> --
> 
> 
>  $myvar = "Hello World";
> echo $myvar;
> ?>
> 
> 
> 
>
> What should the permissions be set on this file.  I have them at 755.

Don't think that it matters, but mine is 644, and it worked.

> TIA

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |"The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_| a tragedy to those who feel." - Horace Walpole



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



Re: how to check if i have a cdrw in my machine

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 07:39:05PM -0800, nate wrote:
> Jianping Zhu said:
> > I have cd dirver in my system, i am not sure it is a simple cdrom or cdrw,
> > is there a command to check that out?
> 
> fastest way is probably to look at the kernel log (dmesg) and copy/paste the
> model # of the drive into a search engine like google to see what comes up.
> 
> A scsi device may give more information, you can check the scsi chain
> by using 'dmesg' as well as checking /proc/scsi/scsi
> 
> Host: scsi0 Channel: 00 Id: 06 Lun: 00
>   Vendor:  Model: CD-R/RW RW7060S  Rev: 1.20
>   Type:   CD-ROM   ANSI SCSI revision: 02

[snip]

For ide devices:
cat /proc/ide/hd*/model

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



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



RE: xterm problem

2003-01-06 Thread Desmond
Yup, I've done the xhost thingy too.

Any other things I can try?

Desmond

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Chinmay Nadkarni
Sent: 07 January 2003 11:11
To: [EMAIL PROTECTED]
Subject: Re: xterm problem


Have you configured xhost to allow connections from B?

To do this you need to log in as root on A (the server you ant to 
connect to) and type

xhost +machine-name

where machine-name is the machine you want to connect from and run X.

To see what incoming connections are currently configured, simply type 
xhost and host return.

Hope this helps.
 - Chinmay.



Desmond wrote:

> i just installed RedHat 8.0 in a notebook (B) and have a problem with
> xterm.
>  
> i have this server (A) that i usually xterm into (ssh into A, setenv
> DISPLAY, etc).
>  
> B doesn't seem to display anything when i type xterm at the command
> line. but this works with my own PC and notebook.
>  
> what is wrong?
>  
> thanks.
>  


-- 
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/




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



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



Re: how to check if i have a cdrw in my machine

2003-01-06 Thread nate
Jianping Zhu said:
> I have cd dirver in my system, i am not sure it is a simple cdrom or cdrw,
> is there a command to check that out?

fastest way is probably to look at the kernel log (dmesg) and copy/paste the
model # of the drive into a search engine like google to see what comes up.

A scsi device may give more information, you can check the scsi chain
by using 'dmesg' as well as checking /proc/scsi/scsi

samples:

Host: scsi0 Channel: 00 Id: 06 Lun: 00
  Vendor:  Model: CD-R/RW RW7060S  Rev: 1.20
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 03 Lun: 00
  Vendor: TOSHIBA  Model: CD-ROM XM-6201TA Rev: 1030
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 05 Lun: 00
  Vendor: HP   Model: CD-Writer+ 9200  Rev: 1.0c
  Type:   CD-ROM   ANSI SCSI revision: 04

not hard to identify the CD-Rs there :)

nate





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



Re: xterm problem

2003-01-06 Thread Chinmay Nadkarni
Have you configured xhost to allow connections from B?

To do this you need to log in as root on A (the server you ant to 
connect to) and type

xhost +machine-name

where machine-name is the machine you want to connect from and run X.

To see what incoming connections are currently configured, simply type 
xhost and host return.

Hope this helps.
- Chinmay.



Desmond wrote:

i just installed RedHat 8.0 in a notebook (B) and have a problem with 
xterm.
 
i have this server (A) that i usually xterm into (ssh into A, setenv 
DISPLAY, etc).
 
B doesn't seem to display anything when i type xterm at the command 
line. but this works with my own PC and notebook.
 
what is wrong?
 
thanks.
 


--
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/




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


how to check if i have a cdrw in my machine

2003-01-06 Thread Jianping Zhu
I have cd dirver in my system, i am not sure it is a simple cdrom or cdrw,
is there a command to check that out?
Thanks



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



Re: Receiving mail

2003-01-06 Thread Tim Kehres
Actually, a simple telnet to port 25 would serve the same purpose, and is
*much* simpler.   :-)

Best Regards,

Tim Kehres
International Messaging Associates
http://www.ima.com


- Original Message -
From: "Todd A. Jacobs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 10:32 AM
Subject: Re: Receiving mail


> On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote:
>
> > I am actually running Notes 5.011 and using the Notes MTA.  I get the
> > same results from both sendmail and Notes MTA.  I can send but cannot
> > receive. The message logs are of no help since there are no entries for
> > receiving, only the sent messages.  I suspect somehow my server is
> > rejecting all incoming port 25 messages.
>
> Run tcpdump, ethereal, or similar to see what (if anything) is happening
> on port 25. If nothing, then you need to examine some other device in your
> network.



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



Re: PHP not working

2003-01-06 Thread Manuel Tejada
To put PHP as script CGI
Go to your httpd.conf file and comment with # the lines:
LoadModule php4_module modules/libphp4.so
Application/x-httpd-php .php

Then at the end of the file add this:
## BEGIN COFIGURATION PHP
ScriptAlias /ph/ "Put here the full path to the directory in which is
installed PHP"
AddType application/x-httpd-php .php
Action application/x-httpd-php /ph/php.exe
## END OF CONFIGURATION PHP

Save the changes and restart Apache and try your script.



- Original Message -
From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 8:39 PM
Subject: RE: PHP not working


> I got this script from a tutorial on the PHP website.  I was interested
> in trying to learn some PHP.  I can not, at this time, determine if the
> syntax is correct.  I assume it is because of the source from which it
> came.
>
> What do I need to do to configure PHP as an interpreter CGI?
>
> TIA
>
>
>  First, recheck the sintaxis of your file .php and if it is not the
> problem I sugest to configure PHP as an Interpreter CGI instead of
> Module in Apache and try again.
>
>
> - Original Message -
> From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, January 05, 2003 3:34 PM
> Subject: PHP not working
>
>
> > I'm having trouble with getting php to work.
> >
> > The php package is installed.  I added 'LoadModule php4_module
> > modules/libphp4.so' and 'AddType application/x-httpd-php .php' to my
> > httpd.conf.  I copied an example php file from a tutorial and it only
> > outputs this:
> >
> > 
> >
> > 
> >
> >  >
> > $myvar = "Hello World";
> >
> > echo $myvar;
> >
> > ?>
> >
> > 
> >
> > 
> >
> > What do I need to do to get php working properly short of downloading
> > source and recompiling.  I really don't want to do this unless
> > absolutely necessary because, given my luck, I'll screw everything up.
> >
> > TIA
> > --
> > Palmetto Shopper
> > http://palmettoshopper.com
> > Serving all of South Carolina and beyond!
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: Wireless EtherNet cards...

2003-01-06 Thread Todd A. Jacobs
On Mon, 6 Jan 2003, Tony Preston wrote:

> I wanted to get the networking going on the Linux side, but so far have
> had zero results finding any support from linksys or Broadcomm.  The Win
> 98SE side is working, but my desire is to get linux talking to the
> net...

Linksys, Siemans, Speedstream, and D-Link are all notorious for screwing 
the Linux community with proprietary and unsupportable chipsets. If you 
plan to buy a wireless card (rather than an AP), I'd strongly recommend 
the Orinoco products, which are the baseline used for the wireless-tools 
package.

With the single exception that it only runs at half-duplex, the Orinoco
APs are rather nice, too. I had a Linksys AP, too, but it caused too many
WEP problems with non-Linksys cards. A decent AP is usually only about 
$10-20 more than a wireless PCI card anyway, so that may be a better 
solution for your desktop anyway.

> Question 3: Are there any programs that will read the wireless signal
> stregth, and other info like under win 98?

Wireless-tools contains a console program called iwconfig. The following 
should suit your purpose pretty well:

# If you don't close stderr, iwconfig barfs all over the screen 
# when run under watch.
watch iwconfig  2>&-

-- 
"Of course I'm in shape! Round's a shape, isn't it?"



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



xterm problem

2003-01-06 Thread Desmond
Title: Message



i just installed RedHat 8.0 in 
a notebook (B) and have a problem with xterm.
 
i have this server (A) that i 
usually xterm into (ssh into A, setenv DISPLAY, etc).
 
B doesn't seem to display 
anything when i type xterm at the command line. but this works with my own PC 
and notebook.
 
what is 
wrong?
 
thanks.
 


Re: Receiving mail

2003-01-06 Thread Todd A. Jacobs
On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote:

> I am actually running Notes 5.011 and using the Notes MTA.  I get the
> same results from both sendmail and Notes MTA.  I can send but cannot
> receive. The message logs are of no help since there are no entries for
> receiving, only the sent messages.  I suspect somehow my server is
> rejecting all incoming port 25 messages.

Run tcpdump, ethereal, or similar to see what (if anything) is happening 
on port 25. If nothing, then you need to examine some other device in your 
network.

-- 
"Of course I'm in shape! Round's a shape, isn't it?"



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



RE: RH8.0 and making it secure

2003-01-06 Thread Robert P. J. Day
On Mon, 6 Jan 2003, Christopher Lyon wrote:

> Your assumption was correct but both of you have great feed back. I am
> interested more in the aspects of securing linux (RH8.0) in a corporate
> environment where there is mixture of friendlys and hostels. 
> 
> Good feedback. Looks like there is some reading to do! (Like it ever
> ends)

i suggest getting *both* a low-end router, *and* locking down your
box with iptables.

currently, in the house, the DSL modem plugs into a pretty
inexpensive linksys WAP *with* a 4-port switch.  my brother
plugs his box directly into the linksys hub, while i run
my laptop from the office down the hall.

the linksys was around $100 US, and it's a great investment,
since it gives you wireless access, as well as some internal
filtering.

you can *never* have too much protection.

rday



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



Re: probelm to wirter to cd with KOnCD

2003-01-06 Thread Cliff Wells
On Mon, 2003-01-06 at 17:41, Cliff Wells wrote:

> You can then mount cdimage.iso just like a regular filesystem:
> 
> $ mount cdimage.iso -r -t iso9660 -o loop /mnt/cdrom
> $ ls -l /mnt/cdrom
> $ umount /mnt/cdrom

I should have mentioned that this part is not necessary, but can be
useful to verify the contents of the iso file.

-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308



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


Re: probelm to wirter to cd with KOnCD

2003-01-06 Thread Cliff Wells
On Mon, 2003-01-06 at 17:26, Jianping Zhu wrote:
> Thank you very much for your advice
> can you give me some more specific advice how to data a cd in commnand
> line ? 

You bet.  First make sure you have the following installed:

cdrecord
mkisofs

Then try the following:

$ mkisofs -R -o cdimage.iso 

You can then mount cdimage.iso just like a regular filesystem:

$ mount cdimage.iso -r -t iso9660 -o loop /mnt/cdrom
$ ls -l /mnt/cdrom
$ umount /mnt/cdrom

To burn the image to CD, do this (I usually do this part as root so that
cdrecord is able to set the priority on the process - if someone knows a
better way, I'd like to hear it):

# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'MITSUMI' 'CR-4804TE' '2.6C' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

You can see that my CD-RW is device 0,0,0 so I use:

# cdrecord dev=0,0,0 cdimage.iso

All done =)  You can find all of this information by typing 'man
cdrecord' at the prompt.  Take a look at the 'Examples' section to cut
to the heart of the matter.

-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308



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


RE: PHP not working

2003-01-06 Thread Thomas E. Dukes
I got this script from a tutorial on the PHP website.  I was interested
in trying to learn some PHP.  I can not, at this time, determine if the
syntax is correct.  I assume it is because of the source from which it
came.

What do I need to do to configure PHP as an interpreter CGI?

TIA


 First, recheck the sintaxis of your file .php and if it is not the
problem I sugest to configure PHP as an Interpreter CGI instead of
Module in Apache and try again.


- Original Message -
From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 05, 2003 3:34 PM
Subject: PHP not working


> I'm having trouble with getting php to work.
>
> The php package is installed.  I added 'LoadModule php4_module 
> modules/libphp4.so' and 'AddType application/x-httpd-php .php' to my 
> httpd.conf.  I copied an example php file from a tutorial and it only 
> outputs this:
>
> 
>
> 
>
> 
> $myvar = "Hello World";
>
> echo $myvar;
>
> ?>
>
> 
>
> 
>
> What do I need to do to get php working properly short of downloading 
> source and recompiling.  I really don't want to do this unless 
> absolutely necessary because, given my luck, I'll screw everything up.
>
> TIA
> --
> Palmetto Shopper
> http://palmettoshopper.com
> Serving all of South Carolina and beyond!
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



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



Re: probelm to wirter to cd with KOnCD

2003-01-06 Thread Jianping Zhu
Thank you very much for your advice
can you give me some more specific advice how to data a cd in commnand
line ? 

Jianping
On 6 Jan 2003, Cliff Wells wrote:

> On Mon, 2003-01-06 at 16:10, Jianping Zhu wrote:
> > 
> > I have a linux box with redhat 7.3 on it. I am having problem to write to
> > CD. I use the software knocd. Everytime when I try to data a dirtory to
> > CD, I always got a error msg "invalid image-File". How can i correct this
> > error? Thanks for any suggestions.
> 
> I'm not too familiar with koncd, but I can tell you that you can't just
> write a directory to a CD.  You have to create an iso image from the
> directory and burn *that* to the CD.  There are command-line tools for
> doing this (mkisofs), but most likely koncd has an option that you're
> skipping or ignoring for creating the iso.
> 
> -- 
> Cliff Wells, Software Engineer
> Logiplex Corporation (www.logiplex.net)
> (503) 978-6726 x308  (800) 735-0555 x308
> 



Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900




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



Re: PHP not working

2003-01-06 Thread Manuel Tejada
 First, recheck the sintaxis of your file .php and if it is not the problem
I sugest to configure PHP as an Interpreter CGI instead of Module in Apache
and try again.


- Original Message -
From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 05, 2003 3:34 PM
Subject: PHP not working


> I'm having trouble with getting php to work.
>
> The php package is installed.  I added 'LoadModule php4_module
> modules/libphp4.so' and 'AddType application/x-httpd-php .php' to my
> httpd.conf.  I copied an example php file from a tutorial and it only
> outputs this:
>
> 
>
> 
>
> 
> $myvar = "Hello World";
>
> echo $myvar;
>
> ?>
>
> 
>
> 
>
> What do I need to do to get php working properly short of downloading
> source and recompiling.  I really don't want to do this unless
> absolutely necessary because, given my luck, I'll screw everything up.
>
> TIA
> --
> Palmetto Shopper
> http://palmettoshopper.com
> Serving all of South Carolina and beyond!
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: PHP textarea

2003-01-06 Thread Yasuo Yamasaki
Hi Colin

Sorry for late, because I went vacation.

I received "GET test=2" from "a.php?test=2".

In PHP 4.2, I believe that my test script has an error,
and your script is correct.

I'll wait for updating "phorum" program.

Thank you!

   -- Yasuo Yamasaki <[EMAIL PROTECTED]>

At Fri, 20 Dec 2002 15:45:49 +,
Colin Coles wrote:
> 
> Does this work for you, try first with the submit button then with: 
> a.php?test=2
> 
> 
>  
>  
>  
>  if($_SERVER[REQUEST_METHOD] == "POST"){
> foreach($_POST as $key => $value){
> $$key = $value;
> echo "POST $key=${$key}";
> }
> } else {
> foreach($_GET as $key => $value){
> $$key = $value;
> echo "GET $key=${$key}";
> }
> 
> }
> ?>
> 
> 
> what output do you get?



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



Re: firewalls - iptables and emails III

2003-01-06 Thread William Warren
On Mon, Jan 06, 2003 at 01:51:23PM +0100, Jorge Luis Hernández Valdivia wrote:
>  --- William Warren <[EMAIL PROTECTED]>
> escribió: > On Sat, Jan 04, 2003 at 09:05:21PM +0100,
> Jorge Luis Hernández Valdivia wrote:
> > > 
> > > The answer for Bill's questions:

[snip]

> > > > 2. Do you want to send the file *in* the email
> > > >body, or as an attachment, or does it matter?
> > 
> > > it doesn't matter really, however I would prefer
> > > to send it as an attacment.
> > 
> > You can do that by concatenating a "standard" header
> > with the file, but you'll have to change the file 
> > into a MIME format before sending.
> > 
> > Read up on MIME, and the utilities that convert
> > to/from Base64.
> 
> How can I cancatenate a standard header, what do you
> mean?

Use any standard, MIME-Compliant mail agent to create an
email with the attachment you want to send. Then, strip 
the headers down to a bare minimum, and you'll be able to 
cat them with the (encoded) attachment you want to send.

> > > > 3. What kind of file do you want to send? Is it
> > > > simple ASCII data, or is it a binary/
> > > > executable/image file?
> > > > 
> > > 
> > > The files I want to send are compressed files
> > > (*.tgz)
> > 
> > Please tell us which OS the machine(s) on LAN0 and
> > LAN1 are running. In other words, would the mail 
> > be sent from a Linux box?
> 
> Lan 0: Windows NT/2000
> Lan 1: Windows 9x/NT/2000/xp
> The PC with the firewall is the only one which works
> with linux.

Well, that limits your options, since Linux can't pull 
email on demand. However, since .tgz is an unusual 
format for M$ software, please confirm that the file 
is going to come from a windoze box.

Assuming the answer is "yes", there are two possibilities:

1. Open a share on the windoze box, read-only and 
   password protected, and use SMBCLIENT to pull 
   the file from the windoze machine into the server
   and send it from there.

2. Write a script for the windows scheduler and use 
   it to push the file into a samba share on the server.

The cron job, file encoding, and concatenating the email headers with
the file will be left as an exercise for the reader.

HTH.

Bill



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



Re: PHP not working

2003-01-06 Thread Thomas E. Dukes
On Mon, 2003-01-06 at 17:21, Blaine Armsterd wrote:
> On 6 Jan 2003, Thomas E. Dukes wrote:
> > Made the changes you suggested, but no good.  It still doesn't work.
> > All I get is the script itself as output.
> 
> What is the extention of the script itself? have you tried both .php and
> .php3? maybe .php4?

Just tried changing the extensions -- that didn't work either.

I don't know what it is.  It should be working  -- everyone else's seems
to be.  Maybe someone would like to try the script on a "working"
system.

Here it is:
--











What should the permissions be set on this file.  I have them at 755.

TIA
-- 
Palmetto Shopper
http://palmettoshopper.com
Serving all of South Carolina and beyond!



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



Re: upgrading x

2003-01-06 Thread Hidong Kim
Thanks!





Edward Dekkers wrote:

I guess what I really need to upgrade is XFree86-4.0.1-1.  When I try to 
install the XFree86-4.2.0-72 RPM, it says that XFree86-4.0.1-1 is needed 
by XFree86-xdm-4.1.0-3.  When I try to install XFree86-xdm-4.2.0-72, it 
says that it needs XFree86-4.2.0-72.  How do I upgrade X to 4.2.0-72? 
Thanks,


This is a FAQ.

Just put multiple RPMS on the command line.

eg.

rpm -Uvh rpm1.rpm rpm2.rpm

etc.

Regards,

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









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



Re: upgrading x

2003-01-06 Thread Edward Dekkers
> I guess what I really need to upgrade is XFree86-4.0.1-1.  When I try to 
> install the XFree86-4.2.0-72 RPM, it says that XFree86-4.0.1-1 is needed 
> by XFree86-xdm-4.1.0-3.  When I try to install XFree86-xdm-4.2.0-72, it 
> says that it needs XFree86-4.2.0-72.  How do I upgrade X to 4.2.0-72? 
> Thanks,

This is a FAQ.

Just put multiple RPMS on the command line.

eg.

rpm -Uvh rpm1.rpm rpm2.rpm

etc.

Regards,

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



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



Re: upgrading x

2003-01-06 Thread Ben Russo
Hidong Kim wrote:

Hi,

I tried upgrading a 7.2 machine to 8.0.  The upgrade aborted with a 
message saying that X couldn't be upgraded.  I'm having problems 
manually upgrading X using the RPMs on the 8.0 CD.  I was able to 
install some of the 4.2.0-72 X packages.  "rpm -qa | grep ^XF" currently 
shows:

XFree86-Mesa-libGL-4.2.0-72
XFree86-100dpi-fonts-4.2.0-72
XFree86-4.0.1-1
XFree86-xdm-4.1.0-3
XFree86-Mesa-libGLU-4.2.0-72
XFree86-devel-4.1.0-3
XFree86-xfs-4.2.0-72
XFree86-truetype-fonts-4.2.0-72
XFree86-75dpi-fonts-4.2.0-72
XFree86-xauth-4.2.0-72
XFree86-libs-4.2.0-72
XFree86-font-utils-4.2.0-72
XFree86-base-fonts-4.2.0-72
XFree86-tools-4.2.0-72


I guess what I really need to upgrade is XFree86-4.0.1-1.  When I try to 
install the XFree86-4.2.0-72 RPM, it says that XFree86-4.0.1-1 is needed 
by XFree86-xdm-4.1.0-3.  When I try to install XFree86-xdm-4.2.0-72, it 
says that it needs XFree86-4.2.0-72.  How do I upgrade X to 4.2.0-72? 
Thanks,


Try installing both at the same time.
	rpm -Uvh XFree86-4.2* XFree86-xdm-4.2*




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



Re: LDAP setup

2003-01-06 Thread nate
nate said:

> http://howto.aphroland.org/HOWTO/LDAP

that should be http://howto.aphroland.de/HOWTO/LDAP

nate





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



Re: LDAP setup

2003-01-06 Thread nate
Remo Mattei said:
> I am trying to get ldap going on my box, I have downloaded berkeleyDB
> complied since my OpenLDAP did not not recognize my bdb option. I have
> retry once, again after I check the berkeleyDB but no luck still says
> unrecognize database bdb.
> So if someone has OpenLDAP working I would love to get this going, it's
> just driving my crazy...
>
> I would like to create a addressbook for my office windoz clients.

While I haven't used redhat 8 .. redhat 7.3 has a perfectly usable openldap
2.0.23 server. I have my HOWTO here(more debian then redhat related but
it should get you through).

http://howto.aphroland.org/HOWTO/LDAP

the LDAP schema in redhat is quite a bit different. I haven't looked at
what is different or why(perhaps just different names). So I just overrode
it's config with my own(was in a rush to get it up).

nate





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



Re: probelm to wirter to cd with KOnCD

2003-01-06 Thread Cliff Wells
On Mon, 2003-01-06 at 16:10, Jianping Zhu wrote:
> 
> I have a linux box with redhat 7.3 on it. I am having problem to write to
> CD. I use the software knocd. Everytime when I try to data a dirtory to
> CD, I always got a error msg "invalid image-File". How can i correct this
> error? Thanks for any suggestions.

I'm not too familiar with koncd, but I can tell you that you can't just
write a directory to a CD.  You have to create an iso image from the
directory and burn *that* to the CD.  There are command-line tools for
doing this (mkisofs), but most likely koncd has an option that you're
skipping or ignoring for creating the iso.

-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308



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


RE: http download/open files..

2003-01-06 Thread João Borsoi Soares

Em Seg, 2003-01-06 às 19:02, Daily, Shane, CTR escreveu:
> There is no way to FORCE a browser to download a file (security).  It will /
> should always ask first if the mime type is unknown to itself.
> 
> Maybe if you could provide more details on what EXACTLY you're trying to
> accomplish.

I want to make a link for my user to download a pdf file. But I don't
want the browser to open it, just download it.

Take a look at the following link:

http://www.rau-tu.unicamp.br/nou-rau/sbu/document/list.php?tid=3

You can see the user may choose to open or download a pdf file. That's
what I want to do. :-)

Thanks,
Joao.



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



Re: printer problems

2003-01-06 Thread Hidong Kim
Hi,

Now I'm seeing a different error message with printing.  When I do 
"lpq", it says:

Server load too high


If I do "lpr ~/.bashrc", instead of printing the file, it says:

Status Information:
 sending job 'kim@ripley+16' to epson@localhost
 connecting to 'localhost', attempt 1
 connected to 'localhost'
 requesting printer epson@localhost
 job 'kim@ripley+16' transfer to epson@localhost failed
  error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_RETRY'
  sending str '^Bepson' to epson@localhost
 error msg: 'Server load too high'



Thanks for any suggestions on getting printing back up.



Hidong







Hidong Kim wrote:
Hi,

I just tried upgrading a 7.2 machine to 8.0.  The upgrade quit with a 
message about X not able to ugprade.  This message came up when I put in 
the second 8.0 CD.  The system then rebooted.  /etc/redhat-release shows 
Psyche, but now a lot of things aren't working.  One of them is the 
printer.  I have an Epson Stylus Color 800 which was working fine under 
7.2.  Now when I try to print to it, an error comes up saying:

Printer 'epson@localhost' - ERROR TRANSFERRING DATA


I tried to run printtool, but the error says:

Traceback (most recent call last):
  File "/usr/sbin/printtool", line 7, in ?
import printconf_gui
  File "/usr/share/printconf/util/printconf_gui.py", line 87, in ?
import gtk, gnome.ui, gtk.glade, gtkhtml2
ImportError: libgnomevfs-2.so.0: cannot open shared object file: Too 
many open files in system


How can I re-configure this printer?  Thanks,



Hidong






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



probelm to wirter to cd with KOnCD

2003-01-06 Thread Jianping Zhu



I have a linux box with redhat 7.3 on it. I am having problem to write to
CD. I use the software knocd. Everytime when I try to data a dirtory to
CD, I always got a error msg "invalid image-File". How can i correct this
error? Thanks for any suggestions.

Jianping




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



RE: Building gcc32

2003-01-06 Thread Mobeen Azhar
Thanks for your help so far Edward.  You are the only one who has responded
to my postings so far.  I guess not too many people on this list build gcc
and glibc from source RPMs.

I agree with you that RedHat's own source RPM "should" (TM) compile on a
standard RedHat install.  I am curious to see if you can get it to compile.

Thanks again,
--Moby

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Edward Dekkers
Sent: Monday, January 06, 2003 17:39
To: [EMAIL PROTECTED]
Subject: Re: Building gcc32


>
/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
> ux/libstdc++-v3/include/i586-redhat-linux/bits/ctype_noninline.h:110:
> invalid
>conversion from `char*' to `int'
> /usr/include/locale.h:125: too few arguments to function `char*
> setlocale(int,
>const char*)'

HHmmm, I'm not a programmer, but to ME it looks like it bombs on the
'setlocale' function, specifying the source code calls it with too few
arguments. You said this was from a source RPM, so this really shouldn't
happen AFAIK. Setlocale is defined in locale.h as having int, const char*
arguments (2).

This makes no sense. When I get a chance I'll grab the SRPM and try it
myself.

Sorry. Somebody more knowledgable than me may pick this up for you though.

Regards,

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




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





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



RE: Wireless EtherNet cards...

2003-01-06 Thread Chris Mason
I find that the USB adapters are better all round. If you can get the
Linksys WUSB version 2.5 they are a snap to install, not so with the
2.6.
The signal strength is better and they are easier to work with than
pcmcia and pci.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Tony Preston
Sent: Monday, January 06, 2003 7:34 PM
To: [EMAIL PROTECTED]
Subject: Wireless EtherNet cards...


I recently setup a wireless network in my home.  I purchased a linksys
router(BEFW11S4) and
several linksys PCI (Version 2.7 WMP11) ethernet cards.   

Much to my regret... The 2.7 version is not supported (uses the
BROADCOMM chips) while the earlier 2.6 was supported (used the PRISM
chipset).

For two of the three linksys cards that is no problem (my son and
daughter use win 98SE and Win XP).  For me, that is a problem, I use Win
98SE and RH 6.2 and 8.0...

I wanted to get the networking going on the Linux side, but so far have
had zero results finding
any support from linksys or Broadcomm.   The Win 98SE side is working,
but my desire is to
get linux talking to the net...

I had orignally used a modem and PPP and had linux on the net, but now
am trying to switch over to the cable modem...

Question 1:  Does anyone know of a PCI wireless ethernet card that is
supported?  All I find are PCMCIA adapters which would mean buying 2
cards.  I am looking for something like the linksys WMP11 equivalent...
This is for a desktop, not a laptop!

Question 2: What would you suggest for a wireless network?

Question 3: Are there any programs that will read the wireless signal
stregth, and other info like under win 98?  

Thanks!

Tony Preston
Cancer is Curable, Ask me why!
[EMAIL PROTECTED]
2003-01-06




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



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



Re: Building gcc32

2003-01-06 Thread Edward Dekkers
>
/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
> ux/libstdc++-v3/include/i586-redhat-linux/bits/ctype_noninline.h:110:
> invalid
>conversion from `char*' to `int'
> /usr/include/locale.h:125: too few arguments to function `char*
> setlocale(int,
>const char*)'

HHmmm, I'm not a programmer, but to ME it looks like it bombs on the
'setlocale' function, specifying the source code calls it with too few
arguments. You said this was from a source RPM, so this really shouldn't
happen AFAIK. Setlocale is defined in locale.h as having int, const char*
arguments (2).

This makes no sense. When I get a chance I'll grab the SRPM and try it
myself.

Sorry. Somebody more knowledgable than me may pick this up for you though.

Regards,

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




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



Wireless EtherNet cards...

2003-01-06 Thread Tony Preston
I recently setup a wireless network in my home.  I purchased a linksys 
router(BEFW11S4) and
several linksys PCI (Version 2.7 WMP11) ethernet cards.   

Much to my regret... The 2.7 version is not supported (uses the BROADCOMM chips) while
the earlier 2.6 was supported (used the PRISM chipset).

For two of the three linksys cards that is no problem (my son and daughter use win 
98SE and
Win XP).  For me, that is a problem, I use Win 98SE and RH 6.2 and 8.0...

I wanted to get the networking going on the Linux side, but so far have had zero 
results finding
any support from linksys or Broadcomm.   The Win 98SE side is working, but my desire 
is to
get linux talking to the net...

I had orignally used a modem and PPP and had linux on the net, but now am trying to 
switch
over to the cable modem...

Question 1:  Does anyone know of a PCI wireless ethernet card that is supported?  All 
I find
are PCMCIA adapters which would mean buying 2 cards.  I am looking for something like 
the
linksys WMP11 equivalent...  This is for a desktop, not a laptop!

Question 2: What would you suggest for a wireless network?

Question 3: Are there any programs that will read the wireless signal stregth, and 
other info
like under win 98?  

Thanks!

Tony Preston
Cancer is Curable, Ask me why!
[EMAIL PROTECTED]
2003-01-06




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



RE: Cron jobs not running in RH 8.0

2003-01-06 Thread Christopher Lyon
So you see the jobs running? Also, what does your crontab -e say?

-Original Message-
From: Jaime Astorquiza [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 06, 2003 11:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Cron jobs not running in RH 8.0

Nothing. it look like all is going fine.


Jaime Astorquiza

El Lun 06 Ene 2003 14:40, David Busby escribió:
> what does /var/log/cron report?
>
>
> - Original Message -
> From: "Jaime Astorquiza" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 06, 2003 08:02
> Subject: Cron jobs not running in RH 8.0
>
> > Hello all, i'm trying to use some cron jobs in my new RH 8.0 box. all
> > proceses are running, but no one of the jobs in the crontab works. The at
> > jobs works ok but cron not.
> >
> > Thanks in advance.
> > Jaime Astorquiza
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list



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



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



upgrading x

2003-01-06 Thread Hidong Kim
Hi,

I tried upgrading a 7.2 machine to 8.0.  The upgrade aborted with a 
message saying that X couldn't be upgraded.  I'm having problems 
manually upgrading X using the RPMs on the 8.0 CD.  I was able to 
install some of the 4.2.0-72 X packages.  "rpm -qa | grep ^XF" currently 
shows:

XFree86-Mesa-libGL-4.2.0-72
XFree86-100dpi-fonts-4.2.0-72
XFree86-4.0.1-1
XFree86-xdm-4.1.0-3
XFree86-Mesa-libGLU-4.2.0-72
XFree86-devel-4.1.0-3
XFree86-xfs-4.2.0-72
XFree86-truetype-fonts-4.2.0-72
XFree86-75dpi-fonts-4.2.0-72
XFree86-xauth-4.2.0-72
XFree86-libs-4.2.0-72
XFree86-font-utils-4.2.0-72
XFree86-base-fonts-4.2.0-72
XFree86-tools-4.2.0-72


I guess what I really need to upgrade is XFree86-4.0.1-1.  When I try to 
install the XFree86-4.2.0-72 RPM, it says that XFree86-4.0.1-1 is needed 
by XFree86-xdm-4.1.0-3.  When I try to install XFree86-xdm-4.2.0-72, it 
says that it needs XFree86-4.2.0-72.  How do I upgrade X to 4.2.0-72? 
Thanks,



Hidong



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


Re: name resolution

2003-01-06 Thread Hidong Kim
Thanks!





Mike Burger wrote:

Do you have a system set up as a DNS server, on your network, that your 
internal computers use?

If so, set up, on that DNS server, a zone for emeraldbiostructures.com, 
and a reverse zone for 230.168.192.in-addr.arpa.

On Thu, 2 Jan 2003, Hidong Kim wrote:


Hi,

I'm having problems with name resolution.  We have several machines on 
an NIS network.  The NIS server is Red Hat 7.2, and the rest of the 
machines are all Red Hat 8.0.  Each machine has been assigned a local 
static IP address.  /etc/NIS/hosts on the NIS server looks like this:

192.168.230.200 sulaco.emeraldbiostructures.com sulaco
192.168.230.201 ripley.emeraldbiostructures.com ripley
192.168.230.202 jonesy.emeraldbiostructures.com jonesy
192.168.230.203 iris.emeraldbiostructures.com   iris
192.168.230.205 kcsa.emeraldbiostructures.com   kcsa


The machines can be pinged by just their short names.  You can also ssh 
to a machine by its short name.  But if you try to point a browser to a 
machine's short name or even its FQDN, it says that the requested URL 
can't be found.  If you point a browser to the machine's local IP 
address, then you get the home page.  Some of these Linux machines, like 
ripley, are Samba servers.  From a Windows machine, in Internet 
Explorer, I can point the browser to just "ripley", and it gets there. 
But on all of the Linux machines, you have to use the IP addresses.  I 
think /etc/resolv.conf is OK since I can browse the outisde Internet 
just fine.  It's only with the internal Linux machines where we have 
problems with name resolution.  Thanks for any suggestions,



Hidong












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



RE: RH8.0 and making it secure

2003-01-06 Thread Christopher Lyon
Your assumption was correct but both of you have great feed back. I am
interested more in the aspects of securing linux (RH8.0) in a corporate
environment where there is mixture of friendlys and hostels. 

Good feedback. Looks like there is some reading to do! (Like it ever
ends)




-Original Message-
From: Daily, Shane, CTR [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 06, 2003 2:13 PM
To: '[EMAIL PROTECTED]'
Subject: RE: RH8.0 and making it secure

Iptables <<< >>> Cable/DSL router

Yes, if you're in a hurry and don't care to learn much about network
security you can certainly go out and buy a Cable/DSL Router with a
built in
firewall. I was making the assumption that he was trying to learn about
security and harden the linux box itself.  Building a firewall is a good
way
to do both.


Shane
-Original Message-
From: Ed Wilts [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 3:00 PM
To: [EMAIL PROTECTED]
Subject: Re: RH8.0 and making it secure


On Mon, Jan 06, 2003 at 02:40:37PM -0700, Daily, Shane, CTR wrote:
> So many things to consider I'd start with an iptables overview if
you're
> box is on the internet. A good Linux Security book is worth having
too.

Personally, I wouldn't start with iptables.  If you have either cable or
DSL (with Ethernet connectivity), buy a low-end Linksys firewall or
something like it.  Put it between you and the cable modem.  That will
get the vast majority of your security attempts since by default all
ports are closed.  Now that you've got the initial threat out of the
way, focus on everything else (like turning off all services you don't
need, etc.).

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



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



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



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



LDAP setup

2003-01-06 Thread Remo Mattei
I am trying to get ldap going on my box, I have downloaded berkeleyDB
complied since my OpenLDAP did not not recognize my bdb option. I have retry
once, again after I check the berkeleyDB but no luck still says unrecognize
database bdb. 
So if someone has OpenLDAP working I would love to get this going, it's just
driving my crazy...

I would like to create a addressbook for my office windoz clients.

Thanks, 

Remo 



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



up2date and using noSSL

2003-01-06 Thread Ben Russo
I have many systems on internal corporate networks.
We have purchased many enterprise RHN subscriptions and
for many of these servers on reserved subnet are NATTED,
hence no problem connection to the RHN site.

I have also specified useNoSSLForPackages in the 
/etc/sysconfig/rhn/up2date config file and have configured one
server with a squid proxy with a large cache size.
This way all the RPM's fetched via http get cached the first
time they are hit and the other servers just get it from the
internal proxy server.

The packages are all checked with GPG anyway, so I am not
very worried about it.

Now I have a seperate problem... Some of the servers are on
subnets that are do not have natted addresses.  I can poke
a hole specifically through the firewall to the squid proxy
server, but much of the command protocol for up2date is done
through SSL.

Is there a way that I can get around this problem?
Other than buying an RHN Satellite Server?
Just interested to hear other peoples thoughts.


-Ben.



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


Re: NIS yppasswd issue.

2003-01-06 Thread Gordon Messmer
On Mon, 2003-01-06 at 13:00, Michael J. Ayers wrote:
> I am trying to change a password for a user in our NIS database. 
> Yppasswd had been working but now it is erroring out and I cannot figure
> out why.  I have attached a stack trace to the bottom of this mail.  The
> rest of the NIS domain is working just fine.  Any ideas?

Perhaps there are messages on the server, or else a trace there may
reveal more.  Nothing in the trace you posted has any indication that
the problem is on the client, nor does it make clear the problem that
exists.

Please, next time, either compress the trace or post it on a web server
somewhere it can be viewed by people who will understand it, and not
send unduly large messages to those who will not.




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



Re: RH8.0 and making it secure

2003-01-06 Thread Cliff Wells
On Mon, 2003-01-06 at 13:59, Ed Wilts wrote:
> On Mon, Jan 06, 2003 at 02:40:37PM -0700, Daily, Shane, CTR wrote:
> > So many things to consider I'd start with an iptables overview if you're
> > box is on the internet. A good Linux Security book is worth having too.
> 
> Personally, I wouldn't start with iptables.  If you have either cable or
> DSL (with Ethernet connectivity), buy a low-end Linksys firewall or
> something like it.  Put it between you and the cable modem.  That will
> get the vast majority of your security attempts since by default all
> ports are closed.  Now that you've got the initial threat out of the
> way, focus on everything else (like turning off all services you don't
> need, etc.).

This is certainly an easy solution (and one I've used before).  However,
given that Linux can do everything that an off-the-shelf router/firewall
can (and more!), I don't see any reason to spend an extra $40 to save an
hour's work (especially since that work pays off with increased
knowledge in the long run).  It takes only a short while to download one
of the many firewall configuration utilities and get iptables to do what
you want.  I personally like shorewall (I usually run firewalls on
low-end hardware and don't want GUI tools) but there are several to
choose from.  Required knowledge of iptables is practically nil.

Incidently, I'd recommend Netgear over Linksys anyway .  Well, let
me qualify that:  most of the Netgear gateway/routers that I've seen
lately support dyndns out of the box.  Very cool.  Other than that,
they're probably equivalent.

-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308  (800) 735-0555 x308



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


up2date problem

2003-01-06 Thread Nick Erickson
I started to receive this error on my RH 7.2 system when attempting to run
up2date.
Any idea of of what I need to correct?

Have up2date-2.8.39-1.7.2 installed.

-Output --
[root@pbd160 nerickson]# up2date
Traceback (innermost last):
  File "/usr/sbin/up2date", line 17, in ?
from up2date_client import rpcServer
  File "/usr/share/rhn/up2date_client/rpcServer.py", line 8, in ?
import up2dateAuth
  File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 4, in ?
import rpmSource
  File "/usr/share/rhn/up2date_client/rpmSource.py", line 11, in ?
import up2dateUtils
ValueError: bad marshal data
[root@pbd160 nerickson]#




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



Re: Copy files with Swedish characters

2003-01-06 Thread T. Ribbrock
On Mon, Jan 06, 2003 at 09:47:50PM +0100, [EMAIL PROTECTED] wrote:
> I am running RedHat Linux 8 and have problem moving files from
> Windows 2000 to RedHat. If the file contains swedish characters when
> listed on the Linux system they are replaced by ?:s. How do I
> prevent this from happening?

I'm not 100% certain whether this might work in your case, but I have
used "recode" in the past to convert files between *nix and Windows
charsets. It might be worth a try.

Cheerio,

Thomas
-- 
-
  Thomas Ribbrockhttp://www.ribbrock.orgICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



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



Re: PHP not working

2003-01-06 Thread Blaine Armsterd
On 6 Jan 2003, Thomas E. Dukes wrote:
> Made the changes you suggested, but no good.  It still doesn't work.
> All I get is the script itself as output.

What is the extention of the script itself? have you tried both .php and
.php3? maybe .php4?

-- 
\ \/ / _   |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |"The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_| a tragedy to those who feel." - Horace Walpole



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



up2date troubles

2003-01-06 Thread Dan Tappin
I am running RH7.0 on a Dell server and I am having trouble getting up2date
2.0.5 to run.  I have registered my system but when I run up2date I get the
following:

[root@fileserver tappind]# up2date -l

Retrieving list of all available packages...

Removing installed packages from list of updates...
100.0%
Removing packages marked to skip from list...
100.0%
Getting headers for available packages...
100.0%
Removing packages with files marked to skip from list...
Traceback (innermost last):
   File "/usr/sbin/up2date", line 382, in ?
 main()
   File "/usr/sbin/up2date", line 366, in main
 sys.exit(batchRun(onlyList, pkgNames))
   File "/usr/sbin/up2date", line 138, in batchRun
 updated, skipped = up2date.getUpdatedPackageList(printit, percent)
   File "/usr/share/rhn/up2date/up2date.py", line 894, in
getUpdatedPackageList
 progressCallback)
   File "/usr/share/rhn/up2date/up2date.py", line 851, in
removeSkipFilesPackagesFromList
 if checkModified(h, f_i):
   File "/usr/share/rhn/up2date/up2date.py", line 786, in checkModified
 if installedFileMD5s[j] != md5(fileName):
   File "/usr/share/rhn/up2date/up2date.py", line 220, in md5
 fData = f.read()
IOError: [Errno 21] Is a directory
[root@fileserver tappind]#

I have searched the RH website and ran a Google search with very few
results.  Has any one seen this before?  I have tried to manual upgrade
up2date via rpm's but all I get is endless dependancy errors.

Any first thoughts?

Thanks,

Dan



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



RE: RH8.0 and making it secure

2003-01-06 Thread Daily, Shane, CTR
Iptables <<< >>> Cable/DSL router

Yes, if you're in a hurry and don't care to learn much about network
security you can certainly go out and buy a Cable/DSL Router with a built in
firewall. I was making the assumption that he was trying to learn about
security and harden the linux box itself.  Building a firewall is a good way
to do both.


Shane
-Original Message-
From: Ed Wilts [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 3:00 PM
To: [EMAIL PROTECTED]
Subject: Re: RH8.0 and making it secure


On Mon, Jan 06, 2003 at 02:40:37PM -0700, Daily, Shane, CTR wrote:
> So many things to consider I'd start with an iptables overview if
you're
> box is on the internet. A good Linux Security book is worth having too.

Personally, I wouldn't start with iptables.  If you have either cable or
DSL (with Ethernet connectivity), buy a low-end Linksys firewall or
something like it.  Put it between you and the cable modem.  That will
get the vast majority of your security attempts since by default all
ports are closed.  Now that you've got the initial threat out of the
way, focus on everything else (like turning off all services you don't
need, etc.).

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



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



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



Re: wu-ftp set up

2003-01-06 Thread Joe Polk
Once bitten, twice shy. I was hit with the Ramen Worm, so I've avoided WU-FTP 
since. You're point is well taken, however.

<>

-- Original Message ---
From: Ed Wilts <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Mon, 6 Jan 2003 15:56:53 -0600
Subject: Re: wu-ftp set up

> On Mon, Jan 06, 2003 at 05:20:58PM -0400, Joe Polk wrote:
> > While also a challenge for logins ProFTP is a better choice over WU-FTP. 
WU-
> > FTP is a common victim of exploits.
> 
> I believe that last security exploit in wu-ftpd was the glob exploit.
> This affected ProFTP as well.  
> 
> Given that wu-ftpd is used a *lot* more than ProFTP and that there 
> are no recent exploits to wu-ftpd, wu-ftpd is probably at least as 
> secure as ProFTP.  I strongly suspect that wu-ftpd has had a lot 
> more penetration attempts than ProFTP.
> 
> -- 
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
> Member #1, Red Hat Community Ambassador Program
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



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



Re: RH8.0 and making it secure

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 02:40:37PM -0700, Daily, Shane, CTR wrote:
> So many things to consider I'd start with an iptables overview if you're
> box is on the internet. A good Linux Security book is worth having too.

Personally, I wouldn't start with iptables.  If you have either cable or
DSL (with Ethernet connectivity), buy a low-end Linksys firewall or
something like it.  Put it between you and the cable modem.  That will
get the vast majority of your security attempts since by default all
ports are closed.  Now that you've got the initial threat out of the
way, focus on everything else (like turning off all services you don't
need, etc.).

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



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



Re: wu-ftp set up

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 05:20:58PM -0400, Joe Polk wrote:
> While also a challenge for logins ProFTP is a better choice over WU-FTP. WU-
> FTP is a common victim of exploits.

I believe that last security exploit in wu-ftpd was the glob exploit.
This affected ProFTP as well.  

Given that wu-ftpd is used a *lot* more than ProFTP and that there are
no recent exploits to wu-ftpd, wu-ftpd is probably at least as secure as
ProFTP.  I strongly suspect that wu-ftpd has had a lot more penetration
attempts than ProFTP.

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



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



RE: RH8.0 and making it secure

2003-01-06 Thread Daily, Shane, CTR
So many things to consider I'd start with an iptables overview if you're
box is on the internet. A good Linux Security book is worth having too.


Shane

-Original Message-
From: Christopher Lyon [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 2:15 PM
To: [EMAIL PROTECTED]
Subject: RH8.0 and making it secure


Does anybody have any documents or links on making RH8.0 secure, ie
locking it down?



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



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



Re: http download/open files..

2003-01-06 Thread Dave Sherman
On Mon, 2003-01-06 at 15:18, Vidiot wrote:
> >OK. But, I want to make a link where the mime type is not considered, to
> >force download. Do you know how to do it?

You can't. The browser will bring up a Save As dialog if it does not
recognize the MIME type, does not have a registered plugin, and can't
figure out the file's format by itself (i.e., it may try text by
default, if no MIME type is specified).

Those sites where the download starts "automatically" are just doing
http redirection, and linking directly to the file to be downloaded.
Your browser config is the determining factor of whether it will
download the file or try to load it directly or with a plugin. The good
news is, most of the time a default-configured browser will correctly
download a file it does not know about via MIME type.

-- 
Dave Sherman
MCSE, MCSA, CCNA
"If we wanted you to understand it, we wouldn't call it code."



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


printer problems

2003-01-06 Thread Hidong Kim
Hi,

I just tried upgrading a 7.2 machine to 8.0.  The upgrade quit with a 
message about X not able to ugprade.  This message came up when I put in 
the second 8.0 CD.  The system then rebooted.  /etc/redhat-release shows 
Psyche, but now a lot of things aren't working.  One of them is the 
printer.  I have an Epson Stylus Color 800 which was working fine under 
7.2.  Now when I try to print to it, an error comes up saying:

Printer 'epson@localhost' - ERROR TRANSFERRING DATA


I tried to run printtool, but the error says:

Traceback (most recent call last):
  File "/usr/sbin/printtool", line 7, in ?
import printconf_gui
  File "/usr/share/printconf/util/printconf_gui.py", line 87, in ?
import gtk, gnome.ui, gtk.glade, gtkhtml2
ImportError: libgnomevfs-2.so.0: cannot open shared object file: Too 
many open files in system


How can I re-configure this printer?  Thanks,



Hidong



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


Re: RH8.0 and making it secure

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 01:14:57PM -0800, Christopher Lyon wrote:
> Does anybody have any documents or links on making RH8.0 secure, ie
> locking it down?

The Linux Administrator Security Guide:  http://seifried.org/lasg/
It's starting to get old, but many of the concepts will be with us for
many years to come.  If you don't understand the concepts and try to
focus on the tools, you'll be in trouble down the road.

You may want to scan http://www.linuxsecurity.com too.

Of course, I've assumed you've already read the Officla Red Hat Linux
Security Guide that Red Hat publishes.  You *did* go to Red Hat to see
the online docs didn't you?  For those of you who haven't, go to
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/security-guide/

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



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



Some Red Hat 8.0 + Gnome questions

2003-01-06 Thread Jose Carlos Lama Pérez
Hello:

1. How can I make the tasklist shows  ALL windows in the workspace, 
including the dialogs, like the mozilla downloading windows, or the 
transition ones of the change background app.

2. How can I change the contents of the menus. And again: some programs, 
when installed, doesn't find their way to the menus, do i need to issue 
some order to refresh them?

3. Is it true that I can download the red-hat-linux-version(whtaever its 
name is).X.Y.rpm of a new RH distro to get all the new rpms, and so 
upgrade the distro via up2date

Thanks.

___
Yahoo! Postales
Felicita las Navidades con las postales más
divertidas desde http://postales.yahoo.es



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


RE: wu-ftp set up

2003-01-06 Thread Joe Polk
While also a challenge for logins ProFTP is a better choice over WU-FTP. WU-
FTP is a common victim of exploits.

<>

-- Original Message ---
From: "Randy Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Mon, 6 Jan 2003 15:39:52 -0500
Subject: RE: wu-ftp set up

> Greetings,
> 
> You can get some information off of the RedHat website,
>  www.wuftpd.org, or doing a search on Google.  
> 
> I have set up Wu-ftpd on both Solaris and Redhat machines, and have
> found that there are many ways to do this.  Of course, I can never
> manage to get the installs right the first time...  That and the
> configurations always change.
> 
> I just typed in wu-ftpd at www.redhat.com and got some very good hits.
> 
> Good luck,
> 
> RandyW
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> On Behalf Of Lon Lentz
> Sent: Monday, January 06, 2003 3:33 PM
> To: Redhat-List@Redhat. Com
> Subject: wu-ftp set up
> 
>   I can't seem to find one How-To that fully explains what is necessary
> to
> set wu-ftpd (2.6.2-5) up for real or guest accounts. The package was
> installed at the time I installed the OS. I had to change it to 
> start at boot. I have used the KDE interface for setting up accounts 
> but I can't seem to get any account to log in. They all fail.
> 
>   Is there a Redhat, or other, resource that will explain everything
> that
> could be impacting my ability to log in via ftp?
> 
> __
> Lon Lentz
> Applications Developer
> EXImpact.com
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



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



Re: wu-ftp set up

2003-01-06 Thread Ed Wilts
On Mon, Jan 06, 2003 at 03:33:06PM -0500, Lon Lentz wrote:
> 
>   I can't seem to find one How-To that fully explains what is necessary to
> set wu-ftpd (2.6.2-5) up for real or guest accounts. The package was
> installed at the time I installed the OS. I had to change it to start at
> boot. I have used the KDE interface for setting up accounts but I can't seem
> to get any account to log in. They all fail.
> 
>   Is there a Redhat, or other, resource that will explain everything that
> could be impacting my ability to log in via ftp?

http://www.wu-ftpd.org contains the definitive answer.  There is a guest
howto there, but I suspect you're not even that far yet.

That said, you probably do not have a wu-ftpd issue.  wu-ftpd
authenticates using PAM, so to understand everything, you need to know
how PAM works.  From a shell, try the following:
ftp localhost
  log in and after it fails, do:
tail /var/log/messages
tail /var/log/secure

You also need to differentiate if the problem logging in is from the
outside world or from your localhost.  Many problems are caused by
incorrectly setting firewall rules.  If you can ftp to localhost but not
from an external box, then the problem is not wu-ftpd.

Do all your debugging from a shell.  Many GUI clients hide the error
messages that the server gives you.

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



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



Re: http download/open files..

2003-01-06 Thread Vidiot
>OK. But, I want to make a link where the mime type is not considered, to
>force download. Do you know how to do it?

As far as I know, you can't.

MB
-- 
e-mail: [EMAIL PROTECTED]  /~\ The ASCII
   \ / Ribbon Campaign
X  Against
Visit - URL: http://vidiot.com// \ HTML Email



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



RE: RH8.0 and making it secure

2003-01-06 Thread Ferguson, Michael
openna.com - Securing and Optimizing Linux - The Hacking Solution

-Original Message-
From: Christopher Lyon [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 06, 2003 4:15 PM
To: [EMAIL PROTECTED]
Subject: RH8.0 and making it secure


Does anybody have any documents or links on making RH8.0 secure, ie locking
it down?



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



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



RH8.0 and making it secure

2003-01-06 Thread Christopher Lyon
Does anybody have any documents or links on making RH8.0 secure, ie
locking it down?



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



RE: http download/open files..

2003-01-06 Thread Daily, Shane, CTR
There is no way to FORCE a browser to download a file (security).  It will /
should always ask first if the mime type is unknown to itself.

Maybe if you could provide more details on what EXACTLY you're trying to
accomplish.


Shane

-Original Message-
From: João Borsoi Soares [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 1:16 PM
To: [EMAIL PROTECTED]
Subject: RE: http download/open files..


OK. But, I want to make a link where the mime type is not considered, to
force download. Do you know how to do it?


Em Seg, 2003-01-06 às 17:29, Daily, Shane, CTR escreveu:
> Whether or not the file is opened or downloaded depends on the browser
MIME
> settings. For example... If I have MS Office installed on my machine (and
> I'm browsing with Internet Exploder) and I click on a Word document from
> your web site, chances are the word document will open in the browser. I
can
> bypass this by using the right-click and selecting "save target as". I
also
> believe you can use the shift-key while clicking the link with a Mozilla
> based browser. The browser will typically download a file if it isn't
> "aware" of the type of file you click. You may want to read more about
MIME
> Types.
> 
> Hope that helps.
> 
> 
> Shane
> 
> -Original Message-
> From: João Borsoi Soares [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 12:12 PM
> To: [EMAIL PROTECTED]
> Subject: http download/open files..
> 
> 
> Hello,
> 
> Sorry if it's out of topic, but I don't know where I can find an
> answere. I'm developing a site in PHP and I need to make links to open
> AND download documents. Does anyone knows how can I tell the browser
> whether to download or open the files? Or maybe somelinks where I can
> find it.
> 
> Thanks,
> Joao. 
> 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




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



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



NIS yppasswd issue.

2003-01-06 Thread Michael J. Ayers
I am trying to change a password for a user in our NIS database. 
Yppasswd had been working but now it is erroring out and I cannot figure
out why.  I have attached a stack trace to the bottom of this mail.  The
rest of the NIS domain is working just fine.  Any ideas?

Michael Ayers



[root@keystone init.d]# strace yppasswd beth
execve("/usr/bin/yppasswd", ["yppasswd", "beth"], [/* 28 vars */]) = 0
uname({sys="Linux", node="keystone", ...}) = 0
brk(0)  = 0x804cbd4
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x40017000
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=79215, ...}) = 0
old_mmap(NULL, 79215, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
open("/lib/libcrypt.so.1", O_RDONLY)= 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\17\0\000"...,
1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=85171, ...}) = 0
old_mmap(NULL, 183900, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x4002c000
mprotect(0x40031000, 163420, PROT_NONE) = 0
old_mmap(0x40031000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0x4000) = 0x40031000
old_mmap(0x40032000, 159324, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40032000
close(3)= 0
open("/lib/libnsl.so.1", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20?\0\000"...,
1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=436444, ...}) = 0
old_mmap(NULL, 89532, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40059000
mprotect(0x4006c000, 11708, PROT_NONE)  = 0
old_mmap(0x4006c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0x12000) = 0x4006c000
old_mmap(0x4006d000, 7612, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4006d000
close(3)= 0
open("/lib/i686/libc.so.6", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\307\1"...,
1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=5792553, ...}) = 0
old_mmap(NULL, 1293384, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x4006f000
mprotect(0x401a2000, 35912, PROT_NONE)  = 0
old_mmap(0x401a2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
3, 0x132000) = 0x401a2000
old_mmap(0x401a7000, 15432, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401a7000
close(3)= 0
munmap(0x40018000, 79215)   = 0
brk(0)  = 0x804cbd4
brk(0x804cbfc)  = 0x804cbfc
brk(0x804d000)  = 0x804d000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2601, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40018000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2601
brk(0x804e000)  = 0x804e000
read(3, "", 4096)   = 0
close(3)= 0
munmap(0x40018000, 4096)= 0
open("/usr/lib/locale/en_US/LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(3)= 0
open("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap2(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
uname({sys="Linux", node="keystone", ...}) = 0
open("/var/yp/binding/sugarbush.2", O_RDONLY) = 3
readv(3, [{"\377\377", 2}, {"\1\0\0\0\300\250\0\310\2[\0\0", 12}], 2) =
14
brk(0x8053000)  = 0x8053000
gettimeofday({1041883615, 549921}, NULL) = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4
getpid()= 5641
bind(4, {sin_family=AF_INET, sin_port=htons(729),
sin_addr=inet_addr("0.0.0.0")}}, 16) = 0
ioctl(4, 0x5421, [1])   = 0
setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0
fcntl64(0x4, 0x2, 0x1, 0x4006c38a)  = 0
close(3)= 0
sendto(4, "\21\335\322\1\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0"...,
76, 0, {sin_family=AF_INET, sin_port=htons(603),
sin_addr=inet_addr("192.168.0.200")}}, 16) = 76
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
recvfrom(4,
"\21\335\322\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0,
{sin_family=AF_INET, sin_port=htons(603),
sin_addr=inet_addr("192.168.0.200")}}, [16]) = 52
close(4)= 0
gettimeofday({1041883615, 551197}, NULL) = 0
getpid()= 5641
open("/etc/resolv.conf", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=185, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40019000
read(3, "domain eidogen.com\nsearch eidoge"..., 4096) = 1

Copy files with Swedish characters

2003-01-06 Thread juman
I am running RedHat Linux 8 and have problem moving files from Windows 2000 to RedHat. 
If the file contains swedish characters when listed on the Linux system they are 
replaced by ?:s. How do I prevent this from happening?

Regards,

Juman



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



Re: Fetchmail, Sendmail and multiple usernames

2003-01-06 Thread mklinke
Awuku,

While I've never used the multidrop syntax, there is an example in the 
"man fetchmail"  listing.  Do a search for "mult-drop" and it should 
plop you right there.

Regards,  Mike Klinke


On Monday 06 January 2003 11:34, Awuku Danso wrote:
> Thanks to all and Eddie is right. There is only one user with one
> password at the ISP end; and this user may have as many email
> addresses as possible. So what I have done is created email addresses
> with the names of users on my local network. The whole picture looks
> like this:
>
> My username at the ISP: USERATISP and the password is ISPPASSWORD.
> E-mail addresses  : [EMAIL PROTECTED]
>
> : [EMAIL PROTECTED]
> : [EMAIL PROTECTED]
>
> Please note that localuser1,2,3 do not exist on the ISP's system and
> all mail  get dropped in to one mailbox at the ISP end. What would a
> typical fetchmailrc in multi-drop mode look like?.
>
> Awuku
>
 



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



Re: SoundBlaster Live Value

2003-01-06 Thread Ben Russo
 >> From: "Christopher Turner" <[EMAIL PROTECTED]>

Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: SoundBlaster Live Value
Date: Sun, 05 Jan 2003 22:02:53 -0500

No sound at all. Device is identified, volume settings are fine and 
unmuted. The system is a dual boot and the card works fine in XP? Any 
solutions??? Sorry if this question has been already answered.
Thanks-
--

Try editing "vi" /etc/sysconfig/hwconf
and look for the sound card in there and see if it is listed as "disabled"?

Also check your /etc/modules.conf and see if you have the modules
listed.




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



RE: wu-ftp set up

2003-01-06 Thread Randy Williams
Greetings,

You can get some information off of the RedHat website, www.wuftpd.org,
or doing a search on Google.  

I have set up Wu-ftpd on both Solaris and Redhat machines, and have
found that there are many ways to do this.  Of course, I can never
manage to get the installs right the first time...  That and the
configurations always change.

I just typed in wu-ftpd at www.redhat.com and got some very good hits.

Good luck,

RandyW

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Lon Lentz
Sent: Monday, January 06, 2003 3:33 PM
To: Redhat-List@Redhat. Com
Subject: wu-ftp set up


  I can't seem to find one How-To that fully explains what is necessary
to
set wu-ftpd (2.6.2-5) up for real or guest accounts. The package was
installed at the time I installed the OS. I had to change it to start at
boot. I have used the KDE interface for setting up accounts but I can't
seem
to get any account to log in. They all fail.

  Is there a Redhat, or other, resource that will explain everything
that
could be impacting my ability to log in via ftp?


__
Lon Lentz
Applications Developer
EXImpact.com




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



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



Re: Mail Delivery Agent with Outlook/Outlook Express

2003-01-06 Thread Ben Russo
Roger wrote:
> Hi there
> 
> I am running RH8 with sendmail 8.11.6. Can you recommend me a MDA program
> that is able to work with outlook/outlook express together? So that, the
> sendmail could 'pull' the mails to client in time.
> 
> Thanks in advance

Hello Roger,

I guess you are looking for something like "fetchmail" or "fetchyahoo"?
But would fetch the mail from your exchange inbox?
There is no such thing Alas, I also have been looking.

However, *IF* you're mailserver has an Outlook Web Access 2000 server
(note that it has to be web access, and it has to be the 2000 version)
Then you can buy a plugin module for the Ximian Evolution Mail client
that will let you access your contacts, calender, and e-mail on your
exchange server as if it was just another IMAP server.

It is called the Exchange Plugin for Evolution.
Ximian Evolution let's you create pretty complex filter rules, so if you
wanted to redirect mail from your inbox on the exchange server to the
inbox on an IMAP server some where else you could probably do it.

Hope that helps.
-Ben.




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



wu-ftp set up

2003-01-06 Thread Lon Lentz

  I can't seem to find one How-To that fully explains what is necessary to
set wu-ftpd (2.6.2-5) up for real or guest accounts. The package was
installed at the time I installed the OS. I had to change it to start at
boot. I have used the KDE interface for setting up accounts but I can't seem
to get any account to log in. They all fail.

  Is there a Redhat, or other, resource that will explain everything that
could be impacting my ability to log in via ftp?


__
Lon Lentz
Applications Developer
EXImpact.com




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



Re: Burning a Music CD

2003-01-06 Thread Gordon Messmer
On Mon, 2003-01-06 at 10:49, Michael Tiernan wrote:
> Anyone familiar enough with cd-record to help me burn a music CD?
> I'm trying to put together some songs for my upcoming wedding and doing them 
> on one CD will make our lives much easier.

Xcdroast is the easiest way to rip tracks and later write them to CD, if
you don't insist on using a command line tool.

When copying a disc in its original format (not your goal here, but
maybe useful later), I recommend using "cdrdao".  It will preserve all
track gap info, as well as the data between tracks and sub-channel data
when possible.  It's probably the closest you can get to an exact
duplicate.

> (I'm hoping to avoid some of the morality discussions here since I own all the 
> records/cds/tapes that I'm looking to use for this purpose.)

Looks like you missed out on that one.




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



RE: http download/open files..

2003-01-06 Thread João Borsoi Soares
OK. But, I want to make a link where the mime type is not considered, to
force download. Do you know how to do it?


Em Seg, 2003-01-06 às 17:29, Daily, Shane, CTR escreveu:
> Whether or not the file is opened or downloaded depends on the browser MIME
> settings. For example... If I have MS Office installed on my machine (and
> I'm browsing with Internet Exploder) and I click on a Word document from
> your web site, chances are the word document will open in the browser. I can
> bypass this by using the right-click and selecting "save target as". I also
> believe you can use the shift-key while clicking the link with a Mozilla
> based browser. The browser will typically download a file if it isn't
> "aware" of the type of file you click. You may want to read more about MIME
> Types.
> 
> Hope that helps.
> 
> 
> Shane
> 
> -Original Message-
> From: João Borsoi Soares [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 06, 2003 12:12 PM
> To: [EMAIL PROTECTED]
> Subject: http download/open files..
> 
> 
> Hello,
> 
> Sorry if it's out of topic, but I don't know where I can find an
> answere. I'm developing a site in PHP and I need to make links to open
> AND download documents. Does anyone knows how can I tell the browser
> whether to download or open the files? Or maybe somelinks where I can
> find it.
> 
> Thanks,
> Joao. 
> 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list




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



RE: Re: Burning a Music CD

2003-01-06 Thread sentinel
Not to be picking on anyone, the U.S. Supreme Court years ago stated that
consumers have the right to make an archival copy of all the media
purchased.  In doing so I have make copies of all my computer and audio cd's
and stored the originals away for safe keeping.

Why do this?  Well... I had a cd somehow become unplayable and since it was
the original I was fscked :D

Rather than purchase another copy of something I already purchased I simply
downloaded the music from the web, made another copy of the cd and stored my
original away.

There is no morality discussion needed here.  Remember, the Supreme Court of
the land has already ruled on this years ago.

---

You don't own the CD's, records, nor tapes. You own a copy of them. That 
copy gives you the right to "play" them, from their original media. It 
expressly, does not, give you the right to copy them. Period.

Now with that out of the way.



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



Re[2]: Burning a Music CD

2003-01-06 Thread Brian Ashe
Hello Ric,

Monday, January 6, 2003, 2:06:48 PM, you textually orated:
TR> Ahem;

TR> You don't own the CD's, records, nor tapes.

Yes you do. The above that you describe are YOUR PROPERTY. This includes
only the physical media and it's container. When someone breaks into your
home and steals them, YOU have to file a report. This does NOT imply that
you now own the contents of that media.

TR>  You own a copy of them.

Wrong. You don't own a copy. You have a license to use that material as
stated by copyright law. This includes the ability to make copies and use
for personal use. You can not use it for commercial purposes without
additional licensing.

TR> That copy gives you the right to "play" them, from their original media. It
TR> expressly, does not, give you the right to copy them. Period.

Copies for personal use are covered under the terms of "Fair use". This does
not mean that you can sell or give them away, but you most certainly can use
them for _your_own_ wedding. The DJ (if paid/professional), on the other
hand, must make payments to ASCAP for public, commercial airing (regardless
of the source).

TR> Now with that out of the way.
Well, the OP tried to avoid this, but probably only would have if he had not
mentioned it.

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-



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



Re: Burning a Music CD

2003-01-06 Thread Brian Ashe
Hello Michael,

Monday, January 6, 2003, 1:49:42 PM, you textually orated:

MT> Anyone familiar enough with cd-record to help me burn a music CD?
MT> I'm trying to put together some songs for my upcoming wedding and doing them 
MT> on one CD will make our lives much easier.

There are lots of tutorials and how-tos that will give great detail on how
to do what you want. Use Google with words like... "linux burn music/audio
cd" and you will find what you want.

To give some tips on how to get good results (these are not always covered
in the tutorials)...

1. Always extract from your CDs to a sound format like WAV. You do not want
to use MP3 unless you are only going to use it as such. This way you don't
add in undesired effects to the music.

2. Use sox (should be on the system, but it's on the RH CDs if not) to
"normalize" ALL of the tracks. This will give you a consistent volume level
and sound quality.

3. Listen to everything before you burn the CD. Sounds like a silly thing to
remember, but you'll be happier if you do this and catch errors before you
burn.

4. For burning an audio/music CD. Always burn at 1X speed. _Most_ newer
consumer and professional systems won't have a problem reading the CD-R
media, but _some_ will choke on ones written at higher speeds. The
reflectivity of CD-R media is lower and it becomes even lower when CDs are
written at high speeds. This could reduce sound quality and cause skips on
playback. YMMV on this, but I recommend doing this anyway.

Hope that helps. Hope you have a good wedding and a happy marriage.

Have fun,
-- 
_
 Brian Ashe CTO
 [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-



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



RE: Building gcc32

2003-01-06 Thread Mobeen Azhar
Here are the last few lines of the build that show the process bombinh.



/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
ux/libstdc++-v3/include/i586-redhat-linux/bits/ctype_noninline.h: In
   constructor `std::ctype::ctype(int*, const short unsigned int*,
bool,
   unsigned int)':
/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
ux/libstdc++-v3/include/i586-redhat-linux/bits/ctype_noninline.h:110:
invalid
   conversion from `char*' to `int'
/usr/include/locale.h:125: too few arguments to function `char*
setlocale(int,
   const char*)'
/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
ux/libstdc++-v3/include/i586-redhat-linux/bits/ctype_noninline.h:110: at
   this point in file

/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-lin
ux/libstdc++-v3/include/bits/locale_facets.h:124: confused by earlier
errors, bailing out
make[4]: *** [locale.lo] Error 1
make[4]: Leaving directory
`/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-li
nux/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-li
nux/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux/i586-redhat-li
nux/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory
`/usr/src/redhat/BUILD/gcc-3.2-20020903/obj-i586-redhat-linux'
make: *** [bootstrap-lean] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.14286 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.14286 (%build)




Any help in resolving the above would be much appreciated,
--Moby

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Edward Dekkers
Sent: Monday, January 06, 2003 05:55
To: [EMAIL PROTECTED]
Subject: Re: Building gcc32


> I have a fairly generic install of RedHat 8.0.  I want to build gcc32 from
> source.  So, I downloaded and installed the source RPM for gcc32 and tried
> doing a rpmbuild -ba gcc32.spec.  However, the build keeps on failing.
Has
> anyone successfully compiled gcc32 with RedHat 8.0?  If so, I would
> appreciate any pointers on how to get it done.
>
> Thanks in advance for your help,
> --Moby

Haven't done it myself Moby, but it may actually help is if you tell us what
the error is?

Regards,

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




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





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



RE: http download/open files..

2003-01-06 Thread Daily, Shane, CTR
Whether or not the file is opened or downloaded depends on the browser MIME
settings. For example... If I have MS Office installed on my machine (and
I'm browsing with Internet Exploder) and I click on a Word document from
your web site, chances are the word document will open in the browser. I can
bypass this by using the right-click and selecting "save target as". I also
believe you can use the shift-key while clicking the link with a Mozilla
based browser. The browser will typically download a file if it isn't
"aware" of the type of file you click. You may want to read more about MIME
Types.

Hope that helps.


Shane

-Original Message-
From: João Borsoi Soares [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 12:12 PM
To: [EMAIL PROTECTED]
Subject: http download/open files..


Hello,

Sorry if it's out of topic, but I don't know where I can find an
answere. I'm developing a site in PHP and I need to make links to open
AND download documents. Does anyone knows how can I tell the browser
whether to download or open the files? Or maybe somelinks where I can
find it.

Thanks,
Joao. 





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



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



Re: Cron jobs not running in RH 8.0

2003-01-06 Thread Jaime Astorquiza
Nothing. it look like all is going fine.


Jaime Astorquiza

El Lun 06 Ene 2003 14:40, David Busby escribió:
> what does /var/log/cron report?
>
>
> - Original Message -
> From: "Jaime Astorquiza" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 06, 2003 08:02
> Subject: Cron jobs not running in RH 8.0
>
> > Hello all, i'm trying to use some cron jobs in my new RH 8.0 box. all
> > proceses are running, but no one of the jobs in the crontab works. The at
> > jobs works ok but cron not.
> >
> > Thanks in advance.
> > Jaime Astorquiza
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: Burning a Music CD

2003-01-06 Thread Vidiot
Ric responded:

>You don't own the CD's, records, nor tapes. You own a copy of them. That 
>copy gives you the right to "play" them, from their original media. It 
>expressly, does not, give you the right to copy them. Period.

BZZZT!!!  Wrong.  Thanks for playing our copyright game.

Look at the copyright laws again and the "first sale" doctrine.  As the
owner of any prerecorded material, you have a right to make backup copies
and use it any way you wish, for your own personal use.  Why do you think
that so many people are getting up in arms over any new digital protection
system that keeps anyone from making any kind of copy of stuff they own.
Of course Hollywood and the music companies would prefer that you never be
able to mak a copy of whaat you own, but our laws say otherwise and there
are some in Congress who are being paid off by the Hollywood a**hole who
want laws to make it so you can't.  It is being fought tooth and nail.

In any event, the original poster has every right to make as many personal
CDs of material that he owns.

MB
-- 
e-mail: [EMAIL PROTECTED]  /~\ The ASCII
   \ / Ribbon Campaign
X  Against
Visit - URL: http://vidiot.com// \ HTML Email



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



Re: Need to print 12cpi to Epson LQ570 Printer

2003-01-06 Thread j_post
On Monday 06 January 2003 08:58 am, you wrote:
> We have an Epson LQ570 printer attached to an HP JetDirect print server,
> that we print to from a RH7.3 server.  It was setup with printconf-gui and
> works fine, EXCEPT, our reports are designed for 12cpi and the printer
> prints 10cpi by default.  There are no printer switches or settings to
> change the cpi.  Everything must be set via software.  The Epson command to
> change to 12cpi mode is M.  Does anyone know what we must do to the
> setup to get this printer to print in 12cpi mode??  Currently, 'if' in the
> /etc/printcap file is set to /usr/share/printconf/util/mf_wrapper.
>
I had a similar problem with my Epson Color Stylus 800 printer. My solution 
was to write a C program (prtinit) that would send the initialization codes I 
wanted to the printer. If you like, email me and I'll send you the source 
code. Just modify the control code table in it, recompile, and run it.

Jeff



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



Re: RPM questions

2003-01-06 Thread Gerry Doris
> You can also "pipe" any commands to the program 'less', like this
> # [command]  |less  (that's pipe symbol, less)
> for big directories I like `ls -l |less`, use up and down arrows to
> scroll, 'q' to quit
>
>
> - Original Message -
> From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, January 05, 2003 06:05
> Subject: RPM questions
>
>
>> Hello,
>>
>> If I do rpm -qlp [filename], is there a way to keep the output from
>> scrolling off the screen?  Also, how do you keep ls from doing the
>> same?
>>
>> Another thing, when I have tried to remove a package using rpm -e, I
>> get package not installed when I know its installed.  Do I have a
>> problem with the rpm database?  I tried rpm --rebuilddb, but it
>> doesn't help.
>>
>> Any ideas?
>>
>> TIA

BTW, if you do have output that scrolls off the screen then just hold down
the shift key and hit Page-Up as many times as needed.

Gerry




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



http download/open files..

2003-01-06 Thread João Borsoi Soares
Hello,

Sorry if it's out of topic, but I don't know where I can find an
answere. I'm developing a site in PHP and I need to make links to open
AND download documents. Does anyone knows how can I tell the browser
whether to download or open the files? Or maybe somelinks where I can
find it.

Thanks,
Joao. 





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



Re: Mozilla Font/sizes

2003-01-06 Thread Josep M.
Hello.

Mozilla have the same options,but if You want I have an script for other programs that 
make alias to a more big size:

Here is some info of the script at end of message,all is full 11kb,if anyone 
interessed send me email and I will 
send You  via email.

Josep

# This utility is a direct translation right down to the comments  

# from mkfontalias.py written by Roman Sulzhyk to assist people

# in de-uglification of their true type fonts. It creates a

# fonts.alias file from the fonts.dir file found in the directory. 

# It supports all of the Python script's features: 

#  

# - maps the following MS webfonts:

#   Verdana, Tahoma, Impact, Arial Black,  

#   Comic Sans MS, Georgia, Trebuchet MS   

#  

# - cheats by mapping 6, 7 and 8pt to 9pt fonts

#  

   

# (c)2002 Aristotle Pagaltzis, licensed under the GPL  

# http://www.gnu.org/copyleft/gpl.html 



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



Re: Burning a Music CD

2003-01-06 Thread Tibbetts, Ric
Ahem;

You don't own the CD's, records, nor tapes. You own a copy of them. That 
copy gives you the right to "play" them, from their original media. It 
expressly, does not, give you the right to copy them. Period.

Now with that out of the way.

There is an excelent "how-to" on using cderecord for this. If you have 
the original CD, you'll need to run something like "grip" on it, to 
extract the tracks. Then use cdrecord to burn them onto the new cd.

Look up the cdrecord how-to. It has all the info you need.

Ric


Michael Tiernan wrote:
Anyone familiar enough with cd-record to help me burn a music CD?
I'm trying to put together some songs for my upcoming wedding and doing them 
on one CD will make our lives much easier.

(I'm hoping to avoid some of the morality discussions here since I own all the 
records/cds/tapes that I'm looking to use for this purpose.)



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



Re: Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 6 Jan 2003 22:20:58 +0800, Edward Dekkers wrote:

> How about a cute script? Run in the RPM directory of your RedHat CD:
> 
> --
> 
> #!/bin/sh
> # rpmgrind: (greps/finds things in rpms)
> # usage: cd dir_w_rpms; rpmgrind word
> 
> 
> word=$1
> 
> for rpm in *.rpm;  do
>rpm -qlp ${rpm} | grep -qs ${word}
>if [ "$?" != 1 ]; then
> echo ${rpm}
>fi
> done
> 
> ---

Here's one that works when the rpmdb-redhat package is installed:

#! /bin/sh
if [ $# -ne 1 ]; then
  echo -e "Usage: $0 "
  exit -1;
fi
RPMDB="--dbpath /usr/lib/rpmdb/i386-redhat-linux/redhat"
SPINNER=("\\" "|" "/" "-")
C=0
for i in `rpm -qa $RPMDB`; do
  rpm -ql $i $RPMDB | grep $1 >/dev/null && echo $i
  echo -en "${SPINNER[$C]}"
  echo -en "\b"
#  C=$(echo "scale=0; ($C+1)%4" | bc -l)
  C=$[($C+1)%4]
done

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+GdFf0iMVcrivHFQRAoC3AKCEIJP4bUAEFke9hETkS33rXv7fPwCdE1gl
JYwE9ECrU9kME8JZcULrgLU=
=hUrT
-END PGP SIGNATURE-



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



Burning a Music CD

2003-01-06 Thread Michael Tiernan
Anyone familiar enough with cd-record to help me burn a music CD?
I'm trying to put together some songs for my upcoming wedding and doing them 
on one CD will make our lives much easier.

(I'm hoping to avoid some of the morality discussions here since I own all the 
records/cds/tapes that I'm looking to use for this purpose.)
-- 
  << MCT >>  Michael C Tiernan [EMAIL PROTECTED]
  Now a Free Agent http://world.std.com/~mtiernan
  
  Sometimes when I get direction from management I have to stop, take a deep
  breath, and ask myself what MacGyver would do in a situation like this.



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



Re: Accessing the internet through MS Proxy Server 2

2003-01-06 Thread David Busby
Roland, List
Use the RH firewall, dialup or not.  I did the migration for my company
using the following steps, hopefully you find this helpful.

1st Machine is NT4 + MS Proxy, everyone uses to get to internet, address is
10.0.0.2
Setup a RH 7.3 box with iptables at 10.0.0.1
Modified DHCP to set 10.0.0.1 as gateway, not 10.0.0.2.
As machines on the network got new/renew addresses they moved over to the
new gateway with no BS proxy.  I then had to double check each windows box,
config IE, and remove the stupid proxy client, but it wasn't that bad.  It
took one week to get everyone migrated.

/B

- Original Message -
From: "Roland van Oostveen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 05, 2003 13:26
Subject: RE: Accessing the internet through MS Proxy Server 2


> Hi,
>
> I changed the authentication in IIS (Console Manager) and this did the
> trick. I can now get out to the Internet from my RH7.2.
>
> Thank you to all who came up with suggestions.
>
> Eventually I will be moving my gateway to another machine (Win2000 or RH)
> but am still looking at the migration possibilities and trying to decide
> which would be the least disruptive.
>
> Thanks again.
>
> Roland van Oostveen
> Narnian MicroComputer Services
> Web Site: http://narniancomputer.com
> Email: [EMAIL PROTECTED]
> Phone: 905-986-0221
> Fax: 905-986-0221
> Cell: 905-767-5993
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jeffrey Tadlock
> Sent: January 5, 2003 2:25 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Accessing the internet through MS Proxy Server 2
>
>
> On Sun, Jan 05, 2003 at 09:53:34AM +0800, Edward Dekkers wrote:
> > > Another issue is that MS proxy uses NTLM (NT Login Manager) to
> > > authenticate you onto an MS Proxy. With IE your login Info is sent
> > > through transparently, but a Unix browser does not have this facility.
> >
> > No way to turn that off?
>
> It has been a long time since I have worked with MS Proxy Server
> 2.0.  By default it does want to use NTLM to authenticate you,
> but I also believe you can allow it to use Basic authentication
> which would allow Mozilla, Netscape, etc to work with the Proxy
> Server.
>
> I think to change this on the Proxy Server you have to make the
> configuration change under the default web site in IIS and check
> off Basic as an authentication type.
>
> > There's no way the original poster can use an MS proxy server on Linux?
>
> The above steps should allow a non-MS web browser to work through
> the MS Proxy Server.  One thing to keep in mind though is that
> other non-web based services need the MS Proxy client to be able
> to use the Proxy service for access to the Internet.  (this
> includes telnet, ssh, smtp, etc.).  There is not a Proxy Client
> for non-MS machines.
>
> If the original poster must use an MS product then one could
> upgrade to MS ISA Server which allows clients on the local LAN to
> become NAT clients bypassing the need for a Proxy client.
>
> I myself would replace the MS Proxy server with a Red Hat box
> with IP Masquerading and Squid.  In the end it allows a much more
> tuneable config.
>
> Hope this helps!
>
> /jft
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



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



Re: Mozilla Font/sizes

2003-01-06 Thread Tibbetts, Ric
What version of Mozilla?
I'm running Mozilla 1.2, and it has the same Preferences entry you 
listed below. In fact, I had to do the same thing to enlarge my fonts a 
little bit. Dang high res monitors really shrink the font sizes down.

Ric

PS: Another suggestion: You could try switching xfs over from using the 
75dpi fonts, to the 100dpi fonts. That will help.


[EMAIL PROTECTED] wrote:
In Netscape I could go down Edit->Preferences->apperance->Fonts
and have some control over the font sizes on my screen.

With Mozilla I see no such popup, and the fonts being used are
TOO SMALL to read.

Anyone know how to fix this?






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



  1   2   >