Hi, Michel
> Do I have the real 9.0 version or simply a pre 9 version
Try "cat /etc/redhat-release" on the console and it will print out the release
information. rpm -qi redhat-release just prints out the version of the rpm
package not the release itself.
Greetz,
Alex
--
redhat-list mailing
Michael Hamam wrote:
I downloaded BDB, and installed as per instructions. When I tried to
connect to ldap through a browser, I get the following errors,
Invalid credentials, and error 32 no such object
Did you create a database, and put some structural units in it?
What is causing the
Upgraded to 2.0.13 tonight, from 1.1.11.
All mail delivery is seemingly working, but I now see the following error in the logs:
postfix/qmgr[]: warning: connect to transport filter: Connection refused
What does this mean?
(It probably means I didn't read something.)
--
redhat-list mail
I chased the same problems for quite some time. Finally found some decent notes on the
Net about it. In addition to the changes to /etc/sysconfig/i18n, I also edited
.bashrc. After rebooting, everything went well.
--
Eric Robinson
-Original Message-
From: Jason Willia
which command can display all the memory distribution
and its related procee?
is it ipcs, or is there some other better
command?
THX
Paulo Schopf wrote:
I have RH9 server running Squid, without nat or
iptables. My clients can access ftp pages using a
browser, but dont using ftp clients for Windows
(LeechFTP).
What is the easier way to let them access ftp using
ftp clients?
The easiest way would be to add NAT for non HTTP s
Friends,
any info regarding configuring
some web page which gives the
current ldap users output which
can be used as a csv or txt address book.
there is this feature in horde but
it is stopping at 500 entries
I would like a simple webpage
which can do this trick.
Please Help.
Hiten.
Thanks all for your interest and support, enclosed
you'll find more info about my Linux Box (little long
though). Hopefully we can solve this issue. :)
>As root, type dmesg | more. Near the end of the
>output you should see what the FW drive is recognized
>as. (Mine was /dev/sda, I'd bet yours i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I updated a server with the openssh errata for valhalla today and now when I
log in I see this in the logs:
sshd(pam_unix)[14785]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh
ruser= rhost=x user=xx
sshd(pam_unix
Jason Williams wrote:
Evening everyone.
I have a question about a RH 9.0 server that im working with. I am
testing out RH 9.0 to see if we would like to put it into production.
However, I noticed that when I log in (via putty), once I enter my login
name, it hangs for about 2 seconds...Not lo
rpm -qi redhat-release
give me:
version: 9
release: 3
Do I have the real 9.0 version or simply a pre 9 version
Michel
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
Title: RE: getting dns ip automatically
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Monday, July 28, 2003 6:00 AM
>To: [EMAIL PROTECTED]
>Subject: getting dns ip automatically
>
>
>In Red Hat 8, when I connect to ISP via wvdial, I can ping
>with ip
On Tue, 2003-07-29 at 21:43, Daevid Vincent wrote:
> Could someone explain to me why I get a different result (actually
> technically no results) when using "ps aux" piped to grep, but "ps ax" works
> exactly as it should? Why does the "u" switch hose grep?
>
Add a w for every 80 chars you need I
That is because mathematics libraries are not standardly (:P yuk! )
linked to programs.
add this to your gcc line:
-lm
that tells gcc to tell ld to link your program with some library file
named libm.so or libm.a (depending if it is shared or statically
linked...
On Tue, 2003-07-29 at 22:01, Bu
On Tue, Jul 29, 2003 at 11:01:16PM -0400, Buz Davis wrote:
> Hi,
> with the following statement:
>
>
> gcc -Wall -D_GNU_SOURCE testsqrt.c -o testsqrt.o
add "-lm" to the above line.
(yes - you do need to explicity link in the math library. )
--
Jeff Kinz, Open-PC, Emergent Research, Hudson,
Hi,
I have encountered a problem that is undoubtedly a reflection
of my ignorance of Linux. In attempting to compile the following
simple C program:
#include
#include
#include
#include
int main (int argc, char ** argv)
{
double x=102.3;
printf("square root of %f is %f\n",x,sqrt(x));
return(1)
Hello,
I am installing RH9 to several machines from nfs server
at the same time. If I specify ksdevice=eth0 or ksdevice=eth1 in pxeconfig file, only
that network device will be used to find kickstart file. But I don't know beforehand
which kind of network device every machine actually uses. Th
On Tue, 29 Jul 2003, Daevid Vincent wrote:
> Could someone explain to me why I get a different result (actually
> technically no results) when using "ps aux" piped to grep, but "ps ax" works
> exactly as it should? Why does the "u" switch hose grep?
run "ps aux" without the grep and I think you c
Could someone explain to me why I get a different result (actually
technically no results) when using "ps aux" piped to grep, but "ps ax" works
exactly as it should? Why does the "u" switch hose grep?
[EMAIL PROTECTED] ps ax | grep "nessus"
577 ?S 0:00 /usr/local/sbin/nessusd -D -a
Hello all:
I am upgraded to RH 9. I have installed all of Gnome and KDE packages.
Gnome starts up okay. KDE starts, but then the "Control Panel" never
loads. The remainder of the window seems to be there and works okay exept
there is no menu selection of any of the installed applications.
On Tue, 2003-07-29 at 22:09, David Smith wrote:
> Hi,
> I have a problem and I'm not even sure where to begin or how to fix
> it. I have Red Hat 9 and I use Yahoo Messenger for most of my work
> with remote people (it just happens to be what the people I have to
> talk to use). Anyway I am using th
Hi,
I have a problem and I'm not even sure where to begin or how to fix it. I have Red Hat 9 and I use Yahoo Messenger for most of my work with remote people (it just happens to be what the people I have to talk to use). Anyway I am using the Unix version from yahoo and it seems to install it
On Tue, 2003-07-29 at 21:33, Lorenzo Prince wrote:
> Hmm. Try the following if you want to search within a specific directory:
>
> for f in /directory/*; do grep "text" $f; done
>
> or you can omit /directory/ if you want to search the current directory, so the
> command would look something li
Hmm. Try the following if you want to search within a specific directory:
for f in /directory/*; do grep "text" $f; done
or you can omit /directory/ if you want to search the current directory, so the
command would look something like this:
for f in *; do grep "text" $f; done
I think this wil
Jason Williams staggered into view and mumbled:
> However, I noticed that when I log in (via putty), once I enter my login
> name, it hangs for about 2 seconds...Not long I know, but i've never had
> this happen before with any other RH version.
Once you have logged into the system, how fast doe
From the command line, how do you search for a file containing a
certain text?
Thanks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
Evening everyone.
I have a question about a RH 9.0 server that im working with. I am testing
out RH 9.0 to see if we would like to put it into production.
However, I noticed that when I log in (via putty), once I enter my login
name, it hangs for about 2 seconds...Not long I know, but i've neve
Thanks for the debug info. It helped me realize that the mail wasn't
even being processed by procmail. It's one of those weird things where
you can't figure out exactly what happened.
I had a sendmail virtusertable entry that forwarded any @domain.com mail
to user. That way, any mail that came
On Tue, Jul 29, 2003 at 03:10:04PM -0500, MKlinke wrote:
>
> Heh, my ISP periodically has reverse lookup issues but that won't create
> the problem we are having. There are too many of us that had exactly
> the same thing happen at the same time with regard to the list email
> and in each case
Hi
I want to move my /home dir into a software raid 1.
Currently 65 gig /dev/hda
partitioned:
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 54G 19G 33G 38% /
/dev/hda1 46M 15M 29M 33% /boot
This is my plan:
No: I don't have a ip forwarding enabled... Why, I will need to enable them?>>> Matthew Galgoci<[EMAIL PROTECTED]> 29/7/2003 18:57:43 >>>
I vaguely seem to remember that you need to enable ip forwarding, but I don't seeit mentioned anywhere in this howto. Do you have ip forwarding enabled? On Tue,
Nick White wrote:
So I thought it worked... But I spoke too soon. It ONLY sends mail
through spamassassin if I send mail locally. As soon as I try to send
mail to [EMAIL PROTECTED], spamassassin no longer checks it, and it just
gets forwarded back out. You can see my .procmailrc file below, and
If anyone received bouncebacks claiming messages to me were undeliverable, I
appologize. My mail server was temporarily
down due to a change of hostname. It is back up now and is currently accepting mail
on 2 hostnames, although this will
change probably in a month or so, as I will be permena
Try increasing the kill time, from K##apmd to K99apmd or something.
-Original Message-
From: Vivek Shankar [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 3:37 PM
To: [EMAIL PROTECTED]
Subject: Poweroff
Hi,
I've got both apmd and acpid running on an ATX system with bios settings
On Tue, Jul 29, 2003 at 12:37:58AM -0700, bruce wrote:
> I think I have CVS working... but I'm not really sure!!!
Have you tested it? Do this on the command line :
CVS_RSH=ssh
CVSROOT=:ext:[EMAIL PROTECTED]:/CVS
export CVS_RSH CVSROOT
cvs co
(where is a name of a module you have in CVS).
>
>
I'm getting the following error on a redhat 7.3 server when trying to
restart apache:
PHP Fatal error: Unable to start session mm module in Unknown on line 0
Has anyone ever had this problem? Is there some sort of easy fix?
-Andy
---
[This E-mail scanned for viruses by the mail server]
--
re
I bougth a new PC with a MB that has video, sound, etc. integrated. The video
card, as I read in the manual is a ProSavage KM266 (RH 9 sees it as a KM133,
I think because it doesn't know about the km266 yet).
This wouldn't be a problem if I could get XFree to work (which I can't),
unless I use t
Hello boys,
I'have a problem with RedHat 9 because when I do:
adduser name.surname
the system reply: adduser: invalid user name 'name.surname'
How can resolve my problem?
I'm sorry for my bad english...
Best regards, Max
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.
hello,
when I was using NFS server to install redhat 9 on x86 system, on installing machine,
a window will prompt to let me choose network device, eth0 or eth1 and then I have to
append ksdevice=eth0 or eth1 to kernel parameter in pxe config file on NFS server. It
will cause problem if I hope
How does the redhat kernel version compare with the kernel.org version?
ie:
What redhat version is the same as kernel.org 2.4.21?
Regards
Steve
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
bruce <[EMAIL PROTECTED]> writes:
> I'm looking at seeting up CVS... I've seen some docs that state that you
> have to set up a .rhosts file for CVS. Can someone/anyone tell me why
You do not reference the documents you are reading, but they are probably
not up-to-date or if they are, they ma
I vaguely seem to remember that you need to enable ip forwarding, but I don't see
it mentioned anywhere in this howto. Do you have ip forwarding enabled?
On Tue, 29 Jul 2003, Judson S. Nascimento wrote:
> Helo!
> I'm trying to setup the Bridge on Basic Setup following the How To:
> http://www.e
Hi
While I can compile and create a kernel loadable module
as shown below, I get a kernel version mismatch in the
final result as indicated by the insmod command. Can
someone look at the steps below and tell me where I can
reconcile this difference.
Thank You...
##
i have a Pentium 120 Mhz, 64 mb ram. need install rh 8.0 there.
it can't boot from the cdrom, so i need boot from a floppy disk.
the question is: what are the parameters that must pass to "init" for
mount the cdrom and begin installation?
txs
--
Julio Galicia
Protexa CDC
Tel (938) 38 11610
Cd.
So I thought it worked... But I spoke too soon. It ONLY sends mail
through spamassassin if I send mail locally. As soon as I try to send
mail to [EMAIL PROTECTED], spamassassin no longer checks it, and it just
gets forwarded back out. You can see my .procmailrc file below, and
I've deleted .forw
Sergio
in the event that you still can mount the volume(s)
and access them;
modprobe -d ieee1394
modprobe -d ohci1394
modprobe -d sbp2
modprobe -d sd_mod
fdisk -l
Manually loads the required modules, then fdisk
(hopefully) returns the partition map for all devices.
Look to the SCSI since
Helo!
I'm trying to setup the Bridge on Basic Setup following the How To:
http://www.europe.redhat.com/documentation/HOWTO/BRIDGE-STP-HOWTO/set-up-the-bridge.php3
I've two NICs on Red Hat Linux 9, and, after setup I only ping 192.168.1.45 (the IP that I associated with mybridge) but not ping no
On Tue, 2003-07-29 at 15:36, Vivek Shankar wrote:
> Hi,
>
> I've got both apmd and acpid running on an ATX system with bios settings to
> pwr off in 4 secs. WinXP powers off without any hassles but RH 9.0
> does not.
>
> I have tried adding this line in Grub - with the kernel optinos:
> apm=power
On Tuesday 29 July 2003 14:35, John McKinney wrote:
> On Tue, 29 Jul 2003, MKlinke wrote:
> Mike,
>
> > On Tuesday 29 July 2003 13:03, Michael Schwendt wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> >
> > While I appreciate your sentiment, it seems to be doing some good
> > by
Thanks for that, it seemed to do the trick. I saw man procmail, but I
didn't think of trying man procmailrc (duh). I removed the c and it
stopped carbon copying locally.
In case any one else is having this issue, my .procmailrc file looks
like this:
:0fw
| /usr/bin/spamc
:0
! [EMAIL PROTECTE
I felt that this was worth bouncing to the list as well.
Regards,
Matthew Galgoci
-- Forwarded message --
Date: Tue, 29 Jul 2003 16:05:13 -0400 (EDT)
From: Matthew Galgoci <[EMAIL PROTECTED]>
To: MKlinke <[EMAIL PROTECTED]>
Subject: Re: I stopped getting list email yesterday...
Problem solved; on IE, cleared the "use a proxy server for your LAN.."
option and, most important, selected "Never dial a connection";
otherwise it just won't let you request anything without popping up a
dial-up window.. Hope this helps someone.
--
Herculano de Lima Einloft Neto <[EMAIL PROTECT
Look at "/sbin/mkfs.vfat". It is provided by the dosfstools
package.
-Steve
-Original Message-
From: Andre Kirchner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 2:35 PM
To: [EMAIL PROTECTED]
Subject: How to format a VFAT partition
Hi,
how can I format a VFAT partition with L
I am experiencing some confusion over blocks in Linux.
In one document,
http://www.europe.redhat.com/documentation/mini-HOWTO/Partition/recovering.php3
it shows that blocks are based on disk geometry
including heads and sectors.
When I run df I see a reference to 1K blocks.
Linux reports disk pe
Hi,
how can I format a VFAT partition with Linux? I don't wan't to use any Microsoft tool.
Thanks
Andre
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
On Tue, 29 Jul 2003, MKlinke wrote:
Mike,
> On Tuesday 29 July 2003 13:03, Michael Schwendt wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
>
> While I appreciate your sentiment, it seems to be doing some good by
> letting these go to the list. It would seem at this point that
Also, 'cut' is made for this sort of thing...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 1:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Print the first column of a file
Am Dienstag, 29. Juli 2003 15:58 schrieb Jason Dixon:
> On Tue, 2003
Do you have iptables running with rules?
type iptables -L
On Tue, 2003-07-29 at 15:33, Andre Kirchner wrote:
> Hi,
>
> I have configured the vsftpd demon in a way that it accepts ftp
> requests from the machine where it is running, but it doesn't accept
> requests from other machines. I just ge
Hi,
I've got both apmd and acpid running on an ATX system with bios settings to
pwr off in 4 secs. WinXP powers off without any hassles but RH 9.0
does not.
I have tried adding this line in Grub - with the kernel optinos:
apm=power-off
During shutdown I notice that the APD daemon shuts down befo
Hi,
I have configured the vsftpd demon in a way that it accepts ftp requests from the machine where it is running, but it doesn't accept requests from other machines. I just get a message telling me that the connection was refused.
Does anyone know what could be wrong? Do I need to configured oth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 29 Jul 2003 13:55:33 -0400, Milton Vega wrote:
> If this is the incorrect forum for this question, apologies in
> advance.
>
> I need the following RPM package, and if someone
> would be gracious enough to get it to me, or point
> me to it, t
Nick White wrote:
Ok, I see what you're saying. My current .procmailrc file looks like
this:
:0fw
| /usr/bin/spamc
So what would I need to do to make this not deliver locally, and forward
it to [EMAIL PROTECTED]
This recipe will do it. I pulled it out of 'man procmailex'
:0 c
! [EMAIL PROTECTED]
On Tue, 2003-07-29 at 19:22, Devon Harding - GTHLA wrote:
> From: Gerry Doris [mailto:[EMAIL PROTECTED], Tue July 29, 2003 2:20 PM
> > From: Devon Harding - GTHLA, Tue July 29, 2003 1:34 PM
> > > Besides Fetchmail, what other OpenSource POP3 retrieval software are
> > > out there. Any that work wi
I am running redhat 8 on an intel 686 pc.
The scsi-card as in adaptec 1510 isa card. when i do a modprobe aha152x
io=0x140 irq=10 i get an error. a dmesg gives the following result:
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x: resetting bus...
aha152x1: vital data: rev=1, io=0x14
Anthony E. Greene wrote:
> "Mark Haney" <[EMAIL PROTECTED]> wrote:
>> I have a very simple request for something but I'm having serious
>> issues finding what I need. I know this is a RH list, but other
>> people on the list have to deal with Exchange servers, does anyone
>> know of a script (real
Ok, I see what you're saying. My current .procmailrc file looks like
this:
:0fw
| /usr/bin/spamc
So what would I need to do to make this not deliver locally, and forward
it to [EMAIL PROTECTED]
-Original Message-
From: James Gibbon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003
On Tuesday 29 July 2003 01:55 pm, Milton Vega wrote:
> Hello:
>
> If this is the incorrect forum for this question, apologies in
> advance.
>
> I need the following RPM package, and if someone
> would be gracious enough to get it to me, or point
> me to it, that would be grand. The package is:
>
>
"Nick White" wrote:
> Hi RHML,
>
> I have spamassassin running and configured, but ~/.forward is called
> before ~/.procmailrc. This results in mail being forwarded before it is
> run through spamassassin. Besides using a milter for sendmail, is there
> any way to scan mail being forwarded thro
Hi RHML,
I have spamassassin running and configured, but ~/.forward is called
before ~/.procmailrc. This results in mail being forwarded before it is
run through spamassassin. Besides using a milter for sendmail, is there
any way to scan mail being forwarded through ~/.forward?
Thanks,
Nick
-
"Devon Harding - GTHLA" wrote:
> Ease of configuration and monitoring!!
To be honest I think fetchmail scores fairly well on both -
there's lots of info on the web to help with the former, and
it's flexible enough that you can do more or less what you
like wrt the latter.
--
redhat-list ma
"Mark Haney" <[EMAIL PROTECTED]> wrote:
> I have a very simple request for something but I'm having serious issues
> finding what I need. I know this is a RH list, but other people on the
> list have to deal with Exchange servers, does anyone know of a script
> (really any language) that will brow
Helo!
I'm trying to setup the Bridge on Basic Setup following the How To:
http://www.europe.redhat.com/documentation/HOWTO/BRIDGE-STP-HOWTO/set-up-the-bridge.php3
I've two NICs on Red Hat Linux 9, and, after setup I only ping 192.168.1.45 (the IP that I associated with mybridge) but not ping no
"Mark Haney" <[EMAIL PROTECTED]> wrote:
> I have a very simple request for something but I'm having serious issues
> finding what I need. I know this is a RH list, but other people on the
> list have to deal with Exchange servers, does anyone know of a script
> (really any language) that will brow
On Tue, 2003-07-29 at 14:19, Gerry Doris wrote:
> > Anyone?
> What's wrong with fetchmail?
>
> Gerry
>
We stopped using fetchmail several months ago when we switched to having
our ISP forward everything. It really works MUCH better. YMMV
--
redhat-list mailing list
unsubscribe mailto:[EMAIL P
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 29 Jul 2003 13:07:33 -0500, MKlinke wrote:
> While I appreciate your sentiment, it seems to be doing some good by
> letting these go to the list. It would seem at this point that the
> list server has some issues and the discussion is gene
Ease of configuration and monitoring!!
-Original Message-
From: Gerry Doris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 29, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: RE: POP3 Retrieval
> Anyone?
>
> -Original Message-
> From: Devon Harding - GTHLA
> Sent: Tuesday, July 29, 20
Not sure if they work with a mail scanner, but two popular ones are:
qpopper http://www.eudora.com/qpopper
courier-imaphttp://www.inter7.com/courierimap.html
Qpopper is pretty straightforward install. It's very nice.
Hope this helps.
Jason
At 02:13 PM 7/29/2003 -0400, you wrote:
Anyone?
Matthew Galgoci wrote:
>
> Lemma of system administration: 1 server, 4000 list subscribers. 2 users
> complain. Odds are the problem is not with the list server.
I didn't complain, but the list died for me too. I continued to
receive mail from other external sources. Odd.
--
redhat-list
> Anyone?
>
> -Original Message-
> From: Devon Harding - GTHLA
> Sent: Tuesday, July 29, 2003 1:34 PM
> To: [EMAIL PROTECTED]
> Subject: POP3 Retrieval
>
> Besides Fetchmail, what other OpenSource POP3 retrieval software are out
> there. Any that work with MailScanner?
What's wrong with f
Mark Greene wrote:
My latest up2date failed because /boot is not large enough. Taking a
look at what's in /boot, and I see I have what looks like every kernel
I've built:
vmlinux-2.4.18-10
vmlinux-2.4.18-17.7.x
vmlinux-2.4.18-18.7.x
vmlinux-2.4.18-19.7.x
vmlinux-2.4.18-24.7.x
vmlinux-2.4.18-27.7.x
Anyone?
-Original Message-
From: Devon Harding - GTHLA
Sent: Tuesday, July 29, 2003 1:34 PM
To: [EMAIL PROTECTED]
Subject: POP3 Retrieval
Besides Fetchmail, what other OpenSource POP3 retrieval software are out
there. Any that work with MailScanner?
_
Devon Harding
On Tue, 29 Jul 2003, Greg Bell wrote:
>
> This might help you. The driver installation program complained about
> permissions on a bunch of its files, so I had to do a bunch of chmods to
> get it to work right:
>
> chmod o+rx /usr/lib/libGLcore.so.1.0.4363
> chmod o+rx /usr/lib/libGL.so.1.0.4
> On Tuesday 29 July 2003 12:37, Gerry Doris wrote:
>> > I'd be interested if anyone else resolves axsi.com mail server at
>> > 67.153.21.8
>> >
>> > Regards, Mike Klinke
>>
>> I just did a lookup on axsi.com and got back 67.153.21.8.
>>
>> Gerry
>
> Was that authoritive?
>
> Regards, Mike Klinke
I have a very simple request for something but I'm having serious issues
finding what I need. I know this is a RH list, but other people on the
list have to deal with Exchange servers, does anyone know of a script
(really any language) that will browse Active Directory and post the
names and email
>
> While I appreciate your sentiment, it seems to be doing some good by
> letting these go to the list.
_Exactly!_
--
Matthew Galgoci "Dirty deeds, done dirt cheap"
System Administrator
Red Hat, Inc
919.754.3700 x44155
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTEC
On Tuesday 29 July 2003 13:03, Michael Schwendt wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tue, 29 Jul 2003 12:30:10 -0500, MKlinke wrote:
>
> [...]
>
> It would be polite if you moved your "Re: List has died!" thread
> into private mail, provided that Matthew still wants to se
Ok, so now I'll admit that there is something fishy going on with postfix delivering
to A records instead of MX records. I'll keep looking and let folks know when I find
something.
In the mean time, if anyone else notices postifix delivering to their domain A record
instead of the proper MX, plea
On Tue, 29 Jul 2003, MKlinke wrote:
> On Tuesday 29 July 2003 12:37, Gerry Doris wrote:
> > > I'd be interested if anyone else resolves axsi.com mail server at
> > > 67.153.21.8
> >
> > I just did a lookup on axsi.com and got back 67.153.21.8.
> >
> > Gerry
>
> Was that authoritive?
Things do no
On Tue, Jul 29, 2003 at 02:00:04PM -0400, Michael Gargiullo wrote:
> I've heard rumors that RedHat 10 will be the last "desktop" version of
> redhat released. That RedHat is going to support only Advanced Server.
>
> Is there any truth to this?
Red Hat hasn't announced this, so you won't get con
This might help you. The driver installation program complained about
permissions on a bunch of its files, so I had to do a bunch of chmods to
get it to work right:
chmod o+rx /usr/lib/libGLcore.so.1.0.4363
chmod o+rx /usr/lib/libGL.so.1.0.4363
chmod o+rx /usr/lib/tls/libGLcore.so.1.0.4363
chm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 29 Jul 2003 12:30:10 -0500, MKlinke wrote:
[...]
It would be polite if you moved your "Re: List has died!" thread
into private mail, provided that Matthew still wants to see it. ;)
Really, these periodic public complaints about "list lag" or
I've heard rumors that RedHat 10 will be the last "desktop" version of
redhat released. That RedHat is going to support only Advanced Server.
Is there any truth to this?
--
Michael Gargiullo <[EMAIL PROTECTED]>
Warp Drive Networks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTE
Hello:
If this is the incorrect forum for this question, apologies in
advance.
I need the following RPM package, and if someone
would be gracious enough to get it to me, or point
me to it, that would be grand. The package is:
==
kernel-headers-2.4.18-14.i386.rpm
=
On Mon, 2003-07-28 at 17:06, Rodolfo J. Paiz wrote:
> At 7/28/2003 16:22 +0100, you wrote:
> Seems like a reasonable idea, but my experience has been exactly the
> opposite. On a Toshiba Portégé 7200CTe, and on a Toshiba Satellite Pro
> 4260DVD, over the course of a few months battery life in Wi
On Tuesday 29 July 2003 12:46, Matthew Galgoci wrote:
> > It's been at least that long since 67.153.21.10 mail server has
> > been the axsi.com mail server, probably closer to 5 months when it
> > was made primary according to the MX record. The 64.81.113.223 MX
> > record was added at the end of
Am Dienstag, 29. Juli 2003 15:58 schrieb Jason Dixon:
> On Tue, 2003-07-29 at 10:07, Reuben D. Budiardja wrote:
> > Hello,
> > What command would I use to print just the first column of a file? For
> > example, the httpd (apache) access_log. The first column contains the IP
> > address. How can I j
I have setup crontab the following way: (My weekely report doesn't work!
and how can I setup my daily report to go only in the weekdays)
[EMAIL PROTECTED] dislam]$ cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cro
> It's been at least that long since 67.153.21.10 mail server has been the
> axsi.com mail server, probably closer to 5 months when it was made
> primary according to the MX record. The 64.81.113.223 MX record was
> added at the end of June, the 30th, and 67.153.21.10 was demoted to
> seconda
> If I install RPM's manually, does the RHN database get out of sync with
> my local machines RPM database?
If the package is listed on RHN, then yes.
> If so, and I would have to say that
> is the case, how does one re-sync the two databases?
# up2date -p
--
redhat-list mailing list
uns
On Tuesday 29 July 2003 12:37, Gerry Doris wrote:
> > I'd be interested if anyone else resolves axsi.com mail server at
> > 67.153.21.8
> >
> > Regards, Mike Klinke
>
> I just did a lookup on axsi.com and got back 67.153.21.8.
>
> Gerry
Was that authoritive?
Regards, Mike Klinke
--
redhat-lis
1 - 100 of 168 matches
Mail list logo