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 xscr

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 s

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

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 OpenB

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

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 rebo

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

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

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.

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-

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 secur

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

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_ca

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

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

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 driv

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 c

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 d

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

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 0

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 P

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,

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 note

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.

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 som

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 verif

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.

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

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

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:

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

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 se

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

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

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?

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

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

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 a

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

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 '

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 lis

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

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 PROT

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

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). Fo

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

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

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,

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

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 g

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

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

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

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", l

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?

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 Othe

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

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

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,

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 (

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 i

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

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 c

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 printe

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

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 the

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

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

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

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.

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

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

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

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

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 fi

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.

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 so

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 g

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 w

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

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

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,

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 tutor

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

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

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

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 c

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.

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: <[E

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

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

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

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 >

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 look

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 se

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

  1   2   >