umount : device busy -> pam

2002-12-28 Thread Philippe
Hi, I try to unmout (as root) an unused filesystem /sauve. The system returns : device busy. So I type : #fuser -m /sauve -u giving -> /sauve: 1142 and #ps -ef | grep 1142 giving -> user1 1142 784 0 Dec27 ?00:00:00 fam Is there any way to umount it, so can run a e

Re: BEONEX [Was: RH8 Mozilla -- Printing in Landscape?]

2002-12-28 Thread Bob Goodwin
David Colburn wrote; "OK, downloaded beonex and then had it download java. Went to the Java demo site http://java.sun.com/products/plugin/1.4.1/demos/applets.html and discovered that java still doesn't work." In beonex 0.8.1 I did Help/Welcome/Add Ons/Binaries/Java The java test app's at the

What is signal 15

2002-12-28 Thread Nadeem Bitar
My server just shut down by itself, i was looking through the logs and the only thing that looks suspicious was this line in /var/log/secure sshd[785]: Received signal 15; terminating. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: What is signal 15

2002-12-28 Thread kornvogel
http://www.der-keiler.de/Newsgroups/comp.security.ssh/2002-10/2555.html Someone sent sshd a SIGTERM, probably using the kill command. Seriously, SIGTERMs aren't sent "implicitly" (unlike e.g. SIGBUS or SIGSEGV) - someone sent it intentionally. E.g. running a RedHat rc script with argument "rest

Network Time

2002-12-28 Thread David Sudjiman
Dear All, I was told that if I wanna sync my local date/time I should do it with rdate and then sync it with my hwclock -w. How can I get the list of those time server? and What is the diff with the ntpd, is that ntpd gives the query result to some clients issued with rdate command? thx .dave

RE: What is signal 15

2002-12-28 Thread Vik Heyndrickx
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Nadeem Bitar > Sent: Saturday, December 28, 2002 11:46 AM > To: [EMAIL PROTECTED] > Subject: What is signal 15 > > > My server just shut down by itself, i was looking through the logs and > the only th

Re: Lost files...can they be recovered?

2002-12-28 Thread Neil Loffhagen
/home/neil/mnt/redhat/neil is the folder I was trying to copy the evolution folder to, from my laptop to the server. So I was going from /home/neil/ I've looked on both the Server and the laptop for the folder, but can't seem to see it anywhere. The only thing that concerns me is that there was

Re: umount : device busy -> pam

2002-12-28 Thread David Sudjiman
Well, I had that on my /mnt/cdrom just do kill -9 PID# On Sat, 28 Dec 2002, Philippe wrote: > Hi, > > I try to unmout (as root) an unused filesystem /sauve. > > The system returns : device busy. > > So I type : > > #fuser -m /sauve -u > giving -> /sauve: 1142 > > and > > #ps -ef | g

Firewire Drives during install and boot

2002-12-28 Thread Scott Pumer
Hi All, I have a firewire (ieee1394) drive connected to my 8.0 system that was recognized during install and allowed me to partition it exactly as you would any other drive. However, though the entry is in fstab on boot it fails to recognize the drive. The failure puts me into maintanence mod

Re: Network Time

2002-12-28 Thread Pierre Lamb
Network Time Protocol Daemon =ntpd when set up properly it will query 1 or more times servers and set you clock within a few millionths of a second. So so never have to do a rdate again --- David Sudjiman <[EMAIL PROTECTED]> wrote: > Dear All, > > I was told that if I wanna sync my local date/tim

Re: umount : device busy -> pam

2002-12-28 Thread Pierre Lamb
User1 is using fam on that file system kill the user --- David Sudjiman <[EMAIL PROTECTED]> wrote: > Well, I had that on my /mnt/cdrom just do kill -9 > PID# > > On Sat, 28 Dec 2002, Philippe wrote: > > > Hi, > > > > I try to unmout (as root) an unused filesystem > /sauve. > > > > The system retu

Re: umount : device busy -> pam

2002-12-28 Thread Miloslav Trmac
On Sat, Dec 28, 2002 at 03:38:39PM +0700, Philippe wrote: > #ps -ef | grep 1142 > giving -> user1 1142 784 0 Dec27 ?00:00:00 fam > > Is there any way to umount it, so can run a e2fsck on the filesystem, > excepting a fuser -k ? When using GNOME applications ton a mounted partition, y

Re: What is signal 15

2002-12-28 Thread Miloslav Trmac
On Sat, Dec 28, 2002 at 02:45:57AM -0800, Nadeem Bitar wrote: > My server just shut down by itself, i was looking through the logs and > the only thing that looks suspicious was this line in /var/log/secure > > sshd[785]: Received signal 15; terminating. This is the way the initscripts terminate s

Re: Network Time

2002-12-28 Thread Keith Winston
On Fri, 2002-12-27 at 23:36, David Sudjiman wrote: > Dear All, > > I was told that if I wanna sync my local date/time I should do it with > rdate and then sync it with my hwclock -w. > > How can I get the list of those time server? and > What is the diff with the ntpd, is that ntpd gives the que

Re: What happened to pgaccess?

2002-12-28 Thread anthony baldwin
>--__--__-- > >Message: 1 >Date: Fri, 27 Dec 2002 16:00:51 >To: [EMAIL PROTECTED] >From: "Stanley A. Klein" <[EMAIL PROTECTED]> >Subject: >Reply-To: [EMAIL PROTECTED] > >My previous version of Postgresql (under RH 7.2) had pgaccess, a nice >graphical interface to Postgresql that lets you define d

Re: How do I edit the menu and add "known applications"?

2002-12-28 Thread Stanley A. Klein
At 03:39 AM 12/28/2002 -0500, Michael Knepher <[EMAIL PROTECTED]> wrote: >On Fri, 2002-12-27 at 08:00, Stanley A. Klein wrote: >> How can I edit the menu and add "known applications" to the drop-down list >> in the Run dialogue? > >For the first part, see http://www.bluethingy.com/linux/rh8menu.ht

Re: BEONEX & Java

2002-12-28 Thread David Colburn
Gee, beonex offers two methods to add Java and only one works ... and that is not the method offered during the original beonex setup? Sigh. I am on 56k dialup, downloading Java is a half day project! Anyone out there know what else I might do before having to download ftp://ftp.netscape.com/p

Re: Network Time

2002-12-28 Thread Mike Watson
On Friday 27 December 2002 10:36 pm, David Sudjiman wrote: > Dear All, > > I was told that if I wanna sync my local date/time I should do it > with rdate and then sync it with my hwclock -w. > > How can I get the list of those time server? and > What is the diff with the ntpd, is that ntpd gives t

Re: BEONEX & Java

2002-12-28 Thread Bob Goodwin
David Colburn wrote - "Anyone out there know what else I might do before having to download ftp://ftp.netscape.com/pub/netscape6/english/6.2.2/unix/linux22/xpi/jre.xpi again?" There is a mailing list if you can get anyone to answer your question. Their track record has been poor from my observa

Dual NIC Cards

2002-12-28 Thread Donald G Wilson Jr
How do I configure a second nic (pci if that matters)? as soon as the second nic is installed, i lost everything. edited .../ifcfg-eth1 to not activate on boot, rebooted, and eth0 came back. I realize there is something obvious to many that i am just not seeing here. a couple of pointers in

Promise controller slow

2002-12-28 Thread Vik Heyndrickx
Hi, My gift for 2003 to those owners of A7V133 and other motherboard that have (and use) an on-board Promise ATA100 or ATA66 controller, and that have switched off the Promise BIOS to allow faster booting. And I know for a fact that lots of linux users own a board like this. Don't switch off the

Re: Dual NIC Cards

2002-12-28 Thread P. Larsen
Donald G Wilson Jr wrote: > How do I configure a second nic (pci if that matters)? Basic setup is done in /etc/modules.conf - load the nic drivers and setup an alias for each eth. This is an example of one of my boxes (/etc/modules.conf): alias eth0 tulip alias eth1 via-rhine Then, it's a

Re: BEONEX & Java

2002-12-28 Thread David Colburn
Just went through the whole process again and got an Access Denied error. What is up with beonex? doc On Sat, 2002-12-28 at 11:20, Bob Goodwin wrote: > David Colburn wrote - > > "Anyone out there know what else I might do before having to download > ftp://ftp.netscape.com/pub/netscape6/english

Re: dvd-mplayer-xine

2002-12-28 Thread Jim Christiansen
Re: dvd-mplayer-xine Go to freshrpms.net. There are very clear instructions for setting up ogle, xine, and mplayer for RH8.0. Also, you'll find the required software nicely packaged into functional rpms. Jim _ The new MSN 8

ISO INSTALLATION FAILS

2002-12-28 Thread arriba
Hello, I have downloaded the ISO cd´s and when I try to install the Red Hat this is what I get, 1- It is impossible to load the GUI interface whereas with 7.2 I did not have any problem. 2- Discarding the GUI installation I tried the text mode. After selecting the country and the keyboard, the

RE: poweroff fails on Dell Dimension 4500 with RH8

2002-12-28 Thread hmc
Jim, Thanks for the information! I tried adding the apm=power-off string to the end of the kernel line in /etc/grub.conf and it does not automatically power off after shutdown. I have some more information that may help... I am assuming that the apmd process should be running and it is not

Re: ISO INSTALLATION FAILS

2002-12-28 Thread Justin Zygmont
the ISO install if not for a CDROM, it is if you have a th ISO file on a harddrive and you select the proper drive and path where these files are. On Sat, 28 Dec 2002, arriba wrote: > > Hello, > > I have downloaded the ISO cd´s and when I try to install the Red Hat > this is what I get, > >

Connecting Win 2000 to Samba

2002-12-28 Thread Bob Parry
I have searched my documentation to fin out how to connect win 2000 to my samba server. With help of people on this board and the internet I have now gotten the win machines to see the samba shares. I have set up a machine account for the Win 2000 machine without a password as specified, set user

Re: Best way to reinstall XFree and KDE? [solved]

2002-12-28 Thread Peter Boy
Thanks all for the advice. Problem is solved now, but unfortunately I don't know why. First I found, that the space of my root partition was exhausted. I did some cleaning up but it didn't solve the problem. So I followed D.G. Wilson's advice and used xf86config from command line and - surprise

Re: ISO INSTALLATION FAILS

2002-12-28 Thread arriba
Then, Should I create again an ISO image file from the CD´s that I have already burned?? And the place that ISO image files on the windows partition so the installer can find it??? This is not what I did to install 7.2., I do not get it. Let´s see what happens, Thanks anyway Justin. - Mensaj

Re: ISO INSTALLATION FAILS

2002-12-28 Thread Jesse Keating
On Saturday 28 December 2002 12:47, arriba uttered: > Then, Should I create again an ISO image file from the CD´s that I have > already burned?? And the place that ISO image files on the windows > partition so the installer can find it??? > This is not what I did to install 7.2., I do not get it. >

Re: ISO INSTALLATION FAILS

2002-12-28 Thread Dave Yantis
On Sat, 28 Dec 2002 14:44:07 -0500 (EST), Justin Zygmont wrote: >the ISO install if not for a CDROM, it is if you have a th ISO file >on a >harddrive and you select the proper drive and path where these files >are. > > I disagree. The ISO install images that are on the Red Hat FTP site are to be

Re: Connecting Win 2000 to Samba

2002-12-28 Thread kornvogel
did you look for smbpasswd? -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: ISO INSTALLATION FAILS

2002-12-28 Thread Jesse Keating
On Saturday 28 December 2002 13:49, Dave Yantis uttered: > I disagree. The ISO install images that are on the Red Hat FTP site > are to be used to burn a CD. If your BIOS supports booting from a > CD-ROM, you can then do the install from the CD that was burned from > the ISO image. You are both

RE: RH8 Mozilla -- Printing in Landscape? (Keith Winston)

2002-12-28 Thread Lanny Marcus
> Message: 3 >Subject: RE: RH8 Mozilla -- Printing in Landscape? > From: > Keith Winston <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: > 27 Dec 2002 00:32:19 -0500 > Reply-To: [EMAIL PROTECTED] > > My comment is not about Mozilla, but printing in Linux. If you want > printing to work _alm

RE: RH8 Mozilla -- Printing in Landscape? (Gerry Doris)

2002-12-28 Thread Lanny Marcus
Message: 4 Date: Fri, 27 Dec 2002 16:49:56 -0500 (EST) >From: Gerry Doris <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: RE: RH8 Mozilla -- Printing in Landscape? > Reply-To: [EMAIL PROTECTED] > On 27 Dec 2002, Keith Winston wrote: Well, I have a native postscript printer, an older IBM

Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bruce Douglas
Hi... A (what I thought should be) simple issue. I'm trying to add an 80G Seagate IDE drive to a RedHat 8.0 Linux Server. I already have a 9G SCSI installed. I used the defaults during the initial installation. I want to install 8.0 on the 9G SCSI, and use the 80G IDE as a tmp/working drive

RE: RH8 Mozilla -- Printing in Landscape? (Gerry Doris)

2002-12-28 Thread Gerry Doris
On Sat, 2002-12-28 at 18:23, Lanny Marcus wrote: > > Message: 4 Date: Fri, 27 Dec 2002 16:49:56 -0500 (EST) > >From: Gerry Doris <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: RE: RH8 Mozilla -- Printing in Landscape? > > Reply-To: [EMAIL PROTECTED] > > On 27 Dec 2002, Keith Winston

Re: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Mike Watson
On Saturday 28 December 2002 05:31 pm, Bruce Douglas wrote: > Hi... > > A (what I thought should be) simple issue. I'm trying to add an 80G > Seagate IDE drive to a RedHat 8.0 Linux Server. I already have a 9G > SCSI installed. I used the defaults during the initial installation. > > I want to inst

RE: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bruce Douglas
thanks... but i'm pretty sure this isn't the problem... i have an 80G by itself in a similar server (same bios) with no problem. the issue seems to be with installing two drives... thanks... bruce douglas [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bob Parnass, AJ9S
I thought the problem might be that he wanted to boot from the SCSI drive, but installed a new IDE drive as his second drive. Can you boot from a SCSI drive if there's an IDE drive installed, too? Perhaps his system is trying to boot from the new IDE drive but that's the wrong drive. On Saturday

RE: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bruce Douglas
hey... that's exactly what i want to be able to do boot from a scsi.. and have a 2nd 80G ide -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Parnass, AJ9S Sent: Saturday, December 28, 2002 4:31 PM To: [EMAIL PROTECTED] Subject: Re: Ad

RE: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bob Parry
I think that is the problem, I have a SCSI drive and IDE Drives in my system and the boot system has to be on the first IDE drive. I believe there is a way to avoid this although I was never able to find it and it was just easier to put Grub on the first IDE drive. Bob On Sat, 2002-12-28 at 16:4

Re: Connecting Win 2000 to Samba

2002-12-28 Thread Dan Devine
Bob Parry wrote: I have searched my documentation to fin out how to connect win 2000 to my samba server. With help of people on this board and the internet I have now gotten the win machines to see the samba shares. I have set up a machine account for the Win 2000 machine without a password as

Dual NIC Cards

2002-12-28 Thread Nadim Bitar
You can use neat (redhat-config-network) to add both network cards and configure them. If that doesn't work. Try kudzu -p to find out which modules your network cards use and then edit /etc/modules.conf and add something like that alias eth0 alias eth1 again the module's name can be found by l

Re: Adding an 80G Seagate IDE drive....

2002-12-28 Thread jdow
Tell the BIOS to boot from the first SCSI drive. This is always a SCSI option not a Linux option. {^_^} - Original Message - From: "Bob Parry" <[EMAIL PROTECTED]> To: "RH 8.0" <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 17:35 PM Subject: RE: Adding an 80G Seagate IDE drive >

Re: Connecting Win 2000 to Samba

2002-12-28 Thread Bob Parry
That might be it, I thought that password encryption was on but I will check again. I do the same with my machines, as you say it is easier to keep track. Thanks Bob On Sat, 2002-12-28 at 17:33, Dan Devine wrote: > Bob Parry wrote: > > >I have searched my documentation to fin out how to connec

RE: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bruce Douglas
the problem with this is that there doesn't seem to be any way to indicate to the bios that the box has scsi. although if i load liunx on the scsi without the ide drive, it works as it's supposed to. the bios allows me to manipulate ide master/slave, primary/secondary controllers. i'm running an i

RE: Network Time

2002-12-28 Thread ipv4firewall
David Sudjiman <[EMAIL PROTECTED]> wrote: >How can I get the list of those time server? and >thx >.dave > >A copy of the universe is not what is required of art; one of the damned >things is ample. >-- Rebecca West > www.ntp.org has information and lists of time servers. FYI... for

Re: ISO INSTALLATION FAILS

2002-12-28 Thread Justin Zygmont
you don't understand me, there is a cdrom install that you mentioned here, but installing from iso means that you are using the iso's without burning them to CD. On Sat, 28 Dec 2002, Dave Yantis wrote: > On Sat, 28 Dec 2002 14:44:07 -0500 (EST), Justin Zygmont wrote: > >the ISO install if not

Re: SCSI vice IDE boot drive

2002-12-28 Thread Paul M. Livingston
At 08:50 PM 12/28/2002, [EMAIL PROTECTED] wrote: On Sat, 2002-12-28 at 16:42, Bruce Douglas wrote: > > hey... > > > > that's exactly what i want to be able to do boot from a scsi.. and have > > a 2nd 80G ide > > > > -bruce > > Bruce; Depending on which BIOS your MB uses, in one of the se

Re: Dual NIC Cards

2002-12-28 Thread Kevin McConnell
--- Nadim Bitar <[EMAIL PROTECTED]> wrote: > You can use neat (redhat-config-network) to add both > network cards and > configure them. I don't really recommend using neat. I would say that getting the modules aliased in /etc/modules.conf and then adding them manually (by creating the text files

RE: ISO INSTALLATION FAILS

2002-12-28 Thread Greg Hanks
I received the SAME results.. I downloaded the image files from a mirror site.. Checksums are correct, Loads the microkernel, goes to a funky graphic screen, then to text mode. I used the command linux -mediacheck and it goes up to the point of asking to do the instlal from HD, CDROM, Network, etc.

RE: SCSI vice IDE boot drive

2002-12-28 Thread Bruce Douglas
paul.. thanks for the response you are right... in the bios.. i've already set the "order" for booting the system. as stated, without the ide, everything boots from the scsi ok. the order is: a: cdrom scsi ide etc however, when i add the ide... rebo

Re: Dual NIC Cards

2002-12-28 Thread Donald G Wilson Jr
>> How do I configure a second nic (pci if that matters)? > > Basic setup is done in /etc/modules.conf - load the nic drivers and setup an > alias for each eth. This is an example of one of my boxes > (/etc/modules.conf): > >alias eth0 tulip >alias eth1 via-rhine > > Then, it's a matter

Re: Dual NIC Cards

2002-12-28 Thread P. Larsen
> > Basic setup is done in /etc/modules.conf - load the nic drivers and setup an > > alias for each eth. This is an example of one of my boxes > > (/etc/modules.conf): > > > >alias eth0 tulip > >alias eth1 via-rhine > > > > Then, it's a matter of setting the ifcfg-eth? to auto-load and dete

Re: ISO INSTALLATION FAILS

2002-12-28 Thread P. Larsen
> I received the SAME results.. I downloaded the image files from a mirror > site.. Checksums are correct, Loads the microkernel, goes to a funky graphic > screen, then to text mode. I used the command linux -mediacheck and it goes > up to the point of asking to do the instlal from HD, CDROM, Netwo

Re: Adding an 80G Seagate IDE drive....

2002-12-28 Thread lists
Does this work for you - install linux on the scsi disk and put the MBR on the IDE disk - let the bios have that disk as the first boot disk. Regards, gene/ On Sat, Dec 28, 2002 at 06:10:33PM -0800, Bruce Douglas wrote: > the problem with this is that there doesn't seem to

RE: Adding an 80G Seagate IDE drive....

2002-12-28 Thread Bruce Douglas
hey... this could work.. if i knew enough about linux config/install to do it!!! however, i'd reall prefer to have the startup happen from one disk, with the other being used for data/apps... i've decided after playing around with this to talk with the manufacturer monday... i've already got 15 s

Re: Promise controller slow

2002-12-28 Thread David Sudjiman
Yes, welcome to the old generation of PC. Thanks you for your year-end notification and I just look into the bios and mine is set to AUTO. The only sad thing about this is I don't feel sufficient anymore about the cpu speed. I bought this a couple year ago with duron 600 and now I have it with 51

Re: BEONEX & Flash

2002-12-28 Thread David Colburn
Much as I dislike it, just loaded the Flash plug-in. Mozilla sees it, beonex does not. I chose the Mozilla and Netscape install options, didn't get a prompt for beonex. Tried to force /.beonex , refused. Now what, please? Thanks! doc -- Psyche-list mailing list [EMAIL PROTECTED] https://