SendMail again

2003-01-06 Thread Ronald Hermans
Hello list, I'm still trying to send mail with sendmail to a exchange server. The messages are not send and the log reports the following lines Jan 6 09:18:36 EATracking sendmail[18536]: h068Iaqe018536: [EMAIL PROTECTED], size=303, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, relay=root@localhos

Re: SendMail again

2003-01-06 Thread Adam H. Pendleton
Have you tried running the "mailq" command? This should print out the contents of the sendmail queue, along with the reason the last delivery attempt failed. ahp On Monday, January 6, 2003, at 03:19 AM, Ronald Hermans wrote: Hello list, I'm still trying to send mail with sendmail to a exchan

file permissions for web sites

2003-01-06 Thread Hichem FOUDIL-BEY
Hi list, Can anyone tell me what permissions should i set for directories and files of my web site ? thx -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Printing a simple TeX file

2003-01-06 Thread anthony caskey
Howdy everyone: I have run the following command: rpm -qa | grep tetex This is the output I get: tetex-fonts-1.0.7-47 tetex-latex-1.0.7-47 tetex-1.0.7-47 Does this mean I have to download tetex-dvips? Many thanks. Tony From: Matthew Saltzman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subje

Re: PHP not working

2003-01-06 Thread Willi Mann
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. I hope I could help you. Willi -- redhat-list mailing list unsubscribe mailto:[EMAIL PR

MAC OS X

2003-01-06 Thread Alastair Roy
I know this is a little off the subject, but does anyone know of a similar user Group for Mac OS X, I have a few questions. Visit Express Newspapers and OK Magazine online picture archive at http://www.expresspictures.com **

[Fwd: mailbox "/var/spool/mail"]

2003-01-06 Thread EdwardSPL
--- Begin Message --- Hello, the system is Redhat 6.x... So, can you help me how can I protect the mailbox "/var/spool/mail" of each user ? eg: prevent anyuser del any mailbox into "/var/spool/mail"... Thank for your help ! Edward. --- End Message ---

List of software

2003-01-06 Thread Alexis MOREAU
Hello everybody, I am happy to re-discover Linux with this new Red Hat 8.0 version ! I have for the moment a little question : I installed RH 8.0 on a computer o, which I can not work this week, and I want to study the way to install nVidia products. For that I need to know if the software have the

Re: Fetchmail, Sendmail and multiple usernames

2003-01-06 Thread Awuku Danso
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 th

Re: PHP not working

2003-01-06 Thread Thomas E. Dukes
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 sugg

Re: Building gcc32

2003-01-06 Thread Edward Dekkers
> 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 woul

Re: file permissions for web sites

2003-01-06 Thread Tim Kehres
Hello, Unless you are trying to do something a bit out of the ordinary, 644 for files and 755 for directories should work reasonably well. But also make sure that the owner / group permissions are set correctly, as configured in your httpd.conf file. This is especially critical should you elect

eth0 is not bringing up

2003-01-06 Thread gihas
Hai, I installed linux 7.2 and while installing time it is asking IP address and I configured properlly.But while system booting time it is showing eth0 is failed.Because of that I am not able to  connect to internet. Can u suggest some solution for that. Regards     gihas.

firewalls - iptables and emails III

2003-01-06 Thread Jorge Luis Hernández Valdivia
--- 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: > > > > > 1. Is the Linux Firewall being used for mail > *now*, > > > or are you > > >setting up an MTA for the first

problem compiling monte on AS2.1

2003-01-06 Thread Dan Bar Dov
I'm trying to compile linux to linux monte on RedHat AS2.1 I'm having a problem with the call to remap_page_range Seems that there is a difference in the number and type of arguments in the call in monte: if (remap_page_range(0, 0, PAGE_SIZE, PAGE_KERNEL)) { and what the function

Re: MAC OS X

2003-01-06 Thread Robert Claeson
mån 2003-01-06 klockan 12.21 skrev Alastair Roy: > I know this is a little off the subject, but > does anyone know of a similar user Group for Mac OS X, I have a few > questions. Apple has several mailing lists on MacOS X system administration, development, and more. /Robert -- redhat-list m

Re: RH8 instability ( solved - I hope :-) : a remark

2003-01-06 Thread Thierry ITTY
Last week I had to test in emergency a new product I took a new machine, and installed RH8 Several times, a little while after having launched mozilla, the machine got frozen, and I had to power cycle it I told to myself, well, those rumors about rh8, let's try a 7.3 Then I installed a 7.3 and the

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

2003-01-06 Thread John N. Alegre
Hello List, First the question. What packages are the following libraries in? libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 Now teach me to fish. I am trying to back install some packages that I missed during a recent Red Hat 7.3 ins

Re: List of software

2003-01-06 Thread Edward Dekkers
> Do you know how I can fiond the version number of each producty in Red Hat 8.0 ? > > Thank you in advance, > > Alexis I'm not sure I understand your question, but to check the RPM version number of a certain RPM you can type: 'rpm -q ' for example 'rpm -q squid' Regards, --- Edward Dekkers (

Re: eth0 is not bringing up

2003-01-06 Thread Edward Dekkers
Hai, I installed linux 7.2 and while installing time it is asking IP address and I configured properlly.But while system booting time it is showing eth0 is failed.Because of that I am not able to connect to internet. Can u suggest some solution for that. Regards gihas. --- What values did yo

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

2003-01-06 Thread Edward Dekkers
> What packages are the following libraries in? > libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 > rpm -q --whatprovides libgconf-1.so.1 GConf-1.0.4-3 is one way. Another is to type libgconf-1.so.1 into the search box at www.rpmfind.n

How to configure a new neteork card.

2003-01-06 Thread gihas
Hai, I install linux in a p1 system.In that there is know network card while installing time. At present i put new network card, how I can install the driver and configure that network card. Regards gihas

RE: SendMail again

2003-01-06 Thread Cowles, Steve
> -Original Message- > From: Ronald Hermans > Sent: Monday, January 06, 2003 2:20 AM > Subject: SendMail again > > > Hello list, > > I'm still trying to send mail with sendmail to a exchange server. The > messages are not send and the log reports the following lines > > Jan 6 09:18:36 E

file system choice?

2003-01-06 Thread Christopher Henderson
Will Red Hat ever give us a choice of file system to use during install? I understand their position on Ext3 for stabilities sake but how about those of us that would like to use reiserfs? You could still mark Ext3 as "recommended" but give reiserfs, or jfs or others, for those of us who'd like t

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, 06 Jan 2003 07:20:44 -0600 (CST), John N. Alegre wrote: > First the question. > > What packages are the following libraries in? > libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 On Red Hat Linux 7.3: $ rpm --redhatpro

Re: List of software

2003-01-06 Thread John P Verel
On 01/06/03 12:35 +0100, Alexis MOREAU wrote: > Hello everybody, > > I am happy to re-discover Linux with this new Red Hat 8.0 version ! > > I have for the moment a little question : > > I installed RH 8.0 on a computer o, which I can not work this week, and I want > to study the way to install

Re: Printing a simple TeX file

2003-01-06 Thread Andrew Pasquale
On Mon, Jan 06, 2003 at 09:19:44AM + or thereabouts, anthony caskey wrote: > Howdy everyone: > > I have run the following command: > > rpm -qa | grep tetex > > This is the output I get: > > tetex-fonts-1.0.7-47 > tetex-latex-1.0.7-47 > tetex-1.0.7-47 > > Does this mean I have to download t

Re: List of software

2003-01-06 Thread Alexis MOREAU
Thank you   Maybe I was not clear (English is not my native langages !). The problem is that I do not have the computer with me this week ; I am searching for a web site (maybe on RedHat web site ?) which shows the version number of softwares, kernel, etc. for the Red Hat 8.0 just after installatio

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

2003-01-06 Thread Dan Bar Dov
Here's a small script I wrote for that fishing purpose. Please note you're first supposed to copy all the RPMs into somewhere #!/bin/bash -e RPMDIR=/someplace/RedHat/RPMS echo searching RedHat RPMS pool for i in ${RPMDIR}/*.rpm do if $(rpm -qlp $i | grep -s "$1" >/tmp/rpmsearch.$$)

Re: Newbie: PCtel modem on dell inspiron 4100 laptop

2003-01-06 Thread Matthew Saltzman
On Sun, 5 Jan 2003, Geoffrey Lane wrote: > I've found a site http://linmodems.technion.ac.il/pctel-linux/ > that describes a way to get my pctel modem to work on my laptop. I've read the > readme file and it askes me to find out the chipset > > 2) Find out what chipset you have in your board: > >

Re: Printing a simple TeX file

2003-01-06 Thread Matthew Saltzman
On Mon, 6 Jan 2003, anthony caskey wrote: > Howdy everyone: > > I have run the following command: > > rpm -qa | grep tetex > > This is the output I get: > > tetex-fonts-1.0.7-47 > tetex-latex-1.0.7-47 > tetex-1.0.7-47 > > Does this mean I have to download tetex-dvips? Yes, or load it off your CD.

Re: file system choice?

2003-01-06 Thread Jeffrey Tadlock
On Mon, Jan 06, 2003 at 07:47:51AM -0600, Christopher Henderson wrote: > Will Red Hat ever give us a choice of file system to use during > install? I understand their position on Ext3 for stabilities sake but > how about those of us that would like to use reiserfs? You could still > mark Ext3 as

rpm --buildroot

2003-01-06 Thread Dan Bar Dov
Using RedHat AS2.1, rpm fails to work as advertised in the man page: The --buildroot option is documented but not recognized by the binary. Any idea how to overcome this? Dan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailma

Cron jobs not running in RH 8.0

2003-01-06 Thread Jaime Astorquiza
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=unsubscrib

DMA & DVD

2003-01-06 Thread Alexis MOREAU
Hello again, I try to activate DMA on a Toshiba DVD with these caracteristics : [root@localhost root]# hdparm /dev/hdd /dev/hdd: HDIO_GET_MULTCOUNT failed: Invalid argument IO_support   =  0 (default 16-bit) unmaskirq    =  0 (off) using_dma    =  0 (off) keepsettings =  0 (off) readonly     =  1 (

Re: Newbie: PCtel modem on dell inspiron 4100 laptop

2003-01-06 Thread Ian Thomas
On Sunday, Jan 05, 2003, at 07:40PM, Geoffrey Lane <[EMAIL PROTECTED]> wrote: >I've found a site http://linmodems.technion.ac.il/pctel-linux/ >that describes a way to get my pctel modem to work on my laptop. I've read the >readme file and it askes me to find out the chipset > >2) Find out what

Re: DMA & DVD

2003-01-06 Thread Jeffrey Tadlock
On Mon, Jan 06, 2003 at 05:14:51PM +0100, Alexis MOREAU wrote: > and I had this message : > > [root@localhost root]# hdparm -d1 /dev/hdd > > /dev/hdd: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma= 0 (off) > You need to add a line to your mod

Re: Installation of freeglut in RH8

2003-01-06 Thread Saadat Saeed
Yep I checked it - it IS installed any suggestions From: Michael Fratoni <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Installation of freeglut in RH8 Date: Sun, 5 Jan 2003 12:53:32 -0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 0

eth0 is not bringing up

2003-01-06 Thread anthony caskey
Gihas: My name is Tony Caskey. I am rather new to Linux, but if your ethernet card is attached to an ADSL modem, perhaps I can help you. With the help of a Mr. Neil Ablong of the Philipines, I figured out how to get eth0 and pppOe going not long ago. For the ethernet device, I set it up to a

Kernel 2.4.18-18.7 and RAM

2003-01-06 Thread Nuno Rodrigues
Hello, I have two servers with RH 7.3 and 2048MB RAM. When i upgrated the kernel to smp-2.4.18-18.7.x the system only recognise 902482 KB of memory. I added "append="mem=2048M"" in /etc/lilo.conf and run /sbin/lilo and the problem it is remained... :( Can anybody help me to identify the proble

Re: [Fwd: mailbox "/var/spool/mail"]

2003-01-06 Thread Edward Marczak
On 1/6/03 6:26 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> tapped the keys: > the system is Redhat 6.x... > So, can you help me how can I protect the mailbox "/var/spool/mail" of > each user ? > eg: prevent anyuser del any mailbox into "/var/spool/mail"... H...I haven't looked at 6.2 in a whi

recompile redhat ?

2003-01-06 Thread Frank
Salut Iam a Redhat Fan since a long Time. This is my perfect Distibution. However, since Gentoo iam thinking about i would nice to have a 'perfectlyer' Redhat specially for my Server. I compile already FTP,Apache,DNS,SMTP,IMAP with CHOST="i586-pc-linux-gnu" CFLAGS="-march=k6 -O3 -pipe \ -fomit-f

Re: Cron jobs not running in RH 8.0

2003-01-06 Thread David Busby
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

Mozilla Font/sizes

2003-01-06 Thread clemens
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? -- Reg.Clemens

Need to print 12cpi to Epson LQ570 Printer

2003-01-06 Thread Billy Davis
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 ch

Re: RPM questions

2003-01-06 Thread David Busby
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]>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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?

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

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

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

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

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

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,

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

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

  1   2   >