Displaying 20 results from an estimated 10000 matches similar to: "redhat sources release time?"
2011 Jul 13
1
Effecting CentOS change
CentOS has a clear mission. It's the first paragraph on the centos.org
home page:
CentOS is an Enterprise-class Linux Distribution derived from
sources freely provided to the public by a prominent North American
Enterprise Linux vendor. CentOS conforms fully with the upstream
vendors redistribution policy and aims to be 100% binary compatible.
(CentOS mainly changes packages
2006 Jan 27
5
Volume of patches for CentOS vs Fedora
I'm trying to come to a decision between CentOS 4.2 and Fedora Core 4
for use on a server. One of the things the server will be serving is X
desktops so there are some advantages to Fedora.
However, one thing I can't help but notice is that the patch volume for
FC4 from Oct 11 2005 thru the present compared to CentOS 4.2 for the
same period is about 5 times greater. In fact, since
2012 Jan 04
2
PHP 5 bug?
I'm using EL6 with all updates applied and getting bit by a PHP5 bug
that was fixed a year and a half ago...
https://bugs.php.net/bug.php?id=52534
EL6 ships with php 5.3.3, which was released prior to the bug fix. What
are the chances that this fixed bug can be reported/fixed upstream at
the prominent North American Linux Vendor? Here's sample code that
demonstrates the problem:
2010 Feb 25
3
Backuppc-updates on CentOS
Hi all,
I installed BackupPC on one of my Centos 5.4-machines following the wiki at
http://wiki.centos.org/HowTos/BackupPC#head-725ed151d366bcf182cea92f765c373900cfc9dc,
where BackupPC is installed from the c5-testing repo.
root at mach012 ~/ [0]# rpm -qa backuppc
backuppc-3.1.0-1.el5.centos
root at mach012 ~/ [0]#
Seeing how there's been some updates to BackupPC in the near past, I
2015 Mar 17
1
Dovecot current number of connections being used.
Hey,
Is there an easy way to get how many connections are being handled at a
moment?
I wanted to have that number over the time and see:
- Trends on usage during the day
- how close is it from reaching the maximum number of connections.
- ...
I'm searching for a solution without recurring to something like netstat |
grep imap | wc -l.
Thanks,
Jaime
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
You might want to tell that to the Prominent North American Enterprise Linux Vendor that everybody is using... :)
-Dimitry
> On 1 Feb 2018, at 06:28, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Since we seem to be voting, I'll -1 it. It's pretty ridiculous to have
> a system without Python 3 in 2018 and anyone supplying such a
> monstrosity
2015 Mar 17
1
Dovecot current number of connections being used.
Jaime Ventura writes:
> Is there an easy way to get how many connections are being handled at a
> moment?
This works:
doveadm who -1 2>/dev/null | wc -l
If yopu only want to coutn IMAP connections (not POP3),
doveadm who -1 2>/dev/null | grep -Fc imap
Joseph Tam <jtam.home at gmail.com>
2004 May 25
3
Telus: Overseas calling
Hi,
We ran into a little problem recently with our phone provider (Telus
Canada): we are unable to dial numbers outside North America.
This is what happens: the phone number 011... is sent out over our
T1, Telus sees the correct number on their switch. However the
switch thinks it's a North American phone number (and thus has to
have 10 digits) and rejects the overseas number as
2007 Aug 10
2
Ordering BRI From AT&T
Hello everyone,
I'm hoping someone can help me with this. I have a business customer in
the U.S. (Michigan, AT&T Territory).
I need to get 4 trunks into an asterisk Box. My intention is to use an
Eicon Diva Server card with 2 BRI Circuits. The reason for this is that
the business needs DID's on the trunks (20 of them). A full or fractional
PRI is overboard for them, as they will
2010 May 05
0
dhclient.conf being ignored!
It seems that the prominent North American Enterprise Linux vendor has decided that dhclient.conf
should be ignored, i.e. ifup-eth causes dhclient to be called with "-cf
/etc/dhclient-$(DEVICE).conf", and then ifup-eth/ifdown-eth wipes the file out each time.
Through the use of "DHCP_HOSTNAME" in ifcfg-eth0 you can specify a host name, but because of the
above behavior of
2005 Aug 05
1
Welcome screen is crashing.
Hmm... it was tough to get into CentOS this morning. I booted up, and
after the screen flickered a bit, I got an error message that said some
png file couldn't be found (Sorry I was in a bit of a panic and didn't
think to copy down the whole error message verbatum). I think it was
"throbbing.png", which is a little salacious sounding, but that's what
it was.
Anyway, it
2009 Nov 16
2
2 TB limit on USB drive
Hallo
I submitted this as a bug several weeks ago, but I wanted to ask around
& see if anyone else has come across this....
I have a USB Buffalo Drivestation Quattro, with 4 1TB disks
configured in raid5 as one 2.8TB (or so) disk, attached to a Cent 5.4 64
bit server (completely yum'd up to date)
The disk is labeled as GPT, and formatted as a 2.8 TB ext3 partition
(this issue also
2018 Feb 01
1
Migrate utils/ Python 2 scripts to Python 3
Nope.
Regarding "python" potentially pointing to python3:
Arch Linux has done that for years. That unilateral decision on their part
was widely-decried as a mistake at the time, and spawned the python doc you
reference saying that shouldn't be done. However, Fedora is now making
noises about doing the same, in a few years, after driving a change in the
upstream recommendation.
2018 Feb 01
5
Migrate utils/ Python 2 scripts to Python 3
Sadly, neither the latest version of RedHat (released in 2014), nor the
latest version of macOS (released in 2017) have any version of python3
available with the default system. On the other hand, TTBOMK, every system
that does have python3 available also makes python2.7 also easily available.
LLVM is not a primarily python project, so keeping up with the latest
features of the language, and
2009 Mar 02
3
FW: partial residual plots
I was advised someone might be able to help me with this.
Very truly yours,
Dwayne E. Culp, P.E., CFM
Effective February 8, 2009, my contact information becomes:
Dwayne E. Culp, P.E., CFM | JACOBS ENGINEERING GROUP : North American
Infrastructure | Manager: Hydrology & Hydraulics Section | 5995 Rogerdale
Road- B2047B | Houston, TX 77072 | 281-776-2109 | 832.351.7766 Fax |
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc
2008 Jun 16
3
exam
Dear CentOS users,
is it possible to prepare for a certified (big North American Linux
vendor) engineer exam with a CentOS install ?
I have heard that the test contains questions on specific GUIs, are
they included in the CentOS distribution?
- Gergely
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
As mentioned in https://docs.python.org/3/using/unix.html#miscellaneous, for Python 3 the shebang line should be:
#!/usr/bin/env python3
For Python 2 the shebang line should probably be:
#!/usr/bin/env python2
but as Python 3 should never install its executable under the name "python", you could also let it stay at:
#!/usr/bin/env python
instead.
-Dimitry
> On 1 Feb 2018, at
2004 Apr 21
1
TxFax/SpanDSP problems
I'm getting the following when sending to a specific fax machine. Any
ideas?
File name is '/var/spool/asterisk/email2fax/7F2SOeYJiU.tif'
Changed from phase 0 to 2
Slow carrier up
Slow carrier down
Slow carrier up
<<< NSF: 20 00 00 11 80 00 8a 49 10 53 54 49 52 4c 49 4e 47 20 43 4f 56
49 4e 47 54 00 67 00 80 80 80 0c 01 02
NSF without final frame tag
The remote is made by
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21