Re: [CentOS] parsing out adjacent text

2014-06-05 Thread lee
Tim Dunphy  writes:

> I'm very grateful. Ok so here is what I have so far of my script to get the
> number of apache requests to a given host:
> [...]
> So now my question is, is there any way to limit the size of the output log
> from within the script without having to use logrotate?

You could add a counter to the script and send the log off by email
after polling so many times, or on each poll, tail the file, omitting so
many lines as to remove the first entry.


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mail delivery question

2014-06-21 Thread lee
Chuck Campbell  writes:

> I've built a new mail system with Centos 6.5, and I'm running fetchmail -
> sendmail - procmail to maildir. I have all of this working at the moment.(I
> know, postfix was the default, but for lots of other reasons, I switched, and
> that isn't an issue, I don't think).
>
> I am using dovecot as an imap server. Procmail won't update indexes during 
> email
> delivery, so I'm having some performance delays and lags when accessing the
> emails via imap.

Maildir doesn't have indexes.  Are you sure that the delays you're
seeing are from dovecot rebuilding them when someone accesses their IMAP
account?

>>From campb...@accelinc.com  Fri Jun 20 14:00:06 2014
>  Subject: Re: Uruguay gravity model description
>   Folder: /usr/libexec/dovecot/deliver -m /home/campbell/Maildir/ 
> 10470

Folder /usr/libexec/...?

> procmail: Unlocking "/home/campbell/.lockmail"
> procmail: Executing "/usr/libexec/dovecot/deliver,-m,/home/campbell/Maildir/"
> /bin/sh: /usr/libexec/dovecot/deliver: Permission denied

That looks to me as if 'deliver' is not allowed to write to ~/Maildir.
As which user is it running?  Can it deliver when you run it as the same
user who owns ~/Maildir?


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mail delivery question

2014-06-26 Thread lee
Chuck Campbell  writes:

> On 6/21/2014 2:48 PM, lee wrote:
>> Chuck Campbell  writes:
>>>
>>> I am using dovecot as an imap server. Procmail won't update indexes during 
>>> email
>>> delivery, so I'm having some performance delays and lags when accessing the
>>> emails via imap.
>> Maildir doesn't have indexes.  Are you sure that the delays you're
>> seeing are from dovecot rebuilding them when someone accesses their IMAP
>> account?
> Then I don't know why the dovecot docs say using dovecot-lda is the
> preferred delivery method, so it will update the indexes. Everything
> I've read about dovecot indicates that they do indexing, and in fact,
> I have to force my mail client to a different mailbox, then back for
> it to see new emails, because of this issue as I understand it.

That dovecot uses indexes doesn't mean that maildir does.

I wonder what it does when email is delivered while the recipient is
accessing it via IMAP when both the IMAP server and the MDA are updating
the indexes.

>>> >From campb...@accelinc.com  Fri Jun 20 14:00:06 2014
>>>   Subject: Re: Uruguay gravity model description
>>>Folder: /usr/libexec/dovecot/deliver -m /home/campbell/Maildir/ 
>>> 10470
>> Folder /usr/libexec/...?
> It appears procmail is trying to deliver to the path of the deliver 
> executable...
>>
>>> procmail: Unlocking "/home/campbell/.lockmail"
>>> procmail: Executing 
>>> "/usr/libexec/dovecot/deliver,-m,/home/campbell/Maildir/"
>>> /bin/sh: /usr/libexec/dovecot/deliver: Permission denied
>> That looks to me as if 'deliver' is not allowed to write to ~/Maildir.
>> As which user is it running?  Can it deliver when you run it as the same
>> user who owns ~/Maildir?
> Deliver fails when I run it standalone with the same issues, which
> made me think in might beSELinux. I'm going to try running SELinux in
> permissive mode to see if it works.

When you run it as who?


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mail delivery question

2014-06-26 Thread lee
Chuck Campbell  writes:

> On 6/26/2014 5:22 AM, lee wrote:
>>>>> procmail: Executing 
>>>>> "/usr/libexec/dovecot/deliver,-m,/home/campbell/Maildir/"
>>>>> /bin/sh: /usr/libexec/dovecot/deliver: Permission denied
>>>> That looks to me as if 'deliver' is not allowed to write to ~/Maildir.
>>>> As which user is it running?  Can it deliver when you run it as the same
>>>> user who owns ~/Maildir?
>>> Deliver fails when I run it standalone with the same issues, which
>>> made me think in might beSELinux. I'm going to try running SELinux in
>>> permissive mode to see if it works.
>> When you run it as who?
>>
>>
> It doesn't matter if I run it as the user, or as root. I get the
> permission denied message.

Must be selinux then ...


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to enable EDAC kernel module for checking ECC memory?

2014-06-28 Thread lee
Lists  writes:

>> $ find /lib/modules/2.6.32-431.11.2.el6.x86_64/ | grep -i -E 'edac'
>
> [root@hume ~]# find /lib/modules/2.6.32-431.11.2.el6.x86_64/ | grep -i 
> -E 'edac'
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i5400_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i5000_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i82975x_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i7core_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/amd64_edac_mod.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i3000_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/edac_mce_amd.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i7300_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/x38_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i3200_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/i5100_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/edac_core.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/e752x_edac.ko
> /lib/modules/2.6.32-431.11.2.el6.x86_64/kernel/drivers/edac/sb_edac.ko
>
> Question is: which one do I use?

Try edac_core, it might load the module which is needed for the hardware
you have.


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] block level changes at the file system level?

2014-07-04 Thread lee
Ljubomir Ljubojevic  writes:

> 7za a -t7z $YearNum-$MonthNum.7z -i...@include.lst -mx$CompressionMetod
> -mmt$ThreadNumber -mtc=on
>
> So, 742 files that uncompressed have 179 MB, compressed ocupy only 452
> KB, which is only 0.2% of original size, 442 TIMES smaller :

Perhaps there is a file system that supports compression and would do a
good job with the snapshots transparently.  Maybe even ZFS or btrfs do?


-- 
Knowledge is volatile and fluid.  Software is power.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Securing SSH

2008-03-26 Thread Lee Garner
>> 3. Install some brute force protection which can automatically ban an
>> IP on say 5 / 10 failed login attempts
>The only software I know that could do this isn't supported anymore
(trisentry) or is too confusing and I don't know it yet (snort).
Suggestions?

OSSEC-HIDS is pretty good.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apache Authorization Access Control - location of, htpasswd in Centos 5.1

2008-04-06 Thread Iain Lee
I don't think it's the path of htpasswd that's the problem but here it 
is anyway: /usr/bin/htpasswd.


The problem is more likely that the directory you're trying to create 
the password file in with the command "htpasswd -c /passwd/passwords 
famsite" doesn't exist.


Iain Lee


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] new CentOS 5 as DNS server

2007-08-02 Thread Jay Lee

Ray Leventhal wrote:

As a breather from the
"thread-now-wider-than-my-headers-window-in-thunderbird" conversation
re: mixing repos, I have a question regarding a machine I'm about to put
online. :)

I run a web hosting company and my secondary (primary to the world) DNS
box died from a massive rootkit/hack last night.  It was running an old
Slackware 9.1 installation and I will be completely cleaning those
drives sector-by-sector.  After which I'll be installing CentOS 5 on
that hardware.

  


CentOS 5 is a .0 release, you might be better served using CentOS 4.5 
which has had much more tme to prove itself as a DNS Server.  4.5 also 
has a good bit of time left on updates to (till Feb 29th, 2012) so you 
shouldn't worry to much about it becoming obsolete.



As it will be a production server and this is my first foray into
CentOS/SELinux in a production environment I was hoping to get a
recommended list of what to include and, more specifically, what *not*
to include from the distro CDs

  


As others have said, start with a bare minimal install and add as you 
need to.  Unless you do a custom kickstart, you'll certainly want to go 
through and remove some of the packages that are in the default install 
but aren't really necessary for a single task server (e.g. bluez-utils, 
NetworkManager, etc).

I will be doing a text based install, hoping to avoid the installation
of X.  Other than BIND and vsftpd, I don't think I need much.  


Why do you need vsftpd?  Plain text FTP could prove very dangerous.  
Maybe you should take this chance to switch over to something more 
secure like SFTP.  The nice thing about sftp is it's up and running 
straight out of the box since SSH is enabled by default.

This
machine will be pulling zone files from my primary web server and
storing some archive files and backups for me.

I'm dilligently R`ingTFMs, and will continue to I'd sure be
appreciative of any jumpstart help and/or any pitfalls of which to be
cognizant.
  


Good luck,

Jay

--
Jay Lee <[EMAIL PROTECTED]>
Network/Systems Administrator
Information Technology Department
Philadelphia Biblical University
--

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: 64 bits snmp

2007-09-26 Thread Jay Lee

Rick Barnes wrote:

At least not until there are computers needing more than 16 EB of RAM  :^


I think I fit that qualification.  Well, it's not so much a need as a 
want... :^)


Jay

--
Jay Lee
Network/Systems Administrator
Information Technology Department
Philadelphia Biblical University

begin:vcard
fn:Jay Lee
n:Lee;Jay
org:Philadelphia Biblical University;Information Technology Department
adr;dom:;;;Langhorne, PA
email;internet:[EMAIL PROTECTED]
title:Network/Systems Administrator
x-mozilla-html:TRUE
url:http://www.pbu.edu
version:2.1
end:vcard

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: anyone using DBMail?

2007-11-03 Thread Lee Garner
>
> Now, storing email in a database might be a controversial idea. I can
> definitely see at the same time some advantages, but also some
> disadvantages. However, for an IMAP server that essentially is used only
> by two people, I don't think the database per se can be a problem.


What's the controversy?  Think Exchange, Domino, Groupwise.

Anybody here using DBMail? Any success stories? Horror stories? "Meh"
> stories?

If I do end up using it, most likely I'll use ver 2.2.5 (available in
> the EPEL repo) with CentOS 5, probably with a MySQL backend (but I'm not
> sure yet, SQLite might be another option).


1-2 years ago I migrated away from Maildir files to DBMail using MySQL.  My
goals was primarily stability.  With replicated database servers and
separating the frontend from the backend, I gained reliability and
flexibility.

This wasn't for user accounts (Exchange handled those), but for dedicated
addresses related to products.  Another server process typically POP'd the
messages.

Generally it worked great.  There's a bit of setup and testing involved, but
overall I was quite happy with it.  There's a web admin interface that works
pretty well also.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
Today when I ran yum update two packages came up microcode_ctl
and unbound-libs. The updating process went fine until it outputted 

Running transaction
  Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64

then it just froze. I could no longer ssh to the machine and the
console was just blank. I had to shut down it hard. It came back up
seemingly fine. But yum update doesn't work anymore. It says "Error
importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
I looked at the logs, but journalctl only shows the latest boot on this
machine. 

So I guess I have three questions
- Any idea what happened with the update process?
- How can I repair repomd.xml?
- How do I configure journalctl to store more boots?

/Robin



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-12 Thread Robin Lee
On Fri, 2020-06-12 at 10:24 +0200, Tru Huynh wrote:
> On Fri, Jun 12, 2020 at 09:20:34AM +0200, Robin Lee wrote:
> > Today when I ran yum update two packages came up microcode_ctl
> > and unbound-libs. The updating process went fine until it
> > outputted 
> > 
> > Running transaction
> >   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> > 
> > then it just froze. I could no longer ssh to the machine and the
> > console was just blank. I had to shut down it hard.
> 
> Maybe related to 
> https://www.hivelocity.net/blog/centos-update-advisory/
> (discarding the blame game) it might be a bad combination of
> kernel/microcode/bios...

Thanks for the link. Very interesting as I also have a Supermicro
motherboard. My journalctl outputs:
kernel: DMI: Supermicro Super Server/X11SSM-F, BIOS 2.2 05/23/2018

/Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-14 Thread Robin Lee
On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote:
> Today when I ran yum update two packages came up microcode_ctl
> and unbound-libs. The updating process went fine until it outputted 
> 
> Running transaction
>   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> 
> then it just froze. I could no longer ssh to the machine and the
> console was just blank. I had to shut down it hard. It came back up
> seemingly fine. But yum update doesn't work anymore. It says "Error
> importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
> I looked at the logs, but journalctl only shows the latest boot on
> this
> machine. 
> 
> So I guess I have three questions
> - Any idea what happened with the update process?
> - How can I repair repomd.xml?


No suggestions about the best way to restore repomd.xml?

/Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-14 Thread Robin Lee
On Sun, 2020-06-14 at 17:39 +0100, Phil Perry wrote:
> yum --enablerepo=\* clean all

Thanks, that worked

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-15 Thread Robin Lee
On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote:
> Today when I ran yum update two packages came up microcode_ctl
> and unbound-libs. The updating process went fine until it outputted 
> 
> Running transaction
>   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> 
> then it just froze. I could no longer ssh to the machine and the
> console was just blank. I had to shut down it hard. It came back up
> seemingly fine. But yum update doesn't work anymore. It says "Error
> importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
> I looked at the logs, but journalctl only shows the latest boot on
> this
> machine. 
> 
> So I guess I have three questions
> - Any idea what happened with the update process?
> - How can I repair repomd.xml?

Now that yum is up and running again it tells me the following 

"There are unfinished transactions remaining. You might consider
running yum-complete-transaction, or "yum-complete-transaction --
cleanup-only" and "yum history redo last", first to finish them. If
those don't work you'll have to try removing/installing packages by
hand (maybe package-cleanup can help)."

Doing "yum-complete-transaction --cleanup-only" should be safe, right?
To clean up the botched microcode_ctl update and after that set it
among excluded packages.

/Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Updating microcode_ctl froze Centos7

2020-06-17 Thread Robin Lee
On Mon, 2020-06-15 at 22:25 +0200, Robin Lee wrote:
> On Fri, 2020-06-12 at 09:20 +0200, Robin Lee wrote:
> > Today when I ran yum update two packages came up microcode_ctl
> > and unbound-libs. The updating process went fine until it
> > outputted 
> > 
> > Running transaction
> >   Updating   : 2:microcode_ctl-2.1-61.6.el7_8.x86_64
> > 
> > then it just froze. I could no longer ssh to the machine and the
> > console was just blank. I had to shut down it hard. It came back up
> > seemingly fine. But yum update doesn't work anymore. It says "Error
> > importing repomd.xml from base/7/x86_64: Damaged repomd.xml file"
> > I looked at the logs, but journalctl only shows the latest boot on
> > this
> > machine. 
> > 
> > So I guess I have three questions
> > - Any idea what happened with the update process?
> > - How can I repair repomd.xml?
> 
> Now that yum is up and running again it tells me the following 
> 
> "There are unfinished transactions remaining. You might consider
> running yum-complete-transaction, or "yum-complete-transaction --
> cleanup-only" and "yum history redo last", first to finish them. If
> those don't work you'll have to try removing/installing packages by
> hand (maybe package-cleanup can help)."
> 
> Doing "yum-complete-transaction --cleanup-only" should be safe,
> right?
> To clean up the botched microcode_ctl update and after that set it
> among excluded packages.


Is there some more information about this issue?

I've found this ticket https://bugs.centos.org/view.php?id=17452

I'm wondering how safe it is to update the microcode_ctl package on
other Centos machines I have? They don't have a Supermicro motherboard.

Cheers
Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] More about firewalling

2009-10-06 Thread Wilson Lee
Jason,

For Vyatta questions, it's best directed to their forum at 
http://vyatta.org/forum.  Their site also has excellent documentation on basic 
set up, which is found at http://vyatta.org/documentation.

I have a very similar set up as yours, Comcast business and Vyatta Community 
Edition with three nics - WAN, LAN, and DMZ.  To set up Vyatta so that you can 
access internal servers from external sources, you would need to set up 
destination NAT's.  You would then create firewall rules to allow specific 
destination ports into your network.  With Vyatta for incoming traffic, DNAT is 
first performed before going to the firewall, that's why you see the internal 
IP address in the firewall rule and not external IP address.

Here is a sample DNAT rule for SMTP to my mail server:

rule 200 {
 description "DNAT TCP connection from WAN to mail server"
 destination {
 address 123.123.123.100
 port 25
 }
 inbound-interface eth0
 inside-address {
 address 10.10.10.10  
 }
 protocol tcp
 type destination
 }

Here is a sample firewall rule for SMTP to my mail server:

rule 500 {
 action accept
 description "accept tcp port from WAN to alpha"
 destination {
 address 10.10.10.10
 port 25
 }
 protocol tcp
 source {
 address 0.0.0.0/0
 }
 }

My cpu isn't all that powerful, but it serves my network well.  If you have low 
traffic volume, your P3/P4's should be sufficient.

vyatta$ cat /proc/cpuinfo
processor   : 0
vendor_id   : CentaurHauls
cpu family  : 6
model   : 9
model name  : VIA Nehemiah
stepping: 8
cpu MHz : 998.714
cache size  : 64 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr cx8 sep mtrr pge cmov pat mmx fxsr sse 
up rng rng_en ace ace_en
bogomips: 2000.40
clflush size: 32
power management:

Again, vyatta.org is the best place to get the information you need.


Best,
Wilson





From: ML 
To: CentOS mailing list 
Sent: Monday, October 5, 2009 2:45:12 PM
Subject: [CentOS] More about firewalling

Hi All,

So before when I used PIX's for my employer, our traffic was  
statically routed to one IP and then the firewall decided if allowed/ 
denied and passed it on or dropped it.

I have a Comcast business circuit with 13 IP's. The gateway device  
they provide is a 'pass through' device. They sent traffic for all 13  
IP's my way. It just allows traffic through. So if I put in a device  
to firewall (like Ipcop or Vyatta or something) in front, say it has 3  
NICS, how do I do that?

If the Firewall has IP A and Traffic for IP B comes in how would IP A  
answer and decide if the traffic to IP B belonged?  Without statically  
routing I am confused on how to accomplish this?

How fast does this device need to be?

Best,
-Jason
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Desktop apps, OO and Scribus

2009-10-07 Thread Lee Perez
lheck...@users.sourceforge.net wrote:
>  I just came across a user who tried to view a Word document on a CentOS5
>  machine, and it seems that desktop, firefox etc. are trying to view it
>  with Scribus instead of OpenOffice.
>
>  This needs to change. Is there a system-wide setting for it?
>
>  On the older, RHEL3 systems we used to have mozplugger, but it's not
>  available in the standard CentOS repositories or rpmforge. What are
>  we supposed to use now? I have one CentOS box here that has mozplugger
>  installed, but I don't know where that came from, it's not in the yum
>  log files.
>
>   

Hi,

Not sure if this is what you need, but if you are using KDE there is a 
place to setup file association.  It is under the Control Center.  Not 
sure about with Gnome, but there should be someway to do it.  Try 
Googleing for file association with Gnome.

HTH.
Lee Perez

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DNS is confusing! (I really need some help understanding!)

2009-10-09 Thread Wilson Lee






From: Bowie Bailey 
To: centos@centos.org
Sent: Fri, October 9, 2009 9:17:26 AM
Subject: Re: [CentOS] DNS is confusing! (I really need some help understanding!)

ML wrote:
> OK, I am confused and DNS is the reason.
>
> So, Comcast, 13 public IP's bound to my modem.
>  

>>13 IPs for your modem?  Is this a business account or something?

> Each public IP has a DNS name from comcast (they assign it  
> automatically) like:
>
> 173.13.167.209 --> 173-13-167-209-sfba.hfc.comcastbusiness.net
>
> I created a DNS entry at GoDaddy for 173.13.167.209 that is  
> 'inhouse.theindiecompanyllc.com'
>  

>>You can use Godaddy to set DNS for 'inhouse.theindiecompanyllc.com' to
>>173.13.167.209, but to do the reverse, you will need Comcast to delegate
>>DNS authority to you for the reverse domains.  (For just a few of them,
>>you would be better off asking Comcast to set the reverse names for you
>>... don't know if they will do that or not).

Yes, if you call Comcast's Business Class Customer Care at 888.563.2933, their 
technical support can modify the reverse DNS pointer record so that 
173.13.167.209 resolves to nhouse.theindiecompanyllc.com.  I've contacted 
Comcast before to delegate RDNS authority to me, but they didn't allow that for 
customers.  When I had AT&T DSL, AT&T did delegate RDNS authority to me.

Wilson
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Interrupting Yum Update

2009-10-31 Thread Lee Perez
Hi All,

Quick question, I just finished googling and found the thread that is 
dealing with the rpmdup_remover.sh script, and thanks to everyone that 
was involved in this.  I followed the following threads:
http://www.opensubscriber.com/message/centos@centos.org/11086209.html
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=17166&forum=37

Which lead me to the following link and the script:

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=10139&forum=27&post_id=32527

I started an update at about  5pm on the 30th and here it is 2:30 in the 
morning on the 31st.  I want to kill this update and start over.  I 
usually get around 155 KB/s now I'm getting 455 B/s.  I do believe it is 
the mirror that I am connected to.  I just want to make sure that by 
using the above mentioned script that I am going the right way.

Just looking for a little reassurance before I do it.  If I don't I 
don't think this thing will finish until sometime next week :-)  and 
that is a bit long.

Thanks!!

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Interrupting Yum Update

2009-10-31 Thread Lee Perez
Akemi Yagi wrote:
> On Sat, Oct 31, 2009 at 12:37 AM, Lee Perez  wrote:
>   
>> Hi All,
>>
>> Quick question, I just finished googling and found the thread that is
>> dealing with the rpmdup_remover.sh script, and thanks to everyone that
>> was involved in this.  I followed the following threads:
>> http://www.opensubscriber.com/message/centos@centos.org/11086209.html
>> http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=17166&forum=37
>>
>> Which lead me to the following link and the script:
>>
>> http://www.centos.org/modules/newbb/viewtopic.php?topic_id=10139&forum=27&post_id=32527
>>
>> I started an update at about  5pm on the 30th and here it is 2:30 in the
>> morning on the 31st.  I want to kill this update and start over.  I
>> usually get around 155 KB/s now I'm getting 455 B/s.  I do believe it is
>> the mirror that I am connected to.  I just want to make sure that by
>> using the above mentioned script that I am going the right way.
>>
>> Just looking for a little reassurance before I do it.  If I don't I
>> don't think this thing will finish until sometime next week :-)  and
>> that is a bit long.
>> 
>
> If you are still in the middle of downloading, it should be safe
> tostop it.  Try Control-C once and see if you get to a faster mirror.
> Do the second Control-C to stop the transfer entirely.
>
> The script you referred to will work if a yum session gets interrupted
> and you end up with duplicates.  Otherwise, you can try
> yum-complete-transaction (included in yum-utils) to ... er ...
> complete transactions.
>
> Akemi / toracat
> ___
>
>   
Hi Akemi,

Thanks.  I just went and checked it expecting it to still be downloading 
and lo and behold, it finished.  The mirror must have just been really 
getting hammered.  Thanks for the info I will keep this bit handy just 
in case!!

Thanks again.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No entry in /var/log/boot.log

2009-10-31 Thread Lee Perez
Rod Rook wrote:
> I installed CentOS 5.3 on Oct 27, 2009 and immediately updated it to 5.4.
>
> I had not paid attention to this boot log until yesterday when I decided to
> take a look to do some trouble shooting.
>
> Oct 27 13:16:24 localhost NET[3797]: /sbin/dhclient-script : updated
>   
>>> /etc/resolv.conf
>>>   
>> Oct 27 13:16:29 localhost NET[4059]:
>> 
>>> /etc/sysconfig/network-scripts/ifup-post : updated /etc/resolv.conf
>>>   
>> 
> This entry was probably made right after the fresh installation.
>
> I've done searches on the Internet for answers for this problem and the only
> thing I've found is that I am not the only one with this problem.
> But no body has offered any definite solution for it. I even posted the same
> question in the CentOS forum and haven't got any reply.
>
> >From what I have read, this problem may be caused by a bug or bugs in CentOS
> 5.x, but I hope it is not because I am in the process of
> switching from Fedora 10 to CentOS 5.4 and I don't want to get disappointed.
> Trivial as this may be, this does not give me confidence in
> CentOS distribution.
>
> Can anyone come up with a solution?
>
>   
Hi Rod,

Have you looked at this thread:

http://lists.centos.org/pipermail/centos/2009-October/083346.html

Maybe along the same lines as the problem that you are having not sure.
HTH.
Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NTFS read and write support in CentOS 5.4 centosplus kernel?

2009-11-08 Thread Lee Perez
Xin Yang wrote:
> Hi everybody,
>
> I am a CentOS newbie, and I want to know whether the recent centosplus
> kernel supports read and write ntfs file systems or not.
>
> Regards
>
> Xin  
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Hi Xin,

Try this link that I just googled with "NTFS read and write in CentOS 
5.4"  and found the second one down from the top:

http://wiki.centos.org/TipsAndTricks/NTFS

HTH.
Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] screwed up dependencies

2009-11-11 Thread Lee Perez
ken wrote:
> On 11/11/2009 02:26 AM Timo Schoeler wrote:
>   
>> thus ken spake:
>> | Subsequent to trying to "yum update"-- it failed--, I tried to resolve
>> | the dependencies piecemeal:
>> |
>> | # yum update faad2
>> | 
>> | --> Processing Dependency: libfaad.so.0 for package: ffmpeg
>> | ---> Package faad2.i386 0:2.7-1.el5.rf set to be updated
>> | --> Finished Dependency Resolution
>> | ffmpeg-0.5-2.el5.rf.i386 from installed has depsolving problems
>> |   --> Missing Dependency: libfaad.so.0 is needed by package
>> | ffmpeg-0.5-2.el5.rf.i386 (installed)
>> | Error: Missing Dependency: libfaad.so.0 is needed by package
>> | ffmpeg-0.5-2.el5.rf.i386 (installed)
>> | 
>> |
>> | # rpm -q ffmpeg
>> | ffmpeg-0.5-2.el5.rf
>> |
>> | Could it be that there's a packaging error in faad2 ?
>>
>> For the archives: This seems to be fixed; I updated three systems since
>> then and everything went flawlessly.
>>
>> HTH,
>>
>> Timo
>> 
>
> Timo,
>
> Thanks for replying.
>
> I found that, ultimately, I had to remove xine* and its dependencies in
> order to successfully "yum update".  After the update, I get dependency
> errors again (with libdirect-1.0.so.0, libdirectfb-1.0.so.0, and
> libfusion-1.0.so.0) when I try to add xine back in.  Are you running
> xine on any of your systems?
>
>
>   
Hi Ken,

I'm running 5.4 here on my system and I have xine installed.  I just 
updated faad2 and everything went fine here.  Here is a list of what was 
updated:

Nov 11 05:08:24 Updated: faad2-2.7-1.el5.rf.i386
Nov 11 05:08:26 Updated: ffmpeg-0.5-3.el5.rf.i386
Nov 11 05:08:30 Updated: xine-lib-1.1.16.3-2.el5.rf.i386
Nov 11 05:08:50 Updated: vlc-0.9.9a-4.el5.rf.i386

Also I went and checked in /usr/lib and the libdirect, libdirectfb, and 
libfusion version I have installed are:

libdirect-1.2.so.0  libdirectfb-1.2.so.0
libdirect-1.2.so.0.4.0  libdirectfb-1.2.so.0.4.0
libfusion-1.2.so.0  libfusion-1.2.so.0.4.0

I don't have any other repos setup except for rpmforge and priorities 
are setup.\

HTH.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Installing GLIBC for CentOS 4.6

2008-06-04 Thread Dongyoon Lee
I'd like to modify pthread library ( e.g. manipulating some functions )
in glibc, so I want to compile and install modified glibc.
However, I failed to compile glibc and need some help. How can I fix the
problem?

 Here is the process that I've tried.
1. download glibc-2.3.4.tar.tar from http://ftp.gnu.org/gnu/glibc/
2. unzip glibc-2.3.4.tar.tar
3. make build-folder
[EMAIL PROTECTED] /]# mkdir glibc-2.3.4-build
[EMAIL PROTECTED] /]# cd glibc-2.3.4-build
4. configure (in the build-folder)
[EMAIL PROTECTED] /]# ../glibc-2.3.4/configure --prefix=/usr --enable-add-ons
5. make (in the build-folder)
[EMAIL PROTECTED] /]# make
.
make  -C csu subdir_lib
make[2]: Entering directory
`/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu'
/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1:
warning: NUL character seen; rest of line ignored
/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4-build/bits/stdio_lim.d:1: ***
missing separator.  Stop.
make[2]: Leaving directory
`/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/hgfs/CentOS-4.6-i386_Shared/glibc-2.3.4'
make: *** [all] Error 2

FYI, Here is my current information.

[EMAIL PROTECTED] /]# cat /proc/version
Linux version 2.6.9-67.ELsmp ([EMAIL PROTECTED]) (gcc version
3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Nov 16 12:48:03 EST 2007
[EMAIL PROTECTED] /]# rpm -qa | grep gcc
gcc-3.4.6-9
gcc4-gfortran-4.1.2-14.EL4
gcc4-java-4.1.2-14.EL4
gcc-objc-3.4.6-9
gcc-g77-3.4.6-9
gcc4-4.1.2-14.EL4
compat-gcc-32-c++-3.2.3-47.3
gcc-gnat-3.4.6-9
gcc4-c++-4.1.2-14.EL4
compat-gcc-32-3.2.3-47.3
libgcc-3.4.6-9
gcc-java-3.4.6-9
gcc-c++-3.4.6-9
compat-libgcc-296-2.96-132.7.2
[EMAIL PROTECTED] /]# rpm -qa | grep glibc
glibc-kernheaders-2.4-9.1.100.EL
glibc-2.3.4-2.39
glibc-headers-2.3.4-2.39
glibc-common-2.3.4-2.39
glibc-devel-2.3.4-2.39
compat-glibc-headers-2.3.2-95.30
glibc-utils-2.3.4-2.39
compat-glibc-2.3.2-95.30
glibc-profile-2.3.4-2.39
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Compile error on CentOS 4.6

2008-06-04 Thread Dongyoon Lee
I am installing SPLASH(http://www-flash.stanford.edu/SPLASH/) benchmark
codes on CentOS 4.6. And there is compile error during make..
Here is the error messages. Does it come from the gcc library?  Should I
update the gcc or other library?

[EMAIL PROTECTED] barnes]# make BARNES
make: Warning: File `code.C' has modification time 6e+02 s in the future
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null code.C
> code.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels code.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null
code_io.C > code_io.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels code_io.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null load.C
> load.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels load.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null grav.C
> grav.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels grav.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null
getparam.C > getparam.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels getparam.c
m4 -s -Ulen -Uindex
/mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null util.C
> util.c
gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels util.c
gcc code.o code_io.o load.o grav.o getparam.o util.o -O3 -pthread
-D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded
-Winline -Wpointer-arith -Wsign-compare -Wendif-labels -o BARNES -lm
/usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [BARNES] Error 1

FYI, here is the gcc version info.
[EMAIL PROTECTED] barnes]# gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] pthread_setschedprio function in glibc-2.3.4

2008-06-12 Thread Dongyoon Lee
I re-installed glibc-2.3.4-2.39.src.rpm on CentOS 4.6, and tried to
use pthread_setschedprio() API in glibc library, but it fails.

Here is my system information.
Operating SystemCentOS 4.6 (x86_64), Linux version 2.6.9-67.Elsmp
gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
glibc (pthread) src glibc-2.3.4-2.39.src.rpm

I checked that setschedprio function is in the GLIB_2.3.4 but I got
following errors

[EMAIL PROTECTED] TMP]# gcc d.c -o d -lpthread
/tmp/ccEeiBLd.o(.text+0x179): In function `main':
: undefined reference to `pthread_setschedprio'
collect2: ld returned 1 exit status

Can I get any advice to use that API?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] building CentOS rpms?

2009-08-15 Thread Lee Perez
Dave wrote:
> Hello,
>   I'd like to get in to rpm building and am looking for a CentOS
> specific document if any to get me going? I want to repackage an existing
> rpm and give it different runtime options so it'll work on a server, and
> make an rpm at least one probably more, and then submit them to the rpmforge
> repo.
>   Googling showed me some old Suse docs on this subject. Any help
> appreciated.
>   Thanks.
> Dave.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Or you can just go to the CentOS Wiki:

http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment

HTH.

Lee
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-16 Thread Lee Perez
Morning all,

Little back ground.  Running CentOS 5.3 fully update.  I basically run 
this as router and gateway for home network.  I have two(2) winblows 
machines hooked up.  I am running samba for shares.   I opened up root's 
mail this morning and found this strange little comment :

Connections Denied:
lib/access.c:check_access(327)  58.239.84.158 : 1 Time(s)
smbd/process.c:process_smb(1062) 58.239.84.158 : 1 Time(s)

So I started looking around in /var/log.  I looked at my secure logs and 
saw nothing out of the ordinary.  I looked in samba and found a log file 
58.239.84.158.log.  I opened it up and it said the following:

[2009/08/15 06:31:34, 0] lib/access.c:check_access(327)
  Denied connection from  (58.239.84.158)
[2009/08/15 06:31:34, 1] smbd/process.c:process_smb(1062)
  Connection denied from 58.239.84.158

There is nothing on this server that I can not replace.  Did I just get 
hacked?  Should I wipe this thing and start over?  Any and all advice is 
greatly appreciated!!!

Thanks.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-17 Thread Lee Perez
Lanny Marcus wrote:
> On Sun, Aug 16, 2009 at 7:51 AM, Lee Perez wrote:
> 
>   
>> There is nothing on this server that I can not replace.  Did I just get
>> hacked?  Should I wipe this thing and start over?  Any and all advice is
>> greatly appreciated!!!
>> 
>
> If you eventually decide to wipe it and start over, you might consider
> running IPCop Linux, a special distribution for Firewall/Router
> purposes. I use it at home and some on the list use it at work.
> The fewer services you run, the safer it will be. Samba as someone
> said, probably should not be run on a firewall. http://www.ipcop.org/
>  The version currently available has been around for awhile, but they
> have a new version in testing. I have IPCop running on an old box with
> a Pentium 233 MHz MMX chip and 64 MB of RAM and it's headless.HTH
>
>   
Thanks Lanny and everyone else.  Sorry for the late reply back.  Don't 
want anyone to think that I do not appreciate the help. I work nights 
and just got in.

I didn't know that IPCOP could run on one that old.  I have one like 
that up in the attic, time to bring it back down.  Before I upgraded to 
5.3, I was running 4.7 with FireStarter and did not have any troubles.  
As soon as I get some sleep I will be looking in to setting it up.

Thanks again everyone for the advice.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Strange message in root e-mail possiablly hacked!!! Not sure??

2009-08-17 Thread Lee Perez
Chan Chung Hang Christopher wrote:
>> I didn't know that IPCOP could run on one that old.  I have one like 
>> that up in the attic, time to bring it back down.  Before I upgraded to 
>> 5.3, I was running 4.7 with FireStarter and did not have any troubles.  
>> As soon as I get some sleep I will be looking in to setting it up.
>>
>>   
>> 
> If it is a pure firewall/nat box then you may want to give OpenBSD a 
> try. Expand your horizons a bit. I ran OpenBSD headless on a Pentium too 
> but with a bit more RAM and diskless too.
>
>   

Thanks Chan, I will look into it because that is exactly what it would 
be.  I have been wanting to setup a home website, but I did not want to 
run everything off of one server.  IIRC I have 384 megs of ram on that 
PC, but I don't remember the mhz.  I think it might be a 133mhz, do you 
think that would do?

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to check the MD5 sums ISO directory

2009-08-22 Thread Lee Perez
Michael Wright wrote:
> Ok guys 
>
> How do i check MD5 SUM in the ISO Directory Mike
>   
>   

Hi Michael,

Try this site:

http://linuxwave.blogspot.com/2009/06/validate-your-downloaded-files-using.html

It will explain a little bit about using md5sum.

HTH.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gtk+-2.x?

2009-08-31 Thread Lee Perez
Dave wrote:
> Hello,
>   I'm trying to install a package that requires the gtk+-2.1.x
> package. I've installed the following groups in preparation, development
> tools, gnome-desktop, and am not seeing the rpm, i thought it was contained
> within another. Does anyone know where i can obtain this rpm?
> Thanks.
> Dave.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Morning Dave,

Not sure if this is the right one. It is not gtk+-2.1.x, it is 
gtk+-1.2.10-56.el5.i386.  This is found in the Gimp Toolkit. Got that by 
doing yum whatprovides gtk+.

HTH.
Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum-fastestmirror inconsistent exclude behavior

2010-08-06 Thread Lee Perez
Matt Arnilo S. Baluyos (Mailing Lists) wrote:
> Hi guys,
>
> I'm trying to figure out something wherein excluded repositories for
> the yum-fastestmirror plugin are still being used by the system.
>
> To illustrate:
>
> [r...@sales ~]# cat /etc/yum/pluginconf.d/fastestmirror.conf
> [main]
> enabled=1
> verbose=0
> socket_timeout=3
> hostfilepath=/var/cache/yum/timedhosts.txt
> maxhostfileage=10
> maxthreads=15
> #exclude=.gov, facebook
> exclude=maulvi, .gov.ph, .vn
>
> (Note the name of mirrors that I am trying to exclude)
>
> However, when I run yum, this is what I get:
>
> [r...@sales ~]# yum update
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> Excluding mirror: mirror.pscigrid.gov.ph
> Excluding mirror: mirror.viethosting.vn
>  * addons: centos.maulvi.net
> Excluding mirror: mirror.pscigrid.gov.ph
> Excluding mirror: mirror.viethosting.vn
>  * base: centos.maulvi.net
> Excluding mirror: mirror.pscigrid.gov.ph
> Excluding mirror: mirror.viethosting.vn
>  * extras: centos.maulvi.net
>  * rpmforge: fr2.rpmfind.net
> Excluding mirror: centos.maulvi.net
>  * updates: mirror.viethosting.vn
> Setting up Update Process
> No Packages marked for Update
> [r...@sales ~]#
>
> If you notice, centos.maulvi.net is still being used despite me
> putting it on the exclude list of the fastestmirror config. Also, the
> behavior does not seem to be consistent as on another repo (updates),
> the previously excluded mirror.viethosting.vn is used.
>
> Any pointers on what I could be doing wrong? or is this a bug?
>
> Thanks!
>
> Regards,
> Matt
>
>   
Hi Matt,

Just out of curiosity, have you tried putting a . in front of maulvi 
(exclude=.maulvi, .gov.ph, .vn).  This is just from my old cool 
programing days when a misplaced . would drive you nuts. 

HTH.
Lee
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem to run 4 virtual machines at a time.

2008-09-13 Thread Wilson Lee
nate wrote:

>What is vyatta system? From a search the closest I can find is
>some sort of software that provides routing functionality
>
>http://www.vyatta.com/index.php
>
>Is that it ?

Correct.  Vyatta is an open source full-featured router/firewall/vpn solution 
based on Debian.  It can be installed on a physical computer or virtualized.  
Especially in a virtualized environment, Vyatta allows one to easily segregate 
network segments.  Resource requirements can be very low depending on the level 
of traffic and features enabled.

I currently use it as my primary home router for my static PPPoE AT&T DSL.  I 
also use it to provide inter-VLAN routing.

At my previous employment, I used it for inter-VLAN routing - segments for 
VoIP, LAN, and DMZ.  It worked very well and never had a hiccup.

Best of all, there is no fee for the community edition, with a new version 
about every 6 months.  There's a subscription service if you want technical 
support and timely updates.

BTW, I don't work for Vyatta, just a happy user of their product.


Here are the technical specs from their website:

HARDWARE SUPPORT
» 32-bit x86 processors
» PC architecture

INTERFACES
» 10/100/1000 Ethernet cards
» 10 GbE cards
» T1/E1 cards – 1 port
» T1/E1 cards – 2 port
» T1/E1 cards – 4 port
» T3 cards

IP AND ROUTING PROTOCOLS
» IPv4
» OSPFv2
» BGPv4
» RIPv2
» Static routes

IP ADDRESS MANAGEMENT
» Static
» DHCP server
» DHCP client
» DHCP relay

ENCAPSULATIONS
» Ethernet
» 802.1Q VLANs
» PPP
» PPPoE
» MLPPP
» Frame Relay
» HDLC
» GRE, IP-in-IP

LOAD BALANCING
» WAN link load balancing
» MLPPP
» ECMP

QoS
» Priority Queuing
» Classful Queuing
» Bandwidth Management

SECURITY
» Stateful inspection fi rewall
» Network address translation
» IPSec VPN
» Remote VPN (PPTP, L2TP, IPSec)
» DES, 3DES, AES Encryption
» MD5 and SHA-1 Authentication
» RSA, Diffi e Helman Key Management
» NAT Traversal
» RADIUS authentication
» Individual user accounts and passwords

HIGH AVAILABILITY
» VRRP (Virtual Router Redundancy Protocol)
» IPSec VPN Clustering
» Protocol fault isolation

ADMINISTRATION
» Integrated CLI
» Web GUI*
» Single confi guration fi le
» Telnet
» SSHv2
» Network upgrades

DEBUGGING AND PACKET SNIFFING
» tcpdump
» Wireshark packet capture

LOGGING AND MONITORING
» Syslog
» SNMPv2c

* Web GUI Available Q3 ‘08

Wilson

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



  ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] enable repo download and save but no install

2008-11-26 Thread Lee Perez

Jerry Geis wrote:
Is there a way to enable a repo, and ask it to download a package and 
all dependencies
and save these files to a given directory then some time later execute 
a command

to install those files that were saved.

Is that possible?

I would like to take a snapshot of something like VLC on dag and 
always install those same vlc packages and dependencies
that were saved locally. Not go out over the net and install them the 
next time. I'm not concerned about

updates to this package.

Hi Jerry,

I think that was just discussed the other day on 11-24 as subject yum 
download.  If you follow this thread I think this is what you will be 
looking for:


http://lists.centos.org/pipermail/centos/2008-November/068284.html

I hope this helps.  Dang finally get to answer someone.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KDE4

2008-11-30 Thread Lee Perez

Martin Marques wrote:

Is there any repo with binary rpm of KDE 4.1 for CentOS 5?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Hi Martin,

By Googling I found 2 instances concerning KDE and CentOS.  Here is the 
first discussion that I found dating back to Jan. 2008:


http://centos.org/modules/newbb/viewtopic.php?viewmode=threaded&order=ASC&topic_id=12135&forum=37&move=next&topic_time=1200296331

And here is the second one data Oct. 2008:

http://lists.centos.org/pipermail/centos/2008-October/066735.html

Hope this helps.

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS4.4 32bit Cluster Suite Installation Package as iso

2009-04-24 Thread Lee Perez
Balaji wrote:
> Dear All,
>  I am new in CentOS4.4 32bit Cluster Suite Installation and I have 
> installed all the CentOS4.4 32 bit CDs
>  and i found kernel version is 2.6.9-42.EL and I need the Cluster Suite 
> Package for the same.
>
>  I tried to google-out and i have verified CentOS Site 
>  But i can't find out the Clustersuite package for CentOS4.4  
>  Can any one send me path of the Clustersuite ISO package for CentOS4.4 
> 32 bit
>  Please, do the needful.
>
> Regards
> -S.Balaji
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
I think this might be what you are looking for:

http://www.centos.org/modules/news/article.php?storyid=108

HTH!!
Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum Update Errors

2011-09-01 Thread Lee Perez
Afternoon All,

Just ran yum update and it burped on the following:

Package xulrunner.i386 0:1.9.2.20-3.el5_7 set to be updated
--> Processing Conflict: firefox conflicts xulrunner >= 1.9.2.19

firefox-3.6.18-1.el5.centos.i386 from installed has depsolving problems
  --> firefox conflicts with xulrunner


Uname -a gives:
Linux  2.6.18-274.el5 #1 SMP Fri Jul 22 04:49:12 EDT 2011 i686 i686 i386 
GNU/Linux

I have never had any troubles updating my box before.  Anybody else seen 
this yet? Or what am I doing wrong.  Just woke up, please cut me some 
slack.

Thanks.
Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] this is strange and dark

2011-09-25 Thread Lee Perez
Nicolas Thierry-Mieg wrote:
> Johnny Hughes wrote:
>   
>> On 09/25/2011 07:07 AM, fakessh wrote:
>> 
>>> hello admin
>>>
>>> This is strange and dark: it receives more than one hundred updates and
>>> deposits are still not updated
>>>
>>> are welcome ...
>>>   
>> I am not sure what this means ... anyone?
>> 
>
> no sorry, I'm out of LSD
> _______
>
>   
Maybe he is reefer'ing to all the latest announcements for 5.7??

Lee Perez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] (OT) OpenOffice.org calc chart strangeness.

2010-04-04 Thread Lee Perez
Bill Campbell wrote:
> I am attempting to create a simple line chart graphing three columns from a
> soffice-calc spreadsheet.  I expect it to take the leftmost column as the
> X-Axis, plotting the others on the Y-Axis, but it always creates an X-Axis
> of the row number in the columns, and the first column amongst the data.
>
> I have tried this on OpenOffice.org 3.2.0, NeoOffice(R) 3.0.2 Patch 2,
> iWork Pages, and Excel 12.2.4 in Microsoft Office 2008 for Mac.
>
> It does what I expect in iWork Pages and M$-Excel, but not in the
> various incantations of OpenOffice.org.
>
> I OO-calc has gone to a fancy wizard thingy that doesn't seem to have any
> way to specify details for the X-Axis, and I can't find anything useful in
> the on-line documentation.
>
> Does anybody know how one gets this to work in OpenOffice.org?
>
> The Linux tie-in is that I'm getting data from a postgresql database that
> lives on a Linux box, and none of the fancy commercial products seem to be
> able to use it in their data sources.
>
> On the other hand, I have written a python script that extracts the data
> from the postgresql database and creates the pretty reports using groff and
> gplot totally on Linux which is faster in any case for my current problem.
>
> Bill
>   
Hi Bill,

Don't know if this will help, hope it does.  One thing that comes to 
mind is this sounds like a data series issues.  It sounds like 
everything is included within the data series range.  The only thing 
that should be in this, which would be the Y axis, is the 2nd and 3rd 
columns of data.  I hope this helps in some way.

Lee
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] How to setup own i686 buildenv for CentOS7

2014-12-29 Thread Robin Lee
Hi, all!

How to setup own i686 mock for CentOS7?
Or, is there any public i686 repo for CentOS7?

I found i686 repo available in internal CentOS building environment, from a
root.log from a mock build result[1].


[1]
http://buildlogs.centos.org/c7-updates/glibc/20141218212615/2.17-55.el7_0.3.i386/root.log

Cheers,

-robin
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to setup own i686 buildenv for CentOS7

2014-12-29 Thread Robin Lee
Oh, Thank you! Best regards!

-robin

On Tue, Dec 30, 2014 at 2:30 AM, Nux!  wrote:

> Hi,
>
> Here's how my epel-7-i386.cfg mock file looks like:
> http://fpaste.org/164110/19877702/raw/
>
> Do note the 32bit packages are unofficial and unsupported. RedHat does not
> support 32bit in EL7.
>
> HTH
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Robin Lee" 
> > To: centos@centos.org
> > Sent: Monday, 29 December, 2014 16:27:33
> > Subject: [CentOS] How to setup own i686 buildenv for CentOS7
>
> > Hi, all!
> >
> > How to setup own i686 mock for CentOS7?
> > Or, is there any public i686 repo for CentOS7?
> >
> > I found i686 repo available in internal CentOS building environment,
> from a
> > root.log from a mock build result[1].
> >
> >
> > [1]
> >
> http://buildlogs.centos.org/c7-updates/glibc/20141218212615/2.17-55.el7_0.3.i386/root.log
> >
> > Cheers,
> >
> > -robin
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] build c7 packages for i686 using mock

2015-01-30 Thread Robin Lee
Hi,

Here's how my epel-7-i386.cfg mock file looks like:
http://fpaste.org/164110/19877702/raw/

Do note the 32bit packages are unofficial and unsupported. RedHat does not
support 32bit in EL7.

HTH
Lucian
Nux! 
12/30/14


to CentOS


On Fri, Jan 30, 2015 at 10:38 AM, Peter  wrote:

> On 01/30/2015 11:56 AM, Gordon Messmer wrote:
> > This might be an embarrassingly simple question.  How are people
> > building multi-arch library packages on CentOS 7?  On older releases one
> > could "mock -r epel-6-i386" and "mock -r epel-6-x86_64" to build a
> > library twice.  With no 32-bit release, there's no epel-7-i386 target
> > for mock.  Specifying --target=i386 or --arch-i386 both fail.
> >
> > Do we have to set up the environment manually and rpm --rebuild inside
> > the mock root?
>
> copy the epel-7-x86_64.cfg file to epel-7-i386, and then tweak.  You can
> set the main CentOS repo to http://buildlogs.centos.org/c7.00.02/ or
> point it to the puias repos.
>
>
> Peter
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to setup own i686 buildenv for CentOS7

2015-09-06 Thread Robin Lee
Hi, Nux!

Can you re-paste this cfg? The url is outdated.

- robin

On Tue, Dec 30, 2014 at 2:30 AM, Nux!  wrote:

> Hi,
>
> Here's how my epel-7-i386.cfg mock file looks like:
> http://fpaste.org/164110/19877702/raw/
>
> Do note the 32bit packages are unofficial and unsupported. RedHat does not
> support 32bit in EL7.
>
> HTH
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Robin Lee" 
> > To: centos@centos.org
> > Sent: Monday, 29 December, 2014 16:27:33
> > Subject: [CentOS] How to setup own i686 buildenv for CentOS7
>
> > Hi, all!
> >
> > How to setup own i686 mock for CentOS7?
> > Or, is there any public i686 repo for CentOS7?
> >
> > I found i686 repo available in internal CentOS building environment,
> from a
> > root.log from a mock build result[1].
> >
> >
> > [1]
> >
> http://buildlogs.centos.org/c7-updates/glibc/20141218212615/2.17-55.el7_0.3.i386/root.log
> >
> > Cheers,
> >
> > -robin
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to setup own i686 buildenv for CentOS7

2015-09-06 Thread Robin Lee
Thanks! Best regards!


On Mon, Sep 7, 2015 at 12:12 PM, Peter  wrote:

> On 09/07/2015 02:32 PM, Robin Lee wrote:
> > Can you re-paste this cfg? The url is outdated.
>
> I'll paste mine in here for posterity (altered to remove my private
> repos, and personal info, etc):
>
> config_opts['root'] = 'epel-7-i386'
> config_opts['target_arch'] = 'i686'
> config_opts['legal_host_arches'] = ('i686','x86_64',)
> config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio
> diffutils findutils gawk gcc gcc-c++ grep gzip info make patch
> redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng
> which xz'
> config_opts['plugin_conf']['ccache_enable'] = False
> config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
> config_opts['macros']['%dist'] = '.el7'
> config_opts['macros']['%vendor'] = 'Your Name Here'
> config_opts['macros']['%packager'] = 'usern...@example.org'
> config_opts['macros']['%debug_package'] = '%{nil}'
>
> config_opts['yum.conf'] = """
> [main]
> cachedir=/var/cache/yum
> debuglevel=1
> reposdir=/dev/null
> logfile=/var/log/yum.log
> retries=20
> obsoletes=1
> gpgcheck=0
> assumeyes=1
> syslog_ident=mock
> syslog_device=
>
> # repos
> [base]
> name=BaseOS
> baseurl=http://buildlogs.centos.org/centos/7/os/i386/
> failovermethod=priority
> gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-CentOS-7
> gpgcheck=1
>
> [updates]
> name=updates
> baseurl=http://buildlogs.centos.org/centos/7/updates/i386/
> failovermethod=priority
> gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-CentOS-7
> gpgcheck=1
> """
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] centos 6.3 ipv6 default gateway

2013-04-11 Thread Jaze Lee
hello,
   i met a problem in configuratiion of ipv6 gw in my box
i install centos 6.3 (64 bit) on my boxs, which have four netcard.
i use a straight-through cable to connect centosv0:netcard-2 and
centosv1:netcard2
the topology is this:
client c(windows xp) <-->centosv0:netcard-3 <--> centosv0:netcard-2 <--->
centosv1:netcard-2 <>centosv1:netcard-2  <---> client d (backtrack r2
32)
1:2:3:4::2/64  1:2:3:4::1/64   1:2:3::4/64
  1:2:3::5/64 1:2:3:5::1/64
 1:2:3:5::2/64

what i want to do is set default gw on centosv0 to centosv1

i configure /etc/sysconfig/network-scripts/ifconfig-eth2  (centosv0) as this
DEVICE="eth2"
BOOTPROTO=static
HWADDR="60:A4:4C:23:2F:6F"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
#UUID="0ddcf499-878f-4ac7-9d1a-c27f85d2bccf"
IPV6INIT=yes
IPV6ADDR=1:2:3::4
IPV6_DEFAULTGW=1:2:3::5

and i also configure /etc/sysconfig/network to this:
NETWORKING=yes
HOSTNAME=centosv0
NETWORKING_IPV6=yes
IPV6_AUTOCONF=no

but i met an error:
Bringing up interface eth2:  WARN : [ipv6_add_route] Unknown error

i do not know how why,and can some one gives me some suggestion?
thanks a lot.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6.3 ipv6 default gateway

2013-04-11 Thread Jaze Lee
2013/4/12 Michael H. Warfield 

> Hello,
>
> I may be totally off base here but...
>
> On Thu, 2013-04-11 at 18:06 +0800, Jaze Lee wrote:
> > hello,
> >i met a problem in configuratiion of ipv6 gw in my box
> > i install centos 6.3 (64 bit) on my boxs, which have four netcard.
> > i use a straight-through cable to connect centosv0:netcard-2 and
> > centosv1:netcard2
> > the topology is this:
> > client c(windows xp) <-->centosv0:netcard-3 <--> centosv0:netcard-2 <--->
> > centosv1:netcard-2 <>centosv1:netcard-2  <---> client d (backtrack r2
> > 32)
> > 1:2:3:4::2/64  1:2:3:4::1/64   1:2:3::4/64
> >   1:2:3::5/64 1:2:3:5::1/64
> >  1:2:3:5::2/64
>
> Surely, I hope you jest with those numbers.  You are not allowed to pick
> numbers out of the air and just use them, even if it's for private use.
> There are specific blocks of addresses for specific uses and assigned
> "scopes" and all the "private use" addresses are in blocks very high up
> in the address space beginning with fc or fd.  If those are literally
> the addresses you used, they will not work and I would expect them to
> give you all sorts of grief at some point or another.
>
> > what i want to do is set default gw on centosv0 to centosv1
>
> I take it "centosv0"  and "centosv1" are configured for ipv6 forwarding?
> You didn't provide the information on that.  There are some gotcha's in
> there with default routing on a router (basically there is no such
> thing) and the router needs to be set up properly for both routing and
> its routes.  But I don't think that's your problem you're describing
> down below.
>
> > i configure /etc/sysconfig/network-scripts/ifconfig-eth2  (centosv0) as
> this
> > DEVICE="eth2"
> > BOOTPROTO=static
> > HWADDR="60:A4:4C:23:2F:6F"
> > NM_CONTROLLED="yes"
> > ONBOOT="yes"
> > TYPE="Ethernet"
> > #UUID="0ddcf499-878f-4ac7-9d1a-c27f85d2bccf"
> > IPV6INIT=yes
> > IPV6ADDR=1:2:3::4
>  ^^ You didn't specify a netmask here (default /128).
>
> > IPV6_DEFAULTGW=1:2:3::5
>   Technically not on your interface's network
> (/128)
>
> > and i also configure /etc/sysconfig/network to this:
> > NETWORKING=yes
> > HOSTNAME=centosv0
> > NETWORKING_IPV6=yes
> > IPV6_AUTOCONF=no
>
> For forwarding...
>
> In that file you're also going to need:
>
> IPV6FORWARDING=yes
>
> You may also need to add lines to /etc/sysctl.conf (I've needed in the
> past on Fedora):
>
> net.ipv6.conf.all.forwarding = 1
> net.ipv6.conf.default.forwarding = 1
>
> But those aren't your problem with this...
>
> > but i met an error:
> > Bringing up interface eth2:  WARN : [ipv6_add_route] Unknown error
>
> I'm not totally sure if this is because you didn't specify a prefix
> length on your IPV6ADDR line or the fact that it then conflicted with
> your IPV6_DEFAULTGW which would not have been on 1:2:3::4/128 or if it
> was because you choose and illegal IPv6 prefix or if it was a
> combination of all of them.  The "WARN: [ipv6_add_route] Unknown error"
> makes me suspicious because your default gatway conflicts with your
> interface network definition (because you didn't specify the prefix size
> and it defaulted to /128) and the kernel has no way to route it out any
> interface.  IAC...  You won't be able to use a default route on a router
> anyways (more below).
>
> > i do not know how why,and can some one gives me some suggestion?
> > thanks a lot.
>
> If those were literally the addresses you used, It may be an address
> that's in an illegal scope.

  i test those ipv6 address on ubuntu 12.04, and it is ok. But now, we
should change system to Centos 6.3.
  And i add all the stuff that i miss. One machine is configured like this:

 [root@centosv0 sysconfig]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
DEVICE="eth2"
BOOTPROTO=static
HWADDR="60:A4:4C:23:2F:6F"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
#UUID="0ddcf499-878f-4ac7-9d1a-c27f85d2bccf"
IPV6INIT=yes
IPV6ADDR=1:2:3::4/64
IPV6_DEFAULTGW=1:2:3::5/64

and add the below to /etc/sysctl.conf

  net.ipv6.conf.all.forwarding = 1
  net.ipv6.conf.default.forwarding = 1

and through /proc i can see this

  [root@centosv0 sysconfig]# cat /proc/sys/net/ipv6/conf/default/forwarding
  1
   [root@centosv0 sysconfig]# cat /proc/sys/net/ipv6/conf/all/forwarding
   1

and 

Re: [CentOS] centos 6.3 ipv6 default gateway

2013-04-11 Thread Jaze Lee
2013/4/12 Michael H. Warfield 

> On Fri, 2013-04-12 at 09:28 +0800, Jaze Lee wrote:
> > 2013/4/12 Michael H. Warfield 
> >
> > > Hello,
> > >
> > > I may be totally off base here but...
> > >
> > > On Thu, 2013-04-11 at 18:06 +0800, Jaze Lee wrote:
> > > > hello,
> > > >i met a problem in configuratiion of ipv6 gw in my box
> > > > i install centos 6.3 (64 bit) on my boxs, which have four netcard.
> > > > i use a straight-through cable to connect centosv0:netcard-2 and
> > > > centosv1:netcard2
> > > > the topology is this:
> > > > client c(windows xp) <-->centosv0:netcard-3 <--> centosv0:netcard-2
> <--->
> > > > centosv1:netcard-2 <>centosv1:netcard-2  <---> client d
> (backtrack r2
> > > > 32)
> > > > 1:2:3:4::2/64  1:2:3:4::1/64
> 1:2:3::4/64
> > > >   1:2:3::5/64 1:2:3:5::1/64
> > > >  1:2:3:5::2/64
> > >
> > > Surely, I hope you jest with those numbers.  You are not allowed to
> pick
> > > numbers out of the air and just use them, even if it's for private use.
> > > There are specific blocks of addresses for specific uses and assigned
> > > "scopes" and all the "private use" addresses are in blocks very high up
> > > in the address space beginning with fc or fd.  If those are literally
> > > the addresses you used, they will not work and I would expect them to
> > > give you all sorts of grief at some point or another.
> > >
> > > > what i want to do is set default gw on centosv0 to centosv1
> > >
> > > I take it "centosv0"  and "centosv1" are configured for ipv6
> forwarding?
> > > You didn't provide the information on that.  There are some gotcha's in
> > > there with default routing on a router (basically there is no such
> > > thing) and the router needs to be set up properly for both routing and
> > > its routes.  But I don't think that's your problem you're describing
> > > down below.
> > >
> > > > i configure /etc/sysconfig/network-scripts/ifconfig-eth2  (centosv0)
> as
> > > this
> > > > DEVICE="eth2"
> > > > BOOTPROTO=static
> > > > HWADDR="60:A4:4C:23:2F:6F"
> > > > NM_CONTROLLED="yes"
> > > > ONBOOT="yes"
> > > > TYPE="Ethernet"
> > > > #UUID="0ddcf499-878f-4ac7-9d1a-c27f85d2bccf"
> > > > IPV6INIT=yes
> > > > IPV6ADDR=1:2:3::4
> > >  ^^ You didn't specify a netmask here (default /128).
> > >
> > > > IPV6_DEFAULTGW=1:2:3::5
> > >   Technically not on your interface's network
> > > (/128)
> > >
> > > > and i also configure /etc/sysconfig/network to this:
> > > > NETWORKING=yes
> > > > HOSTNAME=centosv0
> > > > NETWORKING_IPV6=yes
> > > > IPV6_AUTOCONF=no
> > >
> > > For forwarding...
> > >
> > > In that file you're also going to need:
> > >
> > > IPV6FORWARDING=yes
> > >
> > > You may also need to add lines to /etc/sysctl.conf (I've needed in the
> > > past on Fedora):
> > >
> > > net.ipv6.conf.all.forwarding = 1
> > > net.ipv6.conf.default.forwarding = 1
> > >
> > > But those aren't your problem with this...
> > >
> > > > but i met an error:
> > > > Bringing up interface eth2:  WARN : [ipv6_add_route] Unknown
> error
> > >
> > > I'm not totally sure if this is because you didn't specify a prefix
> > > length on your IPV6ADDR line or the fact that it then conflicted with
> > > your IPV6_DEFAULTGW which would not have been on 1:2:3::4/128 or if it
> > > was because you choose and illegal IPv6 prefix or if it was a
> > > combination of all of them.  The "WARN: [ipv6_add_route] Unknown error"
> > > makes me suspicious because your default gatway conflicts with your
> > > interface network definition (because you didn't specify the prefix
> size
> > > and it defaulted to /128) and the kernel has no way to route it out any
> > > interface.  IAC...  You won't be able to use a default route on a
> router
> > > anyways (more below).
> > >
> > > > i do not know how why,and can some one gives m

[CentOS] how to capture packets that was forwarded

2013-04-16 Thread Jaze Lee
hello,
the topology is like this:

 centos v0:eth1 <--> centos v0: eth2
  fc00:2:3:4::1  fc00:2:3::4

i turned the packet forwarding

ping6 -i eth2 fc00:2:3:4::1
the output is

PING fc00:2:3:4::1(fc00:2:3:4::1) from fc00:2:3::5 eth2: 56 data bytes
>From fc00:2:3::4 icmp_seq=1 Destination unreachable: Administratively
prohibited
>From fc00:2:3::4 icmp_seq=2 Destination unreachable: Administratively
prohibited
>From fc00:2:3::4 icmp_seq=3 Destination unreachable: Administratively
prohibited
>From fc00:2:3::4 icmp_seq=4 Destination unreachable: Administratively
prohibited

why the box do not forwarding icmp packets to eth2?
and how to set forwarding rules on centos 6.3?
Thanks
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to capture packets that was forwarded

2013-04-16 Thread Jaze Lee
2013/4/16 Andy Smith 

> Hi Jaze
>
>
> On 16 April 2013 09:52, Jaze Lee  wrote:
>
> > hello,
> > the topology is like this:
> >
> >  centos v0:eth1 <--> centos v0: eth2
> >   fc00:2:3:4::1  fc00:2:3::4
> >
> > i turned the packet forwarding
> >
>
> If you are talking about forwarding on Centos V0, forwarding will have no
> effect here.  You appear to be trying to ping eth1 from a box somewhere on
> eth2's network.
> This is still classed as an input to V0 and will be handled by the INPUT
> chain.
>
> >
> > ping6 -i eth2 fc00:2:3:4::1
> > the output is
> >
> > PING fc00:2:3:4::1(fc00:2:3:4::1) from fc00:2:3::5 eth2: 56 data bytes
> > >From fc00:2:3::4 icmp_seq=1 Destination unreachable: Administratively
> > prohibited
> > >From fc00:2:3::4 icmp_seq=2 Destination unreachable: Administratively
> > prohibited
> > >From fc00:2:3::4 icmp_seq=3 Destination unreachable: Administratively
> > prohibited
> > >From fc00:2:3::4 icmp_seq=4 Destination unreachable: Administratively
> > prohibited
> >
>
> Administratively prohibited looks like a firewall issue.
> Check your IPv6 firewall settings on V0
>
   Thanks, it is truely because firewall issue. It's ok when i turned
ip6tables stoped.
Thank you all the same

>
> >
> > why the box do not forwarding icmp packets to eth2?
> > and how to set forwarding rules on centos 6.3?
> > Thanks
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
谦谦君子
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos7 & Selinux & Tor

2018-10-14 Thread Robin Lee
I've just encountered a problem starting tor. When I do 'systemctl
start tor' it fails and I get selinux errors in the log. There was
suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'.
Which I did and it gave the following

type=PROCTITLE msg=audit(1539540150.692:60570):
proctitle=2F7573722F62696E2F746F72002D2D72756E61736461656D6F6E0030002D2
D64656661756C74732D746F727263002F7573722F73686172652F746F722F6465666175
6C74732D746F727263002D66002F6574632F746F722F746F727263002D2D76657269667
92D636F6E666967

type=PATH msg=audit(1539540150.692:60570): item=0
name="/var/lib/tor/hidden_service/" inode=201616393 dev=fd:02
mode=040700 ouid=494 ogid=490 rdev=00:00
obj=system_u:object_r:tor_var_lib_t:s0 objtype=NORMAL
cap_fp= cap_fi= cap_fe=0 cap_fver=0

type=CWD msg=audit(1539540150.692:60570):  cwd="/"

type=SYSCALL msg=audit(1539540150.692:60570): arch=c03e syscall=2
success=no exit=-13 a0=562d3767da80 a1=2 a2=0 a3=1 items=1 ppid=1
pid=18283 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0
sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="tor" exe="/usr/bin/tor"
subj=system_u:system_r:tor_t:s0 key=(null)

type=AVC msg=audit(1539540150.692:60570): avc:  denied  {
dac_read_search } for  pid=18283 comm="tor"
capability=2  scontext=system_u:system_r:tor_t:s0
tcontext=system_u:system_r:tor_t:s0 tclass=capability

type=AVC msg=audit(1539540150.692:60570): avc:  denied  { dac_override
} for  pid=18283 comm="tor"
capability=1  scontext=system_u:system_r:tor_t:s0
tcontext=system_u:system_r:tor_t:s0 tclass=capability

So I had a look at the permissions for /var/lib/tor/hidden_service/ and
they were 

drwx--. toranon toranon system_u:object_r:tor_var_lib_t:s0
hidden_service

Could somebody help me out here? I have no idea what to make of this. I
know that tor was working for me at least a month ago. I got tor from
this package: tor-0.2.9.16-1.el7.x86_64

Cheers
Robin


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos7 & Selinux & Tor

2018-10-15 Thread Robin Lee
On Sun, 2018-10-14 at 20:13 +0200, Robin Lee wrote:
> I've just encountered a problem starting tor. When I do 'systemctl
> start tor' it fails and I get selinux errors in the log. 

I explored this a bit further. I moved away the
/var/lib/tor/hidden_service directory. Then I started tor and now it
came up fine. It also recreated the /var/lib/tor/hidden_service
directory as torrc hadn't changed. But then I tried to restart it. Now
it failed, with the same selinux errors. 

Seems definitely to be a bug of some sort. Not sure if it is with
selinux or tor though. And I know it worked a while back.

Cheers
Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos7 & Selinux & Tor

2018-10-23 Thread Robin Lee
On Sun, 2018-10-14 at 20:13 +0200, Robin Lee wrote:
> I've just encountered a problem starting tor. When I do 'systemctl
> start tor' it fails and I get selinux errors in the log. There was
> suggestion to do full auditing with 'auditctl -w /etc/shadow -p w'.
> Which I did and it gave the following
> 
> type=PROCTITLE msg=audit(1539540150.692:60570):
> proctitle=2F7573722F62696E2F746F72002D2D72756E61736461656D6F6E0030002
> D2
> D64656661756C74732D746F727263002F7573722F73686172652F746F722F64656661
> 75
> 6C74732D746F727263002D66002F6574632F746F722F746F727263002D2D766572696
> 67
> 92D636F6E666967
> 
> type=PATH msg=audit(1539540150.692:60570): item=0
> name="/var/lib/tor/hidden_service/" inode=201616393 dev=fd:02
> mode=040700 ouid=494 ogid=490 rdev=00:00
> obj=system_u:object_r:tor_var_lib_t:s0 objtype=NORMAL
> cap_fp= cap_fi= cap_fe=0 cap_fver=0
> 
> type=CWD msg=audit(1539540150.692:60570):  cwd="/"
> 
> type=SYSCALL msg=audit(1539540150.692:60570): arch=c03e syscall=2
> success=no exit=-13 a0=562d3767da80 a1=2 a2=0 a3=1 items=1 ppid=1
> pid=18283 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0
> sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="tor"
> exe="/usr/bin/tor"
> subj=system_u:system_r:tor_t:s0 key=(null)
> 
> type=AVC msg=audit(1539540150.692:60570): avc:  denied  {
> dac_read_search } for  pid=18283 comm="tor"
> capability=2  scontext=system_u:system_r:tor_t:s0
> tcontext=system_u:system_r:tor_t:s0 tclass=capability
> 
> type=AVC msg=audit(1539540150.692:60570): avc:  denied  {
> dac_override
> } for  pid=18283 comm="tor"
> capability=1  scontext=system_u:system_r:tor_t:s0
> tcontext=system_u:system_r:tor_t:s0 tclass=capability
> 
> So I had a look at the permissions for /var/lib/tor/hidden_service/
> and
> they were 
> 
> drwx--. toranon toranon system_u:object_r:tor_var_lib_t:s0
> hidden_service

Still trying to figure out this selinux issue :( 

Perhaps somebody could point me to the best mailing list/forum/tracker
for this kind of issue?

Cheers
Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos7 & Selinux & Tor

2018-10-23 Thread Robin Lee
On Tue, 2018-10-23 at 14:54 -0400, Daniel Walsh wrote:
> Most likely this is tor running as root and trying to access this
> file.

I'm trying to start tor using 'systemctl start tor' and I haven't
touched any systemd file.

What I get in the logs when I try to start is

polkitd[1097]: Registered Authentication Agent for unix-
process:18981:211495106 (system bus name :1.27348 [/usr/bin/pkttyagent
--notify-fd 5 --fallback], object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
systemd[1]: Starting Anonymizing overlay network for TCP...
tor[18988]: Oct 23 20:26:10.746 [notice] Tor 0.2.9.16 (git-
645ef2e2854b2225) running on Linux with Libevent 2.0.21-stable, OpenSSL
1.0.2k-fips and Zlib 1.2.7.
tor[18988]: Oct 23 20:26:10.746 [notice] Tor can't help you if you use
it wrong! Learn how to be safe at 
https://www.torproject.org/download/download#warning
tor[18988]: Oct 23 20:26:10.746 [notice] Read configuration file
"/usr/share/tor/defaults-torrc".
tor[18988]: Oct 23 20:26:10.746 [notice] Read configuration file
"/etc/tor/torrc".
tor[18988]: Oct 23 20:26:10.752 [warn] Directory
/var/lib/tor/hidden_service/ cannot be read: Permission denied
tor[18988]: Oct 23 20:26:10.752 [warn] Checking service directory
/var/lib/tor/hidden_service/ failed.
tor[18988]: Oct 23 20:26:10.752 [warn] Failed to parse/validate config:
Failed to configure rendezvous options. See logs for details.
tor[18988]: Oct 23 20:26:10.752 [err] Reading config failed--see
warnings above.
systemd[1]: tor.service: control process exited, code=exited status=1
systemd[1]: Failed to start Anonymizing overlay network for TCP.

How can I check which user it is trying to start as?

Cheers
Robin

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RPM perl requirements woes

2016-05-12 Thread Robin Lee
On Thu, May 12, 2016 at 11:14 PM, Anand Buddhdev  wrote:

> Dear CentOS hive mind,
>
> I'm trying to package up a perl module into an RPM for easy deployment.
> I want it to be as self-contained as possible (to avoid version issues
> with perl modules in base or EPEL). So in my spec file, I'm doing:
>
> curl -L http://cpanmin.us | perl - App::cpanminus -L
> %{buildroot}/opt/zonemaster Zonemaster
>
> This way, cpanminus is installed first, and then it goes on to install
> the module and all its dependencies. In the %files section, if I do:
>
> /opt/zonemaster
>
> the RPM is also neatly packaged up. However, trying to install this on
> another system causes errors:
>
> # yum install zonemaster-engine-1.0.13-1.el7.gii.x86_64.rpm
> ...
> ...
> elided
> ...
> ...
> Error: Package: zonemaster-engine-1.0.13-1.el7.gii.x86_64
> (/zonemaster-engine-1.0.13-1.el7.gii.x86_64)
>Requires: perl(JSON::backportPP)
> Error: Package: zonemaster-engine-1.0.13-1.el7.gii.x86_64
> (/zonemaster-engine-1.0.13-1.el7.gii.x86_64)
>Requires: perl(namespace::clean::_Util)
> Error: Package: zonemaster-engine-1.0.13-1.el7.gii.x86_64
> (/zonemaster-engine-1.0.13-1.el7.gii.x86_64)
>Requires: perl(Moose::Conflicts)
>
>
> Now, JSON::backportPP and Moose::Conflicts are part of JSON and Moose,
> respectively. However, those specific modules hide themselves from
> /usr/lib/rpm/perl.prov, by doing this:
>
> package # hide from PAUSE
> Moose::Conflicts;
>
> and
>
> package # This is JSON::backportPP
> JSON::PP;
>
>
> This is annoying. Does anyone have any idea on how to fix this? Can I
> get away with manually adding:
>
> Provides: JSON::backportPP Moose::Conflicts
>
> to the spec file? It looks like an ugly hack to me.
>
> Regards,
> Anand
>

You can filter the generated Requies by defining filter pattern in the
specfile of your package.
Refer to:
https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Perl

> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] An m4 question

2016-09-17 Thread Robin Lee
On Sat, Sep 17, 2016 at 1:05 AM,  wrote:

> Does anyone know what, if any, the limits are in m4 on the length of
> strings, such as in defines?
>
> That is, if I were to do
> define('LINUX', 'machine1, machine2,...machine120...')
>
> Is there a limit to how many I could put in that one define?
>
>mark
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
There is no arbitrary limit of string length for GNU m4.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Icon .png file loading error after graphics driver upgrade

2008-03-31 Thread John J. Lee
Dear,

I updated my nvidia graphics driver on one of the CentOS boxes.

When I log in my account, icons are not displayed correctly.
They are displayed as small empty squares, and there are error messages like
"Fater error: failed to load .png : version error" for each icon.

If I log in as super user, everything is OK.  Icons are OK. No error messages.
Do you have any idea?

Thank you.

-john
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Icon .png file loading error after graphics driver upgrade

2008-04-01 Thread John J. Lee
Yes.  I did run the auto update.

-john

On Tue, Apr 1, 2008 at 6:11 AM, John <[EMAIL PROTECTED]> wrote:
>
> On Mon, 2008-03-31 at 16:33 -0700, John J. Lee wrote:
> > Dear,
> >
> > I updated my nvidia graphics driver on one of the CentOS boxes.
> >
> > When I log in my account, icons are not displayed correctly.
> > They are displayed as small empty squares, and there are error messages like
> > "Fater error: failed to load .png : version error" for each icon.
> >
> > If I log in as super user, everything is OK.  Icons are OK. No error 
> > messages.
> > Do you have any idea?
> >
> > Thank you.
>
> Did you  let it auto update your xorg.conf file?? After installing the
> driver?
>
>
> >
> > -john
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> --
> ~/john
>
> OpenPGP Sig:BA91F079
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Icon .png file loading error after graphics driver upgrade

2008-04-01 Thread John J. Lee
I changed the X server setting.  It did't help.
Ghost script opened pdf file before I upgrade the driver.  It is not
working either.

-j

On Tue, Apr 1, 2008 at 10:36 AM, John <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-04-01 at 10:07 -0700, John J. Lee wrote:
> > Yes.  I did run the auto update.
>
> Log into your user account, then go to  ""Application | System Tools |
> Nvidia  X Server Settings". sounds like you need to set the Screen
> resolution etc.
>
>
> --
>
> ~/john
>
> OpenPGP Sig:BA91F079
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Icon .png file loading error after graphics driver upgrade

2008-04-02 Thread John J. Lee
A. Before I upgrade the nvidia Linux driver, everything was normal.
All programs worked fine.  Desktop display was OK.

B. After I upgraded the nvidia Linux driver, the icon display on the desktop
was not correct.  All icons on the panel and menu bars became small
empty boxes.
Error message dialog boxes popped up with the message like

'Failed to load image .png
Details: Fatal error reading PNG image files : zlib version error'

I still can run programs by clicking the icon locations.
Most programs run correctly.  Yesterday I found ghost viewer failed to
open pdf file.

Curiosity: If I log in as superuser, there are not problems. All icons are
displayed correctly.  Ghost viewer read pdf files.

-john

On Tue, Apr 1, 2008 at 4:57 PM, John <[EMAIL PROTECTED]> wrote:
> Ok, lets start from the begining with what happened. Describe the
> problem as best as you can.
>
> A. Before
>
> B. After
>
> Paste you system log file in the mail /var/log/ messages\ after you boot
> into root and then into you user account, just to be sure  to catch all
> errors.
>
> --
>
> ~/john
>
> OpenPGP Sig:BA91F079
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Icon .png file loading error after graphics driver upgrade

2008-04-03 Thread John J. Lee
The version i installed is
NVIDIA-Linux-x86_64-169.09-pkg2.run

-john

On Thu, Apr 3, 2008 at 7:10 AM, John <[EMAIL PROTECTED]> wrote:
> On Wed, 2008-04-02 at 11:38 -0700, John J. Lee wrote:
> > A. Before I upgrade the nvidia Linux driver, everything was normal.
> > All programs worked fine.  Desktop display was OK.
> >
> > B. After I upgraded the nvidia Linux driver, the icon display on the desktop
> > was not correct.  All icons on the panel and menu bars became small
> > empty boxes.
> > Error message dialog boxes popped up with the message like
> >
> Sorry for all the mails but what version did you install? The Driver?
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Icon .png file loading error after graphics driver upgrade

2008-04-03 Thread John J. Lee
I downgraded the drive, but it did not fix.
I went back to the new driver.

-john

On Thu, Apr 3, 2008 at 10:58 AM, John J. Lee <[EMAIL PROTECTED]> wrote:
> The version i installed is
> NVIDIA-Linux-x86_64-169.09-pkg2.run
>
> -john
>
>
> On Thu, Apr 3, 2008 at 7:10 AM, John <[EMAIL PROTECTED]> wrote:
> > On Wed, 2008-04-02 at 11:38 -0700, John J. Lee wrote:
> > > A. Before I upgrade the nvidia Linux driver, everything was normal.
> > > All programs worked fine.  Desktop display was OK.
> > >
> > > B. After I upgraded the nvidia Linux driver, the icon display on the 
> > > desktop
> > > was not correct.  All icons on the panel and menu bars became small
> > > empty boxes.
> > > Error message dialog boxes popped up with the message like
> > >
> > Sorry for all the mails but what version did you install? The Driver?
> >
> >
> > _______
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
>
>
>
>
> --
> John Juyoung Lee
> (510)486-7510 / [EMAIL PROTECTED]
> (510)301-2315 / [EMAIL PROTECTED]
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] question on RAID performance

2008-04-10 Thread John J. Lee
If you want to higher R/W performance, you should go for raid0.
raid0 fragments the data into the number of disks and distributes them.
It gains a big performance.  One drive fails, however, all data gone.
raid5's benefit is not the speed but the effective space usage with
the least data redundancy.
Bitwise parity calculation consumes lots of processing power.  So
raid5 is the least choice in terms of performance.

-john

On Thu, Apr 10, 2008 at 6:43 PM, Jerry Geis <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I was wonder what experiences there are out there with using RAID-X for
>  performance increases. I do use RAID-1 (2 disks) but am interested in
>  attemtps to gain higher R/W performance. Do the RAID-5's etc give
> noticeable
>  performace increases?
>
>  A significant help for me was using ccache for compiling programs. That was
>  a real performance increase.
>
>  Thanks for any suggestions/opinions.
>
>  jerry
>  ___
>  CentOS mailing list
>  CentOS@centos.org
>  http://lists.centos.org/mailman/listinfo/centos
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] question on RAID performance

2008-04-10 Thread John J. Lee
I am currently running 7 raid10 data servers.  I can say read speed
increases but I doubt the write speed comparing to non raid setup.
The main advantage of the raid is redundancy but not
the performance.  If you want to boost the disk performance, go for
the faster drive with more than
10,000rpm spinning speed.

-john

On Thu, Apr 10, 2008 at 8:18 PM, Miguel Medalha <[EMAIL PROTECTED]> wrote:
> Have you tried RAID 10? It combines the security of RAID 1 with the speed of
> RAID 0. dmraid supports this RAID type.
>
>
>
> > I was wonder what experiences there are out there with using RAID-X for
> > performance increases. I do use RAID-1 (2 disks) but am interested in
> > attemtps to gain higher R/W performance. Do the RAID-5's etc give
> noticeable performace increases?
> >
>
>
>  ___
>  CentOS mailing list
>  CentOS@centos.org
>  http://lists.centos.org/mailman/listinfo/centos
>



-- 
John Juyoung Lee
(510)486-7510 / [EMAIL PROTECTED]
(510)301-2315 / [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] How to get CentOS 8 on AWS

2020-05-11 Thread Thomas Stephen Lee
Hi,

I am user of CentOS 8.
When can we expect an image on AWS?
I am just learning AWS and would like to use CentOS 8 for that.

thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to get CentOS 8 on AWS

2020-05-12 Thread Thomas Stephen Lee
On Tue, May 12, 2020 at 8:02 PM Paul Heinlein  wrote:

> On Tue, 12 May 2020, Thomas Stephen Lee wrote:
>
> > Hi,
> >
> > I am user of CentOS 8.
> > When can we expect an image on AWS?
> > I am just learning AWS and would like to use CentOS 8 for that.
>
> I can't speak to AWS per se, but Digital Ocean has a CentOS 8 image,
> so it would surprise me if Amazon did not.
>
> --
> Paul Heinlein
> heinl...@madboa.com
> 45°38' N, 122°6' W
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos


Hi,

There are images, but they are all third party supplied.

I was looking for something like this.

https://aws.amazon.com/marketplace/pp/Centosorg-CentOS-7-x8664-with-Updates-HVM/B00O7WM7QW

supplied by Centos.org

I found this bug while searching

https://bugs.centos.org/view.php?id=16614

thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] docker-firewalld

2020-05-18 Thread Thomas Stephen Lee
Hi,

https://fedoraproject.org/wiki/Changes/firewalld_default_to_nftables

mentions a

docker-firewalld

where can I find that package or source code?

thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] docker-firewalld

2020-05-18 Thread Thomas Stephen Lee
On Mon, May 18, 2020 at 8:14 PM Jonathan Billings 
wrote:

> On Mon, May 18, 2020 at 10:38:24AM -0400, Jonathan Billings wrote:
> > On Mon, May 18, 2020 at 07:52:41PM +0530, Thomas Stephen Lee wrote:
> > > https://fedoraproject.org/wiki/Changes/firewalld_default_to_nftables
> > >
> > > mentions a
> > >
> > > docker-firewalld
> > >
> > > where can I find that package or source code?
> >
> > That was just one of the proposed solutions.  It looks like the
> > moby-engine packager went with Proposed fix 1, since it includes a:
> > /usr/lib/firewalld/zones/docker.xml
> >
> > It looks like this:
> >
> https://src.fedoraproject.org/rpms/moby-engine/blob/master/f/docker-zone.xml
>
> Also, this is for Fedora, not CentOS, so it might not apply to
> CentOS.  moby-engine isn't built for CentOS through EPEL, and I have
> no way to look at how the Docker.com people package things for
> CentOS.
>
> --
> Jonathan Billings 
> ___
>


Sorry,my mistake.
I will ask in the Fedora forum.
I am subscribed to both lists.

thanks for the explanation and links.

thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS runs on six cores.

2020-06-12 Thread Thomas Stephen Lee
https://wiki.centos.org/Team

Do we need an upgrade 😊?

-
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS runs on six cores.

2020-06-15 Thread Thomas Stephen Lee
On Sun, Jun 14, 2020 at 8:12 PM Alessandro Baggi 
wrote:

>
>
> Il 12/06/20 18:59, Gordon Messmer ha scritto:
> > On 6/12/20 2:16 AM, Thomas Stephen Lee wrote:
> >> Do we need an upgrade 😊?
> >
> >
> > Can you restate your question so that it's clear what version you are
> > running, what hardware you are running it on, what you expect to happen,
> > and what is happening instead?
> Hi,
> I think that Stephen is referring about the number of developer of the
> core team that is of 6 members (from this "Do we need an upgrade?").
>
> My first question for Stephen is: why do you think that the core team
> needs more dev?
>
>
>
Hi,

No upgrades needed.

Working fine 🙂😎
-
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Blog article about the state of CentOS

2020-06-24 Thread Thomas Stephen Lee
On Mon, Jun 22, 2020 at 6:43 AM Peter  wrote:

> On 22/06/20 10:13 am, Stephen John Smoogen wrote:
> > There are 2 sets of work.
> > 1. There is the work on the tools which were slapped together as an
> > emergency from parts before 8.0. Those mbboxx tools are getting a
> > rewrite and upgrade currently by the CPE team to make them more useful
> > in the future. Stream only helps in that it is the excuse for that
> > work to be done versus it molding and falling apart right after every
> > 8.x release comes out.
>
> I didn't know that a rewrite is still needed on the current tool set and
> granted Stream can help with this, but I hardly think that it's
> necessary and the tool set can always be tested against the current
> release (8.2) from git.
>
> > 2. There is the work that happens because various things are rebased
> > and you need to figure out the HTF you get from build A to build A+1
> > by rebuilding N packages. That is work that Stream should help on
> > because this is then knowledge is being done in stream before hand. If
> > you know that package A went to A+1 then to A+2 and then back to A+1
> > but you learned how to do the second A+1 from a flag you used with
> > A+2, then the amount of time reinventing the wheel is shortened.
>
> This I do realize and it's the one exception I considered where Stream
> might come in handy, but not handy enough to justify its existence, imo.
>   Usually in a new point release there might be a small handful of
> packages that need re-basing, out of those the number of packages that
> would need to have the spec file tweaked to build them would be minimal
> (at a complete guess three or less) and out of those the number that
> would require a change to the tool set would likely average out to be
> less than one per point release.  In a worst-case scenario it might save
> a day or two on a particularly nasty point release, and this would
> easily be recouped in the amount of time it would save if the CentOS
> team did not have to maintain Stream at all.
>
> Now these are just semi-educated guesses and I don't have the experience
> to justify this so I'm happy to consider real numbers that prove me wrong.
>
>
>
> Hi,

Now I have RHEL 8 installed for my test machine and some test Virtual
Machines.

I then subscribed to the RHSA-announce mailing list.

Now I wonder why a particular package has not been released for CentOS 8
while it has been some time on RHEL OS and mailing list.

With CentOS 7, I had no RHEL developer access, so I never wondered why a
particular update has not been released CentOS 7

I just used CentOS 7 and was happy.

Is this a valid reason for my impatience?

-
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] For those interested in GCP (might be advertisement)

2020-07-10 Thread Thomas Stephen Lee
https://www.udemy.com/course/google-certified-associate-cloud-engineer-2019-prep-course/?couponCode=3F77D261A390D06DE18C

--
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable

2020-08-01 Thread Thomas Stephen Lee
On Sat, Aug 1, 2020 at 8:58 PM Lamar Owen  wrote:

> On 8/1/20 11:02 AM, Lamar Owen wrote:
> > ...
> > [lowen@localhost ~]$ rpm -qa | grep ^kernel|grep 147
> > kernel-devel-4.18.0-147.8.1.el8_1.x86_64
> > kernel-4.18.0-147.8.1.el8_1.x86_64
> > kernel-modules-4.18.0-147.8.1.el8_1.x86_64
> > kernel-core-4.18.0-147.8.1.el8_1.x86_64
> > [lowen@localhost ~]$
>
> Well, I sure fat-fingered that command let's try it again:
>
> [lowen@localhost ~]$ rpm -qa | grep ^kernel|grep 193.14
> kernel-headers-4.18.0-193.14.2.el8_2.x86_64
> kernel-devel-4.18.0-193.14.2.el8_2.x86_64
> kernel-modules-4.18.0-193.14.2.el8_2.x86_64
> kernel-tools-4.18.0-193.14.2.el8_2.x86_64
> kernel-core-4.18.0-193.14.2.el8_2.x86_64
> kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64
> kernel-4.18.0-193.14.2.el8_2.x86_64
> [lowen@localhost ~]$ uname -a
> Linux localhost.localdomain 4.18.0-193.14.2.el8_2.x86_64 #1 SMP Sun Jul
> 26 03:54:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> [lowen@localhost ~]$
>
>
>
> RedHat fixes.

https://access.redhat.com/errata/RHBA-2020:3265
https://access.redhat.com/errata/RHBA-2020:3262

--
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] X defaults

2020-11-22 Thread Thomas Stephen Lee
On Mon, Nov 23, 2020 at 8:40 AM Michael Hennebry <
henne...@web.cs.ndsu.nodak.edu> wrote:

> On Tue, 27 Oct 2020, Stephen John Smoogen wrote:
>
> > On Tue, 27 Oct 2020 at 15:51, Michael Hennebry <
> > henne...@web.cs.ndsu.nodak.edu> wrote:
> >
> >> On Tue, 27 Oct 2020, Stephen John Smoogen wrote:
> >>
> >>> On Tue, 27 Oct 2020 at 13:20, Michael Hennebry <
> >>> henne...@web.cs.ndsu.nodak.edu> wrote:
> >>>
> >>>> I've been trying to move from Centos 7 to fedora.
> >>>> My monitor is 1440x900, but fedora only believes it's 640x480.
> >>
> >>> 1. What kind of video card is this?
> >>> 2.How is the video connected to the monitor? (DVI/HDMI/DisplayPort/VGA)
> >>> 3. What kind of monitor is it?
> >>> 4. What version of Fedora and is Fedora trying to do X or Wayland?
> >>
> >> 00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express
> >> Integrated Graphics Controller (rev 02)
> >>
> >>
> > OK most of the references I see to this card are before 2014, so I am not
> > sure if this gets any testing in Fedora anymore. The resolution on the
> > monitor is 'odd' compared to what the various drivers are listed to
> support
> > (640x480, 1024x768, 1920x1080) so again I am not much help here.
> >
> >
> >> Acer V193w
> >>
> >> Fedora 32, X
> >>
> >>> Sometimes if Fedora can only go to generic 640x480 the video card is no
> >>> longer 'supported' by the various X11 drivers.. or the data that the
> >>> monitor is returning to say what it can support is coming back as
> >> 640x480.
> >>> Finally this may do better on a fedora mailing list (but they will ask
> >> the
> >>> same questions). For a CentOS viewpoint I would ask if it happens if
> you
> >>> run CentOS-8 (try via a live cd) on the box. If it does happen, then it
> >> is
> >>> a problem between Fedora-18 and Fedora-28. If it doesn't happen then it
> >> is
> >>> a problem between Fedora 28 and the version of Fedora you are trying.
> >>
> >> IIRC Centos 8 does not have a live version.
> >>
> >
> > Fudge, I should know that. Sorry for a wild goose chase. I would see if
> the
> > CentOS8 installer goes into X with a larger than 640x480
>
> I just managed to install to an SD card.
> Default Centos 8 gives me 1440 x 900.
> Installing to a removable drive would seem
> a useful substitute for a live CD.
>
> At one point Centos 8 or Gnome gave me a screen with a big date and time
> on it.
> Could not figure out what to do with it.
> Had to reboot.
>
> --
> Michael   henne...@web.cs.ndsu.nodak.edu
> "Sorry but your password must contain an uppercase letter, a number,
> a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
>   --
> someeecards
> ___
>
>
"At one point Centos 8 or Gnome gave me a screen with a big date and time
on it."

This, for me, is usually the screensaver.
I pull the screen up with the mouse or press the space bar.

Thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ntpdate past CentOS 7

2020-12-06 Thread Thomas Stephen Lee
On Thu, Dec 3, 2020 at 12:47 AM Jerry Geis  wrote:

> So ntpdate is no longer present past CentOS 7.
>
> Many times people want "internal" NTP servers - not opening firewalls to
> allow external pool.ntp.org kind of stuff.
>
> ntpdate was "nice" in that I could just run once a day as "ntpdate name"
> and all good. Is there a similar client for CentOS 8 ? I saw chrony - but
> does not seem to be a command line command and I would also have to edit a
> file - Both are not desirable.
>
> Just looking for a simple - flexible command like I have been using
> "ntpdate name" for CentOS 8.
>
> Thanks,
>
> Jerry
> ___


Hi,

I rebuilt ntpdate for EL8 from Fedora 33 srpm.
No patching needed.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Thanks a lot for 8.3 Update

2020-12-07 Thread Thomas Stephen Lee
Hi,

Thanks a lot for the 8.3 update.😊
I would like to point out one thing I faced.
I downloaded the iso from one mirror.
After installing, I installed a package (rsync).
Then some packages, including dnf, got downgraded to 8.2.
Just a test server, not production.

Thanks.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] LTS

2021-01-11 Thread Thomas Stephen Lee
Hi,

CentOS Linux can continue as Fedora LTS or something similar with a
five-year life cycle. After five years, users can opt for paid upgrades.
We can also work with System manufacturers to pre-install the free LTS on
their products, which will increase our user base.

---
Lee,
Community User.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LTS

2021-01-12 Thread Thomas Stephen Lee
On Tue, Jan 12, 2021 at 12:39 PM John R. Dennison  wrote:
>
> On Tue, Jan 12, 2021 at 12:00:00PM +0530, Thomas Stephen Lee wrote:
> >
> > CentOS Linux can continue as Fedora LTS or something similar with a
> > five-year life cycle. After five years, users can opt for paid upgrades.
> > We can also work with System manufacturers to pre-install the free LTS on
> > their products, which will increase our user base.
>
> Who is this "we" you speak of?

Anybody connected to CentOS (Users, Developers, Companies, SIGs ...)

>
>
>
> John
> --
> Children's talent to endure stems from their ignorance of alternatives.
>
> -- Maya Angelou (1928-2014), American author, poet, and civil rights activist,
>I Know Why the Caged Bird Sings (1969)
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Dual WAN on EL8 desktop.

2021-02-15 Thread Thomas Stephen Lee
Hi,

I have two internet connections from two ISPs.
I also have a desktop with two Ethernet ports.

My question:
What is the best way to get the maximum out of two internet connections in
EL 8 for my desktop?

Thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dual WAN on EL8 desktop.

2021-02-15 Thread Thomas Stephen Lee
On Mon, Feb 15, 2021 at 10:42 PM Richard
 wrote:
>
>
>
> > Date: Monday, February 15, 2021 11:57:17 +
> > From: Phil Perry 
> >
> > On 15/02/2021 11:30, Thomas Stephen Lee wrote:
> >> Hi,
> >>
> >> I have two internet connections from two ISPs.
> >> I also have a desktop with two Ethernet ports.
> >>
> >> My question:
> >> What is the best way to get the maximum out of two internet
> >> connections in EL 8 for my desktop?
> >
> > Define maximum.
> >
> > Are you looking for redundancy / fail-over in the event one
> > connection fails or are you looking to combine throughput for
> > maximum bandwidth?
> >
>
> Unless that desktop is the only device you have that you want to be
> able to get the advantages of having connectivity from two ISPs, I'd
> get a dual-wan router and go from there. There are a range of options
> that support 2 or more wan connections and provide load-balancing,
> fall-over, etc. You'll want to read the specs to find one that best
> meets your needs.

Hi,

Thanks all for the suggestions. 😊
Some clarifications.
The solution should be a software one without acquiring new hardware.
What is ideal is the bandwidth of two connections and half bandwidth
when one link is down.

Some suggestions in other forums say use pfSense in a Virtual Machine,
but no pointers on how to get a Network card inside the Virtual
Machine to work as one on the host.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Disk read io very high, but no process perform io read

2021-03-09 Thread Thomas Stephen Lee
On Sat, Mar 6, 2021 at 6:37 AM yf chu  wrote:
>
> no, not vm
>
>
>
>
> | |
> yf chu
> |
> |
> 邮箱:cyf...@163.com
> |
>
> 签名由 网易邮箱大师 定制
>
> On 03/05/2021 23:37, Matthew Miller wrote:
> On Fri, Mar 05, 2021 at 03:54:14PM +0800, yf chu wrote:
> > We have experienced a very weird problem. The load of the server machine is 
> > very high. We use "pidstat" and find that the disk read io is very high.
>
> Is this system a VM?
>
> --
> Matthew Miller
> 
> Fedora Project Leader

Hi,

Is this due to swapping?

what is the output of

free -m

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dual WAN on EL8 desktop.

2021-03-12 Thread Thomas Stephen Lee
On Wed, Feb 17, 2021 at 2:04 AM Kenneth Porter  wrote:
>
> --On Tuesday, February 16, 2021 12:00 PM +0530 Thomas Stephen Lee
>  wrote:
>
> > The solution should be a software one without acquiring new hardware.
> > What is ideal is the bandwidth of two connections and half bandwidth
> > when one link is down.
>
> The search term you're looking for is "NIC bonding". Here's the first hit I
> get from Google:
>
> <https://www.enterprisenetworkingplanet.com/linux_unix/article.php/3850636/Understanding-NIC-Bonding-with-Linux.htm>
>

Hi,

I tried

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/configuring-network-bonding_configuring-and-managing-networking#configuring-a-network-bond-using-nm-connection-editor_configuring-network-bonding

without success

I have a feeling that bonding is for interfaces on the same network,
not two internet routers.
Please correct me if I'm wrong.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to find out what's eating the bandwidth

2021-03-28 Thread Thomas Stephen Lee
On Sun, Mar 28, 2021 at 11:06 PM Frank Cox  wrote:
>
> On Sun, 28 Mar 2021 13:14:16 -0400
> Matthew Miller wrote:
>
> > Is this a home network or a business one?
>
> It's a really basic setup "routers from Staples" (dlink and tplink brands I 
> think) plugged into the ISP's modems.
>
> > You're right that you generally can't see everything from just any computer
> > on a network, at least if it's switched. You need to watch from your
> > gateway.
>
> Then I'm outta luck for doing this sort of thing since the gateways are the 
> tplink and dlink routers.  I thought that might be the case.
>
> Thanks for the answers, guys!  It isn't what I wanted to hear,  but now I 
> know more about this than I did before.
>
> --
> MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com

One more tool.

nethogs in epel repository

dnf install nethogs
yum install nethogs

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL/Centos 8 power off issue

2021-04-04 Thread Thomas Stephen Lee
On Sun, Apr 4, 2021 at 5:18 AM R C  wrote:
>
> So I tried a few things, I have a few docking stations, and they all
> seem to show that problem.
>
>
> Can't shut it down, remotely, while in a docking station. Also,  when in
> a docking station and using  the laptops  keyboard and LCD screen,  and
> power down the laptop in RHEL/Centos, just results into a reboot.  It
> does that  with RHEL/Centos 7 and 8.
>
>
> When I  boot it with Centos 6,  the behaviour is as expected,  it just
> shuts down. So I guess this issue  was "introduced" after Centos 6
> somewhere?
>
>
> thanks,
>
>
> Ron
>
> On 3/28/21 9:17 PM, R C wrote:
> > Hello,
> >
> >
> > I have a laptop, in a docking station. When running RHEL/Centos 7 I
> > could shut it down and power it off by using 'shutdown -h now' In did
> > a new install of Centos 8 (and also RHEL 8) and when I do a "shutdown
> > -h now" it just reboots (behaves the same as if I'd do a reboot).
> >
> >
> > Is that a known issue?
> >
> >
> > thanks,
> >
> >
> > Ron
> >

We faced the same problem on one machine.
We had to disable wake up on lan in bios settings.
After that, the machine stayed shut down with the "poweroff" command.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Trying out CentOS Stream 9

2021-08-04 Thread Thomas Stephen Lee
Hi,

How do I go about installing CentOS Stream 9 daily build in a VirtualBox VM?

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sshd gives false "Too many authentication failures"

2021-11-20 Thread Thomas Stephen Lee
On Sat, Nov 20, 2021 at 2:32 PM Andreas Fournier
 wrote:
>
> I just came across something strange with my fully updated Centos7
> server. When I try to ssh into it the same way I've always done I get
> "Too many authentication failures". This just came out of the blue. I'm
> using the root account and a password. But in my sshd_config it still
> reads
> #MaxAuthTries 6
> Which I think is the default.
>
> From the console I can log in fine and when I look in the logs for sshd
> I can just see the the attempts I just made, that are less than six and
> no previous denied attemps.
>
> Any clues what's going on?
>

I got the same error once.
In my case the problem was ssh tried to log in with ssh keys before
giving a password prompt.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Is shellcheck safe?

2022-01-16 Thread Thomas Stephen Lee
Hi,

I downloaded, extracted, and ran 0.8.0

https://github.com/koalaman/shellcheck/releases

After running, I submitted the file to virustotal
with the below result.

https://www.virustotal.com/gui/file/f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651

Should I be concerned that I ran the program once?

Thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is shellcheck safe?

2022-01-19 Thread Thomas Stephen Lee
Thanks a lot for the clarification.👍
By the way, is this a Haskell bug?

Thanks

---
Lee

On Thu, Jan 20, 2022 at 5:07 AM Vidar Holen via CentOS
 wrote:
>
> Hi, ShellCheck author here.
>
> Regarding the scanner "Bkav Pro" detecting "VEX.Webshell" according to
> VirusTotal.com, this is a false positive that seems to trigger on every
> Haskell binary including a simple "Hello World". It further appears to
> trigger on a number of unrelated repositories. See internal issue
> https://github.com/koalaman/shellcheck/issues/2432
>
> The Bkav Corporation does not appear to have a false positive submission
> process that I could find using Google Translate on bkav.com.vn, but I
> emailed a general product contact address about it. Hopefully they'll make
> the check more accurate in the future.
>
> Regards,
> Vidar Holen
>
> (Sorry about the bad reply-to, I wasn't on the list when the discussion
> started)
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is shellcheck safe?

2022-01-21 Thread Thomas Stephen Lee
On Thu, Jan 20, 2022 at 10:09 AM Vidar Holen  wrote:
>
> This is purely a Bkav Pro issue. I don't know what it's looking for, but it's 
> clearly not accurate enough. All the search hits I get about VEX.Webshell are 
> questions about why this single and rather unknown scanner is identifying it 
> in a wide variety of files.
>
> On Wed, Jan 19, 2022 at 6:31 PM Thomas Stephen Lee  wrote:
>>
>> Thanks a lot for the clarification.👍
>> By the way, is this a Haskell bug?
>>
>> Thanks
>>
>> ---
>> Lee
>>
>> On Thu, Jan 20, 2022 at 5:07 AM Vidar Holen via CentOS
>>  wrote:
>> >
>> > Hi, ShellCheck author here.
>> >
>> > Regarding the scanner "Bkav Pro" detecting "VEX.Webshell" according to
>> > VirusTotal.com, this is a false positive that seems to trigger on every
>> > Haskell binary including a simple "Hello World". It further appears to
>> > trigger on a number of unrelated repositories. See internal issue
>> > https://github.com/koalaman/shellcheck/issues/2432
>> >
>> > The Bkav Corporation does not appear to have a false positive submission
>> > process that I could find using Google Translate on bkav.com.vn, but I
>> > emailed a general product contact address about it. Hopefully they'll make
>> > the check more accurate in the future.
>> >
>> > Regards,
>> > Vidar Holen
>> >
>> > (Sorry about the bad reply-to, I wasn't on the list when the discussion
>> > started)

Hi Vidar,

What OS do you use to build the binary?

Thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is shellcheck safe?

2022-01-22 Thread Thomas Stephen Lee
On Sun, Jan 23, 2022 at 2:05 AM Vidar Holen  wrote:
>
> The ShellCheck binaries are built on Ubuntu based Docker images via GitHub 
> Actions, which also uses Ubuntu.
>
> PS: Bkav reports that the issue has been fixed, and re-visiting the original 
> VirusTotal.com URL no longer shows any detected issues. The same is true when 
> uploading new Haskell binaries.
>
> On Fri, Jan 21, 2022 at 10:31 PM Thomas Stephen Lee  
> wrote:
>>
>> On Thu, Jan 20, 2022 at 10:09 AM Vidar Holen  wrote:
>> >
>> > This is purely a Bkav Pro issue. I don't know what it's looking for, but 
>> > it's clearly not accurate enough. All the search hits I get about 
>> > VEX.Webshell are questions about why this single and rather unknown 
>> > scanner is identifying it in a wide variety of files.
>> >
>> > On Wed, Jan 19, 2022 at 6:31 PM Thomas Stephen Lee  
>> > wrote:
>> >>
>> >> Thanks a lot for the clarification.👍
>> >> By the way, is this a Haskell bug?
>> >>
>> >> Thanks
>> >>
>> >> ---
>> >> Lee
>> >>
>> >> On Thu, Jan 20, 2022 at 5:07 AM Vidar Holen via CentOS
>> >>  wrote:
>> >> >
>> >> > Hi, ShellCheck author here.
>> >> >
>> >> > Regarding the scanner "Bkav Pro" detecting "VEX.Webshell" according to
>> >> > VirusTotal.com, this is a false positive that seems to trigger on every
>> >> > Haskell binary including a simple "Hello World". It further appears to
>> >> > trigger on a number of unrelated repositories. See internal issue
>> >> > https://github.com/koalaman/shellcheck/issues/2432
>> >> >
>> >> > The Bkav Corporation does not appear to have a false positive submission
>> >> > process that I could find using Google Translate on bkav.com.vn, but I
>> >> > emailed a general product contact address about it. Hopefully they'll 
>> >> > make
>> >> > the check more accurate in the future.
>> >> >
>> >> > Regards,
>> >> > Vidar Holen
>> >> >
>> >> > (Sorry about the bad reply-to, I wasn't on the list when the discussion
>> >> > started)
>>
>> Hi Vidar,
>>
>> What OS do you use to build the binary?
>>
>> Thanks
>>
>> ---
>> Lee

Hi Vidar,

Thanks a lot for the prompt action and reply.
I tested Haskell hello world in a few vagrant images (Fedora, Ubuntu,
Debian, etc.), which gave clean results on virustotal.
Great to see the issue is fixed now.

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS Linux Notifications for any changes in files or folders

2022-03-24 Thread Thomas Stephen Lee
On Thu, Mar 24, 2022 at 10:40 PM Kaushal Shriyan
 wrote:
>
> On Thu, Mar 24, 2022 at 2:34 PM Roberto Ragusa 
> wrote:
>
> > On 3/22/22 6:13 AM, Frank Cox wrote:
> > > On Tue, 22 Mar 2022 10:12:30 +0530
> > > Kaushal Shriyan wrote:
> > >
> > >> Please guide and suggest. Thanks in advance.
> > >
> > > man inotify
> >
> > and
> >
> > man incron
> >
> >
> > --
> > Roberto Ragusamail at robertoragusa.it
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
>
>
> Thanks Roberto and Frank for the response !!!  Is there a way to notify it
> via email? Any examples? Thanks in advance.
>
> Best Regards,
>
> Kaushal

https://www.unixmen.com/how-to-monitor-filesystem-events-with-incron/

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 7.4 from the Appstream repo

2022-07-07 Thread Thomas Stephen Lee
dnf module reset php
dnf module enable php:7.4
dnf upgrade

On Thu, Jul 7, 2022 at 8:58 PM Valere Binet  wrote:
>
> Hi,
>
> Tenable is complaining that our CentOS Stream release 8 system is
> vulnerable because it has php 7.2.24-1.module_el8.2... and it should have
> php 7.4.19-1.module_el8.5
>
> On the mirror, I can see the PHP 7.4.19-1 and 7.4.19-2 in
> /centos/8-stream/Appstream/x86_64/os/packages
> However, dnf list is stuck at 7.2.24-1
> dnf clean all didn't help.
>
> How do I get my systems to "see" the 7.4 packages? The remi repo is not a
> good option for my company, we'd rather use the Appstream package since it
> is there.
> Are there reasons not to upgrade? If yes, does RedHat plan to apply the
> security updates to 7.2?
>
> Thank you in advance for any feedback
>
> Valère Binet
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Kmods SIG in RHEL

2022-09-20 Thread Thomas Stephen Lee
Hi,

Is
https://sigs.centos.org/kmods/
a part of RHEL 9?
If yes, what is the repository name?
If not, when can we expect it to be included?

Thanks

---
Lee
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [EXT] Re: Kmods SIG in RHEL

2022-09-21 Thread Thomas Stephen Lee
Thanks a lot, Fabian and Peter

---
Lee

On Wed, Sep 21, 2022 at 3:57 PM Peter Georg
 wrote:
>
>
>
> On 21/09/2022 12.02, Fabian Arrotin wrote:
> > On 21/09/2022 11:51, Fabian Arrotin wrote:
> >> On 21/09/2022 08:32, Thomas Stephen Lee wrote:
> >>> Hi,
> >>>
> >>> Is
> >>> https://sigs.centos.org/kmods/
> >>> a part of RHEL 9?
> >>> If yes, what is the repository name?
> >>> If not, when can we expect it to be included?
> >>>
> >>> Thanks
> >>>
> >>> ---
> >>> Lee
> >>
> >> No, it's not part of RHEL9 , and it's built and maintained by the
> >> Kmods SIG (see https://sigs.centos.org/kmods/) as a community project.
> >>
> >> They were building it first for Stream 9 and later asked to also build
> >> for/against RHEL9 kernel when it was available (see
> >> https://pagure.io/centos-infra/issue/786)
> >>
> >> Kind Regards,
> >>
> >
> > Oups, realizing that I replied with same URL you gave and (I'll blame
> > lack of coffee effect :-) ) my brain translated initially to
> > artifacts/rpms that can be found on
> > http://mirror.stream.centos.org/SIGs/9/kmods/ ...
> > But answer is still correct but now more complete as you see where
> > built/signed pkgs are landing too (even if that was in the infra tracker
> > ticket)
> >
>
> In addition to what Fabian already mentioned:
>
> The Kmods SIG does by now provide all packages it provides for Stream 9
> also for RHEL9. However, there is no easy way for you to enable the
> Kmods SIG's repositories on RHEL9 (yet) as SIGs can not (yet) provide
> centos-release-* packages for RHEL9 (and its clones) [1].
>
> In case you want to use any package provided by the Kmods SIG for RHEL9
> you have to manually add its repositories for now, e.g. by copying [2]
> to /etc/yum.repos.d/centos-kmods.repo
> Note that you also need to copy the Kmods SIG's GPG key [3] to
> /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Kmods
>
> We hope to be able to provide a centos-release-kmods package soon which
> should then allow you to consume the Kmods SIG's content after a simple
> dnf install https://mirror.stream.centos.org/... command similar to how
> you can easily enable EPEL.
>
>
> [1]: https://pagure.io/centos-infra/issue/643
> [2]:
> https://gitlab.com/CentOS/kmods/rpms/centos-release-kmods/-/raw/c9/centos-kmods.repo
> [3]: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-Kmods
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Current RHEL fragmentation landscape

2023-07-21 Thread Lee Thomas Stephen
I subscribe (pay) for a lot of things personally. Music, Movies, Anti
Virus, VPN, Storage, etc.
But for my business, I do not want to pay Red Hat, Zimbra, or Google Workspace.
Why ?
Because the general rule seems to be
Oh! You are an individual, we will offer you affordable/free service
What! You are a business, we will offer you extremely 'unaffordable' service.
Because being a 'business' by default means you have a 'lot' of money to waste.

Just my two cents.

---
Lee

On Fri, Jul 21, 2023 at 5:43 AM Gordon Messmer  wrote:
>
> On 2023-07-20 04:36, Itamar Reis Peixoto wrote:
> >
> > my predict is that they will continue as a #rebuilder / #freeloader,
> > writing software is a hard work.
> > #offensive terms to the community :-), hide hat wrote it.
>
>
> No, they didn't.
>
> That term was bandied about on social media by people who were
> speculating about the reasoning behind discontinuing the practice of
> debranding and publishing packages from RHEL minor releases.
>
> Mike McGrath responded to the use of that term by social media
> personalities to explain that the only group that Red Hat (for better or
> worse) considers freeloaders are large businesses who keep a small
> number of licensed RHEL systems so that when they have problems in their
> production network (which isn't running RHEL), they can reproduce the
> problem on RHEL and ask Red Hat for support.  That practice is dishonest
> and abusive.
>
> If you're not doing that specific thing, then Red Hat is not calling you
> a freeloader.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Current RHEL fragmentation landscape

2023-07-21 Thread Lee Thomas Stephen
Sorry for being too critical.
I hope we have a better understanding between us (customer and provider).

Thanks
---
Lee

On Fri, Jul 21, 2023 at 1:00 PM Lee Thomas Stephen  wrote:
>
> I subscribe (pay) for a lot of things personally. Music, Movies, Anti
> Virus, VPN, Storage, etc.
> But for my business, I do not want to pay Red Hat, Zimbra, or Google 
> Workspace.
> Why ?
> Because the general rule seems to be
> Oh! You are an individual, we will offer you affordable/free service
> What! You are a business, we will offer you extremely 'unaffordable' service.
> Because being a 'business' by default means you have a 'lot' of money to 
> waste.
>
> Just my two cents.
>
> ---
> Lee
>
> On Fri, Jul 21, 2023 at 5:43 AM Gordon Messmer  
> wrote:
> >
> > On 2023-07-20 04:36, Itamar Reis Peixoto wrote:
> > >
> > > my predict is that they will continue as a #rebuilder / #freeloader,
> > > writing software is a hard work.
> > > #offensive terms to the community :-), hide hat wrote it.
> >
> >
> > No, they didn't.
> >
> > That term was bandied about on social media by people who were
> > speculating about the reasoning behind discontinuing the practice of
> > debranding and publishing packages from RHEL minor releases.
> >
> > Mike McGrath responded to the use of that term by social media
> > personalities to explain that the only group that Red Hat (for better or
> > worse) considers freeloaders are large businesses who keep a small
> > number of licensed RHEL systems so that when they have problems in their
> > production network (which isn't running RHEL), they can reproduce the
> > problem on RHEL and ask Red Hat for support.  That practice is dishonest
> > and abusive.
> >
> > If you're not doing that specific thing, then Red Hat is not calling you
> > a freeloader.
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Python-MatplotLib

2009-02-25 Thread John J. Lee
Go to Suse's repository in their web.  They have a repository for
scientific packages in the rpm form.
You must find the matplotlib there.

-john


On Wed, Feb 25, 2009 at 6:27 AM, Raghu Narasimhan
 wrote:
> Dare I venture another query:
>
> I need to install python - matplotlib (pylab) on CentOS 4 with Python 2.4.6
> (installed).
>
> Yum (with romforge) and/or apt-get isn't able to get anything relevant. Has
> anyone attempted this before? Even the offiical pages have no mention of
> CentOS.
>
> Do I need to add more to the repo file? I currently have base, update,
> addons, extras, centosplus, contrib.
>
>
> Thanks,
> --
> Raghu Narasimhan
>
> raghu.uni...@gmail.com
>
>
> On Wed, Feb 25, 2009 at 7:03 PM, Raghu Narasimhan 
> wrote:
>>
>> Super, thanks for the tip. Turned out the 'enabled' parameter was 1.
>> Changed it to 0 and all is well. Now 0 packages are excluded  due to
>> priorities.
>>
>> Can anyone share a default CentOS-Base.repo file here, please? Just for my
>> verification.
>>
>> Happy to report resolution in the Paramiko problem too. The power of soft
>> links knows no bounds :)
>>
>>
>> --
>> Raghu Narasimhan
>>
>> raghu.uni...@gmail.com
>>
>>
>> On Wed, Feb 25, 2009 at 6:01 PM, Kai Schaetzl 
>> wrote:
>>>
>>> Raghu Narasimhan wrote on Wed, 25 Feb 2009 16:09:03 +0530:
>>>
>>> > In the yum configuration file, there are may mirrors listed in a few
>>> > files:
>>> > What should the priorities be? (I wnt to make sure no packages are
>>> > excluded.
>>> > 336 is a very large number)
>>>
>>> This has nothing to do with mirrors. You definitely *want* priorities to
>>> keep
>>> your core CentOS files intact and not overwritten by rpmforge. Make sure
>>> that
>>> none of your repos has a lower priority number than centos-base and
>>> updates.
>>>
>>> Kai
>>>
>>> --
>>> Kai Schätzl, Berlin, Germany
>>> Get your web at Conactive Internet Services: http://www.conactive.com
>>>
>>>
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>



-- 
John Juyoung Lee
(510)486-7510 / jj...@lbl.gov
(510)301-2315 / john.jy@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 8 will be released soon?

2019-09-03 Thread Thomas Stephen Lee
I doubt that releasing CentOS 7.7 is a higher priority as many people are
using CentOS 7,

On Sat, Aug 24, 2019 at 10:39 AM Turritopsis Dohrnii Teo En Ming <
c...@teo-en-ming-corp.com> wrote:

> Good afternoon from Singapore,
>
> According to the CentOS 8 build timeline, everything has been completed
> except release work. Does this mean CentOS 8 will be released soon?
>
> https://wiki.centos.org/About/Building_8
>
>
>
>
>
> -BEGIN EMAIL SIGNATURE-
>
> The Gospel for all Targeted Individuals (TIs):
>
> [The New York Times] Microwave Weapons Are Prime Suspect in Ills of
> U.S. Embassy Workers
>
> Link:
> https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwave.html
>
>
> 
>
> Singaporean Mr. Turritopsis Dohrnii Teo En Ming's Academic
> Qualifications as at 14 Feb 2019
>
> [1] https://tdtemcerts.wordpress.com/
>
> [2] https://tdtemcerts.blogspot.sg/
>
> [3] https://www.scribd.com/user/270125049/Teo-En-Ming
>
> -END EMAIL SIGNATURE-
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


  1   2   >