Good afternoon,
Our remotely hosted web server goes down about once per month and must be
manually rebooted. Being a remote machine, I haven't been able to check the
console to determine whether the system is overloaded or has crashed.
The server is a 1RU Pentium 2Ghz 1GB/40GB running RH 7.3 with
Charlie Garrison said:
> Any feedback or suggestions would be greatly appreciated. I have been
> trying to solve this for about 4 months now, and I don't know what else to
> try.
setup a 2nd system, connect a null modem cable between the 2. setup serial
console on the system that appears to be c
It seems that the unbonding of the two network cards fixed the problem. We
have yet to establish just why! It was not the hardware because we tested
with just one card earlier, however one card was on board and the other NIC
was a PCI card. If we ever find out why then I will post. Many thanks
On your diagram you have private ip addresses (192.168.1.x) mapped to
a public ip address. How do you do that?
Thanks,
Mark
On Mon, 13 Jan 2003 [EMAIL PROTECTED] wrote:
> So, does your network system is similar with
> http://www.ita.org.mo/~edward/827Router.gif ?
>
--
redhat-list mailing
I think that I've found the solution. After continued digging with Google,
Yahoo and Altavista it seems that I need to add a "NO_PROBE" option to the
boot options for the aic7xxx module. So far on a NetServer HD Pro, it
works. I'll post a follow-up after I play with an AHA-2940U2 and an
AHA-2940
Hello!!
Has anybody successfully configured mars_nwe to work with DOS clients (I
hope, someone did :)) ). My DOS clients are having difficulty to maintain
a connection to the server. That is while being connected I try to copy
files from the server and for a while it goes well, but then the copy
On Tue, Jan 07, 2003 at 08:34:27AM +0100, T. Ribbrock wrote:
[U5 OpenBSD 3.2 NFS server <-> Linux 2.1.18 NFS client]
[...]
> All programs that use locking (e.g. mutt -> fcntl) throw errors ("Can't get
> lock", "lock failed" and similar) and I am getting error messages on the
> Linux box as well e
On Fri, Jan 10, 2003 at 06:10:41PM -0800, Christopher Lyon wrote:
> So, for the most part I will be OK but if a box blows up it would most
> likely take a constant power up power down to do it. The only app that I
> am running on some of these boxes is MySQL for IDS. If something doesn't
> get log
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 10 January 2003 11:07 am, Toralf Lund wrote:
> I have a driver for an optional hardware component (a frame grabber)
> that I want the system to set up automatically upon reboot after the
> hardware has been installed. I've managed to modify
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 10 January 2003 11:07 am, Toralf Lund wrote:
> I have a driver for an optional hardware component (a frame grabber)
> that I want the system to set up automatically upon reboot after the
> hardware has been installed. I've managed to modify
>
On Mon, 13 Jan 2003, Toralf Lund wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Friday 10 January 2003 11:07 am, Toralf Lund wrote:
> > > I have a driver for an optional hardware component (a frame grabber)
> > > that I want the system to set up automatically upon reboot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ahh, well. I added the northgrum e-mail server to my access.db, &
now it lets mail in... Anyone know how I can let in the whole
domain? Does access.db allow *.domain.com, or so on?
-Tom
- -Original Message-
From: T. Ribbrock [mailt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 13 January 2003 07:39 am, Toralf Lund wrote:
> > 'man mknod' for details, but basic usage is:
> > mknod NAME TYPE MAJOR MINOR
>
> I had a feeling someone would misunderstand my request...
>
> I *know* how a device file may be created, that w
how to substutue string in a text file by using "gerp" or "find"?
I have a text file, lof of "abdfggg" in that text file, i need to change
it to "opsmsdd", is there a simple way to do that?
Thanks
Jianping Zhu
Department of Computer Science
Univerity of Georg
On Mon, 13 Jan 2003, Toralf Lund wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Friday 10 January 2003 11:07 am, Toralf Lund wrote:
> > > I have a driver for an optional hardware component (a frame
grabber)
> > > that I want the system to set up automatically upon reboot a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 13 January 2003 07:39 am, Toralf Lund wrote:
> > 'man mknod' for details, but basic usage is:
> > mknod NAME TYPE MAJOR MINOR
>
> I had a feeling someone would misunderstand my request...
>
> I *know* how a device file may be created, that w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 10 January 2003 11:07 am, Toralf Lund wrote:
> I have a driver for an optional hardware component (a frame grabber)
> that I want the system to set up automatically upon reboot after the
> hardware has been installed. I've managed to modify
>
On Mon, 13 Jan 2003, Jianping Zhu wrote:
>
> how to substutue string in a text file by using "gerp" or "find"?
>
> I have a text file, lof of "abdfggg" in that text file, i need to change
> it to "opsmsdd", is there a simple way to do that?
there's always the "replace" command.
rday
--
re
Use back-ticks `` (like single quotes in the opposite direction) around your command.
Example MYVAR=`grep foo bar`
This redirects the standard out of a command into a variable.
Rick
-Original Message-
From: Jianping Zhu [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 13, 2003 8:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 13 January 2003 07:58 am, Toralf Lund wrote:
> > As an example, the device file for /dev/hda:
> > mknod /dev/hda b 3 0
> >
> > /dev/hda is a block device (b) major 3 minor 0
> >
> > $ ll /dev/hda
> > brw-rw1 root disk 3,
i use "man replace" but find nothing
how to use replace?
Thanks
On Mon, 13 Jan 2003, Robert P. J. Day wrote:
> On Mon, 13 Jan 2003, Jianping Zhu wrote:
>
> >
> > how to substutue string in a text file by using "gerp" or "find"?
> >
> > I have a text file, lof of "abdfggg" in that text file
Thanks.
but a little confused by your advice
can u give more detail?
Thanks
On Mon, 13 Jan 2003, Rick Carroll wrote:
> Use back-ticks `` (like single quotes in the opposite direction) around your
>command.
> Example MYVAR=`grep foo bar`
>
> This redirects the standard out of a command into a
On Mon, 13 Jan 2003, Toralf Lund wrote:
> > There should be a "MAKEDEV" executable in /dev, assuming you've got the
> > MAKEDEV package installed (rpm -q MAKEDEV). If so, su to root, and just
> > "cd /dev; ./MAKEDEV hda"
> Yes, I get that's part of the answer to my questions. However, I've never
On Mon, 13 Jan 2003, Jianping Zhu wrote:
> i use "man replace" but find nothing
>
> how to use replace?
>
> Thanks
>
> On Mon, 13 Jan 2003, Robert P. J. Day wrote:
>
> > On Mon, 13 Jan 2003, Jianping Zhu wrote:
> >
> > >
> > > how to substutue string in a text file by using "gerp" or "find"
How do you get to the kernel on Linux 7.3 ... I am getting ready to install
Oracle 9i on Linux.. But notice the kernel is not at /etc/system .. Like on
solaris systems... I am a newbie to Linux.
Thanks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https:
Actually if the strings you mentioned in the file are literal strings, you can use:
sed "s/abdfggg/opsmsdd/g" file_1 > file2
sed will output every line of file_1 into file_2 and if it finds abdfggg, changing
every occurrence of abdfggg with opsmsddd.
The command reads something like "substitut
I don't believe that you can't substitute with grep or find. Do you
have access to sed?
sed -e 's/abdfgg/opsmsdd/g' filename > outputfilename
If you have multiple files with text you wish to replace, then you could
use 'grep -R' to find them and if you're replacing with the same text in
each fi
Jianping Zhu wrote:
how to substutue string in a text file by using "gerp" or "find"?
I have a text file, lof of "abdfggg" in that text file, i need to change
it to "opsmsdd", is there a simple way to do that?
sed is your friend.
sed 's/abdfggg/opsmsdd/g' >
That will replace ALL instances
Hi,
When my mom's version of ME got corrupted and wouldn't boot I
found both the corrupted file and a WIN ME boot disk on the
internet. Have tried searching for a windows XP boot disk on
the web. I am sure you can find dos fdisk on the web.
Linda
--
redhat-list mailing li
I have a dirctory mydir
i mistakely use "ln -s mydir" to link mydir to itself. how can i
diconneted this link?
Thanks
Jianping Zhu
Department of Computer Science
Univerity of Georgia
Athens, GA 30602
Tel 706 5423900
--
redha
On Mon, Jan 13, 2003 at 08:57:05AM -0500, Campbell, Michael (Contractor) wrote:
>
> How do you get to the kernel on Linux 7.3 ... I am getting ready to install
> Oracle 9i on Linux.. But notice the kernel is not at /etc/system .. Like on
> solaris systems... I am a newbie to Linux.
In Red Hat, the
> RH7.2, kernel-2.4.18-19.7, sendmail-8.11.6-3
>
> I installed MailScanner and F-Prot from the rpm's, and it seemed to go
> without any problem. Here is what I don't understand.
>
> Razor, spamsassassin, and MailScanner all seem to check for spam. Are
> they different and should all be used? If
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 13 Jan 2003 09:24:54 -0500 (EST), Jianping Zhu wrote:
> I have a dirctory mydir
> i mistakely use "ln -s mydir" to link mydir to itself.
That cannot be it, since "ln" would not be allowed to overwrite the
existing directory mydir. You must ha
I have a disk from a RH6.2 system that lost the MBR. The disk has an odd dev label on
is originating system like /dev/xyz. Not in the range of /dev/hd[a-z]. I am unable to
work with this drive on the originating system so I currently have it attached to one
of my PC's as /dev/hdb. I can chroot t
On the computer not running MySql with the data base, but running Linux
and MySql enter:
mysql -h 10.1.10.3 -u root -D database-wanted
This will start mysql on the local machine, but connect to the mysql
database on the remote computer.
david
On Sat, 11 Jan 2003, Terry Hobart wrote:
> Forgive
At 10:07 13/01/2003 -0500, you wrote:
I have a disk from a RH6.2 system that lost the MBR. The disk has an odd
dev label on is originating system like /dev/xyz. Not in the range of
/dev/hd[a-z]. I am unable to work with this drive on the originating
system so I currently have it attached to one
On Mon, Jan 13, 2003 at 08:55:42AM -0500, Robert P. J. Day wrote:
[...]
> my apologies -- i'd forgotten that that command comes with
> the mysql RPM.
replace is also available separately - see:
http://replace.richardlloyd.org.uk/
Cheerio,
Thomas
--
I hate to cross post but I am really up a creek with this server and am
quickly running out of options. Could you all take a look through this
email and see if anything catches your eye?
Date: Sun, 12 Jan 2003 13:45:43 -0600
To: [EMAIL PROTECTED]
From: Charles Holbrook <[EMAIL PROTECTED]>
Subje
On Sun, 2003-01-12 at 21:54, Terry Hobart wrote:
> I agree it is not a firewall issue. I have no firewall running on this machine
> and am accessing it from a workstation on its local network server:10.1.10.3/8
> workstation: 10.1.0.101/8
>
> dns is also not running. The named server is not even
How do I set-up Telnet and FTP between my windows XP and Linux 7.3?
Thanks for the advice
-Original Message-
From: Mike Vanecek [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 12, 2003 1:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Rpm gui in redhat 8
-- Original Message -
At 09:30 13/01/2003 -0600, you wrote:
On install when I get to disk druid or fdisk or auto partition the system
has a tendancy to hang (about 75%) of the time.
Smells like bad memory to me.
Can you try memtest86?
http://www.memtest86.com/
hih
nick@nexnix
--
redhat-list mailing list
unsubsc
in an unlikely place, a disturbing hint that the bush administration
(that paragon of clear thinking and logical analysis) may inadvertantly
give linux a rough ride at various levels of U.S. government.
in a recent piece by journalist david broder:
http://www.truthout.com/docs_02/011403E.bro
How do I set-up Telnet and FTP between my windows XP and Linux 7.3?
you shouldn't. use openssh.
if you insist, take a look at /etc/xinetd.d and turn on telnetd and ftpd in
there.
man xinetd for more info.
--Matt
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsu
On Mon, Jan 13, 2003 at 08:21:44AM -0500, Jianping Zhu wrote:
>
> how to substutue string in a text file by using "gerp" or "find"?
>
> I have a text file, lof of "abdfggg" in that text file, i need to change
> it to "opsmsdd", is there a simple way to do that?
Retrieve chgrep from freshmeat.ne
Hi Emmanuel,
So the kernel is /boot directory ... is there a particular file under this
directory that would have the kernel settings?
Thanks
-Original Message-
From: Emmanuel Seyman [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 13, 2003 9:56 AM
To: [EMAIL PROTECTED]
Subject: Re: Kern
On Monday 13 January 2003 07:00 am, you wrote:
>
> In short, yes you should install and use them all. They compliment each
> other.
>
> Gerry
Thank you. Since installing MailScanner less than 24 hours ago, it has
already been working hard.
I will install Razor and Spamassassin.
Irwin
--
To add auto detection/automatic driver setup for a frame grabber board
which has a custom Linux driver. I've managed to get kudzu to add the
following line:
alias char-major-81 itifg
to /etc/modules.conf
However, after loading the module I get
cat /proc/devices
Character devices:
[ ... ]
254
The first line of the lilo.conf file is boot=/dev/xyz and even if I link /dev/xyz to
/dev/hdb (the real device name on the temp macine).
I get an error:
"open /dev/xyz: No such device or address"
If I set the boot line in lilo.conf to /dev/hdb will the mbr expect the device to be
/dev/hdb on the
or try:
:g/abdfggg/s//opsmsdd/g from vi/vim
Good luck
Bob
Jack Bowling <[EMAIL PROTECTED]> wrote:
>On Mon, Jan 13, 2003 at 08:21:44AM -0500, Jianping Zhu wrote:
>>
>> how to substutue string in a text file by using "gerp" or "find"?
>>
>> I have a text file, lof of "abdfggg" in that text fil
How about sed?
sed s/abdfggg/opsmsdd/g text_file
Mark
[EMAIL PROTECTED] wrote:
or try:
:g/abdfggg/s//opsmsdd/g from vi/vim
Good luck
Bob
Jack Bowling <[EMAIL PROTECTED]> wrote:
On Mon, Jan 13, 2003 at 08:21:44AM -0500, Jianping Zhu wrote:
how to substutue string in a text file by u
On Mon, Jan 13, 2003 at 10:38:00AM -0500, Campbell, Michael (Contractor) wrote:
>
> So the kernel is /boot directory ... is there a particular file under this
> directory that would have the kernel settings?
Kernel settings??
You'll find a vmlinuz file in the /boot directory but this contains
the
Anyone know of a good web based NNTP client.
Regards
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
Sorry,
The diagram may some mistakes, it designed for User of Cisco 827 Router /
Cisco System to help our network system !
Ed.
Mark Neidorff wrote:
> On your diagram you have private ip addresses (192.168.1.x) mapped to
> a public ip address. How do you do that?
>
> Thanks,
>
> Mark
--
re
Some equivalent functions of /etc/system on Sun can be found in
/etc/sysctl.conf on Linux. Most of this depends on what you
are attempting to accomplish. There is also /etc/modules.conf
and various parameters you can pass at boottime.
-Steve
-Original Message-
From: Emmanuel Seyman [mai
Sorry, brain fart. Was typing telnet 10.1.10.3:3306
Using the correct syntax I got 'connection to host lost'.
And that's correct - no telnetd on this server. I will go ahead and install
it and reply back.
Terry
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Beha
On Mon, Jan 13, 2003 at 10:46:20AM -0500, Campbell, Michael (Contractor) wrote:
> How do I set-up Telnet and FTP between my windows XP and Linux 7.3?
If you can, don't use telnet or ftp, use ssh (instead of telnet) and
sftp (instead of ftp). They are secure substitutes. On a Linux
server a singl
On Mon, 2003-01-13 at 06:06, Rechenberg, Andrew wrote:
> I don't believe that you can't substitute with grep or find. Do you
> have access to sed?
>
> sed -e 's/abdfgg/opsmsdd/g' filename > outputfilename
>
> If you have multiple files with text you wish to replace, then you could
> use 'grep -R
On Mon, 2003-01-13 at 08:54, Terry Hobart wrote:
> Sorry, brain fart. Was typing telnet 10.1.10.3:3306
>
> Using the correct syntax I got 'connection to host lost'.
>
> And that's correct - no telnetd on this server. I will go ahead and install
> it and reply back.
Once again, you don't need tel
I have RH7.3 and postfix running. I want to use SASL. Can I do this
without installing cyrus and reconfiguring my postfix? I know I will have
to reconfigure the main.cf What version of postfix supports SASL and is it
part of 7.3?
Thanks,
Doug
--
redhat-list mailing list
unsubscribe mailto:
- Original Message -
From: "Dan Bar Dov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 11:36 AM
Subject: RE: Advanced Server 2.1 update SRPMS - where?
>
>
> > >
> > > If so, I guess I'll have to purchase one subscription just to get
> the
> > > SRPMS from
I just setup a Redhat 7 webserver (I know that's an old version but I
have another reason for using it) over the weekend and am having trouble
getting the system to maintain a configuration for a Netgear FA311 NIC
between boots.
Using a Netgear supplied module driver I added the fa31x.o file to
I am getting error message stating this:
Out of memory killed process 854 [spamd]
anyone have any suggestions on how to fix this?
--
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
Meet Singles
h
At 12:46 AM 1/14/2003 +0800, you wrote:
Sorry,
The diagram may some mistakes, it designed for User of Cisco 827 Router /
Cisco System to help our network system !
Ed.
I looked over your drawing and just to keep it simple here is the way
things are with my system/network now:
At 12:46 AM 1/14/2003 +0800, you wrote:
Sorry,
The diagram may some mistakes, it designed for User of Cisco 827 Router /
Cisco System to help our network system !
Ed.
I looked over your drawing and just to keep it simple, here is the way
things are with my system/network now:
> -Original Message-
> From: Burke, Thomas G.
> Sent: Monday, January 13, 2003 7:11 AM
> Subject: RE: Sendmail anti-spam feature?
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Ahh, well. I added the northgrum e-mail server to my access.db, &
> now it lets mail in... Anyone
Ok, I've got 9.2.1 installed, but I still don't know how compile BIND. The
instructions say to execute the following command:
./configure && make
What directory should I be in to execute this command. I cannot find a
configure script or this make file.
Thanks.
-Original Message-
From:
On Mon, 2003-01-13 at 05:45, Jianping Zhu wrote:
> Thanks.
> but a little confused by your advice
> can u give more detail?
Use sed, as was advised by Ric Tibbetts. That is what it's made for.
Forget anything else.
sed 's/abdfggg/opsmsdd/g' originalfile.txt > newfile.txt
> Thanks
>
> On Mon,
If you installed the rpm, you don't need to compile.
If the output of `rpm -q bind` shows that you have it installed, you're
done. Configure and run. Skip the docs telling you how to compile.
--Matt
--On Monday, January 13, 2003 10:39 AM -0700 Craig Cameron
<[EMAIL PROTECTED]> wrote:
Ok, I
http://www.netgear.com has an excellent help on their site.
--
Michael S. Dunsavage
- Original Message -
From: "Paul Greene" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 12:24 PM
Subject: Netgear FA311 NIC dilemma
> I just setup a Redhat 7 webserver (I know
Emmanuel and Rigler.. I am installing Oracle 9i and have to ensure that:
1. the kernel be 2.0.33 or higher, and GNU C libraries be 2.0.6 or higher.
2. Kernel parameters are set to a certain limit for Oracle.. parameters
are:
SHMMAX, SHMMIN, SHMSEG, SEMMNS, SEMMNI, SEMMSL
Thanks
Ted Gervais wrote:
> At 12:46 AM 1/14/2003 +0800, you wrote:
> >Sorry,
> >
> >The diagram may some mistakes, it designed for User of Cisco 827 Router /
> >Cisco System to help our network system !
> >
> >Ed.
>
> I looked over your drawing and just to keep it simple, here is the way
> things are w
> -Original Message-
> From: Craig Cameron
> Sent: Monday, January 13, 2003 11:40 AM
> Subject: RE: newbie RE: BIND & ./configure
>
>
> Ok, I've got 9.2.1 installed, but I still don't know how
> compile BIND. The instructions say to execute the following command:
>
> ./configure && mak
On January 13, 2003 12:10 pm, Kent Borg wrote:
> As with all software on your Linux server, keep this software up to
> date too. Security holes could be found, if they are they will likely
> be patched quickly--but that only helps you if you stay up to date.
it should also be mentioned that since
I don't know this router. The concept is network address translation
(NAT). You need to map the different ports from the external IP address
to the internal IP addresses.
i.e. 24.224.0.1:80 sent to 192.168.0.1:80
On a cisco router this is a one line command. On Dlink, I am not sure
what it is
On January 13, 2003 12:10 pm, Kent Borg wrote:
As with all software on your Linux server, keep this software up to
date too. Security holes could be found, if they are they will likely
be patched quickly--but that only helps you if you stay up to date.
it should also be mentioned that since you
-- Original Message ---
From: "Campbell, Michael (Contractor)" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Sent: Mon, 13 Jan 2003 10:46:20 -0500
Subject: Telnet and FTP
> How do I set-up Telnet and FTP between my windows XP and Linux 7.3?
>
> Thanks for the a
I agree that Putty is nice for it's small footprint, but the ssh client
that can be downloaded at
http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html
also includes command-line utilities as well as a very nice graphical
file tranfer app.
Shannon Neumann
Neumannweb Computers
Hi there.
I'm trying to send emails with attachments:
# mutt -s subject -a file mylocal@host < mensaje.txt
but when I use this, mutt starts making some questions
(mail to, subject, attach file, etc) when it supose
the mail to be sent without question.
It seems to be that the "vi" text editor run
Then I believe you would want to edit your /etc/sysctl.conf
I don't believe all the parameters you listed are available,
but for the ones you can change add them to /etc/sysctl.conf
like:
kernel.shmmax =
etc...
To load the values do:
sysctl -p
You can also change values from the command line l
*Where* on their website?
That's the first place I looked, and also where I got the driver. I
couldn't find any especially helpful information there. I followed all
the instructions in the readme file, but suspect there might have been
some information missing.
pg
Michael S. Dunsavage wrote:
Greetings,
I need to run this by you folks and see if there are any
alternatives/issues that might get this to work. (using the very latest
kernal)
I have a VA-502 revA1 motherboard that has both DIMM slots and SIMM slots.
It is currently runing on the DIMM with two 64k DIMMS. Everything wor
I have a huge extended partition, hda4, on my system. I'd like to
subdivide that partition, creating a large VFAT partition that both
Windows and Linux can see as well as partitions for my home directory
and for Apache.
My question is: since this partition isn't currently mounted at all and
has n
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
Have you tried appending MEM=512M to the boot loader?
-Original Message-
From: John B. Moore [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 13, 2003 11:27 AM
To: [EMAIL PROTECTED]
Subject: Memory - 512 SIMMS
Greetings,
I need to run this by you folks and see if there are any
alter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ya know, I read that, & It just now dawned on me that "yes you
can"...
- -Original Message-
From: Cowles, Steve [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 13, 2003 12:35 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Sendmail anti-spam feature?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 13 Jan 2003 10:38:00 -0500, Campbell, Michael (Contractor)
wrote:
> So the kernel is /boot directory ... is there a particular file under
> this directory that would have the kernel settings?
The kernel config files that was used to build the
Ok, I've got 9.2.1 installed, but I still don't know how compile BIND. The
instructions say to execute the following command:
./configure && make
What directory should I be in to execute this command. I cannot find a
configure script or this make file.
Thanks.
-Original Message-
From:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 13 Jan 2003 19:11:37 +0100 (CET), Jorge Luis Hernández Valdivia
wrote:
> I'm trying to send emails with attachments:
>
> # mutt -s subject -a file mylocal@host < mensaje.txt
>
> but when I use this, mutt starts making some questions
> (mail
[EMAIL PROTECTED] wrote:
or try:
:g/abdfggg/s//opsmsdd/g from vi/vim
That's really the hard way.
:%s/abdfggg/opsmsdd/g works just as well and makes more sense.
PS- Remember that you can use anything as a delimiter in both vim and sed.
sed -e s/abcde/edcba/ is the same as sed -e s,abc
Right, but legally you can't use that for doing your job unless you
purchase it. Putty is truly free. :)
If you want a cute, free, GUI ssh-based file transfer app, try winscp2
(http://winscp.vse.cz/eng/)
--Matt
--On Monday, January 13, 2003 1:07 PM -0500 Shannon Neumann
<[EMAIL PROTECTED]>
Campbell, Michael (Contractor) wrote:
Emmanuel and Rigler.. I am installing Oracle 9i and have to ensure that:
1. the kernel be 2.0.33 or higher, and GNU C libraries be 2.0.6 or higher.
2. Kernel parameters are set to a certain limit for Oracle.. parameters
are:
SHMMAX, SHMMIN, SHMSEG, S
Anyone have a good recommendation for a syslog server to handle logs from a
cisco router, pix firewall and apache and other system logs?
Thanks,
Darryl
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
Shane,
No.. Frankly I'm not that familiar with how to do this.. Where can
do this..??
Thanks...
John...
Daily, Shane, CTR wrote:
Have you tried appending MEM=512M to the boot loader?
-Original Message-
From: John B. Moore [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 13
Hi all,
I compiled and successfully instaled Qmail and related software in a redhat
8.0 box. Now, I'm installing another redhat 8.0 in a 2nd machine. Can I copy
the binaries compiled in the first machine to the second? Will those binary
work correctly?
And, speaking more widely: if i compile one p
If using LILO
Lilo Boot: linux MEM=512M
If using GRUB
select image (probably default)
hit "a" key
and append MEM=512M so that it reads something like this
grub append> ro root=LABEL=/ MEM=512M
I think that's correct ?
Shane
-Original Message-
From: John B. Moore [mailto:[EMAIL PROTE
Ok, I've got 9.2.1 installed, but I still don't know how compile BIND. The
instructions say to execute the following command:
./configure && make
What directory should I be in to execute this command. I cannot find a
configure script or this make file.
Thanks.
-Original Message-
From:
List,
Do jobs in CRON that use the `run-parts` get mailed? In my crontab file
the stuff I manually added gets e-mailed on success or on failure, I looked
at `man 5 crontab` and saw nothing obvious, just read "will look at MAILTO
if it has any reason to send mail as a result of running commands
One not-quite-elegant method is to:
cd /usr/share/linux-...
make modules
make modules_install
As long as the config file as the same, and as long as 'make mrproper' hasn't
been run, this should work.
Daniel.
On Monday 13 January 2003 13:24, Stephen Reilly wrote:
> Hello,
>
> I have recently in
On Mon, 2003-01-13 at 10:27, John B. Moore wrote:
> Greetings,
>
>I need to run this by you folks and see if there are any
> alternatives/issues that might get this to work. (using the very latest
> kernal)
>
> I have a VA-502 revA1 motherboard that has both DIMM slots and SIMM slots
--
red
Have you looked at the sshd config file to make sure it's not trying some
other auth method first. Just a thought, but what if it was trying to
authinticate you via LDAP and your machine key before asking for password?
On my system I would start with `vi /etc/openssh/sshd_config`
/B
- Origi
1 - 100 of 168 matches
Mail list logo