NET: ? messages suppressed

2001-01-08 Thread Ian Dobson
I get this these message scrolling up my screen about 30 seconds after loading ip_nat_ftp or it seems after any nat modules. and that is without creating any firewall rules at all. how can I get rid of that message, or what am I doing wrong? I did notice that I get a pile of those messages wh

Re: Drive Imaging

2001-01-08 Thread Peter Peltonen
Duane Clark wrote: > Greg Wright wrote: > > cp /dev/hdx /dev/hdx where x is a different drive should copy > > everything, cannot comment on flaws though... > You will notice that the copy command he was using specified raw devices > rather than a filesystem. In that case, cp does in fact pr

Problems setting up (connecting to) a PPP server, please help (contains log file entries)

2001-01-08 Thread Jonathan Wilson
Howdy, I'm trying to set up a PPP server (this is an extension of my earlier queries on how to log in with mgetty) So far everything is doing pretty good, I've read most of the PPP-HOWTO, I'm using wvdial (as the HOWTO recommends) and getting as far as authenticating, however it fails when th

RE: Whole word substitution with sed

2001-01-08 Thread Brad Doster
OK, just when you thought it was safe... I have glob_dot_filenames set so that files beginning with "." are included. Here's one of the things I'm calling zap_word() from: flist=* for fname in $flist; do if [ -d "$fname" ]; then flist=`zap_word "$fname" "$flist"`

Re: What should the proper output of "hostname" be?

2001-01-08 Thread Harry Putnam
"Anthony E . Greene" <[EMAIL PROTECTED]> writes: > On Mon, 08 Jan 2001 13:39:07 Jonathan Wilson wrote: > >Should the command "hostname" show only the short hostname ("host") or the > >FQDN ("host.domain.tld") > > According to the man page, you are supposed to use "hostname -fqdn" to get > the FQ

Re: Oracle8i R2 on RH70

2001-01-08 Thread redhat.angus
you must upgrade the rpm package (rpm-3.0.5-9.6x.i386.rpm)rpm, rpm-build, rpm-python from erratas & updates for 6.2 then you can install RPMS v4.0 from RedHat 7.0 int27h wrote: > Thx > > Now I got the RH62 and unfortunately my VGA (onboard :( ) is intel 815 which > is only supported by XFree4x.

Help needed regarding IRQ9 Conflict

2001-01-08 Thread Kelvin Yuan Cheng Xu
Hi All, Can someone pls help me with this problems. I had successfully installed Red Hat 7.0 on my Sony VAIO PCG-Z505VA. But every time I setup the sound card, I will have this IRQ 9 conflict and when I restart the system, it hanged after loading APM daemon. Pls help. Kelvin __

root pop3 access

2001-01-08 Thread Tristan Hill
I've got pop3s enabled (default rh7). I am trying to get root login via pop3s. I've put the debugging on in the pop pam configuration file. Looking at the logfile i get "returning 0 (Success)" as the last output from pam_stack before ipop3d[14340]: Logout user=root host=localhost.localdomain [12

Re: 3dfx gone--where are Voodoo3 drivers?

2001-01-08 Thread Rick Warner
Why not just go to www.3dfx.com, go to the drivers tab, and search the driver archive. The machine is up, the drivers are there. - rick warner On Mon, 8 Jan 2001, Dave Ihnat wrote: > Gentlecritters, > > Well, a couple of people posted pointers to information that seems to > corroborate co

3dfx gone--where are Voodoo3 drivers?

2001-01-08 Thread Dave Ihnat
Gentlecritters, Well, a couple of people posted pointers to information that seems to corroborate contention that 3dfx has sold out; and linux.3dfx.com is still there, but not answering web connections. So did anyone have the foresight to save the Voodoo3 drivers somewhere else? Cheers, --

Re: Drive Imaging

2001-01-08 Thread Duane Clark
Samuel Flory wrote: > Samuel Flory wrote: > > > In any event. Wouldn't it be easier to do a "cp -ax / /mnt/tmp"? > > Sure you could use a complex tar or cpio command, but why? > > > opps should be "cp -ax / /home /mnt/tmp" Yeh, one thing I occasionally grumble about with Unix/Linux (I'm a re

Re: sound module broken

2001-01-08 Thread Justin Zygmont
ok, it seems that the new kernel prefers modules.conf instead of conf.modules. I've been told that everything should work properly if you just change the filename but in my case the modules seem to load at bootup but still there is no sound. sndconfig is also uselss now, I wish RH had an upgrade

Re: Oracle8i R2 on RH70

2001-01-08 Thread int27h
Thx Now I got the RH62 and unfortunately my VGA (onboard :( ) is intel 815 which is only supported by XFree4x. While I was installing the Xfree401 on RH62 it shows an error message only packages with major numbers <=3 are supported by this version of RPM So, What should I do? > As of yet Orac

Re: Drive Imaging

2001-01-08 Thread Duane Clark
Gary Nielson wrote: > Linux Journal recently had a way to copy disks: > >tar clf - . | ( umask 0; cd /dir/to/copy/to; tar xvf - ) > > c = create > > l = stay on local file system (don't cross >filesystem boundaries) > >f = file (the next argument is

bin86 to compile

2001-01-08 Thread Bob Hartung
Hi again, the saga continues. I can't get the CDRW to be recognized. As long as I have to reinstall the kernel and header source I might as well upgrade to 2.2.18-7 so I can experiment with Broadcast 2000 video editing. My question is this: kernel-source-2.2.18-7 requires bin86. Is this a ne

Re: Help with Kernel 2.4.0

2001-01-08 Thread Samuel Flory
"Gill, Vern" wrote: > > Sam Flory wrote: > Recompile your kernel with ide disk support compiled directly into the > kernel and not as a module. You aren't loading a module(s) correctly > from the initrd. > > I am not using initrd. I should not have to use it. The laptop does not. > 2.4.0 worked

(no subject)

2001-01-08 Thread Anthony and Mary Ann Tantillo
I recently installed the lumos font (don't laugh) after converting it from true type using the ttf2pt1 package. I installed the .afm and .pfb files in the /usr/X11R6/lib/X11/fonts/local/ directory. I generated the fonts.scale, fonts.dir, and Fontmap files using the appropriate commands, and I

Re: Drive Imaging

2001-01-08 Thread cmead
Great guys thanks for all the suggestions. I'm goin to test on a similar box soon in the next cpl days CM - Original Message - From: "Gary Nielson" <[EMAIL PROTECTED]> To: "Redhat list" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 9:31 PM Subject: Re: Drive Imaging > Linux Journal

Re: Help with Kernel 2.4.0

2001-01-08 Thread Mikkel L. Ellertson
On Mon, 8 Jan 2001, Gill, Vern wrote: > Sam Flory wrote: > Recompile your kernel with ide disk support compiled directly into the > kernel and not as a module. You aren't loading a module(s) correctly > from the initrd. > > I am not using initrd. I should not have to use it. The laptop does not

Re: Drive Imaging

2001-01-08 Thread Mikkel L. Ellertson
On Mon, 8 Jan 2001, Gary Nielson wrote: > Linux Journal recently had a way to copy disks: > >tar clf - . | ( umask 0; cd /dir/to/copy/to; tar xvf - ) > [SNIP] > > I tested it and it seemed to work great. What I am wondering is using this > with two identical drives on the same machine

RE: perl

2001-01-08 Thread Charles Galpin
I'm sure he meant the DBD portion for oracle. Can't answer the question though, other than to say check out cpan.org (which you already did :) ) charles On Sun, 7 Jan 2001, Mark Basil wrote: > hmmm... someone correct me if i'm wrong, but you should not have to compile > Perl for DBI support --

Re: Help with Kernel 2.4.0

2001-01-08 Thread Gill, Vern
Sam Flory wrote: Recompile your kernel with ide disk support compiled directly into the kernel and not as a module. You aren't loading a module(s) correctly from the initrd. I am not using initrd. I should not have to use it. The laptop does not. 2.4.0 worked beautifully on it without the ide in

Re: Drive Imaging

2001-01-08 Thread Gary Nielson
Linux Journal recently had a way to copy disks: tar clf - . | ( umask 0; cd /dir/to/copy/to; tar xvf - ) c = create l = stay on local file system (don't cross filesystem boundaries) f = file (the next argument is the name of the tarfile or "-

Re: Drive Imaging

2001-01-08 Thread Charles Galpin
not that you should believe me more than anyone else, but perhaps a "me too" for cp -ax will help convince you it is all you need. Sam's suggestion (the one below) will be your easiest and will work flawlessly - been there done that. charles On Mon, 8 Jan 2001, Samuel Flory wrote: > Samuel Flo

Re: Adaptec 19160 Problems

2001-01-08 Thread Samuel Flory
You might want to try Gibbs's new driver. He was hired by Adaptec to completely rewrite the aic7xxx driver. As far as I know the current driver is longer maintained. He wrote the orginal Free BSD port that was ported to Linux (Or so I believe.) I've never tried the 2.4 version, but the 2.2 v

Re: Correct Pine port for compile

2001-01-08 Thread Mikkel L. Ellertson
On Tue, 9 Jan 2001, Wolfgang Pfeiffer wrote: > > I have gpg on the machine .. and PINE should be able to use it ... still > 'lnp' ... or 'slx' ?? > > or perhaps even better: isn't there a way to find out which port my (by > rpm installed) currently running *old* PINE is using? > > Wolfgang >

Re: Drive Imaging

2001-01-08 Thread Samuel Flory
Samuel Flory wrote: > In any event. Wouldn't it be easier to do a "cp -ax / /mnt/tmp"? > Sure you could use a complex tar or cpio command, but why? > opps should be "cp -ax / /home /mnt/tmp" -- Solving people's computer problems always requires more hardware be given to you. (The Second Rule

Re: UUCP Configuration

2001-01-08 Thread fred smith
On Mon, Jan 08, 2001 at 10:53:08AM -0500, Charles Galpin wrote: > ok, those that know the answer will probably offer up advise. Now how > about being kind enough to answer his question? Curious minds > want to know... > > On Mon, 8 Jan 2001, Selim Jahangir wrote: > > > Please reply of my questio

Re: xpert 98 with redhat 7.0

2001-01-08 Thread fred smith
On Mon, Jan 08, 2001 at 09:02:41AM -0800, Johnathan Smith wrote: > I have a ATI AGP xpert 98 video card with redhat 7.0. > Does anyone know how to get the res better then 800x600? > someone just asked a similar question recently, is this a re-post?? Anyway, I'm not using RH7, I'm using RH6.2,

Re: Help with Kernel 2.4.0

2001-01-08 Thread Samuel Flory
Recompile your kernel with ide disk support compiled directly into the kernel and not as a module. You aren't loading a module(s) correctly from the initrd. "Gill, Vern" wrote: > > When trying to boot the new kernel, I am getting the following errors; > devfs: boot_options: 0x2 > request_modu

Re: Drive Imaging

2001-01-08 Thread Samuel Flory
Duane Clark wrote: > > cmead wrote: > > > Greg Wright wrote: > > > > Look in the archives for various answersbut > > > > > > > > cp /dev/hdx /dev/hdx where x is a different drive should copy > > > > everything, cannot comment on flaws though... > > > > > > This would indeed copy the disk.

Help with Kernel 2.4.0

2001-01-08 Thread Gill, Vern
When trying to boot the new kernel, I am getting the following errors; devfs: boot_options: 0x2 request_module[ide-disk]: root fs not mounted hda: driver not present VFS: cannot open root device "301" or 03:01 please append a correct "root=" boot option Anyone know what this is all about? I have

Re: Server performance with exec cgi vs. includes

2001-01-08 Thread Charles Galpin
Gary, you will definately take a big hit if it's a perl script. Why can't you run a cron job that updates symlinks as necessary (or something)? If you explain the problem you are trying to solve I'm sure we can come up with something more efficient. Got php available? charles On Sat, 6 Jan 2001

Re: RH general suggestions/questions

2001-01-08 Thread Charles Galpin
Hi Tony these exist. man depmod/insmod/rmmod On Sun, 7 Jan 2001, Tony Schonfeld wrote: > > 3/ Other idea it's to have a tools like modconf from Debian to load/unload >kernel modules in a machine without Xwindows ___ Redhat-list mailing list [EM

Re: Drive Imaging

2001-01-08 Thread Duane Clark
cmead wrote: > > Greg Wright wrote: > > > Look in the archives for various answersbut > > > > > > cp /dev/hdx /dev/hdx where x is a different drive should copy > > > everything, cannot comment on flaws though... > > > > This would indeed copy the disk. But your new 40 GB disk would magical

Re: Drive Imaging

2001-01-08 Thread John Aldrich
On Mon, 08 Jan 2001, cmead wrote: > I was figuring that would be one way to do it however uing that method do > you believe all of the permissions would remain the same? > > Does anyone else have an opinion? > > Thanks for the response Greg : ) > cp -a would be a better option, I think... IIRC

Re: uninstall compiled program

2001-01-08 Thread Charles Galpin
with any makefile the target (uninstall in this case) has to exist to work. but you can try it with make -n uninstall and it will show you what it *would* do, but not actually do it. If the target does not exist you will simply get an error. hth charles On Mon, 8 Jan 2001, John Aldrich wrote:

RE: Suggestions for school

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 20:19:58 Chad W. Skinner wrote: > >> >using samba to map the network drive to the user, each kid could have >> >his/her own directory with his htmlk files there, & they would >> be accessible >> >from the main web page with just a link pointing them to the right >place. > > >SA

RE: Drive Imaging

2001-01-08 Thread Heman Leopando
smime.p7m

RE: Suggestions for school

2001-01-08 Thread Chad W. Skinner
> >using samba to map the network drive to the user, each kid could have > >his/her own directory with his htmlk files there, & they would > be accessible > >from the main web page with just a link pointing them to the right place. SAMBA by default will give each student a home directory that i

Re: Drive Imaging

2001-01-08 Thread cmead
- Original Message - From: "Duane Clark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 8:02 PM Subject: Re: Drive Imaging > Greg Wright wrote: > > Look in the archives for various answersbut > > > > cp /dev/hdx /dev/hdx where x is a different drive s

RE: Suggestions for school

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 17:19:00 Jonathan Wilson wrote: >Sssh is great however I belive TerraTerm isn't free. use putty instead for >now (it's free) it only does ssh 1 though atm. The most recent version of PuTTY supports SSH2. PuTTY is a single executable and it's not too big. Putting a copy on eac

Re: Drive Imaging

2001-01-08 Thread Matthew Melvin
On Mon, 8 Jan 2001, cmead wrote: > Hi, > > I'm using 6.2, I have a 10GB hard drive which is partitioned in half first 5 > GB is / the other half is /home. The box is our server which i use for DNS, > Samba, Netatalk, Masq, printing...so for me alot of work went into setting > this up it runs perf

Re: Correct Pine port for compile

2001-01-08 Thread Wolfgang Pfeiffer
Reply to message from Statux on Mon, 8 Jan 2001, 18:50 <-0500>: > that's lnp, not lpn :) > > On Mon, 8 Jan 2001, Mikkel L. Ellertson wrote: > > > On Mon, 8 Jan 2001, Wolfgang Pfeiffer wrote: > > > > > > > > I want to compile a new Pine on RedHat6.1 > > > But I have to know the correct Pine port t

Re: Drive Imaging

2001-01-08 Thread Duane Clark
Greg Wright wrote: > Look in the archives for various answersbut > > cp /dev/hdx /dev/hdx where x is a different drive should copy > everything, cannot comment on flaws though... This would indeed copy the disk. But your new 40 GB disk would magically become a 10 GB disk!, and the only w

Re: Drive Imaging

2001-01-08 Thread cmead
Thanks for the response Dave... Let me ask you one more thing cause a fowl up would cost me too much time right now. : P I'm guessing that I would make two new partitions on the new disk / and /home and repeat this command on each partition. So in effect i would be doing: mkdir /

Re: Suggestions for school

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 15:52:53 linda hanigan wrote: >Hi all, >Our parish school has 24 computers in their computer room and maybe 20 >computers in the teachers >classrooms most of which are networked together. Right >now they don't have any servers, and I my understanding >is they are not connected

Re: Drive Imaging

2001-01-08 Thread david
cp doesn't keep permissions, I learned this the hard way, here's the most reliable way to do it: mkdir dst_dir cd dst_dir (cd src_dir; tar cf - . ) | tar xvpf - david - Original Message - From: "cmead" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 7:29 PM Su

Re: Drive Imaging

2001-01-08 Thread cmead
I was figuring that would be one way to do it however uing that method do you believe all of the permissions would remain the same? Does anyone else have an opinion? Thanks for the response Greg : ) - Original Message - From: "Greg Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

Re: Drive Imaging

2001-01-08 Thread Greg Wright
Look in the archives for various answersbut cp /dev/hdx /dev/hdx where x is a different drive should copy everything, cannot comment on flaws though... *** REPLY SEPARATOR *** On 8/01/01 at 19:02 cmead wrote: >Hi, > >I'm using 6.2, I have a 10GB hard drive which is par

Drive Imaging

2001-01-08 Thread cmead
Hi, I'm using 6.2, I have a 10GB hard drive which is partitioned in half first 5 GB is / the other half is /home. The box is our server which i use for DNS, Samba, Netatalk, Masq, printing...so for me alot of work went into setting this up it runs perfectly :) My question, is I want to upgrade t

Re: Correct Pine port for compile

2001-01-08 Thread Statux
that's lnp, not lpn :) On Mon, 8 Jan 2001, Mikkel L. Ellertson wrote: > On Mon, 8 Jan 2001, Wolfgang Pfeiffer wrote: > > > > > I want to compile a new Pine on RedHat6.1 > > But I have to know the correct Pine port to do this. > > This new Pine-version offers the following 5 ports for the install

Re: What should the proper output of "hostname" be?

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 13:39:07 Jonathan Wilson wrote: >Should the command "hostname" show only the short hostname ("host") or the >FQDN ("host.domain.tld") According to the man page, you are supposed to use "hostname -fqdn" to get the FQDN. That implies that the command by itself only returns the h

Re: Two newbie questions

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 11:38:19 Ludovic Pinelli wrote: >I'm using GNOME on RedHat 7. I call shells by Gnome-terminal or Xterm >(both with the same result). I have tried to restart the desktop >session, but there is no changes. Perhaps the problem come from the >XFree86 initialisation ? There's an op

Re: Correct Pine port for compile

2001-01-08 Thread Mikkel L. Ellertson
On Mon, 8 Jan 2001, Wolfgang Pfeiffer wrote: > > I want to compile a new Pine on RedHat6.1 > But I have to know the correct Pine port to do this. > This new Pine-version offers the following 5 ports for the install on > Linux: > >

Re: Correct Pine port for compile

2001-01-08 Thread Statux
I'm leaning towards "slx".. anyone else have a better idea? :) On Mon, 8 Jan 2001, Wolfgang Pfeiffer wrote: > > I want to compile a new Pine on RedHat6.1 > But I have to know the correct Pine port to do this. > This new Pine-version offers the following 5 ports for the install on > Linux: > > ##

Correct Pine port for compile

2001-01-08 Thread Wolfgang Pfeiffer
I want to compile a new Pine on RedHat6.1 But I have to know the correct Pine port to do this. This new Pine-version offers the following 5 ports for the install on Linux: Linux lnx Linux using crypt from the C libr

RE: Suggestions for school

2001-01-08 Thread Jonathan Wilson
At 04:10 PM 1/8/2001 -0500, you wrote: >Reply in parts - see below > >> -Original Message- >> From: linda hanigan [SMTP:[EMAIL PROTECTED]] >> Sent: Monday, January 08, 2001 3:53 PM >> To: [EMAIL PROTECTED] >> Subject: Suggestions for school >> >> Hi all, >> Our parish school has 24

Re: uninstall compiled program

2001-01-08 Thread John Aldrich
On Mon, 08 Jan 2001, you wrote: > Depends, greatly, on what the install "installed" > > However, chances are pretty good that you can start by deleting the > executable, itself, its dirctories (if it has its own), and any startup > scripts that it might have created. > > Usually, you can look in

Re: uninstall compiled program

2001-01-08 Thread Mike Burger
Depends, greatly, on what the install "installed" However, chances are pretty good that you can start by deleting the executable, itself, its dirctories (if it has its own), and any startup scripts that it might have created. Usually, you can look in the Makefile, to see where it put everything.

uninstall compiled program

2001-01-08 Thread Wolfgang Pfeiffer
Hi, How can I uninstall a program that was compiled to the system? I'm using RedHat 6.1 Info about where I could learn this will also be much appreciated .. Wolfgang -- http://www.geocities.com/wolfgangpfeiffer/ ___ Redhat-list mailing list

RE: Suggestions for school

2001-01-08 Thread Burke, Thomas G.
Reply in parts - see below > -Original Message- > From: linda hanigan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 08, 2001 3:53 PM > To: [EMAIL PROTECTED] > Subject: Suggestions for school > > Hi all, > Our parish school has 24 computers in their computer room and maybe 20 >

Suggestions for school

2001-01-08 Thread linda hanigan
Hi all, Our parish school has 24 computers in their computer room and maybe 20 computers in the teachers classrooms most of which are networked together. Right now they don't have any servers, and I my understanding is they are not connected to the internet. From what my 5th grader tells me they

RPM errors and unusual behaviour with RH7.0

2001-01-08 Thread Lou Spironello
I'm currently running RH7.0 and I believe I believe I have all currently available rpms from redhat. I am not running 2.2.16-22. I run the command rpm -K *.rpm command on the /var/spool/up2date directory and received the following message on every rpm package: error: LPRng-*.rpm: md5

Re: D-Link DFE-530TX

2001-01-08 Thread linda hanigan
Here is what I did to get network up with that card. I am running RH 6.0 and it was incredibly simple 1. Install Network Card and attach to hub. I use D-Link DFE-530 TX Cards the module comes with RH 6.0 it is via-rhine 2. Put IP addresses and names in /etc/hosts (You can actually

Re: Adaptec 19160 Problems

2001-01-08 Thread Jason Perlow
So you are saying this was fixed in 2.2.18? Which distro uses that by default now? We need to get the distros to come up with boot floppy images for this then because 19160 is a very popular host adapter. Its not like its weirdo hardware. Waiting for an updated distro is a real pain in the ass

Re: Kernel compilation problem

2001-01-08 Thread Bernhard Rosenkraenzer
On Mon, 8 Jan 2001, J. Carlos Cristobal wrote: > Sorry if this is too simple, I don't know how to solve this: > > /usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared > (first use in this function) make mrproper before you make {menu,x,old,}config LLaP bero _

Kernel compilation problem

2001-01-08 Thread J. Carlos Cristobal
Sorry if this is too simple, I don't know how to solve this: /usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared (first use in this function) /usr/src/linux/include/linux/kernel_stat.h:47: (Each undeclared identifier is reported only once /usr/src/linux/include/linux/kernel_

Re: sound module broken

2001-01-08 Thread Gustav Schaffter
Justin, I'm not sure if this answers your question, since I'm not 100% sure about the details of your problem, but let's try. ;-) Did you mv conf.modules modules.conf Add alias sound-slot-0 sb to /etc/modules.conf (Substitute 'sb' with whatever you'r running as a sound card.) I may be 100%

Re: Two newbie questions

2001-01-08 Thread Mikkel L. Ellertson
On Mon, 8 Jan 2001, Ludovic Pinelli wrote: > "Michael R. Jinks" a écrit : > > When I've run into this situation, it has been because of the way that > > my window manager was set up to call new terminals. In text mode, every > > new login accessed ~/.bashrc and ~/.bash_profile as expected, but x

Re: superformat?

2001-01-08 Thread Mikkel L. Ellertson
On Mon, 8 Jan 2001, Michael George wrote: > On Jan 08, rpjday wrote: > > > you can use the normal "fdformat" command but use one of the specific > > /dev files that represent a higher density. i've done this up to > > 1.722 MB for a regular floppy. > > I think I've heard that before, but on my

Re: What should the proper output of "hostname" be?

2001-01-08 Thread Bernhard Rosenkraenzer
On Mon, 8 Jan 2001, Jonathan Wilson wrote: > Should the command "hostname" show only the short hostname ("host") or > the FQDN ("host.domain.tld") The FQDN. LLaP bero ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailma

Re: superformat?

2001-01-08 Thread Michael George
On Jan 08, rpjday wrote: > On Mon, 8 Jan 2001, Michael George wrote: > > > On Jan 08, rpjday wrote: > > > > > you can use the normal "fdformat" command but use one of the specific > > > /dev files that represent a higher density. i've done this up to > > > 1.722 MB for a regular floppy. > > > >

Re: Sendmail.cf

2001-01-08 Thread Mike Burger
YOu shouldn't be putting those domains into your sendmail.cf file...they should be located in the sendmail.cw file. On Mon, 8 Jan 2001, Szemerédy Gábor wrote: > Hello! > We have multiple domains on our site and needing mail for them. > We made changes in sendmail.cf trough webmin which puts in C

RE: RH 7 and /sbin

2001-01-08 Thread Drew Hunt
Thank you, Mikkel Drew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson Sent: Saturday, January 06, 2001 3:54 PM To: RedHat general mailling list Subject: Re: RH 7 and /sbin On Sat, 6 Jan 2001, Drew Hunt wrote: > For some reason, bo

What should the proper output of "hostname" be?

2001-01-08 Thread Jonathan Wilson
Should the command "hostname" show only the short hostname ("host") or the FQDN ("host.domain.tld") I have found that proftpd freaks out and won't start unless I set it to the FQDN on one of my boxes, but that's kinda weird because in the past it's been working with it set to just the hostname.

Sendmail.cf

2001-01-08 Thread Szemerédy Gábor
Hello! We have multiple domains on our site and needing mail for them. We made changes in sendmail.cf trough webmin which puts in Cw (local domains) records in sendmail.cf file. After stopping and starting sendmail, without rebooting the server, everything was OK. But ones we needed to restart the

Adaptec 19160 Problems

2001-01-08 Thread Jason Perlow
Greetings (and Linus and Alan if youre listening, thanks): I'm having a few bizarre problems with an adaptec 19160 scsi controller and several Linux distributions inlcluding Redhat 6.2 and 7.0, and I was wondering if anyone encountered anything similar and might be able to help. The machine is

RE: Question on Webmin???

2001-01-08 Thread Chris Mason
Works great, I'm using it. Chris Mason Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 USA Fax (561) 382-7771 Take a virtual tour of the island http://net.ai/ The Anguilla Guide Find out more about NetConcepts www.netconcepts.ai Talk to me in real time with

Re: superformat?

2001-01-08 Thread rpjday
On Mon, 8 Jan 2001, Michael George wrote: > On Jan 08, rpjday wrote: > > > you can use the normal "fdformat" command but use one of the specific > > /dev files that represent a higher density. i've done this up to > > 1.722 MB for a regular floppy. > > I think I've heard that before, but on my s

Re: superformat?

2001-01-08 Thread Michael George
On Jan 08, rpjday wrote: > you can use the normal "fdformat" command but use one of the specific > /dev files that represent a higher density. i've done this up to > 1.722 MB for a regular floppy. I think I've heard that before, but on my system (6.1), I don't have anything bigger than /dev/fd0

Re: superformat?

2001-01-08 Thread Thomas Ribbrock
On Mon, Jan 08, 2001 at 10:04:58AM -0500, Michael George wrote: > > I've heard and seen references to formatting a 3.5" floppy disk to more than > 1.44Mb. I think "superformat" was the command... I'm checked on the Linux > Apps site and Deja.com but I haven't found it. Anyone have any pointers

PHP & Postgresql connection problem

2001-01-08 Thread David Williams
Hi, I just upgraded from 6.2 to 7.0 and applied all the patches and now sometimes my php code can't seem to connect to the postgresql server. I do the pg_connect() and when I try to use the connection I get a message that it isn't a valid postgresql connection. I can go in and add a "host=l

xpert 98 with redhat 7.0

2001-01-08 Thread Johnathan Smith
I have a ATI AGP xpert 98 video card with redhat 7.0. Does anyone know how to get the res better then 800x600? = If your into Body For Life, check out http://clubs.yahoo.com/clubs/bodyforlifestatenislandny __ Do You Yahoo!? Yahoo! Photos - Sha

Re: Two newbie questions

2001-01-08 Thread Ludovic Pinelli
"Michael R. Jinks" a écrit : > When I've run into this situation, it has been because of the way that > my window manager was set up to call new terminals. In text mode, every > new login accessed ~/.bashrc and ~/.bash_profile as expected, but xterms > (or their various replacements) don't always

Re: RH7 PPP defaultroute option

2001-01-08 Thread Martin Bartlett
Worked a treat - thanks. Martin On Mon, 8 Jan 2001, Anthony E . Greene wrote: > On Mon, 08 Jan 2001 08:37:15 Martin Bartlett wrote: > > > >At home this option works - since I am not already connected to the > >internet. At work, with an ethernet connection, the log says: > > > >not replacing

Re: UUCP Configuration

2001-01-08 Thread Charles Galpin
ok, those that know the answer will probably offer up advise. Now how about being kind enough to answer his question? Curious minds want to know... Or do you expect everyone to answer your questions without you answering questions? On Mon, 8 Jan 2001, Selim Jahangir wrote: > Please reply of my

Re: Two newbie questions

2001-01-08 Thread Michael R. Jinks
Ludovic Pinelli wrote: > - I have not the same result in text mode and under X. In one hand, > when I add alias, for exemple, to ~/.bashrc, I have no problems in > text mode but it dosen't work under X (I have tried with > ~/.bash_profile too with no success). In the other hand I have French > la

Re: Question on Webmin???

2001-01-08 Thread Mike Burger
Webmin runs under a great many versions of Unix...and pretty much all versions of Linux. Webmin is a perl application, so any system tha truns perl will run Webmin...the only issue becomes whether or not Webmin supports administration of that particular system. That having been said, I'm running

ethernet on SPARCSTATION10

2001-01-08 Thread Luca Capannesi
Hi all, I'd need informations about standby or timeout activity on ethernet controller on a SUN SPARCSTATION 10 (REDHAT LINUX 6.2 installed) After few minutes of network inactivity, my ethernet controller goes in a kind of "standby mode", so I need to "Wake up" it with network commands, like ssh

Re: superformat?

2001-01-08 Thread rpjday
On Mon, 8 Jan 2001, Michael George wrote: > > I've heard and seen references to formatting a 3.5" floppy disk to more than > 1.44Mb. I think "superformat" was the command... I'm checked on the Linux > Apps site and Deja.com but I haven't found it. Anyone have any pointers to a > utility of tha

Question on Webmin???

2001-01-08 Thread Matthew Singley
Will WebMin work on RedHat? Or, does it only work on Caldera? Thanks... ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

superformat?

2001-01-08 Thread Michael George
I've heard and seen references to formatting a 3.5" floppy disk to more than 1.44Mb. I think "superformat" was the command... I'm checked on the Linux Apps site and Deja.com but I haven't found it. Anyone have any pointers to a utility of that type? -Michael -- No, my friend, the way to have

Re: D-Link DFE-530TX

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 09:55:17 Sergio Pereira wrote: >Hi all, >I have tried to use d-link netcard but did not work. I'm using kernel >2.4.0 >and one d-link DFE530tx. On boot time, the redhat7.0 find the interface >but >doesn't work. Check /etc/conf.modules for this line: alias eth0 via-rhine

Re: RH7 PPP defaultroute option

2001-01-08 Thread Anthony E . Greene
On Mon, 08 Jan 2001 08:37:15 Martin Bartlett wrote: > >At home this option works - since I am not already connected to the >internet. At work, with an ethernet connection, the log says: > >not replacing existing default route to eth0 [20.33.40.1] > >The trouble is I WANT it to. What I want is for

D-Link DFE-530TX

2001-01-08 Thread Sergio Pereira
Hi all, I have tried to use d-link netcard but did not work. I'm using kernel 2.4.0 and one d-link DFE530tx. On boot time, the redhat7.0 find the interface but doesn't work. After boot I try ifconfig command and : cut--- eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00

Re: traceroute

2001-01-08 Thread Michael Jinks
Does networking work properly otherwise? If not, what other problems are you having? "Mikkel L. Ellertson" wrote: > > On Fri, 5 Jan 2001, Steve Lee wrote: > > > it still doesn't work. > > but it works in my windows machine. > > ?? > > just not on the server. > > is it some kind of routing pro

RH7 PPP defaultroute option

2001-01-08 Thread Martin Bartlett
At home this option works - since I am not already connected to the internet. At work, with an ethernet connection, the log says: not replacing existing default route to eth0 [20.33.40.1] The trouble is I WANT it to. What I want is for my workstation to use the existing default route when I not

Re: Sendmail without dns lookup

2001-01-08 Thread Michael Burger
You have two options, really. You can use the Sendmail options for "local" IPs...I used to do this with a "LocalIP" file in my /etc directory, which Sendmail looked into, to see what IPs it could accept and relay mail. The other option is to set up reverse DNS, anyhow, and have it fairly be gene

Re: RH 7.0 doesn't allow me to run the helix-update as user with prompt to root

2001-01-08 Thread Michael Burger
Actually, it worked just fine for me... However, one has to ask...couldn't you just log in as root and run it? On Mon, 8 Jan 2001 18:20:05 +0800, Yusuf Goolamabbas wrote: >Hi, I installed a new machine running Redhat 7.0 and installed Helix >GNOME on it. Unlike Redhat 6.2 , clicking on helix-up

  1   2   >