Re: [CentOS] BIND server getting DDOS

2022-08-04 Thread Mike Burger
as denied would indicate that it is not vulnerable to that type of abuse. While this is true, denial of those queries doesn't prevent that server from potentially being flooded with those queries. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, sav

Re: [CentOS] Package of GCC 12 on CentOS 7

2022-06-20 Thread Mike Burger
On 2022-06-20 09:38, Pete Biggs wrote: On Mon, 2022-06-20 at 09:20 -0400, Mike Burger wrote: On 2022-06-20 05:03, Pete Biggs wrote: > On Mon, 2022-06-20 at 09:31 +0100, david allan finch wrote: > > Is there an rpm of GCC 12 (or at least higher than 9) available to > > download

Re: [CentOS] Package of GCC 12 on CentOS 7

2022-06-20 Thread Mike Burger
GCC 11, as noted above, leave him downlevel? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 _

Re: [CentOS] Email Notification of updates which are available to be applied on CentOS Linux release 7.9.2009 (Core)

2022-02-09 Thread Mike Burger
up for the Centos-Announce list at https://lists.centos.org/mailman/listinfo/centos-announce. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --

Re: [CentOS] log4j cve

2021-12-14 Thread Mike Burger
tential for the vulnerability existing in 1.2, it may happen. It would be nice if there was a log4j-2 RPM available for C7, but as of this point, I've not been been able to locate one. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet

Re: [CentOS] email address

2021-12-07 Thread Mike Burger
o far nothing has worked. thx -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 ___ CentOS m

Re: [CentOS] What is /etc/subuid ?

2019-10-09 Thread Mike Burger
your answers. A quick google search: https://lmgtfy.com/?qtype=search&q=%2Fetc%2Fsubuid yielded this as the first link: http://man7.org/linux/man-pages/man5/subuid.5.html -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No o

Re: [CentOS] iptables - how to block established connections with fail2ban?

2019-06-26 Thread Mike Burger
actions to add iptables rules which invoke DROP instead of REJECT. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 __

Re: [CentOS] Postgrey not working

2019-06-19 Thread Mike Burger
id you include this line: postgrey unix - n n - - /var/spool/postfix/postgrey/socket in your /etc/postix/master.cf file? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one

Re: [CentOS] Postfix and choice of RBL

2019-06-17 Thread Mike Burger
y good job of weeding out the spambot desktops and such. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 ___

Re: [CentOS] bare-metal backup before update--options?

2019-02-11 Thread Mike Burger
t with the full RAID array and run the update. Thanks in advance! I've been a big fan of Mondo Rescue. http://www.mondorescue.org/ -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to s

Re: [CentOS] Yum refuses to install kmod-8188eu from elrepo

2019-01-22 Thread Mike Burger
ot compatible with the current kernel. I suggest you file a request to have the kmod-8188eu rebuilt for EL 7.6 at http://elrepo.org/bugs/ . Akeme Another alternative may be to pull down the SRPM and run it through rpmbuild to locally create a binary package compatible with the system as it

Re: [CentOS] compiling fedora srpm on CentOS

2018-12-27 Thread Mike Burger
rpmbuild to build it, specifically, for your system. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 _

Re: [CentOS] OT: good free email service ?

2018-11-10 Thread Mike Burger
sers, so I've moved my DNS and mail server to the cloud. Between the two of them, they cost me about $50/month...not cheap, but my IP isn't automatically on blacklists and I control everything, including inbound spam protection. -- Mike Burger http://www.bubbanfriends.org "It&#

Re: [CentOS] IBM buying RedHat

2018-10-30 Thread Mike Burger
can handle it, you should be fine. And if you're looking for major operations running on Power, look no farther than Google...they're a huge part of the Power consortium and run a huge farm of Power systems on Tyan boards. -- Mike Burger http://www.bubbanfriends.org "It'

Re: [CentOS] rsyslog listening on high port

2018-09-06 Thread Mike Burger
| grep syslog udp  0  0 0.0.0.0:51427  0.0.0.0:*   66655/rsyslogd  Adam, You might want to try running: lsof -i -P | grep LISTEN | grep :51427 to determine what process is actually listening to that port. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this

Re: [CentOS] LVM GUI in live CD

2018-05-21 Thread Mike Burger
I make no promises that it is there, but you could try system-config-lvm. If that doesn't work, the lvextend and lvreduce commands should work for you. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stop

Re: [CentOS] Ubiquiti Model UAP-AC-PRO

2018-02-18 Thread Mike Burger
> On Feb 17, 2018, at 11:09 AM, hw wrote: > > Mike Burger wrote: >>> On 2018-02-16 9:29 am, hw wrote: >>> Mike Burger wrote: >>>>> On 2018-02-16 8:16 am, hw wrote: >>>>> William Warren wrote: >>>>>> I would just buy a

Re: [CentOS] Ubiquiti Model UAP-AC-PRO

2018-02-16 Thread Mike Burger
On 2018-02-16 9:29 am, hw wrote: Mike Burger wrote: On 2018-02-16 8:16 am, hw wrote: William Warren wrote: I would just buy a cloudkey and not have to bother installing the software onto your machine directly.  If you do not have a power over ethernet switch you'll need a micro USB cabl

Re: [CentOS] Ubiquiti Model UAP-AC-PRO

2018-02-16 Thread Mike Burger
f the maintenance to someone else's hands. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

Re: [CentOS] logical volume is unreadable

2017-07-06 Thread Mike Burger
, at this point, everything that would have been running from this LV/FS is down, have you considered unmounting the filesystem and running a filesystem check against it? If it's EXT2/3/4, you can run fsck against it, if it's XFS, you can run xfs_repair against it. -- Mike B

Re: [CentOS] You have not permission to view content of this location

2016-12-07 Thread Mike Burger
e not permission to view content of this location The error message is Chinese in my system, I translate it into English. Thanks Silly question...what are the permissions on /data? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever

Re: [CentOS] Bind Vulnerability CVE-2016-2775

2016-09-01 Thread Mike Burger
775 Ouch! Affected Packages State PlatformPackage State Red Hat Enterprise Linux 5 bind97 Will not fix Red Hat Enterprise Linux 6 bindWill not fix Red Hat Enterprise Linux 5 bindWill not fix Red Hat Enterprise Linux 7 bindWill not fix -- Mike Bur

Re: [CentOS] Postfix Installed by default on CentOS 7 Minimal

2016-03-22 Thread Mike Burger
f the minimal install for any *nix server. While you may not use the system as an actual mail server, there are likely services and processes (cron jobs, etc) that will generate mail as part of their normal processing. -- Mike Burger http://www.bubbanfriends.org "It's always suici

Re: [CentOS] can't disable tcp6 on centos 7

2015-05-04 Thread Mike Burger
lieve I've seen anyone note/mention this: The above does not indicate that the port is closed...the above indicates that the port is open but is being filtered by your firewall rules. You might want to also check your firewall rules to ensure that port 5666 is allowing connections from the

Re: [CentOS] IP aliases for services (including dhcpd)?

2015-04-22 Thread Mike Burger
me sort of firewall SNAT rules to fake it, but I've never tried that, so I can't vouch for the viability of such a notion. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi

Re: [CentOS] Fail2ban mail failures ???

2014-12-26 Thread Mike Burger
On 2014-12-26 12:59 pm, Mike Burger wrote: On 2014-12-26 12:39 pm, Robert G. (Doc) Savage wrote: I'm using fail2ban with CentOS 6.6. Something is causing fail2ban's alerts sent to root's mail to be rejected. Here's a clip from one of the error messages: Mess

Re: [CentOS] Fail2ban mail failures ???

2014-12-26 Thread Mike Burger
difficulties at the receiving system end. You will likely find the root of your issues in the log entries for that message (or those messages) that occurred over the 5 days in question. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet

Re: [CentOS] arsh...@gmail.com has indicated you're a friend. Accept?

2014-10-10 Thread Mike Burger
On 2014-10-10 10:07 am, Karanbir Singh wrote: On 10/10/2014 01:09 PM, Mike Burger wrote: All those in favor of unceremoniously dumping arsh...@gmail.com from the listserv, say aye. rather than further promoting spam, as you are doing here - for list moderation requests, contact the list

Re: [CentOS] arsh...@gmail.com has indicated you're a friend. Accept?

2014-10-10 Thread Mike Burger
/invites.infoaxe.net/uns_inviter.jsp?email=centos@centos.org&iid=00de5e29-af05-4240-a75e-bc1e9954866d&from=arsh...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos -- Mike Burger http://www.bu

Re: [CentOS] slammed

2014-10-02 Thread Mike Burger
company's Wordpress installation was getting hammered by an IP in the same netblock, yesterday...look in your httpd logs for repeated POST operations to xmlrpc.php. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just

Re: [CentOS] Minimum RAM for CentOS7

2014-09-07 Thread Mike Burger
el that there's a bug in the installer, you are more than welcome to file a bug report with the upstream. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say

Re: [CentOS] CentOS 6, Postfix, and Procmail -- how do I get it to work?

2014-08-19 Thread Mike Burger
tely optional >> LOGFILE=$MAILDIR/from #recommended >> >> :0 >> * ^From.*no-re...@sns.amazonaws.com >> |$HOME/retrieveArchive.tcl >> >> :0 >> ! hel...@deepsoft.com >> >> Basically I want all mail to the Amanda Backup account, except >> messa

Re: [CentOS] CentOS 6, Postfix, and Procmail -- how do I get it to work?

2014-08-19 Thread Mike Burger
On 2014-08-18 6:19 pm, Timothy Murphy wrote: > Mike Burger wrote: > >>>> > What is the trick to get Postfix's local command to pipe mail through >>>> > procmail? > >>>> It's this simple: >>>> >>>> Instead

Re: [CentOS] CentOS 6, Postfix, and Procmail -- how do I get it to work?

2014-08-18 Thread Mike Burger
On 2014-08-18 3:42 pm, Robert Heller wrote: > At Mon, 18 Aug 2014 13:39:49 -0400 Mike Burger > wrote: > >> >> On 2014-08-18 1:26 pm, Robert Heller wrote: >> > What is the trick to get Postfix's local command to pipe mail through >> > procmail?

Re: [CentOS] CentOS 6, Postfix, and Procmail -- how do I get it to work?

2014-08-18 Thread Mike Burger
ix. Now, postfix will default to using procmail as its local delivery agent. Now, set up /etc/procmailrc like so: USER=`whoami` :0 fw | spamc :0 e { EXITCODE=$? } Now, set up the amanda user's .procmailrc rules like so: :0: * ^From.*no-re...@sns.amazonaws.com |$HOME/retrieveArch

Re: [CentOS] procmail and dovecot

2014-06-13 Thread Mike Burger
*shudder* > > Email isn't a database. Amen. Even at home, where I own/control the whole shebang, I limit the inbox size to 250M. Get close to or exceed that size, and you won't receive email...period. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-m

Re: [CentOS] BIND Log file entries

2014-05-01 Thread Mike Burger
114 msec > ;; SERVER: 216.185.71.33#53(216.185.71.33) > ;; WHEN: Thu May 1 09:59:50 2014 > ;; MSG SIZE rcvd: 176 > > > > What is this and why is it happening? Some of my digging turns up the possibility that your system is trying to perform IPv6 DNS queries agains

Re: [CentOS] [OT] how do I remove a battery

2014-04-22 Thread Mike Burger
. > It does not want to move. > I am reluctant to apply any more force than I > already have without knowing how to apply it. > > How do I remove the battery? Pliers? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. N

Re: [CentOS] How do graphical admin tools requiring root get authentication?

2014-03-13 Thread Mike Burger
r. My recommendation is, instead of trying to get a graphical console, SSH into the instance. You'll need to know/set a root password, have your SSH client configured to forward X11 (as well as the sshd on the remote VM), and be running an Xserver on your local system, but that way, you'll hav

Re: [CentOS] Upgrading to CentOS 6

2014-02-25 Thread Mike Burger
seem to recall that I used to be able to upgrade my free RHL (non-enterprise) versions in place, as well, but I won't swear to it. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' any

Re: [CentOS] librsvg2 update problem - nautilus segfault

2014-02-04 Thread Mike Burger
Don't assume that just because someone inquired about the same problem for which you've inquired that they're "/not/ seeing" your emails. It could simply be that they didn't read *every* email that's come through the list in the last few hours, so they didn&#

Re: [CentOS] Do I need a dedicated firewall?

2013-12-12 Thread Mike Burger
> Mike Burger wrote: >> I used to run everything in a similar manner, behind an IPCop system. >> >> The UVerse gateway doesn't handle multiple IPs on the same interface, >> when >> plugged directly into the gateway, so I wound up ditching the IPCop >&g

Re: [CentOS] Do I need a dedicated firewall?

2013-12-12 Thread Mike Burger
;re asking about. You should be able to do so with no trouble. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > Hi All, > >

Re: [CentOS] Issue mounting /home area from NAS server

2013-12-05 Thread Mike Burger
from Fedora in which it turns out that the /etc/exports file has some sort of corruption (probably invalid characters) in it that was causing the NFS server system to not properly export the filesystem. You may try, on the mseas-data system, to run "exportfs" to see what the system th

Re: [CentOS] Issue mounting /home area from NAS server

2013-12-05 Thread Mike Burger
preciated. >> By which NFS version are you exporting from the mseas-data server...v3 or v4? If v3, you may have to add "vers=3" to the options section of your fstab. Try manually mounting with -o vers=3 in the command line to see if this fixes things. -- Mike Burger http://www.bu

Re: [CentOS] Story of an email

2013-12-03 Thread Mike Burger
> Mike Burger wrote: > >>>>> I'm running postfix + dovecot on my CentOS server, >>>>> together with amavisd, clamd and spamassassin, >>>>> following the instructions in >>>>> <http://wiki.centos.org/HowTos/postfix>. >

Re: [CentOS] Story of an email

2013-11-29 Thread Mike Burger
end an email through your Postfix installation. Postfix passes the email to amavisd over some port. Amavisd processes the email through clamav and, if the message is clean, passes it back to Postfix through a different port. Postfix delivers the message (to a remote mai

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread Mike Burger
> On Tue, Oct 29, 2013 at 2:08 PM, Mike Burger > wrote: >>> centos 6.4, setup to be syslog server. Doing remote syslog using tcp >>> works fine, so now want to add relp. I installed the rsyslog-relp >>> package and told rsyslog.conf to use it: >>> >

Re: [CentOS] rsyslog not loading relp

2013-10-29 Thread Mike Burger
28 13:43:54 scan rsyslogd: the last error occured in > /etc/rsyslog.conf, line 23:"$InputRELPServerRun 20514" > > Any clues? Dumb question...do you have librelp installed? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-

Re: [CentOS] Just Curious

2013-08-29 Thread Mike Burger
Rajagopal, The fixed package sources come from the upstream distribution. When they announce a fixed package, the CentOS maintainers pull it down and recompile it for inclusion in CentOS. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-plane

Re: [CentOS] Why libnetfilter_queue is missing from CentOS, but available in, Fedora?

2013-08-09 Thread Mike Burger
o Fedora 12, as I recall...someone please correct me if I'm wrong. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 On Sunday, Septem

Re: [CentOS] sudo add user script

2013-07-18 Thread Mike Burger
Consider using the NOPASSWD option, on the remote systems, to allow this particular use to run this particular script. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --

Re: [CentOS] sudo add user script

2013-07-18 Thread Mike Burger
Consider using the NOPASSWD option, on the remote systems, to allow this particular use to run this particular script. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --

Re: [CentOS] Apache stops without evident cause

2013-04-30 Thread Mike Burger
here's very little information to go on in your post... >> >> > > You have what I have. There is simply no trace of the process by the > time my periodic (every 15 minutes) sweep notices that the httpd > process is gone and restarts it. This may be a potentially stupid

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Mike Burger
> On 25 April 2013 13:30, Mike Burger wrote: > >> > On Thu, 2013-04-25 at 13:04 +0100, Adekoya Adekunle wrote: >> >> I want to know the right command to type from a bash shell so that i >> can >> >>1) Check the version of my cent os >> >

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Mike Burger
. rpm -q centos-release -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 ___ CentOS mailing

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Mike Burger
ific+port+in+my+iptables+configuration%3F > Thanks in anticiaption of your kind responses to the questions above. You're welcome. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just

Re: [CentOS] partprobe command showing error

2013-04-17 Thread Mike Burger
Not on the boot disk. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > Thanks for the reply... > > But isn't it true t

Re: [CentOS] partprobe command showing error

2013-04-17 Thread Mike Burger
> Hi, > > I've created a new partition on /dev/sda on my CentOS machine after which > fdisk -l gives output as: > Device Boot Start End Blocks Id System > /dev/sda1 * 1 13 104391 83 Linux > /dev/sda2 14350028009327+ 83 Li

Re: [CentOS] Making a clone of an LVM-based EL5 install

2013-03-19 Thread Mike Burger
Mondo? http://www.mondorescue.org -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > Does anybody here have any idea how to make an

Re: [CentOS] OT: A lightweight monitor software

2013-03-15 Thread Mike Burger
I'm liking Xymon, quite a bit. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > Hi all, > > I have a test lab ins

Re: [CentOS] Is 6.4 out?

2013-02-27 Thread Mike Burger
Talk about timing. LOL Just 50 minutes ago, Johnny Hughes sent out an email about 6.4 packages in the "Continual Release" repo, noting that testing still has to be done before making a full-on CentOS 6.4 release. -- Mike Burger http://www.bubbanfriends.org "It's always

Re: [CentOS] running yum update on remote servers

2013-02-25 Thread Mike Burger
> Then there is the actual update. I learned long ago NOT to run yum over > an SSH connection, as WHEN that connection breaks in the middle of an > update, you can have quite a problem to clean up. All I have done > todate is to start vncserver and connect via vnc to then run yum. I can > even d

Re: [CentOS] Problem with installing 'kerberos'

2013-02-19 Thread Mike Burger
> I'm trying : ' yum -y install krb5-workstation ', > but I get : > > Error Download packages > no more mirrors to try > > And can't find a solution by searching... Could be your yum cache is hosed up. Try "yum clean all" and then try again.

Re: [CentOS] CentOS Bugtracker: how to give up on an issue?

2013-02-16 Thread Mike Burger
Tilman: Just log into to Bugtracker, go to the open request, and mark it closed. You should also be able to take yourself off of the list of folks watching the bug, so that you stop getting emails regarding the bug in question. -- Mike Burger http://www.bubbanfriends.org "It's alwa

Re: [CentOS] Really changing the hostname

2013-02-14 Thread Mike Burger
> On Thu, Feb 14, 2013 at 12:15 PM, Digimer wrote: >> On 02/14/2013 01:13 PM, Digimer wrote: >>> On 02/14/2013 01:11 PM, Robert Moskowitz wrote: I need to change the host name on a test server, and in the past when I used hostname to change the hostname, it did not seem to change it

Re: [CentOS] About DNS service

2013-02-11 Thread Mike Burger
Have you configured your BIND installation to answer requests for "domain.com"? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Nei

Re: [CentOS] Having trouble updating glibc on Centos 6.3

2013-01-21 Thread Mike Burger
> Thanks for the idea. That rpm seems to get me closer but I get: > > Setting up Install Process > Examining /root/Downloads/gammu-1.32.0-1.2.x86_64.rpm: > gammu-1.32.0-1.2.x86_64 > Marking /root/Downloads/gammu-1.32.0-1.2.x86_64.rpm to be installed > Resolving Dependencies > --> Running transact

Re: [CentOS] Having trouble updating glibc on Centos 6.3

2013-01-21 Thread Mike Burger
checked rpmfind.net and it appears your issue is that you're trying to install an RPM that was built for OpenSuSe and not for CentOS/Red Hat/Fedora. My suggestion would be to try to install one of the versions that was built for Fedora 14/15, or download and rebuild the src.rpm fo

Re: [CentOS] Sendmail logs?

2013-01-18 Thread Mike Burger
oice is good. What he's saying is that the upstream now installs Postfix as the default MTA install, rather than Sendmail. As a result, it's likely that CentOS does the same. One can install an alternate MTA if they like, but the "stock install" of CentOS drops Postf

Re: [CentOS] Sendmail logs?

2013-01-15 Thread Mike Burger
Doesn't really matter, though...Sendmail logs via syslog, and syslog usually defaults, on a RH/CentOS system, to /var/log/maillog. Double check /etc/rsyslog.log to be sure. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. N

Re: [CentOS] sysctl -p at startup?

2013-01-08 Thread Mike Burger
ould take care of it. You can also play with some rules in rsyslog that can redirect the kernel output to wherever you like...or even specific kernel output (iptables, etc.) to various logs or even /dev/null :-) -- Mike Burger http://www.bubbanfriends.org "It's always suicide-missio

Re: [CentOS] Help Getting Postfix relaying via Gmail

2012-12-27 Thread Mike Burger
> 2012/12/27 Mike Burger : >>> Check this tutorial: >>> http://charlesa.net/tutorials/centos/centosgmail.php >>> >>> -- >>> Eero, RHCE >> >> Eero, >> >> How do you work around the issue of Google/Gmail rewriting your "F

Re: [CentOS] Help Getting Postfix relaying via Gmail

2012-12-27 Thread Mike Burger
> Check this tutorial: http://charlesa.net/tutorials/centos/centosgmail.php > > -- > Eero, RHCE Eero, How do you work around the issue of Google/Gmail rewriting your "From" email address to your gmail address when relaying via Gmail? -- Mike Burger http://www.bubbanfri

Re: [CentOS] CentOS 5.7 eth0, eth1 and arpwatch flip flops

2012-12-26 Thread Mike Burger
> On 12/26/2012 04:33 AM, Mike Burger wrote: >> 169.xxx.xxx.xxx is most certainly a "routable" IP block, as far as >> internet standards go. > > Most of 169/8 is, but presumably he meant 169.254.0.0/16. > >> The only "non-routable" (i.e. reserv

Re: [CentOS] CentOS 5.7 eth0, eth1 and arpwatch flip flops

2012-12-26 Thread Mike Burger
-- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > Dear all, > > Has anyone experienced this whilst running DRBD over eth1 bet

Re: [CentOS] Possible repo polllution

2012-11-30 Thread Mike Burger
> On 11/30/2012 09:13 AM, Mike Burger wrote: >>> From: Tony Molloy >>> >>>> Is this a case a repo pollution, it can't be necessary to have i386 >>>> packages in the x86_64 updates. Just checking before I delete these >>>> packag

Re: [CentOS] Possible repo polllution

2012-11-30 Thread Mike Burger
ackages are usually still only located in the 32bit repo directories...they're not usually intermingled in the actual download directories, last I checked. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just st

Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Mike Burger
Allow from all Order deny,allow Deny from all The directive pointing at /home/*/public_html is likely your issue. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever jus

Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Mike Burger
no avail. Any other > suggestions? > > Alfred If I may...why are you running Apache on your desktops? -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Ja

Re: [CentOS] Issue installing Centos server on Vmware Fusion/Server

2012-10-31 Thread Mike Burger
VMware player, is that after I've selected the ISO from which I want to install, I need to go into the VM's properties and remove the *first* CD/DVD drive...this removes the default option that VMP tries to use, and then uses the ISO I want it to use. -- Mike Burg

Re: [CentOS] full image backup

2012-10-30 Thread Mike Burger
> Hi every body > I am a new centos user. > I installed centos 6 on my laptop and add some software to it. > How can I create a full image (boot able) back up of it. ( some thing like > windows full image backup). > please help! Mondo Rescue! http://www.mondorescue.org/ ___

Re: [CentOS] Completely automatic yum updating on Centos 6

2012-10-25 Thread Mike Burger
>> I am about to set up a computer with Centos 6 that I'll probably never >> see >> again. I don't want to give out the root password, but I would like to >> have it >> automatically and transparently update itself. >> >> What is the best way to do this? I have been looking at webpages about >>

Re: [CentOS] Completely automatic yum updating on Centos 6

2012-10-25 Thread Mike Burger
s on the keyboard. Point being that it's probably better if someone plans on running an attended, periodic update. -- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Col

Re: [CentOS] list of websites visited through centos

2012-10-18 Thread Mike Burger
hine as my firewall. So could any >> one >> guide me on this. How to achieve this. > > Take a look at squid proxy server (http://www.squid-cache.org/) and > squidguard (http://www.squidguard.org/). Both are available in the > CentOS repositories. Dansguardian is pretty good, as

Re: [CentOS] About email

2012-10-12 Thread Mike Burger
t; At first blush, it sounds to me like Postfix doesn't know the domains for which it should be accepting mail. Have you configured Postfix for this? What does "postconf -d" show you for mydomain, mydestination and relay_domains? -- Mike Burger http://www.bubb

Re: [CentOS] Setting PS1 for ordinary users

2012-10-11 Thread Mike Burger
-- Mike Burger http://www.bubbanfriends.org "It's always suicide-mission this, save-the-planet that. No one ever just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1 > On Wed, Oct 10, 2012 at 03:48:23PM -0400, James B. Byrne wrote: >> To clar

Re: [CentOS] dropbox

2012-10-05 Thread Mike Burger
dropbox in server". its posible? > > > because this is a general question i suggest to ask this here: > > https://forums.dropbox.com/ Or, one could simply search google for "linux and dropbox"...the first hit takes one to https://www.dropbox.com/install?os=lnx -- M

Re: [CentOS] question for those who run mail servers

2012-05-31 Thread Mike Burger
tely want/need to keep the "permit_sasl_authenticated" at the top. The idea, as you're no doubt aware, is that if they have a username and password, presumably you're allowing them to relay email, as long as they've authenticated. The iPhone provides that functionality w

Re: [CentOS] DKIM Pass - Fail

2012-05-02 Thread Mike Burger
from=digital-infotech.net; dkim=permerror (future timestamp) Yahoo appears to think that your timestamp is off by some amount of time in the future. -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org http://dogpound2.citadel.org https://dogpound2.cit

Re: [CentOS] Removing LVM

2012-04-09 Thread Mike Burger
/02/converting-lvm-to-normal-partition.html > > Any suggestions? > > Thanks, > James James, >From what you've written above, I don't see where you removed the LVs or the physical volumes from the LVM setup, using the LVM tools. If you want to remove the disk from LVM, that

Re: [CentOS] Reason for high load on CentOS

2012-03-25 Thread Mike Burger
First and foremost..."top" is your friend. -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org http://dogpound2.citadel.org https://dogpound2.citadel.org To be notified of updates to the web site, visit: https://www.bubbanfriends.o

Re: [CentOS] Running processes

2012-03-08 Thread Mike Burger
< 19:34 0:00 [kondemand/3] > root 4240 0.0 0.0 0 0 ? S< 19:34 0:00 [kondemand/4] > root 4241 0.0 0.0 0 0 ? S< 19:34 0:00 [kondemand/5] > root 4242 0.0 0.0 0 0 ? S< 19:34 0:00 [kondemand/6] > root 4243 0.0 0.0 0 0 ?

Re: [CentOS] smartd and smartctl

2012-02-17 Thread Mike Burger
hem so that they won't be used, later. Running fsck only works at the logical filesystem layer. The fsck tool has no hooks to deal with the physical layer. -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org http://dogpound2.citadel.org h

Re: [CentOS] yum update stuck...

2012-02-17 Thread Mike Burger
lied to this thread or not, but... I ran into a similar issue a few weeks ago...it turned out that I was having an issue with my /tmp filesystem (at least)...I couldn't even perform an orderly shutdown -r. I wound up hard booting, during which /tmp was fsck'd, clearing a fair number of

Re: [CentOS] Static routes with a metric?

2011-12-17 Thread Mike Burger
> Vreme: 12/17/2011 05:43 AM, Mike Burger piše: >> Hi, Matt. >> >> Sorry for the top post, but my iPad mail client seems averse to allowing >> me to bottom post. >> >> Just wanted to take a moment to note that I believe you've got things a >> li

Re: [CentOS] Static routes with a metric?

2011-12-17 Thread Mike Burger
> Vreme: 12/17/2011 05:43 AM, Mike Burger piše: >> Hi, Matt. >> >> Sorry for the top post, but my iPad mail client seems averse to allowing >> me to bottom post. >> >> Just wanted to take a moment to note that I believe you've got things a >> li

Re: [CentOS] Static routes with a metric?

2011-12-16 Thread Mike Burger
Hi, Matt. Sorry for the top post, but my iPad mail client seems averse to allowing me to bottom post. Just wanted to take a moment to note that I believe you've got things a little bit reversed. The use Of the route-ethX files and the "ip" command are the "newer" method. Setting the NETMASK a

Re: [CentOS] ip command

2011-11-18 Thread Mike Burger
wever, based on a CIDR notation of /22 (which is a subnet mask of 255.255.252.0), the broadcast will actually be 10.1.23.255. -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org or http://dogpound2.citadel.org To be notified of updates to the web sit

  1   2   >