Time syncing

2001-12-03 Thread Petr Jerabek
Hi, I need to manage automatics time syncing (GMT +1). I think about 1 hour checking for correct time in CRONTAB. HOW TO DO IT??? thanx Petr ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

multi boot of linux OS

2001-12-03 Thread Braverman, Rachel
Hello, I have RH7.1 installed on a system. I'm trying to install RH7.2 on a second disk. I want to be able to boot from either of the two versions. The problem is with the boot partition, that points to 7.1 installation, and will not bring up correctly the 7.2 Any idea ? Have someone

Re: Time syncing

2001-12-03 Thread Edward Dekkers
I need to manage automatics time syncing (GMT +1). I think about 1 hour checking for correct time in CRONTAB. HOW TO DO IT??? man ntpdate man hwclock Regards, -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. 822 Rowley Road Oakford W.A. 6121 +61 8 9397-1040 ABN: 33 635 238

RE: Time syncing

2001-12-03 Thread Linux
Try this in you CRON tab file 30 */6 * * * root /usr/sbin/ntpdate -u time-a.nist.gov updates every 6 hours and even reports to /var/spool/mail/root it works fo me! Mike -Original Message- From: Edward Dekkers [mailto:[EMAIL PROTECTED]] Sent: Monday, 3 December 2001 21:54 To: [EMAIL

Re[2]: Time syncing

2001-12-03 Thread Petr Jerabek
THANX A LOT L Try this in you CRON tab file L 30 */6 * * * root /usr/sbin/ntpdate -u time-a.nist.gov L updates every 6 hours and even reports to /var/spool/mail/root L it works fo me! L Mike L -Original Message- L From: Edward Dekkers [mailto:[EMAIL PROTECTED]] L Sent: Monday, 3

Re: Time syncing

2001-12-03 Thread ethan
Tried that and got: [root@Echelon dev]# ntpdate -u time-a.nist.gov 4 Dec 17:36:42 ntpdate[1976]: no server suitable for synchronization found Is it my firewall ? Petr Jerabek wrote: [EMAIL PROTECTED]"> THANX A LOTL Try this in you CRON tab fileL 30 */6 * * * root /usr/sbin/ntpdate -u

Re[2]: Time syncing

2001-12-03 Thread Petr Jerabek
No, you MUST FIRST RUN NTP daemon /etc/init.d/ntpd start e Tried that and got: e [root@Echelon dev]# ntpdate -u time-a.nist.gov e 4 Dec 17:36:42 ntpdate[1976]: no server suitable for synchronization found e Is it my firewall ? e Petr Jerabek wrote: THANX A LOT L Try this in you CRON tab

What FTP daemon?

2001-12-03 Thread Petr Jerabek
What is the BEST daemon for anonymous FTP (I`m using RH 7.2)? thanx ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re[2]: Time syncing

2001-12-03 Thread Jasper Jans
On Mon, 3 Dec 2001, Petr Jerabek managed to produce: | No, you MUST FIRST RUN NTP daemon | | /etc/init.d/ntpd start That is wrong. ntpdate and ntp do not need each other in order to function correctly. Infact - if you would start ntpd and then try to use ntpdate it will fail telling you that

Re: PLEASE HELP - How to create user name and password on LDAP?

2001-12-03 Thread Peter Peltonen
On Fri, Nov 30, 2001 at 04:22:45PM +0800, Kevin Chan wrote: I would like to know how to create the username and password on LDAP server. I only want each user has their own username and password when they search the address book from Microsoft Outlook Express ? It's a bit more complicated

Re: ssh ( telnet )

2001-12-03 Thread Emmanuel Seyman
On Mon, Dec 03, 2001 at 10:46:31AM +0800, [EMAIL PROTECTED] wrote: My system is Red Hat 6.2... So, how can I use ssh telnet ? Get the rpms from ftp.openbsd.com and install them on the machine. Fire up the server if you want to ssh to the machine. Just type `ssh machine-name`. Emmanuel

Re: Time syncing

2001-12-03 Thread ethan
ok guys, I am trying this: ntpdate -s ntp.ucsd.edu ns.scruz.net ntp1.cs.wisc.edu at least it does not show any output how do I tell if its working as compared to the -u option where I got: [root@Echelon ethan]# ntpdate -u ntp.ucsd.edu ns.scruz.net ntp1.cs.wisc.edu 3 Dec 18:13:05

Re: Time syncing

2001-12-03 Thread Jasper Jans
On Mon, 3 Dec 2001, ethan managed to produce: | ok guys, I am trying this: | | ntpdate -s ntp.ucsd.edu ns.scruz.net ntp1.cs.wisc.edu ntpdate -s will indeed not show output - it will use syslog for that... --- # /usr/local/bin/ntpdate -uv mail.bio.vu.nl 3 Dec 10:24:47 ntpdate[11601]: ntpdate

Switch without switchdesk

2001-12-03 Thread Robert Storey
Hi All, I'm new to Redhat, though I've been using SuSE for the past two years. Rather than Gnome or KDE, my desktop of choice is XFCE (it's superfast - if you'd like to try it, it's on the Redhat Powertools CD). My problem - I can't seem to make XFCE the default desktop. The switchdesk tool

RE: Switch without switchdesk

2001-12-03 Thread Ani_Adarsh
hey Robert , You Wrote: My problem - I can't seem to make XFCE the default desktop. The switchdesk tool does not include an option for XFCE. Under SuSE there is an environment variable called $WINDOWMANAGER, but I can find no evidence of its existence in

Re: Time syncing

2001-12-03 Thread ethan
now if you can just enlighten me if 1) I did the correct thing, 2) where to find the output of the logs ?? Many thanks Jasper Jans wrote: On Mon, 3 Dec 2001, ethan managed to produce: | ok guys, I am trying this: | | ntpdate -s ntp.ucsd.edu ns.scruz.net ntp1.cs.wisc.edu ntpdate -s will

Re: Time syncing

2001-12-03 Thread ethan
oh sorry: checked in var/log/messages and got the same thing: Dec 3 19:13:11 Echelon ntpdate[1939]: no server suitable for synchronization found so where did I go wrong ?? pls ignore my previous post many thanks... Jasper Jans wrote: On Mon, 3 Dec 2001, ethan managed to produce: | ok

Re: Switch without switchdesk

2001-12-03 Thread J Hayward
On Monday 03 December 2001 02:30 am, you wrote: Hi All, I'm new to Redhat, though I've been using SuSE for the past two years. Rather than Gnome or KDE, my desktop of choice is XFCE (it's superfast - if you'd like to try it, it's on the Redhat Powertools CD). My problem - I can't seem

Re: Q's on Xircom NIC

2001-12-03 Thread Mike Burger
It's not a problem. The Xircom NIC is a PCMCIA card. The initial eth0 initialization can't see it, because the PCMCIA drivers haven't yet been loaded. Once the PCMCIA drivers load, they see the NIC, and realize that it is a NIC...at which point, they initialize eth0 for you. This is the

Tape T20

2001-12-03 Thread Madhvi Nundalalee
HelloThe tape drive HP Surestore T20 could be properly installed and whilerunning the commandmt -f /dev/st0 rewind, the following error msg is obtained : -/dev/st0 : Input/Output error.The same error is obtained when another tape is inserted in the drive.Kindly help.CheersMadhvi

Re: Fonts on RH7.2 - Netscape VS Kconquerer

2001-12-03 Thread Wally Brock
Anti-aliased font support was only recently added to Mozilla and is expected to show up in the next version of Netscape. Wally [EMAIL PROTECTED] wrote: On Monday 03 December 2001 04:50 am, ethan wrote: Is there any reason why my Netscape fonts and Kconquerer display fonts seem

Re: Midrange video card?

2001-12-03 Thread Ed Wilts
On Mon, 2001-12-03 at 00:44, David Kramer wrote: I'm looking for a video card for my latest linux box, and the hardware support pages are driving (no pun intended) me crazy, because there's seven variations of each video card name. I see lots of conflicting data on Radeon and other ATI cards

Re: Time syncing

2001-12-03 Thread Jasper Jans
On Mon, 3 Dec 2001, ethan managed to produce: | oh sorry: checked in var/log/messages and got the same thing: | | Dec 3 19:13:11 Echelon ntpdate[1939]: no server suitable for | synchronization found | | so where did I go wrong ?? pls ignore my previous post many thanks... Can be one of two

LVM support for anaconda

2001-12-03 Thread Jérôme Tournier
Hello, does anyone know if the LVM support is planned in anaconda installation program ? Is there any patch available ? Thank -- Jérôme ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread mike
On Sat, 2001-12-01 at 14:47, Stephen Liu wrote: Hi All People, REDHAT 7.2 I tried 2 weeks but could not make Kmail connected to ISP mail server to download emails via broadband. The cable is permanently connected to the PC. Starting Linux, broadband is automatically connected. I can

Re: What FTP daemon?

2001-12-03 Thread Peter Vertes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 December 2001 5:02 am, you wrote: What is the BEST daemon for anonymous FTP (I`m using RH 7.2)? I use NCFTP (http://www.ncftp.com) but its not free. The freebie version can only handle 3 simultanious logins but that's good

sendmail configuration

2001-12-03 Thread Pramod Krishna K
Hi, Can anyone tell me where can I get the deatils for configuring sendmail on Redhat linux. Which site can i refer to get these details. Thanks in advance, Pramod The Information contained and transmitted by this E-MAIL is proprietary to Wipro and/or its Customer and is intended for use

Re: sendmail configuration

2001-12-03 Thread ethan
try this website : http://www.linuxjournal.com/article.php?sid=5507 Pramod Krishna K wrote: 009b01c17c05$ca3d72f0$[EMAIL PROTECTED]"> Hi, Can anyone tell me where can I get the deatils for configuring sendmail on Redhat linux. Which site can i refer to get these details.

Re: sendmail configuration

2001-12-03 Thread Fernando Fernandez-Corugedo Feilenreiter
Refer to www.sendmail.org Kind regards, Fernando. -Original Message-From: Pramod Krishna K [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: lunes 3 de diciembre de 2001 15:22Subject: sendmail configuration Hi, Can anyone tell me

Can Gnome drag and drop some highlighted text to printer icon? (RH6.2)

2001-12-03 Thread dfp10
Hello! My setup works fine for whole *.text files but not for some highlighted portion of the text in a terminal. I need this very often. It works well in Solaris. Does anyone know how to do this (please indicate which terminal you use). Thanks Don

ntsysv no longer works

2001-12-03 Thread Adminuser
I've been using ntsysv on RH7 and suddenly it's stopped working. I get the message ntsysv no longer works: it comes up with this message: Error reading from directory /etc/rc.d/init.d: No such file or directory. It's not a real problem as I can do it manually it's just a bit of a pain. So any

Re: dial in broken after 7.2 upgrade

2001-12-03 Thread Robert Canary
Hyperterm is telnet not PPP. [EMAIL PROTECTED] wrote: On Sun, 2 Dec 2001 [EMAIL PROTECTED] wrote: Has anyone run into this? Before upgrading, this 6.2 box had a working dialin setup - But!! Dialin no longer works. At the point I see user julia logged in on the server, the client

problem with IPTABLES

2001-12-03 Thread hari_bhr
hi all gurus iam trying to deploy ip tables with Squid as a transparent cache i was working with ipcahins well i want to migrate from ipchains to iptables so i have disable ipcahins and enable iptable and made the following rule iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j

Editing a Path

2001-12-03 Thread Ben Ocean
Hi; I have an older version of python being called from /usr/bin/python that I want to update to the newer version. Both are installed and operational. How do I proceed? TIA, BenO ___ Redhat-list mailing list [EMAIL PROTECTED]

RE: problem with IPTABLES

2001-12-03 Thread Johnston Mark
Title: RE: problem with IPTABLES You need to specify the -t so . iptables -t nat -nL Cheers Mark -Original Message- From: hari_bhr [mailto:[EMAIL PROTECTED]] Sent: 03 December 2001 04:41 To: [EMAIL PROTECTED] Subject: problem with IPTABLES hi all gurus iam trying to

Am I being Hacked !!!

2001-12-03 Thread Mark Lo
Hi All, I have found something strange symbolic link at /usr/local/apache/conf/ssl.crt. They are as follows: lrwxrwxrwx1 root root 19 May 23 2001 0cf14d7d.0 - snakeoil-ca-dsa.crt lrwxrwxrwx1 root root 16 May 23 2001 5d8360e1.0 - snakeoil-dsa.crt

Re: Q's on Xircom NIC

2001-12-03 Thread Matthew Saltzman
On Mon, 3 Dec 2001, Mike Burger wrote: It's not a problem. The Xircom NIC is a PCMCIA card. The initial eth0 initialization can't see it, because the PCMCIA drivers haven't yet been loaded. Once the PCMCIA drivers load, they see the NIC, and realize that it is a NIC...at which point,

Re: Time syncing

2001-12-03 Thread Jack Bowling
** Reply to message from ethan [EMAIL PROTECTED] on Mon, 03 Dec 2001 19:15:10 +0800 oh sorry: checked in var/log/messages and got the same thing: Dec 3 19:13:11 Echelon ntpdate[1939]: no server suitable for synchronization found so where did I go wrong ?? pls ignore my previous

Re: Time syncing

2001-12-03 Thread Jack Bowling
** Reply to message from Jasper Jans [EMAIL PROTECTED] on Mon, 03 Dec 2001 13:46:17 +0100 (MET) On Mon, 3 Dec 2001, ethan managed to produce: | oh sorry: checked in var/log/messages and got the same thing: | | Dec 3 19:13:11 Echelon ntpdate[1939]: no server suitable for |

MX LIST ERROR

2001-12-03 Thread Alessandro Coppelli
- The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - 554 5.0.0 MX list for piaggio.ccii.unipi.it. points back to euclid.piaggio.ccii.unipi.it 554 5.3.5 [EMAIL PROTECTED]... Local configuration error What does it

RE: Midrange video card?

2001-12-03 Thread Lyn
ATI Expert 2000 is a decent card, 32 mb, has on board DVD (Standard for all ATI cards) and all for around $45, the only downside is the AGP x2. You can pick one up at www.lsmicro.com I'm running one in 7.1, works great. You can also pick up the Radeon 7200, 64 MB of ram, DVD of course, and x4

Terminal emulator

2001-12-03 Thread Riccardo Bernacchi
Hallo, I have to connect via telnet with my PC running RH7.1 to a SCO-Unix OpenServer machine using my LAN. Does xterm emulate a SCO-ANSI terminal or is there a terminal emulator program that supports that emulation ? Thanks for help (sorry for OT). Riccardo

Re: problem with IPTABLES

2001-12-03 Thread Mike Burger
First, try service iptables start This will actually start the iptables firewall. Then, try chkconfig iptables on This will instruct the system to start iptables on bootup. On Mon, 3 Dec 2001, hari_bhr wrote: hi all gurus iam trying to deploy ip tables with Squid as a transparent cache

Virtual hosting

2001-12-03 Thread Stephen Spalding
Hello all, I'm trying to get an apache virtual host set up on Red Hat 7.0, and I really don't know where to start. I have written a cgi application, called oncall, that I want to make easy to access via a browser. Right now to access the application, you have to type in the full URL, which

Re: Editing a Path

2001-12-03 Thread Ed Wilts
On Mon, Dec 03, 2001 at 07:20:39AM -0800, Ben Ocean wrote: I have an older version of python being called from /usr/bin/python that I want to update to the newer version. Both are installed and operational. How do I proceed? rpm -qf /usr/bin/python. That will tell you which package this

Re: dial in broken after 7.2 upgrade

2001-12-03 Thread cgalpin
On Mon, 3 Dec 2001, Robert Canary wrote: Hyperterm is telnet not PPP. I do understand that, thanks. That probably wasn't a very useful test.But i'm trying to determine why ppp is not working. I thought it would help shed some light on the problem. How can I simulate the win client side of

i need badtrans.b procmailrc formula please

2001-12-03 Thread eric clover
i need badtrans.b procmailrc formula please. i have tried modifying an old formula from the nimda virus but it fails to work. i am running postfix on rh6.2. TIA ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Editing a Path

2001-12-03 Thread Ben Ocean
At 11:09 AM 12/3/01 -0600, you wrote: On Mon, Dec 03, 2001 at 07:20:39AM -0800, Ben Ocean wrote: I have an older version of python being called from /usr/bin/python that I want to update to the newer version. Both are installed and operational. How do I proceed? rpm -qf /usr/bin/python.

Re: mirroring redhat site

2001-12-03 Thread Harpreet Dhillon
Hi All How I can mirror redhat update site on my server ? Thanks Harpreet

big problems booting a crashed server

2001-12-03 Thread Matt Sales
Hello, I'm in a bit of a pickle... One of our servers crashed a few days ago and I have been unable to boot it up since. when I boot linux from LILO, here's where it gets funky: Loading default keymap/etc/rc.d/rc.sysinit /dev/null Read-only filesystem [FAILED] Setting default fonts[OK]

Re: mirroring redhat site

2001-12-03 Thread Ed Wilts
On Sun, Dec 02, 2001 at 01:00:03AM -0800, Harpreet Dhillon wrote: How I can mirror redhat update site on my server ? If you're a serious updater, send e-mail to [EMAIL PROTECTED] If it's just for personal use, look at packages like fmirror. -- Ed Wilts, Mounds View, MN, USA mailto:[EMAIL

vt220 term settings

2001-12-03 Thread Lyn
I need to be able to map the F keys to text commands followed by the enter key. For instance the F1 key needs to send the command TOP followed by the enter key, in to the session. I've tried the following #]infocmp textfile added entry kf1=TOP\13 then used #]tic -e vt220 textfile I can see

Re: Time syncing

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Dec 2001, Petr Jerabek wrote: I need to manage automatics time syncing (GMT +1). I think about 1 hour checking for correct time in CRONTAB. HOW TO DO IT??? NTP is the best, run as a daemon. Look for the ntp RPM. You can also run ntpdate as

Tha game, Chromium

2001-12-03 Thread Ezra Nugroho
I remember that there was a thread in this list about Chromium being slow even in an able box, and that the conclussion was that it needs 3d accelerator. Well, I install 7.2 on 2 machines with 3D accelerator on both. One of them has Matrox G200 that runs Chromium fast on other machine. So it

Re: Editing a Path

2001-12-03 Thread Ed Wilts
On Mon, Dec 03, 2001 at 09:27:51AM -0800, Ben Ocean wrote: At 11:09 AM 12/3/01 -0600, you wrote: On Mon, Dec 03, 2001 at 07:20:39AM -0800, Ben Ocean wrote: I have an older version of python being called from /usr/bin/python that I want to update to the newer version. Both are installed

Re: overwrote much of /etc.....

2001-12-03 Thread Jack Byers
brbrbrJack Byers [EMAIL PROTECTED] On Sat, Dec 01, 2001 at 08:59:49PM +, Jack Byers wrote: Well I was trying to back up my /etc dir of my 5.2 sys byers by copying it over to a subdir under a username on my 6.2 sys corni I used ftp as root and thot i had the right syntax

Re: Time syncing

2001-12-03 Thread Michael H. Warfield
On Tue, Dec 04, 2001 at 05:38:59PM +0800, ethan wrote: Tried that and got: [root@Echelon dev]# ntpdate -u time-a.nist.gov 4 Dec 17:36:42 ntpdate[1976]: no server suitable for synchronization found Is it my firewall ? Probably. Are you allowing port 123/tcp and 123/udp through? If

Re: Time syncing

2001-12-03 Thread Michael H. Warfield
On Mon, Dec 03, 2001 at 07:55:17AM -0800, Jack Bowling wrote: ** Reply to message from ethan [EMAIL PROTECTED] on Mon, 03 Dec 2001 19:15:10 +0800 oh sorry: checked in var/log/messages and got the same thing: Dec 3 19:13:11 Echelon ntpdate[1939]: no server suitable for

Re: Am I being Hacked !!!

2001-12-03 Thread Michael H. Warfield
On Mon, Dec 03, 2001 at 11:35:50PM +0800, Mark Lo wrote: Hi All, I have found something strange symbolic link at /usr/local/apache/conf/ssl.crt. They are as follows: lrwxrwxrwx1 root root 19 May 23 2001 0cf14d7d.0 - snakeoil-ca-dsa.crt lrwxrwxrwx1 root

dst cache overflow

2001-12-03 Thread Saul Arias
We've had a problem with our web server twice in the last month. Suddenly the machine stops responding to remote access (http, ssh, ftp, even ping). In order to solve the problem, we logged on to the console and rebooted the server. /var/log/messages shows a lot of lines like these: kernel: dst

sound server error RH 7.2

2001-12-03 Thread List
Error while initializing sound driver: device /dev/dsp can't be opened (Device or resource busy) The sound server will continue, using the null output device. Can someone tell me how to fix this? (this happens often when i login as either root or user) Also, could it be related to my RH system

RE: Am I being Hacked !!!

2001-12-03 Thread Pieter De Wit
Hello Mark, Nope those are defaults that are included. See the readme Cheers, Pieter -Original Message- From: Mark Lo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 5:36 PM To: [EMAIL PROTECTED] Subject: Am I being Hacked !!! Hi All, I have found something

Re: Editing a Path

2001-12-03 Thread Ben Ocean
At 01:38 PM 12/3/01 -0600, you wrote: On Mon, Dec 03, 2001 at 09:27:51AM -0800, Ben Ocean wrote: At 11:09 AM 12/3/01 -0600, you wrote: On Mon, Dec 03, 2001 at 07:20:39AM -0800, Ben Ocean wrote: I have an older version of python being called from /usr/bin/python that I want to update

Re: Time syncing

2001-12-03 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony E. Greene wrote: On Mon, 3 Dec 2001, Petr Jerabek wrote: I need to manage automatics time syncing (GMT +1). I think about 1 hour checking for correct time in CRONTAB. HOW TO DO IT??? NTP is the best, run as a daemon. Look for the ntp RPM.

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3 Dec 2001, mike wrote: On Sat, 2001-12-01 at 14:47, Stephen Liu wrote: Hi All People, REDHAT 7.2 I tried 2 weeks but could not make Kmail connected to ISP mail server to download emails via broadband. The cable is permanently connected

Re: Time syncing

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 4 Dec 2001, ethan wrote: Tried that and got: [root@Echelon dev]# ntpdate -u time-a.nist.gov 4 Dec 17:36:42 ntpdate[1976]: no server suitable for synchronization found Is it my firewall ? Most likely, yes. Tony - -- Anthony E. Greene

RE: Time syncing

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Dec 2001, Linux wrote: Try this in you CRON tab file 30 */6 * * * root /usr/sbin/ntpdate -u time-a.nist.gov updates every 6 hours and even reports to /var/spool/mail/root it works fo me! That server is one of the top NTP servers in the

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 synopsis I no longer have the original post, but for those who do not remember, it was about the failure to get Kmail or fetchmail to download from a POP3 account that works with Eudora and Outlook Express. The Kmail error message, the verbose

Re: Switch without switchdesk

2001-12-03 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 3 Dec 2001, Robert Storey wrote: Rather than Gnome or KDE, my desktop of choice is XFCE (it's superfast - if you'd like to try it, it's on the Redhat Powertools CD). My problem - I can't seem to make XFCE the default desktop. The switchdesk

Logout under Ximian Gnome

2001-12-03 Thread Kevin Jones
I've just installed RH 7.2 and then installed Ximian Gnome over the top. When I had jsut 7.2 (and Gnome) I could select System..Log Out and get the option of Logout/Reboot/Shutdown. Now with Ximian installed I only get the LogOut option. I can still run shutdown and reboot from the console (as a

Re: Logout under Ximian Gnome

2001-12-03 Thread Mike Burger
Once you're back to the Ximia login screen, you should see the shutdown and reboot options. On 3 Dec 2001, Kevin Jones wrote: I've just installed RH 7.2 and then installed Ximian Gnome over the top. When I had jsut 7.2 (and Gnome) I could select System..Log Out and get the option of

KDE office and Jet Direct

2001-12-03 Thread Lyn
I'm having a problem printing from any of the K office applications to my jet direct printer. I can print from any other application. No errors appear and the print queue shows no jobs pending. Anyone experience this or have a work around? ___

Re: KDE office and Jet Direct

2001-12-03 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyn wrote: I'm having a problem printing from any of the K office applications to my jet direct printer. I can print from any other application. No errors appear and the print queue shows no jobs pending. Anyone experience this or have a work

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread mike
On Mon, 2001-12-03 at 19:49, Anthony E. Greene wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 synopsis I no longer have the original post, but for those who do not remember, it was about the failure to get Kmail or fetchmail to download from a POP3 account that works with Eudora and

Re: overwrote much of /etc.....

2001-12-03 Thread Emmanuel Seyman
On Mon, Dec 03, 2001 at 07:39:26PM +, Jack Byers wrote: It did overwrite XF86Config which might not be a prob, might work w/o change I havent tested restarting X yet, looking for my corni monitor specs Good idea. You can re-create this file by running Xconfigurator. I am not

Re: Midrange video card?

2001-12-03 Thread Jason Costomiris
On Mon, Dec 03, 2001 at 01:44:45AM -0500, David Kramer wrote: : -This is NOT for gaming, but I want high-res X with excellent font : legibility. : : -Under $100 ok, under $70 better : : -Prolly want 32MB for greater color depth The Nvidia GeForce 2MX cards are very good, and cheap. I saw

Re: Tha game, Chromium

2001-12-03 Thread Emmanuel Seyman
On Mon, Dec 03, 2001 at 02:32:40PM -0500, Ezra Nugroho wrote: Does anyone know if there is any package/library that I need to install to make it fast? Taken from /usr/games/chromium/data/doc/faq.htm: Q: The game runs very slowly. Why? A: Chromium absolutely requires hardware acceleration -

Re: Time syncing

2001-12-03 Thread Wolfgang Pfeiffer
On Dec 3, 2001, 16:53 (+0800) Edward Dekkers wrote: I need to manage automatics time syncing (GMT +1). I think about 1 hour checking for correct time in CRONTAB. HOW TO DO IT??? man ntpdate man hwclock ... especially hwclock ... the very latest version runs (at least as far as I can

Re: Terminal emulator

2001-12-03 Thread Edward Dekkers
From what I remember (this was a while ago) we used NetTerm for this. It should still be around *SOMEWHERE* on the net. It was free for non-commercial use at the time. -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. 822 Rowley Road Oakford W.A. 6121 +61 8 9397-1040 ABN: 33 635

Re: Fonts on RH7.2 - Netscape VS Kconquerer

2001-12-03 Thread mike
On Sun, 2001-12-02 at 17:36, Duane Clark wrote: On Monday 03 December 2001 04:50 am, ethan wrote: Is there any reason why my Netscape fonts and Kconquerer display fonts seem different for the same webpage despite my having installted windows fonts and if so, is there a way to ensure the

Re: Fonts on RH7.2 - Netscape VS Kconquerer

2001-12-03 Thread ethan
I am talking abt Netscape 6.2 and although its better, Kconquerer is better in terms of display... mike wrote: [EMAIL PROTECTED]"> On Sun, 2001-12-02 at 17:36, Duane Clark wrote: On Monday 03 December 2001 04:50 am, ethan wrote: Is there any reason why my Netscape fonts and

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread Stephen Liu
Thanks Mike, B.R. Stephen At 11:37 PM 12/3/2001 +, you wrote: On Mon, 2001-12-03 at 19:49, Anthony E. Greene wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 synopsis I no longer have the original post, but for those who do not remember, it was about the failure to get Kmail

Re: Help: Linux cannot connect mail server via broadband

2001-12-03 Thread Stephen Liu
Hi Anthony, Thanks for your response. The problem is now solved. After contacting the ISP, the trick is I should use full email address as login, such as [EMAIL PROTECTED] not abc. One thing I could not understand is Outlook Express and Eudora work with abc B.R. Stephen Liu At 02:49

partition checking

2001-12-03 Thread Stephen Liu
Hi All People, What command to be used to check the partition of a hard disc ? Thanks B.R. Stephen Liu ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: partition checking

2001-12-03 Thread Statux
Assuming you're using ext2: # fsck.ext2 -f /dev/hda5 where /dev/hda5 is the partition you're checking. The partition must NOT be mounted when doing any checking. If you're looking to check root, then I dunno. You prolly have to set something either in the filesystem header and then reboot,

RE: Terminal emulator

2001-12-03 Thread Hugh E Cruickshank
-Original Message- Edward Dekkers Sent: Monday, December 03, 2001 4:11 PM From what I remember (this was a while ago) we used NetTerm for this. It should still be around *SOMEWHERE* on the net. It was free for non-commercial use at the time. Try:

procmail puzzle

2001-12-03 Thread Mark Neidorff
Hi folks, A (simple?) procmail question. I have /etc/procmailrc send email to each user on my system and it is simple and worksmost of the time. When an email comes addressed to 2 users on the system, it is delivered to the first one and not to the second (makes sense now that I think of

Re: partition checking

2001-12-03 Thread Stephen Liu
Hi Statux, Thanks for your response. What I expect is to check is the total partitions in a hard disc, what format, ext2, ext3 or FAT32, etc. ? Thanks in advance. B.R. Stephen Liu At 08:33 PM 12/3/2001 -0500, you wrote: Assuming you're using ext2: # fsck.ext2 -f /dev/hda5 where /dev/hda5

anaconda

2001-12-03 Thread Steve Lee
Can someone tell me what this is in RedHat. Purpose, wher to find some docs. Thanks. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Terminal emulator

2001-12-03 Thread Edward Dekkers
Try: http://starbase.neosoft.com/~zkrr01/ Regards, Hugh That's the one. Thanks Hugh. -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. 822 Rowley Road Oakford W.A. 6121 +61 8 9397-1040 ABN: 33 635 238 024 ___ Redhat-list mailing

Re: partition checking

2001-12-03 Thread Richard Potter
On Tue, 4 Dec 2001, Stephen Liu wrote: What I expect is to check is the total partitions in a hard disc, what format, ext2, ext3 or FAT32, etc. ? How about fdisk -l, or maybe you want df -T ? Cheers, -- Richard Potter RHCE Re/Max Kingston, ON CANADA

Re: procmail puzzle

2001-12-03 Thread Cameron Simpson
On Mon, Dec 03, 2001 at 08:48:51PM -0500, Mark Neidorff [EMAIL PROTECTED] wrote: | I have /etc/procmailrc send email to each user on my system and it is | simple and worksmost of the time. | When an email comes addressed to 2 users on the system, it is delivered to | the first one and not

Re: [REDHAT] procmail puzzle

2001-12-03 Thread David Kramer
On Mon, 3 Dec 2001, Mark Neidorff wrote: Hi folks, A (simple?) procmail question. I have /etc/procmailrc send email to each user on my system and it is simple and worksmost of the time. When an email comes addressed to 2 users on the system, it is delivered to the first one and

Re: mirroring redhat site

2001-12-03 Thread EdwardSPL
Harpreet Dhillon wrote: Hi All How I can mirror redhat update site on my server ? Thanks Harpreet Hello, Which version of Red Hat are you using ? Edward. ___ Redhat-list mailing list [EMAIL PROTECTED]

Problem of procmail

2001-12-03 Thread EdwardSPL
Hello, After send user e-mails with return receipt, there is a error message : - Transcript of session follows - [EMAIL PROTECTED]... expanded to multiple addresses procmail: Lock failure on /var/spool/mail/manuel.remedios.lock [EMAIL PROTECTED]... Successfully delivered So, can you

Switch without switchdesk - SOLVED

2001-12-03 Thread Robert Storey
Thanks to all who responded to my request for info on how to set XFCE as my default desktop. It seems that there is more than one way to do it. After considering the various possibilities, this is the one that I decided on: Create a hidden file in my home directory named .xinitrc containing a a

Re: grub.conf

2001-12-03 Thread Robert Storey
Dear Steven, My grub is a little different from standard (because I downloaded the source), but anyway it looks to me like there are two reasons why you can't boot Windows with your configuration. Consider: title DOS rootnoverify (hd0,4) chainloader +1 I would change this to: title

What shall be the easy way upgrading kernel

2001-12-03 Thread Stephen Liu
Hi All, What shall be the easy way (short cut) to upgrade the kernel of RH7.2 to kernel 2.4.9-13 instead of going through the complete procedure starting from tar ball. Is there a RPM ? Thanks in advance. B.R. Stephen Liu ___ Redhat-list

Re: partition checking

2001-12-03 Thread Stephen Liu
Thanks Richard BR Stephen On Tuesday 04 December 2001 10:51, you wrote: On Tue, 4 Dec 2001, Stephen Liu wrote: What I expect is to check is the total partitions in a hard disc, what format, ext2, ext3 or FAT32, etc. ? How about fdisk -l, or maybe you want df -T ? Cheers,

Re: grub.conf

2001-12-03 Thread Stephen Liu
Hi Robert, Thanks. It works now. What will be Red Hat Linux (2.4.7-10smp) on the starting screen for ? B.R. Stephen On Tuesday 04 December 2001 11:48, you wrote: Dear Steven, My grub is a little different from standard (because I downloaded the source), but anyway it looks to me like

  1   2   >